*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#f6f7f9;color:#17202a}.app{display:flex;min-height:100vh}.sidebar{width:245px;background:#fff;border-right:1px solid #e7e9ed;padding:24px 16px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;padding:4px 10px 28px}.brand-mark{width:38px;height:38px;border-radius:10px;background:#1f3c88;color:#fff;display:grid;place-items:center;font-weight:800}.brand strong,.brand span{display:block}.brand span{font-size:12px;color:#7b8491;margin-top:2px}.sidebar nav a,.sidebar-bottom a{display:block;padding:11px 12px;border-radius:9px;color:#5e6875;text-decoration:none;font-size:14px;margin-bottom:4px}.sidebar nav a.active{background:#eef2fb;color:#1f3c88;font-weight:700}.sidebar-bottom{margin-top:auto;border-top:1px solid #eee;padding-top:12px}.main{flex:1;padding:32px 40px;max-width:1500px}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.eyebrow{font-size:11px;letter-spacing:.12em;color:#7c8794;font-weight:700}.topbar h1{font-size:30px;margin:4px 0 0}.primary,.secondary{border:0;border-radius:8px;padding:11px 16px;font-weight:700;cursor:pointer}.primary{background:#1f3c88;color:#fff}.secondary{background:#fff;border:1px solid #dfe3e8;color:#26313d}.notice{padding:14px 16px;border-radius:10px;margin-bottom:20px;display:flex;gap:8px;flex-direction:column;font-size:13px}.notice.warning{background:#fff8e7;border:1px solid #f1dfaa}.notice.success{background:#edf8f0;border:1px solid #cbe8d2}.notice span{color:#687482}.notice code{background:#fff;padding:2px 5px;border-radius:4px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.card{background:#fff;border:1px solid #e6e9ed;border-radius:12px;padding:20px}.stat span{font-size:12px;color:#7a8490}.stat strong{display:block;font-size:28px;margin-top:7px}.grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.card-head{display:flex;justify-content:space-between}.card h2{font-size:17px;margin:0}.card p{font-size:13px;color:#7a8490;margin:6px 0 0}.empty{text-align:center;padding:70px 25px}.empty.compact{padding:55px 15px}.empty-icon{width:42px;height:42px;border:1px dashed #c8ced6;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;color:#1f3c88;font-size:22px}.empty strong{font-size:15px}.empty p{max-width:390px;margin:8px auto 18px}@media(max-width:900px){.sidebar{width:190px}.main{padding:24px}.stats{grid-template-columns:repeat(2,1fr)}.grid{grid-template-columns:1fr}}