:root{--ink:#18332f;--green:#176b56;--mint:#e8f3ee;--cream:#f6f3ec;--line:#dfe6e2;--orange:#d46f3b;--white:#fff;--muted:#687b76}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#f8faf9}button,input{font:inherit}.brand{display:flex;align-items:center;gap:11px;font-size:20px;font-weight:700}.brand b{color:#64b899}.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--green);color:white;display:grid;place-items:center}.brand-mark svg{width:23px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em}.green{color:var(--green)}.muted{color:var(--muted)}.login-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.brand-panel{padding:48px 9vw 56px;background:linear-gradient(145deg,#123f36,#176b56);color:white;display:flex;flex-direction:column;justify-content:space-between}.brand-panel .brand-mark{background:#fff;color:var(--green)}.brand-panel h1{font-family:Georgia,serif;font-size:clamp(42px,5vw,72px);line-height:1.03;max-width:720px;margin:18px 0}.lead{max-width:600px;font-size:18px;line-height:1.6;color:#d7ebe5}.security-note{display:flex;gap:12px;align-items:center;color:#d7ebe5}.login-panel{display:grid;place-items:center;padding:32px;background:var(--cream)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 40px #163c3020}.login-card{width:min(440px,100%);padding:42px}.login-card h2{font-family:Georgia,serif;font-size:34px;margin:8px 0}.login-card label{display:grid;grid-gap:8px;gap:8px;margin:24px 0 0;font-weight:700;font-size:14px}.login-card input{border:1px solid #cbd8d3;border-radius:10px;padding:14px;background:#fbfcfb}.login-card button,.notice button,.section-title button{border:0;border-radius:10px;background:var(--green);color:white;padding:14px 18px;font-weight:700;cursor:pointer}.login-card button{width:100%;margin:24px 0 14px}.login-card small{display:block;text-align:center;color:var(--muted);line-height:1.5}.error{color:#b33b2e;font-size:14px}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.app-shell aside{background:#123f36;color:white;padding:28px 18px;display:flex;flex-direction:column;position:fixed;width:250px;height:100vh}.app-shell nav{display:grid;grid-gap:6px;gap:6px;margin-top:42px}.app-shell nav a{display:flex;align-items:center;gap:12px;padding:12px;border-radius:9px;color:#cfe4de;font-size:14px}.app-shell nav a.active{background:#ffffff17;color:white}.app-shell nav svg{width:19px}.user{margin-top:auto;border-top:1px solid #ffffff25;padding-top:18px;display:flex;gap:10px;align-items:center}.avatar{width:36px;height:36px;border-radius:50%;background:#fff;color:var(--green);display:grid;place-items:center;font-weight:800}.user div:nth-child(2){min-width:0}.user b,.user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}.user small{font-size:10px;color:#bcd3cc;margin-top:3px}.icon-btn,.user button{border:0;background:transparent;color:inherit;padding:4px}.user svg{width:18px}.content{grid-column:2;padding:36px 4vw}.content header{display:flex;justify-content:space-between;align-items:center}.content header h1{font-family:Georgia,serif;font-size:36px;margin:6px 0}.icon-btn{background:white;border:1px solid var(--line);color:var(--ink);border-radius:12px;padding:10px}.notice{margin-top:28px;background:var(--mint);border:1px solid #cae1d7;border-radius:14px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center}.notice p{margin:5px 0;color:var(--muted)}.notice button{display:flex;gap:8px;align-items:center;padding:10px 14px}.notice svg{width:16px}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px;margin:24px 0}.stats article{background:white;border:1px solid var(--line);border-radius:14px;padding:20px}.stats small,.stats span{display:block;color:var(--muted);font-size:13px}.stats strong{font-family:Georgia,serif;font-size:35px;display:block;margin:15px 0 8px}.grid{display:grid;grid-template-columns:1.7fr 1fr;grid-gap:18px;gap:18px}.grid .card{padding:24px;box-shadow:none}.section-title{display:flex;justify-content:space-between;align-items:start}.section-title h2{margin:0;font-family:Georgia,serif}.section-title p{font-size:13px}.section-title button{padding:10px 13px}.empty{text-align:center;padding:56px 20px;color:var(--muted);border-top:1px solid var(--line);margin-top:14px}.empty svg{width:36px;height:36px;color:#75a397}.empty h3{color:var(--ink);margin-bottom:7px}.empty p{font-size:13px}.empty.compact{padding:40px 10px}.loading{min-height:100vh;display:grid;place-items:center;color:var(--green)}@media(max-width:900px){.login-shell{grid-template-columns:1fr}.brand-panel{min-height:42vh;padding:28px}.security-note{display:none}.app-shell{grid-template-columns:74px 1fr}.app-shell aside{width:74px;padding:20px 12px}.app-shell aside .brand span:last-child,.app-shell nav a{font-size:0}.app-shell nav a{justify-content:center}.user button,.user div:nth-child(2){display:none}.content{grid-column:2;padding:24px 18px}.stats{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}@media(max-width:560px){.brand-panel h1{font-size:38px}.login-card{padding:28px}.stats{grid-template-columns:1fr 1fr}.notice{align-items:start;gap:12px}.notice button{font-size:0}.notice button svg{width:20px}.content header h1{font-size:28px}}