:root {
  --primary-color: #facc15;
  --primary-hover: #eab308;
  --transition: all 0.3s ease;
  --score-high-color: #B45309;
  --score-low-color: #111827;
  --sentiment-pos-bg: #f0fdf4;
  --sentiment-pos-text: #166534;
  --sentiment-pos-border: #bbf7d0;
  --sentiment-neg-bg: #fef2f2;
  --sentiment-neg-text: #991b1b;
  --sentiment-neg-border: #fecaca;
  --sentiment-neutral-bg: rgba(148, 163, 184, 0.18);
  --sentiment-neutral-text: #1f2937;
  --sentiment-neutral-border: rgba(148, 163, 184, 0.45);
  --feed-positive-bg: transparent;
  --feed-positive-border: var(--border-primary, rgba(0, 0, 0, 0.08));
  --feed-negative-bg: transparent;
  --feed-negative-border: var(--border-primary, rgba(0, 0, 0, 0.08));
  --feed-neutral-bg: transparent;
  --feed-neutral-border: var(--border-primary, rgba(0, 0, 0, 0.08));
}
html {
  scrollbar-gutter: stable both-edges;
}
wiseek-header {
  --wiseek-header-height: 88px;
  display: block;
  width: 100%;
  min-height: var(--wiseek-header-height);
}
@media (max-width: 640px) {
  wiseek-header {
    --wiseek-header-height: 76px;
  }
}
html.light {
  --bg-primary: #F7FAFC;
  --bg-secondary: #ffffff;
  --bg-subtle: #F7FAFC;
  --bg-subtle-2: #F3F4F6;
  --bg-header: rgba(247,250,252,0.75);
  --bg-toggle: #e5e7eb;
  --text-primary: #1A202C;
  --text-secondary: #4A5568;
  --text-toggle: #4b5563;
  --text-toggle-checked: #ffffff;
  --border-primary: #E5E7EB;
  --border-subtle: #E5E7EB;
  --border-header: rgba(0,0,0,0.09);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
  --shadow-active-toggle: 0 1px 3px rgba(0,0,0,0.1);
  --score-high-color: #B45309;
  --score-low-color: #111827;
  --sentiment-pos-bg: #f0fdf4;
  --sentiment-pos-text: #166534;
  --sentiment-pos-border: #bbf7d0;
  --sentiment-neg-bg: #fef2f2;
  --sentiment-neg-text: #991b1b;
  --sentiment-neg-border: #fecaca;
  --select-arrow-color: '%236b7280';
  --change-positive: #16a34a;
  --change-negative: #dc2626;
  --scrollbar-thumb: #d1d5db;
  --scrollbar-thumb-hover: #9ca3af;
  --scrollbar-border: #ffffff;
  --sentiment-neutral-bg: var(--bg-subtle-2);
  --sentiment-neutral-text: var(--text-secondary);
  --sentiment-neutral-border: rgba(203,213,225,0.85);
  --feed-positive-bg: transparent;
  --feed-positive-border: var(--border-primary);
  --feed-negative-bg: transparent;
  --feed-negative-border: var(--border-primary);
  --feed-neutral-bg: transparent;
  --feed-neutral-border: var(--border-primary);
}
html.dark {
  --bg-primary: #171923;
  --bg-secondary: rgba(255,255,255,0.04);
  --bg-subtle: #1A202C;
  --bg-subtle-2: rgba(255, 255, 255, 0.08);
  --bg-header: rgba(23,25,35,0.7);
  --bg-toggle: #1f2937;
  --text-primary: #E2E8F0;
  --text-secondary: #9ca3af;
  --text-toggle: #d1d5db;
  --text-toggle-checked: #111827;
  --border-primary: rgba(255,255,255,0.2);
  --border-subtle: rgba(255,255,255,0.12);
  --border-header: rgba(255,255,255,0.12);
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.2);
  --shadow-md: none;
  --shadow-active-toggle: 0 1px 3px rgba(0,0,0,0.3);
  --score-high-color: #facc15;
  --score-low-color: #E2E8F0;
  --sentiment-pos-bg: rgba(34,197,94,0.15);
  --sentiment-pos-text: #4ade80;
  --sentiment-pos-border: rgba(34,197,94,0.35);
  --sentiment-neg-bg: rgba(239,68,68,0.15);
  --sentiment-neg-text: #ef4444;
  --sentiment-neg-border: rgba(239,68,68,0.35);
  --select-arrow-color: '%239ca3af';
  --change-positive: #4ade80;
  --change-negative: #f87171;
  --scrollbar-thumb: #374151;
  --scrollbar-thumb-hover: #4b5563;
  --scrollbar-border: #111827;
  --sentiment-neutral-bg: rgba(148,163,184,0.24);
  --sentiment-neutral-text: var(--text-secondary);
  --sentiment-neutral-border: rgba(148,163,184,0.45);
  --feed-positive-bg: transparent;
  --feed-positive-border: var(--border-primary);
  --feed-negative-bg: transparent;
  --feed-negative-border: var(--border-primary);
  --feed-neutral-bg: transparent;
  --feed-neutral-border: var(--border-primary);
}
body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: var(--transition);
  background-color: var(--bg-primary);
  color: var(--text-primary);
  background-image: linear-gradient(135deg, rgba(250, 204, 21, 0.08) 0%, transparent 50%), linear-gradient(225deg, rgba(159,122,234,0.08) 0%, transparent 50%);
  background-attachment: fixed;
}
.filter-skeleton {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.35rem 0;
}
.filter-skeleton-line,
.filter-skeleton-input {
  display: block;
  width: 100%;
  min-height: 0.85rem;
  border-radius: 0.75rem;
  background: linear-gradient(90deg, rgba(148,163,184,0.2), rgba(148,163,184,0.35), rgba(148,163,184,0.2));
  background-size: 200% 100%;
  animation: filterSkeletonPulse 1.4s ease-in-out infinite;
}
.filter-skeleton-input {
  height: 2.75rem;
}
html.dark .filter-skeleton-line,
html.dark .filter-skeleton-input {
  background: linear-gradient(90deg, rgba(148,163,184,0.16), rgba(255,255,255,0.22), rgba(148,163,184,0.16));
}
@keyframes filterSkeletonPulse {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (prefers-reduced-motion: reduce) {
  .filter-skeleton-line,
  .filter-skeleton-input {
    animation: none;
  }
}
body.mobile-filter-open {
  overflow: hidden;
  overscroll-behavior: contain;
}
.primary-text { color: var(--text-primary); }
.secondary-text { color: var(--text-secondary); }
.container-bg,
.modal-content,
#account-dropdown,
#mobile-filter-panel,
#mobile-feed-dropdown,
.filter-dropdown,
[id*="date-range-picker"],
#global-tooltip {
  background-color: var(--bg-secondary);
  border: 1px solid var(--border-primary);
}
.modal-content,
#account-dropdown,
#mobile-filter-panel,
#mobile-feed-dropdown,
.filter-dropdown,
[id*="date-range-picker"],
#global-tooltip {
  background-color: var(--bg-subtle);
}
.subtle-bg { background-color: var(--bg-subtle); }
.subtle-border { border-color: var(--border-subtle); }
.header-bg {
  background-color: var(--bg-header);
  border-color: var(--border-header);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  transition: var(--transition);
}
.dashboard-page .header-bg .signin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  min-width: 5.25rem;
  font-weight: 800;
}
.dashboard-page .header-bg .signin-btn.hidden {
  display: none !important;
}
.dashboard-header-search {
  position: relative;
}
.dashboard-header-search .header-search-suggestions {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: min(60vh, 18rem);
  overflow-y: auto;
  border: 1px solid var(--border-primary, rgba(15, 23, 42, 0.1));
  box-shadow: var(--shadow-md, 0 20px 40px -28px rgba(15, 23, 42, 0.55));
  z-index: 60;
}
html.dark .dashboard-header-search .header-search-suggestions {
  border-color: rgba(148, 163, 184, 0.35);
  box-shadow: 0 30px 60px -40px rgba(2, 6, 23, 0.85);
}
@media (max-width: 640px) {
  .dashboard-page .header-bg .signin-btn {
    padding: 0.4rem 0.85rem !important;
    font-size: 0.85rem !important;
    min-width: 4.5rem;
  }
}
@media (max-width: 480px) {
  .dashboard-page .header-bg .signin-btn {
    padding: 0.35rem 0.65rem !important;
    font-size: 0.78rem !important;
    min-width: 3.8rem;
  }
}
.hover-bg:hover { background-color: var(--bg-subtle-2); }
.active-nav { color: var(--primary-hover); }
.premium-gate-locked { opacity: 0.85; }
.premium-gate-locked button,
.premium-gate-locked input,
.premium-gate-locked select,
.premium-gate-locked label {
  cursor: pointer;
}
.pricing-card-premium {
  border-color: var(--primary-color);
  background: linear-gradient(145deg, var(--bg-secondary), var(--bg-primary));
}
.feed-card {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  height: 100%;
  position: relative;
}
.sentiment-card[data-sentiment] {
  background-color: var(--bg-secondary);
  border-color: var(--border-primary);
  transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}
.sentiment-card[data-sentiment]:hover {
  box-shadow: 0 18px 46px -32px rgba(15, 23, 42, 0.45);
}
.filter-chip-text {
  color: inherit;
}
.filter-group {
  color: var(--text-secondary);
}
.filter-group label,
.filter-group .filter-button,
.filter-group .filter-button .filter-selected,
.filter-group .filter-button .material-symbols-outlined,
.filter-group .filter-dropdown label,
.filter-group .material-symbols-outlined,
.filter-group input,
.filter-group select,
.filter-group button,
.filter-group span {
  color: inherit;
}
.filter-group input,
.filter-group select,
.filter-group .filter-button,
.filter-group .filter-dropdown label {
  color: var(--text-secondary);
}
.filter-group input::placeholder,
.filter-group input::-webkit-input-placeholder,
.filter-group input::-moz-placeholder,
.filter-group input:-ms-input-placeholder,
.filter-group input::-ms-input-placeholder {
  color: var(--text-secondary);
  opacity: 0.85;
}
.feed-card-header,
.feed-row-header {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
.feed-card-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0.75rem 1.25rem;
}
.col-title {
  font-size: clamp(0.98rem, 0.94rem + 0.15vw, 1.1rem);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--text-primary);
  display: block;
}
.col-title .feed-card-title-link,
.col-title .locked-feed-title {
  font: inherit;
  color: inherit;
}
.feed-card-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-wrap: wrap;
  min-width: 0;
  justify-content: flex-start;
}
.feed-card-meta .meta-item.meta-right {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-start;
  text-align: left;
  flex-wrap: nowrap;
  white-space: nowrap;
  flex-basis: 100%;
  width: 100%;
}
.feed-card-meta .meta-item.meta-right .mobile-score-circle {
  flex-shrink: 0;
}
.feed-card-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.15rem;
  margin-left: auto;
}
.feed-card-actions.desktop {
  justify-content: center;
  gap: 0.15rem;
}
.feed-card .feed-card-header {
  padding-right: 1.25rem;
  position: relative;
}
.feed-card.has-card-actions .feed-card-header {
  padding-right: 3rem;
}
.feed-card .feed-card-actions {
  display: none;
}
.feed-card.has-card-actions .feed-card-actions {
  display: inline-flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin-left: 0;
}
.feed-card-actions button {
  padding: 0.25rem;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.feed-card-actions button[data-action="toggle-watchlist"],
.feed-card-actions button[data-action="toggle-email-alert"],
[data-action="toggle-watchlist"],
[data-action="toggle-email-alert"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
.feed-card-actions button:focus-visible {
  outline: 2px solid rgba(250, 204, 21, 0.35);
  outline-offset: 2px;
}
.feed-card-actions button + button {
  margin-left: 0;
}
.feed-card-actions.desktop {
  justify-content: center;
  gap: 0.15rem;
}
.mobile-feed-card .feed-card-header {
  padding-right: 0;
}
.mobile-feed-card .mobile-card-top {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  width: 100%;
}
.mobile-feed-card .mobile-card-heading {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-width: 0;
}
.mobile-feed-card .feed-card-actions {
  display: inline-flex;
  gap: 0.1rem;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: -0.35rem;
  align-self: flex-start;
  justify-content: flex-end;
}
.mobile-feed-card .feed-card-actions button,
.mobile-feed-card .feed-card-actions button + button {
  margin-left: 0 !important;
}
.mobile-card-date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}
.feed-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}
.primary-pill-btn,
.pill-neutral-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 1.55rem;
  border-radius: 0.75rem;
  font-weight: 800 !important;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  transition: transform .2s ease, box-shadow .3s ease, background-color .2s ease, border-color .2s ease, color .2s ease;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transform: translateY(0) scale(1);
  line-height: 1.2;
  box-shadow: 0 12px 24px -16px rgba(15, 23, 42, 0.35);
}
.primary-pill-btn {
  border: 1px solid transparent;
  background: #facc15;
  color: #111827;
  box-shadow: 0 24px 44px -20px rgba(250, 204, 21, 0.6);
}
.pill-neutral-btn {
  border: 1px solid rgba(17, 24, 39, 0.16);
  background: transparent;
  color: inherit;
  box-shadow: 0 18px 36px -24px rgba(15, 23, 42, 0.45);
}
.modal-content .primary-pill-btn {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #111827;
  box-shadow: 0 24px 44px -20px rgba(250, 204, 21, 0.45);
}
.modal-content .primary-pill-btn:hover {
  background-color: var(--primary-hover);
  color: #111827;
  box-shadow: 0 30px 52px -22px rgba(250, 204, 21, 0.55);
}
.modal-content .primary-pill-btn:focus-visible {
  outline-color: rgba(250, 204, 21, 0.5);
}
.primary-pill-btn:hover {
  transform: translateY(-1px) scale(1.03);
  background: #fbbf24;
  box-shadow: 0 30px 52px -22px rgba(250, 204, 21, 0.68);
}
.pill-neutral-btn:hover {
  transform: translateY(-1px) scale(1.03);
  background: rgba(17, 24, 39, 0.06);
  border-color: rgba(17, 24, 39, 0.22);
  box-shadow: 0 24px 44px -22px rgba(15, 23, 42, 0.55);
}
.primary-pill-btn:focus-visible,
.pill-neutral-btn:focus-visible {
  outline: 2px solid rgba(250, 204, 21, 0.65);
  outline-offset: 2px;
}
.primary-pill-btn.text-xs,
.pill-neutral-btn.text-xs {
  padding: 0.5rem 1.1rem;
  font-size: 0.8rem;
}
.primary-pill-btn:disabled,
.pill-neutral-btn:disabled {
  opacity: 0.55;
  cursor: default;
  transform: none;
  box-shadow: none;
  filter: grayscale(12%);
}
.primary-pill-btn.is-loading,
.pill-neutral-btn.is-loading {
  cursor: progress !important;
}
.primary-pill-btn.is-locked,
.pill-neutral-btn.is-locked {
  cursor: pointer;
}
html.dark .primary-pill-btn {
  background: #facc15;
  color: #111827;
  box-shadow: 0 26px 48px -22px rgba(250, 204, 21, 0.6);
}
html.dark .modal-content .primary-pill-btn {
  background: var(--primary-color);
  color: #111827;
  border-color: var(--primary-color);
}
html.dark .modal-content .primary-pill-btn:hover {
  background-color: #fde047;
  color: #111827;
}
html.dark .primary-pill-btn:hover {
  background: #fde047;
  box-shadow: 0 32px 56px -24px rgba(250, 204, 21, 0.68);
}
html.dark .pill-neutral-btn {
  border-color: rgba(148, 163, 184, 0.45);
  background: rgba(255,255,255,0.06);
  color: #E2E8F0;
  box-shadow: 0 24px 46px -26px rgba(0, 0, 0, 0.68);
}
html.dark .pill-neutral-btn:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(203, 213, 225, 0.6);
}
.upgrade-btn.primary-pill-btn {
  padding: 0.35rem 0.85rem;
  font-size: 0.7rem;
  font-weight: 700 !important;
  box-shadow: 0 16px 30px -24px rgba(250, 204, 21, 0.48);
}
html.dark .upgrade-btn.primary-pill-btn {
  box-shadow: 0 18px 32px -24px rgba(250, 204, 21, 0.54);
}
.feed-row-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.3rem;
}
.feed-row-header .feed-card-ticker {
  flex: 0 0 auto;
}
.feed-row-header .feed-card-actions {
  position: static;
  margin-left: 0.1rem;
  justify-content: flex-start;
  gap: 0.2rem;
  width: auto;
  align-self: flex-start;
}
.feed-row-header .feed-card-actions button {
  padding-left: 0;
}
.feed-row-header .feed-card-actions.desktop {
  justify-content: flex-start;
}
.feed-card-ticker {
  white-space: nowrap;
}
.feed-card-heading {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  width: 100%;
  min-width: 0;
}
.feed-card-date {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  justify-content: flex-end;
  text-align: right;
  flex-shrink: 0;
  white-space: nowrap;
}
.feed-card-title-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  font: inherit;
  text-decoration: none;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  transition: color var(--transition), text-decoration-color var(--transition);
}
.feed-card-title-link:hover,
.feed-card-title-link:focus-visible {
  text-decoration: underline;
  color: var(--primary-hover);
}
.info-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 9999px;
  padding: 0.1rem;
  cursor: pointer;
  touch-action: manipulation;
  line-height: 1;
}
.feed-card-metrics {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.feed-card-metrics.feed-card-metrics-inline {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.5rem;
}
.feed-card-metrics.feed-card-metrics-inline .metric {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  position: relative;
  padding-right: 1.25rem;
  margin-top: 0;
  white-space: nowrap;
}
.feed-card-metrics.feed-card-metrics-inline .metric .metric-label,
.feed-card-metrics.feed-card-metrics-inline .metric .metric-value {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}
.feed-card-metrics.feed-card-metrics-inline .metric:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.3rem;
  background: var(--border-subtle, rgba(148, 163, 184, 0.35));
}
.feed-card-metrics .metric-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: baseline;
  gap: 0.75rem 1.25rem;
}
.feed-card-metrics .metric {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  min-width: 0;
}
.feed-card-metrics .metric-label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2;
}
.feed-card-metrics .metric-value {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: nowrap;
  line-height: 1.2;
  min-width: 0;
  font-variant-numeric: tabular-nums;
}
.feed-card-metrics .metric.metric-change .metric-value {
  font-weight: 600;
}
.feed-card-metrics .metric.metric-change .metric-info {
  font-size: 1rem;
  line-height: 1;
}
.metric-value .info-icon {
  margin-left: 0;
  vertical-align: middle;
  flex-shrink: 0;
  line-height: 1;
}
.metric-value-text {
  display: inline-block;
  white-space: nowrap;
}
.sentiment-info {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.sentiment-info.justify-center {
  justify-content: center;
}
.sentiment-info .sentiment-label {
  margin-right: 0;
}
.sentiment-info .sentiment-info-icon {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .feed-card-metrics .metric-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.65rem;
  }
  .feed-card-metrics.feed-card-metrics-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    width: 100%;
  }
  .feed-card-metrics.feed-card-metrics-inline .metric {
    width: 100%;
    padding-right: 0;
    white-space: normal;
    justify-content: flex-start;
  }
  .feed-card-metrics.feed-card-metrics-inline .metric:not(:last-child)::after {
    display: none;
  }
  .feed-card-metrics .metric-row .metric.metric-change {
    gap: 0.5rem;
    align-items: center;
  }
  .feed-card-metrics .metric-row .metric-value {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .feed-card-metrics .metric-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2rem;
  }
}
.feed-card-footer {
  margin-top: auto;
}
.change-positive { color: var(--change-positive); }
.change-negative { color: var(--change-negative); }
.change-neutral { color: var(--text-secondary); }
.toggle-label { background-color: var(--bg-toggle); color: var(--text-toggle); }
.peer:checked ~ .toggle-label { background-color: var(--primary-color); color: var(--text-toggle-checked); }
.web-push-group {
  grid-column: 1 / -1;
  justify-self: start;
  max-width: 520px;
  width: 100%;
  box-sizing: border-box;
}
.filter-group-actions {
  align-self: stretch;
  height: 100%;
  display: flex;
}
#desktop-filter-bar .filter-group-actions {
  grid-column: 1 / -1;
  align-self: flex-end;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
}
.filter-actions-card {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
#desktop-filter-bar .filter-actions-card {
  flex-wrap: nowrap;
  gap: 0.65rem;
  align-items: flex-end;
}
.filter-reset-btn,
.filter-apply-btn {
  border-radius: 0.75rem;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
  transition: var(--transition);
  cursor: pointer;
}
.filter-reset-btn {
  border: 1px solid var(--border-subtle);
  background-color: transparent;
  color: #111827 !important;
  font-weight: 500;
}
.filter-reset-btn:hover {
  background-color: var(--bg-subtle-2);
}
html.dark .filter-reset-btn {
  background-color: rgba(255,255,255,0.08);
  color: var(--text-primary) !important;
}
html.dark .filter-reset-btn:hover {
  background-color: rgba(255,255,255,0.15);
}
.filter-apply-btn {
  border: none;
  background-color: var(--primary-color);
  color: #111827 !important;
  font-weight: 700;
  box-shadow: var(--shadow-active-toggle);
}
.filter-apply-btn:hover {
  background-color: var(--primary-hover);
}
@media (max-width: 640px) {
  .web-push-group {
    max-width: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0.75rem;
    padding-inline: 0;
  }
}
@media (min-width: 1024px) {
  .web-push-group {
    grid-column: 1 / span 3;
  }
}
.push-card {
  background-color: transparent;
  box-shadow: none;
  transition: var(--transition);
  padding: 0.65rem 0.85rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
  width: 100%;
}
.push-card[data-mode="all"],
.push-card[data-mode="watchlist"] { border-color: var(--primary-color); box-shadow: var(--shadow-active-toggle); }
html.dark .push-card { background-color: rgba(255,255,255,0.04); }
.push-mode-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.push-mode-btn {
  flex: 1 1 0;
  min-width: 110px;
  border-radius: 0.75rem;
  border: 1px solid var(--border-subtle);
  background-color: transparent;
  color: var(--text-secondary);
  font-size: 0.8125rem;
  font-weight: 500;
  padding: 0.55rem 0.75rem;
  /* make interactions feel snappier by shortening transition time */
  transition: all 120ms ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.push-mode-btn:hover {
  background-color: var(--bg-subtle-2);
  color: var(--text-primary);
}
.push-mode-btn:focus { outline: none; box-shadow: 0 0 0 2px rgba(250,204,21,0.35); }
.push-mode-btn.is-active {
  border-color: transparent;
  background-image: linear-gradient(120deg, var(--primary-hover), var(--primary-color));
  color: #111827;
  box-shadow: var(--shadow-active-toggle);
}
.push-mode-btn[data-mode="off"].is-active {
  background-color: transparent;
  border-color: var(--border-subtle);
  color: var(--text-secondary);
  box-shadow: none;
}
.radio-button-group {
  display: flex;
  gap: 0.5rem;
  width: 100%;
  background-color: transparent;
  border: 0;
  flex-wrap: wrap;
}
.radio-button-group input[type="radio"] {
  display: none;
}
.radio-button-group label {
  flex: 1;
  text-align: center;
  padding: 0.625rem 0.75rem;
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
  color: var(--text-secondary);
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--border-subtle);
  border-radius: 0.75rem;
  box-sizing: border-box;
}
.radio-button-group label:hover {
  background-color: var(--bg-subtle-2);
}
.radio-button-group input[type="radio"]:checked + label,
.radio-button-group label.is-active {
  background-image: none;
  background-color: transparent;
  color: var(--text-primary);
  font-weight: 600;
  box-shadow: inset 0 0 0 2px var(--primary-color);
  transform: none;
  border-color: var(--primary-color);
}
.web-push-group .radio-button-group label {
  margin-inline: 0.125rem;
}
.radio-button-group.is-pristine input[type="radio"]:checked + label,
.radio-button-group.is-pristine label.is-active {
  background-image: none;
  background-color: transparent;
  color: var(--text-secondary);
  box-shadow: none;
  font-weight: 500;
  transform: none;
  border-color: var(--border-subtle);
}
@media (max-width: 640px) {
  .radio-button-group {
    flex-direction: column;
  }
  .radio-button-group label {
    border-right: 0;
    border-top: 1px solid var(--border-subtle);
  }
  .radio-button-group input[type="radio"]:checked + label,
  .radio-button-group label.is-active {
    transform: translateY(0);
  }
  #mobile-filter-panel .web-push-group .radio-button-group {
    gap: 0.45rem;
    align-items: stretch;
    width: calc(100% - 1.25rem);
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
  }
  #mobile-filter-panel .web-push-group .radio-button-group label {
    width: 100%;
    margin: 0;
    font-size: 0.82rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.75rem;
    border: 1px solid var(--border-subtle);
  }
  #mobile-filter-panel .web-push-group .radio-button-group input[type="radio"]:checked + label,
  #mobile-filter-panel .web-push-group .radio-button-group label.is-active {
    border-color: var(--primary-color);
  }
}
@media (max-width: 420px) {
  #mobile-filter-panel .web-push-group .radio-button-group label {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 0.7rem;
  }
}
.push-mode-detail {
  font-size: 0.72rem;
  line-height: 1.35;
  margin-top: 0.15rem;
}
@media (max-width: 640px) {
  .push-mode-buttons .push-mode-btn {
    flex-basis: 100%;
  }
}
.bottom-nav { background-color: var(--bg-subtle); box-shadow: var(--shadow-sm); border-color: var(--border-primary); }
.feed-toggle-btn.active,
.pricing-toggle-btn.active {
  color: var(--text-primary);
  background-color: var(--bg-secondary);
  box-shadow: var(--shadow-active-toggle);
}
.mobile-feed-toggle-item + .mobile-feed-toggle-item {
  border-top: 1px solid var(--border-subtle);
}
.mobile-feed-toggle-item.active { background-color: var(--bg-subtle); font-weight: 500; }
.capacity-indicator {
  font-size: 0.84rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin-top: 0.1rem;
  margin-bottom: 0.25rem;
  display: block;
}
.loader {
  border-top-color: var(--primary-color);
  width: 32px;
  height: 32px;
  border: 4px solid;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.mobile-score-circle {
  background-color: var(--bg-subtle-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.875rem;
}
.watchlist-star.active,
.email-alert-bell.active { color: var(--primary-color); font-variation-settings: 'FILL' 1; }
.feed-card-actions button .watchlist-star,
.feed-card-actions button .email-alert-bell {
  transition: color 0.2s ease, font-variation-settings 0.2s ease;
  font-variation-settings: 'FILL' 0;
}
.feed-card-actions button .watchlist-star.active,
.feed-card-actions button .email-alert-bell.active {
  color: var(--primary-color);
  font-variation-settings: 'FILL' 1;
}
.feed-card-actions button.action-active {
  background-color: var(--bg-subtle-2);
  border-radius: 9999px;
}
.feed-card-actions button.action-active .material-symbols-outlined {
  color: var(--primary-color);
  font-variation-settings: 'FILL' 1;
}
.feed-card-actions button:hover .watchlist-star,
.feed-card-actions button:focus-visible .watchlist-star,
.feed-card-actions button:hover .email-alert-bell,
.feed-card-actions button:focus-visible .email-alert-bell {
  color: var(--primary-color);
  font-variation-settings: 'FILL' 1;
}
.premium-action-locked .material-symbols-outlined {
  opacity: 0.85;
}
.premium-action-locked:hover .material-symbols-outlined,
.premium-action-locked:focus-visible .material-symbols-outlined {
  opacity: 1;
}
.alert-tab-btn:not(.active) { color: var(--text-secondary); }
.score-high,
.action-link.score-high { color: var(--score-high-color); }
.score-low,
.action-link.score-low { color: var(--score-low-color); }
.sentiment-badge {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.15;
  padding: 0.25rem 0.85rem;
  border-radius: 9999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  min-width: 96px;
  text-align: center;
}
.sentiment-positive {
  background-color: var(--sentiment-pos-bg);
  color: var(--sentiment-pos-text);
  border-color: var(--sentiment-pos-border);
}
.sentiment-negative {
  background-color: var(--sentiment-neg-bg);
  color: var(--sentiment-neg-text);
  border-color: var(--sentiment-neg-border);
}
.sentiment-neutral {
  background-color: var(--sentiment-neutral-bg);
  color: var(--sentiment-neutral-text);
  border-color: var(--sentiment-neutral-border);
}
.split-callout-row {
  margin-top: 0.65rem;
}
.split-callout {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.65rem;
  border-radius: 0.75rem;
  font-weight: 700;
  font-size: 0.78rem;
  line-height: 1.2;
  border: 1px solid rgba(59, 130, 246, 0.25);
  background: rgba(59, 130, 246, 0.08);
  color: #1d4ed8;
}
.split-callout .material-symbols-outlined {
  font-size: 1rem;
}
html.dark .split-callout {
  border-color: rgba(125, 211, 252, 0.4);
  background: rgba(59, 130, 246, 0.16);
  color: #bfdbfe;
}
.locked-feed-title {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.locked-feed-title:hover,
.locked-feed-title:focus-visible {
  text-decoration: underline;
  outline: none;
}
html.dark input[type="checkbox"] { background-color: #374151; border-color: #6b7280; }
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25em;
  padding-right: 2.5rem;
  transition: var(--transition);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='var(--select-arrow-color)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
.custom-select:focus { box-shadow: 0 0 0 2px rgba(250, 204, 21, 0.2); }
.watchlist-star,
.email-alert-bell,
.filter-button {
  transition: var(--transition);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.filter-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 40;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 0.25rem;
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.filter-dropdown.hidden { transform: scaleY(0.95); opacity: 0; pointer-events: none; }
.filter-dropdown label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: var(--transition);
  font-size: 0.875rem;
}
.filter-dropdown input { accent-color: var(--primary-color); }
.modal-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 100;
  padding: clamp(1rem, 4vw, 2.5rem);
  backdrop-filter: blur(4px);
  overscroll-behavior: contain;
}
.modal-overlay.hidden { display: none; }
.modal-content { animation: modal-pop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); }
#alerts-modal .modal-content,
.alerts-modal-content {
  background:#ffffff !important;
  border:1px solid rgba(226,232,240,0.7);
  border-radius:1.5rem;
  box-shadow:0 30px 80px rgba(15,23,42,0.35);
  padding:clamp(2.25rem,5vw,3rem) clamp(1.5rem,5vw,2.5rem);
  max-width:min(calc(100vw - max(1.25rem,5vw)),28rem);
  width:100%;
  max-height:min(calc(100vh - max(6rem,12vh)),540px);
  overflow-y:auto;
}
.alerts-modal-content .alerts-modal-icon {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:9999px;
  background:rgba(250,204,21,0.12);
  margin-bottom:1.25rem;
}
.alerts-modal-content .alerts-feature-desc {
  font-size:0.72rem;
  line-height:1.45;
}
.alerts-modal-content .cancel-copy {
  margin-top:1rem !important;
  font-size:0.75rem;
  line-height:1.35;
}
@media (max-width:640px) {
  #alerts-modal.modal-overlay {
    align-items:center;
    padding:clamp(3rem,12vh,4.5rem) clamp(1.25rem,6vw,1.75rem);
    padding-top:calc(clamp(3.75rem,14vh,5.25rem) + env(safe-area-inset-top));
  }
  .alerts-modal-content {
    padding:clamp(2rem,7vw,2.5rem) clamp(1.25rem,6vw,1.75rem);
    max-height:min(calc(100vh - clamp(7rem,26vh,9.75rem)),520px);
  }
  .alerts-modal-content h3 { font-size:1.5rem; }
  .alerts-modal-content p { font-size:0.9rem; }
  .alerts-modal-content .alerts-modal-icon {
    width:56px;
    height:56px;
  }
  .alerts-modal-content .alerts-feature-desc,
  .alerts-modal-content .cancel-copy { font-size:0.68rem; }
}
html.dark #alerts-modal .modal-content,
html.dark .alerts-modal-content {
  background:#111827 !important;
  border-color:rgba(255,255,255,0.18) !important;
  box-shadow:0 24px 60px rgba(15,23,42,0.65) !important;
}
html.dark .alerts-modal-content .subtle-bg { background:#1a2233; border-color:rgba(255,255,255,0.08); }
html.light .alerts-modal-content .subtle-bg { background:#F8FAFC; }
#global-tooltip {
  width: 250px;
  max-width: calc(100vw - 2rem);
  text-align: left;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.5;
  text-transform: none;
  word-break: break-word;
  overflow-wrap: anywhere;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
}
#global-tooltip.is-visible { opacity: 1; visibility: visible; }
#toast-notification {
  position: fixed;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  transition: bottom 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 110;
  background-color: #ffffff;
  color: #111827;
  border: 1px solid var(--primary-color);
  box-shadow: 0 35px 60px -28px rgba(15, 23, 42, 0.45);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.85rem 1.65rem;
  border-radius: 9999px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: normal;
  line-height: 1.35;
  text-align: center;
  max-width: min(420px, calc(100vw - 32px));
  width: auto;
  overflow: visible;
  text-overflow: initial;
  word-break: break-word;
  overflow-wrap: anywhere;
  background-image: linear-gradient(135deg, rgba(250,204,21,0.18), rgba(250,204,21,0.08));
}
html.dark #toast-notification {
  background-color: #0f172a;
  color: #f8fafc;
  border-color: rgba(250,204,21,0.7);
  box-shadow: 0 35px 65px -32px rgba(0, 0, 0, 0.85);
  background-image: linear-gradient(135deg, rgba(250,204,21,0.18), rgba(250,204,21,0.05));
}
@media (max-width: 480px) {
  #toast-notification {
    font-size: 0.85rem;
    padding: 0.75rem 1.1rem;
    border-radius: 1.1rem;
    gap: 0.4rem;
  }
}
#toast-notification.show { bottom: 20px; }
.calendar-grid-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: background-color .2s ease, color .2s ease;
  font-size: 0.875rem;
}
.calendar-grid-btn:not(.is-disabled):hover { background-color: rgba(0,0,0,.05); }
html.dark .calendar-grid-btn:not(.is-disabled):hover { background-color: rgba(255,255,255,.08); }
.calendar-grid-btn.is-current {
  background-color: rgba(250,204,21,0.18);
  color: #1F2937;
  font-weight: 600;
}
html.dark .calendar-grid-btn.is-current {
  background-color: rgba(250,204,21,0.3);
  color: #F9FAFB;
}
.is-today { font-weight: 700; border-color: var(--primary-color); }
.is-other-month { color: #9ca3af; }
html.dark .is-other-month { color: #6b7280; }
.is-start-date,
.is-end-date {
  background-color: var(--primary-color) !important;
  color: #111827 !important;
  font-weight: 700;
}
[id^="calendar-grid"] .is-in-range { background-color: rgba(250,204,21,.2); border-radius: 0; }
[id^="calendar-grid"] .is-start-date.is-in-range { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; }
[id^="calendar-grid"] .is-end-date.is-in-range { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; }
.mobile-search-bar-bg { backdrop-filter: blur(8px); background-color: var(--bg-header); }
.new-row-highlight { animation: row-highlight 2s ease-out; }
.icon-animated { animation: icon-pop 0.3s ease-in-out; }
@keyframes modal-pop {
  from { transform: translateY(20px) scale(0.98); opacity: 0; }
  to { transform: translateY(0) scale(1); opacity: 1; }
}
@keyframes row-highlight {
  0% { background-color: rgba(250, 204, 21, 0.15); }
  100% { background-color: transparent; }
}
@keyframes icon-pop {
  0% { transform: scale(1); }
  50% { transform: scale(1.4); }
  100% { transform: scale(1); }
}
@keyframes spin { to { transform: rotate(360deg); } }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background-color: var(--scrollbar-thumb); border-radius: 10px; border: 2px solid var(--scrollbar-border); }
::-webkit-scrollbar-thumb:hover { background-color: var(--scrollbar-thumb-hover); }
@media (max-width: 1279px) {
  #feed-container { background-color: transparent !important; box-shadow: none !important; border: none !important; }
  #feed-container thead { display: none; }
  #live-feed-body tr { display: block; margin-bottom: 1.25rem; border-radius: 1.5rem; box-shadow: var(--shadow-sm); transition: var(--transition); background-color: var(--bg-secondary); border: 1px solid var(--border-primary); }
  #live-feed-body tr:first-child { margin-top: 2px; }
  #live-feed-body tr:hover { transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
  .card-detail { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; }
  #mobile-filter-panel { height: 80%; bottom: 0; left: 0; right: 0; transform: translateY(100%); transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1); overflow-y: auto; position: fixed; z-index: 60; border-top-left-radius: 1.5rem; border-top-right-radius: 1.5rem; box-shadow: 0 -4px 12px rgba(0,0,0,0.15); }
  #mobile-filter-panel.is-open { transform: translateY(0); }
  #toast-notification.show { bottom: 80px; }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #live-feed-body { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  #live-feed-body tr { margin-bottom: 0; }
  #live-feed-body tr:first-child { margin-top: 0; }
}
@media (max-width: 767px) {
  .modal-content { max-height: 90vh; overflow-y: auto; }
  .dashboard-page .header-bg .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media (max-width: 360px) {
  #date-range-picker { width: 100%; left: 0; }
  .calendar-grid-btn { height: 36px; }
}
@media (min-width: 1280px) {
  #live-feed-body tr[data-sentiment] > td {
    background-color: var(--bg-secondary);
    border-color: var(--border-primary);
    transition: background-color var(--transition), border-color var(--transition);
  }
  #live-feed-body tr[data-sentiment]:hover > td {
    box-shadow: 0 14px 32px -24px rgba(15, 23, 42, 0.35);
  }
}
#watchlist-modal-items,
#alerts-modal-items,
#alert-watchlist-items {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}
.watchlist-item-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
}
.watchlist-item-ticker {
  font-weight: 600;
  font-size: 0.875rem;
  text-align: left;
  flex: 1;
  letter-spacing: 0.05em;
}
.watchlist-item-remove {
  padding: 0.25rem;
}
.watchlist-input {
  background-color: #e7ecf4;
  color: #1f2937;
  border-color: rgba(100, 116, 139, 0.4);
}
.watchlist-input:focus {
  background-color: #ffffff;
}
html.dark .watchlist-input {
  background-color: rgba(15, 23, 42, 0.96);
  color: var(--text-primary);
  border-color: rgba(148, 163, 184, 0.35);
}
html.dark .watchlist-input:focus {
  background-color: rgba(30, 41, 59, 0.98);
}
.suggestion-list {
  padding: 0.35rem 0.25rem;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
.suggestion-item {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 0.6rem 1rem;
  border-radius: 0.75rem;
  transition: var(--transition);
  background-color: transparent;
  cursor: pointer;
}
.suggestion-item + .suggestion-item {
  margin-top: 0.25rem;
}
.suggestion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.suggestion-ticker {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  color: var(--text-primary);
}
.suggestion-exchange {
  font-size: 0.75rem;
  color: var(--text-secondary);
}
.suggestion-company {
  font-size: 0.75rem;
  color: var(--text-secondary);
}
.suggestion-item:hover,
.suggestion-item.active-suggestion {
  background-color: var(--bg-subtle-2);
}
html.dark .suggestion-item:hover,
html.dark .suggestion-item.active-suggestion {
  background-color: rgba(148, 163, 184, 0.24);
}
html.dark .suggestion-list {
  background-color: rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.35);
}
.suggestion-list.hidden {
  display: none !important;
}
#watchlist-modal-items,
#alerts-modal-items,
#alert-watchlist-items {
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1279px) {
  .dashboard-page .header-bg .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0.5rem;
  }
  .dashboard-page .header-bg .container > a:first-child { margin-right: auto; }
  .dashboard-page .header-bg .container > div:last-child {
    display: flex;
    align-items: center;
    gap: 0.10rem;
  }
  .dashboard-page button.xl\:hidden[data-modal-id="telegram-modal"] svg {
    width: 24px;
    height: 28px;
  }
  .dashboard-page button[data-action="toggle-mobile-search"] span { font-size: 24px; }
  .dashboard-page .theme-toggle-btn span { font-size: 22px; }
}
*, ::before, ::after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / 0.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
*,::after,::before{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}
::after,::before{--tw-content:''}
:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}
body{margin:0;line-height:inherit}
hr{height:0;color:inherit;border-top-width:1px}
abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}
a{color:inherit;text-decoration:inherit}
b,strong{font-weight:bolder}
code,kbd,pre,samp{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{text-indent:0;border-color:inherit;border-collapse:collapse}
button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}
button,select{text-transform:none}
button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}
:-moz-focusring{outline:auto}
:-moz-ui-invalid{box-shadow:none}
progress{vertical-align:baseline}
::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
summary{display:list-item}
blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}
fieldset{margin:0;padding:0}
legend{padding:0}
menu,ol,ul{list-style:none;margin:0;padding:0}
dialog{padding:0}
textarea{resize:vertical}
input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}
[role=button],button{cursor:pointer}
:disabled{cursor:default}
audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}
img,video{max-width:100%;height:auto}
[hidden]:where(:not([hidden=until-found])){display:none}
.container{width:100%}
@media (min-width: 640px){.container{max-width:640px}}
@media (min-width: 768px){.container{max-width:768px}}
@media (min-width: 1024px){.container{max-width:1024px}}
@media (min-width: 1280px){.container{max-width:1280px}}
@media (min-width: 1536px){.container{max-width:1536px}}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.sticky{position:sticky}
.inset-0{inset:0px}
.-top-3{top:-0.75rem}
.bottom-0{bottom:0px}
.left-0{left:0px}
.left-1\/2{left:50%}
.left-4{left:1rem}
.right-0{right:0px}
.right-4{right:1rem}
.top-0{top:0px}
.top-1\/2{top:50%}
.top-4{top:1rem}
.top-full{top:100%}
.z-10{z-index:10}
.z-20{z-index:20}
.z-30{z-index:30}
.z-50{z-index:50}
.z-\[105\]{z-index:105}
z-\[60\]{z-index:60}
.mx-auto{margin-left:auto;margin-right:auto}
.my-1{margin-top:0.25rem;margin-bottom:0.25rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.-mr-2{margin-right:-0.5rem}
.mb-1{margin-bottom:0.25rem}
.mb-10{margin-bottom:2.5rem}
.mb-2{margin-bottom:0.5rem}
.mb-4{margin-bottom:1rem}
.mb-6{margin-bottom:1.5rem}
.mb-8{margin-bottom:2rem}
.mt-1{margin-top:0.25rem}
.mt-2{margin-top:0.5rem}
.mt-4{margin-top:1rem}
.!ml-0{margin-left:0px !important}
.-ml-1{margin-left:-0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mr-1{margin-right:0.25rem}
.mr-1\.5{margin-right:0.375rem}
.mr-2{margin-right:0.5rem}
.block{display:block}
.inline-block{display:inline-block}
.flex{display:flex}
.inline-flex{display:inline-flex}
.grid{display:grid}
.hidden{display:none}
.h-1\.5{height:0.375rem}
.h-10{height:2.5rem}
.h-12{height:3rem}
.h-16{height:4rem}
.h-4{height:1rem}
.h-5{height:1.25rem}
.h-6{height:1.5rem}
.h-full{height:100%}
.!h-5{height:1.25rem !important}
.max-h-60{max-height:15rem}
.max-h-\[220px\]{max-height:220px}
.w-10{width:2.5rem}
.w-12{width:3rem}
.w-2\/5{width:40%}
.w-48{width:12rem}
.w-5{width:1.25rem}
.w-56{width:14rem}
.w-6{width:1.5rem}
.w-\[280px\]{width:280px}
.w-full{width:100%}
.!w-5{width:1.25rem !important}
.w-16{width:4rem}
.w-\[320px\]{width:320px}
.max-w-lg{max-width:32rem}
.max-w-md{max-width:28rem}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.flex-1{flex:1 1 0%}
.flex-shrink-0{flex-shrink:0}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.origin-top-right{transform-origin:top right}
.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.cursor-grab{cursor:grab}
.cursor-pointer{cursor:pointer}
.select-none{-webkit-user-select:none;user-select:none}
appearance-none{-webkit-appearance:none;appearance:none}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}
.flex-col{flex-direction:column}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.gap-0\.5{gap:0.125rem}
.gap-1{gap:0.25rem}
.gap-2{gap:0.5rem}
.gap-3{gap:0.75rem}
.gap-4{gap:1rem}
.gap-6{gap:1.5rem}
.gap-1\.5{gap:0.375rem}
.space-y-1 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.25rem * var(--tw-space-y-reverse))}
.space-y-3 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))}
.space-y-4 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}
.space-y-6 > :not([hidden]) ~ :not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}
overflow-hidden{overflow:hidden}
overflow-x-auto{overflow-x:auto}
overflow-y-auto{overflow-y:auto}
rounded{border-radius:0.25rem}
rounded-2xl{border-radius:1rem}
rounded-full{border-radius:9999px}
rounded-lg{border-radius:0.5rem}
rounded-md{border-radius:0.375rem}
rounded-xl{border-radius:0.75rem}
rounded-b-xl{border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem}
rounded-t-xl{border-top-left-radius:0.75rem;border-top-right-radius:0.75rem}
border{border-width:1px}
border-2{border-width:2px}
border-4{border-width:4px}
border-b{border-bottom-width:1px}
border-t{border-top-width:1px}
border-dashed{border-style:dashed}
.bg-\[var\(--primary-color\)\]{background-color:var(--primary-color)}
.bg-black\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}
.bg-sky-100{--tw-bg-opacity:1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}
.bg-sky-500{--tw-bg-opacity:1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}
.bg-transparent{background-color:transparent}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}
.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}
.p-1{padding:0.25rem}
.p-1\.5{padding:0.375rem}
.p-2{padding:0.5rem}
.p-3{padding:0.75rem}
.p-4{padding:1rem}
.p-6{padding:1.5rem}
.p-8{padding:2rem}
.p-0{padding:0px}
.p-2\.5{padding:0.625rem}
.px-10{padding-left:2.5rem;padding-right:2.5rem}
.px-3{padding-left:0.75rem;padding-right:0.75rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-5{padding-left:1.25rem;padding-right:1.25rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.px-8{padding-left:2rem;padding-right:2rem}
.py-1{padding-top:0.25rem;padding-bottom:0.25rem}
.py-1\.5{padding-top:0.375rem;padding-bottom:0.375rem}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-2\.5{padding-top:0.625rem;padding-bottom:0.625rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.py-6{padding-top:1.5rem;padding-bottom:1.5rem}
.!px-2{padding-left:0.5rem !important;padding-right:0.5rem !important}
.!py-0\.5{padding-top:0.125rem !important;padding-bottom:0.125rem !important}
.px-2{padding-left:0.5rem;padding-right:0.5rem}
.pb-20{padding-bottom:5rem}
.pl-12{padding-left:3rem}
.pl-4{padding-left:1rem}
.pr-2{padding-right:0.5rem}
.pr-4{padding-right:1rem}
.pr-8{padding-right:2rem}
.pt-2{padding-top:0.5rem}
.pt-4{padding-top:1rem}
.pt-6{padding-top:1.5rem}
.pt-1{padding-top:0.25rem}
.pt-3{padding-top:0.75rem}
.pt-\[26px\]{padding-top:26px}
.text-left{text-align:left}
.text-center{text-align:center}
.align-middle{vertical-align:middle}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.!text-base{font-size:1rem !important;line-height:1.5rem !important}
.!text-xs{font-size:0.75rem !important;line-height:1rem !important}
.font-bold{font-weight:700}
.font-medium{font-weight:500}
.font-semibold{font-weight:600}
.uppercase{text-transform:uppercase}
.leading-snug{line-height:1.375}
.tracking-tight{letter-spacing:-0.025em}
.text-\[#2AABEE\]{--tw-text-opacity:1;color:rgb(42 171 238 / var(--tw-text-opacity, 1))}
.text-\[var\(--primary-color\)\]{color:var(--primary-color)}
.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}
.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}
.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}
.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.transition{transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-colors{transition-property:color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.duration-200{transition-duration:200ms}
.ease-in{transition-timing-function:cubic-bezier(0.4, 0, 1, 1)}
.hover\:bg-\[var\(--primary-hover\)\]:hover{background-color:var(--primary-hover)}
.hover\:bg-sky-200:hover{--tw-bg-opacity:1;background-color:rgb(186 230 253 / var(--tw-bg-opacity, 1))}
.hover\:bg-sky-600:hover{--tw-bg-opacity:1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}
.hover\:bg-gray-500\/10:hover{background-color:rgb(107 114 128 / 0.1)}
.hover\:bg-yellow-300:hover{--tw-bg-opacity:1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}
.hover\:text-yellow-600:hover{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}
.hover\:underline:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline}
.focus\:border-\[var\(--primary-color\)\]:focus{border-color:var(--primary-color)}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}
.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}
.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}
@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}
@media (min-width: 768px){.md\:w-48{width:12rem}.md\:max-w-4xl{max-width:56rem}.md\:grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.md\:p-8{padding:2rem}.md\:px-2{padding-left:0.5rem;padding-right:0.5rem}.md\:px-4{padding-left:1rem;padding-right:1rem}}
@media (min-width: 1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}}
@media (min-width: 1280px){.xl\:mt-0{margin-top:0px}.xl\:block{display:block}.xl\:flex{display:flex}.xl\:table-cell{display:table-cell}.xl\:grid{display:grid}.xl\:hidden{display:none}.xl\:w-auto{width:auto}.xl\:grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}.xl\:items-center{align-items:center}.xl\:divide-y > :not([hidden]) ~ :not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.xl\:pb-0{padding-bottom:0px}}
@media (prefers-color-scheme: dark){.dark\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99 / var(--tw-bg-opacity, 1))}.dark\:bg-sky-500\/10{background-color:rgb(14 165 233 / 0.1)}.dark\:text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:hover\:bg-sky-500\/20:hover{background-color:rgb(14 165 233 / 0.2)}}
@media (min-width: 1024px) {
  #desktop-filters-container .filter-group[data-filter-id='market_cap'] {
    grid-column: 4 / 5;
    align-self: start;
  }
}
@media (max-width: 1279px) {
  #live-feed-body tr {
    min-height: 280px;
  }
  #live-feed-body tr > td > .feed-card {
    height: 100%;
  }
  .col-title {
    min-height: 44px;
    display: flex;
    align-items: flex-start;
  }
}

.dashboard-page .header-logo{margin-left:0;}
@media (min-width:640px){.dashboard-page .header-logo{margin-left:clamp(0.75rem,2.5vw,1rem);}}
@media (min-width:1024px){.dashboard-page .header-logo{margin-left:0;}}
