@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";:root{font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;min-width:320px}:root{--gh-bg: #f6f8fa;--gh-surface: #ffffff;--gh-border: #d0d7de;--gh-border-muted: #eaeef2;--gh-fg: #1f2328;--gh-fg-muted: #57606a;--gh-accent: #2da44e;--gh-accent-hover: #2c974b;--gh-accent-strong: #0969da;--gh-danger: #cf222e;--gh-shadow: 0 8px 24px rgba(31, 35, 40, .08)}#app{min-height:100vh;color:var(--gh-fg);background-color:var(--gh-bg)}.portal-shell,.login-shell{min-height:100vh}.portal-shell{background-image:linear-gradient(transparent 23px,#d0d7de59 24px),linear-gradient(90deg,transparent 23px,rgba(208,215,222,.35) 24px);background-size:24px 24px}.portal-layout{min-height:100vh;display:grid;grid-template-columns:320px 1fr}.portal-sidebar{background:#f3f4f6;border-right:1px solid var(--gh-border);padding:1rem .9rem;display:grid;grid-template-rows:auto 1fr auto;gap:1rem;position:sticky;top:0;height:100vh}.sidebar-label,.eyebrow{margin:0;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:var(--gh-fg-muted)}.project-switcher-wrap{display:grid;gap:.5rem}.project-switcher{width:100%;border:1px solid var(--gh-border);border-radius:.5rem;padding:.6rem .72rem;display:flex;justify-content:space-between;align-items:center;background:var(--gh-surface);color:var(--gh-fg);font-weight:600}.project-switcher-select{width:100%;border:0;background:transparent;color:var(--gh-fg);font:inherit;font-weight:600;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:1rem}.project-switcher-select:focus{outline:none}.project-switcher-arrow{color:var(--gh-fg-muted);font-size:.86rem}.nav-links{display:grid;align-content:start;gap:.42rem}.nav-link{display:block;border:1px solid transparent;border-radius:.45rem;padding:.45rem .65rem;color:var(--gh-fg);text-decoration:none;font-size:.93rem;font-weight:500}.nav-link:hover{background:#eaedf0}.nav-link.active{background:#ddf4ff;border-color:#54aeff66;color:#0550ae}.sidebar-account{border-top:1px solid var(--gh-border);padding-top:.9rem;display:grid;gap:.36rem}.account-name{margin:0;font-size:.95rem;font-weight:600}.account-email{margin:0;color:var(--gh-fg-muted);font-size:.86rem;overflow-wrap:anywhere}.portal-main{padding:1.35rem;align-content:start}.content-stack{display:grid;gap:1rem}.global-topbar{border:1px solid var(--gh-border);background:#24292f;color:#f0f6fc;border-radius:.6rem;padding:.62rem .84rem;display:flex;justify-content:space-between;align-items:center;gap:.6rem}.global-topbar-left,.global-topbar-right{display:flex;align-items:center;gap:.45rem}.topbar-brand{font-size:.9rem}.topbar-divider,.topbar-project,.topbar-admin{font-size:.84rem;color:#c9d1d9}.portal-header{animation:rise .26s ease-out}.portal-header h1{margin:.3rem 0 0;font-size:clamp(1.4rem,3vw,2rem)}.lead,.meta,.hint{margin:.38rem 0 0;color:var(--gh-fg-muted)}.card{border:1px solid var(--gh-border);border-radius:.75rem;background:var(--gh-surface);padding:1rem;box-shadow:var(--gh-shadow)}.card h2{margin-top:0;margin-bottom:.7rem}.form-grid{display:grid;gap:.72rem}.form-grid label{display:grid;gap:.35rem;font-size:.88rem;font-weight:600}input{border:1px solid var(--gh-border);border-radius:.4rem;padding:.56rem .66rem;font:inherit;color:var(--gh-fg);background:var(--gh-surface)}input:focus{outline:2px solid #0969da59;border-color:#0969da66}button{border:1px solid transparent;border-radius:.4rem;padding:.5rem .82rem;font:inherit;font-weight:600;background:var(--gh-accent);color:#fff;cursor:pointer}button:hover{background:var(--gh-accent-hover)}button.secondary{background:#f6f8fa;border-color:var(--gh-border);color:var(--gh-fg)}button.secondary:hover{background:#eef1f4}button:disabled{opacity:.7;cursor:not-allowed}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:.6rem}.toolbar-actions{display:flex;gap:.5rem;flex-wrap:wrap}.notice{border-radius:.58rem;padding:.7rem .82rem;margin:0;border:1px solid transparent;font-weight:600}.notice.success{background:#dafbe1;border-color:#1a7f372e;color:#1a7f37}.notice.error{background:#ffebe9;border-color:#cf222e3d;color:var(--gh-danger)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:.56rem;border-bottom:1px solid var(--gh-border-muted);text-align:left;white-space:nowrap}th{color:var(--gh-fg-muted);font-size:.84rem;font-weight:600}.login-shell{display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 0% 0%,#d8eafe 0,#d8eafe00 42%),radial-gradient(circle at 100% 100%,#e7f6df 0,#e7f6df00 45%),var(--gh-bg)}.login-content{width:min(980px,100%);display:grid;gap:.85rem}.login-page{margin:0;min-height:72vh;display:grid;gap:1.2rem;grid-template-columns:1.1fr .9fr;align-items:center;animation:rise .26s ease-out}.login-copy h1{margin:.4rem 0 0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.12}.login-form{align-self:start;border:1px solid var(--gh-border-muted);border-radius:.65rem;padding:1rem;background:#f6f8fa}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.portal-layout{grid-template-columns:1fr}.portal-sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--gh-border)}.login-page{min-height:auto;grid-template-columns:1fr}}@media(max-width:640px){.portal-main{padding:1rem}.global-topbar,.toolbar{flex-direction:column;align-items:flex-start}.toolbar-actions{width:100%}.toolbar-actions button{flex:1}}
