/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ptq68xaa5d] {
    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-ptq68xaa5d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
/* YazılımAx gate — split composition, brand-first, light premium */

.yax-gate[b-9cedoq4fzu] {
    --gate-ink: #121820;
    --gate-mute: #5c6570;
    --gate-line: rgba(18, 24, 32, 0.12);
    --gate-orange: #ea580c;
    --gate-orange-deep: #c2410c;
    --gate-teal: #0b6e5f;
    --gate-paper: #f3efe8;
    --gate-stone: #e7e1d6;
    min-height: 100vh;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    font-family: "DM Sans", "Segoe UI", sans-serif;
    color: var(--gate-ink);
    background: var(--gate-paper);
    overflow: hidden;
}

/* —— Stage (visual plane) —— */
.yax-gate-stage[b-9cedoq4fzu] {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
    padding: clamp(1.75rem, 4vw, 3.25rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background:
        linear-gradient(160deg, #1a2330 0%, #243041 42%, #2c3848 100%);
    color: #f6f1ea;
    font-family: "IBM Plex Sans", "DM Sans", sans-serif;
}

.yax-gate-stage-wash[b-9cedoq4fzu] {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(70% 55% at 18% 12%, rgba(234, 88, 12, 0.34), transparent 58%),
        radial-gradient(55% 45% at 88% 78%, rgba(11, 110, 95, 0.28), transparent 60%),
        linear-gradient(180deg, transparent 35%, rgba(10, 14, 20, 0.55) 100%);
    animation: yax-wash-b-9cedoq4fzu 14s ease-in-out infinite alternate;
}

.yax-gate-shaft[b-9cedoq4fzu] {
    position: absolute;
    inset: 8% 22% 12% 18%;
    border-left: 1px solid rgba(246, 241, 234, 0.14);
    border-right: 1px solid rgba(246, 241, 234, 0.1);
    background:
        repeating-linear-gradient(
            180deg,
            rgba(246, 241, 234, 0.045) 0 1px,
            transparent 1px 56px
        );
    mask-image: linear-gradient(180deg, transparent, #000 18%, #000 82%, transparent);
    animation: yax-shaft-b-9cedoq4fzu 18s linear infinite;
}

.yax-gate-beam[b-9cedoq4fzu] {
    position: absolute;
    top: -20%;
    left: 34%;
    width: 22%;
    height: 140%;
    background: linear-gradient(
        180deg,
        rgba(255, 214, 170, 0.0),
        rgba(255, 196, 140, 0.16) 40%,
        rgba(234, 88, 12, 0.08) 70%,
        transparent
    );
    transform: skewX(-12deg);
    filter: blur(1px);
    animation: yax-beam-b-9cedoq4fzu 9s ease-in-out infinite alternate;
}

.yax-gate-grain[b-9cedoq4fzu] {
    position: absolute;
    inset: 0;
    opacity: 0.12;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
    pointer-events: none;
    mix-blend-mode: soft-light;
}

.yax-gate-stage-copy[b-9cedoq4fzu] {
    position: relative;
    z-index: 2;
    max-width: min(34rem, 100%);
    animation: yax-rise-b-9cedoq4fzu 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yax-gate-kicker[b-9cedoq4fzu] {
    margin: 0 0 0.85rem;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(246, 241, 234, 0.68);
}

.yax-gate-display[b-9cedoq4fzu] {
    margin: 0;
    font-family: "IBM Plex Sans", sans-serif;
    font-weight: 650;
    font-size: clamp(1.85rem, 3.4vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
    color: #fffaf3;
}

.yax-gate-caption[b-9cedoq4fzu] {
    margin: 1rem 0 0;
    max-width: 36ch;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.98rem;
    font-weight: 400;
    line-height: 1.55;
    color: rgba(246, 241, 234, 0.72);
}

.yax-gate-features[b-9cedoq4fzu] {
    list-style: none;
    margin: 1.65rem 0 0;
    padding: 0;
    display: grid;
    gap: 0.7rem;
}

.yax-gate-features li[b-9cedoq4fzu] {
    display: grid;
    grid-template-columns: 2.55rem 1fr 1.35rem;
    gap: 0.85rem;
    align-items: center;
    padding: 0.85rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(246, 241, 234, 0.12);
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(6px);
    animation: yax-rise-b-9cedoq4fzu 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yax-gate-features li:nth-child(1)[b-9cedoq4fzu] { animation-delay: 0.12s; }
.yax-gate-features li:nth-child(2)[b-9cedoq4fzu] { animation-delay: 0.2s; }
.yax-gate-features li:nth-child(3)[b-9cedoq4fzu] { animation-delay: 0.28s; }
.yax-gate-features li:nth-child(4)[b-9cedoq4fzu] { animation-delay: 0.36s; }

.yax-gate-ico[b-9cedoq4fzu],
.yax-gate-check[b-9cedoq4fzu] {
    display: grid;
    place-items: center;
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 11px;
    color: #ffc49a;
    background: linear-gradient(145deg, rgba(234, 88, 12, 0.22), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 180, 120, 0.28);
}

.yax-gate-ico svg[b-9cedoq4fzu] { width: 1.2rem; height: 1.2rem; }

.yax-gate-check[b-9cedoq4fzu] {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 999px;
    color: #8de0cf;
    background: rgba(11, 110, 95, 0.22);
    border-color: rgba(141, 224, 207, 0.35);
}

.yax-gate-check svg[b-9cedoq4fzu] { width: 0.95rem; height: 0.95rem; }

.yax-gate-features strong[b-9cedoq4fzu] {
    display: block;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    color: #fffaf3;
}

.yax-gate-features span:not(.yax-gate-ico):not(.yax-gate-check)[b-9cedoq4fzu] {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    line-height: 1.35;
    color: rgba(246, 241, 234, 0.62);
}

.yax-gate-stage-foot[b-9cedoq4fzu] {
    position: relative;
    z-index: 2;
    margin-top: auto;
    padding-top: 2rem;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    color: rgba(246, 241, 234, 0.42);
    animation: yax-rise-b-9cedoq4fzu 1.1s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yax-gate-stage-sep[b-9cedoq4fzu] { opacity: 0.5; }

/* —— Form column —— */
.yax-gate-main[b-9cedoq4fzu] {
    position: relative;
    display: grid;
    place-items: center;
    padding: clamp(1.5rem, 4vw, 3rem);
    background:
        linear-gradient(180deg, #f7f3ec 0%, #efe9df 48%, #e8e1d5 100%);
}

.yax-gate-main[b-9cedoq4fzu]::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(18, 24, 32, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(18, 24, 32, 0.035) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 10%, transparent 75%);
    pointer-events: none;
}

.yax-gate-form[b-9cedoq4fzu] {
    position: relative;
    z-index: 1;
    width: min(400px, 100%);
    animation: yax-rise-b-9cedoq4fzu 0.75s 0.08s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yax-gate-brand[b-9cedoq4fzu] {
    margin-bottom: 2rem;
}

.yax-gate-mark[b-9cedoq4fzu] {
    display: inline-grid;
    place-items: center;
    width: 52px;
    height: 52px;
    margin-bottom: 1.1rem;
    border-radius: 14px;
    background: linear-gradient(145deg, #f97316, var(--gate-orange) 55%, var(--gate-orange-deep));
    color: #fff;
    font-family: "Syne", sans-serif;
    font-weight: 800;
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    animation: yax-mark-b-9cedoq4fzu 0.8s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.yax-gate-brand h1[b-9cedoq4fzu] {
    margin: 0;
    font-family: "Syne", sans-serif;
    font-size: clamp(2rem, 3.5vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--gate-ink);
}

.yax-gate-brand p[b-9cedoq4fzu] {
    margin: 0.55rem 0 0;
    color: var(--gate-mute);
    font-size: 0.98rem;
    line-height: 1.4;
}

.yax-gate-field[b-9cedoq4fzu] {
    margin-bottom: 1rem;
}

.yax-gate-field.yax-d1[b-9cedoq4fzu] { animation: yax-rise-b-9cedoq4fzu 0.7s 0.16s both; }
.yax-gate-field.yax-d2[b-9cedoq4fzu] { animation: yax-rise-b-9cedoq4fzu 0.7s 0.24s both; }

.yax-gate-field label[b-9cedoq4fzu] {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.78rem;
    font-weight: 650;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #6a7380;
}

.yax-gate-field input[b-9cedoq4fzu],
.yax-gate-field[b-9cedoq4fzu]  input,
.yax-gate-field .pwd[b-9cedoq4fzu] {
    width: 100%;
    border: 1px solid var(--gate-line);
    border-radius: 12px;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.72);
    color: var(--gate-ink);
    transition: border-color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.yax-gate-field input:focus[b-9cedoq4fzu],
.yax-gate-field[b-9cedoq4fzu]  input:focus,
.yax-gate-field .pwd:focus[b-9cedoq4fzu] {
    outline: none;
    border-color: rgba(234, 88, 12, 0.55);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(234, 88, 12, 0.1);
}

.yax-gate-submit[b-9cedoq4fzu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    width: 100%;
    min-height: 3.25rem;
    margin-top: 0.55rem;
    border: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, #111820 0%, #1c2733 55%, #243140 100%);
    color: #fffaf3;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: -0.01em;
    cursor: pointer;
    transition: transform 0.18s ease, filter 0.18s ease;
    animation: yax-rise-b-9cedoq4fzu 0.7s 0.3s both;
}

.yax-gate-submit:hover:not(:disabled)[b-9cedoq4fzu] {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.yax-gate-submit:active:not(:disabled)[b-9cedoq4fzu] {
    transform: translateY(0) scale(0.995);
}

.yax-gate-submit:disabled[b-9cedoq4fzu] {
    opacity: 0.55;
    cursor: wait;
}

.yax-gate-submit.is-busy[b-9cedoq4fzu] {
    background: linear-gradient(135deg, var(--gate-teal), #0a5a4e);
}

.yax-gate-alert[b-9cedoq4fzu] {
    margin: 0 0 1rem;
    padding: 0.8rem 0.95rem;
    border-radius: 12px;
    background: rgba(11, 110, 95, 0.1);
    border: 1px solid rgba(11, 110, 95, 0.22);
    color: #0a4f44;
    font-size: 0.9rem;
}

.yax-gate-alert.is-error[b-9cedoq4fzu] {
    background: rgba(192, 57, 43, 0.08);
    border-color: rgba(192, 57, 43, 0.22);
    color: #8f2a20;
}

.yax-gate-cred[b-9cedoq4fzu] {
    margin-top: 1.15rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    border: 1px solid rgba(18, 24, 32, 0.1);
    background: rgba(255, 255, 255, 0.55);
    animation: yax-rise-b-9cedoq4fzu 0.7s 0.34s both;
}

.yax-gate-cred-head[b-9cedoq4fzu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.yax-gate-cred-head span[b-9cedoq4fzu] {
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #6a7380;
}

.yax-gate-cred-fill[b-9cedoq4fzu] {
    border: 1px solid rgba(234, 88, 12, 0.35);
    background: rgba(234, 88, 12, 0.08);
    color: #c2410c;
    font-size: 0.78rem;
    font-weight: 700;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.yax-gate-cred-fill:hover[b-9cedoq4fzu] {
    background: rgba(234, 88, 12, 0.14);
    border-color: rgba(234, 88, 12, 0.5);
}

.yax-gate-cred-list[b-9cedoq4fzu] {
    display: grid;
    gap: 0.55rem;
    margin: 0;
}

.yax-gate-cred-list > div[b-9cedoq4fzu] {
    display: grid;
    grid-template-columns: 4.5rem 1fr;
    gap: 0.65rem;
    align-items: center;
}

.yax-gate-cred-list dt[b-9cedoq4fzu] {
    margin: 0;
    font-size: 0.78rem;
    color: var(--gate-mute);
}

.yax-gate-cred-list dd[b-9cedoq4fzu] {
    margin: 0;
}

.yax-gate-cred-list code[b-9cedoq4fzu] {
    display: inline-block;
    padding: 0.28rem 0.55rem;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--gate-line);
    font-size: 0.84rem;
    color: var(--gate-ink);
    word-break: break-all;
}

.yax-gate-foot[b-9cedoq4fzu] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(18, 24, 32, 0.1);
    animation: yax-rise-b-9cedoq4fzu 0.7s 0.36s both;
}

.yax-gate-foot strong[b-9cedoq4fzu] {
    display: block;
    font-size: 0.92rem;
    letter-spacing: -0.02em;
}

.yax-gate-foot span[b-9cedoq4fzu] {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.8rem;
    color: var(--gate-mute);
}

.yax-gate-foot a[b-9cedoq4fzu] {
    flex-shrink: 0;
    padding: 0.7rem 1.05rem;
    border-radius: 12px;
    border: 1px solid rgba(18, 24, 32, 0.14);
    background: rgba(255, 255, 255, 0.55);
    font-weight: 700;
    font-size: 0.9rem;
    color: var(--gate-ink);
    text-decoration: none;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.yax-gate-foot a:hover[b-9cedoq4fzu] {
    border-color: rgba(234, 88, 12, 0.45);
    background: #fff;
    transform: translateY(-1px);
}

@keyframes yax-rise-b-9cedoq4fzu {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

@keyframes yax-mark-b-9cedoq4fzu {
    from { opacity: 0; transform: scale(0.86) rotate(-6deg); }
    to { opacity: 1; transform: none; }
}

@keyframes yax-beam-b-9cedoq4fzu {
    from { opacity: 0.55; transform: skewX(-12deg) translateX(-8%); }
    to { opacity: 1; transform: skewX(-12deg) translateX(10%); }
}

@keyframes yax-shaft-b-9cedoq4fzu {
    from { background-position: 0 0; }
    to { background-position: 0 56px; }
}

@keyframes yax-wash-b-9cedoq4fzu {
    from { filter: saturate(1); }
    to { filter: saturate(1.15) brightness(1.04); }
}

@media (max-width: 960px) {
    .yax-gate[b-9cedoq4fzu] {
        grid-template-columns: 1fr;
    }

    .yax-gate-stage[b-9cedoq4fzu] {
        min-height: 38vh;
        padding: 1.5rem 1.35rem 1.75rem;
        justify-content: flex-end;
    }

    .yax-gate-display[b-9cedoq4fzu] {
        font-size: clamp(1.55rem, 6.5vw, 2.1rem);
    }

    .yax-gate-features[b-9cedoq4fzu] {
        gap: 0.55rem;
        margin-top: 1.15rem;
    }

    .yax-gate-features li[b-9cedoq4fzu] {
        grid-template-columns: 2.2rem 1fr 1.2rem;
        padding: 0.7rem 0.8rem;
    }

    .yax-gate-features span:not(.yax-gate-ico):not(.yax-gate-check)[b-9cedoq4fzu] {
        display: none;
    }

    .yax-gate-stage-foot[b-9cedoq4fzu] { display: none; }

    .yax-gate-main[b-9cedoq4fzu] {
        min-height: 58vh;
        align-items: start;
        padding-top: 2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yax-gate-stage-wash[b-9cedoq4fzu],
    .yax-gate-beam[b-9cedoq4fzu],
    .yax-gate-shaft[b-9cedoq4fzu],
    .yax-gate-form[b-9cedoq4fzu],
    .yax-gate-stage-copy[b-9cedoq4fzu],
    .yax-gate-stage-foot[b-9cedoq4fzu],
    .yax-gate-field[b-9cedoq4fzu],
    .yax-gate-submit[b-9cedoq4fzu],
    .yax-gate-foot[b-9cedoq4fzu],
    .yax-gate-mark[b-9cedoq4fzu] {
        animation: none !important;
    }
}
