.profile-graph-shell {

  top: calc(72px + env(safe-area-inset-top, 0px));
  bottom: calc(246px + env(safe-area-inset-bottom, 0px));

}

.profile-graph-frame {

  top: 10px;
  right: 6px;
  bottom: 2px;
  left: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);

}

.profile-graph-tabs {

  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: calc(156px + env(safe-area-inset-bottom, 0px));
  z-index: 18;
  white-space: nowrap;

}

.profile-nav-divider {

  bottom: calc(228px + env(safe-area-inset-bottom, 0px));

}

.profile-performance-label {

  bottom: calc(210px + env(safe-area-inset-bottom, 0px));
  font-size: 11px;

}

.profile-portfolio-readout {

  bottom: calc(192px + env(safe-area-inset-bottom, 0px));
  font-size: 11px;

}

.profile-balance-readout {

  bottom: calc(160px + env(safe-area-inset-bottom, 0px));
  font-size: 18px;

}

.profile-balance-actions {

  bottom: calc(120px + env(safe-area-inset-bottom, 0px));
  gap: 12px;

}

.profile-toc-horizontal {

  bottom: calc(62px + env(safe-area-inset-bottom, 0px));
  gap: 14px;

}

.profile-nav-divider-bottom {

  bottom: calc(52px + env(safe-area-inset-bottom, 0px));

}

.profile-toc-btn {

  width: 92px;
  font-size: 0.86rem;
  padding: 8px 0;

}

#depositBtn {

  width: 84px;
  font-size: 0.84rem;
  padding: 8px 0;


}

#withdrawBtn {

  width: 84px;
  font-size: 0.84rem;
  padding: 8px 0;


}


.legal-page {

  font-family: "Segoe UI", "Roboto", sans-serif;
  padding: 32px;
  margin: 0 auto;

}

.legal-card {

  background: #fafafa;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 24px;

}

.legal-back-btn {

  margin-top: 18px;
  padding: 10px 14px;
  background: #eee;
  border: 0;
  border-radius: 6px;

}

.profile-dashboard {

  width: 100%;
  margin: 0 auto;
  min-height: 400px;
  display: block;
  font-family: "Segoe UI", "Roboto", sans-serif;

}

.profile-balance-box {

  border: 2px solid #222;

  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 32px 28px;
  margin: 0 auto;

}

.profile-graph-shell {

  position: fixed;
  left: 0;
  right: calc(var(--profile-sidebar-right-gap) + var(--profile-sidebar-width) - var(--profile-sidebar-pad-left));
  top: calc(84px + env(safe-area-inset-top, 0px));
  bottom: calc(262px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: 15;

}

.profile-graph-frame {

  position: absolute;
  top: 30px;
  right: 27px;
  bottom: 4px;
  left: 23px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #171717;
  background: #020202;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
  overflow: hidden;

}

.profile-sidebar {

  position: fixed;
  top: calc(106px + env(safe-area-inset-top, 0px));
  right: var(--profile-sidebar-right-gap);
  width: var(--profile-sidebar-width);
  bottom: calc(263px + env(safe-area-inset-bottom, 0px));
  padding: 16px 0 2px var(--profile-sidebar-pad-left);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
  z-index: 16;

}

.symbol-widget {

  border: 1px solid #d5d5d5;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box;

}

.symbol-widget-title {

  font-size: 13px;
  font-weight: 700;
  color: #222;
  margin-bottom: 4px;

}

.symbol-widget-list {

  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;

}

.symbol-widget-list::-webkit-scrollbar {

  width: 0;
  height: 0;
  display: none;

}

.symbol-widget-item {

  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;

}

.symbol-widget-item:last-child {

  border-bottom: none;

}

.symbol-widget-item .symbol {

  font-size: 13px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.2px;

}

.symbol-widget-item .price-wrap {

  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.15;

}

.symbol-widget-item .price {

  color: #222;
  font-size: 13px;
  font-weight: 700;

}

.symbol-widget-item .delta {

  color: #666;
  font-size: 12px;
  margin-top: 2px;

}

.symbol-widget-item.up .price {

  color: #137333;

}

.symbol-widget-item.up .delta {

  color: #137333;

}

.symbol-widget-item.down .price {

  color: #b42318;

}

.symbol-widget-item.down .delta {

  color: #b42318;

}

.symbol-widget-item .error {

  color: #b42318;
  font-size: 12px;

}

.symbol-widget-loading {

  font-size: 13px;
  color: #555;

}

.symbol-widget-error {

  font-size: 13px;
  color: #555;

}

.profile-graph-tabs {

  position: fixed;
  right: calc(var(--profile-sidebar-right-gap) + var(--profile-sidebar-width) - var(--profile-sidebar-pad-left) + 14px);
  bottom: calc(263px + env(safe-area-inset-bottom, 0px));
  z-index: 16;
  display: flex;
  gap: 8px;

}

.profile-graph-tabs {

  position: fixed;
  right: calc(var(--profile-sidebar-right-gap) + var(--profile-sidebar-width) - var(--profile-sidebar-pad-left) + 14px);
  bottom: calc(263px + env(safe-area-inset-bottom, 0px));
  z-index: 16;
  display: flex;
  gap: 8px;

}

.profile-graph-tab {

  border: 1px solid #d0d0d0;
  background: #fff;
  color: #222;
  border-radius: 8px;
  padding: 6px 14px;
  font-family: "Segoe UI", "Roboto", sans-serif;
  font-size: 13px;
  cursor: pointer;

}

.profile-graph-tab.active {

  background: #222;
  color: #fff;
  border-color: #222;

}

.profile-graph-canvas {

  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: #040404;
  padding: 0;
  box-sizing: border-box;
  pointer-events: auto;

}

.profile-graph-canvas svg {

  width: 100%;
  height: 100%;
  display: block;

}

.profile-graph-svg {

  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  border-radius: 10px;

}

.profile-graph-line {

  fill: none;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 1;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  transition: none;

}

.profile-graph-dot {

  stroke: none;
  opacity: 1;
  animation: none;
  cursor: pointer;
  transition: transform 120ms ease, filter 120ms ease;

}

.profile-graph-line.portfolio {

  stroke: #4deeff;

}

.profile-graph-dot.portfolio {

  fill: #4deeff;

}

.profile-graph-line.performance {

  stroke: #6b7280;

}

.profile-graph-dot.performance {

  fill: #6b7280;

}

.profile-graph-dot:hover {

  transform: scale(1.45);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.38));

}

.profile-graph-dot.is-active {

  transform: scale(1.45);
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.38));

}

.profile-graph-tooltip {

  position: absolute;
  z-index: 100;

  max-width: min(70vw, 360px);
  pointer-events: none;
  background: #ffffff;
  color: #000000;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.3;
  white-space: nowrap;
  backdrop-filter: blur(4px);

}

.profile-graph-empty {

  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  font-size: 13px;

}

.profile-graph-legend {

  display: none;

}

.profile-graph-legend .line {

  display: inline-block;
  width: 20px;
  height: 2px;
  vertical-align: middle;
  margin-right: 6px;

}

.profile-graph-legend .line.portfolio {

  background: #111;

}

.profile-graph-legend .line.performance {

  background: #666;

}

.profile-toc-horizontal {

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  justify-items: center;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(96px + env(safe-area-inset-bottom, 0px));
  z-index: 15;
  width: min(500px, calc(100vw - 16px));
  padding: 8px 10px;
  border-radius: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;

}

.profile-nav-divider {

  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(258px + env(safe-area-inset-bottom, 0px));
  border-top: 4px solid #000;
  z-index: 14;

}

.profile-portfolio-readout {

  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(226px + env(safe-area-inset-bottom, 0px));
  z-index: 15;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  white-space: nowrap;

}

.profile-nav-divider-bottom {

  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(84px + env(safe-area-inset-bottom, 0px));
  border-top: 4px solid #000;
  z-index: 14;

}

.profile-balance-readout {

  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(198px + env(safe-area-inset-bottom, 0px));
  z-index: 15;
  font-size: 22px;
  font-weight: 600;
  color: #222;
  white-space: nowrap;

}

.profile-performance-label {

  position: fixed;
  left: 50%;
  transform: translateX(calc(-50% + 2px));
  bottom: calc(244px + env(safe-area-inset-bottom, 0px));
  z-index: 15;
  font-size: 13px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.2px;
  white-space: nowrap;

}

.profile-menu {

  position: fixed;
  top: calc(76px + env(safe-area-inset-top, 0px));
  right: 14px;

  max-width: min(320px, calc(100vw - 28px));
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 12px;
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.16);
  padding: 12px;
  z-index: 40;

}

.profile-menu-title {

  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;

}

.profile-menu-row {

  font-size: 13px;
  color: #333;
  margin-bottom: 6px;
  word-break: break-word;

}

.profile-menu-link {

  margin-top: 4px;
  color: #111;
  font-weight: 600;
  cursor: pointer;

}

.profile-balance-actions {

  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(150px + env(safe-area-inset-bottom, 0px));
  width: min(500px, calc(100vw - 16px));
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  justify-items: center;
  align-items: center;
  z-index: 15;

}

#depositBtn {

  grid-column: 2;

}

#withdrawBtn {

  grid-column: 3;

}

.profile-toc-btn {

  font-size: 1.1em;
  cursor: pointer;
  color: #222;
  background: #eee;
  border: none;
  border-radius: 6px;
  width: 112px;
  padding: 10px 0;
  transition: background 0.2s;
  font-family: "Segoe UI", "Roboto", sans-serif;
  text-align: center;

}

.profile-toc-btn:hover {

  background: #ddd;

}

.pay-sheet-overlay {

  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 50;
  display: flex;
  align-items: flex-end;
  justify-content: center;

}

.pay-sheet {

  width: min(640px, 100vw);
  max-height: 86vh;
  height: 34vh;
  overflow-y: auto;
  background: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  padding: 14px 16px calc(18px + env(safe-area-inset-bottom, 0px)) 16px;
  font-family: "Segoe UI", "Roboto", sans-serif;
  transition: height 180ms ease;

}

.pay-sheet-handle {

  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: #c7c7c7;
  margin: 2px auto 12px auto;
  touch-action: none;
  cursor: ns-resize;

}

.pay-sheet-title {

  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;

}

.pay-sheet-label {

  display: block;
  font-size: 14px;
  font-weight: 600;
  margin: 8px 0 6px 0;

}

.pay-sheet-input {

  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;

}

.pay-sheet-select {

  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;

}

.pay-sheet-methods {

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 2px 0 8px 0;

}

.pay-sheet-methods.single-option {

  grid-template-columns: 1fr;

}

.pay-sheet-method {

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;

}

.pay-sheet-method i {

  font-size: 16px;

}

.pay-sheet-method.is-active {

  border-color: #111;
  background: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18) inset;

}

.pay-sheet-method:disabled {

  opacity: 0.55;
  cursor: not-allowed;

}

.pay-sheet-element {

  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 10px 12px;
  margin-top: 8px;

}

.pay-sheet-primary {

  width: 100%;
  margin-top: 12px;
  padding: 11px 14px;
  border: 0;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;

}

.pay-sheet-close {

  width: 100%;
  margin-top: 10px;
  padding: 10px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #fff;
  color: #222;
  font-size: 15px;
  cursor: pointer;

}

.pay-sheet-error {

  min-height: 20px;
  margin-top: 8px;
  color: #b00020;
  font-size: 14px;

}

.side-btn {

  width: 100%;
  text-align: left;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1em;

}

.side-btn.active {

  background: #222;
  color: #fff;

}

.profile-center {

  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.projections-row {

  width: 100%;
  margin-bottom: 0;

}

.performance-row {

  width: 100%;
  margin-bottom: 0;

}

.chart-box {

  border: 2px solid #222;
  width: 120px;
  background: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  font-size: 1.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.projection-box {

  width: 120px;
  height: 120px;
  padding: 10px;

}

.performance-box {

  height: 70px;
  padding: 12px;

}

.projections-page {

  width: 100%;
  min-height: calc(100vh - 150px);
  box-sizing: border-box;
  padding: 8px 20px 190px 20px;
  display: grid;
  grid-template-rows: 1.35fr 1fr;
  gap: 16px;
  font-family: "Segoe UI", "Roboto", sans-serif;

}

.projections-half {

  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;

}

.projection-card {

  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 14px 8px 12px 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  min-height: 160px;

}

.projection-card canvas {

  width: 100%;
  height: 72px;
  display: block;
  margin-bottom: 6px;

}

.projections-bottom-half .projection-card {

  min-height: 130px;

}

.projection-graph {

  width: 100%;
  height: 72px;
  margin-bottom: 6px;

}

.projection-graph svg {

  width: 100%;
  height: 100%;

}

.projection-graph polyline {

  fill: none;
  stroke: #222;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

}

.projection-graph line {

  fill: none;
  stroke: #222;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;

}

.projection-value {

  font-size: 1.85rem;
  font-weight: 700;
  color: #111;
  line-height: 1.1;
  margin-bottom: 6px;
  font-family: "Segoe UI", "Roboto", sans-serif;
  text-align: center;

}

.projection-label {

  font-size: 13px;
  font-weight: 500;
  color: #444;
  letter-spacing: 0.2px;
  font-family: "Segoe UI", "Roboto", sans-serif;
  text-align: center;

}











.sr-only {

  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;

}


.server-loading {

  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;

}

.server-error {

  margin: 48px auto;
  padding: 18px;
  font-family: "Segoe UI", "Roboto", "Arial", sans-serif;
  color: #b42318;
  border: 1px solid #fecdca;
  border-radius: 12px;
  background: #fef3f2;

}

/* Auth Pages (Home/Login) */
.auth-container {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 64px 20px 40px;
  flex: 1;

}

.hero-logo {

  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2.25rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.5rem;

}

.minor-logo {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 2.50rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0rem;
}

.hero-subtitle {

  color: var(--text-muted);
  font-size: 1.1rem;
  margin-bottom: 40px;
  text-align: center;

}

.glass-card {

  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 40px;
  width: 100%;
  box-shadow: var(--glass-glow);

}

.auth-tabs {

  display: flex;
  gap: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 8px;

}

.auth-tab {

  background: none;
  border: none;
  color: var(--text-muted);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  transition: color 0.3s ease;

}

.auth-tab.active {

  color: var(--text-main);

}

.auth-tab.active::after {

  content: '';
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary);
  box-shadow: 0 0 8px var(--primary);

}

.form-group {

  margin-bottom: 24px;

}

.form-group label {

  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 8px;

}

.input {

  width: 100%;
  background: #f8fafc;
  border: 1px solid var(--glass-border);
  border-radius: 12px;
  padding: 12px 16px;
  color: #000;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;

}

.input:focus {

  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--primary-glow);

}

.btn-glow {

  width: 100%;
  background: #000000;
  color: white;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 8px;

}

.btn-glow:hover {

  background: #222222;
  transform: translateY(-1px);

}

.btn-glow:active {

  transform: translateY(0);

}

.auth-footer {

  margin-top: 24px;
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);

}

.auth-footer a {

  color: var(--primary);
  text-decoration: none;
  font-weight: 600;

}

/* Animations */
@keyframes fadeIn {

  from {

    opacity: 0;

  }

  to {

    opacity: 1;

  }
}

.animate-fade {

  animation: fadeIn 0.6s ease-out forwards;

}


/* Flash Messages */
.flash-stack {

  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  gap: 12px;

}

.flash {

  padding: 16px 24px;
  border-radius: 12px;
  background: rgba(15, 23, 42, 0.9);
  color: white;
  backdrop-filter: blur(8px);
  border: 1px solid var(--glass-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);

  animation: slideIn 0.3s ease-out;

}

.flash-error {

  border-left: 4px solid #ef4444;

}

.flash-success {

  border-left: 4px solid #10b981;

}

@keyframes slideIn {

  from {

    transform: translateX(100%);
    opacity: 0;

  }

  to {

    transform: translateX(0);
    opacity: 1;

  }
}

/* Positions Page */
.positions-container {

  padding: 0px 24px 20px;
  width: 100%;
  margin: 0;
  box-sizing: border-box;

}

.table-header {

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;

}

.table-wrapper {

  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: hidden;

}

.table {

  width: 100%;

  border-collapse: collapse;
  text-align: left;

}

.table th {

  padding: 16px 24px;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #e2e8f0;

}

.table td {

  padding: 20px 24px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.9rem;
  color: #000;

}

.table tr:last-child td {

  border-bottom: none;

}

.table tr:hover {

  background: none;

}

.asset-cell {

  display: flex;
  align-items: center;
  gap: 12px;

}

.logo-box {

  width: 32px;
  height: 32px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;

}

.logo-img {

  width: 100%;
  height: 100%;
  object-fit: contain;

}

.symbol-ticker {

  font-weight: 700;
  font-size: 0.95rem;

}

.delta.positive {

  color: #10b981;

}

.delta.negative {

  color: #ef4444;

}

.badge-bullish {

  color: #10b981;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;

}

.badge-bearish {

  color: #ef4444;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;

}





/* Watchlist Page */
.watchlist-container {

  padding: 0 24px 32px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;

}

.industry-section {

  margin-top: 28px;

}

.industry-section:first-of-type {

  margin-top: 24px;

}

.industry-section-header {

  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;

}

.industry-section-kicker {

  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;

}

.industry-section-title {

  margin: 4px 0 0;
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;

}

.industry-section-count {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.8rem;
  font-weight: 700;

}

.watchlist-grid {

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 24px;
  width: 100%;

}

.watchlist-card {

  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: none;
  overflow: hidden;

}

.card-top {

  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;


}

.symbol-group {

  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;


}



.symbol-text {

  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.symbol-subcopy {

  font-size: 0.78rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.industry-label {

  font-size: 0.75rem;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.price-row {

  display: flex;
  justify-content: space-between;
  align-items: baseline;

}

.card-price {

  font-size: 1.25rem;
  font-weight: 700;
  color: #000;

}

.change-pill {

  font-size: 0.85rem;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 6px;

}

.change-pill.positive {

  background: #ecfdf5;
  color: #10b981;

}

.change-pill.negative {

  background: #fef2f2;
  color: #ef4444;

}

.card-meta {

  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 12px;
  border-top: 1px solid #f1f5f9;

}

.analysis-badge {

  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
  white-space: nowrap;
  text-align: right;

}

.analysis-badge.bullish {

  color: #10b981;

}

.analysis-badge.bearish {

  color: #ef4444;

}

.watchlist-empty {

  margin-top: 24px;
  padding: 18px 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #fff;

}

.positions-empty {

  margin-top: 24px;
  padding: 18px 20px;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #fff;

}

.muted {

  color: var(--text-muted);

}





.sr-only {

  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;

}

#header .profile-popout {
  position: absolute;
  top: 110px;
  right: 0;
  transform: translateX(-20px);
  width: 280px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
  z-index: 2000;
  display: none;
  animation: lcmPopIn 200ms ease-out;
}

#header .profile-popout.is-active {
  display: block;
}

@keyframes lcmPopIn {
  from {
    opacity: 0;
    transform: translateX(-20px) translateY(-10px) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translateX(-20px) translateY(0) scale(1);
  }
}

.profile-popout-wrap {

  position: relative;

}

.popout-user-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 2px;
}

.popout-email {
  font-weight: 500;
  color: #64748b;
  margin-bottom: 8px;
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.popout-op {

  font-size: 0.8rem;
  color: #64748b;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.05em;

}

.admin-panel {

  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
  margin-top: 16px;

}

.admin-label {

  font-size: 0.7rem;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;

}

.popout-btn {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: 120ms;
  margin-top: 8px;
}

.popout-btn-primary {

  background: #000;
  color: #fff;

}

.popout-btn-secondary {

  background: #f8fafc;
  color: #000;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.popout-btn-signout {

  margin-top: 12px;
  color: #ef4444;

}

.admin-input {
  display: block;
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.auth-toggle-hidden {

  display: none;

}

.auth-intro {

  margin-bottom: 24px;
  text-align: center;

}

.auth-intro-title {

  font-size: 1.5rem;
  margin: 0 0 8px;

}

.auth-intro-copy {

  font-size: 0.9rem;
  margin: 0;

}

/* Ensure parents of info page are locked */
#main-scroll:has(.info-page) {

  overflow: hidden;

}

.info-page {

  padding: 60px 20px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
  overflow-x: hidden;

}

.info-card {

  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 32px;
  padding: 60px;
  color: black;
  position: relative;
  overflow: hidden;
  /* Contains the internal scroll box */
  display: flex;
  flex-direction: column;
  height: calc(100vh - 240px);
  /* Fixed visual boundary */
  min-height: 400px;

}

.info-copy::after {

  content: "";
  display: block;
  clear: both;

}

.info-hero {

  margin-bottom: 14px;
  color: black;
  position: relative;
  background: transparent;
  pointer-events: auto;

}

.info-demo {

  float: right;
  width: min(360px, 38%);
  margin: 6px 0 28px 32px;
  background: #ffffff;
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 18px 20px;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  color: #000000;
  shape-outside: inset(0 round 20px);

}





.info-card h1 {

  color: white;
  font-family: var(--font-main);
  margin-top: 2rem;
  color: black;

}

.info-card h2 {

  color: white;
  font-family: var(--font-main);
  margin-top: 2rem;
  color: black;

}

.info-card h3 {

  color: white;
  font-family: var(--font-main);
  margin-top: 2rem;
  color: black;

}

.info-card h1 {

  margin-top: 0;
  font-size: 2.8rem;
  letter-spacing: -0.03em;

}

.info-card h2 {

  font-size: 1.8rem;
  margin-top: 50px;

}

.info-card p {

  margin-bottom: 24px;
  font-size: 1.05rem;

}

.info-line {

  fill: none;
  stroke: var(--primary);
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;

}

.info-point {

  fill: var(--primary);
  stroke: #ffffff;
  stroke-width: 2;

}

.info-empty-text {

  fill: var(--text-muted);
  font-size: 14px;
  font-weight: 600;

}

.info-demo-title {

  margin-top: 0;
  font-size: 1.1rem;

}

.info-meta {

  margin-top: 12px;
  font-size: 0.82rem;

}

.info-target-accent {

  color: var(--primary);
  font-weight: 700;

}

.hero-logo-left {

  text-align: left;
  color: black;

}

.info-lead {

  font-size: 1.2rem;
  opacity: 0.8;

}

.info-divider {

  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 60px 0;

}

.info-footer-note {

  font-size: 0.9rem;
  text-align: center;

}

.legal-container {

  padding: 60px 20px;
  width: 100%;
  margin: 0;
  line-height: 1.8;

}

.legal-content {

  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 32px;
  padding: 60px;
  color: var(--text-muted);

}

.legal-content h1 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h2 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h3 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h4 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h5 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h6 {

  color: rgb(0, 0, 0);
  font-family: var(--font-main);
  margin-top: 40px;

}

.legal-content h1 {

  margin-top: 0;
  font-size: 2.5rem;

}

.legal-content h2 {

  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 15px;

}

.legal-content h3 {

  font-size: 1.15rem;

}

.legal-content h4 {

  font-size: 1.15rem;

}

.legal-content h5 {

  font-size: 1.15rem;

}

.legal-content h6 {

  font-size: 1.15rem;

}

.legal-content p {

  margin-bottom: 24px;

}

.legal-content strong {

  color: #0f172a;

}

.legal-content ul {

  margin-bottom: 24px;
  padding-left: 20px;

}

.legal-content ol {

  margin-bottom: 24px;
  padding-left: 20px;

}

.legal-content li {

  margin-bottom: 12px;

}

.markdown-content> :first-child {

  margin-top: 0;

}

.markdown-content> :last-child {

  margin-bottom: 0;

}

.legal-content a {

  color: #2563eb;

}

.legal-content code {

  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", monospace;
  font-size: 0.92em;
  background: #f8fafc;
  color: #111827;
  padding: 0.12rem 0.32rem;
  border-radius: 6px;

}

.legal-content pre {

  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  overflow-x: auto;

}

.legal-content hr {

  border: 0;
  border-top: 1px solid var(--glass-border);
  margin: 32px 0;

}

.legal-hero {

  margin-bottom: 10px;
  text-align: left;

}

.legal-divider {

  border: 0;
  border-top: 1px solid var(--glass-border);
  margin: 40px 0;

}

.legal-footer-note {

  font-size: 0.9rem;

}

.projections-container {

  padding: 40px 20px;
  width: 100%;
  margin: 0;

}

.projections-grid {

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;

}

.proj-card {

  background: var(--glass-bg);
  backdrop-filter: blur(12px);
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;

}

.proj-value {

  font-size: 2.2rem;
  font-weight: 700;
  font-family: var(--font-main);
  color: var(--primary);

}

.proj-label {

  font-size: 0.85rem;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;

}

.mini-chart-wrap {

  height: 80px;
  width: 100%;
  background: transparent;
  border-radius: 12px;

}

.proj-section-title {

  grid-column: 1 / -1;
  font-family: var(--font-main);
  font-size: 1.5rem;
  margin-top: 40px;
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 10px;

}

.projections-title {

  margin: 0;
  font-size: 2.5rem;
  text-align: left;

}

.settings-grid {

  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 30px;
  padding: 40px 20px;
  margin: 0 auto;

}

.settings-sidebar {

  display: flex;
  flex-direction: column;
  gap: 30px;

}

.settings-content {

  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;

}

.settings-card {

  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);

}

.card-title {

  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;

}

.profile-hero {

  text-align: center;
  padding: 20px 0;

}

.profile-avatar-large {

  width: 100px;
  height: 100px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 auto 20px;

}

.settings-name {

  margin: 0 0 5px;

}

.settings-member-since {

  color: #64748b;
  font-size: 0.9rem;
  margin: 0;

}

.settings-profile-fields {

  margin-top: 30px;

}

.field-group {

  margin-bottom: 20px;

}

.field-label {

  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
  margin-bottom: 8px;

}

.field-value {

  color: #000;
  font-weight: 500;

}

.field-value-capitalize {

  text-transform: capitalize;

}

.settings-input {

  width: 100%;
  padding: 12px 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: 150ms;
  box-sizing: border-box;

}

.settings-input:focus {

  border-color: #000;
  background: #fff;
  outline: none;

}

.btn-save {

  background: #000;
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 12px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  margin-top: 10px;

}

.toggle-wrap {

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  gap: 16px;

}

.settings-item-title {

  font-weight: 600;

}

.settings-item-copy {

  font-size: 0.8rem;
  color: #64748b;

}

.switch {

  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
  flex-shrink: 0;

}

.switch input {

  opacity: 0;
  width: 0;
  height: 0;

}

.slider {

  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #e2e8f0;
  transition: 0.4s;
  border-radius: 24px;

}

.slider::before {

  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;

}

.switch input:checked+.slider {

  background-color: #000;

}

.switch input:checked+.slider::before {

  transform: translateX(26px);

}

.settings-info-box {

  margin-top: 15px;
  padding: 15px;
  background: #f8fafc;
  border-radius: 12px;
  font-size: 0.85rem;

}

.advanced-badge {

  font-size: 0.65rem;
  background: #f1f5f9;
  padding: 2px 6px;
  border-radius: 4px;
  color: #64748b;

}

.settings-actions {

  display: flex;
  gap: 10px;
  margin-bottom: 20px;

}

.settings-action-link {

  flex: 1;
  padding: 12px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 700;

}

.settings-schedule-note {

  font-size: 0.8rem;
  color: #64748b;

}

.legal-link {

  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid #f8fafc;

}

.legal-link-icon {

  font-size: 0.8rem;
  opacity: 0.3;

}

.settings-platform-note {

  margin-top: 20px;
  font-size: 0.75rem;
  color: #94a3b8;
  text-align: center;

}

.settings-modal {

  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;

}

.settings-modal-card {

  width: 400px;
  max-width: calc(100vw - 32px);
  text-align: center;

}

.settings-modal-title {

  margin: 0 0 15px;

}

.settings-modal-copy {

  font-size: 0.9rem;
  color: #64748b;
  margin-bottom: 25px;

}

.settings-secret {

  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
  font-family: monospace;
  font-size: 1.2rem;
  margin-bottom: 25px;
  border: 1px dashed #e2e8f0;
  word-break: break-word;

}

.settings-modal-input {

  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 5px;
  margin-bottom: 20px;

}

.settings-modal-cancel {

  margin-top: 10px;
  border: none;
  background: none;
  color: #64748b;

}

.support-grid {

  padding: 60px 20px;
  margin: 0 auto;

}

.support-hero {

  text-align: center;
  margin-bottom: 60px;

}

.support-title {

  font-size: 2.5rem;
  margin-bottom: 15px;

}

.faq-section {

  margin-bottom: 50px;

}

.faq-item {

  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: 200ms;

}

.faq-trigger {

  padding: 24px;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: black;

}

.faq-trigger:hover {

  background: #f8fafc;

}

.faq-chevron {

  font-size: 0.8rem;
  opacity: 0.5;
  transition: 200ms;

}

.faq-content {

  padding: 0 24px 24px;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
  display: none;

}

.faq-item.is-active .faq-content {

  display: block;

}

.faq-item.is-active .faq-chevron {

  transform: rotate(180deg);

}

.contact-card {

  background: #000000;
  border-radius: 24px;
  padding: 40px;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;

}

.contact-form-wrap {

  background: #ffffff;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #e2e8f0;
  margin-top: 40px;

}

.contact-title {

  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
  text-align: center;

}

.contact-copy {

  text-align: center;
  margin-bottom: 30px;

}

.support-message {

  height: 150px;
  resize: none;

}

.btn-glow-spaced {

  margin-top: 20px;

}

.contact-heading {

  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 20px;

}

.contact-subcopy {

  opacity: 0.7;
  font-size: 1.1rem;
  margin-bottom: 30px;

}

.contact-email {

  color: #fff;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.2rem;

}

.table-title-sm {

  margin: 0;
  font-size: 1.75rem;
  text-align: left;

}

.logo-placeholder {

  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 800;

}

.card-meta-copy {

  font-size: 0.75rem;

}

.card-meta-copy:first-child {

  flex: 1 1 auto;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.card-meta-copy:last-child {

  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: auto;

}

.watchlist-empty {

  grid-column: 1 / -1;
  text-align: center;
  padding: 100px;

}

.analysis-neutral {

  font-size: 0.75rem;

}

.positions-empty {

  text-align: center;
  padding: 60px;

}





/* Premium Aesthetics for Positions and Watchlist */
.positions-container,
.watchlist-container {
  padding: 40px 24px 60px;
  background: radial-gradient(circle at top right, #f8fafc, #ffffff);
}

.hero-logo {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  background: linear-gradient(135deg, #0f172a 0%, #334155 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.industry-section {
  margin-top: 2rem;
}

.industry-section-header {
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.industry-section-title {
  font-family: 'Outfit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1e293b;
}

.watchlist-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(226, 232, 240, 0.5);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
}

.watchlist-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: #3b82f6;
}

.logo-box {
  background: #ffffff;
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.logo-placeholder {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
}

.change-pill {
  border-radius: 999px;
  padding: 4px 12px;
  font-family: 'Outfit', sans-serif;
  font-size: 0.8rem;
}

.change-pill.positive {
  background: #dcfce7;
  color: #166534;
  box-shadow: 0 2px 4px 0 rgba(22, 101, 52, 0.1);
}

.change-pill.negative {
  background: #fee2e2;
  color: #991b1b;
  box-shadow: 0 2px 4px 0 rgba(153, 27, 27, 0.1);
}

.analysis-badge {
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.65rem;
  background: #f1f5f9;
  color: #475569;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.analysis-badge.bullish {
  background: #ecfdf5;
  color: #059669;
}

.analysis-badge.bearish {
  background: #fff1f2;
  color: #e11d48;
}

/* Specialized Info page scroll container */
.info-scroll-box {
  flex: 1;
  /* Fill the card */
  overflow-y: auto;
  padding-right: 12px;
  margin-right: -12px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.1) transparent;
}

.info-scroll-box::-webkit-scrollbar {
  width: 4px;
}

.info-scroll-box::-webkit-scrollbar-track {
  background: transparent;
}

.info-scroll-box::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}