:root{--ink:#17151f;--muted:#77727f;--paper:#faf9f6;--card:#fff;--green:#00ff5c;--purple:#bd00ff;--yellow:#fff500;--line:#e6e1e8}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Hiragino Sans",sans-serif}button,input{font:inherit}.site-header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);border-bottom:1px solid var(--line);background:rgba(250,249,246,.88);backdrop-filter:blur(12px);position:sticky;top:0;z-index:3}.brand{color:var(--ink);text-decoration:none;font-weight:900;letter-spacing:.14em;display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:30px;height:30px;background:var(--purple);color:white;clip-path:polygon(0 0,100% 0,100% 70%,80% 70%,80% 100%,53% 100%,53% 80%,0 80%);font-weight:900}.header-note,.eyebrow{font-size:11px;letter-spacing:.14em;font-weight:800;color:var(--muted)}.shell{max-width:1120px;margin:auto;padding:58px 24px 100px}.hero{min-height:360px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:32px}.hero h1{font-size:clamp(42px,6vw,78px);line-height:1.08;letter-spacing:-.08em;margin:18px 0}.hero h1 em{font-style:normal;color:var(--purple)}.lede{color:var(--muted);max-width:480px;line-height:1.8}.hero-art{height:290px;position:relative;display:grid;place-items:center}.hero-art span{font-size:130px;font-weight:900;z-index:1;color:var(--ink);transform:rotate(-10deg)}.orb{position:absolute;border-radius:50%}.orb-a{width:210px;height:210px;background:var(--green);top:10px;right:15%}.orb-b{width:120px;height:120px;background:var(--yellow);bottom:5px;left:18%}.orb-c{width:160px;height:160px;background:var(--purple);right:4%;bottom:15px}.panel{background:var(--card);border:1px solid var(--line);border-radius:24px;padding:clamp(22px,4vw,42px);box-shadow:0 18px 50px rgba(25,15,40,.05);margin-top:24px}.section-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:28px}.section-heading h2{font-size:clamp(28px,4vw,44px);letter-spacing:-.05em;margin:8px 0 0}.count-badge{background:var(--green);padding:8px 12px;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.search-label{display:block;font-size:13px;font-weight:800;margin-bottom:9px}.search-row{display:flex;gap:10px}.search-row input{flex:1;border:2px solid var(--ink);border-radius:12px;padding:15px 16px;background:var(--paper);outline:none}.search-row input:focus{box-shadow:5px 5px 0 var(--yellow)}.ghost,.primary{border:0;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer}.ghost{color:var(--ink);background:#f1eef2}.primary{color:var(--ink);background:var(--green);padding:15px 23px}.primary:disabled{opacity:.38;cursor:not-allowed}.muted{color:var(--muted);font-size:13px}.track-list{display:grid;gap:10px;max-height:380px;overflow:auto;margin:20px 0}.track{display:flex;align-items:center;gap:14px;border:1px solid var(--line);border-radius:14px;padding:13px 16px;cursor:pointer;transition:.18s}.track:hover{border-color:var(--purple);transform:translateY(-1px)}.track.selected{background:#f5eaff;border-color:var(--purple)}.track-check{width:22px;height:22px;border:2px solid var(--ink);border-radius:6px;display:grid;place-items:center;flex:0 0 auto}.selected .track-check{background:var(--purple);color:white}.track-title{font-weight:800}.track-artist{color:var(--muted);font-size:13px}.track-id{margin-left:auto;color:#aaa;font-size:10px}.selection-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:22px}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.chip{font-size:12px;padding:7px 10px;background:var(--ink);color:white;border-radius:999px}.result-panel{scroll-margin-top:90px}.result-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center}.type-card{padding:28px;border-radius:18px;background:var(--ink);color:white;min-height:210px;position:relative;overflow:hidden}.type-card:after{content:"";position:absolute;width:160px;height:160px;border-radius:50%;background:var(--green);right:-50px;bottom:-70px}.type-kicker{font-size:10px;letter-spacing:.15em;color:var(--green);font-weight:800}.type-card h3{font-size:36px;margin:28px 0 10px;letter-spacing:-.06em;position:relative;z-index:1}.type-card p{color:#d4ced8;line-height:1.6;position:relative;z-index:1}.chart-wrap{display:grid;place-items:center}.chart-wrap canvas{width:100%;max-width:440px;height:auto}.chosen-summary{display:flex;flex-wrap:wrap;gap:6px;margin-top:14px}.chosen-summary span{font-size:11px;color:var(--muted)}.recommend-head{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);margin-top:35px;padding-top:28px}.recommend-head h3{font-size:26px;margin:8px 0}.recommendations{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.recommendation{padding:16px;border:1px solid var(--line);border-radius:14px}.recommendation strong{display:block;margin-bottom:5px}.recommendation small{color:var(--muted)}footer{display:flex;justify-content:space-between;max-width:1120px;margin:auto;padding:25px 24px 50px;color:var(--muted);font-size:11px}@media(max-width:700px){.header-note{display:none}.shell{padding-top:30px}.hero{grid-template-columns:1fr;min-height:0}.hero-art{height:150px;order:-1}.hero-art span{font-size:72px}.orb-a{width:110px;height:110px}.orb-b{width:70px;height:70px}.orb-c{width:95px;height:95px}.result-grid{grid-template-columns:1fr}.recommendations{grid-template-columns:1fr}.track-id{display:none}footer{display:block}footer span{display:block;margin-top:8px}}
