.site-shell{--site-shell-top-offset:0px;--site-shell-sidebar-width:200px;grid-template-columns:var(--site-shell-sidebar-width) minmax(0, 1fr);background:var(--app-bg);min-height:100vh;transition:grid-template-columns .32s;display:grid;overflow-x:clip}.site-shell.is-collapsed{grid-template-columns:0 minmax(0,1fr)}.site-shell__sidebar{height:100vh;width:var(--site-shell-sidebar-width);border-right:.5px solid var(--border);background-color:var(--surface-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:10;opacity:1;transform-origin:0;flex-direction:column;gap:18px;padding:14px 10px;transition:transform .32s,opacity .24s,border-color .24s,box-shadow .24s;display:flex;position:sticky;top:0;overflow:hidden;transform:translate(0);box-shadow:0 0 #0000}.site-shell__sidebar.is-collapsed{opacity:0;pointer-events:none;box-shadow:none;border-color:#0000;transform:translate(calc(-100% - 22px))}.site-shell__sidebar-top{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.site-shell__collapse-button{border:.5px solid var(--border);background:var(--surface-soft);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;box-shadow:none;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);border-radius:14px;flex:none;justify-content:center;align-items:center;transition:transform .18s,color .18s,border-color .18s,background .18s,box-shadow .18s;display:inline-flex}.site-shell__collapse-button:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);box-shadow:none;transform:translateY(-1px)}.site-shell__collapse-icon{stroke:currentColor;stroke-width:1.9px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.site-shell__brand{gap:8px;min-width:0;padding:4px 2px;display:grid}.site-shell__mobile-brand{color:var(--text-primary);letter-spacing:-.05em;font-size:24px;font-weight:800;line-height:.92}.site-shell__brand-name{color:var(--text-primary);letter-spacing:-.05em;align-items:baseline;gap:6px;font-size:22px;font-weight:760;line-height:1;display:flex}.site-shell__brand-name span:last-child{color:var(--text-muted);letter-spacing:-.03em;font-size:.76em;font-weight:650}.site-shell__brand-note{max-width:148px;color:var(--text-muted);letter-spacing:-.01em;margin:0;font-size:11px;line-height:1.42}.site-shell__brand-note--drawer{max-width:240px;font-size:12px;line-height:1.6}.site-shell__section-label{color:var(--text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:10px;font-weight:800}.site-shell__nav,.site-shell__resources{gap:6px;display:grid}.site-shell__resources{border-top:1px solid var(--border-subtle);margin-top:auto;padding-top:12px}.site-shell__resources .site-shell__section-label{margin-bottom:8px}.site-shell__nav-link,.site-shell__external-link{min-height:46px;color:var(--text-secondary);border:1px solid #0000;border-radius:16px;align-items:center;gap:8px;padding:9px 10px 9px 11px;font-size:13px;font-weight:650;text-decoration:none;transition:background .18s,color .18s,transform .18s,box-shadow .18s,border-color .18s;display:flex}.site-shell__nav-glyph{border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .18s,transform .18s;display:inline-flex}.site-shell__nav-glyph-icon{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.site-shell__link-index{color:var(--text-muted);letter-spacing:.1em;flex:none;font-size:9px;font-weight:900}.site-shell__link-copy{flex:1;gap:1px;min-width:0;display:grid}.site-shell__link-title{color:inherit;letter-spacing:-.02em;font-size:14px;font-weight:720;line-height:1.1}.site-shell__link-description,.site-shell__link-meta{color:var(--text-muted);font-size:10px;font-weight:650;line-height:1.28}.site-shell__external-arrow{color:var(--text-muted);flex:none;font-size:12px;font-weight:900}.site-shell__nav-link:hover,.site-shell__external-link:hover{background:var(--surface-hover);color:var(--text-primary);border-color:var(--border-strong);box-shadow:none;transform:translate(1px)}.site-shell__nav-link.active{background:var(--surface-soft);color:var(--accent);border-color:var(--border);box-shadow:none}.site-shell__nav-link.active .site-shell__link-index,.site-shell__nav-link.active .site-shell__link-description{color:var(--text-soft)}.site-shell__nav-link.active .site-shell__nav-glyph{background:0 0}.site-shell__main{min-width:0;min-height:100vh}.site-shell__desktop-toggle{border:.5px solid var(--border);background:var(--surface-soft);width:36px;height:36px;color:var(--text-secondary);box-shadow:none;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);cursor:pointer;border-radius:12px;flex:none;justify-content:center;align-items:center;padding:0;transition:transform .18s,box-shadow .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.site-shell__desktop-toggle:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);box-shadow:none;transform:translateY(-1px)}.site-shell__desktop-toggle-icon{justify-content:center;align-items:center;display:inline-flex}.site-shell__desktop-toggle-svg{stroke:currentColor;stroke-width:1.8px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:16px;height:16px}.site-shell__desktop-toggle:focus-visible,.site-shell__collapse-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:3px}.site-shell__theme-panel{border:.5px solid var(--border);background:var(--surface);box-shadow:none;border-radius:18px;gap:8px;padding:10px;display:grid}.site-shell__theme-panel--drawer{margin-top:-2px}.site-shell__theme-panel .site-shell__section-label{margin-bottom:0}.site-shell__theme-copy{color:var(--text-muted);margin:0;font-size:11px;line-height:1.5}.site-shell__theme-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.site-shell__theme-option{min-width:0;display:block;position:relative}.site-shell__theme-option input{opacity:0;pointer-events:none;position:absolute;inset:0}.site-shell__theme-option span{border:.5px solid var(--border);background:var(--surface-soft);min-height:38px;color:var(--text-secondary);letter-spacing:-.01em;cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:700;transition:border-color .18s,background .18s,color .18s,transform .18s,box-shadow .18s;display:flex}.site-shell__theme-option span:hover{border-color:var(--border-strong);color:var(--text-primary);transform:translateY(-1px)}.site-shell__theme-option input:focus-visible+span{outline:2px solid var(--focus-ring);outline-offset:2px}.site-shell__theme-option input:checked+span{background:var(--surface-soft);border-color:var(--border);color:var(--accent);box-shadow:none}.site-shell__page{min-width:0;min-height:100vh}.site-shell__mobile-bar{display:none}.site-shell__menu-button{border:.5px solid var(--border);background:var(--surface);width:40px;height:40px;color:var(--text-primary);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:transform .18s,border-color .18s,color .18s,background .18s;display:inline-flex}.site-shell__menu-button:hover{color:var(--accent);border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-1px)}.site-shell__drawer,.site-shell__drawer-backdrop{display:none}@media (width<=979px){.site-shell{display:block}.site-shell__desktop-toggle,.site-shell__sidebar{display:none}.site-shell__mobile-bar{z-index:1100;border-bottom:.5px solid var(--border);background:var(--surface-elevated);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);align-items:center;gap:12px;padding:14px 16px;display:flex;position:sticky;top:0}.site-shell__mobile-brand{font-size:22px}.site-shell__page{--site-shell-top-offset:69px;min-height:calc(100vh - 69px)}.site-shell__drawer-backdrop{background:var(--overlay-backdrop);z-index:1200;position:fixed;inset:0}.site-shell__drawer{background-color:var(--surface-elevated);width:min(320px,86vw);box-shadow:var(--shadow-float);border-right:.5px solid var(--border);-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);z-index:1300;padding:22px 18px 28px;transition:transform .24s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.site-shell__drawer.open{align-content:start;gap:18px;display:grid;transform:translate(0)}.site-shell__drawer-backdrop.open{display:block}.site-shell__drawer-head{justify-content:space-between;align-items:flex-start;gap:12px;padding:8px 4px 4px;display:flex}.site-shell__drawer-brand{gap:10px;display:grid}.drawer-nav{gap:8px}.site-shell__drawer .site-shell__section-label{margin-bottom:4px}.site-shell__drawer .site-shell__nav-link,.site-shell__drawer .site-shell__external-link{border-radius:24px;align-items:flex-start;min-height:64px;padding:14px 14px 14px 16px}.site-shell__drawer .site-shell__link-title{font-size:17px}.site-shell__drawer .site-shell__link-description,.site-shell__drawer .site-shell__link-meta{font-size:12px}.site-shell__drawer .site-shell__menu-button.close{width:52px;height:52px;color:var(--text-secondary);font-size:22px}.site-shell__drawer .site-shell__resources{border-top:0;gap:8px;margin-top:0;padding-top:0}}.home-page{--home-two-column-layout:repeat(2, minmax(0, 1fr));--home-bg:var(--app-bg);--home-surface:var(--surface-elevated);--home-card:var(--surface);--home-card-subtle:var(--surface-soft);--home-text:var(--text-primary);--home-muted:var(--text-muted);--home-line:var(--border);--home-line-strong:var(--border-strong);--home-line-subtle:var(--border-subtle);--home-accent:var(--accent);--home-accent-strong:var(--accent-strong);--home-positive:var(--success);--home-negative:var(--danger);--home-warning:var(--warning);--home-neutral:var(--text-soft);--home-shadow-soft:var(--shadow-soft);--home-shadow-float:var(--shadow-float);--home-shadow-accent:var(--shadow-accent);--home-card-glass:var(--surface-muted);background:radial-gradient(circle at top left, var(--page-glow-accent), transparent 26%), radial-gradient(circle at bottom right, var(--page-glow-success), transparent 30%), linear-gradient(180deg, var(--page-gradient-start) 0%, var(--page-gradient-end) 100%);min-height:100%;color:var(--home-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Arial,sans-serif}.home-shell{width:min(1280px,100%);margin:0 auto;padding:18px 20px 48px}.home-header{top:calc(14px + var(--site-shell-top-offset,0px));z-index:20;border:1px solid var(--home-line-strong);background:var(--home-surface);-webkit-backdrop-filter:blur(20px);border-radius:999px;justify-content:space-between;align-items:center;gap:18px;padding:14px 20px;display:flex;position:sticky}.home-brand-lockup{align-items:center;gap:10px;min-width:0;display:flex}.home-nav-toggle{flex-shrink:0}.home-logo{letter-spacing:-.045em;font-size:28px;font-weight:650}.home-top-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:16px;display:flex}.home-top-link{color:var(--home-muted);border-bottom:1px solid #0000;font-size:13px;line-height:1;text-decoration:none;transition:color .22s ease-out,border-color .22s ease-out,transform .22s ease-out}.home-top-link:hover{color:var(--home-text);border-color:var(--home-line-subtle);transform:scale(1.01)}.home-snapshot-note{color:var(--home-muted);text-align:right;margin-top:14px;font-size:12px;line-height:1.5}.home-hero{text-align:center;padding:48px 0 32px}.home-kicker{color:var(--home-accent);letter-spacing:.18em;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700}.home-hero h1{letter-spacing:-.04em;margin:0 0 8px;font-size:clamp(36px,5vw,48px);font-weight:600;line-height:1.1}.home-subtitle{color:var(--home-muted);max-width:52ch;margin:0 auto 28px;font-size:15px;line-height:1.5}.home-product-grid{grid-template-columns:1fr;align-items:stretch;gap:14px;margin-top:40px;display:grid}.home-product-card{border:1px solid var(--home-line);background:var(--home-card);min-height:90px;color:inherit;border-radius:20px;flex-direction:row;align-items:center;gap:16px;padding:20px 24px;text-decoration:none;transition:transform .22s ease-out,box-shadow .22s ease-out,border-color .22s ease-out;animation:.72s ease-out both homeFadeUp;display:flex;position:relative}.home-product-card--stock{animation-delay:.2s}.home-product-card--options{animation-delay:.26s}.home-product-card:hover{border-color:var(--home-line-strong);box-shadow:var(--home-shadow-soft);transform:translateY(-2px)}.home-product-icon{flex-shrink:0;font-size:32px;line-height:1}.home-product-content{flex-direction:column;flex:1;gap:4px;display:flex}.home-product-card h2{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:600;line-height:1.2}.home-product-card p{color:var(--home-muted);margin:0;font-size:14px;line-height:1.5}.home-risk-bar{text-align:center;border-top:1px solid var(--home-line);margin-top:48px;padding:20px}.home-risk-bar p{color:var(--home-muted);max-width:800px;margin:0 auto;font-size:12px;line-height:1.6}@keyframes homeFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=980px){.home-header{border-radius:26px}.home-hero{padding-top:54px}.home-steps-grid,.home-product-grid{grid-template-columns:1fr}}@media (width<=720px){.home-shell{padding:14px 14px 34px}.home-header{border-radius:24px;align-items:flex-start;padding:14px 16px}.home-top-nav{justify-content:flex-start;gap:12px 14px}.home-snapshot-note{text-align:left}.home-hero{padding:40px 0 26px}.home-hero-copy h1{max-width:100%;font-size:clamp(38px,12vw,56px)}.home-subtitle{max-width:100%;font-size:17px}.home-action-row{flex-direction:column;align-items:stretch}.home-primary-cta,.home-secondary-cta{width:100%}.home-product-card{border-radius:24px;min-height:186px;padding:20px}}.home-search-form{gap:12px;max-width:520px;margin:0 auto 20px;display:flex}.home-search-input{border:.5px solid var(--home-line);background:var(--home-card);min-height:54px;color:var(--home-text);border-radius:999px;flex:1;padding:0 20px;font-family:inherit;font-size:16px;transition:border-color .22s ease-out,box-shadow .22s ease-out}.home-search-input:focus{border-color:var(--home-accent);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.home-search-button{background:var(--home-accent);min-width:100px;min-height:54px;color:var(--button-on-accent);cursor:pointer;box-shadow:none;border:none;border-radius:999px;padding:0 28px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .22s ease-out,box-shadow .22s ease-out}.home-search-button:hover{box-shadow:none;transform:translateY(-2px)}.home-quick-symbols{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;display:flex}.home-quick-label{color:var(--home-muted);font-size:13px}.home-quick-button{border:1px solid var(--home-line);background:var(--home-card);min-height:32px;color:var(--home-text);cursor:pointer;border-radius:999px;padding:0 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .22s ease-out}.home-quick-button:hover{border-color:var(--home-line-strong);color:var(--home-accent);transform:translateY(-1px)}.home-main-grid{grid-template-columns:var(--home-two-column-layout);align-items:stretch;gap:16px;margin-top:28px;display:grid}.home-card{border:1px solid var(--home-line);background:var(--home-card);box-shadow:inset 0 1px 0 var(--home-line-subtle);border-radius:20px;flex-direction:column;gap:16px;padding:24px;animation:.6s ease-out both homeFadeUp;display:flex}.home-card--market{animation-delay:.1s}.home-card--news{animation-delay:.15s}.home-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-card-meta{justify-items:end;gap:4px;display:grid}.home-card-header h2{margin:0;font-size:18px;font-weight:600;line-height:1.2}.home-card-date{color:var(--home-muted);white-space:nowrap;font-size:12px}.home-card-subdate{color:var(--home-muted);white-space:nowrap;opacity:.9;font-size:11px;line-height:1.2}.home-card-content{flex-direction:column;gap:14px;display:flex}.home-card--market .home-card-content{flex:1}.home-market-summary{grid-template-columns:1fr;gap:10px;display:grid}.home-card--market .home-market-summary{flex:1;grid-auto-rows:minmax(0,1fr);align-content:stretch}.home-market-item{background:var(--home-card-subtle);border-radius:14px;grid-template-columns:minmax(72px,.7fr) minmax(120px,1fr) minmax(180px,1.4fr);align-items:center;gap:16px;padding:14px 16px;display:grid}.home-card--market .home-market-item{min-height:100%;padding-block:18px}.home-market-item--partial{border:1px solid var(--surface-accent)}.home-market-item--invalid{border:1px dashed var(--home-line-strong)}.home-market-label{color:var(--home-muted);font-size:14px;font-weight:600}.home-market-value{font-size:18px;font-weight:650}.home-market-value.positive{color:var(--home-accent)}.home-market-value.negative{color:var(--home-negative)}.home-market-price{color:var(--home-muted);font-size:12px;line-height:1.2}.home-market-range{color:var(--home-muted);text-align:right;font-size:14px;line-height:1.4}.home-empty-surface{border:1px dashed var(--home-line-strong);background:var(--home-card-glass);min-height:88px;color:var(--home-muted);border-radius:14px;justify-content:center;align-items:center;font-size:13px;display:flex}.home-market-callout{border:1px solid var(--home-line-subtle);background:linear-gradient(180deg, var(--home-card) 0%, var(--home-card-subtle) 100%), radial-gradient(circle at top right, var(--page-glow-accent), transparent 42%);border-radius:18px;gap:10px;margin-top:auto;padding:16px 18px;display:grid}.home-market-callout--positive{border-color:#10b9812e}.home-market-callout--negative{border-color:#dc26262e}.home-market-callout--warning{border-color:#f2990033}.home-market-callout-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-market-callout-label{color:var(--home-muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:700}.home-market-callout-pill{background:var(--home-card);border-radius:999px;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.home-market-callout-pill.positive{color:var(--home-positive)}.home-market-callout-pill.negative{color:var(--home-negative)}.home-market-callout-pill.warning{color:var(--home-warning)}.home-market-callout-copy{color:var(--home-text);letter-spacing:-.02em;margin:0;font-size:17px;line-height:1.65}.home-market-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.home-market-fact{background:var(--home-card-glass);border:1px solid var(--home-line-subtle);border-radius:14px;gap:6px;padding:12px 14px;display:grid}.home-market-fact span{color:var(--home-muted);font-size:12px;font-weight:700}.home-market-fact strong{color:var(--home-text);letter-spacing:-.02em;font-size:15px;line-height:1.35}.home-news-list{flex-direction:column;gap:12px;display:flex}.home-news-item{border:1px solid var(--home-line);background:var(--home-card-subtle);color:inherit;border-radius:16px;gap:8px;padding:14px 16px;text-decoration:none;transition:all .22s ease-out;display:grid}.home-news-item:hover{background:var(--home-card-glass);transform:translateY(-1px)}.home-news-meta{justify-content:space-between;align-items:center;gap:10px;display:flex}.home-news-source{color:var(--home-muted);font-size:12px;font-weight:600}.home-news-time{color:var(--home-muted);white-space:nowrap;font-size:12px;font-weight:600}.home-news-item h4{color:var(--home-text);letter-spacing:-.02em;margin:0;font-size:15px;font-weight:650;line-height:1.4}.home-news-summary{color:var(--home-muted);font-size:13px;line-height:1.55}.home-news-link{color:var(--home-accent);opacity:.82;justify-self:start;font-size:13px;font-weight:600;transition:opacity .22s ease-out,transform .22s ease-out}.home-news-item:hover .home-news-link{opacity:1;transform:translate(2px)}.home-tools{margin-top:32px}.home-section-head{justify-content:space-between;align-items:end;gap:12px;margin-bottom:16px;display:flex}.home-section-title{color:var(--home-text);letter-spacing:-.02em;margin:0;font-size:16px;font-weight:650}.home-section-note{color:var(--home-muted);white-space:nowrap;font-size:12px}.home-tools-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.home-tool-card{border:1px solid var(--home-line);background:var(--home-card);border-radius:16px;align-items:center;gap:12px;padding:16px 20px;text-decoration:none;transition:all .22s ease-out;display:flex}.home-tool-card:hover{border-color:var(--home-line-strong);box-shadow:var(--home-shadow-soft);transform:translateY(-2px)}.home-tool-icon{font-size:28px;line-height:1}.home-tool-card strong{color:var(--home-text);font-size:15px;font-weight:600}.home-tool-desc{color:var(--home-muted);white-space:nowrap;margin-left:auto;font-size:12px}.home-showcase{margin-top:32px}.home-showcase-grid{grid-template-columns:var(--home-two-column-layout);align-items:stretch;gap:16px;display:grid}.home-showcase-link{height:100%;color:inherit;text-decoration:none;display:block}.home-showcase-link:focus-visible{outline:none}.home-showcase-link:focus-visible .home-showcase-panel{border-color:var(--home-line-strong);box-shadow:var(--home-shadow-soft);transform:translateY(-2px)}.home-showcase-panel{border:1px solid var(--home-line);background:var(--home-card);height:100%;box-shadow:inset 0 1px 0 var(--home-line-subtle);border-radius:24px;gap:18px;padding:22px;transition:transform .22s ease-out,border-color .22s ease-out,box-shadow .22s ease-out;display:grid}.home-showcase-panel:hover{border-color:var(--home-line-strong);box-shadow:var(--home-shadow-soft);transform:translateY(-2px)}.home-showcase-panel--stock,.home-showcase-panel--options{min-height:560px}.home-showcase-panel-head{justify-content:space-between;align-items:start;gap:12px;display:flex}.home-showcase-entry-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.home-showcase-entry-main{align-items:center;gap:14px;min-width:0;display:flex}.home-showcase-entry-main h4{letter-spacing:-.03em;margin:0;font-size:20px;font-weight:650;line-height:1.15}.home-showcase-entry-meta{text-align:right;justify-items:end;gap:8px;display:grid}.home-showcase-entry-note{color:var(--home-muted);white-space:nowrap;font-size:12px;line-height:1.45}.home-showcase-kicker{color:var(--home-muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.home-showcase-panel-head h4{letter-spacing:-.03em;margin:0;font-size:20px;font-weight:650;line-height:1.15}.home-showcase-chip{background:var(--home-card-subtle);min-height:32px;color:var(--home-muted);border-radius:999px;align-items:center;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.home-stock-hero{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:stretch;gap:18px;display:grid}.home-stock-main{border:1px solid var(--home-line-subtle);background:radial-gradient(circle at top left, var(--page-glow-accent), transparent 34%), linear-gradient(180deg, var(--home-card) 0%, var(--home-card-subtle) 100%);min-height:100%;box-shadow:inset 0 1px 0 var(--home-line-subtle);border-radius:28px;align-content:space-between;gap:12px;padding:26px 28px;display:grid}.home-stock-price{letter-spacing:-.06em;font-size:clamp(54px,6vw,84px);font-weight:700;line-height:.92}.home-stock-change{font-size:20px;font-weight:700;line-height:1}.home-stock-change.negative{color:var(--home-negative)}.home-stock-change.positive{color:var(--home-accent)}.home-stock-main p{color:var(--home-muted);max-width:24ch;margin:0;font-size:17px;line-height:1.6}.home-stock-side{grid-template-rows:repeat(3,minmax(0,1fr));gap:12px;padding-left:10px;display:grid}.home-stock-side-box{border:1px solid var(--home-line-subtle);background:linear-gradient(180deg, var(--home-card) 0%, var(--home-card-subtle) 100%), radial-gradient(circle at top right, var(--page-glow-accent), transparent 40%);min-height:112px;box-shadow:inset 0 1px 0 var(--home-line-subtle);border-radius:24px;align-content:center;gap:8px;padding:18px 20px;display:grid}.home-stock-side-box span{color:var(--home-muted);font-size:13px;font-weight:700}.home-stock-side-box strong{color:var(--home-text);letter-spacing:-.03em;font-size:19px;line-height:1.25}.home-stock-subgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.home-mini-panel{border:1px solid var(--home-line-subtle);background:linear-gradient(180deg, var(--home-card-subtle) 0%, var(--home-card) 100%), radial-gradient(circle at top left, var(--page-glow-accent), transparent 36%);border-radius:24px;gap:14px;padding:18px 20px;display:grid}.home-mini-panel-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-mini-panel-head span:first-child{color:var(--home-text);font-size:14px;font-weight:700}.home-mini-tone{background:var(--home-card);min-height:28px;color:var(--home-muted);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:600;display:inline-flex}.home-mini-tone.positive{color:var(--home-accent)}.home-mini-tone.negative{color:var(--home-negative)}.home-mini-tone.warning{color:var(--home-warning)}.home-mini-tone.accent{color:var(--home-accent)}.home-empty-inline{color:var(--home-muted);font-size:13px;line-height:1.6}.home-mini-rows{gap:12px;display:grid}.home-mini-row{border-top:1px solid var(--home-line);grid-template-columns:minmax(88px,.9fr) minmax(0,1.1fr);gap:12px;padding-top:14px;display:grid}.home-mini-row:first-child{border-top:none;padding-top:0}.home-mini-row span{color:var(--home-muted);font-size:13px}.home-mini-row strong{color:var(--home-text);text-align:right;letter-spacing:-.02em;font-size:15px;line-height:1.6}.home-options-chart{gap:14px;display:grid}.home-options-legend{flex-wrap:wrap;gap:10px 12px;display:flex}.home-legend-item{background:var(--home-card-subtle);min-height:28px;color:var(--home-text);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:650;display:inline-flex}.home-legend-item.positive{color:var(--home-positive)}.home-legend-item.negative{color:var(--home-negative)}.home-legend-item.warning{color:var(--home-warning)}.home-legend-item.accent{color:var(--home-accent)}.home-legend-item.neutral{color:var(--home-neutral)}.home-options-canvas{border:1px solid var(--home-line);background:linear-gradient(180deg, var(--home-card) 0%, var(--home-card-subtle) 100%), radial-gradient(circle at 50% 50%, var(--page-glow-accent), transparent 55%);border-radius:22px;min-height:360px;position:relative;overflow:hidden}.home-options-axis{background:var(--home-line-strong);width:1px;position:absolute;top:0;bottom:0}.home-options-axis--left{left:9%}.home-options-axis--mid{left:52%}.home-options-axis--right{left:78%}.home-options-line{border-radius:999px;position:absolute}.home-options-line--call{background:linear-gradient(#34a853e6,#34a8530d);width:2px;height:56%;top:12%;left:39%}.home-options-line--put{background:linear-gradient(#ea4335e6,#ea43350d);width:2px;height:58%;top:16%;left:50%}.home-options-line--gamma{background:linear-gradient(#f29900e6,#f299000a);width:2px;height:44%;top:24%;left:54%}.home-options-line--pain{background:#668edb73;width:2px;height:70%;top:8%;left:76%}.home-options-line--max-pain{background:#668edb73;width:2px}.home-options-tag{background:var(--home-card);-webkit-backdrop-filter:blur(8px);border:1px solid;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:650;position:absolute;transform:translate(-50%)}.home-options-tag--call{color:var(--home-positive);top:56%;left:43%}.home-options-tag--put{color:var(--home-negative);top:76%;left:47%}.home-options-tag--gamma{color:var(--home-warning);top:48%;left:52%}.home-options-tag--pain{color:var(--home-accent);top:28%;left:72%}.home-options-tag--max-pain{color:var(--home-accent)}.home-options-price{background:var(--home-card);color:var(--home-negative);box-shadow:var(--home-shadow-soft);border-radius:14px;padding:8px 12px;font-size:20px;font-weight:700;position:absolute;top:10%;transform:translate(-50%)}.home-showcase-state{border:1px dashed var(--home-line-strong);background:linear-gradient(180deg, var(--home-card-subtle), var(--home-card));border-radius:22px;align-content:center;gap:10px;min-height:420px;padding:28px;display:grid}.home-showcase-state strong{letter-spacing:-.03em;font-size:22px;line-height:1.2}.home-showcase-state p{color:var(--home-muted);max-width:38ch;margin:0;font-size:14px;line-height:1.7}.home-options-summary{border:1px solid var(--home-line);background:var(--home-card-subtle);border-radius:20px;gap:12px;padding:16px 18px;display:grid}.home-options-summary-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.home-options-summary-head span:first-child{color:var(--home-text);font-size:13px;font-weight:650}.home-options-summary-copy{color:var(--home-muted);margin:0;font-size:14px;line-height:1.65}.home-options-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.home-options-summary-item{border:1px solid var(--home-line);background:var(--home-card);border-radius:18px;gap:6px;padding:12px 14px;display:grid}.home-options-summary-item span{color:var(--home-muted);font-size:12px;font-weight:600}.home-options-summary-item strong{color:var(--home-text);letter-spacing:-.02em;font-size:17px;line-height:1.2}.home-options-summary-item.positive strong{color:var(--home-positive)}.home-options-summary-item.negative strong{color:var(--home-negative)}.home-options-summary-item.warning strong{color:var(--home-warning)}.home-options-summary-item.accent strong{color:var(--home-accent)}@media (width<=768px){.home-main-grid,.home-market-summary{grid-template-columns:1fr}.home-market-item{grid-template-columns:1fr;align-items:start;gap:6px}.home-market-range{text-align:left}.home-market-facts,.home-tools-grid{grid-template-columns:1fr}.home-search-form{flex-direction:column}.home-search-button{width:100%}.home-showcase-grid{grid-template-columns:1fr}.home-showcase-entry-head{flex-direction:column;align-items:stretch}.home-showcase-entry-meta{text-align:left;justify-items:start}.home-showcase-entry-note{white-space:normal}.home-stock-hero{grid-template-columns:1fr}.home-stock-side{grid-template-rows:none;padding-top:4px;padding-left:0}.home-stock-subgrid,.home-options-summary-grid{grid-template-columns:1fr}.home-options-canvas{min-height:300px}}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,sans-serif;font-size:13px;line-height:1.5}:root,:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--app-bg:#f5f7fb;--app-bg-secondary:#eef2f8;--page-gradient-start:#fff;--page-gradient-end:#f4f7fb;--page-glow-accent:#0066cc14;--page-glow-success:#34c7590d;--surface:#fffffff0;--surface-soft:#f7f9fc;--surface-elevated:#ffffffc2;--surface-muted:#f1f5fbeb;--surface-hover:#f3f7fcf0;--surface-panel-header:linear-gradient(180deg, #fffffffa, #f7f9fceb);--surface-accent:#0066cc14;--surface-accent-hover:#0066cc1f;--surface-success:#34c7591f;--surface-danger:#ff3b301a;--surface-warning:#ff9f0a1f;--text-primary:#172033;--text-secondary:#3d4a5f;--text-muted:#7d8798;--text-soft:#617088;--border:#dde5f0;--border-strong:#dde5f0fa;--border-subtle:#17203314;--border-accent:#0066cc2e;--border-success:#34c75938;--border-danger:#ff3b3033;--border-warning:#ff9f0a38;--accent:#06c;--accent-strong:#0052a3;--success:#2e9d57;--danger:#d94841;--warning:#c98519;--neutral:#7d8798;--shadow-soft:0 12px 28px #0f172a0f;--shadow-float:0 22px 48px #0f172a1a;--shadow-accent:0 14px 28px #0066cc1f;--scrollbar-track:#0f172a0a;--scrollbar-thumb:#64748b6b;--focus-ring:#0066cc6b;--overlay-backdrop:#0f172a5c;--button-on-accent:#fff;--chart-paper:#fff;--chart-grid:#17203314;--chart-hover-bg:#fffffff5;--chart-hover-border:#0066cc2e}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--app-bg:#121214;--app-bg-secondary:#121214;--page-gradient-start:#121214;--page-gradient-end:#121214;--page-glow-accent:transparent;--page-glow-success:transparent;--surface:#1c1c1e;--surface-soft:#2c2c2e;--surface-elevated:#1c1c1ebf;--surface-muted:#2c2c2eeb;--surface-hover:#2c2c2e;--surface-panel-header:#2c2c2e;--surface-accent:#2c2c2e;--surface-accent-hover:#3a3a3c;--surface-success:#30d15824;--surface-danger:#ff453a24;--surface-warning:#ff9f0a24;--text-primary:#ffffffe0;--text-secondary:#d1d1d6;--text-muted:#8e8e93;--text-soft:#aeaeb2;--border:#ffffff0d;--border-strong:#ffffff14;--border-subtle:#ffffff08;--border-accent:#0a84ff66;--border-success:#30d1583d;--border-danger:#ff453a3d;--border-warning:#ff9f0a3d;--accent:#0a84ff;--accent-strong:#0a84ff;--success:#30d158;--danger:#ff453a;--warning:#ffbe62;--neutral:#8e8e93;--shadow-soft:0 10px 26px #0000002e;--shadow-float:0 18px 40px #00000042;--shadow-accent:0 10px 24px #0003;--scrollbar-track:#ffffff05;--scrollbar-thumb:#8e8e9366;--focus-ring:#0a84ff33;--overlay-backdrop:#00000085;--button-on-accent:#fff;--chart-paper:#1c1c1e;--chart-grid:#ffffff0f;--chart-hover-bg:#2c2c2e;--chart-hover-border:#ffffff14}html,body{background:var(--app-bg);width:100%;min-height:100%;color:var(--text-primary);margin:0;padding:0}*{box-sizing:border-box}#root{box-sizing:border-box;flex-direction:column;width:100%;min-height:100vh;display:flex}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.collapsible-body{opacity:0;max-height:0;transition:max-height .25s,opacity .2s;overflow:hidden}.collapsible-body.open{opacity:1;max-height:2000px}
