:root{--ground: #f5f6f8;--surface: #ffffff;--surface-sunken: #eef0f4;--border: #e3e6ec;--border-strong: #c9d2dd;--divider: #eef0f4;--rule: #f1f2f4;--shadow-1: 0 1px 2px rgba(22, 24, 29, .04);--ink: #16181d;--ink-muted: #64748b;--ink-faint: #9ca3af;--ink-utility: #475569;--ink-on-brand: #ffffff;--brand: #0974a0;--brand-strong: #065e82;--brand-light: #0a8ab4;--brand-wash: #eef8fd;--brand-fill: #d5eefa;--brand-chart: #aaddf9;--ok: #15803d;--ok-wash: #dcfce7;--attention: #9a5408;--attention-wash: #fef3c7;--danger: #b91c1c;--danger-wash: #fee2e2;--info: #1d4ed8;--info-wash: #dbeafe;--field-border: #7c8794;--font: "Cairo", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, monospace;--text-xs: 12px;--text-sm: 13px;--text: 15px;--text-lg: 17px;--text-xl: 22px;--text-2xl: 26px;--leading: 1.65;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 24px;--space-6: 32px;--radius: 8px;--radius-sm: 6px;--radius-lg: 12px;--bar-height: 52px;--sidebar-width: 256px;--sidebar-rail: 64px;--row-height: 36px;--control-height: 36px;--touch-target: 44px}:root:not([data-theme=light]){@media(prefers-color-scheme:dark){--ground: #0f1116;--surface: #171a21;--surface-sunken: #12141a;--border: #262a33;--border-strong: #39404d;--divider: #20242c;--rule: #1c2027;--ink: #eceef2;--ink-muted: #a2acbd;--ink-faint: #6b7484;--ink-utility: #a2acbd;--brand: #4db3dd;--brand-strong: #7fcbeb;--brand-light: #2e9bc9;--brand-wash: #10242f;--brand-fill: #17394b;--brand-chart: #2b6d8c;--ok: #4ade80;--ok-wash: #0d2818;--attention: #fbbf24;--attention-wash: #2a1f05;--danger: #f87171;--danger-wash: #2b1111;--info: #93c5fd;--info-wash: #101c33;--field-border: #59626f;--shadow-1: 0 1px 2px rgba(0, 0, 0, .5)}}:root[data-theme=dark]{--ground: #0f1116;--surface: #171a21;--surface-sunken: #12141a;--border: #262a33;--border-strong: #39404d;--divider: #20242c;--rule: #1c2027;--ink: #eceef2;--ink-muted: #a2acbd;--ink-faint: #6b7484;--brand: #4db3dd;--brand-strong: #7fcbeb;--brand-light: #2e9bc9;--brand-wash: #10242f;--ok: #4ade80;--ok-wash: #0d2818;--attention: #fbbf24;--attention-wash: #2a1f05;--danger: #f87171;--danger-wash: #2b1111;--info: #93c5fd;--info-wash: #101c33;--field-border: #59626f;--shadow-1: 0 1px 2px rgba(0, 0, 0, .5)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--font);font-size:var(--text);line-height:var(--leading);-webkit-font-smoothing:antialiased}.num,td.num,.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums;unicode-bidi:isolate;direction:ltr}a{color:var(--brand)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}.shell{display:grid;grid-template-columns:var(--sidebar-width) 1fr;grid-template-rows:var(--bar-height) 1fr;grid-template-areas:"bar bar" "sidebar content";min-height:100vh;background:var(--ground)}.shell.collapsed{grid-template-columns:var(--sidebar-rail) 1fr}.bar{grid-area:bar;display:flex;align-items:center;gap:18px;padding-inline:20px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;cursor:pointer;flex-shrink:0}.brand img{border-radius:7px}.mark{font-weight:800;font-size:18px;color:var(--brand-strong);line-height:1}.mark.big{font-size:40px}.utility{margin-inline-start:auto;display:flex;align-items:center;gap:4px;font-size:var(--text-sm);color:var(--ink-utility)}.bar-item{display:inline-flex;align-items:center;gap:6px;position:relative;background:none;border:1px solid transparent;border-radius:var(--radius);color:var(--ink-utility);font:inherit;font-size:var(--text-sm);padding:6px 10px;cursor:pointer;white-space:nowrap}.bar-item:hover{background:var(--surface-sunken)}.badge{min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--danger);color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.who-menu{position:relative}.who{display:inline-flex;align-items:center;gap:8px;padding:4px 8px 4px 4px;border:1px solid transparent;border-radius:var(--radius);background:none;font:inherit;color:var(--ink);cursor:pointer}.who:hover{background:var(--surface-sunken)}.who-name{font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar-disc{width:30px;height:30px;border-radius:50%;background:var(--brand-fill);color:var(--brand-strong);font-weight:700;font-size:var(--text-sm);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.caret{color:var(--ink-faint);font-size:11px}.who-panel{position:absolute;inset-block-start:calc(100% + 6px);inset-inline-end:0;min-width:220px;z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.who-head{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--divider)}.who-action{width:100%;text-align:start;background:none;border:none;font:inherit;color:var(--ink);padding:var(--space-3) var(--space-4);cursor:pointer}.who-action:hover{background:var(--surface-sunken)}.search{position:relative;flex:0 1 520px;min-width:0}.search-field{width:100%;height:var(--control-height);display:flex;align-items:center;gap:10px;padding:0 12px;border:1px solid var(--field-border);border-radius:var(--radius);background:var(--surface);color:var(--ink-muted);font:inherit;font-size:var(--text-sm);cursor:text;text-align:start}.search-placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.key-hint{margin-inline-start:auto;border:1px solid var(--border-strong);border-radius:4px;padding:0 6px;font-size:11px;direction:ltr;color:var(--ink-muted);flex-shrink:0}.search-panel{position:absolute;inset-block-start:calc(100% + 6px);inset-inline:0;z-index:40;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);overflow:hidden}.search-input-row{display:flex;align-items:center;gap:10px;padding:0 12px;height:44px;border-bottom:1px solid var(--divider);color:var(--ink-muted)}.search-input{flex:1;border:none;background:none;font:inherit;color:var(--ink);outline:none}.search-results{list-style:none;margin:0;padding:4px;max-height:320px;overflow-y:auto}.search-result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);background:none;border:none;font:inherit;color:inherit;text-align:start;padding:8px 10px;border-radius:var(--radius-sm);cursor:pointer}.search-result.active{background:var(--brand-wash);color:var(--brand-strong)}.sidebar{grid-area:sidebar;background:var(--surface);border-inline-end:1px solid var(--border);padding:14px 12px;display:flex;flex-direction:column;gap:6px;font-size:14px;position:sticky;top:var(--bar-height);align-self:start;max-height:calc(100vh - var(--bar-height));overflow-y:auto}.group{display:flex;flex-direction:column;gap:1px}.group-title{font-size:11px;font-weight:700;color:var(--ink-faint);letter-spacing:.04em;padding:10px 12px 2px}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:var(--radius);color:var(--ink);font:inherit;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;text-align:start;width:100%}.nav-item:hover{background:var(--surface-sunken)}.nav-item.active{background:var(--brand-wash);color:var(--brand-strong);font-weight:700}.nav-icon{display:inline-flex;width:16px;color:var(--ink-utility);flex-shrink:0}.nav-item.active .nav-icon{color:var(--brand-strong)}.sidebar-foot{margin-top:auto;padding-top:8px;border-top:1px solid var(--divider);color:var(--ink-muted);font-size:var(--text-sm)}.sidebar-foot .nav-item{font-weight:600;color:var(--ink-muted)}.shell.collapsed .sidebar{padding-inline:8px;align-items:center}.shell.collapsed .nav-label,.shell.collapsed .group-title{display:none}.shell.collapsed .nav-item{justify-content:center;padding-inline:0;width:40px}.shell.collapsed .sidebar-foot{width:100%;display:flex;justify-content:center}.content{grid-area:content;padding:22px 28px 40px;max-width:1320px;min-width:0}.breadcrumb{display:flex;gap:var(--space-2);align-items:center;color:var(--ink-muted);font-size:var(--text-sm);margin-bottom:10px}.breadcrumb a{color:var(--brand);text-decoration:none}.breadcrumb .current{color:var(--ink);font-weight:600}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--space-4);margin-bottom:18px}.page-head h1{margin:0;font-size:var(--text-2xl);font-weight:800;line-height:1.3}.page-head .sub{font-size:var(--text-sm);color:var(--ink-muted)}.command-bar{display:flex;gap:var(--space-2);flex-wrap:wrap}.muted{color:var(--ink-muted)}.small{font-size:var(--text-sm)}.mono{font-family:var(--font-mono)}.num{font-family:var(--font-mono);direction:ltr;font-variant-numeric:tabular-nums}.end{text-align:end}.faded td{opacity:.6}.danger-text{color:var(--danger)}.icon{flex-shrink:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);margin-bottom:var(--space-4);overflow:hidden}.card-head{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--divider)}.card-head h2{font-size:15px;font-weight:700;margin:0}.card-head .spacer{margin-inline-start:auto}.card-body{padding:var(--space-4)}.card-body.bordered{border-bottom:1px solid var(--divider);background:var(--surface-sunken)}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:start;padding:0 var(--space-4);height:var(--row-height);border-bottom:1px solid var(--rule)}.table th{color:var(--ink-muted);font-size:var(--text-xs);font-weight:600;background:var(--surface);border-bottom:1px solid var(--divider);height:32px}.table tbody tr:hover{background:var(--brand-wash)}.table td{vertical-align:middle}.table-scroll{overflow-x:auto}.table-scroll .table{min-width:640px}.table-foot{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);flex-wrap:wrap;padding:10px 16px;color:var(--ink-muted);font-size:var(--text-sm)}.filter-bar{display:flex;gap:var(--space-3);align-items:flex-end;flex-wrap:wrap;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 16px;margin-bottom:var(--space-4);box-shadow:var(--shadow-1)}.filter{display:flex;flex-direction:column;gap:4px}.filter>span{font-size:11px;color:var(--ink-muted);font-weight:600}.field{height:var(--control-height);min-width:200px;padding:0 var(--space-3);border:1px solid var(--field-border);border-radius:var(--radius);background:var(--surface);color:var(--ink);font:inherit;font-size:var(--text-sm)}.field.wide{width:100%;min-width:0}.filter-hint{margin-inline-start:auto;color:var(--ink-faint);font-size:var(--text-xs)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:var(--control-height);padding:0 14px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--ink-utility);font:inherit;font-size:var(--text-sm);font-weight:600;text-decoration:none;cursor:pointer;white-space:nowrap}.btn:hover{background:var(--surface-sunken)}.btn:disabled{opacity:.55;cursor:default}.btn.brand{background:var(--brand);border-color:var(--brand);color:var(--ink-on-brand);font-weight:700}.btn.brand:hover{background:var(--brand-strong);border-color:var(--brand-strong)}.btn.danger{color:var(--danger);border-color:var(--border-strong)}.btn.danger:hover{background:var(--danger-wash);border-color:var(--danger)}.btn.small{height:30px;padding:0 12px;font-size:var(--text-xs)}.btn:focus-visible,.field:focus-visible,.nav-item:focus-visible,.bar-item:focus-visible,.search-field:focus-visible,.who:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.link-button{background:none;border:none;padding:0;color:var(--brand);font:inherit;font-weight:600;cursor:pointer;text-align:start}.link-button.small{font-size:var(--text-sm)}.row-actions{display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap}.end-actions{justify-content:flex-end}.status{display:inline-flex;align-items:center;gap:6px;padding:2px 10px;border-radius:999px;font-size:var(--text-sm);font-weight:600}.status.ok{background:var(--ok-wash);color:var(--ok)}.status.info{background:var(--info-wash);color:var(--info)}.status.attention{background:var(--attention-wash);color:var(--attention)}.status.danger{background:var(--danger-wash);color:var(--danger)}.banner{padding:var(--space-3) var(--space-4);border-radius:var(--radius);margin-bottom:var(--space-4)}.banner.danger{background:var(--danger-wash);color:var(--danger)}.banner.ok{background:var(--ok-wash);color:var(--ok)}.object-header{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1);padding:16px 20px 0;margin-bottom:var(--space-4)}.object-identity{display:flex;align-items:center;gap:var(--space-4)}.object-identity h1{margin:0;font-size:var(--text-xl);font-weight:800;line-height:1.3}.object-actions{margin-inline-start:auto;display:flex;gap:var(--space-2);flex-wrap:wrap}.facets{display:flex;gap:var(--space-6);flex-wrap:wrap;padding:14px 0;margin-top:14px;border-top:1px solid var(--divider)}.facet{display:flex;flex-direction:column;gap:2px}.facet-label{font-size:11px;color:var(--ink-muted);font-weight:600}.facet-value{font-size:15px;font-weight:700}.situation{display:flex;align-items:center;gap:var(--space-3);flex-wrap:wrap;padding:10px 14px;border-radius:var(--radius);margin-bottom:14px}.situation.attention{background:var(--attention-wash);color:var(--attention)}.situation.danger{background:var(--danger-wash);color:var(--danger)}.situation .row-actions{margin-inline-start:auto}.anchor-bar{display:flex;gap:var(--space-4);overflow-x:auto;border-top:1px solid var(--divider);position:sticky;top:var(--bar-height);background:var(--surface);z-index:5}.anchor{display:inline-flex;align-items:center;gap:6px;padding:10px 2px;border-bottom:2px solid transparent;color:var(--ink-muted);font-size:var(--text-sm);font-weight:600;background:none;border-inline:none;border-top:none;cursor:pointer;white-space:nowrap}.anchor.active{color:var(--brand-strong);border-bottom-color:var(--brand)}.object-columns{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:var(--space-4);align-items:start}.columns-7-5{display:grid;grid-template-columns:minmax(0,7fr) minmax(0,5fr);gap:var(--space-4);align-items:start;margin-bottom:var(--space-4)}.indicators{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.indicator{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 14px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow-1)}.indicator-label{font-size:var(--text-xs);color:var(--ink-muted)}.indicator-value{font-size:26px;font-weight:800;font-family:var(--font-mono);direction:ltr;line-height:1.1}.indicator-row{display:flex;align-items:baseline;gap:var(--space-2)}.bars{display:flex;flex-direction:column;gap:5px;margin-top:6px;font-size:11px;color:var(--ink-utility)}.bar-line{display:flex;align-items:center;gap:var(--space-2)}.bar-line>span:first-child{width:88px;flex-shrink:0}.bar-track{flex:1;height:8px;background:var(--rule);border-radius:4px;overflow:hidden}.bar-fill{height:8px;border-radius:4px;background:var(--brand)}.bar-fill.ok{background:var(--ok)}.bar-fill.attention{background:var(--attention)}.bar-fill.danger{background:var(--danger)}.bar-value{width:40px;text-align:end;font-family:var(--font-mono);direction:ltr}.needs-you{display:flex;flex-direction:column}.needs-row{display:flex;align-items:center;gap:10px;padding:9px 16px;border-bottom:1px solid var(--rule)}.needs-row:last-child{border-bottom:none}.needs-kind{font-size:11px;font-weight:700;padding:1px 8px;border-radius:4px;background:var(--rule);color:var(--ink-utility);white-space:nowrap}.needs-text{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.needs-mark{width:20px;height:20px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.needs-mark.danger{background:var(--danger-wash);color:var(--danger)}.needs-mark.attention{background:var(--attention-wash);color:var(--attention)}.needs-mark.info{background:var(--info-wash);color:var(--info)}.recent{display:flex;flex-direction:column;padding:6px 8px;font-size:var(--text-sm)}.recent-row{display:flex;align-items:center;gap:10px;padding:7px 8px;border-radius:var(--radius-sm);text-decoration:none;color:inherit}.recent-row:hover{background:var(--surface-sunken)}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-4);padding:var(--space-4)}.form-grid.three{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.card-body .form-grid{padding:0 0 var(--space-4)}.form-field{display:flex;flex-direction:column;gap:6px}.form-label{font-size:var(--text-sm);color:var(--ink-muted);font-weight:600}.form-label .req{color:var(--danger);margin-inline-start:4px}.form-hint{font-size:var(--text-xs);color:var(--ink-muted)}.form-field .field{width:100%;min-width:0}.form-foot{display:flex;justify-content:flex-end;gap:var(--space-2);padding:var(--space-4);border-top:1px solid var(--divider);background:var(--surface-sunken)}.confirm{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);flex-wrap:wrap;padding:var(--space-3) var(--space-4);border:1px solid var(--border-strong);border-radius:var(--radius);margin-top:var(--space-3)}.confirm.danger{border-color:var(--danger);background:var(--danger-wash)}.confirm.danger strong{color:var(--danger)}.confirm.brand{border-color:var(--brand);background:var(--brand-wash)}.inline-check{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer}.link-row{display:flex;gap:var(--space-2);align-items:center;margin:var(--space-3) 0 4px}.link-row .field{flex:1;direction:ltr;text-align:left;font-size:var(--text-sm)}.facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-4);padding:var(--space-4);margin:0}.facts dt{color:var(--ink-muted);font-size:var(--text-sm)}.facts dd{margin:2px 0 0}.facts.tight{padding:0 0 var(--space-3);grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-3);margin-bottom:var(--space-4)}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:12px 14px;box-shadow:var(--shadow-1)}.tile-label{color:var(--ink-muted);font-size:var(--text-xs)}.tile-value{font-size:26px;font-weight:800;line-height:1.2}.loading{padding:var(--space-4);color:var(--ink-muted)}.centre{min-height:100vh;display:grid;place-items:center;padding:var(--space-4)}.signin{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-6);text-align:center;box-shadow:var(--shadow-1);max-width:380px}.primary{height:var(--touch-target);padding:0 var(--space-5);margin-top:var(--space-4);background:var(--brand);color:var(--ink-on-brand);border:none;border-radius:var(--radius);font:inherit;font-weight:700;cursor:pointer;width:100%}.primary:hover{background:var(--brand-strong)}.notices{position:relative}.notice-panel{position:absolute;inset-block-start:calc(100% + 6px);inset-inline-end:0;width:min(380px,92vw);max-height:70vh;overflow-y:auto;z-index:30;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-1)}.notice-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--divider)}.notice-list{list-style:none;margin:0;padding:0}.notice-list li{border-bottom:1px solid var(--rule)}.notice-list li.unread{background:var(--brand-wash)}.notice-item{display:flex;flex-direction:column;gap:2px;width:100%;text-align:start;background:none;border:none;font:inherit;color:inherit;padding:10px 16px;cursor:pointer}.notice-item:hover{background:var(--surface-sunken)}.notice-title{font-weight:700}.avatar-block{display:flex;flex-direction:column;align-items:center;gap:var(--space-2)}.avatar{width:56px;height:56px;border-radius:var(--radius-lg);overflow:hidden;background:var(--brand-fill);color:var(--brand-strong);display:grid;place-items:center;flex-shrink:0}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{font-size:20px;font-weight:800}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}label.btn{cursor:pointer}.matrix{min-width:900px}.matrix .sticky-start{position:sticky;inset-inline-start:0;background:var(--surface);z-index:1}.centre-cell{text-align:center}.grant-mark{color:var(--brand-strong);font-weight:700;cursor:help}.checks{display:flex;flex-wrap:wrap;gap:2px;margin-top:var(--space-2)}.tick{width:8px;height:18px;border-radius:2px;cursor:help}.tick.ok{background:var(--ok)}.tick.bad{background:var(--danger)}.payload{background:var(--surface-sunken);border-radius:var(--radius-sm);padding:var(--space-3);margin:var(--space-2) 0 0;overflow-x:auto;font-size:var(--text-xs);direction:ltr;text-align:left}.capability-group{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);margin-bottom:var(--space-3)}.capability-group legend{color:var(--ink-muted);font-size:var(--text-sm);padding-inline:6px}.capability-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--space-2)}.bottom-nav{display:none}@media(max-width:860px){.shell,.shell.collapsed{grid-template-columns:1fr;grid-template-areas:"bar" "content"}.sidebar{display:none}.content{padding:16px 16px 92px;max-width:100%}.search{flex:1}.search-placeholder,.key-hint{display:none}.bar-item span:not(.badge){display:none}.who-name,.caret{display:none}.page-head{flex-direction:column;align-items:stretch;gap:var(--space-3)}.columns-7-5,.object-columns{grid-template-columns:minmax(0,1fr)}.bottom-nav{position:fixed;inset-inline:0;inset-block-end:0;z-index:20;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;background:var(--surface);border-top:1px solid var(--border);padding:8px 4px calc(8px + env(safe-area-inset-bottom,0px))}.bottom-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:var(--touch-target);font-size:11px;color:var(--ink-muted);text-decoration:none}.bottom-item.active{color:var(--brand-strong);font-weight:700}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
