:root{--ink:#15161a;--muted:#6b6f7b;--accent:#5b53ff;--bg:#fafaf8;--line:#e6e6e3;--card:#fff}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Pretendard,Apple SD Gothic Neo,Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent)}@media (max-width:720px){.game-shell{flex-direction:column}.game-aside{width:100%!important;border-right:none!important;border-bottom:1px solid var(--line)}.game-main{padding:18px 16px!important}.detail-grid{grid-template-columns:1fr!important}.detail-grid>div:first-child{max-width:260px}}