:root {
  color-scheme: dark;
  --bg: #080b0a;
  --panel: rgba(18, 23, 21, .88);
  --panel-2: #151b18;
  --line: rgba(255, 255, 255, .075);
  --line-strong: rgba(255, 255, 255, .13);
  --text: #f5f7f3;
  --muted: #88918b;
  --muted-2: #5f6862;
  --lime: #c9f25f;
  --lime-soft: rgba(201, 242, 95, .12);
  --green: #62d69b;
  --red: #ff6b78;
  --orange: #ff885d;
  --radius: 18px;
  --mono: 'DM Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --sans: 'Manrope', Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
html { background: var(--bg); scrollbar-color: #343b37 transparent; }
body { margin: 0; min-width: 320px; min-height: 100vh; color: var(--text); background: var(--bg); font-family: var(--sans); }
button, input, select { font: inherit; }
button { color: inherit; }
.ambient { position: fixed; z-index: 0; pointer-events: none; filter: blur(90px); opacity: .18; border-radius: 50%; }
.ambient-a { width: 300px; height: 460px; right: -180px; top: 8%; background: #a8df45; }
.ambient-b { width: 260px; height: 360px; left: -180px; bottom: 10%; background: #2a8065; }

.app-shell { position: relative; z-index: 1; width: min(100%, 900px); min-height: 100vh; margin: 0 auto; padding: 26px 22px 18px; }
.topbar { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 4px 2px 20px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-mark { width: 34px; height: 34px; padding: 8px; display: flex; align-items: flex-end; gap: 3px; background: var(--lime); border-radius: 10px; box-shadow: 0 0 28px rgba(201, 242, 95, .18); }
.brand-mark span { width: 4px; border-radius: 3px; background: #17200b; }
.brand-mark span:nth-child(1) { height: 8px; }
.brand-mark span:nth-child(2) { height: 17px; }
.brand-mark span:nth-child(3) { height: 12px; }
.eyebrow, .kicker { margin: 0 0 4px; color: var(--muted); font: 500 9px/1.2 var(--mono); letter-spacing: .16em; }
h1 { margin: 0; font-size: 22px; line-height: 1.1; letter-spacing: -.05em; }
h1 em { color: var(--lime); font-style: normal; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.market-clock { display: flex; align-items: center; gap: 9px; text-align: right; }
.market-clock strong, .market-clock small { display: block; white-space: nowrap; }
.market-clock strong { font-size: 10px; font-weight: 700; }
.market-clock small { margin-top: 2px; color: var(--muted); font: 400 9px var(--mono); }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); box-shadow: 0 0 0 4px rgba(255,255,255,.04); }
.status-dot.open { background: var(--green); box-shadow: 0 0 0 4px rgba(98,214,155,.10), 0 0 12px var(--green); }
.status-dot.closed { background: var(--orange); box-shadow: 0 0 0 4px rgba(255,136,93,.10); }
.icon-btn, .text-icon { border: 1px solid var(--line); background: rgba(255,255,255,.035); cursor: pointer; }
.icon-btn { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; }
.icon-btn:hover, .text-icon:hover { border-color: var(--line-strong); background: rgba(255,255,255,.07); }
.icon-btn svg { width: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-btn.loading svg { animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.view-nav { display: flex; gap: 4px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: none; }
.view-nav::-webkit-scrollbar { display: none; }
.nav-item { position: relative; flex: 1; min-width: max-content; padding: 10px 12px 12px; border: 0; color: var(--muted); background: none; font-size: 11px; font-weight: 600; cursor: pointer; }
.nav-item::after { content: ''; position: absolute; left: 22%; right: 22%; bottom: -1px; height: 2px; background: transparent; border-radius: 2px; }
.nav-item.active { color: var(--text); }
.nav-item.active::after { background: var(--lime); }

.ticker-ribbon { margin: 16px 0; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: rgba(10,13,12,.76); }
.ticker-track { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-height: 83px; }
.index-item { position: relative; min-width: 0; padding: 13px 14px 12px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.index-item:nth-child(3n) { border-right: 0; }
.index-item:nth-child(n+4) { border-bottom: 0; }
.index-name { display: block; margin-bottom: 7px; overflow: hidden; color: var(--muted); font: 500 8px var(--mono); letter-spacing: .09em; text-overflow: ellipsis; white-space: nowrap; }
.index-price { position: relative; z-index: 2; display: block; font: 500 13px var(--mono); }
.index-change { position: relative; z-index: 2; display: block; margin-top: 3px; font: 500 8px var(--mono); }
.sparkline { position: absolute; right: 2px; bottom: 3px; width: 58%; height: 36px; opacity: .68; }
.positive { color: var(--green) !important; }
.negative { color: var(--red) !important; }

.dashboard-grid { display: grid; grid-template-columns: 1fr; gap: 12px; }
.main-stack, .market-stack { display: grid; align-content: start; gap: 12px; }
.card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(21,27,24,.96), rgba(14,18,16,.96)); box-shadow: 0 18px 60px rgba(0,0,0,.16); }
.card-head { padding: 18px 18px 0; }
.inline-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.portfolio-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
h2, h3 { margin: 0; letter-spacing: -.035em; }
h2 { font: 700 30px/1 var(--mono); letter-spacing: -.06em; }
h3 { font-size: 16px; }
.value-row { display: flex; align-items: center; gap: 10px; }
.change-pill { padding: 4px 7px; border-radius: 6px; background: var(--lime-soft); color: var(--green); font: 500 9px var(--mono); }
.subline { margin: 7px 0 0; color: var(--muted); font: 400 9px var(--mono); }
.primary-btn, .secondary-btn, .danger-btn { border-radius: 9px; padding: 9px 12px; font-size: 10px; font-weight: 700; cursor: pointer; }
.primary-btn { border: 1px solid var(--lime); color: #17200b; background: var(--lime); }
.primary-btn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.primary-btn span { margin-right: 2px; font-size: 15px; line-height: 0; vertical-align: -1px; }
.secondary-btn { border: 1px solid var(--line-strong); background: rgba(255,255,255,.045); }
.danger-btn { border: 1px solid rgba(255,107,120,.3); color: var(--red); background: rgba(255,107,120,.08); }

.portfolio-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin: 18px 18px 5px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.portfolio-stats div { padding: 0 12px; border-right: 1px solid var(--line); }
.portfolio-stats div:first-child { padding-left: 0; }
.portfolio-stats div:last-child { border: 0; }
.portfolio-stats span, .portfolio-stats strong { display: block; }
.portfolio-stats span { margin-bottom: 4px; color: var(--muted); font-size: 9px; }
.portfolio-stats strong { font: 500 11px var(--mono); }

.holdings, .movers-list, .reddit-list, .news-list { padding: 4px 18px 8px; }
.holding-row, .mover-row { position: relative; display: grid; align-items: center; min-height: 55px; border-bottom: 1px solid var(--line); }
.holding-row { grid-template-columns: 1fr 64px 82px 72px; gap: 8px; cursor: pointer; }
.holding-row:last-child, .mover-row:last-child, .news-item:last-child { border-bottom: 0; }
.asset { display: flex; align-items: center; gap: 10px; min-width: 0; }
.asset-badge { flex: 0 0 auto; width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; color: var(--lime); background: rgba(255,255,255,.035); font: 700 9px var(--mono); }
.asset strong, .asset small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.asset strong { font-size: 11px; }
.asset small { margin-top: 2px; color: var(--muted); font-size: 8px; }
.cell-label { display: none; }
.number-cell { text-align: right; }
.number-cell strong, .number-cell small { display: block; }
.number-cell strong { font: 500 10px var(--mono); }
.number-cell small { margin-top: 3px; color: var(--muted); font: 400 8px var(--mono); }
.row-spark { width: 62px; height: 28px; justify-self: end; }
.quick-adjust { position: absolute; right: 1px; top: 50%; display: none; transform: translateY(-50%); border-radius: 8px; background: #202722; box-shadow: 0 4px 18px rgba(0,0,0,.4); }
.holding-row:hover .quick-adjust { display: flex; }
.quick-adjust button { width: 28px; height: 28px; border: 0; color: var(--muted); background: transparent; cursor: pointer; }
.quick-adjust button:hover { color: var(--lime); }
.text-btn { width: calc(100% - 36px); margin: 3px 18px 13px; padding: 10px 0; border: 0; color: var(--muted); background: none; text-align: left; font-size: 9px; font-weight: 600; cursor: pointer; }
.text-btn span { float: right; color: var(--text); }
.text-btn:hover { color: var(--text); }
.empty-state { padding: 26px 10px; color: var(--muted); text-align: center; font-size: 10px; }

.segmented { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 8px; background: rgba(0,0,0,.18); }
.segmented button { padding: 5px 8px; border: 0; border-radius: 5px; color: var(--muted); background: transparent; font: 500 8px var(--mono); cursor: pointer; }
.segmented button.active { color: var(--text); background: rgba(255,255,255,.08); }
.mover-row { grid-template-columns: minmax(110px, 1fr) 62px 60px 70px; gap: 8px; }
.mover-row .asset-badge { color: var(--text); }
.mover-price, .mover-change { text-align: right; font: 500 9px var(--mono); }

.reddit-kicker { display: flex; align-items: center; gap: 5px; }
.reddit-icon { color: var(--orange); font: 700 10px var(--sans); letter-spacing: -.06em; }
.source-label { color: var(--muted-2); font: 400 8px var(--mono); }
.reddit-item { display: grid; grid-template-columns: 42px 1fr 54px 48px; align-items: center; gap: 10px; min-height: 48px; }
.reddit-rank { color: var(--muted-2); font: 500 9px var(--mono); }
.reddit-symbol { font: 700 11px var(--mono); }
.mention-wrap { position: relative; height: 4px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.06); }
.mention-bar { height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--orange), #ffc060); }
.mention-count, .reddit-change { text-align: right; font: 500 8px var(--mono); }
.mention-count { color: var(--muted); }
.card-note { margin: 0 18px 14px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 7px; line-height: 1.5; }

.lookup-card { min-height: 285px; }
.lookup-form { display: flex; gap: 7px; margin-top: 14px; }
.lookup-form input { width: 100%; min-width: 0; padding: 10px 12px; outline: 0; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: rgba(0,0,0,.22); font: 500 10px var(--mono); text-transform: uppercase; }
.lookup-form input:focus { border-color: rgba(201,242,95,.55); box-shadow: 0 0 0 3px rgba(201,242,95,.06); }
.lookup-form button { flex: 0 0 37px; border: 1px solid var(--lime); border-radius: 9px; color: #17200b; background: var(--lime); font-size: 16px; cursor: pointer; }
.lookup-form button:hover { filter: brightness(1.06); }
.lookup-result { padding: 14px 18px 18px; }
.lookup-empty { display: grid; justify-items: center; padding: 12px 6px 5px; color: var(--muted); text-align: center; }
.lookup-glyph { width: 35px; height: 35px; display: grid; place-items: center; margin-bottom: 9px; border: 1px solid var(--line); border-radius: 10px; color: var(--lime); background: var(--lime-soft); font-size: 20px; }
.lookup-empty strong { color: var(--text); font-size: 10px; }
.lookup-empty p { max-width: 235px; margin: 6px 0 12px; font-size: 8px; line-height: 1.55; }
.quick-symbols { display: flex; gap: 5px; }
.quick-symbols button { padding: 5px 7px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: rgba(255,255,255,.025); font: 500 7px var(--mono); cursor: pointer; }
.quick-symbols button:hover { border-color: var(--line-strong); color: var(--lime); }
.lookup-loading { height: 148px; display: grid; place-items: center; color: var(--muted); font: 400 8px var(--mono); }
.lookup-quote-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.lookup-identity { display: flex; align-items: center; gap: 9px; min-width: 0; }
.lookup-identity .asset-badge { width: 36px; height: 36px; }
.lookup-identity strong, .lookup-identity small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lookup-identity strong { font-size: 12px; }
.lookup-identity small { max-width: 120px; margin-top: 2px; color: var(--muted); font-size: 8px; }
.lookup-price { text-align: right; }
.lookup-price strong, .lookup-price small { display: block; }
.lookup-price strong { font: 500 15px var(--mono); }
.lookup-price small { margin-top: 3px; font: 500 8px var(--mono); }
.lookup-chart { width: 100%; height: 62px; margin: 11px 0 8px; }
.lookup-stats { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.lookup-stats div { padding: 0 8px; border-right: 1px solid var(--line); }
.lookup-stats div:first-child { padding-left: 0; }
.lookup-stats div:last-child { padding-right: 0; border-right: 0; }
.lookup-stats span, .lookup-stats strong { display: block; }
.lookup-stats span { margin-bottom: 4px; color: var(--muted); font-size: 7px; }
.lookup-stats strong { font: 500 8px var(--mono); }
.lookup-action { width: 100%; margin-top: 11px; }
.lookup-error { padding: 26px 8px; color: var(--muted); text-align: center; font-size: 9px; line-height: 1.5; }
.lookup-error strong { display: block; margin-bottom: 5px; color: var(--red); }

.advisor-card { position: relative; min-height: 300px; }
.advisor-card::before { content: ''; position: absolute; inset: 0 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(201,242,95,.55), transparent); }
.advisor-title-row { display: flex; justify-content: space-between; align-items: flex-start; }
.advisor-kicker { color: var(--lime); }
.model-badge { padding: 4px 6px; border: 1px solid rgba(201,242,95,.17); border-radius: 5px; color: var(--lime); background: var(--lime-soft); font: 500 7px var(--mono); letter-spacing: .08em; }
.advisor-form { margin-top: 13px; }
.advisor-result { padding: 14px 18px 10px; }
.advisor-empty { display: grid; justify-items: center; padding: 15px 8px 8px; text-align: center; }
.advisor-empty strong { font-size: 10px; }
.advisor-empty p { max-width: 245px; margin: 6px 0 0; color: var(--muted); font-size: 8px; line-height: 1.55; }
.advisor-orbit { position: relative; width: 42px; height: 42px; margin-bottom: 11px; border: 1px solid rgba(201,242,95,.28); border-radius: 50%; }
.advisor-orbit::before, .advisor-orbit::after { content: ''; position: absolute; inset: 8px; border: 1px solid rgba(201,242,95,.18); border-radius: 50%; }
.advisor-orbit::after { inset: 17px; border: 0; background: var(--lime); box-shadow: 0 0 13px var(--lime); }
.advisor-orbit i { position: absolute; width: 5px; height: 5px; left: 3px; top: 17px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.advisor-disclosure { margin: 0 18px 13px; padding-top: 9px; border-top: 1px solid var(--line); color: var(--muted-2); font-size: 7px; line-height: 1.45; text-align: center; }
.advisor-signal-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.signal-label { display: block; margin-bottom: 5px; color: var(--muted); font: 500 7px var(--mono); letter-spacing: .09em; }
.signal-value { display: flex; align-items: center; gap: 7px; font-size: 23px; line-height: 1; letter-spacing: -.05em; }
.signal-value::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.target-block { text-align: right; }
.target-block strong, .target-block small { display: block; }
.target-block strong { font: 500 18px var(--mono); }
.target-block small { margin-top: 4px; color: var(--muted); font: 400 7px var(--mono); }
.advisor-chart { width: 100%; height: 53px; margin: 10px 0 5px; }
.confidence-row { display: flex; align-items: center; gap: 8px; margin: 6px 0 11px; }
.confidence-row > span { color: var(--muted); font: 400 7px var(--mono); white-space: nowrap; }
.confidence-track { flex: 1; height: 4px; overflow: hidden; border-radius: 4px; background: rgba(255,255,255,.06); }
.confidence-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--lime), var(--green)); }
.advisor-metrics { display: grid; grid-template-columns: repeat(3, 1fr); padding: 10px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.advisor-metrics div { padding: 0 8px; border-right: 1px solid var(--line); }
.advisor-metrics div:first-child { padding-left: 0; }
.advisor-metrics div:last-child { border: 0; }
.advisor-metrics span, .advisor-metrics strong { display: block; }
.advisor-metrics span { margin-bottom: 4px; color: var(--muted); font-size: 7px; }
.advisor-metrics strong { font: 500 8px var(--mono); }
.advisor-reasons { margin: 10px 0 0; padding: 0; list-style: none; }
.advisor-reasons li { position: relative; margin-top: 5px; padding-left: 11px; color: var(--muted); font-size: 7px; line-height: 1.4; }
.advisor-reasons li::before { content: ''; position: absolute; left: 0; top: 4px; width: 4px; height: 4px; border-radius: 50%; background: var(--lime); }

.text-icon { width: 28px; height: 28px; border-radius: 8px; color: var(--muted); }
.news-list { padding-top: 6px; padding-bottom: 12px; }
.news-item { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 11px; min-height: 65px; padding: 8px 0; border-bottom: 1px solid var(--line); color: inherit; text-decoration: none; }
.news-thumb { width: 45px; height: 45px; display: grid; place-items: center; overflow: hidden; border-radius: 9px; background: linear-gradient(135deg, #28342d, #131814); color: var(--lime); font: 700 10px var(--mono); }
.news-thumb img { width: 100%; height: 100%; object-fit: cover; }
.news-copy { min-width: 0; }
.news-copy strong { display: -webkit-box; overflow: hidden; font-size: 10px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-copy small { display: block; margin-top: 5px; color: var(--muted); font: 400 7px var(--mono); }
.news-arrow { color: var(--muted-2); font-size: 13px; }
.news-item:hover .news-copy strong, .news-item:hover .news-arrow { color: var(--lime); }

.dashboard-footer { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 14px 3px 0; color: var(--muted-2); font: 400 7px var(--mono); }
.dashboard-footer > div { display: flex; align-items: center; gap: 6px; }
.data-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); }
.data-dot.demo { background: var(--orange); }
.dashboard-footer select { padding: 3px 4px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: #111512; font: inherit; }

.modal { width: min(calc(100% - 32px), 440px); padding: 0; border: 1px solid var(--line-strong); border-radius: 18px; color: var(--text); background: #121714; box-shadow: 0 24px 100px rgba(0,0,0,.65); }
.modal::backdrop { background: rgba(3,5,4,.76); backdrop-filter: blur(8px); }
.modal form { padding: 22px; }
.modal-head { display: flex; justify-content: space-between; margin-bottom: 21px; }
.modal-head h2 { font: 700 22px var(--sans); letter-spacing: -.04em; }
.modal-close { width: 31px; height: 31px; border: 1px solid var(--line); border-radius: 8px; color: var(--muted); background: rgba(255,255,255,.03); font-size: 20px; cursor: pointer; }
.modal label { display: block; color: var(--muted); font-size: 9px; font-weight: 700; }
.modal input { width: 100%; margin-top: 6px; padding: 11px 12px; outline: none; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #0c100e; font: 500 12px var(--mono); text-transform: uppercase; }
.modal input[type="number"] { text-transform: none; }
.modal input:focus { border-color: rgba(201,242,95,.62); box-shadow: 0 0 0 3px rgba(201,242,95,.07); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.form-hint { margin: 10px 0 0; color: var(--muted-2); font-size: 8px; }
.modal-actions { display: flex; align-items: center; gap: 8px; margin-top: 22px; }
.modal-actions span { flex: 1; }

.toast { position: fixed; z-index: 20; left: 50%; bottom: 24px; padding: 10px 15px; border: 1px solid var(--line-strong); border-radius: 9px; color: var(--text); background: #202722; box-shadow: 0 12px 35px rgba(0,0,0,.45); font-size: 10px; opacity: 0; transform: translate(-50%, 15px); pointer-events: none; transition: .22s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.loading-line { grid-column: 1 / -1; height: 3px; margin: auto 20px; overflow: hidden; border-radius: 3px; background: rgba(255,255,255,.04); }
.loading-line::after { content: ''; display: block; width: 32%; height: 100%; background: var(--lime); animation: load 1.2s ease-in-out infinite; }
.skeleton-row { height: 51px; margin: 5px 0; border-radius: 8px; background: linear-gradient(90deg, rgba(255,255,255,.025), rgba(255,255,255,.055), rgba(255,255,255,.025)); background-size: 200% 100%; animation: shimmer 1.5s infinite; }
@keyframes load { from { transform: translateX(-110%); } to { transform: translateX(320%); } }
@keyframes shimmer { to { background-position: -200% 0; } }

.dashboard-grid.filtered .card { display: none; }
.dashboard-grid.filtered .card.visible { display: block; }

@media (min-width: 780px) {
  .app-shell { padding-left: 30px; padding-right: 30px; }
  .dashboard-grid { grid-template-columns: 1.15fr .85fr; align-items: start; }
  .main-stack { grid-column: 1; }
  .market-stack { grid-column: 2; }
  .dashboard-grid.filtered { grid-template-columns: 1fr; }
  .dashboard-grid.filtered > * { grid-column: 1; }
  .dashboard-grid.filtered > .main-stack:not(:has(.visible)),
  .dashboard-grid.filtered > .market-stack:not(:has(.visible)) { display: none; }
}

@media (max-width: 520px) {
  .app-shell { padding: 18px 12px 14px; }
  .market-clock { display: none; }
  .topbar { padding-left: 3px; padding-right: 3px; }
  .ticker-track { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .index-item:nth-child(3n) { border-right: 1px solid var(--line); }
  .index-item:nth-child(2n) { border-right: 0; }
  .index-item:nth-child(n+4) { border-bottom: 1px solid var(--line); }
  .index-item:nth-child(n+5) { border-bottom: 0; }
  .holding-row { grid-template-columns: 1fr 66px 68px; }
  .holding-row > .number-cell:nth-of-type(2) { display: none; }
  .row-spark { display: none; }
  .mover-row { grid-template-columns: 1fr 60px 58px; }
  .mover-row .row-spark { display: none; }
  .portfolio-head { align-items: center; }
  h2 { font-size: 25px; }
  .primary-btn { padding: 8px 10px; }
  .dashboard-footer { align-items: flex-start; }
  .dashboard-footer > div:last-child { flex-direction: column; align-items: flex-end; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
