:root{color:#dbe2ea;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--surface:#131d27;--surface-border:#263241;--surface-muted:#182430;--text-muted:#8ea2b5;--accent:#5cc8ff;--accent-strong:#2fa7e3;--danger:#ff6b6b;--success-bg:#153728;--warning-bg:#3d3015;--draft-bg:#1d2e3e;--deprecated-bg:#392b1d;--retired-bg:#3b1f28;background:#0f1720;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100%}body{background:radial-gradient(circle at 0 0,#5cc8ff24,#0000 32%),#0f1720;margin:0}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,h4,p,ul,dl,pre{margin:0}#root{min-height:100vh}.app-shell{grid-template-columns:18rem minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--surface-border);background:#131d27eb;flex-direction:column;justify-content:space-between;gap:2rem;height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0}.sidebar__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;font-weight:700}.sidebar__title{margin-top:.5rem;font-size:2rem}.sidebar__description,.page-header__description,.muted,.section-description,.empty-state{color:var(--text-muted)}.sidebar__nav{gap:.65rem;display:grid}.nav-link{color:#c6d3df;background:0 0;border:1px solid #0000;border-radius:.85rem;padding:.85rem 1rem;transition:border-color .15s,background-color .15s,color .15s}.nav-link:hover,.nav-link--active{color:#fff;background:#5cc8ff1a;border-color:#5cc8ff47}.sidebar__footer{gap:.5rem;display:grid}.sidebar__user{font-weight:600}.content{padding:2rem}.page{gap:1.5rem;display:grid}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-header h1{margin-bottom:.5rem;font-size:2rem}.page-header__toolbar{gap:.75rem;display:flex}.page-content{gap:1.5rem;display:grid}.panel,.auth-card,.resource-card{border:1px solid var(--surface-border);background:#131d27e0;border-radius:1rem;box-shadow:0 24px 60px #00000029}.panel{gap:1rem;padding:1.5rem;display:grid}.section-heading{font-size:1.15rem}.form,.resource-list{gap:1rem;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-grid--stacked{grid-template-columns:1fr}.field{gap:.45rem;display:grid}.field--full{grid-column:1/-1}.field span{color:#c4d4e2;font-size:.9rem}.field input,.field textarea,.field select{border:1px solid var(--surface-border);background:var(--surface-muted);color:#f8fbff;border-radius:.8rem;width:100%;padding:.75rem .85rem}.field textarea{resize:vertical;min-height:6rem}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--accent);outline:2px solid #5cc8ff33}.form-actions,.card-actions{flex-wrap:wrap;gap:.75rem;display:flex}.primary-button,.secondary-button,.danger-button{border:1px solid #0000;border-radius:999px;padding:.7rem 1rem;transition:transform .15s,background-color .15s,border-color .15s}.primary-button:hover,.secondary-button:hover,.danger-button:hover{transform:translateY(-1px)}.primary-button{color:#08212f;background:var(--accent)}.primary-button:hover{background:#7fd6ff}.secondary-button{color:#eff8ff;border-color:var(--surface-border);background:0 0}.secondary-button:hover{background:#ffffff0a}.danger-button{color:#fff;background:0 0;border-color:#ff6b6b66}.danger-button:hover{background:#ff6b6b1f}.resource-card{gap:1rem;padding:1.25rem;display:grid}.resource-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.resource-card__header h3{margin-bottom:.25rem}.resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.status-badge,.table-chip{text-transform:capitalize;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .75rem;font-size:.85rem;display:inline-flex}.status-badge--draft{background:var(--draft-bg);border-color:#5cc8ff33}.status-badge--published{background:var(--success-bg);border-color:#44d07a2e}.status-badge--deprecated{background:var(--warning-bg);border-color:#ffb84d33}.status-badge--retired{background:var(--retired-bg);border-color:#ff6b6b33}.table-chip{background:#ffffff0f;border-color:#ffffff1f}.token-list{flex-wrap:wrap;gap:.5rem;padding:0;list-style:none;display:flex}.token-item{word-break:break-word;background:#5cc8ff14;border:1px solid #5cc8ff26;border-radius:999px;padding:.35rem .7rem}.code-block{background:#0d141c;border:1px solid #ffffff0f;border-radius:.85rem;padding:.9rem;font-size:.83rem;overflow-x:auto}.details-list{grid-template-columns:auto 1fr;gap:.45rem .75rem;display:grid}.details-list dt{color:var(--text-muted)}.inline-error{color:#ffb2b2;background:#ff6b6b1f;border:1px solid #ff6b6b38;border-radius:.85rem;padding:.75rem .9rem}.empty-state{padding:1rem 0}.fullscreen-state{place-items:center;min-height:100vh;padding:2rem;display:grid}.auth-card{gap:1rem;width:min(32rem,100%);padding:2rem;display:grid}.auth-card__actions{gap:.75rem;display:flex}.page-flash{margin-bottom:1rem}@media (width<=1080px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--surface-border);height:auto;position:static}}@media (width<=720px){.content,.sidebar{padding:1.25rem}.page-header,.resource-card__header{flex-direction:column}.form-grid,.resource-grid{grid-template-columns:1fr}}
