:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#e6edf9;--ink-soft:#9fb0cc;--surface:#0c1424;--surface-card:#121b2f;--surface-panel:#192741;--line:#31435f;--accent:#0b8a72;--accent-strong:#066856;--accent-ink:#5fd8c0;--danger:#aa3d36;font-family:IBM Plex Sans,Trebuchet MS,sans-serif}*{box-sizing:border-box}body{background:radial-gradient(circle at 20% 10%,#133833 0%,#13383300 40%),radial-gradient(circle at 85% 20%,#182d4f 0%,#182d4f00 45%),linear-gradient(180deg,#090f1d 0%,var(--surface)100%);min-height:100vh;color:var(--ink);margin:0}.container{max-width:1080px;margin:0 auto;padding:48px 20px 64px}.home-shell{gap:24px;display:grid}.home-hero{border:1px solid var(--line);background:linear-gradient(145deg,#0b8a7214,#0b8a7200),var(--surface-card);border-radius:18px;padding:32px}.hero-kicker{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-ink);margin:0 0 8px;font-size:.8rem}.home-hero h1{margin:0 0 14px;font-family:Space Grotesk,Avenir Next,sans-serif;font-size:clamp(1.9rem,4vw,2.6rem);line-height:1.1}.hero-copy{max-width:56ch;color:var(--ink-soft);margin:0 0 24px}.hero-cta{background:var(--accent);color:#fff;border-radius:999px;padding:12px 18px;font-weight:700;text-decoration:none;display:inline-block}.hero-cta:hover{background:var(--accent-strong)}.hero-auth-links{gap:12px;margin-top:14px;display:flex}.hero-auth-link{color:var(--accent-ink);font-weight:600;text-decoration:none}.hero-auth-link:hover{text-decoration:underline}.auth-shell{place-items:center;display:grid}.auth-workspace{border:1px solid var(--line);background:linear-gradient(145deg,#0b8a7214,#0b8a7200),var(--surface-card);border-radius:18px;width:min(520px,100%);padding:28px}.auth-workspace h1{margin:0 0 10px;font-family:Space Grotesk,Avenir Next,sans-serif}.auth-workspace p{color:var(--ink-soft);margin:0 0 14px}.auth-form{gap:12px;display:grid}.auth-form label{gap:6px;font-size:.88rem;font-weight:600;display:grid}.auth-form input{border:1px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);font:inherit;border-radius:9px;padding:10px 12px}.auth-form button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;justify-self:start;padding:11px 16px;font-weight:700}.auth-form button:hover{background:var(--accent-strong)}.auth-form button:disabled{cursor:not-allowed;background:#355e57}.auth-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e;border-radius:10px;padding:11px 12px}.auth-info{color:#9ecb83;background:#213429;border:1px solid #4b6f4a;border-radius:10px;padding:11px 12px}.auth-success{color:#8edcc7;background:#1e3a37;border:1px solid #3e6963;border-radius:10px;margin-bottom:14px;padding:12px}.auth-success h2{margin:0 0 8px;font-size:1.05rem}.auth-success p{color:#8edcc7;margin:0 0 10px}.auth-link,.auth-inline-link{color:var(--accent-ink);font-weight:700;text-decoration:none}.auth-link:hover,.auth-inline-link:hover{text-decoration:underline}.auth-toggle-link{color:var(--accent-ink);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}.dashboard-shell{gap:16px;display:grid}.skip-link{color:#fff;z-index:1000;background:#143b6d;border-radius:8px;padding:8px 10px;font-weight:700;text-decoration:none;position:absolute;top:0;left:-9999px}.skip-link:focus{top:10px;left:20px}.dashboard-header{border:1px solid var(--line);background:var(--surface-card);border-radius:16px;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px;display:flex}.dashboard-kicker{text-transform:uppercase;letter-spacing:.08em;color:var(--accent-ink);margin:0 0 6px;font-size:.78rem}.dashboard-header h1{margin:0;font-family:Space Grotesk,Avenir Next,sans-serif}.dashboard-subtitle{color:var(--ink-soft);margin:8px 0 0}.session-chip{color:var(--accent-ink);background:#1a3833;border:1px solid #3e6963;border-radius:999px;align-self:center;padding:8px 12px;font-size:.82rem;font-weight:700}.session-controls{align-items:center;gap:10px;display:flex}.session-logout-button{color:#f2a9a3;font:inherit;background:#3b1f22;border:1px solid #7e4a4e;border-radius:999px;padding:7px 12px;font-weight:700}.session-logout-button:hover{background:#4a2628}.dashboard-nav{flex-wrap:wrap;gap:10px;display:flex}.dashboard-nav-link{border:1px solid var(--line);background:var(--surface-card);color:var(--ink);border-radius:10px;padding:10px 14px;font-weight:600;text-decoration:none}.dashboard-nav-link:hover{background:#17243b;border-color:#5f89cf}.dashboard-panel{border:1px solid var(--line);background:var(--surface-card);border-radius:16px;min-height:220px;padding:24px}.dashboard-panel h2{margin-top:0;font-family:Space Grotesk,Avenir Next,sans-serif}.dashboard-panel p{color:var(--ink-soft)}.metadata-workspace{gap:16px;display:grid}.metadata-workspace h2,.metadata-workspace p{margin:0}.metadata-form{grid-template-columns:repeat(5,minmax(0,1fr)) auto;align-items:end;gap:12px;display:grid}.metadata-form label{gap:6px;font-size:.88rem;font-weight:600;display:grid}.metadata-form input,.metadata-form select{border:1px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);font:inherit;border-radius:9px;padding:10px 12px}.metadata-form button{background:var(--accent);color:#fff;font-weight:700;font:inherit;border:none;border-radius:10px;padding:11px 16px}.metadata-form button:hover{background:var(--accent-strong)}.metadata-loading{color:var(--accent-ink);font-weight:600}.metadata-empty,.metadata-validation,.metadata-error{border-radius:10px;padding:11px 12px}.metadata-empty{color:#9ac8f3;background:#1a2c43;border:1px solid #365879}.metadata-validation{color:#e3c982;background:#3a3222;border:1px solid #7b6940}.metadata-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e}.metadata-results{gap:12px;display:grid}.import-workspace{gap:16px;display:grid}.import-workspace h2,.import-workspace p{margin:0}.import-format{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;gap:8px;padding:14px;display:grid}.import-format h3{margin:0}.import-format-columns{columns:2;gap:24px;margin:0;padding-left:20px}.import-format-columns li{break-inside:avoid;margin-bottom:4px}.import-form{gap:12px;display:grid}.import-form label{gap:6px;font-size:.88rem;font-weight:600;display:grid}.import-form input,.import-form textarea{border:1px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);font:inherit;border-radius:9px;padding:10px 12px}.import-csv-content textarea{resize:vertical;min-height:132px}.import-form button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;justify-self:start;padding:11px 16px;font-weight:700}.import-form button:hover{background:var(--accent-strong)}.import-form button:disabled{cursor:not-allowed;background:#355e57}.import-polling{color:var(--accent-ink);font-weight:600}.import-empty,.import-validation,.import-error{border-radius:10px;padding:11px 12px}.import-empty{color:#9ac8f3;background:#1a2c43;border:1px solid #365879}.import-validation{color:#e3c982;background:#3a3222;border:1px solid #7b6940}.import-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e}.import-results{gap:12px;display:grid}.import-summary,.import-timeline,.import-metrics{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.import-summary h3,.import-timeline h3,.import-metrics h3{margin-top:0}.import-final-message{margin-top:8px;font-weight:700}.import-timeline ol{gap:8px;margin:0;padding-left:20px;display:grid}.import-timeline li{justify-content:space-between;gap:12px;display:flex}.import-timeline time{color:var(--ink-soft);font-size:.86rem}.import-metrics dl{gap:6px;display:grid}.import-metrics dl div{justify-content:space-between;gap:12px;display:flex}.import-metrics dt{color:var(--ink-soft)}.import-metrics dd{margin:0;font-weight:700}.instrument-card,.exposure-section,.history-section{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.instrument-card h3,.exposure-section h3,.history-section h3{margin-top:0}.instrument-card dl{gap:6px;display:grid}.instrument-card dl div{justify-content:space-between;gap:12px;display:flex}.instrument-card dt{color:var(--ink-soft)}.instrument-card dd{margin:0;font-weight:700}.exposure-section ul{gap:8px;margin:0 0 14px;padding:0;list-style:none;display:grid}.exposure-row{grid-template-columns:minmax(150px,2fr) minmax(80px,auto);align-items:center;gap:6px 10px;display:grid}.exposure-bar-track{background:#2d3f5d;border-radius:999px;grid-column:1/-1;height:9px;overflow:hidden}.exposure-bar-fill{background:linear-gradient(90deg,#1ca085,#0b8a72);border-radius:999px;height:100%}.history-chart{color:#4cd2b4;background:linear-gradient(#0f1729 0%,#121d34 100%);border:1px solid #334866;border-radius:10px;width:100%;height:190px}.history-empty{color:var(--ink-soft)}.history-summary{color:var(--ink-soft);margin-top:8px;font-size:.88rem}.dashboard-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.dashboard-card{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.dashboard-card h3{margin:0 0 6px}.dashboard-card p{margin:0}.overview-workspace{gap:16px;display:grid}.overview-workspace h2,.overview-workspace p{margin:0}.overview-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.overview-refresh-button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;padding:11px 16px;font-weight:700}.overview-refresh-button:hover{background:var(--accent-strong)}.overview-refresh-button:disabled{cursor:not-allowed;background:#355e57}.overview-sync-status{color:var(--ink-soft);font-size:.9rem}.overview-empty,.overview-error{border-radius:10px;padding:12px}.overview-empty{background:#1a2c43;border:1px solid #365879}.overview-empty h3{margin-top:0}.overview-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e}.overview-card-list{gap:6px;margin:0;display:grid}.overview-card-list div{justify-content:space-between;gap:12px;display:flex}.overview-card-list dt{color:var(--ink-soft)}.overview-card-list dd{margin:0;font-weight:700}.overview-exposure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.overview-exposure-toolbar{margin-top:12px}.overview-exposure-section{background:var(--surface-card);border:1px solid #2c3d5b;border-radius:10px;padding:10px}.overview-exposure-section h4{margin:0 0 8px;font-size:.92rem}.overview-holdings-list{gap:6px;margin:12px 0 0;padding:0;list-style:none;display:grid}.overview-holdings-list li{border-top:1px solid #2d3f5d;justify-content:space-between;gap:12px;padding-top:6px;display:flex}.overview-holdings-section{background:var(--surface-card);border:1px solid #2c3d5b;border-radius:10px;margin-top:12px;padding:10px}.overview-holdings-section h4{margin:0 0 8px;font-size:.92rem}.overview-holdings-toggle{color:#9ac8f3;font:inherit;background:#1a2b42;border:1px solid #4b6487;border-radius:8px;margin-top:10px;padding:7px 10px;font-weight:600}.overview-holdings-toggle:hover{background:#223754}.overview-trend-section{background:var(--surface-card);border:1px solid #2c3d5b;border-radius:10px;margin-top:12px;padding:10px}.overview-trend-section h4{margin:0 0 8px;font-size:.92rem}.overview-card-action{margin-top:12px}.overview-card-action a{color:var(--accent-ink);font-weight:700;text-decoration:none}.overview-card-action a:hover{text-decoration:underline}.portfolio-workspace{gap:16px;display:grid}.portfolio-workspace h2,.portfolio-workspace p{margin:0}.portfolio-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.portfolio-refresh-button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;padding:11px 16px;font-weight:700}.portfolio-refresh-button:hover{background:var(--accent-strong)}.portfolio-refresh-button:disabled{cursor:not-allowed;background:#355e57}.portfolio-delete-button{color:#f2a6a1;font:inherit;background:#3b1f22;border:1px solid #9c5852;border-radius:10px;padding:10px 14px;font-weight:700}.portfolio-delete-button:hover{background:#4a2628}.portfolio-delete-button:disabled{color:#cfa19d;cursor:not-allowed;background:#2f2021;border-color:#6f4745}.portfolio-sync-status{color:var(--ink-soft);font-size:.9rem}.portfolio-error,.portfolio-empty{border-radius:10px;padding:11px 12px}.portfolio-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e}.portfolio-empty{color:#9ac8f3;background:#1a2c43;border:1px solid #365879}.portfolio-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.portfolio-summary-card{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.portfolio-summary-card h3{margin:0 0 6px}.portfolio-summary-card p{font-weight:700}.portfolio-pnl-pct{color:var(--ink-soft);margin-top:4px;font-size:.85rem}.portfolio-holdings{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.portfolio-holdings h3{margin:0 0 10px}.portfolio-table-wrap{overflow-x:auto}.portfolio-table{border-collapse:collapse;width:100%;min-width:940px;font-size:.88rem}.portfolio-table th,.portfolio-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #2d3f5e;padding:9px 8px}.portfolio-table thead th{color:var(--ink-soft);letter-spacing:.03em;text-transform:uppercase;background:#17243b;font-size:.8rem}.portfolio-actions-cell{text-align:right}.portfolio-row-delete-button{color:#f2a6a1;font:inherit;background:#3b1f22;border:1px solid #9c5852;border-radius:8px;padding:6px 10px;font-weight:700}.portfolio-row-delete-button:hover{background:#4a2628}.portfolio-row-delete-button:disabled{color:#cfa19d;cursor:not-allowed;background:#2f2021;border-color:#6f4745}.portfolio-title-toggle{color:inherit;cursor:pointer;font:inherit;text-align:left;background:0 0;border:none;gap:2px;padding:0;display:grid}.portfolio-title-ticker{font-weight:700}.portfolio-title-name{color:inherit;font-size:.9rem;font-weight:700}.portfolio-positive{color:#6fd4a8;font-weight:700}.portfolio-negative{color:#ef8f88;font-weight:700}.title-dashboard{background:#18253a;border:1px solid #2c3e5d;border-radius:10px;margin:10px 0 2px;padding:12px}.title-dashboard h4{margin:0}.title-dashboard-ticker{color:var(--ink-soft);margin:4px 0 10px;font-size:.84rem;font-weight:600}.title-dashboard-toolbar{justify-content:flex-start;margin-bottom:10px;display:flex}.title-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.title-dashboard-section{background:var(--surface-card);border:1px solid #2c3d5b;border-radius:10px;padding:10px}.title-dashboard-section h4{margin:0 0 8px;font-size:.95rem}.title-trend-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:10px;margin-bottom:10px;display:flex}.title-trend-span-label{gap:6px;font-size:.84rem;font-weight:600;display:grid}.title-trend-span-label select{border:1px solid var(--line);background:var(--surface-card);color:var(--ink);font:inherit;border-radius:8px;padding:8px 10px}.title-sync-button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:9px;padding:10px 14px;font-weight:700}.title-sync-button:hover{background:var(--accent-strong)}.title-sync-button:disabled{cursor:not-allowed;background:#355e57}.title-sync-info{color:#8edcc7;background:#1e3a37;border:1px solid #3e6963;border-radius:9px;margin-bottom:10px;padding:8px 10px}.title-trend-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e;border-radius:9px;margin-bottom:10px;padding:8px 10px}.title-trend-chart{color:#8fc6ff;background:linear-gradient(#0f1729 0%,#121d34 100%);border:1px solid #334866;border-radius:10px;width:100%;height:240px}.title-trend-axis{stroke:#5f7397;stroke-width:1.2px}.title-trend-grid-line{stroke:#2b3d5c;stroke-width:1px}.title-trend-line{stroke:#4aaeff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.title-trend-tick-label{fill:#a6bddf;font-size:11px}.title-trend-summary{color:var(--ink-soft);margin-top:8px;font-size:.84rem}.title-position-list{gap:6px;margin:0;display:grid}.title-position-list div{justify-content:space-between;gap:10px;display:flex}.title-position-list dt{color:var(--ink-soft)}.title-position-list dd{margin:0;font-weight:700}.title-exposure-list{gap:8px;margin:0;padding:0;list-style:none;display:grid}.title-holdings-list{gap:6px;margin:0;padding-left:20px;display:grid}.title-holdings-list li{justify-content:space-between;gap:10px;display:flex}.title-holdings-list-scrollable{max-height:280px;padding-right:8px;overflow-y:auto}.title-holdings-toggle{color:#9ac8f3;font:inherit;background:#1a2b42;border:1px solid #4b6487;border-radius:8px;margin-top:10px;padding:7px 10px;font-weight:600}.title-holdings-toggle:hover{background:#223754}.title-dashboard-loading{color:var(--accent-ink);font-weight:600}.title-dashboard-empty{color:var(--ink-soft)}.simulator-workspace{gap:16px;display:grid}.simulator-workspace h2,.simulator-workspace p{margin:0}.simulator-toolbar{flex-wrap:wrap;gap:12px;display:flex}.simulator-action-button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;padding:11px 16px;font-weight:700}.simulator-action-button:hover{background:var(--accent-strong)}.simulator-action-button:disabled{cursor:not-allowed;background:#355e57}.simulator-error,.simulator-empty{border-radius:10px;padding:11px 12px}.simulator-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e}.simulator-empty{color:#9ac8f3;background:#1a2c43;border:1px solid #365879}.simulator-card{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.simulator-card h3{margin:0 0 10px}.simulator-title-legend{color:var(--ink-soft);margin:0 0 12px;font-size:.84rem}.simulator-title-utility-row{flex-wrap:wrap;align-items:end;gap:10px;margin-top:10px;margin-bottom:18px;padding-top:6px;padding-bottom:8px;display:flex}.simulator-inline-label{gap:6px;min-width:210px;font-size:.84rem;font-weight:600;display:grid}.simulator-inline-label input{border:1px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:8px 10px}.simulator-secondary-button{color:#b9d8fa;font:inherit;background:#1c314d;border:1px solid #3f648d;border-radius:9px;padding:9px 12px;font-weight:700}.simulator-secondary-button:hover{background:#244169}.simulator-secondary-button:disabled{color:#7f8fa5;cursor:not-allowed;background:#2a3444;border-color:#42526a}.simulator-form-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;display:grid}.simulator-form-grid label{gap:6px;font-size:.86rem;font-weight:600;display:grid}.simulator-form-grid input,.simulator-form-grid select,.simulator-table input{border:1px solid var(--line);background:var(--surface-card);width:100%;color:var(--ink);font:inherit;border-radius:8px;padding:8px 10px}.simulator-table-wrap{overflow:auto visible}.simulator-table{border-collapse:collapse;width:100%;min-width:980px;font-size:.86rem}.simulator-table th,.simulator-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #2d3f5e;padding:9px 8px;overflow:visible}.simulator-table thead th{color:var(--ink-soft);letter-spacing:.03em;text-transform:uppercase;background:#17243b;font-size:.78rem}.simulator-boolean-column-header{gap:6px;display:grid}.simulator-column-toggle-group{gap:4px;display:flex}.simulator-column-toggle{color:#c4d7f3;font:inherit;background:#273a57;border:1px solid #435c7f;border-radius:8px;padding:5px 7px;font-size:.72rem;font-weight:700}.simulator-column-toggle:hover{background:#32496d}.simulator-header-with-info{align-items:center;gap:6px;display:inline-flex}.simulator-info-tooltip-wrap{align-items:center;display:inline-flex;position:relative}.simulator-info-icon{color:#c6daf9;font:inherit;cursor:help;background:#263a58;border:1px solid #5475a0;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;font-size:.68rem;font-weight:700;line-height:1;display:inline-flex}.simulator-info-tooltip{color:#d8e5f7;letter-spacing:normal;text-transform:none;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;z-index:10000;background:#14243a;border:1px solid #4e6f9a;border-radius:8px;width:min(300px,70vw);padding:8px 10px;font-size:.75rem;font-weight:500;line-height:1.35;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.simulator-info-tooltip-wrap:hover .simulator-info-tooltip,.simulator-info-tooltip-wrap:focus-within .simulator-info-tooltip{opacity:1;visibility:visible}.simulator-bool-toggle{color:#9aaac0;font:inherit;background:#283547;border:1px solid #556a89;border-radius:999px;min-width:56px;padding:6px 10px;font-size:.77rem;font-weight:700}.simulator-bool-toggle--active{color:#a8ebcc;background:#1f513d;border-color:#44a87c}.simulator-bool-toggle:hover{color:#c6d3e7;border-color:#5d7290}.simulator-title-subtitle{color:var(--ink-soft);margin-top:2px;font-size:.8rem}.simulator-title-summary{color:var(--ink-soft);margin-top:10px;font-size:.85rem}.simulator-title-summary strong{color:var(--ink)}.simulator-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:12px;display:grid}.simulator-summary-card{background:var(--surface-card);border:1px solid #2c3d5b;border-radius:10px;padding:10px}.simulator-summary-card h4{margin:0 0 6px;font-size:.86rem}.simulator-summary-card p{margin:0;font-weight:700}.simulator-chart-wrap{gap:8px;display:grid}.simulator-chart{background:linear-gradient(#0f1729 0%,#121d34 100%);border:1px solid #334866;border-radius:10px;width:100%;height:260px}.simulator-chart-invested{stroke:#f0a84f;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.simulator-chart-total{stroke:#4aaeff;stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.simulator-chart-legend{color:var(--ink-soft);font-size:.84rem}.simulator-warning-list{color:#e3c982;background:#3a3222;border:1px solid #7b6940;border-radius:10px;margin-top:10px;padding:10px}.simulator-warning-list h4{margin:0 0 8px}.simulator-warning-list ul{gap:6px;margin:0;padding-left:20px;display:grid}.simulator-yearly-breakdown{gap:10px;margin-top:12px;display:grid}.simulator-yearly-breakdown-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.simulator-yearly-breakdown-header h4{margin:0}.simulator-yearly-table-wrap{overflow-x:auto}.simulator-yearly-table{border-collapse:collapse;width:100%;min-width:920px;font-size:.85rem}.simulator-yearly-table th,.simulator-yearly-table td,.simulator-yearly-title-table th,.simulator-yearly-title-table td{text-align:left;vertical-align:top;border:1px solid #4b4f58;padding:8px 10px}.simulator-yearly-table thead th,.simulator-yearly-title-table thead th{color:#eef2f7;background:#555d6a}.simulator-yearly-table thead th:nth-child(4){background:#2f9fd8}.simulator-yearly-table thead th:nth-child(5){background:#ee8f00}.simulator-yearly-table thead th:nth-child(6){background:#5ea72f}.simulator-year-toggle{color:#c6daf9;font:inherit;background:#253955;border:1px solid #4a658f;border-radius:8px;padding:3px 8px;font-size:.75rem;font-weight:700}.simulator-year-toggle:disabled{color:#7d889d;background:#2a3242;border-color:#4b5568}.simulator-year-label{margin-left:8px;font-weight:700}.simulator-yearly-title-wrap{padding:4px 0 2px}.simulator-yearly-title-table{border-collapse:collapse;width:100%;font-size:.82rem}.simulator-yearly-exposure-wrap{gap:10px;margin-top:12px;display:grid}.simulator-yearly-exposure-summary{color:var(--ink-soft);margin:0;font-size:.82rem}.simulator-yearly-exposure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.simulator-yearly-exposure-section{border:1px solid var(--line);background:var(--surface-card);border-radius:10px;padding:10px}.simulator-yearly-exposure-section h4{margin:0 0 8px}.providers-workspace{gap:16px;display:grid}.providers-workspace h2,.providers-workspace p{margin:0}.providers-toolbar{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.providers-refresh-button{background:var(--accent);color:#fff;font:inherit;border:none;border-radius:10px;padding:11px 16px;font-weight:700}.providers-refresh-button:hover{background:var(--accent-strong)}.providers-refresh-button:disabled{cursor:not-allowed;background:#355e57}.providers-freshness{font-size:.9rem}.providers-freshness--fresh{color:#8fd9bf}.providers-freshness--stale{color:#e0b96d}.providers-loading{color:var(--accent-ink);font-weight:600}.providers-error{color:#f2a9a3;background:#3b1f22;border:1px solid #7e4a4e;border-radius:10px;padding:11px 12px}.providers-empty{background:#1a2c43;border:1px solid #365879;border-radius:10px;padding:11px 12px}.providers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.provider-card{border:1px solid var(--line);background:var(--surface-panel);border-radius:12px;padding:14px}.provider-card header{justify-content:space-between;align-items:center;gap:10px;display:flex}.provider-card h3{text-transform:capitalize;margin:0}.provider-status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:5px 8px;font-size:.76rem;font-weight:700}.provider-status-badge--healthy{color:#85d8b8;background:#213b31}.provider-status-badge--degraded{color:#f0a29c;background:#432627}.provider-card--degraded{background:#321f20;border-color:#7e4a4e}.provider-card dl{gap:6px;margin:12px 0 0;display:grid}.provider-card dl div{justify-content:space-between;gap:12px;display:flex}.provider-card dt{color:var(--ink-soft)}.provider-card dd{margin:0;font-weight:700}.provider-last-error{background:#382325;border:1px solid #73484a;border-radius:10px;margin-top:12px;padding:10px}.provider-last-error h4{margin:0 0 8px}.provider-last-error p{margin:0 0 6px}.dashboard-loading{background:#19263d;border:1px dashed #4a658b;border-radius:12px;padding:16px}.dashboard-loading p{margin:0}.dashboard-error{background:#3a2022;border:1px solid #7e4a4e;border-radius:12px;padding:16px}.dashboard-error h2{color:#f2a9a3;margin-top:0}.retry-button{background:var(--danger);color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:700}.retry-button:hover{background:#8f332d}@media (max-width:900px){.dashboard-grid,.providers-grid,.portfolio-summary-grid{grid-template-columns:1fr}.dashboard-header{flex-direction:column;align-items:flex-start}.metadata-form{grid-template-columns:1fr}.simulator-title-utility-row{flex-direction:column;align-items:stretch}.simulator-form-grid,.simulator-summary-grid{grid-template-columns:1fr}.exposure-row{grid-template-columns:1fr auto}.import-timeline li{flex-direction:column;align-items:flex-start}.title-dashboard-grid,.overview-exposure-grid,.simulator-yearly-exposure-grid{grid-template-columns:1fr}.title-trend-toolbar{flex-direction:column;align-items:flex-start}}@media (max-width:1180px) and (min-width:901px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-summary-grid,.metadata-form{grid-template-columns:repeat(3,minmax(0,1fr))}}
