@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Inter:wght@400;500;600;700&display=swap";:root{--brand:#4f46e5;--brand-strong:#4338ca;--brand-soft:#eef2ff;--brand-text:#4338ca;--accent:#4f46e5;--text:#1e2436;--text-strong:#0b1120;--text-muted:#667085;--surface:#f6f7fb;--surface-raised:#fff;--surface-sunken:#eef0f6;--sidebar:#23262f;--sidebar-active:#333744;--border:#e3e5ef;--radius-control:8px;--radius-card:14px;--warn:#b45309;--warn-soft:#fff7ed;--danger:#b3261e;--danger-soft:#fdecea;--good:#15803d;--good-soft:#ecfdf3;color:var(--text);background:var(--surface);font-synthesis:none;font-family:Inter,sans-serif}.portal-shell{--brand:#4f46e5;--brand-strong:#4338ca;--brand-soft:#eef2ff;--brand-text:#4338ca;--accent:#4f46e5;--text:#1e2436;--text-strong:#0b1120;--text-muted:#667085;--surface:#f6f7fb;--surface-raised:#fff;--surface-sunken:#eef0f6;--sidebar:#23262f;--sidebar-active:#333744;--border:#e3e5ef;--radius-control:8px;--radius-card:14px;--warn:#b45309;--warn-soft:#fff7ed;--danger:#b3261e;--danger-soft:#fdecea;--good:#15803d;--good-soft:#ecfdf3}.portal-shell[data-mode=dark]{--brand:#6366f1;--brand-strong:#4f46e5;--brand-soft:#1e1c4d;--brand-text:#a5b4fc;--accent:#6366f1;--text:#d7d9ea;--text-strong:#f7f8fd;--text-muted:#8c8fa8;--surface:#14152a;--surface-raised:#1c1e38;--surface-sunken:#10111f;--sidebar:#06070f;--sidebar-active:#1f2142;--border:#2c2e4d;--warn:#fbbf6b;--warn-soft:#2a2210;--danger:#f3756a;--danger-soft:#331815;--good:#4ade80;--good-soft:#112a1c;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.portal-shell h1,.portal-shell h2,.portal-shell h3,.portal-shell h4{letter-spacing:-.02em;font-family:Inter,sans-serif}.survey-editor input:not([type=checkbox]),.survey-editor select,.voyage-editor input,.voyage-editor select,.vessel-editor input,.auth-card input,.settings-form input,.invite-form input,.invite-form select,.team-member-row select,.mfa-setup input,.activation-form input,.activation-form select{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);color:var(--text);font:inherit;padding:11px 12px}.survey-editor input:focus,.survey-editor select:focus,.voyage-editor input:focus,.voyage-editor select:focus,.vessel-editor input:focus,.auth-card input:focus,.settings-form input:focus,.invite-form input:focus,.invite-form select:focus,.team-member-row select:focus,.mfa-setup input:focus,.activation-form input:focus,.activation-form select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.survey-editor input:disabled,.survey-editor select:disabled,.voyage-editor input:disabled,.voyage-editor select:disabled,.vessel-editor input:disabled,.settings-form input:disabled,.activation-form input:disabled,.activation-form select:disabled{background:var(--surface-sunken);color:var(--text-muted);cursor:not-allowed}.surveys-layout{grid-template-columns:minmax(0,1.4fr) minmax(280px,.8fr);gap:18px;display:grid}.survey-editor.panel{background:var(--surface-sunken)}.survey-list-locked{opacity:.55;pointer-events:none;transition:opacity .16s}.survey-editor form{gap:12px;display:grid}.survey-editor label{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;font-size:12px;font-weight:700}.survey-editor input:not([type=checkbox]),.survey-editor select{width:100%}.question-editor{border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-raised);gap:9px;padding:14px;display:grid}.question-editor-heading{color:var(--text-strong);justify-content:space-between;align-items:center;display:flex}.question-editor-heading label{align-items:center;gap:6px;font-size:10px;display:flex}.question-editor-heading input{accent-color:var(--accent)}.remove-question-button{color:#a34a3a;font-size:10px}.remove-question-button:disabled{opacity:.4}.survey-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.survey-actions-left{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.survey-editor-actions{align-items:center;gap:14px;display:flex}.survey-action-button{border-radius:var(--radius-control);border:1px solid #0000;justify-content:center;align-items:center;min-height:44px;padding:11px 18px;font-size:13px;font-weight:700;display:inline-flex}.survey-action-button-neutral{background:var(--surface-raised);color:var(--text-strong);border-color:var(--border)}.survey-action-button-neutral:hover:not(:disabled){border-color:var(--brand);color:var(--brand-text)}.survey-action-button-primary{background:var(--good);color:#fff}.survey-action-button-primary:hover:not(:disabled){background:var(--good);filter:brightness(1.08)}.editor-guidance h3{margin:6px 0 10px}.activation-form{gap:9px;margin-top:22px;display:grid}.activation-form label,.guest-link label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.activation-form input,.activation-form select{width:100%}.activation-form .dark-button{justify-self:start;margin-top:8px}.guest-link{background:var(--surface-sunken);border-radius:12px;gap:8px;margin-top:16px;padding:14px;display:grid}.guest-link-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.guest-link a{color:var(--text-strong);font-weight:700}.guest-manifest-panel{border-top:1px solid var(--border);gap:10px;margin-top:24px;padding-top:20px;display:grid}.manifest-import-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.manifest-import-actions .text-button{padding:0}.manifest-paste{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);width:100%;min-height:90px;color:var(--text);font:inherit;resize:vertical;padding:9px 12px}.manifest-paste:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.manifest-guest-list{gap:6px;max-height:260px;margin:4px 0;padding:0;list-style:none;display:grid;overflow-y:auto}.manifest-guest-list li{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);align-items:center;gap:10px;padding:8px 10px;display:flex}.manifest-guest-list li small{color:var(--text-muted);white-space:nowrap}.manifest-guest-list .text-button{white-space:nowrap;margin-left:auto}.guest-link-status{white-space:nowrap;text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:3px 8px;font-size:10px;font-weight:700}.guest-link-status-not_opened{background:var(--surface-sunken);color:var(--text-muted)}.guest-link-status-opened{background:var(--warn-soft);color:var(--warn)}.guest-link-status-completed{background:var(--good-soft);color:var(--good)}.guest-link-status-revoked,.guest-link-status-no_link{background:var(--danger-soft);color:var(--danger)}.toast{z-index:40;border-radius:var(--radius-card);max-width:320px;padding:12px 16px;font-size:13px;font-weight:500;animation:.16s ease-out toast-in;position:fixed;bottom:20px;right:20px;box-shadow:0 16px 40px #06162638}.toast-success{color:#eafff2;background:#1d4c3a}.toast-error{color:#ffeceb;background:#5a2420}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.muted-copy{color:var(--text-muted);line-height:1.6}.list-search{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);width:100%;color:var(--text);font:inherit;margin:4px 0 2px;padding:9px 12px}.list-search:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.truncate{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.empty-chart{min-height:180px;color:var(--text-muted);text-align:center;place-items:center;padding:30px;display:grid}.live-breakdown{gap:10px;display:grid}.live-breakdown-row{border:1px solid var(--border);background:var(--surface-sunken);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.live-breakdown-row span{color:var(--text-muted);font-size:13px}.survey-row{border-bottom:1px solid var(--border);color:var(--text-strong);text-align:left;background:0 0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:15px 0;display:flex}.vessels-layout{grid-template-columns:minmax(300px,.8fr) minmax(420px,1.2fr);align-items:start;gap:20px;display:grid}.voyages-layout{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);align-items:start;gap:20px;display:grid}.voyage-editor form{gap:9px;display:grid}.voyage-editor label{color:var(--text-muted);gap:7px;margin-top:9px;font-size:12px;font-weight:600;display:grid}.voyage-editor select:disabled{cursor:not-allowed;opacity:.7}.voyage-editor .dark-button{justify-self:start;margin-top:12px}.date-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.field-note{color:var(--text-muted);margin:-3px 0 2px;font-size:11px;line-height:1.5}.activation-conflict{color:var(--warn);background:var(--warn-soft);border:1px solid var(--warn);border-radius:8px;gap:6px;margin:-3px 0 2px;padding:10px 12px;display:grid}.activation-conflict p{margin:0;font-size:12px;line-height:1.5}.activation-conflict .text-button{justify-self:start}.inline-confirm{flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;display:flex}.inline-confirm span{color:var(--text-muted)}.scope-summary{background:var(--surface-sunken);border:1px solid #e3dbd1;border-radius:10px;gap:3px;padding:12px 13px;display:grid}.scope-summary span,.scope-summary small{color:var(--text-muted);font-size:11px;line-height:1.45}.scope-summary span{letter-spacing:.04em;text-transform:uppercase;font-weight:700}.scope-summary strong{color:var(--text-strong)}.voyage-no-vessel,.voyage-empty{text-align:center;place-items:center;min-height:280px;padding:25px;display:grid}.voyage-no-vessel h3,.voyage-empty h3{color:var(--text-strong);margin-bottom:8px}.voyage-no-vessel p,.voyage-empty p{color:var(--text-muted);max-width:290px;margin:0;line-height:1.5}.voyage-empty .empty-mark{margin-bottom:14px}.managed-voyage-list{margin-top:18px;display:grid}.managed-voyage-row{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:13px 0;display:flex}.managed-voyage-open{min-width:0;color:var(--text-strong);text-align:left;background:0 0;flex:1;align-items:center;gap:11px;display:flex}.managed-voyage-open>span:nth-child(2){min-width:0}.managed-voyage-open strong,.managed-voyage-open small{display:block}.managed-voyage-open strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.managed-voyage-open small{color:var(--text-muted);margin-top:4px;font-size:11px}.managed-voyage-open .response-count{margin-left:auto}.voyage-icon{color:#aa633e;background:#f2e2d1;border-radius:8px;place-items:center;width:30px;height:30px;font:700 13px Inter,sans-serif;display:grid}.vessel-editor form{gap:9px;display:grid}.vessel-editor label{color:var(--text-muted);margin-top:9px;font-size:12px;font-weight:600}.vessel-editor .dark-button{justify-self:start;margin-top:12px}.vessel-empty{text-align:center;place-items:center;min-height:300px;padding:25px;display:grid}.vessel-empty .empty-mark{margin-bottom:14px}.vessel-empty h3{color:var(--text-strong);margin-bottom:8px}.vessel-empty p{color:var(--text-muted);max-width:290px;margin:0;line-height:1.5}.managed-vessel-list{margin-top:18px;display:grid}.managed-vessel-row{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:12px;padding:13px 0;display:flex}.managed-vessel-row .inline-confirm,.managed-voyage-row .inline-confirm{flex:100%;justify-content:flex-end}.managed-vessel-open{min-width:0;color:var(--text-strong);text-align:left;background:0 0;flex:1;align-items:center;gap:11px;display:flex}.managed-vessel-open>span:nth-child(2){min-width:0}.managed-vessel-open strong,.managed-vessel-open small{display:block}.managed-vessel-open strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.managed-vessel-open small{color:var(--text-muted);margin-top:4px;font-size:11px}.managed-vessel-open .response-count{margin-left:auto}.survey-row .inline-confirm{flex:100%;justify-content:flex-end}.survey-row-actions{display:contents}.survey-open{color:var(--text-strong);text-align:left;background:0 0;flex:1;justify-content:space-between;align-items:center;gap:12px;display:flex}.archive-button{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:8px;padding:7px 10px;font-size:11px}.survey-row-meta{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:6px;font-size:11px;display:flex}@media (width<=900px){.surveys-layout,.vessels-layout,.voyages-layout{grid-template-columns:1fr}}*{box-sizing:border-box}body{min-width:320px;margin:0}button{font:inherit;cursor:pointer;border:0}button:disabled{opacity:.5;cursor:not-allowed}.portal-shell{min-height:100vh;color:var(--text);background:var(--surface);flex-direction:column;display:flex}.app-body{flex:1;min-height:0;display:flex}.auth-state{background:var(--sidebar);place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--surface-sunken);border-radius:var(--radius-card);width:min(100%,430px);padding:38px;box-shadow:0 24px 70px #07192233}.auth-card .brand-lockup{color:var(--text-strong);padding:0 0 45px}.auth-card h1{margin:7px 0 12px}.auth-card>p:not(.eyebrow){color:var(--text-muted);margin-bottom:24px;font-size:14px;line-height:1.6}.auth-switch{margin-top:16px}.auth-card form{gap:8px;display:grid}.auth-card label{color:var(--text-muted);margin-top:8px;font-size:12px;font-weight:600}.auth-button{width:100%;margin-top:13px}.auth-button:disabled{opacity:.6;cursor:wait}.setup-code{background:var(--surface-sunken);color:#47705f;border-radius:9px;padding:13px;font:500 11px/2 DM Mono,monospace}.app-topbar{background:linear-gradient(135deg, var(--sidebar), var(--sidebar-active));color:#d7d9ea;border-bottom:1px solid #00000059;flex-shrink:0;justify-content:space-between;align-items:center;gap:20px;height:58px;padding:0 22px;display:flex}.app-topbar-brand{align-items:center;gap:10px;display:flex}.brand-name{color:#fffaf3;font-family:Inter,sans-serif;font-size:17px;font-weight:600}.app-topbar-actions{align-items:center;gap:10px;display:flex}.sidebar{background:linear-gradient(165deg, var(--sidebar), var(--sidebar-active) 140%);color:#d7d9ea;border-right:1px solid #00000059;flex-direction:column;flex-shrink:0;width:232px;padding:20px 14px 18px;display:flex}.mobile-menu-toggle{display:none}.mobile-nav-panel{display:contents}.brand-mark{background:var(--accent);color:#fffaf3;border-radius:8px;place-items:center;width:28px;height:28px;font:700 15px Inter,sans-serif;display:grid}.workspace-switcher{border:1px solid #ffffff1f;border-radius:12px;gap:10px;margin-bottom:30px;padding:11px 10px;display:grid}.workspace-select-row{align-items:center;gap:9px;display:flex}.workspace-select-copy{flex:1;min-width:0;display:block}.workspace-select-copy select{appearance:auto;color:#f5f8f4;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;padding:0 18px 0 0;font-size:12px;font-weight:600}.workspace-select-copy select:disabled{cursor:default;opacity:1}.workspace-select-copy select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}.workspace-select-copy option{color:var(--text-strong)}.add-workspace-button,.create-workspace-button,.cancel-workspace-button{border-radius:8px;padding:8px 10px;font-size:11px;font-weight:700}.add-workspace-button{color:#f5f8f4;text-align:left;background:#ffffff1a}.workspace-creator{border-top:1px solid #ffffff1f;gap:7px;padding-top:10px;display:grid}.workspace-creator label,.workspace-creator small,.workspace-creator p{color:#b6c9c5;font-size:10px;line-height:1.4}.workspace-creator label{text-transform:uppercase;font-weight:700}.workspace-creator input{color:#fffaf3;font:inherit;background:#163948;border:1px solid #fff3;border-radius:8px;padding:9px;font-size:12px}.workspace-creator input::placeholder{color:#8fa9a7}.workspace-creator>div{gap:7px;display:flex}.settings-page{gap:20px;max-width:1040px;display:grid}.settings-heading h2{color:var(--text-strong);margin:4px 0 8px;font:650 34px Inter,sans-serif}.settings-heading p:not(.eyebrow){color:var(--text-muted);margin:0}.settings-tabs{border-bottom:1px solid var(--border);gap:6px;display:flex}.settings-tabs button{color:var(--text-muted);background:0 0;border-bottom:2px solid #0000;padding:10px 14px}.settings-tabs button.active{border-color:var(--accent);color:var(--text-strong);font-weight:700}.settings-form,.invite-form{gap:10px;max-width:620px;display:grid}.settings-form label,.invite-form label{color:var(--text-muted);margin-top:4px;font-size:12px;font-weight:700}.settings-form .dark-button,.invite-form .dark-button{justify-self:start;margin-top:5px}.settings-subsection{border-top:1px solid var(--border);gap:10px;margin-top:12px;padding-top:18px;display:grid}.brand-color-field{align-items:center;gap:10px;display:flex}.brand-color-field input[type=color]{cursor:pointer;flex-shrink:0;width:44px;height:40px;padding:3px}.brand-color-field input[type=text]{flex:1}.settings-team-layout{grid-template-columns:minmax(280px,.8fr) minmax(420px,1.2fr);align-items:start;gap:20px;display:grid}.team-list{gap:2px;display:grid}.team-member-row .inline-confirm{flex:100%;justify-content:flex-end}.team-member-row{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:13px 0;display:flex}.team-member-row>div{flex:1;min-width:0}.team-member-row strong,.team-member-row small{display:block}.team-member-row strong{color:var(--text-strong);font-size:13px}.team-member-row small,.pending-invitations span{color:var(--text-muted);margin-top:3px;font-size:11px}.team-member-row select{padding:7px 8px;font-size:12px}.role-pill{color:var(--text-muted);font-size:11px;font-weight:700}.status-badge{text-transform:capitalize;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:600;display:inline-block}.status-badge-default{background:var(--surface-sunken);color:#47705f}.portal-shell[data-mode=dark] .status-badge-default{color:var(--good)}.status-badge-muted{background:var(--surface-sunken);color:var(--text-muted)}.pending-invitations{border-top:1px solid var(--border);gap:8px;margin-top:10px;padding-top:16px;display:grid}.pending-invitation-row{background:var(--surface-sunken);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.pending-invitation-row>div{gap:3px;display:grid}.pending-invitations strong{color:var(--text-strong);font-size:12px}.create-workspace-button{background:var(--accent);color:#fffaf3}.cancel-workspace-button{color:#d6e2df;background:0 0}.workspace-avatar,.profile-avatar{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;border-radius:8px;place-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:grid}.workspace-switcher strong,.profile-row strong{color:#f5f8f4;font-size:12px;font-weight:600;display:block}.workspace-switcher small,.profile-row small{color:#8fa9a7;margin-top:2px;font-size:10px;display:block}.chevron{color:#8fa9a7;margin-left:auto}.nav-item{color:#9ab3b1;text-align:left;border-radius:var(--radius-control);background:0 0;align-items:center;gap:11px;width:100%;margin-bottom:3px;padding:10px 12px;font-size:13px;display:flex}.nav-item:hover,.nav-item.active{background:var(--sidebar-active);color:#fffaf3}.nav-item.active{box-shadow:inset 2px 0 0 var(--accent)}.nav-icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7px;flex:0 0 16px;width:16px;height:16px}.account-control{position:relative}.profile-row{color:inherit;border-radius:var(--radius-control);text-align:left;background:0 0;align-items:center;gap:9px;padding:7px 10px;display:flex}.profile-row:hover,.profile-row:focus-visible{background:#ffffff14}.profile-row:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.profile-row-copy{display:none}.dropdown-panel{background:var(--surface-raised);border:1px solid var(--border);border-radius:var(--radius-card);z-index:30;width:260px;padding:7px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 16px 40px #06162638}.account-menu{display:grid}.account-menu-identity{border-bottom:1px solid var(--border);min-width:0;padding:8px 9px 11px}.account-menu-identity strong,.account-menu-identity span{display:block}.account-menu-identity strong{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.account-menu-identity span{color:var(--text-muted);margin-top:3px;font-size:10px}.account-menu button{border-radius:var(--radius-control);color:var(--text);text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:10px 9px;font-size:11px;display:flex}.account-menu button:hover,.account-menu button:focus-visible{background:var(--brand-soft);color:var(--brand-text);outline:none}.account-menu .account-sign-out{border-top:1px solid var(--border);border-radius:0 0 var(--radius-control) var(--radius-control);color:#b54545;margin-top:3px}.dashboard{flex:1;min-width:0;max-width:1500px;padding:28px clamp(24px,5vw,72px) 48px}.profile-security-page{gap:20px;display:grid}.profile-security-page .settings-heading{margin-bottom:0}.profile-summary{align-items:center;gap:13px;padding:18px 20px;display:flex}.profile-summary-avatar{background:var(--brand-soft);border-radius:var(--radius-control);color:var(--brand-text);justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:700;display:flex}.profile-summary strong,.profile-summary small{display:block}.profile-summary strong{color:var(--text-strong);font-size:13px}.profile-summary small{color:var(--text-muted);margin-top:3px;font-size:11px}.security-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.security-card{align-content:start;gap:18px;display:grid}.security-card h3{color:var(--text-strong);font-size:18px}.security-card>p,.security-card>div>p:not(.eyebrow){color:var(--text-muted);margin:10px 0 0;font-size:12px;line-height:1.6}.security-card .dark-button{justify-self:start}.security-card-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.security-status{background:var(--surface-sunken);color:var(--text-muted);white-space:nowrap;border-radius:999px;padding:6px 8px;font-size:10px;font-weight:700}.security-status.active{background:var(--brand-soft);color:var(--brand-text)}.mfa-setup{grid-template-columns:132px minmax(0,1fr);align-items:start;gap:18px;display:grid}.mfa-setup img{border:1px solid var(--border);border-radius:var(--radius-control);background:#fff;width:132px;height:132px;padding:7px;display:block}.mfa-setup>div{gap:8px;display:grid}.mfa-setup small,.mfa-setup label{color:var(--text-muted);font-size:10px}.mfa-setup code{color:var(--text-strong);overflow-wrap:anywhere;font-size:10px}.mfa-setup input{letter-spacing:.2em;max-width:150px}.page-heading{margin-bottom:22px}.eyebrow{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 9px;font:500 10px DM Mono,monospace}.eyebrow.light{color:#b6cdc7}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;color:var(--text-strong);margin-bottom:0;font:700 clamp(34px,4vw,48px) Inter,sans-serif}h2{letter-spacing:-.035em;margin-bottom:12px;font:700 clamp(28px,4vw,44px) Inter,sans-serif}h3{margin-bottom:0;font:700 21px Inter,sans-serif}.demo-pill{color:#d7d9ea;background:#ffffff14;border-radius:100px;align-items:center;padding:7px 12px;font-size:11px;display:inline-flex}.status-dot{background:#34d399;border-radius:50%;width:6px;height:6px;margin-right:6px;display:inline-block}.icon-button,.help-button{color:#d7d9ea;background:0 0}.icon-button{border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex;position:relative}.notification-dot{width:8px;height:8px;box-shadow:0 0 0 2px var(--sidebar);background:#f3756a;border-radius:50%;position:absolute;top:6px;right:6px}.icon-button:hover,.icon-button:focus-visible{background:#ffffff1a}.icon-glyph{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8px;width:18px;height:18px}.help-button{font-size:12px}.notifications-control{position:relative}.notifications-panel{gap:4px;width:320px;padding:14px;display:grid}.notifications-heading{color:var(--text-strong);margin:0 0 4px;font-weight:700}.notifications-list{gap:2px;max-height:340px;margin:0;padding:0;list-style:none;display:grid;overflow-y:auto}.notification-item{text-align:left;border-radius:var(--radius-control);width:100%;color:var(--text);background:0 0;grid-template-columns:1fr;gap:2px;padding:9px 10px;display:grid}.notification-item:hover,.notification-item:focus-visible{background:var(--surface-sunken)}.notification-item strong{color:var(--text-strong);font-size:13px}.notification-item span{color:var(--text-muted);font-size:11px}.notification-item small{color:var(--text-muted);font-size:10px}.notification-new-tag{background:var(--brand-soft);color:var(--brand-text);text-transform:uppercase;letter-spacing:.05em;border-radius:999px;justify-self:start;margin-bottom:2px;padding:2px 7px;font-size:9px;font-weight:700}.content-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.45fr);gap:16px;min-width:0;display:grid}.content-grid>*{min-width:0}.page-heading-row{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.overview-stat-pills{flex-wrap:wrap;gap:8px;display:flex}.stat-pill{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fff;letter-spacing:0;border-radius:999px;align-items:center;gap:4px;padding:6px 13px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:transform .12s,box-shadow .12s;display:inline-flex}.stat-pill strong{font-weight:700}.stat-pill:hover,.stat-pill:focus-visible{transform:translateY(-1px);box-shadow:0 6px 16px #06162633}.fleet-score-panel{align-content:start;align-self:start;gap:2px;display:grid}.fleet-score-value{color:var(--severity,var(--text-strong));flex-wrap:wrap;align-items:baseline;gap:10px;margin:6px 0 8px;font:700 44px Inter,sans-serif;display:flex}.fleet-score-value small{color:var(--text-muted);margin-left:-4px;font:500 14px DM Mono,monospace}.fleet-score-delta{border-radius:999px;align-items:center;gap:3px;padding:3px 10px;font-size:13px;font-weight:700;display:inline-flex}.fleet-score-delta-up{color:var(--good);background:var(--good-soft)}.fleet-score-delta-down{color:var(--danger);background:var(--danger-soft)}.attention-panel{padding-bottom:18px}.attention-panel .panel-heading{margin-bottom:14px}.attention-list{gap:8px;display:grid}.attention-row{border-top:1px solid var(--border);grid-template-columns:10px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:11px 0 0;display:grid}.attention-row strong{color:var(--text-strong);font-size:13px}.attention-row span:not(.attention-indicator){color:var(--text-muted);font-size:11px}.attention-row b{color:#b94f45;font-size:13px}.portal-shell[data-mode=dark] .attention-row b{color:var(--danger)}.attention-indicator{background:#d05d51;border-radius:50%;width:8px;height:8px}.attention-clear{color:var(--brand-text);margin:0;font-size:13px}.panel{border:1px solid var(--border);background:var(--surface-raised);border-radius:var(--radius-card);padding:19px 21px}.panel-heading{justify-content:space-between;align-items:flex-start;margin-bottom:17px;display:flex}.period-button,.text-button{background:var(--surface-sunken);color:var(--text-muted);border-radius:7px;padding:9px 11px;font-size:11px}.text-button{color:var(--brand-text);background:0 0;padding-right:0}.text-button:hover,.text-button:focus-visible{text-decoration:underline}.period-button{border:1px solid #0000;font-weight:600}.period-button:hover{color:var(--brand-text)}.period-button.active{background:var(--brand-strong);color:#fffaf3}.date-range-bar{flex-wrap:wrap;grid-column:1/-1;align-items:center;gap:8px;display:flex;position:relative}.mobile-scope-bar,.mobile-custom-range{display:none}.date-range-custom{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);flex-wrap:wrap;align-items:center;gap:12px;padding:10px 12px;display:flex}.date-range-custom label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.date-range-custom input[type=date]{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);color:var(--text);font:inherit;padding:6px 8px;font-size:12px}.date-range-custom input[type=date]:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--brand-soft);outline:none}.pulse-panel{grid-column:1/-1;min-height:330px}.vessel-filter{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.vessel-filter-button{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text-muted);max-width:160px;min-height:32px;padding:7px 11px;font-size:11px;font-weight:600;transition:background .14s,border-color .14s,color .14s;display:inline-flex}.vessel-filter-button .truncate{min-width:0}.vessel-filter-button:hover{border-color:var(--brand);color:var(--brand-text)}.vessel-filter-button.active{border-color:var(--brand-strong);background:var(--brand-strong);color:#fffaf3}.vessel-filter-select{margin-bottom:18px;position:relative}.vessel-filter-trigger{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);color:var(--text);align-items:center;gap:8px;max-width:240px;padding:9px 12px;font-size:12px;font-weight:600;display:inline-flex}.vessel-filter-trigger:hover{border-color:var(--brand)}.vessel-filter-trigger .truncate{min-width:0}.vessel-filter-panel{gap:4px;width:280px;padding:10px;display:grid;left:0;right:auto}.vessel-filter-panel .list-search{margin:0 0 4px}.vessel-filter-list{gap:1px;max-height:260px;display:grid;overflow-y:auto}.vessel-filter-option{color:var(--text);cursor:pointer;border-radius:7px;align-items:center;gap:9px;padding:8px 6px;font-size:12px;display:flex}.vessel-filter-option:hover{background:var(--brand-soft)}.vessel-filter-option input[type=checkbox]{accent-color:var(--accent);flex-shrink:0}.vessel-filter-option:has(input:checked){color:var(--brand-text);font-weight:600}.category-score-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px;display:grid}.category-score{border:1px solid var(--border);border-top:3px solid var(--severity,var(--border));border-radius:var(--radius-control);background:var(--surface-raised);min-height:142px;padding:14px}.category-score-heading{color:var(--text-strong);justify-content:space-between;align-items:flex-start;gap:12px;font-size:13px;display:flex}.category-score-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-width:0;line-height:1.3;display:-webkit-box;overflow:hidden}.category-comments,.category-empty{color:var(--text-muted);font-size:11px}.ratings-badge{background:var(--brand-soft);min-width:22px;height:22px;color:var(--brand-text);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:700;display:inline-flex}.category-score-value{color:var(--severity,var(--text-strong));margin:18px 0 10px;font:700 30px Inter,sans-serif}.category-score-value small{color:var(--text-muted);margin-left:3px;font:500 11px DM Mono,monospace}.category-track{background:var(--surface-sunken);border-radius:999px;height:6px;overflow:hidden}.category-track span{border-radius:inherit;background:var(--severity,#4f9b78);height:100%;display:block}.category-comments{margin-top:10px;display:block}.category-empty{margin:30px 0 8px}.yes-no-subsection{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.yes-no-actions{align-items:center;gap:8px;display:flex}.show-more-button{border:1px solid var(--border);border-radius:var(--radius-control);color:var(--brand-text);padding:7px 9px}.yes-no-list{display:grid}.yes-no-row{border-top:1px solid var(--border);grid-template-columns:minmax(220px,1.4fr) minmax(120px,1fr) auto auto;align-items:center;gap:16px;padding:15px 0;display:grid}.yes-no-question h4{color:var(--text-strong);margin:0;font-size:14px;line-height:1.4}.yes-no-question span{color:var(--text-muted);margin-top:4px;font-size:11px;display:block}.yes-no-value{color:var(--text-strong);white-space:nowrap;font-size:15px}.yes-no-track{background:#f1c5b0;border-radius:999px;height:8px;overflow:hidden}.yes-no-track span{border-radius:inherit;background:#4f9b78;height:100%;display:block}.yes-no-counts{color:var(--text-muted);gap:8px;font-size:11px;display:flex}.yes-no-empty{color:var(--text-muted);margin:0;line-height:1.5}.chart-wrap{height:200px;display:flex}.chart-y{color:#a2ada8;flex-direction:column;justify-content:space-between;width:31px;padding-bottom:27px;font:10px DM Mono,monospace;display:flex}.chart{flex:1;position:relative}.chart-grid{background:repeating-linear-gradient(#0000 0 calc(25% - 1px),#ebeae3 calc(25% - 1px) 25%);position:absolute;inset:3px 0 28px}.chart svg{width:100%;height:calc(100% - 28px);position:absolute;inset:3px 0 28px;overflow:visible}.chart-x{color:#a2ada8;justify-content:space-between;align-items:end;height:28px;font:9px DM Mono,monospace;display:flex}.vessel-row{grid-template-columns:30px minmax(100px,1fr) minmax(70px,.8fr) 25px 38px 82px;align-items:center;gap:12px;font-size:12px;display:grid}.vessel-icon{background:var(--surface-sunken);color:#47705f;border-radius:8px;place-items:center;width:30px;height:30px;font:700 13px Inter,sans-serif;display:grid}.vessel-name strong,.vessel-name small{display:block}.vessel-name small,.responses{color:#8a9998;margin-top:3px;font-size:10px}.bar-track{background:var(--surface-sunken);border-radius:5px;height:5px;overflow:hidden}.bar-track span{border-radius:inherit;background:#4f9b78;height:100%;display:block}.score{text-align:right}.trend{color:#4f9b78;font:10px DM Mono,monospace}.trend.down{color:#d05d51}.responses{text-align:right;margin:0}.dark-button{background:linear-gradient(135deg, var(--brand), var(--brand-strong));color:#fffaf3;border-radius:var(--radius-control);padding:11px 14px;font-size:11px}.empty-view{background:var(--surface-sunken);border:1px solid var(--border);text-align:center;border-radius:16px;place-content:center;min-height:460px;padding:40px;display:grid}.empty-view p{color:var(--text-muted);max-width:390px;line-height:1.6}.empty-mark{color:#d06d40;background:#f2e2d1;border-radius:50%;place-items:center;width:52px;height:52px;margin:0 auto 20px;font:700 22px Inter,sans-serif;display:grid}.response-state{min-height:260px;color:var(--text-muted);place-items:center;display:grid}.response-error{color:#a2483f}.response-page{gap:12px;min-width:0;display:grid}.response-page>*{min-width:0}.response-filter-banner{border:1px solid var(--brand);border-radius:var(--radius-control);background:var(--brand-soft);min-height:44px;color:var(--brand-text);justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.response-filter-banner .text-button{flex-shrink:0;padding:0}.response-count,.response-status{background:var(--surface-sunken);color:#47705f;text-transform:capitalize;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:600}.portal-shell[data-mode=dark] .response-count,.portal-shell[data-mode=dark] .response-status{color:var(--good)}.count-pill{background:var(--surface-sunken);color:var(--text-muted);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:600}.response-table-wrap{margin-top:24px;overflow-x:auto}.response-table{border-collapse:collapse;width:100%;font-size:13px}.response-table th{color:var(--text-muted);letter-spacing:.08em;text-align:left;text-transform:uppercase;padding:11px 12px;font-size:10px}.response-table td{border-top:1px solid var(--border);vertical-align:middle;padding:17px 12px}.response-table td strong,.response-table td small{display:block}.response-table td small{color:var(--text-muted);margin-top:4px}.answer-summary{color:var(--severity,var(--text-muted));max-width:250px;font-weight:600}.response-open{color:var(--brand-text);white-space:nowrap;background:0 0;font-size:12px;font-weight:700}.response-open:hover,.response-open:focus-visible{text-decoration:underline}.response-back{margin-bottom:18px}.response-detail{display:grid}.response-detail-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:20px;display:flex}.response-detail-header h2{color:var(--text-strong);margin-bottom:8px}.response-context{color:var(--text-muted)}.guest-context{color:#aa633e;margin:8px 0 0;font-size:13px;font-weight:600}.response-meta{color:var(--text-muted);justify-items:end;gap:8px;display:grid}.answer-list{gap:0;display:grid}.answer-card{border-top:1px solid var(--border);grid-template-columns:38px 1fr;gap:14px;padding:20px 0;display:grid}.answer-card>span{color:#aa633e;padding-top:3px;font:500 11px DM Mono,monospace}.answer-card h4{color:var(--text-strong);margin:0 0 9px;font-size:13px}.answer-card p{color:var(--text-strong);white-space:pre-wrap;margin:0;font:600 18px/1.45 Inter,sans-serif}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=980px){.sidebar{width:205px}.content-grid{grid-template-columns:minmax(0,1fr)}.pulse-panel{grid-column:auto}.category-score-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.yes-no-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.yes-no-track,.yes-no-counts{display:none}.yes-no-value{place-self:start end}.security-grid{grid-template-columns:1fr}}@media (width<=720px){.portal-shell{display:block}.app-topbar{padding:0 14px}.demo-pill{display:none}.mobile-menu-toggle{border-radius:var(--radius-control);color:#fffaf3;background:#ffffff14;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;line-height:1;display:inline-flex}.sidebar{display:none}.sidebar.mobile-menu-open{z-index:100;flex-direction:column;width:100%;padding:16px;display:flex;position:fixed;inset:58px 0 0;overflow-y:auto}.sidebar.mobile-menu-open .mobile-nav-panel{flex-direction:column;flex:1;display:flex}.sidebar.mobile-menu-open .workspace-switcher{margin-bottom:16px}.sidebar.mobile-menu-open nav{flex-direction:column;gap:4px;display:flex}.sidebar.mobile-menu-open .nav-item{padding:14px 12px;font-size:15px}.mfa-setup{grid-template-columns:1fr}.dashboard{padding:18px 14px 36px}.page-heading{margin-bottom:14px}.page-heading>.eyebrow{display:none}h1{font-size:27px}.page-heading-row{align-items:flex-start;gap:9px}.overview-stat-pills{flex-wrap:nowrap;flex-basis:100%;gap:5px}.stat-pill{white-space:nowrap;flex:1 1 0;justify-content:center;min-width:0;min-height:38px;padding:6px 5px;font-size:10px}.content-grid{gap:10px}.panel{padding:15px 14px}.panel-heading{flex-wrap:wrap;gap:10px}.panel-heading h3{font-size:16px}.panel-heading .eyebrow{margin-bottom:5px}.mobile-scope-bar{z-index:20;border:1px solid var(--border);border-radius:var(--radius-card);background:color-mix(in srgb, var(--surface-raised) 94%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;padding:8px;display:grid;position:sticky;top:8px;box-shadow:0 8px 24px #0616261a}.mobile-scope-bar label,.mobile-custom-range label{gap:3px;min-width:0;display:grid}.mobile-scope-bar label>span,.mobile-custom-range label>span{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:700}.mobile-scope-bar select{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);width:100%;min-width:0;min-height:40px;color:var(--text-strong);padding:0 8px;font:600 12px Inter,sans-serif}.mobile-custom-range{grid-column:1/-1;grid-template-columns:1fr 1fr;gap:8px;display:grid}.mobile-custom-range input{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface);width:100%;min-width:0;min-height:40px;color:var(--text-strong);padding:0 7px;font:600 11px Inter,sans-serif}.date-range-bar{display:none}.attention-panel{padding-bottom:14px}.attention-panel .panel-heading{margin-bottom:8px}.attention-row{grid-template-columns:8px minmax(0,1fr) auto;gap:8px;padding-top:9px}.attention-row span:not(.attention-indicator){display:none}.pulse-panel{min-height:0}.pulse-panel .panel-heading{margin-bottom:10px}.pulse-panel .vessel-filter,.pulse-panel .vessel-filter-select{display:none}.category-score-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.category-score{min-height:102px;padding:11px}.category-score-heading{align-items:flex-start;gap:6px;font-size:11px}.category-score-value{margin:12px 0 7px;font-size:25px}.category-track{height:4px}.category-comments{display:none}.ratings-badge{min-width:20px;height:20px;padding:0 5px;font-size:10px}.yes-no-grid{grid-template-columns:minmax(0,1fr)}.yes-no-row{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px 0 0}.yes-no-track,.yes-no-counts{display:none}.yes-no-value{place-self:start end;font-size:14px}.yes-no-actions .response-count{display:none}.date-fields{grid-template-columns:minmax(0,1fr)}.vessel-filter{justify-content:flex-start;max-width:none}.period-button{font-size:9px}.vessel-row{grid-template-columns:30px 1fr 32px 38px;gap:8px}.vessel-row .bar-track,.vessel-row .responses{display:none}.vessel-name{min-width:0}.vessel-name strong{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.score{grid-column:3}.trend{grid-column:4}.response-detail-header{display:grid}.response-meta{justify-items:start}}.scores-page{gap:12px;display:grid}.desktop-ship-filter{display:none}.scores-category-list{gap:10px;display:grid}.scores-category-card{text-align:left;border:1px solid var(--border);border-radius:var(--radius-card);background:var(--surface-raised);color:inherit;font:inherit;gap:4px;padding:14px 16px;transition:border-color .14s,box-shadow .14s;display:grid}.scores-category-card:hover,.scores-category-card:focus-visible{border-color:var(--brand);box-shadow:0 8px 20px #06162614}.scores-category-heading{color:var(--text-strong);justify-content:space-between;align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.scores-category-value{margin-top:2px;font:700 26px Inter,sans-serif}.scores-category-value small{color:var(--text-muted);margin-left:4px;font:500 12px DM Mono,monospace}.scores-category-count{color:var(--text-muted);font-size:11px}.scores-back{color:var(--brand-text);background:0 0;justify-self:start;align-items:center;gap:4px;min-height:44px;padding:6px 0;font-size:13px;font-weight:600;display:inline-flex}.scores-back:hover,.scores-back:focus-visible{text-decoration:underline}.scores-detail-panel{gap:10px;display:grid}.scores-question-list{gap:8px;display:grid}.scores-question-row{text-align:left;border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-raised);width:100%;min-height:44px;color:inherit;font:inherit;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;display:flex}.scores-question-prompt{flex:1;min-width:0;font-size:13px}.scores-question-value{text-align:right;flex-shrink:0;align-items:baseline;gap:4px;display:flex}.scores-question-value strong{font-size:16px}.scores-question-value small{color:var(--text-muted);font-size:11px}.scores-answers-header{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;font-size:12px;display:flex}.scores-answer-list{gap:8px;display:grid}.scores-answer-row{border:1px solid var(--border);border-radius:var(--radius-control);background:var(--surface-sunken);gap:12px;padding:12px;display:flex}.scores-answer-score{flex-shrink:0;min-width:40px;font:700 20px Inter,sans-serif}.scores-answer-score small{color:var(--text-muted);margin-left:2px;font:500 10px DM Mono,monospace}.scores-answer-body{gap:3px;min-width:0;display:grid}.scores-answer-context{color:var(--text-muted);font-size:11px}.scores-answer-guest{color:var(--text-strong);font-size:12px;font-weight:600}.scores-answer-comment{color:var(--text);font-size:12px;font-style:italic}.scores-ship-panel summary{cursor:pointer;min-height:44px;color:var(--text-strong);justify-content:space-between;align-items:center;gap:12px;font-size:14px;font-weight:700;list-style:none;display:flex}.scores-ship-panel summary:hover,.scores-ship-panel summary:focus-visible{color:var(--brand-text)}.scores-ship-panel summary::-webkit-details-marker{display:none}.scores-ship-panel .vessel-filter-select{margin-top:10px;margin-bottom:4px}.scores-ship-list{gap:6px;margin-top:10px;display:grid}.scores-ship-table-wrap{display:none}.scores-ship-table-note{margin-top:14px;font-size:11px}.scores-ship-chart{display:none}.scores-ship-chart-legend{flex-wrap:wrap;justify-content:center;gap:4px 16px;margin:8px 0 0;padding:0;list-style:none;display:flex}.scores-ship-chart-legend li{color:var(--text-muted);align-items:center;gap:6px;font-size:11px;display:flex}.scores-ship-chart-legend span{border-radius:2px;flex-shrink:0;width:10px;height:10px}.scores-ship-row{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:10px;padding:10px 0;display:flex}.scores-ship-name{min-width:0;color:var(--text-strong);flex:1;font-size:13px;font-weight:600}.scores-ship-value strong{font-size:15px}.scores-ship-value small{color:var(--text-muted);margin-left:3px;font-size:11px}@media (width>=720px){.desktop-ship-filter{display:flex}.scores-category-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.scores-category-card{min-height:132px;padding:18px}.scores-category-heading{font-size:13px}.scores-category-value{font-size:32px}.scores-question-row:hover{border-color:var(--brand)}.scores-answer-row{align-items:flex-start}.scores-ship-chart{margin-top:12px;display:block}}@media (width>=860px){.scores-ship-list{display:none}.scores-ship-table-wrap{margin-top:10px;display:block;overflow-x:auto}.scores-ship-table{border-collapse:collapse;width:100%;font-size:13px}.scores-ship-table th,.scores-ship-table td{text-align:right;border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px}.scores-ship-table th:first-child,.scores-ship-table td:first-child{text-align:left}.scores-ship-table th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.scores-ship-table-name{color:var(--text-strong);font-weight:600}.scores-ship-table-overall{color:var(--text-strong);font-weight:700}}.scores-severity-good{--severity:var(--good);--severity-soft:var(--good-soft)}.scores-severity-watch{--severity:var(--warn);--severity-soft:var(--warn-soft)}.scores-severity-attention{--severity:var(--danger);--severity-soft:var(--danger-soft)}.scores-severity-none{--severity:var(--text-muted);--severity-soft:var(--surface-sunken)}.scores-headline-alert{border:1px solid var(--danger);border-radius:var(--radius-control);background:var(--danger-soft);width:100%;min-height:44px;color:var(--danger);text-align:left;align-items:center;gap:8px;padding:10px 14px;font-size:13px;font-weight:600;transition:background .14s;display:flex}.scores-headline-alert:hover,.scores-headline-alert:focus-visible{background:var(--danger);color:#fff}.scores-headline-alert span:last-child{margin-left:auto}.scores-delta{border-radius:999px;margin-left:2px;padding:2px 6px;font-size:11px;font-weight:700;display:inline-block}.scores-delta-up{color:var(--good);background:var(--good-soft)}.scores-delta-down{color:var(--danger);background:var(--danger-soft)}.scores-delta-flat{color:var(--text-muted);background:var(--surface-sunken)}.scores-category-card{border-top:3px solid var(--severity)}.scores-overall-card{border-top:3px solid var(--brand);background:var(--brand-soft)}.scores-overall-card .scores-category-value{color:var(--brand-text)}.scores-category-value{color:var(--severity);flex-wrap:wrap;align-items:baseline;display:flex}.scores-category-value small{color:var(--text-muted)}.scores-category-track{background:var(--surface-sunken);border-radius:999px;height:5px;margin:4px 0 2px;overflow:hidden}.scores-category-track span{border-radius:inherit;background:var(--severity);height:100%;display:block}.scores-question-value,.scores-answer-score,.scores-ship-value{color:var(--severity)}.scores-ship-table td.scores-severity-good,.scores-ship-table td.scores-severity-watch,.scores-ship-table td.scores-severity-attention,.scores-ship-table td.scores-severity-none{color:var(--severity);font-weight:600}.wiki-page{gap:20px;display:grid}.wiki-intro p{color:var(--text-muted);max-width:640px}.wiki-flow{flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;display:flex}.wiki-flow-step{background:var(--brand-soft);color:var(--brand-text);white-space:nowrap;border-radius:100px;padding:7px 14px;font-size:13px;font-weight:600}.wiki-flow-arrow{color:var(--text-muted);font-size:14px}.wiki-nav{flex-wrap:wrap;gap:8px;display:flex}.wiki-nav a{background:var(--surface-sunken);color:var(--text);border:1px solid var(--border);border-radius:100px;padding:8px 14px;font-size:12px;font-weight:600;text-decoration:none}.wiki-nav a:hover,.wiki-nav a:focus-visible{color:var(--brand-text);border-color:var(--brand)}.wiki-section{scroll-margin-top:16px}.wiki-section .panel-heading{display:block}.wiki-section-title{align-items:center;gap:10px;display:flex}.wiki-section-number{background:var(--brand);color:#fffaf3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.wiki-section p.wiki-dek{color:var(--text-muted);max-width:720px;margin:10px 0 0}.wiki-steps{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.wiki-steps li{align-items:baseline;gap:12px;font-size:14px;line-height:1.5;display:flex}.wiki-steps li:before{content:"→";color:var(--brand-text);flex-shrink:0}.wiki-callout{background:var(--surface-sunken);border:1px solid var(--border);border-radius:var(--radius-control);color:var(--text-muted);margin-top:16px;padding:12px 14px;font-size:13px}.wiki-callout strong{color:var(--text)}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
