:root{--ink: #211d2e;--ink-soft: #5b5670;--paper: #f7f3ea;--card: #ffffff;--indigo: #33285f;--indigo-deep: #221a45;--ochre: #dc9a2e;--ochre-soft: #f4e3be;--red: #b4402e;--sage: #4c7a5c;--sage-soft: #e1ebe1;--line: #e4dcc8;--line-soft: #efe9da;--radius: 14px;--shadow: 0 1px 2px rgba(33, 29, 46, .04), 0 8px 24px -12px rgba(33, 29, 46, .14)}.sg-app{display:grid;grid-template-columns:248px 1fr;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--ink);background:var(--paper);background-image:radial-gradient(circle at 1px 1px,rgba(33,29,46,.05) 1px,transparent 0);background-size:22px 22px}.sg-sidebar{background:var(--indigo-deep);color:#efe9f8;padding:28px 18px 22px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.sg-brand{font-family:Fraunces,serif;font-weight:700;font-size:22px;letter-spacing:.2px;color:#fff;display:flex;align-items:center;gap:10px;padding:2px 10px 22px}.sg-brand .sg-mark{width:30px;height:30px;border-radius:8px;background:var(--ochre);display:flex;align-items:center;justify-content:center;color:var(--indigo-deep);font-size:15px;font-weight:700;font-family:IBM Plex Mono,monospace;transform:rotate(-4deg);flex-shrink:0}.sg-nav-group{margin-top:18px}.sg-nav-group:first-of-type{margin-top:4px}.sg-nav-label{font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:#9086ac;padding:0 12px 8px}.sg-nav-item{display:flex;align-items:center;gap:11px;padding:9px 12px;border-radius:8px;font-size:14px;font-weight:500;color:#d3cce8;text-decoration:none;margin-bottom:2px;transition:background .15s ease,color .15s ease}.sg-nav-item svg{width:17px;height:17px;flex-shrink:0;opacity:.85}.sg-nav-item:hover{background:#ffffff0f;color:#fff;text-decoration:none}.sg-nav-item.active{background:var(--ochre);color:var(--indigo-deep);font-weight:600}.sg-nav-item.active svg{opacity:1}.sg-nav-item:focus-visible{outline:2px solid var(--ochre);outline-offset:2px}.sg-sidebar-foot{margin-top:auto;padding:14px 12px 4px;border-top:1px dashed rgba(255,255,255,.14);font-size:12px;color:#948bb0;line-height:1.5}.sg-sidebar-foot strong{display:block;color:#d3cce8;font-weight:600}.sg-main{padding:32px 40px 60px;max-width:1240px}.sg-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px;gap:16px}.sg-topbar-title{font-family:IBM Plex Mono,monospace;font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft)}.sg-user-chip{display:flex;align-items:center;gap:10px;background:var(--card);border:1px solid var(--line);padding:6px 8px 6px 14px;border-radius:30px;box-shadow:var(--shadow)}.sg-user-chip .sg-who{font-size:13px;line-height:1.3}.sg-user-chip .sg-who small{display:block;color:var(--ink-soft);font-size:11.5px}.sg-avatar{width:32px;height:32px;border-radius:50%;background:var(--indigo);color:#fff;display:flex;align-items:center;justify-content:center;font-family:Fraunces,serif;font-weight:600;font-size:14px;flex-shrink:0}.sg-logout{border:none;background:transparent;color:var(--ink-soft);font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;padding:0 4px}.sg-logout:hover{color:var(--red)}.sg-hero{position:relative;background:linear-gradient(120deg,var(--indigo) 0%,var(--indigo-deep) 100%);border-radius:18px;padding:30px 34px;color:#fff;overflow:hidden;margin-bottom:26px;box-shadow:var(--shadow)}.sg-hero:after{content:"";position:absolute;right:-40px;top:-60px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(220,154,46,.35),transparent 70%)}.sg-hero-eyebrow{font-family:IBM Plex Mono,monospace;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--ochre-soft);opacity:.9;margin-bottom:10px}.sg-hero h1{font-family:Fraunces,serif;font-weight:600;font-size:30px;margin:0 0 6px;letter-spacing:.2px;position:relative}.sg-hero p{margin:0;font-size:14.5px;color:#cfc7e8;position:relative}.sg-hero .sg-stamp{position:absolute;right:34px;top:26px;border:1.5px solid rgba(255,255,255,.5);border-radius:50%;width:76px;height:76px;display:flex;align-items:center;justify-content:center;text-align:center;font-family:IBM Plex Mono,monospace;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:#ffffffbf;transform:rotate(8deg)}.sg-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-bottom:26px}.sg-stat-card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:16px 16px 14px;box-shadow:var(--shadow);position:relative;transition:transform .15s ease,box-shadow .15s ease}.sg-stat-card:hover{transform:translateY(-3px)}.sg-stat-card:before{content:"";position:absolute;top:14px;left:14px;width:6px;height:6px;border-radius:50%;background:var(--paper);box-shadow:0 0 0 1.5px var(--line)}.sg-stat-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;color:var(--indigo);margin-left:auto}.sg-stat-icon svg{width:16px;height:16px}.sg-stat-label{font-size:12px;color:var(--ink-soft);margin-top:10px}.sg-stat-value{font-family:IBM Plex Mono,monospace;font-size:27px;font-weight:600;color:var(--ink);margin-top:2px;letter-spacing:-.5px}.sg-panels-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:16px;margin-bottom:16px;align-items:stretch}.sg-panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px 22px 22px}.sg-panel-head{display:flex;align-items:center;gap:9px;margin-bottom:16px}.sg-panel-head .sg-dot{width:8px;height:8px;border-radius:2px;background:var(--ochre);transform:rotate(45deg);flex-shrink:0}.sg-panel-head h2{font-family:Fraunces,serif;font-size:16.5px;font-weight:600;margin:0}.sg-quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.sg-quick-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:10px;border:1px solid var(--line);background:var(--paper);font-size:13.5px;font-weight:600;color:var(--indigo-deep);cursor:pointer;transition:border-color .15s ease,background .15s ease;text-align:left;font-family:inherit}.sg-quick-btn .sg-qi{display:flex;align-items:center;gap:9px}.sg-quick-btn svg{width:16px;height:16px;color:var(--indigo);flex-shrink:0}.sg-quick-btn .sg-arrow{color:var(--ochre);font-size:15px}.sg-quick-btn:hover{border-color:var(--ochre);background:var(--ochre-soft)}.sg-quick-btn:focus-visible{outline:2px solid var(--indigo);outline-offset:2px}.sg-quick-btn.sg-wide{grid-column:1 / -1}.sg-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:18px 10px 8px;gap:14px}.sg-ras-stamp{width:98px;height:98px;border-radius:50%;border:2px solid var(--red);color:var(--red);display:flex;align-items:center;justify-content:center;transform:rotate(-9deg);font-family:IBM Plex Mono,monospace;font-weight:600;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;line-height:1.35;opacity:.85;text-align:center}.sg-empty-state p{margin:0;font-size:13.5px;color:var(--ink-soft);max-width:220px}.sg-see-all{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--indigo);border-bottom:1.5px solid var(--ochre);padding-bottom:1px;background:none;border-top:none;border-left:none;border-right:none;cursor:pointer;font-family:inherit}.sg-see-all:hover{color:var(--ochre)}.sg-occ-summary{display:flex;gap:28px;flex-wrap:wrap;padding:2px 2px 18px;border-bottom:1px dashed var(--line);margin-bottom:14px}.sg-occ-item{font-size:12px;color:var(--ink-soft)}.sg-occ-item b{display:block;font-family:IBM Plex Mono,monospace;font-size:19px;color:var(--ink);font-weight:600}table.sg-register{width:100%;border-collapse:collapse}table.sg-register thead th{text-align:left;font-family:IBM Plex Mono,monospace;font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);font-weight:600;padding:0 10px 10px}table.sg-register thead th.sg-num,table.sg-register td.sg-num{text-align:right}table.sg-register tbody tr td{padding:12px 10px;border-top:1px solid var(--line-soft);font-size:13.5px;vertical-align:middle}table.sg-register tbody tr:hover{background:var(--paper)}.sg-class-tag{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--ink)}.sg-class-tag .sg-swatch{width:8px;height:8px;border-radius:2px;background:var(--sage)}.sg-level-badge{font-family:IBM Plex Mono,monospace;font-size:11px;color:var(--ink-soft);background:var(--line-soft);padding:2px 7px;border-radius:5px}.sg-bar-track{width:120px;height:6px;border-radius:4px;background:var(--line-soft);overflow:hidden;display:inline-block;vertical-align:middle}.sg-bar-fill{height:100%;background:var(--sage);border-radius:4px}.sg-rate-cell{display:flex;align-items:center;gap:9px;justify-content:flex-end}.sg-rate-pct{font-family:IBM Plex Mono,monospace;font-size:12.5px;color:var(--ink-soft);width:32px;text-align:right}.sg-foot-note{margin-top:26px;font-size:12px;color:var(--ink-soft);display:flex;align-items:center;gap:8px}.sg-foot-note svg{width:14px;height:14px;color:var(--ochre)}@media (max-width: 1080px){.sg-stats-grid{grid-template-columns:repeat(3,1fr)}.sg-panels-grid{grid-template-columns:1fr}}@media (max-width: 780px){.sg-app{grid-template-columns:1fr}.sg-sidebar{position:relative;height:auto;flex-direction:row;overflow-x:auto;padding:14px;gap:4px}.sg-brand{display:none}.sg-nav-group{display:flex;gap:4px;margin-top:0;align-items:center}.sg-nav-label{display:none}.sg-nav-item{white-space:nowrap}.sg-sidebar-foot{display:none}.sg-main{padding:22px 18px 40px}.sg-stats-grid{grid-template-columns:repeat(2,1fr)}}
