:root{--background:#f7f6f2;--foreground:#171717;--card:#fff;--surface-alt:#f0eee9;--surface-hover:#fbfaf7;--border:#e2dfd8;--muted-foreground:#6f6d68;--soft-text:#9a968f;--primary:#ff5a36;--primary-strong:#e84725;--primary-soft:#fff0ea;--primary-foreground:#fff;--positive:#13845f;--negative:#d94b61;--focus:#ff5a36;--ink:#171717;--ink-text:#fff;--shadow:0 20px 60px -44px #22305e6b;--hero:#ffe2d9;--note:#fff8d9;--note-foreground:#5d5528;--democrat:#3157d5;--democrat-bg:#eaf0ff;--republican:#d94b61;--republican-bg:#ffebee;--executive:#6c5bb8;--executive-bg:#f0ecff;--radius:16px;--consumer-max:1280px;--consumer-header-h:68px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dark{--background:#11110f;--foreground:#f7f4ef;--card:#1a1916;--surface-alt:#24211d;--surface-hover:#2a2621;--border:#34302b;--muted-foreground:#aaa49c;--soft-text:#7f7971;--primary:#ff7455;--primary-strong:#ff5a36;--primary-soft:#34231e;--primary-foreground:#171717;--positive:#58c69b;--negative:#ff8294;--focus:#ff7455;--ink:#f7f4ef;--ink-text:#171717;--hero:#3b251f;--note:#332f1c;--note-foreground:#f0df8d;--democrat:#89a0ff;--democrat-bg:#1d2948;--republican:#ff91a0;--republican-bg:#42232b;--executive:#b5a5ff;--executive-bg:#30294d;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html{scroll-padding-top:calc(var(--consumer-header-h) + 22px)}body{background:var(--background);letter-spacing:-.006em;font-family:Avenir Next,Avenir,Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px}::selection{color:#171717;background:#ffd4c8}h1,h2,h3{letter-spacing:-.045em;font-weight:760}.sidebar,.site-header,.mobile-nav,.app-frame>.app-footer{display:none!important}.consumer-app-frame{padding-top:var(--consumer-header-h);min-height:100vh}.consumer-main{width:min(var(--consumer-max),calc(100% - 40px));min-height:calc(100vh - 190px);margin:0 auto;padding:30px 0 72px}.eligibility-banner{background:var(--card);border-bottom:1px solid var(--border);min-height:38px;padding:8px 20px;font-size:11px}.consumer-header{height:var(--consumer-header-h);z-index:80;background:color-mix(in srgb,var(--card) 92%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid color-mix(in srgb,var(--border) 78%,transparent);position:fixed;inset:0 0 auto}.consumer-header-inner{height:100%;width:min(var(--consumer-max),calc(100% - 40px));align-items:center;gap:28px;margin:auto;display:flex}.consumer-brand{letter-spacing:-.055em;flex:none;align-items:center;gap:9px;font-size:22px;font-weight:850;display:flex}.consumer-brand .brand-mark{width:28px;height:30px;color:var(--primary)}.consumer-brand .brand-mark svg{width:27px;height:29px}.consumer-nav{align-items:center;gap:4px;display:flex}.consumer-nav a{color:var(--muted-foreground);border-radius:8px;padding:9px 11px;font-size:13px;font-weight:650;transition:color .15s,background .15s;position:relative}.consumer-nav a:hover{color:var(--foreground);background:var(--surface-alt)}.consumer-nav a.active{color:var(--foreground)}.consumer-nav a.active:after{content:"";background:var(--primary);border-radius:2px;height:2px;position:absolute;bottom:3px;left:11px;right:11px}.consumer-search{border:1px solid var(--border);background:var(--background);width:min(310px,28vw);height:38px;color:var(--soft-text);border-radius:10px;align-items:center;gap:8px;margin-left:auto;padding:0 10px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.consumer-search:focus-within{background:var(--card);border-color:color-mix(in srgb,var(--primary) 55%,var(--border));box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 10%,transparent)}.consumer-search input{min-width:0;color:var(--foreground);background:0 0;border:0;outline:0;flex:1;font-size:12px}.consumer-search kbd{border:1px solid var(--border);background:var(--card);color:var(--soft-text);border-radius:5px;padding:1px 5px;font-size:9px}.consumer-header-actions{align-items:center;gap:8px;display:flex}.consumer-icon-button{border:1px solid var(--border);background:var(--card);width:36px;height:36px;color:var(--muted-foreground);border-radius:10px;justify-content:center;align-items:center;transition:transform .12s,background .12s,color .12s;display:inline-flex}.consumer-icon-button:hover{background:var(--surface-alt);color:var(--foreground)}.consumer-icon-button:active{transform:scale(.96)}.mobile-search-toggle,.consumer-mobile-nav{display:none}.consumer-footer{width:min(var(--consumer-max),calc(100% - 40px));border-top:1px solid var(--border);color:var(--muted-foreground);justify-content:space-between;gap:30px;margin:0 auto 26px;padding:28px 0 0;display:flex}.consumer-footer>div{gap:5px;display:grid}.consumer-footer strong{color:var(--foreground);letter-spacing:-.04em;font-size:17px}.consumer-footer span{font-size:11px}.consumer-footer p{text-align:right;max-width:650px;font-size:10px;line-height:1.7}.toast{background:var(--ink);color:var(--ink-text);border-radius:12px;bottom:26px;left:50%}.button,.button[data-slot=button]{border-radius:10px;min-height:40px;font-size:12px;font-weight:700;transition:transform .12s,background .12s,border-color .12s}.button:hover:not(:disabled){transform:none}.button:active:not(:disabled){transform:scale(.98)}.button.primary{background:var(--primary);color:var(--primary-foreground)}.button.primary:hover:not(:disabled){background:color-mix(in srgb,var(--primary) 90%,#000)}.button.ink,.button.ink-theme{background:var(--foreground);color:var(--card)}.panel,.order-panel,.positions-panel{border-color:var(--border);box-shadow:none}.eyebrow,.mini-label{letter-spacing:.02em;text-transform:none;font-family:inherit}.accent-dot{color:var(--primary)}.outlined-pill,.status-chip,.availability-pill,.preview-tag{border-radius:999px}.person-avatar{background:var(--surface-alt);border-color:var(--border)}@media (max-width:900px){.consumer-header-inner{gap:14px}.consumer-nav{display:none}.consumer-search{width:min(360px,42vw)}.consumer-main{width:min(100% - 28px,var(--consumer-max));padding-top:22px;padding-bottom:92px}.consumer-footer{flex-direction:column;gap:12px;width:calc(100% - 28px);padding-bottom:78px}.consumer-footer p{text-align:left}.consumer-mobile-nav{z-index:90;border:1px solid color-mix(in srgb,var(--border) 82%,transparent);background:color-mix(in srgb,var(--card) 94%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-radius:18px;grid-template-columns:repeat(4,1fr);padding:7px;display:grid;position:fixed;bottom:12px;left:12px;right:12px;box-shadow:0 16px 60px -30px #0f1937a6}.consumer-mobile-nav a{min-width:0;min-height:48px;color:var(--soft-text);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:9px;font-weight:700;display:flex}.consumer-mobile-nav a.active{background:var(--surface-alt);color:var(--primary)}}@media (max-width:620px){:root{--consumer-header-h:62px}.consumer-header-inner{width:calc(100% - 24px)}.consumer-brand{font-size:20px}.consumer-brand .brand-mark{width:25px}.consumer-search{background:var(--card);width:auto;height:46px;display:none;position:absolute;top:calc(100% + 8px);left:12px;right:12px;box-shadow:0 18px 50px -28px #131f448c}.consumer-search.open{display:flex}.consumer-search kbd{display:none}.mobile-search-toggle{display:inline-flex}.consumer-header-actions{margin-left:auto}.consumer-header-actions .wallet-button span:not(.sr-only){display:none}.consumer-main{width:calc(100% - 22px);padding-top:18px}.eligibility-banner{font-size:9px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.trade-page{max-width:1120px;margin:0 auto;padding:42px 0 70px}.trade-page>.breadcrumbs{margin-bottom:30px}.trade-page .page-intro{border-bottom:1px solid var(--border);padding:10px 0 30px}.trade-page .page-intro h1{letter-spacing:-.07em;max-width:760px;margin:8px 0;font-size:clamp(48px,6.5vw,78px);line-height:.92}.trade-page .page-intro p{color:var(--muted-foreground);font-size:15px}.trade-page-layout{grid-template-columns:minmax(0,1fr) 370px;align-items:start;gap:24px;padding-top:24px;display:grid}.trade-context{gap:16px;display:grid}.copy-visual{border:1px solid var(--border);background:var(--card);border-radius:18px;min-height:330px;padding:28px;position:relative;overflow:hidden}.copy-visual:before{content:"ONE PRINT";letter-spacing:-.08em;color:color-mix(in srgb,var(--primary) 7%,transparent);white-space:nowrap;font-size:96px;font-weight:900;position:absolute;top:-16px;right:-10px}.copy-visual-path{z-index:1;align-items:center;gap:24px;margin:34px 0 28px;display:flex;position:relative}.copy-visual-path .person-avatar{border:0;border-radius:16px;width:118px;height:134px;overflow:hidden}.copy-visual-path .person-avatar img{object-fit:cover;width:100%;height:100%}.copy-path-arrow{color:var(--primary)}.copy-visual h2{letter-spacing:-.055em;margin:0 0 6px;font-size:34px}.copy-visual>p{color:var(--muted-foreground);font-size:13px}.trade-context-note{border:1px solid var(--border);background:0 0;border-radius:14px;gap:14px;padding:18px 20px;display:flex}.trade-context-note>.icon{color:var(--primary);flex:none}.trade-context-note h3{margin:0 0 6px;font-size:14px}.trade-context-note p{color:var(--muted-foreground);margin:0 0 9px;font-size:11px;line-height:1.55}.trade-context-note .text-button{color:var(--foreground);font-size:10px;font-weight:800}.trade-page .order-panel{border:1px solid var(--border);background:var(--card);border-radius:18px;padding:22px;position:sticky;top:90px}.trade-page .order-panel-heading{border-bottom:1px solid var(--border);margin-bottom:17px;padding-bottom:18px}.trade-page .order-panel-heading h2{letter-spacing:-.045em;font-size:22px}.trade-page .order-summary{border-block:1px solid var(--border);margin:16px 0;padding:6px 0}.trade-page .order-summary>div{padding:8px 0}.trade-page .order-summary span{color:var(--muted-foreground);font-size:10px}.trade-page .order-summary strong{font-size:11px}.trade-page .basket-preview{border:1px solid color-mix(in srgb,var(--primary) 22%,var(--border));background:color-mix(in srgb,var(--primary) 4%,var(--card));border-radius:11px}.trade-page .ticket-disclaimer,.trade-page .order-status{color:var(--muted-foreground);font-size:9px;line-height:1.5}@media (max-width:850px){.trade-page{padding:24px 0 100px}.trade-page-layout{grid-template-columns:1fr}.trade-page .order-panel{position:static}.copy-visual{min-height:290px}.copy-visual:before{font-size:70px}}.stock-logo{border:1px solid var(--border);color:var(--foreground);background:#fff;flex:none;place-items:center;font-weight:850;display:inline-grid;position:relative;overflow:hidden;box-shadow:0 1px #14161a08}.stock-logo img{object-fit:contain;width:72%;height:72%;display:block}.stock-logo b{letter-spacing:-.04em;font-size:.72em}.stock-logo.stock-size-sm{border-radius:7px;width:24px;height:24px}.stock-logo.stock-size-md{border-radius:10px;width:36px;height:36px}.stock-logo.stock-size-lg{border-radius:14px;width:54px;height:54px}.allocation-breakdown{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px}.allocation-head{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.allocation-head span{color:var(--muted-foreground);margin-bottom:3px;font-size:10px;display:block}.allocation-head h3{letter-spacing:-.04em;margin:0;font-size:21px}.allocation-head>strong{color:var(--muted-foreground);font-size:10px;font-weight:700}.allocation-strip{background:var(--surface-alt);border-radius:6px;gap:2px;height:18px;margin:18px 0 15px;display:flex;overflow:hidden}.allocation-strip button{cursor:pointer;opacity:.9;border:0;min-width:3px;height:100%;padding:0;transition:opacity .12s,filter .12s}.allocation-strip button:hover,.allocation-strip button.active{opacity:1;filter:saturate(1.18)brightness(.98)}.allocation-focus{border-bottom:1px solid var(--border);grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 0 15px;display:grid}.allocation-focus strong,.allocation-focus span{display:block}.allocation-focus strong{font-size:13px}.allocation-focus span{color:var(--muted-foreground);margin-top:2px;font-size:9px}.allocation-focus>b{letter-spacing:-.04em;font-size:18px}.allocation-legend{grid-template-columns:1fr 1fr;gap:0 20px;margin-top:4px;display:grid}.allocation-legend button{border:0;border-bottom:1px solid var(--border);text-align:left;color:inherit;cursor:pointer;opacity:.78;background:0 0;grid-template-columns:5px 24px 1fr auto;align-items:center;gap:8px;padding:10px 0;display:grid}.allocation-legend button:hover,.allocation-legend button.active{opacity:1}.allocation-legend button>i{border-radius:5px;width:5px;height:26px}.allocation-legend span strong,.allocation-legend span small{display:block}.allocation-legend span strong{font-size:11px}.allocation-legend span small{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;max-width:145px;font-size:8px;overflow:hidden}.allocation-legend button>b{font-variant-numeric:tabular-nums;font-size:10px}@media (max-width:620px){.allocation-breakdown{padding:15px}.allocation-legend{grid-template-columns:1fr}.allocation-strip{height:15px}.allocation-focus>b{font-size:16px}}
