:root{--zone-stable: #40916c;--zone-elevated: #f4a261;--zone-crisis: #e76f51;--zone-revolution: #c1121f;--bg-primary: #0f0f0f;--bg-card: #1a1a1a;--text-primary: #f5f5f5;--text-secondary: #a0a0a0;--accent: #e85d04}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;background:var(--bg-primary);color:var(--text-primary);font-family:system-ui,-apple-system,sans-serif;line-height:1.6}.site-nav{position:sticky;top:0;z-index:100;background:#0f0f0ff2;backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.08)}.site-nav-inner{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;max-width:1200px;margin:0 auto}.nav-logo{font-weight:700;font-size:1.1rem;color:var(--text-primary);text-decoration:none}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.dashboard{display:grid;grid-template-columns:1fr;max-width:1200px;margin:0 auto;padding:1rem 1rem 3rem}.dashboard-hero{text-align:center}.dashboard-lower{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.dashboard-lower{grid-template-columns:1fr 1fr}}.score-display{font-size:clamp(3rem,8vw,5rem);font-weight:700;color:var(--accent);line-height:1;margin:.5rem 0}.zone-label{font-size:1.25rem;margin:.25rem 0}.timestamp{color:var(--text-secondary);font-size:.875rem;margin:.5rem 0 1rem}.gauge-container{width:100%;max-width:500px;margin:0 auto}.chart-container{width:100%;position:relative}.section-title{font-size:1.5rem;margin-bottom:1rem;color:var(--text-primary)}.factors-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.factor-item{background:var(--bg-card);border-radius:8px;padding:1rem}.factor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.factor-name{font-weight:600}.direction-up{color:#ef4444}.direction-down{color:#22c55e}.direction-neutral{color:var(--text-secondary)}.factor-bar-track{height:8px;background:#2a2a2a;border-radius:4px;overflow:visible;position:relative}.factor-bar-fill{height:100%;background:var(--accent);border-radius:4px;transition:width .3s}.factor-benchmark-marker{position:absolute;top:-3px;transform:translate(-50%);z-index:1}.factor-benchmark-marker:before{content:"";display:block;width:2px;height:14px;background:#a0a0a0;margin:0 auto;border-radius:1px;opacity:.8}.benchmark-marker-label{display:block;font-size:.6rem;color:#a0a0a0;white-space:nowrap;text-align:center;margin-top:1px;opacity:.8}.factor-description{font-size:.85rem;color:var(--text-secondary);margin-top:.75rem;margin-bottom:0}.methodology-page{max-width:800px;margin:0 auto;padding:2rem 1rem 3rem}.methodology-page h1{font-size:2rem;margin-bottom:.5rem}.methodology-intro{color:var(--text-secondary);margin-bottom:2rem;line-height:1.7}.accordion{display:flex;flex-direction:column;gap:.5rem}.accordion details{background:var(--bg-card);border-radius:8px;overflow:hidden}.accordion summary{padding:1rem 1.25rem;font-weight:600;font-size:1.1rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.accordion summary::-webkit-details-marker{display:none}.accordion summary:after{content:"+";font-size:1.25rem;color:var(--text-secondary);transition:transform .2s}.accordion details[open] summary:after{content:"−"}.accordion-body{padding:0 1.25rem 1.25rem;color:var(--text-secondary);line-height:1.7}.accordion-body em{color:var(--accent)}.history-teaser{margin-top:2rem;padding:1.25rem;background:var(--bg-card);border-radius:8px;border-left:3px solid var(--accent)}.teaser-intro{color:var(--text-secondary);font-size:.9rem;margin:0 0 .75rem}.teaser-insights{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem;margin:0 0 .75rem}.teaser-insight{font-size:.875rem;padding:.35rem .5rem;border-radius:4px;background:#ffffff08}.teaser-insight:before{margin-right:.4rem}.teaser-exceeds{color:#ef4444}.teaser-exceeds:before{content:"▲"}.teaser-approaching{color:var(--zone-elevated)}.teaser-approaching:before{content:"◆"}.teaser-link{display:inline-block;color:var(--accent);text-decoration:none;font-size:.9rem;font-weight:600;transition:opacity .2s}.teaser-link:hover{opacity:.8}.disclaimer{margin-top:2rem;padding:1.25rem;background:var(--bg-card);border-radius:8px;border-left:3px solid var(--text-secondary)}.disclaimer p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.7}.disclaimer strong{color:var(--text-primary)}.about{margin-top:2rem}.about p{color:var(--text-secondary);line-height:1.7}.about a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.about a:hover{border-bottom-color:var(--accent)}.history-page{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}.history-hero{margin-bottom:2.5rem}.history-page h1{font-size:2rem;margin-bottom:.5rem}.history-intro{color:var(--text-secondary);line-height:1.7;margin-bottom:.75rem}.history-caveat{color:var(--text-secondary);font-size:.85rem;font-style:italic;line-height:1.6}.benchmarks-grid{display:flex;flex-direction:column;gap:2rem}.revolution-card{background:var(--bg-card);border-radius:10px;padding:1.5rem;border-left:3px solid var(--accent)}.rev-header{margin-bottom:.75rem}.rev-title{font-size:1.35rem;margin:0 0 .25rem;color:var(--text-primary)}.rev-meta{color:var(--text-secondary);font-size:.9rem}.rev-narrative{color:var(--text-secondary);line-height:1.7;margin:0 0 1rem}.rev-keystat{background:#e85d041a;border-radius:6px;padding:.6rem .85rem;margin-bottom:1.25rem;font-size:.9rem;color:var(--text-primary)}.keystat-label{color:var(--accent);font-weight:600}.rev-composite{margin-bottom:1.25rem}.composite-label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em}.composite-bar-track{height:10px;background:#2a2a2a;border-radius:5px;margin:.4rem 0;position:relative;overflow:visible}.composite-bar-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--zone-stable),var(--zone-elevated),var(--zone-crisis),var(--zone-revolution))}.composite-us-marker{position:absolute;top:-4px;width:3px;height:18px;background:var(--text-primary);border-radius:1px;transform:translate(-50%)}.composite-legend{display:flex;justify-content:space-between;font-size:.8rem}.legend-hist{color:var(--accent)}.legend-us{color:var(--text-secondary)}.rev-factors{margin-bottom:1rem}.factors-heading{font-size:.85rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .75rem}.factor-comparison{margin-bottom:.85rem;padding-left:.5rem;border-left:2px solid #333}.factor-comparison.comparison-exceeds{border-left-color:#ef4444}.factor-comparison.comparison-approaching{border-left-color:#f4a261}.factor-comparison.comparison-below{border-left-color:var(--zone-stable)}.fc-label{font-size:.85rem;font-weight:600;color:var(--text-primary);margin-bottom:.3rem}.fc-bars{display:flex;flex-direction:column;gap:.2rem}.fc-bar-row{display:grid;grid-template-columns:70px 1fr 40px;align-items:center;gap:.5rem}.fc-bar-label{font-size:.7rem;color:var(--text-secondary);text-align:right}.fc-bar-track{height:6px;background:#2a2a2a;border-radius:3px;overflow:hidden}.fc-bar-fill{height:100%;border-radius:3px}.fc-bar-hist{background:var(--accent)}.fc-bar-us{background:var(--text-primary);opacity:.7}.fc-value{font-size:.75rem;color:var(--text-secondary);font-family:monospace}.fc-note{font-size:.75rem;color:var(--text-secondary);margin-top:.2rem;font-style:italic}.rev-sources{margin-top:.5rem}.rev-sources summary{font-size:.8rem;color:var(--text-secondary);cursor:pointer}.rev-sources ul{padding-left:1.2rem;margin:.5rem 0 0}.rev-sources li{font-size:.75rem;color:var(--text-secondary);line-height:1.5}.history-methodology-note{margin-top:2.5rem;padding:1.25rem;background:var(--bg-card);border-radius:8px;border-left:3px solid var(--text-secondary)}.history-methodology-note h2{font-size:1.1rem;margin:0 0 .5rem}.history-methodology-note p{font-size:.875rem;color:var(--text-secondary);line-height:1.7;margin:0 0 .75rem}.history-methodology-note p:last-child{margin-bottom:0}.history-methodology-note a{color:var(--accent);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s}.history-methodology-note a:hover{border-bottom-color:var(--accent)}
