@layer reset{*,:before,:after{box-sizing:border-box}html{color:var(--ink);background:var(--canvas);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-height:100vh;margin:0}button,input,select,textarea{font:inherit}a{color:var(--brand-strong)}}@layer tokens{:root{--brand:#176b68;--brand-strong:#0e514f;--brand-soft:#e8f5f3;--ink:#152322;--muted:#5c6d6b;--surface:#fff;--canvas:#f3f6f5;--line:#dce5e3;--focus:#0b64d8;--positive:#08765d;--attention:#9a5b00;--attention-bg:#fff4d8;--danger:#a33232;--danger-bg:#fff0ef;--neutral:#536a78;--radius:18px;--shadow:0 14px 40px #17363314;--sidebar:250px}}@layer base{h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.035em;font-size:clamp(2rem,4vw,3.2rem);line-height:1.05}h2{font-size:1.3rem;line-height:1.25}p{line-height:1.65}button,.button{border:1px solid var(--line);background:var(--surface);min-height:44px;color:var(--ink);cursor:pointer;border-radius:11px;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1rem;font-weight:700;text-decoration:none;display:inline-flex}button:hover,.button:hover{border-color:var(--brand)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid var(--focus);outline-offset:3px}button:disabled{opacity:.55;cursor:not-allowed}.primary{background:var(--brand);border-color:var(--brand);color:#fff}.primary:hover{background:var(--brand-strong)}.danger{color:var(--danger);background:var(--danger-bg);border-color:#e8b9b5}.muted{color:var(--muted);font-size:.9rem}.eyebrow{text-transform:uppercase;letter-spacing:.13em;color:var(--brand-strong);margin-bottom:.45rem;font-size:.72rem;font-weight:800}}@layer components{.skip-link{z-index:100;background:var(--ink);color:#fff;border-radius:8px;padding:.75rem 1rem;position:fixed;top:1rem;left:1rem;transform:translateY(-180%)}.skip-link:focus{transform:none}.portal{grid-template-columns:var(--sidebar) 1fr;min-height:100vh;display:grid}.sidebar{color:#f4fbfa;background:#102a28;flex-direction:column;gap:1rem;height:100vh;padding:1.5rem;display:flex;position:sticky;top:0}.sidebar>div:nth-child(2){flex-direction:column;display:flex}.sidebar small{color:#a7c6c3;margin-top:.25rem}.brand-mark{color:#fff;letter-spacing:-.05em;background:linear-gradient(145deg,#64c4b8,#176b68);border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.brand-mark.large{width:64px;height:64px;margin-bottom:1rem;font-size:1.25rem}.sidebar nav{margin-top:1rem}.sidebar ul{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.sidebar nav a{color:#d9eeeb;border-radius:9px;padding:.7rem .8rem;text-decoration:none;display:block}.sidebar nav a:hover{color:#fff;background:#183b38}.sidebar footer{color:#8fb2ae;margin-top:auto;font-size:.75rem;line-height:1.5}.workspace{min-width:0}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);z-index:10;background:#ffffffe6;justify-content:space-between;align-items:center;height:78px;padding:0 clamp(1rem,4vw,3rem);display:flex;position:sticky;top:0}.topbar>div:first-child{flex-direction:column;display:flex}.top-meta{align-items:center;gap:.55rem;display:flex}.role,.fixture{letter-spacing:.06em;border-radius:999px;padding:.45rem .65rem;font-size:.72rem;font-weight:800}.role{background:var(--brand-soft);color:var(--brand-strong)}.fixture{background:var(--attention-bg);color:var(--attention)}.link-button{color:var(--brand-strong);background:0 0;border:0;padding:.4rem}.workspace main{max-width:1440px;margin:auto;padding:clamp(1.2rem,4vw,3rem)}.fixture-banner{background:var(--attention-bg);color:#674000;border:1px solid #ecd28a;border-radius:11px;margin-bottom:1.5rem;padding:.8rem 1rem}.page-intro{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2rem;display:flex}.page-intro>div:first-child{max-width:760px}.page-intro p:last-child{color:var(--muted);margin-bottom:0}.actions{flex-wrap:wrap;gap:.7rem;display:flex}.dashboard-grid,.cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:1rem;display:grid}.cards{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.card,.status,.notice,.secret{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1rem;padding:clamp(1.1rem,3vw,1.6rem)}.status{border-left:7px solid var(--attention)}.status-safe{border-left-color:var(--positive)}.status-overdue{border-left-color:var(--danger)}.status-unavailable,.status-future{border-left-color:var(--neutral)}.status h2{font-size:1.8rem}.details{gap:.85rem;display:grid}.details div{border-bottom:1px solid var(--line);justify-content:space-between;gap:1rem;padding-bottom:.75rem;display:flex}.details dt{color:var(--muted)}.details dd{text-align:right;margin:0;font-weight:750}.pill{border-radius:999px;padding:.32rem .55rem;font-size:.76rem;font-weight:800;display:inline-block}.pill.positive{color:var(--positive);background:#e6f6ef}.pill.attention{color:var(--attention);background:var(--attention-bg)}.pill.neutral{color:var(--neutral);background:#edf2f5}.responsive-table{overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:650px}caption{text-align:left;color:var(--muted);padding-bottom:.8rem}th{text-align:left;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.75rem}th,td{border-bottom:1px solid var(--line);vertical-align:top;padding:.9rem .7rem}.zone-placeholder{background:radial-gradient(circle at 50% 50%, #d4efeb 0 25%, transparent 26%), var(--brand-soft);min-height:150px;color:var(--brand-strong);border:2px dashed #a8c5c1;border-radius:14px;place-items:center;margin:1rem 0;font-weight:800;display:grid}.item-list{padding:0;list-style:none}.item-list li{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;display:flex}.item-list li div{flex-direction:column;gap:.25rem;display:flex}.item-list span{color:var(--muted);font-size:.9rem}.secret{border:2px solid var(--attention);background:#fffaf0}.secret code{color:#fff;overflow-wrap:anywhere;background:#221f19;border-radius:10px;margin:1rem 0;padding:1rem;display:block}.timeline{border-left:2px solid var(--line);margin-left:.5rem;padding-left:1.5rem}.timeline li{padding:0 0 1.3rem .2rem}.timeline time{color:var(--muted);margin-top:.2rem;font-size:.85rem;display:block}.filters,.form{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);align-items:end;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.filters label,.form label{flex-direction:column;gap:.4rem;font-weight:700;display:flex}.filters select,.form input{background:#fff;border:1px solid #aab9b7;border-radius:9px;min-height:44px;padding:.55rem .7rem}.form{flex-direction:column;align-items:stretch}.public{background:radial-gradient(circle at 20% 10%, #dff3ef, transparent 35%), var(--canvas);place-items:center;min-height:100vh;padding:1.5rem;display:grid}.activation-card{background:var(--surface);border:1px solid var(--line);width:100%;max-width:660px;box-shadow:var(--shadow);border-radius:26px;padding:clamp(1.5rem,6vw,3.5rem)}.standalone{max-width:1200px;margin:auto;padding:clamp(1.5rem,5vw,4rem)}@media (max-width:900px){.portal{grid-template-columns:1fr}.sidebar{height:auto;padding:1rem;position:static}.sidebar nav ul{display:flex;overflow-x:auto}.sidebar nav a{white-space:nowrap}.sidebar footer{display:none}.topbar{top:0}.dashboard-grid{grid-template-columns:1fr}}@media (max-width:640px){.topbar{height:auto;min-height:72px;padding:.8rem 1rem}.top-meta{flex-direction:column;align-items:flex-end}.fixture{display:none}.workspace main{padding:1rem}.page-intro{flex-direction:column;align-items:stretch;gap:1rem}.page-intro .actions>*{flex:1}.filters{flex-direction:column;align-items:stretch}.item-list li{flex-direction:column;align-items:flex-start}.item-list button{width:100%}.details div{flex-direction:column}.details dd{text-align:left}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation-duration:.01ms!important}}}
