:root{--bg:#000;--surface:#121212;--surface-hover:#1a1a1a;--elevated:#181818;--text:#fff;--text-muted:#b3b3b3;--text-dim:#6a6a6a;--accent:#ff8a1a;--accent-hover:#ff9d3d;--track:#3e3e3e;--radius:12px;--header-h:72px;--player-h:92px;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif}*,:before,:after{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0}body{min-height:100dvh}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}code{color:var(--accent);font-size:.92em}#app{min-height:100dvh}.site-header{min-height:var(--header-h);border-bottom:1px solid #1f1f1f;justify-content:space-between;align-items:center;gap:16px;padding:12px 20px;display:flex}.brand{color:var(--text);align-items:center;gap:12px;display:flex}.brand:hover{color:var(--text)}.brand-logo{object-fit:contain;width:56px;height:56px;display:block}.brand-name{letter-spacing:-.02em;font-size:1.05rem;font-weight:700}.site-nav a{color:var(--text-muted);align-items:center;min-height:44px;font-size:.95rem;font-weight:500;display:inline-flex}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--text)}.page{width:min(880px,100% - 40px);margin:0 auto;padding:32px 0 48px}.page-title,.mix-title{letter-spacing:-.03em;margin:0;font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15}.mix-hero{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.mix-hero-image{border-radius:8px;width:100%;height:auto;display:block}.mix-hero-placeholder{aspect-ratio:1;background:linear-gradient(160deg,#ff9d3d 0%,#ff8a1a 45%,#c45a00 100%);border-radius:8px;width:100%}.mix-hero .mix-title,.mix-hero .eyebrow{margin-bottom:0}.eyebrow{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.8rem;font-weight:600}.mix-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;display:grid}.mix-card{background:var(--surface);border-radius:var(--radius);color:var(--text);flex-direction:column;gap:14px;padding:16px;transition:background .15s,transform .15s;display:flex}.mix-card:hover{background:var(--surface-hover);color:var(--text);transform:translateY(-2px)}.mix-card-art{aspect-ratio:1;color:#000;background:linear-gradient(160deg,#ff9d3d 0%,#ff8a1a 45%,#c45a00 100%);border-radius:8px;place-items:center;display:grid;overflow:hidden}.mix-card-image{object-fit:cover;width:100%;height:100%;display:block}.mix-card-art svg{width:48px;height:48px}.mix-card-title{margin:0;font-size:1rem;font-weight:600;line-height:1.3}.mix-card-sub{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.player-host,.player{background:var(--surface);border-radius:var(--radius);padding:16px}.player-row{align-items:center;gap:14px;display:flex}.play-btn{background:var(--accent);color:#000;cursor:pointer;border:0;border-radius:50%;flex:none;place-items:center;width:52px;height:52px;padding:0;display:grid}.play-btn:hover,.play-btn:focus-visible{background:var(--accent-hover);outline:none}.play-btn svg{width:26px;height:26px}.play-btn:not(.is-playing) svg{margin-left:3px}.player-seek{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.time{color:var(--text-muted);font-variant-numeric:tabular-nums;flex:none;min-width:2.5rem;font-size:.75rem}.time:last-child{text-align:right}.seek{cursor:pointer;touch-action:none;flex:1;align-items:center;height:44px;display:flex;position:relative}.seek-track{background:var(--track);border-radius:999px;width:100%;height:4px;position:relative;overflow:visible}.seek-fill{border-radius:inherit;background:var(--accent);transform-origin:0;width:100%;position:absolute;inset:0 auto 0 0;transform:scaleX(0)}.seek-thumb{background:var(--text);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:0;transform:translate(-50%,-50%);box-shadow:0 0 0 4px #00000059}.player-empty,.player-error,.empty-note{color:var(--text-muted);margin:0;line-height:1.5}.player-error{color:#ffb4a2;margin-top:12px}.track-section{margin-top:32px}.section-title{margin:0 0 12px;font-size:1.1rem;font-weight:600}.tracklist{background:var(--surface);border-radius:var(--radius);margin:0;padding:0;list-style:none;overflow:hidden}.track{border-top:1px solid #1f1f1f;grid-template-columns:36px 1fr auto;align-items:center;gap:8px;min-height:48px;padding:10px 16px;display:grid}.track:first-child{border-top:0}.track-num{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:.9rem}.track-title{font-size:.95rem}.track-time{color:var(--text-muted);font-variant-numeric:tabular-nums;font-size:.8rem}.download-section{margin-top:24px}.download-link{background:var(--surface);min-height:44px;color:var(--text);border-radius:999px;align-items:center;padding:10px 18px;font-size:.95rem;font-weight:500;transition:background .15s,color .15s;display:inline-flex}.download-link:hover{background:var(--surface-hover);color:var(--accent)}@media (width<=720px){.site-header{padding:10px 16px}.brand-name{display:none}.page{width:min(100% - 32px,880px);padding-bottom:calc(var(--player-h) + 36px)}.mix-page .player-host{z-index:10;padding:12px 16px calc(12px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 32px #00000073}.play-btn{width:48px;height:48px}}@media (prefers-reduced-motion:reduce){.mix-card{transition:none}}
