@font-face{font-family:Pretendard;src:url(/fonts/Pretendard-Regular.woff) format("woff");font-weight:400;font-display:swap}:root{--safe-area-top:0px;--safe-area-bottom:0px;--gold:#ffcf5e;--text:#f5ece0;--dim:#a8937c;--t-common:#9a9086;--t-uncommon:#8fc98f;--t-rare:#4da3ff;--t-epic:#c07bff;--t-legendary:#ffb43d;--t-mystic:#ff5ec4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{font-family:Pretendard,system-ui,sans-serif;background:#2b1f16;color:var(--text);overflow:hidden;-webkit-user-select:none;user-select:none;height:100%}#app{position:relative;height:100svh;overflow:hidden}#stage{position:absolute;top:0;right:0;bottom:0;left:0}#stage canvas{display:block;width:100%;height:100%}#game-ui{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:calc(8px + var(--safe-area-top)) 12px calc(10px + var(--safe-area-bottom));pointer-events:auto}.top{display:flex;justify-content:space-between;align-items:center}.gold{font-size:22px;font-weight:900;color:var(--gold);text-shadow:0 2px 6px #000}.region{font-size:13px;font-weight:700;background:#00000073;padding:5px 12px;border-radius:999px}.bars{margin-top:8px}.bar{position:relative;height:22px;border-radius:999px;background:#00000080;overflow:hidden}.bar .fill{height:100%;background:linear-gradient(90deg,#c98f3c,var(--gold));transition:width .12s}.bar span{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-size:11px;font-weight:800;text-shadow:0 1px 3px #000}.stat{display:flex;justify-content:space-between;font-size:11px;color:var(--dim);margin-top:4px;text-shadow:0 1px 3px #000}.adbar{margin-top:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.ad{border:none;border-radius:12px;padding:8px 4px;font-family:inherit;color:#e9d5ff;background:linear-gradient(135deg,#3a1f52,#5c2f80);display:flex;flex-direction:column;gap:2px}.ad b{font-size:12px}.ad small{font-size:9px;color:#c9a5ff;line-height:1.2}.ad.on{background:linear-gradient(135deg,#2f5c3a,#3f8050);color:#d8ffd8}.tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:6px}.tab{border:none;border-radius:10px;padding:9px 2px;font-family:inherit;font-size:11px;font-weight:800;background:#00000080;color:var(--dim)}.tab.on{background:#ffcf5e33;color:var(--gold)}.sheet{position:absolute;left:0;right:0;bottom:0;z-index:20;padding:16px 14px calc(16px + var(--safe-area-bottom));border-radius:20px 20px 0 0;background:linear-gradient(180deg,#140e0a80,#241a12 18%);box-shadow:0 -8px 30px #000000b3;display:flex;flex-direction:column;gap:8px;animation:rise .25s cubic-bezier(.2,1.3,.4,1)}@keyframes rise{0%{transform:translateY(100%)}}.sheet.find{align-items:center;text-align:center}.sheet h2{font-size:24px}.sheet .tier{font-size:13px;color:var(--dim)}.sheet .amount{font-size:30px;font-weight:900;color:var(--gold)}.new{font-size:11px;font-weight:900;color:#2a1800;background:var(--gold);padding:3px 10px;border-radius:999px}.find.t-rare h2{color:var(--t-rare)}.find.t-epic h2{color:var(--t-epic)}.find.t-legendary h2{color:var(--t-legendary)}.find.t-mystic h2{color:var(--t-mystic)}.panel{max-height:74svh}.phead{display:flex;justify-content:space-between;align-items:center}.close{border:none;background:#ffffff1a;color:var(--dim);border-radius:10px;padding:7px 14px;font-family:inherit}.pbody{overflow-y:auto;display:flex;flex-direction:column;gap:6px}.sub{font-size:14px;color:var(--dim);margin-top:8px}.row{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:11px;background:#ffffff0f}.info{flex:1;display:flex;flex-direction:column}.info b{font-size:14px}.info small{font-size:11px;color:var(--dim)}.val{text-align:right;font-weight:800;font-size:14px;display:flex;flex-direction:column}.val small{font-size:10px;color:var(--dim);font-weight:600}.buy{border:none;border-radius:10px;padding:9px 14px;font-family:inherit;font-weight:800;font-size:13px;background:linear-gradient(180deg,#ffe27a,#f0a92c);color:#3a2400;min-width:74px}.buy.no{background:#ffffff1a;color:var(--dim)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.cell{border:none;border-radius:11px;padding:9px 7px;font-family:inherit;text-align:left;background:#ffffff0f;color:var(--text);display:flex;flex-direction:column;gap:2px;border-left:4px solid var(--t-common)}.cell.empty{align-items:center;justify-content:center;color:var(--dim);border-left-color:transparent;border:2px dashed rgba(255,255,255,.12);background:none;min-height:60px;font-size:20px}.cell b{font-size:12px}.cell small{font-size:10px;color:var(--dim)}.cell em{font-size:10px;font-style:normal;color:var(--gold)}.cell.shown{background:#ffcf5e29}.cell.t-uncommon{border-left-color:var(--t-uncommon)}.cell.t-rare{border-left-color:var(--t-rare)}.cell.t-epic{border-left-color:var(--t-epic)}.cell.t-legendary{border-left-color:var(--t-legendary)}.cell.t-mystic{border-left-color:var(--t-mystic)}.setrow{display:flex;align-items:center;gap:8px;font-size:13px;padding:7px 10px;border-radius:10px;background:#ffffff0d}.setrow small{color:var(--dim);flex:1}.setrow.done{background:#ffcf5e24;color:var(--gold)}.dim{color:var(--dim);font-size:12px}.keep{color:var(--gold);font-size:12px}.big{width:100%;padding:14px;border:none;border-radius:14px;font-family:inherit;font-size:16px;font-weight:900;background:#ffffff1f;color:var(--text)}.big.ad{background:linear-gradient(180deg,#8be36f,#38a83a);color:#06280a}.big.no{opacity:.45}.ad-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000db;display:grid;place-items:center;z-index:100}.ad-box{display:flex;flex-direction:column;align-items:center;gap:12px}.ad-tag{font-size:11px;letter-spacing:2px;color:var(--dim)}.ad-spin{width:34px;height:34px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--gold);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ad-msg{font-size:13px;color:var(--dim)}
