@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville:wght@400;700&display=swap";:root{--bg: #f5f2ea;--bg-strong: #efe7d6;--ink: #1e1a16;--muted: #5b5146;--accent: #ea6b3d;--accent-dark: #c45229;--surface: #ffffff;--surface-2: #f8f5ef;--border: rgba(30, 26, 22, .12);--shadow: 0 18px 40px rgba(30, 26, 22, .12);--radius: 20px}.page{min-height:100vh;padding:56px clamp(20px,4vw,72px) 64px;background:radial-gradient(circle at top left,#fff7ea 0%,transparent 60%),radial-gradient(circle at 20% 10%,#ffe6d5 0%,transparent 45%),linear-gradient(160deg,var(--bg) 0%,#f9f6ef 55%,#fffaf3 100%);color:var(--ink)}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:clamp(24px,4vw,64px);align-items:center;margin-bottom:48px}.eyebrow{text-transform:uppercase;letter-spacing:.24em;font-size:12px;color:var(--muted);margin-bottom:12px}.hero h1{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:0 0 16px}.subtitle{font-size:18px;color:var(--muted);margin:0 0 24px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-card{background:var(--surface);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);border:1px solid var(--border);display:grid;gap:18px}.stat{display:flex;justify-content:space-between;font-weight:600}.stat span{color:var(--muted);font-weight:500}.sparkline{display:grid;grid-template-columns:repeat(12,1fr);gap:6px;height:64px;align-items:end}.sparkline span{display:block;background:linear-gradient(180deg,var(--accent),#f1b098);border-radius:999px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.panel{background:var(--surface);border-radius:var(--radius);padding:24px;border:1px solid var(--border);box-shadow:0 10px 24px #1e1a1614;display:flex;flex-direction:column;gap:16px}.panel-header{display:flex;justify-content:space-between;align-items:center}.panel h2{margin:0;font-size:20px}.pill{background:var(--bg-strong);color:var(--muted);padding:4px 12px;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.assistant-debug-page{display:grid;gap:20px;padding:clamp(18px,3vw,32px)}.assistant-debug-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;background:radial-gradient(circle at top right,rgba(234,107,61,.16),transparent 32%),var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:clamp(20px,3vw,30px)}.assistant-debug-hero h1{margin:0 0 10px;font-size:clamp(28px,4vw,44px)}.assistant-debug-hero p{max-width:760px;color:var(--muted);margin:0 0 12px}.assistant-debug-hero small{color:var(--muted)}.assistant-debug-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.assistant-debug-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.assistant-debug-panel,.assistant-debug-empty{background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:0 12px 28px #1e1a1614}.assistant-debug-panel{min-width:0;overflow:hidden}.assistant-debug-preview-panel{display:grid;gap:16px}.assistant-debug-panel-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:16px;border-bottom:1px solid var(--border)}.assistant-debug-panel h2{margin:0 0 6px;font-size:17px}.assistant-debug-panel p,.assistant-debug-empty{color:var(--muted)}.assistant-debug-panel p{margin:0;font-size:13px}.assistant-debug-json{margin:0;min-height:360px;max-height:62vh;overflow:auto;padding:16px;background:#17130f;color:#f7ead8;font-size:12px;line-height:1.55;white-space:pre-wrap}.assistant-debug-empty{padding:16px}.assistant-debug-preview-form{display:grid;gap:12px;padding:0 16px 16px}.assistant-debug-textarea{min-height:96px;width:100%;resize:vertical;border:1px solid var(--border);border-radius:14px;padding:14px 16px;background:var(--surface-2);color:var(--ink);font:inherit;line-height:1.5}.assistant-debug-textarea::placeholder{color:#5b5146b8}.assistant-debug-preview-actions{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:1180px){.assistant-debug-grid{grid-template-columns:1fr}.assistant-debug-hero{flex-direction:column}.assistant-debug-actions{justify-content:flex-start}}.upload{position:relative;overflow:hidden}.dropzone{border:1px dashed var(--border);border-radius:16px;padding:20px;display:flex;align-items:center;gap:16px;background:var(--surface-2)}.dropzone-inner{flex:1;display:flex;flex-direction:column;gap:6px;cursor:pointer}.dropzone-inner strong{font-size:15px}.dropzone-inner span{color:var(--muted);font-size:14px}.upload-footer{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}.pipeline{list-style:none;margin:0;padding:0;display:grid;gap:16px}.pipeline li{display:grid;gap:6px}.pipeline strong{font-size:15px}.formula{background:var(--surface-2);border-radius:14px;padding:12px 16px;display:grid;gap:6px;font-size:13px;color:var(--muted)}.formula code{font-family:IBM Plex Mono,Courier New,monospace;color:var(--ink)}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.metrics div{background:var(--surface-2);border-radius:16px;padding:12px 16px}.metrics span{color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.12em}.metrics strong{display:block;font-size:22px;margin-top:6px}.table{border-radius:16px;overflow:hidden;border:1px solid var(--border)}.table-head,.table-row{display:grid;grid-template-columns:.6fr 1.2fr .8fr .8fr;gap:12px;padding:10px 16px;font-size:14px}.table-head{background:var(--bg-strong);text-transform:uppercase;letter-spacing:.12em;font-size:11px;color:var(--muted)}.table-body{display:grid}.table-row{border-top:1px solid var(--border);background:var(--surface)}.table-empty{padding:20px;text-align:center;color:var(--muted)}.status{font-weight:600;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.status.low{color:#aa5d2f}.status.medium{color:#c9722c}.status.high{color:#2e7d5d}.footer{margin-top:48px;background:linear-gradient(120deg,#fff4e8,#ffe4d2);border-radius:28px;padding:28px 32px;display:flex;justify-content:space-between;gap:20px;align-items:center;border:1px solid rgba(234,107,61,.2)}.footer h3{margin:0 0 8px}.footer p{margin:0;color:var(--muted)}.footer-actions{display:flex;gap:12px;flex-wrap:wrap}.strategy-page{display:grid;gap:24px}.strategy-hero{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.strategy-hero h1{margin:8px 0 10px;font-size:34px}.strategy-hero p{max-width:720px;margin:0;color:var(--muted)}.strategy-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;align-items:start}.strategy-summary-banner{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:20px 22px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#1f1f21f5,#161618f5);box-shadow:0 18px 36px #00000047}.strategy-summary-banner h2{margin:6px 0 8px;font-size:24px;color:#f3f3f3}.strategy-summary-banner p{margin:0;color:#a8adb7}.strategy-list-panel,.strategy-editor-panel{background:linear-gradient(180deg,#1a1a1cfa,#121214fa);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 18px 42px #0000004d;padding:24px;display:grid;gap:20px;color:#ededed}.strategy-editor-panel{background:linear-gradient(180deg,#2e2e34fa,#1f1f24fa);border-color:#ffffff1f;box-shadow:0 22px 48px #00000057}.strategy-panel-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.strategy-modal-header-actions{display:flex;align-items:center;gap:12px}.strategy-panel-header.compact h3{margin:6px 0 0;font-size:18px}.strategy-panel-header h2{margin:6px 0 0;font-size:24px;color:#f3f3f3}.strategy-count{background:#ffffff0f;border-radius:999px;border:1px solid rgba(255,255,255,.08);color:#a8adb7;font-size:12px;letter-spacing:.12em;padding:6px 12px;text-transform:uppercase}.strategy-list{display:grid;gap:22px}.strategy-group{display:grid;gap:14px}.strategy-group-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.08)}.strategy-group-header h3{margin:6px 0 0;font-size:18px;color:#f3f3f3}.strategy-group-list{display:grid;gap:14px}.strategy-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;background:#ffffff08;display:grid;gap:14px}.strategy-card.selected{border-color:#ea6b3d73;box-shadow:0 12px 28px #ea6b3d29}.strategy-card-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.strategy-card h3{margin:0 0 4px;font-size:18px;color:#f3f3f3}.strategy-card p{margin:0;color:#a8adb7;font-size:14px}.strategy-status{border-radius:999px;padding:6px 10px;font-size:11px;letter-spacing:.12em;text-transform:uppercase}.strategy-status.live{background:#27e6a31f;color:#6ff0c1}.strategy-status.paused{background:#ffffff14;color:#c0c5ce}.strategy-card-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.strategy-card-metrics div{background:#ffffff0a;border-radius:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.06)}.strategy-card-metrics dt{color:#8f96a3;font-size:12px;margin-bottom:4px;text-transform:uppercase;letter-spacing:.1em}.strategy-card-metrics dd{margin:0;font-weight:600;color:#ededed}.strategy-card-actions,.strategy-form-actions{display:flex;gap:12px;flex-wrap:wrap}.strategy-card-execution{border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,#ea6b3d29,#ffffff08);border:1px solid rgba(234,107,61,.22)}.strategy-card-execution strong{display:block;margin-bottom:4px}.strategy-card-execution p{margin:0}.strategy-form{display:grid;gap:16px}.strategy-form label,.strategy-indicator-row label{display:grid;gap:6px;font-weight:600;font-size:14px}.strategy-form input,.strategy-form select,.strategy-indicator-row input,.strategy-indicator-row select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0a;color:#f3f3f3;font:inherit;padding:12px 14px}.strategy-form select,.strategy-indicator-row select,.strategy-execution-config select{color-scheme:light}.strategy-form select option,.strategy-indicator-row select option,.strategy-execution-config select option{background:#1b1b1d;color:#f3f3f3}.strategy-inline-help,.strategy-field-help{color:#9aa2af;font-size:13px;font-weight:500;line-height:1.5}.strategy-inline-help{margin:-6px 0 2px}.strategy-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.strategy-form .strategy-checkbox{display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;font-weight:600;width:fit-content}.strategy-form .strategy-checkbox input{width:auto;flex:0 0 auto;margin:0}.strategy-note-card{border:1px dashed rgba(255,255,255,.12);border-radius:16px;padding:14px 16px;background:#ffffff08}.strategy-note-card strong{display:block;margin-bottom:6px}.strategy-note-card p{margin:0;color:#9aa2af}.strategy-advanced-card{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffffff0a,#ea6b3d14)}.strategy-advanced-card h3{margin:4px 0 0}.strategy-advanced-actions{display:grid;gap:10px;justify-items:end}.strategy-advanced-summary{color:#c9cfda;font-size:13px;text-align:right}.strategy-summary-card{border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:16px 18px;background:linear-gradient(135deg,#ffffff0a,#ffffff05)}.strategy-summary-card ul{margin:10px 0 0;padding-left:18px;display:grid;gap:8px;color:#ededed}.hedge-review-allocations{display:grid;gap:10px;margin-top:12px}.hedge-review-allocation{display:grid;grid-template-columns:minmax(0,max-content) minmax(0,1fr);gap:10px;align-items:start;color:#ededed}.hedge-review-allocation strong{font-size:14px;line-height:1.4}.hedge-review-allocation span{line-height:1.4}.strategy-indicator-builder{display:grid;gap:14px;padding:18px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.08)}.strategy-indicator-list{display:grid;gap:12px}.strategy-indicator-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:12px;align-items:end}.strategy-empty,.strategy-error{border-radius:16px;padding:14px 16px}.strategy-empty{background:#ffffff0a;color:#9aa2af}.strategy-error{background:#c452291a;color:#9d3d1d;margin:0}.strategy-editor-backdrop,.strategy-execution-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:24px;background:#1e1a165c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.strategy-submodal-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:#0707086b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.strategy-editor-modal,.strategy-execution-modal{width:min(960px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:28px;border:1px solid rgba(255,255,255,.1);box-shadow:0 28px 70px #0000006b;color:#ededed;padding:24px;display:grid;gap:18px}.strategy-editor-modal{background:linear-gradient(180deg,#2e2e34fa,#1f1f24fa)}.strategy-execution-modal{background:linear-gradient(180deg,#1c1c1ffa,#141416fa)}.strategy-submodal{width:min(680px,100%);max-height:calc(100vh - 48px);overflow:auto;border-radius:24px;border:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px #0000006b;background:linear-gradient(180deg,#212125fc,#16161afc);color:#ededed;padding:22px;display:grid;gap:18px}.strategy-execution-hero{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:18px 20px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.strategy-execution-hero strong{display:block;margin-bottom:6px;font-size:18px;color:#f3f3f3}.strategy-execution-hero p,.strategy-execution-guidance p{margin:0;color:#a8adb7}.strategy-execution-config,.strategy-execution-review,.strategy-execution-success,.strategy-execution-groups{display:grid;gap:16px}.strategy-execution-config label{display:grid;gap:6px;font-weight:600;font-size:14px;color:#ededed}.strategy-execution-config input,.strategy-execution-config select{width:100%;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#ffffff0d;color:#f3f3f3;font:inherit;padding:12px 14px}.strategy-execution-guidance{display:flex;justify-content:space-between;gap:16px;align-items:center}.strategy-execution-selection-list{display:grid;gap:14px;padding:18px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#ffffff08}.strategy-execution-operations{display:grid;gap:12px}.strategy-operation-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:#ffffff0a}.strategy-operation-card.selectable{cursor:pointer}.strategy-operation-card.selectable input{width:18px;height:18px;accent-color:var(--accent)}.strategy-operation-card.selected{border-color:#ea6b3d73;box-shadow:0 10px 20px #ea6b3d24}.strategy-operation-card.muted{opacity:.55}.strategy-operation-card strong{display:block;margin-bottom:4px}.strategy-operation-card p{margin:0;color:#a8adb7}.strategy-scope-picker{margin:0;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a;padding:14px;display:grid;gap:10px}.strategy-scope-picker legend{padding:0 6px;font-weight:600;font-size:14px;color:#ededed}.strategy-radio-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;background:#ffffff0a;color:#ededed}.strategy-radio-card input{width:auto;margin:0}.primary-action{background:var(--accent);color:#fff}.secondary-action{background:transparent;border-color:#ffffff1f;color:#ededed}.indicator-remove{background:transparent;border-color:#c4522938;color:#9d3d1d;white-space:nowrap}button{border-radius:999px;border:1px solid transparent;padding:10px 18px;font-weight:600;font-family:inherit;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--accent);color:#fff;box-shadow:0 12px 24px #ea6b3d40}button.primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #ea6b3d59}button.secondary{background:var(--ink);color:#fff}button.ghost{background:transparent;color:var(--ink);border-color:var(--border)}.error{color:#b6422c;font-weight:600}.app-footer{margin-top:auto;padding:24px 24px 24px 0;display:flex;justify-content:flex-end;font-size:11px;color:#fff9;text-transform:uppercase;letter-spacing:.16em;border-top:1px solid rgba(255,255,255,.08);background:#ffffff03}@media(max-width:980px){.hero,.grid{grid-template-columns:1fr}.footer{flex-direction:column;align-items:flex-start}.strategy-grid{grid-template-columns:1fr}.strategy-hero{flex-direction:column}.strategy-summary-banner,.strategy-execution-hero,.strategy-execution-guidance{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.dropzone{flex-direction:column;align-items:flex-start}.metrics{grid-template-columns:1fr}.table-head,.table-row{grid-template-columns:1fr 1fr}.table-head span:nth-child(3),.table-head span:nth-child(4),.table-row span:nth-child(3),.table-row span:nth-child(4){display:none}.strategy-form-row,.strategy-indicator-row{grid-template-columns:1fr}.strategy-editor-backdrop,.strategy-execution-backdrop,.strategy-submodal-backdrop{padding:12px}.strategy-editor-modal,.strategy-execution-modal,.strategy-submodal{padding:18px}.strategy-advanced-card{align-items:flex-start;flex-direction:column}.strategy-advanced-actions{width:100%;justify-items:start}.strategy-advanced-summary{text-align:left}.strategy-operation-card{grid-template-columns:auto minmax(0,1fr)}.strategy-operation-card span{grid-column:2}}.assistant-panel{width:100%;min-height:0;overflow:hidden;background:transparent;border:0;border-radius:0;box-shadow:none;padding:0;display:grid;gap:14px}.assistant-context-target{position:relative;isolation:isolate;border-radius:10px;cursor:pointer;transition:background-color .14s ease,box-shadow .14s ease,outline-color .14s ease}.assistant-context-target *,.assistant-context-target:before,.assistant-context-target:after{cursor:pointer}.assistant-context-target:hover{background:#33415509}.assistant-context-target:focus-visible{outline:2px solid rgba(51,65,85,.34);outline-offset:2px}.assistant-context-target.assistant-context-target--active{background:#2563eb14;outline:2px solid rgba(59,130,246,.45);outline-offset:3px;box-shadow:0 0 0 1px #3b82f638,0 0 0 6px #3b82f61a,inset 0 0 0 1px #2563eb2e}.assistant-context-target.assistant-context-target--active:after{content:"";position:absolute;inset:-2px;border-radius:inherit;pointer-events:none;box-shadow:0 0 0 1px #ffffff80}.assistant-context-target.assistant-context-surface--active{background:#2563eb0f}.assistant-context-target.assistant-context-surface--active:after{content:"";position:absolute;inset:-4px;z-index:5;border-radius:24px;pointer-events:none;box-shadow:0 0 0 2px #3b82f68c,0 0 0 7px #3b82f624,inset 0 0 0 1px #2563eb38}.assistant-context-menu-layer{position:fixed;z-index:70;pointer-events:none}.assistant-context-menu{width:236px;display:grid;gap:0;padding:8px;pointer-events:auto;border:1px solid rgba(71,85,105,.18);border-radius:14px;background:#fffffff5;box-shadow:0 18px 44px #0f172a2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:top left;animation:assistant-context-menu-enter .12s ease-out}.assistant-context-menu-header{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:7px;padding:4px 2px 10px;margin-bottom:8px;border-bottom:1px solid rgba(71,85,105,.12);color:#475569;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:700}.assistant-context-menu[data-placement=above]{transform-origin:bottom left}.assistant-context-menu-item{border:0;border-radius:10px;padding:10px 12px;background:transparent;color:#0f172a;text-align:left;font-size:13px;font-weight:600;line-height:1.2;cursor:pointer;transition:background-color .12s ease,color .12s ease,transform .12s ease}.assistant-context-menu-item-content{display:inline-flex;align-items:center}.assistant-context-menu-item:hover,.assistant-context-menu-item:focus-visible{background:#33415514;color:#020617;outline:none}.assistant-context-menu-item:active{transform:translateY(1px)}@keyframes assistant-context-menu-enter{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.assistant-panel--sidebar{position:relative;height:calc(100vh - 118px);overflow:hidden;grid-template-rows:auto minmax(0,1fr) auto auto}.assistant-panel--with-history{overflow:visible}.assistant-panel-header,.assistant-title{display:flex;align-items:center}.assistant-panel-header{justify-content:space-between;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(30,26,22,.08)}.assistant-title{gap:8px;font-weight:700}.assistant-header-actions{display:inline-flex;align-items:center;gap:8px}.assistant-reset-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.assistant-reset-button{align-self:center;width:28px;height:28px;padding:0;border-radius:8px;border:0;background:#1e1a160a;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #1e1a1614;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.assistant-reset-button svg{width:14px;height:14px;display:block;flex:0 0 auto}.assistant-reset-button:hover{background:#1e1a160f;box-shadow:inset 0 0 0 1px #1e1a1624;color:var(--ink);transform:translateY(-1px)}.assistant-reset-button:active{transform:translateY(0)}.assistant-reset-button:focus-visible{outline:2px solid rgba(234,107,61,.75);outline-offset:2px}.assistant-history-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center}.assistant-history-button{align-self:center;width:28px;height:28px;padding:0;border-radius:8px;border:0;background:#1e1a160a;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #1e1a1614;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.assistant-history-button svg{width:14px;height:14px;display:block;flex:0 0 auto}.assistant-history-button:hover{background:#1e1a160f;box-shadow:inset 0 0 0 1px #1e1a1624;color:var(--ink);transform:translateY(-1px)}.assistant-history-button:active{transform:translateY(0)}.assistant-history-button:focus-visible{outline:2px solid rgba(50,116,255,.72);outline-offset:2px}.assistant-history-tooltip{position:absolute;right:calc(100% + 8px);top:50%;transform:translate(4px,-50%);padding:4px 8px;border-radius:999px;border:1px solid rgba(30,26,22,.08);background:#fffaf4fa;box-shadow:0 10px 24px #1e1a161f;color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.01em;line-height:1;pointer-events:none;opacity:0;transition:opacity .16s ease,transform .16s ease;white-space:nowrap;z-index:2}.assistant-history-wrap:hover .assistant-history-tooltip,.assistant-history-wrap:focus-within .assistant-history-tooltip{opacity:1;transform:translateY(-50%)}.assistant-reset-tooltip{position:absolute;right:calc(100% + 8px);top:50%;transform:translate(4px,-50%);padding:4px 8px;border-radius:999px;border:1px solid rgba(30,26,22,.08);background:#fffaf4fa;box-shadow:0 10px 24px #1e1a161f;color:var(--ink);font-size:11px;font-weight:700;letter-spacing:.01em;line-height:1;pointer-events:none;opacity:0;transition:opacity .16s ease,transform .16s ease;white-space:nowrap;z-index:2}.assistant-reset-wrap:hover .assistant-reset-tooltip,.assistant-reset-wrap:focus-within .assistant-reset-tooltip{opacity:1;transform:translateY(-50%)}.assistant-panel-body{min-height:0;display:grid;gap:14px;grid-template-rows:minmax(0,1fr) auto auto}.assistant-response{min-height:0;overflow:auto;display:grid;gap:10px;color:var(--ink);align-content:start}.assistant-turns{display:grid;gap:12px}.assistant-turn{display:grid;gap:10px;padding:12px;border:1px solid rgba(30,26,22,.08);border-radius:8px;background:#ffffff9e}.assistant-turn-question,.assistant-turn-answer{display:grid;gap:6px}.assistant-turn-question-content{margin:0;line-height:1.45}.assistant-turn-question-text{margin-right:8px}.assistant-turn-context{width:fit-content;max-width:100%;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid rgba(22,58,103,.16);border-radius:999px;background:#163a670f;color:#163a67;font-size:11px;font-weight:700;letter-spacing:.02em;vertical-align:middle}.assistant-turn-label{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.assistant-turn-question p,.assistant-turn-pending{margin:0;line-height:1.45}.assistant-turn-answer{padding-top:4px;border-top:1px solid rgba(30,26,22,.06)}.assistant-context-chip{width:fit-content;max-width:100%;border:1px solid var(--border);border-radius:999px;background:#ffffffb8;color:var(--muted);padding:5px 9px;font-size:12px;font-weight:700}.assistant-context-chip--idle{opacity:.9}.assistant-selected-context{display:grid;gap:8px}.assistant-selected-context-header{display:flex;justify-content:space-between;gap:8px;align-items:center}.assistant-selected-context-header strong{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.assistant-selected-context-clear{border:0;background:transparent;color:var(--accent-dark);padding:0;font-size:12px;font-weight:700;box-shadow:none}.assistant-selected-context-list{display:grid;gap:6px}.assistant-selected-context-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border:1px solid var(--border);border-radius:10px;background:#ffffffb8;padding:8px 10px}.assistant-selected-context-item span{font-size:12px;line-height:1.35;color:var(--ink);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-selected-context-remove{width:22px;height:22px;padding:0;border:0;border-radius:7px;background:#1e1a160f;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #1e1a160f}.assistant-selected-context-remove:hover,.assistant-selected-context-remove:focus-visible{background:#1e1a161a;color:var(--ink)}.assistant-answer{display:grid;gap:10px}.assistant-answer-heading{margin:0;font-size:16px;line-height:1.3;font-weight:700}.assistant-answer-heading.level-1{font-size:18px}.assistant-answer-heading.level-2{font-size:17px}.assistant-answer-heading.level-3{font-size:16px}.assistant-answer-paragraph,.assistant-answer-bullet p{margin:0;line-height:1.45}.assistant-answer-bullet{display:grid;grid-template-columns:16px minmax(0,1fr);gap:8px;align-items:start}.assistant-answer-bullet-marker{color:var(--accent);font-size:16px;line-height:1.2;padding-top:1px}.assistant-answer code{font-family:IBM Plex Mono,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.93em;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:0 6px}.assistant-number-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.assistant-number{background:var(--surface-2);border:1px solid var(--border);border-radius:8px;padding:10px;display:grid;gap:4px}.assistant-number span{color:var(--muted);font-size:12px}.assistant-number strong{font-size:15px}.assistant-suggestions{display:flex;flex-wrap:wrap;gap:8px}.assistant-suggestions--stacked{display:grid;gap:8px}.assistant-suggestions button{display:flex;width:100%;border:1px solid var(--border);border-radius:10px;background:#ffffffb8;color:var(--ink);padding:8px 12px;cursor:pointer;font:inherit;font-size:12px;text-align:left;justify-content:flex-start;line-height:1.35}.assistant-form{display:grid;gap:10px;padding-top:14px;border-top:1px solid rgba(30,26,22,.08)}.assistant-form-actions{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap}.assistant-composer{display:grid;gap:0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#ffffffb8}.assistant-composer-editor{min-height:84px;padding:10px;display:block;outline:none;cursor:text;line-height:1.45;white-space:pre-wrap;word-break:break-word}.assistant-composer-editor:focus-visible{box-shadow:inset 0 0 0 2px #163a673d}.assistant-composer-editor[data-empty=true]:before{content:"Type a question";color:var(--muted);pointer-events:none;-webkit-user-select:none;user-select:none}.assistant-composer-token{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:4px 8px;border:1px solid rgba(30,26,22,.12);border-radius:999px;background:#ffffffe0;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.04em;box-shadow:inset 0 0 0 1px #ffffff57;flex:0 0 auto;vertical-align:middle;margin:0 6px 6px 0;position:relative;cursor:pointer}.assistant-composer-token-reveal{width:16px;height:16px;padding:0;border:0;border-radius:999px;background:#163a6714;color:#163a67;display:inline-flex;align-items:center;justify-content:center;flex:none;box-shadow:none}.assistant-composer-token:hover,.assistant-composer-token:focus-visible{outline:2px solid rgba(22,58,103,.2);outline-offset:2px}.assistant-composer-token:hover .assistant-composer-token-reveal,.assistant-composer-token:focus-visible .assistant-composer-token-reveal{background:#163a6724;color:#0f2747}.assistant-composer-token-label{text-transform:uppercase;white-space:nowrap}.assistant-composer-token-remove{width:16px;height:16px;padding:0;border:0;border-radius:999px;background:#1e1a160f;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #1e1a160f;flex:none}.assistant-composer-token-remove:hover,.assistant-composer-token-remove:focus-visible{background:#1e1a161a;color:var(--ink)}.assistant-composer-token:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 10px);transform:translate(-50%) translateY(4px);min-width:240px;max-width:320px;padding:8px 10px;border-radius:12px;border:1px solid rgba(30,26,22,.12);background:#fffffffa;color:var(--ink);box-shadow:0 14px 28px #1e1a1629;font-size:11px;font-weight:500;letter-spacing:0;text-transform:none;line-height:1.4;white-space:normal;opacity:0;pointer-events:none;z-index:2;transition:opacity .14s ease,transform .14s ease}.assistant-composer-token:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);transform:translate(-50%) translateY(4px);border:6px solid transparent;border-top-color:#1e1a161f;opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.assistant-composer-token:hover:after,.assistant-composer-token:focus-within:after,.assistant-composer-token:hover:before,.assistant-composer-token:focus-within:before{opacity:1;transform:translate(-50%) translateY(0)}.assistant-send{display:inline-flex;align-items:center;gap:8px;background:#163a67;color:#fff;box-shadow:0 12px 24px #163a673d}.assistant-preview-button{display:inline-flex;align-items:center;gap:8px}.assistant-send:hover:not(:disabled){background:#102f56;box-shadow:0 14px 30px #163a6752}.assistant-send:disabled{opacity:.88;background:#163a67;color:#fff}.assistant-error{border:1px solid rgba(196,82,41,.35);background:#ea6b3d1f;color:var(--accent-dark);border-radius:8px;padding:8px 10px;font-size:13px}.assistant-history-backdrop{position:fixed;inset:0;z-index:70;border:0;background:#f7f2eb33;backdrop-filter:none;-webkit-backdrop-filter:none}.assistant-history-drawer{position:fixed;top:88px;right:18px;bottom:18px;width:min(360px,calc(100vw - 36px));z-index:71;display:grid;grid-template-rows:auto auto auto minmax(0,1fr);gap:12px;padding:16px;border:1px solid rgba(30,26,22,.1);border-radius:16px;background:#fffaf4fa;box-shadow:0 20px 50px #1e1a1638;overflow:hidden}.assistant-history-drawer-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assistant-history-kicker{display:block;margin-bottom:4px;color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.assistant-history-drawer-header strong{display:block;font-size:16px;line-height:1.2}.assistant-history-close{width:28px;height:28px;padding:0;border:0;border-radius:8px;background:#1e1a160a;color:var(--muted);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #1e1a1614;transition:background-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.assistant-history-close:hover{background:#1e1a160f;box-shadow:inset 0 0 0 1px #1e1a1624;color:var(--ink);transform:translateY(-1px)}.assistant-history-close:focus-visible{outline:2px solid rgba(50,116,255,.72);outline-offset:2px}.assistant-history-search input{width:100%;border:1px solid var(--border);border-radius:8px;background:#ffffffb8;color:var(--ink);font:inherit;padding:9px 10px}.assistant-history-state{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:13px}.assistant-history-list{min-height:0;overflow:auto;display:grid;gap:8px;padding-right:2px}.assistant-history-item{display:grid;gap:4px;text-align:left;width:100%;border:1px solid rgba(30,26,22,.08);border-radius:10px;background:#ffffffb8;color:var(--ink);padding:10px 11px;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.assistant-history-item:hover{border-color:#1e1a1629;box-shadow:0 10px 20px #1e1a1614;transform:translateY(-1px)}.assistant-history-item.active{border-color:#3274ff59;box-shadow:0 0 0 1px #3274ff2e}.assistant-history-item-title{font-size:13px;font-weight:700;line-height:1.3}.assistant-history-item-meta,.assistant-history-item-preview{color:var(--muted);font-size:11px;line-height:1.35}.assistant-history-item-preview{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:720px){.assistant-panel--sidebar{position:static;top:auto;height:auto}.assistant-history-drawer{inset:72px 12px 12px;width:auto}.assistant-number-grid{grid-template-columns:1fr}}@layer components;@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.sr-only{clip-path:inset(50%);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.row-1{grid-row:1}.row-2{grid-row:2}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.table-row{display:table-row}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.rounded{border-radius:.25rem}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--bg-app:#121212;--bg-card:#1e1e1e;--text-primary:#ededed;--text-secondary:#a0a0a0;--accent-success:#27e6a3;--accent-danger:#ff5c7c;--accent-muted-rust:#c2410c;--accent-muted-rust-hover:#9a3412;--accent-covered:#7aa2ff;--accent-neutral:#8fa3b8;--accent-highlight:#f4c95d;--btn-primary:#fff;--border-subtle:#333}*{box-sizing:border-box}body{background-color:var(--bg-app);color:var(--text-primary);margin:0;font-family:Inter,Segoe UI,sans-serif}button,input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}.app{flex-direction:column;min-height:100vh;display:flex}.header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-subtle);background:#121212eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:18px 24px;display:flex}.logo{letter-spacing:.3em;font-size:14px;font-weight:700}.ticker{color:var(--text-secondary);font-family:SFMono-Regular,ui-monospace,Cascadia Mono,Roboto Mono,Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;font-size:13px}.ticker-change{margin-left:8px;font-weight:600}.header-actions{align-items:center;gap:10px;display:inline-flex}.header-logout{letter-spacing:.1em;padding:8px 14px;font-size:12px}.login-page{color:#0b1f3a;min-height:100vh;font-family:Inter,Segoe UI,sans-serif;position:relative;overflow:hidden}.login-backdrop{background:linear-gradient(115deg,#f7f1e6e0 0 38%,#0000 38%),radial-gradient(circle at 18% 18%,#ceb9933d,#0000 30%),radial-gradient(circle at 86% 14%,#19365c1f,#0000 34%),linear-gradient(135deg,#fbf9f4,#f4efe4 48%,#e9edf1);position:absolute;inset:0}.login-backdrop:before{content:"";opacity:.42;background-image:linear-gradient(#0b1f3a0f 1px,#0000 1px),linear-gradient(90deg,#0b1f3a0f 1px,#0000 1px);background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(105deg,#0000 0 28%,#000 45%,#0000 82%);mask-image:linear-gradient(105deg,#0000 0 28%,#000 45%,#0000 82%)}.login-backdrop:after{content:"";background:linear-gradient(#ffffff61,#fff0);border:1px solid #0b1f3a14;border-radius:999px 0 0 999px;width:44vw;height:88vh;position:absolute;top:-16vh;right:-8vw;transform:rotate(10deg)}.login-main{z-index:1;place-items:center;min-height:100vh;padding:clamp(24px,4vw,64px);display:grid;position:relative}.login-panel{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(90deg,#ffffff8a,#ffffffd1),#ffffff94;border:1px solid #0b1f3a1f;border-radius:34px;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:center;gap:clamp(28px,5vw,76px);width:min(1180px,100%);min-height:min(720px,100vh - 64px);padding:clamp(28px,5vw,66px);display:grid;box-shadow:0 34px 90px #18253824}.login-content{gap:24px;display:grid;position:relative}.login-content:before{content:"";border-top:1px solid #b5965f99;border-left:1px solid #b5965f99;border-radius:46px 0 0;width:72px;height:128px;position:absolute;top:-22px;left:-28px}.login-content h1{color:#0a1f3b;letter-spacing:-.055em;max-width:700px;margin:0;font-family:Libre Baskerville,Georgia,serif;font-size:clamp(44px,6.1vw,82px);font-weight:700;line-height:.96}.login-proof-grid{grid-template-columns:repeat(3,minmax(0,132px));gap:12px;margin-top:10px;display:grid}.login-proof-grid div{border-top:1px solid #0b1f3a2e;gap:6px;padding-top:14px;display:grid}.login-proof-grid span,.login-risk-card span,.login-card-kicker,.login-security-note{color:#687484;letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}.login-proof-grid strong{color:#0b1f3a;letter-spacing:-.03em;font-size:28px;font-weight:650}.login-visual{min-height:160px;margin-top:16px;position:relative}.login-visual:before{content:"";background:linear-gradient(90deg,#0000,#0b1f3a52,#0000);height:1px;position:absolute;inset:30px 12% auto 2%}.login-risk-card{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffb8;border:1px solid #0b1f3a1f;gap:12px;display:grid;position:absolute;box-shadow:0 18px 44px #1825381a}.login-risk-card-primary{border-radius:24px;width:min(420px,72%);padding:22px;top:0;left:0}.login-risk-card-secondary{border-radius:999px;min-width:184px;padding:18px 22px;bottom:0;right:7%}.login-risk-card-secondary strong{color:#b5965f;font-size:19px}.login-risk-line{height:68px;position:relative;overflow:hidden}.login-risk-line:before,.login-risk-line:after{content:"";background:#0b1f3a1a;height:1px;position:absolute;left:0;right:0}.login-risk-line:before{top:21px}.login-risk-line:after{bottom:20px}.login-risk-line i{transform-origin:0;border-radius:999px;height:2px;display:block;position:absolute;left:0;right:0}.login-risk-line i:first-child{background:linear-gradient(90deg,#0b1f3a,#0000);top:16px;transform:rotate(4deg)}.login-risk-line i:nth-child(2){background:linear-gradient(90deg,#b5965f,#0000);top:34px;transform:rotate(-5deg)}.login-risk-line i:nth-child(3){background:linear-gradient(90deg,#64748b,#0000);top:50px;transform:rotate(2deg)}.login-card{background:#ffffffdb;border:1px solid #0b1f3a21;border-radius:26px;width:min(100%,430px);padding:clamp(26px,4vw,36px);box-shadow:0 24px 70px #18253824}.login-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:#687484;margin:0 0 8px;font-size:11px}.login-card h2{color:#0b1f3a;letter-spacing:-.04em;margin:8px 0 0;font-family:Libre Baskerville,Georgia,serif;font-size:34px}.login-subtitle{color:#4f5d6f;max-width:620px;margin:0;font-size:clamp(16px,1.5vw,19px);line-height:1.75}.login-form{flex-direction:column;gap:11px;margin-top:28px;display:flex}.login-form label{letter-spacing:.12em;text-transform:uppercase;color:#5f6b7a;font-size:12px;font-weight:700}.login-form input{color:#0b1f3a;background:#fbfcfd;border:1px solid #0b1f3a29;border-radius:14px;padding:14px 15px;font-size:15px}.login-form input:focus{border-color:#b5965fb3;outline:none;box-shadow:0 0 0 4px #b5965f24}.login-form .primary-button{color:#fff;background:#0b1f3a;border-color:#0b1f3a;border-radius:14px;min-height:48px;margin-top:12px;box-shadow:0 16px 34px #0b1f3a33}.login-error{color:var(--accent-danger);margin:3px 0 2px;font-size:14px;font-weight:600}.login-security-note{margin:22px 0 0;line-height:1.6}.page-message{margin:0;font-size:14px;font-weight:600}.main{flex-direction:column;flex:1;gap:28px;max-width:1200px;margin:0 auto;padding:32px 24px;display:flex}.app-shell{flex:1;grid-template-columns:240px minmax(0,1fr);gap:24px;width:min(1400px,100% - 48px);margin:0 auto;padding:24px 0 32px;display:grid}.routed-main{width:100%;max-width:none;margin:0;padding:0}.sidebar{border:1px solid var(--border-subtle);background:linear-gradient(#ffffff0a,#ffffff05);border-radius:20px;align-self:start;gap:20px;padding:20px;display:grid;position:sticky;top:92px}.sidebar-section,.sidebar-summary{gap:12px;display:grid}.sidebar-label{text-transform:uppercase;letter-spacing:.18em;color:var(--text-secondary);font-size:11px}.sidebar-nav{gap:8px;display:grid}.sidebar-link{color:var(--text-secondary);border:1px solid #0000;border-radius:14px;padding:12px 14px;transition:border-color .2s,background-color .2s,color .2s}.sidebar-link:hover{color:var(--text-primary);border-color:#ffffff14}.sidebar-link.active{color:var(--text-primary);background:#27e6a314;border-color:#27e6a34d}.sidebar-summary strong{font-size:18px}.sidebar-summary p{color:var(--text-secondary);margin:0;font-size:14px;line-height:1.6}.route-intro,.settings-page{gap:18px;display:grid}.placeholder-page{background:radial-gradient(circle at 100% 0,#27e6a317,#0000 38%),linear-gradient(#ffffff08,#ffffff05);border:1px solid #ffffff14;border-radius:20px;padding:28px}.settings-secondary-section{justify-items:start;gap:12px;padding:0 8px;display:grid}.settings-audit-history-card{width:min(100%,1180px)}.settings-audit-history-state{color:var(--text-secondary);margin:0;padding:0 20px 16px}.settings-audit-history-table{table-layout:fixed}.settings-audit-history-table th:first-child{width:150px}.settings-audit-history-table th:nth-child(2){width:180px}.settings-audit-history-table th:nth-child(3){width:120px}.settings-audit-history-table th:nth-child(4){width:140px}.settings-audit-history-table th:nth-child(6),.settings-audit-history-table th:nth-child(7){width:120px}.settings-audit-history-cell{gap:4px;display:grid}.settings-audit-history-cell strong{color:var(--text-primary)}.settings-audit-history-cell span{color:var(--text-secondary);font-size:12px}.settings-budget-card{width:min(100%,960px)}.route-intro h1,.placeholder-page h1{margin:10px 0 12px;font-size:clamp(28px,3vw,42px)}.route-intro p,.placeholder-page p{max-width:720px;color:var(--text-secondary);margin:0;line-height:1.7}.route-intro-label{text-transform:uppercase;letter-spacing:.18em;color:var(--accent-success);align-items:center;gap:8px;font-size:12px;display:inline-flex}.amount-logic-label{color:var(--text-secondary)}.amount-logic-section{align-content:start;justify-items:start;gap:12px}.amount-logic-stack{justify-items:start;gap:12px;display:grid}.exposure-grid-page{gap:20px;display:grid}.exposure-import-section{gap:16px;display:grid}.action-tooltip-question-group{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.action-tooltip-question-chip{min-width:22px;height:18px;color:var(--text-secondary);cursor:help;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;display:inline-flex}.template-icon-option{color:var(--text-secondary);cursor:pointer;font:inherit;background:0 0;border:0;justify-self:start;align-items:center;gap:8px;padding:0;display:inline-flex}.template-icon-option:hover,.template-icon-option:focus-visible{color:var(--text-primary)}.template-icon-option-mark{border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:inline-flex}.cockpit-widgets{grid-template-columns:.95fr 1.1fr 1.05fr;gap:18px;display:grid}.cockpit-widget{background:radial-gradient(circle at 100% 0,#27e6a314,#0000 34%),linear-gradient(#ffffff08,#ffffff05);border:1px solid #ffffff14;border-radius:20px;gap:16px;padding:22px;display:grid}.widget-header{gap:6px;display:grid}.widget-header h2{margin:0;font-size:24px}.widget-copy{color:var(--text-secondary);margin:0;line-height:1.6}.market-grid{gap:14px;display:grid}.market-grid div{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;gap:6px;padding:14px 16px;display:grid}.market-grid span{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:13px}.market-grid strong{font-size:24px}.gauge-widget{align-content:start}.gauge-ring-shell{justify-items:center;display:grid}.gauge-ring{aspect-ratio:1;background:conic-gradient(#27e6a3eb 0 var(--gauge-fill,50%),#ffffff14 var(--gauge-fill,50%) 100%);border-radius:50%;width:100%;max-width:260px;margin:0 auto;padding:18px}.gauge-ring-inner{text-align:center;background:#12151b;border-radius:50%;place-items:center;width:100%;height:100%;padding:20px;display:grid}.gauge-ring-inner strong{place-items:center;gap:4px;font-size:28px;display:grid}.gauge-ring-inner span{color:var(--text-secondary);line-height:1.5}.gauge-ring-headline{white-space:nowrap;line-height:1.2;display:block}.gauge-ring-amount{white-space:nowrap;line-height:1.1;display:block}.gauge-summary-list{gap:10px;display:grid}.net-exposure-option-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;gap:14px;padding:16px;display:grid}.net-exposure-dual-grid,.net-exposure-split-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.net-exposure-mini-panel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;grid-template-rows:auto 1fr;gap:10px;min-width:0;min-height:222px;padding:14px;display:grid;overflow:hidden}.net-exposure-mini-panel h4,.net-exposure-stack-copy h4,.net-exposure-split-card h4{margin:0;font-size:18px}.net-exposure-vertical-stack{gap:14px;display:grid}.net-exposure-row-panel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px;display:grid}.net-exposure-row-copy{gap:6px;display:grid}.net-exposure-row-copy h4,.net-exposure-lead-panel h4,.net-exposure-follow-panel h4{margin:0;font-size:18px}.net-exposure-row-copy span{color:var(--text-secondary);font-size:13px}.gauge-ring-shell.compact .gauge-ring,.gauge-ring-shell.stacked .gauge-ring{width:100%;max-width:124px;padding:10px}.gauge-ring-shell.compact{align-self:center;width:100%;min-height:148px}.gauge-ring-shell.compact .gauge-ring-inner,.gauge-ring-shell.stacked .gauge-ring-inner{padding:12px}.gauge-ring-shell.compact .gauge-ring-inner strong,.gauge-ring-shell.stacked .gauge-ring-inner strong{font-size:16px;line-height:1.2}.gauge-ring-shell.compact .gauge-ring-inner span,.gauge-ring-shell.stacked .gauge-ring-inner span{font-size:12px}.gauge-ring-shell.compact .gauge-ring-headline,.gauge-ring-shell.stacked .gauge-ring-headline{font-size:.95em}.gauge-ring-shell.compact .gauge-ring-amount,.gauge-ring-shell.stacked .gauge-ring-amount{font-size:1.12em}.gauge-summary-row,.hedge-widget-row{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.hedge-widget-list{gap:10px;display:grid}.hedge-widget-row p{color:var(--text-secondary);margin:4px 0 0}.hedge-action-emphasis{color:var(--text-primary);font-weight:600}.cockpit-error-widget{grid-column:1/-1}.exposure-intro{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.exposure-intro-actions{justify-items:end;gap:12px;display:grid}.view-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:4px;display:inline-flex}.amount-logic-toggle{position:relative}.amount-logic-controls{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.view-toggle-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:0;border-radius:999px;align-items:center;gap:6px;padding:10px 14px;transition:background-color .2s,color .2s;display:inline-flex}.view-toggle-button.active{color:var(--text-primary);background:#27e6a324}.hedge-status-tab-help{flex:none}.hedge-status-tooltip{gap:4px;width:min(280px,70vw);display:grid}.hedge-status-tooltip>span,.hedge-status-tooltip-item{display:block}.hedge-status-tooltip strong{color:#f5f5f5f0;font-weight:700}.operation-detail-icon-button{justify-content:center;align-items:center;width:40px;min-width:40px;padding-inline:10px;display:inline-flex}.exposure-summary-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.exposure-page-sortable-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;display:grid}.exposure-non-operations-dashboards{display:contents}.exposure-dashboard-section-full-span{grid-column:1/-1}.summary-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.exposure-insight-panel{gap:16px;padding:18px;display:grid}.exposure-long-short-panel{gap:18px;display:grid}.exposure-long-short-header{align-items:start}.exposure-long-short-header p{max-width:420px;color:var(--text-secondary);margin:0;line-height:1.5}.temporal-long-short-controls{gap:10px;display:grid}.temporal-long-short-helper,.temporal-long-short-reference,.muted-copy{color:var(--text-secondary);font-size:13px}.temporal-long-short-panel{gap:16px;display:grid}.temporal-plot-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.temporal-diverging-chart,.temporal-stacked-grid,.temporal-consolidated-layout,.temporal-small-multiples-layout{gap:14px;display:grid}.temporal-consolidated-layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start}.temporal-small-multiples-layout{align-items:start}.temporal-line-card,.temporal-waterfall-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:14px;padding:16px;display:grid}.temporal-line-legend{color:var(--text-secondary);flex-wrap:wrap;gap:18px;margin-top:4px;font-size:14px;display:flex}.legend-swatch{border-radius:999px;width:12px;height:12px;margin-right:6px;display:inline-block}.legend-swatch.usd{background:#27e6a3}.legend-swatch.mxn{background:#ff5c7c}.legend-swatch.trend{background:#8aa1ff6b}.legend-swatch.scenario-0{background:#6dd3ff}.legend-swatch.scenario-1{background:#4ff4c6}.legend-swatch.scenario-2{background:#ffd166}.legend-swatch.scenario-3{background:#ff9f68}.legend-swatch.scenario-4{background:#ff6b8b}.legend-swatch.scenario-5{background:#b693ff}.temporal-line-svg{width:100%;height:auto}.temporal-chart-tooltip-shell{position:relative}.temporal-chart-tooltip.macro-scope-inline-help{white-space:nowrap;text-align:left;z-index:12;width:max-content;max-width:none;padding:6px 12px;top:0;bottom:auto;left:0;transform:translate(-50%,calc(-100% - 10px))}.temporal-chart-tooltip.macro-scope-inline-help.visible{transform:translate(-50%,calc(-100% - 12px))}.temporal-chart-tooltip.macro-scope-inline-help.ebitda-range-selection-tooltip{color:#ecf6fff0;letter-spacing:.02em;font-variant-numeric:tabular-nums;background:#0f151fc2;border-color:#6fd3ff2e;width:max-content;max-width:none;padding:7px 10px;font-size:11px;font-weight:700}.temporal-axis-line,.temporal-waterfall-connector{stroke:#ffffff2e;stroke-width:1.5px}.temporal-grid-line{stroke:#ffffff14;stroke-width:1px}.temporal-reference-line{stroke:#ffffff38;stroke-width:1.5px;stroke-dasharray:4 4}.temporal-reference-label{fill:#ffffffb8;font-size:12px;font-weight:600}.temporal-axis-label{fill:var(--text-secondary);font-size:14px;font-weight:600}.temporal-y-axis-label{fill:#ffffff8c;font-size:14px}.temporal-axis-title{color:var(--text-secondary);text-align:center;margin-top:2px;font-size:14px;font-weight:600}.temporal-axis-title-compact{margin-top:-16px}.temporal-chart-meta{color:var(--text-secondary);font-size:14px;font-weight:600}.temporal-chart-legend-item{font-size:14px;font-weight:600}.temporal-line-series{fill:none;stroke-width:3px;pointer-events:none}.temporal-line-point.usd{stroke:#27e6a3;fill:#27e6a3}.temporal-line-point.mxn{stroke:#ff5c7c;fill:#ff5c7c}.temporal-line-series.trend,.temporal-line-point.trend{stroke:#8aa1ff61;fill:#8aa1ff61}.temporal-line-series.trend{stroke-width:1.5px;stroke-dasharray:5 5;opacity:.52}.temporal-waterfall-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.temporal-waterfall-bar.long{fill:#27e6a3f2}.temporal-waterfall-bar.short{fill:#ff5c7cf2}.temporal-diverging-bucket,.temporal-stacked-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:12px;padding:16px;display:grid}.temporal-diverging-bucket-label{gap:2px;display:grid}.temporal-diverging-bucket-label span{color:var(--text-secondary);font-size:12px}.temporal-diverging-series,.temporal-stacked-rows{gap:10px;display:grid}.temporal-diverging-series-row,.temporal-stacked-row{grid-template-columns:48px minmax(0,1fr) 150px;align-items:center;gap:12px;display:grid}.temporal-series-tag{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.temporal-series-value{color:var(--text-secondary);text-align:right;font-size:12px}.temporal-plot-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:14px;padding:16px;display:grid}.temporal-plot-card-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.temporal-waterfall-card .temporal-plot-card-header{text-align:center;justify-content:center}.temporal-plot-card-header h5{margin:4px 0;font-size:18px}.temporal-plot-card-header span{color:var(--text-secondary);font-size:12px}.temporal-cumulative-toggle-header{justify-items:start;gap:12px;min-width:0;margin-left:auto;display:grid}.temporal-cumulative-toggle-control{align-items:flex-start}.temporal-cumulative-toggle-meta{text-align:left;margin-top:2px;margin-left:4px}.temporal-plot-rows{gap:10px;display:grid}.temporal-plot-row{grid-template-columns:72px minmax(0,1fr) 130px;align-items:center;gap:12px;display:grid}.temporal-plot-row-label{gap:2px;display:grid}.temporal-plot-row-label span,.temporal-plot-row-value{color:var(--text-secondary);font-size:12px}.temporal-plot-row-value{text-align:right}.temporal-plot-track{background:#ffffff0a;border-radius:999px;height:20px;position:relative;overflow:hidden}.temporal-plot-centerline{background:#ffffff38;width:1px;position:absolute;top:0;bottom:0;left:50%}.temporal-plot-bar{border-radius:999px;position:absolute;top:3px;bottom:3px}.temporal-stacked-track{background:#ffffff0a;border-radius:999px;align-items:stretch;height:20px;display:flex;overflow:hidden}.temporal-stacked-segment{height:100%;display:block}.temporal-stacked-segment.long{background:#27e6a3eb}.temporal-stacked-segment.hedged{background:#5a8affe6}.temporal-stacked-segment.short{background:#ff5c7ceb}.temporal-long-short-table-wrap{overflow-x:auto}.temporal-long-short-table{border-collapse:collapse;width:100%}.temporal-long-short-table td{vertical-align:top;border-top:1px solid #ffffff14;padding:14px 16px}.temporal-long-short-table td:first-child{min-width:110px}.temporal-long-short-table td strong{display:block}.temporal-long-short-table td span{color:var(--text-secondary);font-size:13px}.temporal-matrix-cell{gap:6px;display:grid}.currency-long-short-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.long-short-rings-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;display:grid}.currency-long-short-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:14px;padding:16px;display:grid}.currency-long-short-card.long{border-color:#27e6a33d}.currency-long-short-card.short{border-color:#ff5c7c3d}.currency-long-short-card.flat{border-color:#ffffff24}.long-short-ring-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:14px;padding:16px;display:grid}.long-short-ring-card.long{border-color:#27e6a33d}.long-short-ring-card.short{border-color:#ff5c7c3d}.long-short-ring-card.flat{border-color:#ffffff24}.long-short-ring-visual{justify-items:center;padding:6px 0;display:grid}.long-short-ring-visual .gauge-ring-shell.compact{min-height:0}.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring{max-width:196px;padding:15px}.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring-inner{padding:22px}.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring-inner strong{font-size:30px;line-height:1.1}.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring-inner span{font-size:17px}.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring-headline,.long-short-ring-visual .gauge-ring-shell.compact .gauge-ring-amount{font-size:28px;font-weight:700;line-height:1.05}.currency-long-short-net strong.covered{color:var(--accent-covered);font-size:18px}.currency-long-short-card-header{justify-content:space-between;align-items:start;gap:12px;display:flex}.currency-long-short-card-header>div{gap:4px;display:grid}.currency-long-short-eyebrow-row{align-items:center;gap:8px;width:fit-content;display:inline-flex}.currency-long-short-card-header strong{color:var(--text-secondary);font-size:13px;font-weight:600}.currency-long-short-eyebrow{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.currency-long-short-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.currency-long-short-metrics div,.currency-long-short-net{gap:4px;display:grid}.currency-long-short-metrics span,.currency-long-short-net span{color:var(--text-secondary);font-size:13px}.currency-long-short-metrics strong{font-size:18px}.currency-long-short-metrics strong.positive{color:var(--accent-success)}.currency-long-short-metrics strong.negative{color:var(--accent-danger)}.currency-long-short-metrics strong.covered{color:var(--accent-covered)}.currency-long-short-net{border-top:1px solid #ffffff14;padding-top:12px}.currency-long-short-net strong{font-size:18px}.exposure-summary-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.exposure-ebitda-card,.exposure-ebitda-range-card{grid-column:1/-1;min-height:100%}.exposure-ebitda-estimator-card,.exposure-ebitda-alert-card,.exposure-budget-card{min-height:100%}.budget-card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.dashboard-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.summary-section-label{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.dashboard-collapsed-title{line-height:inherit;margin:0;display:block}.simulation-date-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.simulation-date-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.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}.micro-trigger-lab-modal{max-width:980px}.micro-trigger-lab-modal .strategy-summary-card{background:linear-gradient(#f8fafcfa,#f1f5f9f5),#fff;border:1px solid #94a3b847;box-shadow:0 10px 24px #0f172a0f}.micro-trigger-lab-modal .strategy-summary-card p,.micro-trigger-lab-modal .strategy-summary-card li{color:var(--text-primary)}.micro-trigger-lab-modal .strategy-summary-card .route-intro-label{color:var(--text-muted)}.micro-trigger-lab-grid{gap:20px;display:grid}.macro-dashboard-form{align-items:start}.micro-trigger-tablist{flex-wrap:wrap;gap:8px;display:flex;position:relative}.micro-trigger-tab-option:hover~.macro-scope-inline-help,.micro-trigger-tab-option:focus-visible~.macro-scope-inline-help{opacity:1;transform:translate(-50%)translateY(0)}.macro-dashboard-checkbox{align-items:center;gap:10px;display:flex}.temporal-cumulative-toggle{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;align-items:flex-start;gap:12px;padding:12px 14px}.macro-dashboard-checkbox input{width:auto;margin-top:2px}.temporal-cumulative-toggle-copy{gap:2px;min-width:0;display:grid}.temporal-cumulative-toggle-title{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.2}.temporal-cumulative-toggle-helper{color:var(--text-secondary);font-size:12px;font-weight:500;line-height:1.2}.macro-dashboard-checkbox-block{min-height:48px}.macro-scope-field{gap:8px;display:grid}.macro-scope-range-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.macro-scope-range-grid>label{min-width:0}.macro-scope-range-grid>label input{width:100%}.macro-amount-limits-field{gap:8px;display:grid}.macro-scope-header{align-items:center;gap:8px;margin-bottom:0;display:flex}.macro-scope-field-label{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;font-size:12px;font-weight:400}.macro-scope-inline-help{-webkit-backdrop-filter:blur(8px);color:#f5f5f5d6;letter-spacing:normal;text-transform:none;opacity:0;pointer-events:none;z-index:20;background:#1c1e246b;border:1px solid #ffffff1a;border-radius:8px;width:min(240px,70vw);padding:7px 9px;font-size:11px;line-height:1.35;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(2px);box-shadow:0 10px 24px #0000003d}.macro-scope-option:hover~.macro-scope-inline-help,.macro-scope-inline-help.visible{opacity:1;transform:translate(-50%)translateY(0)}.currency-long-short-estimate-tooltip{white-space:normal;width:min(280px,100vw - 64px)}.macro-inline-help-trigger{cursor:default;width:fit-content;display:inline-flex;position:relative}.macro-amount-basis-option{flex:none}.macro-inline-help-trigger .macro-scope-inline-help{top:calc(100% + 6px);bottom:auto;left:0;transform:translateY(2px)}th .macro-inline-help-trigger .macro-scope-inline-help{left:auto;right:0}th .macro-inline-help-trigger.operation-table-header-help-left .macro-scope-inline-help{left:0;right:auto}.operation-form-label-heading .macro-inline-help-trigger .macro-scope-inline-help{width:min(180px,100vw - 64px);left:50%;right:auto;transform:translate(-50%)translateY(2px)}.operation-form-label-heading .macro-inline-help-trigger.operation-form-help-right .macro-scope-inline-help{left:auto;right:0;transform:translateY(2px)}th .operation-form-label-heading .macro-inline-help-trigger .macro-scope-inline-help{width:min(180px,100vw - 64px);left:auto;right:0;transform:translateY(2px)}th .operation-form-label-heading .macro-inline-help-trigger.operation-table-header-help-left .macro-scope-inline-help{left:0;right:auto}.macro-inline-help-trigger:hover .macro-scope-inline-help,.macro-inline-help-trigger:focus-within .macro-scope-inline-help{opacity:1;transform:translateY(0)}.macro-scope-inline-help.operation-detail-floating-tooltip{-webkit-backdrop-filter:blur(8px);color:#f5f5f5d6;letter-spacing:normal;text-transform:none;text-align:left;z-index:60;opacity:0;pointer-events:none;background:#1c1e246b;border:1px solid #ffffff1a;border-radius:8px;width:max-content;max-width:min(180px,100vw - 64px);padding:7px 9px;font-size:11px;font-weight:700;line-height:1.35;transition:opacity .16s,transform .16s;display:block;position:fixed;inset:0 auto auto 0;transform:translate(-100%,2px);box-shadow:0 10px 24px #0000003d}.macro-scope-inline-help.operation-detail-floating-tooltip.visible{opacity:1;transform:translate(-100%)}.macro-field-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.field-example-button{color:#e2e8f09e;font:inherit;letter-spacing:.14em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;padding:0;font-size:11px}.macro-scope-control{background:#ffffff06;border:1px solid #ffffff14;border-radius:16px;padding:6px;position:relative}.macro-scope-toggle{flex-wrap:wrap;align-items:center;gap:10px;display:flex;position:relative}.macro-scope-option{cursor:pointer;min-width:0;color:var(--text-secondary);background:#ffffff05;border:1px solid #ffffff14;border-radius:12px;justify-content:center;padding:8px 16px;transition:border-color .2s,background .2s,color .2s;position:relative}.macro-scope-option input{opacity:0;pointer-events:none;position:absolute}.macro-scope-option:hover{color:var(--text-primary);background:#ffffff0a;border-color:#ffffff24}.macro-scope-option.selected{color:var(--text-primary);background:linear-gradient(#ffffff1f,#4da3ff1a);border-color:#4da3ff2e}.macro-scope-option span:last-child{letter-spacing:.01em;font-weight:500}.macro-options-field{align-content:start;gap:8px;display:grid}.macro-options-button{justify-self:start}.macro-advanced-options-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.macro-advanced-options-actions{justify-items:end;gap:10px;display:grid}.macro-advanced-options-summary{color:var(--text-secondary);text-align:right;font-size:13px}.macro-advanced-modal{width:min(100%,680px)}.micro-trigger-wizard-steps{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.micro-trigger-wizard-choice-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.micro-trigger-choice{text-align:left;cursor:pointer}.micro-trigger-choice.selected{border-color:#27e6a34d}.summary-chip{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:4px;padding:14px 16px;display:grid}.summary-panel-actions{grid-column:1/-1;justify-content:flex-end;width:100%;display:flex}.summary-display-switch{align-items:center;gap:10px;min-height:42px;display:inline-flex}.summary-display-switch input{opacity:0;pointer-events:none;position:absolute}.summary-display-switch-track{background:#ffffff24;border-radius:999px;width:42px;height:24px;transition:background .18s;position:relative}.summary-display-switch-thumb{background:#fff;border-radius:50%;width:18px;height:18px;transition:transform .18s;position:absolute;top:3px;left:3px}.summary-display-switch input:checked+.summary-display-switch-track{background:#27e6a347}.summary-display-switch input:checked+.summary-display-switch-track .summary-display-switch-thumb{transform:translate(18px)}.summary-display-switch-copy{color:var(--text-primary)}.summary-chip strong{font-size:18px}.summary-chip em{color:var(--text-secondary);font-style:normal}.summary-breakdown{gap:6px;margin-top:6px;display:grid}.summary-breakdown>span{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:12px;font-size:13px;display:flex}.summary-breakdown>span strong{color:var(--text-primary);font-size:14px}.summary-chip .summary-value.positive{color:var(--accent-success)}.summary-chip .summary-value.negative{color:var(--accent-danger)}.summary-chip .summary-value.covered{color:var(--accent-covered)}.summary-chip.long{border-color:#27e6a340}.summary-chip.short{border-color:#ff5c7c40}.summary-chip.flat,.summary-chip.muted{border-color:#ffffff1f}.exposure-table-card{overflow:auto visible}.exposure-table-card-performance-guard{contain:layout paint}.exposure-table-performance-note{color:var(--text-secondary);margin:0 16px 12px;font-size:12px;line-height:1.4}.exposure-operations-table{table-layout:fixed;width:100%}.exposure-operations-table td,.exposure-operations-table th{overflow-wrap:anywhere;word-break:break-word}.exposure-operations-table th:last-child,.exposure-operations-table td:last-child{text-align:center;white-space:nowrap;width:72px;min-width:72px;max-width:72px}.operation-detail-studio{display:none}.operation-detail-studio-header{gap:14px;display:grid}.operation-detail-studio-header h3{margin:8px 0 6px;font-size:22px}.operation-detail-studio-header p{color:var(--text-secondary);margin:0}.operation-drawer-eyebrow{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:11px;display:block}.operation-drawer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.operation-drawer-grid span{color:var(--text-secondary);font-size:12px}.operation-drawer-grid strong{margin-top:4px;display:block}.operation-drawer-description{grid-column:1/-1}.operation-drawer-backdrop{z-index:80;background:#06080c75;justify-content:flex-end;display:flex;position:fixed;inset:0}.operation-drawer-overlay{border-left:1px solid var(--border-subtle);background:#0a0c11fa;width:min(420px,100vw);height:100vh;padding:24px 22px;overflow-y:auto;box-shadow:-24px 0 48px #00000047}.operation-drawer-overlay-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.operation-drawer-overlay-header h3{margin:6px 0;font-size:24px}.operation-drawer-overlay-header p{color:var(--text-secondary);margin:0}.routed-main .operation-drawer-backdrop{z-index:60;min-height:calc(100vh - 118px);position:absolute;inset:0;overflow:hidden}.routed-main .operation-drawer-overlay{height:auto;min-height:100%;max-height:calc(100vh - 118px)}.operation-drawer-overlay-status{border-bottom:1px solid var(--border-subtle);gap:14px;margin-bottom:18px;padding-bottom:14px;display:flex}.import-file-input{display:none}.import-review-card{gap:16px;margin-bottom:18px;display:grid}.import-review-shell{gap:16px;display:grid}.import-review-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.import-review-header h3{margin:8px 0 6px;font-size:22px}.import-review-header p{color:var(--text-secondary);margin:0}.import-review-actions,.import-action-group{flex-wrap:wrap;gap:12px;display:flex}.import-action-group-stack{justify-items:start;display:grid}.import-review-summary{color:var(--text-secondary);flex-wrap:wrap;gap:14px;font-size:14px;display:flex}.import-review-table-wrap{overflow-x:auto}.import-review-sticky-footer{background:#090b10f5;border:1px solid #ffffff1a;border-radius:20px;gap:12px;padding:14px 16px;display:grid;position:sticky;bottom:12px;box-shadow:0 24px 40px #00000047}.import-review-table{width:100%}.import-review-table th,.import-review-table td{vertical-align:top}.import-review-section-row td{border-top:1px solid var(--border-subtle);color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;background:0 0;border-bottom:0;padding:14px 16px 8px;font-size:11px;font-weight:700}.import-review-section-row-invalid td{color:var(--accent-danger);font-weight:800}.import-review-section-label-muted{color:var(--text-secondary);font-weight:700}.import-review-section-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.import-review-section-note{color:var(--text-secondary);text-transform:none;letter-spacing:0;margin-top:4px;font-size:11px;font-weight:500}.import-review-section-toggle{flex-shrink:0}.import-review-row-invalid{background:#ff5c7c0f}.import-review-errors{gap:6px;min-width:220px;display:grid}@media(max-width:900px){.import-review-header,.import-review-actions{flex-direction:column;align-items:stretch}.import-review-actions,.import-review-actions>*{width:100%}}.import-review-errors span:not(.status){color:var(--text-secondary);font-size:12px;line-height:1.4}.exposure-table-toolbar{border-bottom:1px solid var(--border-subtle);gap:16px;margin-bottom:16px;padding:0 16px 16px;display:grid}.exposure-table-toolbar-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.exposure-table-toolbar-copy{align-items:center;display:flex}.exposure-table-toolbar-right{justify-content:flex-end;align-items:flex-start;gap:16px;margin-left:auto;display:flex}.exposure-table-toolbar-actions{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;display:flex}.operations-toolbar-stack{gap:10px;width:100%;display:grid}.operations-toolbar-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.operations-toolbar-row-between{justify-content:space-between}.operations-toolbar-row-end{justify-content:flex-end}.operations-toolbar-row-muted{border-top:1px solid #ffffff0f;padding-top:6px}.operations-toolbar-view-side{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:12px;display:flex}.operations-toolbar-kicker{letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);font-size:12px}.operations-toolbar-import-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:16px;gap:10px;width:fit-content;max-width:min(100%,56rem);padding:14px 16px;display:grid}.operations-toolbar-copy-block{gap:4px;display:grid}.operations-toolbar-copy-block h3{margin:0;font-size:20px}.operations-toolbar-copy-block p{color:var(--text-secondary);max-width:56ch;margin:0;font-size:14px;line-height:1.45}.hedge-groups{gap:16px;display:grid}.hedges-page{gap:20px;display:grid}.hedges-intro{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.hedges-intro-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:min(420px,100%);display:grid}.hedges-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.hedges-toolbar-actions{justify-content:flex-end;margin-left:auto;display:flex}.hedges-toolbar-copy{max-width:520px;color:var(--text-secondary);margin:0;line-height:1.6}.hedge-bulk-settle-button{white-space:nowrap}.hedges-workspace{grid-template-columns:minmax(320px,.95fr) minmax(340px,1.05fr);align-items:start;gap:18px;display:grid}.hedges-list,.hedge-detail-panel{background:radial-gradient(circle at 100% 0,#27e6a30f,#0000 34%),linear-gradient(#ffffff08,#ffffff05);border:1px solid #ffffff14;border-radius:20px;padding:18px}.hedges-list{gap:12px;display:grid}.hedge-record{text-align:left;color:inherit;cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;gap:12px;padding:16px;transition:border-color .2s,transform .2s,background-color .2s;display:grid}.hedge-record:hover,.hedge-record.selected{background:#27e6a314;border-color:#27e6a347;transform:translateY(-1px)}.hedge-record-header,.hedge-detail-header,.hedge-detail-section-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.hedge-record h2,.hedge-detail-header h2{margin:0;font-size:26px}.hedge-record p,.hedge-detail-header p{color:var(--text-secondary);margin:0;line-height:1.6}.hedge-record-meta{color:var(--text-secondary);gap:6px;font-size:13px;display:grid}.hedge-detail-panel{gap:14px;display:grid;position:sticky;top:24px}.hedge-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0;display:grid}.hedge-detail-grid div{background:#ffffff0a;border:1px solid #ffffff14;border-radius:14px;gap:6px;padding:14px 16px;display:grid}.hedge-detail-grid dt{color:var(--text-secondary);letter-spacing:.16em;text-transform:uppercase;font-size:12px}.hedge-detail-grid dd{overflow-wrap:anywhere;margin:0;font-size:15px}.hedge-detail-section{gap:12px;display:grid}.hedge-detail-action-section{margin-top:14px}.hedge-detail-linked-operations-section{margin-top:0;margin-bottom:24px}.hedge-detail-section h3{margin:0;font-size:18px}.hedge-detail-section-header span{color:var(--text-secondary);font-size:13px}.hedge-settlement-panel{background:#f1c21b14;border:1px solid #f1c21b3d;border-radius:14px;margin-top:20px;padding:14px}.hedge-settlement-result-row{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 14px;font-size:12px;display:flex}.hedge-settlement-result-row strong{color:var(--text-primary);letter-spacing:0;text-transform:none;font-size:15px}.hedge-settlement-field{color:var(--text-secondary);letter-spacing:.12em;text-transform:uppercase;gap:8px;font-size:12px;display:grid}.hedge-settlement-field-row{align-items:center;gap:8px;display:flex}.hedge-settlement-field input{width:100%;color:var(--text-primary);font:inherit;letter-spacing:0;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;flex:1;padding:10px 12px}.hedge-settlement-reset-button{flex:none;min-width:72px;padding-inline:12px}.hedge-bulk-settlement-panel{background:#f1c21b14;border-color:#f1c21b3d;gap:14px;display:grid}.hedge-bulk-settlement-list{gap:10px;display:grid}.hedge-bulk-settlement-row{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;grid-template-columns:minmax(0,1fr) minmax(160px,220px) auto;align-items:center;gap:12px;padding:12px;display:grid}.hedge-bulk-settlement-row span{gap:4px;min-width:0;display:grid}.hedge-bulk-settlement-row strong{color:var(--text-primary)}.hedge-bulk-settlement-row em,.hedge-bulk-settlement-row small{color:var(--text-secondary);font-style:normal}.hedge-bulk-settlement-row input{width:100%;color:var(--text-primary);font:inherit;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;padding:10px 12px}.hedge-group-card{background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;gap:16px;padding:20px;display:grid}.hedge-group-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.modal-header h2{margin:8px 0 6px;font-size:24px}.hedge-group-header p{color:var(--text-secondary);margin:0}.linked-operations,.hedge-lifecycle-list{gap:12px;display:grid}.hedge-lifecycle-card{background:#00000029;border:1px solid #ffffff14;border-radius:14px;gap:10px;padding:14px 16px;display:grid}.hedge-lifecycle-header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.hedge-lifecycle-header span,.hedge-lifecycle-card p,.hedge-lifecycle-meta{color:var(--text-secondary)}.hedge-lifecycle-card p{margin:0}.hedge-lifecycle-meta,.hedge-lifecycle-changes{flex-wrap:wrap;gap:8px;display:flex}.hedge-lifecycle-change-pill{color:var(--text-secondary);background:#27e6a314;border:1px solid #27e6a32e;border-radius:999px;padding:6px 10px;font-size:12px}.linked-operation-card{background:#00000029;border:1px solid #ffffff14;border-radius:14px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.linked-operation-title{color:var(--text-primary);font-size:18px;font-weight:700}.linked-operation-meta{color:var(--text-secondary);font-size:13px;font-weight:600}.linked-operation-status{justify-self:end}.linked-operation-card p{color:var(--text-secondary);margin:4px 0 0}.linked-operation-reference{color:var(--text-secondary);margin-top:4px;display:block}.empty-state{color:var(--text-secondary);margin:0}.modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#04070cc2;place-items:center;padding:24px;display:grid;position:fixed;inset:0;overflow-y:auto}.routed-main .modal-backdrop{z-index:60;min-height:calc(100vh - 118px);position:absolute}.modal-card{overscroll-behavior:contain;background:radial-gradient(circle at 100% 0,#27e6a314,#0000 28%),#16181d;border:1px solid #ffffff14;border-radius:22px;gap:18px;width:min(100%,620px);max-height:calc(100vh - 48px);padding:24px;display:grid;overflow-y:auto;box-shadow:0 28px 60px #00000073}.modal-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.operation-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.form-span-2{grid-column:1/-1}.operation-form label{text-transform:uppercase;letter-spacing:.12em;color:var(--text-secondary);gap:8px;font-size:12px;display:grid}.operation-form-label-heading{align-items:center;gap:8px;display:inline-flex}.operation-form input,.operation-form select,.operation-form textarea{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;padding:12px 14px}.operation-form .date-picker-shell{position:relative}.operation-form .date-picker-trigger{border:1px solid var(--border-subtle);width:100%;min-height:44px;color:var(--text-primary);font:inherit;text-transform:none;letter-spacing:0;cursor:pointer;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:inline-flex;box-shadow:inset 0 1px 2px #0f172a08}.operation-form .date-picker-trigger:hover,.operation-form .date-picker-trigger:focus-visible{border-color:#8fb9f2;outline:none;box-shadow:0 0 0 3px #2563eb1f}.operation-form .date-picker-trigger-value{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.operation-form .date-picker-trigger svg{color:var(--text-secondary);flex:none}.operation-form .date-picker-popover{z-index:40;border:1px solid var(--border-subtle);width:min(320px,100vw - 48px);max-height:min(360px,100vh - 48px);box-shadow:var(--shadow-panel);background:#fff;border-radius:16px;gap:12px;padding:12px;display:grid;position:absolute;top:calc(100% + 8px);left:0;overflow:auto}.operation-form .date-picker-popover.top{top:auto;bottom:calc(100% + 8px)}.operation-form .date-picker-header{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.operation-form .date-picker-select{display:grid}.operation-form .date-picker-select select{border-radius:12px;width:100%}.operation-form .date-picker-weekdays{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;text-align:center;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;font-size:10px;display:grid}.operation-form .date-picker-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;display:grid}.operation-form .date-picker-day{aspect-ratio:1;color:var(--text-primary);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;place-items:center;padding:0;display:grid}.operation-form .date-picker-day:hover:not(.blank),.operation-form .date-picker-day:focus-visible{background:#f8fafc;border-color:#cfe1f6;outline:none}.operation-form .date-picker-day.today{border-color:#bfd0e2}.operation-form .date-picker-day.selected{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd;font-weight:700}.operation-form .date-picker-day.active{background:#eff6ff;border-color:#bfdbfe}.operation-form .date-picker-day.blank{cursor:default;pointer-events:none}.operation-form .date-picker-actions{justify-content:flex-end;gap:8px;display:flex}.operation-form .date-picker-action{border:1px solid var(--border-subtle);min-height:34px;color:var(--text-primary);font:inherit;cursor:pointer;background:#fff;border-radius:10px;align-items:center;gap:6px;padding:0 12px;display:inline-flex}.operation-form .date-picker-action:hover,.operation-form .date-picker-action:focus-visible{border-color:#8fb9f2;outline:none;box-shadow:0 0 0 3px #2563eb1f}.operation-form .date-picker-action.primary{color:#fff;background:#2563eb;border-color:#2563eb}.operation-form .date-picker-action.primary:hover,.operation-form .date-picker-action.primary:focus-visible{background:#1d4ed8;border-color:#1d4ed8}.hedge-scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.hedge-scope-grid div{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;gap:4px;padding:12px 14px;display:grid}.hedge-scope-grid strong{color:var(--text-primary);font-size:14px}.hedge-scope-grid span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);font-size:11px}.modal-actions{grid-column:1/-1;justify-content:flex-end;gap:12px;margin-top:6px;display:flex}.section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.24em;margin:0 0 12px;font-size:18px}.upload-section-wrapper{flex-direction:column;gap:12px;display:flex}.upload-hero{background:linear-gradient(120deg,#27e6a314,#12121233 55%),radial-gradient(circle at 100% 0,#ffffff0f,#0000 55%);border:1px solid #ffffff14;border-radius:18px;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:24px;padding:26px;display:grid}.upload-hero-copy{flex-direction:column;gap:12px;display:flex}.upload-chip{color:var(--accent-success);letter-spacing:.12em;text-transform:uppercase;background:#27e6a31f;border:1px solid #27e6a340;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:6px 12px;font-size:12px;display:inline-flex}.upload-hero-title{letter-spacing:.02em;margin:0;font-size:28px}.upload-hero-subtitle{color:var(--text-secondary);max-width:520px;margin:0;line-height:1.6}.upload-hero-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.upload-stat{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:8px;padding:14px 16px;display:flex}.upload-stat-label{color:var(--text-secondary);letter-spacing:.16em;text-transform:uppercase;font-size:12px}.upload-stat-value{color:var(--text-primary);font-size:14px;font-weight:600}.upload-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}.dropzone{border:1px dashed var(--text-secondary);cursor:pointer;background:linear-gradient(120deg,#ffffff0a,#ffffff03),#ffffff05;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:22px;display:grid;position:relative;overflow:hidden}.dropzone-badge{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:inline-flex;position:absolute;top:16px;right:18px}.dropzone-content{flex-direction:column;gap:6px;display:flex}.dropzone span{color:var(--text-secondary);font-size:14px}.dropzone input{display:none}.dropzone-actions{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:10px;font-size:13px;display:inline-flex}.dropzone-icon{width:30px;height:30px;color:var(--accent-success);background:#27e6a329;border-radius:50%;place-items:center;display:grid}.file-pill{border:1px solid var(--border-subtle);color:var(--text-primary);background:#ffffff0a;border-radius:999px;align-items:center;gap:10px;padding:10px 14px;font-size:14px;display:inline-flex}.file-pill button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;place-items:center;padding:2px;display:grid}.template-download{width:fit-content;color:var(--text-secondary);border:1px dashed #ffffff3d;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:border-color .2s,color .2s,background-color .2s;display:inline-flex}.template-download:hover{color:var(--text-primary);background:#27e6a314;border-color:#27e6a38c}.upload-divider{background:#ffffff14;width:100%;height:1px}.upload-trust{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}.upload-trust-item{color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:inline-flex}.primary-button{background:var(--btn-primary);color:#000;letter-spacing:.08em;cursor:pointer;border:none;border-radius:999px;align-self:flex-start;padding:12px 22px;font-weight:700;transition:transform .2s,opacity .2s}.secondary-button{color:var(--text-primary);letter-spacing:.08em;cursor:pointer;background:0 0;border:1px solid #ffffff4d;border-radius:999px;align-self:flex-start;padding:12px 22px;font-weight:700;transition:transform .2s,opacity .2s}.compact-secondary-button{letter-spacing:.05em;padding:8px 14px;font-size:12px}.dashboard-toggle-button{letter-spacing:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.dashboard-drag-button{letter-spacing:0;cursor:grab;touch-action:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.dashboard-dragging{opacity:.75}.dashboard-drag-button:active{cursor:grabbing}.action-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.form-helper-copy{color:var(--text-secondary);margin:0;font-size:13px}.form-helper-copy-warning{color:#b45309}.dashboard-layout-toolbar{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.dashboard-layout-actions{flex-wrap:wrap;gap:12px;display:flex}.primary-button:disabled{cursor:not-allowed;opacity:.4;transform:none}@media(max-width:900px){.dashboard-layout-toolbar{flex-direction:column}.upload-hero{grid-template-columns:1fr}.upload-hero-title{font-size:24px}.upload-hero-grid{grid-template-columns:1fr}.dropzone{grid-template-columns:1fr;padding-top:44px}.dropzone-badge{left:16px;right:auto}}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px;display:grid}.summary-page{gap:24px;display:grid}.summary-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;display:grid}.summary-hero-actions{justify-content:flex-end;display:flex}.summary-manage-drawer-backdrop{z-index:100;-webkit-backdrop-filter:blur(7px);background:#0f172a57;justify-content:flex-end;display:flex;position:fixed;inset:0}.summary-manage-drawer{background:linear-gradient(#fffffffc,#f8fafcfa);border-left:1px solid #94a3b847;gap:18px;width:min(480px,100vw);height:100%;padding:28px 28px 24px;display:grid;position:relative;top:0;right:0;overflow:auto;box-shadow:-24px 0 60px #0f172a2e}.summary-manage-drawer-header{justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:4px;display:flex}.summary-manage-drawer-header h2{color:var(--text-primary);margin:0;font-size:22px;line-height:1.1}.summary-manage-drawer-header p{color:var(--text-secondary);margin:0;line-height:1.6}.summary-manage-drawer-header>div{min-width:0}.summary-manage-drawer-header .secondary-button{flex-shrink:0}.summary-manage-drawer-list{gap:18px;display:grid}.summary-manage-drawer-group{gap:10px;display:grid}.summary-manage-drawer-group h3{color:var(--text-primary);letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:13px}.summary-manage-drawer-item{background:#fffc;border:1px solid #94a3b82e;border-radius:16px;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.summary-manage-drawer-item-title{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:4px;display:flex}.summary-manage-drawer-item strong{color:var(--text-primary);font-size:14px}.summary-manage-drawer-item p,.summary-manage-drawer-empty{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.55}.summary-manage-drawer-switch{flex-shrink:0;min-height:24px}.summary-manage-drawer-switch .summary-display-switch-copy{display:none}.summary-manage-drawer-switch .summary-display-switch-track{background:#0b1f3a14;border-color:#0b1f3a2e}.summary-manage-drawer-switch input:checked+.summary-display-switch-track{background:#0b1f3a}.summary-manage-drawer-switch input:checked+.summary-display-switch-track .summary-display-switch-thumb{transform:translate(18px)}.summary-manage-drawer .secondary-button{color:#0b1f3a;background:#0b1f3a0a;border-color:#0b1f3a2e}.summary-manage-drawer .secondary-button:hover:not(:disabled){color:#07182d;background:#0b1f3a14;border-color:#0b1f3a4d}.summary-manage-drawer .primary-button{color:#fff;background:#0b1f3a;border-color:#0b1f3a}.summary-manage-drawer .primary-button:hover:not(:disabled){background:#10294d;border-color:#10294d}.summary-manage-drawer-footer{border-top:1px solid #94a3b82e;justify-content:space-between;align-items:center;gap:12px;padding-top:6px;display:flex}@media(max-width:720px){.summary-manage-drawer{width:100%;padding:22px 18px 18px}.summary-manage-drawer-header{gap:12px}}.summary-grid{align-items:start}.summary-card-copy{gap:6px;display:grid}.summary-card-copy strong{color:var(--text-primary);font-size:16px}.summary-card-copy p{color:var(--text-secondary);margin:0}.summary-list-card{background:var(--bg-card-muted);border:1px solid var(--border-subtle);border-radius:12px;gap:4px;padding:12px;display:grid}.summary-list-card strong{color:var(--text-primary)}.summary-list-card span{color:var(--text-secondary);font-size:13px}.summary-stack{gap:10px;display:grid}.summary-priority-action{gap:8px;display:grid}.summary-priority-action strong{color:var(--text-primary);font-size:16px}.summary-priority-action p{color:var(--text-secondary);margin:0}.summary-actions,.summary-links{flex-wrap:wrap;gap:8px;display:flex}.route-loading{min-height:40vh;color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;place-items:center;display:grid}.summary-actions{margin-top:4px}@media(max-width:920px){.summary-hero{grid-template-columns:1fr;padding:22px 22px 20px}}.card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.card.dashboard-collapsed{gap:8px;min-height:auto}.dashboard-card-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.dashboard-card-actions{flex-wrap:nowrap;flex-shrink:0;justify-content:flex-end;gap:8px;display:inline-flex}.card h3{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.18em;margin:0;font-size:16px}.kpi-row{color:var(--text-secondary);justify-content:space-between;font-size:14px;display:flex}.kpi-row.total-row{background:#ffffff0a;border:1px solid #ffffff1f;border-radius:10px;padding:8px 10px}.kpi-row.total-row span,.kpi-row.total-row strong{font-weight:700}.kpi-row strong{color:var(--text-primary);font-weight:600}.kpi-row .positive{color:var(--accent-success)}.kpi-row .negative{color:var(--accent-danger)}.kpi-row .covered{color:var(--accent-covered)}.kpi-row .neutral{color:var(--accent-neutral)}.kpi-row .highlight{color:var(--accent-highlight)}.kpi-value{font-size:32px;font-weight:700}.kpi-value.negative{color:var(--accent-danger)}.kpi-value.positive{color:var(--accent-success)}.kpi-value.neutral{color:var(--accent-neutral)}.kpi-value.highlight{color:var(--accent-highlight)}.helper{color:var(--text-secondary);font-size:13px}.budget-input-grid,.budget-cost-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.budget-breakdown-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.budget-breakdown-item{background:#ffffff08;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:6px;padding:12px;display:flex}.budget-breakdown-item span{color:var(--text-secondary);font-size:12px}.budget-breakdown-item strong{font-size:18px}.budget-alert{border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.budget-alert.neutral{background:#8fa3b814;border-color:#8fa3b847}.budget-alert strong{font-size:13px}.budget-alert span{color:var(--text-secondary);font-size:13px;line-height:1.45}.budget-alert-minimal{background:#ffffff08;border-color:#ffffff14;border-radius:10px;gap:2px;padding:10px 12px}.budget-alert-minimal.positive,.budget-alert-minimal.negative,.budget-alert-minimal.neutral{border-color:#ffffff14}.budget-alert-minimal strong,.budget-alert-minimal span{font-size:12px}.kpi-control{color:var(--text-secondary);justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.kpi-control-field{align-items:center;gap:8px;display:inline-flex}.kpi-stress-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.kpi-stress-copy-stack{gap:8px;display:grid}.kpi-stress-label{color:var(--text-secondary);letter-spacing:.14em;text-transform:uppercase;font-size:11px}.kpi-stress-style-switcher{flex-wrap:wrap;gap:8px;display:inline-flex}.kpi-stress-style-switcher .view-toggle-button{min-width:auto;padding-inline:10px}.kpi-stress-actions{flex-wrap:wrap;gap:8px;display:inline-flex}.kpi-stress-button{letter-spacing:.04em;text-transform:uppercase;min-width:82px;color:var(--text-primary);background:0 0;border:1px solid #ffffff29;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600;transition:border-color .14s,background .14s,color .14s,transform .14s,box-shadow .14s}.kpi-stress-button.active{box-shadow:none}.kpi-stress-button:hover:not(:disabled),.kpi-stress-button:focus-visible:not(:disabled){outline:none;transform:none}.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button{color:#d8d9dd;background:#ffffff0a;border-color:#ffffff1f}.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button.active{background:#ffffff1a;border-color:#ffffff47}.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button:hover:not(:disabled),.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button:focus-visible:not(:disabled){background:#ffffff12;border-color:#fff3}.kpi-stress-actions.neutral-slate_split .kpi-stress-button{background:#ffffff08}.kpi-stress-actions.neutral-slate_split .kpi-stress-button.negative{color:#b6bdca;border-color:#8f99ab42}.kpi-stress-actions.neutral-slate_split .kpi-stress-button.positive{color:#aebfca;border-color:#7e929e42}.kpi-stress-actions.neutral-slate_split .kpi-stress-button.negative.active{background:#8f99ab1f;border-color:#b9c1cd6b}.kpi-stress-actions.neutral-slate_split .kpi-stress-button.positive.active{background:#7e929e1f;border-color:#b7c7d16b}.kpi-stress-actions.neutral-slate_split .kpi-stress-button:hover:not(:disabled),.kpi-stress-actions.neutral-slate_split .kpi-stress-button:focus-visible:not(:disabled){background:#ffffff0f}.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button{color:#cfd1d7;background:#ffffff05;border-color:#ffffff1a}.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button.active{background:#ffffff14;border-color:#ffffff3d;box-shadow:inset 0 0 0 1px #ffffff14}.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button:hover:not(:disabled),.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button:focus-visible:not(:disabled){background:#ffffff0d;border-color:#ffffff2e}.kpi-stress-actions.neutral-frosted_neutral{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff0a,#ffffff05),#090c1238;border:1px solid #ffffff14;border-radius:18px;padding:6px}.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button{color:#d6d9df;background:#ffffff0d;border-color:#ffffff1a}.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button.active{background:#ffffff1a;border-color:#ffffff38;box-shadow:0 6px 14px #0000001f}.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button:hover:not(:disabled),.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button:focus-visible:not(:disabled){background:#ffffff14;border-color:#ffffff2e}.warning-copy{color:var(--accent-danger)}.ebitda-range-zoom-button{justify-content:center;min-width:56px}.ebitda-range-chart-hint{color:var(--text-secondary);margin-top:6px;font-size:12px}.ebitda-range-chart-shell{--ebitda-range-text-scale:1;background:#ffffff08;border:1px solid #ffffff14;border-radius:18px;margin-top:12px;padding:12px 8px 8px;position:relative}.ebitda-range-chart-controls{z-index:2;align-items:center;gap:8px;display:flex;position:absolute;top:12px;right:12px}.ebitda-range-chart-shell-focus{padding:16px 14px 14px}.ebitda-range-focus-label{color:#ffffffb8;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px;font-size:11px;font-weight:700}.ebitda-range-chart-shell:focus,.ebitda-range-chart-shell:focus-visible,.ebitda-range-chart-shell:focus-within{outline:none}.ebitda-range-chart-shell .ebitda-range-chart-hint,.ebitda-range-chart-shell .ebitda-range-legend-text{font-size:calc(12px * var(--ebitda-range-text-scale))}.ebitda-range-svg{min-height:340px}.ebitda-range-svg-focus{min-height:560px}.ebitda-range-svg .temporal-axis-label,.ebitda-range-svg .temporal-y-axis-label{font-size:calc(10px * var(--ebitda-range-text-scale))}.ebitda-range-svg .ebitda-range-x-axis-label{font-size:calc(8px * var(--ebitda-range-text-scale))}.ebitda-range-svg .temporal-reference-label,.ebitda-range-svg .ebitda-range-reference-label{font-size:calc(12px * var(--ebitda-range-text-scale))}.ebitda-range-reference-label{fill:#ffffffd1;font-weight:600}.ebitda-range-svg .ebitda-range-current-spot-label{fill:#ffffff6b;font-size:calc(8px * var(--ebitda-range-text-scale));letter-spacing:.01em;font-weight:400}.ebitda-range-zone{pointer-events:none}.ebitda-range-legend{flex-wrap:wrap;gap:10px;margin-top:10px;display:flex}.ebitda-range-legend.micro{align-items:center;gap:8px}.ebitda-range-legend-line{background:#fff6;border-radius:999px;width:18px;height:2px;display:inline-block}.ebitda-range-legend-line.neutral{background:#ffffff8c}.ebitda-range-legend-text{color:var(--text-secondary);font-size:12px}.ebitda-range-line,.ebitda-range-point{fill:none}.ebitda-range-line{stroke-width:1px;opacity:.82}.ebitda-range-line.neutral{stroke:#d8d9de}.ebitda-range-point.scenario-0{stroke:#6dd3ff;fill:#6dd3ff}.ebitda-range-point.scenario-1{stroke:#4ff4c6;fill:#4ff4c6}.ebitda-range-point.scenario-2{stroke:#ffd166;fill:#ffd166}.ebitda-range-point.scenario-3{stroke:#ff9f68;fill:#ff9f68}.ebitda-range-point.scenario-4{stroke:#ff6b8b;fill:#ff6b8b}.ebitda-range-point.scenario-5{stroke:#b693ff;fill:#b693ff}.ebitda-range-point{stroke:#0a0f17e6;stroke-width:1.5px}.ebitda-range-svg.point-style-faded .ebitda-range-point{fill:#d8d9de85;stroke:#181c24e0}.ebitda-range-point.current{stroke:#fff;stroke-width:1px;filter:none}.ebitda-range-svg.point-style-faded .ebitda-range-point.current{fill:#f3c85c;stroke:#fff;stroke-width:1px}.ebitda-range-svg-interactive{touch-action:none;cursor:default}.ebitda-range-svg-interactive:active{cursor:grabbing}.ebitda-range-svg-selecting{cursor:crosshair}.ebitda-range-selection{fill:#6fd3ff24;stroke:#6fd3ffd1;stroke-dasharray:6 4;pointer-events:none}.ebitda-range-point.selected{stroke-width:1px}.kpi-control label{text-transform:uppercase;letter-spacing:.14em;font-size:11px}.kpi-control input{width:128px;color:var(--text-primary);text-align:center;font-variant-numeric:tabular-nums;caret-color:var(--text-primary);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:10px;padding:6px 28px 6px 12px;font-size:14px;font-weight:600;line-height:1.2}.kpi-control select{min-width:158px;color:var(--text-primary);text-align:left;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:10px;padding:6px 12px;font-size:14px;font-weight:600;line-height:1.2}.kpi-control input:focus,.kpi-control select:focus{border-color:#ffffff73;outline:none;box-shadow:0 0 0 2px #ffffff14}.ebitda-alert-input-grid{gap:10px;margin:12px 0;display:grid}.ebitda-alert-top-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;display:grid}.ebitda-alert-single-row{display:grid}.ebitda-alert-desired-row{color:var(--text-secondary);grid-template-columns:minmax(0,1fr) max-content;align-items:start;gap:12px;font-size:13px;display:grid}.ebitda-alert-desired-field{width:max-content}.ebitda-alert-desired-controls{justify-items:end;gap:8px;width:max-content;margin-left:auto;display:grid}.ebitda-alert-desired-input{width:128px;color:var(--text-primary);text-align:right;font-variant-numeric:tabular-nums;caret-color:var(--text-primary);background:#ffffff1a;border:1px solid #ffffff2e;border-radius:10px;padding:6px 28px 6px 12px;font-size:14px;font-weight:600;line-height:1.2}.ebitda-alert-desired-input.is-fixed{color:#dce2ecd1;-webkit-text-fill-color:#dce2ecd1;cursor:default;caret-color:#0000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(#ffffff1a,#ffffff0a),#8fa3b814;border-color:#adbed042;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #04080e2e}.ebitda-alert-desired-input.is-fixed:focus{border-color:#adbed042;outline:none;box-shadow:inset 0 1px #ffffff1a,0 8px 18px #04080e2e}.ebitda-alert-fixed-toggle{color:var(--text-secondary);white-space:nowrap;letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:10px;display:inline-flex}.ebitda-alert-fixed-toggle input{margin:0}.ebitda-alert-top-control{min-width:0}.ebitda-alert-rate-field{justify-items:start;display:inline-flex}.kpi-reset-button{text-transform:uppercase;letter-spacing:.08em;color:var(--text-primary);background:#ffffff0f;border:1px solid #fff3;border-radius:10px;padding:7px 10px;font-size:11px}.kpi-reset-button:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff73}.table-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;padding:16px 0;overflow:hidden}.table-card.exposure-table-card{overflow:auto visible}.table-card.dashboard-collapsed{padding:20px}@media(max-width:980px){.exposure-insight-layout,.operation-drawer-grid,.budget-breakdown-grid{grid-template-columns:1fr}.exposure-summary-panel{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.temporal-plot-grid,.temporal-small-multiples-layout,.temporal-consolidated-layout,.temporal-waterfall-grid{grid-template-columns:1fr}.temporal-plot-row{grid-template-columns:64px minmax(0,1fr)}.temporal-plot-row-value{text-align:left;grid-column:1/-1}.temporal-diverging-series-row,.temporal-stacked-row{grid-template-columns:40px minmax(0,1fr)}.temporal-series-value{text-align:left;grid-column:1/-1}}table{border-collapse:collapse;width:100%}thead th{text-align:left;letter-spacing:.18em;text-transform:uppercase;color:var(--text-secondary);padding:12px 20px;font-size:12px}tbody td{padding:14px 20px;font-size:14px}tbody tr:nth-child(odd){background:#121212}tbody tr:nth-child(2n){background:#161616}tbody tr.selectable-row{cursor:pointer;transition:background-color .18s,box-shadow .18s}tbody tr.selectable-row:hover{background:#27e6a314}tbody tr.selectable-row.selected{background:#27e6a324;box-shadow:inset 4px 0 #27e6a3d9}.row-selection-checkbox{accent-color:#27e6a3;cursor:pointer;width:18px;height:18px}.selection-toolbar{border-bottom:1px solid var(--border-subtle);background:linear-gradient(#27e6a31f,#27e6a30a);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px 18px;display:flex}.selection-toolbar-copy{gap:4px;display:grid}.selection-toolbar-copy strong{letter-spacing:.06em;text-transform:uppercase;font-size:14px}.selection-toolbar-copy span{color:var(--text-secondary);font-size:13px}.selection-toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.selection-toolbar-ai-button{align-items:center;gap:7px;display:inline-flex}.selection-toolbar-ai-menu{z-index:80;border:1px solid var(--border-strong);background:#fff;border-radius:12px;gap:2px;width:220px;padding:8px;display:grid;position:fixed;box-shadow:0 18px 44px #0f172a29}.selection-toolbar-ai-menu button{color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:13px;font-weight:700}.selection-toolbar-ai-menu button:hover,.selection-toolbar-ai-menu button:focus-visible{background:#33415514;outline:none}.status{color:var(--text-secondary);background:0 0;border:0;border-radius:0;padding:0;font-size:12px}.status.neutral{color:var(--text-secondary)}.status.success{color:var(--accent-success)}.status.warning{color:#ffcc7a}.status.danger{color:var(--accent-danger)}.status.covered{color:var(--accent-covered)}.status-variant-outline{background:0 0}.status-variant-solid{border-color:#0000}.status-variant-solid.neutral{background:#ffffff14}.status-variant-minimal{background:0 0;border:0;border-radius:0;padding:0;font-size:12px}.status-variant-minimal.status-palette-current.neutral{color:var(--text-secondary)}.status-variant-minimal.status-palette-current.warning{color:#ffcc7a}.status-variant-minimal.status-palette-current.covered{color:var(--accent-covered)}.operation-hedge-rate-cell{align-items:center;gap:6px;display:inline-flex}@media(max-width:720px){.cockpit-widgets{grid-template-columns:1fr}.header-inner{padding:16px 18px}.header-actions{flex-direction:column;align-items:flex-end;gap:6px}.main{padding:24px 18px}.app-shell{grid-template-columns:1fr;width:min(1200px,100% - 24px)}.sidebar{position:static}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.primary-button{justify-content:center;width:100%}.login-panel{grid-template-columns:1fr;min-height:auto;padding:28px 20px}.login-card{width:100%;padding:24px 20px}.login-card h2{font-size:28px}.kpi-control{flex-direction:column;align-items:flex-start}.kpi-control-field{width:100%}.kpi-control input{flex:1}.hedges-intro,.hedges-toolbar,.hedges-table-toolbar,.hedge-record-header,.hedge-detail-header,.hedge-detail-section-header{flex-direction:column}.hedges-intro-actions,.hedges-workspace,.hedge-detail-grid,.hedge-bulk-settlement-row{grid-template-columns:1fr}.hedge-bulk-settlement-row{align-items:stretch}.hedges-table-count{text-align:left}.hedge-lifecycle-header,.linked-operation-card{flex-direction:column;align-items:flex-start}.hedge-detail-panel{position:static}}@media(max-width:560px){.sidebar-nav{grid-template-columns:1fr}}:root{--bg-app:#f7f9fc;--bg-card:#fff;--bg-card-muted:#f8fafc;--bg-soft-blue:#eaf2fb;--text-primary:#071b33;--text-secondary:#5f6b7a;--text-muted:#8a96a6;--accent-success:#16a36f;--accent-danger:#f43f5e;--accent-covered:#2563eb;--accent-neutral:#64748b;--accent-highlight:#0b1f3a;--btn-primary:#0b1f3a;--border-subtle:#e5eaf0;--border-strong:#d6dee8;--shadow-card:0 8px 24px #0f172a0a;--shadow-panel:0 18px 42px #0f172a12;--radius-card:14px;color-scheme:light}html{background:var(--bg-app)}body{background:linear-gradient(180deg,#fff 0,var(--bg-app) 280px),var(--bg-app);color:var(--text-primary);font-feature-settings:"tnum" 1,"cv02" 1,"cv03" 1,"cv04" 1}.app{background:0 0}.header{border-bottom:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;box-shadow:0 1px #0f172a05}.header-inner{width:min(1460px,100% - 48px);max-width:none;padding:14px 0}.logo{color:var(--text-primary);letter-spacing:.34em;font-size:13px;font-weight:700}.header-actions{gap:12px}.ticker{color:var(--text-secondary);font-variant-numeric:tabular-nums;letter-spacing:.01em;font-size:12px}.ticker strong{color:var(--text-primary);font-weight:650}.ticker-change.positive{color:var(--accent-success)}.ticker-change.negative{color:var(--accent-danger)}.app-shell{grid-template-columns:112px minmax(0,1fr) minmax(300px,340px);gap:28px;width:min(1460px,100% - 48px);padding:28px 0 40px}.app-shell.workspace-sidebar-expanded{grid-template-columns:248px minmax(0,1fr) minmax(300px,340px)}.main{gap:24px;padding:0}.routed-main{isolation:isolate;min-height:calc(100vh - 118px);position:relative}.routed-main:has(.summary-manage-drawer-backdrop){z-index:101}.sidebar{border:1px solid var(--border-subtle);width:112px;min-height:calc(100vh - 118px);box-shadow:var(--shadow-card);z-index:66;background:#ffffffeb;border-radius:16px;align-content:start;padding:18px 12px;top:78px}.workspace-sidebar-expanded .sidebar{width:248px;padding:18px}.sidebar-section,.sidebar-summary{gap:10px}.sidebar-section-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.sidebar-summary{border-top:1px solid var(--border-subtle);text-align:center;justify-items:center;margin-top:auto;padding-top:18px}.workspace-sidebar-collapsed .sidebar-summary{display:none}.sidebar-label,.route-intro-label,.summary-section-label,.section-title,.operations-toolbar-kicker,.kpi-stress-label,.macro-scope-field-label,.hedge-detail-grid dt,.operation-drawer-eyebrow,.upload-stat-label,.login-eyebrow{color:var(--text-muted);letter-spacing:.14em;text-transform:uppercase;font-size:11px;font-weight:700}.sidebar-label{display:none}.workspace-sidebar-expanded .sidebar-label{display:inline}.sidebar-nav{gap:10px;display:grid;overflow:visible}.sidebar-link{min-height:48px;color:var(--text-secondary);border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:0;padding:0 10px;font-size:13px;font-weight:600;display:flex;position:relative;overflow:visible}.sidebar-toggle-button{appearance:none;cursor:pointer;background:0 0;width:100%;position:relative}.workspace-sidebar-expanded .sidebar-link,.workspace-sidebar-expanded .sidebar-toggle-button{justify-content:flex-start;gap:10px;min-height:42px;padding:10px 12px}.sidebar-link>svg,.sidebar-toggle-button>svg{flex-shrink:0}.sidebar-toggle-button .macro-scope-inline-help{white-space:normal;text-align:left;z-index:70;width:max-content;max-width:min(260px,100vw - 80px);display:block;top:50%;bottom:auto;left:calc(100% + 12px);transform:translate(4px)translateY(-50%)}.sidebar-link-label{display:none}.workspace-sidebar-expanded .sidebar-link-label{display:inline}.sidebar-toggle-button .sidebar-link-label{display:none}.sidebar-link-tooltip{white-space:normal;text-align:left;z-index:70;width:max-content;max-width:min(260px,100vw - 80px);display:block;top:50%;bottom:auto;left:calc(100% + 12px);transform:translate(4px)translateY(-50%)}.sidebar-link:hover,.sidebar-toggle-button:hover{border-color:var(--border-subtle);color:var(--text-primary);background:#f8fafc}.sidebar-toggle-button:hover .macro-scope-inline-help{opacity:1;transform:translate(0)translateY(-50%)}.sidebar-toggle-button.sidebar-toggle-button--tooltip-suppressed:hover .macro-scope-inline-help{opacity:0;transform:translate(4px)translateY(-50%)}.sidebar-link:not(.sidebar-toggle-button):hover .macro-scope-inline-help,.sidebar-link:not(.sidebar-toggle-button):focus-visible .macro-scope-inline-help,.sidebar-link:not(.sidebar-toggle-button):focus-within .macro-scope-inline-help{opacity:1;transform:translate(0)translateY(-50%)}.sidebar-link .macro-scope-inline-help,.sidebar-toggle-button .macro-scope-inline-help{background:var(--bg-card-muted);border-color:var(--border-subtle);color:var(--text-primary);box-shadow:var(--shadow-panel);-webkit-backdrop-filter:none}.sidebar-toggle-button .macro-scope-inline-help{z-index:70}.sidebar-link.active{background:var(--bg-soft-blue);color:var(--text-primary);border-color:#d8e7f8;box-shadow:inset 3px 0 #2563eb}.sidebar-summary strong{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:13px;font-weight:650;display:block;overflow:hidden}.assistant-rail{border-left:1px solid var(--border-subtle);z-index:65;background:linear-gradient(90deg,#f8fafcb8,#f8fafc00);align-self:start;min-height:calc(100vh - 118px);padding-left:24px;position:sticky;top:78px}.assistant-mobile-backdrop,.assistant-mobile-close,.assistant-mobile-fab{display:none}.route-intro,.settings-page,.exposure-grid-page,.hedges-page{gap:20px}.route-intro h1,.placeholder-page h1{color:var(--text-primary);letter-spacing:0;margin:4px 0 8px;font-size:clamp(32px,3.2vw,48px);font-weight:500;line-height:1.05}.route-intro p,.placeholder-page p,.widget-copy,.hedges-toolbar-copy,.operation-detail-studio-header p,.operation-drawer-overlay-header p,.import-review-header p,.operations-toolbar-copy-block p,.hedge-record p,.hedge-detail-header p,.hedge-group-header p,.linked-operation-card p,.empty-state,.helper,.form-helper-copy,.muted-copy,.temporal-long-short-helper,.temporal-long-short-reference{color:var(--text-secondary)}.placeholder-page,.cockpit-widget,.card,.table-card,.upload-card,.settings-budget-card,.hedges-list,.hedge-detail-panel,.hedge-group-card,.modal-card,.summary-chip,.currency-long-short-card,.long-short-ring-card,.temporal-line-card,.temporal-waterfall-card,.temporal-diverging-bucket,.temporal-stacked-card,.temporal-plot-card,.net-exposure-option-card,.net-exposure-mini-panel,.net-exposure-row-panel,.hedge-widget-row,.gauge-summary-row,.budget-breakdown-item,.hedge-detail-grid div,.linked-operation-card,.hedge-lifecycle-card,.operations-toolbar-import-card,.import-review-sticky-footer,.selection-toolbar,.ebitda-range-chart-shell,.macro-scope-control,.temporal-cumulative-toggle{border:1px solid var(--border-subtle);box-shadow:var(--shadow-card);background:#fff}.cockpit-widget,.card,.table-card,.upload-card,.hedges-list,.hedge-detail-panel,.hedge-group-card,.modal-card,.placeholder-page{border-radius:var(--radius-card)}.cockpit-widget,.card{padding:22px}.cockpit-widgets{grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr) minmax(280px,1fr);gap:18px}.dashboard-grid{gap:18px}.dashboard-card-header,.budget-card-header,.exposure-dashboard-header{border-bottom:1px solid var(--border-subtle);padding-bottom:12px}.card h3,.widget-header h2,.operations-toolbar-copy-block h3,.hedge-record h2,.hedge-detail-header h2,.modal-header h2,.operation-detail-studio-header h3,.operation-drawer-overlay-header h3,.import-review-header h3,.temporal-plot-card-header h5{color:var(--text-primary);letter-spacing:0}.card h3{letter-spacing:.14em;font-size:12px;font-weight:750}.assistant-context-target,.assistant-context-target *{cursor:pointer}.widget-header h2{font-size:20px;font-weight:600}.primary-button,.secondary-button,.kpi-reset-button,.kpi-stress-button,.view-toggle-button,.macro-scope-option,.template-download,.field-example-button{letter-spacing:.04em;border-radius:9px;font-weight:700}.primary-button{border:1px solid var(--btn-primary);background:var(--btn-primary);color:#fff;box-shadow:0 8px 18px #0b1f3a24}.secondary-button,.kpi-reset-button,.kpi-stress-button,.template-download{border:1px solid var(--border-strong);color:var(--text-primary);box-shadow:none;background:#fff}.primary-button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.kpi-reset-button:hover:not(:disabled),.kpi-stress-button:hover:not(:disabled),.template-download:hover{border-color:#b7c4d2;transform:translateY(-1px)}.secondary-button.destructive-button{border-color:var(--accent-muted-rust);background:var(--accent-muted-rust);color:#fff;box-shadow:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;display:inline-flex}.secondary-button.destructive-button:hover:not(:disabled){border-color:var(--accent-muted-rust-hover);background:var(--accent-muted-rust-hover);color:#fff;transform:translateY(-1px)}.header-logout{border-radius:9px;padding:8px 13px}.dashboard-toggle-button,.dashboard-drag-button{width:34px;height:34px;color:var(--text-secondary);touch-action:none;border-radius:999px}.dashboard-toggle-button:hover,.dashboard-drag-button:hover{color:var(--text-primary);background:#f8fafc}.market-grid div,.summary-chip,.budget-breakdown-item,.hedge-detail-grid div,.hedge-scope-grid div,.upload-stat,.file-pill,.upload-trust-item,.linked-operation-card,.hedge-lifecycle-card,.net-exposure-row-panel,.net-exposure-mini-panel,.currency-long-short-card,.long-short-ring-card,.temporal-line-card,.temporal-waterfall-card,.temporal-diverging-bucket,.temporal-stacked-card,.temporal-plot-card,.kpi-row.total-row{border:1px solid var(--border-subtle);box-shadow:none;background:#fdfefe}.market-grid span,.summary-chip em,.summary-breakdown>span,.currency-long-short-card-header strong,.currency-long-short-eyebrow,.currency-long-short-metrics span,.currency-long-short-net span,.temporal-diverging-bucket-label span,.temporal-series-tag,.temporal-series-value,.temporal-plot-row-label span,.temporal-plot-row-value,.temporal-chart-meta,.temporal-line-legend,.hedge-widget-row p,.hedge-record-meta,.hedge-detail-section-header span,.linked-operation-meta,.upload-stat-label,.dropzone span,.dropzone-actions{color:var(--text-secondary)}.market-grid strong,.summary-chip strong,.budget-breakdown-item strong,.hedge-detail-grid dd,.linked-operation-title,.kpi-row strong,.currency-long-short-metrics strong,.currency-long-short-net strong,.gauge-summary-row strong,.hedge-widget-row strong{color:var(--text-primary);font-variant-numeric:tabular-nums}.gauge-ring{background:conic-gradient(var(--accent-success) 0 var(--gauge-fill,50%),#eef2f6 var(--gauge-fill,50%) 100%)}.gauge-widget.short .gauge-ring{background:conic-gradient(var(--accent-danger) 0 var(--gauge-fill,50%),#eef2f6 var(--gauge-fill,50%) 100%)}.gauge-widget.flat .gauge-ring{background:conic-gradient(#9aa7b7 0 var(--gauge-fill,50%),#eef2f6 var(--gauge-fill,50%) 100%)}.gauge-ring-inner{color:var(--text-primary);box-shadow:inset 0 0 0 1px var(--border-subtle);background:#fff}.gauge-ring-inner span{color:var(--text-secondary)}.legend-swatch.usd,.temporal-line-point.usd,.temporal-waterfall-bar.long,.temporal-stacked-segment.long{background:var(--accent-success);fill:var(--accent-success);stroke:var(--accent-success)}.legend-swatch.mxn,.temporal-line-point.mxn,.temporal-waterfall-bar.short,.temporal-stacked-segment.short{background:var(--accent-danger);fill:var(--accent-danger);stroke:var(--accent-danger)}.temporal-line-series.usd{stroke:#16a36f9e}.temporal-line-series.mxn{stroke:#f43f5e9e}.temporal-line-series.trend,.temporal-line-point.trend,.temporal-stacked-segment.hedged,.legend-swatch.trend{stroke:#2563eb80;fill:#2563eb80;background:#2563eb80}.temporal-axis-line,.temporal-waterfall-connector{stroke:#d6dee8}.temporal-grid-line{stroke:#eef2f6}.temporal-reference-line{stroke:#cbd5e1}.temporal-reference-label,.ebitda-range-reference-label,.temporal-axis-label,.temporal-y-axis-label{fill:var(--text-secondary)}.temporal-axis-title,.temporal-chart-meta,.ebitda-range-chart-hint,.ebitda-range-legend-text{color:var(--text-secondary)}.temporal-plot-track,.temporal-stacked-track{background:#edf2f7}.temporal-plot-centerline{background:#cbd5e1}.temporal-plot-bar.long{background:linear-gradient(90deg,#16a36fbd,var(--accent-success))}.temporal-plot-bar.short{background:linear-gradient(90deg,var(--accent-danger),#f43f5ebd)}.temporal-long-short-table td{border-top:1px solid var(--border-subtle)}.currency-long-short-card.long,.long-short-ring-card.long,.summary-chip.long{background:#fbfffd;border-color:#16a36f38}.currency-long-short-card.short,.long-short-ring-card.short,.summary-chip.short{background:#fffbfc;border-color:#f43f5e38}.currency-long-short-card.flat,.long-short-ring-card.flat,.summary-chip.flat,.summary-chip.muted{border-color:var(--border-subtle)}.positive,.kpi-row .positive,.summary-chip .summary-value.positive,.currency-long-short-metrics strong.positive,.kpi-value.positive{color:var(--accent-success)}.negative,.kpi-row .negative,.summary-chip .summary-value.negative,.currency-long-short-metrics strong.negative,.kpi-value.negative,.warning-copy{color:var(--accent-danger)}.covered,.kpi-row .covered,.summary-chip .summary-value.covered,.currency-long-short-metrics strong.covered,.currency-long-short-net strong.covered{color:var(--accent-covered)}.neutral,.kpi-row .neutral,.kpi-value.neutral{color:var(--accent-neutral)}.highlight,.kpi-row .highlight,.kpi-value.highlight{color:var(--accent-highlight)}.view-toggle,.macro-scope-control,.kpi-stress-actions.neutral-frosted_neutral{border:1px solid var(--border-subtle);background:#f8fafc;border-radius:12px}.view-toggle-button,.macro-scope-option{color:var(--text-secondary)}.view-toggle-button.active,.macro-scope-option.selected,.micro-trigger-choice.selected{background:var(--bg-soft-blue);color:var(--text-primary);border-color:#cfe1f6}.macro-scope-option:hover,.template-icon-option:hover,.template-icon-option:focus-visible{color:var(--text-primary);border-color:var(--border-strong);background:#f8fafc}.action-tooltip-question-chip,.template-icon-option-mark{border:1px solid var(--border-strong);color:var(--text-muted);background:#fff}.macro-scope-inline-help,.macro-scope-inline-help.operation-detail-floating-tooltip,.temporal-chart-tooltip.macro-scope-inline-help.ebitda-range-selection-tooltip{border:1px solid var(--border-subtle);color:var(--text-primary);background:#fffffff5;box-shadow:0 14px 32px #0f172a24}.field-example-button{color:var(--text-muted)}.field-example-button:hover,.field-example-button:focus-visible{color:var(--text-primary)}.operation-form input,.operation-form select,.operation-form textarea,.login-form input,.kpi-control input,.kpi-control select,.ebitda-alert-desired-input{border:1px solid var(--border-strong);color:var(--text-primary);background:#fff;border-radius:10px;box-shadow:inset 0 1px 2px #0f172a08}.operation-form input:focus,.operation-form select:focus,.operation-form textarea:focus,.login-form input:focus,.kpi-control input:focus,.kpi-control select:focus,.ebitda-alert-desired-input:focus{border-color:#8fb9f2;outline:none;box-shadow:0 0 0 3px #2563eb1f}.operation-form label,.login-form label,.kpi-control label,.ebitda-alert-fixed-toggle{color:var(--text-secondary);font-weight:700}.settings-checkbox-field{text-transform:none;letter-spacing:0;color:var(--text-primary);align-items:center;gap:10px;font-size:14px;font-weight:700;display:flex}.settings-checkbox-field input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent-muted-rust);margin:0}.operation-form textarea{resize:vertical;min-height:120px;line-height:1.45}.ebitda-alert-desired-input.is-fixed{border-color:var(--border-subtle);color:var(--text-secondary);-webkit-text-fill-color:var(--text-secondary);box-shadow:none;background:#f8fafc}.modal-backdrop,.operation-drawer-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#071b333d}.modal-card,.operation-drawer-overlay{border-color:var(--border-subtle);box-shadow:var(--shadow-panel);background:#fff}.operation-drawer-overlay-status,.exposure-table-toolbar,.operations-toolbar-row-muted,.currency-long-short-net,.upload-divider{border-color:var(--border-subtle)}.upload-hero{border:1px solid var(--border-subtle);border-radius:var(--radius-card);box-shadow:var(--shadow-card);background:linear-gradient(135deg,#eaf2fbf2,#ffffffe0),#fff}.upload-chip,.dropzone-icon,.hedge-lifecycle-change-pill{color:var(--accent-success);background:#eaf7f1;border-color:#16a36f2e}.dropzone{background:#f8fafc;border:1px dashed #bfd0e2}.dropzone-badge,.file-pill,.upload-trust-item{border-color:var(--border-subtle);background:#fff}.template-download:hover{background:var(--bg-soft-blue);border-color:#2563eb61}.table-card{padding:0}.table-card table,.import-review-table,table{font-variant-numeric:tabular-nums;background:#fff}thead th{border-bottom:1px solid var(--border-subtle);color:var(--text-secondary);letter-spacing:.12em;background:#f8fafc;font-size:11px;font-weight:750}tbody td{border-bottom:1px solid var(--border-subtle);color:var(--text-primary)}tbody td:nth-child(3),tbody td.amount-cell{font-weight:650}tbody tr:nth-child(odd),tbody tr:nth-child(2n){background:#fff}tbody tr:hover,tbody tr.selectable-row:hover{background:#f8fafc}tbody tr.selectable-row.selected{box-shadow:inset 4px 0 0 var(--accent-success);background:#eef7f3}.row-selection-checkbox{accent-color:var(--accent-success)}.selection-toolbar{box-shadow:none;background:#f0f9f5}.status{letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-items:center;min-height:24px;padding:3px 9px;font-size:11px;font-weight:750;line-height:1;display:inline-flex}.status.neutral{color:var(--text-secondary);background:#f8fafc;border-color:#e2e8f0}.status.success{color:var(--accent-success);background:#eaf7f1;border-color:#16a36f2e}.status.warning{color:#b45309;background:#fff7ed;border-color:#d977062e}.status.danger{color:var(--accent-danger);background:#fdecef;border-color:#f43f5e2e}.status.covered{color:var(--accent-covered);background:#eaf2fb;border-color:#2563eb2e}.status-variant-minimal{background:0 0;border:0;border-radius:0;min-height:0;padding:0}.status.status-variant-minimal{background:0 0;border:0}.status-variant-solid.success{background:#eaf7f1}.status-variant-solid.danger{background:#fdecef}.status-variant-solid.warning{background:#fff7ed}.status-variant-solid.covered{background:#eaf2fb}.exposure-table-toolbar{background:#fff;padding:18px 20px}.operations-toolbar-import-card{background:#f8fafc;border-radius:12px}.hedges-workspace{grid-template-columns:minmax(0,1fr)}.hedges-table-card{width:100%;padding:0;overflow:hidden}.hedges-table-toolbar{border-bottom:1px solid var(--border-subtle);background:#f8fafc;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px;display:flex}.hedges-table-toolbar p{max-width:640px;color:var(--text-secondary);margin:4px 0 0;line-height:1.5}.hedges-table-count{text-align:right;gap:2px;min-width:104px;display:grid}.operations-table-count{text-align:right;min-width:104px}.hedges-table-count strong{color:var(--text-primary);font-size:22px;font-weight:700;line-height:1}.hedges-table-count span{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hedges-table-count>span:first-child{color:var(--text-secondary);font-size:12px}.hedges-table-count em{color:var(--text-secondary);font-size:12px;font-style:normal}.hedges-table-count-note{text-transform:none;letter-spacing:0}.hedges-table-scroll{overflow-x:auto}.hedges-table-pagination{border-top:1px solid var(--border-subtle);background:#f8fafc;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px 18px;display:flex}.hedges-table-pagination span{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.hedges-table{min-width:1080px}.hedges-table td,.hedges-table th{vertical-align:top}.hedge-table-cell{gap:4px;display:grid}.hedge-table-cell strong{color:var(--text-primary);font-weight:650}.hedge-table-cell span{color:var(--text-secondary);line-height:1.45}.hedges-table td:last-child{text-align:right}.hedges-table .operation-detail-icon-button{margin-top:2px}.hedges-table .macro-scope-inline-help{gap:4px;width:min(280px,70vw);display:grid}.hedge-pnl-tooltip{gap:6px}.hedge-pnl-tooltip-title,.hedge-pnl-tooltip-formula,.hedge-pnl-tooltip-bullet{display:block}.hedge-pnl-tooltip-title{color:#f5f5f5f0;font-weight:700}.hedge-pnl-tooltip-formula{font-weight:600}.hedge-pnl-tooltip-bullet{text-indent:-12px;padding-left:12px}.hedge-bulk-settlement-panel{box-shadow:none;background:#fff7ed;border-color:#d9770638;gap:14px;display:grid}.hedge-bulk-settlement-row{background:#fff;border-color:#d9770629}.hedge-bulk-settlement-row input{border-color:var(--border-subtle);color:var(--text-primary);background:#fff}.hedge-record{border:1px solid var(--border-subtle);box-shadow:none;background:#fff;border-radius:12px}.hedge-record:hover,.hedge-record.selected{background:#f8fafc;border-color:#2563eb47}.hedge-detail-panel{top:84px}.budget-alert{border-color:var(--border-subtle);background:#f8fafc}.budget-alert.positive{background:#eaf7f1;border-color:#16a36f38}.budget-alert.negative{background:#fdecef;border-color:#f43f5e38}.budget-alert.neutral{border-color:var(--border-subtle);background:#f8fafc}.kpi-value{color:var(--text-primary);letter-spacing:0;font-variant-numeric:tabular-nums;font-size:34px;font-weight:700}.kpi-row{color:var(--text-secondary);gap:16px}.kpi-row.total-row{border-radius:10px;padding:10px 12px}.kpi-control{color:var(--text-secondary)}.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button,.kpi-stress-actions.neutral-slate_split .kpi-stress-button,.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button,.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button{border-color:var(--border-strong);color:var(--text-primary);background:#fff}.kpi-stress-actions.neutral-soft_graphite .kpi-stress-button.active,.kpi-stress-actions.neutral-slate_split .kpi-stress-button.active,.kpi-stress-actions.neutral-monochrome_chip .kpi-stress-button.active,.kpi-stress-actions.neutral-frosted_neutral .kpi-stress-button.active{background:var(--bg-soft-blue);border-color:#cfe1f6}.ebitda-range-focus-label,.ebitda-range-svg .ebitda-range-current-spot-label{color:var(--text-secondary);fill:var(--text-secondary)}.ebitda-range-zone.positive{fill:#16a36f14}.ebitda-range-zone.negative{fill:#f43f5e14}.ebitda-range-zone.neutral{fill:#64748b0d}.ebitda-range-line.neutral,.ebitda-range-legend-line.neutral{stroke:#64748b;background:#64748b}.ebitda-range-legend-line.positive{background:var(--accent-success)}.ebitda-range-legend-line.negative{background:var(--accent-danger)}.ebitda-range-point{stroke:#fff}.ebitda-range-point.current,.ebitda-range-svg.point-style-faded .ebitda-range-point.current{fill:var(--accent-highlight);stroke:#fff}.page-message.success{color:var(--accent-success)}.login-error,.strategy-error{color:var(--accent-danger)}.app-footer{width:min(1460px,100% - 48px);color:var(--text-muted);margin:0 auto 24px;font-size:12px}@media(max-width:900px){.login-main{align-items:start;padding:18px}.login-panel{border-radius:24px;grid-template-columns:1fr;gap:30px;min-height:auto}.login-content h1{font-size:clamp(40px,12vw,62px)}.login-proof-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.login-visual{min-height:132px}.login-risk-card-secondary{right:0}.login-card{width:100%}.header-inner,.app-shell,.app-footer{width:min(100% - 28px,1460px)}.app-shell,.cockpit-widgets,.exposure-page-sortable-layout{grid-template-columns:1fr}.sidebar{order:1}.routed-main{order:2;min-height:auto}.sidebar{width:100%;min-height:auto;padding:18px}.sidebar-label{display:inline}.sidebar-section-header{align-items:flex-start}.sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-link{justify-content:flex-start;gap:10px;min-height:42px;padding:10px 12px}.sidebar-link-label{display:inline}.sidebar-link .macro-scope-inline-help{display:none}.sidebar-summary{text-align:left;justify-items:flex-start;display:grid}.header-actions{align-items:flex-start}.assistant-rail{border:1px solid var(--border-subtle);z-index:90;background:#fffffff5;border-radius:18px;min-height:0;max-height:min(78vh,720px);padding:16px;transition:transform .22s;position:fixed;inset:auto 14px 14px;overflow:visible;transform:translateY(calc(100% + 28px));box-shadow:0 24px 70px #0f172a3d}.assistant-rail.assistant-rail--mobile-open{transform:translateY(0)}.assistant-rail .assistant-panel--sidebar{height:calc(min(78vh,720px) - 32px)}.assistant-mobile-backdrop{z-index:88;-webkit-backdrop-filter:blur(2px);background:#0f172a3d;border:0;display:block;position:fixed;inset:0}.assistant-mobile-close{border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-primary);box-shadow:var(--shadow-card);z-index:2;background:#fff;border-radius:999px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:-12px;right:12px}.assistant-mobile-fab{color:#163a67;z-index:89;background:#fff;border:1px solid #2563eb38;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex;position:fixed;bottom:18px;right:18px;box-shadow:0 18px 40px #0f172a38}.assistant-rail--mobile-open+.routed-main+.assistant-mobile-fab,.assistant-mobile-backdrop+.assistant-rail+.routed-main+.assistant-mobile-fab{display:none}}@media(max-width:560px){.login-panel{padding:22px 16px}.login-content{gap:18px}.login-proof-grid{grid-template-columns:1fr}.login-visual{display:none}.login-card{border-radius:20px}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
