/* /Layout/LoginLayout.razor.rz.scp.css */
.login-shell[b-nv3l8fca1i] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    background:
        radial-gradient(1200px 700px at 50% -20%, rgba(56, 189, 248, 0.18), transparent 60%),
        radial-gradient(700px 500px at 50% 120%, rgba(99, 102, 241, 0.14), transparent 60%),
        #f6f8fc;
    color: #0f172a;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.obt-shell[b-ycguxzlirw] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: radial-gradient(1200px 600px at 80% -10%, rgba(56, 189, 248, 0.16), transparent 60%),
                radial-gradient(900px 500px at -10% 30%, rgba(99, 102, 241, 0.12), transparent 55%),
                #f6f8fc;
    color: #0f172a;
}

.obt-nav[b-ycguxzlirw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem clamp(1rem, 4vw, 3rem);
    backdrop-filter: blur(8px);
    background: rgba(246, 248, 252, 0.75);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    position: sticky;
    top: 0;
    z-index: 100;
}

.obt-nav-brand[b-ycguxzlirw] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: #0b1020;
    text-decoration: none;
}

.obt-logo[b-ycguxzlirw] {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    color: #0b1020;
    padding: 0.35rem 0.55rem;
    border-radius: 0.5rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.obt-nav-links[b-ycguxzlirw] {
    display: flex;
    align-items: center;
    gap: 1.4rem;
}

.obt-nav-links[b-ycguxzlirw]  a {
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.15s ease;
}

.obt-nav-links[b-ycguxzlirw]  a:hover {
    color: #0b1020;
}

.obt-nav-links[b-ycguxzlirw]  .obt-cta {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    color: #0b1020 !important;
    padding: 0.55rem 1.1rem;
    border-radius: 0.6rem;
    font-weight: 600;
    box-shadow: 0 10px 24px -10px rgba(56, 189, 248, 0.6);
}

main[b-ycguxzlirw] {
    flex: 1;
}

.obt-footer[b-ycguxzlirw] {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding: 1.25rem clamp(1rem, 4vw, 3rem);
    color: #64748b;
    font-size: 0.85rem;
}

.obt-footer-row[b-ycguxzlirw] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* Yeni eklenen logo stili */
.obt-brand-logo[b-ycguxzlirw] {
    height: 32px; /* Logonun yüksekliğini navbar'a uygun olarak sabitledik */
    width: 32px; /* Oranının bozulmaması için otomatik genişlik verdik */
    object-fit: contain;
    user-select: none;
}

/* Ana taşıyıcı link yapısı (Gap değerini logoya göre hafifçe revize ettik) */
.obt-brand-zone[b-ycguxzlirw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; /* Logo, isim ve versiyon arasındaki ideal boşluk */
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.2s ease;
}

    /* Üzerine gelindiğinde mikro bir esneme hareketi */
    .obt-brand-zone:hover[b-ycguxzlirw] {
        transform: translateY(-1px);
    }

/* Doğrudan yazıya akan modern gradyan renk (Koyu lacivertten indigo maviye) */
.obt-title[b-ycguxzlirw] {
    font-weight: 800;
    font-size: 1.25rem;
    letter-spacing: -0.02em; /* Harfleri birbirine yaklaştırarak premium hava katar */
    background: linear-gradient(135deg, #0ea5e9 0%, #7c3aed 60%, #db2777 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Yazılım dünyasına uygun, gözü yormayan soft versiyon etiketi */
.obt-badge[b-ycguxzlirw] {
    font-size: 0.75rem;
    font-weight: 600;
    font-family: monospace; /* Versiyon numaralarında şık durur */
    color: #4f46e5;
    background: rgba(79, 70, 229, 0.08); /* Logodaki indigonun çok şeffaf bir tonu */
    padding: 0.15rem 0.45rem;
    border-radius: 0.375rem;
    border: 1px solid rgba(79, 70, 229, 0.15);
    letter-spacing: 0.05em;
}


@media (max-width: 720px) {
    .obt-nav-links[b-ycguxzlirw]  a:not(.obt-cta) {
        display: none;
    }
}
/* /Pages/Home.razor.rz.scp.css */
section[b-np2on34xv0] {
    padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 4vw, 3rem);
    color: #0f172a;
}

.grad[b-np2on34xv0] {
    background: linear-gradient(135deg, #0ea5e9 0%, #7c3aed 60%, #db2777 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* HERO ---------------------------------------------- */
.hero-grid[b-np2on34xv0] {
    display: grid;
    gap: clamp(2rem, 5vw, 4rem);
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-badge[b-np2on34xv0] {
    display: inline-block;
    padding: 0.35rem 0.8rem;
    border: 1px solid rgba(56, 189, 248, 0.45);
    background: rgba(56, 189, 248, 0.1);
    color: #0369a1;
    border-radius: 999px;
    font-size: 0.85rem;
    margin-bottom: 1.25rem;
    letter-spacing: 0.02em;
}

.hero-copy h1[b-np2on34xv0] {
    font-size: clamp(2.3rem, 5vw, 3.8rem);
    line-height: 1.05;
    margin: 0 0 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero-sub[b-np2on34xv0] {
    font-size: clamp(1rem, 1.4vw, 1.15rem);
    color: #475569;
    max-width: 56ch;
    line-height: 1.6;
    margin: 0 0 2rem;
}

.hero-cta-row[b-np2on34xv0] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.hero-demo-error[b-np2on34xv0] {
    color: #dc2626;
    font-size: 0.9rem;
    margin: -2rem 0 2rem;
}

.btn-primary-grad[b-np2on34xv0] {
    background: linear-gradient(135deg, #38bdf8 0%, #6366f1 100%);
    color: #0b1020;
    padding: 0.85rem 1.4rem;
    border-radius: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 30px -12px rgba(99, 102, 241, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary-grad:hover[b-np2on34xv0] {
    transform: translateY(-2px);
    box-shadow: 0 22px 40px -16px rgba(99, 102, 241, 0.6);
}

.btn-ghost[b-np2on34xv0] {
    color: #475569;
    padding: 0.85rem 1.4rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(15, 23, 42, 0.14);
    text-decoration: none;
    transition: border-color 0.15s ease, color 0.15s ease;
}

.btn-ghost:hover[b-np2on34xv0] {
    border-color: rgba(15, 23, 42, 0.3);
    color: #0b1020;
}

.stats[b-np2on34xv0] {
    display: flex;
    align-items: stretch;
    gap: clamp(1.2rem, 3vw, 2.4rem);
    padding: 1.25rem 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 30px -18px rgba(15, 23, 42, 0.3);
    width: fit-content;
}

.stat-value[b-np2on34xv0] {
    font-size: clamp(1.4rem, 2.4vw, 1.9rem);
    font-weight: 800;
    color: #0b1020;
    line-height: 1.1;
}

.stat-label[b-np2on34xv0] {
    color: #64748b;
    font-size: 0.85rem;
    margin-top: 0.2rem;
    letter-spacing: 0.02em;
}

.stat-divider[b-np2on34xv0] {
    width: 1px;
    background: rgba(15, 23, 42, 0.1);
}

/* HERO VISUAL --------------------------------------- */
.hero-visual[b-np2on34xv0] {
    display: flex;
    justify-content: center;
}

.phone[b-np2on34xv0] {
    width: min(360px, 100%);
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1.5rem;
    padding: 1.25rem;
    box-shadow:
        0 30px 60px -20px rgba(56, 189, 248, 0.4),
        0 80px 120px -40px rgba(99, 102, 241, 0.4);
    position: relative;
}

.phone-bar[b-np2on34xv0] {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1rem;
}

.dot[b-np2on34xv0] {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
}

.dot.red[b-np2on34xv0] { background: #ef4444; }
.dot.amber[b-np2on34xv0] { background: #f59e0b; }
.dot.green[b-np2on34xv0] { background: #22c55e; }

.msg-bubble[b-np2on34xv0] {
    padding: 0.75rem 1rem;
    border-radius: 0.85rem;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    color: #e6e9f5;
}

.msg-bubble.bot[b-np2on34xv0] {
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.18), rgba(99, 102, 241, 0.18));
    border: 1px solid rgba(56, 189, 248, 0.25);
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.msg-bubble.bot strong[b-np2on34xv0] {
    color: #7dd3fc;
    font-size: 0.8rem;
}

.msg-bubble.system[b-np2on34xv0] {
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #bbf7d0;
}

.msg-buttons[b-np2on34xv0] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.msg-buttons button[b-np2on34xv0] {
    flex: 1;
    padding: 0.55rem 0.75rem;
    border-radius: 0.6rem;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.msg-buttons .approve[b-np2on34xv0] {
    background: #22c55e;
    color: #052e16;
}

.msg-buttons .deny[b-np2on34xv0] {
    background: rgba(255, 255, 255, 0.06);
    color: #fecaca;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

/* FEATURES ----------------------------------------- */
.features h2[b-np2on34xv0],
.how h2[b-np2on34xv0],
.contact h2[b-np2on34xv0] {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    margin: 0 0 2.2rem;
    text-align: center;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.feature-grid[b-np2on34xv0] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
}

.feature[b-np2on34xv0] {
    padding: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 30px -20px rgba(15, 23, 42, 0.25);
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.feature:hover[b-np2on34xv0] {
    transform: translateY(-3px);
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow: 0 18px 36px -20px rgba(56, 189, 248, 0.35);
}

.feature-icon[b-np2on34xv0] {
    font-size: 1.7rem;
    margin-bottom: 0.6rem;
}

.feature h3[b-np2on34xv0] {
    font-size: 1.1rem;
    margin: 0 0 0.5rem;
    color: #0b1020;
}

.feature p[b-np2on34xv0] {
    margin: 0;
    color: #64748b;
    line-height: 1.55;
    font-size: 0.95rem;
}

/* HOW ---------------------------------------------- */
.steps[b-np2on34xv0] {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 760px;
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    position: relative;
}

/* timeline connector behind the number badges */
.steps[b-np2on34xv0]::before {
    content: "";
    position: absolute;
    left: calc(1.6rem + 1.3rem - 1px);
    top: 2.4rem;
    bottom: 2.4rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(56, 189, 248, 0.45), rgba(99, 102, 241, 0.45));
    z-index: 0;
}

.steps li[b-np2on34xv0] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 1.4rem 1.6rem;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    box-shadow: 0 12px 30px -20px rgba(15, 23, 42, 0.25);
    position: relative;
    z-index: 1;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.steps li:hover[b-np2on34xv0] {
    transform: translateY(-2px);
    border-color: rgba(56, 189, 248, 0.4);
    box-shadow: 0 18px 36px -20px rgba(56, 189, 248, 0.35);
}

.step-num[b-np2on34xv0] {
    display: grid;
    place-items: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #0b1020;
    font-weight: 800;
    font-size: 1.05rem;
    box-shadow: 0 8px 18px -8px rgba(99, 102, 241, 0.6);
}

.step-body h3[b-np2on34xv0] {
    margin: 0 0 0.3rem;
    color: #0b1020;
    font-size: 1.08rem;
}

.step-body p[b-np2on34xv0] {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.step-body code[b-np2on34xv0] {
    background: rgba(15, 23, 42, 0.06);
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.88em;
    color: #0b1020;
}

/* CONTACT ------------------------------------------ */
.contact-card[b-np2on34xv0] {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.12), rgba(99, 102, 241, 0.12));
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 1.25rem;
}

.contact-card p[b-np2on34xv0] {
    color: #475569;
    margin: 0.6rem 0 1.5rem;
}

@media (max-width: 880px) {
    .hero-grid[b-np2on34xv0] {
        grid-template-columns: 1fr;
        text-align: left;
    }
    .hero-visual[b-np2on34xv0] {
        order: -1;
        margin-bottom: 1rem;
    }
}

@media (max-width: 900px) {
    .feature-grid[b-np2on34xv0] {
        /* Ekran küçüldüğünde 2'li sütuna döner */
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .feature-grid[b-np2on34xv0] {
        /* Mobilde tamamen alt alta gelir */
        grid-template-columns: 1fr;
    }
}
/* /Pages/ObtLoginBot.razor.rz.scp.css */
.login-card[b-i1ayshxtyw] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: min(520px, 100%);
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 1.5rem;
    /*padding: clamp(1.75rem, 4vw, 2.5rem);*/
    padding: 0.5rem clamp(1.75rem, 4vw, 2.5rem) clamp(1.75rem, 4vw, 2.5rem) clamp(1.75rem, 4vw, 2.5rem);
    box-shadow: 0 30px 80px -32px rgba(56, 189, 248, 0.45), 0 18px 40px -24px rgba(15, 23, 42, 0.25);
    color: #0f172a;
}

.brand-row[b-i1ayshxtyw] {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 1.5rem;
}

.brand-row[b-i1ayshxtyw]  img,
.brand-row .logo-fallback[b-i1ayshxtyw] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    object-fit: cover;
    background: linear-gradient(135deg, #38bdf8, #6366f1);
    color: #0b1020;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.brand-row h1[b-i1ayshxtyw] {
    margin: 0;
    font-size: clamp(1.35rem, 2.4vw, 1.6rem);
    color: #0b1020;
    letter-spacing: -0.01em;
}

.brand-desc[b-i1ayshxtyw] {
    margin: 0.2rem 0 0;
    color: #64748b;
    font-size: 0.9rem;
}

.instruct[b-i1ayshxtyw] {
    color: #475569;
    margin: 0 0 1.5rem;
    line-height: 1.5;
}

.instruct strong[b-i1ayshxtyw] {
    color: #0b1020;
}

.timer[b-i1ayshxtyw] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-radius: 0.9rem;
    background: rgba(15, 23, 42, 0.04);
    border: 1px solid rgba(15, 23, 42, 0.1);
    margin-bottom: 1.5rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.timer.danger[b-i1ayshxtyw] {
    background: rgba(239, 68, 68, 0.1);
    border-color: rgba(239, 68, 68, 0.4);
}

.timer-label[b-i1ayshxtyw] {
    color: #64748b;
    font-size: 0.85rem;
    letter-spacing: 0.02em;
}

.timer-value[b-i1ayshxtyw] {
    font-size: 1.8rem;
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    color: #0b1020;
}

.btn-telegram[b-i1ayshxtyw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #229ED9, #38bdf8);
    color: #062d3f;
    border-radius: 0.9rem;
    font-weight: 700;
    font-size: 1.05rem;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 16px 30px -10px rgba(34, 158, 217, 0.5);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    border: none;
}


.btn-telegram:hover[b-i1ayshxtyw] {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -12px rgba(34, 158, 217, 0.6);
}

.hint[b-i1ayshxtyw] {
    color: #64748b;
    font-size: 0.85rem;
    margin: 0.8rem 0 0;
    line-height: 1.5;
}

.hint code[b-i1ayshxtyw],
.polling code[b-i1ayshxtyw] {
    background: rgba(15, 23, 42, 0.06);
    padding: 0.1rem 0.4rem;
    border-radius: 0.3rem;
    font-size: 0.88em;
    color: #0b1020;
}

.polling[b-i1ayshxtyw] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 0.9rem;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.3);
    margin-top: 0.25rem;
}

.spinner[b-i1ayshxtyw] {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 999px;
    border: 2.5px solid rgba(15, 23, 42, 0.15);
    border-top-color: #0284c7;
    animation: spin-b-i1ayshxtyw 0.9s linear infinite;
    flex-shrink: 0;
}

@keyframes spin-b-i1ayshxtyw {
    to { transform: rotate(360deg); }
}

.loading[b-i1ayshxtyw] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #475569;
    padding: 1.5rem 0;
    justify-content: center;
}

.banner[b-i1ayshxtyw] {
    text-align: center;
    padding: 1.5rem;
}

.banner.error h2[b-i1ayshxtyw] {
    margin: 0 0 0.5rem;
    color: #b91c1c;
}

.banner.error p[b-i1ayshxtyw] {
    margin: 0;
    color: #475569;
}

.status-msg[b-i1ayshxtyw] {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: #15803d;
    border-radius: 0.6rem;
    font-size: 0.92rem;
}

.btn-ghost[b-i1ayshxtyw] {
    margin-top: 0.75rem;
    width: 100%;
    padding: 0.75rem 1rem;
    background: transparent;
    color: #475569;
    border: 1px dashed rgba(15, 23, 42, 0.25);
    border-radius: 0.7rem;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-ghost:disabled[b-i1ayshxtyw] {
    opacity: 0.6;
    cursor: progress;
}

.dev-btn[b-i1ayshxtyw] {
    color: #b45309;
    border-color: rgba(245, 158, 11, 0.5);
}

/* Bu satır tüm genişliği kaplar ve içindeki her şeyi en sağa iter */
.card-meta-row[b-i1ayshxtyw] {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 1rem; /* Alttaki logo satırı ile arasındaki şık boşluk */
}

/* Normal sayfa akışına dahil olan temiz versiyon etiketi */
.card-version2[b-i1ayshxtyw] {
    font-size: 0.72rem;
    font-weight: 600;
    font-family: monospace;
    color: #6366f1;
    background: rgba(99, 102, 241, 0.06);
    border-radius: 0.375rem;
    border: 1px solid rgba(99, 102, 241, 0.15);
    padding: 0.15rem 0.45rem;
    user-select: none;
    letter-spacing: 0.03em;
    line-height: 1;
}

.card-version[b-i1ayshxtyw] {
    align-self: flex-end; /* Satır işgal etmeden kendini sağa yaslar */
    font-size: 0.72rem;
    font-weight: 600;
    font-family: monospace;
    color: #6366f1;
    background: rgba(99, 102, 241, 0.06);
    border-radius: 0.375rem;
    border: 1px solid rgba(99, 102, 241, 0.15);
    padding: 0.15rem 0.45rem;
    user-select: none;
    letter-spacing: 0.03em;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}
