:root{--bg-deep:#0a0a0c;--bg-nav:rgba(10,10,12,.78);--bg-card:hsla(0,0%,100%,.04);--bg-card-hover:hsla(0,0%,100%,.08);--color-primary:#ff4757;--color-primary-dim:#e63946;--color-secondary:#ffb020;--color-secondary-dim:#ffc947;--text:#f5f5f5;--text-muted:hsla(0,0%,96%,.55);--border:hsla(0,0%,100%,.08);--cta-text:#fff;--glow-primary:rgba(255,71,87,.32);--glow-secondary:rgba(255,176,32,.18);--hero-glow-1:rgba(255,71,87,.16);--hero-glow-2:rgba(255,176,32,.1);--scene-glow:rgba(255,71,87,.12);--frame-border:rgba(255,71,87,.3);--primary-muted-bg:rgba(255,71,87,.1);--primary-border-soft:rgba(255,71,87,.35);--primary-border-light:rgba(255,71,87,.25);--primary-hover-shadow:rgba(255,71,87,.5);--play-icon-bg:rgba(255,71,87,.15);--tab-active-bg:rgba(255,71,87,.12);--tab-active-border:rgba(255,71,87,.4);--secondary-muted-bg:rgba(255,176,32,.1);--secondary-border:rgba(255,176,32,.35);--tag-text:#1a0a00}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Microsoft YaHei,PingFang SC,sans-serif;background:var(--bg-deep);color:var(--text)}#app{width:100%;min-height:100vh}a{color:inherit}