:root{--bg:#1b1a20;--floor:#221f27;--surface:#2b2930;--raised:#36333c;--line:#4a4650;--text:#f3eee4;--muted:#9d978e;--soft:#c9c3b9;--ink:#23212a;--card-red:#d3493d;--busted-bg:#3a333a;--busted-ink:#7a7079;--dashed:#3d3944;--shadow:#0e0d11;--damage:#e2604e;--block:#5d9fd6;--heal:#6fc282;--buff:#e9b94b;--debuff:#b276d3;--font:"Nunito", system-ui, -apple-system, "Segoe UI", sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;overscroll-behavior:none;touch-action:manipulation;-webkit-user-select:none;user-select:none;margin:0}button{font:inherit;color:inherit;cursor:pointer;text-align:inherit;background:0 0;border:0;padding:0}button:disabled{cursor:default}img{display:block}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.caption{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-size:11px;font-weight:800}.label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:14px;font-weight:800}.btn{white-space:nowrap;letter-spacing:.02em;background:var(--text);height:64px;color:var(--bg);border-radius:14px;flex:none;justify-content:center;align-items:center;padding:0 40px;font-size:22px;font-weight:900;transition:opacity .15s,transform .15s;display:inline-flex}.btn--secondary{color:var(--text);border:2px solid var(--line);background:0 0;font-weight:800}.btn:disabled{opacity:.35}.btn--phone{height:56px;padding:0 28px;font-size:18px}.btn--full{width:100%}.btn:active:not(:disabled){transform:translateY(1px)}.kbd{border:2px solid var(--line);border-radius:6px;padding:3px 8px;font-size:12px;font-weight:800}.hints{color:var(--muted);align-items:center;gap:28px;font-size:14px;font-weight:800;display:flex}.hints>span{align-items:center;gap:8px;display:flex}.icon-btn{width:44px;height:44px;color:var(--muted);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--surface);color:var(--text)}.pcard{--w:96px;--h:136px;--r:10px;--rank:40px;--suit:48px;--rank-top:10px;--rank-left:12px;--suit-bottom:14px;--edge:3px;width:var(--w);height:var(--h);border-radius:var(--r);background:var(--text);color:var(--ink);box-shadow:0 var(--edge) 0 var(--shadow);flex:none;transition:transform .2s ease-out,box-shadow .2s ease-out;position:relative;overflow:hidden}.pcard--md{--w:72px;--h:102px;--r:8px;--rank:30px;--suit:34px;--rank-top:6px;--rank-left:8px;--suit-bottom:10px;--edge:2px}.pcard--sm{--w:44px;--h:62px;--r:6px;--rank:20px;--suit:20px;--rank-top:4px;--rank-left:6px;--suit-bottom:5px;--edge:2px}.pcard--xs{--w:26px;--h:36px;--r:4px;--rank:11px;--suit:12px;--rank-top:3px;--rank-left:4px;--suit-bottom:3px;--edge:0px}.pcard--red{color:var(--card-red)}.pcard__rank{top:var(--rank-top);left:var(--rank-left);font-size:var(--rank);color:var(--ink);font-weight:900;line-height:1;position:absolute}.pcard__suit{left:50%;bottom:var(--suit-bottom);width:var(--suit);height:var(--suit);position:absolute;transform:translate(-50%)}.pcard__suit svg{width:100%;height:100%}.pcard__ace{right:var(--rank-top);top:var(--rank-top);color:var(--muted);text-align:right;font-size:12px;font-weight:800;line-height:1.1;position:absolute}.pcard--selected{box-shadow:0 var(--edge) 0 var(--shadow), 0 0 0 3px var(--buff);transform:translateY(-12px)}.pcard--gold{box-shadow:0 var(--edge) 0 var(--shadow), 0 0 0 3px var(--buff)}.pcard--busted{background:var(--busted-bg);color:var(--busted-ink)}.pcard--busted .pcard__rank{color:var(--busted-ink)}.pcard--busted:after{content:"";background:var(--damage);height:6px;margin-top:-3px;position:absolute;top:50%;left:-30%;right:-30%;transform:rotate(-38deg)}.pcard--sm.pcard--busted:after,.pcard--xs.pcard--busted:after{height:3px;margin-top:-1.5px}.pcard--offending{box-shadow:0 var(--edge) 0 var(--shadow), 0 0 0 3px var(--damage)}.pcard-slot{flex-direction:column;flex:none;align-items:center;display:flex;position:relative}.pcard-slot__under{white-space:nowrap;font-size:12px;font-weight:800;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.pcard-slot__under--buff{color:var(--buff)}.pcard-slot__under--damage{color:var(--damage)}.pcard-placeholder{width:var(--w,96px);height:var(--h,136px);border-radius:var(--r,10px);border:2px dashed var(--dashed);flex:none}.pcard-placeholder--md{--w:72px;--h:102px;--r:8px}.pcard--deal{animation:.2s ease-out backwards deal}@keyframes deal{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:none}}.deck{--w:96px;--h:136px;--r:10px;--o1:4px;--o2:8px;--inset:6px;--stripe:5px;--border:3px;width:var(--w);height:var(--h);flex:none;position:relative}.deck--md{--w:72px;--h:102px;--r:8px;--o1:3px;--o2:6px;--inset:5px;--stripe:4px;--border:2px}.deck__back{border-radius:var(--r);position:absolute;inset:0}.deck__back--2{transform:translate(var(--o2), var(--o2));background:#3a3640}.deck__back--1{transform:translate(var(--o1), var(--o1));background:#3f3b46}.deck__top{border-radius:var(--r);background:var(--line);border:var(--border) solid var(--text);position:absolute;inset:0}.deck__hatch{inset:var(--inset);border-radius:calc(var(--r) - 5px);background:repeating-linear-gradient(45deg, #4a4650 0 var(--stripe), #3a3640 var(--stripe) calc(var(--stripe) * 2));position:absolute}.deck--red .deck__back--2{background:#3a2426}.deck--red .deck__back--1{background:#46292c}.deck--red .deck__top{background:#5a2f33}.deck--red .deck__hatch{background:repeating-linear-gradient(45deg, #5a2f33 0 var(--stripe), #43252a var(--stripe) calc(var(--stripe) * 2))}.deal-card__back--red{background:#5a2f33}.deal-card__back--red .deal-card__hatch{background:repeating-linear-gradient(45deg,#5a2f33 0 5px,#43252a 5px 10px)}.deck-wrap{text-align:center;flex:none;transition:opacity .2s}.deck-wrap--dim{opacity:.4}.deck-wrap__cap{margin-top:8px}.deck-wrap button:not(:disabled):hover .deck__top{transform:translateY(-2px)}.tile{--tw:168px;--th:212px;--pad:16px;--circle:44px;--icon:24px;--cost:32px;--name:18px;--value:28px;--kind:13px;--bar-w:28px;--bar-h:4px;width:var(--tw);height:var(--th);background:var(--surface);padding:var(--pad);color:var(--text);border:2px solid #0000;border-radius:14px;flex-direction:column;flex:none;justify-content:space-between;transition:opacity .2s,transform .2s,background-color .2s,border-color .15s;display:flex;position:relative}.tile--md{--tw:171px;--th:150px;--pad:14px;--circle:36px;--icon:20px;--cost:26px;--name:15px;--value:22px;--kind:12px;--bar-w:24px;--bar-h:3px}.tile--mini{--tw:120px;--th:132px;--pad:12px;--circle:32px;--icon:18px;--cost:24px;--name:14px;--value:13px;--kind:13px;--bar-w:0;--bar-h:0}.tile__top{justify-content:space-between;align-items:flex-start;display:flex}.tile__circle{width:var(--circle);height:var(--circle);background:var(--tint);color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.tile__circle svg{width:var(--icon);height:var(--icon)}.tile__cost{text-align:right}.tile__cost-num{font-size:var(--cost);font-weight:900;line-height:1}.tile__cost-num b{color:var(--accent)}.tile__cost-num small{color:var(--muted);font-size:20px;font-weight:900}.tile--md .tile__cost-num small{font-size:16px}.tile__cost-cap{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:2px;font-size:11px;font-weight:800}.tile--md .tile__cost-cap{font-size:10px}.tile__name{font-size:var(--name);font-weight:800;line-height:1.15}.tile__value{align-items:baseline;gap:6px;margin-top:4px;display:flex}.tile__value b{font-size:var(--value);color:var(--accent);font-weight:900;line-height:1}.tile__value span{font-size:var(--kind);color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.1;display:-webkit-box;overflow:hidden}.tile__value em{color:var(--buff);font-style:normal}.tile__value em.neg{color:var(--damage)}.tile__rarity{width:var(--bar-w);height:var(--bar-h);background:var(--rarity);border-radius:2px}.tile__rarity--unique{background:var(--text);box-shadow:0 0 0 2px var(--surface), 0 0 0 3px var(--buff)}.tile__progress{background:var(--raised);border-radius:2px;width:100%;height:4px;overflow:hidden}.tile__progress>div{background:var(--accent);height:100%;transition:width .2s ease-out}.tile__placed{right:var(--pad);display:flex;position:absolute;bottom:40px}.tile--partial .tile__name,.tile--partial .tile__value{max-width:calc(100% - 48px)}.tile--partial .tile__value{flex-wrap:wrap}.tile--partial .tile__value span{white-space:normal}.tile--md .tile__placed{bottom:30px}.tile__placed .pcard{margin-left:-14px;animation:.2s ease-out backwards land}.tile__placed .pcard:first-child{margin-left:0}.tile--mini .tile__placed{bottom:-30px;left:-10px;right:auto}.tile--mini .tile__placed .pcard:nth-child(odd){transform:rotate(-8deg)}.tile--mini .tile__placed .pcard:nth-child(2n){transform:rotate(6deg)}@keyframes land{0%{opacity:0;transform:scale(.6)}to{opacity:1}}.tile__sub{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:13px;overflow:hidden}.tile--mini .tile__sub{font-size:12px}.tile__sub b{color:var(--accent);font-weight:900}.tile__sub i{color:var(--debuff);font-style:normal;font-weight:900}.tile__fire-value{margin-top:4px;font-size:40px;font-weight:900;line-height:1}.tile--unaffordable,.tile--used{opacity:.45}.tile--partial,.tile--droppable{border-color:var(--accent)}.tile--firing{background:var(--accent);color:var(--bg);transform:scale(1.04)}.tile--mini.tile--firing{transform:scale(1.05)}.tile--firing .tile__circle{color:var(--bg);background:#1b1a202e}.tile--firing .tile__cost-cap,.tile--firing .tile__value span,.tile--firing .tile__sub{color:var(--bg);opacity:.7}.tile--firing .tile__value b,.tile--firing .tile__sub b,.tile--firing .tile__sub i{color:var(--bg)}.tile--firing .tile__rarity{box-shadow:none;background:#1b1a2059}.tile--cooldown{background:var(--floor);border:2px dashed var(--dashed);color:var(--busted-ink)}.tile--cooldown .tile__circle{background:var(--surface);color:var(--busted-ink)}.tile--cooldown .tile__name{color:var(--muted)}.tile--cooldown .tile__cost-cap{color:var(--busted-ink)}.tile--cooldown .tile__rarity{background:var(--dashed)}.tile--unique{border-color:var(--buff)}.tile--unique .tile__cost-num,.tile--unique .tile__value b{color:var(--buff)}.tile--interactive{cursor:pointer}.tile--interactive:hover:not(.tile--firing):not(.tile--cooldown){border-color:var(--line)}.pill{background:var(--surface);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;height:36px;padding:0 10px;font-size:13px;font-weight:800;transition:opacity .2s,background-color .2s;display:flex;position:relative}.pill svg{width:14px;height:14px;color:var(--accent)}.pill__cost{color:var(--muted);font-weight:900}.pill--unaffordable,.pill--used{opacity:.45}.pill--firing{background:var(--accent);color:var(--bg)}.pill--firing svg,.pill--firing .pill__cost{color:var(--bg)}.pill__placed{display:flex;position:absolute;bottom:-30px;right:-8px}.pill__placed .pcard{margin-left:-8px}.pill__placed .pcard:nth-child(odd){transform:rotate(-8deg)}.pill__placed .pcard:nth-child(2n){transform:rotate(6deg)}.hp{flex-direction:column;gap:12px;display:flex}.hp--right{align-items:flex-end}.hp__row{align-items:center;gap:14px;display:flex}.hp__row svg{color:var(--heal);width:30px;height:30px}.hp__num{font-size:56px;font-weight:900;line-height:1}.hp__num small{color:var(--muted);font-size:30px;font-weight:900}.hp__armor{color:var(--block);align-items:center;gap:6px;margin-left:6px;font-size:30px;font-weight:900;display:flex}.hp__armor svg{color:var(--block)}.hp__bar{width:var(--bar-w,280px);height:var(--bar-h,10px);background:var(--raised);border-radius:5px;gap:3px;display:flex;overflow:hidden}.hp__fill{background:var(--heal);height:100%;transition:width .3s ease-out}.hp__fill--armor{background:var(--block)}.hp__fill--damage{background:var(--damage);animation:.9s ease-out forwards segmentFade}@keyframes segmentFade{0%,60%{opacity:1}to{opacity:0;width:0}}.hp--phone .hp__row{gap:8px}.hp--phone .hp__row svg{width:20px;height:20px}.hp--phone .hp__num{font-size:36px}.hp--phone .hp__num small,.hp--phone .hp__armor{font-size:18px}.hp--phone .hp__armor svg{width:18px;height:18px}.hp--phone{--bar-w:150px;--bar-h:8px;gap:8px}.hp--phone .label{font-size:11px}.hp--strip{--bar-w:100%;--bar-h:6px;gap:6px}.hp--strip .hp__row{gap:8px}.hp--strip .hp__row svg{width:18px;height:18px}.hp--strip .hp__num{font-size:28px}.hp--strip .hp__num small,.hp--strip .hp__armor{font-size:15px}.hp--strip .hp__armor svg{width:15px;height:15px}.chips{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.chips--right{justify-content:flex-end}.chip{background:var(--surface);height:40px;color:var(--accent);border-radius:6px;align-items:center;gap:8px;padding:0 14px 0 10px;display:flex}.chip svg{width:20px;height:20px}.chip__stacks{font-size:18px;font-weight:900}.chip__turns{color:var(--muted);font-size:13px;font-weight:800}.chip--ring{animation:.9s ease-out forwards chipRing}@keyframes chipRing{0%,65%{box-shadow:0 0 0 2px var(--accent)}to{box-shadow:0 0 #0000}}.chip--sm{gap:6px;height:36px;padding:0 10px 0 8px}.chip--sm svg{width:16px;height:16px}.chip--sm .chip__stacks{font-size:15px}.chip--lg{height:44px;padding:0 16px 0 12px}.total{--num:96px;width:170px}.total__num{font-size:var(--num);font-weight:900;line-height:1;transition:color .2s}.total--21 .caption,.total--21 .total__num{color:var(--buff)}.total--bust .caption,.total--bust .total__num{color:var(--damage)}.total--bust .total__num{text-decoration:line-through;text-decoration-thickness:6px}.total--phone{--num:64px;flex:1;width:auto}.total--phone.total--bust .total__num{text-decoration-thickness:4px}.hand{flex:1;align-items:center;gap:14px;min-height:136px;display:flex}.hand--md{gap:10px;min-height:104px}.hand-card{touch-action:none;cursor:grab}.hand-card--dragging{opacity:0}.drag-ghost{z-index:60;pointer-events:none;position:absolute;transform:translate(-50%,-50%)rotate(-3deg)}.fly{z-index:55;pointer-events:none;will-change:transform;transition:transform .2s ease-out;position:absolute}.turn{align-items:center;gap:14px;display:flex}.turn__dot{background:var(--buff);border-radius:50%;width:10px;height:10px}.turn__dot--enemy{background:var(--damage)}.turn__who{letter-spacing:.1em;text-transform:uppercase;font-size:18px;font-weight:900}.turn__who--buff{color:var(--buff)}.turn__who--damage{color:var(--damage)}.turn__phase{color:var(--muted);font-size:18px}.turn__next{color:var(--muted);margin-left:16px;font-size:14px}.turn--phone{gap:10px;height:32px}.turn--phone .turn__dot{width:8px;height:8px}.turn--phone .turn__who,.turn--phone .turn__phase{font-size:14px}.callout{background:var(--bg);z-index:5;white-space:nowrap;border-radius:20px;flex-direction:column;align-items:center;gap:10px;padding:24px 48px;animation:.2s ease-out backwards calloutIn;display:flex;position:absolute;top:40px;left:50%;transform:translate(-50%)}@keyframes calloutIn{0%{opacity:0;transform:translate(-50%,-8px)}to{opacity:1;transform:translate(-50%)}}.callout__eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--buff);font-size:14px;font-weight:800}.callout__title{letter-spacing:-.01em;font-size:64px;font-weight:900;line-height:1}.callout__row{align-items:center;gap:12px;display:flex}.callout__row svg{width:44px;height:44px;color:var(--damage)}.callout__title--damage{color:var(--damage);font-size:56px}.callout__sub{color:var(--muted);font-size:20px;font-weight:700}.callout__effect{color:var(--buff);align-items:center;gap:10px;font-size:22px;font-weight:800;display:flex}.callout__effect svg{width:24px;height:24px}.callout--phone{white-space:normal;text-align:center;gap:4px;max-width:calc(100% - 32px);padding:14px 24px;top:12px}.callout--phone .callout__title{font-size:40px}.callout--phone .callout__title--damage{font-size:34px}.callout--phone .callout__row svg{width:30px;height:30px}.callout--phone .callout__sub{font-size:14px}.callout--phone .callout__effect{font-size:16px}.floater{color:var(--damage);pointer-events:none;z-index:4;font-size:72px;font-weight:900;line-height:1;animation:.9s ease-out forwards floater;position:absolute}.floater--heal{color:var(--heal)}.floater--block{color:var(--block)}.floater--buff{color:var(--buff)}@keyframes floater{0%{opacity:0;transform:translateY(12px)}15%,70%{opacity:1;transform:none}to{opacity:0;transform:translateY(-16px)}}.scrim{z-index:40;background:#1b1a2099;animation:.2s ease-out fadeIn;position:absolute;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.panel{background:var(--surface);border-radius:20px;padding:28px 32px}.glossary{z-index:45;flex-direction:column;width:520px;animation:.2s ease-out slideIn;display:flex;position:absolute;top:88px;bottom:88px;right:48px}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}.glossary--phone{width:auto;max-height:70dvh;padding:20px;inset:auto 16px 16px}.glossary__head{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.glossary__title{align-items:center;gap:10px;font-size:24px;font-weight:800;display:flex}.glossary__title svg{color:var(--muted)}.glossary__tabs{gap:8px;margin-bottom:20px;display:flex}.tab{background:var(--raised);border-radius:999px;align-items:center;height:36px;padding:0 14px;font-size:14px;font-weight:800;display:flex}.tab--active{background:var(--text);color:var(--bg)}.glossary__list{flex-direction:column;flex:1;gap:16px;padding-right:4px;display:flex;overflow:auto}.glossary__item{align-items:flex-start;gap:14px;display:flex}.glossary__icon{background:var(--raised);border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.glossary__name{font-size:16px;font-weight:800}.glossary__desc{color:var(--muted);font-size:14px;line-height:1.4}.popup{z-index:50;background:var(--surface);border-radius:20px;width:380px;padding:28px 32px;animation:.15s ease-out fadeIn;position:absolute}.popup__caret{background:var(--surface);width:20px;height:20px;position:absolute;bottom:-10px;left:36px;transform:rotate(45deg)}.popup__head{align-items:center;gap:14px;margin-bottom:16px;display:flex}.popup__circle{background:var(--tint);width:48px;height:48px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.popup__name{font-size:24px;font-weight:800;line-height:1.1}.popup__meta{color:var(--muted);align-items:center;gap:8px;margin-top:4px;font-size:13px;display:flex}.popup__meta i{background:var(--rarity);border-radius:2px;width:28px;height:4px;display:inline-block}.popup__text{margin-bottom:16px;font-size:18px;line-height:1.4}.popup__text b{color:var(--accent);font-weight:900}.popup__foot{border-top:2px solid var(--raised);gap:24px;padding-top:16px;display:flex}.popup__cost{font-size:28px;font-weight:900;line-height:1.1}.popup__after{align-items:center;gap:8px;font-size:18px;font-weight:800;line-height:1.6;display:flex}.popup__after svg{color:var(--muted)}.popup--phone{width:calc(100% - 32px);padding:20px;left:16px!important}.result{background:var(--surface);z-index:30;border-radius:20px;flex-direction:column;gap:28px;width:640px;padding:48px 56px;animation:.25s ease-out fadeIn;display:flex;position:absolute;top:50%;right:300px;transform:translateY(-50%)}.result--phone{gap:20px;width:auto;padding:28px;left:16px;right:16px}.result__eyebrow{color:var(--buff);letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:14px;font-size:14px;font-weight:800;display:flex}.result__eyebrow--damage{color:var(--damage)}.result__title{margin-top:10px;font-size:56px;font-weight:900;line-height:1.05}.result--phone .result__title{font-size:36px}.result__rows{border-top:2px solid var(--raised);flex-direction:column;gap:14px;padding-top:24px;display:flex}.result__row{justify-content:space-between;align-items:center;font-size:22px;font-weight:700;display:flex}.result--phone .result__row{font-size:17px}.result__row>span:first-child{color:var(--soft)}.result__gold{color:var(--buff);align-items:center;gap:8px;font-weight:900;display:flex}.menu{z-index:50;flex-direction:column;gap:12px;width:420px;max-width:calc(100% - 32px);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu__row{color:var(--soft);justify-content:space-between;align-items:center;font-size:18px;font-weight:700;display:flex}.toggle{background:var(--raised);border-radius:999px;width:52px;height:30px;transition:background-color .15s;position:relative}.toggle:after{content:"";background:var(--text);border-radius:50%;width:22px;height:22px;transition:transform .15s;position:absolute;top:4px;left:4px}.toggle--on{background:var(--heal)}.toggle--on:after{transform:translate(22px)}.tile{box-shadow:0 4px 0 var(--shadow), inset 0 0 0 1px #ffffff0a;overflow:hidden}.tile:before{content:"";border:2px solid color-mix(in srgb, var(--rarity,var(--line)) 75%, transparent);pointer-events:none;border-radius:9px;position:absolute;inset:5px}.tile__name{color:var(--rarity)}.tile--common .tile__name{color:var(--text)}.tile--firing .tile__name{color:var(--bg)}.tile--cooldown .tile__name,.tile--cooldown:before{color:var(--muted);border-color:var(--dashed)}.tile__watermark{width:110px;height:110px;color:var(--accent);opacity:.07;pointer-events:none;position:absolute;bottom:22px;right:-18px;transform:rotate(-12deg)}.tile__watermark svg{width:100%;height:100%}.tile--md .tile__watermark{width:84px;height:84px;bottom:14px}.tile--mini .tile__watermark{width:70px;height:70px;bottom:10px;right:-14px}.tile--interactive:hover:not(.tile--firing):not(.tile--cooldown):not(.tile--unaffordable):not(.tile--used){box-shadow:0 10px 0 var(--shadow), inset 0 0 0 1px #ffffff0f;transform:translateY(-6px)}.tile--firing{box-shadow:0 4px 0 var(--shadow), 0 0 0 4px color-mix(in srgb, var(--accent) 35%, transparent)}.tile--firing:before{border-color:#1b1a2040}.tile--firing .tile__watermark{color:var(--bg);opacity:.12}.tile--cooldown{box-shadow:none}.tile--cooldown:before{display:none}.tile--partial .tile__placed{z-index:2}.deal-card{z-index:58;pointer-events:none;will-change:transform;position:absolute;top:0;left:0}.deal-card__front{transform:rotateY(180deg)}.deal-card__front .pcard{box-shadow:0 6px 8px #0006}.deal-card__back{background:var(--line);border:3px solid var(--text);position:absolute;inset:0;box-shadow:0 6px 8px #0006}.deal-card__hatch{background:repeating-linear-gradient(45deg,#4a4650 0 5px,#3a3640 5px 10px);position:absolute;inset:6px}.hand-card--hidden{visibility:hidden}.pcard--flip-in{animation:.3s ease-out backwards flipIn}@keyframes flipIn{0%{opacity:0;transform:rotateY(90deg)translateY(-6px)}to{opacity:1;transform:none}}.glide{z-index:56;pointer-events:none;will-change:transform;transition:transform .24s cubic-bezier(.2,.8,.2,1);position:absolute;top:0;left:0}.glide--back{transition-duration:.2s}.tile__placed .pcard{animation:none}.tile__placed .pcard--settle{animation:.18s ease-out settle}@keyframes settle{0%{transform:scale(1.08)}to{transform:scale(1)}}.strike{z-index:57;pointer-events:none;animation:strike var(--dur,.3s) cubic-bezier(.5, 0, .9, .4) both;position:absolute;top:0;left:0}@keyframes strike{0%{transform:translate(var(--x0), var(--y0)) scale(1);opacity:1}70%{opacity:.85}to{transform:translate(var(--x1), var(--y1)) scale(.35);opacity:0}}.stage-art{transition:filter .3s,opacity .2s;position:absolute}.stage-art img{width:100%;display:block}.stage-art__hurt{background:var(--damage);opacity:0;pointer-events:none;position:absolute;inset:0;-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.stage-art__hurt--on{animation:.45s ease-out hurtBlink}@keyframes hurtBlink{0%{opacity:0}15%{opacity:.85}40%{opacity:.2}60%{opacity:.7}to{opacity:0}}.stage-art__shake{animation:.4s ease-out hit}.stage-art--dead{filter:grayscale()brightness(.5)}.stage-art__lunge--player{animation:.4s ease-out lungeRight}.stage-art__lunge--enemy{animation:.4s ease-out lungeLeft}.phone-strip__portrait{position:relative}.phone-strip__hurt{background:var(--damage);opacity:0;pointer-events:none;border-radius:14px;position:absolute;inset:0}.phone-strip__portrait--hit .phone-strip__hurt{animation:.45s ease-out hurtBlink}.power{background:var(--surface);border:2px solid var(--accent);height:56px;color:var(--text);border-radius:14px;align-items:center;gap:12px;width:280px;margin-top:12px;padding:0 16px 0 12px;transition:background-color .2s,transform .2s,opacity .2s;display:flex}.power__badge{color:var(--accent);font-size:22px;font-weight:900;line-height:1}.power__icon{background:color-mix(in srgb, var(--accent) 16%, transparent);width:32px;height:32px;color:var(--accent);border-radius:50%;flex:none;justify-content:center;align-items:center;display:flex}.power__text{flex-direction:column;min-width:0;line-height:1.15;display:flex}.power__name{font-size:16px;font-weight:800}.power__desc{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.power--active,.power--firing{background:var(--accent);color:var(--bg);box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 30%, transparent), 0 0 24px color-mix(in srgb, var(--accent) 45%, transparent)}.power--active .power__badge,.power--firing .power__badge,.power--active .power__icon,.power--firing .power__icon{color:var(--bg)}.power--active .power__icon,.power--firing .power__icon{background:#1b1a202e}.power--active .power__desc,.power--firing .power__desc{color:var(--bg);opacity:.75}.power--firing{transform:scale(1.05)}.power--active{animation:1.6s ease-in-out infinite powerPulse}@keyframes powerPulse{0%,to{box-shadow:0 0 0 4px color-mix(in srgb, var(--accent) 30%, transparent), 0 0 18px color-mix(in srgb, var(--accent) 35%, transparent)}50%{box-shadow:0 0 0 6px color-mix(in srgb, var(--accent) 40%, transparent), 0 0 30px color-mix(in srgb, var(--accent) 60%, transparent)}}.power--spent{opacity:.45}.power--compact{border-radius:8px;gap:8px;width:auto;height:36px;margin-top:0;padding:0 10px 0 8px}.power--compact .power__badge{font-size:15px}.power--compact .power__icon{width:24px;height:24px}.power--compact .power__name{font-size:13px}.power--compact .power__desc{font-size:10px}.tile--gone{pointer-events:none;animation:.32s ease-in forwards tileGone}@keyframes tileGone{0%{opacity:1;max-width:var(--tw);margin-right:0;transform:scale(1)}45%{opacity:0;max-width:var(--tw);margin-right:0;transform:scale(.7)}to{opacity:0;max-width:0;margin-right:var(--gap-collapse,-24px);border-width:0;padding-left:0;padding-right:0;transform:scale(.7)}}.phone-tiles .tile--gone{--gap-collapse:-12px}.art-thumb{flex:none;position:relative;overflow:hidden}.art-thumb img{max-width:none;display:block}.scale-root{background:var(--bg);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.combat--desktop{width:1920px;height:1080px;transform:scale(var(--scale,1));transform-origin:50%;background:var(--bg);flex-direction:column;flex:none;display:flex;position:relative;overflow:hidden}.topbar{justify-content:space-between;align-items:center;height:88px;padding:28px 48px 0;display:flex}.topbar__encounter{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);align-items:center;gap:12px;font-size:16px;font-weight:800;display:flex}.topbar__gold{color:var(--buff);align-items:center;gap:10px;font-size:20px;font-weight:900;display:flex}.stage{flex:1;position:relative;overflow:hidden}.stage__floor{background:var(--floor);height:110px;position:absolute;bottom:0;left:0;right:0}@keyframes hit{0%,to{transform:none}30%{transform:translate(-10px)}60%{transform:translate(8px)}}@keyframes lungeLeft{0%,to{transform:none}40%{transform:translate(-40px)}}@keyframes lungeRight{0%,to{transform:none}40%{transform:translate(40px)}}.stage__glow{background:#e9b94b14;border-radius:50%;width:480px;height:480px;animation:.3s ease-out fadeIn;position:absolute;bottom:-40px;left:440px}.stage__hp--player{position:absolute;top:120px;left:96px}.stage__hp--enemy{position:absolute;top:120px;right:96px}.stage__hint{text-align:center;color:var(--muted);font-size:16px;font-weight:800;position:absolute;bottom:24px;left:0;right:0}.enemy-cards{align-items:flex-end;gap:16px;margin-top:8px;display:flex}.enemy-total{text-align:right;align-self:center;margin-right:24px}.enemy-total__num{font-size:56px;font-weight:900;line-height:1}.enemy-total__sub{color:var(--muted);margin-top:4px;font-size:13px}.enemy-tiles{gap:12px;display:flex}.ability-turn{justify-content:center;align-items:center;height:44px;display:flex}.slide-area{position:relative}.slide{align-items:center;transition:transform .3s ease-in-out,opacity .3s ease-in-out;display:flex;position:absolute;inset:0}.slide--out-left{opacity:0;pointer-events:none;transform:translate(-480px)}.slide--out-right{opacity:0;pointer-events:none;transform:translate(480px)}.ability-row{height:200px}.ability-row .slide{justify-content:center;gap:24px;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.ability-row .slide--bust{opacity:.35}.bottombar{height:196px}.bottombar .slide{gap:48px;padding:0 64px 24px}.bottombar__status{color:var(--muted);text-align:right;flex:none;max-width:260px;font-size:16px;font-weight:800}.bottombar__deck-total{align-items:center;gap:32px;display:flex}.bottombar__watch{color:var(--muted);flex:1;justify-content:center;align-items:center;gap:12px;font-size:18px;font-weight:800;display:flex}.bottombar__watch svg{color:var(--muted)}.hints--corner{position:absolute;bottom:24px;right:48px}.combat--phone{background:var(--bg);flex-direction:column;height:100dvh;min-height:100dvh;padding:0 16px;display:flex;position:relative;overflow:hidden}.phone-top{height:64px;padding-top:max(14px, env(safe-area-inset-top));flex:none;justify-content:space-between;align-items:center;display:flex}.phone-top .topbar__encounter{gap:8px;font-size:12px}.phone-top .topbar__gold{gap:6px;font-size:16px}.phone-stage{flex:none;height:196px;margin:0 -16px;position:relative;overflow:hidden}.phone-stage__floor{background:var(--floor);height:40px;position:absolute;bottom:0;left:0;right:0}.phone-stage__block{position:absolute;top:8px;right:16px}.phone-pills{align-items:center;gap:8px;margin-top:4px;display:flex}.phone-tiles-area{flex:none;height:158px;margin:8px -16px 0}.phone-tiles-area .slide--out-left{transform:translate(-100%)}.phone-tiles-area .slide--out-right{transform:translate(100%)}.phone-tiles{scrollbar-width:none;align-items:flex-start;gap:12px;padding:0 16px 4px;display:flex;overflow:auto visible}.phone-tiles::-webkit-scrollbar{display:none}.phone-tiles--bust{opacity:.35}.phone-turnrow{flex:none;justify-content:center;align-items:center;gap:8px;min-height:32px;margin-top:12px;display:flex}.phone-badge-row{flex:none;justify-content:flex-end;align-items:center;height:32px;display:flex}.phone-draw-area{flex:none;height:226px;margin-top:20px}.phone-draw-area .slide{flex-direction:column;justify-content:space-between;align-items:stretch}.phone-draw-area .slide--out-left{transform:translate(-100%)}.phone-draw-area .slide--out-right{transform:translate(100%)}.phone-hand{flex:none;align-items:center;gap:10px;height:104px;display:flex}.phone-hand__hint{color:var(--muted);text-align:right;max-width:120px;margin-left:auto;font-size:12px;font-weight:700}.phone-controls{flex:none;align-items:center;gap:16px;display:flex}.phone-middle{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.phone-middle__num{color:var(--damage);font-size:64px;font-weight:900;line-height:1}.phone-middle__num--heal{color:var(--heal)}.phone-middle__num--block{color:var(--block)}.phone-middle__text{color:var(--muted);font-size:13px;font-weight:700}.phone-strip{margin-top:auto;margin-bottom:max(24px, env(safe-area-inset-bottom));background:var(--floor);border-radius:14px;flex:none;align-items:center;gap:12px;padding:12px;display:flex;position:relative}.phone-strip__portrait{background:var(--surface);border-radius:14px;flex:none;width:84px;height:84px;overflow:hidden}.phone-strip__portrait .art-thumb{transition:filter .3s}.phone-strip__portrait--dead .art-thumb{filter:grayscale()brightness(.5)}.phone-strip__body{flex:1;min-width:0}.phone-strip__chips{flex:none;gap:6px;display:flex}.phone-menu-btn{position:absolute;top:12px;right:16px}.start{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:32px;min-height:100dvh;padding:48px 24px;display:flex}.start__title{text-align:center}.start__title .caption{letter-spacing:.2em;color:var(--buff);font-size:14px}.start__title h1{margin:8px 0 0;font-size:56px;font-weight:900;line-height:1}.start__classes{gap:16px;display:flex}.class-card{background:var(--surface);opacity:.55;border:2px solid #0000;border-radius:14px;flex-direction:column;align-items:center;gap:8px;width:168px;padding:16px;transition:opacity .15s,border-color .15s;display:flex}.class-card--selected{opacity:1;border-color:var(--buff)}.class-card__art{border-radius:10px}.class-card__name{font-size:18px;font-weight:800}.class-card__power{color:var(--muted);font-size:13px}.class-card__power b{color:var(--buff)}.start__desc{text-align:center;max-width:420px;color:var(--soft);font-size:18px;font-weight:700;line-height:1.4}.start__tiles{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.start__enemy{color:var(--muted);align-items:center;gap:12px;font-size:14px;font-weight:800;display:flex}.start__enemy select{font:inherit;background:var(--surface);color:var(--text);border:2px solid var(--line);border-radius:10px;padding:10px 14px;font-weight:800}@media (width<=600px){.start__classes{gap:10px}.class-card{width:108px;padding:10px}.class-card__name{font-size:15px}.start__title h1{font-size:40px}.start__tiles .tile{--tw:150px;--th:150px;--pad:14px;--circle:36px;--icon:20px;--cost:26px;--name:15px;--value:22px;--kind:12px}}.screen{min-height:100dvh;padding:max(24px, env(safe-area-inset-top)) 24px max(24px, env(safe-area-inset-bottom));background:var(--bg);flex-direction:column;align-items:center;gap:28px;display:flex}.screen__back{height:44px;color:var(--muted);border-radius:12px;align-items:center;gap:4px;padding:0 14px 0 8px;font-size:15px;font-weight:800;display:inline-flex}.screen__back:hover{background:var(--surface);color:var(--text)}.start .screen__back{left:16px;top:max(16px, env(safe-area-inset-top));position:absolute}.start{justify-content:center;position:relative}.start__desc{flex-direction:column;align-items:center;gap:8px;display:flex}.start__desc p{margin:0}.start__power{color:var(--buff);align-items:center;gap:8px;font-size:15px;display:inline-flex}.menu-screen{justify-content:center;gap:40px}.menu-screen__actions{flex-direction:column;gap:14px;width:min(100%,460px);display:flex}.save-card{background:var(--surface);border:2px solid var(--buff);color:var(--text);border-radius:16px;align-items:center;gap:16px;padding:14px 20px 14px 14px;transition:transform .15s;display:flex}.save-card:hover{transform:translateY(-2px)}.save-card__art{border-radius:10px;flex:none}.save-card__body{flex-direction:column;flex:1;gap:4px;display:flex}.save-card__title{font-size:20px;font-weight:900}.save-card__meta{color:var(--muted);gap:16px;font-size:14px;font-weight:800;display:flex}.save-card__meta span{align-items:center;gap:4px;display:inline-flex}.menu-screen__settings{background:var(--surface);border-radius:16px;width:min(100%,460px);padding:8px 20px}.menu-screen__settings .menu__row{min-height:56px}.menu-screen__settings .menu__row span{align-items:center;gap:8px;display:inline-flex}.map-screen{align-items:stretch;gap:0;height:100dvh;padding:0}.map-top{padding:max(16px, env(safe-area-inset-top)) 20px 12px;flex:none;justify-content:space-between;align-items:center;display:flex}.map-top__stats{gap:18px;margin-top:4px;font-size:18px;font-weight:900;display:flex}.map-top__stats span{align-items:center;gap:6px;display:inline-flex}.map-top__fights{color:var(--muted)}.map-top__right{align-items:center;gap:8px;display:flex}.map-top__gems{gap:4px;margin-right:8px;display:flex}.map-scroll{-webkit-overflow-scrolling:touch;flex:1;padding:24px;display:flex;overflow:auto}.map-board{flex:none;margin:auto;position:relative}.map-links{position:absolute;inset:0;overflow:visible}.map-link{stroke:var(--line);stroke-width:6px;stroke-linecap:round}.map-link--dim{stroke:var(--dashed);stroke-dasharray:2 12}.room{background:var(--surface);border:3px solid var(--line);color:var(--soft);border-radius:18px;justify-content:center;align-items:center;transition:transform .15s,border-color .15s,background .15s,opacity .15s;display:flex;position:absolute;overflow:visible}.room:disabled{cursor:default}.room--unknown{background:var(--floor);border-style:dashed;border-color:var(--line);color:var(--line)}.room--cleared{border-color:var(--dashed);color:var(--muted)}.room--cleared .room__art{filter:grayscale();opacity:.55}.room--blocked{border-color:var(--damage)}.room--boss.room--blocked{border-color:var(--buff);box-shadow:0 0 0 4px #e9b94b2e}.room--treasure.room--free,.room--rest.room--free{color:var(--buff)}.room--merchant{color:var(--block)}.room--exit.room--free{color:var(--heal);border-color:var(--heal)}.room--reachable:not(:disabled){border-color:var(--text);cursor:pointer}.room--reachable:not(:disabled):hover{transform:scale(1.06)}.room--here{background:var(--raised);border-color:var(--text);opacity:1;transform:scale(1.08)}.room__art{pointer-events:none;border-radius:12px;overflow:hidden}.room__check,.room__crown,.room__badge{background:var(--heal);width:24px;height:24px;color:var(--bg);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:-8px;right:-8px}.room__crown{background:var(--buff);left:-8px;right:auto}.room__badge{background:var(--damage);color:var(--text);inset:auto auto -8px -8px}.room__badge--store{background:var(--block)}.room--cleared .room__badge{background:var(--line)}.map-you{color:var(--text);pointer-events:none;filter:drop-shadow(0 2px 0 var(--shadow));animation:1.4s ease-in-out infinite bob;position:absolute;transform:translate(-50%,-100%)}@keyframes bob{0%,to{transform:translate(-50%,-100%)}50%{transform:translate(-50%,calc(-100% - 6px))}}.map-foot{padding:16px 24px max(20px, env(safe-area-inset-bottom));background:var(--floor);border-top:2px solid var(--surface);flex:none;justify-content:space-between;align-items:center;gap:16px;display:flex}.map-foot__title{align-items:center;gap:8px;font-size:20px;font-weight:900;display:flex}.map-foot__hint{color:var(--muted);margin-top:2px;font-size:15px;font-weight:700}.map-foot .btn{padding:0 28px}@media (width<=720px){.map-top__stats{gap:12px;font-size:15px}.map-foot{flex-direction:column;align-items:stretch}.map-foot .btn{width:100%}.map-foot__title{font-size:17px}.map-foot__hint{font-size:13px}}.shop,.deck-screen{align-items:stretch;gap:20px;width:100%;max-width:1180px;margin:0 auto}.shop__head{justify-content:space-between;align-items:center;display:flex}.shop__gold{color:var(--buff);align-items:center;gap:8px;font-size:22px;font-weight:900;display:inline-flex}.shop__merchant{background:var(--surface);border-radius:20px;align-items:center;gap:24px;padding:20px;display:flex}.shop__portrait{background:var(--raised);border-radius:14px;flex:none}.shop__name{margin:4px 0 6px;font-size:28px;font-weight:900}.shop__quote{color:var(--soft);font-size:16px;font-style:italic;font-weight:700}.shop__tabs{align-self:center}.shop__grid{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.shop__item{flex-direction:column;align-items:center;gap:10px;display:flex}.shop__item--sold .tile{opacity:.35}.shop__sell{flex-direction:column;gap:24px;display:flex}.shop__zone{text-align:center;margin-bottom:12px}.shop__empty{text-align:center;color:var(--muted);font-weight:700}.price{background:var(--text);height:44px;color:var(--bg);border-radius:12px;align-items:center;gap:6px;padding:0 16px;font-size:18px;font-weight:900;display:inline-flex}.price--sell{background:var(--heal)}.price--off{background:var(--surface);color:var(--muted)}.price__cap{letter-spacing:.1em;text-transform:uppercase;opacity:.7;margin-left:6px;font-size:11px;font-weight:800}.deck__help{text-align:center;color:var(--muted);margin:0;font-size:15px;font-weight:700}.deck__zone{flex-direction:column;gap:12px;display:flex}.deck__zone-head{justify-content:space-between;align-items:baseline;display:flex}.deck__count{color:var(--muted);font-size:14px;font-weight:800}.deck__grid{flex-wrap:wrap;gap:16px;display:flex}.deck__empty{border:2px dashed var(--dashed);width:171px;height:150px;color:var(--muted);border-radius:14px;justify-content:center;align-items:center;display:flex}.deck__empty--lg{width:168px;height:212px}.deck__empty--target{border-color:var(--text);color:var(--text);cursor:pointer}.tile--picked{outline:3px solid var(--text);outline-offset:3px;transform:translateY(-4px)}.tile--swap-target{cursor:pointer}.deck__gems{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}@media (width<=720px){.deck__gems{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.shop__grid,.deck__grid{gap:12px}.shop__name{font-size:20px}.shop__quote{font-size:14px}}.gem{--gem-tint:var(--buff);background:var(--raised);border:2px solid var(--gem-tint);border-radius:50%;flex:none;justify-content:center;align-items:center;width:44px;height:44px;transition:box-shadow .2s,transform .2s;display:inline-flex;overflow:hidden}.gem img{object-fit:contain;width:100%;height:100%;transform:scale(1.15)}.gem--sm{width:30px;height:30px}.gem--glow{box-shadow:0 0 0 4px color-mix(in srgb, var(--gem-tint) 35%, transparent), 0 0 18px var(--gem-tint);transform:scale(1.15)}.gem--tap{cursor:pointer}.gem--selected{box-shadow:0 0 0 3px var(--text)}.gem-row{align-items:center;gap:6px;display:flex}.hud-extras{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.phone-badge-row .gem-row{margin-left:auto}.gem-card{background:var(--surface);color:var(--text);text-align:left;border:2px solid #0000;border-radius:14px;align-items:center;gap:14px;min-height:72px;padding:12px 14px;display:flex}button.gem-card{cursor:pointer}.gem-card--selected{border-color:var(--text)}.gem-card--empty{border:2px dashed var(--dashed);color:var(--muted);background:0 0;justify-content:center}.gem-card--target{border-color:var(--text);color:var(--text)}.gem-card__body{flex-direction:column;gap:3px;min-width:0;display:flex}.gem-card__name{font-size:16px;font-weight:900}.gem-card__meta{letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;font-size:12px;font-weight:800;display:inline-flex}.gem-card__cd{color:var(--muted);align-items:center;gap:3px;display:inline-flex}.gem-card__desc{color:var(--soft);font-size:13px;font-weight:700;line-height:1.35}.gem-card--compact{gap:10px;min-height:56px;padding:10px}.gem-card--compact .gem-card__name{font-size:14px}.scrim--fixed{z-index:60;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;overflow:auto}.reward{background:var(--surface);border-radius:20px;flex-direction:column;gap:24px;width:min(100%,720px);padding:40px 48px;animation:.25s ease-out fadeIn;display:flex}.reward--phone{gap:18px;padding:24px 20px}.reward__title{margin-top:8px;font-size:34px;font-weight:900;line-height:1.05}.reward--phone .reward__title{font-size:26px}.reward__cards{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}.reward__cards .tile{cursor:pointer}.reward__gems{flex-direction:column;gap:12px;display:flex}.reward__note{color:var(--damage);text-align:center;margin:0;font-size:14px;font-weight:800}.reward__actions{justify-content:flex-end;gap:12px;display:flex}.reward--phone .reward__actions{flex-direction:column-reverse}.reward--phone .reward__actions .btn,.reward .result__rows{width:100%}.floor-card{z-index:70;background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:10px;animation:1.8s ease-in-out forwards floorIn;display:flex;position:fixed;inset:0}.floor-card__title{font-size:64px;font-weight:900;line-height:1}.floor-card__sub{color:var(--buff);align-items:center;gap:8px;font-size:18px;font-weight:800;display:inline-flex}@keyframes floorIn{0%{opacity:0}15%{opacity:1}85%{opacity:1}to{opacity:0}}@media (width<=720px){.shop,.deck-screen{padding-left:12px;padding-right:12px}.shop__grid .tile,.deck__grid .tile,.reward__cards .tile{--tw:150px;--th:150px;--pad:14px;--circle:36px;--icon:20px;--cost:26px;--name:15px;--value:22px;--kind:12px}.deck__empty{width:150px;height:150px}.deck__grid,.shop__grid,.reward__cards{gap:12px}}.result__loot{border-top:2px solid var(--line);flex-direction:column;gap:14px;padding-top:20px;display:flex}.result__loot-head{letter-spacing:.1em;text-transform:uppercase;color:var(--buff);align-items:center;gap:8px;font-size:13px;font-weight:800;display:flex}.result__actions{justify-content:flex-end;gap:12px;display:flex}.result__actions .btn{flex:1}.result--phone{max-height:calc(100dvh - 32px);overflow:auto}.result--phone .result__actions{flex-direction:column-reverse}.hp__name{align-items:center;gap:12px;display:flex}.hp--right .hp__name{flex-direction:row-reverse}.gem{border-radius:10px}.gem--sm{border-radius:8px}.gem__initial{color:var(--gem-tint);font-size:15px;font-weight:900}.gem--sm .gem__initial{font-size:12px}.phone-strip__name{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px 8px;margin-bottom:4px;display:flex}.phone-strip__name .gem-row{gap:4px;margin-left:auto}
