.cc-button{align-items:center;border:1px solid transparent;border-radius:var(--cc-button-radius);cursor:pointer;display:inline-flex;font:inherit;font-weight:600;gap:8px;justify-content:center;min-height:38px;padding:0 14px;box-shadow:var(--cc-button-shadow);backface-visibility:hidden;transform:translateY(0);transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,color .12s ease,transform .12s ease;will-change:transform}.cc-button:hover:not(:disabled){transform:var(--cc-button-hover-transform)}.cc-button:active:not(:disabled){box-shadow:var(--cc-button-active-shadow);transform:var(--cc-button-active-transform)}.cc-button:disabled{cursor:not-allowed;opacity:.62}.cc-button--primary{background:var(--cc-button-primary-background);color:var(--cc-button-primary-color)}.cc-button--primary:hover:not(:disabled){background:var(--cc-button-primary-background-hover);box-shadow:var(--cc-button-primary-shadow-hover)}.cc-button--secondary{background:var(--cc-button-secondary-background);border-color:var(--cc-button-secondary-border-color);color:var(--cc-button-secondary-color)}.cc-button--ghost{background:transparent;color:var(--cc-button-ghost-color)}.cc-button--danger{background:var(--cc-button-danger-background);color:var(--cc-button-danger-color)}.cc-button--soft{background:var(--cc-form-color-surface);border-color:var(--cc-form-color-border);color:var(--cc-form-color-accent)}.cc-button--soft:hover:not(:disabled){background:var(--cc-form-color-surface);box-shadow:0 10px 24px #1677ff00}.cc-button--shine{background:linear-gradient(110deg,var(--cc-form-color-accent),var(--cc-form-color-accent-hover),#36bffb);color:var(--cc-form-color-accent-contrast);overflow:hidden;position:relative}.cc-button--shine:after{background:linear-gradient(90deg,transparent,rgba(255,255,255,.45),transparent);content:"";inset:0 auto 0 -45%;position:absolute;transform:skew(-18deg);transition:left .52s var(--cc-animation-easing);width:42%}.cc-button--shine:hover:not(:disabled):after{left:120%}.cc-button--shine>span,.cc-button--shine .cc-button__spinner{position:relative;z-index:1}.cc-button--neon{background:#1677ff00;border-color:#1677ff;box-shadow:0 0 0 1px #1677ff00,0 0 22px #1677ff00;color:var(--cc-form-color-accent)}.cc-button--neon:hover:not(:disabled){box-shadow:0 0 0 1px #1677ff00,0 0 34px #1677ff00}.cc-button__spinner{border:2px solid currentColor;border-right-color:transparent;border-radius:50%;height:14px;width:14px;animation:cc-spin .8s linear infinite}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-chat-textarea{color:var(--cc-form-color-text);display:block;min-width:0;position:relative;width:100%}.cc-chat-textarea__control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--cc-form-control-background);border:1px solid var(--cc-form-color-border);border-radius:var(--cc-form-control-radius);box-shadow:none;color:inherit;display:block;font:inherit;line-height:1.5;min-height:var(--cc-form-control-height);outline:none;overflow-wrap:break-word;overflow-x:hidden;overflow-y:hidden;padding:8px 12px;resize:none;transition:background-color var(--cc-animation-duration) var(--cc-animation-easing),border-color var(--cc-animation-duration) var(--cc-animation-easing),box-shadow var(--cc-animation-duration) var(--cc-animation-easing),color var(--cc-animation-duration) var(--cc-animation-easing);width:100%}.cc-chat-textarea__control--clearable{padding-right:38px}.cc-chat-textarea__clear{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--cc-radius-pill);color:var(--cc-form-color-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:18px;height:18px;justify-content:center;line-height:1;padding:0;position:absolute;right:10px;top:12px;transition:background .12s ease,color .12s ease;width:18px}.cc-chat-textarea__clear:hover{background:var(--cc-form-color-surface-soft);color:var(--cc-form-color-text)}.cc-chat-textarea__clear:focus{box-shadow:none;outline:none}.cc-chat-textarea__clear:focus-visible{box-shadow:var(--cc-form-shadow-focus);outline:none}.cc-chat-textarea__control::-moz-placeholder{color:var(--cc-form-placeholder-color)}.cc-chat-textarea__control::placeholder{color:var(--cc-form-placeholder-color)}.cc-chat-textarea__control:hover:not(:disabled):not([readonly]){background:var(--cc-form-control-hover-background);border-color:var(--cc-form-color-border-hover)}.cc-chat-textarea__control:focus{background:var(--cc-form-control-focus-background);border-color:var(--cc-form-color-border-focus);box-shadow:var(--cc-form-shadow-focus)}.cc-chat-textarea__control:disabled,.cc-chat-textarea__control[readonly]{background:var(--cc-form-readonly-background);border-color:var(--cc-form-readonly-border-color);box-shadow:none;color:var(--cc-form-readonly-color);cursor:default}.cc-chat-textarea__control:disabled{opacity:var(--cc-form-disabled-opacity)}.cc-floating-ball{align-items:center;background:var(--cc-floating-ball-background);border-radius:var(--cc-radius-pill);box-shadow:var(--cc-form-shadow-floating);color:var(--cc-floating-ball-color);cursor:grab;display:inline-flex;justify-content:center;min-height:52px;min-width:52px;position:fixed;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:left .22s cubic-bezier(.2,.85,.22,1),top .22s cubic-bezier(.2,.85,.22,1),transform .16s var(--cc-animation-easing);z-index:900;will-change:left,top,transform}.cc-floating-ball:active{cursor:grabbing;transform:scale(.96)}.cc-floating-ball[data-dragging=true]{transition:none}.cc-lazy-image{border:1px solid var(--cc-lazy-image-border-color);border-radius:var(--cc-lazy-image-radius);display:block;max-width:100%;min-height:1px;overflow:hidden;position:relative}.cc-lazy-image__img,.cc-lazy-image__placeholder img{display:block;width:100%}.cc-lazy-image__img{height:auto;opacity:0;transition:opacity var(--cc-lazy-image-transition-duration) var(--cc-animation-easing)}.cc-lazy-image[data-sized=true] .cc-lazy-image__img,.cc-lazy-image__placeholder img{height:100%}.cc-lazy-image[data-status=loaded] .cc-lazy-image__img{opacity:1}.cc-lazy-image__placeholder,.cc-lazy-image__error{align-items:center;top:0;right:0;bottom:0;left:0;justify-content:center;position:absolute}.cc-lazy-image__placeholder{background:var(--cc-lazy-image-placeholder-background);color:var(--cc-lazy-image-placeholder-color);display:flex}.cc-lazy-image__skeleton{background:linear-gradient(90deg,var(--cc-lazy-image-skeleton-color) 0%,var(--cc-lazy-image-skeleton-highlight-color) 45%,var(--cc-lazy-image-skeleton-color) 100%);background-size:220% 100%;display:block;height:100%;width:100%;animation:cc-lazy-image-skeleton 1.2s ease-in-out infinite}.cc-lazy-image__error{color:var(--cc-lazy-image-error-color);display:flex;font-size:13px;padding:12px;text-align:center}@keyframes cc-lazy-image-skeleton{0%{background-position:120% 0}to{background-position:-120% 0}}.cc-loading.cc-chat-virtual-list__top-loading{align-items:center;background:#fff;border:1px solid rgba(100,116,139,1);border-radius:999px;box-shadow:var(--cc-shadow-sm);color:var(--cc-form-color-accent);display:inline-flex;font-size:12px;font-weight:600;gap:8px;left:50%;line-height:1;max-width:calc(100% - 32px);opacity:0;padding:8px 12px;pointer-events:none;position:absolute;top:10px;transform:translate3d(-50%,-8px,0);transition:opacity .16s ease,transform .16s ease;white-space:nowrap;z-index:2}.cc-loading.cc-chat-virtual-list__top-loading[data-active=true]{opacity:1;transform:translate3d(-50%,0,0)}.cc-loading.cc-chat-virtual-list__top-loading .cc-loading__bolt{filter:drop-shadow(0 4px 8px rgba(22,119,255,0));height:16px;width:16px}@media (prefers-reduced-motion: reduce){.cc-loading.cc-chat-virtual-list__top-loading{transition-duration:1ms}}.cc-loading,.cc-empty{align-items:center;color:var(--cc-form-color-muted);display:inline-flex;gap:8px;justify-content:center;line-height:1.5;min-height:36px;vertical-align:middle}.cc-loading__indicator{align-items:center;display:inline-flex;flex:0 0 auto;justify-content:center;line-height:0}.cc-loading__text{display:inline-flex;line-height:1.5}.cc-loading__bolt{animation:cc-loading-bolt-pulse .88s var(--cc-animation-easing) infinite;display:block;filter:drop-shadow(0 5px 9px rgba(22,119,255,0));height:22px;overflow:visible;transform-origin:50% 56%;width:22px}.cc-loading__bolt-shadow{animation:cc-loading-bolt-shadow .88s var(--cc-animation-easing) infinite;fill:#64748b00;transform-origin:51px 74px}.cc-loading__bolt-side{fill:var(--cc-form-color-accent);transform:translate(6px,5px)}.cc-loading__bolt-face{fill:var(--cc-form-color-accent);stroke:#fff;stroke-linejoin:round;stroke-width:2}.cc-loading__bolt-highlight{animation:cc-loading-bolt-glint .88s var(--cc-animation-easing) infinite;fill:#fff0}@keyframes cc-loading-bolt-pulse{0%,to{transform:translateY(0) rotate(-5deg) scale(1)}50%{transform:translateY(-2px) rotate(4deg) scale(1.08)}}@keyframes cc-loading-bolt-shadow{0%,to{opacity:.72;transform:scaleX(1)}50%{opacity:.42;transform:scaleX(.72)}}@keyframes cc-loading-bolt-glint{0%,to{opacity:.28}45%,60%{opacity:.82}}.cc-modal{top:0;right:0;bottom:0;left:0;overflow:visible;position:fixed;z-index:1000}.cc-modal[data-contained=true]{overflow:hidden;position:absolute}.cc-modal__overlay{background:var(--cc-modal-overlay-background);border:0;cursor:pointer;top:0;right:0;bottom:0;left:0;padding:0;position:absolute;transition:opacity var(--cc-animation-duration) var(--cc-animation-easing);width:100%}.cc-modal__panel{background:var(--cc-modal-background);border-radius:var(--cc-modal-radius);box-shadow:var(--cc-modal-shadow);color:var(--cc-modal-color);left:50%;max-width:520px;width:calc(100vw - 32px);position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity var(--cc-animation-duration) var(--cc-animation-easing),transform var(--cc-animation-duration) var(--cc-animation-easing);width:100%}.cc-modal[data-state=enter] .cc-modal__overlay{opacity:var(--cc-modal-overlay-enter-opacity)}.cc-modal[data-state=exit] .cc-modal__overlay{opacity:var(--cc-modal-overlay-exit-opacity)}.cc-modal[data-state=enter] .cc-modal__panel{opacity:1;transform:translate(-50%,-50%) scale(var(--cc-modal-panel-active-scale))}.cc-modal[data-state=exit] .cc-modal__panel{opacity:0;transform:translate(-50%,-50%) scale(var(--cc-modal-panel-enter-scale))}.cc-modal[data-animation=fade][data-state=exit] .cc-modal__panel{transform:translate(-50%,-50%) scale(1)}.cc-modal[data-animation=slide][data-state=exit] .cc-modal__panel{transform:translate(-50%,-44%) scale(1)}.cc-modal[data-animation=none] .cc-modal__overlay,.cc-modal[data-animation=none] .cc-modal__panel{transition-duration:0ms}.cc-modal__header{align-items:center;border-bottom:1px solid var(--cc-modal-header-border-color);background:var(--cc-modal-header-background);color:var(--cc-modal-header-color);display:flex;font-weight:700;gap:12px;justify-content:space-between;padding:16px 18px}.cc-modal__body{padding:18px}.cc-modal__close,.cc-popup__close{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--cc-radius-md);color:var(--cc-form-color-muted);cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-size:20px;height:30px;justify-content:center;line-height:1;padding:0;transition:background .16s ease,border-color .16s ease,color .16s ease;width:30px}.cc-modal__close:hover,.cc-popup__close:hover{background:var(--cc-form-color-surface-soft);border-color:var(--cc-form-color-border);color:var(--cc-form-color-text)}.cc-modal__close:focus,.cc-popup__close:focus{box-shadow:none;outline:none}.cc-modal__close:focus-visible,.cc-popup__close:focus-visible{box-shadow:var(--cc-form-shadow-focus);outline:none}.cc-popup{top:0;right:0;bottom:0;left:0;overflow:visible;position:fixed;z-index:1000}.cc-popup[data-contained=true]{overflow:hidden;position:absolute}.cc-popup__overlay{background:var(--cc-popup-overlay-background);border:0;cursor:pointer;top:0;right:0;bottom:0;left:0;padding:0;position:absolute;transition:opacity var(--cc-animation-duration) var(--cc-animation-easing);width:100%}.cc-popup__panel{background:var(--cc-popup-background);box-shadow:var(--cc-popup-shadow);color:var(--cc-popup-color);display:grid;grid-template-rows:auto minmax(0,1fr);max-height:100vh;max-width:100vw;position:absolute;transition:opacity var(--cc-animation-duration) var(--cc-animation-easing),transform var(--cc-animation-duration) var(--cc-animation-easing);width:100%}.cc-popup[data-placement=top] .cc-popup__panel{border-radius:0 0 var(--cc-popup-radius) var(--cc-popup-radius);left:0;max-height:var(--cc-popup-max-size);top:0}.cc-popup[data-placement=right] .cc-popup__panel{border-radius:var(--cc-popup-radius) 0 0 var(--cc-popup-radius);bottom:0;max-width:var(--cc-popup-max-size);right:0;top:0}.cc-popup[data-placement=bottom] .cc-popup__panel{border-radius:var(--cc-popup-radius) var(--cc-popup-radius) 0 0;bottom:0;left:0;max-height:var(--cc-popup-max-size)}.cc-popup[data-placement=left] .cc-popup__panel{border-radius:0 var(--cc-popup-radius) var(--cc-popup-radius) 0;bottom:0;left:0;max-width:var(--cc-popup-max-size);top:0}.cc-popup[data-contained=true][data-placement=top] .cc-popup__panel,.cc-popup[data-contained=true][data-placement=bottom] .cc-popup__panel{max-height:var(--cc-popup-max-size)}.cc-popup[data-contained=true][data-placement=left] .cc-popup__panel,.cc-popup[data-contained=true][data-placement=right] .cc-popup__panel{max-width:var(--cc-popup-max-size)}.cc-popup[data-state=enter] .cc-popup__overlay{opacity:var(--cc-popup-overlay-enter-opacity)}.cc-popup[data-state=exit] .cc-popup__overlay{opacity:var(--cc-popup-overlay-exit-opacity)}.cc-popup[data-state=enter] .cc-popup__panel{opacity:1;transform:translateZ(0)}.cc-popup[data-placement=top][data-state=exit] .cc-popup__panel{opacity:0;transform:translate3d(0,calc(-1 * var(--cc-popup-slide-distance)),0)}.cc-popup[data-placement=right][data-state=exit] .cc-popup__panel{opacity:0;transform:translate3d(var(--cc-popup-slide-distance),0,0)}.cc-popup[data-placement=bottom][data-state=exit] .cc-popup__panel{opacity:0;transform:translate3d(0,var(--cc-popup-slide-distance),0)}.cc-popup[data-placement=left][data-state=exit] .cc-popup__panel{opacity:0;transform:translate3d(calc(-1 * var(--cc-popup-slide-distance)),0,0)}.cc-popup[data-animation=fade][data-state=exit] .cc-popup__panel{transform:translateZ(0)}.cc-popup[data-animation=none] .cc-popup__overlay,.cc-popup[data-animation=none] .cc-popup__panel{transition-duration:0ms}.cc-popup__header{align-items:center;background:var(--cc-popup-header-background);border-bottom:1px solid var(--cc-popup-header-border-color);color:var(--cc-popup-header-color);display:flex;font-weight:700;gap:12px;justify-content:space-between;padding:16px 18px}.cc-popup__body{min-height:0;overflow:auto;padding:18px}.cc-progress{align-items:center;cursor:pointer;display:flex;height:28px;min-width:120px;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;--cc-progress-thumb-size: 16px}.cc-progress__track,.cc-progress__fill{border-radius:var(--cc-radius-pill);height:6px;left:0;position:absolute;right:0}.cc-progress__track{background:var(--cc-progress-track-color)}.cc-progress__fill{background:var(--cc-progress-fill-color);right:auto;transition:width 80ms linear;will-change:width}.cc-progress__thumb{background:var(--cc-progress-thumb-color);border:2px solid var(--cc-progress-fill-color);border-radius:50%;box-shadow:var(--cc-progress-thumb-shadow);height:var(--cc-progress-thumb-size);position:absolute;top:50%;transform:translateY(-50%);transition:left 80ms linear,transform var(--cc-animation-duration) var(--cc-animation-easing);will-change:left,transform;width:var(--cc-progress-thumb-size)}.cc-progress[data-dragging=true] .cc-progress__fill,.cc-progress[data-dragging=true] .cc-progress__thumb{transition-duration:0ms}.cc-progress:hover .cc-progress__thumb{transform:translateY(-50%) scale(1.08)}.cc-progress[data-interactive=false]{cursor:default;touch-action:auto}.cc-progress[data-interactive=false]:hover .cc-progress__thumb,.cc-progress[data-readonly=true]:hover .cc-progress__thumb{transform:translateY(-50%)}.cc-progress[data-disabled=true]{cursor:not-allowed;opacity:.58}.cc-progress[data-readonly=true]{cursor:default;touch-action:auto}.cc-field{display:grid;gap:6px;min-width:0}.cc-field__label{color:var(--cc-form-color-text);font-size:14px;font-weight:600;line-height:1.35}.cc-field__control-wrap{display:block;min-width:0;position:relative}.cc-field__control{width:100%;min-width:0;height:var(--cc-form-control-height);border:1px solid var(--cc-form-color-border);border-radius:var(--cc-form-control-radius);background:var(--cc-form-control-background);color:var(--cc-form-color-text);font:inherit;line-height:1.4;padding:0 12px;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease}.cc-field__control:-webkit-autofill,.cc-field__control:-webkit-autofill:hover,.cc-field__control:-webkit-autofill:focus,.cc-chat-textarea__control:-webkit-autofill,.cc-chat-textarea__control:-webkit-autofill:hover,.cc-chat-textarea__control:-webkit-autofill:focus,.cc-canvas-editor__card input:-webkit-autofill,.cc-canvas-editor__card input:-webkit-autofill:hover,.cc-canvas-editor__card input:-webkit-autofill:focus,.cc-canvas-editor__card textarea:-webkit-autofill,.cc-canvas-editor__card textarea:-webkit-autofill:hover,.cc-canvas-editor__card textarea:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--cc-form-control-background) inset;caret-color:var(--cc-form-color-text);-webkit-transition:background-color 9999s ease-out,color 9999s ease-out;transition:background-color 9999s ease-out,color 9999s ease-out}.cc-field__control:autofill,.cc-field__control:autofill:hover,.cc-field__control:autofill:focus,.cc-chat-textarea__control:autofill,.cc-chat-textarea__control:autofill:hover,.cc-chat-textarea__control:autofill:focus,.cc-canvas-editor__card input:autofill,.cc-canvas-editor__card input:autofill:hover,.cc-canvas-editor__card input:autofill:focus,.cc-canvas-editor__card textarea:autofill,.cc-canvas-editor__card textarea:autofill:hover,.cc-canvas-editor__card textarea:autofill:focus{box-shadow:0 0 0 1000px var(--cc-form-control-background) inset;caret-color:var(--cc-form-color-text);transition:background-color 9999s ease-out,color 9999s ease-out}.cc-field__control[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none}.cc-field__control[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cc-field__control--clearable{padding-right:38px}.cc-field__clear{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--cc-radius-pill);color:var(--cc-form-color-muted);cursor:pointer;display:inline-flex;font:inherit;font-size:18px;height:18px;justify-content:center;line-height:1;padding:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:background .12s ease,color .12s ease;width:18px}.cc-field__clear:hover{background:var(--cc-form-color-surface-soft);color:var(--cc-form-color-text)}.cc-field__clear:focus{box-shadow:none;outline:none}.cc-field__clear:focus-visible{box-shadow:var(--cc-form-shadow-focus);outline:none}.cc-password-field__actions .cc-field__clear,.cc-password-field__toggle{position:static;transform:none}.cc-field__control::-moz-placeholder{color:var(--cc-form-placeholder-color);font-size:var(--cc-form-placeholder-font-size);opacity:1}.cc-field__control::placeholder{color:var(--cc-form-placeholder-color);font-size:var(--cc-form-placeholder-font-size);opacity:1}.cc-field__control:hover{border-color:var(--cc-form-color-border-hover)}.cc-field__control:disabled{background:var(--cc-form-disabled-background);border-color:var(--cc-form-disabled-border-color);color:var(--cc-form-disabled-color);cursor:not-allowed;opacity:var(--cc-form-disabled-opacity)}.cc-field__control[readonly],.cc-field__control[data-readonly=true]{background:var(--cc-form-readonly-background);border-color:var(--cc-form-readonly-border-color);color:var(--cc-form-readonly-color);cursor:default}.cc-field__control[data-readonly=true]:hover{border-color:var(--cc-form-readonly-border-color)}.cc-field__control[data-readonly=true]:focus,.cc-field[data-readonly=true] .cc-field__control:focus{border-color:var(--cc-form-readonly-border-color);box-shadow:none}.cc-field__textarea{height:auto;min-height:calc(var(--cc-form-control-height) * 2.2);padding-bottom:10px;padding-top:10px;resize:vertical}.cc-field__control-wrap--textarea .cc-field__textarea{padding-right:38px}.cc-field__clear--textarea{top:18px}.cc-field__control:focus{border-color:var(--cc-form-color-border-focus);box-shadow:var(--cc-form-shadow-focus);outline:none}.cc-field__control[aria-invalid=true]{border-color:var(--cc-form-color-danger)}.cc-field__error{color:var(--cc-form-color-danger);font-size:13px;line-height:1.35}.cc-field__select{-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;cursor:pointer;display:inline-flex;justify-content:space-between;padding-right:34px;position:relative;text-align:left}.cc-field__select[data-readonly=true]{cursor:default}.cc-select{display:block;min-width:0;position:relative}.cc-select__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-select__value[data-placeholder=true]{color:var(--cc-select-placeholder-color)}.cc-select__arrow{border-bottom:1.5px solid var(--cc-form-color-muted);border-right:1.5px solid var(--cc-form-color-muted);height:8px;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-62%) rotate(45deg);width:8px}.cc-select__menu{background:var(--cc-select-menu-background);border:1px solid var(--cc-select-menu-border-color);border-radius:var(--cc-select-menu-radius);box-shadow:var(--cc-select-menu-shadow);color:var(--cc-select-menu-text-color);display:grid;font-size:inherit;font-weight:400;gap:4px;left:0;margin-top:6px;max-height:240px;min-width:100%;overflow:auto;padding:6px;position:absolute;right:0;top:100%;z-index:40}.cc-select__menu[data-floating=true]{margin-top:0;position:fixed;right:auto;z-index:1000}.cc-select__option{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:calc(var(--cc-select-menu-radius) - 2px);color:inherit;cursor:pointer;display:flex;font:inherit;gap:12px;justify-content:space-between;min-height:34px;padding:7px 10px;text-align:left;transition:background .12s ease,color .12s ease;width:100%}.cc-select__option:hover:not(:disabled),.cc-select__option:focus{background:var(--cc-select-option-hover-color);outline:none}.cc-select__option[data-selected=true]{background:var(--cc-select-option-selected-color);color:var(--cc-select-option-selected-text-color);font-weight:400}.cc-field[data-readonly=true] .cc-select__option:hover:not(:disabled),.cc-field[data-readonly=true] .cc-select__option:focus,.cc-select[data-readonly=true] .cc-select__option:hover:not(:disabled),.cc-select[data-readonly=true] .cc-select__option:focus{background:transparent;color:inherit;cursor:default}.cc-select__option:disabled{cursor:not-allowed;opacity:.5}.cc-select__check{align-items:center;color:var(--cc-select-check-color);display:inline-flex;flex:0 0 auto;font-weight:900;justify-content:center;line-height:1}.cc-select__clear-wrap,.cc-virtual-select__clear-wrap{align-items:center;display:inline-flex;margin-left:auto;margin-right:4px;position:relative;z-index:1}.cc-select__clear,.cc-virtual-select__clear{align-items:center;border-radius:var(--cc-radius-pill);color:var(--cc-form-color-muted);cursor:pointer;display:inline-flex;font-size:18px;height:18px;justify-content:center;line-height:1;width:18px}.cc-select__clear:hover,.cc-virtual-select__clear:hover{background:var(--cc-form-color-surface-soft);color:var(--cc-form-color-text)}.cc-switch-field .cc-field__error{grid-column:1 / -1}.cc-table__column-option .cc-select__check{margin-left:auto}:root{--cc-font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--cc-radius-sm: 4px;--cc-radius-md: 4px;--cc-radius-lg: 4px;--cc-radius-pill: 999px;--cc-color-text: #1d2129;--cc-color-muted: #86909c;--cc-color-border: #e5e6eb;--cc-color-border-hover: #c9cdd4;--cc-color-border-focus: #1d2129;--cc-color-divider: #f2f3f5;--cc-color-surface: #ffffff;--cc-color-surface-soft: #f7f8fa;--cc-page-background: var(--cc-color-surface-soft);--cc-page-background-image: none;--cc-page-color: var(--cc-color-text);--cc-page-muted-color: var(--cc-color-muted);--cc-page-accent-color: var(--cc-color-accent);--cc-page-surface-color: var(--cc-color-surface);--cc-color-danger: #f53f3f;--cc-color-success: #00b42a;--cc-color-warning: #ff7d00;--cc-color-accent: #1d2129;--cc-color-accent-hover: #0a0c10;--cc-color-accent-contrast: #ffffff;--cc-scrollbar-size: 4px;--cc-scrollbar-track-color: rgba(29, 33, 41, .06);--cc-scrollbar-thumb-color: rgba(29, 33, 41, .42);--cc-scrollbar-thumb-hover-color: rgba(29, 33, 41, .68);--cc-shadow-focus: 0 0 0 3px rgba(29, 33, 41, .18);--cc-shadow-floating: 0 22px 64px rgba(29, 33, 41, .2);--cc-form-gap: 16px;--cc-form-control-height: 40px;--cc-form-control-radius: var(--cc-radius-md);--cc-form-control-background: var(--cc-form-color-surface);--cc-form-control-hover-background: var(--cc-form-color-surface-soft);--cc-form-control-focus-background: var(--cc-form-color-surface);--cc-form-control-readonly-background: var(--cc-form-color-surface-soft);--cc-form-control-disabled-background: var(--cc-form-color-surface-soft);--cc-form-placeholder-color: var(--cc-color-muted);--cc-form-placeholder-font-size: inherit;--cc-form-font: var(--cc-font-family);--cc-form-color-text: var(--cc-color-text);--cc-form-color-muted: var(--cc-color-muted);--cc-form-color-border: var(--cc-color-border);--cc-form-color-border-hover: var(--cc-color-border-hover);--cc-form-color-border-focus: var(--cc-color-border-focus);--cc-form-color-divider: var(--cc-color-divider);--cc-form-color-surface: var(--cc-color-surface);--cc-form-color-surface-soft: var(--cc-color-surface-soft);--cc-form-color-danger: var(--cc-color-danger);--cc-form-color-success: var(--cc-color-success);--cc-form-color-accent: var(--cc-color-accent);--cc-form-color-accent-hover: var(--cc-color-accent-hover);--cc-form-color-accent-contrast: var(--cc-color-accent-contrast);--cc-form-color-warning: var(--cc-color-warning);--cc-form-shadow-focus: var(--cc-shadow-focus);--cc-form-shadow-floating: var(--cc-shadow-floating);--cc-form-disabled-background: var(--cc-form-control-disabled-background);--cc-form-disabled-border-color: var(--cc-form-color-border);--cc-form-disabled-color: var(--cc-form-color-muted);--cc-form-disabled-opacity: .58;--cc-form-readonly-background: var(--cc-form-control-readonly-background);--cc-form-readonly-border-color: var(--cc-form-color-border);--cc-form-readonly-color: var(--cc-form-color-text);--cc-select-menu-radius: var(--cc-form-control-radius);--cc-select-menu-background: var(--cc-form-color-surface);--cc-select-menu-border-color: var(--cc-form-color-border);--cc-select-menu-text-color: var(--cc-form-color-text);--cc-select-menu-shadow: var(--cc-form-shadow-floating);--cc-select-option-hover-color: var(--cc-form-color-surface-soft);--cc-select-option-selected-color: rgba(29, 33, 41, .08);--cc-select-option-selected-text-color: var(--cc-form-color-accent);--cc-select-check-color: var(--cc-form-color-accent);--cc-select-placeholder-color: var(--cc-form-placeholder-color);--cc-virtual-select-menu-height: 260px;--cc-virtual-select-search-background: var(--cc-form-control-background);--cc-virtual-select-empty-color: var(--cc-form-color-muted);--cc-choice-background: var(--cc-form-control-background);--cc-choice-border-color: var(--cc-form-color-border);--cc-choice-border-hover-color: var(--cc-form-color-border-hover);--cc-choice-checked-background: var(--cc-form-color-accent);--cc-choice-checked-border-color: var(--cc-form-color-accent);--cc-choice-check-color: var(--cc-form-color-accent-contrast);--cc-switch-track-background: var(--cc-form-color-border);--cc-switch-track-checked-background: var(--cc-form-color-accent);--cc-switch-thumb-background: var(--cc-form-color-surface);--cc-switch-thumb-shadow: 0 1px 3px rgba(23, 32, 38, .24);--cc-rating-star-color: var(--cc-form-color-muted);--cc-rating-star-active-color: var(--cc-form-color-accent);--cc-canvas-editor-background: var(--cc-form-color-surface);--cc-canvas-editor-card-background: var(--cc-form-color-surface);--cc-canvas-editor-card-border-color: var(--cc-form-color-border);--cc-canvas-editor-card-shadow: 0 10px 24px rgba(29, 33, 41, .08);--cc-canvas-editor-line-color: var(--cc-form-color-border);--cc-canvas-editor-muted-color: var(--cc-form-color-muted);--cc-canvas-editor-text-color: var(--cc-form-color-text);--cc-canvas-editor-grid-color: rgba(29, 33, 41, .08);--cc-canvas-editor-selection-ring: 0 0 0 2px rgba(29, 33, 41, .18);--cc-canvas-editor-control-active-background: var(--cc-form-color-accent);--cc-canvas-editor-control-active-border-color: var(--cc-form-color-accent);--cc-canvas-editor-control-active-color: var(--cc-form-color-accent-contrast);--cc-canvas-editor-control-hover-border-color: var(--cc-form-color-accent);--cc-canvas-editor-document-accent-color: rgba(29, 33, 41, .12);--cc-canvas-editor-node-border-color: rgba(29, 33, 41, .16);--cc-canvas-editor-node-editing-border-color: rgba(29, 33, 41, .45);--cc-canvas-editor-input-focus-shadow: inset 0 0 0 1px rgba(29, 33, 41, .2);--cc-canvas-editor-mind-glow: radial-gradient( circle at 50% 45%, rgba(29, 33, 41, .12), transparent 44% );--cc-canvas-editor-card-selected-border-color: var(--cc-form-color-accent);--cc-canvas-editor-card-selected-shadow: 0 12px 30px rgba(29, 33, 41, .16);--cc-color-picker-swatch-radius: var(--cc-radius-md);--cc-date-picker-panel-radius: var(--cc-radius-lg);--cc-date-picker-panel-shadow: var(--cc-form-shadow-floating);--cc-date-picker-day-hover-background: var(--cc-form-color-surface-soft);--cc-date-picker-day-selected-background: var(--cc-form-color-accent);--cc-date-picker-day-selected-color: var(--cc-form-color-accent-contrast);--cc-date-picker-day-today-ring: inset 0 0 0 1px var(--cc-form-color-accent);--cc-date-range-summary-active-border-color: var(--cc-form-color-border);--cc-date-range-day-in-range-background: rgba(29, 33, 41, .08);--cc-calendar-day-hover-background: var( --cc-date-picker-day-hover-background );--cc-calendar-day-selected-background: var(--cc-form-color-accent);--cc-calendar-day-selected-color: var(--cc-form-color-accent-contrast);--cc-calendar-day-today-ring: inset 0 0 0 1px var(--cc-form-color-accent);--cc-countdown-color: var(--cc-form-color-accent);--cc-countdown-done-color: var(--cc-form-color-muted);--cc-verification-code-size: 42px;--cc-verification-code-radius: var(--cc-radius-md);--cc-verification-code-border: var(--cc-form-color-border);--cc-verification-code-focus-border: var(--cc-form-color-accent);--cc-verification-code-focus-shadow: 0 0 0 3px rgba(29, 33, 41, .18);--cc-slide-captcha-radius: var(--cc-radius-lg);--cc-slide-captcha-border-color: var(--cc-form-color-border);--cc-slide-captcha-track-background: var(--cc-form-color-surface-soft);--cc-slide-captcha-track-fill: rgba(29, 33, 41, .16);--cc-slide-captcha-thumb-background: var(--cc-form-color-accent);--cc-slide-captcha-thumb-color: var(--cc-form-color-accent-contrast);--cc-slide-captcha-success-color: var(--cc-form-color-success);--cc-slide-captcha-error-color: var(--cc-form-color-danger);--cc-marquee-background: transparent;--cc-marquee-border-color: transparent;--cc-marquee-radius: var(--cc-radius-lg);--cc-marquee-padding: 10px 14px;--cc-marquee-gap: 32px;--cc-marquee-duration: 18s;--cc-marquee-item-height: 28px;--cc-marquee-step-animation-duration: .42s;--cc-marquee-focus-outline-color: var(--cc-form-color-accent);--cc-code-radius: var(--cc-radius-lg);--cc-code-background: transparent;--cc-code-border-color: transparent;--cc-code-text-color: var(--cc-form-color-text);--cc-code-padding: 10px;--cc-qr-code-logo-shadow: 0 4px 14px rgba(29, 33, 41, .16);--cc-lazy-image-radius: var(--cc-radius-lg);--cc-lazy-image-border-color: transparent;--cc-lazy-image-placeholder-background: transparent;--cc-lazy-image-placeholder-color: var(--cc-form-color-muted);--cc-lazy-image-skeleton-color: rgba(100, 116, 139, 0);--cc-lazy-image-skeleton-highlight-color: rgba(255, 255, 255, .72);--cc-lazy-image-error-color: var(--cc-form-color-danger);--cc-lazy-image-transition-duration: var(--cc-animation-duration);--cc-tilt-card-background: var(--cc-form-color-surface);--cc-tilt-card-border-color: var(--cc-form-color-border);--cc-tilt-card-color: var(--cc-form-color-text);--cc-tilt-card-radius: var(--cc-radius-lg);--cc-tilt-card-shadow: 0 18px 42px rgba(29, 33, 41, .14);--cc-tilt-card-shadow-active: 0 24px 64px rgba(29, 33, 41, .22);--cc-tilt-card-glare-color: rgba(255, 255, 255, .55);--cc-orbital-sphere-size: 360px;--cc-orbital-sphere-radius: 50%;--cc-orbital-sphere-item-size: 72px;--cc-orbital-sphere-duration: 9s;--cc-orbital-sphere-cycle-duration: 12s;--cc-orbital-sphere-border-color: rgba(15, 23, 42, .16);--cc-orbital-sphere-shadow-color: rgba(15, 23, 42, .08);--cc-orbital-sphere-item-background: rgba(255, 255, 255, 1);--cc-orbital-sphere-item-border-color: rgba(100, 116, 139, 1);--cc-menu-width: 240px;--cc-menu-collapsed-width: 64px;--cc-menu-item-height: 40px;--cc-menu-collapsed-item-size: 48px;--cc-menu-icon-size: 28px;--cc-menu-icon-inner-size: 18px;--cc-menu-icon-radius: var(--cc-radius-md);--cc-menu-background: var(--cc-form-color-surface);--cc-menu-border-color: var(--cc-form-color-border);--cc-menu-text-color: var(--cc-form-color-text);--cc-menu-muted-color: var(--cc-form-color-muted);--cc-menu-item-color: var(--cc-menu-text-color);--cc-menu-item-muted-color: var(--cc-menu-muted-color);--cc-menu-item-hover-background: var(--cc-form-control-hover-background);--cc-menu-item-hover-color: var(--cc-menu-text-color);--cc-menu-item-active-background: rgba(29, 33, 41, .08);--cc-menu-item-active-color: var(--cc-form-color-accent);--cc-menu-item-active-border-color: var(--cc-form-color-accent);--cc-menu-item-icon-color: var(--cc-menu-muted-color);--cc-menu-item-active-icon-color: var(--cc-menu-item-active-color);--cc-menu-shadow: 0 18px 42px rgba(29, 33, 41, .08);--cc-menu-focus-shadow: var(--cc-form-shadow-focus);--cc-code-preview-background: var(--cc-form-color-surface);--cc-code-preview-bar-background: var(--cc-code-preview-background);--cc-code-preview-panel-background: var(--cc-form-color-surface-soft);--cc-code-preview-border-color: var(--cc-form-color-border);--cc-code-preview-color: var(--cc-form-color-text);--cc-code-preview-muted-color: var(--cc-form-color-muted);--cc-code-preview-accent-color: var(--cc-form-color-accent);--cc-code-preview-line-color: rgba(29, 33, 41, .12);--cc-code-preview-shadow: var(--cc-form-shadow-floating);--cc-drag-drop-preview-background: var( --cc-drag-drop-slot-dragging-background );--cc-drag-drop-preview-border-color: var( --cc-drag-drop-slot-dragging-border-color );--cc-drag-drop-preview-color: var(--cc-form-color-text);--cc-gradient-text-background: linear-gradient( 90deg, var(--cc-form-color-accent), #d64d8c, #36bffb );--cc-gradient-text-background-size: 200% 100%;--cc-gradient-text-duration: 3.6s;--cc-gradient-text-easing: cubic-bezier(.22, .8, .28, 1);--cc-gradient-text-font-weight: 700;--cc-design-effect-color-1: var(--cc-form-color-accent);--cc-design-effect-color-2: #d64d8c;--cc-design-effect-color-3: #36bffb;--cc-design-effect-alpha: .72;--cc-design-effect-radius: var(--cc-radius-lg);--cc-design-effect-border-color: var(--cc-form-color-border);--cc-design-effect-background: rgba(255, 255, 255, 1);--cc-design-effect-shadow: 0 18px 48px rgba(29, 33, 41, .18);--cc-typewriter-loading-color: var(--cc-form-color-accent);--cc-typewriter-cursor-color: var(--cc-form-color-accent);--cc-video-player-radius: var(--cc-radius-lg);--cc-video-player-controls-background: rgba(255, 255, 255, 1);--cc-video-player-controls-color: var(--cc-form-color-text);--cc-business-surface: rgba(255, 255, 255, 1);--cc-business-border-color: rgba(100, 116, 139, 1);--cc-business-text-color: var(--cc-form-color-text);--cc-business-muted-color: var(--cc-form-color-muted);--cc-danmaku-shadow: 0 2px 8px rgba(0, 0, 0, .34);--cc-drag-drop-slot-dragging-background: rgba(22, 119, 255, .08);--cc-drag-drop-slot-dragging-border-color: rgba(22, 119, 255, .35);--cc-drag-drop-slot-over-background: rgba(22, 119, 255, .12);--cc-drag-drop-slot-over-border-color: rgba(22, 119, 255, .46);--cc-drag-drop-preview-shadow: 0 18px 42px rgba(22, 119, 255, .22);--cc-progress-track-color: rgba(100, 116, 139, 1);--cc-progress-fill-color: var(--cc-form-color-accent);--cc-progress-thumb-color: var(--cc-form-color-surface);--cc-progress-thumb-shadow: 0 0 0 4px rgba(29, 33, 41, .16);--cc-signature-border-color: var(--cc-form-color-border);--cc-signature-border-radius: var(--cc-radius-lg);--cc-signature-action-bg: var(--cc-form-color-surface);--cc-signature-action-color: var(--cc-form-color-text);--cc-signature-action-hover-bg: var(--cc-form-color-hover);--cc-signature-action-disabled-color: var(--cc-form-color-placeholder);--cc-signature-guide-color: rgba(100, 116, 139, 0);--cc-timeline-color: var(--cc-form-color-text);--cc-timeline-muted-color: var(--cc-form-color-muted);--cc-timeline-line-color: var(--cc-form-color-border);--cc-timeline-active-color: var(--cc-form-color-accent);--cc-floating-ball-background: var(--cc-form-color-accent);--cc-floating-ball-color: var(--cc-form-color-accent-contrast);--cc-picker-option-height: 38px;--cc-picker-active-color: var(--cc-form-color-accent);--cc-picker-indicator-border-color: var(--cc-form-color-border);--cc-picker-mask-background: var(--cc-form-color-surface);--cc-swiper-radius: var(--cc-radius-lg);--cc-swiper-arrow-background: rgba(255, 255, 255, .76);--cc-swiper-dot-color: var(--cc-form-color-accent);--cc-swiper-inactive-opacity: .52;--cc-virtual-list-radius: var(--cc-radius-lg);--cc-virtual-list-text-color: var(--cc-form-color-text);--cc-masonry-virtual-list-radius: var(--cc-radius-lg);--cc-masonry-virtual-list-text-color: var(--cc-form-color-text);--cc-chat-virtual-list-radius: var(--cc-radius-lg);--cc-chat-virtual-list-text-color: var(--cc-form-color-text);--cc-button-radius: var(--cc-form-control-radius);--cc-button-shadow: 0 1px 2px rgba(29, 33, 41, .08);--cc-button-primary-background: var(--cc-form-color-accent);--cc-button-primary-background-hover: var(--cc-form-color-accent-hover);--cc-button-primary-color: var(--cc-form-color-accent-contrast);--cc-button-primary-shadow-hover: 0 8px 20px rgba(29, 33, 41, .18);--cc-button-secondary-background: var(--cc-form-color-surface-soft);--cc-button-secondary-border-color: var(--cc-form-color-border);--cc-button-secondary-color: var(--cc-form-color-text);--cc-button-ghost-color: var(--cc-form-color-accent);--cc-button-danger-background: var(--cc-form-color-danger);--cc-button-danger-color: #fff;--cc-button-hover-transform: translateY(-1px);--cc-button-active-transform: translateY(0);--cc-button-active-shadow: var(--cc-button-shadow);--cc-modal-overlay-background: rgba(29, 33, 41, .52);--cc-modal-radius: var(--cc-radius-lg);--cc-modal-background: var(--cc-form-color-surface);--cc-modal-color: var(--cc-form-color-text);--cc-modal-shadow: var(--cc-form-shadow-floating);--cc-modal-header-background: linear-gradient( 180deg, var(--cc-form-color-surface) 0%, var(--cc-form-color-surface-soft) 100% );--cc-modal-header-border-color: var(--cc-form-color-divider);--cc-modal-header-color: var(--cc-form-color-text);--cc-modal-overlay-enter-opacity: 1;--cc-modal-overlay-exit-opacity: 0;--cc-modal-panel-enter-scale: .9;--cc-modal-panel-active-scale: 1;--cc-popup-overlay-background: var(--cc-modal-overlay-background);--cc-popup-radius: var(--cc-radius-lg);--cc-popup-background: var(--cc-form-color-surface);--cc-popup-color: var(--cc-form-color-text);--cc-popup-shadow: var(--cc-form-shadow-floating);--cc-popup-header-background: var(--cc-modal-header-background);--cc-popup-header-border-color: var(--cc-form-color-divider);--cc-popup-header-color: var(--cc-form-color-text);--cc-popup-max-size: 420px;--cc-popup-slide-distance: 100%;--cc-popup-overlay-enter-opacity: 1;--cc-popup-overlay-exit-opacity: 0;--cc-tooltip-background: #1d2129;--cc-tooltip-color: #fff;--cc-tooltip-radius: var(--cc-radius-md);--cc-tooltip-shadow: 0 10px 24px rgba(29, 33, 41, .2);--cc-toast-radius: var(--cc-radius-lg);--cc-toast-background: var(--cc-form-color-surface);--cc-toast-border-color: var(--cc-form-color-border);--cc-toast-accent-color: var(--cc-form-color-accent);--cc-toast-shadow: 0 12px 30px rgba(29, 33, 41, .16);--cc-toast-slide-distance: 16px;--cc-toast-scale-enter: .9;--cc-toast-scale-active: 1;--cc-toast-stack-gap: 10px;--cc-toast-max-height: 160px;--cc-tabs-radius: var(--cc-radius-lg);--cc-tabs-list-border-color: var(--cc-form-color-border);--cc-tabs-tab-color: var(--cc-form-color-text);--cc-tabs-tab-hover-background: rgba(29, 33, 41, .08);--cc-tabs-tab-hover-color: var(--cc-form-color-accent);--cc-tabs-tab-active-background: var(--cc-form-color-surface);--cc-tabs-tab-active-color: var(--cc-form-color-accent);--cc-animation-duration: .18s;--cc-animation-easing: cubic-bezier(.22, .8, .28, 1);--cc-theme-glass-highlight: linear-gradient( 135deg, rgba(255, 255, 255, .72), rgba(255, 255, 255, .36) )}html[data-cc-theme-page=true]{background:var(--cc-page-background);color:var(--cc-page-color);min-height:100%}html[data-cc-theme-page=true] body{min-height:100vh;margin:0;background:var(--cc-page-background-image),var(--cc-page-background);color:var(--cc-page-color);font-family:var(--cc-font-family);text-rendering:optimizeLegibility}@media (prefers-reduced-motion: reduce){.cc-loading.cc-chat-virtual-list__top-loading,.cc-rolling-number__track{transition-duration:1ms}.cc-marquee__track{animation-play-state:paused}:root{--cc-animation-duration: 1ms}.cc-modal__overlay,.cc-modal__panel,.cc-popup__overlay,.cc-popup__panel,.cc-tooltip__content,.cc-orbital-sphere__stage,.cc-orbital-sphere__item,.cc-tilt-card,.cc-tilt-card__surface,.cc-tilt-card__glare,.cc-design-effect,.cc-typewriter-text__cursor,.cc-gradient-text,.cc-toast{transition-duration:1ms}.cc-gradient-text,.cc-design-effect,.cc-design-effect__overlay,.cc-design-effect:after,.cc-orbital-sphere__stage,.cc-orbital-sphere__item,.cc-typewriter-text__cursor{animation:none}.cc-tabs__panel[data-animation]{animation-duration:1ms}}.cc-toast-viewport{--cc-toast-enter-transform: translateY( calc(-1 * var(--cc-toast-slide-distance)) ) scale(.98);--cc-toast-exit-transform: translateY( calc(-1 * var(--cc-toast-slide-distance)) ) scale(.98);--cc-toast-stack-gap: 10px;--cc-toast-max-height: 160px;display:flex;flex-direction:column;max-width:360px;width:calc(100vw - 32px);position:fixed;right:16px;top:16px;z-index:1100}.cc-toast-viewport--top{--cc-toast-enter-transform: translateY( calc(-1 * var(--cc-toast-slide-distance)) ) scale(.98);left:50%;right:auto;transform:translate(-50%)}.cc-toast-viewport--top-left{--cc-toast-enter-transform: translateY( calc(-1 * var(--cc-toast-slide-distance)) ) scale(.98);left:16px;right:auto}.cc-toast-viewport--top-right{--cc-toast-enter-transform: translateY( calc(-1 * var(--cc-toast-slide-distance)) ) scale(.98);right:16px}.cc-toast-viewport--bottom,.cc-toast-viewport--bottom-left,.cc-toast-viewport--bottom-right{bottom:16px;top:auto}.cc-toast-viewport--bottom{--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);left:50%;right:auto;transform:translate(-50%)}.cc-toast-viewport--bottom-left{--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);left:16px;right:auto}.cc-toast-viewport--bottom-right{--cc-toast-enter-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);--cc-toast-exit-transform: translateY(var(--cc-toast-slide-distance)) scale(.98);right:16px}.cc-toast-viewport--center{--cc-toast-enter-transform: scale(var(--cc-toast-scale-enter));left:50%;right:auto;top:50%;transform:translate(-50%,-50%)}.cc-toast{--cc-toast-stack-offset: 0px;--cc-toast-stack-index: 0;align-items:start;background:var(--cc-toast-background);border:1px solid var(--cc-toast-border-color);border-left:4px solid var(--cc-toast-accent-color);border-radius:var(--cc-toast-radius);box-shadow:var(--cc-toast-shadow);color:var(--cc-form-color-text);display:grid;font-family:var(--cc-form-font);gap:4px 10px;grid-template-columns:1fr auto;max-height:var(--cc-toast-max-height);margin:0;opacity:0;overflow:hidden;padding:12px;transform:translate3d(0,var(--cc-toast-stack-offset),0) var(--cc-toast-enter-transform);transition:border-color var(--cc-animation-duration) var(--cc-animation-easing),filter var(--cc-animation-duration) var(--cc-animation-easing),opacity var(--cc-animation-duration) var(--cc-animation-easing);will-change:auto}.cc-toast[data-motion=true]{transition:border-color var(--cc-animation-duration) var(--cc-animation-easing),filter var(--cc-animation-duration) var(--cc-animation-easing),margin var(--cc-animation-duration) var(--cc-animation-easing),max-height var(--cc-animation-duration) var(--cc-animation-easing),opacity var(--cc-animation-duration) var(--cc-animation-easing),padding var(--cc-animation-duration) var(--cc-animation-easing),transform var(--cc-animation-duration) var(--cc-animation-easing);will-change:transform,opacity,filter}.cc-toast+.cc-toast{margin-top:var(--cc-toast-stack-gap)}.cc-toast[data-state=enter]{filter:blur(0);opacity:1;transform:translate3d(0,var(--cc-toast-stack-offset),0) scale(var(--cc-toast-scale-active))}.cc-toast[data-state=prepare]{filter:blur(2px);opacity:0;transform:translate3d(0,var(--cc-toast-stack-offset),0) var(--cc-toast-enter-transform)}.cc-toast[data-state=exit]{filter:blur(2px);margin-top:0;max-height:0;opacity:0;padding-bottom:0;padding-top:0;pointer-events:none;transform:translate3d(0,var(--cc-toast-stack-offset),0) var(--cc-toast-exit-transform)}.cc-toast[data-state=exit]+.cc-toast{margin-top:0}.cc-toast[data-animation=fade],.cc-toast[data-animation=fade][data-state=exit]{transform:translate3d(0,var(--cc-toast-stack-offset),0) scale(1)}.cc-toast[data-animation=scale]{transform:translate3d(0,var(--cc-toast-stack-offset),0) scale(var(--cc-toast-scale-enter))}.cc-toast[data-animation=scale][data-state=enter]{transform:translate3d(0,var(--cc-toast-stack-offset),0) scale(var(--cc-toast-scale-active))}.cc-toast[data-animation=scale][data-state=exit]{transform:translate3d(0,var(--cc-toast-stack-offset),0) scale(var(--cc-toast-scale-enter))}.cc-toast[data-animation=none]{transition-duration:0ms}.cc-toast--success{border-left-color:var(--cc-form-color-success)}.cc-toast--warning{border-left-color:var(--cc-form-color-warning)}.cc-toast--danger{border-left-color:var(--cc-form-color-danger)}.cc-toast__title{color:var(--cc-form-color-text);font-size:14px;font-weight:650;line-height:1.4}.cc-toast__message{color:var(--cc-form-color-muted);font-size:14px;grid-column:1}.cc-toast__close{align-items:center;background:transparent;border:1px solid transparent;border-radius:var(--cc-radius-md);color:var(--cc-form-color-muted);cursor:pointer;display:inline-flex;font:inherit;grid-column:2;grid-row:1 / span 2;height:28px;justify-content:center;padding:0;transition:background .16s ease,border-color .16s ease,color .16s ease;width:28px}.cc-toast__close:hover{background:var(--cc-form-color-surface-soft);border-color:var(--cc-form-color-border);color:var(--cc-form-color-text)}.cc-toast__close:focus{box-shadow:none;outline:none}.cc-toast__close:focus-visible{box-shadow:var(--cc-form-shadow-focus);outline:none}@media (prefers-reduced-motion: reduce){.cc-modal__overlay,.cc-modal__panel,.cc-popup__overlay,.cc-popup__panel,.cc-tooltip__content,.cc-orbital-sphere__stage,.cc-orbital-sphere__item,.cc-tilt-card,.cc-tilt-card__surface,.cc-tilt-card__glare,.cc-design-effect,.cc-typewriter-text__cursor,.cc-gradient-text,.cc-toast{transition-duration:1ms}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.table{display:table}.hidden{display:none}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--native-safe-top: env(safe-area-inset-top, 0px);--native-safe-bottom: env(safe-area-inset-bottom, 0px);--bottom-nav-height: 58px;--bg: #090b10;--surface: #121722;--surface-2: #1a2030;--panel: rgba(17, 22, 34, .78);--panel-strong: rgba(22, 28, 42, .94);--line: rgba(255, 255, 255, .12);--text: #f8fafc;--muted: rgba(248, 250, 252, .66);--soft: rgba(248, 250, 252, .42);--cyan: #6ee7f9;--violet: #a78bfa;--lime: #a3e635;--rose: #fb7185;--amber: #fbbf24;--radius: 16px;--shadow: 0 20px 54px rgba(0, 0, 0, .28);--home-scroll-bottom-gap: calc( var(--bottom-nav-height) + var(--native-safe-bottom) + 28px );--cc-button-color-accent: var(--cyan);--cc-form-color-accent: var(--cyan);--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-game: "LXGW WenKai", "KaiTi", "STKaiti", "Segoe Print", cursive, sans-serif;--app-font: var(--font-ui);color-scheme:dark;font-family:var(--app-font)}:root[data-theme=daylight]{--bg: #f7f8fb;--surface: #ffffff;--surface-2: #eef2f7;--panel: rgba(255, 255, 255, .84);--panel-strong: rgba(255, 255, 255, .96);--line: rgba(15, 23, 42, .1);--text: #111827;--muted: rgba(17, 24, 39, .62);--soft: rgba(17, 24, 39, .42);--cyan: #0891b2;--violet: #7c3aed;--lime: #65a30d;--rose: #e11d48;--amber: #d97706;--shadow: 0 18px 46px rgba(15, 23, 42, .1);color-scheme:light}:root[data-theme=game]{--bg: #09090d;--surface: #121118;--surface-2: #1d1a22;--panel: rgba(16, 14, 18, .88);--panel-strong: rgba(18, 16, 22, .96);--line: rgba(226, 190, 121, .18);--text: #f4ead9;--muted: rgba(244, 234, 217, .62);--cyan: #6ab9ad;--violet: #8066b8;--lime: #d8b66a;--amber: #d9a75d;--cc-button-color-accent: var(--amber);--cc-form-color-accent: var(--amber);--app-font: var(--font-game);color-scheme:dark}:root[data-theme=noir]{--bg: #080a0f;--surface: #101217;--surface-2: #181b22;--panel: rgba(16, 18, 23, .82);--panel-strong: rgba(18, 20, 26, .94);--line: rgba(244, 239, 231, .12);--text: #f4efe7;--muted: rgba(244, 239, 231, .58);--cyan: #5bdcff;--violet: #7c5cff;--lime: #d8a95f;--amber: #e4b27d;--cc-button-color-accent: var(--amber);--cc-form-color-accent: var(--amber);color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{min-height:100%;margin:0}body{overflow:hidden;background:radial-gradient(circle at 12% -10%,color-mix(in srgb,var(--cyan) 20%,transparent),transparent 28%),radial-gradient(circle at 98% 2%,color-mix(in srgb,var(--violet) 22%,transparent),transparent 32%),linear-gradient(180deg,color-mix(in srgb,var(--bg) 92%,#151925),var(--bg));color:var(--text)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.52}img{display:block}.app-shell{position:relative;width:min(100vw,430px);height:100dvh;margin:0 auto;overflow:hidden;background:var(--bg);border-inline:1px solid var(--line)}.app-stage,.app-main{height:100%;min-height:0}.app-stage{position:relative}.app-main{overflow:auto;padding-top:var(--native-safe-top);padding-bottom:var(--native-safe-bottom);overscroll-behavior:contain;scrollbar-width:none}.app-main::-webkit-scrollbar,.chat-message-list::-webkit-scrollbar,.ad-tile-grid::-webkit-scrollbar{display:none}:root[data-tabbar-visible=false] .bottom-nav,.app-shell[data-tabbar-visible=false] .bottom-nav{display:none!important}.page,.album-page,.detail-page{min-height:100%;padding:14px 14px var(--home-scroll-bottom-gap)}.panel,.notice-card,.thread-item,.record-item,.asset-item,.task-item,.pay-card,.vip-card,.store-purchase-panel,.profile-hero,.profile-wallet-grid>*,.profile-stat-grid>*,.profile-action-grid>*,.menu-list,.ops-panel,.public-world-card,.chapter-goal-card,.chat-command,.bond-panel,.status-panel,.chat-input,.asset-drawer,.confirm-dialog{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);color:var(--text);box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-header,.page-topbar{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:48px;margin:-4px 0 12px;padding:4px 0;background:color-mix(in srgb,var(--bg) 86%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-header strong,.page-topbar strong{overflow:hidden;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.page-header__right{color:var(--muted);font-size:12px}.back-button{display:grid;place-items:center;width:36px;height:36px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text)}.back-icon{width:20px;height:20px}.page-title h1{margin:0 0 4px;font-size:20px}.page-title p,.panel p,.panel small,.notice-card small,.thread-item small,.record-item small{color:var(--muted)}.section-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-row strong{font-size:14px}.section-row small,.section-row button{color:var(--muted);font-size:11px}.section-row button{border:0;background:transparent}.segmented,.mode-toggle,.store-mode-switch,.tabs-line,.vip-tabs,.category-strip{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:14px;background:var(--panel);overflow-x:auto}.segmented button,.mode-toggle button,.store-mode-switch button,.tabs-line button,.vip-tabs button,.category-strip button{flex:1 0 auto;height:30px;border:0;border-radius:10px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;white-space:nowrap}.segmented button[data-active=true],.mode-toggle button[data-active=true],.store-mode-switch button[data-active=true],.tabs-line button[data-active],.vip-tabs button[data-active=true],.category-strip button[data-active=true]{background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018}.cc-button,.cc-button button{border-radius:12px}.global-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;background:#0000005c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-screen{min-height:100%;background:radial-gradient(circle at 28% -4%,rgba(184,255,47,.12),transparent 30%),radial-gradient(circle at 84% 12%,rgba(50,120,255,.13),transparent 28%),linear-gradient(180deg,#050607,#101113 52%,#070809);color:#f7f7f2}:root[data-theme=game] .home-screen{background:radial-gradient(circle at 48% 12%,rgba(206,154,77,.16),transparent 36%),linear-gradient(180deg,#121017fa,#08080cfa),#09090d}.page-home{min-height:100dvh;padding:10px 10px calc(var(--native-safe-bottom) + 14px);container-type:inline-size}.home-page-v2{width:100%;min-height:calc(100dvh - var(--native-safe-top) - var(--native-safe-bottom) - var(--bottom-nav-height) - 38px);display:grid;grid-template-rows:34px auto;gap:8px}.home-game-stage{position:relative;min-height:calc(100dvh - var(--native-safe-top) - 20px);display:grid;grid-template-rows:34px minmax(560px,1fr) auto;gap:0;padding-bottom:calc(var(--native-safe-bottom) + 10px)}.home-game-top{position:relative;z-index:8;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:34px;color:#fff}.home-game-top>strong{overflow:hidden;text-align:center;font-size:17px;font-weight:950;text-shadow:0 2px 0 rgba(0,0,0,.35);text-overflow:ellipsis;white-space:nowrap}.home-game-menu{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:50%;background:linear-gradient(180deg,#f8d67a,#b76b22);box-shadow:inset 0 2px #ffffff6b,0 3px 8px #00000047}.home-game-menu span,.home-game-menu span:before,.home-game-menu span:after{display:block;width:15px;height:2px;border-radius:99px;background:#5a3213;content:""}.home-game-menu span:before{transform:translateY(-5px)}.home-game-menu span:after{transform:translateY(3px)}:root[data-theme=game] .home-wallet-v2{border:0;background:#221e23ad;box-shadow:inset 0 1px #ffffff2e}.home-game-scene{position:relative;min-height:560px;overflow:hidden;border-radius:0 0 22px 22px;background:linear-gradient(180deg,#bce6ed,#dceeca 44%,#467c55);box-shadow:0 16px 36px #00000047}.home-game-scene .cc-lazy-image,.home-game-scene>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.home-game-scene>img{-o-object-fit:cover;object-fit:cover}.home-game-scene__mist{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.1),transparent 32%,rgba(20,41,27,.32)),radial-gradient(circle at 50% 69%,rgba(255,238,165,.2),transparent 18%);pointer-events:none}.home-game-side{position:absolute;top:50px;z-index:4;display:grid;gap:8px}.home-game-side--left{left:7px}.home-game-side--right{right:7px}.home-game-side button{position:relative;width:46px;min-height:48px;display:grid;justify-items:center;gap:2px;border:0;background:transparent;color:#fff5c6;font-size:10px;font-weight:950;text-shadow:0 1px 2px rgba(0,0,0,.72)}.home-game-side i{width:36px;height:36px;border:2px solid rgba(255,245,194,.85);border-radius:50%;background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.82),transparent 14%),linear-gradient(135deg,#ffcf56,#db712d);box-shadow:0 4px #40231373,0 7px 12px #00000052}.home-game-side button[data-tone=violet] i{background:linear-gradient(135deg,#ffdd62,#a24dff)}.home-game-side button[data-tone=mint] i{background:linear-gradient(135deg,#b9ff75,#27b58a)}.home-game-side button[data-tone=pink] i,.home-game-side button[data-tone=red] i{background:linear-gradient(135deg,#ffb45f,#ff5068)}.home-game-side button[data-tone=blue] i{background:linear-gradient(135deg,#87f0ff,#3477ff)}.home-game-level{position:absolute;top:70px;left:50%;z-index:5;width:min(188px,50%);transform:translate(-50%);display:grid;gap:4px;justify-items:center;padding:8px 12px;border:1px solid rgba(224,178,98,.66);border-radius:13px;background:linear-gradient(180deg,#362427eb,#120f14e6);color:#f0d59b;box-shadow:inset 0 1px #ffedbb2e,0 10px 22px #00000047}.home-game-level span{font-size:13px;font-weight:950}.home-game-level small{color:#ffffffd1;font-size:10px}.home-game-feed{position:absolute;right:10px;bottom:17px;left:10px;z-index:7;display:grid;grid-template-columns:72px minmax(0,1fr) 80px;gap:10px;align-items:end}.home-game-feed button{min-width:0;height:42px;border:1px solid rgba(231,189,110,.46);border-radius:12px;background:linear-gradient(180deg,#483624f0,#181210f5);color:#e9c681;font-size:14px;font-weight:950;box-shadow:inset 0 1px #ffefc338,0 8px 16px #00000052}.home-game-feed button:nth-child(2){position:relative;height:64px;display:grid;place-items:center;gap:2px;border-radius:16px;background:radial-gradient(circle at 50% 18%,rgba(246,196,112,.32),transparent 36%),linear-gradient(180deg,#462d1efa,#130d0dfa);color:#f3d58e;box-shadow:inset 0 1px #fff0be42,0 10px 22px #0006}.home-game-feed button:nth-child(2) span{display:block;color:#ffeebead;font-size:10px;font-weight:850}.home-game-feed b{color:#fff2b5;font-size:15px}.home-game-fun{position:relative;z-index:3;margin-top:-1px;padding:10px 8px 12px;border-radius:0 0 18px 18px;background:#696783;color:#ebe7ff}.home-game-fun header{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin-bottom:6px}.home-game-fun header span{height:1px;background:#ffffff2e}.home-game-fun header strong{font-size:13px;font-weight:950}.home-game-fun>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.home-game-fun button{min-width:0;display:grid;justify-items:center;gap:3px;border:0;background:transparent;color:#ebe7ff}.home-game-fun img,.home-game-fun i{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#25273c,#161826);-o-object-fit:cover;object-fit:cover;box-shadow:0 4px #0000003d}.home-game-fun strong,.home-game-fun small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-game-fun strong{font-size:11px}.home-game-fun small{color:#ebe7ffad;font-size:9px}:root[data-theme=game] .home-command-panel-v2{display:none}:root[data-theme=noir] .home-game-scene,:root[data-theme=noir] .home-game-fun{display:none}:root[data-theme=noir] .home-game-stage{min-height:calc(100dvh - var(--native-safe-top) - 20px);grid-template-rows:34px auto;padding-bottom:calc(var(--native-safe-bottom) + 10px)}:root[data-theme=noir] .home-command-panel-v2{display:flex;margin:8px 0 0}.home-topbar-v2{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:8px;align-items:center}.home-icon-button-v2,.home-brand-v2,.home-wallet-v2,.home-system-panel-v2 button,.home-portrait-v2,.home-command-panel-v2 button,.home-roster-v2 button,.home-mini-actions-v2 button{border:0;color:inherit;font:inherit;cursor:pointer}.home-icon-button-v2{width:34px;height:34px;border:1px solid rgba(255,255,255,.09);border-radius:10px;background:#15171b}.home-icon-button-v2 span,.home-icon-button-v2 span:before,.home-icon-button-v2 span:after{display:block;width:14px;height:1.5px;margin:0 auto;border-radius:99px;background:#f4efe7;content:""}.home-icon-button-v2 span:before{transform:translateY(-5px)}.home-icon-button-v2 span:after{transform:translateY(3.5px)}.home-brand-v2{min-width:0;padding:0;background:transparent;text-align:left}.home-brand-v2 small,.home-kicker-v2,.home-system-panel-v2 p,.home-progress-card-v2 small,.home-resource-grid-v2 small,.home-character-chip-v2 small,.home-command-panel-v2 p,.home-mission-v2 small,.home-mission-v2 em,.home-roster-v2 small{color:#f7f7f28f;font-size:10.5px;line-height:1.35}.home-brand-v2 strong{display:block;overflow:hidden;color:#f7f7f2;font-size:13px;font-weight:820;text-overflow:ellipsis;white-space:nowrap}.home-wallet-v2{display:flex;gap:6px;align-items:center;padding:4px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#15171b}.home-wallet-v2 span{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 8px;border-radius:999px;background:#0b0c0f;color:#ffd76a;font-size:11px;font-weight:900}.home-wallet-v2 i{width:12px;height:12px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff8b3 0,#fff8b3 18%,#ffce42 42%,#c77a13);box-shadow:0 0 10px #ffd14959}.home-wallet-v2 i[data-kind=energy]{background:linear-gradient(135deg,#5bdcff,#2d7cff);box-shadow:0 0 10px #479bff59}.home-launchpad-v2{position:relative;min-width:0;min-height:0;display:grid;grid-template-rows:minmax(470px,70dvh) auto auto;gap:0;padding:0;border:0;border-radius:24px;background:transparent;box-shadow:none;overflow:visible}.home-launchpad-v2:before{display:none}.home-launchpad-v2:after{display:none}.home-system-panel-v2,.home-command-panel-v2{position:relative;min-width:0;border:1px solid rgba(244,239,231,.105);border-radius:12px;background:#ffffff0b;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-system-panel-v2{order:3;z-index:2;display:none;grid-template-columns:minmax(0,1fr) 112px;gap:7px;align-items:center;padding:9px}.home-kicker-v2{width:-moz-max-content;width:max-content;max-width:100%;display:inline-flex;align-items:center;height:22px;padding:0 8px;border:1px solid rgba(218,156,91,.2);border-radius:999px;background:#da9c5b17;color:#e4b27d;font-weight:820}.home-system-panel-v2>strong{display:block;overflow:hidden;color:#fff8ed;font-size:13px;font-weight:880;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.home-system-panel-v2 p{display:none}.home-progress-card-v2{display:grid;gap:5px;min-width:112px}.home-progress-card-v2 span{display:flex;justify-content:space-between;gap:8px}.home-progress-card-v2 b{color:#fff8ed;font-size:11px;font-weight:840}.home-mode-row-v2{display:none}.home-resource-grid-v2{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.home-resource-grid-v2 button{min-width:0;height:32px;display:grid;place-items:center;gap:1px;padding:0 8px;border:1px solid rgba(244,239,231,.09);border-radius:9px;background:#ffffff0a}.home-resource-grid-v2 b{color:#fff8ed;font-size:13px;font-weight:900;line-height:1}.home-portrait-v2{position:relative;order:1;z-index:1;min-width:0;min-height:clamp(470px,70dvh,560px);overflow:hidden;border:0;border-radius:24px;background:#0c0d10;box-shadow:0 28px 80px #00000085;isolation:isolate}.home-portrait-v2 .cc-lazy-image,.home-portrait-v2 img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%}.home-portrait-v2 img{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;transform:scale(1.001)}.home-portrait-v2__shade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.02),transparent 32%,rgba(0,0,0,.88)),linear-gradient(90deg,rgba(9,11,16,.5),transparent 34%,rgba(9,11,16,.2));pointer-events:none}.home-character-chip-v2{position:absolute;right:9px;top:12px;bottom:auto;left:12px;z-index:2;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px;align-items:center;padding:7px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#08090bb8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-character-chip-v2 img{position:static;width:34px;height:34px;border-radius:9px;-o-object-fit:cover;object-fit:cover}.home-character-chip-v2 strong,.home-character-chip-v2 small,.home-mission-v2 strong,.home-mission-v2 em,.home-roster-v2 strong,.home-roster-v2 small{display:block;overflow:hidden;text-overflow:ellipsis}.home-character-chip-v2 strong{color:#fff8ed;font-size:12.5px;font-weight:880;white-space:nowrap}.home-character-chip-v2 small{margin-top:1px;white-space:nowrap}.home-command-panel-v2{order:2;z-index:3;display:flex;flex-direction:column;justify-content:center;gap:9px;margin:-154px 12px 0;padding:14px;border:0;border-radius:18px;background:linear-gradient(180deg,#1c1e23eb,#0c0d10f0),#0a0c10e6;box-shadow:0 22px 68px #0000005c}.home-command-panel-v2 h1{margin:0;color:#fff;font-size:24px;font-weight:920;letter-spacing:0;line-height:1.08}.home-command-panel-v2 p{margin:0;display:none;overflow:hidden;font-size:11.5px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-cta-row-v2{display:flex;gap:7px}.home-cta-row-v2 .cc-button{flex:1 1 0;min-width:0;height:36px;border-radius:8px;font-size:12px;font-weight:850}.home-cta-row-v2 .cc-button:first-child{background:#a6ff2d!important;color:#091005!important;box-shadow:0 0 22px #a6ff2d38}.home-cta-row-v2 .cc-button:nth-child(2){background:#f3f5ee!important;color:#090a0c!important}.home-mini-actions-v2{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.home-mini-actions-v2 button{height:28px;border:1px solid rgba(255,255,255,.08);border-radius:999px;background:#111318;color:#f7f7f2ad;font-size:11px;font-weight:800}.home-mission-v2{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#14161b}.home-mission-v2 strong{margin-top:2px;color:#fff;font-size:12.5px;font-weight:880;line-height:1.24;white-space:nowrap}.home-mission-v2 em{display:none}.home-mission-v2 .cc-button{min-width:58px;height:27px;border-radius:8px;font-size:11px;background:#a6ff2d!important;color:#091005!important}.home-roster-v2{display:none;gap:6px;overflow-x:auto}.home-roster-v2 button{flex:0 0 auto;min-width:72px;height:34px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:6px;align-items:center;padding:4px 7px;border:1px solid rgba(244,239,231,.1);border-radius:999px;background:#ffffff0b;text-align:left}.home-roster-v2 button:last-child{display:flex;justify-content:center;padding:0 10px;color:#f4efe7a3;font-size:10.5px;font-weight:800}.home-roster-v2 img{width:26px;height:26px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.home-roster-v2 strong{color:#fff8ed;font-size:11px;font-weight:850;white-space:nowrap}.home-roster-v2 small{font-size:9.5px;white-space:nowrap}.ad-tile-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ad-tile-grid button{position:relative;min-width:0;padding:0;overflow:hidden;border:0;border-radius:14px;background:var(--surface);color:#fff;cursor:pointer}.ad-tile-grid strong{position:absolute;right:8px;bottom:8px;left:8px;overflow:hidden;font-size:12px;font-weight:850;text-shadow:0 2px 10px rgba(0,0,0,.35);text-overflow:ellipsis;white-space:nowrap}@container (min-width: 860px){.home-page-v2{height:calc(100dvh - var(--native-safe-top) - var(--native-safe-bottom) - 24px);min-height:560px;max-height:760px;grid-template-rows:34px minmax(0,1fr)}.home-topbar-v2{grid-template-columns:34px minmax(0,1fr) auto}.home-launchpad-v2{grid-template-columns:minmax(190px,.54fr) minmax(320px,.98fr) minmax(360px,1fr);grid-template-rows:minmax(0,1fr);padding:10px;border:1px solid rgba(244,239,231,.12);border-radius:18px;background:linear-gradient(120deg,rgba(244,239,231,.09),transparent 24%),linear-gradient(245deg,rgba(77,152,186,.09),transparent 26%),#0d0f14e6;box-shadow:0 30px 90px #00000057;overflow:hidden}.home-system-panel-v2{order:0;display:flex;flex-direction:column;justify-content:center;gap:10px;padding:14px}.home-system-panel-v2 p{display:block}.home-mode-row-v2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.home-mode-row-v2 button{height:30px;border:1px solid rgba(244,239,231,.1);border-radius:9px;background:#ffffff0a;color:#f4efe79e;font-size:11px;font-weight:780}.home-mode-row-v2 button[data-active=true]{border-color:#da9c5b6b;background:#da9c5b29;color:#ffe1ba}.home-resource-grid-v2{grid-column:auto;grid-template-columns:1fr}.home-resource-grid-v2 button{height:42px;display:flex;justify-content:space-between}.home-portrait-v2{order:0;min-height:0;border:1px solid rgba(244,239,231,.14);border-radius:14px}.home-character-chip-v2{top:auto;bottom:10px}.home-command-panel-v2{order:0;gap:12px;margin-top:0;margin-right:0;margin-left:0;padding:clamp(18px,3vw,34px)}.home-command-panel-v2 h1{font-size:clamp(25px,3vw,36px)}.home-command-panel-v2 p{display:block;max-width:500px;font-size:12.5px;line-height:1.7}.home-mission-v2 em{display:block;margin-top:3px;font-style:normal;white-space:nowrap}.home-roster-v2{display:flex}.home-mini-actions-v2{display:none}}:root[data-theme=noir] .home-screen{background:radial-gradient(circle at 18% 0%,rgba(203,127,74,.22),transparent 32%),radial-gradient(circle at 84% 18%,rgba(72,141,174,.18),transparent 30%),linear-gradient(180deg,#090b10,#101217 52%,#0c0d10)}:root[data-theme=noir] .home-wallet-v2,:root[data-theme=noir] .home-icon-button-v2{background:#ffffff0f;border-color:#f4efe721}:root[data-theme=noir] .home-wallet-v2 span{background:#00000047;color:#e4b27d}:root[data-theme=noir] .home-portrait-v2{background:#15171d;box-shadow:0 28px 80px #00000075}:root[data-theme=noir] .home-character-chip-v2,:root[data-theme=noir] .home-command-panel-v2,:root[data-theme=noir] .home-mission-v2,:root[data-theme=noir] .home-mini-actions-v2 button{border-color:#f4efe71f;background:linear-gradient(140deg,#ffffff17,#ffffff0a),#0d0f14c7}:root[data-theme=noir] .home-cta-row-v2 .cc-button:first-child,:root[data-theme=noir] .home-mission-v2 .cc-button{background:#e4b27d!important;color:#17100a!important;box-shadow:0 0 22px #e4b27d2e}:root[data-theme=noir] .home-cta-row-v2 .cc-button:nth-child(2){background:#f4efe7!important;color:#101217!important}:root[data-theme=noir] .home-kicker-v2{border-color:#e4b27d38;background:#e4b27d17;color:#e4b27d}:root[data-theme=game] .app-shell{width:100vw;background:linear-gradient(180deg,#342f48,#202235);border:0}:root[data-theme=game] .app-main:has(.page-home){overflow:hidden;padding:0}:root[data-theme=game] .home-screen,:root[data-theme=game] .page-home{width:100%;min-height:100dvh;height:100dvh;overflow:hidden}:root[data-theme=game] .page-home{padding:0}:root[data-theme=game] .home-game-stage{--home-side-button-height: 82px;--home-side-gap: 13px;--home-side-stack-half: 183.5px;--home-side-top: calc(var(--native-safe-top) + 224px);width:100%;height:100dvh;min-height:0;display:block;overflow:hidden;padding:0}:root[data-theme=game] .home-game-top{position:absolute;top:calc(var(--native-safe-top) + 16px);right:14px;left:14px;grid-template-columns:38px minmax(0,1fr);z-index:12}:root[data-theme=game] .home-game-top>strong{display:none}:root[data-theme=game] .home-wallet-v2{justify-self:end}:root[data-theme=game] .home-game-scene{width:100%;height:100dvh;min-height:0;border-radius:0;box-shadow:none}:root[data-theme=game] .home-game-scene img{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}:root[data-theme=game] .home-game-side{top:calc(var(--native-safe-top) + 166px)}:root[data-theme=game] .home-game-side--left{left:8px}:root[data-theme=game] .home-game-side--right{right:8px}:root[data-theme=game] .home-game-level{top:calc(var(--native-safe-top) + 176px)}:root[data-theme=game] .home-game-feed{bottom:calc(var(--native-safe-bottom) + 22px)}:root[data-theme=game] .home-game-fun{position:absolute;top:calc(var(--native-safe-top) + 48px);right:8px;bottom:auto;left:8px;z-index:11;margin:0;padding:7px 8px 8px;border-radius:14px;background:#2d2b4494;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 22px #1a142b38}:root[data-theme=game] .home-game-fun header{margin-bottom:5px}:root[data-theme=game] .home-game-fun img,:root[data-theme=game] .home-game-fun i{width:36px;height:36px}:root[data-theme=game] .home-game-fun button{gap:2px}:root[data-theme=game] .home-game-menu{width:38px;height:38px;border:1px solid rgba(219,177,104,.5);background:radial-gradient(circle at 34% 22%,rgba(255,235,184,.34),transparent 24%),linear-gradient(180deg,#3d3022f5,#110f12f5);box-shadow:inset 0 1px #ffefc047,0 8px 18px #00000057}:root[data-theme=game] .home-game-menu span,:root[data-theme=game] .home-game-menu span:before,:root[data-theme=game] .home-game-menu span:after{background:#e6c47e}:root[data-theme=game] .home-wallet-v2{min-height:32px;border:1px solid rgba(219,177,104,.22);border-radius:999px;background:linear-gradient(180deg,#1c191ed6,#09090cc7);color:#f3e4c6;box-shadow:inset 0 1px #ffefc024,0 8px 20px #00000040}:root[data-theme=game] .home-game-scene{background:radial-gradient(circle at 50% 18%,rgba(215,162,82,.18),transparent 32%),linear-gradient(180deg,#161622,#111019 54%,#07080b)}:root[data-theme=game] .home-game-scene:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,rgba(4,5,8,.46),transparent 23%,transparent 77%,rgba(4,5,8,.46)),linear-gradient(180deg,rgba(4,5,8,.18),transparent 36%,rgba(5,6,9,.34));pointer-events:none}:root[data-theme=game] .home-game-scene__mist{z-index:1;background:radial-gradient(circle at 50% 60%,rgba(209,153,80,.16),transparent 20%),radial-gradient(circle at 18% 78%,rgba(95,176,160,.12),transparent 22%),linear-gradient(180deg,rgba(10,10,14,.1),transparent 32%,rgba(4,5,8,.42))}:root[data-theme=game] .home-game-scene>img{filter:saturate(.82) contrast(1.08) brightness(.78);-o-object-position:center 48%;object-position:center 48%}:root[data-theme=game] .home-game-side,:root[data-theme=game] .home-game-level,:root[data-theme=game] .home-game-feed,:root[data-theme=game] .home-game-fun{z-index:9}:root[data-theme=game] .home-game-side{gap:var(--home-side-gap);top:var(--home-side-top)}:root[data-theme=game] .home-game-side button{width:78px;min-height:var(--home-side-button-height);color:#f4ead9e0;font-size:11px;font-weight:850;letter-spacing:0;text-shadow:0 1px 5px rgba(0,0,0,.72)}:root[data-theme=game] .home-game-side i{position:relative;display:grid;place-items:center;width:64px;height:64px;border:1px solid rgba(222,178,103,.62);border-radius:18px;background:radial-gradient(circle at 35% 22%,rgba(255,236,184,.3),transparent 24%),linear-gradient(145deg,#362b26f2,#0e0f14f5);box-shadow:inset 0 1px #ffefc238,inset 0 -8px 14px #0000003d,0 8px 16px #00000052}:root[data-theme=game] .home-game-side i:before,:root[data-theme=game] .home-game-side i:after{position:absolute;content:""}:root[data-theme=game] .home-game-side i:before{width:30px;height:30px;border:2px solid rgba(244,219,165,.9);border-radius:10px;box-shadow:0 0 16px #d8a65d3d}:root[data-theme=game] .home-game-side i:after{width:12px;height:12px;border-radius:50%;background:#d7a85c;box-shadow:0 0 12px #d7a85c8c}:root[data-theme=game] .home-game-side i[data-icon=bond]:before{width:34px;height:34px;border-radius:50%;border-style:double}:root[data-theme=game] .home-game-side i[data-icon=bond]:after{width:18px;height:24px;border-radius:999px 999px 8px 8px;background:linear-gradient(180deg,#efcf82,#7fc7b8)}:root[data-theme=game] .home-game-side i[data-icon=summon]:before{width:34px;height:34px;border-radius:50%;border-color:#aa82dcf5;transform:rotate(28deg)}:root[data-theme=game] .home-game-side i[data-icon=summon]:after{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#b57aff,#d9a75d);transform:rotate(45deg)}:root[data-theme=game] .home-game-side i[data-icon=quest]:before{width:30px;height:36px;border-radius:7px;background:linear-gradient(180deg,#efdcafe6,#845c30e6)}:root[data-theme=game] .home-game-side i[data-icon=quest]:after{width:18px;height:2px;border-radius:99px;background:#221a16;box-shadow:0 7px #221a16,0 14px #221a16}:root[data-theme=game] .home-game-side i[data-icon=store]:before{width:34px;height:25px;border-radius:7px;background:linear-gradient(180deg,#d9a75d,#6b3f2a);transform:translateY(4px)}:root[data-theme=game] .home-game-side i[data-icon=store]:after{width:38px;height:10px;border-radius:6px;background:linear-gradient(90deg,#8a5140,#e0b66d,#8a5140);transform:translateY(-11px)}:root[data-theme=game] .home-game-side i[data-icon=check]:before{width:34px;height:34px;border-radius:9px;background:linear-gradient(180deg,#ead5aae0,#312930e6)}:root[data-theme=game] .home-game-side i[data-icon=check]:after{width:22px;height:10px;border-bottom:4px solid #d8b66a;border-left:4px solid #d8b66a;border-radius:2px;background:transparent;transform:rotate(-45deg) translate(1px,-2px)}:root[data-theme=game] .home-game-side i[data-icon=mail]:before{width:36px;height:26px;border-radius:7px;background:linear-gradient(180deg,#533338,#19161c)}:root[data-theme=game] .home-game-side i[data-icon=mail]:after{width:24px;height:24px;border-right:3px solid #d8b66a;border-bottom:3px solid #d8b66a;border-radius:2px;background:transparent;transform:rotate(45deg) translateY(-5px)}:root[data-theme=game] .home-game-side i[data-icon=world]:before{width:36px;height:36px;border-radius:50%;border-color:#d8b66af2}:root[data-theme=game] .home-game-side i[data-icon=world]:after{width:7px;height:36px;border-radius:50%;border:2px solid rgba(111,190,174,.85);background:transparent;box-shadow:13px 0 0 -11px #6fbeaed9,-13px 0 0 -11px #6fbeaed9}:root[data-theme=game] .home-game-side i[data-icon=profile]:before{width:30px;height:34px;border-radius:50% 50% 11px 11px;background:linear-gradient(180deg,#d8b66a,#2a252d)}:root[data-theme=game] .home-game-side i[data-icon=profile]:after{width:26px;height:8px;border-radius:999px;background:#111017;transform:translateY(-3px)}:root[data-theme=game] .home-game-side button[data-tone=violet] i,:root[data-theme=game] .home-game-side button[data-tone=mint] i,:root[data-theme=game] .home-game-side button[data-tone=pink] i,:root[data-theme=game] .home-game-side button[data-tone=red] i,:root[data-theme=game] .home-game-side button[data-tone=blue] i{background:radial-gradient(circle at 34% 24%,rgba(255,238,192,.28),transparent 24%),linear-gradient(145deg,#342d2bf5,#0d0f14f5)}:root[data-theme=game] .home-game-side button[data-tone=violet] i{border-color:#997bccb8}:root[data-theme=game] .home-game-side button[data-tone=mint] i{border-color:#68bea0b8}:root[data-theme=game] .home-game-side button[data-tone=pink] i,:root[data-theme=game] .home-game-side button[data-tone=red] i{border-color:#cf705db8}:root[data-theme=game] .home-game-side button[data-tone=blue] i{border-color:#5e9abcb8}:root[data-theme=game] .home-game-level{top:calc(var(--home-side-top) + var(--home-side-stack-half));width:min(216px,calc(100vw - 174px));transform:translate(-50%,-50%);gap:6px;padding:11px 12px 12px;border:1px solid rgba(224,178,98,.66);border-radius:18px;background:radial-gradient(circle at 50% 0%,rgba(216,166,93,.22),transparent 44%),linear-gradient(180deg,#362427eb,#120f14e6);color:#f0d59b;box-shadow:inset 0 1px #ffedbb2e,0 16px 34px #0000005c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}:root[data-theme=game] .home-game-level strong,:root[data-theme=game] .home-game-level span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .home-game-level strong{color:#f7e6bd;font-size:15px;font-weight:950}:root[data-theme=game] .home-game-level span{color:#f4ead9c2;font-size:11px;font-weight:950}:root[data-theme=game] .home-game-level small{color:#f4ead99e;font-size:10px}:root[data-theme=game] .home-character-model{position:relative;width:118px;height:112px;display:grid;place-items:center;perspective:560px}:root[data-theme=game] .home-character-model img{position:relative;z-index:3;width:76px;height:76px;border:1px solid rgba(236,196,113,.38);border-radius:24px 24px 28px 28px;-o-object-fit:cover;object-fit:cover;filter:saturate(.96) contrast(1.08);transform:translateY(-3px) rotateX(4deg);box-shadow:0 14px 28px #00000061,0 0 24px #d8a65d29}:root[data-theme=game] .home-character-model__ring{position:absolute;z-index:2;width:92px;height:92px;border:2px solid rgba(216,166,93,.55);border-radius:50%;transform:rotateX(64deg) translateY(13px);box-shadow:inset 0 0 18px #6fbeae3d,0 0 22px #d8a65d2e}:root[data-theme=game] .home-character-model__base{position:absolute;bottom:8px;z-index:1;width:112px;height:34px;border:1px solid rgba(226,190,121,.3);border-radius:50%;background:radial-gradient(circle at 50% 45%,rgba(216,166,93,.42),transparent 48%),linear-gradient(180deg,#30231ccc,#0a0a0de0);transform:rotateX(62deg);box-shadow:0 18px 36px #00000061}:root[data-theme=game] .home-game-feed{right:12px;bottom:calc(var(--native-safe-bottom) + 20px);left:12px;grid-template-columns:94px minmax(0,1fr) 96px;gap:9px}:root[data-theme=game] .home-game-feed button{height:40px;border:1px solid rgba(231,189,110,.46);border-radius:12px;background:linear-gradient(180deg,#483624f0,#181210f5);color:#e9c681;font-size:12px;box-shadow:inset 0 1px #ffefc338,0 8px 16px #00000052}:root[data-theme=game] .home-game-feed button:nth-child(2){height:58px;gap:2px;border-color:#ecc471b3;border-radius:15px;background:radial-gradient(circle at 50% 18%,rgba(246,196,112,.32),transparent 36%),linear-gradient(180deg,#462d1efa,#130d0dfa);color:#f3d58e;box-shadow:inset 0 1px #fff0be42,0 10px 22px #0006}:root[data-theme=game] .home-game-feed button:nth-child(2) span{color:#ffeebead;font-size:10px;font-weight:850}:root[data-theme=game] .home-game-feed b{color:#f4ead9db;font-size:15px}:root[data-theme=game] .home-game-fun{top:calc(var(--native-safe-top) + 84px);right:10px;left:10px;padding:6px 8px 7px;border:1px solid rgba(222,178,103,.22);border-radius:12px;background:linear-gradient(180deg,#131218c2,#0a0a0ea8);color:#f1e2c2;box-shadow:inset 0 1px #ffefc21a,0 12px 28px #0000004d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root[data-theme=game] .home-game-fun header{grid-template-columns:1fr auto 1fr;margin-bottom:4px}:root[data-theme=game] .home-game-fun header span{background:linear-gradient(90deg,transparent,rgba(222,178,103,.28),transparent)}:root[data-theme=game] .home-game-fun header strong{color:#f1e2c2d1;font-size:11px;letter-spacing:0}:root[data-theme=game] .home-game-fun>div{gap:6px}:root[data-theme=game] .home-game-fun button{min-height:54px;padding:4px;border:1px solid rgba(222,178,103,.14);border-radius:10px;background:linear-gradient(180deg,#262227a8,#0d0d129e);color:#efe0c2}:root[data-theme=game] .home-game-fun img,:root[data-theme=game] .home-game-fun i{width:30px;height:30px;border:1px solid rgba(226,190,121,.24);border-radius:10px;background:linear-gradient(145deg,#322a2ef5,#0f0f14f5);box-shadow:inset 0 1px #ffefc21f,0 6px 14px #00000047}:root[data-theme=game] .home-game-fun strong{font-size:10px;font-weight:850}:root[data-theme=game] .home-game-fun small{color:#f4ead980;font-size:8px}:root[data-theme=game] .page:not(.page-home),:root[data-theme=game] .album-page,:root[data-theme=game] .detail-page{min-height:100%;height:100%;display:flex;flex-direction:column;gap:8px;overflow:hidden;padding:10px 10px calc(var(--native-safe-bottom) + 12px);background:radial-gradient(circle at 50% -8%,rgba(255,238,172,.26),transparent 34%),linear-gradient(180deg,#fff4d3,#f7ddaa);color:#5d3214}:root[data-theme=game] .page-header,:root[data-theme=game] .page-topbar{position:relative;flex:0 0 auto;min-height:42px;margin:0;padding:6px 10px;border:2px solid #c98a3c;border-radius:18px;background:linear-gradient(180deg,#f7ce8b,#d99343);color:#6b3514;box-shadow:inset 0 2px #ffffff6b,0 4px #7a431847;-webkit-backdrop-filter:none;backdrop-filter:none}:root[data-theme=game] .back-button{width:36px;height:36px;border:1px solid rgba(91,52,21,.62);border-radius:50%;background:radial-gradient(circle at 36% 22%,rgba(255,249,203,.92),transparent 24%),linear-gradient(180deg,#ffe69a,#e99b28 56%,#9e531f);color:#5a2d11;box-shadow:inset 0 2px #ffffff94,inset 0 -4px #7439124d,0 4px #562d126b,0 8px 16px #0000003d;transform:translateY(-1px)}:root[data-theme=game] .back-button:active{box-shadow:inset 0 2px 5px #5b301257,0 1px #562d1275;transform:translateY(2px)}:root[data-theme=game] .supply-hero,:root[data-theme=game] .quest-hero,:root[data-theme=game] .chat-hub-hero,:root[data-theme=game] .profile-hero,:root[data-theme=game] .ops-hero,:root[data-theme=game] .character-chapter-hero{flex:0 0 auto;padding:12px;border:2px solid #c98a3c;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.34),transparent 40%),#f2c982;color:#663414;box-shadow:inset 0 2px #ffffff6b,0 4px #7a43182e}:root[data-theme=game] .supply-hero h1,:root[data-theme=game] .quest-hero h1,:root[data-theme=game] .chat-hub-hero h1{font-size:20px;color:#5b2d11;text-shadow:0 1px 0 rgba(255,255,255,.42)}:root[data-theme=game] .supply-hero small,:root[data-theme=game] .quest-hero small,:root[data-theme=game] .chat-hub-hero small,:root[data-theme=game] .store-card-kicker,:root[data-theme=game] .pay-card em{color:#b84b36}:root[data-theme=game] .supply-hero p,:root[data-theme=game] .quest-hero p,:root[data-theme=game] .chat-hub-hero p{color:#5b2d11b8}:root[data-theme=game] .store-purchase-panel,:root[data-theme=game] .sign-card,:root[data-theme=game] .album-section,:root[data-theme=game] .form-panel,:root[data-theme=game] .viewer-popup,:root[data-theme=game] .auth-sheet,:root[data-theme=game] .profile-edit-sheet,:root[data-theme=game] .confirm-dialog{border:2px solid #d39a4e;border-radius:18px;background:#f6d99d;color:#5d3214;box-shadow:inset 0 2px #ffffff6b,0 4px #7a431829;-webkit-backdrop-filter:none;backdrop-filter:none}:root[data-theme=game] .thread-list,:root[data-theme=game] .task-list,:root[data-theme=game] .asset-list,:root[data-theme=game] .record-list,:root[data-theme=game] .world-feed,:root[data-theme=game] .album-sections,:root[data-theme=game] .ops-table-list,:root[data-theme=game] .ops-moderation-list{min-height:0;flex:1 1 auto;overflow:auto;padding-right:2px}:root[data-theme=game] .thread-item,:root[data-theme=game] .task-item,:root[data-theme=game] .asset-item,:root[data-theme=game] .record-item,:root[data-theme=game] .notice-card,:root[data-theme=game] .pay-card,:root[data-theme=game] .vip-card,:root[data-theme=game] .public-world-card,:root[data-theme=game] .result-card,:root[data-theme=game] .hot-row{border:2px solid #e0aa5d;border-radius:14px;background:#ffdfa0;color:#5d3214;box-shadow:inset 0 1px #ffffff70,0 2px #7a431824}:root[data-theme=game] .thread-item small,:root[data-theme=game] .task-item small,:root[data-theme=game] .record-item small,:root[data-theme=game] .notice-card small,:root[data-theme=game] .panel small{color:#5b2d11a8}:root[data-theme=game] .segmented,:root[data-theme=game] .mode-toggle,:root[data-theme=game] .store-mode-switch,:root[data-theme=game] .tabs-line,:root[data-theme=game] .vip-tabs,:root[data-theme=game] .category-strip{flex:0 0 auto;border:2px solid #d59a4a;border-radius:18px;background:#d7ad77}:root[data-theme=game] .segmented button,:root[data-theme=game] .mode-toggle button,:root[data-theme=game] .store-mode-switch button,:root[data-theme=game] .tabs-line button,:root[data-theme=game] .vip-tabs button,:root[data-theme=game] .category-strip button{color:#6b3b1a}:root[data-theme=game] .segmented button[data-active=true],:root[data-theme=game] .mode-toggle button[data-active=true],:root[data-theme=game] .store-mode-switch button[data-active=true],:root[data-theme=game] .tabs-line button[data-active],:root[data-theme=game] .vip-tabs button[data-active=true],:root[data-theme=game] .category-strip button[data-active=true]{background:linear-gradient(180deg,#e55f55,#b73d31);color:#fff4d2}:root[data-theme=game] .cc-button{border-radius:10px!important;font-weight:900}:root[data-theme=game] .cc-button:not([data-variant]),:root[data-theme=game] .store-pay-action{background:linear-gradient(180deg,#79e15a,#1f9e45)!important;color:#f9ffe8!important;box-shadow:inset 0 2px #ffffff6b,0 3px #13672b}:root[data-theme=game] .store-checkout-bar,:root[data-theme=game] .floating-actions,:root[data-theme=game] .create-floating-actions{flex:0 0 auto;bottom:calc(var(--native-safe-bottom) + 8px);border:2px solid #c98a3c;background:#f4c77c}:root[data-theme=game] input,:root[data-theme=game] textarea{border:2px solid #d29a4f;background:#ffe8b5;color:#5d3214}:root[data-theme=game] .bottom-nav{display:none!important}:root[data-theme=game] .create-page,:root[data-theme=game] .store-page,:root[data-theme=game] .quest-page,:root[data-theme=game] .chats-page,:root[data-theme=game] .profile-page,:root[data-theme=game] .worlds-page,:root[data-theme=game] .assets-page,:root[data-theme=game] .album-page,:root[data-theme=game] .wallet-page,:root[data-theme=game] .vip-page,:root[data-theme=game] .search-page,:root[data-theme=game] .payment-result-page,:root[data-theme=game] .ops-page{gap:8px;min-height:0;height:100%;overflow:hidden}:root[data-theme=game] .create-page,:root[data-theme=game] .store-page,:root[data-theme=game] .quest-page,:root[data-theme=game] .profile-page,:root[data-theme=game] .worlds-page,:root[data-theme=game] .assets-page,:root[data-theme=game] .wallet-page,:root[data-theme=game] .vip-page,:root[data-theme=game] .search-page,:root[data-theme=game] .ops-page{padding-bottom:10px}:root[data-theme=game] .store-purchase-panel,:root[data-theme=game] .quest-list,:root[data-theme=game] .thread-list,:root[data-theme=game] .world-feed,:root[data-theme=game] .asset-list,:root[data-theme=game] .record-list,:root[data-theme=game] .result-list,:root[data-theme=game] .album-sections,:root[data-theme=game] .profile-action-grid,:root[data-theme=game] .menu-list,:root[data-theme=game] .ops-table-list,:root[data-theme=game] .ops-moderation-list{min-height:0}:root[data-theme=game] .choice-grid button{padding:8px}:root[data-theme=game] .choice-grid img,:root[data-theme=game] .scene-card img{max-height:92px;-o-object-fit:cover;object-fit:cover}:root[data-theme=game] .create-floating-actions,:root[data-theme=game] .store-checkout-bar{position:static;flex-shrink:0;margin-top:0}:root[data-theme=game] .store-page .supply-hero,:root[data-theme=game] .quest-hero,:root[data-theme=game] .chat-hub-hero,:root[data-theme=game] .profile-hero,:root[data-theme=game] .character-chapter-hero{margin-bottom:0}:root[data-theme=game] .store-page .ad-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;flex:0 0 auto}:root[data-theme=game] .store-purchase-panel{flex:1 1 auto;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;padding:8px}:root[data-theme=game] .store-mode-switch{min-height:34px}:root[data-theme=game] .pay-grid{align-content:start;overflow:auto;padding:2px 2px 6px}:root[data-theme=game] .pay-card{min-height:112px;padding:10px}:root[data-theme=game] .store-checkout-bar{grid-template-columns:minmax(0,1fr) 108px;padding:7px}:root[data-theme=game] .quest-hero{padding:10px}:root[data-theme=game] .quest-hero h1,:root[data-theme=game] .chat-hub-hero h1,:root[data-theme=game] .quest-hero p,:root[data-theme=game] .chat-hub-hero p,:root[data-theme=game] .quest-sign{grid-template-columns:minmax(0,1fr) minmax(152px,.9fr) 74px;align-items:center;gap:8px;padding:8px}:root[data-theme=game] .quest-sign div{gap:3px}:root[data-theme=game] .quest-sign b{height:24px}:root[data-theme=game] .quest-list{flex:1 1 auto;overflow:auto}:root[data-theme=game] .quest-item,:root[data-theme=game] .thread-item,:root[data-theme=game] .asset-item,:root[data-theme=game] .record-item,:root[data-theme=game] .public-world-card{border-radius:14px;padding:9px}:root[data-theme=game] .chapter-party-strip{flex:0 0 auto;overflow-x:auto;padding-bottom:2px}:root[data-theme=game] .thread-list,:root[data-theme=game] .world-feed,:root[data-theme=game] .asset-list,:root[data-theme=game] .record-list,:root[data-theme=game] .result-list,:root[data-theme=game] .album-sections,:root[data-theme=game] .ops-table-list,:root[data-theme=game] .ops-moderation-list{flex:1 1 auto;overflow:auto;padding-right:2px}:root[data-theme=game] .profile-hero{grid-template-columns:minmax(0,1fr);gap:8px;padding:10px}:root[data-theme=game] .profile-wallet-grid,:root[data-theme=game] .profile-stat-grid,:root[data-theme=game] .profile-action-grid{gap:8px}:root[data-theme=game] .profile-wallet-grid>*,:root[data-theme=game] .profile-stat-grid>*,:root[data-theme=game] .profile-action-grid>*,:root[data-theme=game] .menu-list>*{border-radius:14px;padding:9px}:root[data-theme=game] .owned-strip{flex:0 0 auto;overflow-x:auto;padding-bottom:2px}:root[data-theme=game] .character-chapter-page{height:100%;overflow:hidden}:root[data-theme=game] .character-chapter-hero{grid-template-columns:96px minmax(0,1fr);min-height:0;padding:10px}:root[data-theme=game] .character-chapter-hero .detail-hero__image,:root[data-theme=game] .character-chapter-hero img{width:96px;height:112px}:root[data-theme=game] .character-chapter-body{flex:1 1 auto;min-height:0;overflow:auto}:root[data-theme=game] .wallet-summary-card,:root[data-theme=game] .vip-page>.vip-card,:root[data-theme=game] .payment-result-card,:root[data-theme=game] .asset-toolbar,:root[data-theme=game] .search-page>.panel,:root[data-theme=game] .ops-panel{border:2px solid #d39a4e;border-radius:18px;background:#f6d99d;color:#5d3214;box-shadow:inset 0 2px #ffffff6b,0 4px #7a431829}:root[data-theme=game] .wallet-summary-card,:root[data-theme=game] .vip-page>.vip-card{flex:0 0 auto;padding:10px}:root[data-theme=game] .wallet-filter{overflow-x:auto}:root[data-theme=game] .wallet-page .record-list{flex:1 1 auto;overflow:auto}:root[data-theme=game] .vip-page .panel{flex:0 0 auto;padding:10px}:root[data-theme=game] .vip-page .high-vip{flex:1 1 auto;min-height:0;overflow:auto}:root[data-theme=game] .vip-page>.cc-button{flex:0 0 auto}:root[data-theme=game] .search-row{flex:0 0 auto;border:2px solid #d39a4e;border-radius:18px;background:#f6d99d;color:#5d3214;box-shadow:inset 0 2px #ffffff6b}:root[data-theme=game] .search-row input{color:#5d3214}:root[data-theme=game] .search-page>.panel{flex:0 0 auto;max-height:132px;overflow:auto;padding:10px}:root[data-theme=game] .result-list{flex:1 1 auto;overflow:auto}:root[data-theme=game] .result-card{border:2px solid #d39a4e;border-radius:16px;background:#ffe5ae;color:#5d3214}:root[data-theme=game] .asset-toolbar{flex:0 0 auto;padding:8px}:root[data-theme=game] .asset-toolbar div{display:flex;gap:6px;overflow-x:auto}:root[data-theme=game] .ops-page{overflow:auto}:root[data-theme=game] .ops-hero{flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));padding:10px}:root[data-theme=game] .ops-panel{flex:0 0 auto;padding:10px}:root[data-theme=game] .payment-result-page{justify-content:center}:root[data-theme=game] .payment-result-card{flex:0 0 auto;padding:16px;text-align:center}:root[data-theme=game] .payment-result-actions{flex:0 0 auto;position:static}@media (max-height: 720px){:root[data-theme=game] .home-game-stage{--home-side-button-height: 74px;--home-side-gap: 9px;--home-side-stack-half: 161.5px;--home-side-top: calc(var(--native-safe-top) + 190px)}:root[data-theme=game] .supply-hero,:root[data-theme=game] .quest-hero,:root[data-theme=game] .chat-hub-hero,:root[data-theme=game] .profile-hero{padding:8px}:root[data-theme=game] .supply-hero h1,:root[data-theme=game] .quest-hero h1,:root[data-theme=game] .chat-hub-hero h1{font-size:17px}:root[data-theme=game] .supply-hero p,:root[data-theme=game] .quest-hero p,:root[data-theme=game] .chat-hub-hero p{display:none}:root[data-theme=game] .choice-grid img,:root[data-theme=game] .scene-card img{max-height:74px}:root[data-theme=game] .home-game-side{top:var(--home-side-top);gap:var(--home-side-gap)}:root[data-theme=game] .home-game-level{top:calc(var(--home-side-top) + var(--home-side-stack-half))}:root[data-theme=game] .home-game-fun{top:calc(var(--native-safe-top) + 74px);padding-top:5px;padding-bottom:5px}:root[data-theme=game] .home-game-side button{min-height:var(--home-side-button-height)}:root[data-theme=game] .home-game-side i{width:56px;height:56px;border-radius:16px}:root[data-theme=game] .home-game-fun img,:root[data-theme=game] .home-game-fun i{width:28px;height:28px}}.chat-window{display:grid;grid-template-rows:auto auto auto auto minmax(0,1fr) auto auto;gap:8px;height:100%;min-height:0;padding:calc(var(--native-safe-top) + 10px) 12px calc(var(--native-safe-bottom) + 12px);overflow:hidden;background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 72%,transparent),var(--bg))}.chat-top{display:grid;grid-template-columns:36px 38px minmax(0,1fr) auto;gap:9px;align-items:center}.chat-top img{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chat-top span,.message-stack,.thread-item span,.asset-item span,.record-item span{min-width:0}.chat-top strong,.chat-top small,.chat-command strong,.chat-command span,.message-stack small,.thread-item strong,.thread-item small,.record-item strong,.record-item small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-top strong{display:block;font-size:14px}.chat-top small{color:var(--muted);font-size:10px}.chapter-goal-card,.chat-command,.bond-panel,.status-panel{padding:9px 10px}.chapter-goal-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;border-color:color-mix(in srgb,var(--cyan) 32%,var(--line))}.chapter-goal-card small,.chapter-goal-card span,.chat-command small,.chat-command span,.bond-panel small,.bond-panel p{color:var(--muted);font-size:10px}.chapter-goal-card strong,.bond-panel strong{display:block;font-size:13px}.chapter-goal-card button,.bond-actions button,.recommend-row button,.ai-actions button{border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 82%,transparent);color:var(--text);font-size:11px}.chapter-goal-card button{height:32px;padding:0 10px;background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018;font-weight:900}.chat-command{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.mode-switch{display:flex;gap:4px}.mode-switch button{height:28px;border:0;border-radius:999px;padding:0 9px;background:#ffffff14;color:var(--muted);font-size:11px}.mode-switch button[data-active=true]{background:var(--cyan);color:#081018}.status-panel>button{display:flex;width:100%;border:0;background:transparent;color:var(--text)}.status-panel>div{display:none;margin-top:8px}.status-panel[data-open=true]>div{display:grid;gap:6px}.status-row{display:grid;grid-template-columns:42px minmax(0,1fr) 36px;gap:8px;align-items:center;font-size:11px}.bond-panel{display:grid;gap:7px}.bond-panel header{display:flex;justify-content:space-between}.bond-panel p{margin:0}.bond-actions,.recommend-row,.ai-actions{display:flex;gap:6px;overflow-x:auto}.bond-actions button,.recommend-row button,.ai-actions button{flex:0 0 auto;height:30px;padding:0 10px}.asset-drawer{position:absolute;right:12px;left:12px;top:calc(var(--native-safe-top) + 64px);z-index:30;max-height:calc(100dvh - 150px);padding:12px;overflow:auto}.asset-drawer header,.asset-drawer footer{display:flex;justify-content:space-between;gap:10px}.asset-grid,.album-grid,.choice-grid,.pay-grid,.profile-wallet-grid,.profile-stat-grid,.profile-action-grid,.store-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.asset-grid button,.album-cell,.choice-grid button{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text)}.asset-grid img,.album-cell img,.album-cell .cc-lazy-image{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.skip-bar{display:none}.chat-message-list{min-height:0;overflow:auto;padding:2px;scrollbar-width:none}.chat-message-row{margin-bottom:9px}.message-row{display:flex;gap:8px;align-items:flex-end}.message-row[data-role=user]{justify-content:flex-end}.message-row>img{width:30px;height:30px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.message-stack{max-width:min(78%,310px)}.message-bubble{padding:10px 12px;border:1px solid var(--line);border-radius:15px;background:color-mix(in srgb,var(--panel-strong) 86%,transparent)}.message-row[data-role=user] .message-bubble{background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018}.message-bubble p{margin:0;overflow-wrap:anywhere;font-size:13px}.bubble-image{position:relative;margin-top:8px}.bubble-image img{width:100%;border-radius:12px}.story-block{padding:10px;border-left:2px solid var(--cyan);color:var(--muted);font-size:12px}.typing-indicator{color:var(--muted);font-size:11px}.chat-input{display:grid;grid-template-columns:34px minmax(0,1fr) 54px;gap:7px;align-items:end;padding:7px}.chat-input>button:first-child{width:34px;height:34px;border:0;border-radius:10px;background:#ffffff14;color:var(--text)}.chat-input__control{min-width:0}.chat-input textarea,.chat-input__textarea{min-height:34px;max-height:88px;resize:none;font-size:13px}.private-fab{position:absolute;right:14px;bottom:calc(var(--native-safe-bottom) + 78px);display:grid;place-items:center;width:54px;height:54px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018;font-size:12px;font-weight:900;box-shadow:var(--shadow)}.private-fab small{display:block;font-size:9px}:root[data-theme=game] .app-main:has(.chapter-chat){overflow:hidden;padding:0}:root[data-theme=game] .chapter-chat{position:relative;height:100dvh;min-height:0;display:block;padding:0;overflow:hidden;background:radial-gradient(circle at 50% 18%,rgba(216,166,93,.18),transparent 30%),radial-gradient(circle at 18% 72%,rgba(111,190,174,.12),transparent 24%),linear-gradient(180deg,#10101af0,#08090efa 62%,#05060a);color:#f4ead9}:root[data-theme=game] .chapter-chat:before,:root[data-theme=game] .chapter-chat:after{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:""}:root[data-theme=game] .chapter-chat:before{background:linear-gradient(90deg,rgba(3,4,7,.64),transparent 24%,transparent 76%,rgba(3,4,7,.64)),linear-gradient(180deg,rgba(0,0,0,.08),transparent 38%,rgba(0,0,0,.56))}:root[data-theme=game] .chapter-chat:after{opacity:.24;background-image:linear-gradient(rgba(255,239,194,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,239,194,.035) 1px,transparent 1px);background-size:26px 26px;-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 18%,#000 82%,transparent 100%)}:root[data-theme=game] .chat-top,:root[data-theme=game] .chapter-goal-card,:root[data-theme=game] .chat-command,:root[data-theme=game] .status-panel,:root[data-theme=game] .bond-panel,:root[data-theme=game] .asset-drawer,:root[data-theme=game] .recommend-row,:root[data-theme=game] .typing-indicator,:root[data-theme=game] .chat-input,:root[data-theme=game] .private-fab{position:absolute;z-index:8}:root[data-theme=game] .chat-top{top:calc(var(--native-safe-top) + 10px);right:10px;left:10px;display:grid;grid-template-columns:36px 42px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:54px;padding:8px 9px;border:1px solid rgba(222,178,103,.28);border-radius:18px;background:linear-gradient(180deg,#1f1c22c2,#090a0fa3);box-shadow:inset 0 1px #ffefc21f,0 12px 28px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-theme=game] .chat-top img{width:42px;height:42px;border:1px solid rgba(226,190,121,.48);border-radius:14px;box-shadow:inset 0 1px #ffefc22e,0 6px 14px #00000052}:root[data-theme=game] .chat-top strong{color:#f7e6bd;font-size:14px;font-weight:950}:root[data-theme=game] .chat-top small{color:#f4ead994;font-size:10px}:root[data-theme=game] .chat-top .cc-button{min-width:54px;height:32px;border:1px solid rgba(222,178,103,.34);border-radius:11px;background:linear-gradient(180deg,#372b22e0,#0e0e13db);color:#f1e2c2;box-shadow:inset 0 1px #ffefc224}:root[data-theme=game] .chapter-goal-card,:root[data-theme=game] .chat-command,:root[data-theme=game] .status-panel,:root[data-theme=game] .bond-panel,:root[data-theme=game] .asset-drawer{border:1px solid rgba(222,178,103,.24);background:linear-gradient(180deg,#141218b3,#08090e94);color:#f1e2c2;box-shadow:inset 0 1px #ffefc21a,0 10px 26px #00000042;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root[data-theme=game] .chapter-goal-card{top:calc(var(--native-safe-top) + 76px);right:12px;left:12px;min-height:44px;padding:7px 9px;border-radius:13px}:root[data-theme=game] .chapter-goal-card strong,:root[data-theme=game] .bond-panel strong{color:#f7e6bd;font-size:12px;font-weight:950}:root[data-theme=game] .chapter-goal-card small,:root[data-theme=game] .chapter-goal-card span,:root[data-theme=game] .chat-command small,:root[data-theme=game] .chat-command span,:root[data-theme=game] .bond-panel small,:root[data-theme=game] .bond-panel p{color:#f4ead994}:root[data-theme=game] .chapter-goal-card button,:root[data-theme=game] .bond-actions button,:root[data-theme=game] .recommend-row button,:root[data-theme=game] .ai-actions button{border:1px solid rgba(222,178,103,.3);border-radius:999px;background:linear-gradient(180deg,#3e3127e6,#0c0d12db);color:#f1e2c2;box-shadow:inset 0 1px #ffefc221}:root[data-theme=game] .chapter-goal-card button{height:28px;color:#27170e;background:linear-gradient(180deg,#f1cf87,#b66c2b)}:root[data-theme=game] .chat-command{top:calc(var(--native-safe-top) + 128px);right:12px;left:12px;min-height:46px;padding:7px 9px;border-radius:14px}:root[data-theme=game] .chat-command strong{color:#f7e6bd}:root[data-theme=game] .mode-switch{padding:3px;border:1px solid rgba(222,178,103,.18);border-radius:999px;background:#08090e73}:root[data-theme=game] .mode-switch button{height:24px;border-radius:999px;background:transparent;color:#f4ead994}:root[data-theme=game] .mode-switch button[data-active=true]{background:linear-gradient(180deg,#d9a75d,#8a5140);color:#1b1110}:root[data-theme=game] .status-panel{top:calc(var(--native-safe-top) + 184px);left:12px;width:min(196px,calc(50vw - 16px));padding:0;border-radius:14px;overflow:hidden}:root[data-theme=game] .status-panel>button{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:5px;align-items:center;min-height:36px;padding:7px 8px;background:transparent;color:#f1e2c2;font-size:10px}:root[data-theme=game] .status-panel>button span,:root[data-theme=game] .status-panel>button em,:root[data-theme=game] .status-panel>button b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .status-panel>button em{color:#d9a75d}:root[data-theme=game] .status-panel>div{padding:0 9px 9px}:root[data-theme=game] .bond-panel{top:calc(var(--native-safe-top) + 184px);right:12px;width:min(196px,calc(50vw - 16px));padding:7px 8px;border-radius:14px}:root[data-theme=game] .bond-panel header{align-items:center}:root[data-theme=game] .bond-panel header small{display:none}:root[data-theme=game] .bond-panel header strong{font-size:11px}:root[data-theme=game] .bond-panel header em{color:#f7e6bd;font-size:11px}:root[data-theme=game] .bond-panel .cc-progress{margin-top:6px}:root[data-theme=game] .bond-panel p{display:none}:root[data-theme=game] .bond-actions{display:none;gap:5px}:root[data-theme=game] .bond-actions button{height:28px;padding:0 8px}:root[data-theme=game] .asset-drawer{top:calc(var(--native-safe-top) + 76px);right:12px;left:12px;z-index:16;max-height:min(420px,calc(100dvh - var(--native-safe-top) - var(--native-safe-bottom) - 170px));padding:12px;border-radius:18px}:root[data-theme=game] .asset-drawer header strong{color:#f7e6bd}:root[data-theme=game] .asset-drawer header button{border:1px solid rgba(222,178,103,.26);border-radius:999px;background:#08090e5c;color:#f1e2c2;padding:0 10px}:root[data-theme=game] .asset-grid button{border-color:#deb26738;border-radius:14px;background:linear-gradient(180deg,#282227d1,#0c0d12d1)}:root[data-theme=game] .asset-grid button[data-active=true]{border-color:#7fc7b8b8;box-shadow:0 0 0 1px #7fc7b838}:root[data-theme=game] .chat-message-list{position:absolute;z-index:3;top:0;right:0;bottom:calc(var(--native-safe-bottom) + 116px);left:0;min-height:0;overflow:auto;padding:calc(var(--native-safe-top) + 236px) 14px 20px;scrollbar-width:none}:root[data-theme=game] .chat-message-row{margin-bottom:13px}:root[data-theme=game] .message-row{gap:8px;align-items:flex-end}:root[data-theme=game] .message-row>img{width:34px;height:34px;border:1px solid rgba(226,190,121,.42);border-radius:12px;box-shadow:0 5px 12px #00000052}:root[data-theme=game] .message-stack{max-width:min(82%,330px)}:root[data-theme=game] .message-bubble{position:relative;padding:12px 14px;border:1px solid rgba(222,178,103,.34);border-radius:16px 16px 16px 5px;background:linear-gradient(180deg,#241f25eb,#0b0c11e6);color:#f4ead9;box-shadow:inset 0 1px #ffefc21a,0 10px 20px #00000047}:root[data-theme=game] .message-bubble:before,:root[data-theme=game] .message-bubble:after{position:absolute;pointer-events:none;content:""}:root[data-theme=game] .message-bubble:before{right:11px;left:11px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,219,165,.48),transparent)}:root[data-theme=game] .message-bubble:after{left:-7px;bottom:8px;width:12px;height:12px;border-bottom:1px solid rgba(222,178,103,.34);border-left:1px solid rgba(222,178,103,.34);background:linear-gradient(135deg,#0b0c11f0,#1f1b20f0);transform:rotate(45deg)}:root[data-theme=game] .message-row[data-role=user] .message-bubble{border-color:#6fbeae6b;border-radius:16px 16px 5px;background:linear-gradient(180deg,#214442f0,#0e1c20eb);color:#f4fff8}:root[data-theme=game] .message-row[data-role=user] .message-bubble:after{right:-7px;left:auto;border-right:1px solid rgba(111,190,174,.42);border-bottom:1px solid rgba(111,190,174,.42);border-left:0;background:linear-gradient(135deg,#0f1f22f0,#214442f0)}:root[data-theme=game] .message-bubble p{color:inherit;font-size:13px;line-height:1.65}:root[data-theme=game] .message-stack small{display:block;margin-top:4px;color:#f4ead96b;font-size:9px}:root[data-theme=game] .bubble-image img{border:1px solid rgba(226,190,121,.24);border-radius:12px}:root[data-theme=game] .story-block{position:relative;margin:14px auto;width:min(88%,330px);padding:10px 14px;border:1px solid rgba(222,178,103,.3);border-left:0;border-right:0;background:linear-gradient(90deg,transparent,rgba(216,166,93,.12),transparent);color:#f4ead9ad;text-align:center}:root[data-theme=game] .ai-actions{margin-top:6px}:root[data-theme=game] .ai-actions button{height:28px;padding:0 9px;font-size:10px}:root[data-theme=game] .typing-indicator{right:16px;bottom:calc(var(--native-safe-bottom) + 103px);left:16px;color:#f4ead99e;font-size:11px}:root[data-theme=game] .recommend-row{right:12px;bottom:calc(var(--native-safe-bottom) + 70px);left:12px;display:flex;gap:7px;overflow-x:auto;padding:0 2px}:root[data-theme=game] .recommend-row button{flex:0 0 auto;height:30px;padding:0 11px;color:#f4ead9c7;font-size:11px}:root[data-theme=game] .chat-input{right:12px;bottom:calc(var(--native-safe-bottom) + 12px);left:12px;display:grid;grid-template-columns:36px minmax(0,1fr) 58px;gap:7px;align-items:end;padding:7px;border:1px solid rgba(222,178,103,.34);border-radius:18px;background:linear-gradient(180deg,#1f1c22e6,#090a0fe0);box-shadow:inset 0 1px #ffefc21f,0 12px 30px #0000005c;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-theme=game] .chat-input>button:first-child{width:36px;height:36px;border:1px solid rgba(222,178,103,.34);border-radius:12px;background:linear-gradient(180deg,#3e3127e6,#0c0d12db);color:#f1e2c2}:root[data-theme=game] .chat-input .cc-button{height:36px;border:1px solid rgba(226,190,121,.48);border-radius:12px;background:linear-gradient(180deg,#f1cf87,#9b5625);color:#1b1110;font-weight:950}:root[data-theme=game] .chat-input__control{min-width:0}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{min-height:36px;max-height:92px;border:1px solid rgba(222,178,103,.18);border-radius:12px;background:#05060a6b;color:#f4ead9;font-size:13px}:root[data-theme=game] .chat-input textarea::-moz-placeholder,:root[data-theme=game] .chat-input__textarea::-moz-placeholder{color:#f4ead961}:root[data-theme=game] .chat-input textarea::placeholder,:root[data-theme=game] .chat-input__textarea::placeholder{color:#f4ead961}:root[data-theme=game] .private-fab{right:14px;bottom:calc(var(--native-safe-bottom) + 116px);width:48px;height:48px;border:1px solid rgba(226,190,121,.48);border-radius:16px;background:radial-gradient(circle at 35% 20%,rgba(255,239,194,.26),transparent 26%),linear-gradient(145deg,#362b26f5,#0d0f14f5);color:#f1e2c2;box-shadow:inset 0 1px #ffefc233,0 10px 22px #00000057}:root[data-theme=game] .private-fab small{color:#d9a75d}@media (max-height: 760px){:root[data-theme=game] .chapter-goal-card{display:none}:root[data-theme=game] .chat-command{top:calc(var(--native-safe-top) + 76px)}:root[data-theme=game] .status-panel,:root[data-theme=game] .bond-panel{top:calc(var(--native-safe-top) + 130px)}:root[data-theme=game] .chat-message-list{padding-top:calc(var(--native-safe-top) + 184px)}}.chat-hub-hero,.supply-hero,.quest-hero,.ops-hero,.character-chapter-hero{overflow:hidden;padding:16px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--cyan) 16%,transparent),transparent 42%),linear-gradient(180deg,var(--panel-strong),color-mix(in srgb,var(--panel-strong) 74%,transparent))}.chat-hub-hero h1,.supply-hero h1,.quest-hero h1,.chat-hub-hero p,.supply-hero p,.quest-hero p,.chat-hub-hero small,.supply-hero small,.quest-hero small{color:var(--lime);font-size:10px;font-weight:900}.chat-hub-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.chat-hub-hero__resume{display:grid;grid-template-columns:38px minmax(0,1fr);gap:8px;align-items:center;width:128px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);padding:7px;text-align:left}.chat-hub-hero__resume img{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chapter-party-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px 0}.chapter-party-strip button{display:grid;gap:5px;justify-items:center;min-height:88px;padding:8px 5px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text)}.chapter-party-strip img{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.chapter-party-strip strong,.chapter-party-strip small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chapter-party-strip small{color:var(--muted);font-size:10px}.thread-list,.record-list,.asset-list,.task-list,.ops-table-list,.ops-moderation-list,.world-feed,.album-sections,.menu-list{display:grid;gap:10px}.thread-item,.asset-item,.record-item,.task-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:15px;background:var(--panel);color:var(--text);text-align:left}.thread-item time,.thread-item b,.record-item em,.task-item em{color:var(--cyan);font-size:11px;font-style:normal;font-weight:800}.avatar-wrap{position:relative}.avatar-wrap i{position:absolute;right:0;bottom:0;width:8px;height:8px;border-radius:50%;background:var(--lime)}.notice-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:9px;align-items:center;padding:10px}.notice-card b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:10px;background:#ffffff14;color:var(--cyan);font-size:11px}.notice-card em{color:var(--lime);font-size:11px;font-style:normal}.character-chapter-hero{position:relative;min-height:300px;margin:-14px -14px 12px;padding:0;border:0;border-radius:0 0 24px 24px}.character-chapter-hero .detail-hero__image,.character-chapter-hero img{width:100%;min-height:300px;-o-object-fit:cover;object-fit:cover}.character-chapter-hero>span{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.78))}.character-chapter-hero__copy{position:absolute;right:16px;bottom:18px;left:16px;color:#fff}.character-chapter-hero__copy small{color:#ffffffb8;font-size:10px}.character-chapter-hero__copy h1{margin:4px 0;font-size:24px}.character-chapter-hero__copy p{margin:0;color:#ffffffc2;font-size:12px}.chapter-unlock-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin-bottom:10px}.chapter-unlock-row span{display:grid;gap:4px;justify-items:center;padding:8px 4px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--muted);font-size:10px}.chapter-unlock-row span[data-active=true]{color:var(--text);border-color:color-mix(in srgb,var(--cyan) 48%,var(--line))}.chapter-unlock-row b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ffffff14}.tags,.chips-wrap{display:flex;flex-wrap:wrap;gap:6px}.tags span,.chips-wrap button{border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--muted);padding:5px 8px;font-size:11px}.floating-actions,.step-actions,.store-checkout-bar,.payment-result-actions,.sheet-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.floating-actions,.create-floating-actions,.store-checkout-bar{position:sticky;bottom:calc(var(--native-safe-bottom) + 12px);z-index:12;padding:8px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 84%,transparent);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.supply-hero,.quest-hero{margin-bottom:12px}.store-purchase-panel{display:grid;gap:10px;padding:10px}.pay-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.pay-card{position:relative;min-height:116px;padding:12px;text-align:left}.pay-card[data-active=true]{border-color:color-mix(in srgb,var(--cyan) 54%,var(--line))}.pay-card em,.store-card-kicker{color:var(--lime);font-size:10px;font-style:normal;font-weight:900}.pay-card strong{display:block;margin-top:8px;font-size:20px}.pay-card span,.pay-card small{display:block;color:var(--muted);font-size:11px}.store-checkout-bar{grid-template-columns:minmax(0,1fr) 100px;align-items:center}.store-checkout-bar small{display:block;color:var(--muted);font-size:10px}.store-checkout-bar strong{font-size:14px}.profile-hero{display:grid;gap:12px;padding:14px}.profile-avatar-wrap img,.side-profile img{width:66px;height:66px;border-radius:18px;-o-object-fit:cover;object-fit:cover}.profile-wallet-grid,.profile-stat-grid,.profile-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-wallet-grid>*,.profile-stat-grid>*,.profile-action-grid>*{padding:10px;text-align:left}.owned-strip{display:grid;gap:10px}.owned-strip>div{display:flex;gap:8px;overflow-x:auto}.owned-strip img{width:58px;height:58px;border-radius:14px;-o-object-fit:cover;object-fit:cover}.menu-list button{display:grid;grid-template-columns:30px minmax(0,1fr) auto auto;gap:8px;align-items:center;min-height:44px;border:0;background:transparent;color:var(--text);text-align:left}.quest-hero div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}.sign-card{display:grid;gap:10px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.sign-card div{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.sign-card b{display:grid;place-items:center;height:28px;border-radius:8px;background:#ffffff0f;font-size:11px}.sign-card b[data-done=true],.sign-card b[data-active=true]{background:var(--cyan);color:#081018}.quest-item>span{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#ffffff14;color:var(--cyan);font-weight:900}.create-page{padding-bottom:calc(var(--home-scroll-bottom-gap) + 20px)}input,textarea{border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--surface) 80%,transparent);color:var(--text);padding:10px 12px;outline:none}.search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.search-row label{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;border:1px solid var(--line);border-radius:14px;background:var(--panel);padding-left:10px}.search-row input{border:0;background:transparent}.result-list{display:grid;gap:8px;margin-top:12px}.result-card,.hot-row{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:10px;align-items:center;padding:8px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);text-align:left}.result-card__image,.result-card img{width:50px;height:50px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.album-section{display:grid;gap:10px;padding:10px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel)}.album-section header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:8px;align-items:center}.album-section header img{width:42px;height:42px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.viewer-popup{padding:14px;border-radius:22px 22px 0 0;background:var(--surface)}.viewer-popup__image{border-radius:16px;overflow:hidden}.asset-toolbar{display:grid;gap:10px;padding:10px}.asset-toolbar div,.asset-item div{display:flex;gap:6px}.asset-item{grid-template-columns:30px 48px minmax(0,1fr) auto}.asset-item>button:first-child{width:28px;height:28px;border-radius:50%}.asset-item img{width:48px;height:48px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.world-feed{margin-top:12px}.public-world-card{display:grid;gap:10px;padding:12px}.public-world-map{position:relative;overflow:hidden;border-radius:16px}.public-world-map img{width:100%;aspect-ratio:1.8;-o-object-fit:cover;object-fit:cover}.public-world-map div{position:absolute;right:10px;bottom:10px;left:10px;color:#fff}.public-world-stats,.public-world-actions,.public-world-characters,.public-world-gallery,.stats-row{display:flex;gap:8px;overflow-x:auto}.public-world-characters button,.public-world-gallery img{flex:0 0 auto}.public-world-characters img,.public-world-gallery img{width:48px;height:48px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.ops-hero,.ops-checks,.ops-table-list,.ops-moderation-list{display:grid;gap:8px}.ops-checks article,.ops-table-list article,.ops-moderation-list article{padding:10px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--panel-strong) 76%,transparent)}.bottom-nav{position:absolute;right:14px;bottom:calc(var(--native-safe-bottom) + 10px);left:14px;z-index:60;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;height:var(--bottom-nav-height);padding:5px;border:1px solid var(--line);border-radius:18px;background:color-mix(in srgb,var(--surface) 82%,transparent);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.bottom-nav button{display:grid;place-items:center;gap:2px;border:0;border-radius:13px;background:transparent;color:var(--muted);font-size:10px}.bottom-nav button[data-active=true]{background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018}.bottom-nav__icon{width:20px;height:20px;border-radius:8px;background:currentColor;opacity:.82}.theme-floating-ball{z-index:80}.theme-floating-ball__button{display:grid;place-items:center;width:54px;height:54px;border:1px solid var(--line);border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--violet));color:#081018;box-shadow:var(--shadow)}.theme-floating-ball__icon{width:24px;height:24px;border:2px solid currentColor;border-radius:50%}.sidebar-popup,.auth-sheet,.profile-edit-sheet{background:var(--surface);color:var(--text)}.side-menu{display:grid;gap:14px;width:min(82vw,320px);padding:18px}.side-menu header,.side-profile,.side-nav button,.side-controls button,.side-favorites article{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:center}.side-nav,.side-actions,.side-controls,.side-favorites{display:grid;gap:8px}.side-nav button,.side-controls button,.side-favorites article{min-height:44px;border:1px solid var(--line);border-radius:14px;background:var(--panel);color:var(--text);padding:8px;text-align:left}.auth-sheet,.profile-edit-sheet,.confirm-dialog{padding:18px}.sheet-handle{width:42px;height:4px;margin:0 auto 12px;border-radius:99px;background:var(--line)}.auth-form{display:grid;gap:10px}.desktop-save-prompt{position:absolute;right:14px;bottom:calc(var(--bottom-nav-height) + var(--native-safe-bottom) + 20px);z-index:50}.desktop-save-prompt__action{border:1px solid var(--line);border-radius:999px;background:var(--panel);color:var(--text);padding:8px 12px}:root[data-theme=game] .app-shell:has(.page-home) .desktop-save-prompt{display:none}:root[data-theme=game] .cc-toast-viewport{--cc-toast-background: linear-gradient( 180deg, rgba(34, 30, 35, .94), rgba(10, 10, 14, .92) );--cc-toast-border-color: rgba(222, 178, 103, .34);--cc-toast-accent-color: #d9a75d;--cc-toast-radius: 14px;--cc-toast-shadow: inset 0 1px 0 rgba(255, 239, 194, .12), 0 14px 34px rgba(0, 0, 0, .42);--cc-toast-slide-distance: 10px;right:12px;top:calc(var(--native-safe-top) + 14px);width:min(360px,calc(100vw - 24px));max-width:calc(100vw - 24px);z-index:1200}:root[data-theme=game] .cc-toast{position:relative;min-height:66px;padding:12px 12px 12px 15px;border:1px solid var(--cc-toast-border-color);border-left:1px solid rgba(222,178,103,.52);background:var(--cc-toast-background);color:#f4ead9;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-theme=game] .cc-toast:before,:root[data-theme=game] .cc-toast:after{position:absolute;pointer-events:none;content:""}:root[data-theme=game] .cc-toast:before{top:0;right:10px;left:10px;height:1px;background:linear-gradient(90deg,transparent,rgba(245,219,165,.62),transparent)}:root[data-theme=game] .cc-toast:after{top:14px;left:8px;width:4px;height:calc(100% - 28px);border-radius:999px;background:linear-gradient(180deg,var(--cc-toast-accent-color),rgba(111,190,174,.72));box-shadow:0 0 14px color-mix(in srgb,var(--cc-toast-accent-color) 42%,transparent)}:root[data-theme=game] .cc-toast--success{--cc-toast-accent-color: #7fc7b8}:root[data-theme=game] .cc-toast--warning{--cc-toast-accent-color: #d9a75d}:root[data-theme=game] .cc-toast--danger{--cc-toast-accent-color: #cf705d}:root[data-theme=game] .cc-toast__title{color:#f7e6bd;font-size:13px;font-weight:900;line-height:1.35;text-shadow:0 1px 8px rgba(0,0,0,.46)}:root[data-theme=game] .cc-toast__message{color:#f4ead9a8;font-size:12px;line-height:1.45}:root[data-theme=game] .cc-toast__close{width:26px;height:26px;border:1px solid rgba(222,178,103,.22);border-radius:9px;background:#1312188a;color:#f4ead9a3}:root[data-theme=game] .cc-toast__close:hover{border-color:#deb26775;background:#372b22b8;color:#f7e6bd}.chat-hero-panel,.chat-action-rail{border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);color:var(--text);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.chat-hero-panel{display:grid;gap:7px;padding:9px 10px}.chat-hero-summary{display:grid;grid-template-columns:1.1fr 1fr .9fr;gap:8px}.chat-hero-summary span,.chat-hero-detail span{min-width:0}.chat-hero-summary small,.chat-hero-detail p,.chat-stat-grid span{color:var(--muted);font-size:10px}.chat-hero-summary strong{display:block;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.chat-hero-progress{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.chat-hero-progress em{color:var(--muted);font-size:10px;font-style:normal}.chat-hero-detail{display:grid;gap:7px}.chat-hero-detail p{margin:0;line-height:1.5}.chat-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.chat-stat-grid span{overflow:hidden;border-radius:10px;padding:6px 7px;background:color-mix(in srgb,var(--panel-strong) 72%,transparent);text-overflow:ellipsis;white-space:nowrap}.chat-stat-grid b{color:var(--text)}.chat-action-rail{display:flex;gap:6px;align-items:center;overflow-x:auto;padding:7px;scrollbar-width:none}.chat-action-rail::-webkit-scrollbar{display:none}.chat-action-rail>button,.chat-action-rail .mode-switch button,.chat-top__detail{flex:0 0 auto;border:1px solid var(--line);border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 82%,transparent);color:var(--text);font-size:11px}.chat-action-rail>button{height:30px;padding:0 10px}.chat-top__detail{height:30px;padding:0 10px}:root[data-theme=game] .chat-window{grid-template-rows:minmax(0,1fr);gap:0;padding:0}:root[data-theme=game] .chat-top,:root[data-theme=game] .chat-hero-panel,:root[data-theme=game] .chat-action-rail,:root[data-theme=game] .asset-drawer,:root[data-theme=game] .recommend-row,:root[data-theme=game] .typing-indicator,:root[data-theme=game] .chat-input{position:absolute;z-index:8}:root[data-theme=game] .chat-top{top:calc(var(--native-safe-top) + 10px);right:10px;left:10px;grid-template-columns:36px 42px minmax(0,1fr) auto;min-height:54px}:root[data-theme=game] .chat-top__detail{height:31px;border:1px solid rgba(222,178,103,.34);background:linear-gradient(180deg,#372b22e0,#0e0e13db);color:#f1e2c2;box-shadow:inset 0 1px #ffefc224}:root[data-theme=game] .chat-hero-panel,:root[data-theme=game] .chat-action-rail{right:12px;left:12px;border:1px solid rgba(222,178,103,.24);background:linear-gradient(180deg,#141218b8,#08090e99);color:#f1e2c2;box-shadow:inset 0 1px #ffefc21a,0 10px 26px #00000038;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root[data-theme=game] .chat-hero-panel{top:calc(var(--native-safe-top) + 74px);padding:8px 9px;border-radius:15px}:root[data-theme=game] .chat-hero-summary strong,:root[data-theme=game] .chat-stat-grid b{color:#f7e6bd}:root[data-theme=game] .chat-hero-summary small,:root[data-theme=game] .chat-hero-detail p,:root[data-theme=game] .chat-stat-grid span,:root[data-theme=game] .chat-hero-progress em{color:#f4ead994}:root[data-theme=game] .chat-stat-grid span{border:1px solid rgba(222,178,103,.16);background:#08090e57}:root[data-theme=game] .chat-action-rail{top:calc(var(--native-safe-top) + 158px);border-radius:999px}:root[data-theme=game] .chat-hero-panel[data-open=true]+.chat-action-rail{top:calc(var(--native-safe-top) + 222px)}:root[data-theme=game] .chat-action-rail>button,:root[data-theme=game] .chat-action-rail .mode-switch button{height:30px;border:1px solid rgba(222,178,103,.3);background:linear-gradient(180deg,#3e3127e6,#0c0d12db);color:#f1e2c2;box-shadow:inset 0 1px #ffefc221}:root[data-theme=game] .chat-action-rail>button:first-of-type{color:#27170e;font-weight:900;background:linear-gradient(180deg,#f1cf87,#b66c2b)}:root[data-theme=game] .chat-action-rail .mode-switch{flex:0 0 auto;padding:0;background:transparent}:root[data-theme=game] .chat-action-rail .mode-switch button[data-active=true]{color:#082016;background:linear-gradient(180deg,#a7efd9,#45a48f)}:root[data-theme=game] .asset-drawer{top:calc(var(--native-safe-top) + 202px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer{top:calc(var(--native-safe-top) + 266px)}:root[data-theme=game] .chat-message-list{padding:calc(var(--native-safe-top) + 204px) 14px 118px}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 268px)}:root[data-theme=game] .message-row{align-items:flex-start}:root[data-theme=game] .message-row>img{flex:0 0 auto}:root[data-theme=game] .message-bubble{border-radius:16px 16px 16px 8px}:root[data-theme=game] .message-bubble:after{left:-10px;top:17px;bottom:auto;width:11px;height:14px;border:0;background:linear-gradient(180deg,#241f25f5,#0b0c11f0);clip-path:polygon(0 50%,100% 0,100% 100%);transform:translateY(-50%)}:root[data-theme=game] .message-row[data-role=user] .message-bubble{border-radius:16px 16px 8px}:root[data-theme=game] .message-row[data-role=user] .message-bubble:after{right:-10px;left:auto;top:17px;width:11px;height:14px;border:0;background:linear-gradient(180deg,#214442f5,#0e1c20f0);clip-path:polygon(100% 50%,0 0,0 100%);transform:translateY(-50%)}:root[data-theme=game] .message-row[data-role=user] .message-bubble:before{background:linear-gradient(90deg,transparent,rgba(149,230,204,.34),transparent)}@media (max-width: 380px){.chat-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=game] .chat-hero-panel[data-open=true]+.chat-action-rail{top:calc(var(--native-safe-top) + 252px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 298px)}}:root[data-theme=game] .chat-hero-panel .chat-action-rail{position:static;right:auto;left:auto;z-index:auto;margin-top:1px;border-color:#deb2672e;background:#06070b38;box-shadow:inset 0 1px #ffefc214;-webkit-backdrop-filter:none;backdrop-filter:none}:root[data-theme=game] .chat-hero-panel[data-open=true] .chat-action-rail{margin-top:2px}:root[data-theme=game] .chat-hero-panel[data-open=true]+.chat-action-rail{top:auto}:root[data-theme=game] .chat-message-list{position:relative;padding-top:calc(var(--native-safe-top) + 184px)}:root[data-theme=game] .chat-message-list:before{position:sticky;top:0;z-index:6;display:block;height:calc(var(--native-safe-top) + 184px);margin-bottom:calc((var(--native-safe-top) + 184px) * -1);pointer-events:none;content:"";background:linear-gradient(180deg,#07080dfa,#07080df0 72%,#07080d00)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 248px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list:before{height:calc(var(--native-safe-top) + 248px);margin-bottom:calc((var(--native-safe-top) + 248px) * -1)}:root[data-theme=game] .asset-drawer{top:calc(var(--native-safe-top) + 184px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer{top:calc(var(--native-safe-top) + 248px)}@media (max-width: 380px){:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 284px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list:before{height:calc(var(--native-safe-top) + 284px);margin-bottom:calc((var(--native-safe-top) + 284px) * -1)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer{top:calc(var(--native-safe-top) + 284px)}}.chat-hero-toggle{display:grid;grid-template-columns:42px minmax(0,1fr) 30px;gap:9px;align-items:center;width:100%;border:0;background:transparent;color:inherit;text-align:left}.chat-hero-toggle:focus{outline:none}.chat-hero-toggle img{width:42px;height:42px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.chat-hero-toggle span{min-width:0}.chat-hero-toggle strong,.chat-hero-toggle em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-hero-toggle em{font-size:10px;font-style:normal}.chat-hero-toggle i{position:relative;width:30px;height:30px;border-radius:10px}.chat-hero-toggle i:before,.chat-hero-toggle i:after{position:absolute;top:14px;width:9px;height:2px;border-radius:999px;content:"";transition:transform .22s ease}.chat-hero-toggle i:before{left:7px;transform:rotate(38deg)}.chat-hero-toggle i:after{right:7px;transform:rotate(-38deg)}.chat-hero-panel[data-open=true] .chat-hero-toggle i:before{transform:rotate(-38deg)}.chat-hero-panel[data-open=true] .chat-hero-toggle i:after{transform:rotate(38deg)}:root[data-theme=game] .chat-top{grid-template-columns:36px minmax(0,1fr);width:-moz-fit-content;width:fit-content;max-width:calc(100% - 20px);min-width:min(260px,calc(100% - 20px))}:root[data-theme=game] .chat-top span{padding-right:8px}:root[data-theme=game] .chat-hero-panel{top:calc(var(--native-safe-top) + 74px);overflow:hidden;border-radius:18px 18px 22px 22px;transition:border-color .22s ease,box-shadow .22s ease}:root[data-theme=game] .chat-hero-panel[data-open=true]{border-color:#7fc7b857;box-shadow:inset 0 1px #ffefc221,0 14px 34px #00000052,0 0 0 1px #7fc7b81a}:root[data-theme=game] .chat-hero-toggle{min-height:46px;padding:0}:root[data-theme=game] .chat-hero-toggle:focus-visible{border-radius:14px;box-shadow:0 0 0 1px #7fc7b875,0 0 18px #7fc7b82e}:root[data-theme=game] .chat-hero-toggle img{border:1px solid rgba(226,190,121,.45);box-shadow:inset 0 1px #ffefc229,0 5px 12px #00000047}:root[data-theme=game] .chat-hero-toggle small{color:#f4ead98c;font-size:10px}:root[data-theme=game] .chat-hero-toggle strong{color:#f7e6bd;font-size:13px;font-weight:950}:root[data-theme=game] .chat-hero-toggle em{color:#f4ead99e}:root[data-theme=game] .chat-hero-toggle i{border:1px solid rgba(222,178,103,.26);background:radial-gradient(circle at 50% 20%,rgba(245,219,165,.2),transparent 48%),linear-gradient(180deg,#28211fe6,#0a0b10e0);box-shadow:inset 0 1px #ffefc21f,0 5px 12px #00000038}:root[data-theme=game] .chat-hero-toggle i:before,:root[data-theme=game] .chat-hero-toggle i:after{background:#f1cf87;box-shadow:0 0 8px #d9a75d6b}:root[data-theme=game] .chat-hero-progress{grid-template-columns:auto minmax(0,1fr) auto}:root[data-theme=game] .chat-hero-progress span{overflow:hidden;color:#f4ead994;font-size:10px;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-hero-detail{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s cubic-bezier(.2,.8,.2,1),opacity .18s ease}:root[data-theme=game] .chat-hero-detail>div{min-height:0;overflow:hidden}:root[data-theme=game] .chat-hero-panel[data-open=true] .chat-hero-detail{grid-template-rows:1fr;opacity:1}:root[data-theme=game] .chat-hero-panel .chat-action-rail{clip-path:polygon(10px 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,10px 100%,0 50%)}:root[data-theme=game] .chat-message-list{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;overflow-x:hidden;overflow-y:auto;padding:calc(var(--native-safe-top) + 196px) 14px 142px;scrollbar-color:rgba(217,167,93,.65) rgba(8,9,14,.24);scrollbar-width:thin;-webkit-overflow-scrolling:touch}:root[data-theme=game] .chat-message-list:before{display:none}:root[data-theme=game] .chat-message-list::-webkit-scrollbar{display:block;width:5px}:root[data-theme=game] .chat-message-list::-webkit-scrollbar-track{background:#08090e42}:root[data-theme=game] .chat-message-list::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,#f1cf87b8,#7fc7b875)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 276px)}:root[data-theme=game] .message-bubble:after{filter:drop-shadow(-1px 0 0 rgba(222,178,103,.48)) drop-shadow(0 -1px 0 rgba(222,178,103,.28)) drop-shadow(0 1px 0 rgba(222,178,103,.28))}:root[data-theme=game] .message-row[data-role=user] .message-bubble:after{filter:drop-shadow(1px 0 0 rgba(111,190,174,.58)) drop-shadow(0 -1px 0 rgba(111,190,174,.28)) drop-shadow(0 1px 0 rgba(111,190,174,.28))}:root[data-theme=game] .recommend-row{bottom:calc(var(--native-safe-bottom) + 92px)}:root[data-theme=game] .chat-input{grid-template-columns:42px minmax(0,1fr) 64px;gap:8px;min-height:72px;padding:10px 11px 11px;border-color:#deb2676b;border-radius:18px 18px 24px 24px;background:linear-gradient(135deg,transparent 0 13px,rgba(245,219,165,.12) 13px 14px,transparent 14px),linear-gradient(225deg,transparent 0 13px,rgba(245,219,165,.1) 13px 14px,transparent 14px),linear-gradient(180deg,#221d20f5,#0a0a0ff0);box-shadow:inset 0 1px #ffefc22b,inset 0 -10px 24px #00000038,0 16px 34px #00000075;clip-path:polygon(12px 0,calc(100% - 12px) 0,100% 16px,100% 100%,0 100%,0 16px)}:root[data-theme=game] .chat-input:before{position:absolute;right:76px;left:64px;top:11px;height:1px;pointer-events:none;content:"";background:linear-gradient(90deg,transparent,rgba(245,219,165,.5),transparent)}:root[data-theme=game] .chat-input>button:first-child{width:42px;height:48px;border-radius:13px 13px 18px 18px;font-size:20px;background:radial-gradient(circle at 50% 18%,rgba(245,219,165,.24),transparent 44%),linear-gradient(180deg,#372b22f0,#0c0d12e6)}:root[data-theme=game] .chat-input__control{align-self:stretch;width:100%}:root[data-theme=game] .chat-input__control>*{width:100%}:root[data-theme=game] .chat-input .cc-chat-textarea__clear{display:none}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{min-height:48px;max-height:118px;padding:14px 13px 9px;border-color:#deb26747;border-radius:15px 15px 20px 20px;background:repeating-linear-gradient(180deg,transparent 0 21px,rgba(245,219,165,.08) 21px 22px),linear-gradient(180deg,#121116db,#08090ebd);color:#fff6de;font-family:inherit;font-size:14px;line-height:1.5}:root[data-theme=game] .chat-input .cc-button{height:48px;border-radius:14px 14px 20px 20px;clip-path:polygon(8px 0,calc(100% - 8px) 0,100% 50%,calc(100% - 8px) 100%,8px 100%,0 50%);background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.36),transparent 38%),linear-gradient(180deg,#8ef06e,#2eb44e 58%,#168235);color:#fffbe8;text-shadow:0 1px 0 rgba(0,0,0,.28)}@media (max-width: 380px){:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 316px)}:root[data-theme=game] .chat-input{grid-template-columns:38px minmax(0,1fr) 58px}}.chat-chapter-line{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr) auto;gap:8px;align-items:end}.chat-chapter-line span{min-width:0}.chat-chapter-line small,.chat-chapter-line em{display:block;color:var(--muted);font-size:10px;font-style:normal}.chat-chapter-line strong{display:block;overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-hero-panel{top:0;right:0;left:0;padding:calc(var(--native-safe-top) + 8px) 12px 6px;border:0;border-radius:0;border-bottom:1px solid rgba(222,178,103,.34);background:linear-gradient(180deg,#0c0c12f5,#0c0c12d6);box-shadow:inset 0 -1px #ffefc214,0 12px 28px #00000047;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-theme=game] .chat-hero-panel[data-open=true]{border-color:#deb26757;box-shadow:inset 0 -1px #ffefc21a,0 16px 34px #00000057}:root[data-theme=game] .chat-hero-toggle{grid-template-columns:38px 42px minmax(0,1fr) 34px;min-height:48px;gap:9px}:root[data-theme=game] .chat-hero-toggle .back-button{position:static;width:38px;height:38px}:root[data-theme=game] .chat-hero-toggle img{width:42px;height:42px}:root[data-theme=game] .chat-hero-toggle strong{font-size:14px}:root[data-theme=game] .chat-hero-toggle em{margin-top:2px}.chat-hero-expand{display:grid;place-items:center;width:34px;height:34px;border:0;border-radius:12px;background:transparent}:root[data-theme=game] .chat-hero-expand{border:1px solid rgba(222,178,103,.22);background:#08090e52}.chat-hero-expand:focus{outline:none}:root[data-theme=game] .chat-hero-expand:focus-visible{box-shadow:0 0 0 1px #7fc7b875}:root[data-theme=game] .chat-hero-expand i{width:22px;height:22px;border:0;background:transparent;box-shadow:none}:root[data-theme=game] .chat-hero-expand i:before,:root[data-theme=game] .chat-hero-expand i:after{top:10px;background:#f1cf87}:root[data-theme=game] .chat-hero-expand i:before{left:3px}:root[data-theme=game] .chat-hero-expand i:after{right:3px}:root[data-theme=game] .chat-hero-detail{margin-top:0}:root[data-theme=game] .chat-hero-detail>div{display:grid;gap:8px;padding-top:9px}:root[data-theme=game] .chat-chapter-line strong{color:#f7e6bd}:root[data-theme=game] .chat-chapter-line small,:root[data-theme=game] .chat-chapter-line em{color:#f4ead994}:root[data-theme=game] .chat-hero-panel .chat-action-rail{margin-top:0;clip-path:none;border-radius:14px;background:#08090e4d}:root[data-theme=game] .chat-message-list{padding:calc(var(--native-safe-top) + 74px) 14px calc(var(--native-safe-bottom) + 148px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 244px)}:root[data-theme=game] .asset-drawer{top:calc(var(--native-safe-top) + 78px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer{top:calc(var(--native-safe-top) + 244px)}:root[data-theme=game] .recommend-row{right:8px;bottom:calc(var(--native-safe-bottom) + 98px);left:8px}:root[data-theme=game] .chat-input{right:0;bottom:0;left:0;grid-template-columns:42px minmax(0,1fr) 68px;gap:9px;min-height:calc(var(--native-safe-bottom) + 86px);padding:12px 12px calc(var(--native-safe-bottom) + 12px);border-right:0;border-bottom:0;border-left:0;border-radius:18px 18px 0 0;background:linear-gradient(180deg,#221e23fa,#090a0ffa);clip-path:none}:root[data-theme=game] .chat-input:before{right:12px;left:12px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(245,219,165,.58),transparent)}:root[data-theme=game] .chat-input>button:first-child{width:42px;height:48px;border-radius:14px;background:linear-gradient(180deg,#372b22f5,#0c0d12f0)}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{width:100%;min-height:48px;padding:13px 14px;border-radius:15px;background:linear-gradient(180deg,#121116eb,#08090ed1);clip-path:none}:root[data-theme=game] .chat-input .cc-button{width:68px;min-width:68px;height:48px;border-radius:15px;clip-path:none;background:linear-gradient(180deg,#83e96d,#2fac4e)}@media (max-width: 380px){:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list{padding-top:calc(var(--native-safe-top) + 274px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer{top:calc(var(--native-safe-top) + 274px)}:root[data-theme=game] .chat-input{grid-template-columns:40px minmax(0,1fr) 62px}:root[data-theme=game] .chat-input .cc-button{width:62px;min-width:62px}}:root[data-theme=game] .chat-hero-panel{overflow:visible;z-index:18}:root[data-theme=game] .chat-hero-detail{position:absolute;top:calc(100% + 1px);right:0;left:0;grid-template-rows:1fr;opacity:0;transform:translateY(-8px) scaleY(.96);transform-origin:top;pointer-events:none;transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}:root[data-theme=game] .chat-hero-detail>div{margin:0 8px;padding:10px 10px 11px;border:1px solid rgba(222,178,103,.28);border-top:0;border-radius:0 0 18px 18px;background:linear-gradient(180deg,#0e0e14f5,#08090eeb);box-shadow:inset 0 1px #ffefc214,0 16px 34px #00000061;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}:root[data-theme=game] .chat-hero-panel[data-open=true] .chat-hero-detail{opacity:1;transform:translateY(0) scaleY(1);pointer-events:auto}:root[data-theme=game] .chat-hero-panel[data-open=true]~.chat-message-list,:root[data-theme=game] .chat-message-list{padding-top:calc(var(--native-safe-top) + 74px)}:root[data-theme=game] .chat-hero-panel[data-open=true]~.asset-drawer,:root[data-theme=game] .asset-drawer{top:calc(var(--native-safe-top) + 74px)}:root[data-theme=game] .chat-input{grid-template-columns:44px minmax(0,1fr) 72px;align-items:center;min-height:calc(var(--native-safe-bottom) + 78px);padding:10px 10px calc(var(--native-safe-bottom) + 10px);border-top-color:#deb2675c;background:radial-gradient(circle at 18% 0%,rgba(217,167,93,.12),transparent 34%),radial-gradient(circle at 84% 0%,rgba(127,199,184,.1),transparent 30%),linear-gradient(180deg,#1e1b20fa,#07080cfc)}:root[data-theme=game] .chat-input>button:first-child{position:relative;width:44px;height:44px;border-radius:50%;border-color:#deb2676b;background:radial-gradient(circle at 50% 28%,rgba(255,236,180,.28),transparent 38%),linear-gradient(180deg,#3a2d23f5,#0a0b0ff0);box-shadow:inset 0 1px #ffefc22e,0 6px 16px #00000057}:root[data-theme=game] .chat-input>button:first-child:after{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid rgba(222,178,103,.16);border-radius:50%;content:""}:root[data-theme=game] .chat-input__control{display:block;min-width:0}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{min-height:44px;max-height:108px;padding:12px 14px;border-radius:999px;border-color:#deb26742;background:linear-gradient(180deg,#131217eb,#07080ccc);box-shadow:inset 0 1px #ffefc214,inset 0 -10px 18px #0000001f}:root[data-theme=game] .chat-input .cc-button{width:72px;min-width:72px;height:44px;border-radius:999px;border-color:#97f58873;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.34),transparent 36%),linear-gradient(180deg,#8ff16e,#2caf4e 58%,#168134);box-shadow:inset 0 1px #ffffff47,0 8px 18px #16813442}@media (max-width: 380px){:root[data-theme=game] .chat-input{grid-template-columns:42px minmax(0,1fr) 66px}:root[data-theme=game] .chat-input .cc-button{width:66px;min-width:66px}}:root[data-theme=game] .chat-input{grid-template-columns:46px minmax(0,1fr) 54px;gap:10px;min-height:calc(var(--native-safe-bottom) + 88px);padding:13px 12px calc(var(--native-safe-bottom) + 12px);border-top:1px solid rgba(222,178,103,.42);border-radius:20px 20px 0 0;background:linear-gradient(145deg,transparent 0 49.6%,rgba(245,219,165,.13) 50%,transparent 50.7%),linear-gradient(35deg,transparent 0 49.5%,rgba(245,219,165,.1) 50%,transparent 50.7%),linear-gradient(180deg,#241f23fa,#08090efc);box-shadow:inset 0 1px #ffefc22e,inset 0 -18px 34px #00000038,0 -14px 32px #00000061}:root[data-theme=game] .chat-input:before{right:0;left:0;top:0;height:42px;background:linear-gradient(160deg,transparent 0 49.3%,rgba(222,178,103,.3) 50%,transparent 50.8%),linear-gradient(20deg,transparent 0 49.3%,rgba(222,178,103,.22) 50%,transparent 50.8%),linear-gradient(180deg,rgba(255,239,194,.08),transparent 70%);opacity:.9}:root[data-theme=game] .chat-input:after{position:absolute;right:18px;left:18px;top:8px;height:1px;pointer-events:none;content:"";background:linear-gradient(90deg,transparent,rgba(245,219,165,.52),transparent)}:root[data-theme=game] .chat-input>button:first-child{width:46px;height:46px;border-radius:14px}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{min-height:46px;border-radius:14px;background:repeating-linear-gradient(180deg,transparent 0 21px,rgba(245,219,165,.07) 21px 22px),linear-gradient(180deg,#121116f0,#08090ed6)}:root[data-theme=game] .chat-input .chat-send-button.cc-button{display:grid;place-items:center;width:54px;min-width:54px;height:46px;border-radius:14px;border-color:#7fc7b880;background:radial-gradient(circle at 50% 16%,rgba(255,255,255,.35),transparent 36%),linear-gradient(180deg,#7bdcc9,#319883 62%,#176c61);box-shadow:inset 0 1px #ffffff3d,0 8px 18px #176c6147}:root[data-theme=game] .chat-input .chat-send-button.cc-button>span{display:grid;place-items:center}.chat-send-icon{position:relative;width:22px;height:18px;transform:translate(1px) rotate(-8deg)}.chat-send-icon:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#fff7dc;clip-path:polygon(0 7%,100% 50%,0 93%,19% 55%,56% 50%,19% 45%);filter:drop-shadow(0 1px 0 rgba(0,0,0,.22)) drop-shadow(0 0 8px rgba(255,247,220,.18))}.chat-send-icon:after{position:absolute;left:4px;top:8px;width:10px;height:1px;content:"";background:#319883b8;transform:rotate(-18deg)}@media (max-width: 380px){:root[data-theme=game] .chat-input{grid-template-columns:44px minmax(0,1fr) 50px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:50px;min-width:50px}}:root[data-theme=game] .chat-input{grid-template-columns:46px minmax(0,1fr) 54px;align-items:center}:root[data-theme=game] .chat-input>.chat-more-button,:root[data-theme=game] .chat-input .chat-send-button.cc-button,:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{height:46px;min-height:46px;box-sizing:border-box}:root[data-theme=game] .chat-input__control{display:flex;align-items:center;align-self:center;min-height:46px}:root[data-theme=game] .chat-input__control>*{flex:1 1 auto}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{line-height:20px;padding-top:12px;padding-bottom:12px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{border-color:#deb2677a;background:radial-gradient(circle at 50% 16%,rgba(255,239,194,.3),transparent 36%),linear-gradient(180deg,#d8aa62,#8f5630 62%,#4a2c1f);box-shadow:inset 0 1px #ffefc238,0 8px 18px #4a2c1f47}:root[data-theme=game] .chat-send-icon:after{background:#52311cad}@media (max-width: 380px){:root[data-theme=game] .chat-input{grid-template-columns:44px minmax(0,1fr) 52px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:52px;min-width:52px}}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{color:#ead6aa;caret-color:#d9a75d;text-shadow:0 1px 8px rgba(0,0,0,.22)}:root[data-theme=game] .chat-input textarea::-moz-placeholder,:root[data-theme=game] .chat-input__textarea::-moz-placeholder{color:#d6bf9185}:root[data-theme=game] .chat-input textarea::placeholder,:root[data-theme=game] .chat-input__textarea::placeholder{color:#d6bf9185}:root[data-theme=game] .chat-more-icon:before,:root[data-theme=game] .chat-more-icon:after{background:#d9a75d}:root[data-theme=game] .chat-send-icon:before{background:#f0d491}:root[data-theme=game] .chat-input{background:linear-gradient(145deg,transparent 0 49.7%,rgba(245,219,165,.055) 50%,transparent 50.5%),linear-gradient(35deg,transparent 0 49.7%,rgba(127,199,184,.04) 50%,transparent 50.5%),linear-gradient(180deg,#1f1c21fa,#08090efc)}:root[data-theme=game] .chat-input:before{background:linear-gradient(160deg,transparent 0 49.5%,rgba(222,178,103,.11) 50%,transparent 50.6%),linear-gradient(20deg,transparent 0 49.5%,rgba(127,199,184,.08) 50%,transparent 50.6%),linear-gradient(180deg,rgba(255,239,194,.035),transparent 70%);opacity:.72}:root[data-theme=game] .chat-input .chat-more-button{display:grid;place-items:center;border:1px solid rgba(222,178,103,.28);background:radial-gradient(circle at 50% 24%,rgba(245,219,165,.18),transparent 40%),linear-gradient(180deg,#2a221ff0,#0a0b0feb);box-shadow:inset 0 1px #ffefc21a,0 5px 14px #00000042}:root[data-theme=game] .chat-input .chat-more-button:after{display:none}.chat-more-icon{position:relative;width:20px;height:20px}.chat-more-icon:before,.chat-more-icon:after{position:absolute;left:50%;top:50%;width:15px;height:2px;border-radius:999px;content:"";background:#f1cf87;box-shadow:0 0 8px #d9a75d52;transform:translate(-50%,-50%)}.chat-more-icon:after{transform:translate(-50%,-50%) rotate(90deg)}:root[data-theme=game] .chat-input .chat-send-button.cc-button{border-color:#deb2676b;background:radial-gradient(circle at 50% 16%,rgba(255,239,194,.28),transparent 36%),linear-gradient(180deg,#e0bc76,#9b6337 60%,#5e3a25);box-shadow:inset 0 1px #ffefc238,0 8px 18px #5e3a2542}:root[data-theme=game] .chat-send-icon:before{background:#fff1c7}:root[data-theme=game] .chat-send-icon:after{background:#7049279e}@media (max-width: 380px){.page,.album-page,.detail-page{padding-right:12px;padding-left:12px}.chapter-party-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}:root[data-theme=game] .chat-tool-panel{position:absolute;left:10px;right:10px;bottom:calc(var(--native-safe-bottom) + 98px);z-index:18;padding:12px;border:1px solid rgba(151,103,45,.5);border-radius:18px;background:linear-gradient(145deg,#362016f2,#1f1616f5),radial-gradient(circle at 18% 8%,rgba(236,190,105,.18),transparent 38%);box-shadow:0 18px 38px #0d08086b,inset 0 1px #ffefc63d,inset 0 -2px #562f18a3;color:#ead6aa}:root[data-theme=game] .chat-tool-panel header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;padding:0 2px 10px;border-bottom:1px solid rgba(236,190,105,.18)}:root[data-theme=game] .chat-tool-panel header strong{font-family:var(--font-game);font-size:15px;font-weight:800;color:#f2d78d}:root[data-theme=game] .chat-tool-panel header span{min-width:0;font-size:11px;color:#e2c797c2;text-align:right}:root[data-theme=game] .chat-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:10px}:root[data-theme=game] .chat-tool-grid button{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:8px;min-height:62px;padding:9px 10px;border:1px solid rgba(228,180,96,.32);border-radius:14px;background:linear-gradient(150deg,#5b3a25d1,#2e1f1ee6),linear-gradient(180deg,rgba(255,238,188,.12),transparent);box-shadow:inset 0 1px #ffecbf2e,inset 0 -2px #371d1294,0 7px 14px #120a082e;color:#ead6aa;text-align:left}:root[data-theme=game] .chat-tool-grid button:active{transform:translateY(1px)}:root[data-theme=game] .chat-tool-grid button i{position:relative;width:34px;height:34px;border:1px solid rgba(244,205,119,.42);border-radius:50%;background:radial-gradient(circle at 35% 25%,#ffeab2cc,#b87a30b3 42%,#492a1aeb 76%);box-shadow:inset 0 1px #fff9db75,0 4px 9px #130a0647}:root[data-theme=game] .chat-tool-grid button i:before,:root[data-theme=game] .chat-tool-grid button i:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:2px;border:2px solid rgba(72,45,24,.82)}:root[data-theme=game] .chat-tool-grid button i:after{inset:13px 9px auto;height:2px;border:0;background:#482d18d1}:root[data-theme=game] .chat-tool-grid button[data-kind=branch] i:before{top:8px;right:10px;bottom:10px;left:8px;border-width:0 2px 2px 0;transform:rotate(-45deg)}:root[data-theme=game] .chat-tool-grid button[data-kind=collection] i:before{top:9px;right:9px;bottom:9px;left:9px;border-radius:6px}:root[data-theme=game] .chat-tool-grid button[data-kind=voice] i:before{top:7px;right:12px;bottom:11px;left:12px;border-radius:9px}:root[data-theme=game] .chat-tool-grid button[data-kind=voice] i:after{inset:auto 10px 7px;height:8px;border:0;border-bottom:2px solid rgba(72,45,24,.82);border-radius:0 0 10px 10px;background:transparent}:root[data-theme=game] .chat-tool-grid button[data-kind=film] i:before{top:10px;right:8px;bottom:10px;left:8px;border-radius:3px}:root[data-theme=game] .chat-tool-grid button[data-kind=film] i:after{inset:13px 7px auto auto;width:8px;height:8px;border:0;clip-path:polygon(0 0,100% 50%,0 100%);background:#482d18d1}:root[data-theme=game] .chat-tool-grid button[data-kind=album] i:before{top:10px;right:8px;bottom:8px;left:10px;border-radius:4px;transform:rotate(-4deg)}:root[data-theme=game] .chat-tool-grid button span{min-width:0;display:grid;gap:3px}:root[data-theme=game] .chat-tool-grid button strong{overflow:hidden;font-family:var(--font-game);font-size:13px;font-weight:800;color:#f0d592;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-tool-grid button small{overflow:hidden;font-size:10px;color:#e0c492b8;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-action-rail>button,:root[data-theme=game] .ai-actions button{color:#e6c57d}@media (max-width: 430px){:root[data-theme=game] .chat-tool-panel{left:8px;right:8px;bottom:calc(var(--native-safe-bottom) + 92px);padding:10px}:root[data-theme=game] .chat-tool-grid{gap:7px}:root[data-theme=game] .chat-tool-grid button{grid-template-columns:30px minmax(0,1fr);min-height:58px;padding:8px}:root[data-theme=game] .chat-tool-grid button i{width:30px;height:30px}}:root[data-theme=game] .recommend-row{bottom:calc(var(--native-safe-bottom) + 78px)}:root[data-theme=game] .chat-input{grid-template-columns:40px minmax(0,1fr) 50px;gap:7px;min-height:calc(var(--native-safe-bottom) + 72px);padding:8px 9px calc(var(--native-safe-bottom) + 8px);border-top-color:#deb26757;background:linear-gradient(145deg,transparent 0 49.7%,rgba(245,219,165,.04) 50%,transparent 50.5%),linear-gradient(35deg,transparent 0 49.7%,rgba(127,199,184,.03) 50%,transparent 50.5%),linear-gradient(180deg,#1d1a1ffa,#08090efc);box-shadow:inset 0 1px #ffefc224,inset 0 -12px 24px #0000002e,0 -10px 24px #0000004d}:root[data-theme=game] .chat-input:before{height:32px;opacity:.52}:root[data-theme=game] .chat-input:after{top:5px;right:14px;left:14px;opacity:.72}:root[data-theme=game] .chat-input>.chat-more-button,:root[data-theme=game] .chat-input .chat-send-button.cc-button,:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{height:40px;min-height:40px}:root[data-theme=game] .chat-input>.chat-more-button{width:40px;border-radius:12px;border-color:#deb2673d;box-shadow:inset 0 1px #ffefc217,0 4px 10px #00000038}:root[data-theme=game] .chat-more-icon{width:17px;height:17px}:root[data-theme=game] .chat-more-icon:before,:root[data-theme=game] .chat-more-icon:after{height:2px}:root[data-theme=game] .chat-input__control{min-height:40px}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{padding:9px 12px;border-radius:13px;font-size:13px;line-height:20px;background:repeating-linear-gradient(180deg,transparent 0 20px,rgba(245,219,165,.045) 20px 21px),linear-gradient(180deg,#121116ed,#08090ed6)}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:50px;min-width:50px;height:40px;border-radius:13px;border-color:#d3a45470;background:radial-gradient(circle at 50% 16%,rgba(255,239,194,.24),transparent 36%),linear-gradient(180deg,#c99752,#80512e 62%,#452a20);box-shadow:inset 0 1px #ffefc22e,0 5px 12px #4a2c1f38}:root[data-theme=game] .chat-send-icon{width:20px;height:16px}:root[data-theme=game] .chat-tool-panel{bottom:calc(var(--native-safe-bottom) + 82px);padding:10px;border-radius:16px}:root[data-theme=game] .chat-tool-panel header{padding-bottom:8px}:root[data-theme=game] .chat-tool-grid{gap:7px;padding-top:8px}:root[data-theme=game] .chat-tool-grid button{grid-template-columns:30px minmax(0,1fr);min-height:54px;padding:8px;border-radius:12px;background:linear-gradient(150deg,#543523c7,#291d1de6),linear-gradient(180deg,rgba(255,238,188,.09),transparent);box-shadow:inset 0 1px #ffecbf24,inset 0 -1px #371d1280,0 5px 10px #120a0824}:root[data-theme=game] .chat-tool-grid button i{width:30px;height:30px}:root[data-theme=game] .chat-tool-grid button strong{font-size:12px}:root[data-theme=game] .chat-tool-grid button small{font-size:9.5px}@media (max-width: 430px){:root[data-theme=game] .recommend-row{bottom:calc(var(--native-safe-bottom) + 74px)}:root[data-theme=game] .chat-input{grid-template-columns:38px minmax(0,1fr) 48px;gap:6px;min-height:calc(var(--native-safe-bottom) + 68px);padding:7px 8px calc(var(--native-safe-bottom) + 7px)}:root[data-theme=game] .chat-input>.chat-more-button,:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{height:38px;min-height:38px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:48px;min-width:48px;height:38px}:root[data-theme=game] .chat-tool-panel{bottom:calc(var(--native-safe-bottom) + 76px)}}:root[data-theme=game] .chat-input{grid-template-columns:34px minmax(0,1fr) 50px;-moz-column-gap:10px;column-gap:10px;row-gap:0;min-height:calc(var(--native-safe-bottom) + 68px);padding:7px 9px calc(var(--native-safe-bottom) + 7px)}:root[data-theme=game] .chat-input>.chat-more-button{width:34px;height:36px;min-height:36px;align-self:center;border-radius:11px;border-color:#deb26738;background:radial-gradient(circle at 50% 22%,rgba(245,219,165,.14),transparent 42%),linear-gradient(180deg,#28201ef0,#0a0b0ff0);box-shadow:inset 0 1px #ffefc214,0 3px 8px #0003}:root[data-theme=game] .chat-more-icon{width:15px;height:15px}:root[data-theme=game] .chat-more-icon:before,:root[data-theme=game] .chat-more-icon:after{height:2px;border-radius:3px;box-shadow:0 0 6px #d9a75d3d}:root[data-theme=game] .chat-input .chat-send-button.cc-button,:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{height:38px;min-height:38px}:root[data-theme=game] .chat-input__control{min-height:38px}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{padding:8px 11px;border-radius:12px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:50px;min-width:50px;height:38px;border-radius:12px}:root[data-theme=game] .recommend-row{bottom:calc(var(--native-safe-bottom) + 72px)}:root[data-theme=game] .chat-tool-panel{bottom:calc(var(--native-safe-bottom) + 76px)}:root[data-theme=game] .message-row{display:flex;align-items:flex-start}:root[data-theme=game] .message-row[data-role=assistant]{justify-content:flex-start}:root[data-theme=game] .message-stack{max-width:min(84%,342px)}:root[data-theme=game] .message-row[data-role=assistant] .message-stack{margin-left:4px}:root[data-theme=game] .message-row[data-role=user] .message-stack{margin-right:4px}:root[data-theme=game] .message-bubble{padding:12px 14px 13px;border:1px solid rgba(222,178,103,.38);border-radius:14px;background:linear-gradient(135deg,rgba(255,239,194,.055),transparent 34%),linear-gradient(180deg,#2a2121f5,#0d0d12f0);clip-path:polygon(10px 0,calc(100% - 8px) 0,100% 8px,100% calc(100% - 10px),calc(100% - 12px) 100%,11px 100%,0 calc(100% - 9px),0 10px);box-shadow:inset 0 1px #ffefc224,inset 0 -1px #4225169e,0 9px 18px #0000003d}:root[data-theme=game] .message-bubble:before{right:13px;left:13px;top:2px;background:linear-gradient(90deg,transparent,rgba(245,219,165,.42),transparent)}:root[data-theme=game] .message-bubble:after{left:-8px;top:19px;width:12px;height:14px;border:0;background:linear-gradient(180deg,#2a2121fa,#121014f5);clip-path:polygon(0 50%,100% 4px,100% calc(100% - 4px));filter:drop-shadow(-1px 0 0 rgba(222,178,103,.48));transform:translateY(-50%)}:root[data-theme=game] .message-row[data-role=user] .message-bubble{border-color:#7eb8a66b;background:linear-gradient(135deg,rgba(237,214,162,.06),transparent 38%),linear-gradient(180deg,#253d39f5,#0f1a1df0);color:#e9d9b6;clip-path:polygon(8px 0,calc(100% - 10px) 0,100% 10px,100% calc(100% - 9px),calc(100% - 10px) 100%,12px 100%,0 calc(100% - 11px),0 8px)}:root[data-theme=game] .message-row[data-role=user] .message-bubble:after{right:-8px;left:auto;top:19px;width:12px;height:14px;background:linear-gradient(180deg,#253d39fa,#0f1a1df5);clip-path:polygon(100% 50%,0 4px,0 calc(100% - 4px));filter:drop-shadow(1px 0 0 rgba(126,184,166,.5));transform:translateY(-50%)}:root[data-theme=game] .message-bubble p{font-size:13px;line-height:1.68}@media (max-width: 430px){:root[data-theme=game] .chat-input{grid-template-columns:32px minmax(0,1fr) 48px;-moz-column-gap:9px;column-gap:9px;min-height:calc(var(--native-safe-bottom) + 64px);padding:6px 8px calc(var(--native-safe-bottom) + 6px)}:root[data-theme=game] .chat-input>.chat-more-button{width:32px;height:34px;min-height:34px}:root[data-theme=game] .chat-input .chat-send-button.cc-button,:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{height:36px;min-height:36px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:48px;min-width:48px}:root[data-theme=game] .recommend-row{bottom:calc(var(--native-safe-bottom) + 68px)}:root[data-theme=game] .chat-tool-panel{bottom:calc(var(--native-safe-bottom) + 72px)}}:root[data-theme=game] .chat-input{grid-template-columns:30px minmax(0,1fr) 50px;-moz-column-gap:11px;column-gap:11px}:root[data-theme=game] .chat-input>button.chat-more-button{width:30px;height:34px;min-height:34px;padding:0;border-radius:9px;border-color:#d6a45047;background:radial-gradient(circle at 50% 20%,rgba(237,202,126,.14),transparent 42%),linear-gradient(180deg,#1f1b1af5,#08080bf5);box-shadow:inset 0 1px #ffebb114,inset 0 -1px #00000047,0 2px 6px #0000002e}:root[data-theme=game] .chat-input>button.chat-more-button:after{display:none;content:none}:root[data-theme=game] .chat-input>button.chat-more-button .chat-more-icon{width:13px;height:13px}:root[data-theme=game] .chat-input .chat-send-button.cc-button{border-color:#dfb05694;background:radial-gradient(circle at 50% 14%,rgba(255,224,139,.3),transparent 34%),linear-gradient(180deg,#2a241c,#111013 48%,#030405);box-shadow:inset 0 1px #ffeaa433,inset 0 -1px #00000080,0 5px 12px #00000047,0 0 0 1px #dfb05614}:root[data-theme=game] .chat-send-icon:before{background:#e7bd62}:root[data-theme=game] .chat-send-icon:after{background:#e7bd62a3}@media (max-width: 430px){:root[data-theme=game] .chat-input{grid-template-columns:28px minmax(0,1fr) 48px;-moz-column-gap:10px;column-gap:10px}:root[data-theme=game] .chat-input>button.chat-more-button{width:28px;height:32px;min-height:32px}}:root[data-theme=game] .chat-input{grid-template-columns:38px minmax(0,1fr) 38px!important;-moz-column-gap:5px!important;column-gap:5px!important}:root[data-theme=game] .chat-input>button.chat-more-button{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;border-radius:8px!important}:root[data-theme=game] .chat-input textarea,:root[data-theme=game] .chat-input__textarea{border-radius:8px!important}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:38px!important;min-width:38px!important;height:38px!important;min-height:38px!important;border-radius:8px!important;background-color:#070708!important;background-image:radial-gradient(circle at 50% 12%,rgba(255,221,132,.28),transparent 34%),linear-gradient(180deg,#2d2518,#11100d 48%,#030303)!important;border-color:#dfb0569e!important;color:#e7bd62!important;box-shadow:inset 0 1px #ffeaa438,inset 0 -1px #00000094,0 4px 10px #00000047!important}:root[data-theme=game] .chat-input .chat-send-button.cc-button:before,:root[data-theme=game] .chat-input .chat-send-button.cc-button:after{background:transparent!important}@media (max-width: 430px){:root[data-theme=game] .chat-input{grid-template-columns:36px minmax(0,1fr) 36px!important;-moz-column-gap:5px!important;column-gap:5px!important}:root[data-theme=game] .chat-input>button.chat-more-button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}:root[data-theme=game] .chat-input .chat-send-button.cc-button{width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important}}:root[data-theme=game] .message-bubble{border-radius:16px 17px 17px 12px;background:linear-gradient(105deg,rgba(255,236,178,.09),transparent 32%),repeating-linear-gradient(135deg,rgba(255,236,178,.026) 0 1px,transparent 1px 7px),radial-gradient(circle at 14% 16%,rgba(218,157,78,.11),transparent 42%),linear-gradient(180deg,#2b2221f7,#0e0d12f2);clip-path:none;outline:1px solid rgba(255,232,174,.055);box-shadow:inset 0 1px #ffefc226,inset 0 -14px 24px #00000029,0 8px 18px #00000038}:root[data-theme=game] .message-bubble:before{top:3px;right:15px;left:15px;height:1px;background:linear-gradient(90deg,transparent,rgba(245,219,165,.36),transparent)}:root[data-theme=game] .message-bubble:after{left:-5px;top:20px;width:10px;height:10px;border:1px solid rgba(222,178,103,.34);border-top:0;border-right:0;border-radius:2px 0 3px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.026) 0 1px,transparent 1px 7px),linear-gradient(135deg,#2b2221fa,#121014f5);clip-path:none;filter:none;transform:translateY(-50%) rotate(45deg)}:root[data-theme=game] .message-row[data-role=user] .message-bubble{border-radius:17px 16px 12px 17px;background:linear-gradient(105deg,rgba(237,214,162,.08),transparent 34%),repeating-linear-gradient(135deg,rgba(237,214,162,.024) 0 1px,transparent 1px 7px),radial-gradient(circle at 82% 18%,rgba(126,184,166,.12),transparent 42%),linear-gradient(180deg,#253d39f7,#0f1a1df2);clip-path:none;color:#e9d9b6}:root[data-theme=game] .message-row[data-role=user] .message-bubble:before{background:linear-gradient(90deg,transparent,rgba(172,222,199,.28),transparent)}:root[data-theme=game] .message-row[data-role=user] .message-bubble:after{right:-5px;left:auto;border:1px solid rgba(126,184,166,.38);border-bottom:0;border-left:0;border-radius:0 2px 0 3px;background:repeating-linear-gradient(135deg,rgba(237,214,162,.024) 0 1px,transparent 1px 7px),linear-gradient(135deg,#253d39fa,#0f1a1df5);clip-path:none;filter:none;transform:translateY(-50%) rotate(45deg)}:root[data-theme=game] .message-stack{position:relative}:root[data-theme=game] .message-bubble{border-radius:18px 16px 18px 13px}:root[data-theme=game] .message-bubble:after{display:none;content:none}:root[data-theme=game] .message-row[data-role=assistant] .message-stack:before,:root[data-theme=game] .message-row[data-role=user] .message-stack:before{position:absolute;top:8px;z-index:2;width:12px;height:12px;border:1px solid rgba(231,189,98,.48);border-radius:4px 4px 6px;background:radial-gradient(circle at 38% 30%,rgba(255,238,171,.9),transparent 34%),linear-gradient(145deg,#c78f39f2,#462b18f5);box-shadow:inset 0 1px #ffefc247,0 2px 6px #0000003d;content:"";transform:rotate(45deg)}:root[data-theme=game] .message-row[data-role=assistant] .message-stack:before{left:-5px}:root[data-theme=game] .message-row[data-role=user] .message-stack:before{right:-5px;border-color:#7eb8a66b;background:radial-gradient(circle at 38% 30%,rgba(232,215,167,.82),transparent 34%),linear-gradient(145deg,#59816feb,#223a34f5)}:root[data-theme=game] .message-row[data-role=user] .message-bubble{border-radius:16px 18px 13px}:root[data-theme=game] .chat-archive-page{gap:10px;padding-top:calc(var(--native-safe-top) + 8px)}:root[data-theme=game] .chat-archive-top{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;flex:0 0 auto}:root[data-theme=game] .chat-archive-top>span{min-width:0;display:grid;gap:2px}:root[data-theme=game] .chat-archive-top strong{color:#f1d590;font-family:var(--font-game);font-size:18px}:root[data-theme=game] .chat-archive-top small,:root[data-theme=game] .chat-archive-top em{color:#e7d3a4a8;font-size:11px;font-style:normal}:root[data-theme=game] .chat-archive-top em{padding:5px 8px;border:1px solid rgba(223,176,86,.28);border-radius:999px;background:#1c1616b8}:root[data-theme=game] .chat-archive-hero{position:relative;overflow:hidden;min-height:148px;border:1px solid rgba(223,176,86,.34);border-radius:18px;background:radial-gradient(circle at 84% 18%,rgba(123,96,210,.18),transparent 35%),radial-gradient(circle at 18% 4%,rgba(236,190,105,.18),transparent 36%),linear-gradient(145deg,#2d2120f5,#0c0c12fa);box-shadow:inset 0 1px #ffefc229,0 14px 30px #00000047}:root[data-theme=game] .chat-archive-hero h1{max-width:10em;color:#f5dc9d;font-family:var(--font-game);font-size:24px;line-height:1.15}:root[data-theme=game] .chat-archive-hero p{max-width:18em;color:#e7d3a4b8}:root[data-theme=game] .chat-archive-reward{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}:root[data-theme=game] .chat-archive-reward span{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid rgba(223,176,86,.26);border-radius:999px;background:#100e11a3;color:#e4c37c;font-size:10px;font-weight:800}:root[data-theme=game] .chat-archive-reward i,:root[data-theme=game] .chat-archive-quests i,:root[data-theme=game] .thread-action-icon{position:relative;width:16px;height:16px;flex:0 0 auto;border:1px solid rgba(231,189,98,.42);border-radius:5px;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.8),transparent 34%),linear-gradient(145deg,#bd7e2de0,#422818f2);box-shadow:inset 0 1px #ffefc23d}:root[data-theme=game] .chat-archive-reward i[data-icon=energy]{border-radius:50%}:root[data-theme=game] .chat-archive-reward i[data-icon=coin]:before,:root[data-theme=game] .chat-archive-quests i:before,:root[data-theme=game] .thread-action-icon:before{position:absolute;top:4px;right:4px;bottom:4px;left:4px;border:1px solid rgba(64,38,22,.76);border-radius:inherit;content:""}:root[data-theme=game] .chat-hub-hero__resume{min-width:118px;border-color:#dfb05657;background:linear-gradient(180deg,#26201fe6,#0a0a0ee0)}:root[data-theme=game] .chat-hub-hero__resume span{min-width:0}:root[data-theme=game] .chat-archive-progress{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:10px;border:1px solid rgba(223,176,86,.24);border-radius:14px;background:linear-gradient(180deg,#1f1b1ee0,#0c0c10e6)}:root[data-theme=game] .chat-archive-progress span{display:grid}:root[data-theme=game] .chat-archive-progress strong{color:#f0ce7b;font-size:17px}:root[data-theme=game] .chat-archive-progress small,:root[data-theme=game] .chat-archive-progress em{color:#e7d3a49e;font-size:10px;font-style:normal}:root[data-theme=game] .chat-archive-progress div{height:8px;overflow:hidden;border:1px solid rgba(223,176,86,.18);border-radius:999px;background:#05060a8f}:root[data-theme=game] .chat-archive-progress div i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5b34,#e0b567,#7fc7b8)}:root[data-theme=game] .chat-archive-quests{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}:root[data-theme=game] .chat-archive-quests article{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px;min-height:54px;padding:8px;border:1px solid rgba(223,176,86,.24);border-radius:13px;background:linear-gradient(135deg,rgba(255,236,178,.05),transparent 38%),linear-gradient(180deg,#251f1ee6,#0c0c10eb)}:root[data-theme=game] .chat-archive-quests i{width:22px;height:22px;border-radius:7px}:root[data-theme=game] .chat-archive-quests span{min-width:0;display:grid;gap:2px}:root[data-theme=game] .chat-archive-quests strong{overflow:hidden;color:#ecd08b;font-size:12px;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-archive-quests small{overflow:hidden;color:#e7d3a494;font-size:10px;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-archive-party{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow:visible}:root[data-theme=game] .chat-archive-party button{min-width:0;border-color:#dfb0563d;background:radial-gradient(circle at 50% 0%,rgba(236,190,105,.14),transparent 42%),linear-gradient(180deg,#261f1fe0,#0c0c10e6)}:root[data-theme=game] .chat-archive-memory{flex:0 0 auto;border-color:#7eb8a647;background:linear-gradient(135deg,rgba(126,184,166,.1),transparent 40%),linear-gradient(180deg,#1f2221e6,#0c0c10eb)}:root[data-theme=game] .chat-archive-memory b{background:linear-gradient(180deg,#d9b469,#6f4829);color:#17100b}:root[data-theme=game] .chat-archive-list{gap:8px;padding-right:2px}:root[data-theme=game] .chat-archive-thread{position:relative;grid-template-columns:auto minmax(0,1fr) auto auto;min-height:74px;border-color:#dfb0563d;background:linear-gradient(110deg,rgba(255,236,178,.045),transparent 34%),linear-gradient(180deg,#231d1ee0,#0c0c10eb);color:#ecd8ad}:root[data-theme=game] .chat-archive-thread[data-unread=true]{border-color:#e7bd6270;box-shadow:inset 0 1px #ffefc21f,0 8px 18px #0000002e}:root[data-theme=game] .chat-archive-thread .avatar-wrap{width:46px;height:46px}:root[data-theme=game] .chat-archive-thread strong{color:#f1d590}:root[data-theme=game] .chat-archive-thread strong small{margin-left:6px;color:#e7d3a48f;font-size:10px;font-weight:600}:root[data-theme=game] .chat-archive-thread>span:nth-child(2)>small{color:#e7d3a4a8}:root[data-theme=game] .chat-archive-thread em{display:block;overflow:hidden;margin-top:3px;color:#7eb8a6c2;font-size:10px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-archive-thread time{color:#e7d3a494}:root[data-theme=game] .chat-archive-thread b{display:grid;place-items:center;min-width:20px;height:20px;border-radius:50%;background:#e0b567;color:#1b130b;font-size:10px}:root[data-theme=game] .thread-action-icon{width:20px;height:20px;border-radius:50%}@media (max-width: 430px){:root[data-theme=game] .chat-archive-quests{grid-template-columns:1fr}:root[data-theme=game] .chat-archive-party{grid-template-columns:repeat(3,minmax(86px,1fr));overflow-x:auto}:root[data-theme=game] .chat-archive-thread{grid-template-columns:auto minmax(0,1fr) auto}:root[data-theme=game] .chat-archive-thread time{display:none}}:root[data-theme=game] .chat-archive-page{height:100%;min-height:0;overflow:hidden;gap:8px;padding:calc(var(--native-safe-top) + 8px) 10px 10px;background:radial-gradient(circle at 18% 0%,rgba(210,153,72,.12),transparent 32%),radial-gradient(circle at 90% 8%,rgba(110,78,48,.14),transparent 30%),linear-gradient(180deg,#171216,#0c0b10)}:root[data-theme=game] .chat-archive-top{grid-template-columns:38px minmax(0,1fr) auto;gap:8px}:root[data-theme=game] .chat-archive-top .back-button{width:38px;height:38px}:root[data-theme=game] .chat-archive-top strong{font-size:17px}:root[data-theme=game] .chat-archive-top small{font-size:10px}:root[data-theme=game] .chat-archive-top em{padding:4px 7px;background:#141011cc}:root[data-theme=game] .chat-archive-hero{min-height:112px;padding:12px;border-color:#d09d4d52;border-radius:14px;background:linear-gradient(135deg,rgba(229,178,94,.1),transparent 42%),linear-gradient(180deg,#231c1bf5,#0c0b0ffa);box-shadow:inset 0 1px #ffebb01f,0 8px 18px #00000038}:root[data-theme=game] .chat-archive-hero h1{margin:2px 0 4px;font-size:20px}:root[data-theme=game] .chat-archive-hero p{max-width:20em;margin:0;font-size:11px;line-height:1.45}:root[data-theme=game] .chat-archive-reward{gap:5px;margin-top:8px}:root[data-theme=game] .chat-archive-reward span{padding:4px 6px;background:#0a090c8f;font-size:9.5px}:root[data-theme=game] .chat-hub-hero__resume{min-width:98px;padding:7px;border-radius:12px;background:linear-gradient(180deg,#1d1817eb,#08080be6)}:root[data-theme=game] .chat-hub-hero__resume img{width:42px;height:42px}:root[data-theme=game] .chat-hub-hero__resume strong{font-size:12px}:root[data-theme=game] .chat-hub-hero__resume small{font-size:9px}:root[data-theme=game] .chat-archive-progress{flex:0 0 auto;gap:8px;padding:8px;border-radius:12px;background:linear-gradient(180deg,#1a1617e6,#0b0a0eeb)}:root[data-theme=game] .chat-archive-progress strong{font-size:15px}:root[data-theme=game] .chat-archive-progress div{height:7px}:root[data-theme=game] .chat-archive-quests{flex:0 0 auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}:root[data-theme=game] .chat-archive-quests article{min-height:42px;grid-template-columns:18px minmax(0,1fr);gap:5px;padding:6px;border-radius:10px;background:linear-gradient(135deg,rgba(229,178,94,.055),transparent 42%),linear-gradient(180deg,#1d1817e6,#0a0a0deb)}:root[data-theme=game] .chat-archive-quests i{width:18px;height:18px;border-radius:6px}:root[data-theme=game] .chat-archive-quests strong{font-size:10.5px}:root[data-theme=game] .chat-archive-quests small{font-size:9px}:root[data-theme=game] .chat-archive-party,:root[data-theme=game] .chat-archive-memory{display:none!important}:root[data-theme=game] .chat-archive-list{min-height:0;flex:1 1 auto;overflow:auto;gap:7px;padding:0 2px 0 0;scrollbar-width:thin;scrollbar-color:rgba(208,157,77,.38) transparent}:root[data-theme=game] .chat-archive-thread{grid-template-columns:auto minmax(0,1fr) auto;min-height:62px;padding:8px;border-radius:12px;border-color:#d09d4d3d;background:linear-gradient(105deg,rgba(229,178,94,.045),transparent 38%),linear-gradient(180deg,#1c1718e6,#0a0a0deb)}:root[data-theme=game] .chat-archive-thread .avatar-wrap{width:40px;height:40px}:root[data-theme=game] .chat-archive-thread strong{font-size:12px}:root[data-theme=game] .chat-archive-thread strong small{display:none}:root[data-theme=game] .chat-archive-thread>span:nth-child(2)>small{max-width:100%;font-size:10px}:root[data-theme=game] .chat-archive-thread em{margin-top:2px;font-size:9.5px}:root[data-theme=game] .chat-archive-thread time{display:none}:root[data-theme=game] .chat-archive-thread b,:root[data-theme=game] .thread-action-icon{width:18px;min-width:18px;height:18px}@media (max-width: 430px){:root[data-theme=game] .chat-archive-page{gap:7px;padding-right:8px;padding-left:8px}:root[data-theme=game] .chat-archive-hero{min-height:104px}:root[data-theme=game] .chat-archive-hero h1{font-size:18px}:root[data-theme=game] .chat-archive-reward span:nth-child(2){display:none}:root[data-theme=game] .chat-archive-quests{grid-template-columns:repeat(3,minmax(0,1fr))}:root[data-theme=game] .chat-archive-quests small{display:none}}:root[data-theme=game] .chat-archive-page{background:repeating-linear-gradient(135deg,rgba(226,180,100,.035) 0 1px,transparent 1px 9px),repeating-linear-gradient(45deg,rgba(126,92,55,.025) 0 1px,transparent 1px 13px),radial-gradient(circle at 18% 0%,rgba(210,153,72,.1),transparent 30%),radial-gradient(circle at 90% 8%,rgba(88,63,43,.16),transparent 28%),linear-gradient(180deg,#100d11,#07070a)}:root[data-theme=game] .chat-archive-thread{grid-template-columns:36px minmax(0,1fr) auto;min-height:50px;gap:7px;padding:6px 8px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.024) 0 1px,transparent 1px 8px),linear-gradient(105deg,rgba(229,178,94,.045),transparent 38%),linear-gradient(180deg,#1c1718e6,#0a0a0deb)}:root[data-theme=game] .chat-archive-thread .avatar-wrap{width:34px;height:34px}:root[data-theme=game] .chat-archive-thread strong{display:flex;align-items:center;gap:5px;font-size:12px}:root[data-theme=game] .chat-archive-thread strong small{display:inline;max-width:7em;margin-left:0;overflow:hidden;color:#e7d3a47a;font-size:9px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .chat-archive-thread>span:nth-child(2)>small{font-size:9.5px}:root[data-theme=game] .chat-archive-thread em{margin-top:1px;font-size:9px}:root[data-theme=game] .chat-archive-thread b,:root[data-theme=game] .thread-action-icon{width:17px;min-width:17px;height:17px}:root[data-theme=game] .app-main:has(.chat-archive-page),:root[data-theme=game] .app-stage:has(.chat-archive-page){background:repeating-linear-gradient(135deg,rgba(226,180,100,.028) 0 1px,transparent 1px 10px),repeating-linear-gradient(45deg,rgba(255,236,178,.018) 0 1px,transparent 1px 15px),radial-gradient(circle at 18% 0%,rgba(176,121,54,.13),transparent 34%),radial-gradient(circle at 92% 12%,rgba(70,48,35,.24),transparent 30%),linear-gradient(180deg,#0d0b10,#050507)!important}:root[data-theme=game] .chat-archive-page.chats-page{background:repeating-linear-gradient(135deg,rgba(226,180,100,.028) 0 1px,transparent 1px 10px),repeating-linear-gradient(45deg,rgba(255,236,178,.018) 0 1px,transparent 1px 15px),radial-gradient(circle at 18% 0%,rgba(176,121,54,.13),transparent 34%),radial-gradient(circle at 92% 12%,rgba(70,48,35,.24),transparent 30%),linear-gradient(180deg,#0d0b10,#050507)!important}:root[data-theme=game] .chat-archive-list{flex:0 1 auto;overflow:visible;gap:4px}:root[data-theme=game] .chat-archive-thread{grid-template-columns:30px minmax(0,1fr) 18px!important;min-height:40px;gap:6px;padding:5px 6px;border-radius:10px}:root[data-theme=game] .chat-archive-thread .avatar-wrap{width:29px;height:29px}:root[data-theme=game] .chat-archive-thread strong{font-size:11px;line-height:1.15}:root[data-theme=game] .chat-archive-thread strong small{max-width:6em;font-size:8.5px}:root[data-theme=game] .chat-archive-thread>span:nth-child(2)>small{margin-top:1px;font-size:9px;line-height:1.15}:root[data-theme=game] .chat-archive-thread em{display:none}:root[data-theme=game] .chat-archive-thread b,:root[data-theme=game] .thread-action-icon{width:16px;min-width:16px;height:16px;font-size:9px}:root[data-theme=game] .app-main:has(.profile-world-page),:root[data-theme=game] .app-stage:has(.profile-world-page){background:repeating-linear-gradient(135deg,rgba(226,180,100,.03) 0 1px,transparent 1px 10px),repeating-linear-gradient(45deg,rgba(255,236,178,.018) 0 1px,transparent 1px 16px),radial-gradient(circle at 14% 0%,rgba(176,121,54,.13),transparent 34%),radial-gradient(circle at 92% 12%,rgba(70,48,35,.22),transparent 30%),linear-gradient(180deg,#0d0b10,#050507)!important}:root[data-theme=game] .profile-world-page.profile-page{overflow:auto;gap:9px;padding:calc(var(--native-safe-top) + 10px) 10px calc(var(--native-safe-bottom) + 12px);background:repeating-linear-gradient(135deg,rgba(226,180,100,.03) 0 1px,transparent 1px 10px),repeating-linear-gradient(45deg,rgba(255,236,178,.018) 0 1px,transparent 1px 16px),radial-gradient(circle at 14% 0%,rgba(176,121,54,.13),transparent 34%),radial-gradient(circle at 92% 12%,rgba(70,48,35,.22),transparent 30%),linear-gradient(180deg,#0d0b10,#050507)!important;color:#ead6aa}:root[data-theme=game] .profile-world-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid rgba(208,157,77,.34);border-radius:16px;background:linear-gradient(110deg,rgba(229,178,94,.08),transparent 42%),linear-gradient(180deg,#1f1919eb,#0a0a0df0);box-shadow:inset 0 1px #ffebb024,0 10px 22px #0000003d}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap img{width:58px;height:58px;border:1px solid rgba(223,176,86,.45)}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap span{right:-4px;bottom:-4px;background:linear-gradient(180deg,#e0b567,#704522);color:#1a1008}:root[data-theme=game] .profile-world-hero small{color:#e7d3a494;font-size:10px;letter-spacing:0}:root[data-theme=game] .profile-world-hero h1{margin:1px 0 4px;color:#f2d78d;font-family:var(--font-game);font-size:20px;line-height:1.1}:root[data-theme=game] .profile-world-hero p{margin:0;color:#e7d3a4ad;font-size:11px}:root[data-theme=game] .profile-world-exp{position:relative;display:block;height:8px;margin-top:9px;overflow:hidden;border:1px solid rgba(208,157,77,.24);border-radius:999px;background:#05060a8f}:root[data-theme=game] .profile-world-exp i{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5b34,#e0b567,#7fc7b8);pointer-events:none}:root[data-theme=game] .profile-world-exp em{position:absolute;right:5px;top:50%;color:#1d120b;font-size:8px;font-style:normal;font-weight:900;transform:translateY(-50%)}:root[data-theme=game] .profile-world-vip{min-width:42px;height:34px;border:1px solid rgba(223,176,86,.42);border-radius:10px;background:radial-gradient(circle at 50% 12%,rgba(255,221,132,.28),transparent 34%),linear-gradient(180deg,#2d2518,#11100d 48%,#030303);color:#e7bd62;font-weight:900}:root[data-theme=game] .profile-resource-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}:root[data-theme=game] .profile-resource-grid button{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:5px;min-height:48px;padding:7px;border:1px solid rgba(208,157,77,.24);border-radius:12px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.022) 0 1px,transparent 1px 8px),linear-gradient(180deg,#1c1718e6,#0a0a0deb);color:#ead6aa}:root[data-theme=game] .profile-resource-grid i,:root[data-theme=game] .profile-world-goals:before{width:20px;height:20px;border:1px solid rgba(231,189,98,.42);border-radius:7px;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.8),transparent 34%),linear-gradient(145deg,#bd7e2de0,#422818f2);box-shadow:inset 0 1px #ffefc23d}:root[data-theme=game] .profile-resource-grid span{min-width:0;display:grid;gap:1px}:root[data-theme=game] .profile-resource-grid small{color:#e7d3a494;font-size:9px}:root[data-theme=game] .profile-resource-grid strong{color:#f0ce7b;font-size:13px}:root[data-theme=game] .profile-world-goals{position:relative;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;border:1px solid rgba(126,184,166,.24);border-radius:12px;background:linear-gradient(110deg,rgba(126,184,166,.08),transparent 40%),linear-gradient(180deg,#181b1be6,#090a0deb)}:root[data-theme=game] .profile-world-goals:before{display:block;content:""}:root[data-theme=game] .profile-world-goals strong{color:#ecd08b;font-size:13px}:root[data-theme=game] .profile-world-goals small{color:#e7d3a49e;font-size:10px}:root[data-theme=game] .profile-world-goals button{height:30px;padding:0 10px;border:1px solid rgba(223,176,86,.34);border-radius:9px;background:linear-gradient(180deg,#2d2518,#11100d 58%,#030303);color:#e7bd62;font-size:11px;font-weight:900}:root[data-theme=game] .profile-bond-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;align-items:center;padding:9px;border:1px solid rgba(208,157,77,.24);border-radius:13px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.022) 0 1px,transparent 1px 8px),linear-gradient(180deg,#1c1718e6,#0a0a0deb)}:root[data-theme=game] .profile-bond-card>span{position:relative;width:48px;height:48px}:root[data-theme=game] .profile-bond-card img{width:48px;height:48px;border:1px solid rgba(223,176,86,.36);border-radius:14px;-o-object-fit:cover;object-fit:cover}:root[data-theme=game] .profile-bond-card span i{position:absolute;right:-3px;bottom:-3px;width:16px;height:16px;border-radius:50%;background:#e0b567}:root[data-theme=game] .profile-bond-card small,:root[data-theme=game] .profile-bond-card p{color:#e7d3a49e}:root[data-theme=game] .profile-bond-card strong{color:#f2d78d;font-size:14px}:root[data-theme=game] .profile-bond-level{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:6px;margin-top:5px}:root[data-theme=game] .profile-bond-level b{display:grid;place-items:center;min-width:44px;height:22px;border:1px solid rgba(231,189,98,.5);border-radius:8px;background:radial-gradient(circle at 50% 12%,rgba(255,221,132,.28),transparent 34%),linear-gradient(180deg,#2d2518,#11100d 48%,#030303);color:#e7bd62;font-size:11px}:root[data-theme=game] .profile-bond-level span{position:relative;display:block;height:7px;overflow:hidden;border:1px solid rgba(208,157,77,.22);border-radius:999px;background:#05060a94}:root[data-theme=game] .profile-bond-level span i{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#89572f,#e0b567,#7fc7b8);pointer-events:none}:root[data-theme=game] .profile-bond-level em{color:#e7d3a49e;font-size:9px;font-style:normal}:root[data-theme=game] .profile-bond-card p{margin:3px 0 0;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .profile-world-party{padding:9px;border:1px solid rgba(208,157,77,.24);border-radius:13px;background:linear-gradient(180deg,#181516cc,#090a0dd1)}:root[data-theme=game] .profile-world-party .section-row{margin-bottom:7px}:root[data-theme=game] .profile-world-party .section-row strong{color:#ecd08b}:root[data-theme=game] .profile-world-party .section-row button{color:#e7bd62}:root[data-theme=game] .profile-world-party>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}:root[data-theme=game] .profile-world-party>div button{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:6px;align-items:center;padding:6px;border:1px solid rgba(208,157,77,.18);border-radius:10px;background:#06070a5c;color:#ead6aa}:root[data-theme=game] .profile-world-party img{width:34px;height:34px;border-radius:10px}:root[data-theme=game] .profile-world-party strong,:root[data-theme=game] .profile-world-party small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .profile-world-party strong{color:#f2d78d;font-size:12px}:root[data-theme=game] .profile-world-party small{color:#e7d3a494;font-size:9px}:root[data-theme=game] .profile-world-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}:root[data-theme=game] .profile-world-actions>button{min-height:58px;padding:7px;border-color:#d09d4d3d;background:linear-gradient(135deg,rgba(229,178,94,.055),transparent 40%),linear-gradient(180deg,#1c1718e6,#0a0a0deb)}:root[data-theme=game] .profile-world-actions span{color:#e0b567;font-size:11px}:root[data-theme=game] .profile-world-actions strong{color:#f2d78d;font-size:12px}:root[data-theme=game] .profile-world-actions small{color:#e7d3a48f;font-size:9px}:root[data-theme=game] .profile-world-menu{gap:6px}:root[data-theme=game] .profile-world-menu>button{min-height:38px;border-color:#d09d4d33;background:#090a0db8;color:#ead6aa}@media (max-width: 430px){:root[data-theme=game] .profile-resource-grid,:root[data-theme=game] .profile-world-actions{grid-template-columns:repeat(2,minmax(0,1fr))}:root[data-theme=game] .profile-world-party>div{grid-template-columns:1fr}}:root[data-theme=game] .profile-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;padding:5px;border:1px solid rgba(208,157,77,.2);border-radius:12px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.018) 0 1px,transparent 1px 8px),linear-gradient(180deg,#120f10c7,#07080ad1)}:root[data-theme=game] .profile-resource-grid button{grid-template-columns:14px minmax(0,1fr);min-height:34px;gap:4px;padding:4px;border:0;border-radius:8px;background:#ffecb209}:root[data-theme=game] .profile-resource-grid i{width:14px;height:14px;border-radius:5px}:root[data-theme=game] .profile-resource-grid small{font-size:8px}:root[data-theme=game] .profile-resource-grid strong{font-size:11px;line-height:1}:root[data-theme=game] .profile-settings-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 8px;min-height:40px;padding:7px 9px;border:1px solid rgba(208,157,77,.2);border-radius:12px;background:linear-gradient(105deg,rgba(229,178,94,.045),transparent 38%),linear-gradient(180deg,#120f10d1,#07080adb);color:#ead6aa;text-align:left}:root[data-theme=game] .profile-settings-entry span{color:#f2d78d;font-size:12px;font-weight:900}:root[data-theme=game] .profile-settings-entry small{grid-column:1;color:#e7d3a48f;font-size:9px}:root[data-theme=game] .profile-settings-entry i{grid-column:2;grid-row:1 / span 2;width:18px;height:18px;border:1px solid rgba(231,189,98,.38);border-radius:50%;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.72),transparent 34%),linear-gradient(145deg,#bd7e2dd1,#422818f2)}:root[data-theme=game] .profile-settings-entry i:before{display:block;width:5px;height:5px;margin:5px auto 0;border-top:2px solid #2b1b0e;border-right:2px solid #2b1b0e;content:"";transform:rotate(45deg)}:root[data-theme=game] .profile-world-menu{display:none}:root[data-theme=game] .profile-settings-sheet{border-color:#d09d4d52;background:repeating-linear-gradient(135deg,rgba(255,236,178,.026) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1c1718fa,#07080afc);color:#ead6aa}:root[data-theme=game] .profile-settings-sheet h2{color:#f2d78d;font-family:var(--font-game)}:root[data-theme=game] .profile-settings-list{display:grid;gap:7px}:root[data-theme=game] .profile-settings-list button{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;min-height:50px;padding:8px;border:1px solid rgba(208,157,77,.22);border-radius:12px;background:#07080a80;color:#ead6aa;text-align:left}:root[data-theme=game] .profile-settings-list button span{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(231,189,98,.34);border-radius:9px;background:linear-gradient(180deg,#2d2518,#11100d 58%,#030303);color:#e7bd62;font-weight:900}:root[data-theme=game] .profile-settings-list button strong,:root[data-theme=game] .profile-settings-list button small{grid-column:2}:root[data-theme=game] .profile-settings-list button strong{color:#f2d78d;font-size:13px}:root[data-theme=game] .profile-settings-list button small{color:#e7d3a48f;font-size:10px}:root[data-theme=game] .profile-world-page{position:relative;isolation:isolate}:root[data-theme=game] .profile-world-goals{grid-template-columns:minmax(0,1fr);overflow:hidden}:root[data-theme=game] .profile-world-goals:before,:root[data-theme=game] .profile-world-goals:after,:root[data-theme=game] .profile-resource-grid button:before,:root[data-theme=game] .profile-resource-grid button:after,:root[data-theme=game] .profile-world-vip:before,:root[data-theme=game] .profile-world-vip:after,:root[data-theme=game] .profile-settings-entry:before,:root[data-theme=game] .profile-settings-entry:after,:root[data-theme=game] .profile-reward-fab:before,:root[data-theme=game] .profile-reward-fab:after{display:none!important;width:0!important;height:0!important;background:none!important;content:none!important}:root[data-theme=game] .profile-resource-grid button,:root[data-theme=game] .profile-world-vip,:root[data-theme=game] .profile-settings-entry,:root[data-theme=game] .profile-reward-fab{box-sizing:border-box;overflow:hidden}:root[data-theme=game] .profile-reward-fab{position:fixed;right:16px;bottom:calc(var(--native-safe-bottom) + 18px);z-index:28;display:grid;grid-template-rows:22px 14px;align-content:center;justify-items:center;width:58px;height:58px;border:1px solid rgba(231,189,98,.58);border-radius:50%;background:radial-gradient(circle at 50% 18%,rgba(255,236,178,.38),transparent 34%),linear-gradient(180deg,#332412,#0d0b0b 64%,#050506);color:#e7bd62;box-shadow:inset 0 1px #ffefc238,0 10px 24px #0000005c,0 0 0 4px #e7bd6214}:root[data-theme=game] .profile-reward-fab i{display:block;width:19px;height:19px;border:2px solid #e7bd62;border-radius:5px;transform:rotate(45deg)}:root[data-theme=game] .profile-reward-fab span{font-size:10px;font-weight:900;line-height:1}:root[data-theme=game] .profile-reward-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:18px;background:repeating-linear-gradient(135deg,rgba(226,180,100,.03) 0 1px,transparent 1px 10px),radial-gradient(circle at 50% 8%,rgba(212,157,72,.18),transparent 34%),#040407db;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}:root[data-theme=game] .profile-reward-panel{width:min(420px,100%);max-height:min(680px,100%);overflow:auto;padding:14px;border:1px solid rgba(231,189,98,.38);border-radius:18px;background:repeating-linear-gradient(135deg,rgba(255,236,178,.026) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1e1817fa,#07080afc);box-shadow:inset 0 1px #ffefc229,0 20px 46px #00000075}:root[data-theme=game] .profile-reward-panel header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}:root[data-theme=game] .profile-reward-panel header span{display:grid;gap:2px}:root[data-theme=game] .profile-reward-panel header small{color:#e7d3a499;font-size:10px}:root[data-theme=game] .profile-reward-panel header strong{color:#f2d78d;font-family:var(--font-game);font-size:22px}:root[data-theme=game] .profile-reward-panel header button{width:34px;height:34px;border:1px solid rgba(231,189,98,.28);border-radius:10px;background:#06070a9e;color:#e7bd62;font-size:20px}:root[data-theme=game] .profile-reward-cards{display:grid;gap:9px}:root[data-theme=game] .profile-reward-cards article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:9px;min-height:72px;padding:10px;border:1px solid rgba(208,157,77,.24);border-radius:14px;background:linear-gradient(110deg,rgba(229,178,94,.06),transparent 42%),linear-gradient(180deg,#161212e0,#07080ae6)}:root[data-theme=game] .profile-reward-cards article[data-active=true]{border-color:#e7bd627a;box-shadow:0 0 0 1px #e7bd6214}:root[data-theme=game] .profile-reward-cards i{width:42px;height:42px;border:1px solid rgba(231,189,98,.44);border-radius:13px;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.72),transparent 34%),linear-gradient(145deg,#bd7e2dd1,#422818f2)}:root[data-theme=game] .profile-reward-cards strong{color:#f2d78d;font-size:14px}:root[data-theme=game] .profile-reward-cards small{color:#e7d3a499;font-size:10px}:root[data-theme=game] .profile-reward-cards em{padding:5px 7px;border:1px solid rgba(231,189,98,.28);border-radius:999px;color:#e7bd62;font-size:10px;font-style:normal;font-weight:900}:root[data-theme=game] .profile-reward-primary{width:100%;height:42px;margin-top:12px;border:1px solid rgba(231,189,98,.48);border-radius:12px;background:radial-gradient(circle at 50% 12%,rgba(255,221,132,.24),transparent 34%),linear-gradient(180deg,#2d2518,#11100d 58%,#030303);color:#e7bd62;font-weight:900}@media (max-width: 430px){:root[data-theme=game] .profile-resource-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.vip-annual-hero{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;align-items:center}.vip-annual-mark{display:grid;place-items:center;width:74px;height:86px;border:1px solid color-mix(in srgb,var(--cyan) 42%,var(--line));border-radius:18px;background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--lime) 28%,transparent),transparent 36%),linear-gradient(180deg,color-mix(in srgb,var(--cyan) 18%,var(--panel)),var(--panel-strong))}.vip-annual-mark b{color:var(--text);font-size:20px;letter-spacing:0}.vip-annual-mark small,.vip-annual-copy small,.vip-plan-detail small{color:var(--muted)}.vip-annual-copy{display:grid;gap:6px;min-width:0}.vip-annual-copy strong{font-size:20px}.vip-annual-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}.vip-annual-price{display:flex;flex-wrap:wrap;gap:8px;align-items:baseline}.vip-annual-price span{color:var(--lime);font-size:26px;font-weight:900}.vip-annual-price em{color:var(--muted);font-size:11px;font-style:normal}.vip-annual-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.vip-annual-benefits span{display:grid;min-height:44px;place-items:center;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--panel);color:var(--text);font-size:11px;font-weight:800;text-align:center}.vip-plan-detail{display:grid;gap:8px}.vip-plan-detail p{display:flex;gap:8px;align-items:center;margin:0;color:var(--text);font-size:12px}.vip-plan-detail p span{width:8px;height:8px;border-radius:50%;background:var(--cyan)}.vip-year-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.vip-year-grid .pay-card[data-recommend=true]{border-color:color-mix(in srgb,var(--lime) 60%,var(--line));background:linear-gradient(180deg,color-mix(in srgb,var(--lime) 14%,transparent),transparent),var(--panel)}.chapter-level-card{display:grid;gap:10px;margin-bottom:10px;padding:12px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(135deg,color-mix(in srgb,var(--cyan) 14%,transparent),transparent 54%),var(--panel)}.chapter-level-card header,.chapter-level-card footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.chapter-level-card header span{display:grid;gap:3px;min-width:0}.chapter-level-card small,.chapter-level-card em,.chapter-stage-row small{color:var(--muted);font-style:normal}.chapter-level-card strong{font-size:16px}.chapter-level-card b{display:grid;place-items:center;min-width:52px;height:30px;border-radius:10px;background:color-mix(in srgb,var(--cyan) 16%,var(--panel-strong));color:var(--text)}.chapter-level-track{position:relative;height:10px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 84%,#000)}.chapter-level-track i{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--lime))}.chapter-stage-row span{min-height:72px}.chapter-stage-row strong{font-size:11px}.chapter-stage-row small{font-size:9px;text-align:center}.profile-bond-rank{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.profile-bond-rank header{display:flex;justify-content:space-between;gap:12px;align-items:center}.profile-bond-rank-badges{display:flex;gap:8px;align-items:center}.profile-bond-rank-badges i,.profile-bond-rank header em i{position:relative;display:block;width:30px;height:30px;border:1px solid color-mix(in srgb,var(--cyan) 48%,var(--line));border-radius:10px;background:radial-gradient(circle at 50% 20%,color-mix(in srgb,var(--lime) 34%,transparent),transparent 38%),var(--panel-strong)}.profile-bond-rank-badges i:before,.profile-bond-rank-badges i:after,.profile-bond-rank header em i:before{position:absolute;content:""}.profile-bond-rank-badges i[data-icon=champion]:before{top:7px;right:7px;bottom:12px;left:7px;clip-path:polygon(0 30%,25% 58%,50% 16%,75% 58%,100% 30%,88% 100%,12% 100%);background:#ffd36f}.profile-bond-rank-badges i[data-icon=champion]:after{right:9px;bottom:6px;left:9px;height:4px;border-radius:999px;background:#ffd36f}.profile-bond-rank-badges i[data-icon=bond]:before,.profile-bond-rank-badges i[data-icon=bond]:after{top:8px;width:11px;height:15px;border:2px solid #7fc7b8;border-radius:999px}.profile-bond-rank-badges i[data-icon=bond]:before{left:7px;transform:rotate(-28deg)}.profile-bond-rank-badges i[data-icon=bond]:after{right:7px;transform:rotate(28deg)}.profile-bond-rank-badges i[data-icon=spark]:before{top:6px;right:6px;bottom:6px;left:6px;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);background:#e77c5e}.profile-bond-rank header em{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:11px;font-style:normal}.profile-bond-rank header em i{width:24px;height:24px;border-radius:50%}.profile-bond-rank header em i:before{top:6px;right:6px;bottom:6px;left:6px;clip-path:polygon(50% 0,60% 32%,94% 32%,66% 51%,76% 86%,50% 64%,24% 86%,34% 51%,6% 32%,40% 32%);background:var(--lime)}.profile-bond-rank header em span{display:grid;place-items:center;min-width:24px;height:24px;border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 82%,#000);color:var(--text);font-weight:900}.profile-bond-rank-list{display:grid;gap:8px}.profile-bond-rank-list button{display:grid;grid-template-columns:28px 42px minmax(0,1fr) auto;gap:9px;align-items:center;min-height:58px;padding:8px;border:1px solid var(--line);border-radius:12px;background:color-mix(in srgb,var(--panel) 86%,transparent);color:var(--text);text-align:left}.profile-bond-rank-list b{position:relative;display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:var(--panel-strong);color:var(--muted);font-size:13px}.profile-bond-rank-list b i{position:relative;display:block;width:16px;height:18px}.profile-bond-rank-list b i:before,.profile-bond-rank-list b i:after{position:absolute;content:""}.profile-bond-rank-list b i:before{top:2px;right:2px;bottom:6px;left:2px;clip-path:polygon(50% 0,62% 34%,100% 44%,68% 61%,78% 100%,50% 76%,22% 100%,32% 61%,0 44%,38% 34%);background:currentColor}.profile-bond-rank-list b i:after{right:5px;bottom:0;left:5px;height:5px;border-radius:2px 2px 6px 6px;background:currentColor}.profile-bond-rank-list b[data-rank="1"]{background:linear-gradient(180deg,#ffe69b,#d69234);color:#2a1707}.profile-bond-rank-list b[data-rank="2"]{background:linear-gradient(180deg,#eef4ff,#9aa9bb);color:#17202a}.profile-bond-rank-list b[data-rank="3"]{background:linear-gradient(180deg,#ffd1a3,#b96b38);color:#241006}.profile-bond-rank-list img{width:42px;height:42px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.profile-bond-rank-list span{display:grid;gap:4px;min-width:0}.profile-bond-rank-list strong,.profile-bond-rank-list small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-bond-rank-list i{position:relative;display:block;height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 82%,#000)}.profile-bond-rank-list i em{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--lime))}.profile-bond-rank-list mark{display:grid;justify-items:end;gap:2px;background:transparent;color:var(--text);font-size:12px;font-weight:900}.profile-bond-rank-list mark small{color:var(--muted);font-size:10px}:root[data-theme=game] .vip-annual-hero,:root[data-theme=game] .chapter-level-card,:root[data-theme=game] .profile-bond-rank{border-color:#d09d4d57;background:repeating-linear-gradient(135deg,rgba(255,236,178,.024) 0 1px,transparent 1px 8px),linear-gradient(180deg,#1c1718eb,#0a0a0df2);color:#f2d78d}:root[data-theme=game] .vip-annual-mark,:root[data-theme=game] .chapter-level-card b,:root[data-theme=game] .profile-bond-rank-list b{border-color:#e7bd627a;background:linear-gradient(180deg,#2d2518,#11100d 58%,#030303);color:#e7bd62}:root[data-theme=game] .vip-annual-price span,:root[data-theme=game] .chapter-level-card strong,:root[data-theme=game] .profile-bond-rank strong{color:#ffe39a}:root[data-theme=game] .vip-annual-benefits span,:root[data-theme=game] .vip-plan-detail,:root[data-theme=game] .profile-bond-rank-list button{border-color:#d09d4d47;background:#0f0d0c9e;color:#e7d3a4}:root[data-theme=game] .vip-plan-detail p span{background:#e0b567}:root[data-theme=game] .chapter-level-track,:root[data-theme=game] .profile-bond-rank-list i{border:1px solid rgba(208,157,77,.22);background:#05060a94}:root[data-theme=game] .chapter-level-track i,:root[data-theme=game] .profile-bond-rank-list i em{background:linear-gradient(90deg,#89572f,#e0b567,#7fc7b8)}.profile-settings-drawer{width:min(360px,calc(100vw - 34px));height:100%;max-height:100%;padding:18px;border-radius:20px 0 0 20px}.profile-settings-drawer .sheet-handle{display:none}.profile-settings-drawer h2{margin:0 0 14px}.profile-settings-drawer .profile-settings-list{display:grid;gap:10px}.profile-settings-drawer .profile-settings-list button{min-height:62px}:root[data-theme=game] .profile-bond-rank-badges i,:root[data-theme=game] .profile-bond-rank header em i,:root[data-theme=game] .profile-bond-rank header em span{border-color:#e7bd6275;background:radial-gradient(circle at 50% 16%,rgba(255,221,132,.2),transparent 36%),linear-gradient(180deg,#2d2518,#11100d 58%,#030303)}:root[data-theme=game] .profile-settings-drawer{border:1px solid rgba(208,157,77,.42);border-right:0;background:radial-gradient(circle at 0 0,rgba(224,181,103,.16),transparent 36%),repeating-linear-gradient(135deg,rgba(255,236,178,.026) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1c1718fa,#07080afc);box-shadow:inset 1px 0 #ffe8ad29,-18px 0 32px #00000057;color:#ead6aa}:root[data-theme=game] .profile-settings-drawer h2{color:#ffe39a}html,body,#root,.app-shell,.app-stage,.app-main{max-width:100%;overflow-x:hidden}:root[data-theme=game] .app-main:has(.profile-world-page){overflow:hidden}:root[data-theme=game] .profile-world-page.profile-page{max-width:100%;overflow:hidden auto;scrollbar-width:none}:root[data-theme=game] .profile-world-page.profile-page::-webkit-scrollbar{display:none}:root[data-theme=game] .profile-bond-rank{max-width:100%;overflow:hidden}.profile-bond-rank header{min-width:0}.profile-bond-rank-badges{flex:1 1 auto;gap:6px;min-width:0}.profile-bond-rank-badges i{flex:0 0 28px;width:28px;height:28px}.profile-bond-rank header em{flex:0 0 auto;display:grid;place-items:center;min-width:34px;height:28px;padding:0 8px;border:1px solid var(--line);border-radius:999px;background:var(--panel-strong)}.profile-bond-rank header em span{min-width:0;height:auto;border-radius:0;background:transparent;line-height:1}:root[data-theme=game] .profile-bond-rank header em{border-color:#e7bd6275;background:radial-gradient(circle at 50% 16%,rgba(255,221,132,.2),transparent 36%),linear-gradient(180deg,#2d2518,#11100d 58%,#030303)}:root[data-theme=game] .profile-bond-rank header em span{color:#ffe39a}:root[data-theme=game] .profile-reward-fab{right:14px;bottom:calc(var(--native-safe-bottom) + 14px);grid-template-rows:1fr auto;width:54px;height:54px;padding:7px 0 6px;overflow:hidden}:root[data-theme=game] .profile-reward-fab i{width:20px;height:20px;margin-top:2px;transform-origin:center}:root[data-theme=game] .profile-reward-fab span{display:block;max-width:42px;overflow:hidden;text-align:center;white-space:nowrap}@media (max-width: 520px){.vip-annual-benefits,.vip-year-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vip-annual-hero{grid-template-columns:62px minmax(0,1fr)}.vip-annual-mark{width:62px;height:76px}}.profile-bond-rank header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.profile-bond-rank-badges{display:flex;align-items:center;gap:6px;min-width:0}.rank-badge{position:relative;flex:0 0 28px;display:block;width:28px;height:28px;border:1px solid color-mix(in srgb,var(--cyan) 48%,var(--line));border-radius:10px;background:radial-gradient(circle at 50% 18%,color-mix(in srgb,var(--lime) 28%,transparent),transparent 38%),var(--panel-strong)}.rank-badge:before,.rank-badge:after{position:absolute;content:""}.rank-badge--champion:before{top:7px;right:7px;bottom:11px;left:7px;clip-path:polygon(0 30%,25% 58%,50% 16%,75% 58%,100% 30%,88% 100%,12% 100%);background:#ffd36f}.rank-badge--champion:after{right:9px;bottom:6px;left:9px;height:4px;border-radius:999px;background:#ffd36f}.rank-badge--bond:before,.rank-badge--bond:after{top:8px;width:10px;height:14px;border:2px solid #7fc7b8;border-radius:999px}.rank-badge--bond:before{left:7px;transform:rotate(-28deg)}.rank-badge--bond:after{right:7px;transform:rotate(28deg)}.rank-badge--spark:before{top:6px;right:6px;bottom:6px;left:6px;clip-path:polygon(50% 0,62% 36%,100% 50%,62% 64%,50% 100%,38% 64%,0 50%,38% 36%);background:#e77c5e}.profile-bond-rank-list button{grid-template-columns:30px 42px minmax(0,1fr) 46px;min-width:0}.profile-bond-rank-list b{width:30px;height:30px}.rank-medal{position:relative;display:block;width:17px;height:19px}.rank-medal:before,.rank-medal:after{position:absolute;content:""}.rank-medal:before{top:2px;right:1px;bottom:6px;left:1px;clip-path:polygon(50% 0,62% 34%,100% 44%,68% 61%,78% 100%,50% 76%,22% 100%,32% 61%,0 44%,38% 34%);background:currentColor}.rank-medal:after{right:5px;bottom:0;left:5px;height:5px;border-radius:2px 2px 6px 6px;background:currentColor}.rank-info{display:grid;gap:4px;min-width:0}.rank-info strong,.rank-info small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-progress{position:relative;display:block;width:100%;height:6px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 82%,#000)}.rank-progress span{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--cyan),var(--lime))}:root[data-theme=game] .rank-badge{border-color:#e7bd6275;background:radial-gradient(circle at 50% 16%,rgba(255,221,132,.2),transparent 36%),linear-gradient(180deg,#2d2518,#11100d 58%,#030303)}:root[data-theme=game] .rank-progress{border:1px solid rgba(208,157,77,.22);background:#05060a94}:root[data-theme=game] .rank-progress span{background:linear-gradient(90deg,#89572f,#e0b567,#7fc7b8)}.profile-bond-rank-list button{grid-template-columns:48px 42px minmax(0,1fr)}.profile-bond-rank-list .rank-level{display:grid;place-items:center;width:48px;height:28px;border:1px solid color-mix(in srgb,var(--lime) 42%,var(--line));border-radius:999px;background:color-mix(in srgb,var(--panel-strong) 86%,#000);color:var(--text);font-size:11px;font-weight:900;line-height:1;white-space:nowrap}:root[data-theme=game] .profile-bond-rank-list .rank-level{border-color:#e7bd627a;background:radial-gradient(circle at 50% 18%,rgba(255,221,132,.2),transparent 38%),linear-gradient(180deg,#2d2518,#11100d 58%,#030303);color:#ffe39a}.profile-bond-rank{position:relative;padding-top:18px}.profile-bond-rank header{min-height:22px;padding-right:58px}.profile-bond-rank-badges{position:absolute;top:8px;right:10px;z-index:1;width:52px;height:52px;pointer-events:none}.profile-bond-rank-badges .rank-badge,.profile-bond-rank-badges .rank-badge--champion{width:52px;height:52px;flex-basis:52px;border-radius:16px;box-shadow:inset 0 1px #ffefc23d,0 10px 22px #00000042,0 0 0 5px #e7bd6214}.profile-bond-rank-badges .rank-badge--champion:before{top:12px;right:11px;bottom:20px;left:11px}.profile-bond-rank-badges .rank-badge--champion:after{right:16px;bottom:13px;left:16px;height:6px}.profile-bond-card.profile-bond-rank{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:0;padding:0;overflow:hidden;border:0!important;border-radius:16px;background:radial-gradient(circle at 96% 0%,rgba(231,189,98,.18),transparent 34%),linear-gradient(180deg,#1c1718f0,#08080bfa);box-shadow:inset 0 1px #ffefc21a,0 14px 30px #00000038}.profile-bond-card.profile-bond-rank header{position:absolute;inset:0 0 auto auto;z-index:2;display:block;width:64px;height:64px;min-height:0;padding:0;pointer-events:none}.profile-bond-card.profile-bond-rank header em{display:none!important}.profile-bond-card.profile-bond-rank .profile-bond-rank-badges{position:absolute;top:8px;right:8px;display:block;width:54px;height:54px}.profile-bond-card.profile-bond-rank .rank-badge--champion{width:54px;height:54px;border-radius:18px;opacity:.94;transform:rotate(6deg)}.profile-bond-rank-list{display:grid;gap:0;padding:8px}.profile-bond-rank-list button{grid-template-columns:48px 44px minmax(0,1fr);min-height:62px;padding:9px 58px 9px 9px;border:0!important;border-radius:12px;background:transparent!important;box-shadow:none}.profile-bond-rank-list button+button{border-top:1px solid rgba(231,189,98,.1)!important;border-radius:0}.profile-bond-rank-list button:first-child{background:linear-gradient(90deg,rgba(231,189,98,.13),transparent 76%)!important}.profile-bond-rank-list img{width:44px;height:44px;border:1px solid rgba(231,189,98,.2);border-radius:14px}.profile-bond-rank-list .rank-level{width:48px;height:28px;border-radius:999px}.profile-bond-rank-list .rank-info{gap:5px}.profile-bond-rank-list .rank-progress{height:5px}:root[data-theme=game] .profile-bond-card.profile-bond-rank{border:0!important;background:radial-gradient(circle at 96% 0%,rgba(231,189,98,.2),transparent 34%),repeating-linear-gradient(135deg,rgba(255,236,178,.02) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1c1718f5,#07080afa)}.profile-bond-card.profile-bond-rank{min-height:246px}.profile-bond-podium{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;gap:8px;min-height:190px;padding:24px 8px 10px}.profile-bond-podium:before{position:absolute;right:18px;bottom:8px;left:18px;height:42px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(231,189,98,.2),transparent 68%);content:"";pointer-events:none}.bond-podium-card{position:relative;z-index:1;display:grid;justify-items:center;align-content:end;gap:5px;min-width:0;padding:8px 6px 10px;border:0;color:#ead6aa;background:transparent;text-align:center}.bond-podium-card:before{position:absolute;right:5px;bottom:0;left:5px;z-index:-1;border-radius:12px 12px 8px 8px;background:linear-gradient(180deg,rgba(255,239,194,.14),transparent 28%),linear-gradient(180deg,#432b18f5,#151110fa);box-shadow:inset 0 1px #ffefc22e,0 8px 18px #00000042;content:""}.bond-podium-card--rank-1{order:2;min-height:166px}.bond-podium-card--rank-2{order:1;min-height:136px}.bond-podium-card--rank-3{order:3;min-height:122px}.bond-podium-card--rank-1:before{height:100px;border:1px solid rgba(255,220,128,.2);background:radial-gradient(circle at 50% 0%,rgba(255,220,128,.24),transparent 42%),linear-gradient(180deg,#5b3a19fa,#19120dfa)}.bond-podium-card--rank-2:before{height:74px}.bond-podium-card--rank-3:before{height:62px}.bond-podium-rank{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:linear-gradient(180deg,#ffe9a8,#bd7f31);color:#251306;font-size:13px;font-weight:900;box-shadow:0 0 0 3px #e7bd621f}.bond-podium-card--rank-1 .bond-podium-rank{width:30px;height:30px;font-size:16px}.bond-podium-card img{width:48px;height:48px;border:2px solid rgba(231,189,98,.34);border-radius:16px;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 16px #00000047}.bond-podium-card--rank-1 img{width:62px;height:62px;border-color:#ffdc809e}.bond-podium-card strong,.bond-podium-card small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bond-podium-card strong{color:#ffe39a;font-size:12px}.bond-podium-card small{color:#e7d3a4a8;font-size:10px}.bond-podium-card .rank-progress{width:min(68px,100%)}.profile-bond-rank-list--compact:empty{display:none}.profile-bond-rank-list--compact{padding-top:0}.profile-bond-card.profile-bond-rank{min-height:214px}.profile-bond-podium{min-height:206px;padding:30px 8px 12px}.profile-bond-rank-list--compact{display:none!important}.bond-podium-card{width:100%;overflow:hidden}.bond-podium-card--rank-1{min-height:172px}.bond-podium-card--rank-2{min-height:142px}.bond-podium-card--rank-3{min-height:130px}:root[data-theme=game] .profile-bond-card.profile-bond-rank,.profile-bond-card.profile-bond-rank{display:grid!important;grid-template-columns:minmax(0,1fr)!important;justify-items:stretch!important;align-items:stretch!important;width:100%!important}.profile-bond-card.profile-bond-rank>.profile-bond-podium{grid-column:1 / -1!important;justify-self:stretch!important;width:100%!important;max-width:100%!important;box-sizing:border-box}.profile-bond-card.profile-bond-rank>header{grid-column:1 / -1!important}.profile-bond-card.profile-bond-rank>header,.profile-bond-card.profile-bond-rank .profile-bond-rank-badges{display:none!important}.profile-bond-card.profile-bond-rank{min-height:250px!important}.profile-bond-podium{min-height:238px!important;padding:20px 8px 14px!important;gap:10px!important}.bond-podium-card--rank-2{min-height:160px!important}.bond-podium-card--rank-3{min-height:136px!important}.bond-podium-rank{position:relative;overflow:hidden;color:transparent!important;font-size:0!important}.bond-podium-rank:before{position:absolute;content:""}.bond-podium-card--rank-1 .bond-podium-rank:before{top:7px;right:6px;bottom:8px;left:6px;clip-path:polygon(0 30%,25% 58%,50% 16%,75% 58%,100% 30%,88% 100%,12% 100%);background:#3a2108}.bond-podium-card--rank-2 .bond-podium-rank{background:linear-gradient(180deg,#eef4ff,#9aa9bb)}.bond-podium-card--rank-2 .bond-podium-rank:before{top:6px;right:6px;bottom:6px;left:6px;clip-path:polygon(50% 0,61% 35%,98% 35%,68% 56%,79% 100%,50% 74%,21% 100%,32% 56%,2% 35%,39% 35%);background:#1e2833}.bond-podium-card--rank-3 .bond-podium-rank{background:linear-gradient(180deg,#ffd1a3,#b96b38)}.bond-podium-card--rank-3 .bond-podium-rank:before{top:6px;right:7px;bottom:6px;left:7px;border-radius:50%;background:#2d1608;box-shadow:inset 0 0 0 4px #ffd1a3b8}:root[data-theme=game] .profile-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;padding:8px!important}:root[data-theme=game] .profile-resource-grid button{grid-template-columns:28px minmax(0,1fr)!important;min-height:58px!important;gap:8px!important;padding:8px 10px!important;border-radius:12px!important;background:#ffecb20b!important}:root[data-theme=game] .profile-resource-grid i{width:28px!important;height:28px!important;border-radius:9px!important}:root[data-theme=game] .profile-resource-grid span{display:grid!important;grid-template-rows:auto auto;gap:4px!important;align-content:center}:root[data-theme=game] .profile-resource-grid small{font-size:13px!important;line-height:1!important}:root[data-theme=game] .profile-resource-grid strong{font-size:18px!important;line-height:1!important}@media (max-width: 430px){:root[data-theme=game] .profile-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.profile-bond-card.profile-bond-rank{min-height:228px!important}.profile-bond-podium{min-height:218px!important;padding-top:8px!important;padding-bottom:12px!important}.bond-podium-rank{width:34px!important;height:34px!important;box-shadow:0 0 0 4px #e7bd6224,0 8px 14px #00000047!important}.bond-podium-card--rank-1 .bond-podium-rank{width:42px!important;height:42px!important}.bond-podium-card--rank-1 .bond-podium-rank:before{top:9px!important;right:8px!important;bottom:11px!important;left:8px!important}.bond-podium-card--rank-2 .bond-podium-rank:before,.bond-podium-card--rank-3 .bond-podium-rank:before{top:8px!important;right:8px!important;bottom:8px!important;left:8px!important}.bond-podium-card--rank-1{min-height:198px!important}.bond-podium-card--rank-2{min-height:152px!important}.bond-podium-card--rank-3{min-height:128px!important}.profile-bond-podium{align-items:end!important}.bond-podium-card--rank-1{transform:translateY(-18px)!important}.bond-podium-card--rank-2{transform:translateY(12px)!important}.bond-podium-card--rank-3{transform:translateY(24px)!important}.bond-podium-card--rank-1 img{width:70px!important;height:70px!important;box-shadow:0 0 0 4px #ffdc801f,0 0 28px #e7bd6257,0 12px 22px #00000057!important}.bond-podium-card--rank-1 strong{font-size:14px!important}.bond-podium-card--rank-1:after{position:absolute;top:34px;left:50%;z-index:-1;width:78px;height:78px;border-radius:50%;background:radial-gradient(circle,rgba(255,220,128,.2),transparent 66%);transform:translate(-50%);content:""}.profile-bond-podium{align-items:end!important;padding-bottom:14px!important}.bond-podium-card{transform:none!important;align-self:end!important}.bond-podium-card--rank-1{min-height:210px!important}.bond-podium-card--rank-1:before{height:132px!important}.bond-podium-card--rank-2:before{height:88px!important}.bond-podium-card--rank-3:before{height:68px!important}.bond-podium-card img,.bond-podium-card--rank-1 img{border-radius:50%!important}.bond-podium-card--rank-1 img{width:70px!important;height:70px!important}.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{width:52px!important;height:52px!important}.bond-podium-card--rank-1:after{top:24px!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{width:52px!important;height:52px!important;border-radius:50%!important}.bond-podium-card{padding-top:0!important}.bond-podium-card img{margin-bottom:-8px}.bond-podium-card--rank-1{min-height:226px!important}.bond-podium-card--rank-2{min-height:166px!important}.bond-podium-card--rank-3{min-height:142px!important}.bond-podium-card--rank-1:before{height:150px!important}.bond-podium-card--rank-2:before{height:92px!important}.bond-podium-card--rank-3:before{height:76px!important}.bond-podium-rank,.bond-podium-card--rank-1 .bond-podium-rank{width:auto!important;min-width:42px;height:24px!important;padding:0 7px;border-radius:999px;color:#3a2108!important;font-size:12px!important;font-weight:900;letter-spacing:0;text-shadow:0 1px 0 rgba(255,248,212,.75),0 0 8px rgba(255,220,128,.34);-webkit-text-stroke:.3px rgba(62,34,8,.55)}.bond-podium-rank:before{display:none!important}.bond-podium-card--rank-1 .bond-podium-rank{min-width:48px;height:28px!important;font-size:17px!important;background:linear-gradient(180deg,#fff0b0,#d99a36)!important}.bond-podium-card--rank-2 .bond-podium-rank{background:linear-gradient(180deg,#f1f6ff,#aab4c4)!important;color:#1e2833!important;text-shadow:0 1px 0 rgba(255,255,255,.75),0 0 8px rgba(213,228,255,.3)}.bond-podium-card--rank-3 .bond-podium-rank{background:linear-gradient(180deg,#ffd8ad,#bd743e)!important;color:#351909!important;text-shadow:0 1px 0 rgba(255,235,204,.7),0 0 8px rgba(255,183,118,.3)}.bond-podium-card--rank-1 img{box-shadow:0 0 0 3px #ffdc8029,0 0 22px #e7bd624d,0 10px 18px #0000004d!important}.bond-podium-card{padding-top:44px!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{position:absolute!important;left:50%;z-index:3;width:52px!important;height:52px!important;margin:0!important;transform:translate(-50%)}.bond-podium-card--rank-1 img{top:18px!important}.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{top:24px!important}.bond-podium-card--rank-1:before{top:52px!important;height:auto!important}.bond-podium-card--rank-2:before{top:58px!important;height:auto!important}.bond-podium-card--rank-3:before{top:58px!important;height:auto!important}.bond-podium-card--rank-1:after{top:6px!important}.bond-podium-rank{z-index:4}.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{min-width:0!important;width:34px!important;height:34px!important;padding:0!important;border-radius:50%!important;color:transparent!important;font-size:0!important}.bond-podium-card--rank-1 .bond-podium-rank:before,.bond-podium-card--rank-2 .bond-podium-rank:before,.bond-podium-card--rank-3 .bond-podium-rank:before{display:block!important;position:absolute;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;border-radius:50%;background:#2d1608!important;box-shadow:inset 0 0 0 4px #ffd1a3b8;clip-path:none!important;content:""}.bond-podium-card--rank-2 .bond-podium-rank{background:linear-gradient(180deg,#f1f6ff,#aab4c4)!important}.bond-podium-card--rank-2 .bond-podium-rank:before{background:#1e2833!important;box-shadow:inset 0 0 0 4px #e2ebfab8}.bond-podium-card--rank-3 .bond-podium-rank{background:linear-gradient(180deg,#ffd8ad,#bd743e)!important}.bond-podium-rank,.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{position:relative!important;z-index:4;display:inline-grid!important;place-items:center;width:auto!important;min-width:42px!important;height:24px!important;padding:0 8px!important;border-radius:8px!important;color:#3a2108!important;font-size:12px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important;text-shadow:0 1px 0 rgba(255,248,212,.72),0 0 8px rgba(255,220,128,.3)!important;-webkit-text-stroke:.2px rgba(62,34,8,.45);box-shadow:0 0 0 3px #e7bd621a,0 7px 12px #00000038!important}.bond-podium-rank:before,.bond-podium-card--rank-1 .bond-podium-rank:before,.bond-podium-card--rank-2 .bond-podium-rank:before,.bond-podium-card--rank-3 .bond-podium-rank:before{display:none!important;content:none!important}.bond-podium-card--rank-1 .bond-podium-rank{background:linear-gradient(180deg,#fff0b0,#d99a36)!important}.bond-podium-card--rank-2 .bond-podium-rank{background:linear-gradient(180deg,#f1f6ff,#aab4c4)!important;color:#1e2833!important;text-shadow:0 1px 0 rgba(255,255,255,.72),0 0 8px rgba(213,228,255,.3)!important}.bond-podium-card--rank-3 .bond-podium-rank{background:linear-gradient(180deg,#ffd8ad,#bd743e)!important;color:#351909!important;text-shadow:0 1px 0 rgba(255,235,204,.7),0 0 8px rgba(255,183,118,.3)!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{top:16px!important;width:52px!important;height:52px!important;border-radius:50%!important}.bond-podium-card--rank-1:before,.bond-podium-card--rank-2:before,.bond-podium-card--rank-3:before{top:50px!important}.bond-podium-card{padding-top:42px!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{border:2px solid rgba(231,189,98,.34)!important;box-shadow:0 10px 18px #0000004d!important}.bond-podium-card--rank-1 img{border-color:#e7bd6257!important;box-shadow:0 10px 18px #0000004d!important}.bond-podium-rank,.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{position:absolute!important;top:52px!important;left:50%;z-index:5;transform:translate(-50%);height:22px!important;min-width:44px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important}.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{top:52px!important}.profile-world-page,.profile-world-page small,.profile-world-page em,.profile-world-page span,.profile-world-page button,.profile-world-page p,.profile-world-page strong{font-size:max(12px,1em)}.profile-world-page .profile-bond-rank small,.profile-world-page .profile-bond-rank strong,.profile-world-page .profile-resource-grid small,.profile-world-page .profile-resource-grid strong,.profile-world-page .profile-action-grid small,.profile-world-page .profile-action-grid strong,.profile-world-page .profile-settings-entry small,.profile-world-page .profile-settings-entry span{font-size:max(12px,1em)!important}:root[data-theme=game] .app-main:has(.profile-world-page),:root[data-theme=game] .app-stage:has(.profile-world-page){overflow:hidden!important}:root[data-theme=game] .profile-world-page.profile-page{height:100%!important;max-height:100%!important;min-height:0!important;gap:6px!important;padding:calc(var(--native-safe-top) + 8px) 8px calc(var(--native-safe-bottom) + 8px)!important;overflow:hidden!important;scrollbar-width:none!important}:root[data-theme=game] .profile-world-goals,:root[data-theme=game] .profile-action-grid.profile-world-actions{display:none!important}:root[data-theme=game] .profile-world-hero{min-height:82px!important;padding:8px 10px!important;gap:10px!important}:root[data-theme=game] .profile-world-hero h1{margin:1px 0 2px!important;font-size:18px!important;line-height:1.08!important}:root[data-theme=game] .profile-world-hero p{margin:0!important;font-size:12px!important;line-height:1.2!important}:root[data-theme=game] .profile-world-exp{margin-top:5px!important;height:8px!important}:root[data-theme=game] .profile-resource-grid{gap:6px!important;padding:6px!important}:root[data-theme=game] .profile-resource-grid button{min-height:50px!important;padding:6px 8px!important}:root[data-theme=game] .profile-resource-grid i{width:25px!important;height:25px!important}:root[data-theme=game] .profile-resource-grid strong{font-size:14px!important;line-height:1!important}:root[data-theme=game] .profile-settings-entry{min-height:42px!important;padding:8px 10px!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{flex:1 1 auto!important;min-height:clamp(168px,28dvh,208px)!important;max-height:clamp(178px,31dvh,224px)!important;padding:0!important;overflow:hidden!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>header{display:none!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,.profile-bond-podium{height:100%!important;min-height:clamp(162px,27dvh,204px)!important;max-height:none!important;align-items:end!important;gap:7px!important;padding:4px 6px 7px!important;overflow:hidden!important}.bond-podium-card,.bond-podium-card--rank-1,.bond-podium-card--rank-2,.bond-podium-card--rank-3{justify-content:end!important;align-self:end!important;gap:1px!important;padding:74px 7px 9px!important;overflow:visible!important}.bond-podium-card--rank-1{min-height:clamp(150px,25dvh,190px)!important}.bond-podium-card--rank-2{min-height:clamp(126px,21dvh,156px)!important}.bond-podium-card--rank-3{min-height:clamp(112px,19dvh,140px)!important}.bond-podium-card:before,.bond-podium-card--rank-1:before,.bond-podium-card--rank-2:before,.bond-podium-card--rank-3:before{top:42px!important;bottom:0!important;height:auto!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{top:8px!important;width:52px!important;height:52px!important;border-radius:50%!important;border:2px solid rgba(231,189,98,.34)!important;box-shadow:0 9px 16px #0000004d!important}.bond-podium-rank,.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{top:44px!important;height:20px!important;min-width:42px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important;line-height:1!important}.bond-podium-card strong,.bond-podium-card--rank-1 strong,.bond-podium-card--rank-2 strong,.bond-podium-card--rank-3 strong{margin-top:0!important;font-size:12px!important;line-height:1.05!important}.bond-podium-card small,.bond-podium-card--rank-1 small,.bond-podium-card--rank-2 small,.bond-podium-card--rank-3 small{margin-top:0!important;font-size:12px!important;line-height:1!important}.bond-podium-card .rank-progress{width:min(54px,82%)!important;height:4px!important;margin-top:2px!important}:root[data-theme=game] .profile-world-page.profile-page{gap:7px!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important}:root[data-theme=game] .profile-world-goals{display:block!important;min-height:30px!important;padding:0!important;overflow:hidden!important;border-radius:10px!important}:root[data-theme=game] .profile-world-goals article{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-height:30px!important;padding:5px 10px!important}:root[data-theme=game] .profile-world-goals strong,:root[data-theme=game] .profile-world-goals small{font-size:12px!important;line-height:1!important}:root[data-theme=game] .profile-action-grid.profile-world-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;margin-top:0!important}:root[data-theme=game] .profile-world-actions>button{min-height:48px!important;padding:6px 4px!important;gap:2px!important;border-radius:10px!important}:root[data-theme=game] .profile-world-actions span{width:auto!important;min-width:26px!important;height:16px!important;padding:0 5px!important;border-radius:999px!important;font-size:12px!important;line-height:16px!important}:root[data-theme=game] .profile-world-actions strong{font-size:12px!important;line-height:1.05!important;white-space:nowrap!important}:root[data-theme=game] .profile-world-actions small{display:none!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{margin-top:7px!important;min-height:clamp(184px,30dvh,224px)!important;max-height:none!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,.profile-bond-podium{min-height:clamp(176px,29dvh,216px)!important;padding-top:10px!important;gap:8px!important}.bond-podium-card,.bond-podium-card--rank-1,.bond-podium-card--rank-2,.bond-podium-card--rank-3{padding-top:80px!important}.bond-podium-card:before,.bond-podium-card--rank-1:before,.bond-podium-card--rank-2:before,.bond-podium-card--rank-3:before{top:50px!important}.bond-podium-card img,.bond-podium-card--rank-1 img,.bond-podium-card--rank-2 img,.bond-podium-card--rank-3 img{top:14px!important}.bond-podium-rank,.bond-podium-card--rank-1 .bond-podium-rank,.bond-podium-card--rank-2 .bond-podium-rank,.bond-podium-card--rank-3 .bond-podium-rank{top:50px!important}:root[data-theme=game] .profile-reward-fab{right:14px!important;bottom:calc(var(--native-safe-bottom) + 78px)!important}@media (max-width: 430px){:root[data-theme=game] .profile-world-actions strong{font-size:12px!important;letter-spacing:0!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{margin-top:6px!important}}:root[data-theme=game] .profile-reward-floating-ball{z-index:42!important}:root[data-theme=game] .profile-reward-floating-ball .profile-reward-fab,:root[data-theme=game] .profile-reward-fab{position:static!important;right:auto!important;bottom:auto!important;width:54px!important;height:54px!important;cursor:grab;touch-action:none}:root[data-theme=game] .profile-reward-floating-ball .profile-reward-fab:active{cursor:grabbing}:root[data-theme=game] .profile-bond-card.profile-bond-rank{flex:0 0 auto!important;min-height:170px!important;max-height:none!important;margin-top:7px!important;padding:0!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,.profile-bond-podium{min-height:166px!important;height:auto!important;align-items:end!important;padding:10px 6px 7px!important;gap:8px!important}.bond-podium-card,.bond-podium-card--rank-1,.bond-podium-card--rank-2,.bond-podium-card--rank-3{flex:1 1 0!important;min-width:0!important;align-self:end!important;justify-content:end!important;justify-items:center!important;align-items:center!important;text-align:center!important;padding:80px 7px 9px!important}.bond-podium-card--rank-1{height:clamp(154px,23dvh,184px)!important;min-height:0!important}.bond-podium-card--rank-2{height:clamp(136px,20dvh,162px)!important;min-height:0!important}.bond-podium-card--rank-3{height:clamp(122px,18dvh,146px)!important;min-height:0!important}.bond-podium-card:before,.bond-podium-card--rank-1:before,.bond-podium-card--rank-2:before,.bond-podium-card--rank-3:before{top:50px!important;bottom:0!important;height:auto!important}.bond-podium-card strong,.bond-podium-card--rank-1 strong,.bond-podium-card--rank-2 strong,.bond-podium-card--rank-3 strong,.bond-podium-card small,.bond-podium-card--rank-1 small,.bond-podium-card--rank-2 small,.bond-podium-card--rank-3 small{display:block!important;width:100%!important;margin-left:auto!important;margin-right:auto!important;text-align:center!important;justify-self:center!important}.bond-podium-card strong,.bond-podium-card--rank-1 strong,.bond-podium-card--rank-2 strong,.bond-podium-card--rank-3 strong{margin-top:0!important;line-height:1.08!important}.bond-podium-card small,.bond-podium-card--rank-1 small,.bond-podium-card--rank-2 small,.bond-podium-card--rank-3 small{margin-top:1px!important;line-height:1!important}:root[data-theme=game] .profile-world-page.profile-page{padding-top:calc(var(--native-safe-top) + 14px)!important;gap:8px!important}:root[data-theme=game] .profile-world-hero{min-height:92px!important;grid-template-columns:70px minmax(0,1fr) 62px!important;align-items:center!important;padding:12px!important;gap:10px!important}:root[data-theme=game] .profile-avatar-wrap{position:relative!important;width:66px!important;height:72px!important;display:grid!important;place-items:start center!important}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap img{width:62px!important;height:62px!important;border-radius:18px!important;border:2px solid rgba(231,189,98,.5)!important;box-shadow:0 10px 18px #00000052,inset 0 1px #fff4cc59!important}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap span{position:absolute!important;left:50%!important;right:auto!important;bottom:0!important;transform:translate(-50%)!important;display:inline-grid!important;place-items:center!important;min-width:46px!important;height:21px!important;padding:0 9px!important;border:1px solid rgba(255,230,157,.72)!important;border-radius:999px!important;background:linear-gradient(180deg,#fff1b8fa,#d28e2ff5 62%,#5a2d0cfa)!important;color:#2a1606!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:900!important;line-height:1!important;box-shadow:0 5px 11px #00000057,inset 0 1px #ffffeca6!important;text-shadow:0 1px 0 rgba(255,244,200,.64)!important}:root[data-theme=game] .profile-world-vip{position:relative!important;display:grid!important;place-items:center!important;align-content:center!important;gap:2px!important;min-width:58px!important;height:58px!important;padding:5px 6px!important;overflow:hidden!important;border:1px solid rgba(255,223,142,.64)!important;border-radius:16px!important;background:radial-gradient(circle at 50% 0%,rgba(255,245,188,.42),transparent 34%),linear-gradient(180deg,#5a3716,#211309 52%,#080604)!important;color:#ffe39a!important;box-shadow:0 12px 24px #00000057,0 0 0 3px #e7bd621a,inset 0 1px #fff5ce5c!important}:root[data-theme=game] .profile-world-vip small,:root[data-theme=game] .profile-world-vip strong{display:block!important;width:100%!important;text-align:center!important;line-height:1!important}:root[data-theme=game] .profile-world-vip small{color:#ffeeb2db!important;font-size:12px!important;font-weight:800!important}:root[data-theme=game] .profile-world-vip strong{color:#fff3bd!important;font-family:var(--font-game)!important;font-size:15px!important;font-weight:1000!important;text-shadow:0 0 10px rgba(255,210,100,.38)!important}.profile-floating-boundary{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-1!important;width:100vw!important;height:100dvh!important;pointer-events:none!important}:root[data-theme=game] .profile-reward-floating-ball{z-index:95!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .profile-reward-floating-ball .profile-reward-fab,:root[data-theme=game] .profile-reward-fab{position:static!important;width:56px!important;height:56px!important;border-radius:50%!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{min-height:174px!important;margin-top:12px!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,.profile-bond-podium{min-height:170px!important;padding:14px 6px 8px!important}.bond-podium-card,.bond-podium-card--rank-1,.bond-podium-card--rank-2,.bond-podium-card--rank-3{position:relative!important;display:grid!important;grid-template-rows:1fr auto 4px!important;justify-items:center!important;align-items:end!important;text-align:center!important;padding:78px 7px 9px!important}.bond-podium-card--rank-1{height:clamp(160px,23dvh,190px)!important}.bond-podium-card--rank-2{height:clamp(140px,20dvh,166px)!important}.bond-podium-card--rank-3{height:clamp(126px,18dvh,150px)!important}.bond-podium-meta{position:relative!important;z-index:4!important;display:grid!important;justify-items:center!important;align-items:center!important;width:100%!important;min-width:0!important;gap:1px!important;margin:0 auto!important;text-align:center!important}.bond-podium-meta strong,.bond-podium-meta small,.bond-podium-card strong,.bond-podium-card small{display:block!important;width:100%!important;max-width:100%!important;margin:0 auto!important;overflow:hidden!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;justify-self:center!important}.bond-podium-meta strong{color:#fff1bf!important;font-size:12px!important;line-height:1.08!important}.bond-podium-meta small{color:#e7d3a4db!important;font-size:12px!important;line-height:1!important}:root[data-theme=game] .profile-world-page.profile-page{padding-top:calc(var(--native-safe-top) + 22px)!important;gap:9px!important}:root[data-theme=game] .profile-world-hero{min-height:102px!important;grid-template-columns:74px minmax(0,1fr) 70px!important;padding:15px 12px 13px!important;overflow:visible!important}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap{position:relative!important;width:70px!important;height:78px!important;overflow:visible!important}:root[data-theme=game] .profile-world-hero .profile-avatar-wrap span{left:50%!important;right:auto!important;bottom:-1px!important;transform:translate(-50%)!important;min-width:52px!important;height:23px!important;border-radius:999px!important;font-size:12px!important;background:linear-gradient(180deg,#fff2b7,#e0a144 55%,#5c2c09)!important;box-shadow:0 6px 13px #0000005c,inset 0 1px #fffff0b8!important}:root[data-theme=game] .profile-world-vip{min-width:66px!important;width:66px!important;height:66px!important;border-radius:18px!important;gap:3px!important;background:radial-gradient(circle at 50% 2%,rgba(255,250,199,.5),transparent 36%),linear-gradient(180deg,#714713,#2a1708 54%,#080503)!important;box-shadow:0 14px 26px #00000061,0 0 0 4px #e7bd621f,inset 0 1px #fff6cd6b!important}:root[data-theme=game] .profile-world-vip small{font-size:12px!important;color:#ffebb0!important}:root[data-theme=game] .profile-world-vip strong{font-size:14px!important;color:#fff6c7!important}:root[data-theme=game] .profile-reward-floating-ball{z-index:120!important;background:transparent!important;box-shadow:none!important;min-width:56px!important;min-height:56px!important}:root[data-theme=game] .profile-floating-boundary{display:none!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{min-height:184px!important;margin-top:14px!important;overflow:visible!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,:root[data-theme=game] .profile-bond-podium{min-height:180px!important;padding:16px 6px 8px!important;align-items:end!important;overflow:visible!important}:root[data-theme=game] .bond-podium-card,:root[data-theme=game] .bond-podium-card--rank-1,:root[data-theme=game] .bond-podium-card--rank-2,:root[data-theme=game] .bond-podium-card--rank-3{position:relative!important;display:block!important;min-width:0!important;padding:0 7px 10px!important;text-align:center!important;overflow:visible!important}:root[data-theme=game] .bond-podium-card--rank-1{height:188px!important}:root[data-theme=game] .bond-podium-card--rank-2{height:164px!important}:root[data-theme=game] .bond-podium-card--rank-3{height:148px!important}:root[data-theme=game] .bond-podium-card:before,:root[data-theme=game] .bond-podium-card--rank-1:before,:root[data-theme=game] .bond-podium-card--rank-2:before,:root[data-theme=game] .bond-podium-card--rank-3:before{top:54px!important;bottom:0!important;height:auto!important}:root[data-theme=game] .bond-podium-card img,:root[data-theme=game] .bond-podium-card--rank-1 img,:root[data-theme=game] .bond-podium-card--rank-2 img,:root[data-theme=game] .bond-podium-card--rank-3 img{left:50%!important;top:16px!important;transform:translate(-50%)!important}:root[data-theme=game] .bond-podium-rank,:root[data-theme=game] .bond-podium-card--rank-1 .bond-podium-rank,:root[data-theme=game] .bond-podium-card--rank-2 .bond-podium-rank,:root[data-theme=game] .bond-podium-card--rank-3 .bond-podium-rank{left:50%!important;top:52px!important;transform:translate(-50%)!important}:root[data-theme=game] .bond-podium-meta{position:absolute!important;left:50%!important;right:auto!important;bottom:19px!important;z-index:6!important;display:grid!important;width:calc(100% - 14px)!important;transform:translate(-50%)!important;place-items:center!important;justify-items:center!important;gap:1px!important;margin:0!important;text-align:center!important}:root[data-theme=game] .bond-podium-meta strong,:root[data-theme=game] .bond-podium-meta small{display:block!important;width:100%!important;margin:0 auto!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}:root[data-theme=game] .bond-podium-card .rank-progress{position:absolute!important;left:50%!important;bottom:9px!important;transform:translate(-50%)!important;z-index:6!important}:root[data-theme=game] .profile-reward-floating-ball.cc-floating-ball,:root[data-theme=game] .profile-reward-floating-ball{position:fixed!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:56px!important;min-height:56px!important;width:56px!important;height:56px!important;z-index:120!important;background:transparent!important;box-shadow:none!important;cursor:grab!important;touch-action:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;pointer-events:auto!important;will-change:left,top,transform!important}:root[data-theme=game] .profile-reward-floating-ball[data-dragging=true]{transition:none!important}:root[data-theme=game] .profile-reward-floating-ball .profile-reward-fab{pointer-events:auto!important;touch-action:none!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank{flex:0 0 auto!important;height:auto!important;min-height:0!important;max-height:none!important;margin-top:12px!important;padding:0!important;overflow:visible!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,:root[data-theme=game] .profile-bond-podium{height:auto!important;min-height:0!important;max-height:none!important;display:flex!important;align-items:flex-end!important;justify-content:stretch!important;gap:clamp(6px,1.8vw,10px)!important;padding:14px 6px 8px!important;overflow:visible!important}:root[data-theme=game] .bond-podium-card,:root[data-theme=game] .bond-podium-card--rank-1,:root[data-theme=game] .bond-podium-card--rank-2,:root[data-theme=game] .bond-podium-card--rank-3{flex:1 1 0!important;align-self:flex-end!important;min-width:0!important;min-height:0!important;max-height:none!important}:root[data-theme=game] .bond-podium-card--rank-1{height:clamp(156px,23dvh,188px)!important}:root[data-theme=game] .bond-podium-card--rank-2{height:clamp(134px,20dvh,164px)!important}:root[data-theme=game] .bond-podium-card--rank-3{height:clamp(120px,18dvh,148px)!important}@media (max-height: 700px){:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,:root[data-theme=game] .profile-bond-podium{padding-top:10px!important}:root[data-theme=game] .bond-podium-card--rank-1{height:clamp(144px,22dvh,164px)!important}:root[data-theme=game] .bond-podium-card--rank-2{height:clamp(124px,19dvh,144px)!important}:root[data-theme=game] .bond-podium-card--rank-3{height:clamp(112px,17dvh,132px)!important}}:root[data-theme=game] .profile-bond-card.profile-bond-rank{margin-top:5px!important}:root[data-theme=game] .profile-bond-card.profile-bond-rank>.profile-bond-podium,:root[data-theme=game] .profile-bond-podium{padding-top:7px!important}:root[data-theme=game] .profile-world-page,.profile-world-page{display:flex!important;flex-direction:column!important;min-height:100%!important;height:100%!important;gap:9px!important;padding:calc(var(--native-safe-top) + 22px) 8px calc(var(--native-safe-bottom) + 8px)!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important}:root[data-theme=game] .profile-world-page::-webkit-scrollbar,.profile-world-page::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:root[data-theme=game] .profile-world-hero,.profile-world-hero{display:grid!important;grid-template-columns:74px minmax(0,1fr) 70px!important;align-items:center!important;min-height:102px!important;gap:10px!important;padding:15px 12px 13px!important;border:1px solid rgba(208,157,77,.34)!important;border-radius:16px!important;background:linear-gradient(110deg,rgba(229,178,94,.08),transparent 42%),linear-gradient(180deg,#1f1919eb,#0a0a0df0)!important;color:var(--text)!important;box-shadow:inset 0 1px #ffebb024,0 10px 22px #0000003d!important;overflow:visible!important}:root[data-theme=game] .profile-world-actions,.profile-world-actions{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important;min-height:0!important;margin-top:0!important}:root[data-theme=game] .profile-world-actions>button,.profile-world-actions>button{display:grid!important;place-items:center!important;min-height:48px!important;padding:6px 4px!important;gap:2px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:10px!important;background:#090a0db8!important;color:var(--text)!important}:root[data-theme=game] .app-main:has(.profile-world-page),:root[data-theme=game] .app-stage:has(.profile-world-page),:root[data-theme=game] .profile-world-page.profile-page{background:radial-gradient(circle at 18% -8%,rgba(231,189,98,.16),transparent 30%),radial-gradient(circle at 88% 4%,rgba(106,185,173,.12),transparent 28%),repeating-linear-gradient(135deg,rgba(231,189,98,.025) 0 1px,transparent 1px 11px),linear-gradient(180deg,#12100f,#070708 54%,#030304)!important;background-color:#070708!important}:root[data-theme=game] .profile-world-page.profile-page{display:flex!important;flex-direction:column!important;height:100%!important;min-height:0!important;gap:9px!important;padding:calc(var(--native-safe-top) + 22px) 8px calc(var(--native-safe-bottom) + 8px)!important;overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important}:root[data-theme=game] .profile-world-page.profile-page::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:root[data-theme=game] .profile-world-hero.profile-hero{grid-template-columns:74px minmax(0,1fr) 70px!important;min-height:102px!important;padding:15px 12px 13px!important;background:linear-gradient(110deg,rgba(229,178,94,.08),transparent 42%),linear-gradient(180deg,#1f1919eb,#0a0a0df0)!important}:root[data-theme=game] .profile-world-page--loading{position:relative!important;min-height:100%!important;height:100%!important;overflow:hidden!important;background:radial-gradient(circle at 18% -8%,rgba(231,189,98,.16),transparent 30%),radial-gradient(circle at 88% 4%,rgba(106,185,173,.12),transparent 28%),repeating-linear-gradient(135deg,rgba(231,189,98,.025) 0 1px,transparent 1px 11px),linear-gradient(180deg,#12100f,#070708 54%,#030304)!important;background-color:#070708!important}:root[data-theme=game] .profile-world-page--loading:before{position:absolute;inset:14px 8px auto;height:102px;border:1px solid rgba(208,157,77,.26);border-radius:16px;background:linear-gradient(110deg,rgba(229,178,94,.08),transparent 42%),linear-gradient(180deg,#1f1919d1,#0a0a0de6);content:""}:root[data-theme=game] .profile-settings-popup-overlay,:root[data-theme=game] .profile-reward-popup-overlay{background:#00000003!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root[data-theme=game] .profile-settings-drawer{width:min(82vw,320px)!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;border-radius:18px 0 0 18px!important}:root[data-theme=game] .profile-reward-popup-panel{width:min(88vw,340px)!important;max-height:min(76dvh,520px)!important;margin:auto!important;border-radius:18px!important;transform-origin:center!important;position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important}:root[data-theme=game] .cc-popup__overlay.profile-settings-popup-overlay,:root[data-theme=game] .cc-popup__overlay.profile-reward-popup-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:0!important;width:100vw!important;height:100dvh!important;background:#00000003!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root[data-theme=game] .cc-popup__panel.profile-reward-popup-panel{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;z-index:1!important;width:min(88vw,340px)!important;max-height:min(76dvh,520px)!important;margin:0!important;transform:translate(-50%,-50%)!important}:root[data-theme=game] .cc-popup__panel.profile-settings-drawer{z-index:1!important}:root[data-theme=game] .cc-popup__overlay.profile-settings-popup-overlay,:root[data-theme=game] .cc-popup__overlay.profile-reward-popup-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:auto!important;width:100%!important;height:100%!important;background:#00000003!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root[data-theme=game] .cc-popup__panel.profile-settings-drawer,:root[data-theme=game] .cc-popup__panel.profile-reward-popup-panel{z-index:auto!important}:root[data-theme=game] .cc-popup:has(.profile-settings-drawer),:root[data-theme=game] .cc-popup:has(.profile-reward-popup-panel){position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1200!important;overflow:hidden!important}:root[data-theme=game] .cc-popup__overlay.profile-settings-popup-overlay,:root[data-theme=game] .cc-popup__overlay.profile-reward-popup-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;width:100%!important;height:100%!important;border:0!important;background:#0000008a!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}:root[data-theme=game] .cc-popup[data-placement=right] .profile-settings-drawer{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:auto!important;z-index:2!important;width:min(86vw,360px)!important;max-width:min(86vw,360px)!important;height:100dvh!important;max-height:100dvh!important;margin:0!important;padding:18px!important;border:1px solid rgba(231,189,98,.42)!important;border-right:0!important;border-radius:20px 0 0 20px!important;background:radial-gradient(circle at 0 0,rgba(231,189,98,.18),transparent 34%),repeating-linear-gradient(135deg,rgba(255,236,178,.035) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1d1817fc,#06070afc)!important;box-shadow:inset 1px 0 #ffe8ad29,-24px 0 46px #00000080!important;color:#ead6aa!important;transform:translateZ(0)!important}:root[data-theme=game] .profile-settings-drawer .cc-popup__body,:root[data-theme=game] .cc-popup__panel.profile-settings-drawer>.cc-popup__body{display:grid!important;align-content:start!important;gap:14px!important;min-height:0!important;overflow:auto!important;padding:0!important}:root[data-theme=game] .profile-settings-drawer h2{margin:0!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:22px!important;letter-spacing:0!important}:root[data-theme=game] .profile-settings-drawer .profile-settings-list{display:grid!important;gap:10px!important}:root[data-theme=game] .profile-settings-drawer .profile-settings-list button{display:grid!important;grid-template-columns:40px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;min-height:64px!important;padding:10px 12px!important;gap:2px 10px!important;border:1px solid rgba(231,189,98,.24)!important;border-radius:14px!important;background:linear-gradient(110deg,rgba(229,178,94,.09),transparent 42%),linear-gradient(180deg,#141112e6,#07080af0)!important;color:#ead6aa!important;text-align:left!important}:root[data-theme=game] .profile-settings-drawer .profile-settings-list button span{grid-row:1 / span 2!important;display:grid!important;place-items:center!important;width:38px!important;height:38px!important;border:1px solid rgba(231,189,98,.36)!important;border-radius:12px!important;background:linear-gradient(145deg,#bd7e2dc7,#261a15f5)!important;color:#2a1a0d!important;font-size:18px!important;font-weight:900!important}:root[data-theme=game] .profile-settings-drawer .profile-settings-list button strong{color:#f2d78d!important;font-size:14px!important;line-height:1.1!important}:root[data-theme=game] .profile-settings-drawer .profile-settings-list button small{color:#e7d3a4ad!important;font-size:12px!important;line-height:1.15!important}:root[data-theme=game] .cc-popup[data-placement=bottom] .profile-reward-popup-panel{position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;z-index:2!important;width:min(90vw,380px)!important;max-height:min(82dvh,560px)!important;margin:0!important;padding:0!important;border:1px solid rgba(231,189,98,.46)!important;border-radius:20px!important;background:radial-gradient(circle at 18% 0,rgba(231,189,98,.2),transparent 34%),repeating-linear-gradient(135deg,rgba(255,236,178,.035) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1e1817fc,#07080afc)!important;box-shadow:inset 0 1px #ffefc22e,0 24px 58px #0000008f!important;transform:translate(-50%,-50%)!important}:root[data-theme=game] .profile-reward-popup-panel>.cc-popup__body{display:grid!important;gap:12px!important;min-height:0!important;max-height:inherit!important;overflow:auto!important;padding:16px!important}:root[data-theme=game] .profile-reward-panel header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0!important}:root[data-theme=game] .profile-reward-panel header small{color:#e7d3a4b8!important;font-size:12px!important;line-height:1!important}:root[data-theme=game] .profile-reward-panel header strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:24px!important;line-height:1.05!important}:root[data-theme=game] .profile-reward-cards{display:grid!important;gap:10px!important}:root[data-theme=game] .profile-reward-cards article{display:grid!important;grid-template-columns:46px minmax(0,1fr) auto!important;grid-template-areas:"icon title status" "icon desc status"!important;align-items:center!important;min-height:70px!important;padding:10px 12px!important;gap:3px 10px!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:16px!important;background:linear-gradient(110deg,rgba(229,178,94,.08),transparent 42%),linear-gradient(180deg,#161212e6,#07080af0)!important}:root[data-theme=game] .profile-reward-cards i{grid-area:icon!important;width:44px!important;height:44px!important;border-radius:14px!important}:root[data-theme=game] .profile-reward-cards strong{grid-area:title!important;min-width:0!important;color:#f2d78d!important;font-size:14px!important;line-height:1.1!important}:root[data-theme=game] .profile-reward-cards small{grid-area:desc!important;min-width:0!important;color:#e7d3a4ad!important;font-size:12px!important;line-height:1.15!important}:root[data-theme=game] .profile-reward-cards em{grid-area:status!important;align-self:center!important;padding:6px 8px!important;border-radius:999px!important;white-space:nowrap!important;font-size:12px!important}:root[data-theme=game] .profile-reward-primary{width:100%!important;min-height:44px!important;border:1px solid rgba(231,189,98,.42)!important;border-radius:14px!important;background:linear-gradient(135deg,#e7bd62,#9a6131)!important;color:#261409!important;font-size:14px!important;font-weight:900!important}:root[data-theme=game] .cc-popup:has(.profile-settings-drawer),:root[data-theme=game] .cc-popup:has(.profile-reward-popup-panel){--cc-animation-duration: .22s;--cc-animation-easing: cubic-bezier(.2, .82, .28, 1)}:root[data-theme=game] .cc-popup:has(.profile-settings-drawer) .profile-settings-popup-overlay,:root[data-theme=game] .cc-popup:has(.profile-reward-popup-panel) .profile-reward-popup-overlay{transition:opacity var(--cc-animation-duration) var(--cc-animation-easing),backdrop-filter var(--cc-animation-duration) var(--cc-animation-easing)!important}:root[data-theme=game] .cc-popup:has(.profile-settings-drawer)[data-state=enter] .profile-settings-popup-overlay,:root[data-theme=game] .cc-popup:has(.profile-reward-popup-panel)[data-state=enter] .profile-reward-popup-overlay{opacity:1!important}:root[data-theme=game] .cc-popup:has(.profile-settings-drawer)[data-state=exit] .profile-settings-popup-overlay,:root[data-theme=game] .cc-popup:has(.profile-reward-popup-panel)[data-state=exit] .profile-reward-popup-overlay{opacity:0!important;-webkit-backdrop-filter:blur(0)!important;backdrop-filter:blur(0)!important}:root[data-theme=game] .cc-popup[data-placement=right] .profile-settings-drawer{transition:opacity var(--cc-animation-duration) var(--cc-animation-easing),transform var(--cc-animation-duration) var(--cc-animation-easing)!important;will-change:opacity,transform!important}:root[data-theme=game] .cc-popup[data-placement=right][data-state=enter] .profile-settings-drawer{opacity:1!important;transform:translateZ(0)!important}:root[data-theme=game] .cc-popup[data-placement=right][data-state=exit] .profile-settings-drawer{opacity:0!important;transform:translate3d(104%,0,0)!important}:root[data-theme=game] .cc-popup[data-placement=bottom] .profile-reward-popup-panel{transition:opacity var(--cc-animation-duration) var(--cc-animation-easing),transform var(--cc-animation-duration) var(--cc-animation-easing)!important;transform-origin:center center!important;will-change:opacity,transform!important}:root[data-theme=game] .cc-popup[data-placement=bottom][data-state=enter] .profile-reward-popup-panel{opacity:1!important;transform:translate(-50%,-50%) scale(1)!important}:root[data-theme=game] .cc-popup[data-placement=bottom][data-state=exit] .profile-reward-popup-panel{opacity:0!important;transform:translate(-50%,calc(-50% + 24px)) scale(.96)!important}:root[data-theme=game] .profile-settings-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;min-height:38px!important}:root[data-theme=game] .profile-settings-head h2{margin:0!important;min-width:0!important}:root[data-theme=game] .profile-settings-close{display:grid!important;flex:0 0 auto!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid rgba(231,189,98,.36)!important;border-radius:12px!important;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.24),transparent 38%),linear-gradient(180deg,#221b16f5,#08090cf5)!important;color:#f2d78d!important;cursor:pointer!important;font-size:22px!important;font-weight:900!important;line-height:1!important;box-shadow:inset 0 1px #ffebb029,0 8px 18px #00000042!important}:root[data-theme=game] .profile-settings-close:hover{border-color:#ffdc849e!important;color:#ffe39a!important;transform:translateY(-1px)!important}:root[data-theme=game] .profile-settings-close:focus-visible{outline:2px solid rgba(231,189,98,.58)!important;outline-offset:2px!important}:root[data-theme=game] .profile-world-page.profile-page{position:relative!important}:root[data-theme=game] .profile-page-back{position:absolute!important;top:calc(var(--native-safe-top) + 12px)!important;left:10px!important;z-index:20!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid rgba(231,189,98,.42)!important;border-radius:12px!important;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.28),transparent 38%),linear-gradient(180deg,#221b16f5,#08090cf5)!important;color:#f2d78d!important;cursor:pointer!important;box-shadow:inset 0 1px #ffebb029,0 8px 18px #00000047!important}:root[data-theme=game] .profile-page-back span{display:block!important;margin-top:-2px!important;font-size:28px!important;font-weight:900!important;line-height:1!important}:root[data-theme=game] .profile-page-back:hover{border-color:#ffdc84a8!important;color:#ffe39a!important;transform:translateY(-1px)!important}:root[data-theme=game] .profile-page-back:focus-visible{outline:2px solid rgba(231,189,98,.58)!important;outline-offset:2px!important}:root[data-theme=game] .profile-world-hero.profile-hero{padding-left:50px!important}:root[data-theme=game] .profile-page-back,.profile-world-page .profile-page-back{position:fixed!important;top:max(12px,calc(var(--native-safe-top, 0px) + 12px))!important;left:max(10px,calc(var(--native-safe-left, 0px) + 10px))!important;z-index:1300!important;display:grid!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important}:root[data-theme=game] .create-contract-page{position:relative!important;display:flex!important;flex-direction:column!important;gap:10px!important;height:100%!important;min-height:0!important;padding:calc(var(--native-safe-top) + 14px) 10px calc(var(--native-safe-bottom) + 76px)!important;overflow:hidden auto!important;scrollbar-width:none!important;background:radial-gradient(circle at 16% -8%,rgba(231,189,98,.18),transparent 32%),radial-gradient(circle at 90% 6%,rgba(106,185,173,.14),transparent 30%),repeating-linear-gradient(135deg,rgba(231,189,98,.026) 0 1px,transparent 1px 11px),linear-gradient(180deg,#12100f,#070708 56%,#030304)!important;color:#ead6aa!important}:root[data-theme=game] .create-page-back{position:fixed!important;top:max(12px,calc(var(--native-safe-top, 0px) + 12px))!important;left:max(10px,calc(var(--native-safe-left, 0px) + 10px))!important;z-index:1300!important;display:grid!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;border:1px solid rgba(231,189,98,.46)!important;border-radius:12px!important;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.3),transparent 38%),linear-gradient(180deg,#221b16f5,#08090cf5)!important;color:#f2d78d!important;box-shadow:inset 0 1px #ffebb029,0 8px 18px #00000047!important}:root[data-theme=game] .create-page-back span{margin-top:-2px!important;font-size:28px!important;font-weight:900!important;line-height:1!important}:root[data-theme=game] .create-contract-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 92px!important;gap:10px!important;min-height:118px!important;padding:14px 12px 12px 50px!important;border:1px solid rgba(208,157,77,.36)!important;border-radius:18px!important;background:radial-gradient(circle at 8% 0,rgba(231,189,98,.18),transparent 34%),linear-gradient(110deg,rgba(229,178,94,.08),transparent 44%),linear-gradient(180deg,#1f1919f0,#0a0a0df5)!important;box-shadow:inset 0 1px #ffebb024,0 10px 22px #0000003d!important}:root[data-theme=game] .create-contract-copy{display:grid!important;align-content:center!important;gap:5px!important;min-width:0!important}:root[data-theme=game] .create-contract-copy small,:root[data-theme=game] .create-workbench-head span,:root[data-theme=game] .create-contract-card small{color:#e7d3a4b8!important;font-size:12px!important;font-weight:900!important;letter-spacing:0!important}:root[data-theme=game] .create-contract-copy h1{margin:0!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:24px!important;line-height:1.05!important;letter-spacing:0!important}:root[data-theme=game] .create-contract-copy p,:root[data-theme=game] .create-contract-card p,:root[data-theme=game] .create-workbench-head small{margin:0!important;color:#e7d3a4ad!important;font-size:12px!important;line-height:1.35!important}:root[data-theme=game] .create-contract-preview{position:relative!important;min-width:0!important;overflow:hidden!important;border:1px solid rgba(231,189,98,.34)!important;border-radius:16px!important;background:#07080ab3!important}:root[data-theme=game] .create-contract-preview img{width:100%!important;height:100%!important;min-height:92px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .create-contract-preview span{position:absolute!important;right:6px!important;bottom:6px!important;padding:4px 6px!important;border-radius:999px!important;background:#040407c7!important;color:#f2d78d!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .create-contract-steps{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}:root[data-theme=game] .create-contract-steps button{display:grid!important;justify-items:center!important;gap:4px!important;min-height:52px!important;padding:7px 4px!important;border:1px solid rgba(208,157,77,.22)!important;border-radius:12px!important;background:#090a0db8!important;color:#e7d3a4b8!important}:root[data-theme=game] .create-contract-steps i{display:grid!important;place-items:center!important;width:20px!important;height:20px!important;border-radius:50%!important;background:#e7bd6224!important;color:#e7bd62!important;font-size:12px!important;font-style:normal!important;font-weight:900!important}:root[data-theme=game] .create-contract-steps span{font-size:12px!important;font-weight:900!important;line-height:1!important}:root[data-theme=game] .create-contract-steps button[data-active=true],:root[data-theme=game] .create-contract-steps button[data-done=true]{border-color:#e7bd6280!important;background:linear-gradient(135deg,rgba(231,189,98,.22),transparent 58%),#100e0de0!important;color:#ffe39a!important}:root[data-theme=game] .create-contract-layout{display:grid!important;gap:10px!important;min-height:0!important}:root[data-theme=game] .create-contract-orbit,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{display:grid!important;gap:10px!important;min-width:0!important}:root[data-theme=game] .create-contract-card,:root[data-theme=game] .create-contract-workbench{border:1px solid rgba(208,157,77,.28)!important;border-radius:16px!important;background:linear-gradient(110deg,rgba(229,178,94,.07),transparent 42%),linear-gradient(180deg,#161212e6,#07080af0)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffebb01a!important}:root[data-theme=game] .create-contract-card{padding:12px!important}:root[data-theme=game] .create-contract-status,:root[data-theme=game] .create-contract-build,:root[data-theme=game] .create-contract-rewards{display:grid!important;gap:8px!important}:root[data-theme=game] .create-contract-card strong,:root[data-theme=game] .create-workbench-head strong,:root[data-theme=game] .create-material-grid strong,:root[data-theme=game] .create-scene-card strong{color:#f2d78d!important;font-size:14px!important;line-height:1.12!important}:root[data-theme=game] .create-contract-build dl{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin:0!important}:root[data-theme=game] .create-contract-build div,:root[data-theme=game] .create-contract-rewards span{display:grid!important;gap:2px!important;min-width:0!important;padding:8px!important;border-radius:12px!important;background:#0404076b!important}:root[data-theme=game] .create-contract-build dt,:root[data-theme=game] .create-contract-rewards small{color:#e7d3a494!important;font-size:12px!important}:root[data-theme=game] .create-contract-build dd,:root[data-theme=game] .create-contract-rewards b{margin:0!important;color:#ffe39a!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .create-contract-rewards div{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}:root[data-theme=game] .create-contract-workbench{padding:12px!important}:root[data-theme=game] .create-workbench-head{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:4px 8px!important;align-items:end!important}:root[data-theme=game] .create-workbench-head strong{grid-column:1!important;font-family:var(--font-game)!important;font-size:20px!important}:root[data-theme=game] .create-workbench-head small{grid-column:2!important;grid-row:1 / span 2!important;align-self:center!important;white-space:nowrap!important}:root[data-theme=game] .create-material-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{display:grid!important;gap:7px!important;min-height:106px!important;padding:8px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:14px!important;background:#08090cad!important;color:#ead6aa!important;text-align:left!important;overflow:hidden!important}:root[data-theme=game] .create-material-grid button[data-active=true],:root[data-theme=game] .create-scene-card[data-active=true]{border-color:#e7bd6294!important;box-shadow:0 0 0 1px #e7bd621f,0 12px 22px #00000042!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img,:root[data-theme=game] .create-final-card img{width:100%!important;height:78px!important;border-radius:12px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .create-material-grid i{display:grid!important;place-items:center!important;width:42px!important;height:42px!important;border:1px solid rgba(231,189,98,.4)!important;border-radius:14px!important;background:radial-gradient(circle at 35% 25%,rgba(255,237,177,.72),transparent 34%),linear-gradient(145deg,#bd7e2dd1,#422818f2)!important}:root[data-theme=game] .create-material-grid i:before{content:attr(data-seal)!important;color:#28160b!important;font-size:14px!important;font-weight:900!important}:root[data-theme=game] .create-material-grid small,:root[data-theme=game] .create-scene-card small{color:#e7d3a49e!important;font-size:12px!important;line-height:1.2!important}:root[data-theme=game] .create-scene-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quality-card{display:grid!important;gap:10px!important}:root[data-theme=game] .create-interaction-card label,:root[data-theme=game] .create-quality-card label{display:grid!important;gap:6px!important}:root[data-theme=game] .create-interaction-card input,:root[data-theme=game] .create-quality-card input[type=range]{width:100%!important}:root[data-theme=game] .create-choice-pills,:root[data-theme=game] .create-visibility-switch{display:flex!important;flex-wrap:wrap!important;gap:7px!important}:root[data-theme=game] .create-choice-pills button,:root[data-theme=game] .create-visibility-switch button{min-height:32px!important;padding:0 10px!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:999px!important;background:#0404077a!important;color:#ead6aa!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .create-choice-pills button[data-active=true],:root[data-theme=game] .create-visibility-switch button[data-active=true]{border-color:#e7bd6294!important;background:linear-gradient(135deg,#e7bd62,#9a6131)!important;color:#261409!important}:root[data-theme=game] .create-final-card{display:grid!important;grid-template-columns:94px minmax(0,1fr)!important;align-items:center!important;gap:10px!important}:root[data-theme=game] .create-final-card img{height:118px!important}:root[data-theme=game] .create-contract-actions{position:fixed!important;left:10px!important;right:10px!important;bottom:calc(var(--native-safe-bottom) + 10px)!important;z-index:80!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;padding:8px!important;border:1px solid rgba(208,157,77,.36)!important;border-radius:16px!important;background:#0b0a0ae0!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important}:root[data-theme=game] .create-contract-actions[data-has-back=true]{grid-template-columns:.8fr 1.2fr!important}@media (min-width: 760px){:root[data-theme=game] .create-contract-layout{grid-template-columns:280px minmax(0,1fr)!important;align-items:start!important}:root[data-theme=game] .create-contract-hero{grid-template-columns:minmax(0,1fr) 128px!important}}@media (max-width: 420px){:root[data-theme=game] .create-contract-rewards div,:root[data-theme=game] .create-contract-build dl{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-workbench-head{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-workbench-head small{grid-column:1!important;grid-row:auto!important}}:root[data-theme=game] .create-mode-switch{display:inline-flex;align-items:center;gap:6px;padding:5px;margin-top:18px;border:1px solid rgba(130,231,255,.28);border-radius:999px;background:#080e1e94;box-shadow:inset 0 0 18px #5bd5ff14}:root[data-theme=game] .create-mode-switch button{min-height:34px;padding:0 14px;border:0;border-radius:999px;color:#e2ecffc2;font-size:12px;font-weight:900;background:transparent}:root[data-theme=game] .create-mode-switch button[data-active=true]{color:#161103;background:linear-gradient(135deg,#ffe9a8,#87f1ff);box-shadow:0 8px 18px #6cdeff38}:root[data-theme=game] .create-memory-card{grid-column:1 / -1}:root[data-theme=game] .create-memory-card label,:root[data-theme=game] .create-interaction-card label{display:grid;gap:8px}:root[data-theme=game] .create-memory-card textarea{min-height:88px;resize:vertical;border:1px solid rgba(145,229,255,.24);border-radius:16px;padding:13px 14px;color:#f8fbff;font-size:13px;line-height:1.55;outline:none;background:#050b188f;box-shadow:inset 0 0 18px #60d1ff12}:root[data-theme=game] .create-memory-card textarea:focus,:root[data-theme=game] .create-interaction-card input:focus{border-color:#ffde84b8;box-shadow:0 0 0 3px #ffdc7d1f,inset 0 0 18px #60d1ff1a}:root[data-theme=game] .create-card-titleline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}:root[data-theme=game] .create-card-titleline strong{color:#fff8d8;font-size:15px;letter-spacing:0}:root[data-theme=game] .create-card-titleline small{color:#8debffd1;font-size:12px;font-weight:900}:root[data-theme=game] .create-story-panel{align-items:stretch}:root[data-theme=game] .create-quest-card,:root[data-theme=game] .create-unlock-track,:root[data-theme=game] .create-creation-shortcuts,:root[data-theme=game] .create-archive-checklist{grid-column:1 / -1}:root[data-theme=game] .create-unlock-track>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}:root[data-theme=game] .create-unlock-track span,:root[data-theme=game] .create-archive-checklist span{min-height:46px;display:grid;place-items:center;border:1px solid rgba(142,230,255,.18);border-radius:14px;color:#e6eeffc7;font-size:12px;font-weight:900;background:linear-gradient(180deg,#1a2748b8,#080d1cb3)}:root[data-theme=game] .create-unlock-track span[data-active=true]{color:#181204;border-color:#ffeba5cc;background:linear-gradient(135deg,#ffe6a1,#8fefff);box-shadow:0 10px 22px #ffda692e}:root[data-theme=game] .create-creation-shortcuts>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}:root[data-theme=game] .create-creation-shortcuts button{min-height:54px;border:1px solid rgba(255,231,147,.28);border-radius:16px;padding:0 10px;color:#fff8dd;font-size:12px;font-weight:950;background:linear-gradient(135deg,#ffd45d24,#6eebff14),#090f20b3;box-shadow:inset 0 0 18px #ffe88f0f}:root[data-theme=game] .create-archive-checklist{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}:root[data-theme=game] .create-archive-checklist span:before{content:"✓";width:19px;height:19px;display:inline-grid;place-items:center;margin-right:6px;border-radius:999px;color:#171103;background:linear-gradient(135deg,#ffe59a,#94f3ff);font-size:12px}@media (max-width: 720px){:root[data-theme=game] .create-mode-switch{width:100%}:root[data-theme=game] .create-mode-switch button{flex:1}:root[data-theme=game] .create-unlock-track>div,:root[data-theme=game] .create-creation-shortcuts>div,:root[data-theme=game] .create-archive-checklist{grid-template-columns:repeat(2,minmax(0,1fr))}}:root[data-theme=game] .create-contract-page{gap:8px!important;padding-top:max(12px,env(safe-area-inset-top))!important;padding-bottom:calc(var(--native-safe-bottom) + 76px)!important;overflow-x:hidden!important}:root[data-theme=game] .create-contract-hero{min-height:88px!important;gap:8px!important;padding:10px 12px!important}:root[data-theme=game] .create-contract-copy h1{margin:2px 0 4px!important;font-size:clamp(24px,7vw,34px)!important;line-height:.98!important}:root[data-theme=game] .create-contract-copy p{display:-webkit-box!important;-webkit-line-clamp:1!important;-webkit-box-orient:vertical!important;overflow:hidden!important}:root[data-theme=game] .create-contract-preview{min-height:84px!important}:root[data-theme=game] .create-contract-preview img{height:84px!important}:root[data-theme=game] .create-contract-preview span{min-height:22px!important;padding:0 8px!important;font-size:12px!important}:root[data-theme=game] .create-mode-switch{margin-top:8px!important;padding:3px!important}:root[data-theme=game] .create-mode-switch button{min-height:28px!important;padding:0 11px!important}:root[data-theme=game] .create-contract-steps{gap:5px!important}:root[data-theme=game] .create-contract-steps button{min-height:42px!important;gap:2px!important;padding:5px 4px!important;border-radius:12px!important}:root[data-theme=game] .create-contract-steps i{width:18px!important;height:18px!important;font-size:13px!important}:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-orbit,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{gap:8px!important}:root[data-theme=game] .create-contract-card{padding:9px!important;border-radius:14px!important}:root[data-theme=game] .create-contract-workbench{padding:9px!important;border-radius:14px!important}:root[data-theme=game] .create-workbench-head{gap:2px 8px!important}:root[data-theme=game] .create-workbench-head strong{font-size:17px!important}:root[data-theme=game] .create-contract-card strong,:root[data-theme=game] .create-material-grid strong,:root[data-theme=game] .create-scene-card strong{font-size:17px!important}:root[data-theme=game] .create-contract-card p{line-height:1.32!important}:root[data-theme=game] .create-contract-build dl,:root[data-theme=game] .create-contract-rewards>div{gap:6px!important}:root[data-theme=game] .create-material-grid,:root[data-theme=game] .create-scene-list{gap:6px!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:82px!important;gap:5px!important;padding:8px!important;border-radius:13px!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img{height:56px!important;border-radius:10px!important}:root[data-theme=game] .create-material-grid i{width:34px!important;height:34px!important}:root[data-theme=game] .create-material-grid i:before{font-size:17px!important}:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quality-card{gap:7px!important}:root[data-theme=game] .create-memory-card textarea{min-height:58px!important;padding:9px 10px!important;border-radius:12px!important}:root[data-theme=game] .create-choice-pills,:root[data-theme=game] .create-unlock-track>div,:root[data-theme=game] .create-creation-shortcuts>div,:root[data-theme=game] .create-archive-checklist{gap:6px!important}:root[data-theme=game] .create-choice-pills button{min-height:30px!important;padding:0 10px!important}:root[data-theme=game] .create-unlock-track span,:root[data-theme=game] .create-archive-checklist span{min-height:34px!important;border-radius:12px!important}:root[data-theme=game] .create-creation-shortcuts button{min-height:38px!important;border-radius:12px!important}:root[data-theme=game] .create-final-card{grid-template-columns:72px minmax(0,1fr)!important;gap:8px!important}:root[data-theme=game] .create-final-card img{height:82px!important;border-radius:12px!important}:root[data-theme=game] .create-contract-actions{min-height:52px!important;padding:7px!important;border:0!important;box-shadow:0 12px 30px #00000061!important}:root[data-theme=game] .create-contract-actions .cc-button,:root[data-theme=game] .create-contract-actions .cc-button button,:root[data-theme=game] .create-contract-actions .create-floating-actions__next,:root[data-theme=game] .create-contract-actions .create-floating-actions__back{border:0!important;outline:0!important;box-shadow:none!important}:root[data-theme=game] .create-contract-actions .cc-button:before,:root[data-theme=game] .create-contract-actions .cc-button:after,:root[data-theme=game] .create-contract-actions .cc-button button:before,:root[data-theme=game] .create-contract-actions .cc-button button:after{border:0!important;box-shadow:none!important}@media (max-width: 759px){:root[data-theme=game] .create-contract-orbit{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-status p,:root[data-theme=game] .create-contract-build dt,:root[data-theme=game] .create-contract-rewards small{display:none!important}:root[data-theme=game] .create-contract-build dl,:root[data-theme=game] .create-contract-rewards>div{grid-template-columns:1fr!important}:root[data-theme=game] .create-contract-status,:root[data-theme=game] .create-contract-build,:root[data-theme=game] .create-contract-rewards{align-content:center!important;min-height:56px!important}}@media (min-width: 760px){:root[data-theme=game] .create-contract-page{max-height:100dvh!important}:root[data-theme=game] .create-contract-layout{grid-template-columns:240px minmax(0,1fr)!important}:root[data-theme=game] .create-material-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-rewards,:root[data-theme=game] .create-persona-note,:root[data-theme=game] .create-unlock-track,:root[data-theme=game] .create-archive-checklist{display:none!important}:root[data-theme=game] .create-contract-status p{display:none!important}:root[data-theme=game] .create-contract-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-status,:root[data-theme=game] .create-contract-build{min-height:54px!important;align-content:center!important}:root[data-theme=game] .create-contract-layout{gap:6px!important}:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{gap:6px!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:72px!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img{height:48px!important}:root[data-theme=game] .create-memory-card textarea{min-height:46px!important}:root[data-theme=game] .create-card-titleline{margin-bottom:7px!important}:root[data-theme=game] .create-quest-card{padding-bottom:8px!important}@media (max-width: 759px){:root[data-theme=game] .create-contract-orbit{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-orbit{grid-template-columns:.82fr 1.18fr!important}:root[data-theme=game] .create-contract-build dl{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-build div{min-height:36px!important;padding:6px 8px!important}:root[data-theme=game] .create-material-grid,:root[data-theme=game] .create-scene-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:68px!important;align-content:start!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img{height:44px!important}:root[data-theme=game] .create-material-grid i{width:30px!important;height:30px!important}:root[data-theme=game] .create-persona-panel{grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr)!important;align-items:stretch!important}:root[data-theme=game] .create-persona-panel .create-material-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-theme=game] .create-memory-card{grid-column:auto!important}:root[data-theme=game] .create-memory-card textarea{min-height:100%!important}:root[data-theme=game] .create-story-panel{grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr)!important;align-items:stretch!important}:root[data-theme=game] .create-story-panel .create-scene-list{grid-column:1 / -1!important}:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quest-card{grid-column:auto!important}:root[data-theme=game] .create-choice-pills{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-theme=game] .create-choice-pills button{padding:0 6px!important;white-space:nowrap!important}:root[data-theme=game] .create-archive-panel{grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr)!important;align-items:stretch!important}:root[data-theme=game] .create-quality-card,:root[data-theme=game] .create-final-card{grid-column:auto!important}:root[data-theme=game] .create-creation-shortcuts{grid-column:1 / -1!important}:root[data-theme=game] .create-creation-shortcuts>div{grid-template-columns:repeat(2,minmax(0,1fr))!important}@media (max-width: 560px){:root[data-theme=game] .create-contract-build dl,:root[data-theme=game] .create-material-grid,:root[data-theme=game] .create-scene-list,:root[data-theme=game] .create-persona-panel .create-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-memory-card,:root[data-theme=game] .create-story-panel .create-scene-list,:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quest-card,:root[data-theme=game] .create-quality-card,:root[data-theme=game] .create-final-card{grid-column:1!important}:root[data-theme=game] .create-choice-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-build div,:root[data-theme=game] .create-contract-rewards span{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:6px!important;min-height:30px!important;padding:5px 7px!important}:root[data-theme=game] .create-contract-build dt,:root[data-theme=game] .create-contract-rewards small{display:inline!important;flex:0 0 auto!important;white-space:nowrap!important}:root[data-theme=game] .create-contract-build dd,:root[data-theme=game] .create-contract-rewards b{min-width:0!important;overflow:hidden!important;text-align:right!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-contract-steps button{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:5px!important;min-height:34px!important}:root[data-theme=game] .create-workbench-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}:root[data-theme=game] .create-workbench-head span,:root[data-theme=game] .create-workbench-head strong,:root[data-theme=game] .create-workbench-head small{grid-column:auto!important;grid-row:auto!important;min-width:0!important;white-space:nowrap!important}:root[data-theme=game] .create-workbench-head strong{overflow:hidden!important;text-overflow:ellipsis!important}:root[data-theme=game] .create-contract-status{display:none!important}:root[data-theme=game] .create-contract-orbit{display:block!important}:root[data-theme=game] .create-contract-build{gap:6px!important;min-height:auto!important;padding:8px 9px!important}:root[data-theme=game] .create-contract-build>strong{display:none!important}:root[data-theme=game] .create-contract-build dl{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}:root[data-theme=game] .create-contract-build dl div:nth-child(n+4){display:none!important}:root[data-theme=game] .create-contract-build div{min-height:28px!important;padding:4px 7px!important}:root[data-theme=game] .create-workbench-head strong{display:block!important}@media (max-width: 560px){:root[data-theme=game] .create-contract-build dl{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-build dt{display:inline!important}}:root[data-theme=game] .create-contract-build>.create-contract-build-title{display:block!important;margin:0 0 6px!important;overflow:hidden!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:15px!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-workbench-title-hidden{display:none!important}:root[data-theme=game] .create-workbench-head{min-height:24px!important}:root[data-theme=game] .create-workbench-head span,:root[data-theme=game] .create-workbench-head small{flex:0 0 auto!important}:root[data-theme=game] .create-contract-page{padding-top:calc(var(--native-safe-top, 0px) + 54px)!important}:root[data-theme=game] .create-mode-switch{position:relative!important;display:inline-grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:min(100%,268px)!important;gap:4px!important;padding:4px!important;border:1px solid rgba(208,157,77,.34)!important;border-radius:12px!important;background:linear-gradient(180deg,#402a146b,#070709c7),#0a090ad1!important;box-shadow:inset 0 1px #ffeab31f,0 10px 22px #00000047!important}:root[data-theme=game] .create-mode-switch button{min-height:30px!important;padding:0 8px!important;border:1px solid transparent!important;border-radius:9px!important;color:#ead6aab8!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:900!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .create-mode-switch button[data-active=true]{color:#2c1708!important;border-color:#ffe797b8!important;background:linear-gradient(180deg,#fff0b8,#d79a38 52%,#8a4d18)!important;text-shadow:0 1px 0 rgba(255,245,194,.46)!important;box-shadow:inset 0 1px #fff9d5b3,0 0 0 1px #ffcc592e,0 8px 18px #c5752247!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-material-grid button{position:relative!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-material-grid button[data-active=true]{transform:translateY(-2px)!important;border-color:#ffe797fa!important;background:linear-gradient(180deg,#ffe18733,#231208d1),#120d0af0!important;box-shadow:0 0 0 2px #ffd35d61,0 0 24px #ffc4484d,0 15px 28px #0000005c,inset 0 1px #fff4be47!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-material-grid button[data-active=true]:before{content:"已选"!important;position:absolute!important;top:6px!important;right:6px!important;z-index:2!important;display:grid!important;place-items:center!important;min-width:34px!important;height:20px!important;padding:0 7px!important;border-radius:999px!important;color:#281506!important;font-size:12px!important;font-weight:950!important;background:linear-gradient(180deg,#fff2b8,#d99a36)!important;box-shadow:0 4px 10px #00000047!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-material-grid button[data-active=true]:after{content:""!important;position:absolute!important;left:8px!important;right:8px!important;bottom:5px!important;height:3px!important;border-radius:999px!important;background:linear-gradient(90deg,transparent,#ffe38a,transparent)!important;box-shadow:0 0 12px #ffdc6db3!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-material-grid button[data-active=true] strong{color:#fff1bd!important}:root[data-theme=game] .create-contract-page{gap:clamp(5px,.9vh,10px)!important;padding-right:clamp(8px,2.4vw,14px)!important;padding-left:clamp(8px,2.4vw,14px)!important;padding-top:calc(var(--native-safe-top, 0px) + clamp(48px,6.6vh,62px))!important}:root[data-theme=game] .create-contract-hero{gap:clamp(6px,1vw,12px)!important;min-height:clamp(76px,12vh,108px)!important;padding:clamp(8px,1.4vh,14px) clamp(10px,2.5vw,16px)!important}:root[data-theme=game] .create-contract-steps{gap:clamp(4px,1vw,8px)!important}:root[data-theme=game] .create-contract-steps button{min-height:clamp(32px,5.2vh,42px)!important;padding:clamp(4px,.8vh,7px) clamp(4px,1vw,8px)!important}:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{gap:clamp(5px,.9vh,10px)!important}:root[data-theme=game] .create-contract-card,:root[data-theme=game] .create-contract-workbench{padding:clamp(7px,1.1vh,11px)!important}:root[data-theme=game] .create-contract-build>.create-contract-build-title{margin-bottom:clamp(4px,.7vh,8px)!important}:root[data-theme=game] .create-contract-build dl,:root[data-theme=game] .create-material-grid,:root[data-theme=game] .create-scene-list,:root[data-theme=game] .create-choice-pills,:root[data-theme=game] .create-creation-shortcuts>div{gap:clamp(4px,.8vh,8px)!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:clamp(64px,10vh,88px)!important;padding:clamp(6px,1vh,9px)!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img{height:clamp(40px,7vh,58px)!important}:root[data-theme=game] .create-memory-card textarea{min-height:clamp(42px,7vh,70px)!important}:root[data-theme=game] .create-mode-switch{margin-top:clamp(5px,1vh,10px)!important}@media (max-height: 720px){:root[data-theme=game] .create-contract-copy p,:root[data-theme=game] .create-contract-preview{display:none!important}:root[data-theme=game] .create-contract-hero{grid-template-columns:minmax(0,1fr)!important;min-height:auto!important}}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{grid-template-columns:minmax(0,1.28fr) minmax(210px,.72fr)!important;align-items:stretch!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel .create-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:clamp(6px,1vh,10px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid button{position:relative!important;grid-template-columns:38px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;min-height:clamp(58px,8vh,76px)!important;padding:9px 10px!important;border-color:#d09d4d4d!important;border-radius:14px!important;background:linear-gradient(135deg,rgba(214,153,62,.1),transparent 54%),#090809c2!important;box-shadow:inset 0 1px #ffecb814!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid i{grid-row:1 / span 2!important;width:34px!important;height:34px!important;border-radius:11px!important;background:radial-gradient(circle at 35% 28%,rgba(255,243,194,.9),transparent 34%),linear-gradient(145deg,#c9852d,#4f2910)!important;box-shadow:inset 0 1px #fff4d16b,0 8px 14px #00000042!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid i:before{content:"契"!important;color:#2a1506!important;font-size:14px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid strong{align-self:end!important;overflow:hidden!important;color:#f6d995!important;font-size:14px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid small{display:-webkit-box!important;align-self:start!important;overflow:hidden!important;color:#ead6aaad!important;font-size:12px!important;line-height:1.25!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid button[data-active=true]{transform:translateY(-1px)!important;border-color:#ffe18beb!important;background:linear-gradient(135deg,#ffda7138,#552a0d5c),#130d09f0!important;box-shadow:0 0 0 2px #ffcf5647,0 12px 24px #0000004d,inset 0 1px #fff2c53d!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid button[data-active=true]:after{content:"绑定中"!important;position:absolute!important;top:6px!important;right:6px!important;display:grid!important;place-items:center!important;height:20px!important;padding:0 7px!important;border-radius:999px!important;color:#2b1505!important;font-size:12px!important;font-weight:950!important;background:linear-gradient(180deg,#fff0b2,#d79632)!important;box-shadow:0 4px 10px #00000047!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card{border-color:#d09d4d5c!important;background:linear-gradient(145deg,rgba(214,153,62,.12),transparent 58%),#070709c7!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label>span{color:#ffe2a0!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:950!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{min-height:clamp(60px,11vh,94px)!important;border-color:#d09d4d52!important;color:#fff2c6!important;background:linear-gradient(180deg,#ffda7114,#0000001a),#0404078f!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea::-moz-placeholder{color:#ead6aa75!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea::placeholder{color:#ead6aa75!important}@media (max-width: 560px){:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel .create-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-steps button[data-done=true]{color:#2b1607!important;border-color:#ffe797b3!important;background:linear-gradient(180deg,#fff0b8,#d79a38 54%,#7f4515)!important;box-shadow:inset 0 1px #fff8d694,0 8px 16px #9a571838!important}:root[data-theme=game] .create-contract-steps button[data-done=true] i{color:#2b1607!important;border-color:#3e1c063d!important;background:#fff5c975!important}:root[data-theme=game] .create-contract-steps button[data-done=true] i:before{content:"✓"!important}:root[data-theme=game] .create-contract-steps button[data-done=true] i{font-size:0!important}:root[data-theme=game] .create-contract-steps button[data-done=true] i:before{font-size:12px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-panel{grid-template-columns:minmax(0,1.24fr) minmax(220px,.76fr)!important;align-items:stretch!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{grid-column:1 / -1!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(5px,.8vh,8px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card{position:relative!important;min-height:clamp(64px,9.4vh,82px)!important;padding:7px!important;border-color:#d09d4d4d!important;background:linear-gradient(135deg,rgba(214,153,62,.1),transparent 56%),#090809c2!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card img{height:clamp(38px,6vh,50px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card[data-active=true]{transform:translateY(-1px)!important;border-color:#ffe18beb!important;background:linear-gradient(135deg,#ffda7138,#552a0d57),#130d09f0!important;box-shadow:0 0 0 2px #ffcf563d,0 12px 22px #0000004d,inset 0 1px #fff2c53d!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card[data-active=true]:after{content:"开局"!important;position:absolute!important;top:6px!important;right:6px!important;display:grid!important;place-items:center!important;height:20px!important;padding:0 7px!important;border-radius:999px!important;color:#2b1505!important;font-size:12px!important;font-weight:950!important;background:linear-gradient(180deg,#fff0b2,#d79632)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card,:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card{grid-column:auto!important;gap:clamp(5px,.8vh,8px)!important;padding:clamp(7px,1vh,10px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card input{height:34px!important;border-color:#d09d4d52!important;color:#fff2c6!important;background:#0404078f!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-choice-pills{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-choice-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-choice-pills button,:root[data-theme=game] .create-contract-page[data-step="4"] .create-visibility-switch button,:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts button{min-height:30px!important;border-color:#d09d4d4d!important;color:#ead6aac2!important;background:#090809b8!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-choice-pills button[data-active=true],:root[data-theme=game] .create-contract-page[data-step="4"] .create-visibility-switch button[data-active=true],:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts button:active{color:#2b1607!important;border-color:#ffe797bd!important;background:linear-gradient(180deg,#fff0b8,#d79a38 54%,#7f4515)!important;box-shadow:inset 0 1px #fff8d694,0 8px 16px #9a571838!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-archive-panel{grid-template-columns:minmax(220px,.82fr) minmax(0,1fr)!important;align-items:stretch!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-final-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts{border-color:#d09d4d57!important;background:linear-gradient(135deg,rgba(214,153,62,.12),transparent 58%),#070709c7!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card{gap:clamp(7px,1vh,10px)!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card label{gap:4px!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card label>span,:root[data-theme=game] .create-contract-page[data-step="4"] .create-final-card small,:root[data-theme=game] .create-contract-page[data-step="4"] .create-card-titleline strong{color:#ffe2a0!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:950!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-final-card{grid-template-columns:70px minmax(0,1fr)!important;min-height:92px!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-final-card img{height:76px!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts{grid-column:1 / -1!important;padding:8px!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts>div{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}@media (max-width: 560px){:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-panel,:root[data-theme=game] .create-contract-page[data-step="4"] .create-archive-panel{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-contract-build,:root[data-theme=game] .create-memory-card,:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quest-card,:root[data-theme=game] .create-quality-card,:root[data-theme=game] .create-final-card,:root[data-theme=game] .create-creation-shortcuts{border-color:transparent!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}:root[data-theme=game] .create-contract-workbench{padding:0!important}:root[data-theme=game] .create-contract-build{padding:0!important}:root[data-theme=game] .create-contract-build>.create-contract-build-title{display:inline-flex!important;align-items:center!important;width:auto!important;max-width:100%!important;margin:0 0 clamp(5px,.8vh,8px)!important;padding:0!important;color:#ffe3a0!important;text-shadow:0 0 14px rgba(214,153,62,.22)!important}:root[data-theme=game] .create-contract-build dl{padding:4px!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:13px!important;background:#04040752!important}:root[data-theme=game] .create-contract-build div{border:0!important;background:transparent!important}:root[data-theme=game] .create-memory-card,:root[data-theme=game] .create-interaction-card,:root[data-theme=game] .create-quest-card,:root[data-theme=game] .create-quality-card,:root[data-theme=game] .create-creation-shortcuts{padding:0!important}:root[data-theme=game] .create-memory-card label,:root[data-theme=game] .create-interaction-card label,:root[data-theme=game] .create-quality-card label{padding:7px!important;border:1px solid rgba(208,157,77,.18)!important;border-radius:13px!important;background:#0404074d!important}:root[data-theme=game] .create-quest-card .create-card-titleline,:root[data-theme=game] .create-creation-shortcuts .create-card-titleline{margin-bottom:6px!important;padding:0 2px!important}:root[data-theme=game] .create-final-card{padding:7px!important;border:1px solid rgba(208,157,77,.18)!important;border-radius:13px!important;background:#04040747!important}:root[data-theme=game] .create-quality-card{align-content:start!important}:root[data-theme=game] .create-visibility-switch{padding:4px!important;border:1px solid rgba(208,157,77,.18)!important;border-radius:13px!important;background:#0404074d!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card,:root[data-theme=game] .create-choice-pills button,:root[data-theme=game] .create-visibility-switch button,:root[data-theme=game] .create-creation-shortcuts button{background:linear-gradient(135deg,rgba(214,153,62,.1),transparent 56%),#080708ad!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-final-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-creation-shortcuts{background:transparent!important;border-color:transparent!important}:root[data-theme=game] .create-contract-page[data-step="2"],:root[data-theme=game] .create-contract-page[data-step="3"]{gap:clamp(4px,.7vh,8px)!important;padding-bottom:calc(var(--native-safe-bottom) + 64px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-hero,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-hero{grid-template-columns:minmax(0,1fr)!important;min-height:auto!important;padding-top:8px!important;padding-bottom:8px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-preview,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-preview,:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-copy p,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-copy p{display:none!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-copy h1,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-copy h1{margin:0!important;font-size:clamp(22px,5vw,28px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-mode-switch,:root[data-theme=game] .create-contract-page[data-step="3"] .create-mode-switch{margin-top:6px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-steps,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-steps{gap:4px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-steps button,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-steps button{min-height:30px!important;padding:3px 5px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-build,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-build{display:grid!important;grid-template-columns:minmax(150px,.65fr) minmax(0,1.35fr)!important;align-items:center!important;gap:8px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-build>.create-contract-build-title,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-build>.create-contract-build-title{margin:0!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-build dl,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-build dl{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{grid-template-columns:minmax(0,1fr)!important;gap:clamp(5px,.8vh,8px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel .create-material-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:clamp(5px,.8vh,8px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid button{grid-template-columns:30px minmax(0,1fr)!important;min-height:clamp(50px,7.4vh,62px)!important;padding:7px 8px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid i{width:28px!important;height:28px!important;border-radius:9px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid strong{font-size:17px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid small{line-height:1.15!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important;padding:6px 8px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label>span{white-space:nowrap!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{min-height:34px!important;height:34px!important;resize:none!important;padding:7px 10px!important;line-height:1.25!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-panel{grid-template-columns:minmax(0,1fr)!important;gap:clamp(5px,.8vh,8px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card{min-height:clamp(54px,7.6vh,68px)!important;gap:4px!important;padding:6px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card img{height:clamp(32px,5.2vh,42px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card,:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card{grid-column:auto!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{grid-column:1 / -1!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card label{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:8px!important;padding:6px 8px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card label>span{white-space:nowrap!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card input{height:30px!important}@media (max-width: 680px){:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-build,:root[data-theme=game] .create-contract-page[data-step="3"] .create-contract-build{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel .create-material-grid,:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-panel{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{grid-column:1 / -1!important}}:root[data-theme=game] .create-contract-page{gap:clamp(8px,1.2vh,14px)!important}:root[data-theme=game] .create-contract-hero{padding-top:clamp(10px,1.5vh,16px)!important;padding-bottom:clamp(10px,1.5vh,16px)!important}:root[data-theme=game] .create-contract-steps{gap:clamp(7px,1.1vh,11px)!important}:root[data-theme=game] .create-contract-steps button{min-height:clamp(38px,5.7vh,48px)!important;padding:clamp(6px,1vh,9px) clamp(7px,1.2vw,11px)!important}:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{gap:clamp(9px,1.4vh,15px)!important}:root[data-theme=game] .create-contract-build>.create-contract-build-title{margin-bottom:clamp(7px,1vh,11px)!important}:root[data-theme=game] .create-contract-build dl,:root[data-theme=game] .create-material-grid,:root[data-theme=game] .create-scene-list,:root[data-theme=game] .create-choice-pills,:root[data-theme=game] .create-creation-shortcuts>div{gap:clamp(8px,1.2vh,12px)!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:clamp(72px,10.8vh,96px)!important;padding:clamp(8px,1.2vh,12px)!important}:root[data-theme=game] .create-material-grid img,:root[data-theme=game] .create-scene-card img{height:clamp(48px,7.5vh,64px)!important}:root[data-theme=game] .create-mode-switch{margin-top:clamp(8px,1.2vh,12px)!important}:root[data-theme=game] .create-contract-card,:root[data-theme=game] .create-memory-card label,:root[data-theme=game] .create-interaction-card label,:root[data-theme=game] .create-quality-card label,:root[data-theme=game] .create-final-card,:root[data-theme=game] .create-visibility-switch{padding:clamp(9px,1.3vh,13px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel .create-material-grid,:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-list{gap:clamp(9px,1.4vh,14px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-material-grid button{min-height:clamp(66px,9.2vh,84px)!important;padding:clamp(9px,1.3vh,12px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{min-height:clamp(38px,5.6vh,48px)!important;height:auto!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card{min-height:clamp(70px,9.8vh,88px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-scene-card img{height:clamp(44px,6.8vh,56px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card,:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card,:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card{gap:clamp(8px,1.2vh,12px)!important}@media (max-height: 680px){:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{gap:clamp(6px,1vh,10px)!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{min-height:clamp(62px,9vh,76px)!important}}:root[data-theme=game] .create-contract-page{padding-top:calc(var(--native-safe-top, 0px) + clamp(60px,8vh,76px))!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-contract-layout{margin-top:clamp(8px,1.4vh,16px)!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-contract-build>.create-contract-build-title{margin-bottom:clamp(10px,1.4vh,16px)!important}:root[data-theme=game] .create-contract-page[data-step="1"] .create-contract-workbench{padding-top:clamp(6px,1vh,12px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-items:stretch!important;gap:7px!important;padding:clamp(9px,1.3vh,13px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{min-height:clamp(48px,7vh,68px)!important;height:auto!important;resize:vertical!important}:root[data-theme=game] .create-contract-page{--create-gutter: clamp(12px, 3vw, 18px);padding-right:var(--create-gutter)!important;padding-left:var(--create-gutter)!important}:root[data-theme=game] .create-contract-hero{margin-bottom:clamp(8px,1.4vh,16px)!important}:root[data-theme=game] .create-contract-steps{margin-bottom:clamp(4px,.8vh,10px)!important}:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-orbit,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-contract-build,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-story-panel,:root[data-theme=game] .create-archive-panel{width:100%!important;margin-right:0!important;margin-left:0!important;box-sizing:border-box!important}:root[data-theme=game] .create-contract-build dl{justify-items:start!important}:root[data-theme=game] .create-contract-build div{justify-content:flex-start!important;gap:4px!important;width:100%!important;min-width:0!important}:root[data-theme=game] .create-contract-build dt{flex:0 0 auto!important;margin-right:0!important}:root[data-theme=game] .create-contract-build dd{flex:0 1 auto!important;text-align:left!important}:root[data-theme=game] .create-contract-build dt:after{content:":"!important;margin-left:1px!important}:root[data-theme=game] .create-contract-build dl{padding-right:2px!important;padding-left:2px!important}:root[data-theme=game] .create-contract-build div{padding-right:3px!important;padding-left:3px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label{padding-right:4px!important;padding-left:4px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{padding-right:7px!important;padding-left:7px!important}:root[data-theme=game] .create-contract-build{gap:6px!important}:root[data-theme=game] .create-contract-build dl{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-start!important;gap:6px 10px!important;width:auto!important;padding:0!important;border:0!important;background:transparent!important}:root[data-theme=game] .create-contract-build div{flex:0 0 auto!important;width:auto!important;min-height:0!important;padding:0!important;gap:2px!important;background:transparent!important}:root[data-theme=game] .create-contract-build dt,:root[data-theme=game] .create-contract-build dd{font-size:12px!important;line-height:1.2!important}:root[data-theme=game] .create-contract-build dd{max-width:92px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card{padding:0!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card label{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;gap:5px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card textarea{min-height:44px!important;padding:6px 7px!important;border-radius:10px!important}:root[data-theme=game] button,:root[data-theme=game] .cc-button,:root[data-theme=game] .cc-button button,:root[data-theme=game] .create-choice-pills button,:root[data-theme=game] .create-visibility-switch button,:root[data-theme=game] .create-creation-shortcuts button,:root[data-theme=game] .create-contract-steps button,:root[data-theme=game] .create-mode-switch button,:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{white-space:nowrap!important}:root[data-theme=game] .create-material-grid button,:root[data-theme=game] .create-scene-card{gap:clamp(2px,.4vh,4px)!important}:root[data-theme=game] .create-material-grid strong,:root[data-theme=game] .create-scene-card strong{margin-bottom:0!important;line-height:1.05!important}:root[data-theme=game] .create-material-grid small,:root[data-theme=game] .create-scene-card small{margin-top:0!important;line-height:1.08!important}:root[data-theme=game] .create-card-titleline{margin-bottom:clamp(3px,.5vh,5px)!important}:root[data-theme=game] .create-memory-card label,:root[data-theme=game] .create-interaction-card label,:root[data-theme=game] .create-quality-card label{gap:clamp(3px,.5vh,5px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card,:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card{align-content:start!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card label{grid-template-columns:auto minmax(0,1fr)!important;min-height:42px!important;padding:6px 8px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(214,153,62,.09),transparent 58%),#04040752!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card label>span{display:inline-flex!important;align-items:center!important;height:26px!important;padding:0 8px!important;border-radius:999px!important;color:#2b1607!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card input{height:32px!important;padding:0 9px!important;border-radius:10px!important;font-weight:800!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-card-titleline{min-height:32px!important;margin-bottom:6px!important;padding:3px 6px!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:999px!important;background:#04040747!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-card-titleline strong{color:#ffe2a0!important;font-family:var(--font-game)!important;font-size:17px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-card-titleline small{display:inline-flex!important;align-items:center!important;height:22px!important;padding:0 8px!important;border-radius:999px!important;color:#2b1607!important;font-size:12px!important;font-weight:950!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-choice-pills{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:6px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-choice-pills button{min-height:32px!important;padding:0 8px!important;border-radius:10px!important;font-family:var(--font-game)!important;font-size:12px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card>.create-choice-pills{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important}@media (max-width: 560px){:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card .create-choice-pills,:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card>.create-choice-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console{grid-column:1 / -1!important;display:grid!important;grid-template-columns:minmax(180px,.72fr) minmax(0,1fr) minmax(0,1fr)!important;gap:clamp(7px,1vh,11px)!important;align-items:stretch!important;min-width:0!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-choice-row{display:grid!important;align-items:center!important;min-width:0!important;padding:7px!important;border:1px solid rgba(208,157,77,.22)!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(214,153,62,.08),transparent 58%),#0404074d!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field{grid-template-columns:auto minmax(0,1fr)!important;gap:7px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-choice-row{grid-template-columns:auto minmax(0,1fr)!important;gap:6px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row{grid-column:1 / -1!important;grid-template-columns:auto auto minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field>span,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-choice-row>span,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row>small{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:24px!important;padding:0 8px!important;border-radius:999px!important;white-space:nowrap!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field>span,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-choice-row>span{color:#2b1607!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row>small{color:#ffe2a0eb!important;border:1px solid rgba(208,157,77,.28)!important;background:#080708b8!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field input{width:100%!important;height:30px!important;min-width:0!important;padding:0 8px!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:9px!important;color:#fff2c6!important;font-size:12px!important;font-weight:850!important;background:#04040794!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console .create-choice-pills{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:5px!important;min-width:0!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row .create-choice-pills{grid-template-columns:repeat(4,minmax(0,1fr))!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console .create-choice-pills button{min-height:28px!important;padding:0 6px!important;overflow:hidden!important;border-radius:9px!important;text-overflow:ellipsis!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-interaction-card,:root[data-theme=game] .create-contract-page[data-step="3"] .create-quest-card{display:none!important}@media (max-width: 760px){:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-choice-row,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row{grid-template-columns:auto minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row>small{display:none!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row .create-choice-pills,:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console .create-choice-pills{grid-template-columns:repeat(2,minmax(0,1fr))!important}}:root[data-theme=game] .create-mode-switch{display:flex!important;flex-wrap:nowrap!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important}:root[data-theme=game] .create-mode-switch button{flex:0 0 auto!important;min-width:0!important;padding-right:clamp(8px,2vw,12px)!important;padding-left:clamp(8px,2vw,12px)!important;white-space:nowrap!important}@media (max-width: 420px){:root[data-theme=game] .create-mode-switch{width:100%!important}:root[data-theme=game] .create-mode-switch button{flex:1 1 0!important;padding-right:4px!important;padding-left:4px!important;font-size:12px!important}}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr)!important;align-items:stretch!important}:root[data-theme=game] .create-persona-dropdown{display:grid!important;gap:8px!important;min-width:0!important;padding:0!important}:root[data-theme=game] .create-persona-dropdown>div{display:grid!important;gap:3px!important;padding:8px 9px!important;border:1px solid rgba(208,157,77,.22)!important;border-radius:12px!important;background:#04040752!important}@media (max-width: 680px){:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{grid-template-columns:minmax(0,1fr)!important}}:root[data-theme=game] .create-persona-selects{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(92px,.65fr) minmax(92px,.65fr)!important;gap:clamp(7px,1.1vh,11px)!important;align-items:end!important}:root[data-theme=game] .create-persona-dropdown>div:not(.create-persona-selects){padding:7px 8px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console{grid-template-columns:minmax(180px,.55fr) minmax(0,1.45fr)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-quest-row{grid-column:auto!important;grid-template-columns:auto auto minmax(0,1fr)!important}:root[data-theme=game] .create-persona-dropdown{display:block!important}:root[data-theme=game] .create-persona-dropdown>div:not(.create-persona-selects){display:none!important}:root[data-theme=game] .create-persona-selects{display:grid!important;grid-template-columns:minmax(0,1.3fr) minmax(96px,.7fr) minmax(96px,.7fr)!important;gap:clamp(8px,1.2vh,13px)!important;align-items:stretch!important}:root[data-theme=game] .create-contract-layout,:root[data-theme=game] .create-contract-workbench,:root[data-theme=game] .create-persona-panel,:root[data-theme=game] .create-persona-dropdown{overflow:visible!important}:root[data-theme=game] .create-contract-build>.create-contract-build-title{height:32px!important;min-height:32px!important;max-height:32px!important;display:flex!important;align-items:center!important;overflow:hidden!important;white-space:nowrap!important}:root[data-theme=game] .create-persona-dropdown{position:relative!important;z-index:8!important}:root[data-theme=game] .create-persona-selects{position:relative!important;z-index:9!important;display:grid!important;grid-template-columns:minmax(0,1.25fr) repeat(2,minmax(108px,.75fr))!important;gap:clamp(9px,1.3vh,14px)!important;align-items:stretch!important;padding:0!important;border:0!important;background:transparent!important}:root[data-theme=game] .create-select{position:relative!important;display:grid!important;gap:7px!important;min-width:0!important;padding:10px!important;border:1px solid rgba(231,189,98,.36)!important;border-radius:15px!important;background:linear-gradient(135deg,rgba(255,228,149,.14),transparent 60%),repeating-linear-gradient(135deg,rgba(255,236,178,.04) 0 1px,transparent 1px 9px),linear-gradient(180deg,#1f160ce6,#050507e0)!important;box-shadow:inset 0 1px #fff0c424,0 12px 24px #0000003d!important}:root[data-theme=game] .create-select>span{display:inline-flex!important;align-items:center!important;width:-moz-fit-content!important;width:fit-content!important;min-height:22px!important;padding:0 9px!important;border:1px solid rgba(255,232,166,.42)!important;border-radius:999px!important;color:#ffe8ad!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important;line-height:1!important;background:linear-gradient(180deg,#5d3911e6,#1a1008f0)!important;text-shadow:0 1px 0 rgba(0,0,0,.46)!important}:root[data-theme=game] .create-select-trigger{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-width:0!important;height:42px!important;gap:8px!important;padding:0 10px 0 12px!important;border:1px solid rgba(255,213,105,.46)!important;border-radius:11px!important;color:#fff3c8!important;background:radial-gradient(circle at 16% 0,rgba(255,224,137,.2),transparent 34%),linear-gradient(180deg,#301d0bfa,#090605fa)!important;box-shadow:inset 0 1px #fff0be29,0 0 0 1px #00000038!important}:root[data-theme=game] .create-select-panel{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:60!important;display:grid!important;gap:5px!important;max-height:min(220px,38dvh)!important;padding:8px!important;overflow-x:hidden!important;overflow-y:auto!important;border:1px solid rgba(255,222,140,.52)!important;border-radius:16px!important;background:radial-gradient(circle at 12% 0,rgba(255,225,141,.2),transparent 38%),repeating-linear-gradient(135deg,rgba(255,241,197,.045) 0 1px,transparent 1px 8px),linear-gradient(180deg,#211810fa,#060608fa)!important;box-shadow:0 18px 34px #0000007a,0 0 28px #ffc54b1f,inset 0 1px #fff5ce29!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;scrollbar-width:thin!important;scrollbar-color:rgba(255,210,102,.65) rgba(0,0,0,.18)!important}:root[data-theme=game] .create-select-panel::-webkit-scrollbar{width:4px!important}:root[data-theme=game] .create-select-panel::-webkit-scrollbar-thumb{border-radius:999px!important;background:#ffd266b8!important}:root[data-theme=game] .create-select-panel button{display:flex!important;align-items:center!important;width:100%!important;min-height:34px!important;gap:8px!important;padding:0 10px!important;border:1px solid rgba(255,232,166,.14)!important;border-radius:10px!important;color:#fff2cde0!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:900!important;line-height:1.1!important;text-align:left!important;background:#ffffff09!important}:root[data-theme=game] .create-select-panel button:hover{color:#fff7d7!important;border-color:#ffe08975!important;background:#ffd56921!important}@media (max-width: 680px){:root[data-theme=game] .create-persona-selects{grid-template-columns:minmax(0,1fr) repeat(2,minmax(0,1fr))!important}}@media (max-width: 460px){:root[data-theme=game] .create-persona-selects{grid-template-columns:minmax(0,1fr)!important}}:root[data-theme=game] .create-select .create-select-label{display:inline-flex!important;align-items:center!important;width:-moz-fit-content!important;width:fit-content!important;min-height:22px!important;padding:0 9px!important;border:1px solid rgba(255,232,166,.42)!important;border-radius:999px!important;color:#ffe8ad!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important;line-height:1!important;background:linear-gradient(180deg,#5d3911e6,#1a1008f0)!important;text-shadow:0 1px 0 rgba(0,0,0,.46)!important}:root[data-theme=game] .create-select-trigger .cc-select__value{display:block!important;min-width:0!important;overflow:hidden!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:950!important;line-height:1!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-select-trigger .cc-select__arrow{position:relative!important;flex:0 0 26px!important;width:26px!important;height:26px!important;border:1px solid rgba(255,230,157,.46)!important;border-radius:8px!important;background:linear-gradient(180deg,#ffe7a6,#bd7727)!important;box-shadow:inset 0 1px #ffffff47!important}:root[data-theme=game] .create-select-trigger .cc-select__arrow:before{position:absolute!important;top:8px!important;left:8px!important;width:8px!important;height:8px!important;border-right:2px solid #321807!important;border-bottom:2px solid #321807!important;content:""!important;transform:rotate(45deg)!important;transition:transform .18s ease!important}:root[data-theme=game] .create-select-trigger[aria-expanded=true] .cc-select__arrow:before{top:10px!important;transform:rotate(225deg)!important}:root[data-theme=game] .create-select-panel[data-floating=true]{position:fixed!important;right:auto!important;z-index:2500!important;box-sizing:border-box!important;transform-origin:top center!important}:root[data-theme=game] .create-select-panel[data-placement=top]{transform-origin:bottom center!important}:root[data-theme=game] .create-select-panel .create-select-option,:root[data-theme=game] .create-select-panel button.create-select-option{justify-content:flex-start!important}:root[data-theme=game] .create-select-panel .create-select-option>span:first-child{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-select-panel .create-select-option[data-selected=true],:root[data-theme=game] .create-select-panel button[data-selected=true]{color:#2b1607!important;border-color:#ffeeb4b8!important;background:linear-gradient(180deg,#fff0b8,#d99633)!important;box-shadow:inset 0 1px #ffffff5c,0 8px 18px #d9963333!important}:root[data-theme=game] .create-select-check{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-left:auto!important;color:#3b1b06!important;font-weight:950!important}:root[data-theme=game] .create-contract-page{overflow-x:hidden!important;overflow-y:auto!important;scrollbar-width:none!important;-ms-overflow-style:none!important}:root[data-theme=game] .create-contract-page::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:root[data-theme=game] .create-contract-page[data-step="2"]{padding-bottom:calc(var(--native-safe-bottom, 0px) + 84px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-workbench,:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{padding-bottom:30px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card{margin-bottom:30px!important}@media (max-height: 680px){:root[data-theme=game] .create-contract-page[data-step="2"]{padding-bottom:calc(var(--native-safe-bottom, 0px) + 78px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-contract-workbench,:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-panel{padding-bottom:24px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-memory-card{margin-bottom:24px!important}}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-console{grid-template-columns:minmax(0,1fr)!important;gap:clamp(8px,1.2vh,12px)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field{grid-column:1 / -1!important;grid-template-columns:52px minmax(0,1fr)!important;min-height:46px!important;gap:8px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field>span{width:52px!important;height:30px!important;padding:0!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field input{height:34px!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-select-row{grid-column:1 / -1!important;display:block!important;padding:0!important;border:0!important;background:transparent!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-select-row .create-select{width:100%!important;padding:9px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-story-select-row .create-select-trigger{height:40px!important}html,body,#root{width:100%!important;min-height:100%!important;overflow-x:hidden!important;overflow-y:hidden!important}.app-shell,.app-stage{overflow-x:hidden!important;overflow-y:hidden!important}:root[data-theme=game] .app-main:has(.create-contract-page){height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;scrollbar-width:none!important;-ms-overflow-style:none!important;-webkit-overflow-scrolling:touch!important}:root[data-theme=game] .app-main:has(.create-contract-page)::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}:root[data-theme=game] .create-contract-page{height:auto!important;min-height:100%!important;max-height:none!important;overflow:visible!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-selects{grid-template-columns:minmax(0,1.28fr) minmax(0,.86fr) minmax(0,.86fr)!important;align-items:stretch!important;gap:clamp(8px,1.1vh,12px)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-selects .create-select{display:grid!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;min-height:52px!important;gap:8px!important;padding:8px!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-select .create-select-label{flex:0 0 auto!important;min-width:40px!important;max-width:64px!important;min-height:28px!important;padding:0 8px!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-select-trigger{height:36px!important;min-width:0!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field{grid-template-columns:auto minmax(0,1fr)!important;min-height:42px!important;padding:6px 8px!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field>span{width:auto!important;height:auto!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;color:#ffe2a0db!important;background:transparent!important;box-shadow:none!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important;line-height:1!important;text-shadow:0 1px 8px rgba(217,167,93,.24)!important}:root[data-theme=game] .create-contract-page[data-step="3"] .create-nickname-field>span:after{content:""!important;display:inline-block!important;width:1px!important;height:14px!important;margin-left:8px!important;vertical-align:-2px!important;background:linear-gradient(180deg,transparent,rgba(231,189,98,.66),transparent)!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card{position:relative!important;overflow:hidden!important;padding:12px!important;border-color:#e7bd625c!important;background:radial-gradient(circle at 12% 0,rgba(231,189,98,.16),transparent 32%),linear-gradient(135deg,rgba(106,185,173,.08),transparent 46%),linear-gradient(180deg,#1d160ff0,#060608f5)!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card label{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px 12px!important;min-width:0!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card label>span{color:#ffe1a0!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:950!important;text-shadow:0 1px 10px rgba(217,167,93,.22)!important}:root[data-theme=game] .create-contract-page[data-step="4"] .create-quality-card label>strong{min-width:54px!important;padding:5px 8px!important;border:1px solid rgba(255,228,149,.42)!important;border-radius:10px!important;color:#2b1607!important;text-align:center!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important;box-shadow:inset 0 1px #ffffff5c,0 5px #5f31107a,0 10px 18px #00000038!important}:root[data-theme=game] .create-quality-range{grid-column:1 / -1!important;width:100%!important;height:28px!important;margin:0!important;padding:0!important;border:0!important;border-radius:999px!important;outline:0!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;background:linear-gradient(90deg,#ffe799 0 var(--quality),transparent var(--quality)),linear-gradient(180deg,#040406eb,#20150ceb)!important;box-shadow:inset 0 2px 5px #00000094,inset 0 0 0 1px #e7bd6247,0 1px #ffefc21f!important}:root[data-theme=game] .create-quality-range::-webkit-slider-runnable-track{height:12px!important;border-radius:999px!important;border:1px solid rgba(255,232,166,.24)!important;background:linear-gradient(90deg,#ffe799 0 var(--quality),rgba(7,7,9,.74) var(--quality)),repeating-linear-gradient(90deg,rgba(255,255,255,.16) 0 1px,transparent 1px 10px)!important}:root[data-theme=game] .create-quality-range::-webkit-slider-thumb{width:26px!important;height:26px!important;margin-top:-8px!important;border:2px solid rgba(255,245,204,.82)!important;border-radius:50%!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;background:radial-gradient(circle at 35% 28%,#fff7d7 0 18%,transparent 19%),linear-gradient(180deg,#ffd96d,#b46d22 62%,#5b3218)!important;box-shadow:0 0 0 3px #d9a75d2e,0 8px 16px #0000005c!important}:root[data-theme=game] .create-quality-range::-moz-range-track{height:12px!important;border-radius:999px!important;border:1px solid rgba(255,232,166,.24)!important;background:#070709bd!important}:root[data-theme=game] .create-quality-range::-moz-range-progress{height:12px!important;border-radius:999px!important;background:linear-gradient(90deg,#ffe799,#d99a36)!important}:root[data-theme=game] .create-quality-range::-moz-range-thumb{width:22px!important;height:22px!important;border:2px solid rgba(255,245,204,.82)!important;border-radius:50%!important;background:linear-gradient(180deg,#ffd96d,#b46d22 62%,#5b3218)!important;box-shadow:0 8px 16px #0000005c!important}:root[data-theme=game] .create-contract-actions{padding:8px!important;border:1px solid rgba(231,189,98,.38)!important;border-radius:18px!important;background:linear-gradient(180deg,#302315f0,#0a090af0),#0a090af0!important;box-shadow:inset 0 1px #ffefc224,0 16px 32px #0000006b!important}:root[data-theme=game] .create-contract-actions .cc-button,:root[data-theme=game] .create-contract-actions .cc-button button,:root[data-theme=game] .create-contract-actions .create-floating-actions__back,:root[data-theme=game] .create-contract-actions .create-floating-actions__next{min-height:42px!important;border:1px solid rgba(255,232,166,.46)!important;border-radius:13px!important;outline:0!important;font-family:var(--font-game)!important;font-size:17px!important;font-weight:950!important;letter-spacing:0!important;transform:translateY(0)!important;transition:transform .12s ease,box-shadow .12s ease!important}:root[data-theme=game] .create-contract-actions .create-floating-actions__next,:root[data-theme=game] .create-contract-actions .create-floating-actions__next button{color:#2a1506!important;background:radial-gradient(circle at 50% 10%,rgba(255,255,255,.45),transparent 34%),linear-gradient(180deg,#fff0b8,#dda142 54%,#9b5a21)!important;box-shadow:inset 0 2px #ffffff61,inset 0 -3px #5e2e0f5c,0 5px #522a12b8,0 12px 22px #0000004d!important;text-shadow:0 1px 0 rgba(255,247,210,.38)!important}:root[data-theme=game] .create-contract-actions .create-floating-actions__back,:root[data-theme=game] .create-contract-actions .create-floating-actions__back button{color:#ffe7ad!important;background:radial-gradient(circle at 50% 10%,rgba(255,232,166,.2),transparent 34%),linear-gradient(180deg,#4a3320,#211713 56%,#080708)!important;box-shadow:inset 0 1px #ffefc22e,inset 0 -3px #0000006b,0 4px #0000008a,0 10px 18px #00000042!important}:root[data-theme=game] .create-contract-actions .cc-button:active,:root[data-theme=game] .create-contract-actions .cc-button button:active{transform:translateY(3px)!important;box-shadow:inset 0 2px 5px #00000061,0 1px #00000080!important}@media (max-width: 520px){:root[data-theme=game] .create-contract-page[data-step="2"] .create-persona-selects{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .create-contract-page[data-step="2"] .create-select .create-select-label{min-width:56px!important;max-width:72px!important}}:root[data-theme=game] .game-quest-page,:root[data-theme=game] .game-chats-page,:root[data-theme=game] .game-worlds-page{gap:10px!important;padding-bottom:calc(var(--home-scroll-bottom-gap) + 12px)!important;overflow-x:hidden!important}:root[data-theme=game] .game-quest-hero,:root[data-theme=game] .world-plaza-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;gap:10px!important;padding:13px!important;border:1px solid rgba(231,189,98,.36)!important;border-radius:18px!important;background:radial-gradient(circle at 12% 0,rgba(231,189,98,.18),transparent 34%),linear-gradient(135deg,rgba(106,185,173,.08),transparent 44%),linear-gradient(180deg,#1f1811f0,#07070af5)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc21f,0 14px 28px #00000047!important}:root[data-theme=game] .game-quest-hero h1,:root[data-theme=game] .world-plaza-hero h1,:root[data-theme=game] .game-chats-hero h1{margin:4px 0!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:clamp(19px,5.2vw,25px)!important;line-height:1.08!important;letter-spacing:0!important;text-shadow:0 2px 12px rgba(217,167,93,.2)!important}:root[data-theme=game] .game-quest-hero small,:root[data-theme=game] .world-plaza-hero small,:root[data-theme=game] .game-chats-hero small{color:#8debffc7!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .game-quest-hero p,:root[data-theme=game] .world-plaza-hero p,:root[data-theme=game] .game-chats-hero p{margin:0!important;color:#ead6aabd!important;font-size:12px!important;line-height:1.45!important}:root[data-theme=game] .game-quest-progress,:root[data-theme=game] .world-plaza-stats{display:grid!important;align-content:center!important;justify-items:center!important;min-width:106px!important;padding:10px!important;border:1px solid rgba(255,226,160,.28)!important;border-radius:15px!important;background:linear-gradient(180deg,#382512d1,#060608c2)!important;box-shadow:inset 0 1px #ffefc21f!important}:root[data-theme=game] .game-quest-progress strong,:root[data-theme=game] .world-plaza-stats strong{color:#ffe39a!important;font-size:24px!important;font-weight:950!important;line-height:1!important}:root[data-theme=game] .game-quest-progress .cc-progress,:root[data-theme=game] .game-world-progress .cc-progress,:root[data-theme=game] .public-world-progress .cc-progress{width:100%!important;height:10px!important;margin:8px 0 4px!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:999px!important;background:#040406b8!important;overflow:hidden!important;box-shadow:inset 0 2px 4px #00000080!important}:root[data-theme=game] .game-quest-progress .cc-progress *,:root[data-theme=game] .game-world-progress .cc-progress *,:root[data-theme=game] .public-world-progress .cc-progress *{border-radius:999px!important;background:linear-gradient(90deg,#8defff,#ffe39a 58%,#d79a38)!important}:root[data-theme=game] .quest-reward-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .quest-reward-strip span{min-width:0!important;padding:10px!important;border:1px solid rgba(208,157,77,.26)!important;border-radius:14px!important;background:linear-gradient(135deg,rgba(231,189,98,.1),transparent 56%),#070709b8!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .quest-reward-strip b{display:block!important;color:#ffe39a!important;font-size:15px!important;font-weight:950!important}:root[data-theme=game] .quest-reward-strip small{color:#ead6aaad!important;font-size:12px!important}:root[data-theme=game] .game-sign-card,:root[data-theme=game] .quest-chain-panel,:root[data-theme=game] .chat-archive-party,:root[data-theme=game] .chat-archive-memory,:root[data-theme=game] .world-spotlight,:root[data-theme=game] .game-world-card{border:1px solid rgba(208,157,77,.28)!important;border-radius:16px!important;background:linear-gradient(110deg,rgba(229,178,94,.07),transparent 42%),linear-gradient(180deg,#161212e6,#07080af0)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffebb01a,0 12px 24px #0000003d!important}:root[data-theme=game] .game-sign-card{grid-template-columns:minmax(0,.9fr) minmax(180px,1.2fr) auto!important;align-items:center!important;gap:10px!important}:root[data-theme=game] .game-sign-card b{height:30px!important;border:1px solid rgba(255,226,160,.2)!important;border-radius:10px!important;background:#0606088f!important;color:#ead6aac2!important}:root[data-theme=game] .game-sign-card b[data-done=true],:root[data-theme=game] .game-sign-card b[data-active=true]{color:#2b1607!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important;box-shadow:0 5px 12px #d996333d!important}:root[data-theme=game] .quest-chain-panel{display:grid!important;gap:9px!important;padding:10px!important}:root[data-theme=game] .quest-chain-panel>header,:root[data-theme=game] .store-selected-perks,:root[data-theme=game] .chat-archive-memory{display:grid!important;gap:4px!important}:root[data-theme=game] .quest-chain-panel>header strong,:root[data-theme=game] .store-selected-perks strong,:root[data-theme=game] .chat-archive-memory b,:root[data-theme=game] .world-spotlight strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:14px!important;font-weight:950!important}:root[data-theme=game] .game-task-list{display:grid!important;gap:8px!important;overflow:visible!important}:root[data-theme=game] .game-task-item{display:grid!important;grid-template-columns:36px minmax(0,1fr) auto 76px!important;align-items:center!important;gap:9px!important;min-height:68px!important;padding:8px!important;border:1px solid rgba(208,157,77,.22)!important;border-radius:14px!important;background:#04040761!important}:root[data-theme=game] .game-task-rune{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border-radius:11px!important;border:1px solid rgba(255,232,166,.38)!important;color:#2b1607!important;font-weight:950!important;background:linear-gradient(180deg,#fff0b8,#b87328)!important;box-shadow:0 4px #4f270d7a!important}:root[data-theme=game] .game-task-copy{min-width:0!important}:root[data-theme=game] .game-task-copy em,:root[data-theme=game] .game-task-reward small{display:block!important;color:#8debffb8!important;font-size:12px!important;font-style:normal!important;font-weight:900!important}:root[data-theme=game] .game-task-copy strong,:root[data-theme=game] .game-task-copy small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .game-task-reward{text-align:right!important}:root[data-theme=game] .game-task-reward b{color:#ffe39a!important;font-size:17px!important}:root[data-theme=game] .game-task-item[data-done=true]{border-color:#8debff57!important;background:linear-gradient(90deg,rgba(141,235,255,.12),transparent 36%),#0404076b!important}:root[data-theme=game] .store-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .store-pay-card{min-height:112px!important;padding:10px!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:15px!important;background:radial-gradient(circle at 12% 0,rgba(231,189,98,.12),transparent 36%),linear-gradient(180deg,#1d160feb,#060608eb)!important;box-shadow:inset 0 1px #ffefc21a,0 8px 18px #00000038!important}:root[data-theme=game] .store-pay-card[data-active=true]{border-color:#ffe8a6a8!important;background:radial-gradient(circle at 18% 0,rgba(255,239,194,.22),transparent 42%),linear-gradient(180deg,#4e3012f5,#120b07f5)!important;box-shadow:inset 0 1px #ffefc238,0 0 0 2px #d9a75d1f,0 12px 24px #0000004d!important}:root[data-theme=game] .store-pay-card strong{color:#ffe39a!important;font-size:20px!important}:root[data-theme=game] .store-selected-perks{padding:10px!important;border:1px solid rgba(141,235,255,.2)!important;border-radius:14px!important;background:#050d1061!important}:root[data-theme=game] .store-selected-perks div{display:flex!important;gap:6px!important;overflow-x:auto!important}:root[data-theme=game] .store-selected-perks span{flex:0 0 auto!important;padding:4px 8px!important;border:1px solid rgba(255,232,166,.2)!important;border-radius:999px!important;color:#ead6aad1!important;font-size:12px!important}:root[data-theme=game] .store-pay-action{min-height:42px!important;border:1px solid rgba(255,232,166,.5)!important;border-radius:12px!important;color:#2b1607!important;background:radial-gradient(circle at 50% 10%,rgba(255,255,255,.42),transparent 34%),linear-gradient(180deg,#fff0b8,#dda142 55%,#9b5a21)!important;box-shadow:inset 0 2px #ffffff5c,0 5px #522a12ad,0 12px 22px #00000047!important}:root[data-theme=game] .game-chats-page{padding-right:10px!important;padding-left:10px!important}:root[data-theme=game] .game-chats-hero{grid-template-columns:minmax(0,1fr) minmax(118px,.42fr)!important}:root[data-theme=game] .chat-archive-party{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;padding:9px!important}:root[data-theme=game] .chat-archive-party button{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;min-width:0!important;min-height:48px!important;padding:6px!important;border:1px solid rgba(208,157,77,.22)!important;border-radius:13px!important;background:#0404076b!important;color:#ead6aa!important}:root[data-theme=game] .chat-archive-party img{width:36px!important;height:36px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .chat-archive-party strong,:root[data-theme=game] .chat-archive-party small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-memory{padding:10px!important}:root[data-theme=game] .chat-archive-memory span,:root[data-theme=game] .chat-archive-memory em{color:#ead6aab3!important;font-size:12px!important;font-style:normal!important;line-height:1.4!important}:root[data-theme=game] .game-chats-progress{border-color:#e7bd624d!important;background:linear-gradient(90deg,rgba(141,235,255,.08),transparent 46%),#060608c2!important}:root[data-theme=game] .chat-archive-quests article[data-done=true]{border-color:#8debff47!important;background:#8debff14!important}:root[data-theme=game] .world-plaza-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important;min-width:176px!important;gap:6px!important}:root[data-theme=game] .world-plaza-stats span{display:grid!important;justify-items:center!important;gap:2px!important}:root[data-theme=game] .world-plaza-stats small{color:#ead6aaad!important;font-size:12px!important}:root[data-theme=game] .world-spotlight{display:grid!important;grid-template-columns:82px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:9px!important}:root[data-theme=game] .world-spotlight img,:root[data-theme=game] .world-spotlight .cc-lazy-image,:root[data-theme=game] .world-spotlight picture{width:82px!important;height:58px!important;border-radius:12px!important;-o-object-fit:cover!important;object-fit:cover!important;overflow:hidden!important}:root[data-theme=game] .game-world-feed{display:grid!important;gap:10px!important;overflow:visible!important}:root[data-theme=game] .game-world-card{display:grid!important;gap:9px!important;padding:10px!important}:root[data-theme=game] .game-world-card>header img{width:42px!important;height:42px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important;border:1px solid rgba(255,232,166,.34)!important}:root[data-theme=game] .game-world-map{position:relative!important;min-height:142px!important;overflow:hidden!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:15px!important;background:#070708!important}:root[data-theme=game] .game-world-map img,:root[data-theme=game] .game-world-map .cc-lazy-image,:root[data-theme=game] .game-world-map picture{width:100%!important;height:142px!important;-o-object-fit:cover!important;object-fit:cover!important;opacity:.78!important}:root[data-theme=game] .game-world-map>div{position:absolute!important;right:9px!important;bottom:9px!important;left:9px!important;padding:8px!important;border:1px solid rgba(255,232,166,.24)!important;border-radius:12px!important;background:#060608b8!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root[data-theme=game] .world-map-chips{display:flex!important;gap:6px!important;overflow-x:auto!important}:root[data-theme=game] .world-map-chips span{flex:0 0 auto!important;padding:5px 9px!important;border:1px solid rgba(141,235,255,.2)!important;border-radius:999px!important;color:#e2f7f6d1!important;background:#0613157a!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .game-world-progress{display:grid!important;gap:6px!important;padding:8px!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:13px!important;background:#04040757!important}:root[data-theme=game] .game-world-progress span{display:flex!important;justify-content:space-between!important;gap:8px!important}:root[data-theme=game] .game-world-stats span{padding:8px!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:12px!important;background:#0404075c!important;text-align:center!important}:root[data-theme=game] .game-world-stats strong{color:#ffe39a!important;font-size:17px!important}:root[data-theme=game] .game-world-characters,:root[data-theme=game] .game-world-gallery,:root[data-theme=game] .game-world-actions{display:grid!important;gap:7px!important}:root[data-theme=game] .game-world-characters{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .game-world-characters button{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;min-height:46px!important;padding:6px!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:12px!important;background:#04040761!important;color:#ead6aa!important}:root[data-theme=game] .game-world-gallery figure{min-width:0!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(208,157,77,.2)!important;border-radius:12px!important;background:#0404076b!important}:root[data-theme=game] .game-world-gallery img,:root[data-theme=game] .game-world-gallery .cc-lazy-image,:root[data-theme=game] .game-world-gallery picture{width:100%!important;height:68px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-gallery figcaption{overflow:hidden!important;padding:5px 6px!important;color:#ead6aac7!important;font-size:12px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .game-world-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .game-world-actions .cc-button,:root[data-theme=game] .game-world-actions .cc-button button,:root[data-theme=game] .game-task-item .cc-button,:root[data-theme=game] .game-task-item .cc-button button,:root[data-theme=game] .game-sign-card .cc-button,:root[data-theme=game] .game-sign-card .cc-button button{min-height:34px!important;border-radius:11px!important;border:1px solid rgba(255,232,166,.3)!important;font-size:12px!important;font-weight:950!important}@media (max-width: 560px){:root[data-theme=game] .game-quest-hero,:root[data-theme=game] .world-plaza-hero,:root[data-theme=game] .game-chats-hero,:root[data-theme=game] .world-spotlight{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .game-quest-progress,:root[data-theme=game] .world-plaza-stats{min-width:0!important}:root[data-theme=game] .game-sign-card,:root[data-theme=game] .game-task-item{grid-template-columns:34px minmax(0,1fr)!important}:root[data-theme=game] .game-task-reward{text-align:left!important}:root[data-theme=game] .game-task-item .cc-button{grid-column:2!important}:root[data-theme=game] .chat-archive-party,:root[data-theme=game] .store-card-grid,:root[data-theme=game] .game-world-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .game-world-actions{grid-template-columns:1fr!important}}:root[data-theme=game] .game-quest-page,:root[data-theme=game] .store-world-page,:root[data-theme=game] .game-worlds-page{position:relative!important;display:flex!important;flex-direction:column!important;gap:10px!important;height:100%!important;min-height:0!important;padding:calc(var(--native-safe-top, 0px) + 10px) 10px calc(var(--native-safe-bottom, 0px) + 18px)!important;overflow-x:hidden!important;overflow-y:auto!important;background:radial-gradient(circle at 18% -8%,rgba(231,189,98,.16),transparent 32%),radial-gradient(circle at 94% 2%,rgba(106,185,173,.1),transparent 30%),linear-gradient(180deg,#111015,#08080b 48%,#050506)!important;scrollbar-width:none!important}:root[data-theme=game] .game-quest-page::-webkit-scrollbar,:root[data-theme=game] .store-world-page::-webkit-scrollbar,:root[data-theme=game] .game-worlds-page::-webkit-scrollbar{display:none!important}:root[data-theme=game] .game-quest-page>.page-header,:root[data-theme=game] .store-world-page>.page-header,:root[data-theme=game] .game-worlds-page>.page-topbar{flex:0 0 auto!important;margin:0!important;padding:0!important;background:transparent!important}:root[data-theme=game] .game-quest-hero,:root[data-theme=game] .store-world-hero,:root[data-theme=game] .world-plaza-hero{position:relative!important;flex:0 0 auto!important;overflow:hidden!important;border:1px solid rgba(231,189,98,.42)!important;border-radius:18px 18px 10px 10px!important;background:linear-gradient(115deg,rgba(255,230,160,.14),transparent 42%),radial-gradient(circle at 88% 10%,rgba(141,235,255,.14),transparent 28%),linear-gradient(180deg,#231a12fa,#0a090bfa)!important;box-shadow:inset 0 1px #ffefc229,0 14px 28px #0000004d!important}:root[data-theme=game] .game-quest-hero:after,:root[data-theme=game] .store-world-hero:after,:root[data-theme=game] .world-plaza-hero:after{position:absolute!important;right:12px!important;bottom:8px!important;left:12px!important;height:1px!important;content:""!important;background:linear-gradient(90deg,transparent,rgba(255,225,145,.48),transparent)!important}:root[data-theme=game] .quest-board,:root[data-theme=game] .store-world-panel,:root[data-theme=game] .world-plaza-board{position:relative!important;display:grid!important;gap:10px!important;min-height:0!important;padding:10px!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:10px 10px 18px 18px!important;background:linear-gradient(180deg,#1c140dd1,#060608eb),#070709eb!important;box-shadow:inset 0 1px #ffefc217,0 12px 24px #00000038!important}:root[data-theme=game] .quest-board:before,:root[data-theme=game] .store-world-panel:before,:root[data-theme=game] .world-plaza-board:before{position:absolute!important;top:-1px!important;right:14px!important;left:14px!important;height:1px!important;content:""!important;background:linear-gradient(90deg,transparent,rgba(255,225,145,.42),transparent)!important}:root[data-theme=game] .quest-reward-strip,:root[data-theme=game] .store-resource-grid,:root[data-theme=game] .game-world-stats{gap:7px!important}:root[data-theme=game] .quest-reward-strip span,:root[data-theme=game] .store-resource-grid button,:root[data-theme=game] .game-world-stats span{border:1px solid rgba(208,157,77,.22)!important;border-radius:13px!important;background:linear-gradient(145deg,rgba(255,226,160,.08),transparent 48%),#0404076b!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .game-sign-card,:root[data-theme=game] .quest-chain-panel,:root[data-theme=game] .world-spotlight,:root[data-theme=game] .game-world-card{border:0!important;border-radius:14px!important;background:#05050747!important;box-shadow:none!important}:root[data-theme=game] .quest-chain-panel{padding:0!important}:root[data-theme=game] .quest-chain-panel>header,:root[data-theme=game] .game-world-card>header,:root[data-theme=game] .store-world-panel .store-mode-switch{padding:8px!important;border:1px solid rgba(208,157,77,.18)!important;border-radius:13px!important;background:#0505075c!important}:root[data-theme=game] .game-task-list,:root[data-theme=game] .game-world-feed,:root[data-theme=game] .store-world-card-grid{display:grid!important;gap:8px!important;overflow:visible!important}:root[data-theme=game] .game-task-item,:root[data-theme=game] .store-pay-card,:root[data-theme=game] .game-world-map,:root[data-theme=game] .game-world-progress,:root[data-theme=game] .game-world-characters button,:root[data-theme=game] .game-world-gallery figure{border:1px solid rgba(208,157,77,.22)!important;border-radius:13px!important;background:linear-gradient(135deg,rgba(231,189,98,.08),transparent 46%),#05050894!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .game-task-item[data-done=true],:root[data-theme=game] .store-pay-card[data-active=true]{border-color:#ffe19194!important;background:linear-gradient(135deg,rgba(255,225,145,.16),transparent 48%),#1f140ab8!important;box-shadow:inset 0 1px #ffefc22e,0 0 0 1px #d9a75d14!important}:root[data-theme=game] .game-task-rune,:root[data-theme=game] .store-resource-grid i,:root[data-theme=game] .store-world-vip,:root[data-theme=game] .game-world-card>header img{border:1px solid rgba(255,232,166,.42)!important;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.42),transparent 28%),linear-gradient(180deg,#ffe39a,#b87328)!important;box-shadow:inset 0 1px #ffffff59,0 4px #4b260e7a!important}:root[data-theme=game] .game-task-copy strong,:root[data-theme=game] .store-pay-card strong,:root[data-theme=game] .game-world-map strong,:root[data-theme=game] .world-spotlight strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-weight:950!important}:root[data-theme=game] .game-task-copy small,:root[data-theme=game] .store-pay-card small,:root[data-theme=game] .game-world-map span,:root[data-theme=game] .world-spotlight span,:root[data-theme=game] .quest-chain-panel>header small{color:#ead6aaad!important;font-size:12px!important;line-height:1.35!important}:root[data-theme=game] .store-world-page .store-world-panel{flex:1 1 auto!important}:root[data-theme=game] .store-world-page .store-checkout-bar{margin-top:2px!important;border-radius:14px!important}:root[data-theme=game] .world-plaza-board{flex:1 1 auto!important}:root[data-theme=game] .world-plaza-board .world-spotlight{margin:0!important;padding:8px!important}:root[data-theme=game] .game-world-card{padding:8px!important}:root[data-theme=game] .game-world-actions{padding-top:2px!important}@media (max-width: 560px){:root[data-theme=game] .quest-board,:root[data-theme=game] .store-world-panel,:root[data-theme=game] .world-plaza-board{padding:8px!important}:root[data-theme=game] .game-task-item{grid-template-columns:34px minmax(0,1fr) auto!important}:root[data-theme=game] .game-task-item .cc-button{grid-column:1 / -1!important}}:root[data-theme=game] .game-quest-page,:root[data-theme=game] .store-world-page,:root[data-theme=game] .game-worlds-page{isolation:isolate!important;background:radial-gradient(circle at 15% -6%,rgba(255,224,142,.16),transparent 30%),radial-gradient(circle at 100% 10%,rgba(92,215,205,.11),transparent 28%),linear-gradient(180deg,#141116,#08080b 54%,#050506)!important}:root[data-theme=game] .game-quest-page:before,:root[data-theme=game] .store-world-page:before,:root[data-theme=game] .game-worlds-page:before{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:-1!important;pointer-events:none!important;content:""!important;background:linear-gradient(rgba(255,232,166,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,232,166,.018) 1px,transparent 1px)!important;background-size:24px 24px!important;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 78%)!important;mask-image:linear-gradient(180deg,rgba(0,0,0,.78),transparent 78%)!important}:root[data-theme=game] .game-quest-hero,:root[data-theme=game] .store-world-hero,:root[data-theme=game] .world-plaza-hero{min-height:112px!important;padding:12px!important}:root[data-theme=game] .store-world-hero{display:grid!important;grid-template-columns:58px minmax(0,1fr) 76px!important;align-items:center!important;gap:10px!important}:root[data-theme=game] .store-world-orb{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;border:1px solid rgba(255,232,166,.48)!important;border-radius:17px!important;color:#2a1506!important;font-size:24px!important;background:radial-gradient(circle at 35% 20%,rgba(255,255,255,.48),transparent 30%),linear-gradient(180deg,#fff0b8,#d79a38 62%,#7c4118)!important;box-shadow:inset 0 2px #ffffff52,0 5px #4c260e94,0 12px 22px #0000004d!important}:root[data-theme=game] .store-world-hero h1,:root[data-theme=game] .game-quest-hero h1,:root[data-theme=game] .world-plaza-hero h1{margin:3px 0 5px!important;color:#ffe9a8!important;font-size:clamp(20px,5.2vw,26px)!important}:root[data-theme=game] .store-world-exp{position:relative!important;height:10px!important;margin-top:8px!important;overflow:hidden!important;border:1px solid rgba(255,232,166,.24)!important;border-radius:999px!important;background:#020204b8!important;box-shadow:inset 0 2px 5px #00000085!important}:root[data-theme=game] .store-world-exp i{display:block!important;width:min(100%,var(--progress, 62%))!important;height:100%!important;border-radius:inherit!important;background:linear-gradient(90deg,#71f1ff,#ffe39a 58%,#d79a38)!important;box-shadow:0 0 14px #ffe19161!important}:root[data-theme=game] .store-world-vip{display:grid!important;place-items:center!important;min-height:58px!important;padding:7px 6px!important;border-radius:16px!important;color:#2a1506!important;text-align:center!important}:root[data-theme=game] .store-world-vip small,:root[data-theme=game] .store-world-vip strong{display:block!important;color:inherit!important;font-size:12px!important;line-height:1.15!important}:root[data-theme=game] .store-world-vip strong{font-size:15px!important;font-weight:950!important}:root[data-theme=game] .store-resource-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .store-resource-grid button{display:grid!important;grid-template-columns:32px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:58px!important;padding:8px!important;text-align:left!important}:root[data-theme=game] .store-resource-grid i{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border-radius:11px!important;font-style:normal!important;color:#2a1506!important}:root[data-theme=game] .store-resource-grid span,:root[data-theme=game] .store-resource-grid small,:root[data-theme=game] .store-resource-grid strong{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .store-resource-grid span{color:#ead6aab8!important;font-size:12px!important}:root[data-theme=game] .store-resource-grid strong{color:#ffe9a8!important;font-size:14px!important;font-weight:950!important}:root[data-theme=game] .store-world-panel .store-mode-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:6px!important}:root[data-theme=game] .store-world-panel .store-mode-switch button{min-height:44px!important;border:1px solid transparent!important;border-radius:12px!important;background:transparent!important;color:#ead6aab8!important}:root[data-theme=game] .store-world-panel .store-mode-switch button[data-active=true]{border-color:#ffe8a68c!important;color:#2a1506!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important;box-shadow:0 4px #4c260e8f!important}:root[data-theme=game] .store-world-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .store-pay-card{min-height:112px!important;padding:10px!important}:root[data-theme=game] .store-pay-card span,:root[data-theme=game] .store-pay-card small,:root[data-theme=game] .store-pay-card strong,:root[data-theme=game] .store-pay-card em{min-width:0!important;font-size:max(12px,1em)!important}:root[data-theme=game] .store-world-checkout{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:9px!important;border:1px solid rgba(255,232,166,.24)!important;background:linear-gradient(90deg,rgba(255,225,145,.08),transparent 54%),#05050794!important}:root[data-theme=game] .quest-board{gap:9px!important}:root[data-theme=game] .game-sign-card{display:grid!important;grid-template-columns:minmax(0,.85fr) minmax(180px,1.15fr) auto!important;align-items:center!important;padding:8px!important}:root[data-theme=game] .game-task-item{min-height:66px!important}:root[data-theme=game] .world-plaza-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:center!important;gap:6px!important;min-width:210px!important}:root[data-theme=game] .world-plaza-stats span{display:grid!important;place-items:center!important;min-height:58px!important;padding:6px!important;border:1px solid rgba(255,232,166,.2)!important;border-radius:13px!important;background:#0505076b!important}:root[data-theme=game] .world-spotlight{display:grid!important;grid-template-columns:64px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important}:root[data-theme=game] .world-spotlight img,:root[data-theme=game] .world-spotlight .cc-lazy-image,:root[data-theme=game] .world-spotlight picture{width:64px!important;height:64px!important;border-radius:14px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-card>header{grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important}:root[data-theme=game] .game-world-map{display:grid!important;grid-template-columns:86px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:8px!important}:root[data-theme=game] .game-world-map img,:root[data-theme=game] .game-world-map .cc-lazy-image,:root[data-theme=game] .game-world-map picture{width:86px!important;height:62px!important;border-radius:12px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important}@media (max-width: 560px){:root[data-theme=game] .store-world-hero{grid-template-columns:52px minmax(0,1fr)!important}:root[data-theme=game] .store-world-vip{grid-column:1 / -1!important;min-height:42px!important}:root[data-theme=game] .store-resource-grid,:root[data-theme=game] .store-world-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .game-sign-card,:root[data-theme=game] .world-spotlight,:root[data-theme=game] .world-plaza-hero,:root[data-theme=game] .game-world-map{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .world-plaza-stats{min-width:0!important}:root[data-theme=game] .store-world-checkout{grid-template-columns:minmax(0,1fr)!important}}:root[data-theme=game] .app-main>section,:root[data-theme=game] .app-main>div{animation:gamePageEnter .26s cubic-bezier(.2,.8,.2,1) both}:root[data-theme=game] button,:root[data-theme=game] .cc-button,:root[data-theme=game] [role=button]{transition:transform .14s ease,filter .18s ease,box-shadow .18s ease!important}:root[data-theme=game] button:active,:root[data-theme=game] .cc-button:active,:root[data-theme=game] [role=button]:active{transform:translateY(2px) scale(.985)!important;filter:brightness(1.08) saturate(1.08)!important}:root[data-theme=game] .home-rule-panel{position:relative;display:grid;gap:8px;padding:10px;border:1px solid rgba(255,226,160,.3);border-radius:16px;background:linear-gradient(120deg,rgba(255,226,160,.1),transparent 44%),#09080cbd;box-shadow:inset 0 1px #ffefc21f,0 12px 26px #00000047}:root[data-theme=game] .home-rule-panel header{display:flex;align-items:end;justify-content:space-between;gap:8px}:root[data-theme=game] .home-rule-panel header small{color:#8debffc7;font-size:12px;font-weight:950}:root[data-theme=game] .home-rule-panel header strong{color:#ffe9a8;font-family:var(--font-game);font-size:15px;font-weight:950}:root[data-theme=game] .home-rule-panel>div{display:grid;gap:7px}:root[data-theme=game] .home-rule-panel article{display:grid;grid-template-columns:30px minmax(0,1fr);gap:8px;align-items:center;padding:8px;border:1px solid rgba(208,157,77,.22);border-radius:13px;background:radial-gradient(circle at 0 0,rgba(141,235,255,.1),transparent 40%),#04040780}:root[data-theme=game] .home-rule-panel b{display:grid;place-items:center;width:30px;height:30px;border:1px solid rgba(255,232,166,.46);border-radius:10px;color:#2a1506;background:linear-gradient(180deg,#fff0b8,#d79a38);box-shadow:0 4px #4b260e7a}:root[data-theme=game] .home-rule-panel span,:root[data-theme=game] .home-rule-panel strong,:root[data-theme=game] .home-rule-panel small,:root[data-theme=game] .home-rule-panel em{display:block;min-width:0}:root[data-theme=game] .home-rule-panel article strong{color:#ffe9a8;font-size:13px;font-weight:950}:root[data-theme=game] .home-rule-panel article small,:root[data-theme=game] .home-rule-panel article em{overflow:hidden;color:#ead6aab8;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}:root[data-theme=game] .home-rule-panel article em{color:#8debffc7;font-style:normal;font-weight:900}.splash-world-gate{position:relative;display:grid;min-height:100vh;overflow:hidden;place-items:center;background:#050507}.splash-gate-bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scale(1.05);filter:saturate(1.08) brightness(.74)}.splash-gate-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 42%,transparent 0 24%,rgba(4,4,7,.34) 42%,rgba(0,0,0,.88) 100%),linear-gradient(180deg,#06070c1a,#030305b8)}.splash-gate-window{position:relative;width:min(76vw,360px);aspect-ratio:.72;margin-top:-9vh;perspective:900px}.splash-gate-ring{position:absolute;top:8%;right:10%;bottom:18%;left:10%;border:2px solid rgba(255,226,160,.48);border-radius:50% 50% 44% 44%;background:radial-gradient(ellipse at 50% 58%,rgba(141,235,255,.18),transparent 44%),radial-gradient(ellipse at 50% 50%,rgba(255,226,160,.16),transparent 62%);box-shadow:inset 0 0 34px #8debff2e,0 0 34px #ffe2a033,0 26px 64px #00000075;animation:gateBreath 2.2s ease-in-out infinite}.splash-gate-ring:before,.splash-gate-ring:after{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px solid rgba(141,235,255,.24);border-radius:inherit;content:""}.splash-gate-ring:after{top:-9%;right:-9%;bottom:-9%;left:-9%;border-color:#ffe2a029;transform:rotateX(64deg)}.splash-gate-floor{position:absolute;right:7%;bottom:10%;left:7%;height:18%;border-radius:50%;background:radial-gradient(ellipse,rgba(255,226,160,.28),rgba(141,235,255,.08) 42%,transparent 72%);transform:rotateX(66deg);animation:floorPulse 1.6s ease-in-out infinite}.splash-walker{position:absolute;right:23%;bottom:14%;width:38%;transform-origin:50% 100%;animation:walkerEnter 3s cubic-bezier(.18,.88,.22,1) infinite}.splash-walker img{display:block;width:100%;aspect-ratio:1;border:1px solid rgba(255,226,160,.4);border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 0 0 8px #ffe2a00f,0 18px 34px #0000007a;animation:walkerStep .52s ease-in-out infinite}.splash-walker i{display:block;width:78%;height:10px;margin:-2px auto 0;border-radius:50%;background:#00000061;filter:blur(3px)}.splash-gate-spark{position:absolute;width:8px;height:8px;border-radius:50%;background:#ffe9a8;box-shadow:0 0 18px #ffe2a0cc;animation:sparkDrift 2.4s ease-in-out infinite}.splash-gate-spark--one{top:20%;left:20%}.splash-gate-spark--two{top:36%;right:16%;animation-delay:-.7s}.splash-gate-spark--three{right:30%;bottom:28%;animation-delay:-1.2s}.splash-gate-copy{bottom:max(34px,env(safe-area-inset-bottom))}.splash-gate-copy h1{font-size:clamp(26px,8vw,42px)}.splash-gate-progress{overflow:hidden;border:1px solid rgba(255,226,160,.28);background:#0404079e}.splash-gate-progress:before{display:block;width:46%;height:100%;border-radius:inherit;content:"";background:linear-gradient(90deg,#71f1ff,#ffe39a 62%,#d79a38);animation:loadingTravel 1.3s ease-in-out infinite}@keyframes gamePageEnter{0%{opacity:0;transform:translateY(10px) scale(.992)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gateBreath{0%,to{filter:brightness(.95);transform:scale(.985)}50%{filter:brightness(1.18);transform:scale(1.015)}}@keyframes floorPulse{0%,to{opacity:.55;transform:rotateX(66deg) scale(.92)}50%{opacity:1;transform:rotateX(66deg) scale(1.06)}}@keyframes walkerEnter{0%{opacity:0;transform:translate3d(80px,22px,-220px) scale(.54)}35%{opacity:1}78%,to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes walkerStep{0%,to{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-5px) rotate(1deg)}}@keyframes sparkDrift{0%,to{opacity:.25;transform:translateY(8px) scale(.7)}50%{opacity:1;transform:translateY(-10px) scale(1)}}@keyframes loadingTravel{0%{transform:translate(-120%)}to{transform:translate(240%)}}:root[data-theme=game] .home-game-side button{transform-origin:50% 70%!important;animation:homeSideAttention 6.6s cubic-bezier(.2,.8,.2,1) infinite!important;will-change:transform,filter!important}:root[data-theme=game] .home-game-side--left button:nth-child(1){animation-delay:.2s!important}:root[data-theme=game] .home-game-side--left button:nth-child(2){animation-delay:1.05s!important}:root[data-theme=game] .home-game-side--left button:nth-child(3){animation-delay:1.9s!important}:root[data-theme=game] .home-game-side--left button:nth-child(4){animation-delay:2.75s!important}:root[data-theme=game] .home-game-side--right button:nth-child(1){animation-delay:3.15s!important}:root[data-theme=game] .home-game-side--right button:nth-child(2){animation-delay:4s!important}:root[data-theme=game] .home-game-side--right button:nth-child(3){animation-delay:4.85s!important}:root[data-theme=game] .home-game-side--right button:nth-child(4){animation-delay:5.7s!important}:root[data-theme=game] .home-game-side button i{animation:homeIconFloat 3.8s ease-in-out infinite!important}:root[data-theme=game] .home-game-side button:nth-child(2n) i{animation-delay:-1.2s!important}:root[data-theme=game] .home-game-feed button:nth-child(2){position:relative!important;isolation:isolate!important;overflow:hidden!important;transform-origin:50% 70%!important;animation:homeLiquidCta 2.8s cubic-bezier(.25,.9,.2,1) infinite!important;will-change:transform,border-radius,box-shadow,filter!important}:root[data-theme=game] .home-game-feed button:nth-child(2):before,:root[data-theme=game] .home-game-feed button:nth-child(2):after{position:absolute!important;top:-36%!important;right:-36%!important;bottom:-36%!important;left:-36%!important;z-index:-1!important;pointer-events:none!important;content:""!important;border-radius:42% 58% 56% 44%/45% 42% 58% 55%!important;background:radial-gradient(circle at 35% 32%,rgba(255,247,205,.36),transparent 18%),radial-gradient(circle at 64% 72%,rgba(141,235,255,.18),transparent 24%),linear-gradient(135deg,#ffe29147,#be632a1f)!important;opacity:.82!important;animation:homeLiquidBlob 4.2s ease-in-out infinite!important}:root[data-theme=game] .home-game-feed button:nth-child(2):after{top:-18%!important;right:-28%!important;bottom:-18%!important;left:-28%!important;opacity:.55!important;animation-duration:3.2s!important;animation-direction:reverse!important}:root[data-theme=game] .home-game-feed button:nth-child(2) b{position:relative!important;text-shadow:0 1px 0 rgba(84,42,16,.55),0 0 12px rgba(255,226,160,.38)!important;animation:homeCtaTextGlow 2.8s ease-in-out infinite!important}:root[data-theme=game] .home-game-feed button:not(:nth-child(2)){position:relative!important;overflow:hidden!important;animation:homeSmallCtaLift 5.8s ease-in-out infinite!important}:root[data-theme=game] .home-game-feed button:first-child{animation-delay:-1.4s!important}:root[data-theme=game] .home-game-feed button:last-child{animation-delay:-3s!important}:root[data-theme=game] .home-game-feed button:not(:nth-child(2)):after,:root[data-theme=game] .home-game-fun button:after,:root[data-theme=game] .home-rule-panel article:after{position:absolute!important;top:-60%!important;bottom:-60%!important;left:-80%!important;width:38%!important;pointer-events:none!important;content:""!important;background:linear-gradient(90deg,transparent,rgba(255,241,195,.26),transparent)!important;transform:rotate(18deg) translate(-120%)!important;animation:homeSheen 5.2s ease-in-out infinite!important}:root[data-theme=game] .home-game-fun button,:root[data-theme=game] .home-rule-panel article{position:relative!important;overflow:hidden!important;animation:homeCardHoverPulse 7s ease-in-out infinite!important}:root[data-theme=game] .home-game-fun button:nth-child(2){animation-delay:-1.1s!important}:root[data-theme=game] .home-game-fun button:nth-child(3){animation-delay:-2.2s!important}:root[data-theme=game] .home-game-fun button:nth-child(4){animation-delay:-3.3s!important}:root[data-theme=game] .home-character-model img{animation:homeCharacterAlive 3.4s ease-in-out infinite!important}:root[data-theme=game] .home-character-model__ring{animation:homeSummonRing 3.6s ease-in-out infinite!important}:root[data-theme=game] .home-character-model__base{animation:homeSummonBase 3.6s ease-in-out infinite!important}@keyframes homeSideAttention{0%,74%,to{transform:translateZ(0) rotate(0) scale(1);filter:brightness(1)}77%{transform:translate3d(-1px,-2px,0) rotate(-2.5deg) scale(1.025);filter:brightness(1.12)}80%{transform:translate3d(2px,1px,0) rotate(2.8deg) scale(1.035)}83%{transform:translate3d(-1px,0,0) rotate(-1.8deg) scale(1.018)}86%{transform:translate3d(0,-1px,0) rotate(0) scale(1.025);filter:brightness(1.1)}91%{transform:translateZ(0) rotate(0) scale(1);filter:brightness(1)}}@keyframes homeIconFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(1.2deg)}}@keyframes homeLiquidCta{0%,to{transform:translateY(0) scale(1);border-radius:15px 15px 17px 17px;filter:brightness(1);box-shadow:inset 0 1px #fff0be42,0 10px 22px #0006,0 0 #ffe29100!important}38%{transform:translateY(-2px) scale(1.045,.985);border-radius:20px 13px 18px 14px;filter:brightness(1.12) saturate(1.08);box-shadow:inset 0 1px #fff6d257,0 13px 25px #00000073,0 0 28px #ffd98038!important}62%{transform:translateY(1px) scale(.985,1.055);border-radius:13px 20px 15px 19px}}@keyframes homeLiquidBlob{0%,to{transform:translate3d(-3%,0,0) rotate(0) scale(1)}50%{transform:translate3d(4%,-2%,0) rotate(18deg) scale(1.08)}}@keyframes homeCtaTextGlow{0%,to{letter-spacing:0;filter:brightness(1)}50%{letter-spacing:.4px;filter:brightness(1.18)}}@keyframes homeSmallCtaLift{0%,68%,to{transform:translateY(0) scale(1);filter:brightness(1)}76%{transform:translateY(-2px) scale(1.025);filter:brightness(1.1)}84%{transform:translateY(0) scale(1)}}@keyframes homeSheen{0%,58%{transform:rotate(18deg) translate(-130%);opacity:0}68%{opacity:1}84%,to{transform:rotate(18deg) translate(430%);opacity:0}}@keyframes homeCardHoverPulse{0%,to{transform:translateY(0);filter:brightness(1)}52%{transform:translateY(-1px);filter:brightness(1.04)}}@keyframes homeCharacterAlive{0%,to{transform:translateY(-3px) rotateX(4deg) scale(1)}48%{transform:translateY(-7px) rotateX(4deg) scale(1.025)}}@keyframes homeSummonRing{0%,to{opacity:.68;transform:rotateX(64deg) translateY(13px) scale(1)}50%{opacity:1;transform:rotateX(64deg) translateY(13px) scale(1.08)}}@keyframes homeSummonBase{0%,to{opacity:.78;transform:rotateX(62deg) scale(1)}50%{opacity:1;transform:rotateX(62deg) scale(1.08)}}@media (prefers-reduced-motion: reduce){:root[data-theme=game] .home-game-side button,:root[data-theme=game] .home-game-side button i,:root[data-theme=game] .home-game-feed button,:root[data-theme=game] .home-game-feed button:before,:root[data-theme=game] .home-game-feed button:after,:root[data-theme=game] .home-game-fun button,:root[data-theme=game] .home-game-fun button:after,:root[data-theme=game] .home-rule-panel article,:root[data-theme=game] .home-rule-panel article:after,:root[data-theme=game] .home-character-model img,:root[data-theme=game] .home-character-model__ring,:root[data-theme=game] .home-character-model__base{animation:none!important}}:root[data-theme=game] .profile-form-popup-overlay,:root[data-theme=game] .album-viewer-overlay,:root[data-theme=game] .confirm-dialog-overlay,:root[data-theme=game] .profile-form-dialog,:root[data-theme=game] .album-viewer-popup,:root[data-theme=game] .confirm-dialog{width:min(92vw,390px)!important;max-height:min(82vh,620px)!important;overflow:hidden auto!important;padding:14px!important;border:1px solid rgba(255,226,160,.42)!important;border-radius:18px!important;background:radial-gradient(circle at 18% 0,rgba(255,226,160,.16),transparent 32%),linear-gradient(180deg,#261c14fa,#08080bfa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc229,0 28px 70px #0000007a!important;animation:gameDialogIn .22s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .profile-form-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:12px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(255,226,160,.16)!important}:root[data-theme=game] .profile-form-head small{color:#8debffcc!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .profile-form-head h2,:root[data-theme=game] .page-header h1,:root[data-theme=game] .page-header strong,:root[data-theme=game] .page-topbar h1,:root[data-theme=game] .page-topbar strong,:root[data-theme=game] .wallet-page .page-header *,:root[data-theme=game] .album-page .page-header *,:root[data-theme=game] .store-world-page .page-header *{color:#fff0b8!important;text-shadow:0 2px 12px rgba(217,167,93,.26)!important}:root[data-theme=game] .profile-form-head h2{margin:2px 0 0!important;font-family:var(--font-game)!important;font-size:20px!important;line-height:1.1!important}:root[data-theme=game] .profile-form-head button,:root[data-theme=game] .album-viewer-popup>div>button{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid rgba(255,226,160,.28)!important;border-radius:50%!important;background:#05050894!important;color:#ffe9a8!important;font-size:20px!important}:root[data-theme=game] .profile-form-dialog .sheet-handle{display:none!important}:root[data-theme=game] .profile-form-dialog .auth-form{display:grid!important;gap:10px!important}:root[data-theme=game] .profile-form-dialog label{display:grid!important;gap:6px!important;color:#ead6aabd!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .profile-form-dialog input{width:100%!important;min-height:42px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:12px!important;background:#0404079e!important;color:#fff0b8!important;font-size:14px!important;outline:none!important;box-shadow:inset 0 2px 5px #0000005c!important}:root[data-theme=game] .profile-form-dialog input:focus{border-color:#8debff8c!important;box-shadow:inset 0 2px 5px #0000005c,0 0 0 3px #8debff1a!important}:root[data-theme=game] .profile-form-dialog .sheet-actions,:root[data-theme=game] .confirm-dialog .sheet-actions,:root[data-theme=game] .confirm-dialog footer{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:4px!important}:root[data-theme=game] .store-world-page{height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding-bottom:calc(var(--native-safe-bottom, 0px) + 22px)!important}:root[data-theme=game] .store-world-panel,:root[data-theme=game] .store-world-card-grid,:root[data-theme=game] .store-purchase-panel{max-height:none!important;overflow:visible!important}:root[data-theme=game] .store-world-checkout{position:sticky!important;bottom:calc(var(--native-safe-bottom, 0px) + 6px)!important;z-index:3!important}:root[data-theme=game] .energy-ledger-page,:root[data-theme=game] .wallet-page{height:100%!important;min-height:0!important;padding-bottom:calc(var(--native-safe-bottom, 0px) + 26px)!important;overflow-x:hidden!important;overflow-y:auto!important}:root[data-theme=game] .wallet-summary-card{flex:0 0 auto!important;overflow:visible!important}:root[data-theme=game] .wallet-summary-card .stats-row{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}:root[data-theme=game] .wallet-filter,:root[data-theme=game] .wallet-segmented{flex:0 0 auto!important}:root[data-theme=game] .wallet-page .record-list{min-height:0!important;max-height:none!important;overflow:visible!important}:root[data-theme=game] .wallet-empty-state,:root[data-theme=game] .album-empty-state{display:grid!important;place-items:center!important;gap:8px!important;min-height:172px!important;padding:18px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:16px!important;background:radial-gradient(circle at 50% 0,rgba(141,235,255,.08),transparent 36%),linear-gradient(180deg,#1a140ec7,#050508db)!important;color:#ead6aa!important;text-align:center!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .wallet-empty-state i{display:grid!important;place-items:center!important;width:54px!important;height:54px!important;border:1px solid rgba(255,226,160,.32)!important;border-radius:18px!important;background:linear-gradient(180deg,#ffe2a024,#050508ad)!important}:root[data-theme=game] .wallet-empty-state i:before{content:"◇"!important;color:#ffe9a8!important;font-size:28px!important}:root[data-theme=game] .wallet-empty-state strong,:root[data-theme=game] .album-empty-state strong{color:#ffe9a8!important;font-family:var(--font-game)!important;font-size:17px!important}:root[data-theme=game] .wallet-empty-state small,:root[data-theme=game] .album-empty-state small{max-width:260px!important;color:#ead6aaad!important;font-size:12px!important;line-height:1.45!important}:root[data-theme=game] .world-archive-page.album-page{height:100%!important;min-height:0!important;padding-bottom:calc(var(--native-safe-bottom, 0px) + 24px)!important;overflow-x:hidden!important;overflow-y:auto!important;background:radial-gradient(circle at 16% -6%,rgba(255,226,160,.15),transparent 32%),radial-gradient(circle at 95% 4%,rgba(141,235,255,.1),transparent 28%),linear-gradient(180deg,#111015,#050507)!important}:root[data-theme=game] .world-archive-hero{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:12px!important;border:1px solid rgba(255,226,160,.34)!important;border-radius:18px!important;background:linear-gradient(120deg,rgba(255,226,160,.11),transparent 42%),#09080cc7!important}:root[data-theme=game] .world-archive-hero small{color:#8debffc7!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .world-archive-hero h1{margin:3px 0!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:20px!important;line-height:1.12!important}:root[data-theme=game] .world-archive-hero p{margin:0!important;color:#ead6aaad!important;font-size:12px!important;line-height:1.4!important}:root[data-theme=game] .album-archive-stats{display:grid!important;grid-template-columns:repeat(2,60px)!important;gap:6px!important}:root[data-theme=game] .album-archive-stats span{display:grid!important;place-items:center!important;min-height:58px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:13px!important;background:#04040775!important}:root[data-theme=game] .album-archive-stats strong{color:#ffe9a8!important;font-size:20px!important}:root[data-theme=game] .album-archive-stats small{color:#ead6aa9e!important;font-size:12px!important}:root[data-theme=game] .world-archive-list.album-sections{display:grid!important;gap:10px!important;min-height:0!important;max-height:none!important;overflow:visible!important}:root[data-theme=game] .world-archive-section.album-section{border:1px solid rgba(208,157,77,.26)!important;background:linear-gradient(135deg,rgba(255,226,160,.08),transparent 48%),#0505089e!important}:root[data-theme=game] .world-archive-section .album-cell strong{position:absolute!important;right:5px!important;bottom:5px!important;left:5px!important;overflow:hidden!important;padding:3px 5px!important;border-radius:8px!important;background:#00000073!important;color:#ffe9a8!important;font-size:12px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .album-viewer-popup>div{display:grid!important;gap:10px!important}:root[data-theme=game] .album-viewer-popup>div>button{justify-self:end!important}:root[data-theme=game] .album-viewer-popup strong{color:#ffe9a8!important;font-family:var(--font-game)!important;font-size:14px!important}@media (max-width: 560px){:root[data-theme=game] .world-archive-hero{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .album-archive-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@keyframes gameOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes gameDialogIn{0%{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}:root[data-theme=game] .world-prize-overlay{background:radial-gradient(circle at 50% 40%,rgba(255,226,160,.14),transparent 34%),#0000009e!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root[data-theme=game] .world-prize-popup{width:min(92vw,420px)!important;margin:auto!important;overflow:hidden!important;padding:14px!important;border:1px solid rgba(255,226,160,.46)!important;border-radius:20px!important;background:radial-gradient(circle at 50% -8%,rgba(255,226,160,.2),transparent 34%),radial-gradient(circle at 100% 20%,rgba(141,235,255,.12),transparent 28%),linear-gradient(180deg,#251912fa,#050508fa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc22e,0 32px 82px #0000008f!important}:root[data-theme=game] .world-prize-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:10px!important}:root[data-theme=game] .world-prize-head small{color:#8debffd1!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .world-prize-head strong{display:block!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:21px!important;line-height:1.12!important}:root[data-theme=game] .world-prize-head button{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid rgba(255,226,160,.28)!important;border-radius:50%!important;background:#0404078f!important;color:#ffe9a8!important;font-size:20px!important}:root[data-theme=game] .world-prize-stage{position:relative!important;display:grid!important;place-items:center!important;width:min(76vw,310px)!important;aspect-ratio:1!important;margin:6px auto 12px!important}:root[data-theme=game] .world-prize-stage:before,:root[data-theme=game] .world-prize-stage:after{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:50%!important;pointer-events:none!important;content:""!important}:root[data-theme=game] .world-prize-stage:before{border:1px solid rgba(255,226,160,.3)!important;background:conic-gradient(from 0deg,rgba(255,226,160,.22),transparent 12%,rgba(141,235,255,.12) 23%,transparent 35%,rgba(255,226,160,.18) 49%,transparent 63%,rgba(141,235,255,.14) 78%,rgba(255,226,160,.22)),radial-gradient(circle,#05050814 0,#05050814 54%,#00000061 72%)!important;box-shadow:inset 0 0 28px #ffe2a01a,0 18px 42px #00000061!important}:root[data-theme=game] .world-prize-stage:after{top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;border:1px dashed rgba(255,226,160,.24)!important;animation:prizeRingSpin 18s linear infinite!important}:root[data-theme=game] .world-prize-wheel{position:absolute!important;top:24px!important;right:24px!important;bottom:24px!important;left:24px!important;border-radius:50%!important;transform-origin:50% 50%!important;transition:transform .6s cubic-bezier(.18,.88,.22,1)!important}:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{animation:prizeWheelSpin .76s linear infinite!important}:root[data-theme=game] .world-prize-wheel article{--angle: calc(var(--slot-index) * 60deg);position:absolute!important;top:50%!important;left:50%!important;display:grid!important;place-items:center!important;width:74px!important;min-height:72px!important;padding:7px 5px!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:16px!important;background:radial-gradient(circle at 50% 0,rgba(255,246,210,.16),transparent 38%),#050508b8!important;color:#ead6aad1!important;text-align:center!important;transform:rotate(var(--angle)) translateY(-102px) rotate(calc(var(--angle) * -1))!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .world-prize-wheel article[data-active=true]{border-color:#ffe8a6b8!important;background:radial-gradient(circle at 50% 0,rgba(255,247,210,.32),transparent 40%),linear-gradient(180deg,#5d3a15eb,#0f0a08eb)!important;color:#fff0b8!important;filter:brightness(1.12)!important;box-shadow:inset 0 1px #ffefc233,0 0 18px #ffe2a038!important}:root[data-theme=game] .world-prize-wheel i{display:grid!important;place-items:center!important;width:28px!important;height:28px!important;border-radius:10px!important;background:linear-gradient(180deg,#fff0b8,#d79a38)!important;color:#2a1506!important;font-style:normal!important;font-weight:950!important}:root[data-theme=game] .world-prize-wheel strong,:root[data-theme=game] .world-prize-wheel small{overflow:hidden!important;max-width:100%!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .world-prize-wheel strong{color:inherit!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .world-prize-wheel small{color:#8debffbf!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .world-prize-pointer{position:absolute!important;top:5px!important;z-index:4!important;width:0!important;height:0!important;border-right:12px solid transparent!important;border-left:12px solid transparent!important;border-top:0!important;border-bottom:24px solid #fff0b8!important;filter:drop-shadow(0 4px 8px rgba(0,0,0,.42))!important}:root[data-theme=game] .world-prize-core{position:relative!important;z-index:5!important;display:grid!important;place-items:center!important;width:94px!important;height:94px!important;border:1px solid rgba(255,232,166,.7)!important;border-radius:50%!important;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.42),transparent 28%),linear-gradient(180deg,#fff0b8,#d79a38 58%,#8f4e20)!important;color:#2a1506!important;box-shadow:inset 0 2px #ffffff57,0 7px #48240e94,0 18px 34px #00000070!important;animation:prizeCorePulse 2.6s ease-in-out infinite!important}:root[data-theme=game] .world-prize-core strong,:root[data-theme=game] .world-prize-core small{color:inherit!important;line-height:1.05!important}:root[data-theme=game] .world-prize-core strong{font-size:18px!important;font-weight:950!important}:root[data-theme=game] .world-prize-core small{font-size:12px!important;font-weight:900!important}:root[data-theme=game] .world-prize-result{display:grid!important;gap:3px!important;min-height:70px!important;padding:10px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:14px!important;background:#04040780!important;text-align:center!important}:root[data-theme=game] .world-prize-result[data-visible=true]{border-color:#ffe8a694!important;background:radial-gradient(circle at 50% 0,rgba(255,226,160,.16),transparent 38%),#1f140ab8!important;animation:prizeResultPop .26s ease-out both!important}:root[data-theme=game] .world-prize-result small,:root[data-theme=game] .world-prize-result span{color:#ead6aaad!important;font-size:12px!important}:root[data-theme=game] .world-prize-result strong{color:#fff0b8!important;font-family:var(--font-game)!important;font-size:17px!important}:root[data-theme=game] .world-prize-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}@keyframes prizeOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes prizePopupIn{0%{opacity:0;transform:translateY(14px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes prizeWheelSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes prizeRingSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes prizeCorePulse{0%,to{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.045);filter:brightness(1.14)}}@keyframes prizeResultPop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}:root[data-theme=game] .cc-modal__overlay.profile-form-popup-overlay,:root[data-theme=game] .cc-modal__overlay.album-viewer-overlay,:root[data-theme=game] .cc-modal__overlay.world-prize-overlay{background:radial-gradient(circle at 50% 38%,rgba(255,226,160,.14),transparent 32%),#0000009e!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root[data-theme=game] .cc-modal__panel.profile-form-dialog,:root[data-theme=game] .cc-modal__panel.album-viewer-popup{position:relative!important;transform-origin:50% 50%!important;animation:gameDialogIn .22s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .cc-modal__panel.world-prize-popup{display:block!important;max-width:min(92vw,420px)!important}:root[data-theme=game] .cc-modal__panel.profile-form-dialog,:root[data-theme=game] .cc-modal__panel.album-viewer-popup{display:block!important}:root[data-theme=game] .cc-modal__panel.profile-form-dialog .cc-modal__body,:root[data-theme=game] .cc-modal__panel.album-viewer-popup .cc-modal__body,:root[data-theme=game] .cc-modal__panel.world-prize-popup .cc-modal__body{padding:0!important;overflow:visible!important}:root[data-theme=game] .store-world-page{gap:8px!important}:root[data-theme=game] .store-world-page .store-resource-grid{gap:8px!important;margin:0!important}:root[data-theme=game] .store-world-page .store-world-panel{flex:0 0 auto!important;gap:9px!important;padding:10px!important;overflow:visible!important}:root[data-theme=game] .store-world-page .store-mode-switch{padding:4px!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(255,226,160,.1),transparent),#04040794!important}:root[data-theme=game] .store-world-page .store-mode-switch button{min-height:34px!important;border-radius:12px!important;font-size:17px!important;font-weight:950!important}:root[data-theme=game] .store-world-card-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:8px!important;max-height:none!important;overflow:visible!important}:root[data-theme=game] .store-world-card-grid.store-vip-grid{grid-template-columns:repeat(auto-fit,minmax(128px,1fr))!important}:root[data-theme=game] .store-world-page .store-pay-card{position:relative!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-rows:auto minmax(28px,auto) auto auto!important;align-content:start!important;gap:5px!important;min-height:122px!important;padding:10px!important;overflow:hidden!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:16px!important;background:radial-gradient(circle at 18% 0,rgba(255,226,160,.14),transparent 34%),linear-gradient(145deg,#221912e0,#050508e6)!important;box-shadow:inset 0 1px #fff6d21f,0 10px 22px #00000047!important;transition:transform .16s ease,border-color .16s ease,filter .16s ease!important}:root[data-theme=game] .store-world-page .store-pay-card:active{transform:translateY(2px) scale(.985)!important}:root[data-theme=game] .store-world-page .store-pay-card[data-active=true]{border-color:#ffe8a6d1!important;background:radial-gradient(circle at 50% -10%,rgba(255,245,200,.24),transparent 36%),linear-gradient(145deg,#4c3014f0,#0c0808f0)!important;filter:brightness(1.08)!important;box-shadow:inset 0 1px #fff6d238,0 0 0 1px #ffe2a026,0 16px 32px #0000005c,0 0 22px #ffe2a029!important}:root[data-theme=game] .store-world-page .store-pay-card[data-active=true]:after{position:absolute!important;right:7px!important;bottom:7px!important;padding:2px 7px!important;border-radius:999px!important;background:linear-gradient(180deg,#fff0b8,#d99637)!important;color:#241207!important;content:"已选"!important;font-size:12px!important;font-weight:950!important;line-height:1.25!important}:root[data-theme=game] .store-world-page .store-pay-card em,:root[data-theme=game] .store-world-page .store-card-kicker{position:static!important;display:inline-grid!important;place-items:center!important;width:-moz-fit-content!important;width:fit-content!important;max-width:100%!important;min-height:22px!important;padding:2px 7px!important;border-radius:999px!important;font-style:normal!important;font-size:12px!important;font-weight:950!important;line-height:1.2!important;white-space:nowrap!important}:root[data-theme=game] .store-world-page .store-card-kicker{grid-column:1 / 2!important;justify-self:start!important;border:1px solid rgba(141,235,255,.28)!important;background:#8debff1a!important;color:#8debffeb!important}:root[data-theme=game] .store-world-page .store-pay-card em{grid-column:2 / 3!important;justify-self:end!important;background:linear-gradient(180deg,#ffdf8b,#c97728)!important;color:#241207!important}:root[data-theme=game] .store-world-page .store-pay-card strong{grid-column:1 / -1!important;display:flex!important;align-items:center!important;gap:5px!important;min-width:0!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:19px!important;font-weight:950!important;line-height:1.08!important;text-align:left!important}:root[data-theme=game] .store-world-page .store-pay-card span:not(.store-diamond-icon){grid-column:1 / -1!important;color:#8deaff!important;font-size:14px!important;font-weight:950!important;line-height:1.15!important}:root[data-theme=game] .store-world-page .store-pay-card small{grid-column:1 / -1!important;display:block!important;min-height:30px!important;overflow:hidden!important;color:#ead6aab8!important;font-size:12px!important;line-height:1.35!important;text-align:left!important}:root[data-theme=game] .store-world-page .store-pay-card--vip{min-height:136px!important}:root[data-theme=game] .store-world-page .store-pay-card--vip strong{font-size:18px!important}:root[data-theme=game] .store-world-checkout{margin-top:0!important}@media (max-width: 430px){:root[data-theme=game] .store-world-card-grid.store-vip-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .store-world-page .store-pay-card--vip{min-height:142px!important}}:root[data-theme=game] .cc-modal,:root[data-theme=game] .cc-popup{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:6000!important;display:grid!important;place-items:center!important;width:100vw!important;height:100dvh!important;overflow:hidden!important;pointer-events:none!important}:root[data-theme=game] .cc-modal__overlay,:root[data-theme=game] .cc-popup__overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;display:block!important;width:100%!important;height:100%!important;border:0!important;padding:0!important;background:#00000094!important;-webkit-backdrop-filter:blur(6px)!important;backdrop-filter:blur(6px)!important;cursor:default!important;pointer-events:auto!important}:root[data-theme=game] .cc-modal__panel,:root[data-theme=game] .cc-popup__panel{position:relative!important;z-index:2!important;min-width:0!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;pointer-events:auto!important}:root[data-theme=game] .cc-popup[data-placement=right]{align-items:stretch!important;justify-items:end!important}:root[data-theme=game] .cc-popup[data-placement=bottom]{align-items:end!important;justify-items:center!important}:root[data-theme=game] .cc-modal__body,:root[data-theme=game] .cc-popup__body{min-width:0!important}:root[data-theme=game] .cc-modal__panel.confirm-dialog{display:grid!important;gap:14px!important;width:min(88vw,360px)!important;padding:16px!important;border:1px solid rgba(255,226,160,.44)!important;border-radius:18px!important;background:radial-gradient(circle at 50% -8%,rgba(255,226,160,.18),transparent 34%),linear-gradient(180deg,#231a12fa,#060608fa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc229,0 28px 70px #0000008f!important;animation:gameDialogIn .22s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .cc-modal__panel.confirm-dialog .cc-modal__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:18px!important;font-weight:950!important}:root[data-theme=game] .cc-modal__panel.confirm-dialog .cc-modal__close{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:50%!important;background:#04040794!important;color:#ffe9a8!important}:root[data-theme=game] .cc-modal__panel.confirm-dialog p{margin:0!important;color:#ead6aabd!important;font-size:17px!important;line-height:1.55!important}:root[data-theme=game] .cc-modal__panel.confirm-dialog .cc-modal__body>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}:root[data-theme=game] .cc-modal__panel.profile-form-dialog,:root[data-theme=game] .cc-modal__panel.world-prize-popup,:root[data-theme=game] .cc-modal__panel.album-viewer-popup{z-index:2!important}:root[data-theme=game] .cc-modal>.confirm-dialog{position:relative!important;z-index:2!important;min-width:0!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;pointer-events:auto!important;display:grid!important;gap:14px!important;width:min(88vw,360px)!important;padding:16px!important;border:1px solid rgba(255,226,160,.44)!important;border-radius:18px!important;background:radial-gradient(circle at 50% -8%,rgba(255,226,160,.18),transparent 34%),linear-gradient(180deg,#231a12fa,#060608fa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc229,0 28px 70px #0000008f!important;animation:gameDialogIn .22s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .cc-modal>.confirm-dialog .cc-modal__header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:18px!important;font-weight:950!important}:root[data-theme=game] .cc-modal>.confirm-dialog .cc-modal__close{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:50%!important;background:#04040794!important;color:#ffe9a8!important}:root[data-theme=game] .cc-modal>.confirm-dialog p{margin:0!important;color:#ead6aabd!important;font-size:17px!important;line-height:1.55!important}:root[data-theme=game] .cc-modal>.confirm-dialog .cc-modal__body>div{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:12px!important}:root[data-theme=game] .home-user-chip{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-width:116px!important;max-width:156px!important;min-height:42px!important;padding:5px 10px 5px 5px!important;border:1px solid rgba(255,226,160,.34)!important;border-radius:999px!important;background:linear-gradient(120deg,rgba(255,226,160,.16),transparent 46%),#04040780!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc224,0 10px 22px #00000047!important}:root[data-theme=game] .home-user-chip img{width:34px!important;height:34px!important;border:1px solid rgba(255,232,166,.48)!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .home-user-chip span,:root[data-theme=game] .home-user-chip small,:root[data-theme=game] .home-user-chip strong{display:block!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important}:root[data-theme=game] .home-user-chip small{color:#8debffd1!important;font-size:12px!important;font-weight:900!important;line-height:1!important}:root[data-theme=game] .home-user-chip strong{margin-top:2px!important;color:#fff0b8!important;font-size:17px!important;font-weight:950!important;line-height:1.05!important}:root[data-theme=game] .store-header-vip{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;max-width:150px!important;min-height:30px!important;margin-right:4px!important;padding:4px 10px!important;overflow:hidden!important;border:1px solid rgba(255,226,160,.24)!important;border-radius:999px!important;background:#05050870!important;color:#ffe9a8!important;font-size:12px!important;font-weight:900!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .store-world-page .store-pay-card{grid-template-rows:auto minmax(26px,auto) auto minmax(36px,auto)!important;min-height:132px!important;padding-bottom:28px!important}:root[data-theme=game] .store-world-page .store-pay-card small{display:-webkit-box!important;min-height:34px!important;max-height:36px!important;overflow:hidden!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;white-space:normal!important;word-break:break-word!important}:root[data-theme=game] .store-world-page .store-pay-card[data-active=true]:after{right:8px!important;bottom:6px!important}:root[data-theme=game] .store-world-checkout>span{display:flex!important;align-items:center!important;gap:8px!important;min-width:0!important;overflow:hidden!important}:root[data-theme=game] .store-world-checkout>span small,:root[data-theme=game] .store-world-checkout>span strong{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .store-world-checkout>span small{flex:1 1 auto!important;min-width:0!important;color:#ead6aac7!important;font-size:12px!important}:root[data-theme=game] .store-world-checkout>span strong{flex:0 0 auto!important;max-width:42%!important;color:#fff0b8!important;font-size:15px!important;font-weight:950!important}:root[data-theme=game] .store-world-checkout .store-pay-action{min-width:82px!important}@media (max-width: 430px){:root[data-theme=game] .store-world-checkout>span{gap:6px!important}:root[data-theme=game] .store-world-checkout>span strong{max-width:46%!important;font-size:14px!important}}:root[data-theme=game] .cc-modal,:root[data-theme=game] .cc-popup{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:6000!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;overflow:hidden!important;pointer-events:none!important}:root[data-theme=game] .cc-modal>.cc-modal__overlay,:root[data-theme=game] .cc-popup>.cc-popup__overlay,:root[data-theme=game] .cc-modal__overlay.profile-form-popup-overlay,:root[data-theme=game] .cc-modal__overlay.album-viewer-overlay,:root[data-theme=game] .cc-modal__overlay.confirm-dialog-overlay,:root[data-theme=game] .cc-modal__overlay.world-prize-overlay,:root[data-theme=game] .cc-popup__overlay.profile-settings-popup-overlay,:root[data-theme=game] .cc-popup__overlay.profile-reward-popup-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;display:block!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:radial-gradient(circle at 50% 38%,rgba(255,226,160,.14),transparent 32%),#000000ad!important;box-shadow:none!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;overflow:hidden!important;pointer-events:auto!important;animation:none!important}:root[data-theme=game] .cc-modal__panel,:root[data-theme=game] .cc-popup__panel{position:relative!important;z-index:2!important;pointer-events:auto!important}:root[data-theme=game] .profile-form-dialog input:focus,:root[data-theme=game] .profile-form-dialog input:focus-visible{border-color:#e7bd62b8!important;outline:none!important;box-shadow:inset 0 2px 5px #00000070,0 0 0 2px #000000b8,0 0 0 4px #d9a75d33,0 0 24px #d9a75d2e!important}:root[data-theme=game] .profile-avatar-field{display:grid!important;gap:7px!important}:root[data-theme=game] .profile-avatar-field>span{color:#ead6aabd!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .profile-avatar-picker{display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;padding:8px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:14px!important;background:#04040780!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .profile-avatar-picker img{width:66px!important;height:58px!important;border:1px solid rgba(231,189,98,.48)!important;border-radius:16px!important;-o-object-fit:cover!important;object-fit:cover!important;background:#050507!important}:root[data-theme=game] .profile-avatar-picker label{display:grid!important;align-content:center!important;min-height:48px!important;padding:8px 10px!important;border:1px solid rgba(231,189,98,.42)!important;border-radius:12px!important;background:radial-gradient(circle at 50% 0,rgba(255,226,160,.18),transparent 42%),linear-gradient(180deg,#2a2118,#090909)!important;color:#ffe3a1!important;cursor:pointer!important}:root[data-theme=game] .profile-avatar-picker label strong,:root[data-theme=game] .profile-avatar-picker label small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .profile-avatar-picker label strong{font-size:17px!important;font-weight:950!important}:root[data-theme=game] .profile-avatar-picker label small{color:#ead6aa9e!important;font-size:13px!important}:root[data-theme=game] .profile-avatar-field>input[type=file]{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}:root[data-theme=game] .profile-form-dialog .sheet-actions{gap:10px!important;margin-top:8px!important}:root[data-theme=game] .profile-form-dialog .sheet-actions .cc-button,:root[data-theme=game] .profile-form-dialog .sheet-actions .cc-button button{min-height:46px!important;height:46px!important;border-radius:14px!important;font-size:14px!important}:root[data-theme=game] .game-quest-hero{padding-top:34px!important}:root[data-theme=game] .game-quest-hero .quest-hero-tag{position:absolute!important;top:10px!important;left:10px!important;z-index:1!important;display:inline-grid!important;place-items:center!important;width:-moz-max-content!important;width:max-content!important;min-height:20px!important;padding:3px 9px!important;border:1px solid rgba(255,232,166,.52)!important;border-radius:999px!important;background:radial-gradient(circle at 50% 0,rgba(255,242,190,.28),transparent 56%),linear-gradient(180deg,#2f2518,#090807)!important;color:#ffe39a!important;font-size:11px!important;font-weight:950!important;line-height:1!important;letter-spacing:0!important;box-shadow:inset 0 1px #ffefc22e,0 6px 14px #00000047!important}:root[data-theme=game] .world-prize-popup{width:min(94vw,430px)!important;padding:16px!important}:root[data-theme=game] .world-prize-stage{position:relative!important;width:min(80vw,332px)!important;max-width:332px!important;margin:8px auto 14px!important;overflow:visible!important;--wheel-size: min(80vw, 332px)}:root[data-theme=game] .world-prize-stage:before{top:-7px!important;right:-7px!important;bottom:-7px!important;left:-7px!important;border:1px solid rgba(255,226,160,.36)!important;background:radial-gradient(circle at 50% 50%,transparent 0 55%,rgba(255,226,160,.16) 56% 58%,transparent 59%),conic-gradient(from -30deg,rgba(255,226,160,.34),transparent 10%,rgba(141,235,255,.16) 22%,transparent 35%,rgba(255,226,160,.22) 48%,transparent 62%,rgba(255,226,160,.3) 100%)!important;box-shadow:inset 0 0 34px #ffe2a01f,0 20px 46px #00000075!important}:root[data-theme=game] .world-prize-stage:after{top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;border:1px dashed rgba(255,226,160,.3)!important;opacity:.82!important}:root[data-theme=game] .world-prize-wheel{position:absolute!important;top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;overflow:hidden!important;border:2px solid rgba(255,232,166,.74)!important;border-radius:50%!important;background:radial-gradient(circle at 50% 50%,transparent 0 32%,rgba(8,7,9,.9) 33% 35%,transparent 36%),repeating-conic-gradient(from -30deg,rgba(255,242,190,.46) 0deg 1.5deg,transparent 1.5deg 60deg),conic-gradient(from -30deg,#7b4316,#7b4316 60deg,#10181c 60deg,#10181c 120deg,#8c6a20 120deg,#8c6a20 180deg,#17100a 180deg,#17100a 240deg,#5b315e 240deg,#5b315e 300deg,#772637 300deg,#772637 360deg)!important;box-shadow:inset 0 0 0 8px #0707098c,inset 0 0 34px #ffe8a633,0 18px 42px #00000070!important;transform:rotate(calc(var(--active-index, 0) * -60deg))!important;transform-origin:50% 50%!important;transition:transform .78s cubic-bezier(.16,.9,.2,1)!important}:root[data-theme=game] .world-prize-wheel:before,:root[data-theme=game] .world-prize-wheel:after{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border-radius:50%!important;pointer-events:none!important;content:""!important}:root[data-theme=game] .world-prize-wheel:before{background:radial-gradient(circle at 50% 20%,rgba(255,255,255,.18),transparent 18%),radial-gradient(circle at 50% 50%,transparent 0 38%,rgba(0,0,0,.2) 65%,rgba(0,0,0,.54) 100%)!important}:root[data-theme=game] .world-prize-wheel:after{top:23%!important;right:23%!important;bottom:23%!important;left:23%!important;border:1px solid rgba(255,232,166,.5)!important;background:radial-gradient(circle,#060609bf,#06060957)!important;box-shadow:0 0 22px #00000070!important}:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{animation:prizeWheelSpin .52s linear infinite!important;transition:none!important}:root[data-theme=game] .world-prize-wheel article{--angle: calc(var(--slot-index) * 60deg);position:absolute!important;top:50%!important;left:50%!important;z-index:2!important;display:grid!important;grid-template-rows:auto auto auto!important;place-items:center!important;width:76px!important;min-height:62px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;color:#fff0b8db!important;text-align:center!important;text-shadow:0 2px 5px rgba(0,0,0,.64)!important;transform:rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.31)) rotate(calc(var(--angle) * -1))!important;box-shadow:none!important;filter:none!important}:root[data-theme=game] .world-prize-wheel article[data-active=true]{color:#fff8cd!important;filter:drop-shadow(0 0 10px rgba(255,226,160,.48)) brightness(1.1)!important}:root[data-theme=game] .world-prize-wheel i{width:30px!important;height:30px!important;margin-bottom:2px!important;border:1px solid rgba(255,246,210,.74)!important;border-radius:50%!important;background:linear-gradient(180deg,#fff6c7,#d99d37 58%,#8f4e20)!important;color:#241105!important;font-size:14px!important;box-shadow:0 5px 11px #00000061!important}:root[data-theme=game] .world-prize-wheel strong{max-width:74px!important;color:inherit!important;font-size:12px!important;line-height:1.08!important;white-space:nowrap!important}:root[data-theme=game] .world-prize-wheel small{margin-top:2px!important;color:#8debffd6!important;font-size:13px!important;line-height:1!important}:root[data-theme=game] .world-prize-pointer{top:-3px!important;z-index:9!important;border-right:15px solid transparent!important;border-left:15px solid transparent!important;border-bottom:32px solid #fff2b4!important;filter:drop-shadow(0 5px 9px rgba(0,0,0,.55)) drop-shadow(0 0 8px rgba(255,226,160,.36))!important}:root[data-theme=game] .world-prize-core{z-index:7!important;width:84px!important;height:84px!important;border-color:#fff2bed1!important;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.58),transparent 25%),radial-gradient(circle at 50% 76%,rgba(119,55,18,.5),transparent 35%),conic-gradient(from 210deg,#7a3514,#f2bd4d,#fff2b4,#c87724,#7a3514)!important;box-shadow:inset 0 2px #ffffff6b,inset 0 -8px 18px #54210a57,0 5px #48240e94,0 15px 28px #0000006b!important}:root[data-theme=game] .world-prize-selected{position:absolute!important;right:18px!important;bottom:28px!important;z-index:8!important;display:grid!important;min-width:88px!important;padding:7px 10px!important;border:1px solid rgba(255,226,160,.42)!important;border-radius:10px!important;background:#050508c2!important;color:#fff0b8!important;text-align:left!important;box-shadow:0 10px 24px #0006!important;pointer-events:none!important}:root[data-theme=game] .world-prize-selected small,:root[data-theme=game] .world-prize-selected span{color:#8debffc7!important;font-size:11px!important;font-weight:900!important;line-height:1.1!important}:root[data-theme=game] .world-prize-selected strong{margin:2px 0!important;color:inherit!important;font-size:17px!important;line-height:1.1!important}:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-selected{opacity:.52!important}@media (max-width: 390px){:root[data-theme=game] .world-prize-wheel article{width:66px!important}:root[data-theme=game] .world-prize-wheel strong{max-width:66px!important;font-size:13px!important}:root[data-theme=game] .world-prize-selected{right:12px!important;bottom:24px!important;min-width:78px!important;padding:6px 8px!important}}.world-prize-stage{--wheel-size: min(80vw, 332px)}.world-prize-wheel{transform:rotate(var(--wheel-rotation, 0deg))!important}.world-prize-wheel article,:root[data-theme=game] .world-prize-wheel article{--angle: var(--slot-angle, 0deg);position:absolute!important;top:50%!important;left:50%!important;z-index:3!important;display:grid!important;grid-template-rows:34px auto auto!important;place-items:center!important;width:78px!important;min-width:0!important;min-height:52px!important;max-height:62px!important;margin:0!important;padding:0!important;border:0!important;outline:0!important;border-radius:0!important;background:none!important;background-color:transparent!important;color:#fff0b8e6!important;text-align:center!important;text-shadow:0 2px 5px rgba(0,0,0,.72)!important;box-shadow:none!important;filter:none!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.335)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel article:before,.world-prize-wheel article:after,:root[data-theme=game] .world-prize-wheel article:before,:root[data-theme=game] .world-prize-wheel article:after{display:none!important;content:none!important}.world-prize-wheel article[data-active=true],:root[data-theme=game] .world-prize-wheel article[data-active=true]{border:0!important;background:none!important;background-color:transparent!important;color:#fff8cd!important;box-shadow:none!important;filter:drop-shadow(0 0 10px rgba(255,226,160,.58)) brightness(1.12)!important}.world-prize-wheel i,:root[data-theme=game] .world-prize-wheel i{display:grid!important;place-items:center!important;width:26px!important;height:26px!important;margin:0 0 2px!important;border:1px solid rgba(255,246,210,.72)!important;border-radius:50%!important;background:linear-gradient(180deg,#fff6c7,#d99d37 62%,#8f4e20)!important;color:#241105!important;font-size:17px!important;font-style:normal!important;font-weight:950!important;line-height:1!important;box-shadow:0 4px 9px #0000006b!important}.world-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong{display:block!important;overflow:hidden!important;width:78px!important;max-width:68px!important;color:inherit!important;font-size:13px!important;font-weight:950!important;line-height:1.08!important;text-overflow:ellipsis!important;white-space:nowrap!important}.world-prize-wheel small,:root[data-theme=game] .world-prize-wheel small{display:block!important;margin-top:2px!important;color:#8debffdb!important;font-size:11px!important;font-weight:950!important;line-height:1!important}.world-prize-selected,:root[data-theme=game] .world-prize-selected{display:none!important}@media (max-width: 390px){.world-prize-wheel article,:root[data-theme=game] .world-prize-wheel article{width:66px!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.315)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong{width:66px!important;max-width:58px!important;font-size:11px!important}}.world-prize-core strong,:root[data-theme=game] .world-prize-core strong{font-size:14px!important;line-height:1!important}.world-prize-core small,:root[data-theme=game] .world-prize-core small{font-size:11px!important;line-height:1!important}.world-prize-core,:root[data-theme=game] .world-prize-core{width:72px!important;height:72px!important}.world-prize-wheel article,:root[data-theme=game] .world-prize-wheel article{grid-template-rows:36px auto auto!important;width:82px!important;min-height:64px!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.345)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel i,:root[data-theme=game] .world-prize-wheel i{width:34px!important;height:34px!important;font-size:18px!important}.world-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong{width:82px!important;max-width:82px!important;font-size:13px!important}.world-prize-wheel small,:root[data-theme=game] .world-prize-wheel small{font-size:11px!important}.world-prize-core strong,:root[data-theme=game] .world-prize-core strong{font-size:14px!important}.world-prize-core small,:root[data-theme=game] .world-prize-core small{font-size:10px!important}@media (max-width: 390px){.world-prize-wheel article,:root[data-theme=game] .world-prize-wheel article{width:70px!important;min-height:58px!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.33)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel i,:root[data-theme=game] .world-prize-wheel i{width:30px!important;height:30px!important;font-size:16px!important}.world-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong{width:70px!important;max-width:70px!important;font-size:12px!important}}.world-prize-pointer,:root[data-theme=game] .world-prize-pointer{position:absolute!important;top:-2px!important;left:50%!important;z-index:12!important;width:34px!important;height:30px!important;border:0!important;background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 34%),linear-gradient(180deg,#fff6c7,#e0a13b 58%,#8e4518)!important;clip-path:polygon(50% 100%,0 0,100% 0)!important;transform:translate(-50%)!important;filter:drop-shadow(0 6px 9px rgba(0,0,0,.56)) drop-shadow(0 0 8px rgba(255,226,160,.42))!important;pointer-events:none!important}.world-prize-wheel,:root[data-theme=game] .world-prize-wheel{animation:none!important;transform:rotate(var(--wheel-rotation, 0deg))!important;transition:transform .9s cubic-bezier(.15,.82,.22,1)!important;will-change:transform!important}.world-prize-stage[data-spinning=true] .world-prize-wheel,:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{animation:none!important;transition:transform 1.3s cubic-bezier(.12,.72,.18,1)!important}.world-prize-pointer,:root[data-theme=game] .world-prize-pointer{top:calc(50% - 62px)!important;left:50%!important;width:30px!important;height:24px!important;border:0!important;background:linear-gradient(180deg,rgba(255,255,255,.52),transparent 36%),linear-gradient(180deg,#fff6c7,#e0a13b 62%,#8e4518)!important;clip-path:polygon(50% 0,0 100%,100% 100%)!important;transform:translate(-50%)!important;filter:drop-shadow(0 4px 7px rgba(0,0,0,.58)) drop-shadow(0 0 8px rgba(255,226,160,.44))!important}.world-prize-wheel,:root[data-theme=game] .world-prize-wheel{transition:transform 1.05s cubic-bezier(.12,.78,.18,1)!important}.world-prize-stage[data-spinning=true] .world-prize-wheel,:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{transition:transform 1.05s cubic-bezier(.12,.78,.18,1)!important}.world-prize-wheel,:root[data-theme=game] .world-prize-wheel,.world-prize-stage[data-spinning=true] .world-prize-wheel,:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{transition:transform 1.5s cubic-bezier(.12,.78,.18,1)!important}.world-prize-pointer,:root[data-theme=game] .world-prize-pointer{top:calc(50% - 58px)!important;width:22px!important;height:18px!important}.world-prize-wheel,:root[data-theme=game] .world-prize-wheel,.world-prize-stage[data-spinning=true] .world-prize-wheel,:root[data-theme=game] .world-prize-stage[data-spinning=true] .world-prize-wheel{transition:none!important}.collection-draw-popup,:root[data-theme=game] .collection-draw-popup{width:min(94vw,440px)!important;margin:auto!important;overflow:hidden!important;padding:16px!important;border:1px solid rgba(255,226,160,.42)!important;border-radius:18px!important;background:radial-gradient(circle at 18% 0,rgba(163,109,255,.18),transparent 34%),radial-gradient(circle at 92% 20%,rgba(255,226,160,.14),transparent 30%),linear-gradient(180deg,#251927fa,#060508fa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc229,0 30px 78px #0000008f!important}.collection-draw-head,:root[data-theme=game] .collection-draw-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin-bottom:12px!important}.collection-draw-head small,:root[data-theme=game] .collection-draw-head small{color:#cda7ffe0!important;font-size:11px!important;font-weight:950!important}.collection-draw-head strong,:root[data-theme=game] .collection-draw-head strong{display:block!important;color:#fff0b8!important;font-family:var(--font-game)!important;font-size:22px!important;line-height:1.12!important}.collection-draw-head button,:root[data-theme=game] .collection-draw-head button{display:grid!important;place-items:center!important;width:34px!important;height:34px!important;border:1px solid rgba(255,226,160,.3)!important;border-radius:50%!important;background:#05050894!important;color:#ffe9a8!important;font-size:20px!important}.collection-draw-feature,:root[data-theme=game] .collection-draw-feature{position:relative!important;display:grid!important;min-height:210px!important;overflow:hidden!important;border:1px solid rgba(255,226,160,.28)!important;border-radius:16px!important;background:#060508c2!important;box-shadow:inset 0 1px #ffefc21f!important}.collection-draw-feature img,:root[data-theme=game] .collection-draw-feature img{width:100%!important;height:210px!important;filter:saturate(1.08) contrast(1.04)!important}.collection-draw-feature:after,:root[data-theme=game] .collection-draw-feature:after{position:absolute!important;inset:auto 0 0!important;height:64%!important;background:linear-gradient(180deg,transparent,rgba(5,5,8,.9))!important;content:""!important;pointer-events:none!important}.collection-draw-feature>div,:root[data-theme=game] .collection-draw-feature>div{position:absolute!important;right:14px!important;bottom:14px!important;left:14px!important;z-index:2!important;display:grid!important;gap:3px!important}.collection-draw-feature small,:root[data-theme=game] .collection-draw-feature small{color:#cda7ffe6!important;font-size:11px!important;font-weight:950!important}.collection-draw-feature strong,:root[data-theme=game] .collection-draw-feature strong{color:#fff0b8!important;font-family:var(--font-game)!important;font-size:18px!important;line-height:1.16!important}.collection-draw-feature span,:root[data-theme=game] .collection-draw-feature span{color:#ead6aac7!important;font-size:12px!important;font-weight:800!important}.collection-draw-feature[data-drawing=true],:root[data-theme=game] .collection-draw-feature[data-drawing=true]{filter:brightness(1.08) saturate(1.12)!important}.collection-draw-grid,:root[data-theme=game] .collection-draw-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:10px 0 12px!important}.collection-draw-grid article,:root[data-theme=game] .collection-draw-grid article{display:grid!important;grid-template-columns:50px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;min-height:58px!important;padding:6px!important;border:1px solid rgba(255,226,160,.18)!important;border-radius:12px!important;background:#05050894!important}.collection-draw-grid img,:root[data-theme=game] .collection-draw-grid img{width:50px!important;height:46px!important;border-radius:9px!important}.collection-draw-grid span,:root[data-theme=game] .collection-draw-grid span{display:grid!important;min-width:0!important;gap:2px!important}.collection-draw-grid strong,.collection-draw-grid small,:root[data-theme=game] .collection-draw-grid strong,:root[data-theme=game] .collection-draw-grid small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.collection-draw-grid strong,:root[data-theme=game] .collection-draw-grid strong{color:#fff0b8!important;font-size:12px!important;font-weight:950!important}.collection-draw-grid small,:root[data-theme=game] .collection-draw-grid small{color:#cda7ffc7!important;font-size:11px!important;font-weight:850!important}.collection-draw-empty,:root[data-theme=game] .collection-draw-empty{grid-column:1 / -1!important;grid-template-columns:minmax(0,1fr)!important;text-align:center!important}.collection-draw-actions,:root[data-theme=game] .collection-draw-actions{display:grid!important;grid-template-columns:.8fr 1.2fr!important;gap:8px!important}.collection-wheel-popup,:root[data-theme=game] .collection-wheel-popup{width:min(94vw,430px)!important}.collection-prize-stage,:root[data-theme=game] .collection-prize-stage{position:relative!important;display:grid!important;place-items:center!important;width:min(78vw,320px)!important;aspect-ratio:1!important;margin:6px auto 12px!important;--wheel-size: min(78vw, 320px)}.collection-prize-stage:before,:root[data-theme=game] .collection-prize-stage:before{position:absolute!important;top:-6px!important;right:-6px!important;bottom:-6px!important;left:-6px!important;border:1px solid rgba(205,167,255,.4)!important;border-radius:50%!important;background:conic-gradient(from -30deg,rgba(205,167,255,.28),transparent 16%,rgba(255,226,160,.22) 34%,transparent 54%,rgba(205,167,255,.24) 100%),radial-gradient(circle,#05050814 0,#05050814 54%,#0000006b 74%)!important;content:""!important;pointer-events:none!important}.collection-prize-wheel,:root[data-theme=game] .collection-prize-wheel{position:absolute!important;top:10px!important;right:10px!important;bottom:10px!important;left:10px!important;overflow:hidden!important;border:2px solid rgba(205,167,255,.66)!important;border-radius:50%!important;background:radial-gradient(circle at 50% 50%,transparent 0 31%,rgba(8,6,10,.9) 32% 36%,transparent 37%),repeating-conic-gradient(from -30deg,rgba(255,242,190,.38) 0deg 1.5deg,transparent 1.5deg 60deg),conic-gradient(from -30deg,#56306b,#56306b 60deg,#1a1625 60deg,#1a1625 120deg,#7c3e58 120deg,#7c3e58 180deg,#24130d 180deg,#24130d 240deg,#17515a 240deg,#17515a 300deg,#8a621e 300deg,#8a621e 360deg)!important;box-shadow:inset 0 0 0 8px #07060a8f,inset 0 0 34px #cda7ff33,0 18px 42px #00000070!important;transform:rotate(var(--wheel-rotation, 0deg))!important;transform-origin:50% 50%!important;transition:transform 1.45s cubic-bezier(.12,.78,.18,1)!important}.collection-prize-wheel:after,:root[data-theme=game] .collection-prize-wheel:after{position:absolute!important;top:24%!important;right:24%!important;bottom:24%!important;left:24%!important;border:1px solid rgba(255,226,160,.44)!important;border-radius:50%!important;background:radial-gradient(circle,#060609c7,#06060957)!important;content:""!important;pointer-events:none!important}.collection-prize-wheel article,:root[data-theme=game] .collection-prize-wheel article{--angle: var(--slot-angle, 0deg);position:absolute!important;top:50%!important;left:50%!important;z-index:3!important;display:grid!important;grid-template-rows:34px auto auto!important;place-items:center!important;width:78px!important;min-height:62px!important;margin:0!important;padding:0!important;border:0!important;background:none!important;color:#fff0b8eb!important;text-align:center!important;text-shadow:0 2px 5px rgba(0,0,0,.72)!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.33)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important;box-shadow:none!important}.collection-prize-wheel i,:root[data-theme=game] .collection-prize-wheel i{display:grid!important;place-items:center!important;width:32px!important;height:32px!important;border:1px solid rgba(255,246,210,.72)!important;border-radius:50%!important;background:linear-gradient(180deg,#f7e4ff,#bd83ff 56%,#6d3a8e)!important;color:#201025!important;font-size:17px!important;font-style:normal!important;font-weight:950!important;line-height:1!important}.collection-prize-wheel strong,.collection-prize-wheel small,:root[data-theme=game] .collection-prize-wheel strong,:root[data-theme=game] .collection-prize-wheel small{overflow:hidden!important;max-width:78px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.collection-prize-wheel strong,:root[data-theme=game] .collection-prize-wheel strong{color:inherit!important;font-size:12px!important;font-weight:950!important}.collection-prize-wheel small,:root[data-theme=game] .collection-prize-wheel small{color:#cda7ffe6!important;font-size:10px!important;font-weight:950!important}.collection-prize-pointer,:root[data-theme=game] .collection-prize-pointer{position:absolute!important;top:calc(50% - 56px)!important;left:50%!important;z-index:12!important;width:22px!important;height:18px!important;background:linear-gradient(180deg,rgba(255,255,255,.52),transparent 36%),linear-gradient(180deg,#f7e4ff,#bd83ff 60%,#6d3a8e)!important;clip-path:polygon(50% 0,0 100%,100% 100%)!important;transform:translate(-50%)!important;filter:drop-shadow(0 4px 7px rgba(0,0,0,.56)) drop-shadow(0 0 8px rgba(205,167,255,.44))!important;pointer-events:none!important}.collection-prize-core,:root[data-theme=game] .collection-prize-core{position:relative!important;z-index:7!important;display:grid!important;place-items:center!important;width:72px!important;height:72px!important;border:1px solid rgba(236,213,255,.82)!important;border-radius:50%!important;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.58),transparent 25%),conic-gradient(from 210deg,#5a2b74,#bd83ff,#fff0b8,#7f3da5,#5a2b74)!important;color:#201025!important;box-shadow:inset 0 2px #ffffff6b,inset 0 -8px 18px #2d113e57,0 5px #2e173e94,0 15px 28px #0000006b!important}.collection-prize-core strong,.collection-prize-core small,:root[data-theme=game] .collection-prize-core strong,:root[data-theme=game] .collection-prize-core small{color:inherit!important;line-height:1!important}.collection-prize-core strong,:root[data-theme=game] .collection-prize-core strong{font-size:14px!important;font-weight:950!important}.collection-prize-core small,:root[data-theme=game] .collection-prize-core small{font-size:10px!important;font-weight:900!important}.collection-prize-result,:root[data-theme=game] .collection-prize-result{display:grid!important;grid-template-columns:84px minmax(0,1fr)!important;align-items:center!important;gap:10px!important;min-height:88px!important;margin:0 0 12px!important;padding:9px!important;border:1px solid rgba(205,167,255,.28)!important;border-radius:14px!important;background:#05050894!important}.collection-prize-result>span,:root[data-theme=game] .collection-prize-result>span{display:grid!important;gap:3px!important;min-width:0!important}.collection-prize-result img,:root[data-theme=game] .collection-prize-result img{width:84px!important;height:70px!important;border-radius:10px!important}.collection-prize-result:not([data-visible=true]),:root[data-theme=game] .collection-prize-result:not([data-visible=true]){grid-template-columns:minmax(0,1fr)!important;text-align:center!important}.collection-prize-result small,:root[data-theme=game] .collection-prize-result small{color:#cda7ffdb!important;font-size:11px!important;font-weight:950!important}.collection-prize-result strong,:root[data-theme=game] .collection-prize-result strong{overflow:hidden!important;color:#fff0b8!important;font-size:15px!important;font-weight:950!important;text-overflow:ellipsis!important;white-space:nowrap!important}.collection-prize-result em,:root[data-theme=game] .collection-prize-result em{color:#ead6aac2!important;font-size:12px!important;font-style:normal!important;font-weight:800!important}:root[data-theme=game] .task-complete-toast{grid-template-columns:36px minmax(0,1fr) auto 28px!important;width:100%!important;min-height:72px!important;padding:8px!important;border-color:#ffe19194!important;background:linear-gradient(135deg,rgba(255,225,145,.16),transparent 48%),#1f140ad1!important;box-shadow:inset 0 1px #ffefc22e,0 14px 34px #0000006b,0 0 0 1px #d9a75d14!important}:root[data-theme=game] .task-complete-toast:after{display:none!important}:root[data-theme=game] .task-complete-toast .game-task-rune{width:34px!important;height:34px!important}:root[data-theme=game] .task-complete-toast .game-task-copy strong,:root[data-theme=game] .task-complete-toast .game-task-copy small{max-width:100%!important}:root[data-theme=game] .task-complete-toast .game-task-reward b{white-space:nowrap!important}:root[data-theme=game] .task-complete-toast__close{position:static!important;align-self:center!important;width:26px!important;height:26px!important;font-size:17px!important;line-height:1!important}@media (max-width: 560px){:root[data-theme=game] .task-complete-toast{grid-template-columns:34px minmax(0,1fr) 28px!important}:root[data-theme=game] .task-complete-toast .game-task-reward{grid-column:2!important}:root[data-theme=game] .task-complete-toast__close{grid-column:3!important;grid-row:1!important}}:root[data-theme=game] .game-chats-page{display:flex!important;min-height:100%!important;padding:calc(var(--native-safe-top) + 10px) 10px calc(var(--home-scroll-bottom-gap) + 14px)!important;gap:9px!important;overflow-y:auto!important}:root[data-theme=game] .game-chats-hero{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(104px,.34fr)!important;align-items:stretch!important;gap:10px!important;min-height:132px!important;padding:12px!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(229,178,94,.13),transparent 44%),linear-gradient(180deg,#191414f5,#07070afa)!important}:root[data-theme=game] .chat-archive-hero-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:6px!important;margin-top:9px!important}:root[data-theme=game] .chat-archive-hero-stats span,:root[data-theme=game] .chat-section-head em{border:1px solid rgba(208,157,77,.24)!important;border-radius:10px!important;background:#0404076b!important}:root[data-theme=game] .chat-archive-hero-stats span{display:grid!important;gap:1px!important;min-width:0!important;padding:6px!important}:root[data-theme=game] .chat-archive-hero-stats strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:15px!important;font-weight:950!important}:root[data-theme=game] .chat-archive-hero-stats small{overflow:hidden!important;color:#ead6aaa3!important;font-size:10px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-party-panel,:root[data-theme=game] .chat-archive-quest-panel,:root[data-theme=game] .chat-thread-panel{display:grid!important;gap:8px!important;padding:9px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:16px!important;background:linear-gradient(110deg,rgba(229,178,94,.06),transparent 46%),#05050894!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .chat-section-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;min-width:0!important}:root[data-theme=game] .chat-section-head span{display:grid!important;min-width:0!important;gap:2px!important}:root[data-theme=game] .chat-section-head strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:14px!important;font-weight:950!important}:root[data-theme=game] .chat-section-head small{overflow:hidden!important;color:#ead6aa9e!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-section-head em{flex:0 0 auto!important;padding:4px 8px!important;color:#8deaff!important;font-size:10px!important;font-style:normal!important;font-weight:900!important}:root[data-theme=game] .chat-archive-party{grid-template-columns:repeat(4,minmax(0,1fr))!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .chat-archive-quests{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}:root[data-theme=game] .chat-thread-panel{min-height:0!important;flex:1 1 auto!important}:root[data-theme=game] .chat-thread-panel .chat-archive-list{overflow:auto!important;gap:7px!important;padding-right:1px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread{grid-template-columns:42px minmax(0,1fr) auto auto!important;min-height:62px!important;padding:8px!important;border-radius:13px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread .avatar-wrap{width:40px!important;height:40px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread em{display:block!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread time{display:block!important;white-space:nowrap!important}@media (max-width: 560px){:root[data-theme=game] .game-chats-hero{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .chat-hub-hero__resume{min-height:56px!important}:root[data-theme=game] .chat-archive-party{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .chat-archive-quests{grid-template-columns:1fr!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread{grid-template-columns:38px minmax(0,1fr) auto!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread time{display:none!important}}:root[data-theme=game] .game-chats-page{gap:10px!important}:root[data-theme=game] .game-chats-hero{grid-template-columns:minmax(0,1fr) 128px!important;align-items:stretch!important;min-height:auto!important;padding:10px!important;overflow:hidden!important;border-color:#ffe1916b!important;background:radial-gradient(circle at 84% 12%,rgba(141,235,255,.1),transparent 30%),linear-gradient(135deg,rgba(255,225,145,.13),transparent 46%),linear-gradient(180deg,#181413fa,#060609fa)!important}:root[data-theme=game] .game-chats-hero>div:first-child{display:grid!important;align-content:start!important;gap:7px!important;min-width:0!important}:root[data-theme=game] .game-chats-hero h1{max-width:none!important;margin:0!important;font-size:22px!important;line-height:1.1!important}:root[data-theme=game] .game-chats-hero p{max-width:34em!important;margin:0!important;color:#ead6aab8!important;font-size:12px!important}:root[data-theme=game] .game-chats-hero .chat-archive-reward{display:grid!important;grid-template-columns:repeat(3,minmax(0,max-content))!important;gap:6px!important;margin:0!important}:root[data-theme=game] .game-chats-hero .chat-archive-reward span{min-height:26px!important;padding:4px 7px!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-hero-stats{grid-template-columns:repeat(3,minmax(0,82px))!important;margin-top:0!important}:root[data-theme=game] .chat-archive-hero-stats span{min-height:42px!important;padding:5px 7px!important;background:#0505089e!important}:root[data-theme=game] .chat-hub-hero__resume{display:grid!important;grid-template-columns:minmax(0,1fr)!important;align-content:center!important;justify-items:center!important;gap:7px!important;width:100%!important;min-width:0!important;min-height:100%!important;padding:9px!important;border-radius:14px!important;text-align:center!important;background:linear-gradient(180deg,rgba(255,225,145,.1),transparent 44%),#050508a8!important}:root[data-theme=game] .chat-hub-hero__resume img{width:54px!important;height:54px!important;border:2px solid rgba(255,225,145,.52)!important;box-shadow:0 8px 18px #00000057!important}:root[data-theme=game] .chat-hub-hero__resume span{display:grid!important;gap:2px!important;width:100%!important;min-width:0!important}:root[data-theme=game] .chat-hub-hero__resume strong,:root[data-theme=game] .chat-hub-hero__resume small{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-memory{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:9px!important;padding:8px 9px!important;border-color:#8debff38!important;border-radius:14px!important;background:linear-gradient(90deg,rgba(141,235,255,.08),transparent 48%),#05050894!important}:root[data-theme=game] .chat-archive-memory b{display:inline-grid!important;place-items:center!important;min-height:28px!important;padding:0 9px!important;border-radius:9px!important;background:linear-gradient(180deg,#fff0b8,#b87328)!important;color:#241305!important;font-size:12px!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-memory span{display:none!important}:root[data-theme=game] .chat-archive-memory em{min-width:0!important;overflow:hidden!important;color:#ead6aac2!important;font-size:12px!important;font-style:normal!important;line-height:1.35!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-archive-memory:after{display:grid!important;place-items:center!important;width:24px!important;height:24px!important;border:1px solid rgba(255,225,145,.26)!important;border-radius:9px!important;color:#ffe39a!important;content:">"!important;font-size:13px!important;font-weight:950!important}:root[data-theme=game] .chat-thread-panel{gap:9px!important;padding:9px!important;background:linear-gradient(180deg,rgba(255,225,145,.055),transparent 34%),#0404079e!important}:root[data-theme=game] .chat-thread-panel .chat-archive-list{display:grid!important;max-height:none!important;overflow:visible!important;gap:7px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread{grid-template-columns:42px minmax(0,1fr) 42px 24px!important;align-items:center!important;min-height:64px!important;padding:8px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:13px!important;background:linear-gradient(90deg,rgba(255,225,145,.07),transparent 36%),#07070ab8!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread[data-unread=true]{border-color:#ffe1918f!important;background:linear-gradient(90deg,rgba(255,225,145,.13),transparent 42%),#17110ac2!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread .avatar-wrap{width:42px!important;height:42px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread>span:nth-child(2){display:grid!important;gap:2px!important;min-width:0!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread strong{display:flex!important;align-items:center!important;min-width:0!important;gap:6px!important;color:#ffe39a!important;font-size:13px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread strong small{flex:0 1 auto!important;max-width:8em!important;color:#ead6aa80!important;font-size:10px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread>span:nth-child(2)>small,:root[data-theme=game] .chat-thread-panel .chat-archive-thread em{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread>span:nth-child(2)>small{color:#ead6aaad!important;font-size:11px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread em{color:#8debffad!important;font-size:10px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread time{justify-self:end!important;color:#ead6aa80!important;font-size:10px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread b,:root[data-theme=game] .chat-thread-panel .thread-action-icon{justify-self:end!important}@media (max-width: 560px){:root[data-theme=game] .game-chats-hero{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .game-chats-hero .chat-archive-reward,:root[data-theme=game] .chat-archive-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .chat-hub-hero__resume{grid-template-columns:44px minmax(0,1fr)!important;justify-items:stretch!important;text-align:left!important}:root[data-theme=game] .chat-hub-hero__resume img{width:44px!important;height:44px!important}:root[data-theme=game] .chat-archive-memory{grid-template-columns:auto minmax(0,1fr) 24px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread{grid-template-columns:38px minmax(0,1fr) 22px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread .avatar-wrap{width:38px!important;height:38px!important}:root[data-theme=game] .chat-thread-panel .chat-archive-thread time{display:none!important}}:root[data-theme=game] .game-worlds-page{display:flex!important;gap:10px!important;min-height:100%!important;padding:calc(var(--native-safe-top) + 10px) 10px calc(var(--home-scroll-bottom-gap) + 14px)!important;overflow-y:auto!important;background:radial-gradient(circle at 18% 0%,rgba(184,115,40,.13),transparent 32%),radial-gradient(circle at 88% 10%,rgba(89,169,158,.1),transparent 28%),linear-gradient(180deg,#0d0b10,#050507)!important}:root[data-theme=game] .worlds-topbar{flex:0 0 auto!important}:root[data-theme=game] .world-plaza-hero{display:grid!important;grid-template-columns:minmax(0,1fr) 220px!important;align-items:stretch!important;gap:10px!important;padding:12px!important;border:1px solid rgba(231,189,98,.34)!important;border-radius:16px!important;background:linear-gradient(135deg,rgba(231,189,98,.13),transparent 46%),#08080bd1!important;box-shadow:inset 0 1px #ffefc21a!important}:root[data-theme=game] .world-plaza-hero>div:first-child{display:grid!important;align-content:center!important;gap:6px!important;min-width:0!important}:root[data-theme=game] .world-plaza-hero h1{max-width:14em!important;margin:0!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:clamp(22px,4.8vw,28px)!important;line-height:1.08!important}:root[data-theme=game] .world-plaza-hero p{max-width:42em!important;margin:0!important;color:#ead6aab8!important;font-size:12px!important;line-height:1.45!important}:root[data-theme=game] .world-plaza-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;align-items:stretch!important;gap:6px!important;min-width:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .world-plaza-stats span{display:grid!important;place-items:center!important;min-width:0!important;min-height:66px!important;padding:6px!important;border:1px solid rgba(255,232,166,.2)!important;border-radius:12px!important;background:#0505088a!important}:root[data-theme=game] .world-plaza-stats strong{color:#ffe39a!important;font-size:22px!important;line-height:1!important}:root[data-theme=game] .world-plaza-stats small{color:#ead6aaa3!important;font-size:11px!important}:root[data-theme=game] .world-plaza-board{display:grid!important;gap:10px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .world-spotlight,:root[data-theme=game] .game-world-card{border:1px solid rgba(208,157,77,.26)!important;border-radius:15px!important;background:#07070ab8!important;box-shadow:inset 0 1px #ffefc214!important}:root[data-theme=game] .world-spotlight{display:grid!important;grid-template-columns:96px minmax(0,1fr) auto!important;align-items:center!important;gap:10px!important;padding:8px!important}:root[data-theme=game] .world-spotlight img,:root[data-theme=game] .world-spotlight .cc-lazy-image,:root[data-theme=game] .world-spotlight picture{width:96px!important;height:64px!important;border-radius:11px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .world-spotlight>div{display:grid!important;min-width:0!important;gap:2px!important}:root[data-theme=game] .world-spotlight strong,:root[data-theme=game] .world-spotlight span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .world-feed-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;padding:0 2px!important}:root[data-theme=game] .world-feed-head span{display:grid!important;min-width:0!important;gap:2px!important}:root[data-theme=game] .world-feed-head strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:15px!important}:root[data-theme=game] .world-feed-head small{overflow:hidden!important;color:#ead6aa9e!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .world-feed-head em{flex:0 0 auto!important;padding:4px 8px!important;border:1px solid rgba(208,157,77,.24)!important;border-radius:999px!important;background:#04040785!important;color:#8deaff!important;font-size:10px!important;font-style:normal!important;font-weight:900!important}:root[data-theme=game] .game-world-feed{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}:root[data-theme=game] .game-world-card{display:grid!important;grid-template-columns:minmax(220px,.95fr) minmax(260px,1.05fr)!important;gap:10px!important;padding:10px!important}:root[data-theme=game] .game-world-card>header,:root[data-theme=game] .game-world-map,:root[data-theme=game] .world-map-chips,:root[data-theme=game] .game-world-progress{grid-column:1!important}:root[data-theme=game] .game-world-stats,:root[data-theme=game] .game-world-characters,:root[data-theme=game] .game-world-gallery,:root[data-theme=game] .game-world-actions{grid-column:2!important}:root[data-theme=game] .game-world-card>header{display:grid!important;grid-template-columns:42px minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important}:root[data-theme=game] .game-world-card>header img{width:42px!important;height:42px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-card>header span,:root[data-theme=game] .game-world-map>div{display:grid!important;min-width:0!important;gap:3px!important}:root[data-theme=game] .game-world-card>header strong,:root[data-theme=game] .game-world-card>header small,:root[data-theme=game] .game-world-map strong,:root[data-theme=game] .game-world-map span{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .game-world-map{display:grid!important;gap:8px!important;padding:0!important;border:0!important;background:transparent!important;min-height:0!important}:root[data-theme=game] .game-world-map img,:root[data-theme=game] .game-world-map .cc-lazy-image,:root[data-theme=game] .game-world-map picture{width:100%!important;height:156px!important;border-radius:13px!important;-o-object-fit:cover!important;object-fit:cover!important;opacity:1!important}:root[data-theme=game] .game-world-map>div{position:static!important;padding:0!important;background:transparent!important;color:inherit!important}:root[data-theme=game] .world-map-chips{display:flex!important;flex-wrap:wrap!important;gap:6px!important}:root[data-theme=game] .world-map-chips span{padding:4px 7px!important;border:1px solid rgba(255,225,145,.18)!important;border-radius:999px!important;background:#04040775!important;color:#ead6aab3!important;font-size:10px!important}:root[data-theme=game] .game-world-progress,:root[data-theme=game] .game-world-stats span,:root[data-theme=game] .game-world-characters button{border:1px solid rgba(208,157,77,.18)!important;border-radius:12px!important;background:#04040761!important}:root[data-theme=game] .game-world-progress{display:grid!important;gap:5px!important;padding:8px!important}:root[data-theme=game] .game-world-progress span{display:flex!important;justify-content:space-between!important;gap:8px!important;color:#ead6aac2!important;font-size:11px!important}:root[data-theme=game] .game-world-stats{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}:root[data-theme=game] .game-world-stats span{display:grid!important;place-items:center!important;min-height:48px!important}:root[data-theme=game] .game-world-characters{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important}:root[data-theme=game] .game-world-characters button{display:grid!important;grid-template-columns:34px minmax(0,1fr)!important;align-items:center!important;gap:7px!important;min-width:0!important;min-height:44px!important;padding:6px!important;color:#ead6aa!important}:root[data-theme=game] .game-world-characters img{width:34px!important;height:34px!important;border-radius:50%!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-characters strong,:root[data-theme=game] .game-world-characters small{display:block!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .game-world-gallery{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;overflow:visible!important}:root[data-theme=game] .game-world-gallery figure{min-width:0!important;margin:0!important;overflow:hidden!important;border:1px solid rgba(208,157,77,.18)!important;border-radius:12px!important;background:#04040761!important}:root[data-theme=game] .game-world-gallery img,:root[data-theme=game] .game-world-gallery .cc-lazy-image,:root[data-theme=game] .game-world-gallery picture{width:100%!important;height:74px!important;-o-object-fit:cover!important;object-fit:cover!important}:root[data-theme=game] .game-world-gallery figcaption{overflow:hidden!important;padding:5px 6px!important;color:#ead6aab8!important;font-size:10px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .game-world-actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}@media (max-width: 760px){:root[data-theme=game] .world-plaza-hero,:root[data-theme=game] .world-spotlight,:root[data-theme=game] .game-world-card{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .game-world-card>header,:root[data-theme=game] .game-world-map,:root[data-theme=game] .world-map-chips,:root[data-theme=game] .game-world-progress,:root[data-theme=game] .game-world-stats,:root[data-theme=game] .game-world-characters,:root[data-theme=game] .game-world-gallery,:root[data-theme=game] .game-world-actions{grid-column:1!important}:root[data-theme=game] .world-plaza-stats,:root[data-theme=game] .game-world-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width: 560px){:root[data-theme=game] .game-world-map img,:root[data-theme=game] .game-world-map .cc-lazy-image,:root[data-theme=game] .game-world-map picture{height:132px!important}:root[data-theme=game] .game-world-gallery{grid-template-columns:repeat(2,minmax(0,1fr))!important}:root[data-theme=game] .game-world-actions{grid-template-columns:1fr!important}}:root[data-theme=game] .world-map-chips--compact{flex-wrap:nowrap!important;overflow:hidden!important}:root[data-theme=game] .world-map-chips--compact span{flex:0 1 auto!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .world-card-section-title{display:flex!important;grid-column:2!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-bottom:-2px!important}:root[data-theme=game] .world-card-section-title strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:12px!important;font-weight:950!important}:root[data-theme=game] .world-card-section-title small{color:#8debffad!important;font-size:10px!important;font-weight:900!important}:root[data-theme=game] .game-world-gallery{grid-template-columns:repeat(3,minmax(0,1fr))!important}:root[data-theme=game] .game-world-card .game-world-progress{margin-top:0!important}@media (max-width: 760px){:root[data-theme=game] .world-card-section-title{grid-column:1!important}}:root[data-theme=game] .game-login-page,:root[data-theme=game] .game-guide-page{min-height:100%;gap:12px!important;padding:calc(var(--native-safe-top) + 10px) 10px calc(var(--home-scroll-bottom-gap) + 14px)!important;overflow-y:auto!important;background:radial-gradient(circle at 18% 0%,rgba(231,189,98,.15),transparent 30%),radial-gradient(circle at 88% 10%,rgba(89,169,158,.12),transparent 28%),linear-gradient(180deg,#0d0b10,#050507)!important}:root[data-theme=game] .login-topbar{display:grid!important;grid-template-columns:38px minmax(0,1fr)!important;align-items:center!important;gap:8px!important;flex:0 0 auto!important}:root[data-theme=game] .login-topbar>span{display:grid!important;gap:2px!important;min-width:0!important}:root[data-theme=game] .login-topbar strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:16px!important}:root[data-theme=game] .login-topbar small{overflow:hidden!important;color:#ead6aab8!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}:root[data-theme=game] .login-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(240px,.72fr)!important;gap:10px!important;align-items:start!important}:root[data-theme=game] .login-panel,:root[data-theme=game] .login-guide-card,:root[data-theme=game] .gameplay-hero,:root[data-theme=game] .gameplay-rule-list article{border:1px solid rgba(208,157,77,.28)!important;border-radius:16px!important;background:linear-gradient(180deg,rgba(255,225,145,.075),transparent 42%),#07070ad1!important;box-shadow:inset 0 1px #ffefc21f!important}:root[data-theme=game] .login-panel{display:grid!important;gap:10px!important;padding:12px!important}:root[data-theme=game] .login-panel>small,:root[data-theme=game] .gameplay-hero>small{color:#8debff!important;font-size:10px!important;font-weight:950!important;letter-spacing:0!important}:root[data-theme=game] .login-panel h1,:root[data-theme=game] .gameplay-hero h1{margin:0!important;color:#ffe39a!important;font-family:var(--font-game)!important;font-size:26px!important;line-height:1.1!important}:root[data-theme=game] .login-panel p,:root[data-theme=game] .gameplay-hero p{margin:0!important;color:#ead6aabd!important;font-size:12px!important;line-height:1.45!important}:root[data-theme=game] .login-mode-switch{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;padding:4px!important;border:1px solid rgba(255,225,145,.16)!important;border-radius:13px!important;background:#040407b8!important}:root[data-theme=game] .login-mode-switch button,:root[data-theme=game] .login-guide-card button,:root[data-theme=game] .home-guide-entry{border:1px solid rgba(255,225,145,.22)!important;border-radius:999px!important;background:#050508d1!important;color:#ead6aac7!important;font-weight:950!important}:root[data-theme=game] .login-mode-switch button{min-height:34px!important}:root[data-theme=game] .login-mode-switch button[data-active=true],:root[data-theme=game] .home-guide-entry{background:linear-gradient(180deg,#fff0b8,#b87328)!important;color:#241305!important;box-shadow:0 8px 18px #b8732833!important}:root[data-theme=game] .login-panel label{display:grid!important;gap:5px!important;color:#ead6aad1!important;font-size:12px!important;font-weight:900!important}:root[data-theme=game] .login-panel input{min-height:42px!important;width:100%!important;border:1px solid rgba(208,157,77,.28)!important;border-radius:12px!important;outline:none!important;background:#040407b8!important;color:#f4ead9!important;padding:0 11px!important}:root[data-theme=game] .login-panel input:focus{border-color:#ffe39a!important;box-shadow:0 0 0 2px #ffe39a1f,0 0 18px #d9a75d38!important}:root[data-theme=game] .login-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}:root[data-theme=game] .login-guide-card,:root[data-theme=game] .gameplay-rule-list{display:grid!important;gap:10px!important}:root[data-theme=game] .login-guide-card,:root[data-theme=game] .gameplay-hero{padding:12px!important}:root[data-theme=game] .login-guide-card header{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important}:root[data-theme=game] .login-guide-card header span{display:grid!important;gap:2px!important;min-width:0!important}:root[data-theme=game] .login-guide-card header strong{color:#ffe39a!important;font-family:var(--font-game)!important;font-size:15px!important}:root[data-theme=game] .login-guide-card header small{color:#8debff!important;font-size:10px!important;font-weight:950!important}:root[data-theme=game] .login-guide-card button{flex:0 0 auto!important;min-height:30px!important;padding:0 10px!important}:root[data-theme=game] .login-guide-card>div{display:grid!important;gap:8px!important}:root[data-theme=game] .login-guide-card article,:root[data-theme=game] .gameplay-rule-list article{display:grid!important;grid-template-columns:30px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:9px!important}:root[data-theme=game] .login-guide-card b,:root[data-theme=game] .gameplay-rule-list b{display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border-radius:10px!important;background:#ffe19121!important;color:#ffe39a!important}:root[data-theme=game] .login-guide-card article span,:root[data-theme=game] .gameplay-rule-list article span{display:grid!important;gap:3px!important;min-width:0!important}:root[data-theme=game] .login-guide-card article strong,:root[data-theme=game] .gameplay-rule-list article strong{color:#f4ead9!important;font-size:13px!important}:root[data-theme=game] .login-guide-card article small,:root[data-theme=game] .gameplay-rule-list article small,:root[data-theme=game] .gameplay-rule-list article em{color:#ead6aab8!important;font-size:11px!important;font-style:normal!important;line-height:1.35!important}:root[data-theme=game] .gameplay-hero{display:grid!important;gap:7px!important}:root[data-theme=game] .gameplay-rule-list{padding:0!important;border:0!important;background:transparent!important}:root[data-theme=game] .home-game-top{grid-template-columns:minmax(0,1fr) auto!important}:root[data-theme=game] .home-guide-entry{align-self:center!important;min-height:34px!important;padding:0 11px!important;font-size:12px!important;white-space:nowrap!important}@media (max-width: 640px){:root[data-theme=game] .login-layout{grid-template-columns:minmax(0,1fr)!important}:root[data-theme=game] .login-actions{grid-template-columns:minmax(0,1fr)!important}}:root[data-theme=game] .home-top-actions{display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;min-width:0!important}:root[data-theme=game] .home-login-entry,:root[data-theme=game] .home-guide-entry{align-self:center!important;min-height:34px!important;padding:0 11px!important;border:1px solid rgba(255,225,145,.22)!important;border-radius:999px!important;background:linear-gradient(180deg,#fff0b8,#b87328)!important;color:#241305!important;box-shadow:0 8px 18px #b8732833!important;font-size:12px!important;font-weight:950!important;white-space:nowrap!important}:root[data-theme=game] .home-login-entry{background:#050508d1!important;color:#ffe39a!important}@media (max-width: 420px){:root[data-theme=game] .home-top-actions{gap:5px!important}:root[data-theme=game] .home-login-entry,:root[data-theme=game] .home-guide-entry{min-height:32px!important;padding:0 8px!important;font-size:11px!important}}.auth-popup-root,:root[data-theme=game] .auth-popup-root{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:6000!important;display:grid!important;place-items:center!important;width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;padding:max(16px,var(--native-safe-top)) 16px max(16px,var(--native-safe-bottom))!important;overflow:hidden!important;pointer-events:none!important}.auth-popup-root .auth-popup-overlay,:root[data-theme=game] .auth-popup-root .auth-popup-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;width:100vw!important;height:100vh!important;height:100dvh!important;border:0!important;border-radius:0!important;background:radial-gradient(circle at 50% 38%,color-mix(in srgb,var(--amber) 16%,transparent),transparent 34%),#000000a3!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;pointer-events:auto!important}.auth-popup-root .auth-sheet,:root[data-theme=game] .auth-popup-root .auth-sheet{position:relative!important;inset:auto!important;z-index:2!important;width:min(90vw,360px)!important;max-width:min(90vw,360px)!important;max-height:min(82dvh,560px)!important;margin:0!important;overflow:hidden auto!important;transform-origin:center center!important;pointer-events:auto!important}.auth-popup-root .auth-sheet>.cc-modal__body,:root[data-theme=game] .auth-popup-root .auth-sheet>.cc-modal__body{display:grid!important;gap:12px!important;padding:0!important}.auth-popup-root .auth-sheet .sheet-handle,:root[data-theme=game] .auth-popup-root .auth-sheet .sheet-handle{display:none!important}:root[data-theme=game] .auth-popup-root .auth-sheet{padding:16px!important;border:1px solid rgba(255,226,160,.44)!important;border-radius:18px!important;background:radial-gradient(circle at 50% -10%,rgba(255,226,160,.18),transparent 36%),linear-gradient(180deg,#241b14fa,#07070afa)!important;color:#ead6aa!important;box-shadow:inset 0 1px #ffefc229,0 28px 70px #00000085!important}.auth-popup-root[data-state=enter] .auth-popup-overlay{animation:authOverlayIn .24s cubic-bezier(.2,.82,.28,1) both!important}.auth-popup-root[data-state=exit] .auth-popup-overlay{animation:authOverlayOut .2s ease-in both!important}.auth-popup-root[data-state=enter] .auth-sheet{animation:authSheetIn .24s cubic-bezier(.18,.9,.22,1) both!important}.auth-popup-root[data-state=exit] .auth-sheet{animation:authSheetOut .2s ease-in both!important}@keyframes authOverlayIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes authOverlayOut{0%{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}to{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes authSheetIn{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes authSheetOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(18px) scale(.96)}}.resource-guide-section{margin-top:16px;padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#121522b8;box-shadow:0 18px 48px #0c101e38}.resource-guide-section header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.resource-guide-section header strong{color:#fffffff2;font-size:16px}.resource-guide-section header small{max-width:68%;color:#ffffff9e;font-size:12px;line-height:1.45;text-align:right}.resource-guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(178px,1fr));gap:10px}.resource-guide-grid article{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:10px;min-height:86px;padding:12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff12}.resource-guide-grid article>img{width:52px;height:52px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.26))}.resource-guide-grid article span{min-width:0}.resource-guide-grid article strong{display:block;color:#fffffff5;font-size:14px;line-height:1.2}.resource-guide-grid article small,.resource-guide-grid article p{color:#ffffffa3;font-size:12px;line-height:1.45}.resource-guide-grid article p{grid-column:1 / -1;margin:0}.resource-guide-grid.compact article{min-height:74px}.resource-guide-grid.compact article p{display:none}.ai-debug-guide ol{display:grid;gap:10px;margin:0;padding:0;list-style:none}.ai-debug-guide li{position:relative;padding:10px 12px 10px 34px;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb8;font-size:13px;line-height:1.55;background:#ffffff0f}.ai-debug-guide li:before{content:"";position:absolute;left:12px;top:15px;width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,#7cf5ff,#f6cc68);box-shadow:0 0 14px #7cf5ff73}.pass-annual-mark img{width:74px;height:74px;-o-object-fit:contain;object-fit:contain}.pass-page .cc-button{margin-top:16px}@media (max-width: 640px){.resource-guide-section{padding:14px}.resource-guide-section header{display:block}.resource-guide-section header small{display:block;max-width:none;margin-top:4px;text-align:left}.resource-guide-grid{grid-template-columns:1fr}}:root[data-theme=game] .gameplay-resource-guide{position:relative;overflow:hidden;border-color:#ffd6803d;background:linear-gradient(135deg,#2b2046eb,#122036db),radial-gradient(circle at 12% 0%,rgba(255,205,105,.22),transparent 34%)}:root[data-theme=game] .gameplay-resource-guide:before{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;pointer-events:none;border:1px solid rgba(255,255,255,.08);border-radius:14px}:root[data-theme=game] .gameplay-resource-guide header,:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid{position:relative;z-index:1}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article{position:relative;overflow:hidden;min-height:132px;border-color:#ffffff24;background:linear-gradient(145deg,#ffffff21,#ffffff0e)}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article:after{content:attr(data-kind);position:absolute;right:10px;top:8px;color:#ffffff29;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article>img{width:62px;height:62px}:root[data-theme=game] .profile-world-vip{display:inline-grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:8px}:root[data-theme=game] .profile-world-vip img{width:38px;height:38px;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(0,0,0,.24))}.cc-modal:has(.world-prize-popup),.cc-modal:has(.collection-wheel-popup),:root[data-theme=game] .cc-modal:has(.world-prize-popup),:root[data-theme=game] .cc-modal:has(.collection-wheel-popup){position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:6200!important;display:block!important;overflow:visible!important;pointer-events:none!important}.cc-modal:has(.world-prize-popup)>.cc-modal__overlay,.cc-modal:has(.collection-wheel-popup)>.cc-modal__overlay,:root[data-theme=game] .cc-modal:has(.world-prize-popup)>.cc-modal__overlay,:root[data-theme=game] .cc-modal:has(.collection-wheel-popup)>.cc-modal__overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;pointer-events:auto!important}.cc-modal__panel.world-prize-popup,.cc-modal__panel.collection-wheel-popup,:root[data-theme=game] .cc-modal__panel.world-prize-popup,:root[data-theme=game] .cc-modal__panel.collection-wheel-popup{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;z-index:2!important;width:min(94vw,440px)!important;max-width:calc(100vw - 20px)!important;max-height:min(94dvh,760px)!important;margin:0!important;overflow:visible!important;transform:translate(-50%,-50%) scale(1)!important;transform-origin:center center!important;pointer-events:auto!important}.cc-modal__panel.world-prize-popup>.cc-modal__body,.cc-modal__panel.collection-wheel-popup>.cc-modal__body,:root[data-theme=game] .cc-modal__panel.world-prize-popup>.cc-modal__body,:root[data-theme=game] .cc-modal__panel.collection-wheel-popup>.cc-modal__body{display:grid!important;justify-items:stretch!important;gap:0!important;min-width:0!important;max-height:inherit!important;overflow:visible!important;padding:0!important}.world-prize-popup,.collection-wheel-popup,:root[data-theme=game] .world-prize-popup,:root[data-theme=game] .collection-wheel-popup{overflow:visible!important}.world-prize-stage,.collection-prize-stage,:root[data-theme=game] .world-prize-stage,:root[data-theme=game] .collection-prize-stage{display:grid!important;place-items:center!important;width:min(78vw,332px)!important;max-width:332px!important;aspect-ratio:1!important;margin:8px auto 14px!important;overflow:visible!important}.collection-prize-stage,:root[data-theme=game] .collection-prize-stage{--wheel-size: min(76vw, 320px);width:min(76vw,320px)!important;max-width:320px!important}.world-prize-wheel i img,.collection-prize-wheel i img,:root[data-theme=game] .world-prize-wheel i img,:root[data-theme=game] .collection-prize-wheel i img{display:block!important;width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;border-radius:inherit!important}.world-prize-wheel i,.collection-prize-wheel i,:root[data-theme=game] .world-prize-wheel i,:root[data-theme=game] .collection-prize-wheel i{overflow:hidden!important;padding:2px!important}@media (max-width: 390px){.cc-modal__panel.world-prize-popup,.cc-modal__panel.collection-wheel-popup,:root[data-theme=game] .cc-modal__panel.world-prize-popup,:root[data-theme=game] .cc-modal__panel.collection-wheel-popup{width:min(96vw,380px)!important;max-height:min(96dvh,720px)!important;padding:12px!important}.world-prize-stage,.collection-prize-stage,:root[data-theme=game] .world-prize-stage,:root[data-theme=game] .collection-prize-stage{width:min(82vw,306px)!important;--wheel-size: min(82vw, 306px)}}.auth-popup-root,:root[data-theme=game] .auth-popup-root{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:7200!important;display:block!important;width:100vw!important;height:100vh!important;height:100dvh!important;padding:0!important;overflow:visible!important;pointer-events:none!important}.auth-popup-root>.auth-popup-overlay,:root[data-theme=game] .auth-popup-root>.auth-popup-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1!important;display:block!important;width:100vw!important;height:100vh!important;height:100dvh!important;border:0!important;border-radius:0!important;padding:0!important;pointer-events:auto!important}.auth-popup-root>.auth-sheet,:root[data-theme=game] .auth-popup-root>.auth-sheet{position:fixed!important;top:50%!important;left:50%!important;right:auto!important;bottom:auto!important;z-index:2!important;display:block!important;width:min(90vw,360px)!important;max-width:calc(100vw - 28px)!important;max-height:min(86dvh,560px)!important;margin:0!important;overflow:hidden auto!important;transform:translate(-50%,-50%) scale(1)!important;transform-origin:center center!important;pointer-events:auto!important}.auth-popup-root>.auth-sheet>.cc-modal__body,:root[data-theme=game] .auth-popup-root>.auth-sheet>.cc-modal__body{display:grid!important;gap:12px!important;min-width:0!important;padding:0!important}.auth-popup-root[data-state=enter]>.auth-popup-overlay,:root[data-theme=game] .auth-popup-root[data-state=enter]>.auth-popup-overlay{animation:authModalOverlayIn .24s cubic-bezier(.2,.82,.28,1) both!important}.auth-popup-root[data-state=exit]>.auth-popup-overlay,:root[data-theme=game] .auth-popup-root[data-state=exit]>.auth-popup-overlay{animation:authModalOverlayOut .2s ease-in both!important}.auth-popup-root[data-state=enter]>.auth-sheet,:root[data-theme=game] .auth-popup-root[data-state=enter]>.auth-sheet{animation:authModalPanelIn .24s cubic-bezier(.18,.9,.22,1) both!important}.auth-popup-root[data-state=exit]>.auth-sheet,:root[data-theme=game] .auth-popup-root[data-state=exit]>.auth-sheet{animation:authModalPanelOut .2s ease-in both!important}@keyframes authModalOverlayIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}}@keyframes authModalOverlayOut{0%{opacity:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}to{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes authModalPanelIn{0%{opacity:0;translate:0 18px;scale:.96}to{opacity:1;translate:0 0;scale:1}}@keyframes authModalPanelOut{0%{opacity:1;translate:0 0;scale:1}to{opacity:0;translate:0 18px;scale:.96}}.world-prize-popup,.collection-wheel-popup,:root[data-theme=game] .world-prize-popup,:root[data-theme=game] .collection-wheel-popup{width:min(96vw,430px)!important;max-width:min(96vw,430px)!important}.world-prize-stage,.collection-prize-stage,:root[data-theme=game] .world-prize-stage,:root[data-theme=game] .collection-prize-stage{--wheel-size: min(88vw, 382px) !important;width:min(88vw,382px)!important;max-width:382px!important}.world-prize-wheel article,.collection-prize-wheel article,:root[data-theme=game] .world-prize-wheel article,:root[data-theme=game] .collection-prize-wheel article{grid-template-rows:46px auto auto!important;width:98px!important;min-height:82px!important;border:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.348)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel article[data-active=true],.collection-prize-wheel article[data-active=true],:root[data-theme=game] .world-prize-wheel article[data-active=true],:root[data-theme=game] .collection-prize-wheel article[data-active=true]{border:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important}.world-prize-wheel i,.collection-prize-wheel i,:root[data-theme=game] .world-prize-wheel i,:root[data-theme=game] .collection-prize-wheel i{width:44px!important;height:44px!important;margin-bottom:3px!important;border:0!important;border-radius:0!important;background:transparent!important;background-color:transparent!important;box-shadow:none!important;overflow:visible!important;padding:0!important}.world-prize-wheel i img,.collection-prize-wheel i img,:root[data-theme=game] .world-prize-wheel i img,:root[data-theme=game] .collection-prize-wheel i img{width:44px!important;height:44px!important;border-radius:0!important;filter:drop-shadow(0 6px 10px rgba(0,0,0,.38))!important}.world-prize-wheel strong,.collection-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong,:root[data-theme=game] .collection-prize-wheel strong{width:96px!important;max-width:96px!important;font-size:13px!important;line-height:1.12!important}.world-prize-wheel small,.collection-prize-wheel small,:root[data-theme=game] .world-prize-wheel small,:root[data-theme=game] .collection-prize-wheel small{font-size:10px!important}@media (max-width: 390px){.world-prize-stage,.collection-prize-stage,:root[data-theme=game] .world-prize-stage,:root[data-theme=game] .collection-prize-stage{--wheel-size: min(86vw, 340px) !important;width:min(86vw,340px)!important;max-width:340px!important}.world-prize-wheel article,.collection-prize-wheel article,:root[data-theme=game] .world-prize-wheel article,:root[data-theme=game] .collection-prize-wheel article{width:84px!important;min-height:72px!important;transform:translate(-50%,-50%) rotate(var(--angle)) translateY(calc(var(--wheel-size) * -.336)) rotate(calc(var(--counter-rotation, 0deg) - var(--angle)))!important}.world-prize-wheel i,.collection-prize-wheel i,.world-prize-wheel i img,.collection-prize-wheel i img,:root[data-theme=game] .world-prize-wheel i,:root[data-theme=game] .collection-prize-wheel i,:root[data-theme=game] .world-prize-wheel i img,:root[data-theme=game] .collection-prize-wheel i img{width:38px!important;height:38px!important}.world-prize-wheel strong,.collection-prize-wheel strong,:root[data-theme=game] .world-prize-wheel strong,:root[data-theme=game] .collection-prize-wheel strong{width:82px!important;max-width:82px!important;font-size:12px!important}}.auth-sheet-close,:root[data-theme=game] .auth-sheet-close{position:absolute!important;top:10px!important;right:10px!important;z-index:5!important;display:grid!important;place-items:center!important;width:30px!important;height:30px!important;border:1px solid rgba(255,226,160,.32)!important;border-radius:50%!important;background:#05050894!important;color:#ffe39a!important;cursor:pointer!important;font-size:20px!important;line-height:1!important;box-shadow:inset 0 1px #ffefc21f!important}.auth-sheet-close:active,:root[data-theme=game] .auth-sheet-close:active{transform:scale(.94)!important}.auth-popup-root>.auth-sheet,:root[data-theme=game] .auth-popup-root>.auth-sheet{isolation:isolate!important;padding:22px 18px 18px!important;border:1px solid rgba(255,225,154,.7)!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(255,247,211,.12) 0 1px,transparent 1px 9px),linear-gradient(45deg,rgba(255,205,117,.08) 0 1px,transparent 1px 11px),radial-gradient(circle at 20% 0%,rgba(255,231,167,.24),transparent 32%),radial-gradient(circle at 82% 18%,rgba(177,83,255,.13),transparent 30%),linear-gradient(180deg,#302217fa,#110c0dfa 58%,#08080bfc)!important;background-size:18px 18px,22px 22px,auto,auto,auto!important;color:#f6dfab!important;box-shadow:inset 0 1px #fff9d747,inset 0 -2px #431f0cb8,inset 0 0 26px #ffc56217,0 0 0 2px #543016e0,0 0 0 5px #0d0a0cdb,0 24px 72px #0000009e,0 0 42px #ffc1521f!important}.auth-popup-root>.auth-sheet:before,:root[data-theme=game] .auth-popup-root>.auth-sheet:before{position:absolute!important;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;z-index:-1!important;border:1px solid rgba(255,226,160,.18)!important;border-radius:15px!important;background:repeating-linear-gradient(90deg,rgba(255,239,194,.035) 0 1px,transparent 1px 7px),repeating-linear-gradient(0deg,rgba(0,0,0,.1) 0 1px,transparent 1px 6px)!important;content:""!important;pointer-events:none!important}.auth-popup-root>.auth-sheet:after,:root[data-theme=game] .auth-popup-root>.auth-sheet:after{position:absolute!important;top:10px!important;left:18px!important;right:58px!important;height:1px!important;background:linear-gradient(90deg,transparent,rgba(255,236,182,.72),transparent)!important;content:""!important;pointer-events:none!important}.auth-popup-root>.auth-sheet h2,:root[data-theme=game] .auth-popup-root>.auth-sheet h2{position:relative!important;margin:4px 0 0!important;color:#ffe9a8!important;font-size:25px!important;font-weight:900!important;letter-spacing:0!important;text-align:center!important;text-shadow:0 1px 0 #7b3e12,0 2px 0 #42200c,0 5px 12px rgba(0,0,0,.58),0 0 18px rgba(255,209,104,.28)!important}.auth-popup-root>.auth-sheet h2:before,.auth-popup-root>.auth-sheet h2:after,:root[data-theme=game] .auth-popup-root>.auth-sheet h2:before,:root[data-theme=game] .auth-popup-root>.auth-sheet h2:after{position:absolute!important;top:50%!important;width:42px!important;height:2px!important;background:linear-gradient(90deg,transparent,rgba(255,218,137,.82))!important;content:""!important}.auth-popup-root>.auth-sheet h2:before,:root[data-theme=game] .auth-popup-root>.auth-sheet h2:before{right:calc(50% + 72px)!important}.auth-popup-root>.auth-sheet h2:after,:root[data-theme=game] .auth-popup-root>.auth-sheet h2:after{left:calc(50% + 72px)!important;transform:scaleX(-1)!important}.auth-popup-root>.auth-sheet p,:root[data-theme=game] .auth-popup-root>.auth-sheet p{margin-top:4px!important;color:#f8dca2c2!important;text-align:center!important}.auth-popup-root .segmented,:root[data-theme=game] .auth-popup-root .segmented{padding:4px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:15px!important;background:#0505086b!important;box-shadow:inset 0 2px 4px #00000061,0 1px #ffefc21f!important}.auth-popup-root .segmented button[data-active=true],:root[data-theme=game] .auth-popup-root .segmented button[data-active=true]{background:linear-gradient(180deg,#ffe8a4,#d49435 54%,#7e3f16)!important;color:#2f1605!important;text-shadow:0 1px 0 rgba(255,246,210,.56)!important;box-shadow:inset 0 1px #ffffff7a,inset 0 -2px #602a097a,0 3px #311707eb,0 8px 16px #00000052!important}.auth-sheet-close,:root[data-theme=game] .auth-sheet-close{top:9px!important;right:9px!important;width:36px!important;height:36px!important;border:1px solid rgba(255,235,177,.74)!important;border-radius:12px!important;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,.68),transparent 18%),linear-gradient(180deg,#ffe9a8,#d8922d 48%,#7a3514)!important;color:#351304!important;font-size:22px!important;font-weight:900!important;text-shadow:0 1px 0 rgba(255,241,195,.72)!important;box-shadow:inset 0 1px #ffffff8f,inset 0 -3px #4818077a,0 3px #2d1408eb,0 10px 18px #0000005c,0 0 14px #ffca612e!important}.auth-sheet-close:hover,:root[data-theme=game] .auth-sheet-close:hover{filter:brightness(1.08) saturate(1.08)!important}.auth-sheet-close:active,:root[data-theme=game] .auth-sheet-close:active{transform:translateY(2px) scale(.98)!important;box-shadow:inset 0 2px 4px #3f18066b,0 1px #2d1408eb,0 6px 12px #0000004d!important}.auth-popup-root>.auth-sheet,:root[data-theme=game] .auth-popup-root>.auth-sheet{padding-top:12px!important}.auth-popup-root>.auth-sheet>.cc-modal__body,:root[data-theme=game] .auth-popup-root>.auth-sheet>.cc-modal__body{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.auth-sheet-close,:root[data-theme=game] .auth-sheet-close{position:relative!important;top:auto!important;right:auto!important;justify-self:end!important;margin:0 0 -2px!important}.auth-popup-root>.auth-sheet:after,:root[data-theme=game] .auth-popup-root>.auth-sheet:after{top:52px!important;right:18px!important}.auth-form-actions,:root[data-theme=game] .auth-form-actions{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;width:100%!important;min-width:0!important}.auth-form-actions .cc-button,:root[data-theme=game] .auth-form-actions .cc-button{width:100%!important;min-width:0!important;white-space:nowrap!important}@media (max-width: 360px){.auth-form-actions,:root[data-theme=game] .auth-form-actions{gap:8px!important}.auth-form-actions .cc-button,:root[data-theme=game] .auth-form-actions .cc-button{padding-inline:8px!important;font-size:13px!important}}:root[data-theme=game] .game-guide-page .resource-guide-section{position:relative!important;overflow:hidden!important;border:1px solid rgba(214,160,78,.38)!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,236,178,.035) 0 1px,transparent 1px 10px),radial-gradient(circle at 18% 0%,rgba(255,214,128,.18),transparent 34%),linear-gradient(180deg,#1f1813f2,#08090cf5)!important;box-shadow:inset 0 1px #ffefc229,0 14px 34px #0000005c!important}:root[data-theme=game] .game-guide-page .resource-guide-section:before{position:absolute!important;top:8px!important;right:8px!important;bottom:8px!important;left:8px!important;border:1px solid rgba(255,226,160,.11)!important;border-radius:13px!important;content:""!important;pointer-events:none!important}:root[data-theme=game] .game-guide-page .resource-guide-section header{position:relative!important;z-index:1!important;align-items:center!important;padding-bottom:10px!important;border-bottom:1px solid rgba(255,226,160,.12)!important}:root[data-theme=game] .game-guide-page .resource-guide-section header strong{color:#ffe39a!important;font-size:18px!important;font-weight:950!important;text-shadow:0 2px 0 rgba(72,33,8,.82),0 0 16px rgba(255,205,93,.18)!important}:root[data-theme=game] .game-guide-page .resource-guide-section header small{color:#ead6aabd!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid{position:relative!important;z-index:1!important;grid-template-columns:repeat(auto-fit,minmax(248px,1fr))!important;gap:12px!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article{grid-template-columns:58px minmax(0,1fr)!important;align-items:start!important;min-height:176px!important;padding:13px!important;border:1px solid rgba(255,226,160,.18)!important;border-radius:15px!important;background:radial-gradient(circle at 20% 10%,rgba(255,226,160,.13),transparent 36%),linear-gradient(180deg,#ffecb211,#08090c6b)!important;box-shadow:inset 0 1px #ffefc21a!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article>img{width:58px!important;height:58px!important;filter:drop-shadow(0 8px 12px rgba(0,0,0,.34)) drop-shadow(0 0 10px rgba(255,206,93,.12))!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article strong{color:#f7d987!important;font-size:15px!important;font-weight:950!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article small{color:#ead6aac2!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid dl{grid-column:1 / -1!important;display:grid!important;gap:8px!important;margin:2px 0 0!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid dl div{display:grid!important;grid-template-columns:42px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;padding:7px 8px!important;border:1px solid rgba(255,226,160,.1)!important;border-radius:10px!important;background:#0506095c!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid dt{color:#8debff!important;font-size:11px!important;font-weight:950!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid dd{margin:0!important;color:#f4ead9d1!important;font-size:12px!important;line-height:1.45!important}:root[data-theme=game] .game-mainline-debug{background:linear-gradient(135deg,rgba(141,235,255,.04) 0 1px,transparent 1px 10px),radial-gradient(circle at 88% 0%,rgba(141,235,255,.16),transparent 34%),radial-gradient(circle at 10% 100%,rgba(255,214,128,.14),transparent 30%),linear-gradient(180deg,#121722f5,#06070afa)!important}:root[data-theme=game] .ai-debug-grid{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}:root[data-theme=game] .ai-debug-grid article{position:relative!important;display:grid!important;gap:7px!important;min-height:166px!important;padding:13px!important;border:1px solid rgba(141,235,255,.2)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(141,235,255,.075),transparent 42%),#05070c8a!important;box-shadow:inset 0 1px #ffffff14!important}:root[data-theme=game] .ai-debug-grid article:before{position:absolute!important;top:12px!important;right:12px!important;width:9px!important;height:9px!important;border-radius:50%!important;background:#8debff!important;box-shadow:0 0 16px #8debff9e!important;content:""!important}:root[data-theme=game] .ai-debug-grid em{width:-moz-max-content!important;width:max-content!important;padding:3px 7px!important;border:1px solid rgba(141,235,255,.28)!important;border-radius:999px!important;color:#8debff!important;font-size:10px!important;font-style:normal!important;font-weight:950!important}:root[data-theme=game] .ai-debug-grid strong{color:#ffe39a!important;font-size:15px!important;font-weight:950!important}:root[data-theme=game] .ai-debug-grid p,:root[data-theme=game] .ai-debug-grid small{margin:0!important;color:#ead6aac7!important;font-size:12px!important;line-height:1.48!important}:root[data-theme=game] .ai-debug-grid small{padding-top:7px!important;border-top:1px solid rgba(255,226,160,.1)!important;color:#8debffd1!important}@media (max-width: 640px){:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid,:root[data-theme=game] .ai-debug-grid{grid-template-columns:1fr!important}:root[data-theme=game] .gameplay-resource-guide .resource-guide-grid article,:root[data-theme=game] .ai-debug-grid article{min-height:auto!important}}:root[data-theme=game] .cc-modal>.cc-modal__overlay,:root[data-theme=game] .cc-popup>.cc-popup__overlay,:root[data-theme=game] .cc-modal__overlay,:root[data-theme=game] .cc-popup__overlay{background:radial-gradient(circle at 50% 38%,rgba(255,226,160,.16),transparent 34%),#000000a3!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}:root[data-theme=game] .cc-modal__panel,:root[data-theme=game] .cc-popup__panel,:root[data-theme=game] .confirm-dialog,:root[data-theme=game] .profile-form-dialog,:root[data-theme=game] .album-viewer-popup,:root[data-theme=game] .world-prize-popup,:root[data-theme=game] .collection-wheel-popup,:root[data-theme=game] .profile-settings-drawer,:root[data-theme=game] .profile-reward-popup-panel,:root[data-theme=game] .viewer-popup{isolation:isolate!important;border:1px solid rgba(255,225,154,.7)!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(255,247,211,.12) 0 1px,transparent 1px 9px),linear-gradient(45deg,rgba(255,205,117,.08) 0 1px,transparent 1px 11px),radial-gradient(circle at 20% 0%,rgba(255,231,167,.24),transparent 32%),radial-gradient(circle at 82% 18%,rgba(177,83,255,.13),transparent 30%),linear-gradient(180deg,#302217fa,#110c0dfa 58%,#08080bfc)!important;background-size:18px 18px,22px 22px,auto,auto,auto!important;color:#f6dfab!important;box-shadow:inset 0 1px #fff9d747,inset 0 -2px #431f0cb8,inset 0 0 26px #ffc56217,0 0 0 2px #543016e0,0 0 0 5px #0d0a0cdb,0 24px 72px #0000009e,0 0 42px #ffc1521f!important}:root[data-theme=game] .cc-modal__header,:root[data-theme=game] .cc-popup__header,:root[data-theme=game] .world-prize-head,:root[data-theme=game] .collection-draw-head,:root[data-theme=game] .profile-form-dialog .cc-modal__header,:root[data-theme=game] .confirm-dialog .cc-modal__header{border-color:#ffe2a029!important;background:#05050838!important;color:#ffe9a8!important}:root[data-theme=game] .cc-modal__header span,:root[data-theme=game] .cc-popup__header span,:root[data-theme=game] .world-prize-head strong,:root[data-theme=game] .collection-draw-head strong,:root[data-theme=game] .profile-form-dialog .cc-modal__header span,:root[data-theme=game] .confirm-dialog .cc-modal__header span{color:#ffe9a8!important;font-weight:950!important;text-shadow:0 1px 0 #7b3e12,0 2px 0 #42200c,0 5px 12px rgba(0,0,0,.58),0 0 18px rgba(255,209,104,.28)!important}:root[data-theme=game] .cc-modal__close,:root[data-theme=game] .cc-popup__close,:root[data-theme=game] .auth-sheet-close,:root[data-theme=game] button[aria-label^=关闭],:root[data-theme=game] .world-prize-head button,:root[data-theme=game] .collection-draw-head button,:root[data-theme=game] .side-menu header>button{display:grid!important;place-items:center!important;width:36px!important;min-width:36px!important;height:36px!important;min-height:36px!important;border:1px solid rgba(255,235,177,.74)!important;border-radius:12px!important;padding:0!important;background:radial-gradient(circle at 35% 24%,rgba(255,255,255,.68),transparent 18%),linear-gradient(180deg,#ffe9a8,#d8922d 48%,#7a3514)!important;color:#351304!important;cursor:pointer!important;font-size:22px!important;font-weight:900!important;line-height:1!important;text-shadow:0 1px 0 rgba(255,241,195,.72)!important;box-shadow:inset 0 1px #ffffff8f,inset 0 -3px #4818077a,0 3px #2d1408eb,0 10px 18px #0000005c,0 0 14px #ffca612e!important}:root[data-theme=game] .cc-modal__close:hover,:root[data-theme=game] .cc-popup__close:hover,:root[data-theme=game] .auth-sheet-close:hover,:root[data-theme=game] button[aria-label^=关闭]:hover,:root[data-theme=game] .world-prize-head button:hover,:root[data-theme=game] .collection-draw-head button:hover,:root[data-theme=game] .side-menu header>button:hover{filter:brightness(1.08) saturate(1.08)!important}:root[data-theme=game] .cc-modal__close:active,:root[data-theme=game] .cc-popup__close:active,:root[data-theme=game] .auth-sheet-close:active,:root[data-theme=game] button[aria-label^=关闭]:active,:root[data-theme=game] .world-prize-head button:active,:root[data-theme=game] .collection-draw-head button:active,:root[data-theme=game] .side-menu header>button:active{transform:translateY(2px) scale(.98)!important;box-shadow:inset 0 2px 4px #3f18066b,0 1px #2d1408eb,0 6px 12px #0000004d!important}:root[data-theme=game] .auth-popup-root .segmented,:root[data-theme=game] .segmented,:root[data-theme=game] .mode-toggle,:root[data-theme=game] .mode-switch,:root[data-theme=game] .store-mode-switch,:root[data-theme=game] .login-mode-switch,:root[data-theme=game] .create-mode-switch,:root[data-theme=game] .tabs-line,:root[data-theme=game] .vip-tabs,:root[data-theme=game] .category-strip,:root[data-theme=game] .wallet-segmented{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:minmax(0,1fr)!important;gap:6px!important;padding:4px!important;border:1px solid rgba(255,226,160,.22)!important;border-radius:15px!important;background:#0505086b!important;box-shadow:inset 0 2px 4px #00000061,0 1px #ffefc21f!important}:root[data-theme=game] .auth-popup-root .segmented button,:root[data-theme=game] .segmented button,:root[data-theme=game] .mode-toggle button,:root[data-theme=game] .mode-switch button,:root[data-theme=game] .store-mode-switch button,:root[data-theme=game] .login-mode-switch button,:root[data-theme=game] .create-mode-switch button,:root[data-theme=game] .tabs-line button,:root[data-theme=game] .vip-tabs button,:root[data-theme=game] .category-strip button,:root[data-theme=game] .wallet-segmented button{min-width:0!important;min-height:34px!important;height:auto!important;border:1px solid transparent!important;border-radius:11px!important;padding:0 10px!important;background:transparent!important;color:#ead6aac7!important;font-weight:950!important;white-space:nowrap!important;box-shadow:none!important}:root[data-theme=game] .auth-popup-root .segmented button[data-active=true],:root[data-theme=game] .segmented button[data-active=true],:root[data-theme=game] .mode-toggle button[data-active=true],:root[data-theme=game] .mode-switch button[data-active=true],:root[data-theme=game] .store-mode-switch button[data-active=true],:root[data-theme=game] .login-mode-switch button[data-active=true],:root[data-theme=game] .create-mode-switch button[data-active=true],:root[data-theme=game] .tabs-line button[data-active],:root[data-theme=game] .vip-tabs button[data-active=true],:root[data-theme=game] .category-strip button[data-active=true],:root[data-theme=game] .wallet-segmented button[data-active=true],:root[data-theme=game] .wallet-segmented button[aria-selected=true]{border-color:#ffe797b8!important;background:linear-gradient(180deg,#ffe8a4,#d49435 54%,#7e3f16)!important;color:#2f1605!important;text-shadow:0 1px 0 rgba(255,246,210,.56)!important;box-shadow:inset 0 1px #ffffff7a,inset 0 -2px #602a097a,0 3px #311707eb,0 8px 16px #00000052!important}:root[data-theme=game] .auth-sheet-close{position:relative!important;justify-self:end!important;margin:0 0 -2px!important}@media (max-width: 420px){:root[data-theme=game] .segmented,:root[data-theme=game] .mode-toggle,:root[data-theme=game] .mode-switch,:root[data-theme=game] .store-mode-switch,:root[data-theme=game] .login-mode-switch,:root[data-theme=game] .create-mode-switch,:root[data-theme=game] .tabs-line,:root[data-theme=game] .vip-tabs,:root[data-theme=game] .category-strip,:root[data-theme=game] .wallet-segmented{gap:4px!important}:root[data-theme=game] .segmented button,:root[data-theme=game] .mode-toggle button,:root[data-theme=game] .mode-switch button,:root[data-theme=game] .store-mode-switch button,:root[data-theme=game] .login-mode-switch button,:root[data-theme=game] .create-mode-switch button,:root[data-theme=game] .tabs-line button,:root[data-theme=game] .vip-tabs button,:root[data-theme=game] .category-strip button,:root[data-theme=game] .wallet-segmented button{padding-right:6px!important;padding-left:6px!important;font-size:12px!important}}:root[data-theme=game] .cc-modal[data-state=enter]>.cc-modal__overlay,:root[data-theme=game] .cc-popup[data-state=enter]>.cc-popup__overlay{animation:authModalOverlayIn .18s ease-out both!important}:root[data-theme=game] .cc-modal[data-state=exit]>.cc-modal__overlay,:root[data-theme=game] .cc-popup[data-state=exit]>.cc-popup__overlay{animation:authModalOverlayOut .18s ease-in both!important}:root[data-theme=game] .cc-modal[data-state=enter]>.cc-modal__panel,:root[data-theme=game] .cc-popup[data-state=enter]>.cc-popup__panel{animation:authModalPanelIn .26s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .cc-modal[data-state=exit]>.cc-modal__panel,:root[data-theme=game] .cc-popup[data-state=exit]>.cc-popup__panel{animation:authModalPanelOut .18s ease-in both!important}:root[data-theme=game] .gameplay-flow-section,:root[data-theme=game] .gameplay-entry-section{position:relative;display:grid;gap:14px;padding:18px;border:1px solid rgba(255,214,122,.28);border-radius:18px;background:linear-gradient(135deg,#372352f0,#18203ef0),repeating-linear-gradient(45deg,rgba(255,255,255,.05) 0 1px,transparent 1px 9px);box-shadow:0 18px 42px #0c081852,inset 0 1px #ffffff1f;overflow:hidden}:root[data-theme=game] .gameplay-flow-section:before,:root[data-theme=game] .gameplay-entry-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,rgba(255,226,148,.18),transparent 34%,rgba(123,232,255,.12));opacity:.75}:root[data-theme=game] .gameplay-flow-section>*,:root[data-theme=game] .gameplay-entry-section>*{position:relative;z-index:1}:root[data-theme=game] .gameplay-flow-section header,:root[data-theme=game] .gameplay-entry-section header{display:grid;gap:5px}:root[data-theme=game] .gameplay-flow-section header strong,:root[data-theme=game] .gameplay-entry-section header strong{color:#fff5ce;font-size:18px;text-shadow:0 2px 0 rgba(69,38,15,.72),0 0 16px rgba(255,198,94,.28)}:root[data-theme=game] .gameplay-flow-section header small,:root[data-theme=game] .gameplay-entry-section header small{color:#fff5ceb8;line-height:1.6}:root[data-theme=game] .gameplay-flow-grid,:root[data-theme=game] .gameplay-entry-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}:root[data-theme=game] .gameplay-flow-grid article,:root[data-theme=game] .gameplay-entry-grid article{display:grid;gap:8px;min-height:132px;padding:13px;border:1px solid rgba(255,232,159,.2);border-radius:14px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a);box-shadow:inset 0 1px #ffffff1f}:root[data-theme=game] .gameplay-flow-grid article b{width:36px;height:28px;display:inline-grid;place-items:center;border-radius:10px;color:#42280a;background:linear-gradient(180deg,#ffe9a6,#f0a94a);box-shadow:0 4px #5d320a8c,0 0 14px #ffcf583d;font-size:13px}:root[data-theme=game] .gameplay-flow-grid article em{justify-self:start;padding:3px 8px;border:1px solid rgba(126,232,255,.34);border-radius:999px;color:#9eeeff;font-size:10px;font-style:normal;letter-spacing:0;background:#1d34539e}:root[data-theme=game] .gameplay-flow-grid article strong,:root[data-theme=game] .gameplay-entry-grid article strong{color:#fff7d9;font-size:15px}:root[data-theme=game] .gameplay-flow-grid article small,:root[data-theme=game] .gameplay-entry-grid article small{color:#fff4d9bd;line-height:1.58}:root[data-theme=game] .gameplay-entry-grid article{min-height:112px}@media (max-width: 720px){:root[data-theme=game] .gameplay-flow-section,:root[data-theme=game] .gameplay-entry-section{padding:14px;border-radius:16px}:root[data-theme=game] .gameplay-flow-grid,:root[data-theme=game] .gameplay-entry-grid{grid-template-columns:1fr}}:root[data-theme=game] .game-guide-page .game-guide-panel{position:relative!important;display:grid!important;gap:14px!important;margin-top:16px!important;padding:18px!important;overflow:hidden!important;border:1px solid rgba(246,190,92,.4)!important;border-radius:18px!important;background:linear-gradient(135deg,#362750f5,#121c31f5 52%,#261926f5),repeating-linear-gradient(135deg,rgba(255,237,180,.06) 0 1px,transparent 1px 10px)!important;box-shadow:inset 0 1px #ffeebc2e,inset 0 -14px 24px #0b081257,0 18px 44px #05060c59!important}:root[data-theme=game] .game-guide-page .game-guide-panel:before{content:""!important;position:absolute!important;top:9px!important;right:9px!important;bottom:9px!important;left:9px!important;z-index:0!important;pointer-events:none!important;border:1px solid rgba(255,230,159,.14)!important;border-radius:13px!important;background:linear-gradient(90deg,rgba(255,215,118,.12),transparent 32%,rgba(119,229,255,.08)),radial-gradient(circle at 18% 0%,rgba(255,219,111,.16),transparent 28%)!important}:root[data-theme=game] .game-guide-page .game-guide-panel>*{position:relative!important;z-index:1!important}:root[data-theme=game] .game-guide-page .game-guide-panel header{display:grid!important;gap:6px!important;padding-bottom:10px!important;border-bottom:1px solid rgba(255,227,154,.16)!important}:root[data-theme=game] .game-guide-page .game-guide-panel header strong{color:#ffe39a!important;font-size:18px!important;font-weight:950!important;line-height:1.25!important;text-shadow:0 2px 0 rgba(70,33,8,.82),0 0 18px rgba(255,199,86,.22)!important}:root[data-theme=game] .game-guide-page .game-guide-panel header small{max-width:none!important;color:#f5deb1c7!important;font-size:12px!important;line-height:1.55!important}:root[data-theme=game] .gameplay-flow-grid,:root[data-theme=game] .gameplay-entry-grid,:root[data-theme=game] .resource-usage-grid,:root[data-theme=game] .ai-debug-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}:root[data-theme=game] .gameplay-flow-grid article,:root[data-theme=game] .gameplay-entry-grid article,:root[data-theme=game] .resource-usage-grid article,:root[data-theme=game] .ai-debug-grid article{position:relative!important;display:grid!important;align-content:start!important;gap:9px!important;min-height:0!important;padding:14px!important;overflow:hidden!important;border:1px solid rgba(255,229,159,.2)!important;border-radius:14px!important;background:linear-gradient(180deg,#ffffff1a,#ffffff09),#070a1261!important;box-shadow:inset 0 1px #ffffff1f!important}:root[data-theme=game] .gameplay-flow-grid article:after,:root[data-theme=game] .gameplay-entry-grid article:after,:root[data-theme=game] .resource-usage-grid article:after,:root[data-theme=game] .ai-debug-grid article:after{content:""!important;position:absolute!important;top:0!important;right:0!important;width:74px!important;height:74px!important;pointer-events:none!important;background:linear-gradient(135deg,transparent 45%,rgba(255,226,142,.12))!important}:root[data-theme=game] .gameplay-flow-grid article em,:root[data-theme=game] .gameplay-entry-grid article em,:root[data-theme=game] .ai-debug-grid article em{justify-self:start!important;width:auto!important;padding:3px 8px!important;border:1px solid rgba(141,235,255,.32)!important;border-radius:999px!important;color:#8debff!important;background:#143148ad!important;font-size:10px!important;font-style:normal!important;font-weight:950!important;letter-spacing:0!important}:root[data-theme=game] .gameplay-flow-grid article strong,:root[data-theme=game] .gameplay-entry-grid article strong,:root[data-theme=game] .resource-usage-grid article strong,:root[data-theme=game] .ai-debug-grid article strong{display:block!important;color:#fff2bf!important;font-size:15px!important;font-weight:950!important;line-height:1.32!important}:root[data-theme=game] .gameplay-flow-grid article p,:root[data-theme=game] .gameplay-flow-grid article small,:root[data-theme=game] .gameplay-entry-grid article small,:root[data-theme=game] .resource-usage-grid article small,:root[data-theme=game] .resource-usage-grid article p,:root[data-theme=game] .resource-usage-grid article li,:root[data-theme=game] .ai-debug-grid article p,:root[data-theme=game] .ai-debug-grid article li{margin:0!important;color:#f6e8ccd1!important;font-size:12px!important;line-height:1.58!important}:root[data-theme=game] .gameplay-flow-grid article b{display:block!important;width:auto!important;height:auto!important;padding:8px 10px!important;border:1px solid rgba(255,224,139,.22)!important;border-radius:10px!important;color:#ffe39a!important;background:#5334145c!important;box-shadow:none!important;font-size:12px!important;line-height:1.45!important;text-align:left!important}:root[data-theme=game] .resource-usage-grid article{grid-template-columns:58px minmax(0,1fr)!important}:root[data-theme=game] .resource-usage-grid article>img{width:58px!important;height:58px!important;-o-object-fit:contain!important;object-fit:contain!important;filter:drop-shadow(0 8px 14px rgba(0,0,0,.38)) drop-shadow(0 0 10px rgba(255,211,98,.14))!important}:root[data-theme=game] .resource-usage-body{grid-column:1 / -1!important;display:grid!important;gap:8px!important}:root[data-theme=game] .resource-usage-body p{display:grid!important;grid-template-columns:48px minmax(0,1fr)!important;gap:8px!important;padding:8px 9px!important;border-radius:10px!important;background:#05070c61!important}:root[data-theme=game] .resource-usage-body p b{color:#8debff!important;font-size:11px!important;font-weight:950!important}:root[data-theme=game] .resource-usage-body ul,:root[data-theme=game] .ai-debug-grid article ul{display:grid!important;gap:6px!important;margin:0!important;padding:0!important;list-style:none!important}:root[data-theme=game] .resource-usage-body li,:root[data-theme=game] .ai-debug-grid article li{position:relative!important;padding-left:14px!important}:root[data-theme=game] .resource-usage-body li:before,:root[data-theme=game] .ai-debug-grid article li:before{content:""!important;position:absolute!important;left:0!important;top:.72em!important;width:6px!important;height:6px!important;border-radius:999px!important;background:#8debff!important;box-shadow:0 0 10px #8debff99!important}:root[data-theme=game] .resource-usage-body em{display:block!important;padding-top:8px!important;border-top:1px solid rgba(255,226,160,.12)!important;color:#ffd887db!important;font-size:12px!important;font-style:normal!important;line-height:1.5!important}:root[data-theme=game] .ai-debug-grid article{min-height:0!important}:root[data-theme=game] .ai-debug-grid article ul{padding-top:8px!important;border-top:1px solid rgba(255,226,160,.12)!important}@media (max-width: 760px){:root[data-theme=game] .game-guide-page .game-guide-panel{padding:14px!important;border-radius:16px!important}:root[data-theme=game] .gameplay-flow-grid,:root[data-theme=game] .gameplay-entry-grid,:root[data-theme=game] .resource-usage-grid,:root[data-theme=game] .ai-debug-grid{grid-template-columns:1fr!important}}:root[data-theme=game] .game-guide-page .game-guide-panel,:root[data-theme=game] .game-guide-page .resource-guide-section,:root[data-theme=game] .game-guide-page .gameplay-flow-section,:root[data-theme=game] .game-guide-page .gameplay-entry-section{overflow:visible!important;border-color:#d6a04e5c!important;background:linear-gradient(180deg,#261c17f5,#0e0b0dfa),repeating-linear-gradient(135deg,rgba(255,226,160,.055) 0 1px,transparent 1px 10px)!important;box-shadow:inset 0 1px #ffefc224,inset 0 -12px 22px #0000003d,0 14px 34px #00000057!important}:root[data-theme=game] .game-guide-page .game-guide-panel:before,:root[data-theme=game] .game-guide-page .resource-guide-section:before,:root[data-theme=game] .game-guide-page .gameplay-flow-section:before,:root[data-theme=game] .game-guide-page .gameplay-entry-section:before{border-color:#ffe2a01f!important;background:linear-gradient(90deg,rgba(255,206,98,.09),transparent 40%,rgba(141,235,255,.055)),radial-gradient(circle at 12% 0%,rgba(255,205,93,.12),transparent 30%)!important}:root[data-theme=game] .game-guide-page .gameplay-flow-grid article,:root[data-theme=game] .game-guide-page .gameplay-entry-grid article,:root[data-theme=game] .game-guide-page .resource-usage-grid article,:root[data-theme=game] .game-guide-page .ai-debug-grid article{overflow:visible!important;border-color:#d6a04e3d!important;background:linear-gradient(180deg,#ffefc217,#ffefc206),#06060975!important}:root[data-theme=game] .game-guide-page .gameplay-flow-grid article:after,:root[data-theme=game] .game-guide-page .gameplay-entry-grid article:after,:root[data-theme=game] .game-guide-page .resource-usage-grid article:after,:root[data-theme=game] .game-guide-page .ai-debug-grid article:after{opacity:.7!important;border-radius:0 14px 0 999px!important;background:linear-gradient(135deg,transparent 48%,rgba(223,176,86,.14))!important}:root[data-theme=game] .world-prize-head,:root[data-theme=game] .collection-draw-head{border:0!important;background:transparent!important;box-shadow:none!important}:root[data-theme=game] .world-prize-head strong,:root[data-theme=game] .collection-draw-head strong{color:#fff0b8!important;text-shadow:0 2px 0 rgba(74,34,9,.86),0 5px 12px rgba(0,0,0,.48),0 0 18px rgba(255,209,104,.22)!important}:root[data-theme=game] .cc-modal[data-state=enter]>.world-prize-popup,:root[data-theme=game] .cc-modal[data-state=enter]>.collection-wheel-popup{animation:centeredGameModalIn .26s cubic-bezier(.18,.9,.22,1) both!important}:root[data-theme=game] .cc-modal[data-state=exit]>.world-prize-popup,:root[data-theme=game] .cc-modal[data-state=exit]>.collection-wheel-popup{animation:centeredGameModalOut .18s ease-in both!important}@keyframes centeredGameModalIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 18px)) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes centeredGameModalOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,calc(-50% + 12px)) scale(.96)}}:root[data-theme=game] .home-game-fun{overflow:visible!important}:root[data-theme=game] .home-game-fun header strong{color:#ffe39a!important;text-shadow:0 2px 0 rgba(72,33,8,.86),0 0 16px rgba(255,203,93,.24)!important}:root[data-theme=game] .home-game-fun button{animation:trialCardRise .52s cubic-bezier(.18,.9,.22,1) both;transform-origin:center bottom}:root[data-theme=game] .home-game-fun button:nth-child(2){animation-delay:70ms}:root[data-theme=game] .home-game-fun button:nth-child(3){animation-delay:.14s}:root[data-theme=game] .home-game-fun button:nth-child(4){animation-delay:.21s}:root[data-theme=game] .home-game-fun button:hover{transform:translateY(-3px) scale(1.015)!important;border-color:#ffe19a75!important;box-shadow:inset 0 1px #ffefc224,0 12px 24px #00000052,0 0 18px #ffc65e24!important}:root[data-theme=game] .home-game-fun button[data-locked=true]{border-color:#8debff52!important;background:linear-gradient(180deg,#8debff1c,#ffefc209),#05070c94!important}:root[data-theme=game] .home-game-fun button[data-locked=true]:before{content:"绑定";position:absolute;top:8px;right:8px;z-index:3;padding:2px 6px;border:1px solid rgba(141,235,255,.36);border-radius:999px;color:#8debff;background:#060f18c2;font-size:10px;font-weight:950}:root[data-theme=game] .home-game-level .cc-progress,:root[data-theme=game] .chat-hero-progress .cc-progress,:root[data-theme=game] .game-quest-progress .cc-progress,:root[data-theme=game] .game-world-progress .cc-progress,:root[data-theme=game] .public-world-progress .cc-progress{height:18px!important;min-width:0!important;padding:5px!important;border:1px solid rgba(255,226,160,.34)!important;border-radius:999px!important;background:linear-gradient(180deg,#070608e6,#26180ee0)!important;box-shadow:inset 0 2px 5px #00000094,0 1px #ffefc21f!important}:root[data-theme=game] .home-game-level .cc-progress__track,:root[data-theme=game] .chat-hero-progress .cc-progress__track,:root[data-theme=game] .game-quest-progress .cc-progress__track,:root[data-theme=game] .game-world-progress .cc-progress__track,:root[data-theme=game] .public-world-progress .cc-progress__track{top:5px!important;right:5px!important;bottom:5px!important;left:5px!important;height:auto!important;border-radius:999px!important;background:repeating-linear-gradient(135deg,rgba(255,255,255,.055) 0 5px,transparent 5px 10px),#05060ab8!important}:root[data-theme=game] .home-game-level .cc-progress__fill,:root[data-theme=game] .chat-hero-progress .cc-progress__fill,:root[data-theme=game] .game-quest-progress .cc-progress__fill,:root[data-theme=game] .game-world-progress .cc-progress__fill,:root[data-theme=game] .public-world-progress .cc-progress__fill{top:5px!important;bottom:5px!important;left:5px!important;height:auto!important;border:1px solid rgba(255,246,205,.52)!important;border-radius:999px!important;background:linear-gradient(90deg,#fff1a8f2,#f0a94af5,#8debffe6),repeating-linear-gradient(135deg,rgba(255,255,255,.22) 0 4px,transparent 4px 9px)!important;box-shadow:inset 0 1px #ffffff8f,0 0 14px #ffcb5d52!important}:root[data-theme=game] .home-game-level .cc-progress__thumb,:root[data-theme=game] .chat-hero-progress .cc-progress__thumb,:root[data-theme=game] .game-quest-progress .cc-progress__thumb,:root[data-theme=game] .game-world-progress .cc-progress__thumb,:root[data-theme=game] .public-world-progress .cc-progress__thumb{display:none!important}@keyframes trialCardRise{0%{opacity:0;translate:0 14px;scale:.97}to{opacity:1;translate:0 0;scale:1}}.home-game-side .home-action-icon{width:36px;height:36px;padding:4px;border:2px solid rgba(255,245,194,.85);border-radius:50%;background:radial-gradient(circle at 34% 24%,rgba(255,255,255,.82),transparent 14%),linear-gradient(135deg,#ffcf56,#db712d);-o-object-fit:contain;object-fit:contain;box-shadow:0 4px #40231373,0 7px 12px #00000052}:root[data-theme=game] .home-game-side .home-action-icon{width:42px!important;height:42px!important;padding:5px!important;border:2px solid rgba(255,232,166,.72)!important;border-radius:15px!important;background:radial-gradient(circle at 28% 20%,rgba(255,255,255,.42),transparent 24%),linear-gradient(180deg,#ffe2a02e,#0b080eb8)!important;box-shadow:inset 0 1px #fff7d247,0 5px #4a261094,0 10px 18px #00000052!important;animation:homeIconFloat 3.8s ease-in-out infinite!important}:root[data-theme=game] .home-game-side button:nth-child(2n) .home-action-icon{animation-delay:-1.2s!important}:root[data-theme=game] .home-game-fun img[src*="/assets/trial-icons/"]{-o-object-fit:contain!important;object-fit:contain!important;padding:6px!important;background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.44),transparent 24%),linear-gradient(180deg,#ffe2a033,#0b080ebd)!important;border:2px solid rgba(255,232,166,.68)!important;box-shadow:inset 0 1px #fff7d247,0 5px #4a261080,0 10px 18px #0000004d!important}.home-game-fun img[src*="/assets/trial-icons/"]{-o-object-fit:contain;object-fit:contain;padding:5px}.chat-agent-memory{border:1px solid rgba(255,216,122,.32);border-radius:8px;background:linear-gradient(135deg,#ffe1911f,#8b5cf61a);box-shadow:inset 0 1px #ffffff1f;color:#fff8dce0;font-size:12px;line-height:1.6;margin:8px 0 0;max-height:58px;overflow:hidden;padding:8px 10px}:root[data-theme=game] .chat-agent-memory{border-color:#ffd1666b;background:linear-gradient(135deg,#3a2614d1,#261938b8);color:#fff1caeb}
