:root {
    --honey-gold: #f4b41a;
    --honey-bright: #ffd700;
    --bee-black: #1a1a1a;
    --cream-bg: #fffdf5;
    --forest-green: #2e7d32;
    --forest-green-dark: #1b5e20;
    --earth-brown: #5d4037;
    --border-light: #e0e0e0;
    --border-medium: #d1ccc0;
    --text-primary: #333;
    --text-secondary: #555;
    --text-muted: #666;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 30px rgba(0,0,0,0.4);
    --space-md: 20px;
    --space-lg: 40px;
    --radius-sm: 4px;
    --radius-md: 8px;
    --radius-lg: 12px;
    --radius-full: 50px;
    --bg-cream-warm: #fdfbf7;
    --ops-bg: #f5f5f5;
    --ops-surface: #ffffff;
    --ops-surface-alt: #fafafa;
    --ops-border: #e5e5e5;
    --ops-text: #1a1a1a;
    --ops-text-muted: #6b6b6b;
    --ops-text-light: #9a9a9a;
    --ops-accent: #f4b41a;
    --status-optimal: #2e7d32;
    --status-good: #43a047;
    --status-caution: #f4b41a;
    --status-warning: #ff9800;
    --status-danger: #e53935;
    --status-cold: #2980b9;
    --status-neutral: #6b6b6b;
    --tile-radius: 20px;
    --tile-shadow: 0 4px 20px rgba(0,0,0,0.08);
    --tile-shadow-hover: 0 8px 32px rgba(0,0,0,0.12);
    --module-01-color: #2e7d32;
    --module-03-color: #0056b3;
}
* { box-sizing: border-box; }
html, body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Trebuchet MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: var(--bee-black);
    background-color: var(--cream-bg);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.6;
}
main {
    flex: 1;
    width: 100%;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}
h1 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    text-transform: none;
    letter-spacing: normal;
}
h2 {
    font-size: 1.8rem;
    color: var(--earth-brown);
    text-transform: uppercase;
    letter-spacing: 1px;
}
p { line-height: 1.7; margin: 0 0 1rem 0; }
a {
    color: var(--forest-green);
    text-decoration: none;
    transition: color 0.3s ease;
}
a:hover { color: var(--honey-gold); }
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
    font-family: inherit;
    padding: 12px 20px;
    border: 2px solid var(--border-light);
    border-radius: var(--radius-full);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.3s ease;
    width: 100%;
}
input[type="text"],
input[type="number"],
input[type="search"],
#zip-input,
select,
textarea { font-size: 16px !important; }
input:focus,
textarea:focus,
select:focus { border-color: var(--honey-gold); }
button, .btn {
    font-family: inherit;
    cursor: pointer;
    border: none;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}
article { width: 100%; }
.alert-bar {
    background: #000;
    color: var(--honey-gold);
    padding: 10px 20px;
    font-size: 0.85rem;
    display: flex;
    visibility: hidden;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #222;
    position: relative;
    z-index: 1001;
    min-height: 40px;
}
.alert-bar.alert-hidden {
    display: none;
}
.alert-left {
    display: flex;
    align-items: center;
    gap: 4px;
}
.alert-left span { white-space: nowrap; }
.main-header {
    background-color: #1a1a1a;
    background-image: 
        radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%),
        linear-gradient(to right, #8a650f, #f4b41a, #ffd700, #f4b41a, #8a650f);
    padding: 45px 0;
    border-bottom: 3px solid #f4b41a;
    position: relative;
    overflow: hidden;
}
.main-header > * { position: relative; z-index: 2; }
.main-header::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -10%;
    width: 120%;
    height: 200%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='100' viewBox='0 0 200 100'%3E%3Cpath d='M0 50 Q 50 0 100 50 T 200 50' fill='none' stroke='white' stroke-width='1.2' opacity='0.25'/%3E%3Cpath d='M0 50 Q 50 100 100 50 T 200 50' fill='none' stroke='white' stroke-width='1.2' opacity='0.25'/%3E%3Cline x1='25' y1='25' x2='25' y2='75' stroke='white' stroke-width='0.8' opacity='0.15'/%3E%3Cline x1='75' y1='25' x2='75' y2='75' stroke='white' stroke-width='0.8' opacity='0.15'/%3E%3Cline x1='125' y1='25' x2='125' y2='75' stroke='white' stroke-width='0.8' opacity='0.15'/%3E%3Cline x1='175' y1='25' x2='175' y2='75' stroke='white' stroke-width='0.8' opacity='0.15'/%3E%3C/svg%3E");
    background-size: 400px 200px;
    transform: rotate(-12deg);
    z-index: 0;
    pointer-events: none;
    animation: dnaFlow 70s linear infinite;
    mask-image: radial-gradient(ellipse at 50% 50%, black 50%, transparent 95%);
    -webkit-mask-image: radial-gradient(ellipse at 50% 50%, black 50%, transparent 95%);
}
.main-header::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle cx='20' cy='30' r='1.8' fill='white' opacity='0.45'/%3E%3Ccircle cx='80' cy='90' r='1.2' fill='white' opacity='0.3'/%3E%3Ccircle cx='100' cy='20' r='2.2' fill='white' opacity='0.5'/%3E%3Ccircle cx='40' cy='60' r='1' fill='white' opacity='0.35'/%3E%3C/svg%3E");
    background-size: 240px 240px;
    z-index: 1;
    animation: particleFloat 30s linear infinite;
    pointer-events: none;
}
.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-md);
}
.header-brand {
    display: flex;
    align-items: center;
    gap: 30px;
    background: rgba(0, 0, 0, 0.55);
    padding: 25px 35px;
    border-radius: var(--radius-lg);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: var(--shadow-lg);
}
.site-logo {
    height: 120px;
    width: auto;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.6));
}
.brand-name {
    color: white;
    font-size: 2.6rem;
    margin: 0;
    letter-spacing: 1px;
    line-height: 1.1;
}
.seo-subtitle {
    color: var(--honey-gold);
    font-size: 1.25rem;
    margin: 10px 0 0;
    font-weight: 500;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.localization-box {
    background: white;
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    max-width: 380px;
    border: 3px solid var(--honey-gold);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.localization-label {
    color: var(--earth-brown);
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center;
    display: block;
    width: 100%;
    min-height: 32px;
}
.zip-input-wrapper {
    display: flex;
    gap: 8px;
    width: 100%;
}
#zip-input {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid var(--border-light);
    border-radius: var(--radius-sm);
    padding: 8px 12px;
    font-size: 0.9rem;
    color: var(--bee-black);
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: inherit;
    flex: 1;
}
#zip-input:focus {
    outline: none;
    border-color: var(--honey-gold);
    background: white;
    box-shadow: 0 0 0 3px rgba(244, 180, 26, 0.2);
}
#zip-input::placeholder { color: var(--text-muted); font-weight: 500; }
#zip-submit-btn {
    background: var(--honey-gold);
    border: none;
    border-radius: var(--radius-sm);
    padding: 0 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bee-black);
    font-size: 1.1rem;
}
#zip-submit-btn:hover { background: var(--honey-bright); transform: scale(1.05); }
#zip-submit-btn:active { transform: scale(0.98); }
.honey-flow-cta {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    padding: 12px 18px;
    background: linear-gradient(135deg, var(--forest-green) 0%, var(--forest-green-dark) 100%);
    border: 2px solid var(--honey-gold);
    border-radius: 8px;
    color: white;
    font-size: 1.05rem;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.honey-flow-cta:hover {
    background: linear-gradient(135deg, var(--forest-green-dark) 0%, var(--forest-green) 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    color: white;
}
.site-nav {
    background: var(--bee-black);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid rgba(244, 180, 26, 0.4);
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}
.nav-mobile-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 16px 20px;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #ccc;
    border-radius: 2px;
    transition: all 0.3s ease;
}
.nav-mobile-toggle[aria-expanded="true"] .toggle-bar:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-mobile-toggle[aria-expanded="true"] .toggle-bar:nth-child(2) { opacity: 0; }
.nav-mobile-toggle[aria-expanded="true"] .toggle-bar:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }
.nav-menu {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.nav-link,
.nav-dropdown-trigger {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    padding: 16px 24px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    transition: color 0.25s ease, background-color 0.25s ease;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    font-family: inherit;
    position: relative;
}
.nav-link::after,
.nav-dropdown-trigger::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--honey-gold);
    transition: width 0.25s ease, left 0.25s ease;
}
.nav-link:hover::after,
.nav-dropdown:hover .nav-dropdown-trigger::after { width: 100%; left: 0; }
.nav-link:hover,
.nav-dropdown:hover .nav-dropdown-trigger { color: var(--honey-gold); background: transparent; }
.nav-dropdown-trigger .bi-chevron-down {
    font-size: 0.6rem;
    transition: transform 0.25s ease;
    opacity: 0.6;
}
.nav-dropdown:hover .nav-dropdown-trigger .bi-chevron-down { transform: rotate(180deg); opacity: 1; }
.nav-dropdown { position: relative; }
.nav-dropdown-card {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(8px);
    min-width: 260px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 1100;
    padding: 8px 0;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--honey-gold);
}
.nav-dropdown-card::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background: var(--honey-gold);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.nav-dropdown:hover .nav-dropdown-card {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.nav-dropdown-card a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    transition: background-color 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.nav-dropdown-card a:last-child { border-bottom: none; }
.nav-dropdown-card a:hover {
    background: rgba(244, 180, 26, 0.08);
    color: var(--earth-brown);
    padding-left: 24px;
}
.nav-dropdown-divider {
    height: 1px;
    background: var(--border-medium);
    margin: 6px 12px;
}
.nav-link-live {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.badge-live {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(220, 38, 38, 0.1);
    color: #dc2626;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3px 8px;
    border-radius: 20px;
    border: 1px solid rgba(220, 38, 38, 0.25);
    line-height: 1;
    flex-shrink: 0;
    text-transform: uppercase;
}
.badge-live-dot {
    width: 6px;
    height: 6px;
    background: #dc2626;
    border-radius: 50%;
    animation: livePulse 1.5s ease-in-out infinite;
}
@keyframes livePulse {
    0%, 100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.5);
    }
    50% {
        opacity: 0.6;
        box-shadow: 0 0 0 4px rgba(220, 38, 38, 0);
    }
}
@keyframes dnaFlow {
    from { background-position: 0 0; }
    to { background-position: 800px 0; }
}
@keyframes particleFloat {
    from { background-position: 0 0; }
    to { background-position: 480px 480px; }
}
.btn-primary {
    background: var(--forest-green);
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-primary:hover {
    background: var(--honey-bright);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    color: var(--bee-black);
}
.btn-outline {
    border: 2px solid var(--forest-green);
    color: var(--forest-green);
    background: transparent;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}
.btn-outline:hover { background: var(--forest-green); color: white; }
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}
.evidence-hierarchy-grid { grid-template-columns: repeat(2, 1fr); justify-items: center; }
.evidence-hierarchy-grid > :last-child { grid-column: 1 / -1; max-width: calc(50% - 13px); }
.podcast-container {
    max-width: 800px;
    margin: 10px auto;
    padding: 0 15px;
}
.podcast-card {
    background: var(--ops-surface);
    border: 1px solid var(--border-light);
    border-radius: 10px;
    padding: 12px 16px;
    box-shadow: var(--shadow-sm);
}
.podcast-header { margin-bottom: 8px; }
.podcast-title {
    font-size: 0.95rem;
    color: var(--earth-brown);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.podcast-description {
    font-size: 0.82rem;
    color: var(--text-secondary);
    line-height: 1.35;
    margin-bottom: 0;
}
.podcast-player-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.spotify-wrapper { flex: 1; min-width: 0; }
.transcript-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid var(--border-light);
    border-radius: 6px;
    text-decoration: none;
    color: var(--forest-green);
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.transcript-download-btn:hover { background: var(--bg-cream-warm); border-color: var(--forest-green); }
.footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: var(--space-md) 0;
    margin-top: var(--space-md);
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.footer-nav-heading {
    color: var(--honey-gold);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-nav-list li { margin-bottom: 8px; }
.footer-nav-list a {
    color: #999;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.2s ease;
}
.footer-nav-list a:hover,
.footer-nav-list a:focus { color: #fff; }
.footer-legal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.footer-legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 16px;
}
.footer-legal-links a {
    color: #555;
    text-decoration: none;
    font-size: 0.75rem;
    transition: color 0.2s ease;
}
.footer-legal-links a:hover,
.footer-legal-links a:focus { color: #999; }
.footer-disclaimer {
    font-size: 0.7rem;
    color: #555;
    line-height: 1.5;
    margin-top: 10px;
    max-width: 700px;
}
@media (max-width: 768px) {
    .footer-nav { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
@media (max-width: 480px) {
    .footer-nav { grid-template-columns: 1fr; gap: 20px; }
    .footer-legal { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 600px) {
    .podcast-player-row { flex-direction: column; align-items: stretch; }
}
@media (max-width: 640px) {
    .evidence-hierarchy-grid { grid-template-columns: 1fr; }
    .evidence-hierarchy-grid > :last-child { max-width: 100%; }
}
.grid-auto-fit-lg {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
}
.grid-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    text-align: center;
}
.flex-gap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.section { padding: 40px 20px; }
.stats-section {
    background: linear-gradient(135deg, var(--forest-green) 0%, var(--forest-green-dark) 100%);
    color: white;
    padding: 30px 20px;
    margin: 40px 0;
}
.resources-section {
    max-width: 1200px;
    margin: 60px auto;
    padding: 40px 20px;
    background: var(--bg-cream-warm);
    border-radius: var(--radius-lg);
    border: 2px solid var(--border-medium);
}
.section-badge {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--forest-green);
    font-weight: bold;
    font-size: 0.9rem;
    display: inline-block;
}
.section-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}
.section-heading {
    color: #5d4037;
    border-bottom: 2px solid var(--honey-gold);
    padding-bottom: 10px;
}
.section-heading-sm {
    color: var(--earth-brown);
    font-size: 1.8rem;
    margin: 0 0 10px 0;
}
.section-subheading {
    color: var(--text-muted);
    font-size: 1rem;
    max-width: 700px;
    margin: 0 auto;
}
.lead-text {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #444;
    margin: 0 0 20px 0;
}
.info-box {
    background: white;
    border-left: 5px solid var(--honey-gold);
    padding: 30px;
    border-radius: 0 15px 15px 0;
    box-shadow: var(--shadow-md);
}
.info-box h3 {
    margin-top: 0;
    color: var(--earth-brown);
    font-size: 1.3rem;
}
.info-box ul {
    line-height: 2;
    color: var(--text-secondary);
    padding-left: 20px;
    margin: 0;
}
.topic-card {
    background: white;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: transform 0.3s ease;
    position: relative;
}
.topic-card:hover { transform: translateY(-5px); }
.topic-card-header { padding: 20px; text-align: center; }
.topic-card-header--honey {
    background: linear-gradient(135deg, #f4b41a 0%, #e67e22 100%);
}
.topic-card-header--green {
    background: linear-gradient(135deg, var(--forest-green) 0%, var(--forest-green-dark) 100%);
}
.topic-card-header--brown {
    background: linear-gradient(135deg, #5d4037 0%, #3e2723 100%);
}
.topic-card-header i { font-size: 3rem; color: white; }
.topic-card-body { padding: 25px; }
.topic-card-body h3 {
    margin: 0 0 15px 0;
    color: var(--bee-black);
    font-size: 1.3rem;
}
.topic-card-body p {
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 20px;
}
.topic-card-link {
    display: inline-block;
    text-decoration: none;
    color: var(--forest-green);
    font-weight: 700;
    font-size: 0.9rem;
}
.resource-card {
    background: white;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}
a.resource-card--linked {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
a.resource-card--linked:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border-color: var(--honey-gold);
}
a.resource-card--linked:hover .resource-card-cta { background: var(--forest-green); color: white; }
.resource-card-cta {
    display: inline-block;
    margin-top: 4px;
    padding: 7px 14px;
    border-radius: 6px;
    border: 2px solid var(--forest-green);
    color: var(--forest-green);
    font-weight: 700;
    font-size: 0.85rem;
    transition: background 0.2s ease, color 0.2s ease;
}
.resource-icon-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}
.resource-icon-wrap i { font-size: 2rem; color: var(--honey-gold); }
.resource-icon-wrap h3 {
    margin: 0;
    font-size: 1.1rem;
    color: var(--bee-black);
}
.resource-card p {
    color: var(--text-secondary);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
}
.resource-card a {
    color: var(--forest-green);
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9rem;
}
.stat-value {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--honey-gold);
}
.stat-label { font-size: 0.9rem; opacity: 0.9; }
#forecast-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}
.forecast-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 15px;
    background: rgba(255,255,255,0.05);
    border-radius: var(--radius-md);
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    color: #bbb;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}
.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}
.tracker-main-container {
    max-width: 1100px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 350px 1fr;
    gap: 50px;
    align-items: flex-start;
    padding: 40px 20px;
}
.left-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.thermometer-section {
    position: relative;
    height: 600px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
.thermometer-wrapper {
    position: relative;
    height: 100%;
    width: 60px;
    background: #ffffff;
    border: 4px solid #5d4037;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    overflow: visible;
    flex-shrink: 0;
    z-index: 1;
}
#thermometer-fill {
    width: 100%;
    height: 0%;
    background: #2e7d32;
    position: absolute;
    bottom: 0;
    transition: height 2s cubic-bezier(0.17, 0.67, 0.83, 0.67), background-color 1s ease;
}
.glow-head {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 20px;
    background: inherit;
    filter: blur(10px);
    opacity: 0.6;
}
.thermometer-labels {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 2;
}
.marker {
    position: absolute;
    width: 100%;
    font-size: 1rem;
    font-weight: 900;
    padding-left: 90px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    transform: translateY(50%);
    letter-spacing: 0.5px;
}
.marker::before {
    content: "";
    position: absolute;
    left: 60px;
    width: 25px;
    height: 3px;
    background-color: #5d4037;
}
.marker-text-mobile { display: none; }
.m-0, .m-1, .m-2 { color: #2e7d32; }
.m-3 { color: #8bc34a; }
.m-4 { color: #f4b41a; }
.m-5 { color: #ff9800; }
.m-6 { color: #fb8c00; }
.m-7 { color: #f4511e; }
.m-8 { color: #e53935; }
.m-9 { color: #b71c1c; }
@keyframes jitter {
    0% { transform: translate(0, 0); }
    25% { transform: translate(1px, -1px); }
    50% { transform: translate(-1px, 1px); }
    75% { transform: translate(1px, 1px); }
    100% { transform: translate(0, 0); }
}
.jitter-active { animation: jitter 0.15s infinite; }
footer {
    background: var(--bee-black);
    color: #bbb;
    padding: var(--space-lg) var(--space-md);
    border-top: 5px solid var(--honey-gold);
    margin-top: auto;
}
.footer-grid { max-width: 1000px; margin: 0 auto; }
.footer-flex-container {
    display: flex;
    align-items: center;
    gap: 30px;
    text-align: left;
}
.footer-text-content { flex: 1; }
.brand-title {
    color: white;
    font-size: 1.6rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.brand-description {
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 0.95rem;
    color: #999;
    max-width: 700px;
    text-wrap: balance;
}
.copyright-text {
    font-size: 0.75rem;
    color: #555;
    margin: 0;
    padding-top: 10px;
    border-top: 1px solid #222;
}
.text-center { text-align: center; }
.mb-lg { margin-bottom: var(--space-lg); }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
:focus-visible { outline: 3px solid var(--honey-gold); outline-offset: 2px; }
@keyframes spinner-rotate {
    to { transform: rotate(360deg); }
}
.spinner-border {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-rotate 0.75s linear infinite;
}
.dashboard-main {
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px 20px 0 20px;
    background-color: var(--bg-cream-warm);
    min-height: 80vh;
}
.card-border-accent { border-top: 4px solid; }
.card-border-red { border-top-color: #e74c3c; }
.card-border-blue { border-top-color: var(--module-03-color) !important; }
.card-border-green { border-top-color: var(--forest-green) !important; }
.icon-orange { color: #e67e22; }
.icon-gold { color: #f1c40f; }
.icon-green { color: var(--forest-green) !important; }
.icon-light-green { color: #27ae60; }
.icon-red { color: #e74c3c; }
.icon-teal { color: #1abc9c; }
.icon-blue { color: var(--module-03-color) !important; }
.icon-slate { color: #607d8b; }
.section-intro {
    max-width: 800px;
    margin: 0 auto 50px auto;
    text-align: center;
    padding: 0 20px;
}
.section-intro--compact { margin-bottom: 10px; }
.section-intro h1 {
    font-size: 2.2rem;
    color: #333;
    margin-bottom: 8px;
}
.data-panel {
    background: white;
    display: flex;
    align-items: center;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    border-left: 8px solid;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.data-panel-icon {
    flex: 0 0 60px;
    text-align: center;
    font-size: 2.2rem;
}
.data-panel-content { flex: 1; padding: 0 20px; }
.data-panel-title {
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
}
.data-panel-desc {
    margin: 3px 0;
    font-size: 0.9rem;
    color: #666;
}
.data-panel-gauge {
    height: 6px;
    background: #eee;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}
.data-panel-value { text-align: right; min-width: 110px; }
.data-panel-value-main {
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}
.data-panel-value-status {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}
.gauge-fill {
    height: 100%;
    width: 0%;
    transition: width 1s;
}
.productivity-header-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 0;
    flex-wrap: nowrap;
}
@media (max-width: 560px) {
    .productivity-header-row { flex-wrap: wrap; gap: 10px; }
    .productivity-header-row .data-panel-content {
        flex: 1 1 calc(100% - 70px);
        min-width: 0;
        padding: 0 10px 0 0;
    }
    .productivity-header-row .data-panel-value {
        width: 100%;
        min-width: 0;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .productivity-header-row .data-panel-value-main { font-size: 1.4rem; }
}
.gauge-orange { background: #e67e22; }
.gauge-blue { background: #3498db; }
.gauge-green { background: #27ae60; }
.gauge-teal { background: #1abc9c; }
.no-location-message {
    display: none;
    max-width: 600px;
    margin: 60px auto;
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border: 3px solid var(--honey-gold);
}
.weather-content { display: none; }
.location-primer {
    display: none;
    background: #fffcf5;
    border: 2px solid #f1c40f;
    padding: 15px;
    border-radius: 12px;
    margin: 0 auto 25px auto;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.primer-content {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.primer-icon {
    background: #f1c40f;
    padding: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}
.primer-icon i { font-size: 1.5rem; color: #fff; }
.primer-text h4 {
    margin: 0;
    color: #5d4037;
    font-weight: 800;
    font-size: 1rem;
}
.primer-text p {
    color: #795548;
    font-size: 0.85rem;
    margin: 4px 0 0 0;
    line-height: 1.4;
    text-wrap: balance;
}
.primer-buttons {
    display: flex;
    gap: 8px;
    justify-content: flex-end;
    margin-top: 15px;
}
.primer-btn {
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
}
.primer-btn-skip { background: transparent; color: #8d6e63; }
.primer-btn-action {
    background: #e67e22;
    color: white;
    box-shadow: 0 2px 4px rgba(230,126,34,0.3);
}
.weather-main {
    padding: 40px 20px;
    background-color: #fdfbf7;
    min-height: 70vh;
}
.hud-section {
    max-width: 800px;
    margin: 0 auto 40px auto;
    padding: 30px;
    border-radius: 20px;
    color: white;
    transition: all 0.8s ease;
    border-left: 12px solid rgba(255,255,255,0.3);
    background: #2e7d32;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.hud-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.hud-left { flex: 1; min-width: 300px; }
.hud-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    background: rgba(255,255,255,0.2);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0.3);
}
.hud-title {
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    color: white;
}
.hud-text {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    opacity: 0.95;
    line-height: 1.5;
    font-weight: 500;
}
.hud-right { text-align: right; min-width: 150px; }
.hud-temp {
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}
.hud-status {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}
.metric-grid {
    max-width: 800px;
    margin: 0 auto 40px auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hidden {
    display: none !important;
    pointer-events: none !important;
    visibility: hidden !important;
}
.hidden-metadata { display: none; }
.research-card {
    background: white;
    border-radius: var(--radius-md);
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.research-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.research-card a:hover { gap: 8px !important; }
.citation-card {
    background: white;
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.citation-card:hover { transform: translateY(-2px); box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.clinical-content { padding: 30px 15px 0 15px; width: 100%; }
.apiary-intro { margin-bottom: 60px; }
.apiary-intro h2 {
    color: var(--earth-brown);
    font-size: 2rem;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.apiary-intro p {
    margin: 0 0 20px 0;
    color: var(--text-primary);
    font-size: 1.05rem;
}
.data-advantage { margin: 60px 0; }
.trust-callout {
    background: linear-gradient(135deg, #f0e6d3 0%, #e8d5b5 100%);
    border-left: 4px solid var(--honey-gold);
    padding: 40px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.trust-callout h3 {
    margin: 0 0 20px 0;
    color: var(--earth-brown);
    font-size: 1.6rem;
}
.trust-callout > p { margin: 0 0 25px 0; color: var(--text-primary); }
.trust-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
}
.trust-list li {
    padding: 15px 0;
    border-bottom: 1px solid #f0e6d2;
    color: var(--text-primary);
}
.trust-list li:last-child { border-bottom: none; }
.trust-list strong { color: var(--earth-brown); font-size: 1.1rem; }
.technical-architecture { margin: 60px 0; }
.technical-architecture h2 {
    color: var(--earth-brown);
    font-size: 2rem;
    margin: 0 0 20px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.technical-architecture > p,
.section-lead-narrow {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 1.05rem;
    color: var(--text-secondary);
    text-wrap: balance;
    max-width: 52ch;
    margin-left: auto;
    margin-right: auto;
}
.system-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.system-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 30px;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}
.system-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.system-card h3 {
    color: var(--earth-brown);
    font-size: 1.3rem;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--honey-gold);
}
.system-card > p {
    margin: 0 0 20px 0;
    color: var(--text-primary);
    font-size: 0.95rem;
}
.spec-detail {
    background: #f8f9fa;
    padding: 20px;
    border-radius: var(--radius-md);
    border-left: 3px solid var(--forest-green);
}
.spec-detail strong {
    display: block;
    color: var(--forest-green-dark);
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.data-protocols { margin: 60px 0; }
.data-protocols h2 {
    color: var(--earth-brown);
    font-size: 2rem;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.data-protocols > p {
    margin: 0 0 30px 0;
    font-size: 1.05rem;
    color: var(--text-primary);
}
.protocol-flow {
    display: grid;
    gap: 20px;
    margin-top: 30px;
}
.protocol-step {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    align-items: start;
}
.protocol-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--honey-gold) 0%, #e6a317 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    flex-shrink: 0;
}
.protocol-content h4 {
    margin: 0 0 10px 0;
    color: var(--earth-brown);
    font-size: 1.2rem;
}
.protocol-content p {
    margin: 0;
    color: var(--text-primary);
    font-size: 0.95rem;
}
.roi-analysis {
    margin: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 60px 40px;
    border-radius: var(--radius-lg);
    color: #fff;
}
.roi-analysis h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 25px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.roi-analysis > p {
    margin: 0 0 40px 0;
    text-align: center;
    font-size: 1.05rem;
    color: #e0e0e0;
}
.roi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.roi-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(244, 180, 26, 0.3);
    border-radius: var(--radius-lg);
    padding: 35px;
    text-align: center;
    transition: all 0.3s ease;
}
.roi-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--honey-gold);
    transform: translateY(-4px);
}
.roi-metric {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--honey-gold);
    margin: 0 0 10px 0;
    line-height: 1;
}
.roi-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 15px 0;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.roi-card > p {
    margin: 0;
    color: #d0d0d0;
    font-size: 0.9rem;
    line-height: 1.6;
}
#roi-footer {
    text-wrap: pretty;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #e0e0e0;
    font-size: 0.95rem;
    line-height: 1.6;
    max-width: 800px;
}
.implementation-guide { margin: 60px 0; }
.implementation-guide h2 {
    color: var(--earth-brown);
    font-size: 2rem;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.implementation-guide > p {
    margin: 0 0 40px 0;
    font-size: 1.05rem;
    color: var(--text-primary);
}
.phase-timeline { position: relative; padding-left: 40px; }
.phase-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, var(--honey-gold) 0%, var(--forest-green) 100%);
}
.phase-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}
.phase-item::before {
    content: '';
    position: absolute;
    left: -30px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: var(--honey-gold);
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px var(--honey-gold);
}
.phase-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--earth-brown);
    margin: 0 0 10px 0;
}
.phase-item > p {
    margin: 0;
    color: var(--text-primary);
    font-size: 0.95rem;
    line-height: 1.7;
}
.faq-section {
    margin: 60px 0;
    background: var(--bg-cream-warm);
    padding: 60px 40px;
    border-radius: var(--radius-lg);
}
.faq-section h2 {
    color: var(--earth-brown);
    font-size: 2rem;
    margin: 0 0 40px 0;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--honey-gold);
}
.faq-section--flush { margin-bottom: 0; padding-bottom: 0; }
.faq-section--flush h2,
.faq-section__heading { margin: 0 0 30px 0; }
.faq-container { display: grid; gap: 25px; }
.faq-item {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-lg);
    padding: 30px;
    transition: all 0.3s ease;
}
.faq-item:hover { box-shadow: var(--shadow-md); }
.faq-item h3 {
    color: var(--earth-brown);
    font-size: 1.2rem;
    margin: 0 0 15px 0;
    font-weight: 600;
}
.faq-item p {
    margin: 0;
    color: var(--text-primary);
    font-size: 0.95rem;
    line-height: 1.7;
}
.next-steps { margin-top: 60px; margin-bottom: 20px; }
.cta-professional {
    background: linear-gradient(135deg, #2e7d32 0%, #1b5e20 100%);
    color: #fff;
    padding: 40px;
    border-radius: var(--radius-lg);
    text-align: center;
    box-shadow: var(--shadow-lg);
}
.cta-professional h2 {
    color: #fff;
    font-size: 2rem;
    margin: 0 0 25px 0;
    text-wrap: balance;
}
.cta-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
.cta-professional p {
    margin: 0 0 20px 0;
    font-size: 1.1rem;
    line-height: 1.7;
    text-wrap: pretty;
}
.cta-professional p:last-child { margin-bottom: 0; }
.cta-link { color: #fff; text-decoration: underline; }
.manual-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.manual-card {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    border-top: 5px solid var(--module-color);
}
.manual-card:hover {
    box-shadow: var(--shadow-md);
    border-color: var(--honey-gold);
    background-color: var(--module-faint) !important;
    transform: translateY(-5px);
}
.manual-card h3,
.manual-card p,
.manual-card .manual-link,
.manual-card i,
.manual-card li { color: var(--module-color) !important; }
.manual-card .card-anchor:hover { text-decoration: none; }
.card-icon {
    font-size: 2.8rem;
    color: var(--honey-gold);
    margin-bottom: 25px;
}
.card-specs {
    margin-top: auto;
    padding: 20px 0 0 20px;
    list-style-type: none;
    border-top: 1px solid var(--border-light);
}
.card-specs li {
    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
    position: relative;
}
.card-specs li::before {
    content: "\2192";
    position: absolute;
    left: -20px;
    color: var(--honey-gold);
}
.eeat-trust-signal {
    background: var(--bg-cream-warm);
    padding: 20px 10px;
    border-radius: var(--radius-lg);
    margin: 20px 0;
    text-align: center;
    border: 1px solid var(--border-medium);
}
.trust-content { max-width: 800px; margin: 0 auto; }
.evidence-feed {
    margin-top: 20px;
    padding: 30px;
    background: #ffffff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-light);
}
.feed-header {
    border-bottom: 2px solid var(--honey-gold);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.pubmed-container {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}
.loading-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(244, 180, 26, 0.1);
    border-left-color: var(--honey-gold);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
.m01-card { --module-color: var(--module-01-color); --module-faint: rgba(46, 125, 50, 0.05); }
.m02-card { --module-color: var(--status-danger); --module-faint: rgba(229, 57, 53, 0.05); }
.m03-card { --module-color: var(--module-03-color); --module-faint: rgba(0, 86, 179, 0.05); }
.theme-m02 .progress-sidebar h3 { color: var(--status-danger); }
.theme-m02 .lesson-list a:hover { background: var(--status-danger); }
.theme-m02 .lesson-list a.active { background: var(--status-danger); }
.theme-m02 .lesson-number { color: var(--status-danger); }
.theme-m02 .lesson-list a.active .lesson-number { background: var(--honey-gold); color: var(--bee-black); }
.theme-m02 .lesson-list li.completed a { background: rgba(229, 57, 53, 0.1); }
.theme-m02 .lesson-header h1 { color: var(--status-danger); }
.theme-m02 .lesson-section h3 { color: var(--status-danger); }
.theme-m02 .clinical-list li::before { color: var(--status-danger); }
.theme-m02 .protocol-steps li::before { background: var(--status-danger); }
.theme-m02 .protocol-table thead,
.theme-m02 .prohibition-table thead { background: var(--status-danger); }
.theme-m02 .complete-button {
    background: var(--status-danger);
    color: white;
    border: none;
}
.theme-m02 .complete-button:hover { background: #c62828; box-shadow: 0 4px 12px rgba(229, 57, 53, 0.3); }
.theme-m02 .complete-button.completed { background: var(--honey-gold); color: var(--bee-black); }
.theme-m02 .nav-button {
    background: var(--cream-bg);
    color: var(--status-danger);
    border: 2px solid var(--status-danger);
}
.theme-m02 .nav-button:hover {
    background: var(--status-danger);
    color: white;
    border-color: var(--status-danger);
}
.theme-m02 .takeaway-box { border-left-color: var(--status-danger); }
.theme-m03 { --forest-green: #0056b3; --forest-green-dark: #004494; }
.theme-m03 .section-header { border-bottom: 3px solid var(--module-03-color); }
.theme-m03 .section-header h2 { color: var(--module-03-color); }
.theme-m03 .topic-card.card-border-blue { border-top: 5px solid var(--module-03-color) !important; }
.theme-m03 .topic-card h3 { color: var(--module-03-color); }
.theme-m03 .icon-blue,
.theme-m03 .bi,
.theme-m03 .lesson-number { color: var(--module-03-color) !important; border-color: var(--module-03-color) !important; }
.theme-m03 .lesson-list li a.active .lesson-number { background-color: var(--module-03-color); color: white !important; }
.theme-m03 .complete-button { background-color: var(--module-03-color) !important; border-color: var(--module-03-color) !important; }
.theme-m03 .complete-button.completed { background-color: #f4b41a !important; color: #1a1a1a !important; }
.theme-m03 .topic-card.completed .status-toggle-link { color: #f4b41a !important; }
.theme-m03 .lesson-list li.completed a { background: rgba(0, 86, 179, 0.1); }
.theme-m03 .lesson-checkmark { color: #f4b41a !important; }
.theme-m01 .topic-card.completed .status-toggle-link,
.theme-m02 .topic-card.completed .status-toggle-link,
.theme-m03 .topic-card.completed .status-toggle-link { color: #f4b41a !important; }
.theme-m01 .complete-button.completed,
.theme-m02 .complete-button.completed,
.theme-m03 .complete-button.completed {
    background-color: #f4b41a !important;
    color: #1a1a1a !important;
    border-color: #f4b41a !important;
}
.status-toggle-link {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    z-index: 10;
    padding: 4px 8px;
}
.status-toggle-link:hover { transform: scale(1.05); opacity: 0.8; }
.topic-card:not(.completed) .status-toggle-link { color: var(--earth-brown); opacity: 0.6; }
.topic-card.completed .status-toggle-link { color: #f4b41a; opacity: 1; }
.topic-card.completed .status-toggle-link .status-text::before { content: "COMPLETED"; }
.topic-card:not(.completed) .status-toggle-link .status-text::before { content: "Ready to Learn"; }
.api-sync-stamp {
    display: inline-block;
    width: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #000000;
    text-transform: none !important;
    letter-spacing: 0.2px;
    padding: 3px 10px;
    border: 1px solid #000000;
    background-color: transparent;
    border-radius: 2px;
    margin-top: 5px;
    margin-bottom: 1px;
    line-height: 1;
}
.status-active { color: #4CAF50 !important; font-weight: bold; }
.status-offline { color: #ff4444 !important; font-weight: bold; }
.status-text {
    color: white;
    font-weight: 700;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(1.3); }
}
.page-title { font-size: 2.5rem; margin-bottom: 10px; }
.jump-nav {
    display: flex;
    gap: 15px;
    margin: 30px auto;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
}
.jump-link {
    background: #5d4037;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.jump-link:hover { background: #4a2f28; }
.jump-link:focus { outline: 2px solid #f4b41a; outline-offset: 2px; }
.objectives-box {
    max-width: 800px;
    margin: 0 auto 30px auto;
    background: #fdfbf7;
    border: 2px solid #f4b41a;
    padding: 25px;
    border-radius: 12px;
}
.objectives-title {
    margin-top: 0;
    color: #5d4037;
    font-size: 1.3rem;
}
.objectives-list {
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding-left: 20px;
}
.pathway-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.pathway-caption {
    font-size: 0.85rem;
    color: #666;
    text-align: center;
    margin-top: 15px;
    font-style: italic;
}
.sanctuary-data-section { max-width: 1200px; margin: 40px auto; }
.section-description {
    font-size: 1rem;
    color: #333;
    margin: 20px 0;
    line-height: 1.8;
}
.table-wrapper {
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.sanctuary-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    font-size: 0.95rem;
}
.sanctuary-table thead { background: #5d4037; color: white; }
.sanctuary-table th {
    padding: 15px 12px;
    text-align: left;
    font-weight: 600;
    border-bottom: 2px solid #f4b41a;
}
.sanctuary-table tbody tr { border-bottom: 1px solid #eee; transition: background 0.2s ease; }
.sanctuary-table tbody tr:hover { background: #fdfbf7; }
.sanctuary-table td { padding: 12px; }
.sanctuary-table th[scope="row"] {
    font-weight: 600;
    color: #5d4037;
    background: #fdfbf7;
}
.mgo-high {
    color: #2e7d32;
    font-weight: 700;
    font-size: 1.05rem;
}
.grade-premium {
    background: #2e7d32;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}
.grade-standard {
    background: #f4b41a;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
    text-align: center;
}
.table-note {
    font-size: 0.9rem;
    color: #666;
    margin-top: 15px;
    padding: 15px;
    background: #fdfbf7;
    border-left: 4px solid #f4b41a;
    border-radius: 4px;
}
.content-section {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.8;
    color: #333;
}
.chart-container {
    background: white;
    padding: 30px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    margin-top: 30px;
}
.chart-description {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 10px;
}
.methodology-svg {
    max-width: 100%;
    height: auto;
    display: block;
}
.takeaways-box {
    max-width: 800px;
    margin: 20px auto 40px auto;
    background: #fdfbf7;
    border: 2px solid #f4b41a;
    padding: 25px;
    border-radius: 12px;
}
.takeaways-title {
    margin-top: 0;
    color: #5d4037;
    font-size: 1.3rem;
}
.takeaways-list {
    line-height: 1.8;
    color: #333;
    margin: 0;
    padding-left: 20px;
}
.continue-education {
    max-width: 800px;
    margin: 40px auto;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
}
.continue-title { color: #5d4037; margin-top: 0; }
.continue-list {
    line-height: 2;
    color: #333;
    list-style: none;
    padding-left: 0;
}
.status-badge {
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
}
.chart-controls {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
    padding: 8px;
    background: var(--ops-bg);
    border-radius: var(--radius-lg);
    width: fit-content;
    border: 1px solid var(--border-light);
}
.chart-button {
    padding: 12px 24px;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--earth-brown);
    background: white;
    border: 2px solid var(--border-medium);
    border-radius: var(--radius-md);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.chart-button:hover {
    border-color: var(--honey-gold);
    background: var(--bg-cream-warm);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}
.chart-button.active {
    background: var(--honey-gold);
    color: var(--bee-black);
    border-color: var(--honey-gold);
    box-shadow: var(--shadow-md);
}
.mgo-tier {
    padding: 20px;
    border-radius: var(--radius-md);
    border-left: 4px solid;
}
.mgo-tier-low { background: #f5f5f5; border-left-color: #999; }
.mgo-tier-value {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 8px;
}
.mgo-tier-label { font-weight: 600; margin-bottom: 10px; }
.mgo-tier-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    color: var(--text-secondary);
}
.section-header {
    font-size: 1.6rem;
    color: var(--earth-brown);
    margin-bottom: 25px;
    border-bottom: 3px solid var(--honey-gold);
    padding-bottom: 10px;
}
.lesson-main {
    padding: 40px 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.lesson-container {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    align-items: start;
}
.progress-sidebar {
    position: sticky;
    top: 20px;
    background: white;
    padding: 15px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}
.progress-sidebar h3 {
    font-size: 0.65rem;
    color: var(--forest-green);
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0.8;
}
.lesson-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lesson-list li { margin-bottom: 4px; }
.lesson-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    border-radius: var(--radius-md);
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.2s ease;
    background: var(--cream-bg);
}
.lesson-list a:hover {
    background: var(--forest-green);
    color: white;
    transform: translateX(4px);
}
.lesson-list a.active {
    background: var(--forest-green);
    color: white;
    font-weight: 700;
}
.lesson-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 50%;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--forest-green);
    flex-shrink: 0;
}
.lesson-list a.active .lesson-number { background: var(--honey-gold); color: var(--bee-black); }
.lesson-title {
    flex: 1;
    font-size: 0.8rem;
    line-height: 1.2;
}
.lesson-checkmark {
    color: var(--honey-gold);
    font-size: 1rem;
    flex-shrink: 0;
}
.lesson-list li.completed a { background: rgba(46, 125, 50, 0.1); color: var(--text-primary); }
.lesson-content {
    background: white;
    padding: 40px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
}
.breadcrumb { display: none; }
.lesson-header {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--border-light);
}
.lesson-header h1 {
    font-size: 2.2rem;
    color: var(--forest-green);
    margin: 15px 0 10px 0;
}
.lesson-subtitle {
    font-size: 1.1rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin: 0;
}
.lesson-section { margin-bottom: 50px; }
.lesson-section h2 {
    font-size: 1.8rem;
    color: var(--earth-brown);
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--honey-gold);
}
.lesson-section h3 {
    font-size: 1.4rem;
    color: var(--forest-green);
    margin: 30px 0 15px 0;
}
.lesson-section p {
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: var(--text-primary);
}
.clinical-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.clinical-list li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 12px;
    line-height: 1.7;
}
.clinical-list li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: var(--forest-green);
    font-weight: 700;
}
.protocol-steps {
    counter-reset: step-counter;
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}
.protocol-steps li {
    counter-increment: step-counter;
    padding-left: 50px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.7;
}
.protocol-steps li::before {
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background: var(--forest-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}
.protocol-table,
.prohibition-table {
    width: 100%;
    margin: 25px 0;
    border-collapse: collapse;
    background: white;
    box-shadow: var(--shadow-sm);
    border-radius: var(--radius-md);
    overflow: hidden;
}
.protocol-table thead,
.prohibition-table thead { background: var(--forest-green); color: white; }
.protocol-table th,
.prohibition-table th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 0.95rem;
}
.protocol-table td,
.prohibition-table td { padding: 12px 15px; border-bottom: 1px solid var(--border-light); }
.protocol-table tbody tr:hover,
.prohibition-table tbody tr:hover { background: var(--cream-bg); }
.prohibition-table thead { background: var(--status-danger); }
.takeaway-box {
    background: var(--bg-cream-warm);
    border: 2px solid var(--forest-green);
    border-radius: var(--radius-lg);
    padding: 30px;
    margin: 30px 0;
}
.takeaway-box ul {
    margin: 0;
    padding-left: 25px;
    line-height: 1.8;
}
.takeaway-box li { margin-bottom: 10px; color: var(--text-primary); }
.lesson-actions {
    margin: 50px 0 30px 0;
    padding-top: 30px;
    border-top: 2px solid var(--border-light);
    text-align: center;
}
.complete-button {
    background: var(--forest-green);
    color: white;
    padding: 15px 40px;
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border: 2px solid var(--forest-green);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}
.complete-button:hover { background: var(--forest-green-dark); box-shadow: 0 4px 12px rgba(46, 125, 50, 0.3); }
.complete-button.completed {
    background: var(--honey-gold);
    color: var(--bee-black);
    border-color: var(--honey-gold);
}
.nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    gap: 15px;
}
.nav-button {
    background: var(--cream-bg);
    color: var(--forest-green);
    border: 2px solid var(--forest-green);
    padding: 12px 25px;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}
.nav-button:hover {
    background: var(--forest-green);
    color: white;
    border-color: var(--forest-green);
}
.selection-matrix-section {
    max-width: 900px;
    margin: 40px auto 0 auto;
    padding: 0 20px 40px 20px;
}
.selection-protocol-notice {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff8e1;
    border: 1.5px solid #f4b41a;
    border-left: 5px solid #e65100;
    border-radius: var(--radius-md);
    padding: 18px 20px;
    margin-bottom: 32px;
}
.protocol-notice-icon {
    font-size: 1.4rem;
    color: #e65100;
    flex-shrink: 0;
    line-height: 1.3;
}
.protocol-notice-body {
    flex: 1;
}
.protocol-notice-heading {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #bf360c;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}
.protocol-notice-text {
    font-size: 0.88rem;
    color: #5d4037;
    line-height: 1.6;
    margin: 0;
}
.selection-matrix-header {
    margin-bottom: 24px;
}
.selection-matrix-title {
    font-size: 1.5rem;
    color: var(--earth-brown);
    font-weight: 700;
    margin-bottom: 8px;
}
.selection-matrix-subtitle {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
    max-width: 700px;
}
.selection-matrix-wrapper {
    overflow-x: auto;
    border: 1px solid var(--border-light);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
}
.selection-matrix-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
    background: white;
}
.selection-matrix-table thead {
    background: #f5f0e8;
    border-bottom: 2px solid var(--border-medium);
}
.selection-matrix-table thead th {
    padding: 12px 14px;
    text-align: left;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--earth-brown);
    white-space: nowrap;
}
.smt-col-mgo { width: 100px; }
.smt-col-tier { width: 140px; }
.smt-col-price { width: 90px; }
.smt-col-action { width: 110px; }
.smt-row {
    border-bottom: 1px solid var(--border-light);
    transition: background 0.15s ease;
}
.smt-row:last-child { border-bottom: none; }
.smt-row:hover { background: #fdfbf7; }
.smt-row-high { border-left: 3px solid #c0392b; }
.smt-row-mid { border-left: 3px solid var(--honey-gold); }
.smt-row-low { border-left: 3px solid var(--forest-green); }
.selection-matrix-table td {
    padding: 13px 14px;
    vertical-align: top;
    color: var(--text-primary);
    line-height: 1.5;
}
.smt-cell-product {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.smt-product-name {
    font-weight: 700;
    color: var(--bee-black);
    font-size: 0.88rem;
}
.smt-product-brand {
    font-size: 0.77rem;
    color: var(--text-muted);
    font-weight: 400;
}
.mgo-badge {
    display: inline-block;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    white-space: nowrap;
}
.mgo-high { background: #fdecea; color: #c0392b; border: 1px solid #f5c6c6; }
.mgo-mid { background: #fff8e1; color: #a06000; border: 1px solid #ffe082; }
.mgo-low { background: #e8f5e9; color: var(--forest-green-dark); border: 1px solid #c8e6c9; }
.mgo-baseline { background: #f5f5f5; color: #555; border: 1px solid #e0e0e0; }
.tier-label {
    display: inline-block;
    font-size: 0.77rem;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 20px;
    white-space: nowrap;
}
.tier-elevated { background: #fdecea; color: #c0392b; }
.tier-moderate { background: #fff8e1; color: #a06000; }
.tier-entry { background: #e8f5e9; color: var(--forest-green-dark); }
.tier-baseline { background: #f5f5f5; color: #555; }
.smt-cell-price {
    font-weight: 700;
    color: var(--bee-black);
    white-space: nowrap;
}
.smt-source-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--forest-green-dark);
    text-decoration: none;
    padding: 5px 10px;
    border: 1.5px solid var(--forest-green);
    border-radius: var(--radius-sm);
    transition: background 0.15s ease, color 0.15s ease;
    white-space: nowrap;
}
.smt-source-link:hover {
    background: var(--forest-green);
    color: white;
}
.smt-ext-icon {
    font-size: 0.75rem;
}
.selection-matrix-footer {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--border-light);
}
.affiliate-transparency-note {
    font-size: 0.8rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}
.affiliate-transparency-note strong {
    color: var(--text-secondary);
    font-weight: 700;
}
.affiliate-transparency-note a {
    color: var(--text-secondary);
    text-decoration: underline;
    text-underline-offset: 2px;
}
@media (max-width: 640px) {
    .selection-matrix-table thead { display: none; }
    .selection-matrix-table tr {
        display: block;
        padding: 14px 16px;
        border-bottom: 1px solid var(--border-light);
    }
    .selection-matrix-table td {
        display: flex;
        flex-direction: column;
        gap: 2px;
        padding: 6px 0;
    }
    .selection-matrix-table td::before {
        content: attr(data-label);
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        color: var(--text-muted);
    }
    .smt-cell-product { flex-direction: column; }
    .smt-row-high,
    .smt-row-mid,
    .smt-row-low { border-left-width: 4px; }
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.apiary-metric {
    background: white;
    border-radius: var(--radius-lg);
    padding: 25px;
    border: 1px solid var(--border-light);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}
.apiary-metric:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.apiary-metric h3 {
    font-size: 1.1rem;
    color: var(--earth-brown);
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#mgo-chart, #solar-chart, #efficacy-chart { min-height: 350px; width: 100%; }
@media (max-width: 1024px) {
    .lesson-container { grid-template-columns: 180px 1fr; gap: 20px; }
    .tracker-main-container { grid-template-columns: 280px 1fr; gap: 30px; }
    .thermometer-section { height: 500px; }
    .marker { font-size: 0.85rem; padding-left: 75px; }
    .marker::before { left: 50px; width: 20px; }
    .thermometer-wrapper { width: 50px; }
    .header-brand { padding: 20px 25px; gap: 20px; }
    .brand-name { font-size: 2rem; }
    .site-logo { height: 90px; }
}
@media (max-width: 768px) {
    .site-nav { overflow-x: hidden; }
    .nav-mobile-toggle { display: flex; }
    .nav-menu {
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 10px 0;
        width: 100%;
        box-sizing: border-box;
    }
    .nav-menu.is-open { display: flex; }
    .nav-menu .nav-link,
    .nav-menu .nav-dropdown-trigger {
        white-space: normal;
        width: 100%;
        box-sizing: border-box;
    }
    .nav-dropdown { width: 100%; box-sizing: border-box; }
    .nav-dropdown-card {
        position: static;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        border-top: none;
        border-left: 3px solid var(--honey-gold);
        margin-left: 20px;
        width: calc(100% - 20px);
        max-width: 100%;
        min-width: 0;
        opacity: 1;
        visibility: visible;
        display: none;
        padding: 0;
        box-sizing: border-box;
    }
    .nav-dropdown.is-active .nav-dropdown-card { display: block; }
    .nav-dropdown:hover .nav-dropdown-card { position: static; transform: none; }
    .nav-dropdown-card::before { display: none; }
    .nav-link::after,
    .nav-dropdown-trigger::after { display: none; }
    .nav-dropdown-trigger { width: 100%; justify-content: space-between; }
    .header-container { flex-direction: column; gap: 15px; }
    .header-brand {
        width: 100%;
        padding: 15px 20px;
        gap: 15px;
    }
    .brand-name { font-size: 1.6rem; }
    .site-logo { height: 70px; }
    .seo-subtitle { font-size: 1rem; }
    .localization-box { max-width: 100%; }
    .grid-2col { grid-template-columns: 1fr; }
    h1 { font-size: 1.6rem; }
    h2 { font-size: 1.4rem; }
    .tracker-main-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 20px;
    }
    .thermometer-section { height: 300px; justify-content: flex-start; }
    .thermometer-wrapper { width: 40px; }
    .marker {
        font-size: 0.7rem;
        padding-left: 65px;
        white-space: nowrap;
    }
    .marker::before { left: 40px; width: 20px; }
    .marker-text-mobile { display: none; }
    .lesson-container { grid-template-columns: 1fr; }
    .progress-sidebar { position: static; }
    .lesson-content { padding: 25px; }
    .lesson-header h1 { font-size: 1.6rem; }
    .lesson-section h2 { font-size: 1.4rem; }
    #forecast-container { flex-wrap: wrap; }
    .footer-flex-container { flex-direction: column; text-align: center; }
    .brand-description { text-align: center; }
    .faq-section { padding: 40px 20px; }
    .roi-analysis { padding: 40px 20px; }
    .trust-callout { padding: 25px; }
    .protocol-step {
        grid-template-columns: 40px 1fr;
        gap: 15px;
        padding: 20px;
    }
    .protocol-number {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }
}
@media (max-width: 480px) {
    .main-header { padding: 25px 0; }
    .header-brand { flex-direction: column; text-align: center; }
    .brand-name { font-size: 1.4rem; }
    .thermometer-section { height: 250px; }
    .marker { font-size: 0.65rem; }
    .faq-section { padding: 30px 15px; }
    .lesson-content { padding: 20px 15px; }
    .complete-button { padding: 12px 25px; font-size: 0.9rem; }
    .nav-buttons { flex-direction: column; }
}
@media print {
    .site-nav,
    .main-header,
    footer,
    .alert-bar,
    .lesson-actions,
    .nav-buttons { display: none !important; }
    body {
        font-size: 12pt;
        color: black;
        background: white;
    }
    .lesson-container { grid-template-columns: 1fr; }
    .progress-sidebar { display: none; }
    .lesson-content {
        box-shadow: none;
        border: none;
        padding: 0;
    }
    a { color: black; text-decoration: underline; }
    h1, h2, h3 { page-break-after: avoid; }
    p, li { page-break-inside: avoid; }
}
@keyframes telemetry-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.3); }
}
/* Darken the "Research Pulse" text */
.evidence-kicker {
    color: #555555 !important; /* A darker grey for better contrast */
}

/* Darken the "Read Biofilm Research" etc. links */
.evidence-card-cta {
    color: #0056b3 !important; /* A stronger blue */
}

/* Ensure the copyright text in the footer is readable */
.copyright-text, #copyright-year {
    color: #666666 !important;
}
/* Accessibility Contrast Fixes */
.copyright-text, #copyright-year, .footer-disclaimer, .evidence-kicker {
    color: #595959 !important; /* Darker grey for readability */
}

.evidence-card-cta {
    color: #004a99 !important; /* Deeper blue for contrast */
}

.knowledge-item a {
    text-decoration: underline !important; /* Helps distinguish links from text */
    color: #004a99 !important;
}