:root{color-scheme:light dark;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;background:#0b1020;color:#f4f7fb}a{color:inherit}.page{max-width:1100px;margin:0 auto;padding:48px 24px}.hero{grid-gap:16px}.cards,.hero{display:grid;gap:16px}.cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;margin-top:32px}.card,.list-card,.panel{padding:20px;border-radius:14px;background:#151c31;border:1px solid #27314f}.button{display:inline-block;background:#4f8cff;color:white;text-decoration:none;padding:12px 18px;border-radius:10px;font-weight:600;margin-right:12px;border:0;cursor:pointer}.button-secondary{background:#27314f}.muted{color:#b8c2db}.dashboard-page{display:grid;grid-gap:20px;gap:20px}.auth-page{min-height:100vh;display:grid;place-items:center}.auth-card{width:min(460px,100%);display:grid;grid-gap:16px;gap:16px;padding:28px;border-radius:18px;background:#151c31;border:1px solid #27314f}.auth-form,.field{display:grid;grid-gap:10px;gap:10px}.mutations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:14px;gap:14px}.checkbox-row{display:flex;align-items:center;gap:8px;font-size:.95rem}.dashboard-hero{grid-template-columns:1.4fr 1fr;align-items:start}.hero-meta{display:grid;grid-gap:10px;gap:10px}.pill{padding:10px 12px;border-radius:999px;background:#101726;border:1px solid #27314f;color:#d4ddf4}.notice{padding:14px 16px;border-radius:12px;background:#123257;border:1px solid #2d70b3}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-grid,.panel{display:grid;grid-gap:16px;gap:16px}.panel-span-2{grid-column:span 2}.panel-header h2{margin:0 0 6px}.panel-header p{margin:0}.inline-form,.stack-forms,.toolbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.stack-forms{flex-direction:column;align-items:stretch}.inline-form{background:#101726;border:1px solid #27314f;border-radius:12px;padding:12px}.input,.select{min-height:42px;padding:10px 12px;border-radius:10px;border:1px solid #314266;background:#0f1523;color:#f4f7fb}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:12px 10px;border-bottom:1px solid #27314f;vertical-align:top}.table-row-active td{background:rgba(79,140,255,.12)}.table-row-active td:first-child{box-shadow:inset 3px 0 0 #4f8cff}.stack-list{display:grid;grid-gap:10px;gap:10px;list-style:none;padding:0;margin:0}.list-card{display:grid;grid-gap:4px;gap:4px;text-decoration:none;padding:12px 14px;border:1px solid #27314f;border-radius:12px;background:rgba(17,24,43,.78)}.list-card-active{border-color:#4f8cff;box-shadow:inset 0 0 0 1px #4f8cff;background:rgba(79,140,255,.12)}.selection-indicator{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:999px;border:1px solid #4f8cff;background:rgba(79,140,255,.14);color:#b7d4ff;font-size:.74rem;font-weight:600}.pager{display:flex;justify-content:space-between;gap:12px;align-items:center}.pager-actions{display:flex;gap:10px}.portal-shell{display:grid;grid-gap:12px;gap:12px;margin-bottom:24px;padding:16px 18px;border-radius:16px;background:#11182b;border:1px solid #27314f}.portal-shell__actions,.portal-shell__nav,.portal-shell__session,.portal-shell__topbar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.portal-shell__session,.portal-shell__topbar{justify-content:space-between}.portal-shell__brand{font-weight:700;text-decoration:none}.portal-shell__session{flex:1 1}.portal-shell__session span,.portal-shell__session strong{display:block}.portal-shell__nav{gap:8px}.portal-shell__context{display:grid;grid-gap:12px;gap:12px;padding-top:4px}.portal-shell__breadcrumbs,.portal-shell__context-main,.portal-shell__crumb-wrap,.portal-shell__highlights{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.portal-shell__context-main{justify-content:space-between}.portal-shell__context-copy{display:grid;grid-gap:6px;gap:6px}.portal-shell__highlights{gap:10px}.portal-shell__highlight{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid #27314f;background:#0f1523;color:#dbe5ff}.portal-shell__highlight--success{border-color:#2f7a55;background:rgba(47,122,85,.18)}.portal-shell__highlight--warning{border-color:#8d6a2e;background:rgba(141,106,46,.18)}.portal-shell__highlight-label{color:#9fb0d1;font-size:.85rem}.portal-shell__crumb{text-decoration:none;color:#dbe5ff}.portal-shell__crumb-separator{color:#8090b3}.portal-shell__link{padding:9px 12px;border-radius:999px;background:#0f1523;border:1px solid #27314f;text-decoration:none;color:#dbe5ff}.portal-shell__link--active{background:#4f8cff;border-color:#4f8cff;color:#ffffff}.portal-shell__link--disabled{opacity:.55}@media (max-width:960px){.dashboard-grid,.dashboard-hero{grid-template-columns:1fr}.panel-span-2{grid-column:span 1}.pager,.portal-shell__context-main,.portal-shell__session,.portal-shell__topbar{flex-direction:column;align-items:flex-start}}