@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap";:root{--bg-void:#eff1f5;--bg-surface:#fff;--bg-elevated:#f9fafb;--bg-hover:#f2f4f7;--border-subtle:#66779914;--border-hover:#66779926;--border-accent:#20b68433;--text-primary:#171717;--text-secondary:#595959;--text-muted:#999;--accent:#10b77f;--accent-light:#22c38e;--accent-surface:#10b77f0f;--accent-glow:#10b77f1f;--positive:#239f71;--positive-bg:#239f7114;--negative:#dc2828;--negative-bg:#dc282812;--sidebar-width:260px;--topbar-height:64px;--shadow-xs:0 1px 2px #1f2c470a;--shadow-sm:0 1px 3px #1f2c470a, 0 4px 8px #1f2c4708;--shadow-md:0 2px 4px #1f2c4708, 0 8px 16px #1f2c470d, 0 16px 32px #1f2c4708;--shadow-lg:0 4px 8px #1f2c470a, 0 16px 32px #1f2c4714, 0 32px 64px #1f2c470f;--shadow-card:0 1px 2px #1f2c470a, 0 6px 16px #1f2c470a, 0 20px 40px #1f2c4706;--font-display:"Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;--font-body:"Urbanist", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono:"JetBrains Mono", monospace;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1);--ease-smooth:cubic-bezier(.25, .1, .25, 1);--radius-sm:8px;--radius-md:14px;--radius-lg:18px;--radius-xl:24px;--radius-pill:9999px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-void);color:var(--text-primary);line-height:1.6}html,body,*{-ms-overflow-style:none!important;scrollbar-width:none!important}::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}::-webkit-scrollbar{-webkit-appearance:none!important;background:0 0!important;width:0!important;height:0!important;display:none!important}::selection{color:var(--text-primary);background:#10b77f33}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.025em;line-height:1.15}.app-container{background:0 0;display:flex;position:relative}.app-container:after{content:"";z-index:0;pointer-events:none;opacity:.3;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.dock-container{z-index:50;pointer-events:none;align-items:center;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.dock{-webkit-backdrop-filter:blur(48px)saturate(1.8);backdrop-filter:blur(48px)saturate(1.8);border-radius:var(--radius-pill);pointer-events:auto;background:#ffffff03;border:.5px solid #fff6;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex;box-shadow:0 4px 6px #00000005,0 16px 32px #0000000f,inset 0 1px #fffc,inset 0 -1px #fff3}.dock-brand{justify-content:center;align-items:center;padding:0 .25rem;display:flex}.white-emitting-sphere-small{background:radial-gradient(circle at 35% 35%,#fff 0% 60%,#e2e8f0 100%);border-radius:50%;width:18px;height:18px;animation:3s ease-in-out infinite alternate hyperPulse;box-shadow:0 0 8px 2px #fff,0 0 16px 4px #fff9,0 4px 8px -1px #00000026,inset 0 2px 2px #fff}.dock-divider{background:linear-gradient(#0000,#fff6,#0000);width:1px;height:24px}.dock-items{align-items:center;gap:.5rem;display:flex}.dock-item-wrapper{position:relative}.dock-item{width:48px;height:48px;color:var(--text-secondary);transition:color .2s var(--ease-out);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative}.dock-item:hover,.dock-item.active{color:var(--text-primary)}.dock-icon{z-index:2;justify-content:center;align-items:center;display:flex}.dock-icon svg{stroke-width:1.75px;width:20px;height:20px}.dock-active-indicator{-webkit-backdrop-filter:blur(40px)saturate(1.8);backdrop-filter:blur(40px)saturate(1.8);z-index:1;background:#ffffff14;border:.5px solid #ffffff26;border-radius:14px;position:absolute;inset:0;box-shadow:inset 0 1px 1px #ffffff80,inset 0 0 0 .5px #ffffff1a}.dock-active-dot{background:var(--text-primary);z-index:2;border-radius:50%;width:4px;height:4px;position:absolute;bottom:4px}.dock-tooltip{-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);color:var(--text-primary);white-space:nowrap;pointer-events:none;z-index:100;background:#ffffffd9;border:.5px solid #fff6;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:calc(100% + 16px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000014,inset 0 1px 1px #fff6}.dock-tooltip:after{content:"";border:5px solid #0000;border-top-color:#ffffffe6;position:absolute;top:100%;left:50%;transform:translate(-50%)}.dock-badge{font-family:var(--font-mono);background:var(--text-primary);color:var(--bg-surface);border-radius:var(--radius-pill);padding:.1rem .3rem;font-size:.6rem}.dock-actions{align-items:center;gap:.75rem;display:flex}.dock-icon-btn{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all .2s var(--ease-out);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.dock-icon-btn:hover{color:var(--text-primary);background:#fff3}.dock-avatar{background:var(--text-primary);width:36px;height:36px;font-family:var(--font-display);color:var(--bg-surface);cursor:pointer;transition:transform .2s var(--ease-spring), box-shadow .2s var(--ease-out);border:1px solid #000c;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex;box-shadow:0 4px 12px #0000001a,inset 0 1px 1px #fff3}.dock-avatar:hover{transform:scale(1.05);box-shadow:0 8px 16px #00000026,inset 0 1px 1px #fff3}.main-content-full{flex-direction:column;flex:1;align-items:center;width:100vw;min-height:100vh;padding:4rem 3rem 8rem;display:flex}.page{width:100%;max-width:1200px}.page-header{justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.header-content{flex:1}.page-header h1{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:.25rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.2}.page-header .subtitle{color:var(--text-secondary);font-size:1rem;font-weight:400}.header-meta{text-align:right;padding-bottom:.5rem}.header-date{font-family:var(--font-display);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:600}.card-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;margin-bottom:1.75rem;display:grid}.card{-webkit-backdrop-filter:blur(32px)saturate(1.5);backdrop-filter:blur(32px)saturate(1.5);background:#ffffff0a;border:.5px solid #ffffff26;border-radius:20px;padding:2rem;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1),background .6s cubic-bezier(.16,1,.3,1),border-color .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 4px #00000005,0 12px 24px #00000008,inset 0 1px 1px #fff6}.card:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffffffe6,#0000);height:.5px;position:absolute;top:0;left:0;right:0}.card:after{content:"";z-index:1;background:linear-gradient(#ffffffe6,#0000,#ffffff4d);width:.5px;height:100%;position:absolute;top:0;left:0}.card:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-4px)scale(1.01);box-shadow:0 4px 8px #00000005,0 20px 40px #0000000a,inset 0 1px #ffffffb3}.stat-card{flex-direction:column;gap:.75rem;display:flex}.stat-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.stat-card-label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.75rem;font-weight:600}.stat-card .value{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem;font-size:2rem;font-weight:600;line-height:1.1}.stat-card .stat-trend{align-items:center;gap:.375rem;font-size:.75rem;font-weight:500;display:flex}.stat-trend.up{color:var(--positive)}.stat-trend.down{color:var(--negative)}.stat-trend svg{width:14px;height:14px}.stat-trend-label{color:var(--text-muted);font-weight:400}.section-card{padding:2rem}.section-card h2{color:var(--text-primary);margin-bottom:1.25rem;font-size:1.15rem;font-weight:600}.data-table{border-collapse:separate;border-spacing:0;width:100%;font-size:.825rem}.data-table th,.data-table td{text-align:left;padding:.875rem 1rem}.data-table th{color:var(--text-muted);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #6677991a;padding-bottom:.75rem;font-size:.675rem;font-weight:600}.data-table td{color:var(--text-primary);border-bottom:1px solid #6677990a;font-weight:450}.data-table tbody tr{transition:background-color .2s var(--ease-out)}.data-table tbody tr:hover{background-color:#2eb88a08}.data-table td.numeric{text-align:right;font-family:var(--font-mono);color:var(--text-secondary);font-size:.8rem}.data-table th.numeric{text-align:right}.company-cell{align-items:center;gap:.75rem;display:flex}.company-avatar{border-radius:var(--radius-sm);width:32px;height:32px;font-family:var(--font-display);letter-spacing:.02em;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;display:flex}.company-name{color:var(--text-primary);font-weight:550}.ticker-badge{border-radius:var(--radius-pill);background:var(--bg-elevated);border:1px solid var(--border-subtle);font-family:var(--font-mono);color:var(--text-secondary);letter-spacing:.02em;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:500;display:inline-flex}.return-badge{border-radius:var(--radius-pill);font-family:var(--font-mono);align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.return-badge.positive{background:var(--positive-bg);color:var(--positive)}.return-badge.negative{background:var(--negative-bg);color:var(--negative)}.return-badge svg{width:12px;height:12px}.empty-state{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:3rem 2rem;display:flex}.empty-state-icon{border-radius:var(--radius-md);background:var(--bg-elevated);border:1px solid var(--border-subtle);width:48px;height:48px;color:var(--text-muted);justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.empty-state-icon svg{stroke-width:1.5px;width:22px;height:22px}.empty-state-title{font-family:var(--font-display);color:var(--text-primary);font-size:.95rem;font-weight:600}.empty-state-text{color:var(--text-muted);max-width:280px;font-size:.8rem}.btn{border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-body);border:1px solid var(--border-subtle);background:var(--bg-surface);color:var(--text-secondary);transition:all .2s var(--ease-out);align-items:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.8rem;font-weight:500;display:inline-flex}.btn:hover{background:var(--bg-hover);color:var(--text-primary);border-color:var(--border-hover)}.btn svg{stroke-width:1.75px;width:15px;height:15px}.perf-chart-container{-webkit-backdrop-filter:blur(32px)saturate(1.5);backdrop-filter:blur(32px)saturate(1.5);background:#ffffff0a;border:.5px solid #ffffff26;border-radius:20px;margin-bottom:1.75rem;padding:2rem 2rem 1rem;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s cubic-bezier(.16,1,.3,1),background .6s cubic-bezier(.16,1,.3,1),border-color .6s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 4px #00000005,0 12px 24px #00000008,inset 0 1px 1px #fff6}.perf-chart-container:before{content:"";z-index:1;background:linear-gradient(90deg,#0000,#ffffffe6,#0000);height:.5px;position:absolute;top:0;left:0;right:0}.perf-chart-container:after{content:"";z-index:1;background:linear-gradient(#ffffffe6,#0000,#ffffff4d);width:.5px;height:100%;position:absolute;top:0;left:0}.perf-chart-container:hover{background:#ffffff2e;border-color:#ffffff4d;box-shadow:0 4px 8px #00000005,0 20px 40px #0000000a,inset 0 1px #ffffffb3}.perf-chart-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.perf-chart-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.375rem;font-size:1.15rem;font-weight:600}.perf-chart-value-row{align-items:center;gap:.75rem;margin-bottom:.25rem;display:flex}.perf-chart-value{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.025em;font-size:1.75rem;font-weight:700}.perf-chart-badge{border-radius:var(--radius-pill);font-family:var(--font-mono);align-items:center;gap:.25rem;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.perf-chart-badge.positive{background:var(--positive-bg);color:var(--positive)}.perf-chart-badge.negative{background:var(--negative-bg);color:var(--negative)}.perf-chart-date{color:var(--text-muted);margin-top:.25rem;font-size:.75rem}.perf-chart-periods{background:#7878802e;border-radius:9999px;gap:0;padding:2px;display:flex;box-shadow:inset 0 1px 2px #0000000f}.perf-period-btn{font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;z-index:1;letter-spacing:.01em;background:0 0;border:none;border-radius:9999px;padding:.35rem .8rem;font-size:.75rem;font-weight:600;transition:color .2s;position:relative}.perf-period-btn:hover{color:var(--text-primary)}.perf-period-btn.active{color:var(--text-primary);font-weight:600}.perf-period-active-bg{z-index:-1;background:#fff;border-radius:9999px;position:absolute;inset:0;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f,0 0 0 .5px #0000000a}.perf-period-label{z-index:2;position:relative}.perf-chart-svg-wrap{width:100%;position:relative}.perf-chart-svg{cursor:crosshair;width:100%;height:auto;display:block;overflow:visible}.perf-chart-axis-label{font-family:var(--font-mono);fill:var(--text-muted);letter-spacing:.02em;-webkit-user-select:none;user-select:none;font-size:11px}@media (width<=768px){.perf-chart-header{flex-direction:column;align-items:stretch;gap:1.25rem}.perf-chart-meta{width:100%}.perf-chart-periods{justify-content:space-between;width:100%}.perf-period-btn{text-align:center;flex:1}}.perf-dot-pulse{transform-origin:50%;animation:2.5s ease-in-out infinite dotPulse}@keyframes dotPulse{0%,to{opacity:.3;r:10}50%{opacity:.6;r:16}}.positive{color:var(--positive);font-weight:600}.negative{color:var(--negative);font-weight:600}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-smooth iframe{pointer-events:none}.ambient-background{z-index:-1;pointer-events:none;background:var(--bg-void);position:fixed;inset:0}.ambient-background:after{content:"";opacity:.3;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px;position:absolute;inset:0}.cmd-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#0003;position:fixed;inset:0}.cmd-palette{-webkit-backdrop-filter:blur(60px)saturate(1.8);backdrop-filter:blur(60px)saturate(1.8);border-radius:var(--radius-xl);z-index:1000;background:#ffffff26;border:.5px solid #ffffff26;flex-direction:column;width:90%;max-width:600px;display:flex;position:fixed;top:15vh;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 10px 40px #00000014,0 1px 3px #0000000a,inset 0 1px 1px #fff6}.cmd-header{border-bottom:1px solid var(--border-subtle);align-items:center;padding:1rem 1.25rem;display:flex}.cmd-icon{color:var(--text-muted);width:20px;height:20px;margin-right:1rem}.cmd-input{font-family:var(--font-display);color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:1.25rem}.cmd-input::placeholder{color:var(--text-muted)}.cmd-shortcut{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);padding:.25rem .5rem;font-size:.7rem}.cmd-body{max-height:400px;padding:1rem 0;overflow-y:auto}.cmd-group-title{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:.5rem;padding:0 1.25rem;font-size:.7rem;font-weight:600}.cmd-list{list-style:none}.cmd-item{cursor:pointer;align-items:center;padding:.75rem 1.25rem;transition:background .2s;display:flex}.cmd-item:hover{background:#6677990d}.cmd-item-icon{color:var(--text-secondary);align-items:center;margin-right:1rem;display:flex}.cmd-item-label{color:var(--text-primary);flex:1;font-weight:500}.cmd-item-detail{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-elevated);border-radius:var(--radius-sm);margin-right:1rem;padding:.15rem .4rem;font-size:.7rem}.cmd-item-action{color:var(--text-muted);opacity:0;transition:opacity .2s,transform .2s;transform:translate(-10px)}.cmd-item:hover .cmd-item-action{opacity:1;transform:translate(0)}.cmd-footer{border-top:1px solid var(--border-subtle);background:#fff6;justify-content:flex-end;padding:.75rem 1.25rem;display:flex}.cmd-agent-status{font-family:var(--font-mono);color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;display:flex}.cmd-agent-dot{background:var(--accent);width:6px;height:6px;box-shadow:0 0 8px var(--accent);border-radius:50%;animation:2s ease-in-out infinite alternate hyperPulse}.sparkline-svg{width:60px;height:24px;overflow:visible}.sparkline-path{fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:100;stroke-dashoffset:100px;animation:1.5s cubic-bezier(.16,1,.3,1) .8s forwards drawSparkline}@keyframes drawSparkline{to{stroke-dashoffset:0}}.timeline-list{flex-direction:column;gap:1.5rem;padding:1rem 0;display:flex}.timeline-item{gap:1.5rem;display:flex}.timeline-indicator{flex-direction:column;align-items:center;display:flex}.timeline-dot{background:var(--bg-surface);border:2px solid var(--accent);width:12px;height:12px;box-shadow:0 0 0 4px var(--accent-surface);z-index:2;border-radius:50%}.timeline-line{background:var(--border-subtle);flex:1;width:2px;margin-top:.5rem}.timeline-content{border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#ffffff80;flex:1;padding:1.25rem}.timeline-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.timeline-title{font-family:var(--font-display);color:var(--text-primary);font-size:1.05rem;font-weight:600}.timeline-meta{font-family:var(--font-mono);color:var(--text-muted);font-size:.7rem}.timeline-reasoning{flex-direction:column;gap:.5rem;display:flex}.reasoning-lock{background:var(--bg-elevated);border-radius:var(--radius-sm);border:1px solid var(--border-subtle);font-family:var(--font-mono);align-items:center;gap:.5rem;padding:.4rem .75rem;font-size:.75rem;display:inline-flex}.lock-status.pass{color:var(--positive);font-weight:600}.segmented-control{-webkit-backdrop-filter:blur(24px)saturate(1.5);backdrop-filter:blur(24px)saturate(1.5);border-radius:var(--radius-pill);background:#ffffff0d;border:.5px solid #ffffff26;margin-bottom:1.5rem;padding:.375rem;display:inline-flex;position:relative;box-shadow:inset 0 1px 1px #fff6}.segment-btn{font-family:var(--font-body);color:var(--text-secondary);border-radius:var(--radius-pill);cursor:pointer;z-index:2;transition:color .3s var(--ease-out);background:0 0;border:none;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;position:relative}.segment-btn:hover{color:var(--text-primary)}.segment-btn.active{color:var(--text-primary);font-weight:600}.segment-active-bg{background:var(--bg-surface);border-radius:var(--radius-pill);z-index:1;position:absolute;inset:0;box-shadow:0 2px 8px #00000014}.overlay-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:999;background:#0003;position:fixed;inset:0}.tear-sheet-panel{-webkit-backdrop-filter:blur(48px)saturate(2);backdrop-filter:blur(48px)saturate(2);z-index:1000;background:#ffffff1a;border-left:.5px solid #ffffff26;flex-direction:column;width:100%;max-width:600px;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;box-shadow:-10px 0 40px #0000001a,inset 1px 0 1px #fff6}.tear-sheet-header{border-bottom:1px solid var(--border-subtle);background:inherit;z-index:10;justify-content:space-between;align-items:flex-start;padding:2rem;display:flex;position:sticky;top:0}.tear-sheet-title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.1}.tear-sheet-subtitle{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.tear-sheet-close{background:var(--bg-elevated);border:1px solid var(--border-subtle);cursor:pointer;width:36px;height:36px;color:var(--text-secondary);transition:all .2s var(--ease-out);border-radius:50%;justify-content:center;align-items:center;display:flex}.tear-sheet-close:hover{background:var(--bg-hover);color:var(--text-primary)}.tear-sheet-content{flex-direction:column;gap:2.5rem;padding:2rem;display:flex}.ts-section h3{font-family:var(--font-display);color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.1rem;font-weight:600;display:flex}.ts-section h3 svg{color:var(--text-muted)}.ts-text{color:var(--text-secondary);font-size:1rem;line-height:1.6}.ts-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.ts-list li{color:var(--text-secondary);padding-left:1.5rem;font-size:.95rem;line-height:1.5;position:relative}.ts-list li:before{content:"";background:var(--text-muted);border-radius:50%;width:6px;height:6px;position:absolute;top:.5rem;left:0}.ts-list.positive li:before{background:var(--positive)}.ts-list.negative li:before{background:var(--negative)}.ts-metric-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.ts-metric{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffff80;padding:1.25rem}.ts-metric-label{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;display:block}.ts-metric-value{color:var(--text-primary);font-size:1.25rem;font-weight:600}.stat-cards-grid{grid-template-columns:repeat(3,1fr)}.profile-card-grid{grid-template-columns:minmax(300px,1fr) 2fr}.profile-details-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=1024px){.main-content-full{padding:3rem 2rem 7rem}.stat-cards-grid{grid-template-columns:repeat(2,1fr)}.profile-card-grid{grid-template-columns:1fr}.perf-chart-header{flex-direction:column;align-items:flex-start}.tear-sheet-panel{max-width:500px}}@media (width<=768px){.main-content-full{padding:2rem 1.25rem 7rem}.page-header{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.header-meta{text-align:left;padding-bottom:0}.card-grid{grid-template-columns:1fr;gap:1rem}.stat-cards-grid{grid-template-columns:1fr 1fr}.stat-cards-grid>.stat-card:first-child{grid-column:span 2}.profile-card-grid{grid-template-columns:1fr}.profile-details-grid{grid-template-columns:1fr;gap:1rem}.card,.perf-chart-container,.section-card{border-radius:16px;padding:1.25rem}.stat-card .value{font-size:1.75rem}.dock-container{width:100vw;bottom:1.25rem}.dock{scrollbar-width:none;-ms-overflow-style:none;max-width:92vw;margin:0 auto;padding:.5rem .75rem;overflow-x:auto}.dock::-webkit-scrollbar{display:none}.dock-item{flex-shrink:0;width:44px;height:44px}.dock-icon svg{width:18px;height:18px}.dock-avatar{flex-shrink:0;width:32px;height:32px;font-size:.65rem}.cmd-palette{width:95%;top:10vh}.data-table th,.data-table td{padding:.75rem}.tear-sheet-panel{border-left:none;max-width:100%}.ts-metric-grid{grid-template-columns:1fr}.timeline-item{gap:1rem}.timeline-content{padding:1rem}.segmented-control{flex-wrap:wrap;justify-content:center}}@media (width<=480px){.main-content-full{padding:1.5rem 1rem 7.5rem}.page-header h1{font-size:1.5rem}.card,.perf-chart-container,.section-card{padding:1.25rem}}.vault-page{flex-direction:column;gap:24px;display:flex}.vault-form-card{max-width:600px;margin:0 auto}.transaction-form{flex-direction:column;gap:20px;margin-top:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:var(--pebble-300);text-transform:uppercase;letter-spacing:.05em;font-family:Atlas Mono,Courier New,monospace;font-size:.8rem}.radio-group{gap:16px;display:flex}.radio-btn{background:var(--surface-2);border:1px solid var(--surface-3);cursor:pointer;border-radius:4px;flex:1;align-items:center;gap:8px;padding:12px;font-size:.9rem;transition:all .2s;display:flex}.radio-btn.active{border-color:var(--accent-green);color:var(--text-primary);background:#90ee901a}.form-group input[type=text],.form-group input[type=number],.form-group select{background:var(--surface-2);border:1px solid var(--surface-3);color:var(--text-primary);border-radius:4px;padding:12px;font-size:1rem}.form-group input:focus,.form-group select:focus{border-color:var(--accent-green);outline:none}.help-text{color:var(--pebble-400);font-size:.8rem}.transaction-summary{background:var(--surface-2);border-left:3px solid var(--accent-green);border-radius:4px;padding:16px}.summary-row{color:var(--pebble-200);justify-content:space-between;margin-bottom:8px;font-size:.9rem;display:flex}.summary-row.total{border-top:1px solid var(--surface-3);color:var(--text-primary);margin-top:12px;margin-bottom:0;padding-top:12px;font-size:1.1rem;font-weight:600}.document-view-container{flex-direction:column;gap:24px;display:flex}.document-actions{justify-content:space-between;display:flex}.document-card{color:#111;background:#fff;border-radius:2px;max-width:850px;margin:0 auto;padding:60px;font-family:Times New Roman,Times,serif;box-shadow:0 10px 30px #00000080}.legal-document-container{flex-direction:column;gap:32px;line-height:1.6;display:flex}.document-header{text-align:center;border-bottom:2px solid #111;padding-bottom:24px}.document-header h2{text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;font-family:Times New Roman,Times,serif;font-size:1.8rem}.doc-meta{color:#444;font-family:Atlas Mono,Courier New,monospace;font-size:.9rem}.document-body h3{margin-top:24px;margin-bottom:12px;font-family:Times New Roman,Times,serif;font-size:1.2rem;text-decoration:underline}.document-body ul,.document-body ol{margin-bottom:24px;padding-left:24px}.document-body li{margin-bottom:8px}.signatures-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-top:60px;display:grid}.signature-block{border-top:1px solid #ccc;flex-direction:column;gap:8px;padding-top:16px;display:flex}.signer-name{font-size:1.1rem;font-weight:700}.signer-role{color:#666;text-transform:uppercase;font-family:Atlas Mono,Courier New,monospace;font-size:.8rem}.itsme-btn{color:#fff;cursor:pointer;text-align:center;background:#ff5e00;border:none;border-radius:20px;width:fit-content;padding:10px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.9rem;font-weight:600;transition:opacity .2s;display:inline-block}.itsme-btn:hover{opacity:.9;background:#e05300}.itsme-signed{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:4px;align-items:center;gap:12px;padding:10px 16px;display:flex}.itsme-icon{color:#16a34a;font-size:1.2rem;font-weight:700}.itsme-details{flex-direction:column;display:flex}.itsme-details .status{color:#166534;font-size:.85rem;font-weight:700}.itsme-details .timestamp{color:#15803d;font-family:Atlas Mono,monospace;font-size:.7rem}@media print{body{background:#fff}.print-hide{display:none!important}.document-card{box-shadow:none;max-width:100%;margin:0;padding:0}.signatures-grid{page-break-inside:avoid}.signature-block{break-inside:avoid}}
