*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d4a2e;--bg-light:#156b42;--felt:#1a7a4c;--card-w:9.2vw;--card-h:calc(var(--card-w) * 1.42);--card-overlap:1.55vw;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--text:#f5f0e6;--accent:#f0c040;--danger:#e85d5d;--radius:12px;-webkit-tap-highlight-color:transparent;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}@media (width<=640px) and (orientation:portrait){:root{--card-w:9vw}}html.orientation-sim-landscape{background:var(--bg);overflow:hidden}html.orientation-sim-landscape body{overflow:hidden}html.orientation-sim-landscape .orientation-root{width:var(--sim-vh,100vh);height:var(--sim-vw,100vw);transform:translateY(var(--sim-vw,100vw)) rotate(-90deg);transform-origin:0 0;padding:calc(8px + var(--safe-top)) calc(8px + var(--safe-right)) calc(8px + var(--safe-bottom)) calc(8px + var(--safe-left));position:fixed;top:0;left:0;overflow:hidden}html.orientation-sim-landscape{--layout-unit:calc(var(--sim-vh,100vh) / 100);--card-w:calc(var(--layout-unit) * 8.4)}html.orientation-wechat{background:var(--bg);overflow:hidden}html.orientation-wechat body,html.orientation-wechat #app{overflow:hidden}html.orientation-wechat .orientation-root{width:100%;height:100%}html.orientation-wechat .page{padding:calc(6px + var(--safe-top)) calc(4px + var(--safe-right)) calc(6px + var(--safe-bottom)) calc(4px + var(--safe-left))}html.orientation-wechat .game-page__top{flex-flow:row;justify-content:space-between;align-items:center;gap:6px}html.orientation-wechat .game-page__top .btn--sm{flex-shrink:0;padding:4px 8px;font-size:11px}html.orientation-wechat .orientation-notice{display:none}html.orientation-wechat .header{flex:1;min-width:0;padding-bottom:0}html.orientation-wechat .header__level{font-size:11px}html.orientation-wechat .header__name{font-size:12px}html.orientation-wechat .header__stats{flex-shrink:0;gap:6px;font-size:11px}html.orientation-wechat .column{justify-content:center;display:flex}html.orientation-wechat .column__card-wrap{width:var(--card-w);margin-left:calc(var(--card-w) / -2);left:50%;right:auto}html.orientation-wechat .board__scroll{overflow:hidden auto}html.orientation-wechat .board__columns{grid-template-columns:repeat(10,minmax(0,1fr));gap:1px;width:100%;min-width:0;padding-bottom:4px;display:grid}html.orientation-wechat .board__toolbar{gap:6px;padding-top:4px}html.orientation-wechat .board__actions{gap:4px}html.orientation-wechat .board__actions .btn--sm{padding:4px 6px;font-size:10px}html.orientation-wechat .stock__hint{max-width:14vw;font-size:9px}html,body,#app{background:var(--bg);height:100%;color:var(--text);overflow:hidden}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}a{color:var(--accent);text-decoration:none}.page{height:100%;padding:calc(12px + var(--safe-top)) calc(12px + var(--safe-right)) calc(12px + var(--safe-bottom)) calc(12px + var(--safe-left));flex-direction:column;display:flex}.btn{border-radius:var(--radius);background:var(--accent);color:#1a1a1a;justify-content:center;align-items:center;gap:6px;padding:10px 18px;font-size:15px;font-weight:600;transition:transform .12s,opacity .12s;display:inline-flex}.btn:active{transform:scale(.96)}.btn--ghost{color:var(--text);background:#ffffff1f}.btn--sm{padding:6px 12px;font-size:13px}.modal-overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal{text-align:center;background:#1e5c3a;border-radius:16px;width:min(340px,100%);padding:24px;box-shadow:0 8px 32px #0006}.modal h2{color:var(--accent);margin-bottom:12px}.modal p{opacity:.9;margin-bottom:8px;font-size:15px}.modal .actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px;display:flex}
