/* /Components/Elemanlar/BlogFavoriler.razor.rz.scp.css */
/* Hero Başlık Metinleri */
.tech-badge[b-ne0d9ke23r] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 1.5px;
}

.hero-title[b-ne0d9ke23r] {
    color: #EDEDED;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.hero-subtitle[b-ne0d9ke23r] {
    color: #8c9689;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 680px;
}

/* ==========================================================================
   1. HERO CAROUSEL (EN ÇOK OKUNANLAR SLIDER)
   ========================================================================== */
.hero-slider-wrap[b-ne0d9ke23r] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(154, 190, 115, 0.25);
    background: #111411;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .hero-slider-wrap:hover[b-ne0d9ke23r] {
        transform: translateY(-4px);
        border-color: rgba(154, 190, 115, 0.35);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    }

[b-ne0d9ke23r] .hero-carousel {
    height: 340px !important;
}

@media (max-width: 850px) {
    [b-ne0d9ke23r] .hero-carousel {
        height: 520px !important; /* Ekranı biraz ferahlat */
    }

    /* MOBİLDE DİKEY KAYDIRMAYI SERBEST BIRAKAN SİHİRLİ KURALLAR: */
    [b-ne0d9ke23r] .mud-carousel-swipe {
        touch-action: pan-y !important;
        pointer-events: none !important; /* MudBlazor'ın dokunma yakalayıcısını kökten iptal eder */
    }

    /* Tıklanabilir alanların çalışmaya devam etmesini sağlar */
    .hero-slide-link[b-ne0d9ke23r],
    [b-ne0d9ke23r] .mud-carousel-item,
    [b-ne0d9ke23r] .mud-carousel-arrow,
    [b-ne0d9ke23r] .mud-carousel-bullet {
        pointer-events: auto !important;
        touch-action: pan-y !important;
    }
}

.hero-slide-link[b-ne0d9ke23r] {
    text-decoration: none !important;
    color: inherit;
    display: block;
    height: 100%;
}

.hero-slide-container[b-ne0d9ke23r] {
    display: flex;
    flex-direction: row;
    height: 100%;
}

@media (max-width: 850px) {
    .hero-slide-container[b-ne0d9ke23r] {
        flex-direction: column;
    }
}

.hero-img-col[b-ne0d9ke23r] {
    position: relative;
    width: 45%;
    min-width: 45%;
    height: 100%;
    background: #080a08;
    overflow: hidden;
}

@media (max-width: 850px) {
    .hero-img-col[b-ne0d9ke23r] {
        width: 100%;
        height: 220px;
    }
}

.hero-cover-img[b-ne0d9ke23r] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.hero-slider-wrap:hover .hero-cover-img[b-ne0d9ke23r] {
    transform: scale(1.03);
}

.hero-badge[b-ne0d9ke23r] {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(13, 16, 13, 0.92);
    border: 1px solid #9ABE73;
    color: #9ABE73;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.hero-text-col[b-ne0d9ke23r] {
    width: 55%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 850px) {
    .hero-text-col[b-ne0d9ke23r] {
        width: 100%;
        padding: 24px;
    }
}

.meta-line[b-ne0d9ke23r] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.76rem;
    color: #647061;
}

.hero-heading[b-ne0d9ke23r] {
    color: #FFFFFF;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.hero-slider-wrap:hover .hero-heading[b-ne0d9ke23r] {
    color: #9ABE73;
}

.hero-excerpt[b-ne0d9ke23r] {
    color: #8c9689;
    font-size: 0.9rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cta-link[b-ne0d9ke23r] {
    font-family: 'JetBrains Mono', monospace;
    color: #9ABE73;
    font-weight: 700;
    font-size: 0.88rem;
}
/* /Components/Elemanlar/BrowserFrame.razor.rz.scp.css */
.mac-window-frame[b-2y0m249e6f] {
    background: #141714;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: block; /* Flex'ten block'a çekildi, yüksekliği çocuk belirler */
    width: 100%;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    overflow: hidden; /* Sadece Mac penceresinin köşe yuvarlaklığı için */
}

.mac-window-header[b-2y0m249e6f] {
    height: 32px;
    background: #1a1e1a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    user-select: none;
}

.mac-dots[b-2y0m249e6f] {
    display: flex;
    gap: 6px;
}

.dot[b-2y0m249e6f] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .dot.close[b-2y0m249e6f] {
        background-color: #ff5f56;
    }

    .dot.minimize[b-2y0m249e6f] {
        background-color: #ffbd2e;
    }

    .dot.expand[b-2y0m249e6f] {
        background-color: #27c93f;
    }

.mac-address-bar[b-2y0m249e6f] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    padding: 2px 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 60%;
    width: 100%;
    justify-content: center;
}

.lock-icon[b-2y0m249e6f] {
    font-size: 9px;
    opacity: 0.5;
}

.url-text[b-2y0m249e6f] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 11px;
    color: #8c9689;
}

.mac-actions[b-2y0m249e6f] {
    color: #4a5448;
    font-size: 12px;
}

/* GÖRSEL ALANI: Sıfır kısıtlama, sıfır flex baskısı */
.mac-window-body[b-2y0m249e6f] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    background: #ffffff;
}

.browser-img[b-2y0m249e6f] {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: none !important;
    object-fit: unset !important; /* cover/contain kilidini tamamen kırar */
}
/* /Components/Elemanlar/ReferansSeridi.razor.rz.scp.css */
/* ===================================================
   REFERANS LOGO BANDI (CSS ISOLATION)
   =================================================== */
.marquee-wrapper[b-bt3s3dygkq] {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 24px 0;
    background: rgba(13, 15, 13, 0.65);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(154, 190, 115, 0.12);
    border-bottom: 1px solid rgba(154, 190, 115, 0.12);
    mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
    pointer-events: none;
}

.marquee-track[b-bt3s3dygkq] {
    display: flex;
    width: max-content;
    /* gap yerine padding kullandığımız için gap'i kaldırıyoruz */
    animation: marquee-scroll-b-bt3s3dygkq 35s linear infinite;
}

/* Çok ufak kalan logoları optik olarak büyütmek için */
.logo-boost[b-bt3s3dygkq] {
    transform: scale(1.6);
}

.marquee-item[b-bt3s3dygkq] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    cursor: default;
    /* Gap yerine her iki yandan 30px (toplam 60px) boşluk */
    box-sizing: content-box;
    padding: 0 30px;
}

    .marquee-item img[b-bt3s3dygkq] {
        max-width: 100%;
        max-height: 48px;
        width: auto;
        height: auto;
        object-fit: contain;
        opacity: 0.55;
    }

/* DEĞİŞİKLİK: -20% yerine tam yarı mesafe olan -50% */
@keyframes marquee-scroll-b-bt3s3dygkq {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}
/* /Components/Elemanlar/RichTextEditor.razor.rz.scp.css */
.quill-wrapper[b-3mvp73dvsu] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #141714;
}

/* Quill Toolbar Sekoya Koyu Tema */
[b-3mvp73dvsu] .ql-toolbar.ql-snow {
    background: #181d18;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

[b-3mvp73dvsu] .ql-toolbar .ql-stroke {
    stroke: #8c9689 !important;
}

[b-3mvp73dvsu] .ql-toolbar .ql-fill {
    fill: #8c9689 !important;
}

[b-3mvp73dvsu] .ql-toolbar .ql-picker {
    color: #8c9689 !important;
}

    [b-3mvp73dvsu] .ql-toolbar button:hover .ql-stroke,
    [b-3mvp73dvsu] .ql-toolbar .ql-picker:hover {
        stroke: #9ABE73 !important;
        color: #9ABE73 !important;
    }

/* Yazı Alanı */
[b-3mvp73dvsu] .ql-container.ql-snow {
    border: none !important;
    min-height: 280px;
    font-size: 1rem;
    color: #EDEDED;
    font-family: inherit;
}

[b-3mvp73dvsu] .ql-editor.ql-blank::before {
    color: #647061 !important;
    font-style: normal;
}

/* Quill Wrapper: Editörün tamamını çevreleyen kutu */
.quill-wrapper[b-3mvp73dvsu] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background-color: #121412;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* Quill Editör Kapsayıcısı */
.quill-editor-container[b-3mvp73dvsu] {
    display: flex;
    flex-direction: column;
    max-height: 500px; /* İstediğin maksimum yüksekliği buradan ayarlayabilirsin */
}

    /* Üst Menü (Toolbar) Sabit Kalır */
    .quill-editor-container .ql-toolbar.ql-snow[b-3mvp73dvsu] {
        background-color: #181c18 !important;
        border: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
        position: sticky !important;
        top: 0 !important;
        z-index: 10 !important;
    }

    /* Metin Alanı (Editor Container) Scroll Özelliği Kazanır */
    .quill-editor-container .ql-container.ql-snow[b-3mvp73dvsu] {
        border: none !important;
        background-color: transparent !important;
        color: #EDEDED !important;
        font-size: 1rem !important;
        overflow-y: auto !important; /* Yazı uzadıkça kutu içinde scroll çıkar */
        max-height: 400px !important; /* Metin alanının dikey sınırı */
    }

    /* Quill yazı alanı iç boşlukları */
    .quill-editor-container .ql-editor[b-3mvp73dvsu] {
        min-height: 220px;
        line-height: 1.6;
    }

/* Quill'in CDN'den gelen stilini ezmek için seçiciyi HTML/Body ile güçlendiriyoruz */
html body .ql-snow .ql-editor code[b-3mvp73dvsu],
html body .ql-snow .ql-editor .ql-code[b-3mvp73dvsu] {
    background: rgba(154, 190, 115, 0.15) !important;
    background-color: rgba(154, 190, 115, 0.15) !important;
    color: #9ABE73 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(154, 190, 115, 0.3) !important;
    font-family: monospace !important;
}
.ql-editor code[b-3mvp73dvsu] {
    background: rgba(154, 190, 115, 0.2) !important;
    color: #9ABE73 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(154, 190, 115, 0.4) !important;
}
/* /Components/Elemanlar/SekoyaLogo.razor.rz.scp.css */
/* Geçiş yumuşaklığı */
[b-hlpd9m8m2q] .brand-logo {
    transition: filter 0.3s ease, transform 0.3s ease;
    display: inline-flex;
}

    /* Mouse linkin üzerine geldiğinde hem görsel hem yazı neon yeşil/beyaz parlar */
    [b-hlpd9m8m2q] .brand-logo:hover {
        transform: scale(2.03);
        filter: drop-shadow(0 0 10px rgba(154, 190, 115, 0.85)) drop-shadow(0 0 20px rgba(154, 190, 115, 0.35)) !important;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-oyi3yhnzsa] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-oyi3yhnzsa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* ==================== RECONNECT MODAL STYLES ==================== */

/* 1. Arka Plan Katmanı */
#components-reconnect-modal[b-lcotlh2gr3] {
    display: none !important;
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000000 !important;
    background: radial-gradient(circle at center, rgba(10, 15, 10, 0.85) 0%, rgba(3, 4, 3, 0.95) 100%) !important;
    backdrop-filter: blur(20px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(160%) !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

    /* Gösterim Sınıfları */
    #components-reconnect-modal.components-reconnect-show[b-lcotlh2gr3],
    #components-reconnect-modal.components-reconnect-failed[b-lcotlh2gr3],
    #components-reconnect-modal.components-reconnect-rejected[b-lcotlh2gr3] {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

/* 2. Akrilik Kart Gövdesi */
.reconnect-card[b-lcotlh2gr3] {
    position: relative;
    background: rgba(15, 18, 15, 0.82);
    border: 1px solid rgba(154, 190, 115, 0.22);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.8), 0 0 40px rgba(154, 190, 115, 0.08);
    border-radius: 20px;
    padding: 36px 32px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    color: #F0F3F0;
    font-family: inherit;
    overflow: hidden;
    transform: scale(0.92) translateY(10px);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

#components-reconnect-modal.components-reconnect-show .reconnect-card[b-lcotlh2gr3],
#components-reconnect-modal.components-reconnect-failed .reconnect-card[b-lcotlh2gr3],
#components-reconnect-modal.components-reconnect-rejected .reconnect-card[b-lcotlh2gr3] {
    transform: scale(1) translateY(0);
}

.reconnect-card-glow[b-lcotlh2gr3] {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 20%, rgba(154, 190, 115, 0.07) 0%, transparent 60%);
    pointer-events: none;
}

/* 3. Tipografi */
.reconnect-title[b-lcotlh2gr3] {
    margin: 18px 0 8px 0;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.reconnect-desc[b-lcotlh2gr3] {
    margin: 0 0 24px 0;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #A0A8A0;
}

/* 4. Durum Görünürlükleri */
#components-reconnect-modal .reconnect-state[b-lcotlh2gr3] {
    display: none !important;
}

#components-reconnect-modal.components-reconnect-show .reconnect-state-trying[b-lcotlh2gr3] {
    display: block !important;
}

#components-reconnect-modal.components-reconnect-failed .reconnect-state-failed[b-lcotlh2gr3] {
    display: block !important;
}

#components-reconnect-modal.components-reconnect-rejected .reconnect-state-rejected[b-lcotlh2gr3] {
    display: block !important;
}

/* 5. Radar / Pulse Animasyonu */
.pulse-ring-wrapper[b-lcotlh2gr3] {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pulse-core[b-lcotlh2gr3] {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(154, 190, 115, 0.12);
    border: 1px solid rgba(154, 190, 115, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.pulse-ring[b-lcotlh2gr3] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid rgba(154, 190, 115, 0.6);
    animation: radarPulse-b-lcotlh2gr3 1.8s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

@keyframes radarPulse-b-lcotlh2gr3 {
    0% {
        transform: scale(0.65);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

/* 6. İlerleme Çizgisi */
.reconnect-progress-track[b-lcotlh2gr3] {
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 99px;
    overflow: hidden;
    position: relative;
}

.reconnect-progress-bar[b-lcotlh2gr3] {
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #9ABE73, transparent);
    border-radius: 99px;
    animation: progressBarMove-b-lcotlh2gr3 1.5s ease-in-out infinite;
}

@keyframes progressBarMove-b-lcotlh2gr3 {
    0% {
        left: -40%;
    }

    100% {
        left: 100%;
    }
}

/* 7. Başarısız / Uyarı İkonları */
.status-badge[b-lcotlh2gr3] {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.failed-badge[b-lcotlh2gr3] {
    background: rgba(229, 115, 115, 0.12);
    border: 1px solid rgba(229, 115, 115, 0.35);
}

.rejected-badge[b-lcotlh2gr3] {
    background: rgba(255, 183, 77, 0.12);
    border: 1px solid rgba(255, 183, 77, 0.35);
}

/* 8. Yenile Butonu */
.reconnect-action-btn[b-lcotlh2gr3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgb(39, 52, 25);
    color: #070907;
    border: none;
    border-radius: 10px;
    padding: 12px 28px;
    font-size: 0.92rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(154, 190, 115, 0.25);
    transition: all 0.2s ease;
}

    .reconnect-action-btn:hover[b-lcotlh2gr3] {
        background: #AECF88;
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(154, 190, 115, 0.35);
    }

    .reconnect-action-btn:active[b-lcotlh2gr3] {
        transform: translateY(0);
    }
/* /Components/Pages/Sunum/Blog.razor.rz.scp.css */
/* Hero Başlık Metinleri */
.tech-badge[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 1.5px;
}

.hero-title[b-oxhoc4i5c5] {
    color: #EDEDED;
    font-weight: 800;
    font-size: 2.2rem;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

.hero-subtitle[b-oxhoc4i5c5] {
    color: #8c9689;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 680px;
}

/* ==========================================================================
   1. HERO CAROUSEL (EN ÇOK OKUNANLAR SLIDER)
   ========================================================================== */
.hero-slider-wrap[b-oxhoc4i5c5] {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(154, 190, 115, 0.25);
    background: #111411;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .hero-slider-wrap:hover[b-oxhoc4i5c5] {
        transform: translateY(-4px);
        border-color: rgba(154, 190, 115, 0.35);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    }

[b-oxhoc4i5c5] .hero-carousel {
    height: 340px !important;
}

@media (max-width: 850px) {
    [b-oxhoc4i5c5] .hero-carousel {
        height: 520px !important; /* Ekranı biraz ferahlat */
    }

    /* MOBİLDE DİKEY KAYDIRMAYI SERBEST BIRAKAN SİHİRLİ KURALLAR: */
    [b-oxhoc4i5c5] .mud-carousel-swipe {
        touch-action: pan-y !important;
        pointer-events: none !important; /* MudBlazor'ın dokunma yakalayıcısını kökten iptal eder */
    }

    /* Tıklanabilir alanların çalışmaya devam etmesini sağlar */
    .hero-slide-link[b-oxhoc4i5c5],
    [b-oxhoc4i5c5] .mud-carousel-item,
    [b-oxhoc4i5c5] .mud-carousel-arrow,
    [b-oxhoc4i5c5] .mud-carousel-bullet {
        pointer-events: auto !important;
        touch-action: pan-y !important;
    }
}

.hero-slide-link[b-oxhoc4i5c5] {
    text-decoration: none !important;
    color: inherit;
    display: block;
    height: 100%;
}

.hero-slide-container[b-oxhoc4i5c5] {
    display: flex;
    flex-direction: row;
    height: 100%;
}

@media (max-width: 850px) {
    .hero-slide-container[b-oxhoc4i5c5] {
        flex-direction: column;
    }
}

.hero-img-col[b-oxhoc4i5c5] {
    position: relative;
    width: 45%;
    min-width: 45%;
    height: 100%;
    background: #080a08;
    overflow: hidden;
}

@media (max-width: 850px) {
    .hero-img-col[b-oxhoc4i5c5] {
        width: 100%;
        height: 220px;
    }
}

.hero-cover-img[b-oxhoc4i5c5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.hero-slider-wrap:hover .hero-cover-img[b-oxhoc4i5c5] {
    transform: scale(1.03);
}

.hero-badge[b-oxhoc4i5c5] {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(13, 16, 13, 0.92);
    border: 1px solid #9ABE73;
    color: #9ABE73;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
    z-index: 2;
}

.hero-text-col[b-oxhoc4i5c5] {
    width: 55%;
    padding: 36px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 850px) {
    .hero-text-col[b-oxhoc4i5c5] {
        width: 100%;
        padding: 24px;
    }
}

.meta-line[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.76rem;
    color: #647061;
}

.hero-heading[b-oxhoc4i5c5] {
    color: #FFFFFF;
    font-size: 1.55rem;
    font-weight: 700;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.hero-slider-wrap:hover .hero-heading[b-oxhoc4i5c5] {
    color: #9ABE73;
}

.hero-excerpt[b-oxhoc4i5c5] {
    color: #8c9689;
    font-size: 0.9rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cta-link[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    color: #9ABE73;
    font-weight: 700;
    font-size: 0.88rem;
}

/* MudCarousel Özel Buton & Bullet Renkleri */
[b-oxhoc4i5c5] .mud-carousel-bullet-active {
    background-color: #9ABE73 !important;
}

[b-oxhoc4i5c5] .mud-carousel-arrow {
    background: rgba(13, 16, 13, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    color: #9ABE73 !important;
}

/* ==========================================================================
   2. FİLTRE VE ARAMA
   ========================================================================== */
.toolbar-box[b-oxhoc4i5c5] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 16px;
}

.categories-row[b-oxhoc4i5c5] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-pill-btn[b-oxhoc4i5c5] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: #8c9689;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .filter-pill-btn:hover[b-oxhoc4i5c5] {
        color: #EDEDED;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .filter-pill-btn.active[b-oxhoc4i5c5] {
        background: #9ABE73;
        border-color: #9ABE73;
        color: #0d0f0d;
        font-weight: 700;
    }

.search-box-wrap[b-oxhoc4i5c5] {
    position: relative;
    width: 260px;
}

@media (max-width: 600px) {
    .search-box-wrap[b-oxhoc4i5c5] {
        width: 100%;
    }
}

.custom-search-input[b-oxhoc4i5c5] {
    width: 100%;
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 6px 30px 6px 34px;
    color: #EDEDED;
    font-size: 0.85rem;
    outline: none;
    transition: border-color 0.2s ease;
}

    .custom-search-input:focus[b-oxhoc4i5c5] {
        border-color: #9ABE73;
    }

.search-ico[b-oxhoc4i5c5] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: #647061;
}

.clear-btn[b-oxhoc4i5c5] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #8c9689;
    cursor: pointer;
    font-size: 11px;
}

/* ==========================================================================
   3. blog KARTLARI (ORİJİNAL HALİYLE)
   ========================================================================== */
.post-card[b-oxhoc4i5c5] {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

    .post-card:hover[b-oxhoc4i5c5] {
        transform: translateY(-4px);
        border-color: rgba(154, 190, 115, 0.35);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
    }

.post-card-link[b-oxhoc4i5c5] {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
}

.card-thumb-wrap[b-oxhoc4i5c5] {
    position: relative;
    width: 100%;
    height: 210px;
    background: #080a08;
    overflow: hidden;
}

.card-thumb[b-oxhoc4i5c5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.post-card:hover .card-thumb[b-oxhoc4i5c5] {
    transform: scale(1.03);
}

.category-tag[b-oxhoc4i5c5] {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(13, 16, 13, 0.88);
    border: 1px solid rgba(154, 190, 115, 0.3);
    color: #9ABE73;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    backdrop-filter: blur(4px);
}

.card-body[b-oxhoc4i5c5] {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-meta-line[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #647061;
}

.card-view-count[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #8c9689;
}

.card-heading[b-oxhoc4i5c5] {
    color: #EDEDED;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.post-card:hover .card-heading[b-oxhoc4i5c5] {
    color: #9ABE73;
}

.card-desc[b-oxhoc4i5c5] {
    color: #8c9689;
    font-size: 0.86rem;
    line-height: 1.6;
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more-text[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    color: #9ABE73;
    font-size: 0.82rem;
    font-weight: 600;
}

/* Yükleme Butonu & Bitiş Metni */
.load-more-btn[b-oxhoc4i5c5] {
    border-color: rgba(154, 190, 115, 0.3) !important;
    color: #9ABE73 !important;
    font-family: 'JetBrains Mono', monospace !important;
    font-size: 0.85rem !important;
    text-transform: none !important;
    padding: 8px 24px !important;
    border-radius: 8px !important;
}

    .load-more-btn:hover[b-oxhoc4i5c5] {
        background: rgba(154, 190, 115, 0.08) !important;
        border-color: #9ABE73 !important;
    }

.end-text[b-oxhoc4i5c5] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #434c41;
    letter-spacing: 1px;
}



/* /Components/Pages/Sunum/BlogPostDetay.razor.rz.scp.css */
/* ==========================================================================
   1. GENEL SAYFA & YAZI AKIŞ DÜZENİ
   ========================================================================== */
.stream-article-container[b-5iw8nx05lr] {
    position: relative;
    margin-bottom: 5rem;
}

.next-article-divider[b-5iw8nx05lr] {
    border-top: 2px dashed rgba(154, 190, 115, 0.25);
    position: relative;
}

.stream-indicator[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 1px;
    font-weight: 700;
}

.back-nav-btn[b-5iw8nx05lr] {
    display: inline-flex;
    align-items: center;
    color: #8c9689;
    text-decoration: none !important;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: all 0.2s ease;
}

    .back-nav-btn:hover[b-5iw8nx05lr] {
        color: #9ABE73;
        border-color: rgba(154, 190, 115, 0.4);
        background: rgba(154, 190, 115, 0.05);
    }

/* ==========================================================================
   2. MAKALE BAŞLIĞI & YAZAR BİLGİLERİ
   ========================================================================== */
.category-pill-badge[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.82rem;
    font-weight: 700;
    color: #9ABE73;
    letter-spacing: 1.5px;
}

.main-article-title[b-5iw8nx05lr] {
    color: #FFFFFF;
    font-size: 2.35rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.5px;
}

@media (max-width: 600px) {
    .main-article-title[b-5iw8nx05lr] {
        font-size: 1.75rem;
    }
}

.article-author-card[b-5iw8nx05lr] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.author-avatar[b-5iw8nx05lr] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #192019;
    border: 1.5px solid #9ABE73;
    color: #9ABE73;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.1rem;
}

.author-name[b-5iw8nx05lr] {
    color: #EDEDED;
    font-weight: 600;
    font-size: 0.95rem;
}

.author-meta[b-5iw8nx05lr] {
    color: #647061;
    font-size: 0.8rem;
    font-family: 'JetBrains Mono', Consolas, monospace;
}

.meta-dot[b-5iw8nx05lr] {
    margin: 0 6px;
}

.article-stats-right[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.82rem;
    color: #8c9689;
}

/* ==========================================================================
   3. KAPAK GÖRSELİ
   ========================================================================== */
.cover-frame[b-5iw8nx05lr] {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 480px;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
    background: #080a08;
}

.cover-image-element[b-5iw8nx05lr] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1200 / 630;
    display: block;
}

/* ==========================================================================
   4. İÇERİK IZGARASI & SOSYAL PAYLAŞIM BARI
   ========================================================================== */
.article-body-grid[b-5iw8nx05lr] {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 36px;
    position: relative;
    width: 100%;
    align-items: stretch;
}

.share-column[b-5iw8nx05lr] {
    width: 50px;
    position: relative;
    height: 100%;
}

/* Masaüstü Dikey Kutu */
.share-sticky-box[b-5iw8nx05lr] {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgba(19, 23, 19, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 10px 6px;
    border-radius: 30px;
    align-items: center;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
    z-index: 50;
    transition: box-shadow 0.2s ease;
}

.share-btn[b-5iw8nx05lr] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8c9689 !important;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

    .share-btn:hover[b-5iw8nx05lr] {
        transform: translateY(-2px);
    }

    .share-btn.wa:hover[b-5iw8nx05lr] {
        color: #25D366 !important;
        border-color: #25D366;
        background: rgba(37, 211, 102, 0.1);
    }

    .share-btn.tw:hover[b-5iw8nx05lr] {
        color: #1DA1F2 !important;
        border-color: #1DA1F2;
        background: rgba(29, 161, 242, 0.1);
    }

    .share-btn.in:hover[b-5iw8nx05lr] {
        color: #0A66C2 !important;
        border-color: #0A66C2;
        background: rgba(10, 102, 194, 0.1);
    }

    .share-btn.tg:hover[b-5iw8nx05lr] {
        color: #24A1DE !important;
        border-color: #24A1DE;
        background: rgba(36, 161, 222, 0.1);
    }

    .share-btn.copy:hover[b-5iw8nx05lr] {
        color: #9ABE73 !important;
        border-color: #9ABE73;
        background: rgba(154, 190, 115, 0.1);
    }

.content-column[b-5iw8nx05lr] {
    min-width: 0;
}

/* ==========================================================================
   5. MOBİL GÖRÜNÜM (<= 900px) - TEPEDE ASILI KALAN YATAY HAP BAR
   ========================================================================== */
@media (max-width: 900px) {
    .article-body-grid[b-5iw8nx05lr] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .share-column[b-5iw8nx05lr] {
        width: 100%;
        height: 54px; /* Bar ekrandan çıktığında/kaydığında içeriğin sıçramaması için yer tutucu */
        position: relative;
        order: 1;
    }

    .content-column[b-5iw8nx05lr] {
        order: 2;
    }

    /* Mobilde yatay, blur zeminli, ekranı ortalayan şık hap */
    .share-sticky-box[b-5iw8nx05lr] {
        width: auto;
        min-width: 270px;
        max-width: 90%;
        flex-direction: row;
        justify-content: space-evenly;
        padding: 6px 14px;
        border-radius: 40px;
        background: rgba(17, 21, 17, 0.92);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(154, 190, 115, 0.3);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    }
}

/* ==========================================================================
   6. MAKALE ZENGİN METİN GÖVDESİ (PROSE)
   ========================================================================== */
.article-prose[b-5iw8nx05lr] {
    font-size: 1.12rem;
    line-height: 1.85;
    color: #c2cbc0 !important;
}

[b-5iw8nx05lr] .article-prose p {
    margin-bottom: 1.6rem;
    color: #c2cbc0 !important;
}

[b-5iw8nx05lr] .article-prose h2 {
    color: #FFFFFF !important;
    font-size: 1.65rem !important;
    font-weight: 700 !important;
    margin-top: 2.8rem !important;
    margin-bottom: 1rem !important;
    letter-spacing: -0.4px !important;
    border-left: 3px solid #9ABE73 !important;
    padding-left: 12px !important;
}

[b-5iw8nx05lr] .article-prose h3 {
    color: #EDEDED !important;
    font-size: 1.3rem !important;
    font-weight: 600 !important;
    margin-top: 2.2rem !important;
    margin-bottom: 0.8rem !important;
}

[b-5iw8nx05lr] .article-prose ul,
[b-5iw8nx05lr] .article-prose ol {
    margin: 1.2rem 0 1.8rem 1.4rem;
    padding-left: 10px;
    color: #c2cbc0 !important;
}

[b-5iw8nx05lr] .article-prose li {
    margin-bottom: 0.6rem;
}

[b-5iw8nx05lr] .article-prose blockquote {
    background: rgba(154, 190, 115, 0.04);
    border-left: 4px solid #9ABE73;
    padding: 16px 20px;
    margin: 2rem 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #d1d8ce;
}

[b-5iw8nx05lr] .article-prose strong {
    color: #FFFFFF !important;
    font-weight: 700;
}

/* ==========================================================================
   7. ETİKETLER & AKIŞ BİTİŞ ALANI
   ========================================================================== */
.tags-row[b-5iw8nx05lr] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag-badge[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.78rem;
    color: #8c9689;
    background: #121612;
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 4px 12px;
    border-radius: 20px;
}

.sentinel-box[b-5iw8nx05lr] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sentinel-text[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.85rem;
    color: #8c9689;
}

.border-top-dark[b-5iw8nx05lr] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.end-stream-label[b-5iw8nx05lr] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #556252;
}
/* blog detay sayfasındaki kod blokları */
.article-prose pre[b-5iw8nx05lr],
.article-prose pre.ql-syntax[b-5iw8nx05lr] {
    background-color: #0d0f0d !important;
    border: 1px solid rgba(154, 190, 115, 0.25) !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 20px 0 !important;
    color: #EDEDED !important;
    font-family: 'Consolas', 'Fira Code', 'Monaco', monospace !important;
    font-size: 0.92rem !important;
    line-height: 1.6 !important;
    overflow-x: auto !important; /* Uzun satırlarda taşmayı önler, yatay scroll açar */
    tab-size: 4 !important;
}

/* Satır içi küçük kodlar için (örn: `OnInitializedAsync`) */
.article-prose code:not(pre code)[b-5iw8nx05lr] {
    background-color: rgba(154, 190, 115, 0.12);
    color: #9ABE73;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 0.9em;
}

/* Quill'den gelen kod satırları */
.article-prose pre.ql-syntax[b-5iw8nx05lr],
.article-prose pre[b-5iw8nx05lr] {
    background-color: #0d110e !important;
    color: #e2e8f0 !important;
    font-family: 'Consolas', 'Fira Code', 'Monaco', 'Courier New', monospace !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 2px 18px !important;
    border-left: 1px solid rgba(154, 190, 115, 0.3) !important;
    border-right: 1px solid rgba(154, 190, 115, 0.3) !important;
    overflow-x: auto !important;
    white-space: pre !important;
}

    /* Kod bloğunun en üst satırı: Üst kenarlık ve yuvarlatılmış köşe */
    .article-prose pre.ql-syntax:first-of-type[b-5iw8nx05lr],
    .article-prose *:not(pre.ql-syntax) + pre.ql-syntax[b-5iw8nx05lr] {
        margin-top: 16px !important;
        padding-top: 14px !important;
        border-top: 1px solid rgba(154, 190, 115, 0.3) !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    /* Kod bloğunun en alt satırı: Alt kenarlık ve yuvarlatılmış köşe */
    .article-prose pre.ql-syntax:last-of-type[b-5iw8nx05lr],
    .article-prose pre.ql-syntax:has(+ *:not(pre.ql-syntax))[b-5iw8nx05lr] {
        margin-bottom: 20px !important;
        padding-bottom: 14px !important;
        border-bottom: 1px solid rgba(154, 190, 115, 0.3) !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
    }

/* Satır içi (inline) kod vurguları (örn: .Result) */
.article-prose code:not(pre code)[b-5iw8nx05lr] {
    background-color: rgba(154, 190, 115, 0.12) !important;
    color: #9ABE73 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: monospace !important;
    font-size: 0.88em !important;
}

/* ==========================================================================
   KOD BLOKLARI VE SYNTAX STİLLERİ (DİNAMİK HTML İÇİN DEEP KULLANIMI)
   ========================================================================== */

[b-5iw8nx05lr] .article-prose pre,
[b-5iw8nx05lr] .article-prose pre.ql-syntax {
    background-color: #0d110e !important;
    border: 1px solid rgba(154, 190, 115, 0.3) !important;
    border-radius: 8px !important;
    padding: 16px 18px !important;
    margin: 20px 0 !important;
    color: #e2e8f0 !important;
    font-family: 'Consolas', 'Fira Code', 'Monaco', 'Courier New', monospace !important;
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    overflow-x: auto !important;
    white-space: pre !important;
    tab-size: 4 !important;
}

[b-5iw8nx05lr] .article-prose code:not(pre code) {
    background-color: rgba(154, 190, 115, 0.12) !important;
    color: #9ABE73 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
    font-family: monospace !important;
    font-size: 0.88em !important;
}

[b-5iw8nx05lr] a {
    color: #9ABE73;
}
[b-5iw8nx05lr] a:hover{
    color:white;
}
/* /Components/Pages/Sunum/Hakkimizda.razor.rz.scp.css */
/* ==========================================================================
   1. HERO VE BAŞLIKLAR
   ========================================================================== */
.about-hero[b-dn9rzjq5ww] {
    max-width: 860px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.hero-subtitle[b-dn9rzjq5ww] {
    color: #8c9689;
    font-size: 1.05rem;
    line-height: 1.7;
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
}

.tech-badge[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 1.5px;
    font-weight: 700;
}

.hero-title[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

@media (max-width: 600px) {
    .hero-title[b-dn9rzjq5ww] {
        font-size: 1.9rem;
    }
}

.brand-accent[b-dn9rzjq5ww] {
    color: #9ABE73;
}


.sub-badge[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.78rem;
    color: #9ABE73;
    letter-spacing: 1px;
    font-weight: 700;
}

.section-title[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-size: 1.9rem;
    font-weight: 700;
}

/* ==========================================================================
   2. METRİK KARTLARI (SAYILARLA GÜVEN)
   ========================================================================== */
.metrics-grid[b-dn9rzjq5ww] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

@media (max-width: 900px) {
    .metrics-grid[b-dn9rzjq5ww] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    .metrics-grid[b-dn9rzjq5ww] {
        grid-template-columns: 1fr;
    }
}

.metric-card[b-dn9rzjq5ww] {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

    .metric-card:hover[b-dn9rzjq5ww] {
        border-color: rgba(154, 190, 115, 0.4);
        transform: translateY(-3px);
    }

.metric-number[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 2.3rem;
    font-weight: 800;
    color: #9ABE73;
    margin-bottom: 4px;
}

.metric-label[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 6px;
}

.metric-desc[b-dn9rzjq5ww] {
    color: #647061;
    font-size: 0.82rem;
    line-height: 1.4;
}

/* ==========================================================================
   3. HİKAYE VE KONSOL ALANI
   ========================================================================== */
.story-grid[b-dn9rzjq5ww] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

@media (max-width: 900px) {
    .story-grid[b-dn9rzjq5ww] {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

.story-heading[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3;
}

.story-paragraph[b-dn9rzjq5ww] {
    color: #c2cbc0;
    font-size: 0.98rem;
    line-height: 1.7;
}

.checklist[b-dn9rzjq5ww] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.check-item[b-dn9rzjq5ww] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #EDEDED;
    font-size: 0.92rem;
}

.check-ico[b-dn9rzjq5ww] {
    color: #9ABE73;
    font-weight: bold;
}

/* Mühendislik Kod Konsolu Kutusu */
.console-box[b-dn9rzjq5ww] {
    background: #090c09;
    border: 1px solid rgba(154, 190, 115, 0.25);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.7);
}

.console-header[b-dn9rzjq5ww] {
    background: #111511;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dot[b-dn9rzjq5ww] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

    .dot.red[b-dn9rzjq5ww] {
        background: #ff5f56;
    }

    .dot.yellow[b-dn9rzjq5ww] {
        background: #ffbd2e;
    }

    .dot.green[b-dn9rzjq5ww] {
        background: #27c93f;
    }

.console-title[b-dn9rzjq5ww] {
    margin-left: 8px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #647061;
}

.console-body[b-dn9rzjq5ww] {
    padding: 20px;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.85rem;
    line-height: 1.6;
    color: #c2cbc0;
}

.c-comment[b-dn9rzjq5ww] {
    color: #556652;
    font-style: italic;
}

.c-keyword[b-dn9rzjq5ww] {
    color: #ff7b72;
    font-weight: 600;
}

.c-class[b-dn9rzjq5ww] {
    color: #ffa657;
    font-weight: 600;
}

.c-prop[b-dn9rzjq5ww] {
    color: #79c0ff;
}

.c-val[b-dn9rzjq5ww] {
    color: #7ee787;
}

.c-str[b-dn9rzjq5ww] {
    color: #a5d6ff;
}

.c-func[b-dn9rzjq5ww] {
    color: #d2a8ff;
}

/* ==========================================================================
   4. DEĞERLER (4 KART)
   ========================================================================== */
.value-card[b-dn9rzjq5ww] {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    height: 100%;
    transition: all 0.2s ease;
}

    .value-card:hover[b-dn9rzjq5ww] {
        border-color: rgba(154, 190, 115, 0.35);
        background: #141814;
        transform: translateY(-2px);
    }

.value-icon[b-dn9rzjq5ww] {
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.value-title[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.value-desc[b-dn9rzjq5ww] {
    color: #8c9689;
    font-size: 0.86rem;
    line-height: 1.55;
}

/* ==========================================================================
   5. TECH STACK PANELİ
   ========================================================================== */
.tech-stack-panel[b-dn9rzjq5ww] {
    background: #111511;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 14px;
}

.tech-stack-heading[b-dn9rzjq5ww] {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 700;
}

.tech-chip[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.82rem;
    color: #c2cbc0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 6px 14px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .tech-chip:hover[b-dn9rzjq5ww] {
        color: #9ABE73;
        border-color: #9ABE73;
        background: rgba(154, 190, 115, 0.05);
    }

/* ==========================================================================
   6. REFERANSLAR BANDI
   ========================================================================== */
.partners-row[b-dn9rzjq5ww] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.partner-box[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.85rem;
    font-weight: 700;
    color: #647061;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    padding: 12px 24px;
    border-radius: 8px;
    letter-spacing: 1px;
    transition: all 0.2s ease;
}

    .partner-box:hover[b-dn9rzjq5ww] {
        color: #EDEDED;
        border-color: rgba(154, 190, 115, 0.4);
    }


.architecture-diagram-card[b-dn9rzjq5ww] {
    background: #111511;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.diag-header[b-dn9rzjq5ww] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.diag-badge[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.75rem;
    color: #9ABE73;
    font-weight: 700;
}

.diag-status[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.72rem;
    color: #8c9689;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.status-live-dot[b-dn9rzjq5ww] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9ABE73;
    box-shadow: 0 0 8px #9ABE73;
}

.arch-flow[b-dn9rzjq5ww] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.arch-step[b-dn9rzjq5ww] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 14px 16px;
    transition: all 0.2s ease;
}

    .arch-step:hover[b-dn9rzjq5ww] {
        border-color: rgba(154, 190, 115, 0.3);
        background: rgba(154, 190, 115, 0.02);
    }

.highlight-step[b-dn9rzjq5ww] {
    border-color: rgba(154, 190, 115, 0.2);
    background: rgba(154, 190, 115, 0.03);
}

.step-meta[b-dn9rzjq5ww] {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.68rem;
    color: #647061;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.step-title[b-dn9rzjq5ww] {
    color: #EDEDED;
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.step-desc[b-dn9rzjq5ww] {
    color: #8c9689;
    font-size: 0.8rem;
    line-height: 1.4;
}

.arch-connector[b-dn9rzjq5ww] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    color: #9ABE73;
    font-size: 0.85rem;
    opacity: 0.7;
    position: relative;
}

    .arch-connector[b-dn9rzjq5ww]::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background: dashed 1px rgba(154, 190, 115, 0.3);
        z-index: 1;
    }
/* /Components/Pages/Sunum/ProjeDetay.razor.rz.scp.css */
.case-study-wrapper[b-65wvy7afam] {
    max-width: 1140px;
    margin: 40px auto 100px;
    padding: 0 24px;
}

.back-link[b-65wvy7afam] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.85rem;
    color: #8c9689 !important;
    transition: color 0.2s ease;
}

    .back-link:hover[b-65wvy7afam] {
        color: #9ABE73 !important;
    }

/* Header */
.category-tag[b-65wvy7afam] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.75rem;
    color: #9ABE73;
    background: rgba(154, 190, 115, 0.1);
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid rgba(154, 190, 115, 0.25);
    letter-spacing: 0.5px;
}

.scope-tag[b-65wvy7afam] {
    font-size: 0.85rem;
    color: #6d7869;
}

.project-title[b-65wvy7afam] {
    font-size: 2.3rem;
    font-weight: 700;
    color: #EDEDED;
    letter-spacing: -0.5px;
    line-height: 1.25;
}

.project-lead[b-65wvy7afam] {
    font-size: 1.15rem;
    color: #a2aba0;
    line-height: 1.6;
    max-width: 820px;
}

/* Hero Media */
.hero-banner[b-65wvy7afam] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0f120f;
    max-height: 480px;
}

.hero-img[b-65wvy7afam] {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.hero-gradient[b-65wvy7afam] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(13, 15, 13, 0.6) 0%, transparent 60%);
    pointer-events: none;
}

/* Metric Cards */
.metrics-grid[b-65wvy7afam] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.metric-card[b-65wvy7afam] {
    background: #0f120f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.metric-number[b-65wvy7afam] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 1.8rem;
    font-weight: 700;
    color: #9ABE73;
}

.metric-text[b-65wvy7afam] {
    font-size: 0.85rem;
    color: #8c9689;
    margin-top: 4px;
}

/* Two-column Layout */
.content-grid[b-65wvy7afam] {
    display: grid;
    grid-template-columns: 1fr 340px;
    gap: 48px;
}

.case-section[b-65wvy7afam] {
    margin-bottom: 44px;
}

.section-title[b-65wvy7afam] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #EDEDED;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-num[b-65wvy7afam] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 1rem;
    color: #9ABE73;
}

.section-text[b-65wvy7afam]  p {
    font-size: 1rem;
    line-height: 1.75;
    color: #a2aba0;
    margin-bottom: 16px;
}

/* Sidebar */
.side-card[b-65wvy7afam] {
    background: #0f120f;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    padding: 24px;
}

.side-title[b-65wvy7afam] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #EDEDED;
}

.tech-badge[b-65wvy7afam] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.75rem;
    color: #9ABE73;
    background: rgba(154, 190, 115, 0.08);
    border: 1px solid rgba(154, 190, 115, 0.2);
    padding: 4px 8px;
    border-radius: 4px;
}

.architecture-specs[b-65wvy7afam]  ul {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.architecture-specs[b-65wvy7afam]  li {
    font-size: 0.88rem;
    color: #8c9689;
    line-height: 1.6;
    margin-bottom: 12px;
    padding-left: 14px;
    border-left: 2px solid rgba(154, 190, 115, 0.3);
}

.architecture-specs[b-65wvy7afam]  strong {
    color: #EDEDED;
}

/* CTA */
.contact-cta[b-65wvy7afam] {
    background: rgba(154, 190, 115, 0.04);
    border-color: rgba(154, 190, 115, 0.15);
}

.cta-title[b-65wvy7afam] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #EDEDED;
    margin-bottom: 8px;
}

.cta-desc[b-65wvy7afam] {
    font-size: 0.85rem;
    color: #8c9689;
    line-height: 1.5;
}

[b-65wvy7afam] .cta-btn {
    background: #9ABE73 !important;
    color: #0d0f0d !important;
    font-weight: 600 !important;
    text-transform: none !important;
}

/* Responsiveness */
@media (max-width: 900px) {
    .content-grid[b-65wvy7afam] {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .metrics-grid[b-65wvy7afam] {
        grid-template-columns: 1fr;
    }

    .project-title[b-65wvy7afam] {
        font-size: 1.75rem;
    }
}
/* /Components/Pages/Sunum/Projelerimiz.razor.rz.scp.css */
/* Tüm Kartı Saran Tıklanabilir Link */
.project-card-link[b-8tuddpb66u] {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    height: 100%;
    cursor: pointer;
}

/* Kart Stili & Hover */
.project-card[b-8tuddpb66u] {
    background: #0f120f !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px !important;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.project-card-link:hover .project-card[b-8tuddpb66u] {
    transform: translateY(-5px);
    border-color: rgba(154, 190, 115, 0.45) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(154, 190, 115, 0.1);
}

/* Başlığın Yanındaki Minik Ok İkonu */
.arrow-indicator[b-8tuddpb66u] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 1.1rem;
    color: #8c9689;
    transition: color 0.3s ease, transform 0.3s ease;
    margin-left: 8px;
}

.project-card-link:hover .arrow-indicator[b-8tuddpb66u] {
    color: #9ABE73;
    transform: translate(2px, -2px);
}

.project-card-link:hover .project-title[b-8tuddpb66u] {
    color: #ffffff;
}

/* Görsel Alanı: Tam Sığdırma */
.media-container[b-8tuddpb66u] {
    position: relative;
    width: 100%;
    background: #080a08;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.project-showcase-img[b-8tuddpb66u] {
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: contain !important;
    display: block;
    transition: transform 0.3s ease;
}

.project-card-link:hover .project-showcase-img[b-8tuddpb66u] {
    transform: scale(1.02);
}

/* Rozetler */
.floating-badge-bar[b-8tuddpb66u] {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.category-chip[b-8tuddpb66u] {
    background: rgba(13, 15, 13, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #d1d8ce;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.status-indicator[b-8tuddpb66u] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(13, 15, 13, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.8px;
}

.status-dot[b-8tuddpb66u] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-live[b-8tuddpb66u] {
    color: #9ABE73;
}

    .status-live .status-dot[b-8tuddpb66u] {
        background-color: #9ABE73;
        box-shadow: 0 0 6px #9ABE73;
    }

.status-dev[b-8tuddpb66u] {
    color: #8c9689;
}

    .status-dev .status-dot[b-8tuddpb66u] {
        background-color: #8c9689;
    }

/* Tipografi */
.project-title[b-8tuddpb66u] {
    color: #EDEDED;
    font-weight: 600 !important;
    font-size: 1.15rem !important;
    line-height: 1.4 !important;
    transition: color 0.2s ease;
}

.project-desc[b-8tuddpb66u] {
    color: #8c9689;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Metrik Kutusu */
.metrics-box[b-8tuddpb66u] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 6px;
}

.metric-num[b-8tuddpb66u] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-weight: 700 !important;
    color: #EDEDED;
    font-size: 0.95rem !important;
}

.metric-lbl[b-8tuddpb66u] {
    color: #6d7869;
    font-size: 0.72rem;
}

/* Teknoloji Etiketleri */
[b-8tuddpb66u] .tech-chip {
    font-family: 'JetBrains Mono', Consolas, monospace !important;
    font-size: 0.72rem !important;
    color: #9ABE73 !important;
    background: rgba(154, 190, 115, 0.07) !important;
    border: 1px solid rgba(154, 190, 115, 0.15) !important;
    border-radius: 4px !important;
    margin: 2px 0 !important;
}
.floating-badge-bar[b-8tuddpb66u] {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    pointer-events: none;
}

.category-chip[b-8tuddpb66u] {
    font-size: 0.72rem;
    padding: 3px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    color: #EDEDED;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.status-indicator[b-8tuddpb66u] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.68rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    backdrop-filter: blur(4px);
}

.status-live[b-8tuddpb66u] {
    background: rgba(154, 190, 115, 0.15);
    color: #9ABE73;
    border: 1px solid rgba(154, 190, 115, 0.3);
}

.status-dev[b-8tuddpb66u] {
    background: rgba(255, 183, 77, 0.15);
    color: #ffb74d;
    border: 1px solid rgba(255, 183, 77, 0.3);
}

.status-dot[b-8tuddpb66u] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: currentColor;
}
/* /Components/Pages/Sunum/Referanslar.razor.rz.scp.css */
/* Tech Badge */
.tech-badge[b-kvl2hpqmd4] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 1.5px;
}

/* Filtre Butonları */
[b-kvl2hpqmd4] .filter-pill {
    border-radius: 20px !important;
    text-transform: none !important;
    font-size: 0.85rem !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
    color: #a2aba0 !important;
}

    [b-kvl2hpqmd4] .filter-pill:hover {
        border-color: rgba(154, 190, 115, 0.4) !important;
        color: #EDEDED !important;
    }


/* Link Wrapper */
.ref-showcase-link[b-kvl2hpqmd4] {
    display: block;
    text-decoration: none !important;
    color: inherit !important;
    height: 100%;
    cursor: pointer;
}

/* Ana Kart Kapsayıcısı */
.ref-showcase-card[b-kvl2hpqmd4] {
    background: #141714;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.25s ease, box-shadow 0.25s ease;
}

.ref-showcase-link:hover .ref-showcase-card[b-kvl2hpqmd4] {
    transform: translateY(-5px);
    border-color: rgba(154, 190, 115, 0.45);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.65), 0 0 20px rgba(154, 190, 115, 0.1);
}

/* 1. Web Safari Başlığı */
.safari-header[b-kvl2hpqmd4] {
    height: 34px;
    background: #191e19;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    user-select: none;
    flex-shrink: 0;
}

.mac-dots[b-kvl2hpqmd4] {
    display: flex;
    gap: 5px;
}

.dot[b-kvl2hpqmd4] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

    .dot.close[b-kvl2hpqmd4] {
        background-color: #ff5f56;
    }

    .dot.min[b-kvl2hpqmd4] {
        background-color: #ffbd2e;
    }

    .dot.max[b-kvl2hpqmd4] {
        background-color: #27c93f;
    }

.safari-url[b-kvl2hpqmd4] {
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 65%;
    width: 100%;
    justify-content: center;
}

.lock-icon[b-kvl2hpqmd4] {
    font-size: 8px;
    opacity: 0.6;
}

.url-text[b-kvl2hpqmd4] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 10px;
    color: #8c9689;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 2. Sadece Mobil Olan Projeler İçin Üst Bar */
.mobile-app-header[b-kvl2hpqmd4] {
    height: 34px;
    background: #191e19;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    flex-shrink: 0;
}

.app-store-tag[b-kvl2hpqmd4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 10px;
    color: #9ABE73;
    background: rgba(154, 190, 115, 0.08);
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid rgba(154, 190, 115, 0.2);
}

.external-arrow[b-kvl2hpqmd4] {
    color: #4a5448;
    font-size: 11px;
    font-weight: bold;
    transition: color 0.2s ease, transform 0.2s ease;
}

.ref-showcase-link:hover .external-arrow[b-kvl2hpqmd4] {
    color: #9ABE73;
    transform: translate(2px, -2px);
}

/* Sahne Alanı */
/* Sahne Alanı: Genişliğe göre otomatik orantılanan yapı */
.stage-viewport[b-kvl2hpqmd4] {
    position: relative;
    width: 100%;
    /* Eski sabit yüksekliği kaldır: */
    /* height: 220px; */
    /* 16:10 laptop/web vitrinleri için en dengeli orandır (veya 16/9 yapabilirsin) */
    aspect-ratio: 16 / 8;
    background: #0d0f0d;
    overflow: hidden;
    padding: 0 !important;
}

/* Sadece Mobil Proje Sahnesi (Hafif spot ışığı efekti) */
.stage-mobile-only[b-kvl2hpqmd4] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: radial-gradient(circle at 50% 100%, rgba(154, 190, 115, 0.06) 0%, #0d0f0d 75%);
}

/* Masaüstü Ekranı */
.desktop-mockup[b-kvl2hpqmd4] {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.desktop-img[b-kvl2hpqmd4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
    transition: transform 0.35s ease;
}

.ref-showcase-link:hover .desktop-img[b-kvl2hpqmd4] {
    transform: scale(1.02);
}

/* Sağ Köşeye Taşmalı Telefon (Responsive Mod) */
.phone-overlay[b-kvl2hpqmd4] {
    position: absolute;
    right: 14px;
    bottom: -8px;
    width: 88px;
    height: 172px;
    background: #000;
    border: 2px solid #2e332e;
    border-radius: 14px 14px 0 0;
    box-shadow: -4px 0 18px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.ref-showcase-link:hover .phone-overlay[b-kvl2hpqmd4] {
    transform: translateY(-5px);
}

/* Tam Ortalanmış Büyük Telefon (Sadece Mobil Mod) */
.phone-centered[b-kvl2hpqmd4] {
    width: 115px;
    height: 195px;
    background: #000;
    border: 3px solid #2e332e;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.85);
    overflow: hidden;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease;
}

.ref-showcase-link:hover .phone-centered[b-kvl2hpqmd4] {
    transform: translateY(-6px) scale(1.02);
}

.phone-speaker-island[b-kvl2hpqmd4] {
    width: 26px;
    height: 5px;
    background: #1a1a1a;
    border-radius: 4px;
    margin-top: 5px;
    flex-shrink: 0;
}

.phone-screen[b-kvl2hpqmd4] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 4px;
    background: #111;
}

.phone-img[b-kvl2hpqmd4] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    display: block;
}

/* Hover İncele Butonu */
.visit-overlay[b-kvl2hpqmd4] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    backdrop-filter: blur(2px);
    transition: opacity 0.2s ease;
    z-index: 3;
}

.ref-showcase-link:hover .visit-overlay[b-kvl2hpqmd4] {
    opacity: 1;
}

.visit-btn[b-kvl2hpqmd4] {
    background: #9ABE73;
    color: #0d0f0d;
    font-weight: 700;
    font-size: 0.78rem;
    padding: 6px 14px;
    border-radius: 20px;
    font-family: 'JetBrains Mono', Consolas, monospace;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.6);
    transform: translateY(4px);
    transition: transform 0.2s ease;
}

.ref-showcase-link:hover .visit-btn[b-kvl2hpqmd4] {
    transform: translateY(0);
}

/* Alt Bilgi Çubuğu */
.ref-caption[b-kvl2hpqmd4] {
    background: #111411;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.client-name[b-kvl2hpqmd4] {
    color: #EDEDED;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.3;
}

.category-name[b-kvl2hpqmd4] {
    color: #6d7869;
    font-size: 0.75rem;
}

.year-pill[b-kvl2hpqmd4] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.72rem;
    color: #8c9689;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    padding: 2px 7px;
    border-radius: 4px;
}


.cta-box[b-kvl2hpqmd4] {
    background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(154, 190, 115, 0.05) 100%);
    border: 1px dashed rgba(154, 190, 115, 0.25);
    border-radius: 12px;
}

.cta-btn[b-kvl2hpqmd4] {
    background-color: #9ABE73 !important;
    color: #0d0f0d !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    text-transform: none !important;
}
/* /Components/Pages/Sunum/ServiceDetail.razor.rz.scp.css */
.service-page-container[b-z931ge9lhc] {
    color: #e6edf3;
}

/* Kategori Rozeti (Ana sayfadaki yeşil kapsül) */
.category-badge[b-z931ge9lhc] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(46, 160, 67, 0.12);
    border: 1px solid rgba(46, 160, 67, 0.3);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    color: #4af626;
    letter-spacing: 1px;
}

.badge-dot[b-z931ge9lhc] {
    width: 6px;
    height: 6px;
    background: #4af626;
    border-radius: 50%;
    box-shadow: 0 0 6px #4af626;
}

/* Başlıklar & Metinler */
.hero-heading[b-z931ge9lhc] {
    font-size: 3.1rem !important;
    font-weight: 800 !important;
    color: #ffffff;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

.hero-subtext[b-z931ge9lhc] {
    font-size: 1.15rem;
    color: #8b949e;
    line-height: 1.6;
}

.section-tag-label[b-z931ge9lhc] {
    color: #4af626 !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px;
}

.section-main-title[b-z931ge9lhc] {
    color: #ffffff;
    font-weight: 700;
}

.section-desc[b-z931ge9lhc] {
    color: #8b949e;
    line-height: 1.7;
}

/* Chip / Teknoloji Etiketi */
.tech-chip[b-z931ge9lhc] {
    border-color: #21262d !important;
    background: #161b22 !important;
    color: #9ABE73 !important;
    font-family: monospace;
}

/* Butonlar (Ana sayfadaki yeşil dolgulu ve gri kenarlıklı butonlar) */
.primary-btn[b-z931ge9lhc] {
    background-color: #238636 !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: none;
    border-radius: 8px;
}

    .primary-btn:hover[b-z931ge9lhc] {
        background-color: #2ea043 !important;
    }

.secondary-btn[b-z931ge9lhc] {
    border: 1px solid #30363d !important;
    color: #c9d1d9 !important;
    font-weight: 700;
    text-transform: none;
    border-radius: 8px;
}

/* Vurgulu Maddeler */
.check-icon[b-z931ge9lhc] {
    color: #4af626;
}

.highlight-item-text[b-z931ge9lhc] {
    color: #c9d1d9;
    font-size: 0.95rem;
}

/* Görsel Kapsayıcı */
.image-wrapper[b-z931ge9lhc] {
    border: 1px solid #21262d;
    border-radius: 12px;
    overflow: hidden;
    background: #0d1117;
}

    .image-wrapper img[b-z931ge9lhc] {
        width: 100%;
        height: 360px;
        object-fit: cover;
        display: block;
    }

/* Hizmet Kartları (Ana sayfadaki kart tasarımıyla birebir aynı) */
.service-card[b-z931ge9lhc] {
    background: #0d1117 !important;
    border: 1px solid #21262d !important;
    border-radius: 12px !important;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

    .service-card:hover[b-z931ge9lhc] {
        border-color: #30363d !important;
        transform: translateY(-4px);
    }

.card-icon-box[b-z931ge9lhc] {
    width: 44px;
    height: 44px;
    background: rgba(35, 134, 54, 0.15);
    border: 1px solid rgba(46, 160, 67, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4af626;
}

.card-corner-badge[b-z931ge9lhc] {
    font-size: 11px;
    color: #8b949e;
    background: #161b22;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid #21262d;
}

.card-title[b-z931ge9lhc] {
    color: #ffffff;
    font-weight: 700;
}

.card-desc[b-z931ge9lhc] {
    color: #8b949e;
    line-height: 1.6;
}

.border-top-faint[b-z931ge9lhc] {
    border-top: 1px solid #1c2128;
}

.bullet-check[b-z931ge9lhc] {
    color: #4af626;
    font-size: 16px !important;
}

.bullet-text[b-z931ge9lhc] {
    color: #8b949e;
    font-size: 13px;
}

/* FAQ Panelleri */
.faq-accordion-group[b-z931ge9lhc] {
    background: transparent !important;
}

.faq-panel[b-z931ge9lhc] {
    background: #0d1117 !important;
    border: 1px solid #21262d !important;
    border-radius: 8px !important;
}

    .faq-panel .mud-expand-panel-header[b-z931ge9lhc] {
        color: #ffffff !important;
        font-weight: 600;
    }

.faq-answer-text[b-z931ge9lhc] {
    color: #8b949e;
    line-height: 1.7;
}

/* CTA Paneli */
.cta-container[b-z931ge9lhc] {
    background: linear-gradient(180deg, #161b22 0%, #0d1117 100%) !important;
    border: 1px solid #30363d !important;
    border-radius: 16px !important;
}
/* /Components/Pages/Sunum/Teklif.razor.rz.scp.css */
.luxury-badge[b-6i9243w4fm] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #9ABE73;
    letter-spacing: 2px;
}

.luxury-heading[b-6i9243w4fm] {
    font-weight: 700 !important;
    color: #EDEDED;
    line-height: 1.2 !important;
    letter-spacing: -0.5px;
}

.luxury-subtext[b-6i9243w4fm] {
    color: #8c9689;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* İletişim Kartı */
.direct-contact-box[b-6i9243w4fm] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 16px;
}

.contact-row[b-6i9243w4fm] {
    text-decoration: none !important;
    color: inherit;
    transition: opacity 0.2s ease;
}

    .contact-row:hover[b-6i9243w4fm] {
        opacity: 0.85;
    }

.contact-icon[b-6i9243w4fm] {
    width: 34px;
    height: 34px;
    background: rgba(154, 190, 115, 0.1);
    border: 1px solid rgba(154, 190, 115, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.contact-lbl[b-6i9243w4fm] {
    font-size: 0.7rem;
    color: #647061;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-val[b-6i9243w4fm] {
    color: #EDEDED;
    font-weight: 500;
    font-size: 0.9rem;
}

.guarantee-text[b-6i9243w4fm] {
    font-size: 0.78rem;
    color: #6d7869;
}

/* Sağ Form Kartı */
.quote-glass-panel[b-6i9243w4fm] {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.6);
}

.form-label[b-6i9243w4fm] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.8rem;
    color: #a3aea0;
}

/* Çip Seçiciler */
.service-pill[b-6i9243w4fm] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
    color: #8c9689;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.78rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .service-pill:hover[b-6i9243w4fm] {
        color: #EDEDED;
        border-color: rgba(255, 255, 255, 0.15);
    }

    .service-pill.selected[b-6i9243w4fm] {
        background: rgba(154, 190, 115, 0.12);
        border-color: #9ABE73;
        color: #9ABE73;
        font-weight: 600;
    }

/* Inputs */
[b-6i9243w4fm] .luxury-input .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
}

[b-6i9243w4fm] .luxury-input:hover .mud-input-outlined-border {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

[b-6i9243w4fm] .luxury-input.mud-input-focused .mud-input-outlined-border {
    border-color: #9ABE73 !important;
}

[b-6i9243w4fm] .luxury-input input,
[b-6i9243w4fm] .luxury-input textarea {
    color: #EDEDED !important;
    font-size: 0.88rem !important;
}

[b-6i9243w4fm] .luxury-input label {
    color: #717d6e !important;
    font-size: 0.82rem !important;
}

/* Buton */
.submit-luxury-btn[b-6i9243w4fm] {
    background: #9ABE73 !important;
    color: #0d0f0d !important;
    font-family: 'JetBrains Mono', Consolas, monospace !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    border-radius: 8px !important;
    text-transform: none !important;
    box-shadow: 0 4px 18px rgba(154, 190, 115, 0.25) !important;
}

    .submit-luxury-btn:hover[b-6i9243w4fm] {
        background: #a9cc82 !important;
    }


/* Ana Kapsayıcı Kart */
.direct-contact-box[b-6i9243w4fm] {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 18px;
}

/* Her Bir Tıklanabilir İletişim Satırı */
.contact-card-item[b-6i9243w4fm] {
    text-decoration: none !important;
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.015);
    border: 1px solid transparent;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

    .contact-card-item:hover[b-6i9243w4fm] {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(154, 190, 115, 0.25);
        transform: translateX(3px);
    }

/* Görseldeki Kavisli İkon Kutusu */
.contact-icon-box[b-6i9243w4fm] {
    width: 38px;
    height: 38px;
    background: #151a15;
    border: 1px solid rgba(154, 190, 115, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #EDEDED;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.contact-card-item:hover .contact-icon-box[b-6i9243w4fm] {
    border-color: #9ABE73;
    color: #9ABE73;
    box-shadow: 0 0 10px rgba(154, 190, 115, 0.2);
}

/* Metin Grubu */
.contact-text-group[b-6i9243w4fm] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contact-lbl[b-6i9243w4fm] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 0.68rem;
    color: #647061;
    letter-spacing: 0.8px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contact-val[b-6i9243w4fm] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #EDEDED;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.2s ease;
}

.contact-card-item:hover .contact-val[b-6i9243w4fm] {
    color: #9ABE73;
}


/* Ayırıcı Çizgi */
.border-top-dark[b-6i9243w4fm] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Süreç Kartları */
.process-step-card[b-6i9243w4fm] {
    background: #111411;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    padding: 24px 20px;
    height: 100%;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

    .process-step-card:hover[b-6i9243w4fm] {
        transform: translateY(-4px);
        border-color: rgba(154, 190, 115, 0.3);
    }

.step-num[b-6i9243w4fm] {
    font-family: 'JetBrains Mono', Consolas, monospace;
    font-size: 1.6rem;
    font-weight: 800;
    color: #9ABE73;
    display: block;
    margin-bottom: 12px;
    opacity: 0.85;
}

.step-title[b-6i9243w4fm] {
    color: #EDEDED;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 8px;
}

.step-desc[b-6i9243w4fm] {
    color: #8c9689;
    font-size: 0.82rem;
    line-height: 1.5;
    margin-bottom: 0;
}

/* FAQ Stilleri */
.faq-container[b-6i9243w4fm] {
    max-width: 800px;
}

[b-6i9243w4fm] .luxury-expansion .mud-panel {
    background: #111411 !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 10px !important;
    margin-bottom: 10px !important;
    color: #EDEDED !important;
}

[b-6i9243w4fm] .luxury-expansion .mud-panel-header {
    font-weight: 600 !important;
    font-size: 0.95rem !important;
}

[b-6i9243w4fm] .luxury-expansion .mud-panel-content {
    color: #8c9689 !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}
/* /Components/Pages/Sunum/Yasal.razor.rz.scp.css */
.legal-container[b-trb8re22ax] {
    display: flex;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
    gap: 48px;
    min-height: 70vh;
}

.legal-sidebar[b-trb8re22ax] {
    width: 280px;
    flex-shrink: 0;
    border-right: 1px solid rgba(154, 190, 115, 0.15);
    padding-right: 24px;
}

.sidebar-heading[b-trb8re22ax] {
    font-size: 0.85rem;
    color: #9ABE73;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sidebar-nav[b-trb8re22ax] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .sidebar-nav .nav-link[b-trb8re22ax] {
        color: #8c9689;
        text-decoration: none;
        font-size: 0.95rem;
        padding: 10px 14px;
        border-radius: 4px;
        transition: all 0.2s ease;
    }

        .sidebar-nav .nav-link:hover[b-trb8re22ax] {
            color: #ffffff;
            background: rgba(154, 190, 115, 0.08);
        }

        .sidebar-nav .nav-link.active[b-trb8re22ax] {
            color: #9ABE73;
            background: rgba(154, 190, 115, 0.12);
            font-weight: 600;
        }

.legal-content[b-trb8re22ax] {
    flex: 1;
    max-width: 800px;
}

.content-header[b-trb8re22ax] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 16px;
    margin-bottom: 28px;
}

.document-title[b-trb8re22ax] {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.last-updated[b-trb8re22ax] {
    font-size: 0.85rem;
    color: #6d7869;
}

.document-body[b-trb8re22ax]  h3 {
    color: #e0e5dd;
    font-size: 1.15rem;
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 600;
}

.document-body[b-trb8re22ax]  p {
    color: #a2aba0;
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 16px;
}

.document-body[b-trb8re22ax]  strong {
    color: #ffffff;
}

@media (max-width: 768px) {
    .legal-container[b-trb8re22ax] {
        flex-direction: column;
        gap: 24px;
    }

    .legal-sidebar[b-trb8re22ax] {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(154, 190, 115, 0.15);
        padding-bottom: 20px;
    }
}
