/* FactBurst theme overrides. Shared layout/component styles remain in style.css. */

html[data-theme="light"] {
  color-scheme: light;
  --bg: #f4f7fb;
  --panel: #ffffff;
  --panel-2: #eef3fb;
  --text: #162033;
  --muted: #5b6b84;
  --border: rgba(47, 76, 117, 0.18);
  --shadow: 0 18px 50px rgba(35, 55, 85, 0.12);
}

html[data-theme="light"] body {
  color: var(--text);
  background:
    radial-gradient(circle at 85% 15%, rgba(164, 92, 255, 0.10), transparent 34rem),
    radial-gradient(circle at 10% 0%, rgba(0, 204, 255, 0.10), transparent 32rem),
    linear-gradient(145deg, #f7faff 0%, #eef4fb 52%, #f5efff 100%);
}

html[data-theme="light"] .site-header {
  border-bottom-color: rgba(47, 76, 117, 0.12);
  background: rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] .top-nav a,
html[data-theme="light"] .filter-label,
html[data-theme="light"] .quiz-feature p,
html[data-theme="light"] .quiz-card p,
html[data-theme="light"] .quiz-meta-row,
html[data-theme="light"] .hero-text,
html[data-theme="light"] .result-copy,
html[data-theme="light"] .site-footer {
  color: var(--muted);
}

html[data-theme="light"] .top-nav a:hover { color: #162033; }

html[data-theme="light"] .quiz-feature,
html[data-theme="light"] .quiz-card,
html[data-theme="light"] .quiz-stage,
html[data-theme="light"] .results-card,
html[data-theme="light"] .empty-state {
  border-color: var(--border);
  background: linear-gradient(145deg, #ffffff, #f3f7fd);
  box-shadow: var(--shadow);
}

html[data-theme="light"] .question-card {
  border-color: rgba(47, 76, 117, 0.14);
  background: rgba(238, 244, 251, 0.82);
}

html[data-theme="light"] .answer-button {
  color: #162033;
  border-color: rgba(47, 76, 117, 0.16);
  background: rgba(255, 255, 255, 0.86);
}

html[data-theme="light"] .answer-button:hover {
  border-color: rgba(0, 160, 210, 0.58);
}

html[data-theme="light"] .answer-button.selected {
  background: rgba(0, 180, 225, 0.10);
}

html[data-theme="light"] .answer-letter {
  background: rgba(47, 76, 117, 0.08);
}

html[data-theme="light"] .result-row {
  background: rgba(47, 76, 117, 0.055);
}

html[data-theme="light"] .result-row strong { color: #162033; }

html[data-theme="light"] .button-secondary {
  color: #26364e;
  border-color: rgba(47, 76, 117, 0.18);
  background: rgba(255, 255, 255, 0.72);
}

html[data-theme="light"] .progress-track {
  background: rgba(47, 76, 117, 0.10);
}

html[data-theme="light"] .site-footer {
  border-top-color: rgba(47, 76, 117, 0.12);
  background: rgba(255, 255, 255, 0.65);
}

html[data-theme="light"] .theme-choice {
  background: rgba(255,255,255,0.8);
}

html[data-theme="light"] {
  --text: #182438;
  --muted: #53657e;
  --border: rgba(46, 72, 108, 0.18);
  --border-strong: rgba(31, 105, 145, 0.34);
}

html[data-theme="light"] body {
  background: #f4f7fb;
}

html[data-theme="light"] .site-header {
  color: #182438;
  box-shadow: 0 1px 10px rgba(30, 50, 80, 0.06);
}

html[data-theme="light"] .brand,
html[data-theme="light"] .brand span {
  color: #182438;
}

html[data-theme="light"] .top-nav {
  border-color: rgba(46,72,108,.14);
  background: rgba(255,255,255,.88);
}

html[data-theme="light"] .top-nav a {
  color: #53657e;
}

html[data-theme="light"] .hero h1,
html[data-theme="light"] .section-heading h2,
html[data-theme="light"] .quiz-title,
html[data-theme="light"] .results-card h1,
html[data-theme="light"] .empty-state h1,
html[data-theme="light"] .quiz-feature h3,
html[data-theme="light"] .quiz-card h3,
html[data-theme="light"] .question-card h2,
html[data-theme="light"] .profile-panel h2,
html[data-theme="light"] .profile-panel h3,
html[data-theme="light"] .profile-hero h1 {
  color: #182438;
}

html[data-theme="light"] .quiz-feature,
html[data-theme="light"] .quiz-card,
html[data-theme="light"] .quiz-stage,
html[data-theme="light"] .results-card,
html[data-theme="light"] .empty-state,
html[data-theme="light"] .question-card,
html[data-theme="light"] .profile-panel,
html[data-theme="light"] .profile-stat,
html[data-theme="light"] .profile-security-card,
html[data-theme="light"] .profile-hero,
html[data-theme="light"] .profile-result-row,
html[data-theme="light"] .profile-best-card {
  color: #182438;
  border-color: rgba(46,72,108,.16);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(40,60,90,.08);
}

html[data-theme="light"] .quiz-feature p,
html[data-theme="light"] .quiz-card p,
html[data-theme="light"] .quiz-meta-row,
html[data-theme="light"] .result-copy,
html[data-theme="light"] .profile-email,
html[data-theme="light"] .profile-member-since,
html[data-theme="light"] .profile-section-label,
html[data-theme="light"] .profile-security-card p,
html[data-theme="light"] .profile-details dd,
html[data-theme="light"] .profile-result-main small,
html[data-theme="light"] .profile-best-copy small,
html[data-theme="light"] .profile-loading,
html[data-theme="light"] .profile-empty,
html[data-theme="light"] .profile-performance-copy p {
  color: #53657e;
}

html[data-theme="light"] .answer-button {
  color: #182438;
  background: #f8fafc;
  border-color: rgba(46,72,108,.17);
}

html[data-theme="light"] .answer-button:hover {
  background: #eef8fc;
  border-color: rgba(0,160,210,.45);
}

html[data-theme="light"] .answer-button.selected {
  color: #10233a;
  background: #e3f7fc;
  border-color: #27b8df;
}

html[data-theme="light"] .answer-letter {
  color: #33455d;
  background: #e8eef5;
  border-color: rgba(46,72,108,.12);
}

html[data-theme="light"] .progress-track,
html[data-theme="light"] .profile-xp-track {
  background: #dce5ef;
}

html[data-theme="light"] .result-row {
  color: #182438;
  background: #f4f7fa;
  border-color: rgba(46,72,108,.12);
}

html[data-theme="light"] .result-row strong,
html[data-theme="light"] .result-row p {
  color: #182438;
}

html[data-theme="light"] .result-row p {
  color: #53657e;
}

html[data-theme="light"] .button-secondary {
  color: #24364e;
  background: #ffffff;
  border-color: rgba(46,72,108,.2);
}

html[data-theme="light"] .button-secondary:hover {
  background: #f1f7fb;
}

html[data-theme="light"] .filter-label {
  color: #53657e;
}

html[data-theme="light"] .filter-label select {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.2);
}

html[data-theme="light"] .site-footer {
  color: #53657e;
  background: #ffffff;
}

html[data-theme="light"] .site-footer a {
  color: #344b68;
}

html[data-theme="light"] .profile-avatar {
  color: #ffffff;
}

html[data-theme="light"] .profile-result-score strong,
html[data-theme="light"] .profile-best-score,
html[data-theme="light"] .profile-performance-badge {
  color: #182438;
}

html[data-theme="light"] .theme-choice {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.18);
}

html[data-theme="light"] input,
html[data-theme="light"] textarea,
html[data-theme="light"] select {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.20);
}

html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder {
  color: #71819a;
}

html[data-theme="light"] .category-pill {
  background: rgba(0,160,210,.08);
}

html[data-theme="light"] .maintenance-banner {
  color: #07132f;
}

html[data-theme="light"] .site-confirm-overlay {
  background: rgba(30,45,70,.35);
}

html[data-theme="light"] .site-confirm-dialog {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.18);
  box-shadow: 0 24px 70px rgba(30,50,80,.20);
}

html[data-theme="light"] .site-confirm-dialog h2 {
  color: #182438;
}

html[data-theme="light"] .site-confirm-dialog p {
  color: #53657e;
}

html[data-theme="light"] .comments-card,
html[data-theme="light"] .engagement-card,
html[data-theme="light"] .leaderboard-card {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.16);
}

html[data-theme="light"] #quiz-comment-composer {
  border-bottom-color: rgba(46,72,108,.13);
}

html[data-theme="light"] .comment-form label,
html[data-theme="light"] .quiz-comment-form label {
  color: #25364d;
}

html[data-theme="light"] .comment-form textarea,
html[data-theme="light"] .quiz-comment-form textarea {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.20);
  box-shadow: none;
}

html[data-theme="light"] .comment-form textarea::placeholder,
html[data-theme="light"] .quiz-comment-form textarea::placeholder {
  color: #71819a;
}

html[data-theme="light"] .comment-thread,
html[data-theme="light"] .quiz-comment {
  border-top-color: rgba(46,72,108,.12);
  border-bottom-color: rgba(46,72,108,.12);
}

html[data-theme="light"] .comment-card p,
html[data-theme="light"] .quiz-comment p {
  color: #344862;
}

html[data-theme="light"] .comment-meta span,
html[data-theme="light"] .quiz-comment-meta time,
html[data-theme="light"] .comment-action,
html[data-theme="light"] .comment-login-note,
html[data-theme="light"] .comments-empty,
html[data-theme="light"] .quiz-comment-report {
  color: #5b6d86;
}

html[data-theme="light"] .comment-replies {
  background: #f2f6fa;
  border-left-color: rgba(0,160,210,.22);
}

html[data-theme="light"] .comment-action {
  background: #ffffff;
  border-color: rgba(46,72,108,.18);
}

html[data-theme="light"] .comment-action:hover {
  color: #18344d;
  background: #eef8fc;
}

html[data-theme="light"] .hero h1 {
  background: none;
  -webkit-text-fill-color: #182438;
  color: #182438;
}

html[data-theme="light"] .hero-text {
  color: #53657e;
}

html[data-theme="light"] .section-heading h2,
html[data-theme="light"] .section-heading p {
  color: #182438;
}

html[data-theme="light"] .section-heading p {
  color: #53657e;
}

html[data-theme="light"] .leaderboard-header,
html[data-theme="light"] .leaderboard-row,
html[data-theme="light"] .leaderboard-cell {
  color: #344862;
}

html[data-theme="light"] .leaderboard-header {
  background: #f1f5f9;
}

html[data-theme="light"] .notification-item:hover,
html[data-theme="light"] .account-tab,
html[data-theme="light"] .account-fine-print {
  color: #53657e;
}

html[data-theme="light"] .account-tabs {
  background: #f1f5f9;
  border-color: rgba(46,72,108,.14);
}

html[data-theme="light"] .account-tab.active {
  color: #10233a;
}

html[data-theme="light"] .profile-history-card,
html[data-theme="light"] .friend-card,
html[data-theme="light"] .achievement-card,
html[data-theme="light"] .challenge-notice,
html[data-theme="light"] .challenge-friend {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.16);
}

html[data-theme="light"] .challenge-notice p,
html[data-theme="light"] .challenge-friend p,
html[data-theme="light"] .friend-card small,
html[data-theme="light"] .achievement-card p {
  color: #53657e;
}

html[data-theme="light"] .site-header {
  background: rgba(255,255,255,.92);
  border-bottom-color: rgba(46,72,108,.12);
}

html[data-theme="light"] .brand {
  color: #182438;
}

html[data-theme="light"] .brand span {
  color: #182438;
}

html[data-theme="light"] .comment-form-card {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.16);
  box-shadow: 0 12px 36px rgba(40,60,90,.08);
}

html[data-theme="light"] .comment-form-card .quiz-comment-form label {
  color: #25364d;
}

html[data-theme="light"] .quiz-comment-form-row small {
  color: #53657e;
}

html[data-theme="light"] .comment-feedback {
  color: #087f58;
}

html[data-theme="light"] .contact-card {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.16);
  box-shadow: 0 12px 36px rgba(40,60,90,.08);
}

html[data-theme="light"] .contact-card h1 {
  color: #182438;
}

html[data-theme="light"] .contact-card > p:not(.eyebrow) {
  color: #53657e;
}

html[data-theme="light"] .contact-form label {
  color: #25364d;
}

html[data-theme="light"] .contact-form input,
html[data-theme="light"] .contact-form textarea {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.20);
}

html[data-theme="light"] .contact-form input::placeholder,
html[data-theme="light"] .contact-form textarea::placeholder {
  color: #71819a;
}

html[data-theme="light"] .contact-form input:focus,
html[data-theme="light"] .contact-form textarea:focus {
  background: #ffffff;
  border-color: #27b8df;
  box-shadow: 0 0 0 3px rgba(39,184,223,.12);
}

html[data-theme="light"] .report-target {
  background: #f1f8fc;
  border-color: rgba(0,160,210,.18);
}

html[data-theme="light"] .report-target strong {
  color: #182438;
}

html[data-theme="light"] .contact-success {
  color: #087f58;
  background: #effaf5;
}

html[data-theme="light"] .contact-error {
  color: #a1264e;
  background: #fff1f5;
}

html[data-theme="light"] {
  --muted: #465a74;
  --cyan: #087fa8;
}

html[data-theme="light"] .category-pill,
html[data-theme="light"] .engagement-badge {
  color: #17627b;
  border-color: rgba(8,127,168,.22);
  background: rgba(8,127,168,.07);
}

html[data-theme="light"] .eyebrow {
  color: #8a6500;
}

html[data-theme="light"] .home-kicker,
html[data-theme="light"] .home-latest-content::after {
  color: #17627b;
}

html[data-theme="light"] .profile-section-label,
html[data-theme="light"] .profile-performance-badge {
  color: #36516f;
}

html[data-theme="light"] .quiz-comment-report,
html[data-theme="light"] .comment-action,
html[data-theme="light"] .comment-meta span {
  color: #465a74;
}

html[data-theme="light"] .site-footer a:hover,
html[data-theme="light"] .top-nav a:hover {
  color: #18344d;
}

html[data-theme="light"] .site-main > .contact-page .contact-card {
  color: #182438 !important;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.16) !important;
  box-shadow: 0 16px 42px rgba(40,60,90,.10) !important;
}

html[data-theme="light"] .site-main > .contact-page .contact-card > h1 {
  color: #182438 !important;
}

html[data-theme="light"] .site-main > .contact-page .contact-card > p:not(.eyebrow) {
  color: #465a74 !important;
}

html[data-theme="light"] .site-main > .contact-page .contact-form label {
  color: #25364d !important;
}

html[data-theme="light"] .site-main > .contact-page .contact-form input,
html[data-theme="light"] .site-main > .contact-page .contact-form textarea {
  color: #182438 !important;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.22) !important;
}

html[data-theme="light"] .site-main > .contact-page .contact-form input::placeholder,
html[data-theme="light"] .site-main > .contact-page .contact-form textarea::placeholder {
  color: #667892 !important;
}

html[data-theme="light"] .site-main > .contact-page .report-target {
  color: #182438;
  background: #f1f8fc !important;
  border-color: rgba(8,127,168,.18) !important;
}

html[data-theme="light"] .site-main > .contact-page .report-target strong {
  color: #182438 !important;
}

html[data-theme="light"] .site-main > .contact-page .report-target span {
  color: #465a74 !important;
}

html[data-theme="light"] .page-hero {
  color: #182438;
}

html[data-theme="light"] .page-hero h1 {
  color: #182438 !important;
}

html[data-theme="light"] .page-hero > p:not(.eyebrow) {
  color: #465a74 !important;
}

html[data-theme="light"] .page-hero .eyebrow {
  color: #087fa8 !important;
}

html[data-theme="light"] .content-section {
  color: #182438;
}

html[data-theme="light"] .content-section .contact-form {
  padding: 30px;
  border: 1px solid rgba(46,72,108,.16);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(40,60,90,.10);
}

html[data-theme="light"] .content-section .contact-form label {
  color: #25364d !important;
}

html[data-theme="light"] .content-section .contact-form input,
html[data-theme="light"] .content-section .contact-form textarea {
  color: #182438 !important;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.22) !important;
}

html[data-theme="light"] .content-section .contact-form input::placeholder,
html[data-theme="light"] .content-section .contact-form textarea::placeholder {
  color: #667892 !important;
}

html[data-theme="light"] .content-section .contact-form input:focus,
html[data-theme="light"] .content-section .contact-form textarea:focus {
  border-color: #087fa8 !important;
  box-shadow: 0 0 0 3px rgba(8,127,168,.12);
}

html[data-theme="light"] .content-section .notice.success,
html[data-theme="light"] .content-section .notice.error {
  color: #25364d;
}

html[data-theme="light"] .content-section .contact-form {
    padding: 22px 18px;
  }

html[data-theme="light"] .profile-hero,
html[data-theme="light"] .profile-panel,
html[data-theme="light"] .profile-stat,
html[data-theme="light"] .profile-engagement-panel,
html[data-theme="light"] .profile-friends-panel,
html[data-theme="light"] .profile-history-panel,
html[data-theme="light"] .profile-history-card,
html[data-theme="light"] .profile-best-card,
html[data-theme="light"] .achievement-card,
html[data-theme="light"] .friend-card,
html[data-theme="light"] .profile-security-card,
html[data-theme="light"] .profile-xp-benefits,
html[data-theme="light"] .account-dialog {
  color: #182438;
  background: #ffffff;
  border-color: rgba(46,72,108,.16);
}

html[data-theme="light"] .profile-hero h1,
html[data-theme="light"] .profile-panel-heading,
html[data-theme="light"] .profile-panel-heading h2,
html[data-theme="light"] .profile-panel-heading h3,
html[data-theme="light"] .profile-security-card h3,
html[data-theme="light"] .profile-xp-total strong,
html[data-theme="light"] .profile-xp-benefits strong,
html[data-theme="light"] .achievement-card strong,
html[data-theme="light"] .friend-card strong,
html[data-theme="light"] .profile-best-copy strong,
html[data-theme="light"] .profile-result-main strong {
  color: #182438 !important;
}

html[data-theme="light"] .profile-help,
html[data-theme="light"] .account-copy,
html[data-theme="light"] .profile-email,
html[data-theme="light"] .profile-member-since,
html[data-theme="light"] .profile-performance-copy p,
html[data-theme="light"] .profile-security-card p,
html[data-theme="light"] .profile-best-copy small,
html[data-theme="light"] .profile-result-main small,
html[data-theme="light"] .friend-card small,
html[data-theme="light"] .achievement-card p,
html[data-theme="light"] .profile-history-main p {
  color: #465a74 !important;
}

html[data-theme="light"] .profile-section-label,
html[data-theme="light"] .profile-security-card-label,
html[data-theme="light"] .profile-best-number,
html[data-theme="light"] .profile-details dt {
  color: #53677f !important;
}

html[data-theme="light"] .profile-details dd,
html[data-theme="light"] .profile-result-score,
html[data-theme="light"] .profile-best-score {
  color: #25364d !important;
}

html[data-theme="light"] .profile-details > div,
html[data-theme="light"] .profile-result-row {
  border-color: rgba(46,72,108,.12);
}

html[data-theme="light"] .profile-score-ring {
  background:
    radial-gradient(circle at center, #ffffff 59%, transparent 60%),
    conic-gradient(#087fa8 var(--profile-progress), #dce5ef 0);
  box-shadow: 0 0 30px rgba(8,127,168,.08);
}

html[data-theme="light"] .profile-score-ring strong {
  color: #182438;
}

html[data-theme="light"] .profile-score-ring span {
  color: #53677f;
}

html[data-theme="light"] .profile-performance-badge,
html[data-theme="light"] .profile-inline-link {
  color: #087fa8 !important;
  background: rgba(8,127,168,.07);
  border-color: rgba(8,127,168,.20);
}

html[data-theme="light"] .profile-inline-link {
  background: transparent;
}

html[data-theme="light"] .profile-inline-link:hover {
  color: #075d7c !important;
}

html[data-theme="light"] .profile-xp-total span,
html[data-theme="light"] .profile-xp-benefits ul {
  color: #465a74 !important;
}

html[data-theme="light"] .profile-xp-track {
  background: #dce5ef;
}

html[data-theme="light"] .profile-xp-benefits {
  background: #f5f8fb;
}

html[data-theme="light"] .account-tabs {
  background: #eef3f8;
}

html[data-theme="light"] .account-tab {
  color: #53677f;
}

html[data-theme="light"] .account-tab.active {
  color: #182438;
  background: #ffffff;
}

html[data-theme="light"] .account-fine-print {
  color: #53677f !important;
}

html[data-theme="light"] {
  --cyan-soft: #087fa8;
  --muted-strong: #465a74;
  --public-muted: #465a74;
  --public-accent: #087fa8;
  --public-line: rgba(46,72,108,.16);
  --cyan: #087fa8;
}

html[data-theme="light"] .top-nav > a,
html[data-theme="light"] .home-quiz-card p,
html[data-theme="light"] .home-benefits-list p,
html[data-theme="light"] .home-latest-content p,
html[data-theme="light"] .quiz-card p,
html[data-theme="light"] .quiz-card .quiz-card-footer,
html[data-theme="light"] .form-card label,
html[data-theme="light"] .contact-form label,
html[data-theme="light"] .account-form label {
  color: #465a74 !important;
}

html[data-theme="light"] .home-kicker,
html[data-theme="light"] .home-intro-copy h1 em,
html[data-theme="light"] .home-category,
html[data-theme="light"] .home-round-action,
html[data-theme="light"] .home-section-title > a,
html[data-theme="light"] .home-proof-points b,
html[data-theme="light"] .challenge-kicker,
html[data-theme="light"] .profile-inline-link {
  color: #087fa8 !important;
}

html[data-theme="light"] .category-pill,
html[data-theme="light"] .engagement-badge,
html[data-theme="light"] .current-user .leaderboard-cell.player::after {
  color: #17627b !important;
}

html[data-theme="light"] .quiz-card .quiz-card-footer span:last-child {
  color: #36516f !important;
}

html[data-theme="light"] .quiz-card .quiz-card-footer,
html[data-theme="light"] .home-recent-arrow {
  color: #53677f !important;
}

html[data-theme="light"] .pending-email-box strong,
html[data-theme="light"] .pending-email-box span {
  color: #36516f !important;
}

html[data-theme="light"] .profile-score-ring span,
html[data-theme="light"] .profile-best-number,
html[data-theme="light"] .profile-details dt,
html[data-theme="light"] .account-fine-print {
  color: #53677f !important;
}

html[data-theme="light"] .profile-performance-badge {
  color: #17627b !important;
  background: rgba(8,127,168,.07);
  border-color: rgba(8,127,168,.20);
}

html[data-theme="light"] .answer-button.selected .answer-letter {
  color: #ffffff !important;
  background: #087fa8 !important;
}

html[data-theme="light"] .button-primary {
  color: #ffffff !important;
  background: #087fa8 !important;
}

html[data-theme="light"] .result-score {
  background: none;
  -webkit-text-fill-color: #087fa8;
  color: #087fa8;
}

html[data-theme="light"] .hero h1 {
  background: none;
  -webkit-text-fill-color: #182438;
  color: #182438;
}

html[data-theme="light"] .home-primary-action {
  color: #ffffff !important;
  background: #087fa8 !important;
}

html[data-theme="light"] .home-primary-action span {
  color: #ffffff !important;
  background: #075d7c !important;
}

html[data-theme="light"] .home-art-card-main strong small {
  color: #53677f !important;
}

html[data-theme="light"] .home-art-stars {
  color: #087fa8 !important;
}

html[data-theme="light"] .page-section > h1 {
  color: #182438 !important;
}

html[data-theme="light"] .page-section > .hero-text {
  color: #465a74 !important;
}

html[data-theme="light"] .page-section .quiz-feature,
html[data-theme="light"] .page-section .quiz-card {
  color: #182438;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.16) !important;
  box-shadow: 0 14px 38px rgba(40,60,90,.08);
}

html[data-theme="light"] .page-section .quiz-feature h2,
html[data-theme="light"] .page-section .quiz-feature h3,
html[data-theme="light"] .page-section .quiz-card h2 {
  color: #182438 !important;
}

html[data-theme="light"] .page-section .quiz-feature p,
html[data-theme="light"] .page-section .quiz-card p {
  color: #465a74 !important;
}

html[data-theme="light"] .page-section .button-secondary {
  color: #24364e !important;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.20) !important;
}

html[data-theme="light"] .page-section .button-secondary:hover {
  color: #18344d !important;
  background: #f1f7fb !important;
}

html[data-theme="light"] .legal-updated {
  color: #53677f;
}

html[data-theme="light"] .legal-page .legal-card {
  color: #182438;
  background: #ffffff !important;
  border-color: rgba(46,72,108,.16) !important;
  box-shadow: 0 14px 38px rgba(40,60,90,.08);
}

html[data-theme="light"] .legal-page .legal-card h2 {
  color: #182438 !important;
}

html[data-theme="light"] .legal-page .legal-card p {
  color: #465a74 !important;
}

html[data-theme="light"] .legal-page .legal-card a {
  color: #087fa8 !important;
}

html[data-theme="light"] .site-header .language-switcher select {
  color: #182438;
  border-color: rgba(46, 72, 108, 0.2);
  background: #fff;
}

html[data-theme="light"] .site-header .language-switcher select {
  color: #182438;
  border-color: rgba(46, 72, 108, 0.20);
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #53657e 50%), linear-gradient(135deg, #53657e 50%, transparent 50%);
  box-shadow: 0 4px 14px rgba(46, 72, 108, 0.10);
}

html[data-theme="light"] .site-header .language-switcher select option {
  color: #182438;
  background: #fff;
}
