:root{--gh-surface-page:#f4f5f7;--gh-surface-card:#fff;--gh-surface-alt:#f8fafc;--gh-surface-sidebar:#0f1c2e;--gh-surface-sidebar-hover:#1c2c44;--gh-ink-primary:#0f172a;--gh-ink-muted:#475569;--gh-ink-dim:#94a3b8;--gh-ink-on-dark:#f1f5f9;--gh-border:#e2e8f0;--gh-border-strong:#cbd5e1;--gh-accent:#0f5d8e;--gh-accent-soft:#e0f2fe;--gh-accent-dark:#0c4a6e;--gh-success:#15803d;--gh-success-soft:#dcfce7;--gh-warning:#b45309;--gh-warning-soft:#fef3c7;--gh-danger:#b91c1c;--gh-danger-soft:#fee2e2;--gh-info:#0369a1;--gh-info-soft:#e0f2fe;--gh-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--gh-shadow-card:0 1px 2px rgba(15,23,42,.04),0 1px 3px rgba(15,23,42,.06);--gh-shadow-elevated:0 4px 6px rgba(15,23,42,.05),0 2px 4px rgba(15,23,42,.06);--gh-nav-width:220px}body,html{margin:0;padding:0;font-family:var(--gh-font);font-size:14px;color:var(--gh-ink-primary);background:var(--gh-surface-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,:after,:before{box-sizing:border-box}a{color:var(--gh-accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}@media (max-width:600px){input,select,textarea{font-size:16px}}