:root {
    --forest: #0b563d;
    --forest-dark: #073d2d;
    --green: #159568;
    --mint: #eaf7f0;
    --ink: #10231c;
    --muted: #64776e;
}

* { box-sizing: border-box; }

body {
    min-width: 320px;
    margin: 0;
    color: var(--ink);
    background: #f7fbf9;
    font-family: Arial, Helvetica, sans-serif;
}

.login-page { display: grid; min-height: 100vh; grid-template-columns: minmax(0, 1.12fr) minmax(400px, .88fr); }
.login-intro { position: relative; display: flex; flex-direction: column; overflow: hidden; padding: 44px clamp(42px, 8vw, 136px) 34px; color: #fff; background: radial-gradient(circle at 75% 78%, rgba(52, 182, 126, .36), transparent 29%), linear-gradient(145deg, #073d2d 0%, #0b563d 48%, #0d7651 100%); }
.login-intro::before, .login-intro::after { position: absolute; width: 480px; height: 480px; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; content: ""; pointer-events: none; }
.login-intro::before { top: -310px; right: -140px; box-shadow: 0 0 0 55px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.018); }
.login-intro::after { bottom: -360px; left: -180px; box-shadow: 0 0 0 75px rgba(255,255,255,.025); }

.brand, .mobile-brand { position: relative; z-index: 1; display: inline-flex; align-items: center; width: max-content; color: #fff; font-size: 20px; font-weight: 800; text-decoration: none; }
.brand img, .mobile-brand img { display: block; width: 145px; height: auto; }

.intro-content { position: relative; z-index: 1; max-width: 560px; margin: auto 0; padding: 56px 0; }
.eyebrow, .panel-kicker { margin: 0 0 16px; color: #a8e7c7; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #6ee5aa; box-shadow: 0 0 0 4px rgba(110,229,170,.16); }
.intro-content h1 { max-width: 540px; margin: 0; font-size: clamp(35px, 4.1vw, 58px); line-height: 1.04; letter-spacing: -.05em; }
.intro-copy { max-width: 430px; margin: 22px 0 34px; color: #d1eee0; font-size: 17px; line-height: 1.55; }

.status-preview { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; max-width: 500px; }
.preview-card { display: flex; align-items: center; gap: 10px; min-height: 76px; padding: 14px; border: 1px solid rgba(220,255,239,.17); border-radius: 14px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.preview-card-main { display: block; grid-row: span 2; min-height: 164px; padding: 18px; background: rgba(255,255,255,.14); }
.preview-label { display: block; margin-bottom: 12px; color: #a8e7c7; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.preview-card strong { display: block; font-size: 13px; line-height: 1.25; }.preview-card-main strong { font-size: 19px; }.preview-card small { display: block; margin-top: 4px; color: #cae9dc; font-size: 11px; }
.preview-line { display: block; width: 100%; height: 6px; margin-top: 22px; border-radius: 999px; background: rgba(255,255,255,.75); }.preview-line.short { width: 62%; height: 4px; margin-top: 8px; background: rgba(188,241,213,.48); }
.preview-icon { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: rgba(114,229,170,.22); color: #bdf5d6; font-size: 18px; font-weight: 800; }.signal { display: flex; align-items: flex-end; justify-content: center; gap: 3px; padding: 8px; }.signal i { width: 4px; border-radius: 3px; background: #bdf5d6; }.signal i:nth-child(1) { height: 7px; }.signal i:nth-child(2) { height: 12px; }.signal i:nth-child(3) { height: 17px; }
.intro-footer { position: relative; z-index: 1; margin: 0; color: rgba(225,248,237,.62); font-size: 12px; }

.login-panel { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 32px; background: #fbfdfc; }
.login-card { width: min(100%, 390px); padding: 14px 0; }.mobile-brand { display: none; }.panel-kicker { color: var(--green); }.login-card h2 { margin: 0; font-size: 32px; letter-spacing: -.045em; }.panel-description { margin: 10px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.5; }
.flash-messages { margin: 0 0 20px; padding: 11px 13px; border: 1px solid #f1b6af; border-radius: 10px; background: #fff1ef; color: #9f2118; font-size: 13px; }.flash-messages p { margin: 0; }.flash-messages p + p { margin-top: 4px; }
.login-form label { display: block; margin-bottom: 8px; color: #29483b; font-size: 13px; font-weight: 800; }.password-field { position: relative; }.password-field input { width: 100%; height: 51px; padding: 0 46px 0 14px; border: 1px solid #cbded4; border-radius: 10px; outline: none; color: var(--ink); background: #fff; font: inherit; transition: border-color .15s, box-shadow .15s; }.password-field input::placeholder { color: #96a79f; }.password-field input:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(21,149,104,.12); }.lock-icon { position: absolute; top: 18px; right: 17px; width: 15px; height: 13px; border: 2px solid #739085; border-radius: 3px; }.lock-icon::before { position: absolute; left: 2px; bottom: 10px; width: 7px; height: 7px; border: 2px solid #739085; border-bottom: 0; border-radius: 6px 6px 0 0; content: ""; }
.login-form button { display: flex; width: 100%; align-items: center; justify-content: center; gap: 13px; height: 51px; margin-top: 16px; border: 0; border-radius: 10px; color: #fff; background: linear-gradient(135deg, #0b563d, #147b56); box-shadow: 0 7px 17px rgba(11,86,61,.2); cursor: pointer; font: inherit; font-weight: 800; transition: transform .15s, box-shadow .15s, background .15s; }.login-form button:hover { background: #0a4934; box-shadow: 0 9px 21px rgba(11,86,61,.28); transform: translateY(-1px); }.login-form button:focus-visible { outline: 3px solid rgba(21,149,104,.35); outline-offset: 2px; }.login-form button span { font-size: 20px; line-height: 1; }
.login-paused { display: flex; gap: 10px; align-items: flex-start; padding: 13px; border: 1px solid #f1cf85; border-radius: 10px; background: #fff8e8; color: #77520c; font-size: 13px; line-height: 1.45; }.login-paused p { margin: 0; }.pause-icon { display: grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: #e7aa2f; color: #fff; font-weight: 800; }
.security-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 24px 0 0; color: #71837a; font-size: 12px; }.shield-icon { display: grid; width: 17px; height: 17px; place-items: center; border-radius: 5px 5px 7px 7px; color: #1a8c61; background: #e2f5ea; font-size: 11px; font-weight: 900; }.panel-footer { margin: 34px 0 0; color: #9aa9a2; font-size: 11px; text-align: center; }

@media (max-width: 820px) { .login-page { grid-template-columns: 1fr; }.login-intro { display: none; }.login-panel { min-height: 100vh; padding: 28px 24px; background: linear-gradient(180deg, #eef8f3 0, #fbfdfc 230px); }.login-card { padding: 0; }.mobile-brand { display: inline-flex; margin-bottom: 70px; color: var(--forest); }.login-card h2 { font-size: 30px; } }
@media (max-width: 440px) { .login-panel { padding: 24px 20px; }.mobile-brand { margin-bottom: 54px; }.login-card h2 { font-size: 27px; }.panel-description { margin-bottom: 28px; } }
