
    * { box-sizing: border-box; }
    html, body { min-height: 100%; }
    body {
        margin: 0;
        font-family: Arial, Helvetica, sans-serif;
        background: #f8f9fa;
        color: #1f2937;
    }
    .login-shell {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 34px 20px 24px;
    }
    .login-platform-title {
        width: 100%;
        max-width: 760px;
        margin: 0 auto 24px;
        text-align: center;
        color: #a6030c;
        font-size: 22px;
        line-height: 1.28;
        font-weight: 900;
        letter-spacing: 0;
    }
    .admin-login-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admin-login-card {
        background: #fff;
        width: 100%;
        max-width: 440px;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
        text-align: center;
        border: 1px solid #f1f5f9;
    }
    .admin-icon-circle {
        width: 75px;
        height: 75px;
        background: #FEF2F2;
        color: #a6030c;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 20px;
        font-size: 32px;
    }
    .admin-title { font-size: 24px; font-weight: 800; color: #a6030c; margin-bottom: 8px; }
    .admin-desc { font-size: 13px; color: #64748b; margin-bottom: 30px; font-weight: 500;}
    
    .form-grup { margin-bottom: 20px; text-align: left; position: relative; }
    .form-label { display: block; font-size: 13px; font-weight: 700; color: #334151; margin-bottom: 8px; }
    .form-input { 
        width: 100%; 
        padding: 12px 15px; 
        border: 2px solid #e2e8f0; 
        border-radius: 10px; 
        font-size: 14px; 
        background: #fff; 
        box-sizing: border-box; 
        transition: 0.2s; 
        font-weight: 500;
    }
    .form-input:focus { border-color: #a6030c; outline: none; box-shadow: 0 0 0 3px rgba(166, 3, 12, 0.1); }
    .form-input:disabled { background-color: #f1f5f9; cursor: not-allowed; color: #94a3b8; }
    
    .password-toggle { position: absolute; right: 15px; top: 40px; color: #9ca3af; cursor: pointer; transition: 0.2s; }
    .password-toggle:hover { color: #a6030c; }
    input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear { display: none; }
    
    .btn-giris { 
        width: 100%; padding: 14px; background: #a6030c; color: #fff; 
        border: none; border-radius: 10px; font-weight: 700; cursor: pointer;
        display: flex; justify-content: center; align-items: center; gap: 10px; transition: 0.3s;
        font-size: 15px; margin-top: 10px;
    }
    .btn-giris:hover:not(:disabled) { background: #7a0208; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(166,3,12, 0.2); }
    .btn-giris:disabled { background: #94a3b8; cursor: not-allowed; opacity: 0.7; }
    
    .hata-kutusu { background: #fee2e2; color: #b91c1c; padding: 12px; border-radius: 10px; margin-bottom: 20px; font-size: 13px; border:1px solid #fecaca; font-weight: 500; display:flex; align-items:center; gap:8px;}
    
    .captcha-satir { display: flex; gap: 10px; align-items: center; margin-bottom: 10px; }
    .captcha-img { border-radius: 10px; border: 2px solid #e2e8f0; height: 46px; object-fit: cover; }
    .yenile-btn { background: #f1f5f9; border: 2px solid #e2e8f0; height: 46px; width: 46px; border-radius: 10px; cursor: pointer; color: #a6030c; transition: 0.2s; display: flex; align-items: center; justify-content: center; flex-shrink: 0;}
    .yenile-btn:hover:not(:disabled) { background: #e2e8f0; color: #7a0208;}
    .yenile-btn:disabled { cursor: not-allowed; color: #94a3b8; }

    .lockout-box { margin-top:15px; background-color:#FEF2F2; border:1px solid #EF4444; border-radius:10px; padding:15px; color:#B91C1C; font-size:13px; font-weight:600; text-align:center; }
    .login-company-footer {
        max-width: 760px;
        margin: 24px auto 0;
        text-align: center;
        color: #64748b;
        font-size: 13px;
        line-height: 1.55;
        font-weight: 600;
    }
    @media (min-width: 769px) {
        .admin-login-card {
            max-width: 620px;
            padding: 42px 58px;
        }
    }

    /* MOBİL İÇİN SAĞ/SOL BOŞLUK AYARLARI */
    @media (max-width: 768px) {
        .login-shell { padding: 24px 12px 18px; justify-content: flex-start; }
        .login-platform-title { font-size: 18px; margin-bottom: 18px; }
        .admin-login-card { 
            padding: 30px 20px; 
        }
        .login-company-footer { font-size: 12px; margin-top: 18px; padding: 0 4px; }
    }

.brand-link{color:#a6030c;text-decoration:none}.login-home{display:inline-block;margin-top:20px;color:#64748b;font-size:13px}.password-toggle{background:none;border:0;padding:3px;top:34px}.form-input.password{padding-right:48px}#loginError:empty{display:none}#loginError{display:block}.captcha-img{width:156px;height:54px}.captcha-satir .yenile-btn{height:54px;width:54px}.lockout-box:empty{display:none}.login-help{font-size:12px;line-height:1.6;color:#64748b}.login-company-footer a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid #a6030c;outline-offset:4px}
