:root{--background:#f5f5f1;--foreground:#171916;--muted:#6c7069;--line:#dedfd8;--panel:#fff;--dark:#151813;--dark-soft:#20241e;--accent:#66725d}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif}button,input{font:inherit}a{color:inherit}.auth-page{background:linear-gradient(135deg,#121510,#23291f);place-items:center;min-height:100vh;padding:40px 20px;display:grid}.auth-card{background:#fff;border-radius:4px;width:100%;max-width:480px;padding:46px;box-shadow:0 30px 80px #00000038}.auth-brand{align-items:center;gap:12px;margin-bottom:60px;display:flex}.auth-brand-mark{background:var(--dark);color:#fff;place-items:center;width:42px;height:42px;font-size:17px;font-weight:700;display:grid}.auth-brand-name,.auth-brand-product{margin:0}.auth-brand-name{letter-spacing:.04em;font-size:15px;font-weight:700}.auth-brand-product{color:var(--muted);margin-top:2px;font-size:12px}.auth-heading{margin-bottom:34px}.auth-eyebrow,.dashboard-eyebrow{color:var(--accent);letter-spacing:.14em;text-transform:uppercase;margin:0 0 10px;font-size:11px;font-weight:700}.auth-heading h1{letter-spacing:-.04em;margin:0;font-size:clamp(36px,7vw,48px);line-height:1}.auth-heading>p:last-child{color:var(--muted);margin:16px 0 0;line-height:1.6}.auth-form{gap:18px;display:grid}.auth-field{gap:8px;display:grid}.auth-field span{font-size:12px;font-weight:700}.auth-field input{border:1px solid var(--line);background:#fff;border-radius:2px;outline:none;width:100%;min-height:50px;padding:0 14px}.auth-field input:focus{border-color:var(--dark);box-shadow:0 0 0 1px var(--dark)}.auth-submit{background:var(--dark);color:#fff;cursor:pointer;border:0;border-radius:2px;min-height:52px;margin-top:5px;font-weight:700}.auth-submit:hover{background:var(--dark-soft)}.auth-submit:disabled{opacity:.6;cursor:wait}.auth-forgot{width:fit-content;color:var(--muted);margin:2px auto 0;font-size:12px;text-decoration:none}.auth-forgot:hover{color:var(--foreground)}.auth-error{color:#8a3333;background:#9131310f;border:1px solid #91313133;margin:0;padding:12px 14px;font-size:13px;line-height:1.5}.auth-security-note{border-top:1px solid var(--line);color:#969991;text-align:center;margin:34px 0 0;padding-top:20px;font-size:11px}.dashboard{grid-template-columns:250px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-sidebar{background:var(--dark);color:#fff;flex-direction:column;height:100vh;padding:28px 20px 22px;display:flex;position:sticky;top:0}.dashboard-brand{align-items:center;gap:11px;padding:0 8px;display:flex}.dashboard-logo{width:38px;height:38px;color:var(--dark);background:#fff;place-items:center;font-weight:700;display:grid}.dashboard-brand strong,.dashboard-brand span{display:block}.dashboard-brand strong{font-size:14px}.dashboard-brand span{color:#92998d;margin-top:2px;font-size:11px}.dashboard-nav{gap:4px;margin-top:48px;display:grid}.dashboard-nav a,.dashboard-nav>span{color:#aeb4a8;border-radius:3px;padding:11px 12px;font-size:13px;text-decoration:none;display:block}.dashboard-nav a.active{color:#fff;background:#292e27}.dashboard-nav-divider{background:#30352e;height:1px;margin:14px 12px}.dashboard-sidebar-bottom{margin-top:auto}.dashboard-user{border-top:1px solid #30352e;padding:18px 8px}.dashboard-user strong,.dashboard-user span{display:block}.dashboard-user strong{font-size:12px}.dashboard-user span{color:#878e82;text-overflow:ellipsis;margin-top:4px;font-size:10px;overflow:hidden}.dashboard-signout{color:#aeb4a8;cursor:pointer;background:0 0;border:1px solid #353b32;border-radius:3px;width:100%;padding:10px}.dashboard-signout:hover{color:#fff;background:#20251e}.dashboard-content{min-width:0;padding:42px}.dashboard-header{justify-content:space-between;align-items:flex-start;display:flex}.dashboard-header h1{letter-spacing:-.04em;margin:0;font-size:38px}.dashboard-status{color:var(--muted);align-items:center;gap:8px;font-size:11px;display:flex}.dashboard-status span{background:#5f8a64;border-radius:50%;width:7px;height:7px}.dashboard-welcome{border:1px solid var(--line);background:#fff;margin-top:46px;padding:38px}.dashboard-welcome h2{letter-spacing:-.03em;margin:0;font-size:32px}.dashboard-welcome p:last-child{max-width:520px;color:var(--muted);margin:12px 0 0;line-height:1.6}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:16px;display:grid}.dashboard-card{border:1px solid var(--line);background:#fff;min-height:160px;padding:24px}.dashboard-card p,.dashboard-card strong,.dashboard-card span{display:block}.dashboard-card p{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:11px;font-weight:700}.dashboard-card strong{letter-spacing:-.03em;margin-top:25px;font-size:27px}.dashboard-card span{color:#969991;margin-top:8px;font-size:11px}@media (max-width:900px){.dashboard{grid-template-columns:1fr}.dashboard-sidebar{height:auto;position:static}.dashboard-nav{display:none}.dashboard-sidebar-bottom{margin-top:25px}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.auth-card{padding:32px 24px}.dashboard-content{padding:26px 18px}.dashboard-grid{grid-template-columns:1fr}.dashboard-status{display:none}}.auth-success{border:1px solid var(--line);background:#f8f8f5;padding:18px}.auth-success strong{font-size:14px;display:block}.auth-success p{color:var(--muted);margin:8px 0 0;font-size:13px;line-height:1.6}.auth-success .auth-forgot{margin-top:18px;display:inline-block}
