:root{color:#111827;--bg:#f4f7fb;--bg-accent:#2563eb1a;--surface:#ffffffeb;--surface-subtle:#f8fafc;--surface-strong:#fff;--text:#111827;--muted:#6b7280;--border:#94a3b83d;--border-strong:#2563eb33;--primary:#111827;--primary-contrast:#fff;--field-bg:#fff;--field-border:#d1d5db;--button-muted-bg:#fff;--button-muted-text:#111827;--button-muted-border:#d1d5db;--shell-surface:linear-gradient(180deg, #14254f 0%, #0f1d3f 100%);--shell-surface-strong:#16254feb;--shell-border:#94a3b833;--shell-text:#eff6ff;--shell-muted:#e2e8f0c2;--shell-active:#ffffff1f;--shell-accent:#5b8cff;--shadow:0 24px 60px #0f172a24;--error-bg:#fef2f2;--error-border:#fecaca;--error-text:#991b1b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f7fb;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}:root[data-theme=dark]{color:#e5eefb;--bg:#0f172a;--bg-accent:#3b82f62e;--surface:#0f172aeb;--surface-subtle:#1e293beb;--surface-strong:#111827;--text:#e5eefb;--muted:#94a3b8;--border:#94a3b833;--border-strong:#60a5fa59;--primary:#eff6ff;--primary-contrast:#0f172a;--field-bg:#0f172ae0;--field-border:#94a3b83d;--button-muted-bg:#0f172ab8;--button-muted-text:#e5eefb;--button-muted-border:#94a3b83d;--shell-surface:linear-gradient(180deg, #101d42 0%, #091227 100%);--shell-surface-strong:#081127eb;--shell-border:#94a3b82e;--shell-text:#eff6ff;--shell-muted:#e2e8f0b3;--shell-active:#ffffff14;--shell-accent:#6d9dff;--shadow:0 24px 60px #02061766;--error-bg:#7f1d1d52;--error-border:#f8717152;--error-text:#fecaca;background:#0f172a}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0;overflow:hidden}button,a,input{font:inherit}a{color:inherit;text-decoration:none}code{font-family:Cascadia Code,Consolas,monospace;font-size:.9rem}.state-screen,.auth-shell{place-items:center;min-height:100vh;padding:2rem 1.5rem;display:grid}.auth-shell{background:radial-gradient(circle at top, var(--bg-accent), transparent 35%), var(--bg);position:relative;overflow:hidden}.auth-shell__hero{opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;width:min(24rem,40vw);position:absolute;top:2rem;right:max(2rem,10vw)}.auth-card{border:1px solid var(--border);background:var(--surface);width:min(100%,36rem);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:1;border-radius:1.25rem;gap:1.25rem;padding:1.75rem;display:grid;position:relative}.auth-card__header{gap:1rem;display:grid}.auth-card__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.auth-brand{align-items:center;gap:1rem;display:flex}.auth-brand__logo{object-fit:contain;flex-shrink:0;width:4rem;height:4rem}.auth-card__meta{justify-items:end;gap:.75rem;display:grid}.preferences-toolbar{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.auth-card__actions{gap:.75rem;display:flex}.form{gap:1rem;display:grid}.field{gap:.45rem;display:grid}.field span{color:var(--muted);font-size:.95rem}.input{border:1px solid var(--field-border);background:var(--field-bg);width:100%;color:var(--text);border-radius:.75rem;padding:.8rem .9rem}.input:focus{outline-offset:1px;outline:2px solid #2563eb40}.banner{border:1px solid #0000;border-radius:.75rem;margin:0;padding:.8rem .9rem}.banner--error{color:var(--error-text);border-color:var(--error-border);background:var(--error-bg)}.banner--info{color:var(--text);border-color:var(--border);background:var(--surface-subtle)}.version-badge{border:1px solid var(--border-strong);background:var(--surface-subtle);color:var(--muted);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .7rem;font-size:.85rem;font-weight:600;display:inline-flex}.app-shell{grid-template-columns:18rem minmax(0,1fr);height:100vh;display:grid;overflow:hidden}.app-shell__main{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.sidebar{border-right:1px solid var(--shell-border);background:var(--shell-surface);height:100vh;color:var(--shell-text);scrollbar-gutter:stable;flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex;overflow:hidden auto}.sidebar__brand{justify-content:space-between;align-items:center;gap:1rem;display:flex}.sidebar__brandmark{align-items:center;gap:.9rem;width:100%;min-width:0;display:flex}.sidebar__logo{object-fit:contain;flex-shrink:0;width:2.85rem;height:2.85rem}.sidebar__brandtext{gap:.1rem;min-width:0;display:grid}.sidebar__brandtext strong,.sidebar__brandtext span{white-space:nowrap;text-overflow:ellipsis;display:block;overflow:hidden}.sidebar__brandtext span{color:var(--shell-muted);font-size:.9rem}.sidebar__nav{flex:1;align-content:start;gap:1.1rem;min-height:0;display:grid}.nav-link{color:var(--shell-muted);border:1px solid #0000;border-radius:.75rem;align-items:center;gap:.75rem;min-width:0;padding:.65rem .75rem;display:flex}.nav-link:hover,.nav-link--active{border-color:var(--shell-border);background:var(--shell-active);color:var(--shell-text)}.nav-link--nested{margin-left:.5rem;padding-left:.85rem}.nav-link__icon{flex-shrink:0}.nav-link span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.nav-section{gap:.5rem;display:grid}.nav-section__title{color:var(--shell-accent);letter-spacing:.08em;text-align:left;text-transform:uppercase;font-size:.82rem;font-weight:700;display:block}.nav-section__toggle{cursor:pointer;background:0 0;border:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;width:100%;min-width:0;padding:0;display:grid}.nav-section__chevron{color:var(--shell-muted);flex-shrink:0;margin-left:auto;transition:transform .2s}.nav-section__chevron--expanded{transform:rotate(90deg)}.nav-section__items-shell{opacity:1;grid-template-rows:1fr;transition:grid-template-rows .24s,opacity .2s;display:grid}.nav-section__items-shell--collapsed{opacity:.72;grid-template-rows:0fr}.nav-section__items{gap:.35rem;min-height:0;display:grid;overflow:hidden}.nav-section--secondary{gap:.35rem}.content{min-height:0;padding:1.5rem;overflow:auto}.topbar{z-index:10;background:var(--bg);border-bottom:0;padding:1rem 1.5rem 0}.topbar__surface{border:1px solid var(--shell-border);background:var(--shell-surface);box-shadow:var(--shadow);border-radius:1.25rem;justify-content:flex-end;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;display:flex;position:relative;overflow:hidden}.topbar__hero{opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none;width:7.5rem;position:absolute;top:50%;right:1.5rem;transform:translateY(-50%)}.topbar__actions{z-index:1;flex-wrap:wrap;justify-content:flex-end;align-items:stretch;gap:.75rem;margin-left:auto;display:flex;position:relative}.topbar__account{text-align:left;gap:.1rem;min-width:0;display:grid}.topbar__account strong,.topbar__account span{white-space:nowrap}.topbar__account strong{color:var(--shell-text);font-size:.82rem;line-height:1.1}.topbar__account span{color:var(--shell-muted);font-size:.7rem;line-height:1.1}.topbar__user-card{border:1px solid var(--shell-border);height:2.5rem;min-height:2.5rem;color:var(--shell-text);cursor:pointer;background:#ffffff0f;border-radius:.95rem;align-items:center;gap:.75rem;padding:.4rem .75rem;display:flex}.topbar__user-card:hover{background:var(--shell-active)}.topbar__user-card-icon{color:var(--shell-accent);flex-shrink:0}.topbar__user-card-chevron{color:var(--shell-muted);flex-shrink:0;transform:rotate(90deg)}.page{gap:1rem;display:grid}.home-hero{border:1px solid var(--border-strong);background:radial-gradient(circle at top right, #3b82f624, transparent 36%), linear-gradient(135deg, var(--surface-strong), var(--surface));border-radius:1.25rem;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.4rem 1.5rem;display:flex;position:relative;overflow:hidden}.home-hero__content{z-index:1;gap:.5rem;max-width:34rem;display:grid;position:relative}.home-hero__content h2{margin:0;font-size:clamp(1.5rem,2vw,1.9rem)}.home-hero__content p:not(.eyebrow){color:var(--muted);margin:0}.home-hero__image{opacity:.18;-webkit-user-select:none;user-select:none;pointer-events:none;flex-shrink:0;width:min(10rem,24vw)}.page-header{display:block}.page-header h1,.auth-card h1{margin:0;font-size:clamp(1.6rem,2.2vw,2rem)}.page-description{color:var(--muted);max-width:48rem;margin:.5rem 0 0}.page-panel{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1rem 1.15rem}.page-panel strong,.page-panel p{display:block}.page-panel p{color:var(--muted);margin:.35rem 0 0}.resource-summary{grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem;display:grid}.resource-summary-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;gap:.35rem;padding:1rem 1.1rem;display:grid}.resource-summary-card span{color:var(--muted);font-size:.85rem}.resource-summary-card strong{font-size:1.3rem}.resource-layout{grid-template-columns:minmax(0,1.4fr) minmax(20rem,.9fr);gap:1rem;display:grid}.resource-column{min-width:0}.resource-panel{gap:1rem;display:grid}.resource-toolbar,.resource-toolbar__actions,.resource-actions,.resource-pagination,.resource-form__actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.resource-toolbar{justify-content:space-between}.resource-stack{gap:.9rem;display:grid}.resource-card{border:1px solid var(--border);background:var(--surface-subtle);border-radius:1rem;gap:.9rem;padding:1rem;display:grid}.resource-card__header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.resource-card__header h2{margin:0;font-size:1.05rem}.resource-card__header p,.resource-empty{color:var(--muted);margin:0}.resource-facts{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.75rem;margin:0;display:grid}.resource-facts__item{gap:.2rem;display:grid}.resource-facts__item dt{color:var(--muted);font-size:.82rem}.resource-facts__item dd{margin:0;font-weight:600}.status-pill{border:1px solid var(--border);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.status-pill--success{color:#166534;background:#dcfce7;border-color:#86efac}.status-pill--warning{color:#9a3412;background:#ffedd5;border-color:#fdba74}.status-pill--danger{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.status-pill--neutral{color:var(--text);background:var(--surface)}.form-grid,.resource-filter-grid{grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:1rem;display:grid}.input--textarea{resize:vertical;min-height:7rem;font:inherit}.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.6rem;display:grid}.checkbox-row{color:var(--text);align-items:center;gap:.55rem;display:inline-flex}.checkbox-row input{width:1rem;height:1rem}.resource-pagination{justify-content:space-between}.eyebrow{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem;font-weight:600}.button,.ghost-button{cursor:pointer;border:1px solid #0000;border-radius:.75rem;transition:opacity .2s}.button{padding:.75rem 1rem;font-weight:600}.button:disabled{opacity:.6;cursor:not-allowed}.button--primary{background:var(--primary);color:var(--primary-contrast)}.button--secondary,.ghost-button{background:var(--button-muted-bg);border-color:var(--button-muted-border);color:var(--button-muted-text)}.ghost-button{padding:.55rem .75rem}@media (width<=1024px){.app-shell{grid-template-columns:16rem minmax(0,1fr)}.auth-card{padding:1.25rem}.auth-card__top{flex-direction:column;align-items:flex-start}.auth-card__meta{justify-items:flex-start}.topbar{padding:1rem 1rem 0}.topbar__surface,.home-hero{flex-direction:column;align-items:flex-start}.topbar__actions{justify-content:flex-start;width:100%}.topbar__hero{width:6rem;right:-1rem}.home-hero__image{align-self:flex-end;width:6rem}.resource-layout{grid-template-columns:1fr}}
