.nav{display:flex;align-items:center;justify-content:space-between;padding:.4rem 0;border-bottom:1px solid #222;position:sticky;top:0;z-index:100;background:#0f0f0f}.nav-brand{font-size:.85rem;font-weight:700;color:#fff;text-decoration:none}.nav-links{display:flex;gap:.35rem}.nav-links a{padding:.25rem .6rem;border-radius:5px;color:#aaa;text-decoration:none;font-size:.75rem;transition:all .15s}.nav-links a:hover{color:#ddd;background:#1a1a1a}.nav-links a.active{background:#2563eb;color:#fff}.hero{text-align:center;padding:2rem 0 2.5rem}.hero h1{font-size:2.2rem;color:#fff;margin-bottom:.5rem}.hero-sub{color:#888;font-size:1rem;margin-bottom:2rem}.hero-events{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-event{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem 1.5rem;background:#141414;border:1px solid #222;border-top:3px solid;border-radius:10px;min-width:140px}.hero-event-name{font-weight:700;color:#e0e0e0;font-size:.95rem}.hero-event-detail{color:#666;font-size:.75rem}.hero-event-stars{display:flex;align-items:center;gap:.35rem;margin-top:.15rem}.star-rating{position:relative;display:inline-block;font-size:1.1rem;line-height:1}.star-empty{color:#333;letter-spacing:.05em}.star-filled{position:absolute;top:0;left:0;overflow:hidden;white-space:nowrap;letter-spacing:.05em}.star-number{font-weight:700;font-size:1.1rem}.hero-event-unrated{font-size:.7rem;font-weight:700;color:#555;letter-spacing:.1em;margin-top:.15rem}.filter-bar{margin-bottom:0;padding:.6rem 1.25rem;background:#0f0f0f;border-bottom:1px solid #222;position:sticky;top:var(--nav-h);z-index:99}.filter-controls{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.filter-group{display:flex;flex-direction:column;gap:.3rem}.filter-label{font-size:.72rem;color:#888;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.filter-group select{background:#0d0d0d;border:1px solid #333;border-radius:6px;color:#ccc;padding:.4rem .6rem;font-size:.82rem;cursor:pointer;min-width:110px}.filter-group select:focus{outline:none;border-color:#2563eb}.filter-group select.filter-active{border-color:#2563eb;color:#fff}.filter-reset{background:none;border:1px solid #444;border-radius:6px;color:#999;padding:.4rem .8rem;font-size:.82rem;cursor:pointer;transition:background .15s,color .15s}.filter-reset:hover{background:#1a1a1a;color:#ccc}.filter-note{margin-top:.6rem;font-size:.75rem;color:#666}.section{margin-bottom:3rem}.section h2{font-size:1.4rem;color:#fff;margin-bottom:.25rem}.section-sub{color:#666;font-size:.85rem;margin-bottom:1.5rem}.rating-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.rating-card{background:#141414;border:1px solid #222;border-radius:10px;padding:1rem 1.25rem}.rating-card h3{font-size:.9rem;color:#ccc;margin-bottom:.75rem;font-weight:700;text-align:center}.rating-cols{display:flex;justify-content:center;align-items:flex-end;gap:.5rem;height:120px}.rating-col{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1}.rating-col-value{font-size:.7rem;color:#ccc;font-weight:700}.rating-col-track{width:100%;height:80px;background:#1a1a1a;border-radius:3px;display:flex;align-items:flex-end;overflow:hidden}.rating-col-fill{width:100%;border-radius:3px;transition:height .5s ease;opacity:.85}.rating-col-label{font-size:.85rem;font-weight:700}.rating-question{margin:.6rem 0 0;font-size:.68rem;color:#555;line-height:1.4;text-align:center}.dist-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.dist-card{background:#141414;border:1px solid #222;border-radius:10px;padding:1rem 1.25rem}.dist-card h3{font-size:.9rem;font-weight:700;margin-bottom:.75rem;text-align:center}.dist-bars{display:flex;justify-content:center;align-items:flex-end;gap:.5rem;height:120px}.dist-col{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1}.dist-count{font-size:.7rem;color:#888;font-weight:600}.dist-bar-track{width:100%;height:80px;background:#1a1a1a;border-radius:3px;display:flex;align-items:flex-end;overflow:hidden}.dist-bar-fill{width:100%;border-radius:3px;transition:height .5s ease;opacity:.85}.dist-label{font-size:.75rem;color:#666;font-weight:600}.section-sub-legend{color:#555}.demo-charts{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.stacked-chart{background:#141414;border:1px solid #222;border-radius:10px;padding:1.25rem}.stacked-chart h3{font-size:1rem;color:#ccc;font-weight:700;margin-bottom:1rem;text-align:center}.stacked-chart-body{display:flex;flex-direction:column;align-items:center;gap:1rem}.stacked-bars{display:flex;justify-content:center;align-items:flex-end;gap:.5rem;width:100%}.stacked-col{display:flex;flex-direction:column;align-items:center;flex:1;max-width:60px}.stacked-bar{width:100%;height:220px;border-radius:4px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;background:#1a1a1a}.stacked-segment{width:100%;display:flex;align-items:center;justify-content:center;transition:height .5s ease;min-height:0;position:relative}.segment-label{font-size:.65rem;font-weight:700;color:#000000b3;text-shadow:0 0 3px rgba(255,255,255,.3);pointer-events:none}.stacked-event-label{margin-top:.4rem;font-size:.85rem;font-weight:700;color:#999}.stacked-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1rem}.legend-item{display:flex;align-items:center;gap:.35rem}.legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.legend-text{font-size:.72rem;color:#999}.insights-by-event{display:flex;flex-direction:column;gap:2.5rem}.event-insights{display:flex;flex-direction:column;gap:1rem}.event-insights-header{border-left:4px solid;padding-left:1rem}.event-insights-header h3{font-size:1.2rem;font-weight:700;margin:0}.event-insights-meta{color:#666;font-size:.8rem}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:.75rem}.insight-card{background:#141414;border:1px solid #222;border-radius:10px;padding:1rem 1.25rem;transition:border-color .15s}.insight-card:hover{border-color:#333}.insight-positive{border-left:3px solid #10b981}.insight-negative{border-left:3px solid #ef4444}.insight-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.insight-icon{font-size:.9rem}.insight-positive .insight-icon{color:#10b981}.insight-negative .insight-icon{color:#ef4444}.insight-theme{font-size:.95rem;font-weight:700;color:#e0e0e0;margin:0}.insight-summary{font-size:.82rem;color:#999;line-height:1.5;margin-bottom:.75rem}.insight-notes{display:flex;flex-direction:column;gap:.4rem}.insight-note{margin:0;padding:.5rem .75rem;background:#0d0d0d;border-radius:6px;font-size:.78rem;color:#bbb;line-height:1.45;border-left:2px solid #333}.insights-toggle{background:none;border:1px solid #333;border-radius:6px;padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;cursor:pointer;align-self:center;margin-top:.25rem;transition:background .15s,border-color .15s}.insights-toggle:hover{background:#1a1a1a;border-color:#444}.cta{text-align:center;padding:2rem 0}.cta-link{display:inline-block;padding:.75rem 2rem;background:#2563eb;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:background .15s}.cta-link:hover{background:#1d4ed8}.home .status{text-align:center;padding:3rem;color:#888;font-size:1.1rem}:root{--nav-h: 2.25rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f0f0f;color:#e0e0e0;min-height:100vh}#root{max-width:100%;padding:0 1.5rem 1.5rem}
