@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}:root{--app-sidebar-width: 76px;--app-page-x: clamp(28px, 2.8vw, 46px);--app-page-top: 30px;--app-topbar-x: var(--app-page-x);--app-topbar-y: 14px;--app-safe-bottom: env(safe-area-inset-bottom, 0px)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100dvh}@media(max-width:720px){:root{--app-sidebar-width: 58px;--app-page-x: 16px;--app-page-top: 22px}}@media(min-width:721px)and (max-width:1180px){:root{--app-sidebar-width: 64px;--app-page-x: 22px;--app-page-top: 24px}}.xz-card{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-card);box-shadow:var(--card-shadow);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.xz-card-hover:hover{box-shadow:var(--card-shadow-hi);border-color:var(--xz-border-2)}.xz-seg{display:inline-flex;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:3px;box-shadow:var(--card-shadow)}.xz-seg>button{border:none;background:transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--xz-text-2);padding:8px 16px;border-radius:calc(var(--r-ctl) - 4px);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.15s}.xz-seg>button:hover{color:var(--xz-text)}.xz-seg>button.on{background:var(--xz-surface-2);color:var(--xz-text);box-shadow:inset 0 0 0 1px var(--xz-border)}.xz-seg>button.on svg{color:var(--xz-brand)}.xz-chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:var(--r-ctl);background:var(--xz-surface);border:1px solid var(--xz-border);color:var(--xz-text-2);font-family:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;appearance:none;transition:.12s;white-space:nowrap}.xz-chip:hover{border-color:var(--xz-border-2);color:var(--xz-text)}.xz-chip.on{border-color:var(--xz-brand);color:var(--xz-brand);background:var(--xz-brand-soft)}.xz-btn-primary{border:none;border-radius:var(--r-ctl);padding:11px 16px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:var(--xz-on-brand);box-shadow:0 4px 12px var(--xz-brand-glow);display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}.xz-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.xz-btn-primary:disabled,.xz-btn-ghost:disabled{cursor:not-allowed;opacity:.42;box-shadow:none;filter:grayscale(.3)}.xz-btn-ghost{border:1px solid var(--xz-border-2);border-radius:var(--r-ctl);padding:10px 16px;font-family:var(--font);font-weight:700;font-size:13px;cursor:pointer;background:var(--xz-surface-2);color:var(--xz-text);display:inline-flex;align-items:center;justify-content:center;gap:7px;transition:.15s}.xz-btn-ghost:hover{border-color:var(--xz-brand);color:var(--xz-brand);background:var(--xz-brand-soft)}.xz-overlay{position:fixed;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:200;padding:24px}.xz-modal{width:min(460px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);overflow:hidden;box-shadow:var(--xz-shadow-pop)}.xz-modal-body{padding:18px 20px;overflow:auto}.xz-toast{position:fixed;left:50%;bottom:34px;transform:translate(-50%) translateY(12px);background:var(--xz-text);color:var(--xz-bg);font-size:13px;font-weight:700;padding:11px 18px;border-radius:22px;box-shadow:var(--xz-shadow-pop);display:flex;align-items:center;gap:8px;z-index:300;opacity:0;transition:.25s;pointer-events:none}.xz-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.xz-sec-h{display:flex;align-items:center;gap:10px;margin-bottom:14px}.xz-sec-h .bar{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}.xz-sec-h .t{font-weight:700;font-size:16.5px;letter-spacing:-.01em;color:var(--xz-text)}.xz-empty{padding:72px 24px;text-align:center}.xz-empty-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:var(--r);background:var(--xz-brand-soft);color:var(--xz-brand);display:flex;align-items:center;justify-content:center}.xz-empty-title{font-size:18px;font-weight:800;margin:0 0 8px;color:var(--xz-text)}.xz-empty-desc{font-size:13px;color:var(--xz-text-2);line-height:1.7;max-width:420px;margin:0 auto 22px}.xz-empty-actions{display:flex;justify-content:center;gap:10px}.xz-empty-hint{max-width:460px;margin:20px auto 0;padding-top:14px;border-top:1px solid var(--xz-border);font-size:11.5px;color:var(--xz-text-3);line-height:1.9;text-align:left}@keyframes spin{to{transform:rotate(360deg)}}*{scrollbar-width:thin;scrollbar-color:transparent transparent}*:hover{scrollbar-color:var(--xz-border-2, rgba(0, 0, 0, .16)) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;transition:background .18s ease}*:hover::-webkit-scrollbar-thumb{background:var(--xz-border-2, rgba(0, 0, 0, .16))}*::-webkit-scrollbar-thumb:hover{background:var(--xz-text-3, rgba(0, 0, 0, .3))}*::-webkit-scrollbar-corner{background:transparent}.xz-scroll-hidden{scrollbar-width:none}.xz-scroll-hidden::-webkit-scrollbar{display:none}.login-container{display:flex;width:100%;position:relative;min-height:100dvh}.login-content{display:flex;width:100%;min-height:100dvh}.login-left{width:56%;display:flex;align-items:center;justify-content:center;position:relative}.login-logo{position:absolute;top:40px;left:40px;display:flex;align-items:center;gap:10px}.login-title{font-size:28px;font-weight:400;color:#292a2e}.login-form-wrapper{min-width:360px}.login-header{margin-bottom:32px;font-size:20px;font-weight:500}.login-right{width:44%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.login-right img{max-width:300px}.login-right h2{font-size:32px;font-weight:700;color:#333;margin:40px 0 16px}.login-right p{font-size:16px;color:#666}.login-footer{position:absolute;bottom:calc(6px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);font-size:12px;color:#999}.login-footer a{color:#999;text-decoration:none}.login-footer a:hover{color:#666}._page_1jn27_1{min-height:100vh;padding:40px 20px;color:#29242f;background:radial-gradient(circle at 18% 18%,rgba(129,92,201,.16),transparent 32%),radial-gradient(circle at 82% 80%,rgba(255,95,125,.13),transparent 34%),#f7f5fb}._brand_1jn27_8{display:flex;align-items:center;gap:10px;width:max-content;margin:0 auto 34px;font-size:18px;font-weight:800;cursor:pointer}._brand_1jn27_8 img{width:42px;height:42px;object-fit:contain}._card_1jn27_24{width:min(520px,100%);margin:0 auto;padding:42px;border:1px solid rgba(96,73,139,.13);border-radius:24px;background:#fffffff0;box-shadow:0 24px 70px #3f2b5b1f;text-align:center}._card_1jn27_24 h1{margin:10px 0 12px;font-size:30px}._card_1jn27_24 p{margin:0 0 22px;color:#716b79;font-size:15px;line-height:1.8}._card_1jn27_24>small{display:block;margin-top:16px;color:#9b95a3;line-height:1.6}._icon_1jn27_51{display:grid;place-items:center;width:64px;height:64px;margin:0 auto;border-radius:20px;color:#7554ba;background:#f0eafd}._icon_1jn27_51 svg{width:31px;height:31px}._success_1jn27_66{color:#159267;background:#e7f8f1}._eyebrow_1jn27_71{display:block;margin-top:18px;color:#8061c0;font-size:12px;font-weight:800;letter-spacing:.12em}._meta_1jn27_80{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:22px}._meta_1jn27_80 span{display:flex;flex-direction:column;gap:5px;padding:13px;border-radius:12px;color:#97909f;background:#f8f6fb;font-size:12px}._meta_1jn27_80 b{color:#4a4352;font-size:13px}._actions_1jn27_101{display:grid;gap:10px}._loading_1jn27_106{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:#817a89}@media(max-width:560px){._page_1jn27_1{padding:24px 14px}._card_1jn27_24{padding:30px 22px}._meta_1jn27_80{grid-template-columns:1fr}}._root_zwzrt_1{--xz-loading-size: 112px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:0;color:#6b7280;font-size:14px;text-align:center;background:#f5f5fa;animation:_xzLoadingFadeIn_zwzrt_1 .16s ease-out}._clear_zwzrt_16{background:transparent}._fixed_zwzrt_20{position:fixed;inset:0;z-index:9999}._absolute_zwzrt_26{position:absolute;inset:0;z-index:200}._inline_zwzrt_32{width:100%;min-height:220px;padding:32px;box-sizing:border-box;flex:1 1 auto;align-self:stretch}._visual_zwzrt_41{position:relative;display:grid;place-items:center;width:var(--xz-loading-size);height:var(--xz-loading-size);margin-bottom:2px;filter:drop-shadow(0 18px 26px rgba(255,47,77,.18))}._mascot_zwzrt_51{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:contain;transform-origin:50% 84%;animation:_xzLoadingDashBody_zwzrt_1 2.35s cubic-bezier(.36,0,.2,1) infinite}._trail_zwzrt_62{position:absolute;right:72%;top:30%;z-index:0;width:50%;height:38%;pointer-events:none}._trail_zwzrt_62 span{position:absolute;right:0;display:block;height:clamp(2px,var(--xz-loading-size) * .036,4px);border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,47,77,.58));animation:_xzLoadingTrail_zwzrt_1 2.35s ease-in-out infinite}._trail_zwzrt_62 span:nth-child(1){top:10%;width:70%}._trail_zwzrt_62 span:nth-child(2){top:45%;width:100%;animation-delay:.12s}._trail_zwzrt_62 span:nth-child(3){top:80%;width:54%;animation-delay:.24s}._dashPulse_zwzrt_99{position:absolute;right:calc(var(--xz-loading-size) * -.07);top:13%;z-index:2;width:clamp(7px,var(--xz-loading-size) * .11,12px);height:clamp(7px,var(--xz-loading-size) * .11,12px);border-radius:3px;background:#ff2f4d;transform:rotate(45deg);animation:_xzLoadingDashPulse_zwzrt_1 2.35s ease-in-out infinite;pointer-events:none}._shadow_zwzrt_113{position:absolute;left:50%;bottom:4%;width:46%;height:10%;border-radius:50%;background:#ff2f4d2b;filter:blur(9px);transform:translate(-50%);animation:_xzLoadingDashShadow_zwzrt_1 2.35s ease-in-out infinite}._title_zwzrt_126{font-size:15px;font-weight:700;line-height:1.4;color:#374151}._hint_zwzrt_133{margin-top:-2px;font-size:12px;line-height:1.5;color:#9ca3af}@keyframes _xzLoadingFadeIn_zwzrt_1{0%{opacity:0}to{opacity:1}}@keyframes _xzLoadingDashBody_zwzrt_1{0%,to{transform:translate(-2px) rotate(0) scale(1)}30%{transform:translate(-8px) rotate(-4deg) scale(.97,1.04)}58%{transform:translate(9px) rotate(6deg) scale(1.06,.96)}78%{transform:translate(0) rotate(-1deg) scale(1)}}@keyframes _xzLoadingDashShadow_zwzrt_1{0%,to{opacity:.62;transform:translate(-50%) scaleX(1)}30%{opacity:.44;transform:translate(-58%) scaleX(.86)}58%{opacity:.78;transform:translate(-42%) scaleX(1.18)}}@keyframes _xzLoadingTrail_zwzrt_1{0%,to{opacity:.06;transform:translate(7px) scaleX(.42)}58%{opacity:.78;transform:translate(-8px) scaleX(1)}78%{opacity:.18;transform:translate(-1px) scaleX(.72)}}@keyframes _xzLoadingDashPulse_zwzrt_1{0%,to{opacity:0;transform:rotate(45deg) scale(.32)}58%{opacity:.9;transform:rotate(45deg) scale(1)}78%{opacity:0;transform:rotate(45deg) scale(1.36)}}@media(prefers-reduced-motion:reduce){._root_zwzrt_1,._mascot_zwzrt_51,._trail_zwzrt_62 span,._dashPulse_zwzrt_99,._shadow_zwzrt_113,._visual_zwzrt_41{animation:none!important}}.register-container{position:relative;display:flex;width:100%;min-height:100vh;min-height:100dvh;overflow-x:hidden;background:#fff}.register-container,.register-container *{box-sizing:border-box}.register-container .login-content{display:flex;width:100%;min-height:100vh;min-height:100dvh}.register-container .login-left{position:relative;display:flex;align-items:center;justify-content:center;width:56%;min-width:0;padding:112px 48px 40px}.register-container .login-logo{position:absolute;top:40px;left:40px;display:flex;align-items:center;gap:10px;max-width:calc(100% - 80px)}.register-container .login-logo img{flex:0 0 auto}.register-container .login-title{color:#292a2e;font-size:28px;font-weight:400;line-height:1.25;white-space:nowrap}.register-container .login-form-wrapper{width:min(100%,430px);min-width:0}.register-container .login-header{margin-bottom:32px;color:#1f2024;font-size:20px;font-weight:500;line-height:1.45}.register-container .login-right{display:flex;flex-direction:column;align-items:center;justify-content:center;width:44%;min-width:0;padding:48px;overflow:hidden;background-repeat:no-repeat;background-position:center;background-size:cover;text-align:center}.register-container .login-right img{width:min(100%,300px);height:auto}.register-container .login-right h2{margin:40px 0 16px;color:#333;font-size:clamp(24px,2.1vw,32px);font-weight:700}.register-container .login-right p{margin:0;color:#666;font-size:16px}.register-container .register-code-row{display:flex;gap:8px;width:100%}.register-container .register-code-row .ant-input-affix-wrapper{flex:1 1 auto;min-width:0}.register-container .register-code-button{flex:0 0 auto}.register-container .register-agreement{margin-bottom:16px}.register-container .register-agreement .ant-checkbox-wrapper{align-items:flex-start;line-height:1.7}.register-container .register-agreement .ant-checkbox{margin-top:4px}.register-container .register-login-entry{display:flex;flex-direction:column;align-items:center;margin-top:20px}.register-container .register-login-entry>div{margin-bottom:4px}@media(min-width:901px)and (max-height:860px){.register-container .login-left{align-items:flex-start}}@media(max-width:900px){.register-container .login-content{display:block}.register-container .login-left{display:block;width:100%;min-height:100vh;min-height:100dvh;padding:28px clamp(20px,5vw,48px) 48px}.register-container .login-logo{position:static;max-width:none;margin:0 auto 36px}.register-container .login-form-wrapper{width:min(100%,480px);margin:0 auto}.register-container .login-header{margin-bottom:24px}.register-container .login-right{display:none}}@media(max-width:480px){.register-container .login-left{padding:20px 16px 36px}.register-container .login-logo{gap:8px;margin-bottom:28px}.register-container .login-logo img{width:56px!important}.register-container .login-title{font-size:clamp(20px,6.5vw,24px)}.register-container .login-header{margin-bottom:20px;font-size:19px}.register-container .register-login-entry{margin-top:12px}}@media(max-width:380px){.register-container .register-code-row{flex-direction:column}.register-container .register-code-button{width:100%;min-width:0!important}}._modal_th1gb_1 .ant-modal-content{overflow:hidden;padding:0;border-radius:18px}._modal_th1gb_1 .ant-modal-header{margin:0;padding:22px 24px 18px;border-bottom:1px solid #eef0f4}._modal_th1gb_1 .ant-modal-close{top:20px;right:20px}._modalTitle_th1gb_16{display:flex;align-items:center;gap:12px}._modalTitle_th1gb_16 strong,._modalTitle_th1gb_16 small{display:block}._modalTitle_th1gb_16 strong{color:#222634;font-size:17px}._modalTitle_th1gb_16 small{margin-top:3px;color:#9299a8;font-size:12px;font-weight:400}._titleIcon_th1gb_36{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;color:#ff3d5f;background:#fff0f3}._tabs_th1gb_46 .ant-tabs-nav{margin:0;padding:0 24px;background:#fafbfc}._tabs_th1gb_46 .ant-tabs-tab{padding:14px 4px}._profilePane_th1gb_55{display:grid;grid-template-columns:170px minmax(0,1fr);min-height:370px}._avatarPanel_th1gb_61{display:flex;align-items:center;flex-direction:column;padding:32px 22px;border-right:1px solid #eef0f4;background:linear-gradient(180deg,#fff8fa,#fff)}._avatarPanel_th1gb_61 strong{margin-top:13px;color:#363b49;font-size:14px}._avatarPanel_th1gb_61 small{margin-top:6px;color:#9aa1af;font-size:11px;line-height:1.6;text-align:center}._avatarButton_th1gb_82{position:relative;overflow:hidden;width:92px;height:92px;padding:0;border:4px solid #fff;border-radius:50%;background:#f0f1f4;box-shadow:0 6px 24px #32374b24;cursor:pointer}._avatarButton_th1gb_82 img,._avatarButton_th1gb_82 ._avatarFallback_th1gb_95{display:grid;width:100%;height:100%;place-items:center;object-fit:cover}._avatarFallback_th1gb_95{color:#fff;background:linear-gradient(145deg,#ff6b85,#ff3156);font-size:28px;font-weight:700}._avatarMask_th1gb_110{position:absolute;inset:auto 0 0;display:grid;height:32px;place-items:center;color:#fff;background:#1a1d26a3}._form_th1gb_120{padding:26px 26px 22px}._twoColumns_th1gb_124{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:16px}._profileHint_th1gb_130{padding:11px 13px;border-radius:9px;color:#7d8493;background:#f7f8fa;font-size:12px;line-height:1.6}._passwordTabLabel_th1gb_139{display:inline-flex;align-items:center;gap:6px}._passwordTipIcon_th1gb_145{color:#a0a6b3;font-size:14px;transition:color .2s ease}._passwordTipIcon_th1gb_145:hover{color:#ff3d5f}._formActions_th1gb_154{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}._passwordPane_th1gb_161{padding:22px 28px 28px}._passwordPane_th1gb_161>.ant-tabs{margin-top:0}._passwordPane_th1gb_161>.ant-tabs>.ant-tabs-nav{padding:0;background:transparent}._spinning_th1gb_172{animation:_spin_th1gb_172 .85s linear infinite}@keyframes _spin_th1gb_172{to{transform:rotate(360deg)}}@media(max-width:680px){._profilePane_th1gb_55{grid-template-columns:1fr}._avatarPanel_th1gb_61{border-right:0;border-bottom:1px solid #eef0f4}._twoColumns_th1gb_124{grid-template-columns:1fr}}._floating_hc9em_3{position:fixed;z-index:90;visibility:hidden}._floating_hc9em_3[style]{visibility:visible}[data-battle-open=true] ._floating_hc9em_3{display:none}._panel_hc9em_17{display:flex;align-items:center;gap:4px;padding:5px 6px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#14141ae6;box-shadow:0 10px 28px #1212182e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}._dragging_hc9em_33{cursor:grabbing;box-shadow:0 14px 34px #12121842}._dragHandle_hc9em_38{display:inline-flex;align-items:center;justify-content:center;width:18px;height:24px;color:#ffffff52;cursor:grab}._dragging_hc9em_33 ._dragHandle_hc9em_38{cursor:grabbing}._lab_hc9em_52{margin-right:4px;color:#ffffff80;font-size:10.5px;white-space:nowrap}._btn_hc9em_59{padding:4px 10px;border:none;border-radius:999px;background:transparent;color:#ffffffa6;font-size:11.5px;font-weight:700;cursor:pointer;transition:.12s}._btn_hc9em_59:hover{color:#fff}._btn_hc9em_59:disabled{cursor:wait}._btn_hc9em_59._on_hc9em_76{background:var(--xz-brand);color:#fff}._collapseButton_hc9em_81{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;margin-left:2px;padding:0;border:none;border-radius:50%;background:#ffffff14;color:#ffffff9e;cursor:pointer;transition:background .12s ease,color .12s ease}._collapseButton_hc9em_81:hover{background:#ffffff26;color:#fff}._restoreButton_hc9em_101{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:50%;background:var(--xz-surface-2);box-shadow:none;color:var(--xz-text);cursor:pointer;transition:background .14s ease,color .14s ease}._restoreButton_hc9em_101:hover{background:var(--xz-brand-soft);color:var(--xz-brand)}@media(max-width:560px){._panel_hc9em_17{gap:2px;padding:4px}._dragHandle_hc9em_38,._lab_hc9em_52{display:none}._btn_hc9em_59{padding-inline:8px}}._sidebar_1yi29_2{position:sticky;top:0;z-index:8;width:var(--app-sidebar-width, 76px);box-sizing:border-box;border-right:1px solid var(--xz-border);background:var(--xz-surface);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:30px 10px 22px;display:flex;flex-direction:column;gap:4px;min-height:calc(100vh - var(--app-promo-h, 0px));overflow:visible}._brand_1yi29_22{appearance:none;border:none;background:transparent;display:flex;align-items:flex-start;justify-content:center;width:100%;height:31px;margin-bottom:45px;padding:0;cursor:pointer}._brand_1yi29_22:hover ._logo_1yi29_35{transform:translateY(-1px)}._logo_1yi29_35{width:31px;height:31px;border-radius:9px;display:block;object-fit:cover;transition:transform .15s ease}._brandName_1yi29_48{display:none}._navStack_1yi29_52{display:flex;flex-direction:column;gap:8px}._navGroup_1yi29_58{display:flex;flex-direction:column;gap:6px;margin-bottom:0}._navLabel_1yi29_65{display:none}._navDivider_1yi29_69{width:24px;height:1px;margin:2px auto;border-radius:999px;background:var(--xz-surface-2)}._navItem_1yi29_77{position:relative;display:flex;align-items:center;justify-content:center;height:44px;width:52px;padding:0;border-radius:11px;color:var(--xz-text-2);font-size:13px;cursor:pointer;transition:background .12s ease}._navItem_1yi29_77:hover{background:var(--xz-surface-2)}._navItem_1yi29_77>svg,._navItem_1yi29_77>img,._navItem_1yi29_77>span[aria-hidden=true]{flex-shrink:0}._navItem_1yi29_77>span:not(._navDot_1yi29_99):not(._navBadge_1yi29_99):not(._navShortcut_1yi29_99):not([aria-hidden=true]){display:none}._navItem_1yi29_77:hover:after{content:attr(data-title);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);z-index:30;padding:7px 10px;border-radius:8px;background:#222226;color:#fff;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 10px 24px #1111142e}._navItem_1yi29_77:hover:before{content:"";position:absolute;left:calc(100% + 6px);top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#222226;z-index:31}._sidebar_1yi29_2:hover ._navItem_1yi29_77>span:not(._navDot_1yi29_99):not(._navBadge_1yi29_99):not(._navShortcut_1yi29_99):not([aria-hidden=true]){opacity:1;transform:translate(0)}._navActive_1yi29_133{background:var(--xz-surface-2);color:var(--xz-text);font-weight:500}._navDot_1yi29_99{display:none}._navBadge_1yi29_99{position:absolute;top:4px;right:4px;font-size:9.5px;font-weight:700;padding:1px 5px;border-radius:3px;background:var(--xz-brand);color:#fff;letter-spacing:.3px;opacity:0}._navShortcut_1yi29_99{margin-left:auto;font-size:10px;color:var(--xz-text-2);font-family:JetBrains Mono,monospace;display:none}._sidebarFooter_1yi29_165{margin-top:auto;padding-top:12px;position:relative;display:grid;gap:8px}._creditTrigger_1yi29_173{position:relative;display:inline-flex;width:100%;height:34px;align-items:center;justify-content:center;gap:3px;border:none;border-radius:10px;background:var(--xz-surface-2);color:var(--xz-text-2);font-family:JetBrains Mono,monospace;font-size:10.5px;font-weight:800;cursor:pointer;transition:background .15s ease,color .15s ease}._creditTrigger_1yi29_173 svg{flex:0 0 auto}._creditTrigger_1yi29_173 span{max-width:28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._creditTrigger_1yi29_173:hover{background:var(--xz-brand-soft);color:var(--xz-brand)}._creditTrigger_1yi29_173:hover:after{content:attr(data-title);position:absolute;left:calc(100% + 12px);top:50%;transform:translateY(-50%);z-index:30;padding:7px 10px;border-radius:8px;background:#222226;color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;white-space:nowrap;box-shadow:0 10px 24px #1111142e}._creditTrigger_1yi29_173:hover:before{content:"";position:absolute;left:calc(100% + 6px);top:50%;transform:translateY(-50%);border:6px solid transparent;border-right-color:#222226;z-index:31}._userTrigger_1yi29_232{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;border:none;background:transparent;width:100%;cursor:pointer;font-family:inherit;transition:background .15s ease}._userTrigger_1yi29_232:hover{background:var(--xz-surface-2)}._userAvatar_1yi29_249{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0}._userAvatarFallback_1yi29_257{width:28px;height:28px;border-radius:50%;background:var(--xz-surface-2);color:var(--xz-text);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}._userBrief_1yi29_271{display:none}._userName_1yi29_275{font-size:12.5px;font-weight:600;color:var(--xz-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userMeta_1yi29_284{font-size:10.5px;color:var(--xz-text-2);margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._userChevron_1yi29_293{color:var(--xz-text-3);transition:transform .2s ease;flex-shrink:0;display:none}._userChevronOpen_1yi29_300{transform:rotate(180deg)}._profileCard_1yi29_304{position:absolute;bottom:calc(100% + 4px);left:0;width:220px;background:var(--xz-surface);border-radius:12px;border:1px solid var(--xz-border);box-shadow:0 16px 48px var(--xz-border-2);overflow:hidden;animation:_slideIn_1yi29_1 .15s ease-out;z-index:10}@keyframes _slideIn_1yi29_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._profileHeader_1yi29_328{position:relative;display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid var(--xz-border)}._profileAvatar_1yi29_337,._profileAvatarFallback_1yi29_338{width:40px;height:40px;border-radius:50%;flex-shrink:0}._profileAvatar_1yi29_337{object-fit:cover}._profileAvatarFallback_1yi29_338{background:linear-gradient(135deg,var(--xz-brand-soft),var(--xz-brand-soft-2));color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-weight:700}._avatarOverlay_1yi29_358{position:absolute;inset:0;border-radius:50%;background:#0006;color:#fff;display:flex;align-items:center;justify-content:center}._profileNameBlock_1yi29_369{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._profileName_1yi29_369{font-size:15px;font-weight:600;color:var(--xz-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._profileBadge_1yi29_386{display:inline-flex;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:500;color:var(--xz-brand);background:var(--xz-brand-soft);width:fit-content}._editBtn_1yi29_397{width:26px;height:26px;border-radius:6px;border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .12s ease}._editBtn_1yi29_397:hover{color:var(--xz-text);border-color:var(--xz-border-2)}._profileBody_1yi29_416{padding:8px 16px}._profileRow_1yi29_420{display:flex;align-items:center;gap:10px;padding:7px 0}._profileActionRow_1yi29_427{width:100%;border:0;background:transparent;color:var(--xz-text-2);font-family:inherit;text-align:left;cursor:pointer;border-radius:8px;transition:color .15s,background .15s}._profileActionRow_1yi29_427:hover{color:var(--xz-brand);background:var(--xz-brand-soft)}._profileActionValue_1yi29_443{flex:1;color:var(--xz-text-3);font-size:11.5px;text-align:right;white-space:nowrap}._profileIcon_1yi29_451{color:var(--xz-text-3);display:flex;align-items:center}._profileLabel_1yi29_457{font-size:12px;color:var(--xz-text-2);width:48px;flex-shrink:0}._profileValue_1yi29_464{font-size:12.5px;color:var(--xz-text);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}._profileValueStrong_1yi29_475{font-weight:700;font-size:14px;font-family:JetBrains Mono,monospace}._profileEditInput_1yi29_481{flex:1;min-width:0;padding:4px 8px;border:1px solid var(--xz-border-2);border-radius:6px;font-size:12.5px;font-family:inherit;color:var(--xz-text);outline:none}._profileEditInput_1yi29_481:focus{border-color:var(--xz-brand);box-shadow:0 0 0 2px var(--xz-brand-soft)}._profileFooter_1yi29_497{padding:12px 16px 16px;border-top:1px solid var(--xz-border)}._profileFooterActions_1yi29_502{display:grid;gap:8px}._memoryBtn_1yi29_507{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:34px;border:1px solid var(--xz-brand-soft-2);border-radius:8px;background:var(--xz-brand-soft);color:var(--xz-brand);cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:600}._memoryBtn_1yi29_507:hover{border-color:var(--xz-brand);background:var(--xz-surface)}._logoutBtn_1yi29_528{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;height:34px;border-radius:8px;border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}._logoutBtn_1yi29_528:hover{background:var(--xz-brand-soft);color:var(--xz-brand);border-color:var(--xz-brand-soft-2)}._saveBtn_1yi29_551{flex:1;height:34px;border-radius:8px;border:none;background:var(--xz-brand);color:#fff;font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer}._saveBtn_1yi29_551:hover:not(:disabled){background:var(--xz-text)}._saveBtn_1yi29_551:disabled{opacity:.6;cursor:not-allowed}._cancelBtn_1yi29_571{flex:1;height:34px;border-radius:8px;border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer}._cancelBtn_1yi29_571:hover{background:var(--xz-surface-3)}._spinning_1yi29_587{animation:_spin_1yi29_587 1s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes _spin_1yi29_587{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._creditsRefreshBtn_1yi29_601{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:6px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--xz-text-3);cursor:pointer;transition:background .15s,color .15s}._creditsRefreshBtn_1yi29_601:hover{background:var(--xz-surface-2);color:var(--xz-brand)}._creditsRefreshBtn_1yi29_601:disabled{cursor:not-allowed;opacity:.6}@media(max-width:1180px){._sidebar_1yi29_2{padding:24px 8px 18px}._brand_1yi29_22{height:29px;margin-bottom:34px}._logo_1yi29_35{width:29px;height:29px}._navStack_1yi29_52{gap:6px}._navGroup_1yi29_58{gap:5px}._navItem_1yi29_77{width:46px;height:40px;border-radius:10px}._sidebarFooter_1yi29_165{gap:6px}}@media(max-width:720px){._sidebar_1yi29_2{padding:22px 6px 16px}._brand_1yi29_22{height:27px;margin-bottom:28px}._logo_1yi29_35{width:27px;height:27px;border-radius:8px}._navDivider_1yi29_69{width:20px}._navItem_1yi29_77{width:42px;height:38px;border-radius:9px}._creditTrigger_1yi29_173{height:30px;border-radius:9px}._creditTrigger_1yi29_173 span{display:none}._userTrigger_1yi29_232{padding:6px}}._root_jfyw3_1{position:absolute;inset:0;overflow:hidden;pointer-events:none;background:var(--xz-bg);z-index:0}._blob_jfyw3_10{position:absolute;border-radius:50%;will-change:transform}._blobPink_jfyw3_16{top:-200px;left:-120px;width:680px;height:680px;background:radial-gradient(circle,rgba(255,47,77,.18),transparent 60%);filter:blur(40px)}._blobPurple_jfyw3_25{top:-120px;right:-160px;width:720px;height:720px;background:radial-gradient(circle,rgba(124,58,237,.16),transparent 60%);filter:blur(50px)}._blobBlue_jfyw3_34{bottom:-180px;left:30%;width:680px;height:680px;background:radial-gradient(circle,rgba(59,130,246,.12),transparent 60%);filter:blur(50px)}._trigger_wzsqj_1{width:30px;height:30px;border:none;border-radius:8px;background:transparent;color:#707584;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s,color .18s,transform .18s}._trigger_wzsqj_1:hover{background:#fff1f3;color:#ff2f4d;transform:translateY(-1px)}._triggerFloating_wzsqj_20{width:28px;height:28px;color:#ff2f4d}._triggerFloating_wzsqj_20:hover{background:#ff2f4d1a}._popup_wzsqj_29{width:276px;padding:0}._panel_wzsqj_34{padding:14px}._panelHeader_wzsqj_38{display:flex;gap:10px;align-items:flex-start;margin-bottom:12px}._panelIcon_wzsqj_45{flex:0 0 auto;width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:#ff2f4d;background:#fff1f3}._title_wzsqj_57{font-size:13px;font-weight:700;color:#14141f;line-height:1.35}._subtitle_wzsqj_64{margin-top:3px;font-size:11px;color:#8a90a0;line-height:1.45}._inviteSentence_wzsqj_71{font-size:12px;color:#4f5565;line-height:1.5;margin-bottom:8px}._codeBox_wzsqj_78{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 11px;border-radius:8px;border:1px solid rgba(255,47,77,.16);background:linear-gradient(135deg,#fff7f8,#fff)}._codeBox_wzsqj_78 span{font-size:11px;color:#8a90a0}._codeBox_wzsqj_78 strong{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:15px;letter-spacing:0;color:#15151f}._statsGrid_wzsqj_99{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px}._statsGrid_wzsqj_99 div{min-width:0;padding:8px 9px;border-radius:8px;background:#f7f8fb;border:1px solid #eef0f5}._statsGrid_wzsqj_99 span{display:block;font-size:10px;line-height:1.35;color:#8a90a0}._statsGrid_wzsqj_99 strong{display:block;margin-top:3px;font-size:13px;line-height:1.35;color:#15151f}._copyBtn_wzsqj_126{width:100%;height:34px;margin-top:12px;border:none;border-radius:8px;background:#ff2f4d;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s,transform .18s}._copyBtn_wzsqj_126:hover{background:#e82743;transform:translateY(-1px)}._page_dxszu_1{position:relative;min-height:100dvh;font-family:Inter,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;color:#111114;overflow:hidden}._shell_dxszu_9{position:relative;z-index:1;display:grid;grid-template-columns:var(--app-sidebar-width, 76px) minmax(0,1fr);min-height:100dvh}._main_dxszu_17{overflow:auto;max-height:100dvh;padding-bottom:var(--app-safe-bottom)}._ctaBtn_dxszu_23{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:8px;background:#ff2f4d;color:#fff;border:none;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #ff2f4d40;transition:transform .1s ease,box-shadow .15s ease}._ctaBtn_dxszu_23:hover{box-shadow:0 6px 18px #ff2f4d59;transform:translateY(-1px)}._ctaBtn_dxszu_23:active{transform:translateY(0)}._content_dxszu_47{padding:var(--app-page-top, 30px) var(--app-page-x, 44px) 72px;width:100%;max-width:none;margin:0;box-sizing:border-box}._homeHeader_dxszu_55{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;margin-bottom:26px;padding:0}@media(max-width:760px){._homeHeader_dxszu_55{flex-direction:column}}._greeting_dxszu_69{min-width:0;margin-bottom:0}._timestamp_dxszu_74{font-size:13px;color:#6b6b72;font-family:JetBrains Mono,monospace}._title_dxszu_80{font-size:30px;font-weight:600;margin:6px 0 0;letter-spacing:-.3px;color:#111114}._titleDot_dxszu_88{color:#ff2f4d}._caret_dxszu_92{display:inline-block;width:3px;height:.85em;margin-left:2px;vertical-align:text-bottom;background:#ff2f4d;border-radius:1px;animation:_caret-blink_dxszu_1 1s step-end infinite}@keyframes _caret-blink_dxszu_1{0%,50%{opacity:1}50.01%,to{opacity:0}}._subtitle_dxszu_111{font-size:14px;color:#6b6b72;margin-top:6px}._subtitle_dxszu_111 b{color:#111114;font-weight:600}._accountDock_dxszu_121{display:inline-flex;flex:0 0 auto;align-items:center;gap:9px;padding-top:1px}._creditTrigger_dxszu_129{display:inline-flex;align-items:center;gap:8px;height:34px;padding:0 10px 0 4px;border-radius:999px;border:none;background:transparent;color:#17171c;font-family:inherit;cursor:pointer;box-shadow:none;transition:background .14s ease,transform .14s ease}._creditTrigger_dxszu_129 svg{flex:0 0 auto;filter:drop-shadow(0 6px 12px rgba(46,116,212,.3));transition:transform .4s cubic-bezier(.22,1,.36,1)}._creditTrigger_dxszu_129 b{font-size:17px;line-height:1;letter-spacing:0;font-variant-numeric:tabular-nums}._creditTrigger_dxszu_129:hover{background:#1111140d}._creditTrigger_dxszu_129:hover svg{transform:rotate(-8deg) scale(1.08)}._headerUpgradeButton_dxszu_162{height:36px;padding:0 15px;border:none;border-radius:10px;background:#ff2f4d;color:#fff;font-family:inherit;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 10px 24px #ff2f4d3d;transition:transform .14s ease,box-shadow .14s ease}._headerUpgradeButton_dxszu_162:hover{transform:translateY(-1px);box-shadow:0 14px 30px #ff2f4d4d}._creditPopover_dxszu_181 .ant-popover-inner{padding:0;border-radius:18px;box-shadow:0 24px 58px #11111429}._creditPopup_dxszu_187{width:302px;padding:18px;border-radius:16px;background:#fffffff5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._creditTotalRow_dxszu_195,._creditReset_dxszu_196{display:flex;align-items:center;justify-content:space-between;gap:16px}._creditTierBadge_dxszu_203{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid rgba(17,17,20,.07)}._creditTierName_dxszu_213{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:999px;background:linear-gradient(135deg,#e02a4a,#ff7185 55%,#ffafbb);color:#fff;font-size:12.5px;font-weight:800;letter-spacing:.3px;box-shadow:0 8px 20px #e02a4a3d}._creditRefreshBtn_dxszu_227{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:none;border-radius:9px;background:#f5f5f7;color:#8d8d95;cursor:pointer;transition:background .14s ease,color .14s ease}._creditRefreshBtn_dxszu_227:hover:not(:disabled){background:#ebebee;color:#56565e}._creditRefreshBtn_dxszu_227:disabled{cursor:default;opacity:.5}.__removed_creditPlanLine_dxszu_249{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-top:14px;padding-bottom:14px;border-bottom:1px solid rgba(17,17,20,.08)}.__removed_creditPlanLine_dxszu_249 b{color:#17171c;font-size:15px;letter-spacing:0}.__removed_creditPlanLine_dxszu_249 span{min-width:0;overflow:hidden;color:#9a9aa2;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._creditTotalRow_dxszu_195{margin-top:14px}._creditTotalRow_dxszu_195 span{color:#9a9aa2;font-size:13px;font-weight:700}._creditTotalRow_dxszu_195 b{color:#111114;font-size:20px;letter-spacing:0}._creditBar_dxszu_287{display:flex;height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:#eeeef2}._creditBar_dxszu_287 i{display:block;min-width:0;height:100%}._creditGift_dxszu_301,._legendGift_dxszu_302{background:#16bfa7}._creditSub_dxszu_306,._legendSub_dxszu_307{background:#ff2f5f}._creditBoost_dxszu_311,._legendBoost_dxszu_312{background:#f4a000}._creditLegend_dxszu_316{display:flex;flex-wrap:wrap;gap:10px 16px;margin-top:13px}._creditLegend_dxszu_316 span{display:inline-flex;align-items:center;gap:6px;color:#8b8d98;font-size:12px;font-weight:700}._creditLegend_dxszu_316 i{display:inline-flex;width:9px;height:9px;border-radius:3px}._creditReset_dxszu_196{margin-top:16px}._creditReset_dxszu_196 span{color:#9a9aa2;font-size:13px;font-weight:700}._creditReset_dxszu_196 b{color:#17171c;font-size:13px;letter-spacing:0}._creditUpgradeButton_dxszu_351{display:inline-flex;width:100%;height:40px;align-items:center;justify-content:center;gap:6px;margin-top:16px;border:1px solid rgba(255,47,77,.34);border-radius:12px;background:#fff1f3b8;color:#ff2f4d;font-family:inherit;font-size:14px;font-weight:900;cursor:pointer}._spinning_dxszu_369{animation:_spin_dxszu_369 .8s linear infinite}@keyframes _spin_dxszu_369{to{transform:rotate(360deg)}}._productivityStrip_dxszu_378{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}@media(max-width:1180px){._productivityStrip_dxszu_378{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){._productivityStrip_dxszu_378{grid-template-columns:1fr}}._metricTile_dxszu_395{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;min-height:104px;padding:17px;border-radius:14px;background:#ffffffc2;border:1px solid rgba(17,17,20,.07);box-shadow:0 10px 28px #1111140b}._metricTile_dxszu_395 span{display:block;font-size:12px;color:#77777f;font-weight:600}._metricTile_dxszu_395 b{display:block;margin-top:7px;font-size:25px;line-height:1.1;color:#111114;letter-spacing:0}._metricTile_dxszu_395 em{display:block;margin-top:8px;font-style:normal;font-size:12px;line-height:1.45;color:#9a9aa2}._metricIcon_dxszu_429{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#fff1f3;color:#ff2f4d}._sectionLabel_dxszu_440{display:flex;align-items:center;margin-bottom:12px;font-size:10.5px;font-weight:600;color:#a8a8ae;letter-spacing:1px;text-transform:uppercase;font-family:JetBrains Mono,monospace}._linkText_dxszu_452{font-size:11px;color:#6b6b72;cursor:pointer;font-family:Inter,sans-serif;text-transform:none;letter-spacing:0;font-weight:400}._linkText_dxszu_452:hover{color:#ff2f4d}._projectSection_dxszu_465{margin-bottom:34px}._projectStrip_dxszu_469{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}@media(max-width:1320px){._projectStrip_dxszu_469{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){._projectStrip_dxszu_469{grid-template-columns:1fr}}._newProjectCard_dxszu_485,._projectCard_dxszu_486{min-width:0;border:none;background:transparent;text-align:left;font-family:inherit;cursor:pointer}._newProjectCard_dxszu_485{display:flex;flex-direction:column;gap:14px;color:#77777f}._newProjectCard_dxszu_485 svg{width:100%;height:118px;padding:44px 0;border-radius:16px;background:#f5f5f7cc;border:1px dashed rgba(17,17,20,.18);color:#9a9aa2;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}._newProjectCard_dxszu_485 span{color:#2f3036;font-size:14px;font-weight:700}._newProjectCard_dxszu_485:hover svg{transform:translateY(-2px);color:#ff2f4d;border-color:#ff2f4d47;background:#fff1f3b8}._projectCard_dxszu_486{display:flex;flex-direction:column;gap:13px}._projectCard_dxszu_486:hover ._projectThumb_dxszu_528{transform:translateY(-2px);box-shadow:0 16px 34px #11111417;border-color:#1111141f}._projectThumb_dxszu_528{height:118px;overflow:hidden;border-radius:16px;background:#f5f5f7;border:1px solid rgba(17,17,20,.07);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}._projectThumb_dxszu_528 img{width:100%;height:100%;object-fit:cover;display:block}._projectThumb_dxszu_528>span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#a0a0a8;font-size:13px;font-weight:800}._projectMeta_dxszu_559 b,._projectMeta_dxszu_559 span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._projectMeta_dxszu_559 b{color:#17171c;font-size:15px;line-height:1.35}._projectMeta_dxszu_559 span{margin-top:5px;color:#8d8d95;font-size:12px}._focusGrid_dxszu_577{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:stretch;height:clamp(360px,28vw,430px);margin-bottom:30px}@media(max-width:1180px){._focusGrid_dxszu_577{grid-template-columns:1fr;height:auto}}._reviewHero_dxszu_592{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100%;min-height:0;padding:22px 28px 18px;border-radius:20px;background:radial-gradient(circle at 82% 0%,rgba(255,77,95,.32),transparent 34%),radial-gradient(circle at 15% 100%,rgba(107,92,255,.18),transparent 36%),linear-gradient(135deg,#17181f,#22212a 62%,#2a1d24);border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 60px #11111424}._heroAura_dxszu_606{position:absolute;top:-120px;right:-80px;width:360px;height:360px;border-radius:999px;background:radial-gradient(circle,rgba(255,130,145,.5) 0%,rgba(255,130,145,.18) 35%,transparent 70%);filter:blur(28px);pointer-events:none;animation:_hero-pulse_dxszu_1 6s ease-in-out infinite;z-index:0}@keyframes _hero-pulse_dxszu_1{0%,to{transform:scale(1) translate(0);opacity:.6}50%{transform:scale(1.12) translate(-12px,6px);opacity:.85}}._heroTopRow_dxszu_630{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:60px;align-items:stretch;margin-top:28px}@media(max-width:980px){._heroTopRow_dxszu_630{grid-template-columns:1fr;gap:24px;margin-top:18px}}._heroValueBlock_dxszu_647{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;align-self:center;gap:6px;padding:0}._heroValueLabel_dxszu_658{display:inline-flex;align-items:center;gap:8px;color:#ffffff8c;font-size:12px;font-weight:700;letter-spacing:.5px}._heroValueDigits_dxszu_668{display:flex;align-items:baseline;gap:6px;margin-top:2px;color:#fff;font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}._heroValueCurrency_dxszu_678{font-size:26px;font-weight:700;color:#ffcfd7eb;margin-right:2px}._heroValueNumber_dxszu_685{font-size:clamp(56px,6vw,88px);line-height:1;font-weight:900;letter-spacing:-1.5px;background:linear-gradient(180deg,#fff,#ffe7eb 60%,#ffb6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 22px 50px rgba(255,47,77,.14)}._heroValueUnit_dxszu_697{margin-left:8px;color:#ffffffa8;font-size:15px;font-weight:600}._heroInfo_dxszu_704{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#ffffff14;color:#fff9;cursor:help;transition:background .15s ease,color .15s ease}._heroInfo_dxszu_704:hover{background:#ffffff24;color:#ffffffe6}._heroSubline_dxszu_722{margin:10px 0 0;color:#ffffff8c;font-size:13px;line-height:1.55}._heroSubline_dxszu_722 b{color:#ffffffeb;font-weight:700}._welcomeBlock_dxszu_733{display:flex;flex-direction:column;flex:1;justify-content:center;gap:14px;padding:4px 4px 6px}._welcomeKicker_dxszu_742{color:#ff8291d9;font-size:12px;font-weight:800;letter-spacing:.6px;text-transform:none}._welcomeTitle_dxszu_750{margin:0;color:#fff;font-size:clamp(34px,3.8vw,52px);line-height:1.18;font-weight:900;letter-spacing:-.8px}._welcomeTitle_dxszu_750 em{font-style:normal;background:linear-gradient(180deg,#fff,#ffe7eb 60%,#ffb6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._welcomeArrow_dxszu_766{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:9px 14px;border-radius:999px;background:#ff2f4d2e;border:1px solid rgba(255,130,145,.4);color:#ffe1e6;font-size:13px;font-weight:700;width:fit-content}._welcomeList_dxszu_781{list-style:none;margin:0;padding:0;display:grid;gap:12px}._welcomeList_dxszu_781 li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:12px;align-items:flex-start}._welcomeList_dxszu_781 b{display:block;color:#fff;font-size:16px;line-height:1.35;font-weight:700}._welcomeList_dxszu_781 em{display:block;margin-top:4px;color:#fff9;font-size:12.5px;font-style:normal;line-height:1.55}._welcomeBullet_dxszu_810{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:1px;border-radius:8px;background:#ff2f4d2e;color:#ff8190;font-size:14px;font-weight:700}._receiptStrip_dxszu_824{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:28px;position:relative;z-index:1}@media(max-width:1100px){._receiptStrip_dxszu_824{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){._receiptStrip_dxszu_824{grid-template-columns:1fr}}._heroFootnote_dxszu_843{position:relative;z-index:1;display:flex;align-items:center;gap:6px;margin-top:12px;padding:0 132px 0 4px;color:#ffffff5c;font-size:10.5px;line-height:1.5;letter-spacing:.1px}._heroFootnote_dxszu_843 svg{flex:0 0 auto;color:#ffffff52;width:11px;height:11px}._heroFootnote_dxszu_843 b{color:#fff9;font-weight:600}@media(max-width:720px){._heroFootnote_dxszu_843{padding-right:4px}}._heroRangeSwitch_dxszu_872{position:absolute;right:14px;bottom:12px;z-index:4;display:inline-grid;grid-template-columns:repeat(2,minmax(42px,1fr));gap:2px;padding:3px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._heroRangeSwitch_dxszu_872 button{height:26px;padding:0 10px;border:none;border-radius:999px;background:transparent;color:#ffffff94;font-family:inherit;font-size:11.5px;font-weight:800;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease}._heroRangeSwitch_dxszu_872 button:hover{color:#ffffffdb}@media(max-width:720px){._heroRangeSwitch_dxszu_872{position:relative;right:auto;bottom:auto;align-self:flex-end;margin-top:12px}}._heroRangeSwitchActive_dxszu_913{background:#fffffff0!important;color:#ff2f4d!important;box-shadow:0 8px 18px #11111429}._receiptMetric_dxszu_919{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;min-height:84px;padding:14px 16px;border-radius:14px;background:linear-gradient(135deg,#ffffff14,#ffffff05);border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease}._receiptMetric_dxszu_919 b,._receiptMetric_dxszu_919 em{display:block}._receiptMetric_dxszu_919 b{font-size:22px;line-height:1.15;font-weight:800;letter-spacing:-.3px;color:#fff;background:linear-gradient(180deg,#fff,#ffe7eb 70%,#ffb6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-variant-numeric:tabular-nums}._receiptMetric_dxszu_919 em{margin-top:6px;color:#ffffff80;font-size:11.5px;font-style:normal;font-weight:600;letter-spacing:.5px}._receiptMetric_dxszu_919:hover{transform:translateY(-2px);border-color:#ffffff2e;background:linear-gradient(135deg,#ffffff1f,#ffffff0a)}._heroJourney_dxszu_963{position:relative;flex:1;min-width:0;min-height:160px;padding-left:4px}._heroJourneyDays_dxszu_971{position:absolute;right:8px;top:-10px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:2px;perspective:800px}._heroJourneyDaysLabel_dxszu_983{color:#fff9;font-size:13px;font-weight:700;letter-spacing:.6px}._heroJourneyDaysValue_dxszu_990{display:inline-flex;align-items:baseline;gap:1px;color:#fff;font-size:53px;font-weight:900;letter-spacing:-1.2px;font-variant-numeric:tabular-nums;line-height:1}._heroJourneyDaysUnit_dxszu_1002{display:inline-block;margin-left:6px;font-size:24px;font-weight:800;color:#ffd6dcd9}._flipDigit_dxszu_1010{position:relative;display:inline-block;height:1em;line-height:1;vertical-align:top;overflow:hidden;mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%)}._flipDigitStrip_dxszu_1021{display:flex;flex-direction:column;will-change:transform}._flipDigitStrip_dxszu_1021>span{display:block;height:1em;line-height:1;text-align:center;background:linear-gradient(180deg,#fff,#ffe7eb 70%,#ffb6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._flipNonDigit_dxszu_1037{display:inline-block;background:linear-gradient(180deg,#fff,#ffe7eb 70%,#ffb6c2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._heroJourneySvg_dxszu_1045{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;overflow:visible}._heroJourneyOverlay_dxszu_1054{position:absolute;inset:0;pointer-events:none}._heroFootprint_dxszu_1060{position:absolute;width:16px;height:18px;color:#ffd6dc;pointer-events:none;filter:drop-shadow(0 0 6px rgba(255,130,145,.55))}._heroFootprint_dxszu_1060 svg{display:block;width:100%;height:100%}@keyframes _receipt-rise_dxszu_1{to{opacity:1;transform:translateY(0)}}._achievementIcon_dxszu_1080{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:11px;background:#ffffff14;color:#ff8190;animation:_metric-float_dxszu_1 3.4s ease-in-out infinite}._receiptMetric_dxszu_919:nth-child(2) ._achievementIcon_dxszu_1080{animation-delay:.3s}._receiptMetric_dxszu_919:nth-child(3) ._achievementIcon_dxszu_1080{animation-delay:.6s}._weekDots_dxszu_1100{display:flex;gap:4px;margin-top:6px}._weekDots_dxszu_1100 span{width:5px;height:5px;border-radius:999px;background:#ffffff29;box-shadow:inset 0 0 0 1px #ffffff0f}._weekDotActive_dxszu_1113{background:#ff5f72!important;box-shadow:0 0 0 3px #ff5f721f!important}@keyframes _metric-float_dxszu_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}._quickRail_dxszu_1126{display:flex;flex-direction:column;gap:18px;min-width:0;min-height:0;height:100%}._quickPanel_dxszu_1135{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;padding:18px 16px;border-radius:20px;background:#ffffffd9;border:1px solid rgba(17,17,20,.07);box-shadow:0 16px 42px #1111140b}._quickList_dxszu_1148{display:flex;flex:1;flex-direction:column;gap:8px;min-height:0;margin-top:4px;overflow-y:auto;overscroll-behavior:contain;padding-right:2px}._quickList_dxszu_1148::-webkit-scrollbar{width:5px}._quickList_dxszu_1148::-webkit-scrollbar-thumb{border-radius:999px;background:#11111424}._quickList_dxszu_1148::-webkit-scrollbar-track{background:transparent}._quickList_dxszu_1148 ._quickItem_dxszu_1170{flex:0 0 auto}._quickItemOnboarding_dxszu_1174{position:relative;border-color:#ff2f4d8c!important;background:linear-gradient(135deg,#fff7f8,#fff)!important;box-shadow:0 0 #ff2f4d73;animation:_onboarding-pulse_dxszu_1 1.6s ease-out infinite}._quickItemOnboarding_dxszu_1174>span{background:#ff2f4d1f!important;color:#ff2f4d!important}._quickItemOnboarding_dxszu_1174>svg{color:#ff2f4d!important}@keyframes _onboarding-pulse_dxszu_1{0%{box-shadow:0 0 #ff2f4d73;border-color:#ff2f4d8c}70%{box-shadow:0 0 0 10px #ff2f4d00;border-color:#ff2f4db3}to{box-shadow:0 0 #ff2f4d00;border-color:#ff2f4d8c}}._quickItem_dxszu_1170{display:grid;grid-template-columns:34px minmax(0,1fr) 16px;gap:12px;align-items:center;width:100%;min-height:58px;padding:9px 10px;border:1px solid rgba(17,17,20,.06);border-radius:14px;background:#fbfbfd;text-align:left;font-family:inherit;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}._quickItem_dxszu_1170>span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:11px;background:#f1f1f4;color:#666872}._quickItem_dxszu_1170 b,._quickItem_dxszu_1170 em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._quickItem_dxszu_1170 b{color:#17171c;font-size:14px;line-height:1.3}._quickItem_dxszu_1170 em{margin-top:4px;color:#8d8d95;font-size:12px;font-style:normal}._quickItem_dxszu_1170>svg{color:#b0b0b7}._quickItem_dxszu_1170:hover{transform:translateY(-1px);border-color:#ff2f4d38;background:#fff}._quickItem_dxszu_1170:hover>span,._quickItem_dxszu_1170:hover>svg{color:#ff2f4d}._workspaceGrid_dxszu_1260{display:grid;grid-template-columns:minmax(0,1fr) 382px;gap:22px;align-items:start;margin-bottom:30px}@media(max-width:1280px){._workspaceGrid_dxszu_1260{grid-template-columns:1fr}}._entryDeck_dxszu_1273{display:grid;grid-template-columns:1fr;gap:14px;margin-bottom:0}._statsRail_dxszu_1280{display:flex;flex-direction:column;gap:18px}._reviewCard_dxszu_1286{padding:18px;border-radius:16px;background:#ffffffd1;border:1px solid rgba(17,17,20,.07);box-shadow:0 14px 36px #1111140e}._reviewHeader_dxszu_1294{display:flex;align-items:center}._reviewHeader_dxszu_1294 ._sectionLabel_dxszu_440{margin-bottom:0}._reviewHeader_dxszu_1294>span{margin-left:auto;padding:4px 8px;border-radius:999px;background:#f5f5f7;color:#8d8d95;font-size:11px;font-weight:700}._reviewMain_dxszu_1311{margin-top:15px}._reviewMain_dxszu_1311 b{display:block;font-size:34px;line-height:1.05;color:#111114;letter-spacing:0}._reviewMain_dxszu_1311 p{margin:10px 0 0;color:#77777f;font-size:12.5px;line-height:1.65}._reviewMetrics_dxszu_1328{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px}._reviewMetrics_dxszu_1328 div{padding:10px;border-radius:10px;background:#f8f8fa;border:1px solid rgba(17,17,20,.05)}._reviewMetrics_dxszu_1328 span{display:block;font-size:11px;color:#8d8d95;font-weight:700}._reviewMetrics_dxszu_1328 b{display:block;margin-top:5px;font-size:15px;color:#111114;letter-spacing:0}._reviewNote_dxszu_1354{margin:14px 0 0;padding-top:12px;border-top:1px solid rgba(17,17,20,.07);color:#9a9aa2;font-size:11.5px;line-height:1.65}._valueDeck_dxszu_1363{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr);gap:22px;margin-bottom:28px}@media(max-width:980px){._valueDeck_dxszu_1363{grid-template-columns:1fr}}._valueCard_dxszu_1375{padding:22px;border-radius:16px;background:#ffffffc7;border:1px solid rgba(17,17,20,.07);box-shadow:0 14px 36px #1111140e}._valueCard_dxszu_1375 h3{margin:-6px 0 0;font-size:21px;line-height:1.35;letter-spacing:0;color:#17171c}._valueCard_dxszu_1375 p{margin:16px 0 0;max-width:760px;color:#77777f;font-size:12.5px;line-height:1.7}._valueHeader_dxszu_1397{display:flex;gap:14px;align-items:flex-start}._valueBadge_dxszu_1403{margin-left:auto;padding:4px 9px;border-radius:999px;background:#f5f5f7;color:#77777f;font-size:11px;font-weight:700}._valueBody_dxszu_1413{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:20px}@media(max-width:680px){._valueBody_dxszu_1413{grid-template-columns:1fr}}._valueBody_dxszu_1413 div{padding:15px;border-radius:12px;background:#f8f8fa;border:1px solid rgba(17,17,20,.05)}._valueBody_dxszu_1413 span{display:block;color:#8d8d95;font-size:12px;font-weight:600}._valueBody_dxszu_1413 b{display:block;margin-top:7px;font-size:22px;color:#111114;letter-spacing:0}._ammoSection_dxszu_1444{margin-bottom:20px;padding:22px 24px 26px;border-radius:22px;background:#ffffff94;border:1px solid rgba(17,17,20,.05);box-shadow:0 22px 64px #1111140b}._ammoHeader_dxszu_1453{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}._ammoHeader_dxszu_1453>div{min-width:0;flex:1}._ammoTitle_dxszu_1465{margin:0;color:#141419;font-size:22px;line-height:1.32;font-weight:800;letter-spacing:-.2px}._ammoTagline_dxszu_1474{margin:6px 0 0;max-width:720px;color:#6f6f78;font-size:13px;line-height:1.65}._ammoLibraryButton_dxszu_1482{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;height:34px;padding:0 12px;border:1px solid rgba(17,17,20,.08);border-radius:9px;background:#ffffffd1;color:#56565e;font-family:inherit;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 8px 22px #1111140a;transition:border-color .14s ease,color .14s ease,transform .14s ease}._ammoLibraryButton_dxszu_1482:hover{color:#ff2f4d;border-color:#ff2f4d3d;transform:translateY(-1px)}._ammoLibraryButton_dxszu_1482:disabled{cursor:default;opacity:.62;transform:none}._ammoGrid_dxszu_1511{column-count:6;column-gap:6px}@media(max-width:1500px){._ammoGrid_dxszu_1511{column-count:5}}@media(max-width:1200px){._ammoGrid_dxszu_1511{column-count:4}}@media(max-width:820px){._ammoGrid_dxszu_1511{column-count:3}}@media(max-width:520px){._ammoGrid_dxszu_1511{column-count:2}}._ammoCard_dxszu_1536{position:relative;display:inline-block;width:100%;margin:0 0 6px;padding:0;border:none;border-radius:8px;overflow:hidden;background:#f4f4f6;text-align:left;font-family:inherit;cursor:pointer;box-shadow:none;break-inside:avoid;transition:transform .18s ease}._ammoCard_dxszu_1536:hover{transform:scale(1.012)}._ammoCard_dxszu_1536:hover ._ammoAuthor_dxszu_1556{opacity:1;transform:translateY(0)}._ammoCard_dxszu_1536:hover ._ammoCardOverlay_dxszu_1560{opacity:1}._ammoPreview_dxszu_1564{position:relative;width:100%;background:#f4f4f6;overflow:hidden}._ammoPreview_dxszu_1564 img{width:100%;height:auto;display:block;border-radius:0}._ammoCardOverlay_dxszu_1560{position:absolute;left:0;right:0;bottom:0;height:60px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.55));opacity:0;transition:opacity .2s ease;pointer-events:none}._ammoNoImage_dxszu_1589{position:relative;display:flex;width:100%;height:180px;align-items:center;justify-content:center;color:#a8a8ae;font-size:12px;font-weight:700}._ammoAuthor_dxszu_1556{position:absolute;left:6px;bottom:6px;display:inline-flex;align-items:center;gap:6px;padding:3px 9px 3px 3px;border-radius:999px;background:#0000008c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;pointer-events:none}._ammoAuthor_dxszu_1556 img{width:18px;height:18px;border-radius:50%;object-fit:cover}._ammoAuthor_dxszu_1556 span{color:#fff;font-size:11px;font-weight:600;letter-spacing:0}._templateLoadMore_dxszu_1630{display:flex;align-items:center;justify-content:center;min-height:54px;margin-top:14px;color:#9a9aa2;font-size:12px;font-weight:700}._ammoEmpty_dxszu_1641{padding:30px;border-radius:14px;background:#ffffffb8;border:1px dashed rgba(17,17,20,.12);color:#8d8d95;font-size:13px}._templatePreviewModal_dxszu_1650 .ant-modal{max-width:calc(100vw - 32px);padding-bottom:0;top:0}._templatePreviewModal_dxszu_1650 .ant-modal-container,._templatePreviewModal_dxszu_1650 .ant-modal-content{overflow:hidden;padding:0;border-radius:18px;box-shadow:0 26px 80px #11111438;height:min(92vh,920px);display:flex;flex-direction:column}._templatePreviewModal_dxszu_1650 .ant-modal-body{flex:1;min-height:0;max-height:none;padding:0;height:auto}._templatePreviewModal_dxszu_1650 .ant-modal-close{top:12px;right:12px;width:28px;height:28px;border-radius:8px;background:transparent;color:#11111466;transition:background .14s ease,color .14s ease}._templatePreviewModal_dxszu_1650 .ant-modal-close:hover{background:#1111140f;color:#17171c}._templatePreviewModal_dxszu_1650 .ant-modal-close-x{width:16px;height:16px;line-height:16px;font-size:14px}._templatePreviewModalCompact_dxszu_1693 .ant-modal-container,._templatePreviewModalCompact_dxszu_1693 .ant-modal-content{height:min(78vh,760px)}._templatePreview_dxszu_1650{display:grid;grid-template-columns:clamp(300px,24vw,348px) minmax(0,1fr);height:100%;background:#fff}@media(max-width:820px){._templatePreview_dxszu_1650{grid-template-columns:1fr}}._templatePreviewInfo_dxszu_1710{position:relative;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;overflow:hidden;padding:28px 24px 24px;background:linear-gradient(180deg,#fff1f3b3,#fffffff5 38%),#fff;border-right:1px solid rgba(17,17,20,.07)}._templatePreviewAuthor_dxszu_1723{display:flex;align-items:center;gap:12px}._templatePreviewAuthor_dxszu_1723 img{width:38px;height:38px;border-radius:11px;object-fit:cover;flex:0 0 auto}._templatePreviewAuthor_dxszu_1723 b,._templatePreviewAuthor_dxszu_1723 em{display:block;min-width:0}._templatePreviewAuthor_dxszu_1723 b{color:#141419;font-size:16px;line-height:1.3;font-weight:800;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}._templatePreviewAuthor_dxszu_1723 em{margin-top:3px;color:#8d8d95;font-size:11.5px;font-style:normal;font-weight:600}._templatePreviewDesc_dxszu_1759{margin:16px 0 0;color:#56565e;font-size:13px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}._templatePreviewTags_dxszu_1770{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}._templatePreviewTags_dxszu_1770 span{padding:4px 8px;border-radius:6px;background:#f5f5f7;color:#77777f;font-size:11.5px;font-weight:600}._templateStyleBlock_dxszu_1785{margin-top:18px;flex:0 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}._templateStyleHeader_dxszu_1794{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}._templateStyleHeader_dxszu_1794 span{color:#17171c;font-size:13px;font-weight:800}._styleShuffleBtn_dxszu_1807{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border:1px solid rgba(17,17,20,.08);border-radius:8px;background:#fff;color:#6b6b72;font-family:inherit;font-size:11px;font-weight:700;cursor:pointer;transition:color .14s ease,border-color .14s ease}._styleShuffleBtn_dxszu_1807:hover:not(:disabled){color:#ff2f4d;border-color:#ff2f4d3d}._styleShuffleBtn_dxszu_1807:disabled{cursor:default;opacity:.5}._styleEmpty_dxszu_1831{padding:18px;border-radius:12px;border:1px dashed rgba(17,17,20,.13);color:#8d8d95;font-size:12px;text-align:center}._templateStyleOptions_dxszu_1840{display:flex;flex-direction:column;flex:0 1 auto;min-height:0;gap:8px;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(17,17,20,.18) transparent}._templateStyleOptions_dxszu_1840::-webkit-scrollbar{width:4px}._templateStyleOptions_dxszu_1840::-webkit-scrollbar-thumb{background:#1111142e;border-radius:2px}._templateStyleOptions_dxszu_1840>button{flex:0 0 auto;min-height:66px}._templateStyleOption_dxszu_1840{display:grid;grid-template-columns:18px minmax(0,1fr);column-gap:9px;row-gap:2px;width:100%;padding:9px 11px;border:1px solid rgba(17,17,20,.07);border-radius:11px;background:#ffffffc7;font-family:inherit;text-align:left;cursor:pointer;transition:border-color .14s ease,background .14s ease,box-shadow .14s ease}._templateStyleOption_dxszu_1840>span{display:flex;align-items:center;justify-content:center;grid-row:span 2;width:18px;height:18px;margin-top:1px;border-radius:999px;border:1px solid rgba(17,17,20,.12);color:#ff2f4d;background:#fff}._templateStyleOption_dxszu_1840 b{color:#17171c;font-size:13px;line-height:1.25}._templateStyleOption_dxszu_1840 small{color:#8d8d95;font-size:11px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._templateStyleOption_dxszu_1840:hover{border-color:#ff2f4d38;background:#fff}._templateStyleOptionActive_dxszu_1910{border-color:#ff2f4d57;background:#fff7f8;box-shadow:0 10px 24px #ff2f4d14}._templatePreviewAction_dxszu_1916{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;height:44px;margin-top:auto;padding:0 16px;border:none;border-radius:12px;background:#ff2f4d;color:#fff;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 16px 34px #ff2f4d42;transition:background .14s ease,transform .14s ease,box-shadow .14s ease}._templatePreviewAction_dxszu_1916:hover{background:#ff1f41;transform:translateY(-1px);box-shadow:0 20px 40px #ff1f414d}._templatePreviewGallery_dxszu_1943{min-width:0;height:100%;overflow-y:auto;padding:24px clamp(20px,2vw,28px) 28px;background:#fafafd;scrollbar-width:thin;scrollbar-color:rgba(17,17,20,.18) transparent}._templatePreviewGallery_dxszu_1943::-webkit-scrollbar{width:6px}._templatePreviewGallery_dxszu_1943::-webkit-scrollbar-thumb{background:#1111142e;border-radius:3px}._templatePreviewGallery_dxszu_1943::-webkit-scrollbar-thumb:hover{background:#1111144d}._templatePreviewPages_dxszu_1963{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,min(30vw,360px)));justify-content:start;align-items:start;gap:14px}@media(max-width:1280px){._templatePreviewPages_dxszu_1963{grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}}@media(max-width:720px){._templatePreviewPages_dxszu_1963{grid-template-columns:1fr}}._templatePreviewPage_dxszu_1963{display:block;width:100%;overflow:hidden;border-radius:12px;background:#f5f5f7;border:1px solid rgba(17,17,20,.07)}._templatePreviewPage_dxszu_1963 img{width:100%;height:auto;display:block}._templatePreviewEmpty_dxszu_1995{display:flex;align-items:center;justify-content:center;min-height:360px;border-radius:16px;border:1px dashed rgba(17,17,20,.13);background:#fff;color:#9a9aa2;font-size:13px}._heroCard_dxszu_2007{position:relative;display:flex;align-items:center;min-height:224px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 90% 18%,rgba(255,74,91,.34),transparent 24%),linear-gradient(135deg,#17181d,#22232a);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px #14141a24}._heroGlow_dxszu_2019{position:absolute;top:-46px;right:44px;width:186px;height:186px;border-radius:999px;background:#ff4b5438;filter:blur(2px);pointer-events:none}._heroContent_dxszu_2031{position:relative;z-index:1;width:min(520px,72%);padding:30px;transform:translateY(8px)}._heroContent_dxszu_2031 h2{margin:18px 0 0;font-size:27px;line-height:1.15;font-weight:700;color:#fff;letter-spacing:0}._heroContent_dxszu_2031 p{margin:16px 0 0;max-width:460px;font-size:13px;line-height:1.7;font-weight:500;color:#ffffff9e}@media(max-width:720px){._heroContent_dxszu_2031{width:100%;padding:26px 24px;transform:translateY(4px)}}._heroKicker_dxszu_2062{font-size:12px;font-weight:600;color:#ffffff7a;letter-spacing:0}._heroButton_dxszu_2069{display:inline-flex;align-items:center;gap:6px;height:36px;margin-top:18px;padding:0 16px;border:none;border-radius:9px;background:#ff4a4f;color:#fff;font-size:13px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:0 10px 24px #ff4a4f47;transition:transform .14s ease,background .14s ease,box-shadow .14s ease}._heroButton_dxszu_2069:hover{background:#ff3150;transform:translateY(-1px);box-shadow:0 14px 30px #ff315052}._heroButton_dxszu_2069:active{transform:translateY(0)}._modules_dxszu_2096{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:1180px){._modules_dxszu_2096{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){._modules_dxszu_2096{grid-template-columns:1fr}}._emptyModules_dxszu_2112{padding:60px 0;text-align:center;color:#6b6b72;font-size:14px}._twoCol_dxszu_2119{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(360px,.75fr);gap:22px}@media(max-width:900px){._twoCol_dxszu_2119{grid-template-columns:1fr}}._rightCol_dxszu_2130{display:flex;flex-direction:column;gap:20px}._miniGoalCard_dxszu_2136{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;padding:16px;border-radius:14px;background:#ffffffc7;border:1px solid rgba(17,17,20,.07)}._miniGoalCard_dxszu_2136 b{display:block;font-size:14px;color:#111114}._miniGoalCard_dxszu_2136 span{display:block;margin-top:5px;color:#77777f;font-size:12.5px;line-height:1.6}._miniGoalIcon_dxszu_2158{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;background:#f4f5ff;color:#4f46e5}._bar_h2rgv_5{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:46px;padding:8px 46px;background:linear-gradient(100deg,#96182f,#b81635 36%,#dc1b40 70%,#ff3b57);color:#fff;font-size:13px;line-height:1.4}._glow_h2rgv_23{position:absolute;inset:-70% -6% auto auto;width:420px;height:230px;background:radial-gradient(closest-side,rgba(255,180,160,.38),transparent 72%);filter:blur(4px);pointer-events:none}._bar_h2rgv_5:not(._dark_h2rgv_34){background:linear-gradient(100deg,#b3122c 0%,var(--xz-brand) 55%,#ff6b7f 100%)}._bar_h2rgv_5:not(._dark_h2rgv_34) ._glow_h2rgv_23{background:radial-gradient(closest-side,rgba(255,255,255,.32),transparent 70%)}._inner_h2rgv_42{position:relative;display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px}._emoji_h2rgv_51{font-size:15px;line-height:1}._headline_h2rgv_56{font-weight:700;letter-spacing:.2px}._subline_h2rgv_61{color:#fff;font-size:12.5px}._countdown_h2rgv_69{display:inline-flex;align-items:center;gap:2px;font-variant-numeric:tabular-nums;margin-left:2px}._unit_h2rgv_77{display:inline-flex;align-items:center;gap:3px}._unit_h2rgv_77 b{display:inline-block;min-width:26px;padding:2px 6px;border-radius:7px;background:#00000038;border:1px solid rgba(255,255,255,.22);font-size:13px;font-weight:700;text-align:center;letter-spacing:.5px}._unit_h2rgv_77 i{font-style:normal;font-size:11px;opacity:.78}._colon_h2rgv_103{opacity:.4;font-weight:700;padding:0 1px}._cta_h2rgv_109{flex:none;margin-left:4px;padding:5px 15px;border:none;border-radius:999px;background:#fff;color:#1a1c2e;font-size:12px;font-weight:700;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}._cta_h2rgv_109:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00000047}._close_h2rgv_127{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;cursor:pointer}._close_h2rgv_127:hover{background:#ffffff3d}@media(max-width:860px){._subline_h2rgv_61{display:none}}@media(max-width:600px){._bar_h2rgv_5{padding:8px 40px;font-size:12px}._unit_h2rgv_77 b{min-width:22px;font-size:12px}}._trigger_192vf_2{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 8px;border:0;border-radius:999px;color:#62636b;background:transparent;font:inherit;font-size:12px;line-height:1;cursor:pointer;transition:color .18s,background .18s}._trigger_192vf_2:hover,._trigger_192vf_2:focus-visible{color:#17171c;background:#1111140b;outline:none}._triggerFloating_192vf_23{color:#ff2f4d;font-size:11px;font-weight:700}._icon_192vf_29{display:inline-flex;height:18px;align-items:center;justify-content:center;filter:drop-shadow(0 4px 8px rgba(224,42,74,.18))}._num_192vf_37{display:inline-flex;height:18px;align-items:center;color:inherit;font-size:13px;font-weight:800;font-variant-numeric:tabular-nums}._numFloating_192vf_47{font-size:12px}._popup_192vf_51{width:296px;max-width:calc(100vw - 24px);padding:0}._popup_192vf_51 .ant-popover-content,._popup_192vf_51 .ant-popover-inner,._popup_192vf_51 .ant-popover-inner-content{width:100%;max-width:100%;box-sizing:border-box}._popup_192vf_51 .ant-popover-content{border-radius:14px;background:transparent}._popup_192vf_51 .ant-popover-inner{overflow:hidden;padding:0;border:1px solid rgba(22,24,31,.06);border-radius:14px;background:#fffffffb;box-shadow:0 18px 44px #1c1f2a24,0 3px 9px #1c1f2a0d}._popup_192vf_51 .ant-popover-inner-content{overflow:hidden;border-radius:inherit}._popupInner_192vf_80{width:100%;max-width:100%;box-sizing:border-box;padding:12px;color:#17171c;background:transparent}._popupHeader_192vf_89{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-bottom:8px}._popupTitle_192vf_97{display:flex;min-width:0;align-items:center;gap:7px}._popupTitle_192vf_97>div{display:flex;min-width:0;flex-direction:column;gap:2px}._popupTitle_192vf_97 b{overflow:hidden;color:#17171c;font-size:13px;line-height:1.2;font-weight:850;text-overflow:ellipsis;white-space:nowrap}._popupTitle_192vf_97 span:not(._titleIcon_192vf_118){color:#8f929d;font-size:9.5px;line-height:1.2}._titleIcon_192vf_118{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border:1px solid rgba(255,47,77,.1);border-radius:9px;background:#fff1f3}._refreshBtn_192vf_135{display:inline-grid;width:25px;height:25px;flex:0 0 auto;padding:0;place-items:center;border:0;border-radius:8px;color:#989ba6;background:#f5f5f7;cursor:pointer;transition:color .16s,background .16s}._refreshBtn_192vf_135:hover:not(:disabled){color:#ff2f4d;background:#fff1f3}._refreshBtn_192vf_135:disabled{cursor:default;opacity:.55}._balanceCard_192vf_158{position:relative;overflow:hidden;padding:9px 11px 8px;border:1px solid rgba(255,47,77,.11);border-radius:11px;background:radial-gradient(150px 85px at 100% 0%,rgba(255,113,133,.16),transparent 72%),linear-gradient(145deg,#fff8f9,#fff 72%)}._balanceCard_192vf_158:after{content:"";position:absolute;top:-27px;right:16px;width:74px;height:74px;border:13px solid rgba(255,47,77,.035);border-radius:50%;pointer-events:none}._balanceLabel_192vf_178{color:#8c8e98;font-size:10px;font-weight:700}._balanceValue_192vf_184{display:flex;align-items:baseline;gap:6px;margin-top:3px}._balanceValue_192vf_184 strong{color:#17171c;font-size:24px;line-height:1.15;letter-spacing:-.04em;font-weight:900;font-variant-numeric:tabular-nums}._balanceValue_192vf_184 span{color:#73757f;font-size:11px;font-weight:750}._bar_192vf_204{display:flex;height:6px;margin-top:7px;overflow:hidden;border-radius:999px;background:#ececf0}._bar-subscription_192vf_213{background:linear-gradient(90deg,#7b67d8,#9d8be8)}._bar-booster_192vf_217{background:linear-gradient(90deg,#e02a4a,#ff6078)}._bar-gameReward_192vf_221{background:linear-gradient(90deg,#e59625,#f5bd4c)}._bar-daily_192vf_225{background:linear-gradient(90deg,#18ae91,#49cbae)}._bar-manual_192vf_229{background:linear-gradient(90deg,#4b7fe8,#78a3f2)}._bar-memberJoin_192vf_233{background:linear-gradient(90deg,#19a6b5,#50c8d1)}._bar-migration_192vf_237{background:linear-gradient(90deg,#697386,#929bad)}._bar-other_192vf_241{background:linear-gradient(90deg,#9da1ac,#bec1c9)}._barSegment_192vf_245{display:block;height:100%;min-width:3px;padding:0;border:0;border-radius:0;cursor:pointer;transition:filter .16s,opacity .16s}._barSegment_192vf_245:hover,._barSegment_192vf_245:focus-visible,._barSegment_192vf_245._barSegmentActive_192vf_255{filter:brightness(1.08) saturate(1.12);outline:none}._barSegment_192vf_245:focus-visible{box-shadow:inset 0 0 0 1px #ffffffe6}._segmentTooltip_192vf_263 .ant-tooltip-inner{min-height:0;padding:5px 8px;border-radius:7px;font-size:10px;font-weight:700}._breakdownList_192vf_271{margin-top:10px;overflow:hidden;border:1px solid #eeeef1;border-radius:10px;background:#fff}._breakdownRow_192vf_279{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:7px;min-height:38px;padding:5px 8px}._breakdownRow_192vf_279+._breakdownRow_192vf_279{border-top:1px solid #f0f0f2}._breakdownRow_192vf_279>strong{color:#17171c;font-size:13px;font-weight:850;font-variant-numeric:tabular-nums}._breakdownRowActive_192vf_297{background:linear-gradient(90deg,#ff2f4d0e,#ff2f4d03)}._partValue_192vf_302 em{margin-left:3px;color:var(--xz-text-3);font-size:11px;font-style:normal;font-weight:700}._balanceHead_192vf_312{display:flex;align-items:center;justify-content:space-between;gap:8px}._usageChip_192vf_319{display:inline-flex;align-items:center;gap:3px;padding:2.5px 8px;border:1px solid rgba(224,42,74,.22);border-radius:999px;background:#ffffffbf;color:#e02a4a;font-size:10px;font-weight:750;cursor:pointer;transition:background .16s,border-color .16s}._usageChip_192vf_319 i{font-style:normal;font-size:9px}._usageChip_192vf_319:hover{background:#fff;border-color:#e02a4a66}._usageChipOn_192vf_342{background:#e02a4a;border-color:#e02a4a;color:#fff}._usageChipOn_192vf_342:hover{background:#e02a4a;border-color:#e02a4a}._usagePanel_192vf_352{display:flex;align-items:center;gap:12px;margin-top:8px;padding:10px 11px;border:1px solid #eeeef1;border-radius:10px;background:#fff}._usageDonut_192vf_363{flex:0 0 auto;width:88px;height:88px}._usageDonutNum_192vf_369{fill:#17171c;font-size:15px;font-weight:800;font-variant-numeric:tabular-nums}._usageDonutCap_192vf_376{fill:#92949e;font-size:8.5px}._usageLegend_192vf_381{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;gap:5px}._usageLegendRow_192vf_389{display:grid;grid-template-columns:8px minmax(0,1fr) 34px;align-items:center;gap:6px;font-size:10.5px}._usageLegendRow_192vf_389 i{width:8px;height:8px;border-radius:2.5px}._usageLegendRow_192vf_389 span{overflow:hidden;color:#55565f;font-weight:650;text-overflow:ellipsis;white-space:nowrap}._usageLegendRow_192vf_389 b{color:#17171c;text-align:right;font-variant-numeric:tabular-nums}._upgradeHint_192vf_414{margin-top:6px;padding:6px 9px;border-radius:var(--xz-r8);background:var(--xz-surface-2);color:var(--xz-text-2);font-size:10.5px;line-height:1.5}._partIcon_192vf_424{display:grid;width:25px;height:25px;place-items:center;border-radius:8px}._part-subscription_192vf_432{color:#705ac7;background:#f1effc}._part-booster_192vf_437{color:#e02a4a;background:#fff0f3}._part-gameReward_192vf_442{color:#b87513;background:#fff6e4}._part-daily_192vf_447{color:#108873;background:#eaf9f5}._part-manual_192vf_452{color:#356bc5;background:#edf3ff}._part-memberJoin_192vf_457{color:#128c99;background:#eaf9fb}._part-migration_192vf_462{color:#596273;background:#eef0f4}._part-other_192vf_467{color:#70737c;background:#f1f2f4}._partCopy_192vf_472{display:flex;min-width:0;flex-direction:column;gap:2px}._partCopy_192vf_472 b{overflow:hidden;color:#35363d;font-size:11px;line-height:1.25;font-weight:800;text-overflow:ellipsis;white-space:nowrap}._partCopy_192vf_472 small{overflow:hidden;color:#999ba4;font-size:9px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}._expiryRow_192vf_496{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 1px 0}._expiryRow_192vf_496 span{color:#92949e;font-size:10px}._expiryRow_192vf_496 b{display:inline-flex;align-items:center;gap:6px;color:#555760;font-size:10px;font-weight:750;font-variant-numeric:tabular-nums}._expiryRowSoon_192vf_518 b{color:var(--stop)}._expiryTag_192vf_522{padding:1px 6px;border-radius:var(--xz-radius-pill);color:var(--stop);background:var(--stop-bg);font-size:9.5px;font-style:normal;font-weight:700}._expiryRowExpired_192vf_533{margin-top:8px;padding:7px 9px;border:1px solid var(--stop-br);border-radius:var(--xz-r8);background:var(--stop-bg)}._expiryRowExpired_192vf_533 span{color:var(--stop);font-size:10px;font-weight:650;line-height:1.5}._rechargeBtn_192vf_547{display:flex;width:100%;height:34px;align-items:center;justify-content:center;gap:7px;margin-top:8px;border:0;border-radius:10px;color:#fff;background:linear-gradient(135deg,#e02a4a,#ff2f4d 58%,#ff6078);box-shadow:0 9px 20px #ff2f4d33;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:transform .15s,box-shadow .15s}._rechargeBtn_192vf_547:hover{transform:translateY(-1px);box-shadow:0 12px 24px #ff2f4d42}._spinning_192vf_571{animation:_creditsSpin_192vf_1 .8s linear infinite;transform-origin:center;transform-box:fill-box}@keyframes _creditsSpin_192vf_1{to{transform:rotate(360deg)}}._avatarBtn_sg82m_3{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#ff2f4d,#ff6b81);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff;cursor:pointer;border:2px solid #fff;padding:0;overflow:hidden;box-shadow:0 2px 8px #0f0f1a14;transition:transform .15s ease,box-shadow .15s ease}._avatarBtn_sg82m_3:hover{transform:translateY(-1px);box-shadow:0 5px 14px #0f0f1a1f}._avatarBtn_sg82m_3 img{width:100%;height:100%;object-fit:cover;border-radius:50%}._avatarBtnSm_sg82m_32{width:26px;height:26px;font-size:10px}._badge_sg82m_38{font-size:9px;padding:3px 7px;border-radius:7px;font-weight:600;background:linear-gradient(135deg,#ff2f4d,#ff6b81);color:#fff;white-space:nowrap}._topBadge_sg82m_48{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:20px;padding:0 7px;border-radius:6px;font-size:11px;font-weight:700;line-height:1;background:linear-gradient(180deg,#ff6f85,#ff4562);box-shadow:inset 0 1px #ffffff47,0 1px 2px #ff2f4d2e}._popup_sg82m_64{width:288px}._popup_sg82m_64 .ant-popover-inner{padding:0;border-radius:16px;box-shadow:0 1px 2px #0f0f1a0a,0 22px 50px -12px #0f0f1a38;border:1px solid var(--xz-border, rgba(226, 226, 238, .9));overflow:hidden}._popup_sg82m_64 .ant-popover-inner-content{padding:0}._popupInner_sg82m_78{padding:8px;max-height:min(82vh,660px);overflow-y:auto;overflow-x:hidden;color:var(--xz-text-2, #5c6070)}._popupInner_sg82m_78::-webkit-scrollbar{width:6px}._popupInner_sg82m_78::-webkit-scrollbar-thumb{background:#0000001f;border-radius:3px}._popupInner_sg82m_78::-webkit-scrollbar-thumb:hover{background:#00000038}._popupInner_sg82m_78::-webkit-scrollbar-track{background:transparent}._idCard_sg82m_100{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:12px;background:var(--xz-surface-2, #f6f6fa)}._idAvatar_sg82m_109{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#ff2f4d,#ff6b81);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:15px;color:#fff;flex-shrink:0;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff59}._idAvatar_sg82m_109 img{width:100%;height:100%;object-fit:cover;border-radius:50%}._idMeta_sg82m_131{min-width:0;flex:1}._idName_sg82m_136{font-weight:600;font-size:14px;color:var(--xz-text, #0f0f1a);display:flex;align-items:center;gap:6px}._idNameText_sg82m_145{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._idEmail_sg82m_151{font-size:11px;color:var(--xz-text-3, #9ba1b0);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._group_sg82m_161{margin-top:6px}._groupLabel_sg82m_165{display:flex;align-items:center;justify-content:space-between;padding:8px 10px 5px;font-size:11px;font-weight:600;letter-spacing:.03em;color:var(--xz-text-3, #9ba1b0)}._groupLabelHint_sg82m_176{font-weight:500;color:var(--xz-text-3, #9ba1b0);opacity:.85}._row_sg82m_183{display:flex;align-items:center;gap:10px;width:100%;border:none;border-radius:10px;background:transparent;padding:8px 9px;font-size:13.5px;color:var(--xz-text-2, #5c6070);cursor:pointer;transition:background .15s,color .15s;font-family:inherit;text-align:left}._row_sg82m_183:hover{background:var(--xz-surface-2, #f6f6fa);color:var(--xz-text, #0f0f1a)}._rowIcon_sg82m_204{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:var(--xz-brand-soft, #fff1f3);color:var(--xz-brand, #ff2f4d);font-size:13px;font-weight:700;line-height:1;flex-shrink:0}._rowLabel_sg82m_219{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowArrow_sg82m_227{color:#c2c6d0;flex-shrink:0}._rowChevron_sg82m_232{transform:rotate(-90deg);transition:transform .2s ease}._rowOpen_sg82m_237 ._rowChevron_sg82m_232{transform:rotate(0)}._rowHint_sg82m_241{font-size:11px;font-weight:600;color:var(--xz-brand, #ff2f4d);background:var(--xz-brand-soft, #fff1f3);padding:2px 7px;border-radius:6px;flex-shrink:0}._rowDanger_sg82m_251{color:#ef6262}._rowDanger_sg82m_251:hover{background:#fff5f5;color:#ef4444}._rowDanger_sg82m_251 ._rowIcon_sg82m_204{background:#fff0f1;color:#ef4444}._kbd_sg82m_263{margin-left:auto;font-size:10px;color:var(--xz-text-3, #9ba1b0);background:var(--xz-surface-2, #f4f5f8);padding:2px 6px;border-radius:5px;flex-shrink:0}._invitePanel_sg82m_274{margin:2px 4px 6px;padding:10px;border-radius:11px;background:var(--xz-surface-2, #f6f6fa);animation:_slideDown_sg82m_1 .2s ease}._inviteCodeRow_sg82m_282{display:flex;align-items:stretch;gap:8px}._inviteCodeBox_sg82m_288{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:1px;padding:5px 11px;border-radius:8px;background:var(--xz-surface, #fff);border:1px solid var(--xz-border, #e2e2ee)}._inviteCodeBox_sg82m_288 span{font-size:10px;color:var(--xz-text-3, #9ba1b0)}._inviteCodeBox_sg82m_288 strong{font-size:15px;font-weight:700;letter-spacing:.06em;color:var(--xz-brand, #ff2f4d);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._inviteCopy_sg82m_314{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:0 12px;border:none;border-radius:8px;background:var(--xz-brand, #ff2f4d);color:#fff;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:filter .15s,transform .1s}._inviteCopy_sg82m_314:hover{filter:brightness(1.06)}._inviteCopy_sg82m_314:active{transform:scale(.97)}._inviteCopy_sg82m_314:disabled{opacity:.55;cursor:default}._inviteStats_sg82m_341{display:flex;gap:16px;margin-top:8px;padding:0 2px;font-size:11px;color:var(--xz-text-3, #9ba1b0)}._inviteStats_sg82m_341 b{color:var(--xz-text-2, #5c6070);font-weight:600}._accSection_sg82m_355{display:contents}._accRight_sg82m_363{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;color:#b6bbc6}._accSummary_sg82m_371{font-size:11px;color:var(--xz-text-3, #9ba1b0);max-width:92px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._accBody_sg82m_380{margin:4px 4px 8px;animation:_slideDown_sg82m_1 .2s ease}@keyframes _slideDown_sg82m_1{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._themeGrid_sg82m_396{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:0 1px}._themeItem_sg82m_403{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 4px 7px;border:1px solid var(--xz-border, #e2e2ee);border-radius:var(--xz-radius-sm, 9px);background:var(--xz-surface, #fff);cursor:pointer;font-family:inherit;transition:border-color .15s,box-shadow .15s,transform .15s}._themeItem_sg82m_403:hover{border-color:var(--xz-border-2, #cfcfdd);transform:translateY(-1px)}._themeItemOn_sg82m_421{border-color:var(--xz-brand, #ff2f4d);box-shadow:0 0 0 1px var(--xz-brand, #ff2f4d)}._themeSwatch_sg82m_426{display:inline-flex;gap:3px}._themeSwatch_sg82m_426 i{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}._themeName_sg82m_437{font-size:11px;color:var(--xz-text-2, #5c6070);line-height:1}._themeItemOn_sg82m_421 ._themeName_sg82m_437{color:var(--xz-text, #0f0f1a);font-weight:600}._footer_sg82m_449{margin-top:8px}._popup_sg82m_64 .ant-popover-inner,._popup_sg82m_64 .ant-popover-container{background:var(--xz-surface, #fff)!important}._btn_1wcmh_1{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:8px;background:#f5f5fa;white-space:nowrap;font-size:12px;color:#5c6070;border:1px solid #e2e2ee;cursor:pointer;transition:background .15s}._btn_1wcmh_1:hover{background:#eee}._badgeCount_1wcmh_19{background:#ff2f4d;color:#fff;padding:0 5px;border-radius:10px;font-size:10px;min-width:16px;text-align:center;line-height:16px}._container_1vah8_1{display:flex;align-items:center;gap:8px}._divider_1vah8_7{width:1px;height:24px;background:#e2e2ee}._floating_1vah8_13{display:flex;align-items:center;gap:6px}._floatingDivider_1vah8_19{width:1px;height:18px;background:#0000001a}._modalRoot_61nwk_1 .ant-modal-content{overflow:hidden;padding:0;border:1px solid color-mix(in srgb,var(--xz-brand) 18%,var(--xz-border) 82%);border-radius:22px;background:var(--xz-surface);box-shadow:0 28px 90px color-mix(in srgb,var(--xz-text) 22%,transparent)}._modalRoot_61nwk_1 .ant-modal-close{top:17px;right:17px}._guideHead_61nwk_15{display:flex;align-items:center;gap:13px;padding:22px 26px 18px;border-bottom:1px solid var(--xz-border);background:linear-gradient(135deg,color-mix(in srgb,var(--xz-brand-soft) 76%,white 24%),var(--xz-surface))}._guideHead_61nwk_15 img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 7px 12px color-mix(in srgb,var(--xz-brand) 20%,transparent))}._guideHead_61nwk_15 span{color:var(--xz-text-3);font-size:11.5px;font-weight:750}._guideHead_61nwk_15 h2{margin:2px 0 0;color:var(--xz-text);font-size:21px;line-height:1.25;letter-spacing:-.3px}._guideBody_61nwk_42{padding:20px 26px 4px}._guideBody_61nwk_42>p{margin:0 0 15px;color:var(--xz-text-2);font-size:13px;line-height:1.7}._downloadList_61nwk_53{display:grid;gap:8px}._downloadCard_61nwk_58{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 12px;border:1px solid color-mix(in srgb,var(--xz-brand) 16%,var(--xz-border) 84%);border-radius:13px;background:color-mix(in srgb,var(--xz-brand-soft) 48%,var(--xz-surface) 52%)}._downloadCard_61nwk_58>span{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--xz-surface);color:var(--xz-brand)}._downloadCard_61nwk_58>div{display:flex;min-width:0;flex-direction:column;gap:2px}._downloadCard_61nwk_58 b{color:var(--xz-text);font-size:13px}._downloadCard_61nwk_58 small{overflow:hidden;color:var(--xz-text-3);font-size:11px;text-overflow:ellipsis;white-space:nowrap}._downloadCard_61nwk_58 a{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:0 12px;border-radius:9px;background:var(--xz-brand);color:#fff;font-size:12px;font-weight:800;text-decoration:none}._loadingRow_61nwk_108{display:flex;align-items:center;justify-content:center;gap:7px;min-height:62px;color:var(--xz-text-3);font-size:12px}._loadingRow_61nwk_108 svg,._checking_61nwk_118 svg,._spin_61nwk_118{animation:_bridgeSpin_61nwk_1 .85s linear infinite}._steps_61nwk_122{display:grid;gap:9px;margin:16px 0 0;padding:0;list-style:none;counter-reset:bridge-step}._steps_61nwk_122 li{position:relative;min-height:42px;padding:2px 0 2px 44px;counter-increment:bridge-step}._steps_61nwk_122 li:before{position:absolute;top:0;left:0;display:grid;width:30px;height:30px;place-items:center;border-radius:9px;background:var(--xz-brand-soft);color:var(--xz-brand);content:counter(bridge-step);font-size:12px;font-weight:850}._steps_61nwk_122 b,._steps_61nwk_122 span{display:block}._steps_61nwk_122 b{color:var(--xz-text);font-size:12.5px}._steps_61nwk_122 span{margin-top:2px;color:var(--xz-text-3);font-size:11.5px;line-height:1.55}._steps_61nwk_122 button{margin:0 4px;padding:0;border:0;background:transparent;color:var(--xz-brand);font:inherit;font-weight:750;text-decoration:underline;cursor:pointer}._stateGuide_61nwk_176{padding:38px 34px 26px;text-align:center}._stateGuide_61nwk_176 h3{margin:15px 0 7px;color:var(--xz-text);font-size:18px}._stateGuide_61nwk_176 p{max-width:470px;margin:0 auto;color:var(--xz-text-2);font-size:13px;line-height:1.75}._stateIcon_61nwk_195{display:grid;width:56px;height:56px;margin:0 auto;place-items:center;border-radius:18px;background:var(--xz-brand-soft);color:var(--xz-brand)}._stateIcon_61nwk_195._ready_61nwk_206{background:#e8f8ef;color:#16a35b}._checking_61nwk_118{display:flex;align-items:center;justify-content:center;gap:10px;min-height:210px;color:var(--xz-text-2);font-size:13px}._actions_61nwk_221{display:flex;justify-content:flex-end;gap:10px;padding:17px 26px 22px}._actions_61nwk_221 button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 17px;border-radius:11px;font-size:13px;font-weight:800;cursor:pointer}._secondary_61nwk_241{border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2)}._primary_61nwk_247{border:1px solid var(--xz-brand);background:var(--xz-brand);color:#fff;box-shadow:0 8px 20px color-mix(in srgb,var(--xz-brand) 24%,transparent)}._primary_61nwk_247:disabled{opacity:.6;cursor:default}._inlineNotice_61nwk_259{display:flex;align-items:center;gap:10px;min-height:54px;padding:9px 10px;border:1px solid color-mix(in srgb,var(--xz-brand) 18%,var(--xz-border) 82%);border-radius:12px;background:color-mix(in srgb,var(--xz-brand-soft) 44%,var(--xz-surface) 56%)}._inlineIcon_61nwk_270{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--xz-surface);color:var(--xz-brand)}._inlineCopy_61nwk_281{display:flex;min-width:0;flex:1;flex-direction:column;gap:2px}._inlineCopy_61nwk_281 b{color:var(--xz-text);font-size:12.5px}._inlineCopy_61nwk_281 span{overflow:hidden;color:var(--xz-text-3);font-size:11px;text-overflow:ellipsis;white-space:nowrap}._inlineNotice_61nwk_259>button{flex:0 0 auto;min-height:32px;padding:0 12px;border:1px solid color-mix(in srgb,var(--xz-brand) 35%,var(--xz-border) 65%);border-radius:9px;background:var(--xz-surface);color:var(--xz-brand);font-size:11.5px;font-weight:800;cursor:pointer}@keyframes _bridgeSpin_61nwk_1{to{transform:rotate(360deg)}}@media(max-width:640px){._downloadCard_61nwk_58{grid-template-columns:34px minmax(0,1fr)}._downloadCard_61nwk_58 a{grid-column:1/-1}._inlineCopy_61nwk_281 span{white-space:normal}}._num_9myec_11{font-variant-numeric:tabular-nums;letter-spacing:-.01em}._disp_9myec_16{font-weight:700}._main_9myec_21{flex:1;min-width:0;display:flex;flex-direction:column}._topbar_9myec_29{height:62px;display:flex;align-items:center;gap:14px;padding:0 26px;border-bottom:1px solid var(--xz-border);background:var(--xz-surface);position:sticky;top:0;z-index:25;transition:background .3s ease,border-color .3s ease}._crumb_9myec_43{display:flex;align-items:center;gap:7px;color:var(--xz-text-2);font-size:13px}._crumb_9myec_43 b{color:var(--xz-text);font-weight:700}._crumb_9myec_43 i{color:var(--xz-text-3);font-size:15px}._badge-demo_9myec_61{display:inline-flex;align-items:center;gap:5px;color:var(--xz-brand);font-size:11.5px;font-weight:700;padding:4px 10px;border-radius:var(--r-ctl);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._badge-demo_9myec_61 i{font-size:13px}html[data-theme=t3] ._badge-demo_9myec_61{color:var(--xz-gold-2);background:#e0a94a1a;border-color:#e0a94a3d}._tb-sp_9myec_84{flex:1}._seg_9myec_88{display:flex;background:var(--xz-surface-2);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:3px;gap:2px}._seg_9myec_88 button{border:none;background:transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--xz-text-2);padding:7px 15px;border-radius:8px;cursor:pointer;transition:.15s;display:flex;align-items:center;gap:6px}._seg_9myec_88 button i{font-size:15px}._seg_9myec_88 button:hover{color:var(--xz-text)}._seg_9myec_88 button._on_9myec_121{background:var(--xz-surface);color:var(--xz-text);box-shadow:0 1px 2px var(--xz-shadow-color),0 0 0 1px var(--xz-border)}._icon-btn_9myec_127{width:40px;height:40px;border-radius:var(--r-ctl);border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;position:relative;transition:.15s}._icon-btn_9myec_127:hover{border-color:var(--xz-border-2);color:var(--xz-text);background:var(--xz-surface-2)}._icon-btn_9myec_127 svg{width:20px;height:20px}._dot_9myec_154{position:absolute;top:8px;right:9px;width:8px;height:8px;border-radius:50%;background:var(--xz-brand);border:2px solid var(--xz-surface)}html[data-theme=t3] ._dot_9myec_154{background:#ff2f4d}._avatar_9myec_169{width:40px;height:40px;border-radius:var(--r-ctl);background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:var(--xz-on-brand);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;cursor:pointer;box-shadow:0 3px 10px var(--xz-brand-glow)}html[data-theme=t3] ._avatar_9myec_169{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#1a140a;box-shadow:0 4px 12px #e0a94a52,inset 0 1px #fff6}._pop-wrap_9myec_191{position:relative}._pop_9myec_191{position:absolute;top:52px;right:0;width:300px;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);box-shadow:var(--xz-shadow-pop);padding:8px;z-index:60;display:none}._pop_9myec_191._show_9myec_209{display:block;animation:_pop_9myec_191 .16s ease}@keyframes _pop_9myec_191{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}._pop-h_9myec_224{font-size:12px;font-weight:800;color:var(--xz-text);padding:8px 10px 6px;display:flex;align-items:center;gap:6px}._pop-h_9myec_224 ._n_9myec_11{margin-left:auto;font-size:10.5px;color:var(--xz-brand);font-weight:700}._pop-item_9myec_241{display:flex;gap:10px;padding:10px;border-radius:var(--r-ctl);cursor:pointer;transition:.13s}._pop-item_9myec_241:hover{background:var(--xz-surface-2)}._pop-item_9myec_241 ._pi_9myec_254{width:32px;height:32px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:16px}._pop-item_9myec_241 ._pi_9myec_254 svg{width:16px;height:16px}._pop-item_9myec_241 ._pt2_9myec_270{font-size:12.5px;font-weight:700;color:var(--xz-text);line-height:1.4}._pop-item_9myec_241 ._pt2_9myec_270 ._pd_9myec_277{font-size:11px;color:var(--xz-text-2);font-weight:400;margin-top:2px}._pop-item_9myec_241 ._pw_9myec_284{margin-left:auto;font-size:10px;color:var(--xz-text-3);white-space:nowrap}._pop-foot_9myec_291{padding:9px 10px;text-align:center;font-size:12px;font-weight:700;color:var(--xz-brand);cursor:pointer;border-top:1px solid var(--xz-border);margin-top:4px}._pop-foot_9myec_291:hover{text-decoration:underline}._pop-me_9myec_306{padding:12px 12px 6px;display:flex;align-items:center;gap:11px}._pop-me_9myec_306 ._pa_9myec_313{width:44px;height:44px;border-radius:12px;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:var(--xz-on-brand);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px}html[data-theme=t3] ._pop-me_9myec_306 ._pa_9myec_313{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#1a140a}._pop-me_9myec_306 ._pn_9myec_331{font-weight:800;font-size:15px;color:var(--xz-text)}._pop-me_9myec_306 ._ps_9myec_337{font-size:11.5px;color:var(--xz-brand);font-weight:700;margin-top:2px}._pop-row_9myec_344{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--r-ctl);cursor:pointer;font-size:13px;font-weight:600;color:var(--xz-text);transition:.13s}._pop-row_9myec_344:hover{background:var(--xz-surface-2)}._pop-row_9myec_344 i,._pop-row_9myec_344 svg{font-size:18px;width:18px;height:18px;color:var(--xz-text-2)}._canvas_9myec_369{padding:0 0 40px;width:100%}._grid_9myec_374{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:22px;align-items:stretch}._col-l_9myec_381{display:flex;flex-direction:column;gap:22px;min-width:0}._col-r_9myec_388{display:flex;flex-direction:column;gap:20px}._card_9myec_394{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-card);box-shadow:var(--card-shadow);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}._sec-h_9myec_402{display:flex;align-items:center;gap:10px;margin-bottom:14px}._sec-h_9myec_402 ._bar_9myec_409{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}._sec-h_9myec_402 ._t_9myec_29{font-weight:700;font-size:16.5px;letter-spacing:-.01em}._sec-h_9myec_402 ._pill_9myec_422{font-size:11px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:3px 9px;border-radius:7px}._sec-h_9myec_402 ._more_9myec_432{margin-left:auto;font-size:12.5px;color:var(--xz-text-2);cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:700}._sec-h_9myec_402 ._more_9myec_432:hover{color:var(--xz-brand)}._sec-h_9myec_402 ._more_9myec_432 svg{width:14px;height:14px}html[data-theme=t3] ._sec-h_9myec_402 ._bar_9myec_409,html[data-theme=t3] ._tasks-head_9myec_453 ._bar_9myec_409,html[data-theme=t3] ._mini-head_9myec_454 ._bar_9myec_409{background:linear-gradient(180deg,var(--xz-gold-2),var(--xz-gold));box-shadow:0 0 8px #e0a94a80}._sec-h_9myec_402>svg{width:16px;height:16px;color:var(--xz-brand);flex:none}._sec-h_9myec_402 ._sub_9myec_466{font-size:12px;color:var(--xz-text-3);font-weight:500}._radar-card_9myec_473{padding:18px 20px 20px}._radar-finds_9myec_477{display:flex;flex-direction:column}._rf-row_9myec_482{display:flex;align-items:center;gap:13px;padding:15px 4px;border-bottom:1px solid var(--xz-border);cursor:pointer;transition:.15s;position:relative}._rf-row_9myec_482:last-child{border-bottom:none}._rf-row_9myec_482:hover ._rf-title_9myec_497{color:var(--xz-brand)}html[data-theme=t3] ._rf-row_9myec_482:hover ._rf-title_9myec_497{color:var(--xz-gold-2)}._rf-tag_9myec_505{flex:none;width:64px;text-align:center;font-size:11px;font-weight:800;padding:5px 0;border-radius:7px;white-space:nowrap}._rt-hot_9myec_516{color:var(--hot);background:var(--hot-bg);border:1px solid var(--hot-br)}._rt-gap_9myec_522{color:var(--plum);background:var(--plum-bg);border:1px solid var(--plum-br)}._rt-topic_9myec_528{color:var(--cool);background:var(--cool-bg);border:1px solid var(--cool-br)}._rf-main_9myec_534{flex:1;min-width:0}._rf-title_9myec_497{font-size:14px;font-weight:800;color:var(--xz-text);line-height:1.35;transition:color .15s}._rf-sub_9myec_547{font-size:12px;color:var(--xz-text-3);margin-top:3px;line-height:1.4}._rf-metric_9myec_554{font-weight:800;color:var(--xz-brand)}html[data-theme=t3] ._rf-metric_9myec_554{color:var(--xz-gold-2)}._rf-go_9myec_563{flex:none;font-size:12px;font-weight:800;color:var(--xz-brand);cursor:pointer;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);border-radius:var(--r-ctl);padding:7px 13px;transition:.15s}._rf-go_9myec_563:hover{background:var(--xz-brand-soft-2)}._rf-arrow_9myec_580{flex:none;width:16px;height:16px;color:var(--xz-text-3);transition:.15s}._rf-row_9myec_482:hover ._rf-arrow_9myec_580{color:var(--xz-brand);transform:translate(2px)}._radar-ask_9myec_595{display:flex;flex-direction:column;padding:18px 18px 16px;border-radius:var(--r-card);background:radial-gradient(120% 90% at 100% 0%,var(--xz-brand-tint),transparent 60%),var(--xz-surface);border:1px solid var(--xz-brand-soft-2);box-shadow:var(--card-shadow)}html[data-theme=t3] ._radar-ask_9myec_595{background:radial-gradient(120% 90% at 100% 0%,rgba(224,169,74,.1),transparent 60%),var(--xz-surface-2);border-color:#e0a94a38}._ra-head_9myec_610{display:flex;align-items:center;gap:11px;margin-bottom:13px}._ra-ip_9myec_617{width:40px;height:40px;border-radius:11px;object-fit:cover;flex:none}._ra-title_9myec_625{font-size:15.5px;font-weight:800;color:var(--xz-text);line-height:1.2}._ra-tip_9myec_632{font-size:11.5px;color:var(--xz-text-2);margin-top:3px;font-weight:600}._ra-input_9myec_639{width:100%;resize:none;font-family:var(--font);font-size:13px;font-weight:600;color:var(--xz-text);padding:11px 13px;border:1px solid var(--xz-border-2);border-radius:var(--r-ctl);background:var(--xz-surface);line-height:1.55;transition:.15s}._ra-input_9myec_639::placeholder{color:var(--xz-text-3);font-weight:500}._ra-input_9myec_639:focus{outline:none;border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._ra-chips_9myec_665{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0 13px}._ra-chip_9myec_665{font-size:11.5px;font-weight:700;color:var(--xz-text-2);cursor:pointer;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:999px;padding:5px 12px;transition:.15s}._ra-chip_9myec_665:hover{color:var(--xz-brand);border-color:var(--xz-brand-soft-2);background:var(--xz-brand-soft)}._ra-submit_9myec_690{width:100%;border:none;border-radius:var(--r-ctl);padding:12px;font-family:var(--font);font-weight:800;font-size:13.5px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s;box-shadow:0 4px 12px var(--xz-brand-glow)}._ra-submit_9myec_690:hover{filter:brightness(1.05)}._ra-submit_9myec_690 svg{width:16px;height:16px}html[data-theme=t3] ._ra-submit_9myec_690{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a52}._ra-foot_9myec_724{font-size:11px;color:var(--xz-text-3);font-weight:600;margin-top:12px;text-align:center}._plat-tab_9myec_733{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}._pt-scope_9myec_742{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._pt-seg_9myec_750{display:flex;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:3px;box-shadow:var(--card-shadow)}._pt_9myec_270{border:none;background:transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--xz-text-2);padding:8px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.15s}._pt_9myec_270 i,._pt_9myec_270 svg{font-size:16px;width:16px;height:16px}._pt_9myec_270:hover{color:var(--xz-text)}._pt_9myec_270._on_9myec_121{background:var(--xz-surface-2);color:var(--xz-text);box-shadow:inset 0 0 0 1px var(--xz-border)}._pt_9myec_270._on_9myec_121 i,._pt_9myec_270._on_9myec_121 svg{color:var(--xz-brand)}._pt-hint_9myec_795{margin-left:auto;font-size:11.5px;color:var(--xz-text-3);display:flex;align-items:center;gap:5px}._pt-hint_9myec_795 i,._pt-hint_9myec_795 svg{font-size:14px;width:14px;height:14px}._plat-tab_9myec_733 ._icon-btn_9myec_127{width:34px;height:34px}._plat-tab_9myec_733 ._icon-btn_9myec_127 svg{width:17px;height:17px}._plat-tab_9myec_733 ._badge-demo_9myec_61{padding:3px 9px;font-size:11px}._account-scope_9myec_826{height:40px;min-width:250px;display:flex;align-items:center;gap:8px;padding:0 10px 0 12px;border:1px solid var(--xz-border);border-radius:var(--r-ctl);background:var(--xz-surface);box-shadow:var(--card-shadow)}._account-scope-label_9myec_839{font-size:11px;color:var(--xz-text-3);font-weight:800;white-space:nowrap}._account-scope_9myec_826 select{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--xz-text);cursor:pointer;font-family:var(--font);font-size:13px;font-weight:800}._scope-divider_9myec_859{width:1px;height:24px;background:var(--xz-border)}._scope-summary_9myec_865{font-size:11.5px;color:var(--xz-text-3);font-weight:700;white-space:nowrap}._hero_9myec_873{position:relative;overflow:hidden;border-radius:var(--r);padding:26px 28px;background:var(--hero-glow),var(--hero-tint),var(--xz-surface);border:1px solid var(--xz-border);box-shadow:var(--card-shadow);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}html[data-theme=t3] ._hero_9myec_873{background:var(--hero-glow),var(--hero-tint),linear-gradient(160deg,#191921,#101015 72%)}._hero-top_9myec_890{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:20px;position:relative;z-index:1}._mascot-wrap_9myec_899{position:relative;flex-shrink:0;width:96px;height:96px;display:flex;align-items:center;justify-content:center}._mascot-wrap_9myec_899:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:radial-gradient(circle,var(--xz-brand-soft),transparent 70%)}._greet_9myec_919{flex:1;min-width:0;padding-top:2px}._greet_9myec_919 ._hi_9myec_925{font-size:12.5px;color:var(--xz-brand);font-weight:700;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:7px;margin-bottom:9px}._greet_9myec_919 ._hi_9myec_925 i,._greet_9myec_919 ._hi_9myec_925 svg{font-size:14px;width:14px;height:14px}._greet_9myec_919 ._head_9myec_943{font-weight:800;font-size:24px;line-height:1.32;letter-spacing:-.015em;color:var(--xz-text);min-height:2.64em}._head-typing_9myec_953:after{content:"";display:inline-block;width:2px;height:.92em;margin-left:3px;vertical-align:-.08em;border-radius:1px;background:var(--xz-brand);animation:_greetCaret_9myec_1 .78s steps(1,end) infinite}@keyframes _greetCaret_9myec_1{0%,55%{opacity:1}56%,to{opacity:0}}._head-ghost_9myec_977{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}._head-live_9myec_983{position:absolute;inset:0}._greet_9myec_919 ._head_9myec_943 ._hot_9myec_988,._greet_9myec_919 ._head_9myec_943 ._num-in_9myec_992{color:var(--xz-brand)}html[data-theme=t3] ._greet_9myec_919 ._head_9myec_943 ._hot_9myec_988{color:#ff6377}._growth_9myec_1000{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}._rank_9myec_1008{display:inline-flex;align-items:center;gap:9px;padding:8px 13px 8px 9px;border-radius:12px;background:#c8973a1a;border:1px solid rgba(200,151,58,.28)}._rank_9myec_1008 ._medal_9myec_1018{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 2px 8px #c8973a47}._rank_9myec_1008 ._medal_9myec_1018 svg{width:17px;height:17px}._rank_9myec_1008 ._rk_9myec_1036{line-height:1.25}._rank_9myec_1008 ._rk_9myec_1036 ._g_9myec_374{font-weight:800;font-size:13.5px;color:var(--xz-gold-deep)}html[data-theme=t3] ._rank_9myec_1008 ._rk_9myec_1036 ._g_9myec_374{color:var(--xz-gold-2)}._rank_9myec_1008 ._rk_9myec_1036 ._s_9myec_3{font-size:10.5px;color:var(--xz-text-3);font-weight:600}._combo_9myec_1056{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:12px;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._combo_9myec_1056 i,._combo_9myec_1056 svg{font-size:17px;width:17px;height:17px;color:var(--xz-brand)}._combo_9myec_1056 b{font-weight:800;font-size:14px;color:var(--xz-brand)}._combo_9myec_1056 span{font-size:11px;color:var(--xz-text-2);font-weight:600}._lvl_9myec_1085{flex:1;min-width:210px;padding:9px 14px;border-radius:12px;background:var(--xz-surface-3);border:1px solid var(--xz-border);display:flex;flex-direction:column;gap:7px}._lvl-top_9myec_1097{display:flex;align-items:center;justify-content:space-between;font-size:11.5px}._lvl-top_9myec_1097 ._l_9myec_1085{color:var(--xz-text-2);font-weight:700;display:flex;align-items:center;gap:5px}._lvl-top_9myec_1097 ._l_9myec_1085 i,._lvl-top_9myec_1097 ._l_9myec_1085 svg{color:var(--xz-brand);font-size:14px;width:14px;height:14px}._lvl-top_9myec_1097 ._r_9myec_473{color:var(--xz-text-3);font-weight:600}._lvl-top_9myec_1097 ._r_9myec_473 b{color:var(--xz-brand)}._lvl-bar_9myec_1128{height:8px;border-radius:6px;background:var(--track);overflow:hidden}._lvl-bar_9myec_1128 i{display:block;height:100%;width:64%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}html[data-theme=t3] ._lvl-bar_9myec_1128 i,html[data-theme=t3] ._pbar_9myec_1144 i{background:linear-gradient(90deg,var(--xz-gold-deep),var(--xz-gold-2));box-shadow:0 0 12px #e0a94a8c}._idrow_9myec_1150{display:flex;align-items:center;gap:9px;margin-bottom:11px;flex-wrap:wrap}._rankchip_9myec_1158{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px 0 10px;border-radius:999px;cursor:pointer;background:linear-gradient(135deg,#fff6e4,#ffedcf);border:1px solid #f0d9a8;color:#8a6410;font-weight:800;font-size:13px;transition:transform .12s ease}._rankchip_9myec_1158:hover{transform:translateY(-1px)}._rankchip_9myec_1158 svg{width:15px;height:15px;color:var(--xz-gold-deep)}._combochip_9myec_1184{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;cursor:pointer;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);font-weight:700;font-size:12.5px}._combochip_9myec_1184 svg{width:15px;height:15px}._combochip_9myec_1184 b{font-weight:800;font-size:13.5px}._hero-growth_9myec_1210{display:flex;align-items:center;gap:18px;position:relative;z-index:1;margin-top:16px;padding-top:15px;border-top:1px solid var(--xz-border)}._game-data-state_9myec_1221{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--xz-text-2);font-size:12px;line-height:1.5}._game-data-state_9myec_1221 button{flex:none;display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:0 11px;border:1px solid var(--xz-border);border-radius:var(--r-ctl);color:var(--xz-brand);background:var(--xz-surface);font-size:11.5px;font-weight:700;cursor:pointer}._game-data-state_9myec_1221 button:hover{border-color:var(--xz-brand);background:var(--xz-brand-soft)}._game-data-state_9myec_1221 button svg{width:13px;height:13px}._hg-div_9myec_1259{width:1px;height:24px;background:var(--xz-border);flex:none}._xpwide_9myec_1266{flex:1;min-width:220px;display:flex;align-items:center;gap:12px;cursor:pointer}._xpwide_9myec_1266 ._xplv_9myec_1275{display:inline-flex;align-items:center;gap:5px;font-weight:800;font-size:13px;color:var(--xz-text);white-space:nowrap}._xpwide_9myec_1266 ._xplv_9myec_1275 svg{width:14px;height:14px;color:var(--xz-brand)}._xpwide_9myec_1266 ._xpbar_9myec_1291{flex:1;height:10px;border-radius:6px;background:var(--track);overflow:hidden}._xpwide_9myec_1266 ._xpbar_9myec_1291 i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}._xpwide_9myec_1266 ._xpre_9myec_1306{font-size:11.5px;color:var(--xz-text-3);font-weight:600;white-space:nowrap}._xpwide_9myec_1266 ._xpre_9myec_1306 b{color:var(--xz-brand)}html[data-theme=t3] ._xpwide_9myec_1266 ._xpbar_9myec_1291 i{background:linear-gradient(90deg,var(--xz-gold-deep),var(--xz-gold-2));box-shadow:0 0 12px #e0a94a8c}._xpwide_9myec_1266,._xpwide_9myec_1266 ._xpbar_9myec_1291{position:relative}._xpwide_9myec_1266 ._xpbar_9myec_1291 i{position:relative;transition:width 1.6s cubic-bezier(.16,.84,.24,1)}._xpwide_9myec_1266[data-growth] ._xpbar_9myec_1291 i:before{content:"";position:absolute;right:-2px;top:50%;width:12px;height:12px;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,#fff,var(--xz-brand) 62%,transparent 72%);animation:_xpHeadPulseV61_9myec_1 1.6s ease-out 1}@keyframes _xpHeadPulseV61_9myec_1{0%{opacity:0}12%{opacity:1}to{opacity:0}}._xpwide_9myec_1266[data-growth] ._xpbar_9myec_1291{box-shadow:0 0 0 1px var(--xz-brand-glow),0 0 14px var(--xz-brand-glow)}._xpwide_9myec_1266[data-growth] ._xpbar_9myec_1291 i{position:relative;overflow:hidden}._xpwide_9myec_1266[data-growth] ._xpbar_9myec_1291 i:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:_xpSweepV59_9myec_1 1.1s ease-out 1}._xpGainV59_9myec_1382{position:absolute;right:0;bottom:100%;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:800;font-style:normal;white-space:nowrap;color:#fff;background:linear-gradient(135deg,var(--xz-brand-2),var(--xz-brand));box-shadow:0 4px 12px var(--xz-brand-glow);animation:_xpFloatV59_9myec_1 2.6s cubic-bezier(.2,.9,.3,1) both;pointer-events:none}._xpLevelUpV59_9myec_1399{position:absolute;left:50%;bottom:100%;display:inline-flex;align-items:center;gap:5px;padding:4px 14px;border-radius:999px;font-size:12.5px;font-weight:900;font-style:normal;letter-spacing:.06em;white-space:nowrap;color:#fff;background:linear-gradient(135deg,var(--xz-brand),var(--xz-brand-hover, var(--xz-brand-2)));box-shadow:0 6px 20px var(--xz-brand-glow),0 0 0 3px var(--xz-brand-glow);transform:translate(-50%);animation:_xpLevelUpV59_9myec_1399 2.6s cubic-bezier(.18,.9,.28,1) both;pointer-events:none}._xpLevelUpV59_9myec_1399 svg{width:14px;height:14px}._medalRiseV59_9myec_1427{display:inline-flex;align-items:center;gap:9px;padding:5px 14px 5px 6px;border-radius:999px;border:1px solid var(--xz-brand);background:var(--xz-surface-2);box-shadow:0 8px 26px var(--xz-brand-glow);animation:_medalRiseV59_9myec_1427 4s cubic-bezier(.2,.9,.3,1) both}._medalRiseV59_9myec_1427 img{width:30px;height:30px;object-fit:contain;animation:_medalSpinV59_9myec_1 1.5s cubic-bezier(.22,.85,.28,1) both}._medalRiseV59_9myec_1427 b{font-size:12.5px;font-weight:900;letter-spacing:.1em;color:var(--xz-brand)}@keyframes _xpSweepV59_9myec_1{0%{transform:translate(-100%)}to{transform:translate(220%)}}@keyframes _xpFloatV59_9myec_1{0%{opacity:0;transform:translateY(6px) scale(.9)}18%{opacity:1;transform:translateY(-4px) scale(1)}72%{opacity:1;transform:translateY(-8px)}to{opacity:0;transform:translateY(-16px)}}@keyframes _xpLevelUpV59_9myec_1399{0%{opacity:0;transform:translate(-50%) translateY(10px) scale(.72)}16%{opacity:1;transform:translate(-50%) translateY(-6px) scale(1.14)}28%{transform:translate(-50%) translateY(-6px) scale(1)}78%{opacity:1;transform:translate(-50%) translateY(-9px)}to{opacity:0;transform:translate(-50%) translateY(-20px)}}@keyframes _medalRiseV59_9myec_1427{0%{opacity:0;transform:translateY(10px) scale(.86)}10%{opacity:1;transform:translateY(0) scale(1)}86%{opacity:1}to{opacity:0;transform:translateY(-8px)}}@keyframes _medalSpinV59_9myec_1{0%{transform:rotate(-180deg) scale(.4);filter:brightness(2.2)}60%{transform:rotate(8deg) scale(1.18);filter:brightness(1.4)}to{transform:none;filter:none}}@media(prefers-reduced-motion:reduce){._xpwide_9myec_1266 ._xpbar_9myec_1291 i,._xpGainV59_9myec_1382,._xpLevelUpV59_9myec_1399,._medalRiseV59_9myec_1427,._medalRiseV59_9myec_1427 img{animation-duration:.01ms;transition:none}}._ci-inline_9myec_1540{display:flex;align-items:center;gap:10px;flex:none}._ci-inline_9myec_1540 ._ci-lab_9myec_1547{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--xz-text-2);white-space:nowrap}._ci-inline_9myec_1540 ._ci-lab_9myec_1547 svg{width:14px;height:14px;color:var(--xz-brand)}._ci-days_9myec_1563{display:inline-flex;gap:5px}._cid_9myec_1568{width:24px;height:24px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);transition:transform .12s ease}._cid_9myec_1568 svg{width:13px;height:13px}._cid_9myec_1568._on_9myec_121{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));border-color:transparent;color:#fff;box-shadow:0 3px 8px var(--xz-brand-glow)}._cid_9myec_1568._today_9myec_1595{background:var(--xz-surface);border:1.5px dashed var(--xz-brand);color:var(--xz-brand);cursor:pointer}._cid_9myec_1568._today_9myec_1595:hover{transform:translateY(-2px)}html[data-theme=t3] ._cid_9myec_1568._on_9myec_121{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#1a140a;box-shadow:0 0 10px #e0a94a80}._ci-inline_9myec_1540 ._ci-tag_9myec_1612{font-size:11px;font-weight:800;color:var(--rise);background:var(--rise-bg);border-radius:999px;padding:3px 9px;white-space:nowrap}._value_9myec_1622{flex-shrink:0;text-align:right;padding-left:22px;border-left:1px solid var(--xz-border);min-width:220px}._value_9myec_1622 ._lab_9myec_1630{font-size:11.5px;color:var(--xz-text-2);font-weight:700;display:flex;align-items:center;justify-content:flex-end;gap:6px}._value_9myec_1622 ._lab_9myec_1630 i,._value_9myec_1622 ._lab_9myec_1630 svg{font-size:15px;width:15px;height:15px;color:var(--xz-gold-deep)}html[data-theme=t3] ._value_9myec_1622 ._lab_9myec_1630 i,html[data-theme=t3] ._value_9myec_1622 ._lab_9myec_1630 svg{color:var(--xz-gold-2)}._value_9myec_1622 ._big_9myec_1652{font-weight:900;font-size:46px;line-height:1;margin-top:10px;letter-spacing:-.03em;font-variant-numeric:tabular-nums;background:var(--value-grad);-webkit-background-clip:text;background-clip:text;color:transparent}._value_9myec_1622 ._big_9myec_1652 ._cur_9myec_1665{font-size:28px;vertical-align:top;margin-right:1px}._value_9myec_1622 ._sub_9myec_466{font-size:12px;color:var(--xz-text-2);margin-top:9px;font-weight:600}._value_9myec_1622 ._sub_9myec_466 b{color:var(--xz-gold-deep)}html[data-theme=t3] ._value_9myec_1622 ._sub_9myec_466 b{color:var(--xz-gold-2)}._value_9myec_1622 ._mini_9myec_454{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:11.5px;color:var(--xz-text-2);font-weight:600;background:var(--xz-surface-3);border:1px solid var(--xz-border);padding:6px 11px;border-radius:9px}._value_9myec_1622 ._mini_9myec_454 i,._value_9myec_1622 ._mini_9myec_454 svg{color:var(--xz-brand);font-size:14px;width:14px;height:14px}._value_9myec_1622 ._mini_9myec_454 b{color:var(--xz-text);font-variant-numeric:tabular-nums}._hero-strip_9myec_1712{display:flex;gap:14px;margin-top:22px;position:relative;z-index:1}._pgroup_9myec_1720{flex:1;background:var(--xz-surface-3);border:1px solid var(--xz-border);border-radius:12px;padding:14px 16px}._pg-h_9myec_1728{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12.5px;margin-bottom:13px;color:var(--xz-text)}._pg-h_9myec_1728 i,._pg-h_9myec_1728 svg{font-size:17px;width:17px;height:17px}._pg-h_9myec_1728._xhs_9myec_1744 i,._pg-h_9myec_1728._xhs_9myec_1744 svg{color:var(--xz-brand)}._pg-h_9myec_1728._mp_9myec_1748 i,._pg-h_9myec_1728._mp_9myec_1748 svg{color:var(--xz-success)}._pg-h_9myec_1728 ._tagm_9myec_1752{margin-left:auto;font-size:10px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:2px 7px;border-radius:6px}._pg-stats_9myec_1763{display:flex;gap:16px}._pg-stats_9myec_1763 ._s_9myec_3{flex:1}._pg-stats_9myec_1763 ._s_9myec_3 ._sv_9myec_1772{font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._pg-stats_9myec_1763 ._s_9myec_3 ._sl_9myec_1781{font-size:10.5px;color:var(--xz-text-3);margin-top:6px;font-weight:600}._pg-stats_9myec_1763 ._s_9myec_3 ._sd_9myec_1788{font-size:10.5px;font-weight:700;color:var(--xz-success);margin-top:4px;display:inline-flex;align-items:center;gap:3px}._pg-stats_9myec_1763 ._s_9myec_3 ._sd_9myec_1788 i,._pg-stats_9myec_1763 ._s_9myec_3 ._sd_9myec_1788 svg{font-size:12px;width:12px;height:12px}._pg-stats_9myec_1763 ._s_9myec_3 ._sd_9myec_1788._pool_9myec_1804{color:var(--xz-brand)}._stat3_9myec_1808{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;position:relative;z-index:1}._stat_9myec_1808{background:var(--xz-surface-3);border:1px solid var(--xz-border);border-radius:12px;padding:15px 16px}._stat_9myec_1808 ._k_9myec_1824{font-size:12px;color:var(--xz-text-2);font-weight:600;display:flex;align-items:center;gap:6px}._stat_9myec_1808 ._k_9myec_1824 i,._stat_9myec_1808 ._k_9myec_1824 svg{font-size:15px;width:15px;height:15px;color:var(--xz-text-3)}._stat_9myec_1808 ._v_9myec_1622{font-weight:800;font-size:28px;margin-top:9px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._stat_9myec_1808 ._d_9myec_16{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:700;margin-top:9px;padding:2px 8px;border-radius:7px}._stat_9myec_1808 ._d_9myec_16 i,._stat_9myec_1808 ._d_9myec_16 svg{font-size:14px;width:14px;height:14px}._up_9myec_1867{color:var(--xz-success);background:var(--xz-success-soft);border:1px solid var(--xz-success-soft)}._pool_9myec_1804{color:var(--xz-brand);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._notes_9myec_1882{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}._notes_9myec_1882._xhs-notes_9myec_1888{grid-template-columns:repeat(6,minmax(0,1fr))}._xhs-notes_9myec_1888 ._cover_9myec_1892{height:auto;aspect-ratio:3/4;background-size:cover;background-position:center}._mp-notes_9myec_1903{grid-template-columns:repeat(4,minmax(0,1fr))}._mp-notes_9myec_1903 ._cover_9myec_1892{height:auto;aspect-ratio:16/10}._note_9myec_1882{border:1px solid var(--xz-border);border-radius:var(--r-card);overflow:hidden;background:var(--xz-surface);cursor:pointer;transition:.2s;display:flex;flex-direction:column;box-shadow:var(--card-shadow)}._note_9myec_1882:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hi);border-color:var(--xz-border-2)}._cover_9myec_1892{height:118px;position:relative;display:flex;align-items:center;justify-content:center}._cover_9myec_1892:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(20,16,10,.06))}._cover_9myec_1892:before{content:"封面预览";position:absolute;bottom:9px;left:50%;transform:translate(-50%);z-index:2;font-size:9px;font-weight:600;letter-spacing:.08em;color:#14100a52}._cover_9myec_1892._has-cover_9myec_1959:before{display:none}._cover_9myec_1892 i._ph_9myec_1963,._cover_9myec_1892 svg._ph_9myec_1963{font-size:25px;width:25px;height:25px;color:#14100a33;position:relative;z-index:1}._cv-a_9myec_1972{background:linear-gradient(135deg,#ffedf1,#ffd6de)}._cv-b_9myec_1976{background:linear-gradient(135deg,#e3f6ed,#bfe7d4)}._cv-c_9myec_1980{background:linear-gradient(135deg,#fcf1dd,#f3ddb4)}._cv-d_9myec_1984{background:linear-gradient(135deg,#e8eefc,#cdd9f4)}html[data-theme=t3] ._cover_9myec_1892:after{background:linear-gradient(180deg,transparent 40%,rgba(20,16,10,.32))}html[data-theme=t3] ._cover_9myec_1892:before{color:#ffffffb8}html[data-theme=t3] ._cover_9myec_1892 i._ph_9myec_1963,html[data-theme=t3] ._cover_9myec_1892 svg._ph_9myec_1963{color:#ffffffc7;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}html[data-theme=t3] ._cv-a_9myec_1972{background:linear-gradient(135deg,#f2aab5,#db6d80)}html[data-theme=t3] ._cv-b_9myec_1976{background:linear-gradient(135deg,#8ed0b3,#469a74)}html[data-theme=t3] ._cv-c_9myec_1980{background:linear-gradient(135deg,#e7c384,#bf934d)}html[data-theme=t3] ._cv-d_9myec_1984{background:linear-gradient(135deg,#a6bbed,#5776c8)}._plat_9myec_733{position:absolute;left:11px;top:11px;z-index:2;display:inline-flex;align-items:center;gap:4px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:4px 8px;font-size:10.5px;font-weight:700;color:#2b2b31}._plat_9myec_733 i,._plat_9myec_733 svg{font-size:13px;width:13px;height:13px}._plat_9myec_733._xhs_9myec_1744 i,._plat_9myec_733._xhs_9myec_1744 svg{color:var(--xz-brand)}._plat_9myec_733._mp_9myec_1748 i,._plat_9myec_733._mp_9myec_1748 svg{color:var(--xz-success)}._flag_9myec_2051{position:absolute;right:8px;top:8px;z-index:2;display:inline-flex;align-items:center;gap:3px;border-radius:999px;padding:2.5px 8px;font-size:10px;font-weight:700;line-height:1.5;box-shadow:0 1px 4px #0000001f}._flag_9myec_2051._f-hot_9myec_2067{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff}html[data-theme=t3] ._flag_9myec_2051._f-hot_9myec_2067{background:linear-gradient(145deg,#ff6b7f,#ff2f4d);color:#fff}._flag_9myec_2051._f-rise_9myec_2080,._flag_9myec_2051._f-stop_9myec_2081,._flag_9myec_2051._f-good_9myec_2082{background:#17171c9e;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._flag_9myec_2051 i,._flag_9myec_2051 svg{font-size:11px;width:11px;height:11px}._note-body_9myec_2096{padding:9px 10px 10px;display:flex;flex-direction:column;flex:1}._note-title_9myec_2103{font-size:11.5px;font-weight:600;line-height:1.45;color:var(--xz-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:33px}._metrics_9myec_2094{display:flex;gap:10px;margin-top:auto;padding-top:8px;align-items:center;font-variant-numeric:tabular-nums}._m_9myec_3{background:var(--well);border:1px solid var(--xz-border);border-radius:9px;padding:7px 8px;flex:1;min-width:0;text-align:center}._m_9myec_3 ._mv_9myec_2134{font-weight:800;font-size:15px;letter-spacing:-.01em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._m_9myec_3 ._ml_9myec_2143{font-size:10px;color:var(--xz-text-3);margin-top:4px;white-space:nowrap}._m_9myec_3._accent_9myec_2150 ._mv_9myec_2134{color:var(--xz-brand)}._m_9myec_3._accent-g_9myec_2154 ._mv_9myec_2134{color:var(--xz-success)}._m_9myec_3._accent-w_9myec_2158 ._mv_9myec_2134{color:var(--xz-warning)}._m_9myec_3._accent-b_9myec_2162 ._mv_9myec_2134{color:var(--xz-info)}._note-cta_9myec_2166{margin-top:14px;border:none;border-radius:var(--r-ctl);padding:10px;font-family:var(--font);font-weight:700;font-size:12.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.15s}._cta-hot_9myec_2182{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;box-shadow:0 4px 12px var(--xz-brand-glow)}._cta-hot_9myec_2182:hover{filter:brightness(1.04)}html[data-theme=t3] ._cta-hot_9myec_2182{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a57}._cta-rise_9myec_2198{background:var(--xz-success-soft);color:var(--xz-success);border:1px solid var(--xz-success-soft)}._cta-rise_9myec_2198:hover{filter:brightness(.97)}._cta-stop_9myec_2208{background:var(--xz-warning-soft);color:var(--xz-warning);border:1px solid var(--xz-warning-soft)}._cta-stop_9myec_2208:hover{filter:brightness(.97)}._cta-good_9myec_2218{background:var(--xz-info-soft);color:var(--xz-info);border:1px solid var(--xz-info-soft)}._cta-good_9myec_2218:hover{filter:brightness(.97)}._note-cta_9myec_2166 i,._note-cta_9myec_2166 svg{font-size:15px;width:15px;height:15px}._content-empty_9myec_2234{grid-column:1/-1;min-height:170px;padding:28px;border:1px dashed var(--xz-border-2);border-radius:var(--r-card);display:flex;align-items:center;justify-content:center;gap:14px;color:var(--xz-text-3);background:var(--xz-surface)}._content-empty_9myec_2234>svg{width:28px;height:28px;color:var(--xz-brand)}._content-empty_9myec_2234 div{display:flex;flex-direction:column;gap:4px}._content-empty_9myec_2234 b{color:var(--xz-text);font-size:13.5px}._content-empty_9myec_2234 span{font-size:11.5px}._content-empty_9myec_2234 button{margin-left:10px;border:1px solid var(--xz-brand-soft-2);border-radius:9px;padding:8px 11px;color:var(--xz-brand);background:var(--xz-brand-soft);font:inherit;font-size:11.5px;font-weight:800;cursor:pointer}._content-view-switch_9myec_2282{margin-left:auto;display:inline-flex;gap:3px;padding:3px;border:1px solid var(--xz-border);border-radius:9px;background:var(--xz-surface)}._content-view-switch_9myec_2282+._more_9myec_432{margin-left:0}._content-view-switch_9myec_2282 button{width:29px;height:27px;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--xz-text-3);background:transparent;cursor:pointer}._content-view-switch_9myec_2282 button:hover,._content-view-switch_9myec_2282 button._on_9myec_121{color:var(--xz-brand);background:var(--xz-brand-soft)}._content-view-switch_9myec_2282 svg{width:14px;height:14px}._content-table_9myec_2319{overflow:hidden;border:1px solid var(--xz-border);border-radius:var(--r-card);background:var(--xz-surface);box-shadow:var(--card-shadow)}._content-table-head_9myec_2327,._content-table-row_9myec_2327{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(110px,.7fr) minmax(220px,1fr) 92px 104px;gap:14px;align-items:center}._content-table-head_9myec_2327{padding:10px 16px;color:var(--xz-text-3);background:var(--xz-surface-2);border-bottom:1px solid var(--xz-border);font-size:10.5px;font-weight:800}._content-table-row_9myec_2327{width:100%;padding:12px 16px;border:0;border-bottom:1px solid var(--xz-border);text-align:left;color:var(--xz-text-2);background:transparent;font:inherit;font-size:11.5px;cursor:pointer}._content-table-row_9myec_2327:last-child{border-bottom:0}._content-table-row_9myec_2327:hover{background:var(--xz-surface-2)}._table-content_9myec_2364{display:flex;align-items:center;gap:11px;min-width:0}._table-content_9myec_2364>span:last-child{display:flex;flex-direction:column;min-width:0;gap:3px}._table-content_9myec_2364 b{overflow:hidden;color:var(--xz-text);font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}._table-content_9myec_2364 small{color:var(--xz-text-3);font-size:10px}._table-thumb_9myec_2391{width:42px;height:56px;flex:none;border-radius:8px;background-size:cover;background-position:center}._table-metrics_9myec_2400{display:flex;align-items:center;gap:14px}._table-metrics_9myec_2400 i{display:flex;flex-direction:column;gap:3px;color:var(--xz-text-3);font-size:9.5px;font-style:normal;white-space:nowrap}._table-metrics_9myec_2400 b{color:var(--xz-text);font-size:12px}._table-flag_9myec_2421{display:inline-flex;width:fit-content;align-items:center;gap:4px;font-size:10.5px;font-weight:800;color:var(--xz-brand)}._table-flag_9myec_2421 svg{width:13px;height:13px}._table-action_9myec_2436{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--xz-brand);font-weight:800;white-space:nowrap}._table-action_9myec_2436 svg{width:13px;height:13px}._content-table-empty_9myec_2451,._radar-empty_9myec_2451{padding:24px;color:var(--xz-text-3);font-size:12px;text-align:center}._tasks-h_9myec_453{padding:20px 22px 0}._tasks-head_9myec_453{display:flex;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap}._tasks-head_9myec_453 ._bar_9myec_409{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}._tasks-head_9myec_453 ._t_9myec_29{font-weight:700;font-size:16.5px}._tasks-head_9myec_453 ._sub_9myec_466{font-size:12px;color:var(--xz-text-2)}._task-pool-actions_9myec_2488{margin-left:auto;display:flex;align-items:center;gap:8px}._task-pool-actions_9myec_2488>span{color:var(--xz-text-3);font-size:10.5px;white-space:nowrap}._draw-btn_9myec_2501{height:34px;padding:0 11px;border-radius:9px;border:1px solid var(--xz-brand-soft-2);display:inline-flex;align-items:center;justify-content:center;gap:6px;color:var(--xz-brand);background:var(--xz-brand-soft);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:transform .15s ease,filter .15s ease}._draw-btn_9myec_2501:hover:not(:disabled){transform:translateY(-1px);filter:brightness(.98)}._draw-btn_9myec_2501:disabled{color:var(--xz-text-3);border-color:var(--xz-border);background:var(--xz-surface-2);cursor:not-allowed}._draw-btn_9myec_2501 svg{width:14px;height:14px}._week_9myec_2536{display:flex;align-items:center;gap:16px}._prog_9myec_2542{display:flex;flex-direction:column;align-items:flex-end;gap:6px}._prog_9myec_2542 ._pl_9myec_733{font-size:11.5px;color:var(--xz-text-2);font-weight:700}._prog_9myec_2542 ._pl_9myec_733 b{color:var(--xz-text);font-variant-numeric:tabular-nums}._pbar_9myec_1144{width:132px;height:8px;border-radius:6px;background:var(--track);overflow:hidden}._pbar_9myec_1144 i{display:block;height:100%;width:60%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}._chest_9myec_2576{display:flex;align-items:center;gap:8px;background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);border-radius:12px;padding:8px 12px;cursor:pointer;transition:filter .15s}._chest_9myec_2576:hover{filter:brightness(1.04)}._chest_9myec_2576 i,._chest_9myec_2576 svg{font-size:20px;width:20px;height:20px;color:var(--xz-warning)}._chest_9myec_2576 ._ct_9myec_2182{font-size:11px;color:var(--xz-warning);font-weight:700;line-height:1.3}._chest_9myec_2576 ._ct_9myec_2182 b{display:block;font-size:12.5px;color:var(--xz-text)}._chest-ready_9myec_2613{background:linear-gradient(100deg,#e0a94a33,#e0a94a14);border-color:#e0a94a73;animation:_chestPulse_9myec_1 1.6s ease-in-out infinite}._chest-ready_9myec_2613 svg{color:var(--xz-gold-2)}._chest-ready_9myec_2613 ._ct_9myec_2182{color:var(--xz-gold-deep)}@keyframes _chestPulse_9myec_1{0%,to{box-shadow:0 0 #e0a94a00}50%{box-shadow:0 0 0 4px #e0a94a2e}}._task-list_9myec_2635{padding:10px 12px 16px}._task_9myec_453{display:flex;align-items:center;gap:14px;padding:14px 12px;border-radius:12px;transition:.15s;cursor:pointer;position:relative}._task_9myec_453:hover{background:var(--xz-surface-2)}._task_9myec_453+._task_9myec_453{border-top:1px solid var(--xz-border)}._task-state-icon_9myec_2658{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--xz-border-2);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:transparent;background:var(--xz-surface-2)}._task_9myec_453._available_9myec_2671 ._task-state-icon_9myec_2658:after{content:"";width:5px;height:5px;border-radius:50%;background:var(--xz-text-3);opacity:.5}._task-state-icon_9myec_2658 svg{width:12px;height:12px}._task_9myec_453._claimed_9myec_2685 ._task-state-icon_9myec_2658{color:var(--xz-brand);border-color:var(--xz-brand-soft-2);background:var(--xz-brand-soft)}._task_9myec_453._done_9myec_2691 ._task-state-icon_9myec_2658{color:#fff;border-color:var(--xz-success);background:var(--xz-success)}._t-icon_9myec_2697{width:38px;height:38px;border-radius:var(--r-ctl);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;border:1px solid transparent}._t-icon_9myec_2697 svg{width:19px;height:19px}._ti-plum_9myec_2717,._ti-cool_9myec_2718,._ti-hot_9myec_2719,._ti-gold_9myec_2720,._ti-rise_9myec_2721{background:var(--xz-surface-2);color:var(--xz-text-2);border-color:var(--xz-border)}._t-main_9myec_2727{flex:1;min-width:0}._t-title_9myec_2732{font-size:13.5px;font-weight:600;color:var(--xz-text);line-height:1.4}._task_9myec_453._done_9myec_2691 ._t-title_9myec_2732{color:var(--xz-text-3)}._t-tags_9myec_2743{display:flex;gap:6px;margin-top:7px;flex-wrap:wrap;align-items:center}._tag_9myec_1752{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:6px;border:1px solid transparent}._tg-plum_9myec_2759{color:var(--plum);background:var(--plum-bg);border-color:var(--plum-br)}._tg-cool_9myec_2765{color:var(--xz-info);background:var(--xz-info-soft);border-color:var(--xz-info-soft)}._tg-hot_9myec_2771{color:var(--xz-brand);background:var(--xz-brand-soft);border-color:var(--xz-brand-soft-2)}._tg-gold_9myec_2777{color:var(--xz-warning);background:var(--xz-warning-soft);border-color:var(--xz-warning-soft)}._tg-warn_9myec_2783{color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);display:inline-flex;align-items:center;gap:3px}._tg-warn_9myec_2783 i,._tg-warn_9myec_2783 svg{font-size:12px;width:12px;height:12px}._tg-plat_9myec_2798{color:var(--xz-text-2);background:var(--xz-surface-2);border:1px solid var(--xz-border);display:inline-flex;align-items:center;gap:4px}._tg-plat_9myec_2798 i,._tg-plat_9myec_2798 svg{font-size:12px;width:12px;height:12px}._tg-plat_9myec_2798._xhs_9myec_1744 i,._tg-plat_9myec_2798._xhs_9myec_1744 svg{color:var(--xz-brand)}._tg-plat_9myec_2798._mp_9myec_1748 i,._tg-plat_9myec_2798._mp_9myec_1748 svg{color:var(--xz-success)}._tg-done_9myec_2821{color:var(--xz-success);background:var(--xz-success-soft);border-color:var(--xz-success-soft);display:inline-flex;align-items:center;gap:3px}._tg-done_9myec_2821 i,._tg-done_9myec_2821 svg{font-size:12px;width:12px;height:12px}._energy_9myec_2836{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;font-weight:800;font-size:13px;color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);padding:6px 11px;border-radius:9px;font-variant-numeric:tabular-nums}._energy_9myec_2836 i,._energy_9myec_2836 svg{font-size:14px;width:14px;height:14px}._task_9myec_453._done_9myec_2691 ._energy_9myec_2836{color:var(--xz-success);background:var(--xz-success-soft);border-color:var(--xz-success-soft)}._task-claim-btn_9myec_2864{flex:none;height:32px;padding:0 12px;border-radius:9px;border:1px solid var(--xz-border);color:var(--xz-text-2);background:var(--xz-surface);font:inherit;font-size:12px;font-weight:800;cursor:pointer}._task-claim-btn_9myec_2864._task-claim-primary_9myec_2863{border-color:transparent;color:#fff;background:var(--xz-brand)}._task-claim-btn_9myec_2864:hover{filter:brightness(.97)}._task-status_9myec_2888{flex:none;min-width:52px;color:var(--xz-brand);font-size:11.5px;font-weight:800;text-align:center;white-space:nowrap}._task-status_9myec_2888._completed_9myec_2898{color:var(--xz-success)}._t-go_9myec_2902{flex-shrink:0;width:32px;height:32px;border-radius:var(--r-ctl);border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;font-size:18px;transition:.15s}._t-go_9myec_2902 svg{width:18px;height:18px}._task_9myec_453:hover ._t-go_9myec_2902{border-color:var(--xz-brand-soft-2);color:var(--xz-brand)}._mini_9myec_454{padding:19px}._mini-head_9myec_454{display:flex;align-items:center;gap:9px;margin-bottom:16px}._mini-head_9myec_454 ._bar_9myec_409{width:3px;height:15px;border-radius:3px;background:var(--xz-brand)}._mini-head_9myec_454 ._t_9myec_29{font-weight:700;font-size:14.5px}._mini-head_9myec_454 ._go_9myec_2951{margin-left:auto;font-size:12px;color:var(--xz-brand);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:3px}._mini-head_9myec_454 ._go_9myec_2951:hover{text-decoration:underline}._mini-head_9myec_454 ._go_9myec_2951 svg{width:14px;height:14px}._data-card_9myec_2971{display:flex;flex-direction:column}._data-error_9myec_2976{margin:9px 0 0;padding:8px 9px;border:1px solid #ffd7dc;border-radius:9px;background:#fff5f6;color:#b84254;display:flex;align-items:center;gap:6px;font-size:10px}._data-error_9myec_2976 svg{width:13px;height:13px}._data-error_9myec_2976 button{margin-left:auto;border:0;background:transparent;color:#ef3652;font-weight:700;cursor:pointer}._plat-block_9myec_3003{margin-top:2px;flex:1;display:flex;flex-direction:column;justify-content:center}._pb-h_9myec_3011{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;color:var(--xz-text);margin:18px 0 12px}._pb-h_9myec_3011:first-child{margin-top:2px}._pb-h_9myec_3011 i,._pb-h_9myec_3011 svg{font-size:15px;width:15px;height:15px}._pb-h_9myec_3011._xhs_9myec_1744 i,._pb-h_9myec_3011._xhs_9myec_1744 svg{color:var(--xz-brand)}._pb-h_9myec_3011._mp_9myec_1748 i,._pb-h_9myec_3011._mp_9myec_1748 svg{color:var(--xz-success)}._pb-h_9myec_3011 ._tagm_9myec_1752{margin-left:auto;font-size:10px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:2px 7px;border-radius:6px}._pb-grid_9myec_3050{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._pb-cell_9myec_3056{background:var(--well);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:13px 8px;text-align:center}._pb-cell_9myec_3056 ._cv_9myec_1972{font-weight:800;font-size:19px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._pb-cell_9myec_3056._acc_9myec_826 ._cv_9myec_1972{color:var(--xz-brand)}._pb-cell_9myec_3056 ._cl_9myec_2685{font-size:10px;color:var(--xz-text-3);margin-top:6px}._quad-strip_9myec_3083{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}._quad-strip_9myec_3083 span{padding:6px 3px;border-radius:8px;background:color-mix(in srgb,var(--xz-surface-2) 76%,transparent);color:var(--xz-text-3);text-align:center;font-size:9px;white-space:nowrap}._quad-strip_9myec_3083 b{color:var(--xz-text);font-size:11px}._pb-div_9myec_3105{height:1px;background:var(--xz-border);margin:16px 0 2px}._review-card_9myec_3111{position:relative;overflow:hidden;background:radial-gradient(120% 110% at 0% 0%,var(--xz-brand-tint),transparent 52%),var(--xz-surface);border:1px solid var(--xz-border);box-shadow:var(--card-shadow);border-radius:var(--r-card)}._data-lock_9myec_3121{padding:18px;position:relative;overflow:hidden;background:radial-gradient(120% 110% at 0% 0%,var(--xz-brand-tint),transparent 52%),var(--xz-surface)}._dl-head_9myec_3128{display:flex;align-items:center;gap:12px}._dl-ic_9myec_3134{width:40px;height:40px;border-radius:12px;flex:none;display:flex;align-items:center;justify-content:center;color:var(--xz-brand);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._dl-ic_9myec_3134 svg{width:20px;height:20px}._dl-ttl_9myec_3152 ._nm_9myec_3152{font-weight:800;font-size:15px;color:var(--xz-text)}._dl-ttl_9myec_3152 ._rl_9myec_3158{font-size:11px;color:var(--xz-brand);font-weight:700;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);padding:2px 8px;border-radius:6px;margin-top:4px;display:inline-block}._dl-preview_9myec_3170{margin:15px 0 13px;display:flex;flex-direction:column;gap:1px;border-radius:var(--r-ctl);overflow:hidden;border:1px solid var(--xz-border);filter:blur(.4px);opacity:.85}._dl-row_9myec_3182{display:flex;align-items:center;justify-content:space-between;padding:11px 13px;background:var(--xz-surface-2);font-size:12.5px;font-weight:600;color:var(--xz-text-2)}._dl-row_9myec_3182 b{color:var(--xz-text-3);letter-spacing:2px;font-weight:800}._dl-desc_9myec_3199{font-size:12px;color:var(--xz-text-2);line-height:1.6}._dl-cta_9myec_3205{margin-top:14px;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s;box-shadow:0 4px 12px var(--xz-brand-glow)}._dl-cta_9myec_3205:hover{filter:brightness(1.05)}._dl-cta_9myec_3205 svg{width:15px;height:15px}html[data-theme=t3] ._dl-cta_9myec_3205{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a52}html[data-theme=t3] ._dl-ic_9myec_3134,html[data-theme=t3] ._dl-ttl_9myec_3152 ._rl_9myec_3158{color:var(--xz-gold-2);background:#e0a94a1a;border-color:#e0a94a3d}._rv-head_9myec_3252{display:flex;align-items:center;gap:12px;padding:18px 18px 0}._rv-av_9myec_3259{position:relative;width:44px;height:44px;flex-shrink:0}._rv-av_9myec_3259:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:radial-gradient(circle,var(--xz-brand-soft),transparent 70%)}._rv-av_9myec_3259 img{position:relative;width:44px;height:44px;object-fit:contain}._rv-ttl_9myec_3281{flex:1;min-width:0}._rv-ttl_9myec_3281 ._nm_9myec_3152{font-weight:800;font-size:15px;color:var(--xz-text)}._rv-ttl_9myec_3281 ._rl_9myec_3158{font-size:11px;color:var(--xz-brand);font-weight:700;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);padding:2px 8px;border-radius:6px;margin-top:4px;display:inline-block}._rv-enter_9myec_3304{flex-shrink:0;font-size:12px;color:var(--xz-brand);font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:4px;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);padding:7px 11px;border-radius:var(--r-ctl);transition:.15s}._rv-enter_9myec_3304:hover{background:var(--xz-brand-soft-2)}._rv-enter_9myec_3304 i,._rv-enter_9myec_3304 svg{font-size:15px;width:15px;height:15px}._rv-bubble_9myec_3330{margin:13px 18px 4px;background:var(--well);border:1px solid var(--xz-border);border-radius:5px 12px 12px;padding:13px 14px;font-size:12.5px;line-height:1.6;color:var(--xz-text-2)}._rv-bubble_9myec_3330 ._hl_9myec_3342{color:var(--xz-gold-deep);font-weight:700}html[data-theme=t3] ._rv-bubble_9myec_3330 ._hl_9myec_3342{color:var(--xz-gold-2)}._rv-bubble_9myec_3330 ._hlr_9myec_3351{color:var(--xz-brand);font-weight:700}._rv-list_9myec_3356{padding:6px 12px 14px}._mrow_9myec_3360{display:flex;align-items:center;gap:12px;padding:12px 8px;border-radius:12px;cursor:pointer;transition:.13s}._mrow_9myec_3360:hover{background:var(--xz-surface-2)}._mrow_9myec_3360 ._mi_9myec_454{width:36px;height:36px;border-radius:var(--r-ctl);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;border:1px solid transparent}._mrow_9myec_3360 ._mi_9myec_454 svg{width:17px;height:17px}._mrow_9myec_3360 ._mk_9myec_3391{flex:1;font-size:12.5px;font-weight:700;color:var(--xz-text);line-height:1.35}._mrow_9myec_3360 ._mk_9myec_3391 ._d_9myec_16{font-size:11px;color:var(--xz-text-2);margin-top:3px;font-weight:400}._mrow_9myec_3360 ._mchev_9myec_3406{color:var(--xz-text-3);font-size:18px;width:18px;height:18px}._mi-hot_9myec_3413{background:var(--xz-brand-soft);color:var(--xz-brand);border-color:var(--xz-brand-soft-2)}._mi-gold_9myec_3419{background:var(--xz-warning-soft);color:var(--xz-warning);border-color:var(--xz-warning-soft)}._mi-cool_9myec_3425{background:var(--xz-info-soft);color:var(--xz-info);border-color:var(--xz-info-soft)}._checkin-card_9myec_3431{padding:19px}._ci-top_9myec_3435{display:flex;align-items:center;gap:10px;margin-bottom:15px}._ci-flame_9myec_3442{width:38px;height:38px;border-radius:var(--r-ctl);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:20px}._ci-flame_9myec_3442 svg{width:20px;height:20px}._ci-top_9myec_3435 ._ci-n_9myec_3460{font-weight:800;font-size:22px;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._ci-top_9myec_3435 ._ci-l_9myec_1547{font-size:11.5px;color:var(--xz-text-2);font-weight:600;margin-top:3px}._ci-top_9myec_3435 ._ci-tag_9myec_1612{margin-left:auto;font-size:10.5px;font-weight:700;color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);padding:4px 9px;border-radius:8px}._ci-week_9myec_3486{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}._ci-day_9myec_1563{aspect-ratio:1;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:var(--well);border:1px solid var(--xz-border);font-size:10px;color:var(--xz-text-3);font-weight:700;cursor:default;transition:.14s}._ci-day_9myec_1563:hover{border-color:var(--xz-brand-soft-2)}._ci-day_9myec_1563._on_9myec_121{background:var(--xz-brand-soft);border-color:var(--xz-brand-soft-2);color:var(--xz-brand)}._ci-day_9myec_1563._on_9myec_121 i,._ci-day_9myec_1563._on_9myec_121 svg{color:var(--xz-brand)}._ci-day_9myec_1563._today_9myec_1595{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));border-color:var(--xz-brand);color:#fff;box-shadow:0 4px 12px var(--xz-brand-glow);cursor:pointer}._ci-day_9myec_1563._today_9myec_1595 i,._ci-day_9myec_1563._today_9myec_1595 svg{color:#fff}html[data-theme=t3] ._ci-day_9myec_1563._today_9myec_1595{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));border-color:var(--xz-gold);color:#12121a}html[data-theme=t3] ._ci-day_9myec_1563._today_9myec_1595 i,html[data-theme=t3] ._ci-day_9myec_1563._today_9myec_1595 svg{color:#12121a}._ci-day_9myec_1563 i,._ci-day_9myec_1563 svg{font-size:13px;width:13px;height:13px}._ci-day_9myec_1563 ._dd_9myec_3552{font-size:9.5px}._ci-toast_9myec_3556{margin-top:13px;font-size:11.5px;font-weight:700;color:var(--xz-success);background:var(--xz-success-soft);border:1px solid var(--xz-success-soft);border-radius:var(--r-ctl);padding:9px 12px;display:none;align-items:center;gap:6px}._ci-toast_9myec_3556._show_9myec_209{display:flex;animation:_pop_9myec_191 .18s ease}._ci-toast_9myec_3556 i,._ci-toast_9myec_3556 svg{font-size:15px;width:15px;height:15px}._boss-card_9myec_3582{padding:15px;overflow:hidden;background:color-mix(in srgb,var(--xz-surface) 94%,#b98639 6%);border:1px solid color-mix(in srgb,var(--xz-border) 78%,#b98639 22%)}._boss-head_9myec_3589{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:1px 1px 11px}._boss-head-actions_9myec_3597{display:flex;align-items:center;gap:7px}._boss-kicker_9myec_3603{display:inline-flex;align-items:center;gap:7px;color:var(--xz-text);font-size:14px;font-weight:800}._boss-kicker_9myec_3603 svg{width:16px;height:16px;color:var(--xz-brand)}._boss-track-tabs_9myec_3618{display:inline-grid;grid-template-columns:repeat(2,1fr);padding:2px;border:1px solid color-mix(in srgb,var(--xz-border) 82%,#b98639 18%);border-radius:7px;background:var(--xz-surface-2)}._boss-track-tabs_9myec_3618 button{min-width:44px;height:26px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:var(--xz-text-3);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}._boss-track-tabs_9myec_3618 button._active_9myec_3641{background:var(--xz-surface);color:#9b651e;box-shadow:0 1px 5px #5a3a1624}._boss-track-tabs_9myec_3618 button:disabled{cursor:not-allowed;opacity:.35}._boss-preview-toggle_9myec_3652{height:31px;padding:0 9px;border:1px solid color-mix(in srgb,var(--xz-border) 72%,#b98639 28%);border-radius:7px;background:transparent;color:var(--xz-text-2);cursor:pointer;display:inline-flex;align-items:center;gap:5px;font:inherit;font-size:10.5px;font-weight:800}._boss-preview-toggle_9myec_3652 svg{width:13px;height:13px;color:#a66f24}._boss-preview-toggle_9myec_3652:hover,._boss-preview-toggle_9myec_3652._active_9myec_3641{color:#8d5b19;background:#b986391a;border-color:#b9863980}._boss-scene_9myec_3680{--boss-accent: var(--xz-brand);position:relative;height:190px;overflow:hidden;isolation:isolate;border-radius:8px;border:1px solid rgba(71,48,40,.2);background:#33251f}._boss-stage-art_9myec_3691{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover}._boss-scene-shade_9myec_3700{position:absolute;inset:0;z-index:-2;pointer-events:none;background:linear-gradient(90deg,rgba(18,12,10,.66) 0%,rgba(18,12,10,.2) 39%,transparent 68%),linear-gradient(0deg,rgba(18,12,10,.22),transparent 38%)}._boss-scene_9myec_3680:after{content:"";position:absolute;left:39%;right:3%;bottom:3px;height:28px;z-index:-1;background:radial-gradient(ellipse,color-mix(in srgb,var(--boss-accent) 28%,transparent),transparent 68%);filter:blur(5px);opacity:.8}._boss-scene-title_9myec_3721{position:absolute;left:13px;top:13px;z-index:2;max-width:56%;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.7)}._boss-scene-title_9myec_3721 span{display:block;margin-bottom:4px;color:#ffecbedb;font-size:9px;font-weight:800}._boss-scene-title_9myec_3721 strong{display:block;font-size:18px;line-height:1.15}._boss-scene-title_9myec_3721 small{display:block;margin-top:5px;color:#ffffffc7;font-size:9.5px;font-weight:600;line-height:1.45}._boss-enemy_9myec_3754{position:absolute;right:var(--boss-preview-right, 3%);bottom:2px;z-index:1;width:52%;height:96%;object-fit:contain;object-position:right bottom;transform:scaleX(var(--boss-facing-x, 1));transform-origin:center bottom;filter:drop-shadow(0 8px 10px rgba(0,0,0,.46))}._boss-route-summary_9myec_3768{display:flex;align-items:center;justify-content:space-between;margin:10px 2px 2px;color:var(--xz-text-3);font-size:10px}._boss-route-summary_9myec_3768 b{color:var(--xz-text);font-variant-numeric:tabular-nums}._boss-route_9myec_3768{display:flex;align-items:flex-start;justify-content:space-between;gap:4px;margin:0 -2px}._boss-route-node_9myec_3790{--route-accent: var(--xz-brand);width:auto;min-width:0;height:61px;flex:1 1 0;padding:3px 2px;overflow:hidden;border:0;border-radius:6px;cursor:pointer;background:transparent;color:var(--xz-text-3);font:inherit;display:flex;flex-direction:column;align-items:center;gap:3px;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}._boss-route-node_9myec_3790 img{width:39px;height:39px;flex:none;object-fit:contain;border:1px solid var(--xz-border);border-radius:50%;background:var(--xz-surface-2);filter:drop-shadow(0 3px 4px rgba(0,0,0,.2))}._boss-route-node_9myec_3790 span{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8.5px;font-weight:700}._boss-route-node_9myec_3790:hover{transform:translateY(-2px);color:var(--xz-text)}._boss-route-node_9myec_3790._current_9myec_3836{color:var(--xz-text);background:color-mix(in srgb,var(--route-accent) 8%,transparent);box-shadow:inset 0 -2px color-mix(in srgb,var(--route-accent) 70%,#b98639)}._boss-route-node_9myec_3790._current_9myec_3836 img{border-color:var(--route-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--route-accent) 20%,transparent)}._boss-route-node_9myec_3790._cleared_9myec_3847 img{border-color:#49a17d}._boss-route-node_9myec_3790:disabled{cursor:not-allowed;opacity:.36;transform:none}._boss-charge_9myec_3857{margin:11px 0 12px}._boss-charge-head_9myec_3861{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:7px;color:var(--xz-text-3);font-size:10.5px}._boss-charge-head_9myec_3861 b{color:var(--xz-text);font-size:11px;font-variant-numeric:tabular-nums;white-space:nowrap}._boss-bar_9myec_3878{height:7px;border-radius:6px;background:var(--track);overflow:hidden}._boss-bar_9myec_3878 i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2));transition:width .4s cubic-bezier(.34,1.56,.64,1)}._boss-cs_9myec_3893{font-size:11px;color:var(--xz-text-3);margin-top:7px}._boss-cs_9myec_3893 b{color:var(--xz-brand);font-weight:800}._boss-expedition-meta_9myec_3904{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:7px;color:var(--xz-text-3);font-size:10px}._boss-expedition-meta_9myec_3904 span{display:inline-flex;align-items:center;gap:4px}._boss-expedition-meta_9myec_3904 svg{width:12px;height:12px;color:var(--xz-brand)}._boss-expedition-meta_9myec_3904 b{color:var(--xz-text);font-size:11px}._weekly-chest_9myec_3931{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:9px;padding:8px 9px;border:1px solid var(--xz-border);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text-3);font-size:10px}._weekly-chest_9myec_3931>span{display:inline-flex;align-items:center;gap:5px}._weekly-chest_9myec_3931 svg{width:13px;height:13px;color:var(--xz-gold-2)}._weekly-chest_9myec_3931 b{color:var(--xz-text)}._weekly-chest_9myec_3931 button{flex:none;border:1px solid var(--xz-border-2);border-radius:7px;padding:5px 8px;background:var(--xz-surface);color:var(--xz-text-2);font:inherit;font-weight:700;cursor:pointer}._weekly-chest_9myec_3931._ready_9myec_3973{border-color:color-mix(in srgb,var(--xz-gold-2) 55%,var(--xz-border));background:color-mix(in srgb,var(--xz-gold-2) 8%,var(--xz-surface-2))}._weekly-chest_9myec_3931._ready_9myec_3973 button{border-color:transparent;background:linear-gradient(145deg,var(--xz-gold-2),#b98639);color:#fff}._weekly-chest_9myec_3931._claimed_9myec_2685{opacity:.72}._weekly-chest_9myec_3931 button:disabled{cursor:default;opacity:.62}._boss-sandbox-state_9myec_3993{display:flex;flex-direction:column;gap:4px;padding:10px 11px;border-left:3px solid #b98639;background:#b9863914;color:var(--xz-text-3);font-size:10px;line-height:1.5}._boss-sandbox-state_9myec_3993 b{color:#9b651e;font-size:11px}._boss-sandbox-state_9myec_3993._blocked_9myec_4010{border-left-color:#d45454;background:#d4545414}._boss-sandbox-state_9myec_3993._blocked_9myec_4010 b{color:#b83d3d}._boss-go_9myec_4019{width:100%;height:40px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:var(--r-ctl);font-size:13.5px;font-weight:800;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));box-shadow:0 6px 18px var(--xz-brand-glow);transition:transform .15s ease,box-shadow .15s ease}._boss-go_9myec_4019 svg{width:16px;height:16px}._boss-go_9myec_4019 svg:last-child{width:14px;height:14px;margin-left:1px}._boss-go_9myec_4019:hover{transform:translateY(-1px);box-shadow:0 8px 22px var(--xz-brand-glow)}._boss-go_9myec_4019:disabled{cursor:not-allowed;opacity:.5;box-shadow:none;transform:none}html[data-theme=t3] ._boss-go_9myec_4019{color:#1a140a}._footnote_9myec_4064{font-size:11px;color:var(--xz-text-3);text-align:center;padding:6px 0 0;line-height:1.6}._overlay_9myec_4073{position:fixed;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:200;padding:24px}._overlay_9myec_4073._show_9myec_209{display:flex}._modal_9myec_4089{width:min(460px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);overflow:hidden;box-shadow:var(--xz-shadow-pop)}._modal-cover_9myec_4101{height:110px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}._modal-cover_9myec_4101 i,._modal-cover_9myec_4101 svg{font-size:40px;width:40px;height:40px;color:#ffffffeb}._modal-x_9myec_4117{position:absolute;top:11px;right:11px;width:27px;height:27px;border-radius:8px;background:#ffffffd1;border:1px solid rgba(0,0,0,.05);color:#2b2b31;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;z-index:3}._modal-x_9myec_4117 svg{width:15px;height:15px}html[data-theme=t3] ._modal-x_9myec_4117{background:#08080c99;border-color:var(--xz-border-2);color:#fff}._modal-body_9myec_4146{padding:15px 18px 18px;overflow:auto}._modal-body_9myec_4146 h3{font-weight:800;font-size:17px;line-height:1.35;color:var(--xz-text)}._modal-metrics_9myec_4158{display:flex;gap:10px;margin:12px 0}._modal-metrics_9myec_4158 ._mm_9myec_4164{flex:1;background:var(--well);border:1px solid var(--xz-border);border-radius:12px;padding:12px;text-align:center}._modal-metrics_9myec_4158 ._mm_9myec_4164 ._v_9myec_1622{font-weight:800;font-size:22px;color:var(--xz-brand);font-variant-numeric:tabular-nums}._modal-metrics_9myec_4158 ._mm_9myec_4164 ._l_9myec_1085{font-size:11px;color:var(--xz-text-3);margin-top:5px}._modal-note_9myec_4186{font-size:12.5px;color:var(--xz-text-2);line-height:1.6;background:var(--well);border:1px solid var(--xz-border);border-radius:12px;padding:13px}._modal-note_9myec_4186 b{color:var(--xz-brand)}._modal-context_9myec_4200{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px;color:var(--xz-text-3);font-size:10.5px;font-weight:700}._mp-preview_9myec_4212{margin-top:12px;border:none;background:none;overflow:visible;display:flex;flex-direction:column;gap:11px}._mp-preview_9myec_4212 ._ia-box_9myec_4222{border:1px solid var(--xz-border);border-radius:var(--r-card);overflow:hidden}._mp-preview_9myec_4212 ._np-cta_9myec_4228{margin:0;width:100%}._mpv-h_9myec_4233{font-size:11px;font-weight:800;color:var(--xz-text-3);padding:10px 13px;border-bottom:1px solid var(--xz-border);display:flex;align-items:center;gap:6px;background:var(--well)}._mpv-h_9myec_4233 i,._mpv-h_9myec_4233 svg{font-size:14px;width:14px;height:14px}._npx-gallery_9myec_4251{display:flex;gap:7px;padding:11px 13px;overflow-x:auto}._npx-gallery_9myec_4251::-webkit-scrollbar{height:0}._npx-gallery_9myec_4251 ._gi_9myec_4262{width:76px;height:100px;border-radius:9px;flex-shrink:0;position:relative}._npx-gallery_9myec_4251 ._gi_9myec_4262 ._gn_9myec_4270{position:absolute;top:5px;left:5px;background:#0000006b;color:#fff;font-size:9px;padding:1px 6px;border-radius:10px}._npx-body_9myec_4281{padding:0 14px 13px;font-size:12.5px;color:var(--xz-text-2);line-height:1.85}._npx-body_9myec_4281 ._npx-tags_9myec_4288{margin-top:8px;color:var(--xz-brand);font-weight:600;font-size:12.5px}._npm-art_9myec_4295{padding:12px 14px}._npm-art_9myec_4295 p{font-size:13px;color:var(--xz-text-2);line-height:1.9;margin-bottom:10px}._npm-art_9myec_4295 ._npm-sub_9myec_4306{font-weight:800;font-size:13.5px;color:var(--xz-text);margin:2px 0 9px;padding-left:10px;border-left:3px solid var(--xz-brand)}._npd_9myec_4315{padding:12px 14px;display:flex;flex-direction:column;gap:9px}._npd-row_9myec_4322{display:flex;align-items:center;gap:10px}._npd-k_9myec_4328{width:34px;font-size:12px;color:var(--xz-text-2);font-weight:600;flex-shrink:0}._npd-bar_9myec_4336{flex:1;height:8px;border-radius:5px;background:var(--well);overflow:hidden}._npd-bar_9myec_4336 i{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--xz-brand-2),var(--xz-brand))}._npd-v_9myec_4351{width:48px;text-align:right;font-size:13px;font-weight:800;color:var(--xz-text);font-variant-numeric:tabular-nums;flex-shrink:0}._npd-hint_9myec_4361{padding:2px 14px 12px;font-size:11.5px;color:var(--xz-text-3);line-height:1.65}._npd-snip_9myec_4368{padding:12px 14px;font-size:12.5px;color:var(--xz-text-2);line-height:1.85}._np-cta_9myec_4228{margin:0;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}._np-cta_9myec_4228:hover{filter:brightness(1.05)}html[data-theme=t3] ._np-cta_9myec_4228{color:#12121a}._np-cta_9myec_4228 svg{width:15px;height:15px}._mpv-detail_9myec_4407{width:100%;border:1px solid var(--xz-border-2);border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:700;font-size:13px;cursor:pointer;background:var(--xz-surface-2);color:var(--xz-text);display:flex;align-items:center;justify-content:center;gap:7px;transition:.15s}._mpv-detail_9myec_4407 svg{width:15px;height:15px}._mpv-detail_9myec_4407:hover,._mpv-detail_9myec_4407._on_9myec_121{border-color:var(--xz-brand);color:var(--xz-brand);background:var(--xz-brand-soft)}._mshell_9myec_4437{position:relative;display:flex;align-items:flex-start;max-height:calc(100vh - 48px);width:min(460px,100%)}._mshell_9myec_4437._mshell-xhs_9myec_4445{width:min(820px,100%)}._modal_9myec_4089._modal-xhs_9myec_4449{width:min(820px,100%);display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr)}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101{width:100%;height:auto;min-height:0;aspect-ratio:3/4;background-size:cover!important;background-position:center!important}._modal-xhs_9myec_4449 ._modal-body_9myec_4146{min-width:0;padding:24px;align-self:stretch}._dtp_9myec_4471{position:absolute;top:0;bottom:0;right:calc(100% + 12px);width:0;opacity:0;overflow:hidden;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);box-shadow:var(--xz-shadow-pop);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .22s}._dtp_9myec_4471._show_9myec_209{width:min(348px,44vw);opacity:1}._dtp-h_9myec_4493{display:flex;align-items:center;gap:9px;padding:12px 15px;border-bottom:1px solid var(--xz-border);flex-shrink:0}._dtp-h_9myec_4493 ._ic_9myec_127{width:30px;height:30px;border-radius:9px;background:var(--xz-brand-soft);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}._dtp-h_9myec_4493 ._ic_9myec_127 svg{width:16px;height:16px}._dtp-h_9myec_4493 ._tt_9myec_4520{font-weight:800;font-size:13.5px;color:var(--xz-text);white-space:nowrap}._dtp-h_9myec_4493 ._dtp-x_9myec_4527{margin-left:auto;width:26px;height:26px;border-radius:7px;border:1px solid var(--xz-border);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--xz-surface-2);flex-shrink:0;font-size:14px}._dtp-h_9myec_4493 ._dtp-x_9myec_4527 svg{width:14px;height:14px}._dtp-h_9myec_4493 ._dtp-x_9myec_4527:hover{color:var(--xz-text)}._dtp-scroll_9myec_4552{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}._dtp-stage_9myec_4560{display:flex;gap:10px;padding:14px 14px 13px;flex-shrink:0;border-bottom:1px solid var(--xz-border)}._dtp-textscroll_9myec_4568,._dtp-allscroll_9myec_4574{flex:1;min-height:0;overflow:auto}._dtp-mpcover_9myec_4580{height:152px;flex-shrink:0}._dtp-mpbody_9myec_4585{padding:15px 16px 34px}._dtp-mpbody_9myec_4585 ._dtt-title_9myec_4589{font-weight:800;font-size:17px;line-height:1.4;color:var(--xz-text);margin-bottom:5px}._dtp-mpbody_9myec_4585 ._dtt-meta_9myec_4597{font-size:11px;color:var(--xz-text-3);margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid var(--xz-border)}._dtp-mpbody_9myec_4585 p{font-size:13.5px;line-height:1.9;color:var(--xz-text-2);margin-bottom:12px}._dtp-mpbody_9myec_4585 ._dh_9myec_4612{font-weight:800;font-size:14px;color:var(--xz-text);margin:8px 0 10px;padding-left:10px;border-left:3px solid var(--xz-brand)}._dtp-rail_9myec_4621{display:flex;flex-direction:column;gap:8px;flex-shrink:0}._dtp-rail_9myec_4621 ._th_9myec_4628{width:42px;height:56px;border-radius:6px;position:relative;cursor:pointer;border:2px solid transparent;overflow:hidden}._dtp-rail_9myec_4621 ._th_9myec_4628._on_9myec_121{border-color:var(--xz-brand)}._dtp-rail_9myec_4621 ._th_9myec_4628 ._thc_9myec_4642{position:absolute;inset:0}._dtp-rail_9myec_4621 ._th_9myec_4628 ._lb_9myec_4647{position:absolute;left:0;right:0;bottom:0;font-size:8px;font-weight:700;text-align:center;color:#fff;background:#00000070;padding:1px 0}._dtp-card_9myec_4660{flex:1;min-width:0;border-radius:12px;overflow:hidden;aspect-ratio:3/4;position:relative;display:flex;flex-direction:column}._ccd_9myec_4671{background:#17171d;padding:15px 14px;color:#fff}._ccd-h_9myec_4677{display:flex;align-items:center;font-size:10px;color:#fff9}._ccd-h_9myec_4677 ._mk_9myec_3391{font-weight:800;color:#fff}._ccd-h_9myec_4677 i,._ccd-h_9myec_4677 svg{margin-left:auto;width:12px;height:12px}._ccd-title_9myec_4695{font-weight:900;font-size:17px;line-height:1.3;margin-top:13px}._ccd-tag_9myec_4702{font-size:10.5px;color:#ffffff8c;margin-top:7px;align-self:flex-end}._ccd-photo_9myec_4709{flex:1;border-radius:8px;margin-top:12px;min-height:70px}._ccd-cap_9myec_4716{font-size:11px;color:#ffffffd1;margin-top:9px;font-weight:600}._ccd-body_9myec_4723{font-size:12.5px;line-height:1.8;color:#ffffffe6;margin-top:12px}._ccm_9myec_4730{background:#fff;padding:15px 14px}html[data-theme=t3] ._ccm_9myec_4730{background:#f3f3f5}._ccm-title_9myec_4739{font-weight:800;font-size:14px;line-height:1.4;color:#1a1a20}._ccm-meta_9myec_4746{font-size:9.5px;color:#9a9aa2;margin:5px 0 10px}._ccm-cover_9myec_4752{height:76px;border-radius:6px}._ccm-lines_9myec_4757{margin-top:11px;display:flex;flex-direction:column;gap:7px}._ccm-lines_9myec_4757 i{height:6px;border-radius:4px;background:#e6e6ea}._ccm-lines_9myec_4757 i._s_9myec_3{width:64%}._dtp-text_9myec_4568{padding:6px 15px 32px}._dtp-text_9myec_4568 ._dtt-title_9myec_4589{font-weight:800;font-size:15px;line-height:1.4;color:var(--xz-text);margin-bottom:9px}._dtp-text_9myec_4568 p{font-size:13px;line-height:1.85;color:var(--xz-text-2);margin-bottom:11px}._dtp-text_9myec_4568 ._dh_9myec_4612{font-weight:800;font-size:13.5px;color:var(--xz-text);margin:6px 0 9px;padding-left:9px;border-left:3px solid var(--xz-brand)}._dtp-text_9myec_4568 ._dtt-tags_9myec_4802{color:var(--xz-brand);font-weight:600;font-size:12.5px;margin-top:4px}._info-back_9myec_4810{position:fixed;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;z-index:200;padding:20px}._info-back_9myec_4810._show_9myec_209{display:flex}._info-card_9myec_4826{width:100%;max-width:420px;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r);box-shadow:var(--xz-shadow-pop);overflow:hidden;animation:_infoPop_9myec_1 .18s ease}._reward-center_9myec_4837{max-width:720px}._reward-center-body_9myec_4841{max-height:min(68vh,640px);overflow:auto;padding:16px 18px 18px;display:grid;gap:18px}._card-vault_9myec_4855{max-width:960px;background:#0c0e12;border-color:#e2ac4a38;box-shadow:0 24px 70px #0009}._card-vault_9myec_4855 ._info-h_9myec_4862{border-bottom:1px solid rgba(226,172,74,.16)}._card-vault_9myec_4855 ._info-h_9myec_4862 ._ic_9myec_127{border-color:#e2ac4a4d;background:#e2ac4a1f;color:#e2ac4a}._card-vault_9myec_4855 ._x_9myec_1266{border-color:#e2ac4a3d;background:#ffffff0d;color:#efdaaec7}._card-vault_9myec_4855 ._x_9myec_1266:hover{background:#e2ac4a2e;color:#f7e7bd}._card-vault_9myec_4855 ._reward-center-body_9myec_4841{position:relative;background:#0c0e12}._card-vault_9myec_4855 ._reward-center-body_9myec_4841:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:var(--vault-bg) center/cover no-repeat;filter:blur(22px) saturate(.6) brightness(.34);opacity:.5}._card-vault_9myec_4855 ._reward-center-body_9myec_4841:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(circle at 50% 0,rgba(226,172,74,.1),transparent 58%)}._card-vault-hint_9myec_4914,._card-vault-filters_9myec_4914,._card-vault-grid_9myec_4914{z-index:2}._card-vault_9myec_4855 ._info-h_9myec_4862{background:linear-gradient(180deg,#14161cf5,#0e1014eb)}._card-vault_9myec_4855 ._info-h_9myec_4862 ._tt_9myec_4520{color:#f7e7bd}._card-vault-hint_9myec_4914{position:relative;margin:0;padding:10px 12px;border-radius:10px;border:1px solid rgba(226,172,74,.22);background:#120f1099;color:#efdaaec7;font-size:12px;line-height:1.7}._card-vault-hint_9myec_4914 b{color:#e2ac4a}._card-vault-filters_9myec_4914{position:relative;display:flex;flex-wrap:wrap;align-items:center;gap:8px 14px}._card-vault-filters_9myec_4914>div{display:inline-flex;flex-wrap:wrap;gap:6px}._card-vault-filters_9myec_4914 button{padding:4px 11px;border-radius:999px;cursor:pointer;border:1px solid rgba(226,172,74,.26);background:#120f108c;color:#efdaaead;font-size:11px;transition:all .14s ease}._card-vault-filters_9myec_4914 button:hover{border-color:#e2ac4a80;color:#f2d58d}._card-vault-filters_9myec_4914 button._on_9myec_121{border-color:transparent;background:linear-gradient(135deg,#e2ac4a,#b8873c);color:#1a1208;font-weight:700}._card-vault-filters_9myec_4914>span{margin-left:auto;color:#efdaae80;font-size:11px}._card-vault-grid_9myec_4914{position:relative;display:grid;grid-template-columns:repeat(auto-fill,minmax(108px,1fr));gap:14px}._card-vault-item_9myec_4992{position:relative;display:grid;gap:4px;justify-items:center;text-align:center}._card-vault-art_9myec_5002{position:relative;display:block;width:100%;aspect-ratio:2/3;overflow:hidden;border-radius:8px}._card-vault-art_9myec_5002>img,._card-vault-blank_9myec_5012{position:absolute;inset:0;width:100%;height:100%;border-radius:8px;object-fit:contain;background:transparent}._card-vault-blank_9myec_5012{background:#ffffff0a}._card-vault-art_9myec_5002[data-art-mode=illustration]>img:first-child{inset:12% auto auto 16%;width:68%;height:49%;border-radius:5px;object-fit:cover;object-position:center 48%}._card-vault-frame_9myec_5045{border-radius:0!important;object-fit:fill!important;background:none!important;pointer-events:none}._card-vault-item_9myec_4992 em{position:absolute;left:6px;top:6px;z-index:3;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#e2ac4a,#b8873c);color:#1a1208;font:800 11px/1 sans-serif;font-style:normal;box-shadow:0 2px 6px #0006}._card-vault-item_9myec_4992 i{position:absolute;right:6px;top:6px;z-index:3;padding:2px 6px;border-radius:999px;background:linear-gradient(135deg,#63c8a4,#3fae8a);color:#08130f;font:700 10px/1.4 sans-serif;font-style:normal}._card-vault-item_9myec_4992 b{font-size:12px;color:#f2d58d}._card-vault-item_9myec_4992 small{font-size:10px;color:#efdaae73}._card-vault-item_9myec_4992._locked_9myec_5092 ._card-vault-art_9myec_5002{filter:grayscale(1) brightness(.55)}._card-vault-item_9myec_4992._locked_9myec_5092 b{color:#efdaae66}._card-vault_9myec_4855 ._reward-center-empty_9myec_5100{color:#efdaae80}._reward-center-title_9myec_5104{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}._reward-center-title_9myec_5104 b{color:var(--xz-text);font-size:13px}._reward-center-title_9myec_5104 span{color:var(--xz-text-3);font-size:10px}._reward-center-empty_9myec_5100{margin:0;padding:18px;border:1px dashed var(--xz-border);border-radius:10px;color:var(--xz-text-3);text-align:center;font-size:12px}._reward-card-thumb_9myec_5133{width:34px;height:46px;flex:none;margin-right:10px;border-radius:5px;object-fit:cover;box-shadow:0 2px 8px var(--xz-brand-glow)}._reward-center-row_9myec_5143{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:11px 12px;border:1px solid var(--xz-border);border-radius:11px;background:var(--xz-surface-2)}._reward-center-row_9myec_5143+._reward-center-row_9myec_5143{margin-top:7px}._reward-center-row_9myec_5143>div{min-width:0}._reward-center-row_9myec_5143>div b,._reward-center-row_9myec_5143>div span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._reward-center-row_9myec_5143>div b{color:var(--xz-text);font-size:12.5px}._reward-center-row_9myec_5143>div span{margin-top:3px;color:var(--xz-text-3);font-size:9.5px}._reward-center-row_9myec_5143 strong{color:var(--xz-gold);font-size:12px;white-space:nowrap}._reward-center-row_9myec_5143 button{min-width:64px;padding:7px 12px;border:0;border-radius:999px;color:var(--xz-on-brand, #1a140a);background:var(--value-grad);font:800 11px var(--font);cursor:pointer}._reward-center-row_9myec_5143 button:disabled{opacity:.58;cursor:wait}._reward-center-row_9myec_5143>i{color:var(--xz-success);font-size:10.5px;font-style:normal;font-weight:800;white-space:nowrap}._reward-center-row_9myec_5143._claimed_9myec_2685{opacity:.78}@keyframes _infoPop_9myec_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}._info-h_9myec_4862{display:flex;align-items:center;gap:11px;padding:15px 18px;border-bottom:1px solid var(--xz-border)}._info-h_9myec_4862 ._ic_9myec_127{width:34px;height:34px;border-radius:10px;background:var(--xz-brand-soft);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}._info-h_9myec_4862 ._ic_9myec_127 svg{width:19px;height:19px}._info-h_9myec_4862 ._tt_9myec_4520{font-weight:800;font-size:15px;line-height:1.3}._info-h_9myec_4862 ._tt_9myec_4520 ._sub_9myec_466{display:block;font-weight:500;font-size:11px;color:var(--xz-text-3);margin-top:2px}._info-h_9myec_4862 ._x_9myec_1266{margin-left:auto;width:30px;height:30px;border-radius:8px;border:1px solid var(--xz-border);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--xz-surface-2);flex-shrink:0}._info-h_9myec_4862 ._x_9myec_1266 svg{width:15px;height:15px}._info-h_9myec_4862 ._x_9myec_1266:hover{color:var(--xz-text)}._info-b_9myec_4810{padding:15px 18px;font-size:13px;color:var(--xz-text-2)}._info-b_9myec_4810 ._lead_9myec_5294{color:var(--xz-text);font-weight:800;margin-bottom:6px;font-size:13.5px}._info-b_9myec_4810 ._irow_9myec_5301{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--xz-border)}._info-b_9myec_4810 ._irow_9myec_5301 b{color:var(--xz-text);font-weight:700}._info-b_9myec_4810 ._iwage_9myec_5314{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12.5px}._info-b_9myec_4810 ._iwage_9myec_5314 input{width:96px;padding:7px 10px;border:1px solid var(--xz-border-2);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text);font-family:var(--font);font-size:13px;font-weight:700}._info-b_9myec_4810 ._irecalc_9myec_5334{color:var(--xz-gold);font-weight:800}._info-b_9myec_4810 ._ifoot_9myec_5339{margin-top:13px;font-size:11.5px;color:var(--xz-text-3);background:var(--well);border:1px solid var(--xz-border);border-radius:9px;padding:10px 12px;line-height:1.6}._info-act_9myec_5350{margin-top:14px;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}._info-act_9myec_5350 svg{width:15px;height:15px}._info-act_9myec_5350:hover{filter:brightness(1.05)}._info-act_9myec_5350._ghost_9myec_5378{background:var(--xz-surface-2);color:var(--xz-text-2);border:1px solid var(--xz-border)}html[data-theme=t3] ._info-act_9myec_5350:not(._ghost_9myec_5378){color:#12121a}._info-b_9myec_4810 ._itags_9myec_5388{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 10px}._info-b_9myec_4810 ._gapn_9myec_5395{font-size:11px;font-weight:700;color:var(--xz-warning);background:var(--xz-warning-soft);padding:2px 8px;border-radius:20px;margin-left:6px}._xzf_9myec_5405{margin-bottom:10px}._xzf_9myec_5405 label{display:block;font-size:11.5px;color:var(--xz-text-3);margin-bottom:4px}._xzf_9myec_5405 label i{color:var(--xz-warning);font-style:normal;font-size:10.5px;margin-left:4px;font-weight:700}._xzf_9myec_5405 input{width:100%;padding:8px 11px;border:1px solid var(--xz-border-2);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text);font-family:var(--font);font-size:13px}._xzf_9myec_5405._gap_9myec_5395 input{border-color:var(--xz-warning);background:var(--xz-warning-soft)}._nc-list_9myec_5440{display:flex;flex-direction:column;gap:2px;max-height:52vh;overflow:auto;margin:-2px -6px 0}._nc-item_9myec_5449{display:flex;align-items:center;gap:11px;padding:10px 8px;border-radius:10px;cursor:pointer}._nc-item_9myec_5449:hover{background:var(--xz-surface-2)}._nc-i_9myec_5449{width:34px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0}._nc-i_9myec_5449 svg{width:17px;height:17px}._nc-i_9myec_5449._hot_9myec_988{background:var(--hot-bg);color:var(--hot)}._nc-i_9myec_5449._rise_9myec_5483{background:var(--rise-bg);color:var(--rise)}._nc-i_9myec_5449._stop_9myec_5488{background:var(--stop-bg);color:var(--stop)}._nc-i_9myec_5449._warn_9myec_5493{background:var(--xz-warning-soft);color:var(--xz-warning)}._nc-i_9myec_5449._gold_9myec_5498{background:var(--xz-brand-soft);color:var(--xz-gold)}._nc-t_9myec_5503{flex:1;min-width:0;font-size:13px;font-weight:700;color:var(--xz-text)}._nc-d_9myec_5511{font-size:11.5px;font-weight:400;color:var(--xz-text-3);margin-top:2px}._nc-w_9myec_5518{font-size:10.5px;color:var(--xz-text-3);flex-shrink:0}._xz-toast_9myec_5525{position:fixed;left:50%;bottom:34px;transform:translate(-50%) translateY(12px);background:var(--xz-text);color:var(--xz-bg);font-size:13px;font-weight:700;padding:11px 18px;border-radius:22px;box-shadow:var(--xz-shadow-pop);display:flex;align-items:center;gap:8px;z-index:1400;opacity:0;transition:.25s;pointer-events:none}._xz-toast_9myec_5525._show_9myec_209{opacity:1;transform:translate(-50%) translateY(0)}._xz-toast_9myec_5525 i,._xz-toast_9myec_5525 svg{font-size:15px;width:15px;height:15px}._xz-toast_9myec_5525._journey_9myec_5557{max-width:min(560px,100vw - 32px);border:1px solid rgba(224,169,74,.5);border-radius:6px;color:#fff0c8;background:linear-gradient(100deg,#3c2118,#171d1b 72%);box-shadow:inset 3px 0 #dcae56,0 18px 44px #130a0757}._xz-toast_9myec_5525._journey_9myec_5557 svg{color:#f0c56e}._claim-row_9myec_5573{position:relative;z-index:1;width:100%;border:0;font:inherit;text-align:left;display:flex;align-items:center;gap:8px;margin-top:15px;cursor:pointer;padding:9px 12px;border-radius:var(--r-ctl);background:linear-gradient(100deg,#e0a94a29,#e0a94a0f);border:1px solid rgba(224,169,74,.34);animation:_pop_9myec_191 .3s ease both}._claim-row_9myec_5573:disabled{cursor:wait;opacity:.68}._claim-row_9myec_5573 svg{width:16px;height:16px;color:var(--xz-gold-2);flex:none}._claim-t_9myec_5604{font-size:12.5px;font-weight:700;color:var(--xz-text);flex:1;min-width:0}._claim-t_9myec_5604 small{display:block;margin-top:2px;color:var(--xz-text-3);font-size:9.5px;font-weight:650}._claim-btn_9myec_5620{font-size:12px;font-weight:800;color:var(--xz-on-brand, #1a140a);padding:5px 12px;border-radius:999px;white-space:nowrap;background:var(--value-grad);box-shadow:0 3px 10px #e0a94a66}._claim-row_9myec_5573:hover ._claim-btn_9myec_5620{filter:brightness(1.05)}._xp-pop_9myec_5636{position:fixed;left:50%;bottom:96px;transform:translate(-50%);display:flex;align-items:center;gap:10px;z-index:320;pointer-events:none;padding:11px 18px;border-radius:999px;background:var(--xz-surface);border:1px solid rgba(224,169,74,.4);box-shadow:0 10px 30px -8px #e0a94a80,var(--card-shadow);animation:_xpRise_9myec_1 2s cubic-bezier(.22,1,.36,1) both}._xp-amt_9myec_5654{display:inline-flex;align-items:center;gap:5px;font-size:15px;font-weight:900;background:var(--value-grad);-webkit-background-clip:text;background-clip:text;color:transparent}._xp-amt_9myec_5654 svg{width:15px;height:15px;color:var(--xz-gold-2)}._xp-lab_9myec_5672{font-size:12.5px;font-weight:700;color:var(--xz-text-2)}._xp-lvup_9myec_5678{font-size:12.5px;font-weight:800;color:var(--xz-gold-2)}@keyframes _xpRise_9myec_1{0%{opacity:0;transform:translate(-50%) translateY(16px) scale(.92)}14%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}78%{opacity:1;transform:translate(-50%) translateY(-6px) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-26px) scale(.98)}}._lvup-scrim_9myec_5703{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);cursor:pointer;animation:_lvScrimIn_9myec_1 .3s ease both;overflow:hidden}@keyframes _lvScrimIn_9myec_1{0%{opacity:0}to{opacity:1}}._lvup-rays_9myec_5726{position:absolute;width:150vmax;height:150vmax;pointer-events:none;background:conic-gradient(from 0deg,rgba(224,169,74,.16) 0 8deg,transparent 8deg 24deg);animation:_lvSpin_9myec_1 14s linear infinite;opacity:.6}@keyframes _lvSpin_9myec_1{to{transform:rotate(360deg)}}._lvup-spark_9myec_5742{position:absolute;top:50%;left:50%;width:8px;height:8px;border-radius:50%;background:var(--value-grad);pointer-events:none;transform:rotate(calc(var(--i) * 25.7deg)) translateY(0);animation:_lvSpark_9myec_1 .9s cubic-bezier(.2,.7,.3,1) both;animation-delay:.08s}@keyframes _lvSpark_9myec_1{0%{opacity:0;transform:rotate(calc(var(--i) * 25.7deg)) translateY(0) scale(.4)}30%{opacity:1}to{opacity:0;transform:rotate(calc(var(--i) * 25.7deg)) translateY(-190px) scale(1)}}._lvup-card_9myec_5769{position:relative;z-index:1;cursor:default;text-align:center;width:320px;max-width:calc(100vw - 48px);padding:30px 26px 22px;background:var(--xz-surface);border:1px solid rgba(224,169,74,.4);border-radius:var(--r);box-shadow:0 24px 70px -20px #e0a94a8c,var(--card-shadow-hi);animation:_lvCardIn_9myec_1 .5s cubic-bezier(.34,1.56,.64,1) both}@keyframes _lvCardIn_9myec_1{0%{opacity:0;transform:translateY(18px) scale(.9)}to{opacity:1;transform:none}}._lvup-mascot_9myec_5794{width:96px;height:96px;margin:-66px auto 8px;border-radius:50%;background:radial-gradient(circle at 50% 35%,rgba(224,169,74,.35),transparent 68%);display:flex;align-items:center;justify-content:center;animation:_lvBob_9myec_1 2s ease-in-out infinite}._lvup-mascot_9myec_5794 img{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(224,169,74,.5))}@keyframes _lvBob_9myec_1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._lvup-title_9myec_5821{font-size:13px;font-weight:700;color:var(--xz-gold-deep);letter-spacing:.04em}._lvup-lv_9myec_5828{font-size:44px;font-weight:900;line-height:1.1;margin:2px 0 4px;background:var(--value-grad);-webkit-background-clip:text;background-clip:text;color:transparent}._lvup-sub_9myec_5839{font-size:12px;color:var(--xz-text-2);margin-bottom:16px}._lvup-claim_9myec_5845{display:inline-flex;align-items:center;gap:7px;cursor:pointer;border:none;font-size:13px;font-weight:800;color:var(--xz-on-brand, #1a140a);padding:10px 20px;border-radius:999px;background:var(--value-grad);box-shadow:0 6px 18px #e0a94a73;transition:filter .15s,transform .15s}._lvup-claim_9myec_5845:hover{filter:brightness(1.05);transform:translateY(-1px)}._lvup-claim_9myec_5845 svg{width:15px;height:15px}._lvup-hint_9myec_5871{font-size:11px;color:var(--xz-text-3);margin-top:12px}._theme-btn_9myec_5878{overflow:hidden}._plat-tab_9myec_733{gap:8px}._pt-seg_9myec_750{padding:3px;gap:2px;background:color-mix(in srgb,var(--xz-surface) 84%,transparent);box-shadow:0 5px 18px #231f300d}._pt_9myec_270{padding:7px 13px;border:1px solid transparent}._pt_9myec_270._on_9myec_121{background:var(--xz-surface);color:var(--xz-text);border-color:var(--xz-brand-soft-2);box-shadow:0 4px 12px var(--xz-brand-glow)}._pt_9myec_270._on_9myec_121 i,._pt_9myec_270._on_9myec_121 svg{color:inherit}._scope-divider_9myec_859{display:none}._hero_9myec_873{padding:24px 26px}._hero-top_9myec_890{align-items:center}._mascot-wrap_9myec_899{width:88px;height:88px}._greet_9myec_919 ._head_9myec_943{font-size:20px;line-height:1.42;min-height:1.42em;position:relative}._greet_9myec_919 ._head_9myec_943>span{display:block}._greet_9myec_919 ._head_9myec_943 small{display:block;margin-top:5px;font-size:13px;line-height:1.5;color:var(--xz-text-2);font-weight:600;letter-spacing:0}._greet_9myec_919 ._head_9myec_943 small b{color:var(--xz-brand);font-size:14px}._rankchip_9myec_1158{padding-left:6px}._medal-mark_9myec_5964{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;box-shadow:inset 0 1px #fff6}._medal-mark_9myec_5964 svg{width:13px;height:13px;color:inherit}._wood_9myec_5981{background:linear-gradient(145deg,#9b7653,#68472c)}._bronze_9myec_5985{background:linear-gradient(145deg,#d69b5c,#935127)}._silver_9myec_5989{background:linear-gradient(145deg,#dbe2ea,#7d8b9c);color:#34404d}._gold_9myec_5498{background:linear-gradient(145deg,#ffd778,#ba7a14)}._jade_9myec_5998{background:linear-gradient(145deg,#8dd7bd,#287c65)}._mythic_9myec_6002{background:linear-gradient(145deg,#ff6a83,#7743c5 68%,#d59b35)}._value_9myec_1622{min-width:190px;padding:16px 0 16px 22px;cursor:pointer;display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:7px}._value-caption_9myec_6017{color:var(--xz-text-3);font-size:10px;font-weight:750;letter-spacing:.04em}._value_9myec_1622 ._big_9myec_1652{margin-top:0;font-size:43px}._value-sub_9myec_6030{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:700;color:var(--xz-text-3);white-space:nowrap}._value-sub_9myec_6030 b{color:var(--xz-gold-deep);font-variant-numeric:tabular-nums}html[data-theme=t3] ._value-sub_9myec_6030 b{color:var(--xz-gold-2)}._stat3_9myec_1808{grid-template-columns:repeat(4,1fr);gap:10px;margin-top:18px}._stat_9myec_1808{padding:13px 14px}._stat_9myec_1808 ._v_9myec_1622{font-size:25px}._notes_9myec_1882._xhs-notes_9myec_1888{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}._xhs-notes_9myec_1888 ._note-body_9myec_2096{padding:8px 9px 9px}._xhs-notes_9myec_1888 ._note-title_9myec_2103{font-size:11px;min-height:31px}._xhs-notes_9myec_1888 ._metrics_9myec_2094{gap:9px;padding-top:7px}._xhs-notes_9myec_1888 ._m_9myec_3{padding:6px 4px}._xhs-notes_9myec_1888 ._m_9myec_3 ._mv_9myec_2134{font-size:13px}._xhs-notes_9myec_1888 ._m_9myec_3 ._ml_9myec_2143{font-size:9px}._inspiration-grid_9myec_6094{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._inspiration-item_9myec_6100{min-width:0;min-height:112px;padding:15px;border:1px solid var(--xz-border);border-radius:14px;background:linear-gradient(145deg,var(--xz-surface),var(--xz-surface-2));color:inherit;text-align:left;cursor:pointer;display:flex;flex-direction:column;position:relative;transition:.18s ease}._inspiration-item_9myec_6100:hover{transform:translateY(-2px);border-color:var(--xz-brand-soft-2);box-shadow:0 8px 24px var(--xz-brand-glow)}._inspiration-index_9myec_6122{color:var(--xz-brand);font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:12px}._inspiration-item_9myec_6100 ._rf-title_9myec_497{font-size:13.5px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._inspiration-item_9myec_6100 ._rf-sub_9myec_547{font-size:10.5px;margin-top:8px;padding-right:20px}._inspiration-item_9myec_6100 ._rf-arrow_9myec_580{position:absolute;right:13px;bottom:13px}._inspiration-empty_9myec_6151{grid-column:1/-1;min-height:92px;border:1px dashed var(--xz-brand-soft-2);border-radius:14px;background:var(--xz-brand-soft);color:var(--xz-brand);font:inherit;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}._inspiration-empty_9myec_6151 svg{width:15px}._tasks-head_9myec_453{padding:17px 18px 12px;margin:0}._task-list_9myec_2635{padding:0 12px 12px}._task_9myec_453{min-height:58px;padding:9px 10px;gap:10px}._task-type_9myec_6186{margin-top:4px;color:var(--xz-text-3);font-size:10.5px;font-weight:700}._energy_9myec_2836{border:0;background:transparent;padding:0;font-size:11px;color:var(--xz-warning)}._task-pool-actions_9myec_2488{margin-left:auto}._data-card_9myec_2971{min-height:342px;padding:20px;overflow:hidden;background:radial-gradient(110% 90% at 100% 0%,var(--xz-brand-tint),transparent 62%),var(--xz-surface)}._data-card_9myec_2971 ._mini-head_9myec_454{margin-bottom:18px}._plat-block_9myec_3003{justify-content:flex-start;margin-top:5px}._pb-grid_9myec_3050{gap:10px}._pb-cell_9myec_3056{position:relative;min-height:112px;padding:18px 10px 13px;text-align:left;overflow:hidden;background:color-mix(in srgb,var(--xz-surface) 76%,var(--xz-surface-2));box-shadow:inset 0 1px #ffffffb3}._pb-cell_9myec_3056:after{content:"";position:absolute;right:-16px;bottom:-24px;width:66px;height:66px;border-radius:50%;background:var(--xz-brand-soft);opacity:.55}._pb-icon_9myec_6247{width:25px;height:25px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;color:var(--xz-brand);background:var(--xz-brand-soft);margin-bottom:15px}._pb-icon_9myec_6247 svg{width:13px;height:13px}._pb-cell_9myec_3056 ._cv_9myec_1972{font-size:21px;position:relative;z-index:1}._pb-cell_9myec_3056 ._cl_9myec_2685{font-size:10.5px;position:relative;z-index:1}._quad-strip_9myec_3083{margin-top:12px;gap:7px}._quad-strip_9myec_3083 span{min-width:0;min-height:70px;padding:9px 5px;display:grid;place-items:center;grid-template-rows:15px 18px 14px;border:1px solid var(--xz-border);background:var(--xz-surface)}._quad-strip_9myec_3083 span svg{width:14px;height:14px}._quad-strip_9myec_3083 span b{font-size:14px}._quad-strip_9myec_3083 span small{overflow:hidden;text-overflow:ellipsis;font-size:9.5px;color:var(--xz-text-3)}._quad-strip_9myec_3083 ._quad-hot_9myec_6308 svg{color:var(--xz-brand)}._quad-strip_9myec_3083 ._quad-rise_9myec_6312 svg{color:var(--xz-success)}._quad-strip_9myec_3083 ._quad-warn_9myec_6316 svg{color:var(--xz-warning)}._quad-strip_9myec_3083 ._quad-cold_9myec_6320 svg{color:var(--xz-info)}._mp-capability_9myec_6324{margin-top:14px;padding:12px;border:1px solid var(--xz-border);border-radius:12px;background:var(--xz-surface-2);display:flex;gap:9px;color:var(--xz-text-2);font-size:11px;line-height:1.55}._mp-capability_9myec_6324 svg{width:16px;height:16px;color:var(--xz-success);flex:none}._rv-head_9myec_3252{padding:17px 18px 7px}._rv-title-icon_9myec_6348{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._rv-title-icon_9myec_6348 svg{width:17px;height:17px}._rv-ttl_9myec_3281 ._rl_9myec_3158{color:var(--xz-text-3);background:transparent;border:0;padding:0}._rv-list_9myec_3356{padding-top:4px}._ra-head_9myec_610{margin-bottom:12px}._ra-icon_9myec_6379{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft)}._ra-icon_9myec_6379 svg{width:17px;height:17px}._ra-input_9myec_639{margin-bottom:11px}._dl-preview_9myec_3170{filter:none;opacity:1}._dl-row_9myec_3182 b{color:var(--xz-text);letter-spacing:0}._modal_9myec_4089._modal-xhs_9myec_4449{width:min(760px,100%);grid-template-columns:minmax(250px,310px) minmax(0,1fr);max-height:min(680px,100vh - 56px)}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101{height:100%;min-height:520px;aspect-ratio:auto;align-self:stretch;background-size:cover!important}._modal-xhs_9myec_4449 ._modal-body_9myec_4146{padding:21px;overflow-y:auto}._modal-cover_9myec_4101 ._flag_9myec_2051{transform:scale(.86);transform-origin:left top}._medal-current_9myec_6432{display:flex;align-items:center;gap:13px;padding:14px;border:1px solid rgba(205,153,50,.25);border-radius:14px;background:linear-gradient(135deg,rgba(255,220,140,.16),var(--xz-surface))}._medal-emblem_9myec_6442{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px #6a461438,inset 0 1px #ffffff73}._medal-emblem_9myec_6442 svg{width:23px;height:23px}._medal-current_9myec_6432 b,._medal-current_9myec_6432 small{display:block}._medal-current_9myec_6432 b{color:var(--xz-text);font-size:14px}._medal-current_9myec_6432 small{color:var(--xz-text-2);font-size:11px;margin-top:4px}._medal-road_9myec_6472{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px}._medal-tier_9myec_6479{display:flex;align-items:center;gap:8px;padding:9px;border:1px solid var(--xz-border);border-radius:10px;opacity:.45}._medal-tier_9myec_6479._reached_9myec_6489{opacity:1;background:var(--xz-surface-2)}._medal-dot_9myec_6494{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;color:#fff;flex:none}._medal-dot_9myec_6494 svg{width:13px;height:13px}._medal-tier_9myec_6479 b,._medal-tier_9myec_6479 small{display:block}._medal-tier_9myec_6479 b{font-size:11px;color:var(--xz-text)}._medal-tier_9myec_6479 small{font-size:9.5px;color:var(--xz-text-3);margin-top:2px}._value-formula_9myec_6524{margin:-15px -18px;padding:18px}._formula-total_9myec_6529{padding:18px;border-radius:15px;color:#fff;background:linear-gradient(135deg,#2a2534,#17141d);text-align:center;box-shadow:0 12px 30px #20182a2e}._formula-total_9myec_6529 small,._formula-total_9myec_6529 span{display:block;color:#ffffff9e}._formula-total_9myec_6529 strong{display:block;margin:7px 0 5px;font-size:34px;color:#f3c76b;letter-spacing:-.03em}._formula-total_9myec_6529 span{font-size:10.5px}._formula-flow_9myec_6555{display:flex;align-items:center;justify-content:center;gap:6px;margin:14px 0 8px;color:var(--xz-text-2);font-size:10px;font-weight:700}._formula-flow_9myec_6555 span{padding:6px 7px;border-radius:7px;background:var(--xz-surface-2)}._formula-flow_9myec_6555 svg{width:11px;height:11px;color:var(--xz-brand)}@media(max-width:1240px){._grid_9myec_374{grid-template-columns:1fr}._notes_9myec_1882,._notes_9myec_1882._xhs-notes_9myec_1888{grid-template-columns:repeat(3,minmax(0,1fr))}._content-table_9myec_2319{overflow-x:auto}._content-table-head_9myec_2327,._content-table-row_9myec_2327{min-width:850px}}@media(max-width:860px){._dtp_9myec_4471._show_9myec_209{margin-right:0;margin-bottom:12px;width:100%}._mshell_9myec_4437{flex-direction:column;align-items:stretch}._modal_9myec_4089._modal-xhs_9myec_4449{grid-template-columns:1fr;overflow-y:auto}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101{max-height:54vh;aspect-ratio:3/4}._account-scope_9myec_826{min-width:210px}}@media(max-width:720px){._notes_9myec_1882,._notes_9myec_1882._xhs-notes_9myec_1888,._mp-notes_9myec_1903{grid-template-columns:1fr 1fr}._hero-top_9myec_890{grid-template-columns:auto minmax(0,1fr)}._value_9myec_1622{grid-column:1/-1;border-left:none;padding:0;margin-top:4px;text-align:left;align-items:flex-start}._value_9myec_1622 ._lab_9myec_1630{justify-content:flex-start}._hero-strip_9myec_1712{flex-direction:column}._stat3_9myec_1808{grid-template-columns:1fr}._task-pool-actions_9myec_2488{margin-left:0;width:100%}._week_9myec_2536{width:100%;justify-content:space-between}._task_9myec_453{gap:8px;padding-inline:8px}._energy_9myec_2836{display:none}._task-claim-btn_9myec_2864{padding-inline:9px}._t-go_9myec_2902{display:none}._boss-scene_9myec_3680{height:154px}._boss-head_9myec_3589{align-items:flex-start}._boss-head-actions_9myec_3597{justify-content:flex-end;flex-wrap:wrap}._boss-scene-title_9myec_3721 strong{font-size:16px}._boss-route_9myec_3768{gap:4px}._boss-route-node_9myec_3790{width:auto;height:58px}._boss-route-node_9myec_3790 img{width:35px;height:35px}._boss-expedition-meta_9myec_3904{align-items:flex-start;flex-direction:column}}._pt-right_9myec_6691{margin-left:auto;display:flex;align-items:center;gap:10px}._grid_9myec_374{grid-template-columns:minmax(0,1fr) 372px;gap:22px}._col-r_9myec_388{display:flex;flex-direction:column;gap:20px;min-width:0}._stat_9myec_1808{position:relative;min-height:82px;padding:16px 17px;overflow:hidden;border-color:color-mix(in srgb,var(--stat-accent, var(--xz-border)) 20%,var(--xz-border));background:radial-gradient(90px 60px at 100% 0%,color-mix(in srgb,var(--stat-accent, var(--xz-brand)) 11%,transparent),transparent 72%),linear-gradient(145deg,color-mix(in srgb,var(--xz-surface) 92%,#fff),var(--xz-surface-2));box-shadow:0 8px 20px #2027370b,inset 0 1px #ffffffc7}._stat_9myec_1808:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--stat-accent, var(--xz-brand));opacity:.82}._stat_9myec_1808>span{width:100%;align-items:center}._stat_9myec_1808>span>span:last-child{flex-direction:column-reverse;align-items:flex-start;gap:6px}._stat_9myec_1808>span b{font-size:24px;letter-spacing:-.03em}._stat_9myec_1808>span small{font-size:10.5px;color:var(--xz-text-2)}._stat-content_9myec_6752{--stat-accent: #b88128}._stat-exposure_9myec_6756{--stat-accent: #4c6fff}._stat-interaction_9myec_6760{--stat-accent: #13a06f}._stat-account_9myec_6764{--stat-accent: #6d7788}._hero-insight-strip_9myec_6768{display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);gap:16px;margin-top:12px;padding:12px;border:1px solid var(--xz-border);border-radius:14px;background:linear-gradient(120deg,color-mix(in srgb,var(--xz-surface-2) 82%,#fff),var(--xz-surface));box-shadow:inset 0 1px #ffffffb8}._hero-data-error_9myec_6780{margin-top:10px;padding:8px 10px;display:flex;align-items:center;gap:7px;border:1px solid color-mix(in srgb,var(--xz-brand) 22%,var(--xz-border));border-radius:10px;color:var(--xz-text-2);background:var(--xz-brand-soft);font-size:11px}._hero-data-error_9myec_6780 svg{width:14px;height:14px;color:var(--xz-brand)}._hero-data-error_9myec_6780 button{margin-left:auto;border:0;background:transparent;color:var(--xz-brand);font:inherit;font-weight:800;cursor:pointer}._insight-metrics_9myec_6809{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;align-items:stretch}._insight-metrics_9myec_6809>span{padding:8px 10px;border-right:1px solid var(--xz-border)}._insight-metrics_9myec_6809>span:last-child{border-right:0}._insight-metrics_9myec_6809>span>span:last-child{flex-direction:column;align-items:flex-start;gap:2px}._insight-metrics_9myec_6809 b{font-size:16px}._insight-quadrants_9myec_6835{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}._insight-quadrants_9myec_6835 button{min-width:0;border:1px solid color-mix(in srgb,currentColor 16%,var(--xz-border));border-radius:10px;background:color-mix(in srgb,currentColor 6%,var(--xz-surface));color:var(--xz-text-2);padding:8px;display:grid;grid-template-columns:18px 1fr;grid-template-rows:18px 14px;text-align:left;cursor:pointer}._insight-quadrants_9myec_6835 svg{width:14px;height:14px;grid-row:1/3;align-self:center}._insight-quadrants_9myec_6835 b{color:var(--xz-text);font-size:14px;line-height:1}._insight-quadrants_9myec_6835 span{font-size:9.5px;white-space:nowrap}._insight-quadrants_9myec_6835 ._f-hot_9myec_2067{color:var(--hot)}._insight-quadrants_9myec_6835 ._f-rise_9myec_2080{color:var(--rise)}._insight-quadrants_9myec_6835 ._f-warn_9myec_6882{color:var(--stop)}._insight-quadrants_9myec_6835 ._f-cold_9myec_6886{color:var(--cool)}._quadrant-board_9myec_6891{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._quadrant-lane_9myec_6897{min-width:0;border:1px solid var(--xz-border);border-radius:16px;padding:12px;background:var(--xz-surface);box-shadow:var(--card-shadow)}._quadrant-lane_9myec_6897>header{display:flex;align-items:center;gap:9px;margin-bottom:11px}._quadrant-lane_9myec_6897>header>span:nth-child(2){min-width:0;flex:1}._quadrant-lane_9myec_6897>header b,._quadrant-lane_9myec_6897>header small{display:block}._quadrant-lane_9myec_6897>header b{font-size:13px;color:var(--xz-text)}._quadrant-lane_9myec_6897>header small{margin-top:2px;font-size:9.5px;color:var(--xz-text-3)}._quadrant-lane_9myec_6897>header i{font-style:normal;font-size:11px;font-weight:850;color:currentColor;padding:2px 7px;border-radius:999px;background:color-mix(in srgb,currentColor 9%,transparent)}._quadrant-emblem_9myec_6943{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;color:currentColor;background:linear-gradient(145deg,color-mix(in srgb,currentColor 14%,#fff),color-mix(in srgb,currentColor 7%,transparent));border:1px solid color-mix(in srgb,currentColor 20%,transparent);box-shadow:inset 0 1px #fffc,0 5px 13px color-mix(in srgb,currentColor 10%,transparent)}._quadrant-emblem_9myec_6943 svg{width:15px;height:15px}._quadrant-lane_9myec_6897._f-hot_9myec_2067{color:#e83955}._quadrant-lane_9myec_6897._f-rise_9myec_2080{color:#158b62}._quadrant-lane_9myec_6897._f-warn_9myec_6882{color:#c57b16}._quadrant-lane_9myec_6897._f-cold_9myec_6886{color:#4d70bd}._quadrant-cards_9myec_6976{display:grid;grid-template-columns:repeat(auto-fill,minmax(145px,1fr));gap:10px}._quadrant-cards_9myec_6976 ._note_9myec_1882{color:var(--xz-text);box-shadow:none}._quadrant-cards_9myec_6976 ._cover_9myec_1892{height:auto;aspect-ratio:3/4;background-size:cover;background-position:center}._cover-image_9myec_6994,._modal-cover-image_9myec_6994{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}._table-thumb_9myec_2391 img{width:100%;height:100%;object-fit:cover;display:block}._quadrant-cards_9myec_6976 ._note-body_9myec_2096{padding:9px}._quadrant-cards_9myec_6976 ._note-title_9myec_2103{font-size:11.5px;min-height:33px}._quadrant-cards_9myec_6976 ._metrics_9myec_2094{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px;margin-top:7px}._note-metric_9myec_7026{min-width:0;justify-content:center;flex-direction:column;gap:1px;padding:3px 0}._note-metric_9myec_7026>span:first-child{display:none}._note-metric_9myec_7026>span:last-child{flex-direction:column;align-items:center;gap:2px}._note-metric_9myec_7026 b{font-size:10.5px;font-weight:500;color:var(--xz-text-2)}._note-metric_9myec_7026 small{color:var(--xz-text-2);font-size:8px}._quadrant-empty_9myec_7057{grid-column:1/-1;min-height:84px;border:1px dashed var(--xz-border);border-radius:12px;display:grid;place-items:center;color:var(--xz-text-3);font-size:11px}._flag_9myec_2051._f-warn_9myec_6882{background:linear-gradient(145deg,#e7a23c,#bb7014);color:#fff}._flag_9myec_2051._f-cold_9myec_6886{background:linear-gradient(145deg,#6c8bd8,#3f5da7);color:#fff}._table-flag_9myec_2421._f-hot_9myec_2067,._table-action_9myec_2436._f-hot_9myec_2067{color:#e83955}._table-flag_9myec_2421._f-rise_9myec_2080,._table-action_9myec_2436._f-rise_9myec_2080{color:#158b62}._table-flag_9myec_2421._f-warn_9myec_6882,._table-action_9myec_2436._f-warn_9myec_6882{color:#c57b16}._table-flag_9myec_2421._f-cold_9myec_6886,._table-action_9myec_2436._f-cold_9myec_6886{color:#4d70bd}._table-thumb_9myec_2391._missing_9myec_7094{display:grid;place-items:center;color:var(--xz-text-3);background:var(--xz-surface-2)}._table-thumb_9myec_2391._missing_9myec_7094 svg{width:15px;height:15px}._table-metrics_9myec_2400>span{flex:1}._cover-recovery_9myec_7110{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--xz-text-2);text-align:center}._cover-recovery_9myec_7110 ._ph_9myec_1963{color:var(--xz-text-3)}._cover-recovery_9myec_7110 b{font-size:10px}._cover-recovery_9myec_7110 button,._modal-recovery_9myec_7129 button{border:1px solid var(--xz-brand-soft-2);border-radius:8px;color:var(--xz-brand);background:var(--xz-surface);padding:6px 8px;font:inherit;font-size:9.5px;font-weight:800;display:inline-flex;align-items:center;gap:4px;cursor:pointer;box-shadow:0 5px 14px var(--xz-brand-glow)}._cover-recovery_9myec_7110 button svg,._modal-recovery_9myec_7129 button svg{width:11px;height:11px}@keyframes _home-recovery-pulse_9myec_1{0%,to{opacity:.4}50%{opacity:.7}}@keyframes _home-recovery-shimmer_9myec_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _home-recovery-spin_9myec_1{to{transform:rotate(360deg)}}._cover_9myec_1892._repairing_9myec_7174{position:relative;overflow:hidden}._cover_9myec_1892._repairing_9myec_7174:before{content:"";position:absolute;inset:0;z-index:4;pointer-events:none;border-radius:inherit;background:linear-gradient(180deg,color-mix(in srgb,var(--xz-surface) 76%,transparent),color-mix(in srgb,var(--xz-brand-soft) 64%,transparent));animation:_home-recovery-pulse_9myec_1 2.5s ease-in-out infinite}._cover_9myec_1892._repairing_9myec_7174:after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,color-mix(in srgb,var(--xz-brand) 4%,transparent) 38%,color-mix(in srgb,var(--xz-brand) 16%,transparent) 50%,color-mix(in srgb,var(--xz-brand) 4%,transparent) 62%,transparent 100%);animation:_home-recovery-shimmer_9myec_1 2.4s ease-in-out infinite}._cover_9myec_1892._repairing_9myec_7174 ._cover-recovery_9myec_7110{z-index:6}._recovery-spin_9myec_7208{animation:_home-recovery-spin_9myec_1 .9s linear infinite}._cover-recovery_9myec_7110 button:disabled{opacity:.75;cursor:default}._num-reveal_9myec_7222{transition:opacity .35s ease}@keyframes _home-num-breathe_9myec_1{0%,to{opacity:.3}50%{opacity:.55}}._num-pending_9myec_7236{animation:_home-num-breathe_9myec_1 1.6s ease-in-out infinite}._skel_9myec_7240{position:relative;overflow:hidden;display:inline-block;vertical-align:middle;border-radius:6px;background:color-mix(in srgb,var(--xz-text-3) 13%,var(--xz-surface-2))}._skel_9myec_7240:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--xz-brand) 12%,transparent) 50%,transparent);animation:_home-recovery-shimmer_9myec_1 2.4s ease-in-out infinite}._skel-line_9myec_7257{display:block;height:11px;border-radius:5px}._ghost-note_9myec_7264{pointer-events:none}._ghost-note_9myec_7264 ._cover_9myec_1892{background:color-mix(in srgb,var(--xz-text-3) 10%,var(--xz-surface-2));position:relative;overflow:hidden}._ghost-note_9myec_7264 ._cover_9myec_1892:before{display:none}._ghost-note_9myec_7264 ._cover_9myec_1892:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--xz-brand) 10%,transparent) 50%,transparent);animation:_home-recovery-shimmer_9myec_1 2.4s ease-in-out infinite}._ghost-note_9myec_7264 ._note-body_9myec_2096{gap:7px}._ghost-title_9myec_7289{width:92%}._ghost-title-short_9myec_7293{width:64%}._ghost-metrics_9myec_7297{width:72%;height:10px;margin-top:auto}._signal-board_9myec_7304{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;align-items:start;padding:12px;border-radius:16px;background:radial-gradient(circle at 20% 10%,var(--xz-brand-tint),transparent 34%),var(--xz-surface-2)}._signal-board_9myec_7304 ._inspiration-item_9myec_6100{min-height:82px;padding:12px;border-radius:18px 13px 17px 12px;box-shadow:0 7px 18px #2328380d}._signal-board_9myec_7304 ._inspiration-index_9myec_6122{margin-bottom:6px}._signal-board_9myec_7304 ._rf-title_9myec_497{font-size:12px;-webkit-line-clamp:3}._signal-board_9myec_7304 ._rf-sub_9myec_547{font-size:9px;margin-top:5px}._signal-board_9myec_7304 ._rf-arrow_9myec_580{width:12px;height:12px}._signal-board_9myec_7304 ._scatter-1_9myec_7339,._signal-board_9myec_7304 ._scatter-4_9myec_7339{transform:translateY(12px) rotate(.7deg)}._signal-board_9myec_7304 ._scatter-2_9myec_7343{transform:translateY(3px) rotate(-.8deg)}._signal-board_9myec_7304 ._scatter-3_9myec_7347{transform:translateY(16px) rotate(.4deg)}._signal-board_9myec_7304 ._scatter-5_9myec_7351{transform:translateY(7px) rotate(-.5deg)}._signal-board_9myec_7304 ._inspiration-item_9myec_6100:hover{transform:translateY(-2px) rotate(0)}._research-launch_9myec_7359{margin-top:14px;padding:7px;display:flex;align-items:center;gap:8px;border:1px solid var(--xz-border);border-radius:13px;background:var(--xz-surface);box-shadow:0 7px 20px #2328380b}._research-launch_9myec_7359>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft)}._research-launch_9myec_7359>span svg{width:16px}._research-launch_9myec_7359 input{flex:1;min-width:0;border:0;outline:0;color:var(--xz-text);background:transparent;font:inherit;font-size:12.5px}._research-launch_9myec_7359 button{height:34px;padding:0 13px;border:0;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));font:inherit;font-size:11.5px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer}._research-launch_9myec_7359 button svg{width:13px}._bounty-board_9myec_7417{padding:0 12px 14px;display:flex;flex-direction:column;gap:10px}._bounty-batch_9myec_7424{position:relative;overflow:hidden;border:1px solid color-mix(in srgb,#9c8a6b 24%,var(--xz-border));border-radius:14px;background:linear-gradient(115deg,color-mix(in srgb,#f7f3ea 34%,var(--xz-surface)),var(--xz-surface));box-shadow:inset 0 1px #fffc}._bounty-batch_9myec_7424:after{content:"赏";position:absolute;right:22px;top:-22px;color:#8273580b;font-family:serif;font-size:96px;font-weight:900;pointer-events:none}._bounty-batch-head_9myec_7445{height:34px;padding:0 12px;display:flex;align-items:center;gap:8px;border-bottom:1px dashed color-mix(in srgb,#9c8a6b 24%,var(--xz-border));color:#6f5a3c;font-size:11px;font-weight:850}._bounty-batch-head_9myec_7445 i{margin-left:auto;font-style:normal;font-size:9.5px;padding:2px 7px;border-radius:999px;background:#8c7c601a}._bounty-batch_9myec_7424 ._task-list_9myec_2635{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0}._bounty-batch_9myec_7424 ._task_9myec_453{min-width:0;min-height:106px;padding:12px 10px;align-items:flex-start;flex-wrap:wrap;border-radius:0;border-right:1px dashed var(--xz-border)}._bounty-batch_9myec_7424 ._task_9myec_453+._task_9myec_453{border-top:0}._bounty-batch_9myec_7424 ._task_9myec_453:last-child{border-right:0}._task-seal_9myec_7493{width:25px;height:25px;flex:none;border-radius:50%;display:grid;place-items:center;color:#a56b1e;background:#8c7c6017;border:1px solid rgba(140,124,96,.22);font-size:9px;font-weight:900}._task-seal_9myec_7493 svg{width:12px}._bounty-batch_9myec_7424 ._t-main_9myec_2727{flex-basis:calc(100% - 37px)}._bounty-batch_9myec_7424 ._t-title_9myec_2732{font-size:11.5px;line-height:1.45}._bounty-batch_9myec_7424 ._energy_9myec_2836{margin-left:37px;font-size:9.5px}._bounty-batch_9myec_7424 ._task-claim-btn_9myec_2864,._bounty-batch_9myec_7424 ._task-status_9myec_2888{margin-left:auto}._bounty-batch_9myec_7424 ._t-go_9myec_2902{display:none}._bounty-empty_9myec_7533{padding:24px;color:var(--xz-text-3);text-align:center;font-size:12px}._review-card_9myec_3111{display:block}._review-card_9myec_3111 ._rv-head_9myec_3252{padding:17px 18px 7px;border:0;background:transparent}._review-card_9myec_3111 ._rv-list_9myec_3356{padding:4px 12px 14px;display:block}._review-card_9myec_3111 ._mrow_9myec_3360{min-width:0;border:0}._review-card_9myec_3111 ._mi_9myec_454{border-radius:12px;box-shadow:inset 0 1px #ffffffb3,0 5px 14px #242a3a0f}._boss-card_9myec_3582{display:block;padding:18px}._boss-card_9myec_3582 ._boss-scene_9myec_3680{min-height:0;height:185px;margin-top:12px}._boss-card_9myec_3582 ._boss-route_9myec_3768{justify-content:center}._footnote_9myec_4064{display:block}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101:not([style]){background:linear-gradient(145deg,var(--xz-surface-2),var(--xz-surface))}._modal-recovery_9myec_7129{padding:30px;display:flex;flex-direction:column;align-items:center;gap:9px;text-align:center;color:var(--xz-text-2)}._modal-recovery_9myec_7129>svg{width:28px!important;height:28px!important;color:var(--xz-text-3)!important}._modal-recovery_9myec_7129 b{color:var(--xz-text);font-size:13px}._modal-recovery_9myec_7129 span{max-width:210px;font-size:10.5px;line-height:1.6}._modal-metrics_9myec_4158 ._mm_9myec_4164{flex:1;background:var(--xz-surface-2);padding:10px}@media(max-width:1080px){._hero-insight-strip_9myec_6768{grid-template-columns:1fr}._signal-board_9myec_7304{grid-template-columns:repeat(3,minmax(0,1fr))}._bounty-batch_9myec_7424 ._task-list_9myec_2635{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){._quadrant-board_9myec_6891{grid-template-columns:1fr}._insight-metrics_9myec_6809,._insight-quadrants_9myec_6835{grid-template-columns:repeat(2,1fr)}._signal-board_9myec_7304{grid-template-columns:repeat(2,minmax(0,1fr))}._bounty-batch_9myec_7424 ._task-list_9myec_2635{grid-template-columns:1fr}._bounty-batch_9myec_7424 ._task_9myec_453{border-right:0;border-bottom:1px solid var(--xz-border)}}._data-dashboard_9myec_7653{display:flex;flex-direction:column;gap:10px;min-height:260px}._data-feature_9myec_7660{flex:1;min-height:92px;padding:17px;border:1px solid color-mix(in srgb,var(--xz-success) 18%,var(--xz-border));border-radius:13px;background:radial-gradient(90px 70px at 100% 0%,var(--xz-success-soft),transparent 72%),var(--xz-surface-2);display:flex;align-items:center}._data-feature_9myec_7660>span{width:100%}._data-feature_9myec_7660>span>span:last-child{flex-direction:column-reverse;align-items:flex-start;gap:6px}._data-feature_9myec_7660 b{font-size:29px;letter-spacing:-.04em}._data-secondary_9myec_7686{display:grid;grid-template-columns:1fr 1fr;gap:8px}._data-secondary_9myec_7686>span,._mp-data-dashboard_9myec_7692>span{min-width:0;padding:11px;border:1px solid var(--xz-border);border-radius:11px;background:var(--xz-surface-2)}._data-secondary_9myec_7686>span>span:last-child,._mp-data-dashboard_9myec_7692>span>span:last-child{flex-direction:column-reverse;align-items:flex-start;gap:4px}._data-secondary_9myec_7686 b{font-size:17px}._data-dashboard_9myec_7653 ._quad-strip_9myec_3083{margin-top:0}._mp-data-dashboard_9myec_7692{display:grid;gap:9px}._data-card_9myec_2971{min-height:342px}@media(max-width:1240px){._grid_9myec_374{grid-template-columns:1fr}}._col-l_9myec_381>._radar-card_9myec_473{order:1}._col-l_9myec_381>._content-section_9myec_7733{order:2}._stat_9myec_1808{display:flex;flex-direction:column;justify-content:center;gap:9px;border-color:var(--xz-border);background:linear-gradient(155deg,color-mix(in srgb,var(--xz-surface) 96%,#fff),var(--xz-surface-2));box-shadow:inset 0 1px #fffc,0 7px 18px #20273709}._stat-label_9myec_7748{color:var(--xz-text-2);font-size:11px;font-weight:750;letter-spacing:.01em}._stat-value_9myec_7755{color:var(--xz-text);font-size:25px;line-height:1;font-weight:880;font-variant-numeric:tabular-nums;letter-spacing:-.035em}._stat_9myec_1808:before,._stat_9myec_1808:after{display:none}._value_9myec_1622{border-left:0;padding-left:18px}._value_9myec_1622 ._big_9myec_1652{display:flex;align-items:baseline;justify-content:flex-end;gap:3px;background:linear-gradient(115deg,#9b6412 3%,#d79c32 38%,#f1c86c 58%,#a96f16 94%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 3px 8px rgba(183,126,31,.13))}._value_9myec_1622 ._big_9myec_1652 ._cur_9myec_1665{font-size:.55em;line-height:1;margin:0;vertical-align:baseline}._ci-inline_9myec_1540{margin-left:auto}._xpwide_9myec_1266{flex:1.35}._two-row-notes_9myec_7805{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:10px!important}._two-row-notes_9myec_7805 ._note_9myec_1882{min-width:0}._two-row-notes_9myec_7805 ._cover_9myec_1892{height:auto;aspect-ratio:4/5;background-size:cover;background-position:center}._two-row-notes_9myec_7805 ._cover-image_9myec_6994{object-fit:cover}._two-row-notes_9myec_7805 ._note-body_9myec_2096{padding:7px 8px 8px}._two-row-notes_9myec_7805 ._note-title_9myec_2103{min-height:30px;font-size:11px;line-height:1.4;-webkit-line-clamp:2}._two-row-notes_9myec_7805 ._metrics_9myec_2094{gap:7px;padding-top:6px}._two-row-notes_9myec_7805 ._flag_9myec_2051{right:6px;top:6px;padding:2px 6px;font-size:9px}._content-review-bar_9myec_7849{min-height:58px;margin-bottom:12px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid var(--xz-border);border-radius:13px;background:radial-gradient(130px 70px at 0% 50%,var(--xz-brand-tint),transparent 72%),var(--xz-surface);box-shadow:0 7px 20px #2328380a}._content-review-bar_9myec_7849 img{width:38px;height:38px;object-fit:contain;flex:none}._content-review-copy_9myec_7869{flex:1;min-width:0}._content-review-copy_9myec_7869 b,._content-review-copy_9myec_7869 span{display:block}._content-review-copy_9myec_7869 b{color:var(--xz-text);font-size:12.5px}._content-review-copy_9myec_7869 span{margin-top:3px;color:var(--xz-text-2);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._content-review-bar_9myec_7849 button{height:30px;padding:0 10px;border:1px solid var(--xz-border);border-radius:8px;color:var(--xz-text-2);background:var(--xz-surface);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}._content-review-bar_9myec_7849 button:hover{border-color:var(--xz-brand-soft-2);color:var(--xz-brand);background:var(--xz-brand-soft)}._content-review-actions_9myec_7911{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px}._content-review-bar_9myec_7849 ._content-review-refresh_9myec_7921{width:30px;padding:0;display:grid;place-items:center;flex:none}._content-review-refresh_9myec_7921 svg{width:13px;height:13px}._content-review-bar_9myec_7849 ._content-review-refresh_9myec_7921:disabled{opacity:.45;cursor:not-allowed;border-color:var(--xz-border);color:var(--xz-text-2);background:var(--xz-surface)}._content-review-refresh_9myec_7921._spinning_9myec_7942 svg{animation:_home-review-refresh-spin_9myec_1 .9s linear infinite}@keyframes _home-review-refresh-spin_9myec_1{to{transform:rotate(360deg)}}._content-review-actions_9myec_7911 ._content-view-switch_9myec_2282{margin-left:3px;flex:none}._content-review-actions_9myec_7911 ._content-view-switch_9myec_2282 button{width:28px;padding:0;border:0}._content-all-button_9myec_7962{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}._content-all-button_9myec_7962 svg{width:12px;height:12px}._data-card_9myec_2971{min-height:0;overflow:hidden;display:flex;flex-direction:column}._data-card_9myec_2971 ._mini-head_9myec_454{flex:none;margin-bottom:12px}._data-dashboard_9myec_7653{flex:1;min-height:0;gap:8px;justify-content:flex-start}._data-card_9myec_2971 ._mini-head_9myec_454 ._go_9myec_2951{color:var(--xz-text-2)}._data-primary_9myec_8000{min-height:72px;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;gap:7px;border:1px solid var(--xz-border);border-radius:12px;background:var(--xz-surface-2)}._data-primary_9myec_8000 span,._data-secondary-plain_9myec_8012 span,._mp-data-dashboard_9myec_7692 span{color:var(--xz-text-2);font-size:10px;font-weight:700}._data-primary_9myec_8000 strong{color:var(--xz-text);font-size:29px;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}._data-secondary-plain_9myec_8012{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}._data-secondary-plain_9myec_8012>div,._mp-data-dashboard_9myec_7692>div{min-width:0;min-height:51px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--xz-border);border-radius:10px;background:var(--xz-surface)}._data-secondary-plain_9myec_8012 strong,._mp-data-dashboard_9myec_7692 strong{color:var(--xz-text);font-size:17px;line-height:1;font-variant-numeric:tabular-nums}._data-categories_9myec_8052{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--xz-border)}._data-categories_9myec_8052 span{min-width:0;padding:10px 2px 2px;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}._data-categories_9myec_8052 span+span{border-left:1px solid var(--xz-border)}._data-categories_9myec_8052 b{color:var(--xz-text);font-size:14px;line-height:1;font-variant-numeric:tabular-nums}._data-categories_9myec_8052 small{max-width:100%;overflow:hidden;color:var(--xz-text-3);font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}._mp-data-dashboard_9myec_7692{flex:1;grid-template-columns:1fr;align-content:stretch}._mp-data-dashboard_9myec_7692>div{min-height:0}._ov-kpi_9myec_8107{flex:1;min-height:0;display:flex;align-items:center;padding-bottom:13px;border-bottom:1px solid var(--xz-border)}._ov-tiles_9myec_8117{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}._ov-tiles_9myec_8117._two_9myec_7805{grid-template-columns:repeat(2,minmax(0,1fr))}._ov-tile_9myec_8117{min-width:0;padding:12px 12px 13px;border-radius:13px;background:var(--xz-surface);border:1px solid color-mix(in srgb,var(--xz-border) 70%,transparent);box-shadow:0 1px 2px var(--xz-shadow-color),0 4px 12px -8px var(--xz-shadow-color)}html[data-theme=t3] ._ov-tile_9myec_8117{background:var(--xz-surface-2);border-color:var(--xz-border-2)}._ov-tile_9myec_8117>span{display:block;margin-bottom:9px;font-size:10.5px;font-weight:750;color:var(--xz-text-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._ov-tile_9myec_8117 b{display:flex;align-items:baseline;gap:1px;font-weight:850;letter-spacing:-.03em;line-height:1}._ov-tile_9myec_8117 b em{font-style:normal;font-size:25px;font-variant-numeric:tabular-nums}._ov-tile_9myec_8117 b u{text-decoration:none;font-size:13.5px;font-weight:800;color:var(--xz-text-3)}._ov-dist_9myec_8112{flex:none;padding-top:17px}._ov-dist-h_9myec_8186{margin-bottom:11px}._ov-dist-h_9myec_8186 b{font-size:12px;font-weight:800}._ov-bar_9myec_8195{display:flex;width:100%;height:16px;gap:3px;padding:0;border:0;background:none;cursor:pointer}._ov-bar_9myec_8195 i{display:block;height:100%;min-width:3px;border-radius:3px;transition:filter .15s ease}._ov-bar_9myec_8195 i:first-child{border-radius:999px 3px 3px 999px}._ov-bar_9myec_8195 i:last-child{border-radius:3px 999px 999px 2px}._ov-bar_9myec_8195:hover i{filter:brightness(1.12)}._ov-legend_9myec_8226{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;margin-top:16px}._ov-lg_9myec_8233{display:flex;align-items:center;gap:8px;min-width:0;padding:0;border:0;background:none;text-align:left;cursor:pointer}._ov-lg_9myec_8233 i{flex:none;width:9px;height:9px;border-radius:3px}._ov-lg_9myec_8233 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:700;color:var(--xz-text-2)}._ov-lg_9myec_8233 b{margin-left:auto;font-size:13.5px;font-weight:850;font-variant-numeric:tabular-nums}._ov-lg_9myec_8233:hover span{color:var(--xz-text);text-decoration:underline}._q-hot_9myec_8274 i,._ov-bar_9myec_8195 i._q-hot_9myec_8274{background:var(--hot)}._q-rise_9myec_8278 i,._ov-bar_9myec_8195 i._q-rise_9myec_8278{background:var(--rise)}._q-stop_9myec_8282 i,._ov-bar_9myec_8195 i._q-stop_9myec_8282{background:var(--stop)}._q-cool_9myec_8286 i,._ov-bar_9myec_8195 i._q-cool_9myec_8286{background:var(--cool)}._ov-lg_9myec_8233._q-hot_9myec_8274 b,._ov-lg_9myec_8233._q-rise_9myec_8278 b,._ov-lg_9myec_8233._q-stop_9myec_8282 b,._ov-lg_9myec_8233._q-cool_9myec_8286 b{color:var(--xz-text)}._bounty-side-card_9myec_8301{overflow:hidden}._bounty-titlebar_9myec_8305{min-height:70px;padding:14px 15px 10px;display:flex;align-items:center;gap:10px}._bounty-title-icon_9myec_8313{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:12px;color:#8a5d19;border:1px solid rgba(140,124,96,.25);background:linear-gradient(145deg,#fff8e9,#f4e1b9);box-shadow:inset 0 1px #fff,0 6px 16px #8273581a}._bounty-title-icon_9myec_8313 svg{width:19px;height:19px}._bounty-title-copy_9myec_8331{min-width:0;flex:1}._bounty-title-copy_9myec_8331 b,._bounty-title-copy_9myec_8331 span{display:block}._bounty-title-copy_9myec_8331 b{color:var(--xz-text);font-size:14px}._bounty-title-copy_9myec_8331 span{margin-top:3px;color:var(--xz-text-3);font-size:9.5px}._bounty-progress_9myec_8351{padding:4px 8px;border-radius:999px;color:var(--xz-text-2);background:var(--xz-surface-2);font-size:9.5px;font-weight:800;white-space:nowrap}._bounty-side-card_9myec_8301 ._bounty-board_9myec_7417{max-height:640px;overflow-y:auto;padding:0 10px 10px;gap:10px}._bounty-side-card_9myec_8301 ._task-list_9myec_2635{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px;padding:0}._task-section-label_9myec_8377{min-height:25px;padding:2px 3px 0;display:flex;align-items:center;gap:6px;color:var(--xz-text-2)}._task-section-label_9myec_8377 span{font-size:10px;font-weight:850}._task-section-label_9myec_8377 b{min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#8a5d19;background:#fbf1dc;font-size:9px;font-variant-numeric:tabular-nums}._task-section-label_9myec_8377 small{margin-left:auto;color:var(--xz-text-3);font-size:8.5px}._bounty-side-card_9myec_8301 ._task_9myec_453{min-height:78px;width:100%;padding:10px;gap:10px;flex-wrap:nowrap;align-items:center;border:1px solid var(--xz-border);border-radius:12px;background:var(--xz-surface);box-shadow:0 5px 14px #23283809;transition:border-color .16s ease,background .16s ease,transform .16s ease}._bounty-side-card_9myec_8301 ._task_9myec_453+._task_9myec_453{border-top:1px solid var(--xz-border)}._bounty-side-card_9myec_8301 ._task_9myec_453:hover{transform:translateY(-1px);border-color:var(--xz-border-2);background:var(--xz-surface)}._bounty-side-card_9myec_8301 ._task_9myec_453._claimed_9myec_2685{border-color:var(--xz-brand-soft-2);background:color-mix(in srgb,var(--xz-brand-soft) 55%,var(--xz-surface));box-shadow:inset 3px 0 0 var(--xz-brand)}._bounty-side-card_9myec_8301 ._task_9myec_453._done_9myec_2691{border-color:color-mix(in srgb,var(--xz-success) 30%,var(--xz-border));background:color-mix(in srgb,var(--xz-success-soft) 58%,var(--xz-surface));box-shadow:inset 3px 0 0 var(--xz-success)}._bounty-side-card_9myec_8301 ._task-loading_9myec_8447{pointer-events:none;opacity:.58;border-style:dashed;background:var(--xz-surface-2);box-shadow:none}._bounty-side-card_9myec_8301 ._task-loading_9myec_8447 ._task-job-icon_9myec_8455 svg{animation:_taskSync_9myec_1 1.8s linear infinite}@keyframes _taskSync_9myec_1{to{transform:rotate(360deg)}}._task-job-icon_9myec_8455{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:11px;color:var(--xz-text-2);border:1px solid var(--xz-border);background:var(--xz-surface-2)}._task-job-icon_9myec_8455 svg{width:18px;height:18px}._bounty-side-card_9myec_8301 ._t-main_9myec_2727{flex:1;flex-basis:auto}._bounty-side-card_9myec_8301 ._t-title_9myec_2732{color:var(--xz-text);font-size:11.5px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._bounty-side-card_9myec_8301 ._task-type_9myec_6186{margin-top:4px;color:var(--xz-text-3);font-size:9px}._bounty-side-card_9myec_8301 ._task-type_9myec_6186 span{margin-left:7px;color:#756041}._bounty-side-card_9myec_8301 ._task-helper_9myec_8511{margin-top:5px;display:flex;align-items:center;gap:4px;color:var(--xz-text-2);font-size:8.5px;line-height:1.3}._bounty-side-card_9myec_8301 ._task-helper_9myec_8511 svg{width:10px;height:10px;flex:none;color:#756041}._bounty-side-card_9myec_8301 ._task-claim-btn_9myec_2864{height:31px;padding:0 10px;margin-left:0;font-size:10.5px;border-radius:9px}._bounty-side-card_9myec_8301 ._task-status_9myec_2888{min-width:62px;margin-left:0;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;font-size:9.5px}._bounty-side-card_9myec_8301 ._task-status_9myec_2888 svg{width:13px;height:13px}._completed-toggle_9myec_8551{width:100%;min-height:38px;padding:0 10px;display:flex;align-items:center;gap:7px;border:1px solid color-mix(in srgb,var(--xz-success) 22%,var(--xz-border));border-radius:10px;color:var(--xz-success);background:color-mix(in srgb,var(--xz-success-soft) 42%,var(--xz-surface));font:inherit;cursor:pointer}._completed-toggle_9myec_8551>svg:first-child{width:14px;height:14px}._completed-toggle_9myec_8551 span{font-size:10px;font-weight:800}._completed-toggle_9myec_8551 small{margin-left:auto;color:var(--xz-text-3);font-size:8.5px}._completed-toggle_9myec_8551>svg:last-child{width:13px;height:13px;color:var(--xz-text-3);transition:transform .18s ease}._completed-toggle_9myec_8551._open_9myec_8589>svg:last-child{transform:rotate(180deg)}._completed-toggle_9myec_8551:hover{border-color:color-mix(in srgb,var(--xz-success) 38%,var(--xz-border))}._bounty-syncing_9myec_8597{margin:1px 10px 9px;display:flex;align-items:center;justify-content:center;gap:5px;color:var(--xz-text-3);font-size:9px}._bounty-syncing_9myec_8597 svg{width:11px;height:11px;animation:_taskSync_9myec_1 1.8s linear infinite}._bounty-empty_9myec_7533 button{margin-left:8px;padding:5px 8px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--xz-border);border-radius:7px;color:var(--xz-brand);background:var(--xz-surface);font:inherit;font-size:10px;font-weight:800;cursor:pointer}._bounty-empty_9myec_7533 button svg{width:11px;height:11px}._bounty-draw-footer_9myec_8634{min-height:54px;padding:9px 12px 11px;display:flex;align-items:center;gap:10px;border-top:1px solid var(--xz-border);background:var(--xz-surface-2)}._bounty-draw-footer_9myec_8634>span{color:var(--xz-text-3);font-size:9.5px}._bounty-draw-footer_9myec_8634 ._draw-btn_9myec_2501{height:34px;margin-left:auto;padding:0 12px;border-color:#8273583d;color:#6b573b;background:linear-gradient(145deg,#f8f5ef,#eae3d5);box-shadow:inset 0 1px #fff}._bounty-draw-footer_9myec_8634 ._draw-btn_9myec_2501 svg{width:15px;height:15px}@media(max-width:1320px){._two-row-notes_9myec_7805{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media(max-width:1060px){._two-row-notes_9myec_7805{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media(max-width:860px){._two-row-notes_9myec_7805{grid-template-columns:repeat(2,minmax(0,1fr))!important}._content-review-bar_9myec_7849{flex-wrap:wrap}._content-review-copy_9myec_7869{flex-basis:calc(100% - 52px)}._content-review-actions_9myec_7911{width:100%;justify-content:flex-start;overflow-x:auto}}._two-row-notes_9myec_7805 ._metrics_9myec_2094{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:center;gap:4px;margin-top:7px}._two-row-notes_9myec_7805 ._note-metric_9myec_7026{min-width:0;padding:0;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;position:relative}._two-row-notes_9myec_7805 ._note-metric_9myec_7026+._note-metric_9myec_7026:before{content:none}._two-row-notes_9myec_7805 ._note-metric_9myec_7026>span:first-child{width:auto;height:auto;background:none;border-radius:0;border:0;box-shadow:none;color:var(--xz-text-4);display:grid;place-items:center}._two-row-notes_9myec_7805 ._note-metric_9myec_7026>span:first-child svg{width:11px;height:11px;stroke-width:1.5}._two-row-notes_9myec_7805 ._note-metric_9myec_7026>span:last-child{display:flex;flex-direction:row;align-items:baseline;gap:0}._two-row-notes_9myec_7805 ._note-metric_9myec_7026 b{color:var(--xz-text-2);font-size:10.5px;font-weight:500;line-height:1.2;letter-spacing:0;font-variant-numeric:tabular-nums}._note_9myec_1882 ._flag_9myec_2051{right:0;top:0;gap:3px;padding:5px 9px 5px 10px;border-radius:0 calc(var(--r-card) - 1px) 0 11px;box-shadow:-3px 3px 12px #0000002e}._note_9myec_1882 ._flag_9myec_2051 svg{width:12px;height:12px}._mshell_9myec_4437._mshell-xhs_9myec_4445{width:min(940px,100%)}._modal_9myec_4089._modal-xhs_9myec_4449{width:min(940px,100%);grid-template-columns:minmax(340px,390px) minmax(0,1fr);position:relative;max-height:min(560px,100vh - 56px)}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101{width:100%;height:auto;min-height:0;aspect-ratio:3/4;align-self:start;overflow:hidden;background:#11151b!important}._modal-xhs_9myec_4449 ._modal-cover-image_9myec_6994{width:100%;height:100%;object-fit:contain;object-position:center}._modal-xhs_9myec_4449 ._modal-body_9myec_4146{height:100%;max-height:520px;padding:18px 20px;overflow-y:auto}._modal-x_9myec_4117{top:12px;right:12px;z-index:12;width:30px;height:30px;border-radius:9px;color:var(--xz-text-2);background:color-mix(in srgb,var(--xz-surface) 92%,transparent);border-color:var(--xz-border);box-shadow:0 5px 16px #191f2c1c}._modal-flag_9myec_8830{left:12px!important;top:12px!important;right:auto!important;min-height:28px;padding:0 9px;gap:5px;transform:none!important;transform-origin:left top;font-size:10px;border-radius:9px}._modal-flag_9myec_8830 svg{width:13px!important;height:13px!important}._modal-context_9myec_4200{min-height:18px;padding-right:34px}._modal-body_9myec_4146 h3{margin-top:7px;font-size:16px}._modal-source-link_9myec_8858{width:22px;height:22px;margin-left:5px;padding:0;display:inline-grid;place-items:center;vertical-align:-.22em;border:0;border-radius:6px;color:#2777e8;background:#2777e817;cursor:pointer}._modal-source-link_9myec_8858:hover{color:#145fc4;background:#2777e829}._modal-source-link_9myec_8858 svg{width:12px;height:12px}._modal-metrics_9myec_4158{margin:12px 0;gap:8px}._modal-metrics_9myec_4158 ._mm_9myec_4164{min-height:72px;padding:9px 6px;border-radius:11px;background:linear-gradient(155deg,var(--xz-surface),var(--xz-surface-2))}._modal-insight_9myec_8895{margin-bottom:11px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr;gap:8px;align-items:start;border:1px solid var(--xz-brand-soft-2);border-radius:11px;background:color-mix(in srgb,var(--xz-brand-soft) 52%,var(--xz-surface));font-size:11px;line-height:1.55}._modal-insight_9myec_8895 b{color:var(--xz-brand);white-space:nowrap}._modal-insight_9myec_8895 span{color:var(--xz-text-2);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._modal-xhs_9myec_4449 ._mp-preview_9myec_4212{margin-top:9px;gap:8px}._modal-xhs_9myec_4449 ._mpv-detail_9myec_4407{padding:9px}._modal-xhs_9myec_4449 ._mpv-h_9myec_4233{padding:8px 11px}._modal-xhs_9myec_4449 ._npd_9myec_4315{padding:9px 11px;gap:7px}._modal-xhs_9myec_4449 ._npd-row_9myec_4322{gap:8px}._modal-xhs_9myec_4449 ._npd-k_9myec_4328{font-size:11px}._modal-xhs_9myec_4449 ._npd-bar_9myec_4336{height:6px}._modal-xhs_9myec_4449 ._np-cta_9myec_4228{padding:9px}@media(max-width:860px){._modal_9myec_4089._modal-xhs_9myec_4449{grid-template-columns:1fr;max-height:calc(100vh - 40px);overflow-y:auto}._modal-xhs_9myec_4449 ._modal-cover_9myec_4101{max-height:none;aspect-ratio:3/4}._modal-xhs_9myec_4449 ._modal-body_9myec_4146{max-height:none;overflow:visible}}._rankchip_9myec_1158{height:40px;padding:0 4px 0 0;gap:7px;border:0;border-radius:0;color:var(--xz-text);background:transparent;box-shadow:none}._rankchip_9myec_1158:hover{transform:translateY(-1px);filter:brightness(1.04)}._rank-copy_9myec_8988{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap}._rank-copy_9myec_8988 b{color:#5d4933;font-size:12.5px;font-weight:900;letter-spacing:.01em}._rank-copy_9myec_8988 i{color:#9a6d2b;font-size:11px;font-style:normal;font-weight:850;letter-spacing:.08em}._medal-mark_9myec_5964,._medal-emblem_9myec_6442,._medal-dot_9myec_6494{position:relative;overflow:visible;display:grid;place-items:center;flex:none;border:0;border-radius:0;color:inherit;background:transparent;box-shadow:none;filter:none;clip-path:none}._medal-mark_9myec_5964:before,._medal-emblem_9myec_6442:before,._medal-dot_9myec_6494:before,._medal-mark_9myec_5964:after,._medal-emblem_9myec_6442:after,._medal-dot_9myec_6494:after{display:none}._medal-mark_9myec_5964 img,._medal-emblem_9myec_6442 img,._medal-dot_9myec_6494 img{width:100%;height:100%;display:block;object-fit:contain;filter:drop-shadow(0 3px 5px rgba(84,58,30,.16))}._medal-mark_9myec_5964{width:38px;height:40px;margin-left:-2px}._medal-emblem_9myec_6442{width:70px;height:70px}._medal-dot_9myec_6494{width:42px;height:42px;margin:-5px -4px -5px -5px}._streak-chip_9myec_9055{height:36px;padding:0 1px 0 4px;border:0;border-radius:0;display:inline-flex;align-items:center;gap:5px;color:var(--xz-text);background:transparent;font:inherit;cursor:pointer;box-shadow:none}._streak-chip_9myec_9055:hover{transform:translateY(-1px)}._streak-copy_9myec_9074{display:inline-flex;align-items:center;line-height:1}._streak-copy_9myec_9074 b{color:var(--xz-text-2);font-size:12.5px;font-weight:850;white-space:nowrap}._streak-flame_9myec_9087{--flame-a:#ffad36;--flame-b:#ef5036;width:24px;height:29px;flex:none;position:relative;display:grid;place-items:center;color:var(--flame-b);background:transparent;box-shadow:none}._streak-flame_9myec_9087:after{content:"";position:absolute;width:17px;height:17px;bottom:2px;border-radius:50%;background:color-mix(in srgb,var(--flame-b) 18%,transparent);filter:blur(5px)}._streak-flame_9myec_9087 svg{position:relative;z-index:1;width:21px;height:21px;fill:var(--flame-b);stroke:var(--flame-a);stroke-width:1.45;filter:drop-shadow(0 2px 4px color-mix(in srgb,var(--flame-b) 38%,transparent))}._streak-chip_9myec_9055._ember_9myec_9123 ._streak-flame_9myec_9087{--flame-a:#ffc24c;--flame-b:#f05236}._streak-chip_9myec_9055._flame_9myec_9128 ._streak-flame_9myec_9087{--flame-a:#ffd958;--flame-b:#ed3d2e;transform:scale(1.06)}._streak-chip_9myec_9055._blaze_9myec_9134 ._streak-flame_9myec_9087{--flame-a:#ffe66d;--flame-b:#df292b;transform:scale(1.12)}._streak-chip_9myec_9055._inferno_9myec_9140 ._streak-flame_9myec_9087{--flame-a:#fff08c;--flame-b:#c91e34;transform:scale(1.16);animation:_flamePulse_9myec_1 1.8s ease-in-out infinite}._streak-chip_9myec_9055._checked_9myec_9147{border:0}@keyframes _flamePulse_9myec_1{50%{filter:brightness(1.1);transform:scale(1.16)}}._cid_9myec_1568{padding:0;font-family:inherit}._cid_9myec_1568:disabled{opacity:1;cursor:default}._cid_9myec_1568._today_9myec_1595:disabled{cursor:default}._bounty-draw-bar_9myec_9172{margin:0 10px 10px;padding:9px 10px;display:flex;align-items:center;gap:10px;border:1px solid rgba(130,115,88,.18);border-radius:12px;background:linear-gradient(145deg,#f8f5ef,var(--xz-surface))}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501{height:36px;padding:0 13px;border:1px solid rgba(130,115,88,.26);border-radius:10px;color:#6b573b;background:linear-gradient(145deg,#f2ece0,#ded5c3);box-shadow:inset 0 1px #fff,0 5px 14px #8273581a;font:inherit;font-size:10.5px;font-weight:850;display:inline-flex;align-items:center;gap:6px;cursor:pointer}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501 svg{width:15px;height:15px}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501 span{white-space:nowrap}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501._drawing_9myec_9209 svg{animation:_drawDice_9myec_1 .65s ease-in-out infinite}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501:disabled{opacity:.55;cursor:not-allowed}._draw-counter_9myec_9218{margin-left:auto;display:grid;grid-template-columns:auto auto auto;align-items:baseline;column-gap:3px;color:var(--xz-text-3);font-size:9px}._draw-counter_9myec_9218>span{grid-column:1/-1;margin-bottom:2px}._draw-counter_9myec_9218 b{color:#8a5d19;font-size:18px;line-height:1}._draw-counter_9myec_9218 small{font-size:9px}._draw-counter_9myec_9218 i{grid-column:1/-1;margin-top:5px;display:flex;gap:4px}._draw-counter_9myec_9218 em{width:16px;height:4px;border-radius:999px;background:var(--xz-border-2)}._draw-counter_9myec_9218 em._on_9myec_121{background:linear-gradient(90deg,#d89c38,#f2c86d);box-shadow:0 0 7px #d89c3852}._bounty-side-card_9myec_8301 ._task_9myec_453._fresh_9myec_9262{overflow:hidden;animation:_freshTaskIn_9myec_1 .55s cubic-bezier(.2,.8,.2,1) both,_freshTaskGlow_9myec_1 2.6s ease-out both}._bounty-side-card_9myec_8301 ._task_9myec_453._fresh_9myec_9262:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,transparent 14%,rgba(239,190,99,.26) 48%,transparent 76%);transform:translate(-120%);animation:_freshTaskSweep_9myec_1 .9s .08s ease-out both}._bounty-side-card_9myec_8301 ._task_9myec_453._fresh_9myec_9262:nth-child(2){animation-delay:.06s,0s}@keyframes _drawDice_9myec_1{50%{transform:rotate(120deg) scale(1.12)}}@keyframes _freshTaskIn_9myec_1{0%{opacity:0;transform:translateY(-13px) scale(.985)}to{opacity:1;transform:none}}@keyframes _freshTaskGlow_9myec_1{0%,38%{border-color:#cd913385;box-shadow:0 0 0 3px #dea4461f,0 9px 22px #8858191f}to{border-color:var(--xz-border);box-shadow:0 5px 14px #23283809}}@keyframes _freshTaskSweep_9myec_1{to{transform:translate(120%)}}._bounty-side-card_9myec_8301{position:relative;background:var(--xz-surface);border-color:var(--xz-border)}._bounty-side-card_9myec_8301:after{content:"赏";position:absolute;z-index:0;right:9px;top:96px;color:#695c460e;font-family:STKaiti,KaiTi,Songti SC,serif;font-size:88px;font-weight:900;line-height:1;transform:rotate(-8deg);pointer-events:none}._bounty-side-card_9myec_8301>*{position:relative;z-index:1}._bounty-titlebar_9myec_8305{border-bottom:1px solid var(--xz-border);background:var(--xz-surface)}._bounty-side-card_9myec_8301 ._bounty-board_9myec_7417{background:transparent}._bounty-side-card_9myec_8301 ._task_9myec_453{border-color:var(--xz-border);background:var(--xz-surface);box-shadow:0 5px 14px #23283809}._bounty-side-card_9myec_8301 ._task_9myec_453:hover{border-color:var(--xz-border-2);background:var(--xz-surface)}._bounty-draw-bar_9myec_9172{min-height:61px;padding:8px 9px 8px 12px;gap:12px;border-color:#82735833;background:linear-gradient(145deg,#fff9e9f5,#f7eacdb3);box-shadow:inset 0 1px #ffffffe6,0 7px 18px #6f4a180b}._draw-counter_9myec_9218{min-width:0;margin:0;flex:1;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;align-items:baseline;column-gap:5px;row-gap:4px}._draw-counter_9myec_9218>span{grid-column:1/-1;margin:0;color:#775628;font-size:10px;font-weight:800;letter-spacing:.02em}._draw-counter_9myec_9218 b{grid-column:1;color:#8f5b13;font-size:24px;font-weight:900;line-height:.9;font-variant-numeric:tabular-nums}._draw-counter_9myec_9218 small{grid-column:2;color:#a07d4c;font-size:9px}._draw-counter_9myec_9218 i{grid-column:3;margin:0 0 1px 6px;align-self:end;display:flex;gap:4px}._draw-counter_9myec_9218 em{width:18px;height:5px}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501{width:44px;height:44px;flex:none;margin-left:auto;padding:0;justify-content:center;border-radius:12px;color:#81551b;background:linear-gradient(145deg,#f8dfad,#e9c47b);box-shadow:inset 0 1px #ffffffe6,0 7px 17px #80541621}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501 svg{width:20px;height:20px;flex:none;stroke-width:2.2}._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501:not(:disabled):hover{transform:translateY(-1px) rotate(-3deg);box-shadow:inset 0 1px #ffffffe6,0 10px 20px #8054162e}._mp-production-card_9myec_9443{background:radial-gradient(420px 170px at 4% 0%,rgba(34,163,116,.07),transparent 68%),var(--xz-surface)}._mp-production-grid_9myec_9447{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._mp-production-grid_9myec_9447>button{min-width:0;min-height:105px;padding:14px;position:relative;display:grid;grid-template-columns:34px 1fr auto;grid-template-rows:auto 1fr;column-gap:10px;align-items:center;border:1px solid var(--xz-border);border-radius:13px;color:var(--xz-text);background:linear-gradient(145deg,var(--xz-surface),color-mix(in srgb,var(--xz-success-soft) 28%,var(--xz-surface)));text-align:left;font:inherit;cursor:pointer;box-shadow:0 7px 18px #1c4e3d0b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._mp-production-grid_9myec_9447>button:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--xz-success) 30%,var(--xz-border));box-shadow:0 10px 24px #1c4e3d17}._mp-production-grid_9myec_9447>button>span{width:34px;height:34px;grid-row:1/3;display:grid;place-items:center;border-radius:10px;color:var(--xz-success);background:color-mix(in srgb,var(--xz-success-soft) 75%,var(--xz-surface))}._mp-production-grid_9myec_9447>button>span svg{width:17px;height:17px}._mp-production-grid_9myec_9447 b{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}._mp-production-grid_9myec_9447 small{min-width:0;overflow:hidden;color:var(--xz-text-3);font-size:9.5px;line-height:1.45;white-space:nowrap;text-overflow:ellipsis}._mp-production-grid_9myec_9447 b,._mp-production-grid_9myec_9447 small{width:100%;grid-column:2}._mp-production-grid_9myec_9447>button>svg{width:14px;grid-column:3;grid-row:1/3;color:var(--xz-text-3)}._mp-data-dashboard_9myec_7692{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px}._mp-data-dashboard_9myec_7692>._mp-data-primary_9myec_9533{min-height:90px;padding:13px 14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 10px;border:1px solid color-mix(in srgb,var(--xz-success) 18%,var(--xz-border));border-radius:12px;background:radial-gradient(110px 70px at 100% 0%,var(--xz-success-soft),transparent),var(--xz-surface-2)}._mp-data-primary_9myec_9533>span{color:var(--xz-text-2);font-size:10px;font-weight:750}._mp-data-primary_9myec_9533>strong{grid-row:1/3;grid-column:2;color:var(--xz-text);font-size:31px;line-height:1;letter-spacing:-.04em}._mp-data-primary_9myec_9533>small{color:var(--xz-text-3);font-size:8.5px}._mp-data-dashboard_9myec_7692>._mp-data-secondary_9myec_9565{min-height:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;border:0;background:transparent}._mp-data-secondary_9myec_9565>div{min-height:62px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--xz-border);border-radius:10px}._mp-data-secondary_9myec_9565 span{color:var(--xz-text-3);font-size:9px}._mp-data-secondary_9myec_9565 strong{color:var(--xz-text);font-size:17px}._mp-data-dashboard_9myec_7692>._mp-data-flow_9myec_9596{min-height:62px;margin-top:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:0;border-top:1px solid var(--xz-border);border-radius:0;background:transparent}._mp-data-flow_9myec_9596>span{min-width:0;padding:10px 2px 1px;display:flex;flex-direction:column;align-items:center;gap:4px}._mp-data-flow_9myec_9596>span+span{border-left:1px solid var(--xz-border)}._mp-data-flow_9myec_9596 b{color:var(--xz-text);font-size:14px}._mp-data-flow_9myec_9596 small{overflow:hidden;max-width:100%;color:var(--xz-text-3);font-size:8px;white-space:nowrap;text-overflow:ellipsis}._modal-recovery_9myec_7129._mp-asset-cover_9myec_9635{color:var(--xz-text-2);background:radial-gradient(circle at 50% 36%,var(--xz-success-soft),transparent 52%)}._modal-recovery_9myec_7129._mp-asset-cover_9myec_9635>svg{color:var(--xz-success)}@media(max-width:860px){._mp-production-grid_9myec_9447{grid-template-columns:1fr}}._boss-card_9myec_3582{position:relative;padding:16px;border-color:color-mix(in srgb,var(--xz-border) 72%,#ad772d 28%);background:radial-gradient(280px 150px at 100% 0%,rgba(197,143,57,.09),transparent 72%),var(--xz-surface);box-shadow:0 10px 28px #3227190e,inset 0 1px #ffffffd1}._boss-head_9myec_3589{min-height:32px;margin:0 1px 10px}._boss-kicker_9myec_3603{gap:8px;font-size:15px;letter-spacing:-.01em}._boss-kicker_9myec_3603 svg{width:17px;height:17px}._boss-head-actions_9myec_3597{gap:6px}._boss-stage-count_9myec_9679{display:inline-flex;align-items:center;height:28px;padding:0 8px;border:1px solid var(--xz-border);border-radius:7px;color:var(--xz-text-3);background:var(--xz-surface-2);font-size:9px;font-weight:800;white-space:nowrap}._boss-preview-toggle_9myec_3652{height:28px;padding:0 8px;font-size:9px}._boss-card_9myec_3582 ._boss-scene_9myec_3680{height:auto;min-height:0;margin-top:0;aspect-ratio:1.82/1;border:1px solid rgba(80,52,35,.22);border-radius:10px;box-shadow:inset 0 0 0 1px #ffefc20f,0 7px 18px #26191321}._boss-scene-shade_9myec_3700{background:linear-gradient(90deg,rgba(18,12,10,.72) 0%,rgba(18,12,10,.3) 40%,transparent 70%),linear-gradient(0deg,rgba(13,10,10,.34),transparent 44%)}._boss-scene-title_9myec_3721{left:14px;top:13px;max-width:54%}._boss-scene-title_9myec_3721 span{margin-bottom:5px;color:#ffe2a4d1;font-size:8.5px;letter-spacing:.02em}._boss-scene-title_9myec_3721 strong{font-size:clamp(18px,2.1vw,27px)}._boss-scene-title_9myec_3721 small{max-width:230px;margin-top:5px;color:#ffffffb8;font-size:clamp(8px,.8vw,10px)}._boss-scene-entry_9myec_9737{position:absolute;left:13px;bottom:12px;z-index:3;display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid rgba(248,211,135,.24);border-radius:999px;color:#ffecc4d6;background:#140f0e94;box-shadow:0 4px 12px #00000029;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:8px;font-weight:750}._boss-scene-entry_9myec_9737 svg{width:10px;height:10px;color:#efc169}._boss-route-summary_9myec_3768{margin:11px 2px 3px;font-size:9.5px}._boss-route-summary_9myec_3768 b{color:#95631f;font-size:10px}._boss-route-pager_9myec_9772{display:inline-flex;align-items:center;gap:5px}._boss-route-pager_9myec_9772 button{width:20px;height:20px;display:grid;place-items:center;padding:0;border:1px solid var(--xz-border);border-radius:6px;color:#95631f;background:var(--xz-surface-2);cursor:pointer}._boss-route-pager_9myec_9772 button:hover:not(:disabled){border-color:#a8701f6b;background:#b9863917}._boss-route-pager_9myec_9772 button:disabled{color:var(--xz-text-3);cursor:default;opacity:.35}._boss-route-pager_9myec_9772 svg{width:11px;height:11px}._boss-card_9myec_3582 ._boss-route_9myec_3768{position:relative;z-index:0;justify-content:center;gap:3px;margin:0;padding:2px 0 0}._boss-card_9myec_3582 ._boss-route_9myec_3768:before{content:"";position:absolute;z-index:-1;left:9%;right:9%;top:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,#66ad93,#bf975461 42%,#9ca3ae38)}._boss-route-node_9myec_3790{height:62px;padding:2px 2px 3px;gap:4px;border-radius:8px}._boss-route-node_9myec_3790 img{width:40px;height:40px;border-width:2px;background:color-mix(in srgb,var(--xz-surface) 88%,#e4d5b9 12%);box-shadow:0 0 0 3px var(--xz-surface),0 4px 10px #211c181a}._boss-route-node_9myec_3790 span{font-size:8px}._boss-route-node_9myec_3790._current_9myec_3836{background:transparent;box-shadow:none}._boss-route-node_9myec_3790._current_9myec_3836 img{box-shadow:0 0 0 3px var(--xz-surface),0 0 0 5px color-mix(in srgb,var(--route-accent) 22%,transparent),0 5px 12px #211c181f}._boss-test-notice_9myec_9856{display:flex;align-items:center;gap:5px;margin-top:9px;padding:6px 8px;border:1px solid rgba(182,130,43,.2);border-radius:7px;color:var(--xz-text-3);background:#b9863911;font-size:8.5px;line-height:1.35}._boss-test-notice_9myec_9856 svg{width:11px;height:11px;flex:none;color:#a56d20}._boss-test-notice_9myec_9856 b{flex:none;color:#8d5b19;font-size:9px}._boss-test-notice_9myec_9856 span{min-width:0}._boss-charge_9myec_3857{margin:10px 0 11px;padding:0 1px}._boss-charge-head_9myec_3861{margin-bottom:6px}._boss-bar_9myec_3878{height:6px;background:color-mix(in srgb,var(--track) 78%,#b78943 22%)}._boss-expedition-meta_9myec_3904{flex-wrap:wrap;row-gap:4px;margin-top:7px;font-size:9px}._boss-expedition-meta_9myec_3904 b{font-size:10px}._boss-cs_9myec_3893{margin-top:7px;padding-top:7px;border-top:1px dashed var(--xz-border);font-size:9px;line-height:1.45}._boss-go_9myec_4019{height:42px;border-radius:10px;font-size:12px;letter-spacing:.01em}._boss-rule-foot_9myec_9927{display:flex;align-items:center;justify-content:center;gap:6px;min-height:23px;color:var(--xz-text-3);font-size:7.5px;line-height:1}._boss-rule-foot_9myec_9927 i{width:2px;height:2px;border-radius:50%;background:currentColor;opacity:.72}._journey-hub-card_9myec_9947{position:relative;overflow:hidden;padding:0;border:0;background:radial-gradient(260px 150px at 100% 0%,rgba(197,143,57,.1),transparent 72%),linear-gradient(180deg,color-mix(in srgb,#fff8e9 18%,var(--xz-surface)),var(--xz-surface));box-shadow:0 16px 42px #4b341f1a,inset 0 0 0 1px #ae772426}._journey-hub-head_9myec_9956{min-height:68px;padding:13px 14px;display:flex;align-items:center;gap:10px;border-bottom:0;background:linear-gradient(110deg,color-mix(in srgb,#fff7e5 30%,var(--xz-surface)),var(--xz-surface))}._journey-hub-mark_9myec_9966{width:38px;height:38px;flex:none;display:grid;place-items:center;border:1px solid rgba(174,119,36,.25);border-radius:12px;color:#94611d;background:linear-gradient(145deg,#fff8e9,#f0d79e);box-shadow:inset 0 1px #fff,0 6px 16px #9d671b1a}._journey-hub-mark_9myec_9966 svg{width:18px;height:18px}._journey-hub-head_9myec_9956>div{min-width:0;flex:1}._journey-hub-head_9myec_9956>div b,._journey-hub-head_9myec_9956>div span{display:block}._journey-hub-head_9myec_9956 b{color:var(--xz-text);font-size:15px}._journey-hub-head_9myec_9956>div span{margin-top:3px;color:var(--xz-text-3);font-size:9px}._journey-token-wallet_9myec_10009{position:relative;min-width:82px;height:36px;flex:none;padding:0 10px 0 39px;display:inline-flex;align-items:baseline;justify-content:center;gap:3px;border:1px solid rgba(99,59,16,.32);border-radius:8px 999px 999px 8px;color:#69400f;background:linear-gradient(90deg,rgba(104,65,20,.13),transparent 38%),linear-gradient(145deg,#fffbeefa,#e4ca93db);box-shadow:inset 0 1px #ffffffe6,inset 0 -1px #77491314,0 5px 13px #51310d1c;font-variant-numeric:tabular-nums}._journey-token-wallet_9myec_10009:before,._journey-token-wallet_9myec_10009:after{content:"";position:absolute;pointer-events:none}._journey-token-wallet_9myec_10009:before{left:31px;top:6px;bottom:6px;width:1px;background:linear-gradient(transparent,rgba(128,77,17,.32),transparent)}._journey-token-wallet_9myec_10009:after{inset:3px;border:1px solid rgba(255,255,255,.4);border-radius:5px 999px 999px 5px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i{position:absolute;z-index:2;left:-8px;top:50%;width:43px;height:50px;display:block;transform:translateY(-50%);filter:drop-shadow(0 4px 4px rgba(42,25,8,.24));font-style:normal}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i img{width:100%;height:100%;display:block;object-fit:contain}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i span{position:absolute;left:50%;top:49%;transform:translate(-50%,-50%);color:#f2d68b;text-shadow:0 1px 0 #3d260f,0 0 3px rgba(255,222,135,.45);font:900 12px/1 STKaiti,KaiTi,Songti SC,serif}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>b{position:relative;z-index:1;color:#71430b;font-size:15px;line-height:1}._journey-token-wallet_9myec_10009>small{position:relative;z-index:1;color:#9b7540;font-size:9px;font-weight:800}._journey-token-wallet_9myec_10009._loading_9myec_10094{opacity:.62}._journey-hub-head_9myec_9956{min-height:58px}._journey-hub-head_9myec_9956>div{display:flex;align-items:center}._journey-hub-head_9myec_9956>div>b{font-size:15px;line-height:1.2;white-space:nowrap}._boss-entry-note_9myec_10115{margin:8px 10px 0;text-align:center}._boss-entry-note_9myec_10115 small{color:var(--xz-text-3);font-size:10.5px}._boss-route-summary_9myec_3768{margin-top:16px!important}._journey-conversion_9myec_10130{margin:12px 10px 10px!important}._journey-rewards-btn_9myec_10134{position:relative;flex:none;min-height:30px;display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid rgba(174,119,36,.25);border-radius:9px;color:#895818;background:#fffaeeb8;font:800 10px var(--font);cursor:pointer}._journey-rewards-btn_9myec_10134:hover{background:#fff8e9}._journey-rewards-btn_9myec_10134 svg{width:13px;height:13px}._journey-rewards-btn_9myec_10134 i{min-width:16px;height:16px;padding:0 4px;display:inline-grid;place-items:center;border-radius:999px;color:#fff;background:var(--xz-brand);font-size:9px;font-style:normal}@media(max-width:560px){._journey-token-wallet_9myec_10009{min-width:64px;padding-right:7px}._reward-center-row_9myec_5143{grid-template-columns:minmax(0,1fr) auto}._reward-center-row_9myec_5143>strong{grid-column:1}._reward-center-row_9myec_5143>button,._reward-center-row_9myec_5143>i{grid-column:2;grid-row:1/span 2}}._bounty-standalone-card_9myec_10192{padding:0;overflow:hidden}._bounty-standalone-card_9myec_10192 ._bounty-titlebar_9myec_8305{min-height:58px;padding:13px 14px 11px;border-bottom:0}._bounty-standalone-card_9myec_10192 ._bounty-board_9myec_7417{max-height:none;padding:5px 14px 14px}._journey-hub-card_9myec_9947 ._bounty-side-card_9myec_8301{margin:2px 10px 0;border:0;border-radius:15px;background:color-mix(in srgb,var(--xz-surface-2) 62%,transparent);box-shadow:inset 3px 0 #b47d2c4d}._journey-hub-card_9myec_9947 ._bounty-titlebar_9myec_8305{min-height:58px;padding:10px 11px 7px;border-bottom:0;background:transparent}._journey-hub-card_9myec_9947 ._bounty-title-icon_9myec_8313{width:34px;height:34px;border-radius:10px}._journey-hub-card_9myec_9947 ._bounty-title-icon_9myec_8313 svg{width:17px;height:17px}._journey-hub-card_9myec_9947 ._bounty-side-card_9myec_8301 ._bounty-board_9myec_7417{max-height:420px;padding:0 8px 8px}._journey-hub-card_9myec_9947 ._bounty-side-card_9myec_8301 ._task_9myec_453{min-height:70px;padding:9px;border-radius:10px}._journey-hub-card_9myec_9947 ._task-job-icon_9myec_8455{width:34px;height:34px;border-radius:9px}._journey-hub-card_9myec_9947 ._task-job-icon_9myec_8455 svg{width:16px;height:16px}._journey-hub-card_9myec_9947 ._task-section-label_9myec_8377 small{font-size:8px}._journey-conversion_9myec_10130{position:relative;margin:10px;padding:10px 11px;border:0;border-radius:12px;background:linear-gradient(90deg,rgba(185,134,57,.08),transparent 68%),color-mix(in srgb,var(--xz-surface-2) 58%,var(--xz-surface))}._journey-conversion_9myec_10130:after{content:"";position:absolute;left:50%;bottom:-11px;width:1px;height:10px;background:linear-gradient(#c69243,#c6924333)}._journey-conversion-head_9myec_10279{display:flex;align-items:center;gap:7px;margin-bottom:7px}._journey-conversion-head_9myec_10279 span{color:var(--xz-text-2);font-size:9.5px;font-weight:800}._journey-conversion-head_9myec_10279 b{color:#95631f;font-size:11px;font-variant-numeric:tabular-nums}._journey-conversion-head_9myec_10279 small{margin-left:auto;display:inline-flex;align-items:center;gap:3px;color:var(--xz-text-2);font-size:8.5px}._journey-conversion-head_9myec_10279 small svg{width:10px;height:10px;color:#a36b1f}._journey-conversion-foot_9myec_10313{margin-top:7px;display:flex;align-items:center;gap:7px}._journey-conversion-foot_9myec_10313>span{min-width:0;flex:1;color:var(--xz-text-3);font-size:8px;line-height:1.4}._journey-conversion-foot_9myec_10313 button{min-height:25px;padding:0 7px;display:inline-flex;align-items:center;gap:4px;border:1px solid var(--xz-border);border-radius:7px;color:var(--xz-text-3);background:var(--xz-surface-2);font:inherit;font-size:8px}._journey-conversion-foot_9myec_10313 button._ready_9myec_3973{color:#91601b;border-color:#ae77244d;background:#b986391a;cursor:pointer}._journey-conversion-foot_9myec_10313 button:disabled{cursor:default}._journey-conversion-foot_9myec_10313 button svg{width:10px;height:10px}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582{margin:0 10px 10px;padding:11px;border:0;border-radius:15px;background:color-mix(in srgb,var(--xz-surface-2) 58%,var(--xz-surface));box-shadow:inset 0 1px #ffffffb8}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582>._journey-conversion_9myec_10130{margin:9px 0 10px}._journey-hub-card_9myec_9947 ._boss-head_9myec_3589{min-height:26px;margin:0 0 8px}._journey-hub-card_9myec_9947 ._boss-kicker_9myec_3603{color:var(--xz-text-2);font-size:11px}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582 ._boss-scene_9myec_3680{margin-top:0}._journey-hub-card_9myec_9947 ._boss-route_9myec_3768{min-height:61px}._journey-hub-card_9myec_9947 ._boss-route_9myec_3768:before{left:12%;right:12%}._boss-route-node_9myec_3790._unknown_9myec_10394{cursor:help;opacity:1}._boss-route-mystery_9myec_10399{width:40px!important;height:40px;flex:none;display:grid;place-items:center;border:2px solid rgba(141,117,84,.3);border-radius:50%;color:#ffefcfeb;background:radial-gradient(circle at 50% 35%,rgba(255,255,255,.12),transparent 34%),linear-gradient(145deg,#675f55,#292724);box-shadow:0 0 0 3px var(--xz-surface),0 5px 12px #211c1824;font-family:Georgia,serif;font-size:20px!important;font-weight:800}._boss-route-node_9myec_3790._unknown_9myec_10394>span:last-child{color:var(--xz-text-3);letter-spacing:.08em}._boss-reward-strip_9myec_10420{min-height:36px;margin:9px 0;padding:7px 8px;display:flex;align-items:center;gap:6px;border:1px dashed var(--xz-border);border-radius:9px;color:var(--xz-text-2);background:var(--xz-surface-2);font-size:8px}._boss-reward-strip_9myec_10420 span{display:inline-flex;align-items:center;gap:3px;white-space:nowrap}._boss-reward-strip_9myec_10420 span+span:before{content:"·";margin-right:3px;color:var(--xz-text-3)}._boss-reward-strip_9myec_10420 svg{width:10px;height:10px;color:#a46c20}._boss-reward-strip_9myec_10420 small{margin-left:auto;color:var(--xz-text-3);font-size:7.5px;white-space:nowrap}._journey-hub-card_9myec_9947 ._boss-go_9myec_4019{height:40px}@media(max-width:420px){._boss-stage-count_9myec_9679{display:none}._boss-card_9myec_3582{padding:13px}._boss-route-node_9myec_3790 img{width:36px;height:36px}._boss-card_9myec_3582 ._boss-route_9myec_3768:before{top:20px}._boss-test-notice_9myec_9856 span{display:none}}._bounty-standalone-card_9myec_10192,._journey-hub-card_9myec_9947{position:relative;--journey-jade: #173c34;--journey-jade-mid: #285b4d;--journey-jade-hi: #4d8d77;--journey-bronze: #b27c31;--journey-bronze-hi: #e0b96f;--journey-bronze-deep: #704817;--journey-paper: #fbf3e3;--journey-paper-deep: #edddbf;--journey-ink: #30271c;--journey-red: #9e3139;border:1px solid rgba(157,105,39,.46);border-radius:19px;background:var(--journey-paper);box-shadow:0 17px 38px #3d2b181f,inset 0 0 0 3px #c08b3c14}._bounty-standalone-card_9myec_10192:before,._journey-hub-card_9myec_9947:before{content:"";position:absolute;z-index:5;inset:7px;border:1px solid rgba(207,161,88,.19);border-radius:13px;pointer-events:none}._bounty-standalone-card_9myec_10192 ._bounty-side-card_9myec_8301{position:relative;background:linear-gradient(112deg,rgba(178,124,49,.075),transparent 30% 76%,rgba(40,91,77,.055)),radial-gradient(circle at 16% 22%,rgba(112,72,23,.055) 0 1px,transparent 1.5px),var(--journey-paper);background-size:auto,27px 27px,auto}._bounty-standalone-card_9myec_10192 ._bounty-side-card_9myec_8301:after{right:12px;top:92px;color:#5d3d180f}._bounty-standalone-card_9myec_10192 ._bounty-titlebar_9myec_8305,._journey-hub-head_9myec_9956{position:relative;min-height:72px;padding:13px 15px;color:#f4e5c7;border-bottom:3px double rgba(218,174,100,.55);background:linear-gradient(135deg,transparent 0 52%,rgba(225,183,110,.08) 52% 53%,transparent 53%),radial-gradient(circle at 76% 0,rgba(94,160,135,.2),transparent 36%),linear-gradient(105deg,#102f29,#214d40 58%,#14332c);box-shadow:inset 0 1px #ffffff12,inset 0 -9px 18px #05120f33}._bounty-standalone-card_9myec_10192 ._bounty-title-icon_9myec_8313,._journey-hub-mark_9myec_9966{width:42px;height:46px;border:1px solid #d1a35a;border-radius:0;clip-path:polygon(22% 0,78% 0,100% 20%,100% 80%,78% 100%,22% 100%,0 80%,0 20%);color:#f0d397;background:linear-gradient(145deg,#b77f34,#604018 56%,#a96f28);box-shadow:inset 0 0 0 4px #0e2f2857,0 5px 13px #0714113d}._bounty-standalone-card_9myec_10192 ._bounty-title-copy_9myec_8331 b,._journey-hub-head_9myec_9956>div b{color:#f7e9cd;font-family:STKaiti,KaiTi,Songti SC,serif;font-size:15px;letter-spacing:.04em}._bounty-standalone-card_9myec_10192 ._bounty-title-copy_9myec_8331 span,._journey-hub-head_9myec_9956>div span{color:#e6d5b3ad}._bounty-standalone-card_9myec_10192 ._bounty-progress_9myec_8351{border:1px solid rgba(224,185,112,.3);color:#e9c780;background:#091d1961;box-shadow:inset 0 1px #ffffff0a}._bounty-standalone-card_9myec_10192 ._bounty-draw-bar_9myec_9172{margin:13px 14px 9px;border-color:#9a651f6b;background:linear-gradient(145deg,rgba(255,255,255,.42),transparent 40%),linear-gradient(110deg,#ead1a3,#f8e9cc 56%,#dfbd7f);box-shadow:inset 0 0 0 3px #784d1512,0 7px 16px #47311817}._bounty-standalone-card_9myec_10192 ._draw-counter_9myec_9218>span{color:#684a25}._bounty-standalone-card_9myec_10192 ._draw-counter_9myec_9218 b{color:var(--journey-bronze-deep)}._bounty-standalone-card_9myec_10192 ._draw-counter_9myec_9218 small{color:#8e7048}._bounty-standalone-card_9myec_10192 ._draw-counter_9myec_9218 em{background:#5f482a2e}._bounty-standalone-card_9myec_10192 ._draw-counter_9myec_9218 em._on_9myec_121{background:linear-gradient(90deg,#8b5b1f,#d5a04c);box-shadow:inset 0 1px #ffffff4d,0 0 7px #b17a2b40}._bounty-standalone-card_9myec_10192 ._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501{border-color:#d2a252;border-radius:7px;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);color:#f1d59e;background:linear-gradient(145deg,var(--journey-jade-mid),var(--journey-jade));box-shadow:inset 0 1px #ffffff1f,0 5px 12px #15342d36}._bounty-standalone-card_9myec_10192 ._bounty-board_9myec_7417{padding:4px 14px 14px}._bounty-standalone-card_9myec_10192 ._task-section-label_9myec_8377{margin:2px 2px 0}._bounty-standalone-card_9myec_10192 ._task-section-label_9myec_8377 b{color:#f4ddb2;background:linear-gradient(145deg,#a56c26,#704817);box-shadow:inset 0 0 0 2px #341f0824}._bounty-standalone-card_9myec_10192 ._task-section-label_9myec_8377 small{color:#897b68}._bounty-standalone-card_9myec_10192 ._task_9myec_453{overflow:hidden;min-height:76px;border-color:#a4702a47;background:linear-gradient(95deg,rgba(178,124,49,.07),transparent 29%),#fffaf0db;box-shadow:0 7px 16px #3e2c1913,inset 0 1px #ffffffb3}._bounty-standalone-card_9myec_10192 ._task_9myec_453:before{content:"";position:absolute;left:0;top:11px;bottom:11px;width:3px;background:linear-gradient(var(--journey-bronze),var(--journey-jade-mid))}._bounty-standalone-card_9myec_10192 ._task_9myec_453:hover{border-color:#97611e7a;background:#f8f5ef}._bounty-standalone-card_9myec_10192 ._task-job-icon_9myec_8455{width:40px;height:44px;border-color:#9e313985;border-radius:6px;color:var(--journey-red);background:#9e31390b;box-shadow:inset 0 0 0 3px #9e313909;transform:rotate(-1.5deg)}._bounty-standalone-card_9myec_10192 ._t-title_9myec_2732{color:var(--journey-ink)}._bounty-standalone-card_9myec_10192 ._task-type_9myec_6186{color:#8a7b66}._task-expedition-reward_9myec_10666{display:inline-flex;align-items:center;gap:3px;color:var(--journey-bronze-deep, #784d18)!important;font-weight:800}._bounty-standalone-card_9myec_10192 ._task-claim-btn_9myec_2864{border-color:#c34e55;border-radius:7px;color:#fff0dd;background:linear-gradient(145deg,#b9434a,#8d2932);box-shadow:inset 0 1px #ffffff1f,0 5px 11px #84252d29}._bounty-standalone-card_9myec_10192 ._completed-toggle_9myec_8551{border-color:#2e6d5b57;color:#286d59;background:#2e6d5b13}._journey-hub-head_9myec_9956{min-height:78px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:96px;height:40px;border-color:#e9c3779e;border-radius:7px 22px 22px 7px;color:#f2dba8;background:linear-gradient(100deg,#694414,#ad762b 54%,#74501d);box-shadow:inset 0 0 0 3px #ffe1a314,0 7px 14px #0003}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:before{background:linear-gradient(transparent,rgba(239,198,119,.38),transparent)}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:after{border-color:#ffe8b41f}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>b{color:#ffe4ad}._journey-token-wallet_9myec_10009>small{color:#e0c18b}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i{width:39px;height:53px;left:-5px}._journey-rewards-btn_9myec_10134{min-height:36px;border-color:#e1b7686b;border-radius:7px;color:#f1d59d;background:#081d1861;box-shadow:inset 0 1px #ffffff0d}._journey-rewards-btn_9myec_10134:hover{background:#081d189e}._journey-rewards-btn_9myec_10134 i{color:#f8ead0;background:var(--journey-red)}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582{margin:14px;padding:13px;border:1px solid rgba(153,101,33,.27);border-radius:14px;background:linear-gradient(118deg,rgba(178,124,49,.065),transparent 32% 76%,rgba(40,91,77,.045)),var(--journey-paper);box-shadow:inset 0 0 0 3px #b7802f0b,0 8px 20px #3b2a1812}._journey-hub-card_9myec_9947 ._boss-kicker_9myec_3603{color:#7e342f;font-family:STKaiti,KaiTi,Songti SC,serif}._journey-hub-card_9myec_9947 ._boss-stage-count_9myec_9679{border-color:#9c672147;color:#7c6545;background:#fff9ed9e}._journey-hub-card_9myec_9947 ._boss-reward-strip_9myec_10420{border-style:solid;border-color:#9e6a273d;color:#776750;background:#fff9ed9e}._journey-hub-card_9myec_9947 ._boss-reward-strip_9myec_10420 span:first-child{color:#8f3438}._journey-hub-card_9myec_9947 ._boss-reward-strip_9myec_10420 span:not(:first-child){color:#6f491b;font-weight:800}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582>._journey-conversion_9myec_10130{margin:10px 0;padding:10px 12px;border:1px solid rgba(210,164,88,.34);border-radius:11px;color:#f1dfbb;background:radial-gradient(circle at 88% 0,rgba(219,169,85,.18),transparent 35%),linear-gradient(105deg,#15362f,#245347);box-shadow:inset 0 0 0 3px #e1b86c0e}._journey-hub-card_9myec_9947 ._journey-conversion_9myec_10130:after{display:none}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 span{color:#f2dfb9}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 b{color:#ecc276}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 small{color:#c8b797}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 small svg{color:#e0b25f}._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313>span{color:#bfb296}._journey-forge-pips_9myec_10812{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:7px;align-items:center;padding:2px 6px}._journey-forge-pips_9myec_10812:before{content:"";position:absolute;left:6%;right:6%;top:50%;height:2px;background:#dcb4693d}._journey-forge-pips_9myec_10812 i{position:relative;z-index:1;width:13px;height:13px;justify-self:center;border:3px solid #22483f;border-radius:50%;background:#56625d;box-shadow:0 0 0 1px #deb46657}._journey-forge-pips_9myec_10812 i._on_9myec_121{background:#e0b25f;box-shadow:0 0 0 1px #efcc88,0 0 10px #e3b56059}._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313 button{border-color:#d9b2694d;color:#a9a08c;background:#0a1f1b6b}._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313 button._ready_9myec_3973{color:#f2d59b;border-color:#e6bc6994;background:#8f5e1d73}._journey-hub-card_9myec_9947 ._boss-go_9myec_4019{min-height:52px;height:52px;border:1px solid #d9a954;border-radius:0;clip-path:polygon(9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px),0 9px);color:#f8e6c5;background:linear-gradient(125deg,rgba(255,255,255,.12),transparent 36%),linear-gradient(100deg,#76272d,#b54047 55%,#75262c);box-shadow:inset 0 0 0 4px #54161a38,0 9px 18px #7e262c2e}._journey-hub-card_9myec_9947 ._boss-go_9myec_4019:hover:not(:disabled){filter:brightness(1.04)}@media(max-width:560px){._bounty-standalone-card_9myec_10192 ._bounty-titlebar_9myec_8305,._journey-hub-head_9myec_9956{padding:11px;gap:8px}._bounty-standalone-card_9myec_10192 ._bounty-title-icon_9myec_8313,._journey-hub-mark_9myec_9966{width:36px;height:40px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:73px;padding-right:7px}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582{margin:10px}._journey-forge-pips_9myec_10812{gap:3px;padding-inline:2px}._journey-forge-pips_9myec_10812 i{width:11px;height:11px;border-width:2px}}._pending-battle_9myec_10912{position:relative;margin:10px;padding:10px 11px;border:0;border-radius:12px;background:linear-gradient(90deg,rgba(185,134,57,.14),transparent 68%),color-mix(in srgb,var(--xz-surface-2) 58%,var(--xz-surface));display:flex;align-items:center;gap:8px 12px;flex-wrap:wrap}._pending-battle_9myec_10912>div:first-child{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}._pending-battle_9myec_10912 b{color:var(--xz-text-2);font-size:9.5px;font-weight:800}._pending-battle_9myec_10912 span{color:#95631f;font-size:11px;font-variant-numeric:tabular-nums}._pending-battle_9myec_10912>div:last-child{display:flex;gap:6px;flex-shrink:0}._pending-battle_9myec_10912 button{height:27px;padding:0 10px;border:1px solid color-mix(in srgb,var(--xz-border) 72%,#b98639 28%);border-radius:7px;background:transparent;color:var(--xz-text-2);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer;white-space:nowrap}._pending-battle_9myec_10912 button:hover{color:#8d5b19;background:#b986391a;border-color:#b9863980}._pending-battle_9myec_10912 button:first-child{border-color:#b9863973;background:#b9863929;color:#8d5b19}._pending-battle_9myec_10912 button:first-child:hover{background:#b9863942}._bounty-standalone-card_9myec_10192:before,._journey-hub-card_9myec_9947:before{display:none}._bounty-standalone-card_9myec_10192,._journey-hub-card_9myec_9947{overflow:hidden;border:1px solid color-mix(in srgb,var(--xz-border) 76%,#b98945 24%);border-radius:20px;background:radial-gradient(circle at 100% 0,rgba(185,134,57,.055),transparent 24%),var(--xz-surface);box-shadow:0 10px 28px #23283811}._bounty-standalone-card_9myec_10192:before,._journey-hub-card_9myec_9947:before{z-index:4;inset:0;border:0;border-radius:inherit;opacity:.72;background:linear-gradient(90deg,#b98945,#b98945) left 13px top 11px/22px 1px no-repeat,linear-gradient(#b98945,#b98945) left 11px top 13px/1px 22px no-repeat,linear-gradient(90deg,#b98945,#b98945) right 13px top 11px/22px 1px no-repeat,linear-gradient(#b98945,#b98945) right 11px top 13px/1px 22px no-repeat,linear-gradient(90deg,#b98945,#b98945) left 13px bottom 11px/22px 1px no-repeat,linear-gradient(#b98945,#b98945) left 11px bottom 13px/1px 22px no-repeat,linear-gradient(90deg,#b98945,#b98945) right 13px bottom 11px/22px 1px no-repeat,linear-gradient(#b98945,#b98945) right 11px bottom 13px/1px 22px no-repeat;box-shadow:none}._bounty-standalone-card_9myec_10192 ._bounty-side-card_9myec_8301{background:radial-gradient(circle at 92% 18%,rgba(117,78,31,.035) 0 1px,transparent 1.4px) 0 0/25px 25px,transparent}._bounty-standalone-card_9myec_10192 ._bounty-titlebar_9myec_8305,._journey-hub-head_9myec_9956{min-height:70px;padding:13px 15px;color:var(--xz-text);border-bottom:1px solid color-mix(in srgb,var(--xz-border) 82%,#b98945 18%);background:linear-gradient(90deg,rgba(185,134,57,.045),transparent 35% 72%,rgba(36,91,75,.035)),var(--xz-surface);box-shadow:none}._bounty-standalone-card_9myec_10192 ._bounty-title-icon_9myec_8313,._journey-hub-mark_9myec_9966{width:39px;height:39px;border:1px solid rgba(181,128,53,.34);border-radius:11px;clip-path:none;color:#8c611f;background:linear-gradient(145deg,#fff9ec,#f2dfb9);box-shadow:inset 0 1px #ffffffe6,0 4px 10px #6f4c1b14}._bounty-standalone-card_9myec_10192 ._bounty-title-copy_9myec_8331 b,._journey-hub-head_9myec_9956>div b{color:var(--xz-text);font-family:inherit;font-size:15px;letter-spacing:0}._bounty-standalone-card_9myec_10192 ._bounty-title-copy_9myec_8331 span,._journey-hub-head_9myec_9956>div span{color:var(--xz-text-3)}._bounty-standalone-card_9myec_10192 ._bounty-progress_9myec_8351{border:0;color:var(--xz-text-2);background:var(--xz-surface-2);box-shadow:none}._bounty-standalone-card_9myec_10192 ._bounty-draw-bar_9myec_9172{margin:10px 13px 8px;border-color:#b17c3033;border-radius:13px;background:linear-gradient(110deg,#fdf5e2f2,#f8ebcfa8);box-shadow:inset 0 1px #ffffffdb}._bounty-standalone-card_9myec_10192 ._bounty-draw-bar_9myec_9172 ._draw-btn_9myec_2501{border-color:#b17c3047;border-radius:11px;clip-path:none;color:#81571b;background:linear-gradient(145deg,#f9e3b6,#edca86);box-shadow:inset 0 1px #ffffffe6,0 5px 12px #6f4a181a}._bounty-standalone-card_9myec_10192 ._task-section-label_9myec_8377 b{color:#8e6324;background:#b986391a;box-shadow:none}._bounty-standalone-card_9myec_10192 ._task_9myec_453{min-height:74px;border-color:var(--xz-border);background:color-mix(in srgb,var(--xz-surface) 96%,#f4e4c4 4%);box-shadow:0 5px 14px #23283809}._bounty-standalone-card_9myec_10192 ._task_9myec_453:before{top:15px;bottom:15px;width:2px;background:#b17c306b}._bounty-standalone-card_9myec_10192 ._task-job-icon_9myec_8455{width:38px;height:38px;border-color:#b17c303d;border-radius:10px;color:#95631f;background:#b9863911;box-shadow:none;transform:none}._bounty-standalone-card_9myec_10192 ._task-claim-btn_9myec_2864{border-color:color-mix(in srgb,var(--xz-brand) 36%,transparent);border-radius:9px;color:var(--xz-brand);background:color-mix(in srgb,var(--xz-brand-soft) 66%,var(--xz-surface));box-shadow:none}._journey-hub-head_9myec_9956{min-height:72px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:88px;height:38px;border-color:#b9863947;border-radius:8px 19px 19px 8px;color:#7d561c;background:linear-gradient(100deg,#fff8e8,#f1dbad);box-shadow:inset 0 1px #ffffffeb,0 4px 11px #6f4b1714}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:before{background:linear-gradient(transparent,rgba(162,111,37,.18),transparent)}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:after{border-color:#7c521a14}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>b{color:#754d16}._journey-token-wallet_9myec_10009>small{color:#9b7540}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i{width:34px;height:47px;left:-4px}._journey-rewards-btn_9myec_10134{min-height:35px;border-color:#b17c3038;border-radius:10px;color:#845b1d;background:#f8f5ef;box-shadow:none}._journey-rewards-btn_9myec_10134:hover{background:#fff4dc}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582{margin:12px;border-color:var(--xz-border);border-radius:15px;background:var(--xz-surface);box-shadow:0 6px 18px #2328380b}._journey-hub-card_9myec_9947 ._boss-card_9myec_3582>._journey-conversion_9myec_10130{border:0;border-left:3px solid rgba(45,104,85,.48);border-radius:10px;color:var(--xz-text-2);background:linear-gradient(90deg,#2d685513,#b986390b);box-shadow:none}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 span{color:var(--xz-text-2)}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 b{color:#8b5c1d}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 small,._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313>span{color:var(--xz-text-3)}._journey-hub-card_9myec_9947 ._journey-conversion-head_9myec_10279 small svg{color:#9a681f}._journey-forge-pips_9myec_10812:before{background:#aa7f432e}._journey-forge-pips_9myec_10812 i{border-color:#f7f0e3;background:#c9c4ba;box-shadow:0 0 0 1px #9a69263d}._journey-forge-pips_9myec_10812 i._on_9myec_121{background:#c9953f;box-shadow:0 0 0 1px #e3bd78,0 0 7px #b9863933}._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313 button{border-color:var(--xz-border);color:var(--xz-text-3);background:var(--xz-surface)}._journey-hub-card_9myec_9947 ._journey-conversion-foot_9myec_10313 button._ready_9myec_3973{color:#84591b;border-color:#b9863952;background:#b9863914}._journey-hub-card_9myec_9947 ._boss-go_9myec_4019{min-height:48px;height:48px;border-color:color-mix(in srgb,var(--xz-brand) 38%,#c18a3d);border-radius:12px;clip-path:none;color:#fff;background:linear-gradient(110deg,var(--xz-brand),color-mix(in srgb,var(--xz-brand) 78%,#d99360));box-shadow:0 8px 17px color-mix(in srgb,var(--xz-brand) 15%,transparent)}@media(max-width:560px){._bounty-standalone-card_9myec_10192 ._bounty-title-icon_9myec_8313,._journey-hub-mark_9myec_9966{width:36px;height:36px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:72px}}._bounty-standalone-card_9myec_10192,._journey-hub-card_9myec_9947{border:0}._bounty-standalone-card_9myec_10192 ._bounty-titlebar_9myec_8305,._journey-hub-head_9myec_9956{border-bottom:0}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:auto;height:44px;padding:0 0 0 32px;align-items:center;justify-content:flex-start;gap:3px;border:0;border-radius:0;color:#78521a;background:transparent;box-shadow:none}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:before,._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009:after{display:none}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i{left:0;width:29px;height:42px;filter:drop-shadow(0 3px 3px rgba(42,25,8,.2))}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i span{font-size:9px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>b{color:#704915;font-size:15px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>small{color:#9a7a4d}@media(max-width:560px){._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009{min-width:auto;height:40px;padding-left:28px}._journey-hub-head_9myec_9956 ._journey-token-wallet_9myec_10009>i{width:26px;height:38px}}._hero_9myec_873{container-type:inline-size}@container (max-width: 768px){._hero-top_9myec_890{grid-template-columns:auto minmax(0,1fr)}._hero-top_9myec_890 ._value_9myec_1622{grid-column:1/-1;min-width:0;border-left:0;padding:0;margin-top:4px;text-align:left;align-items:flex-start}._hero-top_9myec_890 ._value_9myec_1622 ._lab_9myec_1630{justify-content:flex-start}}@container (max-width: 482px){._mascot-wrap_9myec_899{width:56px;height:56px}._hero-top_9myec_890{gap:14px}._greet_9myec_919 ._head_9myec_943{font-size:17px;line-height:1.46;min-height:1.46em}}@container (max-width: 320px){._hero-top_9myec_890{grid-template-columns:1fr;gap:10px}}._zz_u7bej_4{position:relative;flex:none;perspective:640px;width:var(--zz-size, 82px);height:var(--zz-size, 82px);user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}._actor_u7bej_17{position:absolute;inset:0;transform-origin:50% 86%;transform-style:preserve-3d;will-change:transform;animation:_zzIdle_u7bej_1 3.4s ease-in-out infinite}._actor_u7bej_17 img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;-webkit-user-drag:none;user-select:none;-webkit-user-select:none;filter:drop-shadow(0 5px 9px color-mix(in srgb,var(--xz-text) 14%,transparent))}._shadow_u7bej_39{position:absolute;left:24%;right:24%;bottom:1%;height:6%;border-radius:50%;background:color-mix(in srgb,var(--xz-text) 16%,transparent);filter:blur(3px);animation:_zzShadow_u7bej_1 3.4s ease-in-out infinite;pointer-events:none}._lid_u7bej_55{position:absolute;background:#fd3048;transform-origin:50% 0;transform:scaleY(0);border-radius:0 0 44% 44%/0 0 62% 62%;pointer-events:none}._lidL_u7bej_64{left:33.8%;top:26.3%;width:7.4%;height:8.2%}._lidR_u7bej_71{left:52.9%;top:26.1%;width:7.4%;height:8.2%}._blinking_u7bej_78{animation:_zzBlink_u7bej_1 .17s ease}._fx_u7bej_82{position:absolute;inset:-24%;pointer-events:none}._spark_u7bej_88{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--value-grad);animation:_sparkGo_u7bej_1 .85s cubic-bezier(.2,.7,.3,1) both}@keyframes _zzIdle_u7bej_1{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-2%) scale(.995,1.012)}}@keyframes _zzShadow_u7bej_1{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(.9);opacity:.7}}@keyframes _zzBlink_u7bej_1{0%,to{transform:scaleY(0)}40%,60%{transform:scaleY(1)}}@keyframes _sparkGo_u7bej_1{0%{opacity:0;transform:translate(0) scale(.3)}25%{opacity:1}to{opacity:0;transform:translate(var(--dx),var(--dy)) scale(1)}}._actor_u7bej_17._wave_u7bej_137{animation:_zzWave_u7bej_1 1.35s cubic-bezier(.36,.07,.19,.97) both;transform-origin:50% 92%}@keyframes _zzWave_u7bej_1{0%{transform:rotate(0)}12%{transform:rotate(-10deg)}26%{transform:rotate(5deg)}40%{transform:rotate(-9deg)}54%{transform:rotate(4deg)}68%{transform:rotate(-6deg)}84%{transform:rotate(2deg)}to{transform:rotate(0)}}._actor_u7bej_17._hop_u7bej_168{animation:_zzHop_u7bej_1 .86s cubic-bezier(.3,.9,.4,1) both;transform-origin:50% 92%}@keyframes _zzHop_u7bej_1{0%{transform:translateY(0) scale(1)}16%{transform:translateY(0) scale(1.14,.86)}42%{transform:translateY(-19%) scale(.93,1.09)}66%{transform:translateY(0) scale(1.1,.9)}84%{transform:translateY(0) scale(.98,1.03)}to{transform:translateY(0) scale(1)}}._actor_u7bej_17._nod_u7bej_193{animation:_zzNod_u7bej_1 .82s ease-in-out both;transform-origin:50% 92%}@keyframes _zzNod_u7bej_1{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(4%) scale(1.05,.95)}50%{transform:translateY(-3%) scale(.98,1.03)}75%{transform:translateY(3%) scale(1.04,.96)}}._actor_u7bej_17._peek_u7bej_212{animation:_zzPeek_u7bej_1 1.9s ease-in-out both;transform-origin:50% 92%}@keyframes _zzPeek_u7bej_1{0%{transform:translate(0) rotate(0)}18%,38%{transform:translate(-7%) rotate(-8deg)}58%,78%{transform:translate(7%) rotate(8deg)}to{transform:translate(0) rotate(0)}}._actor_u7bej_17._cheer_u7bej_231{animation:_zzCheer_u7bej_1 1.15s cubic-bezier(.3,.9,.4,1) both;transform-origin:50% 92%}@keyframes _zzCheer_u7bej_1{0%{transform:translateY(0) scale(1) rotate(0)}10%{transform:translateY(0) scale(1.13,.87)}28%{transform:translateY(-24%) scale(.92,1.1) rotate(-5deg)}44%{transform:translateY(0) scale(1.1,.9)}56%{transform:translateY(-16%) scale(.95,1.06) rotate(5deg)}74%{transform:translateY(0) scale(1.08,.92)}to{transform:translateY(0) scale(1) rotate(0)}}._actor_u7bej_17._think_u7bej_259{animation:_zzThink_u7bej_1 2.1s ease-in-out both;transform-origin:50% 92%}@keyframes _zzThink_u7bej_1{0%{transform:rotate(0)}18%,72%{transform:rotate(9deg) translateY(-2%)}to{transform:rotate(0)}}._actor_u7bej_17._tada_u7bej_275{animation:_zzTada_u7bej_1 .95s ease both;transform-origin:50% 92%}@keyframes _zzTada_u7bej_1{0%{transform:scale(1)}10%,20%{transform:scale(.92) rotate(-4deg)}30%,50%,70%,90%{transform:scale(1.12) rotate(4deg)}40%,60%,80%{transform:scale(1.12) rotate(-4deg)}to{transform:scale(1) rotate(0)}}._actor_u7bej_17._point_u7bej_297{animation:_zzPoint_u7bej_1 1.45s cubic-bezier(.34,1.4,.5,1) both;transform-origin:50% 92%}@keyframes _zzPoint_u7bej_1{0%{transform:translate(0) rotate(0)}22%,66%{transform:translate(9%) rotate(9deg) scale(1.04)}to{transform:translate(0) rotate(0)}}._actor_u7bej_17._float_u7bej_313{animation:_zzFloat_u7bej_1 2.5s ease-in-out both;transform-origin:50% 86%}@keyframes _zzFloat_u7bej_1{0%{transform:translateY(0) rotate(0)}30%{transform:translateY(-12%) rotate(-4deg)}62%{transform:translateY(-9%) rotate(4deg)}to{transform:translateY(0) rotate(0)}}._actor_u7bej_17._shake_u7bej_332{animation:_zzShake_u7bej_1 .68s ease-in-out both;transform-origin:50% 92%}@keyframes _zzShake_u7bej_1{0%,to{transform:rotate(0)}20%{transform:rotate(-6deg)}40%{transform:rotate(6deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(4deg)}}._actor_u7bej_17._spin_u7bej_354{animation:_zzSpin_u7bej_1 1.05s cubic-bezier(.5,0,.3,1) both;transform-origin:50% 86%}@keyframes _zzSpin_u7bej_1{0%{transform:rotateY(0) translateY(0)}50%{transform:rotateY(180deg) translateY(-10%)}to{transform:rotateY(360deg) translateY(0)}}._pettable_u7bej_373{cursor:pointer}._pettable_u7bej_373:focus-visible{outline:2px solid var(--xz-brand);outline-offset:3px;border-radius:12px}._hand_u7bej_384{position:absolute;transform:translate(-50%,-50%);font-size:calc(var(--zz-size, 82px) * .42);line-height:1;pointer-events:none;animation:_zzPat_u7bej_1 .72s cubic-bezier(.3,.9,.4,1) both}@keyframes _zzPat_u7bej_1{0%{opacity:0;transform:translate(-50%,-80%) scale(.7) rotate(-14deg)}22%{opacity:1;transform:translate(-50%,-34%) scale(1.06) rotate(-4deg)}40%{transform:translate(-50%,-22%) scale(.96) rotate(0)}60%{transform:translate(-50%,-50%) scale(1) rotate(-3deg)}to{opacity:0;transform:translate(-50%,-96%) scale(.92) rotate(-8deg)}}._whip_u7bej_414{position:absolute;transform:translate(-50%,-50%);pointer-events:none;width:calc(var(--zz-size, 82px) * .46);height:calc(var(--zz-size, 82px) * .46);color:var(--xz-text-2);animation:_zzLash_u7bej_1 .68s cubic-bezier(.25,.8,.35,1) both}._whip_u7bej_414 svg{width:100%;height:100%;display:block}@keyframes _zzLash_u7bej_1{0%{opacity:0;transform:translate(-40%,-95%) rotate(-52deg) scale(.8)}26%{opacity:1;transform:translate(-50%,-46%) rotate(6deg) scale(1.08)}46%{transform:translate(-50%,-40%) rotate(-6deg) scale(1)}to{opacity:0;transform:translate(-56%,-84%) rotate(-24deg) scale(.9)}}._tear_u7bej_448{position:absolute;top:40%;width:6px;height:8px;pointer-events:none;border-radius:50%/62% 62% 38% 38%;background:color-mix(in srgb,var(--xz-brand) 26%,#7fc4ff);animation:_zzTear_u7bej_1 .86s ease-in both}@keyframes _zzTear_u7bej_1{0%{opacity:0;transform:translateY(0) scale(.5)}20%{opacity:1;transform:translateY(2px) scale(1)}to{opacity:0;transform:translateY(26px) scale(.8)}}._actor_u7bej_17._happy_u7bej_474{animation:_zzHappy_u7bej_1 .94s cubic-bezier(.3,.9,.4,1) both;transform-origin:50% 92%}@keyframes _zzHappy_u7bej_1{0%{transform:translateY(0) scale(1) rotate(0)}14%{transform:translateY(3%) scale(1.12,.88) rotate(0)}38%{transform:translateY(-18%) scale(.94,1.09) rotate(-6deg)}58%{transform:translateY(0) scale(1.08,.93) rotate(4deg)}76%{transform:translateY(-7%) scale(.98,1.03) rotate(-3deg)}to{transform:translateY(0) scale(1) rotate(0)}}._actor_u7bej_17._cry_u7bej_500{animation:_zzCry_u7bej_1 1.08s ease-in-out both;transform-origin:50% 94%}@keyframes _zzCry_u7bej_1{0%{transform:translateY(0) scale(1) rotate(0)}10%{transform:translateY(4%) scale(1.1,.9) rotate(-3deg)}22%{transform:translateY(4%) scale(.94,1.04) rotate(5deg)}34%{transform:translateY(5%) scale(.94,1.02) rotate(-5deg)}46%{transform:translateY(5%) scale(.95,1.02) rotate(4deg)}62%,82%{transform:translateY(7%) scale(.97,.98) rotate(0)}to{transform:translateY(0) scale(1) rotate(0)}}@media(prefers-reduced-motion:reduce){._actor_u7bej_17,._shadow_u7bej_39,._lid_u7bej_55{animation:none!important}._hand_u7bej_384,._whip_u7bej_414,._tear_u7bej_448{animation-duration:.01s!important}}._page_1sthp_3{position:relative;min-height:100dvh;font-family:var(--xz-font);color:var(--xz-text);overflow:hidden}._skillTypeV4_1sthp_12{position:absolute;z-index:5;left:9%;top:8%;min-width:30px;padding:3px 6px;border:1px solid rgba(255,246,230,.42);border-radius:6px;color:#21140c;background:var(--battle-gold);box-shadow:0 3px 9px #0000005c;font-size:9px;font-weight:950;line-height:1;text-align:center}._skillRanged_1sthp_30 ._skillTypeV4_1sthp_12{background:var(--battle-cyan)}._skillMagic_1sthp_34 ._skillTypeV4_1sthp_12{background:var(--battle-violet)}._skillUltimate_1sthp_38 ._skillTypeV4_1sthp_12,._skillBuff_1sthp_39 ._skillTypeV4_1sthp_12{color:#fff;background:var(--battle-red)}._skillCardV4_1sthp_44 ._skillPower_1sthp_71{right:50%;bottom:calc(100% + 2px);width:34px;min-width:34px;transform:translate(50%)}._skillCardV4_1sthp_44 ._skillPower_1sthp_71 span{display:block;margin-top:4px;color:#fff6e6b8;font-size:6px;font-weight:800}._mulliganV4_1sthp_87{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:clamp(10px,2.2vh,24px);overflow:hidden;color:#fff5dd;background:radial-gradient(circle at 50% 34%,rgba(93,190,173,.18),transparent 36%),#07080bdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._mulliganPanelV4_1sthp_100{width:min(1040px,96vw);max-height:calc(100dvh - clamp(20px,4.4vh,48px));display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto;justify-items:center;gap:clamp(5px,1.1vh,10px);text-align:center;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}._mulliganPanelV4_1sthp_100>span{color:var(--battle-gold);font-size:11px;font-weight:950}._mulliganPanelV4_1sthp_100 h2{margin:0;font-size:clamp(20px,3.2vh,25px);letter-spacing:0;white-space:nowrap}._mulliganPanelV4_1sthp_100>p{max-width:min(760px,94vw);margin:0;overflow:hidden;color:#fff6e6b3;font-size:clamp(10px,1.5vh,12px);text-overflow:ellipsis;white-space:nowrap}._mulliganCardsV4_1sthp_134{width:100%;min-height:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;justify-items:center;gap:clamp(6px,1vw,12px);margin:clamp(2px,.8vh,8px) 0 2px}._mulliganCardV4_1sthp_145{position:relative;min-width:0;width:100%;max-width:min(190px,(100dvh - 245px) * 2 / 3);max-height:calc(100dvh - 245px);aspect-ratio:2/3;overflow:hidden;padding:0;border:1px solid rgba(244,198,108,.32);border-radius:7px;color:#fff5dd;background:#171319;box-shadow:0 22px 48px #0000006b;transition:transform .18s ease,filter .18s ease,border-color .18s ease}._mulliganCardV4_1sthp_145 img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}._mulliganCardV4_1sthp_145 i{position:absolute;left:8px;top:8px;width:26px;height:26px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#237da1;font-style:normal;font-weight:950}._mulliganCardV4_1sthp_145 b{position:absolute;left:12%;right:12%;bottom:14%;overflow:hidden;padding:5px;color:#251208;background:#f7dca0e6;font-size:clamp(9px,1vw,13px);text-overflow:ellipsis;white-space:nowrap}._mulliganCardV4_1sthp_145 small{position:absolute;right:8px;top:8px;padding:4px 7px;border-radius:5px;background:#0a0c10b8;font-size:9px}._mulliganCardSelectedV4_1sthp_205{border-color:#ff6a78;filter:saturate(.52) brightness(.68);transform:translateY(12px) scale(.96)}._mulliganNoticeV4_1sthp_211{width:min(520px,100%);display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px;padding:10px 13px;border:1px solid rgba(244,198,108,.42);border-radius:6px;color:#f9e6bd;text-align:left;background:linear-gradient(90deg,#632319d1,#261917db);box-shadow:inset 3px 0 #d9a84b,0 12px 30px #0000003d}._mulliganNoticeV4_1sthp_211>span{color:#ffd981;font-size:11px;font-weight:950;white-space:nowrap}._mulliganNoticeV4_1sthp_211>p{max-width:none;color:#fff2d8d6;font-size:11px;line-height:1.5}._mulliganConfirmV4_1sthp_238{flex:0 0 auto;min-height:42px;padding:0 20px;border:0;border-radius:7px;display:inline-flex;align-items:center;gap:8px;color:#211409;background:linear-gradient(120deg,var(--battle-gold),#fff2c9 58%,#cf8c2d);box-shadow:0 18px 38px #f4c66c3d;font-weight:950}._mulliganDeckV24_1sthp_253{min-height:38px;padding:0 14px;border:1px solid rgba(218,174,87,.42);border-radius:3px;display:inline-flex;align-items:center;justify-content:center;gap:7px;color:#f6e0b1e0;background:linear-gradient(180deg,#2f2a1feb,#141716f5);box-shadow:inset 0 1px #ffefbd14;font-family:STKaiti,Kaiti SC,KaiTi,serif;font-size:12px;letter-spacing:.08em}._mulliganDeckV24_1sthp_253:hover:not(:disabled){border-color:#efc56ac2;color:#ffe6aa;transform:translateY(-1px)}._mulliganDeckV24_1sthp_253:disabled{cursor:not-allowed;opacity:.42}._mulliganActionsV4_1sthp_281{position:sticky;bottom:0;z-index:4;width:min(640px,100%);padding:8px 12px 2px;display:flex;align-items:center;justify-content:center;gap:12px;color:#fff6e6b8;background:linear-gradient(180deg,#0a0b0e00,#0a0b0ef5 34%);font-size:10.5px}._mulliganActionsV4_1sthp_281>span{max-width:330px;line-height:1.45;text-align:right}@media(max-width:720px){._mulliganActionsV4_1sthp_281{flex-direction:column;gap:7px}._mulliganActionsV4_1sthp_281>span{max-width:100%;text-align:center}}._attemptActionsV4_1sthp_312{display:flex;gap:8px}@media(max-width:620px){._mulliganV4_1sthp_87{padding:10px}._mulliganPanelV4_1sthp_100{width:100%;max-height:calc(100dvh - 20px)}._mulliganCardsV4_1sthp_134{width:100%;grid-template-columns:repeat(5,minmax(112px,1fr));justify-items:stretch;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x proximity}._mulliganCardV4_1sthp_145{max-width:none;max-height:min(42dvh,232px);scroll-snap-align:center}._skillTypeV4_1sthp_12{padding:2px 4px;font-size:7px}._skillCardV4_1sthp_44 ._skillPower_1sthp_71{width:28px;min-width:28px}}._shell_1sthp_347{position:relative;z-index:1;display:grid;grid-template-columns:var(--app-sidebar-width, 76px) minmax(0,1fr);min-height:100dvh}._shellFull_1sthp_356{grid-template-columns:minmax(0,1fr)}._main_1sthp_360{overflow:auto;max-height:100dvh;padding-bottom:var(--app-safe-bottom)}._content_1sthp_366{padding:var(--app-page-top, 26px) var(--app-page-x, 40px) 64px;width:100%;max-width:1180px;box-sizing:border-box}._sec_1sthp_373{font-size:12.5px;color:var(--xz-text-2);margin-bottom:11px;display:flex;align-items:center;gap:8px}._more_1sthp_382{margin-left:auto;font-size:11.5px;color:var(--xz-text-3)}._hero_1sthp_389{display:flex;align-items:center;gap:16px;padding:6px 4px}._heroZz_1sthp_396{width:60px;height:60px;object-fit:contain;flex:none;filter:drop-shadow(0 6px 10px var(--xz-brand-glow))}._heroMid_1sthp_404{flex:1}._heroLine_1sthp_408{display:flex;align-items:center;gap:9px}._rankBadge_1sthp_414{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:500;border-radius:var(--xz-radius-pill);padding:3px 10px;background:#fbf2de;color:#b9760a}._heroLv_1sthp_426{font-size:13.5px;font-weight:600}._heroStreak_1sthp_431{font-size:12px;color:var(--xz-text-3);display:inline-flex;align-items:center;gap:4px}._xpRow_1sthp_439{display:flex;align-items:center;gap:9px;margin-top:7px;font-size:11px;color:var(--xz-text-3)}._xpBar_1sthp_448{height:6px;background:var(--xz-surface-2);border-radius:6px;overflow:hidden;flex:1;max-width:300px}._xpBar_1sthp_448>i{display:block;height:100%;background:var(--xz-brand);border-radius:6px}._vault_1sthp_463{text-align:right;flex:none}._vaultLab_1sthp_468{font-size:11px;color:#b9760a}._vaultV_1sthp_473{font-size:30px;font-weight:600;letter-spacing:-.4px;line-height:1.05}._vaultD_1sthp_480{font-size:12px;color:#1d9e75;font-weight:600}._defense_1sthp_487{margin-top:16px;border:1px solid var(--xz-border);border-radius:12px;padding:11px 14px;display:flex;align-items:center;gap:12px;background:var(--xz-surface-2)}._defenseT_1sthp_498{font-size:12.5px;color:var(--xz-text-2);flex:1}._defenseT_1sthp_498 b{color:var(--xz-text)}._autoLane_1sthp_507{width:min(280px,34vw);height:42px;border:1px solid rgba(224,169,74,.2);border-radius:999px;background:linear-gradient(90deg,#1d9e7514,#e0a94a14,#ff2f4d14),#ffffff6b;position:relative;overflow:hidden;flex:0 1 auto}._autoLane_1sthp_507 i{position:absolute;left:42px;top:calc(50% - 2px);width:42px;height:4px;border-radius:999px;background:linear-gradient(90deg,#f4c66c00,#e0a94a,#ff2f4d);box-shadow:0 0 12px #e0a94a8c;animation:_autoShot_1sthp_1 2.2s linear infinite;animation-delay:calc(var(--i) * -.42s)}._autoLane_1sthp_507 em{position:absolute;right:26px;top:12px;width:18px;height:18px;border-radius:50% 50% 44% 56%;background:linear-gradient(145deg,#ff8a9b,#7a1f33);box-shadow:0 0 14px #ff2f4d59;animation:_autoTarget_1sthp_1 1.2s ease-in-out infinite}._autoLane_1sthp_507 strong{position:absolute;right:16px;top:17px;width:26px;height:8px;border-radius:50%;background:#ff2f4d2e;filter:blur(2px)}._autoBase_1sthp_551{position:absolute;left:12px;top:10px;width:22px;height:22px;border-radius:8px;background:linear-gradient(90deg,transparent 42%,rgba(255,255,255,.72) 42% 55%,transparent 55%),linear-gradient(145deg,#ff4b64,#b11f36);box-shadow:0 0 12px #ff2f4d47}@keyframes _autoShot_1sthp_1{0%{transform:translate(0) scaleX(.15);opacity:0}14%,74%{opacity:1}to{transform:translate(185px) scaleX(1);opacity:0}}@keyframes _autoTarget_1sthp_1{50%{transform:translate(4px) scale(1.08);filter:brightness(1.25)}}._towers_1sthp_581{display:flex;gap:4px}._towers_1sthp_581 i{width:7px;height:16px;border-radius:2px;background:#1d9e75;opacity:.85}._towers_1sthp_581 i:nth-child(2n){height:11px;opacity:.5}._defenseEst_1sthp_597{font-size:10.5px;color:var(--xz-text-3)}._rankRail_1sthp_602{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}._rankCoin_1sthp_608{min-height:82px;border:1px solid var(--xz-border);border-radius:15px;background:var(--xz-surface);display:grid;place-items:center;align-content:center;gap:5px;position:relative;overflow:hidden}._rankCoin_1sthp_608 span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:10.5px;font-weight:800;color:#16100a;box-shadow:inset 0 2px 3px #ffffff94,0 10px 20px -16px #000;position:relative}._rankCoin_1sthp_608 span:before{content:"";position:absolute;inset:7px;border-radius:50%;border:2px solid rgba(0,0,0,.14)}._rankCoin_1sthp_608 small{font-size:10px;color:var(--xz-text-3);font-weight:600}._rankActive_1sthp_645{border-color:#e0a94a8c;box-shadow:0 16px 34px -28px #e0a94aa6}._rank_bronze_1sthp_650 span{background:linear-gradient(145deg,#f2b47b,#815031)}._rank_silver_1sthp_654 span{background:linear-gradient(145deg,#fff,#9ba3b2)}._rank_gold_1sthp_658 span{background:linear-gradient(145deg,#fff1aa,#e0a94a 55%,#9b6616)}._rank_platinum_1sthp_662 span{background:linear-gradient(145deg,#d7fff5,#7dd6c7,#5d8198)}._rank_diamond_1sthp_666 span{background:linear-gradient(145deg,#e9fbff,#69c8ff,#7d7bff)}._rank_king_1sthp_670 span{background:linear-gradient(145deg,#fff4bd,#ff2f4d 58%,#6b1744);color:#fff}._cols_1sthp_675{display:grid;grid-template-columns:1.5fr 1fr;gap:18px;margin-top:20px}._quest_1sthp_683{display:flex;align-items:center;gap:12px;padding:12px 13px;border:1px solid var(--xz-border);border-radius:12px;margin-bottom:9px;background:var(--xz-surface);transition:.15s}._quest_1sthp_683:hover{border-color:var(--xz-border-2);background:var(--xz-surface-2)}._questDone_1sthp_699{opacity:.55}._questDone_1sthp_699 ._go_1sthp_702{background:#1d9e75}._src_1sthp_706{font-size:10.5px;font-weight:600;border-radius:6px;padding:3px 7px;flex:none;white-space:nowrap}._s1_1sthp_715{background:#eef0ff;color:#4a45c4}._s2_1sthp_720{background:#e9f5ee;color:#157a55}._s3_1sthp_725{background:#fdeee6;color:#b85a26}._s4_1sthp_730{background:#f3eefb;color:#6a4bb0}._questBody_1sthp_735{flex:1;min-width:0}._questT_1sthp_740{font-size:13.5px;font-weight:600}._questD_1sthp_699{font-size:11.5px;color:var(--xz-text-3);margin-top:1px}._rew_1sthp_751{font-size:11.5px;font-weight:600;color:#b9760a;white-space:nowrap}._go_1sthp_702{font-size:11.5px;font-weight:600;color:var(--xz-on-brand);background:var(--xz-brand);border-radius:8px;padding:6px 13px;white-space:nowrap;cursor:pointer}._bossCard_1sthp_770{border:1px solid var(--xz-border);border-radius:14px;overflow:hidden}._bossTop_1sthp_776{background:linear-gradient(140deg,#241c3e,#171327);color:#fff;min-height:116px;padding:16px 150px 16px 15px;position:relative;overflow:hidden}._bossMon_1sthp_785{position:absolute;right:4px;top:50%;width:138px;height:138px;transform:translateY(-50%);border-radius:999px;background:radial-gradient(circle,rgba(255,47,77,.24),rgba(224,169,74,.08) 44%,transparent 72%);border:0;display:flex;align-items:center;justify-content:center;color:#ff9aa9;pointer-events:none}._bossMon_1sthp_785 img{width:100%;height:100%;object-fit:contain;pointer-events:none;filter:drop-shadow(0 18px 24px rgba(0,0,0,.28))}._bossLab_1sthp_809{font-size:11px;color:#b6a9d6}._bossName_1sthp_814{font-size:15px;font-weight:600;margin-top:3px}._charge_1sthp_820{height:9px;background:#ffffff24;border-radius:6px;margin-top:10px;overflow:hidden}._charge_1sthp_820>i{display:block;height:100%;background:linear-gradient(90deg,#ff7d8e,#ff2f4d);border-radius:6px}._chargeS_1sthp_834{font-size:11px;color:#c9bce0;margin-top:7px}._bossBottom_1sthp_840{padding:12px 15px;display:flex;align-items:center;gap:10px}._bossShelf_1sthp_847{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;margin-top:10px}._bossChip_1sthp_854{min-height:86px;border:1px solid var(--xz-border);border-radius:13px;background:var(--xz-surface);cursor:pointer;display:grid;justify-items:center;align-content:center;gap:4px;padding:7px 5px;position:relative;overflow:hidden;font-family:inherit;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}._bossChip_1sthp_854:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--boss-accent, #ff2f4d) 42%,white)}._bossChip_1sthp_854 img{width:48px;height:48px;object-fit:contain;filter:drop-shadow(0 8px 12px color-mix(in srgb,var(--boss-accent, #ff2f4d) 32%,transparent))}._bossChip_1sthp_854 span{max-width:100%;font-size:10px;color:var(--xz-text-2);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._bossChip_1sthp_854 em{position:absolute;right:5px;top:5px;border-radius:999px;padding:2px 5px;background:color-mix(in srgb,var(--boss-accent, #ff2f4d) 18%,white);color:color-mix(in srgb,var(--boss-accent, #ff2f4d) 82%,#16100a);font-size:9px;font-style:normal;font-weight:800}._bossChipActive_1sthp_902{border-color:color-mix(in srgb,var(--boss-accent, #ff2f4d) 62%,white);background:radial-gradient(circle at 50% 10%,color-mix(in srgb,var(--boss-accent, #ff2f4d) 15%,transparent),transparent 62%),var(--xz-surface)}._bossReady_1sthp_907{flex:1;font-size:11.5px;color:var(--xz-text-2)}._fight_1sthp_913{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--xz-on-brand);background:var(--xz-brand);border:none;border-radius:10px;padding:9px 16px;cursor:pointer;transition:.15s}._fight_1sthp_913:hover{background:var(--xz-brand-hover);transform:translateY(-1px)}._arsenal_1sthp_933{margin-top:14px;border:1px solid var(--xz-border);border-radius:14px;padding:13px 14px}._ar_1sthp_933{display:flex;align-items:center;gap:9px;padding:6px 0;font-size:12.5px;border-bottom:1px solid var(--xz-border)}._ar_1sthp_933:last-child{border-bottom:none}._arIcon_1sthp_952{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex:none}._atk_1sthp_962{background:var(--xz-brand-soft);color:var(--xz-brand)}._buf_1sthp_967{background:#f3eefb;color:#6a4bb0}._arName_1sthp_972{font-weight:600}._arMeta_1sthp_976{font-size:10.5px;color:var(--xz-text-3)}._arPw_1sthp_981{margin-left:auto;font-size:11px;font-weight:600;color:var(--xz-text-2)}._reportLine_1sthp_988{margin-top:13px;border:1px dashed var(--xz-border-2);border-radius:11px;padding:10px 13px;font-size:12px;color:var(--xz-text-2);display:flex;align-items:center;gap:8px;cursor:pointer}._reportLine_1sthp_988 b{color:#b9760a}._reportChev_1sthp_1004{margin-left:auto;color:var(--xz-text-3)}._battle_1sthp_1011._battleFixed_1sthp_1011{position:fixed;inset:0;z-index:300;overflow:auto}._battle_1sthp_1011{min-height:100dvh;background:radial-gradient(130% 90% at 50% -10%,#3a1640 0,#171327 55%);color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column}._bHead_1sthp_1029{display:flex;align-items:center;gap:10px;padding:16px 22px}._back_1sthp_1036{font-size:12.5px;color:#c9bce0;cursor:pointer;display:flex;align-items:center;gap:5px}._bHeadLab_1sthp_1045{margin-left:auto;font-size:11px;color:#b6a9d6;letter-spacing:.06em}._arena_1sthp_1052{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:24px 20px}._bossBig_1sthp_1062{text-align:center}._monBig_1sthp_1066{width:108px;height:108px;border-radius:26px;margin:0 auto;background:linear-gradient(160deg,#7a2a5e,#3a1640);border:2px solid #9a3a72;display:flex;align-items:center;justify-content:center;box-shadow:0 0 50px #ff2f4d4d}._bnBig_1sthp_1079{font-size:17px;font-weight:600;margin-top:12px}._hpWrap_1sthp_1085{width:340px;max-width:78vw;margin:10px auto 0}._hp_1sthp_1085{height:18px;border-radius:10px;background:#ffffff1f;overflow:hidden;position:relative}._hp_1sthp_1085>i{display:block;height:100%;background:linear-gradient(90deg,#ff7d8e,#ff2f4d);border-radius:10px;transition:width .5s cubic-bezier(.2,.8,.2,1)}._hpt_1sthp_1106{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600}._honest_1sthp_1116{font-size:10.5px;color:#ffd9a0;background:#ffffff0f;border-radius:8px;padding:5px 10px;display:inline-flex;gap:6px;align-items:center;margin-top:12px}._ally_1sthp_1128{position:absolute;left:12%;bottom:6px;width:74px;height:74px}._ally_1sthp_1128 img{width:100%;height:100%;object-fit:contain}._allySay_1sthp_1141{position:absolute;top:-26px;left:50%;transform:translate(-50%);background:#fff;color:var(--xz-brand-hover);font-size:10.5px;font-weight:600;border-radius:12px;padding:3px 9px;white-space:nowrap}._hand_1sthp_1155{padding:14px 18px 20px;background:#0000002e}._handLab_1sthp_1160{font-size:11.5px;color:#c9bce0;text-align:center;margin-bottom:10px}._cards_1sthp_1167{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}._card_1sthp_1167{width:120px;background:#241c3e;border:1px solid #43356b;border-radius:13px;padding:11px;cursor:pointer;position:relative;overflow:hidden;transform:perspective(600px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));transform-style:preserve-3d;transition:transform .12s ease,box-shadow .18s ease,border-color .18s}._card_1sthp_1167:hover{box-shadow:0 12px 28px #00000073;border-color:#ff7d8e}._cardInner_1sthp_1192{position:relative;z-index:1}._foil_1sthp_1197{position:absolute;inset:0;border-radius:inherit;opacity:var(--foil, 0);transition:opacity .2s;pointer-events:none;z-index:2;mix-blend-mode:color-dodge;background:radial-gradient(circle at var(--px, 50%) var(--py, 50%),rgba(255,255,255,.5),transparent 45%),linear-gradient(115deg,transparent 25%,rgba(255,120,142,.4) 45%,rgba(255,210,122,.4) 55%,transparent 75%)}._r_common_1sthp_1210{border-color:#3a2d5e}._r_rare_1sthp_1214{border-color:#5a78c4}._r_holo_1sthp_1218{border-color:#ffcf6a;box-shadow:0 0 0 1px #ffcf6a80,0 6px 20px #ffb45040}._r_holo_1sthp_1218 ._foil_1sthp_1197{background:radial-gradient(circle at var(--px, 50%) var(--py, 50%),rgba(255,255,255,.65),transparent 42%),conic-gradient(from 90deg at 50% 50%,#ff7d8e,#ffd27a,#8fe0c0,#beb0f0,#ff7d8e);opacity:calc(var(--foil, 0) * .85)}._r_holo_1sthp_1218:before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(115deg,transparent 35%,rgba(255,230,150,.22) 50%,transparent 65%);background-size:220% 220%;animation:_holoShine_1sthp_1 3.2s linear infinite;z-index:1;pointer-events:none}@keyframes _holoShine_1sthp_1{0%{background-position:0% 0%}to{background-position:220% 220%}}._spent_1sthp_1246{opacity:.3;pointer-events:none}._ct_1sthp_1251{font-size:10px;font-weight:600;border-radius:5px;padding:2px 6px;display:inline-block}._bao_1sthp_1259{background:#5a1f2e;color:#ffb4bf}._wpn_1sthp_1264{background:#4a2a18;color:#f3c08a}._acc_1sthp_1269{background:#163a30;color:#8fe0c0}._cn_1sthp_1274{font-size:12.5px;font-weight:600;margin:7px 0 4px;line-height:1.3}._cm_1sthp_1281{font-size:10px;color:#a99ec9;min-height:24px}._cpw_1sthp_1287{display:flex;align-items:center;justify-content:space-between;margin-top:7px;border-top:1px solid #3a2d5e;padding-top:6px}._cpwL_1sthp_1296{font-size:9.5px;color:#9a8fc0}._cpwV_1sthp_1301{font-size:17px;font-weight:600;color:#ff9aa9}._cardBuf_1sthp_1307 ._cpwV_1sthp_1301{color:#beb0f0}._floatNum_1sthp_1312{position:absolute;transform:translate(-50%);font-weight:700;font-size:22px;pointer-events:none;z-index:20;text-shadow:0 2px 8px rgba(0,0,0,.55)}._floatBig_1sthp_1322{font-size:30px}._total_1sthp_1326{position:absolute;top:36%;left:50%;transform:translate(-50%,-50%);font-weight:800;font-size:58px;color:#fff;text-shadow:0 0 26px rgba(255,47,77,.75);opacity:0;pointer-events:none;z-index:15}._intent_1sthp_1340{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#ffb4bf;background:#ff2f4d1f;border:1px solid rgba(255,122,142,.35);border-radius:20px;padding:4px 11px;margin-bottom:14px}._ctrls_1sthp_1353{display:flex;gap:12px;justify-content:center;align-items:center;margin-top:14px}._allin_1sthp_1361{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:600;color:#3a1020;background:linear-gradient(90deg,#ffd27a,#ff9a3d);border:none;border-radius:11px;padding:11px 24px;cursor:pointer;transition:.15s}._allin_1sthp_1361:hover{transform:translateY(-2px)}._tip_1sthp_1379{font-size:11px;color:#a99ec9}._victory_1sthp_1384{position:absolute;inset:0;width:100%;height:100%;background:#0f0a1ceb;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;z-index:10;padding:20px;animation:_vin_1sthp_1 .4s both}@keyframes _vin_1sthp_1{0%{opacity:0}to{opacity:1}}._vicZz_1sthp_1412{width:96px;height:96px;object-fit:contain}._victory_1sthp_1384 h2{font-size:24px;font-weight:600;margin:8px 0 4px;color:#fff}._vicSub_1sthp_1425{font-size:13px;color:#c9bce0;margin-bottom:16px}._rewards_1sthp_1431{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;max-width:460px}._rw_1sthp_1439{background:#ffffff12;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:13px 16px;min-width:120px;color:#ffd27a}._rt_1sthp_1448{font-size:13px;font-weight:600;margin-top:4px;color:#fff}._rd_1sthp_1455{font-size:10.5px;color:#a99ec9}._vicDone_1sthp_1460{margin-top:18px;font-size:13px;font-weight:600;color:#fff;background:var(--xz-brand);border:none;border-radius:10px;padding:10px 24px;cursor:pointer}._deskWrap_1sthp_1473{display:flex;flex-direction:column;gap:18px;background:radial-gradient(120% 70% at 50% -8%,var(--xz-brand-soft),transparent 55%);padding:2px 0 0}._opCard_1sthp_1482{position:relative;border-radius:20px;padding:1.5px;background:linear-gradient(135deg,#ffd98a,var(--xz-brand) 45%,#7a1f33);overflow:hidden;transform:perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));transform-style:preserve-3d;transition:transform .15s ease,box-shadow .2s;box-shadow:0 22px 52px -30px #ff2f4d99}._opInner_1sthp_1494{position:relative;z-index:1;display:flex;align-items:center;gap:20px;border-radius:19px;padding:18px 22px;background:linear-gradient(120deg,#241830,#14101c);color:#fff}._opLeft_1sthp_1506{display:flex;flex-direction:column;align-items:center;gap:7px;flex:none}._opZzWrap_1sthp_1514{position:relative;width:88px;height:88px;display:grid;place-items:center}._opZz_1sthp_1514{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 8px 14px rgba(255,47,77,.5))}._gearPiece_1sthp_1529{position:absolute;pointer-events:none;z-index:3}._gearLayerImg_1sthp_1535{inset:0;width:100%;height:100%;object-fit:contain;border-radius:0;background:none;transform:scale(1.08);filter:drop-shadow(0 8px 12px rgba(74,226,255,.32))}._gear_glove_1sthp_1546{right:15%;bottom:23%;width:24%;height:17%;border-radius:999px;background:linear-gradient(135deg,#fff1b5,#e0a94a 46%,#ff3154 80%);box-shadow:0 0 10px #f4c66cad;transform:rotate(-16deg)}._gear_wrist_1sthp_1557{right:17%;bottom:33%;width:28%;height:9%;border-radius:999px;background:linear-gradient(90deg,#e8fdff,#5ee7ff 52%,#bca7ff);box-shadow:0 0 12px #5ee7ff9e;transform:rotate(-18deg)}._gear_cloak_1sthp_1568{left:19%;bottom:3%;width:52%;height:43%;border-radius:8px 8px 28px 28px;background:linear-gradient(155deg,#ff3154d1,#f4c66c6b);filter:blur(.1px);z-index:1}._gear_crown_1sthp_1579{left:32%;top:1%;width:34%;height:16%;background:linear-gradient(135deg,#fff2ad,#e0a94a 58%,#ff3154);clip-path:polygon(0 100%,12% 34%,32% 72%,50% 0,68% 72%,88% 34%,100% 100%);filter:drop-shadow(0 0 8px rgba(244,198,108,.68))}._gear_gun_1sthp_1589{right:-4%;bottom:31%;width:42%;height:10%;border-radius:999px;background:linear-gradient(90deg,#e8fdff,#5ee7ff 52%,#f4c66c);box-shadow:0 0 12px #5ee7ffb8;transform:rotate(-8deg)}._gear_core_1sthp_1600{left:43%;top:47%;width:18%;height:18%;border-radius:50%;background:radial-gradient(circle,#fff 0 18%,#5ee7ff 42%,rgba(244,198,108,.75) 70%,transparent 72%);box-shadow:0 0 14px #5ee7ffb8}._opTag_1sthp_1610{font-size:10.5px;color:#e8c98c;background:#ffd27a1f;border:1px solid rgba(255,210,122,.3);border-radius:20px;padding:2px 9px;white-space:nowrap}._opMid_1sthp_1620{flex:1;min-width:0}._opTopline_1sthp_1625{display:flex;align-items:center;gap:9px;flex-wrap:wrap}._rankGem_1sthp_1632{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#5a3a05;background:linear-gradient(135deg,#ffe08a,#f5a623);border-radius:20px;padding:4px 11px;box-shadow:0 2px 8px #f5a62373}._opTitle_1sthp_1645{font-size:15px;font-weight:600}._opStreak_1sthp_1650{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#ff9aa9}._opXp_1sthp_1658{display:flex;align-items:center;gap:10px;margin-top:11px}._opXpBar_1sthp_1665{flex:1;max-width:340px;height:7px;background:#ffffff1f;border-radius:6px;overflow:hidden}._opXpBar_1sthp_1665>i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,#ff7d8e,#ff2f4d)}._opXpLab_1sthp_1680{font-size:11px;color:#b9a9c6;white-space:nowrap}._opStats_1sthp_1686{display:flex;gap:18px;margin-top:13px}._opStats_1sthp_1686 span{font-size:11px;color:#b9a9c6}._opStats_1sthp_1686 span b{font-size:16px;font-weight:600;color:#fff;margin-right:3px}._opVault_1sthp_1702{flex:none;text-align:right;padding-left:18px;border-left:1px solid rgba(255,255,255,.1)}._opVaultLab_1sthp_1709{font-size:11px;color:#e8c98c}._opVaultV_1sthp_1714{font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:1.05;margin-top:2px;background:linear-gradient(135deg,#ffe9b0,#f5a623);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._opVaultD_1sthp_1726{font-size:12px;color:#6fe0b0;font-weight:600;margin-top:3px}._deskCols_1sthp_1733{display:grid;grid-template-columns:1.5fr 1fr;gap:18px}._questGrid_1sthp_1740{display:grid;grid-template-columns:1fr 1fr;gap:11px}._questCard_1sthp_1746{border:1px solid var(--xz-border);border-radius:14px;padding:13px 14px;background:var(--xz-surface);display:flex;flex-direction:column;transition:transform .15s,box-shadow .18s,border-color .18s}._questCard_1sthp_1746:hover{transform:translateY(-3px);box-shadow:0 14px 30px -22px #20201d66;border-color:var(--xz-border-2)}._questCard_1sthp_1746._questDone_1sthp_699{opacity:.55}._qcTop_1sthp_1764{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._qcTitle_1sthp_1771{font-size:14px;font-weight:600;line-height:1.4}._qcDesc_1sthp_1777{font-size:11.5px;color:var(--xz-text-3);margin-top:4px;flex:1}._qcGo_1sthp_1784{align-self:flex-start;margin-top:11px;font-size:12px;font-weight:600;color:var(--xz-on-brand);background:var(--xz-brand);border:none;border-radius:9px;padding:6px 15px;cursor:pointer;transition:.15s}._qcGo_1sthp_1784:hover{background:var(--xz-brand-hover)}._questDone_1sthp_699 ._qcGo_1sthp_1784{background:var(--xz-success)}._deckFan_1sthp_1806{display:flex;gap:9px;flex-wrap:wrap}._miniCard_1sthp_1812{position:relative;width:92px;height:120px;border-radius:11px;padding:9px;background:linear-gradient(160deg,#241c3e,#171327);border:1px solid #43356b;color:#fff;cursor:pointer;overflow:hidden;transform:perspective(500px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));transform-style:preserve-3d;transition:transform .12s,box-shadow .18s}._miniCard_1sthp_1812:hover{box-shadow:0 10px 22px #0000006b}._mcInner_1sthp_1831{position:relative;z-index:1;display:flex;flex-direction:column;height:100%}._mcName_1sthp_1839{font-size:11px;font-weight:600;line-height:1.25;margin-top:7px;flex:1}._mcPw_1sthp_1847{font-size:20px;font-weight:700;color:#ff9aa9;text-align:right}._cardBuf_1sthp_1307 ._mcPw_1sthp_1847{color:#beb0f0}@media(max-width:1080px){._cols_1sthp_675,._deskCols_1sthp_1733,._questGrid_1sthp_1740{grid-template-columns:1fr}._opInner_1sthp_1494{flex-wrap:wrap}._opVault_1sthp_1702{border-left:none;padding-left:0;text-align:left}}@media(max-width:700px){._deskWrap_1sthp_1473{gap:14px}._opInner_1sthp_1494{display:grid;grid-template-columns:110px minmax(0,1fr);gap:12px 14px;align-items:center;padding:14px}._opLeft_1sthp_1506{gap:5px}._opZz_1sthp_1514{width:72px;height:72px}._opTag_1sthp_1610{max-width:110px;padding:2px 7px;overflow:hidden;text-overflow:ellipsis}._opTopline_1sthp_1625{gap:7px}._rankGem_1sthp_1632{padding:4px 9px}._opTitle_1sthp_1645{display:block;width:100%;font-size:16px;line-height:1.25;word-break:keep-all}._opXp_1sthp_1658{display:grid;gap:7px}._opXpBar_1sthp_1665{max-width:none}._opStats_1sthp_1686{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}._opStats_1sthp_1686 span{line-height:1.2;word-break:keep-all}._opStats_1sthp_1686 span b{display:block;margin:0 0 2px}._opVault_1sthp_1702{grid-column:1/-1;border-left:none;border-top:1px solid rgba(255,255,255,.1);padding:12px 0 0;text-align:left}._opVaultV_1sthp_1714{font-size:28px}._defense_1sthp_487{display:grid;grid-template-columns:minmax(0,1fr);align-items:start;gap:8px}._defenseT_1sthp_498{line-height:1.45;word-break:normal}._defenseEst_1sthp_597{justify-self:start}._rankRail_1sthp_602{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}._bossShelf_1sthp_847{display:grid;grid-auto-flow:column;grid-auto-columns:86px;grid-template-columns:none;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}._bossShelf_1sthp_847::-webkit-scrollbar{display:none}._bossChip_1sthp_854{min-height:82px}._deckFan_1sthp_1806{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}._deckFan_1sthp_1806::-webkit-scrollbar{display:none}._miniCard_1sthp_1812{flex:0 0 92px}}._actionTimelineV31_1sthp_1986{display:grid;grid-template-columns:auto minmax(72px,1fr) auto;align-items:center;gap:7px;min-width:0;color:#eedcb0b8;font-family:LXGW WenKai,STKaiti,serif;font-size:10px;letter-spacing:.08em}._actionTimelineV31_1sthp_1986>i{position:relative;display:block;height:7px;overflow:hidden;border:1px solid rgba(177,134,65,.52);border-radius:999px;background:#050b0ad6;box-shadow:inset 0 1px 3px #000000c7}._actionTimelineV31_1sthp_1986>i>b{display:block;height:100%;border-radius:inherit;transition:width .52s cubic-bezier(.2,.8,.2,1)}._actionTimelineV31_1sthp_1986>em{min-width:42px;color:#f5e2b6d1;font-style:normal;text-align:right}._bossActionTimelineV31_1sthp_2023{margin-top:7px}._bossActionTimelineV31_1sthp_2023>i>b{background:linear-gradient(90deg,#6e2530,#d1573e 72%,#f3b15f);box-shadow:0 0 9px #d34c307a}._playerActionTimelineV31_1sthp_2032{margin-top:5px}._playerActionTimelineV31_1sthp_2032>i>b{background:linear-gradient(90deg,#1d6d61,#4fc7a5 70%,#c9f4c8);box-shadow:0 0 9px #3dc8a275}._actionTimelineV31_1sthp_1986._isReady_1sthp_2041>i{border-color:#f3c967f2;box-shadow:0 0 0 1px #f3c9672e,0 0 13px #f3b6496b}._actionTimelineV31_1sthp_1986._isReady_1sthp_2041>em{color:#ffe6a5;text-shadow:0 0 10px rgba(255,189,62,.62)}._battle_1sthp_1011{background:radial-gradient(70% 42% at 50% 8%,rgba(224,169,74,.18),transparent 62%),radial-gradient(70% 55% at 82% 24%,rgba(255,47,77,.12),transparent 58%),linear-gradient(180deg,#111019,#050507 72%)}._battle_1sthp_1011:before{content:"";position:absolute;inset:0;background:radial-gradient(100% 90% at 50% 50%,transparent 58%,rgba(0,0,0,.62)),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:auto,68px 68px;pointer-events:none}._battle_1sthp_1011:after{content:"";position:absolute;left:-22%;right:-22%;bottom:-90px;height:42%;background-image:linear-gradient(rgba(224,169,74,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(224,169,74,.13) 1px,transparent 1px);background-size:72px 72px;transform:perspective(560px) rotateX(66deg);transform-origin:bottom;-webkit-mask-image:linear-gradient(to top,#000 8%,transparent 90%);mask-image:linear-gradient(to top,#000 8%,transparent 90%);pointer-events:none}._bHead_1sthp_1029,._arena_1sthp_1052,._hand_1sthp_1155,._victory_1sthp_1384{position:relative;z-index:1}._bHead_1sthp_1029{padding:18px 26px}._back_1sthp_1036,._bHeadLab_1sthp_1045{border:1px solid rgba(224,169,74,.18);background:#ffffff0a;border-radius:999px;padding:7px 13px}._bHeadLab_1sthp_1045{color:#e0c78f;font-weight:700}._arena_1sthp_1052{min-height:520px}._bossBig_1sthp_1062{transform:translateY(-12px)}._intent_1sthp_1340{color:#ff9aa9;background:#ff2f4d1f;border-color:#ff2f4d52;font-weight:700;margin-bottom:18px}._monBig_1sthp_1066{width:220px;height:220px;border:0;border-radius:50%;background:none;box-shadow:none;position:relative}._monBig_1sthp_1066:before{content:"";position:absolute;inset:-64px;border-radius:50%;background:radial-gradient(circle,rgba(255,47,77,.28),rgba(224,169,74,.13) 42%,transparent 70%);filter:blur(8px);animation:_bossPulse_1sthp_1 3.2s ease-in-out infinite}._monBig_1sthp_1066:after{content:"";position:absolute;left:50%;bottom:6px;width:250px;height:52px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(224,169,74,.42),transparent 70%);filter:blur(4px)}._monBig_1sthp_1066 img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 28px 42px rgba(255,47,77,.32))}@keyframes _bossPulse_1sthp_1{50%{transform:scale(1.08);opacity:.72}}._bnBig_1sthp_1079{font-size:23px;font-weight:800;text-shadow:0 0 18px rgba(255,47,77,.36)}._hpWrap_1sthp_1085{width:420px}._hp_1sthp_1085{height:20px;border:1px solid rgba(224,169,74,.24);background:#08080b;box-shadow:inset 0 2px 8px #000000b3}._hp_1sthp_1085>i{background:linear-gradient(90deg,#ff2f4d,#ff8a5c,#ffd27a);box-shadow:0 0 18px #ff2f4da6}._hp_1sthp_1085:after{content:"";position:absolute;inset:0;width:40%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.26),transparent);animation:_hpSheen_1sthp_1 2.4s linear infinite}@keyframes _hpSheen_1sthp_1{to{transform:translate(280%)}}._honest_1sthp_1116{color:#d8c8a6;border:1px solid rgba(224,169,74,.16);background:#ffffff0b}._ally_1sthp_1128{left:9%;bottom:36px;width:110px;height:110px}._ally_1sthp_1128 img{filter:drop-shadow(0 18px 28px rgba(255,47,77,.32));animation:_allyBob_1sthp_1 2.4s ease-in-out infinite}@keyframes _allyBob_1sthp_1{50%{transform:translateY(-7px)}}._allySay_1sthp_1141{top:-34px;color:#ffd27a;background:#15131c;border:1px solid rgba(224,169,74,.28);border-radius:16px 16px 16px 4px;box-shadow:0 14px 32px #00000073}._hand_1sthp_1155{background:linear-gradient(180deg,#0000001a,#00000057);border-top:1px solid rgba(224,169,74,.12)}._cards_1sthp_1167{gap:14px;perspective:1200px}._card_1sthp_1167{width:138px;min-height:198px;padding:0;border-radius:18px;background:linear-gradient(160deg,#1c1a22,#0d0c11);border-color:#e0a94a38;box-shadow:0 22px 44px -18px #000;display:flex;flex-direction:column}._card_1sthp_1167:hover{transform:perspective(600px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg)) translateY(-12px)}._cardInner_1sthp_1192{display:flex;flex-direction:column;min-height:198px}._cardCover_1sthp_2268{height:82px;position:relative;overflow:hidden;background:radial-gradient(circle at 70% 25%,rgba(255,255,255,.16),transparent 30%),linear-gradient(135deg,#34263b,#19131d)}._cardCover_1sthp_2268 span{position:absolute;inset:0;display:grid;place-items:center;color:#ffffff47;font-size:12px;font-weight:700}._cover_hot_1sthp_2284{background:radial-gradient(circle at 70% 20%,rgba(255,154,169,.24),transparent 36%),linear-gradient(135deg,#4a1428,#171019)}._cover_gold_1sthp_2288{background:radial-gradient(circle at 70% 20%,rgba(255,230,160,.28),transparent 36%),linear-gradient(135deg,#4a3514,#171019)}._cover_blue_1sthp_2292{background:radial-gradient(circle at 70% 20%,rgba(120,170,255,.26),transparent 36%),linear-gradient(135deg,#18294a,#10121a)}._cover_green_1sthp_2296{background:radial-gradient(circle at 70% 20%,rgba(110,224,176,.22),transparent 36%),linear-gradient(135deg,#12352e,#101713)}._cover_violet_1sthp_2300{background:radial-gradient(circle at 70% 20%,rgba(190,176,240,.28),transparent 36%),linear-gradient(135deg,#2f1f4a,#121018)}._cardBody_1sthp_2304{flex:1;padding:10px 12px 11px;display:flex;flex-direction:column}._cn_1sthp_1274{font-size:13px;font-weight:800}._cm_1sthp_1281{color:#8e856f}._cpw_1sthp_1287{margin-top:auto;border-top-color:#e0a94a29}._cpwV_1sthp_1301{font-size:24px;font-weight:800}._r_common_1sthp_1210{border-color:#ffffff1f}._r_rare_1sthp_1214{border-color:#6c97ff8c}._r_rare_1sthp_1214 ._cpwV_1sthp_1301{color:#aecaef}._r_epic_1sthp_2341{border-color:#beb0f0a6;box-shadow:0 0 0 1px #beb0f029,0 22px 48px -18px #7858dc80}._r_epic_1sthp_2341 ._cpwV_1sthp_1301{color:#beb0f0}._r_legend_1sthp_2349{border-color:#e0a94a;box-shadow:0 0 0 1px #e0a94a2e,0 22px 50px -18px #e0a94a8c}._r_legend_1sthp_2349 ._cpwV_1sthp_1301{color:#ffd27a}._r_mythic_1sthp_2357{border-color:#ff2f4d;box-shadow:0 0 0 1px #ff2f4d40,0 22px 54px -16px #ff2f4d8c}._r_mythic_1sthp_2357 ._cpwV_1sthp_1301{color:#ff9aa9}._r_legend_1sthp_2349:before,._r_mythic_1sthp_2357:before{content:"";position:absolute;inset:-50%;background:conic-gradient(#ffd27a40,#ff2f4d2e,#78b4ff2e,#ffd27a40);animation:_cardAura_1sthp_1 7s linear infinite;mix-blend-mode:color-dodge;pointer-events:none}@keyframes _cardAura_1sthp_1{to{transform:rotate(360deg)}}._allin_1sthp_1361{color:#1a140a;background:linear-gradient(120deg,#f4c66c 8%,#fff3d6 44%,#e0a94a 92%);box-shadow:0 12px 30px -6px #e0a94a8c,inset 0 1px #fff6}._victory_1sthp_1384{background:radial-gradient(70% 45% at 50% 20%,rgba(224,169,74,.18),transparent 62%),#07070bf0}._vicZz_1sthp_1412{width:132px;height:132px;filter:drop-shadow(0 20px 32px rgba(255,47,77,.36))}._battleV4_1sthp_2398._battleFixed_1sthp_1011{position:fixed;inset:0;z-index:300}._battleV4_1sthp_2398{--battle-gold: #f4c66c;--battle-red: #ff3154;--battle-cyan: #5ee7ff;--battle-violet: #bca7ff;--battle-ink: #fff6e6;--battle-muted: rgba(255, 246, 230, .62);--jade: #44d7b6;--panel-line: rgba(244, 198, 108, .24);width:100vw;height:100dvh;min-height:650px;display:grid;grid-template-rows:76px minmax(0,1fr) clamp(208px,28svh,260px);gap:10px;padding:12px 16px 14px;position:relative;overflow:hidden;color:var(--battle-ink);background:radial-gradient(circle at 76% 18%,rgba(244,198,108,.22),transparent 30%),radial-gradient(circle at 18% 72%,rgba(68,215,182,.12),transparent 36%),linear-gradient(180deg,#17121a,#0f1117 54%,#08090d)}._battleV4_1sthp_2398:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(244,198,108,.09),transparent 16%,transparent 84%,rgba(244,198,108,.08)),radial-gradient(ellipse at 50% 0%,rgba(255,246,230,.11),transparent 42%);pointer-events:none}._battleV4_1sthp_2398 button{font-family:inherit}._battleGlass_1sthp_2436{border:1px solid var(--panel-line);background:linear-gradient(180deg,#41292575,#14131857),#12101538;box-shadow:0 18px 44px #00000038,inset 0 1px #fff6e614;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._battleTopHud_1sthp_2443{position:relative;z-index:20;display:grid;grid-template-columns:minmax(220px,300px) minmax(360px,1fr) minmax(300px,390px);gap:10px;min-width:0}._battleTitleBox_1sthp_2452,._battleBossBar_1sthp_2453,._battleQuickStats_1sthp_2454{border-radius:14px;padding:11px 14px;min-width:0}._battleTitleBox_1sthp_2452{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#6033269e,#19141a57),#1e171a3d}._battleTitleBox_1sthp_2452 b{display:block;margin-top:2px;font-size:19px;line-height:1.08}._battleTitleBox_1sthp_2452 span{color:var(--battle-muted);font-size:11px;line-height:1.35}._battleBackBtn_1sthp_2478{flex:0 0 auto;border:1px solid rgba(244,198,108,.44);border-radius:999px;color:var(--battle-gold);background:#f4c66c1f;display:inline-flex;align-items:center;gap:5px;padding:8px 10px;font-size:12px;font-weight:900}._battleEyebrow_1sthp_2492{color:var(--battle-gold);font-size:11px;font-weight:900;text-transform:uppercase}._battleBossBar_1sthp_2453{display:grid;align-content:center;gap:8px;background:linear-gradient(180deg,#5d2b2675,#1713173d),radial-gradient(circle at 12% 0,rgba(244,198,108,.18),transparent 42%)}._battleBossBarHead_1sthp_2506{display:flex;justify-content:space-between;gap:12px;font-size:12px;font-weight:900;color:#f6dca0}._battleHpTrack_1sthp_2515{height:16px;border-radius:999px;background:#231012a3;border:1px solid rgba(244,198,108,.42);overflow:hidden;box-shadow:inset 0 0 16px #00000070,0 0 20px #f4c66c14}._battleHpTrack_1sthp_2515>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--battle-red),#ff8b61,var(--battle-gold));box-shadow:0 0 26px #ff315470;transition:width .35s ease}._battleQuickStats_1sthp_2454{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;padding:8px;background:linear-gradient(180deg,#181f2266,#1210143d),#12101533}._battleStat_1sthp_2540{border:1px solid rgba(244,198,108,.14);border-radius:10px;padding:8px 9px;background:#fff6e60a;min-width:0}._battleStat_1sthp_2540 b{display:block;font-size:14px;line-height:1.1}._battleStat_1sthp_2540 span{color:var(--battle-muted);font-size:11px;line-height:1.35}._battleStatWarn_1sthp_2558{border-color:#ff315447;background:radial-gradient(circle at 50% 0,rgba(255,49,84,.18),transparent 64%),#ffffff0b}._battleStatWarn_1sthp_2558 b{color:#ffb4bf}._battleArenaV4_1sthp_2566{position:relative;z-index:4;border-radius:24px;overflow:hidden;min-height:0;isolation:isolate;border:1px solid rgba(244,198,108,.28);box-shadow:0 24px 70px #0000003d,inset 0 0 0 1px #fff6e60d}._battleArenaV4_1sthp_2566._battleGlass_1sthp_2436{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}._battleArenaV4_1sthp_2566:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 72% 46%,rgba(244,198,108,.16),transparent 30%),radial-gradient(circle at 24% 58%,rgba(94,231,255,.08),transparent 24%),linear-gradient(90deg,#100d113d,#100c0f0a 46%,#36121633),var(--stage-image, url(/game-assets/stage-01-shanmen-GkErsDK3.png));background-size:auto,auto,auto,cover;background-position:center,center,center,52% 47%;background-repeat:no-repeat;background-blend-mode:normal,normal,normal,normal;filter:saturate(1.08) contrast(1.02) brightness(1.04);z-index:0}._battleArenaV4_1sthp_2566:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse at 26% 28%,rgba(255,246,230,.13),transparent 22%),radial-gradient(ellipse at 72% 27%,rgba(244,198,108,.14),transparent 24%),radial-gradient(ellipse at 28% 78%,rgba(94,231,255,.1),transparent 26%),linear-gradient(180deg,rgba(5,6,8,.08),transparent 28%,transparent 66%,rgba(8,7,9,.42)),linear-gradient(90deg,rgba(4,6,10,.32),transparent 18%,transparent 78%,rgba(38,14,18,.28));opacity:.92}._shakeLight_1sthp_2602{animation:_battleShakeLight_1sthp_1 .24s linear}._shakeHeavy_1sthp_2606{animation:_battleShakeHeavy_1sthp_1 .46s linear}@keyframes _battleShakeLight_1sthp_1{25%{transform:translate(-4px,2px)}50%{transform:translate(3px,-2px)}75%{transform:translate(-2px,1px)}}@keyframes _battleShakeHeavy_1sthp_1{12%{transform:translate(-12px,7px)}24%{transform:translate(10px,-8px)}36%{transform:translate(-9px,-5px)}48%{transform:translate(9px,6px)}68%{transform:translate(-5px,3px)}}._routeDrawerV4_1sthp_2638{position:absolute;left:18px;top:20px;bottom:20px;z-index:42;width:270px;border-radius:16px;padding:12px;transition:width .24s ease,padding .24s ease;overflow:hidden;background:linear-gradient(180deg,#5f372480,#1e18184d),#120e1242;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652{width:44px;height:44px;padding:8px 7px;border-radius:999px;background:#1c14155c;bottom:auto}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._routeTitleV4_1sthp_2660,._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._mapStageV4_1sthp_2660,._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._routeTrackSwitchV4_1sthp_2660,._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._routeScrollV4_1sthp_2660,._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._journeyNoteV4_1sthp_2660{display:none}._routeTrackSwitchV4_1sthp_2660{display:grid;grid-template-columns:1fr 1fr;gap:4px;margin-bottom:7px}._routeTrackSwitchV4_1sthp_2660 button{min-height:28px;border:1px solid rgba(244,198,108,.14);border-radius:6px;color:#ffefcd8f;background:#ffffff0a;font-size:9px;font-weight:850}._routeTrackSwitchV4_1sthp_2660 button._routeTrackActiveV4_1sthp_2681{border-color:#f4c66c85;color:#ffe4a2;background:#f4c66c1f}._routeScrollV4_1sthp_2660{height:calc(100% - 132px);min-height:250px;overflow-x:hidden;overflow-y:auto;border:1px solid rgba(244,198,108,.2);border-radius:8px;background:#111116;scrollbar-width:thin;scrollbar-color:rgba(244,198,108,.42) transparent}._routeSegmentV4_1sthp_2699{position:relative;width:100%;aspect-ratio:2/3;overflow:hidden;background:#151218}._routeSegmentV4_1sthp_2699+._routeSegmentV4_1sthp_2699{margin-top:-1px;border-top:1px solid rgba(255,223,160,.24)}._routeSegmentV4_1sthp_2699>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._routeSegmentV4_1sthp_2699:after{position:absolute;inset:0;z-index:1;content:"";background:linear-gradient(180deg,rgba(5,6,8,.26),transparent 18%,transparent 77%,rgba(5,6,8,.22));pointer-events:none}._routeSegmentFoggedV24_1sthp_2731>img{filter:grayscale(.72) saturate(.35) contrast(.92) brightness(.25) blur(2px)!important;transform:scale(1.025)}._routeSegmentFoggedV24_1sthp_2731:after{z-index:3;background:radial-gradient(circle at 50% 48%,#171e1f7a,#06080ae6 72%),repeating-linear-gradient(168deg,rgba(186,214,205,.055) 0 9px,transparent 12px 28px),linear-gradient(180deg,#050709c2,#0f1314e6)!important;box-shadow:inset 0 0 58px #000000d1;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}._routeSegmentFoggedV24_1sthp_2731 ._routePathV7_1sthp_2743,._routeSegmentFoggedV24_1sthp_2731 ._routeSegmentCaptionV4_1sthp_2744{z-index:4;opacity:.22;filter:grayscale(1)}._routeSegmentFoggedV24_1sthp_2731 ._mapPinV4_1sthp_2750{z-index:5}._routeSegmentFoggedV24_1sthp_2731 ._mapPinV4_1sthp_2750[data-route-state=waypoint]{opacity:.18}._routeSegmentCaptionV4_1sthp_2744{position:absolute;top:8px;left:8px;right:8px;z-index:3;padding:6px 7px;border-left:2px solid rgba(244,198,108,.72);background:linear-gradient(90deg,rgba(10,10,13,.72),transparent);pointer-events:none}._routeSegmentCaptionV4_1sthp_2744 b,._routeSegmentCaptionV4_1sthp_2744 span{display:block}._routeSegmentCaptionV4_1sthp_2744 b{color:#ffe3a0;font-size:10px}._routeSegmentCaptionV4_1sthp_2744 span{margin-top:1px;overflow:hidden;color:#fff0d19e;font-size:7px;text-overflow:ellipsis;white-space:nowrap}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750{z-index:4;width:28px;height:28px;border-width:1px;font-size:9px;transform:translate(-50%,-50%)}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750:not(:disabled):hover{transform:translate(-50%,calc(-50% - 2px)) scale(1.07)}._routeSegmentV4_1sthp_2699 ._mapPinCurrent_1sthp_2802{width:36px;height:36px;animation:_routeSegmentPinPulseV4_1sthp_1 1.5s ease-in-out infinite}@keyframes _routeSegmentPinPulseV4_1sthp_1{50%{transform:translate(-50%,-50%) scale(1.08)}}._routeSegmentV4_1sthp_2699 ._mapPinEliteV4_1sthp_2813{border-color:#90ecd8c2;background:radial-gradient(circle,#dffff8,#56cdb8 50%,#124f4e)}._routeSegmentV4_1sthp_2699 ._mapPinPlannedV4_1sthp_2818{color:#ffe4a4;border-color:#ffdc929e;background:radial-gradient(circle,#ffe1a16b,#3d281ee0);box-shadow:0 0 16px #f4c66c57}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._routeTopV4_1sthp_2825{margin-bottom:0;justify-content:center}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){z-index:80}._routeTopV4_1sthp_2825,._feedTopV4_1sthp_2835,._equipHeadV4_1sthp_2836{display:flex;align-items:center;justify-content:space-between;gap:10px}._routeTopV4_1sthp_2825{margin-bottom:12px}._routeTitleV4_1sthp_2660{min-width:0}._routeTitleV4_1sthp_2660 b{display:block;color:#f6dca0;font-size:13px}._routeTitleV4_1sthp_2660 span{color:var(--battle-muted);font-size:10px}._iconBtnV4_1sthp_2860{border:1px solid rgba(244,198,108,.42);background:radial-gradient(circle at 50% 18%,rgba(255,246,230,.14),transparent 42%),#5b342052;color:var(--battle-gold);width:28px;height:28px;border-radius:999px;display:grid;place-items:center;padding:0}._mapStageV4_1sthp_2660{position:relative;height:calc(100% - 88px);min-height:286px;border-radius:14px;overflow:hidden;border:1px solid rgba(244,198,108,.22);background:#16111a;box-shadow:inset 0 0 36px #0000005c}._mapStageV4_1sthp_2660>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:50% 52%;opacity:.92;filter:saturate(.9) contrast(1.02)}._mapStageV4_1sthp_2660:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#06060a05,#06060a42 74%,#06060a94);pointer-events:none}._mapPinV4_1sthp_2750{position:absolute;z-index:2;width:34px;height:34px;border-radius:50%;border:2px solid rgba(255,237,180,.88);background:radial-gradient(circle,#fff5c6,var(--battle-gold) 45%,#7b411c);color:#2b1709;display:grid;place-items:center;font-size:13px;font-weight:950;box-shadow:0 0 22px #f4c66c8c,0 8px 18px #00000061;padding:0;cursor:pointer;appearance:none}._mapPinV4_1sthp_2750:disabled{cursor:default}._mapPinV4_1sthp_2750:not(:disabled):hover{transform:translateY(-2px) scale(1.06);filter:brightness(1.08)}._mapPinCurrent_1sthp_2802{width:42px;height:42px;color:#fff6e6;background:radial-gradient(circle,#fff6d5,var(--battle-red) 52%,#6a1024);animation:_pinPulseV4_1sthp_1 1.5s ease-in-out infinite}._mapPinBoss_1sthp_2934{padding:2px;background:radial-gradient(circle,#fff5c6,var(--battle-red) 44%,#6a1024)}._mapPinBoss_1sthp_2934 img{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:drop-shadow(0 0 8px rgba(255,246,230,.45))}._mapPinCleared_1sthp_2946{color:#102217;border-color:#89ffd5e6;background:radial-gradient(circle,#e8fff6,#89ffd5 52%,#167a55);box-shadow:0 0 24px #89ffd56b,0 8px 18px #00000061}._mapPinLocked_1sthp_2953{color:#fff6e6b8;border-color:#ffffff5c;background:radial-gradient(circle,#ffffff47,#25222bd1);box-shadow:0 0 18px #ffffff2e}@keyframes _pinPulseV4_1sthp_1{50%{transform:scale(1.08)}}._journeyNoteV4_1sthp_2660{margin-top:12px;border-top:1px solid rgba(244,198,108,.16);padding-top:10px;color:var(--battle-muted);font-size:10.5px;line-height:1.4}._combatFeedV4_1sthp_2974{position:absolute;right:16px;top:18px;z-index:44;width:210px;max-height:min(54svh,380px);border-radius:14px;padding:10px;transition:width .22s ease,padding .22s ease;background:linear-gradient(180deg,#22191e8a,#0d0d1147),#120e1238}._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652{width:42px;height:42px;padding:8px;border-radius:999px}._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652 ._feedTopV4_1sthp_2835 b,._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652 ._feedListV4_1sthp_2992{display:none}._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652 ._feedTopV4_1sthp_2835{margin-bottom:0;justify-content:center}._feedTopV4_1sthp_2835{margin-bottom:8px}._feedTopV4_1sthp_2835 b{color:#f6dca0;font-size:12px}._feedListV4_1sthp_2992{display:flex;flex-direction:column;gap:7px;max-height:320px;overflow:hidden}._feedItemV4_1sthp_3017{border:1px solid rgba(244,198,108,.12);background:#fff6e60b;border-radius:10px;padding:7px 8px;color:var(--battle-muted);font-size:10.5px;line-height:1.35;animation:_feedInV4_1sthp_1 .22s ease both}@keyframes _feedInV4_1sthp_1{0%{opacity:0;transform:translateY(-8px)}}._equipDockV4_1sthp_3034{position:absolute;left:328px;bottom:18px;z-index:43;width:46px;border-radius:999px;padding:8px;transition:width .24s ease;overflow:hidden;background:linear-gradient(180deg,#4b32267a,#15121447),#120e1238}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{width:min(420px,100vw - 36px);top:18px;bottom:auto;max-height:calc(100% - 32px);overflow-y:auto;border-radius:16px}._battleLoadoutRailV4_1sthp_3055{position:absolute;left:22px;bottom:184px;z-index:76;display:flex;align-items:center;gap:6px;padding:6px;border-radius:10px;background:#1812146b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._battleLoadoutRailV4_1sthp_3055 button{height:34px;min-width:62px;padding:0 9px;border:1px solid rgba(244,198,108,.18);border-radius:7px;background:#fff6e60e;color:#fff6e6c7;display:inline-flex;align-items:center;justify-content:center;gap:5px;font:inherit;font-size:10.5px;font-weight:850;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}._battleLoadoutRailV4_1sthp_3055 button:hover{transform:translateY(-1px);border-color:#f4c66c94;background:#f4c66c1f}._battleLoadoutRailV4_1sthp_3055 button._battleLoadoutActiveV4_1sthp_3094{color:#1a1309;border-color:#f4c66cc7;background:linear-gradient(120deg,var(--battle-gold),#fff3cf 58%,#d69228)}._equipHeadV4_1sthp_2836{justify-content:flex-start}._equipHeadV4_1sthp_2836 b{display:none;white-space:nowrap;color:#f6dca0;font-size:12px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046 ._equipHeadV4_1sthp_2836 b{display:inline}._equipBodyV4_1sthp_3114{display:none;margin-top:10px;gap:10px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046 ._equipBodyV4_1sthp_3114{display:grid}._loadoutTabsV4_1sthp_3124{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}._loadoutTabV4_1sthp_3130{border:1px solid rgba(244,198,108,.16);border-radius:999px;background:#fff6e60d;color:var(--battle-muted);min-height:30px;font-size:11px;font-weight:900;padding:0 8px}._loadoutTabActiveV4_1sthp_3141{color:#1a1309;border-color:#f4c66cb3;background:linear-gradient(120deg,var(--battle-gold),#fff3cf 58%,#d69228)}._gearPanelV4_1sthp_3147,._deckPanelV4_1sthp_3148{display:grid;gap:10px}._showcaseDeckHintV4_1sthp_3153{margin-bottom:9px;padding:8px 10px;border:1px solid rgba(244,198,108,.24);border-radius:7px;background:#f4c66c14;color:#f4d99d;font-size:10.5px;line-height:1.45}._deckEditHintV24_1sthp_3164{display:grid;grid-template-columns:18px auto minmax(0,1fr);gap:7px;align-items:center;padding:8px 10px;border:1px solid rgba(87,213,176,.28);border-radius:8px;background:linear-gradient(100deg,#297e6829,#f4c66c0e);color:#dff9e9}._deckEditHintV24_1sthp_3164 span{font-size:10.5px;font-weight:900}._deckEditHintV24_1sthp_3164 small{color:#dff9e99e;font-size:9px}._zzBuildCardV4_1sthp_3184{border:1px solid rgba(244,198,108,.14);border-radius:12px;background:radial-gradient(circle at 12% 18%,rgba(68,215,182,.12),transparent 48%),#fff6e60b;padding:10px;display:grid;grid-template-columns:54px minmax(0,1fr);gap:7px;align-items:center;min-width:0}._zzBuildCardV4_1sthp_3184 b{color:var(--battle-gold);font-size:13px}._zzBuildCardV4_1sthp_3184 span{display:block;color:var(--battle-muted);font-size:10.5px}._zzBuildAvatarV4_1sthp_3205{position:relative;width:54px;height:54px}._zzBuildAvatarV4_1sthp_3205 img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 20px rgba(255,49,84,.28))}._zzBuildAvatarV4_1sthp_3205 ._gearLayerImg_1sthp_1535{transform:scale(1.16);filter:drop-shadow(0 7px 10px rgba(87,231,255,.26))}._zzBuildStatsV4_1sthp_3221{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}._zzBuildStatsV4_1sthp_3221 span{border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:6px;background:#0000002e;text-align:center}._zzBuildStatsV4_1sthp_3221 strong{color:#fff3cf}._equippedLoadoutV4_1sthp_3238{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px}._loadoutSlotV4_1sthp_3245{min-width:0;min-height:58px;padding:5px 3px;border:1px dashed rgba(255,246,230,.13);border-radius:8px;display:grid;grid-template-rows:24px auto auto;justify-items:center;align-items:center;background:#0000001f}._loadoutSlotV4_1sthp_3245 img,._loadoutSlotV4_1sthp_3245>span{width:24px;height:24px;object-fit:contain}._loadoutSlotV4_1sthp_3245>span{border:1px solid rgba(255,246,230,.12);border-radius:50%}._loadoutSlotV4_1sthp_3245 small,._loadoutSlotV4_1sthp_3245 b{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._loadoutSlotV4_1sthp_3245 small{color:#fff6e66b;font-size:7.5px}._loadoutSlotV4_1sthp_3245 b{color:#fff6e694;font-size:8px}._loadoutSlotFilledV4_1sthp_3283{border-style:solid;border-color:#f4c66c3d;background:radial-gradient(circle at 50% 20%,#f4c66c1f,#00000024)}._loadoutSlotFilledV4_1sthp_3283 b{color:#fff3cf}._loadoutSetProgressV4_1sthp_3292{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}._loadoutSetProgressV4_1sthp_3292>div{min-width:0;padding:6px 8px;border:1px solid rgba(255,246,230,.11);border-radius:7px;display:grid;grid-template-columns:1fr auto;gap:2px 8px;background:#00000021}._loadoutSetProgressV4_1sthp_3292 span{color:#f7ddb0;font-size:9px;font-weight:900}._loadoutSetProgressV4_1sthp_3292 b{color:var(--battle-gold);font-size:9px}._loadoutSetProgressV4_1sthp_3292 small{grid-column:1/-1;overflow:hidden;color:#fff6e67a;font-size:7.5px;text-overflow:ellipsis;white-space:nowrap}._loadoutSetProgressV4_1sthp_3292>i{min-width:0;min-height:38px;padding:4px;border:1px solid rgba(255,246,230,.11);border-radius:7px;display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:4px;background:#00000026;font-style:normal}._loadoutSetProgressV4_1sthp_3292>i img{width:28px;height:28px;object-fit:contain;filter:saturate(.22) brightness(.58)}._loadoutSetProgressV4_1sthp_3292>i em{overflow:hidden;color:#fff6e67a;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}._loadoutSetProgressV4_1sthp_3292>i._loadoutSetCompleteV4_1sthp_3352{border-color:#67e5da57;background:linear-gradient(120deg,#2f746538,#81482a2e)}._loadoutSetProgressV4_1sthp_3292>i._loadoutSetCompleteV4_1sthp_3352 img{filter:none}._loadoutSetProgressV4_1sthp_3292>i._loadoutSetCompleteV4_1sthp_3352 em{color:#dffbf5}._loadoutSetProgressV4_1sthp_3292 ._loadoutSetCompleteV4_1sthp_3352{border-color:#67e5da57;background:linear-gradient(120deg,#2f746538,#81482a2e)}._loadoutPresetRowV4_1sthp_3368{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:7px}._loadoutPresetBtnV4_1sthp_3375{flex:1 1 176px;min-height:30px;border:1px solid rgba(244,198,108,.34);border-radius:7px;display:inline-flex;align-items:center;justify-content:center;gap:5px;color:#fff3cf;background:linear-gradient(120deg,#8a3a2ab8,#2d6a5a94);font:800 10px/1 inherit;cursor:pointer}._loadoutPresetBtnV4_1sthp_3375:disabled{color:#fff3cfad;cursor:default;filter:saturate(.72)}._equipmentGridV4_1sthp_3395{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}._equipSlotV4_1sthp_3401{position:relative;min-height:148px;border:1px solid rgba(244,198,108,.22);border-radius:12px;display:grid;justify-items:center;align-content:center;gap:3px;color:#fff6e675;font-size:10px;background:radial-gradient(circle at 50% 8%,rgba(244,198,108,.12),transparent 42%),#fff6e609;text-align:center;line-height:1.18;padding:6px;font-family:inherit;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}._equipSlotV4_1sthp_3401:hover:not(:disabled){transform:translateY(-2px);border-color:#f4c66ca6}._equipSlotV4_1sthp_3401:disabled{cursor:default}._equipSlotV4_1sthp_3401 svg{color:#f4c66cb8}._equipSlotV4_1sthp_3401 ._equipIconImgV4_1sthp_3430{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(244,198,108,.42))}._equipSlotV4_1sthp_3401>._loadoutSetProgressV4_1sthp_3292{width:100%;margin-top:4px}._equipSlotV4_1sthp_3401>small{max-width:100%;white-space:normal;line-height:1.35}._equipSlotV4_1sthp_3401 span{color:#fff6e685;font-size:9px}._equipSlotV4_1sthp_3401 b{color:#fff3cf;font-size:10.5px;line-height:1.18}._equipSlotV4_1sthp_3401 small{color:var(--battle-muted);font-size:9px;line-height:1.35}._equippedSlot_1sthp_3460{border-style:solid;color:#fff3cf;background:radial-gradient(circle at 50% 18%,#f4c66c38,#ffffff0a)}._newDropSlot_1sthp_3466{border-style:solid;border-color:#5ee7ff70;background:radial-gradient(circle at 50% 16%,#5ee7ff33,#ffffff0b)}._lockedSlot_1sthp_3472{opacity:.58}._slotMarkV4_1sthp_3476{position:absolute;right:6px;top:6px;color:#89ffd5!important}._assetPendingV4_1sthp_3483{position:absolute;left:5px;top:5px;border:1px solid rgba(255,174,97,.34);border-radius:4px;padding:1px 3px;background:#5b2a16b8;color:#ffd2a3;font-size:7.5px;font-style:normal;font-weight:800}._deckMixV4_1sthp_3497{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}._deckMixV4_1sthp_3497 div{border:1px solid rgba(244,198,108,.12);border-radius:12px;padding:7px 6px;background:#fff6e60b;min-width:0}._deckMixV4_1sthp_3497 b{display:block;color:#fff3cf;font-size:10.5px}._deckMixV4_1sthp_3497 span{display:block;margin-top:2px;color:var(--battle-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._deckPresetGridV4_1sthp_3524{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}._deckPresetV4_1sthp_3530{min-width:0;min-height:64px;padding:7px 8px;border:1px solid rgba(244,198,108,.15);border-radius:7px;color:#f8e7bd;text-align:left;background:#0b121885}._deckPresetV4_1sthp_3530 span,._deckPresetV4_1sthp_3530 small,._deckPresetV4_1sthp_3530 b{display:block}._deckPresetV4_1sthp_3530 span{color:var(--battle-gold);font-size:8.5px}._deckPresetV4_1sthp_3530 b{margin-top:2px;font-size:11px}._deckPresetV4_1sthp_3530 small{margin-top:3px;color:var(--battle-muted);font-size:8.5px;line-height:1.3}._deckPresetV4_1sthp_3530:disabled{cursor:not-allowed;opacity:.48}._deckPresetActiveV4_1sthp_3564{border-color:#57e2be9e;background:#247c6933;box-shadow:inset 0 0 0 1px #57e2be1f}._codexChoiceV4_1sthp_3570{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center;padding:6px 8px;border-left:2px solid rgba(87,226,190,.7);color:#dcfff5;background:#247c691c}._codexChoiceV4_1sthp_3570 span{font-size:9.5px;font-weight:900}._codexChoiceV4_1sthp_3570 small{color:var(--battle-muted);font-size:8.5px}._deckListV4_1sthp_3589{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:184px;overflow:auto;padding-right:2px;scrollbar-width:thin}._deckStudyBarV4_1sthp_3599{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:36px;padding:7px 9px;border:1px solid rgba(244,198,108,.2);border-radius:8px;color:var(--battle-gold);background:#f4c66c12}._deckStudyBarV4_1sthp_3599>div{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:900}._deckStudyBarV4_1sthp_3599 small{min-width:0;overflow:hidden;color:var(--battle-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}._deckStudyBarV4_1sthp_3599 b{min-width:24px;color:#fff3cf;font-size:12px;text-align:right}._deckStudyItemV4_1sthp_3633{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:5px;align-items:stretch;opacity:.62}._deckStudyItemUnlockedV4_1sthp_3642{opacity:1}._deckStudyItemInDeckV24_1sthp_3646 ._deckChipV4_1sthp_3646{border-color:#57d5b07a;box-shadow:inset 3px 0 #57d5b0c2}._deckStudyItemReplaceV24_1sthp_3651 ._deckChipV4_1sthp_3646{border-color:#ffd774db;background:linear-gradient(100deg,#f4c66c33,#fff6e60b);box-shadow:0 0 0 2px #f4c66c1f,inset 3px 0 #f4c66c}._deckChipV4_1sthp_3646{min-height:58px;border:1px solid rgba(244,198,108,.13);border-radius:12px;padding:7px;background:radial-gradient(circle at 16% 18%,rgba(244,198,108,.16),transparent 52%),#fff6e60a;color:var(--battle-muted);display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;text-align:left;font-family:inherit}._deckChipV4_1sthp_3646 svg{color:#fff6e6db}._deckChipV4_1sthp_3646 span{min-width:0}._deckChipV4_1sthp_3646 b,._deckChipV4_1sthp_3646 small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._deckChipV4_1sthp_3646 b{color:#fff3cf;font-size:10.5px}._deckChipV4_1sthp_3646 small{color:var(--battle-muted);font-size:9px}._deckChipV4_1sthp_3646 strong{color:var(--battle-gold);font-size:13px}._deckStudyActionV4_1sthp_3697{border:1px solid rgba(244,198,108,.24);border-radius:8px;padding:4px;color:#fff3cf;background:#f4c66c14;font:800 8.5px/1.2 inherit;cursor:pointer}._deckStudyActionV4_1sthp_3697:hover:not(:disabled){border-color:#f4c66c85;background:#f4c66c24}._deckStudyActionV4_1sthp_3697:disabled{color:#fff3cf6b;cursor:default}._deckCardThumbV4_1sthp_3715{width:34px;height:48px;border-radius:6px;object-fit:cover;box-shadow:0 8px 14px #00000057,0 0 0 1px #f4c66c2e}._lootPanelV4_1sthp_3723{min-height:188px;border:1px solid rgba(244,198,108,.18);border-radius:14px;background:radial-gradient(circle at 28% 18%,rgba(244,198,108,.18),transparent 34%),#ffffff0b;display:grid;grid-template-columns:118px minmax(0,1fr);gap:10px;align-items:center;padding:12px}._lootPanelV4_1sthp_3723 ._lootGearPreviewV4_1sthp_3734{width:112px;height:112px;display:grid;place-items:center;border:1px solid rgba(244,198,108,.25);border-radius:50%;background:radial-gradient(circle,rgba(244,198,108,.22),rgba(0,0,0,.12) 62%,transparent 72%)}._lootPanelV4_1sthp_3723 ._lootGearPreviewV4_1sthp_3734 img{width:112px;height:112px;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(244,198,108,.24))}._lootPanelV4_1sthp_3723 b{display:block;color:#fff3cf;font-size:13px}._lootPanelV4_1sthp_3723 span{display:block;margin-top:5px;color:var(--battle-muted);font-size:11px;line-height:1.4}._lootBadgeV4_1sthp_3762{grid-column:1/-1;border:1px solid rgba(94,231,255,.2);border-radius:12px;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#dffbff;font-size:11px;font-weight:900;background:#5ee7ff0f}._storyRelicShelfV4_1sthp_3777{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}._storyRelicShelfV4_1sthp_3777>strong{grid-column:1/-1;color:#ffe6aeb8;font-size:10px}._storyRelicShelfV4_1sthp_3777>span{min-width:0;min-height:42px;display:grid;place-items:center;gap:2px;padding:5px 3px;border:1px solid rgba(244,198,108,.12);border-radius:6px;color:#fff2d657;background:#00000029}._storyRelicShelfV4_1sthp_3777>span b{max-width:100%;overflow:hidden;color:inherit;font-size:8px;text-overflow:ellipsis;white-space:nowrap}._storyRelicShelfV4_1sthp_3777>span._storyRelicOwnedV4_1sthp_3808{border-color:#58ddc45c;color:#dffff4;background:#2dac911a;box-shadow:inset 0 1px #ffffff0d}@media(max-width:520px){._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{width:calc(100vw - 20px)}._equipmentGridV4_1sthp_3395,._deckMixV4_1sthp_3497{grid-template-columns:repeat(2,minmax(0,1fr))}._deckListV4_1sthp_3589{grid-template-columns:minmax(0,1fr);max-height:158px}._lootPanelV4_1sthp_3723{grid-template-columns:86px minmax(0,1fr)}._lootGearPreviewV4_1sthp_3734,._lootPanelV4_1sthp_3723 ._lootGearPreviewV4_1sthp_3734 img{width:82px;height:82px}._storyRelicShelfV4_1sthp_3777{grid-template-columns:repeat(3,minmax(0,1fr))}}._zzSpriteV4_1sthp_3839{position:absolute;z-index:12;left:29%;top:59%;width:clamp(104px,10.6vw,148px);height:clamp(104px,10.6vw,148px);pointer-events:none;transform:translate(-50%,-50%);filter:drop-shadow(0 24px 34px rgba(255,49,84,.38));animation:_zzIdleV4_1sthp_1 2.4s ease-in-out infinite;will-change:transform,filter,left,top}._zzSpriteV4_1sthp_3839>img{width:100%;height:100%;object-fit:contain;object-position:center bottom}._zzSpriteV4_1sthp_3839>img:not(._gearLayerImg_1sthp_1535){position:relative;z-index:2}._zzSpriteV4_1sthp_3839>._gearLayerImg_1sthp_1535{z-index:4;transform:scale(1.12);filter:drop-shadow(0 10px 14px rgba(87,231,255,.32))}._zzSpriteV4_1sthp_3839 ._playerHitAnchorV42_1sthp_3867{position:absolute;z-index:1;left:50%;top:46%;width:38%;height:46%;transform:translate(-50%,-50%);pointer-events:none}._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877{position:absolute;z-index:3;left:50%;top:48%;width:112%;height:116%;border:2px solid rgba(111,238,224,.8);border-radius:48% 52% 46% 54%;background:radial-gradient(circle at 50% 42%,rgba(209,255,236,.12),transparent 48%),repeating-conic-gradient(from 12deg,rgba(239,203,105,.7) 0 3deg,transparent 3deg 44deg);box-shadow:inset 0 0 19px #48e8cd33,0 0 18px #43e0c652,0 0 0 1px #12392ebf;transform:translate(-50%,-50%);animation:_playerShieldBreathV42_1sthp_1 1.9s ease-in-out infinite;pointer-events:none}._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877:before,._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877:after{content:"";position:absolute;inset:8%;border:1px solid rgba(238,207,116,.48);border-radius:inherit}._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877:after{inset:-7%;border-style:dashed;opacity:.45;animation:_playerShieldRuneTurnV42_1sthp_1 8s linear infinite}._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877 b{position:absolute;right:-10%;top:-8%;min-width:28px;height:28px;display:grid;place-items:center;padding:0 7px;border:1px solid rgba(244,203,98,.88);border-radius:999px;color:#fff2bd;background:linear-gradient(145deg,#10483df5,#06201dfa);box-shadow:0 0 13px #45e2c57a;font:700 14px/1 var(--battle-serif)}._zzSpriteV4_1sthp_3839 ._gear_glove_1sthp_1546{right:12%;bottom:21%}._zzSpriteV4_1sthp_3839 ._gear_wrist_1sthp_1557{right:14%;bottom:32%}._zzSpriteV4_1sthp_3839 ._gear_gun_1sthp_1589{right:-9%;bottom:33%}._zzSpriteV4_1sthp_3839 ._gear_core_1sthp_1600{left:42%;top:45%}@keyframes _playerShieldBreathV42_1sthp_1{0%,to{opacity:.72;transform:translate(-50%,-50%) scale(.96)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.04)}}@keyframes _playerShieldRuneTurnV42_1sthp_1{to{transform:rotate(360deg)}}._gearSwapImageV4_1sthp_3953{transform-origin:50% 82%;animation:_gearSwapInV4_1sthp_1 .34s cubic-bezier(.2,.82,.22,1) both}@keyframes _gearSwapInV4_1sthp_1{0%{opacity:0;transform:scale(.86);filter:brightness(1.85) drop-shadow(0 0 18px rgba(244,198,108,.86))}58%{opacity:1;transform:scale(1.045)}to{opacity:1;transform:scale(1);filter:none}}._zzLoadoutAvatarV4_1sthp_3974{width:clamp(126px,12.4vw,174px);height:clamp(126px,12.4vw,174px);filter:drop-shadow(0 25px 38px rgba(255,49,84,.42))}@keyframes _zzIdleV4_1sthp_1{50%{transform:translate(-50%,calc(-50% - 8px))}}._zzCasting_1sthp_3985{animation:_castingV4_1sthp_1 1.2s cubic-bezier(.16,.84,.2,1);filter:drop-shadow(0 0 26px rgba(94,231,255,.88)) drop-shadow(0 20px 30px rgba(255,49,84,.24))}._zzSpriteV4_1sthp_3839._zzActionAvatarV4_1sthp_3990{width:clamp(154px,15vw,216px);height:clamp(154px,15vw,216px);z-index:14}._zzSpriteV4_1sthp_3839._zzUltimateActionAvatarV4_1sthp_3996{width:clamp(220px,21vw,300px);height:clamp(220px,21vw,300px)}._zzGuardV4_1sthp_4001{filter:drop-shadow(0 0 28px rgba(94,231,255,.92)) drop-shadow(0 24px 34px rgba(255,49,84,.32))}@keyframes _castingV4_1sthp_1{35%{transform:translate(-50%,calc(-50% - 16px)) scale(1.12)}70%{transform:translate(-50%,calc(-50% + 4px)) scale(.98)}}._zzManual_1sthp_4013{animation:none;transition:left .42s cubic-bezier(.16,.84,.2,1),top .42s cubic-bezier(.16,.84,.2,1),transform .18s ease,filter .18s ease;filter:drop-shadow(0 0 28px rgba(244,198,108,.95)) drop-shadow(0 24px 34px rgba(255,49,84,.38))}._strikeA_1sthp_4019{transform:translate(-50%,-50%) rotate(10deg) scale(1.14)}._strikeB_1sthp_4023{transform:translate(-50%,-50%) rotate(-12deg) scale(1.12)}._strikeC_1sthp_4027{transform:translate(-50%,-50%) rotate(6deg) scale(1.16)}._bossSpriteV4_1sthp_4031{position:absolute;right:31%;top:51%;width:clamp(248px,25.5vw,382px);max-height:var(--boss-max-height, min(70vh, 580px));height:auto;transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1));z-index:11;object-fit:contain;filter:drop-shadow(0 36px 54px rgba(255,49,84,.34)) drop-shadow(0 0 28px rgba(140,255,199,.18));animation:_bossIdleV4_1sthp_1 3s ease-in-out infinite;pointer-events:none}@keyframes _bossIdleV4_1sthp_1{50%{transform:translate(50%,calc(-50% - 10px)) scale(1.02) scaleX(var(--boss-facing-x, 1))}}._bossHitLight_1sthp_4051{animation:_bossHitV4_1sthp_1 .34s cubic-bezier(.2,.9,.2,1);filter:brightness(1.65) drop-shadow(0 36px 54px rgba(255,49,84,.54)) drop-shadow(0 0 34px rgba(140,255,199,.34))}._bossHitHeavy_1sthp_4056{animation:_bossHitHeavyV4_1sthp_1 .58s cubic-bezier(.2,.9,.2,1);filter:brightness(1.9) drop-shadow(0 38px 58px rgba(244,198,108,.54)) drop-shadow(0 0 42px rgba(140,255,199,.38))}._bossCounteringV4_1sthp_4061{filter:brightness(1.42) drop-shadow(0 36px 54px rgba(255,49,84,.48)) drop-shadow(0 0 48px rgba(255,180,120,.52))}._bossCounter_normal_1sthp_4065{animation:_bossCounterLungeV4_1sthp_1 1.25s cubic-bezier(.12,.82,.18,1) both}._bossCounter_signature_1sthp_4069{animation:_bossCounterCastV4_1sthp_1 1.32s cubic-bezier(.12,.82,.18,1) both}._bossCounter_ultimate_1sthp_4073{animation:_bossCounterUltimateV4_1sthp_1 1.56s cubic-bezier(.12,.82,.18,1) both}@keyframes _bossCounterLungeV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}20%{transform:translate(calc(50% + 22px),calc(-50% + 6px)) scale(.98) scaleX(var(--boss-facing-x, 1))}48%{transform:translate(calc(50% - 118px),calc(-50% - 10px)) rotate(-4deg) scale(1.08) scaleX(var(--boss-facing-x, 1))}70%{transform:translate(calc(50% - 88px),-50%) rotate(2deg) scale(1.03) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossCounterCastV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}24%{transform:translate(calc(50% + 18px),calc(-50% + 10px)) rotate(3deg) scale(.96) scaleX(var(--boss-facing-x, 1))}52%{transform:translate(calc(50% - 34px),calc(-50% - 34px)) rotate(-3deg) scale(1.12) scaleX(var(--boss-facing-x, 1))}74%{transform:translate(calc(50% - 18px),calc(-50% - 18px)) scale(1.06) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossCounterUltimateV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}20%{transform:translate(50%,calc(-50% + 16px)) scale(.9) scaleX(var(--boss-facing-x, 1));filter:brightness(.86)}48%{transform:translate(calc(50% - 18px),calc(-50% - 46px)) scale(1.2) scaleX(var(--boss-facing-x, 1));filter:brightness(1.7)}70%{transform:translate(calc(50% - 68px),calc(-50% - 16px)) scale(1.12) scaleX(var(--boss-facing-x, 1));filter:brightness(1.34)}}@keyframes _bossHitV4_1sthp_1{28%{transform:translate(calc(50% + 20px),calc(-50% - 2px)) rotate(3deg) scale(1.04) scaleX(var(--boss-facing-x, 1))}58%{transform:translate(calc(50% - 8px),-50%) rotate(-2deg) scale(.99) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossHitHeavyV4_1sthp_1{18%{transform:translate(calc(50% + 42px),calc(-50% - 12px)) rotate(7deg) scale(1.07) scaleX(var(--boss-facing-x, 1))}44%{transform:translate(calc(50% - 20px),calc(-50% + 5px)) rotate(-5deg) scale(.97) scaleX(var(--boss-facing-x, 1))}70%{transform:translate(calc(50% + 8px),-50%) rotate(2deg) scale(1.02) scaleX(var(--boss-facing-x, 1))}}._floorShadowV4_1sthp_4141{position:absolute;z-index:2;border-radius:50%;background:#0000006b;filter:blur(16px);pointer-events:none}._zzShadowV4_1sthp_4150{left:calc(29% - 58px);top:calc(59% + 66px);width:120px;height:26px}._bossShadowV4_1sthp_4157{right:calc(31% - 150px);top:calc(51% + 132px);width:300px;height:54px}._fxLayerV4_1sthp_4164{position:absolute;inset:0;z-index:48;pointer-events:none;overflow:clip;contain:paint}._fxLayerBackV25_1sthp_4173{z-index:8}._fxLayerFrontV25_1sthp_4177{z-index:48}._battleEffect_1sthp_4181,._battleDamage_1sthp_4182{position:absolute;pointer-events:none;transform-origin:left center}._battleDamage_1sthp_4182{z-index:70;color:#fff6dc;font-size:34px;font-weight:950;text-shadow:0 0 22px rgba(255,49,84,.86),0 3px 10px rgba(0,0,0,.74);transform:translate(-50%,20px) scale(.72);animation:_damageRiseV4_1sthp_1 1.8s cubic-bezier(.16,.84,.2,1) forwards}._damageCrit_1sthp_4198{color:var(--battle-gold);font-size:46px}._damageBlue_1sthp_4203{color:#dffbff;text-shadow:0 0 24px rgba(94,231,255,.92),0 3px 10px rgba(0,0,0,.74)}._damageMagic_1sthp_4208{color:#efeaff;text-shadow:0 0 24px rgba(188,167,255,.92),0 3px 10px rgba(0,0,0,.74)}._shieldDamage_1sthp_4213{color:#dffbff;font-size:26px;text-shadow:0 0 24px rgba(94,231,255,.9),0 3px 10px rgba(0,0,0,.74)}._ruyiSweepPilotFx_1sthp_4221._cloudStaffPilotFx_1sthp_4221{filter:hue-rotate(145deg) saturate(1.12) drop-shadow(0 0 28px rgba(94,231,255,.78))}._mountainShockFx_1sthp_4225._vajraBreakImpactFx_1sthp_4225{filter:saturate(.86) brightness(1.12) drop-shadow(0 0 34px rgba(255,218,123,.86))}._flameKickImpactFx_1sthp_4229._windfireWheelImpactFx_1sthp_4229{filter:saturate(1.25) brightness(1.08) drop-shadow(0 0 34px rgba(255,92,42,.88))}._starBindCagePilotFx_1sthp_4233._bindingRopeCageFx_1sthp_4233{filter:hue-rotate(292deg) saturate(.88) brightness(1.14) drop-shadow(0 0 30px rgba(255,212,103,.82))}._lotusArrayFx_1sthp_4237._samadhiFireArrayFx_1sthp_4237{filter:saturate(1.35) brightness(1.08) drop-shadow(0 0 38px rgba(255,83,32,.9))}._starBindCagePilotFx_1sthp_4233._dinghaiTideCageFx_1sthp_4241,._cloudStarsImpactFx_1sthp_4242._dinghaiTideImpactFx_1sthp_4242{filter:hue-rotate(128deg) saturate(.92) brightness(1.14) drop-shadow(0 0 34px rgba(75,232,255,.82))}._mountainShockFx_1sthp_4225._goldenStaffImpactFx_1sthp_4246,._sunSpearHeadFx_1sthp_4247._goldenStaffHeadFx_1sthp_4247{filter:saturate(.9) brightness(1.18) drop-shadow(0 0 40px rgba(255,221,113,.94))}._hundredFistsPilotFx_1sthp_4251._seventyTwoFistsFx_1sthp_4251{filter:hue-rotate(210deg) saturate(.86) brightness(1.16) drop-shadow(0 0 36px rgba(195,164,255,.86))}._swiftCloudFx_1sthp_4255._seventyTwoCloudFx_1sthp_4255{filter:hue-rotate(198deg) saturate(.9) drop-shadow(0 0 28px rgba(190,165,255,.8))}._goldenGuardFx_1sthp_4259._calmMindGuardFx_1sthp_4259,._spiritFruitFx_1sthp_4260._cleansingPearlFx_1sthp_4260{filter:hue-rotate(118deg) saturate(.72) brightness(1.18) drop-shadow(0 0 26px rgba(142,248,235,.74))}._goldenGuardFx_1sthp_4259._windPearlGuardFx_1sthp_4264{filter:hue-rotate(92deg) saturate(.88) brightness(1.12) drop-shadow(0 0 30px rgba(114,237,229,.78))}._heartLampFx_1sthp_4268._scriptureFocusFx_1sthp_4268,._journeyWillFx_1sthp_4269._scriptureOrbitFx_1sthp_4269{filter:saturate(.82) brightness(1.14) drop-shadow(0 0 32px rgba(255,222,128,.82))}@keyframes _damageRiseV4_1sthp_1{18%,72%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-94px) scale(1.22)}}._castFlashFx_1sthp_4283{width:74px;height:74px;border-radius:50%;transform:translate(-50%,-50%) scale(.35);background:radial-gradient(circle,#fff 0 12%,rgba(244,198,108,.86) 28%,rgba(94,231,255,.26) 52%,transparent 72%);filter:drop-shadow(0 0 22px rgba(244,198,108,.88));animation:_castFlashV4_1sthp_1 .62s ease-out forwards}@keyframes _castFlashV4_1sthp_1{18%,58%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.55)}}._beamFx_1sthp_4303{z-index:2;height:18px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.96),var(--battle-cyan),var(--battle-gold));box-shadow:0 0 24px #5ee7ffe6,0 0 68px #f4c66c75;transform:rotate(var(--angle)) scaleX(0);animation:_beamFireV4_1sthp_1 3.1s ease-out forwards}._beamFx_1sthp_4303:after{content:"";position:absolute;right:-30px;top:50%;width:82px;height:82px;border-radius:50%;transform:translateY(-50%);background:radial-gradient(circle,#fff,rgba(94,231,255,.82) 22%,rgba(244,198,108,.38) 46%,transparent 70%);filter:drop-shadow(0 0 24px rgba(94,231,255,.9))}@keyframes _beamFireV4_1sthp_1{10%,84%{opacity:1;transform:rotate(var(--angle)) scaleX(1)}to{opacity:0;transform:rotate(var(--angle)) scaleX(1)}}._missileTrailFx_1sthp_4335,._runeTrailFx_1sthp_4336,._enemyTrailFx_1sthp_4337{z-index:1;border-radius:999px;transform:rotate(var(--angle)) scaleX(.08);animation:_missileTrailV4_1sthp_1 2.15s ease-out forwards}._missileTrailFx_1sthp_4335{height:9px;background:linear-gradient(90deg,rgba(244,198,108,.08),rgba(244,198,108,.62),rgba(255,255,255,.88),rgba(94,231,255,.4),transparent);box-shadow:0 0 24px #f4c66c94}._runeTrailFx_1sthp_4336{height:10px;background:linear-gradient(90deg,rgba(188,167,255,.05),rgba(188,167,255,.66),rgba(255,255,255,.82),rgba(244,198,108,.28),transparent);box-shadow:0 0 22px #bca7ff94}._enemyTrailFx_1sthp_4337{z-index:4;height:12px;background:linear-gradient(90deg,rgba(255,49,84,.04),rgba(255,49,84,.72),rgba(255,255,255,.88),rgba(244,198,108,.28),transparent);box-shadow:0 0 26px #ff3154b8}@keyframes _missileTrailV4_1sthp_1{12%,76%{opacity:1;transform:rotate(var(--angle)) scaleX(1)}to{opacity:0;transform:rotate(var(--angle)) scaleX(1)}}._projectileFx_1sthp_4373{z-index:3;width:32px;height:16px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.1),#fff,var(--battle-gold));box-shadow:-28px 0 30px #f4c66c66,0 0 22px #f4c66ceb;transform:translate(-50%,-50%) rotate(var(--angle));animation:_projectileFlyV4_1sthp_1 1.48s cubic-bezier(.16,.78,.2,1) forwards}._projectileMissile_1sthp_4384{width:54px;height:18px}._projectileRune_1sthp_4389{width:42px;height:42px;border-radius:50%;background:radial-gradient(circle,#fff,var(--battle-violet) 38%,rgba(188,167,255,.18) 64%,transparent 72%);box-shadow:0 0 28px #bca7ffeb}._enemyProjectileFx_1sthp_4397{z-index:5;width:clamp(86px,9vw,138px);height:clamp(60px,6.4vw,98px);border-radius:0;background-position:center;background-repeat:no-repeat;background-size:contain;box-shadow:none;mix-blend-mode:screen;filter:saturate(1.12) drop-shadow(0 0 22px rgba(255,220,160,.7));transform:translate(-50%,-50%) rotate(var(--angle));animation:_projectileFlyV4_1sthp_1 1.12s cubic-bezier(.16,.78,.2,1) forwards}._enemyProjectileFx_1sthp_4397._bossFxShanmen_1sthp_4412{background-image:url(/game-assets/boss-shanmen-earth-DYOBAUgz.webp)}._enemyProjectileFx_1sthp_4397._bossFxWuhai_1sthp_4416{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp)}._enemyProjectileFx_1sthp_4397._bossFxTongtian_1sthp_4420{background-image:url(/game-assets/boss-tongtian-water-910nXrp8.webp)}._enemyProjectileFx_1sthp_4397._bossFxHeifeng_1sthp_4424{background-image:url(/game-assets/boss-heifeng-mechanism-D04Vq1Br.webp)}._enemyProjectileFx_1sthp_4397._bossFxHuoyan_1sthp_4428{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp)}._enemyProjectileFx_1sthp_4397._bossFxBaigu_1sthp_4432{background-image:url(/game-assets/boss-baigu-bone-qCJ4_6fC.webp)}._enemyProjectileFx_1sthp_4397._bossFxDudi_1sthp_4436{background-image:url(/game-assets/boss-dudi-poison-CBZ6ah1L.webp)}._enemyProjectileFx_1sthp_4397._bossFxShituo_1sthp_4440{background-image:url(/game-assets/boss-shituo-wind-C0xKCrZ9.webp)}._enemyProjectileFx_1sthp_4397._bossFxLingshan_1sthp_4444{background-image:url(/game-assets/boss-lingshan-mind-RtFJQz_z.webp)}._enemyProjectileFx_1sthp_4397._bossFxMainBaiyi_1sthp_4448{background-image:url(/game-assets/boss-main-baiyi-fan-snake-2W8VOo9W.webp)}._enemyProjectileFx_1sthp_4397._bossFxMainLingxu_1sthp_4452{background-image:url(/game-assets/boss-main-lingxu-moon-claw-KCFMMVQu.webp)}._enemyProjectileFx_1sthp_4397._bossFxMainBlackBear_1sthp_4456{background-image:url(/game-assets/boss-main-black-bear-spear-MPgbiX8e.webp)}._enemyProjectileFx_1sthp_4397._bossFxMainTiger_1sthp_4460{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp)}._enemyProjectileFx_1sthp_4397._bossFxMainYellowWind_1sthp_4464{background-image:url(/game-assets/boss-main-yellow-wind-ofMSdtT-.webp)}._enemyProjectileFx_1sthp_4397._bossFxTianggong_1sthp_4468{background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp)}._enemyProjectileFx_1sthp_4397._bossFxYinGeneral_1sthp_4472{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp);filter:sepia(.22) saturate(1.7) hue-rotate(338deg) drop-shadow(0 0 24px rgba(255,172,74,.82))}._enemyProjectileFx_1sthp_4397._bossFxGoldHorn_1sthp_4477{background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp);filter:saturate(1.5) hue-rotate(338deg) drop-shadow(0 0 26px rgba(255,211,86,.9))}._enemyProjectileFx_1sthp_4397._bossFxSilverHorn_1sthp_4482{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp);filter:brightness(1.3) saturate(.72) hue-rotate(158deg) drop-shadow(0 0 24px rgba(187,226,255,.82))}._enemyProjectileFx_1sthp_4397._bossFxRedBoy_1sthp_4487{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp);filter:saturate(2) hue-rotate(338deg) drop-shadow(0 0 28px rgba(255,74,30,.92))}._enemyProjectileFx_1sthp_4397._bossFxAzureBull_1sthp_4492{background-image:url(/game-assets/boss-heifeng-mechanism-D04Vq1Br.webp);filter:saturate(1.45) hue-rotate(244deg) drop-shadow(0 0 26px rgba(177,116,255,.86))}._enemyProjectileFx_1sthp_4397._bossFxSixEar_1sthp_4497{background-image:url(/game-assets/boss-lingshan-mind-RtFJQz_z.webp);filter:saturate(1.5) hue-rotate(286deg) drop-shadow(0 0 26px rgba(223,103,255,.84))}._enemyProjectileFx_1sthp_4397._bossFxIronFan_1sthp_4502{background-image:url(/game-assets/boss-main-yellow-wind-ofMSdtT-.webp);filter:saturate(1.42) hue-rotate(324deg) drop-shadow(0 0 24px rgba(255,137,162,.78))}._enemyProjectileFx_1sthp_4397._bossFxBullDemon_1sthp_4507{background-image:url(/game-assets/boss-main-black-bear-spear-MPgbiX8e.webp);filter:saturate(1.8) hue-rotate(342deg) drop-shadow(0 0 28px rgba(255,75,42,.9))}._enemyProjectileFx_1sthp_4397._bossFxYellowBrow_1sthp_4512{background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp);filter:sepia(.2) saturate(1.65) hue-rotate(18deg) drop-shadow(0 0 28px rgba(255,205,65,.9))}._enemyProjectileFx_1sthp_4397._bossFxHundredEyes_1sthp_4517{background-image:url(/game-assets/boss-dudi-poison-CBZ6ah1L.webp);filter:saturate(1.5) hue-rotate(54deg) drop-shadow(0 0 26px rgba(215,218,61,.82))}._enemyProjectileFx_1sthp_4397._bossFxSaiTaisui_1sthp_4522{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp);filter:saturate(1.7) hue-rotate(248deg) drop-shadow(0 0 28px rgba(194,89,255,.92))}._enemyProjectileFx_1sthp_4397._bossFxWhiteMouse_1sthp_4527{background-image:url(/game-assets/boss-baigu-bone-qCJ4_6fC.webp);filter:brightness(1.38) saturate(.72) hue-rotate(164deg) drop-shadow(0 0 24px rgba(224,238,255,.88))}._enemyProjectileFx_1sthp_4397._bossFxYellowLion_1sthp_4532{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp);filter:sepia(.35) saturate(1.75) hue-rotate(7deg) drop-shadow(0 0 27px rgba(255,184,55,.88))}._enemyProjectileFx_1sthp_4397._bossFxNineSpirit_1sthp_4537{background-image:url(/game-assets/boss-shituo-wind-C0xKCrZ9.webp);filter:saturate(1.28) hue-rotate(112deg) drop-shadow(0 0 27px rgba(103,244,181,.82))}._enemyProjectileFx_1sthp_4397._bossFxJadeRabbit_1sthp_4542{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp);filter:brightness(1.45) saturate(.82) hue-rotate(198deg) drop-shadow(0 0 26px rgba(202,188,255,.86))}._enemyProjectileFx_1sthp_4397._bossFxRhinoTrio_1sthp_4547{background-image:url(/game-assets/boss-tongtian-water-910nXrp8.webp);filter:saturate(.9) hue-rotate(172deg) drop-shadow(0 0 26px rgba(151,211,231,.84))}._bossCounterMaterialFx_1sthp_4555{--boss-fx-flip: 1;z-index:26;width:clamp(250px,33vw,520px);height:clamp(170px,22vw,330px);background-position:center;background-repeat:no-repeat;background-size:contain;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 26px rgba(255,228,174,.52));animation:_bossCounterMaterialV4_1sthp_1 1.02s cubic-bezier(.08,.88,.18,1) forwards}._bossCounterMaterialFx_1sthp_4555._bossCounterSignatureFx_1sthp_4568{width:clamp(330px,43vw,680px);height:clamp(220px,28vw,420px);animation-duration:1.36s}._bossCounterMaterialFx_1sthp_4555._bossCounterUltimateFx_1sthp_4574{width:clamp(430px,57vw,900px);height:clamp(290px,38vw,570px);animation-duration:1.7s;filter:brightness(1.12) saturate(1.14) drop-shadow(0 0 42px rgba(255,224,158,.72))}._bossCounterMaterialFx_1sthp_4555._bossFxShanmen_1sthp_4412{--boss-fx-flip: -1;background-image:url(/game-assets/boss-shanmen-earth-DYOBAUgz.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxWuhai_1sthp_4416{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxTongtian_1sthp_4420{background-image:url(/game-assets/boss-tongtian-water-910nXrp8.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxHeifeng_1sthp_4424{background-image:url(/game-assets/boss-heifeng-mechanism-D04Vq1Br.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxHuoyan_1sthp_4428{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxBaigu_1sthp_4432{background-image:url(/game-assets/boss-baigu-bone-qCJ4_6fC.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxDudi_1sthp_4436{background-image:url(/game-assets/boss-dudi-poison-CBZ6ah1L.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxShituo_1sthp_4440{background-image:url(/game-assets/boss-shituo-wind-C0xKCrZ9.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxLingshan_1sthp_4444{background-image:url(/game-assets/boss-lingshan-mind-RtFJQz_z.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxMainBaiyi_1sthp_4448{background-image:url(/game-assets/boss-main-baiyi-fan-snake-2W8VOo9W.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxMainLingxu_1sthp_4452{background-image:url(/game-assets/boss-main-lingxu-moon-claw-KCFMMVQu.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxMainBlackBear_1sthp_4456{background-image:url(/game-assets/boss-main-black-bear-spear-MPgbiX8e.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxMainTiger_1sthp_4460{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxMainYellowWind_1sthp_4464{background-image:url(/game-assets/boss-main-yellow-wind-ofMSdtT-.webp)}._bossCounterMaterialFx_1sthp_4555._bossFxYinGeneral_1sthp_4472{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp);filter:sepia(.22) saturate(1.7) hue-rotate(338deg) drop-shadow(0 0 30px rgba(255,172,74,.78))}._bossCounterMaterialFx_1sthp_4555._bossFxGoldHorn_1sthp_4477{background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp);filter:saturate(1.5) hue-rotate(338deg) drop-shadow(0 0 34px rgba(255,211,86,.86))}._bossCounterMaterialFx_1sthp_4555._bossFxSilverHorn_1sthp_4482{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp);filter:brightness(1.3) saturate(.72) hue-rotate(158deg) drop-shadow(0 0 32px rgba(187,226,255,.78))}._bossCounterMaterialFx_1sthp_4555._bossFxRedBoy_1sthp_4487{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp);filter:saturate(2) hue-rotate(338deg) drop-shadow(0 0 38px rgba(255,74,30,.88))}._bossCounterMaterialFx_1sthp_4555._bossFxAzureBull_1sthp_4492{background-image:url(/game-assets/boss-heifeng-mechanism-D04Vq1Br.webp);filter:saturate(1.45) hue-rotate(244deg) drop-shadow(0 0 34px rgba(177,116,255,.82))}._bossCounterMaterialFx_1sthp_4555._bossFxSixEar_1sthp_4497{background-image:url(/game-assets/boss-lingshan-mind-RtFJQz_z.webp);filter:saturate(1.5) hue-rotate(286deg) drop-shadow(0 0 34px rgba(223,103,255,.82))}._bossCounterMaterialFx_1sthp_4555._bossFxIronFan_1sthp_4502{background-image:url(/game-assets/boss-main-yellow-wind-ofMSdtT-.webp);filter:saturate(1.42) hue-rotate(324deg) drop-shadow(0 0 32px rgba(255,137,162,.76))}._bossCounterMaterialFx_1sthp_4555._bossFxBullDemon_1sthp_4507{background-image:url(/game-assets/boss-main-black-bear-spear-MPgbiX8e.webp);filter:saturate(1.8) hue-rotate(342deg) drop-shadow(0 0 38px rgba(255,75,42,.86))}._bossCounterMaterialFx_1sthp_4555._bossFxYellowBrow_1sthp_4512{background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp);filter:sepia(.2) saturate(1.65) hue-rotate(18deg) drop-shadow(0 0 38px rgba(255,205,65,.86))}._bossCounterMaterialFx_1sthp_4555._bossFxHundredEyes_1sthp_4517{background-image:url(/game-assets/boss-dudi-poison-CBZ6ah1L.webp);filter:saturate(1.5) hue-rotate(54deg) drop-shadow(0 0 34px rgba(215,218,61,.8))}._bossCounterMaterialFx_1sthp_4555._bossFxSaiTaisui_1sthp_4522{background-image:url(/game-assets/boss-huoyan-swarm-BHYg--bS.webp);filter:saturate(1.7) hue-rotate(248deg) drop-shadow(0 0 38px rgba(194,89,255,.88))}._bossCounterMaterialFx_1sthp_4555._bossFxWhiteMouse_1sthp_4527{background-image:url(/game-assets/boss-baigu-bone-qCJ4_6fC.webp);filter:brightness(1.38) saturate(.72) hue-rotate(164deg) drop-shadow(0 0 32px rgba(224,238,255,.84))}._bossCounterMaterialFx_1sthp_4555._bossFxYellowLion_1sthp_4532{background-image:url(/game-assets/boss-main-tiger-claw-Bn4F9a7a.webp);filter:sepia(.35) saturate(1.75) hue-rotate(7deg) drop-shadow(0 0 36px rgba(255,184,55,.84))}._bossCounterMaterialFx_1sthp_4555._bossFxNineSpirit_1sthp_4537{background-image:url(/game-assets/boss-shituo-wind-C0xKCrZ9.webp);filter:saturate(1.28) hue-rotate(112deg) drop-shadow(0 0 36px rgba(103,244,181,.78))}._bossCounterMaterialFx_1sthp_4555._bossFxJadeRabbit_1sthp_4542{background-image:url(/game-assets/boss-wuhai-mist-ChsKzYdc.webp);filter:brightness(1.45) saturate(.82) hue-rotate(198deg) drop-shadow(0 0 34px rgba(202,188,255,.82))}._bossCounterMaterialFx_1sthp_4555._bossFxRhinoTrio_1sthp_4547{background-image:url(/game-assets/boss-tongtian-water-910nXrp8.webp);filter:saturate(.9) hue-rotate(172deg) drop-shadow(0 0 34px rgba(151,211,231,.8))}._bossCounterMaterialFx_1sthp_4555._bossFxTianggong_1sthp_4468{width:clamp(180px,22vw,340px);height:clamp(350px,62vh,640px);background-image:url(/game-assets/boss-tianggong-judgement-C41x4xi7.webp);animation-name:_bossCounterVerticalV4_1sthp_1}@keyframes _bossCounterVerticalV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-82%) scale(.5,.12);filter:brightness(2.4) blur(8px)}16%{opacity:1;transform:translate(-50%,-82%) scale(.88);filter:brightness(1.7)}48%{opacity:1;transform:translate(-50%,-82%) scale(1)}76%{opacity:.86;transform:translate(-50%,-82%) scale(1.06)}to{opacity:0;transform:translate(-50%,-78%) scale(1.18,1.08);filter:brightness(.8) blur(3px)}}._bossCounterScreenFx_1sthp_4775{position:absolute;inset:0;z-index:21;pointer-events:none;background:radial-gradient(circle at 28% 58%,rgba(255,255,255,.34),transparent 12%),linear-gradient(112deg,rgba(4,5,8,.28),transparent 44%,rgba(255,219,143,.16));mix-blend-mode:screen;animation:_bossCounterScreenV4_1sthp_1 1.45s ease-out forwards}._bossCounterScreenFx_1sthp_4775._bossFxWuhai_1sthp_4416,._bossCounterScreenFx_1sthp_4775._bossFxBaigu_1sthp_4432,._bossCounterScreenFx_1sthp_4775._bossFxLingshan_1sthp_4444{filter:hue-rotate(28deg)}._bossCounterScreenFx_1sthp_4775._bossFxTongtian_1sthp_4420,._bossCounterScreenFx_1sthp_4775._bossFxDudi_1sthp_4436{filter:hue-rotate(118deg)}._bossCounterScreenFx_1sthp_4775._bossFxHuoyan_1sthp_4428,._bossCounterScreenFx_1sthp_4775._bossFxHeifeng_1sthp_4424{filter:sepia(.35) saturate(1.35)}._bossCounterScreenFx_1sthp_4775._bossFxYinGeneral_1sthp_4472,._bossCounterScreenFx_1sthp_4775._bossFxGoldHorn_1sthp_4477,._bossCounterScreenFx_1sthp_4775._bossFxYellowLion_1sthp_4532{filter:sepia(.42) saturate(1.5)}._bossCounterScreenFx_1sthp_4775._bossFxSilverHorn_1sthp_4482,._bossCounterScreenFx_1sthp_4775._bossFxJadeRabbit_1sthp_4542,._bossCounterScreenFx_1sthp_4775._bossFxWhiteMouse_1sthp_4527{filter:hue-rotate(176deg) saturate(.78)}._bossCounterScreenFx_1sthp_4775._bossFxRedBoy_1sthp_4487,._bossCounterScreenFx_1sthp_4775._bossFxBullDemon_1sthp_4507{filter:hue-rotate(342deg) saturate(1.8)}._bossCounterScreenFx_1sthp_4775._bossFxAzureBull_1sthp_4492,._bossCounterScreenFx_1sthp_4775._bossFxSixEar_1sthp_4497,._bossCounterScreenFx_1sthp_4775._bossFxSaiTaisui_1sthp_4522{filter:hue-rotate(252deg) saturate(1.55)}._bossCounterScreenFx_1sthp_4775._bossFxIronFan_1sthp_4502,._bossCounterScreenFx_1sthp_4775._bossFxYellowBrow_1sthp_4512{filter:sepia(.24) hue-rotate(322deg) saturate(1.4)}._bossCounterScreenFx_1sthp_4775._bossFxHundredEyes_1sthp_4517,._bossCounterScreenFx_1sthp_4775._bossFxNineSpirit_1sthp_4537,._bossCounterScreenFx_1sthp_4775._bossFxRhinoTrio_1sthp_4547{filter:hue-rotate(104deg) saturate(1.18)}@keyframes _bossCounterScreenV4_1sthp_1{0%{opacity:0}12%{opacity:.92}30%{opacity:.24}48%{opacity:.72}to{opacity:0}}@keyframes _projectileFlyV4_1sthp_1{82%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--dx)),calc(-50% + var(--dy))) rotate(var(--angle))}}._impactFx_1sthp_4861{width:120px;height:120px;border-radius:50%;border:2px solid rgba(255,255,255,.86);box-shadow:inset 0 0 22px #f4c66c4d,0 0 28px #ff315494;transform:translate(-50%,-50%) scale(.55);animation:_impactPopV4_1sthp_1 1.15s ease-out forwards}._impactFx_1sthp_4861:before,._impactFx_1sthp_4861:after{content:"";position:absolute;left:50%;top:50%;width:120%;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.9),transparent);transform:translate(-50%,-50%)}._impactFx_1sthp_4861:after{width:2px;height:120%;background:linear-gradient(180deg,transparent,rgba(255,255,255,.9),transparent)}._impactMagic_1sthp_4886{border-color:#bca7ffe6;box-shadow:inset 0 0 28px #bca7ff57,0 0 34px #bca7ffa6}._impactMelee_1sthp_4891{border-color:#f4c66cf2;box-shadow:inset 0 0 28px #f4c66c6b,0 0 42px #ff3154c2}._shieldImpactFx_1sthp_4896{width:150px;height:150px;border-radius:50%;border:2px solid rgba(94,231,255,.92);background:radial-gradient(circle,rgba(255,255,255,.18),rgba(94,231,255,.08) 46%,transparent 68%);box-shadow:inset 0 0 28px #5ee7ff59,0 0 42px #5ee7ffb8;transform:translate(-50%,-50%) scale(.55);animation:_shieldPopV4_1sthp_1 .9s ease-out forwards}._hitBodyImpactFxV42_1sthp_4907{width:92px;height:92px;border-radius:50%;background:radial-gradient(circle,rgba(255,247,209,.98) 0 7%,rgba(255,127,54,.8) 8% 19%,transparent 54%),conic-gradient(from 8deg,transparent 0 8%,rgba(255,216,124,.92) 9% 11%,transparent 12% 26%,rgba(255,104,57,.86) 27% 30%,transparent 31% 100%);filter:drop-shadow(0 0 18px rgba(255,124,54,.82));transform:translate(-50%,-50%) scale(.4);animation:_hitBodyImpactV42_1sthp_1 .82s ease-out forwards}._shieldShatterFxV42_1sthp_4917{width:190px;height:190px;border-radius:50%;background:repeating-conic-gradient(from 7deg,transparent 0 10deg,rgba(103,241,222,.9) 11deg 13deg,transparent 14deg 31deg),radial-gradient(circle,transparent 42%,rgba(88,232,210,.78) 43% 46%,transparent 48%);filter:drop-shadow(0 0 18px rgba(75,231,207,.78));transform:translate(-50%,-50%) scale(.54);animation:_shieldShatterV42_1sthp_1 1s ease-out forwards}@keyframes _shieldPopV4_1sthp_1{20%,68%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.42)}}@keyframes _hitBodyImpactV42_1sthp_1{15%{opacity:1;transform:translate(-50%,-50%) scale(.75) rotate(-8deg)}55%{opacity:.95;transform:translate(-50%,-50%) scale(1.08) rotate(5deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.38) rotate(14deg)}}@keyframes _shieldShatterV42_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.44) rotate(-4deg)}22%{opacity:1;transform:translate(-50%,-50%) scale(.9) rotate(0)}to{opacity:0;transform:translate(-50%,-50%) scale(1.38) rotate(17deg)}}@keyframes _impactPopV4_1sthp_1{18%,72%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.58) rotate(18deg)}}._slashArcFx_1sthp_4975{width:240px;height:92px;border-radius:50%;border-top:12px solid rgba(255,246,230,.96);border-right:7px solid rgba(244,198,108,.82);filter:drop-shadow(0 0 24px rgba(244,198,108,.96));transform:translate(-50%,-50%) rotate(var(--rot)) scale(.4);animation:_slashArcV4_1sthp_1 1s ease-out forwards}._hitBurstFx_1sthp_4986{width:170px;height:170px;transform:translate(-50%,-50%) rotate(var(--rot)) scale(.3);background:linear-gradient(90deg,transparent 3%,rgba(255,246,230,.95) 48%,transparent 68%),linear-gradient(70deg,transparent 10%,rgba(244,198,108,.9) 48%,transparent 70%),linear-gradient(110deg,transparent 10%,rgba(255,49,84,.78) 48%,transparent 70%);clip-path:polygon(50% 0,58% 37%,100% 50%,58% 62%,50% 100%,42% 62%,0 50%,42% 37%);filter:drop-shadow(0 0 22px rgba(244,198,108,.9));animation:_hitBurstV4_1sthp_1 .62s ease-out forwards}@keyframes _slashArcV4_1sthp_1{20%,74%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot)) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot)) scale(1.45) translate(68px)}}@keyframes _hitBurstV4_1sthp_1{16%,62%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot)) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot)) scale(1.45)}}._boltFx_1sthp_5016{width:22px;height:230px;background:linear-gradient(180deg,transparent,#fff 18%,var(--battle-violet) 52%,var(--battle-gold),transparent);clip-path:polygon(48% 0,74% 35%,56% 35%,84% 100%,27% 45%,44% 45%);filter:drop-shadow(0 0 28px rgba(188,167,255,.98));transform:translate(-50%,-95%);animation:_boltDropV4_1sthp_1 1.25s ease-out forwards}@keyframes _boltDropV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-140%) scaleY(.45)}18%,76%{opacity:1;transform:translate(-50%,-88%) scaleY(1)}to{opacity:0;transform:translate(-50%,-60%) scaleY(1.35)}}._fxSpiritInsightV8_1sthp_5041{--skill-fx-glow-v8: rgba(104, 244, 197, .92);--skill-fx-hue-v8: 20deg}._fxMoonRestoreV8_1sthp_5046{--skill-fx-glow-v8: rgba(184, 226, 255, .94);--skill-fx-hue-v8: 168deg}._fxBreakingChainV8_1sthp_5051{--skill-fx-glow-v8: rgba(255, 174, 77, .94);--skill-fx-hue-v8: -18deg}._fxDragonStaffArrayV8_1sthp_5056{--skill-fx-glow-v8: rgba(255, 218, 121, .96);--skill-fx-hue-v8: -8deg}._fxGoldenFeatherV8_1sthp_5061{--skill-fx-glow-v8: rgba(255, 231, 143, .98);--skill-fx-hue-v8: 6deg}._fxLotusGuardV8_1sthp_5066{--skill-fx-glow-v8: rgba(101, 240, 199, .94);--skill-fx-hue-v8: 34deg}._fxFourSymbolsV8_1sthp_5071{--skill-fx-glow-v8: rgba(132, 225, 255, .94);--skill-fx-hue-v8: 110deg}._fxVajraFallV8_1sthp_5076{--skill-fx-glow-v8: rgba(255, 187, 75, .98);--skill-fx-hue-v8: -24deg}._fxStarfallBarrageV8_1sthp_5081{--skill-fx-glow-v8: rgba(180, 154, 255, .96);--skill-fx-hue-v8: 72deg}._fxMysticTideGuardV8_1sthp_5086{--skill-fx-glow-v8: rgba(92, 226, 241, .96);--skill-fx-hue-v8: 128deg}._fxScriptureSelectionV8_1sthp_5091{--skill-fx-glow-v8: rgba(245, 210, 119, .94);--skill-fx-hue-v8: 0deg}._fxLotusRenewalV8_1sthp_5096{--skill-fx-glow-v8: rgba(125, 245, 180, .96);--skill-fx-hue-v8: 30deg}._fxHeavenPillarV8_1sthp_5101{--skill-fx-glow-v8: rgba(255, 201, 91, .98);--skill-fx-hue-v8: -12deg}._fxMirrorSeaV8_1sthp_5106{--skill-fx-glow-v8: rgba(141, 205, 255, .96);--skill-fx-hue-v8: 146deg}._fxConstellationRainV8_1sthp_5111{--skill-fx-glow-v8: rgba(209, 171, 255, .98);--skill-fx-hue-v8: 82deg}._battleEffect_1sthp_4181._fxSpiritInsightV8_1sthp_5041,._battleEffect_1sthp_4181._fxMoonRestoreV8_1sthp_5046,._battleEffect_1sthp_4181._fxBreakingChainV8_1sthp_5051,._battleEffect_1sthp_4181._fxDragonStaffArrayV8_1sthp_5056,._battleEffect_1sthp_4181._fxGoldenFeatherV8_1sthp_5061,._battleEffect_1sthp_4181._fxLotusGuardV8_1sthp_5066,._battleEffect_1sthp_4181._fxFourSymbolsV8_1sthp_5071,._battleEffect_1sthp_4181._fxVajraFallV8_1sthp_5076,._battleEffect_1sthp_4181._fxStarfallBarrageV8_1sthp_5081,._battleEffect_1sthp_4181._fxMysticTideGuardV8_1sthp_5086,._battleEffect_1sthp_4181._fxScriptureSelectionV8_1sthp_5091,._battleEffect_1sthp_4181._fxLotusRenewalV8_1sthp_5096,._battleEffect_1sthp_4181._fxHeavenPillarV8_1sthp_5101,._battleEffect_1sthp_4181._fxMirrorSeaV8_1sthp_5106,._battleEffect_1sthp_4181._fxConstellationRainV8_1sthp_5111{filter:hue-rotate(var(--skill-fx-hue-v8)) saturate(1.16) drop-shadow(0 0 15px var(--skill-fx-glow-v8))}._impactFx_1sthp_4861._fxBreakingChainV8_1sthp_5051,._impactFx_1sthp_4861._fxDragonStaffArrayV8_1sthp_5056,._impactFx_1sthp_4861._fxGoldenFeatherV8_1sthp_5061,._impactFx_1sthp_4861._fxVajraFallV8_1sthp_5076,._impactFx_1sthp_4861._fxStarfallBarrageV8_1sthp_5081,._impactFx_1sthp_4861._fxMysticTideGuardV8_1sthp_5086,._impactFx_1sthp_4861._fxHeavenPillarV8_1sthp_5101,._impactFx_1sthp_4861._fxMirrorSeaV8_1sthp_5106,._impactFx_1sthp_4861._fxConstellationRainV8_1sthp_5111{border-color:var(--skill-fx-glow-v8);box-shadow:inset 0 0 34px color-mix(in srgb,var(--skill-fx-glow-v8) 42%,transparent),0 0 52px var(--skill-fx-glow-v8)}._spiritInsightOrbitV8_1sthp_5148,._moonRestoreHaloV8_1sthp_5149,._breakingChainSealV8_1sthp_5150,._dragonStaffArrayV8_1sthp_5151,._lotusGuardMandalaV8_1sthp_5152,._fourSymbolsWheelV8_1sthp_5153,._starfallConstellationV8_1sthp_5154,._mysticTideDomainV8_1sthp_5155,._scriptureSelectionV8_1sthp_5156,._lotusRenewalV8_1sthp_5157,._mirrorSeaGateV8_1sthp_5158,._constellationDomeV8_1sthp_5159{z-index:18;border-radius:50%;transform:translate(-50%,-50%) scale(.32) rotate(-18deg);pointer-events:none}._spiritInsightOrbitV8_1sthp_5148{width:196px;height:196px;background:radial-gradient(circle,rgba(232,255,222,.92) 0 3%,transparent 4% 35%,rgba(91,236,180,.68) 36% 38%,transparent 39%),repeating-conic-gradient(from 12deg,rgba(236,210,112,.96) 0 3deg,transparent 3deg 42deg);border:2px solid rgba(94,229,174,.8);box-shadow:inset 0 0 30px #4ce4ae47,0 0 28px #52edb77a;animation:_insightOrbitV8_1sthp_1 1.75s cubic-bezier(.18,.82,.22,1) forwards}._spiritInsightGlyphV8_1sthp_5175{z-index:20;width:74px;height:132px;border:2px solid rgba(238,211,122,.86);border-radius:42% 42% 12px 12px;background:linear-gradient(90deg,transparent 46%,rgba(255,236,162,.92) 48% 52%,transparent 54%),radial-gradient(circle at 50% 24%,#fff8c8 0 6%,#5ee6b5 7% 15%,transparent 16%),linear-gradient(180deg,#267557c7,#08221c1f);box-shadow:0 0 22px #5bebb5a6;transform:translate(-50%,-50%) scale(.55);animation:_insightGlyphV8_1sthp_1 1.45s ease-out forwards}._moonRestoreHaloV8_1sthp_5149{width:224px;height:224px;background:radial-gradient(circle at 64% 42%,transparent 0 35%,rgba(209,235,255,.94) 36% 44%,rgba(105,184,230,.28) 45% 54%,transparent 55%);filter:drop-shadow(0 0 22px rgba(177,224,255,.78));animation:_moonRestoreV8_1sthp_1 1.9s ease-out forwards}._moonRestoreRippleV8_1sthp_5195{z-index:17;width:180px;height:76px;border:4px solid rgba(157,219,255,.8);border-radius:50%;box-shadow:0 0 24px #8fd9ff9e,inset 0 0 18px #d6f3ff52;transform:translate(-50%,-50%) scale(.2);animation:_waterRippleV8_1sthp_1 1.65s ease-out forwards}._breakingChainSealV8_1sthp_5150{width:232px;height:232px;border:8px double rgba(240,167,65,.86);background:repeating-conic-gradient(from 22deg,rgba(255,208,110,.92) 0 5deg,transparent 5deg 38deg),radial-gradient(circle,transparent 49%,rgba(138,53,19,.48) 51% 64%,transparent 65%);clip-path:polygon(30% 3%,70% 3%,97% 30%,97% 70%,70% 97%,30% 97%,3% 70%,3% 30%);animation:_chainSealV8_1sthp_1 2s cubic-bezier(.2,.82,.22,1) forwards}._breakingChainImpactV8_1sthp_5215{z-index:24;width:116px;height:116px;border:9px dashed rgba(255,197,97,.96);border-radius:50%;background:radial-gradient(circle,#fff5c5 0 7%,rgba(255,112,37,.78) 8% 18%,transparent 36%);transform:translate(-50%,-50%) scale(.18) rotate(calc(var(--chain-step) * 36deg));animation:_chainBreakV8_1sthp_1 .82s ease-out forwards}._dragonStaffArrayV8_1sthp_5151{width:272px;height:272px;border:3px solid rgba(241,205,103,.8);background:repeating-conic-gradient(from 45deg,rgba(255,222,123,.88) 0 2deg,transparent 2deg 43deg),radial-gradient(circle,transparent 38%,rgba(31,114,81,.58) 39% 43%,transparent 44% 64%,rgba(227,183,76,.48) 65% 67%,transparent 68%);box-shadow:inset 0 0 34px #1f885b47,0 0 32px #eebf548f;animation:_staffArrayV8_1sthp_1 2.15s ease-out forwards}._dragonStaffArcV8_1sthp_5235{z-index:25;width:250px;height:22px;border-radius:999px;background:linear-gradient(90deg,transparent,#9e5a1c 12%,#fff2af 48%,#c47721 85%,transparent);box-shadow:0 0 14px #f3c45c,0 0 34px #ffa42bb8;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(.2);transform-origin:50% 50%;animation:_staffArcV8_1sthp_1 .92s ease-out forwards}._goldenFeatherVolleyV8_1sthp_5247{z-index:18;width:190px;height:132px;background:repeating-conic-gradient(from 240deg at 12% 70%,transparent 0 7deg,rgba(255,236,151,.92) 8deg 11deg,transparent 12deg 19deg);clip-path:polygon(0 55%,100% 0,82% 50%,100% 100%);filter:drop-shadow(0 0 20px rgba(255,213,91,.75));transform:translate(-30%,-62%) scale(.3);animation:_featherFanV8_1sthp_1 1.55s ease-out forwards}._projectileFx_1sthp_4373._fxGoldenFeatherV8_1sthp_5061{width:62px;height:18px;border-radius:72% 10%;background:linear-gradient(160deg,#fff8c8,#f3bd45 52%,#9f5d1d);box-shadow:0 0 18px #ffdf76f0,-24px 3px 22px #ffb23475}._goldenFeatherImpactV8_1sthp_5266{z-index:25;width:106px;height:106px;background:linear-gradient(45deg,transparent 43%,rgba(255,247,190,.96) 44% 55%,transparent 56%),linear-gradient(-45deg,transparent 43%,rgba(240,176,52,.92) 44% 55%,transparent 56%);filter:drop-shadow(0 0 18px rgba(255,211,89,.86));transform:translate(-50%,-50%) scale(.2) rotate(calc(var(--feather-index) * 18deg));animation:_featherImpactV8_1sthp_1 .76s ease-out forwards}._lotusGuardMandalaV8_1sthp_5152,._lotusRenewalV8_1sthp_5157{width:246px;height:246px;border:3px solid rgba(221,191,87,.84);background:repeating-conic-gradient(from 0deg,rgba(80,224,165,.82) 0 12deg,transparent 12deg 45deg),radial-gradient(circle,rgba(255,246,172,.7) 0 5%,transparent 6% 42%,rgba(43,169,119,.48) 43% 48%,transparent 49%);box-shadow:inset 0 0 34px #44dea440,0 0 34px #41e3a58c;animation:_lotusMandalaV8_1sthp_1 2.05s ease-out forwards}._lotusRenewalV8_1sthp_5157{background:repeating-conic-gradient(from 22deg,rgba(255,221,106,.84) 0 9deg,rgba(71,229,161,.74) 10deg 20deg,transparent 21deg 45deg),radial-gradient(circle,rgba(255,250,196,.86) 0 8%,transparent 9% 38%,rgba(58,190,131,.5) 39% 48%,transparent 49%)}._lotusGuardPetalsV8_1sthp_5290,._lotusRenewalPetalsV8_1sthp_5291{z-index:19;width:210px;height:116px;background:repeating-conic-gradient(from 270deg at 50% 100%,transparent 0 12deg,rgba(123,242,191,.86) 13deg 19deg,transparent 20deg 32deg);filter:drop-shadow(0 0 13px rgba(96,236,177,.72));transform:translate(-50%,-76%) scale(.35);animation:_lotusPetalsV8_1sthp_1 1.75s ease-out forwards}._fourSymbolsWheelV8_1sthp_5153{width:224px;height:224px;border:3px solid rgba(232,198,101,.82);background:conic-gradient(#73d5ff 0 24%,#ef705b 25% 49%,#eee1a6 50% 74%,#65d39f 75% 100%);-webkit-mask:radial-gradient(circle,transparent 0 42%,#000 44% 55%,transparent 57% 64%,#000 66% 69%,transparent 71%);mask:radial-gradient(circle,transparent 0 42%,#000 44% 55%,transparent 57% 64%,#000 66% 69%,transparent 71%);filter:drop-shadow(0 0 20px rgba(193,215,173,.58));animation:_fourSymbolsV8_1sthp_1 1.9s ease-out forwards}._fourSymbolsCardsV8_1sthp_5311,._scripturePagesV8_1sthp_5312{z-index:21;width:178px;height:108px;background:linear-gradient(84deg,transparent 4%,rgba(20,86,71,.94) 5% 27%,transparent 28% 35%,rgba(128,44,35,.94) 36% 58%,transparent 59% 66%,rgba(170,134,45,.94) 67% 90%,transparent 91%);border-bottom:2px solid rgba(245,213,118,.72);transform:translate(-50%,-50%) scale(.42) perspective(400px) rotateX(18deg);filter:drop-shadow(0 0 15px rgba(231,201,109,.62));animation:_cardsRevealV8_1sthp_1 1.6s ease-out forwards}._vajraFallChargeV8_1sthp_5323,._heavenPillarChargeV8_1sthp_5324{z-index:22;width:118px;height:118px;border-radius:50%;background:radial-gradient(circle,#fff7c3 0 8%,#f1b83d 9% 23%,rgba(118,56,12,.54) 25% 42%,transparent 63%);box-shadow:0 0 38px #ffc138db;transform:translate(-50%,-50%) scale(.18);animation:_vajraChargeV8_1sthp_1 1.35s ease-out forwards}._vajraFallPillarV8_1sthp_5335,._heavenPillarV8_1sthp_5336{z-index:25;width:92px;height:330px;border-radius:45% 45% 12px 12px;background:linear-gradient(90deg,transparent,rgba(226,143,31,.7) 18%,#fff4af 48%,rgba(224,126,21,.72) 80%,transparent);box-shadow:0 0 32px #ffb82fcc;transform:translate(-50%,-120%) scaleY(.35);animation:_pillarDropV8_1sthp_1 1.22s cubic-bezier(.12,.82,.2,1) forwards}._heavenPillarV8_1sthp_5336{width:142px;height:430px;background:linear-gradient(90deg,transparent,rgba(157,76,12,.65) 12%,#f6c95c 31%,#fff7bd 50%,#e9a632 70%,rgba(128,55,9,.68) 88%,transparent)}._vajraFallGroundV8_1sthp_5353,._heavenPillarFractureV8_1sthp_5354{filter:sepia(.45) saturate(1.55) drop-shadow(0 0 24px rgba(255,167,50,.84))}._heavenPillarScreenV8_1sthp_5358{inset:0!important;width:100%!important;height:100%!important}._starfallConstellationV8_1sthp_5154,._constellationDomeV8_1sthp_5159{width:270px;height:270px;border:2px solid rgba(194,165,255,.76);background:radial-gradient(circle at 25% 21%,#fff 0 2px,transparent 3px),radial-gradient(circle at 67% 27%,#fff7c2 0 3px,transparent 4px),radial-gradient(circle at 72% 73%,#fff 0 2px,transparent 3px),radial-gradient(circle at 31% 68%,#dfc7ff 0 3px,transparent 4px),conic-gradient(from 18deg,transparent,rgba(155,109,240,.2),transparent 38%,rgba(255,210,106,.18),transparent 72%);box-shadow:inset 0 0 34px #7151da57,0 0 31px #ba91ff85;animation:_constellationOpenV8_1sthp_1 2.35s ease-out forwards}._constellationDomeV8_1sthp_5159{width:310px;height:310px;border-color:#ebcb6fc7}._starfallMeteorV8_1sthp_5380,._constellationRainV8_1sthp_5381{z-index:26;width:20px;height:150px;border-radius:999px;background:linear-gradient(180deg,transparent,rgba(208,182,255,.52) 18%,#fff 72%,#efc455 84%,transparent);box-shadow:0 0 22px #bb97ffdb;transform:translate(-50%,-115%) rotate(-18deg) scaleY(.35);animation:_meteorDropV8_1sthp_1 .92s ease-in forwards}._constellationRainV8_1sthp_5381{background:linear-gradient(180deg,transparent,rgba(255,219,116,.45) 16%,#fff 68%,#cf9dff 83%,transparent);transform:translate(-50%,-125%) rotate(calc(-28deg + var(--star-index) * 3deg)) scaleY(.32)}._mysticTideDomainV8_1sthp_5155,._mirrorSeaGateV8_1sthp_5158{width:282px;height:218px;border:5px double rgba(104,225,237,.75);background:repeating-radial-gradient(ellipse at 50% 100%,transparent 0 19px,rgba(76,211,225,.35) 20px 23px,transparent 24px 39px);box-shadow:inset 0 0 38px #2fa7c252,0 0 28px #4edae985;animation:_tideDomainV8_1sthp_1 2.35s ease-out forwards}._mysticTideWardV8_1sthp_5407,._mirrorSeaWardV8_1sthp_5408{z-index:22;width:188px;height:220px;border:5px double rgba(103,225,235,.82);border-radius:48% 48% 42% 42%;background:radial-gradient(ellipse,rgba(108,227,238,.14),transparent 66%);box-shadow:inset 0 0 26px #46d7e140,0 0 25px #54dde88a;transform:translate(-50%,-50%) scale(.45);animation:_wardRiseV8_1sthp_1 1.9s ease-out forwards}._mysticTideWaveV8_1sthp_5420,._mirrorSeaSlashV8_1sthp_5421{z-index:24;width:222px;height:74px;border-top:10px solid rgba(190,248,255,.9);border-radius:50%;filter:drop-shadow(0 0 19px rgba(75,225,240,.84));transform:translate(-50%,-50%) rotate(calc(-18deg + var(--tide-index) * 18deg)) scale(.22);animation:_tideSlashV8_1sthp_1 .88s ease-out forwards}._mirrorSeaGateV8_1sthp_5158{border-radius:50%;border-color:#92cfffd9;background:linear-gradient(135deg,transparent 42%,rgba(235,248,255,.55) 43% 47%,transparent 48%),radial-gradient(ellipse,rgba(90,160,225,.25),transparent 65%)}._mirrorSeaWardV8_1sthp_5408{border-color:#9cd3ffdb}._mirrorSeaSlashV8_1sthp_5421{transform:translate(-50%,-50%) rotate(var(--rot)) scale(.2)}._scriptureSelectionV8_1sthp_5156{width:234px;height:176px;border:4px double rgba(230,197,99,.84);border-radius:46% 46% 18% 18%;background:repeating-linear-gradient(90deg,transparent 0 21px,rgba(229,193,92,.32) 22px 23px),radial-gradient(ellipse at center,rgba(240,211,119,.22),transparent 66%);box-shadow:0 0 26px #e7c15573;animation:_scriptureOpenV8_1sthp_1 1.95s ease-out forwards}._scripturePagesV8_1sthp_5312{background:linear-gradient(84deg,transparent 2%,rgba(78,49,17,.96) 3% 29%,transparent 30% 36%,rgba(98,63,19,.96) 37% 63%,transparent 64% 70%,rgba(75,45,14,.96) 71% 97%,transparent 98%),repeating-linear-gradient(0deg,transparent 0 12px,rgba(244,209,111,.72) 13px 15px)}@keyframes _insightOrbitV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.24) rotate(-48deg)}24%,72%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(26deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.16) rotate(88deg)}}@keyframes _insightGlyphV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-30%) scale(.45)}30%,72%{opacity:1;transform:translate(-50%,-58%) scale(1)}to{opacity:0;transform:translate(-50%,-82%) scale(.82)}}@keyframes _moonRestoreV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(-22deg)}28%,70%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:0;transform:translate(-50%,-58%) scale(1.18) rotate(12deg)}}@keyframes _waterRippleV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.15)}28%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.55)}}@keyframes _chainSealV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(-32deg)}25%,72%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(8deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.2) rotate(34deg)}}@keyframes _chainBreakV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.15) rotate(calc(var(--chain-step) * 36deg))}28%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.25) rotate(calc(54deg + var(--chain-step) * 36deg))}}@keyframes _staffArrayV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.22) rotate(-42deg)}26%,76%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(12deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.18) rotate(62deg)}}@keyframes _staffArcV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(.18)}24%,65%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(1.18) translate(46px)}}@keyframes _featherFanV8_1sthp_1{0%{opacity:0;transform:translate(-30%,-62%) scale(.25)}25%,68%{opacity:1;transform:translate(-35%,-62%) scale(1)}to{opacity:0;transform:translate(12%,-62%) scale(1.22)}}@keyframes _featherImpactV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.2) rotate(0)}30%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.35) rotate(65deg)}}@keyframes _lotusMandalaV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.28) rotate(-28deg)}25%,73%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(10deg)}to{opacity:0;transform:translate(-50%,-54%) scale(1.14) rotate(38deg)}}@keyframes _lotusPetalsV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-38%) scale(.3)}25%,70%{opacity:1;transform:translate(-50%,-76%) scale(1)}to{opacity:0;transform:translate(-50%,-118%) scale(1.14)}}@keyframes _fourSymbolsV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(-72deg)}28%,72%{opacity:.92;transform:translate(-50%,-50%) scale(1) rotate(14deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.13) rotate(92deg)}}@keyframes _cardsRevealV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-30%) scale(.35) perspective(400px) rotateX(62deg)}26%,72%{opacity:1;transform:translate(-50%,-55%) scale(1) perspective(400px) rotateX(12deg)}to{opacity:0;transform:translate(-50%,-76%) scale(1.08) perspective(400px) rotateX(0)}}@keyframes _vajraChargeV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.12)}36%,72%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-70%) scale(1.28)}}@keyframes _pillarDropV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-150%) scaleY(.25)}24%{opacity:1}68%{opacity:1;transform:translate(-50%,-52%) scaleY(1)}to{opacity:0;transform:translate(-50%,-34%) scaleY(1.15)}}@keyframes _constellationOpenV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.22) rotate(-34deg)}25%,76%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(10deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.18) rotate(44deg)}}@keyframes _meteorDropV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-145%) rotate(-18deg) scaleY(.3)}22%{opacity:1}75%{opacity:1;transform:translate(-50%,-35%) rotate(-18deg) scaleY(1)}to{opacity:0;transform:translate(-50%,-10%) rotate(-18deg) scaleY(.55)}}@keyframes _tideDomainV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-40%) scale(.25)}26%,76%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-60%) scale(1.16)}}@keyframes _wardRiseV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-38%) scale(.35)}28%,76%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-57%) scale(1.12)}}@keyframes _tideSlashV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--rot, -12deg)) scale(.18)}26%,66%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot, -12deg)) scale(1)}to{opacity:0;transform:translate(-22%,-50%) rotate(var(--rot, -12deg)) scale(1.2)}}@keyframes _scriptureOpenV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scaleX(.18)}28%,72%{opacity:1;transform:translate(-50%,-50%) scaleX(1)}to{opacity:0;transform:translate(-50%,-56%) scale(1.12)}}._impactFx_1sthp_4861._fxJiangyaoFist_1sthp_5771,._impactFx_1sthp_4861._fxMountainFist_1sthp_5772,._impactFx_1sthp_4861._fxHundredFinish_1sthp_5773,._impactFx_1sthp_4861._fxRuyiSweep_1sthp_5774{border-color:#ffe08efa;box-shadow:inset 0 0 32px #ffc64b80,0 0 46px #ff6f30b8}._slashArcFx_1sthp_4975._fxJiangyaoFist_1sthp_5771,._slashArcFx_1sthp_4975._fxMountainFist_1sthp_5772,._slashArcFx_1sthp_4975._fxHundredFinish_1sthp_5773,._slashArcFx_1sthp_4975._fxRuyiSweep_1sthp_5774{border-top-color:#fff0b0;border-right-color:#e5a52f}._fireWheelFx_1sthp_5787{width:250px;height:250px;border-radius:50%;border:16px solid rgba(255,151,42,.9);border-left-color:#fff8ccfa;border-bottom-color:#ff3a22b3;box-shadow:inset 0 0 34px #ff3e1c94,0 0 42px #ff9528c7;transform:translate(-50%,-50%) scale(.3) rotate(-40deg);animation:_fireWheelV4_1sthp_1 1.55s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _fireWheelV4_1sthp_1{18%,72%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(190deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.32) rotate(310deg)}}._mountainShockFx_1sthp_4225{width:clamp(320px,34vw,540px);aspect-ratio:1191/731;background:url(/game-assets/player-mountain-smash-DPJjh0e4.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 22px 26px rgba(117,77,32,.54));transform:translate(-50%,-72%) scale(.38,.24);animation:_mountainShockV4_1sthp_1 1.62s cubic-bezier(.16,.84,.2,1) forwards}._mountainFistImpactFx_1sthp_5819{filter:saturate(1.12) brightness(1.08) drop-shadow(0 22px 30px rgba(82,218,194,.4))}@keyframes _mountainShockV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-66%) scale(.28,.18);filter:brightness(2.1) blur(6px)}22%{opacity:1;transform:translate(-50%,-72%) scale(1.06,.9);filter:brightness(1.32)}68%{opacity:1;transform:translate(-50%,-72%) scale(1)}to{opacity:0;transform:translate(-50%,-78%) scale(1.18,1.08);filter:brightness(.82) blur(3px)}}._cloudStepFx_1sthp_5844{width:clamp(280px,28vw,450px);aspect-ratio:1684/583;background:url(/game-assets/player-cloud-step-D0GTtjhL.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.04) drop-shadow(0 0 22px rgba(108,225,235,.58));transform:translate(-48%,-56%) scale(.42,.68);animation:_cloudStepV4_1sthp_1 1.35s ease-out forwards}._armorBreakRingFx_1sthp_5854{width:260px;height:260px;border:12px dashed rgba(213,166,72,.94);border-radius:50%;filter:drop-shadow(0 0 24px rgba(255,208,98,.82));transform:translate(-50%,-50%) scale(.35) rotate(0);animation:_armorBreakV4_1sthp_1 1.45s ease-out forwards}._cloudFistTunnelFx_1sthp_5864{width:280px;height:116px;border:14px double rgba(133,245,235,.82);border-left-color:transparent;border-radius:50%;box-shadow:inset 0 0 34px #49d7da57,0 0 30px #5ce5e570;transform:translate(-50%,-50%) rotate(-5deg) scale(.3);animation:_fistTunnelV4_1sthp_1 1.65s ease-out forwards}._flameCloakArcFx_1sthp_5875{width:330px;height:180px;border-top:24px solid rgba(255,101,35,.86);border-right:10px solid rgba(255,217,98,.92);border-radius:50%;filter:drop-shadow(0 0 30px rgba(255,88,30,.8));transform:translate(-50%,-50%) rotate(-42deg) scale(.35);animation:_flameCloakArcV4_1sthp_1 1.7s ease-out forwards}@keyframes _cloudStepV4_1sthp_1{0%{opacity:0;transform:translate(-58%,-52%) scale(.34,.62);filter:brightness(1.8) blur(5px)}18%,62%{opacity:1;transform:translate(-48%,-62%) scale(1);filter:brightness(1.1)}to{opacity:0;transform:translate(12%,-84%) scale(1.2,.9);filter:brightness(.9) blur(3px)}}@keyframes _armorBreakV4_1sthp_1{28%,62%{opacity:1;transform:translate(-50%,-50%) scale(.92) rotate(22deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.45) rotate(48deg)}}@keyframes _fistTunnelV4_1sthp_1{20%,70%{opacity:1;transform:translate(-50%,-50%) rotate(4deg) scale(1)}to{opacity:0;transform:translate(5%,-50%) rotate(8deg) scale(.62)}}@keyframes _flameCloakArcV4_1sthp_1{20%,68%{opacity:1;transform:translate(-50%,-50%) rotate(72deg) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(150deg) scale(1.38)}}._flameKickImpactFx_1sthp_4229{--kick-rotation: -8deg;width:clamp(260px,34vw,520px);aspect-ratio:1663/945;background:url(/game-assets/flame-kick-impact-C3wDa2sF.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 28px rgba(255,92,18,.72));transform-origin:78% 52%;animation:_flameKickImpactPilotV4_1sthp_1 .82s cubic-bezier(.08,.88,.18,1) forwards}._flameKickImpact2_1sthp_5946{--kick-rotation: 9deg;width:clamp(280px,37vw,560px)}._flameKickImpact3_1sthp_5951{--kick-rotation: -3deg;width:clamp(310px,40vw,610px)}@keyframes _flameKickImpactPilotV4_1sthp_1{0%{opacity:0;transform:translate(-58%,-50%) rotate(var(--kick-rotation)) scale(.3,.58);filter:brightness(2.2) blur(5px)}18%{opacity:.96;transform:translate(-50%,-50%) rotate(var(--kick-rotation)) scale(.9);filter:brightness(1.46) drop-shadow(0 0 32px rgba(255,112,18,.88))}42%{opacity:1;transform:translate(-46%,-50%) rotate(var(--kick-rotation)) scale(1.02)}to{opacity:0;transform:translate(-34%,-50%) rotate(var(--kick-rotation)) scale(1.16,.94);filter:brightness(.9) blur(3px)}}._thunderGroundRuneFx_1sthp_5977{width:clamp(320px,40vw,620px);aspect-ratio:1;background:url(/game-assets/thunder-ground-rune-1Fm0j9SO.webp) center/contain no-repeat;mix-blend-mode:screen;transform-origin:50% 50%;animation:_thunderGroundRunePilotV4_1sthp_1 2.05s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _thunderGroundRunePilotV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) perspective(760px) rotateX(64deg) rotate(-20deg) scale(.3);filter:blur(8px) brightness(1.9)}22%{opacity:.72;transform:translate(-50%,-50%) perspective(760px) rotateX(64deg) rotate(4deg) scale(.82);filter:blur(0) brightness(.94)}74%{opacity:.86;transform:translate(-50%,-50%) perspective(760px) rotateX(64deg) rotate(-2deg) scale(.94);filter:brightness(1.22)}to{opacity:0;transform:translate(-50%,-50%) perspective(760px) rotateX(64deg) rotate(8deg) scale(1.08);filter:blur(2px) brightness(.72)}}._thunderDivineStrikeFx_1sthp_6008{width:clamp(86px,10vw,150px);height:clamp(330px,60vh,620px);background:url(/game-assets/thunder-divine-lightning-D7zyLmEk.webp) center bottom/100% 100% no-repeat;mix-blend-mode:screen;transform-origin:50% 0;animation:_thunderDivineStrikePilotV4_1sthp_1 .62s steps(2,end) forwards}._thunderDivineStrikeFinal_1sthp_6017{width:clamp(112px,13vw,190px);animation-duration:.9s;animation-timing-function:cubic-bezier(.1,.86,.18,1)}@keyframes _thunderDivineStrikePilotV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-92%) scale(.72,.12);filter:brightness(3) blur(7px)}14%{opacity:1;transform:translate(-50%,-92%) scaleX(1.05);filter:brightness(2.6)}44%{opacity:.62;transform:translate(-50%,-92%) scaleX(.98);filter:brightness(1.6)}62%{opacity:1;filter:brightness(2.35)}to{opacity:0;transform:translate(-50%,-92%) scale(1.14,1.03);filter:brightness(.82) blur(3px)}}._thunderImpactPilotFx_1sthp_6049{width:clamp(280px,34vw,520px);aspect-ratio:1;background:url(/game-assets/thunder-impact-CJ02QvMp.webp) center/contain no-repeat;mix-blend-mode:screen;transform-origin:50% 58%;animation:_thunderImpactPilotV4_1sthp_1 1.15s cubic-bezier(.1,.88,.18,1) forwards}@keyframes _thunderImpactPilotV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.22);filter:brightness(3.4) blur(8px)}14%{opacity:1;transform:translate(-50%,-50%) scale(.82);filter:brightness(2.2)}42%{opacity:.96;transform:translate(-50%,-50%) scale(1);filter:brightness(1.16)}to{opacity:0;transform:translate(-50%,-44%) scale(1.25);filter:brightness(.72) blur(2px)}}._impactFx_1sthp_4861._fxFlameKick_1sthp_6080,._impactFx_1sthp_4861._fxThunderSeal_1sthp_6081{display:none}._redgoldFistImpactFx_1sthp_6085{width:clamp(300px,39vw,620px);aspect-ratio:1660/947;background:url(/game-assets/redgold-fist-impact-BBVh8LIG.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.04) drop-shadow(0 0 30px rgba(255,164,42,.7));transform-origin:82% 52%;animation:_redgoldFistImpactV4_1sthp_1 1.72s cubic-bezier(.12,.84,.18,1) forwards}@keyframes _redgoldFistImpactV4_1sthp_1{0%{opacity:0;transform:translate(-62%,-50%) scale(.28,.6);filter:brightness(2.25) blur(6px)}16%{opacity:.94;transform:translate(-54%,-50%) scale(.78);filter:brightness(1.55)}48%{opacity:1;transform:translate(-48%,-50%) scale(1)}76%{opacity:.82;transform:translate(-43%,-50%) scale(1.06)}to{opacity:0;transform:translate(-34%,-50%) scale(1.18,.94);filter:brightness(.88) blur(3px)}}._bixiaoBeamImpactFx_1sthp_6120{width:clamp(330px,43vw,680px);aspect-ratio:1659/948;background:url(/game-assets/bixiao-beam-impact-DLehNxWN.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 28px rgba(76,220,255,.72));transform-origin:82% 52%;animation:_bixiaoBeamImpactV4_1sthp_1 1.58s cubic-bezier(.1,.86,.18,1) forwards}@keyframes _bixiaoBeamImpactV4_1sthp_1{0%{opacity:0;transform:translate(-64%,-50%) scale(.22,.52);filter:brightness(2.5) blur(6px)}15%{opacity:.98;transform:translate(-57%,-50%) scale(.8);filter:brightness(1.8)}44%{opacity:1;transform:translate(-50%,-50%) scale(1)}70%{opacity:.88;transform:translate(-47%,-50%) scale(1.04)}to{opacity:0;transform:translate(-42%,-50%) scale(1.14,.94);filter:brightness(.82) blur(3px)}}._impactFx_1sthp_4861._fxBixiaoBeam_1sthp_6155{display:none}._starBindCagePilotFx_1sthp_4233{width:clamp(260px,30vw,460px);aspect-ratio:1;background:url(/game-assets/star-bind-cage-CrSoK1l4.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 30px rgba(145,119,255,.72));animation:_starBindCagePilotV4_1sthp_1 2.15s cubic-bezier(.16,.84,.2,1) forwards}._starBindCageEchoFx_1sthp_6168{width:clamp(230px,27vw,410px);filter:hue-rotate(22deg) brightness(1.14) drop-shadow(0 0 32px rgba(89,226,244,.76));animation-delay:.04s}@keyframes _starBindCagePilotV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(1.32,.78);filter:brightness(1.9) blur(7px)}22%{opacity:.88;transform:translate(-50%,-50%) scale(1.06,.94);filter:brightness(1.24)}52%{opacity:1;transform:translate(-50%,-50%) scaleX(.9)}76%{opacity:.9;transform:translate(-50%,-50%) scale(.84,1.02);filter:brightness(1.22)}to{opacity:0;transform:translate(-50%,-50%) scale(.72,1.08);filter:brightness(.78) blur(3px)}}._impactFx_1sthp_4861._fxStarBind_1sthp_6200{display:none}._beamFx_1sthp_4303._fxBixiaoBeam_1sthp_6155{height:14px;background:linear-gradient(90deg,#95fff914,#efffff,#58e9ff,#79bfff);box-shadow:0 0 24px #5ee7fff2,0 0 70px #4db2ff75}._beamFx_1sthp_4303._fxSunSpear_1sthp_6210{height:10px;background:linear-gradient(90deg,#ffe8960a,#fff8d0,#ffc95f,#ff7a32);box-shadow:0 0 22px #ffd368f5,0 0 58px #ff7d2d7a}._sunSpearHeadFx_1sthp_4247{width:clamp(380px,42vw,680px);aspect-ratio:1638/636;z-index:20;background:url(/game-assets/player-sun-spear-Bzok95C1.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.06) drop-shadow(0 0 28px rgba(255,190,64,.68));transform:translate(-82%,-50%) scale(.42,.32);animation:_spearHeadV4_1sthp_1 1.48s cubic-bezier(.16,.84,.2,1) forwards}._focusCoreFx_1sthp_6227{width:92px;height:92px;border-radius:50%;border:8px double rgba(109,238,242,.94);background:radial-gradient(circle,#fff 0 10%,#63e8ed 22%,rgba(57,165,215,.22) 48%,transparent 68%);box-shadow:0 0 34px #54e2e9c2;transform:translate(-50%,-50%) scale(.3);animation:_focusCoreV4_1sthp_1 1.45s ease-out forwards}._secondPierceFx_1sthp_6238{width:190px;height:52px;clip-path:polygon(0 42%,72% 42%,72% 8%,100% 50%,72% 92%,72% 58%,0 58%);background:linear-gradient(90deg,transparent,#fff8c9,#ffb73d);filter:drop-shadow(0 0 22px rgba(255,193,66,.9));transform:translate(-72%,-50%) scaleX(.35);animation:_secondPierceV4_1sthp_1 1.05s ease-out forwards}._trackingTailFx_1sthp_6248{width:180px;height:42px;border-bottom:8px solid rgba(114,232,237,.82);border-radius:50%;filter:drop-shadow(0 0 16px rgba(92,224,230,.72));transform:translate(-15%,-50%) rotate(-8deg) scaleX(.3);animation:_trackingTailV4_1sthp_1 1.5s ease-out forwards}._starCritHaloFx_1sthp_6258{width:220px;height:220px;clip-path:polygon(50% 0,60% 37%,100% 50%,60% 63%,50% 100%,40% 63%,0 50%,40% 37%);border:10px solid rgba(154,220,255,.86);filter:drop-shadow(0 0 28px rgba(135,144,255,.84));transform:translate(-50%,-50%) rotate(0) scale(.25);animation:_starCritHaloV4_1sthp_1 1.35s ease-out forwards}@keyframes _focusCoreV4_1sthp_1{18%,68%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(90deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.3) rotate(160deg)}}@keyframes _secondPierceV4_1sthp_1{22%,68%{opacity:1;transform:translate(-50%,-50%) scaleX(1)}to{opacity:0;transform:translate(20%,-50%) scaleX(1.4)}}@keyframes _trackingTailV4_1sthp_1{20%,64%{opacity:1;transform:translate(-15%,-50%) rotate(8deg) scaleX(1)}to{opacity:0;transform:translate(65%,-65%) rotate(16deg) scaleX(.5)}}@keyframes _starCritHaloV4_1sthp_1{20%,62%{opacity:1;transform:translate(-50%,-50%) rotate(45deg) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(110deg) scale(1.5)}}@keyframes _spearHeadV4_1sthp_1{0%{opacity:0;transform:translate(-108%,-50%) scale(.32,.24);filter:brightness(2) blur(6px)}18%,72%{opacity:1;transform:translate(-82%,-50%) scale(1);filter:brightness(1.12)}to{opacity:0;transform:translate(-68%,-50%) scale(1.1);filter:brightness(.84) blur(3px)}}._projectileMissile_1sthp_4384._fxCloudMissile_1sthp_6325{width:62px;height:22px;background:linear-gradient(90deg,#d5ffff1f,#f5ffff 34%,#69dfe7 62%,#d6af58);box-shadow:-32px 0 32px #6ee0e77a,0 0 22px #f4d178cc}._projectileMissile_1sthp_4384._fxStarRail_1sthp_6332{width:38px;height:38px;border-radius:0;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 56%,79% 94%,50% 71%,21% 94%,32% 56%,2% 35%,39% 35%);background:radial-gradient(circle,#fff,#8ceeff 42%,#6996ff 74%);box-shadow:none;filter:drop-shadow(-22px 0 18px rgba(103,208,255,.72)) drop-shadow(0 0 14px rgba(155,141,255,.9))}._projectileMissile_1sthp_4384._fxLotusDart_1sthp_6342{width:34px;height:34px;border-radius:62% 18%;background:radial-gradient(circle at 36% 34%,#fff,#9ff5ff 24%,#54bdd7 48%,#d7b34f 70%,transparent 74%);box-shadow:0 0 24px #68e5f6d6,-18px 0 30px #f4c66c57}._projectileMissile_1sthp_4384._fxWindfireWheel_1sthp_6350{width:46px;height:46px;border:7px double rgba(255,218,118,.96);border-radius:50%;background:radial-gradient(circle,transparent 24%,rgba(255,80,26,.76) 28% 48%,transparent 54%);box-shadow:0 0 26px #ff6419e6,0 0 48px #f4c66c80}._projectileMissile_1sthp_4384._fxBindingRope_1sthp_6359{width:72px;height:26px;border:5px solid rgba(219,199,255,.92);border-left-color:transparent;border-radius:50%;background:transparent;box-shadow:0 0 22px #9a78ffcc,inset 0 0 12px #5ee7ff70}._cloudStarsImpactFx_1sthp_4242{width:clamp(330px,34vw,560px);aspect-ratio:1517/796;z-index:18;background:url(/game-assets/player-cloud-stars-impact-ChzkmdyG.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.1) drop-shadow(0 0 26px rgba(101,221,242,.62));transform:translate(-78%,-50%) scale(.56,.44);animation:_cloudStarsImpactV4_1sthp_1 1.48s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _cloudStarsImpactV4_1sthp_1{0%{opacity:0;transform:translate(-104%,-50%) scale(.5,.36);filter:brightness(2) blur(5px)}24%,68%{opacity:1;transform:translate(-78%,-50%) scale(1);filter:brightness(1.15)}to{opacity:0;transform:translate(-68%,-50%) scale(1.1);filter:brightness(.86) blur(3px)}}._projectileRune_1sthp_4389._fxThunderSeal_1sthp_6081{border-radius:22% 58%;background:radial-gradient(circle,#fff 0 12%,#d3b3ff 32%,#6945cc 60%,transparent 72%);transform:translate(-50%,-50%) rotate(45deg)}._wheelProjectionFx_1sthp_6403{width:270px;height:270px;border-radius:50%;border:9px double rgba(255,218,114,.9);background:repeating-conic-gradient(from 0deg,rgba(177,143,255,.72) 0 5deg,transparent 5deg 30deg);box-shadow:inset 0 0 36px #7350cd61,0 0 42px #ffd3698c;transform:translate(-50%,-50%) rotate(0) scale(.25);animation:_wheelProjectionV4_1sthp_1 1.9s ease-out forwards}._boltFx_1sthp_5016._fxThunderSeal_1sthp_6081{background:linear-gradient(180deg,transparent,#fff 16%,#a98bff 44%,#ffd86f 72%,transparent)}._starBindRingFx_1sthp_6418{width:270px;height:122px;border-radius:50%;border:8px double rgba(181,152,255,.94);box-shadow:inset 0 0 34px #7856dd57,0 0 38px #bca7ffbd;transform:translate(-50%,-50%) rotate(-8deg) scale(1.35);animation:_starBindV4_1sthp_1 1.9s ease-out forwards}._starBindSecondFx_1sthp_6428{width:220px;height:96px;border-style:dashed;border-color:#71e2efeb;animation-duration:2.2s}@keyframes _starBindV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(-8deg) scale(1.5)}24%,72%{opacity:1;transform:translate(-50%,-50%) rotate(10deg) scale(.88)}to{opacity:0;transform:translate(-50%,-50%) rotate(24deg) scale(.68)}}._lotusArrayFx_1sthp_4237{width:clamp(310px,34vw,530px);aspect-ratio:1421/969;background:url(/game-assets/player-pure-fire-lotus-u2rXBYNo.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 30px rgba(255,96,35,.7));transform:translate(-50%,-64%) scale(.32,.22);animation:_lotusArrayV4_1sthp_1 1.82s cubic-bezier(.16,.84,.2,1) forwards}._flamePetalFx_1sthp_6460{width:310px;height:310px;background:repeating-conic-gradient(from 0deg,transparent 0 10deg,rgba(255,102,41,.88) 12deg 24deg,rgba(255,222,110,.75) 25deg 31deg,transparent 32deg 45deg);clip-path:polygon(50% 0,61% 34%,91% 9%,72% 41%,100% 50%,67% 60%,91% 91%,59% 71%,50% 100%,40% 68%,9% 91%,29% 59%,0 50%,34% 40%,9% 9%,40% 32%);filter:drop-shadow(0 0 28px rgba(255,82,31,.84));transform:translate(-50%,-50%) rotate(0) scale(.25);animation:_flamePetalV4_1sthp_1 1.7s ease-out forwards}@keyframes _wheelProjectionV4_1sthp_1{18%,72%{opacity:1;transform:translate(-50%,-50%) rotate(120deg) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(210deg) scale(1.35)}}@keyframes _flamePetalV4_1sthp_1{18%,68%{opacity:1;transform:translate(-50%,-50%) rotate(80deg) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(160deg) scale(1.42)}}@keyframes _lotusArrayV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-58%) scale(.26,.18);filter:brightness(2.1) blur(6px)}22%,72%{opacity:1;transform:translate(-50%,-64%) scale(1);filter:brightness(1.08)}to{opacity:0;transform:translate(-50%,-70%) scale(1.16,1.08);filter:brightness(.86) blur(3px)}}._skySealFx_1sthp_6507{width:clamp(230px,22vw,340px);aspect-ratio:808/1816;z-index:20;background:url(/game-assets/player-skyfall-judgement-MzSG9JCW.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.04) drop-shadow(0 0 38px rgba(255,222,137,.7));transform:translate(-50%,-72%) scale(.35,.7);animation:_skySealDropV4_1sthp_1 2.12s cubic-bezier(.16,.84,.2,1) forwards}._skySealEchoFx_1sthp_6518{width:clamp(180px,18vw,280px);filter:hue-rotate(18deg) saturate(1.12) brightness(1.12) drop-shadow(0 0 34px rgba(103,229,232,.62));animation-delay:.06s}@keyframes _skySealDropV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-122%) scale(.3,.7);filter:brightness(2) blur(6px)}30%,72%{opacity:1;transform:translate(-50%,-72%) scale(1);filter:brightness(1.18)}to{opacity:0;transform:translate(-50%,-60%) scale(1.08,1.12);filter:brightness(.9) blur(3px)}}._journeyWillFx_1sthp_4269{width:clamp(430px,48vw,760px);aspect-ratio:1457/996;z-index:17;background:url(/game-assets/player-journey-will-D372iSW3.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.06) drop-shadow(0 0 30px rgba(255,208,94,.55));transform:translate(-48%,-56%) rotate(-8deg) scale(.4,.32);animation:_journeyWillV4_1sthp_1 2.2s ease-out forwards}._journeyNodeFx_1sthp_6552{width:34px;height:34px;border-radius:50%;border:5px solid rgba(255,232,155,.94);background:radial-gradient(circle,#fff 0 16%,#f2ba4e 30%,rgba(111,231,232,.34) 56%,transparent 70%);box-shadow:0 0 22px #ffcf5cc2;transform:translate(-50%,-50%) scale(.2);animation:_journeyNodeV4_1sthp_1 1.7s ease-out forwards}._goldenFeatherFinishFx_1sthp_6563{width:390px;height:110px;border-top:20px solid rgba(255,239,166,.96);border-radius:50%;filter:drop-shadow(0 0 34px rgba(255,198,73,.9));transform:translate(-50%,-50%) rotate(-18deg) scaleX(.2);animation:_goldenFeatherFinishV4_1sthp_1 1.45s ease-out forwards}@keyframes _journeyNodeV4_1sthp_1{20%,72%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(40%,-130%) scale(1.5)}}@keyframes _goldenFeatherFinishV4_1sthp_1{20%,64%{opacity:1;transform:translate(-50%,-50%) rotate(-6deg) scaleX(1)}to{opacity:0;transform:translate(30%,-60%) rotate(4deg) scaleX(1.4)}}@keyframes _journeyWillV4_1sthp_1{0%{opacity:0;transform:translate(-62%,-52%) rotate(-8deg) scale(.32,.26);filter:brightness(2) blur(6px)}20%,76%{opacity:1;transform:translate(-48%,-56%) rotate(-4deg) scale(1);filter:brightness(1.08)}to{opacity:0;transform:translate(-28%,-64%) rotate(1deg) scale(1.12);filter:brightness(.85) blur(3px)}}._hundredFistsPilotFx_1sthp_4251{width:clamp(460px,52vw,820px);aspect-ratio:1657/805;z-index:24;background:url(/game-assets/player-hundred-fists-Bt1YupAF.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 34px rgba(255,86,42,.64));transform:translate(-82%,-50%) scale(.42,.32);animation:_hundredFistsPilotV4_1sthp_1 2.08s cubic-bezier(.16,.84,.2,1) forwards}._splitSkySlashPilotFx_1sthp_6621{width:clamp(520px,60vw,920px);aspect-ratio:1476/974;z-index:25;background:url(/game-assets/player-split-sky-slash-C8ektdfd.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.08) drop-shadow(0 0 38px rgba(255,70,44,.72));transform:translate(-68%,-50%) scale(.38,.26);animation:_splitSkyPilotV4_1sthp_1 2.05s cubic-bezier(.16,.84,.2,1) forwards}._ruyiSweepPilotFx_1sthp_4221{width:clamp(360px,40vw,640px);aspect-ratio:1476/974;z-index:19;background:url(/game-assets/player-split-sky-slash-C8ektdfd.webp) center/contain no-repeat;mix-blend-mode:screen;filter:hue-rotate(-8deg) saturate(.92) brightness(1.08) drop-shadow(0 0 30px rgba(255,182,72,.64));transform:translate(-66%,-50%) scale(.34,.24);animation:_ruyiSweepPilotV4_1sthp_1 1.75s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _hundredFistsPilotV4_1sthp_1{0%{opacity:0;transform:translate(-112%,-50%) scale(.34,.24);filter:brightness(1.9) blur(6px)}22%,72%{opacity:1;transform:translate(-82%,-50%) scale(1);filter:brightness(1.12)}to{opacity:0;transform:translate(-68%,-50%) scale(1.08);filter:brightness(.82) blur(3px)}}@keyframes _splitSkyPilotV4_1sthp_1{0%{opacity:0;transform:translate(-72%,-50%) scale(.28,.18);filter:brightness(2.2) blur(8px)}20%,70%{opacity:1;transform:translate(-68%,-50%) scale(1);filter:brightness(1.16)}to{opacity:0;transform:translate(-56%,-50%) scale(1.12);filter:brightness(.8) blur(4px)}}@keyframes _ruyiSweepPilotV4_1sthp_1{0%{opacity:0;transform:translate(-76%,-50%) scale(.28,.18);filter:brightness(2) blur(6px)}22%,70%{opacity:.96;transform:translate(-66%,-50%) scale(1);filter:brightness(1.12)}to{opacity:0;transform:translate(-52%,-50%) scale(1.08);filter:brightness(.82) blur(3px)}}._heartLampFx_1sthp_4268,._goldenGuardFx_1sthp_4259,._swiftCloudFx_1sthp_4255,._spiritFruitFx_1sthp_4260{z-index:22;background-position:center;background-size:contain;background-repeat:no-repeat;mix-blend-mode:screen;transform:translate(-50%,-50%) scale(.35);animation:_supportBloomV4_1sthp_1 1.62s cubic-bezier(.16,.84,.2,1) forwards}._heartCoreOrbitFx_1sthp_6707,._biboHealFx_1sthp_6708,._cleanseSparkFx_1sthp_6709{width:250px;height:250px;border-radius:50%;transform:translate(-50%,-50%) scale(.3);animation:_supportOrbitV4_1sthp_1 1.7s ease-out forwards}._heartCoreOrbitFx_1sthp_6707{border:8px dashed rgba(104,235,229,.9);box-shadow:inset 0 0 28px #ffd25852,0 0 34px #4ddcd8a3}._capeAfterimageFx_1sthp_6722{width:320px;height:126px;background:radial-gradient(ellipse at 18% 50%,rgba(223,255,255,.72),transparent 28%),radial-gradient(ellipse at 52% 50%,rgba(105,225,232,.52),transparent 30%),radial-gradient(ellipse at 86% 50%,rgba(255,224,136,.46),transparent 28%);filter:blur(2px) drop-shadow(0 0 20px rgba(91,221,228,.6));transform:translate(-50%,-50%) scaleX(.35);animation:_capeAfterimageV4_1sthp_1 1.65s ease-out forwards}._biboHealFx_1sthp_6708{border:10px double rgba(103,234,225,.88);background:repeating-conic-gradient(from 0deg,transparent 0 18deg,rgba(98,223,225,.48) 20deg 28deg,transparent 30deg 45deg);box-shadow:0 0 34px #47d7dbad}._cleanseSparkFx_1sthp_6709{clip-path:polygon(50% 0,59% 39%,100% 50%,59% 61%,50% 100%,41% 61%,0 50%,41% 39%);background:conic-gradient(from 0deg,#fff4bd,#ff6c3d,transparent,#82efdd,#fff4bd);filter:drop-shadow(0 0 28px rgba(255,102,52,.78))}@keyframes _supportOrbitV4_1sthp_1{18%,70%{opacity:1;transform:translate(-50%,-50%) rotate(110deg) scale(1)}to{opacity:0;transform:translate(-50%,-70%) rotate(190deg) scale(1.35)}}@keyframes _capeAfterimageV4_1sthp_1{18%,66%{opacity:1;transform:translate(-60%,-50%) scaleX(1)}to{opacity:0;transform:translate(45%,-55%) scaleX(1.5)}}._impactFx_1sthp_4861._fxCloudSmash_1sthp_6763{border-style:dashed;border-color:#77ebe8eb}._impactFx_1sthp_4861._fxFlameKick_1sthp_6080{border-color:#ff8c3d;box-shadow:inset 0 0 34px #ff3f1e8f,0 0 48px #ff892cc7}._impactFx_1sthp_4861._fxBixiaoBeam_1sthp_6155,._impactFx_1sthp_4861._fxCloudMissile_1sthp_6325,._impactFx_1sthp_4861._fxLotusDart_1sthp_6342{border-color:#72eeeff0}._impactFx_1sthp_4861._fxLotusDart_1sthp_6342{border-radius:58% 42%;box-shadow:0 0 42px #ff7ab894}._impactFx_1sthp_4861._fxStarRail_1sthp_6332{border-color:#8f97fff5;clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)}._impactFx_1sthp_4861._fxSunSpear_1sthp_6210{border-color:#ffd35bfa;transform:translate(-50%,-50%) scaleX(1.35) rotate(-8deg)}._impactFx_1sthp_4861._fxThunderSeal_1sthp_6081{border-color:#bb99fff5;border-radius:22% 58%}._impactFx_1sthp_4861._fxStarBind_1sthp_6200{border-color:#7be3eeeb;border-style:double}._impactFx_1sthp_4861._fxPureFire_1sthp_6804{border-color:#ff652cf5;clip-path:polygon(50% 0,62% 34%,100% 50%,62% 66%,50% 100%,38% 66%,0 50%,38% 34%)}._impactFx_1sthp_4861._fxBaguaMirror_1sthp_6809{border-color:#6feddaf5;border-style:double;transform:translate(-50%,-50%) rotate(22.5deg)}._impactFx_1sthp_4861._fxSplitSky_1sthp_6815{border-color:#ffe999fa;box-shadow:0 0 64px #ff4141c7}._impactFx_1sthp_4861._fxSkyfallSeal_1sthp_6820{border-color:#ffdb79f5;border-style:double}._impactFx_1sthp_4861._fxJourneyWill_1sthp_6825{border-color:#65ece6eb;box-shadow:0 0 54px #ffd35dad}._screenUltFx_1sthp_6830._fxSplitSky_1sthp_6815{background:linear-gradient(118deg,transparent 34%,rgba(255,244,197,.84) 48%,rgba(255,60,65,.46) 52%,transparent 66%)}._screenUltFx_1sthp_6830._fxSkyfallSeal_1sthp_6820{background:radial-gradient(circle at 68% 42%,rgba(255,233,147,.68),transparent 32%),repeating-conic-gradient(from 0deg at 68% 42%,transparent 0 20deg,rgba(255,209,91,.26) 22deg 28deg)}._screenUltFx_1sthp_6830._fxHundredFinish_1sthp_5773{background:repeating-linear-gradient(112deg,transparent 0 8%,rgba(255,225,140,.46) 9% 10%,rgba(255,62,62,.34) 11% 12%,transparent 13% 20%)}._screenUltFx_1sthp_6830._fxJourneyWill_1sthp_6825{background:radial-gradient(ellipse at 55% 58%,rgba(97,233,230,.36),transparent 28%),radial-gradient(circle at 68% 44%,rgba(255,224,129,.58),transparent 38%)}._heartLampFx_1sthp_4268{width:clamp(190px,20vw,300px);aspect-ratio:754/1218;background-image:url(/game-assets/player-heart-lamp-CqnZvKIC.webp);filter:saturate(1.05) drop-shadow(0 0 28px rgba(255,215,91,.62))}._heartLampFx_1sthp_4268._fxJourneyBanner_1sthp_6853{filter:hue-rotate(8deg) saturate(1.14) drop-shadow(0 0 30px rgba(255,205,85,.72))}._swiftCloudFx_1sthp_4255{width:clamp(300px,34vw,520px);aspect-ratio:1684/583;background-image:url(/game-assets/player-cloud-step-D0GTtjhL.webp);filter:saturate(1.04) drop-shadow(0 0 24px rgba(92,222,235,.56))}._goldenGuardFx_1sthp_4259{width:clamp(220px,25vw,380px);aspect-ratio:1118/907;background-image:url(/game-assets/player-golden-guard-DAWw7Y8S.webp);filter:saturate(1.04) drop-shadow(0 0 30px rgba(255,207,83,.58))}._spiritFruitFx_1sthp_4260{width:clamp(170px,19vw,280px);aspect-ratio:745/1192;background-image:url(/game-assets/player-spirit-fruit-DMnXJNYe.webp);filter:saturate(1.03) drop-shadow(0 0 26px rgba(117,225,170,.56))}@keyframes _supportBloomV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-42%) scale(.3,.5);filter:brightness(2) blur(5px)}20%,72%{opacity:1;transform:translate(-50%,-50%) scale(1);filter:brightness(1.08)}to{opacity:0;transform:translate(-50%,-68%) scale(1.15);filter:brightness(.9) blur(3px)}}._screenUltFx_1sthp_6830{position:absolute;inset:0!important;z-index:65;pointer-events:none;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.32),transparent 22%),radial-gradient(circle at 70% 48%,rgba(255,49,84,.34),transparent 32%),conic-gradient(from 0deg,transparent,rgba(244,198,108,.62),transparent,rgba(255,49,84,.5),transparent);mix-blend-mode:screen;opacity:0;animation:_screenUltV4_1sthp_1 2.3s ease-out forwards}._screenRewardFx_1sthp_6906{position:absolute;inset:0!important;z-index:74;pointer-events:none;background:radial-gradient(circle at 68% 45%,rgba(255,255,255,.38),transparent 18%),radial-gradient(circle at 68% 45%,rgba(244,198,108,.5),transparent 30%),radial-gradient(circle at 46% 62%,rgba(94,231,255,.18),transparent 28%);mix-blend-mode:screen;opacity:0;animation:_rewardFlashV4_1sthp_1 4.5s ease-out forwards}@keyframes _rewardFlashV4_1sthp_1{8%,34%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.08)}}@keyframes _screenUltV4_1sthp_1{10%,58%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.22) rotate(18deg)}}._ultimateSlashFx_1sthp_6937{position:absolute;left:-10vw!important;top:46%!important;z-index:66;width:122vw;height:24px;border-radius:999px;pointer-events:none;background:linear-gradient(90deg,transparent,#fff,var(--battle-gold),var(--battle-red),transparent);box-shadow:0 0 32px #f4c66cf5,0 0 80px #ff31547a;transform:rotate(-18deg) scaleX(.08);transform-origin:center;animation:_ultimateSlashV4_1sthp_1 1.6s cubic-bezier(.16,.84,.2,1) forwards}._ultimateSlashAlt_1sthp_6953{top:55%!important;background:linear-gradient(90deg,transparent,#fff,var(--battle-cyan),var(--battle-violet),transparent);box-shadow:0 0 32px #5ee7ffe0,0 0 80px #bca7ff7a;animation-delay:.18s;--slash-rot: 18deg}@keyframes _ultimateSlashV4_1sthp_1{12%,72%{opacity:1;transform:rotate(var(--slash-rot, -18deg)) scaleX(1)}to{opacity:0;transform:rotate(var(--slash-rot, -18deg)) scaleX(1.08) translate(90px)}}._cardsBarV4_1sthp_6971{position:relative;z-index:22;min-width:0;display:grid;grid-template-columns:142px minmax(0,1fr);gap:10px;padding:10px 12px 8px;border:1px solid rgba(244,198,108,.18);border-radius:22px 22px 12px 12px;background:radial-gradient(ellipse at 50% -20%,rgba(244,198,108,.2),transparent 42%),linear-gradient(180deg,#45231f85,#0d0c1080);box-shadow:0 -18px 46px #0000002e,inset 0 1px #fff6e60f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._drawBoxV4_1sthp_6986{border-radius:16px;padding:12px;display:grid;align-content:center;gap:8px;min-width:0;border:1px solid rgba(244,198,108,.16);background:linear-gradient(180deg,#fff6e614,#fff6e606),#1a14124d}._drawBoxV4_1sthp_6986 b{color:var(--battle-gold);font-size:19px}._drawBoxV4_1sthp_6986 span{color:var(--battle-muted);font-size:10.5px;line-height:1.42}._drawBtnV4_1sthp_7006{border:0;border-radius:999px;padding:11px 10px;color:#1a1309;font-weight:950;background:linear-gradient(120deg,var(--battle-gold),#fff3cf 52%,#d69228);box-shadow:0 18px 36px -16px #f4c66cd1;display:inline-flex;align-items:center;justify-content:center;gap:7px}._drawBtnV4_1sthp_7006:disabled{opacity:.62;cursor:default}._handV4_1sthp_7024{min-width:0;display:grid;grid-template-columns:repeat(5,minmax(110px,146px));gap:13px;perspective:1300px;align-items:center;justify-content:center;padding:0 6px}._skillCardV4_1sthp_44{position:relative;width:100%;min-width:0;aspect-ratio:2/3;border:0;border-radius:0;overflow:visible;padding:0;color:var(--battle-ink);background:transparent;box-shadow:none;filter:drop-shadow(0 18px 24px rgba(0,0,0,.42));display:block;text-align:left;transition:transform .16s ease,opacity .18s ease,filter .16s ease}._skillCardV4_1sthp_44:hover:not(:disabled){transform:translateY(-12px) scale(1.02);filter:drop-shadow(0 24px 30px rgba(0,0,0,.48)) brightness(1.08) saturate(1.08)}._skillCardUsed_1sthp_7057{opacity:.28;pointer-events:none;transform:translateY(8px) scale(.94)}._skillCardFrame_1sthp_7063{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._skillCardFullCover_1sthp_7073{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:contain;pointer-events:none}._skillCardArt_1sthp_7083{position:absolute;z-index:1;left:15%;right:15%;top:13%;height:42%;border-radius:999px 999px 26px 26px;border:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 70% 22%,rgba(255,255,255,.18),transparent 28%),linear-gradient(150deg,#ffffff0f,#ffffff04);opacity:.75;display:grid;place-items:center;overflow:hidden}._skillCardArt_1sthp_7083 svg{position:relative;z-index:2;color:#fff6e6eb;filter:drop-shadow(0 0 12px rgba(244,198,108,.55))}._skillCardArt_1sthp_7083 i{position:absolute;inset:18%;border:1px solid rgba(255,246,230,.18);border-radius:50%;transform:rotate(24deg)}._skillCardArt_1sthp_7083>span{position:absolute;z-index:1;width:54%;height:54%;border-radius:50%;background:#ffffff1a;box-shadow:inset 0 0 14px #ffffff1f,0 0 22px #f4c66c42}._skillCardArt_1sthp_7083:before,._skillCardArt_1sthp_7083:after{content:"";position:absolute;inset:20%;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:rotate(36deg)}._skillCardArt_1sthp_7083:after{transform:rotate(-42deg);opacity:.72}._skillMelee_1sthp_7133 ._skillCardArt_1sthp_7083{background:radial-gradient(circle at 70% 22%,rgba(244,198,108,.22),transparent 30%),linear-gradient(150deg,#4a211d,#111018)}._skillRanged_1sthp_30 ._skillCardArt_1sthp_7083{background:radial-gradient(circle at 70% 22%,rgba(94,231,255,.2),transparent 30%),linear-gradient(150deg,#11373d,#0e1118)}._skillMagic_1sthp_34 ._skillCardArt_1sthp_7083{background:radial-gradient(circle at 70% 22%,rgba(188,167,255,.26),transparent 30%),linear-gradient(150deg,#2b1d49,#111018)}._skillUltimate_1sthp_38 ._skillCardArt_1sthp_7083,._skillBuff_1sthp_39 ._skillCardArt_1sthp_7083{background:radial-gradient(circle at 70% 22%,rgba(255,49,84,.28),transparent 30%),linear-gradient(150deg,#481626,#111018)}._art_meleeCombo_1sthp_7150>span,._art_jumpSmash_1sthp_7151>span{border-radius:22% 62% 24% 64%;background:linear-gradient(115deg,transparent 18%,#fff7df 22% 30%,transparent 34%),linear-gradient(145deg,#f4c66ceb,#ff315494);transform:rotate(-18deg)}._art_jumpSmash_1sthp_7151>span{width:62%;height:46%;clip-path:polygon(50% 0,92% 48%,62% 48%,78% 100%,18% 40%,42% 42%)}._art_beam_1sthp_7163>span{width:82%;height:18%;border-radius:999px;background:linear-gradient(90deg,#fff3,#fff,#5ee7ff,#f4c66c);box-shadow:0 0 24px #5ee7ffdb}._art_missile_1sthp_7171>span{width:68%;height:26%;border-radius:999px 40% 40% 999px;background:radial-gradient(circle at 78% 50%,#fff 0 10%,transparent 12%),linear-gradient(90deg,#f4c66c,#ff3154 58%,#5ee7ff);box-shadow:-18px 0 20px #f4c66c6b,0 0 20px #5ee7ffa3}._art_runeBolt_1sthp_7179>span,._art_magicBind_1sthp_7180>span{width:58%;height:58%;border:2px solid rgba(238,232,255,.78);background:radial-gradient(circle,rgba(188,167,255,.5),rgba(188,167,255,.08) 54%,transparent 58%);box-shadow:0 0 24px #bca7ffc7}._art_magicBind_1sthp_7180>span{border-radius:36%;transform:rotate(45deg)}._art_ultimate_1sthp_7193>span{width:86%;height:18%;border-radius:999px;background:linear-gradient(90deg,transparent,#fff,#f4c66c,#ff3154,transparent);box-shadow:0 0 32px #f4c66ceb;transform:rotate(-18deg)}._art_buff_1sthp_7202>span{width:56%;height:56%;border:2px solid rgba(94,231,255,.64);background:radial-gradient(circle,rgba(255,255,255,.52),rgba(94,231,255,.22) 42%,transparent 62%),conic-gradient(from 0deg,transparent,rgba(94,231,255,.7),transparent,rgba(244,198,108,.7),transparent);animation:_buffSigil_1sthp_1 3.2s linear infinite}@keyframes _buffSigil_1sthp_1{to{transform:rotate(360deg)}}._skillCardInfo_1sthp_53{position:absolute;z-index:2;left:14%;right:14%;bottom:13.5%;min-height:24%;display:block}._skillCostV4_1sthp_44{position:absolute;z-index:4;left:9%;top:8%;width:28px;height:28px;border:1px solid rgba(178,244,255,.72);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;gap:1px;color:#f5ffff;background:radial-gradient(circle at 35% 28%,#5ee7ff,#287ca2 52%,#132f4b);box-shadow:0 3px 8px #030f1b80,inset 0 0 0 2px #ffffff1f;font-size:11px;font-weight:950}._skillCardUnavailable_1sthp_7245{filter:saturate(.45) brightness(.72)}._skillCardUnavailable_1sthp_7245 ._skillCostV4_1sthp_44{border-color:#ff9eb0b8;background:radial-gradient(circle at 35% 28%,#a85d72,#56263b 58%,#24131d)}._skillCardInfo_1sthp_53>div:first-child{min-width:0;padding-right:29%}._skillTag_1sthp_7258{display:inline-flex;width:max-content;border-radius:8px;padding:2px 6px;background:var(--battle-gold);color:#171009;font-size:9px;font-weight:950}._skillRanged_1sthp_30 ._skillTag_1sthp_7258{background:var(--battle-cyan)}._skillMagic_1sthp_34 ._skillTag_1sthp_7258{background:var(--battle-violet)}._skillUltimate_1sthp_38 ._skillTag_1sthp_7258,._skillBuff_1sthp_39 ._skillTag_1sthp_7258{background:var(--battle-red);color:#fff}._skillName_1sthp_64{margin-top:3px;width:100%;min-height:2.2em;padding:3px 4px;border-radius:3px;background:#f7dca0c2;box-shadow:inset 0 0 0 1px #592d111f;font-size:clamp(12px,1vw,15px);font-weight:950;line-height:1.08;color:#1b0b03;text-shadow:0 1px 0 rgba(255,255,255,.22);display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}._skillPower_1sthp_71{position:absolute;right:-3%;bottom:-2%;width:33%;min-width:25px;aspect-ratio:1;border:1px solid rgba(244,198,108,.66);border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#fff5c5fa,#91491ff5 58%,#301611fa);box-shadow:0 3px 9px #00000085,inset 0 0 0 2px #ffffff1a;color:var(--battle-gold);font-size:clamp(12px,1.05vw,16px);font-weight:950;line-height:1;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.42)}._skillPower_1sthp_71 span{display:none}._skillPower_1sthp_71 strong{font:inherit;color:inherit}._skillRanged_1sthp_30 ._skillPower_1sthp_71{color:#dffbff}._skillMagic_1sthp_34 ._skillPower_1sthp_71{color:#eee8ff}._skillUltimate_1sthp_38 ._skillPower_1sthp_71,._skillBuff_1sthp_39 ._skillPower_1sthp_71{color:#ff9eb0}._victoryV4_1sthp_7346{position:absolute;inset:0;z-index:90;background:radial-gradient(circle at 50% 22%,rgba(244,198,108,.24),transparent 34%),#07080deb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;place-items:center;align-content:center;gap:14px;text-align:center;padding:24px}._victoryV4_1sthp_7346 h2{margin:0;font-size:26px}._victoryV4_1sthp_7346 p{max-width:460px;margin:0;color:var(--battle-muted);font-size:13px}._victoryV4_1sthp_7346 button{margin-top:4px;border:0;border-radius:14px;background:linear-gradient(120deg,var(--battle-red),#ff8b61);color:#fff;padding:11px 24px;font-weight:900}._victorySkipV4_1sthp_7379{position:absolute;top:22px;right:24px;margin:0!important;min-height:32px;padding:0 13px!important;border:1px solid rgba(244,198,108,.32)!important;border-radius:7px!important;color:#f6dfad!important;background:#0c0a0994!important;font-size:11px}._bossBreakCeremonyV4_1sthp_7393,._rewardRevealCeremonyV4_1sthp_7394{display:grid;justify-items:center;gap:9px;color:#fff4d4}._bossBreakCeremonyV4_1sthp_7393>span,._rewardRevealCeremonyV4_1sthp_7394>span{color:var(--battle-gold);font-size:11px;font-weight:900}._bossBreakCeremonyV4_1sthp_7393 h2,._rewardRevealCeremonyV4_1sthp_7394 h2{margin:0;font-size:28px}._bossBreakCeremonyV4_1sthp_7393 p,._rewardRevealCeremonyV4_1sthp_7394 p{margin:0}._bossBreakSealV4_1sthp_7416{width:138px;height:138px;display:grid;place-items:center;border:9px double rgba(244,198,108,.82);border-radius:50%;color:#fff3c2;background:radial-gradient(circle,rgba(255,244,210,.28),rgba(255,67,64,.16) 46%,transparent 70%);box-shadow:0 0 54px #f4c66c5c;animation:_bossSealBreakV4_1sthp_1 .9s ease-out forwards}._bossBreakChestV4_1sthp_7429{position:relative;width:min(390px,72vw);height:224px;padding:0;border:0;appearance:none;color:inherit;background:transparent!important;cursor:pointer;display:grid;place-items:center;animation:_bossSealBreakV4_1sthp_1 .9s ease-out forwards}._bossBreakChestV4_1sthp_7429 i{position:absolute;width:72%;height:42%;border-radius:50%;background:radial-gradient(ellipse,rgba(244,198,108,.5),transparent 68%);filter:blur(18px);transform:translateY(46px)}._bossBreakChestV4_1sthp_7429 img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 34px rgba(0,0,0,.5))}._victoryV4_1sthp_7346 ._bossBreakChestV4_1sthp_7429{border-radius:0;box-shadow:none;padding:0}._bossBreakChestV4_1sthp_7429:is(:hover,:focus-visible) img{transform:translateY(-6px) scale(1.03);filter:drop-shadow(0 30px 40px rgba(0,0,0,.56)) drop-shadow(0 0 24px rgba(244,198,108,.46))}._bossBreakChestV4_1sthp_7429:focus-visible{outline:2px solid rgba(244,198,108,.9);outline-offset:4px}._bossBreakChestV4_1sthp_7429 img{transition:transform .18s ease,filter .18s ease}._rewardFlipCardV4_1sthp_7481{position:relative;width:190px;height:190px;display:grid;place-items:center;perspective:900px;animation:_rewardCardFlipV4_1sthp_1 1.2s cubic-bezier(.18,.86,.24,1) forwards}._rewardFlipCardV4_1sthp_7481>img{position:relative;z-index:2;width:154px;height:154px;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(0,0,0,.42))}._rewardChestOpenV4_1sthp_7499{position:relative;width:min(430px,78vw);height:280px;display:grid;place-items:center;perspective:900px;animation:_rewardCardFlipV4_1sthp_1 1.1s cubic-bezier(.18,.86,.24,1) forwards}._rewardChestArtV4_1sthp_7509{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 26px 36px rgba(0,0,0,.52))}._rewardChestGearV4_1sthp_7518{position:absolute;z-index:4;top:30%;left:50%;width:92px;height:92px;object-fit:contain;transform:translate(-50%,-50%);filter:drop-shadow(0 0 22px rgba(255,233,162,.95)) drop-shadow(0 16px 20px rgba(0,0,0,.42));animation:_rewardGearFloatV4_1sthp_1 1.45s ease-in-out infinite}._rewardChestCardV4_1sthp_7531{top:25%;width:68px;height:102px;border-radius:5px}._rewardFlipHaloV4_1sthp_7538{position:absolute;inset:8px;border:9px double rgba(244,198,108,.72);border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(244,198,108,.42) 0 4deg,transparent 4deg 24deg);box-shadow:0 0 56px #f4c66c6b;animation:_rewardHaloTurnV4_1sthp_1 2.1s linear infinite}._rewardChestOpenV4_1sthp_7499 ._rewardFlipHaloV4_1sthp_7538{inset:8% 20% 16%;z-index:1;border:0;background:radial-gradient(circle,rgba(255,241,178,.5),rgba(122,255,218,.18) 38%,transparent 70%);filter:blur(8px)}._bossConditionTrayV58_1sthp_7564{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}._bossConditionTrayV58_1sthp_7564>span{display:inline-flex;align-items:center;gap:3px;padding:1px 6px;border:1px solid transparent;border-radius:999px;font-size:9px;line-height:1.5;letter-spacing:.04em;white-space:nowrap;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._bossConditionTrayV58_1sthp_7564>span b{font-size:10px;font-weight:700}._bossConditionTrayV58_1sthp_7564>span[data-cond=burn]{border-color:#e86a3a8c;color:#ffcaa8;background:#682410ad;box-shadow:0 0 10px #e86a3a47;animation:_bossBurnPulseV58_1sthp_1 1.4s ease-in-out infinite}._bossConditionTrayV58_1sthp_7564>span[data-cond=armor]{border-color:#e2ac4a8c;color:#ffe6ab;background:#5e420e9e}._bossConditionTrayV58_1sthp_7564>span[data-cond=stagger]{border-color:#60ceea80;color:#bdefff;background:#1c526899}@keyframes _bossBurnPulseV58_1sthp_1{0%,to{box-shadow:0 0 8px #e86a3a38}50%{box-shadow:0 0 14px #ff8a4c80}}._battleDamage_1sthp_4182._bossBurnTickV58_1sthp_7619{color:#ffb27a;text-shadow:0 0 10px rgba(255,122,48,.75),0 1px 2px rgba(0,0,0,.6);animation:_bossBurnFloatV58_1sthp_1 1.2s ease-out forwards}@keyframes _bossBurnFloatV58_1sthp_1{0%{opacity:0;transform:translate(-50%,6px) scale(.85)}22%{opacity:1;transform:translate(-50%,-6px) scale(1.06)}to{opacity:0;transform:translate(-50%,-30px) scale(1)}}._bossPersistentConditionFxV59_1sthp_7646{position:absolute;right:var(--boss-right, 28%);top:var(--boss-top, 54%);z-index:13;width:clamp(220px,27vw,410px);aspect-ratio:.82;transform:translate(50%,-50%);pointer-events:none;filter:drop-shadow(0 12px 26px rgba(0,0,0,.42))}._bossPersistentConditionFxV59_1sthp_7646:before,._bossPersistentConditionFxV59_1sthp_7646:after,._bossPersistentConditionFxV59_1sthp_7646>b,._bossPersistentConditionFxV59_1sthp_7646>i{content:"";position:absolute;pointer-events:none}._bossPersistentConditionFxV59_1sthp_7646[data-burn]:before{inset:12% 8% -5%;border-radius:48% 52% 45% 55%;background:radial-gradient(ellipse at 50% 88%,rgba(255,235,126,.7),transparent 13%),radial-gradient(ellipse at 34% 80%,rgba(255,94,28,.7),transparent 24%),radial-gradient(ellipse at 70% 78%,rgba(255,45,18,.56),transparent 26%),linear-gradient(0deg,rgba(255,73,18,.26),transparent 68%);mix-blend-mode:screen;opacity:.62;transform-origin:50% 92%;animation:_bossConditionBurnHoldV59_1sthp_1 1.18s ease-in-out infinite}._bossPersistentConditionFxV59_1sthp_7646[data-burn-tier=mid]:before{opacity:.8;filter:saturate(1.2) brightness(1.08)}._bossPersistentConditionFxV59_1sthp_7646[data-burn-tier=max]:before{opacity:1;filter:saturate(1.35) brightness(1.18)}._bossPersistentConditionFxV59_1sthp_7646[data-burn]>i{bottom:9%;left:30%;width:8px;height:8px;border-radius:50% 10% 50% 50%;background:#ffe09a;box-shadow:0 0 9px #ff6b25;animation:_bossConditionEmberV59_1sthp_1 1.7s ease-out infinite}._bossPersistentConditionFxV59_1sthp_7646[data-burn]>i:nth-child(2){left:54%;animation-delay:-.58s;animation-duration:1.35s}._bossPersistentConditionFxV59_1sthp_7646[data-burn]>i:nth-child(3){left:70%;animation-delay:-1.02s;animation-duration:1.9s}._bossPersistentConditionFxV59_1sthp_7646[data-armor]:after{inset:15% 13% 10%;opacity:.8;background:linear-gradient(117deg,transparent 0 44%,rgba(255,225,142,.9) 45% 46%,transparent 47% 100%),linear-gradient(68deg,transparent 0 52%,rgba(255,174,70,.72) 53% 54%,transparent 55% 100%),linear-gradient(151deg,transparent 0 59%,rgba(255,236,174,.62) 60% 61%,transparent 62% 100%);filter:drop-shadow(0 0 5px rgba(255,178,61,.85));clip-path:polygon(16% 8%,82% 3%,96% 45%,78% 94%,24% 98%,4% 54%);animation:_bossArmorCrackHoldV59_1sthp_1 1.9s ease-in-out infinite}._bossPersistentConditionFxV59_1sthp_7646[data-stagger]>b{inset:12% 6% 4%;border:2px dashed rgba(99,232,222,.58);border-radius:48%;box-shadow:inset 0 0 32px #43cdc621,0 0 24px #31bbb333;animation:_bossStaggerSealHoldV59_1sthp_1 7s linear infinite}._playerPersistentConditionFxV59_1sthp_7727{position:absolute;z-index:5;inset:-16%;border-radius:48%;pointer-events:none}._playerPersistentConditionFxV59_1sthp_7727:before,._playerPersistentConditionFxV59_1sthp_7727:after,._playerPersistentConditionFxV59_1sthp_7727>i{content:"";position:absolute;pointer-events:none}._playerPersistentConditionFxV59_1sthp_7727[data-burn]:before{inset:17% 12% -2%;border-radius:48%;background:radial-gradient(ellipse at 48% 88%,rgba(255,227,115,.66),transparent 15%),radial-gradient(ellipse at 30% 78%,rgba(255,67,25,.62),transparent 27%),radial-gradient(ellipse at 70% 78%,rgba(255,119,32,.54),transparent 25%);mix-blend-mode:screen;animation:_playerBurnHoldV59_1sthp_1 1.05s ease-in-out infinite}._playerPersistentConditionFxV59_1sthp_7727[data-siphon]:after{inset:4%;border:1px solid rgba(177,117,255,.58);border-radius:50%;background:conic-gradient(from 20deg,transparent,rgba(119,65,226,.28),transparent 34%,rgba(80,214,221,.2),transparent 70%);box-shadow:inset 0 0 18px #6f39cc3d,0 0 16px #673fcc33;animation:_playerSiphonHoldV59_1sthp_1 3.6s linear infinite}._playerPersistentConditionFxV59_1sthp_7727[data-cleanse]{box-shadow:inset 0 0 20px #4ae0b229,0 0 18px #4bd5ac1f}._playerPersistentConditionFxV59_1sthp_7727>i{bottom:18%;left:27%;width:6px;height:6px;border-radius:50%;background:#ffd670e6;box-shadow:0 0 7px #ff4f1cd1;animation:_playerConditionMoteV59_1sthp_1 1.45s ease-out infinite}._playerPersistentConditionFxV59_1sthp_7727>i:nth-child(2){left:54%;animation-delay:-.48s}._playerPersistentConditionFxV59_1sthp_7727>i:nth-child(3){left:72%;animation-delay:-.9s}._bossBurnApplyFxV59_1sthp_7785,._bossBurnTickFxV59_1sthp_7786,._bossArmorBreakApplyFxV59_1sthp_7787,._bossConditionExpireFxV59_1sthp_7788,._playerBurnConditionFxV59_1sthp_7789,._playerPoisonConditionFxV59_1sthp_7790,._playerManaSiphonFxV59_1sthp_7791,._playerHandDisruptFxV59_1sthp_7792,._playerConditionCleanseFxV59_1sthp_7793,._bossHealBlockApplyFxV59_1sthp_7794,._bossAfterimageApplyFxV59_1sthp_7795,._bossWardApplyFxV59_1sthp_7796{z-index:37;pointer-events:none}._bossBurnApplyFxV59_1sthp_7785,._bossBurnTickFxV59_1sthp_7786{width:clamp(210px,26vw,390px);aspect-ratio:.9;border-radius:50%;background:radial-gradient(ellipse at 50% 78%,rgba(255,240,166,.94),transparent 10%),radial-gradient(ellipse at 34% 67%,rgba(255,77,26,.82),transparent 28%),radial-gradient(ellipse at 67% 65%,rgba(255,154,43,.72),transparent 29%);mix-blend-mode:screen;transform:translate(-50%,-50%) scale(.3);animation:_bossBurnApplyV59_1sthp_1 1.85s cubic-bezier(.16,.84,.2,1) forwards}._bossBurnTickFxV59_1sthp_7786{animation-name:_bossBurnTickV59_1sthp_1;animation-duration:1.4s}._bossArmorBreakApplyFxV59_1sthp_7787{width:clamp(230px,27vw,410px);aspect-ratio:1;border:4px solid rgba(255,210,112,.84);border-radius:44% 56% 48% 52%;background:linear-gradient(125deg,transparent 43%,rgba(255,246,202,.92) 44% 45%,transparent 46%),linear-gradient(67deg,transparent 53%,rgba(255,167,56,.88) 54% 55%,transparent 56%);box-shadow:0 0 34px #ffae379e,inset 0 0 48px #ff5b1b2e;transform:translate(-50%,-50%) scale(.34) rotate(-9deg);animation:_bossArmorBreakApplyV59_1sthp_1 1.7s ease-out forwards}._bossConditionExpireFxV59_1sthp_7788{width:260px;height:110px;border-top:2px solid rgba(144,227,218,.74);border-radius:50%;background:radial-gradient(ellipse,rgba(120,221,215,.24),transparent 66%);transform:translate(-50%,-50%);animation:_bossConditionExpireV59_1sthp_1 1.3s ease-out forwards}._playerBurnConditionFxV59_1sthp_7789,._playerPoisonConditionFxV59_1sthp_7790,._playerConditionCleanseFxV59_1sthp_7793{width:clamp(135px,14vw,210px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,239,161,.82),transparent 12%),conic-gradient(from 12deg,transparent,rgba(255,70,24,.72),transparent 42%,rgba(255,160,51,.66),transparent 75%);mix-blend-mode:screen;transform:translate(-50%,-50%) scale(.28);animation:_playerConditionBurstV59_1sthp_1 1.75s ease-out forwards}._playerPoisonConditionFxV59_1sthp_7790{background:radial-gradient(circle,rgba(225,255,154,.72),transparent 11%),conic-gradient(from 12deg,transparent,rgba(114,230,63,.68),transparent 38%,rgba(157,62,224,.72),transparent 74%);filter:drop-shadow(0 0 22px rgba(127,232,63,.56))}._playerConditionCleanseFxV59_1sthp_7793{background:radial-gradient(circle,rgba(230,255,242,.82),transparent 14%),conic-gradient(from 12deg,transparent,rgba(73,225,184,.66),transparent 38%,rgba(234,202,105,.7),transparent 74%)}._playerManaSiphonFxV59_1sthp_7791{width:clamp(220px,25vw,360px);height:92px;border-top:3px solid rgba(176,120,255,.72);border-radius:50%;background:linear-gradient(90deg,transparent,rgba(117,61,214,.38),rgba(76,213,216,.34),transparent);box-shadow:0 -8px 24px #6f42d357;transform:translate(-50%,-50%) rotate(-12deg) scaleX(.2);animation:_playerManaSiphonV59_1sthp_1 1.75s ease-out forwards}._playerHandDisruptFxV59_1sthp_7792{width:clamp(230px,27vw,390px);height:118px;background:linear-gradient(115deg,transparent 8%,rgba(238,205,132,.48) 9% 11%,transparent 12% 28%,rgba(238,205,132,.42) 29% 31%,transparent 32%),radial-gradient(ellipse,rgba(124,80,197,.3),transparent 68%);transform:translate(-50%,-50%) rotate(-8deg) scale(.38);animation:_playerHandDisruptV59_1sthp_1 1.65s ease-out forwards}._bossHealBlockApplyFxV59_1sthp_7794,._bossWardApplyFxV59_1sthp_7796,._bossAfterimageApplyFxV59_1sthp_7795{width:clamp(210px,25vw,370px);aspect-ratio:1;border:2px solid rgba(82,226,194,.7);border-radius:50%;background:repeating-conic-gradient(from 8deg,transparent 0 18deg,rgba(74,214,185,.24) 19deg 22deg,transparent 23deg 46deg);box-shadow:0 0 28px #45d5b657,inset 0 0 28px #2fb79f29;transform:translate(-50%,-50%) scale(.34);animation:_bossWardApplyV59_1sthp_1 1.75s ease-out forwards}._bossHealBlockApplyFxV59_1sthp_7794{filter:hue-rotate(138deg) saturate(1.2)}._bossAfterimageApplyFxV59_1sthp_7795{filter:hue-rotate(52deg) brightness(1.16);animation-name:_bossAfterimageApplyV59_1sthp_1}._battleDamage_1sthp_4182._playerBurnConditionFxV59Notice_1sthp_7900{border-color:#ff703db8;color:#ffd2ac;background:#4c1611e6}._battleDamage_1sthp_4182._playerPoisonConditionFxV59Notice_1sthp_7906{border-color:#86dd4fad;color:#dfffb8;background:#233916e6}._battleDamage_1sthp_4182._playerManaSiphonFxV59Notice_1sthp_7912{border-color:#ab77f1ad;color:#e4cbff;background:#2a1b48e6}._battleDamage_1sthp_4182._playerHandDisruptFxV59Notice_1sthp_7918{border-color:#cd9b5ead;color:#ffe0b2;background:#44271ee6}._manaOrbV21_1sthp_7924._isSiphonedV59_1sthp_7924{filter:saturate(.58) hue-rotate(62deg) brightness(.78) drop-shadow(0 0 12px rgba(145,81,230,.62));animation:_manaOrbSiphonedV59_1sthp_1 1.35s ease-in-out infinite}._manaOrbV21_1sthp_7924._isSiphonedV59_1sthp_7924:after{border-color:#be7dffb8;box-shadow:0 0 16px #944fe480,inset 0 0 12px #501c8c66}._cardsBarDrawDisruptedV59_1sthp_7934:before,._cardsBarHandSealedV59_1sthp_7935:after{content:"";position:absolute;z-index:42;right:10%;bottom:8%;width:58%;height:38%;pointer-events:none}._cardsBarDrawDisruptedV59_1sthp_7934:before{border-radius:50%;background:repeating-linear-gradient(168deg,transparent 0 18px,rgba(179,124,224,.12) 19px 21px,transparent 22px 36px),radial-gradient(ellipse,rgba(102,62,173,.14),transparent 70%);mix-blend-mode:screen;animation:_cardsWindDisruptHoldV59_1sthp_1 2.5s ease-in-out infinite}._cardsBarHandSealedV59_1sthp_7935:after{right:8%;bottom:5%;width:61%;height:44%;border:2px solid rgba(216,164,79,.38);border-radius:42% 58% 48% 52%;background:repeating-conic-gradient(from 6deg,transparent 0 24deg,rgba(209,153,67,.12) 25deg 28deg,transparent 29deg 52deg);box-shadow:inset 0 0 22px #7e311e24,0 0 18px #cb8b371a;animation:_cardsSealHoldV59_1sthp_1 5.5s linear infinite}@keyframes _bossConditionBurnHoldV59_1sthp_1{0%,to{transform:scale(.96,.92) skew(-1deg);filter:brightness(.92)}50%{transform:scale(1.04,1.08) skew(2deg);filter:brightness(1.18)}}@keyframes _bossConditionEmberV59_1sthp_1{0%{opacity:0;transform:translate(0) rotate(0) scale(.5)}25%{opacity:1}to{opacity:0;transform:translate(18px,-190px) rotate(130deg) scale(.1)}}@keyframes _bossArmorCrackHoldV59_1sthp_1{50%{opacity:1;filter:brightness(1.3) drop-shadow(0 0 8px rgba(255,178,61,.9))}}@keyframes _bossStaggerSealHoldV59_1sthp_1{to{transform:rotate(360deg)}}@keyframes _playerBurnHoldV59_1sthp_1{50%{transform:scale(1.06,1.12);filter:brightness(1.22)}}@keyframes _playerSiphonHoldV59_1sthp_1{to{transform:rotate(-360deg)}}@keyframes _playerConditionMoteV59_1sthp_1{0%{opacity:0;transform:translateY(0) scale(.5)}28%{opacity:1}to{opacity:0;transform:translate(8px,-72px) scale(.1)}}@keyframes _manaOrbSiphonedV59_1sthp_1{0%,to{transform:scale(.96);opacity:.82}50%{transform:scale(1.04);opacity:1}}@keyframes _cardsWindDisruptHoldV59_1sthp_1{0%,to{opacity:.42;transform:translate(-2%) skew(-3deg)}50%{opacity:.82;transform:translate(3%) skew(4deg)}}@keyframes _cardsSealHoldV59_1sthp_1{to{transform:rotate(360deg)}}@keyframes _bossBurnApplyV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-30%) scale(.25,.14);filter:brightness(2) blur(8px)}28%{opacity:1;transform:translate(-50%,-50%) scale(.88);filter:brightness(1.5)}68%{opacity:.94;transform:translate(-50%,-55%) scale(1)}to{opacity:0;transform:translate(-50%,-70%) scale(1.16,1.3);filter:blur(4px)}}@keyframes _bossBurnTickV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-42%) scale(.66);filter:brightness(2)}20%,54%{opacity:1;transform:translate(-50%,-52%) scale(1.04)}to{opacity:0;transform:translate(-50%,-70%) scale(.92,1.28);filter:blur(5px)}}@keyframes _bossArmorBreakApplyV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(-18deg);filter:brightness(2.2)}24%{opacity:1;transform:translate(-50%,-50%) scale(.9) rotate(3deg)}58%{opacity:1;transform:translate(-50%,-50%) scale(1.04) rotate(-2deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.24) rotate(8deg);filter:blur(3px)}}@keyframes _bossConditionExpireV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-35%) scale(.7)}26%{opacity:.86}to{opacity:0;transform:translate(-50%,-90%) scale(1.25);filter:blur(6px)}}@keyframes _playerConditionBurstV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(-20deg)}22%{opacity:1;transform:translate(-50%,-50%) scale(.86) rotate(4deg)}64%{opacity:.92;transform:translate(-50%,-52%) scale(1)}to{opacity:0;transform:translate(-50%,-68%) scale(1.22) rotate(15deg);filter:blur(5px)}}@keyframes _playerManaSiphonV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(-12deg) scaleX(.16)}24%,58%{opacity:1;transform:translate(-50%,-70%) rotate(-6deg) scaleX(1)}to{opacity:0;transform:translate(-18%,-120%) rotate(10deg) scaleX(.36);filter:blur(5px)}}@keyframes _playerHandDisruptV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(-18deg) scale(.32)}28%{opacity:1;transform:translate(-50%,-58%) rotate(6deg) scale(.94)}70%{opacity:.86;transform:translate(-50%,-62%) rotate(-5deg) scale(1)}to{opacity:0;transform:translate(-50%,-76%) rotate(14deg) scale(1.16);filter:blur(4px)}}@keyframes _bossWardApplyV59_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.28) rotate(-22deg)}24%,64%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(4deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.18) rotate(18deg);filter:blur(4px)}}@keyframes _bossAfterimageApplyV59_1sthp_1{0%{opacity:0;transform:translate(-34%,-50%) scale(.6)}34%{opacity:1;transform:translate(-62%,-50%) scale(1)}to{opacity:0;transform:translate(-92%,-50%) scale(.86);filter:blur(8px)}}@media(prefers-reduced-motion:reduce){._bossPersistentConditionFxV59_1sthp_7646:before,._bossPersistentConditionFxV59_1sthp_7646:after,._bossPersistentConditionFxV59_1sthp_7646>b,._bossPersistentConditionFxV59_1sthp_7646>i,._playerPersistentConditionFxV59_1sthp_7727:before,._playerPersistentConditionFxV59_1sthp_7727:after,._playerPersistentConditionFxV59_1sthp_7727>i{animation-duration:1ms!important;animation-iteration-count:1!important}}._discoverOverlayV58_1sthp_8219{position:fixed;inset:0;z-index:150;display:grid;place-items:center;padding:clamp(10px,2.2vh,24px);color:#fff5dd;background:#07080bdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:_discoverDimV58_1sthp_1 .42s ease-out both}._discoverOverlayV58_1sthp_8219:before{position:absolute;inset:0;background:radial-gradient(circle at 50% 46%,rgba(93,190,173,.18),transparent 46%);content:"";pointer-events:none;animation:_discoverSpotlightV58_1sthp_1 .68s cubic-bezier(.24,.82,.3,1) both}._discoverPanelV58_1sthp_8246{display:flex;flex-direction:column;align-items:center;gap:clamp(14px,2.4vh,24px)}._discoverPanelV58_1sthp_8246 header{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;animation:_discoverTitleV58_1sthp_1 .5s ease-out both}._discoverPanelV58_1sthp_8246 header b{color:#f7e7bd;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:clamp(21px,3.1vh,28px);font-weight:900;letter-spacing:.3em;text-indent:.3em;text-shadow:0 3px 18px rgba(0,0,0,.8),0 0 26px rgba(226,172,74,.28)}._discoverPanelV58_1sthp_8246 header span{color:#efdaae80;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:11px;letter-spacing:.16em;text-shadow:0 2px 10px rgba(0,0,0,.8)}@keyframes _discoverTitleV58_1sthp_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}._discoverSlotV58_1sthp_8291{position:relative;flex:0 0 min(190px,(100dvh - 260px) * 2 / 3);width:min(190px,(100dvh - 260px) * 2 / 3);min-width:0;aspect-ratio:2/3}._discoverSlotV58_1sthp_8291 ._mulliganCardV4_1sthp_145{width:100%;height:100%;max-width:none;max-height:none;cursor:pointer}._discoverCardsV58_1sthp_8307{display:flex;gap:clamp(10px,1.6vw,18px);perspective:1100px}._discoverCardsV58_1sthp_8307>*{opacity:0;filter:drop-shadow(0 22px 44px rgba(0,0,0,.5));transition:transform .16s ease,filter .16s ease}._discoverCardsV58_1sthp_8307[data-phase]>*{animation:_discoverFlyInV58_1sthp_1 .74s cubic-bezier(.34,.7,.32,1) both}._discoverCardsV58_1sthp_8307[data-phase]>*:nth-child(2){animation-delay:.11s}._discoverCardsV58_1sthp_8307[data-phase]>*:nth-child(3){animation-delay:.22s}._discoverCardsV58_1sthp_8307[data-phase=flying]{pointer-events:none}._discoverCardsV58_1sthp_8307[data-phase=ready]>*:hover,._discoverCardsV58_1sthp_8307[data-phase=ready]>*:focus-within{transform:translateY(-10px) scale(1.05);filter:drop-shadow(0 26px 50px rgba(0,0,0,.55)) drop-shadow(0 8px 22px rgba(226,172,74,.4)) brightness(1.1);outline:none}._discoverCardsV58_1sthp_8307[data-phase=ready]:hover>*:not(:hover){transform:scale(.96);filter:drop-shadow(0 18px 36px rgba(0,0,0,.5)) brightness(.6) saturate(.7)}._discoverCardsV58_1sthp_8307 ._mulliganCardV4_1sthp_145:disabled{cursor:progress}@keyframes _discoverDimV58_1sthp_1{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}@keyframes _discoverSpotlightV58_1sthp_1{0%{opacity:0;transform:scale(2.1)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){._discoverOverlayV58_1sthp_8219:before,._discoverCardsV58_1sthp_8307[data-phase]>*{animation-duration:.01ms}}@keyframes _discoverFlyInV58_1sthp_1{0%{opacity:0;transform:translate(var(--discover-from-x, 0px),var(--discover-from-y, 260px)) scale(.42) rotateX(36deg) rotate(-11deg)}22%{opacity:1}86%{transform:translateY(-7px) scale(1.04) rotateX(0) rotate(1.2deg)}to{opacity:1;transform:none}}._victoryCardHeroV59_1sthp_8410{display:grid;justify-items:center;gap:8px;animation:_victoryCardRiseV59_1sthp_1 .6s cubic-bezier(.24,.84,.3,1) both}._victoryCardRibbonV59_1sthp_8417{padding:3px 14px;border:1px solid rgba(226,172,74,.55);border-radius:999px;color:#ffe6ab;background:linear-gradient(180deg,#e2ac4a38,#e2ac4a0f);font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:11px;letter-spacing:.22em;text-indent:.22em}._victoryCardSlotV59_1sthp_8430{position:relative;width:min(190px,42vh);aspect-ratio:2/3}._victoryCardSlotV59_1sthp_8430:before{position:absolute;inset:-18%;background:radial-gradient(circle,rgba(226,172,74,.34),transparent 62%);content:"";pointer-events:none;animation:_victoryCardHaloV59_1sthp_1 2.6s ease-in-out infinite}._victoryCardSlotV59_1sthp_8430 ._mulliganCardV4_1sthp_145{position:relative;width:100%;height:100%;max-width:none;max-height:none}._victoryCardHeroV59_1sthp_8410>b{color:#f7e7bd;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:clamp(17px,2.4vh,22px);font-weight:900;letter-spacing:.1em;text-shadow:0 2px 14px rgba(0,0,0,.7)}._victoryCardHeroV59_1sthp_8410>small{max-width:380px;color:#efdaae9e;font-size:11px;line-height:1.6;text-align:center}@keyframes _victoryCardRiseV59_1sthp_1{0%{opacity:0;transform:translateY(26px) scale(.86)}to{opacity:1;transform:none}}@keyframes _victoryCardHaloV59_1sthp_1{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.95;transform:scale(1.06)}}._rewardGridV4_1sthp_8491>div{position:relative;overflow:hidden;animation:_rewardTileInV59_1sthp_1 .42s ease-out both}._rewardGridV4_1sthp_8491>div:nth-child(2){animation-delay:.09s}._rewardGridV4_1sthp_8491>div:nth-child(3){animation-delay:.18s}._rewardGridV4_1sthp_8491>div>i{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--reward-accent, rgba(226, 172, 74, .5));border-radius:50%;background:radial-gradient(circle,color-mix(in srgb,var(--reward-accent, #e2ac4a) 22%,transparent),transparent 70%);color:var(--reward-accent, #e2ac4a);box-shadow:0 0 18px color-mix(in srgb,var(--reward-accent, #e2ac4a) 30%,transparent)}._rewardGridV4_1sthp_8491>div>span{color:var(--reward-accent, #e2ac4a);font-size:clamp(18px,2.6vh,24px);font-weight:900;letter-spacing:.02em;text-shadow:0 2px 12px color-mix(in srgb,var(--reward-accent, #e2ac4a) 34%,transparent)}._rewardGridV4_1sthp_8491>div>em{color:#ffffff6b;font-size:10px;font-style:normal;letter-spacing:.08em}._rewardTileXpV59_1sthp_8532{--reward-accent: #5dbead}._rewardTileCardV59_1sthp_8536{--reward-accent: #c78bd8}._rewardTileCreditV59_1sthp_8540{--reward-accent: #e2ac4a}._rewardTileCardV59_1sthp_8536>span{font-size:clamp(13px,1.9vh,16px)}@keyframes _rewardTileInV59_1sthp_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}._deckCurveV60_1sthp_8563{display:grid;gap:7px;padding:10px 12px;border:1px solid rgba(199,150,64,.22);border-radius:10px;background:#120f1080}._deckCurveHeadV60_1sthp_8572{display:flex;align-items:baseline;justify-content:space-between;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._deckCurveHeadV60_1sthp_8572>span{color:#efdaaeb8;font-size:12px;letter-spacing:.14em}._deckCurveHeadV60_1sthp_8572>b{color:#d99a4a;font-size:13px;font-weight:900}._deckCurveHeadV60_1sthp_8572>b[data-full]{color:#63c8a4}._deckCurveBarsV60_1sthp_8595{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:end;gap:5px;height:74px}._deckCurveColV60_1sthp_8603{display:grid;grid-template-rows:13px minmax(0,1fr) 13px;align-items:end;justify-items:center;height:100%;--curve-tone: #5dbead}._deckCurveColV60_1sthp_8603[data-state=low],._deckCurveColV60_1sthp_8603[data-state=high]{--curve-tone: #d0784f}._deckCurveColV60_1sthp_8603>em{color:var(--curve-tone);font-size:10px;font-style:normal;font-weight:900}._deckCurveColV60_1sthp_8603>i{width:100%;min-height:3px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,var(--curve-tone),color-mix(in srgb,var(--curve-tone) 35%,transparent));box-shadow:0 0 10px color-mix(in srgb,var(--curve-tone) 40%,transparent);transition:height .28s ease}._deckCurveColV60_1sthp_8603>span{color:#ffffff73;font-size:9px}._deckCurveV60_1sthp_8563>small{color:#ffffff61;font-size:9.5px;line-height:1.6}._deckEntryFloatV60_1sthp_8646{position:absolute;right:16px;top:18px;z-index:45;display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border:1px solid rgba(226,172,74,.42);border-radius:999px;color:#f2d58d;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:12px;letter-spacing:.12em;cursor:pointer;transition:transform .14s ease,filter .14s ease}._deckEntryFloatV60_1sthp_8646:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.15)}._deckEntryFloatV60_1sthp_8646:disabled{opacity:.38;cursor:not-allowed}._combatFeedV4_1sthp_2974{top:60px}._victoryXpBarV61_1sthp_8682{display:grid;gap:6px;width:min(520px,92vw);animation:_rewardTileInV59_1sthp_1 .42s ease-out both}._victoryXpBarV61_1sthp_8682>span{display:flex;align-items:center;gap:8px;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._victoryXpBarV61_1sthp_8682>span b{color:#f7e7bd;font-size:14px;letter-spacing:.08em}._victoryXpBarV61_1sthp_8682>span i{padding:2px 8px;border-radius:999px;font-style:normal;font-size:10px;letter-spacing:.12em;color:#10201a;background:linear-gradient(135deg,#7fe0bd,#3fae8a);box-shadow:0 0 14px #5dbead80}._victoryXpBarV61_1sthp_8682>span em{margin-left:auto;color:#5dbead;font-style:normal;font-size:13px;font-weight:900}._victoryXpBarV61_1sthp_8682>div{height:10px;border-radius:6px;overflow:hidden;background:#ffffff1a}._victoryXpBarV61_1sthp_8682>div i{position:relative;display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,#3fae8a,#7fe0bd);box-shadow:0 0 14px #5dbead8c;transition:width 1.6s cubic-bezier(.16,.84,.24,1)}._victoryXpBarV61_1sthp_8682>div i:after{content:"";position:absolute;right:-3px;top:50%;width:14px;height:14px;transform:translateY(-50%);border-radius:50%;background:radial-gradient(circle,#fff,#7fe0bd 60%,transparent 72%);animation:_victoryXpHeadV61_1sthp_1 1.6s ease-out 1}@keyframes _victoryXpHeadV61_1sthp_1{0%{opacity:0}12%{opacity:1}to{opacity:0}}._victoryXpBarV61_1sthp_8682>small{color:#ffffff6b;font-size:10px}._rewardContinueV4_1sthp_8768{min-height:38px;padding:0 18px;border:1px solid rgba(244,198,108,.58);border-radius:6px;color:#2d1a0b;background:linear-gradient(180deg,#ffe5a8,#dca542);box-shadow:0 10px 22px #00000047;font-weight:900;cursor:pointer}._rewardFlyoutRowV4_1sthp_8780{display:flex;gap:8px;margin-top:6px}._rewardFlyoutRowV4_1sthp_8780 i{min-height:34px;padding:0 11px;border:1px solid rgba(244,198,108,.28);border-radius:7px;display:inline-flex;align-items:center;gap:6px;color:#fff0cb;background:#1e1712b8;font:normal 800 11px/1 inherit;animation:_rewardResourceRiseV4_1sthp_1 .65s ease-out both}._rewardFlyoutRowV4_1sthp_8780 i:nth-child(2){animation-delay:.12s}._rewardFlyoutRowV4_1sthp_8780 i:nth-child(3){animation-delay:.24s}._phaseBreakRewardFx_1sthp_8805{position:absolute;left:50%!important;bottom:124px;top:auto!important;z-index:86;min-width:250px;padding:10px 16px;border:1px solid rgba(244,198,108,.5);border-radius:7px;color:#fff0c8;background:linear-gradient(90deg,#19120d1a,#412d19f0,#19120d1a);box-shadow:0 14px 34px #0000005c;font:900 12px/1.3 inherit;text-align:center;transform:translate(-50%,30px);animation:_phaseRewardRiseV4_1sthp_1 1.9s ease-out forwards}._skillUpgradeNoticeV4_1sthp_8824{position:absolute;left:50%;top:92px;z-index:97;min-width:230px;padding:10px 14px;border:1px solid rgba(106,232,227,.42);border-radius:8px;display:grid;grid-template-columns:auto 1fr;gap:2px 9px;color:#9af3ec;background:#111c1bf0;box-shadow:0 18px 40px #0006,0 0 32px #52dfda2e;transform:translate(-50%);animation:_skillNoticeV4_1sthp_1 1.8s ease-out forwards}._skillUpgradeNoticeV4_1sthp_8824 svg{grid-row:1/span 2;align-self:center}._skillUpgradeNoticeV4_1sthp_8824 span{color:#e0fffba8;font-size:9px}._skillUpgradeNoticeV4_1sthp_8824 b{color:#effffb;font-size:12px}@keyframes _bossSealBreakV4_1sthp_1{0%{opacity:0;transform:scale(1.6) rotate(-18deg)}55%{opacity:1;transform:scale(.92) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes _rewardCardFlipV4_1sthp_1{0%{opacity:0;transform:translateY(70px) rotateY(90deg) scale(.7)}58%{opacity:1;transform:translateY(-8px) rotateY(-10deg) scale(1.08)}to{opacity:1;transform:translateY(0) rotateY(0) scale(1)}}@keyframes _rewardHaloTurnV4_1sthp_1{to{transform:rotate(360deg)}}@keyframes _rewardGearFloatV4_1sthp_1{50%{transform:translate(-50%,calc(-50% - 10px)) scale(1.06)}}@keyframes _rewardResourceRiseV4_1sthp_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _phaseRewardRiseV4_1sthp_1{0%{opacity:0;transform:translate(-50%,30px)}22%,72%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-24px)}}@keyframes _skillNoticeV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-18px) scale(.94)}20%,72%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-22px) scale(.98)}}._attemptEndV4_1sthp_8931{position:absolute;inset:0;z-index:90;padding:24px;display:grid;place-content:center;justify-items:center;gap:9px;text-align:center;color:#fff3cf;background:radial-gradient(circle at 50% 38%,rgba(94,231,255,.13),transparent 34%),#07080de6;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}._attemptEndV4_1sthp_8931>img{width:104px;height:104px;object-fit:contain}._attemptEndV4_1sthp_8931>span{color:var(--battle-gold);font-size:10px;font-weight:900}._attemptEndV4_1sthp_8931 h2{margin:0;font-size:22px;letter-spacing:0}._attemptEndV4_1sthp_8931 p{max-width:420px;margin:0;color:var(--battle-muted);font-size:12px}._attemptEndV4_1sthp_8931>div{display:flex;gap:8px;margin:5px 0}._attemptEndV4_1sthp_8931>div b{padding:6px 9px;border:1px solid rgba(244,198,108,.2);border-radius:7px;font-size:10px}._attemptEndV4_1sthp_8931 button{min-height:36px;padding:0 16px;border:1px solid rgba(244,198,108,.48);border-radius:7px;display:inline-flex;align-items:center;gap:6px;color:#1a1309;background:var(--battle-gold);font:900 12px/1 inherit;cursor:pointer}._victoryHeadingV4_1sthp_8991{display:flex;align-items:center;gap:14px;text-align:left}._victoryHeadingV4_1sthp_8991>img{width:82px;height:82px;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(255,49,84,.3))}._victoryHeadingV4_1sthp_8991>div>span{display:inline-flex;margin-bottom:4px;padding:3px 8px;border:1px solid rgba(244,198,108,.34);border-radius:999px;color:var(--battle-gold);background:#f4c66c1a;font-size:10px;font-weight:900}._victoryLootHeroV4_1sthp_9015{position:relative;width:min(420px,88vw);padding:10px 18px 14px;display:grid;justify-items:center;gap:3px;border-top:1px solid rgba(244,198,108,.22);border-bottom:1px solid rgba(244,198,108,.22);background:radial-gradient(circle at 50% 40%,rgba(244,198,108,.13),transparent 64%)}._victoryLootHeroV4_1sthp_9015>span{color:var(--battle-gold);font-size:10px;font-weight:900}._victoryLootHeroV4_1sthp_9015>b{color:#fff3d4;font-size:17px}._victoryLootHeroV4_1sthp_9015>small{color:var(--battle-muted);font-size:10px}._victoryGearGlowV4_1sthp_9040{position:relative;width:104px;height:104px;display:grid;place-items:center;isolation:isolate}._victoryGearGlowV4_1sthp_9040:before{content:"";position:absolute;inset:7px;z-index:-1;border-radius:50%;background:radial-gradient(circle,rgba(255,231,165,.48),rgba(244,198,108,.05) 58%,transparent 72%);box-shadow:0 0 42px #f4c66c33}._victoryGearGlowV4_1sthp_9040 img{width:94px;height:94px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.3))}._victoryActionsV4_1sthp_9064{display:flex;justify-content:center;gap:9px}._victoryActionsV4_1sthp_9064 button{display:inline-flex;align-items:center;justify-content:center;gap:6px}._victoryV4_1sthp_7346 ._victorySecondaryV4_1sthp_9076{border:1px solid rgba(244,198,108,.3);color:#f7ddb0;background:#f4c66c14}._victoryReportV4_1sthp_9082{width:min(640px,92vw);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._victoryReportV4_1sthp_9082 section{border:1px solid rgba(244,198,108,.18);border-radius:14px;padding:13px 14px;background:radial-gradient(circle at 20% 0,rgba(244,198,108,.14),transparent 58%),#ffffff0f;text-align:left}._victoryReportV4_1sthp_9082 span{display:inline-flex;border-radius:999px;padding:2px 8px;background:#f4c66c24;color:var(--battle-gold);font-size:10px;font-weight:900}._victoryReportV4_1sthp_9082 b{display:block;margin-top:8px;color:#fff6e6;font-size:12.5px;line-height:1.45}._victoryReportV4_1sthp_9082 p{margin-top:6px;font-size:11px;line-height:1.5}._rewardGridV4_1sthp_8491{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:min(520px,92vw)}._rewardGridV4_1sthp_8491>div{border:1px solid rgba(255,255,255,.12);border-radius:9px;padding:10px 12px;background:#ffffff0b;display:grid;justify-items:center;gap:5px;color:var(--battle-gold)}._rewardGridV4_1sthp_8491 b{color:#fff6e6;font-size:13px}._rewardGridV4_1sthp_8491 span{color:var(--battle-muted);font-size:11px}._battleV4_1sthp_2398{display:block;min-height:100dvh;padding:0;background:#07080b}._battleV4_1sthp_2398:before{background:radial-gradient(circle at 52% 10%,rgba(255,246,230,.12),transparent 38%),linear-gradient(180deg,rgba(5,6,8,.08),transparent 44%,rgba(5,6,8,.42));z-index:2}._battleArenaV4_1sthp_2566{position:absolute;inset:0;z-index:1;border:0;border-radius:0;box-shadow:none}._battleArenaV4_1sthp_2566:before{background:radial-gradient(circle at 66% 46%,rgba(244,198,108,.13),transparent 28%),radial-gradient(circle at 28% 58%,rgba(94,231,255,.07),transparent 24%),linear-gradient(180deg,rgba(6,7,10,.02),transparent 52%,rgba(6,7,10,.24)),var(--stage-image, url(/game-assets/stage-01-shanmen-GkErsDK3.png));background-size:auto,auto,auto,cover;background-position:center,center,center,var(--stage-position, 50% 50%);filter:saturate(1.1) contrast(1.03) brightness(1.03)}._battleArenaV4_1sthp_2566:after{background:linear-gradient(90deg,rgba(4,5,7,.36),transparent 18%,transparent 78%,rgba(18,8,10,.26)),linear-gradient(180deg,rgba(4,5,7,.18),transparent 22%,transparent 68%,rgba(4,5,7,.42));opacity:.78}._battleTopHud_1sthp_2443{position:absolute;left:16px;right:16px;top:12px;z-index:60;grid-template-columns:196px minmax(340px,520px) minmax(310px,380px);align-items:start;pointer-events:none}._battleTopHud_1sthp_2443 button,._battleQuickStats_1sthp_2454,._battleBossBar_1sthp_2453,._battleTitleBox_1sthp_2452{pointer-events:auto}._battleTitleBox_1sthp_2452{padding:9px 10px;border-radius:999px;gap:8px;background:#21151457;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._battleTitleBox_1sthp_2452 b{margin:0;font-size:17px}._battleStageTag_1sthp_9207{display:block;max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffebc2a8!important;font-size:9px!important}._battleBackBtn_1sthp_2478{padding:8px 10px;min-width:64px}._battleBossBar_1sthp_2453{align-self:start;padding:10px 16px 11px;border-radius:999px;background:linear-gradient(90deg,#4622207a,#18121442),#0e0b0d33;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._battleBossBarHead_1sthp_2506{font-size:11px;margin:0 4px}._battleHpTrack_1sthp_2515{height:12px}._battleBossMechanicV4_1sthp_9239{min-width:0;display:flex;align-items:center;gap:5px;margin:4px 4px -2px;color:#ffebc29e;font-size:8px}._battleBossMechanicV4_1sthp_9239 svg{flex:none;color:#e6b86d}._battleBossMechanicV4_1sthp_9239 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._battleQuickStats_1sthp_2454{justify-self:end;grid-template-columns:74px 112px minmax(130px,1fr);gap:4px;padding:5px;border-radius:12px;background:linear-gradient(180deg,#2d251e47,#0e0f122e),#100e112e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._battleResourceChip_1sthp_9269,._battleVitalChip_1sthp_9270,._battleIntentChip_1sthp_9271{min-width:0;border:1px solid rgba(244,198,108,.18);background:#fff6e60b}._battleResourceChip_1sthp_9269{display:grid;grid-template-columns:18px 1fr;align-content:center;padding:7px 8px;border-radius:9px}._battleResourceChip_1sthp_9269 svg{grid-row:1/span 2;align-self:center;color:#87e9ee}._battleResourceChip_1sthp_9269 span{font-size:9px;color:#ffefcd94}._battleResourceChip_1sthp_9269 b{font-size:15px;line-height:1;color:#f8e6bc}._battleVitalChip_1sthp_9270{display:grid;align-content:center;gap:5px;padding:6px 8px;border-radius:9px}._battleVitalChip_1sthp_9270>div:first-child{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:4px}._battleVitalChip_1sthp_9270 svg{color:#76d9b1}._battleVitalChip_1sthp_9270 span{font-size:9px;color:#ffefcd9e}._battleVitalChip_1sthp_9270 b{font-size:10px;color:#d9f8e8}._allyVitalTrack_1sthp_9324{height:4px;overflow:hidden;border-radius:999px;background:#05080885}._allyVitalTrack_1sthp_9324 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#46b88a,#a7e5c7);transition:width .3s ease}._battleIntentChip_1sthp_9271{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:5px;padding:6px 8px;border-radius:9px}._battleIntentChip_1sthp_9271 svg{color:#e6b86d}._battleIntentChip_1sthp_9271>div{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:1px 6px;align-items:baseline}._battleIntentChip_1sthp_9271 span{font-size:9px;color:#ffefcd94}._battleIntentChip_1sthp_9271 b{font-size:10px;color:#ffdca0}._battleIntentChip_1sthp_9271 small{grid-column:1/-1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:8px;color:#ffefcd80}._battleMomentV4_1sthp_9374{position:absolute;left:31%;top:calc(62% - 104px);z-index:24;display:flex;gap:6px;pointer-events:none}._battleMomentV4_1sthp_9374 span{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid rgba(255,220,151,.36);border-radius:999px;color:#ffdda0;background:#25171294;box-shadow:0 8px 24px #0003;font-size:10px;font-weight:800;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._battleStat_1sthp_2540{min-height:42px;border-radius:999px;padding:7px 9px;text-align:center;background:#fff6e60a}._battleStat_1sthp_2540 b{font-size:12px}._battleStat_1sthp_2540 span{display:none}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652{left:18px;top:116px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:86px}._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652{right:18px;top:116px}._equipDockV4_1sthp_3034{left:22px;bottom:126px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{left:50%;top:112px;bottom:auto;transform:translate(-50%);width:min(430px,100vw - 40px);max-height:min(58dvh,430px);background:#20181661;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._cardsBarV4_1sthp_6971{position:absolute;left:0;right:0;bottom:0;z-index:70;height:178px;display:block;padding:0;border:0;border-radius:0;background:radial-gradient(ellipse at 50% 110%,rgba(0,0,0,.64),transparent 64%),linear-gradient(180deg,transparent,rgba(5,6,8,.34) 66%,rgba(5,6,8,.64));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}._drawBoxV4_1sthp_6986{position:absolute;left:24px;bottom:24px;width:104px;min-height:76px;padding:10px;border-radius:20px;align-content:center;justify-items:center;text-align:center;gap:6px;background:radial-gradient(circle at 50% 8%,rgba(255,246,230,.14),transparent 46%),#22191661;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:auto}._drawBoxV4_1sthp_6986 b{font-size:15px}._drawBoxV4_1sthp_6986 span{display:block;color:#ffefcd94;font-size:8px;line-height:1.25;white-space:nowrap}._drawBtnV4_1sthp_7006{width:76px;min-height:34px;padding:7px 9px;font-size:11px}._handV4_1sthp_7024{position:absolute;left:50%;bottom:8px;width:min(720px,100vw - 180px);display:flex;justify-content:center;align-items:flex-end;gap:0;padding:0 10px 4px;transform:translate(-50%);pointer-events:auto}._skillCardV4_1sthp_44{flex:0 0 clamp(86px,8.4vw,112px);width:clamp(86px,8.4vw,112px);margin-left:-14px;transform-origin:50% 100%;box-shadow:none}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{width:23px;height:23px;font-size:10px;gap:0}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44 svg{display:none}._skillCardV4_1sthp_44:first-child{margin-left:0}._skillCardV4_1sthp_44:hover:not(:disabled){z-index:30;transform:translateY(-76px) scale(1.72) rotate(0)}._skillCardUsed_1sthp_7057{opacity:.28;transform:translateY(18px) scale(.86)}._skillCardInfo_1sthp_53{left:14%;right:14%;bottom:13.5%;gap:4px}._skillName_1sthp_64{margin-top:3px;font-size:clamp(10px,.82vw,12px);line-height:1.05}._skillPower_1sthp_71{font-size:clamp(11px,.92vw,14px);line-height:.95}._zzSpriteV4_1sthp_3839{left:31%;top:62%;width:clamp(108px,10vw,142px)}._bossSpriteV4_1sthp_4031{right:var(--boss-right, 28%);top:var(--boss-top, 54%);width:var(--boss-width, clamp(238px, 24vw, 360px));max-height:var(--boss-max-height, min(70vh, 580px))}._zzShadowV4_1sthp_4150{left:calc(31% - 58px);top:calc(62% + 66px)}._bossShadowV4_1sthp_4157{right:var(--boss-shadow-right, calc(28% - 150px) );top:var(--boss-shadow-top, calc(54% + 132px) );width:var(--boss-shadow-width, 300px)}._battleArenaV4_1sthp_2566[data-boss-id=baiguling_yugu] ._bossShadowV4_1sthp_4157,._battleArenaV4_1sthp_2566[data-boss-id=lingshan_xinyuan] ._bossShadowV4_1sthp_4157{height:28px;opacity:.2;filter:blur(24px)}._battleArenaV4_1sthp_2566[data-boss-id=dudishan_xiehou] ._bossShadowV4_1sthp_4157{height:38px;opacity:.34;filter:blur(18px)}._bossProfiledV16_1sthp_9604{--boss-idle-duration: 3.1s;--boss-idle-x: 0px;--boss-idle-y: -8px;--boss-idle-angle: 0deg;--boss-idle-scale: 1.018;--boss-windup-x: 24px;--boss-windup-y: 8px;--boss-windup-angle: 3deg;--boss-windup-scale: .96;--boss-strike-x: -116px;--boss-strike-y: -8px;--boss-strike-angle: -4deg;--boss-strike-scale: 1.08;--boss-cast-x: -34px;--boss-cast-y: -38px;--boss-cast-angle: -3deg;--boss-cast-scale: 1.12;--boss-ultimate-y: -52px;--boss-ultimate-scale: 1.2;transform-origin:50% 86%;animation:_bossProfileIdleV16_1sthp_1 var(--boss-idle-duration) ease-in-out infinite;will-change:transform,filter}._bossProfiledV16_1sthp_9604[data-motion-archetype=brute]{--boss-idle-duration: 2.65s;--boss-idle-y: -3px;--boss-idle-angle: -.7deg;--boss-idle-scale: 1.028;--boss-windup-x: 34px;--boss-windup-y: 13px;--boss-windup-angle: 5deg;--boss-windup-scale: .92;--boss-strike-x: -128px;--boss-strike-y: 10px;--boss-strike-angle: -7deg;--boss-strike-scale: 1.12;--boss-cast-y: -24px;--boss-cast-scale: 1.16;--boss-ultimate-y: -22px;--boss-ultimate-scale: 1.15;transform-origin:50% 91%}._bossProfiledV16_1sthp_9604[data-motion-archetype=weapon]{--boss-idle-duration: 2.35s;--boss-idle-x: -3px;--boss-idle-y: -5px;--boss-idle-angle: -1.1deg;--boss-windup-x: 38px;--boss-windup-angle: 7deg;--boss-strike-x: -158px;--boss-strike-y: -13px;--boss-strike-angle: -9deg;--boss-strike-scale: 1.1;--boss-cast-x: -58px;--boss-cast-angle: -6deg;--boss-ultimate-y: -26px;--boss-ultimate-scale: 1.13}._bossProfiledV16_1sthp_9604[data-motion-archetype=caster]{--boss-idle-duration: 3.65s;--boss-idle-x: -4px;--boss-idle-y: -17px;--boss-idle-angle: -1.3deg;--boss-idle-scale: 1.025;--boss-windup-x: 12px;--boss-windup-y: 20px;--boss-windup-angle: 2deg;--boss-strike-x: -76px;--boss-strike-y: -34px;--boss-cast-x: -24px;--boss-cast-y: -72px;--boss-cast-angle: -5deg;--boss-cast-scale: 1.17;--boss-ultimate-y: -52px;--boss-ultimate-scale: 1.17;transform-origin:52% 72%}._bossProfiledV16_1sthp_9604[data-motion-archetype=aerial]{--boss-idle-duration: 2.75s;--boss-idle-x: -11px;--boss-idle-y: -22px;--boss-idle-angle: -2.2deg;--boss-windup-x: 30px;--boss-windup-y: -22px;--boss-windup-angle: 8deg;--boss-strike-x: -178px;--boss-strike-y: -22px;--boss-strike-angle: -11deg;--boss-strike-scale: 1.08;--boss-cast-x: -72px;--boss-cast-y: -60px;--boss-ultimate-y: -58px;--boss-ultimate-scale: 1.14;transform-origin:50% 68%}._bossProfiledV16_1sthp_9604[data-motion-archetype=serpent]{--boss-idle-duration: 3.3s;--boss-idle-x: -15px;--boss-idle-y: -7px;--boss-idle-angle: -2.6deg;--boss-windup-x: 26px;--boss-windup-angle: 9deg;--boss-strike-x: -146px;--boss-strike-y: -28px;--boss-strike-angle: -12deg;--boss-cast-x: -62px;--boss-cast-y: -54px;--boss-ultimate-y: -42px;--boss-ultimate-scale: 1.15;transform-origin:52% 78%}._bossProfiledV16_1sthp_9604[data-motion-archetype=beast]{--boss-idle-duration: 2.15s;--boss-idle-x: -7px;--boss-idle-y: 2px;--boss-idle-angle: -1.8deg;--boss-idle-scale: 1.035;--boss-windup-x: 42px;--boss-windup-y: 16px;--boss-windup-angle: 8deg;--boss-strike-x: -166px;--boss-strike-y: 2px;--boss-strike-angle: -10deg;--boss-strike-scale: 1.14;--boss-cast-y: -30px;--boss-ultimate-y: -28px;--boss-ultimate-scale: 1.14;transform-origin:50% 90%}._bossProfiledV16_1sthp_9604[data-motion-archetype=construct]{--boss-idle-duration: 1.8s;--boss-idle-x: -2px;--boss-idle-y: -2px;--boss-idle-angle: .4deg;--boss-idle-scale: 1.012;--boss-windup-x: 18px;--boss-windup-y: 14px;--boss-strike-x: -112px;--boss-strike-y: 18px;--boss-strike-angle: -3deg;--boss-strike-scale: 1.09;--boss-cast-y: -18px;--boss-ultimate-y: -18px;--boss-ultimate-scale: 1.12;transform-origin:50% 94%}._bossProfiledV16_1sthp_9604[data-motion-archetype=swarm]{--boss-idle-duration: 1.35s;--boss-idle-x: -9px;--boss-idle-y: -7px;--boss-idle-angle: -2deg;--boss-windup-x: 19px;--boss-windup-y: -5px;--boss-strike-x: -188px;--boss-strike-y: -24px;--boss-strike-angle: -13deg;--boss-strike-scale: 1.06;--boss-cast-x: -88px;--boss-cast-y: -48px;--boss-ultimate-y: -52px;--boss-ultimate-scale: 1.15}._bossProfiledV16_1sthp_9604[data-motion-archetype=ethereal]{--boss-idle-duration: 4.2s;--boss-idle-x: -8px;--boss-idle-y: -24px;--boss-idle-angle: -1.7deg;--boss-idle-scale: 1.03;--boss-windup-x: 6px;--boss-windup-y: 26px;--boss-windup-scale: .9;--boss-strike-x: -104px;--boss-strike-y: -48px;--boss-cast-x: -18px;--boss-cast-y: -66px;--boss-cast-scale: 1.2;--boss-ultimate-y: -62px;--boss-ultimate-scale: 1.19;transform-origin:50% 66%}._bossProfiledV16_1sthp_9604._bossCounter_normal_1sthp_4065{animation:_bossProfileNormalV16_1sthp_1 1.24s cubic-bezier(.12,.84,.16,1) both!important}._bossProfiledV16_1sthp_9604._bossCounter_signature_1sthp_4069{animation:_bossProfileSignatureV16_1sthp_1 1.46s cubic-bezier(.12,.82,.18,1) both!important}._bossProfiledV16_1sthp_9604._bossCounter_ultimate_1sthp_4073{animation:_bossProfileUltimateV16_1sthp_1 1.72s cubic-bezier(.1,.82,.14,1) both!important}._bossProfiledV16_1sthp_9604[data-motion-archetype=aerial]._bossCounter_normal_1sthp_4065,._bossProfiledV16_1sthp_9604[data-motion-archetype=swarm]._bossCounter_normal_1sthp_4065{animation-timing-function:cubic-bezier(.06,.9,.1,1)}._bossProfiledV16_1sthp_9604[data-motion-archetype=brute]._bossCounter_normal_1sthp_4065,._bossProfiledV16_1sthp_9604[data-motion-archetype=construct]._bossCounter_normal_1sthp_4065{animation-timing-function:cubic-bezier(.2,.7,.12,1)}._bossProfiledV16_1sthp_9604[data-motion-archetype=ethereal]{filter:saturate(1.1) drop-shadow(0 24px 44px rgba(100,196,255,.34))}._bossProfiledV16_1sthp_9604[data-motion-archetype=construct]{filter:contrast(1.08) drop-shadow(0 32px 46px rgba(255,147,74,.26))}@keyframes _bossProfileIdleV16_1sthp_1{0%,to{transform:translate(50%,-50%) rotate(0) scale(1) scaleX(var(--boss-facing-x, 1))}42%{transform:translate(calc(50% + var(--boss-idle-x)),calc(-50% + var(--boss-idle-y))) rotate(var(--boss-idle-angle)) scale(var(--boss-idle-scale)) scaleX(var(--boss-facing-x, 1))}66%{transform:translate(50%,calc(-50% + 2px)) rotate(0) scale(.995) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossProfileNormalV16_1sthp_1{0%,to{transform:translate(50%,-50%) rotate(0) scale(1) scaleX(var(--boss-facing-x, 1))}22%{transform:translate(calc(50% + var(--boss-windup-x)),calc(-50% + var(--boss-windup-y))) rotate(var(--boss-windup-angle)) scale(var(--boss-windup-scale)) scaleX(var(--boss-facing-x, 1))}50%{transform:translate(calc(50% + var(--boss-strike-x)),calc(-50% + var(--boss-strike-y))) rotate(var(--boss-strike-angle)) scale(var(--boss-strike-scale)) scaleX(var(--boss-facing-x, 1))}68%{transform:translate(calc(50% - 54px),calc(-50% - 4px)) rotate(2deg) scale(1.025) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossProfileSignatureV16_1sthp_1{0%,to{transform:translate(50%,-50%) rotate(0) scale(1) scaleX(var(--boss-facing-x, 1));filter:brightness(1)}22%{transform:translate(calc(50% + var(--boss-windup-x)),calc(-50% + var(--boss-windup-y))) rotate(var(--boss-windup-angle)) scale(.94) scaleX(var(--boss-facing-x, 1));filter:brightness(.88)}54%{transform:translate(calc(50% + var(--boss-cast-x)),calc(-50% + var(--boss-cast-y))) rotate(var(--boss-cast-angle)) scale(var(--boss-cast-scale)) scaleX(var(--boss-facing-x, 1));filter:brightness(1.5) saturate(1.2)}73%{transform:translate(calc(50% - 22px),calc(-50% - 18px)) rotate(1deg) scale(1.045) scaleX(var(--boss-facing-x, 1));filter:brightness(1.16)}}@keyframes _bossProfileUltimateV16_1sthp_1{0%,to{transform:translate(50%,-50%) rotate(0) scale(1) scaleX(var(--boss-facing-x, 1));filter:brightness(1)}18%{transform:translate(50%,calc(-50% + 18px)) scale(.88) scaleX(var(--boss-facing-x, 1));filter:brightness(.68) saturate(.7)}48%{transform:translate(calc(50% + var(--boss-cast-x)),calc(-50% + var(--boss-ultimate-y))) rotate(var(--boss-cast-angle)) scale(var(--boss-ultimate-scale)) scaleX(var(--boss-facing-x, 1));filter:brightness(1.78) saturate(1.42)}70%{transform:translate(calc(50% + var(--boss-strike-x)),calc(-50% + var(--boss-strike-y))) rotate(var(--boss-strike-angle)) scale(var(--boss-strike-scale)) scaleX(var(--boss-facing-x, 1));filter:brightness(1.42)}}._bossAtmosphereV16_1sthp_9886{--motion-primary: 110, 218, 255;--motion-secondary: 226, 184, 105;position:absolute;right:calc(var(--boss-right, 28%) - 3%);top:calc(var(--boss-top, 54%) - 2%);width:var(--boss-width, 360px);aspect-ratio:1;z-index:8;pointer-events:none;transform:translate(50%,-50%) scale(.84);border-radius:50%;opacity:.27;background:repeating-conic-gradient(from 18deg,transparent 0 15deg,rgba(var(--motion-primary),.2) 16deg 17deg,transparent 18deg 31deg),radial-gradient(circle,rgba(var(--motion-primary),.18) 0 14%,transparent 38%,rgba(var(--motion-secondary),.14) 57%,transparent 71%);filter:blur(.2px) drop-shadow(0 0 24px rgba(var(--motion-primary),.24));animation:_bossAtmosphereIdleV16_1sthp_1 5.2s linear infinite;transition:opacity .35s ease,filter .35s ease}._bossAtmosphereV16_1sthp_9886:before,._bossAtmosphereV16_1sthp_9886:after{content:"";position:absolute;inset:17%;border-radius:50%;border:1px solid rgba(var(--motion-primary),.28);box-shadow:inset 0 0 30px rgba(var(--motion-secondary),.14),0 0 22px rgba(var(--motion-primary),.16)}._bossAtmosphereV16_1sthp_9886:after{inset:31%;border-style:dashed;animation:_bossAtmosphereReverseV16_1sthp_1 3.8s linear infinite}._bossAtmosphereActiveV16_1sthp_9921{opacity:.72;filter:drop-shadow(0 0 35px rgba(var(--motion-primary),.5))}._bossAtmosphereEnragedV16_1sthp_9926{opacity:.48;filter:hue-rotate(-14deg) saturate(1.45) drop-shadow(0 0 32px rgba(255,58,85,.44));animation-duration:2.35s}._bossEnragedArenaV16_1sthp_9932:after{content:"";position:absolute;inset:0;z-index:6;pointer-events:none;background:radial-gradient(circle at 71% 54%,transparent 0 18%,rgba(131,15,34,.08) 46%,rgba(38,5,15,.2) 100%);box-shadow:inset 0 0 90px #790f2333}._bossAtmosphereV16_1sthp_9886[data-motion-material=earth],._bossMaterial_earth_1sthp_9942{--motion-primary: 230, 183, 93;--motion-secondary: 84, 226, 158}._bossAtmosphereV16_1sthp_9886[data-motion-material=blade],._bossMaterial_blade_1sthp_9947{--motion-primary: 230, 238, 255;--motion-secondary: 255, 94, 83}._bossAtmosphereV16_1sthp_9886[data-motion-material=fire],._bossMaterial_fire_1sthp_9952{--motion-primary: 255, 74, 38;--motion-secondary: 255, 206, 89}._bossAtmosphereV16_1sthp_9886[data-motion-material=wind],._bossMaterial_wind_1sthp_9957{--motion-primary: 96, 229, 219;--motion-secondary: 217, 255, 227}._bossAtmosphereV16_1sthp_9886[data-motion-material=water],._bossMaterial_water_1sthp_9962{--motion-primary: 69, 169, 255;--motion-secondary: 119, 238, 240}._bossAtmosphereV16_1sthp_9886[data-motion-material=bone],._bossMaterial_bone_1sthp_9967{--motion-primary: 216, 207, 255;--motion-secondary: 145, 82, 230}._bossAtmosphereV16_1sthp_9886[data-motion-material=poison],._bossMaterial_poison_1sthp_9972{--motion-primary: 151, 239, 69;--motion-secondary: 160, 65, 229}._bossAtmosphereV16_1sthp_9886[data-motion-material=lightning],._bossMaterial_lightning_1sthp_9977{--motion-primary: 135, 111, 255;--motion-secondary: 245, 222, 92}._bossAtmosphereV16_1sthp_9886[data-motion-material=mind],._bossMaterial_mind_1sthp_9982{--motion-primary: 235, 75, 209;--motion-secondary: 95, 214, 255}._bossAtmosphereV16_1sthp_9886[data-motion-material=mechanical],._bossMaterial_mechanical_1sthp_9987{--motion-primary: 255, 142, 54;--motion-secondary: 96, 232, 205}._bossAtmosphereV16_1sthp_9886[data-motion-material=moon],._bossMaterial_moon_1sthp_9992{--motion-primary: 216, 232, 255;--motion-secondary: 126, 143, 255}._bossArchetypeImpactV16_1sthp_9997{--motion-primary: 110, 218, 255;--motion-secondary: 226, 184, 105;z-index:37;width:clamp(180px,19vw,320px);aspect-ratio:1;pointer-events:none;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95) 0 2%,rgba(var(--motion-secondary),.85) 3% 8%,transparent 10%),repeating-conic-gradient(from 12deg,rgba(var(--motion-primary),.86) 0 2deg,transparent 3deg 14deg);mix-blend-mode:screen;filter:drop-shadow(0 0 24px rgba(var(--motion-primary),.8));animation:_bossArchetypeImpactV16_1sthp_9997 .92s cubic-bezier(.08,.86,.14,1) both}._bossImpact_weapon_1sthp_10012,._bossImpact_aerial_1sthp_10012{clip-path:polygon(0 43%,43% 42%,50% 0,57% 42%,100% 48%,58% 55%,51% 100%,44% 57%)}._bossImpact_brute_1sthp_10016,._bossImpact_construct_1sthp_10016{width:clamp(230px,24vw,390px);aspect-ratio:1.35}._bossImpact_caster_1sthp_10021,._bossImpact_ethereal_1sthp_10021{border:2px solid rgba(var(--motion-secondary),.62)}._bossImpact_serpent_1sthp_10025{width:clamp(230px,24vw,390px);aspect-ratio:1.45}._bossImpact_beast_1sthp_10030{clip-path:polygon(50% 0,61% 35%,100% 24%,70% 52%,93% 91%,55% 67%,23% 100%,38% 59%,0 44%,42% 39%)}._bossImpact_swarm_1sthp_10034{width:clamp(220px,24vw,380px);filter:blur(.3px) drop-shadow(0 0 28px rgba(var(--motion-primary),.86))}@keyframes _bossAtmosphereIdleV16_1sthp_1{0%{transform:translate(50%,-50%) rotate(0) scale(.84)}50%{transform:translate(50%,-50%) rotate(180deg) scale(.96)}to{transform:translate(50%,-50%) rotate(360deg) scale(.84)}}@keyframes _bossAtmosphereReverseV16_1sthp_1{to{transform:rotate(-360deg)}}@keyframes _bossArchetypeImpactV16_1sthp_9997{0%{opacity:0;transform:translate(-50%,-50%) scale(.18) rotate(-18deg)}18%{opacity:1}62%{opacity:.82;transform:translate(-50%,-50%) scale(1.12) rotate(5deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.72) rotate(13deg)}}@media(max-width:1120px){._battleV4_1sthp_2398{grid-template-rows:78px minmax(0,1fr) 232px;padding:12px}._battleTopHud_1sthp_2443{grid-template-columns:230px minmax(0,1fr) 300px}._battleTitleBox_1sthp_2452 span{display:none}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:244px}._combatFeedV4_1sthp_2974:not(._isCollapsed_1sthp_2652){width:214px}._cardsBarV4_1sthp_6971{grid-template-columns:150px minmax(0,1fr)}._handV4_1sthp_7024{grid-template-columns:repeat(5,minmax(92px,132px))}}@media(max-width:700px){._battleV4_1sthp_2398{min-height:620px;grid-template-rows:68px minmax(0,1fr) 188px;padding:10px;gap:8px}._battleTopHud_1sthp_2443{grid-template-columns:minmax(0,1fr)}._battleTitleBox_1sthp_2452,._battleQuickStats_1sthp_2454{display:none}._battleBossBar_1sthp_2453{padding:10px 12px;border-radius:14px}._battleArenaV4_1sthp_2566{border-radius:16px}._routeDrawerV4_1sthp_2638,._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:46px;padding:8px 6px;left:10px;top:10px;bottom:auto}._routeTitleV4_1sthp_2660,._mapStageV4_1sthp_2660,._journeyNoteV4_1sthp_2660{display:none}._combatFeedV4_1sthp_2974,._combatFeedV4_1sthp_2974:not(._isCollapsed_1sthp_2652){width:44px;padding:8px;right:10px;top:10px}._feedTopV4_1sthp_2835 b,._feedListV4_1sthp_2992{display:none}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{left:50%;top:76px;bottom:auto;transform:translate(-50%);max-height:calc(100% - 86px)}._battleLoadoutRailV4_1sthp_3055{left:50%;top:54px;bottom:auto;transform:translate(-50%);padding:4px;gap:4px}._battleLoadoutRailV4_1sthp_3055 button{min-width:58px;height:31px;padding:0 7px;font-size:10px}._zzSpriteV4_1sthp_3839{left:24%;top:61%;width:96px;height:96px}._zzShadowV4_1sthp_4150{left:calc(24% - 44px);top:calc(61% + 43px);width:92px}._bossSpriteV4_1sthp_4031{right:var(--boss-right, 23%);top:var(--boss-top, 50%);width:var(--boss-width, 168px)}._bossShadowV4_1sthp_4157{right:var(--boss-shadow-right, calc(23% - 72px) );top:var(--boss-shadow-top, calc(50% + 78px) );width:var(--boss-shadow-width, 142px)}._cardsBarV4_1sthp_6971{grid-template-columns:minmax(0,1fr)}._drawBoxV4_1sthp_6986{display:none}._handV4_1sthp_7024{display:grid;grid-auto-flow:column;grid-auto-columns:108px;grid-template-columns:none;justify-content:flex-start;gap:9px;overflow-x:auto;overflow-y:hidden;padding:0 2px 8px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none}._handV4_1sthp_7024::-webkit-scrollbar{display:none}._skillCardV4_1sthp_44{border-radius:14px;scroll-snap-align:start}._skillName_1sthp_64{font-size:11px}._skillPower_1sthp_71{font-size:14px}._skillTag_1sthp_7258{font-size:9px;padding:2px 5px}._rewardGridV4_1sthp_8491{grid-template-columns:minmax(0,1fr)}}@media(max-width:1120px){._battleV4_1sthp_2398{display:block;min-height:100dvh;padding:0;gap:0}._battleTopHud_1sthp_2443{left:14px;right:14px;top:12px;grid-template-columns:180px minmax(300px,1fr) minmax(210px,280px)}._battleTitleBox_1sthp_2452{padding:8px 9px}._battleTitleBox_1sthp_2452 b{font-size:15px}._battleQuickStats_1sthp_2454{grid-template-columns:66px 102px minmax(120px,1fr)}._battleArenaV4_1sthp_2566{position:absolute;inset:0;border-radius:0}._battleArenaV4_1sthp_2566:before{background-position:center,center,center,var(--stage-mobile-position, var(--stage-position, 50% 50%))}._cardsBarV4_1sthp_6971{position:absolute;display:block;grid-template-columns:none;height:172px}._handV4_1sthp_7024{display:flex;grid-template-columns:none;width:min(640px,100vw - 164px)}}@media(max-width:700px){._battleV4_1sthp_2398{display:block;min-height:100dvh;padding:0;gap:0}._battleTopHud_1sthp_2443{left:10px;right:10px;top:10px;grid-template-columns:minmax(0,1fr)}._battleQuickStats_1sthp_2454{display:grid;width:100%;grid-template-columns:64px 100px minmax(0,1fr);justify-self:stretch;margin-top:4px;padding:4px}._battleResourceChip_1sthp_9269,._battleVitalChip_1sthp_9270,._battleIntentChip_1sthp_9271{min-height:38px;padding:5px 6px}._battleResourceChip_1sthp_9269 span{display:none}._battleResourceChip_1sthp_9269 b{align-self:center;font-size:14px}._battleIntentChip_1sthp_9271 small{display:none}._battleMomentV4_1sthp_9374{left:30%;top:calc(62% - 88px)}._battleBossBar_1sthp_2453{padding:9px 12px 10px;border-radius:999px}._battleBossBarHead_1sthp_2506{margin:0 2px;font-size:10px}._battleHpTrack_1sthp_2515{height:10px}._battleArenaV4_1sthp_2566{position:absolute;inset:0;border-radius:0}._routeDrawerV4_1sthp_2638,._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){left:10px;top:86px;bottom:auto;width:42px;height:42px;padding:7px;border-radius:999px}._combatFeedV4_1sthp_2974,._combatFeedV4_1sthp_2974:not(._isCollapsed_1sthp_2652){right:10px;top:86px;width:42px;height:42px;padding:7px;border-radius:999px}._equipDockV4_1sthp_3034{left:12px;bottom:122px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{inset:82px 10px auto;transform:none;width:auto;max-height:58dvh}._zzSpriteV4_1sthp_3839{left:30%;top:62%;width:92px;height:92px}._zzShadowV4_1sthp_4150{left:calc(30% - 42px);top:calc(62% + 42px);width:86px}._bossSpriteV4_1sthp_4031{right:var(--boss-mobile-right, 18%);top:var(--boss-mobile-top, 53%);width:var(--boss-mobile-width, 170px);max-height:var(--boss-mobile-max-height, 260px)}._bossShadowV4_1sthp_4157{right:var(--boss-shadow-mobile-right, calc(18% - 76px) );top:var(--boss-shadow-mobile-top, calc(53% + 78px) );width:var(--boss-shadow-mobile-width, 142px)}._cardsBarV4_1sthp_6971{position:absolute;display:block;grid-template-columns:none;left:0;right:0;bottom:0;height:150px;padding:0;overflow:visible}._drawBoxV4_1sthp_6986{display:grid;left:12px;bottom:158px;z-index:3;width:64px;min-height:56px;padding:7px;border-radius:16px;gap:4px;background:radial-gradient(circle at 50% 8%,rgba(255,246,230,.16),transparent 46%),#1c1514a8;box-shadow:0 12px 30px #00000047}._drawBoxV4_1sthp_6986 b{font-size:12px}._drawBtnV4_1sthp_7006{width:50px;min-height:28px;padding:6px;font-size:0}._drawBtnV4_1sthp_7006 svg{width:15px;height:15px}._handV4_1sthp_7024{position:absolute;left:50%;bottom:22px;display:flex;grid-template-columns:none;width:calc(100vw - 86px);justify-content:center;align-items:flex-end;gap:0;overflow:visible;padding:0 8px;transform:translate(-50%);z-index:1}._skillCardV4_1sthp_44{flex-basis:82px;width:82px;min-width:82px;margin-left:-12px;border-radius:14px;scroll-snap-align:none}._skillCardV4_1sthp_44:first-child{margin-left:0}._skillCardV4_1sthp_44:hover:not(:disabled){transform:translateY(-62px) scale(1.46) rotate(0)}._skillName_1sthp_64{font-size:9px}._skillPower_1sthp_71{font-size:12px}}._skillCardV4_1sthp_44:is(:hover,:focus-visible):not(:disabled){z-index:40;transform:translateY(-78px) scale(1.72) rotate(0);filter:drop-shadow(0 28px 34px rgba(0,0,0,.52)) brightness(1.08) saturate(1.08)}@media(max-width:700px){._bossCounterMaterialFx_1sthp_4555{width:240px;height:160px}._bossCounterMaterialFx_1sthp_4555._bossCounterSignatureFx_1sthp_4568{width:300px;height:200px}._bossCounterMaterialFx_1sthp_4555._bossCounterUltimateFx_1sthp_4574{width:370px;height:250px}._bossCounterMaterialFx_1sthp_4555._bossFxTianggong_1sthp_4468,._bossCounterMaterialFx_1sthp_4555._bossFxTianggong_1sthp_4468._bossCounterSignatureFx_1sthp_4568,._bossCounterMaterialFx_1sthp_4555._bossFxTianggong_1sthp_4468._bossCounterUltimateFx_1sthp_4574{width:170px;height:360px}._skillCardV4_1sthp_44:is(:hover,:focus-visible):not(:disabled){transform:translateY(-62px) scale(1.46) rotate(0)}._battleTopHud_1sthp_2443{grid-template-columns:72px minmax(0,1fr);gap:4px;align-items:stretch}._battleTitleBox_1sthp_2452{display:flex;min-width:0;padding:4px;border-radius:14px}._battleTitleBox_1sthp_2452>div{display:none}._battleBackBtn_1sthp_2478{width:100%;min-width:0;justify-content:center;padding:6px;border-radius:10px}._battleBossBar_1sthp_2453{min-width:0;padding:8px 10px 9px;border-radius:14px}._battleQuickStats_1sthp_2454{grid-column:1/-1;margin-top:0}._routeDrawerV4_1sthp_2638,._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652),._combatFeedV4_1sthp_2974,._combatFeedV4_1sthp_2974:not(._isCollapsed_1sthp_2652){top:122px}._battleLoadoutRailV4_1sthp_3055{top:122px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{top:164px;max-height:calc(100dvh - 176px)}._loadoutOpenV4_1sthp_10523 ._cardsBarV4_1sthp_6971{opacity:0;transform:translateY(28px);pointer-events:none;transition:opacity .18s ease,transform .18s ease}}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{left:50%;top:auto;bottom:2.4%;width:25px;height:25px;transform:translate(-50%)}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{left:15%;right:15%;bottom:14.5%;min-height:17%}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>div:first-child{padding-right:0}._skillCardV4_1sthp_44 ._skillName_1sthp_64{min-height:2.35em;margin-top:0;padding:4px 5px;text-align:center}._skillCardV4_1sthp_44 ._skillPower_1sthp_71{right:50%;bottom:calc(100% + 3px);width:max-content;min-width:54px;transform:translate(50%)}._skillCardV4_1sthp_44 ._skillPower_1sthp_71 span{display:block;margin:0;color:#ffeab7c7;font-size:6px;font-weight:850}._skillCardV4_1sthp_44 ._skillPower_1sthp_71{aspect-ratio:auto;border:0;border-radius:0;display:flex;align-items:baseline;justify-content:center;gap:3px;padding:1px 12px 2px;color:#ffe3a0;background:linear-gradient(90deg,transparent,rgba(43,18,8,.72) 28%,rgba(43,18,8,.72) 72%,transparent);box-shadow:none;font-size:15px;line-height:1;text-shadow:0 1px 0 #6f2e12,0 2px 7px rgba(0,0,0,.92),0 0 7px rgba(255,196,83,.38)}._skillCardV4_1sthp_44 ._skillPower_1sthp_71:before,._skillCardV4_1sthp_44 ._skillPower_1sthp_71:after{position:absolute;top:50%;width:9px;height:1px;content:"";background:linear-gradient(90deg,transparent,rgba(255,211,112,.9));box-shadow:0 0 4px #ffc24e94}._skillCardV4_1sthp_44 ._skillPower_1sthp_71:before{left:1px}._skillCardV4_1sthp_44 ._skillPower_1sthp_71:after{right:1px;transform:rotate(180deg)}._skillCardV4_1sthp_44 ._skillPower_1sthp_71 strong{color:inherit;font-family:var(--xz-font);font-size:1em;font-weight:950}._skillCardV4_1sthp_44 ._skillPowerBuff_1sthp_10620{color:#a9ffe2;background:linear-gradient(90deg,transparent,rgba(8,47,39,.76) 28%,rgba(8,47,39,.76) 72%,transparent);text-shadow:0 1px 0 #164c3d,0 2px 7px rgba(0,0,0,.92),0 0 8px rgba(92,244,196,.4)}._skillCardV4_1sthp_44 ._skillPowerBuff_1sthp_10620 span{color:#beffeac2}._skillCardV4_1sthp_44 ._skillPowerBuff_1sthp_10620:before,._skillCardV4_1sthp_44 ._skillPowerBuff_1sthp_10620:after{background:linear-gradient(90deg,transparent,rgba(132,255,217,.88))}@media(max-width:620px){._skillCardV4_1sthp_44 ._skillPower_1sthp_71{min-width:46px;padding-inline:9px;font-size:12px}._skillCardV4_1sthp_44 ._skillPower_1sthp_71 span{font-size:5px}._battleDamage_1sthp_4182{font-size:22px}._damageCrit_1sthp_4198{font-size:30px}._shieldDamage_1sthp_4213{font-size:19px}}._sandboxToolbarV4_1sthp_10654{position:fixed;top:106px;left:50%;z-index:92;display:flex;align-items:center;gap:5px;max-width:calc(100vw - 32px);padding:6px;border:1px solid rgba(244,198,108,.45);border-radius:8px;color:#fbe7b5;background:#140e0ce6;box-shadow:0 8px 24px #00000061,inset 0 1px #ffffff12;transform:translate(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:opacity .18s ease,transform .18s ease}._loadoutOpenV4_1sthp_10523 ._sandboxToolbarV4_1sthp_10654{opacity:0;pointer-events:none;transform:translate(-50%,-12px)}._sandboxToolbarV4_1sthp_10654>span,._sandboxToolbarV4_1sthp_10654 button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;white-space:nowrap}._sandboxToolbarV4_1sthp_10654>span{padding:0 7px;color:#ffd978;font-size:11px;font-weight:850}._sandboxToolbarV4_1sthp_10654 button{border:1px solid rgba(244,198,108,.22);border-radius:6px;padding:0 8px;color:#fff6dee6;background:#ffffff0e;font-size:10px;font-weight:750;cursor:pointer}._sandboxToolbarV4_1sthp_10654 button:hover:not(:disabled){border-color:#f4c66c9e;color:#fff7df;background:#f4c66c24}._sandboxToolbarV4_1sthp_10654 button:disabled{opacity:.38;cursor:default}@media(max-width:840px){._sandboxToolbarV4_1sthp_10654{top:154px;justify-content:flex-start;overflow-x:auto}}._tutorialIntroV5_1sthp_10727{position:absolute;inset:0;z-index:190;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 50% 38%,rgba(69,125,103,.24),transparent 38%),#07070ac7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._tutorialIntroCardV5_1sthp_10738{width:min(610px,100%);padding:24px;border:1px solid rgba(226,178,82,.58);border-radius:18px;color:#f8e9c3;background:linear-gradient(145deg,#42271cfa,#0c1816fa);box-shadow:0 28px 80px #00000094,inset 0 0 0 4px #f1cc790a}._tutorialSpeakerV5_1sthp_10748{display:flex;align-items:center;gap:10px;color:#72d6b4;font-size:11px;font-weight:900;letter-spacing:.08em}._tutorialSpeakerV5_1sthp_10748 img{width:54px;height:54px;object-fit:contain;filter:drop-shadow(0 6px 10px rgba(0,0,0,.42))}._tutorialIntroCardV5_1sthp_10738 h2{margin:14px 0 9px;font-size:clamp(21px,3vw,31px)}._tutorialIntroCardV5_1sthp_10738 p{margin:0;color:#fff2d7c2;font-size:13px;line-height:1.7}._tutorialIntroStepsV5_1sthp_10777{margin:18px 0;display:grid;grid-template-columns:1fr 1fr;gap:7px}._tutorialIntroStepsV5_1sthp_10777 span{padding:9px 10px;border-radius:8px;color:#ffebc1c7;background:#ffffff0b;font-size:10px}._tutorialIntroCardV5_1sthp_10738 button,._tutorialCoachV5_1sthp_10792 button{border:1px solid rgba(245,203,111,.58);border-radius:9px;color:#25170d;background:linear-gradient(135deg,#ffe7a6,#c98b2f);font:inherit;font-weight:900;cursor:pointer}._tutorialIntroCardV5_1sthp_10738 button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px}._tutorialCoachV5_1sthp_10792{position:absolute;top:112px;left:50%;z-index:95;width:min(430px,100% - 36px);padding:12px 15px;border:1px solid rgba(226,178,82,.52);border-left:4px solid #55cda7;border-radius:10px;color:#fae8bf;background:#1b1614f0;box-shadow:0 12px 32px #0000006b;transform:translate(-50%);pointer-events:none}._tutorialCoachV5_1sthp_10792 span{color:#72d6b4;font-size:9px;font-weight:900;letter-spacing:.12em}._tutorialCoachV5_1sthp_10792 b{display:block;margin:3px 0;font-size:14px}._tutorialCoachV5_1sthp_10792 p{margin:0;color:#fff1d2b8;font-size:10px;line-height:1.5}._tutorialCoachV5_1sthp_10792 button{margin-top:8px;min-height:30px;padding:0 10px;pointer-events:auto}._tutorialTargetV5_1sthp_10855,._tutorialMulliganV5_1sthp_10855{box-shadow:0 0 0 3px #5ce1b7ad,0 0 32px #47d4ab59!important}@media(max-width:840px){._tutorialIntroV5_1sthp_10727{padding:12px}._tutorialIntroCardV5_1sthp_10738{padding:17px}._tutorialIntroStepsV5_1sthp_10777{grid-template-columns:1fr}._tutorialCoachV5_1sthp_10792{top:76px}}@media(max-width:700px){._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652,._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652,._battleLoadoutRailV4_1sthp_3055{top:164px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){inset:164px 10px 12px;width:auto;height:auto;padding:12px;border-radius:14px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeTitleV4_1sthp_2660{display:flex}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeScrollV4_1sthp_2660{height:calc(100% - 86px);min-height:0}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{top:206px;max-height:calc(100dvh - 218px)}._sandboxModeV4_1sthp_10900 ._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652,._sandboxModeV4_1sthp_10900 ._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652,._sandboxModeV4_1sthp_10900 ._battleLoadoutRailV4_1sthp_3055{top:204px}._sandboxModeV4_1sthp_10900 ._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:204px}._sandboxModeV4_1sthp_10900 ._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{top:246px;max-height:calc(100dvh - 258px)}}._battleResourceChip_1sthp_9269 small{grid-column:2/-1;color:#ffe296c2;font-size:8px;font-weight:800}._battleIntentNextV4_1sthp_10920{margin-top:2px;color:#ade7ffb3!important}._bossMomentumV4_1sthp_10925{display:grid;grid-template-columns:auto repeat(3,7px);align-items:center;gap:3px;margin-left:auto;padding-left:8px}._bossMomentumV4_1sthp_10925 span{color:#ffd6a2ad;font-size:8px;font-weight:800}._bossMomentumV4_1sthp_10925 i{width:7px;height:15px;border:1px solid rgba(255,198,95,.22);border-radius:2px;background:#00000042}._bossMomentumV4_1sthp_10925 i._isLit_1sthp_10948{border-color:#ffc44ccc;background:linear-gradient(180deg,#fff0a3,#ff7e3e);box-shadow:0 0 8px #ff7b34b3}._ultimateSlotV4_1sthp_10954{position:absolute;right:22px;bottom:19px;width:132px;min-height:88px;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:7px;padding:7px;border:1px solid rgba(236,183,76,.28);border-radius:8px;color:#f9e5b5;background:#1b1114c2;box-shadow:0 12px 28px #00000057;pointer-events:auto;overflow:hidden}._ultimateSlotV4_1sthp_10954>img{width:46px;height:68px;object-fit:cover;object-position:center 36%;border-radius:5px}._ultimateSlotV4_1sthp_10954>div{min-width:0}._ultimateSlotV4_1sthp_10954 span,._ultimateSlotV4_1sthp_10954 small{display:block;color:#ffe2a4ad;font-size:8px}._ultimateSlotV4_1sthp_10954 b{display:block;margin:2px 0 4px;overflow:hidden;color:#ffe6a5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}._ultimateSlotV4_1sthp_10954 button{grid-column:2;min-height:25px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:1px solid rgba(255,205,99,.34);border-radius:5px;color:#ffeabe94;background:#ffffff0d;font-size:9px;font-weight:850}._ultimateSlotV4_1sthp_10954._ultimateReadyV4_1sthp_11018{border-color:#ffd468d9;background:radial-gradient(circle at 20% 30%,rgba(255,184,61,.22),transparent 52%),#2a1612e6;box-shadow:0 0 22px #ff9e3647,0 12px 28px #00000061}._ultimateReadyV4_1sthp_11018 button:not(:disabled){color:#2c1608;background:linear-gradient(135deg,#fff1b1,#e49a35);cursor:pointer}@media(max-width:840px){._ultimateSlotV4_1sthp_10954{right:8px;bottom:8px;width:52px;min-height:74px;grid-template-columns:1fr;padding:4px}._ultimateSlotV4_1sthp_10954>img{width:42px;height:62px}._ultimateSlotV4_1sthp_10954>div{display:none}._ultimateSlotV4_1sthp_10954 button{grid-column:1;min-height:22px;padding:0 3px}._bossMomentumV4_1sthp_10925{display:none}}._skillCardV4_1sthp_44 ._skillEffectV4_1sthp_11055{margin-top:1px;overflow:hidden;color:#582f16c7;font-size:7px;font-weight:850;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap}._cardInspectV4_1sthp_11067{position:absolute;left:50%;bottom:164px;z-index:84;width:min(320px,100vw - 40px);padding:9px 12px;border:1px solid rgba(244,198,108,.32);border-radius:7px;color:#f8e9c5;background:#161011e0;box-shadow:0 12px 30px #0000005c;transform:translate(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:none}._cardInspectV4_1sthp_11067 span,._cardInspectV4_1sthp_11067 small{display:block;color:#f4d38fad;font-size:9px}._cardInspectV4_1sthp_11067 b{display:block;margin:2px 0 3px;color:#ffe5a5;font-size:13px}._cardInspectV4_1sthp_11067 p{margin:0 0 4px;color:#fff6e2d1;font-size:10px;line-height:1.45}._mulliganInspectV4_1sthp_11105{width:min(760px,100%);min-height:42px;min-width:0;margin:2px auto 1px;padding:6px 10px;box-sizing:border-box;border:1px solid rgba(244,198,108,.22);border-radius:7px;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:8px;text-align:left;background:#f4c66c0f}._mulliganInspectV4_1sthp_11105 span,._mulliganInspectV4_1sthp_11105 small{color:#f4d38fb3;font-size:9px}._mulliganInspectV4_1sthp_11105 b{margin-left:0;white-space:nowrap;color:#ffe5a5;font-size:12px}._mulliganInspectV4_1sthp_11105 p{min-width:0;margin:0;overflow:hidden;color:#fff6e2d1;font-size:10px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}._mulliganInspectV4_1sthp_11105 small{white-space:nowrap}@media(max-width:760px),(max-height:680px){._mulliganInspectV4_1sthp_11105{grid-template-columns:auto auto minmax(0,1fr)}._mulliganInspectV4_1sthp_11105 small{display:none}}._ultimatePickerV4_1sthp_11158{display:grid;grid-template-columns:minmax(120px,1fr) repeat(6,48px);align-items:center;gap:6px;padding:8px;border:1px solid rgba(244,198,108,.16);border-radius:7px;background:#00000024}._ultimatePickerV4_1sthp_11158>div b,._ultimatePickerV4_1sthp_11158>div small{display:block}._ultimatePickerV4_1sthp_11158>div b{color:#f9dda0;font-size:11px}._ultimatePickerV4_1sthp_11158>div small{color:#fff1d28c;font-size:8px;line-height:1.35}._ultimatePickerV4_1sthp_11158>button{min-width:0;padding:3px;border:1px solid rgba(244,198,108,.14);border-radius:5px;color:#ffeecca3;background:#ffffff0a}._ultimatePickerV4_1sthp_11158>button img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:3px}._ultimatePickerV4_1sthp_11158>button span{display:block;margin-top:2px;overflow:hidden;font-size:7px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}._ultimatePickerV4_1sthp_11158>button._ultimatePickerActiveV4_1sthp_11211{border-color:#f0c76c;color:#ffe8aa;background:#f0c76c24;box-shadow:0 0 10px #f0a9483d}@media(max-width:620px){._ultimatePickerV4_1sthp_11158{grid-template-columns:repeat(3,minmax(0,1fr))}._ultimatePickerV4_1sthp_11158>div{grid-column:1/-1}}@media(max-width:620px){._skillCardV4_1sthp_44 ._skillEffectV4_1sthp_11055{font-size:6px}._cardInspectV4_1sthp_11067{bottom:148px}}._battleArenaV4_1sthp_2566:before{filter:saturate(1.12) contrast(1.035) brightness(1.075)}._battleArenaV4_1sthp_2566:after{background:radial-gradient(ellipse at 31% 61%,rgba(6,8,10,.08),transparent 22%),radial-gradient(ellipse at 70% 55%,rgba(6,8,10,.08),transparent 25%),linear-gradient(180deg,rgba(4,5,7,.1),transparent 18%,transparent 76%,rgba(4,5,7,.24));opacity:.62}._battleTopHud_1sthp_2443{left:20px;right:20px;top:12px;grid-template-columns:196px minmax(420px,650px) minmax(280px,336px);gap:14px;align-items:start}._battleTitleBox_1sthp_2452,._battleBossBar_1sthp_2453,._battleQuickStats_1sthp_2454{border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._battleTitleBox_1sthp_2452{min-height:56px;padding:3px 0;gap:10px}._battleTitleBox_1sthp_2452>div{min-width:0;padding-top:4px;text-shadow:0 2px 8px rgba(0,0,0,.86),0 0 18px rgba(0,0,0,.44)}._battleTitleBox_1sthp_2452 b{display:block;max-width:132px;overflow:hidden;color:#fff0c4;font-size:15px;text-overflow:ellipsis;white-space:nowrap}._battleStageTag_1sthp_9207{max-width:132px;color:#ffe2a5b8!important}._battleBackBtn_1sthp_2478{width:46px;min-width:46px;height:46px;padding:0;justify-content:center;gap:0;overflow:hidden;border:1px solid rgba(239,190,86,.62);border-radius:50%;color:#ffe1a0;font-size:0;background:radial-gradient(circle at 50% 42%,rgba(41,117,91,.48) 0 28%,transparent 29%),radial-gradient(circle,#493025 0 54%,#1d1717 56% 100%);box-shadow:0 5px 15px #0000006b,inset 0 0 0 3px #733c2399,inset 0 0 0 5px #e6ad422e}._battleBackBtn_1sthp_2478 svg{width:17px;height:17px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.8))}._hitStopped_1sthp_11317,._hitStopped_1sthp_11317 *{animation-play-state:paused!important}._shakeUltimate_1sthp_11323{animation:_battleShakeUltimate_1sthp_1 .72s linear}._shakeUltimate_1sthp_11323:after{content:"";position:absolute;inset:0;z-index:40;pointer-events:none;box-shadow:inset 0 0 120px 24px #ff31546b;animation:_battleUltimateVignette_1sthp_1 .72s ease-out}@keyframes _battleShakeUltimate_1sthp_1{10%{transform:translate(-18px,11px)}22%{transform:translate(16px,-13px)}34%{transform:translate(-14px,-9px)}46%{transform:translate(13px,10px)}60%{transform:translate(-9px,5px)}78%{transform:translate(5px,-3px)}}@keyframes _battleUltimateVignette_1sthp_1{0%{opacity:0}25%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){._shakeUltimate_1sthp_11323{animation:none}._shakeUltimate_1sthp_11323:after{animation:none;opacity:0}}._tigerMomentumAuraV32_1sthp_11379{filter:sepia(.26) saturate(1.5) brightness(1.18) drop-shadow(0 0 24px rgba(238,177,67,.88));animation-duration:1.25s!important}._snakeShedAfterimageV32_1sthp_11384{filter:hue-rotate(32deg) saturate(.72) brightness(1.25) drop-shadow(0 0 22px rgba(190,202,255,.78));animation-duration:1.55s!important}._moonBreakImpactV32_1sthp_11389{width:clamp(230px,27vw,440px);height:clamp(54px,6vw,94px);border:4px solid rgba(201,231,255,.94);border-color:rgba(201,231,255,.94) transparent transparent rgba(201,231,255,.94);border-radius:100% 0 0;box-shadow:-8px -8px 30px #5daaffc2;transform:translate(-50%,-50%) rotate(-13deg)}._cardInspectEffectsV14_1sthp_11400{margin:8px 0 0;padding:0;list-style:none;display:grid;gap:5px}._cardInspectEffectsV14_1sthp_11400 li{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:baseline;gap:7px;font-size:11px;line-height:1.45}._cardInspectEffectsV14_1sthp_11400 b{padding:1px 6px;border:1px solid color-mix(in srgb,var(--inspect-accent) 60%,transparent);border-radius:4px;color:var(--inspect-accent);font-size:10px;font-weight:900;white-space:nowrap}._cardInspectEffectsV14_1sthp_11400 span{color:#f7ead0db}._battleLethalTag_1sthp_11432{display:inline-block;margin-right:8px;padding:1px 8px;border:1px solid var(--battle-gold);border-radius:999px;color:#2b1a06;background:linear-gradient(140deg,#ffe9b0,var(--battle-gold));font-size:11px;font-style:normal;font-weight:900;letter-spacing:1px;vertical-align:middle;animation:_battleLethalPulse_1sthp_1 1.15s ease-in-out infinite}@keyframes _battleLethalPulse_1sthp_1{0%,to{box-shadow:0 0 #f4c66c9e}50%{box-shadow:0 0 0 6px #f4c66c00}}@media(prefers-reduced-motion:reduce){._battleLethalTag_1sthp_11432{animation:none}}._bossBreakHintV4_1sthp_11462{display:block;margin-top:10px;color:var(--battle-gold);font-size:13px;font-style:normal;letter-spacing:2px;animation:_bossBreakHintBreath_1sthp_1 1.8s ease-in-out infinite}@keyframes _bossBreakHintBreath_1sthp_1{0%,to{opacity:.45}50%{opacity:1}}@media(prefers-reduced-motion:reduce){._bossBreakHintV4_1sthp_11462{animation:none;opacity:.9}}._skillCardV4_1sthp_44._skillCardUnavailable_1sthp_7245{filter:saturate(.48) brightness(.76) contrast(.96);opacity:.88;cursor:not-allowed}._skillCardV4_1sthp_44._skillCardUnavailable_1sthp_7245 .cardCostV10,._skillCardV4_1sthp_44._skillCardUnavailable_1sthp_7245 [class*=cardCost]{color:#fff;background:var(--battle-red);box-shadow:0 0 0 2px #ff315473}._skillCardV4_1sthp_44._skillCardLocked_1sthp_11503{filter:saturate(.35) brightness(.55);transform:translateY(14px);pointer-events:none}@media(prefers-reduced-motion:reduce){._skillCardV4_1sthp_44._skillCardLocked_1sthp_11503{transform:none}}._battleIntentDamage_1sthp_11515{display:inline-flex;align-items:baseline;gap:2px;padding:1px 7px;border:1px solid rgba(255,49,84,.42);border-radius:999px;color:var(--battle-red);background:#ff315424;font-size:12px;font-style:normal;font-weight:900;font-variant-numeric:tabular-nums}._battleIntentDamage_1sthp_11515 s{color:var(--battle-cyan);font-size:11px;text-decoration:none}._battleIntentLethal_1sthp_11538{border-color:var(--battle-red);background:#ff31544d;animation:_battleIntentLethalPulse_1sthp_1 1.1s ease-in-out infinite}@keyframes _battleIntentLethalPulse_1sthp_1{0%,to{box-shadow:0 0 #ff315480}50%{box-shadow:0 0 0 5px #ff315400}}@media(prefers-reduced-motion:reduce){._battleIntentLethal_1sthp_11538{animation:none}}._battleSoundBtn_1sthp_11558{flex:0 0 auto;width:34px;min-width:34px;height:34px;margin-left:auto;padding:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(239,190,86,.5);border-radius:50%;color:var(--battle-gold);background:#f4c66c1f;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}._battleSoundBtn_1sthp_11558:hover{border-color:#efbe56d9;background:#f4c66c38}._battleSoundBtnOff_1sthp_11581{color:var(--battle-muted);border-color:#fff6e63d;background:#fff6e60f}._battleBossBar_1sthp_2453{position:relative;isolation:isolate;align-self:start;min-height:76px;padding:18px 76px 12px;overflow:visible;border-radius:0}._battleBossBar_1sthp_2453:before{content:"";position:absolute;z-index:-1;inset:-8px -34px -10px;background:url(/game-assets/battle-hud-bossbar-frame-v1-AhDBA7sJ.png) center/100% 100% no-repeat;filter:drop-shadow(0 7px 10px rgba(0,0,0,.48));pointer-events:none}._battleBossBarHead_1sthp_2506{position:relative;z-index:1;margin:0 5px 3px;color:#ffe7ac;font-size:10px;font-weight:850;text-shadow:0 1px 3px #090506}._battleBossBarHead_1sthp_2506>span:last-child{color:#fff2c9}._battleHpTrack_1sthp_2515{position:relative;z-index:1;height:11px;overflow:hidden;border:1px solid rgba(245,196,92,.24);border-radius:4px;background:#0c0709db;box-shadow:inset 0 2px 5px #000000b8,0 1px #ffe2a21f}._battleHpTrack_1sthp_2515>i{border-radius:3px;background:linear-gradient(180deg,rgba(255,242,182,.32),transparent 42%),linear-gradient(90deg,#a52728,#df493b 58%,#efb44e);box-shadow:0 0 10px #e544316b}._battleBossMechanicV4_1sthp_9239{position:absolute;left:82px;right:82px;top:calc(100% - 2px);min-width:0;justify-content:center;margin:0;padding:3px 14px 4px;overflow:hidden;color:#ffe1a4b8;background:linear-gradient(90deg,transparent,rgba(23,14,14,.74) 16% 84%,transparent);font-size:8px;text-shadow:0 1px 3px #000;pointer-events:none}._battleQuickStats_1sthp_2454{width:100%;grid-template-columns:68px 92px minmax(116px,1fr);gap:7px;justify-self:end;padding:2px 0}._battleResourceChip_1sthp_9269,._battleVitalChip_1sthp_9270,._battleIntentChip_1sthp_9271{min-height:52px;border:1px solid rgba(225,173,70,.46);border-radius:6px;color:#ffe7af;background:linear-gradient(145deg,#613122c7,#1a1515d1),#131012b8;box-shadow:0 7px 16px #00000057,inset 0 0 0 2px #eebe5b14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._battleResourceChip_1sthp_9269{grid-template-columns:17px minmax(0,1fr);padding:7px;border-color:#43c7aa9e;clip-path:polygon(9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px),0 9px);background:radial-gradient(circle at 24% 48%,rgba(38,168,139,.34),transparent 37%),linear-gradient(145deg,#25493fe6,#141817db)}._battleResourceChip_1sthp_9269 svg{color:#80eee0}._battleResourceChip_1sthp_9269 span{overflow:hidden;color:#dcffef9e;font-size:7px;text-overflow:ellipsis;white-space:nowrap}._battleResourceChip_1sthp_9269 b{color:#fff0ba;font-size:16px}._battleResourceChip_1sthp_9269 small{display:none}._battleVitalChip_1sthp_9270{padding:7px 8px;border-color:#3fb88980;background:linear-gradient(145deg,#1f4e3fe0,#181716db),#121614bd}._battleVitalChip_1sthp_9270>div:first-child{grid-template-columns:15px minmax(0,1fr)}._battleVitalChip_1sthp_9270>div:first-child b{grid-column:2;font-size:9px}._battleVitalChip_1sthp_9270 span{overflow:hidden;font-size:8px;text-overflow:ellipsis;white-space:nowrap}._battleVitalChip_1sthp_9270 small{display:none}._battleIntentChip_1sthp_9271{position:relative;grid-template-columns:17px minmax(0,1fr);padding:7px 8px;border-color:#e5a9417a;clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px);background:linear-gradient(145deg,#673922db,#1f1615e0),#181212c7}._battleIntentChip_1sthp_9271>div:not(._bossMomentumV4_1sthp_10925){display:block}._battleIntentChip_1sthp_9271 span,._battleIntentChip_1sthp_9271 b{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._battleIntentChip_1sthp_9271 span{color:#ffdc9999;font-size:7px}._battleIntentChip_1sthp_9271 b{color:#ffe4a5;font-size:10px}._battleIntentChip_1sthp_9271 small,._battleIntentNextV4_1sthp_10920,._battleIntentChip_1sthp_9271 ._bossMomentumV4_1sthp_10925{display:none}._cardsBarV4_1sthp_6971{height:168px;background:radial-gradient(ellipse at 50% 112%,rgba(0,0,0,.4),transparent 62%),linear-gradient(180deg,transparent 0 48%,rgba(5,6,8,.08) 67%,rgba(5,6,8,.38))}._drawBoxV4_1sthp_6986{left:18px;bottom:18px;width:94px;min-height:68px;padding:8px;border:1px solid rgba(224,172,73,.46);border-radius:6px;clip-path:polygon(9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px),0 9px);background:radial-gradient(circle at 50% 10%,rgba(58,160,128,.18),transparent 45%),#1c1615b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:1180px){._battleTopHud_1sthp_2443{left:14px;right:14px;grid-template-columns:156px minmax(360px,1fr) minmax(246px,290px);gap:9px}._battleTitleBox_1sthp_2452 b,._battleStageTag_1sthp_9207{max-width:94px}._battleBossBar_1sthp_2453{padding-right:62px;padding-left:62px}._battleQuickStats_1sthp_2454{grid-template-columns:62px 82px minmax(102px,1fr);gap:5px}}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:132px;bottom:12px;width:252px;min-height:126px;height:auto;max-height:154px;box-sizing:border-box;grid-template-columns:64px minmax(0,1fr);grid-template-rows:1fr;align-items:center;gap:10px;padding:10px 12px 10px 9px;overflow:hidden;border:1px solid rgba(220,172,77,.62);border-radius:4px 15px;background:linear-gradient(118deg,rgba(229,181,85,.12),transparent 23%),radial-gradient(circle at 18% 48%,rgba(45,174,139,.23),transparent 31%),linear-gradient(145deg,#36211bf5,#0a1312f7 72%);box-shadow:0 14px 28px #0000007a,inset 0 0 0 3px #ebc2650b,inset 0 -18px 34px #0003}._playerStatusDockV7_1sthp_11808:before{inset:5px;border-color:#f0ca7229;border-radius:2px 10px}._playerStatusDockV7_1sthp_11808:after{content:"";position:absolute;left:78px;top:18px;bottom:18px;width:1px;background:linear-gradient(transparent,rgba(229,185,90,.58),transparent);box-shadow:4px 0 12px #3ac59c1f;pointer-events:none}._playerStatusDockV7_1sthp_11808._isCritical_1sthp_11846{border-color:#e74c52cc;background:linear-gradient(118deg,rgba(229,166,73,.08),transparent 23%),radial-gradient(circle at 18% 48%,rgba(193,50,55,.2),transparent 33%),linear-gradient(145deg,#491c1df7,#101112fa 72%);box-shadow:0 14px 30px #00000085,0 0 20px #db2f3729,inset 0 0 0 3px #efb5550a}._playerPortraitV7_1sthp_11852{width:64px;height:92px;border:1px solid rgba(235,196,105,.48);border-radius:3px 10px;background:radial-gradient(circle at 50% 44%,rgba(87,218,174,.22),transparent 45%),linear-gradient(180deg,#4e2f1fad,#091b17f0);box-shadow:inset 0 0 18px #0000006b,0 0 14px #2baf8714}._playerPortraitV7_1sthp_11852 img{transform:scale(1.04);transform-origin:50% 66%}._playerVitalsV7_1sthp_11866{gap:5px}._playerVitalsV7_1sthp_11866>div:first-child b{color:#ffe8ac;font-family:var(--journey-title-v13);font-size:14px;letter-spacing:.08em}._playerVitalsV7_1sthp_11866>div:first-child span{color:#f4ddb180;font-size:8px}._playerHpLineV7_1sthp_11882 b{color:#e9fff4;font-size:11px;letter-spacing:.02em}._playerHpTrackV7_1sthp_11888{height:6px;border-color:#4dcca047;box-shadow:inset 0 1px 3px #000000b3}._playerCoreResourcesV13_1sthp_11894{grid-template-columns:repeat(2,minmax(0,1fr));gap:4px}._playerCoreResourcesV13_1sthp_11894>span{min-height:22px;padding:2px 4px;border-color:#ddae4d3b;border-radius:2px 7px;background:linear-gradient(145deg,#3f271c6b,#0a131280);font-size:8px}._playerCoreResourcesV13_1sthp_11894>span b{font-size:10px}._playerBuffTrayV13_1sthp_11912{min-height:17px;gap:3px}._playerBuffTrayV13_1sthp_11912>span{padding:2px 4px;font-size:6.5px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:86px;bottom:auto;width:296px;height:min(62dvh,560px);display:flex;flex-direction:column;box-sizing:border-box;padding:11px;overflow:hidden;border:1px solid rgba(225,179,85,.38);border-radius:6px 18px;background:linear-gradient(135deg,rgba(221,173,77,.11),transparent 22%),linear-gradient(180deg,#3e271df5,#101213f7);box-shadow:0 18px 46px #00000085,inset 0 0 0 3px #ecc6700a}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeTitleV4_1sthp_2660 b{color:#ffe2a0;font-family:var(--journey-title-v13);font-size:14px;letter-spacing:.08em}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeTitleV4_1sthp_2660 span{margin-top:2px;color:#f4deb47a;font-size:8px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeScrollV4_1sthp_2660{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;border-radius:4px 12px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(223,177,83,.5) rgba(12,12,14,.25)}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentV4_1sthp_2699{aspect-ratio:4/3;min-height:0}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentV4_1sthp_2699>img{filter:saturate(.88) contrast(1.04) brightness(.76)}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentV4_1sthp_2699:after{background:linear-gradient(180deg,rgba(8,8,11,.56),transparent 22%,transparent 72%,rgba(9,8,10,.72)),linear-gradient(90deg,rgba(7,7,9,.22),transparent 34% 66%,rgba(7,7,9,.22))}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentCaptionV4_1sthp_2744{top:9px;left:10px;right:10px;padding:4px 7px;border-left-width:2px}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750{width:30px;height:30px;border-width:1px;background:radial-gradient(circle,#ffedbbeb,#ba7e30eb 53%,#3d2013f5);box-shadow:0 0 13px #e5b44d61,0 6px 14px #0000007a}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750 img{width:100%;height:100%;object-fit:contain;border-radius:50%;filter:drop-shadow(0 0 5px rgba(255,233,173,.38))}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750 em{color:#fff1cfa3;font-family:var(--journey-title-v13);font-size:13px;font-style:normal}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=waypoint]{width:13px!important;height:13px!important;border-color:#5cdebbb8!important;background:radial-gradient(circle,#e8fff8 0 22%,#4bbd9e 28% 58%,#153e38 62%)!important}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=waypoint]>span{display:none}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=locked]{width:24px;height:24px;opacity:.7;filter:grayscale(1)}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=available]{border-color:#e6bf69b8}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=cleared]{border-color:#5bd9aedb;box-shadow:0 0 15px #46d3a666,0 6px 14px #00000075}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=cleared]:after{content:"✓";position:absolute;right:-4px;bottom:-3px;width:13px;height:13px;display:grid;place-items:center;border:1px solid rgba(224,255,243,.75);border-radius:50%;color:#092b21;background:#73dcb9;font-size:8px;box-shadow:0 0 7px #53e0b180}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=current]{width:40px;height:40px;border-color:#ffe2a0;background:radial-gradient(circle,#ffe9ad,#b83237 56%,#461419);box-shadow:0 0 0 3px #46caa033,0 0 24px #e9b1487a,0 8px 18px #00000080}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750>span{max-width:92px;color:#ffebc2d1;font-size:7.5px}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[data-route-state=current]>span{color:#ffe6aa;font-size:9px}._journeyNoteV4_1sthp_2660{flex:0 0 auto;margin-top:8px;padding:7px 4px 0;border-top-color:#e2b35029;color:#efdbb180;font-size:7px;line-height:1.45}@media(max-width:1180px){._playerStatusDockV7_1sthp_11808{left:126px;width:230px;grid-template-columns:58px minmax(0,1fr)}._playerPortraitV7_1sthp_11852{width:58px;height:84px}._playerStatusDockV7_1sthp_11808:after{left:71px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:276px}}@media(max-width:840px){._playerStatusDockV7_1sthp_11808{left:102px;bottom:6px;width:122px;min-height:126px;grid-template-columns:1fr;grid-template-rows:42px minmax(0,1fr);padding:6px}._playerStatusDockV7_1sthp_11808:after{display:none}._playerPortraitV7_1sthp_11852{width:42px;height:42px;justify-self:center}._playerVitalsV7_1sthp_11866>div:first-child b{font-size:10px}._playerCoreResourcesV13_1sthp_11894>span{min-height:18px;font-size:7px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:76px;width:min(286px,100vw - 20px);height:min(62dvh,460px)}}._motionFrameImageV14_1sthp_12150{backface-visibility:hidden;image-rendering:auto}._zzSpriteV4_1sthp_3839>._motionFrameImageV14_1sthp_12150{animation:none}._bossMotionSampleV14_1sthp_12159{width:clamp(270px,27vw,405px);max-height:min(72vh,610px);object-position:center bottom;transform-origin:50% 86%}._bossMotionSampleV14_1sthp_12159._bossCounter_normal_1sthp_4065{animation-duration:1.22s}._bossMotionSampleV14_1sthp_12159._bossCounter_signature_1sthp_4069{animation-duration:1.34s}._bossMotionSampleV14_1sthp_12159._bossCounter_ultimate_1sthp_4073{animation-duration:1.54s}._shanmenBossRoarV15_1sthp_12180{animation:_shanmenBossRoarV15_1sthp_12180 1.12s cubic-bezier(.18,.82,.18,1) both!important;filter:brightness(1.08) saturate(1.18) drop-shadow(0 30px 46px rgba(0,0,0,.64)) drop-shadow(0 0 34px rgba(71,255,174,.44))}._shanmenBossSlamV15_1sthp_12185{animation:_shanmenBossSlamV15_1sthp_12185 .76s cubic-bezier(.08,.9,.12,1) both!important;transform-origin:46% 94%;filter:brightness(1.12) saturate(1.16) drop-shadow(0 34px 48px rgba(0,0,0,.72)) drop-shadow(0 0 26px rgba(107,255,189,.36))}._shanmenChargeAuraV15_1sthp_12191,._shanmenRoarAuraV15_1sthp_12192{z-index:7;width:clamp(260px,31vw,500px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;background:repeating-conic-gradient(from 12deg,transparent 0 13deg,rgba(112,255,188,.3) 14deg 16deg,transparent 17deg 30deg),radial-gradient(circle,rgba(37,245,158,.18) 0 22%,transparent 24% 45%,rgba(31,20,45,.66) 48% 58%,transparent 61%);border:1px solid rgba(134,255,199,.28);mix-blend-mode:screen;animation:_shanmenChargeAuraV15_1sthp_12191 1.18s ease-out both}._shanmenRoarAuraV15_1sthp_12192{width:clamp(330px,39vw,620px);animation-name:_shanmenRoarAuraV15_1sthp_12192}._shanmenGroundImpactV15_1sthp_12210{z-index:30;width:clamp(360px,48vw,760px);height:clamp(150px,19vw,290px);transform:translate(-50%,-50%);pointer-events:none;border-radius:50%;background:radial-gradient(ellipse at 50% 62%,rgba(255,240,177,.92) 0 2%,rgba(106,255,184,.52) 3% 9%,rgba(89,48,32,.76) 10% 14%,transparent 16%),conic-gradient(from 268deg at 50% 62%,transparent 0 5%,rgba(255,217,139,.78) 6% 7%,transparent 8% 15%,rgba(135,255,194,.58) 16% 17%,transparent 18% 30%,rgba(255,218,135,.7) 31% 32%,transparent 33% 100%);filter:drop-shadow(0 0 28px rgba(88,255,170,.55));animation:_shanmenGroundImpactV15_1sthp_12210 1.16s cubic-bezier(.08,.86,.18,1) both}._shanmenGroundImpactV15_1sthp_12210:before,._shanmenGroundImpactV15_1sthp_12210:after{content:"";position:absolute;left:50%;top:62%;border-radius:50%;transform:translate(-50%,-50%)}._shanmenGroundImpactV15_1sthp_12210:before{width:76%;height:42%;border:4px solid rgba(255,226,156,.78);box-shadow:0 0 0 9px #54faa529,0 0 42px #ffd47a70;animation:_shanmenImpactRingV15_1sthp_1 .88s ease-out both}._shanmenGroundImpactV15_1sthp_12210:after{width:14px;height:14px;background:#d6aa68;box-shadow:-150px -28px 0 3px #564333,-104px -61px 0 1px #bd8d52,-58px -82px 0 5px #6e4c34,54px -76px 0 2px #c9a168,102px -52px 0 5px #594334,154px -18px 0 2px #b98249;animation:_shanmenDebrisV15_1sthp_1 .94s cubic-bezier(.12,.72,.2,1) both}._shanmenRoarScreenV15_1sthp_12248,._shanmenSlamScreenV15_1sthp_12249{position:absolute;inset:0!important;z-index:25;width:100%;height:100%;pointer-events:none;background:radial-gradient(circle at 70% 58%,rgba(115,255,190,.24),transparent 24%),#03060a42;mix-blend-mode:screen;animation:_shanmenScreenPulseV15_1sthp_1 .88s ease-out both}._shanmenSlamScreenV15_1sthp_12249{background:linear-gradient(90deg,rgba(255,239,190,.16),transparent 36%),#fff5d614;animation-duration:.62s}._shanmenEnragedArenaV15_1sthp_12266:after{content:"";position:absolute;inset:0;z-index:5;pointer-events:none;background:radial-gradient(circle at 74% 58%,rgba(45,255,156,.14),transparent 28%),linear-gradient(100deg,transparent 54%,rgba(20,9,27,.28));box-shadow:inset -70px 0 110px #26082a3d;animation:_shanmenEnragedBreathV15_1sthp_1 2.4s ease-in-out infinite}@keyframes _shanmenBossRoarV15_1sthp_12180{0%{transform:translate(50%,-50%) scale(.88) scaleX(var(--boss-facing-x, 1));opacity:.4}20%{transform:translate(50%,calc(-50% + 10px)) scale(.96) scaleX(var(--boss-facing-x, 1));opacity:1}48%{transform:translate(50%,calc(-50% - 18px)) scale(1.08) scaleX(var(--boss-facing-x, 1))}72%{transform:translate(50%,calc(-50% - 10px)) scale(1.04) scaleX(var(--boss-facing-x, 1))}to{transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}}@keyframes _shanmenBossSlamV15_1sthp_12185{0%{transform:translate(calc(50% + 34px),calc(-50% - 42px)) scale(.94) scaleX(var(--boss-facing-x, 1))}34%{transform:translate(calc(50% - 42px),calc(-50% + 20px)) scale(1.1) scaleX(var(--boss-facing-x, 1))}52%{transform:translate(calc(50% - 58px),calc(-50% + 32px)) scale(1.13,.94) scaleX(var(--boss-facing-x, 1));filter:brightness(1.65)}72%{transform:translate(calc(50% - 42px),calc(-50% + 22px)) scale(1.08) scaleX(var(--boss-facing-x, 1))}to{transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}}@keyframes _shanmenChargeAuraV15_1sthp_12191{0%{opacity:0;transform:translate(-50%,-50%) scale(1.18) rotate(-10deg);filter:blur(6px)}55%{opacity:.86;transform:translate(-50%,-50%) scale(.86) rotate(8deg);filter:blur(0)}to{opacity:0;transform:translate(-50%,-50%) scale(.68) rotate(18deg)}}@keyframes _shanmenRoarAuraV15_1sthp_12192{0%{opacity:0;transform:translate(-50%,-50%) scale(.58)}35%{opacity:1;transform:translate(-50%,-50%) scale(.96)}to{opacity:0;transform:translate(-50%,-50%) scale(1.42);filter:blur(5px)}}@keyframes _shanmenGroundImpactV15_1sthp_12210{0%{opacity:0;transform:translate(-50%,-50%) scale(.18,.42)}18%{opacity:1;transform:translate(-50%,-50%) scale(.82,.72)}52%{opacity:.94;transform:translate(-50%,-50%) scaleX(1.06)}to{opacity:0;transform:translate(-50%,-50%) scale(1.34,1.14);filter:blur(3px)}}@keyframes _shanmenImpactRingV15_1sthp_1{0%{opacity:1;transform:translate(-50%,-50%) scale(.38)}to{opacity:0;transform:translate(-50%,-50%) scale(1.42)}}@keyframes _shanmenDebrisV15_1sthp_1{0%{opacity:0;transform:translate(-50%,-10%) scale(.2) rotate(0)}22%{opacity:1}to{opacity:0;transform:translate(-50%,-260%) scale(1) rotate(34deg)}}@keyframes _shanmenScreenPulseV15_1sthp_1{0%,to{opacity:0}18%{opacity:.88}44%{opacity:.22}62%{opacity:.48}}@keyframes _shanmenEnragedBreathV15_1sthp_1{0%,to{opacity:.46}50%{opacity:1}}@media(max-width:840px){._bossMotionSampleV14_1sthp_12159{width:188px;max-height:282px}}@media(max-width:840px){._battleTopHud_1sthp_2443{grid-template-columns:48px minmax(0,1fr);gap:6px}._battleTitleBox_1sthp_2452{display:flex;min-width:0;padding:2px 0}._battleTitleBox_1sthp_2452>div{display:none}._battleBackBtn_1sthp_2478{width:44px;min-width:44px;height:44px}._battleBossBar_1sthp_2453{min-height:60px;padding:13px 48px 9px}._battleBossBar_1sthp_2453:before{inset:-5px -17px -7px}._battleBossBarHead_1sthp_2506{margin:0 2px 2px;font-size:8px}._battleHpTrack_1sthp_2515{height:8px}._battleBossMechanicV4_1sthp_9239{display:none}._battleQuickStats_1sthp_2454{grid-column:1/-1;grid-template-columns:62px 90px minmax(0,1fr);gap:5px;margin-top:0;padding:0}._battleResourceChip_1sthp_9269,._battleVitalChip_1sthp_9270,._battleIntentChip_1sthp_9271{min-height:42px;padding:5px 6px}._battleResourceChip_1sthp_9269 span,._battleVitalChip_1sthp_9270 span,._battleIntentChip_1sthp_9271 span{display:none}._battleVitalChip_1sthp_9270>div:first-child b{grid-column:2}._routeDrawerV4_1sthp_2638,._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652),._combatFeedV4_1sthp_2974,._combatFeedV4_1sthp_2974:not(._isCollapsed_1sthp_2652){top:112px}._battleLoadoutRailV4_1sthp_3055{top:112px}}._battleLoadoutRailV4_1sthp_3055{gap:5px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._battleLoadoutRailV4_1sthp_3055 button{min-width:66px;height:34px;padding:0 9px;border:1px solid rgba(223,169,67,.48);border-radius:4px;color:#ffe8b8d6;background:linear-gradient(145deg,#5f3322d1,#1c1615e0),#181212c7;box-shadow:0 6px 15px #0000004d,inset 0 0 0 2px #f0c3610f;clip-path:polygon(6px 0,calc(100% - 6px) 0,100% 6px,100% calc(100% - 6px),calc(100% - 6px) 100%,6px 100%,0 calc(100% - 6px),0 6px)}._battleLoadoutRailV4_1sthp_3055 button svg{color:#5fd2b5}._battleLoadoutRailV4_1sthp_3055 button:hover{border-color:#f7cc6fd1;background:radial-gradient(circle at 28% 45%,rgba(43,158,128,.24),transparent 44%),linear-gradient(145deg,#703d26e6,#1e1715e6)}._battleLoadoutRailV4_1sthp_3055 button._battleLoadoutActiveV4_1sthp_3094{border-color:#66e0bbd1;color:#fff1c8;background:radial-gradient(circle at 30% 45%,rgba(40,179,139,.34),transparent 46%),linear-gradient(145deg,#503a23f0,#19201bf0);box-shadow:0 0 14px #2dbf9433,inset 0 0 0 2px #efc35c1a}._drawBoxV4_1sthp_6986{color:#ffe9b6;box-shadow:0 8px 20px #00000057,inset 0 0 0 2px #e8b65312}._drawBoxV4_1sthp_6986 b{color:#ffdea0;text-shadow:0 1px 3px #000}._drawBtnV4_1sthp_7006{border:1px solid rgba(247,209,129,.58);border-radius:4px;color:#281508;background:linear-gradient(135deg,#fff0b3,#e9b14f 58%,#c27a27);clip-path:polygon(6px 0,100% 0,100% calc(100% - 6px),calc(100% - 6px) 100%,0 100%,0 6px);box-shadow:0 5px 12px #00000042,inset 0 1px #ffffff6b}._ultimateSlotV4_1sthp_10954{border-color:#e2ac448a;border-radius:5px;background:radial-gradient(circle at 18% 40%,rgba(44,156,128,.2),transparent 44%),linear-gradient(145deg,#5b2c20e0,#191415e6);box-shadow:0 9px 22px #00000061,inset 0 0 0 2px #ebbb5714;clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 8px),calc(100% - 8px) 100%,8px 100%,0 calc(100% - 8px),0 8px)}._ultimateSlotV4_1sthp_10954>img{border-radius:3px;filter:drop-shadow(0 2px 5px rgba(0,0,0,.46))}._ultimateSlotV4_1sthp_10954 button{border-color:#e1b24e75;border-radius:3px;background:#285c4b2e}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652,._combatFeedV4_1sthp_2974._isCollapsed_1sthp_2652{border-color:#e6b24780;background:radial-gradient(circle at 50% 45%,rgba(36,143,112,.26),transparent 40%),#281c18b8;box-shadow:0 7px 18px #00000057,inset 0 0 0 2px #e7b34a14;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(max-width:840px){._battleLoadoutRailV4_1sthp_3055{gap:4px}._battleLoadoutRailV4_1sthp_3055 button{min-width:56px;height:30px;padding:0 7px;font-size:9px}}._ruyiSweepPilotFx_1sthp_4221{width:clamp(430px,52vw,820px);aspect-ratio:1500/750;z-index:24;border:0;background:url(/game-assets/player-ruyi-sweep-v2-BM00xhij.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.04) drop-shadow(0 0 34px rgba(255,191,64,.68));transform:translate(-74%,-50%) scale(.3,.24);animation:_formalRuyiSweepV6_1sthp_1 1.72s cubic-bezier(.12,.86,.18,1) forwards}._ruyiSweepPilotFx_1sthp_4221._cloudStaffPilotFx_1sthp_4221{width:clamp(390px,46vw,730px);filter:hue-rotate(38deg) saturate(.94) brightness(1.08) drop-shadow(0 0 34px rgba(81,224,211,.66));animation-duration:1.62s}@keyframes _formalRuyiSweepV6_1sthp_1{0%{opacity:0;transform:translate(-94%,-50%) scale(.24,.18);filter:brightness(2.1) blur(7px)}18%{opacity:1;transform:translate(-80%,-50%) scale(.9);filter:brightness(1.38)}68%{opacity:1;transform:translate(-72%,-50%) scale(1)}to{opacity:0;transform:translate(-54%,-50%) scale(1.1,.92);filter:brightness(.86) blur(3px)}}._dinghaiTidePilotFx_1sthp_12617{width:clamp(430px,50vw,760px);aspect-ratio:1280/853;z-index:23;background:url(/game-assets/player-dinghai-tide-v2-uhP6JBO_.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.06) drop-shadow(0 0 38px rgba(71,220,220,.62));transform:translate(-50%,-38%) scale(.3,.18);animation:_dinghaiTideRiseV6_1sthp_1 2.12s cubic-bezier(.12,.84,.2,1) forwards}._lotusArrayFx_1sthp_4237._lotusDartImpactPilotFx_1sthp_12628{width:clamp(250px,28vw,430px);filter:hue-rotate(138deg) saturate(.86) brightness(1.18) drop-shadow(0 0 32px rgba(96,222,235,.7));animation-duration:1.55s}@keyframes _dinghaiTideRiseV6_1sthp_1{0%{opacity:0;transform:translate(-50%,-25%) scale(.28,.12);filter:brightness(2) blur(7px)}24%{opacity:.96;transform:translate(-50%,-38%) scale(.86);filter:brightness(1.28)}72%{opacity:1;transform:translate(-50%,-42%) scale(1)}to{opacity:0;transform:translate(-50%,-56%) scale(1.12,1.18);filter:brightness(.92) blur(3px)}}._baguaReflectPilotFx_1sthp_12655{width:clamp(250px,28vw,430px);aspect-ratio:1;z-index:25;background:url(/game-assets/player-bagua-reflect-v2-PXsa9Pzp.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.02) drop-shadow(0 0 30px rgba(110,230,203,.58));transform:translate(-50%,-50%) scale(.42);animation:_baguaReflectOpenV6_1sthp_1 1.95s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _baguaReflectOpenV6_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.34,.72);filter:brightness(1.9) blur(6px)}22%{opacity:1;transform:translate(-50%,-50%) scale(.9);filter:brightness(1.26)}68%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-54%) scale(1.12);filter:brightness(.88) blur(3px)}}._scriptureFocusPilotFx_1sthp_12687{width:clamp(260px,29vw,450px);aspect-ratio:850/1275;z-index:24;background:url(/game-assets/player-scripture-focus-v2-B57IHBkB.webp) center/contain no-repeat;mix-blend-mode:screen;filter:saturate(1.03) drop-shadow(0 0 32px rgba(255,207,100,.58));transform:translate(-50%,-48%) rotate(-12deg) scale(.3);animation:_scriptureFocusOrbitV6_1sthp_1 2.02s cubic-bezier(.16,.84,.2,1) forwards}._scriptureFocusPilotFx_1sthp_12687._cleansingScripturePilotFx_1sthp_12698{filter:hue-rotate(54deg) saturate(.8) brightness(1.1) drop-shadow(0 0 34px rgba(98,231,222,.68));animation-duration:1.82s}._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703{width:max-content;max-width:min(280px,28vw);padding:6px 13px 7px;border:1px solid rgba(231,190,104,.66);border-radius:3px;background:linear-gradient(90deg,#2c1e16e0,#112f2ae6 54%,#2c1e16e0);box-shadow:inset 0 0 0 1px #ffeeae14,0 7px 20px #00000057,0 0 16px #5bdcb82e;color:#f8e5ad;font-size:clamp(13px,1.2vw,19px);font-weight:800;line-height:1.15;text-align:center;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.88)}._journeyBannerPilotFx_1sthp_12720{width:clamp(190px,22vw,330px);aspect-ratio:3/4;z-index:26;background:url(/game-assets/player-journey-banner-v2-alpha-CV1pmVLv.webp) center/contain no-repeat;mix-blend-mode:normal;filter:saturate(1.04) drop-shadow(0 0 32px rgba(255,185,54,.64));transform:translate(-50%,-48%) scale(.3,.5);animation:_journeyBannerBloomV6_1sthp_1 1.85s ease-out forwards}._cloudStaffSweepFx_1sthp_12733,._bindingRopeCageFx_1sthp_4233,._goldenStaffUltimateFx_1sthp_12735,._seventyTwoTransformFx_1sthp_12736,._cloudGuardPilotFx_1sthp_12737,._cleansingPearlPilotFx_1sthp_12738,._windPearlPilotFx_1sthp_12739{z-index:27;border:0;background-position:center;background-repeat:no-repeat;background-size:contain;mix-blend-mode:normal}._cloudStaffSweepFx_1sthp_12733{width:clamp(480px,55vw,860px);aspect-ratio:16/9;background-image:url(/game-assets/player-cloud-staff-v2-alpha-C4jHuXVs.webp);filter:saturate(1.04) drop-shadow(0 0 28px rgba(79,225,232,.62));transform:translate(-76%,-50%) scale(.28,.2);animation:_cloudStaffSweepV8_1sthp_1 1.92s cubic-bezier(.12,.86,.16,1) forwards}._cloudStaffContactFx_1sthp_12757{z-index:29;width:126px;height:50px;border-top:5px solid rgba(238,255,244,.96);border-bottom:3px solid rgba(80,224,226,.74);border-radius:50%;box-shadow:0 0 18px #49e1e2bd,inset 0 0 14px #eecb675c;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(.22);animation:_cloudStaffContactV8_1sthp_1 .68s ease-out forwards}._projectileMissile_1sthp_4384._fxBindingRope_1sthp_6359{width:clamp(220px,22vw,340px);height:auto;aspect-ratio:16/9;border:0;border-radius:0;background:url(/game-assets/player-binding-rope-v2-alpha-uojk6Dwa.webp) center/contain no-repeat;mix-blend-mode:normal;box-shadow:none;filter:saturate(1.08) drop-shadow(0 0 20px rgba(255,202,79,.66))}._bindingRopeCageFx_1sthp_4233{width:clamp(350px,40vw,620px);aspect-ratio:16/9;background-image:url(/game-assets/player-binding-rope-v2-alpha-uojk6Dwa.webp);filter:saturate(1.12) drop-shadow(0 0 32px rgba(255,205,92,.72));transform:translate(-50%,-50%) rotate(5deg) scale(1.26,.82);animation:_bindingRopeTightenV8_1sthp_1 2.08s cubic-bezier(.16,.84,.2,1) forwards}._goldenStaffUltimateFx_1sthp_12735{width:clamp(620px,70vw,1080px);aspect-ratio:16/9;background-image:url(/game-assets/player-golden-staff-v2-alpha-DlTYk2Bp.webp);filter:saturate(1.08) drop-shadow(0 0 42px rgba(255,198,62,.72));transform:translate(-58%,-72%) scale(.28,.38);animation:_goldenStaffDropV8_1sthp_1 2.32s cubic-bezier(.08,.88,.14,1) forwards}._goldenStaffSealFx_1sthp_12799{z-index:25;width:clamp(280px,31vw,480px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,249,205,.92) 0 4%,rgba(255,190,51,.44) 14%,transparent 44%),repeating-conic-gradient(from 0deg,transparent 0 17deg,rgba(245,206,102,.68) 18deg 21deg,transparent 22deg 44deg);filter:drop-shadow(0 0 30px rgba(255,191,48,.7));transform:translate(-50%,-50%) scale(.2,.08);animation:_goldenStaffSealV8_1sthp_1 1.62s ease-out forwards}._seventyTwoTransformFx_1sthp_12736{width:clamp(700px,78vw,1220px);aspect-ratio:16/9;background-image:url(/game-assets/player-seventy-two-v2-alpha-BDso-IjA.webp);filter:saturate(1.12) drop-shadow(0 0 36px rgba(184,132,255,.65));transform:translate(-76%,-50%) scale(.26,.18);animation:_seventyTwoSweepV8_1sthp_1 2.34s cubic-bezier(.12,.84,.18,1) forwards}._seventyTwoContactFx_1sthp_12819{z-index:30;width:132px;height:86px;background:radial-gradient(ellipse,rgba(255,244,191,.9),rgba(166,102,236,.48) 32%,transparent 68%),conic-gradient(from var(--rot),transparent,rgba(242,211,113,.78),transparent 22%,rgba(129,93,226,.7),transparent 48%);clip-path:polygon(50% 0,60% 35%,100% 50%,61% 62%,50% 100%,40% 62%,0 50%,40% 37%);filter:drop-shadow(0 0 20px rgba(184,132,255,.8));transform:translate(-50%,-50%) rotate(var(--rot)) scale(.24);animation:_seventyTwoContactV8_1sthp_1 .72s ease-out forwards}._cloudGuardPilotFx_1sthp_12737{width:clamp(260px,30vw,460px);aspect-ratio:1;background-image:url(/game-assets/player-cloud-guard-v2-alpha-DGhh6L-e.webp);filter:saturate(1.02) drop-shadow(0 0 34px rgba(80,230,219,.66));transform:translate(-50%,-50%) scale(.32,.68);animation:_cloudGuardOpenV8_1sthp_1 1.86s cubic-bezier(.14,.86,.18,1) forwards}._cleansingPearlPilotFx_1sthp_12738,._windPearlPilotFx_1sthp_12739{width:clamp(230px,27vw,410px);aspect-ratio:1;transform:translate(-50%,-50%) scale(.3)}._cleansingPearlPilotFx_1sthp_12738{background-image:url(/game-assets/player-cleansing-pearl-v2-alpha-CjcgarQD.webp);filter:saturate(.96) drop-shadow(0 0 34px rgba(169,246,239,.64));animation:_cleansingPearlOpenV8_1sthp_1 1.88s ease-out forwards}._windPearlPilotFx_1sthp_12739{background-image:url(/game-assets/player-wind-pearl-v2-alpha-B6dpjs56.webp);filter:saturate(1.06) drop-shadow(0 0 34px rgba(78,225,176,.66));animation:_windPearlCalmV8_1sthp_1 1.9s ease-out forwards}._journeyBannerWillFx_1sthp_12858,._cleansingRippleFx_1sthp_12859,._windCalmRingFx_1sthp_12860{z-index:24;width:clamp(240px,28vw,430px);aspect-ratio:1;border-radius:50%;transform:translate(-50%,-50%) scale(.24);pointer-events:none}._journeyBannerWillFx_1sthp_12858{border:3px solid rgba(255,208,91,.72);background:repeating-conic-gradient(from 0deg,transparent 0 26deg,rgba(255,209,101,.32) 28deg 32deg,transparent 34deg 60deg);filter:drop-shadow(0 0 24px rgba(255,197,68,.6));animation:_supportSealOpenV8_1sthp_1 1.9s ease-out forwards}._cleansingRippleFx_1sthp_12859{border:2px solid rgba(185,255,248,.76);box-shadow:inset 0 0 30px #7aeae133,0 0 26px #7ee7e075;animation:_cleansingRippleV8_1sthp_1 1.66s ease-out forwards}._windCalmRingFx_1sthp_12860{border:4px double rgba(120,244,200,.72);border-left-color:#ffda79c2;filter:drop-shadow(0 0 24px rgba(85,224,180,.58));animation:_windCalmRingV8_1sthp_1 1.72s ease-out forwards}@keyframes _cloudStaffSweepV8_1sthp_1{0%{opacity:0;transform:translate(-96%,-48%) scale(.22,.14);filter:brightness(2) blur(7px)}20%{opacity:1;transform:translate(-82%,-50%) scale(.86);filter:brightness(1.28)}72%{opacity:1;transform:translate(-70%,-50%) scale(1)}to{opacity:0;transform:translate(-54%,-50%) scale(1.12,.92);filter:brightness(.82) blur(3px)}}@keyframes _cloudStaffContactV8_1sthp_1{24%,66%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot)) scaleX(1)}to{opacity:0;transform:translate(-30%,-50%) rotate(var(--rot)) scaleX(1.35)}}@keyframes _bindingRopeTightenV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(-7deg) scale(1.42,.68);filter:brightness(1.8) blur(5px)}24%{opacity:1;transform:translate(-50%,-50%) rotate(2deg) scale(1.08,.9);filter:brightness(1.2)}72%{opacity:1;transform:translate(-50%,-50%) rotate(6deg) scaleX(.84)}to{opacity:0;transform:translate(-50%,-50%) rotate(10deg) scale(.66,1.08);filter:brightness(.82) blur(3px)}}@keyframes _goldenStaffDropV8_1sthp_1{0%{opacity:0;transform:translate(-72%,-112%) scale(.24,.38);filter:brightness(2) blur(8px)}24%{opacity:1;transform:translate(-62%,-82%) scale(.88);filter:brightness(1.28)}68%{opacity:1;transform:translate(-56%,-62%) scale(1)}to{opacity:0;transform:translate(-54%,-54%) scale(1.12);filter:brightness(.82) blur(4px)}}@keyframes _goldenStaffSealV8_1sthp_1{20%,64%{opacity:1;transform:translate(-50%,-50%) rotate(54deg) scaleY(.34)}to{opacity:0;transform:translate(-50%,-50%) rotate(92deg) scale(1.36,.48)}}@keyframes _seventyTwoSweepV8_1sthp_1{0%{opacity:0;transform:translate(-98%,-50%) scale(.2,.14);filter:brightness(2) blur(7px)}20%{opacity:1;transform:translate(-84%,-50%) scale(.82);filter:brightness(1.25)}76%{opacity:1;transform:translate(-68%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(1.08);filter:brightness(.8) blur(4px)}}@keyframes _seventyTwoContactV8_1sthp_1{20%,62%{opacity:1;transform:translate(-50%,-50%) rotate(var(--rot)) scale(1)}to{opacity:0;transform:translate(-50%,-50%) rotate(calc(var(--rot) + 32deg)) scale(1.48)}}@keyframes _cloudGuardOpenV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.24,.58);filter:brightness(2) blur(7px)}22%{opacity:1;transform:translate(-50%,-50%) scale(.88,.96);filter:brightness(1.3)}72%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-43%,-50%) scale(1.18,1.04);filter:brightness(.86) blur(3px)}}@keyframes _cleansingPearlOpenV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-44%) scale(.22) rotate(-36deg);filter:brightness(2) blur(6px)}24%,70%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(18deg);filter:brightness(1.16)}to{opacity:0;transform:translate(-50%,-65%) scale(1.12) rotate(54deg);filter:brightness(.88) blur(3px)}}@keyframes _windPearlCalmV8_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(1.36) rotate(-60deg);filter:brightness(1.8) blur(8px)}28%,72%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(24deg);filter:brightness(1.18)}to{opacity:0;transform:translate(-50%,-50%) scale(.82) rotate(84deg);filter:brightness(.82) blur(3px)}}@keyframes _supportSealOpenV8_1sthp_1{20%,70%{opacity:1;transform:translate(-50%,-50%) rotate(80deg) scale(1)}to{opacity:0;transform:translate(-50%,-65%) rotate(150deg) scale(1.34)}}@keyframes _cleansingRippleV8_1sthp_1{18%{opacity:.9;transform:translate(-50%,-50%) scale(.42)}to{opacity:0;transform:translate(-50%,-50%) scale(1.42)}}@keyframes _windCalmRingV8_1sthp_1{18%{opacity:.9;transform:translate(-50%,-50%) rotate(-80deg) scale(1.26)}70%{opacity:1;transform:translate(-50%,-50%) rotate(18deg) scale(.9)}to{opacity:0;transform:translate(-50%,-50%) rotate(48deg) scale(.76)}}._castFlashFx_1sthp_4283{width:82px;height:82px;border:1px solid rgba(255,229,153,.56);background:radial-gradient(circle,#fff 0 5%,rgba(255,231,158,.96) 8%,rgba(84,224,214,.32) 31%,transparent 64%),repeating-conic-gradient(from 0deg,transparent 0 23deg,rgba(255,216,124,.46) 24deg 27deg,transparent 28deg 45deg);box-shadow:inset 0 0 18px #49d7cc38,0 0 22px #ecbd528f}._beamFx_1sthp_4303{height:12px;border:1px solid rgba(245,255,251,.46);background:repeating-linear-gradient(90deg,transparent 0 18px,rgba(255,255,255,.34) 20px 23px,transparent 25px 39px),linear-gradient(180deg,transparent,rgba(255,255,255,.98) 44%,rgba(92,226,222,.86) 58%,transparent);box-shadow:0 0 13px #5ae2dec2,0 0 34px #e9bb4e52;animation-duration:1.72s}._beamFx_1sthp_4303:before{content:"";position:absolute;inset:-8px 4% -8px 2%;border-top:1px solid rgba(255,222,133,.36);border-bottom:1px solid rgba(77,214,207,.32);filter:blur(.3px)}._starSparkFocusV9_1sthp_13120{z-index:24;width:112px;height:112px;border-radius:50%;background:radial-gradient(circle,#fffbe4 0 4%,#82fff2 5% 9%,rgba(84,224,214,.26) 10% 24%,transparent 25%),repeating-conic-gradient(from -8deg,transparent 0 31deg,rgba(250,213,105,.78) 32deg 34deg,transparent 35deg 60deg);box-shadow:0 0 18px #54e0d6c2,inset 0 0 22px #fad5693d;transform:translate(-50%,-50%) scale(.28) rotate(-28deg);animation:_starSparkFocusV9_1sthp_13120 .94s cubic-bezier(.16,.84,.2,1) forwards}._beamFx_1sthp_4303._fxStarSparkV9_1sthp_13131{height:5px;border:0;background:linear-gradient(90deg,transparent 0 4%,#78eee5 20%,#fffdf1 52%,#f4c95d 78%,transparent 100%);box-shadow:0 0 8px #54e0d6eb,0 0 18px #f4c95d94;animation-duration:.84s}._beamFx_1sthp_4303._fxStarSparkV9_1sthp_13131:before{inset:-5px 7% -5px 3%;border-top:1px solid rgba(119,245,233,.5);border-bottom:0;transform:skew(-16deg)}._beamFx_1sthp_4303._fxStarSparkV9_1sthp_13131:after{right:-14px;width:34px;height:34px;background:radial-gradient(circle,#fff 0 7%,#7ff8ed 8% 22%,rgba(244,201,93,.5) 23% 42%,transparent 43%),conic-gradient(from 22deg,transparent 0 10%,#fff0a8 11% 14%,transparent 15% 35%,#7ff8ed 36% 39%,transparent 40% 100%)}._starSparkImpactV9_1sthp_13153{z-index:28;width:188px;height:188px;border-radius:50%;background:radial-gradient(circle,#fff 0 3%,#6ff6e9 4% 8%,rgba(244,201,93,.62) 9% 13%,transparent 14%),repeating-conic-gradient(from 0deg,transparent 0 17deg,rgba(120,244,233,.72) 18deg 20deg,transparent 21deg 43deg);filter:drop-shadow(0 0 16px rgba(84,224,214,.85));transform:translate(-50%,-50%) scale(.22) rotate(-24deg);animation:_starSparkImpactV9_1sthp_13153 1.08s ease-out forwards}._talismanIgnitionV9_1sthp_13165{z-index:24;width:82px;height:126px;border:2px solid rgba(255,211,111,.9);border-radius:12px 12px 30px 30px;background:linear-gradient(90deg,transparent 46%,rgba(255,236,165,.88) 47% 53%,transparent 54%) center 26%/52% 34% no-repeat,linear-gradient(26deg,transparent 44%,rgba(255,233,148,.76) 45% 51%,transparent 52%) center 52%/58% 30% no-repeat,linear-gradient(154deg,transparent 44%,rgba(255,233,148,.76) 45% 51%,transparent 52%) center 52%/58% 30% no-repeat,linear-gradient(180deg,#b82f25,#60150f);box-shadow:inset 0 0 22px #ffbd4661,0 0 24px #ff541eb8;transform:translate(-50%,-50%) rotate(-6deg) scale(.32);animation:_talismanIgnitionV9_1sthp_13165 1.12s cubic-bezier(.16,.84,.2,1) forwards}._projectileRune_1sthp_4389._fxTalismanEmberV9_1sthp_13177{color:#ff943e;background:radial-gradient(circle,#fff8c9 0 8%,#ffbf46 9% 26%,#de3a22 27% 52%,transparent 54%),conic-gradient(from 45deg,transparent 0 12%,#ffd56d 13% 18%,transparent 19% 38%,#e84922 39% 45%,transparent 46% 100%);filter:drop-shadow(0 0 14px rgba(255,101,34,.9))}._talismanLotusImpactV9_1sthp_13183{z-index:29;width:214px;height:214px;border-radius:50%;background:radial-gradient(ellipse at 50% 64%,#fff5b5 0 4%,#ffb638 5% 11%,rgba(207,47,25,.76) 12% 24%,transparent 25%),repeating-conic-gradient(from 0deg,transparent 0 17deg,rgba(255,201,76,.88) 18deg 30deg,rgba(199,46,27,.78) 31deg 39deg,transparent 40deg 60deg);clip-path:polygon(50% 0,60% 30%,82% 10%,73% 39%,100% 50%,70% 59%,86% 86%,58% 70%,50% 100%,41% 69%,14% 86%,30% 59%,0 50%,28% 40%,18% 10%,40% 30%);filter:drop-shadow(0 0 24px rgba(255,78,29,.86));transform:translate(-50%,-50%) scale(.22) rotate(-12deg);animation:_talismanLotusImpactV9_1sthp_13183 1.34s ease-out forwards}._talismanEmberMarkV9_1sthp_13195{z-index:18;width:126px;height:58px;border:2px solid rgba(255,185,66,.78);border-radius:50%;background:repeating-conic-gradient(from 0deg,rgba(170,38,23,.78) 0 8deg,transparent 9deg 28deg);box-shadow:inset 0 0 18px #ff511f8a,0 0 18px #ffa6328c;transform:translate(-50%,-50%) rotate(-6deg) scale(.36);animation:_talismanEmberMarkV9_1sthp_13195 1.72s ease-out forwards}@keyframes _starSparkFocusV9_1sthp_13120{0%{opacity:0;transform:translate(-50%,-50%) scale(.18) rotate(-48deg)}34%,68%{opacity:1;transform:translate(-50%,-50%) scale(.88) rotate(4deg)}to{opacity:0;transform:translate(-50%,-50%) scale(.42) rotate(24deg)}}@keyframes _starSparkImpactV9_1sthp_13153{0%{opacity:0;transform:translate(-50%,-50%) scale(.18) rotate(-26deg)}24%,58%{opacity:1;transform:translate(-50%,-50%) scale(.84) rotate(8deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.22) rotate(31deg)}}@keyframes _talismanIgnitionV9_1sthp_13165{0%{opacity:0;transform:translate(-50%,-50%) rotate(-16deg) scale(.24)}28%,66%{opacity:1;transform:translate(-50%,-50%) rotate(3deg) scale(.9)}to{opacity:0;transform:translate(-50%,-62%) rotate(8deg) scale(.62)}}@keyframes _talismanLotusImpactV9_1sthp_13183{0%{opacity:0;transform:translate(-50%,-50%) scale(.16) rotate(-16deg)}26%,62%{opacity:1;transform:translate(-50%,-50%) scale(.88) rotate(14deg)}to{opacity:0;transform:translate(-50%,-58%) scale(1.28) rotate(38deg)}}@keyframes _talismanEmberMarkV9_1sthp_13195{0%{opacity:0;transform:translate(-50%,-50%) rotate(-8deg) scale(.26)}24%,72%{opacity:.9;transform:translate(-50%,-50%) rotate(4deg) scale(.92)}to{opacity:0;transform:translate(-50%,-50%) rotate(12deg) scale(1.08)}}._projectileFx_1sthp_4373:not(._fxBindingRope_1sthp_6359):after{content:"";position:absolute;right:75%;top:50%;width:64px;height:2px;background:linear-gradient(90deg,transparent,currentColor 65%,rgba(255,255,255,.9));filter:blur(1px) drop-shadow(0 0 7px currentColor);opacity:.72}._projectileMissile_1sthp_4384._fxCloudMissile_1sthp_6325{color:#69e0e1}._projectileMissile_1sthp_4384._fxStarRail_1sthp_6332{color:#a797ff}._projectileMissile_1sthp_4384._fxLotusDart_1sthp_6342{color:#77e9e5}._projectileMissile_1sthp_4384._fxWindfireWheel_1sthp_6350{color:#ff9a3c}._projectileRune_1sthp_4389{color:#b79cff}._slashArcFx_1sthp_4975{height:84px;border-top-width:7px;border-right-width:2px;filter:drop-shadow(0 0 12px rgba(244,198,108,.84))}._slashArcFx_1sthp_4975:before,._slashArcFx_1sthp_4975:after{content:"";position:absolute;inset:8px 10px auto 18px;height:62px;border-radius:50%;border-top:2px solid rgba(94,231,224,.48)}._slashArcFx_1sthp_4975:after{inset:15px 28px auto 32px;border-top-color:#ffebab85}._battleDamage_1sthp_4182._skillCastLabel_1sthp_13331{z-index:74;width:max-content;max-width:210px;padding:5px 13px 6px;border:1px solid rgba(231,189,94,.5);border-radius:2px;background:linear-gradient(90deg,#161213e6,#291e17eb,#0f1f1de0);box-shadow:inset 0 0 0 1px #fff2c80d,0 8px 20px #00000057;color:#f8e5ad;font-size:clamp(12px,1vw,16px);font-weight:850;letter-spacing:.08em;text-shadow:0 1px 2px #000;transform:translate(-50%,8px) scale(.94);animation:_skillCastLabelV8_1sthp_1 .86s ease-out forwards}._battleDamage_1sthp_4182._skillCast奥义_1sthp_13349{border-color:#f5be4fd1;color:#fff0b6;font-size:clamp(14px,1.25vw,20px);animation-duration:1.2s}._battleDamage_1sthp_4182._skillCast远程_1sthp_13356{border-left:3px solid #59d8dc}._battleDamage_1sthp_4182._skillCast魔法_1sthp_13360{border-left:3px solid #a98cff}._battleDamage_1sthp_4182._skillCast近战_1sthp_13364{border-left:3px solid #e6a449}._battleDamage_1sthp_4182._skillCast增幅_1sthp_13368{border-left:3px solid #58d4a4}@keyframes _skillCastLabelV8_1sthp_1{0%{opacity:0;transform:translate(-50%,8px) scale(.92)}18%,68%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,-16px) scale(1)}}@keyframes _scriptureFocusOrbitV6_1sthp_1{0%{opacity:0;transform:translate(-50%,-42%) rotate(-28deg) scale(.26);filter:brightness(2) blur(6px)}22%{opacity:1;transform:translate(-50%,-50%) rotate(-8deg) scale(.88);filter:brightness(1.24)}72%{opacity:1;transform:translate(-50%,-52%) rotate(4deg) scale(1)}to{opacity:0;transform:translate(-50%,-68%) rotate(16deg) scale(1.1);filter:brightness(.88) blur(3px)}}@keyframes _journeyBannerBloomV6_1sthp_1{0%{opacity:0;transform:translate(-50%,-34%) scale(.24,.5);filter:brightness(2) blur(7px)}24%,70%{opacity:1;transform:translate(-50%,-50%) scale(1);filter:brightness(1.14)}to{opacity:0;transform:translate(-50%,-66%) scale(1.08);filter:brightness(.84) blur(3px)}}._armorBreakRingFx_1sthp_5854{width:clamp(300px,32vw,500px);aspect-ratio:1396/918;height:auto;border:0;border-radius:0;background:url(/game-assets/player-mountain-smash-DPJjh0e4.webp) center/contain no-repeat;box-shadow:none;mix-blend-mode:screen;filter:saturate(1.04) drop-shadow(0 0 30px rgba(255,194,72,.62))}._cloudFistTunnelFx_1sthp_5864{width:clamp(320px,36vw,560px);aspect-ratio:1517/796;height:auto;border:0;border-radius:0;background:url(/game-assets/player-cloud-stars-impact-ChzkmdyG.webp) center/contain no-repeat;box-shadow:none;mix-blend-mode:screen;filter:hue-rotate(10deg) saturate(.9) drop-shadow(0 0 28px rgba(88,225,225,.58))}._flameCloakArcFx_1sthp_5875{width:clamp(300px,36vw,560px);aspect-ratio:1663/945;height:auto;border:0;border-radius:0;background:url(/game-assets/flame-kick-impact-C3wDa2sF.webp) center/contain no-repeat;mix-blend-mode:screen}._flamePetalFx_1sthp_6460{width:clamp(230px,25vw,390px);aspect-ratio:1421/969;height:auto;clip-path:none;background:url(/game-assets/player-pure-fire-lotus-u2rXBYNo.webp) center/contain no-repeat;mix-blend-mode:screen}._heartCoreOrbitFx_1sthp_6707,._biboHealFx_1sthp_6708,._cleanseSparkFx_1sthp_6709{border:0;border-radius:0;box-shadow:none;clip-path:none;background-position:center;background-size:contain;background-repeat:no-repeat;mix-blend-mode:screen}._heartCoreOrbitFx_1sthp_6707{width:clamp(180px,21vw,320px);aspect-ratio:754/1218;height:auto;background-image:url(/game-assets/player-heart-lamp-CqnZvKIC.webp)}._biboHealFx_1sthp_6708{width:clamp(260px,29vw,440px);aspect-ratio:1280/853;height:auto;background-image:url(/game-assets/player-dinghai-tide-v2-uhP6JBO_.webp)}._cleanseSparkFx_1sthp_6709{width:clamp(180px,20vw,300px);aspect-ratio:850/1275;height:auto;background-image:url(/game-assets/player-scripture-focus-v2-B57IHBkB.webp)}@media(max-width:700px){._ruyiSweepPilotFx_1sthp_4221{width:520px}._dinghaiTidePilotFx_1sthp_12617{width:430px}._baguaReflectPilotFx_1sthp_12655{width:250px}._scriptureFocusPilotFx_1sthp_12687{width:260px}._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703{max-width:190px;padding:5px 9px 6px;font-size:12px}}._battleTopHud_1sthp_2443{left:18px;right:18px;top:10px;grid-template-columns:176px minmax(0,1fr);gap:12px}._battleBossBar_1sthp_2453{width:100%;min-height:72px;padding:16px clamp(66px,7vw,118px) 12px}._battleBossBarHead_1sthp_2506{margin-bottom:4px;font-size:11px}._battleHpTrack_1sthp_2515{height:13px}._battleBossMetaV7_1sthp_13547{position:absolute;top:calc(100% - 1px);left:clamp(70px,8vw,126px);right:clamp(70px,8vw,126px);z-index:3;display:flex;align-items:center;justify-content:center;gap:14px;min-width:0;pointer-events:none}._battleBossMetaV7_1sthp_13547 ._battleBossMechanicV4_1sthp_9239{position:static;flex:1 1 auto;min-width:0;max-width:720px;padding:4px 10px;background:linear-gradient(90deg,transparent,rgba(18,13,15,.68) 10% 90%,transparent)}._battleBossIntentV7_1sthp_13570{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border:1px solid rgba(230,177,75,.34);border-radius:999px;color:#ffe6b0b8;background:#1c1212b8;font-size:8px;white-space:nowrap}._battleBossIntentV7_1sthp_13570 b{color:#ffe3a1;font-size:9px}._battleBossIntentV7_1sthp_13570 i{color:#80dfc9;font-style:normal}._playerStatusDockV7_1sthp_11808{position:absolute;left:20px;bottom:188px;z-index:46;display:grid;grid-template-columns:64px 172px;align-items:center;gap:9px;padding:9px 12px 9px 8px;border:1px solid rgba(224,177,81,.46);border-radius:12px;background:radial-gradient(circle at 15% 45%,rgba(44,166,132,.24),transparent 34%),linear-gradient(145deg,#412b1fe6,#101514e6);box-shadow:0 12px 28px #00000061,inset 0 0 0 2px #f4cc730f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}._playerStatusDockV7_1sthp_11808._isCritical_1sthp_11846{border-color:#ff5a66b8;background:linear-gradient(145deg,#581e21eb,#131213eb)}._playerPortraitV7_1sthp_11852{width:64px;height:64px;overflow:hidden;border:1px solid rgba(255,225,153,.55);border-radius:9px;background:radial-gradient(circle,#ffebb429,#151b19d1)}._playerPortraitV7_1sthp_11852 img{width:100%;height:100%;object-fit:contain;transform:scale(1.08);transform-origin:50% 70%}._playerVitalsV7_1sthp_11866{display:grid;gap:4px;min-width:0}._playerVitalsV7_1sthp_11866>div:first-child,._playerHpLineV7_1sthp_11882,._playerResourcesV7_1sthp_13642{display:flex;align-items:center;justify-content:space-between;gap:8px}._playerVitalsV7_1sthp_11866>div:first-child b{color:#ffebb9;font-size:13px}._playerVitalsV7_1sthp_11866>div:first-child span,._playerHpLineV7_1sthp_11882 span,._playerResourcesV7_1sthp_13642 span{color:#efefdaa8;font-size:8px}._playerHpLineV7_1sthp_11882 span,._playerResourcesV7_1sthp_13642 span{display:inline-flex;align-items:center;gap:3px}._playerHpLineV7_1sthp_11882 b,._playerResourcesV7_1sthp_13642 b{color:#dffff2;font-size:9px}._playerHpTrackV7_1sthp_11888{height:7px;overflow:hidden;border:1px solid rgba(129,225,188,.2);border-radius:999px;background:#040908b8}._playerHpTrackV7_1sthp_11888 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#258b68,#70d4aa 68%,#d7f3ba);box-shadow:0 0 10px #52daa875;transition:width .3s ease}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:326px}._routeScrollV4_1sthp_2660{border:0;border-radius:10px;background:#16110f;box-shadow:inset 0 0 0 1px #f5cf802e}._routeSegmentV4_1sthp_2699{aspect-ratio:3/4;margin:0;background:#16110f}._routeSegmentV4_1sthp_2699+._routeSegmentV4_1sthp_2699{margin-top:-24px;border-top:0}._routeSegmentV4_1sthp_2699>img{filter:saturate(.92) contrast(1.02) brightness(.9)}._routeSegmentV4_1sthp_2699:after{background:linear-gradient(180deg,rgba(12,9,10,.46),transparent 14%,transparent 78%,rgba(13,9,9,.68)),linear-gradient(90deg,rgba(8,7,8,.18),transparent 30% 70%,rgba(8,7,8,.18))}._routePathV7_1sthp_2743{position:absolute;inset:0;z-index:2;width:100%;height:100%;overflow:visible;pointer-events:none}._routePathV7_1sthp_2743 path{fill:none;stroke:#f4c358b8;stroke-width:2.2;stroke-linecap:round;filter:drop-shadow(0 0 3px rgba(255,210,102,.72)) drop-shadow(0 2px 3px rgba(0,0,0,.72))}._routeSegmentCaptionV4_1sthp_2744{top:14px;left:14px;right:14px;padding:7px 9px;border-left-width:3px}._routeSegmentCaptionV4_1sthp_2744 b{font-size:11px}._routeSegmentCaptionV4_1sthp_2744 span{font-size:8px}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750{z-index:5}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750>span{position:absolute;left:calc(100% + 6px);top:50%;width:max-content;max-width:104px;overflow:hidden;color:#fff0cce0;font-size:8px;font-weight:800;line-height:1.15;text-align:left;text-overflow:ellipsis;text-shadow:0 1px 4px #000,0 0 6px #000;transform:translateY(-50%);white-space:nowrap;pointer-events:none}._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[style*="left: 59%"]>span,._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[style*="left: 58%"]>span,._routeSegmentV4_1sthp_2699 ._mapPinV4_1sthp_2750[style*="left: 57%"]>span{right:calc(100% + 6px);left:auto;text-align:right}._mapPinWaypointV7_1sthp_13788{width:20px!important;height:20px!important;border-color:#82efd2e0!important;background:radial-gradient(circle,#eafff8 0 20%,#55cdb0 24% 55%,#174d43 58%)!important;box-shadow:0 0 12px #56dcb77a,0 5px 10px #0000006b!important}._mapPinWaypointV7_1sthp_13788>i{width:5px;height:5px;border-radius:50%;background:#f4fff7}._strikeA_1sthp_4019{transform:translate(-50%,-50%) rotate(2deg) scale(1.07)}._strikeB_1sthp_4023{transform:translate(-50%,-50%) rotate(-2deg) scale(1.06)}._strikeC_1sthp_4027{transform:translate(-50%,-50%) rotate(1deg) scale(1.08)}@keyframes _bossIdleV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}50%{transform:translate(50%,calc(-50% - 5px)) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossCounterLungeV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}28%{transform:translate(calc(50% + 10px),-50%) scaleX(var(--boss-facing-x, 1))}54%{transform:translate(calc(50% - 64px),-50%) scale(1.04) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossCounterCastV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}34%{transform:translate(50%,calc(-50% + 7px)) scale(.98) scaleX(var(--boss-facing-x, 1))}62%{transform:translate(calc(50% - 18px),calc(-50% - 16px)) scale(1.06) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossCounterUltimateV4_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}34%{transform:translate(50%,calc(-50% + 10px)) scale(.96) scaleX(var(--boss-facing-x, 1))}64%{transform:translate(calc(50% - 24px),calc(-50% - 22px)) scale(1.1) scaleX(var(--boss-facing-x, 1))}}._battleDamage_1sthp_4182{font-size:27px;text-shadow:0 0 12px rgba(255,49,84,.7),0 2px 6px rgba(0,0,0,.78)}._damageCrit_1sthp_4198{font-size:36px}._bossCounterMaterialFx_1sthp_4555{max-width:min(38vw,460px);opacity:.86}._bossCounterScreenFx_1sthp_4775{opacity:.42;mix-blend-mode:soft-light}._screenUltFx_1sthp_6830{opacity:.58}@media(max-width:840px){._battleTopHud_1sthp_2443{left:10px;right:10px;grid-template-columns:46px minmax(0,1fr);gap:7px}._battleTitleBox_1sthp_2452>div{display:none}._battleBossBar_1sthp_2453{min-height:58px;padding:12px 42px 9px}._battleBossMetaV7_1sthp_13547{display:none}._playerStatusDockV7_1sthp_11808{left:10px;bottom:158px;grid-template-columns:42px 128px;gap:6px;padding:6px 8px 6px 6px}._playerPortraitV7_1sthp_11852{width:42px;height:42px}._playerResourcesV7_1sthp_13642 span:nth-child(2){display:none}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:min(310px,100vw - 20px)}}._battleTopHud_1sthp_2443{grid-template-columns:176px minmax(0,1fr)}._battleBossBar_1sthp_2453{display:block;justify-self:center;width:min(640px,100%);min-height:0;padding:7px 14px 8px;overflow:hidden;border:1px solid rgba(235,185,85,.52);border-radius:13px;background:radial-gradient(circle at 50% -30%,rgba(137,86,42,.18),transparent 58%),linear-gradient(90deg,#38251ded,#1f1918f2 48%,#38251ded);box-shadow:0 8px 24px #00000057,inset 0 1px #ffebb81a;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}._battleBossBar_1sthp_2453:before{content:none}._battleBossBarHead_1sthp_2506{margin:0 1px 3px;color:#f6dca5;font-size:10px;letter-spacing:.02em}._battleHpTrack_1sthp_2515{height:12px;border:1px solid rgba(244,198,108,.38);border-radius:999px;background:#261417c7;box-shadow:inset 0 2px 5px #0000008f}._battleHpTrack_1sthp_2515>i{border-radius:inherit;background:linear-gradient(180deg,rgba(255,235,170,.34),transparent 44%),linear-gradient(90deg,#a8252e,#dc3c3d 62%,#f09644);box-shadow:0 0 8px #e1413761}._battleBossMetaV7_1sthp_13547{position:static;display:flex;margin-top:3px;gap:8px;pointer-events:none}._battleBossMetaV7_1sthp_13547 ._battleBossMechanicV4_1sthp_9239{max-width:none;padding:0;justify-content:flex-start;color:#ffe3b194;background:none;white-space:nowrap}._battleBossIntentV7_1sthp_13570{padding:1px 7px;border-color:#e6b14b3d;background:#ffffff09}._playerStatusDockV7_1sthp_11808{left:122px;bottom:12px;z-index:72;width:116px;height:150px;display:grid;grid-template-columns:1fr;grid-template-rows:54px minmax(0,1fr);justify-items:center;align-items:start;gap:5px;padding:7px 8px 8px;border-radius:10px;pointer-events:none}._playerPortraitV7_1sthp_11852{width:52px;height:52px;border-radius:8px}._playerVitalsV7_1sthp_11866{width:100%;gap:3px}._playerVitalsV7_1sthp_11866>div:first-child b{font-size:11px}._playerVitalsV7_1sthp_11866>div:first-child span,._playerHpLineV7_1sthp_11882 span,._playerResourcesV7_1sthp_13642 span{font-size:7px}._playerHpLineV7_1sthp_11882 b{font-size:8px}._playerResourcesV7_1sthp_13642{flex-wrap:wrap;justify-content:flex-start;column-gap:7px;row-gap:2px}@media(max-width:840px){._battleTopHud_1sthp_2443{grid-template-columns:46px minmax(0,1fr)}._battleBossBar_1sthp_2453{width:100%;padding:7px 11px 8px}._battleBossMetaV7_1sthp_13547{display:none}._playerStatusDockV7_1sthp_11808{left:103px;bottom:8px;width:88px;height:132px;grid-template-rows:42px minmax(0,1fr);padding:5px 6px 6px}._playerPortraitV7_1sthp_11852{width:40px;height:40px}}._mulliganCardV4_1sthp_145 i{left:50%;top:auto;bottom:1.2%;width:clamp(36px,20%,52px);height:auto;aspect-ratio:1;border:2px solid rgba(255,218,126,.72);color:#fff9dc;background:radial-gradient(circle at 36% 28%,#79e8ff 0 12%,#2c8cb3 34%,#19496c 64%,#0a1728);box-shadow:0 0 0 3px #210e09bd,0 0 15px #45d3eb75,inset 0 2px 4px #ffffff3d;font-size:clamp(13px,1.25vw,18px);text-shadow:0 2px 4px rgba(0,0,0,.76);transform:translate(-50%)}._battleBossBar_1sthp_2453{position:relative;isolation:isolate;justify-self:center;width:min(700px,100%);min-height:78px;box-sizing:border-box;padding:10px 25px 9px;overflow:visible;border:1px solid rgba(207,153,61,.72);border-radius:9px;background:radial-gradient(ellipse at 50% -42%,rgba(107,178,137,.2),transparent 49%),linear-gradient(90deg,#130e0ff7,#351f18fa 18%,#191314fa,#351f18fa 82%,#130e0ff7);box-shadow:0 10px 28px #00000085,0 0 0 3px #21130fad,inset 0 0 0 1px #ffde8f1a,inset 0 -12px 24px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._battleBossBar_1sthp_2453:before{content:"";position:absolute;inset:4px;z-index:-1;border:1px solid rgba(235,190,94,.2);border-radius:5px;background:linear-gradient(135deg,rgba(217,161,66,.32),transparent 11px) top left/24px 24px no-repeat,linear-gradient(-135deg,rgba(217,161,66,.32),transparent 11px) top right/24px 24px no-repeat,linear-gradient(45deg,rgba(217,161,66,.2),transparent 11px) bottom left/24px 24px no-repeat,linear-gradient(-45deg,rgba(217,161,66,.2),transparent 11px) bottom right/24px 24px no-repeat;filter:none;pointer-events:none}._battleBossBar_1sthp_2453:after{content:"";position:absolute;left:50%;top:-6px;width:58px;height:10px;border:1px solid rgba(231,188,92,.68);background:linear-gradient(90deg,#3a1d17,#b98635 25%,#247661,#b98635 75%,#3a1d17);box-shadow:0 3px 8px #00000075,0 0 8px #3eb28f3d;clip-path:polygon(0 50%,14% 0,42% 0,50% 36%,58% 0,86% 0,100% 50%,86% 100%,14% 100%);transform:translate(-50%);pointer-events:none}._battleBossBarHead_1sthp_2506{margin:0 3px 5px;color:#f4d99a;font-size:11px;letter-spacing:.06em;text-shadow:0 1px 3px #000}._battleBossBarHead_1sthp_2506>span:last-child{color:#ffe9b1;font-weight:950}._battleHpTrack_1sthp_2515{height:16px;border:2px solid rgba(203,147,56,.62);border-radius:4px;background:repeating-linear-gradient(90deg,transparent 0 9.8%,rgba(217,172,85,.09) 10% 10.3%),linear-gradient(180deg,#080708,#231014);box-shadow:inset 0 3px 7px #000000e0,0 0 0 1px #0a0708e6,0 2px 7px #00000075}._battleHpTrack_1sthp_2515>i{position:relative;border-radius:2px;background:linear-gradient(180deg,rgba(255,240,177,.5),transparent 36%),linear-gradient(90deg,#701b25,#b7262c 34%,#e34232 76%,#f29a41);box-shadow:inset 0 -3px 5px #4e040d7a,0 0 13px #de372b80}._battleBossMetaV7_1sthp_13547{margin-top:5px;gap:10px}._battleBossMetaV7_1sthp_13547 ._battleBossMechanicV4_1sthp_9239{color:#f7dda4b3;font-size:8.5px}._battleBossIntentV7_1sthp_13570{border-color:#d6a44457;color:#ffe4acc2;background:linear-gradient(90deg,#592b1cb3,#1c1515c7)}._playerStatusDockV7_1sthp_11808{left:126px;bottom:16px;width:278px;height:158px;box-sizing:border-box;grid-template-columns:82px minmax(0,1fr);grid-template-rows:1fr;justify-items:stretch;align-items:center;gap:11px;padding:11px 13px 11px 10px;border:1px solid rgba(218,169,72,.58);border-radius:10px;background:linear-gradient(135deg,rgba(225,176,77,.12),transparent 22%),radial-gradient(circle at 22% 46%,rgba(44,164,130,.24),transparent 37%),linear-gradient(145deg,#3d261df5,#0c1413f5);box-shadow:0 13px 30px #0000007a,inset 0 0 0 2px #f3cb710e}._playerStatusDockV7_1sthp_11808:before{content:"";position:absolute;inset:5px;border:1px solid rgba(237,197,105,.12);border-radius:6px;pointer-events:none}._playerPortraitV7_1sthp_11852{width:82px;height:116px;border-color:#eeca7794;border-radius:7px;background:radial-gradient(circle at 50% 48%,rgba(76,195,157,.22),transparent 48%),linear-gradient(180deg,#593321bd,#0e1917eb);box-shadow:inset 0 0 16px #00000052}._playerPortraitV7_1sthp_11852 img{transform:scale(1.14)}._playerVitalsV7_1sthp_11866{gap:7px}._playerVitalsV7_1sthp_11866>div:first-child b{font-size:15px}._playerVitalsV7_1sthp_11866>div:first-child span,._playerHpLineV7_1sthp_11882 span,._playerResourcesV7_1sthp_13642 span{font-size:9px}._playerHpLineV7_1sthp_11882 b,._playerResourcesV7_1sthp_13642 b{font-size:11px}._playerHpTrackV7_1sthp_11888{height:9px;border-color:#77dfb84d}._playerResourcesV7_1sthp_13642{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:5px}._playerResourcesV7_1sthp_13642 ._playerBuffV7_1sthp_14236{min-height:20px;padding:2px 5px;border:1px solid rgba(91,215,172,.28);border-radius:3px;background:#2d8b6e1a;color:#d2ffedc7}._playerResourcesV7_1sthp_13642 ._playerBuffV7_1sthp_14236 b{color:#8ff1cc}._cardInspectV4_1sthp_11067{--inspect-accent: #d5a64d;position:absolute;left:max(18px,2.4vw);right:auto;bottom:232px;z-index:84;width:clamp(240px,22vw,336px);min-height:128px;box-sizing:border-box;padding:14px 16px 13px 18px;border:1px solid color-mix(in srgb,var(--inspect-accent) 64%,#301d19);border-left:4px solid var(--inspect-accent);border-radius:8px;color:#f7ead0;background:radial-gradient(circle at 0 50%,color-mix(in srgb,var(--inspect-accent) 18%,transparent),transparent 46%),linear-gradient(145deg,#301e1af7,#0f1013f7);box-shadow:0 16px 36px #00000085,inset 0 0 0 1px #ffedc10e;transform:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:_cardInspectCompanionIn_1sthp_1 .14s ease-out both}._cardInspectV4_1sthp_11067:before{content:"";position:absolute;right:-10px;left:auto;top:34px;width:16px;height:16px;border-bottom:1px solid var(--inspect-accent);border-left:1px solid var(--inspect-accent);background:#281c1b;transform:rotate(45deg)}._cardInspectV4_1sthp_11067[data-card-type=近战]{--inspect-accent: #df9d42}._cardInspectV4_1sthp_11067[data-card-type=远程]{--inspect-accent: #4bcde0}._cardInspectV4_1sthp_11067[data-card-type=魔法]{--inspect-accent: #a98cff}._cardInspectV4_1sthp_11067[data-card-type=增幅]{--inspect-accent: #53d5a8}._cardInspectV4_1sthp_11067[data-card-type=奥义]{--inspect-accent: #f05a72}._cardInspectV4_1sthp_11067 span,._cardInspectV4_1sthp_11067 small{color:color-mix(in srgb,var(--inspect-accent) 72%,#f5dfb0);font-size:10px}._cardInspectV4_1sthp_11067 b{margin:5px 0 7px;color:#fff0c5;font-size:17px}._cardInspectV4_1sthp_11067 p{margin-bottom:8px;color:#fff6e2e0;font-size:12px;line-height:1.55}@keyframes _cardInspectCompanionIn_1sthp_1{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@media(max-width:1180px){._battleBossBar_1sthp_2453{width:min(620px,100%);padding-inline:18px}._playerStatusDockV7_1sthp_11808{left:112px;width:210px;grid-template-columns:64px minmax(0,1fr);gap:8px;padding-inline:8px 10px}._playerPortraitV7_1sthp_11852{width:64px;height:92px}._cardInspectV4_1sthp_11067{right:14px;width:240px}}@media(max-width:840px){._battleBossBar_1sthp_2453{width:100%;min-height:58px;padding:8px 13px}._battleHpTrack_1sthp_2515{height:12px}._battleBossMetaV7_1sthp_13547 ._battleBossMechanicV4_1sthp_9239{display:none}._playerStatusDockV7_1sthp_11808{left:72px;bottom:8px;width:116px;height:126px;grid-template-columns:1fr;grid-template-rows:44px minmax(0,1fr);justify-items:center;gap:4px;padding:6px}._playerPortraitV7_1sthp_11852{width:42px;height:42px}._playerVitalsV7_1sthp_11866{gap:3px}._playerVitalsV7_1sthp_11866>div:first-child b{font-size:11px}._playerVitalsV7_1sthp_11866>div:first-child span,._playerHpLineV7_1sthp_11882 span,._playerResourcesV7_1sthp_13642 span{font-size:7px}._playerResourcesV7_1sthp_13642{row-gap:2px}._cardInspectV4_1sthp_11067{right:10px;bottom:158px;width:min(244px,100vw - 20px);min-height:0;padding:10px 12px 10px 15px}._cardInspectV4_1sthp_11067 b{font-size:14px}._cardInspectV4_1sthp_11067 p{font-size:10px}._cardInspectV4_1sthp_11067 small{display:none}}@media(prefers-reduced-motion:reduce){._shakeLight_1sthp_2602,._shakeHeavy_1sthp_2606,._bossHitLight_1sthp_4051,._bossHitHeavy_1sthp_4056{animation:none!important}._battleEffect_1sthp_4181,._battleDamage_1sthp_4182,._screenUltFx_1sthp_6830,._screenRewardFx_1sthp_6906{animation-duration:.46s!important;animation-iteration-count:1!important}._screenUltFx_1sthp_6830{opacity:.34}}._cardArtworkV10_1sthp_14440{position:absolute;inset:0;z-index:0;display:block;overflow:hidden;border-radius:5.8%/3.9%;pointer-events:none}._cardArtworkV10_1sthp_14440>img,._mulliganCardV4_1sthp_145 ._cardArtworkV10_1sthp_14440>img,._skillCardV4_1sthp_44 ._cardArtworkV10_1sthp_14440>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.002);transform-origin:50% 50%}._mulliganCardV4_1sthp_145[data-compact-frame=true] ._cardArtworkV10_1sthp_14440>img,._skillCardV4_1sthp_44[data-compact-frame=true] ._cardArtworkV10_1sthp_14440>img{transform:scale(1.002)}._mulliganCardsV4_1sthp_134{align-items:end}._mulliganCardV4_1sthp_145{align-self:end}._mulliganCardV4_1sthp_145>b,._skillCardV4_1sthp_44 ._skillName_1sthp_64{box-sizing:border-box;border:1px solid rgba(111,55,20,.9);border-radius:2px;color:#241006;background:linear-gradient(90deg,rgba(116,55,18,.16) 0 2px,transparent 2px calc(100% - 2px),rgba(116,55,18,.16) calc(100% - 2px)),radial-gradient(ellipse at 50% -15%,rgba(255,249,210,.92),transparent 58%),linear-gradient(180deg,#f5d990,#eac070 52%,#d79a48);box-shadow:0 0 0 2px #efbe5675,0 0 0 3px #4a1f0d7a,inset 0 1px #fff8cde0,inset 0 -3px 7px #70310f33,0 3px 7px #11080561;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-weight:900;letter-spacing:.1em;line-height:1.08;text-align:center;text-shadow:0 1px 0 rgba(255,242,190,.72)}._mulliganCardV4_1sthp_145>b:before,._mulliganCardV4_1sthp_145>b:after,._skillCardV4_1sthp_44 ._skillName_1sthp_64:before,._skillCardV4_1sthp_44 ._skillName_1sthp_64:after{position:absolute;top:50%;width:7px;height:7px;border:1px solid rgba(96,42,16,.84);background:linear-gradient(135deg,#f5d582,#a85b22);box-shadow:0 0 0 1px #fad67f6b;content:"";transform:translateY(-50%) rotate(45deg)}._mulliganCardV4_1sthp_145>b:before,._skillCardV4_1sthp_44 ._skillName_1sthp_64:before{left:7px}._mulliganCardV4_1sthp_145>b:after,._skillCardV4_1sthp_44 ._skillName_1sthp_64:after{right:7px}._mulliganCardV4_1sthp_145>b{left:13.5%;right:13.5%;bottom:13.6%;height:14.2%;min-height:0;display:grid;place-items:center;overflow:visible;padding:0 22px 1px;font-size:clamp(12px,1.08vw,17px);text-overflow:clip;white-space:nowrap}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{bottom:13.7%;min-height:17.8%;display:grid;grid-template-rows:minmax(0,1fr) 1.25em;align-content:stretch;gap:2px}._skillCardV4_1sthp_44 ._skillName_1sthp_64{position:relative;width:100%;height:100%;min-height:0;margin:0;display:grid;place-items:center;overflow:visible;padding:2px 15px 3px;font-size:clamp(9px,.78vw,12px);-webkit-box-orient:initial;-webkit-line-clamp:initial}._skillCardV4_1sthp_44 ._skillName_1sthp_64:before,._skillCardV4_1sthp_44 ._skillName_1sthp_64:after{width:4px;height:4px}._skillCardV4_1sthp_44 ._skillName_1sthp_64:before{left:5px}._skillCardV4_1sthp_44 ._skillName_1sthp_64:after{right:5px}._skillCardV4_1sthp_44 ._skillEffectV4_1sthp_11055{height:1.25em;margin:0;color:#e7c47ed6;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:7px;font-weight:800;line-height:1.25;letter-spacing:.06em;text-shadow:0 1px 3px rgba(0,0,0,.94)}@media(max-width:700px){._mulliganCardV4_1sthp_145>b{padding-inline:15px;font-size:11px}._mulliganCardV4_1sthp_145>b:before,._mulliganCardV4_1sthp_145>b:after{width:5px;height:5px}._skillCardV4_1sthp_44 ._skillName_1sthp_64{padding-inline:10px;font-size:8px}}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child{top:15px;right:auto;left:14px;width:96px;min-width:96px;height:96px;min-height:96px;margin:0;display:block}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>i{top:7px;left:41px;width:8px;height:14px;transform-origin:4px 41px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>i[data-lit=true]{animation:_willSegmentLitV42_1sthp_1 1.05s ease-in-out infinite alternate}@keyframes _willSegmentLitV42_1sthp_1{0%{filter:brightness(1)}to{filter:brightness(1.34);box-shadow:0 0 7px #ffd978,0 0 15px #d53e22b8}}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{top:45%;left:50%;font-size:28px;transform:translate(-50%,-50%)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>._commandWillLabelV41_1sthp_14643{right:0;bottom:20px;left:0;width:auto;height:auto;display:block;font-size:10px;line-height:1}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>em{top:2px;right:1px;left:auto;z-index:8;min-width:25px;height:25px;display:grid;place-items:center;border:1px solid rgba(255,215,126,.82);border-radius:50%;color:#2a1109;background:radial-gradient(circle at 34% 28%,#fff0ab,#db8b2f 58%,#812a20);box-shadow:0 0 12px #ef9332a8;font:800 11px/1 DIN Alternate,sans-serif}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:16px;right:18px;left:119px;height:96px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{width:100%;height:96px;min-height:96px;display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:57px 31px;gap:4px 8px;padding:4px 2px 0;align-items:center}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{grid-column:1;grid-row:1/3;width:48px;height:48px;align-self:center;justify-self:center}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{grid-column:2;grid-row:1;min-width:0;align-self:end;gap:4px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{font-size:9px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{max-width:100%;font-size:13px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{grid-column:2;grid-row:2;width:100%;min-width:0;height:30px;min-height:30px;align-self:start;justify-self:stretch;padding:0 8px;border-radius:8px;font-size:10px}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:196px;transform:scale(.84)}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:155px;transform:scale(.7)}}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{left:13%;right:13%;bottom:13.55%;height:17.6%;min-height:0;grid-template-rows:62% 38%;gap:0}._skillCardV4_1sthp_44 ._skillName_1sthp_64{min-width:0;padding:2px 11px;overflow:hidden;font-size:clamp(8.5px,.68vw,10.5px);line-height:1;letter-spacing:.045em;text-overflow:clip;white-space:nowrap;-webkit-box-orient:initial;-webkit-line-clamp:initial}._skillCardV4_1sthp_44 ._skillNameLongV11_1sthp_14816{padding-inline:9px;font-size:clamp(7.5px,.58vw,9px);letter-spacing:.015em}._skillCardV4_1sthp_44 ._skillEffectV4_1sthp_11055{height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:clamp(5.5px,.47vw,7px);line-height:1;letter-spacing:.03em;text-overflow:ellipsis;white-space:nowrap}._battleTopHud_1sthp_2443{position:fixed;top:14px;left:14px;right:14px;z-index:88;width:auto;min-width:0;height:92px;display:block;transform:none;pointer-events:none}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452{position:absolute;top:0;left:0;z-index:2;width:min(260px,50vw - 380px);min-width:150px;min-height:58px;box-sizing:border-box;pointer-events:auto}._battleTopHud_1sthp_2443 ._battleBossBar_1sthp_2453{--boss-gauge-gold: #d8a94c;--boss-gauge-jade: #2d8a70;position:relative;isolation:isolate;width:min(680px,100vw - 390px);min-width:480px;min-height:82px;margin:0 auto;padding:11px 22px 9px;overflow:visible;box-sizing:border-box;border:1px solid rgba(220,168,72,.84);border-radius:5px;background:radial-gradient(ellipse at 50% -80%,rgba(54,151,119,.3),transparent 54%),linear-gradient(90deg,#0c0a0cfa,#301a17fa 18%,#140f11fc,#301a17fa 82%,#0c0a0cfa);box-shadow:0 0 0 3px #1e110ef0,0 0 0 4px #c5893280,0 13px 34px #0000008f,inset 0 0 0 1px #ffe09124,inset 0 -16px 24px #00000057;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);pointer-events:auto}._battleTopHud_1sthp_2443 ._battleBossBar_1sthp_2453:before{position:absolute;inset:5px;z-index:-1;display:block;border:1px solid rgba(225,177,80,.24);border-radius:2px;background:linear-gradient(135deg,rgba(231,180,76,.72) 0 2px,transparent 2px) left top/22px 22px no-repeat,linear-gradient(-135deg,rgba(231,180,76,.72) 0 2px,transparent 2px) right top/22px 22px no-repeat,linear-gradient(45deg,rgba(231,180,76,.5) 0 2px,transparent 2px) left bottom/22px 22px no-repeat,linear-gradient(-45deg,rgba(231,180,76,.5) 0 2px,transparent 2px) right bottom/22px 22px no-repeat;content:"";pointer-events:none}._battleTopHud_1sthp_2443 ._battleBossBar_1sthp_2453:after{position:absolute;top:-9px;left:50%;width:74px;height:15px;border:1px solid rgba(238,196,94,.82);background:radial-gradient(circle at 50% 50%,#75c2a4 0 10%,#246653 12% 28%,transparent 30%),linear-gradient(90deg,#28130f,#c08a36 24%,#246f5b,#c08a36 76%,#28130f);box-shadow:0 4px 8px #0000008a,0 0 10px #45b7914d;clip-path:polygon(0 50%,13% 8%,39% 8%,50% 36%,61% 8%,87% 8%,100% 50%,87% 92%,61% 92%,50% 64%,39% 92%,13% 92%);content:"";transform:translate(-50%);pointer-events:none}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506{margin:0 2px 6px;color:#f1d796;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:12px;font-weight:900;letter-spacing:.1em;line-height:1}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506>span:last-child{color:#ffeab0;font-family:DIN Alternate,Arial Narrow,sans-serif;font-size:13px;letter-spacing:.03em;text-shadow:0 0 8px rgba(255,197,81,.32)}._battleTopHud_1sthp_2443 ._battleHpTrack_1sthp_2515{position:relative;height:14px;overflow:hidden;box-sizing:border-box;border:2px solid rgba(190,129,39,.92);border-radius:2px;background:repeating-linear-gradient(90deg,transparent 0 9.7%,rgba(220,173,78,.11) 9.8% 10%),linear-gradient(180deg,#070608,#241015);box-shadow:0 0 0 1px #060507eb,inset 0 3px 7px #000000e0,0 2px 8px #0000007a}._battleTopHud_1sthp_2443 ._battleHpTrack_1sthp_2515:after{position:absolute;inset:1px;z-index:2;border-top:1px solid rgba(255,239,174,.38);background:linear-gradient(105deg,transparent 0 38%,rgba(255,241,190,.18) 48%,transparent 58%);content:"";pointer-events:none}._battleTopHud_1sthp_2443 ._battleHpTrack_1sthp_2515>i{position:relative;height:100%;border-radius:0;background:repeating-linear-gradient(135deg,rgba(255,234,156,.08) 0 5px,transparent 5px 11px),linear-gradient(180deg,rgba(255,238,166,.52),transparent 33%),linear-gradient(90deg,#66151f,#a51f29 34%,#d93b2f 72%,#f1a142);box-shadow:inset 0 -4px 6px #45030b85,0 0 14px #e23e2b7a}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547{min-height:20px;margin-top:5px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px}._battleTopHud_1sthp_2443 ._battleBossMechanicV4_1sthp_9239{min-width:0;overflow:hidden;color:#efd297b3;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:9px;text-overflow:ellipsis;white-space:nowrap}._battleTopHud_1sthp_2443 ._battleBossIntentV7_1sthp_13570{min-height:20px;padding:2px 9px;border:1px solid rgba(216,158,58,.42);border-radius:999px;background:linear-gradient(90deg,#5c2a1ab8,#151213e0)}@media(max-width:980px){._battleTopHud_1sthp_2443{top:8px;left:8px;right:8px;height:68px}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452{width:44px;min-width:44px;min-height:44px;padding:5px}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452>div{display:none}._battleTopHud_1sthp_2443 ._battleBossBar_1sthp_2453{width:calc(100vw - 120px);min-width:0;min-height:62px;margin-inline:auto;padding:9px 12px 8px}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506{margin-bottom:5px;font-size:10px}._battleTopHud_1sthp_2443 ._battleHpTrack_1sthp_2515{height:12px}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547 ._battleBossMechanicV4_1sthp_9239{display:none}}._mulliganV4_1sthp_87{background:radial-gradient(ellipse at 50% 26%,rgba(45,125,101,.2),transparent 38%),radial-gradient(ellipse at 50% 112%,rgba(150,82,31,.18),transparent 42%),linear-gradient(180deg,#07090be0,#090708f5)}._mulliganPanelV4_1sthp_100{position:relative;width:min(1080px,96vw);grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto;gap:clamp(6px,1vh,10px);padding:clamp(16px,2.3vh,24px) clamp(16px,2.2vw,30px) clamp(14px,2vh,22px);box-sizing:border-box;border-top:1px solid rgba(213,164,71,.42);border-bottom:1px solid rgba(213,164,71,.3);background:linear-gradient(90deg,transparent,rgba(221,174,81,.045) 22%,rgba(53,134,109,.07) 50%,rgba(221,174,81,.045) 78%,transparent)}._mulliganPanelV4_1sthp_100:before,._mulliganPanelV4_1sthp_100:after{position:absolute;top:-4px;width:9px;height:9px;border:1px solid rgba(221,177,87,.72);background:#181112;content:"";transform:rotate(45deg)}._mulliganPanelV4_1sthp_100:before{left:0}._mulliganPanelV4_1sthp_100:after{right:0}._mulliganPanelV4_1sthp_100>span{color:#62cea5d1;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:10px;letter-spacing:.28em}._mulliganPanelV4_1sthp_100 h2{color:#f7e7bd;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:clamp(23px,3.4vh,31px);font-weight:900;letter-spacing:.12em;text-shadow:0 3px 16px rgba(0,0,0,.72)}._mulliganRulesV12_1sthp_15074{min-height:24px;display:inline-flex;align-items:center;gap:11px;padding:0 12px;border:1px solid rgba(199,150,64,.24);border-radius:999px;color:#efdaaea3;background:#120f1094;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:9px}._mulliganRulesV12_1sthp_15074 b{color:#f2cc72;font-size:11px}._mulliganRulesV12_1sthp_15074 i{width:3px;height:3px;border-radius:50%;background:#3ca783;box-shadow:0 0 7px #52d5a9ad}._mulliganIntelRailV22_1sthp_15101{width:min(760px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px}._mulliganInspectV4_1sthp_11105{width:100%;min-height:34px;margin:0;padding:5px 12px;grid-template-columns:auto auto minmax(0,1fr);gap:10px;border:0;border-left:2px solid rgba(65,174,138,.64);border-right:2px solid rgba(203,154,65,.42);border-radius:2px;background:linear-gradient(90deg,#2c685521,#20191680,#67401b1a);box-shadow:inset 0 1px #ffebb50b,inset 0 -1px #ffebb509}@media(max-width:820px){._mulliganIntelRailV22_1sthp_15101{grid-template-columns:1fr}}._mulliganInspectV4_1sthp_11105 b{color:#f5d789;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:12px;letter-spacing:.08em}._mulliganInspectV4_1sthp_11105 span{padding:2px 7px;border:1px solid rgba(77,190,153,.25);border-radius:999px;color:#75d8b7;background:#2373591a;font-size:8px;white-space:nowrap}._mulliganInspectV4_1sthp_11105 p{color:#f4e2bca3;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:9px;letter-spacing:.03em}._mulliganCardsV4_1sthp_134{margin-block:clamp(4px,.9vh,9px) 1px}._mulliganCardV4_1sthp_145{border-color:#daa9493d;box-shadow:0 18px 34px #00000061}._mulliganCardV4_1sthp_145:hover,._mulliganCardV4_1sthp_145:focus-visible{border-color:#dfb865b8;filter:brightness(1.05)}._mulliganCardSelectedV4_1sthp_205,._mulliganCardSelectedV4_1sthp_205:hover{border-color:#d94b53;filter:saturate(.64) brightness(.68);box-shadow:0 10px 26px #6f121b52,inset 0 0 0 2px #d53d4773}._mulliganCardV4_1sthp_145>small{right:9px;top:9px;min-width:25px;min-height:25px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,183,143,.64);border-radius:50%;color:#fff0dc;background:#a3242de6;box-shadow:0 4px 12px #00000073;font-family:STKaiti,Kaiti SC,KaiTi,serif;font-size:10px}._mulliganNoticeV4_1sthp_211{width:min(580px,100%);padding:7px 11px;border-color:#d89e3e52;background:#4d1b18ad;box-shadow:inset 2px 0 #d49a3e}._mulliganActionsV4_1sthp_281{width:min(560px,100%);padding:7px 0 0;gap:14px;background:none}._mulliganActionsV4_1sthp_281>span{min-width:92px;color:#ecd8ae8a;font-family:STKaiti,Kaiti SC,KaiTi,serif;font-size:9px;letter-spacing:.08em;text-align:right}._mulliganConfirmV4_1sthp_238{min-width:172px;min-height:40px;justify-content:center;border:1px solid rgba(238,195,101,.7);border-radius:3px;color:#28160c;background:linear-gradient(135deg,transparent 0 9px,rgba(255,249,206,.22) 9px 10px,transparent 10px) left top/22px 22px no-repeat,linear-gradient(315deg,transparent 0 9px,rgba(93,47,17,.2) 9px 10px,transparent 10px) right bottom/22px 22px no-repeat,linear-gradient(120deg,#c99135,#f2d589 54%,#b97429);box-shadow:0 10px 28px #a4651f33,inset 0 1px #fff6c7ad;font-family:STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.08em}._tutorialIntroStepsV5_1sthp_10777{grid-template-columns:repeat(3,1fr);margin:14px 0}._tutorialIntroStepsV5_1sthp_10777 span{padding-block:8px;border:1px solid rgba(208,162,75,.17);border-radius:3px;font-family:STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.14em}._bossBreakCeremonyV4_1sthp_7393>p:empty,._victoryHeadingV4_1sthp_8991 p:empty{display:none}@media(max-width:760px),(max-height:680px){._mulliganPanelV4_1sthp_100{padding:12px}._mulliganInspectV4_1sthp_11105{grid-template-columns:auto auto minmax(0,1fr)}._mulliganRulesV12_1sthp_15074{min-height:22px}}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:16px;bottom:14px;width:280px;height:170px;overflow:visible;background:none;filter:drop-shadow(0 11px 15px rgba(0,0,0,.58))}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598:before{content:"";position:absolute;z-index:0;top:0;right:0;left:0;height:121px;display:block;background:url(/game-assets/battle-hud-command-altar-v2-CgmV3c8V.webp) top center/280px 206px no-repeat;pointer-events:none}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598:after{content:"";position:absolute;z-index:0;right:4px;bottom:0;left:4px;height:56px;display:block;border:2px solid rgba(176,126,54,.82);border-radius:8px 8px 20px 20px;background:radial-gradient(ellipse at 50% 0,rgba(127,77,31,.2),transparent 62%),linear-gradient(180deg,#241a13fa,#080e0cfa);box-shadow:inset 0 0 0 2px #0d0906e6,inset 0 1px #ffe39b24;pointer-events:none}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>*{z-index:2}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child{top:8px;left:1px;transform:scale(.96);transform-origin:center}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:19px;right:14px;left:104px;height:83px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{height:83px;min-height:83px;grid-template-columns:47px minmax(0,1fr);gap:8px;padding:7px 22px 7px 7px;border-radius:13px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:45px;height:45px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{z-index:3;right:13px;bottom:8px;left:13px;width:auto!important;height:42px;min-height:42px;padding:0;border:1px solid rgba(200,153,75,.72);border-radius:10px;color:#f1d59a;background:linear-gradient(90deg,transparent 0 7%,rgba(220,171,83,.12) 7% 8%,transparent 8% 92%,rgba(220,171,83,.12) 92% 93%,transparent 93%),linear-gradient(180deg,#3e2618e6,#101612f5);box-shadow:inset 0 1px #ffebb829,inset 0 0 16px #0000006b;font:800 15px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.16em}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731:hover:not(:disabled),._cardsBarV4_1sthp_6971 ._endTurnNudgeV39_1sthp_15352:not(:disabled){color:#2a180b;background:linear-gradient(180deg,#f5d687,#d59b3e);box-shadow:inset 0 1px #fff1bc,0 0 16px #e8ae416b}._battleDamage_1sthp_4182._skillCastLabel_1sthp_13331,._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703{width:max-content;min-width:116px;max-width:min(260px,34vw);padding:7px 18px 8px;border:1px solid rgba(223,176,78,.78);border-radius:9px;color:#f5d995;background:linear-gradient(90deg,#121f1bf2,#341d14f5 50%,#121f1bf2);box-shadow:inset 0 0 0 1px #ffeeb814,inset 0 -8px 16px #00000038,0 8px 20px #0000006b;font:800 clamp(12px,1vw,16px)/1 STKaiti,"Kaiti SC",KaiTi,serif;letter-spacing:.09em;text-align:center;white-space:nowrap;text-shadow:0 1px 2px #000}._battleDamage_1sthp_4182._skillCastLabel_1sthp_13331{border-right-width:3px;border-left-width:3px;transform:translate(-50%,5px) scale(.94);animation:_skillCastLabelV45_1sthp_1 .9s ease-out forwards}._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703{min-width:96px;padding:5px 13px 6px;border-color:#56be95ad;color:#d8f2df;background:linear-gradient(90deg,#0a2a22f2,#261c14f0,#0a2a22f2);font-size:clamp(11px,.9vw,14px)}._battleDamage_1sthp_4182._skillCast奥义_1sthp_13349{border-color:#f7c75bf0;color:#fff0b5;font-size:clamp(15px,1.25vw,20px)}@keyframes _skillCastLabelV45_1sthp_1{0%{opacity:0;transform:translate(-50%,8px) scale(.86);filter:blur(2px)}18%,68%{opacity:1;transform:translate(-50%) scale(1);filter:none}to{opacity:0;transform:translate(-50%,-12px) scale(1.02);filter:blur(1px)}}@media(max-width:1400px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.9);transform-origin:right bottom}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.72)}}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{width:min(1090px,100%);display:grid;grid-template-columns:minmax(0,1fr) 194px;align-items:center;gap:18px}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{width:100%;max-width:none;margin:0;justify-content:center}@media(max-width:900px){._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{grid-template-columns:minmax(0,1fr);gap:9px}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{min-height:48px;grid-template-columns:auto auto minmax(0,1fr);align-items:center}}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495{position:absolute;isolation:isolate;left:50%;top:0;width:min(820px,100vw - 500px);min-width:620px;min-height:126px;margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transform:translate(-50%);filter:drop-shadow(0 13px 18px rgba(0,0,0,.6));pointer-events:auto}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495:before,._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495:after{display:none}._battleBossFrameV33_1sthp_15521{position:absolute;z-index:3;top:17px;left:0;width:100%;height:99px;object-fit:fill;pointer-events:none;-webkit-user-select:none;user-select:none}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossBarHead_1sthp_2506{display:contents;margin:0;padding:0}._battleBossIdentityV33_1sthp_15539{position:absolute;z-index:6;top:0;left:50%;min-width:176px;height:45px;display:flex;align-items:center;justify-content:center;padding:0 34px;border:1px solid rgba(163,116,51,.82);border-radius:20px 20px 8px 8px;color:#f3dda6;background:linear-gradient(180deg,#271911fc,#0b0d0afa);box-shadow:inset 0 1px #ffdf9629,0 4px 10px #00000080;transform:translate(-50%);white-space:nowrap}._battleBossIdentityV33_1sthp_15539:before{content:"";position:absolute;z-index:-1;top:6px;left:50%;width:58px;height:42px;border-radius:50%;background:radial-gradient(circle,rgba(68,151,111,.5),rgba(21,55,43,.25) 48%,transparent 70%);box-shadow:0 0 18px #41b78240;transform:translate(-50%)}._battleBossIdentityV33_1sthp_15539:after{content:"";position:absolute;bottom:-7px;left:50%;width:11px;height:11px;border-right:1px solid #7c552c;border-bottom:1px solid #7c552c;background:#15140f;transform:translate(-50%) rotate(45deg)}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539>b{overflow:hidden;color:#f3dda6;font:500 18px/1 STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:4px;text-overflow:ellipsis}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539>small{color:#9e8760;font:400 12px/1 STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:1px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossValueV33_1sthp_15600{position:absolute;z-index:6;top:50px;right:10.6%;width:118px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 7px;border:1px solid rgba(145,96,39,.72);border-radius:3px 17px 17px 3px;color:#eed8a4;background:linear-gradient(180deg,#231610fa,#0a0c0afa);box-shadow:inset 0 1px #ffe2a31a,-7px 0 12px #0000006b;font:500 14px/1 Georgia,Times New Roman,serif;letter-spacing:.5px;white-space:nowrap}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossValueV33_1sthp_15600:before{content:"";position:absolute;left:-9px;width:18px;height:18px;border-left:1px solid rgba(145,96,39,.72);border-bottom:1px solid rgba(145,96,39,.72);background:#12120e;transform:rotate(45deg)}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossValueV33_1sthp_15600 ._battleLethalTag_1sthp_11432{position:absolute;top:-17px;right:5px;min-width:48px;padding:2px 6px;border:1px solid rgba(192,85,55,.66);border-radius:8px 8px 2px 2px;color:#f1a17d;background:#25100cf5;font:500 10px/1.1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:1px;text-align:center}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649{position:absolute;z-index:2;top:50px;left:10.4%;right:10.4%;width:auto;height:44px;margin:0;padding:4px;overflow:hidden;border:1px solid #5d3b22;border-radius:18px;background:#050504;box-shadow:inset 0 3px 6px #000,0 0 0 1px #b581373b}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649:after{content:"";position:absolute;z-index:4;top:8px;right:8px;left:8px;height:3px;border-radius:4px;background:linear-gradient(90deg,transparent,rgba(255,225,185,.35),transparent);pointer-events:none}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>i{top:4px;bottom:auto;left:4px;height:34px;border-radius:15px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>i:not(._battleHpTrailV21_1sthp_15687){z-index:2;background:linear-gradient(90deg,#6d1018 0,#a51f2a 45%,#d44442 76%,#ef7557);box-shadow:inset 0 1px #ffdeb161,inset 0 -2px #4b01086b,0 0 13px #d5363138;transition:width .55s cubic-bezier(.19,.73,.22,1)}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>._battleHpTrailV21_1sthp_15687{z-index:1;background:linear-gradient(90deg,#b15b46,#f3a06b);box-shadow:none;opacity:.78;transition:width .9s .22s cubic-bezier(.22,.72,.2,1)}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>s{top:2px;bottom:auto;z-index:4;width:2px;height:38px;background:linear-gradient(#362416,#dfad5b,#362416);box-shadow:0 0 5px #1e0f08;opacity:.82}._battleBossPhaseV33_1sthp_15713{position:absolute;z-index:5;top:101px;left:50%;min-width:104px;padding:4px 13px 5px;border:1px solid rgba(133,92,41,.56);border-radius:0 0 12px 12px;color:#9d8760;background:linear-gradient(180deg,#1a120df5,#0a0b09eb);font:400 11px/1.2 STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:2px;text-align:center;transform:translate(-50%);white-space:nowrap}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495._isHit_1sthp_15731 ._battleBossValueV33_1sthp_15600{animation:_bossHpNumberHitV33_1sthp_1 .42s ease-out}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495._isDanger_1sthp_15735 ._battleBossValueV33_1sthp_15600{border-color:#b54531b3;color:#f1a17d}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495._isDanger_1sthp_15735 ._battleHpTrackV21_1sthp_15649>i:not(._battleHpTrailV21_1sthp_15687){background:linear-gradient(90deg,#5e0a13,#ba1e28,#ed4d40);animation:_bossHpDangerV33_1sthp_1 .85s ease-in-out infinite alternate}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495._isDanger_1sthp_15735 ._battleBossPhaseV33_1sthp_15713{color:#e09a76;border-color:#a9432ba6}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495>._bossActionTimelineV31_1sthp_2023,._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495>._dailyModifierRowV19_1sthp_15752{display:none}@keyframes _bossHpNumberHitV33_1sthp_1{35%{color:#ff8f72;transform:scale(1.08)}to{transform:none}}@keyframes _bossHpDangerV33_1sthp_1{to{filter:brightness(1.32);box-shadow:inset 0 1px #ffdeb161,inset 0 -2px #4b01086b,0 0 19px #ee332b94}}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495{width:min(700px,100vw - 360px);min-width:560px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495{width:calc(100vw - 124px);min-width:0}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539>small{display:none}}@media(prefers-reduced-motion:reduce){._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495,._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 *{animation:none!important;transition:none!important}}@media(max-width:0px){._combatTempoV32_1sthp_15799{position:fixed;z-index:74;left:50%;bottom:220px;width:min(420px,36vw);height:44px;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;padding:0 17px 0 12px;border:1px solid rgba(174,124,55,.8);clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0 calc(100% - 10px),0 10px);color:#ead79f;background:linear-gradient(90deg,rgba(39,104,79,.22),transparent 32% 68%,rgba(129,55,36,.2)),linear-gradient(180deg,#1d1913f5,#080e0df5);box-shadow:0 8px 24px #0000006b,inset 0 0 0 2px #0a0806cc,inset 0 0 18px #b2792f14;transform:translate(-50%);pointer-events:none}._combatTempoLabelV32_1sthp_15818{color:#d7b96e;font:800 12px/1 STKaiti,KaiTi,serif;letter-spacing:.18em}._combatTempoRailV32_1sthp_15823{position:relative;height:8px;border:1px solid rgba(132,94,45,.86);border-radius:999px;background:repeating-linear-gradient(90deg,transparent 0 calc(12.5% - 1px),rgba(196,151,77,.22) calc(12.5% - 1px) 12.5%),linear-gradient(180deg,#090d0c,#17241f);box-shadow:inset 0 2px 4px #000c,0 0 0 1px #080807b3}._combatTempoRailV32_1sthp_15823:before{position:absolute;inset:2px;border-radius:inherit;background:linear-gradient(90deg,#39a87d66,#c99e4559 65%,#bc422e73);opacity:.4;content:""}._combatTempoFinishV32_1sthp_15839{position:absolute;z-index:2;top:-7px;right:-4px;width:4px;height:22px;border-radius:3px;background:linear-gradient(180deg,#f3d78e,#8d5228 70%,#d8ae64);box-shadow:0 0 10px #f0bc516b}._combatTempoActorV32_1sthp_15850{position:absolute;z-index:3;width:29px;height:29px;overflow:hidden;border:2px solid #a8783d;border-radius:50%;background:#111815;box-shadow:0 0 0 3px #080908e6,0 3px 8px #0000008c;transition:left .46s cubic-bezier(.2,.78,.2,1),filter .2s ease;transform:translate(-50%)}._combatTempoActorV32_1sthp_15850>img{width:100%;height:100%;object-fit:contain}._combatTempoActorV32_1sthp_15850>em{position:absolute;inset:auto 0 0;height:11px;color:#fff0bd;background:#080908c7;font:800 8px/11px STKaiti,KaiTi,serif;text-align:center}._combatTempoPlayerV32_1sthp_15877{top:7px;border-color:#5ec49d}._combatTempoBossV32_1sthp_15881{top:-28px;border-color:#cf7355}._combatTempoActorV32_1sthp_15850._isReady_1sthp_2041{filter:brightness(1.3);box-shadow:0 0 0 3px #080908eb,0 0 18px #f8cd64db;animation:_tempoReadyV32_1sthp_1 .9s ease-in-out infinite alternate}@keyframes _tempoReadyV32_1sthp_1{to{scale:1.12}}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(720px,100vw - 520px);min-width:560px;min-height:88px;padding:22px 60px 20px;border:0;border-radius:0;background:url(/game-assets/battle-hud-bossbar-frame-v1-AhDBA7sJ.png) center/100% 100% no-repeat;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896:before,._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896:after{display:none}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506{padding:0 7px 4px}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506>span{color:#f5deb0;text-shadow:0 2px 3px #000}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:12px;border:1px solid #9d6a31;background:#19090a;box-shadow:inset 0 2px 4px #000000db,0 0 0 2px #0c0806d1}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:22px;bottom:20px;width:350px;min-height:142px;max-height:142px;display:grid;grid-template-columns:minmax(0,1fr) 84px;grid-template-rows:92px minmax(22px,auto);gap:4px 10px;padding:12px 12px 9px;border:1px solid rgba(155,105,44,.82);border-radius:0;clip-path:polygon(13px 0,calc(100% - 13px) 0,100% 13px,100% calc(100% - 13px),calc(100% - 13px) 100%,13px 100%,0 calc(100% - 13px),0 13px);background:radial-gradient(circle at 86% 44%,rgba(33,112,83,.2),transparent 30%),linear-gradient(135deg,#311c17f7,#081210fa);box-shadow:0 15px 32px #00000080,inset 0 0 0 3px #080807bd,inset 0 0 28px #b3793114}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:before,._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:after{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{grid-column:1;grid-row:1;min-height:92px;grid-template-columns:82px minmax(0,1fr);gap:12px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{width:82px;height:88px;border:1px solid rgba(179,132,57,.76);border-radius:4px 15px;background:radial-gradient(circle at 50% 40%,#2f75594d,#080f0eeb);box-shadow:inset 0 0 0 3px #080807b3}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{font-size:19px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:10px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerResourceDeckV21_1sthp_15967{grid-column:2;grid-row:1/3;width:84px;min-height:120px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerManaCoreV21_1sthp_15973{position:relative;min-height:120px;display:block;padding:0;border:0;background:transparent}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924{position:absolute;top:-8px;left:50%;width:78px;height:118px;overflow:visible;border:0;border-radius:0;color:#efffe9;background:url(/game-assets/journey-expedition-token-v2-DupQ80JN.png) center/contain no-repeat;box-shadow:none;transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924:before,._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924:after{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>svg{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>b{position:absolute;top:43px;left:50%;margin:0;color:#f9e8ad;font:900 27px/1 DIN Alternate,sans-serif;text-shadow:0 0 11px rgba(80,220,163,.88),0 2px 3px #000;transform:translate(-50%,-50%)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>span{position:absolute;top:60px;bottom:auto;left:50%;color:#d6f2dc;font:700 8px/1 STKaiti,KaiTi,serif;letter-spacing:.12em;transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaPipsV30_1sthp_16022{position:absolute;z-index:4;right:1px;bottom:3px;left:1px;height:5px;display:flex;gap:2px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaPipsV30_1sthp_16022>i{height:4px;border-radius:3px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036{position:absolute;z-index:5;top:75px;right:0;left:0;display:block;text-align:center}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>span{justify-content:center;color:#ceb77b;font-size:8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>span b{color:#f5dfa3;font-size:10px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>small{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{grid-column:1;grid-row:2;min-height:22px;padding:0}._commandAltarV23_1sthp_14598{right:22px;bottom:20px;width:242px;height:168px;grid-template-rows:58px 51px 42px;gap:4px;padding:9px 11px;overflow:visible;border:1px solid rgba(157,108,46,.84);border-radius:0;clip-path:polygon(13px 0,calc(100% - 13px) 0,100% 13px,100% calc(100% - 13px),calc(100% - 13px) 100%,13px 100%,0 calc(100% - 13px),0 13px);background:radial-gradient(circle at 16% 25%,rgba(38,119,89,.22),transparent 28%),linear-gradient(225deg,#321c17fa,#081210fb);box-shadow:0 15px 32px #00000080,inset 0 0 0 3px #080807bd,inset 0 0 28px #b3793114}._commandAltarV23_1sthp_14598:before,._commandAltarV23_1sthp_14598:after{display:none}._commandWillCoreV23_1sthp_14603{min-height:58px;grid-template-columns:54px minmax(0,1fr);gap:11px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{width:50px;height:58px;border:0;border-radius:0;background:url(/game-assets/journey-expedition-token-v2-DupQ80JN.png) center/contain no-repeat;box-shadow:none}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603:before,._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603:after{display:none}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{top:auto;bottom:2px;left:8px;width:4px;height:4px;border:0;border-radius:50%;background:#30261b;box-shadow:0 0 0 1px #bc934c80;transform:none!important}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(2){left:14px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(3){left:20px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(4){left:26px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(5){left:32px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(6){left:38px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i[data-lit=true]{background:#77d3a9;box-shadow:0 0 6px #66e0a9}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>b{position:absolute;top:27px;left:50%;color:#f9e4a7;font-size:18px;text-shadow:0 0 9px rgba(70,214,157,.65),0 2px 2px #000;transform:translate(-50%,-50%)}._commandWillCoreV23_1sthp_14603>div:last-child span{color:#d7ba73;font:700 10px/1 STKaiti,KaiTi,serif}._commandWillCoreV23_1sthp_14603>div:last-child b{color:#f5dda1}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{height:51px;min-height:51px;grid-template-columns:36px minmax(0,1fr) 51px;border-color:#976a2fd1;border-radius:0;clip-path:polygon(7px 0,100% 0,100% calc(100% - 7px),calc(100% - 7px) 100%,0 100%,0 7px);background:linear-gradient(120deg,#372218f5,#0f1d18fa)}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:36px;height:36px;border-radius:4px 12px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:51px;min-height:31px;border-radius:3px 9px}._endTurnV23_1sthp_14731{min-height:42px;border:1px solid rgba(186,134,58,.88);border-radius:0;clip-path:polygon(9px 0,calc(100% - 9px) 0,100% 9px,100% calc(100% - 9px),calc(100% - 9px) 100%,9px 100%,0 calc(100% - 9px),0 9px);color:#f0d99d;background:linear-gradient(180deg,#44301f,#17231e);box-shadow:inset 0 0 0 2px #080807a6,0 4px 10px #00000047}._drawBoxV4_1sthp_6986{right:276px;bottom:28px;width:72px;min-height:106px;height:106px;display:grid;grid-template-columns:1fr;grid-template-rows:80px 22px;gap:3px;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._drawPileV13_1sthp_14752{width:58px;height:78px;margin:0 auto}._drawPileV13_1sthp_14752>i{border:1px solid #b8863f;border-radius:5px 14px;background:radial-gradient(circle at 50% 45%,#237256 0 12%,#102e27 13% 23%,transparent 24%),repeating-conic-gradient(from 45deg,rgba(201,157,76,.24) 0 8deg,transparent 8deg 22deg),linear-gradient(145deg,#3e241b,#10241e 68%,#22150f);box-shadow:inset 0 0 0 3px #080807bd,inset 0 0 0 4px #bc893959,0 5px 12px #0000007a}._drawPileV13_1sthp_14752>b{right:-8px;bottom:-5px;width:24px;height:24px;border:1px solid #d2a453;border-radius:50%;color:#f5dfa7;background:#173c31;box-shadow:0 0 0 3px #0b0c0b,0 0 10px #43c6935c;font-size:11px;line-height:24px}._turnLedgerV13_1sthp_14765{width:100%;display:grid;justify-items:center;gap:0;color:#cdb77d;text-align:center}._turnLedgerV13_1sthp_14765>b{font-size:9px}._turnLedgerV13_1sthp_14765>span{font-size:7px;opacity:.62}}@media(max-width:0px)and (max-width:1180px){._combatTempoV32_1sthp_15799{bottom:204px;width:340px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:292px}._commandAltarV23_1sthp_14598{width:212px}._drawBoxV4_1sthp_6986{right:238px}}@media(max-width:0px)and (max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:calc(100vw - 150px);min-width:0;min-height:76px;padding:18px 48px}._combatTempoV32_1sthp_15799{bottom:173px;width:300px;height:38px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:238px;min-height:124px;max-height:124px;transform:scale(.88);transform-origin:left bottom}._commandAltarV23_1sthp_14598{width:190px;height:148px;grid-template-rows:50px 43px 38px;transform:scale(.9);transform-origin:right bottom}._drawBoxV4_1sthp_6986{right:207px;bottom:20px;transform:scale(.86);transform-origin:right bottom}}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:356px;min-height:132px;max-height:132px;display:grid;grid-template-columns:minmax(0,1fr) 82px;grid-template-rows:92px minmax(20px,auto);gap:7px 10px;padding:11px 11px 9px 13px;border-radius:9px 18px 18px 7px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:before{display:none;content:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{min-width:0;min-height:76px;display:grid;grid-column:1;grid-row:1;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:11px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{width:72px;height:72px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{min-width:0;padding-top:3px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerResourceDeckV21_1sthp_15967{min-width:0;display:block;grid-column:2;grid-row:1;align-self:stretch}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerManaCoreV21_1sthp_15973{position:relative;width:82px;min-height:102px;height:102px;display:block;padding:0;overflow:visible;border:0;clip-path:polygon(18% 0,82% 0,100% 15%,94% 82%,72% 100%,28% 100%,6% 82%,0 15%);background:linear-gradient(135deg,#d3ac59 0 3%,#3b2b18 4% 9%,#97773d 10% 16%,transparent 17% 84%,#8e6d36 85% 92%,#d6b05d 93%),radial-gradient(circle at 50% 43%,#4aebb7d6,#0c6a55 38%,#15362e 69%,#091b17);filter:drop-shadow(0 8px 9px rgba(0,0,0,.45))}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerManaCoreV21_1sthp_15973:before{position:absolute;z-index:1;inset:8px 9px 13px;clip-path:inherit;background:radial-gradient(circle at 50% 43%,#6ffaca6b,#0a6b549e 43%,#071f19e0 76%);box-shadow:inset 0 0 12px #cdffeb38;content:""}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924{position:absolute;z-index:3;inset:18px 10px auto;width:auto;height:55px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924:before,._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924:after{display:none;content:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>svg{top:1px;left:50%;width:12px;height:12px;transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>b{margin-top:4px;font-size:28px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>span{bottom:1px;font-size:9px;letter-spacing:.12em}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036{position:absolute;z-index:4;right:0;bottom:4px;left:0;display:block;text-align:center}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>span{display:block;color:#dbc785;font-size:8px;line-height:1}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>span b{color:#fff0ba;font-size:8px;font-weight:inherit}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaSourceV21_1sthp_16036>small{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{min-width:0;display:flex;grid-column:1/-1;grid-row:2;align-items:center;gap:5px;padding-top:0}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:10px;width:318px;grid-template-columns:minmax(0,1fr) 74px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerManaCoreV21_1sthp_15973{width:74px}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:8px;width:282px;min-height:118px;max-height:118px;grid-template-columns:minmax(0,1fr) 66px;grid-template-rows:80px minmax(18px,auto);padding:8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{min-height:62px;grid-template-columns:56px minmax(0,1fr);gap:8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{width:56px;height:56px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerManaCoreV21_1sthp_15973{width:66px;min-height:88px;height:88px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924{inset:14px 8px auto;height:49px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._manaOrbV21_1sthp_7924>b{font-size:24px}}._playerStatusDockV21_1sthp_11808{width:356px;min-height:132px;max-height:132px;display:grid;grid-template-columns:minmax(0,1fr) 82px;grid-template-rows:92px minmax(20px,auto);gap:7px 10px;padding:11px 11px 9px 13px;border-radius:9px 18px 18px 7px}._playerStatusDockV21_1sthp_11808:before{display:none;content:none}._playerIdentityV21_1sthp_15946{min-width:0;min-height:76px;display:grid;grid-column:1;grid-row:1;grid-template-columns:72px minmax(0,1fr);align-items:start;gap:11px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:72px;height:72px}._playerVitalsV21_1sthp_15961{min-width:0;padding-top:3px}._playerVitalsV21_1sthp_15961>div:first-child span{max-width:98px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._playerResourceDeckV21_1sthp_15967{min-width:0;display:block;grid-column:2;grid-row:1;align-self:stretch}._playerManaCoreV21_1sthp_15973{position:relative;width:82px;min-height:102px;height:102px;display:block;padding:0;overflow:visible;border:0;clip-path:polygon(18% 0,82% 0,100% 15%,94% 82%,72% 100%,28% 100%,6% 82%,0 15%);background:linear-gradient(135deg,#d3ac59 0 3%,#3b2b18 4% 9%,#97773d 10% 16%,transparent 17% 84%,#8e6d36 85% 92%,#d6b05d 93%),radial-gradient(circle at 50% 43%,#4aebb7d6,#0c6a55 38%,#15362e 69%,#091b17);filter:drop-shadow(0 8px 9px rgba(0,0,0,.45))}._playerManaCoreV21_1sthp_15973:before{position:absolute;z-index:1;inset:8px 9px 13px;clip-path:polygon(18% 0,82% 0,100% 15%,94% 82%,72% 100%,28% 100%,6% 82%,0 15%);background:radial-gradient(circle at 50% 43%,#6ffaca6b,#0a6b549e 43%,#071f19e0 76%);box-shadow:inset 0 0 12px #cdffeb38;content:""}._manaOrbV21_1sthp_7924{position:absolute;z-index:3;inset:18px 10px auto;width:auto;height:55px;overflow:visible;border:0;border-radius:0;color:#dffff2;background:transparent;box-shadow:none}._manaOrbV21_1sthp_7924:before,._manaOrbV21_1sthp_7924:after{display:none;content:none}._manaOrbV21_1sthp_7924>svg{top:1px;left:50%;width:12px;height:12px;color:#a8f5d7;transform:translate(-50%)}._manaOrbV21_1sthp_7924>b{margin-top:4px;color:#fff4c8;font-size:28px;text-shadow:0 0 12px #8ff7d5}._manaOrbV21_1sthp_7924>span{bottom:1px;color:#d4eadb;font-size:9px;letter-spacing:.12em}._manaOrbV21_1sthp_7924>em{right:-18px;top:-15px;font-size:22px}._manaPipsV30_1sthp_16022{position:absolute;z-index:4;right:15px;bottom:17px;left:15px;display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:2px}._manaPipsV30_1sthp_16022>i{height:4px;border-radius:2px;background:#283c35;box-shadow:none}._manaPipsV30_1sthp_16022>i[data-lit]{background:#75efc3;box-shadow:0 0 5px #75efc394}._manaSourceV21_1sthp_16036{position:absolute;z-index:4;right:0;bottom:4px;left:0;display:block;color:#dbc785;text-align:center}._manaSourceV21_1sthp_16036>span{display:block;color:#dbc785;font-size:8px;line-height:1}._manaSourceV21_1sthp_16036>span b{color:#fff0ba;font-size:8px;font-weight:inherit}._manaSourceV21_1sthp_16036>small{display:none}._playerBuffTrayV21_1sthp_16057{min-width:0;display:flex;grid-column:1/-1;grid-row:2;align-items:center;gap:5px;padding-top:0}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024{left:50%;width:min(720px,100vw - 650px);min-width:520px;justify-content:center;gap:0;transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44{flex:0 0 clamp(116px,8.35vw,132px);width:clamp(116px,8.35vw,132px);margin-inline:-3px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="6"] ._skillCardV4_1sthp_44{margin-inline:-10px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="7"] ._skillCardV4_1sthp_44{margin-inline:-17px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="8"] ._skillCardV4_1sthp_44{margin-inline:-22px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44:hover:not(:disabled),._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44:focus-visible:not(:disabled){z-index:20;margin-inline:2px;transform:translateY(-28px) rotate(0) scale(1.12)}@media(max-width:1180px){._playerStatusDockV21_1sthp_11808{left:10px;width:318px;grid-template-columns:minmax(0,1fr) 74px}._playerManaCoreV21_1sthp_15973{width:74px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024{width:min(590px,100vw - 560px);min-width:460px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="7"] ._skillCardV4_1sthp_44{margin-inline:-20px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="8"] ._skillCardV4_1sthp_44{margin-inline:-25px}}@media(max-width:980px){._playerStatusDockV21_1sthp_11808{left:8px;width:282px;min-height:118px;max-height:118px;grid-template-columns:minmax(0,1fr) 66px;grid-template-rows:80px minmax(18px,auto);padding:8px}._playerIdentityV21_1sthp_15946{min-height:62px;grid-template-columns:56px minmax(0,1fr);gap:8px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:56px;height:56px}._playerManaCoreV21_1sthp_15973{width:66px;min-height:88px;height:88px}._manaOrbV21_1sthp_7924{inset:14px 8px auto;height:49px}._manaOrbV21_1sthp_7924>b{font-size:24px}._manaPipsV30_1sthp_16022{right:12px;bottom:15px;left:12px;gap:1px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024{width:min(480px,100vw - 470px);min-width:390px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44{flex-basis:108px;width:108px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="7"] ._skillCardV4_1sthp_44{margin-inline:-22px}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024[data-card-count="8"] ._skillCardV4_1sthp_44{margin-inline:-27px}}._mulliganPanelV4_1sthp_100{width:min(1220px,96vw);overflow:visible;border:0;background:transparent;box-shadow:none}._mulliganPanelV4_1sthp_100:before,._mulliganPanelV4_1sthp_100:after{display:none}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{width:100%;display:block;margin:8px auto 2px;overflow:visible}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{width:fit-content;max-width:100%;margin-inline:auto;justify-content:center;overflow:visible}._mulliganCardSlotV29_1sthp_16795{position:relative;z-index:1;flex:0 1 min(190px,(100dvh - 245px) * 2 / 3);width:min(190px,(100dvh - 245px) * 2 / 3);min-width:0;aspect-ratio:2/3}._mulliganCardSlotV29_1sthp_16795:hover,._mulliganCardSlotV29_1sthp_16795:focus-within{z-index:30}._mulliganCardSlotV29_1sthp_16795 ._mulliganCardV4_1sthp_145{width:100%;height:100%;max-width:none;max-height:none}._mulliganHoverTipV29_1sthp_16816{position:absolute;left:calc(100% + 14px);top:50%;width:clamp(190px,17vw,244px);min-height:116px;box-sizing:border-box;padding:13px 15px 12px;display:grid;align-content:center;gap:6px;border:1px solid rgba(202,154,69,.5);border-left:3px solid #4ab18e;border-radius:4px 13px 13px 4px;color:#f5e4bd;background:radial-gradient(circle at 10% 14%,rgba(65,161,127,.18),transparent 40%),linear-gradient(145deg,#1a231ffa,#231613fa);box-shadow:0 18px 34px #0000008a,inset 0 0 0 1px #ffe29e0d;text-align:left;pointer-events:none;transform:translateY(-50%);animation:_mulliganTipRevealV29_1sthp_1 .16s ease-out both}._mulliganCardSlotV29_1sthp_16795[data-tip-side=left] ._mulliganHoverTipV29_1sthp_16816{left:auto;right:calc(100% + 14px);border-right:3px solid #4ab18e;border-left-width:1px;border-radius:13px 4px 4px 13px}._mulliganHoverTipV29_1sthp_16816>span{color:#70d0ad;font-size:9px;font-weight:800;letter-spacing:.08em}._mulliganHoverTipV29_1sthp_16816>b{color:#f5d78d;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:16px;letter-spacing:.08em}._mulliganHoverTipV29_1sthp_16816>p{margin:0;color:#f7e7c5c7;font:700 11px/1.55 STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._mulliganHoverTipV29_1sthp_16816>small{color:#e0be7c9e;font-size:9px}@keyframes _mulliganTipRevealV29_1sthp_1{0%{opacity:0;transform:translateY(-50%) translate(-7px) scale(.97)}to{opacity:1;transform:translateY(-50%) translate(0) scale(1)}}._mulliganCardV4_1sthp_145>b,._skillCardV4_1sthp_44 ._skillName_1sthp_64{box-sizing:border-box;display:grid;place-items:center;line-height:1;white-space:nowrap}._mulliganCardV4_1sthp_145>b{left:13%;right:13%;bottom:13.7%;height:13.8%;padding:1px 21px 0}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{left:13%;right:13%;bottom:13.7%;height:17.6%;min-height:0}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896:after,._playerStatusDockV21_1sthp_11808:before{display:none}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478{display:grid;place-items:center;padding:0;line-height:0}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478>svg{display:block;margin:0;transform:none}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652{width:46px;height:46px;padding:0;display:grid;place-items:center}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._routeTopV4_1sthp_2825{width:100%;height:100%;margin:0;display:grid;place-items:center}._routeDrawerV4_1sthp_2638._isCollapsed_1sthp_2652 ._iconBtnV4_1sthp_2860{width:100%;height:100%;border:0;border-radius:inherit;background:transparent;box-shadow:none}._routeDrawerV4_1sthp_2638 ._iconBtnV4_1sthp_2860>svg{width:19px;height:19px}@media(max-width:900px){._mulliganPanelV4_1sthp_100{overflow-y:auto;overflow-x:hidden}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{width:100%;justify-content:flex-start;overflow-x:auto;padding-block:4px 130px;margin-block:-4px -126px}._mulliganCardSlotV29_1sthp_16795{flex:0 0 142px;width:142px}._mulliganHoverTipV29_1sthp_16816,._mulliganCardSlotV29_1sthp_16795[data-tip-side=left] ._mulliganHoverTipV29_1sthp_16816{left:50%;right:auto;top:calc(100% + 9px);width:min(250px,78vw);min-height:92px;border:1px solid rgba(202,154,69,.5);border-top:3px solid #4ab18e;border-radius:4px 4px 12px 12px;transform:translate(-50%)}@keyframes _mulliganTipRevealV29_1sthp_1{0%{opacity:0;transform:translate(-50%) translateY(-6px) scale(.97)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}}._mulliganPanelV4_1sthp_100{width:min(1180px,96vw);grid-template-rows:auto auto auto minmax(0,1fr) auto auto auto}._mulliganRulesV12_1sthp_15074{min-height:20px;padding:0;border:0;border-radius:0;color:#efdaaea8;background:none;font-size:10px}._mulliganContentV28_1sthp_15428{width:min(1090px,100%);min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 194px;align-items:center;gap:18px;margin:5px auto 2px}._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{width:100%;max-width:none;margin:0;gap:clamp(10px,1vw,16px)}._mulliganContentV28_1sthp_15428 ._mulliganCardV4_1sthp_145{flex:1 1 0;width:auto;max-width:198px}._mulliganContentV28_1sthp_15428 ._mulliganIntelRailV22_1sthp_15101{width:100%;min-width:0}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{width:100%;min-height:164px;padding:15px 14px;grid-template-columns:minmax(0,1fr);align-content:center;justify-items:start;gap:7px;border-right:0;border-left-color:#4cbc97bd;border-radius:2px 12px 12px 2px;text-align:left;background:linear-gradient(140deg,#275b4a57,#251915b8)}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 span{order:1;padding:0;border:0;color:#79d3b2;background:none;font-size:9px;letter-spacing:.08em}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 b{order:2;font-size:15px}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 p{order:3;color:#f4e2bcb8;font-size:11px;line-height:1.55}._mulliganCardV4_1sthp_145>small{min-width:auto;min-height:22px;padding:2px 7px;border-radius:4px;font-size:9px}._mulliganActionsV4_1sthp_281{width:min(420px,100%);flex-direction:column;gap:5px;padding-top:4px}._mulliganActionsV4_1sthp_281>span{min-width:0;max-width:100%;min-height:14px;color:#78cfae;text-align:center}._mulliganActionsV4_1sthp_281>span:empty{min-height:0;display:none}._mulliganConfirmV4_1sthp_238{min-width:184px}@media(max-width:900px){._mulliganContentV28_1sthp_15428{width:min(760px,100%);grid-template-columns:minmax(0,1fr);gap:9px}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{min-height:48px;padding:8px 11px;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:9px;border-radius:2px 8px 8px 2px}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 span,._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 b,._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105 p{order:initial}}@media(max-width:700px){._mulliganPanelV4_1sthp_100{grid-template-rows:auto auto auto minmax(0,1fr) auto auto auto}._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{justify-content:flex-start}._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{grid-template-columns:minmax(0,1fr);justify-items:start}}@media(max-width:620px){._mulliganActionsV4_1sthp_281{flex-direction:row}._mulliganActionsV4_1sthp_281>span{min-width:72px;max-width:92px;text-align:right}._tutorialIntroStepsV5_1sthp_10777{grid-template-columns:repeat(3,1fr)}}@font-face{font-family:JourneyTitleV13;src:url(/fonts/NotoSerifSC-Black.otf) format("opentype");font-display:swap;font-style:normal;font-weight:900}@font-face{font-family:JourneyTextV13;src:url(/fonts/LXGWWenKai-Regular.ttf) format("truetype");font-display:swap;font-style:normal;font-weight:400}._battleV4_1sthp_2398{--journey-title-v13: "JourneyTitleV13", "Songti SC", STSong, serif;--journey-text-v13: "JourneyTextV13", "Kaiti SC", KaiTi, serif;font-family:var(--journey-text-v13)}._battleV4_1sthp_2398 button,._battleV4_1sthp_2398 input{font-family:inherit}._battleTitleBox_1sthp_2452 b,._battleBossBarHead_1sthp_2506,._battleBossIntentV7_1sthp_13570 b,._playerVitalsV7_1sthp_11866>div:first-child b,._skillName_1sthp_64,._cardInspectV4_1sthp_11067 b,._mulliganPanelV4_1sthp_100 h2,._victoryHeadingV4_1sthp_8991,._bossBreakCeremonyV4_1sthp_7393 h2{font-family:var(--journey-title-v13)}._battlePresentationV13_1sthp_17197{--cue-accent: #d9ab50;position:fixed;top:27%;left:50%;z-index:360;width:min(620px,82vw);min-height:112px;display:grid;place-items:center;align-content:center;gap:2px;box-sizing:border-box;padding:16px 72px 18px;color:#fff0c2;text-align:center;text-shadow:0 3px 12px #000;pointer-events:none;transform:translate(-50%,-50%);animation:_battlePresentationInV13_1sthp_1 .94s cubic-bezier(.2,.86,.22,1) both}._battlePresentationV13_1sthp_17197:before,._battlePresentationV13_1sthp_17197:after{position:absolute;left:50%;width:100%;height:1px;content:"";transform:translate(-50%);background:linear-gradient(90deg,transparent,var(--cue-accent) 17% 83%,transparent);box-shadow:0 0 16px color-mix(in srgb,var(--cue-accent) 56%,transparent)}._battlePresentationV13_1sthp_17197:before{top:4px}._battlePresentationV13_1sthp_17197:after{bottom:4px}._battlePresentationV13_1sthp_17197>i{position:absolute;inset:0;z-index:-1;background:radial-gradient(ellipse at 50% 50%,color-mix(in srgb,var(--cue-accent) 16%,transparent),transparent 60%),linear-gradient(90deg,transparent,rgba(10,8,10,.88) 18% 82%,transparent);filter:drop-shadow(0 14px 26px rgba(0,0,0,.5))}._battlePresentationV13_1sthp_17197>span{color:color-mix(in srgb,var(--cue-accent) 78%,#fff2c9);font-size:10px;font-weight:800;letter-spacing:.34em}._battlePresentationV13_1sthp_17197>b{font-family:var(--journey-title-v13);font-size:clamp(28px,4vw,46px);font-weight:900;letter-spacing:.13em;line-height:1.2}._battlePresentationV13_1sthp_17197>small{color:#ffecc5b3;font-size:11px;letter-spacing:.08em}._battlePresentation_boss-entry_1sthp_17268{--cue-accent: var(--boss-accent, #d9ab50)}._battlePresentation_boss-turn_1sthp_17272{--cue-accent: #e14d43}._battlePresentation_player-turn_1sthp_17276{--cue-accent: #52caa5}._battlePresentation_phase-break_1sthp_17280{--cue-accent: #f0bf58}@keyframes _battlePresentationInV13_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scaleX(.3);filter:blur(7px)}18%{opacity:1;transform:translate(-50%,-50%) scaleX(1.03);filter:blur(0)}72%{opacity:1;transform:translate(-50%,-50%) scaleX(1)}to{opacity:0;transform:translate(-50%,-54%) scaleX(.96)}}._bossEnteringV13_1sthp_17304{animation:_bossEnteringV13_1sthp_17304 1.34s cubic-bezier(.15,.82,.18,1) both!important}@keyframes _bossEnteringV13_1sthp_17304{0%{opacity:0;transform:translate(88%,-48%) scale(1.14) scaleX(var(--boss-facing-x, 1));filter:blur(8px) brightness(.35) drop-shadow(0 40px 60px rgba(0,0,0,.7))}58%{opacity:1;transform:translate(46%,-50%) scale(1.04) scaleX(var(--boss-facing-x, 1));filter:blur(0) brightness(1.2) drop-shadow(0 0 38px var(--boss-accent))}to{opacity:1;transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}}._bossPhaseShiftV13_1sthp_17324{animation:_bossPhaseShiftV13_1sthp_17324 1.12s cubic-bezier(.18,.88,.2,1) both!important}@keyframes _bossPhaseShiftV13_1sthp_17324{0%,to{transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}18%{transform:translate(50%,-50%) scale(.94) scaleX(var(--boss-facing-x, 1));filter:brightness(.4) saturate(.3)}48%{transform:translate(50%,-52%) scale(1.1) scaleX(var(--boss-facing-x, 1));filter:brightness(2) saturate(1.4) drop-shadow(0 0 52px var(--boss-accent))}}._bossHitLight_1sthp_4051{animation:_bossHitLightV13_1sthp_1 .38s cubic-bezier(.14,.9,.2,1)!important}._bossHitHeavy_1sthp_4056{animation:_bossHitHeavyV13_1sthp_1 .62s cubic-bezier(.14,.9,.2,1)!important}@keyframes _bossHitLightV13_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}24%{transform:translate(57%,-51%) rotate(1.8deg) scaleX(var(--boss-facing-x, 1));filter:brightness(2.25) saturate(.35)}64%{transform:translate(48%,-50%) scaleX(var(--boss-facing-x, 1))}}@keyframes _bossHitHeavyV13_1sthp_1{0%,to{transform:translate(50%,-50%) scaleX(var(--boss-facing-x, 1))}17%{transform:translate(63%,-47%) rotate(4deg) scale(.94) scaleX(var(--boss-facing-x, 1));filter:brightness(2.6) saturate(.15)}46%{transform:translate(45%,-53%) rotate(-1deg) scale(1.04) scaleX(var(--boss-facing-x, 1))}73%{transform:translate(52%,-50%) scaleX(var(--boss-facing-x, 1))}}._bossImpactAuraV13_1sthp_17376{position:absolute;right:var(--boss-right);top:var(--boss-top);z-index:10;width:clamp(170px,24vw,360px);aspect-ratio:1;border:2px solid rgba(255,232,173,.74);border-radius:50%;background:conic-gradient(from 20deg,transparent 0 6%,rgba(255,238,181,.6) 7% 8%,transparent 9% 19%,rgba(255,86,64,.7) 20% 21%,transparent 22% 100%);box-shadow:inset 0 0 56px #ff523a33,0 0 44px #ffc05259;opacity:0;transform:translate(50%,-50%) scale(.35) rotate(-16deg);pointer-events:none;animation:_bossImpactAuraV13_1sthp_17376 .42s ease-out both}._bossImpactAuraHeavyV13_1sthp_17393{border-width:4px;animation-duration:.62s}@keyframes _bossImpactAuraV13_1sthp_17376{15%{opacity:1}to{opacity:0;transform:translate(50%,-50%) scale(1.28) rotate(12deg)}}._bossMechanicWardV13_1sthp_17407{position:absolute;right:18px;top:34%;z-index:24;width:clamp(156px,13.5vw,204px);display:grid;gap:7px;pointer-events:none}._bossMechanicWardV13_1sthp_17407>div{--ward-accent: #d7ad5b;position:relative;min-height:62px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;box-sizing:border-box;padding:9px 10px 8px 13px;overflow:hidden;border:1px solid color-mix(in srgb,var(--ward-accent) 55%,#261817);border-left:3px solid var(--ward-accent);border-radius:4px;color:#f7e8c3;background:radial-gradient(circle at 0 50%,color-mix(in srgb,var(--ward-accent) 17%,transparent),transparent 54%),linear-gradient(145deg,#2d1b19eb,#0c0f11e6);box-shadow:0 10px 22px #0006,inset 0 0 0 1px #ffedbd0a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._bossMechanicWardV13_1sthp_17407>div[data-tone=jade]{--ward-accent: #4bc49f}._bossMechanicWardV13_1sthp_17407>div[data-tone=bone]{--ward-accent: #c8b7d5}._bossMechanicWardV13_1sthp_17407>div[data-tone=wind]{--ward-accent: #75cee1}._bossMechanicWardV13_1sthp_17407>div[data-tone=danger]{--ward-accent: #ef6259}._bossMechanicWardV13_1sthp_17407>div[data-tone=dim]{--ward-accent: #8d8579;opacity:.72}._bossMechanicWardV13_1sthp_17407 span{display:inline-flex;align-items:center;gap:5px;min-width:0;color:color-mix(in srgb,var(--ward-accent) 74%,#f4e5bd);font-size:9px;font-weight:700}._bossMechanicWardV13_1sthp_17407 b{color:#fff0c5;font-family:var(--journey-title-v13);font-size:13px}._bossMechanicWardV13_1sthp_17407 small{grid-column:1/-1;overflow:hidden;color:#f5e6c89e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}._cardDragTargetV13_1sthp_17483:after{opacity:.78;box-shadow:inset 0 0 120px #35c6992e,inset 0 -90px 130px #0409086b}._cardDropSealV13_1sthp_17488{position:absolute;left:50%;bottom:19%;z-index:90;width:138px;height:138px;display:grid;place-items:center;align-content:center;gap:2px;border:1px solid rgba(106,236,190,.78);border-radius:50%;color:#cffff0;background:repeating-conic-gradient(from 0deg,rgba(101,226,185,.15) 0 4deg,transparent 4deg 22deg),radial-gradient(circle,rgba(29,130,101,.52),rgba(10,22,20,.84) 66%,transparent 68%);box-shadow:0 0 38px #48d6a661,inset 0 0 26px #46d5a533;text-align:center;transform:translate(-50%);pointer-events:none;animation:_cardDropSealV13_1sthp_17488 1.2s linear infinite}._cardDropSealV13_1sthp_17488 b{font-family:var(--journey-title-v13);font-size:15px}._cardDropSealV13_1sthp_17488 span{color:#d3ffeea6;font-size:8px}@keyframes _cardDropSealV13_1sthp_17488{50%{box-shadow:0 0 64px #48d6a68f,inset 0 0 34px #46d5a54d}}._drawBoxV4_1sthp_6986{width:112px;min-height:122px;grid-template-columns:42px minmax(0,1fr);grid-template-rows:56px auto;align-items:center;justify-items:stretch;gap:5px 7px;padding:8px;text-align:left}._drawPileV13_1sthp_14752{position:relative;width:40px;height:52px;filter:drop-shadow(0 6px 8px rgba(0,0,0,.42))}._drawPileV13_1sthp_14752>i{position:absolute;inset:2px 3px 4px 1px;border:1px solid rgba(229,190,98,.66);border-radius:3px;background:radial-gradient(circle at 50% 44%,#3f9d7e 0 6%,transparent 7%),linear-gradient(45deg,transparent 42%,rgba(224,181,83,.48) 43% 46%,transparent 47%),linear-gradient(135deg,#221719,#432820 55%,#161418)}._drawPileV13_1sthp_14752>i:nth-child(1){transform:translate(4px,-2px) rotate(3deg);opacity:.55}._drawPileV13_1sthp_14752>i:nth-child(2){transform:translate(2px) rotate(1deg);opacity:.75}._drawPileV13_1sthp_14752>i:nth-child(3){transform:none}._drawPileV13_1sthp_14752>b{position:absolute;right:-3px;bottom:-1px;z-index:4;min-width:19px;height:19px;display:grid;place-items:center;border:1px solid rgba(239,203,120,.75);border-radius:50%;color:#25150b;background:linear-gradient(145deg,#ffe7a5,#c9822d);font-family:DIN Alternate,sans-serif;font-size:10px}._drawFlyCardV13_1sthp_17583{position:absolute;inset:2px 3px 4px 1px;z-index:8;border:1px solid #e7bc60;border-radius:3px;background:linear-gradient(145deg,#4ba989,#251719 70%);pointer-events:none;animation:_drawFlyCardV13_1sthp_17583 .72s cubic-bezier(.2,.78,.22,1) both}@keyframes _drawFlyCardV13_1sthp_17583{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(42vw,-38px) rotate(12deg) scale(1.35)}}._turnLedgerV13_1sthp_14765{min-width:0}._turnLedgerV13_1sthp_14765>b,._turnLedgerV13_1sthp_14765>span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._turnLedgerV13_1sthp_14765>b{color:#ffe6ad;font-family:var(--journey-title-v13);font-size:11px}._turnLedgerV13_1sthp_14765>span{margin-top:4px;font-size:8px}._drawBoxV4_1sthp_6986 ._drawBtnV4_1sthp_7006{grid-column:1/-1;width:100%;min-height:34px}._playerStatusDockV7_1sthp_11808{left:144px;width:300px;height:158px;grid-template-columns:82px minmax(0,1fr)}._playerCoreResourcesV13_1sthp_11894{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 7px}._playerCoreResourcesV13_1sthp_11894>span{min-height:25px;display:inline-flex;align-items:center;justify-content:center;gap:4px;box-sizing:border-box;padding:3px 5px;border:1px solid rgba(224,178,80,.2);border-radius:3px;color:#ffeabeb8;background:#16111170}._playerBuffTrayV13_1sthp_11912{display:flex;gap:4px;min-height:21px;overflow:hidden}._playerBuffTrayV13_1sthp_11912>span{min-width:0;display:inline-flex;align-items:center;gap:3px;padding:3px 5px;border:1px solid rgba(81,213,170,.28);border-radius:3px;color:#bff7e2;background:#27806329;font-size:7px;white-space:nowrap}._playerBuffTrayV13_1sthp_11912>span[data-buff=shield]{border-color:#60ceea52;color:#bdefff;background:#29799a2b}._playerBuffTrayV13_1sthp_11912 b{font-size:8px}._skillCardV4_1sthp_44[draggable=true]{cursor:grab}._skillCardV4_1sthp_44[draggable=true]:active{cursor:grabbing}._cardInspectV4_1sthp_11067,._mulliganInspectV4_1sthp_11105,._victoryPanelV4_1sthp_17701,._bossBreakPanelV4_1sthp_17702,._equipDockV4_1sthp_3034,._combatFeedV4_1sthp_2974{font-family:var(--journey-text-v13)}@media(max-width:1180px){._playerStatusDockV7_1sthp_11808{left:136px;width:244px;grid-template-columns:66px minmax(0,1fr)}._bossMechanicWardV13_1sthp_17407{right:10px;width:156px}}@media(max-width:840px){._battlePresentationV13_1sthp_17197{top:24%;width:94vw;min-height:88px;padding:12px 34px 14px}._battlePresentationV13_1sthp_17197>b{font-size:25px}._battlePresentationV13_1sthp_17197>small{font-size:9px}._bossMechanicWardV13_1sthp_17407{top:27%;right:6px;width:134px}._bossMechanicWardV13_1sthp_17407>div{min-height:52px;padding:7px 7px 6px 9px}._bossMechanicWardV13_1sthp_17407 small{font-size:7px}._drawBoxV4_1sthp_6986{left:6px;bottom:6px;width:90px;min-height:104px;grid-template-columns:34px minmax(0,1fr)}._drawPileV13_1sthp_14752{width:32px;height:44px}._turnLedgerV13_1sthp_14765>b{font-size:9px}._playerStatusDockV7_1sthp_11808{left:102px;bottom:6px;width:118px;height:126px;grid-template-columns:1fr;grid-template-rows:42px minmax(0,1fr)}._playerCoreResourcesV13_1sthp_11894>span{min-height:18px;padding:2px}._playerBuffTrayV13_1sthp_11912{display:none}}._heavyCommitVignetteV22_1sthp_17777{--heavy-rgb: 221, 169, 72;z-index:8;inset:0!important;width:auto!important;height:auto!important;background:radial-gradient(circle at 50% 48%,transparent 0 22%,rgba(2,3,3,.08) 42%,rgba(2,3,3,.8) 100%),linear-gradient(90deg,rgba(var(--heavy-rgb),.08),transparent 28% 72%,rgba(var(--heavy-rgb),.12));box-shadow:inset 0 0 110px rgba(var(--heavy-rgb),.15);mix-blend-mode:multiply;transform:none;animation:_heavyCommitVignetteV22_1sthp_17777 1.9s ease-out forwards}._heavyCommitMountainV22_1sthp_17790{--heavy-rgb: 217, 157, 67}._heavyCommitSunV22_1sthp_17794{--heavy-rgb: 255, 187, 60}._heavyCommitThunderV22_1sthp_17798{--heavy-rgb: 102, 206, 255}@keyframes _heavyCommitVignetteV22_1sthp_17777{0%{opacity:0}18%,60%{opacity:.96}to{opacity:0}}._heavyMountainChargeV22_1sthp_17813{z-index:17;width:clamp(150px,15vw,238px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(255,244,195,.96) 0 4%,transparent 6%),repeating-conic-gradient(from 9deg,rgba(255,212,111,.9) 0 2deg,transparent 2deg 22deg),radial-gradient(circle,transparent 0 29%,rgba(216,151,55,.92) 30% 34%,transparent 35% 48%,rgba(109,72,31,.82) 49% 54%,transparent 55%);filter:drop-shadow(0 0 18px rgba(255,194,67,.72));transform:translate(-50%,-50%) rotate(-20deg) scale(.2);animation:_heavyMountainChargeV22_1sthp_17813 1.75s cubic-bezier(.18,.82,.2,1) forwards}._heavyMountainChargeV22_1sthp_17813:before,._heavyMountainChargeV22_1sthp_17813:after{content:"";position:absolute;inset:17%;border:4px double rgba(255,224,143,.9);transform:rotate(45deg);box-shadow:inset 0 0 24px #ffa93147,0 0 20px #ffb83970}._heavyMountainChargeV22_1sthp_17813:after{inset:31%;border-width:2px;transform:rotate(0)}@keyframes _heavyMountainChargeV22_1sthp_17813{0%{opacity:0;transform:translate(-50%,-50%) rotate(-32deg) scale(.18);filter:blur(7px) brightness(2.2)}18%{opacity:.94;transform:translate(-50%,-50%) rotate(0) scale(.76);filter:blur(0) brightness(1.35)}62%{opacity:1;transform:translate(-50%,-50%) rotate(16deg) scale(1)}76%{opacity:.95;transform:translate(-50%,-50%) rotate(21deg) scale(.72);filter:brightness(1.8)}to{opacity:0;transform:translate(-50%,10%) rotate(34deg) scale(.28);filter:blur(5px)}}._heavyMountainImpactV22_1sthp_17866{z-index:22;width:clamp(460px,49vw,820px);filter:saturate(.72) contrast(1.16) brightness(1.16) drop-shadow(0 28px 38px rgba(65,38,14,.9));animation-duration:1.7s}._heavyMountainFractureV22_1sthp_17873{z-index:21;width:clamp(390px,44vw,720px);height:clamp(120px,18vw,250px);background:linear-gradient(165deg,transparent 0 45%,rgba(255,224,147,.92) 46% 47%,transparent 48%),linear-gradient(198deg,transparent 0 49%,rgba(224,159,70,.84) 50% 51%,transparent 52%),linear-gradient(17deg,transparent 0 44%,rgba(255,235,180,.72) 45% 46%,transparent 47%),radial-gradient(ellipse,rgba(142,83,31,.58),transparent 66%);clip-path:polygon(2% 44%,29% 28%,43% 47%,58% 11%,65% 46%,98% 34%,73% 57%,91% 78%,60% 65%,43% 94%,34% 62%,7% 73%);filter:drop-shadow(0 0 16px rgba(255,195,90,.72));transform:translate(-50%,-50%) scale(.12,.3);animation:_heavyMountainFractureV22_1sthp_17873 1.55s cubic-bezier(.08,.88,.18,1) forwards}@keyframes _heavyMountainFractureV22_1sthp_17873{0%{opacity:0;transform:translate(-50%,-50%) scale(.08,.24);filter:brightness(2.5) blur(7px)}18%{opacity:1;transform:translate(-50%,-50%) scale(1.04,.9);filter:brightness(1.7)}58%{opacity:.84;transform:translate(-50%,-47%) scale(1)}to{opacity:0;transform:translate(-50%,-24%) scale(1.16,.84);filter:brightness(.7) blur(4px)}}._heavySunChargeV22_1sthp_17905{z-index:17;width:clamp(154px,17vw,270px);aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,#fffbe1 0 5%,#ffd56b 6% 12%,transparent 13%),repeating-conic-gradient(from 0deg,rgba(255,246,189,.94) 0 1.5deg,transparent 1.5deg 15deg),radial-gradient(circle,transparent 0 36%,rgba(255,181,52,.95) 37% 40%,transparent 41% 51%,rgba(176,91,24,.74) 52% 56%,transparent 57%);filter:drop-shadow(0 0 22px rgba(255,188,52,.82));transform:translate(-50%,-50%) scale(.16) rotate(-28deg);animation:_heavySunChargeV22_1sthp_17905 1.82s ease-out forwards}._heavySunChargeV22_1sthp_17905:after{content:"";position:absolute;left:50%;top:50%;width:138%;height:8px;border-radius:999px;background:linear-gradient(90deg,transparent,#fff7c1 36% 58%,transparent);box-shadow:0 0 18px #ffc753;transform:translate(-50%,-50%) rotate(-9deg)}@keyframes _heavySunChargeV22_1sthp_17905{0%{opacity:0;transform:translate(-50%,-50%) scale(.12) rotate(-42deg);filter:brightness(2.5) blur(8px)}24%{opacity:.94;transform:translate(-50%,-50%) scale(.76) rotate(-8deg);filter:brightness(1.36)}68%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(5deg)}to{opacity:0;transform:translate(70%,-56%) scale(.24,.72) rotate(8deg);filter:brightness(2.1) blur(3px)}}._beamFx_1sthp_4303._fxHeavySunSpear_1sthp_17950{z-index:19;height:clamp(16px,1.6vw,25px);background:linear-gradient(90deg,#ffe17505,#fffce2 18%,#ffe27d,#ff9b35 76%,#fff7ca);box-shadow:0 0 18px #fff7c9,0 0 42px #ffbc32f0,0 0 90px #ff6f2194;animation-duration:2.15s}._heavySunSpearV22_1sthp_17958{z-index:23;width:clamp(500px,56vw,920px);filter:saturate(1.12) contrast(1.08) brightness(1.24) drop-shadow(0 0 44px rgba(255,173,44,.92));animation-duration:1.68s}._heavySunImpactV22_1sthp_17965{z-index:22;width:clamp(250px,28vw,460px);aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from 4deg,rgba(255,251,214,.9) 0 1deg,transparent 1deg 10deg),radial-gradient(circle,#fff 0 4%,#ffe59a 5% 12%,rgba(255,143,42,.76) 13% 28%,transparent 57%);mix-blend-mode:screen;filter:drop-shadow(0 0 35px rgba(255,173,47,.96));transform:translate(-50%,-50%) scale(.16);animation:_heavySunImpactV22_1sthp_17965 1.6s cubic-bezier(.08,.88,.18,1) forwards}@keyframes _heavySunImpactV22_1sthp_17965{0%{opacity:0;transform:translate(-50%,-50%) scale(.12) rotate(-18deg);filter:brightness(3) blur(9px)}13%{opacity:1;transform:translate(-50%,-50%) scale(.74) rotate(0);filter:brightness(2.1)}38%{opacity:.94;transform:translate(-50%,-50%) scale(1.06) rotate(7deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.52) rotate(16deg);filter:brightness(.8) blur(5px)}}._heavyThunderMandalaV22_1sthp_17998{z-index:14;width:clamp(330px,39vw,640px);aspect-ratio:1;border-radius:50%;background:repeating-conic-gradient(from 7deg,rgba(137,225,255,.76) 0 1.5deg,transparent 1.5deg 15deg),radial-gradient(circle,transparent 0 27%,rgba(174,238,255,.9) 28% 30%,transparent 31% 47%,rgba(87,171,246,.72) 48% 51%,transparent 52%);box-shadow:inset 0 0 48px #68acff47,0 0 42px #6bcbff8c;transform:translate(-50%,-50%) perspective(720px) rotateX(66deg) rotate(-30deg) scale(.24);animation:_heavyThunderMandalaV22_1sthp_17998 2.3s ease-out forwards}._heavyThunderSkySealV22_1sthp_18009{z-index:18;width:clamp(150px,17vw,280px);aspect-ratio:1;border:clamp(5px,.6vw,10px) double rgba(197,239,255,.94);background:linear-gradient(45deg,transparent 42%,rgba(205,241,255,.78) 43% 47%,transparent 48% 52%,rgba(205,241,255,.78) 53% 57%,transparent 58%),radial-gradient(circle,rgba(255,255,255,.96) 0 4%,rgba(109,206,255,.42) 5% 29%,transparent 31%);box-shadow:inset 0 0 34px #5ba3ff6b,0 0 44px #70d2ffb8;transform:translate(-50%,-50%) rotate(45deg) scale(.12);animation:_heavyThunderSkySealV22_1sthp_18009 2.18s cubic-bezier(.14,.84,.18,1) forwards}._heavyThunderSkySealV22_1sthp_18009:before,._heavyThunderSkySealV22_1sthp_18009:after{content:"";position:absolute;inset:19%;border:3px solid rgba(231,251,255,.88);transform:rotate(45deg)}._heavyThunderSkySealV22_1sthp_18009:after{inset:34%;border-color:#69c8fffa}@keyframes _heavyThunderMandalaV22_1sthp_17998{0%{opacity:0;transform:translate(-50%,-50%) perspective(720px) rotateX(66deg) rotate(-35deg) scale(.18);filter:blur(8px) brightness(2.2)}24%{opacity:.8;transform:translate(-50%,-50%) perspective(720px) rotateX(66deg) rotate(-8deg) scale(.86);filter:blur(0) brightness(1.12)}70%{opacity:.92;transform:translate(-50%,-50%) perspective(720px) rotateX(66deg) rotate(8deg) scale(1);filter:brightness(1.34)}to{opacity:0;transform:translate(-50%,-50%) perspective(720px) rotateX(66deg) rotate(20deg) scale(1.14);filter:blur(3px)}}@keyframes _heavyThunderSkySealV22_1sthp_18009{0%{opacity:0;transform:translate(-50%,-50%) rotate(20deg) scale(.12);filter:blur(9px) brightness(2.4)}25%{opacity:.86;transform:translate(-50%,-50%) rotate(45deg) scale(.82);filter:blur(0) brightness(1.2)}60%{opacity:1;transform:translate(-50%,-50%) rotate(52deg) scale(1)}77%{opacity:1;transform:translate(-50%,-50%) rotate(54deg) scale(.9);filter:brightness(2.2)}to{opacity:0;transform:translate(-50%,52%) rotate(62deg) scale(.24,1.1);filter:blur(4px)}}._heavyThunderPillarV22_1sthp_18082{z-index:24;width:clamp(154px,17vw,270px);height:clamp(420px,72vh,760px);filter:saturate(.85) brightness(1.48) drop-shadow(0 0 42px rgba(118,216,255,.98));animation-duration:.94s}._heavyThunderImpactV22_1sthp_18090{z-index:23;width:clamp(440px,49vw,820px);filter:saturate(.92) brightness(1.32) drop-shadow(0 0 52px rgba(96,193,255,.92));animation-duration:1.58s}._impactFx_1sthp_4861._fxHeavyMountainStaff_1sthp_18097,._impactFx_1sthp_4861._fxHeavySunSpear_1sthp_17950,._impactFx_1sthp_4861._fxHeavyThunderSeal_1sthp_18099{display:none}._heavyCommitNoticeV22_1sthp_18103{z-index:76;min-width:176px;padding:8px 18px 9px;border:1px solid rgba(235,190,98,.72);border-radius:2px;color:#fff0bd;background:linear-gradient(90deg,#1b0f0aeb,#421f12f0,#1b0f0aeb);box-shadow:inset 0 0 0 2px #ffe09714,0 8px 28px #00000094;font-family:STKaiti,KaiTi,"Noto Serif SC",serif;font-size:clamp(16px,1.5vw,23px);font-weight:800;letter-spacing:.16em;text-align:center;text-shadow:0 2px 6px #000;transform:translate(-50%,12px) scale(.78);animation:_heavyCommitNoticeV22_1sthp_18103 1.3s cubic-bezier(.16,.84,.2,1) forwards}@keyframes _heavyCommitNoticeV22_1sthp_18103{0%{opacity:0;transform:translate(-50%,14px) scale(.72);clip-path:inset(0 50%)}24%,72%{opacity:1;transform:translate(-50%) scale(1);clip-path:inset(0 0)}to{opacity:0;transform:translate(-50%,-30px) scale(1.04);clip-path:inset(0 0)}}@media(prefers-reduced-motion:reduce){._heavyCommitVignetteV22_1sthp_17777,._heavyMountainChargeV22_1sthp_17813,._heavyMountainFractureV22_1sthp_17873,._heavySunChargeV22_1sthp_17905,._heavySunImpactV22_1sthp_17965,._heavyThunderMandalaV22_1sthp_17998,._heavyThunderSkySealV22_1sthp_18009,._heavyCommitNoticeV22_1sthp_18103{animation-duration:.36s!important;animation-iteration-count:1!important}}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(820px,100vw - 390px);min-height:104px;padding:13px 24px 10px;border-radius:9px 9px 16px 16px;background:radial-gradient(ellipse at 50% -80%,rgba(52,159,126,.28),transparent 55%),linear-gradient(90deg,#0c090afa,#391a15fa 17%,#180e0ffc,#391a15fa 83%,#0c090afa);box-shadow:0 0 0 3px #190f0cf5,0 0 0 4px #c68d2f8c,0 16px 36px #00000094,inset 0 0 0 1px #ffe49e21,inset 0 -18px 26px #00000057}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896:before{border-radius:5px 5px 12px 12px;background:linear-gradient(135deg,rgba(238,185,75,.76) 0 2px,transparent 2px) left top/30px 30px no-repeat,linear-gradient(-135deg,rgba(238,185,75,.76) 0 2px,transparent 2px) right top/30px 30px no-repeat,linear-gradient(45deg,rgba(104,190,153,.42) 0 2px,transparent 2px) left bottom/30px 30px no-repeat,linear-gradient(-45deg,rgba(104,190,153,.42) 0 2px,transparent 2px) right bottom/30px 30px no-repeat}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:18px;overflow:visible;border-width:2px;border-radius:4px;background:linear-gradient(180deg,#080507,#261017)}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649>i{position:absolute;inset:0 auto 0 0;z-index:2;transition:width .22s cubic-bezier(.2,.8,.2,1)}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649>._battleHpTrailV21_1sthp_15687{z-index:1;background:linear-gradient(90deg,#8b332e,#f0b761 72%,#fff0bd);box-shadow:0 0 14px #ffbf638f;transition:width .62s .18s cubic-bezier(.22,.72,.2,1)}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649>s{position:absolute;top:-3px;bottom:-3px;z-index:4;width:2px;background:linear-gradient(180deg,#f9dfa1,#7c5421 48%,#f9dfa1);box-shadow:0 0 0 1px #130a09c2,0 0 7px #f4c45c85;text-decoration:none;transform:translate(-1px)}._bossMomentumMeterV21_1sthp_18202{position:relative;min-width:108px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:2px 7px;padding-left:8px;border-left:1px solid rgba(226,176,77,.25)}._bossMomentumMeterV21_1sthp_18202>span{grid-column:1/-1;display:grid;grid-template-columns:repeat(6,1fr);gap:2px}._bossMomentumMeterV21_1sthp_18202>span>i{height:4px;border-radius:999px;background:#6f45339e;box-shadow:inset 0 1px 2px #000000b8}._bossMomentumMeterV21_1sthp_18202>span>i[data-lit=true]{background:linear-gradient(90deg,#bd6a31,#f3b958);box-shadow:0 0 7px #ef9843ad}._bossMomentumMeterV21_1sthp_18202>b{color:#e9c177;font-size:8px;font-weight:800;letter-spacing:.05em}._bossMomentumMeterV21_1sthp_18202>em{position:absolute;right:-7px;top:-13px;color:#ffce76;font-size:13px;font-style:normal;font-weight:900;text-shadow:0 0 8px rgba(255,105,49,.8);animation:_resourceDeltaRiseV21_1sthp_1 .9s ease-out both}._bossMomentumMeterV21_1sthp_18202._isDraining_1sthp_18251>span>i[data-lit=true]{animation:_momentumDrainV21_1sthp_1 .68s ease-out}._bossMomentumMeterV21_1sthp_18202._isDraining_1sthp_18251>em{color:#7ce8c1;text-shadow:0 0 8px rgba(45,218,163,.82)}._bossMomentumMeterV21_1sthp_18202._isGaining_1sthp_18260>span>i[data-lit=true]{animation:_momentumGainV21_1sthp_1 .62s ease-out}._battleLockBreakingV21_1sthp_18264{animation:_lockBreakV21_1sthp_1 .72s cubic-bezier(.16,.84,.2,1) both!important}._battleLockBreakingV21_1sthp_18264:after{position:absolute;inset:-6px;border:1px dashed currentColor;border-radius:50%;content:"";animation:_lockShardV21_1sthp_1 .72s ease-out both}._impactFx_1sthp_4861._sealBreakShardV21_1sthp_18278{width:176px;height:176px;border:0;border-radius:50%;background:repeating-conic-gradient(from 8deg,transparent 0 13deg,rgba(255,220,132,.9) 14deg 16deg,transparent 17deg 39deg),radial-gradient(circle,rgba(255,244,196,.3),rgba(70,216,164,.16) 31%,transparent 66%);box-shadow:0 0 32px #edb24180,inset 0 0 26px #50e0ab3d;clip-path:polygon(50% 0,57% 35%,78% 9%,68% 40%,100% 31%,72% 52%,96% 72%,63% 65%,67% 100%,48% 69%,29% 98%,34% 63%,0 72%,29% 49%,3% 29%,37% 38%);animation:_sealBreakBurstV21_1sthp_1 .9s cubic-bezier(.16,.84,.2,1) both}._impactFx_1sthp_4861._sealBreakShardV21_1sthp_18278:before,._impactFx_1sthp_4861._sealBreakShardV21_1sthp_18278:after{width:148%;height:2px;background:linear-gradient(90deg,transparent,#fff1b4 42% 58%,transparent)}._impactFx_1sthp_4861._sealBreakShardV21_1sthp_18278:after{transform:translate(-50%,-50%) rotate(67deg)}._turnSealV21_1sthp_18300{position:fixed;top:124px;left:50%;z-index:87;min-width:108px;height:28px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;border:1px solid rgba(225,176,76,.54);border-radius:2px 2px 10px 10px;color:#f4dc9d;background:linear-gradient(90deg,transparent,rgba(24,16,15,.92) 18% 82%,transparent);box-shadow:0 7px 16px #00000052;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:11px;font-weight:800;letter-spacing:.16em;transform:translate(-50%);pointer-events:none;animation:_turnSealStampV21_1sthp_1 .5s cubic-bezier(.18,.82,.22,1) both}._turnSealV21_1sthp_18300>i{width:7px;height:7px;border:1px solid currentColor;rotate:45deg;box-shadow:0 0 8px currentColor}._turnSeal_player_1sthp_18334{color:#8be0bc}._turnSeal_boss_1sthp_18338{color:#f3a06d}._manaFlightLayerV21_1sthp_18342{position:absolute;inset:0;z-index:180;overflow:hidden;pointer-events:none}._manaFlightV21_1sthp_18350{position:absolute;width:22px;height:22px;display:grid;place-items:center;border:1px solid rgba(171,255,234,.84);border-radius:50%;color:#d7fff3;background:radial-gradient(circle at 38% 32%,#d8fff3,#48bd9c 28%,#176955 68%,transparent 72%);box-shadow:0 0 8px #8ff3d3,0 0 22px #3ad4a7b8;animation:_manaFlyToCardV21_1sthp_1 .64s cubic-bezier(.3,.02,.7,1) both}._manaFlightV21_1sthp_18350>b{position:absolute;left:17px;top:-8px;color:#d9fff5;font-size:11px;text-shadow:0 0 6px #2adba9}._drawPileV13_1sthp_14752>._drawFlyCardV13_1sthp_17583{--draw-flight-y: -38px;--draw-flight-rotate: 12deg;animation-delay:calc(var(--draw-index, 0) * 90ms)}._drawPileLowV21_1sthp_18380>b{border-color:#ff825be6;color:#fff0c8;background:linear-gradient(145deg,#9b3c28,#5a171c);box-shadow:0 0 11px #ff583694;animation:_drawPileLowPulseV21_1sthp_1 1.35s ease-in-out infinite}._drawPileLowV21_1sthp_18380>i{border-color:#ec74499e;filter:saturate(.72) brightness(.82)}._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i{animation:_drawPileShuffleV21_1sthp_1 .68s cubic-bezier(.18,.82,.2,1) both}._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i:nth-child(2){animation-delay:55ms}._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i:nth-child(3){animation-delay:.11s}._drawShuffleFlashV21_1sthp_18405{position:absolute;left:50%;top:-22px;z-index:12;padding:2px 7px;border:1px solid rgba(124,232,196,.6);border-radius:999px;color:#bcf9e4;background:#0d2d27e6;box-shadow:0 0 14px #35d8a885;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:8px;font-weight:800;white-space:nowrap;transform:translate(-50%);animation:_drawShuffleFlashV21_1sthp_18405 .92s ease-out both}._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424{position:absolute;inset:2px;z-index:13;border:1px solid rgba(255,184,77,.86);border-radius:3px;background:linear-gradient(#390c0a2e,#140507b8),radial-gradient(circle at 50% 72%,rgba(255,236,153,.92) 0 8%,transparent 26%),linear-gradient(145deg,#8e2d1f,#351015 62%,#12090b);background-position:center;background-size:cover;box-shadow:0 0 10px #ff591fd1,inset 0 0 9px #ffc24c52;pointer-events:none;animation:_drawBurnedCardV25_1sthp_18424 .84s cubic-bezier(.22,.76,.28,1) both;animation-delay:calc(var(--burn-index, 0) * 90ms)}._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424>b{position:absolute;left:50%;bottom:4px;width:max-content;max-width:92px;overflow:hidden;color:#ffe6ae;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:8px;line-height:1;text-overflow:ellipsis;text-shadow:0 1px 3px #2b0505,0 0 6px #ff4b25;white-space:nowrap;transform:translate(-50%)}._drawBurnFlashV25_1sthp_18456{position:absolute;left:50%;top:-29px;z-index:14;padding:3px 8px;border:1px solid rgba(255,144,70,.7);border-radius:999px;color:#ffe6b2;background:#491411f0;box-shadow:0 0 16px #ff4d238f;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:8px;font-weight:900;white-space:nowrap;transform:translate(-50%);animation:_drawBurnFlashV25_1sthp_18456 1.08s ease-out both}@keyframes _drawFlyCardV13_1sthp_17583{0%{opacity:1;transform:translate(0) rotate(0) scale(1)}to{opacity:0;transform:translate(42vw,var(--draw-flight-y)) rotate(var(--draw-flight-rotate)) scale(1.35)}}@keyframes _drawPileLowPulseV21_1sthp_1{0%,to{filter:brightness(1);scale:1}50%{filter:brightness(1.22);scale:1.08}}@keyframes _drawPileShuffleV21_1sthp_1{0%{opacity:.5;transform:translate(-12px,7px) rotate(-18deg) scale(.78)}48%{opacity:1;transform:translate(12px,-8px) rotate(15deg) scale(1.12);filter:brightness(1.65)}to{opacity:1;transform:translate(0) rotate(0) scale(1);filter:brightness(1)}}@keyframes _drawShuffleFlashV21_1sthp_18405{0%{opacity:0;translate:0 7px;scale:.78}26%{opacity:1;translate:0 0;scale:1.08}to{opacity:0;translate:0 -13px;scale:.94}}@keyframes _drawBurnedCardV25_1sthp_18424{0%{opacity:1;transform:translate(0) rotate(0) scale(1);filter:brightness(1)}42%{opacity:1;transform:translate(20px,-24px) rotate(12deg) scale(1.18);filter:brightness(1.8) saturate(1.5)}to{opacity:0;transform:translate(42px,10px) rotate(38deg) scale(.42);filter:brightness(.45) saturate(.35)}}@keyframes _drawBurnFlashV25_1sthp_18456{0%{opacity:0;translate:0 7px;scale:.82}24%{opacity:1;translate:0 0;scale:1.06}72%{opacity:1;translate:0 -3px;scale:1}to{opacity:0;translate:0 -14px;scale:.92}}._playerStatusDockV21_1sthp_11808{left:132px;bottom:11px;width:356px;min-height:176px;max-height:198px;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto minmax(20px,auto);gap:8px;padding:11px 13px 9px;border-radius:8px 8px 18px;background:radial-gradient(circle at 15% 45%,rgba(51,183,142,.12),transparent 36%),linear-gradient(145deg,#2a1514f7,#0e1111fa 66%,#15231df7)}._playerIdentityV21_1sthp_15946{min-height:58px;display:grid;grid-template-columns:56px minmax(0,1fr);align-items:center;gap:10px;padding-bottom:7px;border-bottom:1px solid rgba(214,164,67,.23)}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:54px;height:58px;border-radius:6px 6px 14px}._playerVitalsV21_1sthp_15961{min-width:0;display:grid;gap:4px}._playerVitalsV21_1sthp_15961>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px}._playerVitalsV21_1sthp_15961>div:first-child b{color:#f7d78f;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:16px;letter-spacing:.12em}._playerVitalsV21_1sthp_15961>div:first-child span{color:#ecd7af80;font-size:8px}._playerResourceDeckV21_1sthp_15967{display:grid;grid-template-columns:1.2fr 1fr;gap:8px}._playerManaCoreV21_1sthp_15973,._playerWillCoreV21_1sthp_18634{position:relative;min-height:66px;display:grid;align-items:center;box-sizing:border-box;border:1px solid rgba(205,160,69,.28);border-radius:7px;background:linear-gradient(145deg,#091e1beb,#1b1413e0)}._playerManaCoreV21_1sthp_15973{grid-template-columns:62px minmax(0,1fr);gap:6px;padding:4px 8px 4px 4px}._playerWillCoreV21_1sthp_18634{grid-template-columns:62px minmax(0,1fr);gap:6px;padding:4px 7px 4px 3px}._manaOrbV21_1sthp_7924,._willRingV21_1sthp_14603{position:relative;width:58px;height:58px;display:grid;place-items:center;box-sizing:border-box;border-radius:50%}._manaOrbV21_1sthp_7924{color:#d5fff0;border:2px solid rgba(109,221,184,.82);background:radial-gradient(circle at 36% 26%,rgba(227,255,246,.84),transparent 12%),radial-gradient(circle,#3cbf96,#176655 54%,#071b19 72%);box-shadow:inset 0 0 12px #c2ffeb3d,0 0 0 2px #07090acc,0 0 13px #35cf9f52}._manaOrbV21_1sthp_7924>svg{position:absolute;top:7px;left:8px;opacity:.76}._manaOrbV21_1sthp_7924>b{margin-top:-2px;font:900 22px/1 DIN Alternate,sans-serif;text-shadow:0 0 8px rgba(202,255,238,.72)}._manaOrbV21_1sthp_7924>span{position:absolute;bottom:7px;font-size:7px;letter-spacing:.14em}._manaOrbV21_1sthp_7924>em,._willRingV21_1sthp_14603>em{position:absolute;right:-7px;top:-8px;color:#92f5d1;font-size:13px;font-style:normal;font-weight:900;text-shadow:0 0 8px currentColor;animation:_resourceDeltaRiseV21_1sthp_1 .9s ease-out both}._manaOrbV21_1sthp_7924._isDenied_1sthp_18708{animation:_manaDeniedV21_1sthp_1 .38s ease-out}._playerManaCoreV21_1sthp_15973._isBaseInjecting_1sthp_18712 ._manaOrbV21_1sthp_7924{animation:_manaBaseInjectV21_1sthp_1 .72s ease-out}._playerManaCoreV21_1sthp_15973._isCarryInjecting_1sthp_18716 ._manaOrbV21_1sthp_7924{animation:_manaCarryInjectV21_1sthp_1 .78s ease-out}._manaSourceV21_1sthp_16036{min-width:0;display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;gap:5px;color:#e0d3b19e;font-size:8px}._manaSourceV21_1sthp_16036>span{display:grid;gap:2px}._manaSourceV21_1sthp_16036>span b{color:#baf3dd;font-size:11px}._manaSourceV21_1sthp_16036>i{width:1px;height:26px;background:linear-gradient(transparent,rgba(102,214,177,.52),transparent)}._manaSourceV21_1sthp_16036>small{grid-column:1/-1;color:#ebdbb373;font-size:7px}._willRingV21_1sthp_14603{border:1px solid rgba(221,175,76,.42);background:radial-gradient(circle,#362015 0 38%,#171312 40% 61%,#63431d 63% 66%,transparent 68%)}._willRingV21_1sthp_14603>i{position:absolute;left:25px;top:2px;width:7px;height:12px;border:1px solid rgba(222,183,99,.32);border-radius:6px 6px 2px 2px;background:#483321c7;transform-origin:4px 27px}._willRingV21_1sthp_14603>i:nth-child(1){transform:rotate(0)}._willRingV21_1sthp_14603>i:nth-child(2){transform:rotate(60deg)}._willRingV21_1sthp_14603>i:nth-child(3){transform:rotate(120deg)}._willRingV21_1sthp_14603>i:nth-child(4){transform:rotate(180deg)}._willRingV21_1sthp_14603>i:nth-child(5){transform:rotate(240deg)}._willRingV21_1sthp_14603>i:nth-child(6){transform:rotate(300deg)}._willRingV21_1sthp_14603>i[data-lit=true]{border-color:#ffe6a2;background:linear-gradient(#fff0b5,#d58d27);box-shadow:0 0 8px #f5bd50}._willRingV21_1sthp_14603>b{color:#ffe6a0;font:900 17px/1 DIN Alternate,sans-serif;text-shadow:0 0 8px rgba(237,171,60,.62)}._playerWillCoreV21_1sthp_18634>div:last-child{min-width:0;display:grid;gap:2px}._playerWillCoreV21_1sthp_18634>div:last-child span{color:#edcf919e;font-size:8px}._playerWillCoreV21_1sthp_18634>div:last-child b{color:#f4cf7c;font-size:10px;white-space:nowrap}._playerWillCoreV21_1sthp_18634>div:last-child small{color:#e2d3b161;font-size:7px;white-space:nowrap}._playerWillCoreV21_1sthp_18634._isFull_1sthp_18828{border-color:#ffcd5a9e;box-shadow:0 0 17px #e5a02b42}._playerWillCoreV21_1sthp_18634._isFull_1sthp_18828 ._willRingV21_1sthp_14603{animation:_willFullGlowV21_1sthp_1 1.4s ease-in-out infinite}._playerBuffTrayV21_1sthp_16057{min-height:20px;display:flex;align-items:center;gap:4px;padding-top:2px;overflow:hidden;opacity:.78}._playerBuffTrayV21_1sthp_16057>span{min-height:18px;padding:2px 5px;border-radius:4px;font-size:7px}._playerBuffTrayV21_1sthp_16057>span b{font-size:8px}._bossMechanicWardV13_1sthp_17407{right:10px;width:clamp(108px,9vw,132px);gap:4px;pointer-events:auto}._bossMechanicWardV13_1sthp_17407>div{min-height:30px;padding:4px 8px 4px 9px;overflow:visible;border:0;border-right:2px solid var(--ward-accent);border-radius:0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ward-accent) 9%,rgba(9,12,13,.72)));box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:transform .18s ease,filter .18s ease}._bossMechanicWardV13_1sthp_17407>div:hover{transform:translate(-5px);filter:brightness(1.16)}._bossMechanicWardV13_1sthp_17407 small{position:absolute;top:50%;right:calc(100% + 8px);z-index:2;width:176px;max-height:none;padding:7px 9px;border:1px solid color-mix(in srgb,var(--ward-accent) 34%,#3d2b22);border-radius:7px 7px 2px;background:#121110f2;box-shadow:0 10px 24px #0000006b;opacity:0;transform:translate(5px,-50%);transition:opacity .16s ease,transform .16s ease;pointer-events:none}._bossMechanicWardV13_1sthp_17407>div:hover small{opacity:1;transform:translateY(-50%)}@keyframes _resourceDeltaRiseV21_1sthp_1{0%{opacity:0;translate:0 7px;scale:.72}22%{opacity:1;translate:0 0;scale:1.12}to{opacity:0;translate:0 -18px;scale:.92}}@keyframes _momentumGainV21_1sthp_1{0%{filter:brightness(.7);scale:.72 1}45%{filter:brightness(1.9);scale:1.08 1.6}to{filter:brightness(1);scale:1}}@keyframes _momentumDrainV21_1sthp_1{0%{filter:brightness(2)}42%{background:#56d9b0;filter:brightness(1.6);scale:.5 1.6}to{filter:brightness(1);scale:1}}@keyframes _lockBreakV21_1sthp_1{0%{filter:brightness(1);transform:rotate(0) scale(1)}25%{filter:brightness(2.2);transform:rotate(-8deg) scale(1.22)}48%{opacity:1;transform:rotate(7deg) scale(.86)}to{opacity:.58;filter:grayscale(.8);transform:rotate(0) scale(.92)}}@keyframes _lockShardV21_1sthp_1{0%{opacity:1;scale:.6;rotate:0deg}to{opacity:0;scale:1.8;rotate:44deg}}@keyframes _sealBreakBurstV21_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.22) rotate(-18deg);filter:brightness(2)}28%{opacity:1;transform:translate(-50%,-50%) scale(1.06) rotate(2deg)}to{opacity:0;transform:translate(-50%,-50%) scale(1.48) rotate(18deg);filter:brightness(.9)}}@keyframes _turnSealStampV21_1sthp_1{0%{opacity:0;translate:0 -10px;scale:1.28;filter:blur(2px)}55%{opacity:1;translate:0 2px;scale:.96;filter:blur(0)}to{opacity:.84;translate:0 0;scale:1}}@keyframes _manaFlyToCardV21_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.45)}12%{opacity:1;transform:translate(-50%,-50%) scale(1.14)}70%{opacity:1}to{opacity:0;transform:translate(calc(-50% + var(--mana-flight-x)),calc(-50% + var(--mana-flight-y))) scale(.32)}}@keyframes _manaDeniedV21_1sthp_1{0%,to{translate:0;filter:none}20%{translate:-4px;filter:hue-rotate(115deg) saturate(1.8)}45%{translate:4px}70%{translate:-2px}}@keyframes _manaBaseInjectV21_1sthp_1{0%{scale:.86;box-shadow:0 0 #41e0b100}38%{scale:1.08;box-shadow:0 0 24px #41e0b1c7}to{scale:1}}@keyframes _manaCarryInjectV21_1sthp_1{0%{rotate:-12deg;filter:brightness(.8)}42%{rotate:8deg;filter:brightness(1.75);box-shadow:0 0 28px #ebb53eb3}to{rotate:0deg;filter:brightness(1)}}@keyframes _willFullGlowV21_1sthp_1{0%,to{filter:brightness(1);box-shadow:0 0 8px #f1b63f59}50%{filter:brightness(1.3);box-shadow:0 0 21px #ffcd5bcc}}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(720px,100vw - 340px)}._playerStatusDockV21_1sthp_11808{left:124px;width:326px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:calc(100vw - 120px);min-height:72px;padding:9px 12px 8px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:14px}._turnSealV21_1sthp_18300{top:86px}._playerStatusDockV21_1sthp_11808{left:104px;width:300px;transform:scale(.88);transform-origin:left bottom}._bossMechanicWardV13_1sthp_17407{right:8px;width:124px}}@media(prefers-reduced-motion:reduce){._battleHpTrailV21_1sthp_15687,._bossMomentumMeterV21_1sthp_18202>span>i,._bossMomentumMeterV21_1sthp_18202>em,._battleLockBreakingV21_1sthp_18264,._battleLockBreakingV21_1sthp_18264:after,._turnSealV21_1sthp_18300,._manaFlightV21_1sthp_18350,._drawPileLowV21_1sthp_18380>b,._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i,._drawShuffleFlashV21_1sthp_18405,._drawBurnedCardV25_1sthp_18424,._drawBurnFlashV25_1sthp_18456,._manaOrbV21_1sthp_7924,._willRingV21_1sthp_14603{animation:none!important;transition:none!important}}@media(prefers-reduced-motion:reduce){._battlePresentationV13_1sthp_17197,._bossEnteringV13_1sthp_17304,._bossPhaseShiftV13_1sthp_17324,._bossHitLight_1sthp_4051,._bossHitHeavy_1sthp_4056,._bossImpactAuraV13_1sthp_17376,._drawFlyCardV13_1sthp_17583,._cardDropSealV13_1sthp_17488{animation-duration:.01ms!important;animation-iteration-count:1!important}}._authoredBossMotionV20_1sthp_19158{object-fit:contain;object-position:center bottom;transform-origin:50% 90%;animation:_authoredBossIdleV20_1sthp_1 3.15s ease-in-out infinite!important;filter:drop-shadow(0 32px 46px rgba(0,0,0,.66)) drop-shadow(0 0 22px color-mix(in srgb,var(--boss-accent) 24%,transparent))}._authoredBossAnticipateV20_1sthp_19166{animation:_authoredBossAnticipateV20_1sthp_19166 .58s cubic-bezier(.18,.82,.18,1) both!important;filter:brightness(.92) saturate(1.08) drop-shadow(0 34px 48px rgba(0,0,0,.7)) drop-shadow(0 0 30px color-mix(in srgb,var(--boss-accent) 42%,transparent))}._authoredBossStrikeV20_1sthp_19171{animation:_authoredBossStrikeV20_1sthp_19171 .62s cubic-bezier(.06,.9,.12,1) both!important;filter:brightness(1.12) saturate(1.14) drop-shadow(0 36px 52px rgba(0,0,0,.72)) drop-shadow(0 0 34px color-mix(in srgb,var(--boss-accent) 48%,transparent))}._authoredBossUltimateV20_1sthp_19176{animation:_authoredBossUltimateV20_1sthp_19176 .92s cubic-bezier(.12,.86,.14,1) both!important;filter:brightness(1.18) saturate(1.22) drop-shadow(0 38px 58px rgba(0,0,0,.76)) drop-shadow(0 0 48px color-mix(in srgb,var(--boss-accent) 64%,transparent))}._authoredBossStaggerV20_1sthp_19181{animation:_authoredBossStaggerV20_1sthp_19181 1.45s ease-in-out infinite!important;filter:brightness(.78) saturate(.7) drop-shadow(0 28px 42px rgba(0,0,0,.72)) drop-shadow(0 0 24px rgba(104,225,190,.28))}@keyframes _authoredBossIdleV20_1sthp_1{0%,to{transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}48%{transform:translate(50%,calc(-50% - 5px)) scale(1.012) scaleX(var(--boss-facing-x, 1))}72%{transform:translate(50%,calc(-50% + 1px)) scale(.998) scaleX(var(--boss-facing-x, 1))}}@keyframes _authoredBossAnticipateV20_1sthp_19166{0%{opacity:.55;transform:translate(calc(50% + 18px),calc(-50% + 8px)) scale(.95) scaleX(var(--boss-facing-x, 1))}58%{opacity:1;transform:translate(50%,-50%) scale(1.025) scaleX(var(--boss-facing-x, 1))}to{opacity:1;transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}}@keyframes _authoredBossStrikeV20_1sthp_19171{0%{opacity:.42;transform:translate(calc(50% + 24px),calc(-50% + 5px)) scale(.96) scaleX(var(--boss-facing-x, 1))}32%{opacity:1;transform:translate(calc(50% - 26px),calc(-50% - 3px)) scale(1.065) scaleX(var(--boss-facing-x, 1))}65%,to{opacity:1;transform:translate(calc(50% - 15px),-50%) scale(1.035) scaleX(var(--boss-facing-x, 1))}}@keyframes _authoredBossUltimateV20_1sthp_19176{0%{opacity:.4;transform:translate(50%,calc(-50% + 18px)) scale(.9) scaleX(var(--boss-facing-x, 1))}42%{opacity:1;transform:translate(50%,calc(-50% - 18px)) scale(1.09) scaleX(var(--boss-facing-x, 1))}68%,to{opacity:1;transform:translate(calc(50% - 12px),calc(-50% - 8px)) scale(1.055) scaleX(var(--boss-facing-x, 1))}}@keyframes _authoredBossStaggerV20_1sthp_19181{0%,to{transform:translate(50%,calc(-50% + 18px)) scale(.98) scaleX(var(--boss-facing-x, 1))}50%{transform:translate(50%,calc(-50% + 23px)) scale(.968) scaleX(var(--boss-facing-x, 1))}}._authoredBossMotionV20_1sthp_19158._bossHitLight_1sthp_4051{animation:_bossHitLightV13_1sthp_1 .38s cubic-bezier(.14,.9,.2,1)!important}._authoredBossMotionV20_1sthp_19158._bossHitHeavy_1sthp_4056{animation:_bossHitHeavyV13_1sthp_1 .62s cubic-bezier(.14,.9,.2,1)!important}._bossHealPulseV41_1sthp_19258{animation:_bossHealPulseV41_1sthp_19258 .76s cubic-bezier(.14,.82,.2,1)!important}._bossHealNumberV41_1sthp_19262{color:#baffd9!important;text-shadow:0 0 10px rgba(72,255,172,.9),0 2px 5px rgba(0,0,0,.9)!important}._battleFollowUpDamageV41_1sthp_19267{color:#ffe1a1!important;letter-spacing:.08em}@keyframes _bossHealPulseV41_1sthp_19258{0%,to{transform:translate(50%,-50%) scale(1) scaleX(var(--boss-facing-x, 1))}34%{transform:translate(50%,calc(-50% - 7px)) scale(1.035) scaleX(var(--boss-facing-x, 1));filter:brightness(1.38) saturate(1.2) drop-shadow(0 0 38px rgba(78,255,170,.72))}}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:132px;bottom:12px;width:252px;min-height:126px;height:auto;max-height:154px;grid-template-columns:64px minmax(0,1fr);grid-template-rows:1fr;gap:10px;padding:10px 12px 10px 9px;border-radius:4px 15px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{left:78px;top:18px;bottom:18px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:64px;height:92px;border-radius:3px 10px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerVitalsV7_1sthp_11866>div:first-child b{font-size:14px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerHpLineV7_1sthp_11882 b{font-size:11px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerHpTrackV7_1sthp_11888{height:6px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894{gap:4px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894>span{min-height:22px;padding:2px 4px;font-size:8px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894>span b{font-size:10px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912{min-height:17px;gap:3px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912>span{padding:2px 4px;font-size:6.5px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:86px;bottom:auto;width:296px;height:min(62dvh,560px);display:flex;flex-direction:column;padding:11px;overflow:hidden;border-radius:6px 18px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeTopV4_1sthp_2825{flex:0 0 auto;min-height:40px;margin-bottom:8px;padding:0 3px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeScrollV4_1sthp_2660{flex:1 1 auto;height:auto;min-height:0;overflow-y:auto;overscroll-behavior:contain}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentV4_1sthp_2699{min-height:0;aspect-ratio:4/3}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentV4_1sthp_2699+._routeSegmentV4_1sthp_2699{margin-top:-10px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentCaptionV4_1sthp_2744{top:9px;left:10px;right:10px;padding:4px 7px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentCaptionV4_1sthp_2744 b{font-size:9px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652) ._routeSegmentCaptionV4_1sthp_2744 span{display:none}._journeyNoteV4_1sthp_2660{flex:0 0 auto;margin-top:8px;padding:7px 4px 0;font-size:7px}@media(max-width:1180px){._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:126px;width:230px;grid-template-columns:58px minmax(0,1fr)}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:58px;height:84px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{left:71px}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){width:276px}}@media(max-width:840px){._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:102px;bottom:6px;width:122px;min-height:126px;grid-template-columns:1fr;grid-template-rows:42px minmax(0,1fr);padding:6px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{display:none}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:42px;height:42px;justify-self:center}._routeDrawerV4_1sthp_2638:not(._isCollapsed_1sthp_2652){top:76px;width:min(286px,100vw - 20px);height:min(62dvh,460px)}}._battleLockV19_1sthp_19449{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:6px;border:1px solid rgba(236,183,76,.3);background:#1b111499;color:#f9e5b5cc;font-style:normal;font-size:11px;font-weight:600;flex-shrink:0}._battleLockBrokenV19_1sthp_19465,._battleStaggerV19_1sthp_19466{font-style:normal;padding:1px 8px;border-radius:6px;background:#ff5c5638;border:1px solid rgba(255,122,108,.5);color:#ffc7bb;font-weight:600}._manaCarriedV19_1sthp_19477{margin-left:4px;padding:0 5px;border-radius:5px;background:#8fe3b82e;color:#8fe3b8;font-style:normal;font-size:10px;font-weight:600}._suppressSlotV19_1sthp_19494{position:absolute;right:22px;bottom:162px;width:132px;display:flex;align-items:center;justify-content:space-between;gap:6px;padding:7px;border:1px solid rgba(236,183,76,.22);border-radius:8px;background:#1b1114c2;box-shadow:0 12px 28px #00000057;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:auto;overflow:hidden}._suppressSlotV19_1sthp_19494 div{display:flex;flex-direction:column;gap:1px;min-width:0}._suppressSlotV19_1sthp_19494 span{font-size:9px;letter-spacing:.08em;color:#f9e5b594}._suppressSlotV19_1sthp_19494 b{font-size:11px;color:#f9e5b5;white-space:nowrap}._suppressSlotV19_1sthp_19494 small{font-size:9px;color:#f9e5b5b8}._suppressSlotV19_1sthp_19494 button{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border:1px solid rgba(236,183,76,.34);border-radius:6px;background:transparent;color:#f9e5b5cc;font-size:11px;cursor:pointer;flex-shrink:0}._suppressSlotV19_1sthp_19494 button:disabled{opacity:.42;cursor:not-allowed}._suppressReadyV19_1sthp_19551{border-color:#ecb74c99;box-shadow:0 12px 28px #00000057,0 0 0 1px #ecb74c2e}._suppressReadyV19_1sthp_19551 button:not(:disabled){border-color:#ecb74cb8;color:#ffe9b8;background:#ecb74c1f}._dailyModifierRowV19_1sthp_15752{display:flex;flex-wrap:wrap;gap:5px;margin-top:6px}._dailyModifierRowV19_1sthp_15752 span{min-height:23px;display:inline-flex;align-items:center;gap:6px;padding:2px 9px 2px 6px;border-radius:3px 9px;border:1px solid rgba(236,183,76,.28);font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:10px;letter-spacing:.06em;line-height:1.6;cursor:help}._dailyModifierRowV19_1sthp_15752 span:before{width:16px;height:16px;display:grid;place-items:center;flex:0 0 16px;border:1px solid currentColor;border-radius:50%;font-family:STKaiti,Kaiti SC,KaiTi,serif;font-size:10px;line-height:1;opacity:.82}._dailyModifierRowV19_1sthp_15752 span[data-modifier=review]:before{content:"鉴"}._dailyModifierRowV19_1sthp_15752 span[data-modifier=publish]:before{content:"行"}._dailyModifierRowV19_1sthp_15752 span[data-modifier=streak]:before{content:"续"}._dailyModifierRowV19_1sthp_15752 span[data-modifier=idle]:before{content:"瘴"}._dailyModifierRowV19_1sthp_15752 span[data-kind=boon]{border-color:#8fe3b873;background:linear-gradient(105deg,#2a715852,#192b2480);color:#8fe3b8;box-shadow:inset 0 0 12px #5bdca50f}._dailyModifierRowV19_1sthp_15752 span[data-kind=bane]{border-color:#ff7a6c73;background:linear-gradient(105deg,#6f222961,#2b161b8f);color:#ffb2a4;box-shadow:inset 0 0 12px #ff4c5314,0 0 12px #81182c1f}._battleLockV19_1sthp_19449{position:relative;z-index:1;width:25px;height:25px;border-radius:3px;border-color:#e0ae4c6b;background:radial-gradient(circle at 50% 42%,rgba(255,235,172,.12),transparent 54%),linear-gradient(145deg,#38231d,#121416 68%);color:#e8c676;box-shadow:0 0 0 2px #090a0bb8,inset 0 0 0 1px #ffe6a014,0 3px 8px #00000052;clip-path:polygon(24% 0,76% 0,100% 24%,100% 76%,76% 100%,24% 100%,0 76%,0 24%);transition:filter .18s ease,transform .18s ease,opacity .18s ease}._battleLockV19_1sthp_19449[data-school=近战]{color:#f1a45c}._battleLockV19_1sthp_19449[data-school=远程]{color:#73d8e7}._battleLockV19_1sthp_19449[data-school=魔法]{color:#b99af4}._battleLockV19_1sthp_19449[data-school=增幅]{color:#78d7a8}._battleLockV19_1sthp_19449[data-school=奥义]{color:#f5d876}._battleLockV19_1sthp_19449[data-school=未知]{color:#ecd8aabd;background:radial-gradient(circle,#7f6f9447,#0c0d0ff0 66%)}._battleLockV19_1sthp_19449>b{font-family:var(--journey-title-v13);font-size:15px;line-height:1}._battleLockBrokenV19_1sthp_19465,._battleStaggerV19_1sthp_19466{position:relative;overflow:hidden;padding:3px 10px;border-color:#ffa067a3;background:linear-gradient(90deg,#74201db8,#351416d1);box-shadow:0 0 16px #e54b3438,inset 0 0 0 1px #ffe1a914;color:#ffe1b1;letter-spacing:.06em}._bossStaggeringV20_1sthp_19681{filter:saturate(.62) brightness(.82) drop-shadow(0 14px 16px rgba(0,0,0,.56));animation:_bossStaggerHoldV20_1sthp_1 1.5s ease-in-out infinite}._bossStaggerBurstV20_1sthp_19686{width:244px;height:244px;border:3px solid rgba(255,205,105,.84);border-radius:50%;background:conic-gradient(from 12deg,transparent 0 8%,rgba(255,230,157,.9) 9% 10%,transparent 11% 25%,rgba(74,214,159,.78) 26% 27%,transparent 28% 100%),radial-gradient(circle,rgba(255,250,213,.2),rgba(232,92,49,.13) 37%,transparent 68%);box-shadow:0 0 28px #ffba4b99,inset 0 0 34px #50dfa63d;transform:translate(-50%,-50%);animation:_bossStaggerBurstV20_1sthp_19686 1.5s cubic-bezier(.16,.84,.18,1) both}._bossStaggerBurstV20_1sthp_19686:after{position:absolute;inset:34px;border:1px dashed rgba(255,236,174,.76);border-radius:50%;content:"";animation:_bossStaggerSealSpinV20_1sthp_1 1.25s ease-out both}._battlePresentation_stagger-break_1sthp_19706{--cue-accent: #f1b355;color:#fff1c4;filter:drop-shadow(0 0 24px rgba(235,105,53,.42))}._presentation_stagger-break_1sthp_19712 ._battleArenaV4_1sthp_2566{box-shadow:inset 0 0 110px #e24c2a2e}@keyframes _journeySealReadyV20_1sthp_1{0%,to{transform:translateY(0);box-shadow:0 0 0 2px #090a0bb8,0 0 7px #5cd5a41f}50%{transform:translateY(-1px);box-shadow:0 0 0 2px #090a0bb8,0 0 14px currentColor}}@keyframes _bossStaggerHoldV20_1sthp_1{0%,to{translate:0 2px}50%{translate:-2px 5px}}@keyframes _bossStaggerBurstV20_1sthp_19686{0%{opacity:0;scale:.28;rotate:-26deg;filter:brightness(2)}22%{opacity:1;scale:1.08}64%{opacity:.78;scale:.94;rotate:9deg}to{opacity:0;scale:1.34;rotate:18deg;filter:brightness(.9)}}@keyframes _bossStaggerSealSpinV20_1sthp_1{0%{opacity:0;rotate:-80deg;scale:.5}28%{opacity:1}to{opacity:0;rotate:38deg;scale:1.24}}@media(max-width:980px){._battleLockV19_1sthp_19449{width:22px;height:22px}}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:126px;bottom:10px;width:276px;min-height:138px;max-height:164px;grid-template-columns:72px minmax(0,1fr);gap:11px;padding:11px 13px 10px 10px;border-color:#d8a3429e;background:radial-gradient(circle at 18% 18%,rgba(55,153,122,.17),transparent 35%),linear-gradient(135deg,#2e1817f7,#121213f5 66%,#1c241ff5);box-shadow:0 0 0 2px #110c0dd1,0 0 0 3px #be812a52,0 18px 38px #0000007a,inset 0 0 0 1px #ffe3a40f}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{left:88px;top:19px;bottom:19px;background:linear-gradient(180deg,transparent,rgba(218,169,73,.52) 20%,rgba(73,169,137,.34) 78%,transparent)}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:72px;height:106px;border-color:#d8aa4e9e;background:radial-gradient(circle at 50% 65%,rgba(68,180,142,.17),transparent 50%),linear-gradient(180deg,#49261bbd,#0c1514eb)}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852 img{max-width:92%;max-height:92%;object-fit:contain;object-position:center bottom}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerVitalsV7_1sthp_11866{gap:6px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerVitalsV7_1sthp_11866>div:first-child b{color:#ffe6ad;font-size:17px;letter-spacing:.08em}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerVitalsV7_1sthp_11866>div:first-child span{color:#f5e0b385;font-size:9px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerHpLineV7_1sthp_11882{font-size:10px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerHpLineV7_1sthp_11882 b{font-size:12px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerHpTrackV7_1sthp_11888{height:7px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894{gap:5px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894>span{min-height:25px;padding:3px 5px;border-color:#ddb15347;font-size:9px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894>span b{font-size:11px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912{min-height:20px;gap:4px;overflow:visible;flex-wrap:wrap}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912>span{padding:2px 5px;font-size:8px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912 b{font-size:9px}@media(max-width:1180px){._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:126px;width:252px;grid-template-columns:64px minmax(0,1fr)}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:64px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{left:80px}}@media(max-width:840px){._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){left:102px;width:128px;min-height:126px;grid-template-columns:1fr;grid-template-rows:44px minmax(0,1fr);padding:6px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808):after{display:none}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerPortraitV7_1sthp_11852{width:44px;height:44px;justify-self:center}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerVitalsV7_1sthp_11866>div:first-child b{font-size:12px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerCoreResourcesV13_1sthp_11894>span{min-height:19px;padding:2px;font-size:7px}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808) ._playerBuffTrayV13_1sthp_11912{display:none}}._battleMusicCtrlV22_1sthp_19919{position:relative;display:inline-flex}._battleMusicPanelV22_1sthp_19924{position:absolute;top:calc(100% + 6px);right:auto;left:50%;z-index:20;display:grid;align-items:stretch;gap:8px;padding:7px 10px;border:1px solid rgba(236,183,76,.3);border-radius:8px;background:#1b1114f0;box-shadow:0 12px 28px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;transform:translate(-50%)}._battleMusicPanelV22_1sthp_19924 input[type=range]{width:92px;accent-color:#e7bc60;cursor:pointer}._battleMusicPanelV22_1sthp_19924 b{min-width:22px;font-size:11px;text-align:right;color:#f9e5b5b3}._battleAudioRowV34_1sthp_19954{display:grid;grid-template-columns:30px 92px 24px;align-items:center;gap:8px;color:#f9e5b5c7;font:500 11px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:1px}._battleTopHud_1sthp_2443{top:16px;left:22px;right:22px;height:112px;display:block;pointer-events:none}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452{position:absolute;left:0;top:0;width:auto;min-width:0;min-height:44px;display:flex;align-items:center;gap:7px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478,._battleTopHud_1sthp_2443 ._battleSoundBtn_1sthp_11558{width:42px;height:42px;min-width:42px;display:grid;place-items:center;padding:0;border:1px solid rgba(224,190,111,.5);border-radius:50%;color:#e2ca8b;background:linear-gradient(145deg,#2a1c17f0,#0d0f0ee6);box-shadow:0 8px 18px #00000057,inset 0 0 0 3px #81552629}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478{font-size:0}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478 svg{width:18px;height:18px}._battleTopHud_1sthp_2443 ._battleSoundBtn_1sthp_11558 svg{width:16px;height:16px}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452>div:not(._battleMusicCtrlV22_1sthp_19919){order:3;width:92px;min-width:0;display:grid;gap:2px;padding-left:9px;border-left:1px solid rgba(205,159,77,.42)}._battleTopHud_1sthp_2443 ._battleStageTag_1sthp_9207{display:block;overflow:hidden;color:#e2cfa194;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:8px;letter-spacing:.08em;text-overflow:ellipsis;white-space:nowrap}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452>div:not(._battleMusicCtrlV22_1sthp_19919)>b{overflow:hidden;color:#eed79b;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:13px;letter-spacing:.1em;text-overflow:ellipsis;white-space:nowrap}._battleTopHud_1sthp_2443 ._battleSoundBtn_1sthp_11558{order:1}._battleTopHud_1sthp_2443 ._battleMusicCtrlV22_1sthp_19919{order:2}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{position:absolute;left:50%;top:0;width:min(860px,100vw - 500px);min-width:680px;min-height:112px;box-sizing:border-box;padding:13px 24px 11px;border:1px solid rgba(205,158,73,.68);border-radius:15px;background:radial-gradient(ellipse at 50% -90%,rgba(49,143,114,.2),transparent 58%),linear-gradient(90deg,#301b16fa,#140f0efc 24% 76%,#301b16fa);box-shadow:0 0 0 3px #140e0ce6,0 0 0 4px #b17d3261,0 14px 32px #0000007a,inset 0 0 0 1px #ffe5a714,inset 0 -15px 26px #0000003d;transform:translate(-50%);pointer-events:auto}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896:before{border-radius:11px;background:linear-gradient(135deg,rgba(229,181,91,.68) 0 2px,transparent 2px) left top/28px 28px no-repeat,linear-gradient(-135deg,rgba(229,181,91,.68) 0 2px,transparent 2px) right top/28px 28px no-repeat,linear-gradient(45deg,rgba(80,181,145,.35) 0 2px,transparent 2px) left bottom/28px 28px no-repeat,linear-gradient(-45deg,rgba(80,181,145,.35) 0 2px,transparent 2px) right bottom/28px 28px no-repeat}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506{height:22px;align-items:baseline}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506>span:first-child{color:#f0d99a;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:16px;font-weight:800;letter-spacing:.11em}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506>span:last-child{color:#f4e6c0;font-family:Georgia,Times New Roman,serif;font-size:13px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:18px;margin-top:3px;overflow:hidden;border:2px solid #6c4b2a;border-radius:6px;background:#12090c;box-shadow:inset 0 3px 8px #000000c7,0 1px #eec26033}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649>i:not(._battleHpTrailV21_1sthp_15687){border-radius:3px;background:linear-gradient(180deg,rgba(255,224,146,.28),transparent 40%),linear-gradient(90deg,#70141f,#c83335 62%,#e4774d);box-shadow:inset 0 -4px 8px #5b070fa3,0 0 12px #d234343d}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547{min-height:28px;display:grid;grid-template-columns:minmax(28px,1fr) auto;align-items:center;gap:16px;margin-top:6px}._battleTopHud_1sthp_2443 ._battleBossMechanicV4_1sthp_9239{width:28px;height:24px;display:grid;place-items:center;border:1px solid rgba(206,160,76,.28);border-radius:8px;color:#bd9b59;background:#2419158a;cursor:help}._battleTopHud_1sthp_2443 ._battleBossIntentV7_1sthp_13570{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:7px;padding:0;border:0;background:transparent;white-space:nowrap}._battleTopHud_1sthp_2443 ._battleBossIntentV7_1sthp_13570>span:first-of-type{color:#dbc79b8c;font-size:9px}._battleTopHud_1sthp_2443 ._battleBossIntentV7_1sthp_13570>b{color:#f0ddb0;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:13px}._battleTopHud_1sthp_2443 ._battleIntentDamage_1sthp_11515{min-width:31px;height:26px;display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:0 7px;border:1px solid #8b3b38;border-radius:9px;color:#ffd9bd;background:linear-gradient(180deg,#6b2928,#34191a);font:800 14px/1 Georgia,serif}._battleTopHud_1sthp_2443 ._battleIntentDamage_1sthp_11515>s{font-size:9px}._battleTopHud_1sthp_2443 ._bossMomentumMeterV21_1sthp_18202{min-width:112px;gap:3px 7px}._battleTopHud_1sthp_2443 ._bossMomentumMeterV21_1sthp_18202>b{font-size:9px}._battleTopHud_1sthp_2443 ._bossMomentumMeterV21_1sthp_18202>span>i{height:5px}._dailyModifierRowV19_1sthp_15752{margin-top:3px}._dailyModifierRowV19_1sthp_15752 span{min-height:20px;font-size:8px}._turnSealV21_1sthp_18300{top:134px}._cardsBarV4_1sthp_6971{height:230px;background:radial-gradient(ellipse at 50% 116%,rgba(0,0,0,.64),transparent 66%),linear-gradient(180deg,transparent 0 35%,rgba(5,7,7,.1) 58%,rgba(5,6,7,.62))}._playerStatusDockV21_1sthp_11808{left:24px;bottom:22px;width:332px;min-height:200px;max-height:200px;grid-template-rows:72px 66px minmax(20px,auto);gap:7px;padding:12px 14px 10px;overflow:visible;border:1px solid rgba(181,132,61,.68);border-radius:14px 14px 22px 8px;background:radial-gradient(circle at 16% 26%,rgba(60,173,136,.14),transparent 38%),linear-gradient(135deg,#361e18f5,#0d1917f7);box-shadow:0 14px 32px #00000075,inset 0 0 0 3px #64422140}._playerStatusDockV21_1sthp_11808:after{left:16px;right:16px;bottom:-5px;height:7px;display:block;border-radius:0 0 10px 10px;background:linear-gradient(90deg,#3e2a1f,#b07d3b 50%,#3e2a1f)}._playerIdentityV21_1sthp_15946{min-height:72px;grid-template-columns:72px minmax(0,1fr);gap:12px;padding-bottom:0;border-bottom:0}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:72px;height:72px;border:1px solid rgba(206,162,77,.7);border-radius:12px;background:radial-gradient(circle at 50% 30%,#44795f40,#0a1715eb)}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852 img{width:92%;height:92%;object-fit:contain;object-position:center bottom;transform:none}._playerVitalsV21_1sthp_15961>div:first-child b{font-size:18px}._playerVitalsV21_1sthp_15961>div:first-child span{font-size:9px}._playerHpLineV7_1sthp_11882 span{font-size:10px}._playerHpLineV7_1sthp_11882 b{font-size:13px}._playerHpTrackV7_1sthp_11888{height:9px}._playerResourceDeckV21_1sthp_15967{display:block}._playerManaCoreV21_1sthp_15973{min-height:66px;grid-template-columns:70px minmax(0,1fr);gap:11px;padding:0;border:0;background:transparent}._manaOrbV21_1sthp_7924{width:66px;height:66px;border-color:#c4a356;box-shadow:0 0 0 4px #153028d1,0 0 15px #4cd19f57,inset 0 0 12px #c2ffeb33}._manaOrbV21_1sthp_7924>b{font-size:25px}._manaOrbV21_1sthp_7924>span{bottom:8px;font-size:8px}._manaSourceV21_1sthp_16036{grid-template-columns:auto auto;justify-content:start;gap:5px 12px;font-size:9px}._manaSourceV21_1sthp_16036>span{display:inline-flex;align-items:baseline;gap:4px}._manaSourceV21_1sthp_16036>span b{font-size:12px}._manaSourceV21_1sthp_16036>i{display:none}._manaSourceV21_1sthp_16036>small{grid-column:1/-1;color:#e9d291;font-size:10px;order:-1}._playerBuffTrayV21_1sthp_16057{min-height:20px;gap:5px;padding-top:0;overflow:visible}._playerBuffTrayV21_1sthp_16057>span{min-height:19px;padding:2px 6px;font-size:8px}._playerBuffTrayV21_1sthp_16057>span b{font-size:9px}._drawBoxV4_1sthp_6986{left:auto;right:24px;bottom:214px;width:218px;min-height:38px;height:38px;display:grid;grid-template-columns:34px minmax(0,1fr);grid-template-rows:1fr;align-items:center;justify-items:stretch;gap:9px;padding:4px 10px;border:1px solid rgba(164,126,66,.38);border-radius:9px;clip-path:none;text-align:left;background:#10110fd1;box-shadow:0 8px 20px #00000047}._drawPileV13_1sthp_14752{width:28px;height:32px}._drawPileV13_1sthp_14752>b{right:-5px;bottom:-2px}._turnLedgerV13_1sthp_14765{display:flex;align-items:center;justify-content:space-between;gap:8px}._turnLedgerV13_1sthp_14765>b{font-size:10px}._turnLedgerV13_1sthp_14765>span{margin-top:0;font-size:8px}._commandAltarV23_1sthp_14598{position:absolute;right:24px;bottom:22px;z-index:78;width:218px;height:184px;display:grid;grid-template-rows:52px 48px 44px;gap:5px;box-sizing:border-box;padding:10px 12px;border:1px solid rgba(182,133,58,.66);border-radius:14px 14px 8px 22px;color:#ecddb6;background:linear-gradient(140deg,#2f1c17f7,#0e1110f7);box-shadow:0 14px 32px #0000007a,inset 0 0 0 3px #67441f3d;pointer-events:auto}._commandWillCoreV23_1sthp_14603{min-height:52px;grid-template-columns:54px minmax(0,1fr);gap:8px;padding:0;border:0;background:transparent}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{width:52px;height:52px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{left:22px;top:1px;transform-origin:4px 25px}._commandWillCoreV23_1sthp_14603>div:last-child span{color:#e6cf90;font-size:10px}._commandWillCoreV23_1sthp_14603>div:last-child b{color:#f6e4b1;font-size:13px}._commandWillCoreV23_1sthp_14603>div:last-child small{color:#e2d3b17a;font-size:8px}._commandActionGridV23_1sthp_14671{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954{position:relative;inset:auto;width:auto;min-width:0;min-height:48px;height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:minmax(0,1fr) 20px;gap:1px 4px;padding:5px 6px;overflow:hidden;border:1px solid rgba(112,84,56,.9);border-radius:8px;clip-path:none;color:#c6b38b;background:linear-gradient(180deg,#302621f0,#181412f5);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{grid-column:1/-1}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{display:none}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494>div,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{grid-column:1/-1;min-width:0;display:flex;align-items:baseline;justify-content:space-between;gap:4px}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494 span,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{display:none}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494 b,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{margin:0;overflow:hidden;color:#e5cf95;font-size:9px;text-overflow:ellipsis;white-space:nowrap}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494 small,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 small{display:block;flex:0 0 auto;color:#8f7f66;font-size:7px;white-space:nowrap}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494 button,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{grid-column:1/-1;width:100%;min-height:20px;display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:1px 4px;border:1px solid rgba(116,90,59,.86);border-radius:5px;color:#bfae88;background:#0f100f57;font-size:8px}._commandActionGridV23_1sthp_14671 ._suppressReadyV19_1sthp_19551,._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018{border-color:#eebe57b8;box-shadow:0 0 12px #e7ab3b26}._commandActionGridV23_1sthp_14671 ._suppressReadyV19_1sthp_19551 button:not(:disabled),._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018 button:not(:disabled){color:#29170d;background:linear-gradient(180deg,#f2d78f,#c98a34)}._endTurnV23_1sthp_14731{width:100%;min-height:44px;margin:0;padding:0 10px;border:1px solid #d09a47;border-radius:9px;clip-path:none;color:#27170e;background:linear-gradient(180deg,#f3d078,#ca8b33);box-shadow:inset 0 1px #ffffff80,0 4px 12px #00000040;font-size:14px;font-weight:900;letter-spacing:.08em}._handV4_1sthp_7024{left:53.5%;bottom:30px;width:min(720px,100vw - 610px);min-width:630px;height:204px;align-items:flex-end;gap:2px;padding:0}._handV4_1sthp_7024 ._skillCardV4_1sthp_44{flex:0 0 clamp(122px,8.8vw,136px);width:clamp(122px,8.8vw,136px);margin-left:0;transform-origin:50% 116%;transition:transform .16s ease,opacity .18s ease,filter .16s ease}._handV4_1sthp_7024[data-card-count="6"],._handV4_1sthp_7024[data-card-count="7"],._handV4_1sthp_7024[data-card-count="8"]{width:min(860px,100vw - 570px);min-width:700px}._handV4_1sthp_7024[data-card-count="6"] ._skillCardV4_1sthp_44,._handV4_1sthp_7024[data-card-count="7"] ._skillCardV4_1sthp_44,._handV4_1sthp_7024[data-card-count="8"] ._skillCardV4_1sthp_44{flex-basis:clamp(108px,7.2vw,126px);width:clamp(108px,7.2vw,126px)}._mulliganCardV4_1sthp_145[data-compact-frame=true] ._cardArtworkV10_1sthp_14440>img,._handV4_1sthp_7024 ._skillCardV4_1sthp_44[data-compact-frame=true] ._cardArtworkV10_1sthp_14440>img{mix-blend-mode:screen;filter:contrast(1.04) saturate(1.04)}._handV4_1sthp_7024 ._skillCardV4_1sthp_44:hover:not(:disabled),._handV4_1sthp_7024 ._skillCardV4_1sthp_44:focus-visible:not(:disabled){z-index:12;transform:translateY(-24px) rotate(0) scale(1.16);filter:drop-shadow(0 18px 18px rgba(0,0,0,.66)) brightness(1.06) saturate(1.05)}._handV4_1sthp_7024 ._cardArtworkV10_1sthp_14440{border-radius:0;clip-path:polygon(22% 4%,40% 3%,50% 0,60% 3%,78% 4%,95% 9%,100% 20%,100% 90%,93% 97%,65% 97%,50% 100%,35% 97%,7% 97%,0 90%,0 20%,5% 9%)}._handV4_1sthp_7024 ._skillCardInfo_1sthp_53{bottom:13.7%;min-height:17.8%}._handV4_1sthp_7024 ._skillName_1sthp_64{max-width:100%;overflow:hidden;font-size:clamp(9px,.82vw,12px);text-overflow:ellipsis;white-space:nowrap}._rewardRelicFallbackV24_1sthp_20642,._rewardChestRelicV24_1sthp_20643,._victoryRelicFallbackV24_1sthp_20644>svg{color:#f4c66c;filter:drop-shadow(0 0 16px rgba(244,198,108,.52))}._rewardRelicFallbackV24_1sthp_20642{width:46px;height:46px}._rewardChestRelicV24_1sthp_20643{position:absolute;z-index:4;top:26%;left:50%;width:64px;height:64px;transform:translate(-50%,-50%);animation:_rewardGearFloatV4_1sthp_1 1.45s ease-in-out infinite}._victoryRelicFallbackV24_1sthp_20644>svg{width:50px;height:50px}._handV4_1sthp_7024 ._skillEffectV4_1sthp_11055{font-size:7px}._handV4_1sthp_7024 ._skillCostV4_1sthp_44{width:32px;height:32px;font-size:13px}._cardInspectV4_1sthp_11067{left:calc(50% + 140px);right:auto;bottom:58px;width:320px;min-height:122px;padding:12px 15px 11px 17px;border-radius:9px;transform:none;animation:_cardInspectCompanionRightV23_1sthp_1 .14s ease-out both}._cardInspectV4_1sthp_11067[data-card-index="0"]{left:calc(50% - 180px)}._cardInspectV4_1sthp_11067[data-card-index="1"]{left:calc(50% - 25px)}._cardInspectV4_1sthp_11067[data-card-index="3"],._cardInspectV4_1sthp_11067[data-card-index="4"],._cardInspectV4_1sthp_11067[data-card-index="5"],._cardInspectV4_1sthp_11067[data-card-index="6"]{left:auto;animation-name:_cardInspectCompanionLeftV23_1sthp_1}._cardInspectV4_1sthp_11067[data-card-index="3"]{right:calc(50% - 120px)}._cardInspectV4_1sthp_11067[data-card-index="4"]{right:calc(50% - 245px)}._cardInspectV4_1sthp_11067[data-card-index="5"]{right:calc(50% - 330px)}._cardInspectV4_1sthp_11067[data-card-index="6"]{right:calc(50% - 405px)}._cardInspectV4_1sthp_11067:before{inset:auto auto 28px -9px;transform:rotate(225deg)}._cardInspectV4_1sthp_11067[data-card-index="3"]:before,._cardInspectV4_1sthp_11067[data-card-index="4"]:before,._cardInspectV4_1sthp_11067[data-card-index="5"]:before,._cardInspectV4_1sthp_11067[data-card-index="6"]:before{right:-9px;left:auto;transform:rotate(45deg)}._cardInspectV4_1sthp_11067 b{margin:4px 0 5px;font-size:16px}._cardInspectV4_1sthp_11067 p{margin-bottom:6px;font-size:11px;line-height:1.45}._cardInspectV4_1sthp_11067 span,._cardInspectV4_1sthp_11067 small{font-size:9px}@keyframes _cardInspectCompanionRightV23_1sthp_1{0%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}@keyframes _cardInspectCompanionLeftV23_1sthp_1{0%{opacity:0;transform:translate(7px)}to{opacity:1;transform:translate(0)}}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(720px,100vw - 360px);min-width:620px}._playerStatusDockV21_1sthp_11808{left:16px;width:300px}._drawBoxV4_1sthp_6986,._commandAltarV23_1sthp_14598{right:16px;width:198px}._handV4_1sthp_7024{width:min(610px,100vw - 530px);min-width:540px}._handV4_1sthp_7024 ._skillCardV4_1sthp_44{flex-basis:clamp(106px,9.2vw,126px);width:clamp(106px,9.2vw,126px)}}@media(max-width:980px){._battleTopHud_1sthp_2443{top:8px;left:8px;right:8px}._battleTopHud_1sthp_2443 ._battleTitleBox_1sthp_2452>div:not(._battleMusicCtrlV22_1sthp_19919){display:none}._battleTopHud_1sthp_2443 ._battleBackBtn_1sthp_2478,._battleTopHud_1sthp_2443 ._battleSoundBtn_1sthp_11558{width:38px;height:38px;min-width:38px}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{left:58px;width:calc(100vw - 124px);min-width:0;min-height:86px;padding:9px 13px 8px;transform:none}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506>span:first-child{font-size:13px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:14px}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547{margin-top:3px}._battleTopHud_1sthp_2443 ._battleBossMechanicV4_1sthp_9239{display:none}._battleTopHud_1sthp_2443 ._battleBossIntentV7_1sthp_13570{grid-column:1/-1}._battleTopHud_1sthp_2443 ._bossMomentumMeterV21_1sthp_18202{min-width:88px}._turnSealV21_1sthp_18300{top:104px}._cardsBarV4_1sthp_6971{height:196px}._playerStatusDockV21_1sthp_11808{left:8px;bottom:8px;width:236px;min-height:170px;max-height:170px;grid-template-rows:54px 54px minmax(20px,auto);gap:6px;padding:9px;transform:none}._playerIdentityV21_1sthp_15946{min-height:54px;grid-template-columns:52px minmax(0,1fr);gap:8px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:52px;height:52px}._playerVitalsV21_1sthp_15961>div:first-child b{font-size:14px}._playerManaCoreV21_1sthp_15973{min-height:56px;grid-template-columns:58px minmax(0,1fr);gap:7px}._manaOrbV21_1sthp_7924{width:54px;height:54px}._manaSourceV21_1sthp_16036>small{font-size:8px}._playerBuffTrayV21_1sthp_16057>span{font-size:7px}._commandAltarV23_1sthp_14598{right:8px;bottom:8px;width:176px;height:150px;grid-template-rows:42px 42px 42px;gap:5px;padding:7px}._commandWillCoreV23_1sthp_14603{min-height:42px;grid-template-columns:42px minmax(0,1fr);gap:5px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{width:40px;height:40px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{left:17px;top:0;height:9px;transform-origin:4px 19px}._commandWillCoreV23_1sthp_14603>div:last-child b{font-size:10px}._commandWillCoreV23_1sthp_14603>div:last-child small{display:none}._commandActionGridV23_1sthp_14671 ._suppressSlotV19_1sthp_19494,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954{height:42px;min-height:42px;padding:4px}._endTurnV23_1sthp_14731{min-height:42px;font-size:11px}._drawBoxV4_1sthp_6986{right:8px;bottom:164px;width:176px}._handV4_1sthp_7024{left:53%;bottom:18px;width:min(500px,100vw - 430px);min-width:430px;height:164px}._handV4_1sthp_7024 ._skillCardV4_1sthp_44{flex-basis:clamp(82px,9.2vw,100px);width:clamp(82px,9.2vw,100px)}._handV4_1sthp_7024 ._skillCardV4_1sthp_44:hover:not(:disabled),._handV4_1sthp_7024 ._skillCardV4_1sthp_44:focus-visible:not(:disabled){transform:translateY(-16px) rotate(0) scale(1.12)}._cardInspectV4_1sthp_11067{left:250px;bottom:46px;width:268px}._cardInspectV4_1sthp_11067[data-card-index="3"],._cardInspectV4_1sthp_11067[data-card-index="4"]{right:190px}}@media(prefers-reduced-motion:reduce){._handV4_1sthp_7024 ._skillCardV4_1sthp_44,._cardInspectV4_1sthp_11067{transition:none!important;animation:none!important}}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(760px,100vw - 560px);min-width:610px;min-height:70px;padding:10px 20px 11px;border-color:#b57e34d6;border-radius:8px 8px 16px 16px;background:linear-gradient(90deg,rgba(42,25,18,.2),transparent 22% 78%,rgba(42,25,18,.2)),linear-gradient(180deg,#0d0d0bfa,#291411fa);box-shadow:0 10px 30px #00000085,0 0 0 3px #100c0ac7,0 0 0 4px #895b2347,inset 0 0 0 1px #ffe0970f}._battleTopHud_1sthp_2443 ._battleBossBarHead_1sthp_2506{margin-bottom:7px;color:#f1d797;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:.09em}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:15px;border:1px solid #79512d;background:#13090b;box-shadow:inset 0 2px 5px #000000b3,0 0 0 2px #422616b8}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547{display:none}._bossCastSignalV27_1sthp_21001{position:absolute;z-index:42;min-width:138px;display:grid;place-items:center;gap:2px;padding:48px 10px 0;color:#f9e8b3;text-align:center;transform:translate(-50%,calc(-100% - 12px));pointer-events:none;animation:_bossCastSignalEnterV27_1sthp_1 .82s cubic-bezier(.16,.82,.18,1) both}._bossCastSignalV27_1sthp_21001>i{position:absolute;top:0;left:50%;width:58px;height:58px;border:2px solid #ba833d;border-radius:50%;background:conic-gradient(from 15deg,transparent 0 10%,rgba(222,166,74,.88) 10% 13%,transparent 13% 26%,rgba(222,166,74,.88) 26% 29%,transparent 29% 43%,rgba(222,166,74,.88) 43% 46%,transparent 46% 60%,rgba(222,166,74,.88) 60% 63%,transparent 63% 77%,rgba(222,166,74,.88) 77% 80%,transparent 80%),radial-gradient(circle,#37917080,#142720c7 48%,#170e0df0 70%);box-shadow:0 0 0 4px #0f0c0ab8,0 0 24px #43cc9a57,inset 0 0 15px #91ffd724;transform:translate(-50%) rotate(0);animation:_bossCastRuneTurnV27_1sthp_1 1.4s ease-out both}._bossCastSignalV27_1sthp_21001>i:before,._bossCastSignalV27_1sthp_21001>i:after{position:absolute;inset:12px;border:1px solid rgba(238,198,110,.72);content:"";transform:rotate(45deg)}._bossCastSignalV27_1sthp_21001>i:after{inset:21px;background:#d7aa55;box-shadow:0 0 10px #e6bb61}._bossCastSignalV27_1sthp_21001>span{color:#c9a25e;font-size:9px;letter-spacing:.18em;text-shadow:0 2px 7px #000}._bossCastSignalV27_1sthp_21001>b{padding:2px 9px 3px;border-bottom:1px solid rgba(201,147,61,.62);color:#fff0bd;font:900 14px/1.2 STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:.1em;text-shadow:0 2px 8px #000,0 0 10px rgba(231,178,70,.35);white-space:nowrap}._bossCastSignalV27_1sthp_21001[data-cast-tier=ultimate]{min-width:166px;padding-top:59px;animation-duration:1.12s}._bossCastSignalV27_1sthp_21001[data-cast-tier=ultimate]>i{width:72px;height:72px;border-color:#d39343;background:conic-gradient(from 10deg,transparent 0 8%,#ce793f 8% 12%,transparent 12% 24%,#e2b14e 24% 28%,transparent 28% 40%,#ce793f 40% 44%,transparent 44% 56%,#e2b14e 56% 60%,transparent 60% 72%,#ce793f 72% 76%,transparent 76% 88%,#e2b14e 88% 92%,transparent 92%),radial-gradient(circle,#912b2fb8,#321216e6 50%,#100c0cf5 72%);box-shadow:0 0 0 4px #100b0acc,0 0 30px #e45e3885,inset 0 0 18px #ffd16433}._bossCastSignalV27_1sthp_21001[data-cast-tier=ultimate]>span{color:#ef9360}._bossCastSignalV27_1sthp_21001[data-cast-tier=ultimate]>b{color:#fff0c0;border-bottom-color:#e7713eb8;font-size:16px}@keyframes _bossCastSignalEnterV27_1sthp_1{0%{opacity:0;translate:0 9px;scale:.82}22%,72%{opacity:1;translate:0 0;scale:1}to{opacity:0;translate:0 -5px;scale:1.04}}@keyframes _bossCastRuneTurnV27_1sthp_1{0%{rotate:-28deg;filter:brightness(.68)}42%{rotate:8deg;filter:brightness(1.35)}to{rotate:18deg;filter:brightness(1)}}._playerStatusDockV21_1sthp_11808{left:22px;bottom:20px;width:306px;min-height:180px;max-height:180px;grid-template-rows:64px 62px minmax(18px,auto);gap:7px;padding:11px 13px 9px;overflow:visible;border:1px solid rgba(188,135,57,.86);border-radius:7px 17px 7px 21px;background:linear-gradient(135deg,rgba(113,69,29,.12),transparent 24% 74%,rgba(42,130,97,.1)),linear-gradient(145deg,#301915fa,#0a1512fb);box-shadow:0 16px 36px #00000080,0 0 0 3px #0e0c0abd,0 0 0 4px #8b5b2240,inset 0 0 0 1px #ffe5a80f}._playerStatusDockV21_1sthp_11808:before,._commandAltarV23_1sthp_14598:before{position:absolute;top:-5px;width:34px;height:9px;border:1px solid #a87435;border-radius:50%;background:linear-gradient(90deg,#2d1b14,#d0a251 50%,#214b3d);box-shadow:0 0 0 3px #0c0b09c7;content:""}._playerStatusDockV21_1sthp_11808:before{left:18px}._commandAltarV23_1sthp_14598:before{right:18px}._playerStatusDockV21_1sthp_11808:after{display:none}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:64px;height:64px;border-radius:7px 15px}._playerVitalsV21_1sthp_15961>div:first-child b{color:#f1d28a;font-size:17px}._playerVitalsV21_1sthp_15961>div:first-child span{color:#e2cca08a}._playerHpLineV7_1sthp_11882 span{color:#e6b7a2}._playerHpLineV7_1sthp_11882 b{color:#ffd2bd}._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:9px;border-color:#993332d1}._manaOrbV21_1sthp_7924{width:58px;height:62px;overflow:visible;border:2px solid #b88d47;border-radius:19px 19px 8px 8px;color:#dffff2;background:radial-gradient(circle at 50% 42%,#71f1c3c7,#186f54f0 44%,#0d2a23 70%),#11251f;box-shadow:0 0 0 3px #0e0c0ae6,0 0 16px #38d9a061,inset 0 0 15px #c5ffe629}._manaOrbV21_1sthp_7924:before{position:absolute;top:-8px;left:50%;width:19px;height:12px;border:2px solid #b88d47;border-bottom:0;border-radius:50% 50% 0 0;background:#183b31;content:"";transform:translate(-50%)}._manaOrbV21_1sthp_7924:after{position:absolute;inset:7px 9px;border:1px solid rgba(183,242,215,.3);border-radius:14px 14px 5px 5px;content:""}._manaOrbV21_1sthp_7924>svg{top:8px;left:8px;z-index:1;color:#a8f5d7}._manaOrbV21_1sthp_7924>b{z-index:1;margin-top:-1px;color:#fff6c8;font-size:28px;text-shadow:0 0 11px #8effd4}._manaOrbV21_1sthp_7924>span{z-index:1;bottom:7px;color:#c7f7e3;font-size:8px}._manaOrbV21_1sthp_7924>em{z-index:4;right:-23px;top:-18px;font-size:22px;text-shadow:0 0 14px currentColor,0 2px 5px #000;animation:_resourceDeltaRiseV27_1sthp_1 1.05s cubic-bezier(.16,.86,.2,1) both}._playerManaCoreV21_1sthp_15973._isBaseInjecting_1sthp_18712 ._manaOrbV21_1sthp_7924,._playerManaCoreV21_1sthp_15973._isCarryInjecting_1sthp_18716 ._manaOrbV21_1sthp_7924{animation:_manaTokenChargeV27_1sthp_1 .78s ease-out}._manaSourceV21_1sthp_16036>small{color:#e5c777;font-size:10px}._manaSourceV21_1sthp_16036>span{color:#e2d1aaa8}._manaSourceV21_1sthp_16036>span b{color:#a9f0d3;font-size:13px}@keyframes _resourceDeltaRiseV27_1sthp_1{0%{opacity:0;translate:0 12px;scale:.62}22%{opacity:1;translate:0 0;scale:1.24}70%{opacity:1;translate:0 -16px;scale:1}to{opacity:0;translate:0 -28px;scale:.88}}@keyframes _manaTokenChargeV27_1sthp_1{0%{filter:brightness(.72);scale:.9}40%{filter:brightness(1.58);scale:1.11;box-shadow:0 0 32px #4ef4b7bd}to{filter:brightness(1);scale:1}}._commandAltarV23_1sthp_14598{right:22px;bottom:20px;width:238px;height:184px;grid-template-rows:56px 59px 43px;gap:5px;padding:10px 11px;overflow:visible;border:1px solid rgba(188,135,57,.86);border-radius:17px 7px 21px;background:linear-gradient(225deg,rgba(112,68,29,.12),transparent 24% 74%,rgba(44,135,100,.1)),linear-gradient(145deg,#301915fa,#0a1512fb);box-shadow:0 16px 36px #00000080,0 0 0 3px #0e0c0abd,0 0 0 4px #8b5b2240,inset 0 0 0 1px #ffe5a80f}._commandWillCoreV23_1sthp_14603{min-height:56px;grid-template-columns:58px minmax(0,1fr);gap:10px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{width:56px;height:56px}._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{left:24px;top:1px;transform-origin:4px 26px}._commandWillCoreV23_1sthp_14603>div:last-child span{color:#d8b96c;font-size:10px}._commandWillCoreV23_1sthp_14603>div:last-child b{color:#f8df9b;font-size:13px}._commandWillCoreV23_1sthp_14603>div:last-child small{color:#e7d5ad7a;font-size:8px}._commandActionGridV23_1sthp_14671{grid-template-columns:minmax(0,1fr)}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{width:auto;height:59px;min-height:59px;display:grid;grid-column:1;grid-template-columns:42px minmax(0,1fr) 55px;grid-template-rows:1fr;align-items:center;gap:7px;padding:6px;overflow:visible;border:1px solid rgba(135,96,50,.86);border-radius:6px 12px;background:linear-gradient(120deg,#362017f5,#111c18fa)}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:42px;height:42px;display:block;grid-column:1;object-fit:cover;border:1px solid #b27e39;border-radius:50%;box-shadow:0 0 0 2px #0f0c0adb}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{min-width:0;display:grid;grid-column:2;justify-content:stretch;gap:2px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{display:block;color:#b99757;font-size:7px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{color:#ead095;font-size:9px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 small{color:#d8c49e7a;font-size:7px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:55px;min-height:35px;display:inline-flex;grid-column:3;grid-row:1;border-radius:5px 10px;font-size:9px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954._ultimateReadyV4_1sthp_11018{border-color:#f4c65af0;box-shadow:0 0 18px #eeaf325c,inset 0 0 16px #53bc8e1a;animation:_ultimateReadyPanelV27_1sthp_1 1.45s ease-in-out infinite}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954._ultimateReadyV4_1sthp_11018>img{box-shadow:0 0 0 2px #16100c,0 0 19px #ffcd52bd}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954._ultimateReadyV4_1sthp_11018 button:not(:disabled){border-color:#f2cf78;color:#2d1809;background:linear-gradient(120deg,#c7842c,#ffe18a 56%,#b96f25);box-shadow:0 0 14px #f7be427a}._endTurnV23_1sthp_14731{min-height:43px;border-color:#a67637b8;color:#e5cd96;background:linear-gradient(180deg,#37261bfa,#151916fa);box-shadow:inset 0 1px #ffebb814,0 5px 12px #00000047;font-size:12px}@keyframes _ultimateReadyPanelV27_1sthp_1{0%,to{filter:brightness(1)}50%{filter:brightness(1.16)}}._ultimateCastAnnouncementV27_1sthp_21466{position:fixed;z-index:176;inset:0;display:grid;place-items:center;align-content:center;gap:4px;color:#fff0b5;pointer-events:none;background:radial-gradient(circle,rgba(216,168,57,.22),rgba(39,121,91,.12) 26%,transparent 58%);animation:_ultimateCastAnnouncementV27_1sthp_21466 1.3s ease-out both}._ultimateCastAnnouncementV27_1sthp_21466>i{position:absolute;width:132px;height:132px;border:3px double #e8bd58;box-shadow:0 0 34px #f5be3ead,inset 0 0 28px #4dd39e5c;transform:rotate(45deg)}._ultimateCastAnnouncementV27_1sthp_21466>span{z-index:1;color:#7ce2b9;font-size:11px;letter-spacing:.28em;text-shadow:0 2px 9px #000}._ultimateCastAnnouncementV27_1sthp_21466>b{z-index:1;color:#fff0b5;font:900 30px/1.2 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.16em;text-shadow:0 0 18px #dca33b,0 3px 12px #000}@keyframes _ultimateCastAnnouncementV27_1sthp_21466{0%{opacity:0;scale:.78}18%,62%{opacity:1;scale:1}to{opacity:0;scale:1.08}}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{width:100%;display:flex;justify-content:center;align-items:flex-end;grid-template-columns:none;gap:0;margin-inline:auto}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{flex:0 1 auto;margin-inline:auto}._mulliganCardsV4_1sthp_134{width:fit-content;max-width:100%;display:flex;align-items:flex-end;justify-content:center;gap:clamp(10px,1.35vw,20px)}._mulliganCardV4_1sthp_145{flex:0 1 min(190px,(100dvh - 245px) * 2 / 3);width:min(190px,(100dvh - 245px) * 2 / 3)}._handV4_1sthp_7024{left:50%;width:min(760px,100vw - 620px);min-width:560px;justify-content:center}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(650px,100vw - 380px);min-width:540px}._playerStatusDockV21_1sthp_11808{left:12px;width:270px}._commandAltarV23_1sthp_14598{right:12px;width:214px}._handV4_1sthp_7024{width:min(600px,100vw - 510px);min-width:470px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:calc(100vw - 132px);min-width:0;min-height:62px}._playerStatusDockV21_1sthp_11808{left:8px;width:226px;min-height:158px;max-height:158px}._commandAltarV23_1sthp_14598{right:8px;width:184px;height:158px;grid-template-rows:46px 51px 39px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{height:51px;min-height:51px;grid-template-columns:35px minmax(0,1fr) 45px;gap:4px;padding:4px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:34px;height:34px}._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:45px;min-height:31px}._handV4_1sthp_7024{left:50%;width:min(500px,100vw - 430px);min-width:400px}}@media(max-width:700px){._mulliganCardsV4_1sthp_134{width:100%;justify-content:flex-start;overflow-x:auto;scroll-snap-type:x mandatory}._mulliganCardV4_1sthp_145{flex:0 0 128px;width:128px;scroll-snap-align:center}}@media(prefers-reduced-motion:reduce){._bossCastSignalV27_1sthp_21001,._bossCastSignalV27_1sthp_21001>i,._ultimateCastAnnouncementV27_1sthp_21466,._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954._ultimateReadyV4_1sthp_11018{animation:none!important}}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(760px,100vw - 520px);min-width:620px;min-height:98px;padding:11px 21px 9px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:16px;border-color:#76502c;background:repeating-linear-gradient(90deg,#ffffff06 0 28px,#00000017 28px 30px),#12090c}._battleTopHud_1sthp_2443 ._battleBossMetaV7_1sthp_13547{min-height:25px;margin-top:4px}._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{overflow:hidden;border:1px solid rgba(132,45,45,.72);background:#23090ceb}._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888>i{background:linear-gradient(90deg,#8d1826,#e44942 72%,#ff8b61);box-shadow:0 0 10px #e63e4259,inset 0 1px #fff3}._tutorialCoachV5_1sthp_10792{inset:auto auto 244px 22%;width:min(360px,100% - 32px);padding:10px 14px 11px;border:1px solid rgba(226,178,82,.48);border-left-width:1px;border-radius:12px 12px 12px 3px;background:linear-gradient(135deg,#2d1d18f5,#0d1614f5);box-shadow:0 12px 28px #0006,inset 0 0 0 2px #d09f460f;transform:none}._tutorialCoachV5_1sthp_10792:after{content:"";position:absolute;left:24px;bottom:-8px;width:14px;height:14px;border-right:1px solid rgba(226,178,82,.48);border-bottom:1px solid rgba(226,178,82,.48);background:#1a211d;transform:rotate(45deg)}._tutorialCoachV5_1sthp_10792 span{color:#d7b96e}._tutorialTargetV5_1sthp_10855,._tutorialMulliganV5_1sthp_10855{box-shadow:none!important}._tutorialIntroStepsV5_1sthp_10777{display:block;margin:15px 0 17px;text-align:center}._tutorialIntroStepsV5_1sthp_10777 span{display:block;padding:6px 0;border-radius:0;color:#e8ca87a8;background:transparent;font-size:11px;letter-spacing:.12em}._tutorialCardLegendV25_1sthp_21718{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;width:min(760px,100%);margin:2px auto 0;color:#fff0cdb3;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._tutorialCardLegendV25_1sthp_21718>span{display:flex;align-items:center;justify-content:center;gap:5px;min-height:30px;border-bottom:1px solid rgba(204,158,73,.22);font-size:12px;white-space:nowrap}._tutorialCardLegendV25_1sthp_21718 b{color:#f8df9d;font-size:13px}._tutorialCardLegendV25_1sthp_21718 [data-kind=ranged] svg{color:#63dff2}._tutorialCardLegendV25_1sthp_21718 [data-kind=magic] svg{color:#ca8cff}._tutorialCardLegendV25_1sthp_21718 [data-kind=buff] svg{color:#6ed5b2}._tutorialCardLegendV25_1sthp_21718 [data-kind=melee] svg{color:#e7b54e}._tutorialRewardGuideV25_1sthp_21760{display:flex;align-items:center;gap:10px;width:min(640px,100%);margin:12px auto 0;padding:10px 14px;border:1px solid rgba(213,166,71,.38);border-radius:10px;color:#f3d98f;background:linear-gradient(110deg,#3c2718b8,#111e1bb8);text-align:left}._tutorialRewardGuideV25_1sthp_21760>svg{flex:0 0 auto;color:#65d1aa}._tutorialRewardGuideV25_1sthp_21760 b{display:block;margin-bottom:2px;font:900 14px/1.2 STKaiti,Kaiti SC,KaiTi,serif}._tutorialRewardGuideV25_1sthp_21760 span{color:#fff1d1b3;font-size:11px;line-height:1.5}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44:is(._skillCardV4_1sthp_44){--hand-d: calc(var(--hand-i, 0) - (var(--hand-n, 1) - 1) / 2);transform:translateY(calc(var(--hand-d) * var(--hand-d) * 2.2px)) rotate(calc(var(--hand-d) * 2.3deg))}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024 ._skillCardV4_1sthp_44._skillCardLocked_1sthp_11503:is(._skillCardV4_1sthp_44){transform:translateY(calc(var(--hand-d) * var(--hand-d) * 2.2px + 14px)) rotate(calc(var(--hand-d) * 2.3deg))}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(680px,100vw - 350px);min-width:560px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:calc(100vw - 124px);min-width:0}._tutorialCoachV5_1sthp_10792{left:12px;bottom:204px;width:300px}._tutorialCardLegendV25_1sthp_21718{grid-template-columns:repeat(2,minmax(0,1fr))}}._mulliganActionsV4_1sthp_281{width:min(760px,100%);justify-content:center}._mulliganLoadoutActionsV26_1sthp_21837{display:inline-flex;align-items:center;gap:7px}._mulliganLoadoutActionsV26_1sthp_21837 ._mulliganDeckV24_1sthp_253{min-width:108px;padding-inline:11px}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046{border:1px solid rgba(202,151,66,.58);border-radius:12px;color:#f1dfb5;background:radial-gradient(circle at 50% -20%,rgba(56,148,115,.16),transparent 42%),linear-gradient(145deg,#341f19fb,#0c1110fc 64%);box-shadow:0 0 0 3px #100c0bd1,0 0 0 4px #aa753038,0 24px 54px #00000094,inset 0 0 0 1px #ffe5a60d;-webkit-backdrop-filter:blur(18px) saturate(.9);backdrop-filter:blur(18px) saturate(.9)}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046 ._equipHeadV4_1sthp_2836{border-bottom-color:#c6933e4d;background:linear-gradient(90deg,rgba(105,62,29,.2),transparent 44%,rgba(35,99,79,.13))}._equipDockV4_1sthp_3034._equipOpen_1sthp_3046 ._loadoutTabsV4_1sthp_3124{border-color:#b9843742;background:#0b0e0d80}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(720px,100vw - 500px);min-width:600px;min-height:92px;padding:9px 19px 8px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:15px}._playerStatusDockV21_1sthp_11808{width:286px;min-height:176px;max-height:176px;grid-template-rows:62px 56px minmax(18px,auto);padding:10px 12px 9px}._playerIdentityV21_1sthp_15946{min-height:62px;grid-template-columns:62px minmax(0,1fr);gap:10px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:62px;height:62px}._playerManaCoreV21_1sthp_15973{min-height:56px;grid-template-columns:58px minmax(0,1fr);gap:9px}._manaOrbV21_1sthp_7924{width:56px;height:56px}._commandAltarV23_1sthp_14598{width:202px;height:168px;grid-template-rows:47px 44px 42px;padding:9px 10px}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(650px,100vw - 330px);min-width:540px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{left:62px;width:calc(100vw - 132px);min-width:0;min-height:80px;padding:7px 11px 6px}._playerStatusDockV21_1sthp_11808{width:218px;min-height:146px;max-height:146px;grid-template-rows:46px 48px minmax(16px,auto);padding:7px 8px}._playerIdentityV21_1sthp_15946{min-height:46px;grid-template-columns:44px minmax(0,1fr);gap:7px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:44px;height:44px}._playerManaCoreV21_1sthp_15973{min-height:48px;grid-template-columns:48px minmax(0,1fr);gap:6px}._manaOrbV21_1sthp_7924{width:46px;height:46px}._commandAltarV23_1sthp_14598{width:166px;height:142px;grid-template-rows:39px 39px 38px;padding:6px}._drawBoxV4_1sthp_6986{width:166px;bottom:154px}._mulliganActionsV4_1sthp_281{gap:8px}._mulliganActionsV4_1sthp_281>span{display:none}}@media(max-width:700px){._mulliganActionsV4_1sthp_281{flex-wrap:wrap}._mulliganLoadoutActionsV26_1sthp_21837{order:2;width:100%;justify-content:center}}._playerStatusDockV7_1sthp_11808:not(._playerStatusDockV21_1sthp_11808){isolation:isolate}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(760px,100vw - 560px);min-width:580px;min-height:70px;padding:8px 17px 7px}._battleTopHud_1sthp_2443 ._battleHpTrackV21_1sthp_15649{height:13px;border-color:#97622aeb;background:repeating-linear-gradient(90deg,#ffffff05 0 36px,#0000001f 36px 38px),#10080a}._playerStatusDockV21_1sthp_11808{width:306px;min-height:180px;max-height:180px;grid-template-rows:64px 62px minmax(18px,auto);padding:11px 13px 9px}._playerIdentityV21_1sthp_15946{min-height:64px;grid-template-columns:64px minmax(0,1fr);gap:11px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:64px;height:64px}._playerManaCoreV21_1sthp_15973{min-height:62px;grid-template-columns:62px minmax(0,1fr);gap:11px}._manaOrbV21_1sthp_7924{width:58px;height:62px}._commandAltarV23_1sthp_14598{width:238px;height:184px;grid-template-rows:56px 59px 43px;padding:10px 11px}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{width:min(650px,100vw - 380px);min-width:540px}._playerStatusDockV21_1sthp_11808{width:270px}._commandAltarV23_1sthp_14598{width:214px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896{left:50%;width:calc(100vw - 132px);min-width:0;min-height:62px;padding:7px 11px 6px}._playerStatusDockV21_1sthp_11808{width:226px;min-height:158px;max-height:158px}._playerIdentityV21_1sthp_15946{min-height:46px;grid-template-columns:44px minmax(0,1fr);gap:7px}._playerIdentityV21_1sthp_15946 ._playerPortraitV7_1sthp_11852{width:44px;height:44px}._playerManaCoreV21_1sthp_15973{min-height:48px;grid-template-columns:48px minmax(0,1fr);gap:6px}._manaOrbV21_1sthp_7924{width:46px;height:46px}._commandAltarV23_1sthp_14598{width:184px;height:158px;grid-template-rows:46px 51px 39px;padding:6px}}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{width:100%;display:flex;justify-content:center;align-items:flex-end;gap:0;margin-inline:auto}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{width:fit-content;max-width:100%;flex:0 1 auto;margin-inline:auto;justify-content:center}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganIntelRailV22_1sthp_15101{width:100%}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{min-height:164px;grid-template-columns:minmax(0,1fr);align-content:center;justify-items:start;text-align:left}._mulliganPanelV4_1sthp_100 ._mulliganActionsV4_1sthp_281{width:min(420px,100%);flex-direction:column;justify-content:center;gap:5px}._mulliganPanelV4_1sthp_100 ._mulliganActionsV4_1sthp_281>span{display:block;min-height:14px;max-width:100%;text-align:center}._mulliganPanelV4_1sthp_100 ._mulliganActionsV4_1sthp_281>span:empty{display:none}@media(max-width:900px){._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428{gap:9px}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{min-height:48px;grid-template-columns:auto auto minmax(0,1fr);align-items:center}}@media(max-width:700px){._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{justify-content:flex-start}._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganInspectV4_1sthp_11105{grid-template-columns:minmax(0,1fr)}}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495{position:absolute;isolation:isolate;left:50%;top:0;width:min(720px,100vw - 500px);min-width:560px;min-height:78px;margin:0;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transform:translate(-50%);filter:drop-shadow(0 13px 18px rgba(0,0,0,.6))}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossFrameV33_1sthp_15521{top:10px;height:61px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539{min-width:148px;height:29px;padding-inline:27px;border-radius:13px 13px 5px 5px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539:before{top:3px;width:41px;height:27px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539:after{bottom:-4px;width:8px;height:8px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossIdentityV33_1sthp_15539>b{font-size:14px;letter-spacing:3px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossValueV33_1sthp_15600{top:31px;right:10.6%;width:100px;height:27px;gap:5px;padding-inline:5px;border-radius:3px 11px 11px 3px;font-size:12px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossValueV33_1sthp_15600:before{left:-6px;width:12px;height:12px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649{top:31px;height:27px;padding:3px;border-radius:12px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649:after{top:6px;right:6px;left:6px;height:2px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>i{top:3px;left:3px;height:19px;border-radius:9px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleHpTrackV21_1sthp_15649>s{top:1px;height:23px}._battleTopHud_1sthp_2443 ._battleBossBarV33_1sthp_15495 ._battleBossPhaseV33_1sthp_15713{top:62px;min-width:78px;padding:2px 9px 3px;border-radius:0 0 8px 8px;font-size:9px;letter-spacing:1px}._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495:before,._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495:after{display:none}@media(max-width:1180px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495{width:min(650px,100vw - 260px);min-width:500px}}@media(max-width:980px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495{width:min(620px,100vw - 180px);min-width:480px}}@media(max-width:760px){._battleTopHud_1sthp_2443 ._battleBossBarV21_1sthp_15896._battleBossBarV33_1sthp_15495{width:min(600px,100vw - 112px);min-width:0}}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:300px;min-height:112px;max-height:112px;grid-template-columns:minmax(0,1fr) 68px;grid-template-rows:84px minmax(10px,auto);gap:2px 5px;padding:10px 8px 7px;overflow:visible;border:0;border-radius:0;clip-path:none;background:url(/game-assets/battle-hud-player-plaque-v1-Bx1cqwiJ.webp) center/100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 11px 14px rgba(0,0,0,.52))}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:before,._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:after{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808>*{position:relative;z-index:1}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{position:relative;grid-column:1;grid-row:1;min-height:84px;display:block;overflow:visible;padding:0}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{position:absolute;top:15px;left:35px;width:72px;height:72px;margin:0;overflow:visible;border:0;border-radius:50%;background:transparent;box-shadow:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852:before{content:"";position:absolute;inset:9%;border-radius:50%;background:radial-gradient(circle at 48% 42%,#f8c66f33 0 18%,#5c221b57 48%,#071311e0 76%);box-shadow:inset 0 0 15px #000000ad,0 0 13px #cd8b372e;pointer-events:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{position:relative;z-index:1;width:84%;height:84%;margin:7% 8% 9%;object-fit:contain;filter:drop-shadow(-1px 0 1px rgba(255,204,112,.34)) drop-shadow(0 6px 4px rgba(0,0,0,.54)) saturate(1.08) contrast(1.045)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{position:absolute;top:34px;left:112px;width:100px;min-width:100px;gap:2px;padding:0}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:20px;justify-content:center}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{color:#f3d891;font-size:16px;text-shadow:0 2px 3px #000}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{margin-top:1px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882 b{color:#ffe0c7;font-size:11px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:7px;margin-top:2px;border-color:#80352bc2;box-shadow:inset 0 1px 3px #000000d1,0 0 0 1px #af733447}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{grid-template-columns:28px minmax(0,1fr) 32px;gap:4px;margin-top:4px;font-size:8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{grid-column:1/-1;grid-row:2;min-height:10px;padding:0 6px 0 90px}._playerManaDockV36_1sthp_22409{position:relative;z-index:2;grid-column:2;grid-row:1/3;align-self:center;justify-self:end;width:68px;height:68px;margin:0;pointer-events:none;border:0;background:transparent;box-shadow:none}._playerManaDockV36_1sthp_22409:before{display:none}._playerManaDockV36_1sthp_22409:after{display:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973{position:relative;width:68px;height:68px;min-height:68px;display:block;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{content:"";position:absolute;z-index:0;top:0;left:50%;width:68px;height:68px;border-radius:0;background:url(/game-assets/battle-hud-mana-medallion-v1-bLqQrXUt.webp) center/contain no-repeat;box-shadow:none;filter:drop-shadow(0 4px 5px rgba(0,0,0,.48));transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{position:absolute;z-index:2;top:15px;left:50%;width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border:0;border-radius:50%;color:#efffd9;background:transparent;box-shadow:inset 0 0 10px #000f0b70,0 0 8px #40d89f26;transform:translate(-50%)}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924:before{display:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924:after{display:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaFillV36_1sthp_22488{position:absolute;z-index:0;right:-2px;bottom:-3px;left:-2px;height:var(--mana-fill);max-height:52px;border-radius:50% 50% 44% 44%;background:linear-gradient(180deg,#64ffc72e,#25c08fa8);box-shadow:0 -8px 17px #5bf4bc4d;transition:height .36s cubic-bezier(.2,.75,.2,1)}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>svg{position:absolute;z-index:2;top:5px;left:6px;width:7px;height:7px;color:#aff7d7;opacity:.78}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{position:relative;z-index:3;margin-top:-6px;color:#fff2ba;font:500 18px/1 Georgia,Times New Roman,serif;text-shadow:0 2px 7px #03130e,0 0 13px rgba(133,255,205,.58)}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>span{position:absolute;z-index:3;bottom:5px;color:#d2f2d7;font:500 7px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:1px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>em{z-index:5;top:-4px;right:-9px;font-size:20px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaPipsV30_1sthp_16022{display:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaPipsV30_1sthp_16022>i{width:5px;height:3px;border:1px solid rgba(174,137,69,.56);border-radius:50%;background:#10110cd1;box-shadow:inset 0 0 2px #000}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaPipsV30_1sthp_16022>i[data-lit]{border-color:#84edbeb8;background:#55d7a4;box-shadow:0 0 7px #58e8afad}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaSourceV21_1sthp_16036{display:none}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924._isManaGainV36_1sthp_22561{animation:_manaOrbGainV36_1sthp_1 .62s cubic-bezier(.16,.84,.22,1)}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924._isManaSpendV36_1sthp_22565{animation:_manaOrbSpendV36_1sthp_1 .46s ease-out}@keyframes _manaOrbGainV36_1sthp_1{0%{filter:brightness(.8);scale:.9}44%{filter:brightness(1.55);scale:1.09;box-shadow:inset 0 0 16px #010907,0 0 30px #5bf4bcc2}to{filter:brightness(1);scale:1}}@keyframes _manaOrbSpendV36_1sthp_1{0%{filter:brightness(1.25);scale:1}38%{filter:brightness(.7);scale:.92}to{filter:brightness(1);scale:1}}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:284px;grid-template-columns:minmax(0,1fr) 64px}._playerManaDockV36_1sthp_22409{transform:scale(.92);transform-origin:right center}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:252px;min-height:104px;max-height:116px;grid-template-columns:minmax(0,1fr) 68px;grid-template-rows:72px minmax(16px,auto)}._playerManaDockV36_1sthp_22409{transform:scale(.76);transform-origin:right center}}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{position:absolute;right:18px;bottom:18px;width:238px;height:175px;display:block;padding:0;overflow:visible;border:0;border-radius:0;clip-path:none;background:url(/game-assets/battle-hud-command-altar-v1-Dy-52o-r.webp) center/100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 12px 15px rgba(0,0,0,.54))}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598:before,._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598:after{display:none}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603{position:absolute;inset:0;min-height:0;display:block;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{position:absolute;top:15px;left:14px;width:70px;height:70px;border:0;border-radius:50%;background:transparent;box-shadow:inset 0 0 18px #00150e73,0 0 13px #36d6971f}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{top:5px;left:31px;bottom:auto;width:5px;height:9px;border:1px solid rgba(218,183,107,.46);border-radius:5px 5px 2px 2px;background:#12241bc2;box-shadow:inset 0 0 3px #000000b8;transform-origin:3px 30px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(1){transform:rotate(0)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(2){transform:rotate(60deg)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(3){transform:rotate(120deg)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(4){transform:rotate(180deg)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(5){transform:rotate(240deg)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i:nth-child(6){transform:rotate(300deg)!important}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i[data-lit=true]{border-color:#f8d884;background:linear-gradient(#fff0aa,#ca872d);box-shadow:0 0 8px #f8c24adb}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>b{position:absolute;top:50%;left:50%;color:#fff0b1;font:500 23px/1 Georgia,Times New Roman,serif;text-shadow:0 2px 6px #06110c,0 0 14px rgba(91,231,172,.4);transform:translate(-50%,-50%)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>em{top:-4px;right:-7px;z-index:5}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child{position:absolute;top:29px;left:91px;width:126px;display:grid;justify-items:start;gap:5px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child span{color:#d4b66d;font:600 11px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.12em}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child b{color:#f4d895;font:500 17px/1 Georgia,Times New Roman,serif;text-shadow:0 2px 5px #000}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child small{display:none}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{position:absolute;top:99px;right:17px;left:17px;height:36px;display:block}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{width:100%;height:36px;min-height:36px;display:grid;grid-template-columns:30px minmax(0,1fr) 48px;grid-template-rows:36px;align-items:center;gap:6px;padding:0 1px;overflow:visible;border:0;border-radius:0;clip-path:none;background:radial-gradient(ellipse at 42% 50%,rgba(111,28,31,.34),rgba(52,15,20,.12) 48%,transparent 76%);box-shadow:none}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:28px;height:28px;border:1px solid rgba(205,112,71,.86);border-radius:50%;box-shadow:0 0 0 2px #130709db,0 0 10px #9a252938}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{gap:1px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{display:block;color:#bd7060;font-size:7px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{color:#f0c4a0;font-size:10px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 small{display:none}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:48px;min-height:28px;border:1px solid rgba(147,72,59,.74);border-radius:10px;color:#e6b89a94;background:linear-gradient(180deg,#47181b9e,#190b0ead);font-size:9px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018{animation:_ultimateReadyPanelV27_1sthp_1 1.45s ease-in-out infinite}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018 button:not(:disabled){border-color:#ffd782;color:#2a0f0c;background:linear-gradient(135deg,#8d2626,#f0a64e 46%,#ffe6a0 63%,#a12f27);box-shadow:0 0 19px #f470369e,0 0 7px #ffdb818c}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{position:absolute;right:18px;bottom:13px;left:18px;min-height:30px;height:30px;border:1px solid rgba(179,129,60,.62);border-radius:12px;clip-path:none;color:#ead199;background:linear-gradient(180deg,#30221894,#091411a3);box-shadow:inset 0 1px #ffeab314;font-size:11px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731:not(:disabled):hover{border-color:#e5b55beb;color:#fff0bd;background:linear-gradient(180deg,#50331bc7,#0c241bc2)}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:10px;bottom:16px;transform:scale(.9);transform-origin:right bottom}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:7px;bottom:12px;transform:scale(.76);transform-origin:right bottom}}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{background-image:url(/game-assets/battle-hud-command-altar-v2-CgmV3c8V.webp)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{background:radial-gradient(circle at 50% 50%,rgba(206,130,39,.22) 0 19%,rgba(28,15,10,.34) 21% 42%,transparent 44%);box-shadow:inset 0 0 12px #0000007a,0 0 8px #d580231f}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{width:6px;height:10px;border-color:#7a4d23d6;background:linear-gradient(180deg,#3d2418,#170d0a);box-shadow:inset 0 0 3px #050302}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i[data-lit=true]{border-color:#ffd47a;background:linear-gradient(180deg,#fff0aa 0 22%,#e2982c 48%,#a23524);box-shadow:0 0 5px #ffcb66,0 0 11px #c8371fa8}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>b{color:#ffe0a0;text-shadow:0 2px 6px #170807,0 0 13px rgba(221,117,28,.54)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child span{color:#e2bb69}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child b{color:#f6d28a}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{width:auto!important;max-width:none;box-sizing:border-box;margin:0}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{position:absolute;right:20px;bottom:202px;z-index:79;width:138px;min-height:84px;height:84px;display:block;padding:0;overflow:visible;border:0;border-radius:0;clip-path:none;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752{position:absolute;top:0;right:0;width:53px;height:74px;filter:drop-shadow(0 8px 8px rgba(0,0,0,.58));transform:rotate(2deg);transform-origin:50% 85%}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>i{position:absolute;inset:0;border:0;border-radius:5px;background:url(/game-assets/battle-card-back-v1-Dgu0zXYz.webp) center/100% 100% no-repeat;box-shadow:none}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>i:nth-child(1){transform:translate(-7px,3px) rotate(-5deg);opacity:.68;filter:brightness(.68)}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>i:nth-child(2){transform:translate(-4px,1px) rotate(-2deg);opacity:.86;filter:brightness(.83)}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>i:nth-child(3){transform:none;opacity:1}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>b{right:-7px;bottom:-5px;z-index:10;min-width:22px;height:22px;border:1px solid #e0aa4d;color:#26150b;background:radial-gradient(circle at 35% 28%,#fff0b5,#d79a3b 56%,#84501f);box-shadow:0 0 0 2px #190e09e6,0 3px 8px #0000008c;font-size:11px}._cardsBarV4_1sthp_6971 ._drawPileLowV21_1sthp_18380>i:nth-child(3){filter:saturate(.9) sepia(.12) drop-shadow(0 0 6px rgba(218,91,43,.62))}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765{position:absolute;top:20px;right:65px;width:68px;display:grid;justify-items:end;gap:5px;color:#e7d19db8;text-align:right}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765>b{color:#f2d99c;font:600 10px/1.15 STKaiti,Kaiti SC,KaiTi,serif}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765>span{margin:0;color:#d6c6a07a;font-size:8px}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>._drawFlyCardV13_1sthp_17583{position:absolute;inset:0;z-index:20;border:0;border-radius:5px;background:url(/game-assets/battle-card-back-v1-Dgu0zXYz.webp) center/100% 100% no-repeat;box-shadow:0 8px 16px #00000085;pointer-events:none;animation:_drawFlyCardV38_1sthp_1 .66s cubic-bezier(.2,.78,.22,1) both;animation-delay:calc(var(--draw-index, 0) * 90ms)}@keyframes _drawFlyCardV38_1sthp_1{0%{opacity:0;transform:translate(0) rotate(2deg) scale(.9)}16%{opacity:1;transform:translate(-8px,4px) rotate(-3deg) scale(1.06)}74%{opacity:1}to{opacity:0;transform:translate(var(--draw-flight-x, -94px),var(--draw-flight-y, 108px)) rotate(var(--draw-flight-rotate, -8deg)) scale(1.2)}}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i{animation:_deckShuffleV38_1sthp_1 .52s cubic-bezier(.2,.75,.2,1) both}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i:nth-child(2){animation-delay:55ms}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752._isShuffling_1sthp_18393>i:nth-child(3){animation-delay:.11s}@keyframes _deckShuffleV38_1sthp_1{0%,to{filter:brightness(1)}38%{transform:translate(-15px,-5px) rotate(-8deg);filter:brightness(1.35)}68%{transform:translate(5px,1px) rotate(4deg)}}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{right:10px;bottom:183px;transform:scale(.9);transform-origin:right bottom}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{right:7px;bottom:145px;transform:scale(.76);transform-origin:right bottom}}._tutorialFocusVeilV39_1sthp_23080{position:fixed;z-index:84;inset:0;pointer-events:none;opacity:1;transition:background .26s ease,opacity .22s ease}._tutorialFocusVeilV39_1sthp_23080[data-step="2"]{background:radial-gradient(ellipse 35% 25% at 52% 88%,transparent 0 60%,rgba(5,8,8,.64) 78%)}._tutorialFocusVeilV39_1sthp_23080[data-step="3"]{background:radial-gradient(ellipse 20% 29% at 91% 82%,transparent 0 56%,rgba(5,8,8,.66) 76%)}._tutorialFocusVeilV39_1sthp_23080[data-step="4"]{background:radial-gradient(ellipse 38% 21% at 50% 11%,transparent 0 58%,rgba(5,8,8,.64) 78%)}._tutorialFocusVeilV39_1sthp_23080[data-step="5"]{background:radial-gradient(ellipse 22% 33% at 90% 77%,transparent 0 55%,rgba(5,8,8,.6) 77%)}._battleV4_1sthp_2398[data-tutorial-step="2"] ._handV4_1sthp_7024,._battleV4_1sthp_2398[data-tutorial-step="2"] ._playerManaDockV36_1sthp_22409,._battleV4_1sthp_2398[data-tutorial-step="3"] ._commandAltarV23_1sthp_14598,._battleV4_1sthp_2398[data-tutorial-step="4"] ._battleBossBarV33_1sthp_15495,._battleV4_1sthp_2398[data-tutorial-step="5"] ._commandAltarV23_1sthp_14598{z-index:88;filter:drop-shadow(0 0 12px rgba(232,184,84,.48))}._tutorialCoachV5_1sthp_10792[data-step]{position:fixed;z-index:92;margin:0;transition:top .24s ease,right .24s ease,bottom .24s ease,left .24s ease}._tutorialCoachV5_1sthp_10792[data-step="2"]{right:auto;bottom:225px;left:27%}._tutorialCoachV5_1sthp_10792[data-step="3"]{right:246px;bottom:156px;left:auto}._tutorialCoachV5_1sthp_10792[data-step="4"]{inset:126px 20% auto auto}._tutorialCoachV5_1sthp_10792[data-step="5"]{right:250px;bottom:228px;left:auto}._tutorialCoachV5_1sthp_10792[data-step="3"]:after,._tutorialCoachV5_1sthp_10792[data-step="5"]:after{right:28px;left:auto}._tutorialCoachV5_1sthp_10792[data-step="4"]:after{inset:-8px 48px auto auto;border:0;border-top:1px solid rgba(226,178,82,.48);border-left:1px solid rgba(226,178,82,.48)}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:360px;min-height:142px;max-height:142px;grid-template-columns:minmax(0,1fr) 82px;grid-template-rows:107px minmax(18px,auto);padding:12px 10px 8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{min-height:107px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:18px;left:42px;width:88px;height:88px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:38px;left:132px;width:134px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{min-height:18px;padding-left:94px;overflow:visible}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span[data-buff=debuff]{border-color:#cd4a4194;color:#f2b0a2;background:#5a1619b8;box-shadow:0 0 8px #c4302a33}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span[data-buff=cleanse]{border-color:#53ca9e8c;color:#bff2dc;background:#10493ab3}._playerManaDockV36_1sthp_22409,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:82px;height:82px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973{min-height:82px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:18px;width:46px;height:46px}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{width:268px;height:194px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{top:16px;left:16px;width:78px;height:78px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{left:35px;transform-origin:3px 34px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child{top:32px;left:103px;width:142px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child span{font-size:12px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>div:last-child b{font-size:18px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:108px;right:19px;left:19px;height:42px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{height:42px;min-height:42px;grid-template-columns:35px minmax(0,1fr) 56px;grid-template-rows:42px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:34px;height:34px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{font-size:11px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:56px;min-height:32px;font-size:10px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{right:19px;bottom:14px;left:19px;height:34px;min-height:34px;font-size:12px}._cardsBarV4_1sthp_6971 ._endTurnNudgeV39_1sthp_15352:not(:disabled){color:#28170c;border-color:#f2c367;background:linear-gradient(135deg,#ffe7a1,#d39735 55%,#f7cf72);box-shadow:0 0 0 1px #ffe9a652,0 0 22px #e6a73db3;animation:_endTurnNudgeV39_1sthp_15352 1.15s ease-in-out infinite}@keyframes _endTurnNudgeV39_1sthp_15352{0%,to{transform:translateY(0);filter:brightness(1)}50%{transform:translateY(-2px);filter:brightness(1.15)}}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{width:172px;min-height:108px;height:108px;bottom:222px}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752{width:69px;height:96px}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>b{right:-8px;bottom:-6px;min-width:25px;height:25px;font-size:12px}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765{top:28px;right:83px;width:82px}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765>b{font-size:11px}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:342px;transform:scale(.88);transform-origin:left bottom}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.88)}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:198px;transform:scale(.88)}._tutorialCoachV5_1sthp_10792[data-step="3"],._tutorialCoachV5_1sthp_10792[data-step="5"]{right:205px}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:330px;transform:scale(.72)}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.74)}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:159px;transform:scale(.74)}._tutorialCoachV5_1sthp_10792[data-step]{right:12px;bottom:172px;left:12px;width:auto}._tutorialCoachV5_1sthp_10792[data-step="4"]{top:110px;bottom:auto}}._tutorialFocusVeilV39_1sthp_23080{position:fixed;z-index:300;inset:0;overflow:hidden;pointer-events:none;background:transparent!important}._tutorialFocusHoleV40_1sthp_23406{position:fixed;display:block;border:1px solid rgba(236,194,101,.84);border-radius:16px;background:transparent;box-shadow:0 0 0 9999px #050708ad,0 0 0 4px #daa34229,0 0 28px #efc25b75;transition:left .24s ease,top .24s ease,width .24s ease,height .24s ease}._tutorialCoachV5_1sthp_10792[data-step]{position:fixed!important;z-index:302;right:auto!important;bottom:auto!important;width:min(360px,100vw - 24px);min-height:132px;margin:0;padding:18px 18px 14px;border:1px solid rgba(224,176,80,.58);border-radius:14px;color:#fff1cd;background:linear-gradient(135deg,#331f16fa,#0c1916fa),#15130f;box-shadow:0 18px 50px #0000008f,inset 0 0 0 2px #dfab4b12,inset 0 1px #ffebb51f;transform:none!important;pointer-events:auto;transition:left .24s ease,top .24s ease}._tutorialCoachV5_1sthp_10792[data-step]:after{display:none}._tutorialCoachV5_1sthp_10792[data-step]>span{display:block;padding-right:82px;color:#70d4b4;font-size:10px;font-weight:900;letter-spacing:.12em}._tutorialCoachV5_1sthp_10792[data-step]>b{display:block;margin:7px 0 5px;color:#ffe4a2;font:900 17px/1.25 STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._tutorialCoachV5_1sthp_10792[data-step]>p{margin:0;color:#fff1d2c2;font-size:11px;line-height:1.62}._tutorialSkipV40_1sthp_23462{position:absolute;top:10px;right:11px;min-height:26px!important;margin:0!important;padding:0 8px!important;border-color:#e0b0503d!important;color:#ffebbfa8!important;background:#080d0c85!important;font-size:10px!important}._tutorialCoachActionsV40_1sthp_23475{display:flex;justify-content:flex-end;gap:8px;margin-top:11px}._tutorialCoachActionsV40_1sthp_23475 button{min-height:32px;margin:0!important;padding:0 13px}._tutorialCoachActionsV40_1sthp_23475 button:first-child:not(:last-child){color:#ffebc2bd;background:#191c17c7}._battleV4_1sthp_2398[data-tutorial-step] ._cardInspectV4_1sthp_11067{display:none}@media(max-width:700px){._tutorialCoachV5_1sthp_10792[data-step]{width:min(320px,100vw - 20px);min-height:124px;padding:16px 14px 12px}._tutorialFocusHoleV40_1sthp_23406{border-radius:12px}}._mulliganCardV4_1sthp_145>b{z-index:7;right:16.5%;left:16.5%;bottom:13.6%;width:auto;height:12.2%;padding:1px 20px 0;font-size:clamp(11px,1vw,15px)}._mulliganCardV4_1sthp_145>i{z-index:10;bottom:.2%}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{z-index:7;right:16.5%;left:16.5%;bottom:13.4%;width:auto}._skillCardV4_1sthp_44 ._skillName_1sthp_64{padding-inline:13px}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:10;bottom:.2%}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{width:302px;height:220px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603{top:18px;left:17px;width:90px;height:90px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>i{top:6px;left:40px;transform-origin:3px 39px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>b{top:43%;font-size:27px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603 ._willRingV21_1sthp_14603>._commandWillLabelV41_1sthp_14643{position:absolute;right:0;bottom:18px;left:0;display:block;color:#f4d189d6;font:700 10px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.15em;text-align:center;text-shadow:0 1px 4px #120706}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:19px;right:18px;left:118px;height:91px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{width:100%;height:91px;min-height:91px;box-sizing:border-box;grid-template-columns:47px minmax(0,1fr);grid-template-rows:50px 33px;gap:5px 8px;padding:4px 2px 3px;background:radial-gradient(ellipse at 26% 38%,rgba(139,47,31,.25),rgba(52,15,20,.1) 56%,transparent 80%)}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{width:44px;height:44px;grid-row:1/3;align-self:center}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{min-width:0;align-self:end;gap:3px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{font-size:8px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 button{width:100%;min-width:0;min-height:31px;height:31px;box-sizing:border-box;align-self:start;font-size:10px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{right:18px;bottom:15px;left:18px;min-height:42px;height:42px;box-sizing:border-box;font-size:13px}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.84)}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.7)}}@media(max-width:700px){._mulliganCardV4_1sthp_145>b{right:16%;left:16%;padding-inline:15px;font-size:10px}}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{width:302px;height:202px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{right:17px;bottom:12px;left:17px;width:auto!important;height:44px;min-height:44px;padding:0;border-radius:12px;font-size:13px}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{right:20px;bottom:214px;width:216px;min-height:132px;height:132px}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752{width:90px;height:125px}._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>b{right:-9px;bottom:-7px;min-width:29px;height:29px;font-size:13px}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765{top:37px;right:105px;width:102px}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765>b{font-size:12px}._cardsBarV4_1sthp_6971 ._turnLedgerV13_1sthp_14765>span{font-size:9px}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.84)}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:196px;transform:scale(.84)}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.7)}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:155px;transform:scale(.7)}}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:16px;bottom:15px;width:368px;min-height:148px;max-height:148px;grid-template-columns:minmax(0,1fr) 76px;grid-template-rows:105px 29px;gap:0;padding:7px 10px 7px 8px;overflow:visible;background:url(/game-assets/battle-hud-player-plaque-v1-Bx1cqwiJ.webp) center/100% 100% no-repeat;filter:drop-shadow(0 12px 16px rgba(0,0,0,.58))}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{grid-column:1;grid-row:1;min-height:105px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:24px;left:36px;width:88px;height:88px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:82%;height:82%;margin:8% 9% 10%}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:31px;left:132px;width:137px;min-width:137px;gap:4px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:22px;justify-content:flex-start}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{font-size:18px;letter-spacing:.08em}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{margin-top:2px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882 span{font-size:9px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882 b{font-size:12px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:8px;margin-top:2px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{grid-template-columns:25px minmax(0,1fr) 30px;gap:4px;margin-top:5px;font-size:8px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{position:absolute;z-index:4;right:21px;bottom:13px;left:128px;width:auto;min-height:26px;max-height:30px;display:flex;align-items:center;justify-content:flex-start;gap:4px;padding:3px 6px;overflow-x:auto;overflow-y:hidden;border:1px solid rgba(143,98,41,.48);border-radius:8px;background:linear-gradient(180deg,#161410d1,#050d0bc7);box-shadow:inset 0 1px #ffe09712,inset 0 0 8px #0000009e;scrollbar-width:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span{flex:0 0 auto;min-height:18px;display:inline-flex;align-items:center;gap:3px;padding:0 6px;border:1px solid rgba(67,166,129,.36);border-radius:5px;color:#c9eadb;background:#124b3a7a;font-size:8px;line-height:1}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span b{font-size:8px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:76px;height:76px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{position:absolute;top:30px;right:13px;margin:0}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973{min-height:76px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:16px;width:43px;height:43px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{font-size:19px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>span{bottom:5px;font-size:7px}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:16px;bottom:14px;width:292px;height:176px;overflow:visible;background:url(/game-assets/battle-hud-command-altar-v3-DzXTMdME.webp) center/100% 100% no-repeat;filter:drop-shadow(0 13px 17px rgba(0,0,0,.6))}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child{top:13px;left:8px;width:101px;min-width:101px;height:101px;min-height:101px;overflow:visible;background:transparent;box-shadow:none}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:before,._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:after{content:"";position:absolute;z-index:1;inset:17px;display:block;border-radius:50%;pointer-events:none;-webkit-mask:radial-gradient(circle,transparent 0 58%,#000 61% 78%,transparent 81%);mask:radial-gradient(circle,transparent 0 58%,#000 61% 78%,transparent 81%)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:before{background:conic-gradient(from -90deg,#65431fc7,#23180fe0);box-shadow:inset 0 0 6px #000000b8}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:after{background:conic-gradient(from -90deg,#fff5bd 0deg,#efbd50 var(--will-progress),transparent var(--will-progress) 360deg);filter:drop-shadow(0 0 4px rgba(255,201,89,.74));transition:background .26s ease}@keyframes _willSegmentLitV43_1sthp_1{0%{filter:brightness(.94)}to{filter:brightness(1.24)}}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{z-index:2;top:48%;left:50%;font-size:23px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>._commandWillLabelV41_1sthp_14643{right:0;bottom:20px;left:0;font-size:9px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:20px;right:13px;left:112px;height:96px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{position:relative;width:100%;height:96px;min-height:96px;display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-rows:1fr;align-items:center;gap:10px;padding:8px 24px 8px 4px;overflow:hidden;border:0;border-radius:18px;appearance:none;color:inherit;background:transparent;box-shadow:none;text-align:left;cursor:pointer}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:after{content:"›";position:absolute;top:50%;right:9px;color:#e9b248b8;font:700 24px/1 Georgia,serif;transform:translateY(-52%)}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:disabled{cursor:default;filter:saturate(.68) brightness(.82)}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{grid-column:1;grid-row:1;width:52px;height:52px;align-self:center;justify-self:center;border:1px solid rgba(219,151,64,.72);border-radius:50%;box-shadow:0 0 0 3px #170a08db,0 4px 12px #00000094}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{min-width:0;display:grid;align-content:center;gap:4px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{color:#b77b62;font:700 8px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.1em}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{overflow:hidden;color:#f1cd87;font:800 14px/1.15 STKaiti,Kaiti SC,KaiTi,serif;text-overflow:ellipsis;white-space:nowrap}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 small{display:block;color:#dbba7c80;font-size:8px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018:not(:disabled){border-color:#ffd36ce0;background:radial-gradient(circle at 18% 50%,rgba(249,127,42,.42),transparent 38%),linear-gradient(135deg,#581e14db,#27100e99);box-shadow:inset 0 1px #ffefbb38,0 0 18px #eb752685;animation:_ultimateReadyV43_1sthp_1 1.35s ease-in-out infinite}@keyframes _ultimateReadyV43_1sthp_1{0%,to{filter:brightness(1)}50%{filter:brightness(1.18);box-shadow:inset 0 1px #ffefbb47,0 0 27px #f78a2db8}}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{right:13px;bottom:8px;left:13px;width:auto!important;height:35px;min-height:35px;padding:0;border:1px solid rgba(171,116,47,.58);border-radius:12px;color:#ead09a;background:radial-gradient(ellipse at 50% 0,rgba(137,82,34,.18),transparent 56%),linear-gradient(180deg,#2e1d149e,#080f0db8);box-shadow:inset 0 1px #ffeab01a,inset 0 0 14px #00000061;font:800 14px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.1em}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731>svg{width:16px;height:16px}._mulliganCardV4_1sthp_145>b{z-index:8;right:15%;bottom:14.5%;left:15%;width:auto;height:13.4%;padding:1px 20px 0}._mulliganCardV4_1sthp_145:after{content:"";position:absolute;z-index:7;bottom:7.1%;left:50%;width:30px;height:23px;border:2px solid rgba(188,145,57,.88);border-radius:4px 4px 48% 48%;background:linear-gradient(135deg,#12845f,#063b31 62%,#0a1714);box-shadow:inset 0 0 5px #77f4bc4d,0 3px 5px #00000094;transform:translate(-50%);pointer-events:none}._mulliganCardV4_1sthp_145>i{z-index:10;bottom:-.2%}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{z-index:8;right:15%;bottom:9.4%;left:15%;width:auto;min-height:18%;grid-template-rows:minmax(0,1fr) 1.2em;gap:1px}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53:after{content:"";position:absolute;z-index:-1;bottom:-29px;left:50%;width:27px;height:25px;border:2px solid rgba(181,140,55,.86);border-radius:4px 4px 48% 48%;background:linear-gradient(135deg,#12845f,#063b31 62%,#0a1714);box-shadow:inset 0 0 5px #77f4bc47,0 3px 5px #0000008f;transform:translate(-50%);pointer-events:none}._skillCardV4_1sthp_44 ._skillName_1sthp_64{min-height:0;padding:2px 12px 3px;font-size:clamp(8px,.72vw,11px);line-height:1;white-space:nowrap}._skillCardV4_1sthp_44 ._skillNameLongV11_1sthp_14816{font-size:clamp(7px,.64vw,9px)}._skillCardV4_1sthp_44 ._skillEffectV4_1sthp_11055{height:1.2em;overflow:hidden;font-size:6.5px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:10;bottom:-15%}._cardsBarV4_1sthp_6971 ._handV4_1sthp_7024{bottom:55px}@media(max-width:1400px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.86);transform-origin:left bottom}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{transform:scale(.9);transform-origin:right bottom}}@media(max-width:1180px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:10px;width:368px;transform:scale(.84);transform-origin:left bottom}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:10px;transform:scale(.84);transform-origin:right bottom}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:203px}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:7px;width:368px;min-height:148px;max-height:148px;transform:scale(.7)}._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598{right:7px;transform:scale(.7)}._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{bottom:162px}}@media(max-width:700px){._mulliganCardV4_1sthp_145>b{padding-inline:14px;font-size:10px}._skillCardV4_1sthp_44 ._skillName_1sthp_64{padding-inline:9px}}._skillCardV4_1sthp_44:after,._mulliganCardV4_1sthp_145:after,._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53:after{content:none!important;display:none!important}._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{right:15%;bottom:13.4%;left:15%;min-height:17%}._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:12;bottom:1.2%}._mulliganCardV4_1sthp_145>b{bottom:13.5%}._mulliganCardV4_1sthp_145>i{bottom:1.2%}._unifiedCardFrameV44_1sthp_24243{display:none}._skillCardV4_1sthp_44[data-unified-card-frame=true],._mulliganCardV4_1sthp_145[data-unified-card-frame=true]{overflow:visible;border-color:transparent;border-radius:0;background:transparent;box-shadow:none}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440,._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440{position:absolute;z-index:1;inset:0;overflow:visible;border-radius:0}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img,._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243,._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243{display:none!important}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillTypeV4_1sthp_12{z-index:10}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillCardInfo_1sthp_53{z-index:9;right:14.5%;bottom:19.1%;left:14.5%;min-height:11.8%;grid-template-rows:minmax(0,1fr);gap:0;border:0;background:transparent;box-shadow:none}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillName_1sthp_64{width:100%;height:100%;display:grid;place-items:center;min-height:0;margin:0;padding:1px 6px 0;border:0;color:#24150b;background:transparent;box-shadow:none;font-family:Kaiti SC,STKaiti,KaiTi,Songti SC,serif;font-size:clamp(9px,.78vw,13px);font-weight:700;letter-spacing:.1em;line-height:1;text-shadow:0 1px rgba(255,236,171,.72)}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillNameLongV11_1sthp_14816{font-size:clamp(7px,.68vw,10px)}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillEffectV4_1sthp_11055{display:none}._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillCostV4_1sthp_44{z-index:12;bottom:1.25%;width:29px;height:29px;border-color:#f5d376e6;box-shadow:inset 0 0 9px #ffffff6b,0 3px 7px #00000094}._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>b{z-index:9;right:14.5%;bottom:19.1%;left:14.5%;width:auto;height:11.8%;min-height:0;padding:1px 18px 0;border:0;color:#24150b;background:transparent;box-shadow:none;font-family:Kaiti SC,STKaiti,KaiTi,Songti SC,serif;font-size:clamp(12px,1vw,17px);font-weight:700;letter-spacing:.1em;line-height:1;text-shadow:0 1px rgba(255,236,171,.72)}._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>b:before,._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>b:after{content:none}._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>i{z-index:12;bottom:1.25%}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:16px;bottom:15px;width:360px;min-height:130px;max-height:130px;aspect-ratio:1163/420;grid-template-columns:1fr;grid-template-rows:1fr;padding:0;overflow:visible;background:url(/game-assets/battle-hud-player-plaque-v1-Bx1cqwiJ.webp) center/100% 100% no-repeat}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{position:absolute;inset:0;min-height:0}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:22px;left:34px;width:88px;height:88px;overflow:hidden;border-radius:50%}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:84%;height:84%;margin:8%;object-fit:contain;border-radius:50%}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:22px;left:142px;width:129px;min-width:129px;gap:2px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:24px;align-items:center}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{font-size:17px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child span{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:8px;margin-top:1px;overflow:hidden;border:1px solid rgba(101,68,31,.72);border-radius:999px;background:linear-gradient(180deg,#040807f5,#130807eb);box-shadow:inset 0 2px 4px #000000db,0 1px #ffd87821}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{grid-template-columns:minmax(0,1fr);margin-top:6px;gap:0}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>span,._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>em{display:none}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>i{width:100%;height:7px;overflow:hidden;border:1px solid rgba(123,91,42,.7);border-radius:999px;background:linear-gradient(180deg,#050c0af5,#030706fa);box-shadow:inset 0 2px 5px #000000e6,0 1px #ffd8781f}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>i>b{border-radius:inherit;background:linear-gradient(90deg,#1b8b72,#57d4b5 72%,#fff0a3);box-shadow:0 0 7px #4eddb585}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:66px;height:66px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{top:28px;right:16px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973{min-height:66px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:13px;width:39px;height:39px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{font-size:17px}._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>span{bottom:4px;font-size:6px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:84px;bottom:8px;left:142px;min-height:20px;max-height:22px;padding:1px 0;border:0;border-radius:0;background:transparent;box-shadow:none}@media(max-width:1400px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:360px;min-height:130px;max-height:130px;transform:scale(.9)}}@media(max-width:980px){._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:360px;min-height:130px;max-height:130px;transform:scale(.72)}}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:26px;left:50px;width:82px;height:82px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:100%;height:100%;margin:0;object-fit:contain}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:31px;left:150px;width:122px;min-width:122px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:21px}._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{font-size:16px;line-height:1}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:before,._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child:after{content:none;display:none}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{z-index:2;top:50%;left:50%;color:#f4d790;font-size:24px;line-height:1;text-shadow:0 1px 2px #000,0 0 9px rgba(224,169,69,.28);transform:translate(-50%,-50%)}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>em{z-index:3;top:17px;right:7px}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child{isolation:isolate}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580{position:absolute;z-index:1;inset:15px;display:block;border-radius:50%;pointer-events:none}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i{position:absolute;inset:0;display:block;border-radius:50%;opacity:0;background:conic-gradient(from 0deg,rgba(255,245,183,.98) 0deg,#efb94e 55deg,transparent 59deg 360deg);filter:drop-shadow(0 0 6px rgba(255,191,71,.9));-webkit-mask:radial-gradient(circle,transparent 0 25%,#000 28% 77%,transparent 80%);mask:radial-gradient(circle,transparent 0 25%,#000 28% 77%,transparent 80%);transition:opacity .22s ease,filter .22s ease}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i[data-lit=true]{opacity:1;animation:_willPetalIgniteV46_1sthp_1 .42s cubic-bezier(.18,.82,.24,1) both}@keyframes _willPetalIgniteV46_1sthp_1{0%{opacity:0;filter:brightness(2.2) drop-shadow(0 0 14px rgb(255,225,125))}55%{opacity:1;filter:brightness(1.45) drop-shadow(0 0 9px rgba(255,195,68,.96))}to{opacity:1;filter:brightness(1) drop-shadow(0 0 5px rgba(255,191,71,.82))}}._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{z-index:4;top:50%;left:50%;margin:0;transform:translate(-50%,-50%)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(1){transform:rotate(0)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(2){transform:rotate(60deg)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(3){transform:rotate(120deg)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(4){transform:rotate(180deg)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(5){transform:rotate(240deg)}._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(6){transform:rotate(300deg)}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:18px;right:12px;left:111px;height:98px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954,._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:only-child{height:98px;min-height:98px;padding:7px 25px 7px 5px}._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{justify-self:stretch;align-self:center;align-content:center;min-height:62px}._cardsBarV4_1sthp_6971 ._endTurnV23_1sthp_14731{right:12px;bottom:9px;left:12px;width:auto!important;height:29px;min-height:29px;border-radius:11px;font-size:11px}@keyframes _bossCounterMaterialV4_1sthp_1{0%{opacity:0;transform:translate(-50%,-50%) scaleX(var(--boss-fx-flip)) scale(.24,.58);filter:brightness(2.1) blur(7px)}18%{opacity:.98;transform:translate(-50%,-50%) scaleX(var(--boss-fx-flip)) scale(.82);filter:brightness(1.48)}46%{opacity:1;transform:translate(-50%,-50%) scaleX(var(--boss-fx-flip)) scale(1)}74%{opacity:.86;transform:translate(-50%,-50%) scaleX(var(--boss-fx-flip)) scale(1.06)}to{opacity:0;transform:translate(-50%,-50%) scaleX(var(--boss-fx-flip)) scale(1.2,.94);filter:brightness(.82) blur(3px)}}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>b{inset:74.2% 14.5% auto;height:10.6%;min-height:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0!important;padding:0 8px!important;line-height:1!important;transform:none!important}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{inset:74.2% 14.5% auto;height:10.6%;min-height:0;grid-template-rows:1fr;place-items:center;gap:0;padding:0;box-sizing:border-box;overflow:hidden}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>._skillName_1sthp_64,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>._skillNameLongV11_1sthp_14816{position:static;width:100%;height:100%;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0!important;padding:0 7px!important;line-height:1!important;transform:none!important}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child{top:22px;left:8px;width:101px;min-width:101px;height:101px;min-height:101px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580{inset:14px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671{top:44px;right:12px;left:111px;height:76px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954{height:76px;min-height:76px;align-items:center;padding:0 24px 0 4px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>div{min-height:0;align-self:center;align-content:center}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnV23_1sthp_14731{inset:132px 13px auto;width:auto!important;height:24px;min-height:24px;border:0!important;border-radius:4px;background:transparent!important;box-shadow:none!important;box-sizing:border-box;overflow:hidden;line-height:24px!important}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true],._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true]{isolation:isolate;overflow:visible;background:transparent}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440{z-index:1;inset:8.2% 13.1% 39.2%;overflow:hidden;border-radius:48% 48% 13% 13%/20% 20% 8% 8%;clip-path:none;background:#07100f}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img{position:absolute;top:-15.5%;left:-16%;width:132%;height:192%;object-fit:fill;mix-blend-mode:normal;filter:none;transform:none}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243{position:absolute;z-index:7;inset:0;display:block!important;pointer-events:none;background:url(/game-assets/xinzuo-card-frame-overlay-v1-Bp2v3KRz.webp) center/100% 100% no-repeat;filter:drop-shadow(0 10px 10px rgba(0,0,0,.46))}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>b,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53{z-index:9;inset:68.75% 14.8% auto;width:auto;height:10.7%;min-height:0;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;transform:none!important}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>._skillName_1sthp_64,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>._skillNameLongV11_1sthp_14816{width:100%;height:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0!important;padding:1px 8px 0!important;overflow:hidden;color:#28150a;background:transparent!important;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:clamp(9px,.82vw,13px);font-weight:800;letter-spacing:.08em;line-height:1!important;text-align:center;text-overflow:ellipsis;text-shadow:0 1px rgba(255,238,176,.78);white-space:nowrap;transform:none!important}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>b{width:auto;height:10.7%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:1px 9px 0!important;overflow:hidden;color:#28150a;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;font-size:clamp(12px,1.04vw,17px);font-weight:800;letter-spacing:.08em;line-height:1!important;text-align:center;text-overflow:ellipsis;text-shadow:0 1px rgba(255,238,176,.78);white-space:nowrap}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCardInfo_1sthp_53>._skillNameLongV11_1sthp_14816{font-size:clamp(8px,.72vw,11px)}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:11;top:auto;bottom:-.2%;left:50%;width:18%;height:12%;min-width:29px;min-height:29px;max-width:42px;max-height:42px;border:0;border-radius:50%;background:radial-gradient(circle at 36% 28%,#71e9ff 0 7%,#2c9fc7 33%,#155978 65%,#0a2945);box-shadow:inset 0 0 0 2px #fff3,inset 0 -7px 12px #0113257a,0 0 0 2px #d7ae59,0 4px 9px #00000094;transform:translate(-50%)}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44>svg{display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:372px;min-height:134px;max-height:134px;padding:0;border:0;background:url(/game-assets/battle-hud-player-plaque-v1-Bx1cqwiJ.webp) center/100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 11px 14px rgba(0,0,0,.52))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:before,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808:after,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852:before{content:none!important;display:none!important}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{position:absolute;inset:0;min-height:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{position:absolute;top:14px;left:42px;width:112px;height:108px;margin:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:82%;height:82%;margin:9%;object-fit:contain;border:0;border-radius:0;background:transparent;filter:drop-shadow(0 6px 4px rgba(0,0,0,.48)) saturate(1.06)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{position:absolute;top:25px;left:151px;width:138px;min-width:138px;gap:4px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:22px;justify-content:flex-start;padding-left:7px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{color:#f3d891;font-size:16px;line-height:1;text-shadow:0 2px 3px #000}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{margin-top:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:8px;margin-top:1px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{margin-top:5px;grid-template-columns:minmax(0,1fr);gap:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>span,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>em{display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>i{width:100%;height:7px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{position:absolute;top:30px;right:13px;width:72px;height:72px;filter:brightness(1.28) saturate(1.18) drop-shadow(0 0 10px rgba(70,220,169,.3))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>svg,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>span{display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{margin:0;color:#fff0b6;font-size:25px;line-height:44px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:84px;bottom:6px;left:151px;max-height:20px;overflow:visible}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnV23_1sthp_14731{color:#ead09a;background:transparent!important;box-shadow:none!important}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnNudgeV39_1sthp_15352:not(:disabled){color:#fff2bd;background:linear-gradient(90deg,transparent 0,rgba(230,164,61,.12) 18%,rgba(255,220,126,.27) 50%,rgba(230,164,61,.12) 82%,transparent 100%)!important;box-shadow:inset 0 0 0 1px #eebc5b73,0 0 15px #e19e3047!important;text-shadow:0 1px 2px #000,0 0 10px rgba(255,219,127,.62);animation:_endTurnWakeV48_1sthp_1 1.35s ease-in-out infinite}@keyframes _endTurnWakeV48_1sthp_1{0%,to{filter:brightness(.94)}50%{filter:brightness(1.2);box-shadow:inset 0 0 0 1px #ffda85b8,0 0 22px #e5a63875}}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954:disabled{opacity:.95;filter:brightness(1.14) saturate(1.02)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954>img{filter:brightness(1.12) saturate(1.08) drop-shadow(0 0 7px rgba(224,166,69,.28))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 span{color:#bca579}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 b{color:#f2d89a}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateSlotV4_1sthp_10954 small{color:#bfa77b}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandActionGridV23_1sthp_14671 ._ultimateReadyV4_1sthp_11018{filter:brightness(1.14) saturate(1.12);box-shadow:inset 0 0 0 1px #f2bb4d6b,0 0 18px #ef9b2f5c}@media(max-width:1400px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.88);transform-origin:left bottom}}@media(max-width:980px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.72);transform-origin:left bottom}}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:12;top:auto;bottom:1.3%;left:50%;width:22%;height:10.8%;min-width:30px;min-height:24px;max-width:48px;max-height:38px;display:grid;place-items:center;margin:0;padding:0 0 1px;border:1px solid rgba(210,165,78,.9);border-radius:10px 10px 18px 18px/8px 8px 13px 13px;clip-path:polygon(12% 0,88% 0,100% 22%,90% 82%,50% 100%,10% 82%,0 22%);color:#fff0b4;background:radial-gradient(circle at 50% 28%,rgba(66,179,143,.42),transparent 40%),linear-gradient(145deg,#174f44 0 18%,#0f2c2a 48%,#25170f);box-shadow:inset 0 0 0 2px #071412b8,inset 0 1px #ffe89d52,0 2px 5px #00000080;font:900 clamp(12px,1.05vw,17px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 1px 2px #000,0 0 7px rgba(75,216,169,.32);transform:translate(-50%)}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:before,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:before{position:absolute;inset:3px 5px 5px;border:1px solid rgba(73,183,145,.36);border-radius:inherit;content:"";pointer-events:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:18px;bottom:17px;width:430px;min-width:430px;height:156px;min-height:156px;max-height:156px;display:block;padding:0;overflow:visible;border:0;border-radius:0;background:url(/game-assets/battle-hud-player-plaque-v1-Bx1cqwiJ.webp) center/100% 100% no-repeat;box-shadow:none;filter:drop-shadow(0 12px 15px rgba(0,0,0,.58))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{position:absolute;inset:0;display:block}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{position:absolute;top:29px;left:41px;width:105px;height:105px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:86%;height:86%;margin:7%;object-fit:contain;object-position:center;filter:drop-shadow(0 6px 5px rgba(0,0,0,.54)) saturate(1.06)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{position:absolute;top:40px;left:176px;width:164px;min-width:164px;display:grid;gap:4px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{min-height:22px;display:flex;align-items:center;justify-content:flex-start;padding:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{color:#f2d68d;font:900 19px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.14em;text-shadow:0 2px 3px #000}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{min-height:17px;margin:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{width:100%;height:8px;margin:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{width:100%;margin-top:3px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{position:absolute;top:39px;right:19px;width:72px;height:72px;filter:brightness(1.22) saturate(1.12) drop-shadow(0 0 9px rgba(64,216,164,.28))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:72px;height:72px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:14px;width:44px;height:44px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{font-size:24px;line-height:44px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaPipsV30_1sthp_16022,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>span,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>svg{display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:91px;bottom:10px;left:174px;max-height:22px;display:flex;overflow:visible}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580{inset:13px;border-radius:50%;filter:drop-shadow(0 0 4px rgba(224,167,62,.18))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i{inset:0;opacity:0;border-radius:50%;background:conic-gradient(from 3deg,#fff0a8 0 4deg,#df9e35 13deg,#8d5722 43deg,#f1c668 53deg,transparent 57deg 360deg);filter:drop-shadow(0 0 5px rgba(238,177,61,.62));-webkit-mask:radial-gradient(circle,transparent 0 31%,#000 34% 77%,transparent 80%);mask:radial-gradient(circle,transparent 0 31%,#000 34% 77%,transparent 80%)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i[data-lit=true]{opacity:.96;animation:_willPetalForgeV49_1sthp_1 .48s cubic-bezier(.16,.82,.2,1) both}@keyframes _willPetalForgeV49_1sthp_1{0%{opacity:0;filter:brightness(2.3) drop-shadow(0 0 16px #fff0a6);transform:rotate(var(--will-rotation, 0deg)) scale(.72)}58%{opacity:1;filter:brightness(1.38) drop-shadow(0 0 9px #eebb58);transform:rotate(var(--will-rotation, 0deg)) scale(1.08)}to{opacity:.96;filter:brightness(1) drop-shadow(0 0 4px rgba(238,177,61,.68));transform:rotate(var(--will-rotation, 0deg)) scale(1)}}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(1){--will-rotation: 0deg;transform:rotate(0)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(2){--will-rotation: 60deg;transform:rotate(60deg)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(3){--will-rotation: 120deg;transform:rotate(120deg)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(4){--will-rotation: 180deg;transform:rotate(180deg)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(5){--will-rotation: 240deg;transform:rotate(240deg)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i:nth-child(6){--will-rotation: 300deg;transform:rotate(300deg)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{top:50%;left:50%;margin:0;font-size:25px;transform:translate(-50%,-50%)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnNudgeV39_1sthp_15352:not(:disabled){color:#fff3c5;background:linear-gradient(100deg,transparent 0 18%,rgba(255,226,139,.3) 42%,rgba(255,247,198,.46) 50%,rgba(255,226,139,.3) 58%,transparent 82%)!important;background-size:230% 100%!important;box-shadow:inset 0 0 0 1px #ffd87cb8,0 0 22px #e8a5308f!important;animation:_endTurnWakeV49_1sthp_1 1.1s ease-in-out infinite}@keyframes _endTurnWakeV49_1sthp_1{0%,to{filter:brightness(1);background-position:100% 0;transform:translateY(0)}50%{filter:brightness(1.28);background-position:0 0;transform:translateY(-1px)}}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawFlyCardV13_1sthp_17583{animation-name:_drawFlyCardV49_1sthp_1;animation-duration:.78s}@keyframes _drawFlyCardV49_1sthp_1{0%{opacity:1;transform:translate(0) rotate(0) scale(1);filter:brightness(1)}64%{opacity:1;transform:translate(calc(var(--draw-flight-x) * .78),calc(var(--draw-flight-y) * .78)) rotate(-7deg) scale(1.18);filter:brightness(1.38)}to{opacity:0;transform:translate(var(--draw-flight-x),var(--draw-flight-y)) rotate(2deg) scale(.82);filter:brightness(1.1)}}._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count] ._skillCardV4_1sthp_44:last-child{animation:_drawnCardLandV49_1sthp_1 .58s cubic-bezier(.16,.82,.2,1) .56s both}@keyframes _drawnCardLandV49_1sthp_1{0%{filter:brightness(1.7) drop-shadow(0 0 17px rgba(80,221,178,.8))}to{filter:brightness(1) drop-shadow(0 8px 7px rgba(0,0,0,.46))}}@media(max-width:1400px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.86);transform-origin:left bottom}}@media(max-width:980px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.69);transform-origin:left bottom}}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:12;top:auto;bottom:.2%;left:50%;width:18%;height:12%;min-width:0;min-height:0;max-width:none;max-height:none;padding:0;border:0;border-radius:50%;clip-path:none;color:#f8dfa1;background:transparent;box-shadow:none;font:900 clamp(12px,1.08vw,18px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 2px 2px #100803,0 0 7px rgba(238,190,91,.48);transform:translate(-50%)}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:before,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:before{content:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:14px;bottom:14px;width:490px;min-width:490px;height:177px;min-height:177px;max-height:177px;overflow:visible;background-size:100% 100%}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:29px;left:55px;width:118px;height:118px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:84%;height:84%;margin:8%}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:45px;left:194px;width:190px;min-width:190px;gap:5px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{height:23px;min-height:23px;overflow:hidden}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{max-width:92px;overflow:hidden;font-size:20px;line-height:23px;text-overflow:ellipsis;white-space:nowrap}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{height:18px;min-height:18px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:9px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{top:43px;right:20px;width:78px;height:78px;filter:brightness(1.34) saturate(1.18) drop-shadow(0 0 11px rgba(71,226,172,.34))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:78px;height:78px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:15px;width:48px;height:48px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{font-size:27px;line-height:48px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:98px;bottom:13px;left:194px;max-height:26px;gap:4px;overflow:hidden}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span{height:22px;padding:0 7px;border-color:#60ab846b;background:linear-gradient(180deg,#154a3ac7,#081e1ae0);font-size:10px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580{inset:12px;overflow:hidden;border:1px solid rgba(193,143,54,.38);background:radial-gradient(circle,rgba(8,8,7,.96) 0 31%,transparent 32%),repeating-radial-gradient(circle,rgba(214,167,80,.06) 0 1px,transparent 1px 4px);box-shadow:inset 0 0 15px #000000e0,inset 0 0 0 3px #2d1f12cc}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i{inset:4px;opacity:.24;border-radius:50%;background:conic-gradient(from 3deg,#6b4b25 0 3deg,#b38a45 7deg,#49331d 28deg,#8e672f 48deg,#2d2116 57deg,transparent 58deg 360deg);filter:saturate(.72);-webkit-mask:radial-gradient(circle,transparent 0 28%,#000 31% 84%,transparent 87%);mask:radial-gradient(circle,transparent 0 28%,#000 31% 84%,transparent 87%)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i[data-lit=true]{opacity:1;background:conic-gradient(from 3deg,#fff2a8 0 3deg,#ffe48a 8deg,#d5962c 25deg,#fff0a0 42deg,#9b5c1c 55deg,transparent 58deg 360deg);filter:saturate(1.08) drop-shadow(0 0 5px rgba(255,198,74,.86))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{z-index:4;color:#f4d788;text-shadow:0 2px 3px #000,0 0 8px rgba(237,176,61,.4)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnNudgeV39_1sthp_15352:not(:disabled){color:#fff3c7!important;letter-spacing:.18em;text-shadow:0 2px 2px #2c1403,0 0 8px rgba(255,229,144,.72);box-shadow:inset 0 0 0 1px #ffdc7ee6,inset 0 0 12px #f4b33147,0 0 15px #eca82db8!important;animation:_endTurnWakeV50_1sthp_1 .92s ease-in-out infinite}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnNudgeV39_1sthp_15352:not(:disabled):after{content:"◆";margin-left:9px;color:#ffe7a0;font-size:8px;animation:_endTurnRuneV50_1sthp_1 .92s ease-in-out infinite}@keyframes _endTurnWakeV50_1sthp_1{0%,to{filter:brightness(1.05);transform:translateY(0) scale(1)}50%{filter:brightness(1.42);transform:translateY(-1px) scale(1.012)}}@keyframes _endTurnRuneV50_1sthp_1{0%,to{opacity:.45;transform:translate(0)}50%{opacity:1;transform:translate(4px)}}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawFlyCardV13_1sthp_17583{animation-delay:calc(var(--draw-index, 0) * 90ms)}._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count="2"] ._skillCardV4_1sthp_44:nth-last-child(2),._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count="3"] ._skillCardV4_1sthp_44:nth-last-child(3){animation:_drawnCardLandV49_1sthp_1 .58s cubic-bezier(.16,.82,.2,1) .56s both}._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count="2"] ._skillCardV4_1sthp_44:last-child,._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count="3"] ._skillCardV4_1sthp_44:nth-last-child(2){animation-delay:.65s}._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count="3"] ._skillCardV4_1sthp_44:last-child{animation-delay:.74s}._fxCloudScroll_1sthp_25689,._fxEchoScripture_1sthp_25690,._fxSpiritExchange_1sthp_25691,._fxCycleReturn_1sthp_25692,._fxRecallTalisman_1sthp_25693,._fxThreeScrolls_1sthp_25694{--skill-glow: rgba(91, 229, 183, .78);--skill-core: #d9fff0;filter:sepia(.12) saturate(1.2) drop-shadow(0 0 7px rgba(75,215,169,.42))}._fxSwallowReturn_1sthp_25700,._fxFollowthrough_1sthp_25701,._fxStarlightRefill_1sthp_25702,._fxHandReversal_1sthp_25703{--skill-glow: rgba(230, 187, 86, .84);--skill-core: #fff0ad;filter:saturate(1.16) drop-shadow(0 0 7px rgba(99,229,201,.5))}@media(max-width:1400px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.82)}}@media(max-width:980px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.64)}}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{bottom:1.25%;width:14.6%;height:8.9%;border:1px solid rgba(218,171,77,.9);border-radius:46% 46% 42% 42%;color:#f8e6ad;background:radial-gradient(ellipse at 50% 24%,rgba(64,125,92,.72),transparent 48%),linear-gradient(180deg,#17362b,#102820 48%,#07140f);box-shadow:inset 0 0 0 2px #070f0bad,inset 0 3px 5px #b0e4b41f,0 2px 4px #000000c7;font-size:clamp(11px,.92vw,16px)}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:after,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:after{content:"";position:absolute;inset:2px;border:1px solid rgba(227,189,102,.3);border-radius:inherit;pointer-events:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{width:510px;min-width:510px;height:184px;min-height:184px;max-height:184px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:29px;left:58px;width:122px;height:122px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:43px;left:202px;width:198px;min-width:198px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{display:flex;height:26px;min-height:26px;align-items:center}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{max-width:116px;font-size:21px;line-height:26px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{top:45px;right:17px;width:82px;height:82px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:82px;height:82px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:16px;width:50px;height:50px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:108px;bottom:15px;left:202px;max-height:25px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580{inset:10px;border:0;background:radial-gradient(circle,#090b09 0 29%,transparent 30%),radial-gradient(circle,transparent 0 58%,rgba(225,177,79,.22) 59% 61%,transparent 62%),repeating-conic-gradient(from -1deg,rgba(219,169,77,.08) 0 1deg,transparent 1deg 8deg);box-shadow:inset 0 0 18px #000000eb,inset 0 0 0 2px #825b2870}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i{inset:2px;opacity:.72;background:conic-gradient(from 2deg,#34271a 0 3deg,#74532d 9deg,#2a2017 27deg,#9b7139 42deg,#251a12 56deg,transparent 57deg 360deg);filter:sepia(.16) saturate(.76) brightness(.8);-webkit-mask:radial-gradient(circle,transparent 0 29%,#000 31% 83%,transparent 85%);mask:radial-gradient(circle,transparent 0 29%,#000 31% 83%,transparent 85%)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._willSegmentsV46_1sthp_24580>i[data-lit=true]{opacity:1;background:conic-gradient(from 2deg,#fff5bd 0 3deg,#f4ce69 10deg,#b57020 27deg,#ffe99a 43deg,#945015 56deg,transparent 57deg 360deg);filter:saturate(1.12) brightness(1.08) drop-shadow(0 0 4px rgba(255,194,61,.92))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandWillCoreV23_1sthp_14603>._willRingV21_1sthp_14603:only-child>b{top:50%;left:50%;font-size:24px;transform:translate(-50%,-50%)}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._commandAltarV23_1sthp_14598>._endTurnNudgeV39_1sthp_15352:not(:disabled){overflow:hidden;border-color:#ffdf8bfa!important;background:linear-gradient(105deg,#4a2b13d1,#975c1ceb 45%,#4b2c12d1)!important;background-size:180% 100%!important;box-shadow:inset 0 0 0 1px #ffedb2c2,inset 0 0 18px #ffbe3c52,0 0 11px #ffb833bd,0 0 24px #be5b186b!important;animation:_endTurnWakeV51_1sthp_1 1.02s ease-in-out infinite}@keyframes _endTurnWakeV51_1sthp_1{0%,to{background-position:0 0;filter:brightness(1.02);transform:translateY(0)}50%{background-position:100% 0;filter:brightness(1.34);transform:translateY(-1px)}}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawFlyCardV13_1sthp_17583{animation-duration:.82s;animation-timing-function:cubic-bezier(.18,.72,.16,1)}._battleV4_1sthp_2398 ._handV4_1sthp_7024[data-draw-count] ._skillCardV4_1sthp_44:last-child{transform-origin:78% 92%}@media(max-width:1400px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.8)}}@media(max-width:980px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.62)}}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:15;inset:auto auto 3.35% 50%;width:17.2%;height:10.8%;min-width:0;min-height:0;padding:0;border:0;border-radius:0;color:#fff0b8;background:transparent;box-shadow:none;filter:none;font:900 clamp(12px,1.08vw,18px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 2px 2px #080503,0 0 7px rgba(235,183,76,.56);transform:translate(-50%);display:grid;place-items:center}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:before,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:after,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:before,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:after{content:none;display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{left:14px;bottom:14px;width:360px;min-width:360px;height:130px;min-height:130px;max-height:130px;padding:0;overflow:visible;background-size:100% 100%}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerIdentityV21_1sthp_15946{position:absolute;inset:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852{top:23px;left:52px;width:74px;height:74px;border:0;background:transparent;box-shadow:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerPortraitV7_1sthp_11852>img{width:84%;height:84%;margin:8%;object-fit:contain}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961{top:29px;left:139px;width:147px;min-width:147px;gap:3px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child{height:21px;min-height:21px;overflow:hidden}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child b{max-width:82px;font-size:16px;line-height:21px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerVitalsV21_1sthp_15961>div:first-child span{display:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882{height:16px;min-height:16px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882 span{font-size:10px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpLineV7_1sthp_11882 b{font-size:12px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerHpTrackV7_1sthp_11888{height:7px;margin-top:0}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986{margin-top:3px;height:12px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._actionTimelineV31_1sthp_1986>i{height:5px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409{top:32px;right:15px;width:52px;height:52px;filter:brightness(1.18) saturate(1.08) drop-shadow(0 0 7px rgba(71,226,172,.26))}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973,._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._playerManaCoreV21_1sthp_15973:before{width:52px;height:52px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924{top:10px;width:32px;height:32px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerManaDockV36_1sthp_22409 ._manaOrbV21_1sthp_7924>b{font-size:19px;line-height:32px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057{right:70px;bottom:10px;left:139px;max-height:22px;gap:3px;overflow:hidden}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808 ._playerBuffTrayV21_1sthp_16057>span{height:19px;padding:0 6px;font-size:9px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{right:22px;bottom:214px;width:164px;min-height:222px;height:222px;overflow:visible;border:0;background:transparent;box-shadow:none}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752{right:14px;left:auto;width:136px;height:188px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._drawPileV13_1sthp_14752>b{right:-10px;bottom:-8px;min-width:34px;height:34px;font-size:14px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._handLedgerV52_1sthp_26062{position:absolute;right:0;bottom:-1px;width:164px;display:flex;align-items:baseline;justify-content:center;gap:4px;color:#e3cd98b8;font:700 10px/1 STKaiti,Kaiti SC,KaiTi,serif;letter-spacing:.08em;text-shadow:0 1px 2px #000}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._handLedgerV52_1sthp_26062 b{color:#f1d27f;font-size:16px}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._handLedgerV52_1sthp_26062 i{color:#d3be8b8a;font-size:10px;font-style:normal}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424{inset:1px;overflow:visible;border:0;border-radius:7px;box-shadow:0 8px 18px #00000094;transform-origin:50% 82%;animation:_drawBurnAtHandV52_1sthp_1 1.16s cubic-bezier(.18,.72,.16,1) both;animation-delay:calc(var(--burn-index, 0) * .1s)}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424:before{content:"";position:absolute;z-index:3;inset:-28% -20% -8%;opacity:0;background:radial-gradient(ellipse at 24% 88%,#fff2a5 0 5%,#ff8b22 7% 14%,transparent 28%),radial-gradient(ellipse at 52% 82%,#ffe481 0 6%,#ef5424 9% 19%,transparent 34%),radial-gradient(ellipse at 78% 88%,#fff0a2 0 5%,#ff7525 8% 16%,transparent 30%);filter:drop-shadow(0 -5px 7px rgba(255,82,27,.92));animation:_burnFlameBloomV52_1sthp_1 1.16s ease-out both;animation-delay:calc(var(--burn-index, 0) * .1s)}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424:after{content:"";position:absolute;z-index:4;inset:-16%;opacity:0;background:repeating-conic-gradient(from 9deg,transparent 0 17deg,rgba(255,197,75,.9) 18deg 20deg,transparent 21deg 39deg);-webkit-mask:radial-gradient(circle,transparent 0 52%,#000 55% 58%,transparent 61%);mask:radial-gradient(circle,transparent 0 52%,#000 55% 58%,transparent 61%);animation:_burnEmbersV52_1sthp_1 1.16s ease-out both;animation-delay:calc(var(--burn-index, 0) * .1s)}._battleV4_1sthp_2398 ._drawPileV13_1sthp_14752>._drawBurnedCardV25_1sthp_18424>b,._battleV4_1sthp_2398 ._drawBurnFlashV25_1sthp_18456{display:none}@keyframes _drawBurnAtHandV52_1sthp_1{0%{opacity:1;transform:translate(0) rotate(0) scale(1);filter:brightness(1)}48%{opacity:1;transform:translate(var(--burn-flight-x),var(--burn-flight-y)) rotate(-3deg) scale(.88);filter:brightness(1.2)}68%{opacity:1;transform:translate(var(--burn-flight-x),var(--burn-flight-y)) rotate(2deg) scale(.9);filter:brightness(1.8) sepia(.25)}to{opacity:0;transform:translate(var(--burn-flight-x),calc(var(--burn-flight-y) - 28px)) rotate(8deg) scale(.45);filter:brightness(.32) saturate(.35)}}@keyframes _burnFlameBloomV52_1sthp_1{0%,45%{opacity:0;transform:translateY(12%) scale(.75)}58%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-22%) scale(1.22)}}@keyframes _burnEmbersV52_1sthp_1{0%,55%{opacity:0;transform:rotate(0) scale(.72)}70%{opacity:1}to{opacity:0;transform:rotate(24deg) scale(1.55)}}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877{top:50%;width:116%;height:116%;border:0;border-radius:0;clip-path:polygon(50% 0,84% 12%,100% 42%,91% 76%,50% 100%,9% 76%,0 42%,16% 12%);background:linear-gradient(118deg,transparent 12%,rgba(255,235,167,.2) 32%,transparent 49%),radial-gradient(ellipse at 50% 62%,rgba(54,157,119,.22) 0 30%,rgba(20,75,59,.1) 55%,transparent 73%),repeating-conic-gradient(from 22deg,rgba(222,179,78,.08) 0 3deg,transparent 4deg 39deg);box-shadow:inset 0 0 20px #30a57b33;filter:drop-shadow(0 0 5px rgba(230,189,91,.52)) drop-shadow(0 5px 9px rgba(4,23,18,.6));animation:_guardianWardBreathV52_1sthp_1 1.85s ease-in-out infinite}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877:before{inset:5%;border:0;border-radius:0;clip-path:inherit;background:linear-gradient(135deg,#f4d57ee6,#6ba67ea6 36%,#ecc058d1 72%,#408769b3),#d8b663;-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:2px;box-shadow:none;transform:none}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877:after{inset:auto 21% -2%;height:20%;border:0;border-radius:50% 50% 18% 18%;opacity:.92;background:radial-gradient(ellipse at 50% 100%,#f0cc71 0 8%,transparent 10%),conic-gradient(from 226deg at 50% 100%,transparent 0 9%,#287d61 10% 21%,#d8b85d 22% 25%,transparent 26% 37%,#3c9876 38% 49%,#e3c56e 50% 53%,transparent 54% 100%);filter:drop-shadow(0 0 5px rgba(220,184,84,.54));animation:none}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877 b{top:0;right:-1%;min-width:25px;height:25px;padding:0 6px;border-color:#e1bb5bdb;color:#fff0b3;background:radial-gradient(circle at 42% 32%,#397f64,#102c24 68%);box-shadow:inset 0 0 0 2px #0719139e,0 0 9px #d8b2526b;font-size:12px}@keyframes _guardianWardBreathV52_1sthp_1{0%,to{opacity:.74;transform:translate(-50%,-50%) scale(.98)}50%{opacity:1;transform:translate(-50%,-50%) scale(1.025)}}._battleV4_1sthp_2398 ._shieldImpactFx_1sthp_4896{width:138px;height:158px;border:0;border-radius:48% 48% 42% 42%;background:radial-gradient(ellipse at 50% 48%,rgba(255,244,189,.5) 0 7%,rgba(66,178,137,.2) 20%,transparent 55%),conic-gradient(from 16deg,transparent 0 11%,rgba(237,199,97,.88) 12% 14%,transparent 15% 31%,rgba(79,190,146,.8) 32% 34%,transparent 35% 100%);box-shadow:inset 0 0 22px #31a57d38,0 0 18px #e2b8566b;filter:drop-shadow(0 0 7px rgba(51,177,134,.42))}._battleV4_1sthp_2398 ._hitBodyImpactFxV42_1sthp_4907{width:104px;height:72px;border-radius:0;background:linear-gradient(154deg,transparent 0 42%,#fff3bd 44% 48%,#d99332 49% 53%,transparent 55%),linear-gradient(20deg,transparent 0 45%,rgba(255,125,57,.92) 47% 50%,transparent 52%),radial-gradient(ellipse at 50% 50%,rgba(255,232,165,.88) 0 7%,rgba(191,68,32,.62) 13%,transparent 42%);filter:drop-shadow(0 0 8px rgba(221,116,45,.66))}._battleV4_1sthp_2398 ._shieldShatterFxV42_1sthp_4917{border-radius:44%;background:repeating-conic-gradient(from 7deg,transparent 0 13deg,rgba(229,190,91,.92) 14deg 16deg,transparent 17deg 36deg),radial-gradient(circle,transparent 42%,rgba(61,181,139,.72) 44% 46%,transparent 49%);filter:drop-shadow(0 0 14px rgba(216,176,78,.56))}@media(max-width:1400px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.86);transform-origin:left bottom}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{transform:scale(.9);transform-origin:right bottom}}@media(max-width:980px){._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._playerStatusDockV21_1sthp_11808{transform:scale(.7);transform-origin:left bottom}._battleV4_1sthp_2398 ._cardsBarV4_1sthp_6971 ._drawBoxV4_1sthp_6986{transform:scale(.74);transform-origin:right bottom}}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816,._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]{--inspect-accent: #c99a49;box-sizing:border-box;border:1px solid rgba(187,132,57,.9);border-left-width:1px;border-radius:12px;color:#f5dfaa;background:radial-gradient(circle at 12% 0,rgba(52,134,102,.16),transparent 38%),linear-gradient(135deg,#2a1b15fb,#09110ffc 58%,#1c1411fb);box-shadow:0 16px 36px #0000008f,0 0 0 3px #090c0ac7,0 0 0 4px #885b2342,inset 0 1px #ffe5a81a,inset 0 -18px 32px #0003}._mulliganV4_1sthp_87 ._mulliganCardSlotV29_1sthp_16795:hover,._mulliganV4_1sthp_87 ._mulliganCardSlotV29_1sthp_16795:focus-within{z-index:80}._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816{z-index:81}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067:after,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816:after,._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]:before{content:"";position:absolute;top:7px;right:10px;left:10px;height:1px;opacity:.72;background:linear-gradient(90deg,transparent,#b8873c 24%,#3c9674 50%,#b8873c 76%,transparent);pointer-events:none}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067[data-card-type]{--inspect-accent: #c99a49}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067:before{width:14px;height:14px;border-color:#a97532;background:#17201b;box-shadow:2px -2px #060a089e}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067>span,._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067>small,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816>span,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816>small{color:#8fc9ac;letter-spacing:.08em}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067>b,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816>b{color:#f2d58d;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;text-shadow:0 1px 2px #000}._battleV4_1sthp_2398 ._cardInspectV4_1sthp_11067>p,._battleV4_1sthp_2398 ._cardInspectEffectsV14_1sthp_11400,._mulliganV4_1sthp_87 ._mulliganHoverTipV29_1sthp_16816>p{color:#f6e7c6d1}._battleV4_1sthp_2398 ._cardInspectEffectsV14_1sthp_11400 li{border-color:#b5813a33;background:#c797440b}._battleV4_1sthp_2398 ._cardInspectEffectsV14_1sthp_11400 li>b{color:#d7b66d}._mulliganV4_1sthp_87 ._mulliganCardSlotV29_1sthp_16795[data-tip-side=left] ._mulliganHoverTipV29_1sthp_16816{border-right:1px solid rgba(187,132,57,.9)}._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]{padding:17px 18px 14px}._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]:after{display:none}._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]>span{color:#88c8aa}._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]>b{color:#f2d58d;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._battleV4_1sthp_2398 ._tutorialCoachV5_1sthp_10792[data-step]>p{color:#f6e7c6c2}._battleV4_1sthp_2398 ._tutorialCoachActionsV40_1sthp_23475 button,._battleV4_1sthp_2398 ._tutorialSkipV40_1sthp_23462{border-color:#b1803b9e;color:#e7cb8b;background:linear-gradient(180deg,#412a19eb,#131915f5);box-shadow:inset 0 1px #ffe5a614}._battleV4_1sthp_2398 ._battleDamage_1sthp_4182._skillCastLabel_1sthp_13331,._battleV4_1sthp_2398 ._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703,._battleV4_1sthp_2398 ._phaseBreakRewardFx_1sthp_8805,._battleV4_1sthp_2398 ._skillUpgradeNoticeV4_1sthp_8824{border:1px solid rgba(190,137,61,.88);border-right-width:1px;border-left-width:1px;border-radius:10px;color:#f4d98f;background:linear-gradient(90deg,transparent 0 5%,rgba(202,153,69,.12) 5% 6%,transparent 6% 94%,rgba(202,153,69,.12) 94% 95%,transparent 95%),linear-gradient(145deg,#2b1c15f7,#0b1814fa 55%,#271814f7);box-shadow:0 10px 24px #0000007a,0 0 0 2px #090c0ab8,inset 0 1px #ffe6aa1a;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif}._battleV4_1sthp_2398 ._battleDamage_1sthp_4182._skillCastLabel_1sthp_13331:before,._battleV4_1sthp_2398 ._battleDamage_1sthp_4182._battleStatusNotice_1sthp_12703:before{content:"◆";margin-right:.62em;color:#5fb38f;font-size:.62em;vertical-align:.14em}._battleV4_1sthp_2398 ._battleDamage_1sthp_4182._skillCast奥义_1sthp_13349{border-color:#d4a247;color:#fff0b3;background:radial-gradient(circle at 50% 130%,rgba(169,68,38,.34),transparent 58%),linear-gradient(145deg,#3a1f15fb,#111612fb);box-shadow:0 12px 30px #0000008c,0 0 24px #d99f393d,inset 0 1px #ffe7a324}._battleV4_1sthp_2398 ._bossCastSignalV27_1sthp_21001{min-width:150px;padding:52px 14px 9px;border:1px solid rgba(183,130,56,.74);border-radius:10px;background:linear-gradient(145deg,#2a1b15f0,#091310f2);box-shadow:0 12px 28px #00000075,inset 0 1px #ffe7a814}._battleV4_1sthp_2398 ._bossCastSignalV27_1sthp_21001>i{top:-17px}._battleV4_1sthp_2398 ._bossCastSignalV27_1sthp_21001>span{color:#87c4a7}._battleV4_1sthp_2398 ._bossCastSignalV27_1sthp_21001>b{border:0;color:#f1d58f}._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466:before{content:"";position:absolute;width:min(430px,72vw);height:116px;border:1px solid rgba(210,158,65,.9);border-radius:16px;background:radial-gradient(circle at 50% 110%,rgba(153,50,33,.34),transparent 54%),linear-gradient(135deg,#301d14f5,#081410f7);box-shadow:0 18px 46px #00000094,0 0 36px #daa13840,inset 0 1px #ffe8a524}._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466>i{width:78px;height:78px;border-color:#e2b753c2}._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466>span,._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466>b{position:relative;z-index:2}._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466>span{color:#83c7a8}._battleV4_1sthp_2398 ._ultimateCastAnnouncementV27_1sthp_21466>b{font-size:26px}._battleV4_1sthp_2398 ._victoryV4_1sthp_7346{gap:18px;background:radial-gradient(circle at 50% 18%,rgba(204,154,63,.16),transparent 34%),radial-gradient(circle at 50% 72%,rgba(49,135,101,.09),transparent 36%),#050808f2}._battleV4_1sthp_2398 ._victorySummaryPanelV53_1sthp_26494,._battleV4_1sthp_2398 ._rewardRevealCeremonyV4_1sthp_7394,._battleV4_1sthp_2398 ._bossBreakCeremonyV4_1sthp_7393{position:relative;width:min(650px,100vw - 44px);box-sizing:border-box;padding:22px 24px 20px;border:1px solid rgba(188,133,55,.9);border-radius:16px;color:#f4dfad;background:radial-gradient(circle at 50% 18%,rgba(190,136,54,.13),transparent 38%),linear-gradient(145deg,#2d1d16fb,#08110ffc 58%,#201612fb);box-shadow:0 24px 56px #00000094,0 0 0 3px #070a08d1,0 0 0 4px #895b2347,inset 0 1px #ffe6a81a}._battleV4_1sthp_2398 ._victorySummaryPanelV53_1sthp_26494:before,._battleV4_1sthp_2398 ._rewardRevealCeremonyV4_1sthp_7394:before,._battleV4_1sthp_2398 ._bossBreakCeremonyV4_1sthp_7393:before{content:"";position:absolute;top:8px;right:22px;left:22px;height:2px;background:linear-gradient(90deg,transparent,#a87534 26%,#429272 50%,#a87534 74%,transparent)}._battleV4_1sthp_2398 ._victorySummaryPanelV53_1sthp_26494{display:grid;justify-items:center;gap:14px}._battleV4_1sthp_2398 ._victoryHeadingV4_1sthp_8991{width:100%;box-sizing:border-box;padding:2px 10px 14px;border-bottom:1px solid rgba(190,139,61,.3);justify-content:center}._battleV4_1sthp_2398 ._victoryHeadingV4_1sthp_8991>img{width:72px;height:72px}._battleV4_1sthp_2398 ._victoryHeadingV4_1sthp_8991 h2{color:#f4d994;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:.08em}._battleV4_1sthp_2398 ._victoryLootHeroV4_1sthp_9015{width:min(470px,100%);box-sizing:border-box;padding:2px 18px 14px;border-top:0;border-bottom-color:#be8b3d47}._battleV4_1sthp_2398 ._victoryGearGlowV4_1sthp_9040{width:92px;height:92px}._battleV4_1sthp_2398 ._victoryLootHeroV4_1sthp_9015>b{color:#f4d994}._battleV4_1sthp_2398 ._rewardGridV4_1sthp_8491{width:min(540px,100%);grid-template-columns:repeat(auto-fit,minmax(138px,1fr));gap:9px}._battleV4_1sthp_2398 ._rewardGridV4_1sthp_8491>div{min-height:74px;box-sizing:border-box;align-content:center;border:1px solid rgba(177,126,55,.42);border-radius:10px;color:#cfaa59;background:linear-gradient(145deg,#422a1857,#0d18149e);box-shadow:inset 0 1px #ffe5a50f}._battleV4_1sthp_2398 ._rewardGridV4_1sthp_8491 b{color:#f0d38e}._battleV4_1sthp_2398 ._rewardGridV4_1sthp_8491 span{color:#efdcb5ad}._battleV4_1sthp_2398 ._victoryActionsV4_1sthp_9064{width:100%;padding-top:4px;border-top:1px solid rgba(186,134,57,.22)}._battleV4_1sthp_2398 ._victoryActionsV4_1sthp_9064 button,._battleV4_1sthp_2398 ._rewardContinueV4_1sthp_8768{min-height:40px;border:1px solid rgba(195,143,62,.68);border-radius:9px;color:#241407;background:linear-gradient(180deg,#efd083,#be8234);box-shadow:inset 0 1px #ffe9aa,0 8px 18px #0000004d;font-family:STKaiti,Kaiti SC,KaiTi,Songti SC,serif;letter-spacing:.06em}._battleV4_1sthp_2398 ._victoryV4_1sthp_7346 ._victorySecondaryV4_1sthp_9076{color:#e9cd8d;background:linear-gradient(180deg,#3d2819eb,#111814f5)}._battleV4_1sthp_2398 ._rewardRevealCeremonyV4_1sthp_7394{gap:8px}._battleV4_1sthp_2398 ._rewardChestOpenV4_1sthp_7499{width:min(360px,70vw);height:226px}._battleV4_1sthp_2398 ._rewardFlyoutRowV4_1sthp_8780{width:100%;flex-wrap:wrap;justify-content:center}._battleV4_1sthp_2398 ._rewardFlyoutRowV4_1sthp_8780 i{border-color:#b582395c;color:#edd39a;background:#161e19c2}@media(max-width:760px){._battleV4_1sthp_2398 ._victorySummaryPanelV53_1sthp_26494,._battleV4_1sthp_2398 ._rewardRevealCeremonyV4_1sthp_7394,._battleV4_1sthp_2398 ._bossBreakCeremonyV4_1sthp_7393{padding:18px 14px 14px}._battleV4_1sthp_2398 ._victoryHeadingV4_1sthp_8991{justify-content:flex-start}._battleV4_1sthp_2398 ._rewardGridV4_1sthp_8491{grid-template-columns:repeat(2,minmax(0,1fr))}}._mulliganPanelV4_1sthp_100{position:relative}._mulliganExitV55_1sthp_26649{position:absolute;top:clamp(16px,2.2vh,26px);right:clamp(18px,2vw,30px);z-index:90;display:grid;width:clamp(38px,3vw,46px);aspect-ratio:1;place-items:center;border:1px solid rgba(202,157,72,.7);border-radius:50%;color:#e9d39b;background:radial-gradient(circle at 38% 28%,rgba(73,118,91,.22),transparent 45%),linear-gradient(180deg,#272219f7,#0d1613fa);box-shadow:inset 0 1px #ffeaaa21,0 7px 16px #00000059;cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease,filter .16s ease}._mulliganExitV55_1sthp_26649:hover,._mulliganExitV55_1sthp_26649:focus-visible{color:#fff0ba;border-color:#e0b45c;filter:brightness(1.12);transform:translateY(-1px);outline:none}._mulliganExitV55_1sthp_26649 svg{width:52%;height:52%;stroke-width:1.8}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440{position:absolute;z-index:1;inset:0;overflow:visible;border:0;border-radius:0;background:transparent}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440>img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;mix-blend-mode:normal;filter:none;transform:none}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243{display:none!important;background:none!important;filter:none!important}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44{z-index:15;inset:auto auto 3.35% 50%;width:17.2%;height:10.8%;min-width:0;min-height:0;max-width:none;max-height:none;padding:0;border:0;border-radius:0;color:#eaffd9;background:transparent;box-shadow:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.88));font:900 clamp(12px,1.08vw,18px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 1px 2px #06120c,0 0 7px rgba(98,216,156,.72);transform:translate(-50%);display:grid;place-items:center}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:before,._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145>i:after,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:before,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44 ._skillCostV4_1sthp_44:after{content:none!important;display:none!important}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=jade]{background:linear-gradient(118deg,transparent 12%,rgba(222,255,235,.22) 32%,transparent 49%),radial-gradient(ellipse at 50% 62%,rgba(53,178,134,.3) 0 30%,rgba(14,81,63,.12) 56%,transparent 74%),repeating-conic-gradient(from 22deg,rgba(97,210,165,.1) 0 3deg,transparent 4deg 39deg);filter:drop-shadow(0 0 7px rgba(66,202,155,.56)) drop-shadow(0 5px 9px rgba(4,23,18,.6))}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=bagua]{width:124%;height:124%;clip-path:polygon(50% 0,85% 14%,100% 50%,85% 86%,50% 100%,15% 86%,0 50%,15% 14%);background:radial-gradient(circle at 50% 50%,transparent 0 30%,rgba(255,222,132,.18) 31% 34%,transparent 35%),conic-gradient(from 22.5deg,rgba(228,183,78,.22) 0 10deg,transparent 11deg 35deg,rgba(44,149,112,.18) 36deg 46deg,transparent 47deg 80deg),radial-gradient(ellipse at 50% 58%,rgba(68,173,126,.2),transparent 70%);filter:drop-shadow(0 0 8px rgba(235,193,91,.68)) drop-shadow(0 7px 11px rgba(5,22,17,.72))}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=bagua]:before{padding:3px;background:linear-gradient(135deg,#f1d285,#398f70 33%,#e7bb58 64%,#2a765e),#d8b663}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=vajra]{width:134%;height:134%;clip-path:polygon(50% 0,77% 8%,96% 30%,100% 62%,78% 89%,50% 100%,22% 89%,0 62%,4% 30%,23% 8%);background:radial-gradient(circle at 50% 50%,rgba(255,246,197,.16) 0 12%,transparent 13% 36%,rgba(245,203,91,.2) 37% 40%,transparent 41%),repeating-conic-gradient(from 9deg,rgba(255,224,128,.24) 0 4deg,transparent 5deg 27deg),radial-gradient(ellipse at 50% 60%,rgba(62,178,129,.28),rgba(12,64,50,.12) 58%,transparent 74%);filter:drop-shadow(0 0 11px rgba(255,216,110,.82)) drop-shadow(0 0 18px rgba(52,177,128,.4));animation-duration:1.35s}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=vajra]:before{padding:3px;background:linear-gradient(135deg,#fff0a8,#4eac83 28%,#f3c85d 58%,#2e8062 82%,#f7dc8b),#e3bd62}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=vajra]:after{right:14%;bottom:-4%;left:14%;height:26%;filter:drop-shadow(0 0 8px rgba(247,211,106,.72))}._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=bagua] b,._battleV4_1sthp_2398 ._zzSpriteV4_1sthp_3839 ._playerShieldAuraV42_1sthp_3877[data-tier=vajra] b{color:#fff5c7;background:radial-gradient(circle at 42% 30%,#ab7931,#3b2415 62%,#15100d);box-shadow:inset 0 0 0 2px #23140aa8,0 0 11px #efc55da8}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._cardArtworkV10_1sthp_14440{position:absolute;z-index:1;inset:5.6% 8.4% 35.4%;overflow:hidden;border-radius:38% 38% 10% 10%/20% 20% 7% 7%;background:#07110f}._battleV4_1sthp_2398 [data-unified-card-frame=true][data-card-art-mode=illustration] ._cardArtworkV10_1sthp_14440>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%;transform:none;filter:saturate(1.04) contrast(1.03)}._battleV4_1sthp_2398 [data-unified-card-frame=true][data-card-art-mode=complete] ._cardArtworkV10_1sthp_14440>img{position:absolute;top:-9%;left:-10%;width:120%;height:auto;max-width:none;object-fit:unset;object-position:initial;transform:none;filter:saturate(1.035) contrast(1.025)}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._unifiedCardFrameV44_1sthp_24243{position:absolute;z-index:6;inset:0;display:block!important;pointer-events:none;background:url(/game-assets/xinzuo-card-frame-overlay-v1-Bp2v3KRz.webp) center/100% 100% no-repeat!important;filter:none!important}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>b,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillCardInfo_1sthp_53{position:absolute;z-index:12;inset:68.6% 14.6% auto;width:auto;height:11.2%;min-height:0;margin:0;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:0;background:transparent;box-shadow:none;transform:none}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>b,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillName_1sthp_64{color:#28170b;font:700 clamp(12px,1.16vw,20px)/1 STKaiti,"Kaiti SC",KaiTi,"Songti SC",serif;letter-spacing:.035em;text-align:center;white-space:nowrap;text-shadow:0 1px rgba(255,235,174,.58);transform:none}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillNameLongV11_1sthp_14816{font-size:clamp(11px,1.02vw,17px);letter-spacing:0}._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true]>i,._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true] ._skillCostV4_1sthp_44{z-index:15;inset:auto auto 3.45% 50%;width:16.1%;height:auto;aspect-ratio:1;padding:0;border:1px solid rgba(229,200,118,.72);border-radius:50%;color:#fff3c5;background:radial-gradient(circle at 36% 27%,rgba(190,255,225,.9) 0 4%,transparent 5%),radial-gradient(circle at 40% 31%,#43b994 0 13%,#197a68 42%,#0b4d47 68%,#062d31);box-shadow:inset 0 0 0 2px #072a26c2,inset 0 0 10px #8dffcd47,0 1px 5px #000000c7,0 0 7px #41b88e47;filter:none;font:800 clamp(12px,1.08vw,18px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 1px 2px #06120c;transform:translate(-50%);display:grid;place-items:center}._battleV4_1sthp_2398 ._skillCardV4_1sthp_44[data-unified-card-frame=true],._battleV4_1sthp_2398 ._mulliganCardV4_1sthp_145[data-unified-card-frame=true]{position:relative;isolation:isolate;overflow:visible!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardArtV58_1sthp_26927{position:absolute;z-index:1;inset:12% 16% 39%;overflow:hidden;border-radius:48% 48% 9% 9%/19% 19% 7% 7%;background:#07110f}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardArtV58_1sthp_26927>img{position:absolute;display:block;max-width:none;filter:saturate(1.035) contrast(1.025)}._battleV4_1sthp_2398 [data-unified-card-frame=true][data-card-art-mode=complete] ._journeyCardArtV58_1sthp_26927>img{top:-24%;left:-23.53%;width:147.06%;height:200%;object-fit:fill}._battleV4_1sthp_2398 [data-unified-card-frame=true][data-card-art-mode=illustration] ._journeyCardArtV58_1sthp_26927>img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardFallbackV58_1sthp_26962{position:absolute;inset:0;display:grid;place-items:center;color:#e7c878;background:radial-gradient(circle,#36896861,#07110f 70%)}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardFrameV58_1sthp_26971{position:absolute;z-index:6;inset:0;pointer-events:none;background:url(/game-assets/xinzuo-card-frame-overlay-v1-Bp2v3KRz.webp) center/100% 100% no-repeat}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardTitleV58_1sthp_26979{position:absolute;z-index:12;top:69.3%;right:14.8%;left:14.8%;height:11.6%;min-width:0;display:grid;place-items:center;overflow:hidden;color:#28170b;font:700 clamp(12px,1.16vw,20px)/1 STKaiti,"Kaiti SC",KaiTi,"Songti SC",serif;letter-spacing:.035em;white-space:nowrap;text-align:center;text-shadow:0 1px rgba(255,235,174,.58)}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardTitleLongV58_1sthp_26998{font-size:clamp(11px,1.02vw,17px);letter-spacing:0}._battleV4_1sthp_2398 [data-unified-card-frame=true] ._journeyCardCostV58_1sthp_27003{position:absolute;z-index:15;bottom:5.6%;left:50%;width:16%;aspect-ratio:1;display:grid;place-items:center;box-sizing:border-box;border:1px solid rgba(233,205,126,.92);border-radius:50%;color:#fff2bc;background:radial-gradient(circle at 35% 25%,rgba(215,255,231,.92) 0 4%,transparent 5%),radial-gradient(circle at 42% 34%,#44bd8f 0 13%,#16735e 44%,#08443e 70%,#031f24);box-shadow:inset 0 0 0 2px #05201de6,inset 0 0 9px #81ffc44d,0 1px 5px #000000d1,0 0 6px #42bc8c5c;font:800 clamp(12px,1.08vw,18px)/1 STKaiti,"Kaiti SC",KaiTi,serif;text-shadow:0 1px 2px #06120c;transform:translate(-50%)}._battleV4_1sthp_2398 ._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{gap:clamp(22px,2vw,34px)!important}._battleV4_1sthp_2398 ._mulliganCardSlotV29_1sthp_16795{flex:0 0 min(190px,(100dvh - 245px) * 2 / 3);width:min(190px,(100dvh - 245px) * 2 / 3)}@media(max-width:700px){._battleV4_1sthp_2398 ._mulliganPanelV4_1sthp_100 ._mulliganContentV28_1sthp_15428 ._mulliganCardsV4_1sthp_134{gap:14px!important}._battleV4_1sthp_2398 ._mulliganCardSlotV29_1sthp_16795{flex-basis:128px;width:128px}}._mark_1oe9v_1{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;background:var(--platform-bg, var(--xz-surface-2, #f3f4f6));color:var(--platform-fg, #fff)}._img_1oe9v_11{width:100%;height:100%;display:block;object-fit:contain}._fallback_1oe9v_18{font-weight:800;line-height:1;color:inherit}._card_174va_4{border:1px solid var(--xz-border);border-radius:var(--r-card);background:var(--xz-surface);box-shadow:var(--card-shadow)}._radar-card_174va_11{padding:18px 20px 20px}._sec-h_174va_15{display:flex;align-items:center;gap:10px;margin-bottom:14px}._sec-h_174va_15 ._bar_174va_22{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}._sec-h_174va_15>svg{width:16px;height:16px;color:var(--xz-brand);flex:none}._sec-h_174va_15 ._t_174va_36{font-weight:700;font-size:16.5px;letter-spacing:-.01em}._sec-h_174va_15 ._pill_174va_42{font-size:11px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:3px 9px;border-radius:7px;white-space:nowrap}._sec-h_174va_15 ._more_174va_53{margin-left:auto;font-size:12.5px;color:var(--xz-text-2);cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:700;white-space:nowrap;flex:none}._sec-h_174va_15 ._more_174va_53:hover{color:var(--xz-brand)}._sec-h_174va_15 ._more_174va_53 svg{width:14px;height:14px}._refresh-btn_174va_75{width:26px;height:26px;flex:none;display:grid;place-items:center;border:1px solid var(--xz-border);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text-2);cursor:pointer;transition:.18s ease}._refresh-btn_174va_75:hover:not(:disabled){color:var(--xz-brand);border-color:var(--xz-brand-soft-2);background:var(--xz-brand-soft)}._refresh-btn_174va_75:disabled{opacity:.45;cursor:not-allowed}._refresh-btn_174va_75 svg{width:13px;height:13px}._refresh-btn_174va_75._spinning_174va_105 svg{animation:_inspiration-spin_174va_1 .9s linear infinite}@keyframes _inspiration-spin_174va_1{to{transform:rotate(360deg)}}._board_174va_116{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;align-items:start;padding:14px;border-radius:16px;background:radial-gradient(circle at 20% 10%,var(--xz-brand-tint),transparent 34%),var(--xz-surface-2);max-height:508px;overflow-y:auto;overscroll-behavior:contain}._board_174va_116::-webkit-scrollbar{width:3px}._board_174va_116::-webkit-scrollbar-track{background:transparent}._board_174va_116::-webkit-scrollbar-thumb{border-radius:999px;background:transparent;transition:background .18s ease}._board_174va_116:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--xz-text-3) 42%,transparent)}._item_174va_148{position:relative;min-width:0;min-height:104px;padding:14px 15px 13px;border:1px solid var(--xz-border);border-radius:18px 13px 17px 12px;background:linear-gradient(145deg,var(--xz-surface),var(--xz-surface-2));box-shadow:var(--card-shadow);color:inherit;text-align:left;font:inherit;cursor:pointer;display:flex;flex-direction:column;transition:.18s ease}._item_174va_148:hover{transform:translateY(-2px) rotate(0);border-color:var(--xz-brand-soft-2);box-shadow:0 8px 24px var(--xz-brand-glow)}._item_174va_148:focus-visible{outline:2px solid var(--xz-brand);outline-offset:2px}._item_174va_148._picked_174va_177{border-color:var(--xz-brand);background:var(--xz-brand-soft);transform:rotate(0)}._scatter-1_174va_186,._scatter-4_174va_186{transform:rotate(.7deg)}._scatter-2_174va_190{transform:rotate(-.8deg)}._scatter-3_174va_194{transform:rotate(.4deg)}._scatter-5_174va_198{transform:rotate(-.5deg)}._badge_174va_206{color:var(--xz-text-3);font-size:11.5px;font-weight:800;letter-spacing:.08em;margin-bottom:8px}._is-note_174va_214 ._badge_174va_206{color:var(--xz-text-3)}._is-web_174va_219 ._badge_174va_206{color:var(--cool)}._title_174va_223{font-size:13.5px;line-height:1.5;font-weight:600;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._fact_174va_235{margin-top:auto;padding-top:8px;padding-right:20px;font-size:10.5px;line-height:1.4;font-weight:700;color:var(--xz-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._is-web_174va_219 ._fact_174va_235{color:var(--xz-text-3);font-weight:700}._open_174va_256{position:absolute;right:11px;bottom:10px;color:var(--xz-text-3);display:grid;place-items:center}._open_174va_256 svg{width:12px;height:12px}._item_174va_148:hover ._open_174va_256{color:var(--xz-brand)}._plat_174va_276{position:absolute;top:9px;right:9px;opacity:.9}._item_174va_148:hover ._plat_174va_276{opacity:1}._pick_174va_177{position:absolute;top:9px;right:9px;width:16px;height:16px;display:grid;place-items:center;transition:.16s ease;border:1.5px solid var(--xz-border);border-radius:6px;background:var(--xz-surface);color:transparent;pointer-events:none}._pick_174va_177 svg{width:11px;height:11px;stroke-width:3.2}._pick_174va_177._on_174va_310{border-color:var(--xz-brand);background:var(--xz-brand);color:#fff}._pick-mode_174va_317{flex:none;height:26px;padding:0 10px;display:inline-flex;align-items:center;gap:5px;border:1px solid var(--xz-border);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text-2);font:inherit;font-size:11.5px;font-weight:700;cursor:pointer;white-space:nowrap;transition:.18s ease}._pick-mode_174va_317:hover{color:var(--xz-brand);border-color:var(--xz-brand-soft-2);background:var(--xz-brand-soft)}._pick-mode_174va_317._on_174va_310{color:#fff;border-color:transparent;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand))}._pick-mode_174va_317 svg{width:13px;height:13px}._fallback_174va_353{cursor:pointer}._fallback_174va_353 ._title_174va_223{-webkit-line-clamp:2}@keyframes _inspiration-skel-sweep_174va_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._skel_174va_371{position:relative;overflow:hidden;display:block;border-radius:5px;background:color-mix(in srgb,var(--xz-text-3) 13%,var(--xz-surface-2))}._skel_174va_371:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--xz-brand) 12%,transparent) 50%,transparent);animation:_inspiration-skel-sweep_174va_1 2.4s ease-in-out infinite}._ghost_174va_387{pointer-events:none}._ghost_174va_387 ._skel-badge_174va_391{width:42px;height:10px;margin-bottom:10px}._ghost_174va_387 ._skel-title_174va_397{width:100%;height:12px;margin-bottom:7px}._ghost_174va_387 ._skel-title2_174va_403{width:68%;height:12px}._ghost_174va_387 ._skel-fact_174va_408{width:54px;height:9px;margin-top:auto}._empty_174va_414,._empty-cta_174va_414{grid-column:1/-1;min-height:88px;display:flex;align-items:center;justify-content:center;gap:7px;font-size:12.5px;color:var(--xz-text-3)}._empty-cta_174va_414{border:1px dashed var(--xz-brand-soft-2);border-radius:14px;background:var(--xz-brand-soft);color:var(--xz-brand);font:inherit;font-weight:800;cursor:pointer}._empty-cta_174va_414 svg{width:15px}._pick-go_174va_441{flex:none;height:26px;padding:0 12px;border:0;border-radius:8px;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));font:inherit;font-size:11.5px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap}._pick-go_174va_441 svg{width:13px;height:13px}._pick-go_174va_441:disabled{opacity:.4;cursor:not-allowed}._launch_174va_469{margin-top:14px;padding:7px;display:flex;align-items:center;gap:8px;border:1px solid var(--xz-border);border-radius:13px;background:var(--xz-surface);box-shadow:var(--card-shadow)}._launch_174va_469>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft);flex:none}._launch_174va_469>span svg{width:16px}._launch_174va_469 input{flex:1;min-width:0;border:0;outline:0;color:var(--xz-text);background:transparent;font:inherit;font-size:12.5px}._launch_174va_469 button{flex:none;height:34px;padding:0 13px;border:0;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));font:inherit;font-size:11.5px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer;white-space:nowrap}._launch_174va_469 button svg{width:13px}@media(min-width:1900px){._board_174va_116{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:1320px){._board_174va_116{grid-template-columns:repeat(3,minmax(0,1fr))}._pick-mode_174va_317 span,._pick-go_174va_441 span{display:none}}@media(max-width:900px){._board_174va_116{grid-template-columns:repeat(2,minmax(0,1fr));max-height:480px}}._root_l2xif_1{position:relative;z-index:20;width:fit-content}._trigger_l2xif_7{width:fit-content;min-width:128px;max-width:230px;height:38px;padding:4px 10px 4px 6px;border:1px solid rgba(35,38,48,.09);border-radius:11px;background:#ffffffdb;display:flex;align-items:center;gap:8px;color:#292b33;box-shadow:0 3px 12px #251f300a;cursor:pointer;transition:.18s ease}._trigger_l2xif_7:hover,._trigger_l2xif_7._open_l2xif_25{border-color:#ff365547;box-shadow:0 5px 18px #ff365517}._name_l2xif_30{min-width:54px;max-width:150px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:650}._chevron_l2xif_41{width:15px;color:#8c8f99;transition:transform .18s ease}._open_l2xif_25 ._chevron_l2xif_41{transform:rotate(180deg)}._avatar_l2xif_51{width:27px;height:27px;flex:0 0 27px;border-radius:9px;overflow:hidden;display:grid;place-items:center}._avatar_l2xif_51 img,._avatar_l2xif_51 span{width:100%;height:100%;object-fit:cover;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800}._avatar_l2xif_51 svg{width:14px;height:14px}._all_l2xif_77{background:#fff0f3;color:#ff3858}._menu_l2xif_82{position:absolute;top:calc(100% + 7px);left:0;width:max(220px,100%);max-height:320px;overflow-y:auto;padding:6px;border:1px solid rgba(32,34,43,.09);border-radius:14px;background:#fffffffa;box-shadow:0 16px 42px #1f1a2c2b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}._option_l2xif_97{width:100%;min-height:42px;padding:6px 8px;border:0;border-radius:10px;background:transparent;display:flex;align-items:center;gap:9px;cursor:pointer;color:#32343c}._option_l2xif_97:hover{background:#f7f7f9}._option_l2xif_97._selected_l2xif_115{background:#fff3f5;color:#e52e4a}._optionName_l2xif_120{flex:1;min-width:0;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600}._count_l2xif_131{color:#a0a2aa;font-size:12px}._check_l2xif_136{width:15px;height:15px;color:#ff3858}._empty_l2xif_142{padding:13px 10px;color:#9799a2;font-size:12px;text-align:center}._backdrop_hvik1_1{position:fixed;inset:0;z-index:10050;display:grid;place-items:center;padding:24px;background:#1f192975;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._modal_hvik1_12{position:relative;width:min(430px,100%);padding:34px 34px 30px;overflow:hidden;border:1px solid rgba(255,255,255,.75);border-radius:28px;background:linear-gradient(155deg,#fff 5%,#fff7f4 55%,#f4f0ff);box-shadow:0 28px 90px #3b254e42;text-align:center}._glow_hvik1_24{position:absolute;width:240px;height:240px;left:50%;top:-125px;transform:translate(-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,83,108,.26),transparent 67%)}._close_hvik1_35{position:absolute;right:15px;top:15px;z-index:2;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:11px;background:#ffffffbf;color:#82838c;cursor:pointer}._close_hvik1_35 svg{width:17px}._mascotWrap_hvik1_55{position:relative;width:116px;height:116px;margin:0 auto 8px;border-radius:50%;background:#ffffffdb;box-shadow:0 12px 30px #ff415e24;display:grid;place-items:center}._mascotWrap_hvik1_55 img{width:86px;height:86px;object-fit:contain;animation:_bob_hvik1_1 2.2s ease-in-out infinite}._spark_hvik1_74,._spark2_hvik1_74{position:absolute;color:#ffb12b;font-size:20px;animation:_twinkle_hvik1_1 1.4s ease-in-out infinite alternate}._spark_hvik1_74{left:0;top:20px}._spark2_hvik1_74{right:-2px;bottom:25px;animation-delay:.4s}._badge_hvik1_92{display:inline-flex;padding:5px 10px;border-radius:99px;background:#fff0f3;color:#f13a56;font-size:12px;font-weight:700}._modal_hvik1_12 h2{margin:13px 0 9px;font-size:23px;letter-spacing:-.02em;color:#272933}._modal_hvik1_12 p{margin:0 auto;max-width:340px;color:#787a84;font-size:14px;line-height:1.7}._ok_hvik1_117{width:100%;height:45px;margin-top:23px;border:0;border-radius:14px;color:#fff;font-size:14px;font-weight:750;cursor:pointer;background:linear-gradient(120deg,#ff536c,#ff3655);box-shadow:0 10px 22px #ff365533}@keyframes _bob_hvik1_1{50%{transform:translateY(-5px) rotate(-2deg)}}@keyframes _twinkle_hvik1_1{to{opacity:.35;transform:scale(.76) rotate(22deg)}}._metric_mewas_2{--metric-color: var(--xz-text-3);--metric-bg: transparent;display:inline-flex;align-items:center;gap:3px;min-width:0;color:var(--xz-text-3);font-variant-numeric:tabular-nums}._icon_mewas_13{width:auto;height:auto;border-radius:0;display:inline-grid;place-items:center;flex:none;color:var(--xz-text-3);background:none;border:none;box-shadow:none}._icon_mewas_13 svg{width:11px;height:11px;stroke-width:1.5}._value_mewas_35{color:var(--xz-text-3);font-size:10.5px;font-weight:500;font-variant-numeric:tabular-nums;letter-spacing:.01em}._label_mewas_43{color:var(--xz-text-3);font-size:10px;font-weight:650;white-space:nowrap}._text_mewas_50{min-width:0;display:flex;align-items:baseline;gap:4px}._stacked_mewas_57{flex-direction:column;align-items:center;gap:5px}._stacked_mewas_57 ._text_mewas_50{flex-direction:column;align-items:center;gap:3px}._stacked_mewas_57 ._value_mewas_35{font-size:16px;line-height:1}._compact_mewas_74{gap:4px}._compact_mewas_74 ._icon_mewas_13{width:18px;height:18px;border:0;background:transparent;box-shadow:none}._compact_mewas_74 ._icon_mewas_13 svg{width:11px;height:11px}._compact_mewas_74 ._value_mewas_35{font-size:10.5px;font-weight:500}._compact_mewas_74 ._label_mewas_43{font-size:9px}._metric_mewas_2{--metric-color: var(--xz-text-3)}._overlay_ihe1e_2{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:22px;background:#0f121794;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:_fadeIn_ihe1e_1 .18s ease both}._dialog_ihe1e_14{width:min(1040px,100vw - 64px);height:min(680px,100vh - 64px);min-height:0;overflow:hidden;display:grid;grid-template-columns:minmax(380px,46%) minmax(0,1fr);border:1px solid rgba(255,255,255,.72);border-radius:20px;background:var(--xz-surface, var(--xz-surface));box-shadow:0 28px 80px #0c121c4d;animation:_liftIn_ihe1e_1 .22s cubic-bezier(.2,.8,.2,1) both}._stage_ihe1e_28{min-width:0;min-height:0;padding:16px;position:relative;overflow:hidden;display:grid;place-items:center;background:linear-gradient(145deg,var(--xz-surface-2),var(--xz-border))}._backdrop_ihe1e_39{position:absolute;inset:-18px;opacity:.08;filter:blur(32px) saturate(.7);transform:scale(1.1)}._backdrop_ihe1e_39 img{width:100%;height:100%;object-fit:cover}._frame_ihe1e_53{width:min(100%,(100vh - 96px) * .75);max-height:100%;aspect-ratio:3/4;position:relative;overflow:hidden;display:grid;place-items:center;border-radius:12px;background:var(--xz-surface);box-shadow:0 0 0 1px #191f2a14,0 18px 46px #1b212b24}._stage_ihe1e_28:has(video){background:var(--xz-text)}._stage_ihe1e_28:has(video) ._frame_ihe1e_53{background:var(--xz-text);box-shadow:0 0 0 1px #ffffff0f,0 18px 55px #00000047}._media_ihe1e_75{width:100%;height:100%;display:block;object-fit:contain}._badge_ihe1e_82{position:absolute;left:16px;top:16px;z-index:5;min-height:32px;padding:6px 11px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.32);border-radius:9px;color:var(--xz-surface);background:#ff304eeb;box-shadow:0 7px 20px #cf1c393d;font-size:11px;font-weight:850;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._badge_ihe1e_82 svg{width:14px;height:14px}._badge_ihe1e_82._hot_ihe1e_107{background:#ff304eeb;box-shadow:0 7px 20px #cf1c393d}._badge_ihe1e_82._rise_ihe1e_112{background:#179163eb;box-shadow:0 7px 20px #12704c3d}._badge_ihe1e_82._warn_ihe1e_117{background:#b06a23eb;box-shadow:0 7px 20px #77420f38}._badge_ihe1e_82._stop_ihe1e_123{background:#d0871feb;box-shadow:0 7px 20px #965d0f38}._badge_ihe1e_82._cold_ihe1e_128,._badge_ihe1e_82._good_ihe1e_128{background:#4c76c9eb;box-shadow:0 7px 20px #264b963d}._nav_ihe1e_133{width:38px;height:38px;position:absolute;z-index:5;top:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.18);border-radius:50%;color:var(--xz-surface);background:#0a0c107a;box-shadow:0 5px 18px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transform:translateY(-50%)}._nav_ihe1e_133:hover{background:#0a0c10b8}._nav_ihe1e_133 svg{width:18px;height:18px}._prev_ihe1e_160{left:16px}._next_ihe1e_164{right:16px}._pager_ihe1e_168{position:absolute;z-index:5;left:50%;bottom:16px;padding:6px 10px;display:flex;align-items:center;gap:6px;border-radius:999px;color:#ffffffdb;background:#0a0c108c;font-size:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translate(-50%)}._pager_ihe1e_168 i{width:5px;height:5px;border-radius:50%;background:#ffffff6b}._pager_ihe1e_168 i._on_ihe1e_192{width:15px;border-radius:999px;background:var(--xz-surface)}._empty_ihe1e_198{width:min(280px,75%);display:grid;justify-items:center;gap:12px;color:#ffffffb3;text-align:center}._empty_ihe1e_198 svg{width:38px;height:38px}._empty_ihe1e_198 b{color:var(--xz-surface);font-size:13px}._empty_ihe1e_198 span{font-size:10px;line-height:1.6}._empty_ihe1e_198 button{padding:8px 12px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.24);border-radius:8px;color:var(--xz-surface);background:#ffffff1a;font:inherit;font-size:10px;cursor:pointer}._empty_ihe1e_198 button svg{width:13px;height:13px}._panel_ihe1e_241{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--xz-surface, var(--xz-surface))}._header_ihe1e_249{min-height:70px;padding:18px 62px 14px 24px;position:relative;border-bottom:1px solid var(--xz-border, var(--xz-border))}._context_ihe1e_256{margin-bottom:6px;display:flex;align-items:center;gap:8px;color:var(--xz-text-3, var(--xz-text-3));font-size:10px}._context_ihe1e_256 i{width:3px;height:3px;border-radius:50%;background:currentColor}._header_ihe1e_249 h2{margin:0;color:var(--xz-text, var(--xz-text));font-size:18px;line-height:1.42;letter-spacing:-.015em}._source_ihe1e_280{width:23px;height:23px;margin-left:5px;padding:0;display:inline-grid;place-items:center;vertical-align:-.22em;border:0;border-radius:7px;color:var(--cool);background:#2675df1a;cursor:pointer}._source_ihe1e_280:hover{background:#2675df2b}._source_ihe1e_280 svg{width:12px;height:12px}._close_ihe1e_304{width:34px;height:34px;padding:0;position:absolute;right:18px;top:18px;display:grid;place-items:center;border:1px solid var(--xz-border, var(--xz-border));border-radius:10px;color:var(--xz-text-2, var(--xz-text-2));background:var(--xz-surface, var(--xz-surface));box-shadow:0 5px 14px #19202c0f;cursor:pointer}._close_ihe1e_304 svg{width:16px;height:16px}._scroll_ihe1e_326{min-height:0;flex:1;overflow-y:auto;padding:18px 24px 22px;scrollbar-width:thin}._metrics_ihe1e_334{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}._metric_ihe1e_334{min-width:0;min-height:70px;padding:11px 12px;display:grid;grid-template-columns:27px minmax(0,1fr);grid-template-rows:auto auto;column-gap:9px;align-items:center;border:1px solid var(--xz-border, var(--xz-border));border-radius:12px;background:linear-gradient(145deg,var(--xz-surface, var(--xz-surface)),var(--xz-surface-2, var(--xz-surface-2)))}._metricIcon_ihe1e_354{width:27px;height:27px;grid-row:1/3;display:grid;place-items:center;border-radius:8px;color:var(--cool);background:#4c73c917}._metric_ihe1e_334:nth-child(2) ._metricIcon_ihe1e_354{color:var(--rise);background:#239b7317}._metric_ihe1e_334:nth-child(3) ._metricIcon_ihe1e_354{color:var(--xz-gold);background:#c2862f1a}._metricIcon_ihe1e_354 svg{width:13px;height:13px}._metric_ihe1e_334 b{overflow:hidden;color:var(--xz-text, var(--xz-text));font-size:17px;line-height:1;white-space:nowrap;text-overflow:ellipsis}._metric_ihe1e_334 span:last-child{color:var(--xz-text-3, var(--xz-text-3));font-size:9px}._section_ihe1e_394{margin-top:14px;padding:14px 15px;border:1px solid var(--xz-border, var(--xz-border));border-radius:13px;background:var(--xz-surface, var(--xz-surface))}._sectionTitle_ihe1e_402{margin-bottom:10px;display:flex;align-items:center;gap:7px;color:var(--xz-text-2, var(--xz-text-2));font-size:10px;font-weight:850}._sectionTitle_ihe1e_402 svg{width:14px;height:14px;color:var(--xz-brand, var(--xz-brand))}._body_ihe1e_418{margin:0;color:var(--xz-text, var(--xz-text));font-size:12px;line-height:1.85;white-space:pre-wrap}._parsed_ihe1e_426{margin-top:11px;padding-top:11px;border-top:1px dashed var(--xz-border, var(--xz-border));color:var(--xz-text-2, var(--xz-text-2));font-size:10.5px;line-height:1.7;white-space:pre-wrap}._tags_ihe1e_436{margin-top:11px;display:flex;flex-wrap:wrap;gap:6px}._tags_ihe1e_436 span{padding:4px 8px;border-radius:999px;color:var(--cool);background:#4c73c914;font-size:9px}._judgement_ihe1e_451{margin:0;color:var(--xz-text-2, var(--xz-text-2));font-size:11px;line-height:1.7}._bars_ihe1e_458{margin-top:12px;display:grid;gap:9px}._bar_ihe1e_458{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:9px;color:var(--xz-text-2, var(--xz-text-2));font-size:9.5px}._barTrack_ihe1e_473{height:6px;overflow:hidden;border-radius:999px;background:var(--xz-surface-2, var(--xz-surface-2))}._barTrack_ihe1e_473 i{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--xz-brand-2),var(--xz-brand))}._bar_ihe1e_458 b{min-width:26px;color:var(--xz-text, var(--xz-text));text-align:right;font-size:10px}._footer_ihe1e_494{min-height:68px;padding:12px 24px;display:flex;justify-content:flex-end;align-items:center;gap:8px;border-top:1px solid var(--xz-border, var(--xz-border));background:color-mix(in srgb,var(--xz-surface, var(--xz-surface)) 94%,transparent)}._action_ihe1e_505{min-height:40px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--xz-border, var(--xz-border));border-radius:10px;color:var(--xz-text-2, var(--xz-text-2));background:var(--xz-surface, var(--xz-surface));font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}._action_ihe1e_505 svg{width:14px;height:14px}._parseAction_ihe1e_527{width:40px;padding:0;position:relative;flex:0 0 40px;color:var(--xz-brand, var(--xz-brand))}._parseAction_ihe1e_527:after{content:attr(data-tooltip);min-width:max-content;padding:7px 9px;position:absolute;left:50%;bottom:calc(100% + 9px);z-index:10;border-radius:7px;color:var(--xz-surface);background:#181b22eb;box-shadow:0 8px 22px #0f12192e;font-size:10px;font-weight:700;line-height:1;pointer-events:none;opacity:0;transform:translate(-50%,4px);transition:opacity .15s ease,transform .15s ease}._parseAction_ihe1e_527:hover:after,._parseAction_ihe1e_527:focus-visible:after{opacity:1;transform:translate(-50%)}._parseAction_ihe1e_527:disabled{cursor:wait;opacity:.65}._parseAction_ihe1e_527._pending_ihe1e_566 svg{animation:_spin_ihe1e_1 .8s linear infinite}._primary_ihe1e_570{min-width:158px;border-color:transparent;color:var(--xz-surface);background:linear-gradient(100deg,var(--xz-brand-2),var(--xz-brand));box-shadow:0 8px 20px #ff304e33}._loading_ihe1e_578{position:absolute;inset:0;z-index:4;display:grid;place-items:center;color:#fffc;background:#0c0f1447}._loading_ihe1e_578 svg{width:28px;height:28px;animation:_spin_ihe1e_1 .8s linear infinite}@keyframes _spin_ihe1e_1{to{transform:rotate(360deg)}}@keyframes _fadeIn_ihe1e_1{0%{opacity:0}}@keyframes _liftIn_ihe1e_1{0%{opacity:0;transform:translateY(12px) scale(.99)}}@media(max-width:820px){._overlay_ihe1e_2{padding:10px}._dialog_ihe1e_14{width:calc(100vw - 20px);height:calc(100vh - 20px);min-height:0;grid-template-columns:1fr;grid-template-rows:minmax(260px,44vh) minmax(0,1fr);border-radius:16px}._frame_ihe1e_53{width:min(100%,330px);height:auto;max-height:100%}._header_ihe1e_249{min-height:62px;padding:14px 54px 12px 16px}._header_ihe1e_249 h2{font-size:15px}._close_ihe1e_304{right:12px;top:12px}._scroll_ihe1e_326{padding:14px 16px}._footer_ihe1e_494{min-height:60px;padding:10px 16px;flex-wrap:wrap}._primary_ihe1e_570{min-width:0;flex:1}}._num_1daly_12{font-variant-numeric:tabular-nums;letter-spacing:-.01em}._disp_1daly_17{font-weight:700}._main_1daly_22{flex:1;min-width:0;display:flex;flex-direction:column}._canvas_1daly_30{padding:0 0 40px;width:100%}._grid_1daly_35{display:grid;grid-template-columns:minmax(0,1fr) 372px;gap:22px;align-items:stretch}._col-l_1daly_42{display:flex;flex-direction:column;gap:22px;min-width:0}._col-r_1daly_49{display:flex;flex-direction:column;gap:20px}._card_1daly_55{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-card);box-shadow:var(--card-shadow);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}._sec-h_1daly_63{display:flex;align-items:center;gap:10px;margin-bottom:14px}._sec-h_1daly_63 ._bar_1daly_70{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}._sec-h_1daly_63 ._t_1daly_77{font-weight:700;font-size:16.5px;letter-spacing:-.01em}._sec-h_1daly_63 ._pill_1daly_83{font-size:11px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:3px 9px;border-radius:7px}._sec-h_1daly_63 ._more_1daly_93{margin-left:auto;font-size:12.5px;color:var(--xz-text-2);cursor:pointer;display:flex;align-items:center;gap:4px;font-weight:700}._sec-h_1daly_63 ._more_1daly_93:hover{color:var(--xz-brand)}._sec-h_1daly_63 ._more_1daly_93 svg{width:14px;height:14px}._sec-h_1daly_63>svg{width:16px;height:16px;color:var(--xz-brand);flex:none}._sec-h_1daly_63 ._sub_1daly_120{font-size:12px;color:var(--xz-text-3);font-weight:500}._radar-card_1daly_127{padding:18px 20px 20px}._radar-finds_1daly_131{display:flex;flex-direction:column}._rf-row_1daly_136{display:flex;align-items:center;gap:13px;padding:15px 4px;border-bottom:1px solid var(--xz-border);cursor:pointer;transition:.15s;position:relative}._rf-row_1daly_136:last-child{border-bottom:none}._rf-row_1daly_136:hover ._rf-title_1daly_151{color:var(--xz-brand)}html[data-theme=t3] ._rf-row_1daly_136:hover ._rf-title_1daly_151{color:var(--xz-gold-2)}._rf-tag_1daly_159{flex:none;width:64px;text-align:center;font-size:11px;font-weight:800;padding:5px 0;border-radius:7px;white-space:nowrap}._rt-hot_1daly_170{color:var(--hot);background:var(--hot-bg);border:1px solid var(--hot-br)}._rt-gap_1daly_176{color:var(--plum);background:var(--plum-bg);border:1px solid var(--plum-br)}._rt-topic_1daly_182{color:var(--cool);background:var(--cool-bg);border:1px solid var(--cool-br)}._rf-main_1daly_188{flex:1;min-width:0}._rf-title_1daly_151{font-size:14px;font-weight:800;color:var(--xz-text);line-height:1.35;transition:color .15s}._rf-sub_1daly_201{font-size:12px;color:var(--xz-text-3);margin-top:3px;line-height:1.4}._rf-metric_1daly_208{font-weight:800;color:var(--xz-brand)}html[data-theme=t3] ._rf-metric_1daly_208{color:var(--xz-gold-2)}._rf-go_1daly_217{flex:none;font-size:12px;font-weight:800;color:var(--xz-brand);cursor:pointer;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);border-radius:var(--r-ctl);padding:7px 13px;transition:.15s}._rf-go_1daly_217:hover{background:var(--xz-brand-soft-2)}._rf-arrow_1daly_234{flex:none;width:16px;height:16px;color:var(--xz-text-3);transition:.15s}._rf-row_1daly_136:hover ._rf-arrow_1daly_234{color:var(--xz-brand);transform:translate(2px)}._radar-ask_1daly_249{display:flex;flex-direction:column;padding:18px 18px 16px;border-radius:var(--r-card);background:radial-gradient(120% 90% at 100% 0%,var(--xz-brand-tint),transparent 60%),var(--xz-surface);border:1px solid var(--xz-brand-soft-2);box-shadow:var(--card-shadow)}html[data-theme=t3] ._radar-ask_1daly_249{background:radial-gradient(120% 90% at 100% 0%,rgba(224,169,74,.1),transparent 60%),var(--xz-surface-2);border-color:#e0a94a38}._ra-head_1daly_264{display:flex;align-items:center;gap:11px;margin-bottom:13px}._ra-ip_1daly_271{width:40px;height:40px;border-radius:11px;object-fit:cover;flex:none}._ra-title_1daly_279{font-size:15.5px;font-weight:800;color:var(--xz-text);line-height:1.2}._ra-tip_1daly_286{font-size:11.5px;color:var(--xz-text-2);margin-top:3px;font-weight:600}._ra-input_1daly_293{width:100%;resize:none;font-family:var(--font);font-size:13px;font-weight:600;color:var(--xz-text);padding:11px 13px;border:1px solid var(--xz-border-2);border-radius:var(--r-ctl);background:var(--xz-surface);line-height:1.55;transition:.15s}._ra-input_1daly_293::placeholder{color:var(--xz-text-3);font-weight:500}._ra-input_1daly_293:focus{outline:none;border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._ra-chips_1daly_319{display:flex;flex-wrap:wrap;gap:7px;margin:11px 0 13px}._ra-chip_1daly_319{font-size:11.5px;font-weight:700;color:var(--xz-text-2);cursor:pointer;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:999px;padding:5px 12px;transition:.15s}._ra-chip_1daly_319:hover{color:var(--xz-brand);border-color:var(--xz-brand-soft-2);background:var(--xz-brand-soft)}._ra-submit_1daly_344{width:100%;border:none;border-radius:var(--r-ctl);padding:12px;font-family:var(--font);font-weight:800;font-size:13.5px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s;box-shadow:0 4px 12px var(--xz-brand-glow)}._ra-submit_1daly_344:hover{filter:brightness(1.05)}._ra-submit_1daly_344 svg{width:16px;height:16px}html[data-theme=t3] ._ra-submit_1daly_344{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a52}._ra-foot_1daly_378{font-size:11px;color:var(--xz-text-3);font-weight:600;margin-top:12px;text-align:center}html[data-theme=t3] ._sec-h_1daly_63 ._bar_1daly_70,html[data-theme=t3] ._tasks-head_1daly_387 ._bar_1daly_70,html[data-theme=t3] ._mini-head_1daly_388 ._bar_1daly_70{background:linear-gradient(180deg,var(--xz-gold-2),var(--xz-gold));box-shadow:0 0 8px #e0a94a80}._plat-tab_1daly_394{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}._pt-seg_1daly_403{display:flex;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:3px;box-shadow:var(--card-shadow)}._pt_1daly_402{border:none;background:transparent;font-family:var(--font);font-size:13px;font-weight:700;color:var(--xz-text-2);padding:8px 16px;border-radius:8px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:.15s}._pt_1daly_402 i,._pt_1daly_402 svg{font-size:16px;width:16px;height:16px}._pt_1daly_402:hover{color:var(--xz-text)}._pt_1daly_402._on_1daly_438{background:var(--xz-surface-2);color:var(--xz-text);box-shadow:inset 0 0 0 1px var(--xz-border)}._pt_1daly_402._on_1daly_438 i,._pt_1daly_402._on_1daly_438 svg{color:var(--xz-brand)}._pt-hint_1daly_448{margin-left:auto;font-size:11.5px;color:var(--xz-text-3);display:flex;align-items:center;gap:5px}._pt-hint_1daly_448 i,._pt-hint_1daly_448 svg{font-size:14px;width:14px;height:14px}._pt-right_1daly_464{margin-left:auto;display:flex;align-items:center;gap:10px}._account-scope_1daly_471{height:40px;min-width:250px;display:flex;align-items:center;gap:8px;padding:0 10px 0 12px;border:1px solid var(--xz-border);border-radius:var(--r-ctl);background:var(--xz-surface);box-shadow:var(--card-shadow)}._account-scope-label_1daly_484{font-size:11px;color:var(--xz-text-3);font-weight:800;white-space:nowrap}._account-scope_1daly_471 select{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--xz-text);cursor:pointer;font-family:var(--font);font-size:13px;font-weight:800}._scope-divider_1daly_504{width:1px;height:24px;background:var(--xz-border)}._scope-summary_1daly_510{font-size:11.5px;color:var(--xz-text-3);font-weight:700;white-space:nowrap}._scope-bar_1daly_518{display:none;align-items:center;gap:10px;margin-bottom:18px}._scope-bar_1daly_518._show_1daly_525{display:flex}._scope-pill_1daly_529{display:inline-flex;align-items:center;gap:9px;padding:8px 8px 8px 12px;border-radius:var(--r-ctl);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);font-size:12.5px;font-weight:700;color:var(--xz-brand)}._scope-pill_1daly_529 ._sp-av_1daly_542{width:22px;height:22px;border-radius:7px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:11px}._scope-pill_1daly_529 ._sp-x_1daly_554{width:24px;height:24px;border-radius:7px;background:var(--xz-surface);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;transition:.14s}._scope-pill_1daly_529 ._sp-x_1daly_554 svg{width:15px;height:15px}._scope-pill_1daly_529 ._sp-x_1daly_554:hover{background:var(--xz-brand-soft-2)}._scope-note_1daly_578{font-size:11.5px;color:var(--xz-text-3);display:flex;align-items:center;gap:5px}._scope-note_1daly_578 i,._scope-note_1daly_578 svg{font-size:14px;width:14px;height:14px}._hero_1daly_593{position:relative;overflow:hidden;border-radius:var(--r);padding:26px 28px;background:var(--hero-glow),var(--hero-tint),var(--xz-surface);border:1px solid var(--xz-border);box-shadow:var(--card-shadow);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}html[data-theme=t3] ._hero_1daly_593{background:var(--hero-glow),var(--hero-tint),linear-gradient(160deg,#191921,#101015 72%)}._hero-top_1daly_608{display:flex;align-items:flex-start;gap:20px;position:relative;z-index:1}._mascot-wrap_1daly_616{position:relative;flex-shrink:0;width:96px;height:96px;display:flex;align-items:center;justify-content:center}._mascot-wrap_1daly_616:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:radial-gradient(circle,var(--xz-brand-soft),transparent 70%)}._mascot_1daly_616{position:relative;width:82px;height:82px;object-fit:contain}._ring_1daly_641{position:absolute;inset:4px;border-radius:50%;border:1.5px solid var(--xz-brand-soft-2)}._greet_1daly_648{flex:1;min-width:0;padding-top:2px}._greet_1daly_648 ._hi_1daly_654{font-size:12.5px;color:var(--xz-brand);font-weight:700;letter-spacing:.04em;text-transform:uppercase;display:flex;align-items:center;gap:7px;margin-bottom:9px}._greet_1daly_648 ._hi_1daly_654 i,._greet_1daly_648 ._hi_1daly_654 svg{font-size:14px;width:14px;height:14px}._greet_1daly_648 ._head_1daly_672{font-weight:800;font-size:24px;line-height:1.32;letter-spacing:-.015em;color:var(--xz-text);max-width:640px;min-height:2.64em}._head-typing_1daly_683:after{content:"";display:inline-block;width:2px;height:.92em;margin-left:3px;vertical-align:-.08em;border-radius:1px;background:var(--xz-brand);animation:_greetCaret_1daly_1 .78s steps(1,end) infinite}@keyframes _greetCaret_1daly_1{0%,55%{opacity:1}56%,to{opacity:0}}._head-ghost_1daly_707{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}._head-live_1daly_713{position:absolute;inset:0}._greet_1daly_648 ._head_1daly_672 ._hot_1daly_718,._greet_1daly_648 ._head_1daly_672 ._num-in_1daly_722{color:var(--xz-brand)}html[data-theme=t3] ._greet_1daly_648 ._head_1daly_672 ._hot_1daly_718{color:#ff6377}._growth_1daly_730{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}._rank_1daly_738{display:inline-flex;align-items:center;gap:9px;padding:8px 13px 8px 9px;border-radius:12px;background:#c8973a1a;border:1px solid rgba(200,151,58,.28)}._rank_1daly_738 ._medal_1daly_748{width:30px;height:30px;border-radius:9px;background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;box-shadow:0 2px 8px #c8973a47}._rank_1daly_738 ._medal_1daly_748 svg{width:17px;height:17px}._rank_1daly_738 ._rk_1daly_766{line-height:1.25}._rank_1daly_738 ._rk_1daly_766 ._g_1daly_35{font-weight:800;font-size:13.5px;color:var(--xz-gold-deep)}html[data-theme=t3] ._rank_1daly_738 ._rk_1daly_766 ._g_1daly_35{color:var(--xz-gold-2)}._rank_1daly_738 ._rk_1daly_766 ._s_1daly_3{font-size:10.5px;color:var(--xz-text-3);font-weight:600}._combo_1daly_786{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:12px;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._combo_1daly_786 i,._combo_1daly_786 svg{font-size:17px;width:17px;height:17px;color:var(--xz-brand)}._combo_1daly_786 b{font-weight:800;font-size:14px;color:var(--xz-brand)}._combo_1daly_786 span{font-size:11px;color:var(--xz-text-2);font-weight:600}._lvl_1daly_815{flex:1;min-width:210px;padding:9px 14px;border-radius:12px;background:var(--xz-surface-3);border:1px solid var(--xz-border);display:flex;flex-direction:column;gap:7px}._lvl-top_1daly_827{display:flex;align-items:center;justify-content:space-between;font-size:11.5px}._lvl-top_1daly_827 ._l_1daly_815{color:var(--xz-text-2);font-weight:700;display:flex;align-items:center;gap:5px}._lvl-top_1daly_827 ._l_1daly_815 i,._lvl-top_1daly_827 ._l_1daly_815 svg{color:var(--xz-brand);font-size:14px;width:14px;height:14px}._lvl-top_1daly_827 ._r_1daly_127{color:var(--xz-text-3);font-weight:600}._lvl-top_1daly_827 ._r_1daly_127 b{color:var(--xz-brand)}._lvl-bar_1daly_858{height:8px;border-radius:6px;background:var(--track);overflow:hidden}._lvl-bar_1daly_858 i{display:block;height:100%;width:64%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}html[data-theme=t3] ._lvl-bar_1daly_858 i,html[data-theme=t3] ._pbar_1daly_874 i{background:linear-gradient(90deg,var(--xz-gold-deep),var(--xz-gold-2));box-shadow:0 0 12px #e0a94a8c}._idrow_1daly_880{display:flex;align-items:center;gap:9px;margin-bottom:11px;flex-wrap:wrap}._rankchip_1daly_888{display:inline-flex;align-items:center;gap:7px;height:30px;padding:0 12px 0 10px;border-radius:999px;cursor:pointer;background:linear-gradient(135deg,#fff6e4,#ffedcf);border:1px solid #f0d9a8;color:#8a6410;font-weight:800;font-size:13px;transition:transform .12s ease}._rankchip_1daly_888:hover{transform:translateY(-1px)}._rankchip_1daly_888 svg{width:15px;height:15px;color:var(--xz-gold-deep)}._combochip_1daly_914{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 12px;border-radius:999px;cursor:pointer;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);font-weight:700;font-size:12.5px}._combochip_1daly_914 svg{width:15px;height:15px}._combochip_1daly_914 b{font-weight:800;font-size:13.5px}._hero-growth_1daly_939{display:flex;align-items:center;gap:18px;position:relative;z-index:1;margin-top:16px;padding-top:15px;border-top:1px solid var(--xz-border)}._hg-div_1daly_950{width:1px;height:24px;background:var(--xz-border);flex:none}._xpwide_1daly_957{flex:1;min-width:220px;display:flex;align-items:center;gap:12px;cursor:pointer}._xpwide_1daly_957 ._xplv_1daly_966{display:inline-flex;align-items:center;gap:5px;font-weight:800;font-size:13px;color:var(--xz-text);white-space:nowrap}._xpwide_1daly_957 ._xplv_1daly_966 svg{width:14px;height:14px;color:var(--xz-brand)}._xpwide_1daly_957 ._xpbar_1daly_982{flex:1;height:10px;border-radius:6px;background:var(--track);overflow:hidden}._xpwide_1daly_957 ._xpbar_1daly_982 i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}._xpwide_1daly_957 ._xpre_1daly_997{font-size:11.5px;color:var(--xz-text-3);font-weight:600;white-space:nowrap}._xpwide_1daly_957 ._xpre_1daly_997 b{color:var(--xz-brand)}html[data-theme=t3] ._xpwide_1daly_957 ._xpbar_1daly_982 i{background:linear-gradient(90deg,var(--xz-gold-deep),var(--xz-gold-2));box-shadow:0 0 12px #e0a94a8c}._ci-inline_1daly_1013{display:flex;align-items:center;gap:10px;flex:none}._ci-inline_1daly_1013 ._ci-lab_1daly_1020{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--xz-text-2);white-space:nowrap}._ci-inline_1daly_1013 ._ci-lab_1daly_1020 svg{width:14px;height:14px;color:var(--xz-brand)}._ci-days_1daly_1036{display:inline-flex;gap:5px}._cid_1daly_1041{width:24px;height:24px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border)}._cid_1daly_1041 svg{width:13px;height:13px}._cid_1daly_1041._on_1daly_438{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));border-color:transparent;color:#fff;box-shadow:0 3px 8px var(--xz-brand-glow)}._cid_1daly_1041._today_1daly_1067{background:var(--xz-surface);border:1.5px dashed var(--xz-brand);color:var(--xz-brand)}html[data-theme=t3] ._cid_1daly_1041._on_1daly_438{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));color:#1a140a;box-shadow:0 0 10px #e0a94a80}._ci-inline_1daly_1013 ._ci-tag_1daly_1079{font-size:11px;font-weight:800;color:var(--rise);background:var(--rise-bg);border-radius:999px;padding:3px 9px;white-space:nowrap}._boss-card_1daly_1090{padding:16px;background:radial-gradient(120% 120% at 100% 0%,var(--xz-brand-soft),transparent 58%),var(--xz-surface);border:1px solid var(--xz-border)}._boss-head_1daly_1096{display:flex;align-items:center;gap:12px}._boss-ava_1daly_1102{width:44px;height:44px;border-radius:12px;flex:none;display:flex;align-items:center;justify-content:center;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._boss-ava_1daly_1102 svg{width:24px;height:24px;color:var(--xz-brand)}._boss-meta_1daly_1120{min-width:0}._boss-name_1daly_1124{font-size:14px;font-weight:800;color:var(--xz-text);line-height:1.3}._boss-sub_1daly_1131{font-size:11.5px;color:var(--xz-text-3);margin-top:3px}._boss-charge_1daly_1137{margin:13px 0 12px}._boss-bar_1daly_1141{height:7px;border-radius:6px;background:var(--track);overflow:hidden}._boss-bar_1daly_1141 i{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2));transition:width .4s cubic-bezier(.34,1.56,.64,1)}._boss-cs_1daly_1156{font-size:11px;color:var(--xz-text-3);margin-top:7px}._boss-cs_1daly_1156 b{color:var(--xz-brand);font-weight:800}._boss-go_1daly_1167{width:100%;height:40px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;border-radius:var(--r-ctl);font-size:13.5px;font-weight:800;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));box-shadow:0 6px 18px var(--xz-brand-glow);transition:transform .15s ease,box-shadow .15s ease}._boss-go_1daly_1167 svg{width:16px;height:16px}._boss-go_1daly_1167:hover{transform:translateY(-1px);box-shadow:0 8px 22px var(--xz-brand-glow)}html[data-theme=t3] ._boss-go_1daly_1167{color:#1a140a}._value_1daly_1199{flex-shrink:0;text-align:right;padding-left:22px;border-left:1px solid var(--xz-border);min-width:220px}._value_1daly_1199 ._lab_1daly_1207{font-size:11.5px;color:var(--xz-text-2);font-weight:700;display:flex;align-items:center;justify-content:flex-end;gap:6px}._value_1daly_1199 ._lab_1daly_1207 i,._value_1daly_1199 ._lab_1daly_1207 svg{font-size:15px;width:15px;height:15px;color:var(--xz-gold-deep)}html[data-theme=t3] ._value_1daly_1199 ._lab_1daly_1207 i,html[data-theme=t3] ._value_1daly_1199 ._lab_1daly_1207 svg{color:var(--xz-gold-2)}._value_1daly_1199 ._big_1daly_1229{font-weight:900;font-size:46px;line-height:1;margin-top:10px;letter-spacing:-.03em;font-variant-numeric:tabular-nums;background:var(--value-grad);-webkit-background-clip:text;background-clip:text;color:transparent}._value_1daly_1199 ._big_1daly_1229 ._cur_1daly_1242{font-size:28px;vertical-align:top;margin-right:1px}._value_1daly_1199 ._sub_1daly_120{font-size:12px;color:var(--xz-text-2);margin-top:9px;font-weight:600}._value_1daly_1199 ._sub_1daly_120 b{color:var(--xz-gold-deep)}html[data-theme=t3] ._value_1daly_1199 ._sub_1daly_120 b{color:var(--xz-gold-2)}._value_1daly_1199 ._mini_1daly_388{display:inline-flex;align-items:center;gap:7px;margin-top:12px;font-size:11.5px;color:var(--xz-text-2);font-weight:600;background:var(--xz-surface-3);border:1px solid var(--xz-border);padding:6px 11px;border-radius:9px}._value_1daly_1199 ._mini_1daly_388 i,._value_1daly_1199 ._mini_1daly_388 svg{color:var(--xz-brand);font-size:14px;width:14px;height:14px}._value_1daly_1199 ._mini_1daly_388 b{color:var(--xz-text);font-variant-numeric:tabular-nums}._rank_1daly_738,._lvl_1daly_815,._combo_1daly_786,._value_1daly_1199,._chest_1daly_1290{cursor:pointer;transition:filter .15s}._rank_1daly_738:hover,._lvl_1daly_815:hover,._combo_1daly_786:hover,._value_1daly_1199:hover,._chest_1daly_1290:hover{filter:brightness(1.04)}._hero-strip_1daly_1299{display:flex;gap:14px;margin-top:22px;position:relative;z-index:1}._pgroup_1daly_1307{flex:1;background:var(--xz-surface-3);border:1px solid var(--xz-border);border-radius:12px;padding:14px 16px}._pg-h_1daly_1315{display:flex;align-items:center;gap:8px;font-weight:700;font-size:12.5px;margin-bottom:13px;color:var(--xz-text)}._pg-h_1daly_1315 i,._pg-h_1daly_1315 svg{font-size:17px;width:17px;height:17px}._pg-h_1daly_1315._xhs_1daly_1331 i,._pg-h_1daly_1315._xhs_1daly_1331 svg{color:var(--xz-brand)}._pg-h_1daly_1315._mp_1daly_1335 i,._pg-h_1daly_1315._mp_1daly_1335 svg{color:var(--xz-success)}._pg-h_1daly_1315 ._tagm_1daly_1339{margin-left:auto;font-size:10px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:2px 7px;border-radius:6px}._pg-stats_1daly_1350{display:flex;gap:16px}._pg-stats_1daly_1350 ._s_1daly_3{flex:1}._pg-stats_1daly_1350 ._s_1daly_3 ._sv_1daly_1359{font-weight:800;font-size:22px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._pg-stats_1daly_1350 ._s_1daly_3 ._sl_1daly_1368{font-size:10.5px;color:var(--xz-text-3);margin-top:6px;font-weight:600}._pg-stats_1daly_1350 ._s_1daly_3 ._sd_1daly_1375{font-size:10.5px;font-weight:700;color:var(--xz-success);margin-top:4px;display:inline-flex;align-items:center;gap:3px}._pg-stats_1daly_1350 ._s_1daly_3 ._sd_1daly_1375 i,._pg-stats_1daly_1350 ._s_1daly_3 ._sd_1daly_1375 svg{font-size:12px;width:12px;height:12px}._pg-stats_1daly_1350 ._s_1daly_3 ._sd_1daly_1375._pool_1daly_1391{color:var(--xz-brand)}._stat3_1daly_1395{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px;position:relative;z-index:1}._stat_1daly_1395{background:var(--xz-surface-3);border:1px solid var(--xz-border);border-radius:12px;padding:15px 16px}._stat_1daly_1395 ._k_1daly_1411{font-size:12px;color:var(--xz-text-2);font-weight:600;display:flex;align-items:center;gap:6px}._stat_1daly_1395 ._k_1daly_1411 i,._stat_1daly_1395 ._k_1daly_1411 svg{font-size:15px;width:15px;height:15px;color:var(--xz-text-3)}._stat_1daly_1395 ._v_1daly_1199{font-weight:800;font-size:28px;margin-top:9px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._stat_1daly_1395 ._d_1daly_17{display:inline-flex;align-items:center;gap:3px;font-size:12px;font-weight:700;margin-top:9px;padding:2px 8px;border-radius:7px}._stat_1daly_1395 ._d_1daly_17 i,._stat_1daly_1395 ._d_1daly_17 svg{font-size:14px;width:14px;height:14px}._up_1daly_1454{color:var(--xz-success);background:var(--xz-success-soft);border:1px solid var(--xz-success-soft)}._pool_1daly_1391{color:var(--xz-brand);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._acct-row_1daly_1467{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._acct_1daly_1467{position:relative;border:1px solid var(--xz-border);border-radius:var(--r-card);background:var(--xz-surface);box-shadow:var(--card-shadow);padding:16px;cursor:pointer;transition:.18s;display:flex;flex-direction:column;gap:13px}._acct_1daly_1467:hover{transform:translateY(-3px);box-shadow:var(--card-shadow-hi);border-color:var(--xz-border-2)}._acct_1daly_1467._sel_1daly_1493{border-color:var(--xz-brand-soft-2);box-shadow:0 0 0 2px var(--xz-brand-soft-2),var(--card-shadow-hi)}._acct-head_1daly_1498{display:flex;align-items:center;gap:11px}._acct-av_1daly_1504{position:relative;width:42px;height:42px;border-radius:12px;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;flex-shrink:0}._acct-av_1daly_1504>img,._na-av_1daly_1518 img,._ma-av_1daly_1518 img,._ta-av_1daly_1518 img{width:100%;height:100%;object-fit:cover;border-radius:inherit}._acct-av_1daly_1504 ._pbadge_1daly_1525{position:absolute;right:-4px;bottom:-4px;width:19px;height:19px;border-radius:6px;background:var(--xz-surface);border:1px solid var(--xz-border);display:flex;align-items:center;justify-content:center;font-size:12px}._acct-av_1daly_1504 ._pbadge_1daly_1525 i,._acct-av_1daly_1504 ._pbadge_1daly_1525 svg{font-size:12px;width:12px;height:12px}._acct-av_1daly_1504 ._pbadge_1daly_1525._xhs_1daly_1331{color:var(--xz-brand)}._acct-av_1daly_1504 ._pbadge_1daly_1525._mp_1daly_1335{color:var(--xz-success)}._acct-id_1daly_1554{flex:1;min-width:0}._acct-id_1daly_1554 ._an_1daly_1559{font-weight:800;font-size:13.5px;color:var(--xz-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._acct-id_1daly_1554 ._ap_1daly_1569{font-size:10.5px;color:var(--xz-text-3);margin-top:3px;display:flex;align-items:center;gap:4px}._acct-id_1daly_1554 ._ap_1daly_1569 i,._acct-id_1daly_1554 ._ap_1daly_1569 svg{font-size:12px;width:12px;height:12px}._acct-id_1daly_1554 ._ap_1daly_1569._xhs_1daly_1331 i,._acct-id_1daly_1554 ._ap_1daly_1569._xhs_1daly_1331 svg{color:var(--xz-brand)}._acct-id_1daly_1554 ._ap_1daly_1569._mp_1daly_1335 i,._acct-id_1daly_1554 ._ap_1daly_1569._mp_1daly_1335 svg{color:var(--xz-success)}._acct-flag_1daly_1592{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;border-radius:8px;padding:3px 8px;font-size:10px;font-weight:800}._acct-flag_1daly_1592 i,._acct-flag_1daly_1592 svg{font-size:12px;width:12px;height:12px}._af-hot_1daly_1609{background:var(--xz-brand-soft);color:var(--xz-brand);border:1px solid var(--xz-brand-soft-2)}._af-stop_1daly_1615{background:var(--xz-warning-soft);color:var(--xz-warning);border:1px solid var(--xz-warning-soft)}._af-gap_1daly_1621{background:var(--plum-bg);color:var(--plum);border:1px solid var(--plum-br)}._af-ok_1daly_1627{background:var(--xz-success-soft);color:var(--xz-success);border:1px solid var(--xz-success-soft)}._acct-stats_1daly_1633{display:flex;gap:8px}._acct-stats_1daly_1633 ._as_1daly_1638{flex:1;background:var(--well);border:1px solid var(--xz-border);border-radius:9px;padding:9px 8px;text-align:center}._acct-stats_1daly_1633 ._as_1daly_1638 ._asv_1daly_1647{font-weight:800;font-size:16px;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._acct-stats_1daly_1633 ._as_1daly_1638._acc_1daly_471 ._asv_1daly_1647{color:var(--xz-brand)}._acct-stats_1daly_1633 ._as_1daly_1638._todo_1daly_1659 ._asv_1daly_1647{color:var(--xz-warning)}._acct-stats_1daly_1633 ._as_1daly_1638 ._asl_1daly_1663{font-size:9.5px;color:var(--xz-text-3);margin-top:5px;white-space:nowrap}._notes_1daly_1671{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}._notes_1daly_1671._xhs-notes_1daly_1677{grid-template-columns:repeat(4,minmax(0,1fr))}._xhs-notes_1daly_1677 ._cover_1daly_1681{height:auto;aspect-ratio:3/4}._mp-notes_1daly_1690{grid-template-columns:repeat(3,minmax(0,1fr))}._mp-notes_1daly_1690 ._cover_1daly_1681{height:auto;aspect-ratio:16/10}._note_1daly_1671{border:1px solid var(--xz-border);border-radius:var(--r-card);overflow:hidden;background:var(--xz-surface);cursor:pointer;transition:.2s;display:flex;flex-direction:column;box-shadow:var(--card-shadow)}._note_1daly_1671:hover{transform:translateY(-4px);box-shadow:var(--card-shadow-hi);border-color:var(--xz-border-2)}._cover_1daly_1681{height:118px;position:relative;display:flex;align-items:center;justify-content:center}._coverImage_1daly_1726{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}._cover_1daly_1681:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(20,16,10,.06))}._cover_1daly_1681:before{content:"封面预览";position:absolute;bottom:9px;left:50%;transform:translate(-50%);z-index:2;font-size:9px;font-weight:600;letter-spacing:.08em;color:#14100a52}._cover_1daly_1681 i._ph_1daly_1755,._cover_1daly_1681 svg._ph_1daly_1755{font-size:25px;width:25px;height:25px;color:#14100a33;position:relative;z-index:1}._cv-a_1daly_1764{background:linear-gradient(135deg,#ffedf1,#ffd6de)}._cv-b_1daly_1768{background:linear-gradient(135deg,#e3f6ed,#bfe7d4)}._cv-c_1daly_1772{background:linear-gradient(135deg,#fcf1dd,#f3ddb4)}._cv-d_1daly_1776{background:linear-gradient(135deg,#e8eefc,#cdd9f4)}html[data-theme=t3] ._cover_1daly_1681:after{background:linear-gradient(180deg,transparent 40%,rgba(20,16,10,.32))}html[data-theme=t3] ._cover_1daly_1681:before{color:#ffffffb8}html[data-theme=t3] ._cover_1daly_1681 i._ph_1daly_1755,html[data-theme=t3] ._cover_1daly_1681 svg._ph_1daly_1755{color:#ffffffc7;filter:drop-shadow(0 2px 6px rgba(0,0,0,.2))}html[data-theme=t3] ._cv-a_1daly_1764{background:linear-gradient(135deg,#f2aab5,#db6d80)}html[data-theme=t3] ._cv-b_1daly_1768{background:linear-gradient(135deg,#8ed0b3,#469a74)}html[data-theme=t3] ._cv-c_1daly_1772{background:linear-gradient(135deg,#e7c384,#bf934d)}html[data-theme=t3] ._cv-d_1daly_1776{background:linear-gradient(135deg,#a6bbed,#5776c8)}._plat_1daly_394{position:absolute;left:11px;top:11px;z-index:2;display:inline-flex;align-items:center;gap:4px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:4px 8px;font-size:10.5px;font-weight:700;color:#2b2b31}._plat_1daly_394 i,._plat_1daly_394 svg{font-size:13px;width:13px;height:13px}._plat_1daly_394._xhs_1daly_1331 i,._plat_1daly_394._xhs_1daly_1331 svg{color:var(--xz-brand)}._plat_1daly_394._mp_1daly_1335 i,._plat_1daly_394._mp_1daly_1335 svg{color:var(--xz-success)}._flag_1daly_1841{position:absolute;right:11px;top:11px;z-index:2;display:inline-flex;align-items:center;gap:4px;border-radius:8px;padding:4px 9px;font-size:10.5px;font-weight:800;box-shadow:0 3px 10px #0003}._flag_1daly_1841._f-hot_1daly_1856{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff}html[data-theme=t3] ._flag_1daly_1841._f-hot_1daly_1856{background:linear-gradient(145deg,#ff6b7f,#ff2f4d);color:#fff}._flag_1daly_1841._f-rise_1daly_1866{background:linear-gradient(145deg,#4fce97,#128a5c);color:#fff}._flag_1daly_1841._f-stop_1daly_1871{background:linear-gradient(145deg,#f0b45a,#d0871f);color:#fff}._flag_1daly_1841._f-good_1daly_1876{background:linear-gradient(145deg,#6c8ee8,#4264bd);color:#fff}._flag_1daly_1841._f-warn_1daly_1884{background:linear-gradient(145deg,#e7a23c,#bb7014);color:#fff}._flag_1daly_1841._f-cold_1daly_1889{background:linear-gradient(145deg,#6c8bd8,#3f5da7);color:#fff}._flag_1daly_1841 i,._flag_1daly_1841 svg{font-size:13px;width:13px;height:13px}._note-acct_1daly_1901{position:absolute;left:11px;bottom:11px;z-index:2;display:inline-flex;align-items:center;gap:5px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.05);border-radius:8px;padding:3px 8px 3px 4px;font-size:10px;font-weight:700;color:#2b2b31}._note-acct_1daly_1901 ._na-av_1daly_1518{width:16px;height:16px;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8.5px;font-weight:800}._note-body_1daly_1931{padding:14px 15px 15px;display:flex;flex-direction:column;flex:1}._note-title_1daly_1938{font-size:13.5px;font-weight:700;line-height:1.42;color:var(--xz-text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:38px}._metrics_1daly_1950{display:flex;gap:7px;margin-top:12px}._m_1daly_3{background:var(--well);border:1px solid var(--xz-border);border-radius:9px;padding:7px 8px;flex:1;min-width:0;text-align:center}._m_1daly_3 ._mv_1daly_1966{font-weight:800;font-size:15px;letter-spacing:-.01em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._m_1daly_3 ._ml_1daly_1975{font-size:10px;color:var(--xz-text-3);margin-top:4px;white-space:nowrap}._m_1daly_3._accent_1daly_1982 ._mv_1daly_1966{color:var(--xz-brand)}._m_1daly_3._accent-g_1daly_1986 ._mv_1daly_1966{color:var(--xz-success)}._m_1daly_3._accent-w_1daly_1990 ._mv_1daly_1966{color:var(--xz-warning)}._m_1daly_3._accent-b_1daly_1994 ._mv_1daly_1966{color:var(--xz-info)}._note-cta_1daly_1998{margin-top:14px;border:none;border-radius:var(--r-ctl);padding:10px;font-family:var(--font);font-weight:700;font-size:12.5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:.15s}._cta-hot_1daly_2014{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;box-shadow:0 4px 12px var(--xz-brand-glow)}._cta-hot_1daly_2014:hover{filter:brightness(1.04)}html[data-theme=t3] ._cta-hot_1daly_2014{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a57}._cta-rise_1daly_2030{background:var(--xz-success-soft);color:var(--xz-success);border:1px solid var(--xz-success-soft)}._cta-rise_1daly_2030:hover{filter:brightness(.97)}._cta-stop_1daly_2040{background:var(--xz-warning-soft);color:var(--xz-warning);border:1px solid var(--xz-warning-soft)}._cta-stop_1daly_2040:hover{filter:brightness(.97)}._cta-good_1daly_2050{background:var(--xz-info-soft);color:var(--xz-info);border:1px solid var(--xz-info-soft)}._cta-good_1daly_2050:hover{filter:brightness(.97)}._note-cta_1daly_1998 i,._note-cta_1daly_1998 svg{font-size:15px;width:15px;height:15px}._content-view-switch_1daly_2066{margin-left:auto;display:inline-flex;gap:3px;padding:3px;border:1px solid var(--xz-border);border-radius:9px;background:var(--xz-surface)}._content-view-switch_1daly_2066+._more_1daly_93{margin-left:0}._content-view-switch_1daly_2066 button{width:29px;height:27px;border:0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--xz-text-3);background:transparent;cursor:pointer}._content-view-switch_1daly_2066 button:hover,._content-view-switch_1daly_2066 button._on_1daly_438{color:var(--xz-brand);background:var(--xz-brand-soft)}._content-view-switch_1daly_2066 svg{width:14px;height:14px}._content-table_1daly_2103{overflow:hidden;border:1px solid var(--xz-border);border-radius:var(--r-card);background:var(--xz-surface);box-shadow:var(--card-shadow)}._content-table-head_1daly_2111,._content-table-row_1daly_2111{display:grid;grid-template-columns:minmax(240px,1.5fr) minmax(110px,.7fr) minmax(220px,1fr) 92px 104px;gap:14px;align-items:center}._content-table-head_1daly_2111{padding:10px 16px;color:var(--xz-text-3);background:var(--xz-surface-2);border-bottom:1px solid var(--xz-border);font-size:10.5px;font-weight:800}._content-table-row_1daly_2111{width:100%;padding:12px 16px;border:0;border-bottom:1px solid var(--xz-border);text-align:left;color:var(--xz-text-2);background:transparent;font:inherit;font-size:11.5px;cursor:pointer}._content-table-row_1daly_2111:last-child{border-bottom:0}._content-table-row_1daly_2111:hover{background:var(--xz-surface-2)}._table-content_1daly_2148{display:flex;align-items:center;gap:11px;min-width:0}._table-content_1daly_2148>span:last-child{display:flex;flex-direction:column;min-width:0;gap:3px}._table-content_1daly_2148 b{overflow:hidden;color:var(--xz-text);font-size:12.5px;text-overflow:ellipsis;white-space:nowrap}._table-content_1daly_2148 small{color:var(--xz-text-3);font-size:10px}._table-thumb_1daly_2175{width:42px;height:56px;flex:none;border-radius:8px;background-size:cover;background-position:center}._table-metrics_1daly_2184{display:flex;align-items:center;gap:14px}._table-metrics_1daly_2184 i{display:flex;flex-direction:column;gap:3px;color:var(--xz-text-3);font-size:9.5px;font-style:normal;white-space:nowrap}._table-metrics_1daly_2184 b{color:var(--xz-text);font-size:12px}._table-flag_1daly_2205{display:inline-flex;width:fit-content;align-items:center;gap:4px;color:var(--xz-brand);font-size:10.5px;font-weight:800}._table-flag_1daly_2205 svg{width:13px;height:13px}._table-action_1daly_2220{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--xz-brand);font-weight:800;white-space:nowrap}._table-action_1daly_2220 svg{width:13px;height:13px}._content-table-empty_1daly_2235,._radar-empty_1daly_2235{padding:24px;color:var(--xz-text-3);font-size:12px;text-align:center}._tasks-h_1daly_387{padding:20px 22px 0}._tasks-head_1daly_387{display:flex;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap}._tasks-head_1daly_387 ._bar_1daly_70{width:3px;height:16px;border-radius:3px;background:var(--xz-brand)}._tasks-head_1daly_387 ._t_1daly_77{font-weight:700;font-size:16.5px}._tasks-head_1daly_387 ._sub_1daly_120{font-size:12px;color:var(--xz-text-2)}._week_1daly_2272{margin-left:auto;display:flex;align-items:center;gap:16px}._prog_1daly_2279{display:flex;flex-direction:column;align-items:flex-end;gap:6px}._prog_1daly_2279 ._pl_1daly_394{font-size:11.5px;color:var(--xz-text-2);font-weight:700}._prog_1daly_2279 ._pl_1daly_394 b{color:var(--xz-text);font-variant-numeric:tabular-nums}._pbar_1daly_874{width:132px;height:8px;border-radius:6px;background:var(--track);overflow:hidden}._pbar_1daly_874 i{display:block;height:100%;width:55%;border-radius:6px;background:linear-gradient(90deg,var(--xz-brand-hover, var(--xz-brand)),var(--xz-brand-2))}._chest_1daly_1290{display:flex;align-items:center;gap:8px;background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);border-radius:12px;padding:8px 12px}._chest_1daly_1290 i,._chest_1daly_1290 svg{font-size:20px;width:20px;height:20px;color:var(--xz-warning)}._chest_1daly_1290 ._ct_1daly_2014{font-size:11px;color:var(--xz-warning);font-weight:700;line-height:1.3}._chest_1daly_1290 ._ct_1daly_2014 b{display:block;font-size:12.5px;color:var(--xz-text)}._task-list_1daly_2343{padding:10px 12px 16px}._task_1daly_387{display:flex;align-items:center;gap:14px;padding:14px 12px;border-radius:12px;transition:.15s;cursor:pointer;position:relative}._task_1daly_387:hover{background:var(--xz-surface-2)}._task_1daly_387+._task_1daly_387{border-top:1px solid var(--xz-border)}._check_1daly_2366{width:24px;height:24px;border-radius:8px;border:2px solid var(--xz-border-2);flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#fff;transition:.18s;background:var(--xz-surface-2)}html[data-theme=t3] ._check_1daly_2366{background:var(--xz-surface-3)}._check_1daly_2366 i,._check_1daly_2366 svg{font-size:15px;width:15px;height:15px;opacity:0;transition:.15s}._task_1daly_387._done_1daly_2392 ._check_1daly_2366{background:var(--xz-success);border-color:var(--xz-success)}._task_1daly_387._done_1daly_2392 ._check_1daly_2366 i,._task_1daly_387._done_1daly_2392 ._check_1daly_2366 svg{opacity:1;color:#fff}._t-icon_1daly_2402{width:38px;height:38px;border-radius:var(--r-ctl);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0;border:1px solid transparent}._t-icon_1daly_2402 svg{width:19px;height:19px}._ti-plum_1daly_2419{background:var(--plum-bg);color:var(--plum);border-color:var(--plum-br)}._ti-cool_1daly_2425{background:var(--xz-info-soft);color:var(--xz-info);border-color:var(--xz-info-soft)}._ti-hot_1daly_2431{background:var(--xz-brand-soft);color:var(--xz-brand);border-color:var(--xz-brand-soft-2)}._ti-gold_1daly_2437{background:var(--xz-warning-soft);color:var(--xz-warning);border-color:var(--xz-warning-soft)}._ti-rise_1daly_2443{background:var(--xz-success-soft);color:var(--xz-success);border-color:var(--xz-success-soft)}._t-main_1daly_2449{flex:1;min-width:0}._t-title_1daly_2454{font-size:13.5px;font-weight:600;color:var(--xz-text);line-height:1.4}._task_1daly_387._done_1daly_2392 ._t-title_1daly_2454{color:var(--xz-text-3);text-decoration:line-through}._t-tags_1daly_2466{display:flex;gap:6px;margin-top:7px;flex-wrap:wrap;align-items:center}._tag_1daly_1339{font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:6px;border:1px solid transparent}._tg-plum_1daly_2482{color:var(--plum);background:var(--plum-bg);border-color:var(--plum-br)}._tg-cool_1daly_2488{color:var(--xz-info);background:var(--xz-info-soft);border-color:var(--xz-info-soft)}._tg-hot_1daly_2494{color:var(--xz-brand);background:var(--xz-brand-soft);border-color:var(--xz-brand-soft-2)}._tg-gold_1daly_2500{color:var(--xz-warning);background:var(--xz-warning-soft);border-color:var(--xz-warning-soft)}._tg-warn_1daly_2506{color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);display:inline-flex;align-items:center;gap:3px}._tg-warn_1daly_2506 i,._tg-warn_1daly_2506 svg{font-size:12px;width:12px;height:12px}._tg-acct_1daly_2522{color:var(--xz-text-2);background:var(--xz-surface-2);border:1px solid var(--xz-border);display:inline-flex;align-items:center;gap:5px;padding:2px 8px 2px 3px}._tg-acct_1daly_2522 ._ta-av_1daly_1518{width:15px;height:15px;border-radius:5px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:800}._tg-acct_1daly_2522 i,._tg-acct_1daly_2522 svg{font-size:12px;width:12px;height:12px}._tg-acct_1daly_2522._xhs_1daly_1331 i,._tg-acct_1daly_2522._xhs_1daly_1331 svg{color:var(--xz-brand)}._tg-acct_1daly_2522._mp_1daly_1335 i,._tg-acct_1daly_2522._mp_1daly_1335 svg{color:var(--xz-success)}._tg-done_1daly_2558{color:var(--xz-success);background:var(--xz-success-soft);border-color:var(--xz-success-soft);display:inline-flex;align-items:center;gap:3px}._tg-done_1daly_2558 i,._tg-done_1daly_2558 svg{font-size:12px;width:12px;height:12px}._energy_1daly_2573{flex-shrink:0;display:inline-flex;align-items:center;gap:3px;font-weight:800;font-size:13px;color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);padding:6px 11px;border-radius:9px;font-variant-numeric:tabular-nums}._energy_1daly_2573 i,._energy_1daly_2573 svg{font-size:14px;width:14px;height:14px}._task_1daly_387._done_1daly_2392 ._energy_1daly_2573{color:var(--xz-success);background:var(--xz-success-soft);border-color:var(--xz-success-soft)}._t-go_1daly_2600{flex-shrink:0;width:32px;height:32px;border-radius:var(--r-ctl);border:1px solid var(--xz-border);background:var(--xz-surface);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;font-size:18px;transition:.15s}._t-go_1daly_2600 svg{width:18px;height:18px}._task_1daly_387:hover ._t-go_1daly_2600{border-color:var(--xz-brand-soft-2);color:var(--xz-brand)}._mini_1daly_388{padding:19px}._mini-head_1daly_388{display:flex;align-items:center;gap:9px;margin-bottom:16px}._mini-head_1daly_388 ._bar_1daly_70{width:3px;height:15px;border-radius:3px;background:var(--xz-brand)}._mini-head_1daly_388 ._t_1daly_77{font-weight:700;font-size:14.5px}._mini-head_1daly_388 ._go_1daly_2649{margin-left:auto;font-size:12px;color:var(--xz-brand);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:3px}._mini-head_1daly_388 ._go_1daly_2649:hover{text-decoration:underline}._mini-head_1daly_388 ._go_1daly_2649 svg{width:14px;height:14px}._data-card_1daly_2669{display:flex;flex-direction:column}._data-error_1daly_2674{margin:9px 0 0;padding:8px 9px;border:1px solid #ffd7dc;border-radius:9px;background:#fff5f6;color:#b84254;display:flex;align-items:center;gap:6px;font-size:10px}._data-error_1daly_2674 svg{width:13px;height:13px}._data-error_1daly_2674 button{margin-left:auto;border:0;background:transparent;color:#ef3652;font-weight:700;cursor:pointer}._plat-block_1daly_2701{margin-top:2px;flex:1;display:flex;flex-direction:column;justify-content:center}._pb-h_1daly_2709{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:700;color:var(--xz-text);margin:18px 0 12px}._pb-h_1daly_2709:first-child{margin-top:2px}._pb-h_1daly_2709 i,._pb-h_1daly_2709 svg{font-size:15px;width:15px;height:15px}._pb-h_1daly_2709._xhs_1daly_1331 i,._pb-h_1daly_2709._xhs_1daly_1331 svg{color:var(--xz-brand)}._pb-h_1daly_2709._mp_1daly_1335 i,._pb-h_1daly_2709._mp_1daly_1335 svg{color:var(--xz-success)}._pb-h_1daly_2709 ._tagm_1daly_1339{margin-left:auto;font-size:10px;font-weight:700;color:var(--xz-text-3);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:2px 7px;border-radius:6px}._pb-grid_1daly_2748{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}._pb-cell_1daly_2754{background:var(--well);border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:13px 8px;text-align:center}._pb-cell_1daly_2754 ._cv_1daly_1764{font-weight:800;font-size:19px;letter-spacing:-.02em;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._pb-cell_1daly_2754._acc_1daly_471 ._cv_1daly_1764{color:var(--xz-brand)}._pb-cell_1daly_2754 ._cl_1daly_2775{font-size:10px;color:var(--xz-text-3);margin-top:6px}._quad-strip_1daly_2781{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:5px}._quad-strip_1daly_2781 span{padding:6px 3px;border-radius:8px;background:color-mix(in srgb,var(--xz-surface-2) 76%,transparent);color:var(--xz-text-3);text-align:center;font-size:9px;white-space:nowrap}._quad-strip_1daly_2781 b{color:var(--xz-text);font-size:11px}._pb-div_1daly_2803{height:1px;background:var(--xz-border);margin:16px 0 2px}._review-card_1daly_2809{position:relative;overflow:hidden;background:radial-gradient(120% 110% at 0% 0%,var(--xz-brand-tint),transparent 52%),var(--xz-surface);border:1px solid var(--xz-border);box-shadow:var(--card-shadow);border-radius:var(--r-card)}._rv-head_1daly_2818{display:flex;align-items:center;gap:12px;padding:18px 18px 0}._rv-av_1daly_2825{position:relative;width:44px;height:44px;flex-shrink:0}._rv-av_1daly_2825:before{content:"";position:absolute;inset:-2px;border-radius:50%;background:radial-gradient(circle,var(--xz-brand-soft),transparent 70%)}._rv-av_1daly_2825 img{position:relative;width:44px;height:44px;object-fit:contain}._rv-ttl_1daly_2847{flex:1;min-width:0}._rv-ttl_1daly_2847 ._nm_1daly_2852{font-weight:800;font-size:15px;color:var(--xz-text)}._rv-ttl_1daly_2847 ._rl_1daly_2858{font-size:11px;color:var(--xz-brand);font-weight:700;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);padding:2px 8px;border-radius:6px;margin-top:4px;display:inline-block}._rv-enter_1daly_2870{flex-shrink:0;font-size:12px;color:var(--xz-brand);font-weight:800;cursor:pointer;display:inline-flex;align-items:center;gap:4px;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);padding:7px 11px;border-radius:var(--r-ctl);transition:.15s}._rv-enter_1daly_2870:hover{background:var(--xz-brand-soft-2)}._rv-enter_1daly_2870 i,._rv-enter_1daly_2870 svg{font-size:15px;width:15px;height:15px}._rv-bubble_1daly_2896{margin:13px 18px 4px;background:var(--well);border:1px solid var(--xz-border);border-radius:5px 12px 12px;padding:13px 14px;font-size:12.5px;line-height:1.6;color:var(--xz-text-2)}._rv-bubble_1daly_2896 ._hl_1daly_2908{color:var(--xz-gold-deep);font-weight:700}html[data-theme=t3] ._rv-bubble_1daly_2896 ._hl_1daly_2908{color:var(--xz-gold-2)}._rv-bubble_1daly_2896 ._hlr_1daly_2917{color:var(--xz-brand);font-weight:700}._rv-list_1daly_2922{padding:6px 12px 14px}._mrow_1daly_2926{display:flex;align-items:center;gap:12px;padding:12px 8px;border-radius:12px;cursor:pointer;transition:.13s}._mrow_1daly_2926:hover{background:var(--xz-surface-2)}._mrow_1daly_2926 ._mi_1daly_388{width:36px;height:36px;border-radius:var(--r-ctl);display:flex;align-items:center;justify-content:center;font-size:17px;flex-shrink:0;border:1px solid transparent}._mrow_1daly_2926 ._mi_1daly_388 svg{width:17px;height:17px}._mrow_1daly_2926 ._mk_1daly_2957{flex:1;font-size:12.5px;font-weight:700;color:var(--xz-text);line-height:1.35}._mrow_1daly_2926 ._mk_1daly_2957 ._d_1daly_17{font-size:11px;color:var(--xz-text-2);margin-top:3px;font-weight:400}._mrow_1daly_2926 ._mchev_1daly_2972{color:var(--xz-text-3);font-size:18px;width:18px;height:18px}._mi-hot_1daly_2979{background:var(--xz-brand-soft);color:var(--xz-brand);border-color:var(--xz-brand-soft-2)}._mi-gold_1daly_2985{background:var(--xz-warning-soft);color:var(--xz-warning);border-color:var(--xz-warning-soft)}._mi-cool_1daly_2991{background:var(--xz-info-soft);color:var(--xz-info);border-color:var(--xz-info-soft)}._mi-plum_1daly_2997{background:var(--plum-bg);color:var(--plum);border-color:var(--plum-br)}._overview-card_1daly_3004{position:relative;overflow:hidden;padding:19px;background:radial-gradient(120% 130% at 100% 0%,var(--xz-brand-tint),transparent 50%),var(--xz-surface)}._ov-top_1daly_3011{display:flex;align-items:center;gap:12px}._ov-ic_1daly_3017{width:44px;height:44px;border-radius:12px;background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:23px;flex-shrink:0}._ov-ic_1daly_3017 i,._ov-ic_1daly_3017 svg{font-size:23px;width:23px;height:23px}._ov-ttl_1daly_3037{flex:1;min-width:0}._ov-ttl_1daly_3037 ._nm_1daly_2852{font-weight:800;font-size:15px;color:var(--xz-text)}._ov-ttl_1daly_3037 ._ds_1daly_3048{font-size:11.5px;color:var(--xz-text-2);margin-top:4px;line-height:1.4}._ov-btn_1daly_3055{margin-top:14px;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px;transition:.15s;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;box-shadow:0 4px 12px var(--xz-brand-glow)}._ov-btn_1daly_3055:hover{filter:brightness(1.04)}._ov-btn_1daly_3055 i,._ov-btn_1daly_3055 svg{font-size:17px;width:17px;height:17px}html[data-theme=t3] ._ov-btn_1daly_3055{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold));color:#12121a;box-shadow:0 4px 14px #e0a94a57}._checkin-card_1daly_3091{padding:19px}._ci-top_1daly_3095{display:flex;align-items:center;gap:10px;margin-bottom:15px}._ci-flame_1daly_3102{width:38px;height:38px;border-radius:var(--r-ctl);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:20px}._ci-flame_1daly_3102 svg{width:20px;height:20px}._ci-top_1daly_3095 ._ci-n_1daly_3120{font-weight:800;font-size:22px;line-height:1;color:var(--xz-text);font-variant-numeric:tabular-nums}._ci-top_1daly_3095 ._ci-l_1daly_1020{font-size:11.5px;color:var(--xz-text-2);font-weight:600;margin-top:3px}._ci-top_1daly_3095 ._ci-tag_1daly_1079{margin-left:auto;font-size:10.5px;font-weight:700;color:var(--xz-warning);background:var(--xz-warning-soft);border:1px solid var(--xz-warning-soft);padding:4px 9px;border-radius:8px}._ci-week_1daly_3146{display:grid;grid-template-columns:repeat(7,1fr);gap:7px}._ci-day_1daly_1036{aspect-ratio:1;border-radius:9px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:var(--well);border:1px solid var(--xz-border);font-size:10px;color:var(--xz-text-3);font-weight:700;cursor:default;transition:.14s}._ci-day_1daly_1036:hover{border-color:var(--xz-brand-soft-2)}._ci-day_1daly_1036._on_1daly_438{background:var(--xz-brand-soft);border-color:var(--xz-brand-soft-2);color:var(--xz-brand)}._ci-day_1daly_1036._on_1daly_438 i,._ci-day_1daly_1036._on_1daly_438 svg{color:var(--xz-brand)}._ci-day_1daly_1036._today_1daly_1067{background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));border-color:var(--xz-brand);color:#fff;box-shadow:0 4px 12px var(--xz-brand-glow);cursor:pointer}._ci-day_1daly_1036._today_1daly_1067 i,._ci-day_1daly_1036._today_1daly_1067 svg{color:#fff}html[data-theme=t3] ._ci-day_1daly_1036._today_1daly_1067{background:linear-gradient(145deg,var(--xz-gold-2),var(--xz-gold-deep));border-color:var(--xz-gold);color:#12121a}html[data-theme=t3] ._ci-day_1daly_1036._today_1daly_1067 i,html[data-theme=t3] ._ci-day_1daly_1036._today_1daly_1067 svg{color:#12121a}._ci-day_1daly_1036 i,._ci-day_1daly_1036 svg{font-size:13px;width:13px;height:13px}._ci-day_1daly_1036 ._dd_1daly_3212{font-size:9.5px}._ci-toast_1daly_3216{margin-top:13px;font-size:11.5px;font-weight:700;color:var(--xz-success);background:var(--xz-success-soft);border:1px solid var(--xz-success-soft);border-radius:var(--r-ctl);padding:9px 12px;display:none;align-items:center;gap:6px}._ci-toast_1daly_3216._show_1daly_525{display:flex;animation:_pop_1daly_1 .18s ease}._ci-toast_1daly_3216 i,._ci-toast_1daly_3216 svg{font-size:15px;width:15px;height:15px}@keyframes _pop_1daly_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}._footnote_1daly_3251{font-size:11px;color:var(--xz-text-3);text-align:center;padding:6px 0 0;line-height:1.6}._overlay_1daly_3260{position:fixed;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;z-index:200;padding:24px}._overlay_1daly_3260._show_1daly_525{display:flex}._modal_1daly_3276{width:min(460px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);overflow:hidden;box-shadow:var(--xz-shadow-pop)}._modal-cover_1daly_3288{height:110px;position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0}._modal-cover_1daly_3288 i,._modal-cover_1daly_3288 svg{font-size:40px;width:40px;height:40px;color:#ffffffeb}._modal-x_1daly_3304{position:absolute;top:11px;right:11px;width:27px;height:27px;border-radius:8px;background:#ffffffd1;border:1px solid rgba(0,0,0,.05);color:#2b2b31;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:15px;z-index:3}._modal-x_1daly_3304 svg{width:15px;height:15px}html[data-theme=t3] ._modal-x_1daly_3304{background:#08080c99;border-color:var(--xz-border-2);color:#fff}._modal-body_1daly_3333{padding:15px 18px 18px;overflow:auto}._modal-acct_1daly_3339{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:700;color:var(--xz-text-2);background:var(--xz-surface-2);border:1px solid var(--xz-border);padding:4px 10px 4px 4px;border-radius:8px;margin-bottom:12px}._modal-acct_1daly_3339 ._ma-av_1daly_1518{width:18px;height:18px;border-radius:6px;color:#fff;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800}._modal-body_1daly_3333 h3{font-weight:800;font-size:17px;line-height:1.35;color:var(--xz-text)}._modal-metrics_1daly_3372{display:flex;gap:10px;margin:12px 0}._modal-metrics_1daly_3372 ._mm_1daly_3378{flex:1;background:var(--well);border:1px solid var(--xz-border);border-radius:12px;padding:12px;text-align:center}._modal-metrics_1daly_3372 ._mm_1daly_3378 ._v_1daly_1199{font-weight:800;font-size:22px;color:var(--xz-brand);font-variant-numeric:tabular-nums}._modal-metrics_1daly_3372 ._mm_1daly_3378 ._l_1daly_815{font-size:11px;color:var(--xz-text-3);margin-top:5px}._modal-note_1daly_3400{font-size:12.5px;color:var(--xz-text-2);line-height:1.6;background:var(--well);border:1px solid var(--xz-border);border-radius:12px;padding:13px}._modal-note_1daly_3400 b{color:var(--xz-brand)}._mp-preview_1daly_3415{margin-top:12px;border:none;background:none;overflow:visible;display:flex;flex-direction:column;gap:11px}._mp-preview_1daly_3415 ._ia-box_1daly_3425{border:1px solid var(--xz-border);border-radius:var(--r-card);overflow:hidden}._mp-preview_1daly_3415 ._np-cta_1daly_3431{margin:0;width:100%}._mpv-h_1daly_3436{font-size:11px;font-weight:800;color:var(--xz-text-3);padding:10px 13px;border-bottom:1px solid var(--xz-border);display:flex;align-items:center;gap:6px;background:var(--well)}._mpv-h_1daly_3436 i,._mpv-h_1daly_3436 svg{font-size:14px;width:14px;height:14px}._npx-gallery_1daly_3454{display:flex;gap:7px;padding:11px 13px;overflow-x:auto}._npx-gallery_1daly_3454::-webkit-scrollbar{height:0}._npx-gallery_1daly_3454 ._gi_1daly_3465{width:76px;height:100px;border-radius:9px;flex-shrink:0;position:relative}._npx-gallery_1daly_3454 ._gi_1daly_3465 ._gn_1daly_3473{position:absolute;top:5px;left:5px;background:#0000006b;color:#fff;font-size:9px;padding:1px 6px;border-radius:10px}._npx-body_1daly_3484{padding:0 14px 13px;font-size:12.5px;color:var(--xz-text-2);line-height:1.85}._npx-body_1daly_3484 ._npx-tags_1daly_3491{margin-top:8px;color:var(--xz-brand);font-weight:600;font-size:12.5px}._npm-art_1daly_3498{padding:12px 14px}._npm-art_1daly_3498 p{font-size:13px;color:var(--xz-text-2);line-height:1.9;margin-bottom:10px}._npm-art_1daly_3498 ._npm-sub_1daly_3509{font-weight:800;font-size:13.5px;color:var(--xz-text);margin:2px 0 9px;padding-left:10px;border-left:3px solid var(--xz-brand)}._npd_1daly_3518{padding:12px 14px;display:flex;flex-direction:column;gap:9px}._npd-row_1daly_3525{display:flex;align-items:center;gap:10px}._npd-k_1daly_3531{width:34px;font-size:12px;color:var(--xz-text-2);font-weight:600;flex-shrink:0}._npd-bar_1daly_3539{flex:1;height:8px;border-radius:5px;background:var(--well);overflow:hidden}._npd-bar_1daly_3539 i{display:block;height:100%;border-radius:5px;background:linear-gradient(90deg,var(--xz-brand-2),var(--xz-brand))}._npd-v_1daly_3554{width:48px;text-align:right;font-size:13px;font-weight:800;color:var(--xz-text);font-variant-numeric:tabular-nums;flex-shrink:0}._npd-hint_1daly_3564{padding:2px 14px 12px;font-size:11.5px;color:var(--xz-text-3);line-height:1.65}._npd-snip_1daly_3571{padding:12px 14px;font-size:12.5px;color:var(--xz-text-2);line-height:1.85}._np-cta_1daly_3431{margin:0;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}._np-cta_1daly_3431:hover{filter:brightness(1.05)}html[data-theme=t3] ._np-cta_1daly_3431{color:#12121a}._np-cta_1daly_3431 svg{width:15px;height:15px}._mpv-detail_1daly_3610{width:100%;border:1px solid var(--xz-border-2);border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:700;font-size:13px;cursor:pointer;background:var(--xz-surface-2);color:var(--xz-text);display:flex;align-items:center;justify-content:center;gap:7px;transition:.15s}._mpv-detail_1daly_3610 svg{width:15px;height:15px}._mpv-detail_1daly_3610:hover,._mpv-detail_1daly_3610._on_1daly_438{border-color:var(--xz-brand);color:var(--xz-brand);background:var(--xz-brand-soft)}._mshell_1daly_3640{position:relative;display:flex;align-items:flex-start;max-height:calc(100vh - 48px);width:min(460px,100%)}._mshell_1daly_3640._mshell-xhs_1daly_3648{width:min(820px,100%)}._modal_1daly_3276._modal-xhs_1daly_3652{width:min(820px,100%);display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr)}._modal-xhs_1daly_3652 ._modal-cover_1daly_3288{width:100%;height:auto;min-height:0;aspect-ratio:3/4}._modal-xhs_1daly_3652 ._coverImage_1daly_1726{object-fit:cover}._modal-xhs_1daly_3652 ._modal-body_1daly_3333{min-width:0;padding:24px;align-self:stretch}._modal-actions_1daly_3675{display:flex;flex-direction:column;gap:8px;margin-top:12px}._np-secondary_1daly_3682{width:100%;border:1px solid var(--xz-border);border-radius:var(--r-ctl);padding:10px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--xz-text-2);background:var(--xz-surface-2);font:inherit;font-size:12.5px;font-weight:800;cursor:pointer}._np-secondary_1daly_3682:hover{color:var(--xz-brand);border-color:var(--xz-brand-soft-2)}._np-secondary_1daly_3682 svg{width:15px;height:15px}._dtp_1daly_3710{position:absolute;top:0;bottom:0;right:calc(100% + 12px);width:0;opacity:0;overflow:hidden;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--r);box-shadow:var(--xz-shadow-pop);display:flex;flex-direction:column;transition:width .3s cubic-bezier(.4,0,.2,1),opacity .22s}._dtp_1daly_3710._show_1daly_525{width:min(348px,44vw);opacity:1}._dtp-h_1daly_3732{display:flex;align-items:center;gap:9px;padding:12px 15px;border-bottom:1px solid var(--xz-border);flex-shrink:0}._dtp-h_1daly_3732 ._ic_1daly_3741{width:30px;height:30px;border-radius:9px;background:var(--xz-brand-soft);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}._dtp-h_1daly_3732 ._ic_1daly_3741 svg{width:16px;height:16px}._dtp-h_1daly_3732 ._tt_1daly_3759{font-weight:800;font-size:13.5px;color:var(--xz-text);white-space:nowrap}._dtp-h_1daly_3732 ._dtp-x_1daly_3766{margin-left:auto;width:26px;height:26px;border-radius:7px;border:1px solid var(--xz-border);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--xz-surface-2);flex-shrink:0;font-size:14px}._dtp-h_1daly_3732 ._dtp-x_1daly_3766 svg{width:14px;height:14px}._dtp-h_1daly_3732 ._dtp-x_1daly_3766:hover{color:var(--xz-text)}._dtp-scroll_1daly_3791{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}._dtp-stage_1daly_3799{display:flex;gap:10px;padding:14px 14px 13px;flex-shrink:0;border-bottom:1px solid var(--xz-border)}._dtp-textscroll_1daly_3807,._dtp-allscroll_1daly_3813{flex:1;min-height:0;overflow:auto}._dtp-mpcover_1daly_3819{height:152px;flex-shrink:0}._dtp-mpbody_1daly_3824{padding:15px 16px 34px}._dtp-mpbody_1daly_3824 ._dtt-title_1daly_3828{font-weight:800;font-size:17px;line-height:1.4;color:var(--xz-text);margin-bottom:5px}._dtp-mpbody_1daly_3824 ._dtt-meta_1daly_3836{font-size:11px;color:var(--xz-text-3);margin-bottom:15px;padding-bottom:13px;border-bottom:1px solid var(--xz-border)}._dtp-mpbody_1daly_3824 p{font-size:13.5px;line-height:1.9;color:var(--xz-text-2);margin-bottom:12px}._dtp-mpbody_1daly_3824 ._dh_1daly_3851{font-weight:800;font-size:14px;color:var(--xz-text);margin:8px 0 10px;padding-left:10px;border-left:3px solid var(--xz-brand)}._dtp-rail_1daly_3860{display:flex;flex-direction:column;gap:8px;flex-shrink:0}._dtp-rail_1daly_3860 ._th_1daly_3867{width:42px;height:56px;border-radius:6px;position:relative;cursor:pointer;border:2px solid transparent;overflow:hidden}._dtp-rail_1daly_3860 ._th_1daly_3867._on_1daly_438{border-color:var(--xz-brand)}._dtp-rail_1daly_3860 ._th_1daly_3867 ._thc_1daly_3881{position:absolute;inset:0}._dtp-rail_1daly_3860 ._th_1daly_3867 ._lb_1daly_3886{position:absolute;left:0;right:0;bottom:0;font-size:8px;font-weight:700;text-align:center;color:#fff;background:#00000070;padding:1px 0}._dtp-card_1daly_3899{flex:1;min-width:0;border-radius:12px;overflow:hidden;aspect-ratio:3/4;position:relative;display:flex;flex-direction:column}._ccd_1daly_3910{background:#17171d;padding:15px 14px;color:#fff}._ccd-h_1daly_3916{display:flex;align-items:center;font-size:10px;color:#fff9}._ccd-h_1daly_3916 ._mk_1daly_2957{font-weight:800;color:#fff}._ccd-h_1daly_3916 i,._ccd-h_1daly_3916 svg{margin-left:auto;width:12px;height:12px}._ccd-title_1daly_3934{font-weight:900;font-size:17px;line-height:1.3;margin-top:13px}._ccd-tag_1daly_3941{font-size:10.5px;color:#ffffff8c;margin-top:7px;align-self:flex-end}._ccd-photo_1daly_3948{flex:1;border-radius:8px;margin-top:12px;min-height:70px}._ccd-cap_1daly_3955{font-size:11px;color:#ffffffd1;margin-top:9px;font-weight:600}._ccd-body_1daly_3962{font-size:12.5px;line-height:1.8;color:#ffffffe6;margin-top:12px}._ccm_1daly_3969{background:#fff;padding:15px 14px}html[data-theme=t3] ._ccm_1daly_3969{background:#f3f3f5}._ccm-title_1daly_3978{font-weight:800;font-size:14px;line-height:1.4;color:#1a1a20}._ccm-meta_1daly_3985{font-size:9.5px;color:#9a9aa2;margin:5px 0 10px}._ccm-cover_1daly_3991{height:76px;border-radius:6px}._ccm-lines_1daly_3996{margin-top:11px;display:flex;flex-direction:column;gap:7px}._ccm-lines_1daly_3996 i{height:6px;border-radius:4px;background:#e6e6ea}._ccm-lines_1daly_3996 i._s_1daly_3{width:64%}._dtp-text_1daly_3807{padding:6px 15px 32px}._dtp-text_1daly_3807 ._dtt-title_1daly_3828{font-weight:800;font-size:15px;line-height:1.4;color:var(--xz-text);margin-bottom:9px}._dtp-text_1daly_3807 p{font-size:13px;line-height:1.85;color:var(--xz-text-2);margin-bottom:11px}._dtp-text_1daly_3807 ._dh_1daly_3851{font-weight:800;font-size:13.5px;color:var(--xz-text);margin:6px 0 9px;padding-left:9px;border-left:3px solid var(--xz-brand)}._dtp-text_1daly_3807 ._dtt-tags_1daly_4041{color:var(--xz-brand);font-weight:600;font-size:12.5px;margin-top:4px}._info-back_1daly_4049{position:fixed;inset:0;background:var(--scrim);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:none;align-items:center;justify-content:center;z-index:200;padding:20px}._info-back_1daly_4049._show_1daly_525{display:flex}._info-card_1daly_4065{width:100%;max-width:420px;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r);box-shadow:var(--xz-shadow-pop);overflow:hidden;animation:_infoPop_1daly_1 .18s ease}@keyframes _infoPop_1daly_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}._info-h_1daly_4086{display:flex;align-items:center;gap:11px;padding:15px 18px;border-bottom:1px solid var(--xz-border)}._info-h_1daly_4086 ._ic_1daly_3741{width:34px;height:34px;border-radius:10px;background:var(--xz-brand-soft);color:var(--xz-brand);display:flex;align-items:center;justify-content:center;font-size:19px;flex-shrink:0}._info-h_1daly_4086 ._ic_1daly_3741 svg{width:19px;height:19px}._info-h_1daly_4086 ._tt_1daly_3759{font-weight:800;font-size:15px;line-height:1.3}._info-h_1daly_4086 ._tt_1daly_3759 ._sub_1daly_120{display:block;font-weight:500;font-size:11px;color:var(--xz-text-3);margin-top:2px}._info-h_1daly_4086 ._x_1daly_957{margin-left:auto;width:30px;height:30px;border-radius:8px;border:1px solid var(--xz-border);color:var(--xz-text-2);display:flex;align-items:center;justify-content:center;cursor:pointer;background:var(--xz-surface-2);flex-shrink:0}._info-h_1daly_4086 ._x_1daly_957 svg{width:15px;height:15px}._info-h_1daly_4086 ._x_1daly_957:hover{color:var(--xz-text)}._info-b_1daly_4049{padding:15px 18px;font-size:13px;color:var(--xz-text-2)}._info-b_1daly_4049 ._lead_1daly_4156{color:var(--xz-text);font-weight:800;margin-bottom:6px;font-size:13.5px}._info-b_1daly_4049 ._irow_1daly_4163{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--xz-border)}._info-b_1daly_4049 ._irow_1daly_4163 b{color:var(--xz-text);font-weight:700}._info-b_1daly_4049 ._iwage_1daly_4176{display:flex;align-items:center;gap:8px;margin-top:12px;font-size:12.5px}._info-b_1daly_4049 ._iwage_1daly_4176 input{width:96px;padding:7px 10px;border:1px solid var(--xz-border-2);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text);font-family:var(--font);font-size:13px;font-weight:700}._info-b_1daly_4049 ._irecalc_1daly_4196{color:var(--xz-gold);font-weight:800}._info-b_1daly_4049 ._ifoot_1daly_4201{margin-top:13px;font-size:11.5px;color:var(--xz-text-3);background:var(--well);border:1px solid var(--xz-border);border-radius:9px;padding:10px 12px;line-height:1.6}._info-act_1daly_4212{margin-top:14px;width:100%;border:none;border-radius:var(--r-ctl);padding:11px;font-family:var(--font);font-weight:800;font-size:13px;cursor:pointer;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;transition:filter .15s}._info-act_1daly_4212 svg{width:15px;height:15px}._info-act_1daly_4212:hover{filter:brightness(1.05)}._info-act_1daly_4212._ghost_1daly_4240{background:var(--xz-surface-2);color:var(--xz-text-2);border:1px solid var(--xz-border)}html[data-theme=t3] ._info-act_1daly_4212:not(._ghost_1daly_4240){color:#12121a}._info-b_1daly_4049 ._itags_1daly_4250{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 10px}._info-b_1daly_4049 ._gapn_1daly_4257{font-size:11px;font-weight:700;color:var(--xz-warning);background:var(--xz-warning-soft);padding:2px 8px;border-radius:20px;margin-left:6px}._xzf_1daly_4267{margin-bottom:10px}._xzf_1daly_4267 label{display:block;font-size:11.5px;color:var(--xz-text-3);margin-bottom:4px}._xzf_1daly_4267 label i{color:var(--xz-warning);font-style:normal;font-size:10.5px;margin-left:4px;font-weight:700}._xzf_1daly_4267 input{width:100%;padding:8px 11px;border:1px solid var(--xz-border-2);border-radius:8px;background:var(--xz-surface-2);color:var(--xz-text);font-family:var(--font);font-size:13px}._xzf_1daly_4267._gap_1daly_4257 input{border-color:var(--xz-warning);background:var(--xz-warning-soft)}._xz-toast_1daly_4303{position:fixed;left:50%;bottom:34px;transform:translate(-50%) translateY(12px);background:var(--xz-text);color:var(--xz-bg);font-size:13px;font-weight:700;padding:11px 18px;border-radius:22px;box-shadow:var(--xz-shadow-pop);display:flex;align-items:center;gap:8px;z-index:300;opacity:0;transition:.25s;pointer-events:none}._xz-toast_1daly_4303._show_1daly_525{opacity:1;transform:translate(-50%) translateY(0)}._xz-toast_1daly_4303 i,._xz-toast_1daly_4303 svg{font-size:15px;width:15px;height:15px}@media(max-width:1240px){._grid_1daly_35{grid-template-columns:1fr}._notes_1daly_1671,._notes_1daly_1671._xhs-notes_1daly_1677{grid-template-columns:repeat(3,minmax(0,1fr))}._content-table_1daly_2103{overflow-x:auto}._content-table-head_1daly_2111,._content-table-row_1daly_2111{min-width:850px}._acct-row_1daly_1467{grid-template-columns:1fr 1fr}._value_1daly_1199{border-left:none;padding-left:0;text-align:left;margin-top:16px}._value_1daly_1199 ._lab_1daly_1207{justify-content:flex-start}._hero-top_1daly_608{flex-wrap:wrap}}@media(max-width:860px){._dtp_1daly_3710._show_1daly_525{margin-right:0;margin-bottom:12px;width:100%}._mshell_1daly_3640{flex-direction:column;align-items:stretch}._modal_1daly_3276._modal-xhs_1daly_3652{grid-template-columns:1fr;overflow-y:auto}._modal-xhs_1daly_3652 ._modal-cover_1daly_3288{max-height:54vh;aspect-ratio:3/4}._account-scope_1daly_471{min-width:210px}}@media(max-width:720px){._notes_1daly_1671,._notes_1daly_1671._xhs-notes_1daly_1677,._mp-notes_1daly_1690{grid-template-columns:1fr 1fr}._acct-row_1daly_1467{grid-template-columns:1fr}._hero-strip_1daly_1299{flex-direction:column}._stat3_1daly_1395{grid-template-columns:1fr}}._plat-tab_1daly_394{gap:8px}._pt-seg_1daly_403{padding:3px;gap:2px;background:color-mix(in srgb,var(--xz-surface) 84%,transparent);box-shadow:0 5px 18px #231f300d}._pt_1daly_402{padding:7px 13px;border:1px solid transparent}._pt_1daly_402._on_1daly_438{color:var(--xz-text);background:var(--xz-surface);border-color:var(--xz-brand-soft-2);box-shadow:0 4px 12px var(--xz-brand-glow)}._hero_1daly_593{padding:24px 26px}._hero-top_1daly_608{align-items:center}._mascot-wrap_1daly_616{width:82px;height:82px}._mascot_1daly_616{width:70px;height:70px}._greet_1daly_648 ._head_1daly_672{max-width:640px;font-size:20px;line-height:1.42;min-height:1.42em;position:relative}._greet_1daly_648 ._head_1daly_672>span{display:block}._greet_1daly_648 ._head_1daly_672 small{display:block;margin-top:5px;color:var(--xz-text-2);font-size:13px;line-height:1.5;font-weight:600;letter-spacing:0}._greet_1daly_648 ._head_1daly_672 small b{color:var(--xz-brand);font-size:14px}._value_1daly_1199{min-width:190px;padding:16px 0 16px 18px;border-left:0}._value_1daly_1199 ._big_1daly_1229{display:flex;align-items:baseline;justify-content:flex-end;gap:3px;margin-top:0;font-size:43px;background:linear-gradient(115deg,#9b6412 3%,#d79c32 38%,#f1c86c 58%,#a96f16 94%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 3px 8px rgba(183,126,31,.13))}._value_1daly_1199 ._big_1daly_1229 ._cur_1daly_1242{margin:0;font-size:.55em;line-height:1;vertical-align:baseline}._ci-inline_1daly_1013{margin-left:auto}._xpwide_1daly_957{flex:1.35}._stat3_1daly_1395{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px}._stat_1daly_1395{min-width:0;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;gap:9px;border-color:var(--xz-border);background:linear-gradient(155deg,color-mix(in srgb,var(--xz-surface) 96%,#fff),var(--xz-surface-2));box-shadow:inset 0 1px #fffc,0 7px 18px #20273709}._stat_1daly_1395:before,._stat_1daly_1395:after{display:none}._stat-label_1daly_4528{color:var(--xz-text-2);font-size:11px;font-weight:750;letter-spacing:.01em}._stat-value_1daly_4535{color:var(--xz-text);font-size:25px;line-height:1;font-weight:880;font-variant-numeric:tabular-nums;letter-spacing:-.035em}._acct_1daly_1467{box-shadow:0 7px 20px #23283809}._acct_1daly_1467._sel_1daly_1493{border-color:var(--xz-brand-soft-2);background:linear-gradient(145deg,var(--xz-surface),var(--xz-brand-soft));box-shadow:inset 3px 0 0 var(--xz-brand),0 8px 22px var(--xz-brand-glow)}._acct-stats_1daly_1633{background:var(--xz-surface-2)}._inspiration-grid_1daly_4558{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._inspiration-item_1daly_4564{min-width:0;min-height:112px;padding:15px;border:1px solid var(--xz-border);border-radius:14px;color:inherit;background:linear-gradient(145deg,var(--xz-surface),var(--xz-surface-2));text-align:left;cursor:pointer;display:flex;flex-direction:column;position:relative;transition:.18s ease}._inspiration-item_1daly_4564:hover{transform:translateY(-2px);border-color:var(--xz-brand-soft-2);box-shadow:0 8px 24px var(--xz-brand-glow)}._inspiration-index_1daly_4586{margin-bottom:12px;color:var(--xz-brand);font-size:11px;font-weight:900;letter-spacing:.08em}._inspiration-item_1daly_4564 ._rf-title_1daly_151{font-size:13.5px;line-height:1.45;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}._inspiration-item_1daly_4564 ._rf-sub_1daly_201{margin-top:8px;padding-right:20px;font-size:10.5px}._inspiration-item_1daly_4564 ._rf-arrow_1daly_234{position:absolute;right:13px;bottom:13px}._inspiration-empty_1daly_4615{grid-column:1/-1;min-height:92px;border:1px dashed var(--xz-brand-soft-2);border-radius:14px;color:var(--xz-brand);background:var(--xz-brand-soft);font:inherit;font-weight:800;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:7px}._signal-board_1daly_4631{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;align-items:start;padding:12px;border-radius:16px;background:radial-gradient(circle at 20% 10%,var(--xz-brand-tint),transparent 34%),var(--xz-surface-2)}._signal-board_1daly_4631 ._inspiration-item_1daly_4564{min-height:82px;padding:12px;border-radius:18px 13px 17px 12px;box-shadow:0 7px 18px #2328380d}._signal-board_1daly_4631 ._inspiration-index_1daly_4586{margin-bottom:6px}._signal-board_1daly_4631 ._rf-title_1daly_151{font-size:12px;-webkit-line-clamp:3}._signal-board_1daly_4631 ._rf-sub_1daly_201{margin-top:5px;font-size:9px}._signal-board_1daly_4631 ._scatter-1_1daly_4661,._signal-board_1daly_4631 ._scatter-4_1daly_4661{transform:translateY(12px) rotate(.7deg)}._signal-board_1daly_4631 ._scatter-2_1daly_4665{transform:translateY(3px) rotate(-.8deg)}._signal-board_1daly_4631 ._scatter-3_1daly_4669{transform:translateY(16px) rotate(.4deg)}._signal-board_1daly_4631 ._scatter-5_1daly_4673{transform:translateY(7px) rotate(-.5deg)}._research-launch_1daly_4677{margin-top:14px;padding:7px;display:flex;align-items:center;gap:8px;border:1px solid var(--xz-border);border-radius:13px;background:var(--xz-surface);box-shadow:0 7px 20px #2328380b}._research-launch_1daly_4677>span{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft)}._research-launch_1daly_4677>span svg{width:16px}._research-launch_1daly_4677 input{flex:1;min-width:0;border:0;outline:0;color:var(--xz-text);background:transparent;font:inherit;font-size:12.5px}._research-launch_1daly_4677 button{height:34px;padding:0 13px;border:0;border-radius:9px;color:#fff;background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));font:inherit;font-size:11.5px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer}._research-launch_1daly_4677 button svg{width:13px}._content-review-bar_1daly_4734{min-height:58px;margin-bottom:12px;padding:8px 10px;display:flex;align-items:center;gap:8px;border:1px solid var(--xz-border);border-radius:13px;background:radial-gradient(130px 70px at 0% 50%,var(--xz-brand-tint),transparent 72%),var(--xz-surface);box-shadow:0 7px 20px #2328380a}._content-review-bar_1daly_4734 img{width:38px;height:38px;object-fit:contain;flex:none}._content-review-copy_1daly_4754{flex:1;min-width:0}._content-review-copy_1daly_4754 b,._content-review-copy_1daly_4754 span{display:block}._content-review-copy_1daly_4754 b{color:var(--xz-text);font-size:12.5px}._content-review-copy_1daly_4754 span{margin-top:3px;overflow:hidden;color:var(--xz-text-2);font-size:10px;white-space:nowrap;text-overflow:ellipsis}._content-review-actions_1daly_4777{margin-left:auto;display:flex;align-items:center;justify-content:flex-end;gap:6px}._content-review-bar_1daly_4734 button{height:30px;padding:0 10px;border:1px solid var(--xz-border);border-radius:8px;color:var(--xz-text-2);background:var(--xz-surface);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}._content-review-bar_1daly_4734 button:hover{border-color:var(--xz-brand-soft-2);color:var(--xz-brand);background:var(--xz-brand-soft)}._content-review-actions_1daly_4777 ._content-view-switch_1daly_2066{margin-left:3px;flex:none}._content-review-actions_1daly_4777 ._content-view-switch_1daly_2066 button{width:28px;padding:0;border:0}._content-all-button_1daly_4815{display:inline-flex;align-items:center;gap:4px;white-space:nowrap}._content-all-button_1daly_4815 svg{width:12px;height:12px}._two-row-notes_1daly_4827{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:13px!important}._two-row-notes_1daly_4827 ._cover_1daly_1681{height:auto;aspect-ratio:3/4;background-size:cover;background-position:center}._two-row-notes_1daly_4827 ._note-body_1daly_1931{padding:10px 11px 11px}._two-row-notes_1daly_4827 ._note-title_1daly_1938{min-height:35px;font-size:12px}._two-row-notes_1daly_4827 ._metrics_1daly_1950{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3px;margin-top:8px}._coverImage_1daly_1726{object-fit:cover}._table-thumb_1daly_2175 img{width:100%;height:100%;object-fit:cover;display:block}._table-thumb_1daly_2175._missing_1daly_4866{display:grid;place-items:center;color:var(--xz-text-3);background:var(--xz-surface-2)}._table-thumb_1daly_2175._missing_1daly_4866 svg{width:15px;height:15px}._cover-recovery_1daly_4878{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--xz-text-2);text-align:center}._cover-recovery_1daly_4878 b{font-size:10px}._cover-recovery_1daly_4878 button{padding:6px 8px;border:1px solid var(--xz-brand-soft-2);border-radius:8px;color:var(--xz-brand);background:var(--xz-surface);font:inherit;font-size:9.5px;font-weight:800;display:inline-flex;align-items:center;gap:4px;cursor:pointer;box-shadow:0 5px 14px var(--xz-brand-glow)}._cover-recovery_1daly_4878 button svg{width:11px;height:11px}._data-card_1daly_2669{min-height:0;overflow:hidden;display:flex;flex-direction:column}._data-card_1daly_2669 ._mini-head_1daly_388{flex:none;margin-bottom:12px}._data-card_1daly_2669 ._mini-head_1daly_388 ._go_1daly_2649{color:var(--xz-text-2)}._data-dashboard_1daly_4930{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:space-between;gap:8px}._data-primary_1daly_4939{min-height:72px;padding:13px 14px;display:flex;flex-direction:column;justify-content:center;gap:7px;border:1px solid var(--xz-border);border-radius:12px;background:var(--xz-surface-2)}._data-primary_1daly_4939 span,._data-secondary-plain_1daly_4951 span,._mp-data-dashboard_1daly_4951 span{color:var(--xz-text-2);font-size:10px;font-weight:700}._data-primary_1daly_4939 strong{color:var(--xz-text);font-size:29px;line-height:1;letter-spacing:-.04em;font-variant-numeric:tabular-nums}._data-secondary-plain_1daly_4951{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}._data-secondary-plain_1daly_4951>div,._mp-data-dashboard_1daly_4951>div{min-width:0;min-height:51px;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;gap:5px;border:1px solid var(--xz-border);border-radius:10px;background:var(--xz-surface)}._data-secondary-plain_1daly_4951 strong,._mp-data-dashboard_1daly_4951 strong{color:var(--xz-text);font-size:17px;line-height:1;font-variant-numeric:tabular-nums}._data-categories_1daly_4991{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--xz-border)}._data-categories_1daly_4991 span{min-width:0;padding:10px 2px 2px;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center}._data-categories_1daly_4991 span+span{border-left:1px solid var(--xz-border)}._data-categories_1daly_4991 b{color:var(--xz-text);font-size:14px;line-height:1}._data-categories_1daly_4991 small{max-width:100%;overflow:hidden;color:var(--xz-text-3);font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}._mp-data-dashboard_1daly_4951{flex:1;min-height:0;display:grid;grid-template-columns:1fr;align-content:stretch;gap:9px}._bounty-side-card_1daly_5035{overflow:hidden}._bounty-titlebar_1daly_5039{min-height:70px;padding:14px 15px 10px;display:flex;align-items:center;gap:10px}._bounty-title-icon_1daly_5047{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:12px;color:#8a5d19;border:1px solid rgba(174,119,36,.25);background:linear-gradient(145deg,#fff8e9,#f4e1b9);box-shadow:inset 0 1px #fff,0 6px 16px #9d671b1a}._bounty-title-icon_1daly_5047 svg{width:19px;height:19px}._bounty-title-copy_1daly_5065{min-width:0;flex:1}._bounty-title-copy_1daly_5065 b,._bounty-title-copy_1daly_5065 span{display:block}._bounty-title-copy_1daly_5065 b{color:var(--xz-text);font-size:14px}._bounty-title-copy_1daly_5065 span{margin-top:3px;color:var(--xz-text-3);font-size:9.5px}._bounty-progress_1daly_5085{padding:4px 8px;border-radius:999px;color:var(--xz-text-2);background:var(--xz-surface-2);font-size:9.5px;font-weight:800;white-space:nowrap}._bounty-board_1daly_5095{max-height:640px;overflow-y:auto;padding:0 10px 10px;display:flex;flex-direction:column;gap:10px}._bounty-batch-head_1daly_5104{height:28px;padding:0 2px;display:flex;align-items:center;color:#8a642d;font-size:10.5px;font-weight:850}._bounty-batch-head_1daly_5104 i{margin-left:auto;color:var(--xz-text-3);font-style:normal;font-size:9px}._bounty-batch_1daly_5104 ._task-list_1daly_2343{display:flex;flex-direction:column;gap:8px;padding:0}._bounty-batch_1daly_5104 ._task_1daly_387{min-height:78px;width:100%;padding:10px;gap:10px;flex-wrap:nowrap;align-items:center;border:1px solid var(--xz-border);border-radius:12px;background:var(--xz-surface);box-shadow:0 5px 14px #23283809}._bounty-batch_1daly_5104 ._task_1daly_387+._task_1daly_387{border-top:1px solid var(--xz-border)}._bounty-batch_1daly_5104 ._task_1daly_387._claimed_1daly_5145{border-color:var(--xz-brand-soft-2);background:color-mix(in srgb,var(--xz-brand-soft) 55%,var(--xz-surface));box-shadow:inset 3px 0 0 var(--xz-brand)}._bounty-batch_1daly_5104 ._task_1daly_387._done_1daly_2392{border-color:color-mix(in srgb,var(--xz-success) 30%,var(--xz-border));background:color-mix(in srgb,var(--xz-success-soft) 58%,var(--xz-surface));box-shadow:inset 3px 0 0 var(--xz-success)}._bounty-batch_1daly_5104 ._task-loading_1daly_5157{pointer-events:none;opacity:.58;border-style:dashed;background:var(--xz-surface-2);box-shadow:none}._bounty-batch_1daly_5104 ._task-loading_1daly_5157 ._task-job-icon_1daly_5165 svg{animation:_taskSync_1daly_1 1.8s linear infinite}@keyframes _taskSync_1daly_1{to{transform:rotate(360deg)}}._task-job-icon_1daly_5165{width:38px;height:38px;flex:none;display:grid;place-items:center;border-radius:11px;color:#886027;border:1px solid rgba(170,116,37,.18);background:#fbf5e9}._task-job-icon_1daly_5165 svg{width:18px;height:18px}._bounty-side-card_1daly_5035 ._t-main_1daly_2449{flex:1;min-width:0}._bounty-side-card_1daly_5035 ._t-title_1daly_2454{color:var(--xz-text);font-size:11.5px;font-weight:700;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._task-type_1daly_5207{margin-top:4px;color:var(--xz-text-3);font-size:9px}._task-type_1daly_5207 span{margin-left:7px;color:#9a6d28}._task-claim-btn_1daly_5218{height:31px;padding:0 10px;border:1px solid var(--xz-brand-soft-2);border-radius:9px;color:var(--xz-brand);background:var(--xz-brand-soft);font:inherit;font-size:10.5px;font-weight:800;cursor:pointer}._task-status_1daly_5231{min-width:62px;display:inline-flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--xz-text-2);font-size:9.5px}._task-status_1daly_5231 svg{width:13px;height:13px}._task-status_1daly_5231._completed_1daly_5246{color:var(--xz-success)}._bounty-empty_1daly_5250{padding:24px;color:var(--xz-text-3);text-align:center;font-size:12px}._bounty-draw-footer_1daly_5257{min-height:54px;padding:9px 12px 11px;display:flex;align-items:center;gap:10px;border-top:1px solid var(--xz-border);background:var(--xz-surface-2)}._bounty-draw-footer_1daly_5257>span{color:var(--xz-text-3);font-size:9.5px}._draw-btn_1daly_5272{height:34px;margin-left:auto;padding:0 12px;border:1px solid rgba(157,103,27,.24);border-radius:9px;color:#80591e;background:linear-gradient(145deg,#fffaf0,#f6e7c7);box-shadow:inset 0 1px #fff;font:inherit;font-size:10.5px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer}._draw-btn_1daly_5272:disabled{opacity:.45;cursor:not-allowed}._draw-btn_1daly_5272 svg{width:15px;height:15px}._modal-recovery_1daly_5300{position:relative;z-index:2;padding:18px;display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--xz-text-2);text-align:center}._modal-recovery_1daly_5300>span{width:52px;height:52px;border-radius:15px;display:grid;place-items:center;color:var(--xz-brand);background:var(--xz-brand-soft)}._modal-recovery_1daly_5300>span svg{width:24px;height:24px;color:inherit}._modal-recovery_1daly_5300 b{font-size:12px}._modal-recovery_1daly_5300 button{padding:7px 10px;border:1px solid var(--xz-brand-soft-2);border-radius:8px;color:var(--xz-brand);background:var(--xz-surface);font:inherit;font-size:10px;font-weight:800;display:inline-flex;align-items:center;gap:5px;cursor:pointer}._modal-recovery_1daly_5300 button svg{width:12px;height:12px;color:inherit}._two-row-notes_1daly_4827 ._note-metric_1daly_5354{min-width:0;min-height:54px;padding:7px 4px;display:flex;flex-direction:column;justify-content:center;gap:4px;border:1px solid var(--xz-border);border-radius:9px;background:var(--xz-surface-2)}._two-row-notes_1daly_4827 ._note-metric_1daly_5354>span:first-child{width:20px;height:20px;display:grid;place-items:center;border-radius:7px}._two-row-notes_1daly_4827 ._note-metric_1daly_5354>span:first-child svg{width:11px;height:11px}._mp-asset-placeholder_1daly_5380{width:100%;height:100%;display:grid;place-content:center;justify-items:center;gap:9px;color:var(--xz-success);background:radial-gradient(circle at 50% 45%,var(--xz-success-soft),transparent 56%)}._mp-asset-placeholder_1daly_5380 svg{width:31px;height:31px}._mp-asset-placeholder_1daly_5380 b{color:var(--xz-text-2);font-size:10px}._bounty-draw-bar_1daly_5401{margin:0 10px 10px;padding:9px 10px;display:flex;align-items:center;gap:10px;border:1px solid rgba(157,103,27,.18);border-radius:12px;background:linear-gradient(145deg,#fffaf0,var(--xz-surface))}._bounty-draw-bar_1daly_5401 ._draw-btn_1daly_5272{height:36px;margin:0;padding:0 13px;background:linear-gradient(145deg,#fff3d6,#efd49d)}._bounty-draw-bar_1daly_5401 ._draw-btn_1daly_5272._drawing_1daly_5419 svg{animation:_drawDice_1daly_1 .65s ease-in-out infinite}._draw-counter_1daly_5423{margin-left:auto;display:grid;grid-template-columns:auto auto auto;align-items:baseline;column-gap:3px;color:var(--xz-text-3);font-size:9px}._draw-counter_1daly_5423>span{grid-column:1/-1;margin-bottom:2px}._draw-counter_1daly_5423 b{color:#8a5d19;font-size:18px;line-height:1}._draw-counter_1daly_5423 small{font-size:9px}._draw-counter_1daly_5423 i{grid-column:1/-1;margin-top:5px;display:flex;gap:4px}._draw-counter_1daly_5423 em{width:16px;height:4px;border-radius:999px;background:var(--xz-border-2)}._draw-counter_1daly_5423 em._on_1daly_438{background:linear-gradient(90deg,#d89c38,#f2c86d);box-shadow:0 0 7px #d89c3852}._bounty-batch_1daly_5104._fresh_1daly_5467{animation:_freshBatchIn_1daly_1 .55s cubic-bezier(.2,.8,.2,1) both}._bounty-batch_1daly_5104._fresh_1daly_5467 ._task_1daly_387{animation:_freshTaskIn_1daly_1 .48s ease both}._bounty-batch_1daly_5104._fresh_1daly_5467 ._task_1daly_387:nth-child(2){animation-delay:.06s}._bounty-batch_1daly_5104._fresh_1daly_5467 ._task_1daly_387:nth-child(3){animation-delay:.12s}._bounty-batch_1daly_5104._fresh_1daly_5467 ._task_1daly_387:nth-child(4){animation-delay:.18s}._bounty-batch_1daly_5104._fresh_1daly_5467 ._task_1daly_387:nth-child(5){animation-delay:.24s}@keyframes _drawDice_1daly_1{50%{transform:rotate(120deg) scale(1.12)}}@keyframes _freshBatchIn_1daly_1{0%{opacity:0;transform:translateY(-14px) scale(.985)}to{opacity:1;transform:none}}@keyframes _freshTaskIn_1daly_1{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}._bounty-side-card_1daly_5035{position:relative;background:var(--xz-surface);border-color:var(--xz-border)}._bounty-side-card_1daly_5035:after{content:"赏";position:absolute;z-index:0;right:9px;top:96px;color:#6f481e0e;font-family:STKaiti,KaiTi,Songti SC,serif;font-size:88px;font-weight:900;line-height:1;transform:rotate(-8deg);pointer-events:none}._bounty-side-card_1daly_5035>*{position:relative;z-index:1}._bounty-titlebar_1daly_5039{border-bottom:1px solid var(--xz-border);background:var(--xz-surface)}._bounty-board_1daly_5095{background:transparent}._bounty-batch_1daly_5104 ._task_1daly_387{border-color:var(--xz-border);background:var(--xz-surface);box-shadow:0 5px 14px #23283809}._bounty-batch_1daly_5104 ._task_1daly_387:hover{transform:translateY(-1px);border-color:var(--xz-border-2);background:var(--xz-surface)}._bounty-draw-bar_1daly_5401{min-height:61px;padding:8px 9px 8px 12px;gap:12px;border-color:#9d671b33;background:linear-gradient(145deg,#fff9e9f5,#f7eacdb3);box-shadow:inset 0 1px #ffffffe6,0 7px 18px #6f4a180b}._draw-counter_1daly_5423{min-width:0;margin:0;flex:1;display:grid;grid-template-columns:auto auto 1fr;grid-template-rows:auto auto;align-items:baseline;column-gap:5px;row-gap:4px}._draw-counter_1daly_5423>span{grid-column:1/-1;margin:0;color:#775628;font-size:10px;font-weight:800;letter-spacing:.02em}._draw-counter_1daly_5423 b{grid-column:1;color:#8f5b13;font-size:24px;font-weight:900;line-height:.9;font-variant-numeric:tabular-nums}._draw-counter_1daly_5423 small{grid-column:2;color:#a07d4c;font-size:9px}._draw-counter_1daly_5423 i{grid-column:3;margin:0 0 1px 6px;align-self:end;display:flex;gap:4px}._draw-counter_1daly_5423 em{width:18px;height:5px}._bounty-draw-bar_1daly_5401 ._draw-btn_1daly_5272{width:44px;height:44px;flex:none;margin-left:auto;padding:0;justify-content:center;border-radius:12px;color:#81551b;background:linear-gradient(145deg,#f8dfad,#e9c47b);box-shadow:inset 0 1px #ffffffe6,0 7px 17px #80541621}._bounty-draw-bar_1daly_5401 ._draw-btn_1daly_5272 svg{width:20px;height:20px;stroke-width:2.2}._bounty-draw-bar_1daly_5401 ._draw-btn_1daly_5272:not(:disabled):hover{transform:translateY(-1px) rotate(-3deg);box-shadow:inset 0 1px #ffffffe6,0 10px 20px #8054162e}._modal_1daly_3276._modal-xhs_1daly_3652{width:min(940px,100vw - 32px);max-height:min(560px,100vh - 40px);grid-template-columns:390px minmax(0,1fr);position:relative;border-radius:18px}._modal-xhs_1daly_3652 ._modal-cover_1daly_3288{width:390px;height:auto;max-height:min(520px,100vh - 40px);aspect-ratio:3/4;align-self:center;overflow:hidden}._modal-xhs_1daly_3652 ._modal-cover_1daly_3288{background:#11151b!important}._modal-xhs_1daly_3652 ._coverImage_1daly_1726{width:100%;height:100%;object-fit:contain;object-position:center}._modal-x_1daly_3304{top:12px;right:12px;border:1px solid var(--xz-border);z-index:8}._modal-flag_1daly_5681{left:12px;top:12px;right:auto;min-height:30px;padding:5px 9px;border-radius:9px}._modal-flag_1daly_5681 svg{width:14px!important;height:14px!important}._modal-body_1daly_3333{display:flex;flex-direction:column;justify-content:center}._modal-insight_1daly_5701{margin:0 0 11px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr;gap:8px;border:1px solid var(--xz-brand-soft-2);border-radius:11px;background:color-mix(in srgb,var(--xz-brand-soft) 52%,var(--xz-surface));font-size:11px;line-height:1.55}._modal-insight_1daly_5701 b{color:var(--xz-brand);white-space:nowrap}._modal-insight_1daly_5701 span{color:var(--xz-text-2)}._modal-source-link_1daly_5723{width:22px;height:22px;margin-left:5px;padding:0;display:inline-grid;place-items:center;vertical-align:-.22em;border:0;border-radius:6px;color:#2777e8;background:#2777e817;cursor:pointer}._modal-source-link_1daly_5723:hover{color:#145fc4;background:#2777e829}._modal-source-link_1daly_5723 svg{width:12px;height:12px}._modal-metrics_1daly_3372 ._mm_1daly_3378{min-width:0;background:var(--xz-surface-2)}._modal-recovery_1daly_5300._mp-asset-cover_1daly_5753{color:var(--xz-text-2);background:radial-gradient(circle at 50% 36%,var(--xz-success-soft),transparent 52%)}._modal-recovery_1daly_5300._mp-asset-cover_1daly_5753>span{color:var(--xz-success);background:var(--xz-success-soft)}._modal-recovery_1daly_5300._mp-asset-cover_1daly_5753 small{color:var(--xz-text-3);font-size:10px}._mshell_1daly_3640._mshell-xhs_1daly_3648{width:min(940px,100vw - 32px)}._mp-production-card_1daly_5772{background:radial-gradient(420px 170px at 4% 0%,rgba(34,163,116,.07),transparent 68%),var(--xz-surface)}._mp-production-grid_1daly_5776{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._mp-production-grid_1daly_5776>button{min-width:0;min-height:105px;padding:14px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;grid-template-rows:auto 1fr;column-gap:10px;align-items:center;border:1px solid var(--xz-border);border-radius:13px;color:var(--xz-text);background:linear-gradient(145deg,var(--xz-surface),color-mix(in srgb,var(--xz-success-soft) 28%,var(--xz-surface)));text-align:left;font:inherit;cursor:pointer;box-shadow:0 7px 18px #1c4e3d0b;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}._mp-production-grid_1daly_5776>button:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--xz-success) 30%,var(--xz-border));box-shadow:0 10px 24px #1c4e3d17}._mp-production-grid_1daly_5776>button>span{width:34px;height:34px;grid-row:1/3;display:grid;place-items:center;border-radius:10px;color:var(--xz-success);background:color-mix(in srgb,var(--xz-success-soft) 75%,var(--xz-surface))}._mp-production-grid_1daly_5776>button>span svg{width:17px;height:17px}._mp-production-grid_1daly_5776 b,._mp-production-grid_1daly_5776 small{min-width:0;width:100%;grid-column:2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._mp-production-grid_1daly_5776 b{font-size:12px}._mp-production-grid_1daly_5776 small{color:var(--xz-text-3);font-size:9.5px}._mp-production-grid_1daly_5776>button>svg{width:14px;grid-column:3;grid-row:1/3;color:var(--xz-text-3)}@media(max-width:700px){._modal_1daly_3276._modal-xhs_1daly_3652{display:block;max-height:calc(100vh - 24px);overflow-y:auto}._modal-xhs_1daly_3652 ._modal-cover_1daly_3288{width:100%;max-height:none}}._overview-card_1daly_3004{padding:16px;background:var(--xz-surface)}._ov-ic_1daly_3017{color:var(--xz-text-2);background:var(--xz-surface-2);border-color:var(--xz-border)}._ov-btn_1daly_3055{border:1px solid var(--xz-border);color:var(--xz-text);background:var(--xz-surface-2);box-shadow:none}@media(max-width:1240px){._stat3_1daly_1395{grid-template-columns:repeat(2,minmax(0,1fr))}._value_1daly_1199{border-left:0;padding-left:0}._value_1daly_1199 ._big_1daly_1229{justify-content:flex-start}._signal-board_1daly_4631{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:860px){._inspiration-grid_1daly_4558{grid-template-columns:1fr}._signal-board_1daly_4631{grid-template-columns:repeat(2,minmax(0,1fr))}._content-review-bar_1daly_4734{flex-wrap:wrap}._content-review-copy_1daly_4754{flex-basis:calc(100% - 52px)}._content-review-actions_1daly_4777{width:100%;justify-content:flex-start;overflow-x:auto}._two-row-notes_1daly_4827{grid-template-columns:repeat(2,minmax(0,1fr))!important}}._member-manage-btn_1daly_5915{display:inline-flex;align-items:center;gap:5px;height:28px;padding:0 10px;border:1px solid rgba(117,83,183,.2);border-radius:999px;color:#6d4eb1;background:#ffffffc7;font:inherit;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}._member-manage-btn_1daly_5915 svg{width:14px;height:14px}._member-manage-btn_1daly_5915:hover{border-color:#7553b76b;background:#fff;transform:translateY(-1px)}._hero_1daly_593{container-type:inline-size}@container (max-width: 768px){._hero-top_1daly_608{flex-wrap:wrap}._hero-top_1daly_608 ._value_1daly_1199{flex:1 1 100%;min-width:0;border-left:0;padding-left:0;margin-top:4px;text-align:left}._hero-top_1daly_608 ._value_1daly_1199 ._lab_1daly_1207{justify-content:flex-start}}@container (max-width: 506px){._mascot-wrap_1daly_616{width:56px;height:56px}._mascot_1daly_616{width:50px;height:50px}._hero-top_1daly_608{gap:14px}._greet_1daly_648 ._head_1daly_672{font-size:17px;line-height:1.46;min-height:1.46em}}@container (max-width: 300px){._hero-top_1daly_608{gap:10px}._hero-top_1daly_608 ._greet_1daly_648{flex:1 1 100%}}._summary_npxf3_1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(0,1.16fr) minmax(0,1.32fr);gap:10px;margin-bottom:20px}._summary_npxf3_1>div{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;min-height:64px;padding:12px 14px;border:1px solid rgba(118,92,177,.13);border-radius:14px;background:linear-gradient(145deg,#f8f6ffeb,#fffffff5)}._summary_npxf3_1>div svg{width:19px;color:#7b5cc7}._summary_npxf3_1>div span{min-width:0;color:#746f7e;font-size:13px;white-space:nowrap}._summary_npxf3_1>div b{color:#272231;font-size:20px;white-space:nowrap}._summary_npxf3_1>._wrappedValueCard_npxf3_33{grid-template-columns:28px minmax(0,1fr);grid-template-rows:auto auto;column-gap:8px;row-gap:3px}._summary_npxf3_1>._wrappedValueCard_npxf3_33 svg{grid-row:1/span 2;align-self:center}._summary_npxf3_1>._wrappedValueCard_npxf3_33 b{grid-column:2;justify-self:start;line-height:1.15;white-space:normal}._toolbar_npxf3_50{display:grid;grid-template-columns:minmax(240px,1fr) auto 150px;gap:10px;margin-bottom:16px}._memberCell_npxf3_57{display:flex;align-items:center;gap:10px}._memberCell_npxf3_57>div:last-child{display:flex;min-width:0;flex-direction:column}._memberCell_npxf3_57 b,._memberCell_npxf3_57 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._memberCell_npxf3_57 span{color:#96919e;font-size:12px}._muted_npxf3_78{color:#aaa5b2}._inviteHint_npxf3_82{margin-bottom:12px;color:#645f6d;line-height:1.7}._inviteMeta_npxf3_88{margin-top:10px;color:#928c9c;font-size:12px}@media(max-width:1100px){._summary_npxf3_1{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){._summary_npxf3_1{grid-template-columns:repeat(2,minmax(0,1fr))}._toolbar_npxf3_50{grid-template-columns:1fr auto}._toolbar_npxf3_50>:last-child{grid-column:1/-1}}@media(max-width:480px){._summary_npxf3_1{grid-template-columns:1fr}}._main_xu2ca_3{width:100%;color:var(--xz-text);background:transparent;font-family:var(--xz-font)}._wrap_xu2ca_10{max-width:none;margin:0;padding:4px 30px 60px}._hd_xu2ca_17{display:flex;align-items:flex-end;gap:16px;padding:22px 0 16px}._hd_xu2ca_17 h1{font-size:22px;font-weight:680;letter-spacing:-.3px;margin:0}._sub_xu2ca_31{font-size:12.5px;color:var(--xz-text-3);margin-top:3px}._ctrls_xu2ca_37{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}._sel_xu2ca_44{font-size:12.5px;color:var(--xz-text-2);background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--xz-r10);padding:7px 12px;cursor:pointer;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}._sel_xu2ca_44 b{color:var(--xz-text);font-weight:600}._sel_xu2ca_44._on_xu2ca_62{color:var(--xz-brand);border-color:var(--xz-brand);background:var(--xz-brand-tint)}._selStatic_xu2ca_69{cursor:default}._creed_xu2ca_74{display:flex;align-items:center;gap:12px;background:var(--xz-brand-tint);border:1px solid var(--xz-brand-soft);border-left:3px solid var(--xz-brand);border-radius:0 var(--xz-r12) var(--xz-r12) 0;padding:12px 16px;margin-bottom:20px}._creedTag_xu2ca_86{font-size:10.5px;font-weight:700;color:var(--xz-on-brand);background:var(--xz-brand);padding:3px 9px;border-radius:20px;white-space:nowrap}._creedTxt_xu2ca_96{font-size:13.5px;color:var(--xz-text);font-weight:500}._creedTxt_xu2ca_96 b{color:var(--xz-brand);font-weight:680}._sh_xu2ca_107{display:flex;align-items:center;gap:9px;margin:26px 0 12px}._shBar_xu2ca_114{width:3px;height:15px;border-radius:2px;background:var(--xz-brand)}._sh_xu2ca_107 h2{font-size:15.5px;font-weight:670;margin:0}._shRt_xu2ca_127{margin-left:auto;font-size:12px;color:var(--xz-text-3);display:flex;gap:12px}._shRt_xu2ca_127 span{display:inline-flex;align-items:center;gap:4px}._shRt_xu2ca_127 i{width:9px;height:9px;border-radius:3px;display:inline-block}._pulse_xu2ca_147{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}._pc_xu2ca_153{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--xz-r14);padding:14px 16px}._pcL_xu2ca_160{font-size:12px;color:var(--xz-text-2)}._pcRow_xu2ca_165{display:flex;align-items:flex-end;justify-content:space-between;margin-top:4px}._pcV_xu2ca_172{font-size:27px;font-weight:700;letter-spacing:-.5px}._pcV_xu2ca_172 small{font-size:13px;font-weight:500;color:var(--xz-text-3);margin-left:1px}._pcDd_xu2ca_184{font-size:11.5px;font-weight:600}._pcNote_xu2ca_190{margin-top:3px;font-size:10.5px;line-height:1.35;color:var(--xz-text-3)}._pcAlert_xu2ca_197{border-color:var(--xz-brand-soft);background:var(--xz-brand-tint)}._pcAlert_xu2ca_197 ._pcV_xu2ca_172{color:var(--xz-brand)}._up_xu2ca_205{color:var(--rise)}._down_xu2ca_209{color:var(--stop)}._pcSpark_xu2ca_213{display:block;margin-top:8px;width:100%;height:24px}._card_xu2ca_221{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--xz-r14);overflow:hidden}._wallScroll_xu2ca_228{overflow-x:auto}._wall_xu2ca_228{width:100%;border-collapse:collapse;font-size:12.5px;min-width:880px}._wall_xu2ca_228 thead th{text-align:center;font-weight:600;color:var(--xz-text-2);font-size:11.5px;padding:11px 8px;border-bottom:1px solid var(--xz-border-2);white-space:nowrap;background:var(--xz-surface-2)}._wall_xu2ca_228 thead th._lft_xu2ca_248{text-align:left;padding-left:16px}._wall_xu2ca_228 tbody td{padding:9px 8px;border-bottom:1px solid var(--xz-border);text-align:center;white-space:nowrap}._wall_xu2ca_228 tbody tr:last-child td{border-bottom:none}._wall_xu2ca_228 tbody tr{cursor:pointer}._wall_xu2ca_228 tbody tr:hover td{background:var(--xz-surface-2)}._wall_xu2ca_228 tbody tr._riskRow_xu2ca_267 td{background:color-mix(in srgb,var(--xz-danger) 6%,transparent)}._acct_xu2ca_271{display:flex;align-items:center;gap:9px;text-align:left;padding-left:8px}._av_xu2ca_279{position:relative;width:32px;height:32px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:650;font-size:13px;flex-shrink:0;overflow:hidden}._av_xu2ca_279 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._acctNm_xu2ca_301{font-weight:600;font-size:13px}._acctMt_xu2ca_306{font-size:10.5px;color:var(--xz-text-3);margin-top:1px}._pd_xu2ca_312{display:inline-block;width:5px;height:5px;border-radius:50%;margin-right:4px;vertical-align:middle;background:var(--xz-brand)}._cell_xu2ca_322{display:inline-block;min-width:46px;padding:5px 9px;border-radius:8px;font-weight:660;font-size:13px}._hG_xu2ca_331{background:var(--xz-success-soft);color:var(--xz-success)}._hA_xu2ca_336{background:var(--xz-warning-soft);color:var(--xz-warning)}._hR_xu2ca_341{background:color-mix(in srgb,var(--xz-danger) 12%,transparent);color:var(--xz-danger)}._hN_xu2ca_346{color:var(--xz-text-2);font-weight:600}._ruler_xu2ca_351{position:relative;height:4px;background:var(--xz-border-2);border-radius:3px;margin:5px auto 0;width:74px}._ruler_xu2ca_351 i{position:absolute;top:0;bottom:0;left:0;border-radius:3px}._ruler_xu2ca_351 ._med_xu2ca_366{position:absolute;top:-2px;bottom:-2px;width:2px;background:var(--xz-text-3)}._tsub_xu2ca_374{font-size:10px;color:var(--xz-text-3);margin-top:3px}._tag_xu2ca_380{display:inline-block;font-size:11px;color:var(--xz-text-2);background:var(--xz-surface-2);padding:3px 9px;border-radius:7px;font-weight:550}._tagMiss_xu2ca_390{color:var(--xz-danger);background:color-mix(in srgb,var(--xz-danger) 10%,transparent);font-weight:600}._verd_xu2ca_396{display:inline-block;font-size:11px;font-weight:650;padding:4px 10px;border-radius:20px}._vUp_xu2ca_404{color:var(--xz-success);background:var(--xz-success-soft)}._vSave_xu2ca_409{color:var(--xz-danger);background:color-mix(in srgb,var(--xz-danger) 10%,transparent)}._vWarn_xu2ca_414{color:var(--xz-warning);background:var(--xz-warning-soft)}._vMid_xu2ca_419{color:var(--xz-text-2);background:var(--xz-surface-2)}._xt_xu2ca_425{width:100%;border-collapse:collapse;font-size:13px}._xt_xu2ca_425 thead th{text-align:center;font-weight:600;color:var(--xz-text-2);font-size:11.5px;padding:12px;border-bottom:1px solid var(--xz-border-2);background:var(--xz-surface-2);white-space:nowrap}._xt_xu2ca_425 thead th._lft_xu2ca_248{text-align:left;padding-left:16px}._xt_xu2ca_425 tbody td{padding:12px;border-bottom:1px solid var(--xz-border);text-align:center;vertical-align:middle}._xt_xu2ca_425 tbody tr:last-child td{border-bottom:none}._xt_xu2ca_425 tbody tr:hover td{background:var(--xz-surface-2)}._tn2_xu2ca_457{text-align:left;padding-left:16px!important;font-weight:640;font-size:13.5px}._trk_xu2ca_464{display:inline-block;width:120px;height:6px;background:var(--xz-border-2);border-radius:3px;overflow:hidden;vertical-align:middle}._trk_xu2ca_464 i{display:block;height:100%;border-radius:3px}._stPill_xu2ca_479{display:inline-block;font-size:11px;font-weight:660;padding:4px 12px;border-radius:20px;white-space:nowrap}._stLoad_xu2ca_488{padding:24px;text-align:center;color:var(--xz-text-3);font-size:13px}._clusterBtn_xu2ca_495{font-size:13.5px;font-weight:640;color:var(--xz-on-brand);background:var(--xz-brand);border:none;border-radius:var(--xz-r12);padding:11px 22px;cursor:pointer}._miniBtn_xu2ca_506{margin-left:auto;font-size:12px;color:var(--xz-text-2);border:1px solid var(--xz-border-2);border-radius:8px;padding:5px 12px;cursor:pointer;background:var(--xz-surface)}._lbrow_xu2ca_518{display:flex;align-items:center;gap:12px;padding:9px 6px;border-radius:12px}._lbrow_xu2ca_518._top1_xu2ca_526{background:linear-gradient(90deg,var(--xz-warning-soft),transparent)}._lbrk_xu2ca_530{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:720;flex-shrink:0}._lbG1_xu2ca_542{background:var(--xz-gold);color:#5a3d00}._lbG2_xu2ca_547{background:var(--xz-border-2);color:var(--xz-text-2)}._lbG3_xu2ca_552{background:color-mix(in srgb,var(--xz-warning) 30%,var(--xz-surface-2));color:var(--xz-warning)}._lbGn_xu2ca_557{background:var(--xz-surface-2);color:var(--xz-text-3)}._lbav_xu2ca_562{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:650;font-size:13px;flex-shrink:0;background:var(--xz-brand)}._lbmain_xu2ca_576{flex:1;min-width:0}._lbn_xu2ca_581{font-size:13px;font-weight:660}._lbm_xu2ca_576{font-size:10.5px;color:var(--xz-text-3);margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._lbbar_xu2ca_595{height:5px;background:var(--xz-border-2);border-radius:3px;margin-top:6px;overflow:hidden}._lbbar_xu2ca_595 i{display:block;height:100%;border-radius:3px}._lbsc_xu2ca_608{font-size:21px;font-weight:730;flex-shrink:0;width:40px;text-align:right;letter-spacing:-.5px}._three_xu2ca_618{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}._lane_xu2ca_624{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--xz-r14);padding:14px}._laneH_xu2ca_631{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:660;margin-bottom:11px}._laneHot_xu2ca_640 ._laneH_xu2ca_631{color:var(--xz-success)}._laneSlip_xu2ca_644 ._laneH_xu2ca_631{color:var(--xz-warning)}._laneTrap_xu2ca_648 ._laneH_xu2ca_631{color:var(--xz-danger)}._badb_xu2ca_652{color:var(--xz-danger);font-weight:600}._laneEmpty_xu2ca_657{font-size:12px;color:var(--xz-text-3);padding:10px 2px}._ncard_xu2ca_663{display:flex;gap:10px;padding:9px;border:1px solid var(--xz-border);border-radius:var(--xz-r10);margin-bottom:9px}._ncard_xu2ca_663:last-child{margin-bottom:0}._ncardCv_xu2ca_675{width:44px;height:56px;border-radius:7px;flex-shrink:0;position:relative;background:var(--xz-surface-3);overflow:hidden}._ncardCv_xu2ca_675 img{width:100%;height:100%;object-fit:cover}._ncardBd_xu2ca_690{position:absolute;top:3px;left:3px;font-size:9px;color:#fff;padding:1px 5px;border-radius:10px;font-weight:600;background:var(--xz-brand)}._ncardT_xu2ca_702{font-size:12.5px;font-weight:600;line-height:1.3}._ncardM_xu2ca_708{font-size:10.5px;color:var(--xz-text-3);margin-top:3px}._ncardM_xu2ca_708 b{color:var(--xz-success)}._ncardM_xu2ca_708 ._warnb_xu2ca_716{color:var(--xz-warning)}._act_xu2ca_720{margin-top:7px;display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:4px 12px;border-radius:8px;cursor:pointer}._aPlan_xu2ca_732{color:var(--xz-success);border:1px solid var(--xz-success)}._aRev_xu2ca_737{color:var(--xz-info);border:1px solid var(--xz-info)}._aLoc_xu2ca_742{color:var(--xz-danger);border:1px solid var(--xz-danger)}._bench_xu2ca_748{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._bn_xu2ca_754{display:flex;gap:11px;align-items:center;padding:10px;border:1px solid var(--xz-border);border-radius:var(--xz-r12);background:var(--xz-surface)}._bnCv_xu2ca_764{width:42px;height:54px;border-radius:7px;flex-shrink:0;position:relative;background:var(--xz-surface-3);overflow:hidden}._bnCv_xu2ca_764 img{width:100%;height:100%;object-fit:cover}._bnT_xu2ca_779{font-size:13px;font-weight:600;line-height:1.3}._bnM_xu2ca_785{font-size:11px;color:var(--xz-text-3);margin-top:3px}._bnM_xu2ca_785 b{color:var(--xz-success)}._bnReuse_xu2ca_794{margin-left:auto;font-size:11.5px;color:var(--xz-info);border:1px solid var(--xz-info);border-radius:8px;padding:5px 10px;white-space:nowrap;cursor:pointer;flex-shrink:0}._g2_xu2ca_807{display:grid;grid-template-columns:1fr 1fr;gap:16px}._bx_xu2ca_813{background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--xz-r16);padding:18px 20px}._bxH_xu2ca_820{font-size:14px;font-weight:670;margin-bottom:15px;display:flex;align-items:center;gap:6px}._bxCnt_xu2ca_829{margin-left:auto;font-size:11.5px;color:var(--xz-text-3);font-weight:500}._bxRt_xu2ca_836{margin-left:auto;font-size:11px;font-weight:600;color:var(--xz-danger);background:color-mix(in srgb,var(--xz-danger) 10%,transparent);padding:2px 9px;border-radius:20px}._kbStats_xu2ca_846{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}._kbStat_xu2ca_846{background:var(--xz-surface-2);border-radius:var(--xz-r10);padding:12px 14px}._kbV_xu2ca_859{font-size:20px;font-weight:720;letter-spacing:-.3px}._kbV_xu2ca_859 small{font-size:10px;color:var(--xz-text-3);font-weight:500;margin-left:2px}._kbV_xu2ca_859 ._grow_xu2ca_870{color:var(--rise);font-size:12px}._kbL_xu2ca_875{font-size:11px;color:var(--xz-text-2);margin-top:3px}._kbWarn_xu2ca_881{margin-top:4px;display:flex;flex-direction:column;gap:9px}._kbWr_xu2ca_888{display:flex;align-items:center;gap:10px;font-size:12px}._kbWk_xu2ca_895{color:var(--xz-text-3);min-width:64px}._nakedP_xu2ca_900{font-size:11.5px;color:var(--xz-danger);background:color-mix(in srgb,var(--xz-danger) 10%,transparent);padding:3px 10px;border-radius:8px;font-weight:600;margin:0 6px 4px 0;display:inline-block}._okP_xu2ca_911{font-size:12px;color:var(--xz-success)}._rk_xu2ca_916{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--xz-border)}._rk_xu2ca_916:last-child{border-bottom:none}._rkI_xu2ca_927{width:6px;height:38px;border-radius:3px;background:var(--xz-danger);flex-shrink:0}._rkIAmber_xu2ca_935{background:var(--xz-warning)}._rkN_xu2ca_939{font-size:13px;font-weight:650}._rkM_xu2ca_944{font-size:11px;color:var(--xz-text-3);margin-top:2px}._rkLoc_xu2ca_950{margin-left:auto;font-size:11.5px;font-weight:600;color:var(--xz-text-2);border:1px solid var(--xz-border-2);border-radius:8px;padding:6px 13px;cursor:pointer;white-space:nowrap}._emptyRisk_xu2ca_962{font-size:12px;color:var(--xz-text-3);padding:6px 0}._cap_xu2ca_969{margin-top:26px;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--xz-r16);overflow:hidden}._capA_xu2ca_977{padding:20px 24px}._capH_xu2ca_981{display:flex;align-items:center;gap:10px;margin-bottom:16px}._capH_xu2ca_981 h2{font-size:17px;font-weight:710;margin:0}._capTag_xu2ca_993{font-size:10.5px;font-weight:700;color:var(--xz-brand);background:var(--xz-brand-tint);padding:3px 9px;border-radius:20px}._capGrid_xu2ca_1002{display:grid;gap:20px}._capCol_xu2ca_1007 ._cl_xu2ca_495{font-size:12.5px;font-weight:660;margin-bottom:10px}._capCol_xu2ca_1007 ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}._capCol_xu2ca_1007 li{font-size:12px;line-height:1.5;color:var(--xz-text);padding-left:12px;position:relative}._capCol_xu2ca_1007 li:before{content:"";position:absolute;left:0;top:7px;width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.45}._capAmp_xu2ca_1041 ._cl_xu2ca_495{color:var(--xz-success)}._capOpt_xu2ca_1045 ._cl_xu2ca_495{color:var(--xz-warning)}._capSyn_xu2ca_1049 ._cl_xu2ca_495{color:var(--xz-info)}._capDir_xu2ca_1053 ._cl_xu2ca_495{color:var(--xz-brand)}._capFoot_xu2ca_1057{border-top:1px solid var(--xz-border);background:var(--xz-surface-2);padding:16px 24px;display:flex;justify-content:flex-end;gap:12px}._capGo_xu2ca_1066{font-size:14px;font-weight:670;color:var(--xz-on-brand);background:var(--xz-brand);border:none;border-radius:var(--xz-r12);padding:12px 22px;cursor:pointer}._capGo2_xu2ca_1077{font-size:13px;font-weight:600;color:var(--xz-text-2);background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:var(--xz-r12);padding:12px 18px;cursor:pointer}._adBack_xu2ca_1089{position:fixed;inset:0;background:color-mix(in srgb,#000 32%,transparent);z-index:1200}._adPanel_xu2ca_1096{position:fixed;top:0;right:0;height:100%;width:428px;max-width:92vw;background:var(--xz-surface);z-index:1201;box-shadow:-12px 0 44px var(--xz-shadow-color);overflow-y:auto}._adTop_xu2ca_1109{padding:20px 24px 16px;border-bottom:1px solid var(--xz-border);position:relative}._adX_xu2ca_1115{position:absolute;top:18px;right:22px;font-size:20px;color:var(--xz-text-3);cursor:pointer;line-height:1;background:none;border:none}._adId_xu2ca_1127{display:flex;align-items:center;gap:13px}._adAv_xu2ca_1133{position:relative;width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:680;font-size:18px;flex-shrink:0;overflow:hidden}._adAv_xu2ca_1133 img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}._adNm_xu2ca_1155{font-size:17px;font-weight:700}._adMt_xu2ca_1160{font-size:12px;color:var(--xz-text-2);margin-top:2px}._adBody_xu2ca_1166{padding:16px 24px 28px}._adOwn_xu2ca_1170{display:flex;align-items:center;gap:10px;margin-bottom:14px}._adOwnL_xu2ca_1177{font-size:11px;color:var(--xz-text-3)}._adOchip_xu2ca_1182{display:flex;align-items:center;gap:7px;background:var(--xz-surface-2);border:1px solid var(--xz-border);border-radius:20px;padding:4px 12px 4px 5px}._adOav_xu2ca_1192{width:22px;height:22px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:650;background:var(--xz-brand)}._adOn_xu2ca_1205{font-size:12.5px;font-weight:660}._adSum_xu2ca_1210{font-size:13px;line-height:1.6;color:var(--xz-text);background:var(--xz-surface-2);border-radius:var(--xz-r12);padding:12px 14px;margin:14px 0 18px}._adSlab_xu2ca_1220{font-size:11px;font-weight:700;color:var(--xz-text-3);letter-spacing:.4px;margin:0 0 9px}._adMet_xu2ca_1228{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-bottom:18px}._adM_xu2ca_1160{background:var(--xz-surface-2);border-radius:var(--xz-r10);padding:10px 11px}._adMv_xu2ca_1241{font-size:16px;font-weight:710;letter-spacing:-.3px}._adMl_xu2ca_1247{font-size:10.5px;color:var(--xz-text-2);margin-top:2px}._adKv_xu2ca_1253{display:flex;justify-content:space-between;gap:12px;font-size:12.5px;padding:8px 0;border-bottom:1px dashed var(--xz-border-2)}._adKv_xu2ca_1253:last-child{border-bottom:none}._adKv_xu2ca_1253 ._k_xu2ca_846{color:var(--xz-text-3);flex-shrink:0}._adKv_xu2ca_1253 ._v_xu2ca_396{font-weight:600;text-align:right}._adKv_xu2ca_1253 ._v_xu2ca_396._miss_xu2ca_1272{color:var(--xz-danger)}._adActs_xu2ca_1276{display:flex;gap:10px;margin-top:16px}._adActs_xu2ca_1276 button{flex:1;font-size:13px;font-weight:640;border-radius:var(--xz-r12);padding:12px;cursor:pointer}._adActs_xu2ca_1276 ._go_xu2ca_1289{color:var(--xz-on-brand);background:var(--xz-brand);border:none}._adActs_xu2ca_1276 ._go2_xu2ca_1294{color:var(--xz-text-2);background:var(--xz-surface);border:1px solid var(--xz-border-2)}._toast_xu2ca_1301{position:fixed;left:50%;bottom:40px;transform:translate(-50%) translateY(8px);background:var(--xz-text);color:var(--xz-bg);font-size:13px;padding:10px 18px;border-radius:20px;opacity:0;transition:opacity .22s,transform .22s;z-index:1300;pointer-events:none}._toastShow_xu2ca_1317{opacity:1;transform:translate(-50%) translateY(0)}._wallScroll_xu2ca_228,._adPanel_xu2ca_1096{scrollbar-width:thin;scrollbar-color:transparent transparent}._wallScroll_xu2ca_228:hover,._adPanel_xu2ca_1096:hover{scrollbar-color:color-mix(in srgb,var(--xz-text) 14%,transparent) transparent}._wallScroll_xu2ca_228::-webkit-scrollbar,._adPanel_xu2ca_1096::-webkit-scrollbar{width:5px;height:5px}._wallScroll_xu2ca_228::-webkit-scrollbar-thumb,._adPanel_xu2ca_1096::-webkit-scrollbar-thumb{background:transparent;border-radius:6px}._wallScroll_xu2ca_228:hover::-webkit-scrollbar-thumb,._adPanel_xu2ca_1096:hover::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--xz-text) 14%,transparent)}._wallScroll_xu2ca_228::-webkit-scrollbar-track,._adPanel_xu2ca_1096::-webkit-scrollbar-track{background:transparent}@media(max-width:1000px){._pulse_xu2ca_147,._three_xu2ca_618,._g2_xu2ca_807,._bench_xu2ca_748{grid-template-columns:1fr 1fr}}._page_btlua_8{position:relative;min-height:100dvh;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,sans-serif;color:var(--xz-text);overflow:hidden;line-height:1.5;-webkit-font-smoothing:antialiased}._shell_btlua_21{position:relative;z-index:1;display:grid;grid-template-columns:var(--app-sidebar-width, 76px) minmax(0,1fr);min-height:calc(100dvh - var(--app-promo-h, 0px))}._main_btlua_29{overflow:auto;max-height:calc(100dvh - var(--app-promo-h, 0px));padding-bottom:var(--app-safe-bottom)}._content_btlua_35{padding:var(--app-page-top, 22px) clamp(24px,2.6vw,44px) 60px;width:100%;box-sizing:border-box}._homeBar_btlua_43{flex:none;min-height:48px;display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:8px}._viewSwitch_btlua_53{display:inline-flex;gap:3px;padding:3px;border:1px solid var(--xz-border);border-radius:999px;background:var(--xz-surface)}._viewSwitchBtn_btlua_62{width:30px;height:28px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:var(--xz-text-3);background:transparent;cursor:pointer;transition:.15s ease}._viewSwitchBtn_btlua_62:hover{color:var(--xz-brand);background:var(--xz-brand-soft)}._memberNoticeTitle_btlua_80{display:inline-flex;align-items:center;gap:9px;color:var(--xz-text);font-weight:800}._memberNoticeBody_btlua_88{padding-top:5px;color:var(--xz-text-2);font-size:14px;line-height:1.75}._memberNoticeBody_btlua_88 p{margin:0}._memberNoticeTip_btlua_98{margin:14px 0;padding:12px 14px;border:1px solid var(--xz-brand-soft-border, #ffd2dc);border-radius:10px;color:var(--xz-text);background:var(--xz-brand-tint, #fff5f7)}._memberNoticeFoot_btlua_107{color:var(--xz-text-3);font-size:13px}._viewSwitchOn_btlua_112{color:var(--xz-brand);background:var(--xz-brand-soft);box-shadow:inset 0 0 0 1px var(--xz-brand-soft-2)}._bellWrap_btlua_118{position:relative}._bellBtn_btlua_122{width:34px;height:34px;border:1px solid var(--xz-border);border-radius:999px;background:var(--xz-surface);color:var(--xz-text-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:.15s ease}._bellBtn_btlua_122:hover{color:var(--xz-text);border-color:var(--xz-border-2)}._bellDot_btlua_141{position:absolute;top:7px;right:8px;width:7px;height:7px;border-radius:50%;background:var(--xz-brand);border:2px solid var(--xz-surface)}._bellPop_btlua_152{position:absolute;top:42px;right:0;width:296px;background:var(--xz-surface);border:1px solid var(--xz-border-2);border-radius:14px;box-shadow:0 18px 44px -14px #11111447;padding:8px;z-index:80}._bellPopH_btlua_165{font-size:12px;font-weight:800;color:var(--xz-text);padding:8px 10px 6px;display:flex}._bellPopH_btlua_165 span{margin-left:auto;font-size:10.5px;color:var(--xz-brand);font-weight:700}._bellPopItem_btlua_179{display:flex;gap:10px;padding:9px 10px;border-radius:10px;cursor:pointer;align-items:flex-start}._bellPopItem_btlua_179:hover{background:var(--xz-surface-2)}._bellPopItem_btlua_179>svg{flex-shrink:0;margin-top:2px;color:var(--xz-brand)}._bellPopItem_btlua_179 b{display:block;font-size:12.5px;font-weight:700;color:var(--xz-text);line-height:1.4}._bellPopItem_btlua_179 i{display:block;font-style:normal;font-size:11px;color:var(--xz-text-2);margin-top:2px}._bellPopItem_btlua_179 em{margin-left:auto;font-style:normal;font-size:10px;color:var(--xz-text-3);white-space:nowrap}._bellPopFoot_btlua_217{padding:9px 10px;text-align:center;font-size:12px;font-weight:700;color:var(--xz-brand);cursor:pointer;border-top:1px solid var(--xz-border);margin-top:4px}._suiteBar_btlua_228{flex:none;min-height:48px;display:flex;align-items:center;gap:10px;margin-bottom:14px;padding:7px 8px 7px 12px;border:1px solid var(--xz-border);border-radius:16px;background:var(--xz-surface);box-shadow:0 18px 46px -36px var(--xz-shadow-color, rgba(42, 15, 28, .4))}._suiteBrand_btlua_242{display:flex;flex-direction:column;gap:1px;min-width:128px}._suiteBrand_btlua_242 span{font-size:12.5px;font-weight:800;color:var(--xz-text)}._suiteBrand_btlua_242 small{font-size:10.5px;color:var(--xz-text-3)}._suiteTabs_btlua_258{display:inline-flex;gap:5px;padding:4px;border:1px solid var(--xz-border);border-radius:14px;background:var(--xz-surface-2)}._suiteTab_btlua_258{width:38px;height:34px;border:none;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;color:var(--xz-text-2);background:transparent;cursor:pointer;transition:.16s ease}._suiteTab_btlua_258:hover{color:var(--xz-brand);background:var(--xz-brand-soft)}._suiteTabOn_btlua_285{color:var(--xz-brand);background:var(--xz-brand-soft);box-shadow:inset 0 0 0 1px var(--xz-brand-soft-2)}._suiteMeta_btlua_291{min-width:0;display:flex;flex-direction:column;gap:1px}._suiteMeta_btlua_291 b{font-size:12.5px;color:var(--xz-text)}._suiteMeta_btlua_291 span{font-size:10.5px;color:var(--xz-text-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._enterpriseView_btlua_310,._overviewView_btlua_311{flex:none}._ghostBtn_btlua_315{height:32px;border:1px solid #eceaf2;border-radius:10px;background:#fff;color:#6a6878;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;font-size:12px;font-weight:700;cursor:pointer;white-space:nowrap}._ghostBtn_btlua_315:hover{color:#d11233;border-color:color-mix(in srgb,#ff2f4d 32%,#eceaf2)}._ghostBtn_btlua_315:disabled{cursor:not-allowed}._ghostBtnDisabled_btlua_339{opacity:.55;background:#f7f6fa}._ghostBtnDisabled_btlua_339:hover{color:#6a6878;border-color:#eceaf2}._heroBadge_btlua_348{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;color:#f5d3df;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:700}._enterpriseHero_btlua_361{min-height:144px}._metricBlue_btlua_365{color:#2775bf;background:#408fd71f}._metricPink_btlua_370{color:#d11233;background:#ffe7ec}._metricTeal_btlua_375{color:#0f8e68;background:#1d9e751f}._metricAmber_btlua_380{color:#c98a14;background:#e0901a21}._metricRed_btlua_385{color:#d11233;background:#ffe7ec}._sourceTag_btlua_390{margin-left:5px;padding:2px 6px;border-radius:999px;color:#7a5200;background:#fdf0d8;font-size:10px;font-weight:700}._enterpriseFocusGrid_btlua_400{display:grid;grid-template-columns:minmax(0,2fr) minmax(320px,.88fr);gap:14px}._workActionGrid_btlua_406{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}._workActionCard_btlua_412{min-width:0;border:1px solid #eceaf2;border-radius:15px;background:linear-gradient(180deg,#fffffffa,#faf8fcfa),radial-gradient(circle at 92% 12%,rgba(255,47,77,.1),transparent 34%);padding:13px;text-align:left;display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:10px;align-items:center;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}._workActionCard_btlua_412>span,._workActionCard_btlua_412 em{border-radius:999px;padding:4px 8px;font-size:11px;font-weight:800;white-space:nowrap}._workActionCard_btlua_412 b,._workActionCard_btlua_412 small{display:block;overflow:hidden;text-overflow:ellipsis}._workActionCard_btlua_412 b{color:#1e1c27;font-size:13px;white-space:nowrap}._workActionCard_btlua_412 small{margin-top:3px;color:#6a6878;font-size:11px;line-height:1.45}._workActionCard_btlua_412 em{font-style:normal}._workActionCard_btlua_412:hover{transform:translateY(-2px);border-color:color-mix(in srgb,#ff2f4d 28%,#eceaf2);box-shadow:0 16px 34px -26px #2a0f1c61}._work_good_btlua_460>span,._work_good_btlua_460 em{color:#0f8e68;background:#1d9e751f}._work_hot_btlua_466>span,._work_hot_btlua_466 em{color:#7a5200;background:#fdf0d8}._work_risk_btlua_472>span,._work_risk_btlua_472 em{color:#d11233;background:#ffe7ec}._work_muted_btlua_478>span,._work_muted_btlua_478 em{color:#6a6878;background:#f7f6fa}._radarPanel_btlua_484,._panel_btlua_485{border:1px solid #eceaf2;border-radius:16px;background:#fff;overflow:hidden}._panelHead_btlua_492{min-height:44px;padding:13px 16px;display:flex;align-items:center;gap:7px;border-bottom:1px solid #eceaf2;background:linear-gradient(180deg,#fff,#f7f6fa)}._panelHead_btlua_492 b{font-size:13px;color:#1e1c27}._panelHead_btlua_492 span{margin-left:auto;color:#a09eaf;font-size:11px;font-weight:400}._panelHead_btlua_492 svg{color:#d11233}._radarList_btlua_515{display:flex;flex-direction:column}._radarItem_btlua_520{display:grid;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:12px;padding:17px 16px;border-bottom:1px solid #eceaf2}._radarItem_btlua_520:last-child{border-bottom:none}._radarItem_btlua_520>span{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}._radarItem_btlua_520 b{display:block;font-size:14px;color:#1e1c27}._radarItem_btlua_520 p{margin:3px 0 0;font-size:12px;color:#6a6878;line-height:1.55}._radarItem_btlua_520 em{font-style:normal;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}._focus_good_btlua_560>span,._focus_good_btlua_560 em{color:#0f8e68;background:#1d9e751f}._focus_risk_btlua_566>span,._focus_risk_btlua_566 em{color:#d11233;background:#ffe7ec}._focus_muted_btlua_572>span,._focus_muted_btlua_572 em{color:#6a6878;background:#f7f6fa}._enterpriseTarget_btlua_578{border-radius:16px;padding:18px;color:#fff;background:radial-gradient(120% 120% at 88% -10%,rgba(255,47,77,.35),transparent 56%),linear-gradient(130deg,#2a0f1c,#160a12);box-shadow:0 0 0 1px #ffb45024,0 16px 34px -24px #0009}._targetLabel_btlua_586{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#ffd08a}._targetMain_btlua_594{display:flex;align-items:end;gap:10px;margin-top:12px}._targetMain_btlua_594 b{font-size:36px;line-height:1;color:#ffd06a}._targetMain_btlua_594 span{font-size:12px;color:#e0bcce}._targetTrack_btlua_610{height:9px;border-radius:9px;overflow:hidden;margin-top:14px;background:#ffffff29}._targetTrack_btlua_610 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffd06a,#ff2f4d)}._targetSub_btlua_624{margin-top:9px;color:#e0bcce;font-size:12px}._targetWins_btlua_630{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}._targetWins_btlua_630 div{border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:10px;background:#ffffff12}._targetWins_btlua_630 span{display:block;color:#caa9b8;font-size:10.5px}._targetWins_btlua_630 b{display:block;margin-top:3px;color:#fff;font-size:14px}._accountGrid_btlua_654{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}._accountCard_btlua_660{border:1px solid #eceaf2;border-radius:15px;padding:14px;background:#fff;text-align:left;cursor:pointer;color:inherit;font:inherit;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}._accountCard_btlua_660:hover{transform:translateY(-2px);border-color:color-mix(in srgb,#ff2f4d 24%,#eceaf2);box-shadow:0 14px 30px -24px #2a0f1c57}._accountHead_btlua_677{display:flex;align-items:center;gap:10px}._avatarMark_btlua_683{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;flex:none}._avatar_good_btlua_695{background:linear-gradient(135deg,#ff7d8e,#ff2f4d)}._avatar_hot_btlua_699{background:linear-gradient(135deg,#5bc8e8,#3a7bd5)}._avatar_risk_btlua_703{background:linear-gradient(135deg,#b58cff,#6a4bb0)}._avatar_muted_btlua_707{background:linear-gradient(135deg,#9aa5b1,#66707a)}._accountName_btlua_711{flex:1;min-width:0}._accountName_btlua_711 b,._accountName_btlua_711 span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._accountName_btlua_711 b{font-size:13px;color:#1e1c27}._accountName_btlua_711 span{font-size:10.5px;color:#a09eaf}._stateTag_btlua_731{border-radius:999px;padding:3px 8px;font-size:10.5px;font-weight:800;color:#d11233;background:#ffe7ec;white-space:nowrap}._state_good_btlua_741{color:#0f8e68;background:#1d9e751f}._state_hot_btlua_746{color:#7a5200;background:#fdf0d8}._state_risk_btlua_751{color:#d11233;background:#ffe7ec}._state_muted_btlua_756{color:#6a6878;background:#f7f6fa}._accountScore_btlua_761{display:flex;align-items:center;gap:10px;margin-top:15px}._accountScore_btlua_761>div b,._accountScore_btlua_761>div span{display:block}._accountScore_btlua_761>div b{font-size:12.5px;color:#1e1c27}._accountScore_btlua_761>div span{font-size:10.5px;color:#a09eaf}._scoreRing_btlua_780{--pct: 50%;width:44px;height:44px;border-radius:50%;flex:none;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#1e1c27;background:radial-gradient(circle at center,#fff 58%,transparent 59%),conic-gradient(#ff2f4d var(--pct),#eceaf2 0)}._accountStats_btlua_795{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding-top:12px;margin-top:12px;border-top:1px dashed #e1def0}._accountStats_btlua_795 span,._accountStats_btlua_795 b{display:block}._accountStats_btlua_795 span{color:#a09eaf;font-size:10px}._accountStats_btlua_795 b{margin-top:3px;color:#1e1c27;font-size:12px}._rankPanels_btlua_817{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}._rankPanel_btlua_817{border:1px solid #eceaf2;border-radius:14px;padding:14px;background:#fff}._rankPanel_btlua_817 h3{margin:0 0 12px;font-size:13px}._rankLine_btlua_834{display:grid;grid-template-columns:24px minmax(0,1fr) auto;gap:8px;align-items:center;padding:9px 0;border-bottom:1px solid #eceaf2}._rankLine_btlua_834:last-child{border-bottom:none}._rankLine_btlua_834>span{color:#c98a14;font-size:12px;font-weight:800}._rankLine_btlua_834 b,._rankLine_btlua_834 small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rankLine_btlua_834 b{font-size:12.5px}._rankLine_btlua_834 small{color:#a09eaf;font-size:10.5px}._rankLine_btlua_834 em{color:#d11233;font-style:normal;font-size:12px;font-weight:800}._overviewTopnav_btlua_871{display:flex;align-items:center;gap:8px;margin-bottom:14px}._navSpacer_btlua_878{flex:1}._contentOverviewHero_btlua_882{border:1px solid #eceaf2;border-radius:18px;padding:20px;background:linear-gradient(135deg,#fffffff5,#faf8fcfa),radial-gradient(circle at 88% 10%,rgba(255,47,77,.12),transparent 34%)}._overviewCopy_btlua_889 span{display:inline-flex;align-items:center;gap:6px;color:#d11233;font-size:12px;font-weight:800}._overviewCopy_btlua_889 h1{margin:8px 0 0;max-width:760px;font-size:26px;line-height:1.22;letter-spacing:-.03em}._overviewCopy_btlua_889 p{margin:8px 0 0;color:#6a6878;font-size:13px}._overviewMetrics_btlua_912{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:16px}._bigMetric_btlua_919{border:1px solid #eceaf2;border-radius:14px;padding:12px;background:#fff}._bigMetric_btlua_919 span,._bigMetric_btlua_919 b,._bigMetric_btlua_919 em{display:block}._bigMetric_btlua_919 span{color:#a09eaf;font-size:11px}._bigMetric_btlua_919 b{margin-top:4px;font-size:24px;letter-spacing:-.04em}._bigMetric_btlua_919 em{margin-top:3px;color:#1d9e75;font-size:10.5px;font-style:normal;font-weight:700}._bigMetricPrimary_btlua_947{background:linear-gradient(135deg,#ffe7ec,#fff);border-color:color-mix(in srgb,#ff2f4d 25%,#eceaf2)}._overviewLower_btlua_952{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:12px;margin-top:14px}._overviewInsights_btlua_959{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}._overviewInsights_btlua_959>div{border:1px solid #eceaf2;border-radius:13px;padding:11px;background:#fff}._overviewInsights_btlua_959 span,._overviewInsights_btlua_959 b,._overviewInsights_btlua_959 em{display:block}._overviewInsights_btlua_959 span{color:#c98a14;font-size:11px;font-weight:800}._overviewInsights_btlua_959 b{margin-top:4px;font-size:12.5px}._overviewInsights_btlua_959 em{margin-top:3px;color:#a09eaf;font-size:10.5px;font-style:normal}._dnaPreview_btlua_991{border:1px solid #eceaf2;border-radius:14px;background:#fff;text-align:left;padding:13px;cursor:pointer}._dnaPreview_btlua_991 span,._dnaPreview_btlua_991 b,._dnaPreview_btlua_991 em{display:block}._dnaPreview_btlua_991 span{display:flex;align-items:center;gap:6px;color:#d11233;font-size:12px;font-weight:800}._dnaPreview_btlua_991 b{margin-top:10px;color:#1e1c27}._dnaPreview_btlua_991 em{margin-top:5px;color:#a09eaf;font-style:normal;font-size:11px}._dnaPanel_btlua_1023{border:1px solid #eceaf2;border-radius:16px;background:linear-gradient(135deg,#fffffffa,#faf8fcfa),radial-gradient(circle at 15% 20%,rgba(29,158,117,.12),transparent 30%),radial-gradient(circle at 85% 18%,rgba(255,47,77,.12),transparent 34%);overflow:hidden}._dnaBody_btlua_1030{display:grid;grid-template-columns:minmax(0,1fr) 44px minmax(0,1fr) 44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:14px}._dnaNode_btlua_1038{min-width:0;border:1px solid rgba(44,33,52,.08);border-radius:14px;background:#ffffffb8;padding:12px}._dnaNode_btlua_1038 span,._dnaNode_btlua_1038 b,._dnaNode_btlua_1038 small{display:block;overflow:hidden;text-overflow:ellipsis}._dnaNode_btlua_1038 span{color:#d11233;font-size:10.5px;font-weight:800}._dnaNode_btlua_1038 b{margin-top:4px;color:#1e1c27;font-size:13px;white-space:nowrap}._dnaNode_btlua_1038 small{margin-top:4px;color:#6a6878;font-size:11px;line-height:1.45}._dnaLink_btlua_1070{height:2px;border-radius:2px;background:linear-gradient(90deg,#ff2f4d3d,#1d9e755c);position:relative}._dnaLink_btlua_1070:after{content:"";position:absolute;right:-2px;top:-4px;width:9px;height:9px;border-top:2px solid rgba(29,158,117,.7);border-right:2px solid rgba(29,158,117,.7);transform:rotate(45deg)}._dnaAction_btlua_1088{height:36px;border:none;border-radius:11px;padding:0 13px;color:#fff;background:linear-gradient(135deg,#ff2f4d,#ff6a7c);font-size:12px;font-weight:800;cursor:pointer;white-space:nowrap;box-shadow:0 12px 24px -18px #ff2f4da6}._filterBar_btlua_1102{display:flex;flex-wrap:wrap;gap:8px}._filterChip_btlua_1108,._filterSearch_btlua_1109{border:1px solid #eceaf2;border-radius:999px;background:#fff;color:#6a6878;padding:7px 11px;font-size:12px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:5px;transition:.15s ease}._filterChip_btlua_1108:hover,._filterSearch_btlua_1109:hover{color:#d11233;border-color:color-mix(in srgb,#ff2f4d 28%,#eceaf2)}._filterChipActive_btlua_1129{color:#d11233;background:#fff4f6;border-color:color-mix(in srgb,#ff2f4d 26%,#eceaf2)}._watchGrid_btlua_1135{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.8fr);gap:14px}._tableWrap_btlua_1141{overflow:auto}._dataTable_btlua_1145{width:100%;border-collapse:collapse;min-width:860px}._dataTable_btlua_1145 th,._dataTable_btlua_1145 td{padding:11px 12px;border-bottom:1px solid #eceaf2;font-size:12px;text-align:left;white-space:nowrap}._dataTable_btlua_1145 th{color:#a09eaf;font-weight:700;background:#f7f6fa}._dataTable_btlua_1145 td{color:#6a6878}._dataTable_btlua_1145 td b{color:#1e1c27}._platformTag_btlua_1170{display:inline-flex;margin-top:3px;color:#4a45c4;background:#eef0ff;border-radius:6px;padding:2px 7px;font-size:10px;font-weight:700}._deltaUp_btlua_1181{color:#1d9e75!important;font-weight:800}._miniTrack_btlua_1186{width:86px;height:7px;border-radius:6px;overflow:hidden;background:#eceaf2}._miniTrack_btlua_1186 i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff7d8e,#ff2f4d)}._chartBars_btlua_1200{padding:14px}._barRow_btlua_1204{display:grid;grid-template-columns:76px minmax(0,1fr) 44px;gap:9px;align-items:center;padding:7px 0}._barRow_btlua_1204 span{color:#6a6878;font-size:11.5px}._barRow_btlua_1204 i{height:8px;border-radius:8px;overflow:hidden;background:#eceaf2}._barRow_btlua_1204 i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff7d8e,#ff2f4d)}._barRow_btlua_1204 em{color:#1e1c27;font-size:11.5px;font-style:normal;font-weight:800;text-align:right}._topicGrid_btlua_1235{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}._topicCard_btlua_1241{border:1px solid #eceaf2;border-radius:15px;padding:15px;background:#fff}._topicCard_btlua_1241>span{display:inline-flex;border-radius:999px;padding:3px 8px;color:#0f8e68;background:#1d9e751f;font-size:10.5px;font-weight:800}._topicCard_btlua_1241 h3{margin:10px 0 0;font-size:17px}._topicCard_btlua_1241 p{margin:7px 0 0;color:#6a6878;font-size:12px;line-height:1.6}._topicCard_btlua_1241>div{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px}._topicCard_btlua_1241 em{font-style:normal;border-radius:10px;background:#f7f6fa;padding:8px}._topicCard_btlua_1241 em small,._topicCard_btlua_1241 em b{display:block}._topicCard_btlua_1241 em small{color:#a09eaf;font-size:10px}._topicCard_btlua_1241 em b{margin-top:2px;color:#1e1c27;font-size:13px}._topicCard_btlua_1241>._state_good_btlua_741{color:#0f8e68;background:#1d9e751f}._topicCard_btlua_1241>._state_hot_btlua_746{color:#7a5200;background:#fdf0d8}._topicCard_btlua_1241>._state_risk_btlua_751{color:#d11233;background:#ffe7ec}._topicCard_btlua_1241>._state_muted_btlua_756{color:#6a6878;background:#f7f6fa}._noteRows_btlua_1312{padding:0 14px 12px}._noteRow_btlua_1312{display:grid;grid-template-columns:48px minmax(0,1fr) 80px 70px auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #eceaf2}._noteRow_btlua_1312:last-child{border-bottom:none}._noteRow_btlua_1312 b,._noteRow_btlua_1312 small{display:block}._noteRow_btlua_1312 b{font-size:13px}._noteRow_btlua_1312 small{color:#a09eaf;font-size:11px;margin-top:2px}._noteRow_btlua_1312 em{color:#d11233;font-style:normal;font-weight:800;text-align:right}._noteCover_btlua_1346{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;background:linear-gradient(135deg,#5bc8e8,#3a7bd5)}._sourceMini_btlua_1358{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:3px 8px;color:#7a5200;background:#fdf0d8;font-size:10.5px;font-weight:800;white-space:nowrap}._greet_btlua_1372{font-size:18px;font-weight:600;letter-spacing:-.01em;margin-bottom:14px;display:flex;align-items:center;gap:8px}._greet_btlua_1372 b{color:#d11233}._topr_btlua_1385{margin-left:auto;display:flex;align-items:center;gap:14px;position:relative}._date_btlua_1393{font-size:13px;color:#a09eaf;font-weight:400}._bell_btlua_118{position:relative;width:34px;height:34px;border-radius:10px;border:1px solid #eceaf2;background:#fff;color:#6a6878;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:17px;transition:.15s}._bell_btlua_118:hover{border-color:#ff2f4d;color:#d11233}._bdot_btlua_1419{position:absolute;top:-6px;right:-6px;min-width:16px;height:16px;padding:0 4px;border-radius:9px;background:#ff2f4d;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;font-style:normal;box-shadow:0 0 0 2px #f1eef5}._bellPop_btlua_152{position:absolute;top:42px;right:0;width:296px;background:#fff;border:1px solid #eceaf2;border-radius:14px;box-shadow:0 18px 46px -22px #28143c66;z-index:40;overflow:hidden;animation:_popIn_btlua_1 .18s ease}@keyframes _popIn_btlua_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}._bellPopHead_btlua_1463{padding:11px 14px;font-size:13px;font-weight:600;color:#1e1c27;border-bottom:1px solid #eceaf2;background:#f7f6fa}._bellPopBody_btlua_1472{max-height:280px;overflow-y:auto}._bellPopRow_btlua_1477{display:flex;align-items:center;gap:9px;padding:10px 14px;border-bottom:1px solid #eceaf2}._bellPopRow_btlua_1477:last-child{border-bottom:none}._bellPopIcon_btlua_1488{width:26px;height:26px;border-radius:8px;flex:none;display:flex;align-items:center;justify-content:center;background:#ffe7ec;color:#d11233}._bellPopName_btlua_1500{flex:1;min-width:0;font-size:12.5px;color:#1e1c27;font-weight:500}._bellPopState_btlua_1508{font-size:11px;color:#1d9e75;font-weight:600;flex:none}._bellPopEmpty_btlua_1515{padding:22px 14px;text-align:center;font-size:12px;color:#a09eaf}._sec_btlua_1522{font-size:13px;color:#6a6878;margin:0 0 11px;display:flex;align-items:center;gap:8px}._more_btlua_1531{margin-left:auto;font-size:12px;color:#a09eaf;cursor:pointer;border:none;background:transparent;padding:0;display:inline-flex;align-items:center;gap:3px;font:inherit}._more_btlua_1531:hover{color:#d11233}._gap_btlua_1548{height:18px}._researchDock_btlua_1553{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(360px,1.4fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid #eceaf2;border-radius:16px;background:linear-gradient(135deg,#fffffff5,#faf8fcfa),radial-gradient(circle at 10% 20%,rgba(255,47,77,.12),transparent 34%),radial-gradient(circle at 80% 40%,rgba(29,158,117,.12),transparent 28%);box-shadow:0 18px 52px -42px #2a0f1c57}._researchLead_btlua_1565{display:flex;align-items:center;gap:12px;min-width:0}._researchIcon_btlua_1572{width:42px;height:42px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex:none;color:#fff;background:linear-gradient(135deg,#ff2f4d,#ff7b5d);box-shadow:0 12px 24px #ff2f4d33}._researchTitle_btlua_1585{font-size:15px;font-weight:800;letter-spacing:0;color:#1e1c27}._researchSub_btlua_1592{margin-top:2px;font-size:12px;color:#6a6878}._researchSub_btlua_1592 b{color:#d11233}._researchSignals_btlua_1601{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}._researchCard_btlua_1607{min-width:0;height:58px;border-radius:13px;border:1px solid #eceaf2;background:#fff;color:#1e1c27;display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px 9px;cursor:pointer;text-align:left;transition:.16s ease}._researchCard_btlua_1607:hover{transform:translateY(-1px);border-color:color-mix(in srgb,#ff2f4d 32%,#eceaf2);box-shadow:0 12px 26px -20px #2a0f1c59}._researchCardIcon_btlua_1629{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center}._researchCardMain_btlua_1638{min-width:0;display:flex;flex-direction:column;gap:1px}._researchCardMain_btlua_1638 b{font-size:12.5px;color:#1e1c27;white-space:nowrap}._researchCardMain_btlua_1638 small{font-size:10.5px;color:#a09eaf;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._researchCount_btlua_1657{font-size:17px;font-weight:800;color:#1e1c27;letter-spacing:0}._rsRed_btlua_1664 ._researchCardIcon_btlua_1629{color:#d11233;background:#ffe7ec}._rsGreen_btlua_1669 ._researchCardIcon_btlua_1629{color:#0f8e68;background:#1d9e751f}._rsBlue_btlua_1674 ._researchCardIcon_btlua_1629{color:#2775bf;background:#408fd71f}._rsGold_btlua_1679 ._researchCardIcon_btlua_1629{color:#c98a14;background:#e0901a21}._researchActions_btlua_1684{display:flex;flex-direction:column;gap:8px}._researchActions_btlua_1684 button{height:30px;border-radius:10px;border:1px solid #eceaf2;background:#fff;color:#6a6878;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;white-space:nowrap;padding:0 12px}._researchActions_btlua_1684 button:first-child{border-color:#ff2f4d;color:#fff;background:#ff2f4d;box-shadow:0 10px 18px -14px #ff2f4d99}._hero_btlua_348{position:relative;overflow:hidden;border-radius:18px;padding:26px 34px;color:#fff;background:radial-gradient(130% 120% at 88% -10%,rgba(255,47,77,.32),transparent 55%),linear-gradient(120deg,#2a0f1c,#160a12);box-shadow:inset 0 1px #ffffff12}._hero_btlua_348:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.06),transparent 34%)}._hero_btlua_348:hover ._sheen_btlua_1730{opacity:1}._sheen_btlua_1730{position:absolute;inset:0;z-index:0;pointer-events:none;opacity:0;transition:opacity .35s;background:radial-gradient(280px circle at var(--mx, 78%) var(--my, 22%),rgba(255,214,138,.18),transparent 60%)}._inn_btlua_1744{position:relative;z-index:1;display:flex;align-items:center;gap:28px}._zz_btlua_1752{width:108px;height:108px;flex:none;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(255,47,77,.5))}._mid_btlua_1760{flex:1;min-width:0}._rk_btlua_1765{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:8px}._rankb_btlua_1773{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#5a3a05;background:linear-gradient(135deg,#ffe8a0,#f4a91c);border-radius:20px;padding:3px 11px;box-shadow:0 1px 7px #f5a62366,inset 0 1px #ffffff80}._lv_btlua_1786{font-size:13px;font-weight:600}._streak_btlua_1791{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#ffc28a;background:linear-gradient(135deg,#ff963c38,#ff503226);border:1px solid rgba(255,150,70,.4);border-radius:20px;padding:3px 10px 3px 8px;box-shadow:0 0 14px #ff6e2833}._fl_btlua_1805{filter:drop-shadow(0 0 4px rgba(255,140,40,.7))}._hxp_btlua_1809{display:flex;align-items:center;gap:9px;margin:9px 0 1px;font-size:11px;color:#c6a9b6}._hxpBar_btlua_1818{flex:1;max-width:340px;height:6px;background:#ffffff26;border-radius:6px;overflow:hidden}._hxpBar_btlua_1818>i{display:block;height:100%;background:linear-gradient(90deg,#ff7d8e,#ff2f4d);border-radius:6px}._stats_btlua_1833{display:flex;gap:24px;margin-top:9px}._stats_btlua_1833 span{font-size:12px;color:#c6a9b6}._stats_btlua_1833 b{font-size:18px;font-weight:700;color:#fff;margin-right:3px}._vault_btlua_1849{text-align:right;flex:none}._vaultLab_btlua_1854{font-size:11.5px;color:#e8b6c2}._vaultV_btlua_1859{font-size:48px;font-weight:800;letter-spacing:-1px;line-height:1.05;background:linear-gradient(180deg,#fff1c4,#ffd06a 46%,#f3a31a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 1px 0 rgba(0,0,0,.25)) drop-shadow(0 0 16px rgba(245,166,35,.38));transition:transform .25s ease,filter .25s ease}._vaultV_btlua_1859 small{font-size:23px}._vault_btlua_1849:hover ._vaultV_btlua_1859{transform:scale(1.045);filter:drop-shadow(0 1px 0 rgba(0,0,0,.25)) drop-shadow(0 0 26px rgba(245,166,35,.62))}._vaultD_btlua_1880{font-size:12px;color:#9be8c4;font-weight:600;margin-top:4px}._statrow_btlua_1888{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}._statcard_btlua_1894{border:1px solid #eceaf2;border-radius:14px;background:#fff;padding:15px 17px;transition:.15s}._statcard_btlua_1894:hover{box-shadow:0 12px 28px -22px #28143c59;transform:translateY(-2px)}._statIc_btlua_1906{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:15px;margin-bottom:11px}._statLab_btlua_1917{font-size:11.5px;color:#6a6878}._statVal_btlua_1922{font-size:24px;font-weight:700;letter-spacing:-.5px;line-height:1.05;margin-top:4px;color:#1e1c27}._statVal_btlua_1922 small{font-size:13px;font-weight:600;color:#6a6878;margin-left:1px}._statSub_btlua_1937{font-size:11px;font-weight:600;color:#1d9e75;margin-top:5px}._icBlue_btlua_1944{background:#e7efff;color:#3a7bd5}._icTeal_btlua_1949{background:#e3f6ee;color:#1d9e75}._icViolet_btlua_1954{background:#f0e8fb;color:#7a45d0}._icAmber_btlua_1959{background:#fdf0d8;color:#c2870f}._icRed_btlua_1964{background:#ffe7ec;color:#d11233}._cBoard_btlua_1970{display:grid;grid-template-columns:1.85fr 1fr;gap:18px;align-items:stretch}._qb_btlua_1978{border:1px solid #eceaf2;border-radius:14px;background:#fff;overflow:hidden;display:flex;flex-direction:column}._qhead_btlua_1987{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f7f6fa;border-bottom:1px solid #eceaf2}._qt_btlua_1996{font-size:13px;font-weight:700}._qbar_btlua_2001{flex:1;max-width:210px;height:7px;background:#e1def0;border-radius:6px;overflow:hidden}._qbar_btlua_2001>i{display:block;height:100%;background:linear-gradient(90deg,#ff7d8e,#ff2f4d);border-radius:6px}._qx_btlua_2016{font-size:11.5px;color:#6a6878}._qx_btlua_2016 b,._qxGold_btlua_2024{color:#c98a14}._qrow_btlua_2028{flex:1;display:flex;align-items:center;gap:13px;padding:13px 16px 13px 19px;border-bottom:1px solid #eceaf2;position:relative;transition:.15s}._qrow_btlua_2028:last-of-type{border-bottom:none}._qrow_btlua_2028:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#a09eaf}._qrow_btlua_2028:hover{background:#fafafc}._rCom_btlua_2054:before{background:#9aa5b1}._rRare_btlua_2058:before{background:#3a7bd5}._rEpic_btlua_2062:before{background:#8a5cf0}._rGold_btlua_2066:before{background:#f5a623}._qi_btlua_2070{width:40px;height:40px;border-radius:11px;flex:none;display:flex;align-items:center;justify-content:center;font-size:19px;background:#ffe7ec;color:#d11233}._rRare_btlua_2058 ._qi_btlua_2070{background:#e7efff;color:#3a7bd5}._rEpic_btlua_2062 ._qi_btlua_2070{background:#f0e8fb;color:#7a45d0}._rGold_btlua_2066 ._qi_btlua_2070{background:#fdf0d8;color:#c2870f}._qmid_btlua_2098{flex:1;min-width:0}._qn_btlua_2103{font-size:14px;font-weight:600;display:flex;align-items:center}._qstars_btlua_2110{color:#c98a14;font-size:10px;letter-spacing:1px;margin-left:7px}._qd_btlua_2117{font-size:11.5px;color:#a09eaf;margin-top:3px;display:flex;align-items:center;gap:6px}._qrew_btlua_2126{display:flex;align-items:center;gap:6px;flex:none}._qbtn_btlua_2133{font-size:12px;font-weight:600;color:#fff;background:#ff2f4d;border:none;border-radius:9px;padding:6px 15px;cursor:pointer;flex:none;transition:.15s}._qbtn_btlua_2133:hover{background:#d11233}._prog_btlua_2149 ._qbtn_btlua_2133{background:#fff;color:#d11233;border:1px solid #ffe7ec}._done_btlua_2155{opacity:.5}._done_btlua_2155 ._qbtn_btlua_2133{background:#1d9e75;color:#fff;cursor:default}._qfoot_btlua_2165{flex:none;display:flex;align-items:center;gap:8px;padding:11px 16px;border-top:1px dashed #e1def0;background:#f7f6fa;font-size:12px;color:#6a6878}._qfoot_btlua_2165 b{color:#d11233}._src_btlua_2181{font-size:10.5px;font-weight:600;border-radius:6px;padding:3px 8px}._s1_btlua_2188{background:#eef0ff;color:#4a45c4}._s2_btlua_2193{background:#e9f5ee;color:#157a55}._s3_btlua_2198{background:#fdeee6;color:#b85a26}._s4_btlua_2203{background:#f3eefb;color:#6a4bb0}._rw_btlua_2209{display:inline-flex;align-items:center;gap:4px;font-size:11.5px;font-weight:700;border-radius:20px;padding:3px 9px;line-height:1.1;white-space:nowrap}._rwXp_btlua_2221{color:#7a5200;background:linear-gradient(135deg,#ffe9a8,#f6c64e);box-shadow:inset 0 1px #ffffff8c}._cardrw_btlua_2227{color:#6a6878;background:#f7f6fa;border:1px solid #e1def0;padding-left:5px}._cc_btlua_2234{width:14px;height:18px;border-radius:3px;display:inline-block;border:1.5px solid #f4a91c;background:linear-gradient(160deg,#3a2030,#160c16)}._cardrwWpn_btlua_2243 ._cc_btlua_2234{border-color:#5bc8e8}._cardrwBuf_btlua_2247 ._cc_btlua_2234{border-color:#c79bf0}._darkrail_btlua_2252{display:flex;flex-direction:column;gap:14px}._dpanel_btlua_2258{border-radius:14px;padding:15px 16px;color:#fff;background:radial-gradient(120% 120% at 90% -10%,rgba(255,47,77,.26),transparent 55%),linear-gradient(125deg,#2a0f1c,#160a12);box-shadow:0 0 0 1px #ffb45024,0 16px 34px -24px #0009}._dh_btlua_2266{font-size:11.5px;color:#e8b6c2;margin-bottom:10px;display:flex;align-items:center;gap:6px}._bn_btlua_2276{font-size:14px;font-weight:600;display:flex;align-items:center;gap:7px}._days_btlua_2284{margin-left:auto;font-size:10.5px;color:#e0bcce;font-weight:400}._bbar_btlua_2291{height:8px;background:#ffffff24;border-radius:6px;margin:11px 0 7px;overflow:hidden}._bbar_btlua_2291>i{display:block;height:100%;background:linear-gradient(90deg,#ffb36a,#ff2f4d);border-radius:6px}._bm_btlua_2305{font-size:11px;color:#e0bcce}._bfoot_btlua_2310{display:flex;align-items:center;margin-top:12px}._bfootHint_btlua_2316{font-size:10.5px;color:#caa9b8}._fight_btlua_2321{font-size:12px;font-weight:600;color:#fff;background:#ff2f4d;border:none;border-radius:9px;padding:6px 14px;cursor:pointer;margin-left:auto;display:inline-flex;align-items:center;gap:5px;transition:.15s}._fight_btlua_2321:hover{background:#d11233}._achv_btlua_2341{display:flex;align-items:center;gap:10px;padding:7px 3px}._achvAv_btlua_2348{width:31px;height:31px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:15px;flex:none}._achvName_btlua_2359{font-size:13px;font-weight:600;color:#fff}._achvDesc_btlua_2365{font-size:10.5px;color:#caa9b8;margin-top:1px}._teaser_btlua_2371{display:flex;align-items:center;gap:7px;margin-top:11px;padding:9px 11px;border-radius:10px;background:#ffffff0d;border:1px dashed rgba(255,255,255,.2);font-size:11.5px;color:#e0bcce;cursor:pointer;transition:.15s}._teaser_btlua_2371:hover{background:#ffffff17}._teaserAr_btlua_2389{margin-left:auto}._tpls_btlua_2394{display:grid;grid-template-columns:repeat(5,1fr);gap:13px}._tpl_btlua_2394{border-radius:14px;overflow:hidden;background:#fff;border:1px solid #eceaf2;cursor:pointer;transition:.15s}._tpl_btlua_2394:hover{transform:translateY(-3px);box-shadow:0 16px 32px -22px #28143c66}._cv_btlua_2413{height:130px;display:flex;align-items:center;justify-content:center;text-align:center;padding:16px;font-weight:700;font-size:16px;line-height:1.35}._cvA_btlua_2425{background:#dcebff;color:#2456a8}._cvB_btlua_2430{background:#fff0d6;color:#9a6a0a}._cvC_btlua_2435{background:#e6f7ee;color:#157a55}._cvD_btlua_2440{background:#efe6ff;color:#6a4bb0}._cvE_btlua_2445{background:#ffe1e7;color:#c01230}._cvF_btlua_2450{background:#d9f3f7;color:#0e7c8c}._tplM_btlua_2455{padding:9px 11px;display:flex;align-items:center;gap:6px}._cat_btlua_2462{font-size:10.5px;color:#6a6878;background:#f7f6fa;border-radius:20px;padding:2px 8px}._tplP_btlua_2470{margin-left:auto;font-size:10.5px;color:#c98a14;font-weight:600}@media(max-width:1280px){._accountGrid_btlua_654{grid-template-columns:repeat(3,minmax(0,1fr))}._rankPanels_btlua_817{grid-template-columns:repeat(2,minmax(0,1fr))}._overviewMetrics_btlua_912,._statrow_btlua_1888{grid-template-columns:repeat(3,minmax(0,1fr))}._workActionGrid_btlua_406,._topicGrid_btlua_1235{grid-template-columns:repeat(2,minmax(0,1fr))}._dnaBody_btlua_1030{grid-template-columns:1fr}._dnaLink_btlua_1070{width:2px;height:20px;justify-self:center;background:linear-gradient(180deg,#ff2f4d3d,#1d9e755c)}._dnaLink_btlua_1070:after{right:-4px;top:auto;bottom:-2px;transform:rotate(135deg)}._dnaAction_btlua_1088{justify-self:flex-start}}@media(max-width:1080px){._suiteBrand_btlua_242{min-width:0}._suiteBrand_btlua_242 small{display:none}._suiteMeta_btlua_291 span{max-width:52vw}._researchDock_btlua_1553{grid-template-columns:1fr}._researchActions_btlua_1684{flex-direction:row;justify-content:flex-start}._cBoard_btlua_1970{grid-template-columns:1fr}._statrow_btlua_1888{grid-template-columns:repeat(2,1fr)}._researchSignals_btlua_1601{grid-template-columns:repeat(2,minmax(0,1fr))}._enterpriseFocusGrid_btlua_400,._watchGrid_btlua_1135,._overviewLower_btlua_952,._workActionGrid_btlua_406{grid-template-columns:1fr}._accountGrid_btlua_654,._rankPanels_btlua_817,._overviewMetrics_btlua_912{grid-template-columns:repeat(2,minmax(0,1fr))}._overviewInsights_btlua_959,._topicGrid_btlua_1235{grid-template-columns:1fr}._tpls_btlua_2394{grid-template-columns:1fr 1fr}._inn_btlua_1744{flex-wrap:wrap}._vault_btlua_1849{text-align:left}}@media(max-width:720px){._suiteBar_btlua_228{gap:8px;padding-left:8px}._suiteBrand_btlua_242{display:none}._suiteTab_btlua_258{width:34px}._suiteMeta_btlua_291 span{display:none}._contentOverviewHero_btlua_882,._enterpriseTarget_btlua_578{padding:15px}._overviewTopnav_btlua_871{overflow-x:auto;padding-bottom:2px}._overviewMetrics_btlua_912,._accountGrid_btlua_654,._rankPanels_btlua_817,._targetWins_btlua_630,._topicGrid_btlua_1235{grid-template-columns:1fr}._radarItem_btlua_520{grid-template-columns:42px minmax(0,1fr)}._radarItem_btlua_520 em{grid-column:2;justify-self:flex-start}._noteRow_btlua_1312{grid-template-columns:40px minmax(0,1fr) auto}._noteRow_btlua_1312 em,._noteRow_btlua_1312 ._sourceMini_btlua_1358{display:none}}._more_btlua_1531{display:inline-flex;align-items:center;gap:3px}._statcard_btlua_1894,._bellPopRow_btlua_1477{cursor:pointer}._bellPopRow_btlua_1477:hover{background:#f7f6fa}._toast_btlua_2630{position:fixed;left:50%;bottom:34px;transform:translate(-50%);z-index:3000;background:#1e1c27;color:#fff;font-size:13px;font-weight:600;padding:11px 20px;border-radius:12px;box-shadow:0 14px 34px -12px #00000080;animation:_toastIn_btlua_1 .24s ease}@keyframes _toastIn_btlua_1{0%{opacity:0;transform:translate(-50%,12px)}to{opacity:1;transform:translate(-50%)}}._qComplete_btlua_2656{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;border:1px solid #1d9e75;background:#1d9e7514;color:#1d9e75;border-radius:9px;padding:6px 0;cursor:pointer;transition:.15s}._qComplete_btlua_2656:hover{background:#1d9e75;color:#fff}._addRow_btlua_2675{display:flex;align-items:center;gap:9px;padding:11px 16px;border-bottom:1px solid #eceaf2;color:#a09eaf}._addInput_btlua_2684{flex:1;border:1px solid #e1def0;border-radius:9px;padding:8px 12px;font-size:13px;color:#1e1c27;outline:none}._addInput_btlua_2684:focus{border-color:#ff2f4d}._addInput_btlua_2684::placeholder{color:#a09eaf}._addBtn_btlua_2700{flex:none;font-size:12.5px;font-weight:600;color:#fff;background:#ff2f4d;border:none;border-radius:9px;padding:8px 16px;cursor:pointer}._addCancel_btlua_2712{flex:none;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e1def0;background:#fff;color:#a09eaf;border-radius:9px;cursor:pointer}._addCancel_btlua_2712:hover{color:#1e1c27}._main_btlua_29{height:100dvh}._content_btlua_35{min-height:100%;display:flex;flex-direction:column}._cBoard_btlua_1970{flex:1;min-height:0}._qb_btlua_1978{min-height:0}._qhead_btlua_1987,._qfoot_btlua_2165{flex:none}._darkrail_btlua_2252{min-height:0}._qlist_btlua_2758{flex:1;min-height:0;overflow-y:auto}._qlist_btlua_2758::-webkit-scrollbar{width:6px}._qlist_btlua_2758::-webkit-scrollbar-thumb{background:#e1def0;border-radius:6px}._rhythm_btlua_2771{flex:1;display:flex;flex-direction:column}._rgrid_btlua_2777{flex:1;display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:1fr;gap:6px;margin-top:11px;min-height:96px}._rcell_btlua_2787{border-radius:5px;background:#ffffff14}._rcell_btlua_2787._rOn_btlua_2792{background:linear-gradient(135deg,#ffd06a,#f3a31a);box-shadow:0 0 9px -2px #ffc85ab3}._rleg_btlua_2797{display:flex;align-items:center;gap:7px;font-size:10.5px;color:#caa9b8;margin-top:11px}._rleg_btlua_2797 ._dot_btlua_2805{width:11px;height:11px;border-radius:3px;display:inline-block}._rleg_btlua_2797 ._dOn_btlua_2811{background:linear-gradient(135deg,#ffd06a,#f3a31a)}._rleg_btlua_2797 ._dOff_btlua_2814{background:#ffffff14}._zzsay_btlua_2819{display:inline-flex;align-items:center;gap:6px;margin:0 0 11px;max-width:520px;background:linear-gradient(135deg,#fff,#fff4e2);color:#6a4316;font-size:12.5px;font-weight:600;line-height:1.45;padding:7px 13px;border-radius:13px 13px 13px 4px;box-shadow:0 8px 20px -10px #0000008c}._vaultV_btlua_1859._bump_btlua_2836{animation:_vbump_btlua_1 .55s cubic-bezier(.34,1.56,.64,1)}@keyframes _vbump_btlua_1{0%{transform:scale(1)}40%{transform:scale(1.13)}to{transform:scale(1)}}._kcBar_btlua_2852{height:8px;background:#ffffff24;border-radius:6px;overflow:hidden;margin-top:2px}._kcBar_btlua_2852>i{display:block;height:100%;background:linear-gradient(90deg,#7fd4ff,#3a7bd5);border-radius:6px}._kcMeta_btlua_2866{font-size:11px;color:#caa9b8;margin-top:9px;line-height:1.5}._kcMeta_btlua_2866 b{color:#bfe3ff}._kcBtn_btlua_2876{margin-top:11px;font-size:12px;font-weight:600;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);border-radius:9px;padding:7px 13px;cursor:pointer;display:inline-flex;align-items:center;gap:5px}._kcBtn_btlua_2876:hover{background:#ffffff29}._previewLock_btlua_2895{position:relative}._previewBlur_btlua_2899{filter:blur(7px) saturate(.85);opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none;max-height:calc(100vh - 40px);overflow:hidden}._previewMask_btlua_2908{position:absolute;inset:0;display:flex;align-items:flex-start;justify-content:center;padding-top:12vh;background:radial-gradient(120% 80% at 50% 20%,transparent,var(--xz-bg) 78%)}._previewCard_btlua_2918{max-width:420px;text-align:center;background:var(--xz-surface);border:1px solid var(--xz-border);border-radius:var(--r-card);box-shadow:var(--card-shadow);padding:28px 26px}._previewIc_btlua_2928{width:56px;height:56px;margin:0 auto 14px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--xz-brand);background:var(--xz-brand-soft);border:1px solid var(--xz-brand-soft-2)}._previewT_btlua_2941{font-size:17px;font-weight:800;color:var(--xz-text)}._previewD_btlua_2947{font-size:12.5px;color:var(--xz-text-2);line-height:1.6;margin:8px 0 18px}._previewCta_btlua_2954{height:42px;padding:0 28px;border:none;cursor:pointer;border-radius:var(--r-ctl);font-size:13.5px;font-weight:800;color:var(--xz-on-brand);background:linear-gradient(145deg,var(--xz-brand-2),var(--xz-brand));box-shadow:0 6px 18px var(--xz-brand-glow);transition:transform .15s}._previewCta_btlua_2954:hover{transform:translateY(-1px)}html[data-theme=t3] ._previewCta_btlua_2954{color:#1a140a}._page_fo80u_1{min-height:100vh;background:#f5f6f8;color:#20242b}._shell_fo80u_7{display:flex;min-height:100vh}._main_fo80u_12{flex:1;display:flex;flex-direction:column;overflow-y:auto}._content_fo80u_19{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:40px 36px 64px}._header_fo80u_27{margin-bottom:28px}._backBtn_fo80u_31{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;margin-bottom:16px;border:1px solid #e2e4ea;background:#fff;border-radius:999px;font-size:12px;color:#5c6070;cursor:pointer;font-family:inherit;transition:all .15s ease}._backBtn_fo80u_31:hover{border-color:#fc415b4d;color:#fc415b;background:#fff5f6}._title_fo80u_52{font-size:26px;font-weight:700;margin:0 0 8px;letter-spacing:-.01em;color:#1a1c2e}._subtitle_fo80u_60{font-size:13px;color:#6b6f7d;margin:0;line-height:1.6}._stateBox_fo80u_67{display:flex;align-items:center;justify-content:center;gap:10px;padding:60px 24px;color:#6b6f7d;font-size:14px}._stateSpinner_fo80u_77{width:18px;height:18px;color:#fc415b;animation:_tutorial-spin_fo80u_1 1s linear infinite}@keyframes _tutorial-spin_fo80u_1{to{transform:rotate(360deg)}}._grid_fo80u_89{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:18px;align-items:start}._card_fo80u_96{display:flex;flex-direction:column;padding:0;background:#fff;border:1px solid #ececf3;border-radius:14px;text-align:left;cursor:pointer;overflow:hidden;font-family:inherit;color:inherit;outline:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;transform:translateY(-3px)}._card_fo80u_96:hover{border-color:#fc415b40;box-shadow:0 12px 32px #0f0f1a14}._card_fo80u_96:active{transform:translateY(-1px)}._card_fo80u_96:focus-visible{box-shadow:0 0 0 3px #fc415b40}._cardDisabled_fo80u_123{cursor:not-allowed;opacity:.78}._cardDisabled_fo80u_123:hover{transform:none;border-color:#ececf3;box-shadow:none}._thumbWrap_fo80u_133{position:relative;width:100%;padding-top:56.25%;overflow:hidden;background:#f0f1f5;flex-shrink:0}._thumb_fo80u_133{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;background:#0f0f1a}._thumbPlayOverlay_fo80u_152{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0000 50%,#0000002e);pointer-events:none;transition:background .2s ease}._thumbPlayIcon_fo80u_163{color:#ffffffeb;filter:drop-shadow(0 2px 8px rgba(0,0,0,.35));transition:transform .2s ease}._card_fo80u_96:hover ._thumbPlayOverlay_fo80u_152{background:linear-gradient(180deg,#0000000f,#00000047)}._card_fo80u_96:hover ._thumbPlayIcon_fo80u_163{transform:scale(1.08)}._thumbFallback_fo80u_177{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff1f3,#ffe4e8)}._thumbIcon_fo80u_188{color:#fc415bb3}._duration_fo80u_192{position:absolute;bottom:8px;right:8px;padding:2px 8px;border-radius:4px;background:#0f0f1ab3;color:#fff;font-size:11px;font-weight:500;letter-spacing:.3px;font-variant-numeric:tabular-nums}._comingSoon_fo80u_206{position:absolute;top:10px;left:10px;padding:3px 10px;border-radius:999px;background:#0f0f1abf;color:#fff;font-size:10px;font-weight:600;letter-spacing:1px}._body_fo80u_219{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px;flex-shrink:0;background:#fff;min-height:64px}._cat_fo80u_229{font-size:11px;font-weight:600;color:#fc415b;letter-spacing:.5px;text-transform:uppercase}._cardTitle_fo80u_237{font-size:15px;font-weight:700;color:#1a1c2e;margin:0;line-height:1.4;letter-spacing:-.01em}._desc_fo80u_246{font-size:12.5px;color:#6b6f7d;margin:0;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}._lightbox_fo80u_257{position:fixed;inset:0;z-index:10000;background:#0f0f1ab8;display:flex;align-items:center;justify-content:center;padding:24px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:_tutorial-fade-in_fo80u_1 .18s ease-out}._lightboxInner_fo80u_270{width:min(900px,100%);max-height:86vh;background:#0f0f1a;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 60px #00000073}._lightboxHead_fo80u_281{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:#1a1c2e;color:#fff}._lightboxTitle_fo80u_290{font-size:14px;font-weight:600;letter-spacing:.2px}._lightboxClose_fo80u_296{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;border:none;background:#ffffff14;color:#fff;cursor:pointer;transition:background .15s ease}._lightboxClose_fo80u_296:hover{background:#ffffff29}._lightboxVideo_fo80u_313{width:100%;max-height:calc(86vh - 56px);background:#000;display:block}@keyframes _tutorial-fade-in_fo80u_1{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.ant-modal-header{border-bottom:1px solid #f0f0f0;padding:16px 24px}.ant-modal-body{padding:24px;max-height:60vh;overflow-y:auto}.ant-modal-footer{border-top:1px solid #f0f0f0;padding:10px 16px}.ant-modal-body::-webkit-scrollbar{width:6px}.ant-modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.ant-modal-body::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.ant-modal-body::-webkit-scrollbar-thumb:hover{background:#555}._iconBtn_dejla_2{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--xz-r8);border:none;background:none;color:var(--xz-text-2);cursor:pointer;transition:background .15s,color .15s}._iconBtn_dejla_2:hover{background:var(--xz-surface-2);color:var(--xz-text)}._group_dejla_21{display:inline-flex;align-items:center;gap:4px}._thinkBtn_dejla_30{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 6px;border:none;border-radius:var(--xz-r8);background:none;color:var(--xz-text-2);cursor:pointer;flex:none;transition:background .15s,color .15s}._thinkBtn_dejla_30:hover{background:var(--xz-surface-2);color:var(--xz-text)}._thinkBtnOn_dejla_50{color:var(--xz-brand)}._thinkIcon_dejla_54{width:16px;height:16px;flex:none;color:currentColor}._thinkTrack_dejla_61{position:relative;flex:none;width:24px;height:14px;border-radius:999px;background:var(--xz-text-4);transition:background .16s}._thinkTrackOn_dejla_71{background:var(--xz-brand)}._thinkKnob_dejla_75{position:absolute;top:2px;left:2px;width:10px;height:10px;border-radius:50%;background:#fff;transition:transform .16s}._thinkTrackOn_dejla_71 ._thinkKnob_dejla_75{transform:translate(10px)}._thinkRow_dejla_90{display:flex;align-items:center;gap:10px;width:100%;margin-bottom:6px;padding:8px 10px;border:none;border-radius:10px;background:var(--xz-surface-2);cursor:pointer;text-align:left}._thinkRow_dejla_90:hover{background:var(--xz-surface-2-hover)}._thinkRowInfo_dejla_107{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}._thinkRowName_dejla_115{font-size:12px;font-weight:500;color:var(--xz-text)}._thinkRowDesc_dejla_121{font-size:11px;color:var(--xz-text-3)}._rowTrack_dejla_126{position:relative;flex:none;width:32px;height:18px;border-radius:999px;background:var(--xz-text-4);transition:background .16s}._rowTrackOn_dejla_136{background:var(--xz-brand)}._rowKnob_dejla_140{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .16s}._rowTrackOn_dejla_136 ._rowKnob_dejla_140{transform:translate(14px)}._popover_dejla_154{width:288px}._tabs_dejla_158{display:flex;gap:2px;padding:3px;margin-bottom:8px;background:var(--xz-surface-2);border-radius:var(--xz-radius-pill)}._tab_dejla_158{flex:1;height:26px;border:none;background:transparent;border-radius:var(--xz-radius-pill);color:var(--xz-text-2);font-size:12px;font-family:inherit;cursor:pointer;transition:background .12s,color .12s}._tab_dejla_158:hover{color:var(--xz-text)}._tabOn_dejla_183{background:var(--xz-surface);color:var(--xz-brand);font-weight:600;box-shadow:0 1px 3px var(--xz-shadow-color)}._empty_dejla_190{font-size:12px;color:var(--xz-text-3);padding:14px 4px;text-align:center}._list_dejla_197{display:flex;flex-direction:column;gap:2px;max-height:252px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(17,24,39,.14) transparent}._list_dejla_197::-webkit-scrollbar{width:4px}._list_dejla_197::-webkit-scrollbar-track{background:transparent}._list_dejla_197::-webkit-scrollbar-thumb{background:#11182724;border-radius:999px}._row_dejla_126{display:flex;align-items:center;gap:10px;width:100%;padding:8px 9px;border:none;border-radius:var(--xz-r8);background:transparent;cursor:pointer;text-align:left;font-family:inherit;transition:background .12s}._row_dejla_126:hover:not(:disabled){background:var(--xz-surface-2)}._row_dejla_126:disabled{opacity:.45;cursor:not-allowed}._rowOn_dejla_239,._rowOn_dejla_239:hover{background:var(--xz-brand-soft)}._logo_dejla_246{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px}._logoImg_dejla_255{width:22px;height:22px;display:block;object-fit:contain;border-radius:5px}._info_dejla_263{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}._top_dejla_271{display:flex;align-items:center;gap:6px;min-width:0}._name_dejla_278{font-size:13px;font-weight:600;color:var(--xz-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowOn_dejla_239 ._name_dejla_278{color:var(--xz-brand)}._badgeThink_dejla_293{flex-shrink:0;padding:1px 6px;border-radius:var(--xz-radius-pill);background:var(--xz-brand-soft);color:var(--xz-brand);font-size:10px;font-weight:500;line-height:1.6}._badgeMuted_dejla_304{flex-shrink:0;padding:1px 6px;border-radius:var(--xz-radius-pill);background:var(--xz-warning-soft);color:var(--xz-warning);font-size:10px;font-weight:500;line-height:1.6}._desc_dejla_315{font-size:11px;color:var(--xz-text-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._check_dejla_323{flex-shrink:0;color:var(--xz-brand)}._popoverOverlay_185vq_1 .ant-popover-inner{padding:0;border-radius:12px;box-shadow:0 8px 30px #0000001f}._trigger_185vq_7{display:flex;align-items:center;gap:6px;padding:5px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}._trigger_185vq_7:hover{background:#f9fafb;border-color:#d1d5db}._triggerOk_185vq_25{border-color:#d1fae5;background:#f0fdf4}._triggerOk_185vq_25:hover{background:#ecfdf5;border-color:#a7f3d0}._triggerLabel_185vq_34{font-size:12px;font-weight:600;color:#374151}._triggerDots_185vq_40{display:flex;align-items:center;gap:3px}._triggerModelName_185vq_46{font-size:11px;color:#6b7280;max-width:120px;overflow:hidden;text-overflow:ellipsis}._triggerBadge_185vq_54{font-size:10px;color:#9ca3af;font-weight:500}._dot_185vq_60{width:6px;height:6px;border-radius:50%;flex-shrink:0}._panel_185vq_67{width:300px;max-height:460px;display:flex;flex-direction:column;overflow:hidden}._panelInline_185vq_75 ._panel_185vq_67{width:100%;max-height:none;border:1px solid #eef0f4;border-radius:10px;background:#fff}._panelInline_185vq_75 ._modelList_185vq_82{max-height:220px}._panelInline_185vq_75 ._tab_185vq_85{font-size:12px;padding:8px 6px}._panelInline_185vq_75 ._tabDesc_185vq_89,._panelInline_185vq_75 ._provLabel_185vq_92,._panelInline_185vq_75 ._modelItem_185vq_93{padding-inline:12px}._loading_185vq_97{text-align:center;padding:24px 0;font-size:12px;color:#9ca3af}._tabs_185vq_104{display:flex;border-bottom:1px solid #f0f0f0;flex-shrink:0}._tab_185vq_85{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:10px 8px;font-size:13px;font-weight:500;border:none;border-bottom:2px solid transparent;background:transparent;color:#9ca3af;cursor:pointer;transition:all .12s;white-space:nowrap;margin-bottom:-1px;font-family:inherit}._tab_185vq_85:hover{color:#52525b;background:#fafafa}._tabActive_185vq_134{color:#6e56cf;border-bottom-color:#6e56cf;font-weight:600}._tabDot_185vq_140{width:5px;height:5px;border-radius:50%;flex-shrink:0}._tabDesc_185vq_89{font-size:11px;color:#9ca3af;padding:8px 14px 4px;flex-shrink:0}._modelList_185vq_82{flex:1;overflow-y:auto;max-height:340px}._modelList_185vq_82::-webkit-scrollbar{width:3px}._modelList_185vq_82::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:2px}._emptyText_185vq_167{padding:20px;text-align:center;font-size:12px;color:#9ca3af}._provGroup_185vq_174{padding:4px 0}._provGroup_185vq_174:not(:last-child){border-bottom:1px solid #f5f5f5}._provLabel_185vq_92{font-size:10px;font-weight:700;color:#9ca3af;padding:6px 14px 2px;text-transform:uppercase;letter-spacing:.3px}._modelItem_185vq_93{display:flex;align-items:center;gap:8px;padding:8px 14px;cursor:pointer;transition:background .1s;font-size:13px;color:#374151}._modelItem_185vq_93:hover{background:#fafafa}._modelItemActive_185vq_204{background:#f0f7ff;color:#6e56cf;font-weight:500}._modelCheck_185vq_210{width:16px;font-size:12px;color:#6e56cf;flex-shrink:0;display:flex;align-items:center;justify-content:center}._modelName_185vq_220{font-size:13px}._saveWrap_185vq_224{padding:10px 14px 14px;flex-shrink:0;border-top:1px solid #f0f0f0}._saveBtn_185vq_230{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;font-size:12px;font-weight:600;font-family:inherit;border-radius:8px;border:none;background:#18181b;color:#fff;cursor:pointer;transition:all .15s}._saveBtn_185vq_230:hover:not(:disabled){background:#27272a}._saveBtn_185vq_230:disabled{opacity:.6;cursor:not-allowed}._saveBtnSaved_185vq_255{background:#10b981}._saveBtnSaved_185vq_255:hover:not(:disabled){background:#059669}._select_1srjm_1{position:relative;display:inline-flex;min-width:0}._selectTrigger_1srjm_7{width:100%;min-width:0;min-height:30px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border:1px solid var(--xz-border-2);border-radius:var(--xz-radius-sm);background:var(--xz-surface);color:var(--xz-text);font:inherit;font-size:13px;line-height:1.2;text-align:left;cursor:pointer;box-shadow:0 1px 2px var(--xz-shadow-color);transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._selectTrigger_1srjm_7:hover{border-color:var(--xz-brand-soft-2);background:var(--xz-surface-2)}._selectTrigger_1srjm_7:focus-visible{outline:none;border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._selectTrigger_1srjm_7:disabled{cursor:not-allowed;opacity:.52;background:var(--xz-surface-3)}._selectTriggerSm_1srjm_43{min-height:26px;padding:4px 8px;border-radius:var(--xz-r6);font-size:12px}._selectValue_1srjm_50{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._selectPlaceholder_1srjm_58{color:var(--xz-text-3)}._selectIcon_1srjm_62{width:14px;height:14px;flex:0 0 auto;color:var(--xz-text-3);transition:transform .15s ease}._selectOpen_1srjm_70 ._selectIcon_1srjm_62{transform:rotate(180deg)}._menu_1srjm_74{position:fixed;z-index:4000;max-height:min(320px,100vh - 24px);overflow:auto;padding:5px;border:1px solid var(--xz-border);border-radius:var(--xz-radius);background:var(--xz-surface);box-shadow:var(--xz-shadow-pop)}._groupLabel_1srjm_86{padding:7px 8px 4px;color:var(--xz-text-3);font-size:11px;font-weight:600}._option_1srjm_93{width:100%;min-height:30px;display:flex;align-items:center;gap:8px;padding:6px 8px;border:0;border-radius:var(--xz-r6);background:transparent;color:var(--xz-text);font:inherit;font-size:13px;text-align:left;cursor:pointer}._option_1srjm_93:hover,._option_1srjm_93:focus-visible{outline:none;background:var(--xz-surface-2)}._option_1srjm_93:disabled{cursor:not-allowed;color:var(--xz-text-3)}._optionActive_1srjm_118{background:var(--xz-brand-soft);color:var(--xz-brand)}._optionLabel_1srjm_123{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._optionCheck_1srjm_131{width:14px;height:14px;flex:0 0 auto}._colorInput_1srjm_137{position:relative;display:inline-flex;align-items:center;gap:7px;min-width:0}._colorSwatch_1srjm_145{width:30px;height:30px;flex:0 0 auto;border:1px solid var(--xz-border-2);border-radius:var(--xz-radius-sm);background:linear-gradient(45deg,#d8dde8 25%,transparent 25%),linear-gradient(-45deg,#d8dde8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#d8dde8 75%),linear-gradient(-45deg,transparent 75%,#d8dde8 75%);background-color:#fff;background-position:0 0,0 5px,5px -5px,-5px 0;background-size:10px 10px;cursor:pointer;overflow:hidden;box-shadow:0 1px 2px var(--xz-shadow-color);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}._colorSwatch_1srjm_145:hover{transform:translateY(-1px);border-color:var(--xz-brand-soft-2);box-shadow:0 5px 14px var(--xz-shadow-color)}._colorSwatch_1srjm_145:focus-visible{outline:none;border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._colorFill_1srjm_171{display:block;width:100%;height:100%}._colorHex_1srjm_177{min-width:0;width:70px;height:30px;padding:0 8px;border:1px solid var(--xz-border-2);border-radius:var(--xz-radius-sm);background:var(--xz-surface);color:var(--xz-text-2);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;text-align:center;outline:none}._colorHex_1srjm_177:focus{border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._colorPopover_1srjm_196{position:fixed;z-index:4100;width:224px;padding:10px;border:1px solid var(--xz-border);border-radius:var(--xz-radius);background:var(--xz-surface);box-shadow:var(--xz-shadow-pop)}._colorPopoverHeader_1srjm_207{display:flex;align-items:center;gap:8px;margin-bottom:10px}._colorPreview_1srjm_214{width:28px;height:28px;border-radius:var(--xz-r6);border:1px solid var(--xz-border)}._colorText_1srjm_221{flex:1;min-width:0;height:30px;padding:0 8px;border:1px solid var(--xz-border-2);border-radius:var(--xz-radius-sm);background:var(--xz-surface);color:var(--xz-text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;text-transform:uppercase}._colorText_1srjm_221:focus{outline:none;border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}._colorGrid_1srjm_240{display:grid;grid-template-columns:repeat(8,1fr);gap:6px}._colorPreset_1srjm_246{width:20px;height:20px;border:1px solid var(--xz-border);border-radius:var(--xz-r6);cursor:pointer;box-shadow:inset 0 0 0 1px #ffffff3d}._colorPreset_1srjm_246:hover,._colorPreset_1srjm_246:focus-visible{outline:none;transform:translateY(-1px);box-shadow:0 4px 10px var(--xz-shadow-color)}._slider_1srjm_260{display:flex;align-items:center;gap:8px;min-width:0}._sliderTrack_1srjm_267{position:relative;flex:1;min-width:64px;height:14px;border-radius:var(--xz-radius-pill);background:var(--xz-surface-2)}._sliderFill_1srjm_276{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--xz-brand),var(--xz-brand-2))}._sliderThumb_1srjm_283{pointer-events:none;position:absolute;top:50%;width:16px;height:16px;border:2px solid var(--xz-surface);border-radius:50%;background:var(--xz-brand);box-shadow:0 2px 8px var(--xz-shadow-color);transform:translate(-50%,-50%)}._sliderRange_1srjm_296{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;appearance:none}._sliderValue_1srjm_306{min-width:24px;color:var(--xz-text-2);font-size:12px;font-variant-numeric:tabular-nums;text-align:right}._numberInput_1srjm_314{height:30px;min-width:0;padding:0 8px;border:1px solid var(--xz-border-2);border-radius:var(--xz-radius-sm);background:var(--xz-surface);color:var(--xz-text);font:inherit;font-size:13px;text-align:center;outline:none;box-shadow:0 1px 2px var(--xz-shadow-color)}._numberInput_1srjm_314:focus{border-color:var(--xz-brand);box-shadow:0 0 0 3px var(--xz-brand-soft)}.template-modal-content{padding:20px 0}.template-list{display:flex;flex-direction:column;gap:12px}.template-item{padding:16px;border:2px solid #e8e8e8;border-radius:8px;cursor:pointer;transition:all .3s ease;background-color:#fff}.template-item:hover{border-color:#1890ff;background-color:#f0f7ff}.template-item.selected{border-color:#1890ff;background-color:#e6f7ff}.template-name{font-size:16px;font-weight:600;color:#1b1b1b;margin-bottom:8px}.template-description{font-size:14px;color:#666;line-height:1.5}.prompt-item{display:flex;padding:12px 16px;flex-direction:column;align-items:flex-start;gap:12px;align-self:stretch;border-radius:8px;cursor:pointer}.prompt-item-subtitle{color:#0006;font-size:12px;font-weight:400}.floating-ball{display:flex;padding:8px 12px;justify-content:center;align-items:center;gap:5px;position:fixed;border-radius:70px;cursor:pointer;box-shadow:0 2px 10px #0003;background-color:#fff;-webkit-user-select:none;user-select:none;z-index:1000;transition:all .3s}.floating-ball:hover{box-shadow:0 4px 15px #0000004d;transform:translateY(-2px)}.floating-ball-mask{position:fixed;width:420px;height:calc(100dvh - var(--app-safe-bottom));background-color:#fff;border-radius:8px;display:flex;flex-direction:column;border:1px solid #dcdcdc;box-shadow:0 4px 20px #00000026;z-index:1000}.title{display:flex;height:64px;padding:12px 16px;align-items:center;justify-content:space-between;border-bottom:1px solid #e2e2ee;background:#fff;font-size:16px;font-weight:500}.title-icon-group{display:flex;gap:8px}.title-icon{cursor:pointer;border-radius:8px;border:1px solid rgba(27,27,27,.08);background:#fff;box-shadow:0 1px 2px #00000014;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s}.title-icon:hover{background:#f5f5f5;transform:scale(1.05)}.chat-history-item{display:flex;padding:8px;align-items:center;justify-content:space-between;border-radius:8px;cursor:pointer;transition:background .2s}.chat-history-item:hover{background:#eee}.chat-history-item .delete-icon{display:none;color:#ff4d4f}.chat-history-item:hover .delete-icon{display:block}.message-user{display:flex;flex-direction:column;align-items:flex-end}.message-content{background:#1890ff;color:#fff;padding:10px 14px;border-radius:12px;max-width:300px;word-wrap:break-word}.message-assistant{background:#f0f0f0;padding:10px 14px;border-radius:12px;max-width:300px;word-wrap:break-word}.message-assistant p{margin:0}.message-files{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px;justify-content:flex-end}.file-tag{display:inline-flex;align-items:center;padding:4px 8px;background:#f0f2f5;border:1px solid #d9d9d9;border-radius:4px;font-size:12px;color:#333;max-width:180px;transition:all .2s}.file-tag:hover{background:#e6e9ed;border-color:#bfbfbf}.file-tag-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:6px}.file-tag-close{cursor:pointer;color:#999;font-size:16px;font-weight:700;line-height:1;transition:color .2s}.file-tag-close:hover{color:#ff4d4f}.file-tag-history{display:inline-flex;align-items:center;padding:4px 8px;background:#f0f2f5;border:1px solid #d9d9d9;border-radius:4px;font-size:12px;color:#333;max-width:160px;transition:all .2s;cursor:pointer}.file-tag-history:hover{background:#e6e9ed;border-color:#bfbfbf}.model-selector{display:flex;height:32px;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:38px;border:1px solid #dfe1e7;box-shadow:0 1px 2px #0d0d120f;cursor:pointer;font-size:14px;transition:all .2s}.model-selector:hover{background:#f5f5f5}.icon-button{border-radius:18px;border:1px solid #dfe1e7;background:#fff;box-shadow:0 1px 2px #00000014;padding:5px 10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s}.icon-button:hover{background:#f5f5f5;transform:scale(1.05)}.welcome-title{font-size:30px;font-weight:600;background:linear-gradient(99deg,#ff2f4d,#f3ad6d);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin:10px 0;text-align:center}.welcome-subtitle{color:#00000073;font-size:24px;font-weight:500;text-align:center;margin-bottom:10px}:global(.ant-sender:focus-within){border-radius:12px;border-color:#d9d9d9;box-shadow:none}.sender-content-wrapper .ant-sender-content{align-items:center}.message-thinking{background:#f5f5f5;padding:10px 14px;border-radius:12px;max-width:340px}.thinking-header{display:flex;align-items:center;margin-bottom:8px;color:#1890ff;font-weight:500}.think-content{border-left:2px solid #e2e2ee;padding-left:12px;margin:8px 0;color:#999;font-size:13px}.think-content p{margin:0}.message-assistant img{max-width:300px;height:auto;display:block;margin:8px 0;border-radius:4px}.option-item{padding:16px;border-radius:8px;border:1px solid #f1f2f3;background:#f6f8fa;margin-bottom:16px;cursor:pointer}.option-item:hover{border-radius:8px;border:1px solid #ffebee;background:#fff2f4}.markdown-content ol,.markdown-content ul{margin:8px 0;padding-left:24px;display:block}.markdown-content ol{list-style-type:decimal;list-style-position:outside}.markdown-content ul{list-style-type:disc;list-style-position:outside}.markdown-content li{margin:4px 0;line-height:1.6;display:list-item}.markdown-content p{margin:8px 0;line-height:1.6}.markdown-content code{background-color:#f6f6f6;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}.markdown-content pre{background-color:#f6f6f6;padding:12px;border-radius:6px;overflow-x:auto;margin:8px 0}.markdown-content pre code{background-color:transparent;padding:0}.markdown-content strong{font-weight:600}.markdown-content em{font-style:italic}.markdown-content a{color:#1890ff;text-decoration:none}.markdown-content a:hover{text-decoration:underline}body.chat-in-drawer-mode .floating-ball-mask{position:fixed!important;top:50%!important;right:600px!important;transform:translateY(-50%)!important;z-index:1050!important}._codeView_128dy_1{display:flex;height:100%;width:100%;background:#1e1e1e;color:#d4d4d4;font-family:system-ui,-apple-system,sans-serif}._emptyState_128dy_10{display:flex;height:100%;width:100%;background:#1e1e1e;align-items:center;justify-content:center;color:#6b7280;flex-direction:column;gap:12px}._emptyState_128dy_10 ._emptyIcon_128dy_21{width:40px;height:40px;color:#4b5563}._emptyState_128dy_10 ._emptyText_128dy_26{font-family:Courier New,monospace;font-size:14px}._emptyState_128dy_10 ._emptyHint_128dy_30{font-size:12px}._sidebar_128dy_34{width:288px;flex-shrink:0;border-right:1px solid #333;display:flex;flex-direction:column;background:#252526}._sidebarHeader_128dy_43{height:40px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid #333;gap:8px}._sidebarHeader_128dy_43 ._icon_128dy_51{width:16px;height:16px;color:#9ca3af}._sidebarHeader_128dy_43 ._headerTitle_128dy_56{font-size:12px;font-weight:700;color:#d1d5db;text-transform:uppercase;letter-spacing:.05em}._sidebarHeader_128dy_43 ._badge_128dy_63{margin-left:auto;font-size:10px;background:#333;padding:2px 6px;border-radius:4px;color:#9ca3af}._frameList_128dy_72{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:4px}._frameItem_128dy_81{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid transparent;color:#9ca3af}._frameItem_128dy_81:hover{background:#2a2d2e;color:#d1d5db}._frameItem_128dy_81._active_128dy_96{background:#37373d;color:#fff;border-color:#454545}._frameInfo_128dy_102{flex:1;min-width:0}._frameTitleRow_128dy_107{display:flex;align-items:center;gap:8px;margin-bottom:2px}._frameTitleRow_128dy_107 ._frameIndex_128dy_113{font-size:10px;font-family:Courier New,monospace;opacity:.5}._frameTitleRow_128dy_107 ._frameTitle_128dy_107{font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._frameId_128dy_126{font-size:10px;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Courier New,monospace;opacity:.7}._sidebarFooter_128dy_136{padding:12px;border-top:1px solid #333}._downloadAllBtn_128dy_141{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;background:#3b82f6;color:#fff;padding:8px;border-radius:6px;font-size:12px;font-weight:600;transition:background .2s;border:none;cursor:pointer;box-shadow:0 1px 2px #0000000d}._downloadAllBtn_128dy_141:hover{background:#2563eb;box-shadow:0 4px 6px -1px #0000001a}._downloadAllBtn_128dy_141 ._btnIcon_128dy_162{width:14px;height:14px}._editorArea_128dy_167{flex:1;display:flex;flex-direction:column;min-width:0}._editorHeader_128dy_174{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #333;background:#1e1e1e}._headerLeft_128dy_184{display:flex;align-items:center;gap:8px;color:#9ca3af;font-size:12px}._headerLeft_128dy_184 ._icon_128dy_51{width:14px;height:14px}._headerLeft_128dy_184 ._fileIcon_128dy_195{width:14px;height:14px;color:#eab308}._headerLeft_128dy_184 ._headerTitle_128dy_56{font-family:Courier New,monospace;color:#d1d5db}._headerActions_128dy_205{display:flex;align-items:center;gap:8px}._actionBtn_128dy_211,._downloadBtn_128dy_212{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:6px;font-size:12px;color:#d1d5db;transition:all .2s;border:1px solid transparent;cursor:pointer}._actionBtn_128dy_211 ._icon_128dy_51,._downloadBtn_128dy_212 ._icon_128dy_51{width:14px;height:14px}._actionBtn_128dy_211 ._successIcon_128dy_229,._downloadBtn_128dy_212 ._successIcon_128dy_229{width:14px;height:14px;color:#10b981}._actionBtn_128dy_211{background:transparent}._actionBtn_128dy_211:hover{background:#333;border-color:#444}._downloadBtn_128dy_212{background:#333;border-color:#444;color:#fff}._downloadBtn_128dy_212:hover{background:#444}._editorContainer_128dy_253{flex:1;overflow:hidden;position:relative}._noSelection_128dy_259{height:100%;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px}._panel_86hw8_1{position:fixed;left:12px;top:52px;bottom:72px;width:260px;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0000001f,0 2px 8px #0000000f;border:1px solid #e5e7eb;overflow:hidden;z-index:80;display:flex;flex-direction:column;animation:_layerSlideIn_86hw8_1 .15s ease-out}@keyframes _layerSlideIn_86hw8_1{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}._header_86hw8_28{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid #f0f0f0;flex-shrink:0}._closeBtn_86hw8_37{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:6px;background:transparent;color:#9ca3af;cursor:pointer}._closeBtn_86hw8_37:hover{background:#f3f4f6;color:#374151}._title_86hw8_54{font-size:12px;font-weight:600;color:#374151;display:flex;align-items:center;gap:5px}._title_86hw8_54 ._titleIcon_86hw8_62{width:14px;height:14px;color:#7c3aed}._listContainer_86hw8_68{flex:1;overflow-y:auto}._list_86hw8_68{display:flex;flex-direction:column;border-top:1px solid #f3f4f6}._list_86hw8_68 ._item_86hw8_78+._item_86hw8_78{border-top:1px solid #f8f8f8}._item_86hw8_78{display:flex;align-items:center;gap:5px;padding:8px 8px 8px 5px;cursor:pointer;transition:all .15s;border-left:3px solid transparent;position:relative}._item_86hw8_78:hover{background:#f9fafb}._item_86hw8_78._selected_86hw8_95{background:#f5f3ff;border-left-color:#7c3aed}._item_86hw8_78._hidden_86hw8_99{opacity:.5}._item_86hw8_78._locked_86hw8_102{opacity:.6;background:#fefce8;border-left-color:#eab308}._item_86hw8_78._dragging_86hw8_107{opacity:.4;background:#e5e7eb}._item_86hw8_78._dragOver_86hw8_111{border-top:2px solid #7c3aed;background:#ede9fe}._dragHandle_86hw8_116{flex-shrink:0;cursor:grab;color:#d1d5db;display:flex;align-items:center;padding:1px}._dragHandle_86hw8_116:hover{color:#9ca3af}._dragHandle_86hw8_116:active{cursor:grabbing}._dragHandle_86hw8_116 ._gripIcon_86hw8_130{width:12px;height:12px}._iconWrapper_86hw8_135{flex-shrink:0;color:#9ca3af;position:relative}._iconWrapper_86hw8_135 ._icon_86hw8_135{width:15px;height:15px}._iconWrapper_86hw8_135._iconSelected_86hw8_144{color:#7c3aed}._colorDot_86hw8_148{position:absolute;bottom:-2px;right:-2px;width:8px;height:8px;border-radius:50%;border:1.5px solid #fff;box-shadow:0 0 0 .5px #0000001a}._info_86hw8_159{flex:1;min-width:0}._name_86hw8_164{font-weight:500;font-size:12px;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:flex;align-items:center;gap:4px}._contentTypeTag_86hw8_176{flex-shrink:0;display:inline-block;padding:0 4px;border-radius:3px;font-size:10px;font-weight:600;line-height:16px;background:#f5f3ff;color:#7c3aed;border:1px solid #ede9fe}._layer_86hw8_189{font-size:12px;color:#6b7280}._actions_86hw8_194{display:flex;align-items:center;gap:1px;flex-shrink:0;opacity:0;transition:opacity .15s}._item_86hw8_78:hover ._actions_86hw8_194,._item_86hw8_78._selected_86hw8_95 ._actions_86hw8_194{opacity:1}._actionBtn_86hw8_208,._deleteBtn_86hw8_209{padding:4px;border-radius:4px;transition:background-color .15s;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}._actionBtn_86hw8_208:hover{background:#e5e7eb}._deleteBtn_86hw8_209:hover{background:#fee2e2}._eye_86hw8_229,._eyeOff_86hw8_230{width:14px;height:14px;color:#6b7280}._eyeOff_86hw8_230{color:#9ca3af}._lockBtn_86hw8_240:hover{background:#fef9c3}._lockIcon_86hw8_244{width:14px;height:14px;color:#eab308}._unlockIcon_86hw8_250{width:14px;height:14px;color:#d1d5db}._trash_86hw8_256{width:14px;height:14px;color:#ef4444}._empty_86hw8_262{text-align:center;padding:48px;color:#9ca3af}._empty_86hw8_262 ._emptyIcon_86hw8_267{width:48px;height:48px;margin:0 auto 8px;opacity:.2}._empty_86hw8_262 ._emptyText_86hw8_273{font-size:14px}._footer_86hw8_277{padding:8px 16px;background:#f9fafb;border-top:1px solid #e5e7eb;font-size:12px;color:#6b7280}._panel_3coyh_1{position:fixed;top:50%;right:340px;transform:translateY(-50%);width:240px;max-height:520px;background:#fff;border-radius:10px;box-shadow:0 8px 24px -4px #0000001f,0 0 0 1px #0000000d;display:flex;flex-direction:column;z-index:50;animation:_slideIn_3coyh_1 .2s ease-out;overflow:hidden}@keyframes _slideIn_3coyh_1{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}._header_3coyh_28{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:10px 10px 0 0;flex-shrink:0;cursor:grab;-webkit-user-select:none;user-select:none}._header_3coyh_28:active{cursor:grabbing}._headerLeft_3coyh_45{display:flex;align-items:center;gap:8px}._icon_3coyh_51{font-size:16px;line-height:1}._title_3coyh_56{margin:0;font-size:13px;font-weight:600}._closeButton_3coyh_62{background:#fff3;border:none;border-radius:4px;padding:4px;cursor:pointer;color:#fff;transition:all .15s ease;display:flex;align-items:center;justify-content:center}._closeButton_3coyh_62:hover{background:#ffffff4d}._content_3coyh_78{display:flex;flex-direction:column;gap:14px;padding:14px;overflow-y:auto;flex:1;min-height:0}._content_3coyh_78::-webkit-scrollbar{width:3px}._content_3coyh_78::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}._section_3coyh_95{display:flex;flex-direction:column;gap:6px}._label_3coyh_101{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#1f2937;margin-bottom:0;white-space:nowrap;flex-shrink:0}._labelHint_3coyh_113{font-size:10px;font-weight:400;color:#9ca3af;display:none}._typeDisplay_3coyh_120{display:flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#f0f4ff,#f5f0ff);border-radius:6px;border:1px solid #e0e7ff}._typeIcon_3coyh_130{font-size:16px;line-height:1}._typeText_3coyh_135{font-size:11px;font-weight:600;color:#4f46e5}._idDisplay_3coyh_141{padding:4px 8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}._code_3coyh_148{font-family:Monaco,Menlo,Courier New,monospace;font-size:10px;color:#6b7280;word-break:break-all}._textarea_3coyh_155{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-family:inherit;resize:vertical;transition:border-color .15s ease;min-height:52px;box-sizing:border-box;line-height:1.5}._textarea_3coyh_155:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}._textarea_3coyh_155::placeholder{color:#9ca3af}._hint_3coyh_177{margin-top:4px;font-size:11px;color:#6b7280}._select_3coyh_183{width:100%;padding:6px 26px 6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-family:inherit;background:#fff;color:#1f2937;cursor:pointer;transition:border-color .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;box-sizing:border-box}._select_3coyh_183:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}._input_3coyh_206{width:100%;padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-family:inherit;transition:border-color .15s ease;box-sizing:border-box}._input_3coyh_206:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}._input_3coyh_206::placeholder{color:#9ca3af}._annotationRow_3coyh_225{display:flex;align-items:center;gap:6px}._requiredBadge_3coyh_231{flex-shrink:0;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}._requiredTrue_3coyh_240{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}._requiredFalse_3coyh_246{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}._footer_3coyh_252{display:flex;gap:8px;padding:10px 14px;border-top:1px solid #e5e7eb;background:#f9fafb;justify-content:flex-end;flex-shrink:0;border-radius:0 0 10px 10px}._resetButton_3coyh_263{padding:6px 14px;background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:12px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}._resetButton_3coyh_263:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}._resetButton_3coyh_263:disabled{opacity:.5;cursor:not-allowed}._saveButton_3coyh_283{display:flex;align-items:center;gap:4px;padding:6px 14px;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;font-size:12px;font-weight:600;color:#fff;cursor:pointer;transition:all .15s ease}._saveButton_3coyh_283:hover:not(:disabled){box-shadow:0 2px 8px #667eea66}._saveButton_3coyh_283:disabled{opacity:.5;cursor:not-allowed}._saveButton_3coyh_283 svg{flex-shrink:0;width:12px;height:12px}._changeIndicator_3coyh_310{position:absolute;top:10px;right:50px;display:flex;align-items:center;gap:4px;padding:2px 6px;background:#fbbf2433;border-radius:4px;font-size:10px;font-weight:500;color:#f59e0b;animation:_pulse_3coyh_1 2s cubic-bezier(.4,0,.6,1) infinite}._changeIndicatorDot_3coyh_326{width:5px;height:5px;background:#f59e0b;border-radius:50%}@keyframes _pulse_3coyh_1{0%,to{opacity:1}50%{opacity:.8}}._canvasContainer_eo6tv_2{width:100%;height:100%;position:relative;background-color:#fff;overflow:hidden}._loadingOverlay_eo6tv_10{position:absolute;pointer-events:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;border-radius:4px;background:linear-gradient(160deg,#1a1a2e,#16213e 40%,#0f0f1a);overflow:hidden;z-index:10}._loadingOverlay_eo6tv_10:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(252,65,91,.12) 0%,transparent 70%);animation:_bgWavePulse_eo6tv_1 3s ease-in-out infinite}@keyframes _bgWavePulse_eo6tv_1{0%,to{transform:scale(.8);opacity:.3}50%{transform:scale(1.5);opacity:.6}}._brandLoading_eo6tv_43{display:flex;flex-direction:column;align-items:center;gap:16px;z-index:1}._brandLogoWrap_eo6tv_51{position:relative;width:48px;height:48px;border-radius:12px;overflow:visible;animation:_logoBreathe_eo6tv_1 2s ease-in-out infinite}._brandLogoImg_eo6tv_60{width:100%;height:100%;object-fit:cover;border-radius:12px}._brandLogoPing_eo6tv_67{position:absolute;inset:0;border-radius:12px;border:2px solid rgba(252,65,91,.5);animation:_brandPingSlow_eo6tv_1 1.5s ease-out infinite;pointer-events:none}._brandLogoRing_eo6tv_76{position:absolute;inset:-3px;border-radius:14px;pointer-events:none;background:conic-gradient(from 0deg,transparent 0deg,rgba(252,65,91,.5) 90deg,rgba(252,65,91,.15) 180deg,transparent 270deg,rgba(252,65,91,.35) 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:2px;animation:_brandRingSpin_eo6tv_1 1.8s linear infinite}@keyframes _logoBreathe_eo6tv_1{0%,to{transform:scale(1);filter:brightness(1);box-shadow:0 0 #fc415b00}50%{transform:scale(1.08);filter:brightness(1.15);box-shadow:0 0 20px 5px #fc415b59}}@keyframes _brandPingSlow_eo6tv_1{0%{transform:scale(1);opacity:.6}to{transform:scale(1.6);opacity:0}}@keyframes _brandRingSpin_eo6tv_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_eo6tv_119{font-size:13px;color:#ffffff80;letter-spacing:1px;z-index:1;animation:_stepBreatheRight_eo6tv_1 2s ease-in-out infinite}@keyframes _stepBreatheRight_eo6tv_1{0%,to{opacity:.5;transform:translate(0)}50%{opacity:.9;transform:translate(2px)}}._stopButton_eo6tv_137{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:6px 16px;border:1.5px solid rgba(255,255,255,.15);border-radius:8px;background:#ffffff0f;color:#ffffff80;font-size:12px;cursor:pointer;z-index:5;transition:all .15s ease;white-space:nowrap}._stopButton_eo6tv_137:hover{background:#fc415b33;border-color:#fc415b66;color:#ff9aa8}._stopButton_eo6tv_137 svg{flex-shrink:0;width:12px;height:12px}._streamingOverlay_eo6tv_167{position:absolute;pointer-events:none;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;background:linear-gradient(160deg,#1a1a2e,#16213e 40%,#0f0f1a);z-index:10;transition:opacity .5s ease;overflow:hidden}._streamingOverlay_eo6tv_167:before{content:"";position:absolute;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,rgba(252,65,91,.12) 0%,transparent 70%);animation:_bgWavePulse_eo6tv_1 3s ease-in-out infinite}._errorOverlay_eo6tv_190{position:absolute;pointer-events:auto;display:flex;align-items:center;justify-content:center;border-radius:4px;background:#0000000a;border:2px dashed #d1d5db;z-index:10}._errorContent_eo6tv_202{display:flex;flex-direction:column;align-items:center;gap:8px}._errorLabel_eo6tv_209{font-size:28px;color:#9ca3af}._errorActions_eo6tv_214{display:flex;gap:6px}._retryButton_eo6tv_219,._deleteButton_eo6tv_220{padding:10px 24px;border-radius:10px;font-size:24px;cursor:pointer;transition:all .15s ease;border:2px solid}._retryButton_eo6tv_219{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}._retryButton_eo6tv_219:hover{background:#dbeafe}._deleteButton_eo6tv_220{background:#fef2f2;border-color:#fecaca;color:#dc2626}._deleteButton_eo6tv_220:hover{background:#fee2e2}@keyframes _twinkle_eo6tv_1{0%{opacity:.4}to{opacity:1}}@keyframes _heroFly_eo6tv_1{0%,to{transform:translate(-50%,-50%) rotate(-25deg) translateY(0)}50%{transform:translate(-50%,-50%) rotate(-25deg) translateY(-8px)}}@keyframes _capeFlutter_eo6tv_1{0%{transform:rotate(15deg) skewY(5deg) scaleX(1)}to{transform:rotate(20deg) skewY(8deg) scaleX(1.08)}}@keyframes _legKick_eo6tv_1{0%{transform:rotate(-8deg)}to{transform:rotate(8deg)}}@keyframes _speedDash_eo6tv_1{0%{opacity:0;transform:translate(-15px)}30%{opacity:.8}to{opacity:0;transform:translate(25px)}}._emptyState_eo6tv_292{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}._emptyStateCard_eo6tv_301{background-color:#fffc;padding:1.5rem;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}._emptyStateIcon_eo6tv_310{width:3rem;height:3rem;margin:0 auto .75rem;color:#d1d5db}._emptyStateTitle_eo6tv_317{color:#111827;font-weight:700}._emptyStateDescription_eo6tv_322{color:#6b7280;font-size:.875rem}._toolbar_eo6tv_327{position:absolute;background:linear-gradient(to bottom,#fff,#fafafa);border-radius:.5rem;box-shadow:0 8px 16px -4px #0000001f,0 4px 6px -2px #0000000f,0 0 0 1px #0000000d;border:1px solid rgba(0,0,0,.08);padding:3px 6px;display:flex;align-items:center;gap:3px;white-space:nowrap;z-index:60;transform:translate(-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:_toolbarFadeIn_eo6tv_1 .15s ease;font-size:11px;pointer-events:auto}._topPropertyBar_eo6tv_346{position:absolute;top:0;left:50%;transform:translate(-50%);background:linear-gradient(to bottom,#fff,#fafafa);border-bottom:1px solid rgba(0,0,0,.08);border-radius:0 0 .5rem .5rem;box-shadow:0 4px 12px -2px #00000014,0 0 0 1px #0000000a;padding:.375rem .75rem;display:flex;align-items:center;gap:.5rem;z-index:60;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:_topBarSlideDown_eo6tv_1 .2s ease;max-width:95vw;overflow-x:auto;flex-wrap:nowrap;pointer-events:auto}._topPropertyBar_eo6tv_346::-webkit-scrollbar{height:3px}._topPropertyBar_eo6tv_346::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}@keyframes _topBarSlideDown_eo6tv_1{0%{opacity:0;transform:translate(-50%) translateY(-100%)}to{opacity:1;transform:translate(-50%) translateY(0)}}._toolbarMultiRow_eo6tv_385{display:flex;flex-direction:column;gap:.5rem}._toolbarRow_eo6tv_391{display:flex;align-items:center;gap:.625rem;flex-wrap:nowrap}@keyframes _toolbarFadeIn_eo6tv_1{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}._toolbarTextInput_eo6tv_408{min-width:200px;font-size:.875rem;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;background-color:#fff;transition:all .15s ease;font-weight:500}._toolbarTextInput_eo6tv_408:hover{border-color:#9ca3af}._toolbarTextInput_eo6tv_408:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._toolbarTextInput_eo6tv_408::placeholder{color:#9ca3af;font-weight:400}._toolbarSelect_eo6tv_431{font-size:11px;border:1px solid #d1d5db;border-radius:4px;padding:2px 4px;background-color:#fff;cursor:pointer;transition:all .15s ease;height:24px}._toolbarSelect_eo6tv_431:hover{border-color:#9ca3af}._toolbarSelect_eo6tv_431:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._toolbarInput_eo6tv_450{width:4.5rem;font-size:.75rem;border:1px solid #d1d5db;border-radius:.375rem;padding:.375rem .625rem;text-align:center;background-color:#fff;font-weight:500;transition:all .15s ease}._toolbarInput_eo6tv_450:hover{border-color:#9ca3af}._toolbarInput_eo6tv_450:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._toolbarInput_eo6tv_450::-webkit-inner-spin-button,._toolbarInput_eo6tv_450::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._toolbarInput_eo6tv_450[type=number]{-moz-appearance:textfield}._toolbarDivider_eo6tv_477{width:1px;height:18px;background-color:#e5e7eb}._fontSizeWrap_eo6tv_484{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.375rem;overflow:hidden;background:#fff;transition:border-color .15s}._fontSizeWrap_eo6tv_484:hover{border-color:#9ca3af}._fontSizeWrap_eo6tv_484:focus-within{border-color:#3b82f6}._fontSizeInput_eo6tv_500{width:2.5rem;height:22px;border:none;text-align:center;font-size:11px;font-weight:600;color:#1f2937;background:transparent;padding:0 1px}._fontSizeInput_eo6tv_500:focus{outline:none;background:#f0f4ff}._fontSizeSpinner_eo6tv_516{display:flex;flex-direction:column;border-left:1px solid #e5e7eb}._fontSizeSpinBtn_eo6tv_522{width:16px;height:14px;border:none;background:transparent;color:#9ca3af;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .1s}._fontSizeSpinBtn_eo6tv_522:hover{background:#f3f4f6;color:#374151}._fontSizeSpinBtn_eo6tv_522:active{background:#e5e7eb}._fontSizeSpinBtn_eo6tv_522+._fontSizeSpinBtn_eo6tv_522{border-top:1px solid #e5e7eb}._fontSizePreset_eo6tv_546{width:18px;height:28px;border:none;border-left:1px solid #e5e7eb;background:transparent;color:transparent;cursor:pointer;padding:0;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 12 12'%3E%3Cpath d='M3 5l3 3 3-3' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:background-color .1s}._fontSizePreset_eo6tv_546:hover{background-color:#f3f4f6}._fontSizePreset_eo6tv_546 option{color:#1f2937;font-size:12px}._biusGroup_eo6tv_569{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.375rem;overflow:hidden;background:#fff}._biusBtn_eo6tv_578{width:22px;height:22px;border:none;border-right:1px solid #e5e7eb;background:transparent;color:#6b7280;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0;transition:all .1s}._biusBtn_eo6tv_578:last-child{border-right:none}._biusBtn_eo6tv_578:hover{background:#f3f4f6;color:#1f2937}._biusBtnActive_eo6tv_601{background:#eff6ff;color:#2563eb}._biusBtnActive_eo6tv_601:hover{background:#dbeafe}._toolbarGroup_eo6tv_609{display:flex;align-items:center;gap:.375rem}._toolbarLabel_eo6tv_615{font-size:.75rem;color:#6b7280;font-weight:500;white-space:nowrap}._toolbarColorInput_eo6tv_622{width:2.5rem;height:2rem;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .15s ease;background-color:#fff;padding:.125rem}._toolbarColorInput_eo6tv_622:hover{border-color:#9ca3af}._toolbarColorInput_eo6tv_622:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._toolbarRange_eo6tv_641{-webkit-appearance:none;appearance:none;height:.375rem;background:linear-gradient(to right,#e5e7eb,#3b82f6);border-radius:.5rem;outline:none;cursor:pointer}._toolbarRange_eo6tv_641::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;background:#3b82f6;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003;transition:all .15s ease}._toolbarRange_eo6tv_641::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}._toolbarRange_eo6tv_641::-moz-range-thumb{width:1rem;height:1rem;background:#3b82f6;border-radius:50%;cursor:pointer;border:2px solid white;box-shadow:0 2px 4px #0003;transition:all .15s ease}._toolbarRange_eo6tv_641::-moz-range-thumb:hover{background:#2563eb;transform:scale(1.1)}._toolbarValue_eo6tv_681{font-size:.75rem;color:#374151;font-weight:600;min-width:2.5rem;text-align:center;background-color:#f3f4f6;padding:.25rem .5rem;border-radius:.25rem}._toolbarButton_eo6tv_692{padding:.375rem;border-radius:.25rem;transition:all .15s;color:#6b7280;border:none;background:none;cursor:pointer}._toolbarButton_eo6tv_692:hover{background-color:#f3f4f6;color:#374151}._toolbarButton_eo6tv_692 svg{width:1rem;height:1rem}._toolbarButtonDanger_eo6tv_710{color:#dc2626}._toolbarButtonDanger_eo6tv_710:hover{background-color:#fef2f2;color:#b91c1c}._toolbarButtonActive_eo6tv_719{background-color:#e0e7ff;color:#4338ca}._toolbarButtonActive_eo6tv_719:hover{background-color:#c7d2fe}._fillSection_eo6tv_728{display:flex;align-items:center;gap:3px}._fillTabs_eo6tv_734{display:flex;background:#f3f4f6;border-radius:4px;padding:1px}._fillTab_eo6tv_734{flex:1;padding:2px 6px;border:none;border-radius:3px;background:transparent;font-size:10px;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}._fillTab_eo6tv_734:hover{color:#374151}._fillTab_eo6tv_734._fillTabActive_eo6tv_756{background:#fff;color:#1f2937;font-weight:600;box-shadow:0 1px 3px #0000001a}._fillSolidRow_eo6tv_763{display:flex;align-items:center;gap:6px}._fillHexLabel_eo6tv_769{font-size:11px;font-family:monospace;color:#6b7280}._gpFloating_eo6tv_776{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:320px;background:#fff;border-radius:12px;box-shadow:0 12px 28px #0000001f,0 0 0 1px #0000000d;padding:16px;display:flex;flex-direction:column;gap:10px;z-index:200}._gpHeader_eo6tv_792{display:flex;align-items:center;justify-content:space-between;cursor:grab;-webkit-user-select:none;user-select:none}._gpHeader_eo6tv_792:active{cursor:grabbing}._gpHeaderTitle_eo6tv_803{font-size:13px;font-weight:700;color:#1f2937}._gpCloseBtn_eo6tv_809{width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:#9ca3af;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}._gpCloseBtn_eo6tv_809:hover{background:#f3f4f6;color:#374151}._gpTypeRow_eo6tv_827{display:flex;align-items:center;justify-content:space-between}._gpTypeLabel_eo6tv_833{font-size:12px;color:#374151;font-weight:500}._gpAngleWrap_eo6tv_839{display:flex;align-items:center;gap:2px}._gpAngleInput_eo6tv_845{width:44px;height:26px;border:1px solid #e5e7eb;border-radius:4px;padding:0 6px;font-size:12px;text-align:center;outline:none;background:#f9fafb}._gpAngleInput_eo6tv_845:focus{border-color:#3b82f6;background:#fff}._gpAngleSuffix_eo6tv_861{font-size:12px;color:#9ca3af}._gpBarWrap_eo6tv_867{position:relative;padding-top:20px}._gpHandles_eo6tv_872{position:absolute;top:0;left:0;right:0;height:20px;pointer-events:none}._gpHandle_eo6tv_872{position:absolute;transform:translate(-50%);width:22px;height:22px;cursor:pointer;pointer-events:auto;display:flex;align-items:center;justify-content:center;filter:drop-shadow(0 1px 2px rgba(0,0,0,.15))}._gpHandle_eo6tv_872:before{content:"";position:absolute;inset:0;background:#fff;border-radius:4px;clip-path:polygon(50% 100%,0% 30%,0% 0%,100% 0%,100% 30%)}._gpHandle_eo6tv_872._gpHandleActive_eo6tv_902:before{background:#3b82f6}._gpHandleColor_eo6tv_906{position:relative;width:14px;height:10px;border-radius:2px;margin-top:-4px;z-index:1;border:1px solid rgba(0,0,0,.08)}._gpBar_eo6tv_867{height:24px;border-radius:6px;cursor:pointer;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 0 0 1px #ffffff1a}._gpStopsHeader_eo6tv_925{display:flex;align-items:center;justify-content:space-between}._gpStopsTitle_eo6tv_931{font-size:13px;font-weight:700;color:#1f2937}._gpAddBtn_eo6tv_937{width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:#374151;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}._gpAddBtn_eo6tv_937:hover{background:#f3f4f6}._gpStopsList_eo6tv_955{display:flex;flex-direction:column;gap:1px}._gpStopRow_eo6tv_961{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:6px;cursor:pointer;transition:background .1s}._gpStopRow_eo6tv_961:hover{background:#f9fafb}._gpStopRow_eo6tv_961._gpStopRowActive_eo6tv_973{background:#dbeafe}._gpOffsetInput_eo6tv_977{width:38px;height:24px;border:1px solid transparent;border-radius:4px;padding:0 4px;font-size:12px;text-align:right;outline:none;background:transparent;color:#374151}._gpOffsetInput_eo6tv_977:focus{border-color:#3b82f6;background:#fff}._gpPercent_eo6tv_994{font-size:11px;color:#9ca3af}._gpHex_eo6tv_999{font-size:12px;font-family:SF Mono,Menlo,monospace;color:#374151;min-width:50px}._gpOpacity_eo6tv_1006{font-size:12px;color:#374151;min-width:24px;text-align:right}._gpRemoveBtn_eo6tv_1013{width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:#9ca3af;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:auto}._gpRemoveBtn_eo6tv_1013:hover{background:#fef2f2;color:#ef4444}._textInputWrapper_eo6tv_1032{position:relative}._textInput_eo6tv_1032{position:absolute;background-color:#fff;border:2px solid #3b82f6;outline:none;resize:none;padding:.625rem .875rem;border-radius:.5rem;z-index:60;min-height:50px;box-shadow:0 10px 15px -3px #3b82f61a,0 4px 6px -2px #3b82f60d,0 0 0 1px #3b82f61a;line-height:1.4;transition:all .15s ease;font-weight:400}._textInput_eo6tv_1032:focus{border-color:#2563eb;box-shadow:0 20px 25px -5px #3b82f626,0 10px 10px -5px #3b82f614,0 0 0 3px #3b82f633}._textInput_eo6tv_1032::placeholder{color:#9ca3af;opacity:.5;font-style:italic}._textInput_eo6tv_1032::-webkit-scrollbar{width:8px}._textInput_eo6tv_1032::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}._textInput_eo6tv_1032::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px;border:2px solid #f1f5f9}._textInput_eo6tv_1032::-webkit-scrollbar-thumb:hover{background:#94a3b8}._textInputHint_eo6tv_1076{position:absolute;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;z-index:61;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;white-space:nowrap;animation:_slideDown_eo6tv_1 .2s ease;transform:translate(-50%);left:50%!important}._textInputHintText_eo6tv_1092{display:flex;align-items:center;gap:.5rem}@keyframes _slideDown_eo6tv_1{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _pulse_eo6tv_1{0%,to{opacity:1}50%{opacity:.5}}@keyframes _ping_eo6tv_1{75%,to{transform:scale(2);opacity:0}}@keyframes _bounce_eo6tv_1{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0,0,.2,1)}}._fontSelect_eo6tv_1132{position:relative}._fontSelectTrigger_eo6tv_1136{display:flex;align-items:center;gap:4px;font-size:11px;border:1px solid #d1d5db;border-radius:4px;padding:2px 6px;background-color:#fff;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:72px;height:24px}._fontSelectTrigger_eo6tv_1136:hover{border-color:#9ca3af}._fontSelectDropdown_eo6tv_1155{position:absolute;top:100%;left:0;margin-top:4px;min-width:200px;max-height:320px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px -5px #00000026;z-index:100;padding:4px 0}._fontSelectDropdown_eo6tv_1155::-webkit-scrollbar{width:6px}._fontSelectDropdown_eo6tv_1155::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}._fontSelectGroupLabel_eo6tv_1178{font-size:.625rem;font-weight:600;color:#9ca3af;text-transform:uppercase;padding:8px 12px 4px;letter-spacing:.05em}._fontSelectOption_eo6tv_1187{padding:8px 12px;font-size:.875rem;cursor:pointer;transition:background-color .1s ease}._fontSelectOption_eo6tv_1187:hover{background:#f3f4f6}._fontSelectOptionActive_eo6tv_1197{background:#eff6ff;color:#2563eb;font-weight:500}._marqueeRect_eo6tv_1203{position:absolute;border:1.5px solid rgba(124,58,237,.6);background:#7c3aed14;pointer-events:none;z-index:50;border-radius:2px}._multiFrameToolbar_eo6tv_1212{position:absolute;z-index:70;display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-radius:8px;box-shadow:0 4px 12px #7c3aed59,0 0 0 1px #7c3aed33;font-size:12px;font-weight:500;animation:_toolbarFadeIn_eo6tv_1 .15s ease;transform:translate(-50%);white-space:nowrap;pointer-events:auto}._multiFrameToolbar_eo6tv_1212 button{display:flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid rgba(255,255,255,.3);border-radius:6px;background:#ffffff26;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._multiFrameToolbar_eo6tv_1212 button:hover{background:#ffffff4d;border-color:#ffffff80}._groupToolbar_eo6tv_1250{position:absolute;z-index:70;display:flex;align-items:center;gap:6px;padding:6px 12px;background:linear-gradient(to bottom,#fff,#fafafa);border:1px solid rgba(124,58,237,.2);border-radius:8px;box-shadow:0 4px 12px #0000001a,0 0 0 1px #7c3aed1a;font-size:12px;animation:_toolbarFadeIn_eo6tv_1 .15s ease;transform:translate(-50%);white-space:nowrap;pointer-events:auto}._groupToolbar_eo6tv_1250 button{display:flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}._groupToolbar_eo6tv_1250 button:hover{background:#f3f4f6;border-color:#d1d5db}._groupToolbarLabel_eo6tv_1286{color:#7c3aed;font-weight:600;margin-right:2px}._groupOutline_eo6tv_1292{position:absolute;border:2px dashed rgba(124,58,237,.3);border-radius:8px;pointer-events:none;z-index:5;transition:border-color .2s ease}._groupOutlineActive_eo6tv_1301{border-color:#7c3aed99;background:#7c3aed08}@keyframes _streamingProgress_eo6tv_1{0%{background-position:200% 0}to{background-position:-200% 0}}._queuedOverlay_eo6tv_1317{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:4px;background:#fafafa;border:2px dashed #e0e0e0;z-index:9}._queuedContent_eo6tv_1329{display:flex;flex-direction:column;align-items:center;gap:8px}._queuedDots_eo6tv_1336{display:flex;gap:6px}._queuedDots_eo6tv_1336 span{width:6px;height:6px;border-radius:50%;background:#d0d0d0;animation:_queuedPulse_eo6tv_1 1.4s ease-in-out infinite}._queuedDots_eo6tv_1336 span:nth-child(2){animation-delay:.2s}._queuedDots_eo6tv_1336 span:nth-child(3){animation-delay:.4s}@keyframes _queuedPulse_eo6tv_1{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}._queuedText_eo6tv_1364{font-size:12px;color:#bbb;letter-spacing:1px}._queuedCancelBtn_eo6tv_1370{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;color:#ccc;cursor:pointer;transition:all .15s}._queuedCancelBtn_eo6tv_1370:hover{border-color:#ff6b6b;color:#ff6b6b;background:#fff5f5}._rulerContainer_18jis_1{position:absolute;inset:0;pointer-events:none;z-index:50}._rulerH_18jis_8,._rulerV_18jis_8{position:absolute;background:#f8f9fa;pointer-events:auto;-webkit-user-select:none;user-select:none;overflow:hidden}._rulerH_18jis_8{top:0;left:24px;right:0;height:24px;border-bottom:1px solid #d1d5db;cursor:row-resize}._rulerV_18jis_8{top:24px;left:0;bottom:0;width:24px;border-right:1px solid #d1d5db;cursor:col-resize}._rulerCorner_18jis_34{position:absolute;top:0;left:0;width:24px;height:24px;background:#f0f0f0;border-right:1px solid #d1d5db;border-bottom:1px solid #d1d5db;z-index:2}._rulerCanvas_18jis_46{display:block}._guideline_18jis_50{position:absolute;pointer-events:auto;z-index:45}._guidelineH_18jis_56{left:0;right:0;height:1px;border-top:1px dashed #f43f5e;cursor:row-resize}._guidelineH_18jis_56:hover{border-top-style:solid;border-top-width:2px}._guidelineV_18jis_68{top:0;bottom:0;width:1px;border-left:1px dashed #f43f5e;cursor:col-resize}._guidelineV_18jis_68:hover{border-left-style:solid;border-left-width:2px}._popoverOverlay_1aepp_1 .ant-popover-inner{padding:0;border-radius:10px;box-shadow:0 12px 28px #0000001f,0 0 0 1px #0000000d}._triggerBtn_1aepp_7{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}._triggerBtn_1aepp_7:hover{background:#f3f4f6;color:#374151}._panel_1aepp_25{width:240px;padding:12px}._toolsSection_1aepp_30{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #f3f4f6}._field_1aepp_36 label{display:block;font-size:11px;font-weight:500;color:#9ca3af;margin-bottom:6px}._viewToggle_1aepp_44{display:flex;background:#f3f4f6;border-radius:6px;padding:2px;border:1px solid #e5e7eb}._viewToggle_1aepp_44 button{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;border-radius:4px;transition:all .2s;border:none;background:transparent;color:#6b7280;cursor:pointer}._viewToggle_1aepp_44 button:hover{color:#374151}._viewToggle_1aepp_44 button._active_1aepp_70{background:#fff;color:#3b82f6;box-shadow:0 1px 2px #0000000d}._toolActions_1aepp_76{display:flex;flex-direction:column;gap:6px}._toolBtn_1aepp_82{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;font-size:12px;font-weight:500;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .15s}._toolBtn_1aepp_82:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._toolBtn_1aepp_82:disabled{opacity:.5;cursor:not-allowed}._toolBtnPrimary_1aepp_106{background:#3b82f6;color:#fff;border-color:#3b82f6}._toolBtnPrimary_1aepp_106:hover:not(:disabled){background:#2563eb;border-color:#2563eb}._toolBtnSaved_1aepp_116{background:#10b981;color:#fff;border-color:#10b981}._overlay_1homg_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._dialog_1homg_13{background:#fff;border-radius:14px;box-shadow:0 25px 60px #0003;max-width:780px;width:100%;max-height:88vh;overflow:hidden;display:flex;flex-direction:column}._header_1homg_25{padding:20px 24px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f0}._title_1homg_33{font-size:18px;font-weight:700;color:#111;display:flex;align-items:center;gap:8px;margin:0}._titleIcon_1homg_43{color:#fc415b}._closeBtn_1homg_47{color:#9ca3af;background:none;border:none;cursor:pointer;padding:4px;border-radius:6px;display:flex;transition:all .15s}._closeBtn_1homg_47:hover{background:#f3f4f6;color:#6b7280}._updateHint_1homg_62{padding:10px 24px;font-size:13px;color:#d97706;background:#fffbeb;border-bottom:1px solid #fef3c7}._tagsSection_1homg_70{padding:16px 24px;border-bottom:1px solid #f0f0f0}._tagsHeader_1homg_75{display:flex;align-items:center;gap:6px;margin-bottom:10px}._tagsLabel_1homg_82{font-size:13px;font-weight:600;color:#374151}._tagsHint_1homg_88{font-size:12px;color:#9ca3af}._tagsList_1homg_93{display:flex;flex-wrap:wrap;gap:8px}._tagPill_1homg_99{display:flex;align-items:center;gap:4px;padding:5px 12px;border-radius:16px;font-size:13px;cursor:pointer;transition:all .15s;border:1px solid #e5e7eb;background:#fff;color:#6b7280}._tagPill_1homg_99:hover{border-color:#d1d5db;color:#374151}._tagActive_1homg_117{background:#111;color:#fff;border-color:#111}._tagActive_1homg_117:hover{background:#333;border-color:#333;color:#fff}._body_1homg_128{flex:1;overflow-y:auto;padding:16px 24px;display:flex;flex-direction:column;gap:12px}._groupCount_1homg_137{font-size:13px;color:#9ca3af;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between}._selectAllBtn_1homg_146{font-size:12px;color:#6366f1;background:none;border:1px solid #e0e7ff;border-radius:6px;padding:3px 10px;cursor:pointer;transition:all .15s}._selectAllBtn_1homg_146:hover{background:#eef2ff;border-color:#c7d2fe}._groupRow_1homg_161{display:flex;align-items:stretch;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:all .2s;background:#fff}._groupRow_1homg_161:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000a}._groupChecked_1homg_175{border-color:#d1d5db}._groupUnchecked_1homg_179{opacity:.5}._groupLeft_1homg_183{display:flex;align-items:center;gap:12px;padding:12px;flex-shrink:0;background:#fafafa;border-right:1px solid #f0f0f0}._groupCheckbox_1homg_193{width:20px;height:20px;accent-color:#fc415b;cursor:pointer;flex-shrink:0}._thumbnails_1homg_201{display:flex;gap:6px}._thumbnail_1homg_201{width:56px;height:75px;border-radius:6px;background:#f3f4f6;overflow:hidden;border:1px solid #e5e7eb;flex-shrink:0}._thumbnail_1homg_201 img{width:100%;height:100%;object-fit:cover}._thumbnailPlaceholder_1homg_221{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}._thumbnailMore_1homg_230{width:56px;height:75px;border-radius:6px;background:#f3f4f6;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-size:12px;color:#9ca3af;font-weight:500;flex-shrink:0}._groupRight_1homg_245{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:8px;min-width:0}._groupNameInput_1homg_254{width:100%;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:14px;font-weight:600;color:#111;background:#fff;outline:none;transition:border-color .15s}._groupNameInput_1homg_254:focus{border-color:#fc415b}._groupNameInput_1homg_254::placeholder{color:#d1d5db;font-weight:400}._groupDescInput_1homg_274{width:100%;padding:6px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;color:#374151;background:#fff;outline:none;resize:none;font-family:inherit;transition:border-color .15s}._groupDescInput_1homg_274:focus{border-color:#fc415b}._groupDescInput_1homg_274::placeholder{color:#d1d5db}._strategyRow_1homg_294{display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px;border-radius:8px;background:#f8fafc;border:1px solid #eef2f7}._strategyField_1homg_304{min-width:132px;display:flex;flex:1 1 132px;flex-direction:column;gap:4px;font-size:11px;color:#64748b}._strategyField_1homg_304 select{width:100%;height:30px;padding:0 8px;border:1px solid #dbe2ea;border-radius:7px;background:#fff;color:#1f2937;font-size:12px;outline:none}._strategyField_1homg_304 select:focus{border-color:#fc415b}._strategyField_1homg_304 select:disabled{color:#94a3b8;background:#f1f5f9}._validationError_1homg_332{margin:0 24px;padding:9px 12px;border-radius:8px;background:#fff1f2;color:#be123c;font-size:12px;border:1px solid #fecdd3}._groupMeta_1homg_342{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._metaBadge_1homg_349{font-size:11px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:6px}._roleBadge_1homg_357{font-size:11px;padding:2px 8px;border-radius:6px;font-weight:500}._roleCover_1homg_364{color:#9333ea;background:#f5f0ff}._roleContent_1homg_369{color:#0369a1;background:#f0f9ff}._roleEnding_1homg_374{color:#b45309;background:#fffbeb}._emptyState_1homg_379{text-align:center;padding:48px 20px;color:#9ca3af}._emptyState_1homg_379 svg{margin-bottom:8px;opacity:.4}._emptyState_1homg_379 p{font-size:14px;margin:0}._footer_1homg_393{border-top:1px solid #f0f0f0;padding:14px 24px;display:flex;align-items:center;justify-content:space-between}._footerLeft_1homg_401{font-size:13px;color:#9ca3af}._footerRight_1homg_406{display:flex;gap:10px}._cancelBtn_1homg_411{padding:8px 20px;font-size:14px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .15s}._cancelBtn_1homg_411:hover{background:#f9fafb}._submitBtn_1homg_425{padding:8px 24px;font-size:14px;font-weight:600;border-radius:8px;border:none;background:#fc415b;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .15s}._submitBtn_1homg_425:hover{filter:brightness(1.06)}._submitBtn_1homg_425:disabled{opacity:.5;cursor:not-allowed}._submitBtn_1homg_425 svg{width:16px;height:16px}._overlay_19e05_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}._dialog_19e05_12{background:#fff;border-radius:8px;box-shadow:0 25px 50px -12px #00000040;width:560px;max-height:80vh;display:flex;flex-direction:column}._header_19e05_22{background:linear-gradient(to right,#8b5cf6,#7c3aed);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;border-radius:8px 8px 0 0}._title_19e05_31{font-size:16px;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px}._title_19e05_31 svg{width:20px;height:20px}._closeBtn_19e05_44{color:#fffc;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s}._closeBtn_19e05_44:hover{color:#fff}._closeBtn_19e05_44 svg{width:20px;height:20px}._body_19e05_61{padding:20px;flex:1;overflow:hidden;display:flex;flex-direction:column;gap:8px}._textarea_19e05_70{width:100%;height:320px;padding:12px;font-family:Fira Code,Consolas,monospace;font-size:12px;line-height:1.5;border:1px solid #e5e7eb;border-radius:6px;resize:vertical;background:#f9fafb;color:#1f2937;transition:border-color .2s}._textarea_19e05_70:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a}._textarea_19e05_70::placeholder{color:#9ca3af}._error_19e05_93{font-size:12px;color:#ef4444;padding:6px 10px;background:#fef2f2;border-radius:4px;border:1px solid #fecaca}._footer_19e05_102{padding:14px 20px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;gap:10px}._cancelBtn_19e05_110{padding:8px 16px;font-size:13px;font-weight:500;border-radius:6px;border:1px solid #e5e7eb;background:#fff;color:#374151;cursor:pointer;transition:all .15s}._cancelBtn_19e05_110:hover{background:#f9fafb;border-color:#d1d5db}._importBtn_19e05_126{display:flex;align-items:center;gap:6px;padding:8px 20px;font-size:13px;font-weight:600;border-radius:6px;border:none;background:#8b5cf6;color:#fff;cursor:pointer;transition:all .15s}._importBtn_19e05_126:hover:not(:disabled){background:#7c3aed}._importBtn_19e05_126:active:not(:disabled){transform:scale(.95)}._importBtn_19e05_126:disabled{opacity:.5;cursor:not-allowed}._importBtn_19e05_126 svg{width:14px;height:14px}._canvasWrapper_17kgm_1{display:flex;flex-direction:column;height:100%;background:#fff}._toolbar_17kgm_8{height:56px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 16px;z-index:20;box-shadow:0 1px 3px #0000001a;flex-shrink:0}._brand_17kgm_21{display:flex;align-items:center;gap:10px;flex-shrink:0}._logoImg_17kgm_28{width:32px;height:32px;border-radius:8px;cursor:pointer;transition:opacity .15s;object-fit:contain}._logoImg_17kgm_28:hover{opacity:.8}._brandSep_17kgm_40{color:#d1d5db;font-size:18px;font-weight:300;-webkit-user-select:none;user-select:none}._projectNameInput_17kgm_47{font-size:15px;font-weight:600;color:#1f2937;border:1px solid transparent;border-radius:6px;padding:4px 8px;background:transparent;outline:none;min-width:80px;max-width:240px;transition:all .15s}._projectNameInput_17kgm_47::placeholder{color:#9ca3af;font-weight:400}._projectNameInput_17kgm_47:hover{background:#f3f4f6}._projectNameInput_17kgm_47:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._toolsCenter_17kgm_73{display:flex;align-items:center;gap:16px;flex:1;min-width:0;overflow-x:auto;justify-content:center}._toolsCenter_17kgm_73::-webkit-scrollbar{display:none}._toolsCenter_17kgm_73{-ms-overflow-style:none;scrollbar-width:none}._toolGroup_17kgm_90{display:flex;align-items:center;background:#f9fafb;border-radius:8px;padding:4px;border:1px solid #e5e7eb;box-shadow:inset 0 1px 2px #0000000d;flex-shrink:0}._divider_17kgm_101{width:1px;height:16px;background:#d1d5db;margin:0 4px}._toolBtn_17kgm_108{padding:8px;border-radius:6px;transition:all .2s;cursor:pointer;color:#6b7280;background:transparent;border:none;display:flex;align-items:center;justify-content:center}._toolBtn_17kgm_108:hover{background:#fff;box-shadow:0 1px 2px #0000000d;color:#374151}._toolBtn_17kgm_108._active_17kgm_125{background:#fff;color:#3b82f6;box-shadow:0 1px 2px #0000000d}._toolBtn_17kgm_108 svg{width:16px;height:16px}._rightActions_17kgm_135{display:flex;align-items:center;gap:12px;flex-shrink:0}._canvasViewport_17kgm_142{flex:1;position:relative;overflow:hidden;background:#f9fafb;min-height:0}@keyframes _bounce_17kgm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.schedule-container{padding:8px 24px 24px;background:#fff;min-height:100vh}.schedule-header{margin-bottom:16px;display:flex;justify-content:end}.schedule-tabs-container{margin-bottom:16px}.schedule-tabs{border-bottom:1px solid #f0f0f0}.schedule-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 0}.schedule-toolbar-left{display:flex;align-items:center;gap:16px}.schedule-toolbar-right{display:flex;gap:12px}.schedule-date-picker{display:flex;align-items:center;gap:8px}.schedule-date-range{font-size:14px;font-weight:500;min-width:200px;text-align:center}.schedule-calendar{border:1px solid #f0f0f0;border-radius:8px;overflow:auto;background:#fff;max-height:calc(100vh - 250px)}.schedule-header-row{display:flex;position:sticky;top:0;background:#fafafa;z-index:10;border-bottom:2px solid #f0f0f0}.schedule-time-header{width:120px;min-width:120px;display:flex;align-items:center;justify-content:center;font-weight:500;border-right:1px solid #f0f0f0;padding:12px 8px}.schedule-hour-header{width:200px;min-width:200px;display:flex;align-items:center;justify-content:center;font-size:12px;color:#999;border-right:1px solid #f5f5f5;padding:12px 4px}.schedule-days-container{display:flex;flex-direction:column}.schedule-day-row{display:flex;border-bottom:1px solid #f0f0f0}.schedule-day-row:last-child{border-bottom:none}.schedule-day-header{width:120px;min-width:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid #f0f0f0;background:#fafafa;position:relative;padding:16px 8px}.schedule-day-name{font-size:12px;color:#999}.schedule-day-date{font-size:14px;font-weight:500;margin-top:4px}.schedule-add-btn{position:absolute;top:4px;right:4px}.schedule-day-content{position:relative;display:flex;flex:1;min-height:100px}.schedule-hour-cell{width:200px;min-width:200px;border-right:1px solid #f5f5f5}.schedule-items-layer{position:absolute;inset:4px 0;pointer-events:none}.schedule-card{position:absolute;bottom:4px;height:80px;border-radius:6px;padding:6px 8px;cursor:pointer;transition:all .15s;overflow:hidden;border:2px dashed transparent;pointer-events:auto;display:flex;flex-direction:column}.schedule-card:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.schedule-card-header{display:flex;align-items:center;margin-bottom:4px}.schedule-card-body{display:flex;align-items:center;gap:8px;flex:1}.schedule-card-info{display:flex;flex-direction:column;justify-content:center;flex:1;min-width:0}.schedule-card-pending{background:#fff9e6;border-color:#ffd591}.schedule-card-processing{background:#fff9e6;border-color:#ffa940}.schedule-card-completed{background:#e6f7ff;border:1px solid #91d5ff;cursor:pointer}.schedule-card-completed .schedule-cover{display:block}.schedule-card-pending .schedule-cover,.schedule-card-processing .schedule-cover{display:none}.schedule-tag{font-size:11px;margin-bottom:4px;white-space:nowrap}.schedule-cover{width:60px;height:60px;border-radius:4px;overflow:hidden;margin:4px 0;flex-shrink:0}.schedule-cover img{width:100%;height:100%;object-fit:cover}.schedule-time{font-size:11px;color:#666;margin-top:auto;white-space:nowrap}.schedule-floating-add{position:fixed;bottom:calc(40px + var(--app-safe-bottom));left:50%;transform:translate(-50%);border-radius:20px;padding:8px 32px;height:40px;font-size:14px;box-shadow:0 4px 12px #00000026}@media(max-width:768px){.schedule-toolbar{flex-direction:column;gap:12px;align-items:flex-start}.schedule-toolbar-left,.schedule-toolbar-right{width:100%}.schedule-hour-header,.schedule-hour-cell{min-width:150px;width:150px}.schedule-time-header,.schedule-day-header{min-width:100px;width:100px}}.task-detail{display:flex;flex-direction:column;gap:16px}.task-detail-section{display:flex;padding:12px;flex-direction:column;gap:10px;border-radius:8px;background:#fff;box-shadow:0 6px 10px #0000001f}.task-images-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.task-images-grid .ant-image{width:100%}.task-images-grid .ant-image img{width:100%;height:auto;border-radius:4px;object-fit:cover}.task-detail-title{color:#333;font-size:18px;font-weight:600;margin-bottom:8px}.task-detail-content{color:#333;font-size:16px;font-weight:400}.task-detail-tags{color:#13386c;font-size:14px;font-weight:400}.schedule-month-calendar{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;background:#fff}.schedule-month-calendar .ant-picker-calendar{background:#fff}.schedule-month-calendar .ant-picker-calendar-header{display:none}.schedule-month-calendar .ant-picker-cell{padding:4px 8px}.schedule-month-calendar .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:#e6f7ff}.calendar-date-cell{min-height:80px;overflow-y:auto;max-height:120px}.calendar-item{padding:2px 4px;margin-bottom:4px;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.calendar-item:hover{transform:translate(2px);box-shadow:0 2px 8px #0000001a}.calendar-item-pending{background:#fff9e6;border-left:3px solid #ffd591}.calendar-item-processing{background:#fff9e6;border-left:3px solid #ffa940}.calendar-item-completed{background:#e6f7ff;border-left:3px solid #1890ff}.calendar-item .ant-badge{font-size:12px}.calendar-item .ant-badge-status-text{font-size:12px;margin-left:4px}.chat-float-button{position:fixed;right:30px;bottom:calc(30px + var(--app-safe-bottom));width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .3s ease;z-index:1000}.chat-float-button:hover{transform:translateY(-4px);box-shadow:0 6px 16px #667eea99}.chat-float-button:active{transform:translateY(-2px)}@media(max-width:900px){.schedule-container{padding:8px 16px 16px}.schedule-toolbar{align-items:stretch;flex-direction:column;gap:12px}.schedule-toolbar-left,.schedule-toolbar-right,.schedule-date-picker{flex-wrap:wrap}.schedule-date-range{min-width:160px}.schedule-time-header,.schedule-day-header{width:92px;min-width:92px}.schedule-hour-header,.schedule-hour-cell{width:150px;min-width:150px}}@media(max-width:560px){.schedule-container{padding-left:12px;padding-right:12px}.schedule-toolbar-right>*{flex:1 1 140px}.chat-float-button{right:18px;bottom:calc(20px + var(--app-safe-bottom))}}._container_17skw_1{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#eef2ff,#f5f3ff);display:flex;flex-direction:column}._header_17skw_8{padding:24px 40px;display:flex;align-items:center;gap:12px}._header_17skw_8 ._backBtn_17skw_14{color:#6b7280;transition:color .2s}._header_17skw_8 ._backBtn_17skw_14:hover{color:#111827}._header_17skw_8 h1{font-size:20px;font-weight:700;color:#1f2937;margin:0}._body_17skw_28{flex:1;display:flex;align-items:center;justify-content:center;padding:0 40px 80px}._choices_17skw_36{display:flex;gap:32px;max-width:720px;width:100%}._card_17skw_43{flex:1;background:#fff;border-radius:16px;border:2px solid #e5e7eb;padding:40px 32px;display:flex;flex-direction:column;align-items:center;gap:16px;cursor:pointer;transition:all .25s;text-align:center}._card_17skw_43:hover{border-color:#a78bfa;box-shadow:0 12px 40px -8px #8b5cf62e;transform:translateY(-4px)}._card_17skw_43 ._iconWrap_17skw_62{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center}._card_17skw_43 ._iconWrap_17skw_62 svg{width:32px;height:32px;color:#fff}._card_17skw_43 ._iconNew_17skw_75{background:linear-gradient(135deg,#8b5cf6,#6366f1)}._card_17skw_43 ._iconEdit_17skw_78{background:linear-gradient(135deg,#3b82f6,#2563eb)}._card_17skw_43 ._cardTitle_17skw_81{font-size:18px;font-weight:700;color:#1f2937}._card_17skw_43 ._cardDesc_17skw_86{font-size:13px;color:#9ca3af;line-height:1.5}._listPanel_17skw_92{width:100%;max-width:960px;margin:0 auto;padding:0 40px 40px}._listHeader_17skw_99{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._listHeader_17skw_99 h2{font-size:18px;font-weight:700;color:#1f2937;margin:0}._listHeader_17skw_99 ._backLink_17skw_111{font-size:13px;color:#6b7280;cursor:pointer;background:none;border:none;transition:color .15s}._listHeader_17skw_99 ._backLink_17skw_111:hover{color:#3b82f6}._listGrid_17skw_123{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}._templateCard_17skw_129{background:#fff;border-radius:12px;border:1px solid #e5e7eb;overflow:hidden;cursor:pointer;transition:all .2s}._templateCard_17skw_129:hover{border-color:#93c5fd;box-shadow:0 8px 24px -4px #3b82f626;transform:translateY(-2px)}._templateCard_17skw_129 ._templateCover_17skw_142{width:100%;height:160px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}._templateCard_17skw_129 ._templateCover_17skw_142 img{width:100%;height:100%;object-fit:cover}._templateCard_17skw_129 ._templateCover_17skw_142 ._noCover_17skw_156{color:#d1d5db}._templateCard_17skw_129 ._templateCover_17skw_142 ._noCover_17skw_156 svg{width:32px;height:32px}._templateCard_17skw_129 ._templateInfo_17skw_163{padding:12px}._templateCard_17skw_129 ._templateInfo_17skw_163 ._templateName_17skw_166{font-size:14px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._templateCard_17skw_129 ._templateInfo_17skw_163 ._templateDesc_17skw_174{font-size:12px;color:#9ca3af;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._loading_17skw_183{display:flex;align-items:center;justify-content:center;padding:60px;color:#9ca3af;font-size:14px;gap:8px}._empty_17skw_193{text-align:center;padding:60px;color:#9ca3af;font-size:14px}@media(max-width:900px){._header_17skw_8{padding:18px 24px}._body_17skw_28{align-items:stretch;padding:0 24px 48px}._choices_17skw_36{flex-direction:column;gap:16px;max-width:520px;margin:0 auto}._card_17skw_43{padding:28px 24px}._listPanel_17skw_92{padding:0 24px 36px}}@media(max-width:560px){._header_17skw_8{padding:16px}._body_17skw_28,._listPanel_17skw_92{padding-left:16px;padding-right:16px}._listHeader_17skw_99{align-items:flex-start;flex-direction:column;gap:8px}._listGrid_17skw_123{grid-template-columns:1fr}}._page_1wj3x_1{position:relative;min-height:100dvh;color:var(--xz-text);overflow:hidden}._shell_1wj3x_8{position:relative;z-index:1;display:grid;grid-template-columns:var(--app-sidebar-width, 76px) minmax(0,1fr);min-height:100dvh}._main_1wj3x_16{min-width:0;overflow:auto;max-height:100dvh;padding-bottom:var(--app-safe-bottom)}._fillContainer_2ki52_2{width:100%;height:100%;overflow:hidden;position:relative}._inlineContainer_2ki52_9{display:inline-block;position:relative}._skeleton_2ki52_14{background:linear-gradient(90deg,#f0f1f3,#f7f8fa,#f0f1f3);background-size:200% 100%;animation:_skiaShimmer_2ki52_1 1.2s ease-in-out infinite;border-radius:4px;position:absolute;display:flex;align-items:center;justify-content:center}._skeletonSpinner_2ki52_26{width:16px;height:16px;border:2px solid var(--xz-border-2);border-top-color:var(--xz-text-2);border-radius:50%;animation:_skiaSpin_2ki52_1 .8s linear infinite;pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes _skiaSpin_2ki52_1{to{transform:rotate(360deg)}}@keyframes _skiaShimmer_2ki52_1{0%{background-position:200% 0}to{background-position:-200% 0}}._overlay_caax3_1{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._modal_caax3_12{background:#fff;border-radius:16px;width:96vw;max-width:1200px;height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 60px #0003}._header_caax3_24{display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid #e2e2ee;gap:8px;flex-shrink:0}._header_caax3_24 h3{margin:0;font-size:16px;font-weight:700;color:#0f0f1a}._headerIcon_caax3_39{color:#6e56cf}._templateName_caax3_43{flex:1;font-size:13px;color:#9ba1b0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._annotationTime_caax3_52{flex-shrink:0;font-size:12px;color:#9ca3af;white-space:nowrap}._closeBtn_caax3_59{display:flex;border:none;background:none;color:#9ba1b0;cursor:pointer;padding:6px;border-radius:6px}._closeBtn_caax3_59:hover{background:#f3f4f6;color:#5c6070}._body_caax3_73{flex:1;display:flex;overflow:hidden;min-height:0;height:100%}._loadingState_caax3_81{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._spinner_caax3_89{animation:_spin_caax3_89 1s linear infinite;color:#6e56cf}@keyframes _spin_caax3_89{to{transform:rotate(360deg)}}._spin_caax3_89{animation:_spin_caax3_89 1s linear infinite}._loadingTitle_caax3_103{font-size:15px;font-weight:600;color:#374151;margin:16px 0 0}._stopLoadingBtn_caax3_110{margin-top:16px;padding:8px 24px;border:1px solid #e2e2ee;border-radius:8px;font-size:13px;font-weight:500;color:#9ba1b0;background:#fff;cursor:pointer}._stopLoadingBtn_caax3_110:hover{background:#fef2f2;color:#ef4444;border-color:#fca5a5}._leftPanel_caax3_127{width:380px;min-width:340px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid #e2e2ee;background:#fafafc;overflow:hidden}._pageRow_caax3_138{display:flex;gap:6px;padding:14px 16px 10px;flex-shrink:0;overflow-x:auto}._pageRow_caax3_138::-webkit-scrollbar{height:0}._pageThumbnail_caax3_149{display:flex;flex-direction:column;align-items:center;gap:2px;padding:6px 14px;border:1.5px solid #e2e2ee;border-radius:8px;background:#fff;cursor:pointer;transition:all .15s;flex-shrink:0}._pageThumbnail_caax3_149:hover{border-color:#6e56cf4d}._pageThumbnailActive_caax3_166{border-color:#6e56cf;background:#f0edff;box-shadow:0 0 0 3px #6e56cf2e}._pageLabel_caax3_172{font-size:13px;font-weight:700;color:#6e56cf}._pageRoleTag_caax3_178{font-size:10px;color:#9ba1b0}._previewArea_caax3_183{flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;padding:8px 12px;overflow:hidden}._previewWrap_caax3_193{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}._previewImg_caax3_202{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 2px 12px #00000014}._previewHotspot_caax3_210:hover{border-color:#6e56cf66!important;background:#6e56cf0f!important}._previewPlaceholder_caax3_215{display:flex;flex-direction:column;align-items:center;gap:8px;color:#d1d5db;font-size:13px}._pageInfo_caax3_224{display:flex;gap:6px;padding:10px 16px;flex-shrink:0;border-top:1px solid #ededf4}._pageInfoTag_caax3_232{font-size:11px;color:#9ba1b0;background:#f3f4f6;padding:2px 8px;border-radius:6px}._rightPanel_caax3_240{flex:1;overflow-y:auto;padding:16px 20px;min-width:0;height:100%}._rightPanel_caax3_240::-webkit-scrollbar{width:5px}._rightPanel_caax3_240::-webkit-scrollbar-track{background:transparent}._rightPanel_caax3_240::-webkit-scrollbar-thumb{background:#9ba1b040;border-radius:3px}._rightPanel_caax3_240::-webkit-scrollbar-thumb:hover{background:#9ba1b073}._rightHeader_caax3_261{display:flex;align-items:center;gap:8px;margin-bottom:16px}._rightTitle_caax3_268{margin:0;font-size:15px;font-weight:700;color:#0f0f1a}._rightCount_caax3_275{font-size:11px;font-weight:600;color:#6e56cf;background:#f0edff;padding:2px 8px;border-radius:10px}._rightPageIndex_caax3_284{font-size:11px;color:#9ba1b0;margin-right:2px}._elementProgressBar_caax3_290{margin-bottom:12px;padding:9px 12px;border:1px solid rgba(110,86,207,.18);border-radius:8px;background:#fbfaff}._elementProgressText_caax3_298{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px;font-size:12px}._elementProgressText_caax3_298 span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#5c6070}._elementProgressText_caax3_298 em{flex-shrink:0;font-style:normal;color:#6e56cf}._pageMetaCard_caax3_320{margin-bottom:12px;padding:10px 12px 12px;border:1px solid #f0f0f5;border-radius:10px;background:#fff}._pageMetaCard_caax3_320 .ant-select{width:100%}._pageMetaCard_caax3_320 .ant-select-selector,._pageMetaCard_caax3_320 .ant-input{border-color:#ededf4!important;border-radius:8px!important;background:#fafafc!important;box-shadow:none!important}._pageMetaCard_caax3_320 .ant-select-focused .ant-select-selector,._pageMetaCard_caax3_320 .ant-select-selector:focus,._pageMetaCard_caax3_320 .ant-select-selector:active,._pageMetaCard_caax3_320 .ant-input:focus{border-color:#6e56cf!important;background:#fff!important;box-shadow:0 0 0 2px #6e56cf2e!important}._pageMetaHeader_caax3_346{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}._pageMetaHeader_caax3_346 span{font-size:12px;font-weight:700;color:#5c6070}._pageMetaHeader_caax3_346 em{font-style:normal;font-size:11px;color:#9ba1b0}._pageMetaGrid_caax3_364{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:8px}._pageMetaField_caax3_371{display:flex;flex-direction:column;gap:5px;min-width:0}._pageMetaField_caax3_371>span{font-size:11px;font-weight:600;line-height:1;color:#9ba1b0}._pageMetaFieldFull_caax3_384{margin-top:8px}._pageMetaTextarea_caax3_388{font-size:12px;line-height:1.5;resize:none!important}._pageMetaFitSelect_caax3_394 .ant-select-selection-item{border:none;border-radius:5px;background:#f0edff;color:#6e56cf;font-size:11px;font-weight:600}._categoryHeader_caax3_403{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:12px;font-weight:700;color:#5c6070;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #f0f0f5}._categoryHeader_caax3_403 svg{color:#9ba1b0}._groupSection_caax3_419{margin-bottom:16px;padding:10px 12px;background:#fafafa;border-radius:10px;border:1px solid #eee}._groupSection_caax3_419:last-child{margin-bottom:0}._groupBadge_caax3_430{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:500;color:#9ba1b0}._groupBadge_caax3_430 svg{color:#9ba1b0;margin-right:2px}._elemCard_caax3_443{background:#fff;border:1px solid #f0f0f5;border-radius:10px;padding:10px 12px;margin-bottom:6px;transition:all .15s;cursor:default}._elemCard_caax3_443:hover{border-color:#6e56cf33}._elemCardActive_caax3_456{border-color:#6e56cf;box-shadow:0 0 0 3px #6e56cf2e}._elemHeader_caax3_461{display:flex;align-items:center;gap:6px;margin-bottom:6px}._elemTypeTag_caax3_468{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#6e56cf;background:#f0edff;padding:2px 6px;border-radius:6px}._elemTypeTag_caax3_468 svg{flex-shrink:0}._elemTypeSelect_caax3_483{appearance:none;border:none;background:transparent;font-size:12px;font-weight:600;color:#6e56cf;cursor:pointer;outline:none;padding:0 12px 0 0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%236E56CF'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right center;background-size:8px 5px}._elemQualityBadge_caax3_499{font-size:10px;font-weight:600;line-height:1;padding:2px 6px;border-radius:4px;white-space:nowrap}._qualityAi_caax3_508{color:#16a34a;background:#f0fdf4}._qualityDefault_caax3_513{color:#d97706;background:#fffbeb}._qualityManual_caax3_518{color:#2563eb;background:#eff6ff}._qualityNone_caax3_523{color:#9ba1b0;background:#f3f4f6}._elemPreviewInline_caax3_528{flex:1;min-width:0;font-size:12px;color:#5c6070;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._elemConstraint_caax3_538{display:inline-flex;align-items:center;gap:1px;font-size:11px;color:#9ba1b0;background:#f3f4f6;padding:2px 6px;border-radius:4px;flex-shrink:0;white-space:nowrap}._elemConstraintInline_caax3_551{width:28px;border:none;background:transparent;font-size:11px;color:#5c6070;text-align:center;outline:none;padding:0;-moz-appearance:textfield}._elemConstraintInline_caax3_551::-webkit-outer-spin-button,._elemConstraintInline_caax3_551::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._elemConstraintInline_caax3_551:focus{color:#6e56cf}._elemAnnotateBtn_caax3_570{width:24px;height:24px;flex-shrink:0;color:#9ba1b0}._elemAnnotateBtn_caax3_570:hover{color:#6e56cf!important;background:#f0edff!important}._elemTaskProgress_caax3_581{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:8px;margin:8px 0 6px;padding:0 4px;font-size:11px;color:#6e56cf}._elemTaskProgress_caax3_581 span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._queuedProgressTrack_caax3_597{position:relative;height:6px;overflow:hidden;border-radius:999px;background:#6e56cf1f}._queuedProgressTrack_caax3_597 i{position:absolute;top:0;bottom:0;left:-36%;width:36%;border-radius:inherit;background:linear-gradient(90deg,#6e56cf00,#6e56cfbd,#6e56cf00);animation:_queuedProgressSweep_caax3_1 1.15s ease-in-out infinite}@keyframes _queuedProgressSweep_caax3_1{0%{transform:translate(0)}to{transform:translate(380%)}}._elemGuideInput_caax3_623{width:100%;padding:6px 10px;border:1px solid #ededf4;border-radius:8px;font-size:12px;line-height:1.5;color:#0f0f1a;background:#fafafc;outline:none;font-family:inherit;resize:vertical;transition:border-color .15s;margin-top:6px}._elemGuideInput_caax3_623:focus{border-color:#6e56cf;background:#fff;box-shadow:0 0 0 2px #6e56cf2e}._elemGuideInput_caax3_623::placeholder{color:#c0c3cc}._imageGuideHint_caax3_647{margin-top:6px;padding:7px 10px;border-radius:8px;background:#f8fafc;border:1px dashed #e5e7eb;color:#9ba1b0;font-size:12px;line-height:1.4}._emptyState_caax3_658{padding:40px 20px;text-align:center;color:#9ba1b0;font-size:13px}._otherPagesSection_caax3_665{margin-top:24px;padding-top:16px;border-top:1px solid #f0f0f5}._otherPageRow_caax3_671{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e2e2ee;border-radius:8px;cursor:pointer;transition:all .15s;margin-bottom:6px}._otherPageRow_caax3_671:hover{border-color:#6e56cf4d;background:#f0edff}._otherPageLabel_caax3_687{font-size:13px;font-weight:700;color:#6e56cf;flex-shrink:0}._otherPageRole_caax3_694{font-size:11px;color:#9ba1b0}._otherPageCount_caax3_699{font-size:11px;color:#9ba1b0;background:#f3f4f6;padding:2px 8px;border-radius:6px;flex-shrink:0;margin-left:auto}._footer_caax3_709{display:flex;justify-content:flex-end;gap:10px;padding:12px 20px;border-top:1px solid #e2e2ee;flex-shrink:0}._reAnnotateBtn_caax3_718{display:flex;align-items:center;gap:6px;padding:8px 20px;border:1.5px solid #e2e2ee;border-radius:8px;background:#fff;font-size:13px;font-weight:600;color:#5c6070;cursor:pointer;transition:all .15s}._reAnnotateBtn_caax3_718:hover:not(:disabled){border-color:#6e56cf;color:#6e56cf;background:#f0edff}._reAnnotateBtn_caax3_718:disabled{opacity:.5;cursor:not-allowed}._publishBtn_caax3_742{display:flex;align-items:center;gap:6px;padding:8px 24px;border:none;border-radius:8px;background:linear-gradient(135deg,#6e56cf,#9e8cfc);font-size:13px;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 2px 8px #6e56cf33}._publishBtn_caax3_742:hover:not(:disabled){box-shadow:0 4px 14px #6e56cf4d;transform:translateY(-1px)}._publishBtn_caax3_742:disabled{opacity:.6;cursor:not-allowed}._overlay_xnuo1_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_xnuo1_12{background:#fff;border-radius:14px;width:560px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px #00000026}._header_xnuo1_24{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e2ee}._header_xnuo1_24 h3{margin:0;font-size:16px;font-weight:700;color:#0f0f1a}._closeBtn_xnuo1_38{display:flex;border:none;background:none;color:#9ba1b0;cursor:pointer;padding:4px;border-radius:6px}._closeBtn_xnuo1_38:hover{background:#f3f4f6;color:#5c6070}._dimTabs_xnuo1_52{display:flex;gap:0;padding:0 20px;border-bottom:1px solid #e2e2ee}._dimTab_xnuo1_52{padding:10px 20px;border:none;background:none;font-size:13px;font-weight:600;color:#9ba1b0;cursor:pointer;border-bottom:2px solid transparent;transition:all .15s}._dimTab_xnuo1_52:hover{color:#5c6070}._dimTabActive_xnuo1_74{color:#6e56cf;border-bottom-color:#6e56cf}._body_xnuo1_79{flex:1;overflow-y:auto;padding:16px 20px}._loadingState_xnuo1_85{display:flex;justify-content:center;padding:40px}._spinner_xnuo1_91{animation:_spin_xnuo1_91 1s linear infinite;color:#6e56cf}@keyframes _spin_xnuo1_91{to{transform:rotate(360deg)}}._itemList_xnuo1_101{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}._itemRow_xnuo1_108{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;transition:background .1s}._itemRow_xnuo1_108:hover{background:#f9fafb}._itemRow_xnuo1_108:hover ._itemDeleteBtn_xnuo1_119{opacity:1}._itemLabel_xnuo1_123{font-size:13px;font-weight:600;color:#0f0f1a;flex:1}._itemValue_xnuo1_130{font-size:11px;color:#9ba1b0;font-family:SF Mono,monospace;background:#f3f4f6;padding:2px 8px;border-radius:4px}._itemDeleteBtn_xnuo1_119{display:flex;padding:4px;border:none;background:none;color:#d1d5db;cursor:pointer;border-radius:4px;opacity:0;transition:all .15s}._itemDeleteBtn_xnuo1_119:hover{color:#ef4444;background:#fef2f2}._addRow_xnuo1_155{display:flex;gap:8px;padding-top:12px;border-top:1px solid #e2e2ee}._addInput_xnuo1_162{flex:1;padding:7px 10px;border:1px solid #e2e2ee;border-radius:8px;font-size:13px;color:#0f0f1a;outline:none}._addInput_xnuo1_162:focus{border-color:#6e56cf}._addBtn_xnuo1_175{display:flex;align-items:center;gap:4px;padding:7px 16px;border:none;border-radius:8px;background:#6e56cf;color:#fff;font-size:13px;font-weight:600;cursor:pointer;flex-shrink:0}._addBtn_xnuo1_175:hover:not(:disabled){filter:brightness(1.1)}._addBtn_xnuo1_175:disabled{opacity:.6;cursor:not-allowed}._popoverOverlay_1t66y_1{position:fixed;inset:0;z-index:900}._popover_1t66y_1{position:fixed;z-index:901;background:#fff;border-radius:14px;border:1px solid #e2e2ee;box-shadow:0 12px 40px #0000001f;width:300px;padding:16px;animation:_popIn_1t66y_1 .15s ease}@keyframes _popIn_1t66y_1{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}._section_1t66y_29{margin-bottom:14px}._section_1t66y_29:last-child{margin-bottom:0}._sectionTitle_1t66y_36{font-size:11px;font-weight:700;color:#9ba1b0;text-transform:uppercase;letter-spacing:.3px;margin:0 0 6px}._chips_1t66y_45{display:flex;flex-wrap:wrap;gap:5px}._chipIndustry_1t66y_51{font-size:11px;font-weight:500;color:#1d4ed8;background:#eff6ff;padding:3px 10px;border-radius:10px}._chipIntent_1t66y_60{font-size:11px;font-weight:500;color:#15803d;background:#f0fdf4;padding:3px 10px;border-radius:10px}._chipStyle_1t66y_69{font-size:11px;font-weight:500;color:#6e56cf;background:#f5f3ff;padding:3px 10px;border-radius:10px}._chipL2_1t66y_78{font-size:10px;color:#4b5563;background:#f3f4f6;padding:2px 8px;border-radius:8px}._editBtn_1t66y_86{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;margin-top:12px;padding:7px 0;border:1px solid #e2e2ee;border-radius:8px;background:#fff;font-size:12px;font-weight:500;color:#5c6070;cursor:pointer;transition:all .15s}._editBtn_1t66y_86:hover{background:#f5f3ff;border-color:#6e56cf4d;color:#6e56cf}._overlay_1qqn6_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_1qqn6_12{background:#fff;border-radius:16px;width:640px;max-width:92vw;max-height:88vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px #00000026}._header_1qqn6_24{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #e5e7eb;gap:8px;flex-shrink:0}._header_1qqn6_24 h3{margin:0;font-size:16px;font-weight:700;color:#111827}._headerIcon_1qqn6_39{color:#3b82f6}._templateName_1qqn6_43{flex:1;font-size:13px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right}._closeBtn_1qqn6_53{display:flex;border:none;background:none;color:#9ca3af;cursor:pointer;padding:6px;border-radius:6px}._closeBtn_1qqn6_53:hover{background:#f3f4f6;color:#4b5563}._body_1qqn6_67{flex:1;overflow-y:auto;padding:20px 24px}._body_1qqn6_67::-webkit-scrollbar{width:5px}._body_1qqn6_67::-webkit-scrollbar-track{background:transparent}._body_1qqn6_67::-webkit-scrollbar-thumb{background:#9ca3af40;border-radius:3px}._dimension_1qqn6_83{margin-bottom:24px;padding:16px;border-radius:12px;border:1px solid #e5e7eb;background:#fff}._levelPrimary_1qqn6_91{border-left:3px solid #3b82f6}._levelSecondary_1qqn6_95{border-left:3px solid #10b981}._levelTertiary_1qqn6_99{border-left:3px solid #6E56CF}._levelMeta_1qqn6_103{border-left:3px solid #f59e0b}._dimensionHeader_1qqn6_107{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._dimensionTitle_1qqn6_114{display:flex;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:600;color:#111827}._levelBadge_1qqn6_124{font-size:10px;font-weight:700;color:#fff;background:#9ca3af;padding:2px 6px;border-radius:4px;letter-spacing:.3px}._levelPrimary_1qqn6_91 ._levelBadge_1qqn6_124{background:#3b82f6}._levelSecondary_1qqn6_95 ._levelBadge_1qqn6_124{background:#10b981}._levelTertiary_1qqn6_99 ._levelBadge_1qqn6_124{background:#6e56cf}._levelMeta_1qqn6_103 ._levelBadge_1qqn6_124{background:#f59e0b}._addCustomBtn_1qqn6_146{display:flex;align-items:center;gap:3px;padding:4px 10px;border:1px dashed #d1d5db;border-radius:6px;background:none;font-size:11px;font-weight:500;color:#9ca3af;cursor:pointer;transition:all .15s}._addCustomBtn_1qqn6_146:hover{border-color:#3b82f6;color:#3b82f6}._customInputRow_1qqn6_165{display:flex;gap:6px;margin-bottom:10px}._customInput_1qqn6_165{flex:1;padding:6px 10px;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#111827;outline:none}._customInput_1qqn6_165:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}._customInputConfirm_1qqn6_185{padding:6px 14px;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}._customInputConfirm_1qqn6_185:hover{background:#1469f4}._tagChips_1qqn6_200{display:flex;flex-wrap:wrap;gap:6px}._tagChip_1qqn6_200,._tagChipSmall_1qqn6_206{padding:5px 14px;border:1px solid #e5e7eb;border-radius:8px;font-size:13px;background:#fff;color:#4b5563;cursor:pointer;transition:all .15s;white-space:nowrap}._tagChip_1qqn6_200:hover,._tagChipSmall_1qqn6_206:hover{border-color:#d1d5db;background:#f9fafb}._tagChipActive_1qqn6_222{background:#111;border-color:#111;color:#fff}._tagChipActive_1qqn6_222:hover{background:#333;border-color:#333;color:#fff}._tagChipCustom_1qqn6_233{display:inline-flex;align-items:center;gap:6px}._removeCustom_1qqn6_239{cursor:pointer;opacity:.6}._removeCustom_1qqn6_239:hover{opacity:1}._tagChipSmall_1qqn6_206{padding:3px 10px;font-size:12px}._subTags_1qqn6_252{margin-top:10px;padding-top:10px;border-top:1px dashed #e5e7eb;display:flex;gap:10px;align-items:flex-start}._subTagsLabel_1qqn6_261{font-size:11px;font-weight:600;color:#9ca3af;flex-shrink:0;padding-top:5px}._footer_1qqn6_269{display:flex;justify-content:flex-end;gap:8px;padding:14px 20px;border-top:1px solid #e5e7eb;flex-shrink:0}._cancelBtn_1qqn6_278{padding:8px 18px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;font-weight:500;color:#4b5563;cursor:pointer}._cancelBtn_1qqn6_278:hover{background:#f9fafb}._saveBtn_1qqn6_292{display:flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:8px;background:#111;font-size:13px;font-weight:600;color:#fff;cursor:pointer}._saveBtn_1qqn6_292:hover:not(:disabled){background:#333}._saveBtn_1qqn6_292:disabled{opacity:.5;cursor:not-allowed}._spinner_1qqn6_313{animation:_spin_1qqn6_313 1s linear infinite}@keyframes _spin_1qqn6_313{to{transform:rotate(360deg)}}._overlay_1ofmr_4{position:fixed;inset:0;z-index:1300;display:flex;align-items:center;justify-content:center;background:#0000004d}._root_1plxc_2{position:relative;flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px 24px 20px;overflow:hidden;background:#fff;border-top:1px solid #eceef2;--ref-cols: 6}@media(max-width:1500px){._root_1plxc_2{--ref-cols: 5}}@media(max-width:1200px){._root_1plxc_2{--ref-cols: 4}}@media(max-width:900px){._root_1plxc_2{--ref-cols: 3}}@media(max-width:620px){._root_1plxc_2{--ref-cols: 2}}._rootDragging_1plxc_38{outline:2px dashed var(--xz-brand);outline-offset:-10px}._toolbar_1plxc_44{display:flex;align-items:center;flex-wrap:wrap;gap:10px 12px;padding:10px 12px;border:1px solid #eceef2;border-radius:9px;background:#fafbfc;flex-shrink:0}._summary_1plxc_56{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;color:#676b76;font-size:13px;font-weight:650}._sortHint_1plxc_66{display:inline-flex;align-items:center;gap:3px;margin-left:8px;color:#9a9eaa;font-size:12px;font-weight:500}._uploadActions_1plxc_76{display:flex;align-items:center;gap:8px}._uploadBtn_1plxc_82{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border:1px solid #ffd2da;border-radius:7px;background:#fff7f8;color:var(--xz-brand, #ff2f4d);font-size:13px;font-weight:700;cursor:pointer}._uploadBtn_1plxc_82:disabled{opacity:.6;cursor:wait}._searchBox_1plxc_102{flex:1 1 220px;min-width:0;max-width:380px;height:34px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #e1e3e8;border-radius:7px;background:#fff;color:#969aa5}._searchBox_1plxc_102 input{flex:1;min-width:0;border:0;outline:none;background:transparent;color:#30323a;font-size:13px}._searchBox_1plxc_102 button{padding:0;border:0;background:none;color:var(--xz-brand, #ff2f4d);font-size:12px;cursor:pointer}._toolbarSelecting_1plxc_135{border-color:var(--xz-brand-soft-2);background:var(--xz-brand-tint)}._selectBtn_1plxc_140{height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 13px;border:1px solid var(--xz-border-2);border-radius:7px;background:var(--xz-surface);color:var(--xz-text-2);font-size:13px;font-weight:650;cursor:pointer}._selectBtn_1plxc_140:hover:not(:disabled){border-color:var(--xz-brand);color:var(--xz-brand)}._selectBtn_1plxc_140:disabled{opacity:.5;cursor:not-allowed}._batchActions_1plxc_164{display:flex;align-items:center;gap:6px;flex-wrap:wrap}._batchHint_1plxc_171{color:var(--xz-text-3);font-size:12px}._batchBtn_1plxc_176,._batchDanger_1plxc_177,._batchGhost_1plxc_178{height:32px;display:inline-flex;align-items:center;gap:5px;padding:0 11px;border:1px solid var(--xz-border-2);border-radius:7px;background:var(--xz-surface);color:var(--xz-text-2);font-size:12px;font-weight:650;cursor:pointer}._batchBtn_1plxc_176:hover:not(:disabled),._batchDanger_1plxc_177:hover:not(:disabled),._batchGhost_1plxc_178:hover:not(:disabled){border-color:var(--xz-brand);color:var(--xz-brand)}._batchBtn_1plxc_176:disabled,._batchDanger_1plxc_177:disabled,._batchGhost_1plxc_178:disabled{opacity:.5;cursor:not-allowed}._batchDanger_1plxc_177{border-color:var(--xz-danger);color:var(--xz-danger)}._batchDanger_1plxc_177:hover:not(:disabled){background:var(--xz-danger);border-color:var(--xz-danger);color:var(--xz-on-danger)}._batchGhost_1plxc_178{background:transparent}._checkbox_1plxc_220{position:absolute;top:8px;right:8px;width:22px;height:22px;display:grid;place-items:center;border:1.5px solid var(--xz-surface);border-radius:6px;background:#18191d6b;color:var(--xz-on-brand);pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._checkboxOn_1plxc_236{border-color:var(--xz-brand);background:var(--xz-brand)}._cardSelected_1plxc_241{border-color:var(--xz-brand);box-shadow:0 0 0 2px var(--xz-brand-soft-2)}._cardLocked_1plxc_246{opacity:.45}._previewSelecting_1plxc_250{cursor:pointer}._sourceFilters_1plxc_254{margin-left:auto;display:flex;align-items:center;gap:4px;padding:3px;border-radius:7px;background:#eef0f3}._sourceFilters_1plxc_254 button{height:28px;padding:0 12px;border:0;border-radius:5px;background:transparent;color:#737783;font-size:12px;cursor:pointer}._sourceFilters_1plxc_254 ._sourceFilterOn_1plxc_273{background:#fff;color:#30323a;font-weight:700;box-shadow:0 1px 4px #1a1c2214}._scrollArea_1plxc_280{flex:1;min-height:0;overflow-y:auto;padding:1px 3px 12px 0;scrollbar-width:thin;scrollbar-color:rgba(142,146,166,.22) transparent}._scrollArea_1plxc_280::-webkit-scrollbar{width:3px}._scrollArea_1plxc_280::-webkit-scrollbar-thumb{background:#8e92a638;border-radius:999px}._masonry_1plxc_302{display:flex;align-items:flex-start;gap:14px}._masonryColumn_1plxc_308{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:14px}._card_1plxc_219{width:100%;overflow:hidden;border-radius:9px;border:1px solid #e5e6ea;background:#fff;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}._card_1plxc_219:hover{border-color:#ffc4ce;box-shadow:0 6px 20px #20222817;transform:translateY(-2px)}._card_1plxc_219:hover ._cardActions_1plxc_219{opacity:1;transform:translateY(0)}._cardDragging_1plxc_337{opacity:.46;border-color:var(--xz-brand, #ff2f4d)}._imageWrap_1plxc_342{position:relative;min-height:118px;overflow:hidden;background:#f3f4f6}._preview_1plxc_250{width:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in}._preview_1plxc_250 img{width:100%;height:auto;display:block}._dragHandle_1plxc_363{position:absolute;top:8px;left:8px;width:27px;height:27px;display:grid;place-items:center;border-radius:7px;background:#18191d94;color:#fff;cursor:grab;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._cardActions_1plxc_219{position:absolute;top:8px;right:8px;display:flex;gap:5px;opacity:0;transform:translateY(-3px);transition:opacity .15s ease,transform .15s ease}._cardActions_1plxc_219 button{width:28px;height:28px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:#18191da6;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._cardActions_1plxc_219 button:hover{background:var(--xz-brand, #ff2f4d)}._pinnedBadge_1plxc_405{position:absolute;left:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;height:24px;padding:0 8px;border-radius:6px;background:#ff2f4de0;color:#fff;font-size:10px;font-weight:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._cardInfo_1plxc_422{padding:10px 11px 11px}._cardName_1plxc_426{overflow:hidden;color:#2f323a;font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}._sourceLabel_1plxc_435{display:flex;align-items:center;gap:4px;margin-top:6px;color:#8b8f9a;font-size:10px}._sourceSystem_1plxc_444{color:#6477a8}._sourceEnterprise_1plxc_448{color:#8a67a4}._emptyUpload_1plxc_452{width:min(560px,100%);height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;border:1.5px dashed #d6d9e0;border-radius:8px;background:#fafbfc;color:#8c919c;font-size:13px;cursor:pointer}._emptyUpload_1plxc_452:hover{border-color:var(--xz-brand);background:#fff8f9;color:var(--xz-brand)}._emptyUpload_1plxc_452:disabled{cursor:wait;opacity:.7}._state_1plxc_477{min-height:260px;display:flex;align-items:center;justify-content:center;gap:8px;color:#8d919d;font-size:13px}._sentinel_1plxc_487{min-height:30px;display:flex;align-items:center;justify-content:center;gap:7px;color:#aaaeb8;font-size:11px}._dropMask_1plxc_498{position:absolute;inset:0;z-index:10;display:grid;place-items:center;border-radius:8px;background:#fff7f8f0;color:var(--xz-brand);font-size:16px;font-weight:750;pointer-events:none}._previewImage_1plxc_512{width:100%;max-height:78vh;object-fit:contain;display:block;background:#f7f7f9}._editForm_1plxc_520{display:flex;flex-direction:column;gap:10px;padding-top:8px}._editForm_1plxc_520 label{margin-top:6px;color:#555964;font-size:13px;font-weight:650}._spin_1plxc_533{animation:_spin_1plxc_533 .8s linear infinite}@keyframes _spin_1plxc_533{to{transform:rotate(360deg)}}@media(max-width:920px){._filters_1plxc_543{align-items:stretch;flex-direction:column}._searchBox_1plxc_102{width:100%}}._page_rb9ck_2{min-height:100%;background:transparent;display:flex;flex-direction:column;overscroll-behavior-y:contain;padding:var(--app-page-top, 24px) var(--app-page-x, 32px) 48px}._pageReference_rb9ck_11{background:#fff}._header_rb9ck_15{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}._headerLeft_rb9ck_23{display:flex;align-items:center;gap:10px;min-width:190px;flex-shrink:0}._headerIcon_rb9ck_31{color:#ff2f4d}._logoMark_rb9ck_35{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;cursor:pointer;padding:0;overflow:hidden;transition:filter .15s}._logoMark_rb9ck_35 img{width:100%;height:100%;display:block;object-fit:cover}._logoMark_rb9ck_35:hover{filter:brightness(1.04)}._title_rb9ck_59{font-size:26px;font-weight:700;color:var(--xz-text);margin:0;letter-spacing:-.3px}._titleRow_rb9ck_67{display:flex;align-items:center;gap:8px}._titleBlock_rb9ck_73{display:flex;flex-direction:column;gap:2px}._subtitle_rb9ck_79{margin:6px 0 0;font-size:13px;color:var(--xz-text-3)}._subtitle_rb9ck_79 b{color:var(--xz-text);font-weight:700}._count_rb9ck_89{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:#ff2f4d;line-height:1}._headerRight_rb9ck_102{display:flex;gap:10px;align-items:center;justify-content:flex-end;flex:1;flex-shrink:0;min-width:0}._libraryTabs_rb9ck_112{width:min(520px,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;margin:-4px 0 16px;border-radius:9px;background:var(--xz-surface-2, #f4f4f6)}._libraryTab_rb9ck_112{height:38px;border:0;border-radius:7px;background:transparent;color:var(--xz-text-2, #686b74);font-size:13px;font-weight:650;cursor:pointer}._libraryTabOn_rb9ck_134{background:#fff;color:#ff2f4d;box-shadow:0 1px 3px #14141a14}._headerSearchWrap_rb9ck_140{flex:1;display:flex;justify-content:center;min-width:240px;max-width:520px}._headerSearch_rb9ck_140{width:100%}._secondaryActionBtn_rb9ck_152{height:42px;border-radius:8px;padding-inline:18px;color:#374151;border-color:#dfe3e8;box-shadow:none}._primaryActionBtn_rb9ck_161{height:42px;min-width:132px;border-radius:10px;font-weight:600;box-shadow:0 6px 14px #ff2f4d2e}._accountCluster_rb9ck_169{display:flex;align-items:center;gap:10px;margin-left:6px;padding-left:12px;border-left:1px solid #edf0f3}._batchToolbar_rb9ck_178{display:flex;align-items:center;gap:14px;min-height:40px}._batchActions_rb9ck_185{display:flex;align-items:center;gap:6px}._batchHint_rb9ck_191{font-size:13px;color:#9ca3af;white-space:nowrap}._cancelBatchBtn_rb9ck_197{height:36px;border-radius:8px;margin-left:2px}._newBtn_rb9ck_203{padding:8px 20px;border:none;border-radius:10px;font-size:14px;font-weight:600;color:#fff;background:#ff2f4d;cursor:pointer;transition:all .2s}._newBtn_rb9ck_203:hover{filter:brightness(1.08);transform:translateY(-1px)}._selectModeBtn_rb9ck_219{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#6b7280;background:#fff;cursor:pointer;transition:all .15s}._selectModeBtn_rb9ck_219:hover{border-color:#d1d5db;color:#374151;background:#f9fafb}._selectAllBtn_rb9ck_239{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#374151;background:#fff;cursor:pointer;transition:all .15s}._selectAllBtn_rb9ck_239:hover{background:#f9fafb}._batchPublishBtn_rb9ck_257{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:10px;font-size:13px;font-weight:600;color:#fff;background:#16a34a;cursor:pointer;transition:all .15s}._batchPublishBtn_rb9ck_257:hover:not(:disabled){background:#15803d}._batchPublishBtn_rb9ck_257:disabled{opacity:.5;cursor:not-allowed}._batchUnpublishBtn_rb9ck_279{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#ea580c;background:#fff;cursor:pointer;transition:all .15s}._batchUnpublishBtn_rb9ck_279:hover:not(:disabled){background:#fff7ed;border-color:#fed7aa}._batchUnpublishBtn_rb9ck_279:disabled{opacity:.5;cursor:not-allowed}._batchAnnotateBtn_rb9ck_302{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#7c3aed;background:#fff;cursor:pointer;transition:all .15s}._batchAnnotateBtn_rb9ck_302:hover:not(:disabled){background:#faf5ff;border-color:#d8b4fe}._batchAnnotateBtn_rb9ck_302:disabled{opacity:.5;cursor:not-allowed}._batchStopBtn_rb9ck_325{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #fca5a5;border-radius:10px;font-size:13px;font-weight:500;color:#ef4444;background:#fef2f2;cursor:pointer;transition:all .15s}._batchStopBtn_rb9ck_325:hover{background:#fee2e2;border-color:#f87171}._batchTagBtn_rb9ck_344{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#7c3aed;background:#fff;cursor:pointer;transition:all .15s}._batchTagBtn_rb9ck_344:hover:not(:disabled){background:#faf5ff;border-color:#d8b4fe}._batchTagBtn_rb9ck_344:disabled{opacity:.5;cursor:not-allowed}._batchManualTagBtn_rb9ck_367{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#6b7280;background:#fff;cursor:pointer;transition:all .15s}._batchManualTagBtn_rb9ck_367:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}._batchManualTagBtn_rb9ck_367:disabled{opacity:.5;cursor:not-allowed}._batchDeleteBtn_rb9ck_390{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;border-radius:10px;font-size:13px;font-weight:600;color:#fff;background:#ef4444;cursor:pointer;transition:all .15s}._batchDeleteBtn_rb9ck_390:hover:not(:disabled){background:#dc2626}._batchDeleteBtn_rb9ck_390:disabled{opacity:.5;cursor:not-allowed}._exitSelectBtn_rb9ck_412{display:flex;align-items:center;gap:6px;padding:8px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:#6b7280;background:#fff;cursor:pointer;transition:all .15s}._exitSelectBtn_rb9ck_412:hover{background:#f9fafb;color:#374151}._toolbar_rb9ck_431{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:14px;background:var(--xz-surface);border:1px solid var(--xz-border);box-shadow:var(--card-shadow);margin-bottom:20px}._quickFilterRow_rb9ck_443{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:34px}._toolbarLeftControls_rb9ck_451{display:flex;align-items:center;gap:8px;min-width:0;flex:1}._toolbarSearch_rb9ck_459{width:min(440px,36vw);flex-shrink:1}._toolbarSearch_rb9ck_459 .ant-input-affix-wrapper{height:34px;border-radius:8px}._toolbarActions_rb9ck_468{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}._toolbarActions_rb9ck_468 .ant-btn{height:34px;border-radius:8px;padding-inline:13px;font-size:13px}._categoryFilterBtn_rb9ck_482{color:#5f6876;border-color:transparent;box-shadow:none;padding-inline:12px!important}._categoryFilterBtn_rb9ck_482:hover{color:#111827!important;background:#f9fafb}._batchSelectionSummary_rb9ck_493{color:#5f6876;font-size:14px;font-weight:500;white-space:nowrap}._statusAndSearch_rb9ck_500{display:flex;align-items:flex-start;gap:24px}._filterDropdownRow_rb9ck_506{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding-left:0}._chipFilterArea_rb9ck_514{display:flex;flex-direction:column;gap:9px;margin-top:12px}._chipDimRow_rb9ck_521{display:flex;align-items:flex-start;gap:12px}._chipDimLabel_rb9ck_527{flex-shrink:0;width:30px;padding-top:6px;font-size:12px;color:var(--xz-text-3);line-height:1.4}._chipDimChips_rb9ck_536{display:flex;flex-wrap:wrap;gap:7px;flex:1;min-width:0}._filterChip_rb9ck_544{height:27px;padding:0 11px;border:1px solid var(--xz-border);border-radius:var(--r-ctl);background:var(--xz-surface);font-size:12.5px;color:var(--xz-text-2);cursor:pointer;white-space:nowrap;transition:border-color .12s,background .12s,color .12s}._filterChip_rb9ck_544:hover{border-color:var(--xz-border-2)}._filterChipOn_rb9ck_560{border-color:var(--xz-brand);background:var(--xz-brand-soft);color:var(--xz-brand)}._filterChipOn_rb9ck_560:hover{border-color:var(--xz-brand)}._favChip_rb9ck_569{height:27px;display:inline-flex;align-items:center;padding:0 11px;border:1px solid var(--xz-border);border-radius:var(--r-ctl);background:var(--xz-surface);color:var(--xz-text-2);font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .12s,background .12s,color .12s}._favChip_rb9ck_569:hover{border-color:var(--xz-border-2)}._favChipOn_rb9ck_588{border-color:var(--xz-brand);background:var(--xz-brand-soft);color:var(--xz-brand)}._favChipOn_rb9ck_588:hover{border-color:var(--xz-brand)}._filterDropdownItem_rb9ck_597{display:inline-flex;align-items:center;gap:8px}._filterDropdownLabel_rb9ck_603{color:var(--xz-text-3);font-size:12.5px;font-weight:600;white-space:nowrap}._filterDropdownButton_rb9ck_610{min-width:64px;height:30px;border-radius:var(--r-ctl);padding-inline:10px;font-size:12.5px;font-weight:600;color:var(--xz-text-2);border-color:var(--xz-border);background:var(--xz-surface);box-shadow:none}._filterDropdownButton_rb9ck_610:hover{color:#ff2f4d!important;background:var(--xz-surface)!important;border-color:#ff2f4d73!important}._filterDropdownButton_rb9ck_610 span{display:inline-flex;align-items:center;gap:2px}._filterDropdownMenu_rb9ck_633 .ant-dropdown-menu-item{min-height:28px;padding:4px 10px!important;font-size:12px!important;line-height:20px!important}._statusFilters_rb9ck_640{display:flex;flex-direction:column;gap:6px;flex:1}._filterRightCol_rb9ck_647{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-items:flex-end}._filterSearch_rb9ck_655{width:220px}._tagFilterToggle_rb9ck_659{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500;color:#9ca3af;cursor:pointer;transition:all .15s;white-space:nowrap}._tagFilterToggle_rb9ck_659:hover{color:#374151}._tagFilterCollapse_rb9ck_674{display:inline-flex;align-items:center;margin-left:auto;color:#9ca3af;cursor:pointer;padding:2px;border-radius:4px;transition:all .15s}._tagFilterCollapse_rb9ck_674:hover{color:#374151;background:#f3f4f6}._tagFilterToggleActive_rb9ck_689{border-color:#ff2f4d;color:#ff2f4d;background:#ff2f4d0f}._tagFilterToggleActive_rb9ck_689:hover{background:#ff2f4d1a}._activeFilterCount_rb9ck_698{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#ff2f4d;color:#fff;font-size:11px;font-weight:700;line-height:1}._tagFilterRows_rb9ck_712{display:flex;flex-direction:column;gap:6px}._tagFilterRow_rb9ck_712{display:flex;align-items:center;gap:10px}._tagFilterLabel_rb9ck_724{font-size:12px;font-weight:600;color:#9ca3af;width:48px;box-sizing:border-box;padding-left:12px;flex-shrink:0;text-align:left}._tagFilterChips_rb9ck_735{display:flex;gap:6px;flex-wrap:wrap}._tagFilterChips_rb9ck_735 .ant-tag.ant-tag-checkable{margin:0;height:28px;padding:0 12px;display:inline-flex;align-items:center;border:0;border-radius:8px;background:transparent;color:#52525b;font-size:12.5px;font-weight:500;line-height:1;transition:background .15s ease,color .15s ease,box-shadow .15s ease}._tagFilterChips_rb9ck_735 .ant-tag.ant-tag-checkable:hover{background:#f3f4f6;color:#18181b}._tagFilterChips_rb9ck_735 .ant-tag-checkable-checked{background:#fc415b1a!important;color:#ff2f4d!important;font-weight:600;box-shadow:inset 0 0 0 1px #fc415b38}._tagFilterChips_rb9ck_735 .ant-tag-checkable-checked:hover{background:#fc415b1a!important;color:#ff2f4d!important}._searchBox_rb9ck_770{position:relative;width:280px;flex-shrink:0}._searchIcon_rb9ck_776{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}._searchInput_rb9ck_785{width:100%;padding:9px 36px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;background:#fff;outline:none;transition:border-color .2s}._searchInput_rb9ck_785:focus{border-color:#ff2f4d;box-shadow:0 0 0 3px #ff2f4d1a}._clearSearch_rb9ck_800{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:none;color:#9ca3af;cursor:pointer;padding:2px;display:flex}._clearSearch_rb9ck_800:hover{color:#6b7280}._statusFilter_rb9ck_640{display:flex;gap:4px;flex-shrink:0}._statusBtn_rb9ck_822{padding:5px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:12px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s;white-space:nowrap}._statusBtn_rb9ck_822:hover{border-color:#d1d5db;color:#374151}._statusBtnActive_rb9ck_838{background:#ff2f4d;border-color:#ff2f4d;color:#fff}._statusBtnActive_rb9ck_838:hover{background:#ff062a}._tagBtn_rb9ck_847{padding:5px 12px;border:1px solid #e5e7eb;border-radius:16px;font-size:12px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s;white-space:nowrap}._tagBtn_rb9ck_847:hover{border-color:#d1d5db;color:#374151;background:#f3f4f6}._tagActive_rb9ck_864{background:#ff2f4d1a;color:#ff2f4d;border-color:#ff2f4d38}._tagActive_rb9ck_864:hover{background:#ff2f4d24;border-color:#ff2f4d4d;color:#ff2f4d}._body_rb9ck_875{flex:1;padding:0;overflow-anchor:none}._grid_rb9ck_881{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:20px}._loadSentinel_rb9ck_887{min-height:68px;display:flex;align-items:center;justify-content:center;overflow-anchor:none}._loadMoreStatus_rb9ck_895{display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;font-size:13px;color:#8b95a1}._card_rb9ck_905{background:#fff;border-radius:16px;border:1px solid #e7e7ec;overflow:hidden;box-shadow:0 1px 2px #1111140a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;display:flex;flex-direction:column;container:card/inline-size}._card_rb9ck_905:hover{border-color:#ff2f4d59;box-shadow:0 14px 30px -10px #11111429;transform:translateY(-3px)}._card_rb9ck_905:hover ._cardOverlay_rb9ck_922{opacity:1}._cardSelected_rb9ck_926{border-color:#ff2f4d;box-shadow:0 0 0 2px #ff2f4d26}._cardSelected_rb9ck_926:hover{border-color:#ff2f4d}._cardRecentOp_rb9ck_934{border-color:#22c55e;box-shadow:0 0 0 2px #22c55e26;animation:_recentOpPulse_rb9ck_1 2s ease-out 1}._cardRecentOp_rb9ck_934:hover{border-color:#16a34a}._cardTourActive_rb9ck_943{border-color:#d1d5db;box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}._cardTourActive_rb9ck_943 ._cardOverlay_rb9ck_922,._cardTourActive_rb9ck_943 ._copyBtn_rb9ck_951{opacity:1}@keyframes _recentOpPulse_rb9ck_1{0%{box-shadow:0 0 0 4px #22c55e66}to{box-shadow:0 0 0 2px #22c55e26}}._selectCheckbox_rb9ck_963{position:absolute;top:10px;left:10px;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffffe6;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._copyBtn_rb9ck_951{position:absolute;top:10px;left:42px;z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#ffffffe6;border-radius:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#4b5563;opacity:0;transition:opacity .15s,background .15s,color .15s}._card_rb9ck_905:hover ._copyBtn_rb9ck_951{opacity:1}._copyBtn_rb9ck_951:hover{background:#ff2f4d;color:#fff}._copyBtn_rb9ck_951._copyBtnAlone_rb9ck_1006{left:10px}._checkboxChecked_rb9ck_1012{color:#ff2f4d}._checkboxUnchecked_rb9ck_1016{color:#d1d5db}._cardCover_rb9ck_1020{position:relative;aspect-ratio:3/4;background:#f3f4f6;cursor:pointer;overflow:hidden;background-image:linear-gradient(100deg,#f3f4f6 30%,#e9eaee,#f3f4f6 70%);background-size:200% 100%;animation:_coverShimmer_rb9ck_1 1.3s ease-in-out infinite}@keyframes _coverShimmer_rb9ck_1{0%{background-position:200% 0}to{background-position:-200% 0}}._coverImg_rb9ck_1039{position:relative;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .35s ease}._coverImgLoaded_rb9ck_1048{opacity:1}._noCover_rb9ck_1052{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d1d5db}._cardOverlay_rb9ck_922{position:absolute;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;gap:6px;color:#fff;font-size:14px;font-weight:500;opacity:0;transition:opacity .2s}._imageCountBadge_rb9ck_1076{position:absolute;bottom:8px;left:8px;display:flex;align-items:center;gap:4px;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:3px 6px;border-radius:6px;font-size:11px;font-weight:600;line-height:1;z-index:2}._imageCountCalcBtn_rb9ck_1094{display:flex;align-items:center;background:none;border:none;padding:0;color:#ffffffbf;cursor:pointer;line-height:1}._imageCountCalcBtn_rb9ck_1094:hover{color:#fff}._spin_rb9ck_1108{animation:_spinAnim_rb9ck_1 1s linear infinite}@keyframes _spinAnim_rb9ck_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._pageCountBadge_rb9ck_1120{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:3px;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;padding:3px 7px;border-radius:6px;font-size:11px;font-weight:600;line-height:1;z-index:2}._statusBadges_rb9ck_1138{position:absolute;top:8px;right:8px;display:flex;gap:4px;z-index:5}._statusDot_rb9ck_1147{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;font-size:10px;font-weight:700;cursor:default;-webkit-user-select:none;user-select:none;transition:all .2s;line-height:1}._status_online_rb9ck_1162{background:#22c55e;color:#fff;cursor:pointer}._status_online_rb9ck_1162:hover{background:#16a34a;transform:scale(1.1)}._status_offline_rb9ck_1172{background:#00000059;color:#fffc;cursor:pointer}._status_offline_rb9ck_1172:hover{background:#00000080;transform:scale(1.1)}._status_ready_rb9ck_1182{background:#f59e0b;color:#fff;cursor:pointer}._status_ready_rb9ck_1182:hover{background:#d97706;transform:scale(1.1)}._status_none_rb9ck_1192{background:#0000004d;color:#ffffffb3}._status_processing_rb9ck_1197{background:#3b82f6;color:#fff;animation:_pulse_rb9ck_1 1.5s ease-in-out infinite}._status_done_rb9ck_1203{background:#22c55e;color:#fff;cursor:pointer}._status_done_rb9ck_1203:hover{background:#16a34a;transform:scale(1.1)}._status_failed_rb9ck_1213{background:#ef4444;color:#fff;cursor:pointer}._status_failed_rb9ck_1213:hover{background:#dc2626;transform:scale(1.1)}@keyframes _pulse_rb9ck_1{0%,to{opacity:1}50%{opacity:.6}}._cardInfo_rb9ck_1231{padding:14px 16px 8px}._cardNameRow_rb9ck_1235{display:flex;align-items:center;gap:4px;min-width:0}._cardName_rb9ck_1235{font-size:15px;font-weight:600;color:#111;margin:0;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:default}._renameBtn_rb9ck_1255{flex-shrink:0;width:24px;height:24px;color:#9ca3af;opacity:0;transition:opacity .15s,color .15s,background .15s}._card_rb9ck_905:hover ._renameBtn_rb9ck_1255{opacity:1}._renameBtn_rb9ck_1255:hover{color:#374151;background:#f3f4f6}._cardNameEdit_rb9ck_1271{display:flex;align-items:center;gap:4px}._cardDesc_rb9ck_1277{font-size:12px;color:#9ca3af;margin:4px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardMeta_rb9ck_1286{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}._metaItem_rb9ck_1293{font-size:11px;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:6px}._metaTag_rb9ck_1301{font-size:11px;color:#ff2f4d;background:#ff2f4d0f;padding:2px 8px;border-radius:6px}._tagChipCard_rb9ck_1309{font-size:10px;font-weight:500;color:#4b5563;background:#f3f4f6;padding:2px 8px;border-radius:6px;white-space:nowrap;cursor:pointer;transition:all .15s}._tagChipCard_rb9ck_1309:hover{background:#e5e7eb;color:#111827}._cardTagsLine_rb9ck_1325{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}._hashTag_rb9ck_1332{font-size:12px;color:#3b82f6;white-space:nowrap;font-weight:500}._cardMeta_rb9ck_1286{margin-top:6px;font-size:11px;color:#9ca3af;line-height:1.4}._cardActions_rb9ck_1346{display:flex;padding:6px 12px 10px;gap:6px;align-items:center;justify-content:center;margin-top:auto;border-top:1px solid #f5f5f5;min-width:0}._cardActions_rb9ck_1346 .ant-btn{min-width:0;overflow:hidden}._cardActions_rb9ck_1346 .ant-btn>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@container card (max-width: 300px){._cardActions_rb9ck_1346 .ant-btn>span:not(.ant-btn-icon){display:none}._cardActions_rb9ck_1346 .ant-btn{padding-left:0;padding-right:0}}._editBtn_rb9ck_1376,._annotateBtn_rb9ck_1377,._tagAnalyzeBtn_rb9ck_1378,._publishBtn_rb9ck_1379,._unpublishBtn_rb9ck_1380,._deleteBtn_rb9ck_1381{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:7px 4px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:all .15s;white-space:nowrap;overflow:hidden;min-width:0}._editBtn_rb9ck_1376:hover{background:#ff2f4d0f;border-color:#ff2f4d73;color:#ff2f4d}._deleteBtn_rb9ck_1381:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}._publishBtn_rb9ck_1379:hover:not(:disabled){background:#f0fdf4;border-color:#86efac;color:#16a34a}._publishBtn_rb9ck_1379:disabled{opacity:.6;cursor:not-allowed}._unpublishBtn_rb9ck_1380{border-color:#d1fae5;background:#f0fdf4;color:#16a34a}._unpublishBtn_rb9ck_1380:hover:not(:disabled){background:#fff7ed;border-color:#fed7aa;color:#ea580c}._unpublishBtn_rb9ck_1380:disabled{opacity:.6;cursor:not-allowed}._annotateBtn_rb9ck_1377:hover{background:#faf5ff;border-color:#d8b4fe;color:#7c3aed}._tagAnalyzeBtn_rb9ck_1378:hover,._tagAnalyzeBtnDone_rb9ck_1450{background:#eff6ff;border-color:#93c5fd;color:#2563eb}._tagAnalyzeBtnDone_rb9ck_1450:hover{background:#dbeafe;border-color:#60a5fa;color:#1d4ed8}._annotateBtnDone_rb9ck_1461{background:#faf5ff;border-color:#c4b5fd;color:#7c3aed}._annotateBtnDone_rb9ck_1461:hover{background:#ede9fe;border-color:#a78bfa;color:#6d28d9}._publishBtnActive_rb9ck_1472{background:#f0fdf4;border-color:#86efac;color:#16a34a}._publishBtnActive_rb9ck_1472:hover{background:#dcfce7;border-color:#4ade80;color:#15803d}._cardStatusBar_rb9ck_1483{display:flex;align-items:center;gap:6px;padding:6px 12px;height:32px;font-size:11px;color:#7c3aed}._annotatingProgress_rb9ck_1493{width:60px;flex-shrink:0;height:4px;background:#ede9fe;border-radius:2px;overflow:hidden}._annotatingFill_rb9ck_1502{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:2px;transition:width .4s ease;position:relative}._annotatingFill_rb9ck_1502:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:_shimmer_rb9ck_1 1.5s infinite}@keyframes _shimmer_rb9ck_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._annotatingText_rb9ck_1525{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}._stopSingleBtn_rb9ck_1533{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:50%;background:#fee2e2;color:#ef4444;cursor:pointer;padding:0;transition:all .15s}._stopSingleBtn_rb9ck_1533:hover{background:#fca5a5;color:#fff}._statusLink_rb9ck_1553{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#16a34a;cursor:pointer;transition:color .15s;padding:2px 8px;border-radius:4px}._statusLink_rb9ck_1553:hover{color:#7c3aed;background:#faf5ff}._statusLinkTag_rb9ck_1570{color:#2563eb}._statusLinkTag_rb9ck_1570:hover{color:#7c3aed}._deleteBtn_rb9ck_1381{display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex-shrink:0;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#9ca3af;cursor:pointer;transition:all .15s}._deleteBtn_rb9ck_1381:hover{background:#fef2f2;border-color:#fecaca;color:#ef4444}._loadingState_rb9ck_1597,._emptyState_rb9ck_1598{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;color:#9ca3af}._spinner_rb9ck_1607{animation:_spin_rb9ck_1108 1s linear infinite}@keyframes _spin_rb9ck_1108{to{transform:rotate(360deg)}}._emptyTitle_rb9ck_1616{font-size:16px;font-weight:600;color:#6b7280;margin:16px 0 4px}._emptyDesc_rb9ck_1623{font-size:13px;color:#9ca3af;margin:0}._emptyBtn_rb9ck_1629{margin-top:20px;padding:10px 24px;border:none;border-radius:10px;font-size:14px;font-weight:600;color:#fff;background:#ff2f4d;cursor:pointer}._emptyBtn_rb9ck_1629:hover{filter:brightness(1.08)}._previewModalLarge_rb9ck_1644 .ant-modal-content{max-height:92vh;overflow:hidden}._previewOverlay_rb9ck_1649{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._previewModal_rb9ck_1644{background:#fff;border-radius:16px;width:520px;max-width:90vw;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 25px 60px #0003}._previewHeader_rb9ck_1672{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #f3f4f6}._previewHeader_rb9ck_1672 h3{flex:1;margin:0;font-size:16px;font-weight:600;color:#111}._previewPageInfo_rb9ck_1686{font-size:13px;color:#9ca3af;margin-right:12px}._previewClose_rb9ck_1692{display:flex;border:none;background:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:6px}._previewClose_rb9ck_1692:hover{background:#f3f4f6;color:#6b7280}._previewBody_rb9ck_1706{height:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:14px 28px 0;gap:10px}._previewStage_rb9ck_1716{position:relative;width:100%;min-height:0;flex:1;display:flex;align-items:center;justify-content:center}._previewImgWrap_rb9ck_1726{position:relative;width:100%;max-width:min(390px,58vh);max-height:100%;display:flex;align-items:center;justify-content:center}._previewImg_rb9ck_1726{width:auto;max-width:100%;max-height:100%;border-radius:8px;border:1px solid #e5e7eb;object-fit:contain}._previewRoleLabel_rb9ck_1745{position:absolute;top:8px;left:8px;background:#0009;color:#fff;padding:3px 10px;border-radius:6px;font-size:12px;font-weight:600}._previewSideNav_rb9ck_1757{position:absolute;top:50%;z-index:3;width:58px!important;height:58px!important;border-radius:18px!important;display:inline-flex!important;align-items:center;justify-content:center;color:#111827!important;border-color:#e5e7eb!important;background:#fffffff2!important;box-shadow:0 12px 28px #0f172a1f!important;transform:translateY(-50%)}._previewSideNav_rb9ck_1757:hover:not(:disabled){color:#ff2f4d!important;border-color:#ff2f4d59!important;background:#fff!important}._previewSideNav_rb9ck_1757:disabled{opacity:.28;box-shadow:none!important}._previewSideNavLeft_rb9ck_1783{left:18px}._previewSideNavRight_rb9ck_1787{right:18px}._previewNav_rb9ck_1791{width:100%;flex:0 0 94px;display:flex;justify-content:center;align-items:center}._navBtn_rb9ck_1799{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e5e7eb;border-radius:50%;background:#fff;color:#374151;cursor:pointer;transition:all .15s}._navBtn_rb9ck_1799:hover:not(:disabled){background:#f3f4f6}._navBtn_rb9ck_1799:disabled{opacity:.3;cursor:not-allowed}._previewDots_rb9ck_1820{display:flex;gap:6px}._dot_rb9ck_1825{width:8px;height:8px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;padding:0;transition:all .15s}._dotActive_rb9ck_1836{background:#ff2f4d;transform:scale(1.3)}._previewThumbs_rb9ck_1841{max-width:100%;display:flex;gap:10px;padding:4px 4px 8px;overflow-x:auto;overflow-y:hidden}._previewThumbs_rb9ck_1841::-webkit-scrollbar{height:6px}._previewThumbs_rb9ck_1841::-webkit-scrollbar-track{background:transparent}._previewThumbs_rb9ck_1841::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px}._previewThumb_rb9ck_1841{position:relative;width:54px;height:76px;flex:0 0 auto;padding:0;border:2px solid transparent;border-radius:8px;background:#f8fafc;overflow:hidden;cursor:pointer;transition:border-color .15s,transform .15s,box-shadow .15s}._previewThumb_rb9ck_1841 img{width:100%;height:100%;object-fit:cover;display:block}._previewThumb_rb9ck_1841 span{position:absolute;left:4px;bottom:4px;padding:1px 5px;border-radius:999px;font-size:10px;font-weight:700;line-height:16px;color:#fff;background:#1118279e}._previewThumb_rb9ck_1841:hover{transform:translateY(-1px);box-shadow:0 8px 18px #0f172a1f}._previewThumbActive_rb9ck_1896{border-color:#ff2f4d;box-shadow:0 0 0 3px #ff2f4d1f}._previewThumbActive_rb9ck_1896 span{background:#ff2f4d}._previewLoading_rb9ck_1904,._previewEmpty_rb9ck_1905{padding:60px;text-align:center;color:#9ca3af}._previewFooter_rb9ck_1911{padding:12px 20px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end}._previewEditBtn_rb9ck_1918{display:flex;align-items:center;gap:6px;padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;color:#fff;background:#3b82f6;cursor:pointer}._previewEditBtn_rb9ck_1918:hover{filter:brightness(1.08)}@media(max-width:1080px){._header_rb9ck_15{height:auto;min-height:52px;flex-wrap:wrap;padding-top:10px;padding-bottom:10px}._headerLeft_rb9ck_23{min-width:0}._headerRight_rb9ck_102{flex:1 1 100%;flex-wrap:wrap;justify-content:flex-start}._headerSearchWrap_rb9ck_140{flex:1 1 260px;min-width:0;max-width:none}._toolbar_rb9ck_431{padding-left:18px;padding-right:18px}._quickFilterRow_rb9ck_443,._statusAndSearch_rb9ck_500{align-items:stretch;flex-wrap:wrap}._toolbarLeftControls_rb9ck_451,._toolbarActions_rb9ck_468,._statusFilters_rb9ck_640,._filterRightCol_rb9ck_647{flex:1 1 100%}._toolbarActions_rb9ck_468{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}._toolbarActions_rb9ck_468::-webkit-scrollbar{display:none}._toolbarSearch_rb9ck_459,._filterSearch_rb9ck_655{width:100%}._filterRightCol_rb9ck_647{align-items:stretch}}@media(max-width:720px){._title_rb9ck_59{font-size:14px}._subtitle_rb9ck_79,._count_rb9ck_89{display:none}._secondaryActionBtn_rb9ck_152,._primaryActionBtn_rb9ck_161,._newBtn_rb9ck_203,._selectModeBtn_rb9ck_219{flex:1 1 136px;justify-content:center}._toolbar_rb9ck_431{padding-left:12px;padding-right:12px}._grid_rb9ck_881{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}._shell_1j01q_1{--brand: #ff2f4d;--text: #111114;--muted: #6b6b72;--bd: rgba(17, 17, 20, .07);font-family:Inter,-apple-system,PingFang SC,Microsoft YaHei,sans-serif}._header_1j01q_9{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}._title_1j01q_17{font-size:26px;font-weight:600;color:var(--text);margin:0;letter-spacing:-.3px}._titleAccent_1j01q_25{color:var(--brand)}._subtitle_1j01q_29{font-size:13px;color:var(--muted);margin:6px 0 0}._subtitle_1j01q_29 b{color:var(--text);font-weight:600}._headerActions_1j01q_39{display:flex;gap:8px;flex-shrink:0}._bar_1j01q_45{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid var(--bd);box-shadow:0 10px 28px #11111409;margin-bottom:20px;flex-wrap:wrap}._tab_1j01q_58{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:6px;border:none;background:transparent;color:var(--muted);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer}._tab_1j01q_58:hover{background:#1111140a}._tabOn_1j01q_76{background:#1111140f;color:var(--text);font-weight:600}._cnt_1j01q_82{font-size:10.5px;color:#a8a8ae;font-family:JetBrains Mono,monospace}._divider_1j01q_88{width:1px;height:20px;background:var(--bd)}._seg_1j01q_94{display:flex;gap:2px}._chip_1j01q_99{padding:6px 10px;border-radius:6px;border:none;background:transparent;color:var(--muted);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer}._chip_1j01q_99:hover{background:#1111140a}._chipOn_1j01q_114{background:#1111140f;color:var(--text);font-weight:600}._spacer_1j01q_120{flex:1}._search_1j01q_124{display:flex;align-items:center;gap:6px;width:220px;padding:5px 10px;border-radius:6px;background:#fafafc;border:1px solid var(--bd);color:var(--muted)}._search_1j01q_124 input{border:none;outline:none;background:transparent;font-size:12.5px;flex:1;min-width:0;color:var(--text);font-family:inherit}._search_1j01q_124 button{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer}._search_1j01q_124 button:hover{background:#1111140f}._sortWrap_1j01q_162{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;background:#fafafc;border:1px solid var(--bd);color:var(--muted)}._sortWrap_1j01q_162 select{border:none;outline:none;background:transparent;font-size:12.5px;color:var(--text);cursor:pointer;font-family:inherit}._viewToggle_1j01q_182{display:flex;padding:2px;border-radius:6px;background:#f1f1f3}._viewToggle_1j01q_182 button{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;border:none;background:transparent;color:var(--muted);cursor:pointer}._viewOn_1j01q_200{background:#fff!important;color:var(--text)!important;box-shadow:0 1px 2px #0000000f}._selectBtn_1j01q_206{display:inline-flex;align-items:center;gap:5px;padding:6px 11px;border-radius:6px;background:#fafafc;border:1px solid var(--bd);color:var(--muted);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s,border-color .15s,background .15s}._selectBtn_1j01q_206:hover{color:var(--text);border-color:var(--bd);background:#1111140d}._selectBar_1j01q_227{display:inline-flex;align-items:center;gap:6px;padding:3px;border-radius:8px;background:#fafafc;border:1px solid var(--bd)}._selectAll_1j01q_237,._selectCancel_1j01q_238{padding:5px 10px;border-radius:5px;border:none;background:transparent;color:var(--muted);font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer}._selectAll_1j01q_237:hover,._selectCancel_1j01q_238:hover{background:#1111140d;color:var(--text)}._selectDel_1j01q_255{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:5px;border:none;background:var(--brand);color:#fff;font-size:12.5px;font-weight:600;font-family:inherit;cursor:pointer;transition:filter .15s,opacity .15s}._selectDel_1j01q_255:hover{filter:brightness(1.06)}._selectDel_1j01q_255:disabled{opacity:.45;cursor:not-allowed}@media(max-width:960px){._bar_1j01q_45{align-items:stretch}._divider_1j01q_88,._spacer_1j01q_120{display:none}._search_1j01q_124{flex:1 1 200px;width:auto;min-width:0}}._card_zx376_1{--brand: #ff2f4d;position:relative;background:#fff;border:1px solid rgba(17,17,20,.07);border-radius:10px;box-shadow:0 1px 2px #11111408;cursor:pointer;overflow:hidden;transition:all .18s ease}._card_zx376_1:hover{box-shadow:0 8px 24px #11111414;transform:translateY(-2px);border-color:#1111141f}._cover_zx376_18{position:relative;margin:8px;width:calc(100% - 16px);border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#f5f5f7,#ebeaef)}._cover_zx376_18 img{width:100%;height:100%;object-fit:contain;display:block}._coverEmpty_zx376_33{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a8a8ae}._badge_zx376_42{position:absolute;left:8px;bottom:8px;font-size:10px;padding:2px 6px;border-radius:4px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#111114;font-weight:500}._hover_zx376_55{position:absolute;right:8px;top:8px;display:flex;gap:4px;z-index:2}._hoverBtn_zx376_64{width:26px;height:26px;border-radius:6px;border:none;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#111114;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000014;transition:all .12s ease}._hoverBtn_zx376_64:hover{background:#fff}._hoverDanger_zx376_83:hover{color:#ff2f4d}._selectableCard_zx376_87{cursor:pointer}._selectedCard_zx376_91{border-color:var(--brand);box-shadow:0 0 0 2px #ff2f4d2e}._check_zx376_96{position:absolute;left:14px;top:14px;z-index:3;width:20px;height:20px;border-radius:6px;border:1.5px solid rgba(17,17,20,.25);background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 1px 3px #0000001a}._checkOn_zx376_114{border-color:var(--brand);background:var(--brand)}._body_zx376_119{padding:4px 14px 14px}._name_zx376_123{font-size:13.5px;font-weight:600;color:#111114;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;min-height:2.8em}._meta_zx376_137{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px;color:#6b6b72;font-family:JetBrains Mono,monospace}._cardNoCover_zx376_147{min-height:126px;border-color:#11111414;background:linear-gradient(180deg,#ff2f4d06,#fff0 46%),#fff}._cardNoCover_zx376_147:hover{border-color:#ff2f4d2e;box-shadow:0 10px 28px #11111414}._cardNoCover_zx376_147 ._body_zx376_119{padding:16px 16px 15px}._cardNoCover_zx376_147 ._name_zx376_123{min-height:0;max-width:calc(100% - 34px);font-size:14px;font-weight:760;line-height:1.35;-webkit-line-clamp:1}._cardNoCover_zx376_147 ._meta_zx376_137{margin-top:11px;display:block;font-family:inherit}._renameInput_zx376_173{width:100%;font-size:13.5px;font-weight:600;color:#111114;padding:4px 6px;border:1px solid var(--brand);border-radius:4px;outline:none;font-family:inherit;background:#fff}._page_11j6d_1{position:relative;min-height:100dvh;font-family:Inter,-apple-system,PingFang SC,Microsoft YaHei,sans-serif;color:#111114;overflow:hidden}._shell_11j6d_9{position:relative;z-index:1;display:grid;grid-template-columns:var(--app-sidebar-width, 76px) minmax(0,1fr);min-height:100dvh}._main_11j6d_17{overflow:auto;max-height:100dvh;padding-bottom:var(--app-safe-bottom)}._ctaBtn_11j6d_23{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:32px;padding:0 13px;border-radius:8px;background:#ff2f4d;color:#fff;border:none;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit;box-shadow:0 4px 14px #ff2f4d40;transition:transform .1s ease,box-shadow .15s ease}._ctaBtn_11j6d_23:hover{box-shadow:0 6px 18px #ff2f4d59;transform:translateY(-1px)}._ctaBtn_11j6d_23:active{transform:translateY(0)}._ctaBtn_11j6d_23:disabled{opacity:.72;cursor:default;transform:none}._content_11j6d_54{padding:var(--app-page-top, 24px) var(--app-page-x, 32px) 48px;width:100%;max-width:none;margin:0}._greeting_11j6d_61{margin-bottom:24px}._timestamp_11j6d_65{font-size:13px;color:#6b6b72;font-family:JetBrains Mono,monospace}._title_11j6d_71{font-size:26px;font-weight:600;margin:4px 0 0;letter-spacing:-.3px;color:#111114}._titleAccent_11j6d_79{color:#ff2f4d}._subtitle_11j6d_83{font-size:13px;color:#6b6b72;margin-top:6px}._subtitle_11j6d_83 b{color:#111114;font-weight:600}._filterBar_11j6d_93{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:14px;background:#fff;border:1px solid rgba(17,17,20,.07);margin-bottom:20px;box-shadow:0 10px 28px #11111409}._filterTabs_11j6d_105{display:flex;gap:2px}._filterTab_11j6d_105{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:6px;border:none;background:transparent;color:#6b6b72;font-size:12.5px;font-weight:500;font-family:inherit;cursor:pointer}._filterTab_11j6d_105:hover{background:#1111140a}._filterTabActive_11j6d_128{background:#1111140f;color:#111114;font-weight:600}._filterTabCount_11j6d_134{font-size:10.5px;color:#a8a8ae;font-family:JetBrains Mono,monospace}._filterDivider_11j6d_140{width:1px;height:20px;background:#11111412}._filterSearch_11j6d_146{display:flex;align-items:center;gap:6px;width:220px;padding:4px 10px;border-radius:6px;background:#fafafc;border:1px solid rgba(17,17,20,.07);color:#6b6b72}._filterSearch_11j6d_146 input{border:none;outline:none;background:transparent;font-size:12.5px;flex:1;min-width:0;color:#111114;font-family:inherit}._filterSpacer_11j6d_168{flex:1}._filterSearchClear_11j6d_172{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;border:none;border-radius:4px;background:transparent;color:#6b6b72;cursor:pointer}._filterSearchClear_11j6d_172:hover{background:#1111140f}._viewToggle_11j6d_189{display:flex;padding:2px;border-radius:6px;background:#f1f1f3}._viewBtn_11j6d_196{display:flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:4px;border:none;background:transparent;color:#6b6b72;cursor:pointer;font-family:inherit}._viewBtnActive_11j6d_209{background:#fff;color:#111114;box-shadow:0 1px 2px #0000000f}._grid_11j6d_215{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}@media(max-width:560px){._grid_11j6d_215{grid-template-columns:1fr}}._card_11j6d_226{border-radius:10px;background:#fff;border:1px solid rgba(17,17,20,.07);box-shadow:0 1px 2px #11111408;cursor:pointer;overflow:hidden;transition:all .18s ease}._card_11j6d_226:hover{box-shadow:0 8px 24px #11111414;transform:translateY(-2px);border-color:#1111141f}._cardThumb_11j6d_241{position:relative;aspect-ratio:4/5;background:linear-gradient(135deg,#f5f5f7,#ebeaef);margin:8px;width:calc(100% - 16px);border-radius:8px;overflow:hidden}._cardThumb_11j6d_241 img{width:100%;height:100%;object-fit:contain;display:block}._cardThumbEmpty_11j6d_257{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#a8a8ae}._cardBadge_11j6d_266{position:absolute;left:8px;bottom:8px;font-size:10px;padding:2px 6px;border-radius:4px;background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#111114;font-weight:500}._cardHoverActions_11j6d_279{position:absolute;right:8px;top:8px;display:flex;gap:4px}._cardHoverBtn_11j6d_287{width:26px;height:26px;border-radius:6px;border:none;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#111114;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000014;font-family:inherit;transition:all .12s ease}._cardHoverBtn_11j6d_287:hover{background:#fff}._cardHoverBtnDanger_11j6d_307:hover{color:#ff2f4d}._cardBody_11j6d_311{padding:4px 14px 14px}._cardName_11j6d_315{font-size:13.5px;font-weight:600;color:#111114;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._cardMeta_11j6d_324{display:flex;align-items:center;gap:8px;margin-top:4px;font-size:11px;color:#6b6b72;font-family:JetBrains Mono,monospace}._cardRenameInput_11j6d_334{width:100%;font-size:13.5px;font-weight:600;color:#111114;padding:4px 6px;border:1px solid #ff2f4d;border-radius:4px;outline:none;font-family:inherit;background:#fff}._listBlock_11j6d_347{border-radius:10px;background:#fff;border:1px solid rgba(17,17,20,.07);overflow:hidden}._listHeader_11j6d_354,._row_11j6d_355{display:grid;grid-template-columns:56px 1fr 80px 140px 110px;align-items:center;gap:14px;padding:10px 14px}._listHeader_11j6d_354{font-size:10.5px;font-weight:600;color:#a8a8ae;letter-spacing:1px;text-transform:uppercase;font-family:JetBrains Mono,monospace;border-bottom:1px solid rgba(17,17,20,.07)}._row_11j6d_355{cursor:pointer;border-top:1px solid rgba(17,17,20,.07);transition:background .12s ease}._row_11j6d_355:first-child{border-top:none}._row_11j6d_355:hover{background:#fafafc}._rowThumb_11j6d_385{width:56px;height:40px;border-radius:6px;background:linear-gradient(135deg,#f5f5f7,#ebeaef);overflow:hidden;display:flex;align-items:center;justify-content:center;color:#a8a8ae}._rowThumb_11j6d_385 img{width:100%;height:100%;object-fit:cover;display:block}._rowName_11j6d_403{font-size:13.5px;font-weight:600;color:#111114;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._rowMeta_11j6d_412{font-size:11.5px;color:#6b6b72;font-family:JetBrains Mono,monospace}._rowActions_11j6d_418{display:flex;align-items:center;gap:4px;justify-self:end}._rowActionBtn_11j6d_425{width:26px;height:26px;border-radius:6px;border:none;background:transparent;color:#6b6b72;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:inherit;transition:all .12s ease}._rowActionBtn_11j6d_425:hover{background:#1111140f;color:#111114}._rowActionBtnDanger_11j6d_444:hover{color:#ff2f4d}._stateBox_11j6d_448{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:80px 0;color:var(--xz-text-2);font-size:13px}._stateTitle_11j6d_459{font-size:14px;font-weight:500;color:var(--xz-text);margin-top:4px}._stateDesc_11j6d_466{font-size:12px;color:var(--xz-text-3)}._spinning_11j6d_471{animation:_spin_11j6d_471 1s linear infinite}@keyframes _spin_11j6d_471{to{transform:rotate(360deg)}}@media(max-width:960px){._filterBar_11j6d_93{align-items:stretch;flex-wrap:wrap}._filterTabs_11j6d_105{flex:1 1 100%;overflow-x:auto;scrollbar-width:none}._filterTabs_11j6d_105::-webkit-scrollbar{display:none}._filterTab_11j6d_105{flex:0 0 auto}._filterDivider_11j6d_140,._filterSpacer_11j6d_168{display:none}._filterSearch_11j6d_146{flex:1 1 220px;width:auto;min-width:0}._viewToggle_11j6d_189,._ctaBtn_11j6d_23{flex:0 0 auto}._listBlock_11j6d_347{overflow-x:auto}._listHeader_11j6d_354,._row_11j6d_355{min-width:620px}}@media(max-width:640px){._title_11j6d_71{font-size:22px}._filterBar_11j6d_93{padding:10px;border-radius:12px}._filterSearch_11j6d_146,._ctaBtn_11j6d_23{flex:1 1 100%}._ctaBtn_11j6d_23{justify-content:center}}._page_1i3v3_2{position:fixed;inset:0;display:flex;flex-direction:column;background:#f8f9fb;z-index:5;overflow:hidden}._header_1i3v3_12{display:flex;align-items:center;justify-content:space-between;gap:20px;height:52px;padding:0 16px;background:#fbfbfd;border-bottom:1px solid #d9d9df;flex-shrink:0;z-index:20}._headerLeft_1i3v3_25{display:flex;align-items:center;gap:8px;min-width:190px;flex-shrink:0}._logoMark_1i3v3_33{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:0;border-radius:9px;background:transparent;cursor:pointer;padding:3px;overflow:hidden;transition:filter .15s}._logoMark_1i3v3_33 img{width:24px;height:24px;display:block;object-fit:contain}._logoMark_1i3v3_33:hover{filter:brightness(1.04)}._titleBlock_1i3v3_57{display:flex;flex-direction:column;gap:2px}._titleRow_1i3v3_63{display:flex;align-items:center;gap:8px;min-width:0}._backBtn_1i3v3_70{display:flex;align-items:center;justify-content:center;gap:4px;width:30px;height:30px;border:1px solid transparent;border-radius:8px;background:#fff;color:#6b7280;cursor:pointer;padding:0;transition:all .15s}._backBtn_1i3v3_70 svg{width:16px;height:16px}._backBtn_1i3v3_70:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}._title_1i3v3_57{font-size:15px;font-weight:600;color:#1a1c2e;margin:0;line-height:1;letter-spacing:-.02em}._statusBadge_1i3v3_104{font-size:11px;height:22px;padding:0 8px;border-radius:999px;font-weight:700;line-height:22px}._statusBadge_1i3v3_104._statusBadge_muted_1i3v3_112{background:#f1f1f4;color:#8b95a1}._statusBadge_1i3v3_104._statusBadge_primary_1i3v3_116{background:#fc415b1a;color:#fc415b}._statusBadge_1i3v3_104._statusBadge_warn_1i3v3_120{background:#f59e0b1f;color:#d97706}._headerRight_1i3v3_125{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:1;flex-shrink:0;min-width:0}._primaryActionBtn_1i3v3_135{display:flex;align-items:center;gap:4px;height:30px;padding:4px 10px;border:1px solid #fc415b;border-radius:6px;background:#fc415b;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}._primaryActionBtn_1i3v3_135 svg{width:15px;height:15px;flex-shrink:0}._primaryActionBtn_1i3v3_135:hover:not(:disabled){background:#fb1e3d;border-color:#fb1e3d}._primaryActionBtn_1i3v3_135:disabled{opacity:.4;cursor:not-allowed}._saveInLabBtn_1i3v3_165{display:inline-flex;align-items:center;gap:4px;height:30px;padding:4px 11px;border:1px solid #fc415b;border-radius:6px;background:#fc415b;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}._saveInLabBtn_1i3v3_165 svg{width:14px;height:14px}._saveInLabBtn_1i3v3_165:hover:not(:disabled){background:#fb1e3d;border-color:#fb1e3d}._saveInLabBtn_1i3v3_165:disabled{opacity:.45;cursor:not-allowed}._secondaryActionBtn_1i3v3_194{height:32px;padding:0 14px;border:1px solid #dfe3e8;border-radius:8px;background:#fff;color:#374151;font-size:12.5px;cursor:pointer;transition:all .15s}._secondaryActionBtn_1i3v3_194:hover{background:#f9fafb;border-color:#d1d5db}._body_1i3v3_210{flex:1;display:flex;overflow:hidden}._leftPane_1i3v3_216{width:42%;min-width:440px;max-width:640px;display:flex;flex-direction:column;border-right:1px solid #edf0f3;background:#fff;overflow:hidden}._rightPane_1i3v3_227{flex:1;display:flex;flex-direction:column;background:#f8f9fb;overflow:hidden;min-width:0}._sectionTitle_1i3v3_236{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1a1c2e}._sectionTitle_1i3v3_236 svg{width:14px;height:14px;color:#fc415b}._sectionHint_1i3v3_250{font-size:12px;color:#8b95a1}._refSection_1i3v3_255{display:flex;flex-direction:column;flex-shrink:0;max-height:60%;border-bottom:1px solid #edf0f3}._refSectionHeader_1i3v3_263{display:flex;align-items:center;justify-content:space-between;padding:14px 20px 10px;background:#fff}._platformRow_1i3v3_271{display:flex;align-items:center;gap:10px;padding:0 20px 12px;background:#fff}._platformRowLabel_1i3v3_279{font-size:12px;font-weight:600;color:#6b7280;flex:0 0 auto}._platformRowHint_1i3v3_286{font-size:11.5px;color:#9ca3af;line-height:1.4;min-width:0}._platformSwitch_1i3v3_293{display:inline-flex;align-items:center;gap:3px;height:30px;padding:2px;border:1px solid #edf0f3;border-radius:9px;background:#f7f8fa;flex:0 0 auto}._platformOption_1i3v3_305{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:24px;padding:0 9px 0 7px;border:0;border-radius:7px;background:transparent;color:#6b7280;font-size:12px;line-height:1;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,box-shadow .15s ease}._platformOption_1i3v3_305:hover:not(:disabled){color:#1a1c2e;background:#ffffffb8}._platformOption_1i3v3_305:disabled{opacity:.55;cursor:not-allowed}._platformOptionActive_1i3v3_332{background:#fff;color:#fc415b;font-weight:600;box-shadow:0 1px 4px #0f172a14}._platformIcon_1i3v3_339{width:16px;height:16px;border-radius:5px;flex:0 0 auto}._refSectionBody_1i3v3_346{flex:1;overflow-y:auto;padding:0 20px 12px;display:flex;flex-direction:column;gap:10px}._refSectionFooter_1i3v3_355{padding:12px 20px;border-top:1px solid #edf0f3;background:#fff;box-shadow:0 -4px 12px #0000000a;flex-shrink:0}._referenceItem_1i3v3_363{position:relative;background:#fafbfc;border:1px solid #edf0f3;border-radius:10px;transition:border-color .15s}._referenceItem_1i3v3_363:focus-within{border-color:#fc415b;background:#fff}._referenceHeader_1i3v3_375{display:flex;align-items:center;justify-content:space-between;padding:8px 12px 0;font-size:11px;color:#8b95a1}._referenceHeaderActions_1i3v3_384{display:flex;align-items:center;gap:6px}._parseLinkBtn_1i3v3_390{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border:1px solid #edf0f3;border-radius:5px;background:#fff;color:#6b7280;font-size:11px;cursor:pointer;transition:all .15s;white-space:nowrap}._parseLinkBtn_1i3v3_390 svg{width:11px;height:11px}._parseLinkBtn_1i3v3_390:hover:not(:disabled){border-color:#fc415b;color:#fc415b;background:#fc415b0a}._parseLinkBtn_1i3v3_390:disabled{opacity:.5;cursor:not-allowed}._parseLinkBtn_1i3v3_390._parseLinkBtnReady_1i3v3_417{border-color:#fc415b;color:#fc415b;background:#fc415b0f;animation:_pulseReady_1i3v3_1 1.6s ease-in-out infinite}@keyframes _pulseReady_1i3v3_1{0%,to{box-shadow:0 0 #fc415b00}50%{box-shadow:0 0 0 4px #fc415b26}}._referenceRemove_1i3v3_432{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:4px;background:transparent;color:#8b95a1;cursor:pointer;transition:all .15s}._referenceRemove_1i3v3_432 svg{width:13px;height:13px}._referenceRemove_1i3v3_432:hover{background:#ef44441a;color:#ef4444}._referenceTextarea_1i3v3_454{width:100%;min-height:80px;max-height:180px;padding:8px 14px 12px;border:0;border-radius:10px;background:transparent;font-size:13px;color:#1a1c2e;line-height:1.6;resize:vertical;outline:none;font-family:inherit}._referenceTextarea_1i3v3_454::placeholder{color:#8b95a1}._addRefBtn_1i3v3_473{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;border:1px dashed #cbd5e0;border-radius:10px;background:transparent;color:#6b7280;font-size:12.5px;cursor:pointer;transition:all .15s;flex-shrink:0}._addRefBtn_1i3v3_473 svg{width:14px;height:14px}._addRefBtn_1i3v3_473:hover:not(:disabled){border-color:#fc415b;color:#fc415b;background:#fc415b0a}._addRefBtn_1i3v3_473:disabled{opacity:.4;cursor:not-allowed}._extractBtn_1i3v3_503{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 18px;border:none;border-radius:10px;background:#fc415b;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;box-shadow:0 6px 14px #fc415b2e}._extractBtn_1i3v3_503 svg{width:16px;height:16px}._extractBtn_1i3v3_503:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}._extractBtn_1i3v3_503:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}._extractBtn_1i3v3_503._extracting_1i3v3_534 svg{animation:_spin_1i3v3_543 1s linear infinite}@keyframes _spin_1i3v3_543{to{transform:rotate(360deg)}}._spinning_1i3v3_543{animation:_spin_1i3v3_543 1s linear infinite}._promptSection_1i3v3_547{display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;overflow:hidden}._patchControlBar_1i3v3_556{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:linear-gradient(135deg,#fc415b0f,#fc415b05);border-bottom:1px solid rgba(252,65,91,.18);flex-shrink:0}._patchControlText_1i3v3_567{display:flex;align-items:center;gap:8px;font-size:13px;color:#1a1c2e;min-width:0;flex:1}._patchControlText_1i3v3_567 svg{width:14px;height:14px;color:#fc415b;flex-shrink:0}._patchControlText_1i3v3_567 strong{color:#fc415b;font-weight:600}._patchControlSummary_1i3v3_587{color:#8b95a1;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._patchControlActions_1i3v3_595{display:flex;gap:6px;flex-shrink:0}._patchSecondaryBtn_1i3v3_601{padding:5px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;cursor:pointer;transition:all .15s}._patchSecondaryBtn_1i3v3_601:hover{background:#f9fafb}._patchPrimaryBtn_1i3v3_615{display:inline-flex;align-items:center;gap:4px;padding:5px 14px;border:0;border-radius:6px;background:#fc415b;color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:filter .15s}._patchPrimaryBtn_1i3v3_615 svg{width:12px;height:12px}._patchPrimaryBtn_1i3v3_615:hover{filter:brightness(1.08)}._patchList_1i3v3_637{padding:10px 16px;background:#fafbfc;border-bottom:1px solid #edf0f3;display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto}._patchListItem_1i3v3_648{background:#fff;border:1px solid #edf0f3;border-radius:8px;padding:8px 10px;display:flex;flex-direction:column;gap:5px}._patchListItem_1i3v3_648._patchListItemRejected_1i3v3_657{opacity:.5;border-style:dashed}._patchListSection_1i3v3_662{font-size:10px;font-weight:700;color:#8b95a1;text-transform:uppercase;letter-spacing:.5px}._patchListDiff_1i3v3_670{display:flex;flex-direction:column;gap:2px;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:11.5px;line-height:1.6}._patchListOld_1i3v3_679{color:#b91c1c;background:#ef44441a;padding:2px 6px;border-radius:4px;white-space:pre-wrap;word-break:break-word}._patchListNew_1i3v3_688{color:#15803d;background:#10b9811a;padding:2px 6px;border-radius:4px;white-space:pre-wrap;word-break:break-word}._patchListToggle_1i3v3_697{align-self:flex-end;padding:2px 8px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#6b7280;font-size:11px;cursor:pointer;transition:all .15s}._patchListToggle_1i3v3_697:hover{border-color:#ef4444;color:#ef4444}._patchListWarn_1i3v3_713{font-size:12px;color:#d97706;padding:6px 10px;background:#f59e0b14;border-radius:6px}._versionTabBar_1i3v3_721{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 20px 0;flex-shrink:0}._versionTabs_1i3v3_730{display:flex;align-items:center;gap:4px;flex-wrap:wrap;flex:1;min-width:0}._versionTab_1i3v3_721{position:relative;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-size:12px;font-weight:500;color:#6b7280;transition:all .15s;white-space:nowrap}._versionTab_1i3v3_721:hover{background:#fafbfc;color:#1a1c2e}._versionTabActive_1i3v3_760{background:#fc415b14;border-color:#fc415b;color:#fc415b;font-weight:600}._versionTabActive_1i3v3_760:hover{background:#fc415b1f;color:#fc415b}._versionTabName_1i3v3_771{letter-spacing:.3px}._versionTabActions_1i3v3_775{display:inline-flex;align-items:center;gap:2px}._versionTabIconBtn_1i3v3_781{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:0;border-radius:3px;background:transparent;color:#fc415bb3;cursor:pointer;transition:all .15s;padding:0}._versionTabIconBtn_1i3v3_781 svg{width:11px;height:11px}._versionTabIconBtn_1i3v3_781:hover{background:#fc415b29;color:#fc415b}._versionRenameInput_1i3v3_804{height:22px;padding:0 6px;border:1px solid #fc415b;border-radius:4px;background:#fff;font-size:12px;font-weight:600;color:#1a1c2e;outline:none;width:80px}._versionTabHint_1i3v3_817{font-size:11px;color:#8b95a1;white-space:nowrap;flex-shrink:0}._promptHeader_1i3v3_824{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 8px;flex-shrink:0}._promptEditorWrap_1i3v3_832{position:relative;flex:1;display:flex;min-height:0}._promptTextarea_1i3v3_839{flex:1;margin:0 20px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc;font-size:12.5px;line-height:1.7;color:#1a1c2e;font-family:ui-monospace,SF Mono,Menlo,monospace;resize:none;outline:none;overflow:auto;min-height:0}._promptTextarea_1i3v3_839:focus{border-color:#fc415b;background:#fff;box-shadow:0 0 0 3px #fc415b14}._promptTextarea_1i3v3_839::placeholder{color:#8b95a1;font-family:inherit}._promptTextarea_1i3v3_839:disabled{color:#1a1c2eb8;cursor:progress}._promptEditingMask_1i3v3_869{position:absolute;inset:0 20px;z-index:2;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;background:#ffffffad;color:#fc415b;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:all}._promptEditingMask_1i3v3_869 svg{width:15px;height:15px}._promptInline_1i3v3_890{flex:1;margin:0 20px;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;background:#fafbfc;font-size:12.5px;line-height:1.8;color:#1a1c2e;font-family:ui-monospace,SF Mono,Menlo,monospace;white-space:pre-wrap;word-break:break-word;overflow:auto;min-height:0}._diffOld_1i3v3_907{display:inline;padding:1px 4px;background:#ef44441a;color:#b91c1c;border-radius:3px;text-decoration:line-through}._diffNew_1i3v3_916{display:inline;padding:1px 4px;background:#10b9811a;color:#15803d;border-radius:3px;margin-left:1px;font-weight:500}._refineInputArea_1i3v3_926{padding:12px 20px 16px;border-top:1px solid #edf0f3;background:#fafbfc;flex-shrink:0;display:flex;flex-direction:column;gap:8px}._refineInputHint_1i3v3_936{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#8b95a1}._refineInputHint_1i3v3_936 svg{width:12px;height:12px;color:#fc415b}._refineInputHint_1i3v3_936 strong{color:#1a1c2e;font-weight:600}._refineInputRow_1i3v3_953{display:flex;gap:8px;align-items:stretch}._refineInput_1i3v3_926{flex:1;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:13px;color:#1a1c2e;resize:none;outline:none;font-family:inherit;line-height:1.6;min-height:56px;max-height:120px}._refineInput_1i3v3_926:focus{border-color:#fc415b;box-shadow:0 0 0 3px #fc415b14}._refineInput_1i3v3_926::placeholder{color:#8b95a1}._refineInput_1i3v3_926:disabled{background:#f1f1f4;cursor:not-allowed}._refineBtn_1i3v3_986{display:inline-flex;align-items:center;gap:5px;padding:0 14px;border:0;border-radius:8px;background:#fc415b;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:filter .15s;flex-shrink:0}._refineBtn_1i3v3_986 svg{width:13px;height:13px}._refineBtn_1i3v3_986:hover:not(:disabled){filter:brightness(1.08)}._refineBtn_1i3v3_986:disabled{opacity:.5;cursor:not-allowed}._lab_1i3v3_1013{flex:1;display:flex;flex-direction:column;overflow:hidden}._labHeader_1i3v3_1020{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border-bottom:1px solid #edf0f3;flex-shrink:0}._labTopBar_1i3v3_1030{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px 10px;background:#fff;border-bottom:1px solid #edf0f3;flex-shrink:0}._labVersionTabs_1i3v3_1041{display:flex;align-items:center;gap:6px;flex-wrap:wrap;flex:1;min-width:0}._labVersionLabel_1i3v3_1050{font-size:12px;font-weight:500;color:#8b95a1;margin-right:4px}._labVersionTab_1i3v3_1041{padding:5px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}._labVersionTab_1i3v3_1041:hover{border-color:#fc415b;color:#fc415b}._labVersionTabActive_1i3v3_1074{background:#fc415b;border-color:#fc415b;color:#fff;font-weight:600;box-shadow:0 4px 10px #fc415b38}._labVersionTabActive_1i3v3_1074:hover{background:#fc415b;color:#fff;filter:brightness(1.05)}._labTitle_1i3v3_1087{font-size:14px;font-weight:600;color:#1a1c2e}._labHint_1i3v3_1093{padding:8px 20px;font-size:11.5px;color:#8b95a1;background:#fc415b08;border-bottom:1px solid #edf0f3;flex-shrink:0}._labRunAllBtn_1i3v3_1102{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#fc415b;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .15s}._labRunAllBtn_1i3v3_1102 svg{width:14px;height:14px}._labRunAllBtn_1i3v3_1102:hover:not(:disabled){border-color:#fc415b;background:#fc415b0d}._labRunAllBtn_1i3v3_1102:disabled{opacity:.5;cursor:not-allowed}._labList_1i3v3_1129{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px}._labEmpty_1i3v3_1138{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#8b95a1}._labEmpty_1i3v3_1138 svg{width:40px;height:40px;margin-bottom:12px;color:#d1d5db}._labEmpty_1i3v3_1138 h4{font-size:14px;color:#1a1c2e;margin:0 0 6px}._labEmpty_1i3v3_1138 p{font-size:12.5px;line-height:1.7;margin:0 0 16px;max-width:320px}._customSection_1i3v3_1166{background:#fff;border:1px solid rgba(252,65,91,.18);border-radius:12px;padding:14px 16px;margin-bottom:14px;display:flex;flex-direction:column;gap:10px;box-shadow:0 2px 8px #fc415b0a}._customSectionHeader_1i3v3_1178{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._customSectionTitle_1i3v3_1185{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#1a1c2e}._customSectionTitle_1i3v3_1185 svg{width:14px;height:14px;color:#fc415b}._customSectionHint_1i3v3_1199{font-size:11.5px;color:#8b95a1;margin-top:2px}._customAddBtn_1i3v3_1205{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border:1px solid #e5e7eb;border-radius:7px;background:#fff;color:#fc415b;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s;flex-shrink:0}._customAddBtn_1i3v3_1205 svg{width:12px;height:12px}._customAddBtn_1i3v3_1205:hover{border-color:#fc415b;background:#fc415b0d}._customTabsBar_1i3v3_1229{display:flex;align-items:center;border-bottom:1px solid #edf0f3;margin-bottom:0}._customTabs_1i3v3_1229{display:flex;align-items:center;gap:2px;flex-wrap:wrap;flex:1;min-width:0}._customTab_1i3v3_1229{position:relative;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;margin-bottom:-1px;border:1px solid transparent;border-bottom:0;border-radius:8px 8px 0 0;background:transparent;cursor:pointer;font-size:12.5px;font-weight:500;color:#6b7280;transition:all .15s;white-space:nowrap}._customTab_1i3v3_1229:hover{color:#1a1c2e;background:#fc415b0a}._customTabActive_1i3v3_1268{background:#fff;border-color:#edf0f3;border-bottom-color:#fff;color:#fc415b;font-weight:600}._customTabActive_1i3v3_1268:hover{background:#fff;color:#fc415b}._customTabDot_1i3v3_1280{display:inline-block;width:6px;height:6px;border-radius:50%;background:#fc415b;opacity:.7}._customTabClose_1i3v3_1289{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-left:2px;border:0;border-radius:3px;background:transparent;color:#8b95a1;cursor:pointer;transition:all .15s;padding:0}._customTabClose_1i3v3_1289 svg{width:11px;height:11px}._customTabClose_1i3v3_1289:hover{background:#ef444426;color:#ef4444}._customTabAdd_1i3v3_1313{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border:1px dashed #e5e7eb;border-radius:6px;background:transparent;color:#6b7280;font-size:12px;cursor:pointer;transition:all .15s;margin-left:6px}._customTabAdd_1i3v3_1313 svg{width:12px;height:12px}._customTabAdd_1i3v3_1313:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0a}._customCardSplit_1i3v3_1337{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border-radius:0 0 10px 10px;overflow:hidden}._customSplitInput_1i3v3_1346,._customSplitOutput_1i3v3_1347{padding:12px 14px;display:flex;flex-direction:column;gap:8px;min-height:280px}._customSplitInput_1i3v3_1346{border-right:1px solid #edf0f3}._customSplitOutput_1i3v3_1347{background:#fc415b05}._customSplitHeader_1i3v3_1363{display:flex;align-items:center;justify-content:space-between;gap:8px}._customSplitLabel_1i3v3_1370{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#8b95a1;text-transform:uppercase;letter-spacing:.6px}._customSplitOutput_1i3v3_1347 ._customSplitLabel_1i3v3_1370{color:#fc415b}._customSplitLabel_1i3v3_1370 svg{width:10px;height:10px}._customSplitTextarea_1i3v3_1388{flex:1;width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12.5px;color:#1a1c2e;line-height:1.7;resize:none;outline:none;font-family:inherit;min-height:160px}._customSplitTextarea_1i3v3_1388:focus{border-color:#fc415b;box-shadow:0 0 0 3px #fc415b14}._customSplitTextarea_1i3v3_1388::placeholder{color:#8b95a1}._customSplitOutputBody_1i3v3_1411{flex:1;padding:10px 12px;background:#fff;border:1px solid rgba(252,65,91,.15);border-radius:8px;overflow-y:auto;min-height:160px;max-height:360px}._customList_1i3v3_1422{display:flex;flex-direction:column;gap:10px}._customCard_1i3v3_1337{background:#fafbfc;border:1px solid #edf0f3;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px}._customCardHeader_1i3v3_1438{display:flex;align-items:center;justify-content:space-between;gap:8px}._customCardLabel_1i3v3_1445{font-size:11.5px;font-weight:600;color:#fc415b;letter-spacing:.3px}._customCardActions_1i3v3_1452{display:flex;align-items:center;gap:6px}._customCardBody_1i3v3_1458{display:flex;flex-direction:column;gap:8px}._customInputArea_1i3v3_1464{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:12.5px;color:#1a1c2e;line-height:1.6;resize:vertical;outline:none;font-family:inherit;min-height:62px}._customInputArea_1i3v3_1464:focus{border-color:#fc415b;box-shadow:0 0 0 3px #fc415b14}._customInputArea_1i3v3_1464::placeholder{color:#8b95a1}._customCardRunBar_1i3v3_1486{display:flex;justify-content:flex-end}._customRunBtn_1i3v3_1491{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:0;border-radius:7px;background:#fc415b;color:#fff;font-size:12.5px;font-weight:500;cursor:pointer;transition:filter .15s}._customRunBtn_1i3v3_1491 svg{width:13px;height:13px}._customRunBtn_1i3v3_1491:hover:not(:disabled){filter:brightness(1.08)}._customRunBtn_1i3v3_1491:disabled{opacity:.5;cursor:not-allowed}._customOutput_1i3v3_1517{background:#fc415b0a;border:1px solid rgba(252,65,91,.15);border-radius:8px;padding:10px 12px;display:flex;flex-direction:column;gap:6px}._customOutputHeader_1i3v3_1527{display:flex;align-items:center;justify-content:space-between;gap:8px}._customOutputLabel_1i3v3_1534{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#fc415b;text-transform:uppercase;letter-spacing:.6px}._customOutputLabel_1i3v3_1534 svg{width:10px;height:10px}._customOutputText_1i3v3_1549{margin:0;font-family:inherit;font-size:12.5px;line-height:1.75;color:#1a1c2e;white-space:pre-wrap;word-break:break-word}._refCompareSection_1i3v3_1559{margin-top:4px;padding-bottom:8px;border-bottom:1px dashed #edf0f3}._refCompareTitle_1i3v3_1565{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#1a1c2e}._refCompareTitle_1i3v3_1565 svg{width:14px;height:14px;color:#6b7280}._compareCard_1i3v3_1579{background:#fff;border:1px solid #edf0f3;border-radius:10px;overflow:hidden}._compareCardHeader_1i3v3_1586{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#fafbfc;border-bottom:1px solid #edf0f3}._compareCardLabel_1i3v3_1595{font-size:11.5px;font-weight:600;color:#fc415b;letter-spacing:.3px}._compareCardActions_1i3v3_1602{display:flex;align-items:center;gap:6px}._satBtn_1i3v3_1608{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:1px solid #edf0f3;border-radius:5px;background:#fff;color:#8b95a1;cursor:pointer;transition:all .15s}._satBtn_1i3v3_1608 svg{width:13px;height:13px}._satBtn_1i3v3_1608:hover{background:#f9fafb}._satBtnYes_1i3v3_1629{border-color:#16a34a;background:#10b98114}._satBtnYes_1i3v3_1629 svg{color:#16a34a;fill:#16a34a}._satBtnNo_1i3v3_1638{border-color:#ef4444;background:#ef444414}._satBtnNo_1i3v3_1638 svg{color:#ef4444;fill:#ef4444}._runOneBtn_1i3v3_1647{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:5px;background:#fff;color:#6b7280;font-size:11.5px;cursor:pointer;transition:all .15s}._runOneBtn_1i3v3_1647 svg{width:12px;height:12px}._runOneBtn_1i3v3_1647:hover:not(:disabled){border-color:#fc415b;color:#fc415b}._runOneBtn_1i3v3_1647:disabled{opacity:.5;cursor:not-allowed}._compareBody_1i3v3_1673{display:grid;grid-template-columns:1fr 1fr;gap:0}._compareSide_1i3v3_1679{padding:12px 14px}._compareSide_1i3v3_1679+._compareSide_1i3v3_1679{border-left:1px solid #edf0f3}._compareSideNew_1i3v3_1686{background:#fc415b05}._compareSideLabel_1i3v3_1690{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;color:#8b95a1;text-transform:uppercase;letter-spacing:.6px;margin-bottom:6px}._compareSideNew_1i3v3_1686 ._compareSideLabel_1i3v3_1690{color:#fc415b}._compareSideLabel_1i3v3_1690 svg{width:10px;height:10px}._compareSideText_1i3v3_1709{margin:0;font-family:inherit;font-size:12.5px;line-height:1.75;color:#1a1c2e;white-space:pre-wrap;word-break:break-word}._compareSideLoading_1i3v3_1719{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#8b95a1}._compareSideLoading_1i3v3_1719 svg{width:13px;height:13px}._compareSideEmpty_1i3v3_1731{font-size:12.5px;color:#8b95a1;font-style:italic}._compareFeedback_1i3v3_1737{padding:10px 14px;border-top:1px solid #edf0f3;background:#ef44440a;display:flex;flex-direction:column;gap:6px}._compareFeedbackInput_1i3v3_1746{width:100%;padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:12.5px;color:#1a1c2e;resize:vertical;outline:none;font-family:inherit;line-height:1.6;min-height:38px}._compareFeedbackInput_1i3v3_1746:focus{border-color:#fc415b}._compareFeedbackSend_1i3v3_1764{align-self:flex-end;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border:0;border-radius:6px;background:#fc415b;color:#fff;font-size:12px;font-weight:500;cursor:pointer;transition:filter .15s}._compareFeedbackSend_1i3v3_1764 svg{width:12px;height:12px}._compareFeedbackSend_1i3v3_1764:hover:not(:disabled){filter:brightness(1.08)}._compareFeedbackSend_1i3v3_1764:disabled{opacity:.5;cursor:not-allowed}._toast_1i3v3_1791{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:10px 18px;background:#18181bf2;color:#fff;border-radius:10px;font-size:13px;box-shadow:0 8px 24px #0003;z-index:100;animation:_toastIn_1i3v3_1 .2s ease}@keyframes _toastIn_1i3v3_1{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}._saveModalBody_1i3v3_1816{display:flex;flex-direction:column;gap:14px;padding:4px 0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(120,128,145,.34) transparent}._saveModalBody_1i3v3_1816::-webkit-scrollbar{width:6px}._saveModalBody_1i3v3_1816::-webkit-scrollbar-track{background:transparent}._saveModalBody_1i3v3_1816::-webkit-scrollbar-thumb{border-radius:999px;background:#78809147}._saveModalBody_1i3v3_1816::-webkit-scrollbar-thumb:hover{background:#78809180}._avatarInitial_1i3v3_1841{font-size:22px;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.22)}._saveField_1i3v3_1848{display:flex;flex-direction:column;gap:6px}._saveField_1i3v3_1848 label{font-size:13px;font-weight:500;color:#1a1c2e}._fieldHint_1i3v3_1859{font-size:11.5px;color:#8b95a1;font-weight:400}._fieldError_1i3v3_1865{font-size:11.5px;color:#f43f5e;font-weight:500}._avatarUpload_1i3v3_1871{display:flex;gap:12px;align-items:center}._avatarPreview_1i3v3_1877{width:56px;height:56px;border-radius:12px;background:linear-gradient(135deg,#fc415b,#fd7386);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;color:#fff}._avatarPreview_1i3v3_1877 svg{width:22px;height:22px;opacity:.7}._avatarPreview_1i3v3_1877 img{width:100%;height:100%;object-fit:cover}._avatarUploadActions_1i3v3_1900{display:flex;flex-direction:column;gap:6px}._avatarUploadBtn_1i3v3_1906{display:inline-flex;align-items:center;padding:6px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#1a1c2e;font-size:12.5px;cursor:pointer;transition:all .15s}._avatarUploadBtn_1i3v3_1906:hover{border-color:#fc415b;color:#fc415b}._avatarRemoveBtn_1i3v3_1923{align-self:flex-start;padding:4px 10px;border:1px solid #e5e7eb;border-radius:6px;background:transparent;color:#8b95a1;font-size:11.5px;cursor:pointer;transition:all .15s}._avatarRemoveBtn_1i3v3_1923:hover{color:#ef4444;border-color:#ef4444}._avatarHint_1i3v3_1939{font-size:11.5px;color:#8b95a1}._tagChips_1i3v3_1944{display:flex;flex-wrap:wrap;gap:4px}._aiTagHeader_1i3v3_1950{display:flex;align-items:center;justify-content:space-between;gap:12px}._aiTagHeader_1i3v3_1950 label{margin:0}._aiAutoTagBtn_1i3v3_1960{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:0;border-radius:7px;background:#fff0f4;color:#fc415b;font-size:12px;font-weight:700;cursor:pointer;transition:all .15s}._aiAutoTagBtn_1i3v3_1960 svg{width:14px;height:14px}._aiAutoTagBtn_1i3v3_1960:hover:not(:disabled){background:#fc415b;color:#fff}._aiAutoTagBtn_1i3v3_1960:disabled{opacity:.55;cursor:not-allowed}._aiTagPanel_1i3v3_1988{max-height:260px;overflow:auto;padding:12px;border:1px solid #edf0f3;border-radius:10px;background:#fbfbfc}._aiTagGroup_1i3v3_1997+._aiTagGroup_1i3v3_1997{margin-top:10px}._aiTagGroupLabel_1i3v3_2001{display:block;font-size:11px;color:#8b95a1;margin-bottom:6px;font-weight:500;letter-spacing:.02em}._aiTagDimension_1i3v3_2010{display:none;color:#6b7280;font-size:12px;font-weight:700}._aiTagChips_1i3v3_2017{display:flex;flex-wrap:wrap;gap:8px}._aiTagChip_1i3v3_2017,._aiTagChipActive_1i3v3_2024{height:28px;padding:0 12px;border:1px solid transparent;border-radius:7px;font-size:12.5px;cursor:pointer;transition:all .15s}._aiTagChip_1i3v3_2017{background:#f1f2f5;color:#1a1c2e}._aiTagChip_1i3v3_2017:hover{border-color:#fc415b40;color:#fc415b}._aiTagChipActive_1i3v3_2024{border-color:#fc415b;background:#fc415b1a;color:#fc415b;font-weight:700}._aiTagChipActive_1i3v3_2024:before{content:"✓ ";font-size:10px}._refTabsBar_1i3v3_2054{background:#fafbfc;border-bottom:1px solid #edf0f3;flex-shrink:0}._refTabsRow_1i3v3_2060{display:flex;align-items:center;gap:6px;padding:10px 16px;flex-wrap:wrap}._refTabsLabel_1i3v3_2068{font-size:12px;font-weight:500;color:#8b95a1;margin-right:4px}._refTab_1i3v3_2054{padding:4px 10px;border:1px solid #edf0f3;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}._refTab_1i3v3_2054:hover{border-color:#fc415b;color:#fc415b}._refTabActive_1i3v3_2091{border-color:#fc415b;background:#fc415b1a;color:#fc415b;font-weight:600}._refTabActive_1i3v3_2091:hover{background:#fc415b26;color:#fc415b}._refTabAdd_1i3v3_2102{display:inline-flex;align-items:center;gap:3px;padding:4px 8px;border:1px dashed #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;cursor:pointer;transition:all .15s}._refTabAdd_1i3v3_2102 svg{width:11px;height:11px}._refTabAdd_1i3v3_2102:hover:not(:disabled){border-color:#fc415b;color:#fc415b;background:#fc415b0a}._refTabAdd_1i3v3_2102:disabled{opacity:.4;cursor:not-allowed}._refTabExpand_1i3v3_2129{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:11.5px;cursor:pointer;transition:all .15s;flex-shrink:0}._refTabExpand_1i3v3_2129 svg{width:11px;height:11px}._refTabExpand_1i3v3_2129:hover{border-color:#fc415b;color:#fc415b}._refTabExpandActive_1i3v3_2152{border-color:#fc415b;background:#fc415b1a;color:#fc415b;font-weight:600}._refTabEditWrap_1i3v3_2159{padding:0 16px 12px}._refTabEditCard_1i3v3_2163{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}._refTabEditHeader_1i3v3_2170{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border-bottom:1px solid #edf0f3;background:#fafbfc}._refTabEditTitle_1i3v3_2179{font-size:11.5px;font-weight:600;color:#fc415b}._refTabEditActions_1i3v3_2185{display:flex;align-items:center;gap:6px}._refTabEditDone_1i3v3_2191{display:inline-flex;align-items:center;gap:4px;padding:5px 14px;border:0;border-radius:5px;background:#fc415b;color:#fff;font-size:11.5px;font-weight:600;cursor:pointer;transition:filter .15s}._refTabEditDone_1i3v3_2191 svg{width:11px;height:11px}._refTabEditDone_1i3v3_2191:hover{filter:brightness(1.08)}._refTabEditTextarea_1i3v3_2213{width:100%;min-height:140px;max-height:280px;padding:12px;border:0;background:#fff;font-size:12.5px;color:#1a1c2e;line-height:1.7;resize:vertical;outline:none;font-family:inherit}._refTabEditTextarea_1i3v3_2213::placeholder{color:#8b95a1}._refTabEditFooter_1i3v3_2231{padding:6px 12px;background:#fafbfc;border-top:1px solid #edf0f3;font-size:11px;color:#8b95a1}._labGrid_1i3v3_2239{padding:16px 18px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px;flex:1;overflow-y:auto;align-content:start;background:#f6f7fb}._testEmptyCard_1i3v3_2250{grid-column:span 2;min-height:240px;border:1px dashed #e5e7eb;border-radius:10px;background:#fff;color:#8b95a1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center}._testEmptyCard_1i3v3_2250 svg{width:24px;height:24px;color:#fc415bb3}._testEmptyCard_1i3v3_2250 h4{margin:0;font-size:13px;color:#1a1c2e}._testEmptyCard_1i3v3_2250 p{margin:0;font-size:12px;line-height:1.6}._testResultCard_1i3v3_2281{background:#fff;border:1px solid #e5e7ee;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:360px;cursor:pointer;transition:all .15s}._testResultCard_1i3v3_2281:hover{border-color:#fc415b73;box-shadow:0 2px 8px #fc415b14}._testResultCardActive_1i3v3_2297{border-color:#fc415b;box-shadow:0 2px 8px #fc415b1a}._testResultHeader_1i3v3_2302{padding:10px 12px;background:#fff;border-bottom:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between;gap:10px}._testResultCardActive_1i3v3_2297 ._testResultHeader_1i3v3_2302{background:linear-gradient(90deg,#fc415b14,#fff)}._testResultLabel_1i3v3_2315{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:12px;font-weight:600;color:#1a1c2e}._testResultLabel_1i3v3_2315 svg{width:10px;height:10px}._testResultPromptTag_1i3v3_2329{font-size:10px;color:#8b95a1;font-weight:400;margin-left:2px}._testResultOriginal_1i3v3_2336{margin:12px 12px 0;padding:10px 11px;border:1px solid #edf0f5;border-radius:8px;background:#fbfcff}._testResultOriginal_1i3v3_2336 span{display:block;margin-bottom:5px;color:#8b95a1;font-size:10.5px;font-weight:700}._testResultOriginal_1i3v3_2336 p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;overflow:hidden;color:#6b7280;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word}._testRowsList_1i3v3_2363{flex:1;min-height:0;overflow-y:auto;padding:12px 16px 18px;background:#f6f7fb;display:flex;flex-direction:column;gap:10px}._testCaseRow_1i3v3_2374{display:grid;grid-template-columns:minmax(300px,.92fr) minmax(380px,1.28fr);gap:10px;align-items:stretch;padding:10px;border:1px solid #e7eaf0;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a0a;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}._testCaseRow_1i3v3_2374:hover{border-color:#fc415b52;box-shadow:0 12px 30px #0f172a12}._testCaseRowActive_1i3v3_2392{border-color:#fc415b94;box-shadow:0 12px 30px #fc415b1a}._testCasePanel_1i3v3_2397{min-width:0;height:188px;display:flex;flex-direction:column;border:1px solid #edf0f5;border-radius:8px;background:#fbfcff;overflow:hidden}._testCasePanelResult_1i3v3_2408{background:#fff}._testCasePanelHeader_1i3v3_2412{min-height:38px;padding:7px 10px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf0f5;background:#fff}._testCaseTitle_1i3v3_2423{display:inline-flex;align-items:center;min-width:0;gap:7px;color:#1a1c2e;font-size:12px;font-weight:700;white-space:nowrap}._testCaseTextarea_1i3v3_2434{flex:1;width:100%;min-height:0;padding:10px 12px;border:0;background:transparent;color:#1a1c2e;font-family:inherit;font-size:13px;line-height:1.75;resize:none;outline:none}._testCaseTextarea_1i3v3_2434::placeholder{color:#a1a8b5}._testCaseResultText_1i3v3_2452{flex:1;min-height:0;margin:0;padding:10px 12px;overflow:auto;color:#1a1c2e;font-family:inherit;font-size:13px;line-height:1.78;white-space:pre-wrap;word-break:break-word}._generateCaseBtn_1i3v3_2466{display:inline-flex;align-items:center;justify-content:center;gap:4px;height:28px;padding:0 12px;border:0;border-radius:6px;background:#fc415b;color:#fff;font-size:12px;font-weight:700;cursor:pointer;transition:filter .15s ease,opacity .15s ease}._generateCaseBtn_1i3v3_2466 svg{width:13px;height:13px}._generateCaseBtn_1i3v3_2466:hover:not(:disabled){filter:brightness(1.05)}._generateCaseBtn_1i3v3_2466:disabled{cursor:not-allowed;opacity:.55}._expandCaseBtn_1i3v3_2494{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #edf0f3;border-radius:6px;background:#fff;color:#8b95a1;cursor:pointer;transition:all .15s ease}._expandCaseBtn_1i3v3_2494 svg{width:13px;height:13px}._expandCaseBtn_1i3v3_2494:hover{border-color:#fc415b66;color:#fc415b;background:#fc415b0a}._testRowAdd_1i3v3_2517{min-height:56px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px dashed #cfd5df;border-radius:8px;background:#fff;color:#6b7280;font-family:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease}._testRowAdd_1i3v3_2517 svg{width:15px;height:15px}._testRowAdd_1i3v3_2517:hover{border-color:#fc415b73;color:#fc415b;background:#fc415b09}@media(max-width:1120px){._testCaseRow_1i3v3_2374{grid-template-columns:1fr}._testCasePanel_1i3v3_2397{height:170px}}._expandedCaseResizableBody_1i3v3_2551{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;padding-right:6px;padding-bottom:8px}._expandedCaseLayout_1i3v3_2561{flex:1 1 auto;height:100%;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}._expandedCasePanel_1i3v3_2570{min-width:0;min-height:0;display:flex;flex-direction:column}._expandedCasePanel_1i3v3_2570 h4{flex:0 0 auto;margin:0 0 8px;color:#1a1c2e;font-size:13px;font-weight:700}._expandedCasePanel_1i3v3_2570 pre{flex:1 1 auto;min-height:0;margin:0;padding:14px 16px;overflow:auto;border:1px solid #edf0f3;border-radius:8px;background:#fbfbfd;color:#1a1c2e;font-family:inherit;font-size:13px;line-height:1.8;white-space:pre-wrap;word-break:break-word}._expandedModalResizeHandle_1i3v3_2600{position:absolute;right:-14px;bottom:-14px;z-index:5;display:inline-flex;align-items:flex-end;justify-content:flex-end;width:32px;height:32px;padding:0;border:0;border-radius:8px;background:transparent;color:#a4adba;cursor:nwse-resize;touch-action:none}._expandedModalResizeHandle_1i3v3_2600 span{width:18px;height:18px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;border-bottom-right-radius:4px;background:linear-gradient(135deg,transparent 0 48%,currentColor 48% 55%,transparent 55% 100%),linear-gradient(135deg,transparent 0 67%,currentColor 67% 74%,transparent 74% 100%);opacity:.9}._expandedModalResizeHandle_1i3v3_2600:hover{color:#fc415b}@media(max-width:820px){._expandedCaseLayout_1i3v3_2561{grid-template-columns:1fr}}._refCard_1i3v3_2636{background:#fff;border:1.5px solid #fc415b;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #fc415b1a;display:flex;flex-direction:column;height:280px}._refCardHeader_1i3v3_2647{padding:8px 12px;background:#fc415b1a;border-bottom:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between}._refCardLabel_1i3v3_2656{font-size:11.5px;font-weight:700;color:#fc415b;letter-spacing:.3px}._refCardHint_1i3v3_2663{font-size:10px;color:#8b95a1}._refCardText_1i3v3_2668{flex:1;margin:0;padding:12px;font-family:inherit;font-size:12px;line-height:1.75;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow-y:auto;min-height:0}._compositeCard_1i3v3_2682{grid-column:span 2;background:#fff;border:1.5px solid #fc415b;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #fc415b1a;display:flex;flex-direction:column}._compositeBar_1i3v3_2693{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:linear-gradient(90deg,#fc415b1a,#fc415b0a,#fc415b1a);border-bottom:1px solid #edf0f3}._compositeBarText_1i3v3_2702{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#fc415b}._compositeBarText_1i3v3_2702 svg{width:13px;height:13px}._compositeBarMeta_1i3v3_2715{color:#8b95a1;font-weight:400}._compositeBarActions_1i3v3_2720{display:flex;gap:6px;align-items:center}._refSwitchGroup_1i3v3_2726{display:inline-flex;align-items:center;gap:4px;padding:2px;border:1px solid #edf0f3;border-radius:6px;background:#ffffffb3}._refSwitchBtn_1i3v3_2736{padding:3px 8px;border:0;border-radius:4px;background:transparent;color:#6b7280;font-size:11px;cursor:pointer;transition:all .15s}._refSwitchBtn_1i3v3_2736:hover{color:#fc415b;background:#fc415b0f}._refSwitchBtnActive_1i3v3_2751{background:#fc415b1f;color:#fc415b;font-weight:600}._compositeBarBtn_1i3v3_2757{display:inline-flex;align-items:center;gap:3px;padding:4px 9px;border:1px solid #e5e7eb;border-radius:5px;background:#fff;color:#6b7280;font-size:11px;cursor:pointer;transition:all .15s}._compositeBarBtn_1i3v3_2757 svg{width:10px;height:10px}._compositeBarBtn_1i3v3_2757:hover:not(:disabled){border-color:#fc415b;color:#fc415b}._compositeBarBtn_1i3v3_2757:disabled{opacity:.5;cursor:not-allowed}._compositeBarClose_1i3v3_2783{width:24px;height:24px;border:1px solid #e5e7eb;border-radius:5px;background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s}._compositeBarClose_1i3v3_2783 svg{width:12px;height:12px}._compositeBarClose_1i3v3_2783:hover{border-color:#ef4444;color:#ef4444}._compositeBody_1i3v3_2805{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:200px}._compositeSide_1i3v3_2812{padding:12px 14px;display:flex;flex-direction:column;gap:6px}._compositeSide_1i3v3_2812+._compositeSide_1i3v3_2812{border-left:1px solid #edf0f3}._compositeSideNew_1i3v3_2822{background:#fc415b08}._compositeSideLabel_1i3v3_2826{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:700;color:#8b95a1;text-transform:uppercase;letter-spacing:.6px}._compositeSideNew_1i3v3_2822 ._compositeSideLabel_1i3v3_2826{color:#fc415b}._compositeSideLabel_1i3v3_2826 svg{width:10px;height:10px}._compositeSideText_1i3v3_2844{margin:0;font-family:inherit;font-size:12.5px;line-height:1.8;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow:auto;flex:1;min-height:200px;max-height:380px}._compositeSideLoading_1i3v3_2858{display:flex;align-items:center;gap:6px;font-size:12.5px;color:#8b95a1;padding:12px 0}._compositeSideLoading_1i3v3_2858 svg{width:13px;height:13px}._compositeSideEmpty_1i3v3_2871{padding:24px 0;text-align:center}._versionCard_1i3v3_2876{background:#fff;border:1px solid #edf0f3;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;min-height:240px}._versionCardActive_1i3v3_2886{border-color:#fc415b;box-shadow:0 2px 8px #fc415b1a}._versionCardHeader_1i3v3_2891{padding:8px 12px;background:#fafbfc;border-bottom:1px solid #edf0f3;display:flex;align-items:center;justify-content:space-between}._versionCardActive_1i3v3_2886 ._versionCardHeader_1i3v3_2891{background:#fc415b14}._versionCardLabel_1i3v3_2903{display:inline-flex;align-items:center;gap:5px;font-size:11.5px;font-weight:600;color:#fc415b}._versionCardLabel_1i3v3_2903 svg{width:10px;height:10px}._versionCardActiveTag_1i3v3_2916{font-size:10px;color:#8b95a1;font-weight:400;margin-left:2px}._versionCardActions_1i3v3_2923{display:flex;gap:4px}._compareBtn_1i3v3_2928{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border:1px solid #fc415b;border-radius:4px;background:#fff;color:#fc415b;font-size:10.5px;font-weight:500;cursor:pointer;transition:all .15s}._compareBtn_1i3v3_2928 svg{width:10px;height:10px}._compareBtn_1i3v3_2928:hover:not(:disabled){background:#fc415b;color:#fff}._compareBtn_1i3v3_2928:disabled{opacity:.45;cursor:not-allowed}._runOneBtnSmall_1i3v3_2955{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#6b7280;font-size:10.5px;cursor:pointer;transition:all .15s}._runOneBtnSmall_1i3v3_2955 svg{width:10px;height:10px}._runOneBtnSmall_1i3v3_2955:hover:not(:disabled){border-color:#fc415b;color:#fc415b}._runOneBtnSmall_1i3v3_2955:disabled{opacity:.5;cursor:not-allowed}._versionCardText_1i3v3_2981{flex:1;margin:0;padding:10px;font-family:inherit;font-size:11.5px;line-height:1.7;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow:auto;min-height:180px;max-height:380px}._versionCardLoading_1i3v3_2996{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:#8b95a1;padding:24px 12px}._versionCardLoading_1i3v3_2996 svg{width:13px;height:13px}._versionCardEmpty_1i3v3_3011{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 12px}._refTabDot_1i3v3_3019{display:inline-block;width:5px;height:5px;border-radius:50%;background:#fc415b;margin-left:5px;opacity:.7}._takeoverWrap_1i3v3_3029{flex:1;display:flex;flex-direction:column;padding:12px 16px 16px;overflow:hidden}._takeoverVersionRow_1i3v3_3037{display:flex;align-items:center;gap:6px;padding:6px 0 10px;flex-wrap:wrap}._takeoverVersionLabel_1i3v3_3045{font-size:11px;color:#8b95a1;margin-right:2px}._takeoverVersionItem_1i3v3_3051{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border:1px solid #edf0f3;border-radius:6px;background:#fff;color:#6b7280;font-size:11.5px;font-weight:500;cursor:pointer;transition:all .15s}._takeoverVersionItem_1i3v3_3051 svg{width:10px;height:10px;color:#fc415b}._takeoverVersionItem_1i3v3_3051:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0a}._takeoverVersionDim_1i3v3_3076{color:#8b95a1;font-size:10px;font-weight:400}._takeoverCard_1i3v3_3082{flex:1;display:flex;flex-direction:column;background:#fff;border:1.5px solid #fc415b;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px #fc415b1a;min-height:0}._takeoverBody_1i3v3_3094{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}._takeoverSide_1i3v3_3101{padding:16px 18px;display:flex;flex-direction:column;gap:10px;min-height:0}._takeoverSide_1i3v3_3101+._takeoverSide_1i3v3_3101{border-left:1px solid #edf0f3}._takeoverSideNew_1i3v3_3112{background:#fc415b06}._takeoverSideLabel_1i3v3_3116{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;color:#8b95a1;text-transform:uppercase;letter-spacing:.6px}._takeoverSideNew_1i3v3_3112 ._takeoverSideLabel_1i3v3_3116{color:#fc415b}._takeoverSideLabel_1i3v3_3116 svg{width:11px;height:11px}._takeoverSideText_1i3v3_3134{flex:1;margin:0;font-family:inherit;font-size:13.5px;line-height:1.85;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow:auto;min-height:0}._sourcesBar_1i3v3_3147{background:#fff;border-bottom:1px solid #edf0f3;padding:10px 16px;flex-shrink:0}._sourcesBarHeader_1i3v3_3154{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding:0 2px 6px}._sourcesBarLabel_1i3v3_3162{font-size:12px;font-weight:600;color:#fc415b;letter-spacing:.3px}._sourcesBarHint_1i3v3_3169{font-size:11px;color:#8b95a1}._sourcesBarRow_1i3v3_3174{display:flex;flex-wrap:wrap;gap:6px;padding:2px}._sourceTab_1i3v3_3181{display:inline-flex;align-items:center;padding:5px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}._sourceTab_1i3v3_3181:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0a}._sourceTabActive_1i3v3_3200{border-color:#fc415b;background:#fc415b1a;color:#fc415b;font-weight:600;box-shadow:0 2px 6px #fc415b1f}._sourceTabActive_1i3v3_3200:hover{background:#fc415b24;color:#fc415b}._labActionBar_1i3v3_3212{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#fff;border-bottom:1px solid #edf0f3;flex-shrink:0}._labActionBarLeft_1i3v3_3223{display:flex;flex-direction:column;gap:2px}._labActionBarTitle_1i3v3_3229{display:flex;align-items:center;gap:8px}._labAddBtn_1i3v3_3235{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:50%;background:#fc415b;color:#fff;cursor:pointer;flex-shrink:0;transition:all .15s}._labAddBtn_1i3v3_3235 svg{width:13px;height:13px}._labAddBtn_1i3v3_3235:hover{background:#fb1938;transform:scale(1.1)}._labAddBtn_1i3v3_3235:disabled{opacity:.4;cursor:not-allowed;transform:none}._testColumns_1i3v3_3263{flex:1;display:flex;flex-direction:row;gap:12px;overflow-x:auto;overflow-y:hidden;padding:12px 16px 16px;background:#f6f7fb;align-items:stretch}._testColumn_1i3v3_3263{flex:0 0 340px;display:flex;flex-direction:column;gap:10px;min-width:0}._testColumnAdd_1i3v3_3283{flex:0 0 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;align-self:center;height:80px;border:1.5px dashed #e5e7eb;border-radius:10px;background:transparent;color:#8b95a1;font-size:12px;cursor:pointer;transition:all .15s}._testColumnAdd_1i3v3_3283 svg{width:16px;height:16px}._testColumnAdd_1i3v3_3283:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0a}._labEmptyColumns_1i3v3_3310{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:#8b95a1}._labEmptyColumns_1i3v3_3310 svg{width:32px;height:32px;color:#fc415b66}._labEmptyColumns_1i3v3_3310 h4{margin:0;font-size:15px;color:#1a1c2e;font-weight:600}._labEmptyColumns_1i3v3_3310 p{margin:0;font-size:13px}._labEmptyAddBtn_1i3v3_3335{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:8px 20px;border:1.5px solid #fc415b;border-radius:8px;background:#fc415b0f;color:#fc415b;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s}._labEmptyAddBtn_1i3v3_3335:hover{background:#fc415b1f}._labEmptyAddBtn_1i3v3_3335 svg{width:14px;height:14px}._testCardsBar_1i3v3_3358{background:#fff;border-bottom:1px solid #edf0f3;padding:14px 18px 16px;flex-shrink:0}._testCardsHeader_1i3v3_3365{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 2px 8px}._testCardsHeaderActions_1i3v3_3373{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}._testCardsHeaderText_1i3v3_3380{display:flex;flex-direction:column;gap:4px;min-width:0}._testCardsLabel_1i3v3_3387{font-size:12px;font-weight:600;color:#1a1c2e}._testCardsCount_1i3v3_3393{margin-left:4px;font-size:11px;font-weight:400;color:#8b95a1}._testCardsHint_1i3v3_3400{font-size:11px;color:#8b95a1}._testCardsRow_1i3v3_3405{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 8px}._testCardsRow_1i3v3_3405::-webkit-scrollbar{height:6px}._testCardsRow_1i3v3_3405::-webkit-scrollbar-thumb{background:#fc415b40;border-radius:3px}._testCard_1i3v3_3358{position:relative;flex-shrink:0;width:100%;background:#fff;border:1px solid #e7eaf0;border-radius:8px;padding:10px 12px 12px;display:flex;flex-direction:column;gap:8px;transition:border-color .15s ease,box-shadow .15s ease}._testCard_1i3v3_3358:hover{border-color:#fc415b59;box-shadow:0 4px 12px #0f172a12}._testCardActive_1i3v3_3437{border-color:#fc415b9e;background:linear-gradient(180deg,#fc415b09,#fff 34%);box-shadow:0 8px 24px #fc415b1f}._testCardActive_1i3v3_3437:before{content:"";position:absolute;left:-1px;top:12px;bottom:12px;width:3px;border-radius:0 3px 3px 0;background:#fc415b}._testCardActive_1i3v3_3437:hover{border-color:#fc415bb8}._testCardHead_1i3v3_3456{display:flex;align-items:center;justify-content:space-between;gap:6px}._testCardTitle_1i3v3_3463{display:inline-flex;align-items:center;gap:7px;font-size:12px;font-weight:700;color:#1a1c2e;letter-spacing:0}._testPairBadge_1i3v3_3473{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#fc415b;color:#fff;font-size:11px;font-weight:700;line-height:1}._testCardActions_1i3v3_3488{display:inline-flex;align-items:center;gap:2px}._testCardParseBtn_1i3v3_3494,._testCardRemoveBtn_1i3v3_3495{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid #edf0f3;border-radius:6px;background:#fff;color:#8b95a1;cursor:pointer;transition:all .15s}._testCardParseBtn_1i3v3_3494 svg,._testCardRemoveBtn_1i3v3_3495 svg{width:12px;height:12px}._testCardParseBtn_1i3v3_3494:hover:not(:disabled),._testCardRemoveBtn_1i3v3_3495:hover:not(:disabled){border-color:#fc415b;color:#fc415b}._testCardParseBtn_1i3v3_3494:disabled,._testCardRemoveBtn_1i3v3_3495:disabled{opacity:.5;cursor:not-allowed}._testCardParseBtnReady_1i3v3_3525{border-color:#fc415b;color:#fc415b;background:#fc415b0f;animation:_pulseReady_1i3v3_1 1.6s ease-in-out infinite}._testCardRemoveBtn_1i3v3_3495:hover{border-color:#ef4444;color:#ef4444;background:#ef44440f}._testCardTextareaWrap_1i3v3_3538{position:relative}._parsingOverlay_1i3v3_3542{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:6px;background:#ffffffe0;border-radius:8px;font-size:13px;color:#6b7280;pointer-events:none}._parsingOverlay_1i3v3_3542 svg{width:14px;height:14px}._testCardTextarea_1i3v3_3538{width:100%;height:120px;padding:10px 11px;border:1px solid #edf0f3;border-radius:8px;background:#fbfcfe;font-size:12px;color:#1a1c2e;line-height:1.55;resize:none;outline:none;font-family:inherit}._testCardTextarea_1i3v3_3538:focus{border-color:#fc415b;background:#fff;box-shadow:0 0 0 3px #fc415b14}._testCardTextarea_1i3v3_3538::placeholder{color:#8b95a1}._testCardActive_1i3v3_3437 ._testCardTextarea_1i3v3_3538{background:#fff}._testCardAdd_1i3v3_3586{flex:0 0 128px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:1px dashed #e5e7eb;border-radius:8px;background:#fbfcfe;color:#6b7280;font-size:12px;cursor:pointer;transition:all .15s}._testCardAdd_1i3v3_3586 svg{width:13px;height:13px}._testCardAdd_1i3v3_3586:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0a}._outputGrid_1i3v3_3610{flex:1;overflow-y:auto;padding:14px 16px 18px;display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:12px;align-content:start;background:#f6f7fb}._outputCard_1i3v3_3621{background:#fff;border:1px solid #e5e7ee;border-radius:10px;display:flex;flex-direction:column;flex:1;min-height:180px;overflow:hidden}@media(max-width:1180px){._header_1i3v3_12{gap:10px;padding:0 12px}._headerLeft_1i3v3_25,._titleBlock_1i3v3_57{min-width:0}._title_1i3v3_57{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._headerRight_1i3v3_125{overflow-x:auto;scrollbar-width:none}._headerRight_1i3v3_125::-webkit-scrollbar{display:none}._leftPane_1i3v3_216{width:38%;min-width:360px}._testColumn_1i3v3_3263{flex-basis:300px}._outputGrid_1i3v3_3610{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media(max-width:900px){._header_1i3v3_12{height:auto;min-height:52px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}._headerLeft_1i3v3_25,._headerRight_1i3v3_125{flex:1 1 100%}._body_1i3v3_210{flex-direction:column;overflow-y:auto}._leftPane_1i3v3_216{width:100%;min-width:0;max-width:none;min-height:320px;max-height:44vh;border-right:none;border-bottom:1px solid #edf0f3}._rightPane_1i3v3_227{min-height:56vh}._testColumns_1i3v3_3263{padding:10px 12px 12px}._testColumn_1i3v3_3263{flex-basis:280px}._outputGrid_1i3v3_3610{grid-template-columns:1fr}}._outputCardHeader_1i3v3_3704{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;background:#fafbfc;border-bottom:1px solid #edf0f3;flex-shrink:0}._outputCardLabel_1i3v3_3715{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:600;color:#1a1c2e}._outputCardLabel_1i3v3_3715 svg{width:12px;height:12px;color:#fc415b}._outputCardActions_1i3v3_3729{display:inline-flex;align-items:center;gap:6px}._outputCardBody_1i3v3_3735{flex:1;overflow-y:auto;padding:12px 14px;min-height:0}._outputCardEmpty_1i3v3_3742{height:100%;display:flex;align-items:center;justify-content:center;font-size:12.5px;color:#a1a8b5;font-style:italic}._outputText_1i3v3_3752{margin:0;font-family:inherit;font-size:13px;line-height:1.85;color:#1a1c2e;white-space:pre-wrap;word-break:break-word}@keyframes _shimmerSweep_1i3v3_1{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes _cursorBlink_1i3v3_1{0%,to{opacity:1}50%{opacity:0}}._skeletonBody_1i3v3_3778{display:flex;flex-direction:column;gap:10px;padding:4px 0}._skeletonLine_1i3v3_3785{height:13px;border-radius:5px;background:linear-gradient(90deg,#e2e5ec 25%,#f0f2f7,#e2e5ec 75%);background-size:200% 100%;animation:_shimmerSweep_1i3v3_1 1.6s linear infinite}._skeletonLine_1i3v3_3785:last-child{position:relative}._skeletonLine_1i3v3_3785:last-child:after{content:"";position:absolute;right:-5px;top:0;width:2px;height:13px;background:#fc415b;border-radius:1px;animation:_cursorBlink_1i3v3_1 .75s ease-in-out infinite}._compareWithRefBtn_1i3v3_3807{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s}._compareWithRefBtn_1i3v3_3807 svg{width:13px;height:13px}._compareWithRefBtn_1i3v3_3807:hover{border-color:#fc415b;color:#fc415b;background:#fc415b0d}._compareFullPanel_1i3v3_3832{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-top:2px solid rgba(252,65,91,.2)}._compareFullPanel_1i3v3_3832 ._compositeBody_1i3v3_2805{flex:1;min-height:0;overflow:hidden}._compareFullPanel_1i3v3_3832 ._compositeSide_1i3v3_2812{overflow-y:auto}._compareModalBody_1i3v3_3849{display:grid;grid-template-columns:1fr 1fr;height:65vh;min-height:400px;overflow:hidden}._compareModalSide_1i3v3_3857{display:flex;flex-direction:column;gap:8px;padding:14px 16px;overflow:hidden;border-top:1px solid #edf0f3}._compareModalSide_1i3v3_3857+._compareModalSide_1i3v3_3857{border-left:1px solid #edf0f3}._compareModalSideNew_1i3v3_3869{background:#fc415b06}._compareModalText_1i3v3_3873{flex:1;margin:0;font-family:inherit;font-size:13px;line-height:1.85;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow-y:auto;min-height:0}._benchmarkCompareWrap_1i3v3_3886{display:flex;flex-direction:column;gap:12px}._benchmarkCompareTabs_1i3v3_3892{display:flex;align-items:center;gap:6px;padding-bottom:10px;border-bottom:1px solid #edf0f3}._benchmarkCompareTabLabel_1i3v3_3900{font-size:12px;color:#8b95a1;margin-right:2px}._benchmarkCompareTab_1i3v3_3892{padding:4px 10px;border:1px solid #edf0f3;border-radius:5px;background:#fff;color:#6b7280;font-size:12px;cursor:pointer;transition:all .15s}._benchmarkCompareTab_1i3v3_3892:hover{border-color:#fc415b;color:#fc415b}._benchmarkCompareTabActive_1i3v3_3921{border-color:#fc415b;background:#fc415b1a;color:#fc415b;font-weight:600}._benchmarkCompareCols_1i3v3_3928{display:grid;grid-template-columns:1fr 1fr;gap:16px}._benchmarkComparePanel_1i3v3_3934{display:flex;flex-direction:column;gap:8px}._benchmarkComparePanel_1i3v3_3934 h4{margin:0;font-size:13px;font-weight:600;color:#1a1c2e}._benchmarkComparePanelResult_1i3v3_3946 h4{color:#fc415b}._benchmarkCompareText_1i3v3_3950{margin:0;padding:14px 16px;border:1px solid #edf0f3;border-radius:8px;background:#fbfbfd;font-family:inherit;font-size:13px;line-height:1.82;color:#1a1c2e;white-space:pre-wrap;word-break:break-word;overflow:auto;min-height:300px;max-height:480px}._benchmarkComparePanelResult_1i3v3_3946 ._benchmarkCompareText_1i3v3_3950{background:#fc415b08;border-color:#fc415b33}._modalRoot_1lidd_2{display:flex!important;align-items:stretch!important;justify-content:center!important;padding:20px 80px!important;overflow:hidden!important}._modalRoot_1lidd_2 .ant-modal{width:min(100%,1600px)!important;max-width:1600px!important;height:100%!important;padding:0!important;margin:0!important;top:0!important;flex:0 1 1600px;display:flex;flex-direction:column}._modalRoot_1lidd_2 .ant-modal-container,._modalRoot_1lidd_2 .ant-modal-content{background:linear-gradient(180deg,#fff,#f7f7f9);border-radius:20px;padding:0;overflow:hidden;height:100%;width:100%;flex:1 1 auto;display:flex;flex-direction:column}._modalRoot_1lidd_2 .ant-modal-body{padding:0!important;flex:1 1 auto;min-height:0;max-height:none!important;height:auto!important;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}._modalRoot_1lidd_2 .ant-modal-close{top:24px;right:24px;width:40px;height:40px;color:#2b2b33;background:#ffffffd9;border-radius:50%;z-index:10;box-shadow:0 2px 8px #00000014}._modalRoot_1lidd_2 .ant-modal-close:hover{background:#fff}._shell_1lidd_57{width:100%;max-width:1600px;margin:0 auto;padding:56px clamp(28px,4vw,56px) 36px;position:relative;font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;color:#181820;font-feature-settings:"tnum" 1;min-height:100%;display:flex;flex-direction:column}._tabContent_1lidd_71{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}._tabContent_1lidd_71>._cards_1lidd_78{margin-top:6px;margin-bottom:0}._shellCenter_1lidd_83{justify-content:center}._shellCenter_1lidd_83 ._tabContent_1lidd_71{flex:0 0 auto}._plansBody_1lidd_91{width:100%;margin-top:0;margin-bottom:0;display:flex;flex-direction:column}._head_1lidd_99{text-align:center;margin-bottom:16px;display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 auto}._headBoosters_1lidd_109{margin-bottom:62px}._headTitle_1lidd_113{font-size:36px;font-weight:900;margin:0;letter-spacing:1px;color:#3a2a1c}._headTitle_1lidd_113 ._red_1lidd_120{color:#ff2f4d}._headSub_1lidd_124{font-size:13px;color:#7a7a82;margin:0}._tabs_1lidd_130{position:absolute;top:28px;right:72px;display:flex;gap:6px;z-index:5}._tabBtn_1lidd_139{background:#ffffffd9;border:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;color:#7a7a82;cursor:pointer;border-radius:50%;transition:all .2s;font-family:inherit;box-shadow:0 2px 8px #0000000d}._tabBtn_1lidd_139:hover{background:#fff;color:#181820}._tabBtnActive_1lidd_159{background:#181820;color:#fff;box-shadow:0 4px 12px #11141838}._tabBtnActive_1lidd_159:hover{background:#181820;color:#fff}._billingToggle_1lidd_169{display:flex;justify-content:center;align-items:center;gap:14px;margin:0 0 42px;padding-top:4px}._togglePill_1lidd_178{display:inline-flex;background:#fff;border:1px solid #eeeef0;padding:4px;border-radius:999px;position:relative;box-shadow:0 8px 22px -16px #14141e66}._toggleOpt_1lidd_188{border:0;background:transparent;padding:7px 20px;font-size:13px;font-weight:700;color:#7a7a82;cursor:pointer;border-radius:999px;font-family:inherit;transition:color .2s;z-index:1;position:relative;white-space:nowrap}._toggleOpt_1lidd_188._active_1lidd_203{color:#fff}._toggleSlider_1lidd_207{position:absolute;top:4px;bottom:4px;background:#ff2f4d;border-radius:999px;box-shadow:0 6px 16px -6px #ff2f4d80;transition:left .28s cubic-bezier(.4,0,.2,1),width .28s cubic-bezier(.4,0,.2,1);z-index:0}._cards_1lidd_78{display:grid;gap:20px;align-items:stretch;width:100%;margin:0 auto}._cardsThree_1lidd_226{grid-template-columns:repeat(3,minmax(0,1fr));max-width:1280px}._cardsAuto_1lidd_231{--cols: 3;grid-template-columns:repeat(var(--cols),minmax(0,1fr));max-width:min(1480px,var(--cols) * 380px)}._card_1lidd_78{background:#fff;border:1px solid #eeeef0;border-radius:18px;padding:26px 24px 24px;position:relative;display:flex;flex-direction:column;transition:border-color .2s,box-shadow .2s,transform .2s;text-align:left;cursor:pointer}._card_1lidd_78:hover{transform:translateY(-2px);border-color:#ffc2cb;box-shadow:0 12px 32px #281e1414}._cardSelected_1lidd_255{border:2px solid #ff2f4d;padding:25px 23px 23px;box-shadow:0 12px 32px #ff2f4d1f}._cardSelected_1lidd_255:hover{border-color:#ff2f4d}._cardFeatured_1lidd_264{border-color:#ff2f4d;border-width:2px;padding:25px 23px 23px}._cardFeatured_1lidd_264:before{content:attr(data-badge);position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#ff2f4d;color:#fff;font-size:12px;font-weight:700;letter-spacing:2px;padding:5px 14px;border-radius:999px;box-shadow:0 4px 12px #ef2e2e52;white-space:nowrap}._tierName_1lidd_286{font-size:20px;font-weight:800;letter-spacing:.5px;margin:0 0 10px;color:#181820}._tierTagline_1lidd_294{font-size:12.5px;color:#7a7a82;line-height:1.6;min-height:38px;margin-bottom:16px;white-space:pre-line}._priceArea_1lidd_303{margin-bottom:14px}._priceRow_1lidd_307{display:flex;align-items:baseline;gap:4px;margin-top:12px}._priceCurrency_1lidd_314{font-size:20px;font-weight:700;color:#181820;align-self:flex-start;margin-top:12px}._priceMain_1lidd_322{font-size:42px;font-weight:700;line-height:1;letter-spacing:-1.5px;color:#181820}._priceUnit_1lidd_330{font-size:14px;color:#7a7a82;margin-left:4px;align-self:flex-end;margin-bottom:8px}._priceStrike_1lidd_338{font-size:16px;font-weight:500;color:#adadb4;text-decoration:line-through;margin-left:8px;align-self:flex-end;margin-bottom:10px}._offChip_1lidd_348{position:absolute;top:18px;right:18px;background:#ff2f4d;color:#fff;font-size:11px;font-weight:800;letter-spacing:1px;padding:5px 9px;border-radius:6px;line-height:1;z-index:3;box-shadow:0 4px 10px #ef2e2e47}._cta_1lidd_364{width:100%;background:#181820;color:#fff;border:0;border-radius:999px;padding:13px;font-size:14px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .05s;letter-spacing:4px;margin-top:22px;margin-bottom:28px;box-shadow:0 6px 16px #14100c33}._cta_1lidd_364:hover{background:#000}._cta_1lidd_364:disabled{background:#adadb4;cursor:not-allowed;box-shadow:none}._ctaCurrent_1lidd_390{background:#eee9e2;color:#8a7e72;letter-spacing:2px}._ctaCurrent_1lidd_390:disabled{background:#eee9e2;color:#8a7e72;cursor:default}._ctaDowngrade_1lidd_401{background:#fff;color:#181820;border:1px solid rgba(40,32,24,.16);box-shadow:none}._ctaDowngrade_1lidd_401:hover{background:#f7f3ee}._cardFeatured_1lidd_264 ._ctaCurrent_1lidd_390{background:#eee9e2;color:#8a7e72;box-shadow:none}._cardFeatured_1lidd_264 ._ctaDowngrade_1lidd_401{background:#fff;color:#181820;border:1px solid rgba(40,32,24,.16);box-shadow:none}._saveLink_1lidd_424{display:flex;justify-content:center;align-items:center;height:22px;margin:-16px 0 14px;font-size:12px;font-weight:700;color:#d31f38}._capacity_1lidd_435{margin-top:4px;margin-bottom:12px}._capRow_1lidd_440{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px;gap:8px}._capNum_1lidd_448{font-size:22px;font-weight:900;color:#181820;letter-spacing:-.5px}._capUnit_1lidd_455{font-size:13px;color:#2b2b33;font-weight:600;margin-left:4px}._capPer_1lidd_462{font-size:13px;color:#adadb4;font-weight:400;margin-left:2px}._capTeam_1lidd_469{font-size:11px;font-weight:700;color:#7a7a82;text-align:right}._capBar_1lidd_476{display:flex;gap:3px;height:8px}._capSeg_1lidd_482{flex:1;background:#f2f2f4;border-radius:2px}._capSegOn_1lidd_488{background:#181820}._cardFeatured_1lidd_264 ._capSegOn_1lidd_488{background:#ff2f4d}._pointsRow_1lidd_496{display:flex;align-items:baseline;gap:6px;font-size:13px;color:#7a7a82;margin:10px 0 14px}._pointsRowLabel_1lidd_505{color:#7a7a82;font-size:13px;font-weight:500}._pointsRowVal_1lidd_511{font-size:18px;font-weight:800;color:#181820;letter-spacing:-.3px}._pointsRowPer_1lidd_518{color:#adadb4;font-weight:400;font-size:12px}._feats_1lidd_524{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}._featItem_1lidd_533{display:flex;align-items:flex-start;gap:9px;font-size:13px;color:#2b2b33;line-height:1.5}._tick_1lidd_542{flex-shrink:0;width:16px;height:16px;border-radius:50%;position:relative;margin-top:2px;background:#ff2f4d}._tick_1lidd_542:after{content:"";position:absolute;width:6px;height:3px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);top:5px;left:4px}._featInherit_1lidd_563{color:#7a7a82;font-weight:600;background:#fafafb;border-radius:10px;align-items:center;margin:0 -4px 6px;padding:12px 14px}._featInherit_1lidd_563 b{color:#181820;font-weight:700}._featLabel_1lidd_577{font-size:10px;font-weight:700;letter-spacing:2px;color:#adadb4;margin-bottom:10px}._goldBadge_1lidd_585{position:relative;background:radial-gradient(120% 200% at 0% 0%,#3a2a17,#1a1208 55%,#0e0904);border-radius:10px;padding:10px 60px 10px 12px;margin:0 0 12px;border:1px solid rgba(240,185,74,.5);box-shadow:inset 0 1px #ffd27840,0 4px 10px #3a2a172e;overflow:hidden;min-height:54px}._goldBadge_1lidd_585:after{content:"🎁";position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:28px}._goldBadgeLine_1lidd_605{display:flex;align-items:center;gap:7px;font-size:11.5px;font-weight:600;color:#fbe6b3;line-height:1.4}._goldBadgeLine_1lidd_605+._goldBadgeLine_1lidd_605{margin-top:2px}._goldBadgeDot_1lidd_618{width:4px;height:4px;border-radius:50%;background:linear-gradient(180deg,#ffd770,#c98910);flex-shrink:0}._footnote_1lidd_626{margin-top:20px;text-align:center;font-size:12px;color:#7a7a82}._footnote_1lidd_626 b{color:#2b2b33}._payingState_1lidd_636{padding:60px 28px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}._payingHeader_1lidd_645{display:flex;align-items:center;gap:12px;margin-bottom:16px}._backBtn_1lidd_652{background:transparent;border:0;color:#7a7a82;font-size:13px;cursor:pointer;padding:4px 8px;border-radius:6px}._backBtn_1lidd_652:hover{background:#0000000a}._payingTitle_1lidd_665{font-size:15px;font-weight:700;color:#181820}._payingBody_1lidd_671{display:flex;flex-direction:column;align-items:center;padding:32px 0}._payingHint_1lidd_678{margin:16px 0 8px;font-size:16px;font-weight:600;color:#181820}._payingSubHint_1lidd_685{font-size:13px;color:#7a7a82;margin:4px 0}._spin_1lidd_691{animation:_spin_1lidd_691 1s linear infinite;color:#ff2f4d}@keyframes _spin_1lidd_691{to{transform:rotate(360deg)}}@media(max-width:1080px){._cardsThree_1lidd_226,._cardsAuto_1lidd_231{--cols: 2;grid-template-columns:repeat(2,1fr)}._shell_1lidd_57{padding:40px 28px 60px}._headTitle_1lidd_113{font-size:26px}._cmpWrap_1lidd_713{margin-top:56px}}@media(max-width:640px){._cardsThree_1lidd_226,._cardsAuto_1lidd_231{--cols: 1;grid-template-columns:1fr}._modalRoot_1lidd_2{padding:0!important}._modalRoot_1lidd_2 .ant-modal{width:100%!important;max-width:100vw!important;flex:1 1 auto;margin:0;top:0!important;padding:0}._modalRoot_1lidd_2 .ant-modal-content{border-radius:0;min-height:100vh}._shell_1lidd_57{padding:28px 18px 50px}._headTitle_1lidd_113{font-size:22px}._cmpWrap_1lidd_713{margin-top:40px}._cmpTable_1lidd_747{min-width:600px}}._hero_1lidd_751{display:flex;align-items:center;gap:12px}._heroZz_1lidd_757{width:118px;height:118px;object-fit:contain;flex:none}._saveTag_1lidd_764{color:#ff2f4d;font-weight:700}._toggleOpt_1lidd_188._active_1lidd_203 ._saveTag_1lidd_764{color:#ffe0e5}._bonusRibbon_1lidd_773{position:absolute;top:-14px;left:calc(100% - 10px);z-index:2;padding:2.5px 9px;border-radius:999px 999px 999px 4px;background:linear-gradient(135deg,#1b1b22,#33323e);color:#f2d98a;font-size:10.5px;font-style:normal;font-weight:800;letter-spacing:.04em;line-height:1.3;white-space:nowrap;box-shadow:0 3px 10px #1b1b2247;pointer-events:none}._billingToggle_1lidd_169{padding-top:14px!important}._tierEn_1lidd_799{font-size:12px;color:#c7c7cc;font-weight:600;margin-left:6px;letter-spacing:.5px}._ctag_1lidd_807{font-size:13px;color:#7a7a82;line-height:1.7;min-height:24px;margin:12px 0 0}._cbold_1lidd_815{color:#181820;font-weight:700;font-size:14.5px}._bnote_1lidd_821{margin-top:10px;font-size:12px;color:#7a7a82}._bnoteSave_1lidd_827{color:#d31f38;font-weight:700}._bnoteBonus_1lidd_832{display:inline-block;margin-right:6px;padding:1px 7px;border-radius:999px;background:#ffe9ed;color:#d31f38;font-size:11px;font-weight:800;letter-spacing:.01em;vertical-align:1px}._ptsLine_1lidd_845{font-size:13px;color:#7a7a82;margin-top:4px}._ptsLine_1lidd_845 b{color:#181820;font-size:15px;font-weight:800}._ptsBar_1lidd_856{display:flex;gap:2px;margin:10px 0 26px}._ptsSeg_1lidd_862{flex:1;height:7px;border-radius:2px;background:#f2f2f4}._ptsSegOn_1lidd_869{background:#ff2f4d}._seatLine_1lidd_873{display:flex;align-items:center;gap:6px;font-size:13px;color:#7a7a82;padding:12px 0;border-top:1px solid #f2f2f4;border-bottom:1px solid #f2f2f4}._seatLine_1lidd_873 b{color:#181820;font-weight:600}._seatAdd_1lidd_888{margin-left:auto;color:#ff2f4d;font-weight:600;font-size:12px;border:0;background:transparent;padding:0;cursor:pointer;font-family:inherit}._seatAdd_1lidd_888:hover{text-decoration:underline}._seatAddOff_1lidd_903{color:#adadb4;cursor:default}._seatAddOff_1lidd_903:hover{text-decoration:none}._inclRow_1lidd_911{display:flex;align-items:center;min-height:40px}._inclChip_1lidd_917{display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:linear-gradient(100deg,#1b1b22,#33333d);color:#f2d98a;font-size:12.5px;font-weight:700;letter-spacing:.2px;box-shadow:0 3px 10px #14100c29}._inclStar_1lidd_931{font-style:normal;color:#d9a83c;font-size:11px;line-height:1}._featBl_1lidd_938 b{display:block;font-weight:600;color:#181820;font-size:14px;line-height:1.4}._featBl_1lidd_938 p{color:#7a7a82;font-size:12px;line-height:1.5;margin:3px 0 0}._pkExp_1lidd_952{display:inline-flex;align-items:center;gap:5px;margin:10px 0 2px;background:#fff0f2;color:#d31f38;font-size:11.5px;font-weight:700;padding:5px 10px;border-radius:9px;align-self:flex-start}._boosterFine_1lidd_966{text-align:center;color:#adadb4;font-size:12px;margin-top:22px}._payState_1lidd_973{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 24px 52px}._payHeader_1lidd_982{align-self:stretch;display:flex;align-items:center;gap:12px;padding:4px 4px 20px}._payTitle_1lidd_990{font-size:15px;font-weight:700;color:#181820}._payBody_1lidd_996{display:flex;flex-direction:column;align-items:center;text-align:center}._zzStage_1lidd_1003{position:relative;width:128px;height:128px;display:flex;align-items:center;justify-content:center}._zzImg_1lidd_1012{width:100%;height:100%;object-fit:contain}._zzImgSm_1lidd_1018{width:62px;height:62px;object-fit:contain;margin-bottom:4px}._okBadge_1lidd_1025{position:absolute;bottom:8px;right:6px;width:34px;height:34px;border-radius:50%;background:#22b565;border:3px solid #fff;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px -3px #22b56580}._payDots_1lidd_1041{display:flex;gap:7px;margin-top:14px}._payDots_1lidd_1041 i{width:8px;height:8px;border-radius:50%;background:#ff2f4d;animation:_paybounce_1lidd_1 1s infinite}._payDots_1lidd_1041 i:nth-child(2){animation-delay:.15s}._payDots_1lidd_1041 i:nth-child(3){animation-delay:.3s}@keyframes _paybounce_1lidd_1{0%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-5px)}}._payHint_1lidd_1070{margin:18px 0 0;font-size:18px;font-weight:800;color:#181820}._paySub_1lidd_1077{font-size:13px;color:#7a7a82;margin:8px 0 0;max-width:300px;line-height:1.6}._orderChip_1lidd_1085{display:flex;align-items:center;justify-content:space-between;gap:14px;width:300px;max-width:80vw;background:#fafafb;border:1px solid #eeeef0;border-radius:13px;padding:13px 16px;margin-top:22px}._orderName_1lidd_1099{font-size:14px;font-weight:700;color:#181820}._orderPrice_1lidd_1105{font-size:17px;font-weight:800;color:#181820}._grantCard_1lidd_1111{width:320px;max-width:84vw;margin-top:20px;background:linear-gradient(150deg,#fff5f6,#fff);border:1px solid #ffdbe1;border-radius:15px;padding:14px 20px;text-align:left}._grantRow_1lidd_1122{display:flex;align-items:center;gap:9px;padding:6px 0;font-size:14px;color:#2b2b33;font-weight:600}._grantTick_1lidd_1132{width:20px;height:20px;border-radius:6px;background:linear-gradient(150deg,#ff8093,#ff2f4d);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex:none}._payCta_1lidd_1145{margin-top:24px;width:300px;max-width:80vw;border:0;border-radius:13px;padding:15px;font-size:15.5px;font-weight:700;letter-spacing:1px;cursor:pointer;background:#ff2f4d;color:#fff}._payGhost_1lidd_1160{margin-top:12px;font-size:13px;color:#7a7a82}._payGhostBtn_1lidd_1166{margin-top:12px;border:0;background:transparent;color:#7a7a82;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}._payGhostBtn_1lidd_1166 b{color:#ff2f4d}._reason_1lidd_1180{width:300px;max-width:80vw;margin-top:18px;background:#fafafb;border:1px solid #eeeef0;border-radius:13px;padding:13px 16px;font-size:12.5px;color:#7a7a82;line-height:1.6;text-align:left}._reason_1lidd_1180 b{color:#181820;font-weight:700}._safe_1lidd_1198{display:inline-flex;align-items:center;gap:6px;margin-top:16px;color:#22b565;font-size:12.5px;font-weight:700}._wechatGrid_1lidd_1208{display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:20px;max-width:650px;margin-top:20px}._wechatCard_1lidd_1218{width:190px;display:flex;flex-direction:column;align-items:center}._wechatImageFrame_1lidd_1225{width:190px;height:190px;padding:12px;border:1px solid #eeeef0;border-radius:16px;background:#fff}._wechatImage_1lidd_1225{display:block;width:100%;height:100%;border-radius:8px;object-fit:contain}._wechatName_1lidd_1242{margin-top:11px;color:#181820;font-size:13.5px;font-weight:700;line-height:1.4;text-align:center;overflow-wrap:anywhere}._wechatState_1lidd_1252{min-width:220px;min-height:190px;margin-top:20px;padding:24px;border:1px dashed #eeeef0;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#fff;color:#7a7a82;font-size:13px}._wechatError_1lidd_1269{color:#d31f38}._qrTip_1lidd_1273{margin-top:24px;color:#7a7a82;font-size:12.5px}._qrTip_1lidd_1273 b{color:#181820}._seatEntry_1lidd_1282{display:block;margin:22px auto 0;border:1px solid #eeeef0;background:#fff;border-radius:22px;padding:10px 20px;font-size:13.5px;font-weight:600;color:#181820;cursor:pointer;font-family:inherit;box-shadow:0 6px 18px -12px #14141e66}._seatEntry_1lidd_1282 b{color:#ff2f4d}._cmpWrap_1lidd_713{max-width:1040px;margin:80px auto 0;width:100%}._cmpTitle_1lidd_1306{text-align:center;font-size:24px;font-weight:800;color:#181820}._cmpSub_1lidd_1313{text-align:center;color:#7a7a82;font-size:14px;margin:8px 0 30px}._cmpScroll_1lidd_1320{overflow-x:auto;-webkit-overflow-scrolling:touch}._cmpTable_1lidd_747{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #eeeef0;border-radius:18px;overflow:hidden;min-width:720px}._cmpTable_1lidd_747 th,._cmpTable_1lidd_747 td{padding:15px 16px;text-align:center;font-size:13.5px;border-bottom:1px solid #f2f2f3;color:#2b2b33}._cmpTable_1lidd_747 thead th{background:#fbfbfc;padding:20px 14px;vertical-align:top}._cmpFirst_1lidd_1349{position:relative}._cmpThCurrent_1lidd_1353{position:relative;background:#fff8f9!important}._versionStamp_1lidd_1358{position:absolute;top:8px;right:7px;z-index:2;width:54px;height:54px;border:2px solid #ff2f4d;border-radius:50%;color:#ff2f4d;background:#ffffffe6;display:flex;align-items:center;justify-content:center;padding:7px;font-size:10px;line-height:1.1;font-weight:900;letter-spacing:1px;transform:rotate(-13deg);box-shadow:inset 0 0 0 2px #fff,inset 0 0 0 3px #ff2f4f73;pointer-events:none}._cmpSit_1lidd_1382{position:absolute;left:48%;transform:translate(-50%);bottom:-26px;height:112px;width:auto;object-fit:contain;z-index:4;pointer-events:none}._cmpThn_1lidd_1394{font-weight:800;font-size:15px;color:#181820}._cmpThp_1lidd_1400{margin:8px 0 12px;line-height:1}._cmpThp_1lidd_1400 b{font-size:20px;font-weight:800;color:#181820}._cmpThp_1lidd_1400 s{color:#adadb4;font-size:12px;font-weight:600;margin-left:4px}._cmpThb_1lidd_1416{border:1px solid #d9d9de;background:#fff;color:#181820;font-family:inherit;font-size:12.5px;font-weight:700;padding:8px 0;width:100%;border-radius:10px;cursor:pointer}._cmpThb_1lidd_1416:hover{background:#f4f4f6}._cmpRowh_1lidd_1432{text-align:left!important;font-weight:600;color:#181820!important}._cmpGrp_1lidd_1438 td{background:#f6f6f7;text-align:left!important;font-weight:800;font-size:12.5px;color:#7a7a82;letter-spacing:1px;padding:10px 16px!important}._cmpOk_1lidd_1448{color:#ff2f4d;font-weight:900}._cmpNo_1lidd_1453{color:#d6d6da}._entCta_1lidd_1457{max-width:1040px;margin:44px auto 56px;width:100%;background:linear-gradient(120deg,#fff3f5,#fff);border:1px solid #ffdbe1;border-radius:22px;padding:26px 34px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}._entZz_1lidd_1471{width:96px;height:96px;object-fit:contain;flex:none}._entText_1lidd_1478{flex:1 1 320px}._entText_1lidd_1478 h3{font-size:21px;font-weight:800;margin:5px 0 7px;color:#181820}._entText_1lidd_1478 p{color:#7a7a82;font-size:14px;line-height:1.6;margin:0}._entTag_1lidd_1494{font-size:11px;font-weight:700;letter-spacing:2px;color:#ff2f4d}._entBtn_1lidd_1501{background:#ff2f4d;color:#fff;border:0;padding:15px 30px;border-radius:13px;font-size:15px;font-weight:700;white-space:nowrap;cursor:pointer;font-family:inherit}._seatView_1lidd_1514{flex:1 1 auto;display:flex;flex-direction:column;justify-content:flex-start;padding:72px 24px 56px}._seatTop_1lidd_1522{position:relative;text-align:center;margin-bottom:24px}._seatTop_1lidd_1522 ._backBtn_1lidd_652{position:absolute;left:0;top:0}._seatTitle_1lidd_1533{font-size:26px;font-weight:800;color:#181820}._seatSub_1lidd_1539{color:#7a7a82;font-size:14px;margin-top:12px}._seatTwo_1lidd_1545{display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:stretch;max-width:920px;width:100%;margin:auto}._seatCol_1lidd_1555{border:1px solid #eeeef0;border-radius:18px;padding:30px;display:flex;flex-direction:column}._seatColHi_1lidd_1563{border:2px solid #ff2f4d}._seatColT_1lidd_1567{font-size:18px;font-weight:800;color:#181820}._seatColD_1lidd_1573{color:#7a7a82;font-size:13.5px;margin-top:6px}._perSeat_1lidd_1579{margin-top:24px;display:flex;align-items:baseline;gap:6px}._perSeatCur_1lidd_1586{font-size:20px;font-weight:700;color:#181820}._perSeatNum_1lidd_1592{font-size:38px;font-weight:800;letter-spacing:-1px;color:#181820}._perSeatUnit_1lidd_1599{color:#7a7a82;font-size:13px}._seatVol_1lidd_1604{color:#ff2f4d;font-size:14px;font-weight:700;margin-top:16px;letter-spacing:.2px}._seatNoBuy_1lidd_1613{margin-top:12px;padding:9px 12px;border-radius:10px;background:#fff7e6;color:#ad6800;font-size:12px;line-height:1.5}._stepper_1lidd_1623{display:flex;align-items:center;justify-content:space-between;background:#f4f4f6;border-radius:14px;margin-top:22px;padding:6px}._stepper_1lidd_1623 button{width:44px;height:40px;border:none;background:#fff;border-radius:10px;font-size:22px;font-weight:600;color:#181820;cursor:pointer;box-shadow:0 2px 5px -2px #00000026}._stepperQ_1lidd_1645{font-size:15px;font-weight:500;color:#7a7a82}._stepperQ_1lidd_1645 b{color:#181820;font-weight:700;font-size:16px;margin:0 2px}._seatTiers_1lidd_1657{margin-top:20px;display:flex;flex-direction:column;gap:10px}._seatTierRow_1lidd_1664{display:flex;align-items:center;justify-content:space-between;gap:12px}._seatTierRow_1lidd_1664 ._stepper_1lidd_1623{margin-top:0;flex:none;gap:4px;padding:4px}._seatTierRow_1lidd_1664 ._stepper_1lidd_1623 button{width:34px;height:32px;font-size:18px}._seatTierRow_1lidd_1664 ._stepper_1lidd_1623 button:disabled{opacity:.4;cursor:not-allowed}._seatTierInfo_1lidd_1686{display:flex;flex-direction:column;gap:2px;min-width:0}._seatTierInfo_1lidd_1686 b{font-size:15px;font-weight:700;color:#181820}._seatTotal_1lidd_1698{margin-top:22px;display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding-top:18px;border-top:1px dashed #eeeef0;color:#7a7a82;font-size:13.5px}._seatTotalRight_1lidd_1710{display:inline-flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:8px}._seatTotalLbl_1lidd_1718{color:#7a7a82;font-size:13.5px}._seatOrig_1lidd_1723{color:#adadb4;font-size:14px;text-decoration:line-through}._seatMoneyNum_1lidd_1729{font-size:28px;font-weight:800;color:#181820;letter-spacing:-.5px}._seatUnit_1lidd_1736{color:#7a7a82;font-size:13px}._seatOff_1lidd_1741{font-style:normal;font-size:12px;font-weight:800;color:#fff;background:#ff2f4d;border-radius:999px;padding:3px 9px;letter-spacing:.5px}._seatHint_1lidd_1752{color:#7a7a82;font-size:12px;margin-top:10px}._seatPool_1lidd_1758{margin-top:12px;padding:11px 13px;border:1px solid rgba(255,47,77,.16);border-radius:12px;background:linear-gradient(180deg,#ff2f4d0d,#ff2f4d04)}._seatPoolTitle_1lidd_1766{color:#181820;font-size:12.5px;font-weight:800;letter-spacing:-.01em}._seatPoolLine_1lidd_1773{margin-top:4px;color:#7a7a82;font-size:12px;font-variant-numeric:tabular-nums}._seatPoolSum_1lidd_1780{margin-top:5px;color:#181820;font-size:13px;line-height:1.5}._seatPoolSum_1lidd_1780 b{color:#d31f38;font-size:17px;font-weight:850;font-variant-numeric:tabular-nums}._seatPoolNote_1lidd_1793{margin-top:4px;color:#7a7a82;font-size:11px}._seatTierPrice_1lidd_1799{display:inline-flex;align-items:baseline;gap:5px;font-size:12.5px;color:#7a7a82;white-space:nowrap}._seatTierPrice_1lidd_1799 s{color:#adadb4;text-decoration:line-through}._seatTierPrice_1lidd_1799 em{font-style:normal;font-weight:800;color:#181820;font-size:14px}._seatFeats_1lidd_1818{list-style:none;margin:22px 0 4px;padding:0}._seatFeats_1lidd_1818 li{display:flex;gap:9px;font-size:13.5px;color:#33333a;padding:7px 0}._seatFeats_1lidd_1818 li i{color:#ff2f4d;font-style:normal;font-weight:900;flex:none}._seatBtn_1lidd_1837{margin-top:auto;width:100%;border:none;border-radius:13px;padding:15px;font-size:15.5px;font-weight:700;cursor:pointer;background:#ff2f4d;color:#fff;letter-spacing:1px;font-family:inherit}._seatColVip_1lidd_1852{background:linear-gradient(150deg,#fff5f6,#fff);align-items:center;text-align:center}._seatVipCenter_1lidd_1858{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}._seatVipZz_1lidd_1866{width:132px;height:132px;object-fit:contain;margin-bottom:14px}._seatVipTag_1lidd_1873{font-size:11px;font-weight:700;letter-spacing:3px;color:#ff2f4d;margin-bottom:16px}._seatVipT_1lidd_1873{font-size:27px;font-weight:800;color:#181820;letter-spacing:-.4px;line-height:1.35}._seatVipQ_1lidd_1889{color:#7a7a82;font-size:13px;margin-top:16px}._seatVipBtn_1lidd_1895{width:100%;border:none;border-radius:13px;padding:16px;font-size:15.5px;font-weight:700;cursor:pointer;background:#ff2f4d;color:#fff;letter-spacing:1px;font-family:inherit}@media(max-width:900px){._seatTwo_1lidd_1545{grid-template-columns:1fr;max-width:520px}._seatView_1lidd_1514{padding:28px 16px 32px}._seatTop_1lidd_1522{margin-bottom:28px}._seatTitle_1lidd_1533{font-size:22px}}@media(max-width:560px){._seatCol_1lidd_1555{padding:22px 18px}._seatTierRow_1lidd_1664{flex-wrap:wrap;row-gap:10px}._seatTierInfo_1lidd_1686{flex:1 1 100%}._seatTierPrice_1lidd_1799{white-space:normal}._seatTierRow_1lidd_1664 ._stepper_1lidd_1623{margin-left:auto}._seatTotal_1lidd_1698,._seatMoneyNum_1lidd_1729{font-size:24px}._seatVipZz_1lidd_1866{width:104px;height:104px}._seatVipT_1lidd_1873{font-size:23px}}._cmpSoonCell_1lidd_1953{padding-left:8px;padding-right:8px}._cmpSoonCell_1lidd_1953 span{display:block;width:100%;padding:7px 0;border-radius:10px;background:#f2f2f4;color:#7a7a82;font-size:12px;font-weight:700;letter-spacing:1px;text-align:center}._cmpAdd_1lidd_1970{display:inline-flex;align-items:center;justify-content:center;gap:5px;line-height:1}._cmpAddBtn_1lidd_1978{width:auto;height:auto;padding:0;border:none;background:transparent;color:#ff2f4d;font-size:16px;font-weight:700;line-height:1;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;transition:opacity .15s,transform .05s}._cmpAddBtn_1lidd_1978:hover{opacity:.65}._cmpAddBtn_1lidd_1978:active{transform:scale(.9)}._faqWrap_1lidd_2002{max-width:900px;margin:60px auto 0;width:100%}._faqTitle_1lidd_2008{text-align:center;font-size:24px;font-weight:800;color:#181820;margin-bottom:24px}._faqItem_1lidd_2016{background:#fff;border:1px solid #eeeef0;border-radius:14px;margin-bottom:12px;overflow:hidden}._faqQ_1lidd_2024{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;font-size:15px;font-weight:600;color:#181820;cursor:pointer;list-style:none}._faqQ_1lidd_2024::-webkit-details-marker{display:none}._faqQ_1lidd_2024::marker{content:""}._faqAr_1lidd_2043{color:#adadb4;font-weight:400;flex:none;transition:transform .2s}._faqItem_1lidd_2016[open] ._faqAr_1lidd_2043{transform:rotate(180deg)}._faqA_1lidd_2043{padding:0 24px 18px;color:#7a7a82;font-size:14px;line-height:1.7}._backTop_1lidd_2061{position:absolute;top:22px;left:24px;z-index:10;border:1px solid #e4e4e8;background:#fff;color:#181820;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit;padding:9px 14px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;box-shadow:0 4px 16px #00000014}._backTop_1lidd_2061:hover{background:#fff5f6;border-color:#ffc9d1;color:#ff2f4d}._seatTabBtn_1lidd_2086{border:1px solid #eeeef0;background:#fff;color:#181820;font-family:inherit;font-size:13px;font-weight:600;height:32px;padding:0 14px;border-radius:999px;cursor:pointer;box-shadow:0 2px 8px #0000000d;white-space:nowrap}._seatTabBtn_1lidd_2086:hover{color:#ff2f4d;border-color:#ffd0d7}._cmpSaveTip_1lidd_2106{display:inline-block;margin-top:2px;padding:1px 7px;border-radius:999px;background:var(--xz-brand-soft);color:var(--xz-brand);font-size:11px;font-weight:600;white-space:nowrap}._promoHero_1lidd_2119{position:relative;overflow:hidden;flex:none;box-sizing:border-box;width:100%;max-width:1280px;margin:0 auto 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-radius:var(--r-card, 16px);border:1px solid rgba(214,170,96,.35);background:linear-gradient(112deg,#ffecc824,#ffecc800 34%),radial-gradient(130% 180% at 92% 10%,#e8be744d,#e8be7400 62%),linear-gradient(100deg,#0f0e0c,#1a1713 42%,#2f2717 74%,#6b5220);color:#fff}._promoHeroGlow_1lidd_2145{position:absolute;inset:-70% -6% auto auto;width:400px;height:240px;background:radial-gradient(closest-side,rgba(240,199,120,.26),transparent 72%);pointer-events:none}._promoHeroGift_1lidd_2157{position:absolute;left:6px;bottom:-12px;width:96px;height:96px;pointer-events:none;filter:drop-shadow(0 8px 16px rgba(0,0,0,.5))}._promoHeroMain_1lidd_2155{position:relative;display:flex;align-items:center;gap:14px;min-width:0;padding-left:92px}._promoHeroText_1lidd_2177{position:relative;min-width:0}._promoHeroTitle_1lidd_2182{font-size:15px;font-weight:700;letter-spacing:.2px;color:#f7e6bf}._promoHeroSub_1lidd_2189{margin-top:3px;font-size:12.5px;color:#ded0b0}._promoHeroTimer_1lidd_2196{position:relative;display:inline-flex;align-items:center;flex:none;font-variant-numeric:tabular-nums}._promoTimerSeg_1lidd_2204{display:inline-flex;align-items:center}._promoTimerColon_1lidd_2209{padding:0 4px;color:#f0c77873;font-weight:700}._promoTimerBox_1lidd_2215{display:inline-flex;align-items:center;gap:3px}._promoTimerBox_1lidd_2215 b{display:inline-block;min-width:34px;padding:4px 7px;border-radius:9px;background:#00000052;border:1px solid rgba(240,199,120,.5);color:#f0c778;font-size:17px;font-weight:700;line-height:1.15;text-align:center}._promoTimerBox_1lidd_2215 i{font-style:normal;font-size:11px;color:#cbbb95}._promoBadge_1lidd_2243{position:absolute;top:12px;right:12px;padding:3px 9px;border-radius:999px;background:var(--xz-brand);color:#fff;font-size:11px;font-weight:700;letter-spacing:.2px;box-shadow:0 4px 10px #ff2f4d47}@media(max-width:720px){._promoHero_1lidd_2119{flex-direction:column;align-items:flex-start}}._card_1l5wb_4{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;align-items:flex-start;gap:10px;width:320px;max-width:calc(100vw - 32px);padding:14px 14px 14px 10px;border:1px solid var(--xz-border);border-radius:var(--xz-r16);background:var(--xz-surface);box-shadow:var(--xz-shadow-pop);animation:_nudgeIn_1l5wb_1 .42s cubic-bezier(.22,1,.36,1) both}._cardExpired_1l5wb_23{border-color:var(--stop-br);box-shadow:var(--xz-shadow-pop),inset 3px 0 0 var(--stop)}._cardStatic_1l5wb_29{position:relative;right:auto;bottom:auto;animation:none}@keyframes _nudgeIn_1l5wb_1{0%{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){._card_1l5wb_4{animation:none}}._close_1l5wb_51{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:0;border-radius:var(--xz-r8);color:var(--xz-text-3);background:transparent;cursor:pointer;transition:color .16s,background .16s}._close_1l5wb_51:hover{color:var(--xz-text-2);background:var(--xz-surface-2)}._mascot_1l5wb_73{flex:0 0 auto;margin-top:2px}._body_1l5wb_78{flex:1 1 auto;min-width:0;padding-right:14px}._title_1l5wb_84{color:var(--xz-text);font-size:14px;font-weight:750;letter-spacing:-.01em}._text_1l5wb_91{margin:5px 0 0;color:var(--xz-text-2);font-size:12.5px;line-height:1.62}._actions_1l5wb_98{display:flex;align-items:center;gap:8px;margin-top:11px}._primary_1l5wb_105{height:30px;padding:0 14px;border:0;border-radius:var(--xz-r8);color:var(--xz-on-brand);background:var(--xz-brand);font-size:12.5px;font-weight:700;cursor:pointer;transition:filter .16s}._primary_1l5wb_105:hover{filter:brightness(1.06)}._ghost_1l5wb_121{height:30px;padding:0 8px;border:0;border-radius:var(--xz-r8);color:var(--xz-text-3);background:transparent;font-size:12.5px;cursor:pointer;transition:color .16s}._ghost_1l5wb_121:hover{color:var(--xz-text-2)}.app{min-height:100dvh}
