html,body{background-color:#04040c!important}:root{--background:#fff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}html,body{max-width:100vw;overflow-x:hidden}body{color:#f9fafb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:0 0;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.container{justify-content:center;align-items:center;min-height:100vh;padding:48px 24px;display:flex}.agents-page{color:#fff;z-index:1;background:#000;flex-direction:column;justify-content:flex-start;align-items:center;gap:24px;position:relative}.agents-page-header{justify-content:flex-start;width:100%;max-width:720px;display:flex}.agents-page-header .logo-mark{filter:brightness(0)invert()}.agents-page .card{box-shadow:none!important;color:#fff!important;-webkit-text-fill-color:#fff!important;isolation:auto!important;background:0 0!important;border-color:#0000!important;padding:0!important}.agents-page .card input,.agents-page .card button{-webkit-text-fill-color:unset!important}.agents-page .muted{color:#fff9}.agents-title{text-align:center;width:100%;margin:0}.agents-page .list-item{background:#ffffff08;border-color:#ffffff1f;border-radius:3px}.agents-page .secondary{border-color:#ffffff40}.agents-page code{color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:6px 8px;display:inline-block}.agents-fade-in{opacity:0;animation:.8s forwards agentsFadeIn}.agents-typed{white-space:nowrap;text-overflow:ellipsis;min-height:18px;overflow:hidden}.agents-typed-wrap{white-space:normal;text-overflow:unset;max-width:100%;overflow:visible}.agents-action-screen{text-align:center;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:520px;display:flex}.agents-action-code{text-align:center;width:100%;padding:12px 16px;font-size:16px}.agents-qr{opacity:0;margin-top:12px;animation:.8s forwards agentsFadeIn}.agents-qr-fade{opacity:0;transition:opacity .3s}.agents-prompt{opacity:0;align-items:center;gap:6px;margin-top:12px;font-weight:600;animation:.5s forwards agentsFadeIn;display:inline-flex}.agents-prompt-hidden{opacity:0;transition:opacity .3s}.agents-ellipsis span{animation:1.1s infinite agentsDotBounce;display:inline-block}.agents-ellipsis span:nth-child(2){animation-delay:.15s}.agents-ellipsis span:nth-child(3){animation-delay:.3s}.agents-pending-box{opacity:0;background:#ffffff08;border:1px solid #ffffff1f;border-radius:8px;margin-top:12px;padding:12px;animation:.5s forwards agentsFadeIn}.agents-pending-box h3{margin:0 0 8px;font-size:14px}.agents-pending-row{background:#ffffff0a;border-radius:6px;justify-content:space-between;align-items:center;margin-top:8px;padding:10px;display:flex}@keyframes agentsFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes agentsDotBounce{0%,to{opacity:.8;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.auth-container{position:relative}.auth-logo{position:absolute;top:24px;left:24px}.landing{color:#f9fafb;z-index:1;background:#07071a;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;gap:48px;max-width:1100px;margin:32px auto;padding:32px 48px 64px;display:flex;position:relative}.landing *{color:#f9fafb!important}.landing h1,.landing h2,.landing h3{color:#fff!important}.landing p,.landing li,.landing span{color:#e5e7eb!important}.landing-video{max-width:100%;min-height:100vh;padding:0;position:relative;overflow:hidden}.landing-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:fixed;inset:0}.landing-video-content{z-index:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffb8;flex-direction:column;gap:48px;max-width:1100px;margin:0 auto;padding:32px 24px 64px;display:flex;position:relative}.landing-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding-bottom:16px;display:flex}.logo{letter-spacing:-.02em;align-items:center;gap:10px;font-size:20px;font-weight:700;display:inline-flex}.logo-mark{width:28px;height:28px;display:inline-block}.landing-hero{flex-direction:column;gap:16px;display:flex}.landing-hero h1{letter-spacing:-.02em;font-size:40px;line-height:1.1}.landing-hero p{color:#ffffffd9;max-width:720px;font-size:18px}.landing-section{border-top:1px solid #ffffff14;flex-direction:column;gap:20px;padding-top:32px;display:flex}.landing-section h2{color:#fff;font-size:24px}.landing-section h3{color:#f9fafb;margin-bottom:8px;font-size:16px}.landing-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.landing-columns ul{color:#fffc;flex-direction:column;gap:6px;padding-left:18px;display:flex}.landing-steps{counter-reset:steps;flex-direction:column;gap:16px;padding-left:0;list-style:none;display:flex}.landing-steps li{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:6px;padding:16px;display:flex}.landing-steps li strong{font-size:16px}.landing-steps li span{color:#ffffffbf}.landing-features{color:#fffc;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-left:18px;display:grid}.landing-footer{color:#ffffffbf;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding-top:16px;font-size:14px;display:flex}.landing-footer-links{gap:16px;display:flex}@media (max-width:860px){.landing-hero h1{font-size:32px}.landing-columns,.landing-features{grid-template-columns:1fr}.landing-footer{flex-direction:column;align-items:flex-start;gap:8px}.list-item{flex-direction:column;align-items:flex-start}.list-item .actions{flex-flow:wrap;width:100%}.list-item .actions button,.list-item .actions a{flex:1;min-width:100px}}.card{z-index:10;isolation:isolate;border:1px solid #0000001a;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:480px;padding:32px;display:flex;position:relative;box-shadow:0 20px 60px #00000080;color:#111827!important;background:#fff!important}.card h1,.card h2,.card h3,.card p,.card label,.card .label{color:#111827!important}.card .muted{color:#6b7280!important}.card .input,.card input,.card textarea{color:#111827!important;-webkit-text-fill-color:#111827!important;background:#fff!important}.card input::placeholder,.card .input::placeholder{color:#9ca3af!important;-webkit-text-fill-color:#9ca3af!important}.totp-card .input{background:#fff;border-color:#0003;color:#111827!important}.totp-card .input::placeholder{color:#11182773}.totp-open-app{color:#fff;text-align:center;background:#111827;border-radius:10px;margin-bottom:16px;padding:12px 16px;font-weight:600;text-decoration:none;display:block}.totp-secret-box{background:#0000000a;border:1px solid #00000014;border-radius:10px;flex-direction:column;gap:8px;padding:12px;display:flex}.totp-secret-code{word-break:break-all;-webkit-user-select:text;user-select:text;font-family:Courier New,Courier,monospace;font-size:14px}.totp-mobile-actions{flex-direction:column;gap:10px;margin:8px 0 16px;display:none}.totp-mobile-cta{text-align:center;width:100%;padding:14px 16px;font-size:16px}.dashboard{color:#fff;background:#000;min-height:100vh;padding:24px 0 64px}.dashboard-inner{flex-direction:column;gap:24px;max-width:1320px;margin:0 auto;padding:0 24px;display:flex}.dashboard-scope-bar{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;display:flex}.scope-bar-label{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;font-size:12px;font-weight:600}.scope-bar-select{color:#fff;cursor:pointer;appearance:none;background:#ffffff0f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23888' d='M2 4l4 4 4-4'/%3E%3C/svg%3E") right 10px center no-repeat;border:1px solid #ffffff1f;border-radius:6px;min-width:200px;padding:8px 32px 8px 12px;font-size:14px;font-weight:500}.scope-bar-select:hover{background-color:#ffffff14;border-color:#fff3}.scope-bar-select:focus{border-color:#3b82f680;outline:none;box-shadow:0 0 0 2px #3b82f626}.scope-bar-select option{color:#fff;background:#1a1a1a;padding:8px}.scope-bar-hint{color:#ffffff59;margin-left:auto;font-size:12px}.dashboard-live-section{width:100%;margin-top:20px}.dashboard .logo{color:#fff}.dashboard .muted{color:#fff9}.dashboard .secondary{color:#fff;border-color:#ffffff40}.dashboard .list-item{background:#ffffff08;border-color:#ffffff1f}.dashboard-header{box-sizing:border-box;border-bottom:1px solid #ffffff14;flex-direction:column;gap:8px;width:100%;max-width:100%;margin-bottom:24px;padding:24px 24px 16px;display:flex}.dashboard-header-top{justify-content:space-between;align-items:center;gap:16px;display:flex}.dashboard-header-actions{align-items:center;gap:12px;display:flex}.dashboard-approvals-button{padding:6px 10px}.dashboard-header-links{align-items:center;gap:12px;margin-top:12px;display:flex}.header-nav{border:1px solid #fff3;border-radius:0;flex-shrink:0;margin-top:4px;display:flex;overflow:hidden}.header-nav-item{letter-spacing:-.02em;color:#ffffff80;text-align:left;border-right:1px solid #fff3;padding:6px 20px;font-size:18px;font-weight:700;text-decoration:none;transition:all .15s}.header-nav-item:last-child{border-right:1px solid #fff3}.header-nav-item:hover{color:#ffffffd9;background:#ffffff0f}.header-nav-item-active{color:#000;background:#fff}.header-controls{flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;display:flex}.header-controls-left,.header-controls-right{align-items:center;gap:12px;display:flex}.header-scope-select{font-size:13px;font-weight:500;font-family:var(--font-geist-sans),system-ui,-apple-system,sans-serif;letter-spacing:-.01em;color:#fff;cursor:pointer;appearance:none;background:#000;border:1px solid #333;border-radius:0;min-width:160px;padding:6px 12px}.header-scope-select:hover{border-color:#555}.header-scope-select:focus{border-color:#fff;outline:none}.header-scope-select option{font-family:var(--font-geist-sans),system-ui,sans-serif;color:#fff;background:#1a1a1a}.header-brokerage{border:1px solid #fff3;border-radius:4px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:flex}.header-brokerage-label{color:#fff9}.header-brokerage-status{color:#ffffff80}.header-brokerage-status.connected{color:#10b981}.header-brokerage-sep{color:#ffffff4d}.header-brokerage-broker{color:#fffc}.header-brokerage-env{text-transform:uppercase;border-radius:3px;padding:2px 6px;font-size:11px;font-weight:600}.header-brokerage-env.live{color:#000;background:#fff}.header-brokerage-env.paper{color:#f59e0b;background:#f59e0b33}.header-brokerage-connect-btn{color:#000;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:4px;padding:8px 16px;font-size:13px;font-weight:600;transition:all .15s}.header-brokerage-connect-btn:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 2px 8px #fff3}.header-sign-out-btn{color:#fff9;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;margin-left:12px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .15s}.header-sign-out-btn:hover{color:#fff;background:#ffffff0d;border-color:#fff6}.header-controls-center{position:relative}.header-agent-status{color:#fff;cursor:pointer;background:0 0;border:1px solid #fff3;border-radius:4px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;transition:all .15s;display:flex}.header-agent-status:hover{background:#ffffff0d;border-color:#fff6}.header-agent-label{color:#fff9}.header-agent-count{color:#ffffff80;font-weight:600}.header-agent-count.active{color:#22c55e}.header-agent-chevron{color:#fff6;font-size:10px}.header-agent-dropdown{z-index:100;background:#0d0d0d;border:1px solid #ffffff26;border-radius:6px;min-width:320px;margin-top:8px;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 32px #00000080}.header-agent-dropdown-header{text-transform:uppercase;letter-spacing:.05em;color:#fff9;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;font-size:11px;font-weight:600;display:flex}.header-agent-manage-link{color:#3b82f6;font-size:11px;text-decoration:none}.header-agent-manage-link:hover{text-decoration:underline}.header-agent-empty{text-align:center;padding:24px 16px}.header-agent-empty p{color:#ffffff80;margin-bottom:12px;font-size:13px}.header-agent-register-link{color:#3b82f6;font-size:13px;text-decoration:none}.header-agent-register-link:hover{text-decoration:underline}.header-agent-list{max-height:300px;overflow-y:auto}.header-agent-item{border-bottom:1px solid #ffffff0d;padding:12px 16px}.header-agent-item:last-child{border-bottom:none}.header-agent-item-main{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.header-agent-name{color:#fff;font-size:13px;font-weight:600}.header-agent-tier{text-transform:uppercase;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:600}.header-agent-tier.tier-1{color:#9ca3af;background:#6b728033}.header-agent-tier.tier-2{color:#f59e0b;background:#f59e0b33}.header-agent-tier.tier-3{color:#3b82f6;background:#3b82f633}.header-agent-tier.tier-4{color:#22c55e;background:#22c55e33}.header-agent-item-details{justify-content:space-between;align-items:center;font-size:11px;display:flex}.header-agent-id{color:#fff6;font-family:SF Mono,Monaco,monospace}.header-agent-limit{color:#fff9}.header-agent-limit.unlimited{color:#22c55e}.header-agent-limit.readonly{color:#6b7280}.header-agent-progress{background:#ffffff1a;border-radius:2px;height:3px;margin-top:6px;overflow:hidden}.header-agent-progress-fill{background:#3b82f6;height:100%;transition:width .3s}.dashboard-gear-button{justify-content:center;align-items:center;padding:6px 8px;display:inline-flex}.dashboard-gear-button svg{width:16px;height:16px;display:block}.dashboard-gear-icon{object-fit:contain;width:16px;height:16px;display:block}.dashboard-gear-button-inline{background:0 0;border:none;padding:0}.auth-queue-history-button{letter-spacing:.02em;text-transform:uppercase;color:#fffc;background:#ffffff0a;border:1px solid #fff3;border-radius:2px;justify-content:center;align-items:center;padding:4px 8px;font-size:11px;display:none}@media (max-width:768px){.dashboard-approvals-button{display:none}.auth-queue-history-button{display:inline-flex}}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.dashboard-grid.approvals-layout{grid-template-columns:260px 1fr;gap:20px;margin-top:16px}.approvals-history-details{color:#fff;background:#00000040;border:1px solid #ffffff1f;border-radius:12px;padding:16px}.approvals-queue-body{grid-template-columns:minmax(0,1fr) 260px;gap:16px;display:grid}.approvals-queue-list{flex-direction:column;gap:16px;display:flex}.approvals-queue-brief{-webkit-backdrop-filter:blur(20px)saturate(1.3);background:#ffffff0d;border:1px solid #ffffff1f;border-radius:12px;min-height:180px;padding:12px;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff12}.approvals-queue-brief-title{letter-spacing:.1em;text-transform:uppercase;color:#fff9;margin-bottom:8px;font-size:11px}.approvals-queue-brief-content{white-space:pre-wrap;color:#ffffffd9;margin:0;font-size:12px}.approvals-queue-brief-empty{margin:0;font-size:12px}.drift-gauge{flex-direction:column;gap:6px;width:100%;display:flex}.drift-gauge-track{background:linear-gradient(90deg,#0f172acc,#1e293be6);border:1px solid #ffffff26;border-radius:999px;height:10px;position:relative;overflow:hidden}.drift-gauge-fill{background:#f59e0ba6;border-radius:999px;position:absolute;top:1px;bottom:1px}.drift-gauge-fill-reject{background:#ef4444b3}.drift-gauge-center{background:#ffffff80;width:2px;height:14px;position:absolute;top:-2px;left:50%}.drift-gauge-marker{background:#fff;border:2px solid #0f172ae6;border-radius:999px;width:10px;height:10px;position:absolute;top:-4px;transform:translate(-50%)}.drift-gauge-marker-reject{background:#ef4444}.drift-gauge-limit{background:#f59e0bcc;width:2px;height:12px;position:absolute;top:-1px}.drift-gauge-limit-left{left:0}.drift-gauge-limit-right{right:0}.drift-gauge-policy-limit{z-index:2;background:#ef4444;border-radius:1px;width:3px;height:16px;position:absolute;top:-3px;box-shadow:0 0 4px #ef444480}.drift-gauge-meta{color:#fff9;justify-content:space-between;font-size:10px;display:flex}.portfolio-console{flex-direction:column;gap:16px;display:flex}.portfolio-console-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.portfolio-title-row{align-items:center;gap:12px;display:flex}.portfolio-title-row h2{margin:0}.portfolio-period-selector{gap:4px;display:inline-flex}.portfolio-period-btn{color:#ffffff80;cursor:pointer;background:0 0;border:1px solid #ffffff1f;border-radius:3px;padding:3px 8px;font-size:11px;transition:all .15s}.portfolio-period-btn:hover{color:#fffc;border-color:#ffffff40}.portfolio-period-btn.is-active{color:#fff;background:#ffffff1a;border-color:#ffffff59}.portfolio-tabs{gap:8px;display:inline-flex}.portfolio-tab{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;background:0 0;border:1px solid #ffffff2e;border-radius:4px;padding:6px 10px;font-size:12px}.portfolio-tab.is-active{color:#fff;background:#ffffff14;border-color:#fff6}.portfolio-panel{flex-direction:column;gap:16px;display:flex}.portfolio-section{flex-direction:column;gap:8px;display:flex}.portfolio-section-title{text-transform:uppercase;letter-spacing:.1em;color:#fff9;justify-content:space-between;align-items:center;font-size:12px;display:flex}.portfolio-section-stat{letter-spacing:0;text-transform:none;font-size:14px;font-weight:600}.portfolio-chart{background:linear-gradient(#ffffff08,#0003),repeating-linear-gradient(90deg,#ffffff14 0 1px,#0000 1px 60px);border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:100%;height:120px;display:flex}.portfolio-chart svg{width:100%;height:100%}.portfolio-chart-empty{color:#ffffff80;font-size:12px}.portfolio-chart-with-axis{width:100%}.portfolio-chart-svg{width:100%;display:block}.portfolio-chart-axis-label{fill:#fff6;font-family:inherit;font-size:9px}.portfolio-chart-y-label{fill:#ffffffb3;font-family:inherit;font-size:10px}.portfolio-chart-tooltip-text{fill:#fff;font-family:inherit;font-size:10px}.portfolio-chart-primary{height:180px}.portfolio-chart-secondary{background:linear-gradient(#ffffff05,#0000002e),repeating-linear-gradient(90deg,#ffffff0f 0 1px,#0000 1px 60px);height:110px}.portfolio-toggle-row{justify-content:flex-start;display:flex}.portfolio-toggle{color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;background:#ffffff0f;border:1px solid #fff3;border-radius:4px;padding:8px 12px;font-size:12px}.portfolio-toggle.is-active{color:#fff;background:#ffffff1f;border-color:#fff6}.portfolio-exposure{flex-direction:column;gap:10px;display:flex}.portfolio-exposure-row{grid-template-columns:1fr 4fr 1fr;align-items:center;gap:8px;font-size:12px;display:grid}.portfolio-exposure-bar{background:#ffffff14;border-radius:999px;height:8px;overflow:hidden}.portfolio-exposure-bar span{background:#94a3b899;height:100%;display:block}.portfolio-exposure-bar-short span{background:#ef444499}.portfolio-exposure-grid{flex-direction:column;gap:8px;margin-top:6px;display:flex}.portfolio-var{flex-direction:column;gap:8px;display:flex}.portfolio-var-bar{background:#ffffff14;border-radius:999px;height:10px;overflow:hidden}.portfolio-var-bar span{background:#94a3b899;height:100%;transition:width .3s;display:block}.portfolio-var-bar[data-level=moderate] span{background:#eab308b3}.portfolio-var-bar[data-level=high] span{background:#f59e0bcc}.portfolio-var-bar[data-level=extreme] span{background:#ef4444cc}.portfolio-var-stats{justify-content:space-between;font-size:12px;display:flex}.portfolio-var-label{font-size:12px}.portfolio-list{flex-direction:column;gap:6px;display:flex}.portfolio-list-row{justify-content:space-between;font-size:12px;display:flex}.portfolio-heatmap{grid-template-columns:repeat(12,minmax(0,1fr));gap:4px;display:grid}.portfolio-heatmap-cell{cursor:help;background:#ffffff14;border-radius:3px;height:14px;transition:transform .1s}.portfolio-heatmap-cell:hover{transform:scale(1.2)}.portfolio-heatmap-labels{justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.portfolio-timeline{gap:2px;display:grid}.portfolio-timeline-24{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(12,1fr)}.portfolio-timeline-cell{cursor:help;background:#ffffff14;border-radius:0;justify-content:center;align-items:center;min-height:24px;padding:4px 2px;display:flex}.portfolio-timeline-cell:hover{opacity:.8}.portfolio-timeline-pct{color:#fff;font-size:9px;font-weight:600}.portfolio-timeline-labels{justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.portfolio-movers{grid-template-columns:1fr 1fr;gap:16px;display:grid}.portfolio-movers-col{flex-direction:column;gap:6px;display:flex}.portfolio-movers-label{text-transform:uppercase;letter-spacing:.08em;font-size:11px}.portfolio-mover-row{justify-content:space-between;font-size:12px;display:flex}.portfolio-table{flex-direction:column;gap:6px;display:flex}.portfolio-table-row{grid-template-columns:1.2fr 1fr 1fr;gap:8px;font-size:12px;display:grid}.portfolio-table-head{text-transform:uppercase;letter-spacing:.08em;color:#fff9}@media (max-width:900px){.approvals-queue-body{grid-template-columns:1fr}.approvals-queue-brief{order:-1}}.dashboard-grid .dashboard-card h2{font-size:16px}.agents-card-header{align-items:center;gap:8px;margin-bottom:8px;display:flex}.agents-card-header h2{margin:0}.agents-add-button{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff4d;border-radius:3px;justify-content:center;align-items:center;height:24px;padding:0 8px;font-size:11px;display:inline-flex}.dashboard-card{background:#fffc;border:1px solid #00000014;border-radius:16px;flex-direction:column;gap:12px;padding:20px;display:flex}.dashboard .dashboard-card{color:#fff;background:#ffffff0a;border-color:#ffffff1f;border-radius:3px}.dashboard-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.label{font-size:14px;font-weight:600}.input{color:#111827;background:#fff;border:1px solid #0000002e;border-radius:10px;padding:12px 14px;font-size:15px}.actions{flex-direction:column;gap:12px;display:flex}.toggle-group{flex-wrap:wrap;gap:12px;display:flex}.toggle-button{color:#111827;cursor:pointer;background:#fff;border:2px solid #111827;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700}.toggle-button.active{color:#fff;background:#111827}.slider-row{align-items:center;gap:12px;display:flex}.slider{accent-color:#000;width:100%;height:10px}.slider-value{text-align:right;min-width:80px;font-size:14px;font-weight:600}.modal-backdrop{z-index:50;background:#0006;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal{background:var(--background);border:1px solid #0000001f;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:420px;padding:24px;display:flex}.primary,.secondary{cursor:pointer;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:12px 18px;font-size:14px;font-weight:600;display:inline-flex}.primary{color:#fff;background:#111827}.secondary{color:inherit;background:0 0;border-color:#0003}.primary:disabled,.secondary:disabled{cursor:not-allowed;opacity:.6}.muted{color:#ffffffa6;font-size:14px}.status{color:#1f2937;font-size:14px}.error{color:#b42318;font-size:14px}.session{border-top:1px solid #ffffff14;flex-direction:column;gap:12px;padding-top:16px;display:flex}.list{flex-direction:column;gap:12px;display:flex}.list-item{border:1px solid #00000014;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.demo-auto{border-color:#10b98199;position:relative;overflow:hidden;box-shadow:0 0 0 2px #10b9811a}.demo-auto:after{content:"";background:linear-gradient(90deg,#0000,#10b9812e,#0000);animation:1.2s ease-in-out infinite demoAutoSweep;position:absolute;inset:0;transform:translate(-100%)}.demo-deny{animation:.9s ease-in forwards demoDenyFade;position:relative;overflow:hidden}.demo-deny:after{content:"";opacity:0;pointer-events:none;background-image:radial-gradient(circle,#00000059 .8px,#0000 1px),radial-gradient(circle,#00000038 1.2px,#0000 1.4px),radial-gradient(circle,#0000002e 1.6px,#0000 1.8px);background-position:0 0,2px 3px,5px 6px;background-size:4px 4px,7px 7px,10px 10px;animation:1.4s ease-out forwards demoDenyDust;position:absolute;inset:0;transform:translate(0)}@keyframes demoDenyFade{0%{opacity:1;filter:blur();clip-path:inset(0);transform:scale(1)}to{opacity:0;filter:blur(6px);clip-path:inset(0 100% 0 0);transform:translate(28px)scale(.98)}}@keyframes demoDenyDust{0%{opacity:0;transform:translate(0)scale(1)}30%{opacity:.95}to{opacity:0;transform:translate(90px)scale(1.12)}}@keyframes demoAutoSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.code-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:0;font-family:Courier New,Courier,monospace;list-style:none;display:grid}@media (prefers-color-scheme:dark){html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.card{background:#0c0c0cf2;border-color:#ffffff1a;box-shadow:0 20px 50px #0009}.input{border-color:#fff3}.totp-card .input{background:#ffffff1f;border-color:#ffffff40;color:#fff!important}.totp-card .input::placeholder{color:#ffffff8c}.totp-secret-box{background:#ffffff14;border-color:#ffffff26}.secondary{border-color:#ffffff4d}.muted{color:#ffffffb3}.landing-header,.landing-section,.landing-footer{border-color:#ffffff1f}.landing-hero p,.landing-columns ul,.landing-steps li span,.landing-features,.landing-footer{color:#ffffffb3}.landing-steps li{background:#ffffff08;border-color:#ffffff1f}.dashboard-card{background:#0c0c0cf2;border-color:#ffffff1f}.modal{border-color:#ffffff1f}.approvals-queue [style*=dashed]{background:#ffffff08!important;border-color:#ffffff26!important}}@media (max-width:860px){.dashboard-header{gap:6px}.dashboard-header-top{gap:12px}.dashboard-grid,.dashboard-details{grid-template-columns:1fr}.approvals-layout{flex-direction:column;display:flex}.approvals-queue{order:1}.approvals-history{order:2;max-height:none}.docs-layout{flex-direction:column;display:flex}.docs-content{order:1}.docs-sidebar{order:2;position:static}}@media (max-width:640px){.dashboard{padding:24px 16px 48px}.dashboard-inner{gap:16px}.dashboard .live-dashboard-blocks .demo-card.glass{padding:24px}.dashboard-grid .dashboard-card{padding:12px}.dashboard-grid .dashboard-card h2{font-size:14px}.dashboard-grid .dashboard-card .list{gap:8px}.dashboard-grid .dashboard-card .list-item{padding:8px 10px}.totp-card{gap:14px;padding:24px}.totp-mobile-actions{display:flex}}@media (max-width:768px){.dashboard{padding:24px 20px 56px}.dashboard-inner{gap:20px}.dashboard-header{gap:16px}.dashboard-grid,.dashboard .live-dashboard-blocks .demo-grid{grid-template-columns:1fr}.dashboard .live-dashboard-blocks .demo-card.glass{padding:20px}.dashboard .live-dashboard-blocks .exec-matrix-row{grid-template-columns:4.6fr 110px 80px;gap:6px;padding:2px 0}.dashboard .live-dashboard-blocks .exec-matrix-key{font-size:11px;line-height:1.25}.dashboard .live-dashboard-blocks .exec-matrix-value,.dashboard .live-dashboard-blocks .exec-matrix-readonly{font-size:14px}}.landing-video-page{min-height:100vh;position:relative}.landing-video-page .landing-video-bg{object-fit:cover;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0}.video-header{z-index:100;justify-content:space-between;align-items:center;padding:20px 32px;display:flex;position:fixed;top:0;left:0;right:0}.logo-light{color:#fff;text-shadow:0 2px 8px #00000080}.btn-ghost{color:#fff;text-shadow:0 1px 4px #00000080;padding:10px 20px;font-weight:500;transition:opacity .2s}.btn-ghost:hover{opacity:.8}.btn-light{color:#000;background:#fffffff2;border-radius:8px;padding:10px 20px;font-weight:600;transition:transform .2s,box-shadow .2s}.btn-light:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000004d}.video-hero{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:140px 32px 80px;display:flex;position:relative}.video-hero:after{display:none}.hero-split{z-index:10;grid-template-columns:1fr 1fr;align-items:center;gap:60px;min-height:100vh;padding:0 80px;display:grid;position:relative}.hero-split-content{flex-direction:column;gap:28px;max-width:560px;display:flex}.hero-badge{letter-spacing:.04em;color:#ffffff73;text-transform:uppercase;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.hero-split-title{font-family:var(--font-instrument),Georgia,serif;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 24px #0000008c;margin:0;font-size:clamp(32px,4.5vw,60px);font-style:italic;font-weight:400;line-height:1.1}.hero-split-sub{color:#fff9;max-width:440px;margin:0;font-size:17px;line-height:1.65}.hero-split-actions{align-items:center;gap:12px;display:flex}.hero-notif-desktop{margin-top:8px}.hero-video{border-radius:20px;width:100%;max-width:340px;height:auto;display:block;box-shadow:0 24px 64px #0000008c}.hero-split-phone{justify-content:center;align-items:center;display:flex}.hero-phone-mobile-wrap{z-index:10;flex-direction:column;align-items:center;gap:32px;padding:0 24px 120px;display:none;position:relative}.hero-phone-mobile-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#fff 100%);height:200px;position:absolute;bottom:0;left:0;right:0}.hero-phone-mobile-label{font-family:var(--font-instrument),Georgia,serif;color:#ffffff80;text-align:center;letter-spacing:.01em;margin:0;font-size:22px;font-style:italic;font-weight:400}@media (max-width:900px){.hero-split{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:28px;min-height:100svh;padding:80px 28px;display:flex}.hero-split-content{align-items:center;gap:24px;max-width:420px}.hero-split-title{font-size:clamp(30px,8vw,46px)}.hero-split-sub{color:#ffffff8c;font-size:16px}.hero-split-phone,.hero-notif-desktop,.hero-badge{display:none}.hero-phone-mobile-wrap{display:flex}.hero-video{border-radius:16px;max-width:88vw}}.video-title{font-family:var(--font-instrument),Georgia,serif;letter-spacing:-.01em;color:#fff;text-shadow:0 2px 24px #0000008c;max-width:860px;font-size:clamp(36px,6.5vw,72px);font-style:italic;font-weight:400;line-height:1.08}.video-title .cursor{font-weight:400;animation:1s step-end infinite blink}.video-title-sub{color:#fff;text-shadow:0 2px 20px #00000080;margin-top:-8px;font-size:clamp(24px,4vw,48px);font-weight:700}.video-title-sub .cursor{font-weight:400;animation:1s step-end infinite blink}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.video-subtitle{color:#fff;text-shadow:0 2px 8px #000000b3;max-width:700px;font-size:clamp(16px,2.5vw,22px);line-height:1.5}.video-cta{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:16px;display:flex}.btn-primary-large{color:#fff;background:#000;border-radius:12px;padding:16px 40px;font-size:18px;font-weight:700;transition:transform .2s,box-shadow .2s;display:inline-block;position:relative;box-shadow:0 4px 20px #0006}.btn-primary-large:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000080}.video-cta .btn-primary-large{z-index:1;background:#000;position:relative;overflow:hidden}.video-cta .btn-primary-large:before{content:"";aspect-ratio:1;pointer-events:none;background:conic-gradient(#000 0deg 135deg,#ffffffe6 180deg,#000 225deg 360deg);width:300%;margin-top:-150%;margin-left:-150%;animation:2.5s linear infinite halo-spin;position:absolute;top:50%;left:50%}.video-cta .btn-primary-large:after{content:"";pointer-events:none;background:#000;border-radius:9px;position:absolute;inset:3px}.home-hero-notification{justify-content:center;margin-top:20px;display:flex}.home-hero-notification-card{opacity:0;width:100%;max-width:560px;animation:.5s cubic-bezier(.16,1,.3,1) 3s forwards hero-notification-pop;transform:translateY(20px)scale(.95)}@keyframes hero-notification-pop{to{opacity:1;transform:translateY(0)scale(1)}}.home-hero-notification-card .demo-notification-title,.home-hero-notification-card .demo-notification-body{text-align:left}@keyframes halo-spin{to{transform:rotate(360deg)}}.btn-outline-light{color:#fff;text-shadow:0 1px 4px #00000080;background:0 0;border:2px solid #fffc;border-radius:12px;padding:16px 40px;font-size:18px;font-weight:600;transition:background .2s,border-color .2s}.btn-outline-light:hover{background:#ffffff26;border-color:#fff}.features-section,.how-section,.agents-section{z-index:20;color:#000;background:#fff;padding:80px 32px;position:relative}.how-section-dark{z-index:20;color:#fff;background:0 0;padding:60px 32px 300px;position:relative}.how-section-dark:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 0%,#fff 100%);height:200px;position:absolute;bottom:0;left:0;right:0}.how-section-dark h2{margin-bottom:24px}.how-section-dark p,.how-section-dark video,.how-section-dark img{z-index:2;position:relative}.features-section *,.how-section *,.agents-section *{color:inherit}.steps-list li span,.feature-card ul{color:#000000b3!important}.steps-list li:before{color:#0006!important}.features-section h2,.how-section h2,.agents-section h2{text-align:center;margin-bottom:48px;font-size:32px}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1100px;margin:0 auto;display:grid}.feature-card{padding:24px 0}.feature-card h3{margin-bottom:16px;font-size:20px}.feature-card ul{color:#000000b3;flex-direction:column;gap:8px;padding-left:20px;display:flex}.steps-list{counter-reset:steps;flex-direction:column;gap:16px;max-width:800px;margin:0 auto;padding:0;list-style:none;display:flex}.steps-list li{counter-increment:steps;border-bottom:1px solid #00000014;flex-direction:column;gap:4px;padding:16px 0;display:flex}.steps-list li:last-child{border-bottom:none}.steps-list li:before{content:counter(steps);color:#0006;margin-bottom:4px;font-size:14px;font-weight:700}.steps-list li strong{font-size:18px}.steps-list li span{color:#0009}.agents-section{text-align:center}.agents-section p{color:#000000b3;font-size:18px}.agents-section a{color:#000;font-weight:600;text-decoration:underline}.site-footer{z-index:20;color:#fff;background:#000;justify-content:space-between;align-items:center;padding:32px;display:flex;position:relative}.footer-links{gap:24px;display:flex}.footer-links a{color:#ffffffb3;transition:color .2s}.footer-links a:hover{color:#fff}@media (max-width:768px){.video-header{padding:16px 20px}.video-hero{padding:100px 20px 60px}.video-cta{flex-direction:column;width:100%;max-width:300px}.btn-primary-large,.btn-outline-light{text-align:center;width:100%}.features-section,.how-section,.agents-section{padding:60px 20px}.site-footer{text-align:center;flex-direction:column;gap:16px}}.demo-dashboard-cinematic{color:#fff;background:#000;min-height:100vh;position:relative;overflow-x:hidden}.demo-video-bg{object-fit:cover;z-index:0;filter:brightness(.4);width:100vw;height:100vh;position:fixed;top:0;left:0}.demo-hero-tagline{z-index:10;text-align:center;padding:120px 20px 40px;position:relative}.demo-hero-tagline h1{letter-spacing:-.02em;text-shadow:0 2px 20px #00000080;margin:0;font-size:clamp(28px,5vw,48px);font-weight:800}.demo-hero-tagline p{opacity:.7;text-transform:uppercase;letter-spacing:.15em;margin:12px 0 0;font-size:18px;font-weight:500}.demo-terminal-header{color:#ffffffbf;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #ffffff1f;border-bottom:1px solid #ffffff1f;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;margin:-10px auto 24px;padding:10px 12px;font-size:12px;display:flex}.demo-terminal-label{color:#ffffff8c}.demo-terminal-value{color:#fff;font-weight:600}.demo-terminal-sep{color:#ffffff59}.demo-terminal-toggle{text-transform:none;letter-spacing:0;color:#fff;background:#1d4ed8;border:1px solid #1e40af;border-radius:3px;margin-left:10px;padding:6px 14px;font-size:12px;font-weight:700;box-shadow:0 0 0 1px #1d4ed859,0 4px 12px #00000059}.demo-terminal-toggle:hover{background:#2563eb;border-color:#1d4ed8}.demo-dashboard-header{z-index:100;background:linear-gradient(#0009,#0000);justify-content:space-between;align-items:center;padding:20px 32px;display:flex;position:fixed;top:0;left:0;right:0}.demo-header-actions{align-items:center;gap:12px;display:flex}.btn-live-subtle{color:#000;white-space:nowrap;background:#fff;border:1px solid #fff;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-live-subtle:hover{background:#e5e7eb;border-color:#e5e7eb}.demo-mode-badge{color:#9ca3af;text-transform:uppercase;letter-spacing:.08em;text-align:center;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:5px;justify-content:center;align-items:center;padding:6px 10px;font-size:12px;font-weight:600;display:inline-flex}.demo-dashboard-content{z-index:10;max-width:1320px;margin:0 auto;padding:0 20px 50px;position:relative}.dashboard .live-dashboard-blocks{width:100%;max-width:100%;margin:0 auto;padding:0 0 50px}.dashboard .live-dashboard-blocks.demo-dashboard-content{max-width:100%;padding:0 0 50px}.demo-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:12px;margin-bottom:12px;display:grid}.dashboard .live-dashboard-blocks .demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard .live-dashboard-blocks .demo-card.glass{width:100%;min-width:0;padding:16px}.dashboard .live-dashboard-blocks .live-queue-card,.dashboard .live-dashboard-blocks .live-exec-card{min-height:520px}@media (max-width:900px){.dashboard .live-dashboard-blocks .demo-grid{grid-template-columns:1fr}.dashboard .live-dashboard-blocks .live-queue-card,.dashboard .live-dashboard-blocks .live-exec-card{min-height:0}.dashboard .live-dashboard-blocks .demo-card.glass{padding:24px}.dashboard .live-dashboard-blocks{max-width:100%;padding:0 0 40px}}.demo-card.glass{-webkit-backdrop-filter:blur(20px);color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:3px;padding:20px}.demo-card.glass h2{letter-spacing:-.01em;margin:0 0 6px;font-size:18px;font-weight:700}.demo-card.glass .muted{color:#fff9}.demo-card.glass .status{color:#10b981}.demo-card.glass .error{color:#ef4444}.exec-profile-card{border-radius:6px;padding:14px}.live-state-card{overflow:hidden;background:linear-gradient(#1a1a1a 0%,#0d0d0d 100%)!important;border:1px solid #333!important;padding:0!important}.live-state-grid{flex-direction:column;display:flex}.live-state-row{border-bottom:1px solid #333;display:flex}.live-state-row:last-child{border-bottom:none}.live-state-primary{background:#111}.live-state-secondary{background:#0a0a0a}.live-state-metric{border-right:1px solid #333;flex-direction:column;flex:1;gap:4px;padding:16px 20px;display:flex}.live-state-metric:last-child{border-right:none}.live-state-label{letter-spacing:.1em;color:#fff9;text-transform:uppercase;font-size:10px;font-weight:600}.live-state-value{color:#fff;font-family:SF Mono,Monaco,Consolas,monospace;font-size:24px;font-weight:700;line-height:1.2}.live-state-primary .live-state-value{font-size:28px}.live-state-secondary .live-state-value{font-size:20px}.live-state-pct{margin-left:8px;font-size:14px;font-weight:500}.live-state-sublabel{color:#666;font-family:SF Mono,Monaco,Consolas,monospace;font-size:11px}.live-state-positive{color:#fff!important}.live-state-negative{color:#f44!important}.live-state-warning{color:#ef4444!important}.live-state-neutral{color:#fff!important}.live-state-exposure{gap:12px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:18px;font-weight:700;display:flex}.strategy-health-card{min-height:200px}.live-charts-section{flex-direction:column;grid-column:span 2;gap:12px;display:flex}.live-charts-top{grid-template-columns:1fr 1fr;gap:12px;display:grid}.live-charts-bottom{grid-template-columns:1fr 2fr;gap:12px;display:grid}.live-chart-narrow .live-chart-container{height:160px}.risk-status-card{padding:12px 16px!important}.risk-status-header{margin-bottom:12px}.risk-status-grid{grid-template-columns:1fr 1fr;gap:16px 24px;display:grid}.risk-status-item{flex-direction:column;gap:4px;display:flex}.risk-status-label{letter-spacing:.1em;color:#666;text-transform:uppercase;font-size:9px;font-weight:600}.risk-status-values{color:#fff;align-items:baseline;gap:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:16px;font-weight:600;display:flex}.risk-status-sep{color:#444;font-weight:400}.risk-status-limit{color:#666;font-size:12px;font-weight:400}.risk-status-bar{background:#222;border-radius:2px;height:4px;margin-top:4px;overflow:hidden}.risk-status-bar-fill{background:#22c55e;height:100%;transition:width .3s}.risk-status-bar-fill.warning{background:#ff9500}.risk-status-bar-fill.danger{background:#ef4444}.risk-status-pct{color:#666;font-size:10px}.risk-status-ok{color:#22c55e!important}.risk-status-warning{color:#ff9500!important}.risk-status-danger{color:#ef4444!important}.risk-status-console-link{border-top:1px solid #333;grid-column:span 2;margin-top:4px;padding-top:12px}.awaiting-approval-counter{align-items:center;gap:8px;width:fit-content;display:flex;background:#ff950014!important;border:1px solid #ff95004d!important;padding:10px 16px!important}.awaiting-approval-count{color:#ff9500;font-size:18px;font-weight:700;font-family:var(--font-mono),ui-monospace,monospace}.awaiting-approval-label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:500}.risk-status-bar-card{background:#0d0d0d!important;border-color:#ffffff1a!important;grid-column:1/-1!important;padding:16px 20px!important}.risk-status-bar-header{margin-bottom:12px}.risk-status-bar-title{letter-spacing:.1em;color:#fff9;text-transform:uppercase;font-size:10px;font-weight:600}.risk-status-fullwidth{flex-direction:column;gap:16px;display:flex}.risk-status-row{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.risk-indicator-dot{background:#fff3;border-radius:50%;width:8px;height:8px;display:inline-block}.risk-indicator-dot.active{background:#22c55e;box-shadow:0 0 8px #22c55e80}.risk-status-indicator{align-items:center;gap:8px;margin-top:6px;display:flex}.risk-indicator-text{color:#ffffff80;font-size:11px}@media (max-width:768px){.risk-status-row{grid-template-columns:1fr;gap:16px}}.charts-unified-card{grid-column:1/-1;overflow:hidden;background:#0a0a0a!important;padding:0!important}.charts-unified-header{background:#ffffff05;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.charts-unified-grid{flex-direction:column;display:flex}.charts-unified-row{grid-template-columns:1fr auto 1fr;min-height:180px;display:grid}.charts-unified-cell{flex-direction:column;gap:8px;padding:12px 16px;display:flex}.charts-unified-cell .live-chart-container{flex:1;height:140px;min-height:140px}.charts-diagnostics-cell{gap:0}.charts-diagnostics-cell .diagnostics-section{padding:8px 0}.charts-diagnostics-cell .diagnostics-section:first-child{padding-top:0}.charts-cell-header{justify-content:space-between;align-items:center;display:flex}.charts-cell-title{letter-spacing:.1em;color:#fff9;text-transform:uppercase;font-size:10px;font-weight:600}.charts-unified-divider-v{background:#ffffff14;width:1px}.charts-unified-divider-h{background:#ffffff14;height:1px}.charts-unified-divider-h-inner{background:#ffffff0f;height:1px;margin:8px 0}@media (max-width:900px){.charts-unified-row{grid-template-columns:1fr;min-height:auto}.charts-unified-divider-v{width:100%;height:1px}.charts-unified-cell{padding:12px}.charts-unified-cell .live-chart-container{height:160px;min-height:160px}}.dashboard-charts-section{flex-direction:column;grid-column:1/-1;gap:8px;margin:4px 0;display:flex}.dashboard-charts-row{grid-template-columns:1fr 1fr;align-items:start;gap:8px;display:grid}.dashboard-chart-card{background:#0d0d0d;border:1px solid #ffffff1a;border-radius:4px;padding:12px 16px 8px}.dashboard-chart-card .live-chart-container{width:100%;height:180px;min-height:180px;overflow:visible}.dashboard-chart-card .live-chart-container svg{width:100%;height:100%}.dashboard-diagnostics-card{background:#0d0d0d;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;gap:12px;min-height:212px;padding:12px 16px 8px;display:flex}.diagnostics-section{flex-direction:column;gap:8px;display:flex}.diagnostics-movers{grid-template-columns:1fr 1fr;gap:16px;display:grid}.diagnostics-movers-col{flex-direction:column;gap:4px;display:flex}.diagnostics-movers-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.diagnostics-mover-row{justify-content:space-between;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12px;display:flex}.diagnostics-positive{color:#22c55e}.diagnostics-negative{color:#ef4444}.diagnostics-timeline{grid-template-columns:repeat(12,1fr);gap:2px;display:grid}.diagnostics-timeline-cell{aspect-ratio:1;border-radius:2px;justify-content:center;align-items:center;font-family:SF Mono,Monaco,Consolas,monospace;font-size:8px;display:flex}.diagnostics-timeline-pct{color:#ffffffe6;font-weight:500}.diagnostics-timeline-24{grid-template-columns:repeat(12,1fr);gap:2px;display:grid}.diagnostics-timeline-cell-24{border-radius:2px;justify-content:center;align-items:center;min-width:0;height:22px;display:flex}.diagnostics-timeline-cell-24 .diagnostics-timeline-pct{color:#ffffffe6;white-space:nowrap;font-family:SF Mono,Monaco,Consolas,monospace;font-size:8px;font-weight:600}.diagnostics-timeline-labels{justify-content:space-between;margin-top:4px;display:flex}.diagnostics-timeline-label{color:#fff6;font-family:SF Mono,Monaco,Consolas,monospace;font-size:9px}@media (max-width:900px){.dashboard-charts-row{grid-template-columns:1fr}}.risk-console-btn{color:#ff9500;letter-spacing:.05em;text-align:center;text-transform:uppercase;cursor:pointer;background:linear-gradient(#222 0%,#111 100%);border:1px solid #ff9500;width:100%;padding:10px 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s;display:block}.risk-console-btn:hover{color:#000;background:#ff9500}.live-chart-card{background:#0a0a0a;border:1px solid #333;border-radius:0;padding:8px 12px 4px}.live-chart-header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.live-chart-title{letter-spacing:.1em;color:#fff9;text-transform:uppercase;font-size:10px;font-weight:600}.live-chart-periods{gap:2px;display:flex}.live-chart-period-btn{color:#666;cursor:pointer;background:0 0;border:1px solid #444;padding:2px 6px;font-size:9px;transition:all .15s}.live-chart-period-btn:hover{color:#999;border-color:#666}.live-chart-period-btn.is-active{color:#000;background:#fff;border-color:#fff;font-weight:600}.live-chart-container{background:0 0;height:200px}.live-chart-large .live-chart-container{height:200px}.live-chart-wide .live-chart-container{height:160px}.live-chart-container svg{width:100%;height:100%}.live-chart-container .portfolio-chart-svg{background:0 0!important}@media (max-width:1200px){.live-charts-section{grid-column:span 1}.live-charts-top{grid-template-columns:1fr}}@media (min-width:1200px){.dashboard .live-dashboard-blocks .live-state-card{grid-column:span 2}}.exec-profile-header{border-bottom:1px solid #ffffff1f;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:10px;padding-bottom:8px;display:flex}.exec-profile-header-row{align-items:center;gap:12px;display:flex}.exec-profile-header-row-spread{justify-content:space-between}.exec-profile-title{color:#fff;letter-spacing:-.01em;text-transform:none;font-size:18px;font-weight:700}.exec-profile-controls{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;flex-wrap:wrap;align-items:center;gap:10px;font-size:9px;display:flex}.exec-profile-enforcement{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:4px;align-items:center;gap:6px;padding:3px 6px;font-size:9px;display:inline-flex}.exec-profile-dot{background:#fff6;border-radius:50%;width:6px;height:6px}.exec-profile-dot.active{background:#10b981}.exec-profile-dot.disabled{background:#ef4444}.exec-profile-label{color:#ffffff80;margin-right:4px;font-size:9px}.exec-profile-value{color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:9px;font-weight:600}.exec-profile-segment{align-items:center;gap:6px;display:flex}.exec-profile-segment-group{border:1px solid #fff3;border-radius:4px;display:inline-flex;overflow:hidden}.exec-profile-segment-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0d;border:none;padding:3px 6px;font-size:9px}.exec-profile-segment-btn.active{color:#fff;background:#fff3}.exec-profile-actions{gap:6px;display:inline-flex}.exec-profile-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.08em;background:#ffffff0d;border:1px solid #fff3;border-radius:4px;padding:3px 8px;font-size:9px}.exec-profile-btn.primary{background:#10b98133;border-color:#10b98166}.exec-profile-btn:disabled{opacity:.5;cursor:not-allowed}.exec-profile-btn.secondary{background:#ffffff0a;border-color:#ffffff26}.exec-matrix{box-sizing:border-box;flex-direction:column;gap:2px;width:100%;max-width:100%;margin-top:8px;font-family:Bloomberg Fixed Unicode,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:16px;display:flex;overflow-x:hidden}.exec-matrix-row{box-sizing:border-box;border-bottom:1px solid #ffffff14;grid-template-columns:2fr 160px 110px;align-items:center;gap:8px;width:100%;max-width:100%;padding:4px 0;display:grid;overflow:hidden}.exec-matrix-key{text-transform:uppercase;color:#fff9;text-align:left;white-space:normal;min-width:0;padding:0;font-size:16px;display:block;overflow:visible}.exec-matrix-value{color:#fff;text-align:right;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums;box-sizing:border-box;min-width:0;padding:0;display:block;overflow:hidden}.exec-matrix-readonly{width:100%;color:inherit;font:inherit;text-align:right;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:1px solid #0000;border-radius:4px;padding:2px;font-size:16px;overflow:hidden}.exec-matrix-readonly:hover,.exec-matrix-readonly:focus-visible{background:#ffffff0a;border-color:#fff3;outline:none}.exec-matrix-editor{background:#ffffff0f;border:1px solid #ffffff4d;border-radius:4px;padding:2px 6px;font-size:16px}.exec-matrix-inline-error{color:#fca5a5;text-transform:uppercase;margin-left:6px;font-size:10px}.exec-matrix-tag{text-align:center;color:#ffffffb3;text-transform:uppercase;letter-spacing:.08em;border:1px solid #fff3;border-radius:4px;justify-content:center;justify-self:stretch;align-items:center;min-width:0;padding:1px 6px;font-size:13px;display:flex}.exec-matrix-input-wrap{align-items:center;gap:4px;display:inline-flex}.exec-matrix-input{color:#fff;background:#0000004d;border:1px solid #fff3;border-radius:4px;width:90px;padding:2px 6px;font-size:16px}.exec-matrix-range{width:140px;height:4px;padding:0}.exec-matrix-range::-webkit-slider-thumb{appearance:none;background:#f59e0b;border:1px solid #fff6;border-radius:999px;width:12px;height:12px}.exec-matrix-range::-moz-range-thumb{background:#f59e0b;border:1px solid #fff6;border-radius:999px;width:12px;height:12px}.exec-matrix-select{color:#fff;background:#0000004d;border:1px solid #fff3;border-radius:4px;padding:2px 6px;font-size:16px}.exec-matrix-prefix,.exec-matrix-suffix{color:#fff9}.exec-matrix-error{color:#fca5a5;margin-left:6px;font-size:10px}.exec-profile-footer{justify-content:flex-end;margin-top:10px;display:flex}.exec-profile-kill{color:#fecaca;letter-spacing:.08em;cursor:pointer;background:#ef444426;border:1px solid #ef444466;border-radius:4px;padding:6px 10px;font-size:11px}.exec-audit{border-top:1px solid #ffffff1f;margin-top:12px;padding-top:10px}.exec-audit-title{letter-spacing:.1em;color:#fff9;margin-bottom:6px;font-size:11px}.exec-audit-table{flex-direction:column;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:10px;display:flex}.exec-audit-row{color:#ffffffb3;grid-template-columns:120px 80px 160px 1fr;gap:8px;max-width:100%;display:grid}.exec-audit-row>*{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.exec-audit-empty{color:#ffffff80;font-size:10px}.exec-profile-modal{z-index:300;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.exec-profile-modal-card{background:#0b0b0b;border:1px solid #ffffff26;border-radius:6px;min-width:280px;padding:16px}.exec-profile-modal-title{letter-spacing:.1em;color:#fff;font-size:12px}.exec-profile-modal-body{color:#fff9;margin-top:6px;font-size:11px}.exec-profile-modal-input{color:#fff;background:#00000080;border:1px solid #fff3;border-radius:4px;width:100%;margin-top:10px;padding:6px 8px;font-size:12px}.exec-profile-modal-actions{justify-content:flex-end;gap:6px;margin-top:12px;display:flex}@media (max-width:768px){.exec-audit{overflow-x:hidden}.exec-audit-table{max-width:100%}.exec-audit-row{grid-template-columns:70px 50px 1fr;gap:6px}.exec-audit-row>:nth-child(4){display:none}.exec-matrix-row{grid-template-columns:2fr 120px 80px;gap:8px}.exec-matrix-readonly,.exec-matrix-input,.exec-matrix-select,.exec-matrix-input-wrap{max-width:100%}.exec-matrix-inline-error{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}}@media (max-width:640px){.exec-profile-card{padding:12px}.exec-profile-header-row{flex-direction:column;align-items:flex-start}.exec-profile-header-row:first-child{flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.exec-profile-header-row-spread{align-items:flex-start}.exec-profile-label,.exec-profile-value{font-size:9px}.exec-profile-segment-group{flex-wrap:wrap}.exec-profile-segment{flex-direction:column;align-items:flex-start;gap:6px}.exec-profile-actions{justify-content:flex-start;width:100%}.exec-matrix-input,.exec-matrix-select{font-size:16px}.exec-matrix,.exec-matrix-value{min-width:0}.exec-matrix-input-wrap{flex-wrap:wrap;max-width:100%}.exec-matrix-error{margin-top:4px;margin-left:0;display:block}}.demo-card.glass .list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.demo-card.glass .list-item{background:#ffffff0d;border:1px solid #ffffff14;border-radius:4px;justify-content:space-between;padding:10px 14px;transition:all .3s;display:flex;flex-direction:row!important;align-items:center!important}.demo-queue-actions{align-items:center;gap:7px;margin-top:8px;display:flex}.demo-queue-meta{color:#ffffffb3;flex-wrap:wrap;gap:10px;margin-top:5px;font-size:12px;display:flex}.demo-queue-meta-item{align-items:center;gap:4px;display:inline-flex}.demo-queue-meta-text{color:#fff}.demo-queue-status-online{color:#10b981;font-weight:600}.demo-queue-status-paused{color:#fff;font-weight:600}.demo-card.glass .list-item.demo-auto{background:#10b98126;border-color:#10b98166;animation:.6s ease-out approve-pulse;position:relative;overflow:hidden}.demo-card.glass .list-item.demo-auto:before{content:"";background:linear-gradient(90deg,#0000 0%,#10b9814d 50%,#0000 100%);width:100%;height:100%;animation:.8s ease-out forwards approve-sweep;position:absolute;top:0;left:-100%}@keyframes approve-sweep{0%{left:-100%}to{left:100%}}@keyframes approve-pulse{0%{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 20px 4px #10b9814d}to{box-shadow:0 0 #10b98100}}.demo-card.glass .list-item.demo-deny{background:#ef444426;border-color:#ef44444d;animation:.4s ease-out deny-shake,.5s ease-out forwards deny-fade}@keyframes deny-shake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}@keyframes deny-fade{0%{opacity:1}to{opacity:.4;transform:translate(20px)}}.btn-glass{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-approve{color:#86efac;cursor:pointer;background:0 0;border:1px solid #10b98166;border-radius:10px;flex-shrink:0;width:86px;min-width:86px;height:36px;min-height:36px;font-size:13px;font-weight:600;transition:all .2s}.btn-approve:hover{background:#10b98126;border-color:#10b98199}.btn-approve:disabled{opacity:.5;cursor:not-allowed}.btn-deny{color:#fca5a5;cursor:pointer;background:0 0;border:1px solid #ef444459;border-radius:10px;flex-shrink:0;width:86px;min-width:86px;height:36px;min-height:36px;font-size:13px;font-weight:600;transition:all .2s}.btn-deny:hover{background:#ef444426;border-color:#ef44448c}.demo-card.glass .slider{appearance:none;cursor:pointer;background:#fff3;border-radius:3px;width:100%;height:6px}.demo-policy-input{text-align:right;color:#fff;background:#ffffff14;border:1px solid #fff3;max-width:140px;padding:6px 10px;font-size:16px}.demo-card.glass .slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #0000004d}.demo-card.glass .slider:disabled{opacity:.4;cursor:not-allowed}.demo-card.glass .toggle-group{align-items:center;gap:10px;display:flex}.demo-card.glass .toggle-group input[type=checkbox]{cursor:pointer;width:20px;height:20px}.demo-upgrade-section{margin-top:40px;padding:40px 0}.demo-upgrade-cta{justify-content:center;display:flex}.btn-halo{color:#fff;z-index:1;background:#000;border-radius:14px;padding:20px 48px;font-size:20px;font-weight:700;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-halo:before{content:"";aspect-ratio:1;pointer-events:none;background:conic-gradient(#000 0deg 120deg,#10b981 150deg,#fff 180deg,#10b981 210deg,#000 240deg 360deg);width:300%;margin-top:-150%;margin-left:-150%;animation:2.5s linear infinite halo-spin;position:absolute;top:50%;left:50%}.btn-halo:after{content:"";pointer-events:none;background:#000;border-radius:11px;position:absolute;inset:3px}.btn-halo span{z-index:10;position:relative}.btn-halo:hover{transform:scale(1.02)}.btn-halo.btn-halo-compact{border-radius:12px;padding:10px 20px;font-size:14px}.btn-halo.btn-halo-compact:after{border-radius:10px;inset:2px}.logo-light,.logo-light span{color:#fff}@media (max-width:768px){.demo-grid{grid-template-columns:1fr}.demo-hero-tagline{padding:100px 20px 30px}.demo-dashboard-header{padding:16px 20px}.btn-halo{padding:16px 32px;font-size:16px}}.btn-toggle{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #fff3;border-radius:8px;flex:1;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.btn-toggle:hover{color:#fffc;background:#ffffff1a}.btn-toggle.active{color:#fff;background:#ffffff26;border-color:#fff6}.btn-start-demo{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:10px;width:100%;padding:16px 24px;font-size:16px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #10b9814d}.btn-start-demo:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10b98166}.btn-start-demo:active{transform:translateY(0)}.btn-agent-toggle{color:#fffc;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.btn-agent-toggle:hover{background:#ffffff1f;border-color:#ffffff40}.btn-glass{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-glass:hover{background:#ffffff29;border-color:#ffffff59}.btn-agent-indicator{background:#ffffff4d;border-radius:50%;width:8px;height:8px;transition:all .3s}.btn-agent-indicator.active{background:#10b981;box-shadow:0 0 8px #10b98199}.demo-notifications{z-index:200;flex-direction:column;gap:10px;width:100%;max-width:380px;padding:0 16px;display:flex;position:fixed;top:80px;left:50%;transform:translate(-50%)}.demo-notification{-webkit-backdrop-filter:blur(30px);opacity:0;isolation:isolate;background:#1e1e1ed9;border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:12px;padding:12px 14px;animation:.4s cubic-bezier(.16,1,.3,1) forwards notification-slide-down;display:flex;position:relative;overflow:visible;transform:translateY(-20px);box-shadow:0 8px 32px #0006}.demo-notification-badge{color:#fff;z-index:10;background:#fff3;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;font-weight:700;display:flex;position:absolute;top:-7px;left:-7px;box-shadow:0 2px 8px #00000040}.demo-notifications-dropdown{flex-direction:column;gap:8px;margin-top:4px;animation:.3s cubic-bezier(.16,1,.3,1) forwards dropdown-expand;display:flex}@keyframes dropdown-expand{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.demo-notification-stacked{opacity:1;animation:none;transform:none}@keyframes notification-slide-down{to{opacity:1;transform:translateY(0)}}.demo-notification-icon{background:#000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.demo-notification-icon img{width:24px;height:24px}.demo-notification-content{flex:1;min-width:0}.demo-notification-header{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.demo-notification-app{color:#ffffffe6;font-size:13px;font-weight:600}.demo-notification-time{color:#ffffff80;font-size:12px}.demo-notification-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:14px;font-weight:600;overflow:hidden}.demo-notification-body{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;margin:2px 0 0;font-size:13px;overflow:hidden}.demo-notification-actions{flex-shrink:0;gap:6px;display:flex}.demo-notification-actions button{cursor:pointer;border:none;border-radius:50%;width:32px;height:32px;font-size:14px;font-weight:700;transition:all .15s}.demo-notification-actions button:first-child{color:#10b981;background:#10b9814d}.demo-notification-actions button:first-child:hover{color:#fff;background:#10b981}.demo-notification-actions button:last-child{color:#ef4444;background:#ef44444d}.demo-notification-actions button:last-child:hover{color:#fff;background:#ef4444}.demo-notification.approving{animation:.5s ease-out forwards notification-approve;position:relative;overflow:visible}.demo-notification.approving:after{content:"";border-radius:inherit;clip-path:inset(0 round 20px);z-index:1;background:linear-gradient(90deg,#0000 0%,#10b98180 50%,#0000 100%);width:100%;height:100%;animation:.4s ease-out forwards approve-sweep;position:absolute;top:0;left:-100%}@keyframes notification-approve{0%{opacity:1;transform:translate(0)scale(1)}50%{opacity:1;background:#10b9814d;transform:translate(0)scale(1.02)}to{opacity:0;transform:translate(50px)scale(.95)}}.demo-notification.denying{animation:.4s ease-out forwards notification-deny}@keyframes notification-deny{0%{opacity:1;transform:translate(0)}20%{background:#ef44444d;transform:translate(-10px)}to{opacity:0;transform:translate(-100px)}}@media (max-width:480px){.demo-notifications{max-width:100%;padding:0 12px;top:70px}.demo-notification{-webkit-backdrop-filter:blur(18px);background:#1e1e1eb3;border:1px solid #ffffff2e;border-radius:16px;padding:10px 12px}.demo-notification.approving{overflow:hidden}.demo-notification.approving:after{clip-path:inset(0 round 16px);z-index:1}.demo-notification.approving:before{content:"";pointer-events:none;z-index:2;border-radius:16px;position:absolute;inset:0}.demo-notification-icon,.demo-notification-content,.demo-notification-actions{z-index:3;position:relative}.demo-notification-badge{z-index:10;position:absolute;top:-7px;left:-7px}.demo-notification.approving .demo-notification-badge{transform-origin:50%;animation:.45s ease-out forwards demo-badge-pop}}@keyframes demo-badge-pop{0%{opacity:1;transform:scale(1)}35%{opacity:1;transform:scale(1.18)}to{opacity:0;transform:scale(.6)}}.live-dashboard-blocks .list-item.demo-auto{animation:.6s ease-out approve-pulse;position:relative;overflow:hidden;background:#10b98126!important;border-color:#10b98166!important}.live-dashboard-blocks .list-item.demo-auto:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#10b98166 50%,#0000 100%);width:100%;height:100%;animation:.8s ease-out forwards approve-sweep;position:absolute;top:0;left:-100%}.rc-glass-body{scrollbar-width:none;flex:1;position:relative;overflow:hidden auto}.rc-glass-body::-webkit-scrollbar{display:none}.rc-glass-body:before{content:"";z-index:0;pointer-events:none;filter:blur(28px)saturate(1.1);opacity:.025;background:url(/bg-0.jpg) top/cover fixed;position:fixed;inset:0}.rc-glass-body:after{content:"";z-index:0;pointer-events:none;filter:blur(24px)saturate(1.1);opacity:.018;mix-blend-mode:lighten;background:url(/bg-1.jpg) 50%/cover fixed;position:fixed;inset:0}.rc-glass-body>*{z-index:1;position:relative}.risk-console-page{color:#e2e8f0eb;background:#000;min-height:100vh;padding:20px 0 60px}.risk-console-header{box-sizing:border-box;border-bottom:1px solid #ffffff14;flex-direction:column;gap:8px;width:100%;max-width:100%;margin-bottom:24px;padding:24px 24px 16px;display:flex}.risk-console-header-top{justify-content:space-between;align-items:center;display:flex}.risk-console-brand{color:#fff;align-items:center;gap:14px;font-size:18px;font-weight:600;display:flex}.risk-console-logo{filter:grayscale();opacity:.9}.risk-console-kicker{letter-spacing:.4em;text-transform:uppercase;color:#94a3b8cc;font-size:11px}.risk-console-title{font-family:var(--font-geist-sans),sans-serif;color:#fff;margin:4px 0 0;font-size:24px;font-weight:700}.risk-console-back{color:#94a3b8cc;border:1px solid #94a3b833;border-radius:0;padding:8px 14px;font-size:13px;text-decoration:none;transition:border .2s,color .2s}.risk-console-back:hover{color:#e2e8f0f2;border-color:#94a3b880}.risk-console-main{flex-direction:column;gap:24px;max-width:1400px;margin:0 auto;padding:0 24px;display:flex}.risk-console-topbar{background:#080c14f2;border:1px solid #94a3b81f;border-radius:0;flex-wrap:wrap;align-items:flex-end;gap:16px;padding:12px 14px;display:flex}.risk-console-scope,.risk-console-toggle,.risk-console-profile{min-width:140px}.risk-console-label{text-transform:uppercase;letter-spacing:.15em;color:#94a3b899;margin-bottom:4px;font-size:9px}.risk-console-select{color:#f8fafce6;background:#0f172ae6;border:1px solid #94a3b833;border-radius:0;width:100%;padding:6px 8px;font-family:SF Mono,Menlo,Monaco,monospace;font-size:11px}.risk-console-toggle-group{gap:4px;display:flex}.risk-pill{letter-spacing:.05em;color:#94a3b8b3;cursor:pointer;text-transform:uppercase;background:#0f172acc;border:1px solid #94a3b833;border-radius:0;padding:5px 10px;font-size:10px;font-weight:600;transition:all .15s}.risk-pill:hover{color:#e2e8f0e6;border-color:#94a3b866}.risk-pill.active{color:#22c55e;background:#22c55e1a;border-color:#22c55e99}.risk-console-global-badge{align-items:flex-end;display:flex}.global-override-badge{letter-spacing:.05em;text-transform:uppercase;color:#94a3b8b3;cursor:help;background:#94a3b81a;border:1px solid #94a3b833;border-radius:0;padding:4px 8px;font-size:9px;font-weight:500}.risk-console-meta{grid-template-columns:1fr;gap:6px;display:grid}.risk-console-value{color:#e2e8f0e6;font-size:13px}.risk-console-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;display:grid}.risk-console-exec-span{grid-column:span 2}.risk-console-chart-grid{grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:12px;display:grid}.risk-console-card{background:#080c14f2;border:1px solid #94a3b81f;border-radius:0;padding:14px;box-shadow:0 8px 24px #0006}.risk-console-page .demo-card,.risk-console-page .glass{border-radius:0}.risk-console-card-title{letter-spacing:.15em;text-transform:uppercase;color:#94a3b8cc;border-bottom:1px solid #94a3b826;margin-bottom:10px;padding-bottom:6px;font-size:11px}.risk-console-card-body{flex-direction:column;gap:10px;display:flex}.risk-console-row{border-bottom:1px solid #94a3b814;flex-direction:column;gap:6px;padding-bottom:12px;display:flex}.risk-console-row:last-child{border-bottom:none;padding-bottom:0}.risk-console-row-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.risk-console-row-title{color:#f8fafce6;font-family:SF Mono,Menlo,Monaco,monospace;font-size:12px;font-weight:500}.risk-console-row-sub{color:#94a3b8bf;flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;font-size:12px;display:flex}.risk-console-input{color:#fff;text-align:right;cursor:pointer;background:#0000004d;border:1px solid #fff3;border-radius:4px;width:70px;padding:4px 8px;font-family:SF Mono,Menlo,Monaco,Consolas,monospace;font-size:14px;transition:all .15s}.risk-console-input:hover{background:#ffffff0a;border-color:#ffffff59}.risk-console-input:focus{cursor:text;background:#00000080;border-color:#ffffff80;outline:none;box-shadow:0 0 0 2px #ffffff14}.risk-console-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.risk-console-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.risk-console-input[type=number]{-moz-appearance:textfield}.risk-action-tag{color:#94a3b8b3;text-transform:uppercase;letter-spacing:.05em;background:#94a3b81a;border:1px solid #94a3b833;border-radius:4px;margin-left:8px;padding:3px 8px;font-size:10px}.risk-util-pct{color:#94a3b8cc;text-align:right;min-width:40px;font-family:SF Mono,Menlo,Monaco,monospace;font-size:12px}.risk-util{width:100%}.risk-util-label{color:#94a3b880;text-transform:uppercase;letter-spacing:.1em;margin-bottom:3px;font-size:9px}.risk-util-bar{background:#1e293b99;border-radius:0;height:4px;position:relative;overflow:hidden}.risk-util-fill{background:#94a3b866;height:100%;transition:width .3s}.risk-util-fill.warning{background:#eab30899}.risk-util-fill.danger{background:#ef444499}.risk-exposure{flex-direction:column;gap:6px;width:100%;margin-top:8px;display:flex}.risk-exposure-row{color:#94a3b8d9;flex-direction:column;align-items:center;gap:8px;font-size:12px;display:flex}.risk-exposure-header{justify-content:space-between;align-items:center;display:flex}.risk-exposure-label{color:#94a3b8b3;font-size:10px}.risk-exposure-value{color:#94a3b8cc;font-family:SF Mono,Menlo,Monaco,monospace;font-size:11px}.risk-exposure-bar{background:#1e293b99;border-radius:0;height:4px;overflow:hidden}.risk-exposure-fill{background:#94a3b866;height:100%}.risk-exposure-fill.short{background:#ef444480}.risk-var{width:100%;margin-top:8px}.risk-var-header{justify-content:space-between;align-items:center;margin-bottom:3px;display:flex}.risk-var-label{color:#94a3b899;font-size:10px}.risk-var-value{color:#94a3b8cc;font-family:SF Mono,Menlo,Monaco,monospace;font-size:11px}.risk-var-bar{background:#1e293b99;border-radius:0;height:4px;position:relative;overflow:hidden}.risk-var-fill{background:#94a3b866;height:100%}.risk-var-meta{color:#94a3b880;margin-top:3px;font-size:10px}.risk-console-table{gap:0}.risk-console-table-header,.risk-console-table-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;padding:6px 0;display:grid}.risk-console-log .risk-console-table-header,.risk-console-log .risk-console-table-row{grid-template-columns:1.2fr .8fr .9fr .8fr 1fr .7fr}.risk-console-table-header{text-transform:uppercase;letter-spacing:.1em;color:#94a3b899;border-bottom:1px solid #94a3b826;padding-bottom:8px;font-size:9px}.risk-console-table-row{color:#e2e8f0cc;border-bottom:1px solid #94a3b80f;font-family:SF Mono,Menlo,Monaco,monospace;font-size:10px}.risk-console-table-row:last-child{border-bottom:none}.risk-console-table-row:hover{background:#94a3b80d}.risk-console-emergency{background:#0f0505f2;border-color:#ef444440}.risk-console-emergency .risk-console-card-title{color:#ef4444e6;border-bottom-color:#ef444433}.risk-emergency-row{border-bottom:1px solid #94a3b814;align-items:center;gap:8px;padding:6px 0;display:flex}.risk-emergency-row:last-child{border-bottom:none}.risk-emergency-label{color:#f8fafcd9;flex:1;min-width:0;font-family:SF Mono,Menlo,Monaco,monospace;font-size:11px}.risk-emergency-input{color:#f8fafce6;text-transform:uppercase;background:#0000004d;border:1px solid #ef44444d;border-radius:4px;width:110px;padding:6px 10px;font-family:SF Mono,Menlo,Monaco,monospace;font-size:12px;transition:all .15s}.risk-emergency-input::placeholder{color:#94a3b866;text-transform:none}.risk-emergency-input:hover{background:#ef44440d;border-color:#ef444473}.risk-emergency-input:focus{background:#00000080;border-color:#ef444499;outline:none;box-shadow:0 0 0 2px #ef44441a}.risk-emergency-button{color:#ef4444e6;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;white-space:nowrap;background:#ef44441a;border:1px solid #ef444466;border-radius:0;padding:5px 10px;font-size:10px;font-weight:600;transition:all .15s}.risk-emergency-button:hover:not(:disabled){background:#ef444433;border-color:#ef444499}.risk-emergency-button:disabled{opacity:.3;cursor:not-allowed}.risk-console-log{max-height:280px;overflow:hidden auto}.risk-console-log::-webkit-scrollbar{width:6px}.risk-console-log::-webkit-scrollbar-track{background:#0f172a80}.risk-console-log::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:0}.risk-console-log::-webkit-scrollbar-thumb:hover{background:#94a3b880}.risk-line-chart{width:100%;height:120px}.risk-line-path{fill:none;stroke:#94a3b8b3;stroke-width:1.5px}.risk-console-empty{color:#94a3b880;text-align:center;padding:12px 0;font-size:10px;font-style:italic}.risk-console-loading{color:#e2e8f0e6;background:#0f172ad9;border:1px solid #94a3b833;border-radius:0;padding:10px 16px;font-size:12px;position:fixed;bottom:24px;right:24px}@media (max-width:900px){.risk-console-page{padding:24px 18px 60px}.risk-console-header{flex-direction:column;align-items:flex-start;gap:12px}.risk-console-row{flex-direction:column}.risk-console-exec-span{grid-column:auto}.risk-console-table-header,.risk-console-table-row,.risk-console-log .risk-console-table-header,.risk-console-log .risk-console-table-row{grid-template-columns:repeat(2,minmax(0,1fr))}.risk-emergency-row{grid-template-columns:1fr}}@media (max-width:600px){.header-nav{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;overflow-x:auto}.header-nav::-webkit-scrollbar{display:none}.header-nav-item{white-space:nowrap;flex-shrink:0;padding:6px 14px;font-size:14px}.header-controls{flex-direction:column;align-items:stretch;gap:8px}.header-controls-left,.header-controls-right{justify-content:space-between}.header-scope-select{flex:1;min-width:0}.header-brokerage{flex:1;justify-content:center}}@media (max-width:768px){.live-state-row{flex-direction:column}.live-state-primary,.live-state-secondary{flex-flow:wrap}.live-state-metric{border-bottom:1px solid #333;border-right:none;flex:45%;min-width:120px;padding:12px 16px}.live-state-metric:nth-child(odd){border-right:1px solid #333}.live-state-metric:last-child{border-bottom:none}.live-state-primary .live-state-value{font-size:22px}.live-state-secondary .live-state-value{font-size:16px}.live-state-pct{margin-top:2px;margin-left:0;font-size:12px;display:block}.live-state-exposure{font-size:14px}}@media (max-width:900px){.dashboard-charts-section{margin:8px 0}.dashboard-charts-row{grid-template-columns:1fr;gap:12px}.dashboard-chart-card{padding:12px}.dashboard-chart-card .live-chart-container{height:160px;min-height:160px}.dashboard-diagnostics-card{min-height:auto;padding:12px}.diagnostics-movers{grid-template-columns:1fr 1fr;gap:12px}.diagnostics-timeline-24{grid-template-columns:repeat(6,1fr)}.diagnostics-timeline-cell-24{height:28px}.diagnostics-timeline-cell-24 .diagnostics-timeline-pct{font-size:9px}.live-charts-section{grid-column:span 1}.live-charts-top,.live-charts-bottom{grid-template-columns:1fr;gap:12px}.live-chart-card{padding:10px 12px 8px}.live-chart-container,.live-chart-large .live-chart-container,.live-chart-wide .live-chart-container{height:160px}}@media (max-width:768px){.risk-status-bar-card{padding:12px 16px!important}.risk-status-row{grid-template-columns:1fr 1fr;gap:16px}.risk-status-item{min-width:0}.risk-status-values{flex-wrap:wrap;font-size:14px}.risk-status-limit{font-size:11px}.risk-status-console-link{grid-column:span 2}}@media (max-width:480px){.risk-status-row{grid-template-columns:1fr;gap:12px}.risk-status-console-link{grid-column:span 1}}@media (max-width:768px){.exec-profile-card{padding:12px}.exec-profile-header{gap:12px}.exec-profile-header-row{flex-wrap:wrap;gap:8px}.exec-profile-controls{flex-wrap:wrap;gap:8px;width:100%}.exec-profile-segment{flex-wrap:wrap;width:100%}.exec-profile-segment-group{flex-wrap:wrap}.exec-profile-actions{justify-content:flex-start;width:100%}.exec-matrix{font-size:13px}.exec-matrix-row{grid-template-columns:1fr;gap:4px;padding:8px 0}.exec-matrix-key{color:#ffffff80;margin-bottom:2px;font-size:11px}.exec-matrix-value,.exec-matrix-readonly{text-align:left;font-size:14px}.exec-matrix-tag{justify-self:start;margin-top:4px;font-size:11px}.exec-matrix-input-wrap{flex-wrap:nowrap;width:100%}.exec-matrix-input{flex:1;width:100%;max-width:none}.exec-audit-row{grid-template-columns:1fr;gap:2px}.exec-audit-row>*{display:block}.risk-console-page{padding:16px 12px 48px}.risk-console-topbar{flex-direction:column;align-items:stretch;gap:12px;padding:12px}.risk-console-scope,.risk-console-toggle,.risk-console-profile{width:100%;min-width:auto}.risk-console-toggle-group{flex-wrap:wrap}.risk-pill{text-align:center;flex:1;min-width:60px}.risk-console-meta{grid-template-columns:1fr 1fr;gap:4px 12px;width:100%;display:grid}.risk-console-grid{grid-template-columns:1fr}.risk-console-exec-span{grid-column:auto}.risk-console-chart-grid{grid-template-columns:1fr}.risk-console-card{padding:12px}.risk-console-row-header{flex-direction:column;align-items:flex-start;gap:4px}.risk-util-pct{align-self:flex-end}.risk-console-table-header,.risk-console-table-row{grid-template-columns:1fr 1fr;gap:4px}.risk-console-log .risk-console-table-header,.risk-console-log .risk-console-table-row{grid-template-columns:1fr 1fr;font-size:9px}.risk-console-log .risk-console-table-header>:nth-child(n+3),.risk-console-log .risk-console-table-row>:nth-child(n+3){display:none}.risk-emergency-row{flex-direction:column;align-items:stretch;gap:6px}.risk-emergency-input,.risk-emergency-button{width:100%}}@media (max-width:900px){.dashboard-grid.approvals-layout{grid-template-columns:1fr;gap:16px}.approvals-history{order:2;max-height:50vh!important}.approvals-queue{order:1}.approvals-queue-body{grid-template-columns:1fr}.approvals-queue-brief{order:-1;min-height:auto}}@media (max-width:600px){.dashboard-grid.approvals-layout{gap:12px}.approvals-queue .card{padding:16px}.approvals-queue .card h3{font-size:16px}.approvals-queue .card .primary,.approvals-queue .card .secondary{padding:10px 16px;font-size:13px}.approvals-history .list-item{padding:10px 12px}.approvals-history-details{padding:12px}.portfolio-timeline-24{grid-template-rows:repeat(4,1fr);grid-template-columns:repeat(6,1fr)}.portfolio-timeline-cell{min-height:20px;padding:2px}.portfolio-timeline-pct{font-size:8px}.diagnostics-timeline-24{grid-template-columns:repeat(4,1fr)}.diagnostics-timeline-cell-24{height:24px}}@media (max-width:768px){.portfolio-chart-with-axis{-webkit-overflow-scrolling:touch;overflow-x:auto}.portfolio-chart-svg{min-width:400px}.portfolio-chart-y-label{font-size:9px}.portfolio-chart-axis-label{font-size:8px}.portfolio-chart-tooltip-text{font-size:9px}}@media (max-width:640px){.dashboard{padding:16px 12px 40px}.dashboard-inner{gap:12px}.dashboard-header-top{flex-wrap:wrap;gap:8px}.logo{font-size:16px}.logo-mark{width:24px;height:24px}.dashboard-header-actions{gap:8px}.demo-card.glass{padding:12px}.demo-card.glass h2{font-size:14px}.demo-queue-actions{flex-wrap:wrap;gap:6px}.btn-approve,.btn-deny{width:auto;min-width:70px;height:32px;min-height:32px;padding:0 12px;font-size:12px}.drift-gauge{margin-top:8px}.drift-gauge-track{height:8px}.drift-gauge-meta{font-size:9px}}@media (max-width:600px){.agents-page{padding:24px 16px}.agents-page-header,.agents-page .card{max-width:100%}.agents-action-screen{max-width:100%;padding:0}.agents-action-code{word-break:break-all;padding:10px 12px;font-size:14px}.dashboard-scope-bar{flex-direction:column;align-items:stretch;gap:8px;padding:10px 12px}.scope-bar-label{text-align:center}.scope-bar-select{min-width:100%}.scope-bar-hint{text-align:center;margin-left:0}}*{scrollbar-width:thin;scrollbar-color:#ffffff1f transparent}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1f;border-radius:99px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:#ffffff38}::-webkit-scrollbar-corner{background:0 0}html,body{background:#04040c;margin:0;padding:0}:root{--v6-red:#e8623a;--v6-green:#3dd6a3;--v6-amber:#e8b43a;--v6-text:#ede9e3;--v6-text-mid:#ede9e38c;--v6-text-dim:#ede9e359;--v6-border:#ffffff12;--v6-border-dim:#ffffff0a;--v6-display:var(--font-bebas),"Bebas Neue","Impact",sans-serif;--v6-mono:var(--font-geist-mono),"DM Mono",ui-monospace,monospace;--v6-sans:var(--font-epilogue),var(--font-geist-sans),system-ui,sans-serif}.v6-app{min-height:100vh;color:var(--v6-text);font-family:var(--v6-sans);background:0 0;grid-template-rows:50px 1fr;display:grid}.v6-bg-wrap{z-index:0;pointer-events:none;position:fixed;inset:0}.v6-bg-cathedral{opacity:.22;background-image:url(/bg-0.jpg);background-position:top;background-size:cover;animation:40s ease-in-out infinite alternate v6slowdrift;position:absolute;inset:0}.v6-bg-coastal{opacity:.22;mix-blend-mode:lighten;background-image:url(/bg-1.jpg);background-position:50%;background-size:cover;animation:25s ease-in-out infinite alternate v6coastalshift;position:absolute;inset:0}.v6-bg-overlay{background:linear-gradient(#04040cfa 0%,#04040cd1 15%,#04040cbf 40%,#04040cd1 70%,#04040cf7 100%);position:absolute;inset:0}.v6-bg-chroma{background:radial-gradient(45% 35% at 15% 75%,#d2460f0a 0%,#0000 70%),radial-gradient(40% 30% at 60% 65%,#1450d20a 0%,#0000 70%);animation:18s ease-in-out infinite alternate v6chromashift;position:absolute;inset:0}@keyframes v6slowdrift{0%{transform:scale(1)translateY(0)}to{transform:scale(1.05)translateY(-12px)}}@keyframes v6coastalshift{0%{opacity:.14;transform:scale(1)}to{opacity:.22;transform:scale(1.03)}}@keyframes v6chromashift{0%{opacity:.7}to{opacity:1}}.v6-topbar{z-index:20;background:#fff;justify-content:space-between;align-items:center;gap:16px;height:50px;padding:0 28px;display:flex;position:relative;box-shadow:0 1px #0000001a,0 2px 20px #00000059}.v6-logo-wrap{flex-shrink:0;align-items:center;gap:10px;display:flex}.v6-diamond{background:#0c0c0c;flex-shrink:0;width:20px;height:20px;position:relative;transform:rotate(45deg)}.v6-diamond:after{content:"";background:#fff;width:9px;height:9px;position:absolute;top:4px;left:4px}.v6-logo-text{color:#0c0c0c;letter-spacing:-.02em;font-size:15px;font-weight:700;text-decoration:none}.v6-nav{align-items:stretch;gap:0;height:100%;display:flex}.v6-nav-item{color:#aaa;cursor:pointer;white-space:nowrap;border-bottom:2px solid #0000;align-items:center;padding:0 15px;font-size:11px;font-weight:500;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.v6-nav-item:hover{color:#555}.v6-nav-item-active{color:#0c0c0c;border-bottom-color:#0c0c0c}.v6-header-controls{flex-shrink:0;align-items:center;gap:10px;display:flex}.v6-header-controls .header-scope-select{border:1px solid #ddd;padding:4px 10px;font-size:12px;color:#111!important;background:#f5f5f5!important}.v6-header-controls .header-scope-select option{color:#111!important;background:#fff!important}.v6-header-controls .header-brokerage{border-color:#ddd}.v6-header-controls .header-brokerage-label,.v6-header-controls .header-brokerage-broker,.v6-header-controls .header-brokerage-status{color:#555}.v6-header-controls .header-brokerage-status.connected{color:#1e8c55}.v6-header-controls .header-brokerage-env.live{color:#b91c1c;background:#fee2e2}.v6-header-controls .header-brokerage-env.paper{color:#555;background:#f5f5f5}.v6-header-controls .header-sign-out-btn{color:#555;border-color:#ddd}.v6-header-controls .header-sign-out-btn:hover{color:#000;background:#f5f5f5;border-color:#aaa}.v6-header-controls .header-brokerage-connect-btn{color:#fff;background:#111;border-color:#111}.v6-header-controls .header-agent-status{color:#333;background:#f5f5f5;border:1px solid #ddd}.v6-header-controls .header-agent-label{color:#555!important}.v6-header-controls .header-agent-count{color:#222!important}.v6-header-controls .header-agent-count.active{color:#1e8c55!important}.v6-header-controls .header-agent-chevron{color:#888!important}.v6-header-controls .header-agent-status:hover{background:#ebebeb;border-color:#bbb}.v6-header-controls .header-agent-dropdown-header{border-bottom-color:#eee;color:#666!important}.v6-header-controls .header-agent-name{color:#111!important}.v6-header-controls .header-agent-id{color:#999!important}.v6-header-controls .header-agent-empty p{color:#888!important}.v6-header-controls .header-agent-item{border-bottom-color:#f0f0f0!important}.v6-header-controls .header-agent-item-details{color:#777!important}.v6-header-controls .header-agent-limit{color:#555!important}.v6-header-controls .header-agent-dropdown{color:#ffffffd9;background:#0d0d0d;border-color:#ffffff26}.v6-header-controls .header-agent-dropdown .header-agent-name{color:#fff!important}.v6-header-controls .header-agent-dropdown .header-agent-id{color:#ffffff73!important}.v6-header-controls .header-agent-dropdown .header-agent-item{border-bottom-color:#ffffff12!important}.v6-header-controls .header-agent-dropdown .header-agent-item-details{color:#ffffff8c!important}.v6-header-controls .header-agent-dropdown .header-agent-limit{color:#ffffff80!important}.v6-header-controls .header-agent-dropdown .header-agent-dropdown-header{color:#ffffff80!important;border-bottom-color:#ffffff1a!important}.v6-body{grid-template-columns:258px 1fr 218px;height:calc(100vh - 50px);display:grid;position:relative}.v6-col{border-right:1px solid var(--v6-border);scrollbar-width:none;background:#04040ceb;flex-direction:column;display:flex;position:relative;overflow:hidden auto}.v6-col:before{content:"";z-index:0;pointer-events:none;filter:blur(32px)saturate();opacity:.12;background:url(/bg-0.jpg) top/cover fixed;position:absolute;inset:-50px}.v6-col>.v6-sec{z-index:1;position:relative}.v6-col:last-child{border-right:none}.v6-chart-col{scrollbar-width:none;background:#04040ce0;flex-direction:column;display:flex;position:relative;overflow:hidden auto}.v6-chart-col:before{content:"";z-index:0;pointer-events:none;filter:blur(18px)saturate();opacity:.1;background:url(/bg-0.jpg) top/cover fixed;position:absolute;inset:-50px}.v6-chart-col>.v6-sec{z-index:1;position:relative}.v6-sec{border-bottom:1px solid var(--v6-border-dim);flex-shrink:0;padding:18px 20px}.v6-sec:last-child{border-bottom:none}.v6-sec-grow{flex:1}.v6-sec-label{letter-spacing:.22em;text-transform:uppercase;color:var(--v6-text-dim);margin-bottom:12px;font-size:8px;font-weight:700}.v6-sec-header-row{align-items:center;gap:8px;margin-bottom:12px;display:flex}.v6-equity-num{font-family:var(--v6-display);letter-spacing:.02em;color:var(--v6-text);text-shadow:0 0 40px #6fa3ff40,0 0 80px #6fa3ff1a;font-size:42px;line-height:1}.v6-pnl-row{font-family:var(--v6-mono);align-items:center;gap:8px;margin-top:6px;font-size:11px;display:flex}.v6-pnl-pct{opacity:.7}.v6-pnl-sub{color:var(--v6-text-dim);font-size:9px}.v6-chip-grid{grid-template-columns:1fr 1fr;gap:5px;margin-top:14px;display:grid}.v6-chip{border:1px solid var(--v6-border-dim);background:#ffffff08;border-radius:2px;padding:8px 10px}.v6-chip-label{letter-spacing:.14em;text-transform:uppercase;color:var(--v6-text-dim);margin-bottom:4px;font-size:8px;font-weight:600}.v6-chip-val{font-family:var(--v6-mono);color:var(--v6-text);font-size:13px;font-weight:300}.v6-st-row{border-bottom:1px solid var(--v6-border-dim);justify-content:space-between;align-items:baseline;padding:6px 0;display:flex}.v6-st-row:last-child{border-bottom:none}.v6-st-key{color:var(--v6-text-mid);font-size:10px;font-weight:300}.v6-st-val{font-family:var(--v6-mono);font-size:10px}.v6-pos{color:var(--v6-green)}.v6-neg{color:var(--v6-red)}.v6-warn{color:var(--v6-amber)}.v6-dim{color:var(--v6-text-dim)}.v6-mono{font-family:var(--v6-mono)}.v6-risk-row{margin-bottom:12px}.v6-risk-row:last-child{margin-bottom:0}.v6-risk-label{letter-spacing:.1em;text-transform:uppercase;color:var(--v6-text-dim);margin-bottom:5px;font-size:9px;font-weight:600}.v6-risk-bar-wrap{align-items:center;gap:8px;display:flex}.v6-risk-bar{background:#ffffff14;border-radius:1px;flex:1;height:2px;overflow:hidden}.v6-risk-bar-fill{border-radius:1px;height:100%;transition:width .4s}.v6-risk-val{font-family:var(--v6-mono);white-space:nowrap;font-size:9px}.v6-positions{flex-direction:column;gap:8px;display:flex}.v6-position-row{border-bottom:1px solid var(--v6-border-dim);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.v6-position-row:last-child{border-bottom:none}.v6-position-left{flex-direction:column;gap:2px;display:flex}.v6-position-right{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.v6-position-symbol{font-size:13px;font-weight:600}.v6-charts-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.v6-chart-label{letter-spacing:.12em;text-transform:uppercase;color:var(--v6-text-dim);margin-bottom:6px;font-size:9px;font-weight:600}.v6-chart-wrap{width:100%;overflow:hidden}.v6-period-btns{gap:4px;display:flex}.v6-period-btn{letter-spacing:.1em;text-transform:uppercase;color:var(--v6-text-dim);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:1px;padding:3px 9px;font-size:9px;font-weight:600;transition:all .15s}.v6-period-btn:hover{color:var(--v6-text);border-color:var(--v6-border)}.v6-period-btn-active{color:var(--v6-text);border-color:var(--v6-border);background:#ffffff0f}.v6-badge{background:var(--v6-red);color:#fff;text-align:center;border-radius:999px;min-width:18px;padding:1px 6px;font-size:10px;font-weight:700}.v6-badge-sm{color:var(--v6-text-mid);background:#ffffff1a;border-radius:999px;margin-left:4px;padding:1px 6px;font-size:10px}.v6-link-sm{color:var(--v6-text-dim);margin-left:auto;font-size:10px;text-decoration:none;transition:color .15s}.v6-link-sm:hover{color:var(--v6-text)}.v6-queue-list{flex-direction:column;gap:8px;display:flex}.v6-queue-item{border:1px solid var(--v6-border-dim);background:#ffffff06;border-radius:2px;padding:10px 12px;transition:border-color .15s}.v6-queue-group{cursor:pointer}.v6-queue-group:hover{border-color:var(--v6-border)}.v6-queue-executed{background:#3dd6a30a;border-color:#3dd6a34d}.v6-queue-title{font-size:13px;font-weight:600}.v6-queue-actions{gap:8px;margin-top:10px;display:flex}.v6-btn-approve{color:var(--v6-green);cursor:pointer;background:#3dd6a31f;border:1px solid #3dd6a366;border-radius:1px;padding:5px 14px;font-size:11px;font-weight:600;transition:all .15s}.v6-btn-approve:hover{background:#3dd6a333}.v6-btn-deny{color:var(--v6-red);cursor:pointer;background:#e8623a1a;border:1px solid #e8623a59;border-radius:1px;padding:5px 14px;font-size:11px;font-weight:600;transition:all .15s}.v6-btn-deny:hover{background:#e8623a33}.v6-halt-btn{letter-spacing:.1em;cursor:pointer;text-transform:uppercase;border-radius:1px;width:100%;padding:10px 16px;font-size:12px;font-weight:700;transition:all .2s}.v6-halt-btn-halt{border:1px solid var(--v6-red);color:#ede9e3e6;background:#e8623a14}.v6-halt-btn-resume{border:1px solid var(--v6-green);color:#ede9e3e6;background:#3dd6a314}.v6-movers{grid-template-columns:1fr 1fr;gap:12px;display:grid}.v6-movers-col{flex-direction:column;gap:6px;display:flex}.v6-movers-header{letter-spacing:.12em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700}.v6-mover-row{justify-content:space-between;align-items:center;font-size:11px;display:flex}.v6-exposure-row{align-items:center;gap:8px;margin-bottom:7px;font-size:10px;display:flex}.v6-exposure-row:last-child{margin-bottom:0}.v6-exposure-row>.v6-dim{min-width:40px}.v6-exposure-bar{background:#ffffff14;border-radius:1px;flex:1;height:2px;overflow:hidden}.v6-exposure-row .v6-mono{text-align:right;min-width:36px;font-size:9px}.v6-heatmap{grid-template-columns:repeat(6,1fr);gap:2px;margin-top:6px;display:grid}.v6-heatmap-cell{aspect-ratio:1;border-radius:1px;justify-content:center;align-items:center;transition:opacity .15s;display:flex}.v6-heatmap-pct{font-family:var(--v6-mono);color:#ffffffb3;font-size:6px}.v6-margin-banner{z-index:100;color:#ede9e3bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#04040cd9;border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:10px;max-width:380px;padding:8px 14px;font-size:12px;display:flex;position:fixed;top:58px;left:50%;transform:translate(-50%)}.v6-margin-banner-close{color:#ede9e359;cursor:pointer;background:0 0;border:none;flex-shrink:0;margin-left:auto;padding:0 2px;font-size:14px;line-height:1}.v6-modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.v6-modal{width:100%;max-width:640px;max-height:80vh;color:var(--v6-text);background:#080814f2;border:1px solid #ffffff1a;border-radius:4px;padding:24px;overflow:auto}.v6-modal-brief{border:1px solid var(--v6-border);font-family:var(--v6-mono);color:#ede9e3bf;background:#ffffff08;border-radius:2px;padding:12px 14px;font-size:11px;line-height:1.6}.v6-col::-webkit-scrollbar{display:none}.v6-chart-col::-webkit-scrollbar{display:none}.v6-chart-wrap .portfolio-chart-with-axis{width:100%}.v6-chart-wrap .portfolio-chart-svg{width:100%;height:auto}.v6-chart-wrap .portfolio-chart-empty{height:80px;color:var(--v6-text-dim);justify-content:center;align-items:center;font-size:11px;display:flex}.v6-logo-img{object-fit:contain;flex-shrink:0;width:24px;height:24px}.v6-app .dashboard-card,.v6-chart-col .dashboard-card{color:#ede9e3!important;background:#ffffff0a!important;border-color:#ffffff1a!important;border-radius:3px!important}.v6-app .dashboard-card h2{color:#fff!important}.v6-app .dashboard-card .muted{color:#ede9e380!important}.v6-app .dashboard-card .list-item{color:#ede9e3!important;border-color:#ffffff14!important}.v6-app .agents-card-header{justify-content:space-between;align-items:center;display:flex}.v6-app .agents-add-button{letter-spacing:.08em;text-transform:uppercase;color:#ede9e399;border:1px solid #ffffff26;padding:3px 10px;font-size:10px;font-weight:600;text-decoration:none}.v6-app .agents-add-button:hover{color:#fff;border-color:#ffffff59}.v6-chart-pair-header{border-bottom:1px solid var(--v6-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px 10px;display:flex}.v6-chart-pair{border-bottom:1px solid var(--v6-border);grid-template-columns:1fr 1fr;display:grid}.v6-chart-pair-item{border-right:1px solid var(--v6-border);border-bottom:none!important}.v6-chart-pair-item:last-child{border-right:none}@media (max-width:1500px){.v6-chart-pair{grid-template-columns:1fr}.v6-chart-pair-item{border-right:none!important;border-bottom:1px solid var(--v6-border)!important}.v6-chart-pair-item:last-child{border-bottom:none!important}}.v6-mobile-tabs{display:none}@media (max-width:768px){.v6-mobile-tabs{z-index:200;height:60px;padding-bottom:env(safe-area-inset-bottom);background:#04040cf7;border-top:1px solid #ffffff1a;display:flex;position:fixed;bottom:0;left:0;right:0}.v6-tab{cursor:pointer;color:#ffffff73;background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;padding:0;transition:color .15s;display:flex}.v6-tab.active{color:#fff}.v6-tab-icon{font-size:18px;line-height:1}.v6-tab-label{letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:600;font-family:var(--v6-sans,sans-serif)}html,body{box-sizing:border-box;width:100%!important;overflow-x:hidden!important}.v6-app,.v6-body,.v6-col,.v6-chart-col,.dashboard-card,.dashboard-grid{box-sizing:border-box!important;max-width:100%!important}.v6-topbar{gap:8px;padding:0 14px;overflow:hidden}.v6-topbar .header-nav,.header-controls-left,.header-controls-center,.v6-header-controls .header-controls-left,.v6-header-controls .header-controls-center,.header-brokerage,.header-brokerage-connect-btn{display:none!important}.header-sign-out-btn{white-space:nowrap;cursor:pointer;align-items:center;color:#fff!important;background:#111!important;border:none!important;border-radius:6px!important;padding:7px 14px!important;font-size:12px!important;font-weight:600!important;display:inline-flex!important}.v6-logo-text{font-size:14px}.v6-body{padding-bottom:70px;grid-template-columns:1fr!important;height:auto!important;min-height:auto!important;overflow:visible!important}.v6-col,.v6-chart-col{height:auto!important;min-height:auto!important;overflow:visible!important}.v6-col-hidden-mobile{display:none!important}.v6-chip-val{font-size:11px}.v6-equity-num{font-size:clamp(22px,8vw,36px)!important}.v6-st-key,.v6-st-val{font-size:12px!important}.v6-sec-label{font-size:9px!important}.landing-hero h1,.video-title{word-break:break-word;font-size:clamp(28px,8vw,56px)!important}.how-section,.features-section,.agents-section,.landing-section{padding:40px 20px!important}.landing-columns,.features-grid{grid-template-columns:1fr!important}.v6-app>div[style*=overflowY]{overflow-y:visible!important}.risk-console-topbar,div[style*="justifyContent: \"space-between\""][style*="alignItems: \"center\""][style*="marginBottom: 24"]{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}div[style*="gridTemplateColumns: \"1fr 1fr\""]{grid-template-columns:1fr!important}div[style*="gridTemplateColumns: \"160px 140px 30px"]{grid-template-columns:1fr!important;font-size:11px!important}div[style*="display: \"flex\""][style*="gap: 4"]{flex-wrap:wrap!important}}.v6-mobile-setup-tab{background:#04040ceb;min-height:calc(100vh - 110px);padding:0 16px;display:none}@media (max-width:768px){.v6-mobile-setup-tab{display:block}.dashboard-grid.approvals-layout{box-sizing:border-box!important;flex-direction:column!important;gap:12px!important;width:100%!important;max-width:100%!important;margin-top:8px!important;padding:0 12px!important;display:flex!important;overflow-x:hidden!important}.approvals-queue,.approvals-history,.dashboard-card{box-sizing:border-box!important;width:100%!important;min-width:0!important;max-width:100%!important}.approvals-queue-body{flex-direction:column!important;width:100%!important;display:flex!important}.approvals-history{order:2;max-height:200px!important;overflow-y:auto!important}.approvals-queue{order:1}.approvals-queue-brief{display:none!important}}.v6-mobile-signout-btn{display:none!important}@media (max-width:768px){.v6-mobile-signout-btn{display:block!important}.v6-topbar-right{display:none}}
