@import"https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700;900&display=swap";:root{--bg-primary: #0a0e14;--bg-secondary: #141a24;--bg-panel: #1a2233;--bg-panel-dark: #111822;--border-color: #2a3a50;--border-glow: #4a6a8a;--text-primary: #d4cfc4;--text-secondary: #8a9ab0;--text-highlight: #f0e6d0;--accent-gold: #c9a84c;--accent-red: #c44040;--rarity-gray: #808080;--rarity-white: #d4d4d4;--rarity-green: #4caf50;--rarity-blue: #42a5f5;--rarity-purple: #ab47bc;--rarity-orange: #ff9800;--rarity-red: #f44336;--rarity-artifact: #f24b42;--hp-color: #c44040;--hp-bg: #3a1515;--mp-color: #4488cc;--mp-bg: #152a3a;--panel-width: 220px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Noto Serif SC",serif;background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;overflow:hidden;font-size:14px}#game-container{display:flex;width:100vw;height:100vh;position:relative}.side-panel{width:var(--panel-width);min-width:var(--panel-width);height:100vh;background:var(--bg-panel-dark);border-right:1px solid var(--border-color);overflow-y:auto;padding:.5rem;flex-shrink:0}#panel-right{border-right:none;border-left:1px solid var(--border-color)}#panel-center{flex:1;height:100vh;position:relative;overflow:hidden}.screen{position:absolute;top:0;left:0;width:100%;height:100%;display:none;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;opacity:0;transition:opacity .3s ease}.screen.active{display:flex;opacity:1}.panel{background:var(--bg-panel);border:1px solid var(--border-color);border-radius:4px;padding:1.5rem;max-width:600px;width:100%;box-shadow:0 0 20px #00000080}.btn{font-family:"Noto Serif SC",serif;font-size:.9rem;padding:.5rem 1.5rem;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:all .2s;border-radius:2px;min-width:100px}.btn:hover:not(:disabled){border-color:var(--accent-gold);color:var(--text-highlight);box-shadow:0 0 8px #c9a84c4d}.btn:disabled{opacity:.4;cursor:default}.btn-primary{border-color:var(--accent-gold);color:var(--accent-gold)}.btn-primary:hover:not(:disabled){background:#c9a84c1a}.btn-sm{font-size:.75rem;padding:.25rem .6rem;min-width:50px}.btn-breakthrough{border-color:var(--rarity-purple);color:var(--rarity-purple);animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #ab47bc4d}50%{box-shadow:0 0 15px #ab47bc99}}.title-art{text-align:center;margin-bottom:2rem}.game-title{font-size:3rem;font-weight:900;color:var(--accent-gold);text-shadow:0 0 30px rgba(201,168,76,.4);letter-spacing:.5rem}.game-subtitle{font-size:1rem;color:var(--text-secondary);margin-top:.5rem;letter-spacing:.3rem}.menu-buttons{display:flex;flex-direction:column;gap:.8rem;align-items:center}.char-portrait-wrap{text-align:center;margin-bottom:.5rem}.char-portrait{width:50px;height:50px;margin:0 auto .3rem;border-radius:50%;border:2px solid var(--accent-gold);background:linear-gradient(135deg,#1a2a3a,#2a3a4a);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--accent-gold)}.char-name{font-weight:700;font-size:.95rem;color:var(--text-highlight)}.char-realm{font-size:.75rem;color:var(--rarity-purple)}.char-bars{margin:.5rem 0}.bar-row{display:flex;align-items:center;gap:4px;margin-bottom:3px}.bar-label{font-size:.65rem;color:var(--text-secondary);width:24px;text-align:right}.mini-bar-container{flex:1;height:14px;border-radius:2px;position:relative;overflow:hidden}.mini-bar-container.hp{background:var(--hp-bg)}.mini-bar-container.mp{background:var(--mp-bg)}.mini-bar{height:100%;transition:width .3s ease;width:100%}.mini-bar-container.hp .mini-bar{background:linear-gradient(90deg,#8b2020,var(--hp-color))}.mini-bar-container.mp .mini-bar{background:linear-gradient(90deg,#1a4466,var(--mp-color))}.mini-bar-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.6rem;color:#fff;text-shadow:0 0 2px #000;white-space:nowrap}.char-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;margin:.3rem 0;font-size:.7rem}.mini-stat{display:flex;justify-content:space-between;padding:1px 3px}.mini-stat-label{color:var(--text-secondary)}.mini-stat-value{color:var(--text-highlight);font-weight:700}.section-title{font-size:.7rem;color:var(--accent-gold);border-bottom:1px solid var(--border-color);padding:.3rem 0 .2rem;margin-top:.4rem;margin-bottom:.3rem}.equip-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.equip-slot{width:100%;aspect-ratio:1;border:1px solid var(--border-color);border-radius:3px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:border-color .2s;font-size:.65rem}.equip-slot:hover{border-color:var(--accent-gold)}.equip-slot-label{color:var(--text-secondary);font-size:.6rem;pointer-events:none}.equip-slot.filled .equip-slot-label{display:none}.equip-slot.filled{background-size:cover}.equip-slot-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;border-radius:2px}.cult-slots{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.cult-slot{width:100%;aspect-ratio:1;border:1px solid var(--border-color);border-radius:3px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;font-size:.6rem;color:var(--text-secondary);transition:border-color .2s}.cult-slot:hover{border-color:var(--rarity-purple)}.cult-slot.locked{opacity:.3;cursor:default}.cult-slot-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;border-radius:2px}.inventory-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:3px}.inv-slot{width:100%;aspect-ratio:1;border:1px solid var(--border-color);border-radius:3px;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;font-size:.65rem;transition:border-color .2s}.inv-slot:hover{border-color:var(--accent-gold)}.inv-slot-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:2px;font-size:.6rem}.glow-blue{box-shadow:0 0 6px #42a5f580;border-color:var(--rarity-blue)!important}.glow-purple{box-shadow:0 0 8px #ab47bc99;border-color:var(--rarity-purple)!important}.glow-orange{box-shadow:0 0 10px #ff9800b3;border-color:var(--rarity-orange)!important;animation:glowPulse 2s ease-in-out infinite}.glow-red{box-shadow:0 0 12px #f44336cc;border-color:var(--rarity-red)!important;animation:glowPulse 1.5s ease-in-out infinite}.glow-sacred{box-shadow:0 0 16px #f4d77ae6,0 0 28px #5abcb159;border-color:var(--rarity-sacred)!important;animation:glowPulse 1.25s ease-in-out infinite}@keyframes glowPulse{0%,to{filter:brightness(1)}50%{filter:brightness(1.3)}}.enemy-portrait-wrap{text-align:center;margin-bottom:.5rem}.enemy-portrait{width:50px;height:50px;margin:0 auto .3rem;border-radius:50%;border:2px solid var(--accent-red);background:linear-gradient(135deg,#2a1515,#3a2020);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--accent-red)}.enemy-name-display{font-weight:700;font-size:.95rem;color:var(--accent-red)}.enemy-type-display{font-size:.7rem;color:var(--text-secondary)}.enemy-bars{margin:.5rem 0}.enemy-stats-grid{display:grid;grid-template-columns:1fr;gap:1px;font-size:.7rem;margin-top:.3rem}.item-tooltip{position:fixed;z-index:1000;background:var(--bg-panel-dark);border:1px solid var(--accent-gold);border-radius:4px;padding:.6rem .8rem;min-width:180px;max-width:280px;pointer-events:none;box-shadow:0 0 15px #000c;max-height:calc(100vh - 16px);overflow-y:auto}.tooltip-name{font-weight:700;font-size:.85rem;margin-bottom:.3rem}.tooltip-slot{font-size:.7rem;color:var(--text-secondary);margin-bottom:.3rem}.tooltip-stats{font-size:.7rem;line-height:1.5}.tooltip-stats .stat-line{color:var(--rarity-green)}.tooltip-desc{font-size:.7rem;color:#b8a0d0;margin-top:.3rem;border-top:1px solid var(--border-color);padding-top:.3rem}.tooltip-compare{font-size:.65rem;color:var(--text-secondary);margin-top:.3rem;border-top:1px solid var(--border-color);padding-top:.3rem}.compare-up{color:var(--rarity-green)}.compare-down{color:var(--accent-red)}.item-tooltip[data-kind=battle-indicator]{min-width:min(320px,88vw);max-width:min(360px,88vw);pointer-events:auto}.item-tooltip[data-kind=battle-indicator] .tooltip-name{display:flex;align-items:center;justify-content:space-between;gap:.8rem;color:var(--text-highlight)}.tooltip-ready-tag{flex:none;color:var(--accent-gold);font-size:.66rem;font-weight:700;letter-spacing:.08em}.tooltip-progress{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:.48rem 0 .12rem;color:var(--text-secondary);font-size:.72rem}.tooltip-progress strong{color:var(--accent-gold);font-size:1rem;font-variant-numeric:tabular-nums}.tooltip-dismiss-hint{margin-top:.5rem;color:var(--text-secondary);font-size:.62rem;opacity:.72}.game-over-title{font-size:2.5rem;color:var(--accent-red);text-align:center;margin-bottom:1rem}.game-over-text{text-align:center;color:var(--text-secondary);margin-bottom:1.5rem}.rarity-gray{color:var(--rarity-gray)}.rarity-white{color:var(--rarity-white)}.rarity-green{color:var(--rarity-green)}.rarity-blue{color:var(--rarity-blue)}.rarity-purple{color:var(--rarity-purple)}.rarity-orange{color:var(--rarity-orange)}.rarity-red{color:var(--rarity-red)}.rarity-artifact{color:var(--rarity-artifact)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:2px}.equip-slot-icon svg,.cult-slot-icon svg,.inv-slot-icon svg{display:block;width:100%;height:100%;padding:2px;box-sizing:border-box}.equip-slot-icon.ghost{opacity:.28}.loot-card-icon svg{display:block;width:78%;height:78%}.affix-info{font-size:.65rem;line-height:1.5;padding:.2rem .1rem;margin-top:.2rem}.realm-info{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;font-size:.9rem}.realm-label{color:var(--rarity-purple);font-weight:700}.realm-exp{color:var(--text-secondary)}.affix-tag,.affix-line{cursor:help}.affix-tag{text-decoration:underline dotted;text-underline-offset:2px}@media (max-width: 768px){body{overflow:auto;font-size:13px}#game-container{flex-direction:column;height:auto;min-height:100vh}#panel-center{order:1;flex:none;width:100%;height:auto;min-height:78vh;position:relative}.side-panel{order:2;width:100%;min-width:0;height:auto;border-right:none;border-top:1px solid var(--border-color);overflow:visible;padding:.6rem}#panel-right{order:2;border-left:0}#panel-left{order:3}.screen{padding:1.2rem .8rem .8rem;overflow-y:auto;justify-content:flex-start}.panel{padding:1rem}.game-title{font-size:2rem;letter-spacing:.25rem}.game-subtitle{font-size:.85rem}.loot-cards{gap:.6rem}.loot-card{width:100%;max-width:340px}.battle-header{flex-direction:column;gap:.5rem;max-width:none}.vs-text{display:none}.combatant.player-side{width:100%}.battle-enemies{justify-content:center;flex:none;width:100%}.enemy-unit{min-width:104px}.battle-log{height:200px;font-size:.75rem;max-width:none}.battle-controls{flex-wrap:wrap;justify-content:center}.prebattle-panel{max-width:none;width:100%}.meta-panel{max-height:none}.item-tooltip{max-width:86vw;min-width:150px}.equip-slots,.cult-slots,.inventory-grid{gap:6px}.char-stats-grid{font-size:.8rem}.affix-info{font-size:.75rem}}.battle-header{display:flex;align-items:center;gap:.5rem;width:100%;max-width:600px;margin-bottom:1rem}.combatant{flex:1;min-width:0;background:var(--bg-panel);border:1px solid var(--border-color);padding:.5rem .6rem;border-radius:4px}.combatant-name{display:block;font-size:.85rem;font-weight:700;margin-bottom:.3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.player-side .combatant-name{color:var(--accent-gold)}.enemy-side .combatant-name{color:var(--accent-red)}.vs-text{font-size:1rem;color:var(--text-secondary);font-weight:700;flex-shrink:0}.player-battle-effects{display:flex;flex-wrap:wrap;align-items:center;column-gap:0;row-gap:.18rem;margin-top:.3rem}.battle-counter-detail{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-flex;align-items:baseline;min-height:26px;margin:0;padding:.08rem .46rem;border:0;border-left:1px solid rgba(151,164,155,.25);border-radius:0;outline:none;background:transparent;color:var(--text-secondary);font:inherit;font-size:.78rem;line-height:1.35;white-space:nowrap;cursor:help}.battle-counter-detail:first-of-type{border-left-color:transparent;padding-left:0}.battle-counter-name{color:#b5beb8}.battle-counter-value{margin-left:.28rem;color:#e2ddd0;font-variant-numeric:tabular-nums}.battle-counter-hint{display:none;margin-left:.3rem;color:var(--accent-gold)}.battle-counter-detail:hover,.battle-counter-detail:focus-visible{color:var(--text-highlight)}.battle-counter-detail:hover:after,.battle-counter-detail:focus-visible:after{content:"";position:absolute;right:.46rem;bottom:2px;left:.46rem;height:1px;background:#c9aa6585}.battle-counter-detail.ready .battle-counter-name,.battle-counter-detail.ready .battle-counter-value{color:var(--accent-gold)}.battle-counter-detail.ready .battle-counter-hint{display:inline}.battle-counter-detail.just-triggered{animation:battle-counter-trigger .72s ease-out}@keyframes battle-counter-trigger{0%{color:#fff6cd;text-shadow:0 0 12px rgba(232,212,76,.9)}to{color:var(--text-secondary);text-shadow:none}}.status-badge{display:inline-flex;align-items:center;min-height:18px;padding:.08rem .3rem;border:1px solid rgba(140,160,185,.34);border-radius:2px;background:#8ca0b914;color:var(--text-secondary);font-size:.56rem;line-height:1.35;font-weight:700;white-space:nowrap}.status-badge.buff{border-color:#66be7d85;background:#66be7d1c;color:#8ed69f}.status-badge.debuff{border-color:#da5b5b8c;background:#da5b5b1f;color:#f09191}.status-badge.magic{border-color:#a06de894;background:#a06de81f;color:#c49aef}.status-badge.burn{border-color:#e8743b85;color:#ed956b}.status-badge.chill{border-color:#4a9fd58c;color:#82c8ed}.status-badge.mechanic{border-color:#e8d44c7a;color:var(--accent-gold)}.hp-bar-container,.mp-bar-container{position:relative;height:18px;background:var(--hp-bg);border-radius:2px;overflow:hidden;margin-bottom:3px}.mp-bar-container{height:12px;background:var(--mp-bg)}.hp-bar{height:100%;background:linear-gradient(90deg,#8b2020,var(--hp-color));transition:width .3s ease;width:100%}.mp-bar{height:100%;background:linear-gradient(90deg,#1a4466,var(--mp-color));transition:width .3s ease;width:100%}.hp-text,.mp-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.65rem;color:var(--text-highlight);text-shadow:0 0 3px rgba(0,0,0,.8);white-space:nowrap}.battle-enemies{flex:1.4;display:flex;gap:.4rem;min-width:0;justify-content:flex-end;flex-wrap:wrap}.enemy-unit{position:relative;flex:1;min-width:90px;max-width:150px;background:var(--bg-panel);border:1px solid var(--border-color);border-radius:4px;padding:0;text-align:center;transition:border-color .15s,transform .15s,opacity .3s}.enemy-target-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:100%;padding:.4rem .45rem 1.65rem;border:0;border-radius:inherit;background:transparent;color:inherit;font:inherit;text-align:center;cursor:inherit}.enemy-target-button:focus-visible{outline:2px solid var(--accent-gold);outline-offset:2px}.enemy-detail-button{position:absolute;left:50%;bottom:.28rem;transform:translate(-50%);min-width:46px;min-height:25px;padding:.08rem .45rem;border:1px solid rgba(150,164,184,.45);border-radius:2px;background:#0c131ddb;color:var(--text-secondary);font:inherit;font-size:.58rem;cursor:help}.enemy-detail-button:hover,.enemy-detail-button:focus-visible{border-color:var(--accent-gold);color:var(--accent-gold);outline:none}.enemy-unit.inspected{border-color:#e8d44cb3}.battle-enemies.targetable .enemy-unit:not(.dead){cursor:pointer;border-color:#c440408c;animation:targetPulse 1.6s ease-in-out infinite}.battle-enemies.targetable .enemy-unit:not(.dead):hover{border-color:var(--accent-red);transform:translateY(-2px);box-shadow:0 0 10px #c4404066}@keyframes targetPulse{0%,to{box-shadow:0 0 3px #c4404026}50%{box-shadow:0 0 8px #c4404059}}.enemy-unit.dead{opacity:.3;filter:grayscale(1)}.enemy-unit-intent{font-size:.62rem;color:var(--accent-gold);min-height:.9rem;margin-bottom:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enemy-unit-intent.danger{color:var(--rarity-purple);font-weight:700}.enemy-unit-intent.frozen{color:#4a9fd5;font-weight:700}.enemy-unit-icon{width:30px;height:30px;margin:0 auto .2rem;border-radius:50%;border:1px solid var(--accent-red);display:flex;align-items:center;justify-content:center;font-size:.85rem;color:var(--accent-red);background:linear-gradient(135deg,#2a1515,#3a2020)}.enemy-unit-name{font-size:.7rem;font-weight:700;color:var(--accent-red);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.enemy-unit-type{font-size:.6rem;color:var(--text-secondary);margin-bottom:.25rem}.enemy-unit-bar-wrap{position:relative;height:12px;background:var(--hp-bg);border-radius:2px;overflow:hidden}.enemy-unit-bar{height:100%;width:100%;transition:width .3s ease;background:linear-gradient(90deg,#8b2020,var(--hp-color))}.enemy-unit-bar-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.55rem;color:var(--text-highlight);text-shadow:0 0 2px rgba(0,0,0,.9);white-space:nowrap}.enemy-unit-effects{display:flex;flex-wrap:wrap;justify-content:center;gap:.16rem;min-height:.8rem;margin-top:.22rem}.battle-hint{font-size:.75rem;color:var(--accent-gold);margin-bottom:.4rem;animation:hintBlink 2s ease-in-out infinite}@keyframes hintBlink{0%,to{opacity:.6}50%{opacity:1}}.prebattle-squad{display:flex;flex-direction:column;gap:.5rem}.prebattle-rule{padding:.45rem .6rem;border:1px solid rgba(232,116,59,.45);background:#e8743b14;color:var(--accent-gold);font-size:.68rem;line-height:1.5;text-align:left}.tooltip-status-list{display:flex;flex-wrap:wrap;gap:.2rem}.prebattle-member{display:flex;align-items:center;gap:.6rem;text-align:left;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;padding:.45rem .6rem}.prebattle-member-icon{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#2a1515,#3a2020);border:2px solid var(--accent-red);display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--accent-red)}.prebattle-member-info{flex:1;min-width:0}.prebattle-member-name{font-size:.85rem;font-weight:700;color:var(--accent-red)}.prebattle-member-name .type-tag{font-size:.7rem;color:var(--text-secondary);font-weight:400;margin-left:.4rem}.prebattle-member-stats{font-size:.7rem;color:var(--text-secondary);margin-top:.15rem}.prebattle-member-skills{font-size:.65rem;color:var(--rarity-purple);margin-top:.15rem}.prebattle-member-trait{font-size:.65rem;color:var(--accent-gold);margin-top:.15rem}.battle-log{width:100%;max-width:600px;height:300px;background:var(--bg-panel);border:1px solid var(--border-color);border-radius:4px;padding:.8rem;overflow-y:auto;font-size:.8rem;line-height:1.7}.battle-log .log-entry{padding:1px 0;border-bottom:1px solid rgba(42,58,80,.2)}.log-entry.log-round{color:var(--accent-gold);font-weight:700;margin-top:.4rem}.log-entry.log-player-action{color:#7cb7e8}.log-entry.log-enemy-action{color:#e87c7c}.log-entry.log-critical{color:#fc0;font-weight:700}.log-entry.log-skill{color:var(--rarity-purple)}.log-entry.log-result{color:var(--accent-gold);font-size:1rem;font-weight:700;text-align:center;margin-top:.8rem}.log-entry.log-defeat{color:var(--accent-red);font-size:1rem;font-weight:700;text-align:center;margin-top:.8rem}.battle-controls{margin-top:.8rem;display:flex;gap:.5rem}@media (max-width: 768px){.battle-counter-detail{min-height:42px;padding-right:.52rem;padding-left:.52rem}.battle-counter-detail:first-of-type{padding-left:0}.enemy-unit{min-width:112px}.enemy-target-button{padding-bottom:2.15rem}.enemy-detail-button{min-width:64px;min-height:32px;bottom:.32rem;font-size:.66rem}.battle-hint{line-height:1.55;text-align:center}}.run-progress-info{margin:.4rem 0 .65rem}.run-progress-info .section-title{margin-top:0}.run-progress-list{display:flex;flex-wrap:wrap;align-items:center;gap:0}.run-progress-entry{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:inline-flex;align-items:baseline;min-height:30px;margin:0;padding:.12rem .48rem;border:0;border-left:1px solid rgba(151,164,155,.24);border-radius:0;outline:none;background:transparent;color:var(--text-secondary);font:inherit;font-size:.78rem;line-height:1.4;white-space:nowrap;cursor:help}.run-progress-entry:first-child{border-left-color:transparent;padding-left:0}.run-progress-entry:hover:after,.run-progress-entry:focus-visible:after{content:"";position:absolute;right:.48rem;bottom:2px;left:.48rem;height:1px;background:#c9aa6585}.run-progress-entry:first-child:hover:after,.run-progress-entry:first-child:focus-visible:after{left:0}.run-progress-entry.ready .battle-counter-name,.run-progress-entry.ready .battle-counter-value{color:var(--accent-gold)}.run-progress-entry.ready .battle-counter-hint{display:inline}.path-entry{margin-top:.42rem;padding:.18rem .55rem;min-height:30px;border:1px solid rgba(232,212,76,.38);border-radius:2px;background:transparent;color:var(--accent-gold);font:inherit;font-size:.64rem;cursor:pointer}.path-entry:hover,.path-entry:focus-visible{border-color:var(--accent-gold);outline:none}.path-shell{width:min(100%,900px);margin:auto;padding:.8rem 0}.path-header{padding-bottom:1rem;border-bottom:1px solid rgba(232,212,76,.28)}.path-eyebrow{color:var(--accent-gold);font-size:.64rem;letter-spacing:.18rem}.path-header h2{margin:.25rem 0;color:var(--text-highlight);font-size:1.55rem}.path-header p,.path-step p,.path-empty{color:var(--text-secondary);font-size:.68rem;line-height:1.55}.path-section{padding:.85rem 0;border-bottom:1px solid rgba(140,160,185,.18)}.path-section h3{margin-bottom:.58rem;color:var(--accent-gold);font-size:.73rem;letter-spacing:.08rem}.path-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.path-timeline h3{grid-column:1 / -1}.path-step{display:grid;grid-template-columns:24px 1fr;gap:.45rem;opacity:.5}.path-step.chosen{opacity:1}.path-step-index{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid var(--border-color);border-radius:50%;color:var(--text-secondary);font-size:.62rem}.path-step.chosen .path-step-index{border-color:var(--accent-gold);color:var(--accent-gold)}.path-step small{display:block;color:var(--text-secondary);font-size:.58rem}.path-step strong{color:var(--text-primary);font-size:.75rem}.path-step p{margin-top:.2rem}.path-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.4rem}.path-line{display:flex;justify-content:space-between;gap:.8rem;padding:.24rem 0;color:var(--text-secondary);font-size:.68rem}.path-line strong{color:var(--text-primary);text-align:right}#btn-path-back{display:block;margin:1rem auto 0;min-width:150px}.battle-recap,.run-recap{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem .8rem;margin-top:.8rem;padding-top:.65rem;border-top:1px solid var(--border-color);font-size:.68rem}.battle-recap b{color:var(--text-primary)}.run-recap strong{width:100%;color:var(--accent-gold)}@media (max-width: 768px){.run-progress-entry{min-height:42px}.path-shell{padding:0}.path-timeline,.path-columns{grid-template-columns:1fr}.path-entry{min-height:38px}}#screen-stronghold .panel{text-align:center}#stronghold-name{color:var(--accent-gold);font-size:1.5rem;margin-bottom:.5rem}#stronghold-desc{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6;font-size:.85rem}#stronghold-progress{margin-bottom:1rem;font-size:.85rem}.progress-stage{display:inline-block;width:26px;height:26px;line-height:26px;margin:0 3px;border:1px solid var(--border-color);border-radius:3px;font-size:.75rem;color:var(--text-secondary)}.progress-stage.completed{background:#4caf5033;border-color:var(--rarity-green);color:var(--rarity-green)}.progress-stage.current{background:#c9a84c33;border-color:var(--accent-gold);color:var(--accent-gold)}.progress-stage.boss{border-color:var(--accent-red);color:var(--accent-red)}.progress-stage.boss.current{background:#c4404033}.progress-stage.elite{border-color:var(--rarity-purple);color:var(--rarity-purple)}.progress-stage.elite.current{background:#ab47bc26}.progress-stage.event{border-color:var(--accent-gold);color:var(--accent-gold);border-style:dashed}.stronghold-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.loot-overlay{text-align:center;max-width:650px;width:100%}.loot-title{color:var(--accent-gold);font-size:1.5rem;margin-bottom:.3rem}.loot-subtitle{color:var(--text-secondary);font-size:.85rem;margin-bottom:1.5rem}.loot-cards{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.loot-card{width:180px;background:var(--bg-panel);border:2px solid var(--border-color);border-radius:6px;padding:1rem .8rem;cursor:pointer;transition:all .3s ease;position:relative;text-align:left}.loot-card:hover{transform:translateY(-5px);border-color:var(--accent-gold);box-shadow:0 5px 20px #00000080}.loot-card.card-blue{border-color:var(--rarity-blue);box-shadow:0 0 10px #42a5f54d}.loot-card.card-blue:hover{box-shadow:0 5px 20px #42a5f580}.loot-card.card-purple{border-color:var(--rarity-purple);box-shadow:0 0 12px #ab47bc59}.loot-card.card-purple:hover{box-shadow:0 5px 20px #ab47bc99}.loot-card.card-orange{border-color:var(--rarity-orange);box-shadow:0 0 15px #ff980066;animation:cardGlow 2s ease-in-out infinite}.loot-card.card-artifact{border-color:var(--rarity-artifact);box-shadow:0 0 22px #f24b4294,inset 0 0 24px #f4d77a1f;animation:cardGlow 1.25s ease-in-out infinite}@keyframes cardGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}.loot-card-icon{width:40px;height:40px;margin:0 auto .5rem;border-radius:6px;border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.loot-card-name{font-weight:700;font-size:.85rem;margin-bottom:.3rem}.loot-card-slot{font-size:.7rem;color:var(--text-secondary);margin-bottom:.4rem}.loot-card-stats{font-size:.7rem;color:var(--rarity-green);line-height:1.5}.loot-card-active{font-size:.65rem;color:#b8a0d0;margin-top:.3rem}.loot-card.selected{animation:flyToInventory .5s ease-in forwards}@keyframes flyToInventory{0%{transform:scale(1);opacity:1}50%{transform:scale(.8);opacity:.7}to{transform:scale(.3) translate(-200px);opacity:0}}.loot-card.not-selected{animation:fadeOutCard .3s ease-out forwards}@keyframes fadeOutCard{to{opacity:.2;transform:scale(.95);pointer-events:none}}.result-panel{text-align:center}#result-title{font-size:1.8rem;margin-bottom:1rem}#result-title.victory{color:var(--accent-gold)}#result-title.defeat{color:var(--accent-red)}#result-details{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.result-actions{margin-top:1rem}.event-panel{text-align:center}.event-actions{display:flex;gap:.8rem;justify-content:center;margin-top:1rem}.meta-panel{max-width:550px;overflow-y:auto;max-height:80vh}.meta-header{background:var(--bg-secondary);padding:.6rem;border-radius:4px;margin-bottom:1rem;font-size:.85rem;text-align:center}.meta-upgrade{display:flex;justify-content:space-between;align-items:center;padding:.5rem;margin-bottom:.3rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px}.meta-upgrade-info{flex:1}.meta-upgrade-name{font-weight:700;font-size:.85rem;display:block}.meta-upgrade-desc{font-size:.75rem;color:var(--text-secondary)}#game-over-rewards{margin-bottom:1.5rem;text-align:center}.reward-item{display:inline-block;padding:.4rem .8rem;margin:.2rem;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px}.reward-item .reward-amount{color:var(--accent-gold);font-weight:700;font-size:1.1rem}.prebattle-panel{text-align:center;max-width:400px}.prebattle-enemy-info{display:flex;align-items:center;gap:.6rem;justify-content:center;margin-bottom:.8rem}.prebattle-enemy-icon{width:44px;height:44px;border-radius:50%;background:var(--bg-secondary);border:2px solid var(--accent-red);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--accent-red);flex-shrink:0}.prebattle-enemy-detail{text-align:left}.prebattle-enemy-name{font-size:1.1rem;font-weight:700;color:var(--accent-red);white-space:nowrap}.prebattle-enemy-type{font-size:.8rem;color:var(--text-secondary)}.prebattle-enemy-stats{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;margin-bottom:.8rem;font-size:.8rem}.prebattle-stat{background:var(--bg-secondary);padding:.3rem .6rem;border-radius:3px;border:1px solid var(--border-color);white-space:nowrap}.prebattle-stat-label{color:var(--text-secondary);font-size:.7rem;margin-right:.3rem}.prebattle-stat-value{color:var(--text-highlight);font-weight:700}.prebattle-skills{font-size:.75rem;color:var(--rarity-purple);margin-bottom:.5rem;min-height:1rem}.prebattle-actions{display:flex;gap:.8rem;justify-content:center;margin-top:.5rem}.context-menu{position:fixed;z-index:999;background:var(--bg-panel-dark);border:1px solid var(--accent-gold);border-radius:4px;padding:.3rem 0;min-width:100px;box-shadow:0 0 10px #000c}.context-menu-item{padding:.3rem .8rem;cursor:pointer;font-size:.75rem;color:var(--text-primary);transition:background .15s}.context-menu-item:hover{background:#c9a84c26;color:var(--accent-gold)}.context-menu-item.danger{color:var(--accent-red)}.context-menu-item.danger:hover{background:#c4404026}.realm-growth-screen{--growth-accent: var(--accent-gold);--growth-accent-rgb: 201, 168, 76;overflow-y:auto;justify-content:flex-start;background:radial-gradient(circle at 50% 16%,rgba(var(--growth-accent-rgb),.09),transparent 35%),linear-gradient(180deg,#0a0e1459,#0a0e14db)}.realm-growth-screen.is-major{--growth-accent: var(--rarity-purple);--growth-accent-rgb: 171, 71, 188}.realm-growth-shell{width:min(100%,940px);margin:auto;padding:1rem 0}.realm-growth-header{text-align:center}.realm-growth-eyebrow{color:var(--growth-accent);font-size:.68rem;letter-spacing:.22rem;margin-bottom:.35rem}.realm-growth-title{color:var(--text-highlight);font-size:clamp(1.55rem,4vw,2.15rem);letter-spacing:.3rem;text-shadow:0 0 24px rgba(var(--growth-accent-rgb),.28)}.realm-growth-passage{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:.75rem 0 .4rem}.realm-growth-realm{color:var(--text-secondary);font-size:.78rem;white-space:nowrap}.realm-growth-realm.new{color:var(--growth-accent);font-weight:700}.realm-growth-arrow{position:relative;color:var(--growth-accent);font-size:.65rem;letter-spacing:.12rem}.realm-growth-arrow:before,.realm-growth-arrow:after{content:"";display:inline-block;width:clamp(24px,6vw,64px);height:1px;margin:0 .45rem .18rem;background:linear-gradient(90deg,transparent,rgba(var(--growth-accent-rgb),.75))}.realm-growth-arrow:after{margin-right:0;background:linear-gradient(90deg,rgba(var(--growth-accent-rgb),.75),transparent)}.realm-growth-subtitle{color:var(--text-secondary);font-size:.78rem;line-height:1.6}.realm-growth-summary{display:flex;align-items:baseline;gap:.8rem;margin:1.1rem auto .9rem;padding:.65rem 0;border-top:1px solid rgba(var(--growth-accent-rgb),.18);border-bottom:1px solid rgba(var(--growth-accent-rgb),.18)}.realm-growth-section-title{flex:none;color:var(--growth-accent);font-size:.7rem;font-weight:400;letter-spacing:.08rem}.realm-growth-summary-list{display:flex;flex-wrap:wrap;align-items:baseline;gap:.4rem 1rem;min-width:0}.realm-growth-summary-item{color:var(--text-secondary);font-size:.68rem;white-space:nowrap}.realm-growth-summary-item .label{margin-right:.32rem}.realm-growth-summary-item strong{color:var(--text-primary)}.realm-growth-summary-empty{color:var(--text-secondary);font-size:.68rem}.realm-growth-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.realm-growth-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:flex;flex-direction:column;min-width:0;min-height:310px;padding:1rem;border:1px solid var(--border-color);border-radius:5px;overflow:hidden;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 38%),var(--bg-panel);color:var(--text-primary);font-family:inherit;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;opacity:0;animation:realmChoiceEnter .32s ease forwards}.realm-growth-card:nth-child(2){animation-delay:70ms}.realm-growth-card:nth-child(3){animation-delay:.14s}.realm-growth-card:after{content:"";position:absolute;inset:auto -15% -46% 25%;height:58%;border:1px solid rgba(var(--growth-accent-rgb),.08);border-radius:50%;pointer-events:none;transition:border-color .18s ease,transform .18s ease}.realm-growth-card:hover:not(:disabled),.realm-growth-card:focus-visible{transform:translateY(-3px);border-color:rgba(var(--growth-accent-rgb),.65);box-shadow:0 10px 24px #00000052;outline:none}.realm-growth-card.selected{border-color:var(--growth-accent);background:linear-gradient(145deg,rgba(var(--growth-accent-rgb),.11),transparent 45%),var(--bg-panel);box-shadow:0 0 0 1px rgba(var(--growth-accent-rgb),.2),0 12px 28px #00000061}.realm-growth-card.selected:after{border-color:rgba(var(--growth-accent-rgb),.38);transform:scale(1.05)}.realm-growth-card:disabled{cursor:default}.realm-growth-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.realm-growth-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(var(--growth-accent-rgb),.5);border-radius:50%;color:var(--growth-accent);font-size:.9rem;box-shadow:inset 0 0 12px rgba(var(--growth-accent-rgb),.08)}.realm-growth-card-tag{color:var(--growth-accent);font-size:.62rem;letter-spacing:.12rem}.realm-growth-card-name{color:var(--text-highlight);font-size:1rem;letter-spacing:.05rem}.realm-growth-card-description{min-height:2.9em;margin-top:.42rem;color:var(--text-secondary);font-size:.71rem;line-height:1.55}.realm-growth-route-overview,.realm-growth-future-preview{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.48rem;margin-top:.62rem;font-size:.66rem;line-height:1.5}.realm-growth-route-overview{padding:.52rem .58rem;border-left:2px solid rgba(var(--growth-accent-rgb),.65);background:rgba(var(--growth-accent-rgb),.055);color:var(--text-secondary)}.realm-growth-route-overview b,.realm-growth-future-preview b{color:var(--growth-accent);font-weight:600;white-space:nowrap}.realm-growth-future-preview{padding-top:.58rem;color:var(--text-secondary)}.realm-growth-future-preview b:before{content:"↗";margin-right:.22rem}.realm-growth-card-details{display:flex;flex-direction:column;gap:.32rem;margin-top:.8rem;padding:.65rem 0;border-top:1px solid rgba(var(--growth-accent-rgb),.16);border-bottom:1px solid rgba(var(--growth-accent-rgb),.16)}.realm-growth-detail{display:flex;justify-content:space-between;gap:.7rem;color:var(--text-secondary);font-size:.7rem}.realm-growth-detail strong{color:var(--rarity-green);text-align:right}.realm-growth-detail.warning strong{color:var(--accent-red)}.realm-growth-detail.accent strong{color:var(--growth-accent)}.realm-growth-changes{display:flex;flex-direction:column;gap:.38rem;margin-top:auto;padding-top:.8rem}.realm-growth-rule{display:grid;grid-template-columns:2.6rem minmax(0,1fr);align-items:start;gap:.4rem;font-size:.64rem;line-height:1.45}.realm-growth-rule-label{padding:.08rem .2rem;border:1px solid currentColor;border-radius:2px;text-align:center}.realm-growth-rule.retain{color:var(--rarity-green)}.realm-growth-rule.replace{color:#c695d0}.realm-growth-rule-text{color:var(--text-secondary)}.realm-growth-card-note{margin-top:.65rem;color:var(--accent-red);font-size:.63rem;line-height:1.45}.realm-growth-footer{display:flex;flex-direction:column;align-items:center;gap:.55rem;margin-top:1rem}.realm-growth-status{min-height:1.3em;color:var(--text-secondary);font-size:.68rem}.realm-growth-confirm{min-width:150px}.realm-growth-screen.is-major .realm-growth-confirm{border-color:var(--growth-accent);color:#d6a8de}.realm-growth-screen.is-committed .realm-growth-card:not(.selected){opacity:.35!important}.realm-growth-screen.is-committed .realm-growth-card.selected{animation:realmChoiceSeal .42s ease both}@keyframes realmChoiceEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes realmChoiceSeal{0%{transform:scale(1)}45%{transform:scale(.985);box-shadow:0 0 28px rgba(var(--growth-accent-rgb),.45)}to{transform:scale(1)}}@media (max-width: 768px){.realm-growth-screen{padding-top:.85rem}.realm-growth-shell{margin:0 auto;padding:0}.realm-growth-title{letter-spacing:.18rem}.realm-growth-passage{gap:.3rem}.realm-growth-arrow:before,.realm-growth-arrow:after{width:14px;margin-left:.22rem;margin-right:.22rem}.realm-growth-summary{align-items:flex-start;margin-top:.8rem}.realm-growth-summary-list{gap:.3rem .7rem}.realm-growth-choices{grid-template-columns:1fr;gap:.6rem}.realm-growth-card{min-height:0;padding:.85rem}.realm-growth-card-description{min-height:0}.realm-growth-card-top{margin-bottom:.55rem}.realm-growth-card-details{margin-top:.55rem}.realm-growth-footer{position:sticky;bottom:-.8rem;z-index:3;margin:.8rem -.8rem -.8rem;padding:.65rem .8rem .8rem;background:linear-gradient(180deg,transparent,var(--bg-primary) 25%)}.realm-growth-confirm{width:min(100%,340px);min-height:44px}}@media (prefers-reduced-motion: reduce){.realm-growth-card,.realm-growth-screen.is-committed .realm-growth-card.selected{animation:none;opacity:1}.realm-growth-card{transition:border-color .12s ease,background .12s ease}}:root{--bg-primary: #071014;--bg-secondary: rgba(12, 24, 27, .92);--bg-panel: rgba(13, 27, 30, .88);--bg-panel-dark: rgba(7, 16, 19, .96);--border-color: rgba(174, 184, 166, .22);--border-glow: rgba(198, 171, 105, .62);--text-primary: #d9d6c7;--text-secondary: #899895;--text-highlight: #f3edda;--accent-gold: #c9aa65;--accent-red: #a93f32;--jade: #6f978c;--paper: #d9d2bd;--ink: #071014;--hp-color: #a93f32;--hp-bg: rgba(55, 18, 17, .82);--mp-color: #6f978c;--mp-bg: rgba(17, 42, 42, .82);--panel-width: 228px}body{background:#050c0f;color:var(--text-primary);letter-spacing:.015em}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;pointer-events:none;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");mix-blend-mode:soft-light}button,.loot-card,.origin-card,.progress-stage,.equip-slot,.cult-slot,.inv-slot{-webkit-tap-highlight-color:transparent}.screen.active{animation:inkScreenIn .42s cubic-bezier(.2,.75,.25,1) both}@keyframes inkScreenIn{0%{opacity:0;transform:scale(1.012);filter:saturate(.72)}to{opacity:1;transform:scale(1);filter:saturate(1)}}@keyframes landscapeDrift{0%{transform:scale(1.03) translate3d(-.35%,0,0)}to{transform:scale(1.075) translate3d(.35%,-.4%,0)}}@keyframes sealPulse{0%,to{box-shadow:0 0 #a93f3200}50%{box-shadow:0 0 0 5px #a93f321f}}#screen-main-menu{align-items:flex-start;justify-content:flex-end;padding:clamp(28px,6vw,84px);padding-bottom:clamp(36px,7vh,74px);overflow:hidden;isolation:isolate;background:#091216}#screen-main-menu:before{content:"";position:absolute;top:-3%;right:-3%;bottom:-3%;left:-3%;z-index:-2;background:url(./menu-lowpoly-CZq3--7W.webp) center / cover no-repeat;animation:landscapeDrift 18s ease-in-out infinite alternate}#screen-main-menu:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#040a0df0,#040a0dbd 28%,#040a0d14 62%),linear-gradient(0deg,rgba(4,10,13,.74),transparent 45%)}#screen-main-menu .title-art{position:absolute;top:clamp(34px,8vh,86px);left:clamp(30px,7vw,108px);margin:0;text-align:left}.menu-kicker,.stronghold-kicker{display:block;margin-bottom:.75rem;color:var(--accent-gold);font-size:.68rem;letter-spacing:.34rem}.game-title{width:min-content;color:var(--text-highlight);font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(2.7rem,5.5vw,5.8rem);font-weight:700;line-height:.98;letter-spacing:.08em;text-shadow:0 8px 32px rgba(0,0,0,.75)}.game-subtitle{position:absolute;top:.1rem;left:calc(100% + 1.35rem);width:1em;margin:0;color:var(--accent-gold);font-size:clamp(.72rem,1.1vw,.9rem);line-height:1.55;letter-spacing:.16rem;writing-mode:vertical-rl}#screen-main-menu .menu-buttons{width:min(330px,76vw);align-items:stretch;gap:0;margin-left:clamp(0px,2vw,34px)}#screen-main-menu .menu-buttons:before{content:"";display:block;width:100%;height:1px;background:linear-gradient(90deg,var(--accent-gold),transparent)}.btn{position:relative;min-height:42px;border:1px solid rgba(174,184,166,.28);border-radius:0;background:#060e11bd;color:var(--text-primary);letter-spacing:.08em;box-shadow:none;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);transition:color .16s ease,border-color .16s ease,background .16s ease,transform .16s ease}.btn:hover:not(:disabled),.btn:focus-visible:not(:disabled){border-color:var(--accent-gold);color:var(--text-highlight);background:#182523e0;box-shadow:none;transform:translateY(-1px);outline:none}.btn-primary{border-color:#a93f32d1;color:#f0dfca;background:#73231db3}.btn-primary:hover:not(:disabled),.btn-primary:focus-visible:not(:disabled){border-color:#c76553;background:#912e25db}#screen-main-menu .btn{min-height:56px;padding:.75rem 1rem .75rem 3.2rem;border-width:0 0 1px;text-align:left;background:linear-gradient(90deg,#071013d6,#07101338);-webkit-backdrop-filter:none;backdrop-filter:none}#screen-main-menu .btn:before{content:"";position:absolute;left:1rem;top:50%;width:7px;height:7px;border:1px solid var(--accent-gold);transform:translateY(-50%) rotate(45deg)}#screen-main-menu .btn-primary{color:var(--text-highlight);border-color:var(--accent-gold)}.side-panel{position:relative;z-index:20;padding:.75rem;border-color:#adb8a433;background:linear-gradient(180deg,#081215f7,#081215e8),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpath d='M0 80L80 0M-20 20L20-20M60 100L100 60' stroke='%236f978c' stroke-opacity='.08'/%3E%3C/svg%3E");box-shadow:10px 0 34px #00000047}#panel-right{box-shadow:-10px 0 34px #00000047}.char-portrait,.enemy-portrait{width:58px;height:58px;border-width:1px;border-radius:50% 50% 46% 54%/58% 45% 55% 42%;background:#6f978c14;clip-path:polygon(50% 0,88% 15%,100% 55%,72% 94%,25% 100%,0 58%,12% 17%)}.char-name{font-size:1rem}.char-realm{color:var(--jade);letter-spacing:.08em}.section-title{color:var(--accent-gold);border-color:#c9aa6542;letter-spacing:.12em}.equip-slot,.cult-slot,.inv-slot{border-color:#99a99d3b;border-radius:0;clip-path:polygon(5% 0,95% 0,100% 8%,100% 92%,95% 100%,5% 100%,0 92%,0 8%);background:#6f978c0e}.equip-slot:hover,.cult-slot:hover,.inv-slot:hover{border-color:var(--accent-gold);background:#c9aa6512}.mini-bar-container,.hp-bar-container,.mp-bar-container,.enemy-unit-bar-wrap{border:1px solid rgba(216,210,189,.2);border-radius:0;background:#140f0eb3}.mini-bar-container.hp .mini-bar,.hp-bar,.enemy-unit-bar{background:linear-gradient(90deg,#692a25,#ad4739)}.path-entry{border-color:#c9aa6570;color:var(--accent-gold);min-height:32px;letter-spacing:.1em}#screen-stronghold{display:none;align-items:stretch;justify-content:stretch;padding:0;isolation:isolate;overflow:hidden;background:#0a1518}#screen-stronghold.active{display:flex}#screen-stronghold:before{content:"";position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;z-index:-2;background:url(./stronghold-lowpoly-07LSV6nu.webp) center / cover no-repeat;animation:landscapeDrift 24s ease-in-out infinite alternate}#screen-stronghold:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,rgba(4,10,12,.42),transparent 44%,rgba(4,10,12,.88) 88%),linear-gradient(90deg,rgba(4,10,12,.72),transparent 42%)}#screen-stronghold .panel{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%;max-width:none;padding:clamp(30px,5vw,72px);border:0;border-radius:0;background:transparent;box-shadow:none;text-align:left}#stronghold-name{max-width:760px;margin:0;color:var(--text-highlight);font-family:STKaiti,KaiTi,serif;font-size:clamp(2rem,4vw,4rem);letter-spacing:.05em;text-shadow:0 6px 26px rgba(0,0,0,.78)}#stronghold-desc{max-width:560px;margin-top:.55rem;color:#e3e2d2bd;line-height:1.8;text-shadow:0 2px 10px #000}#screen-stronghold .realm-info{justify-content:flex-start;margin:1rem 0 0;padding:.5rem 0;border-top:1px solid rgba(201,170,101,.38);border-bottom:1px solid rgba(201,170,101,.18)}.realm-label{color:#b6d0c7}#stronghold-progress{position:absolute;left:clamp(30px,5vw,72px);right:clamp(30px,5vw,72px);bottom:clamp(94px,12vh,132px);display:flex;align-items:center;justify-content:center;gap:clamp(18px,4vw,72px);margin:0}#stronghold-progress:before{content:"";position:absolute;left:4%;right:4%;top:50%;height:1px;z-index:-1;background:linear-gradient(90deg,transparent,rgba(230,220,195,.6) 9%,rgba(230,220,195,.6) 91%,transparent)}.stronghold-route-label{position:absolute;left:clamp(30px,5vw,72px);bottom:clamp(148px,18vh,190px);color:var(--accent-gold);font-size:.65rem;letter-spacing:.25em}.progress-stage{width:42px;height:42px;line-height:40px;margin:0;border:1px solid rgba(230,220,195,.68);border-radius:50%;background:#071013d6;color:var(--paper);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.progress-stage.current{border-color:#d9d2bd;background:#862d25eb;color:#fff2df;animation:sealPulse 2.4s ease-in-out infinite}.progress-stage.completed{background:#4b695ed1;color:#dce7df;border-color:#88a99d}.progress-stage.elite{border-style:double;border-width:3px}.progress-stage.boss{border-color:#b65747;color:#efb5a7}.progress-stage.event{border-color:var(--accent-gold);color:var(--accent-gold)}.stronghold-actions{position:absolute;right:clamp(30px,5vw,72px);bottom:clamp(24px,4vh,46px);display:flex;gap:.75rem}.stronghold-actions .btn{min-width:160px}.btn-breakthrough{border-color:var(--accent-gold);color:var(--accent-gold);animation:sealPulse 2s ease-in-out infinite}#screen-battle{display:none;align-items:stretch;justify-content:stretch;padding:0;isolation:isolate;overflow:hidden;background:#091317}#screen-battle.active{display:flex}#screen-battle:before{content:"";position:absolute;top:-2%;right:-2%;bottom:-2%;left:-2%;z-index:-2;background:url(./battle-lowpoly-v2-CbxnnqiP.webp) center / cover no-repeat;animation:landscapeDrift 20s ease-in-out infinite alternate}#screen-battle:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,rgba(3,8,10,.5),transparent 32%,transparent 66%,rgba(3,8,10,.58)),linear-gradient(0deg,rgba(3,8,10,.96),transparent 42%)}.battle-order-mark{position:absolute;top:clamp(18px,3vh,34px);left:50%;transform:translate(-50%);z-index:4;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.45rem 2.8rem;color:var(--text-secondary);background:radial-gradient(ellipse,rgba(5,12,14,.86),transparent 72%);letter-spacing:.18em}.battle-order-mark span{font-size:.58rem}.battle-order-mark strong{color:var(--accent-gold);font-size:.85rem;font-weight:400}#screen-battle .battle-header{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;margin:0;padding:clamp(72px,10vh,100px) clamp(22px,3.2vw,48px) 220px;align-items:flex-start;justify-content:space-between;pointer-events:none}#screen-battle .combatant.player-side{flex:none;width:min(230px,24vw);padding:.65rem 0;border-width:1px 0;border-color:#c9aa6561;border-radius:0;background:linear-gradient(90deg,#071013d1,#0710132e);pointer-events:auto}#screen-battle .combatant-name{color:var(--text-highlight);font-family:STKaiti,KaiTi,serif;font-size:1.05rem;letter-spacing:.08em}#screen-battle .vs-text{display:none}#screen-battle .battle-enemies{flex:none;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;flex-wrap:nowrap;width:min(315px,31vw);max-height:calc(100vh - 260px);gap:.45rem;overflow-y:auto;pointer-events:auto}#screen-battle .enemy-unit{flex:none;width:100%;max-width:none;min-height:98px;border-width:0 0 1px;border-color:#aeb8a647;border-radius:0;background:linear-gradient(90deg,#07101314,#071013e0);text-align:right;overflow:visible}#screen-battle .enemy-unit:before{content:attr(data-order);position:absolute;right:calc(100% + .6rem);top:50%;transform:translateY(-50%);color:#d9d2bd85;font-size:.64rem}#screen-battle .enemy-target-button{display:grid;grid-template-columns:42px 1fr;grid-template-areas:"icon intent" "icon name" "icon bar" "effects effects";gap:.15rem .65rem;align-items:center;padding:.55rem .55rem 1.75rem;text-align:right}#screen-battle .enemy-unit-icon{grid-area:icon;width:40px;height:48px;margin:0;border:0;border-radius:0;clip-path:polygon(50% 0,100% 25%,86% 82%,50% 100%,8% 80%,0 27%);background:#a93f3226;color:#d97b68;font-size:1rem}#screen-battle .enemy-unit-intent{grid-area:intent;text-align:right;color:#d7c598}#screen-battle .enemy-unit-name{grid-area:name;color:#f0d9cf;font-size:.8rem}#screen-battle .enemy-unit-type{display:none}#screen-battle .enemy-unit-bar-wrap{grid-area:bar;height:11px}#screen-battle .enemy-unit-effects{grid-area:effects;justify-content:flex-end}#screen-battle .enemy-detail-button{left:auto;right:.45rem;bottom:.25rem;transform:none;border:0;background:transparent}#screen-battle .battle-enemies.targetable .enemy-unit:not(.dead){border-color:#c56553c2;animation:none}#screen-battle .battle-enemies.targetable .enemy-unit:not(.dead):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent 60%,rgba(169,63,50,.1))}#screen-battle .battle-enemies.targetable .enemy-unit:not(.dead):hover{transform:translate(-4px);box-shadow:none}#screen-battle .battle-hint{position:absolute;left:50%;bottom:191px;transform:translate(-50%);width:min(520px,65vw);margin:0;color:var(--paper);text-align:center;text-shadow:0 2px 8px #000}#screen-battle .battle-log{position:absolute;left:clamp(22px,3.2vw,48px);right:clamp(22px,3.2vw,48px);bottom:58px;width:auto;max-width:none;height:128px;padding:.65rem 1rem;border-width:1px 0 0;border-color:#c9aa654d;border-radius:0;background:linear-gradient(0deg,#050c0ef5,#050c0eb8);font-size:.72rem;line-height:1.65;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}#screen-battle .battle-controls{position:absolute;right:clamp(22px,3.2vw,48px);bottom:14px;margin:0}#screen-battle .battle-controls .btn{min-height:34px;font-size:.68rem}.status-badge{border-radius:0;background:#081215c7;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.battle-counter-detail{font-family:"Noto Serif SC",Songti SC,serif}.log-entry.log-player-action{color:#9bc8ba}.log-entry.log-enemy-action{color:#dd8d7e}.log-entry.log-skill{color:#c5a4ce}#screen-origin,#screen-loot,#screen-prebattle,#screen-result,#screen-path,#screen-event,#screen-meta,#screen-game-over,.realm-growth-screen{isolation:isolate;background:linear-gradient(180deg,#050c0ec7,#050c0ef5),url(./stronghold-lowpoly-07LSV6nu.webp) center / cover no-repeat}.panel,.loot-overlay{border-color:#c9aa6540;border-width:1px 0;border-radius:0;background:#081215db;box-shadow:0 20px 60px #0000005c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}#screen-stronghold .panel{-webkit-backdrop-filter:none;backdrop-filter:none}#screen-origin .loot-overlay{max-width:900px}#screen-origin .loot-cards{flex-wrap:nowrap}#screen-origin .loot-card{width:240px}.loot-overlay{padding:clamp(1rem,3vw,2.2rem)}.loot-title{font-family:STKaiti,KaiTi,serif;color:var(--text-highlight);letter-spacing:.12em}.loot-subtitle{color:var(--text-secondary)}.loot-cards{gap:clamp(.7rem,2vw,1.25rem)}.loot-card{position:relative;border:1px solid rgba(174,184,166,.23);border-radius:0;clip-path:polygon(0 0,calc(100% - 9px) 0,100% 9px,100% 100%,9px 100%,0 calc(100% - 9px));background:linear-gradient(145deg,rgba(111,151,140,.07),transparent 44%),#081215e6;box-shadow:none}.loot-card:hover{border-color:var(--accent-gold);transform:translateY(-4px);box-shadow:0 14px 30px #00000047}.loot-card.selected{border-color:var(--accent-gold);background:#c9aa6517}.loot-card.not-selected{filter:saturate(.35);opacity:.34}.loot-card-icon{border-width:0 0 1px;border-radius:0;background:transparent}.prebattle-member{border-width:0 0 1px;border-radius:0;background:#6f978c0b}.prebattle-member-icon{border-width:1px;border-radius:0;clip-path:polygon(50% 0,100% 30%,84% 88%,50% 100%,8% 84%,0 28%)}.result-panel,.event-panel,.meta-panel{max-width:680px}.path-header h2,.realm-growth-title,.game-over-title{font-family:STKaiti,KaiTi,serif;color:var(--text-highlight)}.path-section{border-color:#aeb8a633}.path-step-index{border-radius:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.path-step.chosen .path-step-index{background:#a93f3247;border-color:#bc6657}.realm-growth-screen{background-attachment:fixed}.realm-growth-card{border-radius:0;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 10px,100% 100%,10px 100%,0 calc(100% - 10px));background:#081215e6}.realm-growth-card-icon{border-radius:0;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.item-tooltip,.context-menu{border-color:#c9aa65b3;border-radius:0;background:#060e11f7;box-shadow:0 18px 40px #0000008c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#071013d9}::-webkit-scrollbar-thumb{background:#536b65;border-radius:0}@media (max-width: 980px){:root{--panel-width: 205px}#screen-battle .battle-enemies{width:min(280px,34vw)}#screen-battle .combatant.player-side{width:min(210px,27vw)}}@media (max-width: 768px){body{background:#071014}#panel-center{min-height:82svh}#panel-center:has(#screen-main-menu.active),#panel-center:has(#screen-origin.active),#panel-center:has(#screen-meta.active){min-height:100svh}#screen-main-menu{min-height:100svh;justify-content:flex-end;padding:1.2rem 1.2rem 2rem}#screen-main-menu:before{background-position:64% center}#screen-main-menu:after{background:linear-gradient(0deg,#040a0df5,#040a0d40 62%),linear-gradient(90deg,rgba(4,10,13,.54),transparent)}#screen-main-menu .title-art{top:1.8rem;left:1.25rem}.game-title{font-size:clamp(2.55rem,15vw,4rem)}.game-subtitle{left:calc(100% + .7rem);font-size:.65rem}#screen-main-menu .menu-buttons{width:100%;margin:0}#screen-main-menu .btn{min-height:50px}.side-panel{background:#091518;box-shadow:none;border-top-color:#c9aa6542}#screen-stronghold .panel{padding:1.35rem 1rem}#screen-stronghold:before{background-position:57% center}#stronghold-name{font-size:clamp(1.8rem,9vw,2.8rem)}#stronghold-desc{max-width:82%;font-size:.74rem}#screen-stronghold .realm-info{flex-direction:column;gap:.25rem}#stronghold-progress{left:.8rem;right:.8rem;bottom:112px;gap:0;justify-content:space-around}#stronghold-progress:before{left:8%;right:8%}.progress-stage{width:36px;height:36px;line-height:34px}.stronghold-route-label{left:1rem;bottom:161px}.stronghold-actions{left:1rem;right:1rem;bottom:1.1rem}.stronghold-actions .btn{flex:1;min-width:0;min-height:46px}#screen-battle:before{background-position:center}#screen-battle .battle-header{padding:58px .8rem 226px;flex-direction:column;gap:.5rem}#screen-battle .combatant.player-side{width:100%;max-width:230px}#screen-battle .battle-enemies{align-self:flex-end;width:min(275px,78vw);max-height:calc(82svh - 285px)}#screen-battle .enemy-unit{min-width:0;min-height:88px}#screen-battle .enemy-target-button{padding-bottom:1.9rem}#screen-battle .enemy-detail-button{min-height:29px}#screen-battle .battle-hint{bottom:198px;width:92%;font-size:.65rem}#screen-battle .battle-log{left:.8rem;right:.8rem;bottom:58px;height:132px}#screen-battle .battle-controls{right:.8rem;bottom:10px}.panel,.loot-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loot-cards{width:100%}.loot-card{max-width:380px}#screen-origin .loot-cards{flex-wrap:wrap}#screen-origin .loot-card{width:100%}}.mechanic-tag{display:inline-flex;align-items:center;width:fit-content;min-height:20px;margin:.12rem .24rem .12rem 0;padding:.08rem .38rem;border:1px solid color-mix(in srgb,var(--mechanic-tag-color) 62%,transparent);background:color-mix(in srgb,var(--mechanic-tag-color) 12%,rgba(5,12,14,.92));color:var(--mechanic-tag-color);font-size:.66rem;font-weight:700;line-height:1.15;letter-spacing:.08em;vertical-align:middle;cursor:help}.mechanic-tag:hover,.mechanic-tag:focus-visible{border-color:var(--mechanic-tag-color);background:color-mix(in srgb,var(--mechanic-tag-color) 20%,rgba(5,12,14,.94));outline:none;box-shadow:0 0 0 2px color-mix(in srgb,var(--mechanic-tag-color) 14%,transparent)}.treasure-mechanic-tag{min-height:22px;margin-right:.45rem;padding-inline:.48rem}.affix-tier-line,.equipment-affix-tier,.affix-tier-summary{display:flex;align-items:flex-start;justify-content:space-between;gap:.45rem}.affix-tier-line>span:first-child,.equipment-affix-tier>span:first-child,.affix-tier-summary>span:first-child{flex:1}.equipment-affix-tier{margin-top:.28rem}.realm-growth-mechanic-tags{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;margin-left:auto}.cultivation-effect .mechanic-tag{margin-right:.45rem}.equip-slots.loadout-manikin{height:414px;min-height:414px;padding-bottom:84px}.loadout-manikin .equip-slot[data-slot=feet]{bottom:91px}.treasure-slot-dock{position:absolute;right:2px;bottom:2px;left:2px;z-index:4;min-height:80px;padding:6px 7px 7px;border-top:1px solid rgba(201,170,101,.28);background:linear-gradient(90deg,#c9aa650a,#081517e6 18%,#081517e6 82%,#c9aa650a),#040d0fd1;box-shadow:0 -12px 28px #01070973}.treasure-slot-dock-heading{display:flex;align-items:baseline;justify-content:space-between;min-height:17px;color:var(--accent-gold);font-size:.7rem;letter-spacing:.16em}.treasure-slot-dock-heading small{color:var(--text-secondary);font-size:.56rem;letter-spacing:.04em}.treasure-slot-row{display:grid;grid-template-columns:repeat(var(--treasure-slot-count, 4),minmax(0,1fr));gap:7px;margin-top:4px}.treasure-slot-row>.equip-slot[hidden]{display:none!important}.loadout-manikin .treasure-slot-row .equip-slot{position:relative;inset:auto;width:100%;height:auto;min-height:48px;transform:none;border-color:#c9aa6561;background:radial-gradient(circle,rgba(201,170,101,.08),transparent 68%),#061113e0}.loadout-manikin .treasure-slot-row .equip-slot:hover,.loadout-manikin .treasure-slot-row .equip-slot.drop-active{transform:translateY(-2px)}.loadout-manikin .treasure-slot-row .equip-slot:after{font-size:.46rem}.loadout-manikin .treasure-slot-row .equip-slot.locked{display:grid;place-items:center;align-content:center;gap:1px;border-style:dashed;border-color:#8f978e40;background:repeating-linear-gradient(135deg,transparent 0 7px,rgba(147,159,149,.025) 8px 9px),#050d0fb8;color:#b5bcae7a;cursor:help}.loadout-manikin .treasure-slot-row .equip-slot.locked:after{display:none}.treasure-slot-lock{font-family:STKaiti,KaiTi,serif;font-size:.92rem;line-height:1}.treasure-slot-locked small{font-size:.48rem;letter-spacing:.08em}@media (max-width: 1200px) and (min-width: 769px){.equip-slots.loadout-manikin{height:388px;min-height:388px}.loadout-manikin .equip-slot[data-slot=feet]{bottom:88px}}@media (max-width: 768px){.equip-slots.loadout-manikin{height:470px;min-height:470px}.loadout-manikin .equip-slot[data-slot=feet]{bottom:94px}.treasure-slot-dock-heading{font-size:.78rem}.treasure-slot-dock-heading small{font-size:.62rem}.loadout-manikin .treasure-slot-row .equip-slot{min-height:54px}}@media (prefers-reduced-motion: reduce){.screen.active,#screen-main-menu:before,#screen-stronghold:before,#screen-battle:before,.progress-stage.current,.btn-breakthrough{animation:none!important}*,*:before,*:after{scroll-behavior:auto!important}}.adventure-hud-main{position:relative;height:62px}#screen-battle .region-omen{position:absolute;z-index:10;top:64px;left:50%;display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;width:min(680px,calc(100% - 12rem));min-height:44px;padding:.28rem .72rem;border:1px solid rgba(202,172,102,.28);border-width:1px 0;background:linear-gradient(90deg,transparent,rgba(5,14,16,.86) 12%,rgba(5,14,16,.86) 88%,transparent);color:#d8d0b9;text-align:left;transform:translate(-50%);cursor:help;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.region-omen-mark{display:grid;place-items:center;width:25px;height:25px;border:1px solid rgba(211,169,83,.55);color:#d8b466;font:700 .74rem STKaiti,KaiTi,serif;clip-path:polygon(50% 0,92% 22%,100% 70%,52% 100%,5% 72%,10% 20%)}.region-omen-copy{display:grid;grid-template-columns:auto 1fr;gap:.12rem .7rem;min-width:0}.region-omen-copy small{align-self:center;color:#9a7d43;font-size:.56rem;letter-spacing:.16em}.region-omen-copy strong{overflow:hidden;color:#e4d8b5;font-size:.72rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.region-omen-copy>span{grid-column:1 / -1;max-height:0;overflow:hidden;color:#aeb9b2;font-size:.64rem;line-height:1.45;opacity:0;transition:max-height .18s ease,opacity .18s ease}.region-omen[aria-expanded=true] .region-omen-copy>span,.region-omen:hover .region-omen-copy>span,.region-omen:focus-visible .region-omen-copy>span{max-height:4.5em;opacity:1}#screen-battle .route-choice{position:absolute;z-index:12;top:118px;left:50%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;width:min(820px,calc(100% - 3rem));transform:translate(-50%)}.route-choice-option{display:grid;grid-template-columns:auto 1fr;gap:.1rem .7rem;min-height:76px;padding:.65rem .8rem;border:1px solid rgba(199,169,101,.36);background:linear-gradient(135deg,#0f1c1cf0,#050c0edb);color:#d8d0b9;text-align:left;cursor:pointer;clip-path:polygon(0 0,calc(100% - 12px) 0,100% 12px,100% 100%,12px 100%,0 calc(100% - 12px));transition:transform .16s ease,border-color .16s ease,filter .16s ease}.route-choice-option:hover,.route-choice-option:focus-visible{border-color:#ddbd72;filter:brightness(1.12);transform:translateY(-2px)}.route-choice-option small{color:#9c8047;font-size:.55rem;letter-spacing:.1em}.route-choice-option strong{color:#ead9a8;font:500 .88rem STKaiti,KaiTi,serif}.route-choice-option span{grid-column:1 / -1;color:#aeb9b2;font-size:.64rem;line-height:1.45}#screen-battle[data-adventure-mode=route] .region-omen{border-color:#dab45b85}.route-scene{display:grid;place-content:center;place-items:center;gap:.8rem;padding-top:180px;color:#b8c1b7;text-align:center}.route-scene[hidden]{display:none}.route-scene-kicker{color:#c8a95e;font-size:.64rem;letter-spacing:.32em}.route-scene-glyph{display:grid;grid-template-columns:minmax(70px,180px) 50px minmax(70px,180px);align-items:center;gap:.75rem;color:#d9bd75}.route-scene-glyph i{height:1px;background:linear-gradient(90deg,transparent,currentColor)}.route-scene-glyph i:last-child{background:linear-gradient(90deg,currentColor,transparent)}.route-scene-glyph b{display:grid;place-items:center;width:48px;height:48px;border:1px solid currentColor;font:500 1.2rem STKaiti,KaiTi,serif;transform:rotate(45deg)}.route-scene-glyph b:first-letter{transform:rotate(-45deg)}.route-scene p{margin:0;font-size:.72rem}@media (max-width: 768px){#screen-battle .adventure-hud{height:102px}#screen-battle .region-omen{top:55px;width:calc(100% - .8rem);min-height:38px;padding:.22rem .48rem;grid-template-columns:25px minmax(0,1fr)}.region-omen-copy small{font-size:.48rem}.region-omen-copy strong{font-size:.6rem}.region-omen-copy>span{font-size:.55rem}#screen-battle .battle-order-mark{top:99px}#screen-battle .battle-header{inset-block-start:139px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:250px}#screen-battle .route-choice{top:98px;grid-template-columns:1fr;gap:.38rem;width:calc(100% - 1rem)}.route-choice-option{min-height:66px;padding:.48rem .62rem}.route-choice-option strong{font-size:.76rem}.route-choice-option span{font-size:.57rem}.route-scene{padding:250px .8rem 58px}}.event-choice-forecast{display:grid;grid-template-columns:minmax(100px,auto) 1fr;align-items:center;gap:.7rem;padding:.38rem .55rem;border-bottom:1px solid rgba(185,162,105,.18);background:#050e106b}.event-choice-forecast span{display:flex;flex-wrap:wrap;gap:.26rem}.event-choice-forecast b{padding:.1rem .32rem;border:1px solid rgba(201,170,101,.38);color:#d4b969;font-size:.56rem;font-weight:500}.event-choice-forecast p{margin:0;color:#aeb9b2;font-size:.64rem;line-height:1.45}.inventory-title{display:flex;align-items:center;justify-content:space-between;gap:.6rem}.spirit-stone-balance{color:#91b9aa;font-size:.72rem;letter-spacing:.04em;white-space:nowrap}.spirit-stone-balance b{color:#e2c878;font-size:.84rem}#screen-battle .adventure-route{width:min(980px,70vw);justify-content:flex-start;gap:7px!important;overflow-x:auto;overflow-y:hidden;padding:4px 18px 6px;scroll-behavior:smooth;scrollbar-width:none;-webkit-mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent);mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}.shop-ledger{display:grid;grid-template-columns:auto minmax(150px,auto) minmax(0,1fr);align-items:center;gap:.55rem;margin:.65rem 0 .8rem;padding:.7rem .85rem;border:1px solid rgba(201,170,101,.34);background:linear-gradient(90deg,#7052223d,#051012b8)}.shop-balance{display:grid;grid-template-columns:auto auto;align-items:baseline;gap:.48rem}.shop-balance span{color:var(--text-secondary);font-size:.78rem}.shop-balance strong{color:#e4c96f;font-size:1.25rem}.shop-refresh{display:grid;gap:.08rem;min-height:42px;padding:.38rem .62rem;border:1px solid rgba(201,170,101,.44);background:#0c1d1bd1;color:var(--text-primary);text-align:left;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.shop-refresh strong{color:#e4c96f;font-size:.76rem;letter-spacing:.08em}.shop-refresh span{color:#91aaa0;font-size:.62rem}.shop-refresh:hover:not(:disabled),.shop-refresh:focus-visible{transform:translateY(-1px);border-color:#e4c96fcc;background:#18302af0;outline:none}.shop-refresh:disabled{opacity:.42;cursor:not-allowed}.shop-ledger>small{justify-self:end;color:#9bb4aa;font-size:.76rem;text-align:right}.shop-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.shop-column{min-width:0;border:1px solid rgba(146,163,151,.24);background:#040d0f94}.shop-column>header{display:flex;justify-content:space-between;gap:.5rem;padding:.55rem .65rem;border-bottom:1px solid rgba(146,163,151,.2);color:var(--paper);font-size:.78rem}.shop-column>header span{color:var(--text-secondary)}.shop-list{display:grid;gap:6px;max-height:min(40vh,390px);overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:rgba(201,170,101,.36) transparent}.shop-item{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:.55rem;min-height:60px;padding:.38rem .5rem;border:1px solid color-mix(in srgb,var(--item-rarity) 34%,var(--border-color));background:#081617e0;color:var(--text-primary);text-align:left;cursor:pointer}.shop-item:hover:not(:disabled),.shop-item:focus-visible{border-color:color-mix(in srgb,var(--item-rarity) 72%,#d8c18a);background:#162b27f0;outline:none}.shop-item:disabled{opacity:.42;cursor:not-allowed}.shop-item-icon{width:48px;height:48px}.shop-item-copy{display:grid;min-width:0;gap:.12rem}.shop-item-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.shop-item-copy small{color:var(--text-secondary);font-size:.67rem}.shop-item-copy>span{display:flex;min-width:0;gap:3px;overflow:hidden;font-size:.62rem;white-space:nowrap}.shop-no-affix{color:#97a69e99}.shop-item-price{min-width:44px;padding:.24rem .3rem;border-left:1px solid rgba(201,170,101,.24);color:#e2c878;font-size:.7rem;text-align:right;white-space:nowrap}@media (max-width: 1100px){#screen-battle .adventure-route{width:min(760px,82vw)}}@media (max-width: 768px){#screen-battle .adventure-route{right:.45rem!important;left:.45rem!important;width:auto;padding-inline:10px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}#screen-battle .route-stage{flex-basis:32px;width:32px;height:32px}.shop-columns{grid-template-columns:1fr}.shop-list{max-height:30vh}.shop-ledger{grid-template-columns:auto auto}.shop-ledger>small{grid-column:1 / -1;justify-self:start;text-align:left}}:root{--panel-width: 340px}html{font-size:18px}body{font-size:1rem;line-height:1.5}.side-panel{padding:1rem}.char-portrait,.enemy-portrait{width:68px;height:68px}.char-name,.enemy-name-display{font-size:1.18rem}.char-realm,.enemy-type-display{font-size:.92rem}.bar-label{width:39px;font-size:.88rem}.mini-bar-container{height:19px}.mini-bar-text{font-size:.82rem}.char-stats-grid,.enemy-stats-grid{gap:.2rem;font-size:.94rem}.mini-stat{padding:.18rem .3rem;white-space:nowrap}.section-title{margin-top:.72rem;margin-bottom:.48rem;padding:.42rem 0 .3rem;font-size:.98rem}.path-entry{min-height:40px;padding:.42rem .72rem;font-size:.86rem}.equip-slots,.cult-slots,.inventory-grid{gap:6px}.equip-slot,.cult-slot,.inv-slot{min-width:0;font-size:.84rem}.equip-slot-label{font-size:.82rem}.equip-slot-icon,.cult-slot-icon,.inv-slot-icon{width:100%;height:100%;padding:2px}.lowpoly-item-icon{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 5px 7px rgba(0,0,0,.46))}.equip-slot.filled,.cult-slot:has(.lowpoly-item-icon),.inv-slot:has(.lowpoly-item-icon){border-color:color-mix(in srgb,var(--item-rarity, var(--border-color)) 70%,#243431);background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--item-rarity, var(--jade)) 12%,transparent),transparent 67%),#081416c7}.equip-slot-icon.ghost{opacity:.18;filter:grayscale(1)}.inventory-help{margin:-.1rem 0 .48rem;color:var(--text-secondary);font-size:.84rem;line-height:1.45}.inventory-grid{min-height:52px;padding:3px;margin:-3px;transition:background-color .16s ease,box-shadow .16s ease}.inventory-discard{position:sticky;bottom:0;z-index:6;display:flex;align-items:center;gap:.65rem;min-height:58px;margin-top:.72rem;padding:.55rem .7rem;border:1px dashed rgba(177,75,60,.56);background:#121312f0;color:#c78679;cursor:default;transition:min-height .16s ease,border-color .16s ease,background-color .16s ease,transform .16s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.inventory-discard-mark{display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border:1px solid currentColor;font-family:STKaiti,KaiTi,serif;font-size:1.1rem;transform:rotate(-4deg)}.inventory-discard b,.inventory-discard small{display:block}.inventory-discard b{color:#d89b8d;font-size:.9rem;letter-spacing:.12em}.inventory-discard small{margin-top:.05rem;font-size:.76rem;opacity:.72}.item-draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.item-draggable:active{cursor:grabbing}.item-draggable.is-drag-source{opacity:.28}.item-drag-ghost{position:fixed;top:0;left:0;z-index:4000;padding:4px;pointer-events:none;border:1px solid rgba(201,170,101,.88);background:#050f11f0;box-shadow:0 14px 34px #00000094;clip-path:polygon(5% 0,95% 0,100% 8%,100% 92%,95% 100%,5% 100%,0 92%,0 8%)}[data-drop-kind].drop-ready{box-shadow:inset 0 0 0 2px #71b198b8,0 0 18px #4b8b7733}[data-drop-kind].drop-blocked{opacity:.42}[data-drop-kind].drop-active{opacity:1;border-color:#8bc5aa!important;background-color:#569a7e38;box-shadow:inset 0 0 0 2px #8bc5aa,0 0 26px #69bc996b;transform:scale(1.045)}[data-drop-kind].drop-invalid{border-color:#a14b40!important;box-shadow:inset 0 0 0 2px #a14b40bf}.inventory-dragging .inventory-discard{min-height:72px;border-color:#c44d3deb;background:#74221c40;color:#e1a293}.inventory-dragging .inventory-discard.drop-active{background:#90291f75;border-color:#e17160!important;box-shadow:inset 0 0 0 2px #e17160d6,0 0 28px #a7362a6b}.affix-info,.run-progress-entry{font-size:.88rem}.run-progress-entry{font-family:"Noto Serif SC",Songti SC,serif}.item-tooltip{min-width:240px;max-width:340px;padding:.8rem 1rem}.tooltip-name{font-size:1.08rem}.tooltip-slot,.tooltip-stats,.tooltip-desc,.tooltip-compare{font-size:.92rem}.btn{min-height:46px;font-size:1rem}.btn-sm{min-height:38px;font-size:.9rem}.loot-title{font-size:1.85rem}.loot-subtitle,#stronghold-desc{font-size:1rem}.loot-card-name{font-size:1.08rem}.loot-card-slot,.loot-card-stats,.loot-card-active{font-size:.92rem}.prebattle-member-stats,.prebattle-member-skills,.prebattle-member-trait,.prebattle-stat-label,.battle-log,.battle-hint{font-size:.9rem}.enemy-unit-name{font-size:.92rem}.enemy-unit-type,.enemy-intent,.enemy-status-badge,.player-status-badge{font-size:.78rem}.path-eyebrow,.path-step small{font-size:.8rem}.path-header p,.path-step p,.path-empty,.path-line,.battle-recap,.run-recap{font-size:.88rem}.path-step strong,.path-section h3{font-size:.94rem}.char-portrait,.enemy-portrait,.enemy-unit-icon,.prebattle-member-icon,.loot-card-icon.origin-portrait{position:relative;overflow:hidden;isolation:isolate}.portrait-fallback{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;color:currentColor;font-family:STKaiti,KaiTi,serif;font-size:1.1rem}.lowpoly-portrait-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;width:100%;height:100%;object-fit:cover;object-position:50% 20%;pointer-events:none;-webkit-user-select:none;user-select:none;background:radial-gradient(circle at 50% 32%,#263b37,#0d1817 72%);filter:drop-shadow(0 7px 8px rgba(0,0,0,.46));transition:transform .22s ease,filter .22s ease}.char-portrait,.enemy-portrait{width:82px;height:82px}#screen-origin .loot-card-icon.origin-portrait{width:100%;height:156px;margin:0 0 .8rem;border-width:0 0 1px;border-color:#c9aa6561!important;background:#101b19}#screen-origin .loot-card:hover .lowpoly-portrait-image,#screen-battle .enemy-unit:hover .lowpoly-portrait-image,.prebattle-member:hover .lowpoly-portrait-image{transform:scale(1.055);filter:brightness(1.08) drop-shadow(0 8px 10px rgba(0,0,0,.5))}#screen-battle .enemy-target-button{grid-template-columns:62px 1fr}#screen-battle .enemy-unit-icon{width:58px;height:68px}#screen-battle .enemy-unit.inspected .lowpoly-portrait-image{filter:brightness(1.16) saturate(1.06) drop-shadow(0 0 10px rgba(201,170,101,.32))}.prebattle-member-icon{width:62px;height:70px}.event-panel{width:min(780px,calc(100vw - 2rem));max-width:780px}#event-title{font-size:1.85rem}#event-desc{font-size:1.05rem}.refining-rule{display:grid;grid-template-columns:auto 1fr;gap:.7rem;margin-bottom:.85rem;padding:.75rem .85rem;border-left:3px solid var(--accent-gold);background:#c7a55b17;color:var(--text-secondary);font-size:.9rem;line-height:1.6}.refining-rule strong{color:var(--accent-gold);white-space:nowrap}.refining-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:min(42vh,420px);overflow-y:auto;padding:4px}.refining-item{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:66px;padding:.45rem .55rem;border:1px solid color-mix(in srgb,var(--item-rarity) 38%,var(--border-color));background:#071315c7;color:var(--text-primary);text-align:left;cursor:pointer}.refining-item:hover:not(:disabled),.refining-item:focus-visible{border-color:color-mix(in srgb,var(--item-rarity) 72%,#d8c18a);background:#132a29e6}.refining-item.selected{box-shadow:inset 0 0 0 2px color-mix(in srgb,var(--item-rarity) 70%,#d8c18a);background:#344f4057}.refining-item:disabled{opacity:.42;cursor:not-allowed}.refining-item-icon{width:52px;height:52px}.refining-item-copy{display:grid;min-width:0;gap:.18rem}.refining-item-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem}.refining-item-copy small{color:var(--text-secondary);font-size:.78rem}.refining-item-check{color:var(--accent-gold);font-size:.76rem}.refining-empty{grid-column:1 / -1;padding:1.2rem;color:var(--text-secondary);text-align:center}.refining-preview{display:flex;justify-content:space-between;gap:1rem;margin-top:.8rem;padding:.75rem .9rem;border:1px solid var(--border-color);color:var(--text-secondary);font-size:.9rem}.refining-preview.ready{border-color:#77b38bb8;background:#48755629}.refining-preview strong{color:var(--text-primary)}@media (max-width: 1600px) and (min-width: 769px){:root{--panel-width: 280px}html{font-size:17px}body{font-size:1rem}.side-panel{padding:.72rem}}@media (max-width: 768px){html{font-size:18px}body{font-size:1rem}.side-panel{padding:1rem}.equip-slots,.cult-slots,.inventory-grid{gap:8px}.inventory-help{font-size:.84rem}.inventory-discard{min-height:64px}.item-tooltip{min-width:min(260px,88vw)}#stronghold-desc{font-size:.92rem}#screen-battle .battle-hint{font-size:.82rem}.refining-list{grid-template-columns:1fr;max-height:44vh}.refining-rule{grid-template-columns:1fr;gap:.25rem}.refining-preview{flex-direction:column;gap:.25rem}.char-portrait,.enemy-portrait{width:88px;height:88px}#screen-origin .loot-card-icon.origin-portrait{height:190px}}@media (prefers-reduced-motion: reduce){.inventory-discard,[data-drop-kind]{transition:none!important}}.loadout-panel-heading{display:flex;min-height:58px;align-items:flex-end;justify-content:space-between;gap:.7rem;padding:.15rem 0 .65rem;border-bottom:1px solid rgba(201,170,101,.3)}.loadout-panel-heading h2{margin:.08rem 0 0;color:var(--paper);font:400 1.35rem STKaiti,KaiTi,serif;letter-spacing:.12em}.loadout-eyebrow,.right-panel-eyebrow{color:#c9aa65b8;font-size:.62rem;letter-spacing:.22em}.loadout-workbench{position:relative;margin-top:.6rem;padding:.25rem .2rem .7rem;border-bottom:1px solid rgba(201,170,101,.24);background:radial-gradient(ellipse at 50% 40%,rgba(72,119,105,.12),transparent 60%),linear-gradient(180deg,#040d0f33,#040d0fb8)}.equip-slots.loadout-manikin{position:relative;display:block;width:100%;height:292px;min-height:292px;background:linear-gradient(90deg,transparent 49.8%,rgba(201,170,101,.12) 50%,transparent 50.2%),radial-gradient(circle at center,rgba(91,139,123,.06),transparent 65%)}.loadout-figure{position:absolute;top:2px;right:14%;bottom:2px;left:14%;width:72%;height:calc(100% - 4px);overflow:visible;color:#62847a;filter:drop-shadow(0 10px 18px rgba(0,0,0,.36));pointer-events:none}.figure-facet{fill:#4a6f6514;stroke:#7e9f9257;stroke-width:1;vector-effect:non-scaling-stroke}.figure-head{fill:#778f771a}.figure-shoulder{fill:#2649461f}.figure-core{fill:#5c806d1a}.figure-arm,.figure-leg{fill:#1b3a3b21}.figure-meridian{fill:none;stroke:#c9aa6536;stroke-width:1;stroke-dasharray:4 6;vector-effect:non-scaling-stroke}.loadout-manikin .equip-slot{position:absolute;z-index:2;width:clamp(50px,4vw,60px);height:clamp(50px,4vw,60px);aspect-ratio:1;border-color:#7e9f9261;border-radius:0;clip-path:polygon(8% 0,92% 0,100% 8%,100% 92%,92% 100%,8% 100%,0 92%,0 8%);background:#061113c7;box-shadow:0 8px 18px #0000004d}.loadout-manikin .equip-slot:after{content:attr(data-label);position:absolute;right:2px;bottom:1px;padding:0 2px;color:#c9bea29e;background:#040c0ebf;font-size:.5rem;line-height:1.25;pointer-events:none}.loadout-manikin .equip-slot[data-slot=head]{top:4px;left:50%;transform:translate(-50%)}.loadout-manikin .equip-slot[data-slot=body]{top:112px;left:50%;transform:translate(-50%)}.loadout-manikin .equip-slot[data-slot=feet]{bottom:3px;left:50%;transform:translate(-50%)}.loadout-manikin .equip-slot[data-slot=weapon_main]{top:112px;left:5px}.loadout-manikin .equip-slot[data-slot=weapon_off]{top:112px;right:5px}.loadout-manikin .equip-slot:hover,.loadout-manikin .equip-slot.drop-active{border-color:var(--accent-gold);box-shadow:0 0 20px #c9aa6547}.loadout-manikin .equip-slot[data-slot=head]:hover,.loadout-manikin .equip-slot[data-slot=head].drop-active,.loadout-manikin .equip-slot[data-slot=body]:hover,.loadout-manikin .equip-slot[data-slot=body].drop-active,.loadout-manikin .equip-slot[data-slot=feet]:hover,.loadout-manikin .equip-slot[data-slot=feet].drop-active{transform:translate(-50%) scale(1.045)}.loadout-workbench .affix-info{max-height:124px;margin:.35rem .2rem 0;overflow-y:auto}.cultivation-dock{margin-top:.45rem;padding-top:.15rem;border-top:1px solid rgba(201,170,101,.18)}.cultivation-dock .section-title{display:flex;justify-content:space-between;margin-top:0}.cultivation-dock .cult-slots{display:flex;justify-content:center;gap:8px}.cultivation-dock .cult-slot{flex:0 1 54px;max-width:54px}#panel-right{color:var(--text-primary)}.right-character-profile{display:flex;align-items:center;gap:.85rem;padding:.2rem 0 1rem;border-bottom:1px solid rgba(201,170,101,.32)}#panel-right .char-portrait{flex:0 0 82px;margin:0;border-radius:0;clip-path:polygon(50% 0,91% 19%,100% 62%,71% 100%,25% 95%,0 58%,10% 15%)}.right-character-copy{display:grid;min-width:0;gap:.08rem}#panel-right .char-name{font:400 1.25rem STKaiti,KaiTi,serif;letter-spacing:.08em}#panel-right .char-realm{color:#7fa494;font-size:.82rem}.right-panel-section{padding:1rem 0;border-bottom:1px solid rgba(201,170,101,.2)}.right-panel-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.65rem;color:var(--accent-gold);font-size:.88rem;letter-spacing:.08em}.right-panel-title small{color:var(--text-secondary);font-size:.66rem;letter-spacing:.08em}#panel-right .char-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:.55rem;gap:.18rem .7rem}#panel-right .mini-stat{min-width:0;padding:.18rem 0;border-bottom:1px solid rgba(126,159,146,.12)}#panel-right .bar-label{width:2.5rem;text-align:left}.right-origin-desc{min-height:2.8em;margin:0 0 .8rem;color:var(--text-secondary);font-size:.76rem;line-height:1.65}.right-path-timeline{position:relative;display:grid;gap:.25rem;margin-bottom:.75rem}.right-path-timeline:before{content:"";position:absolute;top:14px;bottom:14px;left:13px;width:1px;background:linear-gradient(180deg,#c9aa658c,#7e9f921f)}.right-path-step{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;min-height:42px;gap:.55rem;opacity:.5}.right-path-step>span{z-index:1;display:grid;place-items:center;width:28px;height:28px;border:1px solid rgba(126,159,146,.42);background:#081315;color:#788d85;font-size:.62rem;clip-path:polygon(50% 0,100% 50%,50% 100%,0 50%)}.right-path-step div{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.right-path-step small{color:var(--text-secondary);font-size:.66rem}.right-path-step strong{overflow:hidden;color:#aeb9b1;font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.right-path-step.chosen{opacity:1}.right-path-step.chosen>span{border-color:var(--accent-gold);color:var(--accent-gold)}.right-path-step.chosen strong{color:var(--paper)}#panel-right .path-entry{width:100%;min-height:42px;margin-top:.35rem}#panel-right .path-entry:disabled{opacity:.38;cursor:not-allowed}#screen-battle .enemy-unit{min-height:142px;padding-bottom:1.7rem}#screen-battle .enemy-target-button{display:grid;min-height:67px;grid-template-columns:48px 1fr;grid-template-areas:"icon name" "icon bar";gap:.18rem .65rem;padding:.45rem .55rem .28rem}#screen-battle .enemy-unit-name{grid-area:name;align-self:end}#screen-battle .enemy-unit-bar-wrap{grid-area:bar;align-self:start}#screen-battle .enemy-unit-icon{grid-area:icon}#screen-battle .enemy-unit-effects{min-height:20px;margin:.28rem .45rem 0;padding-right:3rem;justify-content:flex-end}#screen-battle .enemy-action-slot{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);width:calc(100% - 1rem);min-height:35px;margin:.08rem .45rem 0;padding:.24rem .38rem;align-items:center;gap:.55rem;border:1px solid rgba(126,159,146,.26);border-width:1px 0;background:#040d0fb8;color:#d7c598;font:inherit;text-align:right;cursor:help;transition:border-color .16s ease,background-color .16s ease,color .16s ease}#screen-battle .enemy-action-slot:hover,#screen-battle .enemy-action-slot:focus-visible{border-color:#c9aa65b8;background:#1d2722e0;outline:none}#screen-battle .enemy-action-kicker{color:#70857e;font-size:.52rem;letter-spacing:.08em;white-space:nowrap}#screen-battle .enemy-unit-intent{min-width:0;min-height:0;margin:0;overflow:hidden;color:inherit;font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}#screen-battle .enemy-action-slot.intent-skill{border-color:#b471be85;background:linear-gradient(90deg,#6030681f,#071013d1);color:#d5a6dc}#screen-battle .enemy-action-slot.intent-heavy,#screen-battle .enemy-action-slot.intent-deadly,#screen-battle .enemy-action-slot.intent-burst{border-color:#c6635080;color:#e2a08e}#screen-battle .enemy-action-slot.intent-defend{color:#8eb4a7}#screen-battle .enemy-action-slot.intent-disabled{color:#83b9d6}#screen-battle .enemy-action-slot.intent-skill:after{content:"详";position:absolute;right:3px;top:2px;color:#d5a6dc94;font-size:.48rem}.item-tooltip[data-kind=enemy-intent]{border-color:#c9aa65ad;pointer-events:auto}.enemy-intent-rule{color:#d3a1dc}@media (max-width: 1200px) and (min-width: 769px){.equip-slots.loadout-manikin{height:270px;min-height:270px}.loadout-manikin .equip-slot[data-slot=body],.loadout-manikin .equip-slot[data-slot=weapon_main],.loadout-manikin .equip-slot[data-slot=weapon_off]{top:102px}#panel-right .char-portrait{flex-basis:72px;width:72px;height:72px}.right-origin-desc{font-size:.72rem}}@media (max-width: 1400px) and (min-width: 769px){#screen-battle .battle-header{grid-template-columns:minmax(130px,170px) minmax(190px,1fr) minmax(210px,250px);gap:12px;padding-inline:12px}#screen-battle .battle-log{padding-inline:.75rem}#screen-battle .enemy-target-button{grid-template-columns:52px minmax(0,1fr)}#screen-battle .enemy-unit-icon{width:50px;height:60px}}@media (max-width: 768px){#panel-right{display:block}.right-character-profile,.right-panel-section{max-width:520px;margin:0 auto}.right-path-timeline{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem}.right-path-timeline:before{top:14px;right:8%;bottom:auto;left:8%;width:auto;height:1px}.right-path-step{display:grid;grid-template-columns:1fr;justify-items:center;gap:.3rem;text-align:center}.right-path-step div{display:grid;justify-items:center;gap:.05rem}.right-path-step strong{max-width:76px}.equip-slots.loadout-manikin{width:min(100%,430px);height:320px;min-height:320px;margin:0 auto}.loadout-manikin .equip-slot{width:60px;height:60px}.loadout-manikin .equip-slot[data-slot=body],.loadout-manikin .equip-slot[data-slot=weapon_main],.loadout-manikin .equip-slot[data-slot=weapon_off]{top:124px}.cultivation-dock .cult-slot{flex-basis:62px;max-width:62px}#screen-battle .enemy-unit{min-height:148px}#screen-battle .enemy-target-button{padding:.45rem .55rem .3rem}#screen-battle .enemy-detail-button{bottom:.24rem}}@media (prefers-reduced-motion: reduce){#screen-battle .enemy-action-slot{transition:none}}.adventure-scene[hidden]{display:none!important}.adventure-hud{position:absolute;inset:0 0 auto;z-index:7;height:184px;pointer-events:none;background:linear-gradient(180deg,rgba(4,10,12,.88),rgba(4,10,12,.42) 62%,transparent)}.adventure-hud>*{pointer-events:auto}.adventure-place{position:absolute;top:76px;left:clamp(20px,2.8vw,42px);width:min(220px,34%)}.adventure-place .stronghold-kicker{display:block;margin-bottom:.28rem;color:#c9aa65cc;font-size:.67rem;letter-spacing:.28em}#screen-battle #stronghold-name{margin:0;color:var(--paper);font-family:STKaiti,KaiTi,serif;font-size:clamp(1.15rem,1.8vw,1.55rem);font-weight:400;letter-spacing:.08em;white-space:nowrap}#adventure-stage-label{margin:.3rem 0 0;color:var(--text-secondary);font-size:.74rem}.adventure-route{position:absolute!important;top:18px!important;bottom:auto!important;left:50%!important;right:auto!important;display:flex;width:min(540px,42vw);height:52px;margin:0;transform:translate(-50%);align-items:center;justify-content:center;gap:clamp(8px,1.2vw,18px)!important;isolation:isolate}.adventure-route:before{content:"";position:absolute;z-index:-1;left:5%!important;right:5%!important;top:50%;height:1px;background:linear-gradient(90deg,transparent,rgba(201,170,101,.5) 12%,rgba(201,170,101,.5) 88%,transparent)}.route-stage{position:relative;display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:1px solid rgba(151,161,150,.42);border-radius:0;clip-path:polygon(50% 0,95% 23%,88% 82%,50% 100%,10% 82%,3% 24%);background:#071113e6;color:#81918b;cursor:help;transition:transform .16s ease,color .16s ease,filter .16s ease}.route-stage:hover,.route-stage:focus-visible{transform:translateY(-3px);color:var(--paper);outline:none}.route-stage.completed{color:#78978d;border-color:#78978da6}.route-stage.current{color:var(--accent-gold);filter:drop-shadow(0 0 8px rgba(201,170,101,.4))}.route-stage.type-elite{color:#b98ac2}.route-stage.type-boss{color:#c96d5e}.route-stage.type-event{color:#d0b35d}.route-stage.type-shop{color:#72b49d}.route-stage.completed.type-elite,.route-stage.completed.type-boss,.route-stage.completed.type-event,.route-stage.completed.type-shop{color:#78978d}.route-stage-icon{display:block;width:31px;height:31px}.stage-type-icon{display:block;width:100%;height:100%}.stage-type-icon .facet{stroke:currentColor;stroke-width:.9}.stage-type-icon .facet-back{fill:color-mix(in srgb,currentColor 18%,#071113)}.stage-type-icon .facet-mid{fill:color-mix(in srgb,currentColor 38%,transparent)}.stage-type-icon .facet-line{fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:square;stroke-linejoin:bevel}.route-stage-number{position:absolute;right:3px;bottom:1px;padding:0 2px;color:currentColor;background:#040a0cb8;font-size:.5rem;line-height:1.1}.adventure-meters{position:absolute;top:72px;right:clamp(16px,2vw,30px);left:clamp(245px,40%,360px);display:flex;width:auto;min-height:88px;transform:none;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.35rem}#screen-battle .adventure-meters .realm-info{display:flex;flex:0 0 auto;margin:0;padding:.38rem .75rem;border:1px solid rgba(201,170,101,.27);background:#050d0fb8;gap:.6rem;font-size:.72rem}#screen-battle .run-progress-info{display:flex;min-width:0;width:100%;max-width:none;margin:0;padding:.3rem .55rem;border:1px solid rgba(201,170,101,.22);background:#050d0fc2;align-items:center;gap:.55rem}.run-progress-heading{display:grid;flex:0 0 auto;padding-right:.55rem;border-right:1px solid rgba(201,170,101,.25);color:var(--accent-gold);line-height:1.2}.run-progress-heading small{color:var(--text-secondary);font-size:.53rem;white-space:nowrap}#screen-battle .run-progress-list{flex-wrap:nowrap;min-width:0;overflow-x:auto;scrollbar-width:thin}#screen-battle .run-progress-entry{flex:0 0 auto;min-height:30px;padding:.18rem .48rem;font-size:.71rem}#screen-battle .run-progress-entry:first-child{padding-left:.3rem}.adventure-breakthrough{position:absolute;top:22px;right:clamp(20px,2.8vw,42px);min-height:38px;padding:.4rem .9rem;font-size:.76rem}#screen-battle .battle-order-mark{top:178px}#screen-battle .battle-header{padding-top:clamp(224px,27vh,252px)}#screen-battle[data-battle-phase=preparation] .battle-enemies.targetable .enemy-unit:not(.dead){border-color:#c9aa65bd}#screen-battle[data-battle-phase=preparation] .battle-enemies.targetable .enemy-unit:not(.dead):after{background:linear-gradient(90deg,transparent 55%,rgba(201,170,101,.12))}.equipment-title{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.loadout-lock-state{color:#86aa9e;font-family:system-ui,sans-serif;font-size:.66rem;font-weight:400;letter-spacing:0}.loadout-lock-state.locked{color:#cf7969}#panel-left.loadout-locked .equip-slots,#panel-left.loadout-locked .cult-slots,#panel-left.loadout-locked .inventory-grid,#panel-left.loadout-locked .inventory-discard{filter:saturate(.4) brightness(.72)}#panel-left.loadout-locked .item-draggable{cursor:not-allowed}.event-scene{position:absolute;top:184px;right:0;bottom:0;left:0;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(360px,1.2fr);align-items:center;gap:clamp(20px,4vw,70px);padding:1.5rem clamp(28px,6vw,92px) 2.5rem}.event-actor{justify-self:center;display:grid;width:min(280px,28vw);min-height:330px;padding:1.25rem;border:0;border-bottom:1px solid rgba(201,170,101,.42);background:radial-gradient(ellipse at 50% 58%,rgba(14,33,32,.88),transparent 68%);color:var(--paper);text-align:center;cursor:pointer;transition:transform .2s ease,filter .2s ease}.event-actor:hover,.event-actor:focus-visible{transform:translateY(-5px);filter:brightness(1.14);outline:none}.event-actor.opened{opacity:.62;transform:scale(.92)}.event-actor-portrait{display:block;width:174px;height:174px;margin:0 auto .8rem}.event-actor-icon{width:100%;height:100%;filter:drop-shadow(0 14px 18px rgba(0,0,0,.62))}.event-actor-icon .actor-facet{stroke:#bfa764;stroke-width:1}.event-actor-icon .actor-facet.dark{fill:#101d1e}.event-actor-icon .actor-facet.mid{fill:#27413c}.event-actor-icon .actor-facet.light{fill:#826346}.event-actor-icon .actor-line{fill:none;stroke:#e0c983;stroke-width:1.5;stroke-linecap:square;stroke-linejoin:bevel}.event-actor-copy{display:grid;gap:.25rem}.event-actor-copy small{color:var(--accent-gold);font-size:.65rem;letter-spacing:.2em}.event-actor-copy strong{font:400 1.45rem STKaiti,KaiTi,serif}.event-actor-copy span{color:var(--text-secondary);font-size:.82rem}.event-actor-action{align-self:end;margin-top:.85rem;color:#9fc2b6;font-size:.72rem}.event-interaction{width:min(720px,100%);max-height:calc(100vh - 205px);overflow-y:auto;padding:1.2rem 1.35rem;border:1px solid rgba(201,170,101,.35);border-width:1px 0;background:linear-gradient(90deg,#050d0fe6,#050d0fad);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.event-interaction h2{margin:0;color:var(--accent-gold);font:400 1.75rem STKaiti,KaiTi,serif}.event-interaction>p{margin:.75rem 0;color:var(--text-secondary);line-height:1.7}.event-interaction #event-result{color:var(--rarity-green)}.event-interaction .event-actions{display:flex;gap:.7rem;margin-top:1rem}.journey-scene{position:absolute;top:184px;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(ellipse at center,rgba(8,19,21,.86),transparent 58%)}.journey-seal{width:74px;height:74px;border:1px solid var(--accent-red);color:#d68a78;font:2rem/72px STKaiti,serif;transform:rotate(-4deg)}.journey-scene h2{margin:1rem 0 .4rem;color:var(--paper);font:400 2.2rem STKaiti,serif}.journey-scene p{max-width:520px;color:var(--text-secondary)}.journey-scene .btn{margin-top:1rem;min-width:180px}.item-tooltip[data-kind=stage-type]{border-color:#c9aa6594}@media (max-width: 980px){.adventure-place{width:min(205px,38%)}.adventure-route{width:min(420px,82%);gap:5px!important}.route-stage{flex-basis:36px;width:36px;height:36px}.adventure-meters{left:min(230px,42%)}.event-scene{grid-template-columns:220px minmax(0,1fr);padding-inline:1.5rem}.event-actor{width:220px}}@media (max-width: 768px){#screen-battle{min-height:82svh}.adventure-hud{height:214px}.adventure-place{top:14px;left:.9rem;width:calc(100% - 8.4rem)}#screen-battle #stronghold-name{font-size:1.18rem}#adventure-stage-label{font-size:.68rem}.adventure-breakthrough{top:17px;right:.8rem;min-height:36px;padding:.35rem .55rem}.adventure-route{top:76px!important;left:.7rem!important;right:.7rem!important;width:auto;height:45px;transform:none;justify-content:flex-start;overflow-x:auto;padding-inline:.2rem}.adventure-route:before{left:0!important;right:0!important}.route-stage{flex-basis:38px;width:38px;height:38px}.adventure-meters{top:130px;left:.8rem;right:.8rem;width:auto;transform:none;flex-direction:column;gap:.35rem}#screen-battle .adventure-meters .realm-info{padding:.26rem .55rem;font-size:.67rem}#screen-battle .run-progress-info{width:100%;max-width:none;padding:.22rem .4rem}#screen-battle .run-progress-entry{min-height:34px}#screen-battle .battle-order-mark{top:211px;padding-inline:1.2rem}#screen-battle .battle-header{padding:260px .8rem 226px}#screen-battle .battle-enemies{max-height:calc(82svh - 465px)}.event-scene{top:214px;right:0;bottom:0;left:0;display:block;overflow-y:auto;padding:1rem}.event-actor{width:100%;min-height:210px;grid-template-columns:112px 1fr;align-items:center;text-align:left}.event-actor-portrait{width:108px;height:108px;margin:0}.event-actor-action{grid-column:2}.event-interaction{max-height:none;margin-top:.75rem;padding:1rem}.event-interaction .event-actions{position:sticky;bottom:0;padding-top:.7rem;background:#050d0ff5}.journey-scene{top:214px;right:0;bottom:0;left:0;padding:1rem}}@media (prefers-reduced-motion: reduce){.route-stage,.event-actor{transition:none}}.equip-slots.loadout-manikin{height:334px;min-height:334px;background:radial-gradient(circle at 50% 49%,transparent 0 22%,rgba(201,170,101,.09) 22.4% 22.8%,transparent 23.2% 34%,rgba(103,153,136,.07) 34.4% 34.8%,transparent 35.2%),linear-gradient(90deg,transparent 49.8%,rgba(201,170,101,.12) 50%,transparent 50.2%),radial-gradient(circle at center,rgba(91,139,123,.09),transparent 66%)}.loadout-figure{top:1px;right:10%;bottom:1px;left:10%;width:80%;height:calc(100% - 2px);filter:drop-shadow(0 12px 24px rgba(0,0,0,.46))}.figure-facet{stroke:#8aae9f70;stroke-width:.9}.figure-hair-back{fill:#0c1c1fb8;stroke:#7d978f66}.figure-face-light{fill:#9d94771f}.figure-collar{fill:#657d6f29}.figure-robe-left{fill:#1c3d3c38}.figure-robe-right{fill:#324f462e}.figure-sleeve-light{fill:#4c6a5c1f}.figure-sash{fill:#81684324;stroke:#c9aa6552}.figure-skirt{fill:#1a393933}.figure-hand{fill:#8f856b1c}.figure-boot{fill:#0b1c1f99}.figure-dantian{fill:#c9aa650a;stroke:#c9aa655c;stroke-width:1;stroke-dasharray:2 4;vector-effect:non-scaling-stroke}.figure-detail{fill:none;stroke:#aeb8a64d;stroke-width:.8;vector-effect:non-scaling-stroke}.loadout-manikin .equip-slot[data-slot=head]{top:7px}.loadout-manikin .equip-slot[data-slot=body]{top:126px}.loadout-manikin .equip-slot[data-slot=weapon_main]{top:134px;left:2px}.loadout-manikin .equip-slot[data-slot=weapon_off]{top:134px;right:2px}.loadout-manikin .equip-slot[data-slot=feet]{bottom:5px}.loadout-manikin .equip-slot[data-slot=treasure]{right:4px;bottom:57px;border-color:#c9aa657a;background:radial-gradient(circle,rgba(201,170,101,.1),transparent 68%),#061113d6}.loadout-manikin .equip-slot[data-slot=treasure]:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-1;border:1px dashed rgba(201,170,101,.24);border-radius:50%;animation:treasureOrbit 12s linear infinite}@keyframes treasureOrbit{to{transform:rotate(360deg)}}.tooltip-desc.treasure-effect,.event-treasure-effect{color:#9fcab8}.event-treasure-effect{margin-top:.45rem;font-size:.86rem;line-height:1.55}.treasure-count-tag{display:inline-flex;width:fit-content;align-items:center;gap:.36rem;margin:.18rem .42rem .18rem 0;padding:.16rem .42rem;border:1px solid color-mix(in srgb,var(--treasure-count-color) 68%,transparent);background:color-mix(in srgb,var(--treasure-count-color) 14%,rgba(5,12,14,.9));color:var(--treasure-count-color);font-size:.68rem;line-height:1.15;vertical-align:middle}.treasure-count-tag b{font-size:inherit;letter-spacing:.08em}.treasure-count-tag small{color:color-mix(in srgb,var(--treasure-count-color) 72%,#e8e0ca);font-size:.62rem}.treasure-mode-switch{display:flex;margin:0 0 .75rem;border-bottom:1px solid rgba(201,170,101,.24)}.treasure-mode-switch button{min-height:38px;padding:.35rem .9rem;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--text-secondary);font:inherit;cursor:pointer}.treasure-mode-switch button.active{border-bottom-color:var(--accent-gold);color:var(--paper)}.treasure-mode-switch button:disabled{opacity:.35;cursor:not-allowed}#screen-battle:after{background:linear-gradient(90deg,rgba(3,8,10,.4),transparent 28%,transparent 70%,rgba(3,8,10,.48)),linear-gradient(0deg,rgba(3,8,10,.9),transparent 34%),repeating-linear-gradient(115deg,transparent 0 92px,rgba(156,184,170,.025) 93px 94px)}.adventure-hud{height:76px;background:linear-gradient(180deg,rgba(4,10,12,.88),rgba(4,10,12,.22) 80%,transparent)}.adventure-route{top:10px!important;width:min(720px,70vw);height:54px}.route-stage{opacity:.62;transform:scale(.92)}.route-stage.completed{opacity:.84}.route-stage.current{opacity:1;transform:translateY(2px) scale(1.12);border-color:#e0c67d;color:#eed58c;background:#48351ce6;filter:drop-shadow(0 0 12px rgba(224,198,125,.58))}.route-stage.current:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border:1px solid rgba(224,198,125,.45);clip-path:inherit;animation:routeCurrentPulse 1.8s ease-in-out infinite}@keyframes routeCurrentPulse{50%{top:-10px;right:-10px;bottom:-10px;left:-10px;opacity:.2}}#screen-battle .battle-order-mark{top:72px;padding:.35rem 2rem}#screen-battle .battle-header{position:absolute;top:112px;right:0;bottom:92px;left:0;display:grid;grid-template-columns:minmax(170px,230px) minmax(260px,1fr) minmax(260px,320px);gap:clamp(18px,3vw,48px);max-width:none;margin:0;padding:0 clamp(20px,3vw,46px);align-items:center;pointer-events:none}#screen-battle .combatant.player-side{width:100%;align-self:center}.battle-narrative{display:grid;min-width:0;width:100%;max-width:560px;justify-self:center;gap:.55rem;pointer-events:auto}#screen-battle .battle-log{position:relative;inset:auto;width:100%;max-width:none;height:clamp(220px,38vh,360px);padding:1rem 1.15rem;border:1px solid rgba(201,170,101,.24);border-width:1px 0;background:linear-gradient(90deg,#050d0fd4,#081315ab,#050d0fd4),linear-gradient(180deg,rgba(126,159,146,.05),transparent);font-size:.82rem;line-height:1.7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}#screen-battle .battle-log:before{content:"战斗记录";position:sticky;top:0;display:block;margin-bottom:.45rem;color:#c9aa659e;font-size:.62rem;letter-spacing:.22em}#screen-battle .battle-hint{position:relative;inset:auto;transform:none;width:100%;min-height:2.8em;margin:0;font-size:.76rem}#screen-battle .battle-enemies{width:100%;max-height:100%;align-self:center}#screen-battle .battle-controls{right:clamp(18px,2.8vw,42px);bottom:93px}.adventure-meters{position:absolute;z-index:8;right:0;bottom:0;left:0;top:auto;display:grid;grid-template-columns:minmax(190px,250px) minmax(0,1fr);width:100%;min-height:78px;padding:.55rem clamp(18px,3vw,46px);transform:none;align-items:center;gap:1rem;border-top:1px solid rgba(201,170,101,.34);background:linear-gradient(180deg,#050d0fcc,#040a0cfa),linear-gradient(90deg,rgba(111,151,140,.08),transparent 40%);box-shadow:0 -16px 36px #00000047}#screen-battle .adventure-meters .realm-info{display:flex;width:100%;min-height:46px;margin:0;padding:.45rem .85rem;justify-content:flex-start;align-items:baseline;gap:.7rem;border:0;border-right:1px solid rgba(201,170,101,.26);background:transparent}#screen-battle .adventure-meters .realm-label{color:var(--paper);font:400 1.05rem STKaiti,KaiTi,serif}#screen-battle .run-progress-info{display:flex;min-width:0;width:100%;max-width:none;margin:0;padding:0;border:0;background:transparent;align-items:center}#screen-battle .run-progress-list{flex:1;display:flex;min-width:0;flex-wrap:nowrap;overflow-x:auto}.adventure-breakthrough{top:18px;right:clamp(16px,2vw,28px);z-index:3}.event-scene,.journey-scene{top:76px;right:0;bottom:78px;left:0}.event-actor-portrait{position:relative;overflow:hidden;isolation:isolate;width:190px;height:214px;clip-path:polygon(50% 0,94% 16%,100% 67%,72% 100%,25% 96%,0 65%,7% 16%);background:#0b1718;filter:drop-shadow(0 16px 20px rgba(0,0,0,.58))}.event-actor:hover .event-portrait-image,.event-actor:focus-visible .event-portrait-image{transform:scale(1.045);filter:brightness(1.08) saturate(1.05)}@media (max-width: 1200px) and (min-width: 769px){.equip-slots.loadout-manikin{height:312px;min-height:312px}.loadout-manikin .equip-slot[data-slot=body]{top:116px}.loadout-manikin .equip-slot[data-slot=weapon_main],.loadout-manikin .equip-slot[data-slot=weapon_off]{top:122px}#screen-battle .battle-header{grid-template-columns:minmax(150px,190px) minmax(220px,1fr) minmax(230px,280px);gap:16px}}.origin-realm-portrait{width:100%;height:100%;object-fit:cover;object-position:center;background:#0b1718}#screen-battle .player-run-progress .run-progress-entry{position:relative;flex:0 0 auto;min-height:25px;max-height:25px;padding:.06rem .38rem;overflow:hidden;border-color:rgba(var(--player-fx),.22);background:linear-gradient(90deg,rgba(var(--player-fx),.2) 0 var(--counter-progress, 0%),rgba(3,10,12,.58) var(--counter-progress, 0%) 100%);transition:border-color .2s ease,filter .2s ease}#screen-battle .player-run-progress .run-progress-entry:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--counter-progress, 0%);border-right:1px solid rgba(var(--player-fx),.5);background:linear-gradient(90deg,transparent 68%,rgba(255,255,255,.13));pointer-events:none}#screen-battle .player-run-progress .run-progress-entry>span{position:relative;z-index:1}#screen-battle .player-run-progress .run-progress-entry.just-advanced{animation:runCounterGain .52s cubic-bezier(.18,.78,.24,1)}#screen-battle .player-run-progress .run-progress-entry.just-triggered{animation:runCounterRelease .78s cubic-bezier(.15,.78,.18,1)}#screen-battle .combatant.player-side.run-progress-gained{animation:runCardCharge .54s ease-out}#screen-battle .combatant.player-side.run-progress-triggered{animation:runCardRelease .9s cubic-bezier(.16,.76,.2,1)}.run-trigger-burst{position:absolute;z-index:14;top:-58px;left:50%;display:grid;min-width:92px;padding:.26rem .62rem;transform:translate(-50%);border:1px solid rgba(240,211,121,.82);background:#130e06ed;box-shadow:0 0 24px #e3c15d5c;color:#fff1bc;text-align:center;pointer-events:none;animation:runTriggerBurst .9s cubic-bezier(.16,.76,.2,1) forwards}.run-trigger-burst strong{font:500 .78rem STKaiti,KaiTi,serif;letter-spacing:.08em}.run-trigger-burst small{margin-top:.06rem;color:#f1d793bd;font-size:.48rem;letter-spacing:.16em}@keyframes runCounterGain{0%{transform:translateY(4px) scale(.94);filter:brightness(1)}34%{transform:translateY(-2px) scale(1.06);filter:brightness(1.65)}to{transform:none;filter:brightness(1)}}@keyframes runCounterReady{50%{transform:translateY(-1px);filter:brightness(1.35);box-shadow:0 0 9px #e6c46057,inset 0 0 8px #e6c46033}}@keyframes runCounterRelease{0%{transform:scale(.82);filter:brightness(2.2)}32%{transform:scale(1.12);box-shadow:0 0 16px #f5da7fbf}to{transform:none;filter:brightness(1)}}@keyframes runCardCharge{0%{filter:brightness(1)}32%{filter:brightness(1.34) saturate(1.18);box-shadow:0 0 22px rgba(var(--player-fx),.3)}to{filter:brightness(1)}}@keyframes runCardRelease{0%{transform:scale(.985);filter:brightness(1)}24%{transform:scale(1.025);filter:brightness(1.65) saturate(1.3);box-shadow:0 0 34px #efd0708c,inset 0 0 28px #efd0703d}56%{transform:scale(.997)}to{transform:none;filter:brightness(1)}}@keyframes runTriggerBurst{0%{opacity:0;transform:translate(-50%,12px) scale(.72)}20%,64%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-14px) scale(1.04)}}#screen-battle .combatant.effect-stacked,#screen-battle .enemy-unit.effect-stacked{animation:statusStackGain .62s cubic-bezier(.18,.78,.22,1)}#screen-battle .combatant.effect-discharged,#screen-battle .enemy-unit.effect-discharged{animation:statusStackDischarge .62s ease-out}#screen-battle .effect-stacked .status-badge{animation:statusBadgePop .58s cubic-bezier(.18,.78,.22,1)}#screen-battle .has-blood .player-combatant-avatar,#screen-battle .enemy-unit.has-blood .enemy-unit-icon{border-color:#de5b46d1;box-shadow:0 0 14px #cc42305c,inset 0 -10px 18px #9a271f2e}#screen-battle .has-earth .player-combatant-avatar,#screen-battle .enemy-unit.has-earth .enemy-unit-icon{border-color:#dcbe6fc7;box-shadow:0 0 12px #c3a15047,inset 0 0 16px #b28f4224}#screen-battle .effect-level-3 .status-badge{transform-origin:center;animation:statusBadgeCritical 1.12s ease-in-out infinite}@keyframes statusStackGain{0%{transform:translateY(3px) scale(.98);filter:brightness(1)}32%{transform:translateY(-3px) scale(1.018);filter:brightness(1.58) saturate(1.28)}to{transform:none;filter:brightness(1)}}@keyframes statusStackDischarge{0%{filter:brightness(1.5)}28%{transform:scale(.975);filter:brightness(.72) saturate(.62)}to{transform:none;filter:brightness(1)}}@keyframes statusBadgePop{0%{transform:scale(.72);opacity:.25}42%{transform:scale(1.15);opacity:1}to{transform:none}}@keyframes statusBadgeCritical{50%{transform:translateY(-1px) scale(1.045);filter:brightness(1.4);box-shadow:0 0 10px color-mix(in srgb,currentColor 48%,transparent)}}#screen-battle .battle-phase-charge{animation:battleChargeGather .58s ease-out}#screen-battle .battle-phase-release{animation:battleReleaseImpact .76s cubic-bezier(.16,.76,.18,1)}.enemy-card-fx-label{position:absolute;z-index:12;top:50%;left:50%;max-width:88%;padding:.12rem .36rem;transform:translate(-50%,7px) scale(.9);border:1px solid rgba(225,190,108,.62);background:#080c0deb;color:#f1d994;font:500 .56rem STKaiti,KaiTi,serif;white-space:nowrap;opacity:0;pointer-events:none}.enemy-card-fx-label.visible{animation:enemyFxLabel .72s cubic-bezier(.16,.76,.2,1)}.enemy-card-fx-label[data-fx=fire]{color:#f2a078;border-color:#e16637b8}.enemy-card-fx-label[data-fx=chill]{color:#9bd6ef;border-color:#5dafd3b8}.enemy-card-fx-label[data-fx=erosion],.enemy-card-fx-label[data-fx=magic]{color:#d3a4e7;border-color:#9d5ebfb8}@keyframes battleChargeGather{0%{filter:brightness(1)}34%{filter:brightness(1.42) saturate(1.25);box-shadow:0 0 22px #9674c54d}to{filter:brightness(1)}}@keyframes battleReleaseImpact{0%{transform:scale(.97);filter:brightness(1)}22%{transform:scale(1.035);filter:brightness(1.75) saturate(1.42)}48%{transform:scale(.992);box-shadow:0 0 30px #ebce7173}to{transform:none;filter:brightness(1)}}@keyframes enemyFxLabel{0%{opacity:0;transform:translate(-50%,9px) scale(.82)}20%,68%{opacity:1;transform:translate(-50%,-3px) scale(1)}to{opacity:0;transform:translate(-50%,-12px) scale(1.02)}}@media (max-width: 768px){#screen-battle .battle-header{grid-template-rows:198px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:198px;min-height:198px;max-height:198px}#screen-battle .battle-enemies{overflow-y:auto;scrollbar-width:none}#screen-battle .enemy-unit{flex-basis:94px;min-height:94px;max-height:94px}#screen-battle .player-run-progress{min-height:65px;margin-top:.18rem}#screen-battle .player-run-progress .run-progress-list{min-height:52px;max-height:52px}#screen-battle .player-run-progress .run-progress-entry{min-height:24px;max-height:24px;padding-inline:.3rem;font-size:.54rem}.run-trigger-burst{top:-54px;min-width:82px}}@media (min-width: 769px){#screen-battle .event-scene.shop-active{grid-template-columns:160px minmax(0,1fr);gap:clamp(12px,1.5vw,24px);padding-inline:clamp(12px,2vw,28px)}#screen-battle .event-scene.shop-active .event-actor{width:160px;min-height:240px;padding:.75rem}#screen-battle .event-scene.shop-active .event-actor-portrait{width:110px;height:126px}#screen-battle .event-scene.shop-active .event-actor-copy strong{font-size:1.1rem}#screen-battle .event-scene.shop-active .event-interaction{width:100%;padding:.85rem .95rem}#screen-battle .event-scene.shop-active .shop-item{grid-template-columns:42px minmax(100px,1fr) auto;gap:.42rem}#screen-battle .event-scene.shop-active .shop-item-icon{width:42px;height:42px}}#screen-battle .adventure-route{width:min(980px,70vw);justify-content:flex-start;gap:7px!important;overflow-x:auto;overflow-y:hidden;padding-inline:18px;scrollbar-width:none}#screen-battle .adventure-route::-webkit-scrollbar{display:none}#screen-battle .route-stage{flex-basis:34px;width:34px;height:34px}#screen-battle .route-stage-icon{width:25px;height:25px}@media (max-width: 768px){#screen-battle .adventure-route{right:.45rem!important;left:.45rem!important;width:auto;padding-inline:10px}#screen-battle .route-stage{flex-basis:32px;width:32px;height:32px}}#screen-battle .battle-enemies{grid-column:1;grid-row:1;display:flex;width:100%;height:100%;min-height:0;max-height:none;align-items:center;justify-content:center;gap:clamp(8px,1.25vw,18px);overflow-x:auto;overflow-y:hidden;pointer-events:auto;scrollbar-width:none}#screen-battle .enemy-unit{flex:0 0 clamp(158px,17.5vh,202px);width:clamp(158px,17.5vh,202px);min-width:clamp(158px,17.5vh,202px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.42rem .48rem .46rem;overflow:hidden;border-radius:5px 14px}#screen-battle .enemy-unit-effects{position:static;min-height:19px;max-height:21px;margin:.18rem 0 0;padding:0;justify-content:center;overflow:hidden}#screen-battle .battle-narrative{grid-column:1;grid-row:2;display:grid;grid-template-rows:24px minmax(0,1fr);width:min(760px,78%);height:100%;min-height:0;max-width:none;gap:.15rem;align-self:stretch;order:initial}#screen-battle .combatant.player-side{grid-column:1;grid-row:3;align-self:center;width:clamp(218px,23.5vh,266px);min-width:clamp(218px,23.5vh,266px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.62rem .68rem;overflow:hidden}@media (max-width: 768px){#screen-battle .battle-header{top:98px;right:.45rem;bottom:58px;left:.45rem;grid-template-columns:minmax(0,1fr);grid-template-rows:154px minmax(78px,1fr) 180px;gap:.38rem;padding:0;overflow:hidden}#screen-battle .battle-enemies{grid-column:1;grid-row:1;width:100%;height:154px;min-height:154px;max-height:154px;justify-content:flex-start;flex-direction:row;gap:.42rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity}#screen-battle .enemy-unit{flex:0 0 146px;width:146px;min-width:146px;height:146px;min-height:146px;max-height:146px;padding:.28rem .34rem .3rem}#screen-battle .enemy-target-button{height:59%;min-height:0;grid-template-columns:42px minmax(0,1fr);grid-template-areas:"icon name" "icon bar" "icon armor";gap:.06rem .34rem;padding:.06rem}#screen-battle .enemy-unit-icon{width:40px;height:48px}#screen-battle .enemy-unit-name{font-size:.65rem}#screen-battle .enemy-unit-bar-wrap{height:12px}#screen-battle .enemy-unit-effects,#screen-battle .enemy-unit-effects:not(:empty){position:static;min-height:15px;max-height:16px;margin:.05rem 0;padding:0;justify-content:flex-start}#screen-battle .enemy-action-slot{min-height:24px;margin:.05rem 0 0;padding:.08rem .16rem}#screen-battle .battle-narrative{grid-column:1;grid-row:2;width:100%;min-height:0;max-width:none}#screen-battle .battle-log{height:100%;min-height:0;padding:.32rem .55rem;font-size:.62rem;line-height:1.42}#screen-battle .battle-hint{display:none}#screen-battle .combatant.player-side{grid-column:1;grid-row:3;align-self:end;width:176px;min-width:176px;height:176px;min-height:176px;max-height:176px;padding:.38rem .42rem}#screen-battle .player-combatant-head{grid-template-columns:42px minmax(0,1fr);gap:.35rem}#screen-battle .player-combatant-avatar{width:42px;height:50px}#screen-battle .player-combatant-main .combatant-name{font-size:.7rem}#screen-battle .player-combatant-main .hp-bar-container{height:13px}#screen-battle .player-battle-effects{min-height:14px;max-height:15px;margin-top:.12rem}#screen-battle .player-run-progress{min-height:50px;margin-top:.08rem;padding-top:.1rem}#screen-battle .player-run-progress .run-progress-heading{display:none}#screen-battle .player-run-progress .run-progress-list{min-height:47px;max-height:47px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:22px;max-height:22px;padding-inline:.22rem;font-size:.47rem}#screen-battle .battle-controls{right:.45rem;bottom:59px;flex-direction:column;gap:.24rem}#screen-battle .battle-controls .btn{min-width:76px;min-height:29px;padding:.2rem .4rem;font-size:.58rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:95px;bottom:56px;grid-template-rows:138px minmax(60px,1fr) 162px}#screen-battle .battle-enemies{height:138px;min-height:138px;max-height:138px}#screen-battle .enemy-unit{flex-basis:132px;width:132px;min-width:132px;height:132px;min-height:132px;max-height:132px}#screen-battle .combatant.player-side{width:158px;min-width:158px;height:158px;min-height:158px;max-height:158px}#screen-battle .battle-controls{bottom:56px}}#screen-battle .battle-header{top:108px;right:0;bottom:54px;left:0;display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(168px,1fr) minmax(84px,112px) minmax(218px,1.16fr);gap:clamp(8px,1.2vh,16px);padding:0 clamp(16px,3vw,44px);align-items:center;justify-items:center;overflow:hidden}#screen-battle .battle-enemies{grid-row:1;display:flex;width:100%;height:100%;min-height:0;max-height:none;align-items:center;justify-content:center;gap:clamp(8px,1.25vw,18px);overflow-x:auto;overflow-y:hidden;pointer-events:auto;scrollbar-width:none}#screen-battle .enemy-unit{flex:0 0 clamp(158px,17.5vh,202px);width:clamp(158px,17.5vh,202px);min-width:clamp(158px,17.5vh,202px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.42rem .48rem .46rem;overflow:hidden;border-radius:5px 14px;scroll-snap-align:center}#screen-battle .enemy-target-button{display:grid;min-height:0;height:57%;grid-template-columns:54px minmax(0,1fr);grid-template-areas:"icon name" "icon bar" "icon armor";gap:.12rem .48rem;padding:.12rem .08rem .2rem}.card-armor-line{grid-area:armor;display:inline-flex;min-height:18px;align-items:center;justify-content:flex-start;gap:.3rem;color:#a9cad7;font:600 .66rem ui-monospace,Cascadia Mono,monospace;font-variant-numeric:tabular-nums;text-shadow:0 0 8px rgba(113,177,203,.45);transition:opacity .18s ease,filter .18s ease}.card-armor-line span{display:grid;width:17px;height:17px;place-items:center;border:1px solid rgba(139,195,215,.5);transform:rotate(45deg);background:#244c5b6b;font:500 .52rem STKaiti,KaiTi,serif}.card-armor-line span:first-letter{transform:rotate(-45deg)}.card-armor-line strong{color:inherit;font-size:inherit}.card-armor-line.empty{opacity:.32;filter:grayscale(.7)}#screen-battle .enemy-unit-effects{min-height:19px;max-height:21px;margin:.18rem 0 0;padding:0;justify-content:center;overflow:hidden}#screen-battle .battle-narrative{grid-row:2;display:grid;grid-template-rows:24px minmax(0,1fr);width:min(760px,78%);height:100%;min-height:0;max-width:none;gap:.15rem;align-self:stretch;pointer-events:auto}#screen-battle .battle-log-toolbar{min-height:24px}#screen-battle .combatant.player-side{grid-row:3;align-self:center;width:clamp(218px,23.5vh,266px);min-width:clamp(218px,23.5vh,266px);height:auto;min-height:0;aspect-ratio:1;padding:.62rem .68rem;overflow:hidden;pointer-events:auto}#screen-battle .player-combatant-main .card-armor-line{margin-top:.28rem}#screen-battle .player-battle-effects{min-height:19px;max-height:22px;margin-top:.28rem;overflow:hidden}.card-float-layer{position:absolute;z-index:18;top:0;right:0;bottom:0;left:0;overflow:visible;pointer-events:none}.card-float-number{--float-color: #ffd0ba;--float-glow: rgba(229,104,70,.72);position:absolute;top:42%;left:50%;min-width:2.4em;padding:.05em .22em;transform:translate(-50%) scale(.72);color:var(--float-color);font:800 clamp(.9rem,1.45vw,1.28rem) ui-monospace,"Cascadia Mono",monospace;font-variant-numeric:tabular-nums;line-height:1;text-align:center;text-shadow:0 1px 0 rgba(0,0,0,.9),0 0 8px var(--float-glow),0 0 18px var(--float-glow);white-space:nowrap;animation:cardDamageFloat .92s cubic-bezier(.14,.72,.18,1) forwards}.card-float-number.lane-1{left:38%;animation-name:cardDamageFloatLeft}.card-float-number.lane-2{left:62%;animation-name:cardDamageFloatRight}.card-float-number.float-physical{--float-color: #ffb09b;--float-glow: rgba(222,76,50,.72)}.card-float-number.float-magic{--float-color: #d8a9ff;--float-glow: rgba(147,83,210,.78)}.card-float-number.float-thunder{--float-color: #f2ef9d;--float-glow: rgba(154,213,238,.86)}.card-float-number.float-fire{--float-color: #ffad52;--float-glow: rgba(244,76,21,.9)}.card-float-number.float-frost{--float-color: #bdeaff;--float-glow: rgba(91,184,224,.9)}.card-float-number.float-sword{--float-color: #f5d989;--float-glow: rgba(203,162,64,.86)}.card-float-number.float-erosion{--float-color: #ca79e7;--float-glow: rgba(117,39,153,.92)}.card-float-number.float-sacred{--float-color: #fff0a3;--float-glow: rgba(91,210,196,.92)}.card-float-number.float-blood{--float-color: #ef6d69;--float-glow: rgba(161,20,29,.9)}.card-float-number.float-true{--float-color: #fff4c7;--float-glow: rgba(255,226,133,.9);letter-spacing:.08em}.card-float-number.float-heal{--float-color: #8fe0a5;--float-glow: rgba(67,180,103,.82);animation-name:cardHealingFloat}.card-float-number.float-armor-gain{--float-color: #a9d9e9;--float-glow: rgba(79,155,190,.78);font-size:clamp(.72rem,1.05vw,.94rem);animation-name:cardArmorGather}.card-float-number.float-armor-hit,.card-float-number.float-armor-break{--float-color: #c4e5ec;--float-glow: rgba(92,166,191,.86);font-size:clamp(.72rem,1.05vw,.94rem);animation-name:cardArmorShatter}.card-float-number.float-armor-break{--float-color: #ffe0a8;--float-glow: rgba(224,152,66,.88)}@keyframes cardDamageFloat{0%{opacity:0;transform:translate(-50%,10px) scale(.68)}18%{opacity:1;transform:translate(-50%,-4px) scale(1.18)}58%{opacity:1;transform:translate(-50%,-28px) scale(1)}to{opacity:0;transform:translate(-50%,-54px) scale(.9)}}@keyframes cardDamageFloatLeft{0%{opacity:0;transform:translate(-50%,8px) rotate(-5deg) scale(.7)}20%{opacity:1;transform:translate(-50%,-5px) rotate(-5deg) scale(1.14)}to{opacity:0;transform:translate(-72%,-52px) rotate(-8deg) scale(.88)}}@keyframes cardDamageFloatRight{0%{opacity:0;transform:translate(-50%,8px) rotate(5deg) scale(.7)}20%{opacity:1;transform:translate(-50%,-5px) rotate(5deg) scale(1.14)}to{opacity:0;transform:translate(-28%,-52px) rotate(8deg) scale(.88)}}@keyframes cardHealingFloat{0%{opacity:0;transform:translate(-50%,18px) scale(.72)}28%{opacity:1;transform:translate(-50%,-2px) scale(1.1)}to{opacity:0;transform:translate(-50%,-62px) scale(.92)}}@keyframes cardArmorGather{0%{opacity:0;transform:translate(-50%,-28px) scale(1.35);filter:blur(3px)}32%{opacity:1;transform:translate(-50%) scale(.94);filter:blur(0)}72%{opacity:1}to{opacity:0;transform:translate(-50%,-12px) scale(.9)}}@keyframes cardArmorShatter{0%{opacity:0;transform:translate(-50%) scale(.72)}20%{opacity:1;transform:translate(-50%,-5px) scale(1.18)}48%{transform:translate(-58%,-16px) rotate(-5deg)}to{opacity:0;transform:translate(-35%,-42px) rotate(12deg) scale(.76)}}#screen-battle .combatant.player-side.battle-fx-strike,#screen-battle .combatant.player-side.battle-fx-sword{animation-name:battleCardLungeUp}#screen-battle .enemy-unit.battle-fx-strike,#screen-battle .enemy-unit.battle-fx-sword{animation-name:battleCardLungeDown}@keyframes battleCardLungeUp{35%{transform:translateY(-8px) scale(1.018)}72%{transform:translateY(2px)}}@keyframes battleCardLungeDown{35%{transform:translateY(8px) scale(1.018)}72%{transform:translateY(-2px)}}@media (max-width: 768px){#screen-battle .battle-header{top:98px;right:.45rem;bottom:58px;left:.45rem;grid-template-columns:minmax(0,1fr);grid-template-rows:154px minmax(78px,1fr) 180px;gap:.38rem;padding:0;overflow:hidden}#screen-battle .battle-enemies{grid-column:1;grid-row:1;display:flex;width:100%;height:154px;max-height:154px;justify-content:flex-start;gap:.42rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-padding-inline:8%}#screen-battle .enemy-unit{flex:0 0 146px;width:146px;min-width:146px;height:146px;min-height:146px;max-height:146px;padding:.28rem .34rem .3rem}#screen-battle .enemy-target-button{height:59%;grid-template-columns:42px minmax(0,1fr);gap:.06rem .34rem;padding:.06rem}#screen-battle .enemy-unit-icon{width:40px;height:48px}#screen-battle .enemy-unit-name{font-size:.65rem}#screen-battle .enemy-unit-bar-wrap{height:12px}#screen-battle .enemy-unit-effects{position:static;min-height:15px;max-height:16px;margin:.05rem 0;padding:0;justify-content:flex-start}#screen-battle .enemy-unit-effects:not(:empty){position:static;max-height:16px}#screen-battle .enemy-action-slot{min-height:24px;margin:.05rem 0 0;padding:.08rem .16rem}#screen-battle .enemy-action-kicker{font-size:.42rem}#screen-battle .enemy-unit-intent{font-size:.51rem}#screen-battle .card-armor-line{min-height:15px;font-size:.54rem}#screen-battle .card-armor-line span{width:14px;height:14px;font-size:.43rem}#screen-battle .battle-narrative{grid-column:1;grid-row:2;grid-template-rows:23px minmax(0,1fr);width:100%;min-height:0;max-width:none;order:initial}#screen-battle .battle-log{height:100%;min-height:0;padding:.32rem .55rem;font-size:.62rem;line-height:1.42}#screen-battle .battle-hint{display:none}#screen-battle .combatant.player-side{grid-column:1;grid-row:3;align-self:end;width:176px;min-width:176px;height:176px;min-height:176px;max-height:176px;aspect-ratio:1;padding:.38rem .42rem;overflow:hidden}#screen-battle .player-combatant-head{grid-template-columns:42px minmax(0,1fr);gap:.35rem}#screen-battle .player-combatant-avatar{width:42px;height:50px}#screen-battle .player-combatant-main .combatant-name{margin-bottom:.14rem;font-size:.7rem}#screen-battle .player-combatant-main .hp-bar-container{height:13px}#screen-battle .player-combatant-main .card-armor-line{margin-top:.12rem}#screen-battle .player-battle-effects{min-height:14px;max-height:15px;margin-top:.12rem}#screen-battle .player-run-progress{min-height:50px;margin-top:.08rem;padding-top:.1rem}#screen-battle .player-run-progress .run-progress-heading{display:none}#screen-battle .player-run-progress .run-progress-list{min-height:47px;max-height:47px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:22px;max-height:22px;padding-inline:.22rem;font-size:.47rem}#screen-battle .battle-controls{right:.45rem;bottom:59px;flex-direction:column;gap:.24rem}#screen-battle .battle-controls .btn{min-width:76px;min-height:29px;padding:.2rem .4rem;font-size:.58rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:95px;bottom:56px;grid-template-rows:138px minmax(60px,1fr) 162px}#screen-battle .battle-enemies{height:138px;max-height:138px}#screen-battle .enemy-unit{flex-basis:132px;width:132px;min-width:132px;height:132px;min-height:132px;max-height:132px}#screen-battle .combatant.player-side{width:158px;min-width:158px;height:158px;min-height:158px;max-height:158px}#screen-battle .battle-controls{bottom:56px}}@media (prefers-reduced-motion: reduce){#screen-battle .card-float-number{animation-duration:.01ms!important;opacity:1}}@media (prefers-reduced-motion: reduce){#screen-battle .run-progress-entry,#screen-battle .combatant.player-side.run-progress-gained,#screen-battle .combatant.player-side.run-progress-triggered,#screen-battle .combatant.effect-stacked,#screen-battle .combatant.effect-discharged,#screen-battle .enemy-unit.effect-stacked,#screen-battle .enemy-unit.effect-discharged,#screen-battle .battle-phase-charge,#screen-battle .battle-phase-release,#screen-battle .status-badge,.run-trigger-burst,.enemy-card-fx-label.visible{animation:none!important}.run-trigger-burst,.enemy-card-fx-label.visible{display:none}}.battle-log-toolbar{display:flex;min-height:28px;align-items:center;justify-content:space-between;gap:.7rem;padding:0 .2rem;color:#c9aa65b3;font-size:.62rem;letter-spacing:.14em;pointer-events:auto}.battle-log-toolbar button{min-height:27px;padding:.16rem .58rem;border:1px solid rgba(201,170,101,.35);background:#050e10c2;color:#c9b375;font:inherit;font-size:.58rem;letter-spacing:.04em;cursor:pointer}.battle-log-toolbar button:hover,.battle-log-toolbar button:focus-visible{border-color:#e0c67dcc;color:#f0dfac;outline:none}#screen-battle .battle-narrative{grid-template-rows:auto minmax(0,1fr) auto}#screen-battle .enemy-unit{padding-bottom:.45rem;transition:border-color .2s ease,box-shadow .22s ease,opacity .28s ease,filter .28s ease,transform .28s ease}#screen-battle .enemy-unit.just-defeated{animation:enemyDefeatedToRear .52s cubic-bezier(.2,.72,.25,1)}@keyframes enemyDefeatedToRear{0%{opacity:1;transform:translateY(0) scale(1)}48%{opacity:.16;transform:translateY(8px) scale(.97)}to{opacity:.3;transform:translateY(0) scale(.985)}}.combatant.effect-level-1,#screen-battle .enemy-unit.effect-level-1{box-shadow:inset 0 0 18px #7e9f920d}.combatant.effect-level-2,#screen-battle .enemy-unit.effect-level-2{box-shadow:inset 0 0 22px #7e9f921a,0 0 12px #7e9f9214}.combatant.effect-level-3,#screen-battle .enemy-unit.effect-level-3{box-shadow:inset 0 0 28px #7e9f9224,0 0 17px #7e9f921f}.combatant.has-buff,#screen-battle .enemy-unit.has-buff{border-color:#67b57e7a}.combatant.has-debuff,#screen-battle .enemy-unit.has-debuff{border-color:#c7594980}.combatant.has-burn,#screen-battle .enemy-unit.has-burn{box-shadow:inset 0 -12px 24px #d85b2d1f,0 0 16px #d85b2d1a}.combatant.has-chill,#screen-battle .enemy-unit.has-chill{box-shadow:inset 0 0 26px #499acc24,0 0 14px #499acc1a}.combatant.has-magic,#screen-battle .enemy-unit.has-magic{background-image:linear-gradient(135deg,rgba(119,72,153,.12),transparent 52%)}.combatant.effect-changed,#screen-battle .enemy-unit.effect-changed{animation:statusCardPulse .48s ease-out}@keyframes statusCardPulse{0%{filter:brightness(1.55) saturate(1.35)}to{filter:brightness(1) saturate(1)}}.status-badge.effect-intensity-2{box-shadow:inset 0 0 8px currentColor}.status-badge.effect-intensity-3{box-shadow:inset 0 0 10px currentColor,0 0 7px color-mix(in srgb,currentColor 38%,transparent);animation:statusBadgeBreathe 1.65s ease-in-out infinite}@keyframes statusBadgeBreathe{50%{filter:brightness(1.35);transform:translateY(-1px)}}.status-badge.blood{border-color:#be45389e;color:#e98a79}.status-badge.earth{border-color:#bf9f5b9e;color:#d7bd7d}.tooltip-affix-compare{display:grid;gap:.2rem;margin-top:.45rem;padding-top:.42rem;border-top:1px solid rgba(201,170,101,.24);font-size:.78rem}.tooltip-affix-compare strong{color:var(--accent-gold);font-size:.68rem;letter-spacing:.08em}.tooltip-affix-compare span{display:block}.right-path-step{width:100%;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left}.right-path-step.chosen{cursor:pointer}.right-path-step.chosen:hover strong,.right-path-step.chosen:focus-visible strong{color:var(--accent-gold)}.right-path-step:focus-visible{outline:1px solid rgba(201,170,101,.6);outline-offset:2px}.right-path-step p{grid-column:2;margin:-.08rem 0 .45rem;color:#aab5ae;font-size:.67rem;line-height:1.55}.right-path-step.expanded{align-items:start}.right-path-step.expanded>span{background:#c9aa651f}.path-inline-content{margin-top:.8rem;padding-top:.8rem;border-top:1px solid rgba(201,170,101,.26)}.path-inline-content .path-header h2{margin:.2rem 0;font-size:1.12rem}.path-inline-content .path-header p{font-size:.73rem}.path-inline-content .path-timeline{display:grid;gap:.35rem}.path-inline-content .path-columns{grid-template-columns:1fr}.path-inline-content .path-section{padding:.65rem 0}.path-step{width:100%;padding:.3rem 0;border:0;background:transparent;color:inherit;font:inherit;text-align:left}.path-step.chosen{cursor:pointer}.path-step.chosen:hover strong,.path-step.chosen:focus-visible strong{color:var(--accent-gold)}.path-step:focus-visible{outline:1px solid rgba(201,170,101,.55);outline-offset:2px}.path-step.expanded{padding-bottom:.55rem}.path-step p[hidden],.right-path-step p[hidden],.path-inline-content[hidden]{display:none!important}@media (max-width: 768px){#screen-battle .battle-header{grid-template-rows:146px minmax(0,1fr)}#screen-battle .combatant.player-side{height:146px;padding:.48rem .55rem}#screen-battle .combatant.player-side .combatant-name{margin-bottom:.3rem;font-size:.82rem}#screen-battle .combatant.player-side .hp-bar-container{width:100%;height:16px}#screen-battle .battle-enemies{height:146px;max-height:146px;gap:.3rem;scroll-padding-block:.2rem}#screen-battle .enemy-unit{min-height:84px;max-height:none;padding:.2rem .28rem .26rem;scroll-snap-align:start}#screen-battle .enemy-target-button{min-height:40px;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon name" "icon bar";gap:.08rem .34rem;padding:.1rem .12rem .08rem}#screen-battle .enemy-unit-icon{width:32px;height:38px}#screen-battle .enemy-unit-name{align-self:end;font-size:.7rem;text-align:left}#screen-battle .enemy-unit-bar-wrap{width:100%;height:13px}#screen-battle .enemy-unit-bar-text{font-size:.52rem}#screen-battle .enemy-unit-effects{min-height:13px;max-height:14px;margin:.08rem .08rem 0;padding:0;justify-content:flex-start;overflow:hidden}#screen-battle .status-badge{min-height:13px;padding:0 .17rem;font-size:.45rem}#screen-battle .enemy-action-slot{width:100%;min-height:22px;margin:.08rem 0 0;padding:.06rem .16rem;gap:.18rem}#screen-battle .enemy-action-kicker{font-size:.43rem}#screen-battle .enemy-unit-intent{font-size:.54rem}#screen-battle .battle-narrative{grid-template-rows:25px minmax(0,1fr) auto}.battle-log-toolbar{min-height:25px;padding:0 .1rem;font-size:.52rem}.battle-log-toolbar button{min-height:24px;padding:.1rem .42rem;font-size:.5rem}#screen-battle .battle-log{padding-top:.48rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:132px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:132px;max-height:132px}#screen-battle .enemy-unit{min-height:78px}}#screen-battle .battle-header{grid-template-columns:minmax(230px,290px) minmax(260px,1fr) minmax(260px,320px)}#screen-battle .combatant.player-side{--player-fx: 201, 170, 101;position:relative;isolation:isolate;min-height:154px;padding:.68rem .72rem;overflow:hidden;border:1px solid rgba(var(--player-fx),.34);background:linear-gradient(105deg,#060f12f0,#081415b3),radial-gradient(circle at 18% 30%,rgba(var(--player-fx),.12),transparent 38%)}#screen-battle .combatant.player-side[data-origin=tixiu]{--player-fx: 183, 82, 65}#screen-battle .combatant.player-side[data-origin=faxiu]{--player-fx: 140, 92, 170}.player-combatant-head{position:relative;z-index:2;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:.72rem}.player-combatant-avatar{position:relative;width:72px;height:86px;overflow:hidden;isolation:isolate;border:1px solid rgba(var(--player-fx),.62);clip-path:polygon(50% 0,92% 15%,100% 65%,72% 100%,24% 95%,0 62%,8% 15%);background:#0b1718;box-shadow:0 0 18px rgba(var(--player-fx),.14)}.player-combatant-avatar:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(145deg,rgba(255,255,255,.13),transparent 30%),linear-gradient(0deg,rgba(4,10,12,.3),transparent 45%)}.player-combatant-main{min-width:0}#screen-battle .player-combatant-main .combatant-name{margin-bottom:.42rem;font-size:1.08rem}#screen-battle .player-combatant-main .hp-bar-container{width:100%;height:18px}#screen-battle .player-battle-effects{position:relative;z-index:3;min-height:24px;margin-top:.5rem}.player-card-fx-label{position:absolute;z-index:8;top:.42rem;right:.5rem;max-width:calc(100% - 94px);padding:.14rem .46rem;transform:translateY(7px) scale(.94);border:1px solid rgba(var(--player-fx),.58);background:#050d0fe0;color:#f0d992;font:400 .66rem STKaiti,KaiTi,serif;letter-spacing:.08em;opacity:0;pointer-events:none}.player-card-fx-label.visible{animation:playerFxLabel .62s cubic-bezier(.2,.75,.25,1)}.player-card-fx-label[data-fx=heal]{color:#9bd2ad;border-color:#66be8494}.player-card-fx-label[data-fx=blood]{color:#ee9b89;border-color:#cd503e99}.player-card-fx-label[data-fx=magic],.player-card-fx-label[data-fx=erosion]{color:#d3a4e7;border-color:#9d5ebf9e}.player-card-fx-label[data-fx=chill]{color:#9bd6ef;border-color:#5dafd39e}@keyframes playerFxLabel{0%{opacity:0;transform:translateY(7px) scale(.94)}18%,68%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-5px) scale(.98)}}#screen-battle .combatant.player-side:before,#screen-battle .enemy-unit:before{content:"";position:absolute;z-index:6;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}#screen-battle .combatant.player-side:after,#screen-battle .enemy-unit:after{content:"";position:absolute;z-index:7;top:-35%;bottom:-35%;left:-30%;width:18%;transform:rotate(20deg);opacity:0;pointer-events:none}#screen-battle .battle-fx-strike{animation:battleCardLunge .42s ease-out}#screen-battle .battle-fx-strike:after,#screen-battle .battle-fx-sword:after{background:linear-gradient(90deg,transparent,rgba(239,218,146,.92),transparent);box-shadow:0 0 14px #e0c67db3;animation:battleSlashSweep .42s ease-out}#screen-battle .battle-fx-sword{animation:battleCardLunge .48s ease-out;filter:drop-shadow(0 0 8px rgba(178,211,201,.45))}#screen-battle .battle-fx-hit{animation:battleCardHit .38s ease-out}#screen-battle .battle-fx-hit:before{background:radial-gradient(circle at 52% 44%,rgba(239,128,94,.46),transparent 52%);animation:battleFxFlash .38s ease-out}#screen-battle .battle-fx-magic:before{background:radial-gradient(circle at 28% 45%,transparent 0 15%,rgba(165,105,201,.48) 17% 19%,transparent 21%),conic-gradient(from 45deg at 28% 45%,transparent,rgba(140,92,170,.34),transparent 32%);animation:battleMagicPulse .58s ease-out}#screen-battle .battle-fx-heal:before{background:repeating-linear-gradient(90deg,transparent 0 17%,rgba(121,211,151,.25) 18% 20%,transparent 21% 34%),linear-gradient(0deg,rgba(91,181,121,.34),transparent 66%);animation:battleHealRise .6s ease-out}#screen-battle .battle-fx-shield:before{top:5px;right:5px;bottom:5px;left:5px;border:2px solid rgba(197,190,126,.74);clip-path:polygon(50% 0,95% 23%,88% 78%,50% 100%,12% 78%,5% 23%);background:radial-gradient(circle,rgba(187,180,112,.17),transparent 68%);animation:battleShieldLock .56s ease-out}#screen-battle .battle-fx-blood:before{background:radial-gradient(circle at 30% 52%,rgba(210,72,53,.44),transparent 58%);animation:battleBloodBeat .58s ease-out}#screen-battle .battle-fx-fire:before{background:radial-gradient(ellipse at 20% 100%,rgba(232,86,41,.48),transparent 54%),linear-gradient(0deg,rgba(207,70,38,.32),transparent 58%);animation:battleFireFlicker .56s ease-out}#screen-battle .battle-fx-chill:before{background:linear-gradient(135deg,transparent 42%,rgba(136,211,239,.62) 43% 45%,transparent 46%),linear-gradient(45deg,transparent 58%,rgba(104,184,220,.42) 59% 61%,transparent 62%),radial-gradient(circle at 30% 50%,rgba(90,174,215,.32),transparent 60%);animation:battleChillCrack .58s ease-out}#screen-battle .battle-fx-erosion:before{background:repeating-radial-gradient(circle at 25% 48%,transparent 0 8px,rgba(136,77,160,.24) 9px 11px),linear-gradient(90deg,rgba(78,38,94,.42),transparent 68%);animation:battleErosionCreep .6s ease-out}#screen-battle .battle-fx-thunder:before{background:linear-gradient(112deg,transparent 0 40%,rgba(224,235,167,.9) 41% 43%,transparent 44% 52%,rgba(155,203,222,.72) 53% 55%,transparent 56%);animation:battleThunderSnap .44s steps(2,end)}#screen-battle .battle-fx-sacred:before{background:conic-gradient(from 45deg at 50% 48%,transparent 0 10%,rgba(255,239,161,.62) 11% 13%,transparent 14% 24%,rgba(104,211,197,.44) 25% 27%,transparent 28% 100%),radial-gradient(circle at 50% 48%,rgba(255,245,188,.46),transparent 44%);animation:battleMagicPulse .62s ease-out}@keyframes battleCardLunge{35%{transform:translate(6px) scale(1.012)}70%{transform:translate(-2px)}}@keyframes battleCardHit{18%{transform:translate(-5px);filter:brightness(1.45) saturate(.75)}38%{transform:translate(4px)}60%{transform:translate(-2px)}}@keyframes battleSlashSweep{0%{left:-30%;opacity:0}20%{opacity:1}to{left:116%;opacity:0}}@keyframes battleFxFlash{0%{opacity:0;transform:scale(.65)}24%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.18)}}@keyframes battleMagicPulse{0%{opacity:0;transform:rotate(-22deg) scale(.6)}35%{opacity:1}to{opacity:0;transform:rotate(36deg) scale(1.22)}}@keyframes battleHealRise{0%{opacity:0;transform:translateY(28%)}28%{opacity:.9}to{opacity:0;transform:translateY(-22%)}}@keyframes battleShieldLock{0%{opacity:0;transform:scale(1.2)}30%{opacity:1;transform:scale(.98)}72%{opacity:.7}to{opacity:0;transform:scale(1.02)}}@keyframes battleBloodBeat{0%,to{opacity:0;transform:scale(.82)}22%{opacity:1;transform:scale(1.04)}43%{opacity:.35;transform:scale(.94)}67%{opacity:.85;transform:scale(1.08)}}@keyframes battleFireFlicker{0%{opacity:0;transform:translateY(16%) scaleY(.7)}35%{opacity:1;transform:translateY(0) scaleY(1.1)}to{opacity:0;transform:translateY(-12%) scaleY(.9)}}@keyframes battleChillCrack{0%{opacity:0;filter:brightness(1)}25%{opacity:1;filter:brightness(1.45)}to{opacity:0;filter:brightness(1)}}@keyframes battleErosionCreep{0%{opacity:0;transform:translate(-14%) scale(.9)}38%{opacity:.92}to{opacity:0;transform:translate(14%) scale(1.12)}}@keyframes battleThunderSnap{0%{opacity:0}25%{opacity:1;filter:brightness(1.8)}55%{opacity:.25}78%{opacity:.9}to{opacity:0}}@media (max-width: 1400px) and (min-width: 769px){#screen-battle .battle-header{grid-template-columns:minmax(190px,230px) minmax(190px,1fr) minmax(210px,250px)}.player-combatant-head{grid-template-columns:58px minmax(0,1fr);gap:.55rem}.player-combatant-avatar{width:58px;height:70px}}@media (max-width: 768px){#screen-battle .combatant.player-side{min-height:0;padding:.38rem .42rem;overflow:hidden}.player-combatant-head{grid-template-columns:40px minmax(0,1fr);gap:.38rem}.player-combatant-avatar{width:40px;height:48px}#screen-battle .player-combatant-main .combatant-name{margin-bottom:.24rem;font-size:.74rem}#screen-battle .player-combatant-main .hp-bar-container{height:13px}#screen-battle .player-battle-effects{min-height:14px;max-height:33px;margin-top:.24rem;overflow:hidden}.player-card-fx-label{top:.24rem;right:.28rem;max-width:calc(100% - 52px);padding:.08rem .25rem;font-size:.5rem}}@media (prefers-reduced-motion: reduce){#screen-battle [class*=battle-fx-],#screen-battle [class*=battle-fx-]:before,#screen-battle [class*=battle-fx-]:after,.player-card-fx-label.visible{animation:none!important}.player-card-fx-label.visible{opacity:1;transform:none}}@media (max-width: 768px){#panel-center:has(#screen-battle.active){min-height:1040px}#screen-battle{min-height:1040px}.adventure-hud{height:70px}.adventure-route{top:8px!important;left:.55rem!important;right:5.6rem!important;width:auto;height:50px;transform:none;justify-content:flex-start;overflow-x:auto}.route-stage{flex-basis:40px;width:40px;height:40px}.adventure-breakthrough{top:10px;right:.55rem;min-width:74px}#screen-battle .battle-order-mark{top:71px;width:calc(100% - 1rem);padding-inline:.4rem}#screen-battle .battle-header{top:120px;right:0;bottom:160px;left:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr);gap:.65rem;padding:0 .8rem;align-content:start}#screen-battle .combatant.player-side{width:100%}.battle-narrative{max-width:none;order:2}#screen-battle .battle-log{height:175px;padding:.7rem .8rem;font-size:.72rem}#screen-battle .battle-hint{min-height:2.6em}#screen-battle .battle-enemies{order:3;display:flex;flex-direction:column;max-height:390px;overflow-y:auto}#screen-battle .enemy-unit{width:100%}#screen-battle .battle-controls{right:.8rem;bottom:132px}.adventure-meters{grid-template-columns:1fr;min-height:122px;padding:.45rem .75rem;gap:.25rem}#screen-battle .adventure-meters .realm-info{min-height:34px;padding:.2rem .35rem;border-right:0;border-bottom:1px solid rgba(201,170,101,.2)}#screen-battle .run-progress-info{min-height:54px}#screen-battle .run-progress-heading{display:none}#screen-battle .run-progress-entry{min-height:42px}.event-scene{top:70px;right:0;bottom:122px;left:0;display:block;overflow-y:auto;padding:.8rem}.event-actor{grid-template-columns:120px 1fr;width:100%;min-height:220px}.event-actor-portrait{width:116px;height:136px;margin:0}.journey-scene{top:70px;right:0;bottom:122px;left:0}.equip-slots.loadout-manikin{height:390px;min-height:390px}.loadout-manikin .equip-slot[data-slot=body]{top:148px}.loadout-manikin .equip-slot[data-slot=weapon_main],.loadout-manikin .equip-slot[data-slot=weapon_off]{top:154px}.loadout-manikin .equip-slot[data-slot=treasure]{right:8%;bottom:68px}}@media (prefers-reduced-motion: reduce){.loadout-manikin .equip-slot[data-slot=treasure]:before,.route-stage.current:after{animation:none}}.loadout-figure-image{position:absolute;top:0;right:8%;bottom:0;left:8%;z-index:0;width:84%;height:100%;object-fit:contain;object-position:center;opacity:.78;pointer-events:none;-webkit-user-select:none;user-select:none;filter:saturate(.78) brightness(.78) sepia(.08) drop-shadow(0 14px 22px rgba(0,0,0,.58))}.loadout-manikin .equip-slot{z-index:2}#screen-naming{isolation:isolate;overflow:hidden;background:#071014}#screen-naming:before{content:"";position:absolute;top:-3%;right:-3%;bottom:-3%;left:-3%;z-index:-2;background:url(./menu-lowpoly-CZq3--7W.webp) 58% center / cover no-repeat;filter:saturate(.76) brightness(.72);animation:landscapeDrift 22s ease-in-out infinite alternate}#screen-naming:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(90deg,#040a0df5 0,#040a0df5 32%,#040a0d94 62%,#040a0db8),linear-gradient(0deg,rgba(4,10,13,.88),transparent 56%)}.naming-scroll{position:relative;width:min(520px,88vw);margin-right:min(38vw,560px);padding:clamp(28px,4vw,52px);border:1px solid rgba(201,170,101,.32);border-width:1px 0;background:linear-gradient(90deg,#061012f0,#091617c2),repeating-linear-gradient(115deg,transparent 0 68px,rgba(174,184,166,.035) 69px 70px);box-shadow:0 30px 70px #00000075}.naming-scroll:before,.naming-scroll:after{content:"";position:absolute;left:0;width:46%;height:1px;background:linear-gradient(90deg,var(--accent-gold),transparent)}.naming-scroll:before{top:-7px}.naming-scroll:after{right:0;bottom:-7px;left:auto;transform:rotate(180deg)}.naming-eyebrow{display:block;color:var(--accent-gold);font-size:.68rem;letter-spacing:.34em}.naming-seal{position:absolute;top:28px;right:34px;display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(176,77,59,.72);color:#c77b68;font:400 1.65rem STKaiti,KaiTi,serif;transform:rotate(4deg);clip-path:polygon(8% 0,94% 5%,100% 89%,88% 100%,4% 94%,0 12%)}.naming-scroll h2{margin:.65rem 0 .45rem;color:var(--paper);font:400 clamp(2rem,4vw,3.35rem) "STKaiti","KaiTi",serif;letter-spacing:.12em}.naming-scroll>p:not(.naming-error){color:var(--text-secondary);font-size:.8rem;line-height:1.75}.naming-field{display:grid;gap:.48rem;margin-top:2rem}.naming-field>span{color:#a89464;font-size:.68rem;letter-spacing:.16em}.naming-field input{width:100%;min-height:58px;padding:.55rem .2rem;border:0;border-bottom:1px solid rgba(201,170,101,.56);outline:0;background:transparent;color:var(--paper);font:400 1.55rem STKaiti,KaiTi,"Noto Serif SC",serif;letter-spacing:.12em;caret-color:var(--accent-gold)}.naming-field input::placeholder{color:#89989575}.naming-field input:focus{border-bottom-color:#e0c67d;box-shadow:0 9px 22px -18px #e0c67de6}.naming-field input[aria-invalid=true]{border-bottom-color:#c76553}.naming-meta{display:flex;justify-content:space-between;margin-top:.45rem;color:#6f817b;font-size:.62rem}.naming-meta .over-limit{color:#d17a68}.naming-error{min-height:1.6em;margin-top:.5rem;color:#d98a77;font-size:.72rem}.naming-actions{display:grid;grid-template-columns:.78fr 1.22fr;gap:.65rem;margin-top:1.15rem}.breakthrough-card-cta{position:relative;display:grid;width:100%;min-height:46px;margin-top:.55rem;place-items:center;border:1px solid rgba(226,196,107,.78);background:linear-gradient(90deg,#4b32149e,#814e1ead,#4b32149e);color:#f3df9f;font:inherit;cursor:pointer;overflow:hidden}.breakthrough-card-cta[hidden]{display:none}.breakthrough-card-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(110deg,transparent 20%,rgba(255,239,178,.25) 48%,transparent 72%);transform:translate(-120%);animation:breakthroughSweep 2.4s ease-in-out infinite}.breakthrough-card-cta small{color:#f3df9fb8;font-size:.53rem;letter-spacing:.18em}.breakthrough-card-cta strong{font:400 1.02rem STKaiti,KaiTi,serif;letter-spacing:.12em}#screen-battle .combatant.player-side.breakthrough-ready,.right-character-profile.breakthrough-ready{border-color:#e2c46bd6;box-shadow:0 0 0 1px #e2c46b2e,0 0 26px #bf85303d;animation:breakthroughCardPulse 1.8s ease-in-out infinite}@keyframes breakthroughSweep{55%,to{transform:translate(120%)}}@keyframes breakthroughCardPulse{50%{box-shadow:0 0 0 1px #e2c46b61,0 0 36px #bf853061}}#screen-battle .adventure-meters .realm-info{flex-direction:column;align-items:stretch;gap:.36rem}.realm-meter-copy{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem}.realm-meter-track{position:relative;width:100%;height:4px;overflow:hidden;background:#aeb8a61f}.realm-meter-track>span{display:block;height:100%;background:linear-gradient(90deg,#705034,#d4ba70);box-shadow:0 0 12px #d4ba7085;transition:width .35s ease}.mobile-panel-tabs{display:none}@media (max-width: 768px){body:not(.mobile-run-active) #game-container,body:not(.mobile-run-active) #panel-center{height:100svh;min-height:100svh}.naming-scroll{width:calc(100vw - 2rem);max-height:calc(100svh - 2rem);margin:0;padding:2rem 1.25rem 1.35rem;overflow-y:auto}.naming-seal{top:22px;right:22px;width:46px;height:46px}.naming-scroll h2{font-size:2.2rem}.naming-field{margin-top:1.2rem}body.mobile-run-active{overflow:hidden;font-size:14px}body.mobile-run-active #game-container{display:block;width:100vw;height:100svh;min-height:0;overflow:hidden}body.mobile-run-active #panel-left,body.mobile-run-active #panel-center,body.mobile-run-active #panel-right{position:absolute;top:0;right:0;bottom:58px;left:0;width:100%;min-width:0;height:calc(100svh - 58px)!important;min-height:0!important;margin:0;border:0;display:none!important}body.mobile-run-active[data-mobile-panel=equipment] #panel-left,body.mobile-run-active[data-mobile-panel=battle] #panel-center,body.mobile-run-active[data-mobile-panel=attributes] #panel-right{display:block!important}body.mobile-run-active #panel-left,body.mobile-run-active #panel-right{padding:.8rem;overflow-x:hidden;overflow-y:auto}body.mobile-run-active #panel-center{overflow:hidden}body.mobile-run-active #panel-center>.screen{height:100%!important;min-height:0!important}body.mobile-run-active .mobile-panel-tabs{position:absolute;z-index:100;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));height:58px;padding-bottom:env(safe-area-inset-bottom);border-top:1px solid rgba(201,170,101,.38);background:#040b0dfa;box-shadow:0 -10px 28px #00000061}.mobile-panel-tabs button{position:relative;display:grid;grid-template-columns:auto auto;place-content:center;gap:.42rem;border:0;border-left:1px solid rgba(174,184,166,.12);background:transparent;color:#788984;font:inherit;cursor:pointer}.mobile-panel-tabs button:first-child{border-left:0}.mobile-panel-tabs button>span{display:grid;place-items:center;width:26px;height:26px;border:1px solid currentColor;font:400 .82rem STKaiti,KaiTi,serif;transform:rotate(3deg)}.mobile-panel-tabs button>strong{align-self:center;font-size:.72rem;letter-spacing:.08em}.mobile-panel-tabs button.active{color:#e0c67d}.mobile-panel-tabs button.active:before{content:"";position:absolute;top:-1px;right:18%;left:18%;height:2px;background:#d4ba70;box-shadow:0 0 12px #d4ba70bd}body.mobile-run-active #screen-battle{height:100%!important;min-height:0!important;padding:0}#screen-battle .adventure-hud{height:58px}#screen-battle .adventure-route{top:5px!important;right:.45rem!important;left:.45rem!important;height:46px;padding-inline:.18rem}#screen-battle .route-stage{flex-basis:36px;width:36px;height:36px}#screen-battle .adventure-breakthrough{display:none!important}#screen-battle .battle-order-mark{top:57px;width:calc(100% - .9rem);min-height:36px;padding:.24rem .45rem}#screen-battle .battle-order-mark span{font-size:.56rem}#screen-battle .battle-order-mark strong{font-size:.64rem}#screen-battle .battle-header{top:99px;right:.55rem;bottom:174px;left:.55rem;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-rows:136px minmax(0,1fr);gap:.5rem;padding:0;align-content:stretch;align-items:stretch}#screen-battle .combatant.player-side{grid-column:1;grid-row:1;align-self:stretch;width:100%;height:136px;min-height:0;padding:.48rem .52rem;overflow:auto;pointer-events:auto}#screen-battle .combatant.player-side .combatant-name{font-size:.76rem}#screen-battle .player-battle-effects{max-height:38px;overflow-y:auto}#screen-battle .breakthrough-card-cta{min-height:43px;margin-top:.36rem}#screen-battle .breakthrough-card-cta strong{font-size:.92rem}#screen-battle .battle-enemies{grid-column:2;grid-row:1;display:flex;width:100%;height:136px;max-height:136px;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;gap:.35rem;overflow-x:hidden;overflow-y:auto;pointer-events:auto;scroll-snap-type:y proximity}#screen-battle .enemy-unit{flex:0 0 auto;width:100%;max-width:none;min-width:0;min-height:132px;padding-bottom:1.35rem;scroll-snap-align:start}#screen-battle .enemy-target-button{min-height:55px;grid-template-columns:42px minmax(0,1fr);gap:.12rem .4rem;padding:.3rem .38rem .18rem}#screen-battle .enemy-unit-icon{width:40px;height:47px;margin:0}#screen-battle .enemy-unit-name{font-size:.66rem}#screen-battle .enemy-unit-type{display:none}#screen-battle .enemy-unit-effects{min-height:15px;max-height:18px;margin:.16rem .32rem 0;padding-right:2.7rem;overflow:hidden}#screen-battle .status-badge{min-height:15px;padding:0 .2rem;font-size:.48rem}#screen-battle .enemy-action-slot{width:calc(100% - .64rem);min-height:28px;margin:.08rem .32rem 0;padding:.12rem .25rem;gap:.25rem}#screen-battle .enemy-action-kicker{font-size:.46rem}#screen-battle .enemy-unit-intent{font-size:.58rem}#screen-battle .enemy-detail-button{right:.28rem;bottom:.15rem;left:auto;min-width:40px;min-height:21px;padding:0 .25rem;transform:none;font-size:.5rem}#screen-battle .battle-narrative{grid-column:1 / -1;grid-row:2;display:grid;grid-template-rows:minmax(0,1fr) auto;width:100%;min-height:0;gap:.28rem;order:initial}#screen-battle .battle-log{width:100%;height:100%;min-height:0;padding:.55rem .7rem;font-size:.7rem;line-height:1.58}#screen-battle .battle-log:before{margin-bottom:.25rem;font-size:.52rem}#screen-battle .battle-hint{min-height:2.2em;max-height:3.2em;overflow:hidden;font-size:.62rem;line-height:1.4}#screen-battle .battle-controls{right:.55rem;bottom:125px;gap:.35rem}#screen-battle .battle-controls .btn{min-width:84px;min-height:34px;padding:.3rem .58rem;font-size:.68rem}#screen-battle .adventure-meters{grid-template-columns:1fr;min-height:116px;max-height:116px;padding:.42rem .65rem;gap:.24rem;overflow:hidden}#screen-battle .adventure-meters .realm-info{min-height:40px;padding:.12rem .25rem .36rem;gap:.24rem;border-right:0;border-bottom:1px solid rgba(201,170,101,.2)}#screen-battle .adventure-meters .realm-label{font-size:.88rem}#screen-battle .adventure-meters .realm-exp{font-size:.62rem}#screen-battle .run-progress-info{min-height:55px;overflow:hidden}#screen-battle .run-progress-list{height:52px;overflow-x:auto;overflow-y:hidden}#screen-battle .run-progress-heading{display:none}#screen-battle .run-progress-entry{min-height:48px;padding-inline:.42rem;font-size:.68rem}#screen-battle .event-scene,#screen-battle .journey-scene{top:58px;right:0;bottom:116px;left:0}.equip-slots.loadout-manikin{width:min(100%,430px);height:390px;min-height:390px}.loadout-figure-image{inset-inline:7%;width:86%;opacity:.84}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:96px;bottom:166px;grid-template-rows:122px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:122px;max-height:122px}#screen-battle .enemy-unit{min-height:120px}#screen-battle .battle-controls{bottom:118px}#screen-battle .adventure-meters{min-height:110px;max-height:110px}}@media (prefers-reduced-motion: reduce){#screen-naming:before,.breakthrough-card-cta:before,#screen-battle .combatant.player-side.breakthrough-ready,.right-character-profile.breakthrough-ready{animation:none}}@media (max-width: 768px){#screen-battle .battle-header{grid-template-rows:146px minmax(0,1fr)}#screen-battle .combatant.player-side{height:146px;padding:.48rem .55rem}#screen-battle .combatant.player-side .combatant-name{margin-bottom:.3rem;font-size:.82rem}#screen-battle .combatant.player-side .hp-bar-container{width:100%;height:16px}#screen-battle .battle-enemies{height:146px;max-height:146px;gap:.3rem;overflow-y:auto;scroll-padding-block:.2rem}#screen-battle .enemy-unit{flex:0 0 84px;width:100%;min-height:84px;max-height:84px;padding:.2rem .28rem .26rem;scroll-snap-align:start}#screen-battle .enemy-target-button{min-height:40px;grid-template-columns:34px minmax(0,1fr);grid-template-areas:"icon name" "icon bar";gap:.08rem .34rem;padding:.1rem .12rem .08rem}#screen-battle .enemy-unit-icon{width:32px;height:38px}#screen-battle .enemy-unit-name{align-self:end;font-size:.7rem;text-align:left}#screen-battle .enemy-unit-bar-wrap{width:100%;height:13px}#screen-battle .enemy-unit-bar-text{font-size:.52rem}#screen-battle .enemy-unit-effects{min-height:0;max-height:0;margin:0;padding:0;overflow:visible}#screen-battle .enemy-unit-effects:not(:empty){position:absolute;z-index:4;right:.28rem;bottom:25px;left:38px;display:flex;max-height:14px;justify-content:flex-end;overflow:hidden;pointer-events:none}#screen-battle .status-badge{min-height:13px;padding:0 .17rem;font-size:.45rem}#screen-battle .enemy-action-slot{width:100%;min-height:22px;margin:.08rem 0 0;padding:.06rem .16rem;gap:.18rem}#screen-battle .enemy-action-kicker{font-size:.43rem}#screen-battle .enemy-unit-intent{font-size:.54rem}#screen-battle .battle-narrative{grid-template-rows:25px minmax(0,1fr) auto}.battle-log-toolbar{min-height:25px;padding:0 .1rem;font-size:.52rem}.battle-log-toolbar button{min-height:24px;padding:.1rem .42rem;font-size:.5rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:132px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:132px;max-height:132px}#screen-battle .enemy-unit{flex-basis:76px;min-height:76px;max-height:76px}}@media (prefers-reduced-motion: reduce){#screen-battle .enemy-unit.just-defeated,.combatant.effect-changed,#screen-battle .enemy-unit.effect-changed,.status-badge.effect-intensity-3{animation:none}}@media (max-width: 768px){#screen-battle .combatant.player-side,#screen-battle .player-battle-effects{overflow:hidden}}#screen-battle:before{background-image:var( --battle-backdrop, url(./stronghold-01-northwild-topdown-lowpoly-DrjmbE35.webp) );background-position:center 44%;background-size:cover;transform:scale(1.12) translate3d(0,-3%,0);transform-origin:center;will-change:transform,opacity,filter;transition:transform .36s cubic-bezier(.42,0,.82,.62),opacity .28s ease,filter .36s ease}#screen-battle.scene-transitioning{pointer-events:none}#screen-battle.scene-departing:before{opacity:.28;filter:blur(2px) saturate(.78);transform:scale(1.14) translate3d(0,10%,0)}#screen-battle.scene-swapping:before{opacity:0;filter:blur(3px) saturate(.7);transform:scale(1.14) translate3d(0,-11%,0);transition:none}#screen-battle.scene-arriving:before{opacity:1;filter:none;transform:scale(1.12) translate3d(0,-3%,0);transition:transform .5s cubic-bezier(.16,.78,.28,1),opacity .42s ease,filter .44s ease}#screen-battle.scene-transitioning .adventure-hud,#screen-battle.scene-transitioning .adventure-scene{transition:opacity .22s ease,transform .3s ease}#screen-battle.scene-departing .adventure-hud,#screen-battle.scene-departing .adventure-scene,#screen-battle.scene-swapping .adventure-hud,#screen-battle.scene-swapping .adventure-scene{opacity:0;transform:translate3d(0,18px,0)}#screen-battle.scene-arriving .adventure-hud,#screen-battle.scene-arriving .adventure-scene{animation:route-scene-arrive .5s cubic-bezier(.18,.76,.3,1) both}@keyframes route-scene-arrive{0%{opacity:0;transform:translate3d(0,-18px,0)}to{opacity:1;transform:translateZ(0)}}@media (prefers-reduced-motion: reduce){#screen-battle:before,#screen-battle.scene-transitioning .adventure-hud,#screen-battle.scene-transitioning .adventure-scene{transition-duration:1ms;animation-duration:1ms}}.origin-realm-portrait{background-color:#0b1718;background-image:var(--portrait-atlas);background-repeat:no-repeat;background-position:var(--portrait-position, 0%) center;background-size:500% 100%}.lowpoly-item-art{position:relative;display:block;width:100%;height:100%;overflow:hidden;isolation:isolate;background-color:#060e11e0;background-image:var(--item-rarity-atlas);background-repeat:no-repeat;background-size:700% 100%}.lowpoly-item-art:after{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;border:1px solid color-mix(in srgb,var(--item-rarity, #83918b) 32%,transparent);background:linear-gradient(145deg,rgba(255,255,255,.12),transparent 30%),radial-gradient(circle at center,transparent 38%,rgba(3,8,10,.32));pointer-events:none}.lowpoly-item-art .lowpoly-item-icon{position:relative;z-index:1;width:100%;height:100%;padding:5%;object-fit:contain;filter:drop-shadow(0 4px 5px rgba(0,0,0,.68))}.lowpoly-item-art.rarity-art-none{background-image:none;background-color:#071113bd}.rarity-art-gray{background-position:0% center}.rarity-art-white{background-position:16.6667% center}.rarity-art-green{background-position:33.3333% center}.rarity-art-blue{background-position:50% center}.rarity-art-purple{background-position:66.6667% center}.rarity-art-orange{background-position:83.3333% center}.rarity-art-red{background-position:100% center}.rarity-art-sacred,.rarity-art-artifact{background-image:linear-gradient(145deg,#ffefa321,#2f797414),var(--item-rarity-image);background-position:center;background-size:cover}#screen-battle .combatant.player-side{min-height:190px;border-radius:2px 10px;background-color:#050d0ff0;background-image:linear-gradient(105deg,#03090ce6,#050d0fad 54%,#03090cd1),var(--card-skin-image);background-repeat:no-repeat;background-position:center,var(--card-skin-position, 0%) center;background-size:100% 100%,500% 100%;box-shadow:inset 0 0 0 1px rgba(var(--player-fx),.1),0 14px 32px #00000052}#screen-battle .combatant.player-side[data-origin=jianxiu]{border-radius:2px 12px}#screen-battle .combatant.player-side[data-origin=tixiu]{border-width:2px 1px;border-radius:8px 2px}#screen-battle .combatant.player-side[data-origin=faxiu]{border-radius:14px 2px}#screen-battle .combatant.player-side[data-realm-tier="1"]{border-color:#74a4978f}#screen-battle .combatant.player-side[data-realm-tier="2"]{border-color:#cda957ad;box-shadow:inset 0 0 0 1px #cda95721,0 14px 34px #0000005c}#screen-battle .combatant.player-side[data-realm-tier="3"]{border-color:#b9c2dbb8;box-shadow:inset 0 0 0 1px #9d7cca2e,0 0 20px #715ea424}#screen-battle .combatant.player-side[data-realm-tier="4"]{border-color:#ecd693d6;box-shadow:inset 0 0 0 1px #fff6d42e,0 0 24px #dbbb6633,0 16px 36px #0006}#screen-battle .enemy-unit[data-realm-tier="1"]{border-color:#74a4976b;background-image:linear-gradient(145deg,rgba(47,87,79,.16),transparent 55%)}#screen-battle .enemy-unit[data-realm-tier="2"]{border-color:#bc944975;background-image:linear-gradient(145deg,rgba(126,91,38,.16),transparent 55%)}#screen-battle .enemy-unit[data-realm-tier="3"]{border-color:#927bb885;background-image:linear-gradient(145deg,rgba(103,72,133,.17),transparent 55%)}#screen-battle .enemy-unit[data-realm-tier="4"]{border-color:#e2cb87a8;background-image:linear-gradient(145deg,rgba(221,201,140,.16),transparent 48%),linear-gradient(35deg,rgba(122,89,151,.12),transparent 62%)}.right-realm-section{padding-top:.82rem}#panel-right .right-realm-section .realm-info{display:grid;width:100%;margin:0;padding:.62rem .68rem;gap:.52rem;border:1px solid rgba(201,170,101,.25);background:linear-gradient(90deg,rgba(80,59,31,.12),transparent 62%),#050d0fb3}#panel-right .realm-meter-copy{display:flex;justify-content:space-between;gap:.6rem;align-items:baseline}#panel-right .realm-label{color:var(--paper);font:400 1.02rem STKaiti,KaiTi,serif;letter-spacing:.06em}#panel-right .realm-exp{color:#a8b1aa;font-size:.7rem;font-variant-numeric:tabular-nums}#panel-right .realm-meter-track{height:7px;border:1px solid rgba(201,170,101,.15);background:#02080ac2}#screen-battle .player-run-progress{position:relative;z-index:4;width:100%;min-width:0;min-height:48px;margin:.42rem 0 0;padding:.28rem 0 0;border:0;border-top:1px solid rgba(var(--player-fx),.25);background:transparent}#screen-battle .player-run-progress .run-progress-heading{display:flex;margin:0 0 .18rem;padding:0;justify-content:space-between;border:0;color:#ebd8a0db;font-size:.6rem;letter-spacing:.1em}#screen-battle .player-run-progress .run-progress-heading small{color:#b7c2bbad;font:.5rem system-ui,sans-serif;letter-spacing:.04em}#screen-battle .player-run-progress .run-progress-list{display:flex;width:100%;height:35px;min-width:0;gap:.16rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin}#screen-battle .player-run-progress .run-progress-entry{flex:0 0 auto;min-height:31px;padding:.08rem .34rem;border:1px solid rgba(var(--player-fx),.18);border-left-color:rgba(var(--player-fx),.18);background:#030a0c7a;font-size:.61rem}#screen-battle .player-run-progress .run-progress-entry:first-child{padding-left:.34rem}#screen-battle .player-run-progress .run-progress-entry.ready{border-color:#e7cb75b8;background:#74521e3d;box-shadow:inset 0 0 9px #e6c56429}#screen-battle .player-run-progress .battle-counter-hint{display:none}#screen-battle .combatant.player-side.has-run-trigger-ready{border-color:#e6ca75bd}#screen-battle .combatant.player-side.run-progress-advanced{animation:runProgressCardPulse .72s cubic-bezier(.2,.72,.2,1)}@keyframes runProgressCardPulse{0%{filter:brightness(1);transform:scale(1)}24%{filter:brightness(1.45) saturate(1.22);transform:scale(1.018)}to{filter:brightness(1);transform:scale(1)}}#screen-battle .enemy-action-slot.intent-skill:after{content:"";top:50%;right:7px;width:7px;height:7px;transform:translateY(-50%) rotate(45deg);border:1px solid currentColor;background:#9b5aae2e;animation:intentSigilPulse 1.5s ease-in-out infinite}#screen-battle .enemy-action-slot.intent-heavy,#screen-battle .enemy-action-slot.intent-deadly,#screen-battle .enemy-action-slot.intent-burst{animation:intentThreatPulse 1.25s ease-in-out infinite}#screen-battle .enemy-unit.intent-changed{animation:intentCardReveal .5s ease-out}@keyframes intentSigilPulse{50%{transform:translateY(-50%) rotate(135deg) scale(1.28);filter:brightness(1.5)}}@keyframes intentThreatPulse{50%{color:#ffd0bd;background-color:#671f1947}}@keyframes intentCardReveal{0%{transform:translateY(-3px) rotateX(4deg);filter:brightness(1.5)}to{transform:none;filter:brightness(1)}}#screen-battle .has-burn .player-combatant-avatar,#screen-battle .enemy-unit.has-burn .enemy-unit-icon{animation:statusHeatPortrait 1.15s ease-in-out infinite}#screen-battle .has-chill .player-combatant-avatar,#screen-battle .enemy-unit.has-chill .enemy-unit-icon{animation:statusChillPortrait 1.8s ease-in-out infinite}#screen-battle .has-magic .player-combatant-avatar,#screen-battle .enemy-unit.has-magic .enemy-unit-icon{animation:statusMagicPortrait 2.1s ease-in-out infinite}#screen-battle .has-buff .hp-bar,#screen-battle .enemy-unit.has-buff .enemy-unit-bar{background-image:linear-gradient(90deg,#497c58,#79bd87,#497c58);background-size:200% 100%;animation:statusBarFlow 1.6s linear infinite}#screen-battle .has-debuff .hp-bar,#screen-battle .enemy-unit.has-debuff .enemy-unit-bar{filter:saturate(.75) brightness(.82)}@keyframes statusHeatPortrait{50%{filter:brightness(1.18) saturate(1.32) drop-shadow(0 0 8px rgba(225,82,39,.54))}}@keyframes statusChillPortrait{50%{filter:brightness(1.18) saturate(.72) drop-shadow(0 0 8px rgba(91,177,220,.52))}}@keyframes statusMagicPortrait{50%{filter:brightness(1.12) drop-shadow(0 0 10px rgba(164,101,202,.58))}}@keyframes statusBarFlow{to{background-position:-200% 0}}.adventure-meters{display:none!important}#screen-battle .battle-header{top:112px;right:0;bottom:56px;left:0}#screen-battle .battle-controls{bottom:12px}#screen-battle .event-scene,#screen-battle .journey-scene{bottom:0}@media (max-width: 768px){#screen-battle .battle-header{top:99px;right:.55rem;bottom:62px;left:.55rem;grid-template-rows:176px minmax(0,1fr)}#screen-battle .combatant.player-side{height:176px;min-height:176px;padding:.42rem .48rem;overflow:hidden}#screen-battle .battle-enemies{height:176px;max-height:176px}#screen-battle .enemy-unit{flex-basis:84px;min-height:84px;max-height:84px}#screen-battle .player-run-progress{min-height:42px;margin-top:.22rem;padding-top:.18rem}#screen-battle .player-run-progress .run-progress-heading{margin-bottom:.1rem;font-size:.5rem}#screen-battle .player-run-progress .run-progress-heading small{font-size:.43rem}#screen-battle .player-run-progress .run-progress-list{height:31px}#screen-battle .player-run-progress .run-progress-entry{min-height:28px;padding-inline:.26rem;font-size:.53rem}#screen-battle .battle-controls{bottom:61px}#screen-battle .battle-hint{min-height:38px;padding-right:188px;text-align:left}#screen-battle .event-scene,#screen-battle .journey-scene{top:58px;right:0;bottom:58px;left:0}#panel-right .right-realm-section .realm-info{padding:.75rem .8rem}#panel-right .realm-meter-track{height:9px}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:96px;bottom:62px;grid-template-rows:162px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:162px;min-height:162px;max-height:162px}#screen-battle .enemy-unit{flex-basis:78px;min-height:78px;max-height:78px}#screen-battle .battle-hint{padding-right:178px;font-size:.56rem}}@media (prefers-reduced-motion: reduce){#screen-battle .combatant.player-side.run-progress-advanced,#screen-battle .enemy-action-slot,#screen-battle .enemy-action-slot:after,#screen-battle .enemy-unit.intent-changed,#screen-battle .player-combatant-avatar,#screen-battle .enemy-unit-icon,#screen-battle .hp-bar,#screen-battle .enemy-unit-bar{animation:none!important}}.origin-realm-portrait{width:100%;height:100%;object-fit:cover;object-position:center;background:#0b1718;background-image:none}.lowpoly-item-art{background-image:var(--item-rarity-image);background-position:center;background-size:cover}.lowpoly-item-art:after{border-color:color-mix(in srgb,var(--item-rarity, #83918b) 42%,transparent);background:radial-gradient(circle at 50% 46%,transparent 48%,rgba(3,8,10,.22)),linear-gradient(145deg,rgba(255,255,255,.055),transparent 28%)}.rarity-art-gray,.rarity-art-white,.rarity-art-green,.rarity-art-blue,.rarity-art-purple,.rarity-art-orange,.rarity-art-red,.rarity-art-sacred,.rarity-art-artifact{background-position:center}#screen-battle .combatant.player-side{min-height:214px;background-position:center;background-size:100% 100%,cover}#screen-battle .player-run-progress{min-height:70px;margin-top:.34rem}#screen-battle .player-run-progress .run-progress-list{display:flex;width:100%;height:auto;min-height:54px;max-height:58px;gap:.2rem;flex-wrap:wrap;align-content:flex-start;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}#screen-battle .player-run-progress .run-progress-list::-webkit-scrollbar,#screen-battle .battle-enemies::-webkit-scrollbar{display:none;width:0;height:0}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{position:relative;flex:0 0 auto;min-height:25px;max-height:25px;padding:.06rem .38rem;overflow:hidden;border-color:rgba(var(--player-fx),.22);background:linear-gradient(90deg,rgba(var(--player-fx),.2) 0 var(--counter-progress, 0%),rgba(3,10,12,.58) var(--counter-progress, 0%) 100%)}#screen-battle .player-run-progress .run-progress-entry.ready{border-color:#f1d376d1;background:linear-gradient(90deg,rgba(185,132,45,.42) 0 var(--counter-progress, 0%),rgba(68,45,17,.5) var(--counter-progress, 0%) 100%);animation:runCounterReady 1.08s ease-in-out infinite}@media (max-width: 768px){#screen-battle .battle-header{grid-template-rows:198px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:198px;min-height:198px;max-height:198px}#screen-battle .battle-enemies{overflow-y:auto;scrollbar-width:none}#screen-battle .enemy-unit{flex-basis:94px;min-height:94px;max-height:94px}#screen-battle .player-run-progress{min-height:65px;margin-top:.18rem}#screen-battle .player-run-progress .run-progress-list{min-height:52px;max-height:52px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:24px;max-height:24px;padding-inline:.3rem;font-size:.54rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:184px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:184px;min-height:184px;max-height:184px}#screen-battle .enemy-unit{flex-basis:87px;min-height:87px;max-height:87px}}#screen-battle .battle-header{top:108px;right:0;bottom:54px;left:0;display:grid;grid-template:minmax(168px,1fr) minmax(84px,112px) minmax(218px,1.16fr) / minmax(0,1fr);gap:clamp(8px,1.2vh,16px);padding:0 clamp(16px,3vw,44px);align-items:center;justify-items:center;overflow:hidden}#screen-battle .battle-enemies{grid-area:1 / 1;display:flex;width:100%;height:100%;min-height:0;max-height:none;align-items:center;justify-content:center;flex-direction:row;gap:clamp(8px,1.25vw,18px);overflow-x:auto;overflow-y:hidden;pointer-events:auto;scrollbar-width:none}#screen-battle .enemy-unit{flex:0 0 clamp(158px,17.5vh,202px);width:clamp(158px,17.5vh,202px);min-width:clamp(158px,17.5vh,202px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.42rem .48rem .46rem;overflow:hidden}#screen-battle .enemy-target-button{height:57%;min-height:0;grid-template-columns:54px minmax(0,1fr);grid-template-areas:"icon name" "icon bar" "icon armor";gap:.12rem .48rem;padding:.12rem .08rem .2rem}#screen-battle .enemy-unit-icon{width:52px;height:64px;align-self:center}#screen-battle .enemy-unit-name{align-self:end;font-size:.76rem;text-align:left}#screen-battle .enemy-unit-bar-wrap{width:100%;height:13px}#screen-battle .enemy-unit-effects,#screen-battle .enemy-unit-effects:not(:empty){position:static;min-height:19px;max-height:21px;margin:.18rem 0 0;padding:0;justify-content:center;overflow:hidden}#screen-battle .enemy-action-slot{width:100%;min-height:32px;margin:.16rem 0 0;padding:.2rem .3rem}#screen-battle .battle-narrative{grid-area:2 / 1;display:grid;grid-template-rows:24px minmax(0,1fr);width:min(760px,78%);height:100%;min-height:0;max-width:none;gap:.15rem;align-self:stretch;order:initial}#screen-battle .battle-log{width:100%;height:100%;min-height:0;padding:.42rem .85rem;font-size:.72rem;line-height:1.52}#screen-battle .battle-log:before{display:none}#screen-battle .battle-hint{position:absolute;right:0;bottom:-1.35rem;left:0;min-height:0;font-size:.6rem;text-align:center}#screen-battle .combatant.player-side{grid-area:3 / 1;align-self:center;width:clamp(218px,23.5vh,266px);min-width:clamp(218px,23.5vh,266px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.62rem .68rem;overflow:hidden}#screen-battle .player-combatant-head{grid-template-columns:62px minmax(0,1fr);gap:.58rem}#screen-battle .player-combatant-avatar{width:62px;height:74px}#screen-battle .player-battle-effects{min-height:19px;max-height:22px;margin-top:.28rem}#screen-battle .player-run-progress{min-height:58px;margin-top:.2rem}#screen-battle .player-run-progress .run-progress-list{min-height:50px;max-height:50px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:23px;max-height:23px;padding-inline:.28rem;font-size:.53rem}#screen-battle .battle-controls{right:clamp(14px,2vw,30px);bottom:9px}@media (max-width: 768px){#screen-battle .battle-header{top:98px;right:.45rem;bottom:58px;left:.45rem;grid-template:154px minmax(78px,1fr) 180px / minmax(0,1fr);gap:.38rem;padding:0}#screen-battle .battle-enemies{grid-area:1 / 1;width:100%;height:154px;min-height:154px;max-height:154px;justify-content:flex-start;gap:.42rem;scroll-snap-type:x proximity}#screen-battle .enemy-unit{flex:0 0 146px;width:146px;min-width:146px;height:146px;min-height:146px;max-height:146px;padding:.28rem .34rem .3rem}#screen-battle .enemy-target-button{height:59%;grid-template-columns:42px minmax(0,1fr);gap:.06rem .34rem;padding:.06rem}#screen-battle .enemy-unit-icon{width:40px;height:48px}#screen-battle .enemy-unit-name{font-size:.65rem}#screen-battle .enemy-unit-bar-wrap{height:12px}#screen-battle .enemy-unit-effects,#screen-battle .enemy-unit-effects:not(:empty){min-height:15px;max-height:16px;margin:.05rem 0;justify-content:flex-start}#screen-battle .enemy-action-slot{min-height:24px;margin:.05rem 0 0;padding:.08rem .16rem}#screen-battle .battle-narrative{grid-area:2 / 1;width:100%}#screen-battle .battle-log{padding:.32rem .55rem;font-size:.62rem;line-height:1.42}#screen-battle .battle-hint{display:none}#screen-battle .combatant.player-side{grid-area:3 / 1;align-self:end;width:176px;min-width:176px;height:176px;min-height:176px;max-height:176px;padding:.38rem .42rem}#screen-battle .player-combatant-head{grid-template-columns:42px minmax(0,1fr);gap:.35rem}#screen-battle .player-combatant-avatar{width:42px;height:50px}#screen-battle .player-combatant-main .combatant-name{font-size:.7rem}#screen-battle .player-combatant-main .hp-bar-container{height:13px}#screen-battle .player-battle-effects{min-height:14px;max-height:15px;margin-top:.12rem}#screen-battle .player-run-progress{min-height:50px;margin-top:.08rem;padding-top:.1rem}#screen-battle .player-run-progress .run-progress-heading{display:none}#screen-battle .player-run-progress .run-progress-list{min-height:47px;max-height:47px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:22px;max-height:22px;padding-inline:.22rem;font-size:.47rem}#screen-battle .battle-controls{right:.45rem;bottom:59px;flex-direction:column;gap:.24rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:95px;bottom:56px;grid-template-rows:138px minmax(60px,1fr) 162px}#screen-battle .battle-enemies{height:138px;min-height:138px;max-height:138px}#screen-battle .enemy-unit{flex-basis:132px;width:132px;min-width:132px;height:132px;min-height:132px;max-height:132px}#screen-battle .combatant.player-side{width:158px;min-width:158px;height:158px;min-height:158px;max-height:158px}}#screen-battle:before{background-position:center;transform:scale(1.16) translate3d(0,var(--route-pan, -6%),0)}#screen-battle.scene-departing:before{opacity:.3;filter:blur(2px) saturate(.76);transform:scale(1.18) translate3d(0,calc(var(--route-pan, -6%) + 11%),0)}#screen-battle.scene-swapping:before{opacity:0;filter:blur(3px) saturate(.68);transform:scale(1.18) translate3d(0,calc(var(--route-pan, -6%) - 11%),0)}#screen-battle.scene-arriving:before{opacity:1;filter:none;transform:scale(1.16) translate3d(0,var(--route-pan, -6%),0)}#screen-battle .battle-header{grid-template-rows:minmax(224px,1fr) minmax(76px,.44fr) minmax(270px,1.16fr);gap:clamp(8px,1.15vh,15px)}#screen-battle .battle-stage{position:relative;grid-area:2 / 1;align-self:stretch;width:min(760px,78%);height:100%;min-height:0;pointer-events:none}#screen-battle .battle-stage-sigil{position:absolute;top:12%;right:12%;bottom:12%;left:12%;opacity:.22;background:radial-gradient(circle at center,transparent 0 24%,rgba(208,178,104,.18) 25% 25.8%,transparent 27%),linear-gradient(90deg,transparent 6%,rgba(184,160,103,.16) 50%,transparent 94%);clip-path:polygon(0 48%,42% 48%,50% 0,58% 48%,100% 48%,58% 52%,50% 100%,42% 52%);filter:drop-shadow(0 0 14px rgba(177,145,71,.18))}#screen-battle .battle-log[hidden],#screen-battle .battle-hint[hidden],#screen-battle .battle-narrative{display:none!important}#screen-battle .battle-enemies{grid-area:1 / 1;align-items:center;justify-content:center;padding-block:2px}#screen-battle .enemy-unit{display:flex;flex:0 0 clamp(210px,23.5vh,258px);flex-direction:column;width:clamp(210px,23.5vh,258px);min-width:clamp(210px,23.5vh,258px);height:auto;min-height:0;max-height:none;aspect-ratio:1;padding:.5rem .56rem .52rem;border-radius:7px 18px;overflow:hidden}#screen-battle .enemy-target-button{display:flex;flex:1 1 auto;flex-direction:column;width:100%;height:auto;min-height:0;gap:.22rem;padding:0}#screen-battle .enemy-card-media{position:relative;flex:1 1 auto;width:100%;min-height:0;overflow:hidden;border:1px solid rgba(210,183,111,.24);background:#03090bb8;clip-path:polygon(0 0,93% 0,100% 11%,100% 100%,7% 100%,0 89%)}#screen-battle .enemy-unit-icon,#screen-battle .player-combatant-avatar{width:100%;height:100%;clip-path:none}#screen-battle .enemy-unit-icon .lowpoly-portrait-image,#screen-battle .player-combatant-avatar .lowpoly-portrait-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center 22%}#screen-battle .enemy-card-identity{position:absolute;right:0;bottom:0;left:0;display:flex;align-items:end;justify-content:space-between;gap:.45rem;min-height:38%;padding:1.35rem .5rem .36rem;background:linear-gradient(transparent,#03080aeb)}.lowpoly-item-art .lowpoly-item-icon.lowpoly-atlas-icon{position:absolute;top:4%;right:4%;bottom:4%;left:4%;width:92%;height:92%;padding:0;background-color:#0a1819;background-image:var(--equipment-atlas);background-repeat:no-repeat;background-size:400% 400%;background-position:var(--equipment-atlas-x) var(--equipment-atlas-y);filter:drop-shadow(0 4px 5px rgba(0,0,0,.68))}.lowpoly-portrait-image.lowpoly-portrait-atlas{background-color:#0a1819;background-image:var(--enemy-atlas);background-repeat:no-repeat;background-size:400% 400%;background-position:var(--enemy-atlas-x) var(--enemy-atlas-y)}#screen-battle .enemy-unit-name{align-self:auto;color:#f1ead5;font-size:clamp(.72rem,1.05vw,.92rem);line-height:1.1;text-align:left;text-shadow:0 2px 6px #000}#screen-battle .enemy-unit-type{color:#d3bd84c2;font-size:.56rem;letter-spacing:.08em;white-space:nowrap}#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container,#screen-battle .card-armor-line,#screen-battle .card-guard-line{position:relative;display:flex;flex:0 0 auto;width:100%;height:15px;min-height:15px;align-items:center;justify-content:space-between;gap:.35rem;padding:0 .4rem;overflow:hidden;border:1px solid rgba(215,209,178,.22);background:#03080adb;color:#f0ead8;font:600 .56rem ui-monospace,Cascadia Mono,monospace;text-shadow:0 1px 3px #000}#screen-battle .enemy-unit-bar,#screen-battle .hp-bar,#screen-battle .card-armor-fill,#screen-battle .card-guard-fill{position:absolute;inset:0 auto 0 0;z-index:0;height:100%;transition:width .28s ease}#screen-battle .enemy-unit-bar,#screen-battle .hp-bar{background:linear-gradient(90deg,#652d27,#a44d3f)}#screen-battle .card-armor-fill{background:linear-gradient(90deg,#244c5d,#4f8395)}#screen-battle .card-guard-fill{background:linear-gradient(90deg,#554525,#9b7a35)}#screen-battle .enemy-unit-bar-wrap>span,#screen-battle .hp-bar-container>span,#screen-battle .card-armor-line>span,#screen-battle .card-armor-line>strong,#screen-battle .card-guard-line>span,#screen-battle .card-guard-line>strong{position:relative;z-index:1}#screen-battle .card-armor-line>span,#screen-battle .card-guard-line>span{display:inline;width:auto;height:auto;border:0;transform:none;background:none;color:inherit;font:inherit}#screen-battle .card-armor-line.empty,#screen-battle .card-guard-line.empty{opacity:.56;filter:saturate(.6)}#screen-battle .defense-resource-control{cursor:help;transition:border-color .18s ease,filter .18s ease,opacity .18s ease}#screen-battle .defense-resource-control:hover,#screen-battle .defense-resource-control:focus-visible{border-color:#c9aa65b3;filter:brightness(1.18);outline:1px solid rgba(201,170,101,.34);outline-offset:1px}.item-tooltip[data-kind=defense-resource]{border-color:#74a6b7b8;pointer-events:auto}.item-tooltip[data-kind=defense-resource] .defense-resource-rule{color:#a9c7d0}#screen-battle .enemy-unit-effects,#screen-battle .enemy-unit-effects:not(:empty){position:static;flex:0 0 20px;min-height:20px;max-height:20px;margin:.22rem 0 0;padding:0;justify-content:flex-start;overflow:hidden}#screen-battle .enemy-action-slot{flex:0 0 31px;width:100%;min-height:31px;margin:.18rem 0 0;padding:.2rem .38rem}#screen-battle .enemy-action-kicker{font-size:.48rem}#screen-battle .enemy-unit-intent{max-width:72%;overflow:hidden;font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}#screen-battle .combatant.player-side{display:grid;grid-area:3 / 1;grid-template-rows:minmax(0,1fr) auto auto auto;align-self:center;width:clamp(270px,29vh,316px);min-width:clamp(270px,29vh,316px);height:auto;min-height:0;max-height:none;aspect-ratio:1;gap:.24rem;padding:.58rem .64rem .62rem;overflow:hidden}#screen-battle .player-combatant-head{position:relative;display:block;min-height:0;overflow:hidden;border:1px solid rgba(var(--player-fx, 110, 151, 130),.28);background:#071113;clip-path:polygon(0 0,94% 0,100% 10%,100% 100%,6% 100%,0 90%)}#screen-battle .player-combatant-avatar{position:absolute;top:0;right:0;bottom:0;left:0}#screen-battle .player-combatant-head .combatant-name{position:absolute;z-index:2;right:0;bottom:0;left:0;margin:0;padding:1.45rem .55rem .38rem;background:linear-gradient(transparent,#03080af0);color:#f4edda;font-size:clamp(.78rem,1.15vw,1rem);text-align:left;text-shadow:0 2px 7px #000}#screen-battle .player-combatant-main{display:grid;grid-template-columns:1fr 1fr;gap:.2rem;min-width:0}#screen-battle .player-combatant-main .card-armor-line,#screen-battle .player-combatant-main .card-guard-line{grid-area:auto}#screen-battle .player-combatant-main .hp-bar-container{grid-column:1 / -1;height:16px;min-height:16px}#screen-battle .player-battle-effects{min-height:20px;max-height:20px;margin:0;padding:0;justify-content:flex-start;overflow:hidden}#screen-battle .player-run-progress{min-height:54px;margin:0;padding-top:.18rem;overflow:hidden}#screen-battle .player-run-progress .run-progress-heading{display:none}#screen-battle .player-run-progress .run-progress-list{min-height:48px;max-height:48px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:22px;max-height:22px;padding-inline:.28rem;font-size:.52rem}@media (max-width: 768px){#screen-battle .battle-header{top:98px;right:.45rem;bottom:58px;left:.45rem;grid-template-rows:174px minmax(66px,1fr) 204px;gap:.36rem;padding:0}#screen-battle .battle-enemies{width:100%;height:174px;min-height:174px;max-height:174px;justify-content:flex-start;gap:.45rem;scroll-snap-type:x proximity}#screen-battle .enemy-unit{flex-basis:164px;width:164px;min-width:164px;height:164px;min-height:164px;max-height:164px;padding:.32rem .38rem}#screen-battle .enemy-card-identity{padding:.9rem .36rem .24rem}#screen-battle .enemy-unit-name{font-size:.64rem}#screen-battle .enemy-unit-type{display:none}#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container,#screen-battle .card-armor-line,#screen-battle .card-guard-line{height:12px;min-height:12px;padding-inline:.28rem;font-size:.46rem}#screen-battle .enemy-unit-effects,#screen-battle .enemy-unit-effects:not(:empty){flex-basis:14px;min-height:14px;max-height:14px;margin-top:.1rem}#screen-battle .enemy-action-slot{flex-basis:24px;min-height:24px;margin-top:.1rem;padding:.08rem .2rem}#screen-battle .enemy-action-kicker{font-size:.4rem}#screen-battle .enemy-unit-intent{font-size:.49rem}#screen-battle .battle-stage{width:100%}#screen-battle .combatant.player-side{width:198px;min-width:198px;height:198px;min-height:198px;max-height:198px;gap:.13rem;padding:.38rem .42rem}#screen-battle .player-combatant-head .combatant-name{padding:1rem .4rem .25rem;font-size:.68rem}#screen-battle .player-combatant-main{gap:.12rem}#screen-battle .player-battle-effects{min-height:14px;max-height:14px}#screen-battle .player-run-progress{min-height:45px;padding-top:.08rem}#screen-battle .player-run-progress .run-progress-list{min-height:43px;max-height:43px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:20px;max-height:20px;padding-inline:.2rem;font-size:.45rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{top:95px;bottom:56px;grid-template-rows:150px minmax(56px,1fr) 180px}#screen-battle .battle-enemies{height:150px;min-height:150px;max-height:150px}#screen-battle .enemy-unit{flex-basis:142px;width:142px;min-width:142px;height:142px;min-height:142px;max-height:142px}#screen-battle .combatant.player-side{width:174px;min-width:174px;height:174px;min-height:174px;max-height:174px}#screen-battle .player-run-progress{min-height:39px}#screen-battle .player-run-progress .run-progress-list{min-height:38px;max-height:38px}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:18px;max-height:18px;font-size:.41rem}}#panel-left .equip-slots.loadout-manikin{height:414px;min-height:414px;padding-bottom:84px}#panel-left .loadout-manikin .equip-slot[data-slot=feet]{bottom:91px}#panel-left .loadout-manikin .treasure-slot-row .equip-slot{position:relative;inset:auto;width:100%;height:auto;min-height:48px;transform:none}#panel-left .loadout-manikin .treasure-slot-row .equip-slot:hover,#panel-left .loadout-manikin .treasure-slot-row .equip-slot.drop-active{transform:translateY(-2px)}@media (max-width: 768px){#panel-left .equip-slots.loadout-manikin{height:470px;min-height:470px}#panel-left .loadout-manikin .equip-slot[data-slot=feet]{bottom:94px}#panel-left .loadout-manikin .treasure-slot-row .equip-slot{min-height:54px}}#screen-battle .battle-header{isolation:isolate}#screen-battle .battle-flight-layer{position:absolute;z-index:18;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}#screen-battle .battle-flight,#screen-battle .battle-impact,#screen-battle .battle-stage-emblem{position:absolute;display:block;pointer-events:none}#screen-battle .battle-flight{left:var(--fx-from-x);top:var(--fx-from-y);width:68px;height:15px;transform-origin:center;opacity:0;filter:drop-shadow(0 0 7px currentColor);animation:battleFlightAcross .58s cubic-bezier(.2,.72,.18,1) forwards}#screen-battle .battle-flight:before,#screen-battle .battle-flight:after,#screen-battle .battle-impact:before,#screen-battle .battle-impact:after{content:"";position:absolute;display:block}#screen-battle .battle-flight:after{top:30%;right:58%;bottom:30%;left:-45%;background:linear-gradient(90deg,transparent,currentColor);opacity:.46;filter:blur(2px)}#screen-battle .battle-flight.stage-fx-strike,#screen-battle .battle-flight.stage-fx-sword{color:#f1d994;background:linear-gradient(90deg,transparent 0 5%,currentColor 32% 84%,#fff8d7 100%);clip-path:polygon(0 48%,72% 15%,100% 45%,76% 68%,8% 60%)}#screen-battle .battle-flight.stage-fx-sword{width:88px;height:18px;color:#b9e1da;background:linear-gradient(90deg,transparent,rgba(133,202,191,.62) 28%,#edfff7 82%),linear-gradient(0deg,transparent 38%,#fff9d6 42% 56%,transparent 60%)}#screen-battle .battle-flight.stage-fx-magic,#screen-battle .battle-flight.stage-fx-erosion{width:34px;height:34px;color:#d4a6ed;border:2px solid currentColor;transform-origin:center;background:conic-gradient(from 45deg,transparent,rgba(195,136,222,.6),transparent 28% 50%,rgba(195,136,222,.36),transparent 78%),#291434b8;clip-path:polygon(50% 0,86% 14%,100% 50%,84% 87%,50% 100%,14% 85%,0 50%,15% 14%)}#screen-battle .battle-flight.stage-fx-erosion{color:#b86bd0;background:repeating-conic-gradient(from 15deg,rgba(176,91,199,.74) 0 9deg,transparent 10deg 38deg),#190a23cc}#screen-battle .battle-flight.stage-fx-fire{width:42px;height:46px;color:#f09052;background:linear-gradient(135deg,transparent 12%,#ffd28a 13% 29%,transparent 30%),linear-gradient(55deg,transparent 24%,#df5534 25% 58%,transparent 59%),linear-gradient(110deg,transparent 40%,#f59a55 41% 74%,transparent 75%);clip-path:polygon(50% 0,66% 30%,94% 17%,78% 53%,100% 73%,59% 71%,49% 100%,33% 70%,0 76%,22% 48%,8% 20%,38% 31%)}#screen-battle .battle-flight.stage-fx-chill{width:42px;height:42px;color:#a6ddf1;background:linear-gradient(45deg,transparent 43%,currentColor 44% 53%,transparent 54%),linear-gradient(-45deg,transparent 43%,rgba(151,219,241,.72) 44% 53%,transparent 54%);clip-path:polygon(50% 0,63% 34%,100% 50%,64% 63%,50% 100%,36% 64%,0 50%,35% 36%)}#screen-battle .battle-flight.stage-fx-thunder{width:56px;height:46px;color:#e8ed9c;background:linear-gradient(135deg,#f8ffd3,#9dd4e4 55%,#e9d476);clip-path:polygon(44% 0,100% 0,66% 35%,91% 36%,20% 100%,42% 54%,7% 54%)}#screen-battle .battle-flight.stage-fx-sacred{width:52px;height:52px;color:#ffefa0;border:2px solid currentColor;background:conic-gradient(from 45deg,transparent,rgba(255,239,160,.84),transparent 28% 50%,rgba(102,210,195,.66),transparent 78%),#1b3937b8;clip-path:polygon(50% 0,64% 34%,100% 50%,64% 66%,50% 100%,36% 66%,0 50%,36% 34%)}#screen-battle .battle-flight.is-critical{filter:brightness(1.3) drop-shadow(0 0 8px #fff2b7) drop-shadow(0 0 18px currentColor)}#screen-battle .battle-impact{left:var(--fx-to-x);top:var(--fx-to-y);width:82px;height:82px;transform:translate(-50%,-50%);opacity:0;color:#e9d18c;border:1px solid currentColor;background:linear-gradient(45deg,transparent 43%,currentColor 44% 47%,transparent 48%),linear-gradient(-45deg,transparent 43%,currentColor 44% 47%,transparent 48%);clip-path:polygon(50% 0,61% 36%,100% 50%,63% 61%,50% 100%,38% 63%,0 50%,37% 38%);animation:battleImpactBurst .48s .31s cubic-bezier(.15,.78,.18,1) forwards}#screen-battle .battle-impact:before{top:20%;right:20%;bottom:20%;left:20%;border:2px solid currentColor;transform:rotate(45deg)}#screen-battle .battle-impact.stage-fx-magic,#screen-battle .battle-impact.stage-fx-erosion{color:#c88ae0;border-radius:50%;background:repeating-conic-gradient(transparent 0 20deg,currentColor 21deg 24deg,transparent 25deg 44deg);clip-path:none}#screen-battle .battle-impact.stage-fx-fire{color:#f0834f;background:conic-gradient(from 12deg,transparent,currentColor 8deg 22deg,transparent 24deg 54deg,#ffc378 56deg 72deg,transparent 74deg)}#screen-battle .battle-impact.stage-fx-chill{color:#a8e0f3}#screen-battle .battle-impact.stage-fx-thunder{color:#e9efa3;filter:brightness(1.4) drop-shadow(0 0 12px rgba(162,217,231,.88))}#screen-battle .battle-impact.stage-fx-sacred{color:#ffeda0;border-radius:50%;background:repeating-conic-gradient(transparent 0 16deg,currentColor 17deg 20deg,transparent 21deg 40deg);clip-path:none;filter:brightness(1.45) drop-shadow(0 0 14px rgba(90,211,195,.86))}#screen-battle .battle-impact.is-critical{width:116px;height:116px;border-width:2px;filter:brightness(1.5) drop-shadow(0 0 16px #fff0a6)}#screen-battle .battle-stage-emblem{left:50%;top:50%;min-width:130px;padding:.45rem 1.4rem;transform:translate(-50%,-50%);border-block:1px solid rgba(221,195,126,.7);background:linear-gradient(90deg,transparent,rgba(5,13,15,.88) 18% 82%,transparent);color:#ead79c;font:600 clamp(.76rem,1.25vw,1.05rem) "STKaiti","KaiTi",serif;letter-spacing:.22em;text-align:center;text-indent:.22em;text-shadow:0 0 10px rgba(222,190,108,.7);opacity:0;animation:battleStageEmblem .76s ease-out forwards}#screen-battle .battle-stage-emblem.stage-fx-victory{min-width:min(360px,70%);padding-block:.8rem;border-color:#e8d392e6;color:#fff1bc;font-size:clamp(1rem,2vw,1.55rem);animation-duration:1.08s}#screen-battle .battle-stage-emblem.stage-fx-defeat{min-width:min(320px,68%);border-color:#9a4138bf;color:#d78f7f;text-shadow:0 0 12px rgba(130,38,31,.72);animation-duration:1.08s}#screen-battle .battle-fx-critical{box-shadow:0 0 0 1px #ffe79db8,0 0 24px #e8bf5d52}#screen-battle .card-float-number.is-critical{--float-color: #fff0ac;--float-glow: rgba(240,187,69,.98);font-size:clamp(1.08rem,1.65vw,1.46rem);font-weight:900;letter-spacing:-.04em}#screen-battle .combatant.battle-fx-defeat,#screen-battle .enemy-unit.battle-fx-defeat{animation:battleCardDefeat .76s cubic-bezier(.22,.66,.24,1)}@keyframes battleFlightAcross{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--fx-angle)) scale(.28)}15%{opacity:1;transform:translate(calc(-50% + var(--fx-delta-x-early)),calc(-50% + var(--fx-delta-y-early))) rotate(var(--fx-angle)) scale(1.08)}76%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) rotate(var(--fx-angle)) scale(.76)}}@keyframes battleImpactBurst{0%{opacity:0;transform:translate(-50%,-50%) rotate(-18deg) scale(.18)}35%{opacity:1;transform:translate(-50%,-50%) rotate(4deg) scale(1.08)}72%{opacity:.72}to{opacity:0;transform:translate(-50%,-50%) rotate(18deg) scale(1.42)}}@keyframes battleStageEmblem{0%{opacity:0;transform:translate(-50%,-38%) scaleX(.7);filter:blur(4px)}22%,68%{opacity:1;transform:translate(-50%,-50%) scaleX(1);filter:blur(0)}to{opacity:0;transform:translate(-50%,-62%) scaleX(1.08)}}@keyframes battleCardDefeat{0%{filter:brightness(1);transform:translateY(0)}18%{filter:brightness(1.8) saturate(.3);transform:translateY(-3px) scale(1.015)}58%{filter:brightness(.65) saturate(.35);transform:translateY(5px) rotate(.7deg)}to{filter:brightness(.45) grayscale(.65);transform:translateY(8px) scale(.985)}}@media (max-width: 768px){#screen-battle .battle-flight{width:48px;height:11px}#screen-battle .battle-flight.stage-fx-sword{width:62px;height:13px}#screen-battle .battle-flight.stage-fx-magic,#screen-battle .battle-flight.stage-fx-erosion,#screen-battle .battle-flight.stage-fx-fire,#screen-battle .battle-flight.stage-fx-chill,#screen-battle .battle-flight.stage-fx-thunder{width:30px;height:30px}#screen-battle .battle-impact{width:60px;height:60px}#screen-battle .battle-impact.is-critical{width:82px;height:82px}#screen-battle .battle-stage-emblem{min-width:112px;padding:.3rem .8rem;font-size:.68rem}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-flight,#screen-battle .battle-impact{display:none!important}#screen-battle .battle-stage-emblem,#screen-battle .combatant.battle-fx-defeat,#screen-battle .enemy-unit.battle-fx-defeat{animation:none!important}#screen-battle .battle-stage-emblem{opacity:1;transform:translate(-50%,-50%)}}@media (max-width: 768px){#screen-battle .adventure-hud{height:102px}#screen-battle .region-omen{top:55px}#screen-battle .battle-order-mark{top:99px}#screen-battle .battle-header{inset-block-start:139px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:250px}#screen-battle[data-adventure-mode=route] .route-choice{top:98px;display:grid}}.loadout-workbench .affix-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem;max-height:none;margin:.38rem .12rem 0;padding:0;overflow:visible}.loadout-workbench .affix-line{display:flex;align-items:center;justify-content:space-between;min-width:0;min-height:29px;margin:0;padding:.24rem .42rem;border:1px solid color-mix(in srgb,var(--affix-color) 30%,rgba(113,131,126,.2));background:color-mix(in srgb,var(--affix-color) 6%,rgba(4,11,13,.66));color:inherit;font:600 .68rem/1.2 system-ui,sans-serif;letter-spacing:.04em;text-align:left;cursor:help}.loadout-workbench .affix-line:hover,.loadout-workbench .affix-line:focus-visible{border-color:color-mix(in srgb,var(--affix-color) 76%,transparent);background:color-mix(in srgb,var(--affix-color) 13%,rgba(4,11,13,.72));outline:none;box-shadow:inset 2px 0 0 var(--affix-color)}.loadout-workbench .affix-line span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.loadout-workbench .affix-line strong{flex:0 0 auto;margin-left:.35rem;color:currentColor;font-size:.65rem}#screen-battle .player-combatant-head .breakthrough-card-cta{position:absolute;z-index:5;right:.42rem;bottom:2.12rem;display:flex;align-items:center;width:auto;min-height:27px;margin:0;padding:.2rem .48rem;gap:.36rem;border-color:#efcf6de0;background:linear-gradient(100deg,#4a3011e6,#89571bf0);clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);box-shadow:0 0 18px #daa73d52}#screen-battle .player-combatant-head .breakthrough-card-cta[hidden]{display:none}#screen-battle .player-combatant-head .breakthrough-card-cta small{font-size:.46rem;line-height:1;letter-spacing:.12em}#screen-battle .player-combatant-head .breakthrough-card-cta strong{font-size:.72rem;line-height:1;letter-spacing:.08em}#screen-battle .battle-counter-tag{display:inline-flex;margin-left:.24rem;padding:.02rem .18rem;border:1px solid color-mix(in srgb,var(--counter-tag-color) 58%,transparent);color:var(--counter-tag-color);font-size:.42rem;font-weight:700;line-height:1.15;vertical-align:.08rem}.tooltip-mechanic-tags{display:flex;flex-wrap:wrap;gap:.18rem;margin:.35rem 0 .1rem}@media (max-width: 768px){#screen-battle .player-combatant-head .breakthrough-card-cta{right:.28rem;bottom:1.72rem;min-height:23px;padding:.16rem .34rem;gap:.24rem}#screen-battle .player-combatant-head .breakthrough-card-cta small{display:none}#screen-battle .player-combatant-head .breakthrough-card-cta strong{font-size:.6rem}#screen-battle .battle-counter-tag{margin-left:.14rem;font-size:.36rem}}.affix-tag{display:inline-flex;align-items:center;gap:.2rem;text-decoration:none}.affix-icon{display:inline-grid;flex:0 0 auto;width:1.35em;height:1.35em;margin-right:.16em;place-items:center;border:1px solid currentColor;background:color-mix(in srgb,currentColor 10%,rgba(4,11,13,.82));clip-path:polygon(50% 0,92% 22%,100% 70%,72% 100%,22% 92%,0 48%,18% 10%);font:700 .72em STKaiti,KaiTi,serif;line-height:1;text-decoration:none;vertical-align:-.08em}.loadout-workbench .affix-line>span{display:inline-flex;align-items:center}.tooltip-name .affix-icon,.tooltip-desc .affix-icon{font-size:.9rem}.event-choice-forecast.no-tags{grid-template-columns:1fr}.shop-rarity-rates{grid-column:1 / -1;display:flex;align-items:center;gap:.28rem .52rem;padding-top:.48rem;border-top:1px solid rgba(178,157,103,.18);flex-wrap:wrap}.shop-rarity-rates>strong{margin-right:.15rem;color:#9fb1aa;font-size:.61rem;font-weight:500;letter-spacing:.08em}.shop-rarity-rates>span{display:inline-flex;align-items:center;gap:.24rem;color:var(--shop-rarity);font-size:.61rem;font-variant-numeric:tabular-nums}.shop-rarity-rates i{width:7px;height:7px;border:1px solid currentColor;background:color-mix(in srgb,currentColor 28%,transparent);transform:rotate(45deg)}.realm-breakthrough-action{position:relative;width:100%;min-height:44px;margin-top:.48rem;border-color:#e2c46bb8;background:linear-gradient(100deg,#452e13c7,#7e4f1bd6,#452e13c7);color:#f1daa0;box-shadow:0 0 20px #bf853029;overflow:hidden}.realm-breakthrough-action:after{content:"修为圆满";position:absolute;right:.6rem;color:#f3df9f94;font-size:.5rem;letter-spacing:.1em}#screen-battle .hp-bar-container .card-vital-label,#screen-battle .enemy-unit-bar-wrap .card-vital-label{position:absolute;z-index:3;top:50%;left:.34rem;max-width:35%;overflow:hidden;transform:translateY(-50%);color:#fff2e1d1;font-size:.54rem;line-height:1;text-shadow:0 1px 3px rgba(0,0,0,.92);white-space:nowrap}#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{z-index:3;right:.34rem;left:auto;max-width:62%;overflow:hidden;transform:translateY(-50%);font-variant-numeric:tabular-nums;text-align:right;text-overflow:clip}#screen-battle .route-scene{padding:106px 1rem 56px}.breakthrough-method-screen{--method-accent: 216, 184, 103;overflow-y:auto;justify-content:flex-start;background:radial-gradient(circle at 50% 12%,rgba(var(--method-accent),.13),transparent 34%),linear-gradient(180deg,#050c0fc7,#04090cf5),url(./stronghold-04-celestial-topdown-lowpoly-BiTnVIXk.webp) center / cover no-repeat}.breakthrough-method-shell{width:min(1040px,calc(100% - 2rem));margin:auto;padding:clamp(1.4rem,4vh,3rem) 0}.breakthrough-method-header{text-align:center}.breakthrough-method-header>span{color:#caa95e;font-size:.64rem;letter-spacing:.28em}.breakthrough-method-header h2{margin:.32rem 0;color:#f0e5c4;font:500 clamp(1.8rem,4vw,2.7rem) "STKaiti","KaiTi",serif;letter-spacing:.18em}.breakthrough-method-header p{margin:0;color:#98aaa3;font-size:.72rem}.breakthrough-method-choices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.65rem,1.6vw,1.1rem);margin-top:1.35rem}.breakthrough-method-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;min-width:0;min-height:360px;padding:1rem;grid-template-rows:auto auto auto auto auto 1fr auto;justify-items:start;gap:.45rem;border:1px solid rgba(201,170,101,.32);background:linear-gradient(145deg,#192825f0,#050d10eb),repeating-linear-gradient(120deg,transparent 0 36px,rgba(201,170,101,.035) 37px 38px);color:#b8c3bc;font:inherit;text-align:left;cursor:pointer;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 14px,100% 100%,14px 100%,0 calc(100% - 14px));transition:transform .18s ease,border-color .18s ease,filter .18s ease}.breakthrough-method-card:hover,.breakthrough-method-card:focus-visible{border-color:#ebcd7ee6;filter:brightness(1.12);outline:none;transform:translateY(-4px)}.breakthrough-method-icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid #d1af62;color:#e5c878;font:500 1.35rem STKaiti,KaiTi,serif;transform:rotate(45deg)}.breakthrough-method-icon:first-letter{transform:rotate(-45deg)}.breakthrough-method-card small{margin-top:.35rem;color:#a98c50;font-size:.58rem;letter-spacing:.12em}.breakthrough-method-card>strong{color:#f0e2b9;font:500 1.08rem STKaiti,KaiTi,serif}.breakthrough-method-card p{margin:0;color:#b6c1ba;font-size:.68rem;line-height:1.55}.breakthrough-method-trial,.breakthrough-method-route,.breakthrough-method-prerequisite{display:block;width:100%;padding-top:.42rem;border-top:1px solid rgba(161,178,167,.16);color:#8fa39b;font-size:.61rem;line-height:1.5}.breakthrough-method-prerequisite{color:#d4bb75}.breakthrough-method-card>b{align-self:end;justify-self:stretch;padding:.48rem;border:1px solid rgba(201,170,101,.36);color:#dec47d;font-size:.66rem;font-weight:500;letter-spacing:.12em;text-align:center}.breakthrough-method-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.9rem;padding-top:.72rem;border-top:1px solid rgba(201,170,101,.22)}.breakthrough-method-footer p{margin:0;color:#859790;font-size:.62rem}.realm-growth-card.question-aligned{border-color:#e8c86cc7;box-shadow:inset 0 0 0 1px #e8c86c24,0 0 22px #b5812d29}.realm-growth-question-mark{margin-left:auto;padding:.12rem .32rem;border:1px solid rgba(232,200,108,.52);color:#e6c976;font-size:.54rem;letter-spacing:.08em}.realm-growth-card.question-closed{opacity:.38;filter:saturate(.35)}.realm-growth-card.question-closed:hover{filter:saturate(.35);transform:none}.realm-growth-question-mark.closed{border-color:#7e8e8557;color:#7d8b83}@media (max-width: 768px){.shop-ledger{grid-template-columns:1fr}.shop-rarity-rates{grid-column:1}.realm-breakthrough-action{min-height:50px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:58px}#screen-battle .route-scene{padding:72px .7rem 58px;gap:.55rem}#screen-battle .route-scene .route-choice{width:100%}#screen-battle .route-scene .route-choice-option{min-height:78px}.breakthrough-method-shell{width:calc(100% - 1rem);padding:.8rem 0 1rem}.breakthrough-method-header h2{font-size:1.75rem}.breakthrough-method-choices{grid-template-columns:1fr;margin-top:.8rem}.breakthrough-method-card{min-height:0;padding:.7rem;grid-template-columns:42px minmax(0,1fr);grid-template-rows:auto auto auto auto auto;gap:.22rem .6rem}.breakthrough-method-icon{grid-row:1 / 4;width:38px;height:38px;font-size:1rem}.breakthrough-method-card small,.breakthrough-method-card>strong,.breakthrough-method-card p{grid-column:2;margin:0}.breakthrough-method-trial,.breakthrough-method-route,.breakthrough-method-prerequisite,.breakthrough-method-card>b{grid-column:1 / -1}.breakthrough-method-route{display:none}.breakthrough-method-footer{align-items:stretch;flex-direction:column}#screen-battle .battle-header{grid-template-rows:196px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:196px;min-height:196px;max-height:196px}#screen-battle .combatant.player-side{padding:.42rem .48rem;overflow:hidden}#screen-battle .player-battle-effects{min-height:16px;max-height:18px;margin-top:.16rem;overflow:hidden}#screen-battle .player-run-progress{min-height:52px;margin-top:.12rem;padding-top:.12rem}#screen-battle .player-run-progress .run-progress-heading{margin-bottom:.08rem}#screen-battle .player-run-progress .run-progress-list{height:48px;min-height:48px;max-height:48px;align-content:flex-start;flex-wrap:wrap;overflow:hidden;scrollbar-width:none}#screen-battle .player-run-progress .run-progress-entry,#screen-battle .player-run-progress .run-progress-entry:first-child{min-height:22px;max-height:22px;padding-inline:.22rem;font-size:.49rem}#screen-battle .hp-bar-container .card-vital-label,#screen-battle .enemy-unit-bar-wrap .card-vital-label{left:.22rem;font-size:.48rem}#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{right:.22rem;font-size:.52rem}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:188px minmax(0,1fr)}#screen-battle .combatant.player-side,#screen-battle .battle-enemies{height:188px;min-height:188px;max-height:188px}}#screen-battle .card-armor-line>span{display:inline-block;width:auto;min-width:2.5em;height:auto;padding:.04rem .24rem;border:0;border-right:1px solid rgba(139,195,215,.42);background:transparent;font:600 .58rem system-ui,sans-serif;line-height:1.15;transform:none}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#screen-battle .route-scene{position:absolute;top:0;right:0;bottom:0;left:0;box-sizing:border-box;min-height:100%;padding:106px 1rem 64px;place-content:center}#screen-battle[data-adventure-mode=route] .adventure-hud{height:102px}#screen-battle .route-scene .route-choice{position:static;width:min(820px,calc(100vw - 3rem));transform:none}.affix-icon{display:inline-block;box-sizing:border-box;width:1.75em;height:1.75em;margin-right:.24em;border:1px solid color-mix(in srgb,currentColor 52%,#172326);clip-path:none;background-color:#080e11;background-image:url(./affix-emblems-lowpoly-v2-Dfn8-fVY.webp);background-repeat:no-repeat;background-size:500% 500%;background-position:var(--affix-icon-x, 100%) var(--affix-icon-y, 100%);box-shadow:inset 0 0 0 1px #ffffff06;font-size:inherit;vertical-align:-.38em}.affix-icon[data-affix-icon=sharp]{--affix-icon-x: 0%;--affix-icon-y: 0%}.affix-icon[data-affix-icon=wind]{--affix-icon-x: 25%;--affix-icon-y: 0%}.affix-icon[data-affix-icon=earth]{--affix-icon-x: 50%;--affix-icon-y: 0%}.affix-icon[data-affix-icon=kuxiu]{--affix-icon-x: 75%;--affix-icon-y: 0%}.affix-icon[data-affix-icon=xunbao]{--affix-icon-x: 100%;--affix-icon-y: 0%}.affix-icon[data-affix-icon=pochen]{--affix-icon-x: 0%;--affix-icon-y: 25%}.affix-icon[data-affix-icon=qingmu]{--affix-icon-x: 25%;--affix-icon-y: 25%}.affix-icon[data-affix-icon=fire]{--affix-icon-x: 50%;--affix-icon-y: 25%}.affix-icon[data-affix-icon=frost]{--affix-icon-x: 75%;--affix-icon-y: 25%}.affix-icon[data-affix-icon=thunder]{--affix-icon-x: 100%;--affix-icon-y: 25%}.affix-icon[data-affix-icon=blood]{--affix-icon-x: 0%;--affix-icon-y: 50%}.affix-icon[data-affix-icon=wanjian]{--affix-icon-x: 25%;--affix-icon-y: 50%}.affix-icon[data-affix-icon=xueqi]{--affix-icon-x: 50%;--affix-icon-y: 50%}.affix-icon[data-affix-icon=lingshi]{--affix-icon-x: 75%;--affix-icon-y: 50%}.affix-icon[data-affix-icon=jianyi]{--affix-icon-x: 100%;--affix-icon-y: 50%}.affix-icon[data-affix-icon=zaohua]{--affix-icon-x: 0%;--affix-icon-y: 75%}.affix-icon[data-affix-icon=yin]{--affix-icon-x: 25%;--affix-icon-y: 75%}.affix-icon[data-affix-icon=yang]{--affix-icon-x: 50%;--affix-icon-y: 75%}.affix-icon[data-affix-icon=cangfeng]{--affix-icon-x: 75%;--affix-icon-y: 75%}.affix-icon[data-affix-icon=baduan]{--affix-icon-x: 100%;--affix-icon-y: 75%}.affix-icon[data-affix-icon=fayin]{--affix-icon-x: 75%;--affix-icon-y: 100%}.affix-icon[data-affix-icon=dielang]{--affix-icon-x: 0%;--affix-icon-y: 100%}.affix-icon[data-affix-icon=lingbi]{--affix-icon-x: 25%;--affix-icon-y: 100%}.affix-icon[data-affix-icon=duanhun]{--affix-icon-x: 50%;--affix-icon-y: 100%}.affix-icon[data-affix-icon=reserved]{--affix-icon-x: 100%;--affix-icon-y: 100%}.statless-tradeoff{color:#c6aa83;font-style:italic}.loadout-workbench .affix-info{grid-template-columns:repeat(5,minmax(48px,1fr));gap:.38rem}.loadout-workbench .affix-line{position:relative;display:grid;grid-template-columns:minmax(0,1fr);min-height:0;aspect-ratio:1;padding:.18rem;place-items:stretch;justify-content:stretch;border-color:color-mix(in srgb,var(--affix-color) 36%,rgba(113,131,126,.2));background:#040b0dd1;transition:transform .16s ease,border-color .16s ease,filter .16s ease}.loadout-workbench .affix-line:hover,.loadout-workbench .affix-line:focus-visible{transform:translateY(-3px);box-shadow:0 6px 16px #00000047}.loadout-workbench .affix-line .affix-icon-large{width:100%;height:100%;margin:0;border:0;vertical-align:0}.loadout-workbench .affix-line>strong{position:absolute;right:.08rem;bottom:.08rem;min-width:1.45rem;margin:0;padding:.08rem .18rem;border:1px solid color-mix(in srgb,var(--affix-color) 58%,transparent);background:#03080ae6;color:#f3e7c7;font-size:.58rem;line-height:1.1;text-align:center}.mini-stat.combat-resource-control{cursor:help;transition:color .14s ease,background-color .14s ease}.mini-stat.combat-resource-control:hover,.mini-stat.combat-resource-control:focus-visible{color:#f0d995;background:#c9aa6514;outline:1px solid rgba(201,170,101,.28);outline-offset:2px}.breakthrough-method-assessment{display:block;width:100%;padding:.46rem .52rem;border:1px solid rgba(204,174,103,.24);background:#060e1094;color:#d6bd78;font-size:.62rem;line-height:1.55}.realm-growth-question-result{display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:.85rem;width:min(680px,100%);margin:.9rem auto .4rem;padding:.65rem .8rem;border:1px solid rgba(213,180,95,.34);background:linear-gradient(90deg,#52371647,#071012bd)}.realm-growth-question-seal{display:grid;width:60px;height:60px;place-items:center;border:1px solid #d0aa54;color:#e5c56f;font:500 .82rem STKaiti,KaiTi,serif;transform:rotate(-3deg);box-shadow:inset 0 0 18px #c99a351f}.realm-growth-question-copy{display:grid;gap:.18rem}.realm-growth-question-copy small{color:#a98b4d;font-size:.56rem;letter-spacing:.1em}.realm-growth-question-copy strong{color:#ecdfbd;font:500 .92rem STKaiti,KaiTi,serif}.realm-growth-question-copy>span{color:#9eada6;font-size:.61rem;line-height:1.45}.realm-growth-choices[data-choice-count="2"]{grid-template-columns:repeat(2,minmax(0,1fr));width:min(660px,100%);margin-inline:auto}.realm-growth-card.question-reward{border-color:#d2b4695c}@media (max-width: 768px){#screen-battle .route-scene{top:0;right:0;bottom:58px;left:0;min-height:0;padding:76px .7rem 34px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:58px}#screen-battle .route-scene .route-choice{width:100%}.loadout-workbench .affix-info{grid-template-columns:repeat(5,minmax(50px,1fr))}.breakthrough-method-assessment{grid-column:1 / -1}.realm-growth-question-result{grid-template-columns:54px minmax(0,1fr);padding:.48rem .55rem}.realm-growth-question-seal{width:46px;height:46px;font-size:.68rem}.realm-growth-choices[data-choice-count="2"]{grid-template-columns:1fr;width:100%}}.lowpoly-item-art .lowpoly-item-icon.lowpoly-red-atlas-icon{position:absolute;top:2%;right:2%;bottom:2%;left:2%;width:96%;height:96%;padding:0;overflow:hidden;background-color:#090d0f;filter:drop-shadow(0 0 7px rgba(207,57,40,.38))}.lowpoly-red-atlas-sheet{position:absolute;top:0;left:0;display:block;width:var(--red-atlas-sheet-width);height:var(--red-atlas-sheet-height);max-width:none;transform:translate(var(--red-atlas-sheet-x),var(--red-atlas-sheet-y));pointer-events:none;-webkit-user-select:none;user-select:none}.legendary-red-art{box-shadow:inset 0 0 0 1px #f45c3f80,inset 0 0 12px #a91f1838}.legendary-red-art:before{display:none}.loot-card-treasure-effect{margin:.2rem 0;color:#b8cbbf;font-size:.68rem;line-height:1.45}.lowpoly-portrait-image.lowpoly-ranked-portrait{background-color:#080d10;background-image:var(--enemy-rank-atlas);background-repeat:no-repeat;background-position:var(--enemy-rank-atlas-x) var(--enemy-rank-atlas-y);background-size:400% 400%}.lowpoly-ranked-portrait.rank-elite{box-shadow:inset 0 0 0 1px #c44f4170;animation:elite-portrait-warning 2.8s ease-in-out infinite}.lowpoly-ranked-portrait.rank-boss{box-shadow:inset 0 0 0 1px #e1bb5b9e,inset 0 0 14px #96201847;animation:boss-portrait-presence 3.4s ease-in-out infinite}#screen-battle .enemy-unit[data-enemy-rank=elite]{border-color:#be4f429e}#screen-battle .enemy-unit[data-enemy-rank=boss]{border-color:#ddb758c2;box-shadow:inset 0 0 0 1px #d3452d29,0 0 20px #a03e2633}.prebattle-member:has(.rank-elite){border-color:#be4f427a}.prebattle-member:has(.rank-boss){border-color:#ddb7589e}@keyframes elite-portrait-warning{50%{filter:brightness(1.12) saturate(1.08)}}@keyframes boss-portrait-presence{50%{filter:brightness(1.16) saturate(1.1);box-shadow:inset 0 0 0 1px #f1cb6ec7,inset 0 0 18px #b12b1b66}}#screen-battle .enemy-unit{flex-basis:clamp(174px,19vh,216px);width:clamp(174px,19vh,216px);min-width:clamp(174px,19vh,216px);height:auto;min-height:0;max-height:none;aspect-ratio:auto}#screen-battle .enemy-target-button{flex:0 0 auto;height:auto;overflow:visible}#screen-battle .enemy-card-media,#screen-battle .player-combatant-head{flex:0 0 auto;width:100%;height:auto;min-height:0;aspect-ratio:1 / 1;contain:paint}#screen-battle .enemy-unit-icon,#screen-battle .player-combatant-avatar{width:100%;height:100%;aspect-ratio:1 / 1}#screen-battle .enemy-unit-icon .lowpoly-portrait-image,#screen-battle .player-combatant-avatar .lowpoly-portrait-image{width:100%;height:100%;object-fit:cover}#screen-battle .combatant.player-side{grid-template-rows:auto auto auto auto;width:clamp(218px,23vh,260px);min-width:clamp(218px,23vh,260px);height:auto;min-height:0;max-height:none;aspect-ratio:auto}.origin-gender-picker{display:grid;grid-template-columns:auto repeat(2,minmax(88px,1fr));align-items:end;width:fit-content;margin:-.35rem auto 1.25rem;border-bottom:1px solid rgba(201,170,101,.24)}.origin-gender-label{padding:0 .9rem .55rem 0;color:#778882;font-size:.66rem;letter-spacing:.16em}.origin-gender-option{position:relative;min-height:42px;padding:.35rem .9rem .48rem;border:0;outline:0;background:transparent;color:#899992;font:inherit;letter-spacing:.1em;cursor:pointer;transition:color .16s ease,background-color .16s ease}.origin-gender-option:after{content:"";position:absolute;right:12%;bottom:-1px;left:12%;height:2px;background:#d3b66e;opacity:0;transform:scaleX(.35);transition:opacity .16s ease,transform .16s ease}.origin-gender-option>span{margin-right:.35rem;color:#a28754;font-family:STKaiti,KaiTi,serif}.origin-gender-option:hover,.origin-gender-option:focus-visible{color:#d8cfb4;background:#c9aa650e}.origin-gender-option[aria-pressed=true]{color:#efe4bf}.origin-gender-option[aria-pressed=true]:after{opacity:1;transform:scaleX(1)}#screen-origin .origin-choice-card{align-self:stretch;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font:inherit}#screen-origin .origin-choice-card .origin-realm-portrait{animation:origin-portrait-enter .24s ease-out}#screen-origin .origin-choice-card .gender-female{object-position:50% 18%}@keyframes origin-portrait-enter{0%{opacity:.35;transform:scale(1.035);filter:saturate(.72)}to{opacity:1;transform:scale(1);filter:none}}.battle-cause-chain{position:absolute;z-index:8;top:50%;left:50%;display:flex;align-items:center;justify-content:center;gap:.34rem;width:min(760px,92%);min-height:38px;padding:.34rem .65rem;color:#aeb9b2;transform:translate(-50%,-50%);pointer-events:none}.battle-cause-chain:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;border:1px solid rgba(202,172,102,.2);border-width:1px 0;background:linear-gradient(90deg,transparent,rgba(4,12,14,.82) 12%,rgba(4,12,14,.82) 88%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}.battle-cause-chain i{color:#ccaf6875;font-style:normal}.cause-chain-step{display:inline-flex;align-items:baseline;gap:.22rem;white-space:nowrap}.cause-chain-step b{color:#d7c48e;font-size:.66rem;font-weight:500}.cause-chain-step em{color:#d76d59;font-size:.64rem;font-style:normal}.cause-chain-step.tone-healing em{color:#6ebc7b}.cause-chain-step.tone-critical b,.cause-chain-step.tone-defeat b{color:#efc761}.cause-chain-placeholder{color:#b0beb58c;font-size:.62rem;letter-spacing:.08em}.battle-cause-chain.cause-chain-updated{animation:cause-chain-reveal .42s ease-out both}#screen-battle .enemy-action-slot{grid-template-columns:max-content minmax(0,1fr);column-gap:.3rem}#screen-battle .enemy-unit-intent{width:100%;max-width:none}@keyframes cause-chain-reveal{0%{opacity:0;transform:translate(-50%,-42%) scale(.98)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.loot-battle-recap{width:min(760px,100%);margin:.35rem auto .8rem;padding:.55rem .72rem;border:1px solid rgba(202,172,102,.22);border-width:1px 0;background:#040c0ea8}.loot-recap-heading{display:flex;justify-content:space-between;gap:.8rem;margin-bottom:.38rem;color:#d9c68f;font-size:.68rem}.loot-recap-heading small{color:#899991;font-size:.58rem}.loot-recap-sources{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.28rem .7rem}.loot-recap-sources>span{display:grid;grid-template-columns:auto minmax(36px,1fr) auto;align-items:center;gap:.38rem;min-width:0;font-size:.58rem}.loot-recap-sources b{overflow:hidden;color:#bcc6be;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.loot-recap-sources i{height:3px;background:linear-gradient(90deg,#c59f4f var(--source-ratio),rgba(174,186,176,.15) var(--source-ratio))}.loot-recap-sources em{color:#9ca9a2;font-style:normal}.loot-battle-recap>p{margin:.42rem 0 0;color:#71aa7a;font-size:.58rem}#screen-battle .adventure-hud{height:124px;overflow:visible}#screen-battle .region-omen{top:64px}#screen-battle .battle-order-mark{top:120px}#screen-battle .battle-header{inset-block-start:160px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:220px}#screen-battle[data-adventure-mode=route] .route-choice{display:grid}@media (max-width: 768px){.origin-gender-picker{grid-template-columns:auto repeat(2,minmax(76px,1fr));width:min(100%,330px);margin-bottom:.9rem}.origin-gender-label{padding-right:.45rem}.origin-gender-option{min-height:46px;padding-inline:.5rem}#screen-battle .battle-header{grid-template-rows:224px minmax(48px,1fr) 282px}#screen-battle .battle-enemies{height:224px;min-height:224px;max-height:224px}#screen-battle .enemy-unit{flex-basis:164px;width:164px;min-width:164px;height:auto;min-height:0;max-height:none}#screen-battle .combatant.player-side{width:198px;min-width:198px;height:auto;min-height:0;max-height:none}.battle-cause-chain{top:auto;bottom:.2rem;width:calc(100% - .4rem);min-height:28px;gap:.2rem;padding:.2rem .3rem;overflow:hidden;transform:translate(-50%)}.battle-cause-chain.cause-chain-updated{animation-name:cause-chain-reveal-mobile}.cause-chain-step b,.cause-chain-step em,.cause-chain-placeholder{font-size:.5rem}@keyframes cause-chain-reveal-mobile{0%{opacity:0;transform:translate(-50%,5px)}to{opacity:1;transform:translate(-50%)}}.loot-recap-sources{grid-template-columns:1fr}.loot-recap-heading{display:grid;gap:.16rem}#screen-battle .adventure-hud{height:102px}#screen-battle .region-omen{top:55px}#screen-battle .battle-order-mark{top:99px}#screen-battle .battle-header{inset-block-start:139px}#screen-battle[data-adventure-mode=route] .adventure-hud{height:250px}#screen-battle[data-adventure-mode=route] .route-choice{top:98px;display:grid}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:208px minmax(44px,1fr) 260px}#screen-battle .battle-enemies{height:208px;min-height:208px;max-height:208px}#screen-battle .enemy-unit{flex-basis:142px;width:142px;min-width:142px}#screen-battle .combatant.player-side{width:174px;min-width:174px}}@media (prefers-reduced-motion: reduce){.legendary-red-art:before,.lowpoly-ranked-portrait{animation:none}#screen-origin .origin-choice-card .origin-realm-portrait,.battle-cause-chain.cause-chain-updated{animation:none}}#screen-meta.active{align-items:stretch;justify-content:center;padding:clamp(14px,2.4vw,34px)}#screen-meta .meta-panel{width:min(1180px,100%);max-width:1180px;max-height:calc(100svh - clamp(28px,4.8vw,68px));margin:0 auto;padding:clamp(18px,2.4vw,34px);overflow:auto;background:linear-gradient(145deg,#0e1819f7,#050c0ffb),repeating-linear-gradient(90deg,transparent 0 58px,rgba(219,188,105,.025) 59px 60px);border:1px solid rgba(201,173,94,.34);box-shadow:0 24px 70px #00000085,inset 0 0 70px #4a665b0d}#screen-meta .meta-panel>h2{margin:0 0 18px!important;font-size:clamp(1.55rem,2.2vw,2.15rem);letter-spacing:.2em}.meta-vault-header{display:grid;grid-template-columns:repeat(4,minmax(88px,auto)) 1fr;gap:0;align-items:stretch;padding:0;border:1px solid rgba(181,159,94,.24);background:#02090b9e}.meta-vault-header>div:not(.meta-archive-actions){display:flex;flex-direction:column;justify-content:center;min-height:62px;padding:10px 18px;border-right:1px solid rgba(181,159,94,.18)}.meta-vault-header small{color:#7e918b;font-size:.74rem;letter-spacing:.12em}.meta-vault-header strong{color:#e8d48d;font-size:1.28rem;line-height:1.2}.meta-vault-header .token-value{color:#bca1e7}.meta-vault-header .token-value i{margin-left:3px;color:#6f6780;font-size:.72rem;font-style:normal}.meta-archive-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;padding:10px 12px}.meta-tabs{display:flex;gap:28px;margin-top:18px;border-bottom:1px solid rgba(183,157,88,.26)}.meta-tabs button{position:relative;min-height:48px;padding:0 4px;border:0;background:none;color:#83918e;font:inherit;font-weight:700;letter-spacing:.12em;cursor:pointer}.meta-tabs button[aria-selected=true]{color:#ead48d}.meta-tabs button[aria-selected=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#d8bc69;box-shadow:0 0 14px #debd5c85}.meta-tabs small{margin-left:5px;color:#7d6ea0}.meta-workspace{padding-top:18px}.meta-talent-intro,.codex-note{display:flex;justify-content:space-between;gap:16px;margin:0 0 18px;color:#a7b0ac}.meta-talent-intro small,.codex-note{color:#72807d}.meta-talent-branches{display:grid;gap:14px}.meta-talent-branch{display:grid;min-width:0;grid-template-columns:180px minmax(0,1fr);border-top:1px solid rgba(174,153,91,.19);background:linear-gradient(90deg,rgba(143,121,61,.055),transparent 34%)}.meta-talent-branch>header{position:relative;display:flex;align-items:flex-start;min-height:142px;padding:20px 22px 16px 4px}.meta-talent-branch>header div{display:grid;gap:6px}.meta-talent-branch>header small{color:#d3b65e;font-size:1.05rem;letter-spacing:.16em}.meta-talent-branch>header strong{color:#84938d;font-size:.78rem;line-height:1.55;font-weight:400}.meta-talent-branch>header i{position:absolute;top:22px;right:8px;width:1px;height:calc(100% - 44px);background:linear-gradient(transparent,rgba(207,178,93,.46),transparent)}.meta-talent-line{display:grid;width:100%;min-width:0;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;padding:12px 0;overflow:visible}.meta-talent-node{position:relative;display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr auto;gap:10px 12px;min-height:122px;padding:13px;border:1px solid rgba(178,154,89,.24);background:#040d0fbd}.meta-talent-node:before{content:"";position:absolute;top:50%;left:-11px;width:10px;height:1px;background:#ccad556b}.meta-talent-node:first-child:before{display:none}.meta-talent-node.locked{opacity:.5;filter:saturate(.45)}.meta-talent-node.maxed{border-color:#d5b55685;background:#2320117a}.talent-node-glyph{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(212,181,91,.58);color:#ead48c;background:radial-gradient(circle,#a1813038,#070e0ecc 70%);clip-path:polygon(50% 0,92% 25%,84% 78%,50% 100%,16% 78%,8% 25%)}.talent-node-copy{display:grid;align-content:start;gap:2px;min-width:0}.talent-node-copy small{color:#6e7c79;font-size:.68rem}.talent-node-copy strong{color:#e1e4da;font-size:.93rem}.talent-node-copy span{color:#aab4af;font-size:.75rem}.talent-node-copy em{color:#a18b5d;font-size:.69rem;font-style:normal}.meta-talent-node .btn{grid-column:1 / -1;width:100%}.codex-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px}.codex-kind-tabs,.codex-slot-tabs{display:flex;flex-wrap:wrap;gap:6px}.codex-kind-tabs button,.codex-slot-tabs button{min-height:36px;padding:6px 13px;border:1px solid rgba(153,167,157,.2);background:#040d0fb3;color:#84928e;cursor:pointer}.codex-kind-tabs button[aria-selected=true],.codex-slot-tabs button[aria-selected=true]{color:#ead38b;border-color:#d2b55c8a;background:#6e572229}.codex-loadout-budget{display:grid;grid-template-columns:auto auto;column-gap:10px;text-align:right}.codex-loadout-budget small{color:#788682}.codex-loadout-budget strong{color:#bda5e5}.codex-loadout-budget span{grid-column:1 / -1;color:#615d69;font-size:.68rem}.codex-slot-tabs{margin-bottom:12px}.codex-equipment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.codex-equipment-entry{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:76px;padding:8px;border:1px solid color-mix(in srgb,var(--codex-rarity) 35%,rgba(120,139,132,.16));background:#030b0dc7;color:#d9dfd9;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.codex-equipment-entry:hover:not(.codex-unknown),.codex-equipment-entry:focus-visible,.codex-equipment-entry.selected{border-color:var(--codex-rarity);background:color-mix(in srgb,var(--codex-rarity) 9%,rgba(3,11,13,.92));transform:translateY(-1px)}.codex-equipment-entry:focus-visible,.codex-affix-entry:focus-visible{outline:1px solid #ead38b;outline-offset:2px}.codex-equipment-icon{display:block;width:58px;aspect-ratio:1;overflow:hidden;border:1px solid color-mix(in srgb,var(--codex-rarity) 50%,transparent);background:#071012}.codex-equipment-icon .item-visual,.codex-equipment-icon .generated-item-icon{width:100%;height:100%}.codex-equipment-copy{display:grid;min-width:0;gap:3px}.codex-equipment-copy strong{overflow:hidden;color:var(--codex-rarity);text-overflow:ellipsis;white-space:nowrap;font-size:.84rem}.codex-equipment-copy small{color:#76827f;font-size:.68rem}.codex-equipment-cost{min-width:48px;min-height:31px;padding:4px 8px;border:1px solid color-mix(in srgb,var(--codex-rarity) 36%,rgba(122,132,126,.25));color:#a89665;background:#060e0fb8;font-size:.72rem;white-space:nowrap;cursor:pointer}.codex-equipment-cost:hover:not(:disabled){color:#ead38b;border-color:var(--codex-rarity)}.codex-equipment-cost:disabled{opacity:.38;cursor:not-allowed}.codex-equipment-entry.selected .codex-equipment-cost{color:#d5b95f}.codex-unknown{cursor:default;border-style:dashed;border-color:#6b7c7733;background:linear-gradient(135deg,rgba(96,112,106,.035) 25%,transparent 25% 50%,rgba(96,112,106,.035) 50% 75%,transparent 75%),#030a0cb8;background-size:18px 18px;filter:saturate(.4)}.codex-unknown .codex-equipment-copy strong,.codex-unknown .codex-equipment-copy small{color:#596662}.codex-unknown-mark{display:grid;place-items:center;width:58px;aspect-ratio:1;border:1px solid rgba(125,143,136,.2);color:#697771;background:radial-gradient(circle,#6578701a,#02080abf 68%);font-family:var(--font-display);font-size:1.75rem}.codex-discovery-seal{color:#4e5c58;font-size:.68rem;letter-spacing:.12em}.codex-affix-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.codex-affix-entry{display:grid;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:76px;padding:8px;border:1px solid color-mix(in srgb,var(--affix-color, #798883) 34%,rgba(110,129,122,.18));color:#d9dfd9;background:#030b0dc7;cursor:pointer;transition:border-color .14s ease,background .14s ease,transform .14s ease}.codex-affix-entry:hover:not(.codex-unknown),.codex-affix-entry:focus-visible{border-color:var(--affix-color);background:color-mix(in srgb,var(--affix-color) 8%,rgba(3,11,13,.92));transform:translateY(-1px)}.codex-affix-emblem{display:grid;place-items:center;width:58px;aspect-ratio:1;overflow:hidden;border:1px solid color-mix(in srgb,var(--affix-color, #798883) 44%,transparent);background:#071012}.codex-affix-icon{width:100%;height:100%;margin:0}.codex-affix-entry>div{display:grid;min-width:0;gap:3px}.codex-affix-entry strong{color:var(--affix-color);font-size:.86rem}.codex-affix-entry small{color:#73807d;font-size:.68rem}.codex-affix-breakpoints{color:#95845d;font-size:.7rem;white-space:nowrap}.codex-affix-entry.codex-unknown{grid-template-columns:58px minmax(0,1fr)}.codex-affix-entry.codex-unknown strong,.codex-affix-entry.codex-unknown small{color:#596662}.codex-path-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.codex-path-entry{display:grid;grid-template-columns:54px minmax(0,1fr);gap:12px;padding:14px;border-top:1px solid rgba(177,153,88,.29);background:linear-gradient(90deg,rgba(156,129,52,.07),transparent 70%)}.codex-path-glyph{display:grid;place-items:center;width:50px;height:50px;color:#e1c975;border:1px solid rgba(218,185,87,.46);transform:rotate(45deg) scale(.72)}.codex-path-entry>div{display:grid;gap:3px}.codex-path-entry small{color:#756f63;font-size:.68rem}.codex-path-entry strong{color:#dce0d9}.codex-path-entry p{margin:0;color:#8f9b96;font-size:.76rem;line-height:1.55}.codex-empty{grid-column:1 / -1;padding:38px;color:#66736f;text-align:center}.meta-import-status{min-height:1.4em;margin:12px 0 0;color:#8fc49f}.meta-import-status.error{color:#d86f62}.result-actions,.game-over-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:10px;margin-top:18px}@media (max-width: 900px){.meta-vault-header{grid-template-columns:repeat(2,1fr)}.meta-vault-header>div:not(.meta-archive-actions){border-bottom:1px solid rgba(181,159,94,.18)}.meta-archive-actions{grid-column:1 / -1;justify-content:stretch}.meta-archive-actions .btn{flex:1}.meta-talent-branch{grid-template-columns:118px minmax(0,1fr)}.codex-equipment-grid,.codex-affix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){#screen-meta.active{padding:0}#screen-meta .meta-panel{max-height:100svh;min-height:100svh;padding:16px 12px 84px;border:0}#screen-meta .meta-workspace,#screen-meta .meta-talent-branches,#screen-meta .meta-talent-branch{width:100%;min-width:0}.meta-talent-intro{display:grid}.meta-talent-branch{display:block}.meta-talent-branch>header{min-height:auto;padding:14px 4px 6px}.meta-talent-branch>header i{display:none}.meta-talent-line{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(210px,82vw);overflow-x:auto;scrollbar-width:none}.meta-talent-line::-webkit-scrollbar{display:none}.codex-toolbar{align-items:flex-start}.codex-loadout-budget{min-width:112px}.codex-equipment-grid,.codex-affix-grid,.codex-path-grid{grid-template-columns:1fr}.codex-equipment-entry{grid-template-columns:54px minmax(0,1fr) auto}}#screen-battle .player-emitter-rack,#screen-battle .player-counter-rail{position:relative;z-index:9;grid-area:3 / 1;align-self:center}#screen-battle .player-emitter-rack{display:grid;gap:.38rem;width:92px;max-height:100%;align-content:center}#screen-battle .player-emitter-rack.emitter-left{justify-self:center;transform:translate(clamp(-230px,-20vw,-180px))}#screen-battle .player-emitter-rack.emitter-right{justify-self:center;transform:translate(clamp(180px,20vw,230px))}#screen-battle .battle-emitter-card,#screen-battle .player-core-cycle{position:relative;display:grid;align-items:center;border:1px solid rgba(196,170,99,.34);background:linear-gradient(135deg,rgba(205,178,102,.08),transparent 44%),#040d0fe6;color:#d9d2bc;font:inherit;cursor:help;box-shadow:0 8px 20px #00000047}#screen-battle .battle-emitter-card{grid-template-columns:38px minmax(0,1fr);gap:.38rem;width:92px;min-height:52px;padding:.32rem;clip-path:polygon(0 8px,8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%)}#screen-battle .battle-emitter-card:hover,#screen-battle .battle-emitter-card:focus-visible,#screen-battle .player-core-cycle:hover,#screen-battle .player-core-cycle:focus-visible{border-color:#e7cb7cd1;outline:1px solid rgba(231,203,124,.24);outline-offset:2px;filter:brightness(1.16)}#screen-battle .action-charge-ring{position:relative;display:grid;width:36px;aspect-ratio:1;place-items:center;border-radius:50%;background:conic-gradient(#dbbd67 var(--action-progress, 0%),rgba(99,122,114,.2) 0);box-shadow:0 0 13px #cbad5b24}#screen-battle .action-charge-ring:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#071214}#screen-battle .action-charge-ring>*{position:relative;z-index:1}#screen-battle .emitter-affix-icon{width:27px;height:27px;margin:0;border-radius:50%}#screen-battle .action-control-copy{display:grid;min-width:0;gap:.08rem;text-align:left}#screen-battle .action-control-copy b,#screen-battle .action-control-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#screen-battle .action-control-copy b{font-size:.61rem;font-weight:600}#screen-battle .action-control-copy small{color:#dbd1b6a6;font-size:.54rem;font-variant-numeric:tabular-nums}#screen-battle .player-core-cycles{position:absolute;z-index:7;right:.34rem;bottom:.34rem;display:flex;gap:.26rem}#screen-battle .player-core-cycle{grid-template-columns:26px auto;gap:.22rem;min-height:31px;padding:.16rem .24rem}#screen-battle .player-core-cycle .action-charge-ring{width:24px}#screen-battle .player-core-cycle .core-cycle-glyph{color:#d9bd72;font-size:.59rem}#screen-battle .player-core-cycle.kind-shield .action-charge-ring{background:conic-gradient(#71abc1 var(--action-progress, 0%),rgba(73,106,114,.2) 0)}#screen-battle .player-counter-rail{justify-self:center;width:122px;max-height:min(286px,100%);transform:translate(clamp(286px,29vw,354px));border-left:1px solid rgba(202,174,99,.26);background:linear-gradient(90deg,#030c0ee6,#030c0e80);transition:width .22s ease,transform .22s ease}#screen-battle .counter-rail-toggle{display:flex;align-items:center;gap:.32rem;width:100%;min-height:34px;padding:.25rem .38rem;border:0;border-bottom:1px solid rgba(202,174,99,.18);background:transparent;color:#cdb36e;font:inherit;cursor:pointer}#screen-battle .counter-rail-toggle span{display:grid;width:24px;aspect-ratio:1;place-items:center;border:1px solid rgba(202,174,99,.42);transform:rotate(-4deg)}#screen-battle .counter-rail-toggle strong{font-size:.66rem}#screen-battle .player-counter-rail .player-run-progress{margin:0;padding:.28rem}#screen-battle .player-counter-rail .run-progress-heading{display:none}#screen-battle .player-counter-rail .run-progress-list{display:grid;grid-template-columns:minmax(0,1fr);gap:2px}#screen-battle .player-counter-rail .run-progress-entry{width:100%;min-height:27px;padding:.16rem .28rem;border-left-color:#caae633d;font-size:.58rem}#screen-battle .player-counter-rail.collapsed{width:36px}#screen-battle .player-counter-rail.collapsed .counter-rail-toggle{justify-content:center;padding-inline:0}#screen-battle .player-counter-rail.collapsed .counter-rail-toggle strong,#screen-battle .player-counter-rail.collapsed .player-run-progress{display:none!important}#screen-battle .battle-command-center{position:absolute;z-index:34;left:50%;bottom:10px;display:grid;justify-items:center;gap:.34rem;transform:translate(-50%)}#screen-battle .battle-command-center .battle-controls{position:static;display:flex;flex-direction:row;gap:.38rem}#screen-battle .battle-speed-controls{display:inline-flex;padding:2px;border:1px solid rgba(122,151,140,.24);background:#030c0ed1}#screen-battle .battle-speed-controls button{min-width:70px;min-height:27px;padding:.2rem .42rem;border:0;background:transparent;color:#83968f;font:500 .58rem STKaiti,KaiTi,serif;cursor:pointer}#screen-battle .battle-speed-controls button[aria-pressed=true]{background:#b08f4133;color:#e2ca83;box-shadow:inset 0 0 0 1px #d5b56257}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{top:7px;right:7px;width:42px;height:42px}.item-tooltip[data-kind=battle-emitter]{width:min(330px,88vw);border-color:#cdb165a8;pointer-events:auto}.emitter-tooltip-stats .stat-line{display:flex;justify-content:space-between;gap:.8rem}@media (max-width: 760px){#screen-battle .player-emitter-rack{width:52px;gap:.2rem}#screen-battle .player-emitter-rack.emitter-left{transform:translate(-118px)}#screen-battle .player-emitter-rack.emitter-right{transform:translate(118px)}#screen-battle .battle-emitter-card{grid-template-columns:1fr;justify-items:center;width:52px;min-height:48px;padding:.22rem}#screen-battle .battle-emitter-card .action-control-copy b{display:none}#screen-battle .battle-emitter-card .action-control-copy{text-align:center}#screen-battle .battle-emitter-card .action-charge-ring{width:31px}#screen-battle .battle-emitter-card .emitter-affix-icon{width:23px;height:23px}#screen-battle .player-counter-rail{position:absolute;right:1px;justify-self:auto;width:108px;max-height:192px;transform:none}#screen-battle .battle-command-center{bottom:60px}#screen-battle .battle-speed-controls button{min-width:62px;padding-inline:.25rem}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{width:31px;height:31px}}#screen-battle .battle-enemies:before{display:none!important;content:none!important}#screen-battle .player-combatant-head .combatant-name,#screen-battle .player-battle-effects,#screen-battle .player-core-cycles{display:none!important}#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container{height:24px!important;min-height:24px!important;border-color:#e2d6b257;font-size:.63rem;box-shadow:inset 0 0 10px #00000057}#screen-battle .hp-bar-container .card-vital-label,#screen-battle .enemy-unit-bar-wrap .card-vital-label{font-size:.61rem}#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{max-width:72%;font-size:.64rem}#screen-battle .enemy-node-rack{display:flex;flex:0 0 auto;min-height:0;align-items:center;justify-content:flex-start;gap:.24rem;margin-top:.26rem;overflow:visible}#screen-battle .enemy-node-rack:empty{display:none}#screen-battle .player-combat-zone .player-emitter-rack{display:grid;grid-template-columns:repeat(2,50px);width:104px;max-height:100%;gap:.28rem;align-content:center}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .48rem);left:auto}#screen-battle .player-combat-zone .emitter-right{right:auto;left:calc(100% + .48rem)}#screen-battle .battle-effect-node{position:relative;display:grid;width:50px;height:50px;min-width:50px;min-height:50px;place-items:center;padding:4px;overflow:visible;border:1px solid rgba(199,174,103,.38);background:#030c0eeb;color:#e3d5aa;font:inherit;cursor:help;box-shadow:0 7px 18px #00000061;isolation:isolate}#screen-battle .battle-effect-node.node-active{clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}#screen-battle .battle-effect-node.node-passive{border-color:#699ca37a;background:linear-gradient(145deg,rgba(91,145,150,.13),transparent 48%),#030c0ee6;clip-path:polygon(12% 0,88% 0,100% 12%,100% 88%,88% 100%,12% 100%,0 88%,0 12%)}#screen-battle .battle-effect-node.node-passive.debuff{border-color:#aa57769e;background:linear-gradient(145deg,rgba(141,61,101,.18),transparent 52%),#0a080feb}#screen-battle .battle-effect-node:hover,#screen-battle .battle-effect-node:focus-visible{z-index:6;border-color:#efd27ce0;outline:1px solid rgba(239,210,124,.28);outline-offset:2px;filter:brightness(1.2)}#screen-battle .battle-effect-node .action-charge-ring{width:38px;height:38px}#screen-battle .battle-effect-node.kind-shield .action-charge-ring{background:conic-gradient(#7eb8c9 var(--action-progress, 0%),rgba(70,103,112,.22) 0);box-shadow:0 0 14px #60b8d038}#screen-battle .battle-effect-node.is-paused .action-charge-ring{background:conic-gradient(#92d5ec var(--action-progress, 0%),rgba(50,82,96,.32) 0);filter:saturate(.7) brightness(.9);box-shadow:0 0 15px #6acbeb6b}#screen-battle .battle-effect-node.is-paused:after{content:"冻";position:absolute;z-index:4;top:-4px;left:-4px;display:grid;width:17px;height:17px;place-items:center;border:1px solid rgba(159,220,241,.7);border-radius:50%;background:#0e2a36f0;color:#b8e8f7;font-size:.45rem}#screen-battle .passive-node-core{position:relative;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(121,175,178,.28);background:#051214c7;clip-path:polygon(50% 0,100% 28%,88% 88%,30% 100%,0 64%,12% 14%)}#screen-battle .passive-node-core .combat-effect-icon{width:30px;height:30px}#screen-battle .battle-effect-node .node-title{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}#screen-battle .battle-effect-node .node-time,#screen-battle .battle-effect-node .node-value{position:absolute;z-index:3;bottom:1px;min-width:17px;padding:0 2px;border:1px solid rgba(218,196,132,.3);background:#02080ae6;font:700 .48rem ui-monospace,Cascadia Mono,monospace;line-height:14px;text-align:center;text-shadow:0 1px 2px #000}#screen-battle .battle-effect-node .node-time{left:1px;color:#c1d3cad1}#screen-battle .battle-effect-node .node-value{right:1px;color:#f0d784}#screen-battle .battle-effect-node.node-passive .node-time{display:none}#screen-battle .battle-effect-node.just-triggered{animation:battleNodeTrigger .28s cubic-bezier(.16,.8,.2,1)}#screen-battle .battle-effect-node.just-triggered .action-charge-ring{animation:battleNodeRingFlash .28s ease-out}@keyframes battleNodeTrigger{0%{filter:brightness(1);transform:scale(1)}28%{filter:brightness(1.9) drop-shadow(0 0 11px rgba(244,216,125,.86));transform:scale(1.13)}to{filter:brightness(1);transform:scale(1)}}@keyframes battleNodeRingFlash{0%,to{box-shadow:0 0 10px #cfb15e2e}35%{box-shadow:0 0 4px #fff6c9,0 0 22px #ecc558e6}}#screen-battle .enemy-node-rack .battle-effect-node{width:42px;height:42px;min-width:42px;min-height:42px;padding:3px}#screen-battle .enemy-node-rack .action-charge-ring,#screen-battle .enemy-node-rack .passive-node-core{width:32px;height:32px}#screen-battle .enemy-node-rack .core-cycle-icon,#screen-battle .enemy-node-rack .passive-node-core .combat-effect-icon{width:25px;height:25px}#screen-battle .player-counter-rail{left:calc(100% + 160px)!important;width:54px!important;max-height:min(300px,100%);border:0;background:none}#screen-battle .counter-rail-toggle{min-height:30px;justify-content:center;padding:0;border:0}#screen-battle .counter-rail-toggle strong{display:none}#screen-battle .counter-rail-toggle span{width:28px}#screen-battle .player-counter-rail .player-run-progress{padding:.18rem 0}#screen-battle .player-counter-rail .run-progress-list{display:grid;grid-template-columns:48px;gap:.22rem;max-height:260px;overflow-y:auto;scrollbar-width:none}#screen-battle .player-counter-rail .run-progress-list::-webkit-scrollbar{display:none}#screen-battle .player-counter-rail .run-progress-entry,#screen-battle .player-counter-rail .run-progress-entry:first-child{position:relative;display:grid;width:48px;height:48px;min-height:48px;max-height:48px;place-items:center;padding:3px;border:1px solid rgba(105,156,163,.44);background:#030c0ee6;clip-path:polygon(12% 0,88% 0,100% 12%,100% 88%,88% 100%,12% 100%,0 88%,0 12%)}#screen-battle .player-counter-rail .battle-counter-emblem{position:relative;display:grid;width:38px;height:38px;place-items:center;background:conic-gradient(rgba(211,183,101,.86) var(--counter-progress, 0%),rgba(84,117,113,.2) 0);border-radius:50%}#screen-battle .player-counter-rail .battle-counter-emblem:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#071214}#screen-battle .player-counter-rail .battle-counter-emblem .combat-effect-icon{position:relative;z-index:1;width:28px;height:28px}#screen-battle .player-counter-rail .battle-counter-emblem b{position:absolute;z-index:3;right:-3px;bottom:-3px;max-width:35px;padding:0 2px;overflow:hidden;border:1px solid rgba(209,181,101,.42);background:#02080af0;color:#ead17e;font:700 .43rem ui-monospace,monospace;line-height:13px;text-overflow:ellipsis;white-space:nowrap}#screen-battle .player-counter-rail .battle-counter-name,#screen-battle .player-counter-rail .battle-counter-value,#screen-battle .player-counter-rail .battle-counter-hint,#screen-battle .player-counter-rail .battle-counter-tag{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}#screen-battle .player-counter-rail.collapsed .player-run-progress{display:none!important}.item-tooltip[data-kind=combat-status]{width:min(310px,88vw);border-color:#68a2a9ad;pointer-events:auto}@media (max-width: 760px){#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container{height:20px!important;min-height:20px!important;font-size:.54rem}#screen-battle .hp-bar-container .card-vital-label,#screen-battle .enemy-unit-bar-wrap .card-vital-label,#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{font-size:.52rem}#screen-battle .player-combat-zone .player-emitter-rack{grid-template-columns:44px;width:44px;gap:.18rem}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .22rem)}#screen-battle .player-combat-zone .emitter-right{left:calc(100% + .22rem)}#screen-battle .battle-effect-node{width:44px;height:44px;min-width:44px;min-height:44px}#screen-battle .battle-effect-node .action-charge-ring,#screen-battle .passive-node-core{width:34px;height:34px}#screen-battle .player-counter-rail{right:1px!important;left:auto!important;width:48px!important;max-height:184px}#screen-battle .player-counter-rail .run-progress-list{grid-template-columns:44px;max-height:150px}#screen-battle .player-counter-rail .run-progress-entry,#screen-battle .player-counter-rail .run-progress-entry:first-child{width:44px;height:44px;min-height:44px;max-height:44px}#screen-battle .enemy-node-rack{gap:.12rem;margin-top:.14rem}#screen-battle .enemy-node-rack .battle-effect-node{width:34px;height:34px;min-width:34px;min-height:34px}#screen-battle .enemy-node-rack .action-charge-ring,#screen-battle .enemy-node-rack .passive-node-core{width:27px;height:27px}#screen-battle .enemy-node-rack .core-cycle-icon,#screen-battle .enemy-node-rack .passive-node-core .combat-effect-icon{width:21px;height:21px}#screen-battle .enemy-node-rack .node-time,#screen-battle .enemy-node-rack .node-value{font-size:.39rem;line-height:11px;min-width:13px}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-effect-node.just-triggered,#screen-battle .battle-effect-node.just-triggered .action-charge-ring{animation:none}}#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{position:absolute!important;top:50%;right:.32rem;left:auto!important;width:auto;max-width:62%;transform:translateY(-50%)!important;text-align:right;white-space:nowrap}@media (max-width: 768px){#screen-battle .battle-header{grid-template-rows:224px minmax(48px,1fr) max-content;overflow-y:auto;scrollbar-width:none}#screen-battle .battle-header::-webkit-scrollbar{display:none}#screen-battle .combatant.player-side{align-self:start;overflow:visible}}@media (max-width: 390px) and (max-height: 760px){#screen-battle .battle-header{grid-template-rows:208px minmax(44px,1fr) max-content}}.right-path-line-shell{position:relative;padding:.15rem 0}#panel-right .right-path-timeline{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:0;margin:0}#panel-right .right-path-timeline:before{top:17px;bottom:17px;left:16px;width:1px;height:auto;background:linear-gradient(#c9aa65 0,#c9aa65 8%,#c9aa655c 22%,#c9aa655c 78%,#7e9f923d)}.right-path-node{position:relative;z-index:1;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:.56rem;min-height:43px;padding:.25rem .28rem .25rem 0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;cursor:help}.right-path-node:hover,.right-path-node:focus-visible{background:linear-gradient(90deg,rgba(201,170,101,.12),transparent);outline:1px solid rgba(201,170,101,.22);outline-offset:1px}.right-path-node:disabled{cursor:default;opacity:.48}.right-path-node-index{display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(201,170,101,.42);border-radius:50%;background:#081214;color:#d6ba74;font:600 .68rem STKaiti,KaiTi,serif;box-shadow:0 0 0 3px #040c0ed1}.right-path-node.minor .right-path-node-index{border-color:#749f9175;color:#9ec1b2}.right-path-node.summary .right-path-node-index{border-radius:3px;border-color:#dab24ca8;background:#49341185}.right-path-node-copy{display:grid;min-width:0;gap:.05rem}.right-path-node-copy small{color:#72847e;font-size:.54rem;letter-spacing:.08em}.right-path-node-copy strong{overflow:hidden;color:#d7d2bd;font:500 .72rem STKaiti,KaiTi,serif;text-overflow:ellipsis;white-space:nowrap}.right-path-node.origin .right-path-node-copy strong,.right-path-node.major .right-path-node-copy strong,.right-path-node.summary .right-path-node-copy strong{color:#dcc47e}.item-tooltip[data-kind=path-node]{width:min(360px,86vw);border-color:#c9aa65ad;pointer-events:auto}.path-node-effects{display:grid;gap:.18rem}.path-node-effects .stat-line{display:flex;justify-content:space-between;gap:.7rem}.path-node-rule strong,.path-node-future strong{display:block;margin-bottom:.12rem;color:#cfad62;font-size:.6rem;letter-spacing:.08em}.path-node-future{color:#9fb8ae}@media (min-width: 769px){#screen-battle .battle-header{grid-template-rows:minmax(214px,.95fr) minmax(64px,.34fr) minmax(326px,1.35fr);overflow:visible}#screen-battle .combatant.player-side{align-self:start;width:clamp(218px,23vh,252px);min-width:clamp(218px,23vh,252px);overflow:visible}}@media (min-width: 769px) and (max-height: 800px){#screen-battle .battle-header{grid-template-rows:minmax(190px,.86fr) 44px minmax(280px,1.14fr);gap:7px}#screen-battle .combatant.player-side{width:176px;min-width:176px}}.right-path-origin{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:.5rem;width:100%;min-height:42px;padding:.35rem 0;border:0;border-bottom:1px solid rgba(126,159,146,.18);background:transparent;color:inherit;text-align:left;cursor:help}.right-path-origin>span{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(201,170,101,.52);border-radius:50%;color:#dbc178}.right-path-origin strong{overflow:hidden;color:#c9c6b6;font:500 .7rem STKaiti,KaiTi,serif;text-overflow:ellipsis;white-space:nowrap}.right-path-origin small{color:#71837c;font-size:.54rem}#panel-right .right-path-timeline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.28rem;padding:.65rem 0 .48rem}#panel-right .right-path-timeline:before{display:none}#panel-right .right-path-node{display:grid;justify-items:center;gap:.08rem;min-width:0;min-height:0;padding:0;border:0;background:transparent;color:inherit;text-align:center;cursor:help}#panel-right .right-path-node i{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(110,135,127,.32);border-radius:50%;background:#081214;color:#63746f;font: 600 .62rem STKaiti,KaiTi,serif}#panel-right .right-path-node small{color:#75857f;font-size:.5rem}#panel-right .right-path-node b{color:#62716c;font-size:.5rem}#panel-right .right-path-node.learned i{border-color:#c9aa65;color:#e2c878;box-shadow:0 0 12px #c9aa652e}#panel-right .right-path-node.learned b{color:#c7a75f}#panel-right .right-path-node.available i{border-style:dashed;border-color:#c9aa657a;color:#a99059}.path-overview-trigger{width:100%;min-height:38px;margin-top:.2rem}#screen-path{overflow-y:auto;padding:clamp(.75rem,2vw,1.5rem);scrollbar-width:thin}.stronghold-transition{position:absolute;z-index:80;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;overflow:hidden;background:linear-gradient(180deg,#030a0ce6,#040d0ff5),var(--battle-backdrop) center / cover;opacity:0;transition:opacity .36s ease}.stronghold-transition[hidden]{display:none}.stronghold-transition.is-entering{opacity:1}.stronghold-transition.is-leaving{opacity:0}.stronghold-transition-scroll{width:min(880px,calc(100% - 2rem));padding:clamp(1rem,3vw,2.4rem);border-block:1px solid rgba(203,172,100,.42);background:#040e10b8;text-align:center;transform:translateY(16px);transition:transform .52s cubic-bezier(.2,.75,.2,1)}.stronghold-transition.is-entering .stronghold-transition-scroll{transform:translateY(0)}.stronghold-transition-kicker{color:#8ca096;font-size:.62rem;letter-spacing:.34em}.stronghold-transition h2{margin:.35rem 0 1.35rem;color:#e1d5af;font:500 clamp(1.35rem,3vw,2.2rem) "STKaiti","KaiTi",serif;letter-spacing:.12em}.stronghold-transition-route{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.stronghold-transition-route:before{content:"";position:absolute;z-index:0;top:24px;right:10%;left:10%;height:1px;background:linear-gradient(90deg,#9b824e,#67877e47)}.stronghold-transition-node{position:relative;z-index:1;display:grid;justify-items:center;gap:.2rem;color:#687b75}.stronghold-transition-node i{display:grid;width:48px;height:48px;place-items:center;border:1px solid #51645e;border-radius:50%;background:#071214;color:inherit;font: 700 .9rem STKaiti,KaiTi,serif}.stronghold-transition-node small{color:inherit;font-size:.65rem}.stronghold-transition-node b{font-size:.5rem;font-weight:500}.stronghold-transition-node.complete{color:#9aad9f}.stronghold-transition-node.complete i:after{content:"破";position:absolute;color:#bc715d;font-size:.48rem;transform:rotate(-13deg)}.stronghold-transition-node.next{color:#e1c773}.stronghold-transition-node.next i{box-shadow:0 0 0 5px #cdb16914,0 0 28px #cdb16938}.stronghold-transition.has-arrived .stronghold-transition-node.next i{animation:strongholdArrival .72s ease both}.stronghold-transition-scroll>p{margin:1.2rem 0 0;color:#9daaa5;font-size:.72rem}.boss-loot-guarantee{border:1px solid color-mix(in srgb,var(--boss-rarity),transparent 55%);background:color-mix(in srgb,var(--boss-rarity),transparent 91%);color:var(--boss-rarity)!important}@keyframes strongholdArrival{0%{transform:scale(.82);filter:brightness(.75)}45%{transform:scale(1.14);filter:brightness(1.5)}to{transform:scale(1);filter:brightness(1)}}@media (max-width: 768px){.stronghold-transition-scroll{width:calc(100% - 1rem);padding:1.15rem .6rem}.stronghold-transition h2{margin-bottom:1rem;font-size:1.35rem}.stronghold-transition-route{gap:.22rem}.stronghold-transition-route:before{top:20px}.stronghold-transition-node i{width:40px;height:40px}.stronghold-transition-node small{font-size:.5rem}.stronghold-transition-node b{font-size:.44rem}.stronghold-transition-scroll>p{font-size:.62rem}}@media (prefers-reduced-motion: reduce){.stronghold-transition,.stronghold-transition-scroll{transition-duration:1ms}.stronghold-transition.has-arrived .stronghold-transition-node.next i{animation:none}}#screen-path .path-shell{width:min(100%,1040px);margin:0 auto}.path-talent-header{position:relative;padding:.35rem 0 1rem}.path-talent-header h2{margin:.2rem 0}.path-talent-header>p{max-width:720px}.path-talent-meta{display:flex;flex-wrap:wrap;gap:.35rem 1rem;margin-top:.7rem;color:#83938d;font-size:.68rem}.path-talent-meta strong{color:#d8bb72}.path-talent-tree{position:relative;display:grid;gap:.55rem;padding:.65rem 0}.path-talent-tree:before{content:"";position:absolute;top:38px;bottom:38px;left:31px;width:1px;background:linear-gradient(#c9aa65,#7094883d)}.path-talent-layer{position:relative;display:grid;grid-template-columns:128px minmax(0,1fr);gap:.75rem;padding:.55rem 0}.path-talent-layer>header{position:relative;z-index:1;display:grid;grid-template-columns:62px minmax(0,1fr);align-items:center;align-self:start;min-height:62px}.path-talent-layer>header>span{display:grid;width:62px;height:62px;place-items:center;border:1px solid #9b814b;border-radius:50%;background:#081214;color:#dfc57d;font:600 1rem STKaiti,KaiTi,serif;box-shadow:0 0 0 5px #040c0ee0}.path-talent-layer>header div{display:grid;gap:.08rem;padding-left:.55rem}.path-talent-layer>header small{color:#70827b;font-size:.54rem}.path-talent-layer>header strong{color:#ddd1ac;font:500 .92rem STKaiti,KaiTi,serif}.path-talent-layer>header b{grid-column:2;padding-left:.55rem;color:#8da49a;font-size:.52rem}.path-talent-layer.locked>header,.path-talent-layer.locked .path-talent-options{opacity:.66}.path-talent-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.path-talent-node-wrap{position:relative;display:grid;min-width:0}.path-talent-node{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);align-content:start;gap:.45rem;min-height:112px;padding:.7rem;overflow:hidden;border:1px solid rgba(116,145,135,.22);background:#050f11c2;color:inherit;text-align:left;cursor:help;transition:border-color .15s ease,background .15s ease,transform .15s ease;width:100%}.path-talent-reroll{position:absolute;z-index:3;bottom:.42rem;left:.7rem;min-height:24px;padding:.18rem .42rem;border:1px solid rgba(166,114,188,.72);background:#1f0e27eb;color:#d6a9e8;font-size:.5rem;cursor:pointer;box-shadow:0 0 14px #8946a724}.path-talent-node-wrap:has(.path-talent-reroll) .path-talent-node{padding-bottom:1.85rem}.path-talent-reroll:hover,.path-talent-reroll:focus-visible{border-color:#e1b7ef;color:#f0d7f7;outline:none}.path-talent-meta .has-fate-reroll{color:#c79ad9}.path-talent-node:after{content:"";position:absolute;right:-28px;bottom:-36px;width:88px;height:88px;border:1px solid rgba(201,170,101,.1);transform:rotate(45deg)}.path-talent-node.selectable,.path-talent-node.can-upgrade{cursor:pointer}.path-talent-node.selectable{border-color:#c9aa658f;box-shadow:inset 0 0 22px #c9aa650f;animation:pathTalentReady 2.4s ease-in-out infinite}.path-talent-node.learned{border-color:#7eae9b8c;background:linear-gradient(135deg,#1d453b70,#050f11c7)}.path-talent-node.selected{z-index:2;border-color:#e2c46f;background:linear-gradient(135deg,#5f491c8f,#081415e6);transform:translateY(-2px);box-shadow:0 8px 24px #00000047,0 0 18px #c9aa652e}.path-talent-icon{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(201,170,101,.45);border-radius:50%;color:#ddc177;font:600 .76rem STKaiti,KaiTi,serif}.path-talent-copy{display:grid;min-width:0;gap:.18rem}.path-talent-copy small{color:#8b9d95;font-size:.52rem;letter-spacing:.06em}.path-talent-copy strong{color:#ddd6bd;font:500 .84rem STKaiti,KaiTi,serif}.path-talent-copy>span{color:#879891;font-size:.64rem;line-height:1.45}.path-talent-rank{position:absolute;right:.5rem;bottom:.46rem;display:flex;gap:3px}.path-talent-rank i{width:14px;height:3px;background:#718b8333}.path-talent-rank i.filled{background:#c9aa65}.path-talent-footer{position:sticky;z-index:5;bottom:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-top:1px solid rgba(201,170,101,.34);background:linear-gradient(transparent,#071113 22%)}.path-talent-footer[hidden]{display:none}.path-talent-footer p{color:#a1aea9;font-size:.7rem}.path-talent-footer .btn{min-width:152px}@keyframes pathTalentReady{0%,to{box-shadow:inset 0 0 22px #c9aa650a,0 0 #c9aa6500}50%{box-shadow:inset 0 0 26px #c9aa651a,0 0 14px #c9aa651a}}@media (max-width: 768px){#screen-path{scroll-padding-block:.65rem calc(var(--mobile-tab-height, 64px) + 76px);padding:.7rem .65rem calc(var(--mobile-tab-height, 64px) + 5.25rem + env(safe-area-inset-bottom))}#screen-path .path-shell{padding:0}.path-talent-header{padding-top:.2rem}.path-talent-header h2{font-size:1.25rem}.path-talent-tree:before{left:19px}.path-talent-layer{grid-template-columns:42px minmax(0,1fr);gap:.42rem;padding:.35rem 0}.path-talent-layer>header{grid-template-columns:40px;min-height:40px}.path-talent-layer>header>span{width:40px;height:40px;font-size:.78rem;box-shadow:0 0 0 4px #040c0ee0}.path-talent-layer>header div,.path-talent-layer>header b{display:none}.path-talent-options{grid-template-columns:minmax(0,1fr);gap:.38rem}.path-talent-node{grid-template-columns:38px minmax(0,1fr);align-items:start;min-height:88px;padding:.55rem .62rem .7rem;text-align:left}.path-talent-reroll{right:auto;bottom:.28rem;left:.28rem;padding:.14rem .28rem;font-size:.46rem}.path-talent-icon{width:34px;height:34px}.path-talent-copy{justify-items:start}.path-talent-copy strong{font-size:.82rem}.path-talent-copy>span{display:-webkit-box;overflow:hidden;font-size:.6rem;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:3}.path-talent-footer{position:fixed;right:0;bottom:var(--mobile-tab-height, 64px);left:0;min-height:62px;padding:.4rem .55rem calc(.4rem + env(safe-area-inset-bottom));background:#050e10f5;box-shadow:0 -12px 28px #00000052}.path-talent-footer p{display:-webkit-box;margin:0;overflow:hidden;font-size:.56rem;-webkit-box-orient:vertical;-webkit-line-clamp:1}.path-talent-footer .btn{flex:0 0 auto;min-width:108px;min-height:40px;padding:.35rem .55rem}}@media (prefers-reduced-motion: reduce){.path-talent-node.selectable{animation:none}}@media (max-width: 768px){#panel-left .equip-slots.loadout-manikin{height:430px;min-height:430px;padding-bottom:0}#panel-left .loadout-manikin .equip-slot[data-slot=feet]{bottom:7px}#panel-left .loadout-manikin .treasure-slot-dock{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;min-height:0;padding:0;border:0;background:none;box-shadow:none;pointer-events:none}#panel-left .loadout-manikin .treasure-slot-dock-heading{display:none}#panel-left .loadout-manikin .treasure-slot-row{display:block}#panel-left .loadout-manikin .treasure-slot-row .equip-slot{position:absolute;inset:auto;width:54px;height:54px;min-height:54px;transform:none;pointer-events:auto}#panel-left .loadout-manikin .treasure-slot-row .equip-slot[data-slot=treasure_1]{top:14px;right:auto;bottom:auto;left:12px}#panel-left .loadout-manikin .treasure-slot-row .equip-slot[data-slot=treasure_2]{top:14px;right:12px;bottom:auto;left:auto}#panel-left .loadout-manikin .treasure-slot-row .equip-slot[data-slot=treasure_3]{top:auto;right:auto;bottom:12px;left:12px}#panel-left .loadout-manikin .treasure-slot-row .equip-slot[data-slot=treasure_4]{top:auto;right:12px;bottom:12px;left:auto}#panel-left .loadout-manikin .treasure-slot-row .equip-slot[data-slot=treasure_5]{top:80px;right:auto;bottom:auto;left:50%;transform:translate(-50%)}.item-tooltip[data-kind=path-node]{position:fixed!important;top:auto!important;right:10px!important;bottom:68px!important;left:10px!important;width:auto;max-width:none;max-height:min(66vh,520px);overflow-y:auto;box-shadow:0 -12px 36px #0000009e}}.combat-resource-control{cursor:help;transition:border-color .18s ease,filter .18s ease,box-shadow .18s ease}.combat-resource-control:hover,.combat-resource-control:focus-visible{border-color:#c9aa65b8!important;filter:brightness(1.14);outline:1px solid rgba(201,170,101,.32);outline-offset:1px}#panel-right .resource-control-inline{border-radius:2px}.item-tooltip[data-kind=equipment]{pointer-events:auto}.item-tooltip[data-kind=defense-resource]{pointer-events:none}.item-tooltip[data-kind=defense-resource][data-resource-type=health]{border-color:#ac4f42d1}.item-tooltip[data-kind=defense-resource][data-resource-type=guard]{border-color:#be9b48cc}.item-long-press-pending{animation:item-long-press-charge .52s linear both}@keyframes item-long-press-charge{0%{box-shadow:inset 0 0 #dfc16f00}to{box-shadow:inset 0 0 0 2px #dfc16fe0,0 0 14px #c9aa6533}}.context-menu{overflow:hidden}.context-menu-title{max-width:260px;padding:.55rem .82rem .45rem;overflow:hidden;border-bottom:1px solid rgba(201,170,101,.24);color:#e5d7ad;font-size:.76rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.context-menu-item{display:block;width:100%;border:0;background:transparent;text-align:left}.context-menu-item:disabled{opacity:.42;cursor:not-allowed}@media (max-width: 768px),(pointer: coarse){body.context-menu-open:before{content:"";position:fixed;z-index:998;top:0;right:0;bottom:0;left:0;background:#01050785;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.context-menu-mobile{position:fixed;z-index:999;right:max(10px,env(safe-area-inset-right));bottom:calc(72px + env(safe-area-inset-bottom));left:max(10px,env(safe-area-inset-left));width:auto;max-height:min(62svh,480px);padding:.3rem;overflow-y:auto;border-color:#d2b25ed1;box-shadow:0 -18px 52px #00000094}.context-menu-mobile .context-menu-title{max-width:none;padding:.62rem .72rem .55rem;font-size:.9rem}.context-menu-mobile .context-menu-item{min-height:48px;padding:.68rem .72rem;border-bottom:1px solid rgba(126,159,146,.14);font-size:.88rem}.context-menu-mobile .context-menu-item:last-child{border-bottom:0}}@media (prefers-reduced-motion: reduce){.item-long-press-pending{animation:none}}#screen-battle .enemy-action-slot{position:relative;overflow:hidden;isolation:isolate}#screen-battle .enemy-action-slot>*:not(.enemy-action-progress){position:relative;z-index:1}#screen-battle .enemy-action-progress{position:absolute;inset:auto 0 0;height:3px;background:linear-gradient(90deg,#b45e42 var(--action-progress, 0%),rgba(180,94,66,.12) 0);box-shadow:0 -4px 14px #b45e421f;transition:background .1s linear}#screen-battle .enemy-action-time{margin-left:auto;color:#e0d7beb8;font-variant-numeric:tabular-nums}#screen-battle .auto-action-track{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;width:100%;margin-top:6px}#screen-battle .auto-action-chip{position:relative;min-width:0;min-height:36px;overflow:hidden;border:1px solid rgba(190,168,104,.22);background:#050d0fbd;color:#d9d2bc;text-align:left;padding:6px 8px}#screen-battle .auto-action-chip b,#screen-battle .auto-action-chip small{position:relative;z-index:1;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#screen-battle .auto-action-chip b{font-size:.72rem;font-weight:600}#screen-battle .auto-action-chip small{margin-top:2px;color:#e0d7bea3;font-size:.62rem;font-variant-numeric:tabular-nums}#screen-battle .auto-action-fill{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(190,160,83,.2) var(--action-progress, 0%),transparent 0);transition:background .1s linear}#screen-battle .auto-action-chip.kind-base{border-color:#d3b5617a}#screen-battle .auto-action-chip.kind-shield{border-color:#569aae70}@media (max-width: 760px){#screen-battle .auto-action-track{grid-template-columns:repeat(2,minmax(0,1fr));max-height:82px;overflow-y:auto;scrollbar-width:none}#screen-battle .auto-action-track::-webkit-scrollbar{display:none}#screen-battle .auto-action-chip{min-height:34px;padding:5px 7px}}#screen-battle .battle-header{perspective:1100px}#screen-battle .battle-enemies{position:relative;z-index:4}#screen-battle .battle-enemies:before{content:"";position:absolute;z-index:-1;left:50%;bottom:-10px;width:min(820px,88%);height:34px;transform:translate(-50%) perspective(240px) rotateX(58deg);border:1px solid rgba(204,174,99,.2);background:linear-gradient(90deg,transparent,rgba(11,25,25,.82) 16% 84%,transparent),repeating-linear-gradient(135deg,rgba(213,182,101,.08) 0 1px,transparent 1px 24px);clip-path:polygon(5% 0,95% 0,100% 50%,94% 100%,6% 100%,0 50%);box-shadow:0 12px 30px #00000075}#screen-battle .battle-stage:before{content:"";position:absolute;top:-4%;right:-14%;bottom:-4%;left:-14%;border-block:1px solid rgba(205,177,103,.13);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%20role='img'%20aria-label='战斗目标符纹'%3e%3cdefs%3e%3clinearGradient%20id='gold'%20x1='18'%20y1='14'%20x2='108'%20y2='115'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff0ae'/%3e%3cstop%20offset='.48'%20stop-color='%23caa657'/%3e%3cstop%20offset='1'%20stop-color='%236f4d25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='none'%20stroke='url(%23gold)'%20stroke-width='3'%20d='M64%206%2091%2018l19%2021%209%2025-11%2027-18%2020-26%2011-27-11-19-20L7%2064l10-26%2020-20Z'/%3e%3cpath%20fill='none'%20stroke='%23e8cf82'%20stroke-opacity='.72'%20stroke-width='2'%20d='m64%2020%2014%2028%2030%2016-30%2016-14%2028-14-28-30-16%2030-16Z'/%3e%3cpath%20fill='%23d2ad58'%20fill-opacity='.24'%20stroke='%23f7df91'%20stroke-width='2'%20d='m64%2042%2022%2022-22%2022-22-22Z'/%3e%3ccircle%20cx='64'%20cy='64'%20r='8'%20fill='%23fff2b1'/%3e%3cpath%20fill='%23f4df9c'%20d='m64%200%205%2013-5%207-5-7Zm64%2064-13%205-7-5%207-5ZM64%20128l-5-13%205-7%205%207ZM0%2064l13-5%207%205-7%205Z'/%3e%3c/svg%3e") center / 76px 76px no-repeat,linear-gradient(90deg,transparent 0 7%,rgba(9,20,20,.36) 24% 76%,transparent 93%);opacity:.34;filter:saturate(.7)}#screen-battle .enemy-unit,#screen-battle .combatant.player-side{transform-origin:50% 68%;will-change:filter}#screen-battle .enemy-target-button{position:relative}#screen-battle .enemy-unit.preferred-target:not(.dead){border-color:#eccc6fd6;box-shadow:0 0 0 1px #f6de8f42,0 0 24px #c4973333,0 16px 32px #0000006b}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{content:"";position:absolute;z-index:5;top:5px;right:5px;width:29px;height:29px;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%20role='img'%20aria-label='战斗目标符纹'%3e%3cdefs%3e%3clinearGradient%20id='gold'%20x1='18'%20y1='14'%20x2='108'%20y2='115'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff0ae'/%3e%3cstop%20offset='.48'%20stop-color='%23caa657'/%3e%3cstop%20offset='1'%20stop-color='%236f4d25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='none'%20stroke='url(%23gold)'%20stroke-width='3'%20d='M64%206%2091%2018l19%2021%209%2025-11%2027-18%2020-26%2011-27-11-19-20L7%2064l10-26%2020-20Z'/%3e%3cpath%20fill='none'%20stroke='%23e8cf82'%20stroke-opacity='.72'%20stroke-width='2'%20d='m64%2020%2014%2028%2030%2016-30%2016-14%2028-14-28-30-16%2030-16Z'/%3e%3cpath%20fill='%23d2ad58'%20fill-opacity='.24'%20stroke='%23f7df91'%20stroke-width='2'%20d='m64%2042%2022%2022-22%2022-22-22Z'/%3e%3ccircle%20cx='64'%20cy='64'%20r='8'%20fill='%23fff2b1'/%3e%3cpath%20fill='%23f4df9c'%20d='m64%200%205%2013-5%207-5-7Zm64%2064-13%205-7-5%207-5ZM64%20128l-5-13%205-7%205%207ZM0%2064l13-5%207%205-7%205Z'/%3e%3c/svg%3e") center / contain no-repeat;filter:drop-shadow(0 0 6px rgba(238,208,119,.72));opacity:.9;animation:battlePreferredTarget 2.4s ease-in-out infinite;pointer-events:none}#screen-battle .battle-board-targeted{border-color:#f8db84db!important;filter:brightness(1.08)}#screen-battle .combatant.player-side.battle-fx-strike,#screen-battle .combatant.player-side.battle-fx-sword,#screen-battle .enemy-unit.battle-fx-strike,#screen-battle .enemy-unit.battle-fx-sword{animation:battleStaticCast .26s ease-out!important}#screen-battle .combatant.player-side.battle-fx-hit,#screen-battle .enemy-unit.battle-fx-hit{animation:battleStaticHit .2s ease-out!important}#screen-battle .combatant.player-side.battle-phase-charge,#screen-battle .enemy-unit.battle-phase-charge{animation:battleStaticCharge .29s ease-out!important}#screen-battle .combatant.player-side.battle-phase-release,#screen-battle .enemy-unit.battle-phase-release{animation:battleStaticRelease .36s ease-out!important}#screen-battle .battle-target-lock,#screen-battle .battle-launch-mark{position:absolute;z-index:20;display:block;pointer-events:none}#screen-battle .battle-target-lock{left:var(--fx-to-x);top:var(--fx-to-y);width:76px;height:76px;transform:translate(-50%,-50%);background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20128%20128'%20role='img'%20aria-label='战斗目标符纹'%3e%3cdefs%3e%3clinearGradient%20id='gold'%20x1='18'%20y1='14'%20x2='108'%20y2='115'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23fff0ae'/%3e%3cstop%20offset='.48'%20stop-color='%23caa657'/%3e%3cstop%20offset='1'%20stop-color='%236f4d25'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath%20fill='none'%20stroke='url(%23gold)'%20stroke-width='3'%20d='M64%206%2091%2018l19%2021%209%2025-11%2027-18%2020-26%2011-27-11-19-20L7%2064l10-26%2020-20Z'/%3e%3cpath%20fill='none'%20stroke='%23e8cf82'%20stroke-opacity='.72'%20stroke-width='2'%20d='m64%2020%2014%2028%2030%2016-30%2016-14%2028-14-28-30-16%2030-16Z'/%3e%3cpath%20fill='%23d2ad58'%20fill-opacity='.24'%20stroke='%23f7df91'%20stroke-width='2'%20d='m64%2042%2022%2022-22%2022-22-22Z'/%3e%3ccircle%20cx='64'%20cy='64'%20r='8'%20fill='%23fff2b1'/%3e%3cpath%20fill='%23f4df9c'%20d='m64%200%205%2013-5%207-5-7Zm64%2064-13%205-7-5%207-5ZM64%20128l-5-13%205-7%205%207ZM0%2064l13-5%207%205-7%205Z'/%3e%3c/svg%3e") center / contain no-repeat;opacity:0;filter:drop-shadow(0 0 11px currentColor);color:#ebd28c;animation:battleTargetLock .35s cubic-bezier(.15,.76,.2,1) forwards}#screen-battle .battle-launch-mark{left:var(--fx-from-x);top:var(--fx-from-y);width:66px;height:66px;transform:translate(-50%,-50%);border:2px solid currentColor;color:#d8bd76;clip-path:polygon(50% 0,63% 36%,100% 50%,64% 63%,50% 100%,36% 64%,0 50%,36% 37%);opacity:0;animation:battleLaunchMark .24s ease-out forwards}#screen-battle .battle-impact:after{top:-34%;right:-34%;bottom:-34%;left:-34%;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20160%20160'%20role='img'%20aria-label='战斗碰撞碎芒'%3e%3cdefs%3e%3cradialGradient%20id='flare'%20cx='50%25'%20cy='50%25'%20r='50%25'%3e%3cstop%20offset='0'%20stop-color='%23fffbd6'/%3e%3cstop%20offset='.34'%20stop-color='%23f0ce72'/%3e%3cstop%20offset='1'%20stop-color='%238c4a2f'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3c/defs%3e%3ccircle%20cx='80'%20cy='80'%20r='42'%20fill='url(%23flare)'/%3e%3cg%20fill='%23f7dda0'%3e%3cpath%20d='m80%202%208%2054-8%2012-8-12Z'/%3e%3cpath%20d='m158%2080-54%208-12-8%2012-8Z'/%3e%3cpath%20d='m80%20158-8-54%208-12%208%2012Z'/%3e%3cpath%20d='m2%2080%2054-8%2012%208-12%208Z'/%3e%3c/g%3e%3cg%20fill='%23cf7b47'%3e%3cpath%20d='m25%2025%2042%2034%202%2013-13-2Z'/%3e%3cpath%20d='m135%2025-34%2042-13%202%202-13Z'/%3e%3cpath%20d='m135%20135-42-34-2-13%2013%202Z'/%3e%3cpath%20d='m25%20135%2034-42%2013-2-2%2013Z'/%3e%3c/g%3e%3cpath%20fill='none'%20stroke='%23fff1b0'%20stroke-width='4'%20d='m80%2051%2029%2029-29%2029-29-29Z'/%3e%3c/svg%3e") center / contain no-repeat;opacity:.9}#screen-battle .battle-target-lock.stage-fx-magic,#screen-battle .battle-launch-mark.stage-fx-magic,#screen-battle .battle-target-lock.stage-fx-erosion,#screen-battle .battle-launch-mark.stage-fx-erosion{color:#c98be3}#screen-battle .battle-target-lock.stage-fx-fire,#screen-battle .battle-launch-mark.stage-fx-fire{color:#ed8650}#screen-battle .battle-target-lock.stage-fx-chill,#screen-battle .battle-launch-mark.stage-fx-chill{color:#a6dff2}#screen-battle .battle-target-lock.stage-fx-thunder,#screen-battle .battle-launch-mark.stage-fx-thunder{color:#e8ed9c}#screen-battle .battle-target-lock.stage-fx-sacred,#screen-battle .battle-launch-mark.stage-fx-sacred{color:#fff0a1}@keyframes battlePreferredTarget{0%,to{opacity:.58;transform:rotate(0) scale(.88)}50%{opacity:1;transform:rotate(45deg) scale(1)}}@keyframes battleStaticCast{0%,to{filter:brightness(1)}34%{filter:brightness(1.32) saturate(1.18);box-shadow:0 0 0 1px #efd68d75,0 0 24px #d0ae533d}}@keyframes battleStaticHit{0%,to{filter:brightness(1)}22%{filter:brightness(1.58) saturate(.68)}52%{filter:brightness(.82) saturate(.86)}}@keyframes battleStaticCharge{0%,to{filter:brightness(1)}45%{filter:brightness(1.28) saturate(1.2);box-shadow:0 0 22px #9674c547}}@keyframes battleStaticRelease{0%,to{filter:brightness(1)}24%{filter:brightness(1.64) saturate(1.35);box-shadow:0 0 30px #ebce716b}}@keyframes battleTargetLock{0%{opacity:0;transform:translate(-50%,-50%) rotate(-36deg) scale(1.45)}24%{opacity:.9;transform:translate(-50%,-50%) rotate(0) scale(.88)}58%{opacity:.72;transform:translate(-50%,-50%) rotate(22deg) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(46deg) scale(.66)}}@keyframes battleLaunchMark{0%{opacity:0;transform:translate(-50%,-50%) rotate(-18deg) scale(.35)}36%{opacity:.88;transform:translate(-50%,-50%) rotate(4deg) scale(1.08)}to{opacity:0;transform:translate(-50%,-50%) rotate(28deg) scale(1.42)}}@media (max-width: 760px){#screen-battle .battle-enemies:before{bottom:-5px;width:112%;height:24px}#screen-battle .battle-stage:before{inset-inline:-3%;background-size:52px 52px,auto}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{width:22px;height:22px}#screen-battle .battle-target-lock{width:54px;height:54px}#screen-battle .battle-launch-mark{width:46px;height:46px}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-target-lock,#screen-battle .battle-launch-mark{display:none!important}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{animation:none;opacity:.85}}#screen-battle .battle-header{overflow:visible}#screen-battle .battle-flight-layer{top:-2.5rem;right:-3.5vw;bottom:-2.5rem;left:-3.5vw;overflow:visible}#screen-battle .battle-command-center{left:50%;right:auto;bottom:10px;transform:translate(-50%)}#screen-battle .battle-command-center .battle-controls{position:static;right:auto;bottom:auto;flex-direction:row}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{width:42px;height:42px}#screen-battle .battle-field-wave{position:absolute;z-index:17;top:2%;right:1%;bottom:2%;left:1%;display:block;border:1px solid currentColor;color:#d9c47e;opacity:0;pointer-events:none;clip-path:polygon(4% 0,96% 0,100% 12%,100% 88%,96% 100%,4% 100%,0 88%,0 12%);background:radial-gradient(ellipse at center,color-mix(in srgb,currentColor 28%,transparent),transparent 64%),repeating-linear-gradient(135deg,transparent 0 34px,color-mix(in srgb,currentColor 10%,transparent) 35px 36px);animation:battleFieldWave .46s ease-out forwards}#screen-battle .battle-field-wave.stage-fx-fire{color:#e86e3d}#screen-battle .battle-field-wave.stage-fx-thunder{color:#e3e77b}#screen-battle .battle-field-wave.stage-fx-chill{color:#83cce8}#screen-battle .battle-field-wave.stage-fx-erosion,#screen-battle .battle-field-wave.stage-fx-magic{color:#b777dc}#screen-battle .battle-field-wave.stage-fx-sacred{color:#ffe89a}@keyframes battleFieldWave{0%{opacity:0;transform:scale(.92);filter:brightness(.8)}24%{opacity:.72;transform:scale(1);filter:brightness(1.45)}62%{opacity:.34}to{opacity:0;transform:scale(1.035);filter:brightness(1)}}@media (max-width: 760px){#screen-battle .battle-header{overflow-y:auto;overflow-x:visible}#screen-battle .battle-command-center{bottom:60px}#screen-battle .enemy-unit.preferred-target:not(.dead) .enemy-target-button:after{width:31px;height:31px}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-field-wave{animation:none;opacity:.22}}.combat-effect-icon{display:inline-block;box-sizing:border-box;flex:0 0 auto;width:1.35em;height:1.35em;border-radius:22%;background-image:url(./affix-emblems-lowpoly-v2-Dfn8-fVY.webp);background-repeat:no-repeat;background-size:500% 500%;background-position:var(--combat-icon-x, 100%) var(--combat-icon-y, 100%);box-shadow:inset 0 0 0 1px #ffffff09;vertical-align:-.3em}.combat-effect-icon[data-combat-icon=strike]{--combat-icon-x: 0%;--combat-icon-y: 0%}.combat-effect-icon[data-combat-icon=wind]{--combat-icon-x: 25%;--combat-icon-y: 0%}.combat-effect-icon[data-combat-icon=guard]{--combat-icon-x: 50%;--combat-icon-y: 0%}.combat-effect-icon[data-combat-icon=growth]{--combat-icon-x: 75%;--combat-icon-y: 0%}.combat-effect-icon[data-combat-icon=treasure]{--combat-icon-x: 100%;--combat-icon-y: 0%}.combat-effect-icon[data-combat-icon=pierce]{--combat-icon-x: 0%;--combat-icon-y: 25%}.combat-effect-icon[data-combat-icon=heal]{--combat-icon-x: 25%;--combat-icon-y: 25%}.combat-effect-icon[data-combat-icon=fire]{--combat-icon-x: 50%;--combat-icon-y: 25%}.combat-effect-icon[data-combat-icon=frost]{--combat-icon-x: 75%;--combat-icon-y: 25%}.combat-effect-icon[data-combat-icon=thunder]{--combat-icon-x: 100%;--combat-icon-y: 25%}.combat-effect-icon[data-combat-icon=blood]{--combat-icon-x: 0%;--combat-icon-y: 50%}.combat-effect-icon[data-combat-icon=sword]{--combat-icon-x: 25%;--combat-icon-y: 50%}.combat-effect-icon[data-combat-icon=furnace]{--combat-icon-x: 50%;--combat-icon-y: 50%}.combat-effect-icon[data-combat-icon=magic]{--combat-icon-x: 75%;--combat-icon-y: 50%}.combat-effect-icon[data-combat-icon=critical]{--combat-icon-x: 100%;--combat-icon-y: 50%}.combat-effect-icon[data-combat-icon=renewal]{--combat-icon-x: 0%;--combat-icon-y: 75%}.combat-effect-icon[data-combat-icon=debuff]{--combat-icon-x: 25%;--combat-icon-y: 75%}.combat-effect-icon[data-combat-icon=buff]{--combat-icon-x: 50%;--combat-icon-y: 75%}.combat-effect-icon[data-combat-icon=hidden]{--combat-icon-x: 75%;--combat-icon-y: 75%}.combat-effect-icon[data-combat-icon=counter]{--combat-icon-x: 100%;--combat-icon-y: 75%}.combat-effect-icon[data-combat-icon=echo]{--combat-icon-x: 0%;--combat-icon-y: 100%}.combat-effect-icon[data-combat-icon=shield]{--combat-icon-x: 25%;--combat-icon-y: 100%}.combat-effect-icon[data-combat-icon=true]{--combat-icon-x: 50%;--combat-icon-y: 100%}.combat-effect-icon[data-combat-icon=erosion]{--combat-icon-x: 75%;--combat-icon-y: 100%}.combat-effect-icon[data-combat-icon=reserved]{--combat-icon-x: 100%;--combat-icon-y: 100%}#screen-battle .status-badge,.tooltip-status-list .status-badge{display:inline-flex;align-items:center;gap:.18rem}#screen-battle .status-badge .combat-effect-icon,.tooltip-status-list .status-badge .combat-effect-icon{width:1.3em;height:1.3em;margin-left:-.08rem}#screen-battle .core-cycle-icon{width:24px;height:24px;border-radius:50%;filter:drop-shadow(0 0 5px rgba(208,181,105,.3))}#screen-battle .battle-impact{width:112px;height:112px;border:0;border-radius:0;clip-path:none;background:none;color:transparent;filter:none}#screen-battle .battle-impact:before{top:29%;right:29%;bottom:29%;left:29%;border:1px solid rgba(255,244,197,.62);border-radius:50%;background:transparent;opacity:.66}#screen-battle .battle-impact:after{top:-8%;right:-8%;bottom:-8%;left:-8%;background-image:url(./battle-vfx-lowpoly-v1-Cx6CPomf.webp);background-repeat:no-repeat;background-size:400% 400%;background-position:var(--battle-vfx-x, 0%) var(--battle-vfx-y, 0%);mix-blend-mode:screen;opacity:.96;filter:drop-shadow(0 0 8px rgba(255,236,181,.32))}#screen-battle .battle-impact.stage-fx-strike,#screen-battle .battle-impact.stage-fx-hit{--battle-vfx-x: 0%;--battle-vfx-y: 0%}#screen-battle .battle-impact.stage-fx-sword{--battle-vfx-x: 33.333%;--battle-vfx-y: 0%}#screen-battle .battle-impact.stage-fx-magic{--battle-vfx-x: 0%;--battle-vfx-y: 33.333%}#screen-battle .battle-impact.stage-fx-fire{--battle-vfx-x: 33.333%;--battle-vfx-y: 33.333%}#screen-battle .battle-impact.stage-fx-chill{--battle-vfx-x: 66.667%;--battle-vfx-y: 33.333%}#screen-battle .battle-impact.stage-fx-thunder{--battle-vfx-x: 100%;--battle-vfx-y: 33.333%}#screen-battle .battle-impact.stage-fx-blood{--battle-vfx-x: 0%;--battle-vfx-y: 66.667%}#screen-battle .battle-impact.stage-fx-heal{--battle-vfx-x: 33.333%;--battle-vfx-y: 66.667%}#screen-battle .battle-impact.stage-fx-shield{--battle-vfx-x: 66.667%;--battle-vfx-y: 66.667%}#screen-battle .battle-impact.stage-fx-erosion{--battle-vfx-x: 100%;--battle-vfx-y: 66.667%}#screen-battle .battle-impact.stage-fx-sacred{--battle-vfx-x: 0%;--battle-vfx-y: 100%}#screen-battle .battle-impact.stage-fx-defeat{--battle-vfx-x: 100%;--battle-vfx-y: 100%}#screen-battle .battle-impact.is-critical{width:148px;height:148px;filter:brightness(1.2) drop-shadow(0 0 13px rgba(255,230,137,.5))}#screen-battle .battle-fx-strike:after,#screen-battle .battle-fx-sword:after{display:none!important;animation:none!important}#screen-battle .battle-field-wave:after{content:"";position:absolute;left:50%;top:50%;width:min(62vw,620px);aspect-ratio:1;transform:translate(-50%,-50%) scale(.88);background-image:url(./battle-vfx-lowpoly-v1-Cx6CPomf.webp);background-repeat:no-repeat;background-size:400% 400%;background-position:var(--battle-vfx-x, 0%) var(--battle-vfx-y, 0%);mix-blend-mode:screen;opacity:.42;filter:saturate(.92) brightness(1.05)}#screen-battle .battle-field-wave.stage-fx-strike{--battle-vfx-x: 0%;--battle-vfx-y: 0%}#screen-battle .battle-field-wave.stage-fx-sword{--battle-vfx-x: 33.333%;--battle-vfx-y: 0%}#screen-battle .battle-field-wave.stage-fx-magic{--battle-vfx-x: 0%;--battle-vfx-y: 33.333%}#screen-battle .battle-field-wave.stage-fx-fire{--battle-vfx-x: 33.333%;--battle-vfx-y: 33.333%}#screen-battle .battle-field-wave.stage-fx-chill{--battle-vfx-x: 66.667%;--battle-vfx-y: 33.333%}#screen-battle .battle-field-wave.stage-fx-thunder{--battle-vfx-x: 100%;--battle-vfx-y: 33.333%}#screen-battle .battle-field-wave.stage-fx-erosion{--battle-vfx-x: 100%;--battle-vfx-y: 66.667%}#screen-battle .battle-field-wave.stage-fx-sacred{--battle-vfx-x: 0%;--battle-vfx-y: 100%}@media (max-width: 760px){#screen-battle .battle-impact{width:76px;height:76px}#screen-battle .battle-impact.is-critical{width:98px;height:98px}#screen-battle .battle-field-wave:after{width:min(94vw,430px)}#screen-battle .core-cycle-icon{width:20px;height:20px}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-field-wave:after{opacity:.18}}#screen-battle .player-combat-zone{position:relative;z-index:9;display:grid;grid-area:3 / 1;place-items:center;width:fit-content;min-width:0;overflow:visible;pointer-events:none}#screen-battle .player-combat-zone .combatant.player-side{grid-area:1 / 1;align-self:center;justify-self:center;overflow:visible;pointer-events:auto}#screen-battle .player-combat-zone .player-emitter-rack,#screen-battle .player-combat-zone .player-counter-rail{position:absolute;top:50%;grid-area:unset;transform:translateY(-50%);pointer-events:auto}#screen-battle .player-combat-zone .player-emitter-rack>*,#screen-battle .player-combat-zone .player-counter-rail>*{pointer-events:auto}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .46rem)}#screen-battle .player-combat-zone .emitter-right{left:calc(100% + .46rem)}#screen-battle .player-combat-zone .player-counter-rail{left:calc(100% + 100px);width:122px;max-height:100%}#screen-battle .player-combat-zone:has(.emitter-right:empty) .player-counter-rail{left:calc(100% + .46rem)}#screen-battle .player-combat-zone .player-counter-rail.collapsed{width:36px}#screen-battle .spirit-shield-overlay{position:absolute;inset:0 auto 0 0;z-index:2;width:0;border-right:1px solid rgba(169,225,241,.82);background:repeating-linear-gradient(115deg,#99d3e521 0,#99d3e521 5px,#5aa3bd4d 6px,#5aa3bd4d 9px),linear-gradient(90deg,#357c977a,#73bed747);box-shadow:inset 0 0 9px #9fdef03d,1px 0 7px #5db8d86b;pointer-events:none;transition:width .28s ease}#screen-battle .hp-bar-container .hp-bar,#screen-battle .enemy-unit-bar-wrap .enemy-unit-bar{z-index:1}#screen-battle .hp-bar-container .card-vital-label,#screen-battle .enemy-unit-bar-wrap .card-vital-label,#screen-battle .hp-text,#screen-battle .enemy-unit-bar-text{z-index:3}#screen-battle .inline-shield-value{margin-right:.3rem;color:#a7dceb;font:inherit;font-weight:700;text-shadow:0 0 7px rgba(84,176,207,.8),0 1px 3px #000}#screen-battle .player-combatant-main{grid-template-columns:minmax(0,1fr)}#screen-battle .player-combatant-main .hp-bar-container{grid-column:1;height:18px;min-height:18px}#screen-battle .player-core-cycles{top:.9rem;right:.9rem;bottom:auto;flex-direction:column}#screen-battle .enemy-action-slot{margin-top:2px;border-top-color:#75a6b157}#screen-battle .enemy-trigger-rack,#screen-battle .enemy-trigger-rack:not(:empty){order:4;flex-basis:auto;min-height:0;max-height:42px;margin-top:.22rem;padding-top:.18rem;border-top:1px solid rgba(196,170,99,.18)}#screen-battle .battle-stage .battle-command-center{position:absolute;z-index:34;top:50%;left:50%;bottom:auto;display:flex;width:min(680px,94%);align-items:center;justify-content:center;gap:.7rem;transform:translate(-50%,-50%);pointer-events:auto}#screen-battle .battle-stage .battle-command-center:before{display:none!important;content:none!important}#screen-battle .battle-stage .battle-command-center .battle-controls{position:static;display:flex;flex-direction:row;gap:.38rem}@media (max-width: 760px){#screen-battle .player-combat-zone{width:fit-content}#screen-battle .player-combat-zone .player-emitter-rack{width:52px}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .2rem)}#screen-battle .player-combat-zone .emitter-right{left:calc(100% + .2rem)}#screen-battle .player-combat-zone .player-counter-rail{left:calc(100% + 56px);width:108px;transform:translateY(-50%)}#screen-battle .player-combat-zone:has(.emitter-right:empty) .player-counter-rail{left:calc(100% + .2rem)}#screen-battle .player-combat-zone .player-counter-rail.collapsed{width:36px}#screen-battle .player-combat-zone:has(.emitter-right:empty) .player-counter-rail:not(.collapsed),#screen-battle .player-combat-zone .player-counter-rail:not(.collapsed){right:calc((100vw - 100%)/-2 + 12px);left:auto}#screen-battle .battle-stage .battle-command-center{bottom:auto;flex-wrap:wrap;gap:.28rem;width:calc(100% - .4rem)}#screen-battle .battle-stage .battle-command-center:before{top:-.3rem;right:0;bottom:-.3rem;left:0}#screen-battle .battle-speed-controls button{min-width:54px}#screen-battle .player-core-cycles{top:.55rem;right:.55rem}#screen-battle .player-core-cycle{grid-template-columns:22px;min-height:25px;padding:.1rem}#screen-battle .player-core-cycle .action-control-copy{display:none}#screen-battle .player-core-cycle .action-charge-ring{width:21px}}#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container{height:24px!important;min-height:24px!important}#screen-battle .player-combat-zone .player-emitter-rack{display:grid!important;grid-template-columns:repeat(2,50px)!important;width:104px!important}#screen-battle .player-counter-rail .run-progress-entry,#screen-battle .player-counter-rail .run-progress-entry:first-child{width:48px!important;height:48px!important;min-height:48px!important;max-height:48px!important;padding:3px!important}#screen-battle .battle-stage .battle-command-center{top:60%;width:auto}@media (max-width: 760px){#screen-battle .enemy-unit-bar-wrap,#screen-battle .player-combatant-main .hp-bar-container{height:20px!important;min-height:20px!important}#screen-battle .player-combat-zone .player-emitter-rack{grid-template-columns:44px!important;width:44px!important}#screen-battle .player-counter-rail .run-progress-entry,#screen-battle .player-counter-rail .run-progress-entry:first-child{width:44px!important;height:44px!important;min-height:44px!important;max-height:44px!important}#screen-battle .battle-stage .battle-command-center{top:56%;width:calc(100% - .4rem)}}#screen-battle .player-combat-zone .player-emitter-rack{--node-size: 50px;--node-gap: 5px;position:absolute!important;top:0!important;bottom:auto!important;display:grid!important;grid-auto-flow:column!important;grid-template-rows:repeat(5,var(--node-size))!important;grid-template-columns:none!important;grid-auto-columns:var(--node-size)!important;width:max-content!important;height:calc(var(--node-size) * 5 + var(--node-gap) * 4)!important;max-height:none!important;align-content:start!important;gap:var(--node-gap)!important;transform:none!important;overflow:visible!important}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .48rem)!important;left:auto!important;direction:rtl}#screen-battle .player-combat-zone .emitter-right{right:auto!important;left:calc(100% + .48rem)!important;direction:ltr}#screen-battle .player-passive-status-nodes,#screen-battle .player-run-progress,#screen-battle .player-run-progress .run-progress-list{display:contents!important}#screen-battle .player-passive-status-nodes>*,#screen-battle .player-run-progress .run-progress-entry{direction:ltr}#screen-battle .player-run-progress .run-progress-heading,#screen-battle .player-run-progress .run-trigger-burst{display:none!important}#screen-battle .player-emitter-rack .battle-effect-node,#screen-battle .player-emitter-rack .run-progress-entry,#screen-battle .player-emitter-rack .run-progress-entry:first-child{width:var(--node-size)!important;height:var(--node-size)!important;min-height:var(--node-size)!important;max-height:var(--node-size)!important;animation:none}#screen-battle .battle-effect-node.node-entering,#screen-battle .player-emitter-rack .run-progress-entry.node-entering{animation:battleNodeMaterialize .32s cubic-bezier(.18,.78,.2,1) both!important}#screen-battle :is(.enemy-active-action-nodes,.enemy-passive-status-nodes){display:contents}#screen-battle .player-emitter-rack .run-progress-entry,#screen-battle .player-emitter-rack .run-progress-entry:first-child{position:relative;display:grid;place-items:center;padding:3px!important;border:1px solid rgba(105,156,163,.44);background:#030c0ee8;clip-path:polygon(12% 0,88% 0,100% 12%,100% 88%,88% 100%,12% 100%,0 88%,0 12%)}#screen-battle .player-emitter-rack .battle-counter-emblem{position:relative;display:grid;width:calc(var(--node-size) - 12px);height:calc(var(--node-size) - 12px);place-items:center;border-radius:50%;background:conic-gradient(rgba(211,183,101,.88) var(--counter-progress, 0%),rgba(84,117,113,.2) 0)}#screen-battle .player-emitter-rack .battle-counter-emblem:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#071214}#screen-battle .player-emitter-rack .battle-counter-emblem .combat-effect-icon{position:relative;z-index:1;width:calc(var(--node-size) - 22px);height:calc(var(--node-size) - 22px)}#screen-battle .player-emitter-rack .battle-counter-emblem b{position:absolute;z-index:3;right:-3px;bottom:-3px;max-width:calc(var(--node-size) - 10px);padding:0 2px;overflow:hidden;border:1px solid rgba(209,181,101,.42);background:#02080af2;color:#ead17e;font:700 .43rem ui-monospace,monospace;line-height:13px;text-overflow:ellipsis;white-space:nowrap}#screen-battle .player-emitter-rack .battle-counter-name,#screen-battle .player-emitter-rack .battle-counter-value,#screen-battle .player-emitter-rack .battle-counter-hint,#screen-battle .player-emitter-rack .battle-counter-tag{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}#screen-battle .active-rack .battle-effect-node{border-color:#d0b25e7a;box-shadow:inset 0 0 12px #d0b25e12}#screen-battle .passive-rack .battle-effect-node,#screen-battle .passive-rack .run-progress-entry{border-color:#5d979e7a;box-shadow:inset 0 0 12px #4f8f9714}@keyframes battleNodeMaterialize{0%{opacity:0;transform:scale(.7) rotate(-7deg);filter:brightness(1.7)}58%{opacity:1;transform:scale(1.07) rotate(1deg)}to{opacity:1;transform:scale(1) rotate(0);filter:brightness(1)}}#screen-battle .battle-flight,#screen-battle .battle-impact,#screen-battle .battle-target-lock,#screen-battle .battle-launch-mark{--fx-color: #ead48e;color:var(--fx-color)!important}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-magic,#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-erosion{--fx-color: #c58bdd}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-force{--fx-color: #e8ad72}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-wind{--fx-color: #8bd8cf}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-fire{--fx-color: #ef7a43}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-chill{--fx-color: #9bdcf1}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-thunder{--fx-color: #e8ec83}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-shield{--fx-color: #78c9dc}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-heal{--fx-color: #81d797}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-blood{--fx-color: #d05a50}#screen-battle :is(.battle-flight,.battle-impact,.battle-target-lock,.battle-launch-mark).stage-fx-sacred{--fx-color: #ffe699}#screen-battle .battle-flight{width:78px!important;height:30px!important;border:0!important;background:none!important;clip-path:none!important;opacity:0;animation:battleFacetFlight var(--fx-flight-duration, .34s) cubic-bezier(.18,.68,.16,1) forwards!important}#screen-battle .battle-flight-visual:before{content:"";position:absolute;top:9px;right:6px;bottom:9px;left:-62px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--fx-color) 18%,transparent) 42%,var(--fx-color));clip-path:polygon(0 44%,100% 0,92% 100%);opacity:.72;filter:blur(3px)}#screen-battle .battle-flight-visual:after{content:"";position:absolute;top:12px!important;right:12px!important;bottom:12px!important;left:-94px!important;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--fx-color) 52%,transparent))!important;opacity:.48!important;filter:blur(1px)!important}#screen-battle .battle-flight-core,#screen-battle .battle-flight-facet{position:absolute;display:block;background:currentColor;filter:drop-shadow(0 0 7px currentColor)}#screen-battle .battle-flight-visual{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transform:scale(var(--fx-visual-scale, .34));transform-origin:center}#screen-battle .battle-flight:before,#screen-battle .battle-flight:after{display:none!important}#screen-battle .battle-flight-core{top:5px;right:2px;bottom:5px;left:15px;clip-path:polygon(0 52%,65% 5%,100% 43%,69% 70%,8% 64%);animation:battleFlightCoreFrames .14s steps(4,end) infinite}#screen-battle .battle-flight-facet{top:50%;left:5px;width:16px;height:11px;opacity:.66;clip-path:polygon(0 50%,100% 0,72% 100%);animation:battleTrailFacet .18s ease-in-out infinite}#screen-battle .battle-flight-facet.facet-one{transform:translate(-20px,-15px) rotate(18deg)}#screen-battle .battle-flight-facet.facet-two{transform:translate(-35px,3px) rotate(-10deg);animation-delay:-55ms}#screen-battle .battle-flight-facet.facet-three{transform:translate(-52px,-7px) rotate(7deg);animation-delay:-.11s}#screen-battle .battle-flight.stage-fx-magic .battle-flight-core,#screen-battle .battle-flight.stage-fx-erosion .battle-flight-core,#screen-battle .battle-flight.stage-fx-shield .battle-flight-core,#screen-battle .battle-flight.stage-fx-heal .battle-flight-core{top:1px;right:21px;bottom:1px;left:29px;border:2px solid currentColor;background:color-mix(in srgb,currentColor 24%,#061014);clip-path:polygon(50% 0,88% 18%,100% 55%,76% 92%,34% 100%,0 68%,8% 25%);animation:battleOrbFrames .26s steps(6,end) infinite}#screen-battle .battle-flight.stage-fx-fire .battle-flight-core{top:0;right:20px;bottom:0;left:26px;clip-path:polygon(51% 0,66% 31%,91% 13%,77% 50%,100% 76%,61% 70%,47% 100%,34% 70%,0 78%,23% 46%,9% 18%,39% 32%);animation:battleFlameFrames .21s steps(5,end) infinite}#screen-battle .battle-flight.stage-fx-chill .battle-flight-core{top:1px;right:22px;bottom:1px;left:28px;clip-path:polygon(50% 0,62% 35%,100% 50%,64% 63%,50% 100%,37% 64%,0 50%,36% 36%);animation:battleOrbFrames .3s steps(6,end) infinite reverse}#screen-battle .battle-flight.stage-fx-thunder .battle-flight-core{top:0;right:13px;bottom:0;left:25px;clip-path:polygon(43% 0,100% 0,66% 35%,91% 36%,20% 100%,42% 54%,7% 54%);animation:battleThunderFrames .13s steps(4,end) infinite}#screen-battle .battle-flight.stage-fx-force .battle-flight-core,#screen-battle .battle-flight.stage-fx-strike .battle-flight-core{top:2px;right:17px;bottom:2px;left:24px;border-radius:48% 14% 14% 48%;clip-path:polygon(0 24%,54% 0,100% 28%,88% 72%,44% 100%,0 72%);background:linear-gradient(90deg,color-mix(in srgb,currentColor 12%,transparent),currentColor);animation:battleForceFrames .21s steps(5,end) infinite}#screen-battle .battle-flight.stage-fx-wind .battle-flight-core{top:-4px;right:4px;bottom:-4px;left:8px;border:3px solid currentColor;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;background:transparent;clip-path:polygon(18% 0,100% 0,100% 100%,24% 100%,48% 68%,56% 45%,42% 20%);animation:battleWindFrames .26s steps(6,end) infinite}#screen-battle .battle-flight.stage-fx-blood .battle-flight-core{top:0;right:22px;bottom:0;left:28px;border-radius:52% 48% 56% 44%;clip-path:polygon(50% 0,87% 45%,74% 88%,50% 100%,22% 84%,10% 48%);animation:battleBloodFlightFrames .24s steps(5,end) infinite}#screen-battle .battle-flight.stage-fx-erosion .battle-flight-core{top:-3px;right:7px;bottom:-3px;left:13px;border:0;border-radius:0;background:radial-gradient(circle at 14% 50%,currentColor 0 9%,transparent 11%),radial-gradient(circle at 42% 30%,currentColor 0 11%,transparent 13%),radial-gradient(circle at 70% 62%,currentColor 0 13%,transparent 15%),radial-gradient(circle at 94% 35%,currentColor 0 9%,transparent 11%);clip-path:none;animation:battleErosionTrailFrames .31s steps(6,end) infinite}#screen-battle .battle-impact{width:126px!important;height:126px!important;scale:calc(var(--fx-power-scale, 1) * .34);border:0!important;background:none!important;clip-path:none!important;filter:none!important;opacity:1!important;animation:none!important}#screen-battle .battle-impact:before,#screen-battle .battle-impact:after{display:none!important}#screen-battle .battle-impact-core,#screen-battle .battle-impact-ring,#screen-battle .battle-impact-shard{position:absolute;left:50%;top:50%;display:block;opacity:0;pointer-events:none}#screen-battle .battle-impact-core{width:52px;height:52px;background:conic-gradient(from 18deg,transparent 0 12deg,currentColor 13deg 25deg,transparent 26deg 48deg),radial-gradient(circle,#fff9dd 0 8%,currentColor 10% 28%,transparent 31%);clip-path:polygon(50% 0,61% 35%,100% 50%,64% 61%,50% 100%,38% 64%,0 50%,36% 38%);filter:drop-shadow(0 0 10px currentColor);animation:battleImpactCoreFrames .26s var(--fx-impact-delay, .21s) steps(7,end) forwards}#screen-battle .battle-impact-ring{width:48px;height:48px;border:2px solid currentColor;clip-path:polygon(50% 0,87% 15%,100% 50%,84% 88%,50% 100%,14% 85%,0 50%,16% 14%);animation:battleImpactRingFrames .31s var(--fx-impact-delay, .21s) cubic-bezier(.16,.7,.2,1) forwards}#screen-battle .battle-impact-ring.ring-two{width:34px;height:34px;animation-delay:calc(var(--fx-impact-delay, .21s) + 35ms);animation-direction:reverse}#screen-battle .battle-impact-shard{--shard-angle: calc(var(--shard) * 45deg);width:11px;height:20px;background:linear-gradient(160deg,#fff8d4,currentColor 52%,transparent 54%);clip-path:polygon(50% 0,100% 58%,55% 100%,0 66%);transform-origin:50% 0;animation:battleImpactShardFrames .33s calc(var(--fx-impact-delay, .21s) + var(--shard-delay, 0ms)) cubic-bezier(.18,.72,.26,1) forwards}#screen-battle .battle-impact.stage-fx-fire .battle-impact-shard{clip-path:polygon(50% 0,100% 100%,42% 72%,0 100%)}#screen-battle .battle-impact.stage-fx-chill .battle-impact-shard{clip-path:polygon(50% 0,78% 43%,100% 58%,55% 100%,0 66%,25% 43%)}#screen-battle .battle-impact.stage-fx-thunder .battle-impact-shard{clip-path:polygon(35% 0,100% 0,57% 45%,84% 45%,0 100%,30% 57%,5% 57%)}#screen-battle .battle-impact.stage-fx-shield .battle-impact-core,#screen-battle .battle-impact.stage-fx-heal .battle-impact-core{clip-path:polygon(50% 0,88% 17%,84% 68%,50% 100%,16% 68%,12% 17%)}#screen-battle .battle-impact.stage-fx-sword .battle-impact-core{width:78px;height:42px;background:linear-gradient(166deg,transparent 42%,#fff9dd 43% 46%,currentColor 47% 51%,transparent 52%),linear-gradient(14deg,transparent 44%,currentColor 45% 49%,transparent 50%);clip-path:none}#screen-battle .battle-impact.stage-fx-wind .battle-impact-core{width:76px;height:76px;border:5px solid currentColor;border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;background:transparent;clip-path:polygon(0 0,100% 0,100% 100%,30% 100%,52% 74%,62% 48%,48% 20%)}#screen-battle .battle-impact.stage-fx-force .battle-impact-core,#screen-battle .battle-impact.stage-fx-strike .battle-impact-core{width:70px;height:70px;background:radial-gradient(circle,#fff3d5 0 8%,currentColor 10% 18%,transparent 20%),conic-gradient(from 12deg,transparent 0 8%,currentColor 9% 13%,transparent 14% 24%,currentColor 25% 29%,transparent 30% 100%);clip-path:polygon(50% 0,60% 35%,100% 27%,68% 51%,100% 76%,61% 65%,49% 100%,38% 64%,0 77%,31% 51%,0 27%,39% 35%)}#screen-battle .battle-impact.stage-fx-fire .battle-impact-core{background:linear-gradient(0deg,#fff4bd,currentColor 34%,transparent 78%);clip-path:polygon(51% 0,64% 28%,89% 9%,77% 48%,100% 75%,64% 70%,50% 100%,35% 70%,0 80%,23% 45%,7% 18%,39% 31%)}#screen-battle .battle-impact.stage-fx-chill .battle-impact-core{background:currentColor;clip-path:polygon(47% 0,56% 34%,77% 8%,68% 40%,100% 45%,69% 55%,91% 79%,61% 65%,52% 100%,45% 65%,17% 89%,34% 57%,0 51%,35% 43%,10% 18%,42% 35%)}#screen-battle .battle-impact.stage-fx-thunder .battle-impact-core{width:64px;height:92px;background:linear-gradient(180deg,#fffbd5 0 12%,currentColor 14% 78%,transparent 80%);clip-path:polygon(46% 0,83% 0,60% 36%,88% 36%,21% 100%,41% 55%,10% 55%);animation-name:battleThunderImpactFrames}#screen-battle .battle-impact.stage-fx-blood .battle-impact-core{background:currentColor;clip-path:polygon(50% 0,70% 36%,95% 52%,70% 58%,84% 94%,54% 70%,34% 100%,35% 63%,0 54%,34% 44%)}#screen-battle .battle-impact.stage-fx-erosion .battle-impact-core{border:4px dotted currentColor;border-radius:46% 54% 42% 58%;background:radial-gradient(circle,color-mix(in srgb,currentColor 60%,transparent),transparent 64%);clip-path:none}#screen-battle .battle-impact.stage-fx-magic .battle-impact-core{border:3px double currentColor;background:conic-gradient(from 22deg,transparent 0 9%,currentColor 10% 12%,transparent 13% 24%,currentColor 25% 27%,transparent 28% 100%),radial-gradient(circle,color-mix(in srgb,currentColor 42%,transparent),transparent 62%);clip-path:polygon(50% 0,91% 23%,91% 72%,50% 100%,9% 73%,9% 24%)}#screen-battle .battle-impact.stage-fx-shield .battle-impact-core{border:3px solid currentColor;background:linear-gradient(145deg,#e0faff47,color-mix(in srgb,currentColor 24%,transparent));clip-path:polygon(50% 0,91% 18%,84% 70%,50% 100%,16% 70%,9% 18%)}#screen-battle .battle-impact.stage-fx-heal .battle-impact-core{border:0;background:linear-gradient(90deg,transparent 36%,currentColor 37% 63%,transparent 64%),linear-gradient(0deg,transparent 36%,currentColor 37% 63%,transparent 64%);clip-path:polygon(36% 0,64% 0,64% 36%,100% 36%,100% 64%,64% 64%,64% 100%,36% 100%,36% 64%,0 64%,0 36%,36% 36%)}#screen-battle .battle-impact.stage-fx-sacred .battle-impact-core{width:70px;height:92px;background:linear-gradient(90deg,transparent 44%,#fffbd8 45% 55%,transparent 56%),conic-gradient(from 45deg,transparent 0 10%,currentColor 11% 14%,transparent 15% 35%,currentColor 36% 39%,transparent 40% 100%);clip-path:polygon(50% 0,60% 38%,100% 50%,61% 61%,50% 100%,39% 62%,0 50%,40% 38%)}#screen-battle .battle-target-lock{background:none!important;filter:none!important}#screen-battle .battle-target-lock>i{position:absolute;top:7%;right:7%;bottom:7%;left:7%;border:1px solid currentColor;clip-path:polygon(50% 0,86% 15%,100% 50%,84% 86%,50% 100%,14% 85%,0 50%,15% 14%);animation:battleLockFacet .31s ease-out both}#screen-battle .battle-target-lock>i+i{top:27%;right:27%;bottom:27%;left:27%;animation-direction:reverse}#screen-battle .battle-launch-mark{border:0!important;background:none!important;clip-path:none!important}#screen-battle .battle-launch-mark>i{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border:1px solid currentColor;clip-path:polygon(50% 0,64% 36%,100% 50%,64% 64%,50% 100%,36% 64%,0 50%,36% 36%);animation:battleCastFacet .26s cubic-bezier(.18,.75,.2,1) both}#screen-battle .battle-launch-mark>i:nth-child(2){top:25%;right:25%;bottom:25%;left:25%;animation-delay:23ms;animation-direction:reverse}#screen-battle .battle-launch-mark>i:nth-child(3){top:38%;right:38%;bottom:38%;left:38%;animation-delay:45ms}#screen-battle .battle-effect-node.just-triggered{animation:battleNodeRelease .31s cubic-bezier(.15,.76,.18,1) both!important}#screen-battle .battle-effect-node.just-triggered .action-charge-ring{animation:none!important}#screen-battle .battle-arrival-clock{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none;animation:battleArrivalClock var(--fx-arrival-duration, 1ms) linear both}@keyframes battleArrivalClock{0%{opacity:0}to{opacity:.001}}@keyframes battleFacetFlight{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--fx-angle)) scale(.25);filter:brightness(2)}12%{opacity:1;transform:translate(calc(-50% + var(--fx-delta-x-early)),calc(-50% + var(--fx-delta-y-early))) rotate(var(--fx-angle)) scale(1.08)}36%{opacity:1;filter:brightness(1.35)}72%{opacity:1;filter:brightness(1)}to{opacity:.08;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) rotate(var(--fx-angle)) scale(.68);filter:brightness(1.8)}}@keyframes battleFlightCoreFrames{0%,to{clip-path:polygon(0 52%,65% 5%,100% 43%,69% 70%,8% 64%)}50%{clip-path:polygon(0 47%,73% 20%,100% 50%,62% 87%,12% 60%)}}@keyframes battleOrbFrames{to{transform:rotate(360deg) scale(.84);filter:brightness(1.45)}}@keyframes battleFlameFrames{50%{transform:skew(-8deg) scale(.86,1.14)}}@keyframes battleThunderFrames{50%{transform:translate(-5px,3px) scaleX(1.18);filter:brightness(1.8)}}@keyframes battleForceFrames{0%,to{transform:scaleX(.72)}50%{transform:scale(1.18,.82);filter:brightness(1.65)}}@keyframes battleWindFrames{to{transform:rotate(210deg) scale(.82);opacity:.5}}@keyframes battleBloodFlightFrames{50%{transform:rotate(18deg) scale(.8,1.2);filter:brightness(1.5)}}@keyframes battleErosionTrailFrames{0%,to{transform:translateY(-3px);filter:blur(0)}50%{transform:translateY(5px);filter:blur(2px) brightness(1.4)}}@keyframes battleThunderImpactFrames{0%{opacity:0;transform:translate(-50%,-92%) scaleY(.25)}24%,48%{opacity:1;transform:translate(-50%,-56%) scaleY(1.12);filter:brightness(2)}35%{opacity:.25}to{opacity:0;transform:translate(-50%,-42%) scaleY(.82)}}@keyframes battleTrailFacet{0%,to{opacity:.18}45%{opacity:.82;filter:brightness(1.55)}}@keyframes battleImpactCoreFrames{0%{opacity:0;transform:translate(-50%,-50%) rotate(-20deg) scale(.12)}28%{opacity:1;transform:translate(-50%,-50%) rotate(4deg) scale(1.18)}56%{opacity:.92;transform:translate(-50%,-50%) rotate(20deg) scale(.78)}to{opacity:0;transform:translate(-50%,-50%) rotate(42deg) scale(1.38)}}@keyframes battleImpactRingFrames{0%{opacity:0;transform:translate(-50%,-50%) rotate(-22deg) scale(.18)}24%{opacity:.92}to{opacity:0;transform:translate(-50%,-50%) rotate(34deg) scale(2.25)}}@keyframes battleImpactShardFrames{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--shard-angle)) translateY(-8px) scale(.25)}26%{opacity:.95}72%{opacity:.72}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--shard-angle)) translateY(calc(-1 * var(--fx-shard-distance, 62px))) scale(.72)}}@keyframes battleLockFacet{0%{opacity:0;transform:rotate(-34deg) scale(1.35)}32%{opacity:.9;transform:rotate(0) scale(.86)}to{opacity:0;transform:rotate(38deg) scale(.62)}}@keyframes battleCastFacet{0%{opacity:0;transform:rotate(-28deg) scale(.18)}42%{opacity:.95;transform:rotate(2deg) scale(1)}to{opacity:0;transform:rotate(42deg) scale(1.7)}}@keyframes battleNodeRelease{0%,to{border-color:#d0b25e7a;filter:brightness(1);box-shadow:inset 0 0 12px #d0b25e12}46%{border-color:#fff0ae;filter:brightness(1.72) saturate(1.16);box-shadow:0 0 5px #fff4c5,0 0 22px #e1b94bd1,inset 0 0 18px #ffe59138}}#screen-battle .battle-thunder-cast,#screen-battle .battle-thunder-omen,#screen-battle .battle-thunder-sprite,#screen-battle .battle-thunder-residue{position:absolute;z-index:24;pointer-events:none}#screen-battle .battle-thunder-cast{left:var(--fx-from-x);top:var(--fx-from-y);width:30px;height:30px;transform:translate(-50%,-50%);animation:thunderCastFade .31s steps(8,end) both}#screen-battle .battle-thunder-cast b{position:absolute;top:18%;right:18%;bottom:18%;left:18%;border:1px solid rgba(185,154,255,.82);background:conic-gradient(from 45deg,transparent 0 8%,rgba(152,106,255,.72) 9% 12%,transparent 13% 24%,rgba(223,235,255,.9) 25% 27%,transparent 28% 100%),radial-gradient(circle,rgba(235,244,255,.72) 0 5%,transparent 8%);clip-path:polygon(50% 0,68% 30%,100% 50%,68% 70%,50% 100%,32% 70%,0 50%,32% 30%);animation:thunderCastSigil .31s steps(8,end) both;filter:drop-shadow(0 0 8px #8d6dff)}#screen-battle .battle-thunder-cast i{--spark-angle: calc(var(--spark, 0) * 90deg);position:absolute;left:50%;top:50%;width:4px;height:26px;transform-origin:50% 0;transform:rotate(var(--spark-angle)) translateY(-37px);background:linear-gradient(#f4f7ff,#8b62ff 55%,transparent 58%);clip-path:polygon(50% 0,100% 34%,58% 56%,90% 70%,28% 100%,42% 62%,0 48%);animation:thunderCastSpark 225ms calc(var(--spark, 0) * 18ms) steps(5,end) both;filter:drop-shadow(0 0 5px #8462ff)}#screen-battle .battle-thunder-cast i:nth-child(1){--spark: 0}#screen-battle .battle-thunder-cast i:nth-child(2){--spark: 1}#screen-battle .battle-thunder-cast i:nth-child(3){--spark: 2}#screen-battle .battle-thunder-cast i:nth-child(4){--spark: 3}#screen-battle .battle-thunder-omen{left:var(--fx-to-x);top:var(--fx-to-y);width:0;height:0;scale:calc(var(--fx-power-scale, 1) * .34);transform-origin:0 0}#screen-battle .battle-thunder-omen .thunder-omen-art{position:absolute;left:0;top:0;display:block;width:82px;height:82px;transform:translate(-50%,-50%);animation:thunderOmenFade 325ms steps(7,end) both}#screen-battle .battle-thunder-omen .thunder-omen-art i{position:absolute;inset:calc(var(--omen, 0) * 13%);border:1px solid rgba(163,124,255,calc(.72 - var(--omen, 0) * .15));border-radius:50%;box-shadow:inset 0 0 14px #5b38da59,0 0 8px #a286ff47;animation:thunderOmenRing 325ms calc(var(--omen, 0) * 24ms) steps(7,end) both}#screen-battle .battle-thunder-omen .thunder-omen-art i:nth-child(1){--omen: 0}#screen-battle .battle-thunder-omen .thunder-omen-art i:nth-child(2){--omen: 1}#screen-battle .battle-thunder-omen .thunder-omen-art i:nth-child(3){--omen: 2}#screen-battle .battle-thunder-sprite{left:var(--fx-to-x);top:var(--fx-to-y);width:0;height:0;scale:calc(var(--fx-power-scale, 1) * .34);transform-origin:0 0}#screen-battle .battle-thunder-sprite .thunder-sprite-art{position:absolute;left:0;top:0;display:block;width:250px;max-width:430px;aspect-ratio:1;transform:translate(-50%,-76%);background-image:url(./thunder-strike-frames-lowpoly-v3-CkDjvSM0.webp);background-repeat:no-repeat;background-size:400% 400%;background-position:0 0;opacity:0;filter:saturate(1.08) brightness(1.08) drop-shadow(0 0 12px rgba(117,82,255,.62));animation:thunderSpriteSequence var(--fx-thunder-duration, .67s) var(--fx-thunder-delay, 70ms) steps(1,end) both}#screen-battle .battle-thunder-sprite.is-critical .thunder-sprite-art{filter:saturate(1.16) brightness(1.32) drop-shadow(0 0 22px rgba(213,201,255,.86))}#screen-battle .battle-thunder-sprite.power-heavy .thunder-sprite-art{filter:saturate(1.14) brightness(1.18) drop-shadow(0 0 18px rgba(160,136,255,.78))}#screen-battle .battle-thunder-sprite.power-devastating .thunder-sprite-art{filter:saturate(1.22) brightness(1.28) drop-shadow(0 0 30px rgba(173,146,255,.92))}#screen-battle .battle-thunder-residue{left:var(--fx-to-x);top:var(--fx-to-y);width:0;height:0;scale:calc(var(--fx-power-scale, 1) * .34);transform-origin:0 0}#screen-battle .battle-thunder-residue .thunder-residue-art{position:absolute;left:0;top:0;display:block;width:128px;height:128px;transform:translate(-50%,-48%);opacity:0;animation:thunderResidueFade .47s .34s steps(10,end) both}#screen-battle .battle-thunder-residue .thunder-residue-art i{--arc-angle: calc(var(--arc) * 45deg);position:absolute;left:50%;top:50%;width:calc(48% + var(--arc) * 1%);height:3px;transform-origin:0 50%;transform:rotate(var(--arc-angle));background:linear-gradient(90deg,#f5f5ff,#8c63ff 42%,rgba(92,75,220,.12) 78%,transparent);clip-path:polygon(0 42%,18% 0,34% 54%,48% 14%,67% 70%,82% 28%,100% 56%,100% 100%,81% 63%,66% 100%,47% 47%,32% 88%,17% 38%,0 72%);filter:drop-shadow(0 0 5px #7c5aff);animation:thunderGroundArc .38s calc(.35s + var(--arc) * 11ms) steps(7,end) both}@keyframes thunderCastFade{0%{opacity:0;transform:translate(-50%,-45%) scale(.45)}24%,72%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-62%) scale(.72)}}@keyframes thunderCastSigil{0%{transform:rotate(-30deg) scale(.45);opacity:0}48%{transform:rotate(18deg) scale(1.08);opacity:1}to{transform:rotate(45deg) scale(.58);opacity:0}}@keyframes thunderCastSpark{0%,to{opacity:0}36%,72%{opacity:1;filter:brightness(1.8) drop-shadow(0 0 6px #8462ff)}}@keyframes thunderOmenFade{0%{opacity:0;transform:translate(-50%,-50%) scale(1.4)}32%,78%{opacity:1;transform:translate(-50%,-50%) scale(.92)}to{opacity:0;transform:translate(-50%,-50%) scale(.18)}}@keyframes thunderOmenRing{0%{transform:rotate(0) scale(1.22);border-style:dashed}56%{transform:rotate(120deg) scale(.76);border-style:solid}to{transform:rotate(180deg) scale(.16)}}@keyframes thunderSpriteSequence{0%{opacity:.58;background-position:0 0}6.25%{opacity:.72;background-position:33.333% 0}12.5%{opacity:.86;background-position:66.667% 0}18.75%{opacity:1;background-position:100% 0}25%{background-position:0 33.333%}31.25%{background-position:33.333% 33.333%}37.5%{background-position:66.667% 33.333%}43.75%{background-position:100% 33.333%}50%{background-position:0 66.667%}56.25%{background-position:33.333% 66.667%}62.5%{background-position:66.667% 66.667%}68.75%{background-position:100% 66.667%}75%{background-position:0 100%}81.25%{opacity:.9;background-position:33.333% 100%}87.5%{opacity:.7;background-position:66.667% 100%}93.75%,to{opacity:0;background-position:100% 100%}}@keyframes thunderResidueFade{0%{opacity:0;transform:translate(-50%,-48%) scale(.45)}24%,62%{opacity:.9;transform:translate(-50%,-48%) scale(1)}to{opacity:0;transform:translate(-50%,-48%) scale(1.18)}}@keyframes thunderGroundArc{0%{opacity:0;width:12%}28%,62%{opacity:1;width:54%}to{opacity:0;width:68%;filter:blur(1px)}}@media (max-width: 760px){#screen-battle .battle-thunder-sprite .thunder-sprite-art{width:min(215px,82vw)}#screen-battle .battle-thunder-cast{width:28px;height:28px}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-thunder-cast,#screen-battle .battle-thunder-omen,#screen-battle .battle-thunder-residue{display:none!important}#screen-battle .battle-thunder-sprite{animation:none!important;opacity:.62;-webkit-mask-position:66.667% 66.667%;mask-position:66.667% 66.667%}}@keyframes battleNodeSigilRelease{0%,to{filter:brightness(1);box-shadow:0 0 13px #cbad5b24}42%{filter:brightness(1.75) saturate(1.22);box-shadow:0 0 5px #fff8cf,0 0 25px #ecc75bf0}}@media (max-width: 760px){#screen-battle .player-combat-zone .player-emitter-rack{--node-size: 42px;--node-gap: 4px;grid-template-rows:repeat(4,var(--node-size))!important;height:calc(var(--node-size) * 4 + var(--node-gap) * 3)!important}#screen-battle .player-combat-zone .emitter-left{right:calc(100% + .22rem)!important}#screen-battle .player-combat-zone .emitter-right{left:calc(100% + .22rem)!important}#screen-battle .battle-impact{width:92px!important;height:92px!important}#screen-battle .battle-impact-shard{width:8px;height:15px}#screen-battle .battle-flight{width:60px!important;height:24px!important}}@media (prefers-reduced-motion: reduce){#screen-battle .player-emitter-rack .battle-effect-node,#screen-battle .player-emitter-rack .run-progress-entry{animation:none!important}#screen-battle .battle-flight,#screen-battle .battle-impact,#screen-battle .battle-target-lock,#screen-battle .battle-launch-mark{display:none!important}}#screen-battle .battle-fx-force.battle-phase-charge:before{background:radial-gradient(circle at 50% 68%,rgba(255,220,164,.52) 0 7%,transparent 9% 18%,rgba(224,155,88,.24) 20% 23%,transparent 25%),linear-gradient(0deg,rgba(177,96,49,.3),transparent 58%);animation:battleForceGather .38s steps(6,end) both}#screen-battle .battle-fx-wind.battle-phase-charge:before{top:-6%;right:-6%;bottom:-6%;left:-6%;border:2px solid rgba(139,216,207,.62);border-left-color:transparent;border-bottom-color:transparent;border-radius:50%;background:radial-gradient(circle,transparent 46%,rgba(98,190,183,.2) 48% 52%,transparent 54%);animation:battleWindGather .41s steps(7,end) both}#screen-battle .battle-fx-thunder.battle-phase-charge:before{top:-4%;right:-4%;bottom:-4%;left:-4%;background:conic-gradient(from 0deg at 50% 58%,transparent 0 10%,rgba(236,241,150,.62) 11% 12%,transparent 13% 24%,rgba(130,203,231,.5) 25% 26%,transparent 27% 100%),radial-gradient(circle at 50% 58%,rgba(235,243,160,.42),transparent 48%);animation:battleThunderGather .42s steps(7,end) both}#screen-battle .battle-fx-fire.battle-phase-charge:before{animation-duration:.41s;animation-timing-function:steps(7,end)}#screen-battle .battle-fx-chill.battle-phase-charge:before,#screen-battle .battle-fx-erosion.battle-phase-charge:before,#screen-battle .battle-fx-blood.battle-phase-charge:before,#screen-battle .battle-fx-magic.battle-phase-charge:before,#screen-battle .battle-fx-sword.battle-phase-charge:before{animation-duration:.4s;animation-timing-function:steps(7,end)}#screen-battle .card-float-number.float-force{--float-color: #ffc18c;--float-glow: rgba(205, 99, 43, .84)}#screen-battle .card-float-number.float-wind{--float-color: #a9eee4;--float-glow: rgba(62, 177, 166, .82)}#screen-battle .battle-target-lock{width:76px;height:76px;scale:calc(var(--fx-power-scale, 1) * .34)}#screen-battle .battle-launch-mark{width:66px;height:66px;scale:calc(var(--fx-power-scale, 1) * .34)}#screen-battle .battle-impact.power-heavy{filter:drop-shadow(0 0 13px color-mix(in srgb,var(--fx-color) 68%,transparent))!important}#screen-battle .battle-impact.power-devastating{filter:brightness(1.22) drop-shadow(0 0 23px var(--fx-color))!important}#screen-battle .battle-impact.power-devastating .battle-impact-ring.ring-two{border-width:3px;animation-duration:.38s}#screen-battle .card-float-number{font-size:calc(1.03rem * var(--float-power-scale, 1));text-shadow:0 0 calc(7px * var(--float-power-scale, 1)) var(--float-glow),0 2px 2px rgba(0,0,0,.86)}@keyframes battleForceGather{0%{opacity:0;transform:scale(.72)}38%{opacity:.8;transform:scale(.94)}62%{opacity:.34;transform:scale(.82)}to{opacity:0;transform:scale(1.18)}}@keyframes battleWindGather{0%{opacity:0;transform:rotate(-40deg) scale(.72)}30%{opacity:.78}to{opacity:0;transform:rotate(170deg) scale(1.1)}}@keyframes battleThunderGather{0%{opacity:0;transform:rotate(-12deg) scale(.7);filter:brightness(1)}24%{opacity:.86}42%{opacity:.28}58%{opacity:1;filter:brightness(1.8)}to{opacity:0;transform:rotate(28deg) scale(1.16);filter:brightness(2.1)}}#screen-battle .battle-attack-sequence,#screen-battle .battle-card-aura-sequence{position:absolute;z-index:28;display:block;pointer-events:none;background-repeat:no-repeat;background-size:400% 400%;background-position:0 0;will-change:transform,opacity,background-position}#screen-battle .battle-attack-sequence{left:var(--fx-from-x);top:var(--fx-from-y);width:158px;max-width:280px;aspect-ratio:1;color:var(--fx-color, #ead48e);filter:drop-shadow(0 0 10px color-mix(in srgb,currentColor 68%,transparent));background:none;animation:battleAttackSequenceMotion var(--fx-sequence-duration, .73s) linear both}#screen-battle .battle-attack-sequence .sequence-visual{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transform:scale(var(--fx-visual-scale, .34));transform-origin:center}#screen-battle .battle-attack-sequence .sequence-art{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transform:rotate(var(--fx-art-angle, 0deg));background-repeat:no-repeat;background-size:400% 400%;background-position:0 0;will-change:background-position,transform;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0 58%,rgba(0,0,0,.9) 70%,rgba(0,0,0,.48) 84%,transparent 100%);mask-image:radial-gradient(circle at 50% 50%,#000 0 58%,rgba(0,0,0,.9) 70%,rgba(0,0,0,.48) 84%,transparent 100%)}#screen-battle .battle-attack-sequence .sequence-art-main{animation:battleAttackSequenceFrames var(--fx-sequence-duration, .73s) steps(1,end) both}#screen-battle .battle-attack-sequence .sequence-art-echo{opacity:0;animation:battleAttackSequenceFrames var(--fx-sequence-duration, .73s) steps(1,end) var(--fx-frame-duration, 45.625ms) both,battleAttackFrameEcho var(--fx-frame-duration, 45.625ms) ease-out 0ms 16 both}#screen-battle .battle-attack-sequence.stage-fx-sword{--fx-color: #f1dda0}#screen-battle .battle-attack-sequence.stage-fx-sword .sequence-art{background-image:url(./attack-sword-frames-lowpoly-v1-C3G4Vgnd.webp)}#screen-battle .battle-attack-sequence:is(.stage-fx-force,.stage-fx-strike){--fx-color: #efad65}#screen-battle .battle-attack-sequence:is(.stage-fx-force,.stage-fx-strike) .sequence-art{background-image:url(./attack-force-frames-lowpoly-v1-BIwPiLme.webp)}#screen-battle .battle-attack-sequence.stage-fx-wind{--fx-color: #8fe5d8}#screen-battle .battle-attack-sequence.stage-fx-wind .sequence-art{background-image:url(./attack-wind-frames-lowpoly-v1-D8OQ7dSr.webp)}#screen-battle .battle-attack-sequence.stage-fx-fire{--fx-color: #ff8145}#screen-battle .battle-attack-sequence.stage-fx-fire .sequence-art{background-image:url(./attack-fire-frames-lowpoly-v1-D5I7Zo_x.webp)}#screen-battle .battle-attack-sequence.stage-fx-chill{--fx-color: #a8e8ff}#screen-battle .battle-attack-sequence.stage-fx-chill .sequence-art{background-image:url(./attack-frost-frames-lowpoly-v1-5h2FjbkX.webp)}#screen-battle .battle-attack-sequence.stage-fx-blood{--fx-color: #e34f54}#screen-battle .battle-attack-sequence.stage-fx-blood .sequence-art{background-image:url(./attack-blood-frames-lowpoly-v1-gM-B3mFO.webp)}#screen-battle .battle-attack-sequence.stage-fx-erosion{--fx-color: #c99ae2}#screen-battle .battle-attack-sequence.stage-fx-erosion .sequence-art{background-image:url(./attack-erosion-frames-lowpoly-v1-D48VtctK.webp)}#screen-battle .battle-attack-sequence:is(.stage-fx-magic,.stage-fx-sacred){--fx-color: #ece2ad}#screen-battle .battle-attack-sequence:is(.stage-fx-magic,.stage-fx-sacred) .sequence-art{background-image:url(./attack-mystic-frames-lowpoly-v1-CxKws8wg.webp)}#screen-battle .battle-attack-sequence.stage-fx-magic{filter:hue-rotate(48deg) saturate(1.16) drop-shadow(0 0 12px rgba(185,125,235,.74))}#screen-battle .battle-attack-sequence.stage-fx-artifact-kaitian{--fx-color: #ffd66f;filter:brightness(1.18) saturate(1.18) drop-shadow(0 0 18px rgba(255,190,78,.82))}#screen-battle .battle-attack-sequence.stage-fx-artifact-kaitian .sequence-art{background-image:url(./artifact-kaitian-frames-lowpoly-v1-8oksRjZA.webp);filter:brightness(1.18) saturate(1.18) drop-shadow(0 0 18px rgba(255,190,78,.82))}#screen-battle .battle-attack-sequence.stage-fx-artifact-zhuri{--fx-color: #ffbc46;filter:brightness(1.2) saturate(1.34) drop-shadow(0 0 18px rgba(255,125,42,.8))}#screen-battle .battle-attack-sequence.stage-fx-artifact-zhuri .sequence-art{background-image:url(./artifact-zhuri-frames-lowpoly-v1-DH2l7Se_.webp);filter:brightness(1.2) saturate(1.34) drop-shadow(0 0 18px rgba(255,125,42,.8))}#screen-battle .battle-attack-sequence.stage-fx-artifact-yinyang{--fx-color: #f0e8c5;filter:contrast(1.16) drop-shadow(0 0 18px rgba(220,207,164,.78))}#screen-battle .battle-attack-sequence.stage-fx-artifact-yinyang .sequence-art{background-image:url(./artifact-yinyang-frames-lowpoly-v1-BSed8PmO.webp);filter:contrast(1.16) drop-shadow(0 0 18px rgba(220,207,164,.78))}#screen-battle .battle-attack-sequence:is(.stage-fx-artifact-kaitian,.stage-fx-artifact-zhuri,.stage-fx-artifact-yinyang) .sequence-art{-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0 42%,rgba(0,0,0,.96) 58%,rgba(0,0,0,.68) 74%,transparent 94%);mask-image:radial-gradient(circle at 50% 50%,#000 0 42%,rgba(0,0,0,.96) 58%,rgba(0,0,0,.68) 74%,transparent 94%)}#screen-battle .battle-attack-sequence.is-critical,#screen-battle .battle-attack-sequence.power-devastating{filter:brightness(1.22) saturate(1.12) drop-shadow(0 0 24px currentColor)}#screen-battle .battle-attack-sequence:is(.stage-fx-artifact-kaitian,.stage-fx-artifact-zhuri,.stage-fx-artifact-yinyang){filter:none}#screen-battle .battle-attack-sequence .sequence-trail,#screen-battle .battle-attack-sequence .sequence-afterglow{position:absolute;left:50%;top:50%;display:block;pointer-events:none;opacity:0}#screen-battle .battle-attack-sequence .artifact-signature{position:absolute;top:0;right:0;bottom:0;left:0;display:none;pointer-events:none}#screen-battle .battle-attack-sequence:is(.stage-fx-artifact-kaitian,.stage-fx-artifact-zhuri,.stage-fx-artifact-yinyang) .artifact-signature{display:none}#screen-battle .battle-attack-sequence .artifact-signature i{position:absolute;left:50%;top:50%;display:block;opacity:0}#screen-battle .stage-fx-artifact-kaitian .artifact-signature{animation:artifactKaitianFrames var(--fx-sequence-duration, .73s) steps(10,end) both}#screen-battle .stage-fx-artifact-kaitian .artifact-signature i:nth-child(1){width:58%;height:34%;background:linear-gradient(135deg,#fff1aa,#d18c2e 54%,#3e231040);clip-path:polygon(8% 48%,46% 0,100% 17%,72% 51%,100% 84%,46% 100%);transform:translate(-48%,-54%) rotate(-12deg)}#screen-battle .stage-fx-artifact-kaitian .artifact-signature i:nth-child(2){width:8%;height:92%;background:linear-gradient(#fff6c6,#ad6722 76%,transparent);clip-path:polygon(34% 0,72% 0,100% 88%,50% 100%,0 88%);transform:translate(-50%,-44%) rotate(-12deg)}#screen-battle .stage-fx-artifact-kaitian .artifact-signature i:nth-child(3){width:8%;height:118%;background:linear-gradient(transparent,#fff2a5 24%,#cf7626 64%,transparent);transform:translate(-50%,-44%) rotate(42deg);filter:blur(.4px)}#screen-battle .stage-fx-artifact-kaitian .artifact-signature i:nth-child(4){width:94%;aspect-ratio:1;border:3px solid rgba(255,214,105,.82);clip-path:polygon(50% 0,64% 34%,100% 50%,65% 65%,50% 100%,35% 65%,0 50%,35% 34%);transform:translate(-50%,-50%) rotate(18deg)}#screen-battle .stage-fx-artifact-zhuri .artifact-signature{animation:artifactZhuriFrames var(--fx-sequence-duration, .73s) steps(12,end) both}#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(1),#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(2){width:68%;aspect-ratio:1;border:7px solid #ffd36b;border-radius:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 18px #f06a22,0 0 18px #ffae35}#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(2){width:42%;border-width:3px;border-style:dashed;transform:translate(-50%,-50%) rotate(45deg)}#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(3),#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(4){width:102%;height:9%;background:linear-gradient(90deg,transparent,#fff0a4 18% 82%,transparent);clip-path:polygon(0 50%,26% 12%,50% 44%,74% 6%,100% 50%,74% 94%,50% 56%,26% 88%);transform:translate(-50%,-50%)}#screen-battle .stage-fx-artifact-zhuri .artifact-signature i:nth-child(4){transform:translate(-50%,-50%) rotate(90deg)}#screen-battle .stage-fx-artifact-yinyang .artifact-signature{animation:artifactYinyangFrames var(--fx-sequence-duration, .73s) steps(12,end) both}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(1),#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(2){width:72%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%)}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(1){background:conic-gradient(#efe8ce 0,#efe8ce 50%,#171b22 50%,#171b22);clip-path:polygon(50% 0,100% 0,100% 100%,50% 100%,64% 75%,49% 50%,35% 25%)}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(2){border:3px solid #e9deb9;box-shadow:inset 0 0 16px #ffffff4d,0 0 13px #decfa194}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(3),#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(4){width:16%;aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%)}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(3){background:#f5efd7;top:34%}#screen-battle .stage-fx-artifact-yinyang .artifact-signature i:nth-child(4){background:#131720;top:66%}#screen-battle .battle-attack-sequence .sequence-heading{position:absolute;top:0;right:0;bottom:0;left:0;display:block;transform:rotate(var(--fx-angle, 0deg));pointer-events:none}#screen-battle .battle-attack-sequence .sequence-trail{z-index:-1;width:68%;height:9px;transform-origin:100% 50%;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 16%,transparent),currentColor 88%,transparent 96%);clip-path:polygon(0 50%,34% 0,100% 34%,100% 66%,34% 100%);animation:battleSequenceTrail var(--fx-sequence-duration, .73s) linear both}#screen-battle .battle-attack-sequence .trail-two{top:55%;width:54%;animation-delay:27ms;opacity:.48}#screen-battle .battle-attack-sequence .sequence-afterglow{width:72%;aspect-ratio:1;border:2px solid currentColor;clip-path:polygon(50% 0,83% 15%,100% 50%,84% 85%,50% 100%,15% 84%,0 50%,16% 15%);animation:battleSequenceAfterglow var(--fx-sequence-duration, .73s) ease-out both}#screen-battle .battle-card-aura-sequence{left:var(--fx-to-x);top:var(--fx-to-y);width:calc(var(--fx-card-width, 180px) * var(--fx-power-scale, 1));aspect-ratio:1;transform:translate(-50%,-50%);background-image:url(./card-aura-cultivation-frames-lowpoly-v1-BcffkEdy.webp);filter:drop-shadow(0 0 13px rgba(222,193,105,.48));-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0 58%,rgba(0,0,0,.9) 70%,rgba(0,0,0,.48) 84%,transparent 100%);mask-image:radial-gradient(circle at 50% 50%,#000 0 58%,rgba(0,0,0,.9) 70%,rgba(0,0,0,.48) 84%,transparent 100%);animation:battleCardAuraFrames .6s steps(1,end) both,battleCardAuraPresence .6s cubic-bezier(.2,.65,.2,1) both}#screen-battle .battle-card-aura-sequence.aura-harmful{background-image:url(./card-aura-affliction-frames-lowpoly-v1-v8-V8zwt.webp)}#screen-battle .battle-card-aura-sequence.stage-fx-heal{filter:hue-rotate(78deg) saturate(1.2) drop-shadow(0 0 15px rgba(102,222,143,.68))}#screen-battle .battle-card-aura-sequence.stage-fx-shield{filter:hue-rotate(145deg) saturate(1.1) drop-shadow(0 0 16px rgba(106,202,232,.7))}#screen-battle .battle-card-aura-sequence.stage-fx-fire{filter:hue-rotate(-18deg) saturate(1.4) drop-shadow(0 0 15px rgba(239,93,50,.72))}#screen-battle .battle-card-aura-sequence.stage-fx-chill{filter:hue-rotate(134deg) saturate(1.05) drop-shadow(0 0 15px rgba(126,216,244,.72))}#screen-battle .battle-card-aura-sequence.stage-fx-erosion{filter:hue-rotate(18deg) saturate(1.22) drop-shadow(0 0 15px rgba(183,107,214,.72))}#screen-battle .battle-card-aura-sequence.stage-fx-blood{filter:hue-rotate(-42deg) saturate(1.45) drop-shadow(0 0 14px rgba(206,67,73,.68))}#screen-battle .battle-card-aura-sequence.stage-fx-magic{filter:hue-rotate(46deg) saturate(1.2) drop-shadow(0 0 14px rgba(182,121,228,.7))}#screen-battle .battle-card-aura-sequence.stage-fx-artifact-xuanhuang{background-image:url(./artifact-xuanhuang-frames-lowpoly-v1-D54PfCgm.webp);filter:saturate(1.18) brightness(1.12) drop-shadow(0 0 24px rgba(232,183,75,.84));animation:battleCardAuraFrames .9s steps(1,end) both,battleCardAuraPresence .9s cubic-bezier(.2,.65,.2,1) both}#screen-battle .battle-card-aura-sequence.stage-fx-artifact-xuanhuang:before,#screen-battle .battle-card-aura-sequence.stage-fx-artifact-xuanhuang:after{content:none}#screen-battle .battle-artifact-callout{position:absolute;z-index:44;left:100%;top:46%;display:block;width:max-content;color:#f7e7ad;font-family:var(--font-display, "STKaiti", "KaiTi", serif);font-size:clamp(3.4rem,8.2vw,8.6rem);font-weight:800;line-height:1;letter-spacing:.12em;white-space:nowrap;pointer-events:none;opacity:0;transform-origin:center;text-shadow:0 3px 0 rgba(55,33,13,.92),0 0 9px currentColor,0 0 30px color-mix(in srgb,currentColor 56%,transparent);-webkit-text-stroke:1px rgba(255,247,213,.52);animation:artifactCalloutSweep .98s cubic-bezier(.16,.72,.18,1) both}#screen-battle .battle-artifact-callout:before,#screen-battle .battle-artifact-callout:after{content:"";position:absolute;left:-28%;right:-18%;height:5px;top:48%;z-index:-1;opacity:.78;background:linear-gradient(90deg,transparent,currentColor 16% 76%,transparent);clip-path:polygon(0 50%,32% 12%,100% 38%,100% 62%,32% 88%)}#screen-battle .battle-artifact-callout:after{top:63%;left:-12%;right:8%;height:2px;opacity:.48}#screen-battle .battle-artifact-callout.stage-fx-artifact-kaitian{color:#ffd66f}#screen-battle .battle-artifact-callout.stage-fx-artifact-zhuri{color:#ff9f43}#screen-battle .battle-artifact-callout.stage-fx-artifact-yinyang{color:#eee8d2}#screen-battle .battle-artifact-callout.stage-fx-artifact-xuanhuang{color:#e0bd68}@keyframes artifactCalloutSweep{0%{opacity:0;transform:translate3d(8vw,-50%,0) skew(-12deg) scale(.72);filter:blur(4px)}14%{opacity:.96;filter:blur(0)}48%{opacity:1;transform:translate3d(-72vw,-50%,0) skew(-7deg) scale(1);filter:blur(0)}78%{opacity:.92;transform:translate3d(-112vw,-50%,0) skew(-3deg) scale(1.05);filter:blur(.2px)}to{opacity:0;transform:translate3d(-152vw,-50%,0) skew(0) scale(1.12);filter:blur(3px)}}@keyframes battleAttackSequenceMotion{0%{opacity:0;transform:translate(-50%,-50%) scale(.55)}7%{opacity:.64;transform:translate(-50%,-50%) scale(.7)}18%{opacity:.9;transform:translate(-50%,-50%) scale(.84)}25%{opacity:.92;transform:translate(-50%,-50%) scale(.78)}43%{opacity:.94;transform:translate(calc(-50% + var(--fx-delta-x-mid)),calc(-50% + var(--fx-delta-y-mid))) scale(.82)}62%{opacity:.96;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) scale(.92)}76%{opacity:.94;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) scale(.96)}88%{opacity:.86;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) scale(1.04)}to{opacity:0;transform:translate(calc(-50% + var(--fx-delta-x)),calc(-50% + var(--fx-delta-y))) scale(1.18)}}@keyframes battleSequenceTrail{0%,18%,to{opacity:0;transform:translate(-100%,-50%) scaleX(.18)}30%{opacity:.72;transform:translate(-100%,-50%) scaleX(.82)}58%{opacity:.9;transform:translate(-100%,-50%) scaleX(1.15)}72%{opacity:.18;transform:translate(-100%,-50%) scaleX(.55)}}@keyframes battleSequenceAfterglow{0%,62%{opacity:0;transform:translate(-50%,-50%) rotate(-22deg) scale(.22)}74%{opacity:.82;transform:translate(-50%,-50%) rotate(8deg) scale(.86)}to{opacity:0;transform:translate(-50%,-50%) rotate(48deg) scale(1.62)}}@keyframes battleCardAuraPresence{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}18%{opacity:.7;transform:translate(-50%,-50%) scale(.94)}54%{opacity:.88;transform:translate(-50%,-50%) scale(1.02)}to{opacity:0;transform:translate(-50%,-50%) scale(1.12)}}@keyframes battleAttackSequenceFrames{0%,6.24%{background-position:0 0}6.25%,12.49%{background-position:33.333% 0}12.5%,18.74%{background-position:66.667% 0}18.75%,24.99%{background-position:100% 0}25%,31.24%{background-position:0 33.333%}31.25%,37.49%{background-position:33.333% 33.333%}37.5%,43.74%{background-position:66.667% 33.333%}43.75%,49.99%{background-position:100% 33.333%}50%,56.24%{background-position:0 66.667%}56.25%,62.49%{background-position:33.333% 66.667%}62.5%,68.74%{background-position:66.667% 66.667%}68.75%,74.99%{background-position:100% 66.667%}75%,81.24%{background-position:0 100%}81.25%,87.49%{background-position:33.333% 100%}87.5%,93.74%{background-position:66.667% 100%}93.75%,to{background-position:100% 100%}}@keyframes battleAttackFrameEcho{0%{opacity:.32}72%{opacity:.09}to{opacity:0}}@keyframes battleCardAuraFrames{0%,6.24%{background-position:0 0}6.25%,12.49%{background-position:33.333% 0}12.5%,18.74%{background-position:66.667% 0}18.75%,24.99%{background-position:100% 0}25%,31.24%{background-position:0 33.333%}31.25%,37.49%{background-position:33.333% 33.333%}37.5%,43.74%{background-position:66.667% 33.333%}43.75%,49.99%{background-position:100% 33.333%}50%,56.24%{background-position:0 66.667%}56.25%,62.49%{background-position:33.333% 66.667%}62.5%,68.74%{background-position:66.667% 66.667%}68.75%,74.99%{background-position:100% 66.667%}75%,81.24%{background-position:0 100%}81.25%,87.49%{background-position:33.333% 100%}87.5%,93.74%{background-position:66.667% 100%}93.75%,to{background-position:100% 100%}}@keyframes artifactKaitianFrames{0%,10%{opacity:0;transform:scale(.42) rotate(-18deg)}20%{opacity:.45;transform:scale(.66) rotate(-8deg)}30%{opacity:.86;transform:scale(.9) rotate(2deg)}40%,50%{opacity:1;transform:scale(1.05) rotate(12deg)}60%{opacity:.96;transform:scale(.92) rotate(28deg)}70%{opacity:1;transform:scale(1.16) rotate(42deg)}80%{opacity:.82;transform:scale(1.34) rotate(48deg)}90%{opacity:.42;transform:scale(1.58) rotate(52deg)}to{opacity:0;transform:scale(1.78) rotate(56deg)}}@keyframes artifactZhuriFrames{0%,8%{opacity:0;transform:scale(.32) rotate(-35deg)}16%{opacity:.48;transform:scale(.5) rotate(-20deg)}25%{opacity:.82;transform:scale(.74) rotate(-5deg)}33%,42%{opacity:1;transform:scale(.9) rotate(12deg)}50%{opacity:.88;transform:scale(.78) rotate(38deg)}58%,67%{opacity:1;transform:scale(1.02) rotate(72deg)}75%{opacity:.9;transform:scale(1.18) rotate(108deg)}83%{opacity:.68;transform:scale(1.42) rotate(142deg)}92%{opacity:.3;transform:scale(1.68) rotate(176deg)}to{opacity:0;transform:scale(1.86) rotate(205deg)}}@keyframes artifactYinyangFrames{0%,8%{opacity:0;transform:scale(.3) rotate(-90deg)}16%{opacity:.5;transform:scale(.52) rotate(-62deg)}25%{opacity:.82;transform:scale(.76) rotate(-32deg)}33%,42%{opacity:1;transform:scale(.92) rotate(0)}50%{opacity:.86;transform:scale(.78) rotate(45deg)}58%,67%{opacity:1;transform:scale(1.02) rotate(96deg)}75%{opacity:.88;transform:scale(1.14) rotate(148deg)}83%{opacity:.66;transform:scale(1.32) rotate(206deg)}92%{opacity:.28;transform:scale(1.52) rotate(270deg)}to{opacity:0;transform:scale(1.68) rotate(330deg)}}@keyframes artifactXuanhuangFrames{0%,8%{opacity:0;transform:translate(-50%,-50%) scale(.58) rotate(-12deg)}16%{opacity:.4;transform:translate(-50%,-50%) scale(.76) rotate(-8deg)}25%{opacity:.72;transform:translate(-50%,-50%) scale(.9) rotate(-4deg)}33%,42%{opacity:1;transform:translate(-50%,-50%) scale(1.02) rotate(0)}50%{opacity:.82;transform:translate(-50%,-50%) scale(.96) rotate(3deg)}58%,67%{opacity:1;transform:translate(-50%,-50%) scale(1.08) rotate(6deg)}75%{opacity:.86;transform:translate(-50%,-50%) scale(1.14) rotate(9deg)}83%{opacity:.62;transform:translate(-50%,-50%) scale(1.22) rotate(12deg)}92%{opacity:.28;transform:translate(-50%,-50%) scale(1.3) rotate(15deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.38) rotate(18deg)}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-attack-sequence,#screen-battle .battle-card-aura-sequence{display:none!important}}#screen-battle :is(.player-combatant-head,.enemy-card-media){position:relative}#screen-battle :is(.player-combatant-avatar,.enemy-unit-icon){position:relative;z-index:1}#screen-battle :is(.combatant-name,.enemy-card-identity,.breakthrough-card-cta){z-index:5}#screen-battle .portrait-spirit-shield{--shield-opacity: .3;--shield-brightness: 1.05;position:absolute;z-index:4;top:2.5%;right:2.5%;bottom:2.5%;left:2.5%;display:block;overflow:hidden;border:1px solid rgba(179,231,244,.7);background:conic-gradient(from 25deg,transparent 0 8%,rgba(211,246,255,.24) 9% 11%,transparent 12% 27%,rgba(118,203,228,.2) 28% 31%,transparent 32% 100%),radial-gradient(circle at 50% 46%,#caf4ff14,#5bb7d526 67%,#7ad7ec52);clip-path:polygon(50% 0,87% 9%,100% 36%,93% 79%,72% 100%,28% 100%,7% 79%,0 36%,13% 9%);opacity:0;filter:brightness(var(--shield-brightness)) saturate(1.12) drop-shadow(0 0 var(--shield-glow, 5px) rgba(115,211,235,.82));transform:scale(.92);transition:opacity .22s ease,filter .22s ease,transform .22s ease;pointer-events:none}#screen-battle .portrait-spirit-shield.is-active{opacity:var(--shield-opacity);transform:scale(1)}#screen-battle .portrait-spirit-shield>i,#screen-battle .portrait-spirit-shield>b{position:absolute;display:block;pointer-events:none}#screen-battle .portrait-spirit-shield>i{top:4%;right:4%;bottom:4%;left:4%;border:2px solid rgba(188,235,246,.72);background:linear-gradient(135deg,rgba(225,250,255,.16),transparent 34% 68%,rgba(95,188,214,.2));clip-path:polygon(50% 0,88% 12%,100% 48%,82% 88%,50% 100%,18% 88%,0 48%,12% 12%)}#screen-battle .portrait-spirit-shield>i:nth-child(2){top:12%;right:12%;bottom:12%;left:12%;border-width:1px;opacity:var(--shield-detail-opacity, .42);transform:rotate(45deg)}#screen-battle .portrait-spirit-shield>b{top:0;right:0;bottom:0;left:0;background:linear-gradient(118deg,transparent 18%,rgba(236,253,255,.34) 20% 21%,transparent 23% 64%,rgba(133,221,240,.22) 66% 68%,transparent 70%),linear-gradient(28deg,transparent 30%,rgba(204,244,252,.2) 32% 33%,transparent 35% 78%,rgba(100,194,221,.18) 80% 82%,transparent 84%);opacity:var(--shield-detail-opacity, .42)}#screen-battle .portrait-spirit-shield[data-shield-tier="2"]{border-color:#c1f1fcdb;box-shadow:inset 0 0 18px #6fcde538}#screen-battle .portrait-spirit-shield[data-shield-tier="3"]{border-color:#e2fbfff5;box-shadow:inset 0 0 26px #8ae0f257,0 0 11px #78d8ee52}#screen-battle .battle-fx-shield:before{display:none!important}#screen-battle .battle-fx-shield .portrait-spirit-shield{animation:portraitSpiritShieldResolve .52s steps(8,end) both}#screen-battle .battle-card-aura-sequence.aura-portrait-shield{opacity:.82;filter:hue-rotate(145deg) saturate(1.18) brightness(1.14) drop-shadow(0 0 22px rgba(106,202,232,.82))}@keyframes portraitSpiritShieldResolve{0%{opacity:.08;transform:scale(.72);filter:brightness(1.1)}22%{opacity:.76;transform:scale(.94);filter:brightness(1.72)}38%{opacity:.42;transform:scale(.98);filter:brightness(1.25)}58%{opacity:.88;transform:scale(1.035);filter:brightness(2.02)}76%{opacity:.58;transform:scale(1.015);filter:brightness(1.48)}to{opacity:var(--shield-opacity);transform:scale(1);filter:brightness(var(--shield-brightness)) saturate(1.12) drop-shadow(0 0 var(--shield-glow, 5px) rgba(115,211,235,.82))}}@media (prefers-reduced-motion: reduce){#screen-battle .battle-fx-shield .portrait-spirit-shield{animation:none!important}}
