:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#eef8f5;background:#06120f;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}.loading,.login-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at top,#0d3a31 0,#06120f 45%,#030907)}.login-card{width:min(440px,92vw);padding:42px;border:1px solid #1f5145;border-radius:24px;background:#081f1aeb;box-shadow:0 30px 80px #00000059;text-align:center}.login-mark{width:64px;height:64px;border-radius:18px;margin:0 auto 20px;display:grid;place-items:center;background:#9fc156;color:#08221c;font-weight:900}.login-card h1{font-size:38px;margin:0 0 10px}.login-card p{color:#a9c4bc}.login-card button{width:100%;margin-top:24px;padding:14px 18px;border:0;border-radius:12px;background:#9fc156;color:#092019;font-weight:800;cursor:pointer}.login-card button:disabled{opacity:.45;cursor:not-allowed}.login-card small{display:block;margin-top:14px;color:#e6b55a}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;padding:26px 18px;background:#08221c;border-right:1px solid #174439;display:flex;flex-direction:column}.brand{font-size:23px;font-weight:900}.brand-subtitle{font-size:12px;color:#79b7a7;margin:4px 0 24px}.sidebar nav{display:flex;flex-direction:column;gap:5px;overflow:auto}.nav-link{padding:11px 13px;border-radius:10px;color:#d7ebe5;text-decoration:none}.nav-link:hover,.nav-link.active{background:#0f5b4a;color:#fff}.signout{margin-top:auto;padding:11px;border:1px solid #286657;border-radius:10px;background:transparent;color:#d7ebe5;cursor:pointer}.content{padding:36px;background:linear-gradient(135deg,#06120f,#071915);min-width:0}.page-header{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.page-header h1{font-size:34px;margin:5px 0}.page-header p{color:#a9c4bc}.eyebrow{font-size:12px;letter-spacing:.18em;color:#77e4b6;font-weight:800}.card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.metric-card,.panel{border:1px solid #1d493f;border-radius:18px;background:#0b211c;padding:22px}.metric-card span{color:#9abbb1}.metric-card strong{display:block;font-size:34px;margin-top:12px}.panel{margin-top:18px}.panel h2{margin-top:0}@media(max-width:900px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.card-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.content{padding:22px}.card-grid{grid-template-columns:1fr}}
