/* Native iOS proportions and system typography, with the app's blue/green accents. */
:root {
  color-scheme:dark;
  --bg:#090b10;
  --surface:#11141b;
  --raised:#191d26;
  --phone:#0b0d12;
  --text:#f5f6fa;
  --muted:#9a9fac;
  --subtle:#717987;
  --line:#262b36;
  --blue:#5aa2ff;
  --button:#287cf5;
  --green:#42d58b;
  --red:#fa767b;
  --soft-blue:#15253d;
  --maxw:1160px;
  --pad:32px;
  --sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif
}

:root.theme-light {
  color-scheme:light;
  --bg:#f5f5f7;
  --surface:#fff;
  --raised:#eaeef4;
  --phone:#f5f5f7;
  --text:#171b25;
  --muted:#596373;
  --subtle:#687384;
  --line:#dce1e8;
  --blue:#176bce;
  --button:#176bdf;
  --green:#137d4c;
  --red:#bc3c44;
  --soft-blue:#e6effd
}

*,*::before,*::after {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:96px;
  -webkit-text-size-adjust:100%
}

body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font:16px/1.6 var(--sans);
  -webkit-font-smoothing:antialiased
}

h1,h2,h3,p,ul {
  margin:0
}

h1,h2,h3 {
  line-height:1.1;
  letter-spacing:-.04em
}

a {
  color:inherit;
  text-decoration:none
}

button,input {
  font:inherit
}

button,a,input,summary {
  -webkit-tap-highlight-color:transparent
}

button {
  cursor:pointer
}

button:disabled {
  cursor:default
}

button {
  color:inherit
}

a,button {
  touch-action:manipulation
}

img,svg {
  display:block;
  max-width:100%
}

[hidden] {
  display:none!important
}

.wrap {
  max-width:var(--maxw);
  margin:auto;
  padding-inline:var(--pad)
}

.sr-only,.hp {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}

.skip {
  position:fixed;
  top:-80px;
  left:20px;
  padding:12px 20px;
  z-index:100;
  background:var(--blue);
  color:var(--bg);
  border-radius:8px
}

.skip:focus {
  top:12px
}

:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:5px;
  border-radius:5px
}

.head {
  height:92px;
  position:relative;
  z-index:10
}

.head-in {
  height:100%;
  display:flex;
  align-items:center;
  gap:24px
}

.mark {
  display:inline-flex;
  align-items:center;
  gap:11px;
  font-size:17px;
  letter-spacing:-.035em;
  font-weight:650;
  white-space:nowrap
}

.app-icon {
  border-radius:10px;
  flex-shrink:0;
  object-fit:cover
}

.head-nav {
  margin:auto;
  display:flex;
  gap:30px;
  font-size:13px;
  color:var(--muted)
}

.head-nav a:hover,.foot-nav a:hover {
  color:var(--text)
}

.nav-actions {
  display:flex;
  gap:16px;
  align-items:center
}

.theme-toggle {
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border:0;
  background:transparent;
  color:var(--muted);
  font-size:25px
}

.btn {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:18px;
  padding:14px 22px;
  font-size:14px;
  font-weight:600;
  line-height:1.5;
  border-radius:12px;
  border:1px solid var(--line);
  background:var(--raised);
  color:var(--text);
  transition:background .2s,transform .2s,border-color .2s
}

.btn:hover {
  background:var(--soft-blue);
  border-color:var(--blue);
  transform:translateY(-1px)
}

.btn-primary {
  background:var(--button);
  border-color:var(--button);
  color:#fff
}

.btn-primary:hover {
  background:#146ae6;
  border-color:#146ae6
}

.btn-sm {
  padding:10px 16px;
  font-size:12px;
  border-radius:9px
}

.btn-outline {
  background:transparent
}

.btn:disabled {
  opacity:.65;
  transform:none
}

.btn-primary:disabled {
  background:var(--button)
}

.hero {
  display:grid;
  grid-template-columns:1.12fr 1fr;
  gap:62px;
  align-items:center;
  min-height:762px;
  padding-top:36px;
  padding-bottom:60px;
  position:relative
}

.hero::before {
  content:"";
  position:absolute;
  inset:0 -60px 0 43%;
  background:radial-gradient(ellipse at 55% 45%,#24457524,transparent 65%);
  pointer-events:none
}

.hero-copy {
  position:relative;
  padding-bottom:22px
}

.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:.15em;
  color:var(--blue);
  line-height:1.6
}

.hero .eyebrow {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  letter-spacing:.13em
}

.status-dot {
  width:6px;
  height:6px;
  background:var(--green);
  border-radius:50%;
  box-shadow:0 0 0 4px #42d58b12
}

.hero h1 {
  font-size:clamp(48px,5.4vw,69px);
  font-weight:660;
  letter-spacing:-.061em;
  line-height:1.08;
  margin:25px 0 23px
}

.hero h1 span {
  color:var(--blue)
}

.lede {
  font-size:16px;
  line-height:1.85;
  max-width:452px;
  color:var(--muted)
}

.signup {
  margin-top:34px;
  scroll-margin-top:30px
}

.signup-heading {
  font-size:13px;
  margin-bottom:12px;
  font-weight:500
}

.field {
  display:flex;
  gap:7px;
  padding:6px;
  border:1px solid var(--line);
  background:var(--surface);
  border-radius:15px
}

.field:focus-within {
  border-color:var(--blue);
  box-shadow:0 0 0 3px #5aa2ff10
}

.field input {
  width:0;
  min-width:0;
  flex:1;
  border:none;
  background:none;
  outline:none!important;
  padding:10px 11px;
  font-size:13px;
  color:var(--text)
}

input::placeholder {
  color:var(--subtle)
}

.field .btn {
  flex-shrink:0;
  padding:12px 14px;
  font-size:12px;
  border-radius:10px;
  gap:12px
}

.fine {
  font-size:10px;
  color:var(--subtle);
  margin-top:11px
}

.status-link {
  display:inline-flex;
  gap:10px;
  font-size:11px;
  color:var(--muted);
  margin-top:18px
}

.status-link:hover {
  color:var(--blue)
}

.hero-foot {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:10px;
  color:var(--subtle);
  margin-top:41px
}

.hero-foot svg {
  width:16px;
  height:16px;
  stroke:currentColor;
  stroke-width:1.5;
  fill:none
}

.dot-divider {
  margin-inline:4px
}

.form-msg {
  font-size:12px;
  line-height:1.6;
  margin:0
}

.form-msg.show {
  padding:12px 2px 0
}

.form-msg.err {
  color:var(--red)
}

.form-msg.ok {
  color:var(--green)
}

input.invalid {
  color:var(--red)
}

.spinner {
  display:none;
  width:13px;
  height:13px;
  border:2px solid #ffffff55;
  border-top-color:#fff;
  border-radius:100%;
  animation:spin .8s linear infinite
}

.loading .spinner {
  display:block
}

.loading .button-arrow {
  display:none
}

@keyframes spin {
  to {
    transform:rotate(360deg)
  }
}

.hero-visual {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center
}

.phone {
  position:relative;
  width:328px;
  height:656px;
  padding:10px 17px 24px;
  background:var(--phone);
  border:5px solid #2a303c;
  border-radius:45px;
  box-shadow:0 0 0 1px #65758b55,0 28px 60px #0004;
  overflow:hidden
}

.phone::after {
  content:"";
  position:absolute;
  pointer-events:none;
  inset:0;
  border:1px solid #aabbcc26;
  border-radius:39px
}

.phone-status {
  height:36px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:0 5px;
  font-size:10px;
  font-weight:650;
  margin-bottom:10px;
  letter-spacing:.04em
}

.phone-status i {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  top:8px;
  width:92px;
  height:24px;
  border-radius:20px;
  background:#030405
}

.phone-status>span:last-child {
  font-size:9px
}

.screen-kicker {
  font-size:7px;
  letter-spacing:.08em;
  color:var(--subtle);
  margin-bottom:5px
}

.screen-heading {
  display:flex;
  justify-content:space-between;
  align-items:center
}

.screen-heading h2 {
  font-size:23px;
  letter-spacing:-.035em;
  font-weight:700
}

.gear {
  font-size:23px;
  color:var(--muted)
}

.app-search {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:9px;
  color:var(--subtle);
  background:var(--surface);
  border-radius:9px;
  padding:11px;
  margin:15px 0 12px
}

.app-search svg {
  stroke:currentColor;
  stroke-width:2;
  fill:none;
  width:13px;
  height:13px
}

.market-strip {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px
}

.market-strip>div {
  background:var(--surface);
  border:1px solid var(--line);
  padding:10px 12px;
  border-radius:12px;
  display:grid;
  gap:2px
}

.market-strip span {
  font-size:8px;
  color:var(--muted);
  letter-spacing:.02em
}

.market-strip strong {
  font-size:15px;
  font-weight:650;
  letter-spacing:-.015em
}

.market-strip small {
  font-size:8px
}

.up {
  color:var(--green)
}

.down {
  color:var(--red)
}

.screen-section-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:19px 0 10px
}

.screen-section-title h3 {
  font-size:14px;
  letter-spacing:-.015em
}

.screen-section-title>span {
  font-size:21px;
  color:var(--blue);
  line-height:1
}

.watchlist {
  padding:0 10px;
  background:var(--surface);
  border-radius:13px
}

.stock-row {
  display:flex;
  align-items:center;
  gap:9px;
  min-height:50px;
  border-bottom:1px solid var(--line)
}

.stock-row:last-child {
  border:0
}

.ticker-icon {
  display:grid;
  place-items:center;
  width:27px;
  height:27px;
  border-radius:8px;
  font-size:13px;
  font-weight:650;
  flex-shrink:0
}

.apple {
  color:var(--text);
  background:var(--raised)
}

.nvidia {
  background:#76b9001c;
  color:#99cb52
}

.bitcoin {
  background:#e597201e;
  color:#f5ae46
}

.stock-row b {
  display:block;
  font-size:10px;
  font-weight:650;
  line-height:1.4
}

.stock-row small {
  display:block;
  font-size:8px;
  color:var(--muted);
  line-height:1.6
}

.stock-value {
  margin-left:auto;
  text-align:right;
  white-space:nowrap
}

.stock-value .up {
  color:var(--green)
}

.stock-value .down {
  color:var(--red)
}

.spark {
  width:52px;
  height:23px;
  margin-left:auto;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round
}

.app-research-card {
  border:1px solid #528fd72e;
  background:var(--soft-blue);
  border-radius:13px;
  padding:13px;
  margin-top:14px
}

.card-label {
  display:flex;
  gap:5px;
  align-items:center;
  color:var(--blue);
  font-size:6.8px;
  letter-spacing:.05em;
  font-weight:650
}

.card-label>span {
  font-size:12px
}

.app-research-card h3 {
  font-size:12px;
  line-height:1.4;
  letter-spacing:-.015em;
  margin-top:6px
}

.app-research-card p {
  font-size:9px;
  color:var(--muted);
  line-height:1.6;
  margin:5px 0 7px
}

.text-blue {
  display:block;
  line-height:1.5;
  color:var(--blue);
  font-size:8px;
  font-weight:500
}

.app-tabbar {
  position:absolute;
  bottom:21px;
  left:18px;
  right:18px;
  display:flex;
  justify-content:space-around;
  border-top:1px solid var(--line);
  padding-top:9px;
  background:var(--phone);
  color:var(--subtle)
}

.app-tabbar>span {
  display:grid;
  place-items:center;
  font-size:18px;
  line-height:1.1;
  gap:3px
}

.app-tabbar small {
  font-size:7px
}

.app-tabbar .active {
  color:var(--blue)
}

.home-indicator {
  position:absolute;
  bottom:8px;
  left:50%;
  transform:translateX(-50%);
  background:var(--text);
  width:95px;
  height:3px;
  border-radius:5px
}

.preview-control {
  display:flex;
  gap:3px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:12px;
  padding:4px;
  margin-top:23px
}

.preview-control button {
  font-size:11px;
  font-weight:550;
  border:0;
  background:none;
  padding:7px 15px;
  border-radius:8px;
  color:var(--muted);
  line-height:1.4
}

.preview-control button[aria-selected=true] {
  background:var(--raised);
  color:var(--text);
  box-shadow:0 1px 5px #0002
}

.preview-caption {
  font-size:9px;
  color:var(--subtle);
  margin-top:9px
}

.preview-caption span {
  margin:0 5px
}

.phone-description {
  font-size:11px;
  color:var(--muted);
  margin-top:9px
}

.app-segments {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  margin:20px 0 4px;
  color:var(--muted)
}

.app-segments>* {
  padding:4px 11px
}

.app-segments b {
  color:var(--blue);
  background:var(--soft-blue);
  border-radius:6px
}

.outlook-plot {
  position:relative;
  margin:14px 0 18px
}

.outlook-plot svg {
  width:100%;
  height:174px;
  position:relative
}

.plot-grid {
  position:absolute;
  inset:0 0 20px;
  background:repeating-linear-gradient(to bottom,transparent 0,transparent 38px,var(--line) 38px,var(--line) 39px)
}

.range-area {
  fill:#438efa19
}

.range-inner {
  fill:#438efa2a
}

.chart-past {
  stroke:var(--blue);
  fill:none;
  stroke-width:2
}

.chart-future {
  stroke:var(--blue);
  fill:none;
  stroke-width:1.5;
  stroke-dasharray:4 5
}

.chart-marker {
  stroke:var(--subtle);
  stroke-dasharray:3 5;
  stroke-width:.7
}

.plot-labels {
  display:flex;
  justify-content:space-between;
  color:var(--subtle);
  font-size:7px;
  margin-top:6px
}

.outlook-summary {
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-top:1px solid var(--line);
  padding-top:12px
}

.outlook-summary small {
  display:block;
  color:var(--muted);
  font-size:8px
}

.outlook-summary b {
  font-size:13px
}

.neutral-pill {
  font-size:8px;
  background:#d9a0381a;
  color:#cba254;
  padding:4px 8px;
  border-radius:6px
}

.range-legend {
  display:flex;
  gap:16px;
  margin-top:13px;
  color:var(--muted);
  font-size:8px
}

.range-legend span {
  display:flex;
  align-items:center;
  gap:5px
}

.range-legend i {
  width:6px;
  height:6px;
  border-radius:2px;
  background:#438efa80
}

.range-legend span:last-child i {
  background:#438efa30
}

.app-research-card small {
  font-size:7px;
  color:var(--muted)
}

.report-preview {
  margin-top:20px;
  padding:15px;
  border:1px solid var(--line);
  border-radius:15px;
  background:var(--surface)
}

.ai-badge {
  font-size:7px;
  letter-spacing:.045em;
  color:var(--blue)
}

.report-preview h3 {
  font-size:22px;
  font-weight:600;
  margin:14px 0 10px;
  line-height:1.2
}

.report-preview>p {
  font-size:10px;
  color:var(--muted)
}

.report-preview hr {
  border:0;
  border-top:1px solid var(--line);
  margin:17px 0
}

.report-preview>small {
  font-size:7px;
  letter-spacing:.1em;
  color:var(--subtle)
}

.report-point {
  display:flex;
  gap:10px;
  margin-top:13px
}

.report-point>span {
  font-size:8px;
  color:var(--blue);
  padding-top:1px
}

.report-point p {
  font-size:10px;
  line-height:1.5
}

.source-chips {
  display:flex;
  gap:6px;
  margin-top:17px
}

.source-chips span {
  font-size:7px;
  padding:4px 8px;
  border-radius:5px;
  background:var(--raised);
  color:var(--muted)
}

.sample-note {
  font-size:8px;
  color:var(--subtle);
  margin:12px 4px
}

.asset-band {
  border-block:1px solid var(--line);
  padding:25px 0
}

.asset-band>.wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px
}

.asset-band p {
  font-size:8px;
  letter-spacing:.13em;
  color:var(--subtle);
  white-space:nowrap
}

.asset-band .wrap>div {
  display:flex;
  align-items:center;
  gap:33px;
  color:var(--muted);
  font-size:16px;
  font-weight:500;
  letter-spacing:-.025em
}

.asset-band i {
  width:3px;
  height:3px;
  background:var(--line);
  border-radius:50%
}

.section {
  padding-top:106px;
  padding-bottom:105px
}

.section-intro h2,.perspective h2 {
  font-size:42px;
  font-weight:600;
  line-height:1.15;
  margin:18px 0;
  letter-spacing:-.045em
}

.section-intro>p:last-child,.section-description {
  max-width:470px;
  color:var(--muted);
  font-size:14px;
  line-height:1.85
}

.feature-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  margin-top:54px
}

.feature-grid article {
  border-top:1px solid var(--line);
  padding-top:26px
}

.feature-icon {
  width:40px;
  height:40px;
  border-radius:12px;
  display:grid;
  place-items:center;
  font-size:26px;
  margin-bottom:24px
}

.feature-icon svg {
  width:23px;
  height:23px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round
}

.blue {
  background:var(--soft-blue);
  color:var(--blue)
}

.violet {
  background:#9e77ed18;
  color:#b79bef
}

.green {
  background:#42d58b14;
  color:var(--green)
}

.feature-grid h3 {
  font-size:18px;
  letter-spacing:-.035em;
  margin-bottom:13px;
  font-weight:600
}

.feature-grid p {
  font-size:13px;
  line-height:1.85;
  color:var(--muted)
}

.feature-tags {
  display:flex;
  gap:7px;
  margin-top:21px;
  flex-wrap:wrap
}

.feature-tags span {
  font-size:9px;
  border:1px solid var(--line);
  border-radius:5px;
  padding:3px 7px;
  color:var(--subtle)
}

.perspective-section {
  background:var(--surface);
  border-block:1px solid var(--line)
}

.perspective {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:88px;
  align-items:center;
  padding-top:75px;
  padding-bottom:75px
}

.perspective-art {
  height:350px;
  position:relative
}

.orbit {
  position:absolute;
  border:1px solid var(--line);
  border-radius:50%;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%)
}

.orbit-one {
  width:290px;
  height:290px
}

.orbit-two {
  width:185px;
  height:185px;
  border-style:dashed
}

.orbit-core {
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  padding:15px;
  background:var(--surface);
  border-radius:30px;
  box-shadow:0 0 70px #428ef522
}

.orbit-core img {
  width:82px;
  height:82px;
  border-radius:22px
}

.orbit-label {
  position:absolute;
  border:1px solid var(--line);
  background:var(--bg);
  border-radius:11px;
  padding:11px 17px;
  font-size:12px;
  box-shadow:0 5px 20px #0001;
  color:var(--muted)
}

.orbit-filings {
  top:35px;
  left:20px
}

.orbit-earnings {
  top:56px;
  right:0
}

.orbit-news {
  bottom:42px;
  left:7px
}

.orbit-scenarios {
  bottom:57px;
  right:0
}

.check-list {
  list-style:none;
  padding:0;
  margin-top:23px;
  display:grid;
  gap:12px;
  font-size:12px;
  color:var(--muted)
}

.check-list li {
  display:flex;
  gap:11px
}

.check-list li>span {
  color:var(--blue)
}

.research-note {
  font-size:10px;
  color:var(--subtle);
  margin-top:22px
}

.plans {
  margin-top:42px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}

.plan {
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:20px;
  padding:30px
}

.plan-pro {
  border-color:#5aa2ff60;
  background:linear-gradient(140deg,var(--soft-blue),var(--surface) 65%)
}

.plan-title {
  display:flex;
  justify-content:space-between;
  align-items:center
}

.plan-title h3 {
  font-size:20px
}

.plan-title>span {
  font-size:10px;
  color:var(--muted)
}

.planned {
  font-size:8px;
  color:var(--blue);
  font-weight:500;
  letter-spacing:0;
  vertical-align:middle;
  margin-left:6px;
  background:var(--soft-blue);
  border-radius:4px;
  padding:4px 6px
}

.plan-price {
  font-size:45px;
  letter-spacing:-.055em;
  font-weight:600;
  margin-top:25px;
  line-height:1.3
}

.plan-price small {
  font-size:13px;
  font-weight:400;
  color:var(--muted);
  letter-spacing:0;
  margin-left:5px
}

.plan>p {
  font-size:12px;
  color:var(--muted);
  max-width:280px;
  margin-top:8px
}

.plan ul {
  list-style:none;
  padding:0;
  margin:24px 0;
  display:grid;
  gap:10px;
  font-size:12px;
  color:var(--muted)
}

.plan li::before {
  content:"✓";
  color:var(--blue);
  margin-right:10px
}

.plan .btn {
  font-size:12px;
  width:100%;
  padding:12px 20px;
  justify-content:space-between
}

.plans-note {
  font-size:10px;
  color:var(--subtle);
  margin-top:17px;
  text-align:center
}

.faq-section {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:70px;
  border-top:1px solid var(--line);
  padding-top:75px
}

.faq-section .section-intro>p a {
  color:var(--blue);
  display:inline-block;
  margin-top:12px;
  font-size:12px
}

.faq details {
  border-bottom:1px solid var(--line)
}

.faq summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:22px 0;
  font-size:14px;
  font-weight:500;
  letter-spacing:-.01em
}

.faq details:first-child summary {
  padding-top:3px;
  padding-bottom:23px
}

.faq summary::-webkit-details-marker {
  display:none
}

.faq summary::after {
  content:"+";
  font-size:20px;
  font-weight:300;
  color:var(--subtle)
}

.faq details[open] summary::after {
  content:"−"
}

.faq details div {
  padding-bottom:24px;
  font-size:12px;
  color:var(--muted);
  line-height:1.85
}

.faq a {
  color:var(--blue)
}

.closing {
  padding-bottom:82px
}

.closing>div {
  border:1px solid var(--line);
  border-radius:26px;
  text-align:center;
  padding:50px 25px;
  background:radial-gradient(ellipse at 50% 0,#367fde15,transparent 65%),var(--surface)
}

.closing img {
  width:49px;
  height:49px;
  border-radius:13px;
  margin:0 auto 22px
}

.closing h2 {
  font-size:44px;
  font-weight:600;
  letter-spacing:-.045em;
  line-height:1.12;
  margin:15px 0 26px
}

.closing p:last-child {
  font-size:10px;
  color:var(--subtle);
  margin-top:16px
}

.closing .btn {
  font-size:12px
}

.foot {
  border-top:1px solid var(--line);
  padding:30px 0
}

.foot-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:32px;
  gap:30px
}

.foot .mark {
  font-size:13px
}

.foot .app-icon {
  width:26px;
  height:26px;
  border-radius:8px
}

.foot-nav {
  display:flex;
  gap:24px;
  flex-wrap:wrap;
  font-size:10px;
  color:var(--muted)
}

.legal {
  border-top:1px solid var(--line);
  padding-top:24px
}

.legal h2 {
  font-size:10px;
  letter-spacing:0;
  font-weight:500;
  color:var(--muted);
  margin-bottom:12px
}

.legal-cols {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  color:var(--subtle);
  font-size:9px;
  line-height:1.8
}

.legal b {
  font-weight:500
}

.copy {
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-top:25px;
  color:var(--subtle);
  font-size:9px
}

.copy>span:last-child {
  margin-left:auto
}

.status-main {
  min-height:calc(100vh - 92px);
  padding-top:80px;
  padding-bottom:80px
}

.status-card {
  max-width:490px;
  margin:auto;
  padding:38px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:24px
}

.status-card>.app-icon {
  width:48px;
  height:48px;
  border-radius:13px;
  margin-bottom:25px
}

.status-card h1 {
  font-size:36px;
  line-height:1.15;
  margin:12px 0 18px;
  font-weight:600
}

.status-card>p {
  color:var(--muted);
  font-size:13px
}

.status-card label {
  display:block;
  font-size:12px;
  margin:22px 0 9px
}

.status-card input:not(.hp) {
  width:100%;
  border:1px solid var(--line);
  background:var(--bg);
  padding:13px;
  border-radius:10px;
  color:var(--text);
  font-size:14px
}

.status-card form>p {
  font-size:12px;
  color:var(--muted);
  margin-top:15px
}

.status-card .btn {
  width:100%;
  margin-top:12px
}

.status-card .back-link {
  display:inline-block;
  margin-top:27px;
  font-size:12px;
  color:var(--blue)
}

#positionWrap {
  padding:20px 0
}

#position {
  display:block;
  font-size:64px;
  line-height:1.2;
  letter-spacing:-.06em;
  color:var(--blue);
  font-weight:600
}

#positionOf {
  font-size:12px;
  color:var(--muted)
}

@media(min-width:1500px) {
  .hero {
    min-height:810px
  }
}

@media(max-width:1000px) {
  :root {
    --pad:28px
  }
  .hero {
    gap:25px;
    grid-template-columns:1.1fr 1fr
  }
  .hero h1 {
    font-size:55px
  }
  .head-nav {
    gap:20px
  }
  .head-in {
    gap:15px
  }
  .hero .field {
    flex-wrap:wrap;
    background:none;
    border:0;
    padding:0
  }
  .hero .field input {
    width:100%;
    flex:auto;
    border:1px solid var(--line);
    border-radius:11px;
    background:var(--surface);
    padding:14px
  }
  .hero .field .btn {
    width:100%;
    padding:13px
  }
  .hero .field:focus-within {
    box-shadow:none
  }
  .hero .field input:focus {
    border-color:var(--blue)
  }
  .hero-foot {
    flex-wrap:wrap;
    margin-top:25px
  }
  .asset-band .wrap>div {
    gap:20px;
    font-size:14px
  }
  .perspective {
    gap:45px
  }
  .feature-grid {
    gap:24px
  }
  .perspective-art {
    transform:scale(.9)
  }
}

@media(max-width:760px) {
  :root {
    --pad:23px
  }
  .head {
    height:76px
  }
  .head-nav {
    display:none
  }
  .nav-actions {
    margin-left:auto;
    gap:6px
  }
  .mark {
    font-size:15px;
    gap:8px
  }
  .mark img {
    width:31px;
    height:31px;
    border-radius:9px
  }
  .btn-sm {
    font-size:10px;
    padding:9px 12px;
    gap:9px
  }
  .theme-toggle {
    font-size:23px;
    width:29px
  }
  .hero {
    grid-template-columns:1fr;
    gap:43px;
    min-height:0;
    padding-top:42px;
    padding-bottom:46px
  }
  .hero::before {
    inset:40% 0 0;
    background:radial-gradient(ellipse at center,#24457524,transparent 65%)
  }
  .hero-copy {
    padding:0;
    max-width:480px;
    margin:auto;
    width:100%
  }
  .hero h1 {
    font-size:clamp(45px,9vw,66px);
    margin:22px 0
  }
  .hero .eyebrow {
    font-size:9px
  }
  .lede {
    font-size:14px;
    line-height:1.85
  }
  .signup {
    margin-top:29px
  }
  .hero .field {
    flex-wrap:nowrap;
    border:1px solid var(--line);
    padding:5px;
    background:var(--surface)
  }
  .hero .field input {
    width:0;
    flex:1;
    border:0;
    background:transparent;
    padding:10px;
    font-size:12px
  }
  .hero .field .btn {
    width:auto;
    font-size:10px;
    padding:13px 11px;
    gap:8px
  }
  .hero-foot {
    font-size:9px;
    margin-top:26px
  }
  .fine {
    font-size:9px
  }
  .status-link {
    font-size:10px
  }
  .phone {
    width:328px;
    max-width:100%;
  }
  .asset-band>.wrap {
    flex-direction:column;
    gap:13px
  }
  .asset-band .wrap>div {
    gap:18px;
    font-size:12px;
    flex-wrap:wrap;
    justify-content:center
  }
  .asset-band p {
    font-size:7px
  }
  .section {
    padding-top:64px;
    padding-bottom:65px
  }
  .section-intro h2,.perspective h2 {
    font-size:35px
  }
  .section-intro>p:last-child,.section-description {
    font-size:13px
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:26px;
    margin-top:33px
  }
  .feature-grid article {
    display:grid;
    grid-template-columns:42px 1fr;
    gap:0 17px;
    padding-top:25px
  }
  .feature-icon {
    grid-column:1;
    grid-row:1/4;
    margin:0
  }
  .feature-grid h3 {
    grid-column:2;
    font-size:17px;
    margin-bottom:10px
  }
  .feature-grid p,.feature-tags {
    grid-column:2
  }
  .feature-tags {
    margin-top:16px
  }
  .feature-grid p {
    font-size:12px
  }
  .perspective {
    grid-template-columns:1fr;
    gap:18px;
    padding-block:45px
  }
  .perspective-art {
    max-width:390px;
    width:100%;
    margin:auto;
    height:280px;
    transform:scale(.9)
  }
  .orbit-one {
    width:255px;
    height:255px
  }
  .orbit-two {
    width:165px;
    height:165px
  }
  .orbit-core img {
    width:70px;
    height:70px
  }
  .orbit-label {
    font-size:11px
  }
  .orbit-filings {
    top:13px
  }
  .orbit-earnings {
    top:39px
  }
  .orbit-news {
    bottom:29px
  }
  .orbit-scenarios {
    bottom:15px
  }
  .plans {
    gap:14px
  }
  .plan {
    padding:22px
  }
  .plan-title {
    align-items:flex-start;
    flex-direction:column;
    gap:8px
  }
  .plan-price {
    font-size:38px
  }
  .plan>p {
    font-size:11px
  }
  .plan ul {
    font-size:10px
  }
  .plan .btn {
    font-size:10px;
    padding:10px
  }
  .plans-note {
    font-size:9px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:33px
  }
  .faq-section .section-intro>p {
    display:none
  }
  .faq summary {
    font-size:13px
  }
  .closing {
    padding-bottom:48px
  }
  .closing>div {
    padding:37px 22px
  }
  .closing h2 {
    font-size:37px
  }
  .closing .eyebrow {
    font-size:8px
  }
  .foot-top {
    align-items:flex-start;
    flex-direction:column;
    gap:22px
  }
  .foot-nav {
    gap:17px;
    font-size:9px
  }
  .legal-cols {
    grid-template-columns:1fr;
    gap:12px;
    font-size:9px
  }
  .copy {
    display:block;
    font-size:8px
  }
  .copy>span:last-child {
    display:block;
    margin-top:8px
  }
  .status-main {
    padding-top:40px
  }
  .status-card {
    padding:28px
  }
  .status-card h1 {
    font-size:32px
  }
}

@media(max-width:430px) {
  .plans {
    grid-template-columns:1fr
  }
  .plan-title {
    flex-direction:row;
    align-items:center
  }
  .plan>p {
    max-width:none;
    font-size:12px
  }
  .plan ul {
    font-size:12px
  }
  .plan .btn {
    font-size:12px
  }
  .button-arrow {
    display:none
  }
  .hero h1 {
    font-size:46px
  }
  .asset-band .wrap>div {
    gap:11px
  }
  .asset-band .wrap>div span {
    font-size:11px
  }
  .phone {
    width:316px
  }
  .stock-row {
    gap:7px
  }
  .hero .eyebrow {
    font-size:8px
  }
  .fine {
    max-width:300px
  }
  .phone-status {
    margin-bottom:10px
  }
}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important
  }
}

@media(max-width:360px) {
  :root {
    --pad:18px
  }
  .mark {
    font-size:13px
  }
  .mark img {
    width:27px;
    height:27px
  }
  .nav-actions {
    gap:2px
  }
  .head-in {
    gap:6px
  }
  .btn-sm {
    padding:8px;
    font-size:9px;
    gap:5px
  }
  .theme-toggle {
    width:25px
  }
  .hero h1 {
    font-size:40px
  }
  .hero .field {
    flex-wrap:wrap
  }
  .hero .field input {
    flex-basis:100%;
    padding:11px
  }
  .hero .field .btn {
    width:100%
  }
  .preview-control button {
    padding-inline:12px
  }
}

.working-note {
  font-size:10px;
  color:var(--muted);
  margin-top:20px
}

.legal-page {
  max-width:820px;
  padding-top:80px;
  padding-bottom:80px;
}

.legal-page h1 {
  font-size:clamp(32px, 6vw, 52px);
  line-height:1.12;
  letter-spacing:-0.045em;
  margin:16px 0;
}

.legal-page .legal-date {
  color:var(--muted);
  font-size:14px;
  margin-bottom:48px;
}

.legal-page article section {
  margin:32px 0;
}

.legal-page h2 {
  font-size:21px;
  letter-spacing:-0.02em;
  margin-bottom:12px;
}

.legal-page article p {
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  overflow-wrap:anywhere;
}

.legal-page article a,.legal-nav a {
  color:var(--blue);
  text-decoration:underline;
  text-underline-offset:3px;
}

.legal-nav {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  border-top:1px solid var(--line);
  padding-top:28px;
  margin-top:48px;
  font-size:14px;
}

.hero-copy,.hero-visual {
  min-width:0
}

@media(max-width:360px) {
  .phone {
    height:680px
  }
  .screen-heading h2 {
    font-size:21px
  }
}
