#choice-screen{z-index:18;background:radial-gradient(at 50% 60%,#f0642a1f,#0000008c 70%);justify-content:center;align-items:center;animation:.35s ease-out choice-in;display:flex;position:fixed;inset:0}#choice-screen.hidden,#choice-screen.suspended{display:none}@keyframes choice-in{0%{opacity:0}}.choice-panel{flex-direction:column;align-items:center;gap:10px;max-width:min(980px,96vw);max-height:96vh;padding:18px 24px;display:flex;overflow-y:auto}.choice-title{font-family:var(--font-title);color:var(--gold);text-align:center;text-shadow:0 2px #000,0 0 18px #f0642a80;margin:0;font-size:24px;font-weight:900}.choice-sub{color:var(--muted);text-align:center;text-shadow:1px 1px #000;max-width:640px;font-size:13px}.choice-cards{flex-wrap:wrap;justify-content:center;gap:16px;margin:6px 0;display:flex}.choice-card{width:230px;min-height:300px;font-family:var(--font-body);color:var(--text);text-align:center;--card-base:var(--ash-grain), linear-gradient(180deg, #17110d 0%, #0b0806 55%, #060403 100%);background:linear-gradient(180deg, color-mix(in srgb, var(--cc) 18%, transparent), transparent 34%), radial-gradient(ellipse at 50% 120%, color-mix(in srgb, var(--cc) 22%, transparent), transparent 65%), var(--card-base);outline:1px solid color-mix(in srgb, var(--cc) 28%, transparent);outline-offset:-7px;border:2px solid #8a5f2c;border-top:3px solid color-mix(in srgb, var(--cc) 70%, #000);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;touch-action:manipulation;border-radius:0;flex-direction:column;align-items:center;gap:8px;padding:26px 16px 16px;transition:transform .15s,border-color .15s,box-shadow .15s;display:flex;position:relative;box-shadow:inset 0 0 0 1px #000,inset 0 0 30px #0009,0 0 0 1px #000,0 10px 26px #000c}.choice-card.sel,.choice-card:focus-visible{border-color:var(--cc);box-shadow:inset 0 0 0 2px #000, inset 0 0 30px #00000080, 0 0 0 1px #000, 0 0 22px color-mix(in srgb, var(--cc) 55%, transparent), 0 14px 28px #000c;outline-color:color-mix(in srgb, var(--cc) 60%, transparent);transform:translateY(-6px)}.choice-card.picked{filter:brightness(1.3);transform:translateY(-10px)scale(1.04)}.choice-card.r-rare,.choice-card.r-legendary{border:2px solid color-mix(in srgb, var(--cc) 80%, #000);background:radial-gradient(ellipse at 50% 0%, color-mix(in srgb, var(--cc) 26%, transparent), transparent 55%), radial-gradient(ellipse at 50% 120%, color-mix(in srgb, var(--cc) 34%, transparent), transparent 65%), var(--card-base);outline-color:color-mix(in srgb, var(--cc) 40%, transparent);box-shadow:inset 0 0 0 1px #000, inset 0 0 0 3px color-mix(in srgb, var(--cc) 22%, transparent), inset 0 0 30px #00000080, 0 0 0 1px #000, 0 0 16px color-mix(in srgb, var(--cc) 35%, transparent), 0 10px 26px #000c;border-top-width:3px;overflow:hidden}.choice-card.r-legendary{border-color:var(--cc);animation:2.4s ease-in-out infinite cc-legend-glow}.choice-card.r-rare.sel,.choice-card.r-rare:focus-visible{box-shadow:inset 0 0 0 1px #000, inset 0 0 0 3px color-mix(in srgb, var(--cc) 30%, transparent), inset 0 0 30px #00000073, 0 0 0 1px #000, 0 0 28px color-mix(in srgb, var(--cc) 65%, transparent), 0 14px 28px #000c}@keyframes cc-legend-glow{0%,to{box-shadow:inset 0 0 0 1px #000, inset 0 0 0 3px color-mix(in srgb, var(--cc) 30%, transparent), inset 0 0 30px #00000073, 0 0 0 1px #000, 0 0 18px color-mix(in srgb, var(--cc) 45%, transparent), 0 10px 26px #000c}50%{box-shadow:inset 0 0 0 1px #000, inset 0 0 0 3px color-mix(in srgb, var(--cc) 45%, transparent), inset 0 0 30px #0006, 0 0 0 1px #000, 0 0 34px color-mix(in srgb, var(--cc) 75%, transparent), 0 10px 26px #000c}}.choice-card.r-legendary:after{content:"";background:linear-gradient(105deg, transparent 42%, color-mix(in srgb, var(--cc) 28%, transparent) 50%, transparent 58%);pointer-events:none;animation:3.6s ease-in-out infinite cc-sheen;position:absolute;inset:-40% -60%;transform:translate(-60%)}@keyframes cc-sheen{0%,35%{transform:translate(-60%)}75%,to{transform:translate(60%)}}.cc-key{width:22px;height:22px;line-height:20px;font-family:var(--font-title);color:var(--gold);background:#16120f;border:1px solid #b07a36;border-radius:0;font-size:13px;position:absolute;top:8px;left:10px}.cc-key:empty{display:none}.cc-rarity{font-family:var(--font-title);letter-spacing:.08em;text-transform:uppercase;color:var(--cc);font-size:11px;position:absolute;top:9px;right:12px}.cc-name{font-family:var(--font-title);color:var(--cc);text-shadow:1px 1px #000;font-size:17px;font-weight:700}.r-rare .cc-rarity,.r-legendary .cc-rarity{color:#120d09;background:linear-gradient(180deg, color-mix(in srgb, var(--cc) 70%, #fff), var(--cc) 55%, color-mix(in srgb, var(--cc) 70%, #000));box-shadow:0 0 0 1px #000, 0 0 10px color-mix(in srgb, var(--cc) 60%, transparent);padding:2px 7px 1px;font-weight:900;top:7px;right:8px}.r-legendary .cc-rarity:before,.r-legendary .cc-rarity:after{content:"✦";margin:0 4px;font-size:9px}.r-legendary .cc-name{text-shadow:1px 1px 0 #000, 0 0 12px color-mix(in srgb, var(--cc) 70%, transparent);font-size:18px}.cc-tag{color:var(--muted);font-size:12px}.cc-desc{color:var(--gold-soft);font-size:14px;line-height:1.4}.cc-cap{color:var(--muted);font-size:12px}.perk-emblem{flex:none;width:96px;height:96px;position:relative}.perk-emblem svg{width:100%;height:100%;position:absolute;inset:0}.perk-emblem .pe-rays{width:calc(100% + 28px);height:calc(100% + 28px);fill:var(--pc);filter:drop-shadow(0 0 3px var(--pc));animation:24s linear infinite pe-rays-spin;inset:-14px}@keyframes pe-rays-spin{to{transform:rotate(360deg)}}.perk-emblem.pe-rare .pe-icon,.perk-emblem.pe-legendary .pe-icon{box-shadow:0 0 0 1px #000, 0 0 0 2px var(--pc), 0 0 16px color-mix(in srgb, var(--pc) 85%, transparent)}.perk-emblem .pe-icon{width:36px;height:36px;box-shadow:0 0 0 1px #000, 0 0 0 2px var(--pc), 0 0 10px color-mix(in srgb, var(--pc) 60%, transparent);border-radius:2px;position:absolute;top:30px;left:30px;overflow:hidden}.choice-foot{color:var(--muted);flex-direction:column;align-items:center;gap:4px;font-size:12px;display:flex}.choice-timer{background:#16120f;border:1px solid #6b4a22;border-radius:3px;width:260px;height:5px;overflow:hidden}.choice-timer .fill{background:linear-gradient(90deg,#c2381c,#ff8c3a,#ffc070);height:100%}.choice-owned{max-width:720px;color:var(--muted);text-align:center;font-size:12px;line-height:1.7}.co-item{border:1px solid color-mix(in srgb, var(--pc) 60%, transparent);color:var(--pc);border-radius:3px;margin:0 3px;padding:0 6px;display:inline-block}.co-item.off{opacity:.45}.co-item.r-rare,.co-item.r-legendary{border-color:var(--pc);box-shadow:0 0 6px color-mix(in srgb, var(--pc) 50%, transparent)}.co-item.r-legendary{font-weight:700}#perk-tray{top:max(348px, calc(var(--tracker-bottom,0px) + 12px));pointer-events:none;width:250px;position:absolute;right:22px}.pt-title{font-family:var(--font-title);color:var(--gold);text-shadow:1px 1px #000;margin-bottom:4px;font-size:13px;font-weight:700}.pt-list{flex-wrap:wrap;gap:5px;display:flex}.pt-item{pointer-events:auto;width:28px;height:28px;box-shadow:0 0 0 1px #000, 0 0 0 2px var(--pc);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23f3d49a'/%3e%3cstop%20offset='.45'%20stop-color='%23b07a36'/%3e%3cstop%20offset='1'%20stop-color='%234a2f12'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,help;border-radius:2px;position:relative;overflow:hidden}.pt-item.r-rare{box-shadow:0 0 0 1px #000, 0 0 0 2px var(--pc), 0 0 7px color-mix(in srgb, var(--pc) 70%, transparent)}.pt-item.r-legendary{box-shadow:0 0 0 1px #000, 0 0 0 2px var(--pc), 0 0 0 3px #000, 0 0 10px var(--pc)}.pt-item.off{filter:grayscale()brightness(.5)}.pt-item span{font-family:var(--font-title);color:#fff;text-shadow:1px 1px #000,-1px -1px #000;font-size:11px;font-weight:900;position:absolute;bottom:0;right:1px}.pt-tip{z-index:40;border:2px solid var(--gold-frame);pointer-events:none;background:linear-gradient(#261f1af7,#110d0bf7);border-radius:2px;width:260px;padding:8px 10px;font-size:13px;position:fixed}.pt-tip.hidden{display:none}.slot.oor .icon-wrap{opacity:.35;filter:grayscale(.6)}.slot.oor{box-shadow:0 0 0 2px #c0392b,0 0 0 3px #000}.slot.oor:not(.locked):before{content:attr(data-range);z-index:2;text-align:center;font-family:var(--font-title);color:#ff6b5a;text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;pointer-events:none;font-size:9px;font-weight:700;line-height:1;position:absolute;inset:auto 0 3px}html.touch .slot.oor{box-shadow:0 0 0 2px #000,0 0 0 4px #c0392b,0 0 0 5px #000,0 3px 10px #000000b3}html.touch .slot.oor:not(.locked):before{background:#0009;padding:2px 0;inset:50% 0 auto;transform:translateY(-50%)}.slot.deny{animation:.35s ease-out slotdeny}@keyframes slotdeny{0%,to{transform:translate(0)}20%,60%{transform:translate(-3px)}40%,80%{transform:translate(3px)}}.slot.locked .icon-wrap{filter:grayscale()brightness(.3)}.slot.locked .nores{display:none}.slot.locked:before{content:attr(data-lock);z-index:2;text-align:center;font-family:var(--font-title);color:var(--gold);text-shadow:1px 1px #000,-1px -1px #000,1px -1px #000,-1px 1px #000;font-size:11px;font-weight:700;position:absolute;inset:auto 0 3px}.tt-lock{color:#ff8c3a;font-size:13px}@media (width<=760px){.choice-card{width:180px;min-height:0;padding:22px 10px 12px}.choice-title{font-size:19px}.cc-desc{font-size:12.5px}.perk-emblem{margin:-8px 0;transform:scale(.8)}}@media (height<=520px){.choice-panel{gap:6px;padding:8px 12px}.choice-sub,.choice-owned{display:none}.choice-card{gap:4px;width:200px;min-height:0;padding:18px 10px 10px}.perk-emblem{margin:-14px 0;transform:scale(.7)}}html.touch #perk-tray{top:calc(34px + var(--st,0px));width:auto;max-width:60vw;left:50%;right:auto;transform:translate(-50%)}html.touch .pt-title{display:none}html.touch .pt-item{width:24px;height:24px}.choice-panel{zoom:var(--ui-scale,1);max-width:min(980px, calc(96vw / var(--ui-scale,1)));max-height:calc(96vh / var(--ui-scale,1))}@media (prefers-reduced-motion:reduce){#choice-screen{animation:none}.choice-card{transition:none}.choice-card.r-legendary,.choice-card.r-legendary:after,.perk-emblem .pe-rays{animation:none}.choice-card.r-legendary:after{display:none}.choice-card.sel,.choice-card:focus-visible,.choice-card.picked{transform:none}}.choice-reroll{margin-top:4px}.choice-reroll.hidden,html.hud-clean .ab-orn{display:none}html.hud-clean .slot.locked{opacity:.55}html.hud-clean .slot.locked .icon-wrap{filter:grayscale()brightness(.55)}html.hud-clean .slot.locked:before{border:1px solid var(--bronze-lo);background:#0a0705d9;padding:0 4px;font-size:9.5px;line-height:14px;inset:auto 2px 2px auto}html.hud-clean.touch .slot.locked{opacity:.5}html.hud-clean .slot.fresh{animation:1s ease-in-out 4 slotFresh}@keyframes slotFresh{50%{box-shadow:0 0 0 2px #ffc070,0 0 18px 4px #ff8c3ad9}}.nameplate.plain .np-name{display:none}.nameplate.plain .np-bar{width:54px;height:4px}#tracker,#minimap,#chat .chat-log{transition:opacity .6s}html.hud-calm #tracker,html.hud-calm #minimap{opacity:.32;pointer-events:auto}html.hud-calm #chat .chat-log{opacity:.45}html.hud-calm #tracker:hover,html.hud-calm #minimap:hover{opacity:1;transition-duration:.15s}html.hud-calm #tracker .tr-title,html.hud-calm #tracker .tr-diff,html.hud-calm #tracker .tr-kills{display:none}html.hud-calm #tracker:hover .tr-title,html.hud-calm #tracker:hover .tr-diff,html.hud-calm #tracker:hover .tr-kills{display:block}html.hud-clean.touch .t-target,html.hud-clean.touch .t-recenter,html.hud-clean.touch .t-quick{opacity:.55;transition:opacity .2s,transform 80ms}html.hud-clean.touch .t-target.pressed,html.hud-clean.touch .t-recenter.pressed,html.hud-clean.touch .t-quick.pressed,html.hud-clean.touch .t-target:active,html.hud-clean.touch .t-recenter:active,html.hud-clean.touch .t-quick:active{opacity:1}@media (prefers-reduced-motion:reduce){html.hud-clean .slot.fresh{animation:none;box-shadow:0 0 0 2px #ffc070}#tracker,#minimap,#chat .chat-log{transition:none}}html.touch.hud-clean #player-frame{top:calc(10px + var(--st));left:calc(12px + var(--sl));transform:scale(.62)}html.touch.hud-clean #player-frame .uf-body{display:none}html.touch.hud-clean #player-frame .portrait{cursor:pointer}.swap-badge{display:none}html.touch.hud-clean .swap-badge{z-index:4;box-sizing:border-box;background:var(--ember);border-radius:50%;width:28px;height:28px;padding:5px;transition:filter .2s;display:flex;position:absolute;top:-8px;right:-8px;box-shadow:0 0 0 2px #000}html.touch.hud-clean .swap-badge svg{width:100%;height:100%}html.touch.hud-clean .portrait.swap-cd .swap-badge{filter:grayscale()brightness(.55)}html.touch.hud-clean #buffs{top:calc(12px + var(--st));left:calc(64px + var(--sl));transform:scale(.72)}html.touch.hud-clean #party{top:calc(64px + var(--st))}html.touch.hud-clean #target-frame,html.touch.hud-clean #minimap{display:none!important}html.touch.hud-clean #tracker{top:calc(8px + var(--st));background:#0d0906b8;border:1px solid #b07a368c;border-radius:16px;flex-wrap:wrap;justify-content:center;align-items:center;gap:2px 10px;max-width:min(560px,100vw - 260px);padding:4px 14px}html.touch.hud-clean .tr-line{font-size:12px;line-height:1.35}html.touch.hud-clean .tr-obj{border-top:0;border-left:1px solid #ffd27a40;min-width:110px;margin:0;padding:0 0 0 10px}html.touch.hud-clean .tro-name{font-size:12px}html.touch.hud-clean #boss-frame{top:calc(var(--tracker-bottom,40px) + 6px)}html.touch.hud-clean #tutorial{top:calc(var(--tracker-bottom,40px) + 60px)}html.touch.hud-clean #chat{top:calc(var(--tracker-bottom,40px) + 8px);align-items:center;width:min(440px,60vw);left:50%;right:auto;transform:translate(-50%)}html.touch.hud-clean #boss-frame:not(.hidden)~#chat{top:calc(var(--tracker-bottom,40px) + 52px)}html.touch.hud-clean #chat .chat-log{align-items:center;max-height:52px}html.touch.hud-clean #chat .chat-line{text-align:center;background:#0d0906b3;border-radius:9px;padding:2px 10px;font-size:12px}html.touch.hud-clean #chat:not(.open) .chat-line:not(:nth-last-child(-n+2)){display:none}html.touch.hud-clean #chat.open,html.touch.hud-clean #boss-frame:not(.hidden)~#chat.open{top:calc(8px + var(--st))}html.touch.hud-clean #chat.open .chat-log{max-height:96px}.self-plate{will-change:transform;width:72px;display:none;position:absolute;top:0;left:0}.sp-combo{justify-content:center;gap:3px;margin-bottom:2px;display:flex}.sp-combo i{width:7px;height:7px;box-shadow:0 0 0 1px var(--bronze-lo);background:#0d0906;border-radius:50%}.sp-combo i.on{background:var(--ember);box-shadow:0 0 0 1px #000}.sp-hp{background:#0d0906;border:1px solid #000;border-radius:3px;height:11px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #b07a3699}.sp-hp .fill{background:linear-gradient(#5fe05a,#1f9a1c);transition:width .15s linear;position:absolute;inset:0 auto 0 0}.sp-hp span{font-family:var(--font-title);text-align:center;color:#fff;text-shadow:0 1px #000,0 0 2px #000;font-size:9.5px;font-weight:700;line-height:11px;position:absolute;inset:0}.sp-res{background:#0d0906;border:1px solid #000;border-radius:2px;height:4px;margin-top:2px;overflow:hidden}.sp-res .fill{background:var(--c,#ffc070);height:100%}.self-plate.low .sp-hp .fill{animation:.8s ease-in-out infinite alternate lowhp}.edge-mark{color:var(--c,#ffc070);will-change:transform;flex-direction:column;align-items:center;gap:1px;display:none;position:absolute;top:0;left:0}.em-arrow{filter:drop-shadow(0 1px 1px #000)drop-shadow(0 0 2px #000c);width:26px;height:26px;display:block}.em-arrow svg{width:100%;height:100%;display:block}.em-label{border:1px solid var(--c,#ffc070);white-space:nowrap;text-overflow:ellipsis;background:#0d0906bf;border-radius:9px;max-width:110px;padding:1px 7px;font-size:10.5px;overflow:hidden}html.touch.hud-clean .slot[data-i="0"]{width:80px;height:80px;bottom:22px;right:16px}html.touch.hud-clean .slot[data-i="1"]{bottom:9px;right:121px}html.touch.hud-clean .slot[data-i="2"]{bottom:75px;right:115px}html.touch.hud-clean .slot[data-i="3"]{bottom:121px;right:69px}html.touch.hud-clean .slot[data-i="4"]{bottom:127px;right:3px}html.touch.hud-clean .slot[data-i="5"]{width:48px;height:48px;bottom:4px;right:198px}html.touch.hud-clean .slot[data-i="6"],html.touch.hud-clean .slot[data-i="7"]{display:none}html.touch.hud-clean .slot.locked{opacity:.85;box-shadow:none;background:#0d090666;border:2px dashed #ffe7a073;transform:scale(.72)}html.touch.hud-clean .slot.locked .icon-wrap{opacity:0}html.touch.hud-clean .slot.locked:before{color:var(--gold-soft);background:0 0;border:0;padding:0;font-size:14px;line-height:1;inset:50% 0 auto;transform:translateY(-50%)}html.touch.hud-clean .t-target,html.touch.hud-clean .t-recenter,html.touch.hud-clean .t-chat{display:none}html.touch.hud-clean .t-pause{top:calc(10px + var(--st));right:calc(14px + var(--sr));background:#0d090699;width:36px;height:36px;padding:9px;box-shadow:0 0 0 1px #b07a3699}.t-quick i{width:100%;height:100%;display:block}.t-quick .qi-bubble{display:none}html.touch.hud-clean .t-quick{top:calc(36% - 20px);right:calc(16px + var(--sr));opacity:.9;background:#0d090680;width:40px;height:40px;padding:9px;bottom:auto;box-shadow:0 0 0 1px #ffe7a066}html.touch.hud-clean .t-quick .qi-wheel{display:none}html.touch.hud-clean .t-quick .qi-bubble{display:block}@media (orientation:portrait) and (width<=760px){html.touch.hud-clean #player-frame{transform:scale(.58)}html.touch.hud-clean #tracker{background:#0d0906b8;flex-direction:row;align-items:center;max-width:calc(100vw - 130px);padding:4px 12px;left:50%;right:auto;transform:translate(-50%)}html.touch.hud-clean #chat{width:calc(100vw - 40px)}}@media (height>=700px) and (width>=700px){html.touch.hud-clean #player-frame{transform:scale(.8)}html.touch.hud-clean #buffs{left:calc(80px + var(--sl))}html.touch.hud-clean #party{top:calc(84px + var(--st))}html.touch.hud-clean .tr-line{font-size:13.5px}}@media (prefers-reduced-motion:reduce){.self-plate.low .sp-hp .fill{animation:none}.sp-hp .fill,html.touch.hud-clean .swap-badge{transition:none}}html.touch.hud-clean .qw-tabs{top:100%;bottom:auto;transform:translate(-50%,6px)}.share-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;width:100%;max-width:440px;margin:2px auto 4px;display:grid}.share-row.hidden{display:none}.share-row .small-btn{width:100%}#title-screen{--pad:clamp(10px, 1.8vw, 26px);--tile:clamp(58px, 16.5vh, 92px);padding:calc(var(--pad) + var(--st,0px)) calc(var(--pad) + var(--sr,0px)) calc(var(--pad) + var(--sb,0px)) calc(var(--pad) + var(--sl,0px));background:linear-gradient(#00000080,#0000 20% 72%,#0000009e),linear-gradient(90deg,#0000006b,#0000 18% 82%,#0000006b);position:fixed;inset:0;overflow:hidden}.sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.lb-profile,.lb-embers,.lb-burger,.lb-icon,.lb-mode{font:inherit;color:var(--text);background:var(--ash-grain), linear-gradient(180deg, #2a211bf0, #100c09f2);border:1px solid var(--bronze-lo);box-shadow:inset 0 0 0 1px var(--soot), inset 0 0 0 3px #e0b56a14, 0 0 0 1px var(--soot), 0 6px 16px #0000008c;cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;transition:border-color .15s,transform .15s,filter .15s}.lb-profile:hover,.lb-embers:hover,.lb-burger:hover,.lb-icon:hover,.lb-mode:hover,.lb-profile[aria-expanded=true],.lb-burger[aria-expanded=true],.lb-icon[aria-expanded=true],.lb-mode[aria-expanded=true]{border-color:var(--bronze-hi)}.lb-icon:active,.lb-mode:active{transform:translateY(1px)}.lb-top{top:calc(var(--pad) + var(--st,0px));left:calc(var(--pad) + var(--sl,0px));right:calc(var(--pad) + var(--sr,0px));pointer-events:none;justify-content:space-between;align-items:flex-start;gap:12px;display:flex;position:absolute}.lb-top>*{pointer-events:auto}.lb-profile{text-align:left;align-items:center;gap:10px;min-width:0;max-width:min(320px,40vw);min-height:48px;padding:5px 16px 5px 5px;display:flex}.lp-crest{width:40px;height:40px;box-shadow:0 0 0 2px var(--soot), 0 0 0 3px var(--cc,var(--bronze)), 0 0 10px var(--cc,var(--bronze));border-radius:50%;flex:none;overflow:hidden}.lp-crest svg{width:100%;height:100%;display:block}.lp-text{gap:1px;min-width:0;display:grid}.lp-name{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-title);letter-spacing:.5px;color:var(--gold);text-shadow:0 1px #000;font-size:15px;font-weight:900;overflow:hidden}.lp-rank{color:#cdbca4;font-size:12px}.lp-bar{width:110px;max-width:100%;height:5px;box-shadow:0 0 0 1px var(--bronze-lo);background:#0009;display:block}.lp-bar>i{background:linear-gradient(90deg, #b3401a, var(--ember));height:100%;display:block}.lb-top-right{gap:8px;display:flex}.lb-embers{height:48px;font-family:var(--font-title);color:#fff0c8;align-items:center;gap:8px;padding:0 16px 0 12px;font-size:19px;font-weight:900;display:flex}.lb-gem{background:linear-gradient(135deg, #ffd08a, var(--ember) 55%, #9c2c10);width:16px;height:16px;transform:rotate(45deg);box-shadow:0 0 0 1px #000,0 0 10px #ff8c3ab3}.lb-burger{align-content:center;justify-items:center;gap:5px;width:48px;height:48px;padding:0;display:grid}.lb-burger>i{background:var(--gold-soft);width:22px;height:3px;display:block;box-shadow:0 1px #000}.lb-rail{top:calc(var(--pad) + var(--st,0px) + 60px);flex-direction:column;gap:clamp(6px,1.4vh,12px);display:flex;position:absolute}.lb-left{left:calc(var(--pad) + var(--sl,0px))}.lb-right{right:calc(var(--pad) + var(--sr,0px))}.lb-icon{width:calc(var(--tile) * 1.3);height:var(--tile);grid-template-rows:minmax(0,1fr) auto;place-items:center;padding:6px 4px 5px;display:grid;position:relative}.li-ico{width:calc(var(--tile) * .52);height:calc(var(--tile) * .52);filter:drop-shadow(0 2px #000)}.li-ico svg{width:100%;height:100%;display:block}.li-label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:var(--font-title);letter-spacing:.3px;text-transform:uppercase;color:#e8dcc0;text-shadow:0 1px #000;font-size:clamp(9px,1.5vh,11.5px);font-weight:700;overflow:hidden}.li-badge{min-width:22px;height:22px;font-style:normal;font-family:var(--font-title);text-align:center;color:#fff;box-shadow:0 0 0 2px var(--soot), 0 0 0 3px #e0b56a, 0 0 10px #ff5028b3;background:radial-gradient(circle at 40% 35%,#ff8a5a,#b3261a);border-radius:11px;padding:0 5px;font-size:12px;font-weight:900;line-height:22px;display:none;position:absolute;top:-7px;right:-7px}.li-badge.on{display:block}.hero-plate{top:calc(var(--pad) + var(--st,0px) + 60px);max-width:min(420px,46vw);font:inherit;text-align:left;color:var(--text);border:1px solid var(--bronze-lo);box-shadow:inset 0 0 0 1px var(--soot), 0 6px 16px #00000080;cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:linear-gradient(90deg,#0a0705db,#0a0705b3);align-items:center;gap:12px;padding:6px 16px 6px 6px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero-plate:hover,.hero-plate[aria-expanded=true]{border-color:var(--cc,var(--bronze))}.hp-crest{width:40px;height:40px;box-shadow:0 0 0 2px var(--soot), 0 0 0 3px var(--cc), 0 0 12px var(--cc);border-radius:50%;flex:none;overflow:hidden}.hp-crest svg{width:100%;height:100%;display:block}.hp-text{min-width:0;display:grid}.hp-name{font-family:var(--font-title);color:var(--cc);text-shadow:0 2px #000;font-size:21px;font-weight:900;line-height:1.05}.hp-sub{text-overflow:ellipsis;white-space:nowrap;color:#d9ccb4;font-size:12.5px;overflow:hidden}.hp-title{font-family:var(--font-title);letter-spacing:1px;text-transform:uppercase;color:var(--gold-soft);font-weight:700}.hp-role:before{content:" · ";color:var(--muted)}.hp-more{color:var(--gold);margin-left:4px;font-size:22px}.lb-stage{touch-action:pan-y;cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;position:absolute;inset:30% 34% 24%}.lb-slot{width:clamp(58px,9vw,84px);height:clamp(58px,9vw,84px);font:inherit;color:var(--gold-soft);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:#0c09078c;border:2px dashed #e0b56a8c;align-content:center;justify-items:center;gap:4px;padding:0;transition:border-color .15s,background .15s;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.lb-slot-l{left:25%}.lb-slot-r{right:25%}.lb-slot:hover{border-color:var(--gold);background:#0c0907bf}.ls-plus{font-family:var(--font-title);color:var(--gold);font-size:26px;font-weight:900;line-height:1}.ls-name{text-overflow:ellipsis;white-space:nowrap;letter-spacing:.4px;text-transform:uppercase;max-width:100%;font-size:10.5px;overflow:hidden}.lb-slot.ally{border-style:solid;border-color:var(--cc);background:#0c0907c7}.ls-crest{aspect-ratio:1;width:60%;box-shadow:0 0 0 2px var(--soot);border-radius:50%;overflow:hidden}.ls-crest svg{width:100%;height:100%;display:block}.lb-hint{left:50%;bottom:calc(var(--pad) + var(--sb,0px) + var(--bar,74px) + 10px);text-overflow:ellipsis;white-space:nowrap;color:#e8dcc0;text-shadow:0 1px #000;pointer-events:none;background:#0a070599;border:1px solid #b07a3666;max-width:44vw;padding:3px 12px;font-size:12.5px;position:absolute;overflow:hidden;transform:translate(-50%)}#title-screen>.title-bottom{--bar:clamp(58px, 16vh, 84px);left:calc(var(--pad) + var(--sl,0px));right:calc(var(--pad) + var(--sr,0px));bottom:calc(var(--pad) + var(--sb,0px));pointer-events:none;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:".invite""actions actions"".solo";gap:6px;display:grid;position:absolute}.title-bottom>*{pointer-events:auto}.title-bottom .invite-banner{grid-area:invite;justify-self:end}.title-bottom .solo{text-shadow:0 1px #000,0 0 6px #000;grid-area:solo;justify-self:end;font-size:13px}.title-bottom .hint{display:none}.title-actions{grid-area:actions;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:clamp(10px,1.6vw,20px);display:grid}.lb-mode{width:min(100%,560px);min-width:0;min-height:var(--bar);margin-left:calc(var(--tile) * 1.3 + 12px);text-align:left;justify-self:center;align-items:center;gap:12px;padding:6px 14px 6px 8px;display:flex}.lm-ico{width:calc(var(--bar) - 16px);height:calc(var(--bar) - 16px);filter:drop-shadow(0 2px #000);flex:none}.lm-ico svg{width:100%;height:100%;display:block}.lm-text{flex:1;min-width:0;display:grid}.ec-label{font-family:var(--font-title);letter-spacing:1.5px;text-transform:uppercase;color:#d6b27a;font-size:10.5px;font-weight:700}.lm-name{text-overflow:ellipsis;white-space:nowrap;font-family:var(--font-title);color:#fff0dc;text-shadow:0 2px #000;font-size:clamp(16px,2.6vh,22px);font-weight:900;overflow:hidden}.ec-value{white-space:nowrap;align-items:center;gap:7px;min-width:0;font-size:13px;display:flex}.ec-dot{background:var(--dc);width:7px;height:7px;box-shadow:0 0 0 1px #000, 0 0 6px var(--dc);flex:none;transform:rotate(45deg)}.ec-diff{font-family:var(--font-title);color:var(--dc);text-shadow:0 1px #000;font-weight:700}.ec-loc{text-overflow:ellipsis;min-width:0;color:var(--gold-soft);overflow:hidden}.ec-loc:before{content:"·";color:var(--muted);margin-right:7px}.lm-more{color:var(--gold);flex:none;font-size:26px}.title-bottom .wow-btn.start{width:min(100%,440px);min-height:var(--bar);align-content:center;justify-self:end;justify-items:center;gap:2px;margin:0;padding:6px 24px;display:grid}.st-main{letter-spacing:3px;font-size:clamp(22px,4.2vh,34px);line-height:1}.st-sub{text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-family:var(--font-body,inherit);letter-spacing:.3px;text-transform:none;color:#ffe6c8;font-size:clamp(11px,1.8vh,13.5px);font-weight:400;overflow:hidden}.invite-banner{padding:5px 14px 5px 10px;font-size:13px}.invite-banner svg{width:20px;height:20px}.title-sheet{z-index:5;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bronze-lo) transparent;opacity:0;visibility:hidden;flex-direction:column;gap:10px;width:min(460px,92vw);margin:0;transition:transform .2s,opacity .2s,visibility 0s linear .2s;display:flex;position:fixed;top:0;bottom:0;overflow-y:auto}#title-hero-sheet,#title-menu-sheet{padding:calc(14px + var(--st,0px)) calc(18px + var(--sr,0px)) calc(16px + var(--sb,0px)) 18px;right:0;transform:translate(28px)}#title-party-sheet,#title-profile-sheet{padding:calc(14px + var(--st,0px)) 18px calc(16px + var(--sb,0px)) calc(18px + var(--sl,0px));left:0;transform:translate(-28px)}#title-menu-sheet{width:min(320px,86vw)}#title-mode-sheet{width:min(1040px, calc(100vw - 24px - var(--sl,0px) - var(--sr,0px)));max-height:calc(100vh - 16px - var(--st,0px) - var(--sb,0px));padding:16px 20px 18px;top:50%;bottom:auto;left:50%;transform:translate(-50%,calc(18px - 50%))}#title-screen[data-sheet=hero] #title-hero-sheet,#title-screen[data-sheet=menu] #title-menu-sheet,#title-screen[data-sheet=party] #title-party-sheet,#title-screen[data-sheet=profile] #title-profile-sheet,#title-screen[data-sheet=mode] #title-mode-sheet{opacity:1;visibility:visible;transition:transform .2s,opacity .2s}#title-screen[data-sheet=hero] #title-hero-sheet,#title-screen[data-sheet=menu] #title-menu-sheet,#title-screen[data-sheet=party] #title-party-sheet,#title-screen[data-sheet=profile] #title-profile-sheet{transform:none}#title-screen[data-sheet=mode] #title-mode-sheet{transform:translate(-50%,-50%)}.sheet-bar{align-items:center;gap:10px;display:flex}.sheet-bar>.panel-head{flex:1;min-width:0}.sheet-close{width:40px;height:40px;color:var(--gold-soft);border:1px solid var(--bronze-lo);box-shadow:inset 0 0 0 1px var(--soot);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:linear-gradient(#221a15,#120d0a);flex:none;justify-content:center;align-items:center;padding:0;font-size:16px;line-height:1;display:flex}.sheet-close:hover{color:#fff0c8;border-color:var(--bronze)}.sheet-scrim{z-index:4;opacity:0;visibility:hidden;background:#05030280;transition:opacity .22s,visibility 0s linear .22s;position:fixed;inset:0}#title-screen[data-sheet]>.sheet-scrim{opacity:1;visibility:visible;transition:opacity .22s}#title-screen[data-sheet=hero]>.sheet-scrim{background:linear-gradient(90deg,#0000 30%,#05030280)}#title-screen[data-sheet] .hero-plate,#title-screen[data-sheet] .lb-slot,#title-screen[data-sheet] .lb-hint{opacity:0;pointer-events:none}#title-hero-sheet .class-list{margin:0}.cp-tabs{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:4px;display:grid}.cp-tab{min-height:36px;font-family:var(--font-title);letter-spacing:.5px;color:#cdbca4;border:1px solid var(--bronze-lo);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:#00000059;padding:4px 6px;font-size:12.5px;font-weight:700}.cp-tab.on{color:#fff0c8;border-color:var(--ember);background:linear-gradient(#f0642a40,#00000059)}.cp-pane{display:none}.cp-pane.on{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bronze-lo) transparent;flex:0 auto;min-height:96px;padding-bottom:12px;display:block;overflow-y:auto}@media (height<=540px){#title-hero-sheet{padding-top:calc(10px + var(--st,0px));gap:6px}#title-hero-sheet .sheet-close{width:34px;height:34px}#title-hero-sheet .cp-res{margin:0}.cp-tabs{margin-top:0}.cp-tab{min-height:30px}.cp-pane.on{min-height:48px}}.cp-pane .cp-abilities{border-top:0;padding-top:2px}.cp-pane .cp-tag{margin-top:2px}.cp-choose{flex:none;width:100%;margin-top:auto;position:sticky;bottom:0;box-shadow:0 -18px 16px -4px #120e0bf5,0 6px 0 6px #120e0bf5}.mode-cards{grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px;display:grid}.mode-card{min-height:170px;font:inherit;text-align:center;color:var(--text);border:1px solid var(--bronze-lo);box-shadow:inset 0 0 0 1px var(--soot);background:linear-gradient(#281e18e6,#0e0a08eb);align-content:start;justify-items:center;gap:6px;padding:14px 12px 12px;display:grid}button.mode-card{cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer}.mode-card.on{border-color:var(--ember);box-shadow:inset 0 0 0 1px var(--soot), 0 0 0 1px var(--ember), 0 0 18px #f0642a59}.pact-card{border-color:#3f78a0}.mc-ico{filter:drop-shadow(0 2px #000);width:56px;height:56px}.mc-ico svg{width:100%;height:100%;display:block}.mode-card b{font-family:var(--font-title);color:#fff0dc;font-size:18px;font-weight:900}.mode-card small{color:#cdbca4;font-size:13px;line-height:1.35}.mc-foot{font-style:normal;font-family:var(--font-title);letter-spacing:.5px;color:var(--gold);margin-top:auto;font-size:12px;font-weight:700}.pact-card .pact-open{margin-top:auto}#title-mode-sheet .seed-field.hidden{display:none}#title-mode-sheet .diff-row{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.mode-ok{flex:none;align-self:flex-end;min-width:min(260px,100%)}.lb-rankbox{border:1px solid var(--bronze-lo);background:#00000059;gap:6px;padding:10px 12px;display:grid}.lb-rankbox b{font-family:var(--font-title);color:var(--gold);font-size:20px}.lb-rankbox .lp-bar{width:100%;height:8px}.lb-rankbox small{color:#cdbca4;font-size:12.5px}.lb-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.lb-stats div{text-align:center;border:1px solid var(--bronze-line);background:#0000004d;gap:2px;padding:8px;display:grid}.lb-stats span{color:var(--muted);font-size:11.5px}.lb-stats b{font-family:var(--font-title);color:#fff0dc;font-size:18px}#title-menu-sheet>.small-btn{width:100%;min-height:44px}.lb-extra:empty{display:none}.lb-extra .install-btn{width:100%}#title-menu-sheet .telemetry-note{color:var(--muted);font-size:12px;line-height:1.4}#title-menu-sheet .telemetry-note.hidden{display:none}.lb-version{color:var(--muted);text-align:center;margin-top:auto;font-size:12px}@media (height<=460px){.lb-hint,.title-bottom .invite-banner{display:none}.lb-profile{min-height:44px}.lp-crest{width:34px;height:34px}.lb-embers,.lb-burger{height:44px}.lb-burger{width:44px}.lb-rail{top:calc(var(--pad) + var(--st,0px) + 52px)}.hero-plate{top:calc(var(--pad) + var(--st,0px));max-width:min(360px,38vw);padding:4px 12px 4px 4px}.hp-crest{width:32px;height:32px}.hp-name{font-size:17px}.mode-card{text-align:left;grid-template-columns:40px minmax(0,1fr);place-items:center start;gap:2px 10px;min-height:0;padding:8px 10px}.mc-ico{grid-row:span 3;width:40px;height:40px}.mode-card b{font-size:15px}.mode-card small{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.mc-foot,.pact-card .pact-open{margin-top:2px}#title-mode-sheet{gap:8px;padding:10px 16px 12px}#title-mode-sheet .diff-desc{display:none}}@media (orientation:portrait) and (width<=900px){#title-screen{--tile:min(clamp(50px, 8vh, 72px), calc((100vw - 2 * var(--pad) - var(--sl,0px) - var(--sr,0px) - 56px) / 6))}.li-label{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.lb-icon{grid-template-rows:minmax(0,1fr);padding:4px}.li-ico{width:calc(var(--tile) * .66);height:calc(var(--tile) * .66)}.lb-rail{top:calc(var(--pad) + var(--st,0px) + 60px);flex-direction:row;gap:8px}.lb-icon{width:var(--tile);height:var(--tile)}.hero-plate{top:calc(var(--pad) + var(--st,0px) + 72px + var(--tile));max-width:calc(100vw - 2 * var(--pad))}.lb-stage{left:18%;right:18%}.lb-slot-l{left:6%}.lb-slot-r{right:6%}#title-screen>.title-bottom{--bar:64px;grid-template-columns:minmax(0,1fr);grid-template-areas:"invite""actions""solo"}.title-bottom .invite-banner,.title-bottom .solo{justify-self:center}.title-actions{grid-template-columns:minmax(0,1fr)}.lb-mode,.title-bottom .wow-btn.start{justify-self:stretch;width:100%;margin-left:0}.lb-hint{bottom:calc(var(--pad) + var(--sb,0px) + 2 * 64px + 22px);max-width:90vw}.title-sheet{width:auto;max-height:86%;top:auto;left:0;right:0}#title-hero-sheet,#title-menu-sheet,#title-party-sheet,#title-profile-sheet{padding:14px calc(16px + var(--sr,0px)) calc(16px + var(--sb,0px)) calc(16px + var(--sl,0px));transform:translateY(28px)}#title-mode-sheet{width:auto;max-height:92%;top:auto;bottom:0;left:0;transform:translateY(28px)}#title-screen[data-sheet=mode] #title-mode-sheet{transform:none}#title-screen[data-sheet=hero]>.sheet-scrim{background:#05030259}}@media (prefers-reduced-motion:reduce){.title-sheet,.sheet-scrim,.lb-icon,.lb-mode{transition:none}}@media (height<=400px){.li-label{letter-spacing:0;font-size:8.5px}}#death-screen .death-panel{max-width:calc(100vw - 16px - var(--sl,0px) - var(--sr,0px));max-height:calc(100dvh - 16px - var(--st,0px) - var(--sb,0px));overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bronze-lo) transparent;overflow-y:auto}.death-head,.death-main,.death-extra,.death-actions{flex-direction:column;align-items:center;gap:10px;width:100%;min-width:0;display:flex}.death-head{gap:8px}.death-extra:not(:has(>:not(.hidden))){display:none}.death-main .death-meta{width:100%;min-width:0}.death-actions{z-index:1;padding-top:4px;position:sticky;bottom:0}.death-panel.scrolls .death-actions{background:linear-gradient(#0000,#120e0bf7 16px);padding-top:14px}.death-actions .wow-btn{max-width:100%}@media (width<=520px){#death-screen .death-panel{width:100%;padding:14px 16px 16px}}@media (height<=700px){#death-screen .death-seal{width:40px;height:40px}#death-screen .death-title{font-size:26px}#death-screen .death-stats>div:not(.seed-line){padding:1px 0;font-size:13.5px}}@media (height<=800px) and (width>=640px){#death-screen .death-panel{width:min(940px, calc(100vw - 16px - var(--sl,0px) - var(--sr,0px)));grid-template:"head extra""main extra"minmax(0,1fr)"main actions"/minmax(0,1fr) minmax(0,1fr);place-items:stretch stretch;gap:8px 22px;padding:16px 24px 18px;display:grid;overflow:hidden}.death-head{grid-area:head;gap:4px}.death-main{grid-area:main}.death-extra{grid-area:extra;justify-content:flex-start}.death-head{align-self:start}.death-main,.death-extra{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--bronze-lo) transparent;min-height:0;overflow-y:auto}.death-actions{background:0 0;grid-area:actions;align-self:end;gap:8px;width:100%;margin:0;padding:0;position:static}#death-screen .death-panel:not(:has(.death-extra>:not(.hidden))){grid-template-areas:"head actions""main actions""main actions"}#death-screen .death-panel:not(:has(.death-extra>:not(.hidden))) .death-actions{align-self:center}}@media (height<=560px) and (width>=640px){#death-screen .death-panel{padding:12px 20px 14px}#death-screen .death-seal{width:32px;height:32px;margin:0}#death-screen .death-title{font-size:22px}#death-screen .death-title:before,#death-screen .death-title:after{flex-basis:28px}#death-screen .victory-sub{margin:0;font-size:12px}#death-screen .death-stats>div:not(.seed-line){font-size:13px}.death-actions .wow-btn.big{padding-top:9px;padding-bottom:9px;font-size:16px}.death-actions .wow-btn:not(.big){width:100%;min-width:0;padding-top:7px;padding-bottom:7px}.death-actions .share-row{margin:0}}.ember-gem{background:radial-gradient(circle at 35% 35%,#fff0c8,#ffc070 30%,#f0642a 65%,#8e2414);flex-shrink:0;width:10px;height:10px;margin-right:6px;display:inline-block;transform:rotate(45deg);box-shadow:0 0 0 1px #000,0 0 8px #ff8c3acc}.cp-records{border-top:1px solid #b07a3666;border-bottom:1px solid #b07a3666;margin:10px 0 4px;padding:6px 0}.rec-head{font-family:var(--font-title);letter-spacing:2px;text-transform:uppercase;color:var(--gold);margin-bottom:4px;font-size:13px;font-weight:700}.rec-grid{grid-template-columns:1fr 1fr;gap:2px 14px;display:grid}.rec-grid div{color:var(--muted);border-bottom:1px solid #c9a25a24;justify-content:space-between;gap:8px;font-size:12.5px;display:flex}.rec-grid b{color:var(--gold-soft);font-weight:400}.rec-none,.rec-last{color:var(--muted);font-size:12.5px;font-style:italic}.rec-last{margin-top:5px;font-style:normal}.rec-last b{color:var(--ember)}.death-meta{text-align:center;background:radial-gradient(at 50% 120%,#f0642a38,#0000 70%);border:1px solid #b07a3680;border-radius:2px;min-width:300px;padding:8px 12px}.death-meta.hidden{display:none}.dm-gain{font-family:var(--font-title);color:var(--gold-soft);text-shadow:0 2px #000;justify-content:center;align-items:center;font-size:20px;display:flex}.dm-gain b{color:var(--gold);text-shadow:0 2px #000,0 0 14px #f0642ab3;margin-right:6px}.dm-detail,.dm-total{color:var(--muted);font-size:12px}.dm-rec{color:#d9ccb4;margin:3px 0;font-size:13px}.dm-rec.new{font-family:var(--font-title);color:var(--ember);text-shadow:0 0 10px #f0642a99;font-weight:700;animation:1.6s ease-in-out infinite rec-glow}@keyframes rec-glow{50%{color:var(--gold)}}#altar-menu{z-index:20}.altar-panel{overscroll-behavior:contain;flex-direction:column;gap:8px;width:min(640px,94vw);max-height:94vh;padding:16px 20px;display:flex;overflow-y:auto}.altar-purse{font-family:var(--font-title);color:var(--gold-soft);justify-content:center;align-items:center;font-size:18px;display:flex}.altar-purse b{color:var(--gold);margin-right:6px}.altar-sub{color:var(--muted);text-align:center;font-size:12.5px}.altar-sec{font-family:var(--font-title);letter-spacing:2px;text-transform:uppercase;color:var(--gold);text-shadow:0 2px #000;border-bottom:1px solid;border-image:linear-gradient(90deg,#b07a36b3,#0000) 1;flex-wrap:wrap;align-items:center;gap:4px 9px;margin-top:8px;padding-bottom:4px;font-size:13.5px;font-weight:700;display:flex}.altar-sec:before{content:"";background:linear-gradient(135deg, #f0cf8a, var(--bronze-lo));width:7px;height:7px;box-shadow:0 0 0 1px var(--soot);flex:none;transform:rotate(45deg)}.altar-sec small{font-family:var(--font-body);letter-spacing:0;text-transform:none;color:var(--muted);font-weight:400}.altar-item{align-items:center;gap:12px;padding:4px 0;display:flex}.altar-item .perk-emblem{margin:-19px;transform:scale(.6)}.ai-text{flex:1;min-width:0}.ai-name{font-family:var(--font-title);color:var(--gold-soft);font-weight:700}.ai-desc{color:#d9ccb4;font-size:12.5px}.ai-pips{color:var(--muted);align-items:center;gap:4px;margin-top:3px;font-size:11px;display:flex}.ai-pips i{background:#16120f;border:1px solid #6b4a22;width:9px;height:9px;transform:rotate(45deg)}.ai-pips i.on{background:#ff8c3a;border-color:#ffc070;box-shadow:0 0 6px #ff8c3acc}.ai-pips span{margin-left:6px}.ai-buy{min-width:82px}.ai-buy:disabled,.cape-swatch:disabled{filter:grayscale(.7)brightness(.7);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23f3d49a'/%3e%3cstop%20offset='.45'%20stop-color='%23b07a36'/%3e%3cstop%20offset='1'%20stop-color='%234a2f12'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,default}.altar-capes{grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:8px;display:grid}.cape-swatch{font-family:var(--font-body);color:var(--text);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:#0a080699;border:1px solid #6b4a22;border-radius:2px;flex-direction:column;align-items:center;gap:3px;padding:6px 4px;display:flex}.cape-swatch>i{background:linear-gradient(180deg, color-mix(in srgb, var(--cape,#5d5249) 100%, #fff 12%), var(--cape,#5d5249) 55%, color-mix(in srgb, var(--cape,#5d5249) 70%, #000));clip-path:polygon(15% 0,85% 0,100% 100%,70% 88%,50% 100%,30% 88%,0 100%);width:30px;height:34px}.cape-swatch.default>i{background:repeating-linear-gradient(135deg,#5d5249 0 5px,#342b25 5px 10px)}.cape-swatch span{font-size:12px}.cape-swatch small{color:var(--muted);align-items:center;font-size:11px;display:flex}.cape-swatch.worn{border-color:var(--ember);box-shadow:0 0 10px #ff8c3a73}.cape-swatch.worn small{color:var(--ember)}.cape-swatch.locked>i{opacity:.65}.altar-relic-count{color:var(--gold-soft);text-align:center;font-size:12px}.altar-relics{flex-direction:column;gap:2px;display:flex}.relic-card{border-left:2px solid var(--rc,#6b4a22);background:#0a080659;align-items:center;gap:12px;padding:4px 6px;display:flex}.relic-card .perk-emblem{margin:-22px;transform:scale(.5)}.relic-card.locked .perk-emblem{filter:grayscale(.85)brightness(.6)}.relic-card.locked .ai-name{color:var(--muted)}.rc-meta{color:var(--muted);font-size:11px}.rc-tag{font-family:var(--font-body);color:#ffcf6a;border:1px solid #ff8c3a99;border-radius:2px;margin-left:8px;padding:0 6px;font-size:10.5px;font-weight:400}.rc-state{text-align:center;min-width:82px;color:var(--muted);font-size:11px}.altar-records table{border-collapse:collapse;width:100%;font-size:12px}.altar-records th,.altar-records td{text-align:center;border-bottom:1px solid #c9a25a24;padding:3px 4px}.altar-records th{font-family:var(--font-title);font-size:11.5px;font-weight:700}.altar-records tbody th{text-align:left}.altar-records td b{color:var(--gold);font-size:14px;font-weight:400;display:block}.altar-records td small,.altar-records td em,.rec-legend{color:var(--muted);font-size:11px}.rec-legend{text-align:right;margin-top:2px}.altar-close{align-self:center;margin-top:6px}@media (width<=520px){.altar-item .perk-emblem{margin:-26px;transform:scale(.46)}.altar-records td small{display:none}}.ai-crest{flex:none;width:44px;height:44px}.ai-crest svg{width:100%;height:100%}.altar-item.locked .ai-crest{filter:grayscale(.8)brightness(.65)}.ah-count{font-family:var(--font-title);color:var(--gold)}.ah-steps{flex-direction:column;gap:4px;margin:6px 0;display:flex}.ah-step{opacity:.75;align-items:center;gap:8px;font-size:13px;display:flex}.ah-step.on{opacity:1;color:var(--gold)}.ah-bar{width:120px;height:6px;box-shadow:0 0 0 1px var(--bronze-lo);background:#00000080;flex:none}.ah-bar i{background:linear-gradient(90deg,#c2381c,#ffc070);height:100%;display:block}.codex-panel{flex-direction:column;gap:10px;width:min(920px,96vw);max-height:94vh;padding:16px 20px;display:flex;overflow:hidden}.codex-sub{color:var(--muted);text-align:center;font-size:13px}.codex-page{overscroll-behavior:contain;flex:1;min-height:0;display:none;overflow-y:auto}.codex-page.shown{gap:14px;display:flex}.codex-page[data-page=bestiary].shown{align-items:stretch}.cx-list{flex-direction:column;flex-shrink:0;gap:2px;width:250px;max-height:62vh;padding-right:4px;display:flex;overflow-y:auto}.cx-group{font-family:var(--font-title);letter-spacing:1px;color:var(--gold);margin:8px 0 3px;font-size:12px;font-weight:700}.cx-group:before{content:"◆ ";color:var(--bronze)}.cx-item{text-align:left;color:var(--text);background:linear-gradient(#1c1612e6,#120e0be6);border:1px solid #3f2e1c;border-radius:0;align-items:center;gap:8px;padding:5px 8px;font-size:13.5px;display:flex}.cx-item:hover,.cx-item.active{border-color:var(--bronze);background:radial-gradient(ellipse at 0% 50%, color-mix(in srgb, var(--cx) 25%, transparent), transparent 70%), linear-gradient(180deg, #2c211a, #1a1411)}.cx-item.locked{color:#7a6e62;font-style:italic}.cx-item .cx-dot{background:var(--cx);width:8px;height:8px;box-shadow:0 0 6px var(--cx);flex-shrink:0;transform:rotate(45deg)}.cx-item.locked .cx-dot{box-shadow:none;background:#3f2e1c}.cx-item span{flex:1}.cx-item em,.cx-chron em{letter-spacing:1px;text-transform:uppercase;color:var(--ember);font-size:10.5px;font-style:normal}.cx-detail{flex:1;gap:14px;min-width:0;display:flex}.cx-stage{background:radial-gradient(at 50% 85%,#8fe3ff2e,#0000 60%),radial-gradient(at 50% 110%,#f0642a33,#0000 70%);border:1px solid #3f2e1c;flex-shrink:0;width:280px;height:300px;position:relative}.cx-view{width:100%;height:100%;display:block}.cx-seal{font-family:var(--font-title);color:color-mix(in srgb, var(--cx) 50%, #3f2e1c);text-shadow:0 0 24px color-mix(in srgb, var(--cx) 40%, transparent);justify-content:center;align-items:center;font-size:96px;display:none;position:absolute;inset:0}.cx-seal.shown{display:flex}.cx-text{flex:1;min-width:0;font-size:14px;line-height:1.45}.cx-text p{margin:6px 0}.cx-name{font-family:var(--font-title);color:var(--gold);font-size:20px;font-weight:900}.cx-kind{color:var(--muted);letter-spacing:1px;font-size:12.5px}.cx-sec{font-family:var(--font-title);color:var(--frost);margin-top:10px;font-size:12.5px;font-weight:700}.cx-sec:before{content:"◆ ";color:var(--bronze)}.cx-anecdote{color:#d9ccb4;font-style:italic}.cx-hint{color:var(--muted);font-size:12.5px;font-style:italic}.cx-lore{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;width:100%;max-height:64vh;display:grid}.cx-chron{background:linear-gradient(#28201bb3,#120e0bcc);border:1px solid #3f2e1c;padding:8px 10px;font-size:13.5px;line-height:1.45}.cx-chron p{margin:4px 0 0}.cx-chron-head{align-items:baseline;gap:8px;display:flex}.cx-chron-head b{font-family:var(--font-title);color:var(--gold);flex:1}.cx-chron.locked{opacity:.6}.cx-chron.locked b{color:#7a6e62}.cx-num{font-family:var(--font-title);color:var(--bronze);font-size:11px}.cx-classes{flex-direction:column;gap:8px;width:100%;max-height:64vh;display:flex}.cx-class{background:radial-gradient(ellipse at 0% 50%, color-mix(in srgb, var(--cc) 18%, transparent), transparent 60%), linear-gradient(180deg, #28201bb3, #120e0bcc);border:1px solid #3f2e1c;gap:12px;padding:8px 10px;font-size:13.5px;line-height:1.45;display:flex}.cx-class p{margin:4px 0 0}.cx-crest{flex-shrink:0;width:52px;height:52px}.cx-crest svg{width:100%;height:100%}@media (width<=760px){.codex-page[data-page=bestiary].shown,.cx-detail{flex-direction:column}.cx-list{width:100%;max-height:26vh}.cx-stage{width:100%;height:220px}}.cx-ach{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-content:start;gap:8px;width:100%;display:grid}.cx-achv{border:1px solid color-mix(in srgb, var(--ac) 55%, #3a2a18);background:#0a08068c;border-radius:2px;align-items:flex-start;gap:10px;padding:8px 10px;display:flex}.cx-achv p{color:var(--muted);margin:2px 0;font-size:12.5px}.cx-achv small{color:var(--ac);font-size:11px}.cx-ach-icon{border:1px solid color-mix(in srgb, var(--ac) 70%, #000);width:40px;height:40px;box-shadow:0 0 10px color-mix(in srgb, var(--ac) 45%, transparent);border-radius:2px;flex-shrink:0;padding:3px}.cx-ach-icon svg{width:100%;height:100%}.cx-achv.locked{opacity:.55;border-color:#3a2a18}.cx-achv.locked .cx-ach-icon{box-shadow:none;filter:grayscale()}.cx-achv.locked small{color:var(--muted)}.qwheel{width:calc(300px * var(--ui-scale,1));height:calc(300px * var(--ui-scale,1));pointer-events:auto;touch-action:none;z-index:14;filter:drop-shadow(0 6px 18px #000000b3);animation:.12s ease-out qw-in;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.qwheel.hidden{display:none}.qwheel svg{width:100%;height:100%;display:block}.qw-sector{fill:#231d19d1;stroke:#6b4a22;stroke-width:1.5px;cursor:pointer;transition:fill 80ms}.qw-sector.on{fill:#c2381ce6;stroke:#ffc070;stroke-width:2.5px}.qw-label{width:calc(92px * var(--ui-scale,1));text-align:center;font-size:calc(12.5px * var(--ui-scale,1));color:var(--gold-soft);text-shadow:1px 1px #000,0 0 4px #000;pointer-events:none;line-height:1.15;position:absolute;transform:translate(-50%,-50%)}.qw-label.on{color:#fff}.qw-center{width:calc(86px * var(--ui-scale,1));text-align:center;font-family:var(--font-title);font-size:calc(11px * var(--ui-scale,1));color:var(--gold);text-shadow:1px 1px #000;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes qw-in{0%{opacity:0;scale:.85}}.hero-bubble{border:1.5px solid var(--bc,var(--gold-frame));max-width:180px;color:var(--gold-soft);text-align:center;white-space:normal;will-change:transform, opacity;background:#140f0ce6;border-radius:9px;padding:4px 9px 5px;font-size:13px;line-height:1.2;position:absolute;top:0;left:0;box-shadow:0 2px 8px #0009}.hero-bubble:after{content:"";background:inherit;border-right:1.5px solid var(--bc,var(--gold-frame));border-bottom:1.5px solid var(--bc,var(--gold-frame));width:9px;height:9px;margin-left:-5px;position:absolute;bottom:-6px;left:50%;transform:rotate(45deg)}.hero-bubble.pop{animation:.18s ease-out bubble-pop}@keyframes bubble-pop{0%{scale:.7}}.chat-line .qm{color:var(--gold);font-style:italic}.t-quick{right:calc(10px + 268px + var(--sr));bottom:calc(10px + 76px + var(--sb))}@media (orientation:portrait) and (width<=760px){html.touch .t-quick{right:calc(10px + 248px + var(--sr))}}@media (prefers-reduced-motion:reduce){.qwheel,.hero-bubble.pop{animation:none}}.wheel-select{min-width:190px;font-family:var(--font-body);color:var(--gold-soft);background:linear-gradient(#342b25e6,#14100de6);border:1px solid #b07a3673;border-radius:4px;padding:5px 8px;font-size:13px}.wheel-select:focus-visible{outline:2px solid var(--ember);outline-offset:1px}.wheel-select option{color:var(--gold-soft);background:#1a1411}.ping-label{border:1.5px solid var(--bn,var(--gold-frame));box-shadow:0 0 8px color-mix(in srgb, var(--bn,#b07a36) 70%, transparent);color:#fff;white-space:nowrap;text-shadow:1px 1px #000;will-change:transform, opacity;background:#140f0cd9;border-radius:4px;padding:2px 8px 3px;font-size:12px;position:absolute;top:0;left:0}#party .party-frame{pointer-events:auto;-webkit-touch-callout:none}.party-frame.muted .pf-name:before{content:"🔇 ";font-size:10px}.party-frame.muted .pf-body{opacity:.7}.party-menu{z-index:15;background:var(--panel);border:1px solid var(--gold-frame);pointer-events:auto;border-radius:6px;flex-direction:column;gap:4px;min-width:160px;padding:6px;display:flex;position:absolute;box-shadow:0 4px 14px #000000b3}.party-menu .pm-title{font-family:var(--font-title);color:var(--gold);padding:0 4px;font-size:12px}.party-menu button{font-family:var(--font-body);text-align:left;color:var(--gold-soft);cursor:pointer;background:linear-gradient(#342b25e6,#14100de6);border:1px solid #b07a3673;border-radius:4px;padding:6px 10px;font-size:13px}.party-menu button:hover,.party-menu button:focus-visible{border-color:var(--ember);color:#fff}.qw-tabs{gap:4px;display:flex;position:absolute;bottom:100%;left:50%;transform:translate(-50%,-6px)}.qw-tabs button{padding:calc(3px * var(--ui-scale,1)) calc(10px * var(--ui-scale,1));font-family:var(--font-title);font-size:calc(12px * var(--ui-scale,1));color:var(--gold-soft);cursor:pointer;background:#140f0ceb;border:1px solid #6b4a22}.qw-tabs button.on{color:#fff;background:#c2381ce6;border-color:#ffc070}.qw-tabs button:disabled{opacity:.4;cursor:default}.qwheel[data-page=emote] .qw-sector:not(.on){fill:#231d19b3}#portal-confirm{z-index:18;background:radial-gradient(ellipse at 50% 60%, color-mix(in srgb, var(--pcc,#ffc070) 12%, transparent), #00000073 70%);animation:.25s ease-out pc-in}#portal-confirm.hidden{display:none}@keyframes pc-in{0%{opacity:0}}.pc-panel{text-align:center;border-color:color-mix(in srgb, var(--pcc,#ffc070) 55%, var(--gold-frame));flex-direction:column;align-items:center;gap:8px;width:min(380px,100vw - 32px);padding:18px 22px 14px;display:flex}.pc-icon{width:64px;height:64px;filter:drop-shadow(0 0 12px color-mix(in srgb, var(--pcc,#ffc070) 60%, transparent))}.pc-icon svg{width:100%;height:100%}.pc-kicker{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:12px}.pc-panel .pc-title{color:var(--pcc,var(--gold));margin:0;font-size:24px}.pc-desc{color:var(--text);text-shadow:1px 1px #000;font-size:15px;line-height:1.4}.pc-note{color:var(--muted);font-size:12px}.pc-actions{flex-direction:column;align-items:center;gap:8px;margin-top:6px;display:flex}.pc-actions .wow-btn{min-width:220px}.pc-never{color:var(--muted);cursor:pointer;align-items:center;gap:6px;margin-top:4px;font-size:12px;display:flex}#ending{z-index:60;pointer-events:none;transition:opacity .6s;position:fixed;inset:0}#ending.hidden{display:none}#ending.out{opacity:0}.en-bar{background:#000;height:11vh;animation:1s ease-out both en-bar;position:absolute;left:0;right:0}.en-bar.top{top:0}.en-bar.bottom{bottom:0}@keyframes en-bar{0%{transform:scaleY(0)}}.en-text{text-align:center;width:min(760px,88vw);font-family:var(--font-title);color:#fff3dc;text-shadow:0 0 12px #ff8c3a8c,0 2px 4px #000;opacity:0;font-size:clamp(17px,2.3vw,26px);line-height:1.45;position:absolute;bottom:15vh;left:50%;transform:translate(-50%)}.en-text.shown{animation:5s both en-text}@keyframes en-text{0%{opacity:0;transform:translate(-50%,8px)}14%,86%{opacity:1;transform:translate(-50%)}to{opacity:.25}}.en-skip{pointer-events:auto;font-family:var(--font-title);letter-spacing:1px;color:var(--gold-soft);border:1px solid var(--gold-dark);cursor:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='32'%20height='32'%20viewBox='0%200%2032%2032'%3e%3cdefs%3e%3clinearGradient%20id='b'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.45'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/linearGradient%3e%3cradialGradient%20id='e'%3e%3cstop%20offset='0'%20stop-color='%23fff0c8'/%3e%3cstop%20offset='.5'%20stop-color='%23ff8c3a'/%3e%3cstop%20offset='1'%20stop-color='%238e2414'/%3e%3c/radialGradient%3e%3c/defs%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%2316120f'%20stroke-width='5'%20stroke-linecap='round'/%3e%3cpath%20d='M12.5%2012.5%2022%2022'%20stroke='%236e6c69'%20stroke-width='2.4'%20stroke-linecap='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='none'%20stroke='%23ff8c3a'%20stroke-opacity='.45'%20stroke-width='3.2'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202%2020%208.5%2013.5%2011%2011%2013.5%208.5%2020Z'%20fill='url(%23b)'%20stroke='%2316120f'%20stroke-width='1.4'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.5%203.5%2012.5%2012.5'%20stroke='%23fff0c8'%20stroke-opacity='.55'%20stroke-width='.9'/%3e%3ccircle%20cx='23.5'%20cy='23.5'%20r='3'%20fill='url(%23e)'%20stroke='%2316120f'%20stroke-width='1.2'/%3e%3c/svg%3e") 2 2,pointer;background:#0a0806a6;border-radius:2px;padding:6px 14px;font-size:13px;position:absolute;bottom:calc(11vh + 12px);right:18px}.en-skip:hover,.en-skip:focus-visible{border-color:var(--gold);color:var(--gold)}body.cinematic #hud{opacity:0;pointer-events:none;transition:opacity .6s}
