body{color:#fff;background:#111;margin:0;font-family:Arial,sans-serif}*{box-sizing:border-box}.app-crash-screen{text-align:center;color:#f2e9d8;background:#111;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:24px;display:flex}.app-crash-screen h1{margin:0;font-size:28px}.app-crash-screen p{color:#b9b0a0;max-width:480px;margin:0}.app-crash-screen button{color:#1a1206;cursor:pointer;background:#e7ba72;border:0;border-radius:8px;margin-top:8px;padding:10px 24px;font-size:15px;font-weight:700}.app-crash-screen button:hover{filter:brightness(1.08)}html,body,#root{width:100%;min-width:0;height:100%;min-height:0;margin:0}body{color:#fff;background:radial-gradient(circle at 50% 30%,#20252d,#101215 70%);overflow:hidden}.app-shell{box-sizing:border-box;grid-template-columns:minmax(0,1fr) clamp(205px,20vw,285px);gap:clamp(8px,1.5vw,22px);width:100vw;height:100dvh;padding:clamp(7px,1.2vh,16px);display:grid;overflow:hidden}.game-column{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.game-title{text-align:center;margin:0 0 clamp(4px,.7vh,10px);font-size:clamp(22px,3vh,34px)}.error-message{text-align:center;color:#ff7474}.board-wrapper{min-height:0;position:relative;overflow:hidden}.game-board{grid-template-rows:minmax(0,1fr) auto;width:100%;height:100%;transition:filter .4s,opacity .4s;display:grid}.game-board-disabled{filter:grayscale(.5)brightness(.45)blur(1px);pointer-events:none}.battlefield{grid-template-rows:minmax(0,1fr) minmax(0,1fr);gap:clamp(6px,1.2vh,16px);min-height:0;display:grid}.enemy-area,.player-area{justify-content:center;align-items:center;min-height:0;display:flex}.enemies,.players{justify-content:center;align-items:center;gap:clamp(8px,1.5vw,20px);width:100%;min-height:0;display:flex}.enemy{box-sizing:border-box;background:linear-gradient(145deg,#2c2f34,#191b1f);border:2px solid #575d66;border-radius:12px;width:clamp(135px,17vw,205px);min-height:clamp(100px,15vh,145px);padding:clamp(7px,1vh,14px);font-size:clamp(11px,1.55vh,15px);transition:transform .15s,border-color .15s,box-shadow .15s,opacity .15s;position:relative}.enemy h3{margin:0 0 6px;font-size:clamp(13px,1.8vh,18px)}.enemy p{margin:4px 0}.enemy-targetable{border-color:#a8afb9}.enemy-targeted{border-color:#fff;transform:scale(1.07);box-shadow:0 0 14px #ffffff8c}.enemy-defeated{opacity:.3}.intent{font-weight:700;margin-top:8px!important}.intent-attack{color:#ff7474}.intent-block{color:#8bbcff}.intent-buff{color:#cb8cff}.enemy-damaged{animation:.45s enemyDamage}@keyframes enemyDamage{0%{background:#2c2f34}25%{background:#9d2020}50%{background:#f04444}to{background:#2c2f34}}@keyframes enemyAttack{0%{transform:translate(0)}8%{transform:translate(-5px)rotate(-2deg)}16%{transform:translate(5px)rotate(2deg)}24%{transform:translate(-4px)}38%{transform:translate(0)}58%{transform:translateY(clamp(42px,8vh,78px))scale(1.08)}70%{transform:translateY(clamp(42px,8vh,78px))scale(1.08)}to{transform:translate(0)scale(1)}}.enemy-blocking{animation:.65s enemyBlock}@keyframes enemyBlock{25%{background:#314863;box-shadow:0 0 22px #69aaffbf}to{background:#2c2f34}}.enemy-buffing{animation:.65s enemyBuff}@keyframes enemyBuff{25%{background:#52336b;box-shadow:0 0 24px #c35affbf}to{background:#2c2f34}}.player-card{box-sizing:border-box;background:linear-gradient(145deg,#282c32,#17191d);border:2px solid #656d77;border-radius:12px;width:clamp(170px,22vw,250px);min-height:clamp(108px,16vh,150px);padding:clamp(8px,1vh,14px);font-size:clamp(11px,1.55vh,15px);transition:transform .15s,border-color .15s,box-shadow .15s}.player-card h3{margin:0 0 5px}.player-card p{margin:3px 0}.player-targetable{border-color:#79aee8}.player-targeted{transform:scale(1.06);box-shadow:0 0 20px #5aa5ffb3}.player-damaged{animation:.45s playerDamage}@keyframes playerDamage{25%{background:#a32424;transform:scale(1.05)}50%{background:#e64040}to{background:#282c32;transform:scale(1)}}.player-shielded{animation:.5s playerShield}@keyframes playerShield{30%{background:#405d7d;box-shadow:0 0 25px #64b4ffbf}to{background:#282c32}}.player-healed{animation:.6s playerHeal}@keyframes playerHeal{30%{background:#285d3a;box-shadow:0 0 28px #50e678cc}to{background:#282c32}}.energy{font-weight:700}.energy-empty{color:#ff5151;animation:.8s infinite alternate energyPulse}@keyframes energyPulse{0%{opacity:.6}to{opacity:1;text-shadow:0 0 12px #ff3838}}.hand-area{min-height:0;padding-top:clamp(4px,.6vh,8px)}.hand{justify-content:center;gap:clamp(5px,.9vw,12px);min-height:clamp(105px,17vh,155px);display:flex}.card,.card-placeholder{box-sizing:border-box;width:clamp(105px,12vw,145px);min-height:clamp(105px,17vh,155px)}.card{color:#fff;text-align:left;-webkit-user-select:none;user-select:none;border-radius:11px;padding:clamp(7px,.9vh,12px);transition:transform .12s,opacity .12s,filter .12s;position:relative}.card-attack{background:linear-gradient(145deg,#5b2724,#301515);border:2px solid #9f4b45}.card-skill{background:linear-gradient(145deg,#263d59,#142333);border:2px solid #4d719e}.card-power{background:linear-gradient(145deg,#432b59,#25152f);border:2px solid #7d56a1}.card:not(.card-disabled):hover{transform:translateY(-5px)}.card-dragging{opacity:0}.card-disabled{opacity:.32;filter:grayscale(.7);cursor:not-allowed}.card-header{justify-content:space-between;gap:8px;display:flex}.card-energy{color:#111;background:#e7b633;border-radius:50%;place-items:center;width:25px;height:25px;font-weight:800;display:grid}.card-energy-empty{color:#fff;background:#933}.card-type{opacity:.65;margin-top:5px;font-size:10px}.card-description{margin-top:10px;line-height:1.25}.card-placeholder{opacity:.18;border:2px dashed #ffffff14;border-radius:11px}.hand-footer{justify-content:center;align-items:center;gap:clamp(10px,2vw,24px);padding-top:clamp(4px,.7vh,10px);font-size:clamp(11px,1.4vh,14px);display:flex}.combat-overlay,.event-overlay{z-index:100;pointer-events:auto;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.combat-result{text-align:center;animation:.55s ease-out resultAppear}@keyframes resultAppear{0%{opacity:0;transform:scale(.65)}to{opacity:1;transform:scale(1)}}.combat-result-title{letter-spacing:.08em;text-transform:uppercase;text-shadow:0 0 12px,0 0 35px,0 4px 4px #000;margin-bottom:25px;font-size:clamp(48px,9vw,110px);font-weight:900}.combat-result-victory{color:#ffd75a}.combat-result-defeat{color:#ff4a4a}.combat-result-boss-victory .combat-result-title{background:linear-gradient(#fff3c4,#ffd75a 45%,#f7a53d);color:#0000;text-shadow:0 0 18px #ffc850d9,0 0 46px #ffaa288c,0 4px 4px #000;-webkit-background-clip:text;background-clip:text;animation:2.6s ease-in-out infinite bossTitlePulse}@keyframes bossTitlePulse{0%,to{filter:brightness()}50%{filter:brightness(1.18)}}.boss-reward-subtitle{color:#f3dfae;text-shadow:0 2px 4px #0009;max-width:560px;margin:-14px auto 22px;font-size:14px;line-height:1.4}.combat-result button,.event-card button{color:#fff;cursor:pointer;background:#252a31;border:1px solid #fff6;border-radius:9px;padding:12px 28px;font-size:16px}.event-card{text-align:center;background:#14171bf7;border:2px solid #777;border-radius:16px;width:min(420px,80%);padding:30px;box-shadow:0 15px 60px #000c}.medical-event{border-color:#51a86d}.weapon-event{border-color:#c2974b}.journey{border-left:1px solid #ffffff26;grid-template-rows:auto minmax(0,1fr);min-height:0;padding-left:clamp(8px,1.3vw,18px);display:grid}.journey h2{text-align:center;margin:0 0 8px;font-size:clamp(17px,2vh,23px)}.journey-scroll{scrollbar-width:thin;cursor:grab;-webkit-user-select:none;user-select:none;min-height:0;padding:4px;overflow-y:auto}.journey-scroll:active{cursor:grabbing}.journey-node{background:#1b1e23;border:1px solid #3e444d;border-radius:9px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;min-height:58px;margin-bottom:10px;padding:8px;font-size:clamp(10px,1.35vh,13px);display:grid;position:relative}.journey-index{background:#303640;border-radius:50%;place-items:center;width:27px;height:27px;font-weight:700;display:grid}.journey-type{opacity:.55;margin-top:3px;font-size:9px}.journey-current{border-color:#f1c954;box-shadow:0 0 14px #f0c64659}.journey-next{border-color:#7c8999}.journey-complete{opacity:.5}.journey-x{color:#ff4343;pointer-events:none;opacity:.75;place-items:center;font-size:48px;font-weight:900;display:grid;position:absolute;inset:0}.journey-marker{color:#ffd85c;font-size:8px;font-weight:800;position:absolute;top:4px;right:5px}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}@media (height<=760px){.app-shell{padding:5px 8px}.game-title{font-size:20px}.battlefield{gap:3px}.enemy{min-height:92px}.player-card{min-height:98px}.hand,.card,.card-placeholder{min-height:100px}.card-description{margin-top:5px}}.door-transition{z-index:9999;pointer-events:all;display:flex;position:fixed;inset:0;overflow:hidden}.wood-door{background:linear-gradient(90deg,#3d210e,#70401d 20%,#4c2812 42%,#815027 65%,#4b2812);width:50.5%;height:100%;transition:transform .7s cubic-bezier(.72,0,.28,1);position:absolute;top:0;overflow:hidden;box-shadow:inset 0 0 80px #0000008c}.wood-door-left{border-right:5px solid #251408;left:0}.wood-door-right{border-left:5px solid #251408;right:0}.door-plank{background:repeating-linear-gradient(87deg,#0000 0 13px,#190c0426 14px,#0000 17px);border-left:2px solid #140a03b3;border-right:1px solid #ffcd8221;width:20%;position:absolute;top:0;bottom:0}.door-plank-1{left:0}.door-plank-2{left:20%}.door-plank-3{left:40%}.door-plank-4{left:60%}.door-plank-5{left:80%}.door-brace{background:linear-gradient(#292929,#111,#333);border-top:2px solid #555;border-bottom:2px solid #050505;height:clamp(18px,3vh,34px);position:absolute;left:0;right:0;box-shadow:0 5px 10px #00000073}.door-brace-top{top:24%}.door-brace-bottom{bottom:24%}.door-handle{background:radial-gradient(circle at 35% 35%,#aaa,#444 35%,#151515 70%);border-radius:50%;width:clamp(18px,2.2vw,30px);height:clamp(18px,2.2vw,30px);position:absolute;top:48%;box-shadow:0 3px 8px #000c}.door-handle-left{right:clamp(20px,3vw,45px)}.door-handle-right{left:clamp(20px,3vw,45px)}.door-closing .wood-door-left{animation:.7s cubic-bezier(.72,0,.28,1) forwards closeLeft}.door-closing .wood-door-right{animation:.7s cubic-bezier(.72,0,.28,1) forwards closeRight}@keyframes closeLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes closeRight{0%{transform:translate(100%)}to{transform:translate(0)}}.door-closed .wood-door{transform:translate(0)}.door-opening .wood-door-left{animation:.7s cubic-bezier(.72,0,.28,1) forwards openLeft}.door-opening .wood-door-right{animation:.7s cubic-bezier(.72,0,.28,1) forwards openRight}@keyframes openLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes openRight{0%{transform:translate(0)}to{transform:translate(100%)}}.game-column{grid-template-rows:minmax(0,1fr)}.error-toast{z-index:500;color:#ffd6d6;background:#461212f2;border:1px solid #ff64648c;border-radius:10px;align-items:center;gap:12px;max-width:min(560px,80vw);padding:10px 14px;display:flex;position:absolute;top:14px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #00000073}.error-toast button{color:inherit;background:0 0;border:0;font-size:16px}.start-screen{background:radial-gradient(circle at 50% 45%,#7534193d,#0000 30%),radial-gradient(circle at 50% 115%,#bf5b1c40,#0000 40%),linear-gradient(#15191f 0%,#090b0e 72%);place-items:center;width:100vw;height:100dvh;display:grid;position:relative;overflow:hidden}.start-screen:before,.start-screen:after{content:"";pointer-events:none;position:absolute;inset:0}.start-screen:before{background:linear-gradient(105deg,#0000 0 46%,#ffffff06 46% 47%,#0000 47% 100%),linear-gradient(75deg,#0000 0 53%,#ffffff05 53% 54%,#0000 54% 100%)}.start-screen:after{box-shadow:inset 0 0 180px #000000e6}.start-embers{opacity:.7;filter:blur(.2px);background-image:radial-gradient(circle,#ff9a45 0 1px,#0000 2px),radial-gradient(circle,#ffd08a 0 1px,#0000 2px),radial-gradient(circle,#ce552b 0 1px,#0000 2px);background-position:7% 91%,77% 78%,42% 88%;background-size:173px 211px,229px 187px,307px 251px;animation:11s linear infinite emberDrift;position:absolute;inset:0}@keyframes emberDrift{0%{background-position:7% 91%,77% 78%,42% 88%}to{background-position:7% calc(91% - 211px),77% calc(78% - 187px),42% calc(88% - 251px)}}.start-hero{z-index:2;text-align:center;flex-direction:column;align-items:center;width:min(900px,92vw);display:flex;position:relative}.start-sigil{background:radial-gradient(circle,#352016 0 28%,#17191d 29% 64%,#0d0f12 65%);border:2px solid #d29a4da6;border-radius:50%;place-items:center;width:clamp(92px,10vw,132px);height:clamp(92px,10vw,132px);margin-bottom:18px;display:grid;position:relative;box-shadow:0 0 45px #c1582440,inset 0 0 20px #ffb85f1f}.sigil-core{z-index:2;letter-spacing:.08em;color:#e7c37f;text-shadow:0 2px 8px #000;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,3vw,38px);font-weight:900;position:relative}.sigil-blade{background:linear-gradient(90deg,#525b63,#d0d4d5 48%,#3b4249 52%,#11161a);border-radius:100% 100% 20% 20%;width:7px;height:92%;position:absolute;top:4%;box-shadow:0 0 10px #ffffff26}.sigil-blade-left{transform:rotate(43deg)}.sigil-blade-right{transform:rotate(-43deg)}.start-eyebrow{color:#a78659;letter-spacing:.34em;margin-bottom:8px;font-size:clamp(9px,1.1vw,13px);font-weight:800}.start-title{letter-spacing:-.055em;text-transform:uppercase;filter:drop-shadow(0 10px 12px #000000a6);flex-direction:column;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(72px,12vw,164px);font-weight:900;line-height:.78;display:flex}.start-title span:first-child{color:#f0e2c4;-webkit-text-stroke:1px #9b8159}.start-title span:last-child{color:#a8402a;-webkit-text-stroke:1px #6e271d;transform:scaleX(1.06)}.start-tagline{color:#c9c3b7;letter-spacing:.05em;margin:30px 0 26px;font-size:clamp(14px,1.6vw,20px)}.start-button{color:#fff4df;letter-spacing:.13em;text-transform:uppercase;background:linear-gradient(#74341f,#471d14);border:1px solid #b06a3c;border-radius:4px;min-width:250px;padding:15px 34px;font-size:17px;font-weight:900;transition:transform .15s,filter .15s;position:relative;box-shadow:0 7px #24100b,0 13px 30px #00000073,inset 0 1px #ffffff26}.start-button:hover:not(:disabled){filter:brightness(1.15);transform:translateY(-2px)}.start-button:active:not(:disabled){transform:translateY(4px);box-shadow:0 3px #24100b,0 8px 20px #00000073}.start-features{color:#6f747b;letter-spacing:.12em;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:8px 18px;margin-top:32px;font-size:11px;font-weight:700;display:flex}.start-features span+span:before{content:"◆";color:#6a3b29;margin-right:18px}.start-error{color:#ff8b8b}.enemy{background:radial-gradient(circle at 50% 34%,#61676f2e,#0000 34%),linear-gradient(155deg,#24282e,#111317);border-color:#545d65;grid-template-rows:minmax(0,1fr) auto;width:clamp(150px,18vw,218px);min-height:clamp(178px,24vh,238px);padding:7px 9px 10px;display:grid;overflow:hidden}.enemy-art-wrap{place-items:center;min-height:0;margin:-3px 0 -10px;display:grid}.enemy-portrait{filter:drop-shadow(0 9px 8px #0000008c);width:min(116px,76%);height:min(126px,15vh);overflow:visible}.enemy-art-shadow{fill:#00000040}.enemy-art-body{fill:#30343a;stroke:#111;stroke-width:2px}.enemy-art-skin{fill:#6b7d4b;stroke:#252b1d;stroke-width:2px}.enemy-art-accent{fill:#9a3f2c;stroke:#321812;stroke-width:2px}.enemy-art-eye{fill:#ffbe55;filter:drop-shadow(0 0 4px #ff6a00)}.enemy-art-line{fill:none;stroke:#15181b;stroke-width:4px;stroke-linecap:round}.enemy-art-metal{fill:#636c73;stroke:#242a2f;stroke-width:3px}.enemy-art-metal-line{fill:none;stroke:#9aa3a8;stroke-width:6px;stroke-linecap:round}.enemy-art-stone{fill:#68645d;stroke:#34312d;stroke-width:3px}.enemy-art-crack{fill:#32302d}.enemy-art-robe{fill:#45304d;stroke:#211726;stroke-width:3px}.enemy-art-void{fill:#111014;stroke:#6f4e7b;stroke-width:2px}.enemy-art-hound{fill:#4a403c;stroke:#211c1a;stroke-width:3px}.enemy-art-flame{fill:none;stroke:#c6532b;stroke-width:7px;stroke-linecap:round}.enemy-art-marauder{fill:#694035;stroke:#2e1b16;stroke-width:3px}.enemy-info{z-index:2;padding:0 3px;position:relative}.enemy-info h3{text-align:center;margin:0 0 5px;font-size:clamp(12px,1.7vh,17px)}.enemy-stat-row{color:#b9bec5;flex-wrap:wrap;justify-content:center;gap:3px 8px;font-size:clamp(9px,1.25vh,12px);display:flex}.enemy .intent{background:#00000057;border-radius:999px;width:fit-content;padding:4px 8px;font-size:clamp(9px,1.3vh,12px);margin:6px auto 0!important}.player-card-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.player-card-heading h3{margin:0 0 5px}.player-gold,.shop-gold,.victory-gold{color:#f1c55c}.player-gold{align-items:center;gap:4px;font-weight:900;display:flex}.gear-summary{color:#8d9298;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #ffffff14;margin-top:5px;padding-top:5px;font-size:10px}.card-meta-row{justify-content:space-between;align-items:center;gap:6px;margin-top:5px;display:flex}.card-meta-row .card-type{margin-top:0}.card-rarity,.rarity-label{letter-spacing:.08em;text-transform:uppercase;font-size:8px;font-weight:900}.card.rarity-common{box-shadow:inset 0 0 0 2px #b0b6be8c,0 0 8px #8c949e2e}.card.rarity-rare{box-shadow:inset 0 0 0 2px #a860e0bf,0 0 14px #9747d966}.card.rarity-legendary{box-shadow:inset 0 0 0 2px #f7c544d9,0 0 18px #e6ac2b80}.rarity-common .rarity-label,.rarity-label.rarity-common,.rarity-common.card-rarity,.card.rarity-common .card-rarity{color:#b0b6be}.rarity-rare .rarity-label,.rarity-label.rarity-rare,.card.rarity-rare .card-rarity{color:#b57eef}.rarity-legendary .rarity-label,.rarity-label.rarity-legendary,.card.rarity-legendary .card-rarity{color:#f7c544}.card-inspect{opacity:1;filter:none;cursor:default}.card-inspect:hover{transform:none!important}.hand-footer{gap:clamp(8px,1.3vw,16px);padding-top:clamp(5px,.7vh,9px)}.pile-button{color:#d7dbe0;text-transform:uppercase;letter-spacing:.07em;background:linear-gradient(#272c32,#171a1e);border:1px solid #4b535d;border-radius:9px;grid-template-columns:24px 1fr auto;align-items:center;gap:6px;min-width:105px;padding:7px 10px;font-size:11px;transition:transform .12s,border-color .12s;display:grid;box-shadow:inset 0 1px #ffffff12,0 4px 12px #00000038}.pile-button:hover{border-color:#838c96;transform:translateY(-2px)}.pile-button strong{background:#0f1114;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.pile-icon{color:#8ea3b9;font-size:22px;transform:rotate(-4deg)}.pile-icon-discard{color:#9a7a6f}.end-turn-button{color:#fff1e6;letter-spacing:.12em;background:linear-gradient(#7a3425,#4b1e17 60%,#31130f);border:1px solid #a64a32;border-radius:8px;min-width:150px;padding:8px 22px 7px;font-weight:900;transition:transform .12s,filter .12s;position:relative;box-shadow:0 4px #22100c,0 7px 18px #00000059,inset 0 1px #ffffff1f}.end-turn-button span,.end-turn-button small{display:block}.end-turn-button small{color:#c98d80;letter-spacing:.08em;text-transform:uppercase;margin-top:2px;font-size:8px;font-weight:600}.end-turn-button:hover:not(:disabled){filter:brightness(1.16);transform:translateY(-2px)}.end-turn-button:active:not(:disabled){transform:translateY(2px);box-shadow:0 2px #22100c,0 4px 12px #00000059}.pile-overlay{z-index:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#050709d1;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.pile-panel{background:linear-gradient(150deg,#22262c,#111317);border:1px solid #4e5660;border-radius:16px;grid-template-rows:auto minmax(0,1fr);width:min(920px,94vw);max-height:82vh;display:grid;overflow:hidden;box-shadow:0 20px 80px #000c}.pile-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.pile-header h2{margin:2px 0 0}.pile-kicker,.event-kicker{color:#8d939b;letter-spacing:.18em;font-size:9px;font-weight:900}.pile-close{color:#d4d8dc;background:#191c20;border:1px solid #555e68;border-radius:50%;width:36px;height:36px}.pile-grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px;min-height:0;padding:20px;display:grid;overflow-y:auto}.pile-grid .card{width:100%;min-height:158px}.pile-empty{text-align:center;color:#777e86;grid-column:1/-1;padding:70px 20px}.victory-gold{background:#261d0cd6;border:1px solid #ecbc496b;border-radius:999px;align-items:center;gap:12px;width:fit-content;margin:-8px auto 24px;padding:10px 18px;display:flex;box-shadow:0 0 24px #e2a83729}.victory-gold .gold-coin{font-size:28px}.victory-gold strong,.victory-gold small{display:block}.victory-gold strong{font-size:18px}.victory-gold small{color:#aa986d;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.combat-result-with-rewards{max-width:min(92vw,900px);max-height:88vh;padding:8px 12px 28px;overflow-y:auto}.combat-result-with-rewards .combat-result-title{margin-bottom:12px;font-size:clamp(32px,5vw,56px)}.victory-reward-section{margin:18px 0}.victory-reward-heading{letter-spacing:.14em;text-transform:uppercase;color:#e7ba72;margin-bottom:10px;font-size:13px;font-weight:900}.victory-reward-cards{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.victory-reward-card{cursor:pointer;transition:transform .15s}.victory-reward-card:hover{transform:translateY(-6px)scale(1.03)}.victory-reward-card .card{width:clamp(120px,12vw,155px)}.victory-reward-gear{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.victory-gear-tile{color:#f4f6f8;cursor:pointer;width:clamp(150px,17vw,220px);font:inherit;text-align:center;background:#141619e0;border:2px solid #ffffff2e;border-radius:12px;flex-direction:column;align-items:center;gap:4px;padding:14px 12px;transition:transform .15s,border-color .15s;display:flex}.victory-gear-tile:hover{border-color:#ffd75abf;transform:translateY(-6px)scale(1.03)}.victory-gear-tile.rarity-common{background:linear-gradient(160deg,#9aa0a824,#141619e0);border-color:#b0b6be80}.victory-gear-tile.rarity-rare{background:linear-gradient(160deg,#9747d933,#141619e0);border-color:#a860e0a6}.victory-gear-tile.rarity-legendary{background:linear-gradient(160deg,#e6ac2b38,#141619e0);border-color:#f7c544bf}.victory-gear-slot{letter-spacing:.12em;color:#9fa6ae;text-transform:uppercase;font-size:8px;font-weight:900}.victory-gear-tile strong{font-size:13px}.victory-gear-tile small{color:#c7cdd3;font-size:10px;line-height:1.3}.victory-gear-rarity{letter-spacing:.1em;text-transform:uppercase;color:#e7ba72;font-size:8px;font-weight:900}.victory-skip-button{margin-top:14px;color:#c7cdd3!important;background:0 0!important;border:1px solid #ffffff40!important;padding:8px 18px!important;font-size:11px!important}.event-card.medical-event{background:radial-gradient(circle at 50% 0,#377d4f2e,#0000 42%),#111614fa;width:min(620px,88%);padding:32px}.event-icon{color:#75cb8c;background:#17261c;border:1px solid #497e5a;border-radius:50%;place-items:center;width:54px;height:54px;margin:0 auto 12px;font-size:25px;display:grid}.medical-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px;display:grid}.event-choice{color:#e9f4ec;background:linear-gradient(160deg,#27332b,#151a17);border:1px solid #425046;border-radius:12px;flex-direction:column;justify-content:center;gap:8px;min-height:130px;padding:18px;display:flex}.event-choice strong{font-size:18px}.event-choice span{color:#79d894;font-weight:800}.event-choice small{color:#809086}.medical-max-choice{background:linear-gradient(160deg,#323126,#191815);border-color:#5c6052}.medical-max-choice span{color:#ddc878}.shop-overlay{padding:clamp(10px,2vh,22px)}.event-card.shop-card{text-align:left;background:radial-gradient(circle at 88% 3%,#c1843021,#0000 27%),#121313fb;border-color:#8c6736;grid-template-rows:auto minmax(0,1fr) auto;width:min(1040px,95%);height:min(860px,94%);padding:0;display:grid;overflow:hidden}.shop-topbar{border-bottom:1px solid #be904a2e;justify-content:space-between;align-items:flex-start;gap:20px;padding:20px 24px 16px;display:flex}.shop-topbar h2{margin:2px 0 4px;font-size:28px}.shop-topbar p{color:#92979b;margin:0}.shop-gold{background:#2d230db3;border:1px solid #e8ba4b66;border-radius:10px;grid-template-columns:auto auto;align-items:center;column-gap:7px;min-width:104px;padding:9px 12px;display:grid}.shop-gold .gold-coin{grid-row:1/3;font-size:25px}.shop-gold strong{font-size:20px}.shop-gold small{color:#958456;text-transform:uppercase;font-size:9px}.shop-scroll{min-height:0;padding:18px 24px 26px;overflow-y:auto}.shop-section+.shop-section{border-top:1px solid #ffffff12;margin-top:24px;padding-top:22px}.shop-section-heading{justify-content:space-between;align-items:baseline;gap:14px;margin-bottom:11px;display:flex}.shop-section-heading h3{margin:0;font-size:17px}.shop-section-heading span{color:#747a80;text-transform:uppercase;letter-spacing:.08em;font-size:9px}.shop-offers{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.shop-gear-offers{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-offer{background:linear-gradient(150deg,#24272b,#151719);border:1px solid #42474d;border-radius:10px;flex-direction:column;min-height:170px;padding:13px;display:flex}.shop-offer.rarity-common{border-color:#6e747b;box-shadow:inset 0 0 18px #9aa0a814}.shop-offer.rarity-rare{border-color:#8a52c2;box-shadow:inset 0 0 18px #9747d91f}.shop-offer.rarity-legendary{border-color:#cc9c2e;box-shadow:inset 0 0 22px #e6ac2b24}.shop-offer-top{justify-content:space-between;gap:8px;display:flex}.shop-card-type{color:#737b84;text-transform:uppercase;letter-spacing:.08em;margin-top:5px;font-size:9px}.shop-offer p{color:#b9bdc1;flex:1;margin:10px 0;font-size:11px;line-height:1.35}.shop-offer button,.deck-actions button,.leave-shop-button{color:#e8d7b8;background:#312a20;border:1px solid #60523d;border-radius:7px;padding:8px 10px;font-size:10px;font-weight:800}.gear-offer{min-height:142px}.equipped-gear{color:#858b91;flex-wrap:wrap;gap:7px;margin-top:10px;font-size:10px;display:flex}.equipped-gear span{border:1px solid #3b4045;border-radius:999px;padding:3px 6px}.deck-management-list{gap:6px;display:grid}.deck-management-row{background:#ffffff06;border:1px solid #ffffff0f;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 10px;display:grid}.deck-management-row>div:first-child{grid-template-columns:auto auto 1fr;align-items:center;gap:6px;min-width:0;display:grid}.deck-management-row small{color:#797f85;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.deck-actions{gap:6px;display:flex}.deck-actions .sell-button{color:#d3a29b;background:#2c1d1a;border-color:#5b3934}.leave-shop-button{text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(#5b4225,#372817);border-color:#8b6335;margin:12px 24px 18px;padding:11px 18px;font-size:12px}.journey{grid-template-rows:auto minmax(0,1fr);align-self:center;height:min(410px,70vh);min-height:0;position:relative;overflow:hidden}.journey-heading{justify-content:space-between;align-items:baseline;gap:8px;padding-right:4px;display:flex}.journey-heading h2{margin:0 0 8px}.journey-heading span{color:#60666d;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.journey-scroll{scroll-behavior:smooth;padding-bottom:80px}.journey-node{min-height:64px;margin-bottom:9px}.journey-fade{pointer-events:none;height:54px;position:absolute;left:8px;right:0}.journey-fade-bottom{background:linear-gradient(#0000,#101215 80%);bottom:0}@media (width<=980px){.shop-offers{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (height<=760px){.enemy{min-height:148px}.enemy-portrait{height:94px}.journey{height:min(390px,73vh)}.journey-node{min-height:55px;margin-bottom:7px}.start-sigil{width:72px;height:72px;margin-bottom:10px}.start-title{font-size:clamp(62px,11vw,120px)}.start-tagline{margin:20px 0 18px}.start-features{margin-top:24px}}@media (width<=720px){.medical-options,.shop-offers,.shop-gear-offers,.deck-management-row{grid-template-columns:1fr}.deck-actions{justify-content:flex-end}.start-features span+span:before{display:none}}.term-tooltip{cursor:help;outline:none;align-items:center;gap:4px;display:inline-flex;position:relative}.term-label{color:#aeb5be;font-size:.88em}.term-value{color:#f4f6f8;font-weight:900}.term-tooltip:after{content:"?";color:#ba9c6a;border:1px solid #d6ba8573;border-radius:50%;place-items:center;width:12px;height:12px;font-size:8px;font-weight:900;display:inline-grid}.term-tooltip-card{z-index:1000;color:#c9cdd2;pointer-events:none;opacity:0;background:#0f1114fa;border:1px solid #c392528c;border-radius:8px;width:min(250px,60vw);padding:9px 11px;font-size:11px;line-height:1.35;transition:opacity .12s,transform .12s;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%,5px);box-shadow:0 10px 28px #00000094}.term-tooltip-card strong,.term-tooltip-card span{display:block}.term-tooltip-card strong{color:#ebc984;margin-bottom:4px;font-size:12px}.term-tooltip:hover .term-tooltip-card,.term-tooltip:focus .term-tooltip-card,.term-tooltip:focus-within .term-tooltip-card{opacity:1;transform:translate(-50%)}.enemy,.player-card,.enemy-info,.combat-stat-grid{overflow:visible}.combat-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px 7px;margin-top:6px;display:grid}.combat-stat-grid>span,.combat-stat-grid>.term-tooltip{white-space:nowrap;background:#0000002e;border:1px solid #ffffff14;border-radius:6px;justify-content:center;min-width:0;padding:4px 5px;font-size:clamp(9px,1.15vh,11px)}.hp-stat{color:#c8ccd1}.hp-stat strong{color:#fff}.player-card .energy{text-align:center;margin:5px 0 0}.player-card .energy .term-tooltip{background:#00000029;border-radius:999px;padding:3px 8px}.flamebrand-line{background:linear-gradient(90deg,#68231438,#0000001f);border:1px solid #d65b2640;border-radius:7px;align-items:center;gap:7px;margin-top:5px;padding:5px 7px;display:flex}.flamebrand-icon{filter:drop-shadow(0 0 5px #ff5c20b3);font-size:18px}.flamebrand-line div{flex-direction:column;line-height:1.1;display:flex}.flamebrand-line strong{color:#f0b05e;letter-spacing:.05em;font-size:11px}.flamebrand-line div span{color:#8f949a;margin-top:2px;font-size:9px}.enemy-stat-row .term-tooltip{background:#00000029;border-radius:5px;padding:2px 4px}.intent-tooltip-wrap:after{position:absolute;top:50%;right:-12px;transform:translateY(-50%)}.intent-tooltip-wrap .term-tooltip-card{bottom:calc(100% + 5px)}.card-combat-mechanic{color:#b9bdc3;text-align:center;background:#0000002e;border-radius:5px;flex-wrap:wrap;justify-content:center;align-items:center;gap:3px;min-height:17px;margin-top:5px;padding:3px 4px;font-size:clamp(8px,1.03vh,10px);display:flex}.card-combat-mechanic .term-tooltip:after{display:none}.card-combat-mechanic .term-tooltip-card{bottom:calc(100% + 8px)}.dice-mini{color:#f0d5a2;border:1px solid #ddc2918c;border-radius:5px;place-items:center;min-width:25px;padding:2px 4px;font-weight:900;display:inline-grid}.guaranteed-chip{color:#efb55b;font-weight:800}.combat-roll-banner{z-index:120;pointer-events:none;background:#0d0f12f0;border:1px solid #c197586b;border-radius:9px;width:min(690px,78%);padding:7px 13px;animation:.18s combatRollIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 7px 22px #00000080}@keyframes combatRollIn{0%{opacity:0;transform:translate(-50%,-46%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.combat-roll-source,.combat-roll-equation{flex-wrap:wrap;justify-content:center;align-items:center;gap:5px 8px;display:flex}.combat-roll-source{color:#7e848c;letter-spacing:.07em;text-transform:uppercase;margin-bottom:4px;font-size:9px}.combat-roll-source strong{color:#b8bec5}.combat-roll-arrow{color:#9d613e}.combat-roll-equation{color:#d0d4d8;font-size:clamp(10px,1.4vh,13px)}.dice-chip{color:#f2d8a2;background:#27231d;border:1px solid #8b7656;border-radius:6px;padding:3px 7px;font-weight:900}.roll-vs{color:#8e969f}.roll-result-word{color:#dfaa55;letter-spacing:.08em;font-weight:1000}.combat-roll-miss .roll-result-word{color:#a4a9ae}.combat-roll-critical{border-color:#ff953acc;box-shadow:0 0 26px #ff4e193b,0 7px 22px #00000080}.combat-roll-critical .roll-result-word{color:#ff9e46;text-shadow:0 0 9px #ff5b21a6}.roll-damage{color:#e0b47d}.journey-upward .journey-heading{align-items:flex-end}.journey-upward .journey-heading>div:first-child{flex-direction:column;display:flex}.journey-direction{margin-bottom:2px;color:#7a4b31!important;letter-spacing:.18em!important;font-size:8px!important;font-weight:900!important}.journey-upward .journey-scroll{position:relative}.journey-upward .journey-node{flex:none}.journey-climb-hint{z-index:4;color:#c68b5173;letter-spacing:.14em;pointer-events:none;font-size:8px;font-weight:900;position:absolute;top:61px;right:15px}.journey-fade-top{background:linear-gradient(#111418 10%,#0000);top:50px}@media (height<=760px){.flamebrand-line{padding:3px 6px}.combat-stat-grid{gap:3px 5px}.combat-roll-banner{padding:5px 10px}}.app-shell-three-column{grid-template-columns:clamp(245px,20vw,315px) minmax(0,1fr) clamp(205px,18vw,275px);gap:clamp(8px,1vw,16px)}.you-panel{box-sizing:border-box;z-index:20;background:linear-gradient(#1c1d20fa,#0d0e10fa),radial-gradient(circle at 50% 0,#7e461933,#0000 55%);border:1px solid #c19a5c59;border-radius:14px;flex-direction:column;gap:10px;min-width:0;min-height:0;padding:12px;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 28px #0000006b,0 12px 32px #00000042}.you-panel-topline{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.you-kicker{color:#a99a82;letter-spacing:.25em;font-size:9px;font-weight:800;display:block}.you-panel h2{letter-spacing:.12em;color:#f4e7cf;margin:1px 0 0;font-size:clamp(24px,2vw,34px)}.reset-combat-button{color:#f4c1ad;cursor:pointer;background:linear-gradient(#4a2521,#2a1413);border:1px solid #bf5c4380;border-radius:8px;padding:7px 8px;font-size:10px;font-weight:800;box-shadow:inset 0 1px #ffffff14}.reset-combat-button:hover:not(:disabled){border-color:#e38361;transform:translateY(-1px)}.reset-combat-button:disabled{opacity:.32;cursor:default}.you-gold{background:linear-gradient(90deg,#63461259,#2c221047);border:1px solid #e4b95361;border-radius:10px;grid-template-columns:auto 1fr auto;align-items:center;gap:7px;padding:8px 11px;display:grid}.you-gold>span{color:#ffd563;font-size:18px}.you-gold strong{color:#ffe09a;font-size:22px}.you-gold small{color:#b89d62;letter-spacing:.18em;font-size:9px;font-weight:900}.paperdoll{background:radial-gradient(#5b391f38,#0000 63%),repeating-linear-gradient(0deg,#ffffff03 0 1px,#0000 1px 4px);border:1px solid #ffffff12;border-radius:12px;flex:290px;min-height:255px;max-height:390px;position:relative}.body-outline{opacity:.48;filter:drop-shadow(0 0 10px #de743133);width:78px;height:225px;position:absolute;top:49%;left:50%;transform:translate(-50%,-50%)}.body-head{border:2px solid #967f6b;border-radius:50%;width:46px;height:46px;position:absolute;top:0;left:16px}.body-neck{border-left:2px solid #967f6b;border-right:2px solid #967f6b;width:20px;height:16px;position:absolute;top:45px;left:29px}.body-torso{border:2px solid #967f6b;border-radius:30px 30px 12px 12px;width:62px;height:91px;position:absolute;top:58px;left:8px}.body-arm{border:2px solid #967f6b;border-radius:16px;width:16px;height:105px;position:absolute;top:62px}.body-arm-left{left:-13px;transform:rotate(9deg)}.body-arm-right{right:-13px;transform:rotate(-9deg)}.body-leg{border:2px solid #967f6b;border-radius:0 0 15px 15px;width:23px;height:88px;position:absolute;top:143px}.body-leg-left{left:11px;transform:rotate(3deg)}.body-leg-right{right:11px;transform:rotate(-3deg)}.you-gear-tooltip{z-index:4;width:43%;max-width:122px;position:absolute}.you-gear-slot{box-sizing:border-box;background:#141416eb;border:1px solid #9f8d7759;border-radius:8px;flex-direction:column;justify-content:center;gap:1px;min-height:42px;padding:5px 7px;display:flex;overflow:hidden;box-shadow:0 4px 10px #00000040}.you-gear-slot>span{color:#9f9385;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.you-gear-slot strong{color:#e4d9cb;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.you-gear-slot small{color:#b9aa96;font-size:7px}.you-gear-slot.rarity-common{background:linear-gradient(160deg,#9aa0a829,#141416eb);border-color:#b0b6be73}.you-gear-slot.rarity-rare{background:linear-gradient(160deg,#9747d938,#141416eb);border-color:#a860e08c}.you-gear-slot.rarity-legendary{background:linear-gradient(160deg,#e6ac2b3d,#141416eb);border-color:#f7c544a6}.slot-head{top:2%;left:2%}.slot-necklace{top:21%;right:2%}.slot-cape{top:38%;left:2%}.slot-chest{top:38%;right:2%}.slot-pants{top:61%;left:2%}.slot-shoes{top:79%;right:2%}.slot-ring-left{top:58%;right:2%}.slot-ring-right{top:79%;left:2%}.you-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;display:grid}.you-stats-grid>.term-tooltip{background:#ffffff06;border:1px solid #ffffff14;border-radius:7px;justify-content:space-between;align-items:center;gap:5px;min-width:0;padding:6px 7px;font-size:9px;display:flex}.you-stats-grid .term-value{color:#f2d4a4;font-size:10px}.you-pile-controls{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.you-pile-controls button{color:#dce5f0;cursor:pointer;background:linear-gradient(#29303a,#171b21);border:1px solid #7e90aa5c;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:3px;min-width:0;padding:7px 4px;display:grid}.you-pile-controls button:hover{border-color:#9aacc5;transform:translateY(-1px)}.you-pile-controls strong{font-size:9px}.you-pile-controls small{color:#aeb9c8;font-size:9px}.term-tooltip-card{box-sizing:border-box;white-space:normal!important;overflow-wrap:anywhere!important;width:min(260px,72vw)!important;max-width:260px!important;line-height:1.35!important}.term-tooltip-card strong,.term-tooltip-card span{white-space:normal!important;overflow-wrap:anywhere!important}.turn-controls{justify-content:center;padding:5px 0 1px;display:flex}.end-turn-button-solo{min-width:clamp(150px,16vw,210px);position:relative;overflow:hidden}.end-turn-button-solo:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #ffcb9d29;position:absolute;inset:2px}.hand-area{padding-bottom:0!important}.hand-footer{display:none!important}.enemy .intent{white-space:normal;font-size:clamp(9px,1.05vh,12px);line-height:1.35}.replace-note{color:#d7b47e;margin:4px 0 2px;font-size:9px;display:block}.gear-replace-comparison{background:#00000038;border:1px solid #d7b47e40;border-radius:6px;margin:0 0 8px;padding:6px 8px}.gear-replace-old{flex-direction:column;gap:1px;display:flex}.gear-replace-old strong{color:#e4d9cb;font-size:10px}.gear-replace-old span{color:#a99d8c;font-size:9px;line-height:1.3}.card-level-chip,.overcap-chip{border-radius:999px;margin-left:6px;padding:2px 5px;font-size:8px;font-weight:800;display:inline-block}.card-level-chip{color:#cbd8e9;background:#7184a233}.overcap-chip{color:#e4b8ff;background:#9858c233}.dice-roll-overlay{z-index:9000;pointer-events:none;background:radial-gradient(circle,#0d0f1285,#05060838 55%,#0000 80%);place-items:center;animation:.16s ease-out diceOverlayIn;display:grid;position:fixed;inset:0}.dice-roll-stage{text-align:center;background:linear-gradient(165deg,#231f1bf7,#0e0f12f7);border:1px solid #dcb77b7a;border-radius:18px;width:min(620px,76vw);padding:20px 24px;box-shadow:0 24px 80px #0000009e,inset 0 0 50px #723d1621}.dice-roll-kicker{color:#d4944e;letter-spacing:.28em;font-size:10px;font-weight:900}.dice-roll-stage h2{margin:5px 0;font-size:clamp(18px,2.2vw,30px)}.dice-roll-subtitle{color:#a8abb0;font-size:11px}.dice-table{justify-content:center;gap:14px;margin:18px 0 12px;display:flex}.big-die{color:#24201b;background:linear-gradient(145deg,#ece4d5,#bcae98);border:2px solid #b98e59;border-radius:18px 28px 16px 26px;place-items:center;width:82px;height:82px;animation:.62s cubic-bezier(.2,.8,.2,1) diceTumble;display:grid;position:relative;transform:rotate(9deg)scale(.9);box-shadow:inset -8px -9px 18px #503d2938,0 8px 26px #0000006b}.big-die strong{font-size:34px}.die-type{opacity:.55;font-size:9px;font-weight:900;position:absolute;top:5px;left:8px}.big-die-selected{transform:rotate(0)scale(1.06);box-shadow:0 0 0 3px #e7ba72,0 0 30px #ef9036a6}.dice-resolution{animation:.2s ease-out resolutionIn}.dice-equation{color:#d6d6d9;flex-wrap:wrap;justify-content:center;align-items:center;gap:7px;font-size:13px;display:flex}.dice-equation strong{color:#fff;font-size:20px}.dice-equation span{color:#b69a73}.dice-outcome{letter-spacing:.09em;margin-top:7px;font-size:26px;font-weight:1000}.dice-outcome-hit{color:#ffb15d;text-shadow:0 0 18px #ff741e73}.dice-outcome-miss{color:#a8b3c0}.damage-roll-section{color:#bbb6ae;justify-content:center;align-items:center;gap:9px;margin-top:9px;font-size:10px;display:flex}.damage-dice-row{gap:4px;display:flex}.damage-die{color:#ffd5aa;background:#4b2f20;border:1px solid #b86c39;border-radius:6px;place-items:center;width:25px;height:25px;font-weight:900;display:grid}.damage-roll-section>strong{color:#ffd09e;font-size:14px}@keyframes diceTumble{0%{filter:blur(2px);transform:translateY(-45px)rotate(-160deg)scale(.45)}55%{transform:translateY(9px)rotate(32deg)scale(1.05)}to{filter:none;transform:translateY(0)rotate(9deg)scale(.9)}}@keyframes diceOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes resolutionIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.blood-spatter-fx{left:var(--blood-x,50%);top:var(--blood-y,50%);z-index:8400;pointer-events:none;width:0;height:0;position:fixed}.blood-mist{background:radial-gradient(circle,#b2141480 0%,#960f0f2e 45%,#0000 72%);border-radius:50%;width:60px;height:60px;animation:.32s ease-out forwards bloodMistPuff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.3)}@keyframes bloodMistPuff{0%{opacity:0;transform:translate(-50%,-50%)scale(.25)}30%{opacity:.8}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.blood-drop{opacity:0;background:radial-gradient(circle at 32% 32%,#ff5f5f,#b21414 55%,#6b0c0c 100%);border-radius:50% 50% 50% 0;width:15px;height:15px;animation:.6s cubic-bezier(.25,.55,.3,1) forwards bloodDropFly;position:absolute;top:50%;left:50%;box-shadow:0 0 0 1.5px #1e02028c,0 3px 5px #00000059}.blood-drop-1{--dx:-78px;--dy:-8px;--rot:-35deg;width:16px;height:16px;animation-delay:0s}.blood-drop-2{--dx:68px;--dy:-26px;--rot:25deg;width:12px;height:12px;animation-delay:20ms}.blood-drop-3{--dx:-46px;--dy:54px;--rot:-60deg;width:13px;height:13px;animation-delay:40ms}.blood-drop-4{--dx:52px;--dy:46px;--rot:55deg;width:17px;height:17px;animation-delay:10ms}.blood-drop-5{--dx:8px;--dy:-68px;--rot:0deg;width:11px;height:11px;animation-delay:55ms}.blood-drop-6{--dx:-90px;--dy:20px;--rot:-18deg;width:10px;height:10px;animation-delay:35ms}.blood-drop-7{--dx:92px;--dy:10px;--rot:40deg;width:13px;height:13px;animation-delay:15ms}.blood-drop-8{--dx:-18px;--dy:76px;--rot:-70deg;width:10px;height:10px;animation-delay:60ms}@keyframes bloodDropFly{0%{opacity:0;transform:translate(-50%, -50%) rotate(var(--rot)) scale(.35)}16%{opacity:1;transform:translate(-50%, -50%) rotate(var(--rot)) scale(1.05)}70%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--dx)), calc(-50% + var(--dy) + 10px)) rotate(var(--rot)) scale(.7)}}.iron-judgment-mini{color:#ff9a43;text-shadow:0 0 9px #ff5b12b3}.iron-judgment-flight{z-index:8500;pointer-events:none;position:fixed;inset:0}.iron-judgment-sword{left:var(--sword-start-x);top:var(--sword-start-y);transform-origin:50% 88%;filter:drop-shadow(0 0 10px #ff5b14bf);width:24px;height:110px;animation:.68s cubic-bezier(.2,.8,.2,1) forwards ironJudgmentStrike;position:absolute}.sword-blade{clip-path:polygon(50% 0,100% 13%,100% 100%,0 100%,0 13%);background:linear-gradient(90deg,#fff0b8,#ff9638 48%,#8f2412);border-radius:3px;width:9px;height:72px;position:absolute;top:0;left:8px}.sword-guard{background:#d3a05e;border-radius:5px;width:25px;height:6px;position:absolute;top:69px;left:0;box-shadow:0 0 7px #ff7b2a}.sword-grip{background:repeating-linear-gradient(0deg,#2e1d18 0 4px,#79503b 4px 7px);border-radius:4px;width:7px;height:29px;position:absolute;top:75px;left:9px}.sword-flame{filter:blur(2px);background:#ff5b10b3;border-radius:70% 20% 60% 30%;width:14px;height:30px;position:absolute}.sword-flame-one{top:20px;left:2px;transform:rotate(-18deg)}.sword-flame-two{background:#ffba34a8;top:38px;right:0;transform:rotate(23deg)scale(.8)}@keyframes ironJudgmentStrike{0%{left:var(--sword-start-x);top:var(--sword-start-y);opacity:0;transform:translate(-50%,-50%)rotate(-55deg)scale(.72)}14%{opacity:1;transform:translate(-50%,-50%)rotate(-20deg)scale(1.05)}70%{left:var(--sword-end-x);top:var(--sword-end-y);opacity:1;transform:translate(-50%,-50%)rotate(62deg)scale(1.2)}to{left:var(--sword-end-x);top:var(--sword-end-y);opacity:0;transform:translate(-50%,-50%)rotate(112deg)scale(.85)}}@media (width<=1100px){.app-shell-three-column{grid-template-columns:220px minmax(0,1fr) 200px}.you-panel{gap:6px;padding:8px}.paperdoll{min-height:220px}.you-gear-slot strong{font-size:8px}}@media (width<=820px){.app-shell-three-column{grid-template-columns:180px minmax(480px,1fr) 170px;overflow-x:auto}}.start-hero-minimal .start-title{margin-bottom:42px}.start-hero-minimal .start-sigil{margin-bottom:22px}.start-hero-minimal .start-button{margin-top:0}.character-select-panel{z-index:2;text-align:center;width:min(980px,92vw);position:relative}.character-kicker,.settings-kicker{color:#b59a70;letter-spacing:.28em;font-size:11px;font-weight:900}.character-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px;display:grid}.character-choice{color:#eee7dc;background:linear-gradient(160deg,#25282e,#111318);border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:260px;padding:24px 14px;display:flex}.character-choice-enabled{cursor:pointer;border-color:#c4784685;box-shadow:inset 0 0 30px #8f401f21}.character-choice-enabled:hover{border-color:#e28a55;transform:translateY(-5px);box-shadow:0 16px 35px #00000061,inset 0 0 35px #a1451f33}.character-choice-locked{opacity:.36;cursor:not-allowed;filter:grayscale(.8)}.character-icon{color:#d9ae76;font-size:52px}.character-choice strong{font-size:20px}.character-choice small{color:#999fa8}.character-lock{letter-spacing:.22em;color:#a7abb0;margin-top:14px;font-size:9px}.character-choice-wrapper{flex-direction:column;gap:6px;display:flex}.character-choice-wrapper .character-choice{flex:1}.character-compendium-button{color:#c9b28a;letter-spacing:.04em;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff24;border-radius:10px;padding:8px 6px;font-size:11px}.character-compendium-button:hover{color:#e8cfa0;background:#ffffff14;border-color:#d5a768}.compendium-panel{grid-template-rows:auto auto minmax(0,1fr)}.compendium-tabs{gap:8px;padding:14px 22px 0;display:flex}.compendium-tab{color:#a9afb7;letter-spacing:.04em;cursor:pointer;background:#ffffff08;border:1px solid #ffffff1f;border-radius:10px;flex:1;padding:10px 12px;font-size:12px;font-weight:700}.compendium-tab:hover{color:#e6e9ec;border-color:#ffffff3d}.compendium-tab-active{color:#eee7dc;background:#d5a76824;border-color:#d5a768}.compendium-scroll{min-height:0;padding:18px 22px 24px;overflow-y:auto}.compendium-note{color:#9aa0a8;margin:0 0 14px;font-size:12px}.compendium-status{text-align:center;color:#9aa0a8;padding:40px 0}.compendium-status-error{color:#e08a6f}.compendium-card-slot{position:relative}.compendium-card-count{color:#eee7dc;background:#1b1d21;border:1px solid #ffffff3d;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:800;position:absolute;top:-8px;right:-8px;box-shadow:0 4px 10px #0006}.you-panel-topline h2{letter-spacing:.08em;font-size:clamp(18px,1.6vw,26px)}.you-weapon-label{color:#8f96a0;letter-spacing:.04em;margin-top:2px;font-size:8px;display:block}.settings-button{color:#d6c3a4;cursor:pointer;background:linear-gradient(#34373c,#1b1d21);border:1px solid #ccb08161;border-radius:50%;width:34px;height:34px;font-size:17px}.settings-button:hover{border-color:#d5a768;transform:rotate(28deg)}.reset-combat-button{width:100%}.roll-history-button{color:#cbd4df;cursor:pointer;background:linear-gradient(#252b33,#15191f);border:1px solid #8e9db157;border-radius:8px;padding:7px 8px;font-size:9px;font-weight:800}.roll-history-button:hover{border-color:#9eb0c8}.you-panel .term-tooltip-card,.you-panel .you-gear-tooltip .term-tooltip-card{max-width:min(260px,42vw)!important;bottom:50%!important;left:calc(100% + 8px)!important;right:auto!important;transform:translateY(50%)!important}.you-panel .term-tooltip:hover .term-tooltip-card,.you-panel .term-tooltip:focus .term-tooltip-card,.you-panel .term-tooltip:focus-within .term-tooltip-card{transform:translateY(50%)!important}.term-tooltip{cursor:pointer}.term-modal-backdrop,.settings-backdrop,.roll-history-backdrop{z-index:12000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#050608b8;place-items:center;display:grid;position:fixed;inset:0}.term-modal,.settings-modal,.roll-history-modal{box-sizing:border-box;color:#ddd8d0;background:linear-gradient(165deg,#292621,#111318 70%);border:1px solid #caa46b75;border-radius:16px;width:min(560px,88vw);max-height:82vh;padding:26px 28px;position:relative;overflow:auto;box-shadow:0 28px 90px #000000b3}.term-modal h2,.settings-modal h2,.roll-history-modal h2{color:#f1dfc1;margin:5px 0 12px}.term-modal p{color:#c5c6c8;line-height:1.6}.term-modal-close,.settings-close{color:#aaa;cursor:pointer;background:0 0;border:0;font-size:18px;position:absolute;top:12px;right:12px}.setting-row{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.setting-row div{flex-direction:column;gap:3px;display:flex}.setting-row small{color:#8f949b}.setting-row input{accent-color:#a64f32;width:22px;height:22px}.roll-history-list{flex-direction:column;gap:8px;display:flex}.roll-history-row{background:#ffffff06;border:1px solid #ffffff14;border-radius:9px;padding:11px 12px}.roll-history-row>div:first-child{justify-content:space-between;gap:10px;display:flex}.roll-history-row small{color:#9098a2;margin-top:4px;display:block}.history-hit{color:#e7a05d;font-weight:900}.history-miss{color:#9aabba;font-weight:900}.card-modifier{background:linear-gradient(155deg,#525861,#24282e)!important;border-color:#9da5ae!important;box-shadow:inset 0 0 22px #e6ebf014,0 8px 18px #0000003d!important}.card-modifier .card-type,.card-modifier .modifier-chip{color:#e2e7ec}.modifier-chip{letter-spacing:.08em;color:#cdd3da;font-size:8px}.ij-chip{color:#d8dce1;font-weight:900}.card-description{line-height:1.25}.enemy .intent{border-radius:9px}.enemy-attack-intent{gap:3px;min-width:118px;display:grid}.enemy-attack-intent>div{grid-template-columns:48px 1fr;align-items:center;gap:6px;display:grid}.enemy-attack-intent span{letter-spacing:.1em;opacity:.72;text-align:left;font-size:8px}.enemy-attack-intent strong{text-align:right;font-size:10px}.dice-roll-overlay-interactive{pointer-events:auto;background:#05070a94}.dice-flight-lane{perspective:900px;margin:10px -24px 0;padding:22px 24px;overflow:hidden}.big-die{transform-style:preserve-3d;animation:1.25s cubic-bezier(.18,.72,.2,1) diceSideTumble}.big-die-fast{animation-duration:.32s}@keyframes diceSideTumble{0%{filter:blur(2px);transform:translate3d(-520px,-50px,180px)rotateX(410deg)rotateY(-520deg)rotate(140deg)scale(.5)}62%{transform:translate(35px,14px)rotateX(80deg)rotateY(70deg)rotate(-20deg)scale(1.08)}82%{transform:translate(-10px,-5px)rotateX(20deg)rotateY(-15deg)rotate(13deg)scale(.98)}to{filter:none;transform:translate(0,0)rotateX(0)rotateY(0)rotate(0)scale(.96)}}.dice-close-button{color:#f6dfc8;cursor:pointer;background:#4c2c1f;border:1px solid #a66c45;border-radius:7px;min-width:110px;margin-top:13px;padding:8px 14px;font-weight:900}.dice-dismiss-hint{color:#777f88;margin-top:8px;display:block}.theme-light{background:radial-gradient(circle at 50% 30%,#7f786c,#504b45 72%)}.theme-light .you-panel,.theme-light .game-board{filter:brightness(1.2)saturate(.8)}@media (width<=1050px){.character-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.character-choice{min-height:180px}}.game-column{background:radial-gradient(circle at 50% 44%,#7e441b1f,#0000 31%),radial-gradient(circle at 52% 14%,#6d819714,#0000 32%);border-radius:14px;position:relative}.enemy{border-color:#c0894a94;box-shadow:0 10px 25px #00000057,inset 0 0 26px #72371817}.you-panel{border-color:#d29b4c7a;overflow:visible;box-shadow:inset 0 0 30px #00000075,0 12px 32px #00000047}.you-quick-stats{background:#181613e0;border:1px solid #e0ac5559;border-radius:10px;grid-template-columns:repeat(4,minmax(0,1fr));display:grid;overflow:visible}.you-quick-stats>.term-tooltip{z-index:25;min-width:0;display:block}.you-quick-stats>.term-tooltip:hover,.you-quick-stats>.term-tooltip:focus,.you-quick-stats>.term-tooltip:focus-within{z-index:250}.you-quick-stat{box-sizing:border-box;border-right:1px solid #e0ac552e;grid-template-rows:1fr auto;grid-template-columns:auto 1fr;align-items:center;column-gap:4px;min-width:0;min-height:48px;padding:5px 6px;display:grid}.you-quick-stats>.term-tooltip:last-child .you-quick-stat{border-right:0}.you-quick-icon{color:#e6b75f;text-shadow:0 0 9px #e6b75f47;grid-row:1/3;font-size:13px}.you-quick-stat strong{color:#f4e2bd;white-space:nowrap;min-width:0;font-size:clamp(11px,.95vw,16px);line-height:1}.you-quick-stat small{color:#a88d61;letter-spacing:.12em;font-size:6.5px;font-weight:900}.you-quick-gold strong,.you-quick-gold .you-quick-icon{color:#ffd263}.you-stats-grid{display:none}.paperdoll{z-index:30;overflow:visible}.you-gear-tooltip{z-index:40}.you-gear-tooltip:hover,.you-gear-tooltip:focus,.you-gear-tooltip:focus-within{z-index:500}.you-gear-tooltip .term-tooltip-card{z-index:700;width:min(220px,65vw)!important;max-width:220px!important}.you-panel .slot-head .term-tooltip-card,.you-panel .slot-cape .term-tooltip-card,.you-panel .slot-pants .term-tooltip-card,.you-panel .slot-ring-right .term-tooltip-card{bottom:50%!important;left:calc(100% + 8px)!important;right:auto!important;transform:translateY(50%)!important}.you-panel .slot-necklace .term-tooltip-card,.you-panel .slot-chest .term-tooltip-card,.you-panel .slot-shoes .term-tooltip-card,.you-panel .slot-ring-left .term-tooltip-card{bottom:50%!important;left:auto!important;right:calc(100% + 8px)!important;transform:translateY(50%)!important}.you-panel .slot-head:hover .term-tooltip-card,.you-panel .slot-head:focus .term-tooltip-card,.you-panel .slot-cape:hover .term-tooltip-card,.you-panel .slot-cape:focus .term-tooltip-card,.you-panel .slot-pants:hover .term-tooltip-card,.you-panel .slot-pants:focus .term-tooltip-card,.you-panel .slot-ring-right:hover .term-tooltip-card,.you-panel .slot-ring-right:focus .term-tooltip-card,.you-panel .slot-necklace:hover .term-tooltip-card,.you-panel .slot-necklace:focus .term-tooltip-card,.you-panel .slot-chest:hover .term-tooltip-card,.you-panel .slot-chest:focus .term-tooltip-card,.you-panel .slot-shoes:hover .term-tooltip-card,.you-panel .slot-shoes:focus .term-tooltip-card,.you-panel .slot-ring-left:hover .term-tooltip-card,.you-panel .slot-ring-left:focus .term-tooltip-card{transform:translateY(50%)!important}.you-quick-stats .term-tooltip-card{bottom:calc(100% + 7px)!important;left:0!important;right:auto!important;transform:translateY(5px)!important}.you-quick-stats .term-tooltip:hover .term-tooltip-card,.you-quick-stats .term-tooltip:focus .term-tooltip-card,.you-quick-stats .term-tooltip:focus-within .term-tooltip-card{transform:translate(0)!important}.player-combat-unit{justify-content:center;align-items:stretch;gap:clamp(9px,1vw,15px);min-width:0;display:flex}.iron-judgment-panel{box-sizing:border-box;background:radial-gradient(circle at 17% 34%,#f75c192b,#0000 34%),linear-gradient(155deg,#2c1f17fa,#0d0f12fa 68%);border:1px solid #d89a468c;border-radius:12px;width:clamp(178px,16vw,235px);min-width:0;padding:11px 12px;position:relative;overflow:visible;box-shadow:0 12px 30px #00000059,inset 0 0 30px #9241141f}.ij-header{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;margin-bottom:8px;display:grid}.ij-kicker{color:#a77945;letter-spacing:.17em;font-size:6.5px;font-weight:900}.ij-header h3{color:#f4c36f;letter-spacing:.07em;margin:2px 0;font-size:clamp(11px,1vw,15px)}.ij-header small{color:#8f8d8a;font-size:7px;line-height:1.25;display:block}.ij-emblem{filter:drop-shadow(0 0 10px #ff5c1457);width:56px;height:56px;position:relative}.ij-emblem-ring{border:2px solid #d892468f;border-radius:50%;position:absolute;inset:2px;box-shadow:inset 0 0 16px #f35b1429,0 0 12px #de661f1a}.ij-emblem-sword{transform-origin:50% 70%;width:10px;height:46px;animation:2.8s ease-in-out infinite ijIdle;position:absolute;top:8px;left:24px;transform:rotate(42deg)}.ij-emblem-blade{clip-path:polygon(50% 0,100% 13%,90% 100%,10% 100%,0 13%);background:linear-gradient(90deg,#fff2b4,#ff9e32 48%,#b62e13);width:7px;height:31px;position:absolute;top:0;left:2px;box-shadow:0 0 9px #ff5b19}.ij-emblem-guard{background:#d49b53;border-radius:5px;width:18px;height:4px;position:absolute;top:29px;left:-4px}.ij-emblem-grip{background:repeating-linear-gradient(0deg,#2a1711 0 3px,#82543a 3px 5px);width:5px;height:13px;position:absolute;top:33px;left:3px}.ij-emblem-flame{filter:blur(2px);background:#ff4d0a85;border-radius:80% 15% 65% 25%;width:18px;height:31px;animation:1.15s ease-in-out infinite alternate ijFlame;position:absolute}.ij-emblem-flame-one{top:7px;left:14px;transform:rotate(-22deg)}.ij-emblem-flame-two{background:#ffb62d73;animation-delay:-.45s;top:17px;right:9px;transform:rotate(24deg)scale(.75)}@keyframes ijIdle{0%,to{transform:rotate(40deg)translateY(0)}50%{transform:rotate(44deg)translateY(-2px)}}@keyframes ijFlame{0%{opacity:.55;transform:translateY(2px)rotate(-16deg)scale(.9)}to{opacity:.95;transform:translateY(-2px)rotate(-25deg)scale(1.08)}}.ij-stats>.term-tooltip{z-index:60;display:block}.ij-stats>.term-tooltip:hover,.ij-stats>.term-tooltip:focus,.ij-stats>.term-tooltip:focus-within{z-index:600}.ij-stat{border-bottom:1px solid #d5a4631a;justify-content:space-between;align-items:center;gap:7px;padding:4px 6px;display:flex}.ij-stat span{color:#b58b54;letter-spacing:.08em;font-size:7px;font-weight:900}.ij-stat strong{color:#f0d6a5;font-size:10px}.iron-judgment-panel .term-tooltip-card{bottom:50%!important;left:calc(100% + 8px)!important;right:auto!important;transform:translateY(50%)!important}.iron-judgment-panel .term-tooltip:hover .term-tooltip-card,.iron-judgment-panel .term-tooltip:focus .term-tooltip-card,.iron-judgment-panel .term-tooltip:focus-within .term-tooltip-card{transform:translateY(50%)!important}.player-card-streamlined{background:radial-gradient(circle at 50% 0,#4d607621,#0000 55%),linear-gradient(150deg,#2b3036,#17191d);border-color:#92a2b57a;flex-direction:column;justify-content:center;width:clamp(190px,18vw,255px);min-height:0;padding:13px 15px;display:flex}.player-class-kicker{color:#808b98;letter-spacing:.2em;font-size:7px;font-weight:900;display:block}.player-card-streamlined .player-card-heading h3{color:#f1e4ce;margin:1px 0 7px;font-size:clamp(17px,1.5vw,23px)}.player-core-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;display:grid}.player-core-stats>.term-tooltip{background:#ffffff06;border:1px solid #ffffff14;border-radius:7px;justify-content:center;padding:6px 5px;font-size:9px;display:flex}.player-core-stat{color:#abb3bd;font-size:9px}.player-core-stat strong{color:#f3f5f7}.player-role-copy{color:#8e969f;text-align:center;margin-top:8px;font-size:8px;line-height:1.35}.hand-area{position:relative}.hand-energy-display{text-align:center;justify-content:center;margin:0 0 3px;transition:color .22s,filter .22s,transform .22s;display:flex}.hand-energy-display>.term-tooltip{z-index:120}.hand-energy-value{flex-direction:column;align-items:center;min-width:85px;line-height:1;display:flex}.hand-energy-value strong{letter-spacing:-.04em;text-shadow:0 0 18px;font-size:clamp(28px,3.7vh,47px)}.hand-energy-value span{letter-spacing:.19em;margin-top:2px;font-size:8px;font-weight:1000}.energy-level-0{color:#ff3e42;animation:.85s ease-in-out infinite energyUrgent}.energy-level-1{color:#ff8a2d}.energy-level-2{color:#ffd64c}.energy-level-3{color:#64dc77}.energy-level-over{color:#52b7ff;filter:drop-shadow(0 0 8px #52b7ff59)}@keyframes energyUrgent{0%,to{filter:brightness();transform:scale(1)}50%{filter:brightness(1.25);transform:scale(1.045)}}.cinematic-roll-overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:radial-gradient(at 50% 66%,#75431f47,#0000 33%),#030508d1}.cinematic-roll-stage{text-align:center;background:linear-gradient(#0c0f13e0,#0a0a0bf5),radial-gradient(circle,#81461e26,#0000 55%);border:1px solid #dba15475;border-radius:16px;width:min(850px,82vw);padding:22px 28px 20px;overflow:hidden;box-shadow:0 30px 100px #000000bf,inset 0 0 40px #713d191a}.cinematic-roll-stage h2{color:#f1d7a9;margin:4px 0;font-size:clamp(18px,2.2vw,30px)}.cinematic-dice-floor{perspective:950px;background:linear-gradient(#0000 0 55%,#14110ed1 56%),repeating-linear-gradient(90deg,#0000 0 94px,#ffffff05 95px,#0000 96px),radial-gradient(at bottom,#d266231c,#0000 50%);height:clamp(175px,26vh,255px);margin:12px -28px 4px;position:relative;overflow:hidden}.cinematic-dice-floor:after{content:"";background:linear-gradient(90deg,#0000,#cea06757,#0000);height:1px;position:absolute;bottom:22%;left:7%;right:7%}.cinematic-dice-runway{transform-style:preserve-3d;justify-content:center;align-items:center;gap:clamp(15px,3vw,38px);display:flex;position:absolute;inset:0}.rolling-die-track{width:104px;height:116px;animation:physicalDieTravel 1.55s cubic-bezier(.12,.66,.18,1) var(--die-delay) both;transform-style:preserve-3d;position:relative}.rolling-die-track-fast{animation-duration:.44s}.poly-die{transform-style:preserve-3d;animation:.42s linear infinite physicalDieSpin;position:absolute;inset:3px}.rolling-die-track-fast .poly-die{animation-duration:.14s}.rolling-die-settled .poly-die{animation:.28s ease-out forwards dieSettle}.poly-die-body{width:82px;height:82px;transform-style:preserve-3d;clip-path:polygon(50% 0%,88% 17%,100% 58%,73% 94%,28% 96%,0% 58%,12% 17%);background:linear-gradient(138deg,#efe5cf 0 24%,#b9aa91 25% 43%,#e2d5bc 44% 58%,#96846d 59% 76%,#d2c3aa 77%);border:2px solid #6f604d;position:absolute;top:7px;left:8px;box-shadow:inset -12px -14px 20px #362a1f45,inset 9px 8px 16px #ffffff47,0 0 0 2px #c99e5f29}.poly-facet{opacity:.6;border-style:solid;width:0;height:0;position:absolute}.facet-a{border-bottom:35px solid #ffffff4d;border-left:22px solid #0000;border-right:22px solid #0000;top:5px;left:18px}.facet-b{border-top:22px solid #0000;border-bottom:25px solid #0000;border-right:35px solid #604b383b;top:26px;left:2px}.facet-c{border-top:22px solid #0000;border-bottom:25px solid #0000;border-left:35px solid #ffffff2b;top:26px;right:2px}.facet-d{border-top:34px solid #5540303b;border-left:22px solid #0000;border-right:22px solid #0000;bottom:1px;left:18px}.facet-e{border-bottom:25px solid #d4c09e3d;border-left:22px solid #0000;border-right:22px solid #0000;top:31px;left:19px}.facet-f{border-top:25px solid #71594129;border-left:22px solid #0000;border-right:22px solid #0000;top:39px;left:19px}.poly-die-number{z-index:8;color:#2c251e;text-shadow:0 1px #ffffff7a;place-items:center;font-size:28px;font-weight:1000;display:grid;position:absolute;inset:0}.poly-die-type{z-index:9;color:#2d241ba8;font-size:9px;font-weight:1000;position:absolute;top:7px;left:8px}.poly-die-shadow{filter:blur(5px);background:#0000008c;border-radius:50%;width:69px;height:16px;animation:.42s linear infinite dieShadowPulse;position:absolute;top:91px;left:16px}.poly-die-selected .poly-die-body{box-shadow:inset -12px -14px 20px #362a1f45,inset 9px 8px 16px #ffffff47,0 0 0 3px #f2b34ecc,0 0 28px #ff7a1eb3}@keyframes physicalDieTravel{0%{transform:translate3d(calc(-55vw - var(--die-travel)), -70px, 120px) rotateZ(-25deg) scale(.55);filter:blur(3px)}38%{filter:blur(.6px);transform:translate3d(-145px,23px,40px)rotate(18deg)scale(.93)}57%{transform:translate3d(-62px,-36px,72px)rotate(-9deg)scale(1.06)}73%{transform:translate3d(-18px,13px,14px)rotate(5deg)scale(.98)}86%{transform:translate3d(7px,-8px,8px)rotate(-2deg)scale(1.01)}to{filter:none;transform:translate(0,0)rotate(0)scale(1)}}@keyframes physicalDieSpin{0%{transform:rotateX(0)rotateY(0)rotate(0)}to{transform:rotateX(271deg)rotateY(359deg)rotate(193deg)}}@keyframes dieSettle{0%{transform:rotateX(37deg)rotateY(-28deg)rotate(15deg)}to{transform:rotateX(0)rotateY(0)rotate(0)}}@keyframes dieShadowPulse{0%,to{opacity:.38;transform:scale(.78)}50%{opacity:.68;transform:scale(1.14)}}.dice-rolling-status{color:#ad9372;letter-spacing:.2em;justify-content:center;align-items:center;gap:8px;min-height:18px;font-size:9px;font-weight:900;display:flex}.dice-rolling-pulse{background:#d88a42;border-radius:50%;width:7px;height:7px;animation:.65s ease-in-out infinite alternate diceRollingPulse;box-shadow:0 0 10px #d88a42b3}@keyframes diceRollingPulse{0%{opacity:.35;transform:scale(.72)}to{opacity:1;transform:scale(1.2)}}.cinematic-resolution{min-height:96px}.cinematic-damage-section{padding-top:5px}.hand{margin-top:0}@media (width<=1120px){.iron-judgment-panel{width:170px}.ij-header{grid-template-columns:46px minmax(0,1fr)}.ij-emblem{transform-origin:0;width:46px;height:46px;transform:scale(.84)}.player-card-streamlined{width:180px}}.app-shell-three-column{grid-template-columns:clamp(285px,23vw,355px) minmax(0,1fr) clamp(190px,17vw,250px)}.you-panel{font-size:12px}.you-panel h2{font-size:clamp(25px,2.15vw,35px)}.you-weapon-label{font-size:10px}.you-gear-slot>span{font-size:9px}.you-gear-slot strong{font-size:10px}.you-gear-slot small{font-size:8px}.you-pile-controls strong,.you-pile-controls small{font-size:10px}.term-tooltip>.term-tooltip-card{display:none!important}.term-tooltip-portal{box-sizing:border-box;pointer-events:none;background:#0e0f12fb;border:1px solid #d1a7697a;border-radius:9px;flex-direction:column;gap:5px;padding:11px 13px;box-shadow:0 14px 38px #000000b8;z-index:20000!important;white-space:normal!important;overflow-wrap:anywhere!important;opacity:1!important;visibility:visible!important;width:270px!important;max-width:calc(100vw - 20px)!important;display:flex!important;position:fixed!important;transform:none!important}.term-tooltip-portal strong{color:#f0cf98;font-size:12px}.term-tooltip-portal span{color:#d0d3d8;font-size:11px;line-height:1.4;white-space:normal!important}.player-area{align-items:flex-start;padding-top:6px}.player-combat-unit{grid-template-columns:minmax(130px,.9fr) minmax(190px,1.2fr);align-items:stretch;gap:9px;width:min(100%,470px);display:grid}.player-card-streamlined{order:1;justify-content:center;width:auto;min-width:0;min-height:96px;max-height:122px;padding:12px 14px}.player-card-streamlined h3{margin:2px 0 4px;font-size:clamp(18px,1.6vw,24px)}.player-role-copy{margin-top:2px;font-size:9px}.iron-judgment-panel{order:2;width:auto;min-width:0;min-height:96px;max-height:122px;padding:9px 10px;overflow:hidden}.ij-header{grid-template-columns:42px minmax(0,1fr);gap:7px;margin-bottom:3px}.ij-emblem{transform-origin:50%;width:42px;height:42px;transform:scale(.76)}.ij-header h3{font-size:clamp(13px,1.2vw,17px)}.ij-header small{display:none}.ij-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px 5px;display:grid}.ij-stat{padding:2px 3px}.ij-stat span{font-size:6.5px}.ij-stat strong{font-size:9px}.combat-footer{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0;display:grid}.hand-area{min-width:0}.hand{gap:clamp(4px,.55vw,8px)}.card,.card-placeholder{width:clamp(72px,8vw,100px);min-width:0;min-height:clamp(112px,15vh,145px)}.card{padding:7px 6px}.card-header{gap:4px}.card-header>strong{font-size:clamp(11px,1vw,14px);line-height:1.05}.card-energy{flex:none;width:23px;height:23px;font-size:12px}.card-meta-simplified{justify-content:flex-start;margin-top:4px}.card-meta-simplified .card-rarity{font-size:7px}.card-description{margin-top:7px;font-size:clamp(9px,.8vw,11px);line-height:1.2}.card-combat-mechanic,.modifier-chip,.ij-chip{display:none!important}.turn-controls-side{flex-direction:column;justify-content:flex-end;gap:6px;height:100%;padding:0 0 2px;display:flex}.end-turn-button-solo{width:clamp(88px,8vw,112px);min-width:88px;padding:8px 7px}.end-turn-button-solo span{font-size:11px}.end-turn-button-solo small{font-size:7px}.undo-card-button{color:#cfe3f5;letter-spacing:.06em;cursor:pointer;background:linear-gradient(#263746,#15202a);border:1px solid #7497be80;border-radius:8px;width:clamp(88px,8vw,112px);min-width:88px;padding:7px;font-size:9px;font-weight:900}.undo-card-button:hover:not(:disabled){border-color:#8eb9e2;transform:translateY(-1px)}.undo-card-button:disabled{opacity:.28;cursor:default}.fantastic-roll-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#030508d6}.fantastic-roll-stage{text-align:center;background:linear-gradient(#0c0f13f0,#08090bfa);border:1px solid #dba1547a;border-radius:16px;width:min(900px,86vw);padding:18px 22px 16px;box-shadow:0 30px 100px #000000c7,inset 0 0 44px #713d191a}.fantastic-roll-stage h2{color:#f1d7a9;margin:4px 0;font-size:clamp(18px,2.2vw,29px)}.fantastic-dice-arena{background:radial-gradient(at bottom,#b15a1f29,#0000 53%),linear-gradient(#11161c,#17120e);border:1px solid #cc9d5b33;border-radius:12px;height:clamp(235px,34vh,350px);margin:12px 0 7px;position:relative;overflow:hidden;box-shadow:inset 0 -30px 70px #00000073}.fantastic-dice-host,.fantastic-dice-host canvas{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.fantastic-dice-host canvas{pointer-events:none!important}.fantastic-dice-fallback{color:#b9a68c;place-items:center;font-size:11px;display:grid;position:absolute;inset:0}@media (width<=1180px){.app-shell-three-column{grid-template-columns:285px minmax(0,1fr) 190px}.player-combat-unit{grid-template-columns:minmax(120px,.8fr) minmax(170px,1.2fr);width:min(100%,410px)}.card,.card-placeholder{width:clamp(66px,7vw,82px)}}.battlefield{grid-template-rows:minmax(0,1fr) clamp(110px,16vh,175px) minmax(0,1fr);gap:clamp(8px,1.35vh,18px)}.enemy-area{grid-row:1;align-items:flex-start;padding-top:clamp(4px,.8vh,10px)}.player-area{grid-row:3;align-items:flex-end;padding-top:0;padding-bottom:clamp(4px,.7vh,9px)}.battlefield-roll-copy{z-index:4;text-align:center;text-shadow:0 3px 12px #000,0 1px 3px #000;flex-direction:column;align-items:center;gap:3px;width:min(620px,52vw);padding:8px 18px;display:flex;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.battlefield-roll-copy>span{color:#d89b53;letter-spacing:.22em;font-size:clamp(8px,.72vw,11px);font-weight:900}.battlefield-roll-copy>strong{color:#f5dfb8;font-size:clamp(18px,2vw,31px);line-height:1.05}.battlefield-roll-copy>small{color:#d5d9df;font-size:clamp(9px,.8vw,12px)}.battlefield-dice-surface{z-index:2;position:absolute;inset:12% 10% 8%}.battlefield-dice-host,.battlefield-dice-host canvas{pointer-events:none!important;background:0 0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.battlefield-roll-result{z-index:5;text-shadow:0 2px 8px #000;background:#05070abd;border-radius:999px;align-items:baseline;gap:10px;padding:5px 13px;display:flex;position:absolute;top:58%;left:50%;transform:translate(-50%);box-shadow:0 8px 28px #00000073}.battlefield-roll-result span{color:#d9dde4;font-size:clamp(9px,.78vw,12px)}.battlefield-roll-hit strong{color:#78e578}.battlefield-roll-miss strong{color:#ff6868}.fantastic-roll-overlay,.dice-roll-overlay-interactive{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:none!important;background:0 0!important}@media (width<=1180px){.battlefield{grid-template-rows:minmax(0,1fr) clamp(92px,13vh,135px) minmax(0,1fr)}.battlefield-roll-copy{width:min(560px,58vw)}.battlefield-dice-surface{inset:14% 4% 7%}}.term-tooltip-portal{white-space:normal!important;background:#0e0f12!important;border:1px solid #d1a7699e!important;border-radius:10px!important;width:270px!important;height:auto!important;min-height:76px!important;padding:12px 14px!important;display:block!important;overflow:visible!important;box-shadow:0 16px 42px #000000d1!important}.term-tooltip-portal strong,.term-tooltip-portal span{white-space:normal!important;overflow-wrap:anywhere!important;width:auto!important;max-width:none!important;display:block!important;position:static!important;overflow:visible!important}.term-tooltip-portal strong{margin:0 0 7px!important;padding:0!important}.term-tooltip-portal span{margin:0!important;padding:0!important;line-height:1.45!important}.combat-lane-drop{border:1px dashed #0000;border-radius:18px;grid-row:2;place-self:stretch stretch;min-height:100%;transition:border-color .14s,background .14s,box-shadow .14s;position:relative}.combat-lane-drop-active{background:radial-gradient(#b3712d14,#0000 68%);border-color:#d3a55b47}.combat-lane-drop-targeted{background:radial-gradient(#d489382e,#0000 72%);border-color:#f2be67c7;box-shadow:inset 0 0 38px #cd7d2b21,0 0 22px #cd7d2b17}.combat-lane-drop-hint{pointer-events:none;text-align:center;text-shadow:0 2px 8px #000;flex-direction:column;align-items:center;gap:3px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.combat-lane-drop-hint strong{color:#e7b66f;letter-spacing:.18em;font-size:clamp(11px,1vw,15px)}.combat-lane-drop-hint span{color:#b9c0c9;font-size:clamp(9px,.76vw,11px)}.enemy-shielded{animation:.5s ease-out enemyShieldFlash}@keyframes enemyShieldFlash{0%{filter:brightness();box-shadow:inherit}30%{filter:brightness(1.5)saturate(.55);box-shadow:0 0 30px #b1c2d2d1,inset 0 0 24px #b4c7d847}to{filter:brightness();box-shadow:inherit}}.battlefield-dice-surface-targeted{z-index:3;pointer-events:none;overflow:visible;position:fixed!important;inset:auto!important}.battlefield-roll-copy-targeted{z-index:6;background:#06080bc7;border-radius:8px;width:190px!important;padding:4px 7px!important;position:fixed!important;transform:none!important}.battlefield-roll-copy-targeted>strong{color:#f3d39d;font-size:clamp(12px,1.05vw,16px)!important}.battlefield-roll-result-targeted{z-index:7;gap:5px;padding:4px 8px;position:fixed!important;transform:translate(-50%)!important}.battlefield-roll-result-targeted strong{font-size:clamp(11px,.95vw,15px)}.battlefield-roll-result-targeted span{font-size:8px}.card-dragging{filter:saturate(.7)brightness(.88);opacity:.42!important;transform:translateY(-3px)scale(.985)!important}.card-native-drag-ghost{z-index:-1!important;opacity:.96!important;pointer-events:none!important;position:fixed!important;top:-2000px!important;left:-2000px!important;transform:none!important}.ij-emblem-art{place-items:center;display:grid;overflow:visible}.ij-emblem-art .ij-emblem-ring{background:radial-gradient(circle,#ff6f141f,#0000 62%),#08090c57}.ij-emblem-art img{z-index:2;object-fit:contain;filter:drop-shadow(0 0 5px #ffcd5cb8)drop-shadow(0 0 12px #ff49089e);width:34px;height:62px;animation:2.4s ease-in-out infinite ijSwordArtIdle;position:relative;transform:rotate(43deg)}@keyframes ijSwordArtIdle{0%,to{transform:rotate(41deg)translateY(1px)scale(.96)}50%{transform:rotate(45deg)translateY(-2px)scale(1.04)}}.iron-judgment-sword-sprite{left:var(--sword-start-x);top:var(--sword-start-y);object-fit:contain;transform-origin:50% 78%;filter:drop-shadow(0 0 9px #ffd36bd9)drop-shadow(0 0 22px #ff480cc7);width:clamp(52px,5.8vw,88px);height:clamp(175px,20vh,255px);animation:.68s cubic-bezier(.2,.8,.2,1) forwards ironJudgmentSpriteStrike;position:absolute}@keyframes ironJudgmentSpriteStrike{0%{left:var(--sword-start-x);top:var(--sword-start-y);opacity:0;transform:translate(-50%,-50%)rotate(-62deg)scale(.65)}14%{opacity:1;transform:translate(-50%,-50%)rotate(-30deg)scale(.95)}68%{left:var(--sword-end-x);top:var(--sword-end-y);opacity:1;transform:translate(-50%,-50%)rotate(58deg)scale(1.18)}to{left:var(--sword-end-x);top:var(--sword-end-y);opacity:0;transform:translate(-50%,-50%)rotate(118deg)scale(.86)}}.battlefield-dice-layer{z-index:10900}.battlefield-dice-surface{inset:7% 4% 5%}.battlefield-dice-surface-targeted{min-width:270px;min-height:235px}.battlefield-roll-copy{pointer-events:none;width:min(720px,60vw);top:42%}.battlefield-roll-copy-targeted{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#080a0db3;border:1px solid #d89a4642;border-radius:8px;align-items:center;padding:5px 8px;transform:none!important}.battlefield-roll-copy-targeted strong{white-space:nowrap;font-size:clamp(13px,1.15vw,18px)}.battlefield-roll-copy-targeted small{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.battlefield-roll-result{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#080a0de8;border:1px solid #da9f4d73;border-radius:11px;min-width:min(400px,42vw);padding:10px 18px;box-shadow:0 10px 30px #00000073}.battlefield-roll-result-targeted{z-index:8;width:max-content;min-width:205px;max-width:min(420px,92vw);padding:7px 11px}.battlefield-roll-result-targeted strong{white-space:nowrap;font-size:clamp(15px,1.25vw,21px)}.battlefield-roll-result-targeted span{white-space:nowrap;font-size:10px}.battlefield-roll-critical.battlefield-roll-result-targeted{max-width:min(460px,94vw)}.crit-tag{letter-spacing:.06em;color:#2a1204;vertical-align:middle;background:linear-gradient(#ffb35c,#ff8a2e);border-radius:5px;margin-right:5px;padding:1px 6px;font-size:.62em;font-weight:900;display:inline-block}.crit-note{color:#ff9e46;white-space:nowrap;margin-top:2px;font-style:normal;font-weight:800;display:block}@media (width<=1050px){.battlefield-dice-surface-targeted{min-width:230px;min-height:210px}.battlefield-roll-copy-targeted strong{font-size:12px}}.card-dragging{outline-offset:3px;outline:2px dashed #ffd1719e;opacity:.72!important;filter:saturate(.82)brightness(.92)!important;transform:translateY(-5px)scale(.98)!important}.card-drag-preview{z-index:10000;pointer-events:none;filter:drop-shadow(0 18px 24px #0000007a);width:clamp(118px,8.8vw,150px);position:fixed;transform:translate(-50%,-54%)rotate(-2deg)scale(1.06)}.card-drag-preview .card{cursor:grabbing;opacity:.98!important;filter:none!important;transform:none!important}.battlefield{grid-template-rows:minmax(330px,1fr)!important;grid-template-columns:minmax(330px,.9fr) minmax(180px,.55fr) minmax(360px,1.1fr)!important;align-items:center!important;column-gap:clamp(12px,1.5vw,28px)!important;min-height:clamp(390px,51vh,590px)!important;padding:clamp(14px,1.5vw,24px)!important;display:grid!important;overflow:visible!important}.player-area{z-index:3;min-width:0;grid-area:1/1!important;justify-content:flex-start!important;align-self:stretch!important;align-items:center!important;display:flex!important}.combat-lane-drop{z-index:2;grid-area:1/2!important;align-self:center!important;width:100%!important;height:76%!important;min-height:260px!important;position:relative!important;inset:auto!important}.enemy-area{z-index:3;min-width:0;grid-area:1/3!important;justify-content:flex-end!important;align-self:stretch!important;align-items:center!important;display:flex!important}.enemies{flex-direction:column!important;justify-content:center!important;align-items:flex-end!important;gap:clamp(8px,1vh,14px)!important;width:100%!important;display:flex!important}.enemy-card{width:clamp(190px,17vw,245px)!important;min-height:0!important}.players{justify-content:flex-start!important;align-items:center!important;width:100%!important;display:flex!important}.player-combat-unit{flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;gap:clamp(6px,.7vw,12px)!important;width:100%!important;display:flex!important}.player-card-sideview{text-align:center;flex-direction:column!important;justify-content:flex-end!important;align-items:center!important;width:clamp(190px,15vw,235px)!important;min-width:0!important;height:clamp(260px,34vh,365px)!important;padding:10px 12px!important;display:flex!important;overflow:visible!important}.berserker-sprite-stage{flex:1;justify-content:center;align-items:flex-end;width:100%;min-height:160px;display:flex;overflow:visible}.berserker-sprite{object-fit:contain;image-rendering:auto;filter:drop-shadow(0 12px 10px #00000073);width:auto;max-width:100%;height:min(25vh,235px);animation:2.2s ease-in-out infinite berserker-idle-bob;display:block}@keyframes berserker-idle-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.player-sideview-copy{width:100%;padding-top:4px}.player-sideview-copy h3{margin:1px 0 2px;font-size:clamp(20px,1.55vw,27px)!important}.player-sideview-copy .player-role-copy{font-size:10px!important;line-height:1.25!important}.iron-judgment-panel-sideview{background:linear-gradient(#22110ab8,#0a0c0fe0)!important;border-color:#e08b2b85!important;flex-direction:column!important;justify-content:center!important;gap:2px!important;width:clamp(122px,10vw,168px)!important;min-width:clamp(122px,10vw,168px)!important;height:clamp(300px,39vh,410px)!important;padding:6px 7px 8px!important;display:flex!important;overflow:visible!important}.ij-floating-sword-wrap{flex:1;place-items:center;min-height:170px;display:grid;position:relative;overflow:visible}.ij-sword-aura{filter:blur(3px);background:radial-gradient(circle,#ff8b2057,#cd45101a 54%,#0000 72%);border-radius:50%;width:118px;height:118px;animation:1.6s ease-in-out infinite ij-aura-pulse;position:absolute}@keyframes ij-aura-pulse{0%,to{opacity:.72;transform:scale(.92)}50%{opacity:1;transform:scale(1.08)}}.ij-floating-sword{z-index:2;object-fit:contain;filter:drop-shadow(0 0 12px #ff771cbf)drop-shadow(0 14px 12px #0000008c);width:auto;max-width:145px;height:clamp(185px,25vh,270px);animation:2.4s ease-in-out infinite ij-float;position:relative;transform:rotate(-14deg)}@keyframes ij-float{0%,to{transform:translateY(2px)rotate(-14deg)}50%{transform:translateY(-8px)rotate(-10deg)}}.ij-side-stats{grid-template-columns:1fr 1fr;gap:3px;display:grid}.ij-side-title{text-align:center;grid-column:1/-1;padding:3px 4px 5px}.ij-side-title span{letter-spacing:1.1px;color:#c99b5c;font-size:7px;display:block}.ij-side-title strong{color:#ffc363;font-size:clamp(11px,.85vw,14px);display:block}.iron-judgment-panel-sideview .ij-stat{min-height:35px!important;padding:4px 5px!important}.iron-judgment-panel-sideview .ij-stat span{font-size:7px!important}.iron-judgment-panel-sideview .ij-stat strong{font-size:10px!important}.iron-judgment-sword-sprite{filter:drop-shadow(0 0 17px #ff6916db)drop-shadow(0 10px 10px #0000008c)!important;width:auto!important;height:clamp(150px,21vh,235px)!important}.battlefield-dice-layer{z-index:28!important;pointer-events:none!important}.deterministic-dice-surface{background:0 0!important;overflow:visible!important}.deterministic-dice-host,.deterministic-dice-host canvas{pointer-events:none!important;background:0 0!important;width:100%!important;height:100%!important}.deterministic-dice-fallback{color:#ffd074;text-shadow:0 4px 15px #000;font-weight:900;font-size:clamp(52px,7vw,100px)!important}.battlefield-roll-copy{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#080a0dc7!important;border:1px solid #e2a1487a!important;border-radius:10px!important;max-width:340px!important;padding:7px 12px!important}.battlefield-roll-copy>strong{font-size:clamp(15px,1.45vw,23px)!important}.battlefield-roll-result{text-align:center;min-width:200px;background:#080a0deb!important;border:1px solid #e2a14894!important;border-radius:10px!important;padding:9px 14px!important}.battlefield-roll-result strong{font-size:clamp(21px,2vw,31px)!important}.battlefield-roll-result span{font-size:clamp(10px,.9vw,13px)!important}.battlefield-roll-copy:not(.battlefield-roll-copy-targeted){width:24%!important;top:19%!important;left:42%!important}@media (width<=1120px){.battlefield{grid-template-columns:minmax(280px,.95fr) minmax(130px,.45fr) minmax(300px,1fr)!important}.iron-judgment-panel-sideview{width:116px!important;min-width:116px!important}.ij-floating-sword{height:180px}}.board-wrapper,.game-board,.battlefield{min-height:0!important}.battlefield{grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(360px,1.12fr) minmax(150px,.48fr) minmax(245px,.78fr)!important;column-gap:clamp(8px,1vw,18px)!important;height:100%!important;min-height:0!important;padding:clamp(8px,1vh,14px) clamp(8px,.8vw,14px)!important;overflow:hidden!important}.player-area,.enemy-area,.combat-lane-drop{min-width:0!important;min-height:0!important}.player-area{overflow:visible!important}.players,.player-combat-unit{min-width:0!important;max-width:100%!important}.player-combat-unit{grid-template-columns:minmax(210px,1.35fr) minmax(155px,.9fr)!important;align-items:center!important;gap:clamp(8px,.8vw,14px)!important;display:grid!important}.berserker-avatar{justify-content:center;align-items:flex-end;width:100%;height:min(46vh,430px);min-height:260px;transition:filter .16s,transform .16s;display:flex;position:relative;overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}.berserker-avatar.player-targetable{filter:drop-shadow(0 0 12px #75b1eb73)}.berserker-avatar.player-targeted{filter:drop-shadow(0 0 22px #b1d8ffc7);transform:scale(1.035)}.berserker-avatar-art{justify-content:center;align-items:flex-end;width:min(100%,330px);height:100%;display:flex;position:relative;overflow:visible}.berserker-avatar-sprite{z-index:2;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 18px 14px #00000085);width:auto;max-width:100%;height:min(40vh,370px);animation:2.25s ease-in-out infinite berserker-avatar-idle;display:block;position:relative}@keyframes berserker-avatar-idle{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.berserker-held-ij{z-index:4;transform-origin:50% 85%;filter:drop-shadow(0 0 10px #ff6a17e6)drop-shadow(0 0 24px #bf3a0a94);pointer-events:none;width:auto;height:min(22vh,205px);animation:1.8s ease-in-out infinite held-ij-ember;position:absolute;bottom:16%;right:-2%;transform:rotate(82deg)}@keyframes held-ij-ember{0%,to{filter:drop-shadow(0 0 9px #ff6a17c7)drop-shadow(0 0 20px #bf3a0a75)}50%{filter:drop-shadow(0 0 15px #ff9e34)drop-shadow(0 0 34px #dd4009b3)}}.berserker-avatar-label{z-index:6;text-shadow:0 2px 6px #000;background:#080a0db3;border-radius:8px;flex-direction:column;padding:5px 9px;display:flex;position:absolute;bottom:7px;left:10px}.berserker-avatar-label span{color:#9fb6cc;letter-spacing:.18em;font-size:7px;font-weight:900}.berserker-avatar-label strong{font-size:15px}.iron-judgment-panel-sideview{background:radial-gradient(circle at 18% 14%,#c945122e,#0000 34%),linear-gradient(155deg,#2a160deb,#0a0c0ff0)!important;border:1px solid #e08b2b8c!important;border-radius:12px!important;flex-direction:column!important;gap:8px!important;width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;padding:10px!important;display:flex!important;overflow:visible!important}.ij-panel-heading{grid-template-columns:42px minmax(0,1fr);align-items:center;gap:8px;display:grid}.ij-panel-heading img{filter:drop-shadow(0 0 9px #ff6716b8);justify-self:center;width:auto;height:68px}.ij-panel-heading span,.ij-panel-heading strong,.ij-panel-heading small{display:block}.ij-panel-heading span{color:#c69556;letter-spacing:.13em;font-size:6px;font-weight:900}.ij-panel-heading strong{color:#ffbf58;margin-top:2px;font-size:clamp(12px,.95vw,16px);line-height:1}.ij-panel-heading small{color:#9b8d80;margin-top:3px;font-size:7px;line-height:1.15}.ij-side-stats-complete{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;display:grid!important}.iron-judgment-panel-sideview .ij-stat{background:#0000002e;border:1px solid #ffffff0e;border-radius:7px;min-height:38px!important;padding:5px 6px!important}.iron-judgment-panel-sideview .ij-stat span{color:#b98a4f;letter-spacing:.08em;font-weight:900;display:block;font-size:6px!important}.iron-judgment-panel-sideview .ij-stat strong{color:#f0e5cf;margin-top:2px;display:block;font-size:10px!important}.enemy-area{padding:0!important;overflow:hidden!important}.enemies{height:100%;max-height:100%;overflow:hidden;justify-content:center!important;align-items:flex-end!important;gap:clamp(5px,.65vh,9px)!important}.enemy{flex:0 auto;max-height:min(30%,190px);width:min(100%,205px)!important;min-height:0!important;padding:5px 7px 7px!important}.enemy-art-wrap{min-height:56px!important;margin:-4px 0 -9px!important}.enemy-portrait{height:min(92px,10.5vh)!important}.enemy-info h3{font-size:clamp(11px,1.25vh,14px)!important}.enemy-stat-row,.enemy .intent{font-size:clamp(8px,.95vh,10px)!important}.combat-footer{grid-template-columns:minmax(0,1fr) 94px!important;align-items:end!important;gap:7px!important;width:100%!important;min-width:0!important;overflow:visible!important}.hand-area{min-width:0!important;overflow:visible!important}.hand{width:100%;min-width:0;justify-content:center!important;align-items:flex-end!important;gap:clamp(3px,.45vw,6px)!important;min-height:0!important;display:flex!important;overflow:visible!important}.hand .card,.hand .card-placeholder{max-height:142px;flex:0 94px!important;width:clamp(70px,7vw,94px)!important;min-height:clamp(108px,14vh,132px)!important}.turn-controls-side{align-self:end!important;width:94px!important;min-width:94px!important;height:auto!important;padding:0 2px 4px 0!important}.undo-card-button,.end-turn-button-solo{box-sizing:border-box;width:92px!important;min-width:92px!important}.battlefield-dice-layer{z-index:12000!important;pointer-events:none!important;position:fixed!important;inset:0!important;overflow:hidden!important}.battlefield-dice-surface:not(.battlefield-dice-surface-targeted){width:34%!important;height:48%!important;top:25%!important;left:40%!important}.battlefield-roll-copy:not(.battlefield-roll-copy-targeted){width:min(350px,28vw)!important;top:19%!important;left:50%!important;transform:translate(-50%)!important}.battlefield-roll-result:not(.battlefield-roll-result-targeted){top:67%!important;left:57%!important}.deterministic-dice-host canvas{opacity:1!important;display:block!important}.iron-judgment-flight-miss .iron-judgment-sword-sprite{filter:drop-shadow(0 0 12px #cadbe7a6)drop-shadow(0 12px 12px #0000008c)!important}.ij-miss-wind{left:var(--sword-end-x);top:var(--sword-end-y);pointer-events:none;width:150px;height:95px;position:absolute;transform:translate(-38%,-50%)rotate(-10deg)}.ij-miss-wind span{background:linear-gradient(90deg,#0000,#e0f2ffeb,#0000);border-radius:999px;width:100%;height:3px;animation:.48s ease-out forwards ij-wind-cut;position:absolute;right:0;box-shadow:0 0 10px #b8e2ff80}.ij-miss-wind span:first-child{top:23%;transform:rotate(-15deg)}.ij-miss-wind span:nth-child(2){animation-delay:40ms;top:48%;transform:rotate(2deg)}.ij-miss-wind span:nth-child(3){animation-delay:80ms;top:70%;transform:rotate(17deg)}@keyframes ij-wind-cut{0%{opacity:0;width:35%;right:55%}22%{opacity:1}to{opacity:0;width:125%;right:-36%}}@media (width<=1280px){.battlefield{grid-template-columns:minmax(305px,1.08fr) minmax(125px,.42fr) minmax(215px,.72fr)!important}.player-combat-unit{grid-template-columns:minmax(180px,1.25fr) minmax(145px,.88fr)!important}.berserker-avatar-sprite{height:min(35vh,310px)}.berserker-held-ij{height:min(19vh,170px)}.enemy{width:min(100%,184px)!important}}.berserker-avatar.player-damaged{animation:.46s berserkerDamageFlash!important}.berserker-avatar.player-shielded{animation:.52s berserkerShieldFlash!important}.berserker-avatar.player-healed{animation:.62s berserkerHealFlash!important}@keyframes berserkerDamageFlash{0%,to{filter:none}35%{filter:drop-shadow(0 0 26px #ff3535f2)brightness(1.35)saturate(1.45)}}@keyframes berserkerShieldFlash{0%,to{filter:none}35%{filter:drop-shadow(0 0 28px #a4bbcff2)brightness(1.22)}}@keyframes berserkerHealFlash{0%,to{filter:none}35%{filter:drop-shadow(0 0 28px #57eb7ff2)brightness(1.2)}}.player-combat-unit{grid-template-columns:minmax(250px,1.15fr) minmax(190px,.85fr)!important;align-items:center!important}.berserker-avatar{height:min(49vh,455px)!important;min-height:300px!important}.berserker-avatar-art{width:min(100%,390px)!important}.berserker-avatar-sprite{height:min(45vh,420px)!important}.iron-judgment-rig{grid-template-rows:auto minmax(0,1fr);align-items:start;gap:8px;width:100%;min-width:0;height:min(49vh,455px);min-height:300px;display:grid;position:relative;overflow:visible}.iron-judgment-panel-sideview{align-self:start;gap:7px!important;padding:9px!important}.ij-panel-heading-text-only{text-align:center;display:block!important}.ij-panel-heading-text-only strong{letter-spacing:.035em;font-size:clamp(14px,1.15vw,19px)!important}.ij-side-stats-complete{grid-template-columns:repeat(3,minmax(0,1fr))!important}.iron-judgment-panel-sideview .ij-stat{min-height:34px!important}.iron-judgment-floating-stage{place-items:center;min-height:0;display:grid;position:relative;overflow:visible}.iron-judgment-aura{aspect-ratio:1;filter:blur(8px);background:radial-gradient(circle,#ff7e1b40,#b226041a 40%,#0000 70%);border-radius:50%;width:min(15vw,210px);animation:1.8s ease-in-out infinite ij-floating-aura;position:absolute}.iron-judgment-floating-sword{z-index:2;object-fit:contain;transform-origin:50% 55%;filter:drop-shadow(0 0 12px #ffc548e6)drop-shadow(0 0 30px #ff4a08cc);width:auto;max-width:92%;height:min(30vh,285px);animation:2.2s ease-in-out infinite ij-float-vertical;display:block;position:relative;transform:rotate(0)}@keyframes ij-float-vertical{0%,to{transform:translateY(4px)rotate(-2deg)scale(.98)}50%{transform:translateY(-9px)rotate(2deg)scale(1.04)}}@keyframes ij-floating-aura{0%,to{opacity:.58;transform:scale(.9)}50%{opacity:1;transform:scale(1.08)}}.enemy-sprite-portrait{place-items:center;width:100%;height:min(105px,11.5vh);display:grid;overflow:visible}.enemy-sprite-portrait img{object-fit:contain;filter:drop-shadow(0 8px 8px #00000080);width:auto;max-width:96%;height:100%;animation:2.4s ease-in-out infinite enemy-sprite-idle;display:block;transform:scaleX(-1)}@keyframes enemy-sprite-idle{0%,to{transform:scaleX(-1)translateY(0)}50%{transform:scaleX(-1)translateY(-3px)}}.deterministic-dice-host{min-width:220px;min-height:220px;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.deterministic-dice-host canvas{opacity:1!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.deterministic-dice-fallback{color:#f5e8d0;flex-direction:column;justify-content:center;align-items:center;gap:10px;position:absolute;inset:0;display:flex!important}.fallback-die-shape{aspect-ratio:1;clip-path:polygon(50% 0,92% 22%,100% 67%,67% 100%,25% 94%,0 55%,12% 17%);text-shadow:0 3px 8px #000;background:linear-gradient(145deg,#3b2a18,#090b0e 65%);border:3px solid #eeb24ce6;place-items:center;width:clamp(110px,12vw,180px);font-size:clamp(38px,5vw,70px);font-weight:950;animation:.8s cubic-bezier(.2,.8,.2,1) fallback-die-roll;display:grid;box-shadow:0 0 32px #da89266b}.deterministic-dice-fallback small{letter-spacing:.08em;opacity:.65;font-size:9px}@keyframes fallback-die-roll{0%{opacity:0;transform:translate(-160px)rotate(-220deg)scale(.45)}65%{opacity:1;transform:translate(12px)rotate(18deg)scale(1.08)}to{opacity:1;transform:translate(0)rotate(0)scale(1)}}.ij-miss-wind{left:var(--sword-impact-x)!important;top:var(--sword-impact-y)!important;width:190px!important;height:130px!important;transform:translate(-50%,-50%)rotate(-8deg)!important}.ij-miss-ring{filter:drop-shadow(0 0 9px #aedeffbf);border:4px solid #d8efffbf;border-color:#d8efffbf #d8efffbf #0000 #0000;border-radius:50%;animation:.48s ease-out forwards ij-miss-ring-burst;position:absolute;inset:15% 19%;transform:rotate(30deg)scale(.35)}@keyframes ij-miss-ring-burst{0%{opacity:0;transform:rotate(30deg)scale(.25)}25%{opacity:1}to{opacity:0;transform:rotate(55deg)scale(1.45)}}@media (width<=1180px){.player-combat-unit{grid-template-columns:minmax(210px,1.1fr) minmax(165px,.9fr)!important}.ij-side-stats-complete{grid-template-columns:repeat(2,minmax(0,1fr))!important}.iron-judgment-floating-sword{height:min(26vh,235px)}}.player-combat-unit{width:100%!important;display:block!important}.berserker-avatar-integrated-ij{position:relative;width:100%!important;height:min(50vh,470px)!important;min-height:320px!important;box-shadow:none!important;background:0 0!important;border:0!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;padding:0!important;display:flex!important;overflow:visible!important}.berserker-weapon-readout{z-index:4;justify-content:space-between;align-items:flex-end;gap:12px;width:min(100%,460px);padding:0 10px 2px;display:flex}.berserker-nameplate{flex-direction:column;align-items:flex-start;min-width:120px;display:flex}.berserker-nameplate>span{color:#c99955;letter-spacing:.16em;font-size:8px;font-weight:900}.berserker-nameplate>strong{color:#f4ead7;letter-spacing:.045em;font-size:clamp(17px,1.4vw,23px);line-height:1}.berserker-nameplate>em{color:#ffae4c;margin-top:3px;font-size:9px;font-style:normal}.berserker-ij-inline-stats{color:#c7b18d;letter-spacing:.07em;grid-template-columns:repeat(2,auto);justify-content:end;align-items:center;gap:3px 12px;font-size:8px;display:grid}.berserker-ij-inline-stats .term-tooltip{display:block}.berserker-ij-inline-stats span{white-space:nowrap}.berserker-ij-inline-stats b{color:#fff0ca;margin-left:4px;font-size:10px}.berserker-avatar-integrated-ij .berserker-avatar-art{flex:1;place-items:end center;min-height:0;display:grid;position:relative;width:min(100%,510px)!important;overflow:visible!important}.berserker-avatar-integrated-ij .berserker-avatar-sprite{aspect-ratio:800/720;object-fit:contain;image-rendering:auto;filter:drop-shadow(0 14px 13px #00000085)drop-shadow(0 0 12px #ff811e21);display:block;width:min(100%,510px)!important;height:auto!important;max-height:min(43vh,400px)!important}.berserker-idle-with-ij{animation:2.1s ease-in-out infinite berserker-idle-bob}.berserker-attack-frame{animation:.68s ease-in-out both berserker-attack-frame-lunge}@keyframes berserker-attack-frame-lunge{0%,to{transform:translate(0)scale(1)}45%{transform:translate(clamp(24px,3.5vw,64px))scale(1.045)}72%{transform:translate(clamp(12px,1.8vw,32px))scale(1.02)}}.berserker-avatar-integrated-ij.player-targeted{filter:drop-shadow(0 0 20px #69b1ffb3)}.iron-judgment-rig,.iron-judgment-panel-sideview,.iron-judgment-floating-stage{display:none!important}.miss-effect-only{z-index:8500;pointer-events:none;position:fixed;inset:0}.battlefield-roll-copy>small:after{content:""}@media (width<=1200px){.berserker-weapon-readout{width:min(100%,390px)}.berserker-avatar-integrated-ij .berserker-avatar-sprite{width:min(100%,430px)!important;max-height:min(39vh,350px)!important}}.berserker-avatar-integrated-ij .berserker-attack-frame{object-fit:contain;visibility:visible!important;opacity:1!important;display:block!important}.enemy-sprite-portrait.enemy-sprite-hurt img{animation:none!important;transform:scaleX(-1)!important}.battlefield-shake{animation:.3s cubic-bezier(.36,.07,.19,.97) both battlefieldShake}@keyframes battlefieldShake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px,-1px)}30%,50%,70%{transform:translate(-5px,1px)}40%,60%{transform:translate(5px,-1px)}}.enemy.enemy-dodging{z-index:28;animation:.62s cubic-bezier(.2,.9,.25,1) enemy-dodge-slide!important}@keyframes enemy-dodge-slide{0%,to{transform:translate(0)}22%{transform:translate(clamp(28px,3.2vw,56px))}62%{transform:translate(clamp(20px,2.3vw,40px))}}.enemy.enemy-dodging .enemy-art-wrap{filter:drop-shadow(0 0 12px #cae8ff61)}.berserker-avatar-art.berserker-melee-travel{z-index:60;will-change:transform;position:relative;animation:berserker-melee-travel var(--attack-total-ms,1.12s) cubic-bezier(.18, .82, .2, 1) both!important}@keyframes berserker-melee-travel{0%{transform:translate(0)}18%{transform:translateX(var(--attack-travel-x,0px))}80%{transform:translateX(var(--attack-travel-x,0px))}to{transform:translate(0)}}.berserker-avatar-integrated-ij .berserker-attack-frame{animation:none!important;transform:none!important}.player-projectile{background:linear-gradient(90deg, transparent, var(--projectile-core,#ffe4c8) 55%, var(--projectile-glow,#e8862c));width:56px;height:10px;box-shadow:0 0 16px 4px var(--projectile-glow,#e8862c), 0 0 28px 8px var(--projectile-glow,#e8862c);opacity:0;z-index:55;animation:player-projectile-flight var(--projectile-duration,.4s) linear var(--projectile-delay,.24s) both;border-radius:6px;position:absolute;top:44%;left:66%}@keyframes player-projectile-flight{0%{opacity:0;transform:translate(0)scaleX(.3)}10%{opacity:1}90%{opacity:1}to{transform:translateX(var(--projectile-travel-x,300px)) scaleX(1);opacity:0}}.battlefield:has(.berserker-attacking) .player-area{z-index:40!important}.battlefield:has(.enemy-attacking) .enemy-area{z-index:40!important}.battlefield{isolation:isolate;border-radius:16px;min-height:0;box-shadow:inset 0 0 70px #00000057;background-image:var(--battle-background)!important;background-position:50% 62%!important;background-size:cover!important;display:block!important;position:relative!important;overflow:hidden!important}.battlefield:before{content:"";z-index:0;pointer-events:none;background:linear-gradient(#05080a14 0%,#05080a05 45%,#03050738 78%,#03050780 100%),linear-gradient(90deg,#0406082e,#0000 18% 82%,#04060829);position:absolute;inset:0}.player-area,.enemy-area,.combat-lane-drop{z-index:2;min-height:0!important;margin:0!important;padding:0!important;position:absolute!important}.player-area{width:40%;height:86%;bottom:2.5%;left:1.5%;justify-content:flex-start!important;align-items:flex-end!important;overflow:visible!important}.player-area .players,.player-area .player-combat-unit{width:100%!important;height:100%!important;display:block!important}.player-area .players:has(.player-combat-unit~.player-combat-unit){flex-direction:row;justify-content:flex-start;align-items:flex-end;gap:clamp(8px,1.5vw,20px);display:flex!important}.player-area .players:has(.player-combat-unit~.player-combat-unit) .player-combat-unit{flex:1 1 0;min-width:0;width:auto!important}.enemy-area{width:58%;height:78%;bottom:2.5%;right:1.5%;justify-content:flex-end!important;align-items:flex-end!important;overflow:visible!important}.enemies{height:100%;justify-content:flex-end!important;align-items:flex-end!important;gap:clamp(4px,.7vw,12px)!important;width:100%!important;display:flex!important}.combat-lane-drop{z-index:3;border-radius:20px;min-height:0!important;inset:10% 35% 16% 34%!important}.enemy.enemy-battle-unit{transform-origin:bottom;flex-direction:column;flex:1 1 0;justify-content:flex-end;align-items:center;max-width:190px;height:100%;width:auto!important;min-width:0!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0 2px!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit.enemy-targeted{filter:drop-shadow(0 0 20px #ffe9b6e6);transform:scale(1.055)}.enemy-intent-stack{z-index:8;text-shadow:0 2px 6px #000,0 1px 2px #000;flex-direction:column;flex:none;justify-content:flex-end;align-items:center;gap:3px;min-height:58px;margin-bottom:1px;display:flex;position:relative}.enemy.enemy-battle-unit .intent{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#07090bb3;border:1px solid #ffffff1f;border-radius:9px;grid-template-columns:auto auto;grid-template-areas:"icon title""icon detail";justify-content:center;align-items:center;column-gap:5px;width:auto;min-width:86px;padding:4px 9px;font-size:9px;display:grid;box-shadow:0 5px 16px #00000057;margin:0!important}.enemy.enemy-battle-unit .intent-icon{grid-area:icon;font-size:18px}.enemy.enemy-battle-unit .intent strong{letter-spacing:.09em;grid-area:title;font-size:10px}.enemy.enemy-battle-unit .intent small{color:#f0e3c9;white-space:nowrap;grid-area:detail;font-size:9px;font-weight:800}.enemy.enemy-battle-unit .intent-attack strong{color:#ff6c61}.enemy.enemy-battle-unit .intent-block strong{color:#ffd45d}.enemy.enemy-battle-unit .intent-buff strong{color:#d295ff}.attack-all-threshold{color:#8dcbff;background:#04080ce0;border:1px solid #66b7ff9e;border-radius:999px;padding:3px 8px;font-size:clamp(13px,1.05vw,17px);font-weight:950;line-height:1;animation:.18s ease-out both attack-all-threshold-in;box-shadow:0 0 18px #439be83d}.attack-all-threshold span{color:#dcefff;letter-spacing:.12em;margin-left:2px;font-size:7px}@keyframes attack-all-threshold-in{0%{opacity:0;transform:translateY(5px)scale(.94)}to{opacity:1;transform:translateY(0)scale(1)}}.attack-all-result{letter-spacing:.1em;padding:3px 12px;font-size:11px;animation:.22s cubic-bezier(.2,.8,.25,1) both attack-all-result-in}.attack-all-result-hit{color:#7fe986;box-shadow:0 0 18px #5ae06e61}.attack-all-result-miss{color:#ff7a7a;box-shadow:0 0 18px #e05a5a4d}@keyframes attack-all-result-in{0%{opacity:0;transform:translateY(3px)scale(.88)}to{opacity:1;transform:translateY(0)scale(1)}}.enemy.enemy-battle-unit .enemy-art-wrap{flex:auto;justify-content:center;align-items:flex-end;width:100%;min-height:0;margin:0!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait{justify-content:center;align-items:flex-end;width:100%;display:flex;height:min(25vh,245px)!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait img{object-fit:contain;object-position:42% bottom;transform-origin:bottom;filter:drop-shadow(0 13px 9px #0000009e);width:auto;max-width:118%;height:100%}.enemy-ground-hud,.player-ground-hud{z-index:8;text-align:center;text-shadow:0 2px 5px #000;flex:none;position:relative}.enemy-ground-hud{background:#050709b8;border-radius:9px;width:min(100%,170px);padding:4px 6px 5px;box-shadow:0 5px 14px #00000052}.enemy-ground-hud h3{color:#fff5e5;white-space:nowrap;line-height:1.05;margin:0 0 3px!important;font-size:clamp(9px,.78vw,12px)!important}.enemy-stat-row,.player-ground-stats{align-items:center;flex-wrap:nowrap!important;justify-content:center!important;gap:5px!important;display:flex!important}.ground-stat{color:#e9edf2;white-space:nowrap;align-items:center;gap:2px;font-size:9px;font-weight:900;display:inline-flex}.ground-stat strong,.ground-stat b{color:#fff;font-size:10px}.ground-stat-hp{color:#ff615e}.ground-stat-block{color:#8ab7e4}.ground-stat small{display:none}.berserker-avatar-integrated-ij{justify-content:flex-end!important;width:100%!important;height:100%!important;min-height:0!important}.berserker-weapon-readout{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#05070975;border-radius:10px;width:min(100%,420px);padding:4px 8px;position:absolute;top:0;left:0}.berserker-avatar-integrated-ij .berserker-avatar-art{flex:0 auto!important;justify-content:center!important;align-items:flex-end!important;width:min(100%,420px)!important;height:calc(100% - 50px)!important;min-height:0!important;display:flex!important}.berserker-avatar-integrated-ij .berserker-avatar-sprite{object-position:center bottom;aspect-ratio:auto!important;width:auto!important;max-width:100%!important;height:min(36vh,355px)!important;max-height:100%!important}.player-ground-hud{background:#050709b8;border-radius:9px;width:min(84%,270px);margin-top:-5px;padding:4px 9px 5px;box-shadow:0 5px 14px #00000052}.player-ground-hud>strong{color:#fff5e5;letter-spacing:.04em;margin-bottom:2px;font-size:11px;display:block}.battlefield-dice-layer-shared .battlefield-roll-copy{top:24%!important}.battlefield-dice-layer-shared .battlefield-roll-result{top:66%!important}.hand .card,.hand .card-placeholder{box-sizing:border-box;height:clamp(128px,17vh,158px)!important;min-height:clamp(128px,17vh,158px)!important;max-height:clamp(128px,17vh,158px)!important}.hand .card{flex-direction:column;display:flex}.hand .card-description{flex:auto;align-items:flex-start;display:flex;overflow:hidden}.you-quick-stat small{white-space:nowrap}@media (width<=1180px){.player-area{width:38%}.enemy-area{width:61%}.enemy.enemy-battle-unit .enemy-sprite-portrait{height:min(21vh,205px)!important}.berserker-avatar-integrated-ij .berserker-avatar-sprite{height:min(31vh,305px)!important}.berserker-ij-inline-stats{gap:2px 7px}}.enemy-area{width:63%!important;right:1.25%!important}.enemies{justify-content:space-between!important;align-items:flex-end!important;gap:clamp(14px,1.5vw,30px)!important}.enemy.enemy-battle-unit{z-index:3;flex:1 1 0!important;width:min(31.5%,220px)!important;min-width:0!important;max-width:220px!important}.enemy.enemy-battle-unit .enemy-art-wrap{border-radius:18px;min-width:0;transition:background .14s,outline-color .14s,filter .14s;width:100%!important}.enemy.enemy-battle-unit .enemy-sprite-portrait img{max-width:100%!important}.enemy.enemy-battle-unit.enemy-targetable .enemy-art-wrap{cursor:grabbing}.enemy.enemy-battle-unit.enemy-targeted .enemy-art-wrap{outline-offset:3px;background:radial-gradient(at bottom,#ffd37829,#0000 68%);outline:2px solid #ffe09ae6}.quick-stat-tooltip,.ground-stat-tooltip{position:relative!important}.quick-stat-tooltip:after{position:absolute;top:4px;right:4px;margin:0!important}.ground-stat-tooltip{z-index:30;background:#ffffff06;border-radius:6px;padding:2px 9px 2px 4px}.ground-stat-tooltip:after{width:10px;height:10px;font-size:7px;position:absolute;top:-3px;right:-1px;margin:0!important}.enemy-ground-hud .term-tooltip,.player-ground-hud .term-tooltip{pointer-events:auto!important}.attack-all-threshold{align-items:baseline;gap:3px;display:flex}.attack-all-threshold span{margin:0!important}.game-log-modal{width:min(760px,91vw)!important}.game-log-intro{color:#9da5af;margin:-4px 0 16px;font-size:12px;line-height:1.45}.game-log-list{flex-direction:column;gap:9px;display:flex}.game-log-row{background:#ffffff06;border:1px solid #ffffff17;border-radius:10px;padding:11px 12px!important}.game-log-player{border-left:3px solid #e08e4bb8}.game-log-enemy{border-left:3px solid #7497beb8}.game-log-heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.game-log-heading>div:first-child{grid-template-columns:auto 1fr;align-items:baseline;column-gap:7px;display:grid}.game-log-heading strong{color:#f1e4ce;font-size:13px}.game-log-heading small{color:#9299a2;grid-column:1/-1;font-size:10px}.game-log-side{color:#c9d0d8;letter-spacing:.09em;background:#ffffff14;border-radius:4px;padding:2px 5px;font-size:8px;font-weight:950}.game-log-math{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.game-log-math>div{background:#0003;border-radius:7px;min-width:0;padding:8px 9px}.game-log-math span,.game-log-math strong,.game-log-math small{display:block}.game-log-math span{color:#b58b54;letter-spacing:.12em;margin-bottom:2px;font-size:8px;font-weight:950}.game-log-math strong{color:#f4f6f8;font-size:13px}.game-log-math small{color:#9fa6ae;margin-top:2px;font-size:10px}.berserker-ij-inline-stats{grid-template-columns:repeat(3,auto)!important}@media (width<=1180px){.enemy-area{width:64%!important}.enemies{gap:8px!important}.enemy.enemy-battle-unit{width:32%!important}}@media (width<=760px){.game-log-math{grid-template-columns:1fr}}.battlefield-dice-layer-shared .battlefield-dice-surface{inset:43% 43% 20% 18%!important}.battlefield-dice-layer-shared .battlefield-roll-copy{width:39%!important;top:40%!important;left:18%!important;right:auto!important;transform:none!important}.battlefield-dice-layer-shared .battlefield-roll-result{width:35%!important;top:72%!important;left:20%!important;right:auto!important;transform:none!important}.enemy-area{justify-content:center!important;align-items:flex-end!important;width:57%!important;height:68%!important;display:flex!important;top:auto!important;bottom:2.5%!important;right:2%!important;overflow:visible!important}.enemies{flex-direction:row!important;justify-content:center!important;align-items:flex-end!important;gap:clamp(10px,1.15vw,20px)!important;width:100%!important;height:100%!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit{flex:0 clamp(132px,15vw,190px)!important;justify-content:flex-end!important;align-self:flex-end!important;width:clamp(132px,15vw,190px)!important;max-width:190px!important;height:100%!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-art-wrap{flex:auto!important;width:100%!important;min-height:0!important;position:relative!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait{height:min(27vh,255px)!important;max-height:255px!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait img{object-fit:contain!important;object-position:42% bottom!important;max-width:100%!important;max-height:100%!important}.enemy-sprite-drop-hitbox{z-index:25!important;pointer-events:auto!important;background:0 0!important;border-radius:24px!important;display:block!important;position:absolute!important;inset:-8% -10% -6%!important}.enemy.enemy-battle-unit.enemy-targetable .enemy-sprite-drop-hitbox{cursor:grabbing}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-drop-hitbox{outline-offset:2px;outline:2px solid #ffe09adb;background:radial-gradient(at bottom,#ffd37821,#0000 72%)!important}.term-tooltip:after,.term-tooltip-info{content:none!important;display:none!important}.term-tooltip-portal{box-sizing:border-box!important;white-space:normal!important;width:250px!important;min-width:0!important;max-width:min(250px,100vw - 20px)!important;height:auto!important;min-height:0!important;max-height:calc(100vh - 20px)!important;padding:11px 13px!important;overflow:hidden auto!important}.term-tooltip-portal strong,.term-tooltip-portal span{box-sizing:border-box!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:100%!important;max-width:100%!important;display:block!important;position:static!important;overflow:visible!important}.berserker-weapon-readout{box-sizing:border-box!important;width:min(96%,430px)!important;max-width:calc(100% - 8px)!important;overflow:hidden!important}.berserker-ij-inline-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:2px 5px!important;min-width:0!important}.berserker-ij-inline-stats .term-tooltip,.berserker-ij-inline-stats .term-tooltip>span{min-width:0!important;max-width:100%!important}.berserker-ij-inline-stats span{white-space:nowrap!important;font-size:clamp(6px,.56vw,8px)!important}.berserker-ij-inline-stats b{white-space:nowrap!important;font-size:clamp(8px,.67vw,10px)!important}@media (width<=1180px){.enemy-area{width:60%!important}.enemies{gap:7px!important}.enemy.enemy-battle-unit{flex-basis:clamp(112px,17vw,160px)!important;width:clamp(112px,17vw,160px)!important}}.enemy.enemy-battle-unit{position:relative!important}.enemy-intent-stack{pointer-events:auto;z-index:40!important;width:max-content!important;min-height:0!important;margin:0!important;position:absolute!important;top:0!important;bottom:auto!important;left:50%!important;transform:translate(-50%,-8px)!important}.enemy.enemy-battle-unit .enemy-art-wrap{box-sizing:border-box!important;padding-top:58px!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-art-wrap,.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-drop-hitbox{box-shadow:none!important;background:0 0!important;outline:none!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait img{filter:drop-shadow(0 0 8px #ffe29df2)drop-shadow(0 0 20px #ffab3f94)drop-shadow(0 13px 9px #0000009e)!important}.enemy-sprite-drop-hitbox{border:0!important;outline:0!important;inset:2% -16% -8%!important}.enemy.enemy-damaged .enemy-sprite-portrait img{animation:.45s enemySpriteRedFlash!important}@keyframes enemySpriteRedFlash{0%,to{filter:drop-shadow(0 13px 9px #0000009e)}22%,62%{filter:sepia()saturate(8)hue-rotate(315deg)brightness(1.25)drop-shadow(0 0 18px #ff2323f2)drop-shadow(0 13px 9px #0000009e)}}.enemy.enemy-damaged .enemy-sprite-portrait.enemy-sprite-hurt img{animation:.45s enemySpriteRedFlash!important}@keyframes enemyAttackTravel{0%,to{transform:translate(0)}21%{transform:translateX(var(--enemy-attack-travel-x,0px))}78%{transform:translateX(var(--enemy-attack-travel-x,0px))}}.enemy.enemy-battle-unit .enemy-sprite-portrait{height:min(30vh,282px)!important}.enemy-sprite-bog-troll img,.enemy-sprite-stone-troll img,.enemy-sprite-war-troll img{max-width:132%!important;max-height:112%!important}.term-tooltip-portal{white-space:normal!important;width:280px!important;min-width:220px!important;max-width:min(280px,100vw - 24px)!important;height:auto!important;min-height:0!important;max-height:none!important;padding:12px 14px!important;line-height:normal!important;display:block!important;overflow:visible!important}.term-tooltip-title{color:#f0cf98!important;white-space:normal!important;margin:0 0 6px!important;padding:0!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;display:block!important}.term-tooltip-body{color:#d0d3d8!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:500!important;line-height:1.45!important;display:block!important;overflow:visible!important}.berserker-weapon-readout{gap:7px!important;width:min(100%,470px)!important;max-width:calc(100% - 4px)!important;padding-left:8px!important;padding-right:8px!important}.berserker-nameplate{flex:46%!important;min-width:0!important}.berserker-ij-inline-stats{flex:54%!important;grid-template-columns:.72fr 1.05fr 1.25fr!important;justify-content:stretch!important;gap:2px 4px!important;min-width:0!important;display:grid!important}.berserker-ij-inline-stats .term-tooltip,.berserker-ij-inline-stats .term-tooltip>span{width:100%!important;min-width:0!important}.berserker-ij-inline-stats span{letter-spacing:.025em!important;white-space:nowrap!important;justify-content:flex-start!important;align-items:baseline!important;gap:2px!important;font-size:clamp(5.5px,.5vw,7.5px)!important;display:flex!important}.berserker-ij-inline-stats b{letter-spacing:0!important;margin-left:1px!important;font-size:clamp(7px,.62vw,9.5px)!important}.enemy.enemy-battle-unit{grid-template-rows:62px minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1fr)!important;place-items:stretch center!important;display:grid!important;position:relative!important}.enemy-intent-stack{z-index:42!important;flex-direction:column!important;grid-row:1!important;justify-content:flex-end!important;place-self:stretch center!important;align-items:center!important;width:max-content!important;height:62px!important;min-height:62px!important;margin:0!important;padding:0 0 5px!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}.enemy.enemy-battle-unit .enemy-art-wrap{grid-row:2!important;align-self:stretch!important;width:100%!important;height:100%!important;min-height:0!important;padding-top:0!important}.enemy-ground-hud{grid-row:3!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{z-index:35!important;pointer-events:auto!important;width:auto!important;height:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:24px!important;outline:0!important;display:block!important;position:absolute!important;inset:58px -8px 36px!important}.enemy.enemy-battle-unit.enemy-targetable{filter:none!important}.enemy.enemy-battle-unit.enemy-targeted>.enemy-sprite-drop-hitbox{box-shadow:none!important;background:0 0!important;outline:0!important}.berserker-avatar.player-damaged .berserker-avatar-sprite{animation:.48s berserkerSpriteDamageFlash!important}.berserker-avatar.player-shielded .berserker-avatar-sprite{animation:.52s berserkerSpriteShieldFlash!important}@keyframes berserkerSpriteDamageFlash{0%,to{filter:drop-shadow(0 12px 10px #0000008c)}22%,64%{filter:sepia()saturate(9)hue-rotate(315deg)brightness(1.3)drop-shadow(0 0 20px #ff2626fa)drop-shadow(0 12px 10px #0000008c)}}@keyframes berserkerSpriteShieldFlash{0%,to{filter:drop-shadow(0 12px 10px #0000008c)}24%,66%{filter:brightness(1.32)saturate(.75)drop-shadow(0 0 24px #5caefffa)drop-shadow(0 0 9px #d2eefff2)drop-shadow(0 12px 10px #0000008c)}}.enemy-attacking{animation:.9s cubic-bezier(.2,.75,.25,1) enemyAttackTravel!important}.enemy-area{height:72%!important}.enemies{align-items:flex-end!important}.enemy.enemy-battle-unit{flex:0 clamp(132px,28%,178px)!important;grid-template-rows:74px min(25vh,245px) auto!important;grid-template-columns:minmax(0,1fr)!important;align-self:flex-end!important;place-items:end center!important;width:clamp(132px,28%,178px)!important;max-width:178px!important;height:auto!important;min-height:0!important;display:grid!important;position:relative!important;overflow:visible!important}.enemy-intent-stack{z-index:50!important;pointer-events:none!important;grid-row:1!important;justify-content:flex-end!important;align-items:center!important;width:100%!important;height:74px!important;min-height:74px!important;margin:0!important;padding:0 0 8px!important;display:flex!important;position:relative!important;inset:auto!important;transform:none!important}.enemy-intent-stack .term-tooltip,.enemy-intent-stack .intent{pointer-events:auto!important}.enemy.enemy-battle-unit .enemy-art-wrap{grid-row:2!important;justify-content:center!important;align-items:flex-end!important;width:100%!important;height:min(25vh,245px)!important;min-height:min(25vh,245px)!important;margin:0!important;padding:0!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait{justify-content:center!important;align-items:flex-end!important;width:100%!important;height:100%!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{z-index:38!important;pointer-events:auto!important;background:0 0!important;border-radius:20px!important;width:auto!important;height:auto!important;position:absolute!important;inset:66px 2px 34px!important}.enemy-attacking{z-index:70!important;animation:1.02s cubic-bezier(.2,.75,.25,1) both enemyAttackTravel!important}.enemy-sprite-portrait.enemy-sprite-attacking img{animation:none!important}.enemy-sprite-portrait.enemy-sprite-dead img{filter:drop-shadow(0 10px 8px #0000007a);animation:none!important}.berserker-avatar.player-dodging .berserker-avatar-art{z-index:72!important;animation:.56s cubic-bezier(.2,.86,.25,1) both berserkerDodge!important}@keyframes berserkerDodge{0%,to{transform:translate(0)}28%{transform:translate(clamp(-55px,-3.2vw,-28px))}65%{transform:translate(clamp(-38px,-2.2vw,-18px))}}.berserker-avatar.player-dodging .berserker-avatar-sprite{filter:drop-shadow(0 0 12px #d7eeff73)drop-shadow(0 12px 10px #0000008c)}.berserker-weapon-readout{display:none!important}.berserker-avatar-integrated-ij .berserker-avatar-art{height:calc(100% - 56px)!important}.player-ground-hud{width:min(96%,360px)!important;padding:5px 10px 7px!important}.player-combat-formulas,.enemy-combat-formulas{border-top:1px solid #ffffff1a;align-items:center;gap:4px;margin-top:4px;padding-top:4px;display:grid}.player-combat-formulas{grid-template-columns:.72fr 1fr 1.16fr}.enemy-combat-formulas{grid-template-columns:1fr 1fr}.player-combat-formulas .term-tooltip,.enemy-combat-formulas .term-tooltip{min-width:0;display:block}.player-combat-formulas span,.enemy-combat-formulas span{color:#cabd9f;white-space:nowrap;justify-content:center;align-items:baseline;gap:3px;min-width:0;font-size:clamp(7px,.55vw,9px);font-weight:900;display:flex}.player-combat-formulas b,.enemy-combat-formulas b{color:#fff4d9;font-size:clamp(8px,.68vw,11px)}.combat-stat-hit-group{justify-content:center;align-items:baseline;gap:3px;min-width:0;display:flex}.accuracy-badge,.damage-badge,.strength-badge{cursor:pointer;border-radius:4px;padding:1px 4px;font-weight:900;line-height:1.3;display:inline-block;font-size:clamp(8px,.68vw,11px)!important}.accuracy-badge{background:#40be6e33;border:1px solid #7ee09a8c;color:#cdf7d8!important}.damage-badge,.strength-badge{background:#d63e3e38;border:1px solid #ff78788c;color:#ffd2d2!important}.stat-flash-up{border-radius:3px;animation:.75s ease-out statFlashPulseUp}.stat-flash-down{border-radius:3px;animation:.75s ease-out statFlashPulseDown}@keyframes statFlashPulseUp{0%{color:#8dffb0;text-shadow:0 0 10px #78ff96f2;transform:scale(1.35)}to{transform:scale(1)}}@keyframes statFlashPulseDown{0%{color:#ff8d8d;text-shadow:0 0 10px #ff6e6ef2;transform:scale(1.35)}to{transform:scale(1)}}.flip-number{perspective:240px;position:relative}.flip-number-old,.flip-number-new{backface-visibility:hidden;display:inline-block}.flip-number-old{transform-origin:bottom;animation:.44s cubic-bezier(.4,0,.2,1) both flipNumberOut}.flip-number-new{transform-origin:top;animation:.44s cubic-bezier(.2,.8,.3,1) both flipNumberIn;position:absolute;top:0;left:0}@keyframes flipNumberOut{0%{opacity:1;transform:rotateX(0)}49%{opacity:1}50%,to{opacity:0;transform:rotateX(-90deg)}}@keyframes flipNumberIn{0%,50%{opacity:0;transform:rotateX(90deg)}51%{opacity:1}to{opacity:1;transform:rotateX(0)}}.hand-energy-display{display:none!important}.turn-controls.turn-controls-side{flex-direction:column!important;justify-content:flex-end!important;display:flex!important}.side-energy-display{text-align:center;justify-content:center;align-items:center;width:100%;min-height:66px;margin:0 0 8px;display:flex}.side-energy-value{flex-direction:column;align-items:center;min-width:86px;line-height:1;display:flex}.side-energy-value strong{letter-spacing:-.04em;text-shadow:0 0 16px;font-size:clamp(28px,3.5vh,43px)}.side-energy-value span{letter-spacing:.18em;margin-top:2px;font-size:8px;font-weight:1000}.paperdoll.paperdoll-art .body-outline{display:none!important}.equipped-figure{opacity:.68;filter:drop-shadow(0 8px 10px #0000008c);pointer-events:none;width:98px;height:185px;position:absolute;top:49%;left:50%;transform:translate(-50%,-50%)}.equipped-figure img{object-fit:contain;position:absolute}.equipped-figure-cape{opacity:.52;width:90px;top:40px;left:4px}.equipped-figure-chest{z-index:2;width:82px;top:54px;left:8px}.equipped-figure-head{z-index:3;width:53px;top:3px;left:23px}.equipped-figure-boots{z-index:2;width:70px;bottom:0;left:15px}.you-gear-slot{grid-template-columns:30px minmax(0,1fr)!important;align-items:center!important;column-gap:5px!important;padding:4px 6px!important;display:grid!important}.you-gear-icon{object-fit:contain;filter:drop-shadow(0 2px 3px #0009);width:29px;height:29px}.you-gear-copy{flex-direction:column;min-width:0;display:flex}.you-gear-copy span,.you-gear-copy strong,.you-gear-copy small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}@media (width<=1250px){.enemy.enemy-battle-unit{grid-template-rows:64px min(22vh,205px) auto!important}.enemy-intent-stack{height:64px!important;min-height:64px!important}.enemy.enemy-battle-unit .enemy-art-wrap{height:min(22vh,205px)!important;min-height:min(22vh,205px)!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{top:58px!important}}.berserker-hurt-frame,.berserker-death-frame{animation:none!important;transform:none!important}.player-defeated .berserker-avatar-art{z-index:75!important}.enemy-area{width:57%!important;height:66%!important;bottom:2.5%!important;right:2%!important;overflow:visible!important}.enemies{flex-direction:row!important;place-content:flex-end center!important;align-items:flex-end!important;gap:clamp(10px,1vw,18px)!important;width:100%!important;height:100%!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit{flex:0 clamp(138px,27%,184px)!important;grid-template-rows:68px minmax(0,1fr) auto!important;grid-template-columns:minmax(0,1fr)!important;align-self:flex-end!important;place-items:end center!important;width:clamp(138px,27%,184px)!important;max-width:184px!important;height:clamp(292px,39vh,350px)!important;min-height:clamp(292px,39vh,350px)!important;max-height:350px!important;display:grid!important;position:relative!important;overflow:visible!important}.enemy-intent-stack{z-index:9650!important;flex-direction:column!important;grid-row:1!important;justify-content:flex-end!important;align-items:center!important;width:100%!important;height:68px!important;min-height:68px!important;margin:0!important;padding:0 0 8px!important;display:flex!important;position:absolute!important;inset:-108px 0 auto!important;overflow:visible!important;transform:none!important}.enemy.enemy-battle-unit .enemy-art-wrap{grid-row:2!important;justify-content:center!important;align-items:flex-end!important;width:100%!important;height:100%!important;min-height:0!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait{opacity:1!important;visibility:visible!important;justify-content:center!important;align-items:flex-end!important;width:100%!important;height:100%!important;min-height:0!important;display:flex!important;overflow:visible!important}.enemy.enemy-battle-unit .enemy-sprite-portrait img{object-fit:contain!important;object-position:42% bottom!important;opacity:1!important;visibility:visible!important;width:auto!important;max-width:118%!important;height:auto!important;max-height:100%!important;display:block!important}.enemy-ground-hud{grid-row:3!important;margin-top:4px!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{z-index:38!important;pointer-events:auto!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important;display:block!important;position:absolute!important;inset:58px -10px 28px!important}.hd-tooltip-portal{z-index:50000!important;box-sizing:border-box!important;white-space:normal!important;color:#d6d8dc!important;pointer-events:none!important;opacity:1!important;visibility:visible!important;background:#0e0f12!important;border:1px solid #d1a769a8!important;border-radius:10px!important;width:286px!important;min-width:220px!important;max-width:calc(100vw - 20px)!important;height:auto!important;min-height:0!important;max-height:none!important;margin:0!important;padding:12px 14px!important;display:block!important;position:fixed!important;overflow:visible!important;transform:none!important;box-shadow:0 16px 42px #000000d1!important}.hd-tooltip-title{white-space:normal!important;color:#f0cf98!important;width:auto!important;margin:0 0 6px!important;padding:0!important;font-size:12px!important;font-weight:900!important;line-height:1.2!important;display:block!important;overflow:visible!important}.hd-tooltip-body{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important;color:#d0d3d8!important;width:auto!important;max-width:100%!important;margin:0!important;padding:0!important;font-size:11px!important;font-weight:500!important;line-height:1.45!important;display:block!important;overflow:visible!important}.paperdoll.paperdoll-art.gear-list{flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;gap:5px!important;height:auto!important;min-height:0!important;padding:8px!important;display:flex!important;position:relative!important;overflow:hidden!important}.gear-list .term-tooltip{width:100%!important;display:block!important;position:relative!important;inset:auto!important;transform:none!important}.gear-list .you-gear-slot{box-sizing:border-box!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;width:100%!important;min-height:40px!important;padding:4px 7px!important;display:grid!important;position:relative!important;inset:auto!important;transform:none!important}.gear-list .you-gear-icon{width:32px!important;height:32px!important}.equipped-figure{display:none!important}.game-board{grid-template-rows:minmax(0,1fr) clamp(118px,15.5vh,148px)!important;overflow:hidden!important}.combat-footer{align-items:start!important;height:100%!important;min-height:0!important;overflow:visible!important}.hand-area,.hand-row,.hand{height:100%!important;min-height:0!important}.hand{align-items:flex-start!important;padding-top:2px!important}.hand .card,.hand .card-placeholder{height:clamp(112px,14.2vh,132px)!important;min-height:clamp(112px,14.2vh,132px)!important;max-height:132px!important}.turn-controls.turn-controls-side{flex-direction:column!important;justify-content:flex-end!important;gap:5px!important;height:100%!important;min-height:0!important;padding:0 2px 3px 0!important;display:flex!important}.side-energy-display{width:100%!important;height:42px!important;min-height:42px!important;margin:0!important;padding:0!important}.side-energy-value strong{font-size:clamp(24px,2.7vh,32px)!important}.side-energy-value span{margin-top:1px!important;font-size:7px!important}@media (height<=760px){.enemy.enemy-battle-unit{grid-template-rows:58px minmax(0,1fr) auto!important;height:330px!important;min-height:330px!important}.enemy-intent-stack{height:58px!important;min-height:58px!important;top:-92px!important}.game-board{grid-template-rows:minmax(0,1fr) 116px!important}.hand .card,.hand .card-placeholder{height:108px!important;min-height:108px!important}}.enemy-area{width:59%!important}.enemy.enemy-battle-unit{flex-basis:clamp(166px,29%,205px)!important;grid-template-rows:72px minmax(0,1fr) auto!important;width:clamp(166px,29%,205px)!important;max-width:205px!important;height:clamp(370px,50vh,452px)!important;min-height:clamp(370px,50vh,452px)!important;max-height:452px!important}.enemy.enemy-battle-unit .enemy-art-wrap{min-height:205px!important}.enemy.enemy-battle-unit .intent-rolls{white-space:nowrap!important;flex-direction:column!important;align-items:flex-start!important;gap:1px!important;font-size:8px!important;line-height:1.1!important;display:flex!important}.enemy.enemy-battle-unit .intent-rolls span{display:block!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{border-radius:20px!important;inset:46px -12px -4px!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-art-wrap:after{content:"";pointer-events:none;border:2px solid #ffda87bf;border-radius:22px;position:absolute;inset:7% 4% 0;box-shadow:0 0 20px #ffc44f4d}.hand .card-header{grid-template-columns:minmax(0,1fr) 24px!important;align-items:start!important;gap:4px!important;width:100%!important;display:grid!important}.hand .card-header>strong{overflow-wrap:anywhere!important;width:auto!important;min-width:0!important}.hand .card-energy{z-index:2!important;place-self:start end!important;margin:0!important;position:static!important;inset:auto!important;transform:none!important}.game-board{grid-template-rows:minmax(0,1fr) clamp(148px,18vh,166px)!important}.turn-controls.turn-controls-side{box-sizing:border-box!important;justify-content:flex-end!important;gap:4px!important;padding-bottom:7px!important}.side-energy-display{height:36px!important;min-height:36px!important}.undo-card-button{min-height:32px!important}.end-turn-button-solo{min-height:58px!important;margin-bottom:0!important}.paperdoll.paperdoll-art.gear-list.gear-body-layout{flex-direction:column!important;gap:7px!important;padding:8px 7px!important;display:flex!important;overflow:visible!important}.gear-body-row{align-items:stretch!important;gap:6px!important;width:100%!important;display:grid!important}.gear-body-row-head,.gear-body-row-rings{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gear-body-row-torso{grid-template-columns:repeat(3,minmax(0,1fr))!important}.gear-body-row-single{grid-template-columns:minmax(0,58%)!important;justify-content:center!important}.gear-body-layout .term-tooltip{width:100%!important;min-width:0!important}.gear-body-layout .you-gear-slot{grid-template-columns:32px minmax(0,1fr)!important;width:100%!important;min-width:0!important;min-height:54px!important;padding:5px 6px!important;display:grid!important}.you-gear-empty-icon{color:#d2b9918c!important;background:#ffffff05!important;border:1px dashed #bba07473!important;border-radius:8px!important;place-items:center!important;font-size:20px!important;display:grid!important}.gear-body-layout .you-gear-copy span{font-size:7px!important}.gear-body-layout .you-gear-copy strong{font-size:8px!important}.gear-body-layout .you-gear-copy small{font-size:6px!important}@media (height<=760px){.enemy.enemy-battle-unit{grid-template-rows:62px minmax(0,1fr) auto!important;height:308px!important;min-height:308px!important}.game-board{grid-template-rows:minmax(0,1fr) 146px!important}.gear-body-layout .you-gear-slot{min-height:48px!important}}.enemy.enemy-battle-unit.enemy-targetable{cursor:crosshair!important}.enemy.enemy-battle-unit>.enemy-sprite-drop-hitbox{display:none!important}.enemy.enemy-battle-unit.enemy-targetable,.enemy.enemy-battle-unit.enemy-targeted{box-shadow:none!important;border-color:#0000!important;outline:none!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-art-wrap:after,.enemy.enemy-battle-unit.enemy-targetable .enemy-art-wrap:after{content:none!important;display:none!important}.enemy.enemy-battle-unit.enemy-targeted{filter:none!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait img{transform-origin:bottom!important;animation:.72s ease-in-out infinite alternate hdTargetShimmer!important;transform:scale(1.055)!important}@keyframes hdTargetShimmer{0%{filter:brightness(1.03)saturate(1.02)}to{filter:brightness(1.18)saturate(1.15)}}.paperdoll.paperdoll-art.gear-list.gear-body-layout{gap:8px!important;padding:10px 9px!important}.gear-body-row-single-wide{grid-template-columns:minmax(0,72%)!important;justify-content:center!important}.gear-body-row-pair,.gear-body-row-rings{grid-template-columns:repeat(2,minmax(0,1fr))!important}.gear-body-layout .you-gear-slot{border-radius:9px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:8px!important;min-height:58px!important;padding:6px 8px!important}.gear-body-layout .you-gear-icon{width:36px!important;height:36px!important}.gear-body-layout .you-gear-copy{min-width:0!important}.gear-body-layout .you-gear-copy span{letter-spacing:.045em!important;font-size:8px!important;line-height:1.05!important}.gear-body-layout .you-gear-copy strong{font-size:10px!important;line-height:1.08!important}.gear-body-layout .you-gear-copy small{margin-top:2px!important;font-size:7px!important;line-height:1!important}.battlefield-dice-surface.battlefield-dice-surface-targeted{min-width:0!important;max-width:238px!important;min-height:0!important;max-height:188px!important;box-shadow:none!important;pointer-events:none!important;z-index:9300!important;background:radial-gradient(circle at 50% 62%,#10121529,#08090b08 68%,#0000 80%)!important;border:0!important;border-radius:22px!important;position:fixed!important;overflow:hidden!important}.battlefield-dice-surface-targeted.dice-from-hero{animation:.22s cubic-bezier(.2,.75,.25,1) both hdHeroDiceSurfaceIn!important}.battlefield-dice-surface-targeted.dice-from-enemy{animation:.22s cubic-bezier(.2,.75,.25,1) both hdEnemyDiceSurfaceIn!important}@keyframes hdHeroDiceSurfaceIn{0%{opacity:0;transform:translate(-90px)}to{opacity:1;transform:translate(0)}}@keyframes hdEnemyDiceSurfaceIn{0%{opacity:0;transform:translate(90px)}to{opacity:1;transform:translate(0)}}.battlefield-dice-host,.battlefield-dice-host canvas,.deterministic-dice-host,.deterministic-dice-host canvas{width:100%!important;max-width:100%!important;height:100%!important;max-height:100%!important}.battlefield-roll-copy-targeted{text-align:center!important;z-index:9400!important;pointer-events:none!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important;border-radius:8px!important;min-width:0!important;max-width:210px!important;padding:5px 9px!important;position:fixed!important}.battlefield-roll-copy-targeted.dice-copy-hero{background:#322409c7!important;border:1px solid #efc34b8c!important;box-shadow:0 5px 18px #0000004d,0 0 12px #e2b02d1a!important}.battlefield-roll-copy-targeted.dice-copy-enemy{background:#360c0fcc!important;border:1px solid #b8404594!important;box-shadow:0 5px 18px #0000004d,0 0 12px #9f252b1c!important}.battlefield-roll-copy-targeted>strong{font-size:10px!important;line-height:1.08!important}.battlefield-roll-copy-targeted>small{font-size:7px!important;line-height:1.15!important}.battlefield-roll-result-targeted{z-index:9450!important;pointer-events:none!important;position:fixed!important;transform:translate(-50%,-50%)!important}.battlefield-dice-layer-shared .battlefield-dice-surface,.battlefield-dice-layer-shared .battlefield-roll-copy,.battlefield-dice-layer-shared .battlefield-roll-result{margin:0!important}.card-modifier{border:2px solid #aeb7c2!important;box-shadow:inset 0 0 22px #e6ebf01a,0 8px 18px #0000003d,0 0 0 1px #ffffff0a!important}@media (height<=760px){.gear-body-layout .you-gear-slot{min-height:50px!important}.gear-body-layout .you-gear-icon{width:31px!important;height:31px!important}.gear-body-layout .you-gear-copy strong{font-size:9px!important}}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait img{transform-origin:bottom!important;transform:scaleX(-1)scale(1.055)!important}.enemy.enemy-battle-unit.enemy-targetable,.enemy.enemy-battle-unit.enemy-targeted{box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.enemy.enemy-battle-unit .intent strong{font-size:12px!important;line-height:1.05!important}.enemy.enemy-battle-unit .intent-rolls,.enemy.enemy-battle-unit .intent small{font-size:9px!important;line-height:1.15!important}.gear-body-row-single-wide{justify-content:center!important;align-items:stretch!important;display:flex!important}.gear-body-row-single-wide>.term-tooltip{flex:0 0 72%!important;width:72%!important;max-width:72%!important}.battlefield-dice-surface.battlefield-dice-surface-targeted,.deterministic-dice-surface.battlefield-dice-surface-targeted{contain:layout paint!important;overflow:hidden!important}.battlefield-dice-surface-targeted .deterministic-dice-host,.battlefield-dice-surface-targeted .deterministic-dice-host canvas,.battlefield-dice-surface-targeted .battlefield-dice-host,.battlefield-dice-surface-targeted .battlefield-dice-host canvas{width:100%!important;min-width:0!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;margin:0!important;position:absolute!important;inset:0!important}.enemy.enemy-battle-unit.enemy-targetable,.enemy.enemy-battle-unit.enemy-targeted{cursor:crosshair!important;box-shadow:none!important;background:0 0!important;border:0!important;outline:0!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait{filter:drop-shadow(0 0 12px #ffdd7ef2)drop-shadow(0 0 26px #ffad3085)!important}.enemy.enemy-battle-unit .intent{min-width:152px!important;padding:8px 12px!important}.enemy.enemy-battle-unit .intent strong{font-size:13px!important}.enemy.enemy-battle-unit .intent-rolls,.enemy.enemy-battle-unit .intent small{font-size:10px!important}.enemy.enemy-battle-unit .intent-icon{font-size:21px!important}.battlefield>.battlefield-dice-surface-targeted,.battlefield>.battlefield-roll-copy-targeted,.battlefield>.battlefield-roll-result-targeted{position:absolute!important}.battlefield>.battlefield-dice-surface-targeted{z-index:9300!important;pointer-events:none!important;overflow:hidden!important}.battlefield>.battlefield-roll-copy-targeted{z-index:9410!important;max-width:236px!important;min-height:42px!important;padding:7px 11px!important}.battlefield>.battlefield-roll-copy-targeted>strong{font-size:12px!important}.battlefield>.battlefield-roll-copy-targeted>small{font-size:8px!important}@keyframes hdRollCardFromLeft{0%{opacity:0;transform:translate(-220px)scale(.94)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hdRollCardFromRight{0%{opacity:0;transform:translate(220px)scale(.94)}to{opacity:1;transform:translate(0)scale(1)}}.battlefield>.battlefield-roll-result-targeted{z-index:9440!important}.battlefield>.dice-result-from-left{animation:.22s ease-out both hdResultFromLeft!important}.battlefield>.dice-result-from-right{animation:.22s ease-out both hdResultFromRight!important}@keyframes hdResultFromLeft{0%{opacity:0;transform:translate(-70%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes hdResultFromRight{0%{opacity:0;transform:translate(-30%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.battlefield>.battlefield-roll-copy-targeted{text-align:center!important;border-radius:12px!important;max-width:460px!important;min-height:66px!important;padding:9px 18px 10px!important;overflow:visible!important}.battlefield>.battlefield-roll-copy-targeted>span{letter-spacing:.24em!important;margin-bottom:2px!important;font-size:11px!important;font-weight:900!important;line-height:1!important;display:block!important}.battlefield>.battlefield-roll-copy-targeted>strong{letter-spacing:.015em!important;text-shadow:0 2px 10px #000000bf!important;font-size:clamp(20px,1.55vw,27px)!important;line-height:1.02!important;display:block!important}.battlefield>.battlefield-roll-copy-targeted>small{margin-top:4px!important;font-size:9px!important;line-height:1.1!important;display:block!important}.battlefield>.dice-fly-from-left{animation:.58s cubic-bezier(.12,.76,.16,1) both hdCombatBannerFromLeft!important}.battlefield>.dice-fly-from-right{animation:.58s cubic-bezier(.12,.76,.16,1) both hdCombatBannerFromRight!important}@keyframes hdCombatBannerFromLeft{0%{opacity:0;transform:translate(-75vw)scale(.88)}62%{opacity:1;transform:translate(18px)scale(1.025)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hdCombatBannerFromRight{0%{opacity:0;transform:translate(75vw)scale(.88)}62%{opacity:1;transform:translate(-18px)scale(1.025)}to{opacity:1;transform:translate(0)scale(1)}}.battlefield>.battlefield-dice-surface-targeted{background:radial-gradient(circle at 50% 60%,#00000047,#00000014 64%,#0000 80%)!important;border-radius:18px!important;max-width:252px!important;max-height:184px!important}.battlefield>.hd-combat-banner-v2{box-sizing:border-box!important;white-space:normal!important;text-align:center!important;z-index:9500!important;will-change:transform, opacity!important;border-radius:14px!important;max-width:none!important;min-height:96px!important;padding:12px 26px 14px!important;overflow:hidden!important}.battlefield>.hd-combat-banner-v2>span{letter-spacing:.28em!important;white-space:normal!important;margin:0 0 4px!important;font-size:clamp(13px,1vw,17px)!important;font-weight:950!important;line-height:1!important;display:block!important}.battlefield>.hd-combat-banner-v2>strong{letter-spacing:-.015em!important;overflow-wrap:anywhere!important;white-space:normal!important;text-shadow:0 3px 14px #000000db!important;margin:0!important;font-size:clamp(34px,3.15vw,54px)!important;line-height:.98!important;display:block!important}.battlefield>.hd-combat-banner-v2>small{white-space:normal!important;margin-top:7px!important;font-size:clamp(10px,.72vw,13px)!important;line-height:1.05!important;display:block!important}.battlefield>.hd-banner-from-hero-v2{animation:.82s cubic-bezier(.14,.78,.18,1) both hdBannerHeroFlyV2!important}.battlefield>.hd-banner-from-enemy-v2{animation:.82s cubic-bezier(.14,.78,.18,1) both hdBannerEnemyFlyV2!important}@keyframes hdBannerHeroFlyV2{0%{opacity:0;transform:translate(-115%)scale(.82)}64%{opacity:1;transform:translate(24px)scale(1.035)}82%{opacity:1;transform:translate(-7px)scale(.995)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes hdBannerEnemyFlyV2{0%{opacity:0;transform:translate(115%)scale(.82)}64%{opacity:1;transform:translate(-24px)scale(1.035)}82%{opacity:1;transform:translate(7px)scale(.995)}to{opacity:1;transform:translate(0)scale(1)}}.battlefield>.battlefield-dice-surface-targeted,.battlefield>.deterministic-dice-surface.battlefield-dice-surface-targeted{box-sizing:border-box!important;max-width:720px!important;max-height:245px!important;box-shadow:none!important;pointer-events:none!important;z-index:9400!important;background:radial-gradient(at 50% 58%,#0000003d,#00000012 58%,#0000 77%)!important;border:0!important;border-radius:22px!important;overflow:hidden!important}.battlefield>.battlefield-dice-surface-targeted .deterministic-dice-host,.battlefield>.battlefield-dice-surface-targeted .deterministic-dice-host canvas,.battlefield>.battlefield-dice-surface-targeted .battlefield-dice-host,.battlefield>.battlefield-dice-surface-targeted .battlefield-dice-host canvas{width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.battlefield>.hd-combat-banner-v3{box-sizing:border-box!important;text-align:center!important;white-space:nowrap!important;z-index:9500!important;will-change:transform, opacity!important;transform-origin:50%!important;border-radius:15px!important;width:min(760px,100% - 120px)!important;min-width:520px!important;max-width:min(760px,100% - 120px)!important;min-height:88px!important;padding:10px 28px 11px!important;position:absolute!important;left:50%!important;overflow:hidden!important}.battlefield>.hd-combat-banner-v3>span{letter-spacing:.27em!important;white-space:nowrap!important;margin:0 0 3px!important;font-size:clamp(12px,.9vw,16px)!important;font-weight:950!important;line-height:1!important;display:block!important}.battlefield>.hd-combat-banner-v3>strong{letter-spacing:-.015em!important;white-space:nowrap!important;text-overflow:clip!important;text-shadow:0 3px 14px #000000e0!important;margin:0!important;font-size:clamp(29px,2.35vw,43px)!important;line-height:1!important;display:block!important;overflow:hidden!important}.battlefield>.hd-combat-banner-v3>small{white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:5px!important;font-size:clamp(9px,.7vw,12px)!important;line-height:1!important;display:block!important;overflow:hidden!important}.battlefield>.hd-banner-from-hero-v3{animation:1.02s cubic-bezier(.18,.78,.15,1) both hdBannerHeroCartoonV3!important}.battlefield>.hd-banner-from-enemy-v3{animation:1.02s cubic-bezier(.18,.78,.15,1) both hdBannerEnemyCartoonV3!important}@keyframes hdBannerHeroCartoonV3{0%{opacity:0;transform:translate(-115vw)scale(.9)rotate(-1.5deg)}48%{opacity:1;transform:translate(66px)scale(1.035)rotate(.35deg)}68%{opacity:1;transform:translate(-24px)scale(.994)rotate(-.2deg)}83%{opacity:1;transform:translate(9px)scale(1.004)}to{opacity:1;transform:translate(0)scale(1)rotate(0)}}@keyframes hdBannerEnemyCartoonV3{0%{opacity:0;transform:translate(115vw)scale(.9)rotate(1.5deg)}48%{opacity:1;transform:translate(-66px)scale(1.035)rotate(-.35deg)}68%{opacity:1;transform:translate(24px)scale(.994)rotate(.2deg)}83%{opacity:1;transform:translate(-9px)scale(1.004)}to{opacity:1;transform:translate(0)scale(1)rotate(0)}}@media (width<=980px){.battlefield>.hd-combat-banner-v3{width:calc(100% - 64px)!important;min-width:0!important;max-width:calc(100% - 64px)!important;padding-left:18px!important;padding-right:18px!important}.battlefield>.hd-combat-banner-v3>strong{font-size:clamp(24px,4vw,34px)!important}}.hand .card,.hand .card-placeholder{flex:0 0 clamp(108px,8.4vw,124px)!important;width:clamp(108px,8.4vw,124px)!important;height:clamp(132px,16.5vh,154px)!important;min-height:clamp(132px,16.5vh,154px)!important;max-height:154px!important}.hand .card-header>strong{overflow-wrap:normal!important;word-break:normal!important;-webkit-hyphens:none!important;hyphens:none!important;font-size:clamp(13px,.9vw,16px)!important;line-height:1.02!important}.hand .card-description{font-size:clamp(10px,.72vw,12px)!important;line-height:1.18!important;overflow:visible!important}.battlefield>.hd-combat-banner-v3{left:auto;width:min(760px,100% - 96px)!important;min-width:0!important;max-width:min(760px,100% - 96px)!important}.battlefield>.hd-combat-banner-v4{opacity:1;transform:translate(-50%);box-sizing:border-box!important;text-align:center!important;white-space:nowrap!important;z-index:9500!important;pointer-events:none!important;will-change:transform, opacity!important;border-radius:15px!important;width:min(720px,100% - 150px)!important;min-width:0!important;max-width:min(720px,100% - 150px)!important;min-height:92px!important;padding:11px 30px 12px!important;animation:none!important;position:absolute!important;left:50%!important;right:auto!important;overflow:hidden!important}.battlefield>.hd-combat-banner-v4>span{letter-spacing:.28em!important;white-space:nowrap!important;margin:0 0 4px!important;font-size:clamp(13px,1vw,17px)!important;font-weight:950!important;line-height:1!important;display:block!important}.battlefield>.hd-combat-banner-v4>strong{letter-spacing:-.02em!important;white-space:nowrap!important;text-overflow:clip!important;text-shadow:0 3px 14px #000000e0!important;margin:0!important;font-size:clamp(31px,2.7vw,48px)!important;line-height:1!important;display:block!important;overflow:visible!important}.battlefield>.hd-combat-banner-v4>small{white-space:nowrap!important;text-overflow:ellipsis!important;margin-top:6px!important;font-size:clamp(9px,.75vw,12px)!important;line-height:1!important;display:block!important;overflow:hidden!important}@media (width<=980px){.battlefield>.hd-combat-banner-v4{width:calc(100% - 72px)!important;max-width:calc(100% - 72px)!important;padding-left:18px!important;padding-right:18px!important}.battlefield>.hd-combat-banner-v4>strong{font-size:clamp(25px,4.2vw,36px)!important}}.battlefield>.hd-combat-banner-v5{inset:auto!important;left:var(--hd-banner-left)!important;top:var(--hd-banner-top)!important;width:var(--hd-banner-width)!important;max-width:var(--hd-banner-width)!important;box-sizing:border-box!important;min-width:0!important;min-height:96px!important;box-shadow:none!important;z-index:9600!important;pointer-events:none!important;background:0 0!important;border:0!important;padding:0!important;animation:none!important;position:absolute!important;overflow:visible!important;transform:none!important}.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion{box-sizing:border-box;text-align:center;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);will-change:transform, opacity;background:#322409db;border:1px solid #efc34b8c;border-radius:15px;width:100%;min-height:96px;padding:11px 30px 12px;overflow:hidden;box-shadow:0 8px 26px #00000061,0 0 16px #e2b02d1f}.battlefield>.hd-combat-banner-v5.dice-copy-enemy .hd-combat-banner-motion{background:#360c0fe0;border-color:#b840459e;box-shadow:0 8px 26px #00000061,0 0 16px #9f252b21}.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion>span{letter-spacing:.28em;white-space:nowrap;margin:0 0 4px;font-size:clamp(13px,1vw,17px);font-weight:950;line-height:1;display:block}.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion>strong{letter-spacing:-.02em;white-space:nowrap;text-overflow:clip;text-shadow:0 3px 14px #000000e0;color:#f3d39d;margin:0;font-size:clamp(32px,2.8vw,49px);line-height:1;display:block;overflow:hidden}.battlefield>.hd-combat-banner-v5.dice-copy-enemy .hd-combat-banner-motion>strong{color:#ffd4d4}.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion>small{white-space:nowrap;text-overflow:ellipsis;margin-top:6px;font-size:clamp(9px,.75vw,12px);line-height:1;display:block;overflow:hidden}.battlefield>.battlefield-dice-surface-targeted{inset:auto!important;left:var(--hd-dice-left)!important;top:var(--hd-dice-top)!important;width:var(--hd-dice-width)!important;height:var(--hd-dice-height)!important;max-width:var(--hd-dice-width)!important;max-height:var(--hd-dice-height)!important;z-index:9450!important;min-width:0!important;min-height:0!important;position:absolute!important;overflow:hidden!important;transform:none!important}@media (width<=980px){.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion{padding-left:18px;padding-right:18px}.battlefield>.hd-combat-banner-v5 .hd-combat-banner-motion>strong{font-size:clamp(25px,4.1vw,36px)}}.berserker-idle-with-ij,.berserker-avatar-sprite:not(.berserker-attack-frame),.enemy-sprite-portrait:not(.enemy-sprite-hurt):not(.enemy-sprite-attacking):not(.enemy-sprite-dead) img{animation:none!important}.berserker-idle-with-ij,.berserker-avatar-sprite:not(.berserker-attack-frame){transform:translateY(0)!important}.enemy-sprite-portrait:not(.enemy-sprite-hurt):not(.enemy-sprite-attacking):not(.enemy-sprite-dead) img{transform:scaleX(-1)translateY(0)!important}.ground-heart{color:#e44d54;text-shadow:0 1px 4px #000000a6;font-size:17px;line-height:1;display:inline-block;transform:translateY(1px)}.shield-base-icon{color:#aeb7c1;vertical-align:middle;filter:drop-shadow(0 1px 2px #0000008c);flex:none;width:15px;height:18px;display:inline-block}.ground-stat-shield{color:#cbd1d8!important}.combat-block-shield{aspect-ratio:64/76;z-index:46;color:#5eb7ff;pointer-events:none;filter:drop-shadow(0 0 5px #57b7fff2)drop-shadow(0 0 18px #348bff9e)drop-shadow(0 5px 6px #0000008c);place-items:center;width:clamp(58px,5.2vw,82px);animation:.24s cubic-bezier(.2,.9,.3,1.25) both blockShieldSettle;display:grid;position:absolute;bottom:19%;left:5%}.player-combat-block-shield{bottom:18%;left:12%}.combat-block-shield-icon{color:#2d8becd6;stroke:#a7ddfff2;width:100%;height:100%;position:absolute;inset:0}.combat-block-shield:after{content:"";background:radial-gradient(circle,#a4deff3d,#2973de0d 62%,#0000 72%);border-radius:50%;position:absolute;inset:14% 15% 18%}.combat-block-shield>strong{z-index:2;color:#f4fbff;text-shadow:0 2px 4px #123d6d,0 0 8px #2e92ed;font-size:clamp(22px,2vw,31px);font-weight:950;line-height:1;position:relative}@keyframes blockShieldSettle{0%{opacity:0;transform:scale(.55)}72%{opacity:1;transform:scale(1.12)}to{opacity:1;transform:scale(1)}}.combat-block-shield-breaking{animation:.62s cubic-bezier(.15,.75,.25,1) both blockShieldBreak!important}.combat-block-shield-breaking:before,.combat-block-shield-breaking:after{content:"";z-index:4;background:#d9f3ff;border-radius:5px;width:48%;height:5px;position:absolute;top:48%;left:27%;box-shadow:0 0 10px #70c7ff}.combat-block-shield-breaking:before{transform:rotate(56deg)}.combat-block-shield-breaking:after{transform:rotate(-54deg)}@keyframes blockShieldBreak{0%{opacity:1;filter:drop-shadow(0 0 18px #348bffb8);transform:scale(1)}25%{filter:brightness(1.7)drop-shadow(0 0 28px #82d7ff);transform:scale(1.2)rotate(-4deg)}52%{opacity:1;transform:scale(1.06)rotate(5deg)}to{opacity:0;filter:blur(2px)drop-shadow(0 0 34px #61c6ff40);transform:scale(1.42)rotate(-7deg)}}@media (height<=760px){.combat-block-shield{width:clamp(50px,4.8vw,68px)}}.enemy.enemy-battle-unit:not(.enemy-attacking):not(.enemy-dodging),.enemy.enemy-battle-unit .enemy-art-wrap,.enemy.enemy-battle-unit .enemy-sprite-portrait{transform-origin:bottom!important;animation:none!important;translate:none!important}.enemy.enemy-battle-unit .enemy-art-wrap{place-self:end stretch!important;position:relative!important}.enemy.enemy-battle-unit .enemy-sprite-portrait{align-self:end!important;transform:translate(-4%)scale(2.6)!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait{transform:translate(-4%)scale(2.7)!important}.enemy-sprite-portrait:not(.enemy-sprite-hurt):not(.enemy-sprite-attacking):not(.enemy-sprite-dead) img{transform-origin:bottom!important;animation:none!important;transform:scaleX(-1)!important}.enemy-sprite-bog-troll,.enemy-sprite-stone-troll,.enemy-sprite-war-troll{transform-origin:bottom!important}.enemy-ground-hud{width:min(96%,214px)!important;min-width:160px!important;box-shadow:none!important;background:0 0!important;border:0!important;margin-top:7px!important;padding:0!important;overflow:visible!important}.enemy-ground-hud h3,.enemy-ground-hud .enemy-stat-row{display:none!important}.enemy-vitals-row,.player-ground-stats{background:#141619eb;border:2px solid #15181cf2;border-radius:17px;align-items:stretch;height:34px;min-height:34px;padding:0 2px;overflow:visible;box-shadow:0 2px 5px #000000b3,inset 0 0 0 1px #ffffff14;justify-content:center!important;gap:0!important;display:flex!important}.enemy-hp-bar,.player-hp-bar{min-width:105px;height:100%;box-shadow:none;background:0 0;border:0;border-radius:15px;flex:auto;position:relative;overflow:hidden}.enemy-hp-bar-fill,.player-hp-bar-fill{background:linear-gradient(#df454a 0%,#ae2228 52%,#71151a 100%);width:100%;transition:width .32s cubic-bezier(.2,.8,.25,1);position:absolute;inset:0 auto 0 0;box-shadow:inset 0 1px 1px #ffffff3d}.enemy-hp-bar-text,.player-hp-bar-text{z-index:2;color:#fff;text-shadow:0 1px 3px #000,0 0 2px #000;white-space:nowrap;justify-content:center;align-items:center;gap:3px;font-size:12px;font-weight:900;line-height:1;display:flex;position:absolute;inset:0}.enemy-hp-bar-text .ground-heart,.player-hp-bar-text .ground-heart,.player-ground-stats .ground-heart{font-size:19px!important}.player-hp-bar{min-width:130px}.shield-base-badge{color:#7c8894;filter:drop-shadow(0 2px 3px #000000b3);border-left:1px solid #ffffff24;flex:0 0 40px;align-self:center;place-items:center;width:40px;height:40px;margin-left:3px;padding-left:6px;display:inline-grid;position:relative}.shield-base-badge:before{content:"";pointer-events:none;border:2px solid #b8c0c98c;border-radius:50%;position:absolute;inset:2px;box-shadow:0 0 6px #b8c0c94d}.shield-base-badge-icon{color:#7c8894;width:100%;height:100%;position:absolute;inset:0}.shield-base-badge{cursor:pointer}.shield-base-badge strong,.shield-base-badge b{z-index:2;color:#fff;text-shadow:0 1px 3px #000,0 0 4px #0009;font-size:15px;font-weight:950;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hud-block-shield{color:#3c9fe8;filter:drop-shadow(0 0 5px #40a8f4bf)drop-shadow(0 2px 3px #000000b3);pointer-events:auto;border-right:1px solid #ffffff24;flex:0 0 35px;align-self:center;place-items:center;width:35px;height:35px;margin-right:3px;padding-right:6px;display:inline-grid;position:relative}.hud-block-shield:before{content:"";pointer-events:none;border:2px solid #97d5ffa6;border-radius:50%;position:absolute;inset:1px;box-shadow:0 0 6px #40a8f473}.hud-block-shield-icon{color:#318ddd;stroke:#bfe6ff;stroke-width:3.5px;width:100%;height:100%;position:absolute;inset:0}.hud-block-shield strong{z-index:2;color:#fff;text-shadow:0 1px 3px #0a3159,0 0 5px #1a68ad;font-size:16px;font-weight:950;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1px))}.hud-block-shield-breaking{animation:.6s cubic-bezier(.16,.75,.25,1) both hudShieldBreak!important}.hud-block-shield-breaking:before,.hud-block-shield-breaking:after{content:"";z-index:5;background:#e5f7ff;border-radius:3px;width:58%;height:3px;position:absolute;top:48%;left:22%;box-shadow:0 0 8px #62c4ff}.hud-block-shield-breaking:before{transform:rotate(52deg)}.hud-block-shield-breaking:after{transform:rotate(-48deg)}@keyframes hudShieldBreak{0%{opacity:1;transform:scale(1)}30%{opacity:1;filter:brightness(1.8)drop-shadow(0 0 14px #78d4ff);transform:scale(1.25)rotate(-5deg)}to{opacity:0;filter:blur(1px);transform:scale(1.55)rotate(8deg)}}.player-ground-stats{min-height:32px;gap:7px!important;overflow:visible!important}.player-hud-block-shield{border-left:1px solid #ffffff24;border-right:none;flex-basis:38px;width:38px;height:38px;margin-left:3px;margin-right:0;padding-left:6px;padding-right:0}.player-shield-base-badge{border-left:none;border-right:1px solid #ffffff24;flex-basis:40px;width:40px;height:40px;margin-left:0;margin-right:3px;padding-left:0;padding-right:6px}.enemy-miss-wind{z-index:76;pointer-events:none;width:170px;height:105px;position:absolute;top:41%;right:14%;transform:translateY(-50%)}.berserker-avatar .enemy-miss-wind{top:50%;right:20%}.enemy-miss-wind span{background:linear-gradient(90deg,#0000,#e2f4fff5,#aedcfacc,#0000);border-radius:999px;width:100%;height:4px;animation:.5s ease-out both enemyMissWind;position:absolute;left:0;box-shadow:0 0 11px #b8e2ff94}.enemy-miss-wind span:first-child{top:20%;transform:rotate(14deg)}.enemy-miss-wind span:nth-child(2){animation-delay:35ms;top:49%;transform:rotate(-1deg)}.enemy-miss-wind span:nth-child(3){animation-delay:70ms;top:76%;transform:rotate(-15deg)}@keyframes enemyMissWind{0%{opacity:0;width:30%;left:72%}20%{opacity:1}to{opacity:0;width:120%;left:-42%}}@media (height<=760px){.enemy.enemy-battle-unit .enemy-sprite-portrait{transform:scale(2.3)!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait{transform:scale(2.4)!important}.enemy-ground-hud{width:min(96%,198px)!important}}.played-card-float{z-index:55;pointer-events:none;width:clamp(110px,8vw,140px);animation:.35s cubic-bezier(.2,.8,.25,1) both playedCardFloat;position:absolute;top:40%;left:32%}.played-card-float .card{filter:drop-shadow(0 10px 16px #00000080);opacity:.62!important;transform:none!important}@keyframes playedCardFloat{0%{opacity:0;transform:translateY(10px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.tutorial-entry-button{color:#f0e3c9;letter-spacing:.06em;cursor:pointer;background:#00000052;border:1px solid #ffffff47;border-radius:8px;margin-top:18px;padding:10px 22px;font-size:12px;font-weight:800}.tutorial-entry-button:hover{color:#ffd75a;border-color:#ffd75ab3}.tutorial-overlay{z-index:12000;pointer-events:none;position:fixed;inset:0}.tutorial-spotlight{pointer-events:none;border-radius:14px;transition:left .25s,top .25s,width .25s,height .25s;position:fixed;box-shadow:0 0 0 3000px #060709b8,0 0 0 3px #ffd75ad9,0 0 24px #ffd75a80}.tutorial-callout{z-index:12001;pointer-events:auto;color:#f0e3c9;background:#100c08f5;border:1px solid #ffd75a66;border-radius:12px;width:min(88vw,340px);padding:16px 18px;position:fixed;box-shadow:0 12px 34px #0000008c}.tutorial-callout-centered{top:50%;left:50%;transform:translate(-50%,-50%)}.tutorial-callout-kicker{letter-spacing:.14em;color:#e7ba72;margin-bottom:6px;font-size:8px;font-weight:900}.tutorial-callout h3{color:#ffd75a;margin:0 0 8px;font-size:17px}.tutorial-callout p{color:#d9cdb4;margin:0;font-size:12.5px;line-height:1.5}.tutorial-callout-actions{justify-content:flex-end;align-items:center;gap:10px;margin-top:14px;display:flex}.tutorial-next-button{color:#1a1206;cursor:pointer;background:#e7ba72;border:0;border-radius:7px;padding:8px 20px;font-size:12px;font-weight:800}.tutorial-next-button:hover{filter:brightness(1.08)}.tutorial-waiting{color:#ffd75a;letter-spacing:.04em;margin-right:auto;font-size:11px;font-weight:800}.tutorial-skip-wait-button{color:#d9cdb4;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #ffffff47;border-radius:7px;padding:7px 14px;font-size:11px;font-weight:700}.tutorial-skip-wait-button:hover{color:#ffd75a;border-color:#ffd75a99}.tutorial-exit-button{z-index:12001;color:#d9cdb4;cursor:pointer;pointer-events:auto;background:#0000008c;border:1px solid #ffffff4d;border-radius:7px;padding:8px 16px;font-size:11px;font-weight:700;position:fixed;top:18px;right:18px}.tutorial-exit-button:hover{color:#ff9a91;border-color:#ff786eb3}.enemy.enemy-battle-unit .enemy-sprite-portrait.enemy-sprite-demon{transform:scale(3.4)!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait.enemy-sprite-demon{transform:scale(3.5)!important}@media (height<=760px){.enemy.enemy-battle-unit .enemy-sprite-portrait.enemy-sprite-demon{transform:scale(2.9)!important}.enemy.enemy-battle-unit.enemy-targeted .enemy-sprite-portrait.enemy-sprite-demon{transform:scale(3)!important}}.you-panel-topline-buttons{align-items:center;gap:4px;display:flex}.panel-collapse-toggle-inline{color:#cfc3ab;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff2e;border-radius:6px;flex:none;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:none}.panel-collapse-toggle-inline:hover{color:#fff;border-color:#ffffff57}.you-panel-collapsed,.journey-collapsed-panel{justify-content:center;align-items:stretch;width:100%;height:100%;padding:0;display:none}.panel-collapse-toggle{color:#cfc3ab;cursor:pointer;background:linear-gradient(#1c1d20fa,#0d0e10fa);border:1px solid #c19a5c59;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;height:100%;min-height:120px;padding:10px 4px;display:flex}.panel-collapse-toggle:hover{color:#fff;border-color:#d29b4c99}.panel-collapse-icon{font-size:16px}.panel-collapse-label{writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:.18em;font-size:10px;font-weight:800}@media (width<=900px){.panel-collapse-toggle-inline,.you-panel-collapsed,.journey-collapsed-panel{display:flex}.app-shell-three-column.you-collapsed{grid-template-columns:40px minmax(0,1fr) clamp(190px,17vw,250px)!important}.app-shell-three-column.journey-collapsed{grid-template-columns:clamp(285px,23vw,355px) minmax(0,1fr) 40px!important}.app-shell-three-column.you-collapsed.journey-collapsed{grid-template-columns:40px minmax(0,1fr) 40px!important}}.mode-choice-title{color:#e7c37f;letter-spacing:.04em;margin:0 0 20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,3vw,38px)}.mode-choice-buttons{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.mode-choice-button{min-width:220px}.lobby-input{color:#f0e2c4;letter-spacing:.04em;text-align:center;background:#0f1115bf;border:1px solid #d29a4d80;border-radius:6px;width:min(320px,80vw);margin:0 0 20px;padding:13px 16px;font-size:16px}.lobby-input:focus{border-color:#e28a55;outline:none;box-shadow:0 0 0 3px #e28a552e}.lobby-back-button,.lobby-leave-button{color:#b9bec6;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ffffff24;border-radius:6px;margin-top:18px;padding:9px 20px;font-size:12px;font-weight:800}.lobby-back-button:hover,.lobby-leave-button:hover{color:#eee7dc;border-color:#ffffff52}.lobby-panel{width:min(560px,92vw)}.lobby-code-display{color:#c9c3b7;letter-spacing:.08em;text-transform:uppercase;margin-bottom:22px;font-size:14px}.lobby-code-display strong{color:#e7c37f;letter-spacing:.16em;margin-left:8px;font-size:22px}.lobby-party-roster{flex-direction:column;gap:10px;width:100%;margin:0 0 22px;padding:0;list-style:none;display:flex}.lobby-member-card{color:#eee7dc;background:linear-gradient(160deg,#25282e,#111318);border:1px solid #c4784666;border-radius:10px;align-items:center;gap:12px;padding:12px 16px;display:flex}.lobby-member-card-disconnected{opacity:.5;filter:grayscale(.6);border-color:#ffffff24}.lobby-member-name{letter-spacing:.04em;font-weight:900}.lobby-member-class{color:#999fa8;margin-left:auto;font-size:13px}.lobby-member-badge{letter-spacing:.1em;text-transform:uppercase;border-radius:999px;padding:3px 9px;font-size:9px;font-weight:900}.lobby-member-badge-host{color:#e7c37f;border:1px solid #d29a4da6}.lobby-member-badge-connected{color:#7fd394;border:1px solid #5aaa6e80}.lobby-member-badge-disconnected{color:#9098a2;border:1px solid #ffffff2e}.lobby-class-picker{width:100%;margin-bottom:22px}.lobby-class-picker-label{color:#b59a70;letter-spacing:.28em;text-transform:uppercase;margin-bottom:10px;font-size:11px;font-weight:900;display:block}.lobby-class-picker-options{flex-wrap:wrap;gap:8px;display:flex}.lobby-class-option{color:#cbd4df;letter-spacing:.05em;cursor:pointer;background:#ffffff08;border:1px solid #ffffff24;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:800}.lobby-class-option:hover:not(:disabled){color:#eee7dc;border-color:#e28a55}.lobby-class-option-selected{color:#fff4df;background:linear-gradient(#74341f,#471d14);border-color:#e28a55}.lobby-class-option:disabled{opacity:.35;cursor:not-allowed}.lobby-start-placeholder{flex-direction:column;align-items:center;gap:8px;margin-bottom:12px;display:flex}.lobby-start-placeholder small{color:#8f949b;letter-spacing:.04em;font-size:11px}.lobby-connection-status{color:#e7a05d;letter-spacing:.08em;text-transform:uppercase;min-height:18px;font-size:11px;font-weight:800}
