@font-face{font-family:Outfit;src:url(/fonts/Outfit-Variable.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/JetBrainsMono-Variable.woff2)format("woff2");font-weight:100 800;font-style:normal;font-display:swap}:root{--font-ui:"Outfit",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:28px;--rad-sm:10px;--rad-md:14px;--rad-lg:20px;--rad-xl:26px;--rad-pill:999px;--bd-soft:#ffffff1a;--bd-soft-top:#ffffff47;--ok:#7dffc4;--ok-strong:#22c98a;--ok-ink:#06301f;--ok-soft:#7dffc424;--danger:#ff8a7a;--danger-soft:#ff8a7a24;--surface-1:#0f0e28b3;--surface-2:#0c0b228c;--focus-ring:0 0 0 2px #100e26, 0 0 0 4px var(--ok);--th-light:#9d97c9;--th-dark:#5f5990;--th-fg:#12102b;--th-grad:linear-gradient(180deg,#9d97c9,#5f5990);--th-glow:#9d97c980;--th-panel:#5f59906b;--th-card1-top:#584eaf80;--th-card1-bot:#2d2960b8;--th-card2-top:#342f6f73;--th-card2-bot:#1c193fb8;--th-bg-a:#5f5990bf;--th-bg-b:#9d97c966;--th-bg-c:#5f599066}*{box-sizing:border-box}html,body{margin:0;padding:0}body{min-height:100vh;font-family:var(--font-ui);color:#fff;-webkit-font-smoothing:antialiased;background:#100e26}a{color:#9ee7ff;text-decoration:none}a:hover{color:#d6f4ff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#00000040;border-radius:10px}::-webkit-scrollbar-thumb{background:#b4aaff59;border-radius:10px}.mono{font-family:var(--font-mono)}button{font-family:inherit}@keyframes anilRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes anilGrow{0%{width:0}}.hud-shell{color:#fff;background:radial-gradient(1200px 700px at 20% -10%, var(--th-bg-a) 0%, #34266b00 60%), radial-gradient(900px 600px at 90% 10%, var(--th-bg-b) 0%, #1d3f7a00 55%), radial-gradient(1600px 1200px at 50% 60%, var(--th-bg-c) 0%, #100e2600 70%), repeating-linear-gradient(135deg, #ffffff06 0 2px, #fff0 2px 22px), #100e26;min-height:100vh;padding:28px 24px 48px;transition:background .4s}@media (prefers-reduced-motion:reduce){.hud-shell{transition:none}}.hud-container{flex-direction:column;gap:20px;max-width:1480px;margin:0 auto;display:flex}.hud-header{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.hud-brand{align-items:center;gap:12px;display:flex}.hud-brand-badge{color:#06301f;background:linear-gradient(#7dffc4,#14b876);border-radius:50%;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 0 22px #2ddc968c,inset 0 -2px #00000040}.hud-brand-badge svg{width:22px;height:22px}.hud-brand-name{letter-spacing:.18em;font-size:17px;font-weight:800;line-height:1.1}.hud-brand-sub{color:#c8d2ff99;letter-spacing:.04em;margin-top:2px;font-size:11px;line-height:1.1}.hud-toggle{background:#141234b3;border:1px solid #ffffff1a;border-radius:999px;gap:6px;padding:5px;display:flex;box-shadow:inset 0 1px #ffffff1f}.hud-toggle button{cursor:pointer;white-space:nowrap;color:#d7dcffbf;background:0 0;border:none;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:filter .14s}.hud-toggle button:hover{filter:brightness(1.15)}.hud-toggle button.is-active{color:#06301f;background:linear-gradient(#7dffc4,#22c98a);font-weight:700;box-shadow:0 4px 14px #2ddc9659}.hud-search{flex:1;min-width:220px;position:relative}.hud-search-field{background:#0f0e28bf;border:1px solid #ffffff1a;border-radius:14px;align-items:center;gap:10px;padding:13px 18px;display:flex;box-shadow:inset 0 1px #ffffff14}.hud-search-field svg{color:#bec8ff80;flex-shrink:0;width:15px;height:15px}.hud-search-field input{color:#fff;min-width:0;font-family:var(--font-ui);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:14px}.hud-search-field input::placeholder{color:#bec8ff73}.hud-search-drop{z-index:30;background:#181542;border:1px solid #ffffff1f;border-radius:16px;max-height:340px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto;box-shadow:0 18px 40px #0000008c}.hud-search-head{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#c8d0ff80;padding:10px 14px 4px;font-size:9px}.hud-search-empty{text-align:center;color:#c8d0ff80;padding:14px;font-size:12px}.search-drop-item{cursor:pointer;text-align:left;width:100%;font-family:var(--font-ui);background:0 0;border:none;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:10px 14px;display:flex}.search-drop-item:last-child{border-bottom:none}.search-drop-item:hover,.search-drop-item.is-highlight{background:#7dffc41f}.search-drop-num{font-family:var(--font-mono);color:#c8d0ff8c;flex-shrink:0;width:36px;font-size:11px}.search-drop-name{color:#fff;font-size:13px;font-weight:700}.hud-body{grid-template-columns:272px 1fr;align-items:start;gap:18px;display:grid}@media (width<=1080px){.hud-body{grid-template-columns:1fr}}.hud-main{flex-direction:column;gap:18px;min-width:0;display:flex}.hud-backbar{cursor:pointer;font-family:var(--font-ui);color:#e1e4ffd1;background:#0c0b2299;border:1px solid #ffffff29;border-radius:999px;align-self:flex-start;align-items:center;gap:6px;padding:9px 16px;font-size:12.5px;font-weight:700;transition:filter .14s;display:inline-flex;box-shadow:inset 0 1px #ffffff1f}.hud-backbar:hover{filter:brightness(1.25)}.hud-rail{background:linear-gradient(180deg, var(--th-panel), #18153ceb);border:1px solid #ffffff29;border-top-color:#ffffff57;border-radius:24px;flex-direction:column;gap:14px;padding:16px;display:flex;position:sticky;top:20px;box-shadow:0 24px 60px #00000080,inset 0 1px #fff3}@media (width<=1080px){.hud-rail{position:static}}.hud-rail-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.hud-rail-title{letter-spacing:.16em;color:#fff;font-size:12px;font-weight:700}.hud-rail-count{font-family:var(--font-mono);color:#c8d0ff80;font-size:11px}.hud-rail-list{flex-direction:column;gap:6px;max-height:calc(100vh - 240px);padding-right:4px;display:flex;overflow-y:auto}.hud-rail-row{cursor:pointer;border:1px solid var(--bd-soft);text-align:left;font-family:var(--font-ui);color:#fff;background:#0e0c2680;border-radius:14px;align-items:center;gap:11px;padding:9px 11px;transition:filter .14s,border-color .14s;display:flex}.hud-rail-row:hover{filter:brightness(1.16)}.hud-rail-row.is-active{background:var(--ok-soft);border-color:var(--ok)}.hud-rail-thumb{border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.hud-rail-thumb img{object-fit:cover;object-position:left center;width:36px;height:36px;image-rendering:pixelated}.hud-rail-col{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hud-rail-num{font-family:var(--font-mono);letter-spacing:.08em;color:#c8d0ff80;font-size:10px}.hud-rail-row.is-active .hud-rail-num{color:var(--ok)}.hud-rail-name{white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:13px;font-weight:700;overflow:hidden}.hud-rail-dots{flex:none;gap:4px;display:flex}.hud-rail-tico{border-radius:50%;flex:none;width:22px;height:22px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff24}.hud-rail-tico .type-icon{object-fit:cover;width:100%;height:100%}.hud-rail-mark{width:12px;color:var(--ok);text-align:center;flex:none;font-size:13px;font-weight:800}.hud-rail-slot{background:#0c0b224d;border:1px dashed #a096ff42;border-radius:12px;align-items:center;gap:10px;padding:6px 10px 6px 6px;display:flex}.hud-rail-slot-thumb{background:#08071a47;border-radius:11px;flex:none;place-items:center;width:46px;height:46px;display:grid;overflow:hidden;box-shadow:inset 0 1px 3px #00000080}.hud-rail-slot-thumb img{object-fit:cover;object-position:left center;width:42px;height:42px;image-rendering:pixelated}.hud-rail-slot-label{font-family:var(--font-mono);letter-spacing:.1em;color:#c8d0ff6b;font-size:9.5px}.hud-rail-slot-name{color:#c8d0ff4d;font-size:12.5px;font-weight:700}.hud-rail-slot-name.is-filled{color:#fff}.hud-rail-foot{background:#0c0b2299;border:1px solid #ffffff1f;border-radius:14px;flex-direction:column;gap:7px;padding:12px 14px;display:flex;box-shadow:inset 0 1px #ffffff1a}.hud-rail-foot-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hud-rail-foot-k{font-family:var(--font-mono);letter-spacing:.14em;color:#c8d0ff80;font-size:9px}.hud-rail-foot-v{font-family:var(--font-mono);font-size:15px;font-weight:700}.hud-rail-foot-v.is-owned{color:#9dffd4}.hud-rail-foot-div{background:#ffffff1a;height:1px}.hud-screen-outer{flex-direction:column;gap:16px;min-width:0;display:flex}.hud-screen{background:linear-gradient(180deg, var(--th-panel), #18153ce6), repeating-linear-gradient(135deg, #ffffff08 0 1px, #fff0 1px 16px);border:1px solid #ffffff29;border-top-color:#ffffff57;border-radius:26px;min-width:0;padding:22px;transition:background .4s;position:relative;box-shadow:0 34px 80px #0009,inset 0 1px #fff3}.hud-screen-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.hud-screen-id{align-items:center;gap:10px;display:flex}.hud-screen-dexnum{font-family:var(--font-mono);color:var(--th-light);letter-spacing:.1em;font-size:13px}.hud-screen-vline{background:#fff3;width:1px;height:16px}.hud-screen-kicker{letter-spacing:.16em;color:#cdd4ff99;font-size:12px;font-weight:600}.hud-tabs{background:#0c0b22a8;border:1px solid #ffffff1f;border-radius:14px;gap:6px;padding:5px;display:flex}.hud-tabs button{cursor:pointer;white-space:nowrap;color:#d7dcffb8;background:0 0;border:none;border-radius:10px;padding:9px 16px;font-size:13px;font-weight:700;transition:all .16s}.hud-tabs button:hover{filter:brightness(1.18)}.hud-tabs button.is-active{color:var(--th-fg);background:var(--th-grad);box-shadow:0 6px 16px var(--th-glow), inset 0 1px 0 #fff6}.hud-screen-grid{grid-template-columns:230px 1fr;align-items:start;gap:18px;display:grid}@media (width<=820px){.hud-screen-grid{grid-template-columns:1fr}}.hud-portrait{flex-direction:column;align-items:center;gap:12px;display:flex;position:sticky;top:20px}@media (width<=820px){.hud-portrait{position:static}}.hud-portrait-frame{grid-template-columns:34px 1fr 34px;align-items:center;width:100%;display:grid;position:relative}.hud-portrait-arrow-slot{place-items:center;min-height:32px;display:grid}.hud-portrait-arrow{cursor:pointer;color:#ebeeffeb;background:#0c0b22b8;border:1px solid #fff3;border-radius:50%;place-items:center;width:32px;height:32px;padding:0;transition:background .16s,border-color .16s,transform .16s,color .16s;display:grid;box-shadow:0 4px 12px #00000059,inset 0 1px #ffffff24}.hud-portrait-arrow svg{fill:none;stroke:currentColor;stroke-width:2.6px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.hud-portrait-arrow:active{transform:scale(.94)}.hud-portrait-arrow:hover{background:var(--th-glow);border-color:var(--th-light);color:#fff;transform:scale(1.08)}.hud-portrait-stage{place-items:center;display:grid;position:relative}.hud-portrait-halo{filter:blur(2px);background:radial-gradient(circle,#ffb25a57,#ff8c3c00 68%);border-radius:50%;width:200px;height:200px;position:absolute}.hud-portrait-img{width:220px;max-width:100%;image-rendering:pixelated;filter:drop-shadow(0 14px 18px #0009);position:relative}.hud-portrait-name{letter-spacing:-.01em;text-align:center;font-size:20px;font-weight:800;line-height:1.1}.hud-portrait-sub{color:#cdd4ff9e;text-align:center;margin-top:3px;font-size:11px}.hud-portrait-dots{align-items:center;gap:6px;display:flex}.hud-portrait-dot{cursor:pointer;background:#ffffff47;border-radius:50%;width:7px;height:7px}.hud-portrait-dot.is-active{background:var(--th-light);box-shadow:0 0 10px var(--th-glow)}.hud-portrait-types{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}.hud-portrait-meta{grid-template-columns:repeat(2,1fr);gap:7px;width:100%;display:grid}.hud-meta-chip{background:#0e0c268c;border:1px solid #ffffff1a;border-radius:12px;padding:8px 10px}.hud-meta-label{letter-spacing:.12em;color:#c8d0ff8c;font-size:9px;font-weight:700}.hud-meta-val{font-family:var(--font-mono);margin-top:2px;font-size:13px;font-weight:700}.hud-type-chip{border:1px solid;border-radius:999px;align-items:center;gap:8px;padding:5px 15px 5px 6px;font-size:14px;font-weight:700;display:inline-flex}.hud-type-chip--sm{padding:4px 13px 4px 5px;font-size:12.5px}.hud-type-chip-ico{border-radius:50%;flex:none;width:24px;height:24px;overflow:hidden}.hud-type-chip-ico .type-icon{object-fit:cover;width:100%;height:100%}.type-icon{object-fit:contain;width:16px;height:16px;display:block}.hud-content{flex-direction:column;gap:14px;min-width:0;animation:.22s anilRise;display:flex}.hud-card1{background:linear-gradient(180deg, var(--th-card1-top), var(--th-card1-bot));border:1px solid #ffffff24;border-top-color:#ffffff57;border-radius:20px;padding:18px;box-shadow:0 18px 40px #0006,inset 0 1px #ffffff29}.hud-card2{background:linear-gradient(180deg, var(--th-card2-top), var(--th-card2-bot));border:1px solid #ffffff1f;border-top-color:#ffffff47;border-radius:20px;padding:16px 18px}.hud-stats-grid{grid-template-columns:1fr 1fr;align-items:start;gap:14px;display:grid}@media (width<=900px){.hud-stats-grid{grid-template-columns:1fr}}.hud-stats-left{padding:18px 18px 16px}.hud-card-head{align-items:center;gap:8px;margin-bottom:14px;display:flex}.hud-card-head-ico{color:#4a2d00;background:linear-gradient(#ffe38a,#f0ad2c);border-radius:7px;place-items:center;width:22px;height:22px;font-size:12px;font-weight:800;display:grid}.hud-card-head-title{letter-spacing:.1em;color:#fff;font-size:13px;font-weight:700}.hud-radar-wrap{place-items:center;min-width:0;margin-bottom:14px;display:grid}.hud-radar-box{background:var(--th-panel);border-radius:14px;width:260px;height:240px;padding:10px;position:relative;box-shadow:inset 0 1px #ffffff1f}.hud-radar-box canvas{width:100%;height:100%;display:block}.hud-stat-rows{flex-direction:column;gap:9px;display:flex}.hud-stat-row{grid-template-columns:20px 84px 46px 1fr;align-items:center;gap:8px;display:grid}.hud-stat-ico{text-align:center;font-size:14px}.hud-stat-label{white-space:nowrap;color:#e8ebffeb;align-items:center;gap:5px;font-size:13px;font-weight:600;display:flex}.hud-stat-label .mark{font-size:9px}.hud-stat-val{font-family:var(--font-mono);text-align:right;color:#fff;font-size:14px;font-weight:700}.hud-stat-track{background:#0a082099;border-radius:6px;height:9px;display:block;overflow:hidden;box-shadow:inset 0 1px 2px #00000080}.hud-stat-fill{border-radius:6px;height:100%;animation:.5s cubic-bezier(.22,1,.36,1) anilGrow;display:block}.hud-stat-total{border-top:1px solid #ffffff24;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:12px;display:flex}.hud-stat-total-k{letter-spacing:.14em;color:#cdd4ffa6;font-size:12px;font-weight:700}.hud-stat-total-v{font-family:var(--font-mono);color:var(--th-light);font-size:22px;font-weight:700}.hud-nature{background:#0c0b228c;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:8px;margin-top:10px;padding:10px 12px;display:flex}.hud-nature-head{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.hud-nature-k{font-family:var(--font-mono);letter-spacing:.14em;color:#c8d0ff80;font-size:9.5px}.hud-nature-name{color:#ffd984;white-space:nowrap;font-size:12.5px;font-weight:800}.hud-nature-pills{flex-wrap:wrap;gap:6px;display:flex}.hud-nature-pill{white-space:nowrap;border-radius:999px;flex:none;padding:4px 9px;font-size:11.5px;font-weight:700}.hud-nature-pill--up{color:#ff8f6b;background:#ff8f6b24;border:1px solid #ff8f6b59}.hud-nature-pill--down{color:#7fb4ff;background:#7fb4ff24;border:1px solid #7fb4ff59}.hud-eviv-block{flex-direction:column;gap:8px;margin-top:14px;display:flex}.hud-eviv-block-head{font-family:var(--font-mono);letter-spacing:.14em;color:#c8d0ff8c;justify-content:space-between;align-items:baseline;font-size:10px;display:flex}.hud-eviv-block-tot{color:#d7dcffd9;font-size:11px}.hud-stats-right{flex-direction:column;gap:14px;display:flex}.hud-comp-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.hud-comp-title{letter-spacing:.1em;font-size:13px;font-weight:700}.hud-comp-badge{font-family:var(--font-mono);letter-spacing:.12em;border:1px solid #ffffff2e;border-radius:999px;padding:4px 9px;font-size:10px}.hud-plan-tabs{background:#0c0b22a8;border:1px solid #ffffff1f;border-radius:12px;gap:5px;margin-bottom:6px;padding:4px;display:flex}.hud-plan-tabs button{text-align:center;cursor:pointer;color:#d7dcffb8;background:0 0;border:none;border-radius:9px;flex:1;padding:8px 10px;font-size:12.5px;font-weight:700;transition:filter .14s}.hud-plan-tabs button:hover{filter:brightness(1.15)}.hud-plan-tabs button.is-active{color:var(--th-fg);background:var(--th-grad);box-shadow:0 4px 12px var(--th-glow),inset 0 1px 0 #fff6}.hud-comp-row{border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}.hud-comp-k{color:#cdd4ffb3;font-size:13px}.hud-comp-vwrap{align-items:baseline;gap:8px;display:flex}.hud-comp-v{text-align:right;font-size:13px;font-weight:700}.hud-comp-n{font-family:var(--font-mono);color:#c8d0ff80;font-size:10px}.hud-moves-head{justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:12px;display:flex}.hud-moves-title{letter-spacing:.1em;font-size:13px;font-weight:700}.hud-moves-hint{font-family:var(--font-mono);letter-spacing:.1em;color:#c8d0ff80;font-size:10px}.hud-moves-list{flex-direction:column;gap:9px;display:flex}.hud-move{background:#0c0b2299;border:1px solid #ffffff1f;border-radius:13px;align-items:stretch;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffff1a}.hud-move-n{width:34px;font-family:var(--font-mono);color:#c8d0ff73;background:#00000038;flex:none;place-items:center;font-size:10px;font-weight:700;display:grid}.hud-move-bar{width:6px;display:block}.hud-move-body{flex-direction:column;flex:1;gap:2px;min-width:0;padding:9px 11px;display:flex}.hud-move-name{font-size:13.5px;font-weight:700}.hud-move-meta{letter-spacing:.07em;color:#c8d0ff99;font-size:10.5px}.hud-move-pot{font-family:var(--font-mono);color:#ffd984;place-items:center;padding:0 12px;font-size:13px;display:grid}.hud-move-pp{width:44px;font-family:var(--font-mono);color:#9dffd4;background:#00000047;place-items:center;font-size:13px;display:grid}.hud-info-list{flex-direction:column;display:flex}.hud-kv{flex-direction:column;align-items:flex-start;gap:8px;padding:13px 2px;display:flex}.hud-kv+.hud-kv{border-top:1px solid #ffffff1a}.hud-kv-k{letter-spacing:.18em;color:#ffd984;font-size:11px;font-weight:700}.hud-kv-v{font-size:16px;font-weight:800}.hud-kv-types{flex-wrap:wrap;gap:8px;display:flex}.hud-item-card{align-items:center;gap:14px;display:flex}.hud-item-body{flex:1}.hud-item-label{letter-spacing:.14em;color:#9dffd4;margin-bottom:4px;font-size:12px;font-weight:700}.hud-item-name{font-size:15px;font-weight:800}.hud-item-num{width:40px;height:40px;font-family:var(--font-mono);color:#c8d0ff8c;background:#00000047;border-radius:12px;flex:none;place-items:center;font-size:10px;display:grid}.hud-evo-title{letter-spacing:.1em;font-size:13px;font-weight:700}.hud-evo-sub{color:#cdd4ff9e;margin:4px 0 14px;font-size:12px}.hud-evo-list{flex-direction:column;gap:10px;display:flex}.hud-evo-row{cursor:pointer;text-align:left;font-family:var(--font-ui);color:#fff;background:#0e0c2680;border:1px solid #ffffff1a;border-radius:16px;align-items:center;gap:12px;padding:10px 12px;transition:filter .14s;display:flex;box-shadow:inset 0 1px #ffffff1a}.hud-evo-row:hover{filter:brightness(1.15)}.hud-evo-row.is-current{background:linear-gradient(90deg, var(--th-glow), #0e0c2699);border-color:var(--th-light)}.hud-evo-img{object-fit:contain;width:56px;height:56px;image-rendering:pixelated;background:radial-gradient(circle,#ffffff24,#fff0 70%);border-radius:50%}.hud-evo-body{flex-direction:column;flex:1;gap:2px;display:flex}.hud-evo-name{font-size:14px;font-weight:700}.hud-evo-types{color:#cdd4ffad;font-size:11px}.hud-evo-cond{color:#9dffd4;font-size:11px}.hud-evo-row.is-current .hud-evo-cond{color:var(--th-light)}.hud-evo-tag{font-family:var(--font-mono);color:#cdd4ffb3;letter-spacing:.08em;background:#00000059;border-radius:999px;padding:4px 8px;font-size:11px}.hud-evo-row.is-current .hud-evo-tag{color:var(--th-light)}.hud-forms-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}@media (width<=560px){.hud-forms-grid{grid-template-columns:1fr}}.hud-form-card{text-align:center;cursor:pointer;font-family:var(--font-ui);color:#fff;background:#0e0c2680;border:1px solid #ffffff1f;border-radius:16px;padding:12px;transition:filter .14s}.hud-form-card:hover{filter:brightness(1.15)}.hud-form-card.is-current{background:linear-gradient(#966eff47,#0e0c2699);border-color:#be96ff80}.hud-form-img{object-fit:contain;width:84px;height:84px;image-rendering:pixelated}.hud-form-name{margin-top:4px;font-size:13px;font-weight:700}.hud-form-types{color:#cdd4ffa8;font-size:11px}.hud-form-cond{color:#d3b6ff;margin-top:6px;font-size:10.5px}.hud-form-empty{color:#c8d0ff80;font-size:12px}.hud-compare-bar{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.hud-compare-label{letter-spacing:.14em;color:#9dffd4;font-size:12px;font-weight:700}.hud-compare-btn{color:var(--th-fg);background:var(--th-grad);box-shadow:0 6px 16px var(--th-glow);cursor:pointer;border:none;border-radius:999px;padding:9px 16px;font-size:12.5px;font-weight:700}.hud-compare-list{flex-direction:column;gap:14px;margin-top:14px;display:flex}.hud-compare-mon-head{align-items:baseline;gap:10px;margin-bottom:6px;display:flex}.hud-compare-mon-name{font-size:13px;font-weight:700}.hud-compare-mon-total{font-family:var(--font-mono);color:#c8d0ff99;font-size:11px}.hud-compare-row{grid-template-columns:64px 40px 1fr;align-items:center;gap:8px;margin-bottom:5px;display:grid}.hud-compare-row .lbl{color:#cdd4ffb3;font-size:11px}.hud-compare-row .val{font-family:var(--font-mono);text-align:right;font-size:12px}.hud-compare-track{background:#0a082099;border-radius:6px;height:7px;overflow:hidden}.hud-compare-fill{border-radius:6px;height:100%;display:block}.hud-console{align-items:center;gap:12px;display:flex}.hud-console-side{cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;transition:filter .14s;display:flex}.hud-console-side:hover{filter:brightness(1.2)}.hud-console-side.is-disabled{visibility:hidden;pointer-events:none}.hud-console-side-box{background:linear-gradient(180deg, var(--th-card1-top), var(--th-card1-bot));border:1px solid #ffffff24;border-radius:16px;place-items:center;width:62px;height:62px;display:grid;box-shadow:inset 0 1px #ffffff2e}.hud-console-side-box img{object-fit:contain;width:54px;height:54px;image-rendering:pixelated}.hud-console-chev{color:#e6eaffd9;font-size:26px;font-weight:300;line-height:1}.hud-console-center{border:1px solid #ffffff29;border-top-color:#ffffff52;border-radius:14px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:inset 0 1px #fff3,0 10px 26px #00000059}.hud-console-r1{background:linear-gradient(180deg, var(--th-card1-top), var(--th-card1-bot));justify-content:center;align-items:center;gap:12px;padding:8px 18px;display:flex}.hud-console-ball{object-fit:contain;flex:none;width:22px;height:22px}.hud-console-species{font-size:16px;font-weight:700}.hud-console-gender{color:#d8ecff;background:#145ac8d9;border-radius:50%;place-items:center;width:20px;height:20px;font-size:12px;display:grid}.hud-console-star{color:#ffd984;font-size:14px}.hud-console-r2{background:linear-gradient(180deg, var(--th-card2-top), var(--th-card2-bot));align-items:center;gap:18px;padding:10px 18px;display:flex}.hud-console-num{font-family:var(--font-mono);color:#d2daffcc;font-size:13px}.hud-console-form{font-size:15px;font-weight:700}.hud-console-sp{flex:1}.hud-console-types{align-items:center;gap:7px;display:flex}.hud-console-typebox{border-radius:50%;width:22px;height:22px;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59}.hud-console-typebox .type-icon{object-fit:cover;width:100%;height:100%}.hud-foot-note{text-align:center;color:#bec8ff6b;font-size:11.5px}.hud-status{text-align:center;color:#cdd4ffa6;max-width:640px;margin:40px auto;padding:40px 20px;font-size:13px;line-height:1.7}.hud-status.is-error{color:#ff8a7a}.hud-save-outer{justify-content:center;padding:22px 0 10px;display:flex}.hud-save-panel{background:linear-gradient(#564abe80,#18153ceb),repeating-linear-gradient(135deg,#ffffff08 0 1px,#fff0 1px 16px);border:1px solid #ffffff29;border-top-color:#ffffff57;border-radius:30px;width:100%;max-width:1040px;padding:18px;box-shadow:0 34px 80px #0009,inset 0 1px #fff3}.hud-save-grid{grid-template-columns:320px minmax(0,1fr);align-items:stretch;gap:18px;display:grid}@media (width<=860px){.hud-save-grid{grid-template-columns:1fr}}.hud-save-left{background:linear-gradient(180deg, var(--th-card1-top), var(--th-card1-bot));border:1px solid #ffffff24;border-top-color:#ffffff57;border-radius:22px;flex-direction:column;gap:20px;padding:22px 20px;display:flex;box-shadow:inset 0 1px #ffffff29}.hud-save-avatar-row{align-items:center;gap:14px;display:flex}.hud-save-ball{object-fit:contain;filter:drop-shadow(0 10px 26px #00000080);width:74px;height:74px}.hud-save-dots{flex-direction:column;gap:9px;display:flex}.hud-save-dots i{border-radius:50%;width:17px;height:17px;display:block}.hud-save-dots i:first-child{background:linear-gradient(#ff8f8f,#d63a3a);box-shadow:0 0 12px #e6464699,inset 0 1px #ffffff80}.hud-save-dots i:nth-child(2){background:linear-gradient(#ffe58f,#e0a92a);box-shadow:0 0 12px #e6b43280,inset 0 1px #ffffff80}.hud-save-dots i:nth-child(3){background:linear-gradient(#7dffc4,#22c98a);box-shadow:0 0 14px #2ddc9699,inset 0 1px #ffffff80}.hud-save-state-box{background:#0c0b2299;border:1px solid #ffffff1f;border-radius:16px;padding:14px 16px;box-shadow:inset 0 1px #ffffff1a}.hud-save-state-k{font-family:var(--font-mono);letter-spacing:.16em;color:#c8d0ff80;font-size:10px}.hud-save-state-v{color:#9dffd4;margin-top:4px;font-size:15px;font-weight:800}.hud-save-state-hint{color:#cdd4ff99;margin-top:6px;font-size:11.5px;line-height:1.55}.hud-save-rows{flex-direction:column;gap:9px;display:flex}.hud-save-row{background:#0e0c268c;border:1px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 13px;display:flex;box-shadow:inset 0 1px #ffffff1a}.hud-save-row-k{font-family:var(--font-mono);letter-spacing:.14em;color:#c8d0ff80;font-size:9.5px}.hud-save-row-v{font-family:var(--font-mono);font-size:13px;font-weight:700}.hud-save-row-v.is-ok{color:#9dffd4}.hud-save-progress{flex-direction:column;gap:5px;margin-top:auto;display:flex}.hud-save-progress i{background:#ffffff17;border-radius:4px;height:5px;display:block}.hud-save-right{background:linear-gradient(180deg, var(--th-card2-top), var(--th-card2-bot));border:1px solid #ffffff1f;border-top-color:#ffffff47;border-radius:22px;flex-direction:column;min-width:0;padding:26px 28px 28px;display:flex;box-shadow:inset 0 1px #ffffff1f}.hud-save-rhead{align-items:center;gap:10px;margin-bottom:14px;display:flex}.hud-save-rhead-a{font-family:var(--font-mono);color:#9dffd4;letter-spacing:.14em;font-size:12px}.hud-save-rhead-div{background:#fff3;width:1px;height:14px}.hud-save-rhead-b{letter-spacing:.16em;color:#cdd4ff99;font-size:12px;font-weight:600}.hud-save-slots{align-items:center;gap:6px;margin-bottom:18px;padding:2px;display:flex;overflow-x:auto}.hud-save-slot{white-space:nowrap;background:#0c0b2257;border:1px dashed #a096ff47;border-radius:999px;flex:none;align-items:center;gap:8px;padding:7px 13px 7px 9px;display:flex}.hud-save-slot.is-filled{background:#22c98a1f;border-style:solid;border-color:#7dffc459}.hud-save-slot i{background:#ffffff1a;border-radius:50%;width:9px;height:9px;display:block}.hud-save-slot.is-filled i{background:#9dffd4}.hud-save-slot-num{font-family:var(--font-mono);color:#c8d0ff6b;font-size:11px}.hud-save-slot-name{color:#c8d0ff52;font-size:12.5px;font-weight:700}.hud-save-slot.is-filled .hud-save-slot-name{color:#fff}.hud-save-heading{letter-spacing:-.01em;text-shadow:0 4px 18px #00000073;font-size:30px;font-weight:800;line-height:1.15}.hud-save-text{color:#d2d8ffb8;margin-top:10px;font-size:13.5px;line-height:1.7}.hud-save-text--tight{margin-top:2px}.hud-save-path{font-family:var(--font-mono);color:#9dffd4;background:#0c0b22a8;border:1px solid #ffffff1f;border-radius:7px;padding:3px 8px;font-size:12.5px}.hud-drop{text-align:center;background:linear-gradient(#3c368c66,#141234b3);border:2px dashed #a096ff66;border-radius:20px;margin-top:22px;padding:34px 24px 30px;transition:border-color .16s,background .16s;box-shadow:inset 0 1px #ffffff1a}.hud-drop.is-dragging{background:linear-gradient(#2ddc9629,#141234b3);border-color:#7dffc4b3}.hud-drop-icon{color:#06301f;background:linear-gradient(#7dffc4,#22c98a);border-radius:16px;place-items:center;width:56px;height:56px;margin:0 auto;display:grid;box-shadow:0 10px 26px #2ddc9659,inset 0 -2px #0003}.hud-drop-text{color:#d7dcffd1;margin-top:16px;font-size:14px}.hud-drop-text b{color:#fff;font-weight:800}.hud-drop-btn{cursor:pointer;color:#06301f;background:linear-gradient(#7dffc4,#22c98a);border-radius:999px;margin-top:18px;padding:13px 26px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 10px 26px #2ddc9659,inset 0 1px #ffffff73}.hud-drop-input{display:none}.hud-save-status{color:#cdd4ffa6;text-align:center;margin-top:14px;font-size:12.5px}.hud-save-status.is-error{color:#ff8a7a}.hud-save-nav{align-items:center;gap:12px;margin-top:20px;display:flex}.hud-save-nav-btn{color:#e1e4ff80;background:#0c0b2299;border:1px solid #ffffff24;border-radius:12px;place-items:center;width:42px;height:42px;font-size:18px;display:grid}.hud-save-nav-center{background:linear-gradient(180deg, var(--th-card1-top), var(--th-card1-bot));border:1px solid #ffffff29;border-top-color:#ffffff52;border-radius:14px;flex:1;align-items:center;gap:14px;padding:12px 18px;display:flex;box-shadow:inset 0 1px #fff3}.hud-save-nav-ball{object-fit:contain;flex:none;width:22px;height:22px}.hud-save-slot-ball{object-fit:contain;flex:none;width:16px;height:16px}.hud-save-slot-sprite{object-fit:contain;width:24px;height:24px;image-rendering:pixelated;flex:none}.hud-rail-slot-ball{object-fit:contain;flex:none;width:18px;height:18px;margin-left:auto}.hud-save-nav-text{color:#e6eaffb3;font-size:14px;font-weight:700}.hud-save-nav-sp{flex:1}.hud-save-nav-count{font-family:var(--font-mono);color:#d2daffa6;font-size:13px}.hud-sd-left{text-align:center;align-items:center;gap:16px}.hud-sd-ballrow{justify-content:space-between;align-items:center;width:100%;display:flex}.hud-sd-ball{object-fit:contain;flex:none;width:26px;height:26px}.hud-sd-num{font-family:var(--font-mono);letter-spacing:.1em;color:var(--th-light);font-size:12px}.hud-sd-stage{place-items:center;padding:6px 0;display:grid}.hud-sd-sprite{width:150px;max-width:100%;image-rendering:pixelated;filter:drop-shadow(0 12px 16px #0000008c)}.hud-sd-name{font-size:20px;font-weight:800;line-height:1.1}.hud-sd-genus{color:#cdd4ff9e;margin-top:3px;font-size:11px}.hud-sd-types{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.hud-sd-right{gap:14px}.hud-sd-tabs{flex-wrap:wrap;align-self:flex-start}.hud-sd-content{flex-direction:column;gap:14px;min-width:0;animation:.22s anilRise;display:flex}.hud-sd-content .hud-stats-grid{grid-template-columns:1fr}:where(.mp-screen,.mp-sidebar) :focus-visible{box-shadow:var(--focus-ring);outline:none}.mp-screen{gap:var(--sp-5);flex-direction:column;min-width:0;animation:.22s anilRise;display:flex}.mp-crumbs{align-items:center;gap:var(--sp-2);color:#cdd4ff99;flex-wrap:wrap;font-size:13px;display:flex}.mp-crumb-ico{color:#cdd4ff8c;flex:none;width:18px;height:18px}.mp-crumb-ico svg{width:100%;height:100%}.mp-crumb-sep{color:#cdd4ff59}.mp-crumb-cur{color:#fff;font-weight:600}.mp-badge{border-radius:var(--rad-pill);color:var(--ok);background:var(--ok-soft);border:1px solid #7dffc44d;align-items:center;gap:6px;margin-left:auto;padding:6px 12px;font-size:11.5px;font-weight:700;display:inline-flex}.mp-badge svg{width:14px;height:14px}.mp-import-grid{gap:var(--sp-4);grid-template-columns:340px minmax(0,1fr);align-items:stretch;display:grid}@media (width<=960px){.mp-import-grid{grid-template-columns:1fr}}.mp-loaded{align-items:center;gap:var(--sp-3);padding:var(--sp-4) var(--sp-5);border-radius:var(--rad-lg);background:linear-gradient(150deg,#2ddc961a,#14123499);border:1px solid #7dffc43d;display:flex}.mp-loaded-check{width:34px;height:34px;color:var(--ok-ink);background:linear-gradient(180deg,var(--ok),var(--ok-strong));border-radius:50%;flex:none;place-items:center;display:grid}.mp-loaded-check svg{width:18px;height:18px}.mp-loaded-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mp-loaded-title{font-size:14px;font-weight:800}.mp-loaded-sub{color:#d2d8ffad;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.mp-loaded-btn{border-radius:var(--rad-pill);cursor:pointer;color:#d7dcffd1;border:1px solid var(--bd-soft);background:#0c0b2280;flex:none;align-items:center;padding:9px 16px;font-size:12.5px;font-weight:700;transition:filter .14s;display:inline-flex}.mp-loaded-btn:hover{filter:brightness(1.2)}.mp-reader{gap:var(--sp-2);padding:var(--sp-6) var(--sp-5);border-radius:var(--rad-lg);border:1px solid var(--bd-soft);border-top-color:var(--bd-soft-top);background:linear-gradient(158deg,#494083 0%,#202b49 100%);flex-direction:column;display:flex}.mp-reader-ico{border-radius:var(--rad-md);width:52px;height:52px;margin-bottom:var(--sp-3);color:#cdbcff;background:#0c0b2266;border:1px solid #ffffff1f;place-items:center;display:grid}.mp-reader-ico svg{width:24px;height:24px}.mp-reader-k{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:#cdd4ff80;margin:0;font-size:10px}.mp-reader-state{color:var(--ok);margin:2px 0 0;font-size:22px;font-weight:800}.mp-reader.is-error .mp-reader-state{color:var(--danger)}.mp-reader-hint{margin:0 0 var(--sp-3);color:#d2d8ffad;font-size:12.5px;line-height:1.6}.mp-reader-rows{gap:var(--sp-2);flex-direction:column;margin:auto 0 0;display:flex}.mp-reader-row{justify-content:space-between;align-items:center;gap:var(--sp-3);border-radius:var(--rad-sm);border:1px solid var(--bd-soft);background:#0c0b226b;padding:10px 13px;display:flex}.mp-reader-row dt{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#c8d0ff80;font-size:9.5px}.mp-reader-row dd{font-family:var(--font-mono);color:#fff;margin:0;font-size:12.5px;font-weight:700}.mp-reader-row dd.is-ok{color:var(--ok)}.mp-drop{text-align:center;justify-content:center;align-items:center;gap:var(--sp-3);padding:var(--sp-6);cursor:pointer;border-radius:var(--rad-lg);background:linear-gradient(150deg,#24204a 0%,#12192b 100%);border:1.5px dashed #a096ff66;flex-direction:column;min-height:340px;transition:border-color .16s,background .16s;display:flex}.mp-drop.is-dragover{border-color:var(--ok);background:linear-gradient(150deg,#2ddc9624,#12192b)}.mp-drop.is-success{border-style:solid;border-color:#7dffc480}.mp-drop.is-error{border-color:#ff8a7a8c}.mp-drop.is-loading{cursor:progress}.mp-drop-ico{border-radius:var(--rad-md);width:64px;height:64px;color:var(--ok-ink);background:linear-gradient(180deg,var(--ok),var(--ok-strong));place-items:center;display:grid;box-shadow:0 8px 20px #2ddc9647}.mp-drop-ico svg{width:26px;height:26px}.mp-drop-spinner{border:3px solid #06301f59;border-top-color:var(--ok-ink);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite mpSpin}@keyframes mpSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.mp-drop-spinner{animation-duration:2.4s}}.mp-drop-title{margin:var(--sp-2) 0 0;letter-spacing:-.01em;font-size:26px;font-weight:800}.mp-drop-text{color:#d2d8ffb3;max-width:44ch;margin:0;font-size:13.5px;line-height:1.7}.mp-drop-btn{margin-top:var(--sp-2);border-radius:var(--rad-pill);cursor:pointer;color:var(--ok-ink);background:linear-gradient(180deg,var(--ok),var(--ok-strong));border:none;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:800;transition:filter .14s,transform .14s;display:inline-flex;box-shadow:0 8px 20px #2ddc964d}.mp-drop-btn:hover{filter:brightness(1.05)}.mp-drop-btn:active{transform:translateY(1px)}.mp-drop-btn svg{width:16px;height:16px}.mp-drop-path{margin:var(--sp-1) 0 0;font-family:var(--font-mono);color:#c8d0ff73;font-size:11.5px}.mp-drop-input{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.mp-drop-status{margin:var(--sp-2) 0 0;color:#cdd4ffa6;font-size:12.5px}.mp-drop-status.is-error{color:var(--danger)}.mp-preview{padding:var(--sp-4) var(--sp-5) var(--sp-5);border-radius:var(--rad-lg);border:1px solid var(--bd-soft);border-top-color:var(--bd-soft-top);background:linear-gradient(150deg,#1c2740 0%,#141c30 100%)}.mp-preview-head{justify-content:space-between;align-items:baseline;gap:var(--sp-3);margin-bottom:var(--sp-3);display:flex}.mp-preview-head h2{letter-spacing:.16em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.mp-preview-count{font-family:var(--font-mono);letter-spacing:.12em;color:#c8d0ff80;font-size:10px}.mp-preview-grid{gap:var(--sp-3);grid-template-columns:repeat(6,1fr);display:grid}@media (width<=1080px){.mp-preview-grid{grid-template-columns:repeat(3,1fr)}}@media (width<=560px){.mp-preview-grid{grid-template-columns:repeat(2,1fr)}}.mp-slot{align-items:center;gap:var(--sp-3);text-align:left;border-radius:var(--rad-md);border:1px solid var(--bd-soft);color:#fff;width:100%;font-family:var(--font-ui);background:#0c0b225c;transition:filter .14s,border-color .14s;display:flex}button.mp-slot{cursor:pointer}button.mp-slot:hover{filter:brightness(1.15)}.mp-slot.is-filled{background:#22c98a1a;border-color:#7dffc447}.mp-slot.is-active{border-color:var(--ok);background:var(--ok-soft)}.mp-slot--sidebar{padding:10px 12px}.mp-slot--preview{text-align:center;align-items:center;gap:var(--sp-2);padding:var(--sp-4) var(--sp-2);flex-direction:column}.mp-slot-thumb{border-radius:var(--rad-sm);flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.mp-slot--preview .mp-slot-thumb{width:52px;height:52px}.mp-slot-thumb img{object-fit:cover;object-position:left center;width:100%;height:100%;image-rendering:pixelated}.mp-slot-ring{border:2px dashed #a096ff73;border-radius:50%;width:20px;height:20px}.mp-slot-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.mp-slot-body--preview{flex:none;align-items:center}.mp-slot-kicker{font-family:var(--font-mono);letter-spacing:.12em;color:#c8d0ff80;font-size:9.5px}.mp-slot.is-filled .mp-slot-kicker,.mp-slot.is-active .mp-slot-kicker{color:var(--ok)}.mp-slot-name{white-space:nowrap;text-overflow:ellipsis;color:#fff;max-width:100%;font-size:12.5px;font-weight:700;overflow:hidden}.mp-slot:not(.is-filled) .mp-slot-name{color:#c8d0ff73}.mp-slot-meta{font-family:var(--font-mono);color:#c8d0ff8c;font-size:10px}.mp-slot-types{gap:5px;margin-top:2px;display:flex}.mp-slot-type{border-radius:50%;flex:none;width:20px;height:20px;overflow:hidden}.mp-slot-type .type-icon{object-fit:cover;width:100%;height:100%}.mp-slot-mark{color:var(--ok);flex:none;margin-left:auto;font-weight:800}.mp-sidebar{background:linear-gradient(#1e362a8c,#12192beb)}.mp-sidebar-count{font-family:var(--font-mono);color:var(--ok);font-size:12px;font-weight:700}.mp-sidebar-list{gap:var(--sp-2);flex-direction:column;display:flex}.mp-sidebar-foot{gap:var(--sp-2);padding:var(--sp-3);border-radius:var(--rad-md);border:1px solid var(--bd-soft);background:#0c0b2280;flex-direction:column;margin:0;display:flex}.mp-sidebar-foot-row{justify-content:space-between;align-items:baseline;gap:var(--sp-3);display:flex}.mp-sidebar-foot-row dt{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:#c8d0ff80;font-size:9px}.mp-sidebar-foot-row dd{font-family:var(--font-mono);color:#fff;margin:0;font-size:12px;font-weight:700}.mp-sidebar-foot-row dd.is-off{color:var(--danger)}.mp-roster{gap:var(--sp-3)}.mp-roster-total{font-family:var(--font-mono);color:#c8d0ff80;font-size:11px}.mp-boxfilter{gap:var(--sp-2);display:flex}.mp-boxfilter-all,.mp-boxfilter-box{border-radius:var(--rad-sm);font-family:var(--font-ui);color:#d7dcffbf;border:1px solid var(--bd-soft);cursor:pointer;background:#0c0b2280;align-items:center;gap:6px;padding:8px 12px;font-size:12px;font-weight:700;transition:filter .14s,border-color .14s;display:inline-flex}.mp-boxfilter-all svg,.mp-boxfilter-box svg{flex:none;width:14px;height:14px}.mp-boxfilter-all:hover,.mp-boxfilter-box:hover{filter:brightness(1.15)}.mp-boxfilter-all.is-active,.mp-boxfilter-box.is-active{color:var(--ok);background:var(--ok-soft);border-color:#7dffc466}.mp-boxfilter-box{flex:1;min-width:0}.mp-boxfilter-value{text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.mp-boxfilter-chev{color:#c8d0ff8c;display:inline-flex}.mp-boxfilter-chev svg{width:13px;height:13px}.mp-select-content{z-index:60;min-width:var(--reka-select-trigger-width);border-radius:var(--rad-md);background:#181542;border:1px solid #ffffff24;overflow:hidden;box-shadow:0 18px 40px #0000008c}.mp-select-viewport{max-height:280px;padding:5px;overflow-y:auto}.mp-select-item{border-radius:var(--rad-sm);color:#d7dcffcc;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;padding:9px 12px 9px 8px;font-size:12.5px;font-weight:700;display:flex}.mp-select-item[data-highlighted]{background:var(--ok-soft);color:var(--ok);outline:none}.mp-select-item[data-state=checked]{color:var(--ok)}.mp-select-check{width:14px;height:14px;color:var(--ok);flex:none;display:inline-flex}.mp-select-check svg{width:100%;height:100%}.mp-roster-list{gap:var(--sp-1);flex-direction:column;max-height:calc(100vh - 240px);padding-right:4px;display:flex;overflow-y:auto}.mp-roster-row{border-radius:var(--rad-sm);cursor:pointer;text-align:left;font-family:var(--font-ui);color:#fff;background:#0e0c2680;border:1px solid #ffffff14;align-items:center;gap:10px;padding:8px 10px;transition:filter .14s,border-color .14s;display:flex}.mp-roster-row:hover{filter:brightness(1.15)}.mp-roster-row.is-active{border-color:var(--ok);background:var(--ok-soft)}.mp-roster-thumb{border-radius:9px;flex:none;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.mp-roster-thumb img{object-fit:cover;object-position:left center;width:36px;height:36px;image-rendering:pixelated}.mp-roster-col{flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}.mp-roster-num{font-family:var(--font-mono);letter-spacing:.08em;color:#c8d0ff80;font-size:9.5px}.mp-roster-row.is-active .mp-roster-num{color:var(--ok)}.mp-roster-name{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:700;overflow:hidden}.mp-roster-dots{flex:none;gap:3px;display:flex}.mp-roster-dot{border-radius:50%;width:7px;height:7px}.mp-roster-mark{color:var(--ok);flex:none;font-weight:800}.mp-roster-empty{color:#c8d0ff80;text-align:center;padding:16px 8px;font-size:12px}.sheet{gap:var(--sp-4);flex-direction:column;min-width:0;animation:.22s anilRise;display:flex}.sheet :focus-visible{box-shadow:var(--focus-ring);outline:none}.sheet-topbar{justify-content:space-between;align-items:center;gap:var(--sp-3);flex-wrap:wrap;display:flex}.sheet-back{border-radius:var(--rad-sm);cursor:pointer;font-family:var(--font-ui);color:#cdd4ff99;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:13px;display:inline-flex}.sheet-back:hover{color:#fff}.sheet-back svg{flex:none;width:16px;height:16px}.sheet-crumb{align-items:center;gap:8px;display:inline-flex}.sheet-crumb-sep{color:#cdd4ff4d}.sheet-crumb-cur{color:#fff;font-weight:700}.sheet-actions{gap:var(--sp-2);display:flex}.sheet-action{border-radius:var(--rad-sm);cursor:pointer;font-family:var(--font-ui);color:#d7dcffcc;border:1px solid var(--bd-soft);background:#0c0b2280;align-items:center;gap:7px;padding:8px 14px;font-size:12.5px;font-weight:700;transition:filter .14s,border-color .14s;display:inline-flex}.sheet-action:hover{filter:brightness(1.15)}.sheet-action svg{width:15px;height:15px}.sheet-action.is-on{color:var(--ok);background:var(--ok-soft);border-color:#7dffc466}.sheet-grid{gap:var(--sp-4);flex-direction:column;display:flex}.sheet-row-top{gap:var(--sp-4);grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:stretch;display:grid}.sheet-row-lower{gap:var(--sp-4);grid-template-columns:minmax(0,1fr) minmax(0,1.35fr) minmax(0,1fr);align-items:start;display:grid}.sheet--save .sheet-row-lower{grid-template-columns:minmax(0,1.5fr) minmax(0,1fr)}.sheet-col-side{gap:var(--sp-4);flex-direction:column;min-width:0;display:flex}@media (width<=1100px){.sheet-row-top,.sheet-row-lower,.sheet--save .sheet-row-lower{grid-template-columns:1fr}}.sheet-nav{gap:var(--sp-3);display:flex}.sheet-nav-btn{border-radius:var(--rad-md);cursor:pointer;font-family:var(--font-ui);color:#d7dcffd1;border:1px solid var(--bd-soft);background:#0c0b2280;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:13px;font-weight:700;transition:filter .14s;display:inline-flex}.sheet-nav-btn:hover:not(:disabled){filter:brightness(1.2)}.sheet-nav-btn:disabled{opacity:.35;cursor:not-allowed}.sheet-nav-btn svg{width:15px;height:15px}.sheet-summary,.sheet-comp,.sheet-info,.sheet-stats,.sheet-moves,.sheet-mega{border-radius:var(--rad-lg);padding:var(--sp-5);border:1px solid var(--bd-soft);border-top-color:var(--bd-soft-top);background:linear-gradient(160deg,var(--th-card2-top),var(--th-card2-bot))}.sheet-info h2,.sheet-stats h2,.sheet-moves h2,.sheet-mega h2,.sheet-comp h2{letter-spacing:.14em;text-transform:uppercase;color:#d7dcffbf;margin:0;font-size:12px;font-weight:800}.sheet-summary{gap:var(--sp-4);background:linear-gradient(160deg,var(--th-card1-top),var(--th-card1-bot));flex-direction:column;justify-content:center;display:flex}.sheet-summary-stage{padding:var(--sp-5) 0;place-items:center;display:grid;position:relative}.sheet-summary-halo{filter:blur(6px);background:radial-gradient(circle,var(--th-glow),transparent 70%);border-radius:50%;width:280px;max-width:92%;height:280px;position:absolute}.sheet-summary-sprite{object-fit:cover;object-position:left center;width:230px;max-width:82%;height:230px;image-rendering:pixelated;filter:drop-shadow(0 14px 22px #00000080);position:relative}.sheet-summary-kicker{font-family:var(--font-mono);letter-spacing:.16em;color:#cdd4ff8c;margin:0;font-size:10px}.sheet-summary-name{letter-spacing:-.01em;margin:4px 0 10px;font-size:30px;font-weight:800;line-height:1.1}.sheet-summary-types{flex-wrap:wrap;gap:8px;display:flex}.sheet-comp{gap:var(--sp-3);flex-direction:column;display:flex}.sheet-comp-head{justify-content:space-between;align-items:center;gap:var(--sp-3);display:flex}.sheet-comp-badge{border-radius:var(--rad-pill);font-family:var(--font-mono);letter-spacing:.12em;align-items:center;gap:6px;padding:5px 11px;font-size:10px;font-weight:700;display:inline-flex}.sheet-comp-badge .sheet-comp-dot{background:currentColor;border-radius:50%;width:7px;height:7px}.sheet-comp-badge.is-opt{color:var(--ok);background:var(--ok-soft)}.sheet-comp-badge.is-via{color:#ffd984;background:#ffd98424}.sheet-plan{border-radius:var(--rad-md);border:1px solid var(--bd-soft);background:#0c0b2299;gap:5px;padding:4px;display:flex}.sheet-plan-item{border-radius:var(--rad-sm);cursor:pointer;font-family:var(--font-ui);color:#d7dcffb3;background:0 0;border:none;flex:1;padding:9px 10px;font-size:12.5px;font-weight:700;transition:filter .14s}.sheet-plan-item:hover{filter:brightness(1.15)}.sheet-plan-item[data-state=on]{color:var(--ok-ink);background:linear-gradient(180deg,var(--ok),var(--ok-strong))}.sheet-quick{gap:var(--sp-2);grid-template-columns:repeat(4,1fr);display:grid}@media (width<=560px){.sheet-quick{grid-template-columns:repeat(2,1fr)}}.sheet-quick-box{border-radius:var(--rad-sm);border:1px solid var(--bd-soft);background:#0c0b226b;flex-direction:column;gap:2px;padding:12px;display:flex}.sheet-quick-val{font-family:var(--font-mono);font-size:20px;font-weight:700}.sheet-quick-k{color:#d7dcffbf;font-size:11px;font-weight:700}.sheet-quick-grade{color:#c8d0ff80;font-size:10px}.sheet-comp-info{flex-direction:column;margin:0;display:flex}.sheet-comp-info-row{justify-content:space-between;align-items:baseline;gap:var(--sp-3);padding:11px 0;display:flex}.sheet-comp-info-row+.sheet-comp-info-row{border-top:1px solid var(--bd-soft)}.sheet-comp-info-row dt{letter-spacing:.06em;color:#cdd4ff8c;font-size:11px}.sheet-comp-info-row dd{text-align:right;margin:0;font-size:13.5px;font-weight:700}.sheet-info-list{flex-direction:column;margin:12px 0 0;display:flex}.sheet-info-row{flex-direction:column;gap:5px;padding:11px 0;display:flex}.sheet-info-row+.sheet-info-row{border-top:1px solid var(--bd-soft)}.sheet-info-row dt{letter-spacing:.14em;text-transform:uppercase;color:#cdd4ff80;font-size:10.5px}.sheet-info-row dd{margin:0;font-size:14px;font-weight:700}.sheet-info-ability+.sheet-info-ability:before{content:" · ";color:#cdd4ff66}.sheet-info-hidden{color:#cdd4ff80;font-size:11px;font-weight:400}.sheet-stats{gap:var(--sp-3);flex-direction:column;display:flex}.sheet-stats-head{justify-content:space-between;align-items:center;gap:var(--sp-3);flex-wrap:wrap;display:flex}.sheet-seg{border-radius:var(--rad-sm);border:1px solid var(--bd-soft);background:#0c0b2299;gap:4px;padding:4px;display:flex}.sheet-seg-item{cursor:pointer;font-family:var(--font-ui);color:#d7dcffa6;background:0 0;border:none;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:700;transition:filter .14s}.sheet-seg-item:hover{filter:brightness(1.15)}.sheet-seg-item[data-state=active]{color:#fff;background:#ffffff1a}.sheet-stats-panel{margin-top:4px}.sheet-moves{gap:var(--sp-3);flex-direction:column;display:flex}.sheet-moves-head{justify-content:space-between;align-items:baseline;gap:var(--sp-3);display:flex}.sheet-moves-cols{font-family:var(--font-mono);letter-spacing:.14em;color:#c8d0ff73;font-size:9px}.sheet-moves-empty{color:#c8d0ff80;margin:0;font-size:12px}.sheet-moves-list{gap:var(--sp-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.sheet-move{border-radius:var(--rad-md);border:1px solid var(--bd-soft);background:#0c0b226b;align-items:center;gap:12px;padding:12px 14px;display:flex}.sheet-move-bar{border-radius:3px;flex:none;align-self:stretch;width:3px}.sheet-move-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.sheet-move-name{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.sheet-move-meta{color:#cdd4ff99;font-size:10.5px}.sheet-move-nums{font-family:var(--font-mono);flex:none;align-items:baseline;gap:12px;font-size:12px;display:flex}.sheet-move-pot{color:#ffd984}.sheet-move-acc{color:#c8d0ff99}.sheet-move-pp{color:var(--ok)}.sheet-mega{gap:var(--sp-3);flex-direction:column;display:flex}.sheet-mega-head{justify-content:space-between;align-items:baseline;gap:var(--sp-3);display:flex}.sheet-mega-head span{font-family:var(--font-mono);letter-spacing:.12em;color:#c8d0ff73;font-size:9px}.sheet-mega-grid{gap:var(--sp-2);grid-template-columns:1fr 1fr;display:grid}@media (width<=520px){.sheet-mega-grid{grid-template-columns:1fr}}.sheet-mega-card{border-radius:var(--rad-md);cursor:pointer;text-align:center;font-family:var(--font-ui);color:#fff;border:1px solid var(--bd-soft);background:#0c0b226b;flex-direction:column;align-items:center;gap:3px;padding:14px 10px;transition:filter .14s,border-color .14s;display:flex;position:relative}.sheet-mega-card:hover{filter:brightness(1.15)}.sheet-mega-card.is-current{border-color:var(--ok);background:var(--ok-soft)}.sheet-mega-card.is-strongest{border-color:#ffd98473}.sheet-mega-star{color:#ffd984;filter:drop-shadow(0 0 6px #ffd98499);font-size:14px;line-height:1;animation:1.6s ease-in-out infinite megaBounce;position:absolute;top:8px;right:10px}@keyframes megaBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.sheet-mega-star{animation:none}}.sheet-mega-img{object-fit:cover;object-position:left center;width:56px;height:56px;image-rendering:pixelated}.sheet-mega-name{font-size:12.5px;font-weight:700}.sheet-mega-types{color:#cdd4ff9e;font-size:10.5px}.sheet-mega-stone{color:var(--ok);margin-top:2px;font-size:10px}
