.master-view{gap:0}.master-hero{position:relative}.pcard-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.pcard-name{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text-primary)}.pcard-persona{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;background:var(--bg-elevated);padding:.15rem .5rem;border-radius:3px}.pcard-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.pcard-return{font-family:var(--font-mono);font-size:.75rem;margin-top:.25rem}.pcard-return.positive{color:var(--green)}.pcard-return.negative{color:var(--red)}.pcard-day{color:var(--text-secondary);font-size:.7rem}.pcard-spark{margin:.75rem 0 .5rem;height:32px;overflow:hidden;opacity:.6}.pcard-spark svg{width:100%;height:100%}.pcard-stats{display:flex;gap:1rem;font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);margin-top:.5rem}.loading-state{display:flex;align-items:center;justify-content:center;min-height:60vh}.loading-pulse{width:40px;height:40px;border-radius:50%;background:var(--accent);opacity:.3;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(.8);opacity:.3}50%{transform:scale(1.2);opacity:.6}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.5rem;color:var(--text-secondary);font-family:var(--font-display);font-size:.85rem}@media(max-width:768px){.portfolio-navbar{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap}.portfolio-navbar::-webkit-scrollbar{display:none}.live-bar{flex-direction:column;align-items:flex-start;gap:.4rem;padding:.4rem 1rem}.pcard-value{font-size:1.25rem}.pcard-stats{flex-wrap:wrap;gap:.5rem}}:root{--bg-primary: #faf6f1;--bg-surface: #ffffff;--bg-elevated: #f0ebe3;--border: #e2d9cc;--border-subtle: #ede6dc;--text-primary: #2c2218;--text-secondary: #7a6b5d;--text-muted: #b5a898;--green: #2d8f6f;--green-dim: rgba(45, 143, 111, .08);--red: #c44536;--red-dim: rgba(196, 69, 54, .08);--amber: #c8952e;--amber-dim: rgba(200, 149, 46, .08);--accent: #b86b3a;--accent-dim: rgba(184, 107, 58, .1);--violet: #8b6bbf;--violet-dim: rgba(139, 107, 191, .08);--teal: #3a9e8f;--teal-dim: rgba(58, 158, 143, .08);--font-display: "DM Sans", sans-serif;--font-serif: "Cormorant Garamond", Georgia, serif;--font-mono: "IBM Plex Mono", monospace;--section-padding: clamp(2.5rem, 6vw, 5rem);--content-max: 1120px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-display);background:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;min-height:100vh}body:before{content:"";position:fixed;top:-30%;left:-10%;width:120%;height:80%;background:radial-gradient(ellipse at 25% 0%,rgba(184,107,58,.06) 0%,transparent 50%),radial-gradient(ellipse at 70% 10%,rgba(200,149,46,.035) 0%,transparent 40%);pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;opacity:.03;pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:150px 150px}.portfolio-navbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;gap:.5rem;max-width:var(--content-max);margin:0 auto;padding:.75rem clamp(1rem,4vw,2rem);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.portfolio-navbar::-webkit-scrollbar{display:none}.portfolio-navbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--bg-primary);opacity:.92;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1;border-bottom:1px solid var(--border-subtle)}.portfolio-navbar:empty{display:none}.navbar-label{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);white-space:nowrap;margin-right:.25rem}.portfolio-btn{font-family:var(--font-display);font-size:.75rem;font-weight:500;padding:.35rem .85rem;border-radius:6px;border:1px solid var(--border);background:transparent;color:var(--text-secondary);cursor:pointer;white-space:nowrap;transition:border-color .15s ease,color .15s ease,background .15s ease}.portfolio-btn:hover{border-color:var(--text-muted);color:var(--text-primary)}.portfolio-btn.active{background:var(--bg-elevated);border-color:var(--accent);color:var(--text-primary)}.dashboard{max-width:var(--content-max);margin:0 auto;padding:0 clamp(1rem,4vw,2rem);position:relative;z-index:1;display:flex;flex-direction:column}.section-hero,.section-overview,.section-equity,.section-positions,.section-decisions,.section-strategies,.section-trades,.section-pipeline,.section-funnel,.section-stats,.section-journal,.section-footer{padding:var(--section-padding) 0}.section-equity,.section-positions,.section-decisions,.section-strategies,.section-trades,.section-pipeline,.section-funnel,.section-stats,.section-journal{border-top:1px solid var(--border-subtle);border-image:linear-gradient(90deg,transparent,var(--border) 15%,rgba(184,107,58,.08) 50%,var(--border) 85%,transparent) 1}.section-title{font-family:var(--font-serif);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:var(--text-muted);margin-bottom:1.5rem;display:flex;align-items:center;gap:.75rem}.section-title:before{content:"";width:3px;height:14px;background:var(--accent);border-radius:2px;flex-shrink:0;box-shadow:0 0 8px #b86b3a4d}.section-hero{position:relative;padding:clamp(4rem,10vw,8rem) 0 var(--section-padding);overflow:hidden}.hero-curve{position:absolute;bottom:0;left:-5%;width:110%;height:70%;z-index:0}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:.25rem}.hero-label{font-family:var(--font-serif);font-size:.9rem;font-weight:500;color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase}.hero-value{font-family:var(--font-mono);font-size:clamp(3.2rem,10vw,6rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;background:linear-gradient(180deg,var(--text-primary) 30%,var(--text-secondary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-return{font-family:var(--font-mono);font-size:clamp(1rem,3vw,1.4rem);font-weight:500;margin-top:.25rem}.hero-sub{font-size:.85rem;color:var(--text-secondary);margin-top:.5rem}.hero-mode{display:flex;gap:.4rem;margin-top:.6rem}.mode-pill{font-family:var(--font-mono);font-size:.62rem;font-weight:500;padding:.2rem .6rem;border-radius:4px;letter-spacing:.04em;text-transform:capitalize}.mode-pill-mode{color:var(--text-secondary);background:var(--bg-elevated);border:1px solid var(--border)}.mode-pill-persona{color:var(--accent);background:var(--accent-dim)}.positive{color:var(--green)}.negative{color:var(--red)}.hero-return.positive{text-shadow:0 0 24px rgba(45,143,111,.25)}.hero-return.negative{text-shadow:0 0 24px rgba(196,69,54,.25)}.hero-content>*{opacity:0;transform:translateY(20px);animation:fadeUp .7s ease-out forwards}.hero-content>*:nth-child(1){animation-delay:.1s}.hero-content>*:nth-child(2){animation-delay:.25s}.hero-content>*:nth-child(3){animation-delay:.4s}.hero-content>*:nth-child(4){animation-delay:.55s}.hero-content>*:nth-child(5){animation-delay:.7s}.overview-grid{display:flex;gap:2rem;flex-wrap:wrap}.overview-stat{display:flex;flex-direction:column;gap:.15rem;min-width:100px}.overview-stat .stat-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:600;color:var(--text-primary)}.overview-stat .stat-label{font-size:.72rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.equity-chart-wrap{position:relative}.equity-chart{width:100%;aspect-ratio:3 / 1;min-height:200px}.equity-chart svg{width:100%;height:100%}.equity-axis-label{font-family:var(--font-mono);font-size:10px;fill:var(--text-muted)}.eq-hover-layer{position:absolute;top:0;right:0;bottom:0;left:0;cursor:crosshair}.eq-crosshair{position:absolute;top:0;bottom:0;width:1px;background:var(--text-muted);opacity:0;pointer-events:none;transition:opacity .12s ease}.eq-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--green);border:1.5px solid var(--bg-primary);transform:translate(-50%,-50%);opacity:0;pointer-events:none;transition:opacity .12s ease;box-shadow:0 0 6px #2d8f6f66}.eq-tooltip{position:absolute;top:-4px;transform:translate(-50%,-100%);background:var(--bg-elevated);border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem;display:flex;flex-direction:column;gap:.1rem;opacity:0;pointer-events:none;transition:opacity .12s ease;white-space:nowrap;z-index:10}.eq-hover-layer.active .eq-crosshair,.eq-hover-layer.active .eq-dot,.eq-hover-layer.active .eq-tooltip{opacity:1}.eq-tt-date{font-family:var(--font-mono);font-size:.56rem;color:var(--text-muted)}.eq-tt-val{font-family:var(--font-mono);font-size:.78rem;font-weight:600;color:var(--text-primary)}.eq-tt-ret{font-family:var(--font-mono);font-size:.62rem;font-weight:500}.eq-tt-dd{font-family:var(--font-mono);font-size:.56rem;color:var(--red)}.eq-trades-panel{position:absolute;background:var(--bg-elevated);border:1px solid var(--border);border-radius:6px;padding:.35rem .5rem;display:flex;flex-direction:column;gap:.15rem;opacity:0;pointer-events:none;transition:opacity .12s ease;white-space:nowrap;z-index:9}.eq-trades-panel.visible{opacity:1}.eq-hover-layer:not(.active) .eq-trades-panel{opacity:0}.eq-tp-header{font-family:var(--font-mono);font-size:.48rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.1rem}.eq-tt-trade{display:flex;align-items:center;gap:.3rem;font-family:var(--font-mono);font-size:.56rem}.eq-tt-sym{font-weight:600;color:var(--text-primary)}.eq-tt-side{font-size:.48rem;font-weight:700;padding:0 .2rem;border-radius:2px}.eq-tt-side.long{color:var(--green);background:#2d8f6f1a}.eq-tt-side.short{color:var(--red);background:#c445361a}.positions-total{font-family:var(--font-mono);font-size:.68rem;font-weight:600;text-transform:none;letter-spacing:0}.positions-grid{display:flex;flex-wrap:wrap;gap:.75rem}.position-card{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;padding:.75rem 1rem;flex:1 1 calc(50% - .75rem);min-width:240px;display:flex;flex-direction:column;gap:.4rem;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #2c22180a}.position-card:hover{border-color:#b86b3a4d;box-shadow:0 4px 16px #b86b3a14,0 2px 8px #2c22180f}.position-header{display:flex;align-items:center;gap:.5rem}.position-symbol{font-family:var(--font-mono);font-size:.82rem;font-weight:600}.position-size{font-family:var(--font-mono);font-size:.58rem;color:var(--text-muted);margin-left:auto}.position-prices{font-family:var(--font-mono);font-size:.65rem;color:var(--text-secondary);display:flex;align-items:center;gap:.4rem}.position-arrow{color:var(--text-muted);font-size:.55rem}.position-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.position-strategy{font-family:var(--font-mono);font-size:.58rem;color:var(--text-muted)}.position-pnl{font-family:var(--font-mono);font-size:.72rem;font-weight:600;margin-left:auto}.positions-grid .position-card{transition-delay:calc(var(--i, 0) * 60ms)}.strategies-grid{display:flex;flex-wrap:wrap;gap:.75rem}.strategy-card{display:flex;align-items:center;gap:.75rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px;padding:.75rem 1rem;flex:1 1 calc(50% - .75rem);min-width:240px;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px #2c22180a}.strategy-card:hover{border-color:#b86b3a4d;box-shadow:0 4px 16px #b86b3a14,0 2px 8px #2c22180f}.strategy-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.strategy-dot.active{background:var(--green);box-shadow:0 0 6px var(--green-dim)}.strategy-dot.stopped{background:var(--text-muted)}.strategy-info{display:flex;flex-direction:column;gap:.1rem;flex:1;min-width:0}.strategy-name{font-size:.82rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strategy-symbol{font-family:var(--font-mono);font-size:.68rem;color:var(--text-secondary)}.strategy-return{font-family:var(--font-mono);font-size:.85rem;font-weight:600;flex-shrink:0}.trades-list{display:flex;flex-direction:column;gap:0}.trade-row{display:flex;align-items:center;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--border-subtle)}.trade-row:last-child{border-bottom:none}.trade-symbol{font-family:var(--font-mono);font-size:.8rem;font-weight:500;width:90px;flex-shrink:0}.trade-side{font-family:var(--font-mono);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:3px;flex-shrink:0}.trade-side.long{color:var(--green);background:var(--green-dim)}.trade-side.short{color:var(--red);background:var(--red-dim)}.trade-times{display:flex;align-items:center;gap:.3rem;flex:1;font-family:var(--font-mono);font-size:.68rem;color:var(--text-secondary)}.trade-arrow{color:var(--text-muted);font-size:.6rem}.trade-tz{color:var(--text-muted);font-size:.58rem;margin-left:.1rem}.trade-pnl{font-family:var(--font-mono);font-size:.82rem;font-weight:600;text-align:right;flex-shrink:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem}.stat-card{display:flex;flex-direction:column;gap:.15rem}.stat-card .stat-value{font-family:var(--font-mono);font-size:1.6rem;font-weight:600}.stat-card .stat-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em}.section-footer{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;border-top:1px solid var(--border-subtle);font-size:.72rem;color:var(--text-muted)}.footer-brand{font-weight:500;letter-spacing:.04em}[data-animate]{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}[data-animate].visible{opacity:1;transform:translateY(0)}.strategies-grid .strategy-card{transition-delay:calc(var(--i, 0) * 60ms)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes drawLine{0%{stroke-dashoffset:var(--line-length)}to{stroke-dashoffset:0}}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:.75rem;color:var(--text-secondary);font-size:.9rem}.strategy-mc{display:flex;gap:.35rem;margin-top:.2rem}.mc-badge{font-family:var(--font-mono);font-size:.58rem;font-weight:500;padding:.1rem .4rem;border-radius:3px;color:var(--green);background:var(--green-dim)}.mc-badge-wr{color:var(--text-secondary);background:var(--bg-elevated)}.trade-entry-group{border-bottom:1px solid var(--border-subtle)}.trade-entry-group:last-child{border-bottom:none}.trade-entry-group .trade-row{border-bottom:none}.trade-detail{font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary);padding:0 0 .25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trade-logic{font-family:var(--font-mono);font-size:.58rem;color:var(--text-muted);padding:0 0 .5rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.trade-exit-reason{font-family:var(--font-mono);font-size:.56rem;font-weight:500;padding:.1rem .4rem;border-radius:3px;flex-shrink:0}.trade-exit-reason-take_profit{color:var(--green);background:var(--green-dim)}.trade-exit-reason-stop_loss{color:var(--red);background:var(--red-dim)}.trade-exit-reason-trailing_stop{color:var(--amber);background:var(--amber-dim)}.trade-exit-reason-manual{color:var(--text-secondary);background:var(--bg-elevated)}.trade-reasoning{color:var(--text-muted);flex:1;min-width:0}.decisions-summary{display:flex;gap:1.5rem;font-family:var(--font-mono);font-size:.78rem;color:var(--text-secondary);margin-bottom:1rem}.decisions-list{display:flex;flex-direction:column}.decision-entry{display:flex;align-items:center;gap:.6rem;padding:.4rem 0;border-bottom:1px solid var(--border-subtle)}.decision-entry:last-child{border-bottom:none}.decision-symbol{font-family:var(--font-mono);font-size:.75rem;font-weight:500;width:80px;flex-shrink:0}.trade-side.hold{color:var(--text-muted);background:#b5a89833}.decision-conf{width:48px;height:4px;background:var(--border);border-radius:2px;flex-shrink:0;overflow:hidden}.decision-conf-bar{display:block;height:100%;background:var(--green);border-radius:2px;transition:width .3s ease}.decision-status{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);width:56px;flex-shrink:0}.decision-status-executed{color:var(--green)}.decision-status-rejected{color:var(--red)}.decision-time{font-family:var(--font-mono);font-size:.56rem;color:var(--text-muted);flex-shrink:0;margin-left:auto}.decision-reason{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.decision-entry-group{border-bottom:1px solid var(--border-subtle)}.decision-entry-group:last-child{border-bottom:none}.decision-entry-group .decision-entry{border-bottom:none}.decision-detail{font-family:var(--font-mono);font-size:.6rem;color:var(--text-muted);padding:0 0 .5rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.decision-detail .decision-reason{white-space:normal;flex-basis:100%}.decision-rr{font-family:var(--font-mono);font-size:.6rem;font-weight:600;padding:.1rem .4rem;border-radius:3px;flex-shrink:0}.decision-rr-good{color:var(--green);background:var(--green-dim)}.decision-rr-bad{color:var(--red);background:var(--red-dim)}.decision-prices{font-family:var(--font-mono);font-size:.58rem;color:var(--text-secondary)}.decision-size{font-family:var(--font-mono);font-size:.58rem;color:var(--text-muted)}.pipeline-run{margin-bottom:1.25rem}.pipeline-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem}.pipeline-id{font-family:var(--font-mono);font-size:.65rem;color:var(--text-secondary)}.pipeline-status{font-family:var(--font-mono);font-size:.58rem;padding:.1rem .4rem;border-radius:3px}.pipeline-status-completed{color:var(--green);background:var(--green-dim)}.pipeline-status-in_progress{color:var(--amber);background:var(--amber-dim)}.pipeline-status-failed{color:var(--red);background:var(--red-dim)}.pipeline-status-partial{color:var(--amber);background:var(--amber-dim)}.pipeline-stages{display:flex;gap:2px}.pipeline-stage{flex:1;height:36px;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.pipeline-stage-complete{background:var(--green-dim)}.pipeline-stage-failed{background:var(--red-dim)}.pipeline-stage-skipped{background:#b5a89833}.pipeline-stage-name{font-family:var(--font-mono);font-size:.52rem;font-weight:500;color:var(--text-secondary)}.pipeline-stage-dur{font-family:var(--font-mono);font-size:.48rem;color:var(--text-muted)}.pipeline-funnel{font-family:var(--font-mono);font-size:.68rem;color:var(--text-secondary);margin-top:.4rem}.pipeline-compute{display:flex;align-items:center;gap:.5rem;font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted);padding:.6rem .75rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:6px;margin-top:.5rem;flex-wrap:wrap}.compute-icon{font-size:.8rem;flex-shrink:0}.compute-type{font-size:.58rem;color:var(--text-muted);padding:.1rem .4rem;background:var(--bg-elevated);border-radius:3px}.funnel-bars{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.funnel-bar{height:28px;background:var(--bg-elevated);border-radius:4px;display:flex;align-items:center;justify-content:space-between;padding:0 .6rem;transition:width .5s ease}.funnel-bar-skip{border-left:2px solid var(--amber)}.funnel-bar-filter{border-left:2px solid var(--red)}.funnel-bar-exec{border-left:2px solid var(--green)}.funnel-bar-label{font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary)}.funnel-bar-count{font-family:var(--font-mono);font-size:.62rem;font-weight:600;color:var(--text-primary)}.funnel-conversion{font-family:var(--font-mono);font-size:.68rem;color:var(--text-muted);margin-bottom:1rem}.attribution-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.attribution-title{font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.4rem}.attribution-row{display:flex;justify-content:space-between;gap:.5rem;font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary);padding:.2rem 0}.live-bar{display:flex;align-items:center;justify-content:space-between;max-width:var(--content-max);margin:0 auto;padding:.6rem clamp(1rem,4vw,2rem);font-family:var(--font-mono);font-size:.65rem;color:var(--text-secondary);border-bottom:1px solid var(--border-subtle)}.live-bar:empty{display:none}.live-indicator{display:flex;align-items:center;gap:.5rem}.live-dot{width:7px;height:7px;border-radius:50%;background:var(--accent);animation:livePulse 2s ease-in-out infinite}@keyframes livePulse{0%,to{box-shadow:0 0 #b86b3a80}50%{box-shadow:0 0 0 5px #b86b3a00}}.live-label{font-weight:700;color:var(--accent);letter-spacing:.1em}.live-delay{color:var(--text-muted);font-size:.58rem}.commit-section{display:flex;align-items:center;gap:.75rem}.commit-timer-label{font-size:.52rem;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.commit-timer{font-size:1rem;font-weight:700;letter-spacing:.04em;font-variant-numeric:tabular-nums}.commit-timer.green{color:var(--green)}.commit-timer.amber{color:var(--amber)}.commit-timer.red{color:var(--red)}.commit-stats{font-size:.58rem;color:var(--text-muted)}.ticker-strip{overflow:hidden;white-space:nowrap;position:relative;border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:.65rem;color:var(--text-secondary)}.ticker-strip:empty{display:none}.ticker-strip:before,.ticker-strip:after{content:"";position:absolute;top:0;bottom:0;width:3rem;z-index:2;pointer-events:none}.ticker-strip:before{left:0;background:linear-gradient(to right,var(--bg-primary),transparent)}.ticker-strip:after{right:0;background:linear-gradient(to left,var(--bg-primary),transparent)}.ticker-track{display:inline-flex;animation:tickerScroll 40s linear infinite;padding:.45rem 0}.ticker-track:hover{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.ticker-item{padding:0 1.5rem;display:inline-flex;align-items:center;gap:.4rem}.ticker-item .ticker-sym{font-weight:600;color:var(--text-primary)}.ticker-item .ticker-msg{color:var(--text-secondary)}.ticker-item .ticker-msg.positive{color:var(--green)}.ticker-item .ticker-msg.negative{color:var(--red)}.ticker-item .ticker-msg.long{color:var(--green)}.ticker-item .ticker-msg.short{color:var(--red)}.ticker-item .ticker-time{color:var(--text-muted);font-size:.56rem}.ticker-sep{color:var(--border);padding:0 .25rem}.pulse-strip{max-width:var(--content-max);margin:0 auto;padding:.5rem clamp(1rem,4vw,2rem);display:flex;align-items:center;gap:.75rem;border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:.6rem}.pulse-strip[style*="display: none"]+.ticker-strip{border-top:none}.pulse-blocks{display:flex;gap:2px;flex-shrink:0}.pulse-block{width:12px;height:16px;border-radius:2px;opacity:.7}.pulse-meta{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.pulse-stat{color:var(--text-muted);font-size:.58rem}.live-mode-badge{font-family:var(--font-mono);font-size:.56rem;font-weight:600;padding:.15rem .5rem;border-radius:3px;letter-spacing:.06em;text-transform:uppercase}.mode-active{color:var(--green);background:var(--green-dim)}.mode-conservative{color:var(--amber);background:var(--amber-dim)}.mode-defensive{color:var(--red);background:var(--red-dim)}.mode-lockdown{color:#fff;background:#c4453666}.health-dots{display:flex;align-items:center;gap:.3rem;margin-left:.5rem}.health-label{font-family:var(--font-mono);font-size:.48rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-right:.15rem}.health-dot{width:6px;height:6px;border-radius:50%}.health-ok{background:var(--green);box-shadow:0 0 4px #2d8f6f4d}.health-warn{background:var(--amber);box-shadow:0 0 4px #c8952e4d}.health-down{background:var(--red);box-shadow:0 0 4px #c445364d}.calibration-block{margin-bottom:1.25rem;padding:.75rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:6px}.cal-summary{font-family:var(--font-mono);font-size:.62rem;color:var(--text-muted);margin-bottom:.5rem}.cal-row{display:flex;align-items:center;gap:.5rem;padding:.2rem 0}.cal-label{font-family:var(--font-mono);font-size:.62rem;font-weight:500;color:var(--text-secondary);width:52px;text-transform:capitalize;flex-shrink:0}.cal-bar{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.cal-fill{height:100%;border-radius:3px;transition:width .4s ease}.cal-pct{font-family:var(--font-mono);font-size:.62rem;font-weight:600;color:var(--text-primary);width:32px;text-align:right;flex-shrink:0}.cal-count{font-family:var(--font-mono);font-size:.56rem;color:var(--text-muted);width:56px;flex-shrink:0}.journal-list{display:flex;flex-direction:column;gap:0}.journal-entry{padding:.75rem 0;border-bottom:1px solid var(--border-subtle)}.journal-entry:last-child{border-bottom:none}.journal-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.journal-time{font-family:var(--font-mono);font-size:.56rem;color:var(--text-muted)}.journal-type{font-family:var(--font-mono);font-size:.52rem;font-weight:600;padding:.1rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.04em}.journal-type-standard{color:var(--green);background:var(--green-dim)}.journal-type-deep{color:var(--violet);background:var(--violet-dim)}.journal-type-event{color:var(--amber);background:var(--amber-dim)}.journal-type-pulse{color:var(--text-muted);background:var(--bg-elevated)}.journal-type-mode{color:var(--text-secondary);background:var(--bg-elevated)}.journal-value{font-family:var(--font-mono);font-size:.58rem;color:var(--text-secondary);margin-left:auto}.journal-body{font-size:.78rem;color:var(--text-secondary);line-height:1.5}.journal-actions{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.4rem}.journal-action{font-family:var(--font-mono);font-size:.56rem;padding:.1rem .4rem;border-radius:3px;color:var(--text-secondary);background:var(--bg-elevated)}.journal-warnings{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.journal-warning{font-family:var(--font-mono);font-size:.56rem;padding:.1rem .4rem;border-radius:3px;color:var(--amber);background:var(--amber-dim)}.pnl-attribution{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.position-exposure{display:flex;align-items:center;gap:.4rem;padding:.15rem 0}.exposure-fill-bg{flex:1;height:3px;background:var(--border);border-radius:2px;overflow:hidden}.exposure-fill{height:100%;background:var(--green);border-radius:2px;transition:width .3s ease}.exposure-label{font-family:var(--font-mono);font-size:.52rem;color:var(--text-muted);flex-shrink:0}.risk-warnings{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.75rem}.risk-warning{font-family:var(--font-mono);font-size:.58rem;padding:.2rem .6rem;border-radius:4px;color:var(--amber);background:var(--amber-dim)}.regime-badge{font-family:var(--font-mono);font-size:.52rem;font-weight:500;padding:.1rem .4rem;border-radius:3px;flex-shrink:0}.regime-up{color:var(--green);background:var(--green-dim)}.regime-down{color:var(--red);background:var(--red-dim)}.regime-ranging{color:var(--text-secondary);background:var(--bg-elevated)}.regime-volatile{color:var(--amber);background:var(--amber-dim)}.strategy-age{font-family:var(--font-mono);font-size:.58rem;color:var(--text-muted)}.footer-memory{font-family:var(--font-mono);font-size:.65rem;color:var(--text-muted)}@media(max-width:640px){.navbar-label{display:none}.hero-value{font-size:2.8rem}.overview-grid{gap:1.25rem}.strategy-card,.position-card{flex:1 1 100%;min-width:unset}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.section-footer{flex-direction:column;gap:.5rem;text-align:center}.trade-times{display:none}.decision-reason,.decision-detail .decision-reason{white-space:normal}.pipeline-stages{overflow-x:auto;-webkit-overflow-scrolling:touch}.attribution-grid{grid-template-columns:1fr}.trade-detail{white-space:normal;overflow-wrap:break-word}.trade-logic{flex-wrap:wrap}.trade-reasoning{flex-basis:100%}.pipeline-compute{flex-wrap:wrap}.live-bar{flex-wrap:wrap;gap:.5rem}.commit-section,.pulse-strip{flex-wrap:wrap}.pulse-meta{gap:.4rem}.health-dots{margin-left:0;margin-top:.3rem}.calibration-block{padding:.5rem}.cal-count{display:none}.journal-actions{gap:.2rem}.journal-body{font-size:.72rem}.system-pulse .pulse-row{flex-wrap:wrap;gap:.6rem}.activity-item{flex-wrap:wrap;gap:.3rem}.activity-portfolio{display:none}.efficiency-grid{grid-template-columns:repeat(2,1fr)}.portfolio-badges-grid{grid-template-columns:1fr}}@keyframes viewEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.view-enter{animation:viewEnter .35s ease-out}.refresh-bar{height:2px;background:linear-gradient(90deg,var(--accent),var(--violet),var(--accent));opacity:.4;animation:fillBar 20s linear infinite}@keyframes fillBar{0%{width:0}to{width:100%}}.system-pulse{padding:1rem 0;border-top:1px solid var(--border-subtle);border-image:linear-gradient(90deg,transparent,var(--border) 15%,rgba(184,107,58,.08) 50%,var(--border) 85%,transparent) 1}.pulse-row{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.pulse-item{display:flex;flex-direction:column;gap:.15rem}.pulse-item-label{font-size:.52rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.uptime-counter{font-family:var(--font-mono);font-size:1rem;font-weight:700;letter-spacing:.04em;font-variant-numeric:tabular-nums}.uptime-counter.green{color:var(--green)}.uptime-counter.amber{color:var(--amber)}.uptime-counter.red{color:var(--red)}.health-dots-inline{display:flex;align-items:center;gap:.3rem}.health-dot-pulse{animation:healthPulse 4s ease-in-out infinite}@keyframes healthPulse{0%,to{opacity:1}50%{opacity:.5}}.pulse-cycles{font-family:var(--font-mono);font-size:.85rem;font-weight:600;color:var(--text-primary);font-variant-numeric:tabular-nums}.trading-state-badge{font-family:var(--font-mono);font-size:.56rem;font-weight:600;padding:.15rem .5rem;border-radius:3px;letter-spacing:.06em;text-transform:uppercase}.trading-active{color:var(--green);background:var(--green-dim)}.trading-halted{color:var(--red);background:var(--red-dim)}.section-badges{padding:var(--section-padding) 0;border-top:1px solid var(--border-subtle);border-image:linear-gradient(90deg,transparent,var(--border) 15%,rgba(184,107,58,.08) 50%,var(--border) 85%,transparent) 1}.portfolio-badges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.portfolio-badge{background:var(--bg-surface);border:1px solid var(--border);border-top:2px solid;border-radius:8px;padding:1.25rem;cursor:pointer;transition:background .2s,border-color .2s,box-shadow .2s;text-align:left;width:100%;font-family:inherit;color:inherit;box-shadow:0 2px 8px #2c22180a}.portfolio-badge:hover{background:var(--bg-elevated);border-color:#b86b3a66;box-shadow:0 8px 24px #b86b3a1a,0 4px 12px #2c22180f}.section-efficiency{padding:var(--section-padding) 0;border-top:1px solid var(--border-subtle);border-image:linear-gradient(90deg,transparent,var(--border) 15%,rgba(184,107,58,.08) 50%,var(--border) 85%,transparent) 1}.efficiency-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem 2rem}.section-activity{padding:var(--section-padding) 0;border-top:1px solid var(--border-subtle);border-image:linear-gradient(90deg,transparent,var(--border) 15%,rgba(184,107,58,.08) 50%,var(--border) 85%,transparent) 1}.activity-stream{display:flex;flex-direction:column;gap:0}.activity-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;border-bottom:1px solid var(--border-subtle);font-family:var(--font-mono);font-size:.72rem}.activity-item:last-child{border-bottom:none}.activity-new{animation:fadeSlideIn .4s ease-out}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.activity-time{color:var(--text-muted);font-size:.62rem;min-width:48px;flex-shrink:0}.activity-type-badge{font-size:.52rem;font-weight:600;padding:.1rem .4rem;border-radius:3px;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.activity-type-trade{color:var(--green);background:var(--green-dim)}.activity-type-decision{color:var(--violet);background:var(--violet-dim)}.activity-type-search{color:var(--amber);background:var(--amber-dim)}.activity-portfolio{color:var(--text-muted);font-size:.62rem;min-width:72px;flex-shrink:0}.activity-symbol{font-weight:600;color:var(--text-primary);min-width:64px;flex-shrink:0}.activity-detail{color:var(--text-secondary);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-pnl{font-weight:500;flex-shrink:0;margin-left:auto}.back-to-master{font-family:var(--font-display);font-size:.75rem;color:var(--text-muted);background:none;border:none;cursor:pointer;padding:.75rem 0 0;transition:color .15s ease}.back-to-master:hover{color:var(--accent)}.stats-hero{display:flex;gap:2.5rem;align-items:flex-start;margin-bottom:2rem}.win-rate-ring{position:relative;width:130px;height:130px;flex-shrink:0}.win-rate-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.ring-bg{fill:none;stroke:var(--border);stroke-width:7}.ring-fill{fill:none;stroke-width:7;stroke-linecap:round;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-value{font-family:var(--font-mono);font-size:1.6rem;font-weight:700;color:var(--text-primary);line-height:1}.ring-label{font-size:.55rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-top:.2rem}.stats-hero-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;flex:1}.drawdown-meter{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;margin-top:1rem}.dd-ring{width:56px;height:56px;flex-shrink:0;position:relative}.dd-ring svg{width:100%;height:100%;transform:rotate(-90deg)}.dd-ring-bg{fill:none;stroke:var(--border);stroke-width:5}.dd-ring-fill{fill:none;stroke-width:5;stroke-linecap:round}.dd-ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.7rem;font-weight:600;color:var(--red)}.dd-details{display:flex;flex-direction:column;gap:.15rem}.dd-label{font-size:.6rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.dd-ratios{display:flex;gap:1.25rem;font-family:var(--font-mono);font-size:.72rem;color:var(--text-secondary)}.dd-ratio-val{font-weight:600;color:var(--text-primary)}.trade-dist-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.trade-dist-title{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem}.trade-dist{display:flex;align-items:flex-end;gap:3px;height:64px;padding:0 2px}.trade-dist-bar{flex:1;border-radius:2px 2px 0 0;min-width:6px;transition:height .6s cubic-bezier(.4,0,.2,1);position:relative}.trade-dist-bar:hover{opacity:.8}.trade-dist-bar:after{content:attr(data-count);position:absolute;top:-14px;left:50%;transform:translate(-50%);font-family:var(--font-mono);font-size:.48rem;color:var(--text-muted);opacity:0;transition:opacity .15s}.trade-dist-bar:hover:after{opacity:1}.trade-dist-labels{display:flex;justify-content:space-between;font-family:var(--font-mono);font-size:.5rem;color:var(--text-muted);margin-top:.3rem;padding:0 2px}.trade-dist-summary{display:flex;gap:1.5rem;margin-top:.5rem;font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary)}.pnl-bars-section{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border-subtle)}.pnl-bars-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.pnl-bar-group{display:flex;flex-direction:column;gap:.4rem}.pnl-bar-header{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.25rem}.pnl-bar-row{display:flex;align-items:center;gap:.5rem}.pnl-bar-label{font-family:var(--font-mono);font-size:.6rem;width:100px;flex-shrink:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text-secondary);text-align:right}.pnl-bar-track{flex:1;height:16px;background:var(--bg-elevated);border-radius:3px;overflow:hidden}.pnl-bar-fill{height:100%;border-radius:3px;transition:width .6s cubic-bezier(.4,0,.2,1);min-width:2px}.pnl-bar-fill.positive{background:linear-gradient(90deg,rgba(45,143,111,.2),var(--green))}.pnl-bar-fill.negative{background:linear-gradient(270deg,rgba(196,69,54,.2),var(--red))}.pnl-bar-value{font-family:var(--font-mono);font-size:.62rem;font-weight:600;width:72px;flex-shrink:0}.funnel-visual{display:flex;flex-direction:column;gap:0;margin-bottom:1rem}.funnel-step{display:flex;align-items:center;height:36px;position:relative;transition:width .6s cubic-bezier(.4,0,.2,1);margin:0 auto;border-radius:4px;padding:0 .75rem;justify-content:space-between}.funnel-step-label{font-family:var(--font-mono);font-size:.62rem;color:var(--text-secondary);white-space:nowrap}.funnel-step-count{font-family:var(--font-mono);font-size:.62rem;font-weight:600;color:var(--text-primary)}.funnel-connector{width:1px;height:8px;background:var(--border);margin:0 auto}.section-leaderboard{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.leaderboard-list{display:flex;flex-direction:column;gap:.5rem}.lb-row{display:flex;align-items:center;gap:.75rem;padding:.6rem .8rem;background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:8px}.lb-rank{font-family:var(--font-mono);font-size:.72rem;color:var(--text-muted);min-width:2rem;text-align:right}.lb-info{flex:1;min-width:0}.lb-name{display:block;font-size:.82rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lb-meta{font-size:.68rem;color:var(--text-secondary)}.lb-bar-track{width:80px;height:6px;background:var(--bg-elevated);border-radius:3px;overflow:hidden;flex-shrink:0}.lb-bar-fill{height:100%;border-radius:3px;transition:width .6s ease}.lb-bar-fill.positive{background:var(--green)}.lb-bar-fill.negative{background:var(--red)}.lb-badges{display:flex;gap:.3rem;flex-shrink:0}.lb-return{font-family:var(--font-mono);font-size:.78rem;font-weight:600;min-width:4.5rem;text-align:right}.section-calibration{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.cal-subtitle{font-size:.72rem;color:var(--text-secondary);margin-bottom:1rem}.cal-matrix{display:flex;flex-direction:column;gap:.8rem}.cal-matrix-row{display:flex;align-items:center;gap:.75rem}.cal-matrix-label{font-size:.78rem;font-weight:600;text-transform:capitalize;min-width:4rem}.cal-matrix-bars{flex:1;display:flex;flex-direction:column;gap:3px}.cal-matrix-bar-track{height:10px;background:var(--bg-elevated);border-radius:5px;overflow:hidden}.cal-matrix-bar.win{height:100%;background:var(--green);border-radius:5px;transition:width .6s ease}.cal-matrix-bar.loss{height:100%;background:var(--red);border-radius:5px;transition:width .6s ease}.cal-matrix-stats{display:flex;gap:.25rem;font-family:var(--font-mono);font-size:.72rem;min-width:8rem;align-items:center}.cal-matrix-sep{color:var(--text-muted)}.cal-matrix-wr{font-weight:700;margin-left:.3rem}.cal-matrix-wr.amber{color:var(--amber)}.cal-matrix-legend{display:flex;gap:1rem;margin-top:.8rem;font-size:.68rem;color:var(--text-secondary)}.cal-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.3rem}.cal-dot.win{background:var(--green)}.cal-dot.loss{background:var(--red)}.section-scatter{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.scatter-container{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:10px;padding:1rem}.scatter-svg{width:100%;height:auto}.scatter-svg circle{cursor:pointer;transition:opacity .15s}.scatter-svg circle:hover{opacity:1!important;r:6}.scatter-axis-label{font-size:7px;fill:var(--text-muted);font-family:var(--font-display)}.scatter-legend{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.8rem}.scatter-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.68rem;color:var(--text-secondary)}.scatter-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.section-sunburst{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.sunburst-container{display:flex;justify-content:center}.sunburst-svg{width:200px;height:200px}.sunburst-svg path{cursor:pointer;transition:opacity .15s}.sunburst-svg path:hover{opacity:1!important}.sunburst-center-label{font-size:8px;fill:var(--text-muted);font-family:var(--font-display)}.sunburst-center-value{font-size:11px;fill:var(--text-primary);font-weight:700;font-family:var(--font-mono)}.sunburst-legend{display:flex;gap:2rem;margin-top:1rem;justify-content:center}.sunburst-legend-col{display:flex;flex-direction:column;gap:.3rem}.sunburst-legend-title{font-size:.68rem;font-weight:700;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.sunburst-legend-item{display:flex;align-items:center;gap:.3rem;font-size:.72rem}.sunburst-legend-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.section-treemap{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.treemap-grid{display:flex;flex-wrap:wrap;gap:4px;border-radius:10px;overflow:hidden;min-height:120px}.treemap-cell{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.6rem .4rem;min-height:80px;border-radius:6px;transition:transform .15s,box-shadow .15s;cursor:default}.treemap-cell:hover{transform:scale(1.02);box-shadow:0 2px 8px #0000001a}.treemap-symbol{font-weight:700;font-size:.82rem}.treemap-alloc{font-family:var(--font-mono);font-size:.68rem;opacity:.8}.treemap-pnl{font-family:var(--font-mono);font-size:.72rem;font-weight:600}.treemap-strategy{font-size:.58rem;opacity:.7;margin-top:2px}.section-exit-donut{padding:var(--section-padding) 0;max-width:var(--content-max);margin:0 auto}.exit-donut-layout{display:flex;align-items:center;gap:2rem;justify-content:center}.exit-donut-svg{width:140px;height:140px;flex-shrink:0}.exit-donut-svg path{cursor:pointer;transition:opacity .15s}.exit-donut-svg path:hover{opacity:1!important}.exit-donut-center{font-size:14px;fill:var(--text-primary);font-weight:700;font-family:var(--font-mono)}.exit-donut-legend{display:flex;flex-direction:column;gap:.4rem}.exit-donut-legend-item{display:flex;align-items:center;gap:.4rem;font-size:.75rem}.exit-donut-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.exit-donut-count{font-family:var(--font-mono);font-size:.68rem;color:var(--text-secondary)}@media(max-width:640px){.stats-hero{flex-direction:column;align-items:center;gap:1.5rem}.stats-hero-metrics{grid-template-columns:repeat(2,1fr);width:100%}.pnl-bars-grid{grid-template-columns:1fr}.pnl-bar-label{width:80px}.drawdown-meter{flex-wrap:wrap}.exit-donut-layout{flex-direction:column}.sunburst-legend{flex-direction:column;gap:.8rem}.treemap-cell{min-width:45%!important}.lb-bar-track{display:none}}@media(max-width:768px){.portfolio-badges-grid{grid-template-columns:1fr}.efficiency-grid{grid-template-columns:repeat(2,1fr)}.system-pulse .pulse-row{gap:1rem}}
