:root { color-scheme: dark; --bg:#090704; --panel:rgba(24,18,12,.84); --line:rgba(212,166,94,.2); --gold:#f2c777; --gold-2:#d49a45; --text:#f3e9d4; --muted:#a08c6d; --red:#e57c72; --green:#82c99c; }
* { box-sizing:border-box; }
.tl-skip-link { position:fixed; z-index:1000; left:14px; top:10px; padding:10px 14px; color:#0b0805; background:var(--gold); border-radius:8px; transform:translateY(-150%); transition:transform .15s ease; }
.tl-skip-link:focus { transform:translateY(0); }
html,body { margin:0; min-height:100%; }
body { color:var(--text); background:radial-gradient(900px 520px at 42% -120px,rgba(209,126,42,.2),transparent 68%),linear-gradient(180deg,#0e0a07,var(--bg)); font-family:"Instrument Sans",sans-serif; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; background:repeating-linear-gradient(0deg,rgba(255,235,190,.012) 0 1px,transparent 1px 7px); }
a { color:inherit; text-decoration:none; }
.topbar { position:relative; z-index:2; display:flex; align-items:center; gap:28px; padding:13px 30px; border-bottom:1px solid var(--line); background:rgba(14,10,6,.78); backdrop-filter:blur(12px); }
.brand { display:flex; align-items:center; gap:13px; min-width:210px; }
.brand b { display:block; color:var(--gold); font:14px Marcellus,serif; letter-spacing:.18em; }
.brand small,.build-stamp small { display:block; margin-top:2px; color:var(--muted); font-size:9px; letter-spacing:.16em; text-transform:uppercase; }
.sigil { width:34px; height:34px; display:grid; place-items:center; border:1px solid rgba(242,199,119,.5); color:var(--gold); transform:rotate(45deg); font-family:Marcellus,serif; }
.build-stamp { margin-left:auto; text-align:right; }.build-stamp strong { color:var(--gold); font-size:13px; }
main { position:relative; z-index:1; max-width:1240px; margin:auto; padding:20px 30px 60px; }
.hero { display:flex; justify-content:space-between; align-items:center; gap:30px; margin-bottom:14px; }
.hero h1 { margin:3px 0 0; color:var(--gold); font:400 clamp(28px,3vw,42px)/1 Marcellus,serif; }
.hero>p { max-width:440px; margin:0; color:#c1af90; font-size:14px; line-height:1.5; }
.eyebrow { margin:0; color:var(--muted); font-size:9px; letter-spacing:.18em; text-transform:uppercase; }
h2 { margin:2px 0 0; color:#ead8b7; font:400 20px Marcellus,serif; }
.panel,.result-card { border:1px solid var(--line); border-radius:14px; background:linear-gradient(180deg,rgba(31,23,14,.78),var(--panel)); box-shadow:0 18px 60px rgba(0,0,0,.2); }
.panel { padding:16px; }
.tool-tabs { display:grid; grid-template-columns:1fr 1fr; gap:8px; margin-bottom:10px; }
.tool-tab { display:flex; justify-content:space-between; align-items:center; gap:12px; padding:11px 15px; color:#b8a589; text-align:left; border:1px solid var(--line); border-radius:10px; background:rgba(18,13,8,.72); cursor:pointer; font:16px Marcellus,serif; transition:.18s ease; }
.tool-tab span { color:#75644d; font:10px "Instrument Sans",sans-serif; letter-spacing:.04em; }
.tool-tab:hover { border-color:rgba(242,199,119,.42); transform:translateY(-1px); }
.tool-tab.active { color:var(--gold); border-color:rgba(242,199,119,.55); background:linear-gradient(135deg,rgba(107,68,22,.34),rgba(32,23,13,.9)); box-shadow:inset 0 0 30px rgba(224,160,65,.06); }
.build-picker { display:grid; grid-template-columns:220px 1fr 1fr; gap:14px; align-items:center; margin-bottom:12px; padding:14px 18px; }
body[data-combat-view="ability"] .build-picker { grid-template-columns:220px 1fr; }
body[data-combat-view="ability"] .opponent-control { display:none; }
.build-picker-title,.panel-heading { display:flex; align-items:center; gap:12px; }
.step-dot,.panel-heading>span { flex:0 0 auto; width:30px; height:30px; display:grid; place-items:center; color:var(--gold); border:1px solid rgba(242,199,119,.4); border-radius:50%; font:13px Marcellus,serif; }
summary { color:#cdbb9b; cursor:pointer; list-style:none; font-size:11px; letter-spacing:.04em; }
summary::-webkit-details-marker { display:none; }
summary::before { content:"+"; display:inline-block; width:18px; color:var(--gold); }
details[open]>summary::before { content:"−"; }
.optional { float:right; color:#6f5f49; font-size:8px; }
.calculator-view { display:none; }.calculator-view.active { display:block; }
.versus-stage { display:grid; grid-template-columns:minmax(0,1fr) 68px minmax(0,1fr); gap:12px; align-items:stretch; margin-bottom:14px; }
.fighter-card { padding:17px; border:1px solid rgba(212,166,94,.25); border-radius:14px; background:linear-gradient(145deg,rgba(32,24,15,.92),rgba(14,10,7,.92)); box-shadow:0 18px 55px rgba(0,0,0,.2); }.enemy-card { border-color:rgba(179,104,244,.32); }
.fighter-label { display:flex; justify-content:space-between; align-items:baseline; gap:12px; margin-bottom:11px; }.fighter-label span { color:var(--muted); font-size:9px; letter-spacing:.14em; text-transform:uppercase; }.fighter-label strong { color:#ead6ae; font:18px Marcellus,serif; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.questlog-import { display:grid; grid-template-columns:1fr auto; gap:7px; }.questlog-import input { margin:0; min-width:0; }.questlog-import button { padding:0 15px; color:#f2c777; border:1px solid rgba(242,199,119,.36); border-radius:9px; background:rgba(110,70,24,.2); cursor:pointer; }.questlog-import button:hover { border-color:var(--gold); }.questlog-import button:disabled { opacity:.55; cursor:wait; }
.import-error { margin:8px 0 0; color:#e69a92; font-size:10px; line-height:1.4; }
.character-loadout { display:grid; grid-template-columns:62px minmax(190px,1fr) 62px; gap:9px; height:430px; margin:14px 0 13px; }
.character-stage { position:relative; display:grid; place-items:center; height:430px; overflow:hidden; border:1px solid rgba(212,166,94,.32); border-radius:9px; background:radial-gradient(circle at 50% 30%,rgba(121,76,27,.18),transparent 50%),linear-gradient(180deg,#1a130c,#090705); }
.character-stage img { width:100%; height:100%; object-fit:cover; object-position:center 24%; }
.player-stage { cursor:pointer; transition:border-color .18s ease,background .18s ease; }
.player-stage:hover,.player-stage.dragging { border-color:rgba(242,199,119,.7); background:radial-gradient(circle at 50% 30%,rgba(173,107,34,.25),transparent 52%),#0b0805; }
.player-stage input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.portrait-prompt { display:grid; place-items:center; gap:5px; color:#8d7859; text-align:center; }
.portrait-prompt b { width:44px; height:44px; display:grid; place-items:center; color:var(--gold); border:1px solid rgba(242,199,119,.36); border-radius:50%; font-size:22px; font-weight:400; }
.portrait-prompt strong { color:#cbb58f; font:16px Marcellus,serif; }.portrait-prompt small { font-size:9px; letter-spacing:.08em; text-transform:uppercase; }
.player-stage.has-image .portrait-prompt { position:absolute; z-index:2; right:10px; top:10px; display:block; padding:6px 9px; color:#cdb88f; border:1px solid rgba(242,199,119,.28); border-radius:999px; background:rgba(7,5,3,.78); font-size:9px; }
.player-stage.has-image .portrait-prompt b,.player-stage.has-image .portrait-prompt strong { display:none; }.player-stage.has-image .portrait-prompt small { font-size:0; }.player-stage.has-image .portrait-prompt small::after { content:"Change image"; font-size:8px; }
.enemy-stage { border-color:rgba(179,104,244,.45); background:#050405; }.character-stage::after { content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 56%,rgba(6,4,7,.94)); pointer-events:none; }.enemy-stage img { object-position:center 18%; filter:saturate(.82) contrast(1.04); }
.portrait-identity { position:absolute; z-index:1; left:14px; right:14px; bottom:14px; display:grid; gap:4px; text-align:left; }.portrait-identity strong { color:#f0d597; font:18px Marcellus,serif; }.portrait-identity small { color:#b69b6c; font-size:8px; letter-spacing:.16em; text-transform:uppercase; }
.enemy-stage .portrait-identity strong { color:#d4b5e5; }
.gear-column { display:flex; flex-direction:column; justify-content:space-between; min-width:0; }
.gear-node { position:relative; display:grid; justify-items:center; gap:3px; min-width:0; text-align:center; }
.gear-orb { position:relative; width:48px; height:48px; display:grid; place-items:center; border:1px solid rgba(190,112,255,.72); border-radius:50%; background:radial-gradient(circle,#291b2f,#09070a 72%); box-shadow:0 0 12px rgba(173,85,236,.18); }
.player-card .gear-column:first-child .gear-orb { border-color:rgba(239,165,54,.78); box-shadow:0 0 12px rgba(230,145,38,.16); }
.gear-orb img { width:40px; height:40px; object-fit:contain; border-radius:50%; }.gear-orb .gear-placeholder { width:31px; height:31px; }
.gear-node small { max-width:60px; color:#887353; font-size:6.5px; letter-spacing:.1em; overflow:hidden; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }.gear-node .level { position:absolute; z-index:1; right:-3px; bottom:-1px; min-width:18px; padding:1px 3px; color:#f5dfaf; border:1px solid rgba(225,180,98,.42); border-radius:7px; background:#120e09; font-size:7px; }
.fighter-portrait { display:flex; align-items:center; gap:13px; margin:14px 0 11px; padding:11px; border:1px solid rgba(212,166,94,.14); border-radius:11px; background:radial-gradient(circle at 10% 20%,rgba(188,118,37,.13),transparent 42%),rgba(0,0,0,.14); }.fighter-portrait strong,.fighter-portrait span { display:block; }.fighter-portrait strong { color:#d8c6a5; font:15px Marcellus,serif; }.fighter-portrait span { margin-top:3px; color:#8c795e; font-size:10px; }
.fighter-avatar { position:relative; flex:0 0 auto; width:58px; height:58px; overflow:hidden; border:1px solid rgba(242,199,119,.45); border-radius:50%; background:radial-gradient(circle at 45% 30%,#49351e,#17100a 70%); box-shadow:0 0 20px rgba(232,160,65,.16); }.enemy-avatar { border-color:rgba(192,116,255,.58); background:radial-gradient(circle at 45% 30%,#3b2348,#140d18 70%); box-shadow:0 0 20px rgba(175,92,245,.18); }.fighter-avatar::before { content:""; position:absolute; left:20px; top:10px; width:17px; height:17px; border-radius:50%; background:#9c8765; }.fighter-avatar::after { content:""; position:absolute; left:11px; bottom:5px; width:36px; height:27px; border-radius:20px 20px 8px 8px; background:linear-gradient(180deg,#766447,#3b3022); }.enemy-avatar::before { background:#9b75aa; }.enemy-avatar::after { background:linear-gradient(180deg,#725080,#38273d); }
.weapon-strips { display:grid; gap:7px; }.weapon-strip { display:grid; grid-template-columns:42px 1fr auto; gap:10px; align-items:center; min-height:58px; padding:7px 11px; border:1px solid rgba(212,166,94,.34); border-radius:9px; background:rgba(0,0,0,.24); }.weapon-strip.main-weapon { border-color:rgba(238,157,31,.72); }.weapon-strip.off-weapon { border-color:rgba(180,91,241,.68); }.weapon-strip img { width:42px; height:42px; object-fit:cover; border-radius:50%; }.weapon-strip strong,.weapon-strip span,.weapon-strip small { display:block; }.weapon-strip strong { color:#decaa7; font-size:11px; }.weapon-strip.main-weapon strong { color:#f0a933; }.weapon-strip.off-weapon strong { color:#c984f1; }.weapon-strip span { color:#806e55; font-size:7px; text-transform:uppercase; }.weapon-strip small { margin-top:2px; color:#7d6b51; font-size:7px; }.weapon-strip b { color:#a89472; font-size:9px; }
.fighter-stat-strip { display:grid; grid-template-columns:repeat(3,1fr); gap:7px; margin-top:10px; }.fighter-stat-strip>div { padding:9px 5px; text-align:center; border:1px solid rgba(212,166,94,.18); border-radius:7px; background:rgba(0,0,0,.2); }.fighter-stat-strip small,.fighter-stat-strip strong { display:block; }.fighter-stat-strip small { color:#77664e; font-size:6px; letter-spacing:.12em; text-transform:uppercase; }.fighter-stat-strip strong { margin-top:3px; color:#dcc8a3; font:12px Marcellus,serif; }
.fighter-artifacts { display:grid; grid-template-columns:auto 1fr; gap:10px; align-items:center; margin-top:10px; padding-top:10px; border-top:1px solid rgba(212,166,94,.13); }.fighter-artifacts>small { color:#806d51; font-size:7px; letter-spacing:.12em; text-transform:uppercase; }.artifact-icons { display:flex; gap:5px; flex-wrap:wrap; }.artifact-orb { width:30px; height:30px; display:grid; place-items:center; overflow:hidden; border:1px solid rgba(87,172,238,.72); border-radius:50%; background:#0b1116; }.artifact-orb img { width:26px; height:26px; object-fit:cover; border-radius:50%; }
.gear-placeholder { display:block; width:34px; height:34px; margin:auto; border:1px dashed rgba(212,166,94,.25); border-radius:50%; background:rgba(0,0,0,.18); }
.equipment-disclosure { margin-top:9px; }.gear-grid { display:grid; grid-template-columns:repeat(7,1fr); gap:7px; margin-top:10px; }.gear-slot { position:relative; min-width:0; padding:7px 3px 5px; text-align:center; border:1px solid rgba(212,166,94,.14); border-radius:9px; background:rgba(0,0,0,.16); }.gear-slot img { display:block; margin:auto; }.gear-slot small { display:block; margin-top:4px; color:#77664e; font-size:7px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.gear-slot .level { position:absolute; right:2px; top:2px; min-width:16px; padding:1px 3px; color:#f3e2bd; border-radius:7px; background:#1a140c; font-size:7px; }
.versus-mark { align-self:center; display:grid; place-items:center; gap:1px; width:58px; height:58px; color:var(--gold); border:1px solid rgba(242,199,119,.4); border-radius:50%; background:rgba(29,20,11,.94); cursor:pointer; }.versus-mark span { font:18px Marcellus,serif; }.versus-mark small { color:#817057; font-size:8px; text-transform:uppercase; }
.workspace { display:grid; grid-template-columns:minmax(290px,360px) minmax(0,1fr); gap:14px; align-items:start; }
.control-stack,.result-stack { display:grid; gap:14px; }
.quick-panel { border-color:rgba(242,199,119,.3); }
.ability-preview { display:flex; align-items:center; gap:13px; margin:2px 0 4px; padding:12px; border:1px solid rgba(242,199,119,.16); border-radius:11px; background:linear-gradient(110deg,rgba(128,76,22,.18),rgba(0,0,0,.15)); }.ability-preview img { width:52px; height:52px; border:1px solid rgba(242,199,119,.35); border-radius:10px; box-shadow:0 8px 24px rgba(0,0,0,.35); }.ability-preview strong,.ability-preview span { display:block; }.ability-preview strong { color:#ead6ae; font:17px Marcellus,serif; }.ability-preview span { margin-top:4px; color:#8e7b60; font-size:10px; }
.panel-heading { margin-bottom:16px; }
label { display:grid; gap:6px; margin-top:13px; color:var(--muted); font-size:9px; letter-spacing:.11em; text-transform:uppercase; }
input,select { width:100%; padding:11px 12px; color:var(--text); border:1px solid rgba(212,166,94,.26); border-radius:9px; background:rgba(7,5,3,.76); font:13px "Instrument Sans",sans-serif; }
input[type="checkbox"] { width:auto; accent-color:var(--gold); } input:focus,select:focus { outline:1px solid rgba(242,199,119,.6); }
.two-column,.matchup-inputs { display:grid; grid-template-columns:1fr 1fr; gap:0 10px; }
.field-note { margin:7px 0 0; color:#8c7a60; font-size:10.5px; line-height:1.5; }
.build-summary { padding:11px 12px; color:#c9b998; border-radius:9px; background:rgba(0,0,0,.2); font-size:11px; line-height:1.55; }.muted { color:#80705a; }
.calculation-note { display:flex; gap:9px; margin-top:17px; padding:12px; color:#baa781; border:1px solid rgba(130,201,156,.2); border-radius:9px; background:rgba(31,76,47,.12); font-size:10.5px; line-height:1.4; }.calculation-note strong { color:var(--green); white-space:nowrap; }
.advanced-panel>summary,.result-stack>.panel>summary { margin:-2px; padding:2px; font-weight:600; }
.advanced-content,.result-stack details>div { margin-top:14px; }
.modeled-opt-in { grid-template-columns:auto 1fr; align-items:center; gap:9px; padding:11px; color:#d9bd88; border:1px solid rgba(224,170,82,.3); border-radius:8px; background:rgba(91,60,20,.14); }
.result-card { position:relative; overflow:hidden; padding:26px; }
.result-card::before { content:""; position:absolute; left:30px; right:30px; top:0; height:1px; background:linear-gradient(90deg,transparent,var(--gold),transparent); }
.result-head { display:flex; justify-content:space-between; align-items:start; gap:14px; }
.hero-result { min-height:270px; padding:22px; background:radial-gradient(500px 230px at 40% 35%,rgba(185,112,34,.1),transparent 70%),linear-gradient(180deg,rgba(31,23,14,.82),var(--panel)); }
.result-label { margin:24px 0 -12px; color:#a99370; font-size:11px; }
.badge { display:inline-flex; padding:6px 10px; border-radius:999px; font-size:8px; letter-spacing:.1em; text-transform:uppercase; white-space:nowrap; }
.badge.unsupported { color:#e6a39d; border:1px solid rgba(229,124,114,.35); background:rgba(92,31,27,.18); }.badge.modeled { color:#e8c98f; border:1px solid rgba(224,170,82,.38); background:rgba(91,60,20,.2); }
.range { display:grid; grid-template-columns:minmax(0,1fr) auto minmax(0,1fr); gap:18px; align-items:center; margin:22px 0 8px; color:var(--gold); font-variant-numeric:tabular-nums; }
.range-bound { min-width:0; padding:16px 18px; border:1px solid rgba(242,199,119,.16); border-radius:12px; background:linear-gradient(145deg,rgba(119,72,22,.13),rgba(0,0,0,.12)); }.range-bound small { display:block; margin-bottom:7px; color:#9d8968; font:8px "Instrument Sans",sans-serif; letter-spacing:.16em; text-transform:uppercase; }.range-bound strong { display:block; color:var(--gold); font:400 clamp(40px,5vw,64px)/.9 Marcellus,serif; white-space:nowrap; }
.range-divider { display:grid; grid-template-rows:1fr auto 1fr; gap:5px; align-items:center; height:74px; color:#8f7b5b; font:9px "Instrument Sans",sans-serif; letter-spacing:.14em; text-transform:uppercase; }.range-divider i { width:1px; height:100%; margin:auto; background:linear-gradient(transparent,rgba(242,199,119,.32)); }.range-divider i:last-child { background:linear-gradient(rgba(242,199,119,.32),transparent); }
.expression { margin-top:12px; color:#a99574; font:11px ui-monospace,SFMono-Regular,Consolas,monospace; }
.result-evidence { margin-top:18px; }.precision-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(105px,1fr)); gap:8px; margin-top:12px; }
.precision-grid div,.healing-results div { padding:10px; border:1px solid rgba(212,166,94,.13); border-radius:8px; background:rgba(0,0,0,.16); }
.precision-grid small,.healing-results small,.matchup-results small { display:block; color:var(--muted); font-size:8px; letter-spacing:.1em; text-transform:uppercase; }
.precision-grid strong,.healing-results strong { display:block; margin-top:4px; color:#d7c6a4; font-size:11px; overflow-wrap:anywhere; }
.healing-results { display:grid; grid-template-columns:repeat(4,minmax(90px,1fr)); gap:8px; margin-top:18px; }.healing-results.hidden { display:none; }
.warning-list { display:grid; gap:7px; }.warning-item { padding:9px 11px; color:#cdb6ac; border-left:2px solid var(--red); background:rgba(82,28,24,.1); font-size:10.5px; line-height:1.45; }
.matchup-results { display:grid; grid-template-columns:repeat(2,minmax(130px,1fr)); gap:10px; margin-top:22px; }
.matchup-context { margin:18px 0 -7px; padding:10px 12px; color:#c9b794; border:1px solid rgba(212,166,94,.15); border-radius:9px; background:rgba(0,0,0,.16); font-size:11px; line-height:1.5; }
.matchup-results div { position:relative; overflow:hidden; min-height:105px; padding:16px; border:1px solid rgba(212,166,94,.2); border-radius:11px; background:rgba(0,0,0,.2); }
.matchup-results div::after { content:""; position:absolute; left:0; bottom:0; width:var(--meter,50%); height:3px; background:linear-gradient(90deg,var(--gold-2),var(--gold)); }
.matchup-results strong { display:block; margin-top:7px; color:var(--gold); font:30px Marcellus,serif; }.matchup-results span { display:block; margin-top:4px; color:#88775d; font-size:9px; }
.next-step-card p:last-child { margin:10px 0 0; color:#9f8c6d; font-size:12px; line-height:1.6; }
.trace-group { margin-top:12px; overflow:hidden; border:1px solid rgba(212,166,94,.13); border-radius:9px; }.trace-group h3 { margin:0; padding:9px 12px; color:#cbb58d; background:rgba(0,0,0,.2); font-size:10px; text-transform:uppercase; }
.trace-row { display:grid; grid-template-columns:25px 80px 1fr auto; gap:8px; align-items:center; padding:8px 10px; border-top:1px solid rgba(212,166,94,.09); font:9px ui-monospace,SFMono-Regular,Consolas,monospace; }.trace-row code { color:#9f8e71; overflow-wrap:anywhere; }
.provenance { color:#ac9a7c; font-size:10.5px; line-height:1.55; overflow-wrap:anywhere; }.provenance dl { display:grid; grid-template-columns:110px 1fr; gap:5px 10px; margin:0; }.provenance dt { color:#74644f; }.provenance dd { margin:0; color:#c8b692; }
.alert { padding:11px 13px; color:#e6b0aa; border:1px solid rgba(229,124,114,.32); border-radius:9px; background:rgba(92,31,27,.18); font-size:11px; }.hidden { display:none; }
@media(max-width:1050px){ .topbar{padding:12px 18px}.brand{min-width:auto}.build-stamp{display:none} main{padding:20px 18px 55px}.hero{align-items:start;flex-direction:column;gap:8px}.build-picker,body[data-combat-view="ability"] .build-picker{grid-template-columns:1fr 1fr}.build-picker-title{grid-column:1/-1}.versus-stage{grid-template-columns:1fr}.versus-mark{width:48px;height:48px;margin:-4px auto;z-index:1}.workspace{grid-template-columns:1fr}.control-stack,.result-stack{display:contents}.quick-panel{order:1}.result-card{order:2}.advanced-panel{order:3}.result-stack>.panel{order:4} }
@media(max-width:560px){ .topbar{align-items:flex-start;flex-wrap:wrap}.topbar nav{display:flex;order:3;width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:3px}.topbar nav a,.topbar nav span{flex:0 0 auto;min-height:40px;display:inline-flex;align-items:center}.build-picker,.two-column,.matchup-inputs,.healing-results,body[data-combat-view="ability"] .build-picker{grid-template-columns:1fr}.tool-tabs{grid-template-columns:1fr 1fr}.tool-tab{display:block;padding:12px;font-size:14px}.tool-tab span{display:none}.build-picker-title{grid-column:auto}.hero h1{font-size:32px}.hero>p{font-size:12px}.ability-preview,#level-note,.calculation-note{display:none}.fighter-card{padding:11px}.fighter-label strong{font-size:15px}.character-loadout{grid-template-columns:46px minmax(0,1fr) 46px;gap:4px;height:330px}.character-stage{height:330px}.gear-orb{width:39px;height:39px}.gear-orb img{width:33px;height:33px}.gear-node small{display:none}.weapon-strip{grid-template-columns:38px 1fr auto}.weapon-strip img{width:38px;height:38px}.fighter-stat-strip strong{font-size:10px}.range{gap:8px}.range-bound{padding:13px 10px}.range-bound strong{font-size:36px}.range-divider{height:60px}.result-card{padding:20px}.trace-row{grid-template-columns:22px 70px 1fr}.trace-row output{grid-column:3} }
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
