:root {
  --bg: #090b0e;
  --panel: #11161c;
  --panel-2: #151b22;
  --line: rgba(255, 255, 255, 0.08);
  --text: #f4f7fb;
  --muted: #8c98a8;
  --green: #21d07a;
  --red: #ff4d65;
  --amber: #f0b84a;
  --cyan: #4cc9f0;
  --violet: #b18cff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 22% 0%, rgba(76, 201, 240, 0.16), transparent 34%),
    radial-gradient(circle at 74% 12%, rgba(240, 184, 74, 0.12), transparent 32%),
    linear-gradient(135deg, #07090c 0%, #111217 52%, #0c0f11 100%);
  color: var(--text);
}

html {
  scroll-behavior: smooth;
}

button {
  font: inherit;
}

select {
  font: inherit;
}

.shell {
  width: min(1600px, 100%);
  margin: 0 auto;
  padding: 22px;
}

.landing {
  min-height: 92vh;
  padding: 22px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 8, 12, 0.28), rgba(5, 8, 12, 0.88)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23070a0f'/%3E%3Cg opacity='.42'%3E%3Cpath d='M0 700 C220 610 300 740 500 620 S820 420 1060 520 1320 310 1600 390' fill='none' stroke='%234cc9f0' stroke-width='5'/%3E%3Cpath d='M0 560 C220 500 380 620 610 470 S920 300 1110 380 1320 250 1600 290' fill='none' stroke='%2321d07a' stroke-width='4'/%3E%3Cpath d='M0 420 C220 455 360 360 560 410 S910 590 1140 450 1320 540 1600 470' fill='none' stroke='%23ff4d65' stroke-width='4'/%3E%3C/g%3E%3Cg opacity='.16' stroke='%23ffffff'%3E%3Cpath d='M0 120H1600M0 240H1600M0 360H1600M0 480H1600M0 600H1600M0 720H1600M200 0V900M400 0V900M600 0V900M800 0V900M1000 0V900M1200 0V900M1400 0V900'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.landing-nav,
.landing-content,
.landing-actions,
.landing-buttons,
.landing-proof {
  display: flex;
  align-items: center;
}

.landing-nav {
  justify-content: space-between;
  gap: 16px;
  width: min(1500px, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.mini-brand strong {
  font-size: 18px;
}

.landing-actions,
.landing-buttons {
  gap: 10px;
  flex-wrap: wrap;
}

.landing-content {
  width: min(1500px, 100%);
  margin: 0 auto;
  min-height: calc(92vh - 92px);
  justify-content: space-between;
  gap: 42px;
  position: relative;
  z-index: 2;
}

.landing-copy {
  max-width: 760px;
}

.landing-copy h1 {
  margin: 12px 0 16px;
  font-size: clamp(46px, 8vw, 104px);
  line-height: 0.92;
}

.landing-copy p {
  max-width: 660px;
  color: #d8e4ef;
  font-size: clamp(17px, 2vw, 24px);
  line-height: 1.45;
}

.landing-buttons {
  margin: 26px 0;
}

.primary-link,
.ghost-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 15px;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  cursor: pointer;
}

.primary-link {
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #07100e;
  font-weight: 900;
}

.ghost-button {
  background: rgba(255, 255, 255, 0.055);
}

.landing-proof {
  gap: 10px;
  flex-wrap: wrap;
}

.landing-proof span {
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #d9e2ec;
  font-size: 13px;
}

.product-shot {
  width: min(560px, 42vw);
  min-height: 420px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(10, 14, 20, 0.76);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
}

.shot-top {
  height: 42px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(76, 201, 240, 0.28), rgba(33, 208, 122, 0.12));
  margin-bottom: 14px;
}

.shot-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 12px;
}

.shot-chart,
.shot-panel {
  min-height: 310px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(160deg, transparent 0 44%, rgba(76, 201, 240, 0.38) 45% 47%, transparent 48% 100%),
    linear-gradient(20deg, transparent 0 52%, rgba(33, 208, 122, 0.28) 53% 55%, transparent 56% 100%),
    rgba(255, 255, 255, 0.035);
}

.shot-panel {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
}

.shot-panel strong {
  color: var(--green);
  font-size: 42px;
}

.shot-panel span {
  font-size: 36px;
  font-weight: 900;
}

.topbar,
.workspace,
.macro-grid,
.tool-grid,
.scanner-grid,
.test-grid,
.lower-grid,
.market-strip {
  display: grid;
  gap: 16px;
}

.topbar {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 16px;
}

.brand,
.controls,
.panel-head,
.decision-main,
.disclaimer,
.journal-actions,
.journal-stats {
  display: flex;
  align-items: center;
}

.brand {
  min-width: 0;
  gap: 14px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 83, 83, 0.35);
  border-radius: 12px;
  background: #050607;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 12px 30px rgba(255, 35, 35, 0.18);
  overflow: hidden;
}

.brand-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  font-size: clamp(24px, 4vw, 42px);
  line-height: 1;
  letter-spacing: 0;
}

h2 {
  font-size: 18px;
  letter-spacing: 0;
}

p,
.subtle,
.label,
.decision-kicker {
  color: var(--muted);
}

.brand p,
.panel-head p,
.disclaimer {
  margin-top: 5px;
  font-size: 13px;
}

.controls {
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.account-chip {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
  font-size: 13px;
}

.select-wrap {
  min-width: 184px;
  height: 42px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 4px 8px 4px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.select-wrap span {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.select-wrap select {
  width: 100%;
  min-width: 0;
  height: 32px;
  border: 0;
  outline: 0;
  border-radius: 6px;
  background: #f4f7fb;
  color: #0b0f14;
  font-weight: 800;
  cursor: pointer;
}

.select-wrap select:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.segmented {
  display: grid;
  grid-auto-flow: column;
  padding: 4px;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.segment,
.icon-button,
.primary-button,
.journal-button {
  border: 1px solid transparent;
  color: var(--text);
  cursor: pointer;
}

.segment {
  min-width: 54px;
  height: 34px;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
}

.segment.active {
  background: #f4f7fb;
  color: #0b0f14;
  font-weight: 800;
}

.icon-button,
.primary-button {
  height: 42px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--line);
}

.icon-button {
  display: grid;
  place-items: center;
  width: 42px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--cyan), var(--green));
  color: #07100e;
  font-weight: 800;
}

.market-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 16px;
}

.metric,
.chart-panel,
.signal-panel,
.macro-panel,
.data-panel,
.disclaimer {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 22, 28, 0.86);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.metric {
  min-height: 104px;
  padding: 18px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.metric strong {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1;
}

.price-tile {
  background:
    linear-gradient(135deg, rgba(33, 208, 122, 0.16), rgba(76, 201, 240, 0.08)),
    rgba(17, 22, 28, 0.9);
}

.workspace {
  grid-template-columns: minmax(0, 1.8fr) minmax(360px, 0.8fr);
  margin-bottom: 16px;
}

.chart-panel,
.signal-panel,
.macro-panel,
.data-panel {
  padding: 18px;
}

.panel-head {
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.panel-head.compact {
  margin-bottom: 12px;
}

.chart {
  height: 520px;
  min-height: 360px;
}

.signal-panel {
  display: grid;
  align-content: start;
  gap: 14px;
}

.decision-card {
  min-height: 184px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(177, 140, 255, 0.15), rgba(76, 201, 240, 0.08)),
    #0f141a;
  border: 1px solid rgba(177, 140, 255, 0.22);
}

.decision-kicker {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.decision-main {
  justify-content: space-between;
  gap: 16px;
  margin: 16px 0 10px;
}

#tradeSide {
  font-size: clamp(36px, 6vw, 62px);
  line-height: 0.95;
}

#tradeScore {
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 900;
}

.trade-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.trade-grid article {
  min-height: 86px;
  padding: 14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  display: grid;
  align-content: center;
  gap: 6px;
}

.trade-grid strong {
  font-size: 20px;
}

.factor-list {
  display: grid;
  gap: 8px;
}

.factor {
  display: grid;
  gap: 7px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.factor-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
}

.factor-meter {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.factor-meter span {
  display: block;
  height: 100%;
  width: 50%;
  background: var(--cyan);
}

.macro-panel {
  margin-bottom: 16px;
}

.macro-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.75fr);
  align-items: stretch;
}

.macro-chart {
  min-height: 360px;
  height: 380px;
}

.macro-signal {
  min-height: 360px;
  padding: 18px;
  border: 1px solid rgba(76, 201, 240, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(76, 201, 240, 0.12), rgba(33, 208, 122, 0.05)),
    rgba(255, 255, 255, 0.035);
  display: grid;
  align-content: start;
  gap: 14px;
}

.macro-decision {
  margin: 6px 0 0;
}

#macroSide {
  font-size: clamp(30px, 5vw, 54px);
  line-height: 0.98;
}

#macroScore {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 900;
}

.macro-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.macro-stats article {
  min-height: 82px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  display: grid;
  align-content: center;
  gap: 6px;
}

.macro-stats strong {
  font-size: 18px;
}

.tool-grid,
.test-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.secondary-tools {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(340px, 0.8fr);
}

.scanner-grid {
  grid-template-columns: minmax(0, 1.55fr) minmax(360px, 0.75fr);
  margin-bottom: 16px;
}

.wide-panel {
  min-width: 0;
}

.compact-list {
  display: grid;
  gap: 8px;
  max-height: 320px;
  overflow: auto;
}

.compact-row,
.heatmap-item {
  display: grid;
  gap: 6px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 13px;
}

.compact-row-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.inline-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.paper-side-control {
  margin-bottom: 12px;
}

.compact-row small {
  color: var(--muted);
  line-height: 1.35;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--amber);
  flex: 0 0 auto;
}

.status-dot.long,
.status-dot.win {
  background: var(--green);
}

.status-dot.short,
.status-dot.loss {
  background: var(--red);
}

.form-grid,
.alert-settings,
.price-alert-form {
  display: grid;
  gap: 10px;
}

.form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid label,
.alert-settings label {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 12px;
}

input,
.price-alert-form select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  outline: 0;
}

.price-alert-form {
  grid-template-columns: minmax(90px, 0.8fr) minmax(0, 1fr) auto;
  margin: 12px 0;
}

.toggle-line {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 8px !important;
}

.toggle-line input {
  width: 18px;
  min-height: 18px;
}

.mini-button {
  min-height: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.07);
  color: var(--text);
  cursor: pointer;
  font-weight: 800;
}

.result-box {
  margin-top: 12px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  color: #d9e2ec;
  font-size: 13px;
  line-height: 1.4;
}

.heatmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 8px;
  max-height: 420px;
  overflow: auto;
}

.heatmap-item {
  cursor: pointer;
  min-height: 86px;
}

.heatmap-item strong {
  font-size: 16px;
}

.heatmap-item span {
  color: var(--muted);
}

.premium-card {
  position: relative;
}

.premium-card.locked {
  min-height: 220px;
}

.premium-card.locked > * {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

.premium-card.locked::after {
  content: attr(data-feature) " - Pro 99 PLN/mies.";
  position: absolute;
  inset: 18px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(76, 201, 240, 0.28);
  border-radius: 8px;
  background: rgba(6, 10, 15, 0.76);
  color: #eef7ff;
  font-weight: 900;
  text-align: center;
  padding: 18px;
  z-index: 4;
}

.auth-modal.hidden,
.hidden {
  display: none !important;
}

.auth-modal {
  position: fixed;
  inset: 0;
  z-index: 20;
  display: grid;
  place-items: center;
  padding: 18px;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.68);
}

.auth-card {
  position: relative;
  width: min(520px, 100%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 22, 28, 0.98);
  box-shadow: var(--shadow);
}

.auth-tabs,
.auth-form {
  margin-bottom: 12px;
}

.full-button {
  width: 100%;
}

.pricing-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(76, 201, 240, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 12px;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.price-line strong {
  font-size: 42px;
}

.billing-status {
  padding: 12px;
  border: 1px solid rgba(76, 201, 240, 0.18);
  border-radius: 8px;
  background: rgba(76, 201, 240, 0.08);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.billing-status.active {
  border-color: rgba(33, 208, 122, 0.28);
  background: rgba(33, 208, 122, 0.1);
  color: var(--green);
}

.billing-status.warning {
  border-color: rgba(255, 209, 102, 0.28);
  background: rgba(255, 209, 102, 0.1);
  color: var(--yellow);
}

.billing-status.error {
  border-color: rgba(255, 89, 94, 0.28);
  background: rgba(255, 89, 94, 0.1);
  color: var(--red);
}

.paywall-container:empty {
  display: none;
}

.paywall-container {
  min-height: 120px;
  overflow: hidden;
  border-radius: 8px;
}

.lower-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(330px, 0.8fr);
}

.book-bars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.book-side {
  display: grid;
  gap: 7px;
}

.book-side span {
  color: var(--muted);
  font-size: 12px;
}

.bar {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.bar span {
  display: block;
  height: 100%;
  width: 0;
}

.ask .bar span {
  background: var(--red);
}

.bid .bar span {
  background: var(--green);
}

.depth-table,
.liquidation-feed,
.journal-list {
  display: grid;
  gap: 7px;
  max-height: 260px;
  overflow: auto;
}

.depth-row,
.liquidation-row,
.journal-row {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  padding: 9px 10px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #d9e2ec;
  font-size: 13px;
}

.liquidation-row,
.journal-row {
  grid-template-columns: auto 1fr auto;
}

.long,
.win {
  color: var(--green);
}

.short,
.loss {
  color: var(--red);
}

.neutral,
.skip {
  color: var(--amber);
}

.journal-actions {
  gap: 8px;
  margin-bottom: 12px;
}

.journal-button {
  flex: 1;
  min-height: 38px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--line);
  font-weight: 800;
}

.journal-stats {
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0 13px;
  color: var(--muted);
  font-size: 13px;
}

.disclaimer {
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  line-height: 1.45;
}

.footer-links {
  margin-left: auto;
  display: inline-flex;
  gap: 12px;
  white-space: nowrap;
}

.footer-links a,
.legal-back {
  color: var(--cyan);
  text-decoration: none;
}

.footer-links a:hover,
.legal-back:hover {
  color: var(--text);
}

.legal-page {
  min-height: 100vh;
  background:
    linear-gradient(rgba(5, 8, 12, 0.78), rgba(5, 8, 12, 0.94)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='900' viewBox='0 0 1600 900'%3E%3Crect width='1600' height='900' fill='%23070a0f'/%3E%3Cg opacity='.34'%3E%3Cpath d='M0 680 C240 590 320 730 540 600 S860 410 1110 520 1340 310 1600 390' fill='none' stroke='%234cc9f0' stroke-width='5'/%3E%3Cpath d='M0 530 C240 480 380 620 630 455 S930 300 1140 385 1340 250 1600 290' fill='none' stroke='%2321d07a' stroke-width='4'/%3E%3Cpath d='M0 410 C220 455 360 360 560 410 S910 590 1140 450 1320 540 1600 470' fill='none' stroke='%23ff4d65' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
}

.legal-shell {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 48px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 18px;
  font-weight: 700;
}

.legal-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 17, 22, 0.88);
  box-shadow: var(--shadow);
  padding: 28px;
}

.legal-card h1 {
  margin: 22px 0 8px;
  font-size: 36px;
}

.legal-card h2 {
  margin: 28px 0 10px;
  font-size: 18px;
}

.legal-card p {
  color: var(--muted);
  line-height: 1.7;
}

.legal-updated {
  margin-bottom: 28px;
}

.positive {
  color: var(--green);
}

.negative {
  color: var(--red);
}

svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 1120px) {
  .landing-content {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 70px;
  }

  .product-shot {
    width: min(680px, 100%);
  }

  .topbar,
  .workspace,
  .macro-grid,
  .tool-grid,
  .scanner-grid,
  .test-grid,
  .lower-grid {
    grid-template-columns: 1fr;
  }

  .market-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .controls {
    justify-content: flex-start;
  }

  .select-wrap {
    flex: 1 1 220px;
  }
}

@media (max-width: 680px) {
  .shell {
    padding: 14px;
  }

  .brand {
    align-items: flex-start;
  }

  .landing {
    padding: 14px;
  }

  .landing-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .landing-content {
    padding-top: 34px;
    gap: 28px;
  }

  .product-shot {
    min-height: 280px;
  }

  .shot-grid {
    grid-template-columns: 1fr;
  }

  .shot-chart,
  .shot-panel {
    min-height: 150px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .market-strip,
  .trade-grid,
  .book-bars {
    grid-template-columns: 1fr;
  }

  .chart {
    height: 410px;
  }

  .panel-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .disclaimer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-links {
    margin-left: 0;
  }

  .primary-button {
    width: 100%;
    justify-content: center;
  }

  .macro-chart {
    height: 320px;
    min-height: 300px;
  }

  .macro-stats {
    grid-template-columns: 1fr;
  }

  .form-grid,
  .price-alert-form {
    grid-template-columns: 1fr;
  }
}
