:root{--bg:#080c09;--bg2:#0d1410;--bg3:#111a14;--green-deep:#0d2214;--green-mid:#1a3322;--gold:#c9a84c;--gold-light:#e8c96a;--cream:#f0ebe0;--text:#e2ddd0;--text-muted:#aaa090;--border:#1e2a20;--border-gold:rgba(201,168,76,0.3)}body,html{max-width:100vw;overflow-x:hidden}body{background:var(--bg);color:var(--text);font-family:Hiragino Mincho ProN,Yu Mincho,游明朝,Georgia,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@keyframes steamRise{0%{transform:translateY(0) scaleX(1);opacity:0}15%{opacity:.55}70%{opacity:.3}to{transform:translateY(-120px) scaleX(1.6);opacity:0}}.steam-particle{position:absolute;bottom:18%;width:28px;height:50px;border-radius:50% 50% 40% 40%;background:radial-gradient(ellipse at center,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 70%);filter:blur(6px);animation:steamRise 3s ease-in infinite;pointer-events:none}.steam-particle:first-child{left:20%;animation-delay:0s;animation-duration:3.2s;width:24px}.steam-particle:nth-child(2){left:38%;animation-delay:.9s;animation-duration:2.8s;width:32px}.steam-particle:nth-child(3){left:55%;animation-delay:1.7s;animation-duration:3.5s;width:20px}.steam-particle:nth-child(4){left:70%;animation-delay:.4s;animation-duration:3s;width:28px}