@charset "UTF-8";
/* =============================================
           MOBILE-FIRST CSS
           Base styles = Mobile (< 576px)
           ============================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  background-color: #0A0A0A;
  color: #FFFFFF;
  line-height: 1.6;
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Navbar - Mobile */
.navbar {
  background-color: #000000 !important;
  border-bottom: 1px solid #1a1a1a;
  padding: 1rem 0;
}

.navbar-brand {
  font-weight: 600;
  font-size: 1.25rem;
  color: #FFFFFF !important;
}

.nav-link {
  color: #FFFFFF !important;
  margin: 0.5rem 0;
  font-size: 0.9rem;
}

.navbar-collapse {
  background-color: #000000;
  padding: 1rem;
  margin-top: 1rem;
  border: 1px solid #1a1a1a;
}

.navbar-nav .btn-outline-cyan {
  margin-top: 1rem;
  display: inline-block;
}

/* Buttons - Mobile */
.btn-outline-cyan {
  border: 1px solid #2EA9FF;
  color: #2EA9FF;
  background: transparent;
  padding: 0.5rem 1.5rem;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.btn-outline-cyan:hover {
  background-color: #2EA9FF;
  color: #000000;
}

.btn-cyan {
  background-color: #2EA9FF;
  color: #000000;
  border: none;
  padding: 0.65rem 1.5rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.3s;
}

.btn-cyan:hover {
  background-color: #1E89CF;
  color: #000000;
}

/* Hero Section - Mobile */
.hero-section {
  padding: 3rem 0;
}

.hero-section h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.hero-section h2 {
  font-size: 1.1rem;
  font-weight: 400;
  color: #A0A0A0;
  margin-bottom: 2rem;
}

.hero-section p {
  font-size: 0.9rem;
  color: #A0A0A0;
  margin-bottom: 2.5rem;
  line-height: 1.8;
}

.hero-section .btn-cyan {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}

.hero-section .text-link {
  display: block;
  text-align: center;
}

/* Stock Table - Mobile Card Layout */
.stock-table-card {
  background-color: transparent;
  border: none;
  padding: 0;
}

.stock-table-card table {
  width: 100%;
  border-collapse: collapse;
}

.stock-table-card thead {
  display: none;
}

.stock-table-card tbody tr {
  display: block;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  margin-bottom: 1rem;
  padding: 1rem;
}

.stock-table-card td {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #2a2a2a;
  font-size: 0.85rem;
}

.stock-table-card td:last-child {
  border-bottom: none;
}

.stock-table-card td::before {
  content: attr(data-label);
  color: #A0A0A0;
  font-weight: 600;
  font-size: 0.75rem;
}

.stock-table-card td.ticker-code {
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 0.75rem;
  margin-bottom: 0.5rem;
}

.rating-badge {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #2a2a2a;
  color: rgb(80, 255, 80);
  font-size: 0.75rem;
  font-weight: 600;
}

.rating-badge.green {
  color: #00FF88;
}

.ticker-code {
  color: #2EA9FF;
  font-weight: 600;
}

.diff-negative {
  color: #FF4444;
}

.diff-positive {
  color: #00FF88;
}

/* Stats Bar - Mobile: 1 column */
.stats-bar {
  background-color: #000000;
  padding: 1.25rem 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.stats-bar .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1rem;
  text-align: center;
}

.stats-bar .stat-item {
  font-size: 0.8rem;
  color: #FFFFFF;
  padding: 0.25rem 0;
  white-space: nowrap;
}

/* Section - Mobile */
section {
  padding: 3rem 0;
}

h1 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.last-updated {
  font-size: 0.85rem;
  color: #888888;
  margin-bottom: 2rem;
}

.subtext {
  color: #A0A0A0;
  font-size: 0.9rem;
  margin-bottom: 2rem;
  line-height: 1.8;
  max-width: 800px;
}

/* Stock Card - Mobile */
.stock-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 2rem;
  margin-bottom: 1.5rem;
}

.stock-card .ticker {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.stock-card .rating {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #00FF88;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1rem;
}

.stock-card .stat {
  font-size: 0.9rem;
  color: #A0A0A0;
  margin-bottom: 0.5rem;
}

/* Venn Diagram */
.venn-diagram {
  position: relative;
  width: 320px;
  height: 300px;
  margin: 0 auto;
}

.venn-circle {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}

.venn-circle.growth {
  background-color: rgba(135, 206, 250, 0.7);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}

.venn-circle.fair-price {
  background-color: rgba(30, 100, 180, 0.8);
  bottom: 20px;
  left: 0;
  color: #fff;
}

.venn-circle.timing {
  background-color: rgba(135, 206, 250, 0.7);
  bottom: 20px;
  right: 0;
  color: #000;
}

.venn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  background-color: #00FF88;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
  color: #000;
  text-align: center;
  z-index: 10;
}

/* Filter Bar */
.filter-bar {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1rem;
  margin-bottom: 1rem;
}

.filter-pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #2a2a2a;
  color: #FFFFFF;
  margin-right: 0.5rem;
  font-size: 0.85rem;
}

/* Rating Card - Mobile */
.rating-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1.25rem;
  text-align: center;
  margin-bottom: 1.5rem;
  position: relative;
}

.rating-card .rating-label {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.rating-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.rating-dot.grey {
  background-color: #888888;
}

.rating-dot.red {
  background-color: #FF4444;
}

.rating-dot.orange {
  background-color: #FF8800;
}

.rating-dot.green {
  background-color: #00FF88;
}

.rating-card p {
  font-size: 0.9rem;
  color: #A0A0A0;
}

.premium-badge {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: #00FF88;
  color: #000000;
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* Rating Detail - Mobile */
.rating-detail {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.rating-detail-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.rating-detail-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.rating-detail p {
  color: #A0A0A0;
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.rating-detail p:last-child {
  margin-bottom: 0;
}

.coming-soon {
  color: #888888;
  font-style: italic;
}

/* CTA Section - Mobile */
.cta-section {
  background-color: #000000;
  padding: 5rem 0;
  text-align: center;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.cta-section h2 {
  font-size: 1.5rem;
}

/* Algorithm Section - Mobile */
.algorithm-row {
  margin: 0 -1.5rem;
}

.algorithm-row > [class*=col] {
  padding: 0 1.5rem;
}

.algorithm-col {
  padding: 1.5rem 0;
}

.algorithm-col h3 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.algorithm-col p {
  font-size: 0.95rem;
  color: #A0A0A0;
  line-height: 1.8;
}

/* Content Card - Mobile */
.content-card {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.content-card h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #2EA9FF;
}

.content-card p {
  color: #A0A0A0;
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.content-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.content-card ul li {
  color: #A0A0A0;
  font-size: 0.85rem;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.content-card ul li::before {
  content: "•";
  color: #2EA9FF;
  position: absolute;
  left: 0;
}

.content-card ul li strong {
  color: #FFFFFF;
}

/* Summary Box - Mobile */
.summary-box {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1.5rem;
}

.summary-box ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary-box ol li {
  padding: 1rem 0;
  padding-left: 2rem;
  position: relative;
  color: #A0A0A0;
  font-size: 0.85rem;
  line-height: 1.8;
  border-bottom: 1px solid #2a2a2a;
}

.summary-box ol li:last-child {
  border-bottom: none;
}

.summary-box ol li::before {
  content: counter(list-item) ".";
  position: absolute;
  left: 0;
  color: #2EA9FF;
  font-weight: 700;
  font-size: 1.1rem;
}

.summary-box ol li strong {
  color: #FFFFFF;
}

/* CTA Section - Mobile */
.cta-section {
  background-color: #000000;
  padding: 5rem 0;
  text-align: center;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}

.cta-section h2 {
  font-size: 1.5rem;
}

/* FAQ - Mobile */
.faq-item {
  border-bottom: 1px solid #2a2a2a;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 1rem 2.5rem 1rem 0;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
  position: relative;
}

.faq-question::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23A0A0A0' d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s;
}

.faq-question.active::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  display: none;
  color: #A0A0A0;
  font-size: 0.85rem;
  line-height: 1.8;
  padding: 0 0 1rem 0;
}

.faq-answer.open {
  display: block;
}

.faq-hidden {
  display: none;
}

/* Content Section - Mobile */
.content-section {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
}

.content-section h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #FFFFFF;
}

.content-section p {
  color: #A0A0A0;
  font-size: 0.85rem;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.content-section p:last-child {
  margin-bottom: 0;
}

.content-section ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.content-section ul li {
  color: #A0A0A0;
  font-size: 0.85rem;
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.8;
}

.content-section ul li::before {
  content: "•";
  color: #FF4444;
  position: absolute;
  left: 0;
}

/* Footer - Mobile */
footer {
  background-color: #000000;
  padding: 3rem 0 1.5rem 0;
  border-top: 1px solid #1a1a1a;
}

footer .footer-logo {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

footer .disclaimer {
  font-size: 0.75rem;
  color: #888888;
  line-height: 1.6;
  margin-bottom: 1rem;
}

footer a {
  color: #A0A0A0;
  text-decoration: none;
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

footer a:hover {
  color: #2EA9FF;
}

/* Links */
.text-link {
  color: #FFFFFF;
  text-decoration: underline;
  font-size: 1rem;
}

.text-link:hover {
  color: #2EA9FF;
}

.link-arrow {
  color: #2EA9FF;
  text-decoration: none;
  font-size: 0.95rem;
}

.link-arrow:hover {
  text-decoration: underline;
}

/* Skip to content link - hidden until focused */
.skip-to-content {
  position: absolute;
  top: 0;
  left: 0;
  background: #2EA9FF;
  color: #000;
  padding: 8px 16px;
  z-index: 10000;
  text-decoration: none;
  font-weight: 600;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.2s, opacity 0.2s;
}

.skip-to-content:focus {
  transform: translateY(0);
  opacity: 1;
}

/* Focus styles for accessibility */
a:focus-visible,
button:focus-visible {
  outline: 2px solid #2EA9FF;
  outline-offset: 2px;
}

/* Signup form - Mobile */
.signup-form {
  max-width: 500px;
  margin: 0 auto;
}

.signup-form-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.signup-input {
  flex: 1;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: inherit;
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  color: #FFFFFF;
  outline: none;
  transition: border-color 0.3s;
}

.signup-input:focus {
  border-color: #2EA9FF;
}

.signup-input::-moz-placeholder {
  color: #888888;
}

.signup-input::placeholder {
  color: #888888;
}

.signup-btn {
  white-space: nowrap;
  width: 100%;
}

.signup-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.signup-privacy {
  font-size: 0.8rem;
  color: #888888;
  margin: 0;
}

.signup-message {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  display: none;
}

.signup-message.success {
  display: block;
  background-color: rgba(0, 255, 136, 0.1);
  border: 1px solid #00FF88;
  color: #00FF88;
}

.signup-message.error {
  display: block;
  background-color: rgba(255, 68, 68, 0.1);
  border: 1px solid #FF4444;
  color: #FF4444;
}

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

/* =============================================
           TABLET (>= 576px)
           ============================================= */
@media (min-width: 576px) {
  .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  .hero-section h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.75rem;
  }
  .rating-card {
    padding: 1.5rem;
  }
  .signup-form-inner {
    flex-direction: row;
  }
  .signup-btn {
    width: auto;
    min-width: 160px;
  }
  /* Stats Bar: 2 columns */
  .stats-bar .container {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem 2rem;
  }
  .content-section {
    padding: 1.5rem;
  }
}
/* =============================================
           TABLET LANDSCAPE (>= 768px)
           ============================================= */
@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  .hero-section {
    padding: 6rem 0 4rem 0;
  }
  .hero-section h1 {
    font-size: 3rem;
  }
  .hero-section h2 {
    font-size: 1.5rem;
  }
  .hero-section p {
    font-size: 1rem;
  }
  .hero-section .btn-cyan {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
  }
  .hero-section .text-link {
    display: inline;
    text-align: left;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  .btn-cyan {
    padding: 0.75rem 2rem;
    font-size: 1rem;
  }
  /* Stock Table - restore normal table on tablet+ */
  .stock-table-card {
    background-color: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 1.5rem;
  }
  .stock-table-card thead {
    display: table-header-group;
  }
  .stock-table-card thead th {
    color: #A0A0A0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    padding: 1rem 0.75rem;
    border-bottom: 1px solid #2a2a2a;
    text-align: left;
  }
  .stock-table-card tbody tr {
    display: table-row;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
  .stock-table-card tbody tr:hover {
    background-color: #2a2a2a;
  }
  .stock-table-card td {
    display: table-cell;
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #2a2a2a;
    font-size: 0.85rem;
    vertical-align: middle;
  }
  .stock-table-card td::before {
    display: none;
  }
  .stock-table-card td.ticker-code {
    font-size: 0.85rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
  }
  .rating-card {
    padding: 2rem;
  }
  .rating-card .rating-label {
    font-size: 1.5rem;
  }
  .algorithm-col {
    padding: 2rem 0;
  }
  .algorithm-col h3 {
    font-size: 1.25rem;
  }
  .faq-question {
    font-size: 1rem;
    padding: 1.25rem 0;
  }
  .faq-answer {
    font-size: 0.95rem;
    padding: 0 0 1.25rem 0;
  }
  .cta-section h2 {
    font-size: 2.5rem;
  }
  footer {
    padding: 4rem 0 2rem 0;
  }
  footer .footer-logo {
    font-size: 1.25rem;
  }
  .subtext {
    font-size: 1rem;
    margin-bottom: 3rem;
  }
  .content-section {
    padding: 2rem;
  }
  .content-section h3 {
    font-size: 1.25rem;
  }
  .content-section p,
  .content-section ul li {
    font-size: 0.95rem;
  }
  footer {
    padding: 4rem 0 2rem 0;
  }
}
/* =============================================
           DESKTOP (>= 992px)
           ============================================= */
@media (min-width: 992px) {
  /* Stats Bar: 4 columns */
  .stats-bar .container {
    grid-template-columns: repeat(4, auto);
    justify-content: center;
    gap: 0;
  }
  .stats-bar .stat-item {
    padding: 0 2rem;
    border-left: 1px solid #2a2a2a;
  }
  .stats-bar .stat-item:first-child {
    border-left: none;
  }
  .navbar-collapse {
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border: none;
  }
  .nav-link {
    margin: 0 1rem;
  }
  .navbar-nav .btn-outline-cyan {
    margin-top: 0;
  }
}/*# sourceMappingURL=styles.css.map */