@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;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}.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}.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}}@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}.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,)}.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-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 strong{color:var(--text-primary);font-weight:600}.ticker-change{margin-left:8px;font-weight:600}.ticker-change.positive{color:var(--accent-success)}.ticker-change.negative{color:var(--accent-danger)}.header-actions{align-items:center;gap:10px;display:inline-flex}.header-logout{letter-spacing:.1em;padding:8px 14px;font-size:12px}.login-page{min-height:100vh;position:relative;overflow:hidden}.login-backdrop{background:radial-gradient(circle at 18% 18%,#27e6a32e,#0000 38%),radial-gradient(circle at 80% 10%,#ffffff1a,#0000 34%),linear-gradient(145deg,#0d0d0f,#151519 55%,#191a1f);position:absolute;inset:0}.login-main{z-index:1;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative}.login-card{background:#161619e0;border:1px solid #ffffff1a;border-radius:20px;width:min(100%,440px);padding:28px;box-shadow:0 24px 42px #00000059}.login-eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--text-secondary);margin:0 0 8px;font-size:11px}.login-card h1{letter-spacing:.02em;margin:0;font-size:32px}.login-subtitle{color:var(--text-secondary);margin:10px 0 0;font-size:14px;line-height:1.6}.login-form{flex-direction:column;gap:10px;margin-top:22px;display:flex}.login-form label{letter-spacing:.12em;text-transform:uppercase;color:var(--text-secondary);font-size:12px}.login-form input{color:var(--text-primary);background:#ffffff0f;border:1px solid #ffffff38;border-radius:12px;padding:12px 14px;font-size:15px}.login-form input:focus{border-color:#ffffff7a;outline:none;box-shadow:0 0 0 2px #ffffff12}.login-form .primary-button{margin-top:6px}.login-error{color:var(--accent-danger);margin:2px 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-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{order:1;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}.exposure-operations-section{order:2}.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-widget.short .gauge-ring{background:conic-gradient(#ff5c7ceb 0 var(--gauge-fill,50%),#ffffff14 var(--gauge-fill,50%) 100%)}.gauge-widget.flat .gauge-ring{background:conic-gradient(#fff6 0 var(--gauge-fill,50%),#ffffff14 var(--gauge-fill,50%) 100%)}.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;padding:10px 14px;transition:background-color .2s,color .2s}.view-toggle-button.active{color:var(--text-primary);background:#27e6a324}.exposure-summary-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.summary-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.exposure-insight-layout{order:4;grid-template-columns:minmax(0,1fr) minmax(320px,1fr);align-items:start;gap:18px;display:grid}.temporal-long-short-panel{order:3}.exposure-insight-panel{gap:16px;padding:18px;display:grid}.exposure-long-short-panel{gap:18px;padding:18px;display:grid}.exposure-long-short-header{align-items:start}.exposure-long-short-header h3{margin:6px 0 0}.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;padding-top:6px;display:grid}.temporal-long-short-panel h4{margin:6px 0 0;font-size:20px}.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:180px;padding:6px 8px;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-axis-line,.temporal-waterfall-connector{stroke:#ffffff2e;stroke-width:1.5px}.temporal-grid-line{stroke:#ffffff14;stroke-width:1px}.temporal-reference-line{stroke:#ffffff29;stroke-width:1px;stroke-dasharray:4 4}.temporal-reference-label{fill:#ffffff85;font-size:11px}.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-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-series.usd{stroke:#27e6a37a}.temporal-line-point.usd{stroke:#27e6a3;fill:#27e6a3}.temporal-line-series.mxn{stroke:#ff5c7c7a}.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-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-plot-bar.long{background:linear-gradient(90deg,#27e6a3bf,#27e6a3)}.temporal-plot-bar.short{background:linear-gradient(90deg,#ff5c7c,#ff5c7cbf)}.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 h4{margin:4px 0 0;font-size:22px}.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:19px}.exposure-summary-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.exposure-ebitda-card,.exposure-ebitda-range-card,.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}.budget-card-header h3{margin:4px 0 0}.summary-section-label{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;font-size:13px;font-weight:700}.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-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}.macro-dashboard-checkbox input{width:auto}.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)}.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-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}.field-example-button:hover,.field-example-button:focus-visible{color:#e2e8f0db}.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-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}.import-file-input{display:none}.import-review-card{gap:16px;margin-bottom:18px;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-table{width:100%}.import-review-table th,.import-review-table td{vertical-align:top}.import-review-row-invalid{background:#ff5c7c0f}.import-review-errors{gap:6px;min-width:220px;display:grid}.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-dashboard-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.exposure-table-toolbar-copy{align-items:center;display:flex}.exposure-table-toolbar-actions{flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-left:auto;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-end;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;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-copy{max-width:520px;color:var(--text-secondary);margin:0;line-height:1.6}.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:18px;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-section h3{margin:0;font-size:18px}.hedge-detail-section-header span{color:var(--text-secondary);font-size:13px}.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}.hedge-group-header h2,.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}.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}.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{color:var(--text-primary);background:#ffffff0a;border:1px solid #ffffff24;border-radius:12px;padding:12px 14px}.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,.dashboard-layout-button{letter-spacing:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:inline-flex}.dashboard-layout-button:disabled{cursor:not-allowed;opacity:.4;transform:none}.action-row{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.form-helper-copy{color:var(--text-secondary);margin:0;font-size:13px}.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}.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.positive{background:#27e6a314;border-color:#27e6a347}.budget-alert.negative{background:#ff5c7c17;border-color:#ff5c7c4d}.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-chart-shell{background:#ffffff08;border:1px solid #ffffff14;border-radius:14px;margin-top:12px;padding:10px 8px 0}.ebitda-range-reference-label{fill:#ffffffd1;font-size:12px;font-weight:600}.ebitda-range-zone{pointer-events:none}.ebitda-range-zone.positive{fill:#44c9980f}.ebitda-range-zone.negative{fill:#ff5c7c0f}.ebitda-range-zone.neutral{fill:#ffffff08}.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.positive{background:#87ebc8}.ebitda-range-legend-line.negative{background:#ff9ab0}.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:2.5px;opacity:.9}.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:2.5px;filter:drop-shadow(0 0 8px #ffffff47)}.ebitda-range-svg.point-style-faded .ebitda-range-point.current{fill:#f3c85c;stroke:#fff;stroke-width:2.5px}.ebitda-range-point.selected{stroke-width:2px}.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}@media(max-width:980px){.exposure-insight-layout,.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}.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-solid.success{background:#27e6a329}.status-variant-solid.warning{background:#ffcc7a29}.status-variant-solid.danger{background:#ff5c7c29}.status-variant-solid.covered{background:#ffc8572e}.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-card{padding:24px 20px}.login-card h1{font-size:26px}.kpi-control{flex-direction:column;align-items:flex-start}.kpi-control-field{width:100%}.kpi-control input{flex:1}.hedges-intro,.hedges-toolbar,.hedge-record-header,.hedge-detail-header,.hedge-detail-section-header{flex-direction:column}.hedges-intro-actions,.hedges-workspace,.hedge-detail-grid{grid-template-columns:1fr}.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}}@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}
