:root{--ink:#18232b;--muted:#71808a;--line:#e6ecee;--bg:#f6f8f8;--teal:#087f78;--teal2:#dff3ef;--orange:#f4a261}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:15px/1.5 Inter,system-ui,-apple-system,sans-serif}.shell{display:flex;min-height:100vh}aside{width:245px;background:#fff;border-right:1px solid var(--line);padding:30px 22px;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;font-weight:750;font-size:20px;letter-spacing:-.03em}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--teal);color:#fff;border-radius:9px;font-weight:800}nav{display:grid;gap:7px;margin-top:66px}nav a,.logout{padding:12px 14px;border-radius:10px;color:var(--muted);text-decoration:none}nav a.active,nav a:hover{background:var(--teal2);color:var(--teal);font-weight:650}.logout{margin-top:auto}main{max-width:1200px;width:100%;padding:44px 6vw}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:42px}h1,h2,h3,p{margin-top:0}h1{font-size:34px;letter-spacing:-.04em;margin:3px 0}.eyebrow{text-transform:uppercase;letter-spacing:.13em;font-size:11px;color:var(--teal);font-weight:750}.profile{display:flex;align-items:center;gap:10px;font-weight:650}.avatar{display:grid;place-items:center;background:#f9d5ae;color:#93552e;width:34px;height:34px;border-radius:50%}.grid{display:grid;grid-template-columns:1fr 1fr 2fr;gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px}.stat-card{min-height:154px}.stat-card span{color:var(--muted);display:block}.stat-card strong{display:block;font-size:36px;letter-spacing:-.05em;margin:15px 0 3px}.stat-card small{font-size:16px;font-weight:500}.stat-card em{font-style:normal;color:var(--muted);font-size:13px}.hero-card{background:var(--teal);color:#fff;display:flex;justify-content:space-between;align-items:center}.hero-card h2{margin:7px 0 5px;font-size:21px}.hero-card p{opacity:.75;margin:0}.light{color:#b6e6de}.button{border:0;border-radius:10px;padding:12px 17px;font:inherit;font-weight:700;cursor:pointer}.primary{background:var(--teal);color:#fff;width:100%;display:flex;justify-content:space-between}.white{background:#fff;color:var(--teal);white-space:nowrap}.section-head{display:flex;justify-content:space-between;align-items:end;margin:55px 0 18px}.section-head h2{margin:3px 0 0}.section-head a{color:var(--teal);text-decoration:none;font-weight:650}.empty{text-align:center;padding:54px}.empty-icon{font-size:34px;color:var(--teal)}.empty h3{margin:10px 0 3px}.empty p,.muted,.hint{color:var(--muted)}.login-wrap{min-height:calc(100vh - 88px);display:grid;grid-template-columns:minmax(320px,440px) 1fr;align-items:center;gap:10vw}.login-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:42px;box-shadow:0 18px 45px #193d4710}.login-card .brand{margin-bottom:72px}.login-card h1{margin-top:7px}.login-card form{display:grid;gap:18px;margin-top:30px}label{display:grid;gap:7px;font-size:13px;font-weight:650}input{width:100%;padding:13px 14px;border:1px solid #d7e0e2;border-radius:9px;font:inherit;outline-color:var(--teal)}.hint{text-align:center;font-size:12px;margin:22px 0 0}.alert{background:#fff0ee;color:#a83b31;padding:10px 12px;border-radius:8px;margin-top:20px;font-size:13px}.login-note{font-size:42px;color:var(--teal);font-weight:300}.login-note p{font-size:42px;line-height:1.15}.login-note strong{color:var(--ink)}.quote{font-size:100px;line-height:.4}@media(max-width:800px){aside{width:68px;padding:20px 10px}.brand span:last-child,nav a,.logout{font-size:0}.brand-mark{margin:auto}nav{margin-top:50px}nav a{height:42px;padding:0}main{padding:28px 20px}.grid{grid-template-columns:1fr}.hero-card{gap:15px}.login-wrap{display:block;padding-top:30px}.login-note{display:none}.login-card .brand{margin-bottom:45px}header{margin-bottom:28px}}
