/* Premium giriş portalları — admin / öğrenci / veli */
.ops-auth {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1.25rem 4.5rem;
    overflow: hidden;
    font-family: 'Plus Jakarta Sans', ui-sans-serif, system-ui, sans-serif;
}

.ops-auth__backdrop {
    position: fixed;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #07111f;
}

.ops-auth__slides { position: absolute; inset: 0; }

.ops-auth__slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.05);
    filter: saturate(1.05) brightness(0.9);
    transition: opacity 1.6s ease-in-out;
    animation: opsAuthKenBurns 14s ease-in-out infinite alternate;
}

.ops-auth--admin .ops-auth__slide { filter: saturate(0.95) brightness(0.82) hue-rotate(-8deg); }
.ops-auth--student .ops-auth__slide { filter: saturate(1.1) brightness(0.78) hue-rotate(12deg); }
.ops-auth--parent .ops-auth__slide,
.ops-auth--family .ops-auth__slide {
    filter: saturate(1.02) brightness(0.78) sepia(0.12) hue-rotate(-12deg);
}

.ops-auth--coach .ops-auth__slide {
    filter: saturate(1.04) brightness(0.78) hue-rotate(-20deg);
}

.ops-auth__slide.is-active { opacity: 1; z-index: 1; }

@keyframes opsAuthKenBurns {
    from { transform: scale(1.08); }
    to { transform: scale(1.15); }
}

.ops-auth__veil {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.ops-auth--admin .ops-auth__veil {
    background:
        radial-gradient(ellipse 90% 70% at 15% 50%, rgba(30, 64, 175, 0.5), transparent 60%),
        radial-gradient(ellipse 70% 60% at 85% 40%, rgba(14, 165, 233, 0.35), transparent 55%),
        linear-gradient(115deg, rgba(3, 10, 22, 0.9) 0%, rgba(15, 30, 60, 0.78) 45%, rgba(4, 12, 28, 0.9) 100%);
}

.ops-auth--student .ops-auth__veil {
    background:
        radial-gradient(ellipse 90% 70% at 20% 45%, rgba(79, 70, 229, 0.48), transparent 58%),
        radial-gradient(ellipse 70% 60% at 85% 50%, rgba(59, 130, 246, 0.32), transparent 55%),
        linear-gradient(120deg, rgba(8, 6, 28, 0.9) 0%, rgba(30, 27, 75, 0.76) 50%, rgba(5, 10, 24, 0.9) 100%);
}

.ops-auth--parent .ops-auth__veil,
.ops-auth--family .ops-auth__veil {
    background:
        radial-gradient(ellipse 90% 70% at 18% 50%, rgba(13, 148, 136, 0.42), transparent 58%),
        radial-gradient(ellipse 70% 60% at 82% 42%, rgba(251, 191, 36, 0.16), transparent 55%),
        linear-gradient(115deg, rgba(4, 18, 20, 0.92) 0%, rgba(8, 40, 42, 0.8) 48%, rgba(4, 12, 20, 0.92) 100%);
}

.ops-auth--coach .ops-auth__veil {
    background:
        radial-gradient(ellipse 90% 70% at 16% 48%, rgba(20, 184, 166, 0.44), transparent 58%),
        radial-gradient(ellipse 70% 60% at 84% 40%, rgba(56, 189, 248, 0.14), transparent 55%),
        linear-gradient(115deg, rgba(4, 20, 22, 0.92) 0%, rgba(8, 44, 46, 0.8) 48%, rgba(4, 14, 20, 0.92) 100%);
}

/* Veli paneli — sıcak aile odaklı kart */
.ops-auth--family .ops-auth__card {
    border-color: rgba(45, 212, 191, 0.28);
    background: rgba(6, 20, 22, 0.9);
}

.ops-auth--family .ops-auth__heading h1 {
    color: #ecfdf5;
}

.ops-auth__notebook {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.2;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 2.75rem 2.75rem;
    mask-image: radial-gradient(ellipse 85% 75% at 30% 50%, #000 15%, transparent 72%);
    pointer-events: none;
}

.ops-auth__orb {
    position: absolute;
    z-index: 3;
    border-radius: 999px;
    filter: blur(70px);
    opacity: 0.4;
    animation: opsAuthOrb 9s ease-in-out infinite alternate;
    pointer-events: none;
}

.ops-auth__orb--1 { width: 20rem; height: 20rem; top: -5rem; left: 8%; }
.ops-auth__orb--2 { width: 16rem; height: 16rem; right: -3rem; bottom: 12%; animation-delay: -4s; }

.ops-auth--admin .ops-auth__orb--1 { background: rgba(37, 99, 235, 0.35); }
.ops-auth--admin .ops-auth__orb--2 { background: rgba(14, 165, 233, 0.28); }
.ops-auth--student .ops-auth__orb--1 { background: rgba(99, 102, 241, 0.35); }
.ops-auth--student .ops-auth__orb--2 { background: rgba(59, 130, 246, 0.28); }
.ops-auth--parent .ops-auth__orb--1 { background: rgba(20, 184, 166, 0.35); }
.ops-auth--parent .ops-auth__orb--2 { background: rgba(13, 148, 136, 0.28); }
.ops-auth--coach .ops-auth__orb--1 { background: rgba(45, 212, 191, 0.32); }
.ops-auth--coach .ops-auth__orb--2 { background: rgba(15, 118, 110, 0.28); }

@keyframes opsAuthOrb {
    from { transform: translate(0, 0) scale(1); }
    to { transform: translate(10px, -14px) scale(1.06); }
}

.ops-auth__layout {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    width: min(100%, 68rem);
}

.ops-auth__showcase {
    display: none;
    flex: 1;
    max-width: 26rem;
    color: #fff;
    animation: opsAuthShowcaseIn 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (min-width: 1024px) {
    .ops-auth__showcase { display: block; }
}

@keyframes opsAuthShowcaseIn {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}

.ops-auth__eyebrow {
    margin: 0 0 0.6rem;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(125, 211, 252, 0.85);
}

.ops-auth__headline {
    margin: 0;
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.ops-auth__copy {
    margin: 0.8rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.55;
    color: rgba(226, 232, 240, 0.82);
}

.ops-auth__features {
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.65rem;
}

.ops-auth__features li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(15, 23, 42, 0.42);
    backdrop-filter: blur(10px);
    font-size: 0.8125rem;
    font-weight: 600;
}

.ops-auth__feature-icon {
    width: 1.1rem;
    height: 1.1rem;
    color: #7dd3fc;
    flex-shrink: 0;
}

.ops-auth__frame {
    width: min(100%, 28rem);
    flex-shrink: 0;
    animation: opsAuthCardIn 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes opsAuthCardIn {
    from { opacity: 0; transform: translateY(16px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.ops-auth__card {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 1.4rem 1.35rem;
    border-radius: 1.65rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(165deg, rgba(12, 20, 38, 0.92) 0%, rgba(8, 14, 28, 0.88) 100%);
    backdrop-filter: blur(28px) saturate(155%);
    box-shadow:
        0 36px 90px rgba(0, 0, 0, 0.55),
        0 0 120px rgba(37, 99, 235, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    color: #fff;
}

.ops-auth__card-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 2;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.9) 35%, rgba(14, 165, 233, 0.85) 65%, transparent);
}

.ops-auth--student .ops-auth__card-accent {
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.9) 35%, rgba(59, 130, 246, 0.85) 65%, transparent);
}

.ops-auth--parent .ops-auth__card-accent,
.ops-auth--family .ops-auth__card-accent {
    background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.9) 35%, rgba(45, 212, 191, 0.85) 65%, transparent);
}

.ops-auth--coach .ops-auth__card-accent {
    background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.9) 35%, rgba(20, 184, 166, 0.85) 65%, transparent);
}

.ops-auth__card-glow {
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    background: conic-gradient(from 0deg, transparent, rgba(56, 189, 248, 0.5) 90deg, transparent 220deg, rgba(20, 184, 166, 0.35) 300deg, transparent);
    opacity: 0.3;
    animation: opsAuthBorderSpin 8s linear infinite;
    pointer-events: none;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: 1px;
}

@keyframes opsAuthBorderSpin { to { transform: rotate(360deg); } }

.ops-auth__brand {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ops-auth__brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(147, 197, 253, 0.35);
    color: #fff;
}

.ops-auth--admin .ops-auth__brand-mark { background: linear-gradient(135deg, rgba(37, 99, 235, 0.5), rgba(14, 165, 233, 0.25)); }
.ops-auth--student .ops-auth__brand-mark { background: linear-gradient(135deg, rgba(99, 102, 241, 0.5), rgba(59, 130, 246, 0.25)); }
.ops-auth--parent .ops-auth__brand-mark { background: linear-gradient(135deg, rgba(20, 184, 166, 0.5), rgba(13, 148, 136, 0.25)); }
.ops-auth--coach .ops-auth__brand-mark { background: linear-gradient(135deg, rgba(45, 212, 191, 0.48), rgba(15, 118, 110, 0.26)); }

.ops-auth__brand-title {
    margin: 0;
    font-size: 0.9375rem;
    font-weight: 800;
}

.ops-auth__brand-sub {
    margin: 0.12rem 0 0;
    font-size: 0.6875rem;
    color: rgba(186, 230, 253, 0.75);
}

.ops-auth__clock {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 0.85rem;
}

.ops-auth__time {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.08rem;
    line-height: 1;
}

.ops-auth__digit {
    font-size: 2.5rem;
    font-weight: 200;
    letter-spacing: -0.04em;
    font-variant-numeric: tabular-nums;
    text-shadow: 0 0 32px rgba(147, 197, 253, 0.35);
}

.ops-auth__digit--seconds {
    align-self: flex-start;
    margin-top: 0.3rem;
    margin-left: 0.15rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(191, 219, 254, 0.75);
    text-shadow: none;
}

.ops-auth__digit.is-tick { animation: opsAuthDigitTick 0.32s ease; }

@keyframes opsAuthDigitTick {
    0% { transform: translateY(0) scale(1); }
    40% { transform: translateY(-2px) scale(1.05); }
    100% { transform: translateY(0) scale(1); }
}

.ops-auth__sep {
    font-size: 2rem;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.35);
    animation: opsAuthColon 1s step-end infinite;
}

@keyframes opsAuthColon { 50% { opacity: 0.2; } }

.ops-auth__date {
    margin: 0.45rem auto 0;
    display: inline-flex;
    padding: 0.28rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-transform: capitalize;
}

.ops-auth__heading {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 1.1rem;
}

.ops-auth__role-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(226, 232, 240, 0.82);
}

.ops-auth__role-pill-icon {
    width: 0.8rem;
    height: 0.8rem;
    opacity: 0.85;
}

.ops-auth--admin .ops-auth__role-pill { border-color: rgba(96, 165, 250, 0.28); color: #bfdbfe; }
.ops-auth--student .ops-auth__role-pill { border-color: rgba(129, 140, 248, 0.28); color: #c7d2fe; }
.ops-auth--parent .ops-auth__role-pill,
.ops-auth--family .ops-auth__role-pill { border-color: rgba(45, 212, 191, 0.28); color: #99f6e4; }
.ops-auth--coach .ops-auth__role-pill { border-color: rgba(45, 212, 191, 0.3); color: #99f6e4; }

.ops-auth__heading h1 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.ops-auth__heading p {
    margin: 0.35rem 0 0;
    font-size: 0.8125rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.62);
}

.ops-auth__alert {
    position: relative;
    z-index: 1;
    margin-bottom: 0.85rem;
    padding: 0.65rem 0.75rem;
    border-radius: 0.65rem;
    font-size: 0.8125rem;
    font-weight: 600;
}

.ops-auth__alert--error {
    background: rgba(239, 68, 68, 0.18);
    border: 1px solid rgba(248, 113, 113, 0.35);
    color: #fecaca;
}

.ops-auth__alert--warn {
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.35);
    color: #fde68a;
}

.ops-auth__alert a { color: inherit; text-decoration: underline; }

.ops-auth__form-wrap {
    position: relative;
    z-index: 1;
}

/* Standart form alanları (öğrenci / veli) */
.ops-auth__form { display: grid; gap: 0.85rem; }

.ops-auth__field label {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.78);
}

.ops-auth__input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.ops-auth__input-icon {
    position: absolute;
    left: 0.85rem;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: rgba(148, 163, 184, 0.75);
    pointer-events: none;
}

.ops-auth__input-icon svg {
    width: 1rem;
    height: 1rem;
}

.ops-auth__field input {
    width: 100%;
    padding: 0.82rem 0.9rem 0.82rem 2.55rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(6, 12, 24, 0.82);
    color: #f8fafc;
    font-size: 0.875rem;
    font-weight: 500;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.32);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.ops-auth__field input::placeholder { color: rgba(148, 163, 184, 0.55); }

.ops-auth__input-toggle {
    position: absolute;
    right: 0.55rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: 0.5rem;
    background: transparent;
    color: rgba(148, 163, 184, 0.75);
    cursor: pointer;
    transition: color 0.15s ease, background 0.15s ease;
}

.ops-auth__input-toggle:hover {
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.06);
}

.ops-auth__toggle-icon {
    width: 1.05rem;
    height: 1.05rem;
}

.ops-auth__field input:-webkit-autofill,
.ops-auth__field input:-webkit-autofill:hover,
.ops-auth__field input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #f8fafc;
    box-shadow: inset 0 0 0 1000px rgba(6, 12, 24, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

.ops-auth--admin .ops-auth__field input:focus {
    border-color: rgba(96, 165, 250, 0.6);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(37, 99, 235, 0.22);
    background: rgba(8, 14, 28, 0.88);
}

.ops-auth--student .ops-auth__field input:focus {
    border-color: rgba(129, 140, 248, 0.65);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(99, 102, 241, 0.24);
    background: rgba(8, 14, 28, 0.88);
}

.ops-auth--parent .ops-auth__field input:focus {
    border-color: rgba(45, 212, 191, 0.65);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(20, 184, 166, 0.24);
    background: rgba(8, 14, 28, 0.88);
}

.ops-auth--coach .ops-auth__field input:focus {
    border-color: rgba(45, 212, 191, 0.65);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.28), 0 0 0 3px rgba(13, 148, 136, 0.24);
    background: rgba(8, 14, 28, 0.88);
}

.ops-auth__submit {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0.85rem 1rem;
    border: none;
    border-radius: 0.8rem;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #fff;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ops-auth__submit::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.14) 50%, transparent 70%);
    transform: translateX(-120%);
    transition: transform 0.5s ease;
}

.ops-auth__submit:hover::after {
    transform: translateX(120%);
}

.ops-auth--admin .ops-auth__submit,
.ops-auth .ops-auth__submit--admin {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4);
}

.ops-auth--student .ops-auth__submit {
    background: linear-gradient(135deg, #4f46e5, #2563eb);
    box-shadow: 0 10px 28px rgba(79, 70, 229, 0.4);
}

.ops-auth--parent .ops-auth__submit {
    background: linear-gradient(135deg, #0d9488, #14b8a6);
    box-shadow: 0 10px 28px rgba(13, 148, 136, 0.4);
}

.ops-auth--coach .ops-auth__submit {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
    box-shadow: 0 10px 28px rgba(20, 184, 166, 0.38);
}

.ops-auth__submit:hover { transform: translateY(-1px); }

.ops-auth__footer-links {
    position: relative;
    z-index: 1;
    margin-top: 1.15rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ops-auth__portal-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.35rem;
    padding: 0.3rem;
    border-radius: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(4, 10, 22, 0.55);
}

.ops-auth__portal-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.55rem 0.35rem;
    border-radius: 0.65rem;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 0.625rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(203, 213, 225, 0.72);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.ops-auth__portal-link-icon {
    width: 1rem;
    height: 1rem;
    opacity: 0.8;
}

.ops-auth__portal-link:hover {
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

.ops-auth--admin .ops-auth__portal-link.is-active {
    color: #dbeafe;
    background: rgba(37, 99, 235, 0.22);
    border-color: rgba(96, 165, 250, 0.35);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.2);
}

.ops-auth--student .ops-auth__portal-link.is-active {
    color: #e0e7ff;
    background: rgba(79, 70, 229, 0.22);
    border-color: rgba(129, 140, 248, 0.35);
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.2);
}

.ops-auth--parent .ops-auth__portal-link.is-active,
.ops-auth--family .ops-auth__portal-link.is-active {
    color: #ccfbf1;
    background: rgba(13, 148, 136, 0.22);
    border-color: rgba(45, 212, 191, 0.35);
    box-shadow: 0 4px 14px rgba(13, 148, 136, 0.2);
}

.ops-auth--coach .ops-auth__portal-link.is-active {
    color: #ccfbf1;
    background: rgba(15, 118, 110, 0.24);
    border-color: rgba(45, 212, 191, 0.38);
    box-shadow: 0 4px 14px rgba(15, 118, 110, 0.22);
}

.ops-auth__home-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-top: 0.65rem;
    font-size: 0.6875rem;
    font-weight: 700;
    color: rgba(148, 163, 184, 0.82);
    text-decoration: none;
    transition: color 0.15s ease;
}

.ops-auth__home-link:hover {
    color: #e2e8f0;
}

.ops-auth__home-link-icon {
    width: 0.85rem;
    height: 0.85rem;
}

[x-cloak] { display: none !important; }

/* Kurumsal admin giriş */
.ops-auth--corporate .ops-auth__frame {
    width: min(100%, 27rem);
}

.ops-auth__card--corporate {
    padding: 1.55rem 1.45rem 1.4rem;
    background: linear-gradient(165deg, rgba(8, 16, 32, 0.96) 0%, rgba(5, 12, 26, 0.94) 100%);
    border-color: rgba(59, 130, 246, 0.32);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(59, 130, 246, 0.1) inset,
        0 0 60px rgba(37, 99, 235, 0.08);
}

.ops-auth__corp-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 0.85rem;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(59, 130, 246, 0.3);
    background: rgba(30, 58, 138, 0.22);
    font-size: 0.6875rem;
    font-weight: 700;
    color: #bfdbfe;
}

.ops-auth__corp-badge-icon {
    width: 0.95rem;
    height: 0.95rem;
    color: #93c5fd;
}

.ops-auth__heading--corporate h1 {
    font-size: 1.35rem;
    letter-spacing: -0.025em;
}

.ops-auth__heading--corporate p {
    font-size: 0.8125rem;
    color: rgba(191, 219, 254, 0.72);
}

/* Filament form — admin giriş (panel CSS beyaz arka planını ezer) */
.fi-panel-admin .ops-auth .ops-auth__form-wrap .fi-input-wrp,
.fi-panel-coach .ops-auth .ops-auth__form-wrap .fi-input-wrp,
.ops-auth .ops-auth__form-wrap .fi-input-wrp {
    --tw-ring-shadow: 0 0 #0000 !important;
    --tw-ring-color: transparent !important;
    background: rgba(4, 10, 22, 0.96) !important;
    border: 1px solid rgba(100, 116, 139, 0.32) !important;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.4) !important;
    border-radius: 0.8rem !important;
    overflow: hidden;
}

.fi-panel-admin .ops-auth .ops-auth__form-wrap input.fi-input,
.fi-panel-admin .ops-auth .ops-auth__form-wrap .fi-input-wrp input,
.fi-panel-coach .ops-auth .ops-auth__form-wrap input.fi-input,
.fi-panel-coach .ops-auth .ops-auth__form-wrap .fi-input-wrp input,
.ops-auth .ops-auth__form-wrap input.fi-input,
.ops-auth .ops-auth__form-wrap .fi-input-wrp input,
.ops-auth .ops-auth-filament-input {
    color: #f1f5f9 !important;
    -webkit-text-fill-color: #f1f5f9 !important;
    caret-color: #f1f5f9 !important;
    background: transparent !important;
    background-color: transparent !important;
}

.ops-auth__form-wrap .fi-fo-field-wrp {
    gap: 0.4rem !important;
}

.ops-auth__form-wrap .fi-fo-field-wrp-label {
    margin-bottom: 0 !important;
}

.ops-auth__form-wrap .fi-fo-field-wrp-label span {
    color: rgba(226, 232, 240, 0.88) !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
}

.ops-auth--admin .ops-auth__form-wrap .fi-input-wrp:focus-within,
.fi-panel-admin .ops-auth--admin .ops-auth__form-wrap .fi-input-wrp:focus-within {
    border-color: rgba(96, 165, 250, 0.65) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(37, 99, 235, 0.2) !important;
}

.ops-auth--student .ops-auth__form-wrap .fi-input-wrp:focus-within {
    border-color: rgba(129, 140, 248, 0.65) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(99, 102, 241, 0.22) !important;
}

.ops-auth--coach .ops-auth__form-wrap .fi-input-wrp:focus-within,
.fi-panel-coach .ops-auth--coach .ops-auth__form-wrap .fi-input-wrp:focus-within {
    border-color: rgba(45, 212, 191, 0.65) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.35), 0 0 0 3px rgba(13, 148, 136, 0.22) !important;
}

.ops-auth--coach .ops-auth__form-wrap .fi-btn-color-primary,
.fi-panel-coach .ops-auth--coach .ops-auth__form-wrap .fi-btn-color-primary {
    background: linear-gradient(135deg, #14b8a6, #0d9488) !important;
    box-shadow: 0 10px 28px rgba(20, 184, 166, 0.36) !important;
}

.ops-auth--coach .ops-auth__form-wrap .fi-btn-color-primary:hover,
.fi-panel-coach .ops-auth--coach .ops-auth__form-wrap .fi-btn-color-primary:hover {
    background: linear-gradient(135deg, #0d9488, #0f766e) !important;
}

.ops-auth--coach.ops-auth--corporate .ops-auth__card--corporate {
    border-color: rgba(45, 212, 191, 0.3);
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.52),
        0 0 0 1px rgba(45, 212, 191, 0.1) inset,
        0 0 60px rgba(20, 184, 166, 0.08);
}

.ops-auth--coach .ops-auth__corp-badge {
    border-color: rgba(45, 212, 191, 0.32);
    background: rgba(15, 118, 110, 0.24);
    color: #99f6e4;
}

.ops-auth--coach .ops-auth__corp-badge-icon {
    color: #5eead4;
}

.ops-auth--coach .ops-auth__heading--corporate p {
    color: rgba(153, 246, 228, 0.72);
}

.fi-panel-admin .ops-auth .ops-auth__form-wrap input.fi-input,
.fi-panel-admin .ops-auth .ops-auth__form-wrap .fi-input-wrp input,
.ops-auth__form-wrap input.fi-input,
.ops-auth__form-wrap .fi-input-wrp input,
.ops-auth .ops-auth-filament-input {
    padding-top: 0.72rem !important;
    padding-bottom: 0.72rem !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
}

.ops-auth__form-wrap input.fi-input::placeholder {
    color: rgba(148, 163, 184, 0.55) !important;
}

.ops-auth__form-wrap input.fi-input:-webkit-autofill,
.ops-auth__form-wrap input.fi-input:-webkit-autofill:hover,
.ops-auth__form-wrap input.fi-input:-webkit-autofill:focus {
    -webkit-text-fill-color: #f1f5f9 !important;
    caret-color: #f1f5f9;
    box-shadow: inset 0 0 0 1000px rgb(6, 12, 24) !important;
    border-radius: 0.7rem;
}

.ops-auth__form-wrap .fi-input-wrp-suffix .fi-icon-btn,
.ops-auth__form-wrap .fi-input-wrp-suffix button {
    color: rgba(148, 163, 184, 0.75) !important;
    background: transparent !important;
}

.ops-auth__form-wrap .fi-input-wrp-suffix .fi-icon-btn:hover {
    color: #e2e8f0 !important;
    background: rgba(255, 255, 255, 0.06) !important;
}

.ops-auth__form-wrap .fi-fo-field-wrp-label-required-indicator {
    color: #f87171 !important;
}

.ops-auth__form-wrap .fi-fo-checkbox label span {
    color: rgba(226, 232, 240, 0.8) !important;
    font-size: 0.8125rem !important;
    font-weight: 600 !important;
}

.ops-auth__form-wrap .fi-checkbox-input {
    background: rgba(6, 12, 24, 0.95) !important;
    border-color: rgba(148, 163, 184, 0.35) !important;
}

.ops-auth__form-wrap .fi-form {
    gap: 0.9rem !important;
}

.ops-auth__form-wrap .fi-form-actions {
    margin-top: 0.25rem !important;
}

.ops-auth__form-wrap .fi-btn-color-primary {
    width: 100%;
    padding-top: 0.78rem !important;
    padding-bottom: 0.78rem !important;
    border-radius: 0.7rem !important;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border: none !important;
    box-shadow: 0 10px 28px rgba(37, 99, 235, 0.38) !important;
    font-weight: 800 !important;
    font-size: 0.9375rem !important;
}

.ops-auth__form-wrap .fi-btn-color-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e40af) !important;
}

.ops-auth__dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1rem 0.8rem;
    background: linear-gradient(180deg, transparent, rgba(3, 10, 22, 0.82) 35%, rgba(3, 10, 22, 0.94) 100%);
}

.ops-auth__chips {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.35rem;
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
}

.ops-auth__chips::-webkit-scrollbar { display: none; }

.ops-auth__chip {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    border: 1px solid rgba(147, 197, 253, 0.28);
    background: rgba(15, 23, 42, 0.55);
    font-size: 0.625rem;
    font-weight: 700;
    color: rgba(224, 242, 254, 0.88);
}

.ops-auth__dock-brand {
    font-size: 0.5625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.32);
}

/* Filament admin auth — arka planı gizle */
body.fi-panel-admin .fi-simple-layout,
body.fi-panel-admin .fi-simple-main-ctn {
    background: transparent !important;
    min-height: auto !important;
}

body.fi-panel-admin .fi-simple-main {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

body.fi-panel-admin .fi-simple-page { padding: 0 !important; }

body.fi-panel-admin .fi-header-heading,
body.fi-panel-admin .fi-header-subheading,
body.fi-panel-admin .fi-logo { display: none !important; }

body.fi-panel-admin.fi-body {
    background: #07111f !important;
}

body.fi-panel-coach .fi-simple-layout,
body.fi-panel-coach .fi-simple-main-ctn {
    background: transparent !important;
    min-height: auto !important;
}

body.fi-panel-coach .fi-simple-main {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

body.fi-panel-coach .fi-simple-page { padding: 0 !important; }

body.fi-panel-coach .fi-header-heading,
body.fi-panel-coach .fi-header-subheading,
body.fi-panel-coach .fi-logo { display: none !important; }

body.fi-panel-coach.fi-body {
    background: #061a18 !important;
}

@media (max-width: 639px) {
    .ops-auth {
        padding: 0.85rem 0.85rem 4.25rem;
        align-items: flex-start;
        padding-top: 1.5rem;
    }

    .ops-auth__frame {
        width: 100%;
    }

    .ops-auth__card,
    .ops-auth__card--corporate {
        padding: 1.35rem 1.15rem 1.2rem;
        border-radius: 1.35rem;
    }

    .ops-auth__portal-link span {
        font-size: 0.5625rem;
    }
}
