:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:#000;font-family:Inter,Segoe UI Variable,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html{background:#000}body{min-width:320px;min-height:100vh;margin:0}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}::selection{color:#000;background:#1ed760}:root{--bg:#000;--surface-base:#121212;--surface:#181818;--surface-raised:#202020;--surface-hover:#282828;--line:#2a2a2a;--text:#fff;--muted:#b3b3b3;--faint:#727272;--green:#1ed760;--green-hover:#1fdf64;--green-deep:#169c46;--coral:#f15e6c;--purple:#a970ff;--yellow:#ffa42b;--shadow:0 12px 34px #00000047}.app-shell{min-height:100vh;color:var(--text);background:var(--bg)}.sidebar{z-index:10;background:#000;flex-direction:column;width:240px;padding:24px 14px;display:flex;position:fixed;inset:0 auto 0 0}.brand{align-items:center;gap:12px;padding:0 10px 30px;display:flex}.brand-mark{color:#000;background:var(--green);border-radius:50%;flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.brand strong,.brand span{display:block}.brand strong{letter-spacing:-.03em;font-size:16px;font-weight:800}.brand span{color:var(--muted);margin-top:2px;font-size:11px}nav{flex-direction:column;gap:4px;display:flex}nav button{min-height:48px;color:var(--muted);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:14px;padding:0 14px;font-size:14px;font-weight:700;transition:background-color .16s,color .16s;display:flex}nav button:hover{color:var(--text);background:var(--surface)}nav button.active{color:var(--text);background:var(--surface-hover)}nav button.active svg{color:var(--green)}.nav-label-compact{display:none}.privacy-note{color:var(--green);background:var(--surface-base);border-radius:8px;align-items:flex-start;gap:11px;margin-top:auto;padding:15px;display:flex}.privacy-note strong,.privacy-note span{display:block}.privacy-note strong{color:var(--text);font-size:12px}.privacy-note span{color:var(--muted);margin-top:3px;font-size:11px}main{background:linear-gradient(180deg, #183522 0, var(--surface-base) 285px, var(--surface-base) 100%);min-height:100vh;margin-left:240px;padding:28px clamp(24px,3.5vw,54px) 72px}.topbar{justify-content:space-between;align-items:flex-start;gap:24px;min-height:112px;margin-bottom:18px;display:flex}.topbar h1{letter-spacing:-.045em;margin:5px 0 0;font-size:clamp(34px,3vw,44px);font-weight:800}.eyebrow{color:var(--text);letter-spacing:.16em;margin:0;font-size:10px;font-weight:800}.status-pill{color:var(--text);background:#0000009e;border-radius:999px;align-items:center;gap:8px;padding:9px 14px;font-size:11px;font-weight:700;display:flex;box-shadow:0 4px 16px #0000003d}.status-pill .status-dot{border-radius:50%;flex:0 0 8px;width:8px;height:8px}.page-stack{flex-direction:column;gap:18px;display:flex}.toolbar,.section-intro{justify-content:space-between;align-items:center;gap:20px;display:flex}.toolbar{min-height:48px;padding:0 2px}.toolbar p,.section-intro p{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.toolbar strong{color:var(--text);font-weight:700}.section-intro h2,.model-hero h2,.scorer-copy h2,.diagnostic-hero h2{letter-spacing:-.035em;margin:0 0 7px;font-size:26px;font-weight:800}select{min-height:42px;color:var(--text);background:var(--surface-hover);border:1px solid #0000;border-radius:999px;outline:none;padding:0 38px 0 16px;font-size:13px;font-weight:700}select:hover{background:#333}.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.kpi-card{background:var(--surface);min-height:132px;box-shadow:var(--shadow);border-radius:8px;padding:18px;transition:background-color .18s,transform .18s}.kpi-card:hover{background:var(--surface-hover);transform:translateY(-2px)}.icon-box{width:36px;height:36px;color:var(--green);background:#1ed76024;border-radius:50%;place-items:center;margin-bottom:16px;display:grid}.kpi-card>span{color:var(--muted);margin-bottom:6px;font-size:13px;display:block}.kpi-card>strong{letter-spacing:-.045em;font-size:27px;font-weight:800}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,1fr);gap:14px;display:grid}.panel{background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:8px;padding:22px;overflow:hidden}.panel-heading{justify-content:space-between;margin-bottom:20px;display:flex}.panel-heading h3{letter-spacing:-.02em;margin:0 0 4px;font-size:17px;font-weight:800}.panel-heading span{color:var(--muted);font-size:12px;display:block}.chart-wrap{width:100%;height:265px}.chart-panel .chart-wrap{height:300px}.artist-bars{flex-direction:column;gap:14px;display:flex}.artist-bars>div{grid-template-columns:22px minmax(0,1fr) 54px;align-items:center;gap:10px;display:grid}.bar-rank{color:var(--faint);font-size:11px}.artist-bars strong{text-overflow:ellipsis;white-space:nowrap;margin-bottom:7px;font-size:13px;font-weight:700;display:block;overflow:hidden}.artist-bars div div>span{background:linear-gradient(90deg, var(--green), var(--green-deep));border-radius:5px;height:5px;display:block}.artist-bars b{color:var(--muted);text-align:right;font-size:11px;font-weight:600}.table-scroll{margin-inline:-8px;overflow:auto}table{border-collapse:collapse;width:100%;font-size:13px}th{color:var(--muted);letter-spacing:.07em;text-align:left;text-transform:uppercase;white-space:nowrap;padding:0 12px 13px;font-size:11px;font-weight:700}td{border-top:1px solid var(--line);min-height:56px;color:var(--muted);white-space:nowrap;padding:14px 12px;transition:background-color .14s}tbody tr:hover td{background:var(--surface-raised)}.track-table th:nth-child(n+3),.track-table td:nth-child(n+3),.album-table th:nth-child(n+2),.album-table td:nth-child(n+2),.taste-table th:nth-child(n+2),.taste-table td:nth-child(n+2){text-align:right}.track-name strong,.track-name span{display:block}.track-name strong,.primary-cell{color:var(--text);font-size:14px;font-weight:700}.track-name span{max-width:320px;color:var(--muted);text-overflow:ellipsis;margin-top:4px;font-size:12px;overflow:hidden}.muted{color:var(--faint)}.bad{color:var(--coral);font-weight:700}.evolution-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.evolution-grid>div{background:var(--surface-raised);border-radius:8px;padding:16px}.evolution-grid>div>strong{color:var(--green);margin-bottom:10px;font-size:13px;font-weight:800;display:block}.evolution-grid span{border-top:1px solid var(--line);color:var(--text);grid-template-columns:20px minmax(0,1fr) 42px;gap:7px;padding:9px 0;font-size:12px;display:grid}.evolution-grid i{color:var(--faint);font-style:normal}.evolution-grid b{color:var(--muted);text-align:right;font-size:11px;font-weight:600}.model-hero{background:linear-gradient(125deg, #267a45 0, #174d2b 44%, var(--surface) 100%);box-shadow:var(--shadow);border-radius:8px;justify-content:space-between;align-items:center;gap:36px;padding:32px;display:flex}.model-hero p:not(.eyebrow),.scorer-copy>p:not(.eyebrow){max-width:710px;color:var(--muted);font-size:14px;line-height:1.65}.model-hero p:not(.eyebrow){color:#ffffffd1}.primary-button,.url-input button{color:#000;background:var(--green);white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:0 20px;font-size:13px;font-weight:800;transition:background-color .15s,transform .15s;display:inline-flex}.primary-button:hover,.url-input button:hover{background:var(--green-hover);transform:scale(1.025)}.primary-button:disabled,.url-input button:disabled{cursor:wait;opacity:.62;transform:none}.validation-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.validation-strip>div{background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:18px}.validation-strip span,.validation-strip strong{display:block}.validation-strip span{color:var(--muted);margin-bottom:6px;font-size:12px}.validation-strip strong{font-size:20px;font-weight:800}.trend{color:var(--muted);align-items:center;gap:4px;display:inline-flex}.trend.up{color:var(--green)}.trend.down{color:var(--coral)}.scorer-layout{grid-template-columns:minmax(0,1.08fr) minmax(340px,.92fr);align-items:start;gap:clamp(28px,5vw,72px);padding-top:24px;display:grid}.scorer-copy{padding-top:24px}.scorer-copy h2{max-width:620px;margin-top:10px;font-size:clamp(38px,4.5vw,58px);line-height:1.02}.url-input{background:var(--surface-hover);border:1px solid #0000;border-radius:999px;align-items:center;gap:12px;margin-top:28px;padding:7px 7px 7px 18px;transition:border-color .15s,box-shadow .15s;display:flex}.url-input>svg{color:var(--muted);flex:none}.url-input input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:14px}.url-input input::placeholder{color:var(--faint)}.url-input button{min-height:44px}.empty-score,.score-card{background:var(--surface);min-height:390px;box-shadow:var(--shadow);border-radius:8px}.empty-score{color:var(--faint);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:30px;display:flex}.empty-score>svg{color:var(--green)}.empty-score strong{color:var(--text);margin:17px 0 7px;font-size:16px;font-weight:700}.empty-score span{max-width:260px;color:var(--muted);font-size:12px;line-height:1.5}.score-card{padding:26px}.score-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding-bottom:22px;display:flex}.score-heading h3{margin:8px 0 4px;font-size:21px;font-weight:800}.score-heading p{color:var(--muted);margin:0;font-size:13px}.score-orb{width:94px;height:94px;color:var(--text);box-shadow:0 0 0 2px var(--green), 0 12px 28px #1ed7601f;text-align:center;background:#0f2818;border:7px solid #1ed76033;border-radius:50%;flex:0 0 94px;place-content:center;display:grid}.score-orb strong{font-size:30px;font-weight:800;line-height:1}.score-orb span{color:var(--muted);margin-top:3px;font-size:10px}.score-bars{flex-direction:column;gap:13px;padding:22px 0;display:flex}.score-bars>div{color:var(--muted);grid-template-columns:145px minmax(0,1fr) 28px;align-items:center;gap:10px;font-size:11px;display:grid}.score-bars>div>div{background:var(--surface-hover);border-radius:5px;height:5px;overflow:hidden}.score-bars i{background:var(--green);border-radius:5px;height:100%;display:block}.score-bars b{color:var(--text);text-align:right;font-size:11px}.score-adjustment{color:var(--muted);background:var(--surface-raised);border-radius:8px;justify-content:space-between;align-items:center;margin:-3px 0 18px;padding:12px 14px;font-size:12px;display:flex}.score-adjustment strong{color:var(--green);font-size:13px}.explanation{background:var(--surface-raised);border-radius:8px;padding:16px}.explanation strong{color:var(--green);letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:800}.explanation p{color:var(--muted);margin:8px 0 0;font-size:12px;line-height:1.5}.notice{color:var(--yellow);background:#2b210d;border-radius:8px;gap:12px;padding:16px 18px;display:flex}.notice strong,.notice span{display:block}.notice strong{color:#ffd084;font-size:13px}.notice span{color:#d8bf93;margin-top:4px;font-size:12px;line-height:1.45}.recommendation-list{flex-direction:column;display:flex}.recommendation-list .recommendation-row{min-height:72px;color:inherit;border-radius:6px;grid-template-columns:28px 54px minmax(0,1fr) auto 52px;align-items:center;gap:14px;padding:9px 10px;text-decoration:none;transition:background-color .15s;display:grid}.recommendation-list a.recommendation-row:hover{background:var(--surface-hover)}.recommendation-row.no-link{cursor:default}.rank{color:var(--faint);font-size:12px;font-weight:600}.album-artwork,.album-placeholder{object-fit:cover;background:linear-gradient(145deg,#276b41,#15251b);border-radius:4px;place-items:center;width:52px;height:52px;display:grid;box-shadow:0 6px 14px #00000059}.album-placeholder{color:var(--green)}.recommendation-title{min-width:0}.recommendation-title strong,.recommendation-title span{display:block}.recommendation-title strong{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;overflow:hidden}.recommendation-title span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.recommendation-title p{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:6px 0 0;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.band{color:#a7f3c1;letter-spacing:.07em;text-transform:uppercase;background:#183c25;border-radius:999px;padding:6px 9px;font-size:9px;font-weight:800}.band.discovery{color:#d7c9ff;background:#3a2f59}.band.wildcard{color:#ffd29b;background:#4a310e}.mini-score{text-align:right}.mini-score strong,.mini-score span{display:block}.mini-score strong{color:var(--green);font-size:17px;font-weight:800}.mini-score span{color:var(--faint);font-size:9px}.empty-list{color:var(--muted);text-align:center;border:1px dashed #3a3a3a;border-radius:8px;padding:30px;font-size:12px}.diagnostic-hero{background:linear-gradient(115deg, #1f6739, #173d26 52%, var(--surface));box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:17px;padding:24px 26px;display:flex}.diagnostic-hero h2{margin-bottom:4px;font-size:21px}.diagnostic-hero p{color:#ffffffc7;margin:0;font-size:13px}.pulse{color:#000;background:var(--green);border-radius:50%;flex:0 0 48px;place-items:center;width:48px;height:48px;display:grid}.diagnostic-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.diagnostic-grid>div{background:var(--surface);min-height:92px;box-shadow:var(--shadow);border-radius:8px;padding:17px}.diagnostic-grid span,.diagnostic-grid strong{display:block}.diagnostic-grid span{color:var(--muted);margin-bottom:9px;font-size:12px}.diagnostic-grid strong{color:var(--text);word-break:break-word;font-size:14px;font-weight:700}.file-list{margin:0;padding:0;list-style:none}.file-list li{border-top:1px solid var(--line);color:var(--muted);align-items:center;gap:10px;padding:12px 4px;font-size:13px;display:flex}.file-list li:first-child{border:0}.file-list svg{color:var(--green)}.state{min-height:340px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:11px;display:flex}.state strong{color:var(--text);font-size:15px}.state span{max-width:540px;font-size:12px;line-height:1.5}.state.error,.state.error strong{color:var(--coral)}.state.compact{min-height:110px;padding:14px}.state.compact>svg{width:20px}.spin{animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.skip-link{z-index:30;color:#000;background:var(--green);border-radius:999px;padding:10px 14px;font-size:12px;font-weight:800;position:fixed;top:8px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.sr-only{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:2px solid var(--green);outline-offset:3px}.url-input:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #1ed76026}.url-input input:focus-visible{outline:0}.status-pill.online .status-dot{background:var(--green);box-shadow:0 0 0 3px #1ed76021}.status-pill.checking .status-dot{background:var(--yellow);box-shadow:0 0 0 3px #ffa42b24}.status-pill.offline{color:#ffd2d7;background:#3d171c}.status-pill.offline .status-dot{background:var(--coral);box-shadow:0 0 0 3px #f15e6c24}.behavior-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.behavior-grid>div{background:var(--surface-raised);border-radius:8px;min-width:0;padding:16px}.behavior-grid span,.behavior-grid strong{display:block}.behavior-grid span{min-height:36px;color:var(--muted);font-size:12px;line-height:1.35}.behavior-grid strong{font-size:20px;font-weight:800}.inline-state{color:var(--muted);align-items:center;gap:8px;padding:12px 2px;font-size:12px;display:flex}.empty-state{min-height:180px;color:var(--muted);text-align:center;place-items:center;padding:24px;font-size:12px;display:grid}.empty-state.compact{min-height:90px}.chart-key{color:var(--muted);gap:18px;margin:-6px 0 8px;font-size:11px;display:flex}.chart-key span{align-items:center;gap:7px;display:flex}.chart-key span:before{background:var(--green);content:"";border-radius:3px;width:16px;height:3px}.chart-key .purple-key:before{background:repeating-linear-gradient(90deg,#fff 0 5px,#0000 5px 8px);height:2px}@media (width<=1320px){.kpi-grid,.behavior-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=1050px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}.evolution-grid,.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scorer-layout{grid-template-columns:1fr}.score-card{max-width:760px}}@media (width<=700px){.sidebar{width:auto;height:calc(76px + env(safe-area-inset-bottom));padding:7px max(7px, env(safe-area-inset-right)) calc(7px + env(safe-area-inset-bottom)) max(7px, env(safe-area-inset-left));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000f5;border-top:1px solid #ffffff1a;display:block;inset:auto 0 0}.brand,.privacy-note{display:none}.sidebar nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:2px;height:100%;display:grid}.sidebar nav button{border-radius:7px;flex-direction:column;justify-content:center;gap:4px;min-width:0;min-height:58px;padding:4px 1px;font-size:10px;line-height:1}.sidebar nav button:hover,.sidebar nav button.active{background:0 0}.sidebar nav button.active{color:var(--text)}.nav-label-full{display:none}.nav-label-compact{display:inline}main{padding:20px 14px calc(106px + env(safe-area-inset-bottom));background:linear-gradient(180deg, #183522 0, var(--surface-base) 225px, var(--surface-base) 100%);margin-left:0}.topbar{min-height:86px;margin-bottom:12px}.topbar h1{margin-top:4px;font-size:31px}.status-pill{justify-content:center;gap:0;width:36px;height:36px;padding:0;font-size:0;overflow:hidden}.status-pill .status-dot{flex-basis:9px;width:9px;height:9px}.page-stack{gap:14px}.toolbar,.section-intro,.model-hero{flex-direction:column;align-items:flex-start}.section-intro{gap:16px}.section-intro h2,.model-hero h2,.diagnostic-hero h2{font-size:23px}.section-intro select,.section-intro .primary-button{width:100%}.kpi-grid,.dashboard-grid,.evolution-grid{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.kpi-card{min-height:116px;padding:15px}.kpi-card>strong{font-size:24px}.panel{padding:17px}.panel-heading{margin-bottom:16px}.chart-wrap,.chart-panel .chart-wrap{height:225px}.behavior-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.behavior-grid>div{padding:14px}.validation-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.model-hero{padding:24px}.scorer-layout{gap:22px;padding-top:0}.scorer-copy{padding-top:0}.scorer-copy h2{font-size:36px}.url-input{border-radius:14px;flex-wrap:wrap;padding:12px}.url-input input{min-width:220px}.url-input button{width:100%}.empty-score,.score-card{min-height:340px}.score-card{padding:20px}.score-orb{flex-basis:80px;width:80px;height:80px}.score-bars>div{grid-template-columns:120px minmax(0,1fr) 26px}.recommendation-list .recommendation-row{grid-template-columns:22px 48px minmax(0,1fr) 44px;gap:10px;padding-inline:3px}.recommendation-list .band{display:none}.album-artwork,.album-placeholder{width:48px;height:48px}.recommendation-title p{-webkit-line-clamp:2}.diagnostic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.diagnostic-hero{align-items:flex-start;padding:21px}.diagnostic-grid>div{min-height:88px;padding:15px}.track-table th:nth-child(3),.track-table td:nth-child(3),.track-table th:nth-child(6),.track-table td:nth-child(6),.track-table th:nth-child(8),.track-table td:nth-child(8),.track-table th:nth-child(9),.track-table td:nth-child(9),.track-table th:nth-child(10),.track-table td:nth-child(10),.taste-table th:nth-child(5),.taste-table td:nth-child(5){display:none}table{font-size:12px}th{padding-inline:9px}td{padding:13px 9px}.track-name strong,.primary-cell{font-size:13px}.track-name span{max-width:190px;font-size:11px}}@media (width<=430px){.sidebar nav button{font-size:9px}.sidebar nav button svg{width:19px;height:19px}.kpi-card>strong{font-size:22px}.diagnostic-grid{grid-template-columns:1fr}.score-heading{align-items:flex-start}.score-heading h3{font-size:18px}.score-bars>div{grid-template-columns:105px minmax(0,1fr) 24px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.demo-notice{background:linear-gradient(90deg,#bba0ff1f,#1ed76014);border-color:#bba0ff59}.project-page{max-width:1180px}.project-hero{background:radial-gradient(circle at 85% 20%,#bba0ff33,#0000 32%),linear-gradient(135deg,#202622,#181818 62%);border:1px solid #ffffff14;border-radius:18px;padding:clamp(30px,5vw,64px)}.project-hero h2{letter-spacing:-.045em;max-width:850px;margin:8px 0 18px;font-size:clamp(34px,5.5vw,66px);line-height:.98}.project-hero>p:last-child{color:#c8cfcc;max-width:780px;margin:0;font-size:17px;line-height:1.7}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.project-card,.project-section{background:#181818;border:1px solid #ffffff14;border-radius:14px}.project-card{padding:26px}.project-card>svg{color:#1ed760;width:22px}.project-card h3,.project-section h3{margin:10px 0;font-size:20px}.project-card p,.project-section p{color:#b9c1bd;margin:0;font-size:15px;line-height:1.65}.project-card strong,.project-section strong{color:#fff}.project-section{padding:clamp(24px,4vw,38px)}.project-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;display:grid}.section-heading{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.section-heading>div{align-items:center;gap:10px;display:flex}.section-heading h3{margin:0}.section-heading svg{color:#1ed760}.section-heading>span{color:#8e9994;font-size:13px}.table-map{border-top:1px solid #303030;grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.table-map>div{border-bottom:1px solid #303030;grid-template-columns:minmax(155px,.7fr) 1.3fr;gap:14px;padding:16px 0;display:grid}.table-map>div:nth-child(odd){padding-right:24px}.table-map>div:nth-child(2n){border-left:1px solid #303030;padding-left:24px}.table-map span{color:#aeb7b2;font-size:14px;line-height:1.45}.flow{align-items:center;gap:10px;padding:10px 0 2px;display:flex;overflow-x:auto}.flow span{background:#242424;border-radius:8px;min-width:max-content;padding:12px 15px;font-size:14px}.flow svg{color:#1ed760;min-width:18px}@media (width<=760px){.project-grid,.project-columns,.table-map{grid-template-columns:1fr}.table-map>div:nth-child(odd),.table-map>div:nth-child(2n){border-left:0;padding:15px 0}.table-map>div{grid-template-columns:1fr;gap:5px}.sidebar nav{scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(62px,1fr);grid-auto-flow:column;display:grid;overflow-x:auto}.sidebar nav::-webkit-scrollbar{display:none}}.spotify-library h3{align-items:center;gap:10px;display:flex}.spotify-library .panel-heading{flex-wrap:wrap;align-items:flex-start;gap:12px}.library-status{color:#b3b3b3;background:#242424;border-radius:20px;padding:7px 12px;font-size:12px}.spotify-library>p,.spotify-library details p{color:#b3b3b3;line-height:1.6}.spotify-library details{margin-top:20px}.spotify-library summary{cursor:pointer;color:#fff}.spotify-library code{overflow-wrap:anywhere;color:#1ed760;margin:10px 0;display:block}.spotify-library a{color:#1ed760}.library-actions{flex-wrap:wrap;align-items:center;gap:12px;margin:18px 0;display:flex}.library-actions button{min-height:44px}.library-actions span{color:#b3b3b3}:root{--story-lime:#d4f77d;--story-peach:#ffb99d;--story-lilac:#c4b7ff;--story-panel:#191a1d;--story-radius:24px}.music-home{flex-direction:column;gap:30px;padding-bottom:30px;display:flex}.story-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.story-toolbar label{color:#c4c4c7;align-items:center;gap:12px;font-size:13px;display:flex}.music-hero{isolation:isolate;border-radius:var(--story-radius);background:radial-gradient(at 90% 70%,#52664e55,#0000 70%),linear-gradient(120deg,#20282a,#15181c);min-height:480px;padding:58px 48px;position:relative;overflow:hidden}.music-hero-copy{z-index:1;max-width:720px;position:relative}.music-hero h2{letter-spacing:-.075em;margin:26px 0;font-size:clamp(46px,6.2vw,100px);font-weight:850;line-height:1}.music-hero h2 em{color:var(--story-lime);font-style:normal}.music-hero-copy>p:not(.eyebrow){color:#cbced0;max-width:510px;font-size:17px;line-height:1.65}.music-home .primary-button{background:var(--story-lime);color:#151815}.hero-actions{align-items:center;gap:22px;margin:30px 0;display:flex}.text-button{color:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;padding:12px 0;font-weight:650;display:inline-flex}.source-caption{display:block;color:#a9aaaf!important;font-size:11px!important;line-height:1.65!important}.hero-orbits{z-index:0;opacity:.7;width:500px;height:500px;position:absolute;top:25px;right:-105px;transform:rotate(-22deg)}.hero-orbits i{border:45px solid #d4f77d19;border-radius:50%;position:absolute;inset:0}.hero-orbits i:nth-child(2){border-color:#d4f77d29;inset:75px}.hero-orbits i:nth-child(3){border-color:#c4b7ff55;inset:140px}.hero-orbits>div{color:#d4f77d;place-items:center;display:grid;position:absolute;inset:207px}.hero-orbits svg{width:90px;height:90px}.story-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.story-stat-grid>div{border-bottom:1px solid #ffffff24;flex-direction:column;gap:9px;padding:24px 0;display:flex}.story-stat-grid strong{letter-spacing:-.05em;font-size:clamp(29px,3.5vw,49px)}.story-stat-grid span{color:#b8b9bd;max-width:230px;font-size:13px;line-height:1.5}.home-favorites{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.favorite-tile{border-radius:var(--story-radius);background:linear-gradient(150deg,#343544,#1c1c21);padding:24px;overflow:hidden}.favorite-tile.tone-1{background:linear-gradient(150deg,#394237,#1b201c)}.favorite-tile.tone-2{background:linear-gradient(150deg,#493a36,#211c1c)}.favorite-tile .story-art{width:130px;height:130px;margin-bottom:30px;box-shadow:0 16px 24px #0003}.favorite-tile h3{letter-spacing:-.04em;overflow-wrap:anywhere;margin:14px 0 8px;font-size:26px}.favorite-tile>p:last-child{color:#bfc0c6;font-size:13px}.story-art{background:repeating-radial-gradient(circle,#272b30 0 4px,#414747 5px 6px);border-radius:12px;flex-shrink:0;place-items:center;display:grid;position:relative;overflow:hidden}.story-art>svg{color:#d4f77d;z-index:0;width:45%;height:45%}.story-art img{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;inset:0}.home-duo{grid-template-columns:1fr 1fr;gap:22px;display:grid}.home-panel{background:var(--story-panel);border-radius:var(--story-radius);min-width:0;padding:30px}.home-panel h2{letter-spacing:-.045em;margin:12px 0 22px;font-size:28px}.story-ranking{margin:0;padding:0;list-style:none}.story-ranking li{border-bottom:1px solid #ffffff16;align-items:center;gap:17px;padding:18px 0;display:flex}.story-ranking li:last-child{border-bottom:0}.story-ranking li>b{opacity:.5;font-variant-numeric:tabular-nums;font-size:22px;font-weight:500}.story-ranking li>div{flex:1;min-width:0}.story-ranking strong{overflow-wrap:anywhere;letter-spacing:-.02em;font-size:18px;line-height:1.4;display:block}.story-ranking span{opacity:.6;margin-top:4px;font-size:12px;display:block}.story-ranking li>small{white-space:nowrap;opacity:.6;font-size:11px}.sound-axes{gap:15px;display:grid}.sound-axes>div>div:first-child{justify-content:space-between;gap:15px;font-size:14px;display:flex}.sound-axes small{opacity:.6;font-size:10px;line-height:1.5}.sound-axes>div>small{margin-top:5px;display:block}.sound-meter{background:#ffffff15;border-radius:10px;height:5px;margin-top:8px;overflow:hidden}.sound-meter i{background:var(--story-lilac);border-radius:10px;height:100%;display:block}.discovery-bridge{border-radius:var(--story-radius);background:linear-gradient(115deg,#343039,#20232a);align-items:center;gap:25px;padding:38px;display:flex}.discovery-bridge>svg{color:var(--story-lilac);flex-shrink:0}.discovery-bridge>div{flex:1}.discovery-bridge h2{letter-spacing:-.04em;margin:10px 0;font-size:32px}.discovery-bridge p:last-child{color:#bab8c2;max-width:480px;font-size:14px;line-height:1.6}.personal-fact{margin:22px 0}.personal-fact h3{letter-spacing:-.03em;margin:0 0 10px;font-size:24px}.personal-fact p{opacity:.75;margin:0;line-height:1.65}.story-dialog{color:#fff;background:#08090c;border:0;width:100vw;max-width:none;height:100dvh;max-height:none;margin:0;padding:18px 24px;position:fixed;inset:0;overflow:auto}.story-dialog::backdrop{background:#000e}.story-controls{letter-spacing:.04em;justify-content:space-between;align-items:center;gap:15px;max-width:1040px;margin:auto;font-size:11px;display:flex}.story-controls button{color:#fff;cursor:pointer;background:#ffffff08;border:1px solid #ffffff25;border-radius:30px;justify-content:center;align-items:center;gap:8px;min-width:44px;min-height:44px;padding:8px 15px;display:flex}.story-controls button:disabled{opacity:.25;cursor:default}.story-controls>span{color:#b2b4be}.story-progress{gap:5px;max-width:1040px;margin:12px auto;display:flex}.story-progress button{cursor:pointer;background:#303238;border:0;border-radius:4px;flex:1;height:5px;padding:0}.story-progress button.filled{background:var(--story-lime)}.story-stage{max-width:1040px;margin:0 auto;animation:.2s ease-out story-enter}.story-card{background:radial-gradient(at 100% 0,#394c4333,#0000 70%),#1b2224;border-radius:20px;flex-direction:column;min-height:calc(100dvh - 170px);padding:30px 56px 24px;display:flex;overflow:hidden}.story-card-top,.story-card footer{letter-spacing:.14em;opacity:.65;justify-content:space-between;gap:16px;font-size:10px;display:flex}.story-card footer{margin-top:auto;padding-top:30px;font-size:9px}.story-card-content{flex-direction:column;flex:1;justify-content:center;max-width:100%;padding:25px 0;display:flex}.story-card h2{letter-spacing:-.055em;text-wrap:balance;max-width:850px;margin:15px 0 25px;font-size:clamp(35px,4.2vw,65px);line-height:1.08}.story-card p:not(.eyebrow){max-width:720px;font-size:18px;line-height:1.6}.story-card .card-note{opacity:.67;line-height:1.65;font-size:12px!important}.giant-number{letter-spacing:-.07em;margin:10px 0 20px;font-size:clamp(80px,11vw,154px);font-weight:850;line-height:1}.giant-number small{letter-spacing:-.03em;margin-top:12px;font-size:20px;font-weight:500;display:block}.giant-number.medium{font-size:clamp(55px,7vw,100px)}.lime-card .source-caption,.peach-card .source-caption{color:#34432e!important}.lime-card .story-ranking li,.peach-card .story-ranking li{border-color:#0002}.spotlight{align-items:center;gap:40px;display:flex}.spotlight .story-art{width:clamp(150px,25vw,280px);height:clamp(150px,25vw,280px)}.story-card .story-ranking{max-width:850px}.story-card .story-ranking strong{font-size:clamp(20px,2.6vw,30px)}.story-card .story-ranking li{padding:18px 0}.story-card .story-ranking li>b{font-size:32px}.story-card .story-ranking li>small{font-size:14px}.story-card .story-stat-grid{margin:22px 0 35px}.story-card .sound-axes{grid-template-columns:1fr 1fr;gap:24px 36px;max-width:850px}.story-card .sound-axes>div>div:first-child{font-size:19px}.story-card .sound-axes small{font-size:11px}.story-card .source-caption{margin-top:25px}.story-bottom{padding-top:16px}.month-journey{align-items:flex-end;gap:6px;min-height:210px;padding-bottom:12px;display:flex;overflow-x:auto}.month-journey>div{text-align:center;flex:1;min-width:23px}.month-journey i{background:var(--story-lime);opacity:.8;border-radius:5px 5px 0 0;display:block}.month-journey small{writing-mode:vertical-rl;color:#bec8c0;margin-top:8px;font-size:9px;transform:rotate(180deg)}.chapter-highlights p{align-items:baseline;gap:12px;display:flex;margin:10px 0!important;font-size:15px!important}.chapter-highlights b{opacity:.6;font-size:11px}.chapter-highlights span{opacity:.5;margin-left:auto;font-size:11px}.era-table{max-width:750px;overflow:auto}.era-table table{width:100%;min-width:340px}.era-table td,.era-table th{text-align:left;padding:13px}.story-loading{color:#b8c7b5;justify-content:center;align-items:center;gap:16px;min-height:45vh;display:flex}.nav-group{color:#7b8085;letter-spacing:.16em;padding:20px 14px 7px;font-size:9px}@keyframes story-enter{0%{opacity:.45;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width>=1600px){.music-home{max-width:1440px;margin:auto}.music-hero{min-height:530px}.hero-orbits{right:0}}@media (width<=1100px){.music-hero{padding:38px 30px}.hero-orbits{opacity:.3;right:-180px}.discovery-bridge{flex-wrap:wrap}.home-favorites{gap:12px}.favorite-tile{padding:19px}.favorite-tile h3{font-size:22px}.spotlight{gap:25px}.home-panel{padding:23px}}@media (width<=760px){.home-duo{grid-template-columns:1fr}.home-favorites{scroll-snap-type:x mandatory;padding-bottom:10px;display:flex;overflow-x:auto}.favorite-tile{scroll-snap-align:start;flex:1;min-width:240px}.music-hero h2{font-size:56px}.hero-actions{flex-wrap:wrap;gap:5px}.story-stat-grid{gap:14px}.story-stat-grid>div{padding:15px 0}.story-stat-grid strong{font-size:31px}.story-stat-grid span{font-size:11px}.music-home{gap:23px}.music-hero{min-height:440px}.discovery-bridge{padding:28px}.story-dialog{padding:10px}.story-card{min-height:calc(100dvh - 160px);padding:23px}.story-card h2{font-size:39px}.story-card-content{padding:25px 0}.spotlight{flex-direction:column;align-items:flex-start;gap:15px}.spotlight .story-art{width:160px;height:160px}.spotlight .giant-number{font-size:65px}.story-card .story-ranking li>small{font-size:11px}.story-card .story-ranking strong{font-size:22px}.story-card .sound-axes{grid-template-columns:1fr;gap:16px}.story-card .sound-axes>div>div:first-child{font-size:16px}.story-card footer span,.story-bottom>span{display:none}.story-card .story-stat-grid{grid-template-columns:1fr}.story-card .story-stat-grid>div{flex-direction:row;align-items:center;gap:25px}.story-card .story-stat-grid strong{min-width:100px}.story-card .story-stat-grid span{font-size:13px}.story-card .personal-fact h3{font-size:23px}.story-card .personal-fact p{font-size:15px}.story-card-top{font-size:9px}.story-toolbar{align-items:flex-start}.story-toolbar>.eyebrow{font-size:9px}.story-toolbar label{gap:6px;font-size:11px}.story-toolbar select{max-width:160px}.music-hero-copy .source-caption{max-width:230px}}@media (prefers-reduced-motion:reduce){.story-stage{animation:none}.story-dialog *{transition:none!important;animation:none!important}}@media (width<=700px){.nav-group{display:none!important}.sidebar nav{flex-direction:row;gap:0;overflow-x:auto;justify-content:flex-start!important;display:flex!important}.sidebar nav button{flex:0 0 72px;min-width:72px}.sidebar nav .nav-label-compact{display:block}.sidebar nav .nav-label-full{display:none}}@media (width>=701px) and (width<=900px){.music-hero h2{font-size:46px}.story-stat-grid{grid-template-columns:1fr}.home-favorites{display:flex;overflow-x:auto}.favorite-tile{min-width:230px}.story-toolbar{flex-wrap:wrap}.music-hero{padding:30px 24px}.music-hero .hero-actions{flex-direction:column;align-items:flex-start}}.sidebar{overflow-y:auto}.moving-race{isolation:isolate;height:408px;margin:12px 0;position:relative;overflow:hidden}.race-watermark{letter-spacing:-.07em;opacity:.045;pointer-events:none;font-size:clamp(56px,10vw,130px);font-weight:850;position:absolute;bottom:0;right:6px}.moving-race-row{width:100%;height:62px;color:inherit;text-align:left;cursor:pointer;will-change:transform;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:12px;padding:7px 10px;transition:transform .85s cubic-bezier(.22,.7,.2,1),opacity .5s;display:flex;position:absolute;inset:0 0 auto}.moving-race-row[aria-pressed=true]{background:#1ed7600b;border-color:#1ed76066}.moving-race-row[aria-hidden=true]{pointer-events:none}.moving-race-row:focus-visible{outline-offset:-2px;outline:2px solid #1ed760}.race-number{color:#a1afa5;min-width:28px;font-size:16px}.race-avatar{color:#deffe7;background:#315b40;border:2px solid #1ed76044;border-radius:50%;flex-shrink:0;place-items:center;width:44px;height:44px;font-size:16px;font-weight:750;display:grid;position:relative;overflow:hidden}.race-avatar img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.race-body{flex:1;min-width:0}.race-body strong{white-space:nowrap;text-overflow:ellipsis;font-size:16px;line-height:1.25;display:block;overflow:hidden}.race-bar{background:#ffffff09;border-radius:10px;height:9px;margin-top:9px;display:block}.race-bar i{background:linear-gradient(90deg,#18934b,#1ed760);border-radius:10px;height:100%;transition:width .85s cubic-bezier(.22,.7,.2,1);display:block}.race-value{font-variant-numeric:tabular-nums;text-align:right;min-width:62px;font-size:17px}.race-value small{opacity:.55;font-size:12px;display:block}.race-art-note{opacity:.6;font-size:12px!important;line-height:1.5!important}.race-speed{color:#b1c1b7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:13px;display:flex}.race-speed label{align-items:center;gap:10px;display:flex}.race-speed select{min-height:44px}.compact-race{background:0 0;padding:0}.compact-race .section-intro{margin:0}.compact-race .section-intro .eyebrow{display:none}.story-card .compact-race .source-caption{margin-top:12px}.story-card .sound-journey{background:0 0;padding:0}.story-card .sound-journey>h2,.story-card .sound-journey>.eyebrow{display:none}.heatmap-scroll{scrollbar-width:thin;padding:10px 0;overflow-x:auto}.heatmap-grid{grid-template-columns:55px repeat(12,minmax(28px,1fr));gap:7px;min-width:500px;display:grid}.heatmap-year{display:contents}.heatmap-year>strong{color:#b4c7ba;align-self:center;font-size:14px}.heatmap-month{text-align:center;opacity:.6;font-size:12px}.heatmap-year button{cursor:pointer;border:1px solid #ffffff18;border-radius:7px;height:38px;transition:transform .2s,outline .2s}.heatmap-year button:disabled{cursor:default;border-style:dashed}.heatmap-year button[aria-pressed=true]{outline-offset:1px;outline:2px solid #fff}.heatmap-year button:not(:disabled):hover{transform:scale(1.08)}.heatmap-detail{justify-content:space-between;gap:24px;margin-top:24px;display:flex}.heatmap-detail span{color:#a5b6aa;font-size:14px}.heatmap-detail strong{letter-spacing:-.05em;margin:12px 0;font-size:32px;display:block}.heatmap-detail p{color:#bbc7bf;max-width:340px;font-size:16px;line-height:1.6}.feature-tabs{flex-wrap:wrap;gap:8px;margin:20px 0;display:flex}.feature-tabs button{color:inherit;cursor:pointer;background:#ffffff09;border:1px solid #fff2;border-radius:22px;min-height:44px;padding:11px 16px;font-size:14px}.feature-tabs button[aria-pressed=true]{color:#26143e;background:#bba0ff;border-color:#bba0ff}.sound-plot{overflow-x:auto}.sound-plot svg{width:100%;min-width:380px;max-height:330px;display:block}.sound-plot polyline{stroke-dasharray:1200;stroke-dashoffset:0;animation:1s ease-out draw-sound}.sound-plot circle{transition:cy .45s}.sound-insight{border-left:3px solid #bba0ff;padding:8px 0 8px 18px;font-size:17px;line-height:1.7}.sound-journey summary{cursor:pointer;min-height:44px;padding:12px 0;font-size:14px}@keyframes draw-sound{0%{stroke-dashoffset:1200px}to{stroke-dashoffset:0}}@media (width<=760px){.moving-race-row{gap:7px;padding:7px 2px}.race-avatar{width:36px;height:36px;font-size:13px}.race-number{min-width:24px;font-size:13px}.race-body strong{font-size:14px}.race-value{min-width:50px;font-size:14px}.race-speed{font-size:12px}.heatmap-detail{flex-direction:column;gap:0}.feature-tabs{gap:6px}.feature-tabs button{padding:10px 12px;font-size:13px}.sound-insight{font-size:15px}.story-card .compact-race .section-intro label{font-size:13px}.story-card:has(.compact-race){padding-left:15px;padding-right:15px}}.story-listen-link{color:inherit;align-items:center;gap:8px;text-decoration:none;display:inline-flex}.story-listen-link:hover{text-decoration:underline}.story-listen-link svg{opacity:.65;flex-shrink:0}.story-listen-link:focus-visible{outline-offset:5px;border-radius:4px;outline:2px solid}.artist-timeline .section-intro{flex-wrap:wrap;gap:18px}.artist-timeline .section-intro label{color:#b3c2b7;align-items:center;gap:10px;font-size:14px;display:flex}.rank-player{align-items:center;gap:12px;margin:16px 0;display:flex}.rank-player strong{letter-spacing:-.06em;text-align:center;min-width:125px;font-size:34px}.rank-player button{color:#fff;cursor:pointer;background:#ffffff09;border:1px solid #ffffff28;border-radius:50%;place-items:center;width:44px;height:44px;display:grid}.rank-player button:disabled{opacity:.3;cursor:default}.rank-player button:last-child{color:#091b10;background:#1ed760;margin-left:auto}.rank-race{margin:24px 0;padding:0;list-style:none}.rank-race li{margin:8px 0}.rank-race button{text-align:left;color:#fff;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:16px;width:100%;min-height:62px;padding:12px;display:flex}.rank-race button[aria-pressed=true]{background:#1ed76012;border-color:#1ed76044}.rank-race button>span:last-child{color:#a4b5a9;white-space:nowrap;font-size:13px}.rank-position{color:#7d9484;min-width:34px;font-size:22px}.rank-name{overflow-wrap:anywhere;flex:1;min-width:0;font-size:19px;font-weight:650}.rank-name i{background:#1ed760;border-radius:8px;height:5px;margin-top:12px;transition:width .5s;display:block}.artist-selector,.recap-options{flex-wrap:wrap;gap:18px;margin:22px 0;display:flex}.artist-selector label,.recap-options label{color:#b7c4bb;flex-direction:column;flex:1;gap:10px;min-width:150px;font-size:14px;display:flex}.artist-selector select,.artist-selector input,.recap-options select{color:#fff;max-width:100%;min-height:44px;font:inherit;background:#222825;border:1px solid #ffffff30;border-radius:10px;padding:10px}.rank-spotlight{justify-content:space-between;align-items:center;gap:20px;padding:20px 0;display:flex}.rank-spotlight strong{letter-spacing:-.04em;font-size:26px;display:block}.rank-spotlight span{color:#1ed760;margin-top:10px;font-size:14px;display:block}.rank-spotlight p{color:#b7c4bb;max-width:280px;font-size:14px;line-height:1.6}.rank-chart{scrollbar-width:thin;overflow-x:auto}.rank-chart svg{width:100%;height:225px;display:block}.rank-data{margin-top:15px}.rank-data summary,.recap-customizer summary{cursor:pointer;color:#c2d8c9;min-height:44px;padding:12px 0;font-size:14px}.recap-customizer{flex-basis:100%}.recap-options{max-width:540px;margin-top:6px}.recap-mini{background:#131416;border:2px solid #1ed760;border-radius:18px;width:min(100%,340px);padding:28px}.recap-mini>span{letter-spacing:.07em;font-size:12px}.recap-mini>strong{letter-spacing:-.06em;margin:24px 0;font-size:32px;display:block}.recap-mini ol{color:#e4ebe7;padding-left:20px;font-size:16px;line-height:1.8}.recap-mini li{overflow-wrap:anywhere;padding-left:5px}@media (width<=760px){.rank-spotlight{flex-direction:column;align-items:flex-start;gap:4px}.rank-race button{gap:10px;padding:10px 5px}.rank-name{font-size:16px}.rank-position{min-width:24px;font-size:18px}.rank-race button>span:last-child{font-size:12px}.rank-player strong{font-size:30px}.artist-selector{flex-direction:column}.artist-timeline .section-intro label{font-size:13px}}:root{--story-lime:#1ed760;--story-peach:#ffb8dc;--story-lilac:#bba0ff}.music-hero{background:radial-gradient(at 95% 15%,#1ed76026,#0000 65%),#141916;min-height:390px}.music-hero h2{font-size:clamp(48px,6vw,88px)}.music-home .home-panel h2{letter-spacing:-.055em;font-size:clamp(26px,3vw,38px)}.lime-card{color:#072314;background:#1ed760}.peach-card{color:#35122a;background:#ffb8dc}.violet-card{background:radial-gradient(at 100% 0,#714fc6aa,#0000 65%),#231b36}.story-card{min-height:calc(100dvh - 225px);position:relative}.story-card h2{animation:.55s cubic-bezier(.2,.8,.2,1) both story-headline}.story-card .giant-number{font-variant-numeric:tabular-nums}.story-card .story-ranking li{animation:.55s ease-out both story-rank}.story-card .story-ranking li:nth-child(2){animation-delay:.13s}.story-card .story-ranking li:nth-child(3){animation-delay:.26s}.story-card .story-ranking li:nth-child(4){animation-delay:.39s}.story-card .story-ranking li:nth-child(5){animation-delay:.52s}.story-card .sound-meter i{transform-origin:0;animation:1s cubic-bezier(.2,.8,.2,1) both story-meter}.story-controls{font-size:12px}.player-actions{align-items:center;gap:8px;display:flex}.player-actions button{flex-shrink:0;padding:8px}.story-speed select{color:#fff;background:#1b1d21;border:1px solid #ffffff30;border-radius:12px;min-height:44px;padding:8px;font-size:14px}.story-progress{--elapsed:0%;align-items:center;gap:4px;min-height:28px;margin:4px auto}.story-progress button{background:0 0;border-radius:0;height:28px;position:relative;overflow:hidden}.story-progress button:before{content:"";background:#34373d;border-radius:4px;height:5px;position:absolute;top:11px;left:0;right:0}.story-progress button i{background:#1ed760;border-radius:4px;width:0;height:5px;position:absolute;top:11px;left:0}.story-progress button.complete i{width:100%}.story-progress button.current i{width:var(--elapsed)}.story-progress button.current:before{background:#55755f}.story-progress button:focus-visible{outline-offset:-2px;outline:2px solid #fff}.player-hint{color:#adb8b1;max-width:1040px;margin:2px auto 12px;font-size:12px}.story-stage{touch-action:auto;outline-offset:4px}.story-stage:focus-visible{border-radius:22px;outline:2px solid #1ed760}.chapter-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-width:1040px;margin:8px auto 18px;display:grid}.chapter-picker button{text-align:left;color:#fff;cursor:pointer;background:#1d2220;border:1px solid #39433d;border-radius:12px;align-items:center;gap:12px;min-height:52px;padding:12px;font-size:12px;display:flex}.chapter-picker button[aria-current]{color:#1ed760;border-color:#1ed760}.chapter-picker button span{opacity:.6;font-variant-numeric:tabular-nums}.player-recap{max-width:1040px;margin:10px auto}.recap-download{flex-wrap:wrap;align-items:center;gap:8px 20px;display:flex}.recap-download small{color:#aab5ad;font-size:12px;line-height:1.5}.recap-download .text-button{color:#1ed760;font-size:14px}.story-card-top,.story-card footer{font-size:12px}.story-card .card-note{font-size:13px!important}.month-focus{justify-content:space-between;align-items:flex-start;gap:24px;padding:18px 0 24px;display:flex}.month-focus>div{flex-direction:column;gap:10px;min-width:0;display:flex}.month-focus>div:last-child{text-align:right;flex-shrink:0}.month-focus span{opacity:.65;font-size:14px}.month-focus strong{letter-spacing:-.05em;overflow-wrap:anywhere;font-size:clamp(25px,4vw,48px)}.month-focus b{font-variant-numeric:tabular-nums;letter-spacing:-.05em;font-size:clamp(30px,4vw,54px)}.month-bars{scrollbar-width:thin;align-items:flex-end;gap:5px;min-height:185px;padding:8px 3px 16px;display:flex;position:relative;overflow-x:auto}.month-bars button{min-width:32px;min-height:170px;color:inherit;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-direction:column;flex:1;justify-content:flex-end;align-items:stretch;padding:4px 2px;display:flex}.month-bars button i{transform-origin:bottom;background:#39794b;border-radius:5px 5px 1px 1px;transition:background .2s,height .4s;animation:.6s both story-meter-y;display:block}.month-bars button[aria-pressed=true] i{background:#1ed760;box-shadow:0 0 20px #1ed76033}.month-bars button[aria-pressed=true]{background:#1ed76013;outline:1px solid #1ed76077}.month-bars button span{writing-mode:vertical-rl;opacity:.7;margin:10px auto 0;font-size:12px}.month-scrubber{color:inherit;flex-direction:column;gap:12px;font-size:14px;display:flex}.month-scrubber input{accent-color:#1ed760;cursor:ew-resize;width:100%;min-height:32px}.month-explorer .card-note{opacity:.65;font-size:13px;line-height:1.6}.artist-guess>p{margin-bottom:20px}.guess-options{grid-template-columns:1fr 1fr;gap:12px;max-width:850px;display:grid}.guess-options button{min-height:64px;color:inherit;text-align:left;cursor:pointer;background:#ffffff36;border:2px solid #35122a35;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font:600 18px/1.3 inherit;display:flex}.guess-options button:disabled{cursor:default;opacity:.6}.guess-options button.guess-winner{color:#b6ffcc;opacity:1;background:#142d20;border-color:#142d20}.guess-options button.guess-picked{opacity:1;border-color:#35122a}.guess-result{min-height:74px;margin-top:24px;font-size:16px;line-height:1.6}.guess-result strong{letter-spacing:-.04em;font-size:24px}.guess-result p{margin:10px 0;font-size:16px!important}.era-selectors{gap:18px;margin:8px 0 24px;display:flex}.era-selectors label{color:#b5bdb9;align-items:center;gap:10px;font-size:14px;display:flex}.era-selectors select{min-width:90px;min-height:44px}.era-matchup{grid-template-columns:1fr 1fr;gap:18px;display:grid}.era-matchup>div{background:#1ed7600b;border:1px solid #1ed7602b;border-radius:18px;min-width:0;padding:24px}.era-matchup>div+div{background:#bba0ff0b;border-color:#bba0ff35}.era-matchup span{color:#1ed760;letter-spacing:-.06em;margin-bottom:20px;font-size:34px;display:block}.era-matchup>div+div span{color:#bba0ff}.era-matchup strong{letter-spacing:-.05em;overflow-wrap:anywhere;font-size:clamp(24px,3vw,40px);display:block}.era-matchup p{color:#b9c2bc;font-size:16px;line-height:1.5}.era-matchup small{color:#909c94;font-size:12px}.era-change{color:#d3f6dd;align-items:center;gap:10px;padding:24px 0;font-size:20px;display:flex}.era-feature-shifts{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.era-feature-shifts>div{border-top:1px solid #ffffff20;flex-direction:column;gap:9px;padding:16px 0;display:flex}.era-feature-shifts span{color:#a8b5ad;font-size:14px}.era-feature-shifts b{font-size:19px}.era-feature-shifts small{color:#84948a;font-size:12px}@keyframes story-headline{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes story-rank{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes story-meter{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes story-meter-y{0%{transform:scaleY(.1)}to{transform:scaleY(1)}}@media (width<=760px){.music-hero{min-height:350px;padding:30px 24px}.music-hero h2{font-size:50px}.story-controls{gap:8px}.story-controls>span{max-width:120px;font-size:11px;line-height:1.5}.player-actions{gap:5px}.player-actions button{min-width:40px;min-height:44px}.story-speed select{max-width:64px;padding:8px 4px}.chapter-picker{grid-template-columns:1fr 1fr}.story-card{padding:24px 20px}.story-card h2{font-size:36px}.story-card p:not(.eyebrow){font-size:16px}.guess-options{grid-template-columns:1fr;gap:8px}.guess-options button{min-height:50px;padding:12px 16px;font-size:16px}.month-focus{gap:14px}.month-focus strong{font-size:27px}.month-focus b{font-size:32px}.month-focus span{font-size:12px}.era-matchup{gap:10px}.era-matchup>div{padding:16px}.era-matchup strong{font-size:24px}.era-matchup p{font-size:14px}.era-matchup small{font-size:12px}.era-selectors{gap:14px}.era-selectors label{flex-direction:column;align-items:flex-start}.era-feature-shifts{grid-template-columns:1fr}.era-feature-shifts>div{grid-template-columns:1fr 1fr;display:grid}.era-feature-shifts small{grid-column:1/-1}.story-card-top{font-size:11px}.player-recap{padding-bottom:14px}}@media (prefers-reduced-motion:reduce){.music-home *,.story-dialog *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.lab-hero{background:radial-gradient(at 100% 0,#5a694455,#0000 70%),#202621;border-radius:24px;padding:42px}.lab-hero h2{letter-spacing:-.065em;margin:18px 0;font-size:clamp(38px,5vw,70px);line-height:1.06}.lab-hero>p:not(.eyebrow){color:#b7c2b8;max-width:600px;line-height:1.7}.lab-hero .primary-button{background:#d4f77d;margin-top:12px}.discovery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.discovery-card{background:#1b1c20;border-radius:22px;min-width:0;overflow:hidden}.discovery-art{color:#d4f77d;background:radial-gradient(circle at 30% 30%,#726c9d55,#0000 55%),linear-gradient(140deg,#394138,#232530);place-items:center;height:160px;display:grid;position:relative}.discovery-art img{object-fit:cover;opacity:.8;z-index:1;width:100%;height:100%;position:absolute;inset:0}.discovery-art>svg{opacity:.5}.lab-rank,.lab-band{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:2;background:#111c;border-radius:20px;padding:7px 12px;font-size:11px;position:absolute;top:18px}.lab-rank{left:18px}.lab-band{right:18px}.discovery-body{padding:25px}.discovery-heading{justify-content:space-between;align-items:start;gap:16px;display:flex}.discovery-heading h3{letter-spacing:-.04em;overflow-wrap:anywhere;margin:0 0 8px;font-size:25px}.discovery-heading p{color:#c4c4ca;margin:0 0 5px;font-size:14px}.discovery-heading small{color:#8d8d98;font-size:11px}.compatibility{text-align:right;min-width:82px}.compatibility strong{letter-spacing:-.06em;color:#d4f77d;font-size:37px}.compatibility span{color:#888b92;font-size:9px;display:block}.lab-explanation{color:#b1b2bb;margin:22px 0;font-size:13px;line-height:1.7}.lab-track-meta{color:#91959e;flex-wrap:wrap;justify-content:space-between;gap:10px;margin:20px 0;font-size:10px;display:flex}.lab-track-meta a{color:#d4f77d;align-items:center;gap:4px;display:inline-flex}.feedback-controls{border-top:1px solid #ffffff14;padding-top:18px}.feedback-buttons{flex-wrap:wrap;gap:7px;display:flex}.feedback-buttons button{color:#d4d4db;cursor:pointer;background:#272930;border:1px solid #44464f;border-radius:20px;min-height:36px;padding:8px 12px;font-size:11px}.feedback-buttons button:hover{border-color:#c4b7ff}.feedback-buttons button[aria-pressed=true]{color:#162012;background:#d4f77d;border-color:#0000}.feedback-buttons button:disabled{opacity:.5}.feedback-buttons button span{opacity:.5;font-size:9px}.feedback-status{color:#b8c6b4;min-height:30px;margin-top:10px;font-size:10px;line-height:1.6}.evaluation-hero{background:radial-gradient(at 100% 0,#73619355,#0000 70%),#25212f}.evaluation-hero label{color:#c1b7d5;font-size:13px}.evaluation-hero select{margin-left:10px}.evaluation-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.evaluation-metrics>div{background:#202027;border-radius:18px;flex-direction:column;gap:14px;padding:23px;display:flex}.evaluation-metrics span{color:#aaa9b7;font-size:12px}.evaluation-metrics strong{letter-spacing:-.04em;font-size:32px}.band-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px;display:grid}.band-metrics>div{border:1px solid #393540;border-radius:14px;flex-direction:column;gap:10px;padding:17px;font-size:13px;display:flex}.band-metrics span{color:#aaa;font-size:11px}.score-history-notice{color:#c9c5d2;background:#ffffff08;border-radius:12px;margin:18px 0;padding:15px;font-size:12px;line-height:1.7}@media (width<=1000px){.discovery-grid{grid-template-columns:1fr}.evaluation-metrics{grid-template-columns:1fr 1fr}}@media (width<=760px){.lab-hero{padding:28px}.lab-hero h2{font-size:43px}.discovery-body{padding:20px}.band-metrics{grid-template-columns:1fr}.evaluation-metrics>div{padding:18px}.compatibility{min-width:75px}.discovery-heading h3{font-size:23px}}
