.dashboard-shell{display:grid;grid-template-columns:220px 1fr;gap:20px;align-items:start}@media (max-width: 900px){.dashboard-shell{grid-template-columns:1fr}.dashboard-sidebar{display:none}}.dashboard-sidebar{position:sticky;top:12px;background:#0a1628b8;border:1px solid rgba(94,234,212,.12);border-radius:16px;padding:16px 14px;backdrop-filter:blur(12px)}.dashboard-sidebar__section{margin-bottom:18px}.dashboard-sidebar__label{font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#e6edf773;margin-bottom:8px}.dashboard-sidebar__item{display:flex;align-items:center;gap:8px;width:100%;text-align:left;padding:8px 10px;border-radius:10px;border:none;background:transparent;color:#e6edf7e0;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s ease}.dashboard-sidebar__item:hover{background:#5eead414}.dashboard-sidebar__item--empty{color:#10b981e6;font-size:12px;padding:6px 10px}.dashboard-sidebar__user{margin-top:20px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:#e6edf78c}.dashboard-sidebar__user strong{display:block;color:#e6edf7;font-size:14px;margin-bottom:4px}.dashboard-main{min-width:0}.dashboard-greeting{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.dashboard-greeting h2{margin:0;font-size:clamp(1.25rem,3vw,1.65rem);font-weight:700;color:#f1f5f9}.dashboard-bell{position:relative;width:42px;height:42px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0f1e34cc;color:#e6edf7;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.dashboard-bell__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard-hero{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:24px}.dashboard-ring-wrap{position:relative;width:200px;height:200px;margin-bottom:8px}.dashboard-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.dashboard-ring-track{fill:none;stroke:#ffffff0f;stroke-width:12}.dashboard-ring-fill{fill:none;stroke-width:12;stroke-linecap:round;transition:stroke-dashoffset .9s cubic-bezier(.34,1.2,.64,1),stroke .4s ease}.dashboard-ring-fill--green{stroke:#10b981}.dashboard-ring-fill--amber{stroke:#f59e0b}.dashboard-ring-fill--red{stroke:#ef4444}.dashboard-ring-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.dashboard-ring-label{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#e6edf780;margin-bottom:2px}.dashboard-ring-score{font-size:52px;font-weight:800;line-height:1;color:#f8fafc;font-variant-numeric:tabular-nums;transition:color .3s ease}.dashboard-ring-status{margin-top:8px;font-size:12px;font-weight:600;color:#e6edf7bf;display:flex;flex-direction:column;gap:2px}.dashboard-ring-status .mission{color:#f87171}.dashboard-ring-status .heads{color:#fbbf24}.dashboard-ring-status .clear{color:#34d399}.dashboard-updated{font-size:12px;color:#e6edf773;margin-top:4px}.dashboard-sentinel{margin:0 0 20px;padding:12px 16px;border-radius:12px;background:#14b8a614;border:1px solid rgba(20,184,166,.18);font-size:13px;line-height:1.5;color:#e6edf7d1}.dashboard-sentinel:before{content:"✦ ";color:#5eead4}.dashboard-categories{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:24px}@media (max-width: 700px){.dashboard-categories{grid-template-columns:repeat(2,1fr)}}.dashboard-cat{background:#0c182cd9;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px 10px;text-align:center}.dashboard-cat__name{font-size:11px;font-weight:600;color:#e6edf780;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.dashboard-cat__status{font-size:12px;font-weight:700;margin-bottom:4px}.dashboard-cat__status--healthy{color:#34d399}.dashboard-cat__status--advisory{color:#fbbf24}.dashboard-cat__status--action{color:#f87171}.dashboard-cat__count{font-size:11px;color:#e6edf766}.dashboard-section{margin-bottom:20px}.dashboard-section__title{font-size:11px;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin-bottom:10px;display:flex;align-items:center;gap:6px}.dashboard-section__title--mission{color:#f87171}.dashboard-section__title--heads{color:#fbbf24}.dashboard-card{background:#0c182ceb;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:16px 18px;margin-bottom:12px;border-left:4px solid transparent;transition:transform .15s ease,box-shadow .15s ease}.dashboard-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px #00000040}.dashboard-card--mission{border-left-color:#ef4444}.dashboard-card--heads{border-left-color:#f59e0b}.dashboard-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}.dashboard-card__token{font-size:18px;font-weight:800;color:#f1f5f9}.dashboard-card__meta{font-size:12px;color:#e6edf780;white-space:nowrap}.dashboard-card__title{font-size:15px;font-weight:700;color:#e2e8f0;margin-bottom:8px;line-height:1.35}.dashboard-card__desc{font-size:13px;line-height:1.5;color:#e6edf7a6;margin-bottom:10px}.dashboard-card__action{font-size:13px;font-weight:600;color:#5eead4;margin-bottom:12px}.dashboard-card__actions{display:flex;flex-wrap:wrap;gap:8px}.dashboard-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;font-size:13px;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:background .15s ease,transform .1s ease}.dashboard-btn:active{transform:scale(.98)}.dashboard-btn--primary{background:linear-gradient(135deg,#14b8a6,#0d9488);color:#042f2e}.dashboard-btn--primary:hover{filter:brightness(1.08)}.dashboard-btn--ghost{background:#ffffff0f;color:#e6edf7;border:1px solid rgba(255,255,255,.1)}.dashboard-btn--ghost:hover{background:#ffffff1a}.dashboard-allclear{text-align:center;padding:36px 24px;border-radius:20px;background:linear-gradient(180deg,#10b9811f,#0c182c99);border:1px solid rgba(16,185,129,.2);margin-bottom:20px}.dashboard-allclear__icon{font-size:48px;margin-bottom:12px}.dashboard-allclear h3{margin:0 0 8px;font-size:1.5rem;color:#34d399}.dashboard-allclear p{margin:0 0 16px;color:#e6edf7a6;font-size:14px}.dashboard-footer{text-align:center;padding:14px 16px;border-radius:12px;background:#0a162899;border:1px solid rgba(94,234,212,.1);font-size:12px;color:#e6edf780;line-height:1.5}.dashboard-footer strong{color:#e6edf7bf}.dashboard-streak{display:inline-flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;color:#34d399;font-weight:600}.dashboard-delta{font-size:12px;color:#e6edf773;margin-bottom:16px}.dashboard-celebrate{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#050b1ae0;backdrop-filter:blur(8px);animation:dash-fade-in .3s ease}.dashboard-celebrate[hidden]{display:none}.dashboard-celebrate__inner{text-align:center;animation:dash-pop .6s cubic-bezier(.34,1.4,.64,1)}.dashboard-celebrate__score{font-size:80px;font-weight:900;color:#34d399;line-height:1}.dashboard-celebrate h2{margin:12px 0 8px;font-size:1.75rem;color:#f1f5f9}.dashboard-celebrate p{color:#e6edf7a6;margin-bottom:20px}@keyframes dash-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dash-pop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.card--dashboard{background:transparent;border:none;box-shadow:none;padding:0}#panel-dashboard[hidden],body.clg-tab-home .tokens-and-toggles-row,body.clg-tab-home .token-selector-dropdown,body.clg-tab-home #sev-filter,body.clg-tab-home #showall-wrap{display:none!important}
