/* BissoPos — Giriş v549 — webfont yok; Segoe UI zorunlu */

.auth-overlay,
.auth-overlay *:not(.auth-spinner) {
    font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0, "calt" 0 !important;
    text-rendering: auto !important;
}

#authOverlay i.fas,
#authOverlay i.far,
#authOverlay i.fab {
    display: none !important;
}

.auth-overlay {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    background: #fff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.auth-split {
    display: flex;
    width: 100%;
    min-height: 100%;
}

.auth-split-left {
    flex: 0 0 46%;
    max-width: 520px;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    padding: 32px 48px 28px;
    box-sizing: border-box;
}

.auth-split-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    padding: 24px 24px 24px 0;
    box-sizing: border-box;
    background: #f8fafc;
}

.auth-brand {
    margin-bottom: 48px;
}

.auth-brand img {
    height: 36px;
    width: auto;
    display: block;
}

.auth-brand-text {
    display: flex;
    align-items: baseline;
    gap: 2px;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: normal;
}

.auth-brand-text .auth-brand-biss { color: #1e293b; }
.auth-brand-text .auth-brand-pos { color: #84cc16; }

.auth-form-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

.auth-welcome {
    margin: 0 0 28px;
    font-size: 26px;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.auth-body {
    padding: 0;
}

.auth-msg {
    display: none;
    margin-bottom: 14px;
    padding: 10px 14px;
    font-size: 13px;
    border: 1px solid #fde68a;
    border-radius: 8px;
    background: #fef3c7;
    color: #78350f;
}

.auth-msg.is-visible {
    display: block;
}

.auth-field {
    margin-bottom: 18px;
}

.auth-field label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #334155;
}

.auth-input {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 14px;
    font-size: 14px;
    font-family: inherit;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    outline: none;
    background: #fff;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.auth-input::placeholder {
    color: #94a3b8;
}

.auth-input:focus {
    border-color: #84cc16;
    box-shadow: 0 0 0 3px rgba(132, 204, 22, 0.2);
}

.auth-pass-wrap {
    position: relative;
}

.auth-pass-wrap .auth-input {
    padding-right: 42px;
}

.auth-pass-eye {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 1;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif !important;
}

.auth-forgot {
    margin: -6px 0 18px;
    text-align: right;
}

.auth-forgot a {
    font-size: 13px;
    color: #64748b;
    text-decoration: none;
    cursor: pointer;
}

.auth-forgot a:hover {
    color: #334155;
}

.auth-btn {
    width: 100%;
    padding: 14px;
    font-size: 15px;
    font-weight: 700;
    font-family: inherit;
    color: #1e293b;
    cursor: pointer;
    border: none;
    border-radius: 999px;
    background: #bef264;
    transition: background 0.15s, transform 0.1s;
}

.auth-btn:hover {
    background: #a3e635;
}

.auth-btn:disabled {
    opacity: 0.75;
    cursor: wait;
}

.auth-footer-text {
    margin-top: 22px;
    font-size: 14px;
    text-align: center;
    color: #64748b;
}

.auth-footer-text a {
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    text-decoration: none;
}

.auth-split-footer {
    margin-top: auto;
    padding-top: 24px;
    font-size: 11px;
    text-align: center;
    color: #94a3b8;
}

.auth-hero {
    position: relative;
    width: 100%;
    max-width: 720px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(145deg, #5eb4c4 0%, #3a4a5c 55%, #1e293b 100%);
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.auth-hero-visual {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 32px 24px;
}

.auth-hero-graphic {
    width: 120px;
    height: 120px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.18);
    position: relative;
}

.auth-hero-graphic::before,
.auth-hero-graphic::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 4px;
}

.auth-hero-graphic::before {
    left: 18px;
    right: 18px;
    bottom: 28px;
    height: 8px;
}

.auth-hero-graphic::after {
    left: 24px;
    bottom: 44px;
    width: 48px;
    height: 48px;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, 0.22);
}

.auth-hero-visual i {
    display: none;
}

.auth-hero-quote {
    padding: 28px 32px 36px;
    color: #fff;
}

.auth-hero-quote p {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.35;
}

.auth-hero-quote cite {
    font-size: 14px;
    font-style: normal;
    opacity: 0.85;
}

.auth-hero-dots {
    display: flex;
    gap: 6px;
    padding: 0 32px 20px;
}

.auth-hero-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    padding: 0;
    cursor: pointer;
}

.auth-hero-dot.is-active {
    background: #fff;
}

.auth-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #fff;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.auth-loader-inner {
    text-align: center;
    color: #5eb4c4;
}

.auth-loader-inner i {
    font-size: 40px;
}

.auth-loader-inner div {
    margin-top: 14px;
    font-size: 14px;
    color: #64748b;
}

.auth-spinner {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border: 3px solid #e2e8f0;
    border-top-color: #5eb4c4;
    border-radius: 50%;
    animation: authSpin 1.2s linear infinite;
}

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

@media (max-width: 900px) {
    .auth-split {
        flex-direction: column;
    }

    .auth-split-left {
        flex: 1;
        max-width: none;
        min-width: 0;
        padding: 24px 20px;
    }

    .auth-split-right {
        display: none;
    }

    .auth-brand {
        margin-bottom: 24px;
    }

    .auth-welcome {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .auth-split-left {
        padding: 20px 16px;
    }
}
