:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;--bg:#061426;--bg-deep:#04101f;--surface:#0b2037;--surface-2:#102843;--surface-3:#142f4d;--border:#2a4562;--border-soft:#1c3652;--text:#f2f6fb;--muted:#9cacbf;--muted-2:#71869e;--gold:#e7b848;--gold-strong:#f2c14e;--gold-soft:#e7b8481f;--blue:#62baff;--mint:#59d5a8;--danger:#ff7d7d;--shadow:0 18px 44px #0000003b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.oversight-card{margin-top:24px;overflow:hidden}.oversight-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.oversight-heading .eyebrow{color:var(--gold);align-items:center;gap:8px;display:inline-flex}.oversight-heading h3{margin:8px 0 5px}.oversight-heading p{max-width:760px;color:var(--muted);margin:0;line-height:1.7}.oversight-actions{justify-items:end;gap:7px;min-width:220px;display:grid}.oversight-actions small{max-width:290px;color:var(--muted);text-align:end;line-height:1.5}.oversight-scope{border:1px solid var(--border-soft);background:var(--surface-2);border-radius:12px;gap:4px;margin:22px 0 14px;padding:4px;display:inline-flex}.oversight-scope button{min-height:42px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:0 18px;font-weight:700}.oversight-scope button.active{background:var(--gold);color:#081425;box-shadow:0 7px 20px #e7b84829}.oversight-filters{border:1px solid var(--border-soft);background:var(--surface-2);border-radius:14px;grid-template-columns:auto repeat(4,minmax(160px,1fr));align-items:end;gap:12px;padding:16px;display:grid}.oversight-filter-icon{width:44px;height:44px;color:var(--gold);background:#e7b8481a;border-radius:11px;place-items:center;display:grid}.oversight-filters label{gap:7px;min-width:0;display:grid}.oversight-filters label>span{color:var(--muted);font-size:12px;font-weight:700}.oversight-filters select{border:1px solid var(--border);background:var(--surface);width:100%;min-height:44px;color:var(--text);font:inherit;border-radius:10px;padding:0 38px 0 12px}[dir=rtl] .oversight-filters select{padding:0 12px 0 38px}.oversight-results{gap:10px;margin-top:14px;display:grid}.oversight-result{border:1px solid var(--border-soft);background:var(--surface);border-radius:13px;grid-template-columns:minmax(230px,1.2fr) minmax(420px,2fr) auto;align-items:center;gap:20px;padding:15px 16px;display:grid}.oversight-case{gap:4px;min-width:0;display:grid}.oversight-case b,.oversight-case span{overflow-wrap:anywhere}.oversight-case span{color:var(--muted);font-size:12px}.oversight-result dl{grid-template-columns:repeat(4,minmax(75px,1fr));gap:8px;margin:0;display:grid}.oversight-result dl>div{gap:3px;min-width:0;display:grid}.oversight-result dt{color:var(--muted);font-size:11px}.oversight-result dd{overflow-wrap:anywhere;margin:0;font-weight:750}.oversight-result .secondary-button{white-space:nowrap}.oversight-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;display:grid}.oversight-summary article{border:1px solid var(--border-soft);background:var(--surface-2);border-radius:12px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:14px 16px;display:flex}.oversight-summary span{color:var(--muted);font-size:12px;font-weight:700}.oversight-summary strong{color:var(--gold);font-size:24px}.admin-overview-page{width:min(100%,1900px);margin-inline:auto}.admin-overview-page .oversight-card{margin-top:0}@media (width>=2560px){.oversight-card{margin-top:32px}.oversight-heading p{max-width:1040px}.oversight-filters{grid-template-columns:56px repeat(4,minmax(210px,1fr));gap:16px;padding:20px}.oversight-result{grid-template-columns:minmax(330px,1.15fr) minmax(720px,2fr) auto;padding:19px 20px}}@media (width<=1180px){.oversight-filters{grid-template-columns:auto repeat(2,minmax(180px,1fr))}.oversight-filter-icon{grid-row:span 2;align-self:stretch;height:auto}.oversight-result{grid-template-columns:1fr;gap:14px}.oversight-result dl{grid-template-columns:repeat(4,minmax(0,1fr))}.oversight-result .secondary-button{justify-self:start}}@media (width<=700px){.oversight-card{min-width:0;margin-top:18px}.oversight-heading{display:grid}.oversight-heading>*,.oversight-actions{width:100%;min-width:0;max-width:100%}.oversight-actions{justify-items:stretch}.oversight-actions .secondary-button{white-space:normal;width:100%}.oversight-actions small{overflow-wrap:anywhere;text-align:start;max-width:100%}.oversight-scope{grid-template-columns:1fr 1fr;width:100%;display:grid}.oversight-filters{grid-template-columns:1fr;padding:13px}.oversight-filter-icon{display:none}.oversight-result{padding:14px}.oversight-result dl{grid-template-columns:1fr 1fr}.oversight-result .secondary-button{width:100%}.oversight-summary{grid-template-columns:1fr}}*{box-sizing:border-box}html{background:var(--bg-deep)}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);margin:0}button,input,select,textarea{font:inherit}button{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--blue);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.45}.app-shell{background:radial-gradient(circle at 52% 2%, #23538033, transparent 34%), var(--bg);grid-template-columns:244px minmax(0,1fr);min-height:100vh;display:grid}.app-shell.nav-collapsed{grid-template-columns:80px minmax(0,1fr)}.app-surface{flex-direction:column;min-width:0;min-height:100vh;display:flex}.sidebar{border-right:1px solid var(--border-soft);z-index:10;background:linear-gradient(#061a2e 0%,#041427 100%);flex-direction:column;height:100vh;transition:width .2s;display:flex;position:sticky;top:0;overflow:hidden}.sidebar-brand{border-bottom:1px solid var(--border-soft);flex:0 0 72px;align-items:center;gap:11px;height:72px;padding:0 18px;display:flex}.brand-mark{width:34px;height:34px;color:var(--gold);border:1px solid #e7b84873;border-radius:9px;place-items:center;display:grid}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-copy b{white-space:nowrap;font-size:14px}.brand-copy small{color:var(--muted-2);letter-spacing:.05em;text-transform:uppercase;font-size:11px}.icon-button{cursor:pointer;min-width:36px;min-height:36px;color:var(--muted);background:0 0;border:0;border-radius:8px;place-items:center;display:inline-grid}.icon-button:hover{color:var(--text);background:#ffffff0e}.menu-button{display:none}.side-nav{gap:8px;padding:18px 8px;display:grid}.side-nav button{color:#c1cedc;cursor:pointer;text-align:left;background:0 0;border:0;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:15px;width:100%;height:54px;padding:0 16px;font-size:14px;display:flex}.side-nav button:hover{color:var(--text);background:#ffffff0b}.side-nav button.active{color:var(--gold-strong);border-left-color:var(--gold);background:linear-gradient(90deg,#264a71cc,#1a3450b8)}.privacy-note{border-top:1px solid var(--border-soft);color:var(--muted);align-items:flex-start;gap:11px;margin:auto 17px 26px;padding:16px 0 0;display:flex}.privacy-note svg{color:var(--mint);flex:none}.privacy-note div{flex-direction:column;gap:3px;display:flex}.privacy-note b{color:#c9d5e1;font-size:12px}.privacy-note span{font-size:11px;line-height:1.45}.sidebar.is-collapsed .brand-mark,.sidebar.is-collapsed .brand-copy,.sidebar.is-collapsed .side-nav span,.sidebar.is-collapsed .privacy-note div{display:none}.sidebar.is-collapsed .menu-button{display:inline-grid}.sidebar.is-collapsed .sidebar-brand,.sidebar.is-collapsed .side-nav button{justify-content:center;padding:0}.sidebar.is-collapsed .privacy-note{justify-content:center;margin-inline:10px}.topbar{border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#051526b8;flex:0 0 72px;justify-content:space-between;align-items:center;height:72px;padding:0 30px;display:flex}.topbar>div:first-child{align-items:center;gap:20px;min-width:0;display:flex}.topbar h1{letter-spacing:-.02em;margin:0;font-size:21px}.save-state{color:var(--mint);white-space:nowrap;align-items:center;gap:7px;font-size:13px;display:inline-flex}.save-state time{color:var(--muted-2);margin-left:6px}.topbar-actions{align-items:center;gap:14px;display:flex}.admin-profile{color:var(--muted);align-items:center;gap:10px;display:flex}.admin-profile>span:nth-child(2){flex-direction:column;display:flex}.admin-profile b{color:var(--text);font-size:13px}.admin-profile small{text-overflow:ellipsis;white-space:nowrap;max-width:280px;font-size:11px;overflow:hidden}.journey-actor{color:var(--muted);margin-top:6px;font-size:10px;line-height:1.45;display:block}.journey-actor b{color:var(--text);font-weight:650}.journey-evidence{gap:6px;display:grid}.journey-sync-evidence{color:var(--mint);align-items:center;gap:5px;font-weight:700;line-height:1.45;display:inline-flex}.avatar{color:#fff;background:linear-gradient(145deg,#8d816b,#4a5565);border-radius:50%;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.wizard-main{flex:auto;grid-template-columns:minmax(0,1fr) 350px;gap:26px;min-height:0;padding:26px 30px 20px;display:grid;overflow:auto}.wizard-column{min-width:0}.stepper{grid-template-columns:repeat(4,minmax(0,1fr));margin:0 4px 28px;padding:0;list-style:none;display:grid}.stepper li{grid-template-rows:auto;grid-template-columns:auto 1fr;align-items:start;min-width:0;display:grid}.stepper button{color:var(--muted);cursor:pointer;background:0 0;border:0;justify-items:center;gap:8px;min-width:74px;padding:0;display:grid}.step-number{color:#b7c2cf;border:2px solid #617287;border-radius:50%;place-items:center;width:31px;height:31px;font-size:13px;font-weight:700;display:grid}.stepper button>span:last-child{font-size:12px}.step-line{background:#52657b;min-width:14px;height:2px;margin:15px 8px 0}.stepper li.complete .step-number{border-color:var(--gold);color:var(--gold)}.stepper li.complete .step-line{background:var(--gold)}.stepper li.active .step-number{background:var(--gold);border-color:var(--gold);color:#382b0e;box-shadow:0 0 0 5px #e7b84814}.stepper li.active button>span:last-child{color:var(--gold);font-weight:700}.step-panel{border-top:1px solid var(--border);padding-top:22px;animation:.2s ease-out fade-in}@keyframes fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.section-title{align-items:flex-start;gap:13px;margin-bottom:22px;display:flex}.section-icon{background:var(--gold-soft);width:38px;height:38px;color:var(--gold);border:1px solid #e7b84833;border-radius:9px;flex:none;place-items:center;display:grid}.section-title h2{letter-spacing:-.02em;margin:0 0 5px;font-size:20px}.section-title p{color:var(--muted);margin:0;font-size:13px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 28px;display:grid}.travel-party-slot{border:1px solid color-mix(in srgb, var(--border) 76%, var(--gold) 24%);background:color-mix(in srgb, var(--panel) 92%, var(--gold) 8%);border-radius:14px;margin:clamp(18px,1.1vw,32px) 0 0;padding:clamp(16px,1vw,28px)}.travel-party-slot legend{color:var(--text);padding-inline:10px;font-size:clamp(1rem,.72rem + .25vw,1.35rem);font-weight:800}.travel-party-slot>p{color:var(--muted);margin:0 0 14px;line-height:1.65}.travel-party-slot .form-grid{margin-top:0}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field-label{color:#b9c6d5;font-size:12px;font-weight:600}.field-label b{color:var(--gold)}.control-wrap{align-items:center;display:flex;position:relative}.control-wrap input,.control-wrap select,.control-wrap textarea{width:100%;min-height:48px;color:var(--text);background:#06192cbd;border:1px solid #3c5773;border-radius:8px;padding:11px 42px 11px 14px;transition:border-color .15s,background .15s,box-shadow .15s}.control-wrap textarea{resize:vertical;min-height:80px;line-height:1.45}.control-wrap input:hover,.control-wrap select:hover,.control-wrap textarea:hover{border-color:#567493}.control-wrap input:focus,.control-wrap select:focus,.control-wrap textarea:focus{border-color:var(--blue);background:#081f36eb;outline:0;box-shadow:0 0 0 3px #62baff1a}.control-wrap input[readonly]{color:var(--gold);background:#e7b8480e}.control-prefix{z-index:1;color:#9cb5cc;align-items:center;font-size:12px;display:inline-flex;position:absolute;left:13px}.control-prefix+input,.control-prefix+select{padding-left:44px}.valid-mark{color:var(--mint);position:absolute;right:-25px}.select-chevron{pointer-events:none;color:var(--muted);position:absolute;right:13px}.field select{appearance:none;padding-right:36px}.field select+.select-chevron+.valid-mark{right:-25px}.field-hint,.field-message{color:var(--muted-2);font-size:10.5px;line-height:1.35}.field-message{color:var(--danger)}.field-error .control-wrap input,.field-error .control-wrap select,.field-error .control-wrap textarea{border-color:var(--danger)}.conditional-other-field{border:1px solid color-mix(in srgb, var(--gold) 45%, transparent);background:color-mix(in srgb, var(--gold) 7%, transparent);border-radius:12px;padding:14px}.check-field{border:1px solid var(--border-soft);cursor:pointer;background:#ffffff05;border-radius:8px;grid-column:span 2;align-items:flex-start;gap:12px;padding:14px;display:flex}.check-field input{width:17px;height:17px;accent-color:var(--gold);margin-top:2px}.check-field span{flex-direction:column;gap:3px;display:flex}.check-field b{font-size:12px}.check-field small{color:var(--muted);font-size:11px}.calculation-panel{background:var(--gold-soft);border:1px solid #e7b84840;border-radius:9px;grid-template-columns:auto 1fr 1fr;align-self:end;align-items:center;gap:14px;min-height:86px;padding:12px 14px;display:grid}.calculation-panel>span{color:var(--gold);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.calculation-panel div{flex-direction:column;gap:2px;display:flex}.calculation-panel small{color:var(--muted);font-size:10px}.calculation-panel strong{font-size:13px}.mission-preview{min-width:0;box-shadow:var(--shadow);background:linear-gradient(#071b30f5,#061526f5);border:1px solid #36516d;border-radius:10px;align-self:start;padding:20px;position:sticky;top:4px}.preview-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.preview-heading h2{margin:0;font-size:17px}.preview-heading span{color:var(--muted-2);font-size:11px}.preview-id{border-bottom:1px solid var(--border);grid-template-columns:36px minmax(0,1fr) 30px;align-items:center;gap:10px;padding:13px 0 16px;display:grid}.preview-id>span{width:34px;height:34px;color:var(--blue);background:#ffffff0a;border-radius:7px;place-items:center;display:grid}.preview-id div{flex-direction:column;min-width:0;display:flex}.preview-id small,.preview-total small{color:var(--muted);font-size:10px}.preview-id strong{letter-spacing:.02em;font-size:17px}.copy-button{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.copy-button:hover{color:var(--text);background:#ffffff0f}.mission-preview dl{margin:0}.mission-preview dl>div{border-bottom:1px solid var(--border-soft);padding:10px 0}.mission-preview dt{color:var(--muted);margin-bottom:3px;font-size:10px}.mission-preview dd{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:650;overflow:hidden}.mission-preview dd.gold{color:var(--gold)}.late-deferred-card>p{border:1px solid color-mix(in srgb, var(--accent) 24%, var(--border));background:color-mix(in srgb, var(--accent) 7%, var(--surface));color:var(--muted);border-radius:12px;margin:0 0 14px;padding:14px;line-height:1.75}.late-workflow-main .form-grid{align-items:start}.preview-total{flex-direction:column;gap:4px;padding-top:16px;display:flex}.preview-total strong{color:var(--gold-strong);font-size:22px}.preview-total span{color:var(--muted-2);font-size:10px}.action-bar{border-top:1px solid var(--border);background:#051526f0;flex:none;align-items:center;gap:12px;min-height:76px;padding:12px 30px;display:flex}.action-spacer{flex:1}.primary-button,.secondary-button,.danger-button{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 17px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.primary-button{color:#1d1a12;background:linear-gradient(#f0c24f,#dfa937);box-shadow:0 7px 22px #e7b84821}.primary-button:hover{filter:brightness(1.04)}.secondary-button{color:#cbd7e4;background:#ffffff06;border-color:#44627f}.secondary-button:hover{background:#ffffff0e;border-color:#5e7d9a}.danger-button{color:#faa;background:#ff7d7d12;border-color:#ff7d7d52}.language-toggle{color:#d7e2ed;cursor:pointer;background:#ffffff06;border:1px solid #496681;border-radius:999px;align-items:center;gap:7px;min-height:36px;padding:0 10px;display:inline-flex}.language-toggle:hover{border-color:var(--blue);background:#62baff12}.language-toggle>span{min-width:23px;height:23px;color:var(--blue);background:#62baff1f;border-radius:999px;place-items:center;padding-inline:5px;font-size:11px;font-weight:800;display:grid}.language-toggle b{font-size:11px}.language-toggle.is-compact b{display:none}.language-toggle.is-compact{justify-content:center;width:38px;padding:0}.review-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.review-grid article{border:1px solid var(--border-soft);background:#ffffff05;border-radius:9px;padding:15px}.review-grid header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.review-grid h3{margin:0;font-size:13px}.review-grid header button{color:var(--blue);cursor:pointer;background:0 0;border:0;font-size:10px}.review-grid dl{gap:7px;margin:0;display:grid}.review-grid dl div{justify-content:space-between;gap:12px;display:flex}.review-grid dt{color:var(--muted);font-size:10px}.review-grid dd{text-align:right;text-overflow:ellipsis;margin:0;font-size:10.5px;font-weight:650;overflow:hidden}.export-readiness{background:#59d5a80e;border:1px solid #59d5a840;border-radius:9px;align-items:center;gap:11px;margin-top:14px;padding:14px;display:flex}.export-readiness>svg{color:var(--mint)}.export-readiness div{flex-direction:column;flex:1;gap:2px;display:flex}.export-readiness b{font-size:12px}.export-readiness span{color:var(--muted);font-size:10.5px}.export-readiness.is-blocked{background:#ff7d7d0e;border-color:#ff7d7d47}.export-readiness.is-blocked>svg{color:var(--danger)}.outcome-row{grid-template-columns:1fr 1fr;gap:28px;margin-top:14px;display:grid}.page-main{flex:1;padding:30px;overflow:auto}.page-heading{justify-content:space-between;align-items:center;gap:20px;margin-bottom:22px;display:flex}.page-heading h2{margin:0 0 6px;font-size:22px}.page-heading p{color:var(--muted);margin:0;font-size:13px}.register-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.search-box{width:min(430px,100%);height:42px;color:var(--muted);background:#051627bf;border:1px solid #39536d;border-radius:8px;align-items:center;gap:9px;padding:0 12px;display:flex}.search-box input{color:var(--text);background:0 0;border:0;outline:0;width:100%}.filter-group{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.compact-select{min-height:42px;color:var(--muted);background:#051627bf;border:1px solid #39536d;border-radius:8px;align-items:center;gap:7px;padding:0 10px;display:flex;position:relative}.compact-select select{appearance:none;max-width:180px;color:var(--text);background:0 0;border:0;outline:0;padding-inline:0 22px;font-size:11px}.compact-select>svg:last-child{pointer-events:none;position:absolute;inset-inline-end:8px}.table-shell{border:1px solid var(--border-soft);background:#07192c9e;border-radius:10px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:900px}th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.045em;border-bottom:1px solid var(--border);background:#ffffff06;padding:12px 14px;font-size:10px;font-weight:700}td{color:#c9d5e2;border-bottom:1px solid var(--border-soft);padding:14px;font-size:11.5px}tbody tr:hover{background:#ffffff05}.workflow-badge{width:fit-content;color:var(--gold);white-space:nowrap;background:#e7b84812;border:1px solid #e7b84840;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:9.5px;font-weight:750;display:inline-flex}.workflow-badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.workflow-badge.ready-for-review{color:var(--blue);background:#62baff12;border-color:#62baff40}.workflow-badge.approved,.workflow-badge.exported{color:var(--mint);background:#59d5a812;border-color:#59d5a840}.workflow-badge.closed{color:var(--muted);background:#9cacbf0f;border-color:#9cacbf3d}.row-actions{align-items:center;gap:4px;display:flex}.row-actions button{width:31px;height:31px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.row-actions button:hover{color:var(--blue);background:#62baff14}.row-actions button.is-danger:hover{color:var(--danger);background:#ff7d7d14}.empty-state{text-align:center;border:1px dashed #35506b;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:30px;display:flex}.empty-state>span{background:var(--gold-soft);width:58px;height:58px;color:var(--gold);border-radius:14px;place-items:center;display:grid}.empty-state h3{margin:16px 0 5px;font-size:17px}.empty-state p{color:var(--muted);max-width:420px;margin:0 0 18px;font-size:12px;line-height:1.55}.tab-list{border-bottom:1px solid var(--border);gap:6px;margin-bottom:14px;display:flex}.tab-list button{height:42px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;padding:0 15px;font-size:12px}.tab-list button.active{color:var(--gold);border-bottom-color:var(--gold)}.tab-list span{color:var(--muted-2);margin-left:7px}.reference-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.reference-list article{border:1px solid var(--border-soft);background:#ffffff04;border-radius:8px;align-items:center;gap:11px;min-width:0;min-height:67px;padding:11px 13px;display:flex}.reference-icon{width:36px;height:36px;color:var(--blue);background:#62baff12;border-radius:8px;flex:none;place-items:center;display:grid}.reference-list article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.reference-list b{white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}.reference-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.active-label{color:var(--mint);align-items:center;gap:5px;margin-left:auto;font-size:10px;display:inline-flex}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00070fbf;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#0b2037;border:1px solid #45617e;border-radius:12px;width:min(560px,100%);padding:20px;box-shadow:0 32px 80px #00000080}.modal header{justify-content:space-between;align-items:flex-start;display:flex}.modal h2{margin:0 0 5px;font-size:19px}.modal p{color:var(--muted);margin:0;font-size:11px}.modal-fields{gap:14px;margin-top:20px;display:grid}.modal footer{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.settings-page{max-width:1050px}.settings-section{border:1px solid var(--border-soft);background:#ffffff04;border-radius:11px;margin-bottom:16px;padding:20px}.settings-section header{justify-content:space-between;gap:20px;margin-bottom:20px;display:flex}.settings-section header svg{color:var(--gold)}.settings-section h3{margin:0 0 5px;font-size:16px}.settings-section p{color:var(--muted);margin:0;font-size:11px}.settings-section>.secondary-button,.settings-section>.danger-button{margin-top:18px}.boundary-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.boundary-grid div{border-left:2px solid var(--mint);background:#59d5a80b;flex-direction:column;gap:3px;padding:16px;display:flex}.boundary-grid b{font-size:21px}.boundary-grid span{color:var(--muted);font-size:10px}.auth-screen{background:radial-gradient(circle at 20% 10%, #62baff14, transparent 30%), radial-gradient(circle at 90% 90%, #e7b84814, transparent 34%), var(--bg);grid-template-columns:minmax(360px,510px) minmax(300px,430px);justify-content:center;align-items:center;gap:54px;min-height:100vh;padding:44px;display:grid}.auth-card{background:linear-gradient(#0c2640f5,#06182af7);border:1px solid #395573;border-radius:16px;padding:34px;position:relative;box-shadow:0 34px 80px #00000057}.auth-card-tools{position:absolute;inset-block-start:20px;inset-inline-end:20px}.auth-brand{align-items:center;gap:11px;margin-bottom:36px;display:flex}.auth-brand>span{color:#2b220e;background:linear-gradient(145deg,#f0c859,#d9a635);border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.auth-brand div{flex-direction:column;gap:2px;display:flex}.auth-brand b{letter-spacing:-.01em;font-size:16px}.auth-brand small{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px}.auth-heading{align-items:flex-start;gap:13px;margin-bottom:26px;display:flex}.auth-heading>span{width:40px;height:40px;color:var(--blue);background:#62baff14;border:1px solid #62baff29;border-radius:9px;flex:none;place-items:center;display:grid}.auth-heading h1{letter-spacing:-.025em;margin:0 0 7px;font-size:24px}.auth-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.auth-form{gap:17px;display:grid}.auth-form>label{gap:7px;display:grid}.auth-form>label>span:first-child{color:#bdcad8;font-size:12px;font-weight:650}.auth-form label>small{color:var(--muted-2);font-size:10.5px}.auth-control{height:49px;color:var(--muted);background:#051627c2;border:1px solid #3c5773;border-radius:8px;align-items:center;gap:10px;padding:0 13px;display:flex}.auth-control:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #62baff1a}.auth-control input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;padding:0}.auth-error,.admin-error,.backend-warning,.global-auth-error{color:#ffc5c5;background:#ff7d7d13;border:1px solid #ff7d7d4d;border-radius:8px;font-size:11.5px;line-height:1.5}.auth-error{padding:11px 13px}.auth-submit{width:100%;margin-top:3px}.auth-assurance{padding:30px}.auth-assurance>div{color:var(--gold);align-items:center;gap:12px;display:flex}.auth-assurance h2{color:var(--text);margin:0;font-size:20px}.auth-assurance>p{color:var(--muted);margin:15px 0 22px;font-size:13px;line-height:1.65}.auth-assurance ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.auth-assurance li{color:#c7d4e0;align-items:center;gap:9px;font-size:12px;display:flex}.auth-assurance li svg{color:var(--mint)}.auth-loading{min-height:100vh;color:var(--muted);background:var(--bg);justify-content:center;align-items:center;gap:12px;display:flex}.global-auth-error{z-index:5;text-align:center;width:min(460px,100% - 36px);padding:11px 14px;position:fixed;top:18px;left:50%;transform:translate(-50%)}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.backend-warning{margin:12px 30px 0;padding:10px 13px}.administration-page{max-width:1360px}.admin-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-bottom:22px;display:grid}.admin-summary article{border:1px solid var(--border-soft);background:#ffffff04;border-radius:9px;align-items:center;gap:12px;min-height:78px;padding:14px 16px;display:flex}.admin-summary article>svg{color:var(--gold)}.admin-summary article div{flex-direction:column;gap:3px;display:flex}.admin-summary b{font-size:17px}.admin-summary span{color:var(--muted);font-size:10.5px}.admin-tabs button{align-items:center;gap:6px;display:inline-flex}.admin-tabs button span{margin-left:2px}.admin-error{margin-bottom:14px;padding:11px 13px}.admin-loading,.admin-empty{min-height:220px;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-size:12px;display:flex}.audit-table-shell table{min-width:960px}.audit-table-shell th:first-child{width:175px}.audit-table-shell th:nth-child(2){width:160px}.audit-table-shell th:nth-child(3){width:230px}.audit-table-shell td{vertical-align:middle}.audit-table-shell time{color:var(--muted);white-space:nowrap}.audit-user{align-items:center;gap:8px;display:inline-flex}.audit-user>span{color:#fff;background:linear-gradient(145deg,#796d59,#435164);border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;display:grid}.audit-code{color:var(--muted-2);margin-top:3px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:9px;display:block}.users-layout{grid-template-columns:minmax(340px,.85fr) minmax(380px,1.15fr);align-items:start;gap:16px;display:grid}.user-create-card{margin:0}.user-create-form{gap:16px;display:grid}.user-create-form .primary-button{justify-self:start;margin-top:2px}.user-list{gap:8px;display:grid}.user-list article{border:1px solid var(--border-soft);background:#ffffff04;border-radius:9px;align-items:center;gap:11px;min-height:70px;padding:12px 14px;display:flex}.user-list article>div{flex-direction:column;gap:4px;min-width:0;display:flex}.user-list b{font-size:12px}.user-list small{color:var(--muted);font-size:9.5px}.role-badge{color:var(--blue);background:#62baff12;border:1px solid #62baff3d;border-radius:999px;margin-left:auto;padding:5px 8px;font-size:9.5px;font-weight:700}.role-badge.admin{color:var(--gold);background:#e7b84812;border-color:#e7b84840}.overview-page{width:100%;max-width:1600px;margin-inline:auto}.overview-hero{min-height:132px;box-shadow:var(--shadow);background:linear-gradient(120deg,#123654e6,#071b30d6);border:1px solid #36536f;border-radius:14px;justify-content:space-between;align-items:center;gap:26px;margin-bottom:18px;padding:24px 26px;display:flex}.overview-hero .eyebrow{color:var(--gold);letter-spacing:.1em;text-transform:uppercase;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.overview-hero h2{letter-spacing:-.03em;margin:0 0 7px;font-size:27px}.overview-hero p{max-width:690px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.workflow-hero-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;margin-bottom:12px;display:grid}.kpi-card{border:1px solid var(--border-soft);background:#ffffff05;border-radius:11px;align-items:center;gap:13px;min-height:94px;padding:16px;display:flex}.kpi-card>span{width:40px;height:40px;color:var(--gold);background:#e7b84814;border-radius:10px;flex:none;place-items:center;display:grid}.kpi-card.mint>span{color:var(--mint);background:#59d5a814}.kpi-card.blue>span{color:var(--blue);background:#62baff14}.kpi-card.danger>span{color:var(--danger);background:#ff7d7d14}.kpi-card>div{flex-direction:column;gap:3px;display:flex}.kpi-card b{font-size:24px;line-height:1}.kpi-card small{color:var(--muted);font-size:10.5px}.source-strip{background:#62baff0b;border:1px solid #62baff33;border-radius:10px;align-items:center;gap:11px;min-height:64px;margin-bottom:12px;padding:12px 15px;display:flex}.source-icon{width:36px;height:36px;color:var(--blue);background:#62baff14;border-radius:8px;flex:none;place-items:center;display:grid}.source-strip>div:nth-child(2){flex-direction:column;gap:3px;display:flex}.source-strip b{font-size:11.5px}.source-strip span,.source-strip>small{color:var(--muted);font-size:10px}.source-strip>small{margin-inline-start:auto}.overview-columns{grid-template-columns:1.08fr .92fr;gap:12px;display:grid}.workspace-card{border:1px solid var(--border-soft);background:#ffffff04;border-radius:11px;min-height:320px;overflow:hidden}.workspace-card>header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:15px;min-height:72px;padding:15px 17px;display:flex}.workspace-card h3{margin:0 0 4px;font-size:15px}.workspace-card header p{color:var(--muted);margin:0;font-size:10.5px}.text-button{color:var(--blue);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 9px;font-size:10.5px;font-weight:700}.text-button:hover{background:#62baff12}.attention-list,.recent-list{display:grid}.attention-list>button,.recent-list>button{border:0;border-bottom:1px solid var(--border-soft);width:100%;min-height:61px;color:inherit;text-align:start;cursor:pointer;background:0 0;align-items:center;gap:11px;padding:10px 15px;display:flex}.attention-list>button:hover,.recent-list>button:hover{background:#ffffff06}.attention-list button>span:nth-child(2),.recent-list button>span:first-child{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.attention-list b,.recent-list b{font-size:11.5px}.attention-list small,.recent-list small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9.5px;overflow:hidden}.attention-icon{width:32px;height:32px;color:var(--danger);background:#ff7d7d12;border-radius:8px;flex:none;place-items:center;display:grid}.calm-empty{text-align:center;min-height:225px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:24px;font-size:11px;display:flex}.calm-empty svg{color:var(--mint)}.queue-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.queue-summary article{border:1px solid var(--border-soft);background:#ffffff04;border-radius:9px;align-items:center;gap:11px;min-height:74px;padding:13px 15px;display:flex}.queue-summary article>svg{color:var(--gold)}.queue-summary article:nth-child(2)>svg{color:var(--mint)}.queue-summary article:nth-child(3)>svg{color:var(--danger)}.queue-summary article div{flex-direction:column;gap:2px;display:flex}.queue-summary b{font-size:18px}.queue-summary span{color:var(--muted);font-size:10px}.queue-list{gap:9px;display:grid}.queue-list>article{background:#62baff09;border:1px solid #62baff38;border-radius:10px;justify-content:space-between;align-items:center;gap:18px;min-height:105px;padding:15px;display:flex}.queue-list>article.is-blocked{background:#ff7d7d09;border-color:#ff7d7d3d}.queue-record-main{align-items:center;gap:12px;min-width:0;display:flex}.queue-record-icon{width:40px;height:40px;color:var(--blue);background:#62baff17;border-radius:9px;flex:none;place-items:center;display:grid}.is-blocked .queue-record-icon{color:var(--danger);background:#ff7d7d17}.queue-record-main>div{min-width:0}.record-title{align-items:center;gap:9px;display:flex}.record-title>b{font-size:13px}.queue-record-main p{max-width:620px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin:7px 0 5px;font-size:10.5px;overflow:hidden}.validation-clear,.validation-missing{font-size:9.5px;font-weight:700}.validation-clear{color:var(--mint)}.validation-missing{color:var(--danger)}.queue-actions{align-items:center;gap:7px;display:flex}.record-modal{width:min(680px,100%)}.record-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px;display:grid}.record-detail-grid>div{border:1px solid var(--border-soft);background:#ffffff04;border-radius:8px;min-width:0;padding:12px}.record-detail-grid dt{color:var(--muted);margin-bottom:5px;font-size:9.5px}.record-detail-grid dd{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:11.5px;font-weight:650;overflow:hidden}.readiness-complete{color:var(--mint)!important}.readiness-missing{color:var(--danger)!important}.masked-input{letter-spacing:.13em}[dir=rtl]{font-family:Segoe UI,Tahoma,Arial,sans-serif}[dir=rtl] .sidebar{border-right:0;border-left:1px solid var(--border-soft)}[dir=rtl] .side-nav button{text-align:right;border-left:0;border-right:3px solid #0000}[dir=rtl] .side-nav button.active{border-right-color:var(--gold);background:linear-gradient(270deg,#264a71cc,#1a3450b8)}[dir=rtl] .save-state time{margin-left:0;margin-right:6px}[dir=rtl] .control-prefix{left:auto;right:13px}[dir=rtl] .control-prefix+input,[dir=rtl] .control-prefix+select{padding-left:42px;padding-right:44px}[dir=rtl] .valid-mark{left:-25px;right:auto}[dir=rtl] .select-chevron{left:13px;right:auto}[dir=rtl] .field select{padding-left:36px;padding-right:14px}[dir=rtl] .field select+.select-chevron+.valid-mark{left:-25px;right:auto}[dir=rtl] .review-grid dd{text-align:left}[dir=rtl] th{text-align:right}[dir=rtl] .active-label,[dir=rtl] .role-badge{margin-left:0;margin-right:auto}[dir=rtl] .toast{left:24px;right:auto}[dir=rtl] input[type=date],[dir=rtl] input[type=month],[dir=rtl] input[type=number],[dir=rtl] .masked-input,[dir=rtl] .preview-id strong,[dir=rtl] .audit-code{text-align:right;direction:ltr}.toast{z-index:70;color:#d8fff0;max-width:380px;min-height:46px;box-shadow:var(--shadow);pointer-events:none;background:#0c2a35;border:1px solid #59d5a859;border-radius:9px;align-items:center;gap:9px;padding:0 16px;font-size:12px;animation:.2s ease-out toast-in;display:flex;position:fixed;bottom:24px;right:24px}@keyframes toast-in{0%{opacity:0;transform:translateY(10px)}}.mobile-nav{display:none}@media (width<=1180px){.app-shell{grid-template-columns:80px minmax(0,1fr)}.sidebar .brand-mark,.sidebar .brand-copy,.sidebar .side-nav span,.sidebar .privacy-note div{display:none}.sidebar .menu-button{display:inline-grid}.sidebar .sidebar-brand,.sidebar .side-nav button{justify-content:center;padding:0}.sidebar .privacy-note{justify-content:center;margin-inline:10px}.wizard-main{grid-template-columns:minmax(0,1fr) 305px;padding-inline:22px}.form-grid{column-gap:22px}.valid-mark{display:none}.review-grid,.overview-columns{grid-template-columns:1fr}.queue-list>article{flex-direction:column;align-items:flex-start}}@media (width<=900px){.app-shell,.app-shell.nav-collapsed{display:block}.sidebar{display:none}.app-surface{padding-bottom:68px}.topbar{flex-basis:64px;height:64px;padding:0 18px}.topbar h1{font-size:18px}.save-state time,.admin-profile>span:nth-child(2),.admin-profile>svg{display:none}.wizard-main{flex-direction:column;gap:20px;padding:20px 18px;display:flex;overflow:visible}.mission-preview{width:100%;position:static}.action-bar{z-index:35;flex-wrap:wrap;min-height:64px;padding:10px 18px;position:fixed;bottom:68px;left:0;right:0;box-shadow:0 -12px 30px #0000002e}.wizard-main{padding-bottom:92px}.action-spacer{display:none}.action-bar .primary-button{margin-left:auto}.mobile-nav{z-index:40;height:68px;padding-bottom:env(safe-area-inset-bottom);grid-template-columns:repeat(var(--mobile-items), 1fr);border-top:1px solid var(--border);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#04101ff5;display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{color:var(--muted);background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:9px;display:flex}.mobile-nav button.active{color:var(--gold)}.toast{bottom:82px;left:18px;right:18px}.page-main{padding:22px 18px}.auth-screen{grid-template-columns:minmax(0,520px);gap:12px;padding:28px 20px}.auth-assurance{padding:18px 10px}.admin-summary,.users-layout{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.queue-summary{grid-template-columns:1fr}.register-toolbar{flex-direction:column;align-items:stretch}.filter-group{justify-content:flex-start}}@media (width<=640px){.topbar>div:first-child{gap:11px}.save-state{font-size:0}.save-state svg{width:17px;height:17px}.stepper{margin-inline:-4px}.stepper button{min-width:52px}.stepper button>span:last-child{font-size:10px}.step-line{margin-inline:2px}.form-grid,.outcome-row{grid-template-columns:1fr}.check-field{grid-column:span 1}.calculation-panel{grid-template-columns:1fr 1fr}.calculation-panel>span{grid-column:span 2}.action-bar{align-items:stretch}.action-bar .secondary-button:first-child{display:none}.action-bar .primary-button{flex:1;margin-left:0}.mission-preview{padding:17px}.page-heading{flex-direction:column;align-items:flex-start}.register-toolbar{flex-direction:column;align-items:stretch}.register-toolbar .secondary-button{width:100%}.reference-list,.boundary-grid{grid-template-columns:1fr}.export-readiness{flex-wrap:wrap;align-items:flex-start}.export-readiness .secondary-button{width:100%}.auth-screen{align-items:start;padding-top:24px}.auth-card{padding:24px 20px}.auth-assurance{display:none}.administration-page .page-heading .secondary-button{width:100%}.topbar-actions{gap:7px}.language-toggle{justify-content:center;width:38px;padding:0}.language-toggle b{display:none}.overview-hero{flex-direction:column;align-items:flex-start}.overview-hero .primary-button,.workflow-hero-actions,.workflow-hero-actions .primary-button,.workflow-hero-actions .secondary-button{width:100%}.kpi-grid{grid-template-columns:1fr}.source-strip{flex-wrap:wrap;align-items:flex-start}.source-strip>small{width:100%;margin-inline-start:47px}.filter-group{flex-direction:column;align-items:stretch}.compact-select,.filter-group .secondary-button{width:100%}.compact-select select{flex:1;max-width:none}.queue-actions{flex-direction:column;align-items:stretch;width:100%}.queue-actions button{width:100%}.record-detail-grid{grid-template-columns:1fr}}.tasks-command-bar{min-height:0;margin-bottom:14px;overflow:hidden}.tasks-command-bar__header{align-items:center!important;padding-bottom:16px!important}.tasks-command-bar__header>div:first-child{min-width:0}.tasks-command-bar .eyebrow{color:var(--gold);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.tasks-command-bar h2{letter-spacing:-.02em;margin:0 0 5px;font-size:23px}.tasks-command-bar p{max-width:760px;color:var(--muted);margin:0;font-size:13px;line-height:1.55}.tasks-command-bar__actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.tasks-command-bar__search{width:min(440px,38vw);margin:0}.task-counts{flex-wrap:wrap;gap:8px;padding:0 17px 17px;display:flex}.task-count-chip{border:1px solid var(--border-soft);background:var(--surface-2);min-height:36px;color:var(--muted);border-radius:999px;align-items:center;gap:7px;padding:7px 11px;font-size:11px;font-weight:700;display:inline-flex}.task-count-chip svg{color:var(--gold)}.task-count-chip b{color:var(--text);font-size:14px}.task-count-chip.is-progress svg{color:var(--blue)}.task-count-chip.is-waiting svg{color:var(--mint)}.mission-preview{padding:0;overflow:hidden}.mission-preview>summary{cursor:pointer;min-height:62px;margin:0;padding:14px 16px;list-style:none;transition:background-color .18s}.mission-preview>summary::-webkit-details-marker{display:none}.mission-preview>summary:hover{background:#62baff0b}.mission-preview>summary>span{gap:3px;min-width:0;display:grid}.mission-preview>summary small{color:var(--muted);font-size:10px;font-weight:600}.mission-preview>summary>svg{color:var(--blue);flex:none;transition:transform .2s}.mission-preview[open]>summary>svg{transform:rotate(180deg)}.mission-preview__body{padding:0 20px 20px;animation:.18s ease-out fade-in}.wizard-main:has(.mission-preview:not([open])){grid-template-columns:minmax(0,1fr) minmax(220px,280px)}.workflow-progress.is-compact{margin-top:12px;padding-block:12px 11px}.workflow-progress.is-compact .workflow-progress__icon,.workflow-progress.is-compact .workflow-progress__eyebrow,.workflow-progress.is-compact .workflow-progress__heading p,.workflow-progress.is-compact .workflow-progress__stats>small,.workflow-progress.is-compact .workflow-progress__context{display:none}.workflow-progress.is-compact .workflow-progress__header{grid-template-columns:minmax(0,1fr) auto}.workflow-progress.is-compact .workflow-progress__rail{margin-block:10px 0}.primary-button,.secondary-button,.danger-button,.side-nav button,.mobile-nav button,.recent-list button{transition:transform .14s,border-color .18s,background-color .18s,color .18s,filter .18s}.primary-button:active:not(:disabled),.secondary-button:active:not(:disabled),.danger-button:active:not(:disabled),.side-nav button:active:not(:disabled),.mobile-nav button:active:not(:disabled),.recent-list button:active:not(:disabled){transform:scale(.985)}html[data-theme=light] .task-count-chip{background:#f4f8fb}@media (width>=2560px) and (height>=1300px){.tasks-command-bar{margin-bottom:20px}.tasks-command-bar__header{padding-bottom:22px!important}.tasks-command-bar h2{font-size:33px}.tasks-command-bar p{max-width:1100px;font-size:17px}.tasks-command-bar .eyebrow,.task-count-chip{font-size:14px}.tasks-command-bar__search{width:min(640px,38vw)}.task-counts{gap:12px;padding:0 24px 24px}.task-count-chip{min-height:46px;padding:10px 15px}.task-count-chip b{font-size:19px}.mission-preview>summary{min-height:78px;padding:19px 24px}.mission-preview>summary small{font-size:13px}.mission-preview__body{padding:0 29px 29px}.workflow-progress.is-compact{margin-top:18px;padding-block:16px 14px}}@media (width>=3200px) and (height>=1800px){.tasks-command-bar h2{font-size:42px}.tasks-command-bar p{max-width:1400px;font-size:21px}.tasks-command-bar .eyebrow,.task-count-chip{font-size:17px}.task-counts{padding:0 32px 30px}.task-count-chip{min-height:56px;padding-inline:20px}.task-count-chip b{font-size:24px}.mission-preview>summary{min-height:94px;padding:23px 30px}.mission-preview>summary small{font-size:16px}.mission-preview__body{padding:0 37px 37px}}@media (width<=900px){.tasks-command-bar__header,.tasks-command-bar__actions{flex-direction:column;align-items:stretch!important}.tasks-command-bar__actions,.tasks-command-bar__search{width:100%}.wizard-main:has(.mission-preview:not([open])){grid-template-columns:1fr}.mission-preview{width:100%;position:static}}@media (width<=640px){.tasks-command-bar{margin-bottom:10px}.tasks-command-bar__header{gap:14px!important}.tasks-command-bar h2{font-size:20px}.tasks-command-bar p{font-size:14px}.tasks-command-bar__actions .primary-button{width:100%}.task-counts{grid-template-columns:repeat(3,minmax(0,1fr));padding-inline:12px;display:grid}.task-count-chip{justify-content:center;min-width:0;padding-inline:6px;font-size:11px}.task-count-chip svg{display:none}.workflow-progress.is-compact{width:calc(100% - 24px)}}.identity-gate{background:radial-gradient(circle at 50% 0%, #62baff1c, transparent 42%), var(--bg);min-height:100dvh;color:var(--text);place-items:center;padding:clamp(24px,5vw,84px);display:grid}.identity-gate__controls{z-index:2;gap:8px;display:flex;position:fixed;inset-block-start:clamp(16px,2vw,34px);inset-inline-end:clamp(16px,2vw,34px)}.identity-card{border:1px solid var(--border);background:linear-gradient(145deg, var(--surface), var(--surface-2));border-radius:18px;gap:18px;width:min(100%,680px);padding:clamp(28px,4vw,54px);display:grid;box-shadow:0 28px 80px #00000047}.identity-card__mark{width:58px;height:58px;color:var(--gold);background:#e7b84817;border:1px solid #e7b84861;border-radius:14px;place-items:center;display:grid}.identity-card__eyebrow{color:var(--gold);letter-spacing:.04em;margin:0;font-size:13px;font-weight:800}.identity-card h1{margin:-8px 0 0;font-size:clamp(26px,3vw,42px);line-height:1.18}.identity-card>p:not(.identity-card__eyebrow):not(.identity-error){color:var(--muted);margin:0;font-size:16px;line-height:1.8}.identity-account-form{gap:14px;display:grid}.identity-select{color:var(--muted);gap:8px;font-size:13px;font-weight:750;display:grid}.identity-select input{background:var(--surface-2);width:100%;min-height:52px;color:var(--text);font:inherit;text-align:start;border:1px solid #3c5773;border-radius:8px;outline:0;padding-inline:14px}.identity-select input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #62baff1a}.identity-select input[aria-invalid=true]{border-color:#d97f7f}.identity-demo-hint{color:var(--muted-2);font-size:12px;line-height:1.55}.identity-summary{border:1px solid var(--border-soft);background:#ffffff06;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.identity-summary b{color:var(--text)}.identity-summary span{color:var(--muted);font-size:13px}.identity-summary strong{color:var(--gold)}.identity-error{color:#ff9d9d;margin:0;font-weight:700}.identity-submit{justify-content:center;width:100%;min-height:52px}.identity-role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.identity-role-card{border:1px solid var(--border);background:var(--surface-2);min-height:92px;color:var(--text);text-align:start;border-radius:12px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;transition:border-color .16s,background-color .16s,transform .16s;display:grid}.identity-role-card:hover{background:var(--surface-3);border-color:#e7b84894;transform:translateY(-1px)}.identity-role-card:focus-visible{outline-offset:2px;border-color:var(--blue);outline:3px solid #62baff52}.identity-role-card:disabled{cursor:wait;opacity:.62;transform:none}.identity-role-card__icon{width:42px;height:42px;color:var(--gold);background:#e7b84814;border:1px solid #e7b84847;border-radius:10px;place-items:center;display:grid}.identity-role-card__copy{gap:5px;min-width:0;display:grid}.identity-role-card__copy b{color:var(--text);font-size:16px}.identity-role-card__copy small{color:var(--muted);font-size:12px;line-height:1.45}.identity-role-card>svg{color:var(--muted-2)}html[data-theme=light] .identity-gate{background:radial-gradient(circle at 50% 0%, #2174aa1c, transparent 42%), var(--bg)}html[data-theme=light] .identity-card{box-shadow:0 28px 80px #1f425c24}@media (width>=3200px) and (height>=1800px){.identity-card{border-radius:28px;gap:28px;width:min(100%,1040px);padding:78px}.identity-card__mark{border-radius:20px;width:84px;height:84px}.identity-card h1{font-size:58px}.identity-card>p:not(.identity-card__eyebrow):not(.identity-error){font-size:23px}.identity-select,.identity-summary span{font-size:19px}.identity-select input,.identity-submit{min-height:72px;font-size:21px}.identity-demo-hint{font-size:17px}.identity-summary{padding:22px 24px}.identity-role-grid{gap:18px}.identity-role-card{border-radius:18px;gap:18px;min-height:132px;padding:24px}.identity-role-card__icon{border-radius:14px;width:58px;height:58px}.identity-role-card__copy b{font-size:23px}.identity-role-card__copy small{font-size:17px}}@media (width<=640px){.identity-gate{align-items:start;padding:92px 16px 24px}.identity-card{border-radius:14px;gap:15px;padding:24px 18px}.identity-card h1{font-size:25px}.identity-card>p:not(.identity-card__eyebrow):not(.identity-error){font-size:14px}.identity-summary{flex-direction:column;align-items:flex-start;gap:4px}.identity-role-grid{grid-template-columns:1fr;gap:10px}.identity-role-card{min-height:78px;padding:13px 14px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.prototype-strip{min-height:30px;color:var(--gold);background:#e7b84813;border-bottom:1px solid #e7b84833;justify-content:center;align-items:center;gap:7px;padding:6px 30px;font-size:10px;font-weight:700;display:flex}.workflow-overview{max-width:1440px}.workflow-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-task-card{min-height:0}.workflow-toolbar{padding:14px 17px 0}.workflow-task-list{padding-bottom:4px}.workflow-task-list>button{min-height:78px;padding-inline:17px}.workflow-task-list>button>span:first-child{min-width:240px}.workflow-task-stage{flex-direction:column;gap:4px;min-width:150px;display:flex}.workflow-task-stage small{color:var(--muted);font-size:9.5px}.workflow-task-stage b{font-size:11.5px}.workflow-task-attribution{flex-wrap:wrap;gap:3px 12px;display:flex;white-space:normal!important;color:var(--muted-2)!important;overflow:visible!important}.workflow-task-attribution>span{min-width:0}.workflow-task-attribution bdi{color:var(--text);font-weight:750}.workflow-sync-state{line-height:1.4;color:var(--blue)!important;font-size:12px!important}.workflow-case-context{border-top:1px solid var(--border-soft);color:var(--blue);align-items:flex-start;gap:10px;margin-top:16px;padding-top:14px;display:flex}.workflow-case-context>span{flex-direction:column;gap:3px;min-width:0;display:flex}.workflow-case-context b{color:var(--text);font-size:11.5px}.workflow-case-context small{color:var(--muted);font-size:9.5px;line-height:1.45}.workflow-calculation{grid-column:span 2}.workflow-prior-card{border-top:1px solid var(--border);margin-top:24px;padding-top:20px}.workflow-section-title{margin-bottom:14px}.journey-page{max-width:1440px}.journey-hero{background:radial-gradient(circle at 12% 12%,#62baff1c,#0000 34%),linear-gradient(135deg,#0d2d4bf5,#051729f0);border:1px solid #62baff3d;border-radius:16px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;min-height:142px;margin-bottom:22px;padding:25px 28px;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 42px #0000002b}.journey-hero:after{content:"";background:linear-gradient(var(--gold), var(--blue));border-radius:999px;width:3px;position:absolute;inset-block:22px;inset-inline-start:0}.journey-hero__icon{width:58px;height:58px;color:var(--gold);background:#e7b84817;border:1px solid #e7b84852;border-radius:15px;place-items:center;display:grid;box-shadow:inset 0 0 22px #e7b8480a}.journey-hero__copy{min-width:0}.journey-hero__eyebrow{color:var(--gold);margin-bottom:7px;font-size:11px;font-weight:850;display:block}[dir=ltr] .journey-hero__eyebrow{letter-spacing:.09em;text-transform:uppercase}.journey-hero h2{letter-spacing:-.035em;text-wrap:balance;margin:0;font-family:Segoe UI Variable Display,Segoe UI,Tahoma,Arial,sans-serif;font-size:clamp(30px,2.1vw,42px);font-weight:850;line-height:1.12}[dir=rtl] .journey-hero h2{letter-spacing:0}.journey-hero p{color:#b9c8d8;text-wrap:pretty;max-width:850px;margin:10px 0 0;font-size:14px;line-height:1.75}.journey-hero__meta{justify-items:end;gap:12px;min-width:180px;display:grid}.journey-hero__verified{color:var(--mint);white-space:nowrap;align-items:center;gap:7px;font-size:11px;font-weight:750;display:inline-flex}.journey-case-header{background:linear-gradient(90deg,#e7b8480a,#0000 55%)}.journey-case-header>div>span{color:var(--gold);margin-bottom:5px;font-size:10px;font-weight:800;display:block}.journey-case-header h3{letter-spacing:.02em;font-size:18px}.journey-case-header__mark{width:40px;height:40px;color:var(--gold);background:var(--gold-soft);border:1px solid #e7b84838;border-radius:10px;place-items:center;display:grid}.journey-holder{margin-bottom:14px}.journey-card{min-height:0}.journey-card>header>svg{color:var(--gold)}.journey-table-shell{border:0;border-radius:0}.journey-table-shell td{vertical-align:top;line-height:1.55}.journey-table-shell td:first-child b{color:var(--text);font-size:12px}[dir=rtl] .workflow-task-list>button>svg{transform:scaleX(-1)}@media (width<=1180px){.workflow-task-list>button>span:first-child{min-width:190px}.workflow-task-stage{min-width:125px}}@media (width<=900px){.prototype-strip{padding-inline:18px}.workflow-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-task-list>button{flex-wrap:wrap;align-items:flex-start}.workflow-task-list>button>span:first-child{min-width:calc(100% - 90px)}.workflow-task-stage{flex:150px}.workflow-calculation{grid-column:span 2}}@media (width<=640px){.prototype-strip{text-align:center;min-height:38px;line-height:1.35}.workflow-kpi-grid{grid-template-columns:1fr}.workflow-toolbar{padding-inline:12px}.workflow-task-list>button{padding:14px 12px}.workflow-task-list>button>span:first-child{min-width:100%}.workflow-task-stage{min-width:calc(50% - 8px)}.workflow-task-list .workflow-badge{margin-inline-start:0}.workflow-calculation{grid-column:span 1}.journey-holder{flex-wrap:wrap;align-items:flex-start}.journey-holder>small{width:100%;margin-inline-start:47px}}@media (width>=2560px) and (height>=1300px){body{font-size:18px}.app-shell{grid-template-columns:320px minmax(0,1fr)}.app-shell.nav-collapsed{grid-template-columns:104px minmax(0,1fr)}.sidebar-brand{flex-basis:92px;gap:16px;height:92px;padding-inline:24px}.brand-mark{border-radius:11px;width:46px;height:46px}.brand-mark svg{width:27px;height:27px}.brand-copy b{font-size:19px}.brand-copy small{font-size:14px}.side-nav{gap:11px;padding:25px 12px}.side-nav button{gap:19px;height:68px;padding-inline:22px;font-size:17px}.side-nav button svg{width:25px;height:25px}.privacy-note{gap:15px;margin:auto 23px 34px}.privacy-note b{font-size:16px}.privacy-note span{font-size:14px}.topbar{flex-basis:92px;height:92px;padding-inline:48px}.topbar h1{font-size:29px}.topbar-actions{gap:20px}.language-toggle{gap:9px;min-height:48px;padding-inline:14px}.language-toggle>span{min-width:31px;height:31px;font-size:14px}.language-toggle b,.admin-profile b{font-size:16px}.admin-profile small{font-size:14px}.avatar{width:48px;height:48px}.prototype-strip{min-height:40px;padding-inline:48px;font-size:14px}.page-main{padding:46px 48px}.overview-page,.workflow-overview,.journey-page{max-width:2280px}.journey-hero{border-radius:20px;gap:24px;min-height:190px;margin-bottom:30px;padding:34px 38px}.journey-hero__icon{border-radius:18px;width:74px;height:74px}.journey-hero__icon svg{width:36px;height:36px}.journey-hero__eyebrow{font-size:15px}.journey-hero h2{font-size:50px}.journey-hero p{max-width:1280px;font-size:19px}.journey-hero__verified{font-size:14px}.journey-case-header>div>span{font-size:13px}.journey-case-header h3{font-size:24px}.overview-hero{border-radius:18px;min-height:190px;margin-bottom:26px;padding:36px 40px}.overview-hero .eyebrow{margin-bottom:10px;font-size:14px}.overview-hero h2{margin-bottom:10px;font-size:39px}.overview-hero p{max-width:1040px;font-size:18px;line-height:1.6}.primary-button,.secondary-button,.danger-button{border-radius:10px;gap:11px;min-height:54px;padding-inline:23px;font-size:16px}.kpi-grid{gap:16px;margin-bottom:18px}.kpi-card{border-radius:14px;gap:18px;min-height:128px;padding:23px}.kpi-card>span{border-radius:12px;width:56px;height:56px}.kpi-card>span svg{width:26px;height:26px}.kpi-card b{font-size:35px}.kpi-card small{font-size:14px}.workspace-card{border-radius:14px}.workspace-card>header{min-height:96px;padding:21px 24px}.workspace-card h3{margin-bottom:6px;font-size:21px}.workspace-card header p{font-size:14px}.workflow-toolbar{padding:20px 24px 0}.search-box{border-radius:10px;gap:12px;width:min(620px,100%);height:56px;padding-inline:16px}.search-box input{font-size:16px}.workflow-task-list>button{gap:18px;min-height:110px;padding-inline:24px}.workflow-task-list>button>span:first-child{min-width:360px}.workflow-task-list b{font-size:16px}.workflow-task-list small,.workflow-task-stage small{font-size:13px}.workflow-task-stage{gap:6px;min-width:210px}.workflow-task-stage b{font-size:16px}.workflow-badge{padding:7px 11px;font-size:13px}.wizard-main{grid-template-columns:minmax(0,1fr) 500px;gap:40px;padding:40px 48px 30px}.stepper{margin:0 6px 40px}.stepper button{gap:11px;min-width:105px}.step-number{width:43px;height:43px;font-size:17px}.stepper button>span:last-child{font-size:16px}.step-line{margin:21px 12px 0}.step-panel{padding-top:30px}.section-title{gap:17px;margin-bottom:30px}.section-icon{border-radius:11px;width:52px;height:52px}.section-icon svg{width:25px;height:25px}.section-title h2{margin-bottom:7px;font-size:28px}.section-title p{font-size:17px}.form-grid{gap:25px 38px}.field{gap:10px}.field-label{font-size:16px}.control-wrap input,.control-wrap select,.control-wrap textarea{border-radius:10px;min-height:64px;padding:15px 54px 15px 18px;font-size:17px}.field-hint,.field-message{font-size:14px}.select-chevron{width:22px;height:22px;inset-inline-end:17px}.calculation-panel{border-radius:11px;gap:19px;min-height:112px;padding:18px 20px}.calculation-panel>span{font-size:14px}.calculation-panel small{font-size:13px}.calculation-panel strong{font-size:17px}.mission-preview{border-radius:13px;padding:29px}.preview-heading{margin-bottom:22px}.preview-heading h2{font-size:23px}.preview-heading span{font-size:14px}.preview-id{grid-template-columns:48px minmax(0,1fr) 38px;gap:14px;padding:18px 0 22px}.preview-id>span{width:46px;height:46px}.preview-id small,.preview-total small{font-size:13px}.preview-id strong{font-size:23px}.mission-preview dl>div{padding:14px 0}.mission-preview dt{margin-bottom:5px;font-size:13px}.mission-preview dd{font-size:16px}.preview-total{gap:6px;padding-top:22px}.preview-total strong{font-size:28px}.preview-total span,.workflow-case-context small{font-size:13px}.workflow-case-context b{font-size:16px}.action-bar{gap:16px;min-height:94px;padding:17px 48px}.page-heading{margin-bottom:30px}.page-heading h2{margin-bottom:8px;font-size:30px}.page-heading p{font-size:17px}.source-strip{border-radius:12px;min-height:86px;padding:17px 21px}.source-strip b{font-size:16px}.source-strip span,.source-strip>small{font-size:13px}table{min-width:1280px}th{padding:17px 20px;font-size:14px}td{padding:19px 20px;font-size:16px}}@media (width>=3200px) and (height>=1800px){body{font-size:20px}.app-shell{grid-template-columns:384px minmax(0,1fr)}.app-shell.nav-collapsed{grid-template-columns:124px minmax(0,1fr)}.sidebar-brand{flex-basis:112px;height:112px;padding-inline:30px}.brand-mark{width:56px;height:56px}.brand-copy b{font-size:23px}.brand-copy small{font-size:16px}.side-nav{gap:14px;padding:31px 15px}.side-nav button{gap:24px;height:82px;padding-inline:28px;font-size:21px}.topbar{flex-basis:112px;height:112px;padding-inline:64px}.topbar h1{font-size:36px}.avatar{width:58px;height:58px}.prototype-strip{min-height:50px;padding-inline:64px;font-size:17px}.page-main{padding:60px 64px}.overview-page,.workflow-overview,.journey-page{max-width:3160px}.overview-hero{border-radius:21px;min-height:236px;margin-bottom:32px;padding:46px 52px}.overview-hero .eyebrow{font-size:17px}.overview-hero h2{font-size:50px}.overview-hero p{max-width:1320px;font-size:22px}.primary-button,.secondary-button,.danger-button{min-height:66px;padding-inline:29px;font-size:19px}.kpi-grid{gap:20px;margin-bottom:22px}.kpi-card{min-height:158px;padding:29px}.kpi-card>span{width:68px;height:68px}.kpi-card b{font-size:43px}.kpi-card small{font-size:17px}.workspace-card>header{min-height:116px;padding:27px 31px}.workspace-card h3{font-size:26px}.workspace-card header p{font-size:17px}.workflow-toolbar{padding:25px 31px 0}.search-box{width:min(780px,100%);height:68px;padding-inline:21px}.search-box input{font-size:20px}.workflow-task-list>button{min-height:132px;padding-inline:31px}.workflow-task-list>button>span:first-child{min-width:460px}.workflow-task-list b,.workflow-task-stage b{font-size:20px}.workflow-task-list small,.workflow-task-stage small{font-size:16px}.workflow-task-stage{min-width:270px}.workflow-badge{padding:9px 14px;font-size:16px}.wizard-main{grid-template-columns:minmax(0,1fr) 640px;gap:52px;padding:52px 64px 38px}.stepper{margin-bottom:52px}.stepper button{min-width:135px}.step-number{width:54px;height:54px;font-size:21px}.stepper button>span:last-child{font-size:20px}.step-line{margin-top:27px}.section-icon{width:64px;height:64px}.section-title h2{font-size:35px}.section-title p{font-size:21px}.form-grid{gap:31px 48px}.field-label{font-size:20px}.control-wrap input,.control-wrap select,.control-wrap textarea{min-height:76px;padding:18px 65px 18px 23px;font-size:21px}.field-hint,.field-message{font-size:17px}.calculation-panel{min-height:138px;padding:22px 25px}.calculation-panel>span{font-size:17px}.calculation-panel small{font-size:16px}.calculation-panel strong{font-size:21px}.mission-preview{padding:37px}.preview-heading h2{font-size:29px}.preview-heading span,.preview-id small,.preview-total small,.mission-preview dt{font-size:16px}.preview-id strong{font-size:29px}.mission-preview dd{font-size:20px}.preview-total strong{font-size:35px}.preview-total span,.workflow-case-context small{font-size:16px}.workflow-case-context b{font-size:20px}.action-bar{min-height:116px;padding:22px 64px}.page-heading h2{font-size:38px}.page-heading p{font-size:21px}.source-strip{min-height:106px;padding:22px 27px}.source-strip b{font-size:20px}.source-strip span,.source-strip>small{font-size:16px}table{min-width:1700px}th{padding:21px 25px;font-size:17px}td{padding:24px 25px;font-size:20px}}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f3f6f8;--bg-deep:#e7edf2;--surface:#fff;--surface-2:#f6f9fb;--surface-3:#edf3f7;--border:#b8c8d5;--border-soft:#d5e0e8;--text:#10263a;--muted:#536b7e;--muted-2:#6d8192;--gold:#9a6a00;--gold-strong:#805700;--gold-soft:#9a6a001a;--blue:#116da4;--mint:#117955;--danger:#b52f3c;--shadow:0 16px 36px #1e384c1f}html[data-theme=light] body,html[data-theme=light] .app-shell{background:#f3f6f8}html[data-theme=light] .sidebar{background:linear-gradient(#fff 0%,#edf3f7 100%)}html[data-theme=light] .side-nav button{color:#334f63}html[data-theme=light] .side-nav button:hover,html[data-theme=light] .recent-list>button:hover{background:#116da412}html[data-theme=light] .side-nav button.active{background:linear-gradient(90deg,#9a6a0021,#9a6a000d)}html[data-theme=light] .privacy-note b,html[data-theme=light] .admin-profile b,html[data-theme=light] .field-label,html[data-theme=light] .recent-list b,html[data-theme=light] td{color:var(--text)}html[data-theme=light] .topbar,html[data-theme=light] .action-bar{background:#fffffff0}html[data-theme=light] .mobile-nav{background:#f8fbfdfa}html[data-theme=light] .overview-hero{background:linear-gradient(120deg,#fff,#eaf2f7);border-color:#b7c9d7}html[data-theme=light] .modal{background:#fff;border-color:#b7c9d7}html[data-theme=light] .workspace-card,html[data-theme=light] .kpi-card,html[data-theme=light] .table-shell{background:#ffffffe6}html[data-theme=light] .mission-preview{background:linear-gradient(#fff,#eef4f8)}html[data-theme=light] .control-wrap input,html[data-theme=light] .control-wrap select,html[data-theme=light] .search-box{background:#fff;border-color:#9fb5c6}html[data-theme=light] .control-wrap input:focus,html[data-theme=light] .control-wrap select:focus{background:#fff}html[data-theme=light] .secondary-button,html[data-theme=light] .language-toggle,html[data-theme=light] .theme-toggle{color:#28485f;background:#fff;border-color:#8fa8ba}html[data-theme=light] .prototype-strip{background:#9a6a0017}html[data-theme=light] .toast{color:#134c39;background:#e2f5ec}html[data-theme=light] .journey-hero{background:radial-gradient(circle at 12% 12%,#116da414,#0000 34%),linear-gradient(135deg,#fff,#eaf2f7);border-color:#abc5d8;box-shadow:0 16px 36px #1e384c1a}html[data-theme=light] .journey-hero p{color:var(--muted)}.topbar-heading>span:first-child{min-width:0}.topbar-heading h1:focus{outline:0}.mobile-product-name{color:var(--muted);font-size:11px;font-weight:700;display:none}.theme-toggle{width:44px;min-width:44px;min-height:44px;color:var(--blue);cursor:pointer;background:#ffffff06;border:1px solid #496681;border-radius:999px;place-items:center;display:inline-grid}.theme-toggle:hover{border-color:var(--blue);background:#62baff12}.workflow-no-results{color:var(--muted);margin:0;padding:22px 17px;font-size:14px}.workflow-error-summary{color:var(--text);background:#ff6b7c14;border:1px solid #ff6b7c7a;border-radius:8px;margin:0 0 16px;padding:14px 18px}.workflow-error-summary h3{color:#ff9aaa;margin:0 0 8px;font-size:14px}.workflow-error-summary ul{gap:5px;margin:0;padding-inline-start:20px;display:grid}.workflow-error-summary a{color:var(--text);text-underline-offset:3px;text-decoration:underline}.workflow-error-summary a:hover{color:var(--gold)}.case-recovery-panel{background:#ff7d7d0b;border:1px solid #ff7d7d57;border-radius:12px;margin:clamp(12px,1vw,24px) clamp(16px,2.2vw,56px) 0}.case-recovery-panel summary{min-height:44px;color:var(--text);cursor:pointer;align-items:center;padding:10px 14px;font-weight:750;display:flex}.case-recovery-content{grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;padding:0 14px 14px;display:grid}.case-recovery-content p,.case-recovery-content small{color:var(--muted);grid-column:1/-1;margin:0}.case-recovery-content label{grid-column:1/-1;font-weight:700}.case-recovery-content textarea{resize:vertical;border:1px solid var(--border);background:var(--panel);width:100%;min-height:76px;color:var(--text);font:inherit;border-radius:10px;padding:10px 12px}.case-recovery-content .danger-button{align-self:end;min-height:44px}@media (width<=620px){.case-recovery-content{grid-template-columns:1fr}.case-recovery-content>*{grid-column:1}}.workflow-request-message{color:#ffb0ba;max-width:360px;font-size:12px;line-height:1.45}html[data-theme=light] .workflow-error-summary{background:#fff3f4}html[data-theme=light] .workflow-error-summary h3,html[data-theme=light] .workflow-request-message{color:#9d2635}html[dir=rtl],html[dir=ltr]{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Tahoma,Arial,sans-serif}.primary-button,.secondary-button,.danger-button,.language-toggle,.icon-button,.search-box{min-height:44px}.search-box input{height:100%;min-height:44px}@media (width>=2560px) and (height>=1300px){.theme-toggle{width:48px;min-width:48px;min-height:48px}.theme-toggle svg{width:22px;height:22px}}@media (width>=3200px) and (height>=1800px){.theme-toggle{width:58px;min-width:58px;min-height:58px}.theme-toggle svg{width:27px;height:27px}}@media (width<=900px){.topbar-heading{align-items:flex-start!important}.topbar-heading>span:first-child{flex-direction:column;gap:1px;display:flex}.mobile-product-name{display:block}.wizard-main{padding-bottom:calc(176px + env(safe-area-inset-bottom))}.language-toggle,.theme-toggle{min-height:44px}.workspace-card h3{font-size:18px}.overview-hero p,.kpi-card small{font-size:14px}.workspace-card header p,.section-title p{font-size:14px;line-height:1.55}.field-label,.field-hint,.field-message{font-size:14px}.workflow-task-list b,.workflow-task-stage b{font-size:15px}.workflow-task-list small,.workflow-task-stage small,.prototype-strip,.page-heading p,.source-strip span,.source-strip>small,.preview-id small,.preview-total small,.mission-preview dt,.preview-total span,.workflow-case-context small{font-size:14px}.workflow-badge{min-height:32px;padding:6px 10px;font-size:13px}.mobile-nav button{font-size:14px}.journey-table-shell{background:0 0;overflow:visible}.journey-table-shell table,.journey-table-shell tbody,.journey-table-shell tr,.journey-table-shell td{width:100%;min-width:0;display:block}.journey-table-shell thead{display:none}.journey-table-shell tbody{gap:12px;padding:12px;display:grid}.journey-table-shell tr{border:1px solid var(--border-soft);background:#ffffff05;border-radius:10px;overflow:hidden}.journey-table-shell td{overflow-wrap:anywhere;grid-template-columns:minmax(88px,.42fr) minmax(0,1fr);gap:12px;padding:11px 12px;font-size:14px;line-height:1.5;display:grid}.journey-table-shell td:before{content:attr(data-label);color:var(--muted);font-size:14px;font-weight:700}.journey-table-shell td:last-child{border-bottom:0}html[data-theme=light] .journey-table-shell tr{background:#fff}}@media (width<=640px){.topbar{flex-basis:72px;width:100%;min-width:0;height:72px;min-height:72px;overflow:hidden}.topbar-heading{flex:auto;min-width:0;overflow:hidden}.topbar-heading>span:first-child{min-width:0;overflow:hidden}.topbar h1{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:17px;overflow:hidden}.topbar-actions{flex:none}.app-surface,.page-main,.overview-page,.workflow-overview,.overview-hero,.workflow-kpi-grid,.workflow-task-card{width:100%;min-width:0;max-width:100%}.overview-hero>div{min-width:0;max-width:100%}.overview-hero h2,.overview-hero p{overflow-wrap:anywhere;max-width:100%}.language-toggle,.theme-toggle{justify-content:center;width:44px;min-width:44px;padding:0}.language-toggle>span{min-width:27px;height:27px}.action-bar{min-height:72px;padding-bottom:calc(10px + env(safe-area-inset-bottom))}.action-bar .primary-button,.action-bar .secondary-button{min-height:48px}.journey-hero{border-radius:14px;grid-template-columns:auto minmax(0,1fr);gap:13px;min-height:0;margin-bottom:18px;padding:20px 18px}.journey-hero__icon{border-radius:12px;width:46px;height:46px}.journey-hero__icon svg{width:23px;height:23px}.journey-hero__eyebrow{margin-bottom:5px;font-size:11px}.journey-hero h2{font-size:28px;line-height:1.18}.journey-hero p{margin-top:8px;font-size:14px;line-height:1.7}.journey-hero__meta{border-top:1px solid var(--border-soft);grid-column:1/-1;grid-template-columns:auto minmax(0,1fr);place-items:center start;min-width:0;padding-top:13px}.journey-hero__verified{white-space:normal;text-align:end;justify-self:end}}.workflow-progress{background:radial-gradient(circle at 50% 0,#62baff17,#0000 42%),linear-gradient(145deg,#0a233cf2,#051729eb);border:1px solid #62baff38;border-radius:14px;flex:none;width:calc(100% - 60px);max-width:1600px;margin:18px auto 0;padding:18px 20px 16px;box-shadow:0 14px 32px #00000021}.workflow-progress.is-terminal{border-color:#ff7d7d47}.workflow-progress__header{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;display:grid}.workflow-progress__icon{background:var(--gold-soft);width:42px;height:42px;color:var(--gold);border:1px solid #e7b84842;border-radius:11px;place-items:center;display:grid}.workflow-progress__heading{min-width:0}.workflow-progress__eyebrow{color:var(--blue);letter-spacing:.08em;margin-bottom:3px;font-size:10px;font-weight:800;display:block}[dir=ltr] .workflow-progress__eyebrow{text-transform:uppercase}.workflow-progress__heading h2{margin:0;font-size:17px;line-height:1.35}.workflow-progress__heading h2 span{color:var(--gold)}.workflow-progress__heading p{color:var(--muted);align-items:center;gap:6px;margin:4px 0 0;font-size:11px;display:flex}.workflow-progress__heading p strong{color:var(--text);font-weight:700}.workflow-progress__stats{text-align:end;grid-template-columns:auto auto;align-items:baseline;gap:2px 12px;display:grid}.workflow-progress__stats>span{color:var(--muted);font-size:10px;font-weight:700}.workflow-progress__stats>strong{color:var(--gold);grid-row:span 2;font-size:25px;line-height:1}.workflow-progress__stats>small{color:var(--muted-2);font-size:9px}.workflow-progress__rail{--workflow-progress:0%;height:22px;margin:17px 4px 8px;position:relative}.workflow-progress__rail:before,.workflow-progress__fill{content:"";inset-inline-start:0;border-radius:999px;height:4px;position:absolute;top:9px}.workflow-progress__rail:before{background:#263d54;width:100%;box-shadow:inset 0 1px 2px #00000059}.workflow-progress__fill{width:var(--workflow-progress);background:linear-gradient(90deg, var(--mint), var(--gold));transition:width .24s;box-shadow:0 0 13px #e7b8483d}[dir=rtl] .workflow-progress__fill{background:linear-gradient(270deg, var(--mint), var(--gold))}.workflow-progress__segments{grid-template-columns:repeat(17,minmax(0,1fr));align-items:center;margin:0;padding:0;list-style:none;display:grid;position:absolute;inset:0}.workflow-progress__segments li{place-items:center;min-width:0;display:grid}.workflow-progress__segments li>span{background:var(--surface-2);width:20px;height:20px;color:var(--muted-2);border:2px solid #41586e;border-radius:50%;place-items:center;font-size:8px;font-weight:800;line-height:1;display:grid;position:relative}.workflow-progress__segments li.is-complete>span{border-color:var(--mint);color:var(--mint);background:#143b37}.workflow-progress__segments li.is-current>span{border-color:var(--gold);background:var(--gold);color:#33270b;font-size:0;box-shadow:0 0 0 5px #e7b8481f,0 0 18px #e7b84833}.workflow-progress__segments li.is-current>span:after{content:"";background:currentColor;border-radius:50%;width:6px;height:6px;position:absolute}.workflow-progress__context{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.workflow-progress__stop{border:1px solid var(--border-soft);background:#ffffff05;border-radius:9px;gap:3px;min-width:0;padding:10px 12px;display:grid}.workflow-progress__stop>span{color:var(--muted);align-items:center;gap:6px;font-size:9px;font-weight:800;display:flex}.workflow-progress__stop>strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.workflow-progress__stop>small{color:var(--muted-2);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.workflow-progress__stop.is-previous>span{color:var(--mint)}.workflow-progress__stop.is-current{background:#e7b8480e;border-color:#e7b84852}.workflow-progress__stop.is-current>span,.workflow-progress__stop.is-current>small{color:var(--gold)}.workflow-progress__stop.is-next>span{color:var(--blue)}html[data-theme=light] .workflow-progress{background:linear-gradient(145deg,#fff,#edf4f8);box-shadow:0 14px 30px #22445c17}html[data-theme=light] .workflow-progress__rail:before{background:#c8d7e2}html[data-theme=light] .workflow-progress__segments li>span{color:#5b7284;background:#fff;border-color:#9fb4c4}html[data-theme=light] .workflow-progress__segments li.is-complete>span{border-color:var(--mint);color:var(--mint);background:#dff4eb}html[data-theme=light] .workflow-progress__segments li.is-current>span{color:#3b2b05;background:#f1bd3c;border-color:#9a6a00}html[data-theme=light] .workflow-progress__stop{background:#ffffffb8}@media (width>=2560px) and (height>=1300px){.workflow-progress{border-radius:18px;width:calc(100% - 96px);max-width:2280px;margin-top:26px;padding:24px 28px 22px}.workflow-progress__header{gap:18px}.workflow-progress__icon{border-radius:13px;width:54px;height:54px}.workflow-progress__heading h2{font-size:22px}.workflow-progress__eyebrow,.workflow-progress__heading p{font-size:14px}.workflow-progress__stats>span{font-size:13px}.workflow-progress__stats>strong{font-size:34px}.workflow-progress__stats>small{font-size:12px}.workflow-progress__rail{height:28px;margin-block:22px 11px}.workflow-progress__rail:before,.workflow-progress__fill{height:5px;top:12px}.workflow-progress__segments li>span{width:26px;height:26px;font-size:11px}.workflow-progress__stop{min-height:74px;padding:14px 17px}.workflow-progress__stop>span,.workflow-progress__stop>small{font-size:12px}.workflow-progress__stop>strong{font-size:15px}}@media (width>=3200px) and (height>=1800px){.workflow-progress{border-radius:22px;width:calc(100% - 128px);max-width:3160px;margin-top:34px;padding:31px 36px 28px}.workflow-progress__icon{width:66px;height:66px}.workflow-progress__heading h2{font-size:28px}.workflow-progress__eyebrow,.workflow-progress__heading p{font-size:17px}.workflow-progress__stats>span{font-size:16px}.workflow-progress__stats>strong{font-size:43px}.workflow-progress__stats>small{font-size:15px}.workflow-progress__rail{height:34px;margin-block:28px 14px}.workflow-progress__rail:before,.workflow-progress__fill{height:6px;top:15px}.workflow-progress__segments li>span{width:32px;height:32px;font-size:13px}.workflow-progress__stop{min-height:92px;padding:18px 22px}.workflow-progress__stop>span,.workflow-progress__stop>small{font-size:15px}.workflow-progress__stop>strong{font-size:19px}}@media (width<=900px){.workflow-progress{width:calc(100% - 36px);margin-top:14px;padding:15px 16px 14px}.workflow-progress__heading h2{font-size:16px}.workflow-progress__context{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-progress__stop.is-current{grid-area:1/1/auto/-1}}@media (width<=640px){.workflow-progress{border-radius:12px;width:calc(100% - 24px);margin-top:10px;padding:11px 12px 10px}.workflow-progress__header{grid-template-columns:minmax(0,1fr) auto;gap:10px}.workflow-progress__icon,.workflow-progress__eyebrow,.workflow-progress__heading p{display:none}.workflow-progress__heading h2{font-size:15px}.workflow-progress__stats{text-align:end;display:block}.workflow-progress__stats>span,.workflow-progress__stats>small{display:none}.workflow-progress__stats>strong{font-size:22px}.workflow-progress__rail{margin:9px 0 6px}.workflow-progress__segments li>span{border-width:1.5px;width:16px;height:16px;font-size:7px}.workflow-progress__segments li.is-current>span{box-shadow:0 0 0 4px #e7b8481a}.workflow-progress__context{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.workflow-progress__stop{min-height:0;padding:8px 9px}.workflow-progress__stop.is-previous{display:none}.workflow-progress__stop.is-current{grid-area:auto}.workflow-progress__stop>strong{white-space:normal;overflow-wrap:anywhere}.workflow-progress__stop>small{display:none}}.handoff-confirmation-page{place-items:start center;padding:32px;display:grid}.handoff-confirmation{background:linear-gradient(145deg,#0c2b42fa,#071d30fa);border:1px solid #4ed1aa57;border-radius:16px;outline:none;width:min(980px,100%);margin:18px auto 120px;padding:30px;box-shadow:0 22px 54px #00000038}.handoff-confirmation:focus-visible{box-shadow:0 0 0 3px #4ed1aa3d,0 22px 54px #00000038}.handoff-confirmation__header{grid-template-columns:auto minmax(0,1fr);align-items:start;gap:18px;display:grid}.handoff-confirmation__icon{width:62px;height:62px;color:var(--mint);background:#4ed1aa1f;border-radius:16px;place-items:center;display:grid}.handoff-confirmation__eyebrow{color:var(--mint);letter-spacing:.06em;margin-bottom:7px;font-size:12px;font-weight:800;display:block}.handoff-confirmation h2{color:var(--text);margin:0;font-size:26px;line-height:1.35}.handoff-confirmation__header p{max-width:720px;color:var(--muted);margin:8px 0 0;font-size:15px;line-height:1.75}.handoff-confirmation__summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:26px 0 0;display:grid}.handoff-confirmation__summary>div{border:1px solid var(--border-soft);background:#ffffff06;border-radius:11px;min-width:0;padding:14px 16px}.handoff-confirmation__summary dt{color:var(--muted-2);margin-bottom:5px;font-size:12px;font-weight:700}.handoff-confirmation__summary dd{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:15px;font-weight:700}.handoff-confirmation__actions{flex-wrap:wrap;gap:10px;margin-top:24px;display:flex}html[data-theme=light] .handoff-confirmation{background:linear-gradient(145deg,#fff,#edf7f5);box-shadow:0 20px 46px #22445c1c}@media (width>=2560px) and (height>=1300px){.handoff-confirmation{border-radius:21px;width:min(1380px,100%);margin-top:30px;padding:42px}.handoff-confirmation__icon{width:80px;height:80px}.handoff-confirmation h2{font-size:35px}.handoff-confirmation__eyebrow,.handoff-confirmation__summary dt{font-size:16px}.handoff-confirmation__header p,.handoff-confirmation__summary dd{font-size:20px}.handoff-confirmation__summary>div{padding:19px 22px}}@media (width<=640px){.handoff-confirmation-page{padding:14px 12px calc(92px + env(safe-area-inset-bottom))}.handoff-confirmation{border-radius:13px;margin:4px auto 0;padding:19px 16px}.handoff-confirmation__header{grid-template-columns:44px minmax(0,1fr);gap:12px}.handoff-confirmation__icon{border-radius:11px;width:44px;height:44px}.handoff-confirmation h2{font-size:20px}.handoff-confirmation__header p{font-size:14px;line-height:1.65}.handoff-confirmation__summary{grid-template-columns:1fr;gap:7px;margin-top:18px}.handoff-confirmation__summary>div{padding:11px 12px}.handoff-confirmation__summary dt{font-size:12px}.handoff-confirmation__summary dd{font-size:14px}.handoff-confirmation__actions{grid-template-columns:1fr;display:grid}.handoff-confirmation__actions button{justify-content:center;width:100%;min-height:48px}}.mission-preview{padding:0}.workflow-progress.is-compact{padding-block:12px 11px}.workflow-progress.is-compact .workflow-progress__context{display:none}@media (width>=2560px) and (height>=1300px){.mission-preview{padding:0}.workflow-progress.is-compact{padding-block:16px 14px}}@media (width>=3200px) and (height>=1800px){.mission-preview{padding:0}}
