@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Roboto+Slab:wght@600;700&display=swap');
:root{
    /* Primary Brand */
    --brand: #1F5E3B;
    --brand-dark: #17482D;
    --brand-light: #2F7A4F;

    /* Backgrounds */
    --soft: #EAF5EE;
    --bg: #F6F9F7;

    /* Text */
    --navy: #1D2E24;
    --text: #344B3F;
    --muted: #6B7D73;

    /* Borders */
    --line: #D7E4DB;

    /* Status */
    --success: #1E7A4D;
    --danger: #B42318;

    /* Effects */
    --shadow: 0 24px 60px rgba(31,94,59,.12);
}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,Arial,sans-serif;color:var(--text);line-height:1.55}a{text-decoration:none;color:inherit}.auth-header{min-height:82px;padding:16px clamp(18px,5vw,70px);background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.auth-header img{max-height:46px;max-width:180px;display:block}.auth-header span{font-size:.75rem;color:var(--muted);font-weight:600}.auth-main{min-height:calc(100vh - 150px);padding:clamp(28px,5vw,70px) 16px}.auth-shell{width:min(1060px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:22px}.auth-shell--single{width:min(560px,100%);display:block}.auth-card,.auth-side{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:clamp(24px,4vw,42px)}.auth-side{background:linear-gradient(
        145deg,
        #ffffff 0%,
        #F5FBF7 40%,
        #EAF5EE 100%
    );box-shadow:none}.eyebrow{font-size:.66rem;font-weight:800;color:var(--brand);letter-spacing:.12em;margin:0 0 8px}h1,h2{font-family:'Roboto Slab',Georgia,serif;color:var(--navy);margin-top:0}h1{font-size:clamp(1.8rem,3.5vw,2.5rem);line-height:1.15;margin-bottom:12px}h2{font-size:1.55rem}.copy{color:var(--muted);margin-bottom:24px}.form{display:grid;gap:17px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field label{font-size:.75rem;font-weight:700;color:var(--navy)}input{width:100%;min-height:48px;border:1px solid #bcccdc;border-radius:10px;padding:11px 13px;outline:none;font:inherit;color:var(--text)}input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,94,59,.15);}small{font-size:.65rem;color:var(--muted)}.button{min-height:49px;border:0;border-radius:10px;background:var(--brand);color:#fff;font-weight:700;padding:12px 18px;cursor:pointer}.button:hover{background:var(--brand-dark)}.link-button{border:0;background:none;color:var(--brand);font-weight:700;cursor:pointer}.links{display:flex;justify-content:space-between;gap:12px;margin-top:22px;color:var(--brand);font-size:.72rem;font-weight:700}.message,.global-message{padding:12px 14px;border-radius:10px;margin-bottom:18px;font-size:.76rem;font-weight:600}.message--error,.global-message--error{background:#fef0ee;color:var(--danger)}.message--success,.global-message--success{background:#e8f6ef;color:var(--success)}.otp{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin:8px 0}.otp input{text-align:center;font-size:1.45rem;font-weight:700;padding:0;aspect-ratio:1/1}.center{text-align:center}.section-title{display:flex;gap:10px;align-items:center;border-top:1px solid #edf2f7;padding-top:17px;margin-top:4px}.section-title:first-of-type{border-top:0;padding-top:0}.section-title b{width:30px;height:30px;border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center}.section-title strong,.section-title small{display:block}.password-wrap{position:relative}.password-wrap input{padding-right:66px}.password-wrap button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:none;color:var(--brand);font-weight:700;font-size:.68rem}.check{display:flex;gap:9px;align-items:flex-start;font-size:.7rem;color:var(--muted)}.check input{width:auto;min-height:auto;margin-top:3px}.auth-side li,.auth-side p{font-size:.78rem;color:var(--muted)}.auth-side li{margin:9px 0}.auth-footer{padding:20px clamp(18px,5vw,70px);border-top:1px solid var(--line);background:#fff;display:flex;justify-content:space-between;gap:15px;color:var(--muted);font-size:.68rem}.auth-footer div{display:flex;gap:14px}.auth-footer a{color:var(--brand);font-weight:600}@media(max-width:820px){.auth-shell{grid-template-columns:1fr}}@media(max-width:560px){.auth-header{min-height:70px;padding:12px 15px}.auth-header span{font-size:0}.auth-header span:after{content:'✓';font-size:1rem;color:var(--success)}.auth-main{padding:24px 12px}.auth-card,.auth-side{padding:22px 17px}.grid{grid-template-columns:1fr}.otp{gap:5px}.otp input{font-size:1.15rem}.links,.auth-footer{flex-direction:column}.auth-footer div{flex-wrap:wrap}}
