@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap";.site{position:relative;min-height:100vh;overflow:hidden}.scanlines{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:100;background:repeating-linear-gradient(0deg,rgba(0,0,0,.06) 0px,rgba(0,0,0,.06) 1px,transparent 1px,transparent 3px)}.fog{position:fixed;width:600px;height:600px;border-radius:50%;filter:blur(140px);pointer-events:none;z-index:0;opacity:.35}.fog-pink{top:-10%;left:-8%;background:#d946ef}.fog-cyan{bottom:10%;right:-6%;background:#22d3ee}.nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#05050ecc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(147,51,234,.3)}.nav-logo{font-size:20px;font-weight:800;letter-spacing:.12em;color:#e0b0ff;text-shadow:0 0 12px rgba(192,132,252,.6)}.nav-links{display:flex;gap:28px}.nav-links a{color:#a5a5c0;text-decoration:none;text-transform:uppercase;font-size:12px;font-weight:600;letter-spacing:.15em;transition:color .2s}.nav-links a:hover{color:#e0b0ff}.hero{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1100px;margin:0 auto;padding:80px 32px 60px}.hero-jp{font-size:14px;letter-spacing:.3em;color:#c084fc;margin:0 0 12px;text-shadow:0 0 8px rgba(192,132,252,.5)}.hero-title{font-size:clamp(48px,8vw,90px);font-weight:900;line-height:.95;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#e0b0ff,#67e8f9,#f0abfc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 30px rgba(192,132,252,.35))}.hero-sub{margin:20px 0 0;color:#7c7c9a;font-size:14px;letter-spacing:.2em;text-transform:uppercase}.hero-stats{display:flex;gap:32px;margin-top:36px}.stat{display:flex;flex-direction:column;gap:4px}.stat-num{font-size:28px;font-weight:800;color:#e0e0ff;line-height:1}.stat-label{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#6b6b8a}.hero-visual{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.car-art{position:relative;width:100%;max-width:380px;height:180px}.car-body{position:absolute;bottom:30px;left:10%;width:80%;height:55px;background:linear-gradient(180deg,#1e1040,#0d0820);border-radius:8px 8px 4px 4px;border:1px solid rgba(192,132,252,.25);box-shadow:0 0 30px #a855f726,inset 0 1px #ffffff0f}.car-body:before{content:"";position:absolute;bottom:100%;left:22%;width:52%;height:34px;background:linear-gradient(180deg,#14082e,#1a0e3a);border-radius:12px 12px 0 0;border:1px solid rgba(192,132,252,.2);border-bottom:none}.car-body:after{content:"";position:absolute;bottom:100%;left:25%;width:46%;height:28px;margin-bottom:2px;background:linear-gradient(135deg,rgba(103,232,249,.12),transparent);border-radius:10px 10px 0 0}.underglow{position:absolute;bottom:14px;left:14%;width:72%;height:18px;background:radial-gradient(ellipse,rgba(168,85,247,.55),transparent 70%);filter:blur(10px);animation:glow-pulse 3s ease-in-out infinite alternate}@keyframes glow-pulse{0%{opacity:.5}to{opacity:1}}.headlight{position:absolute;bottom:42px;width:14px;height:8px;border-radius:4px;background:#fef9c3;box-shadow:0 0 12px 4px #fef9c399}.hl-l{left:10%}.hl-r{right:10%}.wheel{position:absolute;bottom:20px;width:30px;height:30px;border-radius:50%;background:radial-gradient(circle,#2a2a40,#0a0a14);border:2px solid #3f3f5c;box-shadow:0 0 8px #a855f74d}.wh-f{left:18%}.wh-r{right:18%}.hero-caption{text-align:center;font-size:11px;text-transform:uppercase;letter-spacing:.2em;color:#6b6b8a}.tabs-section{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 32px 60px}.tab-bar{display:flex;gap:0;border-bottom:1px solid rgba(147,51,234,.25);margin-bottom:28px}.tab-bar button{background:none;border:none;color:#6b6b8a;font-family:inherit;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.12em;padding:12px 24px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.tab-bar button:hover{color:#c084fc}.tab-bar button.active{color:#e0b0ff;border-bottom-color:#a855f7}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.card{position:relative;background:#0c0a1cb3;border:1px solid rgba(147,51,234,.2);border-radius:6px;padding:24px 24px 24px 32px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:border-color .25s,box-shadow .25s}.card:hover{border-color:#c084fc73;box-shadow:0 0 30px #a855f726}.card-accent{position:absolute;top:0;left:0;width:3px;height:100%;background:linear-gradient(180deg,#a855f7,#22d3ee);border-radius:6px 0 0 6px}.card h3{margin:0 0 8px;font-size:16px;font-weight:700;color:#e0e0ff}.card p{margin:0 0 12px;font-size:13px;color:#8787a5;line-height:1.6}.card-tag{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.14em;padding:4px 10px;border:1px solid rgba(147,51,234,.3);border-radius:3px;color:#c084fc}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.gallery-item{display:flex;flex-direction:column;gap:8px}.gallery-placeholder{aspect-ratio:4/3;background:radial-gradient(circle at 30% 40%,rgba(168,85,247,.2),transparent 60%),linear-gradient(135deg,#0c0a1c,#140e2e);border:1px solid rgba(147,51,234,.2);border-radius:4px}.gallery-item span{font-size:11px;color:#6b6b8a;text-transform:uppercase;letter-spacing:.1em}.crew-section{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 32px 80px}.section-title{font-size:32px;font-weight:900;color:#e0e0ff;margin:0 0 32px}.section-title span{background:linear-gradient(90deg,#c084fc,#67e8f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.crew-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.crew-card{background:#0c0a1c99;border:1px solid rgba(147,51,234,.15);border-radius:6px;padding:24px;text-align:center;transition:border-color .25s}.crew-card:hover{border-color:#c084fc66}.crew-avatar{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:radial-gradient(circle at top left,#a855f7,#22d3ee);opacity:.7}.crew-card h4{margin:0 0 6px;color:#e0e0ff;font-size:14px;font-weight:700}.crew-card p{margin:0;font-size:12px;color:#6b6b8a;letter-spacing:.08em}.player{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:0 32px 60px}.player-inner{display:flex;align-items:center;gap:20px;padding:18px 24px;background:#0c0a1cb3;border:1px solid rgba(147,51,234,.2);border-radius:6px}.player-label{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:#a855f7;white-space:nowrap}.player-track{flex:1;font-size:14px;color:#c4c4dc;letter-spacing:.05em}.eq{display:flex;align-items:flex-end;gap:3px;height:20px}.eq span{width:3px;background:#a855f7;border-radius:1px;animation:eq-bar .8s ease-in-out infinite alternate}.eq span:nth-child(1){height:8px;animation-delay:0s}.eq span:nth-child(2){height:16px;animation-delay:.15s}.eq span:nth-child(3){height:10px;animation-delay:.3s}.eq span:nth-child(4){height:18px;animation-delay:.45s}.eq span:nth-child(5){height:6px;animation-delay:.6s}@keyframes eq-bar{0%{transform:scaleY(.4)}to{transform:scaleY(1)}}.footer{position:relative;z-index:1;text-align:center;padding:32px;border-top:1px solid rgba(147,51,234,.15)}.footer p{margin:0;font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:#4a4a64}.footer-jp{margin-top:6px!important;color:#3a3a50!important;letter-spacing:.3em!important}@media (max-width: 900px){.hero{grid-template-columns:1fr;padding:48px 24px 40px;gap:32px}.nav{padding:14px 20px}.nav-links{gap:16px}}@media (max-width: 600px){.hero-title{font-size:42px}.hero-stats{gap:20px}.tabs-section,.crew-section,.player{padding-left:20px;padding-right:20px}.cards{grid-template-columns:1fr}.gallery,.crew-grid{grid-template-columns:repeat(2,1fr)}.nav-links a{font-size:10px}}:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#c4c4dc;background-color:#06060f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#06060f}a{color:inherit}img{max-width:100%;display:block}ul{list-style:none;margin:0;padding:0}::selection{background:#a855f759;color:#fff}
