:root{color:#182230;font-synthesis:none;text-rendering:optimizelegibility;background:#f7f9fc;font-family:system-ui,sans-serif}*{box-sizing:border-box}body{background:var(--background,#f7f9fc);min-width:320px;color:var(--foreground,#182230);margin:0}button,input,select{font:inherit}button{cursor:pointer}button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb, var(--accent,#2f80ed) 35%, white);outline-offset:2px}.app-shell{min-height:100vh;font-family:var(--body-font)}.topbar{background:#fff;border-bottom:1px solid #e3e9f0;justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding:0 4vw;display:flex}.wordmark{color:var(--primary,#17324d);font-family:var(--heading-font);background:0 0;border:0;align-items:center;gap:.65rem;padding:0;font-size:1rem;font-weight:760;display:flex}.wordmark-icon,.brand-mark{background:var(--primary,#17324d);color:#fff;letter-spacing:.05em;border-radius:10px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.72rem;font-weight:800;display:inline-flex}.topnav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.nav-link,.text-button,.back-link{color:#5b6a7c;background:0 0;border:0;padding:.4rem .5rem}.nav-link:hover,.nav-link.active,.text-button:hover,.back-link:hover{color:var(--primary,#17324d)}.nav-link.active{font-weight:700}.user-chip{color:#536174;text-overflow:ellipsis;white-space:nowrap;background:#f1f5f9;border-radius:999px;max-width:230px;padding:.45rem .7rem;font-size:.78rem;overflow:hidden}.page{max-width:1180px;margin:0 auto;padding:2rem 4vw 5rem}.content-grid{gap:1.25rem;display:grid}.content-grid.narrow{max-width:760px}.hero-card,.detail-header,.placeholder-card,.form-panel,.info-list{background:#fff;border:1px solid #e3e9f0;border-radius:16px;padding:clamp(1.2rem,3vw,2rem)}.hero-card,.detail-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}h1,h2{color:var(--primary,#17324d);font-family:var(--heading-font);letter-spacing:-.025em;margin:.2rem 0 .5rem}h1{font-size:clamp(1.65rem,4vw,2.5rem)}h2{font-size:1.25rem}.eyebrow,.card-kicker{color:var(--accent,#2f80ed);letter-spacing:.11em;text-transform:uppercase;margin:0;font-size:.7rem;font-weight:800}.muted{color:#68778a;line-height:1.55}.fine-print{color:#8290a0;font-size:.78rem;line-height:1.45}.primary-button,.secondary-button,.danger-button,.icon-button{border-radius:9px;padding:.62rem .85rem;font-weight:700;transition:background .15s,border-color .15s}.primary-button{background:var(--primary,#17324d);border:1px solid var(--primary,#17324d);color:#fff}.primary-button:hover{background:#10263b}.secondary-button{color:var(--primary,#17324d);background:#fff;border:1px solid #bdcbd9}.secondary-button:hover{border-color:var(--accent,#2f80ed);background:#f2f6fa}.danger-button{color:#a53b32;background:#fff6f5;border:1px solid #e7a49d}.icon-button{color:#68778a;background:0 0;border:1px solid #d6e0e9;padding:.4rem .6rem;font-size:.8rem}button:disabled{cursor:wait;opacity:.6}.section-block{gap:.9rem;display:grid}.section-heading{justify-content:space-between;align-items:center;display:flex}.section-heading h2{margin-bottom:0}.count-badge,.role-pill,.status-badge{color:#526477;background:#edf3f8;border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:750;display:inline-block}.role-pill{color:var(--primary,#17324d);background:#e7f0fb}.status-active{color:#217344;background:#e8f6ee}.status-archived,.status-suspended{color:#86552e;background:#f6eee7}.card-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.8rem;display:grid}.resource-card{color:var(--primary,#17324d);text-align:left;background:#fff;border:1px solid #e1e8f0;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:120px;padding:1rem;display:flex}.resource-card:hover{border-color:var(--accent,#2f80ed);transform:translateY(-1px);box-shadow:0 8px 22px #17324d12}.resource-card strong{margin-top:.35rem;font-size:1.05rem}.stack,.resource-form{gap:1rem;display:grid}label{color:#526477;gap:.4rem;font-size:.82rem;font-weight:700;display:grid}input,select{color:#182230;background:#fff;border:1px solid #bdcbd9;border-radius:8px;width:100%;min-height:40px;padding:.55rem .65rem}.inline-form,.member-add-form{background:#fbfcfe;border:1px solid #e3e9f0;border-radius:12px;flex-wrap:wrap;align-items:end;gap:.75rem;padding:1rem;display:flex}.grow{flex:240px}.form-panel{gap:1rem;display:grid}.form-panel h2{margin:0}.disabled-options{color:#8290a0;flex-wrap:wrap;gap:.55rem;font-size:.8rem;display:flex}.disabled-options span{background:#f2f5f8;border:1px dashed #c9d3dd;border-radius:999px;padding:.35rem .55rem}.member-list{background:#fff;border:1px solid #e3e9f0;border-radius:12px;overflow:hidden}.member-row{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.member-row:last-child{border-bottom:0}.member-row strong{font-size:.9rem;display:block}.member-id{color:#8b98a6;overflow-wrap:anywhere;margin-top:.25rem;font-family:ui-monospace,monospace;font-size:.68rem;display:block}.member-actions{align-items:center;gap:.5rem;display:flex}.member-actions select{width:auto;min-height:34px}.empty-state{background:#fbfcfe;border:1px dashed #cbd6e1;border-radius:12px;gap:.3rem;padding:1.2rem;display:grid}.placeholder-card{border-left:4px solid var(--accent,#2f80ed)}.section-actions{text-align:right;margin-top:-2.8rem}.inline-error,.form-error{color:#9e3930;background:#fff5f4;border:1px solid #edc1bc;border-radius:8px;margin:0;padding:.65rem .8rem;font-size:.85rem}.info-list{gap:0;display:grid}.info-row{border-bottom:1px solid #edf1f5;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 0;display:flex}.info-row:last-of-type{border-bottom:0}.auth-layout{background:#edf3f8;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.auth-card{background:#fff;border:1px solid #e1e8f0;border-radius:18px;width:100%;max-width:430px;padding:clamp(1.5rem,5vw,2.4rem);box-shadow:0 18px 50px #17324d14}.auth-card .brand-mark{width:42px;height:42px;margin-bottom:1.25rem}.centered-message{justify-content:center;align-items:center;min-height:100vh;display:flex}@media (width<=700px){.topbar{flex-direction:column;align-items:flex-start;padding:1rem 4vw}.topnav{justify-content:flex-start;width:100%}.hero-card,.detail-header,.inline-form,.member-add-form,.member-row{flex-direction:column;align-items:stretch}.section-actions{text-align:left;margin-top:0}.member-actions{justify-content:space-between}}
