:root{--app-desktop-navbar-max: 1580px;--app-desktop-shell-max: 1560px;--app-desktop-gutter: clamp(24px, 2vw, 40px);--app-desktop-navbar-height: 80px;--mobile-content-image-guard-scale: 1.045;--mobile-content-image-guard-shift-y: -2.5%;--mobile-content-image-guard-height: clamp(38px, 11vw, 84px);--mobile-content-image-guard-height-sm: clamp(28px, 9vw, 56px);--mobile-content-image-guard-dark-gradient: linear-gradient(180deg, rgba(7, 10, 15, 0) 0%, rgba(7, 10, 15, .18) 44%, rgba(7, 10, 15, .94) 100%);--mobile-content-image-guard-light-gradient: linear-gradient(180deg, rgba(255, 248, 249, 0) 0%, rgba(255, 248, 249, .76) 48%, rgba(255, 248, 249, .99) 100%);--primary: #E03D4B;--primary-light: #FF5A67;--primary-dark: #C42D3A;--primary-glow: rgba(224, 61, 75, .35);--text-primary: #1A1D21;--text-secondary: rgba(26, 29, 33, .65);--text-muted: rgba(26, 29, 33, .45);--border-light: rgba(26, 29, 33, .08);--border-medium: rgba(26, 29, 33, .12);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .04), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .05), 0 2px 4px rgba(0, 0, 0, .04);--shadow-primary: 0 4px 20px rgba(224, 61, 75, .25);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body,html,#root,*{font-family:Sarasa Gothic Rounded,Source Han Rounded SC,PingFang SC,Microsoft YaHei,sans-serif}html,body{height:100%}body{background:#fff;color:#333;overflow:hidden}#root{min-height:100vh;max-height:100vh;overflow-x:hidden;overflow-y:auto}button{border:none}::-webkit-scrollbar{width:0%}::-webkit-scrollbar-track{border-radius:3px}::-webkit-scrollbar-thumb{scrollbar-color:rgba(139,121,94,.5) #E8DBB7;border-radius:3px}::-webkit-scrollbar-thumb:hover{scrollbar-color:rgba(139,121,94,.5) #E8DBB7}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.loadingOverlay{position:absolute;inset:0;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;border-radius:16px}.loadingSpinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loadingText{color:var(--text-primary);font-size:14px;font-weight:500}.loadingHint{margin-top:6px;color:#00000094;font-size:12px;line-height:1.5;text-align:center;max-width:220px}.mobile-content-image-guard{position:relative;overflow:hidden;isolation:isolate}.mobile-content-image-guard__media{display:block;width:100%;height:100%}@media(max-width:768px){.mobile-content-image-guard{--mobile-content-image-guard-gradient-local: var(--mobile-content-image-guard-dark-gradient);--mobile-content-image-guard-height-local: var(--mobile-content-image-guard-height)}.mobile-content-image-guard--light{--mobile-content-image-guard-gradient-local: var(--mobile-content-image-guard-light-gradient);--mobile-content-image-guard-height-local: var(--mobile-content-image-guard-height-sm)}.mobile-content-image-guard:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--mobile-content-image-guard-height-local);background:var(--mobile-content-image-guard-gradient-local);pointer-events:none;z-index:1}.mobile-content-image-guard>.mobile-content-image-guard__media,.mobile-content-image-guard>picture>.mobile-content-image-guard__media{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}}.funloom-toast{--funloom-toast-accent: #fb4655;display:flex!important;align-items:flex-start!important;gap:12px!important;max-width:min(440px,calc(100vw - 32px))!important;min-width:260px!important;padding:14px 16px 14px 14px!important;border-radius:12px!important;border:1px solid rgba(224,61,75,.14)!important;background:linear-gradient(180deg,#fff8f8,#fff 42%) padding-box,linear-gradient(135deg,#fb46558c,#ff7b5740) border-box!important;box-shadow:0 12px 36px #2d121824,0 2px #ffffffb3 inset!important;color:#1a1d21!important;font-size:15px!important;font-weight:500!important;line-height:1.55!important;letter-spacing:.01em!important;text-align:left!important;animation:funloomToastIn .32s cubic-bezier(.22,1,.36,1)}.funloom-toast>div{margin:0!important}.funloom-toast [data-content],.funloom-toast>div:last-child{white-space:pre-wrap;word-break:break-word}.funloom-toast:before{content:"";position:absolute;left:0;top:10px;bottom:10px;width:4px;border-radius:0 4px 4px 0;background:linear-gradient(180deg,#ff7b57 0%,var(--funloom-toast-accent) 100%)}.funloom-toast{position:relative!important;padding-left:18px!important}.funloom-toast-success{--funloom-toast-accent: #2f9d6a;border-color:#2f9d6a2e!important;background:linear-gradient(180deg,#f4fff8,#fff 42%) padding-box,linear-gradient(135deg,#2f9d6a66,#78c8a033) border-box!important}.funloom-toast-error{--funloom-toast-accent: #fb4655}.funloom-toast-blank,.funloom-toast-loading{--funloom-toast-accent: #c9a27a;border-color:#b69b7447!important;background:linear-gradient(180deg,#fffaf3,#fff 42%) padding-box,linear-gradient(135deg,#c9a27a73,#ffdcb433) border-box!important}@keyframes funloomToastIn{0%{opacity:0;transform:translateY(10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:640px){.funloom-toast{font-size:14px!important;min-width:0!important}}._pageRoot_12mow_1{--home-navbar-height: var(--app-desktop-navbar-height);width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._logo_12mow_9{width:100%;height:100%}._logo_12mow_9 img{width:100%;height:100%;object-fit:contain}._mainContent_12mow_20{color:#000;display:flex;margin:0 0 248px;padding:0}._main_12mow_20{flex:1;display:flex;flex-direction:column;width:100%;max-width:none;margin:0 auto;overflow:visible}._homeWideSections_12mow_38{width:100%}._todayWrap_12mow_42{width:100vw;max-width:1920px;position:relative;padding:0;margin-top:var(--home-navbar-height);flex-shrink:0;left:50%;transform:translate(-50%)}._carouselContainer_12mow_54{width:100%;max-width:1920px;height:520px;position:relative;overflow:hidden;margin:0 auto}._carouselWrapper_12mow_63{width:100%;height:100%;position:relative;overflow:hidden;touch-action:pan-y}._carouselTrack_12mow_71{display:flex;height:100%;transition:transform .9s cubic-bezier(.22,1,.36,1);will-change:transform;backface-visibility:hidden}._carouselTrackNoTransition_12mow_79{transition:none!important}._carouselSlide_12mow_83{width:100%;height:100%;flex-shrink:0;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;will-change:transform,opacity,filter;backface-visibility:hidden}._carouselSlideClickable_12mow_96{cursor:pointer}._carouselImage_12mow_100{width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;overflow:hidden;background:#f5f5f5}._carouselImage_12mow_100 img{width:100%;height:100%;object-fit:cover;display:block;transform:translateZ(0);backface-visibility:hidden}._carouselSlideCurrent_12mow_120,._carouselSlideAdjacent_12mow_121,._carouselSlideFar_12mow_122{opacity:1}._carouselImagePlaceholder_12mow_126{position:absolute;inset:0;background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:400% 100%;animation:_carousel-image-skeleton_12mow_1 1.5s ease-in-out infinite;z-index:2}._carouselImageHidden_12mow_135{opacity:0}@keyframes _carousel-image-skeleton_12mow_1{0%{background-position:0% 50%}to{background-position:100% 50%}}@keyframes _carousel-mobile-image-fade_12mow_1{0%{opacity:.72}to{opacity:1}}._carouselContent_12mow_157{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:flex-start;padding:0 10px 72px;box-sizing:border-box}._carouselInfo_12mow_168{text-align:left;color:#fff;width:100%;max-width:1080px;margin:0;padding:0 10px;box-sizing:border-box}._carouselTitle_12mow_178{font-size:72px;margin:0 0 20px;line-height:1.1;text-shadow:0 0 6px rgba(0,0,0,.4),0 0 12px rgba(0,0,0,.35),0 0 24px rgba(0,0,0,.3),0 0 36px rgba(0,0,0,.25)}._carouselDescription_12mow_189{font-size:24px;line-height:1.6;margin:0 0 30px;width:800px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 2px rgba(0,0,0,.4),0 0 4px rgba(0,0,0,.35),0 0 8px rgba(0,0,0,.3),0 0 16px rgba(0,0,0,.25)}._carouselStartBtn_12mow_207{width:260px;height:70px;border:none;font-size:30px;cursor:pointer;transition:all .3s ease;display:block;background-color:transparent;border-radius:999px;box-shadow:0 4px 8px #fb49584d,0 -3px 8px #fb49584d,3px 0 8px #fb49584d,-3px 0 8px #fb49584d}._carouselStartBtn_12mow_207:hover{transform:translateY(-2px)}._carouselStartBtn_12mow_207:active{transform:translateY(0)}._carouselStartBtn_12mow_207 img{width:100%;height:100%;object-fit:contain}._carouselIndicators_12mow_238{position:absolute;bottom:30px;left:50%;transform:translate(-50%);display:flex;gap:12px;z-index:3}._carouselIndicator_12mow_238{width:30px;height:6px;background-color:#fff;border:none;border-radius:2px;cursor:pointer;transition:all .3s ease;padding:0}._carouselIndicator_12mow_238:hover{background-color:#fb4756cb}._carouselIndicatorActive_12mow_263{width:50px;height:6px;background-color:var(--primary)}._carouselNavButton_12mow_269{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:radial-gradient(circle at 28% 28%,#ffffff57,#ffffff14 44%,#00000047);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 10px 28px #00000047,inset 0 1px #ffffff61;transition:opacity .28s ease,visibility .28s ease,transform .2s ease,background-color .2s ease,box-shadow .2s ease}._carouselNavButton_12mow_269:hover{background-color:#ffffff1f;box-shadow:0 12px 30px #00000052,inset 0 1px #ffffff80}._carouselNavButton_12mow_269:active{transform:translateY(-50%) scale(.95)}._carouselNavIcon_12mow_303{width:22px;height:22px;display:flex;align-items:center;justify-content:center}._carouselNavIcon_12mow_303 svg{width:100%;height:100%;display:block;fill:none;stroke:#fffffff5;stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 1px 1px rgba(0,0,0,.35))}._carouselNavButtonLeft_12mow_323{left:28px}._carouselNavButtonRight_12mow_327{right:28px}._carouselEmpty_12mow_331{width:100%;height:100%;background:#f5f5f5;border-radius:12px}._shopSection_12mow_339{width:100%;margin:38px auto 0}._homeTicker_12mow_345{--home-ticker-gap: 32px;width:100%;margin:16px auto 0;padding:14px 18px 14px 22px;border:1px solid rgba(224,61,75,.22);border-radius:20px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;cursor:pointer;text-align:left;background:radial-gradient(circle at 0% 50%,rgba(224,61,75,.22) 0%,rgba(224,61,75,.08) 18%,transparent 48%),linear-gradient(135deg,#231016fa,#1c2029fa 54%,#161921fa);box-shadow:0 16px 38px #0f111829,inset 0 1px #ffffff0f;position:relative;overflow:hidden;isolation:isolate;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}._homeTicker_12mow_345:before{content:"";position:absolute;left:10px;top:10px;bottom:10px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--primary-light) 0%,var(--primary) 55%,var(--primary-dark) 100%);box-shadow:0 0 18px #e03d4b66;opacity:.96}._homeTicker_12mow_345:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 50%,rgba(255,255,255,.08),transparent 26%),linear-gradient(90deg,transparent 0%,rgba(255,255,255,.04) 100%);pointer-events:none;z-index:-1}._homeTicker_12mow_345:hover{transform:translateY(-1px);border-color:#e03d4b52;box-shadow:0 22px 44px #0f111833,inset 0 1px #ffffff12}._homeTicker_12mow_345:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:2px}._homeTickerIcon_12mow_407{width:44px;height:44px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.24),transparent 36%),linear-gradient(135deg,#ff667642,#e03d4b2e);border:1px solid rgba(255,120,133,.2);color:#ff7d89;box-shadow:inset 0 1px #ffffff1f,0 10px 24px #e03d4b29}._homeTickerIcon_12mow_407 svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._homeTickerViewport_12mow_435{flex:1;min-width:0;overflow:hidden;display:block}._homeTickerTrack_12mow_442{min-width:max-content;display:inline-flex;align-items:center;gap:var(--home-ticker-gap)}._homeTickerTrackScrolling_12mow_449{animation:_homeTickerMarquee_12mow_1 18s linear infinite;will-change:transform}._homeTickerGroup_12mow_454{display:inline-flex;align-items:center;gap:var(--home-ticker-gap);flex-shrink:0}._homeTickerText_12mow_461{display:block;color:#fff6f7f0;font-size:15px;font-weight:600;line-height:1.5;white-space:nowrap;letter-spacing:.01em}._homeTickerTextStatic_12mow_471{max-width:100%}._homeTickerDot_12mow_475{width:7px;height:7px;border-radius:999px;background:linear-gradient(135deg,#ffb4bae6,#e03d4be0);box-shadow:0 0 12px #e03d4b52}._homeTickerAction_12mow_483{flex-shrink:0;min-height:38px;padding:0 16px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:700;white-space:nowrap;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 68%,var(--primary-dark) 100%);box-shadow:0 12px 24px #e03d4b38;letter-spacing:.04em;transition:transform .22s ease,box-shadow .22s ease}._homeTicker_12mow_345:hover ._homeTickerAction_12mow_483{transform:translate(2px);box-shadow:0 14px 28px #e03d4b47}@keyframes _homeTickerMarquee_12mow_1{0%{transform:translate(0)}to{transform:translate(calc(-50% - (var(--home-ticker-gap) / 2)))}}._sectionHeader_12mow_515{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;width:100%;gap:10px}._sectionDivider_12mow_524{margin:0;flex:1;min-width:0;height:auto;object-fit:contain}._sectionTitle_12mow_532{width:150px;height:64px;flex-shrink:0}._sectionTitle_12mow_532 img{width:100%;height:100%;object-fit:contain}._more_12mow_544{width:auto;height:20px;cursor:pointer;transition:color .3s ease;position:relative;z-index:10;padding:0;background-color:transparent;outline:none;border:none;color:#737373;font-size:20px;display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap;font-family:QingNiaoFont,sans-serif!important}._more_12mow_544 img{width:auto;height:100%;object-fit:contain;flex-shrink:0}@media(max-width:1920px){._todayWrap_12mow_42{max-width:100vw}._carouselContainer_12mow_54{max-width:100%}}@media(min-width:769px){._homeWideSections_12mow_38{width:min(var(--app-desktop-shell-max),calc(100vw - 2 * var(--app-desktop-gutter)));margin:0;position:relative;left:50%;transform:translate(-50%);box-sizing:border-box}._homeWideSections_12mow_38 ._homeTicker_12mow_345{margin-top:18px;padding:16px 22px 16px 24px;gap:18px;border-radius:22px}._homeWideSections_12mow_38 ._homeTickerIcon_12mow_407{width:46px;height:46px}._homeWideSections_12mow_38 ._homeTickerText_12mow_461{font-size:16px}._homeWideSections_12mow_38 ._homeTickerAction_12mow_483{min-height:40px;padding:0 18px;font-size:14px}._homeWideSections_12mow_38 ._themeShowcase_12mow_616{margin-top:18px;padding:28px 30px 30px;border-radius:24px}._homeWideSections_12mow_38 ._themeShowcaseList_12mow_622{gap:14px;padding-bottom:6px}._homeWideSections_12mow_38 ._themeShowcaseItem_12mow_627{padding:11px 20px;font-size:15px}._homeWideSections_12mow_38 ._themeShowcaseTitle_12mow_632{font-size:28px}._homeWideSections_12mow_38 ._themeShowcaseMoreLink_12mow_636{font-size:15px}._homeWideSections_12mow_38 ._shopSection_12mow_339{margin-top:40px}._carouselContainerPc_12mow_644{--desktop-slide-width: 0px;--desktop-slide-gap: 28px;--desktop-banner-radius: 12px}._carouselWrapperPc_12mow_651{overflow:hidden;border-radius:0;box-shadow:none}._carouselTrack_12mow_71{display:block;align-items:center}._carouselSlide_12mow_83{width:var(--desktop-slide-width);height:auto;aspect-ratio:9 / 5;position:absolute;margin:0;border-radius:var(--desktop-banner-radius);transition:transform .65s cubic-bezier(.22,1,.36,1),opacity .45s ease,filter .45s ease;box-shadow:0 26px 50px #00000047,0 0 0 1px #ffffff14;transform-origin:center center}._carouselSlideCurrent_12mow_120{opacity:1;filter:saturate(1)}._carouselSlideAdjacent_12mow_121{opacity:.58;filter:saturate(.86)}._carouselSlideFar_12mow_122{opacity:.3;filter:saturate(.72)}._carouselImage_12mow_100{border-radius:inherit}._carouselContent_12mow_157{max-width:100%;padding:0 28px}._carouselInfo_12mow_168{max-width:100%;padding:0}._carouselNavButtonLeft_12mow_323{left:calc(50% - (var(--desktop-slide-width) / 2) - 72px)}._carouselNavButtonRight_12mow_327{right:calc(50% - (var(--desktop-slide-width) / 2) - 72px)}}@media(min-width:769px){._carouselContainerPc_12mow_644{position:relative}._carouselWrapperPc_12mow_651:before,._carouselWrapperPc_12mow_651:after{content:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:32px;pointer-events:none}._carouselWrapperPc_12mow_651:before{width:calc(var(--desktop-slide-width) + 28px);aspect-ratio:9 / 5;background:linear-gradient(180deg,#ffffff1a,#ffffff05);box-shadow:0 28px 80px #0000006b,0 0 0 1px #ffffff14;z-index:2}._carouselWrapperPc_12mow_651:after{width:calc(var(--desktop-slide-width) + 18px);aspect-ratio:9 / 5;border:1px solid rgba(255,255,255,.28);box-shadow:inset 0 1px #ffffff47,inset 0 -1px #ffffff14;z-index:4}._carouselTrack_12mow_71{position:relative;z-index:3}._carouselSlide_12mow_83{transition:transform .9s cubic-bezier(.22,1,.36,1),opacity .55s ease,filter .55s ease}._carouselSlideAdjacent_12mow_121{opacity:.54}._carouselSlideFar_12mow_122{opacity:.24}._carouselContent_12mow_157{align-items:flex-end;justify-content:flex-start;padding:0 42px 84px}._carouselInfo_12mow_168{width:min(68%,560px);max-width:none;margin:0;padding:0}._carouselTitle_12mow_178{font-size:40px;line-height:1.12;margin:0 0 10px}._carouselDescription_12mow_189{width:100%;max-width:520px;font-size:16px;line-height:1.5;margin:0}._carouselNavButton_12mow_269{opacity:0;visibility:hidden;pointer-events:none}._carouselContainerPc_12mow_644:hover ._carouselNavButton_12mow_269{opacity:1;visibility:visible;pointer-events:auto}}@media(max-width:1080px){._homeWideSections_12mow_38{width:100%;position:static;left:0;transform:none}._pageRoot_12mow_1{overflow-x:hidden;margin:0}._main_12mow_20{max-width:100%;overflow-x:hidden;margin:0;box-sizing:border-box}._todayWrap_12mow_42{overflow-x:hidden;left:0;transform:none;width:100vw}._carouselContainer_12mow_54{overflow-x:hidden;width:100vw}._carouselContent_12mow_157,._carouselInfo_12mow_168{margin:0;padding:0 10px}._shopSection_12mow_339{width:100%;max-width:100%;overflow-x:hidden;padding:0 10px;box-sizing:border-box}._sectionHeader_12mow_515{width:100%;padding:0 10px;box-sizing:border-box;gap:8px}._sectionDivider_12mow_524{flex:1;min-width:0;max-width:none;height:auto}._sectionTitle_12mow_532{width:120px;height:50px}._more_12mow_544{height:36px;font-size:18px}}@media(max-width:768px){._pageRoot_12mow_1{--home-navbar-height: 60px;width:100%;min-width:auto;height:100vh;background-size:cover;background-attachment:fixed;padding-bottom:90px;overflow:hidden;position:relative}._mainContent_12mow_20{flex-direction:column;height:calc(100vh - 50px);overflow-y:auto;overflow-x:hidden}._main_12mow_20{width:100%;min-height:auto;box-sizing:border-box;overflow:visible;margin-bottom:20px}._todayWrap_12mow_42{width:100vw;padding:0;margin-top:0;margin-bottom:10px}._carouselContainer_12mow_54{width:100vw;height:auto;aspect-ratio:16 / 9;min-height:0;max-height:none;overflow:hidden}._carouselImage_12mow_100{width:100%;height:100%;overflow:hidden;background:linear-gradient(180deg,#181b21,#232730)}._carouselImage_12mow_100 img{width:100%;height:100%;object-fit:cover;object-position:center}._carouselImageLoaded_12mow_953 img{animation:_carousel-mobile-image-fade_12mow_1 .22s ease}._carouselContent_12mow_157{padding:0 20px 34px}._carouselInfo_12mow_168{width:min(82%,320px);max-width:100%;padding:0;margin:0}._carouselTitle_12mow_178{font-size:24px;margin-bottom:12px}._carouselDescription_12mow_189{font-size:12px;margin-bottom:0;width:260px}._carouselStartBtn_12mow_207{font-size:16px;width:156px;height:46px;box-shadow:none}._carouselStartBtn_12mow_207 img{width:100%;height:100%;object-fit:contain}._carouselIndicators_12mow_238{bottom:20px;gap:8px}._carouselIndicator_12mow_238{width:30px;height:3px}._carouselIndicatorActive_12mow_263{width:40px}._carouselNavButton_12mow_269{display:none}._shopSection_12mow_339{clip-path:polygon(10px 0%,calc(100% - 10px) 0%,100% 10px,100% calc(100% - 10px),calc(100% - 10px) 100%,10px 100%,0% calc(100% - 10px),0% 10px);border-radius:0;max-height:none;height:auto;margin-top:6px;width:100%;padding:0 20px;box-sizing:border-box}._sectionHeader_12mow_515{padding:0;margin-bottom:6px;gap:6px;width:100%;box-sizing:border-box}._sectionHeader_12mow_515 hr{margin:0 10px}._sectionDivider_12mow_524{flex:1;min-width:0;max-width:none;height:auto;margin:0}._sectionTitle_12mow_532{width:80px;height:32px;flex-shrink:0}._sectionTitle_12mow_532 img{width:100%;height:100%;object-fit:contain}._more_12mow_544{font-size:14px;padding:0;height:28px;gap:2px;flex-shrink:0}._more_12mow_544 img{height:14px;width:auto}}._themeShowcase_12mow_616{width:100%;margin:16px auto 0;position:relative;isolation:isolate;padding:30px 28px;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#14181ffa,#10141bf5);box-shadow:0 22px 54px #080b1057,inset 0 1px #ffffff0a;overflow:hidden}._themeShowcase_12mow_616:before,._themeShowcase_12mow_616:after{content:"";position:absolute;border-radius:999px;pointer-events:none;z-index:0}._themeShowcase_12mow_616:before{top:-120px;left:-48px;width:300px;height:300px;background:radial-gradient(circle,var(--primary-glow) 0%,rgba(224,61,75,.12) 42%,transparent 74%);opacity:.95}._themeShowcase_12mow_616:after{right:-120px;bottom:-180px;width:360px;height:360px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,rgba(255,255,255,.02) 35%,transparent 72%);opacity:.85}._themeShowcaseList_12mow_622{position:relative;z-index:1;display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;overflow-y:hidden;padding:8px 0 6px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none;scroll-snap-type:x proximity}._themeShowcaseList_12mow_622::-webkit-scrollbar{display:none}._themeShowcaseListDragging_12mow_1139{cursor:grabbing}._themeShowcaseItem_12mow_627{border:1px solid rgba(255,255,255,.1);border-radius:999px;background:linear-gradient(180deg,#ffffff17,#ffffff0a);color:#ffffffd1;padding:10px 18px;white-space:nowrap;flex:0 0 auto;font-size:14px;font-weight:600;text-align:center;letter-spacing:.02em;cursor:pointer;scroll-snap-align:start;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 12px 30px #0000002e,inset 0 1px #ffffff14;transition:transform .22s ease,border-color .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}._themeShowcaseItem_12mow_627:hover{transform:translateY(-1px);border-color:#fff3;color:#fff;box-shadow:0 16px 34px #0000003d,inset 0 1px #ffffff1a}._themeShowcaseItemActive_12mow_1179,._themeShowcaseItemActive_12mow_1179:hover{transform:translateY(-1px);border-color:#ffffff2e;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 68%,var(--primary-dark) 100%);color:#fff;box-shadow:0 18px 36px #e03d4b57,inset 0 1px #ffffff2e}._themeShowcaseItem_12mow_627:focus-visible,._themeShowcaseMoreLink_12mow_636:focus-visible{outline:2px solid rgba(255,255,255,.92);outline-offset:2px}._themeShowcaseTitleRow_12mow_1196{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px}._themeShowcaseTitleGroup_12mow_1206{min-width:0;display:flex;align-items:center;gap:12px}._themeShowcaseTitleMarker_12mow_1213{width:10px;height:10px;border-radius:3px;flex:0 0 auto;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 72%,var(--primary-dark) 100%);box-shadow:0 0 0 4px #e03d4b1f,0 8px 18px #e03d4b47}._themeShowcaseTitle_12mow_632{min-width:0;margin:0;color:#fff;font-size:26px;font-weight:700;line-height:1.15;letter-spacing:.02em;font-family:QingNiaoFont,Sarasa Gothic Rounded,Microsoft YaHei,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._themeShowcaseMoreLink_12mow_636{flex:0 0 auto;border:none;padding:0;display:inline-flex;align-items:center;gap:6px;background:transparent;color:#ffffffd1;font-size:14px;font-weight:600;cursor:pointer;transition:color .2s ease,transform .2s ease}._themeShowcaseMoreLink_12mow_636:hover{color:#fff;transform:translate(2px)}._themeShowcaseMoreLink_12mow_636 span:first-child{font-size:14px}._themeShowcaseMoreArrow_12mow_1262{font-size:0}._themeShowcaseMoreArrow_12mow_1262:before{content:"›";font-size:18px;line-height:1;color:var(--primary-light)}._themeShowcasePreview_12mow_1273{position:relative;z-index:1;margin-top:18px}@media(min-width:769px){._homeTicker_12mow_345{border-color:#e03d4b29;background:radial-gradient(circle at 0% 50%,rgba(224,61,75,.12) 0%,rgba(224,61,75,.04) 18%,transparent 48%),linear-gradient(180deg,#fffffffa,#fff8f9f0);box-shadow:0 16px 36px #e03d4b1a,inset 0 1px #ffffffdb}._homeTicker_12mow_345:before{box-shadow:0 0 8px #e03d4b29}._homeTicker_12mow_345:after{background:radial-gradient(circle at 88% 50%,rgba(255,255,255,.42),transparent 28%),linear-gradient(90deg,transparent 0%,rgba(224,61,75,.05) 100%)}._homeTicker_12mow_345:hover{border-color:#e03d4b3d;box-shadow:0 20px 42px #e03d4b1f,inset 0 1px #ffffffeb}._homeTicker_12mow_345:focus-visible{outline:2px solid rgba(224,61,75,.32)}._homeTickerIcon_12mow_407{background:linear-gradient(180deg,#ffffffeb,#fff4f5e0);border-color:#e03d4b2e;color:var(--primary);box-shadow:inset 0 1px #fffffff0,0 10px 22px #e03d4b1f}._homeTickerText_12mow_461{color:#5b2430}._homeTickerDot_12mow_475{box-shadow:0 0 8px #e03d4b2e}._homeTickerAction_12mow_483{border:1px solid rgba(224,61,75,.18);color:var(--primary-dark);background:linear-gradient(180deg,#fffffff2,#fff1f3eb);box-shadow:0 12px 24px #e03d4b1f}._homeTicker_12mow_345:hover ._homeTickerAction_12mow_483{box-shadow:0 14px 28px #e03d4b29}._themeShowcase_12mow_616{border-color:#e03d4b1f;background:linear-gradient(180deg,#fffffff5,#fff9faeb);box-shadow:0 20px 44px #e03d4b14,inset 0 1px #ffffffeb}._themeShowcase_12mow_616:before{background:radial-gradient(circle,rgba(224,61,75,.08) 0%,rgba(224,61,75,.03) 40%,transparent 74%);opacity:.88}._themeShowcase_12mow_616:after{background:radial-gradient(circle,rgba(255,255,255,.92) 0%,rgba(255,240,243,.18) 34%,transparent 72%);opacity:1}._themeShowcaseItem_12mow_627{border-color:#e03d4b2e;background:linear-gradient(180deg,#ffffffeb,#fff6f7db);color:var(--primary-dark);backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 10px 24px #e03d4b14}._themeShowcaseItem_12mow_627:hover{border-color:#e03d4b57;color:var(--primary);box-shadow:0 14px 28px #e03d4b1f}._themeShowcaseItemActive_12mow_1179,._themeShowcaseItemActive_12mow_1179:hover{border-color:#e03d4b5c;background:linear-gradient(180deg,#fff6f7fa,#ffeceff0);color:var(--primary-dark);box-shadow:0 12px 24px #e03d4b24,inset 0 1px #ffffffd1}._themeShowcaseItem_12mow_627:focus-visible,._themeShowcaseMoreLink_12mow_636:focus-visible{outline:2px solid rgba(224,61,75,.38)}._themeShowcaseTitleMarker_12mow_1213{box-shadow:0 0 0 4px #e03d4b1a,0 8px 18px #e03d4b2e}._themeShowcaseTitle_12mow_632{color:#111827}._themeShowcaseMoreLink_12mow_636{color:var(--primary-dark)}._themeShowcaseMoreLink_12mow_636:hover{color:var(--primary)}._themeShowcaseMoreArrow_12mow_1262:before{color:var(--primary)}}._mobileJoinGroupSection_12mow_1410,._mobileJoinGroupCard_12mow_1414{display:none}._mobileJoinGroupContent_12mow_1418{min-width:0}._mobileJoinGroupTitle_12mow_1422,._mobileJoinGroupDesc_12mow_1423,._mobileJoinGroupAction_12mow_1424{display:block}@media(min-width:769px){._carouselContainerPc_12mow_644{height:540px;padding:24px 0 28px;background:radial-gradient(circle at 10% 10%,rgba(224,61,75,.26),transparent 36%),radial-gradient(circle at 90% 90%,rgba(0,0,0,.36),transparent 42%),linear-gradient(180deg,#16181d,#1f2229);box-sizing:border-box}._carouselWrapperPc_12mow_651{border-radius:var(--desktop-banner-radius);box-shadow:none}._carouselWrapperPc_12mow_651:before,._carouselWrapperPc_12mow_651:after{content:none!important;display:none!important;box-shadow:none!important;border:0!important;background:none!important}}@media(max-width:1080px){._homeTicker_12mow_345{width:calc(100% - 20px);margin:14px auto 0}._themeShowcase_12mow_616{width:calc(100% - 20px);margin:14px auto 0;padding:26px 22px 24px;border-radius:20px}._themeShowcaseTitle_12mow_632{font-size:24px}._carouselContainerPc_12mow_644{height:460px;padding:20px 0 22px}}@media(max-width:768px){._homeTicker_12mow_345{--home-ticker-gap: 18px;width:calc(100% - 24px);margin:6px auto 0;padding:6px 10px 6px 14px;gap:8px;border-radius:14px;grid-template-columns:auto minmax(0,1fr) auto;border-color:#e03d4b1f;background:linear-gradient(180deg,#fffffffa,#fff8f9f0);box-shadow:0 5px 14px #e03d4b14}._homeTicker_12mow_345:before{left:7px;top:5px;bottom:5px;width:2px;box-shadow:0 0 6px #e03d4b24}._homeTicker_12mow_345:after{content:none}._homeTickerIcon_12mow_407{width:24px;height:24px;background:none;border:none;color:var(--primary);box-shadow:none}._homeTickerIcon_12mow_407 svg{width:15px;height:15px}._homeTickerText_12mow_461{font-size:12px;line-height:1.35;color:#5b2430}._homeTickerDot_12mow_475{width:5px;height:5px;box-shadow:0 0 6px #e03d4b33}._homeTickerAction_12mow_483{min-width:18px;min-height:18px;padding:0;border-radius:0;font-size:0;color:transparent;background:none;box-shadow:none;border:none;position:relative;overflow:hidden}._homeTickerAction_12mow_483:before{content:"";width:7px;height:7px;border-top:1.5px solid rgba(224,61,75,.86);border-right:1.5px solid rgba(224,61,75,.86);transform:rotate(45deg);display:block}._homeTicker_12mow_345:hover{transform:none;border-color:#e03d4b1f;box-shadow:0 5px 14px #e03d4b14}._homeTicker_12mow_345:hover ._homeTickerAction_12mow_483{transform:none;box-shadow:none}._themeShowcase_12mow_616{width:calc(100% - 24px);margin:6px auto 0;padding:0;border-radius:18px;border:none;background:transparent;box-shadow:none;overflow:visible}._themeShowcase_12mow_616:before{content:none}._themeShowcase_12mow_616:after{content:none}._themeShowcaseList_12mow_622{gap:10px;padding:6px 0 2px;cursor:auto}._themeShowcaseItem_12mow_627{padding:10px 16px;font-size:13px;border:1px solid rgba(224,61,75,.26);background:transparent;color:var(--primary-dark);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}._themeShowcaseTitleRow_12mow_1196{margin-top:14px;gap:10px;padding-left:4px}._themeShowcaseTitleGroup_12mow_1206{gap:10px}._themeShowcaseTitleMarker_12mow_1213{width:8px;height:8px;border-radius:2px}._themeShowcaseTitle_12mow_632{font-size:18px;color:#111827}._themeShowcaseItem_12mow_627:hover{border-color:#e03d4b7a;color:var(--primary);box-shadow:0 8px 18px #e03d4b24}._themeShowcaseItem_12mow_627:focus-visible,._themeShowcaseMoreLink_12mow_636:focus-visible{outline:2px solid rgba(224,61,75,.38);outline-offset:2px}._themeShowcaseItemActive_12mow_1179,._themeShowcaseItemActive_12mow_1179:hover{border-color:#e03d4beb;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 68%,var(--primary-dark) 100%);color:#fff;box-shadow:none}._themeShowcaseMoreLink_12mow_636{color:var(--primary-dark)}._themeShowcaseMoreLink_12mow_636:hover{color:var(--primary)}._themeShowcaseMoreLink_12mow_636 span:first-child{font-size:13px}._themeShowcaseMoreArrow_12mow_1262:before{font-size:16px}._themeShowcasePreview_12mow_1273{margin-top:14px}._mobileJoinGroupSection_12mow_1410{width:calc(100% - 24px);margin:12px auto 0;display:block}._mobileJoinGroupCard_12mow_1414{position:relative;z-index:1;width:100%;margin-top:0;padding:14px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;box-shadow:0 12px 28px #0f172a1f,inset 0 0 0 1px #ffffffd1;display:grid;grid-template-columns:auto minmax(0,1fr) max-content;align-items:center;gap:12px;cursor:pointer;text-align:left;box-sizing:border-box;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._mobileJoinGroupCard_12mow_1414:focus{outline:none}._mobileJoinGroupCard_12mow_1414:focus-visible{outline:2px solid rgba(224,61,75,.38);outline-offset:2px}._mobileJoinGroupCard_12mow_1414:active{transform:scale(.99);box-shadow:0 8px 20px #0f172a24,inset 0 0 0 1px #ffffffd1}._mobileJoinGroupIcon_12mow_1708{width:52px;height:52px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f4f5f7,#e8ebf0);box-shadow:inset 0 1px #ffffffeb;flex-shrink:0}._mobileJoinGroupIcon_12mow_1708 svg{width:28px;height:28px;fill:#e03d4b;display:block}._mobileJoinGroupContent_12mow_1418{display:flex;flex-direction:column;gap:4px}._mobileJoinGroupTitle_12mow_1422{color:#111827;font-size:16px;font-weight:700;line-height:1.35}._mobileJoinGroupDesc_12mow_1423{color:#6b7280;font-size:12px;line-height:1.5}._mobileJoinGroupAction_12mow_1424{min-width:92px;padding:10px 16px;border-radius:999px;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 68%,var(--primary-dark) 100%);box-shadow:0 12px 24px #e03d4b3d;color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:center;white-space:nowrap;justify-self:end;box-sizing:border-box}._carouselContainerPc_12mow_644{height:auto;padding:0;background:none}._carouselImage_12mow_100:after{content:"";position:absolute;left:0;right:0;bottom:0;height:var(--mobile-content-image-guard-height);background:var(--mobile-content-image-guard-dark-gradient);pointer-events:none;z-index:2}._carouselImage_12mow_100 img{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}}@media(max-width:380px){._mobileJoinGroupCard_12mow_1414{grid-template-columns:auto minmax(0,1fr) max-content;gap:8px;padding:12px}._mobileJoinGroupIcon_12mow_1708{width:44px;height:44px}._mobileJoinGroupIcon_12mow_1708 svg{width:24px;height:24px}._mobileJoinGroupAction_12mow_1424{grid-column:auto;min-width:76px;width:auto;margin-top:0;padding:9px 12px;font-size:13px}}._rail_1yjzf_1{display:flex;gap:18px;width:100%;overflow-x:auto;overflow-y:hidden;padding:6px 4px 10px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;scroll-snap-type:x proximity}._rail_1yjzf_1::-webkit-scrollbar{width:0;height:0;display:none}._railDragging_1yjzf_23{cursor:grabbing;scroll-snap-type:none}._cardButton_1yjzf_28{flex:0 0 auto;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;color:inherit;-webkit-user-select:none;user-select:none}._moreCardButton_1yjzf_41{display:inline-flex}._cardShell_1yjzf_45{width:clamp(292px,24vw,350px)}._moreCardShell_1yjzf_49{width:216px}._card_1yjzf_28{position:relative;width:100%;aspect-ratio:16 / 11;border-radius:18px;background:linear-gradient(180deg,#15191ff2,#0a0d12);border:1px solid rgba(255,255,255,.08);box-shadow:0 24px 48px #070a104d,inset 0 1px #ffffff14;overflow:hidden;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}._cardShell_1yjzf_45:not(._moreCardShell_1yjzf_49):not(._emptyCardShell_1yjzf_67) ._card_1yjzf_28{border-radius:14px}._cardButton_1yjzf_28:hover ._card_1yjzf_28{transform:translateY(-6px);border-color:#ffffff29;box-shadow:0 30px 56px #070a105c,0 0 0 1px #ffffff0a,0 18px 42px #e03d4b24}._cardButton_1yjzf_28:hover ._coverImage_1yjzf_80{transform:scale(1.04)}._cardButton_1yjzf_28:active ._card_1yjzf_28{transform:translateY(-2px) scale(.985)}._coverWrap_1yjzf_88{position:absolute;inset:0;overflow:hidden}._coverWrap_1yjzf_88:before,._coverWrap_1yjzf_88:after{content:"";position:absolute;inset:0;pointer-events:none}._coverWrap_1yjzf_88:before{background:linear-gradient(180deg,#06090e24,#06090e57 42%,#06090eeb);z-index:1}._coverWrap_1yjzf_88:after{background:radial-gradient(circle at 72% 22%,rgba(255,255,255,.16) 0%,transparent 34%),radial-gradient(circle at 18% 18%,rgba(224,61,75,.26) 0%,transparent 44%);mix-blend-mode:screen;opacity:.74;z-index:2}._coverImage_1yjzf_80{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;transition:transform .45s ease,filter .45s ease}._coverTopRow_1yjzf_127{position:absolute;top:16px;left:16px;right:16px;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._badgeGroup_1yjzf_139{display:flex;flex-wrap:wrap;gap:8px;max-width:72%}._themeBadge_1yjzf_146,._typeTag_1yjzf_147{display:inline-flex;align-items:center;min-height:32px;padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:#fff;font-size:12px;font-weight:600;letter-spacing:.01em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._themeBadge_1yjzf_146{background:#ffffff24;box-shadow:inset 0 1px #ffffff1f}._typeTag_1yjzf_147{max-width:40%;margin-left:auto;font-weight:600;letter-spacing:.02em;text-shadow:0 1px 1px rgba(0,0,0,.25);box-shadow:0 1px 2px #00000047,inset 0 1px #fff3}._coverBottomRow_1yjzf_183{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-end;gap:14px;padding:72px 18px 18px;z-index:3}._cardCopy_1yjzf_196{flex:1;min-width:0}._title_1yjzf_201{color:#fff;font-size:24px;font-weight:700;line-height:1.12;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._subtitle_1yjzf_213{margin-top:8px;color:#ffffffc7;font-size:14px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._statsRow_1yjzf_225{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._statItem_1yjzf_233{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#0b0f166b;color:#fff;font-size:13px;font-weight:600;white-space:nowrap;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:inset 0 1px #ffffff14}._statItem_1yjzf_233 svg{width:16px;height:16px}._moreCard_1yjzf_41{display:flex;align-items:stretch;border:1.5px solid rgba(224,61,75,.45);background:radial-gradient(circle at 18% 12%,rgba(255,90,103,.35),transparent 40%),radial-gradient(circle at 88% 88%,rgba(196,45,58,.4),transparent 42%),linear-gradient(155deg,#ff5a67 0%,var(--primary) 48%,var(--primary-dark) 100%);box-shadow:0 16px 32px #e03d4b47,inset 0 1px #ffffff47}._moreInner_1yjzf_269{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:22px 18px;gap:16px;position:relative;z-index:1;text-align:center}._moreTitle_1yjzf_282{color:#fff;font-size:18px;font-weight:800;line-height:1.3;letter-spacing:.02em;text-shadow:0 1px 8px rgba(80,0,12,.25)}._moreArrow_1yjzf_291{width:48px;height:48px;margin-top:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:var(--primary);font-size:26px;font-weight:700;line-height:1;background:#fff;border:none;box-shadow:0 8px 20px #500a1438,inset 0 1px #fffffff2;transition:transform .18s ease,box-shadow .18s ease}._moreCardButton_1yjzf_41:hover ._moreArrow_1yjzf_291{transform:translate(3px);box-shadow:0 10px 24px #500a1447,inset 0 1px #fffffff2}._moreCardButton_1yjzf_41:hover ._moreCard_1yjzf_41{filter:brightness(1.04);box-shadow:0 20px 40px #e03d4b5c,inset 0 1px #ffffff52}._moreCardButton_1yjzf_41:focus-visible ._moreCard_1yjzf_41{outline:2px solid #fff;outline-offset:3px}._emptyCardShell_1yjzf_67{width:clamp(292px,24vw,350px)}._emptyCard_1yjzf_67{align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.18);background:linear-gradient(180deg,#1d222bf0,#0e1219fa)}._emptyText_1yjzf_341{padding:24px;color:#ffffffb8;font-size:15px;line-height:1.6;text-align:left}@media(min-width:769px){._card_1yjzf_28{background:linear-gradient(180deg,#fffffffa,#f7f8faf5);border-color:#e03d4b1f;box-shadow:0 18px 36px #e03d4b1a,inset 0 1px #ffffffe0}._cardButton_1yjzf_28:hover ._card_1yjzf_28{border-color:#e03d4b3d;box-shadow:0 26px 42px #e03d4b24,0 0 0 1px #ffffffd6}._coverWrap_1yjzf_88:before{background:linear-gradient(180deg,#220b100a,#220b102e 40%,#220b10b8)}._coverWrap_1yjzf_88:after{background:radial-gradient(circle at 72% 22%,rgba(255,255,255,.28) 0%,transparent 36%),radial-gradient(circle at 18% 18%,rgba(224,61,75,.18) 0%,transparent 44%);opacity:.78}._themeBadge_1yjzf_146{border-color:#ffffffb8;color:#5b2430;background:#ffffffd6;box-shadow:0 10px 20px #e03d4b1a}._typeTag_1yjzf_147{color:#fff;border-color:#ffffff73;box-shadow:0 1px 2px #00000047,inset 0 1px #fff3}._subtitle_1yjzf_213{color:#fff5f6db}._statItem_1yjzf_233{border-color:#ffffffbd;background:#ffffffd6;color:#5b2430;box-shadow:0 10px 20px #e03d4b1a}._moreCard_1yjzf_41{border-color:#e03d4b80;background:radial-gradient(circle at 16% 14%,rgba(255,90,103,.4),transparent 42%),radial-gradient(circle at 90% 90%,rgba(196,45,58,.45),transparent 44%),linear-gradient(155deg,#ff5a67 0%,var(--primary) 48%,var(--primary-dark) 100%);box-shadow:0 18px 36px #e03d4b42,inset 0 1px #ffffff4d}._moreTitle_1yjzf_282{color:#fff}._moreArrow_1yjzf_291{color:var(--primary);background:#fff;box-shadow:0 8px 20px #500a1433,inset 0 1px #fffffff2}._emptyCard_1yjzf_67{border:1px dashed rgba(224,61,75,.22);background:linear-gradient(180deg,#fff,#f8f4f5);box-shadow:0 16px 28px #e03d4b14,inset 0 1px #ffffffeb}._emptyText_1yjzf_341{color:#5b2430}._moreCardButton_1yjzf_41{align-self:center}._moreInner_1yjzf_269{height:100%;padding:0 12px;box-sizing:border-box}}@media(max-width:768px){._rail_1yjzf_1{gap:12px;padding:0 0 4px;cursor:auto;scroll-snap-type:x mandatory}._moreCardButton_1yjzf_41{display:none}._cardShell_1yjzf_45,._emptyCardShell_1yjzf_67{width:min(72vw,268px)}._moreCardShell_1yjzf_49{width:min(44vw,176px)}._card_1yjzf_28{border-radius:16px}._cardShell_1yjzf_45:not(._moreCardShell_1yjzf_49):not(._emptyCardShell_1yjzf_67) ._card_1yjzf_28{border-radius:12px;background:transparent;border:none;box-shadow:none}._coverTopRow_1yjzf_127{top:12px;left:12px;right:12px;gap:8px}._badgeGroup_1yjzf_139{gap:6px;max-width:72%}._themeBadge_1yjzf_146,._typeTag_1yjzf_147{min-height:28px;padding:6px 10px;font-size:11px}._coverBottomRow_1yjzf_183{gap:10px;padding:68px 14px 14px}._coverWrap_1yjzf_88:after{background:linear-gradient(180deg,#070a0f00,#070a0f24 38%,#070a0feb),radial-gradient(circle at 18% 18%,rgba(224,61,75,.16) 0%,transparent 44%);opacity:1}._coverImage_1yjzf_80{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}._title_1yjzf_201{font-size:20px}._subtitle_1yjzf_213{margin-top:6px;font-size:12px}._statsRow_1yjzf_225{gap:8px;justify-content:flex-start}._statItem_1yjzf_233{min-height:30px;padding:7px 10px;font-size:12px}._statItem_1yjzf_233 svg{width:14px;height:14px}._moreInner_1yjzf_269{padding:18px 14px;gap:14px}._moreCard_1yjzf_41{border:1px solid rgba(15,23,42,.08);background:radial-gradient(circle at 18% 20%,rgba(224,61,75,.12),transparent 42%),radial-gradient(circle at 78% 18%,rgba(255,255,255,.82),transparent 30%),linear-gradient(180deg,#fff,#f6f7f9);box-shadow:0 12px 24px #0f172a1a,inset 0 1px #ffffffeb}._moreTitle_1yjzf_282{font-size:18px;color:#111827}._moreArrow_1yjzf_291{width:38px;height:38px;font-size:22px}._emptyText_1yjzf_341{padding:18px;font-size:14px}}._navbarContainer_1e7vx_2{--navbar-inner-max: var(--app-desktop-navbar-max);--navbar-main-gap: clamp(40px, 4vw, 72px);--navbar-link-gap: clamp(12px, 1.1vw, 16px);--navbar-link-min: 96px;--navbar-link-padding-x: 14px;--navbar-search-width: clamp(420px, 30vw, 560px);--navbar-right-gap: 18px;--navbar-surface: linear-gradient(180deg, rgba(14, 17, 22, .96) 0%, rgba(24, 28, 35, .94) 100%);--navbar-border: rgba(255, 255, 255, .08);--navbar-shadow: 0 12px 30px rgba(0, 0, 0, .22);--navbar-text: rgba(255, 255, 255, .78);--navbar-text-strong: #fff;--navbar-search-bg: rgba(255, 255, 255, .08);--navbar-search-border: rgba(255, 255, 255, .14);--navbar-search-input: rgba(255, 255, 255, .94);--navbar-search-placeholder: rgba(255, 255, 255, .46);--navbar-search-icon-bg: linear-gradient(180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 255, 255, .08) 100%);--navbar-search-icon-color: #fff;--navbar-search-panel-bg: linear-gradient(180deg, rgba(20, 24, 30, .98) 0%, rgba(28, 33, 40, .96) 100%);--navbar-search-panel-border: rgba(255, 255, 255, .1);--navbar-search-panel-shadow: 0 18px 34px rgba(0, 0, 0, .28);--navbar-search-panel-item-hover: rgba(255, 255, 255, .08);--navbar-search-panel-title: rgba(255, 255, 255, .96);--navbar-search-panel-meta: rgba(255, 255, 255, .58);--navbar-search-panel-empty: rgba(255, 255, 255, .62);--navbar-action-bg: rgba(255, 255, 255, .08);--navbar-action-bg-hover: rgba(255, 255, 255, .14);--navbar-action-border: rgba(255, 255, 255, .14);--navbar-action-text: #fff;--navbar-login-bg: rgba(255, 255, 255, .08);--navbar-login-bg-hover: rgba(255, 255, 255, .14);--navbar-login-border: rgba(255, 255, 255, .14);--navbar-login-text: #fff;--navbar-menu-bg: rgba(255, 255, 255, .97);--navbar-menu-border: rgba(17, 24, 39, .08);--navbar-menu-shadow: 0 16px 32px rgba(5, 10, 18, .2);height:var(--app-desktop-navbar-height);display:flex;justify-content:center;margin:0;z-index:1000;background:var(--navbar-surface);border-bottom:1px solid var(--navbar-border);box-shadow:var(--navbar-shadow);max-width:1920px;color:var(--navbar-text);position:fixed;top:0;left:50%;transform:translate(-50%);width:min(100%,1920px);padding:0 10px;box-sizing:border-box}@media(max-width:1080px){._navbarContainer_1e7vx_2{left:0;transform:none;width:100%;max-width:none;padding:0 10px}._navbar_1e7vx_2{margin:0;width:100%;max-width:1080px}}@media(min-width:1081px){._navbarContainer_1e7vx_2{padding:0 var(--app-desktop-gutter)}}._navbar_1e7vx_2{width:min(var(--navbar-inner-max),100%);max-width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--navbar-main-gap);margin:0 auto;min-width:0}._logo_1e7vx_93{width:160px;height:86px;flex-shrink:0}._logo_1e7vx_93 img{width:160px;height:80%;margin-top:10px;object-fit:contain}._navLinks_1e7vx_106{display:flex;align-items:center;height:100%;gap:var(--navbar-link-gap);min-width:0}._navLink_1e7vx_106{min-width:var(--navbar-link-min);height:100%;padding:0 var(--navbar-link-padding-x);text-align:center;cursor:pointer;transition:all .3s ease;background-image:none;background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;justify-content:center;align-items:center;font-size:20px;color:var(--navbar-text)}._navLink_1e7vx_106:hover{color:var(--navbar-text-strong)}._navLinkActive_1e7vx_136{color:var(--navbar-text-strong);border-bottom:4px solid var(--primary)}._navRight_1e7vx_141{display:flex;align-items:center;gap:var(--navbar-right-gap);flex:1;justify-content:flex-end;min-width:0}._searchBox_1e7vx_150{display:flex;align-items:center;position:relative;height:30px;width:var(--navbar-search-width);max-width:100%;gap:8px;border:1px solid var(--navbar-search-border);border-radius:18px;margin:0;padding-right:0;padding-left:10px;background:var(--navbar-search-bg)}._searchIcon_1e7vx_166{flex-shrink:0;height:26px;width:60px;min-width:60px;font-size:18px;border:none;padding:0;color:var(--navbar-search-icon-color);background:var(--navbar-search-icon-bg);border-radius:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;appearance:none;-webkit-appearance:none}._searchInput_1e7vx_185{flex:1;min-width:0;height:100%;border:none;background:transparent;outline:none;font-size:14px;color:var(--navbar-search-input)}._searchInput_1e7vx_185::placeholder{color:var(--navbar-search-placeholder)}._searchPanel_1e7vx_200{position:absolute;top:calc(100% + 8px);left:0;right:0;display:flex;flex-direction:column;gap:4px;padding:6px;border:1px solid var(--navbar-search-panel-border);border-radius:16px;background:var(--navbar-search-panel-bg);box-shadow:var(--navbar-search-panel-shadow);z-index:1200;max-height:320px;overflow-y:auto}._searchItem_1e7vx_218{width:100%;border:none;border-radius:12px;padding:10px 12px;background:transparent;display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left;cursor:pointer;transition:background-color .2s ease,transform .2s ease}._searchItem_1e7vx_218:hover{background:var(--navbar-search-panel-item-hover);transform:translateY(-1px)}._searchItemTitle_1e7vx_238{font-size:14px;font-weight:600;line-height:1.35;color:var(--navbar-search-panel-title)}._searchItemMeta_1e7vx_245{font-size:12px;line-height:1.4;color:var(--navbar-search-panel-meta)}._searchEmpty_1e7vx_251{padding:12px;font-size:13px;line-height:1.4;color:var(--navbar-search-panel-empty)}._avatarContainer_1e7vx_258{position:relative;overflow:visible}._userActions_1e7vx_263{display:flex;align-items:center;gap:12px}._messageButton_1e7vx_269{width:42px;height:42px;border:1px solid var(--navbar-action-border);border-radius:50%;background:var(--navbar-action-bg);color:var(--navbar-action-text);font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;transition:transform .2s ease,background-color .2s ease}._messageButton_1e7vx_269:hover{transform:translateY(-1px);background:var(--navbar-action-bg-hover)}._messageBadge_1e7vx_290{min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#fb4655;color:#fff;font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-4px;right:-6px;box-shadow:0 4px 12px #fb46554d}._avatar_1e7vx_258{width:48px;height:48px;border-radius:50%;cursor:pointer;transition:transform .3s ease;flex-shrink:0;position:relative}._avatarInner_1e7vx_318{display:block;width:100%;height:100%}._avatar_1e7vx_258 img{width:100%;height:100%;object-fit:cover}._avatar_1e7vx_258:hover{transform:scale(1.05)}._userMenu_1e7vx_334{position:absolute;top:calc(100% + 10px);right:0;background:var(--navbar-menu-bg);border:1px solid var(--navbar-menu-border);border-radius:8px;box-shadow:var(--navbar-menu-shadow);min-width:120px;z-index:1000;animation:_slideDown_1e7vx_1 .3s ease-out;overflow:hidden}._menuBtn_1e7vx_348{width:100%;padding:12px 20px;background:transparent;color:#111827;border:none;border-radius:0;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;text-align:center;white-space:nowrap}._menuBtn_1e7vx_348:hover{background:#e03d4b14;color:var(--primary)}@keyframes _slideDown_1e7vx_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._logoutBtn_1e7vx_379{background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;transition:all .3s ease}._logoutBtn_1e7vx_379:hover{background:linear-gradient(135deg,#e63b4b,#f65061);color:#fff}._settingIcon_1e7vx_390{width:48px;height:48px;cursor:pointer;transition:transform .3s ease}._loginBtn_1e7vx_397{padding:0!important;margin:0!important;flex:none!important;color:var(--navbar-login-text);border:1px solid var(--navbar-login-border);border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;background:var(--navbar-login-bg)}._loginBtn_1e7vx_397:hover{transform:translateY(-2px);background:var(--navbar-login-bg-hover)}._navbarContainerMobileHome_1e7vx_417{transition:background .28s ease,border-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease,-webkit-backdrop-filter .28s ease}@media(max-width:768px){._navbarContainer_1e7vx_2{--navbar-surface: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(244, 246, 249, .94) 100%);--navbar-border: rgba(26, 29, 33, .08);--navbar-shadow: 0 10px 24px rgba(17, 24, 39, .08);--navbar-text: #1f2933;--navbar-text-strong: #111827;--navbar-search-bg: linear-gradient(180deg, rgba(255, 255, 255, .92) 0%, rgba(245, 247, 250, .88) 100%);--navbar-search-border: rgba(26, 29, 33, .08);--navbar-search-input: #1f2933;--navbar-search-placeholder: rgba(26, 29, 33, .45);--navbar-search-icon-bg: linear-gradient(180deg, #2c3440 0%, #1f2732 100%);--navbar-search-icon-color: #fff;--navbar-search-panel-bg: #ffffff;--navbar-search-panel-border: rgba(26, 29, 33, .08);--navbar-search-panel-shadow: 0 14px 28px rgba(17, 24, 39, .12);--navbar-search-panel-item-hover: rgba(31, 41, 51, .06);--navbar-search-panel-title: #111827;--navbar-search-panel-meta: rgba(31, 41, 51, .58);--navbar-search-panel-empty: rgba(31, 41, 51, .62);--navbar-action-bg: linear-gradient(180deg, rgba(255, 255, 255, .94) 0%, rgba(238, 242, 247, .92) 100%);--navbar-action-bg-hover: rgba(244, 247, 250, .98);--navbar-action-border: rgba(26, 29, 33, .1);--navbar-action-text: #1f2933;--navbar-login-bg: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(238, 242, 247, .94) 100%);--navbar-login-bg-hover: linear-gradient(180deg, rgba(248, 250, 252, .98) 0%, rgba(233, 238, 244, .96) 100%);--navbar-login-border: rgba(26, 29, 33, .1);--navbar-login-text: #111827;width:100vw;height:60px;padding:0 12px;left:0;transform:none}._navbar_1e7vx_2{width:100%;gap:8px;min-width:0}._logo_1e7vx_93{width:100px;height:54px;flex-shrink:0}._logo_1e7vx_93 img{width:100px;height:70%}._navLinks_1e7vx_106{display:none}._navRight_1e7vx_141{gap:8px;margin-right:0;flex:1;min-width:0;justify-content:flex-end}._searchBox_1e7vx_150{flex:1;min-width:0;max-width:62%;height:28px;padding-left:8px;padding-right:0;box-shadow:0 8px 16px #94a3b814}._searchInput_1e7vx_185{flex:1;min-width:0;font-size:12px;width:auto}._searchIcon_1e7vx_166{flex-shrink:0;height:24px;width:40px;min-width:40px;font-size:14px}._searchPanel_1e7vx_200{top:calc(100% + 6px);max-height:240px;border-radius:14px}._searchItem_1e7vx_218{padding:9px 10px}._searchItemTitle_1e7vx_238{font-size:13px}._searchItemMeta_1e7vx_245,._searchEmpty_1e7vx_251{font-size:11px}._userActions_1e7vx_263{gap:8px}._messageButton_1e7vx_269{width:36px;height:36px;font-size:17px;flex-shrink:0;box-shadow:0 6px 14px #94a3b81a}._messageBadge_1e7vx_290{min-width:16px;height:16px;padding:0 4px;top:-3px;right:-4px;font-size:10px}._avatar_1e7vx_258,._settingIcon_1e7vx_390{width:36px;height:36px;flex-shrink:0}._loginBtn_1e7vx_397{width:60px!important;height:32px!important;min-width:60px!important;max-width:60px!important;min-height:32px!important;max-height:32px!important;font-size:14px;flex-shrink:0;box-shadow:0 6px 14px #94a3b814}._navbarContainerMobileHomeOverlayActive_1e7vx_574{--navbar-surface: transparent;--navbar-border: transparent;--navbar-shadow: none;--navbar-text: rgba(255, 255, 255, .88);--navbar-text-strong: #ffffff;--navbar-search-bg: rgba(12, 20, 32, .14);--navbar-search-border: rgba(255, 255, 255, .28);--navbar-search-input: rgba(255, 255, 255, .96);--navbar-search-placeholder: rgba(255, 255, 255, .56);--navbar-search-icon-bg: linear-gradient(180deg, rgba(255, 255, 255, .22) 0%, rgba(255, 255, 255, .08) 100%);--navbar-search-icon-color: #ffffff;--navbar-search-panel-bg: #ffffff;--navbar-search-panel-border: rgba(26, 29, 33, .1);--navbar-search-panel-shadow: 0 14px 28px rgba(17, 24, 39, .14);--navbar-search-panel-item-hover: rgba(31, 41, 51, .06);--navbar-search-panel-title: #111827;--navbar-search-panel-meta: rgba(31, 41, 51, .58);--navbar-search-panel-empty: rgba(31, 41, 51, .62);--navbar-action-bg: rgba(12, 20, 32, .14);--navbar-action-bg-hover: rgba(12, 20, 32, .24);--navbar-action-border: rgba(255, 255, 255, .28);--navbar-action-text: #ffffff;--navbar-login-bg: rgba(12, 20, 32, .14);--navbar-login-bg-hover: rgba(12, 20, 32, .24);--navbar-login-border: rgba(255, 255, 255, .28);--navbar-login-text: #ffffff;backdrop-filter:none;-webkit-backdrop-filter:none}._navbarContainerMobileHomeOverlayActive_1e7vx_574 ._logo_1e7vx_93 img{filter:drop-shadow(0 4px 10px rgba(0,0,0,.38))}._navbarContainerMobileHomeOverlayActive_1e7vx_574 ._searchBox_1e7vx_150,._navbarContainerMobileHomeOverlayActive_1e7vx_574 ._messageButton_1e7vx_269,._navbarContainerMobileHomeOverlayActive_1e7vx_574 ._loginBtn_1e7vx_397{box-shadow:0 8px 18px #00000029}}._modalOverlay_1o0pr_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_1o0pr_1 .3s ease-out;margin:0;padding:0;width:100vw;height:100vh}@keyframes _fadeIn_1o0pr_1{0%{opacity:0}to{opacity:1}}._modalContent_1o0pr_29{background:#fff;border-radius:14px;width:90%;max-width:480px;min-height:300px;border:1px solid rgba(251,70,85,.18);box-shadow:0 18px 48px #fb465538;animation:_slideUp_1o0pr_1 .3s ease-out;position:relative;display:flex;flex-direction:column;align-items:center;padding:36px 32px}@keyframes _slideUp_1o0pr_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._closeBtn_1o0pr_56{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#fb4655;font-size:24px;line-height:1;font-weight:600;background:transparent;border:none}._closeBtn_1o0pr_56:hover{transform:translateY(-2px);color:#ff5c68}._title_1o0pr_82{color:#111;font-size:1.7rem;font-weight:700;text-align:center;margin:0 0 18px;letter-spacing:.5px}._form_1o0pr_91{width:100%;display:flex;flex-direction:column;gap:12px}._inputGroup_1o0pr_98{width:100%;display:flex;flex-direction:column;gap:4px}._inputGroup_1o0pr_98:has(._forgetPassword_1o0pr_106){margin-bottom:-8px}._inputGroupWithForget_1o0pr_111{margin-bottom:-8px}._input_1o0pr_98{width:100%;padding:11px 14px;border:1px solid rgba(0,0,0,.1);border-radius:10px;color:#111;font-size:.95rem;font-weight:500;outline:none;transition:all .3s ease;box-sizing:border-box}._input_1o0pr_98::placeholder{color:#00000073;font-weight:500}._input_1o0pr_98:focus{border-color:#fb4655;box-shadow:0 6px 16px #fb465526}._inputError_1o0pr_138{border-color:#dc3545;background:#dc35451a;animation:_shake_1o0pr_156 .5s ease-in-out}@keyframes _shake_1o0pr_156{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}._shake_1o0pr_156{animation:_shake_1o0pr_156 .5s ease-in-out}._errorMessage_1o0pr_160{color:#dc3545;font-size:.75rem;margin-top:2px;padding-left:4px}._form_1o0pr_91>._errorMessage_1o0pr_160{margin-bottom:-8px}._submitBtn_1o0pr_172{width:100%;padding:12px;margin-top:4px;background:linear-gradient(135deg,#fb4655,#f74363);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 12px 26px #fb465552}._submitBtn_1o0pr_172:hover{background:linear-gradient(135deg,#ff5a6a,#fb4655);transform:translateY(-2px);box-shadow:0 18px 36px #fb465566}._submitBtn_1o0pr_172:disabled{opacity:.6;cursor:not-allowed;transform:none}._modeSwitch_1o0pr_199{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.9rem;color:#0009}._switchBtn_1o0pr_209{background:transparent;border:none;color:#fb4655;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:underline;transition:color .3s ease}._switchBtn_1o0pr_209:hover{color:#ff5c68}._forgetPassword_1o0pr_106{color:#fb4655;font-size:.9rem;font-weight:600;cursor:pointer;text-align:right;margin-top:4px;margin-bottom:-4px}._passwordInputWrapper_1o0pr_235{position:relative;width:100%}._inputWithToggle_1o0pr_240{padding-right:46px}._inputWithToggle_1o0pr_240::-ms-reveal{display:none}._inputWithToggle_1o0pr_240::-ms-clear{display:none}._togglePasswordBtn_1o0pr_253{position:absolute;top:50%;right:10px;transform:translateY(-50%);width:30px;height:30px;border:none;background:transparent;padding:0;cursor:pointer;color:#00000073;display:flex;align-items:center;justify-content:center}._togglePasswordBtn_1o0pr_253:hover{color:#fb4655}._togglePasswordBtn_1o0pr_253:focus-visible{outline:2px solid rgba(251,70,85,.35);outline-offset:2px;border-radius:8px}._codeInputWrapper_1o0pr_281{display:flex;gap:8px;align-items:stretch}._codeInput_1o0pr_281{flex:1;min-width:0}._sendCodeBtn_1o0pr_292{flex-shrink:0;padding:12px 18px;background:linear-gradient(135deg,#fb4655,#f74363);color:#fff;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;min-width:120px;box-shadow:0 10px 24px #fb465540}._sendCodeBtn_1o0pr_292:hover:not(:disabled){background:linear-gradient(135deg,#ff5a6a,#fb4655);transform:translateY(-2px);box-shadow:0 14px 30px #fb46554d}._sendCodeBtn_1o0pr_292:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 18px #fb465540}._sendCodeBtn_1o0pr_292:disabled{opacity:.55;cursor:not-allowed;transform:none;background:linear-gradient(135deg,#d8d8d8,#c4c4c4);box-shadow:none}._divider_1o0pr_328{width:100%;display:flex;align-items:center;justify-content:center;margin:12px 0;gap:12px}._divider_1o0pr_328:before,._divider_1o0pr_328:after{content:"";flex:1;height:1px;background:#0000001f}._divider_1o0pr_328 span{color:#00000073;font-size:.85rem;font-weight:500}._googleOnlyOverlay_1o0pr_352{background:#000000b8}._googleOnlyContent_1o0pr_356{min-height:unset;background:#fff;border:none;box-shadow:0 24px 64px #0000002e,0 0 0 1px #fb46550f}._googleOnlyCloseBtn_1o0pr_363{color:#fb465580}._googleOnlyCloseBtn_1o0pr_363:hover{color:#fb4655;transform:translateY(-2px) scale(1.05)}._googleOnlyTitle_1o0pr_372{font-size:1.8rem;letter-spacing:-.5px;margin-bottom:32px}._googleOnlyBtn_1o0pr_378{width:100%}._googleOnlyDivider_1o0pr_382{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(251,70,85,.2),transparent);margin:0 0 28px}._googleBtn_1o0pr_390{width:100%;padding:12px;background:#fff;color:#333;border:1px solid rgba(0,0,0,.15);border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 4px 12px #00000014}._googleBtn_1o0pr_390:hover{background:#f8f8f8;border-color:#00000040;transform:translateY(-1px);box-shadow:0 6px 16px #0000001f}._googleBtn_1o0pr_390:disabled{opacity:.6;cursor:not-allowed;transform:none}@media(max-width:768px){._modalContent_1o0pr_29{width:95%;padding:30px 20px 20px;min-height:350px}._title_1o0pr_82{font-size:1.5rem;margin-bottom:20px}._input_1o0pr_98{padding:12px 14px;font-size:.95rem}._submitBtn_1o0pr_172{padding:12px;font-size:1rem}._codeInputWrapper_1o0pr_281{gap:8px}._sendCodeBtn_1o0pr_292{padding:10px;font-size:.9rem}}._badge_1bipg_1{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0;pointer-events:none}._icon_1bipg_10{display:block;width:100%;height:100%}._inline_1bipg_16{width:16px;height:16px;margin-left:6px;vertical-align:-2px}._inline_1bipg_16._sm_1bipg_23{width:14px;height:14px}._inline_1bipg_16._md_1bipg_28{width:16px;height:16px}._inline_1bipg_16._lg_1bipg_33{width:18px;height:18px}._overlay_1bipg_38{position:absolute;margin-left:0;z-index:3;border-radius:50%;box-shadow:0 0 0 1.5px #fff,0 1px 4px #00000047}._overlay_1bipg_38._sm_1bipg_23{width:15px;height:15px;right:-2px;bottom:-2px}._overlay_1bipg_38._md_1bipg_28{width:16px;height:16px;right:-1px;bottom:-1px}._overlay_1bipg_38._lg_1bipg_33{width:22px;height:22px;right:2px;bottom:2px;box-shadow:0 0 0 2px #fff,0 2px 8px #0003}._overlay_1bipg_38._xl_1bipg_72{width:var(--verified-overlay-size, 32px);height:var(--verified-overlay-size, 32px);right:var(--verified-overlay-right, 2px);bottom:var(--verified-overlay-bottom, 2px);box-shadow:0 0 0 2.5px #fff,0 2px 10px #00000047}._root_1uixs_1{position:relative;display:inline-block;line-height:0;vertical-align:middle}._imageFrame_1uixs_8{display:inline-block;overflow:hidden;border-radius:50%;line-height:0}._imageFrame_1uixs_8>:first-child{display:block}._fill_1uixs_19,._fill_1uixs_19 ._imageFrame_1uixs_8{display:block;width:100%;height:100%}._fill_1uixs_19 ._imageFrame_1uixs_8>:first-child{width:100%;height:100%;object-fit:cover}._grid4_1kr04_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;width:100%}._gridHomeWide_1kr04_8{width:100%}._goodsCard_1kr04_12{width:100%;display:flex;flex-direction:column;cursor:pointer;position:relative}._goodsCardSelectable_1kr04_20{-webkit-user-select:none;user-select:none}._goodsCardSelected_1kr04_24 ._goodsTitle_1kr04_24{color:#fb4655}._goodsImg_1kr04_28{width:100%;aspect-ratio:4 / 3;position:relative;border-radius:8px;overflow:hidden}._goodsImg_1kr04_28 img{width:100%;height:100%;object-fit:cover;display:block}._goodsImg_1kr04_28:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:2}._selectionMask_1kr04_54{position:absolute;inset:0;background:#11182714;opacity:0;transition:opacity .2s ease;z-index:1}._selectionMaskActive_1kr04_63{opacity:1;background:#fb46552e}._selectionToggle_1kr04_68{position:absolute;top:10px;left:10px;width:24px;height:24px;border-radius:999px;border:2px solid rgba(255,255,255,.96);background:#1118275c;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;z-index:4;transition:background-color .2s ease,transform .2s ease,border-color .2s ease}._selectionToggle_1kr04_68:hover{transform:scale(1.05)}._selectionToggleActive_1kr04_90{background:#fb4655;border-color:#fb4655}._selectionToggleInner_1kr04_95{width:10px;height:10px;border-radius:999px;background:#fff;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .2s ease}._selectionToggleActive_1kr04_90 ._selectionToggleInner_1kr04_95{opacity:1;transform:scale(1)}._incentiveTag_1kr04_110{position:absolute;top:8px;left:8px;background:#ffc107f2;color:#111;border:1px solid rgba(255,193,7,1);border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;z-index:3}._incentiveFinished_1kr04_124{background:#28a745f2;color:#fff;border-color:#28a745}._unpublishedTag_1kr04_130{position:absolute;top:8px;left:8px;background:#e03d4bf2;color:#fff;border:1px solid rgba(224,61,75,1);border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600;z-index:4}._goodsTypeTag_1kr04_144{position:absolute;top:8px;right:8px;max-width:68%;border:1px solid transparent;border-radius:999px;color:#fff;padding:4px 8px;font-size:12px;font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 1px 1px rgba(0,0,0,.25);box-shadow:0 1px 2px #00000047,inset 0 1px #fff3;z-index:3}._goodsInfo_1kr04_168{position:absolute;left:0;right:0;bottom:0;display:flex;justify-content:space-between;align-items:flex-end;gap:10px;padding:10px 8px 7px;background:linear-gradient(180deg,#0000 2%,#000000d9);z-index:3}._goodsTheme_1kr04_182{max-width:60%;color:#fff;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._goodsInfoRight_1kr04_191{display:flex;align-items:center;gap:10px}._goodsInfoItem_1kr04_197{display:flex;align-items:center;gap:4px;color:#fff;font-size:13px;min-width:0}._goodsInfoItem_1kr04_197 svg{width:15px;height:15px}._goodsInfoValue_1kr04_211{white-space:nowrap}._goodsBody_1kr04_215{width:100%;margin-top:6px}._goodsTitleWrap_1kr04_220{min-width:0}._goodsTitle_1kr04_24{font-size:20px;font-weight:600;color:#4c4c4c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._goodsSubtitle_1kr04_233{font-size:16px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._emptyState_1kr04_241{grid-column:1 / -1;text-align:center;padding:50px}._emptyStateText_1kr04_247{margin:0;font-size:15px;line-height:1.7;color:#6b7280}@media(min-width:769px){._grid4_1kr04_1{gap:24px;align-items:start}._goodsCard_1kr04_12{min-width:0}._gridHomeWide_1kr04_8{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;align-items:start}._goodsCardHomeWide_1kr04_270{width:100%;min-width:0}}@media(min-width:1280px){._grid4_1kr04_1{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(min-width:1440px){._gridHomeWide_1kr04_8{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:768px){._grid4_1kr04_1{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._goodsCard_1kr04_12{width:100%}._goodsImg_1kr04_28:after{height:var(--mobile-content-image-guard-height);background:var(--mobile-content-image-guard-dark-gradient)}._goodsImg_1kr04_28 img{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}._goodsTypeTag_1kr04_144{max-width:72%;font-size:11px}._selectionToggle_1kr04_68{top:8px;left:8px;width:22px;height:22px}._selectionToggleInner_1kr04_95{width:9px;height:9px}._goodsInfo_1kr04_168{padding:9px 6px 6px}._goodsTheme_1kr04_182{max-width:56%;font-size:11px}._goodsInfoRight_1kr04_191{gap:8px}._goodsInfoItem_1kr04_197{font-size:12px}._goodsInfoItem_1kr04_197 svg{width:14px;height:14px}._goodsTitle_1kr04_24{font-size:13px}._goodsSubtitle_1kr04_233{font-size:11px}}._container_1wk5v_1{display:none}@media(max-width:768px){._container_1wk5v_1{display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100vw;height:calc(60px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fff;z-index:999;justify-content:space-between;align-items:center;border-top:1px solid #e6e6e6}._navItem_1wk5v_22{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#737373;font-size:12px;font-weight:600;background:transparent;border:none;cursor:pointer;padding:10px 4px;transition:all .2s ease;background-repeat:no-repeat;background-position:center;background-size:120% 120%;gap:4px}._navItemActive_1wk5v_42{color:var(--primary)}._navItemActive_1wk5v_42 ._icon_1wk5v_46{filter:invert(33%) sepia(96%) saturate(2318%) hue-rotate(331deg) brightness(100%) contrast(101%)}._adminIcon_1wk5v_50{color:#737373}._adminIconActive_1wk5v_54{color:var(--primary)}._icon_1wk5v_46{width:24px;height:24px}._label_1wk5v_63{pointer-events:none;line-height:1}._userMenu_1wk5v_68{position:fixed;bottom:70px;right:16px;left:16px;background:#211910f2;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 12px 32px #0006;animation:_slideUp_1wk5v_1 .2s ease-out}._userMenu_1wk5v_68 button{padding:12px;border-radius:12px;border:none;font-size:15px;font-weight:600;color:#e8dbb7;background:linear-gradient(135deg,#d28c50e6,#b24f1be6);cursor:pointer}@keyframes _slideUp_1wk5v_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}}._footer_x6btv_1{width:100%;background-color:#f7f7f7;padding:60px 0;display:flex;justify-content:center}._container_x6btv_9{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;display:flex;padding:0;box-sizing:border-box}._logoArea_x6btv_17{width:auto;height:100%;flex-shrink:0}._logo_x6btv_17{margin-top:130px;height:60px;margin-right:36px}._shareSection_x6btv_29{flex:1;display:flex;flex-direction:column}._followSection_x6btv_35{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}._title_x6btv_42{font-size:24px;font-weight:600;color:#4c4c4c}._iconRow_x6btv_48{display:flex;gap:20px}._iconItem_x6btv_53{display:flex;align-items:center;gap:6px;font-size:24px;color:#666}._iconItem_x6btv_53 img{width:28px;height:28px}._joinSection_x6btv_66{display:flex;gap:89px;flex-wrap:wrap}._block_x6btv_72{display:flex;flex-direction:column;gap:10px}._block_x6btv_72 ._title_x6btv_42{margin-bottom:18px}._item_x6btv_82{font-size:18px;color:#999;display:flex;align-items:center;gap:6px}._item_x6btv_82 img{width:20px;height:20px}._red_x6btv_95{color:#f33;font-weight:600}@media screen and (min-width:769px)and (max-width:1080px){._footer_x6btv_1{padding:50px 0}._container_x6btv_9{width:100%;padding:0 20px}._logo_x6btv_17{margin-top:100px;height:50px;margin-right:24px}._title_x6btv_42{font-size:20px}._iconRow_x6btv_48{gap:16px;flex-wrap:wrap}._iconItem_x6btv_53{font-size:18px;gap:4px}._iconItem_x6btv_53 img{width:24px;height:24px}._joinSection_x6btv_66{gap:40px}._item_x6btv_82{font-size:16px}._item_x6btv_82 img{width:18px;height:18px}._block_x6btv_72 ._title_x6btv_42{margin-bottom:14px}}@media screen and (max-width:768px){._footer_x6btv_1{display:none}}._skeletonGrid_68np9_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;width:100%}._skeletonGridHomeWide_68np9_8{width:100%}._skeletonCard_68np9_12{width:100%;border-radius:8px;overflow:hidden;background:#fff;display:flex;flex-direction:column;gap:8px}._coverSkeleton_68np9_22{width:100%;aspect-ratio:4 / 3;border-radius:8px;background:linear-gradient(90deg,#ededed 25%,#f5f5f5 37%,#ededed 63%);background-size:400% 100%;animation:_skeleton-loading_68np9_1 1.5s ease-in-out infinite;position:relative}._coverSkeleton_68np9_22:after{content:"";position:absolute;inset:0;border-radius:8px;box-shadow:inset 0 -40px 30px -30px #00000059}._body_68np9_40{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:6px}._titleWrap_68np9_49{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;padding-right:6px}._titleSkeleton_68np9_58,._subtitleSkeleton_68np9_59{height:16px;border-radius:6px;background:linear-gradient(90deg,#ededed 25%,#f5f5f5 37%,#ededed 63%);background-size:400% 100%;animation:_skeleton-loading_68np9_1 1.5s ease-in-out infinite}._titleSkeleton_68np9_58{width:90%;height:18px}._subtitleSkeleton_68np9_59{width:70%}._priceSkeleton_68np9_76,._buttonSkeleton_68np9_77{width:100px;height:50px;border-radius:10px 0;background:linear-gradient(90deg,#f7b1b8 25%,#fb5b67,#f7b1b8 75%);background-size:400% 100%;animation:_skeleton-loading_68np9_1 1.5s ease-in-out infinite}@keyframes _skeleton-loading_68np9_1{0%{background-position:0% 50%}to{background-position:100% 50%}}@media screen and (min-width:769px){._skeletonGrid_68np9_1{gap:24px}._skeletonCard_68np9_12{min-width:0}._skeletonGridHomeWide_68np9_8{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}._skeletonCardHomeWide_68np9_110{width:100%;min-width:0}}@media screen and (min-width:1280px){._skeletonGrid_68np9_1{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (min-width:1440px){._skeletonGridHomeWide_68np9_8{grid-template-columns:repeat(5,minmax(0,1fr))}}@media screen and (max-width:1080px){._skeletonGrid_68np9_1{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}._skeletonGridHomeWide_68np9_8{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}._skeletonCard_68np9_12,._skeletonCardHomeWide_68np9_110{width:100%}}@media screen and (max-width:768px){._skeletonGrid_68np9_1{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}._body_68np9_40{padding:0;margin-top:0}._skeletonCard_68np9_12{width:100%;border-radius:8px;padding:4px;box-sizing:border-box}._titleSkeleton_68np9_58,._subtitleSkeleton_68np9_59{height:14px}._priceSkeleton_68np9_76,._buttonSkeleton_68np9_77{width:72px;height:36px}}._overlay_12cit_1{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_12cit_1 .35s ease-out}@keyframes _fadeIn_12cit_1{0%{opacity:0}to{opacity:1}}._content_12cit_21{background:#fff;border-radius:20px;width:94%;max-width:380px;max-height:90vh;padding:24px 20px 20px;position:relative;animation:_slideUp_12cit_1 .4s cubic-bezier(.34,1.56,.64,1);overflow-y:auto;box-shadow:0 32px 64px -12px #0000002e,0 8px 24px -4px #0000001a,0 0 0 1px #0000000a,inset 0 1px #ffffffe6}@keyframes _slideUp_12cit_1{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._closeButton_12cit_49{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#0000000a;border:none;color:#9ca3af;font-size:20px;font-weight:400;transition:all .2s ease}._closeButton_12cit_49:hover{background:#00000014;color:#6b7280;transform:rotate(90deg)}._header_12cit_74{text-align:center;margin-bottom:20px}._title_12cit_79{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 6px;letter-spacing:-.02em}._subtitle_12cit_87{color:#6b7280;font-size:.9rem;margin:0;font-weight:500}._membershipHint_12cit_94{color:#9ca3af;font-size:.8rem;margin:-10px 0 16px;text-align:center}._loadingText_12cit_101{margin:40px 0;text-align:center;color:#9ca3af;font-size:.95rem}._calendarWrapper_12cit_109{border-radius:16px;padding:10px;margin-bottom:20px;overflow:hidden}._weekdayRow_12cit_117{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;padding:0 4px 8px;border-bottom:1px dashed #eee;margin-bottom:8px}._weekdayLabel_12cit_126{text-align:center;font-size:.65rem;font-weight:700;color:#b8a89c;letter-spacing:.08em;text-transform:uppercase}._monthlyGrid_12cit_136{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;padding:4px}._emptyCell_12cit_144{aspect-ratio:1}._dayCell_12cit_149{position:relative;aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:10px;background:#fff;padding:6px 4px;transition:all .25s cubic-bezier(.34,1.56,.64,1);cursor:default;border:1px solid #f0eae3;overflow:hidden}._dayCell_12cit_149:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f}._dayCellNumber_12cit_172,._dayCellMissedNum_12cit_184{font-size:.85rem;font-weight:700;color:#c8c0b8;line-height:1;display:flex;align-items:center;justify-content:center;gap:2px;font-variant-numeric:tabular-nums}._dayCellPoints_12cit_197{font-size:.6rem;font-weight:600;color:#c8c0b8;font-variant-numeric:tabular-nums}._dayCellCompleted_12cit_205{background:linear-gradient(135deg,#fb4655,#f43f5e,#e11d48);border-color:#e11d48;color:#fff;box-shadow:inset 0 1px #ffffff2e,0 2px 6px #e11d4838}._dayCellCompleted_12cit_205 ._dayCellNumber_12cit_172{color:#ffffffeb}._dayCellCompleted_12cit_205 ._dayCellPoints_12cit_197{color:#fff5f7;font-weight:700}._dayCellCompleted_12cit_205:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffff38,0 4px 12px #e11d4852}._dayCellCompleted_12cit_205 ._checkIcon_12cit_230{color:#fff;width:16px;height:16px}._dayCellToday_12cit_237{background:#fff0f3;border:2px solid #fb4655;color:#fb4655;transform:scale(1.08);z-index:3;box-shadow:0 0 0 4px #fb46552e,0 8px 20px #fb465552,inset 0 1px #fff9;animation:_todayPulse_12cit_1 2.4s ease-in-out infinite}@keyframes _todayPulse_12cit_1{0%,to{box-shadow:0 0 0 4px #fb46552e,0 8px 20px #fb465552,inset 0 1px #ffffff40}50%{box-shadow:0 0 0 10px #fb46550f,0 12px 28px #fb46557a,inset 0 1px #ffffff4d}}._dayCellToday_12cit_237 ._dayCellNumber_12cit_172{color:#000;text-shadow:0 1px 0 rgba(255,255,255,.6)}._dayCellToday_12cit_237 ._dayCellPoints_12cit_197{color:#e11d48;font-weight:800}._dayCellToday_12cit_237:hover{transform:scale(1.12);background:#ffe4ea}._dayCellTodayCompleted_12cit_281{background:linear-gradient(135deg,#fb4655,#f43f5e,#e11d48);border-color:#e11d48;transform:scale(1.08);z-index:3;box-shadow:inset 0 1px #fff3,0 4px 14px #e11d4859}._dayCellTodayCompleted_12cit_281 ._dayCellNumber_12cit_172{color:#ffffffeb}._dayCellTodayCompleted_12cit_281 ._dayCellPoints_12cit_197{color:#fff5f7;font-weight:700}._dayCellTodayCompleted_12cit_281 ._checkIcon_12cit_230{color:#fff;width:16px;height:16px}._dayCellTodayCompleted_12cit_281:hover{transform:scale(1.12)}._dayCellForecast_12cit_311{background:#fff5f7;border:1px dashed #fda4af}._dayCellForecast_12cit_311 ._dayCellNumber_12cit_172{color:#000;font-weight:600}._dayCellForecast_12cit_311 ._dayCellPoints_12cit_197{color:#fb4655;font-weight:700}._dayCellForecast_12cit_311:hover{background:#ffe4ea;transform:translateY(-1px)}._dayCellFuture_12cit_332{background:#fafaf7;border-color:#efe9e0;opacity:.55}._dayCellFuture_12cit_332 ._dayCellNumber_12cit_172,._dayCellFuture_12cit_332 ._dayCellPoints_12cit_197{color:#d8d2ca}._dayCellBonus_12cit_347{position:relative}._dayCellBonus_12cit_347 ._dayCellPoints_12cit_197{font-size:.7rem;font-weight:800}._dayCellBonus_12cit_347._dayCellToday_12cit_237 ._dayCellPoints_12cit_197{color:#e11d48;text-shadow:0 1px 0 rgba(255,255,255,.4)}._dayCellBonus_12cit_347._dayCellCompleted_12cit_205 ._dayCellPoints_12cit_197,._dayCellBonus_12cit_347._dayCellTodayCompleted_12cit_281 ._dayCellPoints_12cit_197{color:#fff5f7;font-weight:800}._dayCellBonus_12cit_347._dayCellForecast_12cit_311 ._dayCellPoints_12cit_197{color:#f43f5e;font-weight:800}._checkIcon_12cit_230{color:#e63946;width:14px;height:14px;animation:_checkPop_12cit_1 .3s cubic-bezier(.34,1.56,.64,1)}@keyframes _checkPop_12cit_1{0%{transform:scale(0)}50%{transform:scale(1.25)}to{transform:scale(1)}}._buttonContainer_12cit_387{display:flex;justify-content:center}._signInButton_12cit_392{padding:14px 48px;background:linear-gradient(135deg,#fb4655,#f43f5e,#e11d48);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 6px 20px #fb46554d,inset 0 1px #fff3;letter-spacing:.02em;position:relative;overflow:hidden}._signInButton_12cit_392:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}._signInButton_12cit_392:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 28px #fb465559,inset 0 1px #fff3}._signInButton_12cit_392:hover:before{left:100%}._signInButton_12cit_392:active{transform:translateY(0) scale(.98)}._signInButton_12cit_392:disabled{opacity:.7;cursor:not-allowed;transform:none}._buttonLoading_12cit_442{display:flex;align-items:center;justify-content:center;gap:8px}._spinner_12cit_449{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_12cit_449 .8s linear infinite}@keyframes _spin_12cit_449{to{transform:rotate(360deg)}}._overlay_1pzwc_2{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2100;animation:_fadeIn_1pzwc_1 .25s ease-out}@keyframes _fadeIn_1pzwc_1{0%{opacity:0}to{opacity:1}}._content_1pzwc_19{background:#fff;border-radius:16px;width:min(92vw,620px);box-shadow:0 10px 40px #0000004d;animation:_slideUp_1pzwc_1 .25s ease-out;padding:24px 20px 20px;box-sizing:border-box;text-align:center}@keyframes _slideUp_1pzwc_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._title_1pzwc_36{color:#333;font-size:18px;font-weight:600;margin-bottom:16px}._qrRow_1pzwc_43{display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-items:center;gap:16px;margin-bottom:16px}._qrBox_1pzwc_53{display:flex;flex-direction:column;align-items:center;width:100%;max-width:280px}._qrBox_1pzwc_53 img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:contain;max-height:36vh;border-radius:8px;background:#f8f8f8}._qrLabel_1pzwc_71{margin-top:8px;color:#666;font-size:13px}._promotionHintButton_1pzwc_77{width:100%;margin:4px auto 16px;padding:0;border:none;background:none;color:#2563eb;font-size:15px;font-weight:600;line-height:1.6;text-align:center;cursor:pointer;transition:color .2s ease,opacity .2s ease}._promotionHintButton_1pzwc_77:hover{color:#1d4ed8;opacity:.92}._promotionHintButton_1pzwc_77:active{opacity:1}._buttons_1pzwc_101{display:flex;justify-content:center}._cancelBtn_1pzwc_106{padding:10px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;background:#f5f5f5;color:#333;cursor:pointer;transition:all .2s ease}._cancelBtn_1pzwc_106:hover{background:#eaeaea;transform:translateY(-1px)}._cancelBtn_1pzwc_106:active{transform:translateY(0)}@media(max-width:768px){._content_1pzwc_19{width:min(95vw,560px);padding:20px 14px 16px}._title_1pzwc_36{font-size:16px;margin-bottom:12px}._qrRow_1pzwc_43{gap:12px;margin-bottom:12px}._qrBox_1pzwc_53{max-width:none}._qrBox_1pzwc_53 img{max-height:34vh}._promotionHintButton_1pzwc_77{margin-bottom:12px;font-size:14px;line-height:1.5}}._floatingButton_p2lfd_1{position:fixed;top:auto;right:clamp(10px,2vw,28px);bottom:clamp(96px,12vh,164px);transform:none;z-index:1200;width:72px;min-height:244px;padding:18px 12px 16px;border:none;border-radius:24px;background:linear-gradient(180deg,#fff,#f3f4f6);box-shadow:0 12px 32px #0f172a24;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;transition:transform .22s ease,box-shadow .22s ease;-webkit-tap-highlight-color:transparent}._floatingButtonHorizontal_p2lfd_27{flex-direction:row;width:auto;min-height:auto;padding:14px 16px;gap:10px}._floatingButton_p2lfd_1:hover{transform:translate(-2px);box-shadow:0 16px 40px #0f172a2e}._floatingButton_p2lfd_1:focus{outline:none}._floatingButton_p2lfd_1:focus-visible{outline:2px solid rgba(18,183,245,.8);outline-offset:3px}._floatingButton_p2lfd_1:active{transform:translate(0)}._floatingButtonDragging_p2lfd_53{box-shadow:0 18px 42px #0f172a38}._label_p2lfd_57{color:#333;font-size:18px;font-weight:600;line-height:1.1;writing-mode:vertical-rl;text-orientation:upright;letter-spacing:3px}._labelHorizontal_p2lfd_68{writing-mode:horizontal-tb;text-orientation:mixed;letter-spacing:0;font-size:14px;text-align:center;line-height:1.3}._iconStack_p2lfd_77{display:flex;flex-direction:column;align-items:center;gap:8px}._iconStackHorizontal_p2lfd_85{flex-direction:row;gap:6px}._mobileEntryIconWrap_p2lfd_90{display:none}._iconWrap_p2lfd_94{width:40px;height:40px;border-radius:50%;background:#07c1601f;display:flex;align-items:center;justify-content:center;flex-shrink:0}._iconWrapHorizontal_p2lfd_106{width:32px;height:32px}._qqIconWrap_p2lfd_111{background:#12b7f524}._wechatIcon_p2lfd_115{width:26px;height:26px;fill:#07c160;display:block}._wechatIconHorizontal_p2lfd_123{width:20px;height:20px}._qqPenguinIcon_p2lfd_128{width:26px;height:26px;display:block}._qqPenguinIconHorizontal_p2lfd_135{width:20px;height:20px}._mobileEntryIcon_p2lfd_90{width:30px;height:30px;display:block}._overlay_p2lfd_146{position:fixed;inset:0;z-index:1300;background:#1118277a;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}._modal_p2lfd_158{width:min(92vw,560px);padding:28px 24px 24px;border-radius:24px;background:#fff;box-shadow:0 24px 60px #0f172a38;display:flex;flex-direction:column;align-items:center;gap:20px}._modalTitle_p2lfd_170{margin:0;font-size:22px;line-height:1.4;font-weight:600;color:#333;text-align:center}._qrGrid_p2lfd_179{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._qrFrame_p2lfd_186{width:100%;padding:14px;border-radius:20px;background:linear-gradient(180deg,#fafafa,#f3f4f6);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;box-sizing:border-box}._qrImage_p2lfd_199{width:min(100%,250px);aspect-ratio:1 / 1;object-fit:contain;display:block;border-radius:14px;background:#fff}._qrLabel_p2lfd_208{font-size:15px;font-weight:600;color:#4b5563}._promotionHintButton_p2lfd_214{width:100%;padding:0;border:none;background:none;color:#2563eb;font-size:15px;font-weight:600;line-height:1.6;text-align:center;cursor:pointer;transition:color .2s ease,opacity .2s ease}._promotionHintButton_p2lfd_214:hover{color:#1d4ed8;opacity:.92}._promotionHintButton_p2lfd_214:active{opacity:1}._closeButton_p2lfd_237{min-width:120px;padding:12px 20px;border:none;border-radius:999px;background:#fff;color:#000;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}._closeButton_p2lfd_237:hover{opacity:.92;transform:translateY(-1px)}._closeButton_p2lfd_237:active{transform:translateY(0)}@media(max-width:768px){._floatingButton_p2lfd_1,._overlay_p2lfd_146{display:none}._floatingButton_p2lfd_1{right:auto;top:auto;width:72px;min-height:88px;padding:10px 8px 12px;border-radius:22px;background:#fff9;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(10px);gap:8px;justify-content:center;touch-action:none;user-select:none;-webkit-user-select:none;transition:box-shadow .18s ease,opacity .18s ease}._floatingButton_p2lfd_1:hover,._floatingButton_p2lfd_1:active{transform:none}._floatingButtonDragging_p2lfd_53{opacity:.96}._label_p2lfd_57{font-size:12px;letter-spacing:0;line-height:1;writing-mode:horizontal-tb;text-orientation:mixed}._iconWrap_p2lfd_94{width:36px;height:36px}._iconStack_p2lfd_77{display:none}._mobileEntryIconWrap_p2lfd_90{display:flex;align-items:center;justify-content:center;width:38px;height:38px}._mobileEntryIcon_p2lfd_90{width:28px;height:28px}._overlay_p2lfd_146{padding:16px}._modal_p2lfd_158{width:min(100%,420px);padding:22px 18px 20px;border-radius:20px;gap:16px}._qrGrid_p2lfd_179{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._qrFrame_p2lfd_186{padding:10px;gap:10px}._qrLabel_p2lfd_208{font-size:13px}._modalTitle_p2lfd_170{font-size:18px}._promotionHintButton_p2lfd_214{font-size:14px;line-height:1.5}._closeButton_p2lfd_237{min-width:110px;font-size:15px}}._bar_ojlmy_1{position:relative;z-index:6;display:flex;align-items:center;gap:0;width:100%;margin-top:18px;padding:10px 16px;border-radius:24px;border:1px solid rgba(224,61,75,.12);background:radial-gradient(circle at 10% 18%,rgba(255,255,255,.9),transparent 32%),radial-gradient(circle at 0% 50%,rgba(224,61,75,.08) 0%,rgba(224,61,75,.02) 18%,transparent 44%),linear-gradient(180deg,#fffffffa,#fff8f9f0);box-shadow:0 18px 40px #e03d4b1a,inset 0 1px #ffffffe6;overflow:visible}._group_ojlmy_22{position:relative;flex:0 0 auto}._groupWide_ojlmy_27{min-width:0;flex:0 1 auto}._divider_ojlmy_32{width:1px;height:24px;margin:0 6px;background:linear-gradient(180deg,transparent 0%,rgba(224,61,75,.18) 24%,rgba(224,61,75,.18) 76%,transparent 100%);flex:0 0 auto}._trigger_ojlmy_40{min-height:44px;max-width:100%;padding:0 14px;border:none;border-radius:999px;display:inline-flex;align-items:center;gap:8px;background:transparent;color:#111827;font-size:16px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .2s ease}._trigger_ojlmy_40:hover{color:#111827;background:#e03d4b0f}._triggerOpen_ojlmy_64,._triggerChanged_ojlmy_65{color:var(--primary-dark)}._triggerChanged_ojlmy_65{background:#e03d4b14}._triggerOpen_ojlmy_64{transform:translateY(-1px)}._triggerText_ojlmy_77{display:inline-flex;align-items:center;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._triggerArrow_ojlmy_86{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;transition:transform .2s ease}._triggerOpen_ojlmy_64 ._triggerArrow_ojlmy_86{transform:rotate(180deg)}._triggerArrow_ojlmy_86 svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._menu_ojlmy_110{position:absolute;top:calc(100% + 12px);left:0;min-width:188px;max-height:min(55vh,420px);padding:10px;border-radius:18px;border:1px solid rgba(224,61,75,.12);display:grid;gap:6px;background:radial-gradient(circle at top left,rgba(255,255,255,.92),transparent 34%),linear-gradient(180deg,#fffffffc,#fff7f8f7);box-shadow:0 20px 44px #e03d4b1f,inset 0 1px #fffffff0;overflow-y:auto}._menuWide_ojlmy_130{min-width:min(300px,76vw);left:0;right:auto}._groupWide_ojlmy_27 ._trigger_ojlmy_40{max-width:min(220px,32vw)}._menuItem_ojlmy_141{width:100%;padding:12px 14px;border:none;border-radius:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;color:#374151;cursor:pointer;text-align:left;transition:background-color .18s ease,color .18s ease}._menuItem_ojlmy_141:hover{background:#e03d4b0f;color:#111827}._menuItemActive_ojlmy_162{background:linear-gradient(135deg,#ff7b881f,#e03d4b24);color:var(--primary-dark)}._menuItemLabel_ojlmy_167{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;line-height:1.4}._menuItemCheck_ojlmy_178{flex:0 0 auto;color:var(--primary);font-size:15px;font-weight:700}._quickFilter_ojlmy_185{min-height:44px;padding:0 14px;border:none;border-radius:999px;display:inline-flex;align-items:center;background:transparent;color:#111827;font-size:16px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .2s ease}._quickFilter_ojlmy_185:hover{background:#e03d4b0f}._quickFilterActive_ojlmy_206{color:var(--primary-dark);background:#e03d4b14}._trigger_ojlmy_40:focus-visible,._menuItem_ojlmy_141:focus-visible,._quickFilter_ojlmy_185:focus-visible{outline:2px solid rgba(224,61,75,.38);outline-offset:2px}@media(max-width:768px){._bar_ojlmy_1{margin-top:12px;padding:6px 10px;border-radius:18px;border:1px solid rgba(15,23,42,.08);flex-wrap:nowrap;background:#fff;box-shadow:0 12px 28px #0f172a1f,inset 0 0 0 1px #ffffffd1;overflow:visible}._group_ojlmy_22{flex:0 1 auto;min-width:0}._group_ojlmy_22:last-child{flex:0 0 auto}._groupWide_ojlmy_27{flex:0 1 auto;min-width:0}._divider_ojlmy_32{height:20px;margin:0 4px;flex:0 0 auto;background:linear-gradient(180deg,transparent 0%,rgba(15,23,42,.14) 18%,rgba(15,23,42,.14) 82%,transparent 100%)}._trigger_ojlmy_40{min-height:38px;max-width:100%;padding:0 8px;color:#111827;font-size:14px;background:transparent}._trigger_ojlmy_40:hover{color:#111827;background:#0f172a0a}._triggerChanged_ojlmy_65{color:var(--primary-dark);background:#e03d4b14}._menu_ojlmy_110{top:calc(100% + 10px);min-width:168px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 16px 32px #0f172a29,inset 0 1px #ffffffe6}._menuWide_ojlmy_130{min-width:min(280px,calc(100vw - 48px));max-width:calc(100vw - 32px)}._groupWide_ojlmy_27 ._trigger_ojlmy_40{max-width:min(108px,28vw)}._quickFilter_ojlmy_185{flex-shrink:0;min-height:38px;padding:0 8px;font-size:14px}._menuItem_ojlmy_141{color:#374151}._menuItem_ojlmy_141:hover{background:#0f172a0d;color:#111827}._menuItemActive_ojlmy_162{background:linear-gradient(135deg,#ff7b881f,#e03d4b24);color:var(--primary-dark)}._menuItemCheck_ojlmy_178{color:var(--primary)}._trigger_ojlmy_40:focus-visible,._menuItem_ojlmy_141:focus-visible,._quickFilter_ojlmy_185:focus-visible{outline:2px solid rgba(224,61,75,.38)}}._overlay_ha12c_1{--announcement-accent: #f26a78;--announcement-accent-strong: #de5061;--announcement-text-main: #1f2430;--announcement-text-secondary: #596273;position:fixed;inset:0;z-index:2300;display:flex;align-items:center;justify-content:center;padding:clamp(16px,3vw,32px);box-sizing:border-box;overflow-y:auto;background:radial-gradient(circle at top center,rgba(242,106,120,.12),transparent 34%),#090c1499;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-overflow-scrolling:touch}._modal_ha12c_22{position:relative;width:min(720px,100%);max-height:min(840px,calc(100dvh - clamp(32px,6vw,64px)));display:flex;flex-direction:column;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.52);background:linear-gradient(180deg,#fff6f7fa,#fffffffa 24%,#fff);box-shadow:0 28px 70px #0a0e1847,0 12px 36px #f26a781f;box-sizing:border-box;isolation:isolate}._modal_ha12c_22:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(242,106,120,.12),transparent 28%),linear-gradient(145deg,rgba(255,255,255,.64),transparent 42%);pointer-events:none}._closeButton_ha12c_50{position:absolute;top:18px;right:18px;z-index:1;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;border:1px solid rgba(31,36,48,.08);background:#ffffffc7;color:var(--announcement-text-secondary);font-size:28px;line-height:1;cursor:pointer;transition:transform .2s ease,color .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 8px 18px #11172514}._closeButton_ha12c_50:hover{background:#fff;color:var(--announcement-accent-strong);transform:translateY(-1px);box-shadow:0 12px 22px #1117251f}._header_ha12c_82{position:relative;padding:44px clamp(24px,4vw,32px) 24px;text-align:center}._header_ha12c_82:after{content:"";display:block;margin-top:24px;height:1px;background:linear-gradient(90deg,#f26a7814,#f26a783d,#f26a7814)}._headerMeta_ha12c_96{display:flex;align-items:center;justify-content:flex-start;gap:12px;width:100%;flex-wrap:wrap}._badge_ha12c_105{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 16px;border-radius:999px;background:#f26a781a;color:var(--announcement-accent-strong);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}._date_ha12c_120{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border-radius:999px;background:#1f24300d;color:var(--announcement-text-secondary);font-size:13px;font-weight:600}._title_ha12c_132{margin:18px 0 0;max-width:100%;color:var(--announcement-text-main);font-size:clamp(28px,3vw,38px);font-weight:700;line-height:1.18;letter-spacing:-.04em;text-wrap:balance;text-align:center;overflow-wrap:anywhere;word-break:break-word}._content_ha12c_146{padding:0 clamp(24px,5vw,40px);overflow-y:auto;overscroll-behavior:contain}._section_ha12c_152{position:relative;padding:22px 0 22px 22px}._section_ha12c_152:before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--announcement-accent) 0%,rgba(242,106,120,.16) 100%)}._section_ha12c_152+._section_ha12c_152{border-top:1px solid rgba(31,36,48,.08)}._subtitle_ha12c_172{margin:0 0 10px;color:var(--announcement-accent-strong);font-size:17px;font-weight:700;line-height:1.45;word-break:break-word;overflow-wrap:break-word}._body_ha12c_182{margin:0;color:var(--announcement-text-secondary);font-size:15px;line-height:1.85;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}._bodyLink_ha12c_192{display:inline;border:none;padding:0;background:transparent;color:var(--announcement-accent-strong);font:inherit;font-weight:700;line-height:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;cursor:pointer}._bodyLink_ha12c_192:hover{color:var(--announcement-accent)}._bodyLink_ha12c_192:focus-visible{outline:2px solid rgba(222,80,97,.42);outline-offset:3px;border-radius:4px}._footer_ha12c_217{display:flex;justify-content:flex-end;padding:12px clamp(24px,5vw,40px) clamp(24px,5vw,32px);background:linear-gradient(180deg,#fff0,#fff7f8f5 48%)}._confirmButton_ha12c_224{min-width:148px;height:48px;padding:0 24px;border:none;border-radius:999px;background:linear-gradient(135deg,var(--announcement-accent-strong) 0%,#f26a78 100%);color:#fff;font-size:15px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 14px 28px #f26a7838}._confirmButton_ha12c_224:hover{transform:translateY(-1px);box-shadow:0 16px 30px #f26a7842;filter:saturate(1.04)}._confirmButton_ha12c_224:active{transform:translateY(0)}@media(max-width:768px){._overlay_ha12c_1{padding:16px}._modal_ha12c_22{width:min(100%,640px);max-height:calc(100dvh - 32px);border-radius:26px}._closeButton_ha12c_50{top:14px;right:14px;width:38px;height:38px;font-size:24px}._header_ha12c_82{padding:36px 20px 18px}._headerMeta_ha12c_96{gap:10px}._title_ha12c_132{margin-top:16px;font-size:26px;line-height:1.22;text-wrap:pretty}._content_ha12c_146{padding:0 20px}._section_ha12c_152{padding:18px 0 18px 18px}._section_ha12c_152:before{top:20px;bottom:20px;width:3px}._subtitle_ha12c_172{margin-bottom:8px;font-size:16px}._body_ha12c_182{font-size:14px;line-height:1.75}._footer_ha12c_217{justify-content:center;padding:10px 20px 22px}._confirmButton_ha12c_224{width:100%;min-width:0;height:46px}}@media(max-width:480px){._overlay_ha12c_1{padding:12px}._modal_ha12c_22{max-height:calc(100dvh - 24px);border-radius:22px}._header_ha12c_82{padding:34px 16px 18px}._badge_ha12c_105,._date_ha12c_120{min-height:30px;font-size:12px}._title_ha12c_132{font-size:23px}._content_ha12c_146{padding:0 16px}._section_ha12c_152{padding:16px 0 16px 16px}._subtitle_ha12c_172{font-size:15px}._body_ha12c_182{font-size:13px;line-height:1.72}}._mobileTipModalOverlay_1vc6p_1{position:fixed;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}._mobileTipModal_1vc6p_1{background-color:#fff;border-radius:18px;padding:24px 28px 20px;min-width:280px;max-width:400px;width:100%;box-shadow:0 18px 45px #0f172a26;border:1px solid rgba(248,113,113,.18)}._mobileTipModalHeader_1vc6p_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;position:relative}._mobileTipModalTitle_1vc6p_31{font-size:18px;font-weight:600;color:#111827;flex:1}._mobileTipCloseButton_1vc6p_38{position:absolute;top:-8px;right:-8px;width:32px;height:32px;border-radius:50%;border:none;background-color:#f3f4f6;color:#6b7280;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}._mobileTipCloseButton_1vc6p_38:hover{background-color:#e5e7eb;color:#374151;transform:scale(1.1)}._mobileTipCloseButton_1vc6p_38:active{transform:scale(.95)}._mobileTipModalContent_1vc6p_68{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:20px}._mobileTipIcon_1vc6p_76{font-size:48px;margin-bottom:12px}._mobileTipText_1vc6p_81{font-size:14px;color:#6b7280;line-height:1.6}._mobileTipInputContainer_1vc6p_87{margin-top:16px;width:100%;display:flex;gap:8px;align-items:stretch}._mobileTipInput_1vc6p_87{flex:1;min-width:0;padding:10px 14px;border-radius:8px;border:1px solid #E5E7EB;font-size:14px;outline:none;background-color:#f9fafb;color:#374151;transition:all .2s ease}._mobileTipInput_1vc6p_87:focus{border-color:#fb4655;background-color:#fff;box-shadow:0 0 0 3px #fb46551a}._mobileTipInputButton_1vc6p_114{flex-shrink:0;padding:10px 12px;border-radius:8px;border:none;font-size:13px;font-weight:500;color:#fff;background-color:#fb4655;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:68px;line-height:1.2}._mobileTipInputButton_1vc6p_114:hover{background-color:#e63946;transform:translateY(-1px);box-shadow:0 4px 12px #fb46554d}._mobileTipInputButton_1vc6p_114:active{transform:translateY(0);box-shadow:0 2px 6px #fb465533}._mobileTipBindAction_1vc6p_141{margin-top:14px;border:none;background:transparent;color:#fb4655;font-size:14px;font-weight:600;cursor:pointer;padding:0}._mobileTipBindAction_1vc6p_141:hover{color:#e63946;text-decoration:underline}._mobileTipBindHint_1vc6p_157{margin-top:6px;font-size:12px;line-height:1.6;color:#9ca3af}@media(max-width:480px){._mobileTipModal_1vc6p_1{padding:20px 16px 16px;min-width:0}._mobileTipModalTitle_1vc6p_31{font-size:16px}._mobileTipText_1vc6p_81{font-size:13px}._mobileTipInputContainer_1vc6p_87{flex-direction:column;gap:10px}._mobileTipInput_1vc6p_87{font-size:12px;padding:9px 10px}._mobileTipInputButton_1vc6p_114{width:100%;min-width:0;padding:10px 12px;font-size:12px}}{--creator-radius: 16px;--creator-gap: 18px;--creator-padding: 26px;--creator-label: #9ca3af;--creator-value: #111827;--creator-title: #fb4655}._pageRoot_17qef_16{width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._mainContent_17qef_23{color:#000;display:flex;margin:0 0 248px;padding:0}._main_17qef_23{display:flex;flex-direction:column;width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box;overflow:visible;position:relative}._userProfileSection_17qef_44{width:100vw;max-width:1920px;position:relative;padding:0;flex-shrink:0;left:50%;transform:translate(-50%);margin-bottom:38px}._userProfileBackground_17qef_55{width:100%;max-width:1920px;height:400px;position:relative;overflow:hidden}._userProfileBlur_17qef_63{position:absolute;inset:-20px;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px);-webkit-filter:blur(20px);z-index:0}._userProfileBackground_17qef_55:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}._userProfileContent_17qef_88{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}._userAvatar_17qef_100{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000004d;margin-top:80px}._userAvatar_17qef_100:hover{transform:scale(1.05);transition:transform .3s ease}._creatorHeroSection_17qef_116{width:100%;margin:108px 0 38px}._creatorHeroCard_17qef_121{position:relative;overflow:hidden;border-radius:16px;padding:30px 28px 16px;background:#fff;border:1px solid rgba(17,24,39,.06);box-shadow:0 18px 44px #1118270f;display:flex;justify-content:space-between;align-items:flex-start;gap:32px}._creatorHeroLeft_17qef_135{display:flex;flex-direction:column;gap:var(--creator-gap);flex:0 1 auto;min-width:0;max-width:620px}._creatorHeroActions_17qef_144{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;align-self:center;flex-shrink:0}._creatorHeroEyebrow_17qef_154{font-size:13px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#fb4655c7;margin-bottom:4px}._creatorHeroName_17qef_163{font-size:30px;line-height:1.2;font-weight:700;color:var(--creator-value);word-break:break-word}._creatorAccountCard_17qef_172{display:flex;align-items:stretch;border-radius:16px;background:#fff;border:1px solid rgba(17,24,39,.06);padding:16px;gap:12px}._creatorAccountHalf_17qef_182{flex:1 1 0;min-width:0;display:flex;align-items:center;gap:8px}._creatorAccountDivider_17qef_190{width:1px;background:#11182714}._creatorAccountLabel_17qef_195{font-size:11px;color:var(--creator-label);font-weight:500;flex-shrink:0}._creatorAccountValue_17qef_202{font-size:12px;color:var(--creator-value);font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}._creatorAccountCopyButton_17qef_212{background:transparent;border-radius:999px;border:none;color:#4b5563;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;outline:none;transition:color .2s ease,transform .1s ease;flex-shrink:0}._creatorAccountCopyButton_17qef_212:hover{color:var(--creator-title);transform:translateY(-1px)}._creatorAccountCopyButton_17qef_212 svg{font-size:16px}._creatorAssets_17qef_237{display:flex;align-items:stretch;gap:8px}._creatorAssetCard_17qef_243{flex:1 1 0;min-width:0;display:flex;align-items:flex-start;gap:8px;border-radius:var(--creator-radius);background:#fff;padding:16px}._creatorAssetHeader_17qef_254{display:flex;align-items:center;gap:-4px}._creatorAssetIcon_17qef_260,._creatorAssetIconDiamond_17qef_261{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}._creatorAssetLabel_17qef_270{font-size:12px;color:var(--creator-label);font-weight:500}._creatorAssetValue_17qef_276{font-size:20px;font-weight:700;color:var(--creator-value);line-height:1.1;font-variant-numeric:tabular-nums;margin-left:24px}._creatorAssetBody_17qef_285{display:flex;align-items:flex-start}._creatorAssetRow_17qef_290{display:flex;align-items:center;justify-content:space-between;gap:10px}._creatorAssetActionsBox_17qef_297{display:flex;flex-direction:column;gap:4px}._creatorAssetActionButton_17qef_303{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(251,70,85,.28);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}._creatorWithdrawButton_17qef_319{background:#fff;color:#fb4655}._creatorWithdrawButton_17qef_319:hover{transform:translateY(-1px);box-shadow:0 6px 14px #fb46552e;background:#fff5f6}._creatorRechargeButton_17qef_330{background:#fb4655;color:#fff;border-color:transparent}._creatorRechargeButton_17qef_330:hover{transform:translateY(-1px);box-shadow:0 6px 14px #fb46553d}._creatorPrimaryButton_17qef_342{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;width:70%;border-radius:999px;border:none;background:linear-gradient(135deg,#fb4655,#ff7b57);color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 14px 28px #fb465538}._creatorPrimaryButton_17qef_342:hover{transform:translateY(-2px);box-shadow:0 18px 32px #fb465547}._creatorPrimaryButton_17qef_342 svg{font-size:18px}._creatorHelpButton_17qef_369{width:46px;height:46px;border-radius:999px;border:1px solid rgba(251,70,85,.16);background:#ffffffeb;color:var(--creator-title);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 10px 24px #11182714}._creatorHelpButton_17qef_369:hover{transform:translateY(-2px)}._creatorHelpIcon_17qef_388{line-height:1;-webkit-user-select:none;user-select:none;font-weight:700;font-size:1.1rem}._statsSection_17qef_396{width:100%;margin:0 auto}._sectionHeader_17qef_401{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px;gap:10px;width:100%}._sectionDividerDesktop_17qef_410{flex:1;min-width:0;height:auto;object-fit:contain;margin:0;display:block}._sectionDividerMobile_17qef_419{display:none;flex:1;min-width:0;height:20px;object-fit:contain;margin:0}._sectionTitle_17qef_428{width:150px;height:64px;flex-shrink:0}._sectionTitle_17qef_428 img{width:100%;height:100%;object-fit:contain}._sectionTitleText_17qef_440{display:inline-flex;align-items:center;height:64px;font-size:28px;font-weight:700;color:#222}._more_17qef_449{width:auto;height:20px;cursor:pointer;transition:color .3s ease;position:relative;z-index:10;background-color:transparent;outline:none;border:none;color:#737373;font-size:20px;display:flex;align-items:center;gap:4px;flex-shrink:0;white-space:nowrap}._more_17qef_449 img{width:auto;height:100%;object-fit:contain;flex-shrink:0}._moreText_17qef_475{gap:4px}._statsGrid_17qef_479{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}._statBox_17qef_485{width:100%;height:100px;background:#f5f5f5;padding:10px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._statBox_17qef_485:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._statValue_17qef_504{font-size:26px;font-weight:700;color:#fb4655}._statLabel_17qef_510{font-size:16px;color:#999;font-weight:500;display:flex;align-items:center;gap:6px}._statLabel_17qef_510 img{width:14px;height:14px;object-fit:contain;display:inline-block}._statBoxWithAction_17qef_526{height:auto;min-height:100px}._statActionRow_17qef_531{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}._settleButton_17qef_539{min-height:34px;padding:0 14px;background-color:#fb4655;color:#fff;border:none;border-radius:999px;font-size:14px;line-height:1;cursor:pointer;font-weight:600;white-space:nowrap;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}._settleButton_17qef_539:hover{transform:translateY(-1px);box-shadow:0 8px 18px #fb46553d}._shopSection_17qef_561{width:100%;margin:38px auto 0}._draftSectionHeader_17qef_567{position:relative}._draftManageActions_17qef_571{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0;flex-wrap:wrap}._draftManageActionsExpanded_17qef_580{width:auto}._draftManageButton_17qef_584{min-height:38px;padding:0 16px;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:#fffffff5;color:#374151;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;white-space:nowrap}._draftManageButton_17qef_584:hover{transform:translateY(-1px);box-shadow:0 8px 18px #11182714}._draftManageButton_17qef_584:disabled{cursor:not-allowed;opacity:.5;box-shadow:none;transform:none}._draftDeleteButton_17qef_610{border-color:#fb46553d;color:#fb4655}._draftSectionBody_17qef_615{display:flex;flex-direction:column;gap:14px}._draftFilterRow_17qef_621{display:flex;flex-wrap:wrap;gap:10px}._draftFilterChip_17qef_627{border:1px solid rgba(201,115,63,.18);background:#fffcf8f5;color:#6f5a49;border-radius:999px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}._draftFilterChip_17qef_627:hover{border-color:#c9733f5c;color:#aa5a2d}._draftFilterChipActive_17qef_644{background:linear-gradient(135deg,#c9733ff5,#e08a4ff0);border-color:transparent;color:#fff}._draftFilterEmpty_17qef_650{text-align:center;color:#999;min-height:100px;line-height:100px}._draftManageTip_17qef_657{padding:10px 14px;border-radius:14px;background:#fb465514;color:#b4232c;font-size:14px;font-weight:600}@media(min-width:1081px){._creatorHeroActions_17qef_144{width:330px}}@media(max-width:1080px){._pageRoot_17qef_16{padding-bottom:20px}._main_17qef_23{max-width:100%;padding:0 20px;width:100%}._creatorHeroSection_17qef_116{margin:76px 0 28px}._creatorHeroCard_17qef_121{padding:16px;border-radius:16px;flex-direction:column;gap:12px;max-width:100%}._creatorHeroLeft_17qef_135{flex:none;width:100%;gap:12px}._creatorHeroActions_17qef_144{flex:none;width:100%;flex-direction:row;align-items:center;justify-content:flex-end;gap:10px}._creatorHeroName_17qef_163{font-size:22px}._creatorAccountCard_17qef_172,._creatorAssetCard_17qef_243{padding:14px;border-radius:12px;gap:8px}._creatorAccountValue_17qef_202{font-size:13px}._creatorAssetValue_17qef_276{font-size:18px}._creatorPrimaryButton_17qef_342{min-height:42px;width:80%;font-size:14px;border-radius:12px}._creatorPrimaryButton_17qef_342 svg{font-size:16px}._creatorHelpButton_17qef_369{width:42px;height:42px;border-radius:30px}._statsSection_17qef_396,._shopSection_17qef_561{width:100%;padding:0;box-sizing:border-box}._statsGrid_17qef_479{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._statBox_17qef_485{width:100%;max-width:100%;height:90px}._statBoxWithAction_17qef_526{height:90px;min-height:90px}._statValue_17qef_504{font-size:26px}._statLabel_17qef_510{font-size:14px}._statActionRow_17qef_531{align-items:center;gap:8px}._settleButton_17qef_539{min-height:28px;padding:0 12px;font-size:12px}._sectionHeader_17qef_401{gap:6px;width:100%;box-sizing:border-box;margin-bottom:6px}._sectionDividerDesktop_17qef_410{flex:1;min-width:0;max-width:none;height:auto;margin:0;display:none}._sectionDividerMobile_17qef_419{display:block;flex:1;min-width:0;max-width:none;margin:0;object-fit:contain}._sectionTitle_17qef_428{width:80px;height:32px;flex-shrink:0}._sectionTitle_17qef_428 img{width:100%;height:100%;object-fit:contain}._more_17qef_449{font-size:14px;height:20px;gap:2px;flex-shrink:0}._more_17qef_449 img{height:14px;width:auto}._draftManageActions_17qef_571{justify-content:flex-end;gap:6px;min-width:fit-content;max-width:100%;margin-left:auto}._draftSectionHeader_17qef_567{flex-wrap:wrap;align-items:center}._draftSectionHeader_17qef_567 ._sectionTitle_17qef_428{order:1}._draftSectionHeader_17qef_567 ._sectionDividerDesktop_17qef_410,._draftSectionHeader_17qef_567 ._sectionDividerMobile_17qef_419{order:2;flex:1 1 0;min-width:0}._draftSectionHeader_17qef_567 ._draftManageActions_17qef_571{order:3}._draftSectionHeader_17qef_567 ._draftManageActionsExpanded_17qef_580{flex-basis:100%;justify-content:flex-end}._draftManageButton_17qef_584{min-height:34px;padding:0 12px;font-size:12px}._draftSectionBody_17qef_615{gap:10px}._draftManageTip_17qef_657{padding:8px 12px;font-size:12px;border-radius:12px}}._modalOverlay_45hw3_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_45hw3_1 .3s ease-out;margin:0;padding:16px;box-sizing:border-box;width:100vw;height:100vh;height:100dvh;overflow-y:auto}@keyframes _fadeIn_45hw3_1{0%{opacity:0}to{opacity:1}}@keyframes _shake_45hw3_301{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(6px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}._modalContent_45hw3_40{background:#fff;border-radius:14px;width:90%;max-width:500px;min-height:400px;border:1px solid rgba(251,70,85,.18);box-shadow:0 18px 48px #fb465538;animation:_slideUp_45hw3_1 .3s ease-out;position:relative;display:flex;flex-direction:column;padding:36px 32px;max-height:calc(100dvh - 32px - env(safe-area-inset-bottom));overflow:hidden}@keyframes _slideUp_45hw3_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._closeBtn_45hw3_68{position:absolute;top:12px;right:12px;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .3s ease;color:#fb4655;font-size:24px;line-height:1;font-weight:600;background:transparent;border:none}._closeBtn_45hw3_68:hover{transform:translateY(-2px);color:#ff5c68}._title_45hw3_94{color:#111;font-size:1.7rem;font-weight:700;text-align:center;margin:0 0 12px;letter-spacing:.5px}._exchangeRate_45hw3_103{text-align:center;margin-bottom:24px}._rateText_45hw3_108{display:inline-block;background:linear-gradient(135deg,#fb4655,#ff6b7a);color:#fff;padding:6px 16px;border-radius:20px;font-size:.9rem;font-weight:600;box-shadow:0 2px 8px #fb46554d}._form_45hw3_119{width:100%;display:flex;flex-direction:column;gap:24px;flex:1;min-height:0;overflow-y:auto;padding-bottom:calc(8px + env(safe-area-inset-bottom))}._fixedAmounts_45hw3_130{width:100%}._amountsLabel_45hw3_134{font-size:.95rem;color:#111;margin-bottom:12px;font-weight:600}._firstChargeHint_45hw3_141{margin:0 0 14px;font-size:.86rem;color:#fb4655;font-weight:600;line-height:1.4}._firstChargeHintInactive_45hw3_149{color:#ea8e97}._amountsGrid_45hw3_153{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}._amountBtn_45hw3_159{background:#fff;border:2px solid #e9ecef;border-radius:12px;padding:14px 12px;margin-left:2px;margin-right:2px;cursor:pointer;transition:all .22s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;overflow:hidden}._firstChargeTag_45hw3_176,._noBonusTag_45hw3_193{display:flex;align-items:center;justify-content:center;background:#fb4655;color:#fff;font-size:.72rem;line-height:1;padding:10px 0;border-radius:10px 10px 0 0;font-weight:700;letter-spacing:.02em;width:calc(100% + 24px);margin:-14px -12px 0;min-height:24px}._amountBtn_45hw3_159:hover{border-color:#dfe4ea;background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #1111110f}._amountBtnActive_45hw3_217{border-color:#fb4655;background:#fff;box-shadow:0 4px 12px #fb465529}._amountMainPoints_45hw3_223{font-size:1.22rem;line-height:1.1;font-weight:700;color:#111;letter-spacing:.01em}._amountTopSection_45hw3_231{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;padding:10px 0 4px}._amountPriceMeta_45hw3_240{font-size:.8rem;color:#8e95a3;line-height:1.25}._amountPriceOriginal_45hw3_246{color:#b6bcc7;margin-right:.35em}._amountPriceMetaDiscounted_45hw3_251{color:#5b6470;font-weight:500}._amountFirstChargePoints_45hw3_256{display:none}._amountBtnActive_45hw3_217 ._amountMainPoints_45hw3_223,._amountBtnActive_45hw3_217 ._amountFirstChargePoints_45hw3_256{color:#111}._amountNoBonus_45hw3_265{display:none}._customAmount_45hw3_269{width:100%}._customLabel_45hw3_273{font-size:.95rem;color:#111;margin-bottom:12px;font-weight:600}._customInputWrapper_45hw3_280{position:relative;display:flex;align-items:center;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;padding:0 16px;transition:all .3s ease}._customInputWrapper_45hw3_280:focus-within{border-color:#fb4655;background:#fff;box-shadow:0 0 0 3px #fb46551a}._customInputWrapper_45hw3_280._inputError_45hw3_297{border-color:#e74c3c}._shake_45hw3_301{animation:_shake_45hw3_301 .5s ease-in-out}._errorText_45hw3_305{color:#e74c3c;font-size:.85rem;margin-top:4px;text-align:center}._currencySymbol_45hw3_312{font-size:1.1rem;font-weight:600;color:#666;margin-right:8px}._customInput_45hw3_280{flex:1;border:none;background:transparent;padding:14px 0;font-size:1.1rem;color:#111;outline:none;font-weight:500}._customInput_45hw3_280::placeholder{color:#bbb}._customPoints_45hw3_334{margin-top:8px;font-size:.9rem;color:#fb4655;font-weight:600;text-align:center}._rechargeSummary_45hw3_342{background:#f8f9fa;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:10px}._qrSection_45hw3_351{margin-top:8px;padding:20px 16px;border:1px dashed rgba(251,70,85,.4);border-radius:12px;text-align:center;background:#fff9fa;display:flex;flex-direction:column;gap:12px}._qrTitle_45hw3_363{font-size:1rem;font-weight:600;color:#fb4655}._qrImage_45hw3_369{width:220px;height:220px;object-fit:contain;align-self:center;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.05);padding:8px}._qrHint_45hw3_380{font-size:.9rem;color:#888}._countdownText_45hw3_385{font-size:.95rem;font-weight:600;color:#fb4655}._pollingText_45hw3_391{font-size:.95rem;color:#555}._successText_45hw3_396{font-size:.95rem;color:#2f8f46;font-weight:600}._qrActions_45hw3_402{display:flex;justify-content:center;margin-top:12px}._qrActionBtn_45hw3_408{padding:10px 30px;border-radius:5px;border:none;background:linear-gradient(135deg,#fb4655,#ff6b7a);color:#fff;font-size:.95rem;cursor:pointer;transition:opacity .2s ease}._qrActionBtn_45hw3_408:hover{opacity:.9}._summaryRow_45hw3_423{display:flex;justify-content:space-between;align-items:center}._summaryLabel_45hw3_429{font-size:.95rem;color:#666}._summaryValue_45hw3_434{font-size:1.1rem;font-weight:700;color:#fb4655}._benefitSection_45hw3_440{margin-top:16px;padding:14px;background:linear-gradient(135deg,#fff5f6,#fff9f9);border-radius:10px;border:1px solid #fce5e7}._benefitTitle_45hw3_448{font-size:.95rem;font-weight:700;color:#333;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid #fce5e7}._benefitItem_45hw3_457{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#555;margin-bottom:6px}._benefitItem_45hw3_457:last-child{margin-bottom:0}._benefitIcon_45hw3_470{color:#fb4655;font-weight:700;flex-shrink:0}._submitBtn_45hw3_476{width:100%;padding:16px;background:linear-gradient(135deg,#fb4655,#ff6b7a);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #fb46554d;position:sticky;bottom:0;z-index:2;margin-top:4px}._submitBtn_45hw3_476:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #fb465566}._submitBtn_45hw3_476:active:not(:disabled){transform:translateY(0)}._submitBtn_45hw3_476:disabled{background:#e9ecef;color:#adb5bd;cursor:not-allowed;box-shadow:none}._tabBar_45hw3_511{display:flex;gap:8px;margin-bottom:24px;padding:4px;background:#f5f5f5;border-radius:12px}._tabBtn_45hw3_520{flex:1;padding:12px 16px;border:none;border-radius:10px;background:transparent;color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}._tabBtnActive_45hw3_533{background:#fff;color:#fb4655;box-shadow:0 2px 8px #0000001a}._plansList_45hw3_540{display:flex;flex-direction:row;gap:12px;margin-bottom:-10px}._planItem_45hw3_547{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 12px;background:#f8f9fa;border:2px solid #e9ecef;border-radius:12px;cursor:pointer;transition:all .3s ease}._planItem_45hw3_547:hover{border-color:#fb4655;background:#fff5f6}._planItemActive_45hw3_566{border-color:#fb4655;background:linear-gradient(135deg,#fff5f6,#ffeef0);box-shadow:0 4px 12px #fb465533}._planItemName_45hw3_572{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:8px}._planItemActive_45hw3_566 ._planItemName_45hw3_572{color:#fb4655}._planItemPrice_45hw3_583{font-size:1.2rem;font-weight:700;color:#fb4655}._membershipPage_45hw3_590{display:flex;flex-direction:column;gap:20px}._membershipHeader_45hw3_596{text-align:center;padding:10px 0 6px}._membershipTitle_45hw3_601{margin:0 0 8px;font-size:1.5rem;font-weight:700;color:#333;letter-spacing:.5px}._membershipSubtitle_45hw3_609{margin:0;font-size:.9rem;color:#999}._plansCards_45hw3_615{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}._planCard_45hw3_621{position:relative;display:flex;flex-direction:column;padding:20px 16px;border-radius:16px;border:2px solid #e8e8e8;background:var(--card-bg, #f8f9fa);transition:all .3s ease}._planCard_45hw3_621:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014}._planCardHighlight_45hw3_637{border-color:#d4a84b;box-shadow:0 8px 32px #d4a84b33;transform:scale(1.02)}._planCardHighlight_45hw3_637:hover{transform:scale(1.02) translateY(-3px)}._recommendedBadge_45hw3_647{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:4px 12px;background:linear-gradient(135deg,#d4a84b,#e8c060);color:#fff;font-size:.75rem;font-weight:700;border-radius:999px;white-space:nowrap;box-shadow:0 2px 8px #d4a84b66}._planLevel_45hw3_662{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:14px}._planLevelTag_45hw3_670{display:inline-flex;align-items:center;justify-content:center;padding:4px 14px;border-radius:999px;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.05em}._planLevelName_45hw3_682{font-size:.85rem;color:#666;font-weight:500}._planPrice_45hw3_688{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:12px}._priceFree_45hw3_696{font-size:1.4rem;font-weight:700;color:#666}._priceCurrency_45hw3_702{font-size:1rem;font-weight:600;color:var(--card-color)}._priceValue_45hw3_708{font-size:2rem;font-weight:700;color:var(--card-color);line-height:1}._priceUnit_45hw3_715{font-size:.8rem;color:#999;margin-left:2px}._planDivider_45hw3_721{height:1px;background:#00000014;margin:8px 0 14px}._perksList_45hw3_727{display:flex;flex-direction:column;gap:0;flex:1}._perksHeader_45hw3_734{display:grid;grid-template-columns:1fr auto;gap:12px;padding:8px 10px;background:#00000008;border-radius:8px;margin-bottom:8px;font-size:.75rem;font-weight:600;color:#999;text-transform:uppercase;letter-spacing:.05em}._perkItem_45hw3_749{display:grid;grid-template-columns:1fr auto;gap:12px;padding:10px;border-radius:8px;transition:background .2s ease}._perkItem_45hw3_749:hover{background:#00000005}._perkItemDisabled_45hw3_762{opacity:.45}._perkName_45hw3_766{font-size:.85rem;color:#555;line-height:1.4}._perkValue_45hw3_772{font-size:.85rem;font-weight:700;color:var(--card-color);white-space:nowrap}._perkItemDisabled_45hw3_762 ._perkValue_45hw3_772{color:#bbb}._planBtn_45hw3_783{width:100%;padding:11px 16px;margin-top:14px;border:2px solid var(--btn-color, #ccc);border-radius:10px;background:transparent;color:var(--btn-color, #666);font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease}._planBtn_45hw3_783:hover{background:var(--btn-color, #ccc);color:#fff}._planBtnHighlight_45hw3_802{background:var(--btn-color, #d4a84b);color:#fff;border-color:var(--btn-color, #d4a84b)}._planBtnHighlight_45hw3_802:hover{background:#c49a3a;border-color:#c49a3a}._seasonCardWrapper_45hw3_814{margin-top:-4px}._seasonCard_45hw3_814{display:flex;align-items:center;gap:16px;padding:18px 20px;border-radius:14px;border:2px dashed #e8c0c0;background:linear-gradient(180deg,#fff8f8,#fff0f0)}._seasonCardLeft_45hw3_828{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:72px}._seasonTag_45hw3_836{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:999px;background:#e55b5b;color:#fff;font-size:.75rem;font-weight:700}._seasonName_45hw3_848{font-size:.85rem;color:#666;font-weight:600}._seasonCardRight_45hw3_854{flex:1;display:flex;align-items:center;gap:20px}._seasonPrice_45hw3_861{display:flex;align-items:baseline;gap:2px}._seasonPriceValue_45hw3_867{font-size:1.6rem;font-weight:700;color:#e55b5b}._seasonPriceUnit_45hw3_873{font-size:.85rem;color:#999}._seasonPerks_45hw3_878{display:flex;flex-direction:column;gap:4px;flex:1}._seasonPerks_45hw3_878 span{font-size:.8rem;color:#888;line-height:1.4}._seasonBtn_45hw3_891{padding:10px 24px;border:none;border-radius:10px;background:#e55b5b;color:#fff;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap}._seasonBtn_45hw3_891:hover{background:#d44a4a;transform:translateY(-1px)}._membershipNotice_45hw3_910{display:flex;gap:10px;padding:14px 16px;background:#f8f9fa;border-radius:10px;border:1px solid #eee}._noticeIcon_45hw3_919{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#ff9800;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}._noticeText_45hw3_933{font-size:.85rem;color:#666;line-height:1.6}._noticeText_45hw3_933 strong{color:#333}._benefitsComparison_45hw3_944{margin-top:8px;border-radius:14px;border:1px solid #eee;background:#fafafa;overflow:hidden}._comparisonTitle_45hw3_952{padding:14px 16px;font-size:.95rem;font-weight:700;color:#333;background:linear-gradient(180deg,#fff,#f8f8f8);border-bottom:1px solid #eee}._comparisonTable_45hw3_961{padding:0}._comparisonHeader_45hw3_965{display:grid;grid-template-columns:1fr repeat(5,1fr);gap:0;padding:10px 12px;background:#f5f5f5;border-bottom:1px solid #eee}._comparisonLabel_45hw3_974{font-size:.85rem;color:#666;font-weight:500}._comparisonHeaderCell_45hw3_980{display:flex;flex-direction:column;align-items:center;gap:6px}._planTag_45hw3_987{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:999px;color:#fff;font-size:.75rem;font-weight:700}._planPriceSmall_45hw3_998{font-size:.8rem;font-weight:600}._comparisonRow_45hw3_1003{display:grid;grid-template-columns:1fr repeat(5,1fr);gap:0;padding:10px 12px;border-bottom:1px solid #f0f0f0;transition:background .2s ease}._comparisonRow_45hw3_1003:last-child{border-bottom:none}._comparisonRow_45hw3_1003:hover{background:#00000003}._comparisonValue_45hw3_1020{text-align:center;font-size:.9rem;color:#555}._comparisonValue_45hw3_1020._highlight_45hw3_1026{font-weight:700}._comparisonValue_45hw3_1020._disabled_45hw3_1030{color:#ccc}._comparisonFooter_45hw3_1034{padding:14px 16px;background:#f8f8f8;border-top:1px solid #eee;display:flex;flex-direction:column;gap:8px}._footerItem_45hw3_1043{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;color:#888;line-height:1.5}._footerIcon_45hw3_1052{flex-shrink:0;color:#d4a84b;font-weight:700}@media(max-width:768px){._modalOverlay_45hw3_1{align-items:center;justify-content:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom))}._modalContent_45hw3_40{width:100%;max-width:none;padding:28px 20px;min-height:auto;max-height:calc(100dvh - 20px - env(safe-area-inset-bottom))}._title_45hw3_94{font-size:1.5rem;margin-bottom:10px}._amountsGrid_45hw3_153{grid-template-columns:repeat(3,1fr);gap:10px}._amountBtn_45hw3_159{padding:12px 8px;min-height:100px}._amountTopSection_45hw3_231{gap:6px;padding:10px 0 8px}._amountMainPoints_45hw3_223{font-size:1.05rem}._amountPriceMeta_45hw3_240{font-size:.74rem}._amountFirstChargePoints_45hw3_256{font-size:.76rem}._firstChargeTag_45hw3_176{font-size:.66rem;padding:7px 0;width:calc(100% + 16px);margin:-12px -8px 0}._customInput_45hw3_280{padding:12px 0;font-size:1rem}._submitBtn_45hw3_476{padding:14px;font-size:1rem;margin-top:2px}._planItem_45hw3_547{padding:14px 8px}._planItemName_45hw3_572{font-size:.95rem;margin-bottom:6px}._planItemPrice_45hw3_583{font-size:1rem}._membershipTitle_45hw3_601{font-size:1.25rem}._plansCards_45hw3_615{grid-template-columns:1fr;gap:16px}._planCard_45hw3_621{padding:18px 14px}._planCardHighlight_45hw3_637{transform:none}._planCardHighlight_45hw3_637:hover{transform:translateY(-3px)}._seasonCard_45hw3_814{flex-direction:column;align-items:flex-start;gap:12px}._seasonCardLeft_45hw3_828{flex-direction:row;min-width:auto}._seasonCardRight_45hw3_854{flex-direction:column;align-items:flex-start;gap:12px;width:100%}._seasonPerks_45hw3_878{gap:2px}._seasonBtn_45hw3_891{width:100%}._comparisonHeader_45hw3_965,._comparisonRow_45hw3_1003{padding:10px 12px}._comparisonLabel_45hw3_974{font-size:.7rem}._comparisonValue_45hw3_1020{font-size:.75rem}._planTag_45hw3_987{padding:2px 6px;font-size:.65rem}._planPriceSmall_45hw3_998{font-size:.7rem}._comparisonTitle_45hw3_952{font-size:.9rem;padding:12px}._footerItem_45hw3_1043{font-size:.75rem}}._createTypeModalOverlay_s0t2u_2{position:fixed;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}._createTypeModal_s0t2u_2{background-color:#fff;border-radius:18px;padding:24px 28px 20px;min-width:320px;max-width:420px;width:100%;box-shadow:0 18px 45px #0f172a26;border:1px solid rgba(248,113,113,.18)}._createTypeModalHeader_s0t2u_24{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;position:relative}._createTypeModalTitle_s0t2u_32{font-size:18px;font-weight:600;color:#111827;flex:1}._createTypeModalDesc_s0t2u_39{font-size:13px;color:#6b7280;margin-bottom:18px;line-height:1.6}._createTypeOptions_s0t2u_46{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}._createTypeOption_s0t2u_46{width:100%;display:flex;align-items:center;justify-content:flex-start;padding:10px 14px;border-radius:10px;background-color:#fff;color:#b91c1c;border:1px solid rgba(248,113,113,.3);cursor:pointer}._createTypeOption_s0t2u_46:hover{box-shadow:0 6px 14px #f871712e}._createTypeOptionDisabled_s0t2u_71{opacity:.6;cursor:not-allowed;background-color:#f3f4f6;border-style:dashed;border-color:#9ca3af99;box-shadow:none}._createTypeOptionDisabled_s0t2u_71:hover{box-shadow:none}._createTypeOptionRecommend_s0t2u_84{font-size:12px;color:#fb4655;background-color:#fb46551a;padding:2px 4px;border-radius:4px;margin-left:10px}._createTypeOptionRequiresCode_s0t2u_93{position:relative}._createTypeOptionRequiresCode_s0t2u_93:before{content:"🔒";margin-right:6px;font-size:14px}._createTypeOptionRequiresCode_s0t2u_93:hover{box-shadow:0 6px 14px #f871712e}._createTypeOptionLockedTag_s0t2u_107{font-size:12px;color:#fb4655;background-color:#fb46551a;padding:2px 4px;border-radius:4px;margin-left:10px}._createTypeOptionLocked_s0t2u_107{font-size:12px;color:#999;background-color:#9999991a;padding:2px 4px;border-radius:4px;margin-left:10px}._createTypeModalFooter_s0t2u_125{display:flex;justify-content:flex-end;margin-top:4px;gap:8px}._createTypeCancelButton_s0t2u_132{font-size:13px;color:#6b7280;padding:10px 20px;border-radius:10px;border:1px solid #E5E7EB;background-color:#fff;cursor:pointer;transition:all .2s ease}._createTypeCancelButton_s0t2u_132:hover{background-color:#f3f4f6;color:#4b5563}._ivgToolModal_s0t2u_148{max-width:440px}._ivgToolActions_s0t2u_152{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}._ivgToolAction_s0t2u_152{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid rgba(248,113,113,.3);background-color:#fff;color:#b91c1c;font-size:14px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}._ivgToolAction_s0t2u_152:hover{transform:translateY(-1px);box-shadow:0 8px 18px #f871712e}._ivgToolDownloadAction_s0t2u_181{background-color:#fb4655;border-color:#fb4655;color:#fff}._ivgToolActionIcon_s0t2u_187{width:18px;height:18px}@media(max-width:480px){._ivgToolActions_s0t2u_152{grid-template-columns:1fr}}._inviteCodeCloseButton_s0t2u_199{position:absolute;top:-8px;right:-8px;width:32px;height:32px;border-radius:50%;border:none;background-color:#f3f4f6;color:#6b7280;font-size:24px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}._inviteCodeCloseButton_s0t2u_199:hover{background-color:#e5e7eb;color:#374151;transform:scale(1.1)}._inviteCodeCloseButton_s0t2u_199:active{transform:scale(.95)}._inviteCodeInputContainer_s0t2u_229{margin-bottom:18px}._inviteCodeInput_s0t2u_229{width:100%;padding:12px 16px;border-radius:10px;border:1px solid #E5E7EB;font-size:14px;outline:none;background-color:#fff;color:#111827;transition:all .2s ease;box-sizing:border-box}._inviteCodeInput_s0t2u_229:focus{border-color:#fb4655;box-shadow:0 0 0 3px #fb46551a}._inviteCodeInput_s0t2u_229::placeholder{color:#9ca3af}._inviteCodeInputError_s0t2u_255{border-color:#ef4444;background-color:#fef2f2}._inviteCodeInputError_s0t2u_255:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}._inviteCodeErrorText_s0t2u_265{margin-top:8px;font-size:12px;color:#ef4444;display:flex;align-items:center;gap:4px}._inviteCodeErrorText_s0t2u_265:before{content:"⚠";font-size:14px}._inviteCodeConfirmButton_s0t2u_279{font-size:13px;color:#fff;padding:10px 20px;border-radius:10px;border:none;background-color:#fb4655;cursor:pointer;transition:all .2s ease;margin-left:8px}._inviteCodeConfirmButton_s0t2u_279:hover{background-color:#e63946;transform:translateY(-1px);box-shadow:0 4px 12px #fb46554d}._inviteCodeConfirmButton_s0t2u_279:active{transform:translateY(0)}._modalOverlay_74gu0_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:3200;animation:_fadeIn_74gu0_1 .3s ease-out}@keyframes _fadeIn_74gu0_1{0%{opacity:0}to{opacity:1}}._modalWrapper_74gu0_25{position:relative;display:flex;align-items:center;justify-content:center;animation:_slideUp_74gu0_1 .3s ease-out}@keyframes _slideUp_74gu0_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._deleteModal_74gu0_44{width:760px;min-height:374px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;min-width:400px;display:flex;flex-direction:column}._modalHeader_74gu0_57{background:linear-gradient(135deg,#fb4655,#e63946);padding:6px 32px;min-height:60px;display:flex;align-items:center}._headerContent_74gu0_65{width:100%;display:flex;justify-content:space-between;align-items:center}._titleIcon_74gu0_72{display:flex;align-items:center;gap:12px}._icon_74gu0_78{width:32px;height:32px;filter:brightness(0) invert(1)}._title_74gu0_72{font-size:28px;font-weight:600;color:#fff;margin:0}._modalBody_74gu0_92{padding:20px 32px;flex:1;gap:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff}._messageWrapper_74gu0_103{margin-bottom:40px;text-align:center;max-width:80%}._message_74gu0_103{font-size:24px;color:var(--primary);margin:0;text-align:center;line-height:1.6;font-weight:500;white-space:pre-line}._buttonGroup_74gu0_120{display:flex;gap:24px;width:100%;max-width:600px;justify-content:center}._buttonGroupAlert_74gu0_128{max-width:320px}._alertModal_74gu0_132{width:min(720px,calc(100vw - 40px));min-height:320px}._confirmButton_74gu0_137,._cancelButton_74gu0_138{width:260px;height:60px;font-size:18px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;outline:none}._confirmButton_74gu0_137{background:#fff;color:#fb4655;background-image:url(/funloom/data/assets/create/%E7%A1%AE%E8%AE%A4%E5%88%A0%E9%99%A4%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}._confirmButton_74gu0_137:hover{color:#fff;background-image:url(/funloom/data/assets/create/%E6%88%91%E5%86%8D%E6%83%B3%E6%83%B3%E6%A1%86.png)}._confirmButton_74gu0_137:active{transform:scale(.98)}._cancelButton_74gu0_138{color:#fff;background-image:url(/funloom/data/assets/create/%E6%88%91%E5%86%8D%E6%83%B3%E6%83%B3%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}._cancelButton_74gu0_138:active{transform:scale(.98)}._closeButton_74gu0_179{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:transparent;border:none;padding:0}._closeButton_74gu0_179 img{width:60px;height:60px;filter:brightness(0) invert(1)}._closeButton_74gu0_179:active{transform:scale(.95)}._closeButton_74gu0_179:hover{opacity:.8}@media(max-width:768px){._modalOverlay_74gu0_1{padding:20px;box-sizing:border-box}._modalWrapper_74gu0_25{width:auto;max-width:calc(100vw - 40px);box-sizing:border-box}._deleteModal_74gu0_44{width:95vw;max-width:calc(100vw - 40px);min-height:auto;height:auto;border-radius:8px;box-sizing:border-box;min-width:300px}._modalHeader_74gu0_57{padding:16px 20px;min-height:60px}._titleIcon_74gu0_72{gap:8px}._icon_74gu0_78{width:36px;height:36px}._title_74gu0_72{font-size:20px}._modalBody_74gu0_92{padding:20px;gap:0px}._messageWrapper_74gu0_103{margin-bottom:30px;max-width:90%}._message_74gu0_103{font-size:16px;line-height:1.5}._buttonGroup_74gu0_120{gap:16px;width:100%;max-width:280px}._confirmButton_74gu0_137,._cancelButton_74gu0_138{width:100%;height:50px;font-size:16px}._closeButton_74gu0_179,._closeButton_74gu0_179 img{width:36px;height:36px}}@media(max-width:480px){._deleteModal_74gu0_44{width:90vw;max-width:none}._modalHeader_74gu0_57{padding:14px 16px}._title_74gu0_72{font-size:18px}._icon_74gu0_78{width:auto;height:30px}._modalBody_74gu0_92{padding:24px 16px}._message_74gu0_103{font-size:15px}._buttonGroup_74gu0_120{max-width:100%}._confirmButton_74gu0_137,._cancelButton_74gu0_138{height:48px;font-size:15px}}._modalOverlay_1m30f_1{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modalWrapper_1m30f_15{width:90%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}._modalContent_1m30f_24{background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1m30f_33{padding:24px;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;background:#fff}._modalTitle_1m30f_42{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}._closeButton_1m30f_49{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .2s ease}._closeButton_1m30f_49:hover{opacity:1}._closeButton_1m30f_49 img{width:20px;height:20px}._modalBody_1m30f_70{padding:24px;overflow-y:auto;max-height:calc(90vh - 100px)}._pdfList_1m30f_76{display:flex;flex-direction:column;gap:12px}._pdfItem_1m30f_82{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#00000005;transition:all .2s ease}._pdfItem_1m30f_82:hover{border-color:#e03d4b4d;background:#e03d4b0a}._pdfInfo_1m30f_98{display:flex;align-items:center;gap:12px;flex:1}._pdfIcon_1m30f_105{font-size:1.5rem;line-height:1}._pdfName_1m30f_110{font-size:.95rem;font-weight:500;color:#1a1a1a;word-break:break-word}._downloadButton_1m30f_117{padding:8px 20px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}._downloadButton_1m30f_117:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e03d4b4d}._downloadButton_1m30f_117:active{transform:translateY(0)}@media(max-width:720px){._modalWrapper_1m30f_15{width:95%;max-width:none}._modalHeader_1m30f_33{padding:20px}._modalTitle_1m30f_42{font-size:1.1rem}._modalBody_1m30f_70{padding:20px}._pdfItem_1m30f_82{flex-direction:column;align-items:flex-start;gap:12px}._downloadButton_1m30f_117{width:100%}}._overlay_1gkdm_1{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:16px;background:#0f172a73}._modal_1gkdm_12{width:min(520px,100%);max-height:min(86vh,720px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 24px 64px #0f172a38;padding:20px 22px 22px}._header_1gkdm_22{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}._title_1gkdm_29{margin:0;font-size:18px;font-weight:700;color:#111827}._close_1gkdm_36{border:none;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#6b7280}._body_1gkdm_45{display:flex;flex-direction:column;gap:12px}._state_1gkdm_51,._hint_1gkdm_52{margin:0;color:#374151;line-height:1.6;font-size:14px}._pendingBox_1gkdm_59,._rejectBox_1gkdm_60{padding:12px 14px;border-radius:12px;background:#fff7ed;color:#9a3412;font-size:14px;line-height:1.6}._rejectRemark_1gkdm_69{margin-top:6px;color:#7c2d12;font-size:13px}._metaRow_1gkdm_75{display:flex;flex-wrap:wrap;gap:10px 16px;font-size:13px;color:#4b5563}._maxHighlight_1gkdm_84{font-weight:800;color:#111827;margin-left:2px}._meta_1gkdm_75{margin:0;font-size:13px;color:#6b7280}._label_1gkdm_96{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:#111827}._labelRow_1gkdm_106{display:flex;align-items:baseline;justify-content:space-between;gap:8px;flex-wrap:wrap}._amountHint_1gkdm_114{font-size:12px;font-weight:400;color:#9ca3af;text-align:right}._input_1gkdm_121,._textarea_1gkdm_122{width:100%;box-sizing:border-box;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit}._primaryButton_1gkdm_132{border:none;border-radius:999px;min-height:42px;padding:0 18px;background:#fb4655;color:#fff;font-size:14px;font-weight:700;cursor:pointer}._primaryButton_1gkdm_132:disabled{opacity:.55;cursor:not-allowed}._records_1gkdm_149{margin-top:18px;border-top:1px solid #f3f4f6;padding-top:14px}._recordsHeader_1gkdm_155{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}._recordsTitle_1gkdm_163{margin:0;font-size:14px;font-weight:700}._viewAllButton_1gkdm_169{border:none;background:transparent;color:#c2410c;font-size:13px;font-weight:700;cursor:pointer;padding:0;white-space:nowrap}._recordList_1gkdm_180{list-style:none;margin:0;padding:0;display:grid;gap:8px}._recordItem_1gkdm_188{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;font-size:12px;color:#374151;padding:8px 10px;border-radius:10px;background:#f9fafb}._recordTime_1gkdm_199{color:#9ca3af}._statusText_1gkdm_203{font-weight:700}._statusPending_1gkdm_207{color:#c9782a}._statusApproved_1gkdm_211{color:#2d8c58}._statusRejected_1gkdm_215{color:#b73a3a}._recordRejectRemark_1gkdm_220{grid-column:1 / -1;margin-top:2px;display:flex;align-items:flex-start;justify-content:flex-start;gap:4px;font-size:12px;line-height:1.5;color:#b73a3a;text-align:left}._recordRejectLabel_1gkdm_233{flex-shrink:0;color:#9ca3af;font-weight:600}@media(max-width:560px){._recordItem_1gkdm_188{grid-template-columns:1fr 1fr}}._heroSection_1f1oa_2{margin:100px 0 28px!important}._mainContent_1f1oa_7{margin-bottom:10px!important}._heroCard_1f1oa_11{flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:32px 32px 28px!important}._heroTopBar_1f1oa_18{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}._heroTitle_1f1oa_26{margin:0 0 10px!important;font-size:34px!important}._heroMeta_1f1oa_31{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin:0;font-size:14px;line-height:1.6;color:#6b7280}._heroMetaDot_1f1oa_42{color:#d1d5db}._backToCreateButton_1f1oa_46{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 18px!important;flex-shrink:0}._recordsPanel_1f1oa_56{width:100%;margin:0 auto 10px;padding:8px 28px 24px;border-radius:18px;background:#fff;border:1px solid rgba(17,24,39,.06);box-shadow:0 16px 40px #1118270d;box-sizing:border-box}._panelState_1f1oa_67{padding:48px 16px;text-align:center;color:#9ca3af;font-size:15px}._tableHead_1f1oa_74,._itemRow_1f1oa_75{display:grid;width:100%;grid-template-columns:minmax(110px,1.2fr) minmax(72px,.75fr) minmax(64px,.6fr) minmax(88px,.9fr) 40%;column-gap:20px;row-gap:8px;align-items:center}._tableHead_1f1oa_74{padding:18px 8px 14px;font-size:13px;font-weight:600;color:#9ca3af;border-bottom:1px solid rgba(17,24,39,.08)}._tableHead_1f1oa_74>span:last-child{text-align:center;justify-self:stretch}._itemRow_1f1oa_75>span:last-child{text-align:right;justify-self:stretch}._list_1f1oa_104{list-style:none;margin:0;padding:0}._item_1f1oa_75{padding:18px 8px;border-bottom:1px solid rgba(17,24,39,.06)}._item_1f1oa_75:last-child{border-bottom:none}._itemRow_1f1oa_75{font-size:15px;color:#374151}._amount_1f1oa_124{font-weight:700;color:#111827}._cny_1f1oa_129{font-weight:600;color:#4b5563}._time_1f1oa_134{color:#6b7280;font-size:14px}._statusText_1f1oa_139{font-weight:700}._statusPending_1f1oa_143{color:#c9782a}._statusApproved_1f1oa_147{color:#2d8c58}._statusRejected_1f1oa_151{color:#b73a3a}._remark_1f1oa_155{display:inline-flex;align-items:flex-start;justify-content:flex-end;gap:10px;width:100%;font-size:13px;line-height:1.55;word-break:break-word}._remarkLabel_1f1oa_167{display:none}._remarkText_1f1oa_171{flex:1;min-width:0;color:#b73a3a;text-align:right}._remarkEmpty_1f1oa_178{font-size:13px;color:#d1d5db;text-align:right}._pager_1f1oa_184{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:8px;padding-top:20px;border-top:1px solid rgba(17,24,39,.06)}._pagerButton_1f1oa_194{box-sizing:border-box;min-width:108px;height:42px;border-radius:999px;border:1px solid rgba(17,24,39,.1);background:#fff;color:#374151;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._pagerButton_1f1oa_194:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #11182714}._pagerButton_1f1oa_194:disabled{opacity:.45;cursor:not-allowed}._pagerInfo_1f1oa_218{min-width:72px;text-align:center;font-size:14px;color:#6b7280;font-weight:600}@media(max-width:900px){._heroCard_1f1oa_11{padding:24px 20px 22px!important}._heroTitle_1f1oa_26{font-size:26px!important}._recordsPanel_1f1oa_56{padding:4px 12px 20px}._tableHead_1f1oa_74{display:none}._itemRow_1f1oa_75{grid-template-columns:1fr 1fr;gap:10px 12px}._remark_1f1oa_155,._remarkEmpty_1f1oa_178{grid-column:1 / -1}._remark_1f1oa_155{justify-content:space-between}._remarkLabel_1f1oa_167{display:inline;flex-shrink:0;color:#9ca3af;font-weight:600}._heroTopBar_1f1oa_18{flex-direction:column;align-items:flex-start}._backToCreateButton_1f1oa_46{width:100%;justify-content:center}}._pageRoot_18duh_1{width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._mainContent_18duh_8{color:#000;display:flex;margin:0 0 200px;padding:0;min-height:100vh}._main_18duh_8{display:flex;flex-direction:column;width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:var(--app-desktop-navbar-height) auto 0;overflow:visible;padding:20px;box-sizing:border-box}@media screen and (min-width:769px)and (max-width:1080px){._main_18duh_8{padding:20px}}@media(max-width:768px){._pageRoot_18duh_1{width:100%;min-width:auto;min-height:100vh;height:auto;background-size:cover;padding-bottom:90px}._mainContent_18duh_8{margin-bottom:0}._main_18duh_8{width:100%;max-width:100%;margin-top:60px;padding:10px}}._pageRoot_1ujnk_1{width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._mainContent_1ujnk_8{color:#000;display:flex;margin:0 0 200px;padding:0;min-height:100vh}._main_1ujnk_8{display:flex;flex-direction:column;width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:0 auto;overflow:visible;position:relative}._userProfileSection_1ujnk_28{width:100vw;max-width:1920px;position:relative;padding:0;flex-shrink:0;left:50%;transform:translate(-50%);margin-bottom:38px}._userProfileBackground_1ujnk_39{width:100%;max-width:1920px;height:400px;position:relative;overflow:hidden}._userProfileBlur_1ujnk_47{position:absolute;inset:-20px;background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px);-webkit-filter:blur(20px);z-index:0}._userProfileBackground_1ujnk_39:after{content:"";position:absolute;inset:0;background:#0000004d;z-index:1}._userProfileContent_1ujnk_72{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:20px;z-index:2}._profileAvatarWrap_1ujnk_84{--verified-overlay-size: 32px;--verified-overlay-right: 4px;--verified-overlay-bottom: 4px;margin-top:80px}._userAvatar_1ujnk_91{width:120px;height:120px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 12px #0000004d}._userName_1ujnk_100{font-size:30px;font-weight:600;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5)}._userNameWrapper_1ujnk_107{display:flex;align-items:center;gap:8px}._memberInfo_1ujnk_113{display:inline-flex;align-items:center;gap:8px;margin-top:-8px}._memberCodeWrapper_1ujnk_120{display:flex;flex-direction:column;align-items:center;gap:6px}._memberBadge_1ujnk_127{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:20px;padding:0 8px;border-radius:999px;background:linear-gradient(135deg,#f8df9c,#d7b26d);color:#5f4211;font-size:12px;font-weight:700;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}._memberExpire_1ujnk_144{font-size:13px;color:#f4f4f4;text-shadow:0 1px 3px rgba(0,0,0,.45);white-space:nowrap;flex-shrink:0}._editNameIcon_1ujnk_152{font-size:20px;color:#fff;cursor:pointer;opacity:.8;transition:opacity .2s}._editNameIcon_1ujnk_152:hover{opacity:1}._editNameContainer_1ujnk_164{display:flex;align-items:center;gap:8px}._editNameInput_1ujnk_170{padding:6px 12px;border:2px solid #fff;border-radius:6px;font-size:16px;outline:none;background:#ffffffe6;width:150px}._editNameConfirm_1ujnk_180,._editNameCancel_1ujnk_181{padding:6px 12px;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s}._editNameConfirm_1ujnk_180{background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff}._editNameConfirm_1ujnk_180:hover{background:linear-gradient(135deg,#e03545,#e94a5a)}._editNameCancel_1ujnk_181{background:#ffffff4d;color:#fff}._editNameCancel_1ujnk_181:hover{background:#ffffff80}._userCode_1ujnk_209{margin-top:4px;display:inline-flex;align-items:center;gap:6px;font-size:16px;font-weight:400;color:#f5f5f5;text-shadow:0 1px 4px rgba(0,0,0,.5)}._userCodeText_1ujnk_220{white-space:nowrap}._userCodeCopyButton_1ujnk_224{background:transparent;border-radius:4px;border:none;color:#fff;min-width:auto;min-height:auto;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;outline:none;transition:color .2s ease,transform .1s ease}._userCodeCopyButton_1ujnk_224:hover{color:#fcfbfa;transform:translateY(-1px)}._userCodeCopyButton_1ujnk_224 svg{font-size:16px}._functionList_1ujnk_250{width:100%;max-width:none;margin:0 auto;display:flex;flex-direction:column;padding:0 20px;box-sizing:border-box}._functionItem_1ujnk_260{display:flex;align-items:center;gap:16px;padding:16px 20px;border-bottom:1px dashed #e0e0e0}._functionItem_1ujnk_260:last-child{border-bottom:none}._functionIcon_1ujnk_272{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fb4655,#ff5a6a);border-radius:12px;color:#fff;font-size:24px;flex-shrink:0}._functionText_1ujnk_285{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._functionTitle_1ujnk_293{font-size:16px;font-weight:600;color:#262626}._functionDesc_1ujnk_299{font-size:14px;color:#737373;word-break:break-word}._inviteCodeHighlight_1ujnk_305{color:red;font-weight:700}._functionButton_1ujnk_311{padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:6px}._functionButtonCheckIn_1ujnk_327{background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;cursor:pointer}._functionButtonCheckIn_1ujnk_327:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 2px 8px #fb46554d}._functionButtonCheckIn_1ujnk_327:active{transform:translateY(0)}._functionButtonSignedIn_1ujnk_344{background:#99999998;color:#fff;cursor:not-allowed;box-shadow:0 2px 6px #6c9bd240}._functionButton_1ujnk_311:not(._functionButtonCheckIn_1ujnk_327):not(._functionButtonSignedIn_1ujnk_344){background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;cursor:pointer}._exchangeButton_1ujnk_358{padding:8px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;transition:all .3s ease;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;cursor:pointer}._exchangeButton_1ujnk_358:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 2px 8px #fb46554d}._exchangeButton_1ujnk_358:active{transform:translateY(0)}._functionButton_1ujnk_311:not(._functionButtonCheckIn_1ujnk_327):not(._functionButtonSignedIn_1ujnk_344):hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 2px 8px #fb46554d}._functionButton_1ujnk_311:not(._functionButtonCheckIn_1ujnk_327):not(._functionButtonSignedIn_1ujnk_344):active{transform:translateY(0)}._functionButton_1ujnk_311 svg{font-size:18px}._pointsActions_1ujnk_400{display:flex;gap:8px;flex-shrink:0}._inviteCampaignSection_1ujnk_406{border-top:1px solid #ececec;border-bottom:1px solid #ececec;background:#fef6f7;padding:20px 24px;display:flex;flex-direction:column;gap:8px}._inviteCampaignHeader_1ujnk_416{display:flex;align-items:center;gap:8px}._inviteCampaignIcon_1ujnk_422{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}._inviteCampaignTitle_1ujnk_435{font-size:16px;line-height:1.35;font-weight:700;color:#111}._inviteCampaignCodeRow_1ujnk_442{display:flex;align-items:center;gap:12px;margin-top:12px}._inviteCampaignCode_1ujnk_442{flex:1;min-width:0;font-size:22px;line-height:1.2;font-weight:600;letter-spacing:.06em;color:#1a1a1a}._inviteCampaignCopyBtn_1ujnk_459{border:none;border-radius:8px;padding:8px 16px;background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease;flex-shrink:0}._inviteCampaignCopyBtn_1ujnk_459:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px)}._inviteCampaignRewardBtn_1ujnk_478{border:none;border-radius:8px;padding:8px 16px;background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}._inviteCampaignRewardBtn_1ujnk_478:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 4px 12px #fb465540}._inviteCampaignMeta_1ujnk_497{font-size:13px;color:#666;margin-top:8px}._payButton_1ujnk_503{background-color:#fb4655;border-radius:5px;padding:8px 16px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}._payButton_1ujnk_503:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._inviteInput_1ujnk_520{width:100%;padding:8px 12px;border:2px solid #ddd;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box}._inviteInput_1ujnk_520:focus{border-color:#b69b74}._redeemInput_1ujnk_535{width:100%;padding:8px 12px;border:2px solid #ddd;border-radius:6px;font-size:14px;outline:none;transition:border-color .2s;box-sizing:border-box;background:#fff;color:#262626}._redeemInput_1ujnk_535:focus{border-color:#b69b74;background:#fff;color:#262626}._redeemResultBadge_1ujnk_554{margin-left:8px;display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#b69b7429;color:#8a6a46;font-size:12px;font-weight:600}._inviteInput_1ujnk_520::placeholder{color:#999}._dailyTaskModalOverlay_1ujnk_570{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px;z-index:1200}._dailyTaskModal_1ujnk_570{width:100%;max-width:460px;max-height:78vh;overflow-y:auto;border-radius:14px;background:#fff8f8;border:1px solid #f1d9dc;box-shadow:0 18px 45px #0f172a38;padding:16px;display:flex;flex-direction:column;gap:10px}._dailyTaskModalHeader_1ujnk_596{display:flex;align-items:center;justify-content:space-between;gap:10px}._dailyTaskModalTitle_1ujnk_603{font-size:17px;font-weight:700;color:#111}._dailyTaskSection_1ujnk_609{border-top:1px solid #ececec;border-bottom:1px solid #ececec;background:#fff8f8;padding:16px 20px;display:flex;flex-direction:column;gap:10px}._dailyTaskHeader_1ujnk_619{display:flex;align-items:center;justify-content:space-between;gap:10px}._dailyTaskTitle_1ujnk_626{font-size:16px;font-weight:700;color:#111}._dailyTaskRefreshBtn_1ujnk_632{border:none;background:transparent;color:#fb4655;font-size:13px;font-weight:600;cursor:pointer;padding:2px 0}._dailyTaskCloseBtn_1ujnk_642{border:none;background:transparent;color:#666;font-size:22px;line-height:1;cursor:pointer;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center}._dailyTaskCloseBtn_1ujnk_642:hover{background:#0000000f}._dailyTaskSummary_1ujnk_661{font-size:14px;color:#333;display:flex;align-items:center;gap:8px;flex-wrap:wrap}._dailyTaskSummaryMeta_1ujnk_670{font-size:12px;color:#777}._dailyTaskLoading_1ujnk_675{font-size:13px;color:#666}._dailyTaskError_1ujnk_680{font-size:13px;color:#d23f4d}._dailyTaskList_1ujnk_685{display:flex;flex-direction:column;gap:10px}._dailyTaskItem_1ujnk_691{border:1px solid #f1d9dc;background:#fff;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:8px}._dailyTaskItemHeader_1ujnk_701{display:flex;align-items:center;justify-content:space-between;gap:10px}._dailyTaskItemTitle_1ujnk_708{font-size:14px;font-weight:600;color:#222}._dailyTaskReward_1ujnk_714{font-size:12px;font-weight:700;color:#fb4655}._dailyTaskDescription_1ujnk_720{font-size:12px;line-height:1.5;color:#666}._dailyTaskProgressRow_1ujnk_726{display:flex;align-items:center;gap:8px}._dailyTaskProgressBar_1ujnk_732{position:relative;flex:1;min-width:0;height:7px;background:#f0f0f0;border-radius:999px;overflow:hidden}._dailyTaskProgressFill_1ujnk_742{position:absolute;left:0;top:0;bottom:0;width:0;background:linear-gradient(135deg,#fb4655,#ff7d7d);border-radius:inherit;transition:width .2s ease}._dailyTaskProgressFillDone_1ujnk_753{background:linear-gradient(135deg,#2f8f46,#54b46b)}._dailyTaskProgressText_1ujnk_757{flex-shrink:0;font-size:12px;color:#666;min-width:78px;text-align:right}._dailyTaskStatusRow_1ujnk_765{display:flex;align-items:center;justify-content:space-between;gap:10px}._dailyTaskStatus_1ujnk_765{font-size:12px;color:#999}._dailyTaskStatusDone_1ujnk_777{color:#2f8f46;font-weight:600}._dailyTaskActionText_1ujnk_782{font-size:12px;color:#fb4655;font-weight:600}._dailyTaskGoPlayBtn_1ujnk_788{border:none;border-radius:999px;background:linear-gradient(135deg,#fb4655,#ff7d7d);color:#fff;font-size:12px;font-weight:600;padding:4px 12px;line-height:1;cursor:pointer;text-decoration:none}._dailyTaskGoPlayBtn_1ujnk_788:hover{opacity:.9}._dailyTaskClaimBtn_1ujnk_805{border:none;border-radius:999px;background:linear-gradient(135deg,#fb4655,#ff7d7d);color:#fff;font-size:12px;font-weight:700;padding:4px 12px;line-height:1;cursor:pointer}._dailyTaskClaimBtn_1ujnk_805:disabled{opacity:.65;cursor:not-allowed}._dailyTaskHint_1ujnk_822{font-size:12px;color:#8b8b8b}@media(max-width:1920px){._userProfileSection_1ujnk_28{max-width:100vw}._userProfileBackground_1ujnk_39{max-width:100%}}@media(max-width:1080px){._main_1ujnk_8{max-width:100%;padding:0}._userProfileBackground_1ujnk_39{height:300px}._profileAvatarWrap_1ujnk_84{margin-top:80px;--verified-overlay-size: 26px;--verified-overlay-right: 3px;--verified-overlay-bottom: 3px}._userAvatar_1ujnk_91{width:80px;height:80px;border-width:2px}._userName_1ujnk_100{font-size:24px}._functionList_1ujnk_250{padding:0 15px}}@media(max-width:768px){._pageRoot_1ujnk_1{width:100%;min-width:auto;min-height:100vh;height:auto;background-size:cover;padding-bottom:90px}._mainContent_1ujnk_8{min-height:calc(100vh - 110px)}._main_1ujnk_8{width:100%;max-width:100%}._userProfileSection_1ujnk_28{margin-bottom:20px}._userProfileBackground_1ujnk_39{height:250px}._profileAvatarWrap_1ujnk_84{margin-top:80px;--verified-overlay-size: 22px;--verified-overlay-right: 2px;--verified-overlay-bottom: 2px}._userAvatar_1ujnk_91{width:60px;height:60px;border-width:2px}._userName_1ujnk_100{font-size:20px}._memberInfo_1ujnk_113{gap:6px}._memberExpire_1ujnk_144{font-size:12px}._memberCodeWrapper_1ujnk_120{gap:4px}._userCode_1ujnk_209{font-size:14px}._functionList_1ujnk_250{padding:0 10px}._functionItem_1ujnk_260{padding:16px;gap:12px}._functionIcon_1ujnk_272{width:40px;height:40px;font-size:20px}._functionTitle_1ujnk_293{font-size:15px}._functionDesc_1ujnk_299{font-size:13px}._functionButton_1ujnk_311{padding:6px 16px;font-size:13px}._inviteCampaignSection_1ujnk_406{padding:16px}._dailyTaskModal_1ujnk_570{max-width:100%;max-height:82vh;border-radius:12px;padding:14px 12px}._dailyTaskModalTitle_1ujnk_603{font-size:16px}._dailyTaskSection_1ujnk_609{padding:14px 16px}._dailyTaskTitle_1ujnk_626{font-size:15px}._dailyTaskSummary_1ujnk_661{font-size:13px}._dailyTaskItem_1ujnk_691{padding:9px 10px}._dailyTaskItemTitle_1ujnk_708{font-size:13px}._inviteCampaignIcon_1ujnk_422{width:40px;height:40px;font-size:20px}._inviteCampaignCode_1ujnk_442{font-size:20px}._inviteCampaignCopyBtn_1ujnk_459,._inviteCampaignRewardBtn_1ujnk_478{padding:7px 12px;font-size:13px}._inviteInput_1ujnk_520,._redeemInput_1ujnk_535{padding:6px 10px;font-size:13px}}._groupModalOverlay_1ujnk_1023{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_1ujnk_1 .3s ease-out}@keyframes _fadeIn_1ujnk_1{0%{opacity:0}to{opacity:1}}._groupModalContent_1ujnk_1047{background:#fff;border-radius:16px;width:90%;max-width:400px;box-shadow:0 10px 40px #0000004d;animation:_slideUp_1ujnk_1 .3s ease-out;position:relative;display:flex;flex-direction:column;align-items:center;padding:30px 20px 20px;box-sizing:border-box}@keyframes _slideUp_1ujnk_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._groupModalImage_1ujnk_1073{width:30px;max-width:100px;height:auto;margin-bottom:20px;display:flex;justify-content:center;align-items:center}._groupModalImage_1ujnk_1073 img{width:100%;height:auto;object-fit:contain;border-radius:8px}._groupModalText_1ujnk_1090{color:#333;font-size:16px;text-align:center;line-height:1.6;margin-bottom:30px;padding:0 10px}._groupNumber_1ujnk_1099{color:#fb4655;font-weight:600;font-size:18px}._groupModalButtons_1ujnk_1105{display:flex;gap:12px;width:100%;justify-content:center}._groupModalCancelBtn_1ujnk_1112,._groupModalCopyBtn_1ujnk_1113{flex:1;padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;max-width:120px}._groupModalCancelBtn_1ujnk_1112{background:#f5f5f5;color:#333}._groupModalCancelBtn_1ujnk_1112:hover{background:#e0e0e0;transform:translateY(-1px)}._groupModalCopyBtn_1ujnk_1113{background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;box-shadow:0 2px 8px #fb46554d}._groupModalCopyBtn_1ujnk_1113:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 4px 12px #fb465566}._groupModalCancelBtn_1ujnk_1112:active,._groupModalCopyBtn_1ujnk_1113:active{transform:translateY(0)}@media(max-width:768px){._groupModalContent_1ujnk_1047{width:95%;padding:25px 15px 15px}._groupModalImage_1ujnk_1073{max-width:150px;margin-bottom:15px}._groupModalText_1ujnk_1090{font-size:14px;margin-bottom:20px}._groupNumber_1ujnk_1099{font-size:16px}._groupModalButtons_1ujnk_1105{gap:10px}._groupModalCancelBtn_1ujnk_1112,._groupModalCopyBtn_1ujnk_1113{padding:10px 20px;font-size:14px;max-width:100px}}._editNameModalOverlay_1ujnk_1186{position:fixed;inset:0;background-color:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}._editNameModal_1ujnk_1186{background-color:#fff;border-radius:16px;padding:20px 22px 16px;min-width:280px;max-width:360px;width:100%;box-shadow:0 18px 45px #0f172a2e}._editNameModalHeader_1ujnk_1207{margin-bottom:8px}._editNameModalTitle_1ujnk_1211{font-size:18px;font-weight:600;color:#111827}._editNameModalBody_1ujnk_1217{margin-top:8px}._editNameModalBody_1ujnk_1217 ._editNameInput_1ujnk_170{width:100%;padding:8px 12px;border-radius:10px;border:1px solid #E5E7EB;font-size:14px;outline:none;box-sizing:border-box}._editNameModalBody_1ujnk_1217 ._editNameInput_1ujnk_170:focus{border-color:#fb4655;box-shadow:0 0 0 1px #fb465533}._editNameTips_1ujnk_1236{margin-top:6px;font-size:12px;color:#6b7280}._bindAccountStatusText_1ujnk_1242{font-size:15px;font-weight:600;color:#111827;line-height:1.6}._editNameModalActions_1ujnk_1249{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}._editNameCancelButton_1ujnk_1256{padding:6px 14px;border-radius:999px;border:1px solid #E5E7EB;background-color:#fff;color:#4b5563;font-size:13px;cursor:pointer}._editNameConfirmButton_1ujnk_1266{padding:6px 16px;border-radius:999px;border:none;background-color:#fb4655;color:#fff;font-size:13px;cursor:pointer}._editNameCancelButton_1ujnk_1256:disabled,._editNameConfirmButton_1ujnk_1266:disabled{opacity:.7;cursor:not-allowed}._profileTabContainer_1ujnk_1286{display:flex;gap:0;padding:0 20px;margin-bottom:20px;background:#fff;border-radius:14px;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0;overflow:hidden}._profileTab_1ujnk_1286{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;background:transparent;border:none;font-size:14px;font-weight:600;color:#999;cursor:pointer;transition:all .25s ease;position:relative}._profileTab_1ujnk_1286:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:20px;background:#e8e8e8}._profileTab_1ujnk_1286:hover{color:#666;background:#fafafa}._profileTabActive_1ujnk_1331,._profileTabActive_1ujnk_1331:hover{color:#fb4655;background:#fff5f6}._profileTab_1ujnk_1286 svg{font-size:16px}@media(max-width:768px){._profileTabContainer_1ujnk_1286{padding:0 10px;border-radius:12px}._profileTab_1ujnk_1286{padding:12px 16px;font-size:13px}._profileTab_1ujnk_1286 svg{font-size:15px}}._overlay_1gjyj_1{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2100}._content_1gjyj_12{width:min(92vw,400px);background:#fff;border-radius:18px;padding:32px 24px;box-shadow:0 20px 45px #0003;position:relative;text-align:center}._closeButton_1gjyj_22{position:absolute;top:12px;right:12px;width:30px;height:30px;border:none;border-radius:50%;background:#f1f1f1;color:#666;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}._iconWrapper_1gjyj_39{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#22c55e,#16a34a);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 8px 24px #22c55e66}._checkIcon_1gjyj_51{width:32px;height:32px;color:#fff}._title_1gjyj_57{margin:0 0 8px;font-size:22px;font-weight:700;color:#1f2937}._planName_1gjyj_64{color:#22c55e;font-weight:700}._desc_1gjyj_69{margin:8px 0 0;color:#6b7280;font-size:14px}._confirmButton_1gjyj_75{margin-top:24px;width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}._confirmButton_1gjyj_75:hover{transform:translateY(-1px);box-shadow:0 6px 20px #22c55e66}._confirmButton_1gjyj_75:active{transform:translateY(0)}._overlay_1khzb_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000}._content_1khzb_12{width:90%;max-width:420px;max-height:86vh;overflow-y:auto;background:linear-gradient(180deg,#fff,#fafafa);border-radius:20px;padding:30px 22px 18px;box-shadow:0 20px 60px #00000026;position:relative}._closeButton_1khzb_24{position:absolute;top:12px;right:12px;width:32px;height:32px;border-radius:50%;border:none;background:#0000000d;color:#999;font-size:22px;line-height:1;cursor:pointer}._header_1khzb_39{text-align:center;margin-bottom:16px}._title_1khzb_44{margin:0;font-size:24px;font-weight:700;color:#111}._subtitle_1khzb_51{margin:8px 0 0;font-size:14px;color:#666}._highlight_1khzb_57{color:#fb4655;font-weight:700}._rulesList_1khzb_62{display:flex;flex-direction:column;gap:8px}._ruleItem_1khzb_68{border-radius:12px;background:#f4f4f5;border:1px solid #ececec;padding:10px 12px;display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}._ruleItemReached_1khzb_79{background:#fff1f2;border-color:#ffd4d8}._ruleMain_1khzb_84{font-size:14px;color:#222;font-weight:600}._ruleReward_1khzb_90{font-size:14px;font-weight:700;color:#fb4655}._ruleStatus_1khzb_96{font-size:12px;color:#777}._claimBtn_1khzb_101{border:none;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:600;white-space:nowrap}._claimBtnReady_1khzb_110{cursor:pointer;color:#fff;background:linear-gradient(135deg,#fb4655,#ff5a6a)}._claimBtnDisabled_1khzb_116{cursor:not-allowed;color:#888;background:#ececec}._claimBtnDone_1khzb_122{color:#4b5563;background:#e5e7eb}._claimHint_1khzb_127{font-size:12px;font-weight:600;color:#6b7280;padding:6px 4px;white-space:nowrap}._loadingText_1khzb_135{border-radius:12px;background:#f4f4f5;border:1px solid #ececec;padding:10px 12px;text-align:center;font-size:13px;color:#666}._ruleProgress_1khzb_145{grid-column:1 / -1;display:flex;align-items:center;gap:8px}._ruleProgressTrack_1khzb_152{flex:1;height:6px;border-radius:999px;background:#ececec;overflow:hidden}._ruleProgressFill_1khzb_160{height:100%;border-radius:999px;background:linear-gradient(90deg,#fb4655,#ff5a6a);transition:width .25s ease}._ruleProgressText_1khzb_167{min-width:44px;text-align:right;font-size:12px;color:#6b7280;font-weight:600}._tipText_1khzb_175{margin:14px 0 0;text-align:center;font-size:12px;color:#9ca3af}@media(max-width:480px){._content_1khzb_12{width:calc(100vw - 24px);padding:26px 16px 14px;border-radius:16px}._title_1khzb_44{font-size:20px}._ruleItem_1khzb_68{grid-template-columns:1fr auto;row-gap:4px}._ruleProgressText_1khzb_167{min-width:40px}}._modalOverlay_93ej3_1{position:fixed;inset:0;background:#0f12168c;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:2000;margin:0;padding:16px;box-sizing:border-box;width:100vw;height:100vh;height:100dvh;overflow-y:auto;animation:_overlayIn_93ej3_1 .25s ease-out}@keyframes _overlayIn_93ej3_1{0%{opacity:0}to{opacity:1}}._modalContent_93ej3_33{background:#fff;border-radius:18px;width:92%;max-width:420px;border:1px solid rgba(15,23,42,.06);box-shadow:0 24px 80px #0f172a1f,0 0 0 1px #fff9 inset;animation:_modalIn_93ej3_1 .28s cubic-bezier(.16,1,.3,1);position:relative;display:flex;flex-direction:column;padding:22px 22px 24px;max-height:calc(100dvh - 32px - env(safe-area-inset-bottom));overflow:hidden}@keyframes _modalIn_93ej3_1{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._closeBtn_93ej3_60{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;color:#94a3b8;font-size:22px;line-height:1;font-weight:500;background:transparent;border:none}._closeBtn_93ej3_60:hover:not(:disabled){background:#f8fafc;color:#334155;transform:translateY(-1px)}._header_93ej3_87{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}._title_93ej3_94{color:#0f172a;font-size:1.45rem;font-weight:700;text-align:left;margin:0;letter-spacing:-.2px}._rateHint_93ej3_103{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px;padding:10px 12px;background:#f8fafc;border-radius:10px;border:1px solid #f1f5f9}._rateLabel_93ej3_115{font-size:.92rem;color:#475569;font-weight:500}._rateValue_93ej3_121{font-size:.92rem;color:#0f172a;font-weight:700}._balanceRow_93ej3_127{display:flex;align-items:center;gap:12px;margin-bottom:18px;flex-wrap:wrap}._balanceLabel_93ej3_135{font-size:.85rem;color:#94a3b8;font-weight:500;margin-right:2px}._balanceValue_93ej3_142{display:inline-flex;align-items:center;gap:6px;font-size:1rem;font-weight:700;color:#0f172a}._balanceDivider_93ej3_151{color:#e2e8f0;font-weight:300;font-size:1rem}._balanceIconDiamond_93ej3_157{width:18px;height:18px}._balanceIconPoints_93ej3_162{width:18px;height:18px;color:#fb4655}._formSection_93ej3_168{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}._inputRow_93ej3_175{display:flex;align-items:center;gap:10px;padding:14px;background:#fff;border-radius:14px;border:1px solid #e2e8f0;transition:all .2s ease;box-shadow:inset 0 1px #0f172a0a}._inputRow_93ej3_175:focus-within{border-color:#fb4655;box-shadow:0 0 0 3px #fb465514,inset 0 1px #0f172a0a}._inputPrefix_93ej3_192{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:transparent;color:#fb4655;flex-shrink:0}._inputPrefix_93ej3_192 svg{width:18px;height:18px}._input_93ej3_175{flex:1;border:none;background:transparent;padding:10px 0;font-size:1.15rem;color:#0f172a;outline:none;font-weight:600;min-width:0}._input_93ej3_175::placeholder{color:#b0b7c3;font-weight:500}._inputSuffix_93ej3_226{font-size:.85rem;color:#94a3b8;font-weight:500;white-space:nowrap}._previewCard_93ej3_233{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px;background:#f8fafc;border-radius:14px;border:1px solid #f1f5f9;margin-bottom:18px;animation:_previewIn_93ej3_1 .22s ease-out}@keyframes _previewIn_93ej3_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._previewLabel_93ej3_257{font-size:.92rem;color:#475569;font-weight:500}._previewGainLabel_93ej3_263{margin-left:12px}._previewValue_93ej3_267{font-size:1.15rem;font-weight:700;color:#0f172a;display:inline-flex;align-items:center;gap:8px}._previewBadge_93ej3_276{color:#9f1239;font-weight:600}._previewDiamond_93ej3_281{color:#dc2626;font-weight:600}._previewDiamondOrig_93ej3_286{color:#9ca3af;text-decoration:line-through;margin-right:2px}._discountBadge_93ej3_292{display:inline-flex;align-items:center;padding:4px 8px;border-radius:8px;background:#fef3c7;border:1px solid #fde68a;color:#d97706;font-size:.78rem;font-weight:600;margin-left:4px}._errorHint_93ej3_305{text-align:center;font-size:.88rem;color:#dc2626;margin-bottom:10px;font-weight:500}._submitBtn_93ej3_313{width:100%;padding:14px;background:linear-gradient(135deg,#fb4655,#ff6b7a);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 10px 24px #fb465540;margin-top:auto}._submitBtn_93ej3_313:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #fb465552}._submitBtn_93ej3_313:active:not(:disabled){transform:translateY(0)}._submitBtn_93ej3_313:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed;box-shadow:none}._notice_93ej3_344{text-align:center;font-size:.8rem;color:#94a3b8;margin:12px 0 0;line-height:1.5;letter-spacing:.2px}@media(max-width:768px){._modalOverlay_93ej3_1{align-items:center;justify-content:center;padding:10px 10px calc(10px + env(safe-area-inset-bottom))}._modalContent_93ej3_33{width:100%;max-width:none;padding:22px 18px;min-height:auto;max-height:calc(100dvh - 20px - env(safe-area-inset-bottom))}._title_93ej3_94{font-size:1.3rem}._input_93ej3_175{font-size:1.05rem}._submitBtn_93ej3_313{padding:14px;font-size:.98rem}}._creatorProfile_681z9_6{width:100%;padding:0 0 40px}._viewContainer_681z9_15{display:flex;flex-direction:column;gap:20px;animation:_fadeIn_681z9_1 .3s ease-out}@keyframes _fadeIn_681z9_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._sectionCard_681z9_37{background:#fff;border-radius:14px;padding:20px 24px;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0;transition:box-shadow .2s ease,transform .2s ease}._sectionCard_681z9_37:hover{box-shadow:0 4px 16px #00000014;transform:translateY(-1px)}._sectionCardEmpty_681z9_51{border-style:dashed;background:#fafafa}._sectionHeader_681z9_56{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._sectionIcon_681z9_65{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fb4655,#ff5a6a);border-radius:10px;color:#fff;font-size:18px;flex-shrink:0}._sectionTitle_681z9_78{font-size:16px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:.02em}._sectionContent_681z9_86{display:flex;flex-direction:column;gap:12px}._infoRow_681z9_96{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px}._infoLabel_681z9_104{font-size:14px;color:#666;flex-shrink:0;min-width:80px}._infoValueWrapper_681z9_111{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}._infoValue_681z9_111{font-size:14px;color:#1a1a1a;font-weight:500;text-align:right}._infoValueMasked_681z9_126{font-size:14px;color:#999;font-weight:500;text-align:right;letter-spacing:.05em}._infoActions_681z9_134{display:flex;align-items:center;gap:4px}._infoActionBtn_681z9_140{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#999;cursor:pointer;transition:all .2s ease}._infoActionBtn_681z9_140:hover{background:#f5f5f5;color:#666}._infoActionBtn_681z9_140 svg{font-size:16px}._emptyState_681z9_167{padding:16px 0;text-align:center;color:#999;font-size:14px}._editButtonWrapper_681z9_178{display:flex;justify-content:center;padding:8px 0}._editButton_681z9_178{display:inline-flex;align-items:center;gap:8px;padding:10px 28px;background:linear-gradient(135deg,#fb4655,#ff5a6a);border:none;border-radius:999px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #fb465540}._editButton_681z9_178:hover{background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 4px 12px #fb465559}._editButton_681z9_178:active{transform:translateY(0)}._editButton_681z9_178 svg{font-size:16px}._securityNotice_681z9_218{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#fef8f8;border-radius:10px;margin-top:8px;font-size:12px;color:#888}._securityIcon_681z9_231{font-size:14px}._form_681z9_239{display:flex;flex-direction:column;gap:24px;animation:_fadeIn_681z9_1 .3s ease-out}._formSection_681z9_246{background:#fff;border-radius:14px;padding:20px 24px;box-shadow:0 2px 12px #0000000f;border:1px solid #f0f0f0}._formSectionTitle_681z9_254{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:700;color:#1a1a1a;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}._formSectionTitle_681z9_254 svg{font-size:18px;color:#fb4655}._formField_681z9_271{margin-bottom:16px}._formField_681z9_271:last-child{margin-bottom:0}._formLabel_681z9_279{display:block;font-size:13px;font-weight:600;color:#555;margin-bottom:6px}._required_681z9_287{color:#fb4655;margin-left:2px}._formInput_681z9_292{width:100%;padding:10px 14px;border:1.5px solid #e8e8e8;border-radius:10px;font-size:14px;color:#1a1a1a;background:#fafafa;transition:all .2s ease;box-sizing:border-box;outline:none}._formInput_681z9_292:focus{border-color:#fb4655;background:#fff;box-shadow:0 0 0 3px #fb46551a}._formInput_681z9_292::placeholder{color:#bbb}._formInputError_681z9_315{border-color:#ff4d4f}._formInputError_681z9_315:focus{border-color:#ff4d4f;box-shadow:0 0 0 3px #ff4d4f1a}._formError_681z9_324{display:block;margin-top:4px;font-size:12px;color:#ff4d4f}._formActions_681z9_335{display:flex;gap:12px;justify-content:flex-end;padding-top:8px}._cancelBtn_681z9_342{padding:10px 24px;border:1.5px solid #e0e0e0;border-radius:999px;background:#fff;color:#666;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}._cancelBtn_681z9_342:hover:not(:disabled){border-color:#ccc;color:#333;background:#fafafa}._cancelBtn_681z9_342:disabled{opacity:.6;cursor:not-allowed}._saveBtn_681z9_365{padding:10px 32px;border:none;border-radius:999px;background:linear-gradient(135deg,#fb4655,#ff5a6a);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #fb465540}._saveBtn_681z9_365:hover:not(:disabled){background:linear-gradient(135deg,#e03545,#e94a5a);transform:translateY(-1px);box-shadow:0 4px 12px #fb465559}._saveBtn_681z9_365:active:not(:disabled){transform:translateY(0)}._saveBtn_681z9_365:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){._creatorProfile_681z9_6{padding:0 0 30px}._sectionCard_681z9_37,._formSection_681z9_246{padding:16px 18px;border-radius:12px}._sectionHeader_681z9_56{margin-bottom:14px;padding-bottom:10px}._sectionIcon_681z9_65{width:32px;height:32px;font-size:16px}._sectionTitle_681z9_78{font-size:15px}._infoRow_681z9_96{flex-direction:column;align-items:flex-start;gap:6px}._infoValueWrapper_681z9_111{justify-content:flex-start;width:100%}._infoValue_681z9_111,._infoValueMasked_681z9_126{text-align:left}._editButton_681z9_178{padding:9px 24px;font-size:13px}._formActions_681z9_335{flex-direction:column-reverse}._cancelBtn_681z9_342,._saveBtn_681z9_365{width:100%;text-align:center;justify-content:center}._securityNotice_681z9_218{font-size:11px;padding:10px 14px}}@media print{._editButton_681z9_178,._infoActionBtn_681z9_140,._formActions_681z9_335{display:none!important}._sectionCard_681z9_37,._formSection_681z9_246{box-shadow:none;border:1px solid #ddd}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;inset:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;inset:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}._overlay_52rhw_1{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1100;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._modal_52rhw_13{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:700px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:_modalSlideIn_52rhw_1 .2s ease-out}@keyframes _modalSlideIn_52rhw_1{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}._header_52rhw_37{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08);background:#00000003}._header_52rhw_37 h3{margin:0;font-size:1.1rem;font-weight:600;color:#1a1a1a}._closeBtn_52rhw_53{background:transparent;border:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#00000080;cursor:pointer;transition:all .2s ease}._closeBtn_52rhw_53:hover{background:#00000014;color:#1a1a1a}._body_52rhw_72{padding:20px;overflow:auto;flex:1;display:flex;flex-direction:column;gap:16px}._cropContainer_52rhw_81{width:100%;background:#000;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:300px}._reactCrop_52rhw_92{max-width:100%;max-height:400px}._reactCrop_52rhw_92 .ReactCrop__crop-selection{border:2px solid #fff!important;box-shadow:0 0 0 9999px #00000080!important}._reactCrop_52rhw_92 .ReactCrop__drag-handle{width:12px!important;height:12px!important;background:#fff!important;border:2px solid var(--primary, #e03d4b)!important;border-radius:50%!important}._cropImage_52rhw_111{max-width:100%;max-height:400px;display:block;-webkit-user-select:none;user-select:none}._hints_52rhw_118{text-align:center}._hints_52rhw_118 p{margin:4px 0;font-size:.85rem;color:#0009}._hints_52rhw_118 p:first-child{font-weight:500;color:#000c}._errorText_52rhw_133{color:#c62828!important;font-weight:500}._footer_52rhw_138{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.08);background:#00000003}._cancelBtn_52rhw_147{padding:10px 20px;border:1px solid rgba(0,0,0,.15);border-radius:8px;background:#fff;color:#000000b3;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelBtn_52rhw_147:hover{border-color:#0000004d;color:#1a1a1a}._confirmBtn_52rhw_164{padding:10px 24px;border:none;border-radius:8px;background:linear-gradient(135deg,#e03d4b,#e8575f);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e03d4b4d}._confirmBtn_52rhw_164:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #e03d4b66}._confirmBtn_52rhw_164:disabled{opacity:.5;cursor:not-allowed;transform:none}@media(max-width:600px){._overlay_52rhw_1{padding:12px}._modal_52rhw_13{max-height:85vh}._cropContainer_52rhw_81{min-height:250px}._cropImage_52rhw_111{max-height:300px}._footer_52rhw_138{padding:12px 16px}._cancelBtn_52rhw_147,._confirmBtn_52rhw_164{padding:8px 16px;font-size:.85rem}}._pageRoot_1vjw7_1{min-height:64px;width:100%;max-width:1920px;margin:0 auto}._gameStatsWrapper_1vjw7_8{min-height:100vh;margin-bottom:100px}._detailLoading_1vjw7_13,._detailError_1vjw7_14{width:100%;text-align:center;padding:40px 0;color:#fb5b67;font-size:18px}@media(max-width:768px){._pageRoot_1vjw7_1{overflow-x:hidden;overflow-y:auto}._detailLoading_1vjw7_13,._detailError_1vjw7_14{font-size:14px;padding:20px 0}}@media(max-width:480px){._pageRoot_1vjw7_1{width:100%;min-width:auto;min-height:100vh;background-size:cover;background-attachment:fixed;padding-bottom:90px;margin:0 auto;overflow-x:hidden;overflow-y:auto;position:relative}}._modal_52492_1{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#0c0a0eb8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;justify-content:center;align-items:center;padding:20px;box-sizing:border-box}._modalShow_52492_18{display:flex;animation:_fadeIn_52492_1 .28s ease-out}@keyframes _fadeIn_52492_1{0%{opacity:0}to{opacity:1}}._publishModalContent_52492_33{width:min(860px,100%);max-height:min(92vh,920px);position:relative;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff8f8,#fff 28%);padding:18px 28px 0;border-radius:16px;border:1px solid rgba(224,61,75,.12);box-shadow:0 24px 64px #2d121847,inset 0 1px #ffffffe6;overflow:hidden;box-sizing:border-box}._closeBtn_52492_51{position:absolute;top:0;right:-50px;width:50px;height:50px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001}._closeBtn_52492_51 img{width:50px;height:50px;object-fit:contain}._modalTitle_52492_72{flex-shrink:0;font-size:28px;font-weight:750;text-align:center;color:#1a1d21;margin:8px 0 16px;letter-spacing:.02em}._formScroll_52492_82{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:8px}._formContent_52492_91{display:flex;flex-direction:column;gap:18px;width:min(480px,100%);margin:0 auto;padding-bottom:8px}._formGroup_52492_100{display:flex;gap:8px}._coverFormGroup_52492_105{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._label_52492_113{font-size:15px;font-weight:650;color:#1a1d218c;display:flex;align-items:center;gap:8px}._freeCheckbox_52492_122{width:18px;height:18px;cursor:pointer;accent-color:var(--primary, #e03d4b)}._checkboxLabel_52492_129{font-size:15px;font-weight:600;color:#1a1d218c;cursor:pointer;margin-right:25px}._priceInput_52492_137{flex:1;padding:12px 15px;border:none;border-radius:8px;font-size:16px;background-color:#f5f5f5;color:#5e4630;outline:none}._notifyCheckboxRow_52492_148{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;color:#000000c7;cursor:pointer;-webkit-user-select:none;user-select:none}._notifyCheckbox_52492_148{width:16px;height:16px;margin-top:3px;flex-shrink:0;cursor:pointer;accent-color:var(--primary, #e03d4b)}._footerBar_52492_168{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 4px calc(14px + env(safe-area-inset-bottom,0px));margin:0 -28px;padding-left:28px;padding-right:28px;background:linear-gradient(180deg,#ffffffb8,#fff 40%);border-top:1px solid rgba(224,61,75,.12);box-shadow:0 -8px 24px #2d12180a}._cancelBtn_52492_184,._publishBtn_52492_185{min-height:52px;border:none;border-radius:999px;font-size:16px;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}._cancelBtn_52492_184{flex:0 0 auto;min-width:108px;padding:0 22px;background:#fff;color:var(--primary, #e03d4b);border:1.5px solid rgba(224,61,75,.4);box-shadow:0 2px 8px #2d12180d}._cancelBtn_52492_184:hover:not(:disabled){background:#fff5f6;border-color:#e03d4b99}._publishBtn_52492_185{flex:1;max-width:280px;padding:0 28px;color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,var(--primary, #e03d4b) 48%,#c42d3a 100%);box-shadow:0 10px 24px #e03d4b52,inset 0 1px #ffffff47}._publishBtn_52492_185:hover:not(:disabled){filter:brightness(1.04)}._publishBtn_52492_185:active:not(:disabled),._cancelBtn_52492_184:active:not(:disabled){transform:translateY(1px) scale(.985)}._publishBtn_52492_185:disabled,._cancelBtn_52492_184:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;filter:none}._coverUploadArea_52492_240{width:100%;min-height:180px;border:1px dashed rgba(224,61,75,.22);border-radius:14px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:#faf7f7;box-sizing:border-box}._coverUploadArea_52492_240:hover:not(._coverUploadAreaDisabled_52492_255){border-color:var(--primary, #e03d4b);background:#e03d4b08}._coverUploadAreaDisabled_52492_255{cursor:not-allowed!important;opacity:.6}._coverPlaceholder_52492_265{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:none}._coverUploadIcon_52492_274{color:#00000059}._coverUploadText_52492_278{margin:0;color:#000000b3;font-size:.95rem;font-weight:500}._coverUploadHint_52492_285{margin:0;color:#00000073;font-size:.8rem}._coverPreviewContainer_52492_291{height:180px;width:auto;max-width:100%;aspect-ratio:16 / 9;position:relative;display:flex;align-items:center;justify-content:center}._coverPreview_52492_291{width:100%;height:100%;object-fit:cover;border-radius:10px}._coverActions_52492_309{position:absolute;top:0;right:0;padding:8px}._removeCoverBtn_52492_316{padding:6px 12px;background:#e03d4beb;color:#fff;border:none;border-radius:999px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;z-index:10;min-width:60px}._removeCoverBtn_52492_316:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}._removeCoverBtn_52492_316:disabled{opacity:.6;cursor:not-allowed}._coverErrorText_52492_340{color:var(--primary, #e03d4b);font-size:.85rem;margin:8px 0 0}._descriptionFormGroup_52492_346{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._descriptionLabelRow_52492_354{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}._aiGenerateBtn_52492_362{flex-shrink:0;border-radius:999px;border:1px solid rgba(224,61,75,.28);padding:6px 14px;font-size:.85rem;font-weight:650;cursor:pointer;transition:.2s ease;color:var(--primary, #e03d4b);background:#fff}._aiGenerateBtn_52492_362:hover:not(:disabled){background:#fff5f6;border-color:var(--primary, #e03d4b)}._aiGenerateBtn_52492_362:disabled{opacity:.55;cursor:not-allowed}._descriptionInput_52492_385{width:100%;min-height:110px;padding:14px 16px;border:1px solid rgba(224,61,75,.16);border-radius:12px;font-size:15px;background:#fafafa;color:#333;outline:none;resize:vertical;box-sizing:border-box;transition:all .2s ease}._descriptionInput_52492_385::placeholder{color:#00000061}._descriptionInput_52492_385:focus{border-color:var(--primary, #e03d4b);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._descriptionMetaRow_52492_410{width:100%;display:flex;justify-content:flex-end}._descriptionCount_52492_416{font-size:.85rem;color:#00000073}._textFormGroup_52492_421{display:flex;flex-direction:column;align-items:flex-start;gap:8px;width:100%}._titleInput_52492_429{width:100%;padding:12px 16px;border:1px solid rgba(224,61,75,.16);border-radius:12px;font-size:16px;background:#fafafa;color:#333;outline:none;box-sizing:border-box;transition:all .2s ease}._titleInput_52492_429:focus{border-color:var(--primary, #e03d4b);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._themeTagsPanel_52492_448{margin:0;padding:12px 14px;border:1px solid rgba(224,61,75,.1);border-radius:14px;background:#fff;width:100%;box-sizing:border-box}._themeTagsHeader_52492_458{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}._themeTagsLabel_52492_467{font-size:15px;font-weight:650;color:#1a1d21}._requiredMark_52492_473{color:#fb5b67;margin-left:4px}._themeTagsHint_52492_478{font-size:12px;color:#6b7280}._themeTagsWrap_52492_483{display:flex;gap:8px;flex-wrap:wrap}._themeTagChip_52492_489{padding:8px 12px;border-radius:999px;border:1px solid rgba(17,24,39,.12);background:#fff;color:#374151;font-size:13px;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}._themeTagChipActive_52492_501{border-color:var(--primary, #e03d4b);background:#e03d4b14;color:var(--primary, #e03d4b)}._themeTagError_52492_507{margin-top:10px;color:#b91c1c;font-size:13px}._shareTypeFormGroup_52492_514{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}._customSelectWrapper_52492_523{position:relative}._customSelectTrigger_52492_527{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 16px;border:1px solid rgba(224,61,75,.16);border-radius:999px;font-size:14px;background:#fff;color:#333;cursor:pointer;outline:none;transition:all .2s ease;min-width:100px}._customSelectTrigger_52492_527:hover{border-color:var(--primary, #e03d4b)}._customSelectTriggerOpen_52492_548{border-color:var(--primary, #e03d4b);box-shadow:0 0 0 3px #e03d4b1a}._customSelectArrow_52492_553{width:14px;height:14px;transition:transform .2s ease;color:#666}._customSelectArrowOpen_52492_560{transform:rotate(180deg)}._customSelectDropdown_52492_564{position:absolute;top:calc(100% + 4px);left:auto;right:0;min-width:100%;margin:0;padding:6px 0;list-style:none;background:#fff;border:1px solid rgba(224,61,75,.16);border-radius:16px;box-shadow:0 4px 16px #2d12181f;z-index:100;overflow:hidden}._customSelectOption_52492_581{padding:10px 16px;font-size:14px;color:#333;cursor:pointer;transition:all .15s ease;text-align:center}._customSelectOption_52492_581:hover{background:#e03d4b14;color:var(--primary, #e03d4b)}._customSelectOptionSelected_52492_595{background:#e03d4b1f;color:var(--primary, #e03d4b);font-weight:600}@media(max-width:768px){._modal_52492_1{padding:0;align-items:stretch}._publishModalContent_52492_33{width:100%;max-width:100%;height:100%;max-height:100%;min-height:100%;border-radius:0;padding:12px 16px 0;border:none}._closeBtn_52492_51{top:8px;right:8px;width:40px;height:40px;z-index:2}._closeBtn_52492_51 img{width:36px;height:36px}._modalTitle_52492_72{font-size:20px;margin:4px 40px 12px 0;text-align:left}._formContent_52492_91{width:100%;gap:14px}._footerBar_52492_168{margin:0 -16px;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));gap:10px}._cancelBtn_52492_184{min-width:88px;min-height:48px;font-size:15px}._publishBtn_52492_185{max-width:none;min-height:48px;font-size:16px}._coverPreviewContainer_52492_291{height:148px;width:100%;max-width:100%}._coverUploadArea_52492_240{min-height:148px;padding:12px}._descriptionInput_52492_385{min-height:96px;font-size:15px}._label_52492_113{font-size:14px}._themeTagChip_52492_489{padding:7px 11px;font-size:12px}}._statsModeWrapper_1asul_1{width:100vw;max-width:1920px;margin:0 auto 40px;position:relative;left:50%;transform:translate(-50%)}._heroBanner_1asul_10{width:100%;max-width:1920px;height:400px;margin:0 auto 24px;background-size:cover;background-position:center;position:relative;overflow:hidden}._heroOverlay_1asul_21{width:100%;height:100%;background:linear-gradient(120deg,#000000a6,#00000059);display:flex;align-items:center;justify-content:center}._heroContent_1asul_30{margin-top:var(--app-desktop-navbar-height);width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;color:#fff;box-sizing:border-box}._heroTitle_1asul_38{font-size:48px;font-weight:700;margin-bottom:16px}._heroMeta_1asul_44{display:flex;align-items:baseline;gap:36px;margin-bottom:8px}._heroPrimaryActions_1asul_51{display:flex;align-items:center;gap:20px;margin-top:24px;flex-wrap:wrap}._primaryActionBtn_1asul_59{height:60px;min-width:200px;padding:0 32px;border:none;border-radius:12px;font-size:20px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}._primaryActionBtn_1asul_59:disabled{opacity:.7;cursor:not-allowed}._startGameBtn_1asul_79{background-image:url(/funloom/data/assets/%E5%BC%80%E5%A7%8B%E6%8C%89%E9%92%AE.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;color:#fff;box-shadow:0 4px 8px #fb49584d,0 -3px 8px #fb49584d,3px 0 8px #fb49584d,-3px 0 8px #fb49584d;border-radius:0}._startGameBtn_1asul_79:hover{transform:translateY(-2px)}._heroRating_1asul_96{font-size:40px;font-weight:700}._heroMetaLabel_1asul_101{font-size:18px;opacity:.85}._heroStatsWrapper_1asul_106{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:0 auto}._statsSection_1asul_112{width:100%;margin:0 auto}._sectionHeader_1asul_117{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}._sectionDividerDesktop_1asul_124{flex:1;min-width:0;height:auto;object-fit:contain;margin:0;display:block}._sectionTitle_1asul_133{width:150px;height:64px;flex-shrink:0}._sectionTitle_1asul_133 img{width:100%;height:100%;object-fit:contain}._more_1asul_145{width:auto;min-width:80px;height:40px;cursor:pointer;transition:color .3s ease;position:relative;z-index:10;padding:0 12px;background-color:transparent;outline:none;color:#737373;font-size:20px;display:flex;align-items:center;border:none}._moreText_1asul_163{gap:4px}._statsGrid_1asul_167{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}._statsLoading_1asul_173{padding:32px;text-align:center;color:#888;background:#f7f7f7;border-radius:12px}._statBox_1asul_181{width:100%;height:100px;background:#f5f5f5;padding:10px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;gap:8px;box-shadow:0 2px 8px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._statBox_1asul_181:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}._statValue_1asul_200{font-size:26px;font-weight:700;color:#fb4655}._statLabel_1asul_206{font-size:16px;color:#999;font-weight:500;display:flex;align-items:center;gap:6px}._statLabel_1asul_206 img{width:16px;height:16px;object-fit:contain;display:inline-block}._heroActionGroup_1asul_222{margin-top:24px;display:flex;gap:16px;flex-wrap:nowrap}._editGameBtn_1asul_229,._publishGameBtn_1asul_230,._deleteGameBtn_1asul_231{padding:14px 32px;border-radius:10px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._editGameBtn_1asul_229{flex:0 0 70%;color:#fff;background-image:url(/funloom/data/assets/create/%E6%B5%8B%E8%AF%95%E4%BD%93%E9%AA%8C%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}._editGameBtn_1asul_229:hover{box-shadow:0 10px 20px #fb5b674d;transform:translateY(-2px)}._publishGameBtn_1asul_230{border:1px solid #FB4655;background:transparent;color:#fff;box-shadow:inset 0 0 0 1px #fb485666;border-radius:5px}._publishGameBtn_1asul_230:hover{transform:translateY(-2px);background:#fda3a33a}._deleteGameBtn_1asul_231{flex:0 0 30%;background:transparent;color:#fb4655;border:1px solid #FB4655}._deleteGameBtn_1asul_231:hover:not(:disabled){background:#fb5b6714}._deleteGameBtn_1asul_231:disabled{opacity:.6;cursor:not-allowed}@media(min-width:769px)and (max-width:1080px){._statsModeWrapper_1asul_1{margin-bottom:30px}._heroBanner_1asul_10{height:350px}._heroContent_1asul_30{padding:0 20px;margin-top:70px}._heroTitle_1asul_38{font-size:36px}._heroRating_1asul_96{font-size:32px}._heroMetaLabel_1asul_101{font-size:16px}._heroStatsWrapper_1asul_106{padding:0 20px;width:100%;max-width:100%}._statsSection_1asul_112{width:100%;max-width:100%}._sectionHeader_1asul_117{margin-bottom:18px}._sectionHeader_1asul_117 hr{margin:0 16px}._sectionTitle_1asul_133{font-size:24px}._statsGrid_1asul_167{grid-template-columns:repeat(3,1fr);gap:16px}._statBox_1asul_181{width:100%;height:90px}._statValue_1asul_200{font-size:26px}._statLabel_1asul_206{font-size:16px}._heroActionGroup_1asul_222{margin-top:20px;gap:14px}._editGameBtn_1asul_229{flex:0 0 70%;padding:12px 24px}._deleteGameBtn_1asul_231{flex:0 0 30%;padding:12px 24px}}@media(max-width:768px){._statsModeWrapper_1asul_1{width:100%;left:0;transform:none;margin-bottom:32px;padding-bottom:8px}._heroBanner_1asul_10{width:calc(100% - 24px);height:360px;margin:0 12px;border-radius:0 0 28px 28px;background-position:center top;box-shadow:0 30px 50px #0f172a2e}._heroOverlay_1asul_21{align-items:stretch;justify-content:flex-start;background:linear-gradient(180deg,#060a0f2e,#0a0f1661 32%,#0a0f16d6)}._heroContent_1asul_30{width:100%;max-width:100%;height:100%;margin-top:0;padding:80px 20px 34px;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}._heroTitle_1asul_38{width:100%;max-width:100%;font-size:clamp(24px,6.8vw,30px);line-height:1.1;letter-spacing:-.02em;margin-bottom:14px;text-shadow:0 10px 30px rgba(0,0,0,.35);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._heroMeta_1asul_44{align-items:flex-end;gap:12px;margin-bottom:18px;flex-wrap:wrap}._heroPrimaryActions_1asul_51{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:0}._heroRating_1asul_96{font-size:30px;line-height:1}._heroMetaLabel_1asul_101{font-size:13px;opacity:.88;padding-bottom:2px}._heroStatsWrapper_1asul_106{width:100%;max-width:100%;padding:0 12px;margin-top:-14px;position:relative;z-index:2}._statsSection_1asul_112{width:100%;background:linear-gradient(180deg,#fff,#fff9fa);border:1px solid rgba(251,70,85,.08);border-radius:28px;padding:18px 16px 16px;box-shadow:0 18px 40px #0f172a14}._sectionHeader_1asul_117{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:16px}._sectionDividerDesktop_1asul_124{display:none}._sectionTitle_1asul_133{width:132px;height:52px}._more_1asul_145{min-width:0;height:auto;padding:8px 12px;border-radius:999px;background:#fb465514;color:#fb4655;font-size:12px;font-weight:600;margin-left:auto;margin-top:4px;white-space:nowrap}._more_1asul_145 img{width:12px;height:12px;opacity:.7}._statsGrid_1asul_167{grid-template-columns:1fr;gap:10px}._statBox_1asul_181{width:100%;height:auto;min-height:82px;padding:14px 16px;border-radius:20px;background:#ffffffeb;box-shadow:inset 0 0 0 1px #f8717114,0 8px 24px #0f172a0d;flex-direction:row;align-items:center;justify-content:space-between;gap:12px}._statBox_1asul_181:hover{transform:none;box-shadow:inset 0 0 0 1px #f8717114,0 8px 24px #0f172a0d}._statValue_1asul_200{font-size:28px;line-height:1;text-align:right;white-space:nowrap}._statLabel_1asul_206{font-size:14px;gap:8px}._statLabel_1asul_206 img{width:18px;height:18px}._heroActionGroup_1asul_222{margin-top:14px;display:grid;grid-template-columns:1fr;gap:12px}._editGameBtn_1asul_229{flex:none;width:100%;min-height:52px;padding:14px 18px;font-size:15px;border-radius:18px;background:linear-gradient(135deg,#fb4655,#ff7a86);box-shadow:0 16px 28px #fb465538}._deleteGameBtn_1asul_231{flex:none;width:100%;min-height:52px;padding:14px 18px;font-size:15px;border-radius:18px;background:#fff;border:1px solid rgba(251,70,85,.24)}._primaryActionBtn_1asul_59{width:100%;min-width:0;height:48px;font-size:14px;font-weight:600;border-radius:16px;padding:0 14px;flex:initial;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._startGameBtn_1asul_79{grid-column:auto;height:48px;border-radius:16px;background-image:linear-gradient(135deg,#fb4655,#ff6a78);box-shadow:0 16px 32px #fb465547}._publishGameBtn_1asul_230{border-color:#ffffff2e;background:#ffffff24;color:#fff;box-shadow:inset 0 0 0 1px #ffffff14}}@media(max-width:420px){._heroBanner_1asul_10{width:calc(100% - 20px);height:336px;margin:0 10px}._heroContent_1asul_30{padding:78px 18px 28px}._heroTitle_1asul_38{font-size:clamp(22px,7.2vw,28px)}._heroMeta_1asul_44{gap:10px}._heroStatsWrapper_1asul_106{padding:0 10px;margin-top:-12px}._statsSection_1asul_112{padding:16px 14px 14px;border-radius:24px}._primaryActionBtn_1asul_59{font-size:13px}}._startOptionsOverlay_1asul_642{position:fixed;inset:0;z-index:10000;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem}._startOptionsModal_1asul_653{width:min(26rem,92vw);background:#fff;border-radius:1.25rem;box-shadow:0 1.5rem 3rem #00000040;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}._startOptionsHeader_1asul_664{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._startOptionsTitle_1asul_671{margin:0;font-size:1.125rem;font-weight:700;color:#1a1a1a}._startOptionsClose_1asul_678{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#888;cursor:pointer;padding:.25rem .5rem}._startOptionsButtons_1asul_688{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}._startOptionsPrimary_1asul_695,._startOptionsSecondary_1asul_696,._startOptionsGhost_1asul_697{height:3rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;border:none;background:#fb4655;color:#fff;box-shadow:0 .5rem 1rem #fb465540}._startOptionsPrimary_1asul_695:disabled,._startOptionsSecondary_1asul_696:disabled,._startOptionsGhost_1asul_697:disabled{background:#d9d9d9;color:#00000073;box-shadow:none;cursor:not-allowed}._wrapper_10zy2_1{display:inline-flex;align-items:center;gap:8px}._tipTrigger_10zy2_7{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;border-radius:50%;border:1px solid color-mix(in srgb,var(--admin-text-soft, #6f5a49) 45%,transparent);background:color-mix(in srgb,var(--admin-text-soft, #6f5a49) 8%,transparent);color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:600;line-height:1;cursor:help;-webkit-user-select:none;user-select:none}._tipTrigger_10zy2_7:hover,._tipTrigger_10zy2_7:focus-visible{border-color:var(--admin-accent, #ff6b57);color:var(--admin-accent, #ff6b57)}._tipTrigger_10zy2_7:hover ._tipBubble_10zy2_33,._tipTrigger_10zy2_7:focus-visible ._tipBubble_10zy2_33{opacity:1;visibility:visible;transform:translate(-50%)}._tipBubble_10zy2_33{position:absolute;left:50%;top:calc(100% + 10px);z-index:1300;width:max-content;max-width:min(320px,70vw);padding:10px 12px;border-radius:8px;background:#121216f5;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px #00000059;color:#ffffffe0;font-size:13px;font-weight:400;line-height:1.55;text-align:left;white-space:normal;pointer-events:none;opacity:0;visibility:hidden;transform:translate(-50%,-4px);transition:opacity .15s ease,transform .15s ease,visibility .15s ease}._tipBubble_10zy2_33:after{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-50%);border:6px solid transparent;border-bottom-color:#121216f5}._detailSection_11oh3_1{margin-top:28px}._sectionTitle_11oh3_5{margin:0;font-size:20px;font-weight:700;color:#222}._sectionTitle_11oh3_5>span:first-child{font-size:20px;font-weight:700;color:#222}._ratingSummary_11oh3_19{display:flex;align-items:baseline;gap:16px;margin-top:12px;color:#666;font-size:15px}._ratingValue_11oh3_28{font-size:32px;font-weight:700;color:#fb4655}._hourGrid_11oh3_34{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:16px}._hourCell_11oh3_41{padding:10px 8px;border-radius:8px;background:#f5f5f5;text-align:center;font-size:12px;border:1px solid transparent;transition:background .2s ease,box-shadow .2s ease}._hourCellTop_11oh3_51{background:linear-gradient(135deg,#fb465529,#ff8a9547);border-color:#fb465561;box-shadow:0 4px 14px #fb465529;color:#9b2f3a}._hourCellTop_11oh3_51 strong{color:#fb4655;font-size:14px}._commentList_11oh3_63{display:grid;gap:12px;margin-top:16px}._commentItem_11oh3_69{padding:14px 16px;border-radius:10px;background:#f7f7f7}._commentMeta_11oh3_75{display:flex;justify-content:space-between;gap:12px;color:#888;font-size:12px;margin-bottom:8px}._commentRating_11oh3_84{color:#fb4655;font-weight:600}._emptyState_11oh3_89{padding:24px;text-align:center;color:#888;background:#f7f7f7;border-radius:10px;margin-top:16px}@media(max-width:768px){._hourGrid_11oh3_34{grid-template-columns:repeat(4,minmax(0,1fr))}}._overlay_vrg78_1{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}._modal_vrg78_11{width:min(800px,92vw);max-height:80vh;background:#fff;border-radius:12px;display:flex;flex-direction:column}._header_vrg78_20{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}._title_vrg78_28{font-weight:600}._closeBtn_vrg78_29{background:none;border:none;font-size:20px;cursor:pointer}._body_vrg78_31{padding:12px 20px;overflow:auto}._list_vrg78_36{display:flex;flex-direction:column;gap:12px}._item_vrg78_37{border:1px solid #eee;border-radius:10px;padding:12px;display:grid;grid-template-columns:1fr auto;gap:8px}._summary_vrg78_45{color:#333;white-space:pre-wrap;max-height:6.5em;overflow:hidden}._meta_vrg78_46{color:#999;font-size:12px}._actions_vrg78_47{display:flex;gap:8px;align-items:center}._btn_vrg78_48{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}._btnPrimary_vrg78_49{background:#e03d4b;border-color:#e03d4b;color:#fff}._empty_vrg78_50{padding:32px;text-align:center;color:#666}._slotEmpty_vrg78_53{border:1px dashed #ccc;border-radius:10px;padding:20px;text-align:center;color:#888;cursor:pointer}._slotEmpty_vrg78_53:hover{background:#fafafa}._overlay_q48fc_1{position:fixed;inset:0;background:#00000080;z-index:1001;display:flex;align-items:center;justify-content:center}._modal_q48fc_2{width:min(720px,92vw);max-height:80vh;background:#fff;border-radius:12px;display:flex;flex-direction:column}._header_q48fc_3{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}._title_q48fc_4{font-weight:600}._closeBtn_q48fc_5{background:none;border:none;font-size:20px;cursor:pointer}._body_q48fc_6{padding:12px 20px;overflow:auto}._summary_q48fc_7{white-space:pre-wrap;color:#333}._footer_q48fc_8{padding:12px 20px 18px;border-top:1px solid #eee;display:flex;gap:8px;justify-content:flex-end}._btn_q48fc_9{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}._btnPrimary_q48fc_10{background:#e03d4b;border-color:#e03d4b;color:#fff}._modalOverlay_15dhq_1{position:fixed;inset:0;background-color:#00000073;display:flex;align-items:center;justify-content:center;z-index:1100;padding:16px}._modal_15dhq_1{background-color:#fff;border-radius:16px;padding:20px 22px 16px;min-width:320px;max-width:420px;width:100%;box-shadow:0 18px 45px #0f172a2e}._modalHeader_15dhq_22{margin-bottom:16px}._modalTitle_15dhq_26{font-size:18px;font-weight:600;color:#111827}._modalBody_15dhq_32{display:flex;flex-direction:column;gap:16px}._formGroup_15dhq_38{display:flex;flex-direction:column;gap:8px}._specialPriceHeader_15dhq_44{display:flex;justify-content:space-between;align-items:center}._label_15dhq_50{font-size:14px;font-weight:500;color:#374151;display:flex;align-items:center;gap:6px}._labelIcon_15dhq_59{width:16px;height:16px;object-fit:contain}._priceInput_15dhq_65{width:100%;padding:8px 12px;border-radius:10px;border:1px solid #E5E7EB;font-size:14px;outline:none;background-color:#fff;color:#111827;transition:all .2s ease}._priceInput_15dhq_65:focus{border-color:#fb4655;box-shadow:0 0 0 1px #fb465533}._priceInput_15dhq_65:disabled{background-color:#f9fafb;color:#9ca3af;cursor:not-allowed}._priceInput_15dhq_65::placeholder{color:#9ca3af}._checkboxLabel_15dhq_92{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 0}._freeCheckbox_15dhq_100{width:16px;height:16px;cursor:pointer;accent-color:#FB4655}._checkboxText_15dhq_107{font-size:14px;font-weight:500;color:#374151;-webkit-user-select:none;user-select:none}._modalActions_15dhq_114{margin-top:18px;display:flex;justify-content:flex-end;gap:8px}._cancelBtn_15dhq_121{padding:6px 14px;border-radius:999px;border:1px solid #E5E7EB;background-color:#fff;color:#4b5563;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelBtn_15dhq_121:hover{background-color:#f9fafb;border-color:#d1d5db}._saveBtn_15dhq_138{padding:6px 16px;border-radius:999px;border:none;background-color:#fb4655;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}._saveBtn_15dhq_138:hover{background-color:#e63946}._cancelBtn_15dhq_121:disabled,._saveBtn_15dhq_138:disabled{opacity:.7;cursor:not-allowed}@media(max-width:768px){._modalOverlay_15dhq_1{padding:12px}._modal_15dhq_1{min-width:280px;padding:18px 20px 14px}._modalTitle_15dhq_26{font-size:16px}._modalBody_15dhq_32{gap:14px}._label_15dhq_50{font-size:13px}._priceInput_15dhq_65{padding:7px 11px;font-size:13px}._modalActions_15dhq_114{margin-top:16px}}._pageRoot_idsur_2{width:100%;min-height:100vh;position:relative;background:#fff;display:flex;justify-content:center;align-items:center}._mainContent_idsur_12{width:25.875rem;height:56rem;max-width:100vw;max-height:100vh;display:flex;flex-direction:column;position:relative;overflow:hidden}._gameBackground_idsur_23{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}._topBar_idsur_34{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-start;padding:1rem .75rem 0;z-index:100}._topBar_idsur_34>._topHeader_idsur_46{position:absolute;left:50%;transform:translate(-50%)}._topHeader_idsur_46{background:#37333480;padding:.625rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;font-size:.875rem;font-weight:600;position:relative;border-radius:1.25rem;min-width:11.25rem;transition:all .3s ease;flex-shrink:0}._topHeader_idsur_46 svg{font-size:1.125rem}._topHeaderLocationIcon_idsur_74{display:inline-flex;align-items:center;justify-content:center;line-height:0;transform-origin:center center;animation:_topHeaderLocationPulse_idsur_1 1s ease-in-out infinite;flex-shrink:0}@keyframes _topHeaderLocationPulse_idsur_1{0%{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}75%{transform:scale(1.2)}to{transform:scale(1)}}._topHeaderLocationText_idsur_103{display:inline-block;overflow:hidden;white-space:nowrap;vertical-align:bottom;max-width:0;border-right:.12em solid rgba(255,255,255,.9);animation:_topHeaderLocationTypewriter_idsur_1 var(--location-type-ms, .8s) steps(var(--location-type-steps, 8),end) forwards,_topHeaderLocationCaretFade_idsur_1 .2s ease-out forwards;animation-delay:0s,var(--location-type-ms, .8s)}@keyframes _topHeaderLocationTypewriter_idsur_1{0%{max-width:0}to{max-width:16rem}}@keyframes _topHeaderLocationCaretFade_idsur_1{to{border-right-color:transparent}}._musicButton_idsur_132{flex-shrink:0;width:2.625rem;height:2.625rem;background:#0000001a;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease;cursor:pointer;margin-left:.85rem}._musicButton_idsur_132:active{transform:rotate(45deg) scale(.9)}._musicButtonMuted_idsur_153{opacity:.5;filter:grayscale(50%)}._musicButtonMuted_idsur_153:active{transform:rotate(45deg) scale(.85)}._musicButtonInner_idsur_162{width:100%;height:100%;color:#fff;cursor:pointer;transition:all .3s ease;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:.375rem;outline:none;-webkit-tap-highlight-color:transparent;transform:rotate(-45deg);position:relative}._musicButtonInner_idsur_162 svg,._musicButtonInner_idsur_162 img{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._musicButtonInner_idsur_162 span{font-weight:600;font-size:.5rem;text-align:center;line-height:1.2;white-space:nowrap}._muteSlash_idsur_199{position:absolute;width:1.4px;height:140%;background:linear-gradient(to bottom,transparent,#fff 30%,#fff 70%,transparent);transform:rotate(45deg);pointer-events:none}._musicLoading_idsur_209{width:1rem;height:1rem;border:1.5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_musicSpin_idsur_1 .8s linear infinite}@keyframes _musicSpin_idsur_1{to{transform:rotate(360deg)}}._exitButton_idsur_224{border:none;cursor:pointer;font-size:1.25rem;transition:all .2s ease;position:absolute;top:1.25rem;left:1rem;z-index:101;background:none;color:#37333480}._exitButton_idsur_224:hover{transform:scale(1.1)}._exitButton_idsur_224:active{transform:scale(.95)}._topHeaderTextMode_idsur_246{background:linear-gradient(135deg,#e03d4b26,#e03d4b14);border:.0625rem solid rgba(224,61,75,.3);color:#fffffff2;box-shadow:0 .25rem 1.25rem #e03d4b33,inset 0 .0625rem #ffffff1a;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}._topHeaderTextMode_idsur_246 svg{color:var(--primary)}._contextMemoryMeter_idsur_258{position:relative;z-index:180;width:fit-content;max-width:calc(100% - 2.5rem);margin:-.25rem auto .5rem;padding:.5rem .875rem;display:flex;align-items:center;justify-content:center;gap:.625rem;border:.0625rem solid rgba(0,0,0,.08);border-radius:.75rem;background:#fffffff0;color:#111827e6;font-size:.875rem;line-height:1;box-shadow:0 .375rem 1.25rem #0000001f;flex-shrink:0}._contextMemoryText_idsur_279,._contextMemoryBusy_idsur_280{flex-shrink:0;white-space:nowrap}._contextMemoryTextGroup_idsur_285{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-width:0}._contextMemoryRoundText_idsur_293{color:#111827ad;font-size:.75rem;line-height:1.1;white-space:nowrap}._contextMemoryBusy_idsur_280{color:#e03d4beb;font-size:.75rem}._contextMemoryProgress_idsur_305{position:relative;width:.875rem;height:.875rem;border-radius:50%;flex-shrink:0}._contextMemoryProgress_idsur_305:after{content:"";position:absolute;inset:.1875rem;border-radius:50%;background:#fffffff5}._contextMemoryProgressActive_idsur_321{animation:_spin_idsur_1 .9s linear infinite}._characterContainer_idsur_325{position:absolute;bottom:0;left:0;right:0;width:100%;height:100%;max-height:100%;z-index:120;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;overflow:hidden}._characterSlideLeft_idsur_342{left:0;animation:_fadeSlideInFromLeft_idsur_1 1s cubic-bezier(.4,0,.2,1)}._characterSlideLeft_idsur_342 ._characterImage_idsur_347{object-position:bottom left;max-width:100%;max-height:100%;margin-left:-15%}._characterSlideRight_idsur_354{right:0;animation:_fadeSlideInFromRight_idsur_1 1s cubic-bezier(.4,0,.2,1)}._characterSlideRight_idsur_354 ._characterImage_idsur_347{object-position:bottom right;max-width:100%;max-height:100%;margin-right:-15%}@keyframes _fadeSlideInFromLeft_idsur_1{0%{transform:translate(-.9375rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeSlideInFromRight_idsur_1{0%{transform:translate(.9375rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _characterJumpLeft_idsur_466{0%{transform:translate(0) translateY(0)}12.5%{transform:translate(1.25rem) translateY(-1.25rem)}25%{transform:translate(2.1875rem) translateY(-2.1875rem)}37.5%{transform:translate(2.5rem) translateY(-1.25rem)}50%{transform:translate(2.5rem) translateY(0)}62.5%{transform:translate(3.125rem) translateY(-1.25rem)}75%{transform:translate(3.4375rem) translateY(-2.1875rem)}87.5%{transform:translate(3.75rem) translateY(-1.25rem)}to{transform:translate(3.75rem) translateY(0)}}@keyframes _characterJumpRight_idsur_470{0%{transform:translate(0) translateY(0)}12.5%{transform:translate(-1.25rem) translateY(-1.25rem)}25%{transform:translate(-2.1875rem) translateY(-2.1875rem)}37.5%{transform:translate(-2.5rem) translateY(-1.25rem)}50%{transform:translate(-2.5rem) translateY(0)}62.5%{transform:translate(-3.125rem) translateY(-1.25rem)}75%{transform:translate(-3.4375rem) translateY(-2.1875rem)}87.5%{transform:translate(-3.75rem) translateY(-1.25rem)}to{transform:translate(-3.75rem) translateY(0)}}._characterJumpLeft_idsur_466{animation:_characterJumpLeft_idsur_466 .8s ease-in-out forwards}._characterJumpRight_idsur_470{animation:_characterJumpRight_idsur_470 .8s ease-in-out forwards}@keyframes _worldVibration_idsur_1{0%{transform:translate(0) rotate(0)}10%{transform:translate(-.1875rem,-.1875rem) rotate(-.5deg)}20%{transform:translate(.25rem,.125rem) rotate(.3deg)}30%{transform:translate(-.25rem,.125rem) rotate(-.3deg)}40%{transform:translate(.1875rem,-.125rem) rotate(.2deg)}50%{transform:translate(-.125rem,.0625rem) rotate(-.1deg)}60%{transform:translate(.125rem,-.0625rem) rotate(.1deg)}70%{transform:translate(-.0625rem) rotate(-.05deg)}80%{transform:translate(.0625rem,.0625rem) rotate(.05deg)}90%{transform:translate(-.0625rem,-.0625rem) rotate(-.03deg)}to{transform:translate(0) rotate(0)}}@keyframes _worldVibrationSlow_idsur_1{0%{transform:translate(0)}15%{transform:translate(-.375rem,-.1875rem)}30%{transform:translate(.25rem,.125rem)}45%{transform:translate(-.25rem,.1875rem)}60%{transform:translate(.1875rem,-.125rem)}75%{transform:translate(-.125rem,.0625rem)}to{transform:translate(0)}}@keyframes _worldVibrationFast_idsur_1{0%{transform:translate(0)}8%{transform:translate(-.1875rem,-.125rem)}16%{transform:translate(.25rem,.0625rem)}24%{transform:translate(-.125rem,.1875rem)}32%{transform:translate(.1875rem,-.0625rem)}40%{transform:translate(-.0625rem,-.125rem)}48%{transform:translate(.125rem,.125rem)}56%{transform:translate(-.0625rem,-.1875rem)}64%{transform:translate(.0625rem,.0625rem)}72%{transform:translateY(.0625rem)}80%{transform:translate(.0625rem)}88%{transform:translateY(.0625rem)}96%{transform:translate(.0625rem)}to{transform:translate(0)}}@keyframes _intenseShake_idsur_1{0%{transform:translate(0)}10%{transform:translate(-.125rem,-.125rem)}20%{transform:translate(.125rem,.125rem)}30%{transform:translate(-.125rem,.125rem)}40%{transform:translate(.125rem,-.125rem)}50%{transform:translate(-.0625rem,.0625rem)}60%{transform:translate(.0625rem,-.0625rem)}70%{transform:translate(-.0625rem,-.0625rem)}80%{transform:translate(.0625rem,.0625rem)}90%{transform:translate(0)}to{transform:translate(0)}}@keyframes _worldVibrationFast0_idsur_1{0%{transform:translate(0)}8%{transform:translate(-.25rem,-.1875rem)}16%{transform:translate(.3125rem,.125rem)}24%{transform:translate(-.1875rem,.25rem)}32%{transform:translate(.25rem,-.125rem)}40%{transform:translate(-.125rem,-.1875rem)}48%{transform:translate(.1875rem,.1875rem)}56%{transform:translate(-.125rem,-.25rem)}64%{transform:translate(.125rem,.125rem)}72%{transform:translate(-.0625rem,.125rem)}80%{transform:translate(.125rem,-.0625rem)}88%{transform:translate(-.0625rem,.125rem)}96%{transform:translate(.125rem,-.0625rem)}to{transform:translate(.0625rem,-.0625rem)}}@keyframes _worldVibrationBalanced_idsur_1{0%{transform:translate(0) rotate(0)}12%{transform:translate(-.5rem,-.3125rem) rotate(-.5deg)}24%{transform:translate(.4375rem,.375rem) rotate(.4deg)}36%{transform:translate(.375rem,-.25rem) rotate(.3deg)}48%{transform:translate(-.375rem,.3125rem) rotate(-.3deg)}60%{transform:translate(-.4375rem,.25rem) rotate(-.4deg)}72%{transform:translate(.3125rem,-.375rem) rotate(.2deg)}84%{transform:translate(-.1875rem,-.1875rem) rotate(-.1deg)}96%{transform:translate(.125rem,.125rem) rotate(.1deg)}to{transform:translate(0) rotate(0)}}@keyframes _worldVibrationIntense_idsur_1{0%{transform:translate(0) rotate(0)}5%{transform:translate(-.375rem,-.3125rem) rotate(-.8deg)}10%{transform:translate(.3125rem,.25rem) rotate(.6deg)}15%{transform:translate(-.25rem,.375rem) rotate(-.7deg)}20%{transform:translate(.375rem,-.1875rem) rotate(.5deg)}25%{transform:translate(-.3125rem,-.25rem) rotate(-.6deg)}30%{transform:translate(.25rem,.3125rem) rotate(.4deg)}35%{transform:translate(-.1875rem,-.375rem) rotate(-.5deg)}40%{transform:translate(.3125rem,.1875rem) rotate(.3deg)}45%{transform:translate(-.25rem,.25rem) rotate(-.4deg)}50%{transform:translate(.1875rem,-.3125rem) rotate(.2deg)}55%{transform:translate(-.125rem,.1875rem) rotate(-.3deg)}60%{transform:translate(.25rem,-.125rem) rotate(.1deg)}65%{transform:translate(-.1875rem,.125rem) rotate(-.2deg)}70%{transform:translate(.125rem,-.1875rem) rotate(.1deg)}75%{transform:translate(-.0625rem,.0625rem) rotate(-.1deg)}80%{transform:translate(.0625rem,-.0625rem) rotate(.05deg)}85%{transform:translate(-.125rem,.125rem) rotate(-.08deg)}90%{transform:translate(.125rem,-.125rem) rotate(.06deg)}95%{transform:translate(-.0625rem,.0625rem) rotate(-.03deg)}to{transform:translate(0) rotate(0)}}._characterVibration_idsur_677{animation:_intenseShake_idsur_1 .6s linear alternate-reverse;animation-iteration-count:2}._worldInjury_idsur_683{animation:_intenseShake_idsur_1 3s infinite ease-in-out;position:relative}._worldInjury_idsur_683:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;background:inherit;background-size:cover;background-position:center;filter:blur(.25rem) brightness(.75) contrast(1.2);animation:_dizzyZoom_idsur_1 10s infinite alternate ease-in-out;z-index:1;pointer-events:none}._worldInjury_idsur_683:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,transparent 30%,rgba(160,0,0,.4) 70%,rgba(120,0,0,.9) 100%);mix-blend-mode:multiply;animation:_heartbeat_idsur_1 1.2s infinite;pointer-events:none;z-index:2000}._injuryBloodSplatter_idsur_726{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(150,0,0,.6) 0%,transparent 10%),radial-gradient(circle at 80% 80%,rgba(180,0,0,.5) 0%,transparent 15%),radial-gradient(circle at 50% 50%,rgba(120,0,0,.4) 0%,transparent 8%);filter:blur(.0625rem);opacity:.8;pointer-events:none;z-index:1999;animation:_injuryFadeOut_idsur_1 3s ease-out forwards}@keyframes _shakeHard_idsur_1{0%{transform:translate(.0625rem,.0625rem) rotate(0)}10%{transform:translate(-.1875rem,-.125rem) rotate(-1deg)}20%{transform:translate(-.3125rem) rotate(1deg)}30%{transform:translate(.3125rem,.125rem) rotate(0)}40%{transform:translate(.0625rem,-.0625rem) rotate(1deg)}50%{transform:translate(-.1875rem,.125rem) rotate(-1deg)}60%{transform:translate(-.3125rem,.0625rem) rotate(0)}70%{transform:translate(.3125rem,.0625rem) rotate(-1deg)}80%{transform:translate(-.0625rem,-.0625rem) rotate(1deg)}90%{transform:translate(.0625rem,.125rem) rotate(0)}to{transform:translate(.0625rem,-.125rem) rotate(-1deg)}}@keyframes _heartbeat_idsur_1{0%{box-shadow:inset 0 0 3.125rem #f003;opacity:.8}10%{box-shadow:inset 0 0 9.375rem #f00c;opacity:1;transform:scale(1.02)}20%{box-shadow:inset 0 0 6.25rem #ff000080;opacity:.9;transform:scale(1.01)}30%{box-shadow:inset 0 0 9.375rem #f00c;opacity:1;transform:scale(1.02)}50%{box-shadow:inset 0 0 3.125rem #f003;opacity:.8;transform:scale(1)}to{box-shadow:inset 0 0 3.125rem #f003;opacity:.8}}@keyframes _dizzyZoom_idsur_1{0%{transform:scale(1);filter:blur(.1875rem) brightness(.6)}to{transform:scale(1.1);filter:blur(.375rem) brightness(.5)}}@keyframes _injuryFadeOut_idsur_1{0%{opacity:1}to{opacity:0}}._characterImage_idsur_347{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:bottom;transition:opacity .5s cubic-bezier(.4,0,.2,1);image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}._gameContentWrapper_idsur_825{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;min-height:12.5rem;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.82) 8%,rgba(0,0,0,.75) 18%,rgba(0,0,0,.7) 32%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.55) 82%,rgba(0,0,0,.3) 92%,transparent 100%);z-index:150;pointer-events:none;display:flex;flex-direction:column}._gameContentWrapper_idsur_825>*{pointer-events:auto}._gameContentWrapperTextMode_idsur_852{position:relative;background:none;flex:1;min-height:0;display:flex;flex-direction:column}._narrationMessage_idsur_861{color:#fff;padding:0;font-size:1rem;line-height:1.6;word-break:break-word;margin-bottom:.5rem}._characterMessage_idsur_870{color:#fff;padding:0;font-size:1rem;line-height:1.6;word-break:break-word;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.125rem}._characterName_idsur_882{font-size:1rem;font-weight:600;color:#fff;border-left:.1875rem solid #845DFF;padding-left:.625rem}._characterDivider_idsur_890{width:100%;height:.0625rem;background:linear-gradient(to right,transparent,#fff,transparent);margin:.25rem 0}._characterText_idsur_897{flex:1;padding-bottom:.25rem}._choiceContainer_idsur_902{display:flex;flex-direction:column;gap:.5rem}._choiceOption_idsur_908{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;background-color:#0000007a;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._choiceText_idsur_923{flex:1;min-width:0;overflow-wrap:anywhere;white-space:normal}._choicePrice_idsur_930{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;color:#fff;font-size:.875rem;font-weight:600}._choicePrice_idsur_930 img{width:1rem;height:1rem;object-fit:contain;display:block}._choiceOption_idsur_908:hover{background:#ffffff1a;transform:translate(.25rem)}._customInputText_idsur_952{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%);background-color:#0000007a}._customInputText_idsur_952:hover{background:#ffffff1a;transform:translate(.25rem)}._customInput_idsur_952{display:flex;gap:.5rem;align-items:center;background-color:#0000007a;padding:.5rem 1.25rem;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%)}._customInput_idsur_952 input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;line-height:1.6;padding:0}._customInput_idsur_952 input::placeholder{color:#ffffff80}._customInput_idsur_952 button{background:#ffffff26;border:.0625rem solid rgba(255,255,255,.3);border-radius:.25rem;color:#fff;font-size:1rem;padding:.3125rem .75rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.375rem}._customInput_idsur_952 button:hover{background:#ffffff40;border-color:#ffffff80}._nextButtonContainer_idsur_1033{display:flex;justify-content:flex-end}._nextButton_idsur_1033{background:transparent;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}._nextButton_idsur_1033:hover{transform:scale(1.1)}._nextButton_idsur_1033 svg{width:1.75rem;height:1.75rem}._buttonContainer_idsur_1060{position:absolute;bottom:0;left:0;right:0;width:100%;padding:.75rem 6.25rem .75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));display:flex;gap:1.25rem;overflow-x:auto;z-index:3100;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}._buttonContainer_idsur_1060::-webkit-scrollbar{display:none}._historyActionBar_idsur_1087{padding:.85rem 1rem max(.85rem,env(safe-area-inset-bottom));padding-right:1rem;gap:.65rem;overflow-x:hidden;align-items:stretch;justify-content:center;background:linear-gradient(180deg,#0c0a0e00,#0c0a0e6b 28%,#0c0a0eb8);backdrop-filter:blur(.35rem);-webkit-backdrop-filter:blur(.35rem)}._historyExportButton_idsur_1100{flex:1.35;min-height:3.15rem;border:none;border-radius:999px;padding:0 1.25rem;background:linear-gradient(135deg,#ff6b6b 0%,var(--primary, #e03d4b) 48%,#c42d3a 100%);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;box-shadow:0 .55rem 1.4rem #e03d4b61,inset 0 1px #ffffff47;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease}._historyExportButton_idsur_1100:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 .7rem 1.6rem #e03d4b7a,inset 0 1px #ffffff52}._historyExportButton_idsur_1100:active:not(:disabled){transform:translateY(1px) scale(.985)}._historyExportButton_idsur_1100:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;filter:grayscale(.2)}._historyBackButton_idsur_1137{flex:0 0 auto;min-width:5.75rem;min-height:3.15rem;padding:0 1.15rem;border-radius:999px;border:1px solid rgba(255,255,255,.28);background:#ffffff24;color:#fff;font-size:.95rem;font-weight:650;letter-spacing:.03em;cursor:pointer;backdrop-filter:blur(.6rem);-webkit-backdrop-filter:blur(.6rem);box-shadow:inset 0 1px #ffffff38;transition:background .18s ease,border-color .18s ease,transform .18s ease}._historyBackButton_idsur_1137:hover{background:#ffffff38;border-color:#ffffff6b}._historyBackButton_idsur_1137:active{transform:translateY(1px) scale(.985)}._replayControlBar_idsur_1165{position:absolute;left:1rem;right:1rem;bottom:4.875rem;z-index:3090;padding:.75rem .875rem;border:.0625rem solid rgba(255,255,255,.18);border-radius:1rem;background:#12121694;backdrop-filter:blur(.75rem);-webkit-backdrop-filter:blur(.75rem);box-shadow:0 .75rem 1.75rem #00000038;color:#fff;display:flex;flex-direction:column;gap:.625rem}._replayProgressHeader_idsur_1184{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem;font-weight:700;letter-spacing:.02em;color:#ffffffe6}._replayProgressRange_idsur_1195{width:100%;margin:0;accent-color:#fb4655;cursor:pointer}._replayProgressRange_idsur_1195:disabled{cursor:not-allowed;opacity:.45}._replaySpeedRow_idsur_1207{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._replaySpeedLabel_idsur_1214{color:#ffffffb8;font-size:.75rem;font-weight:600}._replaySpeedOptions_idsur_1220{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap;justify-content:flex-end}._replaySpeedButton_idsur_1228{min-width:2.5rem;border:.0625rem solid rgba(255,255,255,.18);border-radius:999px;padding:.25rem .5rem;background:#ffffff14;color:#ffffffd1;font-size:.6875rem;font-weight:700;cursor:pointer;transition:all .2s ease}._replaySpeedButtonActive_idsur_1241{border-color:#fb46559e;background:#fb465557;color:#fff;box-shadow:0 .25rem .875rem #fb46553d}._buttonContainerDragging_idsur_1248{cursor:grabbing;-webkit-user-select:none;user-select:none}._buttonContainerDragging_idsur_1248 ._buttonInner_idsur_1253{cursor:grabbing}._buttonItem_idsur_1257{flex-shrink:0;width:2.625rem;height:2.625rem;background:#ffffff1a;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);position:relative;overflow:hidden;border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease}._buttonItem_idsur_1257:active{transform:rotate(45deg) scale(.95)}._buttonItemActive_idsur_1277{background:#fb46554d;border-color:#fb465580;box-shadow:0 .125rem .75rem #fb46554d}._buttonItemDisabled_idsur_1283{pointer-events:none;background:#ffffff1a;border-color:#fff3;box-shadow:0 .125rem .5rem #0000001a}._buttonItemDisabled_idsur_1283 ._buttonInner_idsur_1253{cursor:not-allowed}._buttonItemDisabled_idsur_1283 ._buttonInner_idsur_1253 span,._buttonItemDisabled_idsur_1283 ._buttonInner_idsur_1253 svg{opacity:.5;color:#ffffff80}._buttonItem_idsur_1257 ._buttonInner_idsur_1253{width:100%;height:100%;padding:0;border:none;border-radius:.75rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .3s ease;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.125rem;position:relative;transform:rotate(-45deg);outline:none;-webkit-tap-highlight-color:transparent}._buttonItem_idsur_1257 ._buttonInner_idsur_1253 img,._buttonItem_idsur_1257 ._buttonInner_idsur_1253 svg{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._buttonItem_idsur_1257 ._buttonInner_idsur_1253 span{font-weight:600;font-size:.5625rem;text-align:center;line-height:1.2;white-space:nowrap}._questTracker_idsur_1341{position:absolute;top:4.25rem;left:50%;transform:translate(-50%);width:min(22rem,calc(100% - 1.5rem));z-index:90;pointer-events:none}._questTrackerLabel_idsur_1351{display:inline-block;font-size:.75rem;font-weight:650;color:#7ee7bb;margin-bottom:.25rem}._questTrackerBody_idsur_1359{background:#0f121cb8;border:1px solid rgba(255,255,255,.12);border-radius:.45rem;padding:.55rem .7rem;color:#ffffffeb;font-size:.8125rem;line-height:1.4}._questTrackerEnter_idsur_1370{animation:_questTrackerFadeIn_idsur_1 .35s ease-out}._questTrackerBodyTyping_idsur_1374:after{content:"";display:inline-block;width:.1em;height:.95em;margin-left:.14em;vertical-align:-.12em;background:#7ee7bbf2;animation:_questTrackerCaretBlink_idsur_1 .85s steps(1,end) infinite}@keyframes _questTrackerFadeIn_idsur_1{0%{opacity:0;transform:translate(-50%) translateY(-6px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes _questTrackerCaretBlink_idsur_1{0%,45%{opacity:1}55%,to{opacity:0}}._topButtonsContainer_idsur_1408{position:absolute;top:1rem;right:1.25rem;z-index:3200;display:flex;gap:.75rem;align-items:center}._timeoutOverlay_idsur_1418{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;-webkit-backdrop-filter:blur(.375rem);backdrop-filter:blur(.375rem);z-index:2000}._timeoutCard_idsur_1429{background:#ffffffe6;border-radius:1rem;padding:1.25rem 1.5rem;width:20rem;box-shadow:0 .625rem 1.875rem #00000026;border:.0625rem solid rgba(255,255,255,.6)}._timeoutTitle_idsur_1438{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}._timeoutDesc_idsur_1445{font-size:.8125rem;color:#4b5563;margin-bottom:1rem}._timeoutActions_idsur_1451{display:flex;justify-content:flex-end;gap:.625rem}._timeoutCancel_idsur_1457,._timeoutRetry_idsur_1458{padding:.5rem .875rem;border-radius:.625rem;border:none;font-size:.8125rem;cursor:pointer;transition:all .2s ease}._timeoutCancel_idsur_1457{background:#0000000d;color:#374151}._timeoutCancel_idsur_1457:hover{background:#00000014}._timeoutRetry_idsur_1458{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 .375rem 1.25rem #6366f159}._timeoutRetry_idsur_1458:hover{filter:brightness(1.05)}._memoryDebugOverlay_idsur_1486{position:absolute;inset:0;z-index:3300;display:flex;align-items:center;justify-content:center;padding:1.875rem 1rem;background:#0000007a;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);box-sizing:border-box;overflow:hidden}._memoryDebugPanel_idsur_1501{width:100%;max-width:24rem;height:auto;max-height:100%;display:flex;flex-direction:column;border:.0625rem solid rgba(255,255,255,.22);border-radius:.5rem;background:#121418f5;color:#f9fafb;box-shadow:0 1.25rem 3rem #00000052;overflow:hidden}._memoryDebugHeader_idsur_1516{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.875rem 1rem;border-bottom:.0625rem solid rgba(255,255,255,.14)}._memoryDebugTitle_idsur_1526{font-size:1rem;line-height:1.2;font-weight:700}._memoryDebugMeta_idsur_1532{margin-top:.25rem;color:#f9fafb9e;font-size:.6875rem;line-height:1.35}._memoryDebugActions_idsur_1539{display:flex;gap:.5rem;flex-shrink:0}._memoryDebugActions_idsur_1539 button{border:.0625rem solid rgba(255,255,255,.18);border-radius:.375rem;padding:.375rem .625rem;background:#ffffff1a;color:#fff;font-size:.75rem;cursor:pointer}._memoryDebugActions_idsur_1539 button:disabled{cursor:not-allowed;opacity:.55}._memoryDebugBody_idsur_1560{min-height:0;overflow-y:auto;padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.875rem;overscroll-behavior:contain}._memoryDebugSection_idsur_1570{display:flex;flex-direction:column;gap:.5rem}._memoryDebugSectionHeader_idsur_1576{display:flex;align-items:center;justify-content:space-between;gap:.5rem;min-height:1.5rem}._memoryDebugSectionTitle_idsur_1584{color:#f9fafbcc;font-size:.75rem;line-height:1.3;font-weight:700;text-transform:uppercase}._memoryDebugCopyButton_idsur_1592{width:1.625rem;height:1.625rem;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:0;border:.0625rem solid rgba(255,255,255,.12);border-radius:.375rem;background:#ffffff0f;color:#f9fafbc7;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._memoryDebugCopyButton_idsur_1592:hover:not(:disabled){border-color:#ffffff3d;background:#ffffff1f;color:#fffffff5}._memoryDebugCopyButton_idsur_1592:disabled{cursor:not-allowed;opacity:.42}._memoryDebugSummary_idsur_1619,._memoryDebugEmpty_idsur_1620,._memoryDebugHistoryText_idsur_1621{color:#f9fafbe6;font-size:.8125rem;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}._memoryDebugEmpty_idsur_1620{color:#f9fafb8c}._memoryDebugMetaGrid_idsur_1633{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;color:#f9fafb9e;font-size:.6875rem;line-height:1.35}._memoryDebugJson_idsur_1642{max-height:13rem;margin:0;padding:.75rem;overflow:auto;border:.0625rem solid rgba(255,255,255,.12);border-radius:.375rem;background:#0000003d;color:#f9fafbdb;font-size:.6875rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}._memoryDebugHistoryList_idsur_1657{display:flex;flex-direction:column;gap:.625rem}._memoryDebugHistoryItem_idsur_1663{padding:.625rem;border:.0625rem solid rgba(255,255,255,.1);border-radius:.375rem;background:#ffffff0d}._memoryDebugHistoryMeta_idsur_1670{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem;color:#f9fafb8f;font-size:.6875rem;line-height:1.3}@media(min-width:769px)and (max-width:1080px){._pageRoot_idsur_2{background:#1a1a1a}._mainContent_idsur_12{width:25.875rem;height:56rem;max-width:25.875rem;max-height:56rem;flex-shrink:0}}@media(max-width:768px){._mainContent_idsur_12{width:100%;height:100vh;max-width:none;max-height:none}._characterContainer_idsur_325{width:100%;max-width:100%;bottom:0;height:95dvh;max-height:95dvh}._messageContainer_idsur_1714{bottom:5rem}._buttonContainer_idsur_1060{padding:.625rem 5.625rem .625rem 1.125rem;gap:1rem;margin-bottom:.625rem}._historyActionBar_idsur_1087{padding-right:1.125rem}._replayControlBar_idsur_1165{left:.875rem;right:.875rem;bottom:5.5rem}}._cursor_idsur_1736{display:inline-block;width:.125rem;height:1em;background-color:#fff;margin-left:.125rem;animation:_blink_idsur_1 1s infinite;vertical-align:baseline}@keyframes _blink_idsur_1{0%,50%{opacity:1}51%,to{opacity:0}}._customUIRoot_idsur_1760{position:absolute;top:0;right:0;width:auto;height:auto;z-index:1600;pointer-events:auto}._messageContainer_xrmqa_1{flex:1;width:100%;min-height:21.875rem;height:auto;overflow-y:hidden;overflow-x:hidden;padding:3.75rem 1.125rem 5rem;box-sizing:border-box;display:flex;flex-direction:column}._narrationMessage_xrmqa_16{color:#fff;padding:0;font-size:1rem;line-height:1.7;letter-spacing:.075rem;word-break:break-word;white-space:pre-wrap;margin-bottom:.5rem}._characterMessage_xrmqa_27{color:#fff;padding:0;font-size:1rem;line-height:1.7;letter-spacing:.075rem;word-break:break-word;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.125rem}._characterName_xrmqa_40{font-size:1rem;font-weight:600;color:#fff;border-left:.1875rem solid #845DFF;padding-left:.625rem}._characterDivider_xrmqa_48{width:100%;height:.0625rem;background:linear-gradient(to right,transparent,#fff,transparent);margin:.25rem 0}._characterText_xrmqa_55{flex:1;padding-bottom:.25rem;line-height:1.7;letter-spacing:.075rem;white-space:pre-wrap}._nextButtonContainer_xrmqa_63{position:absolute;bottom:5rem;right:1.125rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.375rem;z-index:10}._regenerateButton_xrmqa_75{background:transparent;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border:none;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0;padding:0}._regenerateButton_xrmqa_75:hover{transform:scale(1.1)}._regenerateButton_xrmqa_75:disabled{opacity:.5;cursor:not-allowed;transform:none}._regenerateButton_xrmqa_75 svg{width:2rem;height:2rem}._nextButton_xrmqa_63{background:transparent;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0;border:none}._nextButton_xrmqa_63:hover{transform:scale(1.1)}._nextButton_xrmqa_63:disabled{opacity:.5;cursor:not-allowed}._nextButton_xrmqa_63 svg{width:2rem;height:2rem}._cursor_xrmqa_133{display:inline-block;width:.125rem;height:1em;background-color:#fff;animation:_blink_xrmqa_1 1s infinite;vertical-align:baseline;margin-left:.125rem}._colorRed_xrmqa_144{color:#f44;font-weight:500}._colorYellow_xrmqa_149{color:gold;font-weight:500}._colorGreen_xrmqa_154{color:#4ade80;font-weight:500}._colorBlue_xrmqa_159{color:#60a5fa;font-weight:500}._colorPurple_xrmqa_164{color:#a78bfa;font-weight:500}._code_xrmqa_169{background:#ffffff1a;padding:.125rem .25rem;border-radius:.1875rem;font-family:monospace;font-size:.9em}@keyframes _blink_xrmqa_1{0%,50%{opacity:1}51%,to{opacity:0}}._choiceContainer_xrmqa_186{display:flex;flex-direction:column;gap:.5rem;margin-bottom:5rem}._choiceOption_xrmqa_193{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;background-color:#0000007a;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;position:relative;overflow:visible}._choiceText_xrmqa_210{flex:1;min-width:0;overflow-wrap:anywhere;white-space:normal}._choicePrice_xrmqa_217{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;color:#fff;font-size:.875rem;font-weight:600}._choicePrice_xrmqa_217 img{width:1rem;height:1rem;object-fit:contain;display:block}._choiceOption_xrmqa_193:hover{background:#ffffff1a;transform:translate(.25rem)}._choiceOptionMain_xrmqa_240{color:#fc7e1ee5;border-radius:.375rem}._choiceOptionMain_xrmqa_240:hover{color:#fc7e1ee5;transform:translate(.25rem)}._customInputText_xrmqa_250{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%);background-color:#0000007a}._customInputText_xrmqa_250:hover{background:#ffffff1a;transform:translate(.25rem)}._customInput_xrmqa_250{display:flex;gap:.5rem;align-items:center;background-color:#0000007a;padding:.5rem 1.25rem;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%)}._customInput_xrmqa_250 input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;line-height:1.6;padding:0}._customInput_xrmqa_250 input::placeholder{color:#ffffff80}._customInput_xrmqa_250 button{background:#ffffff26;border:.0625rem solid rgba(255,255,255,.3);border-radius:.25rem;color:#fff;font-size:1rem;padding:.3125rem .75rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.375rem;position:relative;overflow:hidden}._customInput_xrmqa_250 button:hover{background:#ffffff40;border-color:#ffffff80}._customInput_xrmqa_250 button:disabled{opacity:.5;cursor:not-allowed}._progressBar_xrmqa_346{position:absolute;inset:0;width:100%;height:100%;background:transparent;overflow:hidden}._progressFill_xrmqa_358{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,#845dff,#a78bfa);animation:_progressAnimation_xrmqa_1 2s ease-in-out infinite}@keyframes _progressAnimation_xrmqa_1{0%{width:0%}50%{width:100%}to{width:0%}}._loadingContainer_xrmqa_380{display:flex;align-items:center;gap:1.25rem;padding:1rem;margin-top:2.5rem;justify-content:center}._aiLoader_xrmqa_389{position:relative;width:3.25rem;height:3.25rem;flex-shrink:0}._core_xrmqa_396{position:absolute;top:50%;left:50%;width:.75rem;height:.75rem;background-color:#fff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 0 .875rem #fffc,0 0 .5rem #fff6;animation:_pulse_xrmqa_1 2s infinite ease-in-out}._orbit_xrmqa_409{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:.1875rem solid rgba(255,255,255,.1);border-top:.1875rem solid #fff;animation:_spin_xrmqa_1 1.5s infinite linear;box-sizing:border-box}._orbitInner_xrmqa_422{position:absolute;inset:.5rem;border-radius:50%;border:.15625rem solid rgba(255,255,255,.05);border-bottom:.15625rem solid rgba(255,255,255,.5);animation:_spinReverse_xrmqa_1 3s infinite linear;box-sizing:border-box}._statusText_xrmqa_435{font-size:1.125rem;font-weight:600;letter-spacing:.075rem;color:#fff;text-transform:uppercase;text-shadow:0 0 .625rem rgba(255,255,255,.3),0 .0625rem .125rem rgba(0,0,0,.2)}._dots_xrmqa_444:after{content:"";animation:_ellipsis_xrmqa_1 1.5s infinite;display:inline-block;width:1.125rem;text-align:left}@keyframes _pulse_xrmqa_1{0%{transform:translate(-50%,-50%) scale(.85);opacity:.7;box-shadow:0 0 .75rem #ffffffb3,0 0 .375rem #ffffff4d}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1;box-shadow:0 0 1.25rem #fff,0 0 .75rem #ffffff80}to{transform:translate(-50%,-50%) scale(.85);opacity:.7;box-shadow:0 0 .75rem #ffffffb3,0 0 .375rem #ffffff4d}}@keyframes _spin_xrmqa_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spinReverse_xrmqa_1{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes _ellipsis_xrmqa_1{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}@media(max-width:768px){._messageContainer_xrmqa_1{bottom:5rem}._nextButtonContainer_xrmqa_63{right:1rem;bottom:5.125rem;gap:.3125rem}._regenerateButton_xrmqa_75{width:2rem;height:2rem}._regenerateButton_xrmqa_75 svg{width:2rem;height:2rem}._nextButton_xrmqa_63,._nextButton_xrmqa_63 svg{width:2rem;height:2rem}._loadingContainer_xrmqa_380{gap:1rem;padding:.75rem}._aiLoader_xrmqa_389{width:2.75rem;height:2.75rem}._core_xrmqa_396{width:.625rem;height:.625rem}._orbit_xrmqa_409{border-width:.15625rem}._orbitInner_xrmqa_422{inset:.4375rem;border-width:.125rem}._statusText_xrmqa_435{font-size:1rem;letter-spacing:.0625rem}}._colorRed_18i90_7{color:#f44!important;font-weight:500}._colorYellow_18i90_12{color:gold!important;font-weight:500}._colorGreen_18i90_17{color:#4ade80!important;font-weight:500}._colorBlue_18i90_22{color:#60a5fa!important;font-weight:500}._colorPurple_18i90_27{color:#c084fc!important;font-weight:500}._cursor_18i90_33{display:inline-block;width:2px;height:1.2em;background-color:currentColor;margin-left:2px;vertical-align:text-bottom;animation:_blink_18i90_1 .8s infinite}@keyframes _blink_18i90_1{0%,50%{opacity:1}51%,to{opacity:0}}._container_1oiv3_1{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:flex-end;justify-content:center;background-color:transparent}._container_1oiv3_1:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:2}._canvas_1oiv3_23{display:block;width:100%;height:100%;max-width:100%;max-height:100%;background-color:transparent!important}._placeholder_1oiv3_32,._errorPlaceholder_1oiv3_33{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#0000001a}._errorPlaceholder_1oiv3_33{background-color:#ff00001a}._fallbackImage_1oiv3_49{display:block;width:85%;height:100%;object-fit:contain;margin-left:auto;margin-right:0}._fallbackImageLeft_1oiv3_60{margin-left:0;margin-right:auto}._disableMobileGuard_1oiv3_65:after{display:none}@media(max-width:1080px){._container_1oiv3_1:after{display:none}._container_1oiv3_1{overflow:visible}._canvas_1oiv3_23,._fallbackImage_1oiv3_49{transform:none}}._draggable_11est_2{cursor:grab;-webkit-user-select:none;user-select:none;pointer-events:auto!important}._draggable_11est_2:active{cursor:grabbing}._dragging_11est_13{cursor:grabbing;opacity:.9;pointer-events:auto!important}._draggable_11est_2:after{content:"";position:absolute;top:8px;right:8px;width:24px;height:24px;background:#0006;border-radius:50%;opacity:0;transition:opacity .2s ease;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'%3E%3Cpath d='M11 18c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm-2-8c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0-6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm6 4c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E");background-size:16px;background-repeat:no-repeat;background-position:center}._draggable_11est_2:hover:after{opacity:1}._modalOverlay_1ev1a_1{position:fixed;inset:0;z-index:3000;display:flex;justify-content:center;align-items:center;overflow-y:auto}._modalContent_1ev1a_14{width:25.875rem;height:56rem;background-color:#ffffff27;display:flex;flex-direction:column;overflow:hidden}._modalHeader_1ev1a_25{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;flex-shrink:0;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}._modalTitle_1ev1a_35{margin:0;font-size:1.0625rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.5rem}._modalTitle_1ev1a_35:before{content:"";width:.1875rem;height:1rem;background:var(--primary);border-radius:.125rem}._closeButton_1ev1a_53{background:transparent;border:none;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}._closeButton_1ev1a_53:hover{background:#ffffff14;color:#fff}._modalBody_1ev1a_75{flex:1;overflow-y:auto;padding:1rem 1.25rem 5.5rem;min-height:0}._modalBody_1ev1a_75::-webkit-scrollbar{width:.25rem}._modalBody_1ev1a_75::-webkit-scrollbar-track{background:transparent}._modalBody_1ev1a_75::-webkit-scrollbar-thumb{background:#fff3;border-radius:.125rem}._modalBody_1ev1a_75::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._chatMessages_1ev1a_102{display:flex;flex-direction:column;gap:1rem;margin-bottom:4.875rem}._loadMoreButton_1ev1a_109{align-self:center;border:.0625rem solid rgba(255,255,255,.35);border-radius:999px;background:#ffffff4d;color:#111827;cursor:pointer;font-size:.75rem;font-weight:600;padding:.375rem .875rem;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}._loadMoreButton_1ev1a_109:disabled{cursor:wait;opacity:.65}._messageWrapper_1ev1a_127{display:flex;width:100%}._userBubble_1ev1a_133{align-self:flex-end;margin-left:auto;max-width:78%;background:linear-gradient(135deg,#e03d4be6,#c83241e6);color:#fff;padding:.75rem 1rem;border-radius:1rem 1rem .25rem;word-break:break-word;font-size:.875rem;line-height:1.65;letter-spacing:.01875rem;box-shadow:0 .125rem .5rem #e03d4b33;position:relative}._assistantBubbleWrapper_1ev1a_150{display:flex;flex-direction:column;align-items:stretch;gap:.5rem;width:88%}._assistantBubble_1ev1a_150{align-self:flex-start;background:#ffffff4d;border:.0625rem solid rgba(255,255,255,.366);-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);color:#000;padding:.875rem 1rem;border-radius:.25rem 1rem 1rem;width:100%;word-break:break-word;font-size:.875rem;line-height:1.75;letter-spacing:.01875rem;position:relative}._assistantBubble_1ev1a_150 p{margin:0 0 .625rem}._assistantBubble_1ev1a_150 p:last-child{margin-bottom:0}._actionButtons_1ev1a_185{display:flex;gap:.375rem;flex-wrap:wrap;margin-top:.125rem;transition:opacity .2s ease}._editButton_1ev1a_194{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:.0625rem solid rgba(255,255,255,.3);color:#000;padding:.3125rem .75rem;border-radius:.875rem;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#ffffff4d;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}._editButton_1ev1a_194:hover{background:#e03d4b24;border-color:#e03d4b66;color:var(--primary, #e03d4b)}._editButton_1ev1a_194 svg{font-size:.75rem}._regenerateButton_1ev1a_222{display:inline-flex;align-items:center;gap:.25rem;background:transparent;border:.0625rem solid rgba(255,255,255,.3);color:#000;padding:.3125rem .75rem;border-radius:.875rem;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#ffffff4d;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}._regenerateButton_1ev1a_222:hover{background:#e03d4b1f;border-color:#e03d4b59;color:var(--primary)}._regenerateButton_1ev1a_222:active{transform:scale(.97)}._regenerateButton_1ev1a_222 svg{font-size:.75rem}._editContainer_1ev1a_254{display:flex;flex-direction:column;gap:.625rem;width:100%}._editTextarea_1ev1a_262{width:100%;min-height:7.5rem;padding:.875rem 1rem;border-radius:.25rem 1rem 1rem;border:.0625rem solid rgba(255,255,255,.366);background:#ffffff4d;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem);color:#000;font-size:.875rem;line-height:1.75;letter-spacing:.01875rem;font-family:inherit;resize:none;box-sizing:border-box;word-break:break-word;overflow:hidden;transition:all .2s ease}._editTextarea_1ev1a_262:focus{outline:none;border-color:#ffffff80;background:#ffffff59}._editTextarea_1ev1a_262:disabled{opacity:.5;cursor:not-allowed}._editActions_1ev1a_294{display:flex;gap:.5rem;justify-content:flex-end}._saveButton_1ev1a_300{display:inline-flex;align-items:center;gap:.3125rem;background:#22c55e40;border:.0625rem solid rgba(34,197,94,.5);color:#4ade80;padding:.4375rem 1rem;border-radius:.875rem;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}._saveButton_1ev1a_300:hover:not(:disabled){background:#22c55e59;border-color:#22c55eb3}._saveButton_1ev1a_300:disabled{opacity:.5;cursor:not-allowed}._saveButton_1ev1a_300 svg{font-size:.875rem}._cancelButton_1ev1a_330{display:inline-flex;align-items:center;gap:.3125rem;background:#ffffff4d;border:.0625rem solid rgba(255,255,255,.3);color:#000;padding:.4375rem 1rem;border-radius:.875rem;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(.75rem);backdrop-filter:blur(.75rem)}._cancelButton_1ev1a_330:hover:not(:disabled){background:#fff6;border-color:#ffffff80;color:#000}._cancelButton_1ev1a_330:disabled{opacity:.5;cursor:not-allowed}._cancelButton_1ev1a_330 svg{font-size:.875rem}._speakerName_1ev1a_361{font-size:.875rem;font-weight:600;color:#845dff;margin-bottom:.375rem;border-left:.1875rem solid #845DFF;padding-left:.5rem}._dialogueContent_1ev1a_370{color:#fff;line-height:1.6}._narrationBubble_1ev1a_376{align-self:center;background:#ffffff0d;border:.0625rem solid rgba(255,255,255,.1);color:#ffffffe6;padding:.625rem .875rem;border-radius:.5rem;max-width:85%;word-break:break-word;font-size:.875rem;line-height:1.7;letter-spacing:.01875rem;text-align:center;font-style:italic;margin:0 auto}._hintBubble_1ev1a_394{align-self:flex-start;background:#ffd7001a;border:.0625rem solid rgba(255,215,0,.3);color:gold;padding:.625rem .875rem;border-radius:.5rem;max-width:80%;word-break:break-word;font-size:.875rem;line-height:1.6;letter-spacing:.01875rem}._hintLabel_1ev1a_408{font-weight:600;margin-right:.25rem}._choiceBubble_1ev1a_414{align-self:flex-start;background:#845dff26;border:.0625rem solid rgba(132,93,255,.4);color:#fff;padding:.75rem .875rem;border-radius:.75rem;max-width:85%;word-break:break-word;font-size:.9375rem;line-height:1.6;letter-spacing:.01875rem}._choiceTitle_1ev1a_428{font-size:1rem;font-weight:600;color:#a78bfa;margin-bottom:.5rem;border-left:.1875rem solid #a78bfa;padding-left:.5rem}._choiceDescription_1ev1a_437{color:#ffffffe6;margin-bottom:.625rem;line-height:1.6}._optionsList_1ev1a_443{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}._optionItem_1ev1a_450{display:flex;align-items:flex-start;gap:.5rem;padding:.375rem .5rem;background:#0003;border-radius:.375rem;border-left:.125rem solid #845DFF}._optionNumber_1ev1a_460{color:#a78bfa;font-weight:600;flex-shrink:0}._optionText_1ev1a_466{color:#ffffffe6;flex:1}._colorRed_1ev1a_471{color:#ff6b6b!important;font-weight:500}._colorYellow_1ev1a_476{color:#ffd93d!important;font-weight:500}._colorGreen_1ev1a_481{color:#69db7c!important;font-weight:500}._colorBlue_1ev1a_486{color:#74c0fc!important;font-weight:500}._colorPurple_1ev1a_491{color:#da77f2!important;font-weight:500}._emptyState_1ev1a_496{display:flex;flex-direction:column;align-items:center;justify-content:center;height:60%;text-align:center;color:#ffffff59;font-size:.875rem;gap:.75rem}._emptyState_1ev1a_496:before{content:"📜";font-size:2.5rem;opacity:.6}._historyFooter_1ev1a_514{flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.65rem;padding:14px 16px calc(14px + env(safe-area-inset-bottom,0px));background:linear-gradient(180deg,#fff8f9eb,#fffffffa);border-top:1px solid rgba(224,61,75,.14)}._exportNovelButton_1ev1a_526{flex:1.35;min-height:3.15rem;border:none;border-radius:999px;padding:0 1.25rem;background:linear-gradient(135deg,#ff6b6b 0%,var(--primary, #e03d4b) 48%,#c42d3a 100%);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.04em;cursor:pointer;box-shadow:0 .45rem 1.1rem #e03d4b47,inset 0 1px #ffffff47;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}._exportNovelButton_1ev1a_526:hover:not(:disabled){filter:brightness(1.04)}._exportNovelButton_1ev1a_526:active:not(:disabled){transform:translateY(1px) scale(.985)}._exportNovelButton_1ev1a_526:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}._historyBackButton_1ev1a_559{flex:0 0 auto;min-width:5.75rem;min-height:3.15rem;padding:0 1.15rem;border-radius:999px;border:1.5px solid rgba(224,61,75,.35);background:#fff;color:var(--primary, #e03d4b);font-size:.95rem;font-weight:650;letter-spacing:.03em;cursor:pointer;box-shadow:0 .2rem .55rem #2d12180f;transition:background .18s ease,border-color .18s ease,transform .18s ease}._historyBackButton_1ev1a_559:hover{background:#fff5f6;border-color:#e03d4b8c}._historyBackButton_1ev1a_559:active{transform:translateY(1px) scale(.985)}@media(max-width:768px){._modalContent_1ev1a_14{width:100vw;height:100vh}._modalHeader_1ev1a_25{padding:1rem 1.25rem}._modalTitle_1ev1a_35{font-size:1.125rem}._modalBody_1ev1a_75{padding:0px 1.25rem}._historyContent_1ev1a_602{font-size:.875rem;line-height:1.6}}._overlay_g7cpt_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_g7cpt_1 .3s ease-out}@keyframes _fadeIn_g7cpt_1{0%{opacity:0}to{opacity:1}}._modal_g7cpt_3{width:720px;max-width:95vw;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0003;animation:_slideUp_g7cpt_1 .25s ease-out}@keyframes _slideUp_g7cpt_1{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}._header_g7cpt_5{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;background:linear-gradient(135deg,#fb4655,#e63946);min-height:56px}._headerContent_g7cpt_6{width:100%;display:flex;align-items:center;justify-content:space-between}._titleWrap_g7cpt_7{display:flex;align-items:center;gap:12px}._titleIcon_g7cpt_8{width:28px;height:28px;filter:brightness(0) invert(1)}._title_g7cpt_7{font-size:20px;font-weight:700;color:#fff;margin:0}._closeBtn_g7cpt_10{background:transparent;border:none;cursor:pointer;padding:0;display:inline-flex;align-items:center;justify-content:center}._closeImg_g7cpt_11{width:40px;height:40px;filter:brightness(0) invert(1)}._body_g7cpt_12{padding:18px 24px 8px}._field_g7cpt_13{margin-bottom:16px}._visibilityField_g7cpt_14{margin-top:4px;margin-bottom:10px}._label_g7cpt_15{font-size:13px;color:#666;margin-bottom:8px;display:block;font-weight:600}._labelRow_g7cpt_16{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}._labelInline_g7cpt_17{font-size:13px;color:#666;margin:0;font-weight:600}._aiGenerateBtn_g7cpt_18{flex-shrink:0;border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;color:#1a1a1a;background:#fff}._aiGenerateBtn_g7cpt_18:hover:not(:disabled){border-color:#e03d4b;color:#e03d4b}._aiGenerateBtn_g7cpt_18:disabled{opacity:.55;cursor:not-allowed}._input_g7cpt_34{width:100%;box-sizing:border-box;border:1px solid rgba(251,70,85,.22);border-radius:10px;padding:10px 12px;font-size:14px;outline:none;background:#fff9fa}._textarea_g7cpt_35{width:100%;box-sizing:border-box;min-height:96px;border:1px solid rgba(251,70,85,.22);border-radius:10px;padding:10px 12px;font-size:14px;outline:none;resize:vertical;background:#fff9fa}._helperText_g7cpt_36{margin-top:6px;color:#999;font-size:12px;text-align:right}._radioGroup_g7cpt_37{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 18px;padding:12px 14px;border:1px solid rgba(251,70,85,.22);border-radius:12px;background:#fff9fa}._radioOption_g7cpt_38{display:flex;align-items:flex-start;gap:8px;min-width:0;color:#444;font-size:14px;line-height:1.45;cursor:pointer}._radioOption_g7cpt_38 input{margin:2px 0 0;flex-shrink:0}._radioText_g7cpt_40{display:block;word-break:break-word}._footer_g7cpt_41{display:flex;justify-content:center;gap:18px;padding:16px 24px 22px;background:#fff}._btn_g7cpt_42{width:220px;height:56px;border-radius:12px;border:none;cursor:pointer;font-weight:700}._btnSecondary_g7cpt_43{color:#fb4655;background-image:url(/funloom/data/assets/create/%E7%A1%AE%E8%AE%A4%E5%88%A0%E9%99%A4%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}._btnPrimary_g7cpt_44{color:#fff;background-image:url(/funloom/data/assets/create/%E6%88%91%E5%86%8D%E6%83%B3%E6%83%B3%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat}._btn_g7cpt_42:disabled{opacity:.6;cursor:not-allowed}._checkboxField_g7cpt_46{margin-top:4px}._checkboxOption_g7cpt_47{display:flex;align-items:center;gap:10px;cursor:pointer;color:#444;font-size:14px}._checkboxOption_g7cpt_47 input{width:16px;height:16px}._checkboxText_g7cpt_49{line-height:1.45}._endMask_g7cpt_50{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000073;z-index:1500}._endCard_g7cpt_51{width:520px;max-width:90vw;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0003}._endHeader_g7cpt_52{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background:linear-gradient(135deg,#fb4655,#e63946)}._endTitle_g7cpt_53{font-size:18px;font-weight:700;color:#fff}._endBody_g7cpt_54{padding:20px;text-align:center;color:#666}._endFooter_g7cpt_55{display:flex;justify-content:center;padding:14px 20px 22px;background:#fff}@media(max-width:768px){._body_g7cpt_12{padding:16px 18px 8px}._field_g7cpt_13{margin-bottom:18px}._radioGroup_g7cpt_37{grid-template-columns:1fr;gap:10px;padding:12px}._footer_g7cpt_41{gap:14px;padding:14px 18px 20px}._btn_g7cpt_42{width:min(10rem,42vw);height:52px}}._textModeContainer_amxqf_2{width:100%;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0;padding-bottom:5rem}._textModeContainer_amxqf_2._noPaddingBottom_amxqf_13{padding-bottom:0}._messagesContainer_amxqf_17{flex:1;overflow-y:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}._messagesContainer_amxqf_17::-webkit-scrollbar{width:.5rem}._messagesContainer_amxqf_17::-webkit-scrollbar-track{background:#ffffff0d;border-radius:.25rem}._messagesContainer_amxqf_17::-webkit-scrollbar-thumb{background:#fff3;border-radius:.25rem}._messagesContainer_amxqf_17::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._emptyState_amxqf_44{display:flex;justify-content:center;align-items:center;height:100%;color:#fff9;font-size:1rem}._loadingContainer_amxqf_54{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2.5rem 1.25rem;height:100%}._aiLoader_amxqf_64{position:relative;width:3.75rem;height:3.75rem}._orbit_amxqf_70{position:absolute;width:100%;height:100%;border:.125rem solid rgba(255,255,255,.2);border-top-color:#fffc;border-radius:50%;animation:_spin_amxqf_1 1.2s linear infinite}._orbitInner_amxqf_80{position:absolute;top:15%;left:15%;width:70%;height:70%;border:.125rem solid rgba(255,255,255,.15);border-top-color:#fff9;border-radius:50%;animation:_spin_amxqf_1 .8s linear infinite reverse}._core_amxqf_92{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.25rem;height:1.25rem;background:#ffffffe6;border-radius:50%;animation:_pulse_amxqf_1 1.5s ease-in-out infinite}@keyframes _spin_amxqf_1{to{transform:rotate(360deg)}}@keyframes _pulse_amxqf_1{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.2)}}._statusText_amxqf_121{color:#ffffffe6;font-size:1rem;font-weight:500}._dots_amxqf_127:after{content:"...";animation:_dots_amxqf_127 1.5s steps(4,end) infinite}@keyframes _dots_amxqf_127{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}._messageWrapper_amxqf_145{display:flex;flex-direction:column;gap:.5rem}._narrationBubble_amxqf_152{background:#ffffff14;border-radius:.75rem;padding:.75rem 1rem;border-left:.1875rem solid rgba(255,255,255,.3)}._narrationLabel_amxqf_159{font-size:.75rem;color:#ffffff80;margin-bottom:.375rem;font-weight:500}._narrationContent_amxqf_166{font-size:.9375rem;line-height:1.6;word-wrap:break-word}._narrationContent_amxqf_166>div{color:#ffffffe6}._dialogueBubble_amxqf_177{background:#ffffff1a;border-radius:.75rem;padding:.75rem 1rem;border-left:.1875rem solid rgba(255,255,255,.4)}._speakerName_amxqf_184{font-size:.8125rem;color:#ffffffb3;margin-bottom:.375rem;font-weight:600;border-left:.1875rem solid #845DFF;padding-left:.5rem}._dialogueContent_amxqf_193{font-size:.9375rem;line-height:1.6;word-wrap:break-word}._dialogueContent_amxqf_193>div{color:#fffffff2}._choiceBubble_amxqf_204{background:#ffffff1f;border-radius:.75rem;padding:1rem;border:.0625rem solid rgba(255,255,255,.2)}._choiceTitle_amxqf_211{font-size:1rem;color:#fffffff2;margin-bottom:.5rem;font-weight:600}._choiceDescription_amxqf_218{font-size:.875rem;margin-bottom:.75rem;line-height:1.5}._choiceDescription_amxqf_218>div{color:#fffc}._optionsList_amxqf_228{display:flex;flex-direction:column;gap:.5rem}._optionItem_amxqf_234{background:#ffffff14;border-radius:.5rem;padding:.75rem 1rem;display:flex;align-items:flex-start;gap:.75rem;transition:all .2s ease;border:.0625rem solid transparent}._optionItem_amxqf_234:hover{background:#ffffff26;border-color:#ffffff4d;transform:translate(.25rem)}._optionNumber_amxqf_251{color:#fff9;font-size:.875rem;font-weight:600;flex-shrink:0}._optionText_amxqf_258{color:#ffffffe6;font-size:.9375rem;line-height:1.5;flex:1;word-wrap:break-word}._optionTextMain_amxqf_267{color:#fc7e1ee5}._pointsCost_amxqf_271{color:#ffc864cc;font-size:.75rem;flex-shrink:0;margin-left:auto}._choicePrice_amxqf_278{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;color:#fff;font-size:.875rem;font-weight:600}._choicePrice_amxqf_278 img{width:1rem;height:1rem;object-fit:contain;display:block}._freeBadge_amxqf_295{color:#4ade80e6;font-size:.75rem;flex-shrink:0;margin-left:auto}._customInputSection_amxqf_303{margin-top:1rem;padding-top:1rem;border-top:.0625rem dashed rgba(255,255,255,.15)}._customInputHeader_amxqf_309{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem;font-size:.8125rem;color:#fff9}._pointsCostHint_amxqf_318{color:#ffc864cc;font-size:.75rem}._freeHint_amxqf_323{color:#4ade80e6;font-size:.75rem}._customInputWrapper_amxqf_328{display:flex;gap:.5rem}._customInput_amxqf_303{flex:1;background:#ffffff14;border:.0625rem solid rgba(255,255,255,.15);border-radius:.5rem;padding:.625rem .875rem;color:#fffffff2;font-size:.875rem;outline:none;transition:all .2s ease}._customInput_amxqf_303::placeholder{color:#fff6}._customInput_amxqf_303:focus{border-color:#ffffff4d;background:#ffffff1a}._customInput_amxqf_303:disabled{opacity:.5;cursor:not-allowed}._customInputButton_amxqf_359{background:#e03d4bcc;color:#fff;border:none;border-radius:.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex-shrink:0}._customInputButton_amxqf_359:hover:not(:disabled){background:#e03d4b}._customInputButton_amxqf_359:disabled{opacity:.5;cursor:not-allowed}._sceneChangeBubble_amxqf_382{background:#ffffff0f;border-radius:.75rem;padding:.75rem 1rem;border:.0625rem dashed rgba(255,255,255,.2);text-align:center}._sceneChangeBubble_amxqf_382>div>div{color:#fffc}._sceneChangeBubble_amxqf_382>div{font-size:.875rem;line-height:1.6;font-style:italic}._colorRed_amxqf_401{color:#f44!important;font-weight:500}._colorYellow_amxqf_406{color:gold!important;font-weight:500}._colorGreen_amxqf_411{color:#4ade80!important;font-weight:500}._colorBlue_amxqf_416{color:#60a5fa!important;font-weight:500}._colorPurple_amxqf_421{color:#ffffffe6!important;font-weight:500}._cursor_amxqf_427{display:inline-block;width:.125rem;height:1em;background-color:#ffffffe6;margin-left:.125rem;animation:_blink_amxqf_1 1s infinite;vertical-align:baseline}@keyframes _blink_amxqf_1{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:480px){._messagesContainer_amxqf_17{padding:.75rem 1rem;gap:.625rem}._narrationBubble_amxqf_152,._dialogueBubble_amxqf_177,._choiceBubble_amxqf_204{padding:.625rem .875rem}._narrationContent_amxqf_166,._dialogueContent_amxqf_193,._optionText_amxqf_258{font-size:.875rem}}._textModeContainerLight_amxqf_470 ._emptyState_amxqf_44{color:#666}._textModeContainerLight_amxqf_470 ._messagesContainer_amxqf_17{scroll-padding-top:12px}._textModeContainerLight_amxqf_470 ._messagesContainer_amxqf_17::-webkit-scrollbar-track{background:#0000000a}._textModeContainerLight_amxqf_470 ._messagesContainer_amxqf_17::-webkit-scrollbar-thumb{background:#0000002e}._textModeContainerLight_amxqf_470 ._messagesContainer_amxqf_17::-webkit-scrollbar-thumb:hover{background:#00000047}._textModeContainerLight_amxqf_470 ._narrationBubble_amxqf_152{background:#f5f5f5;border-left-color:#b69b74;border-left-width:3px;border-left-style:solid}._textModeContainerLight_amxqf_470 ._narrationLabel_amxqf_159{color:#888}._textModeContainerLight_amxqf_470 ._narrationContent_amxqf_166>div,._textModeContainerLight_amxqf_470 ._dialogueContent_amxqf_193>div,._textModeContainerLight_amxqf_470 ._choiceDescription_amxqf_218>div{color:#333}._textModeContainerLight_amxqf_470 ._dialogueBubble_amxqf_177{background:#f8f8f8;border:1px solid rgba(0,0,0,.06)}._textModeContainerLight_amxqf_470 ._playerDialogueBubble_amxqf_512{background:#fff5f5;border-color:#fb5b6733}._textModeContainerLight_amxqf_470 ._npcDialogueBubble_amxqf_517{background:#f5f8ff;border-color:#3b82f626}._textModeContainerLight_amxqf_470 ._speakerName_amxqf_184{color:#555}._textModeContainerLight_amxqf_470 ._choiceBubble_amxqf_204{background:#fafafa;border:1px solid rgba(0,0,0,.08)}._textModeContainerLight_amxqf_470 ._choiceTitle_amxqf_211{color:#222}._textModeContainerLight_amxqf_470 ._choiceDescription_amxqf_218{color:#444}._textModeContainerLight_amxqf_470 ._optionItem_amxqf_234{background:#fff;border:1px solid rgba(0,0,0,.1)}._textModeContainerLight_amxqf_470 ._optionItem_amxqf_234:hover{background:#fafafa;border-color:#00000029}._textModeContainerLight_amxqf_470 ._optionText_amxqf_258{color:#333}._textModeContainerLight_amxqf_470 ._optionTextMain_amxqf_267{color:#c2410c}._textModeContainerLight_amxqf_470 ._pointsCost_amxqf_271,._textModeContainerLight_amxqf_470 ._pointsCostHint_amxqf_318{color:#888}._textModeContainerLight_amxqf_470 ._statusText_amxqf_121{color:#444}._textModeContainerLight_amxqf_470 ._orbit_amxqf_70{border-color:#0000001f;border-top-color:#00000073}._textModeContainerLight_amxqf_470 ._orbitInner_amxqf_80{border-top-color:#0000004d}._textModeContainerLight_amxqf_470 ._core_amxqf_92{background:#fb5b67d9}._overlay_10vze_1{position:absolute;inset:0;z-index:3050;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);animation:_fadeIn_10vze_1 .2s ease;border-radius:inherit}@keyframes _fadeIn_10vze_1{0%{opacity:0}to{opacity:1}}._modal_10vze_19{width:min(22rem,calc(100% - 1.5rem));max-width:23.875rem;max-height:calc(100% - 3rem);border-radius:1rem;background:#ffffff26;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);box-shadow:0 .5rem 2rem #0000004d;overflow:hidden;color:#fffffff2;animation:_slideUp_10vze_1 .25s ease}@keyframes _slideUp_10vze_1{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}._header_10vze_44{padding:1rem 1.25rem;background:linear-gradient(to bottom,rgba(0,0,0,.6),transparent);border-bottom:1px solid rgba(255,255,255,.1)}._title_10vze_50{font-size:1rem;font-weight:600;margin:0;color:#fff;display:flex;align-items:center;gap:.375rem}._title_10vze_50:before{content:"";width:3px;height:.875rem;background:var(--primary);border-radius:1px}._body_10vze_68{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;max-height:min(70vh,28rem);overflow:auto}._row_10vze_77{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1.25rem;border-radius:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);transition:all .2s ease}._row_10vze_77:hover{background:#ffffff1f;border-color:#ffffff40}._rowLabel_10vze_95{display:flex;flex-direction:column;gap:.125rem;flex:1}._rowTitle_10vze_102{font-size:.875rem;font-weight:600;color:#fffffff2}._rowDesc_10vze_108{font-size:.75rem;color:#ffffffa6}._toggle_10vze_113{position:relative;display:inline-block;width:2.75rem;height:1.375rem;flex-shrink:0}._toggle_10vze_113 input{position:absolute;inset:0;z-index:2;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}._toggle_10vze_113 input:disabled{cursor:not-allowed}._toggle_10vze_113 input:disabled+._toggleSlider_10vze_136{opacity:.45;cursor:not-allowed}._rowDisabled_10vze_141{opacity:.72}._toggle_10vze_113 input:checked+._toggleSlider_10vze_136{background:#ffffffe6;border-color:#fffffff2}._toggle_10vze_113 input:checked+._toggleSlider_10vze_136:before{transform:translate(1.375rem,-50%)}._toggleSlider_10vze_136{position:absolute;cursor:pointer;inset:0;background:#fff3;border:1px solid rgba(255,255,255,.3);border-radius:1.375rem;transition:all .3s ease}._toggleSlider_10vze_136:before{position:absolute;content:"";height:1rem;width:1rem;left:.1875rem;top:50%;background:#fff;border-radius:50%;transition:transform .3s ease;box-shadow:0 .125rem .25rem #0003;border:1px solid #00000030;transform:translateY(-50%)}._sliderWrap_10vze_182{display:flex;align-items:center;gap:.5rem;flex:1;min-width:11rem}._slider_10vze_182{flex:1;height:.375rem;border-radius:.1875rem;background:linear-gradient(to right,rgba(255,255,255,.95) 0%,rgba(255,255,255,.95) var(--percent, 50%),rgba(255,255,255,.2) var(--percent, 50%),rgba(255,255,255,.2) 100%);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer;min-width:0}._slider_10vze_182::-moz-range-track{height:.375rem;border-radius:.1875rem;background:#fff3}._slider_10vze_182::-moz-range-progress{height:.375rem;border-radius:.1875rem;background:#fffffff2}._slider_10vze_182::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1rem;height:1rem;border-radius:50%;background:#fff;cursor:pointer;box-shadow:0 .125rem .375rem #0000004d;transition:all .2s ease}._slider_10vze_182::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 .125rem .5rem #ffffff80}._slider_10vze_182::-moz-range-thumb{width:1rem;height:1rem;border-radius:50%;background:#fff;cursor:pointer;border:none;box-shadow:0 .125rem .375rem #0000004d}._slider_10vze_182::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 .125rem .5rem #ffffff80}._value_10vze_252{flex-shrink:0;font-size:.8125rem;font-weight:600;color:#ffffffe6;white-space:nowrap;text-align:right}._buttonContainer_10vze_261{display:flex;gap:.65rem;width:100%;margin-top:.35rem;padding-top:.85rem;border-top:1px solid rgba(255,180,188,.16)}._btnIcon_10vze_270{display:inline-flex;width:.9rem;height:.9rem;flex-shrink:0;opacity:.92}._btnIcon_10vze_270 svg{width:100%;height:100%}._restartButton_10vze_284{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;flex:1;min-width:0;min-height:2.55rem;padding:.55rem .85rem;border-radius:999px;border:1px solid rgba(255,160,168,.42);background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 55%),#0c080a73;color:#ffc4c9;font-size:.84rem;font-weight:700;letter-spacing:.04em;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}._restartButton_10vze_284:hover{border-color:#ff5a67b3;background:#e03d4b29;color:#fff;transform:translateY(-1px);box-shadow:0 6px 16px #00000047}._restartButton_10vze_284:active{transform:translateY(0)}._exitButton_10vze_324{display:inline-flex;align-items:center;justify-content:center;gap:.38rem;flex:1.35;min-width:0;min-height:2.55rem;padding:.55rem 1rem;border-radius:999px;border:1px solid rgba(255,180,188,.32);background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,transparent 42%),linear-gradient(165deg,var(--primary-light, #ff5a67) 0%,var(--primary, #e03d4b) 52%,var(--primary-dark, #c42f3b) 100%);color:#fff;font-size:.84rem;font-weight:800;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 20px #e03d4b59,inset 0 1px #ffffff2e;transition:transform .14s ease,filter .14s ease,box-shadow .14s ease}._exitButton_10vze_324:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 10px 24px #e03d4b6b,inset 0 1px #ffffff38}._exitButton_10vze_324:active{transform:translateY(0);filter:brightness(.98)}._restartButton_10vze_284:focus-visible,._exitButton_10vze_324:focus-visible{outline:2px solid var(--primary-light, #ff5a67);outline-offset:2px}@media(prefers-reduced-motion:reduce){._restartButton_10vze_284:hover,._exitButton_10vze_324:hover,._restartButton_10vze_284:active,._exitButton_10vze_324:active{transform:none}}._actionRow_10vze_380{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%;padding:.875rem 1.25rem;border-radius:.75rem;background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:inherit;cursor:pointer;text-align:left}._actionRow_10vze_380:hover{background:#ffffff1f;border-color:#ffffff40}._globalModalOverlay_1i542_3{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}._globalModal_1i542_3{width:100%;max-width:26.25rem;background:radial-gradient(circle at top,#222,#111 45%,#050508);border-radius:1.125rem;box-shadow:0 .75rem 2.5rem #000000a6;border:.0625rem solid rgba(255,255,255,.08);padding:1.125rem 1.25rem 1rem;color:#f8f9ff}._globalModalTitle_1i542_26{font-size:1rem;font-weight:700;margin:0 0 .5rem}._globalModalContent_1i542_32{font-size:.8125rem;line-height:1.6;color:#f8f9ffdb;margin-bottom:1rem}._globalModalContent_1i542_32 p{margin:0;white-space:pre-wrap}._globalModalActions_1i542_44{display:flex;justify-content:flex-end;gap:.5rem}._globalModalPrimaryButton_1i542_50,._globalModalSecondaryButton_1i542_51{padding:.375rem .875rem;border-radius:999px;font-size:.8125rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}._globalModalPrimaryButton_1i542_50{background:linear-gradient(135deg,var(--primary) 0%,#fb4655 100%);color:#fff;box-shadow:0 .25rem .75rem #e03d4b8c}._globalModalPrimaryButton_1i542_50:hover{transform:translateY(-.0625rem);box-shadow:0 .375rem 1.125rem #e03d4bb3}._globalModalPrimaryButton_1i542_50:active{transform:translateY(0);box-shadow:0 .1875rem .625rem #e03d4b80}._globalModalSecondaryButton_1i542_51{background:#ffffff0f;color:#f8f9ffe0;border:.0625rem solid rgba(255,255,255,.14)}._globalModalSecondaryButton_1i542_51:hover{background:#ffffff1f}._globalModalSecondaryButton_1i542_51:active{background:#ffffff14}@media(max-width:768px){._globalModalOverlay_1i542_3{width:100%;height:100%}}._container_1i9b9_1{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}._container_1i9b9_1:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:2}._canvas_1i9b9_21{display:block;width:100%;height:100%;object-fit:cover!important}@media(max-width:768px){._container_1i9b9_1{background-position:center calc(50% - 14px)!important}._container_1i9b9_1:after{height:var(--mobile-content-image-guard-height);background:var(--mobile-content-image-guard-dark-gradient)}._canvas_1i9b9_21{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}}._overlay_1b6u6_1{position:absolute;inset:0;z-index:3200;display:flex;align-items:stretch;justify-content:center;background:#07060a}._panel_1b6u6_13{width:100%;height:100%;display:flex;flex-direction:column;color:#fff;padding:1.25rem 1rem 1rem;box-sizing:border-box}._header_1b6u6_23{flex-shrink:0;margin-bottom:1rem}._headerRow_1b6u6_28{display:flex;align-items:flex-start;gap:.55rem}._headerText_1b6u6_34{flex:1;min-width:0}._headerBack_1b6u6_39{flex-shrink:0;width:2.2rem;height:2.2rem;margin-top:.05rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-size:1.45rem;line-height:1;cursor:pointer}._headerBack_1b6u6_39:hover{border-color:#ff5a6773;color:#ffb3ba}._headerRight_1b6u6_58{flex-shrink:0;display:flex;align-items:center;gap:.45rem;padding-top:.15rem}._title_1b6u6_66{margin:0;font-size:1.375rem;font-weight:700}._subtitle_1b6u6_72{margin:.35rem 0 0;font-size:.8125rem;color:#ffffff8c}._body_1b6u6_78{flex:1;overflow:auto;min-height:0;display:flex;flex-direction:column;gap:.75rem}._footer_1b6u6_87{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;gap:.7rem;padding-top:.85rem;padding-bottom:max(.5rem,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:1}._footerActions_1b6u6_100{display:flex;flex:1;justify-content:space-between;align-items:center;gap:.7rem;min-width:0}._backButton_1b6u6_109{min-width:5rem;min-height:2.45rem;padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#e8eef8f2;font-size:.875rem;font-weight:650;letter-spacing:.03em;cursor:pointer;pointer-events:auto;box-shadow:inset 0 1px #ffffff0f;transition:background .14s ease,border-color .14s ease,transform .14s ease}._backButton_1b6u6_109:hover{background:#ffffff1c;border-color:#ff5a6780;color:#ffb3ba}._backButton_1b6u6_109:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._backButton_1b6u6_109:active{transform:translateY(1px)}._primaryButton_1b6u6_145{min-width:5rem;min-height:2.45rem;padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,90,103,.7);background:linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 48%,var(--primary-dark) 100%);color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.03em;cursor:pointer;pointer-events:auto;box-shadow:0 6px 16px #e03d4b52;transition:background .14s ease,border-color .14s ease,transform .14s ease,box-shadow .14s ease}._primaryButton_1b6u6_145:hover{background:linear-gradient(165deg,#ff6b76,#e84a57 48%,#d03441);border-color:#ff5a67d9;box-shadow:0 8px 20px #e03d4b66}._primaryButton_1b6u6_145:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._primaryButton_1b6u6_145:active{transform:translateY(1px)}._card_1b6u6_181{border-radius:.5rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;padding:.85rem .9rem}._cardActive_1b6u6_188{border-color:#7ee7bb8c;box-shadow:0 0 0 1px #7ee7bb33}._cardTitle_1b6u6_193{margin:0 0 .35rem;font-size:.95rem;font-weight:650}._cardMeta_1b6u6_199{margin:.25rem 0;font-size:.75rem;color:#ffffff8c}._cardBody_1b6u6_205{margin:0;font-size:.8125rem;line-height:1.45;color:#ffffffd9}._empty_1b6u6_212{margin:2rem auto;color:#ffffff80;font-size:.875rem}._grid_1b6u6_218{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._attrSection_1b6u6_224{display:flex;flex-direction:column;gap:.55rem}._attrSectionTitle_1b6u6_230{margin:0;font-size:.95rem;font-weight:750;letter-spacing:.02em}._attrGrid_1b6u6_237{grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:420px){._attrGrid_1b6u6_237{grid-template-columns:1fr 1fr}}._attrCard_1b6u6_247{border-radius:.5rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;padding:.85rem .9rem;min-height:5.5rem;display:flex;flex-direction:column;justify-content:space-between}._attrValue_1b6u6_258{font-size:1.5rem;font-weight:700;color:#ffb3ba}._tabRow_1b6u6_264{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.25rem}._tab_1b6u6_264{border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fffc;border-radius:999px;padding:.25rem .7rem;font-size:.75rem;cursor:pointer}._tabActive_1b6u6_281{border-color:#7ee7bb8c;color:#7ee7bb;background:#7ee7bb1f}._contentText_1b6u6_287{margin:0;white-space:pre-wrap;word-break:break-word;font-family:inherit;font-size:.875rem;line-height:1.55;color:#ffffffe0;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:.5rem;padding:.85rem .9rem}._charRow_1b6u6_301{display:flex;flex-direction:row;gap:.75rem;align-items:center}._charAside_1b6u6_308{flex-shrink:0;width:3.75rem;display:flex;flex-direction:column;align-items:stretch;gap:.45rem}._charCardButton_1b6u6_317{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;text-align:left;cursor:pointer;color:inherit;font:inherit;appearance:none;-webkit-appearance:none;border:none;background:transparent;padding:0;margin:0}._charText_1b6u6_335{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start}._charChevron_1b6u6_343{flex-shrink:0;color:#ffffff59;font-size:1.1rem;font-weight:300;padding-right:.15rem}._charChevronBtn_1b6u6_351{flex-shrink:0;align-self:center;width:2rem;height:2.4rem;margin:0;padding:0;border:none;background:transparent;color:#fff6;font-size:1.35rem;font-weight:300;line-height:1;cursor:pointer}._charChevronBtn_1b6u6_351:hover{color:#ffb3ba}._listHeaderActions_1b6u6_371{display:flex;gap:.45rem;align-items:center}._ghostButton_1b6u6_377{min-height:2.2rem;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#e8eef8eb;font-size:.78rem;font-weight:650;cursor:pointer;white-space:nowrap}._ghostButton_1b6u6_377:hover{border-color:#ff5a6773;color:#ffb3ba}._importPanel_1b6u6_395{display:flex;flex-direction:column;gap:.65rem;min-height:0}._importSearch_1b6u6_402{width:100%;border-radius:.55rem;border:1px solid rgba(255,255,255,.16);background:#00000061;color:#e8eef8;padding:.55rem .7rem;font:inherit;font-size:.875rem}._importCard_1b6u6_413{display:flex;flex-direction:column;gap:.25rem;width:100%;text-align:left;cursor:pointer;color:inherit;font:inherit;appearance:none;-webkit-appearance:none}._importCard_1b6u6_413:hover{border-color:#e03d4b73}._chatBtn_1b6u6_430{width:100%;min-height:1.85rem;padding:.28rem .2rem;border-radius:.4rem;border:1px solid rgba(255,180,188,.28);background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,transparent 40%),linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 52%,var(--primary-dark) 100%);color:#fff;font-size:.72rem;font-weight:750;letter-spacing:.08em;cursor:pointer;box-shadow:0 4px 12px #e03d4b47,inset 0 1px #ffffff29;display:inline-flex;align-items:center;justify-content:center;gap:.22rem}._chatBtnIcon_1b6u6_453{width:.78rem;height:.78rem;flex-shrink:0;opacity:.95}._chatBtnIconLg_1b6u6_460{width:1rem;height:1rem;flex-shrink:0;opacity:.95}._chatBtn_1b6u6_430:hover{filter:brightness(1.06)}._chatBtn_1b6u6_430:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._avatar_1b6u6_476{width:3.75rem;height:3.75rem;border-radius:.35rem;object-fit:cover;object-position:top center;background:#ffffff14;flex-shrink:0;align-self:flex-start;margin:0;display:block}._charAside_1b6u6_308 ._avatar_1b6u6_476{width:100%;align-self:stretch}._avatarHit_1b6u6_495{display:block;width:100%;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:.35rem;line-height:0}._avatarHit_1b6u6_495:hover ._avatar_1b6u6_476{box-shadow:0 0 0 2px #e03d4b73}._avatarHit_1b6u6_495:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._detailIdentity_1b6u6_516{color:#9ec9ff;font-size:.875rem;margin:.25rem 0 .75rem}._sectionBox_1b6u6_522{border:1px solid rgba(255,255,255,.14);border-radius:.45rem;padding:.65rem .75rem;margin-bottom:.65rem}._sectionLabel_1b6u6_529{font-size:.75rem;color:#ffffff8c;margin-bottom:.35rem}._detailPage_1b6u6_536{display:flex;flex-direction:column;gap:.75rem;min-height:0}._detailHero_1b6u6_543{display:flex;gap:.85rem;align-items:stretch;width:100%;padding:.75rem;border:1px solid rgba(255,255,255,.14);border-radius:.85rem;background:#00000059;color:inherit}._detailPortraitBtn_1b6u6_555{position:relative;flex-shrink:0;width:6.75rem;padding:0;border:none;border-radius:.55rem;overflow:hidden;background:transparent;cursor:pointer;text-align:left}._detailPortrait_1b6u6_555{display:block;width:6.75rem;height:8.5rem;object-fit:cover;object-position:top center;border-radius:.55rem}._detailPortraitEmpty_1b6u6_577{width:6.75rem;height:8.5rem;border-radius:.55rem;background:linear-gradient(160deg,#e03d4b2e,#140c10e6)}._detailHeroInfo_1b6u6_585{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.35rem;padding:.15rem 0}._detailName_1b6u6_595{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:.02em}._detailMeta_1b6u6_602{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .45rem;font-size:.78rem;color:#ffdce0c7}._detailGender_1b6u6_612{color:#ffeceed9}._detailRoleTag_1b6u6_616{display:inline-flex;padding:.12rem .5rem;border-radius:999px;border:1px solid rgba(255,90,103,.4);background:#e03d4b24;color:#ffc4c9;font-size:.72rem;font-weight:650}._detailRelationLine_1b6u6_627{margin:.15rem 0 0;font-size:.8rem;color:#e8eef8b8}._detailChatHint_1b6u6_633{position:absolute;left:0;right:0;bottom:0;padding:.35rem .2rem;background:linear-gradient(180deg,transparent,rgba(8,6,8,.88));font-size:.62rem;font-weight:650;letter-spacing:.04em;color:#ff9aa3;text-align:center}._detailSection_1b6u6_647{border:1px solid rgba(255,255,255,.12);border-radius:.7rem;padding:.75rem .85rem;background:#ffffff0a}._detailSectionHead_1b6u6_654{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.45rem}._detailSectionTitle_1b6u6_662{margin:0;font-size:.82rem;font-weight:750;letter-spacing:.04em;color:#fff0f2e6}._detailSectionBody_1b6u6_670{margin:0;font-size:.84rem;line-height:1.5;color:#e8eef8e0}._detailSectionMuted_1b6u6_677{margin:0;font-size:.78rem;color:#ffffff6b}._personaTags_1b6u6_683{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.45rem}._personaTag_1b6u6_683{padding:.22rem .6rem;border-radius:999px;border:1px solid rgba(255,90,103,.35);background:#e03d4b1f;color:#ffc4c9;font-size:.72rem;font-weight:650}._favorBadge_1b6u6_700{flex-shrink:0;font-size:.75rem;font-weight:750;color:#ff9aa3;letter-spacing:.02em}._favorRow_1b6u6_708{display:flex;align-items:center;gap:.55rem;margin-top:.55rem}._favorTrack_1b6u6_715{flex:1;height:.55rem;border-radius:999px;background:#ffffff1f;overflow:hidden}._favorFill_1b6u6_723{height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff8fb8,var(--primary, #e03d4b))}._favorNum_1b6u6_729{flex-shrink:0;font-size:.75rem;font-weight:700;color:#ffb3ba;min-width:1.6rem;text-align:right}._editPersonaBtn_1b6u6_738{flex-shrink:0;min-height:1.85rem;padding:.28rem .7rem;border-radius:999px;border:1px solid rgba(255,90,103,.55);background:#e03d4b24;color:#ffb3ba;font-size:.75rem;font-weight:750;cursor:pointer;white-space:nowrap}._editPersonaBtn_1b6u6_738:hover:not(:disabled){background:#e03d4b42;color:#fff}._editPersonaBtn_1b6u6_738:disabled{opacity:.45;cursor:not-allowed}._editPersonaBtn_1b6u6_738:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._chatBtnWide_1b6u6_767{min-width:5.5rem;min-height:2.45rem;padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(255,180,188,.28);background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 40%),linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 52%,var(--primary-dark) 100%);color:#fff;font-size:.875rem;font-weight:750;letter-spacing:.08em;cursor:pointer;box-shadow:0 6px 16px #e03d4b4d,inset 0 1px #ffffff29;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}._chatBtnWide_1b6u6_767:hover{filter:brightness(1.06)}._chatBtnWide_1b6u6_767:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._detailCard_1b6u6_799{background:#120c0eb8;border-color:#ffffff24}._routeList_1b6u6_805{display:flex;flex-direction:column;gap:.5rem;margin-top:.65rem}._routeChip_1b6u6_812{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;text-align:left;padding:.65rem .75rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#e8eef8eb;cursor:pointer}._routeChip_1b6u6_812:hover:not(:disabled){border-color:#ffffff47;background:#ffffff12}._routeChip_1b6u6_812:disabled{opacity:.55;cursor:not-allowed}._routeChipActive_1b6u6_837{border-color:#e8788c8c;background:#e03d4b24}._routeChipTitle_1b6u6_842{font-size:.875rem;font-weight:650}._routeChipSummary_1b6u6_847{font-size:.75rem;color:#ffffff80;line-height:1.35}._avatarPreviewOverlay_1b6u6_854{position:fixed;inset:0;z-index:3700;display:flex;align-items:center;justify-content:center;padding:1rem;background:#060406b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._avatarPreviewCard_1b6u6_866{position:relative;display:flex;flex-direction:column;width:min(100%,22rem);max-height:min(88vh,36rem);overflow:hidden;padding:0;border-radius:1.05rem;border:1px solid rgba(255,210,214,.14);background:linear-gradient(180deg,rgba(224,61,75,.08) 0%,transparent 28%),linear-gradient(180deg,#1c1216,#0b080a);box-shadow:0 24px 56px #00000094,0 0 0 1px #e03d4b38,inset 0 1px #ffffff0f}._avatarPreviewChrome_1b6u6_886{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem .55rem 1rem;border-bottom:1px solid rgba(255,180,188,.14);background:linear-gradient(180deg,#1c1014f2,#100a0ce0)}._avatarPreviewChromeLabel_1b6u6_897{font-size:.72rem;font-weight:750;letter-spacing:.16em;color:#ffb0b8c7}._avatarPreviewClose_1b6u6_904{position:static;flex-shrink:0;width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000059;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}._avatarPreviewClose_1b6u6_904:hover{border-color:#ff5a678c;color:#ffb3ba;background:#e03d4b2e}._avatarPreviewScroll_1b6u6_924{flex:1;min-height:0;overflow:auto;padding:.85rem 1rem .35rem;-webkit-overflow-scrolling:touch}._avatarPreviewPortraitWrap_1b6u6_932{width:100%;margin-bottom:.9rem;border-radius:.8rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#00000059;box-shadow:inset 0 0 0 1px #e03d4b1f}._avatarPreviewPortrait_1b6u6_932{display:block;width:100%;max-height:14.5rem;object-fit:cover;object-position:top center}._avatarPreviewPortraitEmpty_1b6u6_950{width:100%;height:11rem;background:linear-gradient(160deg,#e03d4b33,#140c10f2)}._avatarPreviewHead_1b6u6_956{margin-bottom:.15rem}._avatarPreviewName_1b6u6_960{margin:0;font-size:1.2rem;font-weight:800;letter-spacing:.04em;line-height:1.25}._avatarPreviewMeta_1b6u6_968{margin:.4rem 0 0;font-size:.78rem;letter-spacing:.02em;color:#ffdce0ad}._avatarPreviewIntro_1b6u6_975{margin-top:.85rem;padding:.8rem 0 1rem;border-top:1px solid rgba(255,180,188,.16)}._avatarPreviewIntroTitle_1b6u6_981{margin:0 0 .55rem;font-size:.78rem;font-weight:750;letter-spacing:.12em;text-transform:none;color:#ff9aa3}._avatarPreviewIntroBody_1b6u6_990{margin:0 0 .7rem;font-size:.84rem;line-height:1.62;color:#eceef6e6;white-space:pre-wrap}._avatarPreviewIntroBody_1b6u6_990:last-child{margin-bottom:0}._avatarPreviewIntroLabel_1b6u6_1002{display:block;margin-bottom:.28rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;color:#ffb0b8c7}._avatarPreviewIntroMuted_1b6u6_1011{margin:0;font-size:.8rem;color:#ffffff6b}._avatarPreviewDock_1b6u6_1017{position:relative;flex-shrink:0;padding:.85rem 1rem 1.05rem;background:linear-gradient(180deg,#0c080a00,#0c080aeb 28%,#0c080a);border-top:1px solid rgba(224,61,75,.28);box-shadow:0 -12px 28px #00000059}._avatarPreviewDock_1b6u6_1017:before{content:"";position:absolute;left:1rem;right:1rem;top:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,140,150,.55) 50%,transparent 100%);pointer-events:none}._avatarPreviewChatBtn_1b6u6_1043{width:100%;min-height:2.75rem;border:1px solid rgba(255,180,188,.28);border-radius:.85rem;background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,transparent 42%),linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 52%,var(--primary-dark) 100%);color:#fff;font-size:.95rem;font-weight:800;letter-spacing:.18em;text-indent:0;cursor:pointer;box-shadow:0 10px 24px #e03d4b61,inset 0 1px #ffffff2e;display:inline-flex;align-items:center;justify-content:center;gap:.4rem}._avatarPreviewChatBtn_1b6u6_1043:hover{filter:brightness(1.07);transform:translateY(-1px)}._avatarPreviewChatBtn_1b6u6_1043:active{transform:translateY(0);filter:brightness(.98)}._avatarPreviewChatBtn_1b6u6_1043:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}@media(prefers-reduced-motion:reduce){._avatarPreviewChatBtn_1b6u6_1043:hover,._avatarPreviewChatBtn_1b6u6_1043:active{transform:none}}._section_9xxvs_1{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.85rem}._head_9xxvs_8{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._title_9xxvs_15{margin:0;font-size:.95rem;font-weight:750;letter-spacing:.02em}._headActions_9xxvs_22{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:flex-end}._profileCard_9xxvs_29{display:flex;flex-direction:column;gap:.55rem;padding:.85rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._profileRow_9xxvs_39{display:flex;align-items:baseline;gap:.75rem}._profileKey_9xxvs_45{flex-shrink:0;min-width:2.5rem;font-size:.75rem;font-weight:650;color:#ffdce08c}._profileVal_9xxvs_53{font-size:.9rem;font-weight:650;color:#e8eef8f2}._profileBlock_9xxvs_59{display:flex;flex-direction:column;gap:.3rem}._profilePersona_9xxvs_65{margin:0;font-size:.84rem;line-height:1.5;color:#e8eef8e0;white-space:pre-wrap}._dynHint_9xxvs_73{margin:0;font-size:.72rem;color:#ffffff6b}._modalForm_9xxvs_80{--dossier-ink: #0c0a0d;display:flex;flex-direction:column;gap:.85rem;flex:1;min-height:0;margin:0 -.15rem;padding:.85rem .85rem 0;border-radius:1rem;background:linear-gradient(180deg,rgba(28,16,20,.98) 0%,var(--dossier-ink) 55%);border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 40px #00000073,inset 0 1px #ffb4ba0f}._modalTop_9xxvs_97{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._modalTitle_9xxvs_104{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:.02em}._modalClose_9xxvs_111{width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer}._modalClose_9xxvs_111:hover:not(:disabled){border-color:#ff5a6780;color:#ffb3ba}._modalClose_9xxvs_111:disabled{opacity:.45;cursor:not-allowed}._field_9xxvs_133{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#ffffffb3}._labelRow_9xxvs_141{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-weight:650;color:#ffeceed9}._counter_9xxvs_150{font-size:.7rem;font-weight:600;color:#fff6}._field_9xxvs_133 input,._field_9xxvs_133 textarea,._search_9xxvs_158{width:100%;border-radius:.55rem;border:1px solid rgba(255,255,255,.16);background:#00000061;color:#e8eef8;padding:.55rem .7rem;font:inherit;box-sizing:border-box}._field_9xxvs_133 textarea{resize:vertical;min-height:6rem;line-height:1.45}._field_9xxvs_133 input:focus,._field_9xxvs_133 textarea:focus,._search_9xxvs_158:focus{outline:none;border-color:#e03d4b8c;box-shadow:0 0 0 2px #e03d4b29}._chips_9xxvs_183{display:flex;flex-wrap:wrap;gap:.4rem}._chip_9xxvs_183{min-height:2rem;padding:.3rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0d;color:#e8eef8e0;font-size:.8rem;font-weight:650;cursor:pointer}._chipActive_9xxvs_201{border-color:#e03d4bb3;background:#e03d4b38;color:#ffc4c9}._modalActions_9xxvs_207{display:flex;gap:.55rem;justify-content:stretch;margin-top:auto;padding-bottom:.35rem}._secondaryBtn_9xxvs_215,._primaryBtn_9xxvs_216{flex:1;min-height:2.55rem;border-radius:999px;font-size:.9rem;font-weight:750;cursor:pointer}._secondaryBtn_9xxvs_215{border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#e8eef8eb}._secondaryBtn_9xxvs_215:hover:not(:disabled){border-color:#ff5a6773;color:#ffb3ba}._primaryBtn_9xxvs_216{border:1px solid rgba(224,61,75,.75);background:linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 52%,var(--primary-dark) 100%);color:#fff;box-shadow:0 6px 16px #e03d4b4d}._primaryBtn_9xxvs_216:hover:not(:disabled){filter:brightness(1.06)}._secondaryBtn_9xxvs_215:disabled,._primaryBtn_9xxvs_216:disabled{opacity:.45;cursor:not-allowed;filter:none;box-shadow:none}._importPanel_9xxvs_256{display:flex;flex-direction:column;gap:.65rem;min-height:0}._search_9xxvs_158{margin-bottom:.15rem}._importRow_9xxvs_267{display:flex;align-items:center;gap:.7rem;padding:.7rem .75rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._importAvatar_9xxvs_277{flex-shrink:0;width:2.75rem;height:2.75rem;border-radius:.45rem;display:grid;place-items:center;background:#e03d4b2e;border:1px solid rgba(255,90,103,.35);color:#ffb3ba;font-weight:800;font-size:1rem}._importBody_9xxvs_291{flex:1;min-width:0}._importName_9xxvs_296{font-size:.9rem;font-weight:750;color:#fff}._importMeta_9xxvs_302{font-weight:550;color:#ffdce08c;font-size:.78rem}._importPersona_9xxvs_308{margin:.2rem 0 0;font-size:.78rem;line-height:1.4;color:#e8eef8b3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._selectBtn_9xxvs_319{flex-shrink:0;min-height:2rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(224,61,75,.65);background:#e03d4b29;color:#ffb3ba;font-size:.78rem;font-weight:750;cursor:pointer;white-space:nowrap}._selectBtn_9xxvs_319:hover{background:#e03d4b47;color:#fff}._previewPanel_9xxvs_339{display:flex;flex-direction:column;gap:.75rem;min-height:0}._previewCard_9xxvs_346{padding:.85rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._previewSectionTitle_9xxvs_353{margin:0 0 .55rem;font-size:.8rem;font-weight:750;letter-spacing:.03em;color:#fff0f2e0}._previewName_9xxvs_361{font-size:1.05rem;font-weight:800}._previewMeta_9xxvs_366{margin-top:.25rem;font-size:.8rem;color:#ffdce0b3}._previewPersona_9xxvs_372{margin:.55rem 0 0;font-size:.84rem;line-height:1.5;color:#e8eef8e0;white-space:pre-wrap}._previewMuted_9xxvs_380{margin:0;font-size:.8rem;color:#ffffff6b}._previewAttrGrid_9xxvs_386{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}._previewAttrCard_9xxvs_392{display:flex;flex-direction:column;gap:.15rem;padding:.55rem .5rem;border-radius:.55rem;border:1px solid rgba(255,255,255,.12);background:#00000040;text-align:center}._previewAttrChanged_9xxvs_404{border-color:#e03d4ba6;background:#e03d4b24;box-shadow:0 0 0 1px #e03d4b33}._previewAttrLabel_9xxvs_410{font-size:.72rem;font-weight:650;color:#ffdce0b3}._previewAttrValue_9xxvs_416{font-size:1.25rem;font-weight:800;color:#fff}._previewAttrChanged_9xxvs_404 ._previewAttrValue_9xxvs_416{color:#ffb3ba}._previewAttrHint_9xxvs_426{font-size:.62rem;color:#fff6}._infoBanner_9xxvs_431{display:flex;gap:.55rem;align-items:flex-start;padding:.7rem .8rem;border-radius:.65rem;border:1px solid rgba(224,61,75,.35);background:#e03d4b1a}._infoBanner_9xxvs_431 p{margin:0;font-size:.78rem;line-height:1.45;color:#ffdce0e0}._infoIcon_9xxvs_448{flex-shrink:0;width:1.2rem;height:1.2rem;border-radius:999px;display:grid;place-items:center;font-size:.7rem;font-weight:800;font-style:italic;background:#e03d4b59;color:#ffc4c9}@media(max-width:380px){._previewAttrGrid_9xxvs_386{grid-template-columns:1fr 1fr}._head_9xxvs_8{flex-direction:column;align-items:stretch}._headActions_9xxvs_22{justify-content:stretch}._headActions_9xxvs_22>*{flex:1}}._overviewList_mntai_3{display:flex;flex-direction:column;gap:.65rem}._overviewCard_mntai_9{display:flex;align-items:center;gap:.75rem;width:100%;padding:.85rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;font:inherit;text-align:left;cursor:pointer}._overviewCard_mntai_9:hover{border-color:#e03d4b73;background:#e03d4b14}._overviewIcon_mntai_29{flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:.55rem;display:grid;place-items:center;background:#e03d4b29;border:1px solid rgba(255,90,103,.35);color:#ffb3ba;font-size:.95rem;font-weight:800}._overviewText_mntai_43{flex:1;min-width:0}._overviewTitle_mntai_48{margin:0;font-size:.95rem;font-weight:750}._overviewDesc_mntai_54{margin:.2rem 0 0;font-size:.75rem;color:#ffdce08c;line-height:1.35}._chevron_mntai_61{flex-shrink:0;color:#ffffff59;font-size:1.2rem;font-weight:300}._headerActions_mntai_68{display:flex;gap:.4rem;flex-wrap:wrap}._wbCard_mntai_74{display:flex;gap:.75rem;align-items:flex-start;padding:.85rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._wbMain_mntai_84{flex:1;min-width:0}._wbTitle_mntai_89{margin:0;font-size:.92rem;font-weight:750}._wbBody_mntai_95{margin:.35rem 0 0;font-size:.8rem;line-height:1.45;color:#e8eef8d1}._wbMeta_mntai_102{margin:.4rem 0 0;font-size:.72rem;color:#ffdce08c}._wbSide_mntai_108{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}._badge_mntai_116{font-size:.68rem;font-weight:700;padding:.15rem .45rem;border-radius:999px;border:1px solid rgba(224,61,75,.4);background:#e03d4b24;color:#ffb3ba}._toggleRow_mntai_126{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:#ffdce0b3}._switch_mntai_134{position:relative;width:2.4rem;height:1.35rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;cursor:pointer;padding:0}._switchOn_mntai_145{background:#e03d4b8c;border-color:#e03d4bcc}._switchKnob_mntai_150{position:absolute;top:.12rem;left:.12rem;width:1rem;height:1rem;border-radius:999px;background:#fff;transition:transform .15s ease}._switchOn_mntai_145 ._switchKnob_mntai_150{transform:translate(1.05rem)}._editBtn_mntai_165{min-height:1.85rem;padding:.25rem .7rem;border-radius:999px;border:1px solid rgba(255,90,103,.55);background:#e03d4b24;color:#ffb3ba;font-size:.75rem;font-weight:750;cursor:pointer}._editBtn_mntai_165:hover{background:#e03d4b42;color:#fff}._form_mntai_182{display:flex;flex-direction:column;gap:.75rem;min-height:0}._field_mntai_189{display:flex;flex-direction:column;gap:.35rem;font-size:.8rem;color:#ffffffb3}._labelRow_mntai_197{display:flex;justify-content:space-between;gap:.5rem;font-weight:650;color:#ffeceed9}._counter_mntai_205{font-size:.7rem;font-weight:600;color:#fff6}._field_mntai_189 input,._field_mntai_189 textarea,._pasteArea_mntai_213,._search_mntai_214{width:100%;border-radius:.55rem;border:1px solid rgba(255,255,255,.16);background:#00000061;color:#e8eef8;padding:.55rem .7rem;font:inherit;box-sizing:border-box}._field_mntai_189 textarea,._pasteArea_mntai_213{resize:vertical;min-height:5.5rem;line-height:1.45}._field_mntai_189 input:focus,._field_mntai_189 textarea:focus,._pasteArea_mntai_213:focus,._search_mntai_214:focus{outline:none;border-color:#e03d4b8c;box-shadow:0 0 0 2px #e03d4b29}._statusChips_mntai_241{display:flex;gap:.4rem;flex-wrap:wrap}._statusChip_mntai_241{min-height:2rem;padding:.3rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0d;color:#e8eef8e0;font-size:.8rem;font-weight:650;cursor:pointer}._statusChipActive_mntai_259{border-color:#e03d4bb3;background:#e03d4b38;color:#ffc4c9}._actions_mntai_265{display:flex;gap:.55rem;margin-top:.25rem}._secondaryBtn_mntai_271,._primaryBtn_mntai_272{flex:1;min-height:2.55rem;border-radius:999px;font-size:.9rem;font-weight:750;cursor:pointer}._secondaryBtn_mntai_271{border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#e8eef8eb}._primaryBtn_mntai_272{border:1px solid rgba(224,61,75,.75);background:linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 52%,var(--primary-dark) 100%);color:#fff;box-shadow:0 6px 16px #e03d4b4d}._secondaryBtn_mntai_271:disabled,._primaryBtn_mntai_272:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}._importTabs_mntai_301{display:flex;gap:.35rem;flex-wrap:wrap}._importTab_mntai_301{min-height:2rem;padding:.3rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0d;color:#e8eef8e0;font-size:.78rem;font-weight:650;cursor:pointer}._importTabActive_mntai_319{border-color:#e03d4bb3;background:#e03d4b38;color:#ffc4c9}._uploadBox_mntai_325{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;min-height:7rem;padding:1rem;border-radius:.75rem;border:1.5px dashed rgba(224,61,75,.45);background:#e03d4b0f;color:#ffdce0bf;font-size:.82rem;cursor:pointer;text-align:center}._uploadBox_mntai_325 input{display:none}._templateRow_mntai_346{display:flex;align-items:center;gap:.65rem;width:100%;padding:.7rem .75rem;border-radius:.65rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;font:inherit;text-align:left;cursor:pointer}._templateRowSelected_mntai_361{border-color:#e03d4ba6;background:#e03d4b1a}._templateBody_mntai_366{flex:1;min-width:0}._templateName_mntai_371{margin:0;font-size:.88rem;font-weight:750}._templateDesc_mntai_377{margin:.2rem 0 0;font-size:.75rem;color:#ffdce08c}._sectionBlock_mntai_383{display:flex;flex-direction:column;gap:.55rem;margin-bottom:.85rem}._sectionTitle_mntai_390{margin:0;font-size:.88rem;font-weight:750;color:#fff0f2e6}._presetRow_mntai_397{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .15rem;border-bottom:1px solid rgba(255,255,255,.06)}._presetLabel_mntai_406{font-size:.84rem;font-weight:650}._presetHint_mntai_411{margin:.15rem 0 0;font-size:.7rem;color:#fff6}._paceRow_mntai_417{display:flex;gap:.4rem}._tagCloud_mntai_422{display:flex;flex-wrap:wrap;gap:.4rem}._tag_mntai_422{display:inline-flex;align-items:center;gap:.3rem;padding:.28rem .55rem;border-radius:999px;border:1px solid rgba(255,90,103,.35);background:#e03d4b1f;color:#ffc4c9;font-size:.75rem;font-weight:650}._tagX_mntai_441{border:none;background:transparent;color:#ffb4bad9;cursor:pointer;font-size:.9rem;line-height:1;padding:0}._avoidEditList_mntai_451{display:flex;flex-direction:column;gap:.45rem}._avoidEditRow_mntai_457{display:flex;align-items:center;gap:.5rem;padding:.55rem .65rem;border-radius:.55rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._avoidEditText_mntai_467{flex:1;min-width:0;font-size:.84rem}._positionCard_mntai_473{padding:.85rem .9rem;border-radius:.75rem;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}._positionRow_mntai_480{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.65rem}._positionKey_mntai_487{font-size:.72rem;font-weight:650;color:#ffdce08c}._positionVal_mntai_493{font-size:.88rem;line-height:1.45;color:#e8eef8e6;white-space:pre-wrap}._infoHint_mntai_500{margin:0 0 .55rem;font-size:.75rem;color:#ffffff73;line-height:1.4}._overlay_632zk_1{position:absolute;inset:0;z-index:3055;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);animation:_fadeIn_632zk_1 .2s ease;border-radius:inherit}@keyframes _fadeIn_632zk_1{0%{opacity:0}to{opacity:1}}._modal_632zk_19{width:min(22rem,calc(100% - 1.5rem));max-width:23.875rem;max-height:calc(100% - 3rem);border-radius:1rem;background:#fff;box-shadow:0 .5rem 2rem #0000004d;overflow:hidden;color:#333;animation:_slideUp_632zk_1 .25s ease;display:flex;flex-direction:column}@keyframes _slideUp_632zk_1{0%{transform:translateY(.5rem);opacity:0}to{transform:translateY(0);opacity:1}}._header_632zk_44{padding:.75rem 1.25rem;background:linear-gradient(135deg,#fb4655,#e63946);color:#fff;display:flex;align-items:center;justify-content:space-between}._title_632zk_53{font-size:.95rem;font-weight:600;margin:0}._closeButton_632zk_59{border:none;background:transparent;color:#fff;cursor:pointer;font-size:1.25rem;line-height:1}._body_632zk_68{padding:1.5rem 1.75rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}._message_632zk_75{font-size:.9rem;line-height:1.6;text-align:center;color:#444}._buttons_632zk_82{display:flex;justify-content:center;gap:.75rem}._btn_632zk_88{min-width:7rem;padding:.55rem 1.5rem;border-radius:.75rem;border:1px solid #fb4655;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}._btnPrimary_632zk_99{background:#fb4655;color:#fff}._btnPrimary_632zk_99:hover{filter:brightness(1.05)}._btnSecondary_632zk_108{background:#fff;color:#fb4655}._btnSecondary_632zk_108:hover{background:#ffecef}._form_17cjp_3{--dossier-ink: #0c0a0d;--dossier-panel: #141016;--dossier-line: rgba(255, 255, 255, .14);display:flex;flex-direction:column;gap:0;flex:1;min-height:0;margin:0 -.15rem;padding:0;border-radius:1rem;overflow:hidden;background:var(--dossier-ink);border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 40px #00000073,inset 0 1px #ffb4ba0f;animation:_dossierIn_17cjp_1 .28s ease-out}._formScroll_17cjp_24{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.85rem;padding:.85rem .85rem 1rem;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#1c1014 0%,var(--dossier-ink) 42%)}._formTop_17cjp_37{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.15rem}._formTitle_17cjp_45{margin:0;font-size:1.05rem;font-weight:800;letter-spacing:.02em}._formClose_17cjp_52{width:2.1rem;height:2.1rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0f;color:#fff;font-size:1.35rem;line-height:1;cursor:pointer}._formClose_17cjp_52:hover:not(:disabled){border-color:#ff5a6780;color:#ffb3ba}._formClose_17cjp_52:disabled{opacity:.45;cursor:not-allowed}._avatarBlock_17cjp_74{display:grid;grid-template-columns:5.25rem 1fr;gap:.85rem;align-items:center;padding:.75rem;border-radius:.85rem;border:1px solid rgba(224,61,75,.28);background:#e03d4b0f}._avatarFrame_17cjp_85{width:5.25rem;height:5.25rem;padding:0;margin:0;border-radius:.65rem;overflow:hidden;border:1px solid rgba(255,255,255,.18);background:#00000073;cursor:pointer;line-height:0}._avatarFrame_17cjp_85:hover{border-color:#e03d4ba6;box-shadow:0 0 0 2px #e03d4b47}._avatarFrame_17cjp_85:focus-visible{outline:2px solid var(--primary-light, #ff5a67);outline-offset:2px}._avatarImg_17cjp_108{width:100%;height:100%;object-fit:cover;object-position:top center;display:block}._avatarEmpty_17cjp_116{width:100%;height:100%;display:grid;place-items:center;color:#ffe8ea66;font-size:.75rem;font-weight:650}._avatarActions_17cjp_126{min-width:0;display:flex;flex-direction:column;gap:.35rem}._avatarHint_17cjp_133{margin:0;font-size:.7rem;line-height:1.35;color:#ffdce08c}._avatarGenBtn_17cjp_140{align-self:flex-start;min-height:2.2rem;padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(255,90,103,.7);background:linear-gradient(165deg,var(--primary-light),var(--primary) 50%,var(--primary-dark));color:#fff;font-size:.78rem;font-weight:750;cursor:pointer;box-shadow:0 6px 16px #e03d4b52}._avatarGenBtn_17cjp_140:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}._block_17cjp_160{display:flex;flex-direction:column;gap:.75rem}._field_17cjp_166{display:flex;flex-direction:column;gap:.4rem;font-size:.8125rem;color:#e8eef8c7}._labelRow_17cjp_174{display:inline-flex;align-items:center;gap:.2rem;font-weight:650;letter-spacing:.02em;color:#fff4f6e0}._labelWithAi_17cjp_183{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%}._fieldAiBtn_17cjp_191{flex-shrink:0;min-height:1.65rem;padding:.2rem .65rem;border-radius:.35rem;border:1px solid rgba(224,61,75,.75);background:#e03d4b1f;color:#ff8a94;font-size:.72rem;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}._fieldAiBtn_17cjp_191:hover:not(:disabled){background:#e03d4b38;border-color:#ff5a67f2;color:#ffb3ba}._fieldAiBtn_17cjp_191:disabled{opacity:.5;cursor:not-allowed}._req_17cjp_217{color:var(--primary, #e03d4b);font-weight:800;font-size:.95em;line-height:1}._field_17cjp_166 input,._field_17cjp_166 textarea{border-radius:.6rem;border:1px solid var(--dossier-line);background:#0000008c;color:#f4f6fb;padding:.6rem .75rem;font-size:.875rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}._field_17cjp_166 input::placeholder,._field_17cjp_166 textarea::placeholder{color:#ffe8ea61}._field_17cjp_166 input:focus,._field_17cjp_166 textarea:focus{outline:none;border-color:#e03d4ba6;background:#000000ad;box-shadow:0 0 0 2px #e03d4b2e}._field_17cjp_166 textarea{resize:vertical;min-height:4.2rem;line-height:1.45}._chips_17cjp_255{display:flex;flex-wrap:wrap;gap:.45rem}._chip_17cjp_255{min-height:2.15rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0a;color:#f2eceee0;font-size:.8125rem;font-weight:650;cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}._chip_17cjp_255:hover{border-color:#ff5a6773;color:#ffc4c9}._chipActive_17cjp_283{border-color:#ff5a67bf;background:linear-gradient(165deg,#ff5a6747,#e03d4b61);color:#fff;box-shadow:0 4px 14px #e03d4b47}._supplementToggle_17cjp_290{display:flex;align-items:center;justify-content:space-between;width:100%;margin:.15rem 0 0;padding:.7rem .85rem;border-radius:.7rem;border:1px dashed rgba(224,61,75,.45);background:#e03d4b14;color:#ff9aa3;font-size:.8125rem;font-weight:750;letter-spacing:.06em;cursor:pointer;text-align:left}._supplementToggle_17cjp_290:hover{background:#e03d4b24;border-color:#ff5a67a6}._chevron_17cjp_313{display:inline-block;transition:transform .18s ease;font-size:.85rem;opacity:.9}._chevronOpen_17cjp_320{transform:rotate(180deg)}._supplement_17cjp_290{display:flex;flex-direction:column;gap:.75rem;padding:.85rem;border-radius:.75rem;border:1px solid rgba(224,61,75,.28);background:#120a0ceb;box-shadow:inset 0 0 0 1px #e03d4b14;animation:_supplementOpen_17cjp_1 .22s ease-out}._actions_17cjp_336{display:grid;grid-template-columns:1fr 1.35fr;gap:.7rem;flex-shrink:0;margin:0;padding:.9rem .85rem max(.75rem,env(safe-area-inset-bottom));border-top:1px solid rgba(224,61,75,.28);background:linear-gradient(180deg,#161014 0%,var(--dossier-ink) 100%);box-shadow:0 -10px 24px #00000059;position:relative;z-index:2}._actions_17cjp_336:before{content:"";position:absolute;left:.85rem;right:.85rem;top:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,140,150,.45) 50%,transparent 100%);pointer-events:none}._primary_17cjp_367,._secondary_17cjp_368{min-height:2.7rem;padding:.55rem 1rem;border-radius:999px;font-size:.9rem;font-weight:750;letter-spacing:.04em;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease,box-shadow .14s ease}._primary_17cjp_367{border:1px solid rgba(255,90,103,.7);background:linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 48%,var(--primary-dark) 100%);color:#fff;box-shadow:0 0 0 1px #e03d4b33,0 8px 22px #e03d4b59}._secondary_17cjp_368{border:1px solid rgba(255,255,255,.22);background:#ffffff0a;color:#e8eef8eb;box-shadow:inset 0 1px #ffffff0f}._primary_17cjp_367:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 0 1px #e03d4b47,0 10px 26px #e03d4b6b}._secondary_17cjp_368:hover:not(:disabled){background:#ffffff1a;border-color:#ff5a6773;color:#ffb3ba}._primary_17cjp_367:active:not(:disabled),._secondary_17cjp_368:active:not(:disabled){transform:translateY(0)}._primary_17cjp_367:focus-visible,._secondary_17cjp_368:focus-visible,._chip_17cjp_255:focus-visible,._supplementToggle_17cjp_290:focus-visible,._avatarGenBtn_17cjp_140:focus-visible{outline:2px solid var(--primary-light);outline-offset:2px}._primary_17cjp_367:disabled,._secondary_17cjp_368:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}@keyframes _dossierIn_17cjp_1{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes _supplementOpen_17cjp_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._form_17cjp_3,._supplement_17cjp_290{animation:none}}._previewOverlay_17cjp_464{position:fixed;inset:0;z-index:3700;display:flex;align-items:center;justify-content:center;padding:1rem;background:#060406b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._previewCard_17cjp_476{position:relative;display:flex;flex-direction:column;width:min(100%,22rem);max-height:min(88vh,36rem);overflow:hidden;padding:0;border-radius:1rem;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#1a1014,#0c090b);box-shadow:0 20px 48px #0000008c,0 0 0 1px #e03d4b2e}._previewChrome_17cjp_492{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem .55rem 1rem;border-bottom:1px solid rgba(255,180,188,.14);background:linear-gradient(180deg,#1c1014f2,#100a0ce0)}._previewChromeLabel_17cjp_503{font-size:.72rem;font-weight:750;letter-spacing:.16em;color:#ffb0b8c7}._previewClose_17cjp_510{position:static;flex-shrink:0;width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000059;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}._previewClose_17cjp_510:hover{border-color:#ff5a678c;color:#ffb3ba;background:#e03d4b2e}._previewBody_17cjp_530{flex:1;min-height:0;overflow:auto;padding:.85rem 1rem 1.15rem;-webkit-overflow-scrolling:touch}._previewPortraitWrap_17cjp_538{width:100%;margin-bottom:.85rem;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#00000059}._previewPortrait_17cjp_538{display:block;width:100%;max-height:16rem;object-fit:cover;object-position:top center}._previewName_17cjp_555{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:.02em}._previewMeta_17cjp_562{margin:.35rem 0 0;font-size:.8rem;color:#ffdce0b8}._previewIntro_17cjp_568{margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}._previewIntroTitle_17cjp_574{margin:0 0 .45rem;font-size:.82rem;font-weight:750;letter-spacing:.04em;color:#ffb3ba}._previewIntroBody_17cjp_582{margin:0 0 .55rem;font-size:.84rem;line-height:1.5;color:#e8eef8e6;white-space:pre-wrap}._previewIntroBody_17cjp_582:last-child{margin-bottom:0}._previewIntroMuted_17cjp_594{margin:0;font-size:.8rem;color:#ffffff6b}._root_4gnei_1{position:relative;display:flex;flex-direction:column;flex:1;min-height:0;gap:.65rem}._header_4gnei_10{display:flex;align-items:center;gap:.65rem;flex-shrink:0}._back_4gnei_17{flex-shrink:0;width:2.2rem;height:2.2rem;min-height:2.2rem;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0d;color:#fff;font-size:1.45rem;line-height:1;font-weight:400;cursor:pointer}._back_4gnei_17:hover:not(:disabled){border-color:#ff5a6780;color:#ffb3ba}._headAvatar_4gnei_38,._headAvatarEmpty_4gnei_39{flex-shrink:0;width:2.4rem;height:2.4rem;border-radius:999px;object-fit:cover;object-position:top center;border:1px solid rgba(255,255,255,.18);background:#ffffff14}._headAvatarEmpty_4gnei_39{display:block}._headText_4gnei_54{min-width:0;flex:1}._title_4gnei_59{margin:0;font-size:1rem;font-weight:750}._sub_4gnei_65{margin:.15rem 0 0;display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;color:#ffffff80}._onlineDot_4gnei_74{width:.45rem;height:.45rem;border-radius:999px;background:#3dd68c;box-shadow:0 0 8px #3dd68c8c}._clearBtn_4gnei_82{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.28rem;min-height:2rem;padding:.35rem .65rem;border-radius:999px;border:1px solid rgba(255,180,188,.28);background:linear-gradient(180deg,rgba(255,255,255,.06) 0%,transparent 55%),#e03d4b1f;color:#ffb3ba;font-size:.72rem;font-weight:700;letter-spacing:.06em;cursor:pointer;box-shadow:inset 0 1px #ffffff0f}._clearBtn_4gnei_82:hover:not(:disabled){border-color:#ff5a678c;background:#e03d4b38;color:#fff}._clearBtn_4gnei_82:disabled{opacity:.4;cursor:not-allowed}._clearBtn_4gnei_82:focus-visible{outline:2px solid var(--primary-light, #ff5a67);outline-offset:2px}._clearIcon_4gnei_119{width:.85rem;height:.85rem}._clearLabel_4gnei_124{line-height:1}._list_4gnei_128{flex:1;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:.55rem;padding:.35rem .15rem .5rem}._empty_4gnei_138,._typing_4gnei_139{margin:1.5rem auto;color:#ffeceeb8;font-size:.9rem;font-weight:550;text-shadow:0 1px 8px rgba(0,0,0,.55)}._typing_4gnei_139{margin:.25rem 0 0;align-self:flex-start;font-size:.75rem}._row_4gnei_153{display:flex;align-items:flex-end;gap:.45rem;max-width:100%}._rowAssistant_4gnei_160{align-self:flex-start}._rowUser_4gnei_164{align-self:flex-end;justify-content:flex-end}._bubbleAvatar_4gnei_169,._bubbleAvatarEmpty_4gnei_170{flex-shrink:0;width:1.85rem;height:1.85rem;border-radius:999px;object-fit:cover;object-position:top center;border:1px solid rgba(255,255,255,.16);background:#ffffff14;display:block}._avatarHit_4gnei_182{flex-shrink:0;padding:0;margin:0;border:none;background:transparent;cursor:pointer;border-radius:999px;line-height:0}._avatarHit_4gnei_182:hover ._headAvatar_4gnei_38,._avatarHit_4gnei_182:hover ._bubbleAvatar_4gnei_169{border-color:#e03d4ba6;box-shadow:0 0 0 2px #e03d4b40}._avatarHit_4gnei_182:focus-visible{outline:2px solid var(--primary-light, #ff5a67);outline-offset:2px}._bubble_4gnei_169{position:relative;max-width:min(88%,22rem);border-radius:.85rem;padding:.65rem .8rem;line-height:1.45;font-size:.875rem;white-space:pre-wrap;word-break:break-word}._user_4gnei_215{background:linear-gradient(165deg,var(--primary-light) 0%,var(--primary) 55%,var(--primary-dark) 100%);color:#fff;border-bottom-right-radius:.25rem;box-shadow:0 6px 16px #e03d4b47}._assistant_4gnei_222{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#e8eef8f2;border-bottom-left-radius:.25rem}._streaming_4gnei_229{border-color:#e03d4b59}._bubbleText_4gnei_233{margin:0}._menu_4gnei_237{position:absolute;left:0;bottom:calc(100% + 6px);z-index:5;display:flex;flex-direction:column;gap:.25rem;min-width:7.5rem;padding:.35rem;border-radius:.55rem;border:1px solid rgba(224,61,75,.35);background:#100a0ef5;box-shadow:0 12px 28px #00000073}._menuBtn_4gnei_253{border:none;border-radius:.4rem;padding:.45rem .6rem;background:transparent;color:#fff;font-size:.8rem;text-align:left;cursor:pointer}._menuBtn_4gnei_253:hover:not(:disabled){background:#e03d4b33}._menuBtn_4gnei_253:disabled{opacity:.45}._composer_4gnei_273{--composer-ink: #12090c;--composer-ink-mid: #1c1014;flex-shrink:0;position:relative;z-index:2;display:grid;grid-template-columns:1fr auto;gap:.55rem .65rem;align-items:end;margin-top:.45rem;padding:.8rem .75rem .85rem;border-radius:1rem;border:1px solid rgba(255,255,255,.14);border-top:2px solid var(--primary, #e03d4b);background:linear-gradient(180deg,var(--composer-ink-mid) 0%,var(--composer-ink) 100%);box-shadow:0 -10px 28px #00000080,0 10px 28px #e03d4b33,inset 0 1px #ffb4ba1f;animation:_composerRise_4gnei_1 .32s ease-out}._composer_4gnei_273:before{content:"";position:absolute;left:1rem;right:1rem;top:-1px;height:2px;border-radius:2px;background:linear-gradient(90deg,transparent 0%,var(--primary-light, #ff5a67) 22%,var(--primary, #e03d4b) 50%,var(--primary-light, #ff5a67) 78%,transparent 100%);box-shadow:0 0 12px #e03d4b8c;pointer-events:none}._composerLabel_4gnei_317{grid-column:1 / -1;margin:0;font-size:.7rem;font-weight:700;letter-spacing:.14em;color:#ff9aa3}._input_4gnei_326{width:100%;resize:none;min-height:3.15rem;border-radius:.75rem;border:1.5px solid rgba(255,255,255,.28);background:#ffffff1a;color:#fff;padding:.7rem .85rem;font:inherit;font-size:.9rem;line-height:1.4;box-shadow:inset 0 1px #ffffff0f}._input_4gnei_326::placeholder{color:#ffe8ea94;font-weight:500}._input_4gnei_326:focus{outline:none;border-color:var(--primary-light, #ff5a67);background:#ffffff24;box-shadow:0 0 0 3px #e03d4b38,inset 0 1px #ffffff14}._send_4gnei_355{min-width:4.75rem;min-height:3.15rem;border:none;border-radius:999px;padding:.6rem 1.15rem;background:linear-gradient(165deg,var(--primary-light),var(--primary) 50%,var(--primary-dark));color:#fff;font-weight:800;font-size:.9rem;letter-spacing:.06em;cursor:pointer;box-shadow:0 8px 20px #e03d4b6b,inset 0 1px #ffffff40}._send_4gnei_355:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@keyframes _composerRise_4gnei_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){._composer_4gnei_273{animation:none}}._previewOverlay_4gnei_396{position:absolute;inset:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:1rem;background:#060406b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._previewCard_4gnei_408{position:relative;display:flex;flex-direction:column;width:min(100%,22rem);max-height:min(88%,36rem);overflow:hidden;padding:0;border-radius:1rem;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#1a1014,#0c090b);box-shadow:0 20px 48px #0000008c,0 0 0 1px #e03d4b2e}._previewChrome_4gnei_424{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.65rem .75rem .55rem 1rem;border-bottom:1px solid rgba(255,180,188,.14);background:linear-gradient(180deg,#1c1014f2,#100a0ce0)}._previewChromeLabel_4gnei_435{font-size:.72rem;font-weight:750;letter-spacing:.16em;color:#ffb0b8c7}._previewClose_4gnei_442{position:static;flex-shrink:0;width:2rem;height:2rem;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#00000059;color:#fff;font-size:1.2rem;line-height:1;cursor:pointer}._previewClose_4gnei_442:hover{border-color:#ff5a678c;color:#ffb3ba;background:#e03d4b2e}._previewBody_4gnei_462{flex:1;min-height:0;overflow:auto;padding:.85rem 1rem 1.15rem;-webkit-overflow-scrolling:touch}._previewPortraitWrap_4gnei_470{width:100%;margin-bottom:.85rem;border-radius:.75rem;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#00000059}._previewPortrait_4gnei_470{display:block;width:100%;max-height:16rem;object-fit:cover;object-position:top center}._previewPortraitEmpty_4gnei_487{width:100%;height:12rem;background:linear-gradient(160deg,#e03d4b33,#140c10f2)}._previewName_4gnei_493{margin:0;font-size:1.15rem;font-weight:800;letter-spacing:.02em}._previewMeta_4gnei_500{margin:.35rem 0 0;font-size:.8rem;color:#ffdce0b8}._previewIntro_4gnei_506{margin-top:.85rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1)}._previewIntroTitle_4gnei_512{margin:0 0 .45rem;font-size:.82rem;font-weight:750;letter-spacing:.04em;color:#ffb3ba}._previewIntroBody_4gnei_520{margin:0 0 .55rem;font-size:.84rem;line-height:1.5;color:#e8eef8e6;white-space:pre-wrap}._previewIntroBody_4gnei_520:last-child{margin-bottom:0}._previewIntroMuted_4gnei_532{margin:0;font-size:.8rem;color:#ffffff6b}._overlay_ccrcb_1{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_ccrcb_11{width:min(720px,92vw);max-height:86vh;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex-direction:column}._header_ccrcb_21{padding:16px 20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}._title_ccrcb_29{font-size:16px;font-weight:600}._closeBtn_ccrcb_34{background:transparent;border:none;font-size:20px;cursor:pointer}._body_ccrcb_41{padding:16px 20px;overflow:auto}._textarea_ccrcb_46{width:100%;min-height:180px;resize:vertical;border:1px solid #e5e5e5;border-radius:8px;padding:12px 14px;line-height:1.6;font-size:14px}._hintRow_ccrcb_57{display:flex;align-items:center;justify-content:space-between;margin-top:8px;color:#888;font-size:12px}._saveOptions_ccrcb_66{width:100%;margin-bottom:12px}._radioGroup_ccrcb_71{display:flex;gap:20px;margin-bottom:8px}._radioGroup_ccrcb_71 label{display:flex;align-items:center;gap:6px;font-size:14px;cursor:pointer}._radioGroup_ccrcb_71 input[type=radio]{accent-color:#E03D4B}._overwriteSelect_ccrcb_89{width:100%}._overwriteSelect_ccrcb_89 select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff;cursor:pointer}._overwriteSelect_ccrcb_89 select:disabled{opacity:.6;cursor:not-allowed}._footer_ccrcb_108{padding:12px 20px 18px;display:flex;gap:12px;justify-content:flex-end;border-top:1px solid #eee}._btn_ccrcb_116{padding:10px 14px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}._btnPrimary_ccrcb_124{background:#e03d4b;border-color:#e03d4b;color:#fff}._btn_ccrcb_116:disabled{opacity:.6;cursor:not-allowed}._confirmOverlay_ccrcb_136{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1200}._confirmModal_ccrcb_146{background:#fff;border-radius:12px;width:min(400px,90vw);overflow:hidden}._confirmHeader_ccrcb_153{padding:16px 20px;font-size:16px;font-weight:600;text-align:center;border-bottom:1px solid #eee}._confirmBody_ccrcb_161{padding:20px;display:flex;flex-direction:column;gap:12px}._confirmBtn_ccrcb_168{width:100%;padding:16px;border-radius:10px;border:2px solid #e5e5e5;background:#fff;cursor:pointer;text-align:left;transition:all .2s}._confirmBtn_ccrcb_168:hover{border-color:#e03d4b;background:#fef6f6}._confirmBtn_ccrcb_168:disabled{opacity:.6;cursor:not-allowed}._confirmBtnCreate_ccrcb_189{border-color:#4caf50}._confirmBtnCreate_ccrcb_189:hover{border-color:#45a049;background:#f0faf0}._confirmBtnOverwrite_ccrcb_198{border-color:#ff9800}._confirmBtnOverwrite_ccrcb_198:hover{border-color:#f57c00;background:#fff8f0}._confirmBtnTitle_ccrcb_207{display:block;font-size:15px;font-weight:600;margin-bottom:4px}._confirmBtnDesc_ccrcb_214{display:block;font-size:12px;color:#888}._confirmFooter_ccrcb_220{padding:12px 20px 16px;display:flex;justify-content:center}._confirmCancelBtn_ccrcb_226{padding:10px 32px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:14px}._confirmCancelBtn_ccrcb_226:hover{background:#f5f5f5}._confirmCancelBtn_ccrcb_226:disabled{opacity:.6;cursor:not-allowed}._blockingMask_ccrcb_244{position:fixed;inset:0;background:#0006;z-index:1100;display:flex;align-items:center;justify-content:center}._spinner_ccrcb_254{width:40px;height:40px;border-radius:50%;border:4px solid rgba(255,255,255,.4);border-top-color:#fff;animation:_spin_ccrcb_254 .9s linear infinite}@keyframes _spin_ccrcb_254{to{transform:rotate(360deg)}}._appShell_wd93g_1{display:flex;width:100%;min-width:0;height:100vh;background:#fafbfc}._main_wd93g_9{flex:1;min-width:0;padding:40px 56px 56px;display:flex;flex-direction:column;gap:36px;overflow-y:auto;position:relative}._topBar_wd93g_21{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;padding-bottom:32px;border-bottom:1px solid var(--border-light);position:relative}._topBar_wd93g_21:after{content:"";position:absolute;bottom:-1px;left:0;width:120px;height:2px;background:linear-gradient(90deg,var(--primary),transparent);border-radius:1px}._topBar_wd93g_21 h1{margin:8px 0 0;font-size:clamp(1.75rem,2.8vw,2.25rem);color:var(--text-primary);font-weight:700;letter-spacing:-.02em;line-height:1.2}._topBarLead_wd93g_53{flex:1;min-width:0;width:100%}._subtitle_wd93g_59{margin:10px 0 0;color:var(--text-secondary);font-size:.95rem;line-height:1.6;width:100%;max-width:none}._eyebrow_wd93g_68{margin:0;text-transform:uppercase;letter-spacing:.15em;font-size:.72rem;color:var(--primary);font-weight:700;display:inline-flex;align-items:center;gap:6px}._eyebrow_wd93g_68:before{content:"";width:8px;height:8px;background:var(--primary);border-radius:2px;transform:rotate(45deg)}._topActions_wd93g_90{display:flex;gap:12px;align-items:center}._primary_wd93g_96{border-radius:12px;border:none;padding:12px 24px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);box-shadow:0 4px 20px #e03d4b40;position:relative;overflow:hidden}._primary_wd93g_96:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);opacity:0;transition:.15s cubic-bezier(.4,0,.2,1)}._primary_wd93g_96:hover{transform:translateY(-2px);box-shadow:0 8px 28px #e03d4b59}._primary_wd93g_96:hover:before{opacity:1}._primary_wd93g_96:active{transform:translateY(0)}._primary_wd93g_96:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}._ghost_wd93g_140{border-radius:12px;border:1.5px solid rgba(26,29,33,.12);padding:11px 22px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);color:var(--text-primary);background:#fff;box-shadow:var(--shadow-sm)}._ghost_wd93g_140:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b0a;box-shadow:var(--shadow-md)}._ghost_wd93g_140:disabled{cursor:not-allowed;opacity:.6;transform:none;box-shadow:none}._panel_wd93g_168{display:none;flex-direction:column;min-width:0;gap:28px;animation:_fadeIn_wd93g_1 .4s ease-out}._panel_wd93g_168._active_wd93g_176{display:flex}._miniProgramShell_wd93g_180{min-height:100vh}._miniProgramMain_wd93g_184{padding-bottom:calc(88px + env(safe-area-inset-bottom))}._miniProgramTopBar_wd93g_188{gap:16px}._miniProgramTopActions_wd93g_192{width:100%;justify-content:flex-start;flex-wrap:wrap}@keyframes _fadeIn_wd93g_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1080px){._appShell_wd93g_1{flex-direction:column}._main_wd93g_9{padding:28px 24px}}@media(max-width:720px){._topBar_wd93g_21{flex-direction:column;align-items:flex-start}._topActions_wd93g_90{width:100%;justify-content:flex-start}._topBar_wd93g_21 h1{font-size:1.5rem}._main_wd93g_9{padding:20px 16px;gap:24px}._miniProgramMain_wd93g_184{padding:18px 14px calc(104px + env(safe-area-inset-bottom))}._miniProgramTopBar_wd93g_188{padding-bottom:20px}._miniProgramTopActions_wd93g_192{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._miniProgramTopActions_wd93g_192 ._ghost_wd93g_140,._miniProgramTopActions_wd93g_192 ._primary_wd93g_96{width:100%;min-width:0;padding-left:12px;padding-right:12px;justify-content:center}}._panelContent_13rh2_1{display:flex;flex-direction:column;gap:24px}._panelHeader_13rh2_7{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_13rh2_15{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_13rh2_7 h2{margin:4px 0;color:#1a1a1a}._coverUploadIcon_13rh2_30{color:#0006}._subtitle_13rh2_34{margin:0;color:#0009;font-size:.95rem}._ghost_13rh2_40{border-radius:999px;border:1px solid rgba(0,0,0,.1);padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:transparent}._ghost_13rh2_40:hover{border-color:var(--primary);color:var(--primary)}._twoCol_13rh2_56{display:grid;grid-template-columns:1fr;gap:16px;flex:1;max-width:100%}._card_13rh2_64{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px}._card_13rh2_64 h3{margin:0;font-size:1.1rem;color:#1a1a1a}._muted_13rh2_80{color:#0009;margin:0;font-size:.9rem;line-height:1.5}._mutedSmall_13rh2_87{color:#00000080;margin:0;font-size:.8rem;padding-top:12px;border-top:1px dashed rgba(0,0,0,.08)}._dropzone_13rh2_95{border:1px dashed rgba(0,0,0,.2);border-radius:8px;padding:32px;text-align:center;cursor:pointer;transition:.2s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:160px}._dropzone_13rh2_95:hover{border-color:var(--primary);background:#e03d4b05}._dropzone_13rh2_95 p{margin:0;color:#0009;font-size:.9rem}._link_13rh2_121{color:var(--primary);cursor:pointer;margin-left:4px}._link_13rh2_121:hover{text-decoration:underline}._uploadedFileBox_13rh2_132{padding:12px 16px;background:#00000005;border:1px solid rgba(0,0,0,.08);border-radius:8px;display:flex;align-items:center;gap:12px;height:80px}._fileName_13rh2_143{flex:1;font-size:.9rem;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_13rh2_152{font-size:.8rem;color:#00000080}._retryLink_13rh2_157{color:var(--primary);font-size:.85rem;cursor:pointer}._retryLink_13rh2_157:hover{text-decoration:underline}._errorText_13rh2_167{margin:0;color:var(--primary);font-size:.85rem}._progressSection_13rh2_174{display:flex;flex-direction:column;gap:8px;padding:10px 12px;background:#00000005;border-radius:8px;border:1px solid rgba(0,0,0,.06)}._progressHeader_13rh2_185{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:0}._progressPercentage_13rh2_193{font-size:1.4rem;font-weight:700;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.02em}._progressStage_13rh2_204{font-size:.75rem;color:#00000080;font-weight:500;padding:2px 6px;background:#0000000a;border-radius:8px;white-space:nowrap}._progressMeta_13rh2_214{font-size:.82rem;color:#0000009e;line-height:1.45}._stepsIndicator_13rh2_221{display:flex;flex-direction:column;gap:6px;margin-top:2px}._stepItem_13rh2_228{display:flex;align-items:flex-start;gap:10px;padding:8px 10px;position:relative;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;transition:all .2s ease}._stepItem_13rh2_228._stepPending_13rh2_240{opacity:.6;background:#00000005}._stepItem_13rh2_228._stepActive_13rh2_245{opacity:1;background:#e03d4b0d;border-color:#e03d4b33;box-shadow:0 1px 3px #e03d4b1a}._stepItem_13rh2_228._stepDone_13rh2_252{opacity:.8;background:#22c55e08;border-color:#22c55e26}._stepIconWrapper_13rh2_259{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:24px;position:relative;padding-top:2px}._stepIcon_13rh2_259{width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#0000000a;position:relative;z-index:1;font-size:13px}._stepItem_13rh2_228._stepPending_13rh2_240 ._stepIcon_13rh2_259{color:#0000004d;background:#00000008}._stepItem_13rh2_228._stepActive_13rh2_245 ._stepIcon_13rh2_259{color:#fff;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);box-shadow:0 2px 4px #e03d4b4d}._stepItem_13rh2_228._stepDone_13rh2_252 ._stepIcon_13rh2_259{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);box-shadow:0 1px 3px #22c55e40}._stepConnector_13rh2_300{position:absolute;left:11px;top:100%;width:2px;height:6px;background:#00000014;border-radius:1px;z-index:0}._stepConnectorDone_13rh2_311{background:linear-gradient(180deg,#22c55e,#22c55e4d)}._stepContent_13rh2_315{flex:1;display:flex;flex-direction:column;gap:2px;padding-top:1px;min-width:0}._stepLabel_13rh2_324{font-size:.85rem;font-weight:500;color:#1a1a1a;line-height:1.4}._stepItem_13rh2_228._stepPending_13rh2_240 ._stepLabel_13rh2_324{color:#00000073;font-weight:400}._stepItem_13rh2_228._stepActive_13rh2_245 ._stepLabel_13rh2_324{color:var(--primary);font-weight:600}._stepItem_13rh2_228._stepDone_13rh2_252 ._stepLabel_13rh2_324{color:#000000b3}._stepDescription_13rh2_345{font-size:.75rem;color:#0000008c;line-height:1.4;margin-top:1px}._generateFromIdeaCard_13rh2_354{background:linear-gradient(135deg,#e03d4b14,#ff6b7a0d);border:2px solid rgba(224,61,75,.2);border-radius:16px;padding:24px;transition:all .3s ease}._generateFromIdeaCard_13rh2_354:hover{border-color:#e03d4b66;box-shadow:0 4px 12px #e03d4b26;transform:translateY(-2px)}._generateFromIdeaContent_13rh2_368{display:flex;align-items:center;gap:20px}._generateFromIdeaIcon_13rh2_374{font-size:2.5rem;line-height:1;flex-shrink:0}._generateFromIdeaText_13rh2_380{flex:1;min-width:0}._generateFromIdeaTitle_13rh2_385{margin:0 0 8px;font-size:1.2rem;font-weight:600;color:#1a1a1a}._generateFromIdeaDesc_13rh2_392{margin:0;color:#0009;font-size:.9rem;line-height:1.5}._generateFromIdeaButton_13rh2_399{flex-shrink:0;padding:12px 28px;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);color:#fff;border:none;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #e03d4b4d}._generateFromIdeaButton_13rh2_399:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #e03d4b66}._generateFromIdeaButton_13rh2_399:active:not(:disabled){transform:translateY(0)}._generateFromIdeaButton_13rh2_399:disabled{opacity:.6;cursor:not-allowed;transform:none}._errorModalOverlay_13rh2_428{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#0000008f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1400}._errorModalContent_13rh2_440{width:min(100%,640px);border-radius:24px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 24px 72px #00000038;overflow:hidden}._errorModalHeader_13rh2_449{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 24px 18px;border-bottom:1px solid rgba(0,0,0,.08)}._errorModalEyebrow_13rh2_458{margin:0 0 6px;font-size:.75rem;font-weight:700;letter-spacing:.12em;color:var(--primary);text-transform:uppercase}._errorModalHeader_13rh2_449 h3{margin:0;font-size:1.35rem;color:#1a1a1a}._errorModalClose_13rh2_473{width:40px;height:40px;border:none;border-radius:999px;background:#0000000d;color:#000000a6;font-size:1.5rem;line-height:1;cursor:pointer;transition:.2s ease}._errorModalClose_13rh2_473:hover{background:#e03d4b1a;color:var(--primary)}._errorModalBody_13rh2_491{display:flex;flex-direction:column;gap:16px;padding:24px}._errorModalMessage_13rh2_498{margin:0;font-size:1rem;line-height:1.7;color:#000000b8}._errorDetailBlock_13rh2_505{border:1px solid rgba(224,61,75,.14);border-radius:18px;background:linear-gradient(180deg,#e03d4b0a,#00000004);overflow:hidden}._errorDetailHeader_13rh2_512{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}._errorDetailHeader_13rh2_512 span{font-size:.9rem;font-weight:600;color:#1a1a1a}._copyErrorButton_13rh2_527{border:1px solid rgba(224,61,75,.24);border-radius:999px;padding:8px 14px;background:#fff;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease}._copyErrorButton_13rh2_527:hover{background:#e03d4b0f}._errorDetailText_13rh2_543{margin:0;padding:16px;max-height:260px;overflow:auto;font-family:Consolas,SFMono-Regular,monospace;font-size:.84rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;color:#000000c7}._errorModalHint_13rh2_556{margin:0;font-size:.9rem;line-height:1.7;color:#00000094}._errorModalFooter_13rh2_563{display:flex;justify-content:flex-end;padding:0 24px 24px}._errorModalPrimary_13rh2_569{min-width:128px;border:none;border-radius:999px;padding:12px 22px;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);color:#fff;font-size:.95rem;font-weight:700;cursor:pointer;transition:.2s ease;box-shadow:0 8px 18px #e03d4b40}._errorModalPrimary_13rh2_569:hover{transform:translateY(-1px);box-shadow:0 12px 24px #e03d4b4d}@media(max-width:720px){._panelHeader_13rh2_7{flex-direction:column;align-items:flex-start}._panelHeader_13rh2_7 h2{font-size:1.4rem}._twoCol_13rh2_56{grid-template-columns:1fr}._dropzone_13rh2_95{padding:24px}._generateFromIdeaContent_13rh2_368{flex-direction:column;align-items:flex-start;gap:16px}._generateFromIdeaButton_13rh2_399{width:100%}._errorModalOverlay_13rh2_428{align-items:flex-end;padding:12px}._errorModalContent_13rh2_440{width:100%;border-radius:22px 22px 18px 18px}._errorModalHeader_13rh2_449{padding:20px 18px 14px}._errorModalHeader_13rh2_449 h3{font-size:1.12rem}._errorModalClose_13rh2_473{width:36px;height:36px;font-size:1.35rem}._errorModalBody_13rh2_491{padding:18px;gap:14px}._errorDetailHeader_13rh2_512{flex-direction:column;align-items:stretch}._copyErrorButton_13rh2_527{width:100%}._errorDetailText_13rh2_543{max-height:220px;font-size:.8rem}._errorModalFooter_13rh2_563{padding:0 18px 18px}._errorModalPrimary_13rh2_569{width:100%}}._modalOverlay_1yw8v_1{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}._modalWrapper_1yw8v_14{width:100%;max-width:500px;padding:20px}._modal_1yw8v_1{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;overflow:hidden}._modalHeader_1yw8v_27{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e5e5}._title_1yw8v_35{margin:0;font-size:1.5rem;font-weight:600;color:#1a1a1a}._closeButton_1yw8v_42{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}._closeButton_1yw8v_42:hover:not(:disabled){background-color:#f5f5f5}._closeButton_1yw8v_42:disabled{opacity:.5;cursor:not-allowed}._modalBody_1yw8v_67{padding:24px}._formGroup_1yw8v_71{margin-bottom:24px}._label_1yw8v_75{display:block;margin-bottom:8px;font-size:.875rem;font-weight:500;color:#333}._input_1yw8v_83{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}._input_1yw8v_83:focus{outline:none;border-color:var(--primary)}._input_1yw8v_83:disabled{background-color:#f5f5f5;cursor:not-allowed}._textarea_1yw8v_103{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box;resize:vertical;font-family:inherit;min-height:120px}._textarea_1yw8v_103:focus{outline:none;border-color:var(--primary)}._textarea_1yw8v_103:disabled{background-color:#f5f5f5;cursor:not-allowed}._errorText_1yw8v_126{margin:8px 0 0;color:var(--primary);font-size:.875rem}._hintText_1yw8v_132{margin:8px 0 0;color:#666;font-size:.75rem;line-height:1.4}._buttonGroup_1yw8v_139{display:flex;gap:12px;justify-content:flex-end}._cancelButton_1yw8v_145,._submitButton_1yw8v_146{padding:10px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}._cancelButton_1yw8v_145{background-color:#f5f5f5;color:#333}._cancelButton_1yw8v_145:hover:not(:disabled){background-color:#e5e5e5}._submitButton_1yw8v_146{background-color:var(--primary);color:#fff}._submitButton_1yw8v_146:hover:not(:disabled){background-color:#c93543}._submitButton_1yw8v_146:disabled,._cancelButton_1yw8v_145:disabled{opacity:.5;cursor:not-allowed}._panelContent_1bt6m_1{display:flex;flex-direction:column;gap:24px}._panelContentSaving_1bt6m_8 button,._panelContentSaving_1bt6m_8 input,._panelContentSaving_1bt6m_8 textarea,._panelContentSaving_1bt6m_8 select{pointer-events:none;opacity:.6;cursor:not-allowed}._panelHeader_1bt6m_17{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_1bt6m_25{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_1bt6m_17 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_1bt6m_41{margin:4px 0 0;color:#0000008c;font-size:.9rem}._ghost_1bt6m_48{border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:10px 20px;font-weight:600;cursor:pointer;transition:.2s ease;color:#1a1a1a;background:#fff}._ghost_1bt6m_48:hover{border-color:var(--primary);color:var(--primary)}._ghostTiny_1bt6m_64{border-radius:999px;border:1px solid rgba(0,0,0,.1);padding:4px 10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#0009;background:transparent}._ghostTiny_1bt6m_64:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b0d}._characterLayout_1bt6m_83{--panel-body-height: clamp(620px, calc(100vh - 240px) , 820px);display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:20px;align-items:stretch;height:var(--panel-body-height);min-height:0}._card_1bt6m_94{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:20px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a;height:100%;min-height:0;overflow:hidden}._card_1bt6m_94 h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}._detailCard_1bt6m_115{overflow-y:auto;overflow-x:hidden}._detailCard_1bt6m_115>*{flex-shrink:0}._detailActionRow_1bt6m_124{display:flex;justify-content:flex-end;gap:8px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}._ghostSmall_1bt6m_133{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#1a1a1a;background:#fff;flex-shrink:0}._ghostSmall_1bt6m_133:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b0d}._primaryButton_1bt6m_152{border-radius:6px;border:1px solid var(--primary);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#fff;background:var(--primary);flex-shrink:0}._primaryButton_1bt6m_152:hover{background:#e03d4be6;border-color:#e03d4be6}._mutedSmall_1bt6m_170{color:#00000080;margin:0;font-size:.8rem;line-height:1.4}._tagRow_1bt6m_177{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}._tag_1bt6m_177{display:inline-flex;align-items:center;border-radius:5px;border:1px solid rgba(0,0,0,.1);padding:2px 10px;font-size:.72rem;color:#0009}._portraitImageActions_1bt6m_194{display:flex;gap:8px;margin-top:12px;margin-bottom:20px}._portraitImageActions_1bt6m_194 button{flex:1}._portraitLarge_1bt6m_205{width:100%;height:320px;min-height:320px;flex-shrink:0;border-radius:20px;background-size:cover;background-position:center;border:1px solid rgba(0,0,0,.08);position:relative;cursor:pointer;overflow:hidden}._portraitHint_1bt6m_219{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:6px 14px;border-radius:999px;font-size:.8rem;opacity:0;transition:.2s ease;pointer-events:none}._portraitLarge_1bt6m_205:hover ._portraitHint_1bt6m_219{opacity:1}._portraitPreviewMode_1bt6m_239{width:100%;flex-shrink:0;display:flex;gap:24px;align-items:flex-start}._portraitPreviewArea_1bt6m_248{flex:0 0 58%;display:flex;flex-direction:column;gap:12px}._portraitPreviewCanvas_1bt6m_255{width:414px;height:896px;max-height:100vh;flex-shrink:0;margin:0 auto;border-radius:12px;background:linear-gradient(180deg,#f0f0f0,#e0e0e0);box-shadow:0 4px 20px #00000014,0 0 0 1px #0000000a;display:flex;align-items:flex-end;justify-content:center;overflow:hidden;position:relative}._portraitPreviewImage_1bt6m_275{width:100%;height:100%;object-fit:contain;object-position:bottom;transition:transform .2s cubic-bezier(.34,1.56,.64,1);transform-origin:bottom center}._portraitPreviewCharacterContainer_1bt6m_286{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;max-width:100%!important}._portraitPreviewHint_1bt6m_297{position:absolute;bottom:12px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._portraitPreviewControls_1bt6m_311{flex:0 0 38%;display:flex;flex-direction:column;gap:10px;padding:24px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 12px #0000000a}._portraitPreviewSection_1bt6m_323{display:flex;flex-direction:column;gap:12px}._portraitPreviewSectionTitle_1bt6m_329{font-size:13px;font-weight:600;color:#374151;display:flex;align-items:center;gap:8px}._portraitPreviewSlider_1bt6m_338{display:flex;flex-direction:column;gap:10px}._portraitPreviewSliderRow_1bt6m_344{display:flex;align-items:center;gap:14px}._portraitPreviewLabel_1bt6m_350{font-size:13px;color:#666;width:38px;text-align:center;flex-shrink:0}._portraitPreviewRange_1bt6m_358{flex:1;height:6px;-webkit-appearance:none;appearance:none;background:transparent;border-radius:3px;outline:none;cursor:pointer;touch-action:none}._portraitPreviewRange_1bt6m_358::-webkit-slider-runnable-track{height:6px;background:#e5e7eb;border-radius:3px}._portraitPreviewRange_1bt6m_358::-moz-range-track{height:6px;background:#e5e7eb;border-radius:3px}._portraitPreviewRange_1bt6m_358::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 8px #e03d4b4d;will-change:transform;margin-top:-7px}._portraitPreviewRange_1bt6m_358::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px #e03d4b66}._portraitPreviewRange_1bt6m_358::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:var(--primary);cursor:pointer;border:3px solid #fff;box-shadow:0 2px 8px #e03d4b4d}._portraitPreviewValue_1bt6m_411{min-width:52px;padding:6px 10px;background:#f5f5f5;border-radius:8px;text-align:center;font-weight:700;font-size:14px;color:#111827}._portraitPreviewActions_1bt6m_422{display:flex;gap:10px;padding-top:8px;border-top:1px solid #f0f0f0}._ghostSmallActive_1bt6m_430{border-color:var(--primary);color:var(--primary);background:#e03d4b14}._downloadButton_1bt6m_437{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:#0009;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._downloadButton_1bt6m_437:hover{background:#000c;transform:scale(1.1)}._downloadButton_1bt6m_437:active{transform:scale(.95)}._variationDownloadButton_1bt6m_466,._variationEditButton_1bt6m_467,._variationDeleteButton_1bt6m_468{position:absolute;top:6px;width:24px;height:24px;border-radius:50%;background:#0009;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._variationDownloadButton_1bt6m_466{right:6px}._variationDeleteButton_1bt6m_468{right:36px}._variationEditButton_1bt6m_467{right:66px}._variationDownloadButton_1bt6m_466:hover,._variationEditButton_1bt6m_467:hover,._variationDeleteButton_1bt6m_468:hover{background:#000c;transform:scale(1.05)}._variationDownloadButton_1bt6m_466:active,._variationEditButton_1bt6m_467:active,._variationDeleteButton_1bt6m_468:active{transform:scale(.95)}._formGrid_1bt6m_512{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}._wide_1bt6m_518{grid-column:1 / -1}._formGrid_1bt6m_512 label,._detailBlock_1bt6m_523 label,._relationshipRow_1bt6m_524 label{display:flex;flex-direction:column;gap:6px}._formGrid_1bt6m_512 label span,._detailBlock_1bt6m_523 label span,._relationshipRow_1bt6m_524 label span{font-size:.85rem;color:#0000008c;font-weight:500}._formGrid_1bt6m_512 label span ._required_1bt6m_538,._detailBlock_1bt6m_523 label span ._required_1bt6m_538,._relationshipRow_1bt6m_524 label span ._required_1bt6m_538{color:var(--primary)!important;margin-left:4px}._formGrid_1bt6m_512 input,._formGrid_1bt6m_512 textarea,._detailBlock_1bt6m_523 input,._detailBlock_1bt6m_523 textarea,._relationshipRow_1bt6m_524 input,._relationshipRow_1bt6m_524 textarea{border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:10px 12px;background:#00000004;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:.2s ease;width:100%;box-sizing:border-box}._formGrid_1bt6m_512 input:focus,._formGrid_1bt6m_512 textarea:focus,._detailBlock_1bt6m_523 input:focus,._detailBlock_1bt6m_523 textarea:focus,._relationshipRow_1bt6m_524 input:focus,._relationshipRow_1bt6m_524 textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._formGrid_1bt6m_512 textarea,._detailBlock_1bt6m_523 textarea,._relationshipRow_1bt6m_524 textarea{resize:vertical;min-height:80px;line-height:1.5}._detailBlock_1bt6m_523{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:12px}._cardHead_1bt6m_593{display:flex;justify-content:space-between;align-items:center;gap:12px}._cardHead_1bt6m_593 strong{font-size:1rem;color:#1a1a1a}._collapsibleHeader_1bt6m_605{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 0}._collapsibleHeader_1bt6m_605 strong{font-size:1rem;color:#1a1a1a}._collapsedContent_1bt6m_618{display:none}._relationshipList_1bt6m_623{display:flex;flex-direction:column;gap:12px}._relationshipRow_1bt6m_524{border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:10px;background:#00000003;display:flex;flex-direction:column;gap:8px}._relationshipRow_1bt6m_524:hover{border-color:#e03d4b33;background:#e03d4b05}._variationGrid_1bt6m_646{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:8px;min-width:0;width:100%}._variationCard_1bt6m_655{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:10px;text-align:center;background:#00000003;display:flex;flex-direction:column;gap:8px;min-width:0;overflow:hidden}._variationCard_1bt6m_655 p{margin:0;font-size:.9rem;color:#1a1a1a;word-break:break-word}._variationThumb_1bt6m_675{width:100%;aspect-ratio:9 / 16;border-radius:12px;background-size:cover;background-position:center;cursor:pointer;position:relative;overflow:hidden}._variationThumb_1bt6m_675._empty_1bt6m_686{border:1px dashed rgba(0,0,0,.15);background:#00000005;display:grid;place-items:center}._variationActions_1bt6m_693{display:flex;flex-wrap:wrap;gap:6px;width:100%;color:#333}._variationActions_1bt6m_693 button{flex:1 1 60px;min-width:0}._addCard_1bt6m_706{border:1px dashed rgba(0,0,0,.15);border-radius:16px;background:transparent;color:#1a1a1a;font-weight:600;cursor:pointer;min-height:180px;display:grid;place-items:center;transition:.2s ease}._addCard_1bt6m_706:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b05}._required_1bt6m_538{color:var(--primary);margin-left:4px}._formGrid_1bt6m_512 label span ._required_1bt6m_538,._detailBlock_1bt6m_523 label span ._required_1bt6m_538,._relationshipRow_1bt6m_524 label span ._required_1bt6m_538,._modalBody_1bt6m_735 label span ._required_1bt6m_538{color:var(--primary)!important}._errorInput_1bt6m_740{border-color:#e03d4b!important;background:#fff5f5!important}._errorInput_1bt6m_740:focus{border-color:#e03d4b!important;box-shadow:0 0 0 3px #e03d4b26!important}._errorMessage_1bt6m_750{margin-top:6px;font-size:.8rem;color:#e03d4b;line-height:1.4}._labelRowWithCounter_1bt6m_757{display:flex;justify-content:space-between;align-items:center;width:100%}._wordCounter_1bt6m_764{margin-left:auto;font-size:.7rem;font-weight:400;color:#00000059}._modalOverlay_1bt6m_772{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_1bt6m_1 .2s ease}@keyframes _fadeIn_1bt6m_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1bt6m_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._modalContent_1bt6m_807{background:#fff;border-radius:24px;padding:24px;min-width:420px;max-width:520px;width:90%;box-shadow:0 20px 60px #0000004d,0 0 0 1px #0000000d;animation:_slideUp_1bt6m_1 .3s ease;position:relative;overflow:hidden}._modalHeader_1bt6m_820{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}._modalHeader_1bt6m_820 h3{margin:0;font-size:1.4rem;color:#1a1a1a;font-weight:700;letter-spacing:-.02em}._modalClose_1bt6m_837{background:#0000000a;border:none;font-size:24px;color:#0009;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1}._modalClose_1bt6m_837:hover{background:#e03d4b1a;color:var(--primary);transform:rotate(90deg)}._modalBody_1bt6m_735{display:flex;flex-direction:column;gap:20px;margin-bottom:24px}._modalBody_1bt6m_735 label{display:flex;flex-direction:column;gap:8px}._modalBody_1bt6m_735 label span{font-size:.9rem;color:#000000b3;font-weight:600;letter-spacing:.01em}._variationTypeGroup_1bt6m_880{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._variationTypeButton_1bt6m_886{display:flex;align-items:center;justify-content:space-between;min-height:48px;gap:10px;padding:12px 14px;border-radius:16px;border:1.5px solid rgba(0,0,0,.08);background:linear-gradient(180deg,#00000005,#00000008);color:#000000b8;cursor:pointer;transition:.2s ease}._variationTypeButtonActive_1bt6m_901{border-color:#e03d4b7a;background:linear-gradient(135deg,#e03d4b24,#ff6b7a14);color:var(--primary);box-shadow:0 8px 18px #e03d4b1f}._variationTypeLabel_1bt6m_908{font-size:.92rem;font-weight:700;line-height:1.3}._variationTypeIndicator_1bt6m_914{width:18px;height:18px;flex:0 0 18px;border-radius:999px;border:1.5px solid rgba(0,0,0,.18);background:#fff;box-shadow:inset 0 0 0 3px #fff;transition:.2s ease}._variationTypeIndicatorActive_1bt6m_925{border-color:var(--primary);background:var(--primary)}._variationTypeButton_1bt6m_886:focus-visible{outline:none;border-color:#e03d4b66;box-shadow:0 0 0 3px #e03d4b1a}@media(hover:hover)and (pointer:fine){._variationTypeButton_1bt6m_886:hover:not(._variationTypeButtonActive_1bt6m_901){border-color:#e03d4b47;background:#e03d4b0d;color:var(--primary)}}._modalBody_1bt6m_735 input,._modalBody_1bt6m_735 select,._modalBody_1bt6m_735 textarea{border-radius:12px;border:1.5px solid rgba(0,0,0,.1);padding:12px 16px;background:#00000005;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:all .2s ease;width:100%;box-sizing:border-box}._modalBody_1bt6m_735 input::placeholder,._modalBody_1bt6m_735 textarea::placeholder{color:#00000059}._modalBody_1bt6m_735 select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:12px;padding-right:40px}._modalBody_1bt6m_735 input:focus,._modalBody_1bt6m_735 select:focus,._modalBody_1bt6m_735 textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._modalBody_1bt6m_735 textarea{resize:vertical;min-height:80px;line-height:1.5}._modalFooter_1bt6m_989{display:flex;justify-content:flex-end;gap:12px;padding-top:20px;border-top:1px solid rgba(0,0,0,.08)}._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133{min-width:100px;padding:10px 20px;font-weight:600}._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133:last-child{background:var(--primary);color:#fff;border-color:var(--primary)}._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133:last-child:hover{background:#d03242;border-color:#d03242;transform:translateY(-1px);box-shadow:0 4px 12px #e03d4b4d}._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133:disabled,._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133:disabled:hover{background:#f0f0f0;color:#666;border-color:#f0f0f0}._portraitImageActions_1bt6m_194 ._ghostSmall_1bt6m_133:disabled,._portraitImageActions_1bt6m_194 ._ghostSmall_1bt6m_133:disabled:hover{background:#f0f0f0;color:#666;border-color:#f0f0f0;cursor:not-allowed}._generateButton_1bt6m_1033{display:inline-flex;align-items:center;justify-content:center;gap:5px;white-space:nowrap;flex-wrap:nowrap}._priceIcon_1bt6m_1042{width:16px;height:16px;object-fit:contain;flex-shrink:0}._buttonTextContainer_1bt6m_1049{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2}._buttonMainText_1bt6m_1057{line-height:1.2}._buttonSubText_1bt6m_1061{font-size:.7rem;color:#00000080;line-height:1;font-weight:400}._discountPrice_1bt6m_1069{display:inline-flex;align-items:center;gap:4px;color:#00000080;font-weight:600;margin-left:4px;margin-right:4px;font-size:12px}._discountPriceBlack_1bt6m_1080{color:#000}._portraitImageActions_1bt6m_194:hover ._discountPrice_1bt6m_1069,._portraitImageActions_1bt6m_194:hover ._discountPriceBlack_1bt6m_1080,._variationActions_1bt6m_693:hover ._discountPrice_1bt6m_1069,._variationActions_1bt6m_693:hover ._discountPriceBlack_1bt6m_1080{color:var(--primary)}._originalPrice_1bt6m_1091{text-decoration:line-through;color:#00000059;font-size:.85em;font-weight:400}._memberBadge_1bt6m_1098{background:linear-gradient(135deg,#ff6b7a,#ff4757);color:#fff;font-size:.65rem;padding:1px 5px;border-radius:4px;font-weight:600;margin-left:2px}._plusLoadingOverlay_1bt6m_1108{position:fixed;inset:0 0 0 280px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;pointer-events:auto;min-width:0;min-height:0;will-change:opacity}._plusLoadingDialog_1bt6m_1127{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:240px}@keyframes _plusSpin_1bt6m_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plusLoadingSpinner_1bt6m_1145{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:_plusSpin_1bt6m_1 1s linear infinite;margin-bottom:10px;flex-shrink:0}._plusLoadingText_1bt6m_1156{color:#1a1a1a;font-size:14px;font-weight:500;flex-shrink:0;white-space:nowrap}._plusLoadingHint_1bt6m_1164{font-size:12px;line-height:1.6;color:#00000080;text-align:center}._plusLoadingCancelBtn_1bt6m_1171{margin-top:8px;min-width:120px;border-radius:12px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid rgba(224,61,75,.35);background:#fff;color:var(--primary);transition:all .2s ease}._plusLoadingCancelBtn_1bt6m_1171:hover{transform:translateY(-1px);box-shadow:0 6px 16px #e03d4b1f}._loadingOverlay_1bt6m_1191{position:absolute;inset:0;background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:8px}@keyframes _spin_1bt6m_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingSpinner_1bt6m_1216{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid #FB4655;border-radius:50%;animation:_spin_1bt6m_1 1s linear infinite;margin-bottom:8px}._loadingText_1bt6m_1226{color:#666;font-size:12px;font-weight:500}._loadingHint_1bt6m_1232{margin-top:6px;color:#0000008f;font-size:11px;line-height:1.5;text-align:center;max-width:180px}@media(min-width:1081px){._portraitPreviewMode_1bt6m_239{flex-direction:column}._portraitPreviewArea_1bt6m_248{flex:none;width:100%}._portraitPreviewCanvas_1bt6m_255{width:414px;height:896px;max-height:100vh;flex-shrink:0;margin:0 auto}._portraitPreviewControls_1bt6m_311{flex:none;width:100%}}@media(min-width:769px)and (max-width:1080px){._characterLayout_1bt6m_83{grid-template-columns:1fr;height:auto;min-height:0}._card_1bt6m_94{height:auto;max-height:none;overflow:visible}._detailCard_1bt6m_115{overflow:visible}._detailCard_1bt6m_115>*{flex-shrink:initial}._portraitLarge_1bt6m_205{height:clamp(220px,42vh,320px);min-height:220px}._portraitPreviewMode_1bt6m_239{flex-direction:column}._portraitPreviewArea_1bt6m_248{flex:none;width:100%}._portraitPreviewCanvas_1bt6m_255{width:414px;height:896px;max-height:100vh;flex-shrink:0;margin:0 auto}._portraitPreviewControls_1bt6m_311{flex:none;width:100%}}@media(max-width:768px){._characterLayout_1bt6m_83{grid-template-columns:1fr;height:auto;min-height:0}._card_1bt6m_94{height:auto;max-height:none;overflow:visible}._detailCard_1bt6m_115{overflow:visible}._detailCard_1bt6m_115>*{flex-shrink:initial}._portraitLarge_1bt6m_205{height:clamp(220px,42vh,320px);min-height:220px}._portraitPreviewMode_1bt6m_239{flex-direction:column}._portraitPreviewArea_1bt6m_248{flex:0 0 auto;width:100%;display:flex;flex-direction:column;min-height:0;touch-action:none;overflow:hidden}._portraitPreviewCanvas_1bt6m_255{width:100%;aspect-ratio:414 / 880;max-width:280px;height:auto;flex-shrink:0;margin:0 auto;touch-action:none;overflow:hidden}._portraitPreviewControls_1bt6m_311{flex:none;width:100%;margin-top:-12px}._portraitPreviewSection_1bt6m_323{gap:8px}._portraitPreviewSection_1bt6m_323:last-of-type{gap:0}._portraitPreviewSliderRow_1bt6m_344{gap:10px;align-items:center}._portraitPreviewRange_1bt6m_358{touch-action:none;height:4px}._portraitPreviewRange_1bt6m_358::-webkit-slider-runnable-track,._portraitPreviewRange_1bt6m_358::-moz-range-track{height:4px}._portraitPreviewRange_1bt6m_358::-webkit-slider-thumb,._portraitPreviewRange_1bt6m_358::-moz-range-thumb{width:16px;height:16px;margin-top:-6px}._portraitPreviewValue_1bt6m_411{min-width:44px;padding:4px 8px;font-size:12px}._portraitPreviewActions_1bt6m_422{gap:8px;padding-top:12px;margin-top:8px}}@media(max-width:720px){._plusLoadingOverlay_1bt6m_1108{left:0;right:0;bottom:calc(78px + env(safe-area-inset-bottom,0px));padding:20px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}._plusLoadingDialog_1bt6m_1127{width:min(100%,340px);min-height:min(52vh,360px);padding:28px 24px;border-radius:28px;background:#fffffff5;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 48px #0000001f;gap:14px}._plusLoadingSpinner_1bt6m_1145{width:42px;height:42px;margin-bottom:4px}._plusLoadingText_1bt6m_1156{max-width:240px;white-space:normal;text-align:center;line-height:1.5;font-size:16px}._plusLoadingHint_1bt6m_1164{max-width:240px;font-size:13px}._panelHeader_1bt6m_17{flex-direction:column;align-items:flex-start}._panelHeader_1bt6m_17 h2{font-size:1.4rem}._card_1bt6m_94{padding:18px;border-radius:18px}._formGrid_1bt6m_512{grid-template-columns:1fr}._variationGrid_1bt6m_646{grid-template-columns:1fr;gap:12px}._collapsibleHeader_1bt6m_605{align-items:flex-start;gap:10px}._variationCard_1bt6m_655{padding:12px;border-radius:14px}._variationThumb_1bt6m_675{aspect-ratio:3 / 4}._variationActions_1bt6m_693{flex-direction:column}._variationActions_1bt6m_693 button{width:100%;flex:none}._addCard_1bt6m_706{min-height:120px}._modalContent_1bt6m_807{min-width:auto;max-width:90%;padding:24px 20px;margin:20px;border-radius:20px}._modalHeader_1bt6m_820{margin-bottom:20px;padding-bottom:12px}._modalHeader_1bt6m_820 h3{font-size:1.2rem}._modalBody_1bt6m_735{gap:16px;margin-bottom:20px}._variationTypeGroup_1bt6m_880{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}._variationTypeButton_1bt6m_886{min-height:44px;padding:10px 12px;border-radius:14px}._variationTypeLabel_1bt6m_908{font-size:.88rem}._modalFooter_1bt6m_989{flex-direction:column-reverse;gap:10px}._modalFooter_1bt6m_989 ._ghostSmall_1bt6m_133{width:100%}}@media(max-width:420px){._variationTypeGroup_1bt6m_880{grid-template-columns:1fr}}._saveOverlay_1bt6m_1565{position:fixed;top:250px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:12px 24px;background:#fff;color:#333;border-radius:8px;z-index:10001;box-shadow:0 4px 16px #0000001f;border:1px solid rgba(0,0,0,.1)}._saveOverlayContent_1bt6m_1582{display:flex;align-items:center;gap:10px}._saveOverlaySpinner_1bt6m_1588{width:18px;height:18px;border:2px solid #e0e0e0;border-top:2px solid #FB4655;border-radius:50%;animation:_spin_1bt6m_1 1s linear infinite}._saveOverlayText_1bt6m_1597{color:#333;font-size:14px;font-weight:500}._modalOverlay_al4bm_1{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_al4bm_1 .2s ease-out}@keyframes _fadeIn_al4bm_1{0%{opacity:0}to{opacity:1}}._modalWrapper_al4bm_25{width:100%;max-width:480px;padding:0 20px;animation:_slideUp_al4bm_1 .3s ease-out}@keyframes _slideUp_al4bm_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._saveModal_al4bm_43{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f;padding:0}._modalHeader_al4bm_51{padding:24px 28px 20px;position:relative}._headerContent_al4bm_56{display:flex;align-items:center;justify-content:space-between;gap:16px}._title_al4bm_63{flex:1;font-size:18px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.4}._closeButton_al4bm_72{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;transition:all .2s;flex-shrink:0}._closeButton_al4bm_72:hover{background:#f5f5f5}._closeButton_al4bm_72:active{background:#ebebeb}._closeButton_al4bm_72 img{width:20px;height:20px;object-fit:contain}._modalBody_al4bm_101{padding:0 28px 28px}._messageWrapper_al4bm_105{margin-bottom:28px}._message_al4bm_105{font-size:15px;color:#666;line-height:1.6;margin:0}._buttonGroup_al4bm_116{display:flex;gap:12px;justify-content:flex-end}._saveButton_al4bm_122{padding:12px 28px;background:linear-gradient(135deg,#e03d4b,#c92a3a);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;min-width:100px;box-shadow:0 2px 8px #e03d4b33}._saveButton_al4bm_122:hover{background:linear-gradient(135deg,#c92a3a,#b01e2e);transform:translateY(-1px);box-shadow:0 4px 12px #e03d4b4d}._saveButton_al4bm_122:active{transform:translateY(0);box-shadow:0 2px 6px #e03d4b40}._discardButton_al4bm_147{padding:12px 28px;background:#f8f8f8;color:#666;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;min-width:100px}._discardButton_al4bm_147:hover{background:#f0f0f0;border-color:#d0d0d0;color:#333;transform:translateY(-1px)}._discardButton_al4bm_147:active{transform:translateY(0);background:#ebebeb}._modalOverlay_fv8ye_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:3200;animation:_fadeIn_fv8ye_1 .3s ease-out}@keyframes _fadeIn_fv8ye_1{0%{opacity:0}to{opacity:1}}._modalWrapper_fv8ye_25{position:relative;display:flex;align-items:center;justify-content:center;animation:_slideUp_fv8ye_1 .3s ease-out}@keyframes _slideUp_fv8ye_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._modal_fv8ye_1{width:760px;min-height:320px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;min-width:360px;display:flex;flex-direction:column}._modalHeader_fv8ye_56{background:linear-gradient(135deg,#fb4655,#e63946);padding:6px 32px;min-height:60px;display:flex;align-items:center}._headerContent_fv8ye_64{width:100%;display:flex;justify-content:space-between;align-items:center}._titleIcon_fv8ye_71{display:flex;align-items:center;gap:12px}._icon_fv8ye_77{width:32px;height:32px;filter:brightness(0) invert(1)}._title_fv8ye_71{font-size:28px;font-weight:600;color:#fff;margin:0}._closeButton_fv8ye_90{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:transparent;border:none;padding:0}._closeButton_fv8ye_90 img{width:60px;height:60px;filter:brightness(0) invert(1)}._closeButton_fv8ye_90:active{transform:scale(.95)}._closeButton_fv8ye_90:hover{opacity:.8}._modalBody_fv8ye_117{padding:24px 32px 28px;flex:1;gap:24px;display:flex;flex-direction:column;justify-content:center;align-items:center;background:#fff}._resultItem_fv8ye_128{display:flex;justify-content:center;align-items:center;gap:12px;width:100%}._resultIcon_fv8ye_136{font-size:28px;flex-shrink:0}._resultText_fv8ye_141{font-size:24px;color:var(--primary);text-align:center;line-height:1.6;font-weight:500}._buttonGroup_fv8ye_149{display:flex;gap:24px;width:100%;max-width:480px;justify-content:center}._confirmButton_fv8ye_157{width:220px;height:56px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;outline:none;color:#fff;background:#fb4655;border-radius:8px}._confirmButton_fv8ye_157:hover{background:#e63946}._confirmButton_fv8ye_157:active{transform:scale(.98)}@media(max-width:768px){._modalOverlay_fv8ye_1{padding:20px;box-sizing:border-box}._modalWrapper_fv8ye_25{width:auto;max-width:calc(100vw - 40px);box-sizing:border-box}._modal_fv8ye_1{width:95vw;max-width:calc(100vw - 40px);min-height:auto;height:auto;border-radius:8px;box-sizing:border-box;min-width:300px}._modalHeader_fv8ye_56{padding:16px 20px;min-height:60px}._titleIcon_fv8ye_71{gap:8px}._icon_fv8ye_77{width:36px;height:36px}._title_fv8ye_71{font-size:20px}._modalBody_fv8ye_117{padding:20px;gap:16px}._resultIcon_fv8ye_136{font-size:20px}._resultText_fv8ye_141{font-size:16px}._buttonGroup_fv8ye_149{gap:16px;width:100%;max-width:280px}._confirmButton_fv8ye_157{width:100%;height:50px;font-size:16px}._closeButton_fv8ye_90,._closeButton_fv8ye_90 img{width:36px;height:36px}}@media(max-width:480px){._modal_fv8ye_1{width:90vw;max-width:none}._modalHeader_fv8ye_56{padding:14px 16px}._title_fv8ye_71{font-size:18px}._icon_fv8ye_77{width:auto;height:30px}._modalBody_fv8ye_117{padding:20px 16px}._confirmButton_fv8ye_157{height:48px;font-size:15px}}._detailBlock_1ggsf_2{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:12px}._collapsibleHeader_1ggsf_11{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 0}._collapsibleHeader_1ggsf_11 strong{font-size:1rem;color:#1a1a1a}._primaryButton_1ggsf_25{border-radius:6px;border:1px solid var(--primary);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#fff;background:var(--primary);flex-shrink:0}._primaryButton_1ggsf_25:hover{background:#e03d4be6;border-color:#e03d4be6}._primaryButton_1ggsf_25:disabled{opacity:.5;cursor:not-allowed}._saveButton_1ggsf_48{border-radius:6px;border:1px solid var(--primary);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#fff;background:var(--primary);flex-shrink:0}._saveButton_1ggsf_48:hover{background:#e03d4be6;border-color:#e03d4be6}._ghostTiny_1ggsf_66{border-radius:999px;border:1px solid rgba(0,0,0,.1);padding:4px 10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#0009;background:transparent}._ghostTiny_1ggsf_66:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#e03d4b0d}._ghostTiny_1ggsf_66:disabled{opacity:.4;cursor:not-allowed}._ghostSmall_1ggsf_89{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease;color:#1a1a1a;background:#fff;flex-shrink:0}._ghostSmall_1ggsf_89:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b0d}._ghostSmall_1ggsf_89:disabled{opacity:.5;cursor:not-allowed}._attributeList_1ggsf_114{display:flex;flex-direction:column;gap:10px}._mutedSmall_1ggsf_120{color:#00000080;margin:0;font-size:.8rem;line-height:1.4}._attributeSelector_1ggsf_128{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:16px;background:#00000003;margin-bottom:12px}._attributeSelectorHeader_1ggsf_136{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06);gap:12px}._attributeSelectorTitle_1ggsf_146{display:flex;flex-direction:column;gap:4px;flex:1}._attributeSelectorTitle_1ggsf_146>span:first-child{font-size:.95rem;font-weight:600;color:#1a1a1a}._attributeSelectorCount_1ggsf_159{font-size:.8rem;color:var(--primary);font-weight:500}._attributeSelectorActions_1ggsf_165{display:flex;gap:8px;flex-shrink:0}._attributeSelectorList_1ggsf_171{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;margin-bottom:12px}._attributeSelectorItem_1ggsf_180{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:8px;cursor:pointer;transition:.2s ease;border:1px solid rgba(0,0,0,.08);background:#fff}._attributeSelectorItem_1ggsf_180:hover:not(._attributeSelectorItemDisabled_1ggsf_192){background:#e03d4b08;border-color:#e03d4b33}._attributeSelectorItemSelected_1ggsf_197{background:#e03d4b14!important;border-color:var(--primary)!important}._attributeSelectorItemDisabled_1ggsf_192{background:#00000005;opacity:.6;cursor:not-allowed}._attributeSelectorItem_1ggsf_180 input[type=checkbox]{margin-top:2px;cursor:pointer;width:18px;height:18px;flex-shrink:0}._attributeSelectorItem_1ggsf_180 input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}._attributeSelectorEmpty_1ggsf_221{padding:40px 20px;text-align:center;color:#00000080}._attributeSelectorEmpty_1ggsf_221 p{margin:0;font-size:.9rem}._attributeSelectorEmptyHint_1ggsf_232{margin-top:8px!important;font-size:.8rem!important;color:#0006!important}._attributeSelectorItemContent_1ggsf_238{display:flex;flex-direction:column;gap:4px;flex:1}._attributeSelectorItemName_1ggsf_245{font-size:.9rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:8px}._attributeSelectorItemBadge_1ggsf_254{font-size:.7rem;padding:2px 6px;border-radius:4px;background:#00000014;color:#0009;font-weight:500}._attributeSelectorItemMeta_1ggsf_263{font-size:.8rem;color:#0000008c;display:flex;align-items:center;gap:8px;flex-wrap:wrap}._attributeSelectorItemFormula_1ggsf_272{font-family:Courier New,monospace;font-size:.75rem;color:#0009;background:#e03d4b0d;padding:2px 6px;border-radius:4px}._attributeSelectorFooter_1ggsf_281{display:flex;justify-content:flex-end;gap:8px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}._attributeRow_1ggsf_290{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:10px;background:#00000003;display:flex;flex-direction:column;gap:8px;transition:.2s ease}._attributeRow_1ggsf_290:hover{border-color:#e03d4b33;background:#e03d4b05}._attributeRowModified_1ggsf_306{border-color:#e03d4b4d;background:#e03d4b0a}._attributeRowHeader_1ggsf_311{display:flex;justify-content:space-between;align-items:center}._attributeRowHeader_1ggsf_311 span{font-size:.9rem;color:#1a1a1a;font-weight:600;display:flex;align-items:center;gap:6px}._newBadge_1ggsf_326{font-size:.7rem;padding:2px 6px;border-radius:4px;background:#4caf5026;color:#4caf50;font-weight:600}._modifiedBadge_1ggsf_335{font-size:.7rem;padding:2px 6px;border-radius:4px;background:#ff980026;color:#ff9800;font-weight:600}._attributeRowFields_1ggsf_344{display:flex;flex-direction:column;gap:10px}._attributeRowField_1ggsf_344,._attributeRowField_1ggsf_344 label{display:flex;flex-direction:column;gap:6px}._attributeRowField_1ggsf_344 label span{font-size:.85rem;color:#0000008c;font-weight:500}._attributeRowFieldInput_1ggsf_368{display:flex;align-items:center;gap:8px}._attributeRowField_1ggsf_344 input[type=number],._attributeRowField_1ggsf_344 input[type=text]{border-radius:10px;border:1px solid rgba(0,0,0,.1);padding:8px 10px;background:#00000004;color:#1a1a1a;font-size:.9rem;font-family:inherit;transition:.2s ease;flex:1;box-sizing:border-box}._attributeRowField_1ggsf_344 input[type=number]:focus,._attributeRowField_1ggsf_344 input[type=text]:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #e03d4b1a}._attributeRowUnit_1ggsf_396{font-size:.85rem;color:#00000080;white-space:nowrap;flex-shrink:0}@media(max-width:720px){._attributeSelector_1ggsf_128{padding:12px}._attributeSelectorList_1ggsf_171{max-height:200px}._attributeRowFields_1ggsf_344{gap:8px}._attributeRowFieldInput_1ggsf_368{flex-direction:column;align-items:stretch}._attributeRowUnit_1ggsf_396{text-align:right}}._characterRoster_1mys2_3{display:flex;flex-direction:column;gap:12px;min-height:0}._sidebarCard_1mys2_10{height:100%;min-height:0;overflow:hidden}._sidebarHeader_1mys2_16{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(0,0,0,.06)}._rosterScroll_1mys2_26{flex:1;min-height:0;overflow-y:auto;padding-right:4px}._characterRow_1mys2_33{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:8px;cursor:pointer;background:#00000003;transition:.2s ease}._characterRow_1mys2_33:hover{background:#00000008;border-color:#e03d4b33}._characterRow_1mys2_33._active_1mys2_50{border-color:var(--primary);background:#e03d4b0f}._characterThumb_1mys2_55{width:72px;height:100%;border-radius:12px;background-size:contain;background-position:center;background-repeat:no-repeat}._characterMeta_1mys2_64{display:flex;flex-direction:column;gap:4px;flex:1}._characterMeta_1mys2_64 strong{font-size:1rem;color:#1a1a1a}._characterTitleRow_1mys2_76{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px}._deleteButton_1mys2_84{width:24px;height:24px;font-size:20px;background:none;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;padding:0;color:#4f4f4f;border:none}._deleteButton_1mys2_84:hover{color:var(--primary)}._mobileToggleButton_1mys2_105{display:none}@media(max-width:1080px){._sidebarCard_1mys2_10{height:auto;overflow:visible}._rosterScroll_1mys2_26{overflow:visible;padding-right:0}}@media(max-width:720px){._mobileToggleButton_1mys2_105{display:inline-flex;align-items:center;justify-content:center;width:100%;margin-top:12px;border:1px solid rgba(224,61,75,.14);border-radius:999px;padding:10px 14px;background:#e03d4b0a;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease}._mobileToggleButton_1mys2_105:hover{background:#e03d4b14}}._actionBar_49mjf_1{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}._pointsPill_49mjf_9{display:inline-flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;min-height:44px;padding:9px 14px;border-radius:999px;border:1px solid rgba(251,70,85,.18);background:#ffffffeb;color:#111827;font-size:.9rem;font-weight:600;line-height:1;white-space:nowrap;box-shadow:0 8px 20px #1118270f}._pointsIcon_49mjf_28{width:16px;height:16px;color:#fb4655;flex:0 0 auto}._pointsLabel_49mjf_35{color:#111827ad}._pointsValue_49mjf_39{color:#111827;font-variant-numeric:tabular-nums}@media(max-width:720px){._actionBar_49mjf_1{width:100%;justify-content:flex-start}}@media(max-width:420px){._actionBar_49mjf_1,._actionBar_49mjf_1>*{box-sizing:border-box;width:100%}._pointsPill_49mjf_9{min-height:40px}}._wrapper_r8frl_1{position:relative;width:100%;min-width:0}._fieldWrapper_r8frl_7{display:block}._externalWrapper_r8frl_11{display:flex;flex-direction:column;gap:10px}._groupWrapper_r8frl_17{display:block}._groupWrapperDirty_r8frl_21{padding-bottom:44px}._fieldControl_r8frl_25{padding-right:44px!important}textarea._fieldControl_r8frl_25{padding-bottom:40px!important}._saveButton_r8frl_33{position:absolute;right:10px;bottom:10px;width:28px;height:28px;border:1px solid rgba(224,61,75,.24);border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--primary);background:#fffffff5;box-shadow:0 4px 12px #e03d4b1f;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease,border-color .2s ease,background .2s ease;z-index:1}._saveButton_r8frl_33:hover:not(:disabled){transform:translateY(-1px);border-color:#e03d4b70;background:#e03d4b0f;box-shadow:0 6px 16px #e03d4b2e}._saveButton_r8frl_33:active:not(:disabled){transform:translateY(0)}._saveButton_r8frl_33:disabled{cursor:not-allowed;opacity:.55;box-shadow:none}._externalSaveRow_r8frl_69{display:flex;justify-content:flex-end}._externalSaveButton_r8frl_74{position:static;flex:0 0 auto}._groupSaveButton_r8frl_79{right:12px;bottom:12px}@media(max-width:720px){._groupWrapperDirty_r8frl_21{padding-bottom:48px}._fieldControl_r8frl_25{padding-right:48px!important}textarea._fieldControl_r8frl_25{padding-bottom:44px!important}._saveButton_r8frl_33{right:12px;bottom:12px;width:32px;height:32px}._externalWrapper_r8frl_11{gap:8px}}._panelContent_teger_2{display:flex;flex-direction:column;gap:24px}._panelHeader_teger_8{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_teger_16{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_teger_8 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_teger_32{margin:4px 0 0;color:#0000008c;font-size:.9rem}._ghost_teger_39{border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghost_teger_39:hover{border-color:var(--primary);color:var(--primary)}._generateButton_teger_56{display:flex;align-items:center;justify-content:center;gap:6px}._priceIcon_teger_63{width:16px;height:16px;object-fit:contain;flex-shrink:0}._buttonTextContainer_teger_70{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2}._buttonMainText_teger_78{line-height:1.2}._buttonSubText_teger_82{font-size:.7rem;color:#00000080;line-height:1;font-weight:400}._discountPrice_teger_90{display:inline-flex;align-items:center;gap:4px;color:#33333380;font-size:12px;margin-left:4px;margin-right:4px}._discountPriceBlack_teger_100{color:#000}._originalPrice_teger_104{text-decoration:line-through;color:#00000059;font-size:.85em;font-weight:400}._sceneLayout_teger_112{display:grid;grid-template-columns:minmax(280px,400px) 1fr;gap:20px}._stack_teger_118{display:flex;flex-direction:column;gap:16px}._card_teger_125{background:#fff;padding:20px;border-radius:16px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a;max-height:80vh;overflow-y:auto}._plusLoadingOverlay_teger_138{position:fixed;inset:0 0 0 280px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;pointer-events:auto;min-width:0;min-height:0;will-change:opacity}._plusLoadingDialog_teger_157{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-width:240px}@keyframes _plusSpin_teger_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plusLoadingSpinner_teger_175{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:_plusSpin_teger_1 1s linear infinite;margin-bottom:10px;flex-shrink:0}._plusLoadingText_teger_186{color:#1a1a1a;font-size:14px;font-weight:500;flex-shrink:0;white-space:nowrap}._plusLoadingHint_teger_194{font-size:12px;line-height:1.6;color:#00000080;text-align:center}._plusLoadingCancelBtn_teger_201{margin-top:8px;min-width:120px;border-radius:12px;padding:10px 22px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid rgba(224,61,75,.35);background:#fff;color:var(--primary);transition:all .2s ease}._plusLoadingCancelBtn_teger_201:hover{transform:translateY(-1px);box-shadow:0 6px 16px #e03d4b1f}@media(max-width:1080px){._sceneLayout_teger_112{grid-template-columns:1fr}}@media(max-width:720px){._plusLoadingOverlay_teger_138{left:0;right:0;bottom:calc(78px + env(safe-area-inset-bottom,0px));padding:20px;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}._plusLoadingDialog_teger_157{width:min(100%,340px);min-height:min(52vh,360px);padding:28px 24px;border-radius:28px;background:#fffffff5;border:1px solid rgba(0,0,0,.06);box-shadow:0 18px 48px #0000001f;gap:14px}._plusLoadingSpinner_teger_175{width:42px;height:42px;margin-bottom:4px}._plusLoadingText_teger_186{max-width:240px;white-space:normal;text-align:center;line-height:1.5;font-size:16px}._plusLoadingHint_teger_194{max-width:240px;font-size:13px}._panelHeader_teger_8{flex-direction:column;align-items:flex-start}._panelHeader_teger_8 h2{font-size:1.4rem}._card_teger_125{padding:18px;border-radius:18px}}._sceneHero_9lsgt_2{width:100%;height:280px;border-radius:20px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#00000005;border:1px solid rgba(0,0,0,.08);cursor:pointer;display:grid;place-items:center;position:relative;overflow:hidden}._sceneHero_9lsgt_2._empty_9lsgt_18{border-style:dashed;background:#00000005;color:#0006}._heroHint_9lsgt_24{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:6px 14px;border-radius:999px;font-size:.8rem;opacity:0;transition:.2s ease;pointer-events:none}._sceneHero_9lsgt_2:hover ._heroHint_9lsgt_24{opacity:1}._downloadButton_9lsgt_44{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;background:#0009;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}._downloadButton_9lsgt_44:hover{background:#000c;transform:scale(1.1)}._downloadButton_9lsgt_44:active{transform:scale(.95)}._sceneImageActions_9lsgt_72{display:flex;gap:10px;flex-wrap:wrap}._sceneImageActions_9lsgt_72 button{flex:1 1 140px}._ghostSmall_9lsgt_83{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_9lsgt_83:hover{border-color:var(--primary);color:var(--primary)}._ghostSmall_9lsgt_83:disabled:hover{border-color:#0000001f;color:#1a1a1a}._dangerButton_9lsgt_106{border-color:#cc3c3c38;color:#c43c3c}._dangerButton_9lsgt_106:hover{border-color:#cc3c3c6b;color:#b23131}._dangerButton_9lsgt_106:disabled:hover{border-color:#cc3c3c38;color:#c43c3c}._generateButton_9lsgt_121{display:flex;align-items:center;justify-content:center;gap:6px}._priceIcon_9lsgt_128{width:16px;height:16px;object-fit:contain;flex-shrink:0}._generateButton_9lsgt_121 span{line-height:1}._discountPrice_9lsgt_140{display:inline-flex;align-items:center;gap:4px;color:#ff4757;font-size:12px}._discountPriceBlack_9lsgt_148{color:#000}._sceneImageActions_9lsgt_72:hover ._discountPrice_9lsgt_140,._sceneImageActions_9lsgt_72:hover ._discountPriceBlack_9lsgt_148{color:#ff4757}._originalPrice_9lsgt_157{text-decoration:line-through;color:#00000059;font-size:.85em;font-weight:400}._formGrid_9lsgt_165{display:flex;flex-direction:column;gap:14px}._wide_9lsgt_171{width:100%}._formGrid_9lsgt_165 label{display:flex;flex-direction:column;gap:6px}._formGrid_9lsgt_165 label span{font-size:.85rem;color:#0000008c;font-weight:500}._formGrid_9lsgt_165 input,._formGrid_9lsgt_165 textarea,._formGrid_9lsgt_165 select{border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:11px 14px;background:#00000005;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:.2s ease;width:100%;box-sizing:border-box}._selectWrap_9lsgt_202{position:relative;width:100%}._selectWrap_9lsgt_202:after{content:"";position:absolute;top:50%;right:16px;width:10px;height:10px;border-right:2px solid rgba(0,0,0,.35);border-bottom:2px solid rgba(0,0,0,.35);transform:translateY(-65%) rotate(45deg);pointer-events:none}._specialBgmSelect_9lsgt_220{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px!important;background:linear-gradient(180deg,#fff,#f7f8fa)!important;border-color:#e03d4b1f!important;box-shadow:inset 0 1px #ffffffe6;cursor:pointer}._specialBgmSelect_9lsgt_220:hover{border-color:#e03d4b47!important;background:linear-gradient(180deg,#fff,#fff7f8)!important}._mobileSelectTrigger_9lsgt_236{width:100%;border-radius:14px;border:1px solid rgba(224,61,75,.12);padding:13px 14px;background:linear-gradient(180deg,#fff,#f7f8fa);display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;transition:.2s ease}._mobileSelectTrigger_9lsgt_236:hover{border-color:#e03d4b47;background:linear-gradient(180deg,#fff,#fff7f8)}._mobileSelectValue_9lsgt_256{color:#1a1a1a;font-size:.95rem;line-height:1.5}._mobileSelectArrow_9lsgt_262{flex-shrink:0;color:#e03d4be0;font-size:.82rem;font-weight:600}._mobilePickerOverlay_9lsgt_269{position:fixed;inset:0;background:#00000047;display:flex;align-items:flex-end;justify-content:center;z-index:1200;padding:16px}._mobilePickerSheet_9lsgt_280{width:min(100%,420px);max-height:min(72vh,560px);background:#fff;border-radius:24px 24px 18px 18px;box-shadow:0 -8px 32px #00000024;overflow:hidden;display:flex;flex-direction:column}._mobilePickerHeader_9lsgt_291{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 18px 14px;border-bottom:1px solid rgba(0,0,0,.06)}._mobilePickerHeader_9lsgt_291 strong{font-size:1rem;color:#1a1a1a}._mobilePickerClose_9lsgt_305{border:none;background:transparent;color:#e03d4be0;font-size:.88rem;font-weight:600;cursor:pointer}._mobilePickerList_9lsgt_314{display:flex;flex-direction:column;gap:10px;padding:14px 16px 18px;overflow-y:auto}._mobilePickerOption_9lsgt_322{border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff;padding:14px 16px;text-align:left;color:#1a1a1a;display:flex;flex-direction:column;gap:6px;cursor:pointer;transition:.2s ease}._mobilePickerOptionActive_9lsgt_336{border-color:#e03d4b4d;background:#e03d4b0f;box-shadow:inset 0 0 0 1px #e03d4b14}._mobilePickerOptionDesc_9lsgt_342{color:#00000080;font-size:.82rem;line-height:1.45}._formGrid_9lsgt_165 input:focus,._formGrid_9lsgt_165 textarea:focus,._formGrid_9lsgt_165 select:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._specialBgmSelect_9lsgt_220:focus{box-shadow:0 0 0 3px #e03d4b1f,0 10px 24px #e03d4b14!important}._formGrid_9lsgt_165 textarea{resize:vertical;min-height:80px;line-height:1.5}._labelRowWithCounter_9lsgt_367{display:flex;justify-content:space-between;align-items:center;width:100%}._wordCounter_9lsgt_374{margin-left:auto;font-size:.7rem;font-weight:400;color:#00000059}@media(max-width:720px){._specialBgmSelect_9lsgt_220{min-height:46px;font-size:16px}._mobilePickerOverlay_9lsgt_269{padding:12px}._mobilePickerSheet_9lsgt_280{width:100%;border-radius:24px 24px 16px 16px;max-height:min(76vh,620px)}._mobilePickerOption_9lsgt_322{padding:15px 16px}}._card_c4xru_2{background:#fff;padding:20px;border-radius:16px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a;max-height:80vh;overflow-y:auto}._card_c4xru_2 h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}._boardHead_c4xru_22{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._ghostSmall_c4xru_30{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_c4xru_30:hover{border-color:var(--primary);color:var(--primary)}._ghostSmall_c4xru_30:disabled:hover{border-color:#0000001f;color:#1a1a1a}._sceneList_c4xru_53{display:flex;flex-direction:column;gap:12px}._sceneRow_c4xru_59{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:stretch;border:1px solid rgba(0,0,0,.08);border-radius:16px;cursor:pointer;background:#00000003;transition:.2s ease;padding:10px;height:200px;overflow:hidden}._sceneRow_c4xru_59:hover{background:#00000008}._sceneRow_c4xru_59._active_c4xru_78{border-color:var(--primary);background:#e03d4b0a}._sceneThumb_c4xru_83{width:120px;height:100%;min-height:0;border-radius:12px;background-size:cover;background-position:center;background-repeat:no-repeat}._sceneThumb_c4xru_83._empty_c4xru_93{border:1px dashed rgba(0,0,0,.15);background:#00000005;display:grid;place-items:center;color:#0006;font-size:.75rem}._sceneMeta_c4xru_102{display:flex;flex-direction:column;gap:4px;min-width:0;overflow:hidden}._sceneMeta_c4xru_102 strong{font-size:.95rem;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._deleteButton_c4xru_118{width:24px;height:24px;font-size:20px;background:none;line-height:1;cursor:pointer}._deleteButton_c4xru_118:hover{color:var(--primary)}._sceneMeta_c4xru_102 p{margin:0;color:#00000080;font-size:.82rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;flex:1}._mutedSmall_c4xru_145{color:#00000080;margin:0;font-size:.8rem;line-height:1.4}._subsceneList_c4xru_153{margin-top:4px;padding-left:12px;display:flex;flex-direction:column;gap:8px}._subsceneHeader_c4xru_161{display:flex;align-items:center;justify-content:space-between;margin-left:12px;margin-bottom:-2px}._subsceneHeaderText_c4xru_169{font-size:.78rem;color:#00000073}._subsceneRowCard_c4xru_175{margin-left:12px;background:#00000004}._subsceneTag_c4xru_180{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;border-radius:999px;background:#e03d4b14;color:var(--primary);font-size:.7rem;margin-left:4px;flex-shrink:0}._subsceneTitleRow_c4xru_194{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}._subsceneTitleLeft_c4xru_202{display:flex;align-items:center;gap:6px;min-width:0;flex:1}._subsceneName_c4xru_210{min-width:0;flex:1}._deleteButton_c4xru_118{flex-shrink:0}._mobileToggleButton_c4xru_219{display:none}@media(max-width:720px){._boardHead_c4xru_22{flex-wrap:wrap}._sceneRow_c4xru_59{grid-template-columns:88px 1fr;height:144px}._sceneThumb_c4xru_83{width:88px}._subsceneList_c4xru_153{padding-left:0}._subsceneHeader_c4xru_161,._subsceneRowCard_c4xru_175{margin-left:0}._mobileToggleButton_c4xru_219{display:inline-flex;align-items:center;justify-content:center;width:100%;border:1px solid rgba(224,61,75,.14);border-radius:999px;padding:10px 14px;background:#e03d4b0a;color:var(--primary);font-size:.85rem;font-weight:600;cursor:pointer;transition:.2s ease}._mobileToggleButton_c4xru_219:hover{background:#e03d4b14}}._uploadWorldMapCard_1ca8i_1{display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a;max-height:80vh;overflow-y:auto}._cardHead_1ca8i_11{display:flex;justify-content:space-between;align-items:center;gap:12px}._eyebrow_1ca8i_18{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._cardHead_1ca8i_11 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_1ca8i_34{margin:4px 0 0;color:#0000008c;font-size:.9rem}._sceneHero_1ca8i_41{width:100%;height:280px;border-radius:20px;background-size:contain;background-position:center;background-repeat:no-repeat;background-color:#00000005;border:1px solid rgba(0,0,0,.08);cursor:pointer;display:grid;place-items:center;position:relative;overflow:hidden}._sceneHero_1ca8i_41._empty_1ca8i_57{border-style:dashed;background:#00000005;color:#0006}._heroHint_1ca8i_63{position:absolute;bottom:14px;left:50%;transform:translate(-50%);background:#00000080;color:#fff;padding:6px 14px;border-radius:999px;font-size:.8rem;opacity:0;transition:.2s ease;pointer-events:none}._sceneHero_1ca8i_41:hover ._heroHint_1ca8i_63{opacity:1}._worldMapActions_1ca8i_83{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:10}._worldMapActions_1ca8i_83 button{padding:6px 12px;border-radius:999px}._ghostSmall_1ca8i_98{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_1ca8i_98:hover{border-color:var(--primary);color:var(--primary)}._ghostSmall_1ca8i_98:disabled:hover{border-color:#0000001f;color:#1a1a1a}._generateButton_1ca8i_121{display:flex;align-items:center;justify-content:center;gap:6px}._priceIcon_1ca8i_128{width:16px;height:16px;object-fit:contain;flex-shrink:0}._actionsContainer_n3dtb_1{display:flex;justify-content:flex-end;gap:8px;margin-bottom:16px}._ghostSmall_n3dtb_8{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_n3dtb_8:hover{border-color:var(--primary);color:var(--primary)}._musicListContainer_1ilqi_1{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:24px}._musicListHeader_1ilqi_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._musicListHeader_1ilqi_8 h2{margin:4px 0 0;font-size:1.6rem;font-weight:700;color:#1a1a1a}._ghostSmall_1ilqi_22{border-radius:8px;border:1px solid rgba(0,0,0,.12);padding:8px 16px;font-weight:600;font-size:.875rem;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_1ilqi_22:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b05}._musicList_1ilqi_1{display:flex;flex-direction:column;gap:12px}._musicItem_1ilqi_46{display:flex;flex-direction:column;padding:14px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#00000003;transition:all .3s ease;gap:12px;cursor:pointer}._musicItem_1ilqi_46:hover{border-color:#e03d4b33;background:#e03d4b05}._musicItemExpanded_1ilqi_63{padding:18px;border-color:#e03d4b66;background:#e03d4b0d;box-shadow:0 4px 12px #e03d4b26}._musicInfo_1ilqi_70{display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;min-width:0}._musicInfoContent_1ilqi_79{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._deleteButton_1ilqi_87{width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:#0006;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}._deleteButton_1ilqi_87:hover{background:#dc35451a;color:#dc3545}._musicControls_1ilqi_107{display:flex;align-items:center;gap:10px;width:100%}._playButton_1ilqi_114{width:28px;height:28px;border-radius:50%;border:none;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}._playButton_1ilqi_114:disabled{opacity:.5;cursor:not-allowed}._musicName_1ilqi_133{font-size:.95rem;color:#1a1a1a;font-weight:600;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._musicDescription_1ilqi_143{font-size:.8rem;color:#0000008c;margin:0;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._progressContainer_1ilqi_153{flex:1;display:flex;align-items:center;cursor:pointer}._progressBar_1ilqi_160{flex:1;height:4px;background:#00000014;border-radius:2px;overflow:visible;position:relative;cursor:pointer}._musicItemExpanded_1ilqi_63 ._progressBar_1ilqi_160{height:6px}._progressFill_1ilqi_174{height:100%;background:var(--primary);border-radius:2px;transition:width .1s linear;width:0%;pointer-events:none}._progressActive_1ilqi_183{background:linear-gradient(90deg,var(--primary) 0%,#ff5a6e 100%)}._progressThumb_1ilqi_187{position:absolute;top:50%;transform:translate(-50%,-50%);width:14px;height:14px;background:var(--primary);border:2px solid #fff;border-radius:50%;box-shadow:0 2px 6px #00000040;pointer-events:none;opacity:0;transition:opacity .2s ease}._progressContainer_1ilqi_153:hover ._progressThumb_1ilqi_187,._musicItemExpanded_1ilqi_63 ._progressThumb_1ilqi_187{opacity:1}._musicDuration_1ilqi_207{font-size:.75rem;color:#00000080;font-variant-numeric:tabular-nums;min-width:80px;text-align:right;flex-shrink:0}._restartButton_1ilqi_216{width:28px;height:28px;border-radius:50%;border:none;background:#e03d4b1a;color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease;flex-shrink:0;line-height:1}._restartButton_1ilqi_216:hover{background:#e03d4b33;transform:rotate(180deg)}._emptyState_1ilqi_240{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}._emptyIcon_1ilqi_249{font-size:3rem;margin-bottom:16px;opacity:.3}._emptyTitle_1ilqi_255{margin:0 0 8px;font-size:1rem;font-weight:600;color:#0009}._emptyDescription_1ilqi_262{margin:0;font-size:.875rem;color:#00000080}._modalOverlay_13vcd_1{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_13vcd_1 .2s ease}@keyframes _fadeIn_13vcd_1{0%{opacity:0}to{opacity:1}}._modalContent_13vcd_25{background:#fff;border-radius:12px;width:90%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:_slideUp_13vcd_1 .3s ease}@keyframes _slideUp_13vcd_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._modalHeader_13vcd_47{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}._modalHeader_13vcd_47 h3{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}._modalClose_13vcd_62{background:none;border:none;font-size:28px;color:#0006;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:.2s ease}._modalClose_13vcd_62:hover{background:#0000000d;color:#1a1a1a}._modalBody_13vcd_83{padding:20px;display:flex;flex-direction:column;gap:16px}._modalBody_13vcd_83 label{display:flex;flex-direction:column;gap:8px}._modalBody_13vcd_83 label span{font-weight:600;font-size:.9rem;color:#1a1a1a}._hiddenInput_13vcd_102{position:absolute;width:0;height:0;opacity:0;pointer-events:none}._modalBody_13vcd_83 input[type=text],._modalBody_13vcd_83 textarea{padding:10px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.9rem;font-family:inherit;transition:.2s ease}._modalBody_13vcd_83 input[type=text]:focus,._modalBody_13vcd_83 textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e03d4b1a}._modalBody_13vcd_83 input[type=text]:disabled,._modalBody_13vcd_83 textarea:disabled{cursor:not-allowed;opacity:.6;background:#00000005}._modalBody_13vcd_83 textarea{resize:vertical;min-height:80px}._uploadSection_13vcd_139{display:flex;flex-direction:column;gap:8px}._uploadLabel_13vcd_145{font-weight:600;font-size:.9rem;color:#1a1a1a}._uploadArea_13vcd_151{position:relative;min-height:140px;border:2px dashed rgba(0,0,0,.12);border-radius:10px;background:#00000005;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;padding:20px}._uploadArea_13vcd_151:hover{border-color:var(--primary);background:#e03d4b08}._uploadArea_13vcd_151:active{transform:scale(.98)}._uploadAreaHasFile_13vcd_174{border-color:var(--primary);background:#e03d4b0d;border-style:solid}._uploadPlaceholder_13vcd_180{display:flex;flex-direction:column;align-items:center;gap:12px;color:#00000080}._uploadPlaceholder_13vcd_180 svg{color:#0000004d}._uploadText_13vcd_192{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}._uploadHint_13vcd_199{font-size:.85rem;color:#00000080;margin:0}._fileSelected_13vcd_205{display:flex;align-items:center;gap:16px;width:100%;padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014}._fileSelected_13vcd_205 svg{color:#10b981;flex-shrink:0}._fileInfo_13vcd_221{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}._fileName_13vcd_229{margin:0;font-size:.95rem;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._fileSize_13vcd_239{margin:0;font-size:.85rem;color:#0009}._removeFile_13vcd_245{background:#0000000d;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:#00000080;transition:all .2s ease;flex-shrink:0}._removeFile_13vcd_245:hover:not(:disabled){background:#e03d4b1a;color:var(--primary);transform:scale(1.1)}._removeFile_13vcd_245:disabled{cursor:not-allowed;opacity:.5}._required_13vcd_272{color:var(--primary);margin-left:2px}._modalFooter_13vcd_277{display:flex;justify-content:flex-end;gap:12px;padding:16px 20px;border-top:1px solid rgba(0,0,0,.08)}._ghostSmall_13vcd_285{border-radius:8px;border:1px solid rgba(0,0,0,.12);padding:8px 16px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghostSmall_13vcd_285:hover:not(:disabled){border-color:var(--primary);color:var(--primary);background:#e03d4b05}._ghostSmall_13vcd_285:disabled{cursor:not-allowed;opacity:.6}._panelRoot_kptnb_1{display:flex;flex-direction:column;gap:20px}._header_kptnb_7{display:flex;flex-direction:column;gap:4px}._eyebrow_kptnb_13{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._title_kptnb_22{margin:0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_kptnb_29{margin:2px 0 0;color:#0000008c;font-size:.9rem}._layout_kptnb_35{display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1.8fr);gap:20px;align-items:flex-start}._card_kptnb_42{background:#fff;border-radius:20px;border:1px solid var(--border-light);box-shadow:var(--shadow-md)}._leftCard_kptnb_49{padding:18px 18px 16px;display:flex;flex-direction:column;gap:12px}._leftHeader_kptnb_56{display:flex;align-items:center;justify-content:space-between}._leftTitle_kptnb_62{margin:0;font-size:.9rem;font-weight:600;color:var(--text-primary)}._leftSubtitle_kptnb_69{margin:2px 0 0;font-size:12px;color:var(--text-secondary)}._leftTabsRow_kptnb_75{display:flex;align-items:center;justify-content:space-between;gap:12px}._leftTabs_kptnb_75{display:inline-flex;padding:2px;gap:4px;border-radius:999px;background:#f9fafb;border:1px solid var(--border-light)}._leftTab_kptnb_75{padding:4px 10px;border-radius:999px;border:none;background:transparent;color:var(--text-secondary);font-size:12px;cursor:pointer;transition:all var(--transition-fast, .15s ease-out)}._leftTabActive_kptnb_102{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;box-shadow:0 8px 20px #e03d4b73}._addBtn_kptnb_109{padding:6px 12px;border-radius:999px;border:1px solid var(--border-medium);background:#fff;color:var(--text-primary);font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all var(--transition-fast, .15s ease-out)}._addBtn_kptnb_109:hover{border-style:solid;border-color:var(--primary);color:var(--primary);background:#e03d4b0d}@media(max-width:1100px){._layout_kptnb_35{grid-template-columns:1fr}}._leftList_18e3o_3{display:flex;flex-direction:column;gap:12px;max-height:520px;overflow-y:auto;padding-right:6px}._attrItem_18e3o_12{position:relative;padding:14px;border-radius:14px;background:#f9fafb;border:1px solid var(--border-light);transition:all .15s ease;cursor:pointer;width:100%}._attrItem_18e3o_12:hover{border-color:var(--primary);box-shadow:var(--shadow-sm)}._attrItemActive_18e3o_28{border-color:var(--primary);background:#e03d4b08;box-shadow:0 0 0 1px #e03d4b26}._attrMain_18e3o_34{display:flex;flex-direction:column;gap:6px;padding-right:50px}._attrNameRow_18e3o_41{display:flex;align-items:center;justify-content:space-between;gap:12px}._attrName_18e3o_41{font-size:14px;color:var(--text-primary);font-weight:600;flex:1;min-width:0}._attrValues_18e3o_56{font-size:12px;color:var(--text-secondary);font-weight:500;white-space:nowrap;flex-shrink:0}._attrDesc_18e3o_64{font-size:12px;color:var(--text-secondary);line-height:1.5}._attrKey_18e3o_70{margin-top:2px;font-size:11px;color:var(--text-muted)}._dangerGhost_18e3o_77{position:absolute;top:12px;right:12px;padding:4px 10px;border-radius:999px;border:1px solid rgba(220,53,69,.3);background:#fff;color:#dc3545;font-size:11px;cursor:pointer;transition:all var(--transition-fast, .15s ease-out);z-index:10}._dangerGhost_18e3o_77:hover{background:#dc354514;border-color:#dc354580;color:#c82333}._emptyState_18e3o_98{padding:20px;text-align:center;color:var(--text-secondary);font-size:13px}._emptyStateTitle_18e3o_105{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:6px}._emptyStateDesc_18e3o_112{font-size:12px;color:var(--text-muted);line-height:1.5}._rightCard_1qpku_3{padding:18px 20px;display:flex;flex-direction:column;gap:18px}._rightHeader_1qpku_10{display:flex;align-items:center;justify-content:space-between}._rightTitle_1qpku_16{margin:0;font-size:.95rem;font-weight:600;color:var(--text-primary)}._rightHint_1qpku_23{margin:0;font-size:12px;color:var(--text-secondary)}._formGrid_1qpku_29{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr);gap:16px 20px}._formRowFull_1qpku_35{grid-column:1 / -1}._field_1qpku_39{display:flex;flex-direction:column;gap:6px}._labelRow_1qpku_45{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:var(--text-primary)}._labelMain_1qpku_54{display:inline-flex;align-items:center;gap:4px}._required_1qpku_60{color:var(--primary)}._wordCounter_1qpku_64{margin-left:auto;font-size:.7rem;font-weight:400;color:#00000059}._input_1qpku_71,._textarea_1qpku_72,._select_1qpku_73{width:100%;border-radius:10px;border:1px solid var(--border-medium);background:#fff;color:var(--text-primary);font-size:13px;padding:8px 10px;outline:none;transition:border-color var(--transition-fast, .15s ease-out),box-shadow var(--transition-fast, .15s ease-out)}._input_1qpku_71::placeholder,._textarea_1qpku_72::placeholder{color:var(--text-muted)}._input_1qpku_71:focus,._textarea_1qpku_72:focus,._select_1qpku_73:focus{border-color:var(--primary);box-shadow:0 0 0 2px #e03d4b1a}._textarea_1qpku_72{min-height:76px;resize:vertical}._inlineInputs_1qpku_102{display:grid;grid-template-columns:minmax(0,1fr) minmax(90px,.6fr) minmax(70px,.5fr);gap:10px}._footer_1qpku_108{margin-top:4px;display:flex;justify-content:space-between;align-items:center;gap:12px}._footerLeft_1qpku_116{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--text-secondary)}._toggleRow_1qpku_124{display:inline-flex;align-items:center;gap:6px}._toggleLabel_1qpku_130{font-size:12px;color:var(--text-primary)}._toggleInput_1qpku_135{width:14px;height:14px}._primaryBtn_1qpku_140{padding:9px 18px;border-radius:999px;border:none;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--shadow-primary);transition:transform .15s ease-out,box-shadow .15s ease-out}._primaryBtn_1qpku_140:hover{transform:translateY(-1px);box-shadow:0 8px 24px #e03d4b59}._primaryBtn_1qpku_140:active{transform:translateY(0)}._valueBlock_1qpku_163{border-top:1px solid rgba(0,0,0,.08);padding-top:20px;margin-top:8px}._valueBlockHeader_1qpku_169{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:13px}._valueBlockHeader_1qpku_169 strong{color:var(--text-primary);font-weight:600}._valueBlockHint_1qpku_182{font-size:12px;color:var(--text-secondary)}._valueDisplay_1qpku_187{display:flex;flex-direction:column;gap:10px}._valueRow_1qpku_193{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#00000003;transition:all .2s ease}._valueRow_1qpku_193:hover{border-color:#e03d4b26;background:#e03d4b05}._valueLabel_1qpku_209{font-size:13px;color:var(--text-primary);font-weight:500}._valueNumber_1qpku_215{font-size:14px;color:var(--text-primary);font-weight:600}._valueEmpty_1qpku_221{padding:20px;text-align:center;color:var(--text-secondary);font-size:13px;border:1px dashed rgba(0,0,0,.1);border-radius:12px;background:#00000003}._panelContent_11zmo_1{display:flex;flex-direction:column;gap:24px}._panelHeader_11zmo_7{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_11zmo_15{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_11zmo_7 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_11zmo_31{margin:4px 0 0;color:#0000008c;font-size:.9rem}._primary_11zmo_38{border-radius:12px;border:none;padding:12px 24px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.3s cubic-bezier(.4,0,.2,1);color:#fff;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);box-shadow:0 4px 20px #e03d4b40;position:relative;overflow:hidden;flex-shrink:0}._primary_11zmo_38:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 0%,rgba(255,255,255,.1) 100%);opacity:0;transition:.15s cubic-bezier(.4,0,.2,1)}._primary_11zmo_38:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #e03d4b59}._primary_11zmo_38:hover:not(:disabled):before{opacity:1}._primary_11zmo_38:active:not(:disabled){transform:translateY(0)}._primary_11zmo_38:disabled{opacity:.5;cursor:not-allowed}._ghost_11zmo_81{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghost_11zmo_81:hover{border-color:var(--primary);color:var(--primary)}._ghostSmall_11zmo_97{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff;flex-shrink:0}._ghostSmall_11zmo_97:hover{border-color:var(--primary);color:var(--primary);background:#e03d4b0d}._ghostSmall_11zmo_97:disabled{opacity:.5;cursor:not-allowed;color:#0006;background:#00000008;border-color:#00000014}._ghostTiny_11zmo_124{border-radius:999px;border:1px solid rgba(0,0,0,.1);padding:4px 10px;font-size:.75rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#0009;background:transparent;align-self:flex-end}._ghostTiny_11zmo_124:hover{border-color:var(--primary);color:var(--primary)}._formContainer_11zmo_143{display:flex;flex-direction:column;gap:24px;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:28px;box-shadow:0 2px 12px #0000000a;position:relative;overflow:hidden}._cardHead_11zmo_156{display:flex;justify-content:space-between;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.06)}._cardTitle_11zmo_165{font-size:1rem;color:#1a1a1a;font-weight:600}._formBody_11zmo_171{display:flex;flex-direction:column;gap:20px}._sectionTitleRow_11zmo_177{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._sectionTitle_11zmo_177{margin:0;font-size:1rem;font-weight:700;color:#1a1a1a}._sectionDescription_11zmo_191{margin:6px 0 0;font-size:.85rem;line-height:1.5;color:#0000008c}._detailBlock_11zmo_198{border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(180deg,#fffffffa,#f9f9f9f5)}._formGrid_11zmo_208{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._formGrid_11zmo_208 label,._detailBlock_11zmo_198 label{display:flex;flex-direction:column;gap:8px}._formStack_11zmo_221{display:flex;flex-direction:column;gap:16px}._formRow_11zmo_228{display:flex;flex-direction:column;gap:8px}._fieldHeader_11zmo_234{display:flex;flex-direction:column;gap:2px}._fieldTopRow_11zmo_240{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._fieldMeta_11zmo_247{display:flex;flex-direction:column;gap:6px;min-width:0}._fieldBlock_11zmo_254{width:100%}._fieldLabel_11zmo_258{font-size:.9rem;color:#1a1a1a;font-weight:600}._required_11zmo_264{color:var(--primary);margin-left:4px}._fieldHint_11zmo_269{font-size:.8rem;color:#00000080;line-height:1.4}._fieldHintItalic_11zmo_275{font-size:.8rem;color:#00000080;font-style:italic;line-height:1.4}._themeTagsWrap_11zmo_282{position:relative;display:flex;flex-wrap:wrap;gap:10px;isolation:isolate}._themeTagsWrap_11zmo_282>*{position:relative;z-index:1}._themeTagsWrapError_11zmo_295:before{content:"";position:absolute;inset:-8px;border:1px solid #e03d4b;border-radius:16px;background:#fff5f5;box-shadow:0 0 0 3px #e03d4b1f;z-index:0;pointer-events:none}._themeTagChip_11zmo_307{border:1px solid rgba(26,29,33,.14);background:#fff;color:#1a1d21;border-radius:999px;padding:8px 14px;font-size:.85rem;line-height:1;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}@media(hover:hover)and (pointer:fine){._themeTagChip_11zmo_307:hover{border-color:#e03d4b80;color:var(--primary)}}._themeTagChipActive_11zmo_327{border-color:var(--primary);background:#e03d4b1a;color:var(--primary-dark)}._wordCounter_11zmo_333{font-size:.7rem;font-weight:400;color:#00000059;white-space:nowrap}._outputLengthContainer_11zmo_341{display:flex;gap:12px;align-items:center}._outputLengthGrid_11zmo_347{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}._outputLengthGrid_11zmo_347 label{display:flex;flex-direction:column;gap:8px}._outputLengthField_11zmo_359{display:flex;flex-direction:column;flex:1}._outputLengthLabel_11zmo_365{font-size:.875rem;color:#0009;margin-bottom:4px}._errorText_11zmo_371{color:var(--primary);font-size:.85rem;margin-top:8px;display:block}._formContainer_11zmo_143 input,._formContainer_11zmo_143 textarea,._storylineRow_11zmo_381 input,._storylineRow_11zmo_381 textarea{border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:12px 14px;background:#00000005;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:.2s ease;width:100%;box-sizing:border-box}._formContainer_11zmo_143 input:focus,._formContainer_11zmo_143 textarea:focus,._storylineRow_11zmo_381 input:focus,._storylineRow_11zmo_381 textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._formContainer_11zmo_143 input:disabled,._formContainer_11zmo_143 textarea:disabled{background:#00000008;color:#00000080;cursor:not-allowed;border-color:#00000014;opacity:.7}._formContainer_11zmo_143 input:disabled:focus,._formContainer_11zmo_143 textarea:disabled:focus{border-color:#00000014;background:#00000008;box-shadow:none}._disabledInput_11zmo_422{background:#00000008!important;color:#00000080!important;cursor:not-allowed!important;border-color:#00000014!important;opacity:.7}._formContainer_11zmo_143 textarea,._storylineRow_11zmo_381 textarea{resize:vertical;min-height:100px;line-height:1.6}._errorInput_11zmo_438{border-color:#e03d4b!important;background:#fff5f5!important}._errorInput_11zmo_438:focus{border-color:#e03d4b!important;box-shadow:0 0 0 3px #e03d4b26!important}._errorMessage_11zmo_448{margin-top:6px;font-size:.8rem;color:#e03d4b;line-height:1.4}._storylineSection_11zmo_456{border-top:1px solid rgba(0,0,0,.08);padding-top:20px;margin-top:8px}._storylineHeader_11zmo_462{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}._storylineList_11zmo_470{display:flex;flex-direction:column;gap:12px}._storylineRow_11zmo_381{border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:16px;background:#00000003;display:flex;flex-direction:column;gap:12px;transition:all .25s ease;position:relative}._storylineRow_11zmo_381:hover{border-color:#e03d4b26;background:#e03d4b05}._storylineMeta_11zmo_493{display:flex;gap:12px}._storylineMeta_11zmo_493 label{flex:1}._wide_11zmo_502{grid-column:1 / -1;width:100%}._storylineRow_11zmo_381 label{display:flex;flex-direction:column;gap:6px}._storylineRow_11zmo_381 label span{font-size:.82rem;color:#0000008c;font-weight:500}._emptyHint_11zmo_519{color:#00000073}._emptyHintRequired_11zmo_523{color:var(--primary);font-weight:500;padding:16px;background:#e03d4b0d;border:1px dashed rgba(224,61,75,.3);text-align:center;font-size:.85rem;margin:0;border:1px dashed rgba(0,0,0,.1);border-radius:12px}._collapseIcon_11zmo_537{font-size:.7rem;color:#0006;transition:transform .2s ease;-webkit-user-select:none;user-select:none}._uploadCover_11zmo_545{display:flex;flex-direction:column;gap:16px}._uploadCover_11zmo_545 h2{margin:0;font-size:1.5rem;color:#1a1a1a}._coverUploadArea_11zmo_557{width:100%;min-height:200px;border:1px dashed rgba(0,0,0,.2);border-radius:12px;padding:24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:#00000003;position:relative;overflow:hidden}._coverUploadArea_11zmo_557:hover{border-color:var(--primary);background:#e03d4b05}._coverUploadArea_11zmo_557:has(input:disabled){cursor:not-allowed!important;opacity:.6}._coverPlaceholder_11zmo_583{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;pointer-events:none}._coverUploadIcon_11zmo_592{color:#0006}._coverUploadText_11zmo_596{margin:0;color:#000000b3;font-size:.95rem;font-weight:500}._coverUploadHint_11zmo_603{margin:0;color:#00000080;font-size:.8rem}._coverPreviewContainer_11zmo_609{width:100%;max-width:520px;aspect-ratio:16 / 9;position:relative;display:flex;align-items:center;justify-content:center}._coverPreview_11zmo_609{width:100%;height:100%;object-fit:cover;border-radius:8px}._coverActions_11zmo_627{position:absolute;top:0;right:0;padding:8px}._removeCoverBtn_11zmo_634{padding:6px 12px;background:#e03d4be6;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;z-index:10;min-width:60px}._removeCoverBtn_11zmo_634:hover:not(:disabled){background:var(--primary);transform:translateY(-1px);box-shadow:0 2px 8px #e03d4b4d}._removeCoverBtn_11zmo_634:disabled{opacity:.6;cursor:not-allowed}._coverErrorText_11zmo_659{color:var(--primary);font-size:.85rem;margin:0}@keyframes _progressBarShine_11zmo_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._storylineOrderLabel_11zmo_676{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}._storylineOrderLabel_11zmo_676 span{font-size:.82rem;color:#0000008c;font-weight:500}._orderInput_11zmo_689{width:100%;border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:12px 14px;background:#00000005;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:.2s ease;appearance:textfield;-moz-appearance:textfield}._orderInput_11zmo_689::-webkit-outer-spin-button,._orderInput_11zmo_689::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._orderInput_11zmo_689:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._modalOverlay_11zmo_718{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}._modalContent_11zmo_729{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;max-width:600px;width:100%;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}._modalHeader_11zmo_741{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid rgba(0,0,0,.1)}._modalHeader_11zmo_741 h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1a}._modalCloseBtn_11zmo_756{background:transparent;border:none;font-size:1.5rem;color:#00000080;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}._modalCloseBtn_11zmo_756:hover{background:#0000000d;color:#1a1a1a}._modalBody_11zmo_777{padding:24px;overflow-y:auto;flex:1}._modalFooter_11zmo_783{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid rgba(0,0,0,.1)}._formGroup_11zmo_791{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}._formGroup_11zmo_791:last-child{margin-bottom:0}._formGroup_11zmo_791 label{display:flex;flex-direction:column;gap:8px}._formGroup_11zmo_791 label span{font-size:.9rem;font-weight:600;color:#1a1a1a}._formGroup_11zmo_791 input,._formGroup_11zmo_791 textarea{border-radius:12px;border:1px solid rgba(0,0,0,.1);padding:12px 14px;background:#00000005;color:#1a1a1a;font-size:.95rem;font-family:inherit;transition:.2s ease;width:100%;box-sizing:border-box}._formGroup_11zmo_791 input:focus,._formGroup_11zmo_791 textarea:focus{outline:none;border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px #e03d4b1a}._formGroup_11zmo_791 textarea{resize:vertical;min-height:120px}@media(max-width:720px){._panelHeader_11zmo_7{flex-direction:column;align-items:flex-start}._panelHeader_11zmo_7 h2{font-size:1.4rem}._formContainer_11zmo_143{gap:20px;padding:20px;border-radius:18px}._cardHead_11zmo_156{align-items:flex-start;padding-bottom:14px}._detailBlock_11zmo_198{padding:16px;border-radius:16px}._formGrid_11zmo_208,._outputLengthGrid_11zmo_347{grid-template-columns:1fr}._fieldTopRow_11zmo_240{flex-direction:column;align-items:flex-start;gap:6px}._storylineHeader_11zmo_462{flex-direction:column;gap:12px}}._sidebar_1p2o7_1{width:280px;height:100vh;padding:32px 24px;border-right:1px solid rgba(0,0,0,.08);background:#fff;display:flex;flex-direction:column;gap:32px;box-sizing:border-box;flex-shrink:0;box-shadow:2px 0 12px #00000008;position:relative}._brand_1p2o7_16{display:flex;align-items:center;gap:14px}._brandAvatarWrap_1p2o7_22{width:46px;height:46px;border-radius:14px;overflow:hidden;box-shadow:0 8px 18px #0f172a24;flex-shrink:0;background:#f1f5f9e6}._brandAvatar_1p2o7_22{width:100%;height:100%;object-fit:cover;display:block}._brandLabel_1p2o7_39{margin:0;font-weight:600;font-size:1.05rem;letter-spacing:.02em;color:#1a1a1a}._brandDesc_1p2o7_47{margin:2px 0 0;color:#0000008c;font-size:.82rem}._mobileProgressCard_1p2o7_53{display:none}._navColumn_1p2o7_57{flex:1;display:flex;flex-direction:column;min-height:0;gap:8px}._nav_1p2o7_57{display:flex;flex-direction:column;gap:8px}._navBtn_1p2o7_71{border:1px solid transparent;border-radius:14px;padding:14px 16px;background:transparent;text-align:left;color:#1a1a1a;cursor:pointer;transition:all .25s ease;display:flex;align-items:flex-start;gap:0;position:relative;font-size:.95rem;font-weight:500}._navBtn_1p2o7_71:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:0;background:linear-gradient(180deg,var(--primary),var(--primary-light));border-radius:0 2px 2px 0;transition:height .25s ease}._navBadge_1p2o7_101{display:none}._navText_1p2o7_105{min-width:0;display:flex;flex-direction:column;gap:3px}._navTitleDesktop_1p2o7_112{display:block;line-height:1.4}._navTitleMobile_1p2o7_117{display:none}._navBtn_1p2o7_71 small{color:#00000080;font-size:.75rem;font-weight:400;line-height:1.45}._navBtn_1p2o7_71:hover:not(._disabled_1p2o7_128){background:#00000008}._navBtn_1p2o7_71:hover:not(._disabled_1p2o7_128):before{height:18px}._navBtn_1p2o7_71._active_1p2o7_136{border-color:#e03d4b26;background:#e03d4b0f;color:var(--primary);font-weight:600}._navBtn_1p2o7_71._active_1p2o7_136:before{height:24px;box-shadow:0 0 8px #e03d4b66}._navBtn_1p2o7_71._active_1p2o7_136 small{color:#e03d4bb3}._navBtn_1p2o7_71._done_1p2o7_152{border-color:transparent;background:transparent}._navBtn_1p2o7_71._done_1p2o7_152 small{color:#00000080}._navBtn_1p2o7_71._disabled_1p2o7_128{opacity:.4;cursor:not-allowed;color:#0006}._navBtn_1p2o7_71._disabled_1p2o7_128 small{color:#0000004d}._navBtn_1p2o7_71._disabled_1p2o7_128:hover{background:transparent}@media(max-width:1080px){._sidebar_1p2o7_1{width:auto;height:auto;flex-direction:row;align-items:center;overflow-x:auto;padding:14px 20px;border-right:none;border-bottom:1px solid rgba(0,0,0,.08);gap:24px}._brand_1p2o7_16{flex-shrink:0}._nav_1p2o7_57{flex-direction:row;flex-wrap:nowrap;gap:6px;flex-shrink:0}._navBtn_1p2o7_71{padding:10px 14px;font-size:.88rem;white-space:nowrap}._navBtn_1p2o7_71:before{top:auto;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;border-radius:2px 2px 0 0}._navBtn_1p2o7_71:hover:not(._disabled_1p2o7_128):before{width:18px;height:3px}._navBtn_1p2o7_71._active_1p2o7_136:before{width:24px;height:3px}}@media(max-width:768px){._sidebar_1p2o7_1{width:100%;overflow:visible;flex-direction:column;align-items:stretch;gap:8px;padding:10px 12px 8px;background:#fffffffa;box-shadow:none}._brand_1p2o7_16{display:none}._mobileProgressCard_1p2o7_53{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 2px}._mobileProgressTitle_1p2o7_250{margin:0;min-width:0;flex:1;font-size:.78rem;font-weight:600;color:#1a1d21;line-height:1.3}._mobileProgressStatus_1p2o7_260{padding:3px 8px;border-radius:999px;background:#e03d4b14;color:var(--primary);font-size:.68rem;font-weight:600;white-space:nowrap;flex-shrink:0}._nav_1p2o7_57{width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;padding:1px 1px 4px;gap:8px}._nav_1p2o7_57::-webkit-scrollbar{display:none}._navBtn_1p2o7_71{flex:0 0 auto;min-width:92px;max-width:112px;border-radius:15px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:none;padding:9px 10px;white-space:normal;align-items:center;gap:8px;scroll-snap-align:start}._navBtn_1p2o7_71:before{display:none}._navBtn_1p2o7_71:hover:not(._disabled_1p2o7_128){background:#fff;border-color:#e03d4b2e;transform:none}._navBadge_1p2o7_101{width:22px;height:22px;border-radius:50%;display:grid;place-items:center;flex-shrink:0;font-size:.72rem;font-weight:700;color:#4b5563;background:#f5f6f8;border:1px solid rgba(15,23,42,.08)}._navText_1p2o7_105{gap:2px}._navTitleDesktop_1p2o7_112{display:none}._navTitleMobile_1p2o7_117{display:block;font-size:.78rem;font-weight:700;color:#1a1d21;line-height:1.2}._navBtn_1p2o7_71 small{display:none}._navBtn_1p2o7_71._active_1p2o7_136{border-color:#e03d4b42;background:linear-gradient(135deg,#fff4f5f5,#fff);box-shadow:0 6px 14px #e03d4b14}._navBtn_1p2o7_71._active_1p2o7_136 ._navBadge_1p2o7_101{color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-color:transparent;box-shadow:none}._navBtn_1p2o7_71._active_1p2o7_136 ._navTitleMobile_1p2o7_117{color:var(--primary)}._navBtn_1p2o7_71._done_1p2o7_152{border-color:#0f172a14;background:#fff}._navBtn_1p2o7_71._done_1p2o7_152 ._navBadge_1p2o7_101{color:#4b5563;background:#f5f6f8;border-color:#0f172a14}._navBtn_1p2o7_71._done_1p2o7_152 ._navTitleMobile_1p2o7_117{color:#1a1d21}._navBtn_1p2o7_71._disabled_1p2o7_128{opacity:1;background:#f5f6f8db;border-color:#0f172a0d}._navBtn_1p2o7_71._disabled_1p2o7_128 ._navBadge_1p2o7_101{color:#6b7280c7;background:#e5e7ebeb;border-color:transparent}._navBtn_1p2o7_71._disabled_1p2o7_128 ._navTitleMobile_1p2o7_117{color:#4b5563c2}}._mapSection_1fk4f_3{margin:0 0 32px;padding:0;background:transparent;border:none;box-shadow:none}._mapHeader_1fk4f_11{display:flex;flex-direction:column;gap:0;align-items:flex-start;margin-bottom:20px}._mapHeader_1fk4f_11 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._eyebrow_1fk4f_26{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._subtitle_1fk4f_35{margin:4px 0 0;color:#0000008c;font-size:.9rem}._mapTabs_1fk4f_41{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;padding-bottom:16px;border-bottom:1px solid var(--border-light)}._mapTab_1fk4f_41{padding:8px 14px;border-radius:10px;border:1px solid var(--border-light);background:#fff;color:var(--text-primary);cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}._mapTabActive_1fk4f_61{background:linear-gradient(135deg,var(--primary),var(--primary-light));border-color:transparent;color:#fff;box-shadow:0 8px 24px #e03d4b40}._mapEditor_1fk4f_68{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(280px,.9fr);gap:16px;margin-top:10px;align-items:stretch;min-width:0;min-height:400px}._mapEditorThreeColumns_1fk4f_79{grid-template-columns:280px minmax(0,1.8fr) minmax(280px,.9fr)}@media(max-width:1100px){._mapEditor_1fk4f_68,._mapEditorThreeColumns_1fk4f_79{grid-template-columns:1fr}._mapSidebar_1fk4f_90{display:none}}._mapPreview_ww0gk_4{position:relative;background:#f8fafc;border-radius:16px;overflow:hidden;border:1px solid var(--border-light);box-shadow:var(--shadow-md);min-width:0;width:100%;display:flex;align-items:center;justify-content:center;min-height:400px;max-height:800px}._sceneImage_ww0gk_20{width:414px;height:740px;max-width:100%;object-fit:cover;display:block;pointer-events:none}._loadingOverlay_ww0gk_30{position:absolute;inset:0;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;border-radius:16px}._loadingSpinner_ww0gk_46{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary, var(--primary));border-radius:50%;animation:_spin_ww0gk_1 1s linear infinite;margin-bottom:10px}@keyframes _spin_ww0gk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_ww0gk_61{color:var(--text-primary);font-size:14px;font-weight:500}._mapLeftSidebar_ww0gk_68,._mapSidebar_ww0gk_76{display:flex;flex-direction:column;gap:12px;min-width:0;align-items:stretch}._subSceneList_ww0gk_85{background:#fff;border-radius:14px;border:1px solid var(--border-light);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}._subSceneList_ww0gk_85 h4{color:var(--text-primary);margin:0 0 8px;font-size:14px}._subSceneItems_ww0gk_101{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px}._subSceneItem_ww0gk_101{display:grid;grid-template-columns:90px 1fr;gap:10px;padding:10px;background:#f9fafb;border-radius:12px;border:1px solid var(--border-light);cursor:pointer;transition:all .15s ease}._subSceneItem_ww0gk_101:hover{border-color:#e03d4b59}._subSceneItemActive_ww0gk_126{border-color:#e03d4bb3;box-shadow:0 0 0 1px #e03d4b40;background:#fff7f8}._subSceneThumbWrapper_ww0gk_132{position:relative;width:100%;height:72px;border-radius:10px;overflow:hidden}._subSceneThumb_ww0gk_132{width:100%;height:72px;background:linear-gradient(135deg,#fff2f4,#ffe7ea);border-radius:10px;border:1px solid var(--border-light)}._subSceneThumbImage_ww0gk_148{width:100%;height:72px;object-fit:cover;border-radius:10px;border:1px solid var(--border-light);background:linear-gradient(135deg,#fff2f4,#ffe7ea);display:block}._subSceneMeta_ww0gk_158{display:flex;flex-direction:column;justify-content:flex-start;gap:6px}._subSceneName_ww0gk_165{color:var(--text-primary);font-size:13px;font-weight:600}._subSceneParent_ww0gk_171{color:var(--text-muted);font-size:11px}._subSceneDesc_ww0gk_176{color:var(--text-secondary);font-size:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word}._npcCount_ww0gk_189{margin-top:4px;color:var(--primary);font-size:11px;font-weight:500}._confirmSection_ww0gk_197{background:#fff;border-radius:14px;border:1px solid var(--border-light);padding:16px;box-shadow:var(--shadow-sm)}._confirmBtn_ww0gk_205{width:100%;padding:12px 20px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e03d4b40,0 8px 24px #e03d4b26,0 12px 36px #e03d4b1a}._confirmBtn_ww0gk_205:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #e03d4b59,0 12px 32px #e03d4b33,0 18px 48px #e03d4b26}._confirmBtn_ww0gk_205:active:not(:disabled){transform:translateY(0)}._confirmBtn_ww0gk_205:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}._confirmHint_ww0gk_240{margin-top:8px;color:var(--text-secondary);font-size:12px;text-align:center}._mapOverlayHint_ww0gk_248{position:absolute;bottom:12px;left:12px;right:12px;padding:10px 12px;border-radius:10px;background:#ffffffc7;color:var(--text-primary);font-size:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border-light)}._hintSelected_ww0gk_262{color:var(--primary);font-weight:500}._placedNPCSelected_ww0gk_268{border-color:#e03d4bcc;box-shadow:0 0 0 2px #e03d4b4d,0 4px 12px #e03d4b4d}._placedNPCDragging_ww0gk_273{opacity:.6;cursor:grabbing}._npcPalette_17zmd_4{background:#fff;border-radius:14px;border:1px solid var(--border-light);padding:12px;box-shadow:var(--shadow-sm)}._npcPalette_17zmd_4 h4{color:var(--text-primary);margin:0 0 8px;font-size:14px}._npcItems_17zmd_18{display:flex;gap:10px;flex-wrap:wrap}._npcItem_17zmd_18{background:#fff;border:1px dashed var(--border-light);border-radius:12px;padding:10px;cursor:grab;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .2s ease;box-shadow:var(--shadow-sm)}._npcItem_17zmd_18:active{cursor:grabbing}._npcItemDisabled_17zmd_42{opacity:.5;cursor:not-allowed;pointer-events:none}._defaultNpcImage_17zmd_48{width:64px;height:64px;border-radius:12px;border:1px solid var(--border-light)}._npcName_17zmd_55{color:var(--text-primary);font-size:12px}._npcHint_17zmd_60{margin-top:8px;color:var(--text-secondary);font-size:12px;line-height:1.5}._imageCanvas_17zmd_68{position:relative;width:414px;height:740px;background:#e2e8f0;box-shadow:0 4px 20px #0000001a;border-radius:4px;overflow:visible;-webkit-user-select:none;user-select:none;flex-shrink:0;display:block}._placedNPC_17zmd_82{position:absolute;cursor:move;z-index:10;transition:opacity .3s ease;border:2px solid transparent;border-radius:8px;animation:_fadeIn_17zmd_1 .3s ease;will-change:transform,opacity;display:flex;align-items:center;justify-content:center}@keyframes _fadeIn_17zmd_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._placedNPC_17zmd_82:hover{border-color:#e03d4b66;box-shadow:0 4px 12px #e03d4b33}._npcImage_17zmd_112{max-width:100px;max-height:150px;width:auto;height:auto;object-fit:contain;display:block;pointer-events:none;border-radius:6px}._npcButtonText_17zmd_123{display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:600;border-radius:6px;padding:8px 12px;text-align:center;white-space:nowrap;box-shadow:0 2px 8px #00000026;pointer-events:none;width:fit-content;height:fit-content;min-width:fit-content}._placedNPCButton_17zmd_143{width:auto!important;height:auto!important}._npcControls_17zmd_149{position:absolute;bottom:-50px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px;background:#fffffff2;padding:6px 10px;border-radius:8px;box-shadow:0 2px 8px #00000026;border:1px solid var(--border-light);white-space:nowrap;z-index:20}._zIndexControl_17zmd_167{display:flex;align-items:center;gap:4px;padding-right:8px;border-right:1px solid var(--border-light)}._zIndexLabel_17zmd_175{font-size:11px;color:var(--text-secondary);font-weight:500;margin-right:2px}._zIndexBtnSmall_17zmd_182{width:20px;height:20px;border-radius:4px;border:1px solid var(--border-light);background:#fff;color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}._zIndexBtnSmall_17zmd_182:hover:not(:disabled){background:var(--primary);color:#fff;border-color:var(--primary)}._zIndexBtnSmall_17zmd_182:disabled{opacity:.4;cursor:not-allowed}._zIndexInputSmall_17zmd_211{width:45px;padding:2px 4px;border-radius:4px;border:1px solid var(--border-light);background:#fff;color:var(--text-primary);font-size:11px;font-weight:600;text-align:center;transition:all .2s ease}._zIndexInputSmall_17zmd_211:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #e03d4b1a}._resizeHandle_17zmd_231{position:absolute;width:12px;height:12px;background:var(--primary);border:2px solid #fff;border-radius:50%;cursor:nwse-resize;z-index:30;box-shadow:0 2px 4px #0003;transition:all .2s ease}._resizeHandle_17zmd_231:hover{transform:scale(1.2);background:#c8323f;box-shadow:0 4px 8px #0000004d}._resizeHandleNW_17zmd_250{top:-6px;left:-6px;cursor:nwse-resize}._resizeHandleNE_17zmd_256{top:-6px;right:-6px;cursor:nesw-resize}._resizeHandleSW_17zmd_262{bottom:-6px;left:-6px;cursor:nesw-resize}._resizeHandleSE_17zmd_268{bottom:-6px;right:-6px;cursor:nwse-resize}._removeBtn_17zmd_274{padding:4px 10px;border-radius:6px;border:1px solid var(--border-light);background:#fff;color:var(--text-danger, #dc3545);cursor:pointer;font-size:12px;transition:all .2s ease}._removeBtn_17zmd_274:hover{background:var(--text-danger, #dc3545);color:#fff;border-color:var(--text-danger, #dc3545)}._functionalNPCList_1jzsu_1{background:#fff;border-radius:14px;border:1px solid var(--border-light);padding:18px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}._functionalNPCList_1jzsu_1 h4{color:var(--text-primary);margin:0 0 12px;font-size:14px;font-weight:600}._functionalNPCItems_1jzsu_18{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow-y:auto;padding-right:4px}._functionalNPCItem_1jzsu_18{position:relative;display:grid;grid-template-columns:90px 1fr;gap:10px;padding:10px;background:#f9fafb;border-radius:12px;border:1px solid var(--border-light);transition:all .15s ease}._functionalNPCItem_1jzsu_18[draggable=true]{cursor:grab}._functionalNPCItem_1jzsu_18[draggable=true]:active{cursor:grabbing}._functionalNPCItem_1jzsu_18[draggable=true]:hover{border-color:#e03d4b59;background:#fff;box-shadow:0 2px 8px #00000014}._functionalNPCItemNoImage_1jzsu_53{grid-template-columns:1fr}._functionalNPCItem_1jzsu_18:hover{border-color:#e03d4b59;background:#fff}._statusDot_1jzsu_62{position:absolute;top:6px;right:6px;width:10px;height:10px;border-radius:50%;box-shadow:0 0 0 2px #fff;z-index:10;flex-shrink:0}._statusDotUsed_1jzsu_74{background-color:#16a34a}._statusDotUnused_1jzsu_78{background-color:#e03d4b}._functionalNPCThumbWrapper_1jzsu_82{position:relative;width:100%;aspect-ratio:16/9;min-height:72px}._functionalNPCThumb_1jzsu_82{width:100%;height:100%;border-radius:10px;border:1px solid var(--border-light)}._functionalNPCThumbImage_1jzsu_96{width:100%;height:100%;object-fit:cover;border-radius:10px;border:1px solid var(--border-light);display:block}._functionalNPCMeta_1jzsu_105{display:flex;flex-direction:column;justify-content:flex-start;gap:6px}._functionalNPCName_1jzsu_112{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.3}._functionalNPCType_1jzsu_119{font-size:11px;color:var(--text-secondary);line-height:1.2}._functionalNPCButtonText_1jzsu_125{font-size:11px;color:var(--text-muted);line-height:1.2;margin-top:2px}._loading_1jzsu_132,._emptyState_1jzsu_133{padding:20px;text-align:center;color:var(--text-muted);font-size:13px}._colorPicker_1r3j5_1{position:relative;display:inline-block}._colorButton_1r3j5_6{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;border:1px solid var(--border-light, #e0e0e0);background:#fff;font-size:12px;transition:all .2s ease}._colorButton_1r3j5_6:hover{background:#f5f5f5;border-color:var(--primary, #E03D4B)}._colorPreview_1r3j5_23{width:20px;height:20px;border-radius:4px;border:1px solid rgba(0,0,0,.1);flex-shrink:0;cursor:pointer;transition:transform .1s ease}._colorPreview_1r3j5_23:hover{transform:scale(1.05)}._colorLabel_1r3j5_37{color:var(--text-primary, #333);font-size:12px}._colorLabelInput_1r3j5_42{border:none;outline:none;background:transparent;color:var(--text-primary, #333);font-size:12px;width:72px;cursor:text;pointer-events:auto;position:relative;z-index:1;padding:0;margin:0}._colorLabelInput_1r3j5_42::placeholder{color:#bdbdbd}._colorPanel_1r3j5_61{position:absolute;top:calc(100% + 8px);left:0;z-index:1000;background:#fff;border:1px solid var(--border-light, #e0e0e0);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px}._placedSubScene_v7qv0_2{position:absolute;cursor:move;z-index:20;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:auto;transform:translateZ(0);animation:_fadeIn_v7qv0_1 .3s ease;will-change:transform,opacity}@keyframes _fadeIn_v7qv0_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._placedSubScene_v7qv0_2:hover{transform:scale(1.1)}._subSceneIcon_v7qv0_32{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0003;background:#fff;flex-shrink:0}._subSceneLabel_v7qv0_43{background:#fffffff2;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;color:var(--text-primary);white-space:nowrap;box-shadow:0 2px 6px #00000026;border:1px solid var(--border-light);max-width:120px;overflow:hidden;text-overflow:ellipsis;display:block;line-height:1.2}._sceneItem_v7qv0_61{display:flex;align-items:center;gap:8px;padding:10px;background:#f9fafb;border-radius:12px;border:1px solid var(--border-light);transition:all .15s ease;margin-bottom:8px}._sceneItem_v7qv0_61:hover{border-color:#e03d4b59;background:#fff}._sceneItemActive_v7qv0_78{border-color:#e03d4bb3;box-shadow:0 0 0 1px #e03d4b40;background:#fff7f8}._expandIcon_v7qv0_84{color:var(--text-muted);font-size:12px;width:16px;text-align:center;transition:transform .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}._expandIcon_v7qv0_84:hover{color:var(--primary)}._sceneName_v7qv0_98{flex:1;color:var(--text-primary);font-size:14px;font-weight:600}._subSceneCount_v7qv0_105{color:var(--text-muted);font-size:12px}._subScenesList_v7qv0_110{margin-left:24px;margin-top:4px;display:flex;flex-direction:column;gap:6px}._subSceneEditForm_v7qv0_119{background:#fff;border-radius:14px;border:1px solid var(--border-light);padding:16px;box-shadow:var(--shadow-sm)}._subSceneEditForm_v7qv0_119 h4{color:var(--text-primary);margin:0 0 16px;font-size:14px;font-weight:600}._formField_v7qv0_134{margin-bottom:16px}._formField_v7qv0_134 label{display:block;color:var(--text-primary);font-size:12px;font-weight:500;margin-bottom:6px}._formValue_v7qv0_146{color:var(--text-secondary);font-size:13px;padding:8px 12px;background:#f9fafb;border-radius:8px;border:1px solid var(--border-light)}._formSelect_v7qv0_155{width:100%;padding:8px 12px;border-radius:8px;border:1px solid var(--border-light);background:#fff;color:var(--text-primary);font-size:13px;cursor:pointer;transition:all .2s ease}._formSelect_v7qv0_155:hover{border-color:#e03d4b59}._formSelect_v7qv0_155:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #e03d4b1a}._formActions_v7qv0_177{display:flex;gap:8px;margin-top:16px}._formBtn_v7qv0_183{flex:1;padding:8px 16px;border-radius:8px;border:none;background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}._formBtn_v7qv0_183:hover{transform:translateY(-1px);box-shadow:0 4px 12px #e03d4b40}._formBtnCancel_v7qv0_201{flex:1;padding:8px 16px;border-radius:8px;border:1px solid var(--border-light);background:#fff;color:var(--text-primary);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease}._formBtnCancel_v7qv0_201:hover{background:#f9fafb;border-color:#e03d4b59}._placedScene_1azj7_3{position:absolute;cursor:move;z-index:20;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:4px;pointer-events:auto;transform:translateZ(0);animation:_fadeIn_1azj7_1 .3s ease;will-change:transform,opacity}@keyframes _fadeIn_1azj7_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}._placedScene_1azj7_3:hover{transform:scale(1.1)}._sceneIcon_1azj7_33{width:100%;height:100%;object-fit:cover;border-radius:50%;border:2px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #0003;background:#fff;flex-shrink:0}._sceneLabel_1azj7_44{background:#fffffff2;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;color:var(--text-primary);white-space:nowrap;box-shadow:0 2px 6px #00000026;border:1px solid var(--border-light);max-width:120px;overflow:hidden;text-overflow:ellipsis;display:block;line-height:1.2}._panelContent_fdp06_2{display:flex;flex-direction:column;gap:24px}._panelHeader_fdp06_8{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_fdp06_16{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_fdp06_8 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_fdp06_32{margin:4px 0 0;color:#0000008c;font-size:.9rem}._npcLayout_fdp06_39{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:20px}._ghost_fdp06_46{border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghost_fdp06_46:hover{border-color:var(--primary);color:var(--primary)}._ghost_fdp06_46:disabled{background:#f0f0f0;color:#666;border-color:#f0f0f0;cursor:not-allowed}._ghost_fdp06_46:disabled:hover{border-color:#f0f0f0;color:#666}._generateButton_fdp06_75{display:flex;align-items:center;justify-content:center;gap:6px}._priceIcon_fdp06_82{width:16px;height:16px;object-fit:contain;flex-shrink:0}._buttonTextContainer_fdp06_89{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2}._buttonMainText_fdp06_97{line-height:1.2}._buttonSubText_fdp06_101{font-size:.7rem;color:#00000080;line-height:1;font-weight:400}._plusLoadingOverlay_fdp06_109{position:fixed;inset:0 0 0 280px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;pointer-events:auto;min-width:0;min-height:0;will-change:opacity}@keyframes _plusSpin_fdp06_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plusLoadingSpinner_fdp06_137{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:_plusSpin_fdp06_1 1s linear infinite;margin-bottom:10px;flex-shrink:0}._plusLoadingText_fdp06_148{color:#1a1a1a;font-size:14px;font-weight:500;flex-shrink:0;white-space:nowrap}._npcList_1gfs9_2{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 8px #0000000a;max-height:72vh;overflow-y:auto}._npcListHeader_1gfs9_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._npcListHeader_1gfs9_15 h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}._npcListContent_1gfs9_29{display:flex;flex-direction:column;gap:12px}._emptyState_1gfs9_35{text-align:center;padding:40px 20px;color:#0006}._emptyState_1gfs9_35 p{margin:8px 0}._emptyHint_1gfs9_45{font-size:.85rem;color:#0000004d}._npcCard_1gfs9_50{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:16px;cursor:pointer;background:#00000003;transition:.2s ease;position:relative}._npcCard_1gfs9_50:hover{background:#00000008}._npcCardActive_1gfs9_67{border-color:var(--primary);background:#e03d4b0a}._npcCardThumbnail_1gfs9_72{width:60px;height:60px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#0000000d}._npcCardThumbnail_1gfs9_72 img{width:100%;height:100%;object-fit:cover}._npcCardInfo_1gfs9_87{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._npcCardName_1gfs9_95{font-weight:600;font-size:.9rem;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._npcCardType_1gfs9_104{font-size:.75rem;color:#00000080}._npcCardDelete_1gfs9_109{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#0006;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;flex-shrink:0}._npcCardDelete_1gfs9_109:hover{background:#dc35451a;color:#dc3545}._npcDetail_12k4z_2{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a}._detailHeaderRow_12k4z_13{display:flex;align-items:center;justify-content:space-between;gap:16px}._detailHeader_12k4z_13 h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}._emptyDetail_12k4z_27{text-align:center;padding:60px 20px;color:#0006}._detailForm_12k4z_33{display:flex;flex-direction:row;gap:24px}._typeSwitchRow_12k4z_40{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:20px}._typeSwitchRow_12k4z_40 label{display:flex;flex-direction:column;gap:8px;width:100%}._typeLabel_12k4z_55{font-size:.9rem;font-weight:600;color:#1a1a1a}._typeSelectWrapper_12k4z_61{position:relative;width:100%}._typeSelect_12k4z_61{padding:10px 40px 10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;transition:.2s ease;background:#fff;cursor:pointer;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}._typeSelect_12k4z_61:focus{outline:none;border-color:var(--primary)}._typeSelectArrow_12k4z_86{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(0);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(0,0,0,.5);pointer-events:none;transition:transform .2s ease}._typeSelectArrowOpen_12k4z_100{transform:translateY(-50%) rotate(180deg)}._formSection_12k4z_105{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}._formGroup_12k4z_113,._formGroup_12k4z_113 label{display:flex;flex-direction:column;gap:10px}._formGroup_12k4z_113 label span{font-size:.9rem;font-weight:600;color:#1a1a1a}._formGroup_12k4z_113 input,._formGroup_12k4z_113 select,._formGroup_12k4z_113 textarea{padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;transition:.2s ease;background:#fff}._checkboxLabel_12k4z_144{display:flex;flex-direction:row!important;align-items:center;gap:8px;cursor:pointer}._checkboxLabel_12k4z_144 input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:var(--primary)}._checkboxLabel_12k4z_144 span{font-size:.9rem;font-weight:500;color:#1a1a1a;-webkit-user-select:none;user-select:none}._formGroup_12k4z_113 input:focus,._formGroup_12k4z_113 select:focus,._formGroup_12k4z_113 textarea:focus{outline:none;border-color:var(--primary)}._formGroup_12k4z_113 textarea{resize:vertical;min-height:80px}._imageUploadRow_12k4z_179{display:flex;flex-direction:row;gap:20px;align-items:stretch}._imagePromptSection_12k4z_187{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0;justify-content:space-between}._imagePromptInput_12k4z_196{width:100%;flex:1}._imagePromptInput_12k4z_196 textarea{width:100%;padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:200px;height:100%}._imagePromptInput_12k4z_196 textarea:focus{outline:none;border-color:var(--primary)}._imagePreviewSection_12k4z_219{display:flex;flex-direction:column;gap:12px;width:280px;flex-shrink:0}._imagePreviewWrapper_12k4z_227{position:relative;width:100%;aspect-ratio:1}._imagePreview_12k4z_219{width:100%;height:100%;border-radius:12px;overflow:hidden;background:#0000000d;border:1px solid rgba(0,0,0,.08)}._imagePreview_12k4z_219 img{width:100%;height:100%;object-fit:cover}._imagePlaceholder_12k4z_248{width:100%;height:100%;border-radius:12px;background:#0000000d;border:1px dashed rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;color:#0006;font-size:.85rem}._loadingOverlay_12k4z_262{position:absolute;inset:0;background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:12px}@keyframes _spin_12k4z_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingSpinner_12k4z_287{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid var(--primary);border-radius:50%;animation:_spin_12k4z_1 1s linear infinite;margin-bottom:8px;flex-shrink:0}._loadingText_12k4z_298{color:#1a1a1a;font-size:.85rem;font-weight:500;flex-shrink:0;white-space:nowrap}._imageUploadActions_12k4z_306{display:flex;gap:10px}._optionsHeader_12k4z_312{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}._optionsHeader_12k4z_312 span{font-size:.9rem;font-weight:600;color:#1a1a1a}._optionsList_12k4z_325{display:flex;flex-direction:column;gap:18px}._optionItem_12k4z_331{padding:16px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#00000003}._optionHeader_12k4z_338{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._optionHeader_12k4z_338 span{font-size:.85rem;font-weight:600;color:#0009}._optionFields_12k4z_351{display:flex;flex-direction:column;gap:14px}._optionFields_12k4z_351 label{display:flex;flex-direction:column;gap:6px}._optionFields_12k4z_351 label span{font-size:.85rem;font-weight:500;color:#1a1a1a}._optionFields_12k4z_351 input,._optionFields_12k4z_351 textarea{padding:8px 12px;border:1px solid rgba(0,0,0,.12);border-radius:8px;font-size:.85rem;font-family:inherit}._optionFields_12k4z_351 input:focus,._optionFields_12k4z_351 textarea:focus{outline:none;border-color:var(--primary)}._deleteButton_12k4z_384{padding:4px 10px;border-radius:6px;border:1px solid rgba(220,53,69,.3);background:transparent;color:#dc3545;font-size:.75rem;font-weight:600;cursor:pointer;transition:.2s ease}._deleteButton_12k4z_384:hover{background:#dc35451a;border-color:#dc3545}._emptyOptions_12k4z_401{text-align:center;padding:20px;color:#0006;font-size:.85rem}._formActions_12k4z_408{display:flex;justify-content:flex-end;margin-top:8px}._formActionsBottom_12k4z_414{display:flex;justify-content:flex-start;margin-top:12px;padding-top:8px}._loadingState_12k4z_421{text-align:center;padding:60px 20px;color:#0006}._labelRowWithCounter_12k4z_427{display:flex;justify-content:space-between;align-items:center;width:100%}._wordCounter_12k4z_434{margin-left:auto;font-size:.7rem!important;font-weight:400!important;color:#00000059!important}._panelContent_psdxy_2{display:flex;flex-direction:column;gap:24px}._panelHeader_psdxy_8{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}._eyebrow_psdxy_16{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.75rem;color:var(--primary);font-weight:600}._panelHeader_psdxy_8 h2{margin:4px 0 0;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_psdxy_32{margin:4px 0 0;color:#0000008c;font-size:.9rem}._objectsLayout_psdxy_39{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:20px}._ghost_psdxy_46{border-radius:12px;border:1px solid rgba(0,0,0,.12);padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff}._ghost_psdxy_46:hover{border-color:var(--primary);color:var(--primary)}._ghost_psdxy_46:disabled{background:#f0f0f0;color:#666;border-color:#f0f0f0;cursor:not-allowed}._ghost_psdxy_46:disabled:hover{border-color:#f0f0f0;color:#666}._generateButton_psdxy_75{display:flex;align-items:center;justify-content:center;gap:6px}._priceIcon_psdxy_82{width:16px;height:16px;object-fit:contain;flex-shrink:0}._buttonTextContainer_psdxy_89{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.2}._buttonMainText_psdxy_97{line-height:1.2}._buttonSubText_psdxy_101{font-size:.7rem;color:#00000080;line-height:1;font-weight:400}._plusLoadingOverlay_psdxy_109{position:fixed;inset:0 0 0 280px;background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;pointer-events:auto;min-width:0;min-height:0;will-change:opacity}@keyframes _plusSpin_psdxy_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._plusLoadingSpinner_psdxy_137{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid var(--primary);border-radius:50%;animation:_plusSpin_psdxy_1 1s linear infinite;margin-bottom:10px;flex-shrink:0}._plusLoadingText_psdxy_148{color:#1a1a1a;font-size:14px;font-weight:500;flex-shrink:0;white-space:nowrap}._objectsList_4zls8_2{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 2px 8px #0000000a;max-height:72vh;overflow-y:auto}._objectsListHeader_4zls8_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}._objectsListHeader_4zls8_15 h3{margin:0;font-size:1.1rem;color:#1a1a1a;font-weight:600}._objectsListContent_4zls8_29{display:flex;flex-direction:column;gap:12px}._emptyState_4zls8_35{text-align:center;padding:40px 20px;color:#0006}._emptyState_4zls8_35 p{margin:8px 0}._emptyHint_4zls8_45{font-size:.85rem;color:#0000004d}._objectCard_4zls8_50{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:16px;cursor:pointer;background:#00000003;transition:.2s ease;position:relative}._objectCard_4zls8_50:hover{background:#00000008}._objectCardActive_4zls8_67{border-color:var(--primary);background:#e03d4b0a}._objectCardThumbnail_4zls8_72{width:60px;height:60px;border-radius:12px;overflow:hidden;flex-shrink:0;background:#0000000d}._objectCardThumbnail_4zls8_72 img{width:100%;height:100%;object-fit:cover}._objectCardInfo_4zls8_87{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}._objectCardName_4zls8_95{font-weight:600;font-size:.9rem;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._objectCardCategory_4zls8_104{font-size:.75rem;color:#00000080}._objectCardDelete_4zls8_109{width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#0006;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;flex-shrink:0}._objectCardDelete_4zls8_109:hover{background:#dc35451a;color:#dc3545}._ghostSmall_cdyem_2{border-radius:999px;border:1px solid rgba(0,0,0,.12);padding:6px 14px;font-size:.85rem;font-weight:600;cursor:pointer;transition:.25s ease;color:#1a1a1a;background:#fff;flex-shrink:0}._ghostSmall_cdyem_2:hover{border-color:var(--primary);color:var(--primary)}._ghostSmall_cdyem_2:disabled{opacity:.5;cursor:not-allowed;background:#00000005}._ghostSmall_cdyem_2:disabled:hover{border-color:#0000001f;color:#1a1a1a}._primary_cdyem_31{border-radius:12px;border:none;padding:10px 20px;font-weight:600;cursor:pointer;transition:.25s ease;color:#fff;background:var(--primary)}._primary_cdyem_31:hover{background:#c93545}._primary_cdyem_31:disabled{opacity:.5;cursor:not-allowed}._required_cdyem_51{color:var(--primary)!important}._objectDetail_14vsa_2{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 2px 8px #0000000a}._emptyDetail_14vsa_13{text-align:center;padding:60px 20px;color:#0006}._detailForm_14vsa_19{display:flex;flex-direction:row;gap:24px}._formSection_14vsa_26{flex:1;display:flex;flex-direction:column;gap:24px;min-width:0}._formGroup_14vsa_34,._formGroup_14vsa_34 label{display:flex;flex-direction:column;gap:10px}._formGroup_14vsa_34 label span{font-size:.9rem;font-weight:600;color:#1a1a1a}._formGroup_14vsa_34 input,._formGroup_14vsa_34 select,._formGroup_14vsa_34 textarea{padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;transition:.2s ease;background:#fff}._formGroup_14vsa_34 input:focus,._formGroup_14vsa_34 select:focus,._formGroup_14vsa_34 textarea:focus{outline:none;border-color:var(--primary)}._formGroup_14vsa_34 textarea{resize:vertical;min-height:80px}._selectWrapper_14vsa_77{position:relative;width:100%}._select_14vsa_77{padding:10px 40px 10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;transition:.2s ease;background:#fff;cursor:pointer;width:100%;appearance:none;-webkit-appearance:none;-moz-appearance:none}._select_14vsa_77:focus{outline:none;border-color:var(--primary)}._selectArrow_14vsa_102{position:absolute;right:16px;top:50%;transform:translateY(-50%) rotate(0);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid rgba(0,0,0,.5);pointer-events:none;transition:transform .2s ease}._selectArrowOpen_14vsa_116{transform:translateY(-50%) rotate(180deg)}._imageUploadRow_14vsa_121{display:flex;flex-direction:row;gap:20px;align-items:stretch}._imagePromptSection_14vsa_128{flex:1;display:flex;flex-direction:column;gap:12px;min-width:0;justify-content:space-between}._imagePromptInput_14vsa_137{width:100%;flex:1}._imagePromptInput_14vsa_137 textarea{width:100%;padding:10px 14px;border:1px solid rgba(0,0,0,.12);border-radius:12px;font-size:.9rem;font-family:inherit;resize:vertical;min-height:120px;height:100%}._imagePromptInput_14vsa_137 textarea:focus{outline:none;border-color:var(--primary)}._imagePreviewSection_14vsa_159{display:flex;flex-direction:column;gap:12px;width:200px;flex-shrink:0}._imagePreviewWrapper_14vsa_167{position:relative;width:100%;aspect-ratio:1}._imagePreview_14vsa_159{width:100%;height:100%;border-radius:12px;overflow:hidden;background:#0000000d;border:1px solid rgba(0,0,0,.08)}._imagePreview_14vsa_159 img{width:100%;height:100%;object-fit:cover}._imagePlaceholder_14vsa_188{width:100%;height:100%;border-radius:12px;background:#0000000d;border:1px dashed rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;color:#0006;font-size:.85rem}._loadingOverlay_14vsa_201{position:absolute;inset:0;background:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:10;border-radius:12px}@keyframes _spin_14vsa_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingSpinner_14vsa_226{width:24px;height:24px;border:2px solid #f3f3f3;border-top:2px solid var(--primary);border-radius:50%;animation:_spin_14vsa_1 1s linear infinite;margin-bottom:8px;flex-shrink:0}._loadingText_14vsa_237{color:#1a1a1a;font-size:.85rem;font-weight:500;flex-shrink:0;white-space:nowrap}._formActionsBottom_14vsa_245{display:flex;justify-content:flex-start;margin-top:12px;padding-top:8px}._worldBook_j0r0s_1{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0}._header_j0r0s_9{flex-shrink:0}._header_j0r0s_9 h2{margin:0 0 6px;font-size:1.6rem;font-weight:700;color:#1a1a1a}._subtitle_j0r0s_20{margin:0;color:#0000008c;font-size:.9rem;line-height:1.5}._body_j0r0s_27{display:flex;flex:1;min-height:0;gap:0;border:1px solid rgba(224,61,75,.12);border-radius:16px;overflow:hidden;background:#fff}._subNav_j0r0s_38{flex:0 0 260px;min-width:220px;max-width:300px;border-right:1px solid rgba(224,61,75,.1);background:#fff8f980;padding:12px;overflow-y:auto;display:flex;flex-direction:column}._content_j0r0s_50{flex:1;min-width:0;overflow-y:auto;padding:24px}._empty_j0r0s_57{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:280px;text-align:center;color:#0000008c;padding:32px 24px}._emptyTitle_j0r0s_69{margin:0;font-size:1.1rem;font-weight:600;color:#1a1a1a}._emptyHint_j0r0s_76{margin:0;max-width:320px;font-size:.92rem;line-height:1.6}@media(max-width:900px){._body_j0r0s_27{flex-direction:column}._subNav_j0r0s_38{flex:0 0 auto;max-width:none;border-right:none;border-bottom:1px solid rgba(224,61,75,.1);max-height:220px}._content_j0r0s_50{padding:16px}}._section_en2wi_1{display:flex;flex-direction:column;gap:8px}._sectionWorldBook_en2wi_7{flex:1;min-height:0}._itemRow_en2wi_12{position:relative;width:100%;padding:0;display:flex;align-items:stretch}._itemMain_en2wi_20{flex:1;min-width:0;width:100%;border:none;background:transparent;text-align:left;cursor:pointer;padding:14px 16px;color:inherit;font-size:inherit;font-weight:inherit;display:flex;align-items:flex-start;transition:padding-right .2s ease}._itemRow_en2wi_12:hover:not(._disabled_en2wi_37) ._itemMain_en2wi_20,._itemRow_en2wi_12:focus-within:not(._disabled_en2wi_37) ._itemMain_en2wi_20{padding-right:36px}._itemActions_en2wi_42{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px;opacity:0;pointer-events:none;transition:opacity .2s ease}._itemRow_en2wi_12:hover:not(._disabled_en2wi_37) ._itemActions_en2wi_42,._itemRow_en2wi_12:focus-within:not(._disabled_en2wi_37) ._itemActions_en2wi_42{opacity:1;pointer-events:auto}._iconBtn_en2wi_61{width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:var(--primary);display:grid;place-items:center;cursor:pointer;font-size:.85rem;transition:background .2s ease}._iconBtn_en2wi_61:hover{background:#e03d4b1a}._addBtn_en2wi_79{margin-top:4px;border-radius:14px;border:1px dashed rgba(224,61,75,.35);background:#ffffffe6;color:var(--primary);padding:14px 16px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}._addBtn_en2wi_79:hover:not(:disabled){background:#e03d4b0f;border-style:solid}._addBtnActive_en2wi_102{border-style:solid;border-color:#e03d4b42;background:linear-gradient(135deg,#fff4f5f5,#fff);box-shadow:0 6px 14px #e03d4b14}._addBtnDisabled_en2wi_109{opacity:.45;cursor:not-allowed}._addIcon_en2wi_114{font-size:1.25rem;line-height:1;font-weight:400}@media(max-width:1080px){._section_en2wi_1:not(._sectionWorldBook_en2wi_7){display:contents}._section_en2wi_1:not(._sectionWorldBook_en2wi_7) ._itemRow_en2wi_12{flex:0 0 auto;min-width:140px}._section_en2wi_1:not(._sectionWorldBook_en2wi_7) ._addBtn_en2wi_79{flex:0 0 auto;min-width:92px;margin-top:0;padding:10px 14px;width:auto}}@media(max-width:768px){._itemMain_en2wi_20 small{display:block;font-size:.68rem}}@media(hover:none){._itemRow_en2wi_12 ._itemActions_en2wi_42{opacity:1;pointer-events:auto}._itemRow_en2wi_12 ._itemMain_en2wi_20{padding-right:36px}}._panel_ohkac_1{display:flex;flex-direction:column;gap:24px;max-width:760px}._header_ohkac_8 h2{margin:0 0 4px;font-size:1.6rem;color:#1a1a1a;font-weight:700}._subtitle_ohkac_15{margin:0;color:#0000008c;font-size:.9rem}._form_ohkac_21{display:flex;flex-direction:column;gap:20px}._field_ohkac_27{display:flex;flex-direction:column;gap:8px}._field_ohkac_27>span{font-size:.92rem;font-weight:600;color:#1a1a1a}._fieldLabelRow_ohkac_39{display:flex;align-items:center;gap:4px;font-size:.92rem;font-weight:600;color:#1a1a1a}._required_ohkac_48{color:var(--primary);margin-left:4px}._field_ohkac_27 input[type=text]{border-radius:12px;border:1px solid rgba(224,61,75,.28);padding:12px 14px;font-size:.95rem;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease}._field_ohkac_27 input[type=text]:focus{outline:none;border-color:#e03d4b8c;box-shadow:0 0 0 3px #e03d4b14}._fieldCheckbox_ohkac_68{display:flex;align-items:center;gap:8px;font-size:.92rem;color:#1a1a1a}._constantRow_ohkac_76{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._fieldCheckbox_ohkac_68 input{width:16px;height:16px;accent-color:var(--primary)}._tipWrap_ohkac_89{position:relative;display:inline-flex;align-items:center}._tipBtn_ohkac_95{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:transparent;color:#00000073;cursor:help;transition:color .2s ease,background .2s ease}._tipBtn_ohkac_95:hover:not(:disabled),._tipBtn_ohkac_95:focus-visible{color:var(--primary);background:#e03d4b14;outline:none}._tipBtn_ohkac_95:disabled{opacity:.5;cursor:not-allowed}._tipBubble_ohkac_122{position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);z-index:20;width:max-content;max-width:280px;padding:10px 12px;border-radius:10px;background:#1a1a1aeb;color:#fff;font-size:.8rem;line-height:1.5;box-shadow:0 8px 24px #0000002e;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease}._tipWrap_ohkac_89:hover ._tipBubble_ohkac_122,._tipWrap_ohkac_89:focus-within ._tipBubble_ohkac_122{opacity:1;visibility:visible}@media(max-width:720px){._tipBubble_ohkac_122{left:auto;right:0;top:calc(100% + 8px);transform:none}}._descHint_ohkac_158{color:#00000073;font-size:.8rem}._descOver_ohkac_163{color:var(--primary);font-size:.8rem}._actions_ohkac_168{display:flex;gap:12px;flex-wrap:wrap}._confirmBtn_ohkac_174,._cancelBtn_ohkac_175{border-radius:12px;padding:10px 22px;font-size:.92rem;font-weight:600;cursor:pointer;border:1px solid rgba(224,61,75,.35);background:#fff;color:var(--primary);transition:all .2s ease}._confirmBtn_ohkac_174{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-color:transparent}._confirmBtn_ohkac_174:hover:not(:disabled),._cancelBtn_ohkac_175:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #e03d4b1f}._confirmBtn_ohkac_174:disabled,._cancelBtn_ohkac_175:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}._wrapper_xepnj_1{width:100%}._textarea_xepnj_5,._preview_xepnj_6{width:100%;min-height:220px;border-radius:14px;border:1px solid rgba(224,61,75,.28);background:#fff;box-sizing:border-box;font-size:.95rem;line-height:1.6;color:#1a1a1a;transition:border-color .2s ease,box-shadow .2s ease}._textarea_xepnj_5{padding:16px 18px;resize:vertical;font-family:inherit}._textarea_xepnj_5:focus{outline:none;border-color:#e03d4b8c;box-shadow:0 0 0 3px #e03d4b14}._preview_xepnj_6{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;padding:16px 18px;text-align:left;cursor:text;font-family:inherit;font-weight:inherit}._preview_xepnj_6:hover:not(:disabled){border-color:#e03d4b73;background:#fff4f559}._preview_xepnj_6:disabled{opacity:.55;cursor:not-allowed}._previewEmpty_xepnj_53{color:#00000073}._placeholder_xepnj_57{font-size:.92rem}._markdownBody_xepnj_61{width:100%}._markdownBody_xepnj_61>*:first-child{margin-top:0}._markdownBody_xepnj_61 p{margin:0 0 .75em}._markdownBody_xepnj_61 p:last-child{margin-bottom:0}._markdownBody_xepnj_61 ul,._markdownBody_xepnj_61 ol{margin:0 0 .75em;padding-left:1.25em}._markdownBody_xepnj_61 h1,._markdownBody_xepnj_61 h2,._markdownBody_xepnj_61 h3{margin:0 0 .5em;font-weight:700}._markdownBody_xepnj_61 h1{font-size:1.35rem}._markdownBody_xepnj_61 h2{font-size:1.2rem}._markdownBody_xepnj_61 h3{font-size:1.05rem}._markdownBody_xepnj_61 code{background:#0f172a0f;padding:.1em .35em;border-radius:4px;font-size:.9em}._markdownBody_xepnj_61 pre{background:#0f172a0f;padding:12px;border-radius:10px;overflow-x:auto}._page_u486a_3{width:100%;height:100vh;background:#f7f9fc;display:flex;align-items:center;justify-content:center;overflow:hidden}._mapContainer_u486a_13{position:relative;width:25.875rem;height:56rem;max-width:100%;max-height:100vh;background-color:#fff;background-size:cover;background-position:center;border-radius:0;box-shadow:none;overflow:hidden;display:flex;flex-direction:column}._topButtonsContainer_u486a_30{position:absolute;top:.625rem;right:1.25rem;z-index:2000;display:flex;gap:.75rem;align-items:center}._topButtonsContainerAligned_u486a_41{top:1rem}._buttonItem_u486a_45{flex-shrink:0;width:2.625rem;height:2.625rem;background:#25252557;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);position:relative;overflow:hidden;border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease}._buttonItem_u486a_45:active{transform:rotate(45deg) scale(.95)}._buttonItemActive_u486a_65{background:#fb46554d;border-color:#fb465580;box-shadow:0 .125rem .75rem #fb46554d}._buttonItem_u486a_45 ._buttonInner_u486a_71{width:100%;height:100%;padding:0;border:none;border-radius:.75rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .3s ease;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.125rem;position:relative;transform:rotate(-45deg);outline:none;-webkit-tap-highlight-color:transparent}._buttonItem_u486a_45 ._buttonInner_u486a_71 img,._buttonItem_u486a_45 ._buttonInner_u486a_71 svg{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._buttonItem_u486a_45 ._buttonInner_u486a_71 span{font-weight:600;font-size:.5625rem;text-align:center;line-height:1.2;white-space:nowrap}._errorState_u486a_110{text-align:center;color:#333}._errorState_u486a_110 h2{margin-bottom:.625rem;color:var(--primary)}._errorState_u486a_110 p{margin-bottom:1.25rem;color:#666}._errorState_u486a_110 button{padding:.625rem 1.875rem;background:var(--primary);color:#fff;border:none;border-radius:.375rem;cursor:pointer;font-size:.875rem;transition:background .3s}._errorState_u486a_110 button:hover{background:#c9303e}@media(min-width:1024px){._mapContainer_u486a_13{border-radius:1.25rem;box-shadow:0 1rem 2.25rem #0000002e;border:.0625rem solid rgba(0,0,0,.06)}}._scrollArea_u486a_149{flex:1;width:100%;height:100%;overflow:auto;position:relative;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;cursor:grab}._scrollArea_u486a_149:active{cursor:grabbing}._scrollArea_u486a_149::-webkit-scrollbar{display:none}._mapOverlay_u486a_169{position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0f,#0000000d);pointer-events:none;z-index:1}._mapSvg_u486a_177{display:block;min-width:100%;min-height:100%;z-index:2;overflow:visible}._sceneNode_u486a_187{cursor:pointer;transition:filter .2s ease;transform-origin:center center;transform-box:fill-box;will-change:transform}._sceneNode_u486a_187:hover{filter:drop-shadow(0 0 .5rem rgba(255,255,255,.5));z-index:10}._sceneItem_u486a_202{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;transition:transform .2s ease}._sceneNode_u486a_187:hover ._sceneItem_u486a_202{transform:scale(1.05)}._sceneThumb_u486a_218{width:3.75rem;height:3.75rem;border-radius:50%;position:relative;z-index:2;border:.125rem solid #e8eaef;box-shadow:0 .25rem .625rem #0000002e,inset 0 0 .375rem #0003;background:#f4f6fa;overflow:hidden;transition:border-color .3s,box-shadow .3s}._sceneNode_u486a_187:hover ._sceneThumb_u486a_218{border-color:#fff;box-shadow:0 0 0 .125rem #ffffff80,0 .375rem .875rem #0003}._sceneThumb_u486a_218 img{width:100%;height:100%;object-fit:cover}._sceneName_u486a_251{margin-top:.125rem;z-index:3;color:#fff;padding:.125rem .5rem;border-radius:.625rem;font-size:.6875rem;font-weight:600;border:.0625rem solid rgba(0,0,0,.08);box-shadow:0 .125rem .375rem #0000001f;white-space:nowrap;text-align:center;max-width:6.25rem;overflow:hidden;text-overflow:ellipsis;transition:background-color .3s,color .3s}._sceneNode_u486a_187:hover ._sceneName_u486a_251{background:#f0f4ff;color:#111}@media(max-width:768px){._mapContainer_u486a_13{width:100%;height:100vh;border-radius:0;box-shadow:none}}._mapContainer_10hp9_3{width:100%;height:100vh;display:flex;flex-direction:column;color:#fff;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}._titleBar_10hp9_14{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}._closeTitleBar_10hp9_22{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}._titleText_10hp9_30{font-size:1rem;font-weight:600;color:#fff;text-align:center;background:#0000002f;width:10rem;border-radius:999px;padding:.625rem;cursor:pointer}._backButton_10hp9_42{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;border-radius:50%;transition:all .2s ease;flex-shrink:0}._backButton_10hp9_42:hover{transform:scale(1.1)}._mapContent_10hp9_61{flex:1;overflow:hidden;display:flex;justify-content:center;align-items:center}._mapCanvas_10hp9_69{position:relative;border-radius:8px;overflow:hidden}._sceneNode_10hp9_76{position:absolute;cursor:pointer;transition:transform .2s ease}._sceneNode_10hp9_76:hover{transform:scale(1.1)}._subsceneNode_10hp9_86{position:absolute;cursor:pointer;transition:transform .2s ease}._subsceneNode_10hp9_86:hover{transform:scale(1.1)}._nodeImageContainer_10hp9_97{width:100%;height:100%;border-radius:50%;overflow:hidden;border:.125rem solid rgba(255,255,255,.8)}._sceneNode_10hp9_76 ._nodeImageContainer_10hp9_97{border-width:.1875rem;border-color:#fffc}._subsceneNode_10hp9_86 ._nodeImageContainer_10hp9_97{border-width:.125rem;border-color:#fffc}._nodeImage_10hp9_97{width:100%;height:100%;object-fit:cover}._eventLocation_10hp9_122{position:absolute;top:-1rem;right:-.625rem;font-size:2rem;font-weight:700;z-index:10}._eventLocation_10hp9_122 img{width:1.875rem;height:1.875rem;object-fit:cover}._nodeText_10hp9_138{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700}._nodeName_10hp9_150{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.375rem;padding:.125rem .5rem;color:#fff;background:#0000008c;border-radius:.25rem;font-size:.75rem;white-space:nowrap;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}._loadingState_10hp9_166,._emptyState_10hp9_175{display:flex;align-items:center;justify-content:center;flex:1;font-size:1rem;color:#ffffffb3}._initOverlay_10hp9_185{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;z-index:1000;color:#fff;font-size:1rem}._initSpinner_10hp9_201{width:2.5rem;height:2.5rem;border:.25rem solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_10hp9_1 1s linear infinite;margin-bottom:.75rem}@keyframes _spin_10hp9_1{to{transform:rotate(360deg)}}._sceneViewContainer_1dv2q_3{width:100%;height:100vh;display:flex;flex-direction:column;color:#fff;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}._titleBar_1dv2q_14{padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent);flex-shrink:0;position:relative;z-index:1}._titleText_1dv2q_25{font-size:1rem;font-weight:600;color:#fff;text-align:center;background:#0000002f;width:10rem;border-radius:999px;padding:.625rem;cursor:pointer;transition:all .2s ease}._titleText_1dv2q_25:hover{background:#0000004f;transform:scale(1.05)}._sceneContent_1dv2q_44{flex:1;overflow:hidden;display:flex;justify-content:center;align-items:center;position:relative;z-index:1}._sceneCanvas_1dv2q_54{position:relative;border-radius:8px;overflow:hidden}._subsceneNode_1dv2q_61{position:absolute;cursor:pointer;transition:transform .2s ease}._subsceneNode_1dv2q_61:hover{transform:scale(1.1)}._nodeImageContainer_1dv2q_72{width:100%;height:100%;border-radius:50%;overflow:visible;border:.125rem solid rgba(255,255,255,.8);position:relative}._nodeImage_1dv2q_72{width:100%;height:100%;object-fit:cover;border-radius:50%}._eventLocation_1dv2q_91{position:absolute;top:-1rem;right:-.625rem;font-size:2rem;font-weight:700;z-index:10}._eventLocation_1dv2q_91 img{width:1.875rem;height:1.875rem;object-fit:cover}._nodeText_1dv2q_107{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;background:#00000080}._nodeName_1dv2q_120{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.375rem;padding:.125rem .5rem;color:#fff;background:#0000008c;border-radius:.25rem;font-size:.75rem;white-space:nowrap;-webkit-backdrop-filter:blur(.25rem);backdrop-filter:blur(.25rem)}._initOverlay_1dv2q_136{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#00000080;z-index:1000;color:#fff;font-size:1rem}._initSpinner_1dv2q_152{width:2.5rem;height:2.5rem;border:.25rem solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1dv2q_1 1s linear infinite;margin-bottom:.75rem}@keyframes _spin_1dv2q_1{to{transform:rotate(360deg)}}._emptyState_1dv2q_166{display:flex;align-items:center;justify-content:center;flex:1;font-size:1rem;color:#ffffffb3}._modalOverlay_1xnw6_1{position:absolute;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:2000;animation:_fadeIn_1xnw6_1 .3s ease-out}._modalContent_1xnw6_13{background:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:2.5rem 1.875rem 1.875rem;box-sizing:border-box;position:relative;overflow:hidden}._modalHeader_1xnw6_27{flex-shrink:0;text-align:center;margin-bottom:3.125rem;z-index:1}._modalTitle_1xnw6_34{font-size:1.75rem;font-weight:600;color:#fff;margin:0;text-shadow:0 .125rem .5rem rgba(0,0,0,.7);letter-spacing:.0625rem}._modalBody_1xnw6_43{min-height:18.75rem;overflow-y:auto;display:flex;align-items:start;justify-content:center;width:100%;margin:0 auto;z-index:1}._preambleText_1xnw6_54{color:#fff;font-size:1rem;line-height:1.8;letter-spacing:.0625rem;text-align:center;margin:0;padding:1.25rem;background:#0000004d;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);border-radius:.75rem;border:.0625rem solid rgba(255,255,255,.15);box-shadow:0 .25rem 1.25rem #0000004d;word-break:break-word;max-width:43.75rem;min-height:5rem;max-height:24.5rem;overflow-y:auto}._modalFooter_1xnw6_75{flex-shrink:0;padding:1.5rem 1.25rem 0;display:flex;justify-content:center;width:100%;z-index:1}._startButton_1xnw6_84{padding:.875rem 3rem;background:#0000004d;backdrop-filter:blur(.5rem);-webkit-backdrop-filter:blur(.5rem);color:#fff;border:.0625rem solid rgba(255,255,255,.3);border-radius:.625rem;font-size:1.0625rem;font-weight:500;cursor:pointer;transition:all .3s ease;letter-spacing:.03125rem;box-shadow:0 .125rem .5rem #0003}._startButton_1xnw6_84:hover:not(:disabled){border-color:#ffffff80;transform:translateY(-.125rem);box-shadow:0 .25rem .75rem #0000004d}._startButton_1xnw6_84:active:not(:disabled){transform:translateY(0)}._startButton_1xnw6_84:disabled{opacity:.5;cursor:not-allowed;transform:none}._loading_1xnw6_116{display:inline-flex;align-items:center;justify-content:center;gap:.375rem}._loadingDot_1xnw6_123{width:.5rem;height:.5rem;border-radius:50%;background-color:currentColor;animation:_loadingBounce_1xnw6_1 1.4s infinite ease-in-out}._loadingDot_1xnw6_123:nth-child(1){animation-delay:-.32s}._loadingDot_1xnw6_123:nth-child(2){animation-delay:-.16s}._loadingDot_1xnw6_123:nth-child(3){animation-delay:0s}@keyframes _loadingBounce_1xnw6_1{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-.5rem);opacity:1}}._cursor_1xnw6_154{display:inline-block;width:.125rem;height:1em;background-color:#fff;margin-left:.125rem;animation:_blink_1xnw6_1 1s infinite;vertical-align:baseline}@keyframes _blink_1xnw6_1{0%,50%{opacity:1}51%,to{opacity:0}}@media(max-width:768px){._modalContent_1xnw6_13{width:100%;height:100%;padding:1.875rem 1.25rem 1.25rem}._modalTitle_1xnw6_34{font-size:1.5rem}._preambleText_1xnw6_54{font-size:1rem;line-height:1.8;letter-spacing:.0625rem;padding:1.25rem}._modalFooter_1xnw6_75{padding:1.25rem 1rem 0}._startButton_1xnw6_84{padding:.75rem 2.5rem;font-size:1rem}}._container_z2h5r_4{width:100%;height:100%;position:relative;overflow:hidden;font-family:system-ui,-apple-system,sans-serif}._backgroundLayer_z2h5r_13{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:1;filter:brightness(.9)}._contentLayer_z2h5r_27{position:relative;width:100%;height:100%;z-index:2}._npcLayer_z2h5r_35{position:absolute;inset:0;pointer-events:none}._npcContainer_z2h5r_45{position:absolute;width:6.25rem;height:9.375rem;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer}._npcImage_z2h5r_57{width:6.25rem;height:9.375rem;object-fit:contain;filter:drop-shadow(0 .625rem 1.875rem rgba(0,0,0,.7));transform-origin:center center;transition:transform .3s ease;position:relative}._eventLocation_z2h5r_67{position:absolute;top:-1.125rem;right:1.125rem;width:1.875rem;height:1.875rem;z-index:20;filter:drop-shadow(0 .125rem .5rem rgba(0,0,0,.3))}._titleBar_z2h5r_78{position:absolute;top:0;left:0;right:0;padding:.75rem 1rem;display:flex;align-items:center;justify-content:center;z-index:20;background:linear-gradient(to bottom,rgba(0,0,0,.7),transparent)}._titleText_z2h5r_91{font-size:1rem;font-weight:600;color:#fff;text-align:center;background:#0000002f;width:10rem;border-radius:999px;padding:.625rem;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);cursor:pointer}._loadingContainer_z2h5r_105{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1a1a2e;color:#fff}._loadingSpinner_z2h5r_116{width:2.5rem;height:2.5rem;border:.1875rem solid rgba(255,255,255,.1);border-radius:50%;border-top-color:#667eea;animation:_spin_z2h5r_1 1s ease-in-out infinite;margin-bottom:1rem}@keyframes _spin_z2h5r_1{to{transform:rotate(360deg)}}._loadingText_z2h5r_130{font-size:1rem;opacity:.8}._functionalNPCLayer_z2h5r_136{position:absolute;inset:0;pointer-events:none}._functionalNPCContainer_z2h5r_146{pointer-events:auto;cursor:pointer}._functionalNPCImage_z2h5r_152{display:block;-webkit-user-select:none;user-select:none}._functionalNPCButton_z2h5r_158{-webkit-user-select:none;user-select:none;transition:all .2s ease}._functionalNPCButton_z2h5r_158:hover{transform:scale(1.05);box-shadow:0 .375rem 1rem #0006!important}._modal_1tdt2_1{position:absolute;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeIn_1tdt2_1 .3s ease-out;width:100%;height:100%}@keyframes _fadeIn_1tdt2_1{0%{opacity:0}to{opacity:1}}._modalContent_1tdt2_27{background-image:url(/funloom/data/asset/%E5%BB%BA%E7%AD%91%E9%80%89%E9%A1%B9%E6%A1%86/%E6%A1%86.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;border-radius:16px;width:90%;max-width:500px;max-height:76vh;overflow-y:auto;box-shadow:0 10px 40px #0000004d;animation:_slideUp_1tdt2_1 .3s ease-out;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 18px}@keyframes _slideUp_1tdt2_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._eventImage_1tdt2_58{width:100%;height:200px;overflow:hidden;border-radius:5px;position:relative;box-sizing:border-box}._eventImage_1tdt2_58 img{width:100%;height:100%;object-fit:cover}._closeBtn_1tdt2_73{position:absolute;top:0;right:10px;width:46px;height:46px;cursor:pointer}._closeBtn_1tdt2_73 img{width:100%;height:100%;object-fit:contain}._eventDescription_1tdt2_88{width:70%;margin-top:20px}._eventDescription_1tdt2_88 p{color:#b24f1b;font-size:1.2rem;font-weight:600;text-align:center}._eventOptions_1tdt2_100{padding:0 24px 24px;display:flex;flex-direction:column;gap:6px;width:80%;margin-top:16px}._eventOption_1tdt2_100{width:100%;height:32px;background-image:url(/funloom/data/asset/%E5%BB%BA%E7%AD%91%E9%80%89%E9%A1%B9%E6%A1%86/%E6%8C%89%E9%92%AE.png);background-size:100% 100%;background-position:center;background-repeat:no-repeat;color:#e4d2a9;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;text-align:center;line-height:32px;text-shadow:1px 1px 1px #7a5231,-1px -1px 1px #7a5231,1px -1px 1px #7a5231,-1px 1px 1px #7a5231,0 0 4px #7a5231;padding:0}@media(max-width:768px){._modalContent_1tdt2_27{width:95%;max-height:90vh}._eventImage_1tdt2_58{height:150px}._eventDescription_1tdt2_88{padding:20px 0 16px}._eventOptions_1tdt2_100{padding:0 20px 20px}._eventOption_1tdt2_100{font-size:.9rem}}._pageRoot_1s0v1_1{position:absolute;inset:0;width:100%;height:100%;background:#000;display:flex;justify-content:center;align-items:flex-start;z-index:1000}._mainContent_1s0v1_13{width:100%;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}._topHeader_1s0v1_23{background:#37333480;padding:.625rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#fff;font-size:.875rem;font-weight:600;position:relative;z-index:100;width:fit-content;margin:0 auto;border-radius:1.25rem;margin-top:1rem;margin-bottom:.75rem;min-width:11.25rem;transition:all .3s ease;flex-shrink:0;line-height:1.5;cursor:pointer}._backButton_1s0v1_47{position:absolute;left:1.25rem;top:2.0625rem;transform:translateY(-50%);width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#0000004d;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);border-radius:50%;cursor:pointer;transition:all .2s ease;z-index:101}._backButton_1s0v1_47:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}._backButton_1s0v1_47 svg{font-size:1.125rem;color:#fff}._topHeader_1s0v1_23 svg{font-size:1.125rem}._interactButtonsContainer_1s0v1_79{position:absolute;top:4.375rem;right:1.25rem;z-index:2001;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end}._topAttributesButton_1s0v1_90{position:relative;width:2.625rem;height:2.625rem;background:#25252557;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease;z-index:101;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}._topAttributesButton_1s0v1_90:active{transform:rotate(45deg) scale(.95)}._topAttributesButtonActive_1s0v1_114{background:#fb46554d;border-color:#fb465580;box-shadow:0 .125rem .75rem #fb46554d}._topAttributesButton_1s0v1_90 ._buttonInner_1s0v1_120{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;transform:rotate(-45deg);color:#fff;gap:.125rem;font-size:.75rem}._topAttributesButton_1s0v1_90 ._buttonInner_1s0v1_120 svg{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._topAttributesButton_1s0v1_90 ._buttonInner_1s0v1_120 span{font-size:.5625rem;font-weight:600;line-height:1.2;text-align:center;white-space:nowrap}._topHeaderTextMode_1s0v1_149{background:linear-gradient(135deg,#e03d4b26,#e03d4b14);border:.0625rem solid rgba(224,61,75,.3);color:#fffffff2;box-shadow:0 .25rem 1.25rem #e03d4b33,inset 0 .0625rem #ffffff1a;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}._topHeaderTextMode_1s0v1_149 svg{color:var(--primary)}._characterContainer_1s0v1_161{position:absolute;bottom:0;width:100%;max-width:100%;height:80vh;max-height:min(80vh,44.8rem);z-index:120;display:flex;align-items:flex-end;justify-content:flex-end;pointer-events:none;overflow:hidden}._characterSlideLeft_1s0v1_176{position:absolute;left:0;width:100%;height:100%;animation:_fadeSlideInFromLeft_1s0v1_1 1s cubic-bezier(.4,0,.2,1)}._characterSlideLeft_1s0v1_176 ._characterImage_1s0v1_184{object-position:bottom left;width:150%;max-width:none;max-height:100%;margin-left:-20%}._characterSlideRight_1s0v1_192{position:absolute;right:0;width:100%;height:100%;animation:_fadeSlideInFromRight_1s0v1_1 1s cubic-bezier(.4,0,.2,1)}._characterSlideRight_1s0v1_192 ._characterImage_1s0v1_184{object-position:bottom right;width:150%;max-width:none;max-height:100%;margin-right:-20%}@keyframes _fadeSlideInFromLeft_1s0v1_1{0%{transform:translate(-.9375rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _fadeSlideInFromRight_1s0v1_1{0%{transform:translate(.9375rem);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _characterJumpLeft_1s0v1_308{0%{transform:translate(0) translateY(0)}12.5%{transform:translate(1.25rem) translateY(-1.25rem)}25%{transform:translate(2.1875rem) translateY(-2.1875rem)}37.5%{transform:translate(2.5rem) translateY(-1.25rem)}50%{transform:translate(2.5rem) translateY(0)}62.5%{transform:translate(3.125rem) translateY(-1.25rem)}75%{transform:translate(3.4375rem) translateY(-2.1875rem)}87.5%{transform:translate(3.75rem) translateY(-1.25rem)}to{transform:translate(3.75rem) translateY(0)}}@keyframes _characterJumpRight_1s0v1_312{0%{transform:translate(0) translateY(0)}12.5%{transform:translate(-1.25rem) translateY(-1.25rem)}25%{transform:translate(-2.1875rem) translateY(-2.1875rem)}37.5%{transform:translate(-2.5rem) translateY(-1.25rem)}50%{transform:translate(-2.5rem) translateY(0)}62.5%{transform:translate(-3.125rem) translateY(-1.25rem)}75%{transform:translate(-3.4375rem) translateY(-2.1875rem)}87.5%{transform:translate(-3.75rem) translateY(-1.25rem)}to{transform:translate(-3.75rem) translateY(0)}}._characterJumpLeft_1s0v1_308{animation:_characterJumpLeft_1s0v1_308 .8s ease-in-out forwards}._characterJumpRight_1s0v1_312{animation:_characterJumpRight_1s0v1_312 .8s ease-in-out forwards}@keyframes _worldVibration_1s0v1_1{0%{transform:translate(0) rotate(0)}10%{transform:translate(-.1875rem,-.1875rem) rotate(-.5deg)}20%{transform:translate(.25rem,.125rem) rotate(.3deg)}30%{transform:translate(-.25rem,.125rem) rotate(-.3deg)}40%{transform:translate(.1875rem,-.125rem) rotate(.2deg)}50%{transform:translate(-.125rem,.0625rem) rotate(-.1deg)}60%{transform:translate(.125rem,-.0625rem) rotate(.1deg)}70%{transform:translate(-.0625rem) rotate(-.05deg)}80%{transform:translate(.0625rem,.0625rem) rotate(.05deg)}90%{transform:translate(-.0625rem,-.0625rem) rotate(-.03deg)}to{transform:translate(0) rotate(0)}}@keyframes _worldVibrationSlow_1s0v1_1{0%{transform:translate(0)}15%{transform:translate(-.375rem,-.1875rem)}30%{transform:translate(.25rem,.125rem)}45%{transform:translate(-.25rem,.1875rem)}60%{transform:translate(.1875rem,-.125rem)}75%{transform:translate(-.125rem,.0625rem)}to{transform:translate(0)}}@keyframes _worldVibrationFast_1s0v1_1{0%{transform:translate(0)}8%{transform:translate(-.1875rem,-.125rem)}16%{transform:translate(.25rem,.0625rem)}24%{transform:translate(-.125rem,.1875rem)}32%{transform:translate(.1875rem,-.0625rem)}40%{transform:translate(-.0625rem,-.125rem)}48%{transform:translate(.125rem,.125rem)}56%{transform:translate(-.0625rem,-.1875rem)}64%{transform:translate(.0625rem,.0625rem)}72%{transform:translateY(.0625rem)}80%{transform:translate(.0625rem)}88%{transform:translateY(.0625rem)}96%{transform:translate(.0625rem)}to{transform:translate(0)}}@keyframes _intenseShake_1s0v1_1{0%{transform:translate(0)}10%{transform:translate(-.125rem,-.125rem)}20%{transform:translate(.125rem,.125rem)}30%{transform:translate(-.125rem,.125rem)}40%{transform:translate(.125rem,-.125rem)}50%{transform:translate(-.0625rem,.0625rem)}60%{transform:translate(.0625rem,-.0625rem)}70%{transform:translate(-.0625rem,-.0625rem)}80%{transform:translate(.0625rem,.0625rem)}90%{transform:translate(0)}to{transform:translate(0)}}@keyframes _worldVibrationFast0_1s0v1_1{0%{transform:translate(0)}8%{transform:translate(-.25rem,-.1875rem)}16%{transform:translate(.3125rem,.125rem)}24%{transform:translate(-.1875rem,.25rem)}32%{transform:translate(.25rem,-.125rem)}40%{transform:translate(-.125rem,-.1875rem)}48%{transform:translate(.1875rem,.1875rem)}56%{transform:translate(-.125rem,-.25rem)}64%{transform:translate(.125rem,.125rem)}72%{transform:translate(-.0625rem,.125rem)}80%{transform:translate(.125rem,-.0625rem)}88%{transform:translate(-.0625rem,.125rem)}96%{transform:translate(.125rem,-.0625rem)}to{transform:translate(.0625rem,-.0625rem)}}@keyframes _worldVibrationBalanced_1s0v1_1{0%{transform:translate(0) rotate(0)}12%{transform:translate(-.5rem,-.3125rem) rotate(-.5deg)}24%{transform:translate(.4375rem,.375rem) rotate(.4deg)}36%{transform:translate(.375rem,-.25rem) rotate(.3deg)}48%{transform:translate(-.375rem,.3125rem) rotate(-.3deg)}60%{transform:translate(-.4375rem,.25rem) rotate(-.4deg)}72%{transform:translate(.3125rem,-.375rem) rotate(.2deg)}84%{transform:translate(-.1875rem,-.1875rem) rotate(-.1deg)}96%{transform:translate(.125rem,.125rem) rotate(.1deg)}to{transform:translate(0) rotate(0)}}@keyframes _worldVibrationIntense_1s0v1_1{0%{transform:translate(0) rotate(0)}5%{transform:translate(-.375rem,-.3125rem) rotate(-.8deg)}10%{transform:translate(.3125rem,.25rem) rotate(.6deg)}15%{transform:translate(-.25rem,.375rem) rotate(-.7deg)}20%{transform:translate(.375rem,-.1875rem) rotate(.5deg)}25%{transform:translate(-.3125rem,-.25rem) rotate(-.6deg)}30%{transform:translate(.25rem,.3125rem) rotate(.4deg)}35%{transform:translate(-.1875rem,-.375rem) rotate(-.5deg)}40%{transform:translate(.3125rem,.1875rem) rotate(.3deg)}45%{transform:translate(-.25rem,.25rem) rotate(-.4deg)}50%{transform:translate(.1875rem,-.3125rem) rotate(.2deg)}55%{transform:translate(-.125rem,.1875rem) rotate(-.3deg)}60%{transform:translate(.25rem,-.125rem) rotate(.1deg)}65%{transform:translate(-.1875rem,.125rem) rotate(-.2deg)}70%{transform:translate(.125rem,-.1875rem) rotate(.1deg)}75%{transform:translate(-.0625rem,.0625rem) rotate(-.1deg)}80%{transform:translate(.0625rem,-.0625rem) rotate(.05deg)}85%{transform:translate(-.125rem,.125rem) rotate(-.08deg)}90%{transform:translate(.125rem,-.125rem) rotate(.06deg)}95%{transform:translate(-.0625rem,.0625rem) rotate(-.03deg)}to{transform:translate(0) rotate(0)}}._characterVibration_1s0v1_519{animation:_intenseShake_1s0v1_1 .6s linear alternate-reverse;animation-iteration-count:2}._worldInjury_1s0v1_524{animation:_intenseShake_1s0v1_1 3s infinite ease-in-out;position:relative}._worldInjury_1s0v1_524:before{content:"";position:absolute;top:-5%;left:-5%;width:110%;height:110%;background:inherit;background-size:cover;background-position:center;filter:blur(.25rem) brightness(.75) contrast(1.2);animation:_dizzyZoom_1s0v1_1 10s infinite alternate ease-in-out;z-index:1;pointer-events:none}._worldInjury_1s0v1_524:after{content:"";position:absolute;inset:0;background:radial-gradient(circle,transparent 30%,rgba(160,0,0,.4) 70%,rgba(120,0,0,.9) 100%);mix-blend-mode:multiply;animation:_heartbeat_1s0v1_1 1.2s infinite;pointer-events:none;z-index:2000}._injuryBloodSplatter_1s0v1_564{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 30%,rgba(150,0,0,.6) 0%,transparent 10%),radial-gradient(circle at 80% 80%,rgba(180,0,0,.5) 0%,transparent 15%),radial-gradient(circle at 50% 50%,rgba(120,0,0,.4) 0%,transparent 8%);filter:blur(.0625rem);opacity:.8;pointer-events:none;z-index:1999;animation:_injuryFadeOut_1s0v1_1 3s ease-out forwards}@keyframes _shakeHard_1s0v1_1{0%{transform:translate(.0625rem,.0625rem) rotate(0)}10%{transform:translate(-.1875rem,-.125rem) rotate(-1deg)}20%{transform:translate(-.3125rem) rotate(1deg)}30%{transform:translate(.3125rem,.125rem) rotate(0)}40%{transform:translate(.0625rem,-.0625rem) rotate(1deg)}50%{transform:translate(-.1875rem,.125rem) rotate(-1deg)}60%{transform:translate(-.3125rem,.0625rem) rotate(0)}70%{transform:translate(.3125rem,.0625rem) rotate(-1deg)}80%{transform:translate(-.0625rem,-.0625rem) rotate(1deg)}90%{transform:translate(.0625rem,.125rem) rotate(0)}to{transform:translate(.0625rem,-.125rem) rotate(-1deg)}}@keyframes _heartbeat_1s0v1_1{0%{box-shadow:inset 0 0 3.125rem #f003;opacity:.8}10%{box-shadow:inset 0 0 9.375rem #f00c;opacity:1;transform:scale(1.02)}20%{box-shadow:inset 0 0 6.25rem #ff000080;opacity:.9;transform:scale(1.01)}30%{box-shadow:inset 0 0 9.375rem #f00c;opacity:1;transform:scale(1.02)}50%{box-shadow:inset 0 0 3.125rem #f003;opacity:.8;transform:scale(1)}to{box-shadow:inset 0 0 3.125rem #f003;opacity:.8}}@keyframes _dizzyZoom_1s0v1_1{0%{transform:scale(1);filter:blur(.1875rem) brightness(.6)}to{transform:scale(1.1);filter:blur(.375rem) brightness(.5)}}@keyframes _injuryFadeOut_1s0v1_1{0%{opacity:1}to{opacity:0}}._characterImage_1s0v1_184{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:bottom;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._gameContentWrapper_1s0v1_656{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;min-height:12.5rem;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.82) 8%,rgba(0,0,0,.75) 18%,rgba(0,0,0,.7) 32%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.55) 82%,rgba(0,0,0,.3) 92%,transparent 100%);z-index:150;pointer-events:none;display:flex;flex-direction:column}._gameContentWrapper_1s0v1_656>*{pointer-events:auto}._gameContentWrapperTextMode_1s0v1_683{position:relative;background:none;flex:1;min-height:0;display:flex;flex-direction:column;padding-bottom:5.625rem}._narrationMessage_1s0v1_693{color:#fff;padding:0;font-size:1rem;line-height:1.6;word-break:break-word;margin-bottom:.5rem}._characterMessage_1s0v1_702{color:#fff;padding:0;font-size:1rem;line-height:1.6;word-break:break-word;margin-bottom:.5rem;display:flex;flex-direction:column;gap:.125rem}._characterName_1s0v1_714{font-size:1rem;font-weight:600;color:#fff;border-left:.1875rem solid #845DFF;padding-left:.625rem}._characterDivider_1s0v1_722{width:100%;height:.0625rem;background:linear-gradient(to right,transparent,#fff,transparent);margin:.25rem 0}._characterText_1s0v1_729{flex:1;padding-bottom:.25rem}._choiceContainer_1s0v1_734{display:flex;flex-direction:column;gap:.5rem}._choiceOption_1s0v1_740{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%);background-color:#0000007a;display:flex;align-items:center;justify-content:space-between;gap:.75rem}._choiceText_1s0v1_765{flex:1;min-width:0}._choicePrice_1s0v1_770{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;color:#fff;font-size:.875rem;font-weight:600}._choicePrice_1s0v1_770 img{width:1rem;height:1rem;object-fit:contain;display:block}._choiceOption_1s0v1_740:hover{background:#ffffff1a;transform:translate(.25rem)}._customInputText_1s0v1_792{color:#fff;padding:.625rem 1.5rem;font-size:1rem;word-break:break-word;cursor:pointer;transition:all .3s ease;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%);background-color:#0000007a}._customInputText_1s0v1_792:hover{background:#ffffff1a;transform:translate(.25rem)}._customInput_1s0v1_792{display:flex;gap:.5rem;align-items:center;background-color:#0000007a;padding:.5rem 1.25rem;border-radius:.25rem;mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);-webkit-mask-image:linear-gradient(to right,transparent 0%,black 16%,black 90%,transparent 100%)}._customInput_1s0v1_792 input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:1rem;line-height:1.6;padding:0}._customInput_1s0v1_792 input::placeholder{color:#ffffff80}._customInput_1s0v1_792 button{background:#ffffff26;border:.0625rem solid rgba(255,255,255,.3);border-radius:.25rem;color:#fff;font-size:1rem;padding:.3125rem .75rem;cursor:pointer;transition:all .3s ease;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.375rem}._customInput_1s0v1_792 button:hover{background:#ffffff40;border-color:#ffffff80}._nextButtonContainer_1s0v1_873{display:flex;justify-content:flex-end}._nextButton_1s0v1_873{background:transparent;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;flex-shrink:0}._nextButton_1s0v1_873:hover{transform:scale(1.1)}._nextButton_1s0v1_873 svg{width:1.75rem;height:1.75rem}._buttonContainer_1s0v1_900{position:absolute;bottom:0;left:0;right:0;width:100%;padding:.75rem 6.25rem .75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));display:flex;gap:1.25rem;overflow-x:auto;z-index:200;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none}._buttonContainer_1s0v1_900::-webkit-scrollbar{display:none}._buttonItem_1s0v1_922{flex-shrink:0;width:2.625rem;height:2.625rem;background:#ffffff1a;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);position:relative;overflow:hidden;border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease}._buttonItem_1s0v1_922:active{transform:rotate(45deg) scale(.95)}._buttonItemActive_1s0v1_942{background:#fb46554d;border-color:#fb465580;box-shadow:0 .125rem .75rem #fb46554d}._buttonItem_1s0v1_922 ._buttonInner_1s0v1_120{width:100%;height:100%;padding:0;border:none;border-radius:.75rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .3s ease;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.125rem;position:relative;transform:rotate(-45deg);outline:none;-webkit-tap-highlight-color:transparent}._buttonItem_1s0v1_922 ._buttonInner_1s0v1_120 img,._buttonItem_1s0v1_922 ._buttonInner_1s0v1_120 svg{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._buttonItem_1s0v1_922 ._buttonInner_1s0v1_120 span{font-weight:600;font-size:.5625rem;text-align:center;line-height:1.2;white-space:nowrap}@media(max-width:768px){._mainContent_1s0v1_13{width:100%;height:100%;max-width:none;max-height:none;min-height:100%}._characterContainer_1s0v1_161{width:100%;max-width:100%;bottom:0;height:100%;max-height:none}._messageContainer_1s0v1_1004{bottom:5rem}._buttonContainer_1s0v1_900{padding:.625rem 5.625rem .625rem 1.125rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom));gap:1rem;margin-bottom:0}._gameContentWrapper_1s0v1_656{padding-bottom:max(3.75rem,env(safe-area-inset-bottom))}}._cursor_1s0v1_1021{display:inline-block;width:.125rem;height:1em;background-color:#fff;margin-left:.125rem;animation:_blink_1s0v1_1 1s infinite;vertical-align:baseline}@keyframes _blink_1s0v1_1{0%,50%{opacity:1}51%,to{opacity:0}}._endRoundButton_1s0v1_1042{position:absolute;bottom:max(1.25rem,env(safe-area-inset-bottom));right:.375rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:linear-gradient(135deg,#e03d4be6,#fb4655e6);backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:1.5rem;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;z-index:300;box-shadow:0 .25rem .75rem #e03d4b66;transition:all .3s ease}._endRoundButton_1s0v1_1042:hover{transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #e03d4b80}._endRoundButton_1s0v1_1042:active{transform:translateY(0)}._endRoundButton_1s0v1_1042 svg{font-size:1.25rem}._endRoundButton_1s0v1_1042 ._loadingSpinner_1s0v1_1076{width:1rem;height:1rem;border:.125rem solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1s0v1_1 .8s linear infinite}@keyframes _spin_1s0v1_1{to{transform:rotate(360deg)}}._continueButton_1s0v1_1091{position:absolute;bottom:max(1.25rem,env(safe-area-inset-bottom));right:.375rem;display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:#ffffff26;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border:.0625rem solid rgba(255,255,255,.2);border-radius:.75rem;color:#ffffffe6;font-size:.75rem;font-weight:600;cursor:pointer;z-index:300;box-shadow:0 .25rem .75rem #00000026;transition:all .3s ease}._continueButton_1s0v1_1091:hover{background:#fff3;transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #0003}._continueButton_1s0v1_1091:active{transform:translateY(0)}._continueButton_1s0v1_1091 svg{font-size:1.25rem;color:#ffffffe6}._continueButton_174gd_1{position:absolute;bottom:max(5rem,env(safe-area-inset-bottom));right:1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;background:#ffffff26;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border:.0625rem solid rgba(255,255,255,.2);border-radius:.75rem;color:#ffffffe6;font-size:.875rem;font-weight:600;cursor:pointer;z-index:300;box-shadow:0 .25rem .75rem #00000026;transition:all .3s ease;min-width:6.25rem}._continueButton_174gd_1:hover{background:#ffffff40;transform:translateY(-.125rem);box-shadow:0 .375rem 1rem #00000040}._continueButton_174gd_1:active{transform:translateY(0);box-shadow:0 .125rem .5rem #0003}@media(max-width:768px){._continueButton_174gd_1{bottom:max(3rem,env(safe-area-inset-bottom));right:1rem;padding:.5rem .875rem;font-size:.8125rem;min-width:5.625rem}}._mask_1s0gx_1{position:absolute;inset:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:none}._modal_1s0gx_13{width:100%;height:100%;background:#0a0a14f5;box-shadow:0 1.125rem 2.8125rem #000c;border:.0625rem solid rgba(255,255,255,.06);display:flex;flex-direction:column;overflow:hidden;color:#f5f5f7;pointer-events:auto;position:relative}._header_1s0gx_27{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:.0625rem solid rgba(255,255,255,.06);background:linear-gradient(90deg,rgba(255,99,132,.15),transparent)}._title_1s0gx_36{font-size:1.125rem;font-weight:600;letter-spacing:.03em}._content_1s0gx_42{padding:1rem 1.25rem 4.25rem;overflow-y:auto}._bottomBar_1s0gx_48{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(to top,#000000b8,#0006 45%,#0000)}._empty_1s0gx_61{padding:2.5rem 0;text-align:center;color:#999}._block_1s0gx_67{background:#ffffff05;border-radius:.75rem;padding:1rem 1.125rem;margin-bottom:.875rem;border:.0625rem solid rgba(255,255,255,.1);transition:all .2s ease}._block_1s0gx_67:hover{background:#ffffff08;border-color:#ffffff26}._blockAbilityNode_1s0gx_82{border-left:.1875rem solid rgba(154,208,255,.6);background:#9ad0ff08}._blockAbilityNode_1s0gx_82:hover{border-left-color:#9ad0ffe6;background:#9ad0ff0d}._blockHeader_1s0gx_92{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}._blockMeta_1s0gx_99{display:flex;flex-wrap:wrap;gap:.25rem;align-items:center;font-size:.8125rem;color:#ddd}._eventTitle_1s0gx_108{font-weight:600;color:#fff}._npcName_1s0gx_113{color:#ff99c8}._subsceneName_1s0gx_117{color:#9ad0ff}._actionName_1s0gx_121{color:#9ad0ff;font-weight:500}._dot_1s0gx_126{opacity:.6}._time_1s0gx_130{font-size:.75rem;color:#888}._body_1s0gx_135{margin-top:.25rem}._timeline_1s0gx_139{position:relative;padding-left:.75rem}._timeline_1s0gx_139:before{content:"";position:absolute;left:.25rem;top:0;bottom:0;width:.125rem;background:linear-gradient(to bottom,rgba(255,255,255,.18),transparent)}._timelineItem_1s0gx_154{display:flex;gap:.625rem;margin-bottom:.625rem;position:relative}._timelineDot_1s0gx_161,._timelineDotPlayer_1s0gx_162,._timelineDotAbility_1s0gx_163{width:.5rem;height:.5rem;border-radius:50%;margin-top:.3125rem;flex-shrink:0;position:relative;z-index:1}._timelineDot_1s0gx_161{background:linear-gradient(135deg,#fff,#f3f3f3);box-shadow:0 0 0 .1875rem #ffffff0d}._timelineDotPlayer_1s0gx_162{background:linear-gradient(135deg,#ff6b99,#ffb199);box-shadow:0 0 0 .1875rem #ff6b991a}._timelineDotAbility_1s0gx_163{background:linear-gradient(135deg,#9ad0ff,#6bb5ff);box-shadow:0 0 0 .1875rem #9ad0ff1a}._timelineContent_1s0gx_188{flex:1;font-size:.8125rem;line-height:1.6}._narration_1s0gx_194{color:#ddd;background:#ffffff05;border-radius:.5rem;padding:.5rem .75rem}._dialogue_1s0gx_201{background:#0006;border-radius:.5rem;padding:.5rem .75rem;border:.0625rem solid rgba(255,255,255,.2)}._dialogueName_1s0gx_208{font-size:.75rem;color:#ff99c8;margin-bottom:.125rem}._dialogueText_1s0gx_214{color:#f5f5f5}._choice_1s0gx_218{background:#ffffff05;border-radius:.5rem;padding:.375rem .625rem .5rem;border:.0625rem solid rgba(255,255,255,.05)}._choiceTitle_1s0gx_225{font-size:.8125rem;font-weight:600;color:#ffd4e5;margin-bottom:.125rem}._choiceDesc_1s0gx_232{font-size:.75rem;color:#ccc;margin-bottom:.25rem}._choiceOptions_1s0gx_238{display:flex;flex-direction:column;gap:.25rem}._choiceOption_1s0gx_238{font-size:.75rem;padding:.25rem .375rem;border-radius:.375rem;background:#ffffff08;border:.0625rem dashed rgba(255,255,255,.1);color:#f5f5f5}._playerChoiceLabel_1s0gx_253{font-size:.75rem;color:#ff99c8;margin-bottom:.125rem}._playerChoiceText_1s0gx_259{font-size:.8125rem;color:#fef2f7;background:#ff99c814;border-radius:.5rem;padding:.375rem .625rem;border:.0625rem solid rgba(255,153,200,.35)}._typeTag_1s0gx_269{display:inline-block;padding:.125rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:600;background:#9ad0ff33;color:#9ad0ff;border:.0625rem solid rgba(154,208,255,.4);margin-right:.375rem;text-transform:uppercase;letter-spacing:.03125rem}._typeTagNpc_1s0gx_283{display:inline-block;padding:.125rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:600;background:#ff99c833;color:#ff99c8;border:.0625rem solid rgba(255,153,200,.4);margin-right:.375rem;text-transform:uppercase;letter-spacing:.03125rem}._actionLabel_1s0gx_298{font-size:.75rem;color:#9ad0ff;margin-bottom:.25rem;font-weight:500}._actionText_1s0gx_305{background:#9ad0ff14;border-radius:.5rem;padding:.5rem .75rem;border:.0625rem solid rgba(154,208,255,.25)}._actionNameText_1s0gx_312{font-size:.8125rem;font-weight:600;color:#9ad0ff;margin-bottom:.25rem}._actionDesc_1s0gx_319{font-size:.75rem;color:#ddd;line-height:1.5}@media(max-width:768px){._modal_1s0gx_13{width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}._header_1s0gx_27{padding-top:calc(1rem + env(safe-area-inset-top,0px))}}._overlay_1rgh9_1{position:absolute;inset:0;z-index:1000;pointer-events:auto;background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}._panelWrapper_1rgh9_14{position:absolute;top:80px;left:50%;transform:translate(-50%);pointer-events:auto}._panel_1rgh9_14{background:linear-gradient(to bottom,#32323233,#1e1e1e33 10%,#14141433);border:1px solid rgba(255,255,255,.3);border-radius:8px;padding:32px 28px 24px;width:90vw;max-width:360px;box-shadow:0 1px 12px #0000006f;position:relative}._panel_1rgh9_14:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:40px;background:radial-gradient(ellipse at center top,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 50%,transparent 100%);border-radius:8px 8px 0 0;pointer-events:none}._closeButton_1rgh9_53{position:absolute;top:-12px;right:-12px;background:#7272725f;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffe6;font-size:22px;transition:all .2s;box-shadow:0 4px 12px #0000001a;z-index:10}._closeButton_1rgh9_53:hover{background:#3c3c3cf2;color:#fff;transform:scale(1.05)}._content_1rgh9_79{color:#fff}._title_1rgh9_83{font-size:16px;font-weight:400;margin-bottom:20px;color:#fffffff2;text-align:left;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.15)}._attributeList_1rgh9_93{display:flex;flex-direction:column;gap:14px}._attributeItem_1rgh9_99{display:flex;justify-content:space-between;align-items:center;padding:0;color:#ffffffe6}._attrName_1rgh9_107{color:#ffffffd9;font-size:15px;font-weight:400}._attrValue_1rgh9_113{color:#fffffff2;font-size:15px;font-weight:400;margin-left:auto;padding-left:20px}._noAttributes_1rgh9_121{text-align:center;color:#ffffff80;padding:20px;font-size:14px}._overlay_hsfdv_2{position:absolute;inset:0;z-index:1000;pointer-events:auto;background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}._panelWrapper_hsfdv_13{position:absolute;top:80px;left:50%;transform:translate(-50%);pointer-events:auto}._panel_hsfdv_13{position:relative;width:90vw;max-width:360px;padding:28px 26px 22px;background:linear-gradient(to bottom,#32323240,#1e1e1e40 15%,#14141440);border:1px solid rgba(255,255,255,.28);border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 1px 12px #00000073}._panel_hsfdv_13:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:60%;height:36px;background:radial-gradient(ellipse at center top,rgba(255,255,255,.15) 0%,rgba(255,255,255,.05) 50%,transparent 100%);border-radius:8px 8px 0 0;pointer-events:none}._closeButton_hsfdv_64{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;background:#6e6e6e59;border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffe6;font-size:22px;transition:all .2s ease;box-shadow:0 4px 12px #00000040;z-index:10}._closeButton_hsfdv_64:hover{background:#3c3c3cf2;color:#fff;transform:scale(1.05)}._content_hsfdv_96{color:#fff}._title_hsfdv_101{text-align:center;font-size:16px;font-weight:400;color:#fffffff2;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.15)}._inventoryGrid_hsfdv_114{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(4,1fr);gap:8px}._inventorySlot_hsfdv_122{aspect-ratio:1 / 1;border-radius:6px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;position:relative}._emptySlot_hsfdv_137{width:100%;height:100%;border-radius:6px;background:#ffffff0a}._itemImageContainer_hsfdv_145{width:100%;height:100%;position:relative}._itemImagePlaceholder_hsfdv_152{width:100%;height:100%;border-radius:6px;background:linear-gradient(135deg,#a0a0a059,#c8c8c833);display:flex;align-items:center;justify-content:center}._itemName_hsfdv_169{font-size:18px;font-weight:500;color:#ffffffe6}._itemCount_hsfdv_176{position:absolute;bottom:4px;right:6px;font-size:11px;color:#fff;background:#0009;padding:1px 6px;border-radius:10px}._inventoryFooter_hsfdv_190{margin-top:10px;text-align:right;font-size:12px;color:#fff9}._buttonContainer_i7lt6_1{position:absolute;bottom:0;left:0;right:0;width:100%;padding:1rem 6.25rem 1rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));display:flex;gap:1.25rem;overflow-x:auto;z-index:3100;box-sizing:border-box;-ms-overflow-style:none;scrollbar-width:none;background:linear-gradient(to top,#000000b8,#0006 65%,#0000);pointer-events:auto}._buttonContainer_i7lt6_1::-webkit-scrollbar{display:none}._buttonItem_i7lt6_31{flex-shrink:0;width:2.625rem;height:2.625rem;background:#ffffff1a;backdrop-filter:blur(.625rem);-webkit-backdrop-filter:blur(.625rem);border-radius:.75rem;transform:rotate(45deg);position:relative;overflow:hidden;border:.0625rem solid rgba(255,255,255,.2);box-shadow:0 .125rem .5rem #0000001a;transition:all .3s ease}._buttonItem_i7lt6_31:active{transform:rotate(45deg) scale(.95)}._buttonItemActive_i7lt6_51{background:#fb46554d;border-color:#fb465580;box-shadow:0 .125rem .75rem #fb46554d}._buttonItemDisabled_i7lt6_57{pointer-events:none;background:#ffffff1a;border-color:#fff3;box-shadow:0 .125rem .5rem #0000001a}._buttonItemDisabled_i7lt6_57 ._buttonInner_i7lt6_65{cursor:not-allowed}._buttonItemDisabled_i7lt6_57 ._buttonInner_i7lt6_65 span,._buttonItemDisabled_i7lt6_57 ._buttonInner_i7lt6_65 svg{opacity:.5;color:#ffffff80}._buttonItem_i7lt6_31 ._buttonInner_i7lt6_65{width:100%;height:100%;padding:0;border:none;border-radius:.75rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .3s ease;background:transparent;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.125rem;position:relative;transform:rotate(-45deg);outline:none;-webkit-tap-highlight-color:transparent}._buttonItem_i7lt6_31 ._buttonInner_i7lt6_65 img,._buttonItem_i7lt6_31 ._buttonInner_i7lt6_65 svg{width:1rem;height:1rem;object-fit:contain;display:block;flex-shrink:0}._buttonItem_i7lt6_31 ._buttonInner_i7lt6_65 span{font-weight:600;font-size:.5625rem;text-align:center;line-height:1.2;white-space:nowrap}@media(max-width:768px){._buttonContainer_i7lt6_1{padding:.625rem 5.625rem .625rem 1.125rem;padding-bottom:max(.625rem,env(safe-area-inset-bottom));gap:1rem;margin-bottom:0}}._nextRoundButtonWrapper_b1soi_1{position:fixed;bottom:calc(6rem + env(safe-area-inset-bottom));left:50%;transform:translate(-50%);z-index:3200;display:flex;justify-content:center;align-items:center}._nextRoundButton_b1soi_1{padding:10px 20px;border-radius:999px;border:none;cursor:pointer;background:var(--primary);color:#fff;font-size:14px;font-weight:600;box-shadow:0 10px 20px #e03d4b73;transition:all .2s ease;min-width:160px;display:flex;align-items:center;gap:10px}._nextRoundButton_b1soi_1:hover:not(:disabled){background:#c9303e;transform:translateY(-1px);box-shadow:0 12px 24px #e03d4b8c}._nextRoundButton_b1soi_1:disabled{cursor:not-allowed;opacity:.7;box-shadow:none}@media(max-width:768px){._nextRoundButtonWrapper_b1soi_1{bottom:calc(6rem + env(safe-area-inset-bottom))}._nextRoundButton_b1soi_1{padding:10px 20px;font-size:14px;min-width:140px}}._pageRoot_13yo3_1{min-height:64px;width:100%;max-width:1920px;margin:0 auto;display:flex;flex-direction:column}._main_13yo3_2{flex:1;width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:var(--app-desktop-navbar-height) auto 120px;padding:20px 16px 40px;box-sizing:border-box}._columns_13yo3_3{display:grid;grid-template-columns:1fr 1fr;gap:12px}._columns3_13yo3_4{display:grid;grid-template-columns:1fr;gap:12px}._col_13yo3_3{display:flex;flex-direction:column;gap:12px}._formRow_13yo3_6{display:flex;gap:12px;align-items:center;margin:12px 0}._row2_13yo3_7{display:flex;gap:8px;align-items:center;margin:6px 0}._formRow_13yo3_6 label{min-width:72px;font-weight:600;color:#4b5563}._text_13yo3_9{flex:1;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:8px 10px;font-size:14px}._inputHighlight_13yo3_10{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}._area_13yo3_11{width:100%;border:1px solid rgba(0,0,0,.1);border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px;line-height:1.5}._group_13yo3_12{border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:12px 14px;background:#fff}._groupTitle_13yo3_13{font-weight:600;margin-bottom:6px}._hint_13yo3_14{font-size:12px;color:#6b7280;margin:4px 0}._ruleItem_13yo3_15{border:1px dashed rgba(0,0,0,.16);border-radius:10px;padding:8px;margin:6px 0}._actionsLegacy_13yo3_16{display:none}._actions_13yo3_16{margin-top:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap}._actionsLeft_13yo3_18{display:flex;align-items:center;min-height:40px}._actionsRight_13yo3_19{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:wrap;flex:1 1 auto}._stepOneColumns_13yo3_20{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}._stepOneCol_13yo3_20{min-width:0}._stepOneGroup_13yo3_22{display:flex;flex-direction:column;height:100%}._stepOneGroupHeader_13yo3_23{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}._stepOneGroupTitle_13yo3_24{margin-bottom:0}._clearFieldButton_13yo3_25{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:6px 10px;border:1px solid rgba(17,24,39,.12);border-radius:999px;background:#fff;color:#6b7280;font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}._clearFieldButton_13yo3_25:hover:not(:disabled){border-color:#fb5b67;color:#fb5b67;background:#fb5b670f}._clearFieldButton_13yo3_25:disabled{cursor:not-allowed;opacity:.45}._stepOneArea_13yo3_28{flex:1 1 auto;min-height:0;resize:none}._primary_13yo3_29{padding:10px 18px;background:#fb5b67;color:#fff;border:none;border-radius:8px;font-weight:600}._secondary_13yo3_30{padding:6px 12px;border-radius:6px;border:1px solid #fb5b67;background:#fff;color:#fb5b67;font-size:13px}._error_13yo3_31{color:#b91c1c;margin:8px 0}._headerRow_13yo3_32{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:12px}._headerRow_13yo3_32 h2{margin:0}._stepper_13yo3_34{display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:13px;flex-wrap:wrap;max-width:100%}._stepper_13yo3_34::-webkit-scrollbar{height:6px}._stepper_13yo3_34::-webkit-scrollbar-thumb{background:#1118272e;border-radius:999px}._stepLink_13yo3_37{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:36px;padding:6px 12px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:border-color .2s ease,color .2s ease,background .2s ease,box-shadow .2s ease}._stepLink_13yo3_37:focus-visible{outline:none;box-shadow:0 0 0 3px #fb5b672e}._step_13yo3_20{border:1px solid transparent;color:#6b7280;background:#f3f4f6}._step_13yo3_20:hover{border-color:#11182724;color:#374151;background:#fff}._stepActive_13yo3_41{border:1px solid #111827;color:#111827;background:#fff}._stepDivider_13yo3_42{flex:0 0 24px;width:24px;height:1px;background:#d1d5db}._themeTagsPanel_13yo3_43{margin:0 0 12px;padding:12px 14px;border:1px solid rgba(0,0,0,.06);border-radius:12px;background:#fff}._themeTagsHeader_13yo3_44{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:10px}._themeTagsLabel_13yo3_45{font-weight:600;color:#111827}._requiredMark_13yo3_46{color:#dc2626;margin-left:4px}._themeTagsHint_13yo3_47{font-size:12px;color:#6b7280}._themeTagsWrap_13yo3_48{display:flex;gap:10px;flex-wrap:wrap}._themeTagChip_13yo3_49{padding:8px 14px;border-radius:999px;border:1px solid rgba(17,24,39,.14);background:#fff;color:#374151;font-size:13px;line-height:1;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}._themeTagChipActive_13yo3_50{border-color:#fb5b67;background:#fb5b6714;color:#fb5b67}._themeTagError_13yo3_51{margin-top:10px;color:#b91c1c;font-size:13px}._requiredHighlight_13yo3_52{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}@media(max-width:1080px){._main_13yo3_2{padding:20px 20px 40px}._headerRow_13yo3_32{align-items:flex-start}._stepper_13yo3_34{justify-content:flex-start}}@media(max-width:768px){._main_13yo3_2{width:100%;max-width:100%;margin:72px 0 96px;padding:16px 10px 32px}._headerRow_13yo3_32{align-items:stretch;gap:12px}._stepper_13yo3_34{width:100%;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;padding-bottom:4px;font-size:12px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}._stepLink_13yo3_37{min-height:38px}._stepDivider_13yo3_42{display:none}._columns_13yo3_3,._columns3_13yo3_4{grid-template-columns:1fr}._actions_13yo3_16{align-items:center;gap:10px;flex-wrap:nowrap}._actionsLeft_13yo3_18{min-height:auto;flex:0 0 auto}._actionsRight_13yo3_19{min-width:0;width:auto;flex:1 1 auto;justify-content:flex-end;gap:8px;flex-wrap:nowrap}._primary_13yo3_29{padding:10px 14px;font-size:13px}._secondary_13yo3_30{padding:8px 12px;font-size:13px}._stepOneGroupHeader_13yo3_23{gap:8px}._clearFieldButton_13yo3_25{padding:6px 9px;font-size:12px}}._pageRoot_t3q1t_1{min-height:64px;width:100%;max-width:1920px;margin:0 auto}._mainContent_t3q1t_8{display:flex;min-height:calc(100vh - var(--app-desktop-navbar-height));width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:0 auto 120px}._main_t3q1t_8{flex:1;min-height:calc(100vh - var(--app-desktop-navbar-height));padding:20px 0 10px;box-sizing:border-box;width:100%}._formSection_t3q1t_25{display:flex;flex-direction:column;gap:26px;margin-top:var(--app-desktop-navbar-height)}._formGroup_t3q1t_32{display:flex;gap:8px;align-items:flex-start}._formGroup_t3q1t_32 label{width:150px;font-size:24px;font-weight:600;color:#bfbfbf;line-height:1.2;margin-bottom:10px!important}._textInput_t3q1t_47,._textarea_t3q1t_48{padding:12px;background-color:transparent;border-radius:8px;font-size:16px;font-family:inherit;color:#000;transition:all .3s ease;box-sizing:border-box;border:1px solid rgba(0,0,0,.1)}._textInput_t3q1t_47:focus,._textarea_t3q1t_48:focus{outline:none;color:#4c4c4c;border:1px solid #b1acac}._textInput_t3q1t_47{width:min(100%,520px);height:30px}._textarea_t3q1t_48{width:min(100%,1120px);height:130px;resize:vertical}._fileRow_t3q1t_78{display:flex;flex-direction:column;gap:10px;width:min(100%,1120px)}._fileInput_t3q1t_85{display:inline-block;padding:10px 12px;border:1px dashed rgba(0,0,0,.3);border-radius:8px;background:#f5f5f5}._hint_t3q1t_93{color:#8b7355;font-size:14px}._error_t3q1t_98{color:#fb5b67;font-size:14px}._actions_t3q1t_103{display:flex;gap:12px;align-items:center}._primaryBtn_t3q1t_109{width:min(100%,1120px);height:44px;border:none;border-radius:8px;background:#fb5b67;color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:all .25s ease}._primaryBtn_t3q1t_109:disabled{opacity:.6;cursor:not-allowed}._primaryBtn_t3q1t_109:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #fb5b674d}._secondaryBtn_t3q1t_132{height:44px;padding:0 16px;border:1px solid #FB5B67;border-radius:8px;color:#fb5b67;background:#fff;font-size:14px;font-weight:600;cursor:pointer}._infoRow_t3q1t_144{display:flex;gap:12px;align-items:center;color:#737373}._noticeBox_t3q1t_152{background:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:12px;padding:12px 14px;color:#374151}._noticeTitle_t3q1t_159{font-weight:700;margin:0 0 6px}._noticeList_t3q1t_160{margin:0;padding-left:16px;color:#4b5563;font-size:14px}._noticeList_t3q1t_160 li{line-height:1.6}._seg_t3q1t_164{display:inline-flex;gap:6px;background:#f5f5f5;border-radius:8px;padding:4px;width:fit-content}._segBtn_t3q1t_172{border:none;background:transparent;color:#374151;padding:6px 10px;border-radius:6px;cursor:pointer;font-weight:600;transition:all .2s ease}._segBtn_t3q1t_172:hover{background:#fb5b671a}._segBtnActive_t3q1t_185{background:#fb5b67;color:#fff}._fileList_t3q1t_190{font-size:13px;max-height:260px;overflow:auto;padding:8px 10px;background:#f5f5f5;border:1px solid rgba(0,0,0,.1);border-radius:8px}._fileStats_t3q1t_199{font-size:13px;color:#555}._uploadGrid_t3q1t_205{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}._uploadCard_t3q1t_206{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:box-shadow .2s,border-color .2s}._uploadCard_t3q1t_206:hover{box-shadow:0 8px 24px #00000012;border-color:#d1d5db}._uploadCardActive_t3q1t_208{border-color:#fb5b67;box-shadow:0 8px 28px #fb5b6726}._cardHeader_t3q1t_209{display:flex;align-items:center;gap:10px}._cardIcon_t3q1t_210{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#f5f5f5;color:#fb5b67;font-size:20px}._cardTitle_t3q1t_211{font-weight:800;font-size:16px;color:#111827}._cardDesc_t3q1t_212{color:#6b7280;font-size:13px}._dropZoneLarge_t3q1t_213{border:2px dashed #d1d5db;border-radius:12px;padding:0;background:#fff;color:#374151;text-align:center;min-height:320px;display:flex;flex-direction:column;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._dropZoneLarge_t3q1t_213:hover{border-color:#fb5b67;box-shadow:0 4px 12px #fb5b671a}._dropZoneLarge_t3q1t_213._drag_t3q1t_232{border-color:#fb5b67;background:#fff5f6;box-shadow:0 6px 20px #fb5b6733}._dropIconWrapper_t3q1t_237{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px;background:#f5f5f5;margin-bottom:8px;transition:all .3s ease}._dropZoneLarge_t3q1t_213:hover ._dropIconWrapper_t3q1t_237{background:#fb5b67;transform:scale(1.05)}._dropZoneLarge_t3q1t_213:hover ._dropIcon_t3q1t_237{color:#fff}._dropIcon_t3q1t_237{width:32px;height:32px;color:#9ca3af;transition:all .3s ease}._dropZoneInner_t3q1t_261{flex:1;display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center;padding:28px}._dropContent_t3q1t_270{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;flex:1;justify-content:center}._dropHeading_t3q1t_279{font-size:18px;font-weight:800;color:#111827;margin:0}._dropHint_t3q1t_285{font-size:14px;color:#6b7280;margin:0}._dropListWrapper_t3q1t_290{width:100%;padding:16px 28px;background:#f9fafb;border-top:1px solid #e5e7eb}._dropList_t3q1t_290{margin:0;padding:0;font-size:13px;color:#6b7280;text-align:left;list-style:none;max-width:100%}._dropList_t3q1t_290 li{line-height:1.8;margin-bottom:6px;padding-left:16px;position:relative}._dropList_t3q1t_290 li:before{content:"•";position:absolute;left:0;color:#9ca3af}._cardFooter_t3q1t_317{display:flex;align-items:center;justify-content:space-between;gap:10px}._pickBtn_t3q1t_318{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:8px;padding:8px 12px;font-size:13px;cursor:pointer}._pickedText_t3q1t_319{color:#4b5563;font-size:12px}._assetsUploadLayout_t3q1t_322{width:min(100%,1120px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:start}._assetsUploadLayoutWide_t3q1t_330{width:100%;max-width:none}._assetsUploadMain_t3q1t_335,._assetsUploadAside_t3q1t_336{min-width:0;display:flex;flex-direction:column;gap:12px}._uploaderColumn_t3q1t_343{display:flex;flex-direction:column;gap:12px;width:min(100%,1120px)}._themeTagsPanel_t3q1t_345{width:min(100%,1120px);display:flex;flex-direction:column;gap:10px}._themeTagHint_t3q1t_352{font-size:13px;color:#6b7280}._themeTagsWrap_t3q1t_357{display:flex;flex-wrap:wrap;gap:10px}._themeTagChip_t3q1t_363{border:1px solid rgba(17,24,39,.15);background:#fff;color:#111827;border-radius:999px;padding:8px 12px;font-size:13px;cursor:pointer;transition:all .2s ease}._themeTagChip_t3q1t_363:hover{border-color:#e03d4b99;color:var(--primary)}._themeTagChipActive_t3q1t_379{border-color:var(--primary);background:#e03d4b1a;color:var(--primary-dark)}._themeTagError_t3q1t_385{font-size:13px;color:var(--primary)}@media(max-width:1080px){._uploadGrid_t3q1t_205{grid-template-columns:1fr}}._fileRowLine_t3q1t_392{display:flex;gap:10px;align-items:center;padding:4px 0}._fileCheckbox_t3q1t_393{width:16px;height:16px}._filePath_t3q1t_394{flex:1;word-break:break-all;color:#374151}._fileSize_t3q1t_395{color:#6b7280;flex-shrink:0}._listActions_t3q1t_397{display:flex;gap:8px;margin:6px 0}._smallBtn_t3q1t_398{border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:6px;padding:4px 8px;cursor:pointer;font-size:12px}._smallBtn_t3q1t_398:disabled{opacity:.6;cursor:not-allowed}._cloudAssetsCard_t3q1t_401{width:100%;display:flex;flex-direction:column;gap:12px;padding:16px 18px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;overflow:hidden}._cloudAssetsHeader_t3q1t_413{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._cloudAssetsHeading_t3q1t_420{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:6px}._cloudAssetsTitle_t3q1t_428{font-size:16px;font-weight:700;color:#111827}._cloudAssetsMeta_t3q1t_434{font-size:13px;color:#6b7280;line-height:1.5}._cloudAssetsActions_t3q1t_440{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}._assetsPanelTabs_t3q1t_447{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}._assetsPanelTab_t3q1t_447{border:none;background:transparent;color:#94a3b8;padding:0;font-size:13px;font-weight:600;cursor:pointer;transition:color .2s ease}._assetsPanelTab_t3q1t_447:hover:not(:disabled){color:#fb5b67}._assetsPanelTab_t3q1t_447:disabled{cursor:default;opacity:.45}._assetsPanelTabActive_t3q1t_475{color:#111827}._assetsPanelTabDivider_t3q1t_479{color:#cbd5e1;font-size:12px;line-height:1}._cloudAssetsEmpty_t3q1t_485{min-height:460px;display:flex;align-items:center;font-size:13px;color:#6b7280;line-height:1.6}._cloudAssetsBody_t3q1t_494{min-height:460px}._localAssetsBody_t3q1t_498{min-height:460px;display:flex;flex-direction:column;gap:12px}._localAssetsBody_t3q1t_498 ._dropZoneLarge_t3q1t_213{flex:1}._cloudAssetRow_t3q1t_509{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:6px 0}._cloudAssetMetaLine_t3q1t_517{flex-shrink:0;color:#6b7280;font-size:12px;text-align:right;line-height:1.5}._assetTreePanel_t3q1t_525{display:flex;flex-direction:column;gap:8px;border:1px solid rgba(148,163,184,.16);border-radius:12px;background:#fcfdff;padding:10px 12px}._assetTreeHeader_t3q1t_535{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._assetTreeTitle_t3q1t_542{font-size:13px;font-weight:600;color:#334155}._assetTreeSubTitle_t3q1t_548{margin-top:2px;font-size:11px;color:#94a3b8;line-height:1.5}._assetTreeList_t3q1t_555{display:flex;flex-direction:column;gap:0}._cloudAssetTreePanel_t3q1t_561{height:460px;min-height:460px}._cloudAssetTreeList_t3q1t_566{min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px}._localAssetsTreeArea_t3q1t_574{width:100%;min-height:0;flex:1}._localAssetTreePanel_t3q1t_580{min-height:0;height:100%;flex:1}._localAssetTreeList_t3q1t_586{min-height:0;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px}._assetTreeNode_t3q1t_594{display:flex;flex-direction:column;gap:0}._assetTreeChildrenWrap_t3q1t_600{display:grid;grid-template-rows:0fr;opacity:0;pointer-events:none;transition:grid-template-rows .24s ease,opacity .18s ease}._assetTreeChildrenWrapExpanded_t3q1t_608{grid-template-rows:1fr;opacity:1;pointer-events:auto}._assetTreeChildrenInner_t3q1t_614{min-height:0;overflow:hidden}._assetTreeChildren_t3q1t_600{display:flex;flex-direction:column;gap:0;padding-top:2px}._assetTreeRow_t3q1t_626{--asset-depth-space: calc(var(--asset-depth, 0) * 18px);position:relative;display:grid;grid-template-columns:auto auto auto auto minmax(0,1fr) 28px;align-items:center;gap:6px;min-height:34px;padding:4px 6px 4px calc(8px + var(--asset-depth-space));border-radius:8px;transition:background-color .18s ease,color .18s ease,box-shadow .18s ease}._assetTreeRow_t3q1t_626:before{content:"";position:absolute;left:calc(17px + var(--asset-depth-space));top:-2px;bottom:-2px;width:1px;background:#94a3b838}._assetTreeRow_t3q1t_626:after{content:"";position:absolute;left:calc(17px + var(--asset-depth-space));top:50%;width:8px;height:1px;background:#94a3b861;transform:translateY(-50%)}._assetTreeRow_t3q1t_626:hover{background:#2563eb0b}._assetTreeDirectoryRow_t3q1t_664,._assetTreeFileRow_t3q1t_668{background:transparent}._assetTreeRowExpandable_t3q1t_672{cursor:pointer;-webkit-user-select:none;user-select:none}._assetTreeRowExpandable_t3q1t_672:focus-visible{outline:none;background:#2563eb0e;box-shadow:inset 0 0 0 1px #2563eb38,0 0 0 3px #2563eb1a}._assetTreeBranch_t3q1t_683,._assetTreeBranchLine_t3q1t_687{display:none}._assetTreeToggle_t3q1t_691,._assetTreeTogglePlaceholder_t3q1t_692{width:18px;height:18px;flex-shrink:0;position:relative;z-index:1}._assetTreeToggle_t3q1t_691{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:6px;background:transparent;color:#64748b;font-size:12px;padding:0;cursor:pointer;transition:background-color .18s ease,color .18s ease}._assetTreeToggle_t3q1t_691:hover{background:#94a3b824;color:#334155}._assetTreeTogglePlaceholder_t3q1t_692,._assetTreeCheckboxPlaceholder_t3q1t_720,._assetTreeActionPlaceholder_t3q1t_721{display:inline-flex}._assetTreeCheckboxPlaceholder_t3q1t_720{width:16px;height:16px;flex-shrink:0;position:relative;z-index:1}._assetTreeActionPlaceholder_t3q1t_721{width:28px;height:28px;flex-shrink:0}._assetTreeIcon_t3q1t_739{width:14px;height:14px;min-width:14px;border-radius:999px;font-size:0;flex-shrink:0}._assetTreeDirectoryIcon_t3q1t_748{background:#3b82f6;box-shadow:0 0 0 1px #2563eb1f}._assetTreeFileIcon_t3q1t_753{background:#cbd5e1}._assetTreeContent_t3q1t_757{min-width:0;display:flex;flex-direction:column;gap:1px}._assetTreeNameRow_t3q1t_764{display:flex;align-items:center;gap:0;min-width:0}._assetTreeName_t3q1t_764{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;color:#0f172a}._assetTreeBadge_t3q1t_781{display:none}._assetTreeMeta_t3q1t_785{font-size:11px;color:#64748b;line-height:1.4}._assetDangerBtn_t3q1t_791{width:28px;height:28px;border:1px solid transparent;background:transparent;color:#94a3b8;border-radius:8px;padding:0;font-size:0;cursor:pointer;flex-shrink:0;justify-self:end;transition:background-color .18s ease,border-color .18s ease,color .18s ease}._assetDangerBtn_t3q1t_791:before{content:"×";display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:16px;line-height:1;font-weight:500}._assetDangerBtn_t3q1t_791:hover:not(:disabled){background:#fef2f2f2;border-color:#f8717142;color:#dc2626}._assetDangerBtn_t3q1t_791:disabled{opacity:.42;cursor:not-allowed}._confirmOverlay_t3q1t_830{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:3000}._confirmCard_t3q1t_831{width:720px;max-width:92vw;max-height:84vh;overflow:hidden;background:#111827;color:#e5e7eb;border:1px solid #374151;border-radius:12px;box-shadow:0 18px 50px #00000073;display:flex;flex-direction:column}._confirmHeader_t3q1t_832{padding:14px 16px;border-bottom:1px solid #374151;font-weight:700}._confirmBody_t3q1t_833{padding:12px 16px;overflow:auto}._confirmFooter_t3q1t_834{padding:12px 16px;border-top:1px solid #374151;display:flex;gap:10px;justify-content:flex-end}._btnGhost_t3q1t_835{border:1px solid #9ca3af;background:transparent;color:#e5e7eb;border-radius:8px;padding:8px 12px;cursor:pointer}._btnPrimary_t3q1t_836{border:none;background:#fb5b67;color:#fff;border-radius:8px;padding:8px 12px;cursor:pointer}@media(max-width:768px){._mainContent_t3q1t_8{width:100%;max-width:100%;padding:0 10px;min-height:auto}._main_t3q1t_8{padding:10px 0}._formSection_t3q1t_25{margin-top:60px}._formGroup_t3q1t_32{gap:8px}._formGroup_t3q1t_32 label{font-size:14px;width:100px}._textInput_t3q1t_47{width:100%;height:40px;font-size:14px}._textarea_t3q1t_48{width:100%;height:100px;font-size:14px}._fileRow_t3q1t_78{width:100%}._primaryBtn_t3q1t_109{width:100%;height:44px;font-size:14px}._assetsUploadLayout_t3q1t_322,._uploaderColumn_t3q1t_343,._themeTagsPanel_t3q1t_345{width:100%}._cloudAssetsHeader_t3q1t_413{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:nowrap}._cloudAssetsActions_t3q1t_440{flex:0 0 auto;justify-content:flex-end;gap:6px;flex-wrap:nowrap}._assetsPanelTabs_t3q1t_447{flex:0 0 auto;justify-content:flex-end;gap:6px;flex-wrap:nowrap;white-space:nowrap}._assetsPanelTab_t3q1t_447,._smallBtn_t3q1t_398{white-space:nowrap}._assetsPanelTabDivider_t3q1t_479{flex:0 0 auto}._cloudAssetRow_t3q1t_509{flex-direction:column;gap:4px}._cloudAssetMetaLine_t3q1t_517{text-align:left}._assetTreeRow_t3q1t_626{grid-template-columns:auto auto auto auto minmax(0,1fr) 28px;align-items:center;padding-right:4px}._assetDangerBtn_t3q1t_791,._assetTreeActionPlaceholder_t3q1t_721{grid-column:auto;margin-left:0;width:28px}._assetTreeNameRow_t3q1t_764{flex-wrap:nowrap}._assetTreeName_t3q1t_764{white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}}@media(max-width:980px){._assetsUploadLayout_t3q1t_322{grid-template-columns:1fr}}._assetTreeToggle_t3q1t_691{font-size:0}._assetTreeToggle_t3q1t_691:before{content:"";width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transition:transform .22s ease}._assetTreeToggle_t3q1t_691[data-expanded=false]:before{transform:rotate(-45deg) translate(-1px,1px)}._assetTreeToggle_t3q1t_691[data-expanded=true]:before{transform:rotate(45deg) translate(-1px,-1px)}._assetTreeIcon_t3q1t_739{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;min-width:15px;background-color:#94a3b8;border-radius:0;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}._assetTreeDirectoryIcon_t3q1t_748{background-color:#2563eb;box-shadow:none;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M2 5.5A1.5 1.5 0 0 1 3.5 4H8l1.4 1.8H16.5A1.5 1.5 0 0 1 18 7.3v7.2A1.5 1.5 0 0 1 16.5 16h-13A1.5 1.5 0 0 1 2 14.5v-9Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M2 5.5A1.5 1.5 0 0 1 3.5 4H8l1.4 1.8H16.5A1.5 1.5 0 0 1 18 7.3v7.2A1.5 1.5 0 0 1 16.5 16h-13A1.5 1.5 0 0 1 2 14.5v-9Z'/%3E%3C/svg%3E")}._assetTreeFileIcon_t3q1t_753{background-color:#94a3b8;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M5 2.5A1.5 1.5 0 0 1 6.5 1h6L17 5.5v12A1.5 1.5 0 0 1 15.5 19h-9A1.5 1.5 0 0 1 5 17.5v-15Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='black'%3E%3Cpath d='M5 2.5A1.5 1.5 0 0 1 6.5 1h6L17 5.5v12A1.5 1.5 0 0 1 15.5 19h-9A1.5 1.5 0 0 1 5 17.5v-15Z'/%3E%3C/svg%3E")}._assetDangerBtn_t3q1t_791{display:inline-flex;align-items:center;justify-content:center;font-size:0}._assetDangerBtn_t3q1t_791:before{content:"";display:block;width:14px;height:14px;background-color:currentColor;mask-position:center;mask-repeat:no-repeat;mask-size:contain;mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 3h6l1 2h5v2H3V5h5l1-2Zm-3 6h12l-1 11H7L6 9Zm3 2v7h2v-7H9Zm4 0v7h2v-7h-2Z'/%3E%3C/svg%3E");-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M9 3h6l1 2h5v2H3V5h5l1-2Zm-3 6h12l-1 11H7L6 9Zm3 2v7h2v-7H9Zm4 0v7h2v-7h-2Z'/%3E%3C/svg%3E")}._assetDangerBtn_t3q1t_791:focus-visible{outline:none;border-color:#f8717152;box-shadow:0 0 0 3px #f871711f}._fileStats_t3q1t_199[data-label],._cloudAssetsMeta_t3q1t_434[data-label]{position:relative;color:transparent;font-size:0;line-height:0}._fileStats_t3q1t_199[data-label]:before,._cloudAssetsMeta_t3q1t_434[data-label]:before{content:attr(data-label);display:block;color:#6b7280;line-height:1.5}._fileStats_t3q1t_199[data-label]:before{font-size:12px}._cloudAssetsMeta_t3q1t_434[data-label]:before{font-size:13px}@keyframes _shimmer_1w78x_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._uploadOverlay_1w78x_10{position:fixed;inset:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all}._uploadOverlayContent_1w78x_25{background:#fffffff2;border-radius:16px;padding:32px 40px;box-shadow:0 20px 60px #0000004d;text-align:center;min-width:360px;max-width:90%;animation:_fadeInUp_1w78x_1 .3s ease-out}@keyframes _fadeInUp_1w78x_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._uploadOverlayTitle_1w78x_47{color:#5e4630;font-size:20px;font-weight:600;margin:0 0 24px}._uploadProgressContainer_1w78x_54{margin-bottom:20px}._uploadProgressBar_1w78x_58{width:100%;height:10px;background:#73502f26;border-radius:5px;overflow:hidden;margin-bottom:12px;box-shadow:inset 0 1px 3px #0000001a}._uploadProgressFill_1w78x_68{height:100%;background:linear-gradient(90deg,#73502f,#b69b74,#8b7355);border-radius:5px;transition:width .3s ease;box-shadow:0 0 10px #73502f66;position:relative;overflow:hidden}._uploadProgressFill_1w78x_68:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:_shimmer_1w78x_1 1.5s infinite}._uploadProgressPercent_1w78x_94{color:#73502f;font-size:16px;font-weight:600;text-align:center}._uploadOverlayText_1w78x_101{color:#8b7355;font-size:14px;margin:0 0 24px;line-height:1.5;min-height:20px}._cancelUploadBtn_1w78x_109{background:transparent;border:2px solid #DC3545;color:#dc3545;border-radius:8px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}._cancelUploadBtn_1w78x_109:hover{background:#dc3545;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #dc35454d}._cancelUploadBtn_1w78x_109:active{transform:translateY(0)}._actionRow_1w78x_134{display:flex;gap:10px;justify-content:center;align-items:center}._primaryBtn_1w78x_135{background:#fb5b67;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer}._secondaryBtn_1w78x_145{background:transparent;color:#374151;border:1px solid #d1d5db;border-radius:8px;padding:10px 16px;font-size:14px;font-weight:600;cursor:pointer}@media(max-width:768px){._uploadOverlay_1w78x_10{padding:10px}._uploadOverlayContent_1w78x_25{min-width:90vw;max-width:90vw;padding:24px 20px;border-radius:12px}._uploadOverlayTitle_1w78x_47{font-size:18px;margin:0 0 20px}._uploadProgressContainer_1w78x_54{margin-bottom:16px}._uploadProgressBar_1w78x_58{height:8px;margin-bottom:10px}._uploadProgressPercent_1w78x_94{font-size:14px}._uploadOverlayText_1w78x_101{font-size:13px;margin:0 0 20px}._cancelUploadBtn_1w78x_109{padding:10px 20px;font-size:14px}}._pageRoot_xpmcy_1{min-height:100vh;display:flex;flex-direction:column;padding-top:0;background:#1f1f1f}._main_xpmcy_2{flex:1;display:flex;flex-direction:column;padding:0 12px;max-width:900px;margin:0 auto;width:100%}._chat_xpmcy_3{flex:1;overflow-y:auto;padding:12px 4px 90px}._msgUser_xpmcy_4{display:flex;justify-content:flex-end;margin:8px 0}._msgAi_xpmcy_5{display:flex;justify-content:flex-start;margin:8px 0;position:relative;z-index:1}._userBubble_xpmcy_6{background:#2563eb;color:#fff;padding:10px 12px;border-radius:12px;max-width:80%;white-space:pre-wrap}._aiBubble_xpmcy_7{background:#f3f4f6;color:#111827;padding:10px 12px;border-radius:12px;max-width:80%;white-space:pre-wrap;position:relative;z-index:1;opacity:1}._aiBubble_xpmcy_7>:first-child{margin-top:0}._aiBubble_xpmcy_7>:last-child{margin-bottom:0}._inputBar_xpmcy_10{display:flex;gap:8px;padding:12px 0 16px;border-top:1px solid #333;position:sticky;bottom:0;background:#1f1f1f}._text_xpmcy_11{flex:1;border:1px solid #3a3a3a;background:#2a2a2a;color:#f5f5f5;border-radius:8px;padding:10px 12px;outline:none}._send_xpmcy_12{padding:0 16px;border:none;background:#111827;color:#fff;border-radius:8px}._st-embed_xpmcy_13{width:100%;border:0;min-height:0;display:block}@media(max-width:768px){._pageRoot_xpmcy_1{padding-top:0}}._text_xpmcy_11::placeholder{color:#9ca3af}._modalOverlay_1200a_1{position:fixed;bottom:20px;left:20px;z-index:1000;pointer-events:none}._modalContent_1200a_9{background:#fff;border-radius:8px;width:380px;max-height:500px;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000040;pointer-events:auto;border:1px solid #e8e8e8}._modalHeader_1200a_21{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f0f0f0;background:#fafafa;border-radius:8px 8px 0 0;cursor:move}._headerActions_1200a_32{display:flex;align-items:center;gap:8px}._minimizeButton_1200a_38{background:none;border:none;cursor:pointer;padding:4px 8px;font-size:12px;color:#666;transition:color .2s}._minimizeButton_1200a_38:hover{color:#333}._title_1200a_52{margin:0;font-size:14px;font-weight:600;color:#333}._closeButton_1200a_59{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}._closeButton_1200a_59 img{width:20px;height:20px}._modalBody_1200a_74{padding:16px;overflow-y:auto;flex:1;max-height:400px}._jobItem_1200a_81{margin-bottom:12px;padding:12px;background:#fafafa;border-radius:6px;border:1px solid #e8e8e8}._jobItem_1200a_81:last-child{margin-bottom:0}._jobHeader_1200a_93{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}._jobInfo_1200a_101{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}._fileName_1200a_109{font-size:14px;font-weight:500;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._status_1200a_118{font-size:12px;font-weight:500}._removeButton_1200a_123{background:#ff4d4f;color:#fff;border:none;border-radius:4px;padding:4px 12px;font-size:12px;cursor:pointer;transition:background-color .2s}._removeButton_1200a_123:hover{background:#ff7875}._progressContainer_1200a_138{display:flex;align-items:center;gap:12px;margin-bottom:8px;min-width:0}._progressBar_1200a_146{flex:1;min-width:0;height:8px;background:#e8e8e8;border-radius:4px;overflow:hidden}._progressFill_1200a_155{height:100%;background:#fb4655;border-radius:4px;transition:width .3s ease}._progressText_1200a_162{font-size:12px;color:#666;min-width:40px;text-align:right}._jobDetails_1200a_169{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;color:#999;margin-top:8px}._stage_1200a_179{color:#666;flex:1;min-width:0;overflow-wrap:anywhere;word-break:break-word}._time_1200a_187{color:#999;flex-shrink:0}._etaText_1200a_192{margin-top:6px;font-size:12px;color:#666;line-height:1.45;overflow-wrap:anywhere;word-break:break-word}._errorMessage_1200a_201{margin-top:8px;padding:8px;background:#fff2f0;border:1px solid #ffccc7;border-radius:4px;color:#ff4d4f;font-size:12px;overflow-wrap:anywhere;word-break:break-word}._successMessage_1200a_213{margin-top:8px;padding:8px;background:#f0fdf4;border:1px solid #86efac;border-radius:4px;color:#22c55e;font-size:12px;overflow-wrap:anywhere;word-break:break-word}@media(max-width:768px){._modalOverlay_1200a_1{left:12px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom,0px))}._modalContent_1200a_9{width:min(100%,520px);max-height:min(62vh,520px);border-radius:20px;box-shadow:0 12px 32px #0000002e}._modalHeader_1200a_21{padding:14px 16px;border-radius:20px 20px 0 0;cursor:default}._title_1200a_52{font-size:15px}._headerActions_1200a_32{gap:4px}._minimizeButton_1200a_38,._closeButton_1200a_59{min-width:32px;min-height:32px}._modalBody_1200a_74{padding:14px;max-height:min(48vh,420px)}._jobItem_1200a_81{padding:14px;border-radius:14px}._jobHeader_1200a_93{flex-direction:column;align-items:flex-start;gap:10px}._jobInfo_1200a_101{width:100%;gap:6px}._fileName_1200a_109{white-space:normal;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._removeButton_1200a_123{align-self:flex-start;padding:6px 12px}._progressContainer_1200a_138{align-items:flex-start;gap:10px;min-width:0}._progressText_1200a_162{min-width:auto;line-height:1.4}._jobDetails_1200a_169{flex-direction:column;align-items:flex-start;gap:6px}._stage_1200a_179,._time_1200a_187,._errorMessage_1200a_201,._successMessage_1200a_213{overflow-wrap:anywhere;word-break:break-word}}@media(max-width:480px){._modalContent_1200a_9{width:100%}._progressText_1200a_162{min-width:34px}}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._pageRoot_1tghi_1{--ivg-bg: #fff7f8;--ivg-surface: #ffffff;--ivg-surface-muted: #fff1f3;--ivg-panel: #fffafb;--ivg-border: rgba(224, 61, 75, .18);--ivg-border-strong: rgba(224, 61, 75, .34);--ivg-text: #17201d;--ivg-text-soft: #5d6b65;--ivg-muted: #7d8a84;--ivg-accent: #fb5b67;--ivg-accent-strong: #e03d4b;--ivg-on-accent: #ffffff;--ivg-accent-soft: rgba(251, 91, 103, .1);--ivg-accent-mid: rgba(251, 91, 103, .18);--ivg-green: #48b794;--ivg-monitor: #050606;--ivg-control-bg: rgba(255, 255, 255, .92);--ivg-control-hover: rgba(251, 91, 103, .12);--ivg-control-text: #17201d;--ivg-overlay: rgba(255, 244, 246, .74);--ivg-loader-surface: linear-gradient(145deg, #ffffff 0%, #fff1f3 100%);--ivg-tree-canvas: #fff7f8;--ivg-shadow: 0 18px 48px rgba(224, 61, 75, .14);--ivg-float-bg: rgba(255, 255, 255, .9);--ivg-float-border: rgba(224, 61, 75, .22);--ivg-float-text: #17201d;--ivg-float-shadow: 0 12px 30px rgba(224, 61, 75, .14);--ivg-icon-float-bg: transparent;--ivg-icon-float-text: #e03d4b;--ivg-icon-float-border: transparent;--ivg-sheet-shadow: 0 -20px 70px rgba(224, 61, 75, .16);--ivg-scrim: rgba(69, 19, 27, .32);--ivg-flow-control-bg: #ffffff;--ivg-flow-control-text: #17201d;min-height:100vh;background:var(--ivg-bg);color:var(--ivg-text);display:flex;flex-direction:column}._pageRootDark_1tghi_43{--ivg-bg: #111313;--ivg-surface: #171a19;--ivg-surface-muted: #202623;--ivg-panel: #191d1b;--ivg-border: rgba(255, 255, 255, .1);--ivg-border-strong: rgba(229, 179, 95, .34);--ivg-text: #f5f0e8;--ivg-text-soft: #e5ddd0;--ivg-muted: #9fb2a9;--ivg-accent: #e5b35f;--ivg-accent-strong: #e5b35f;--ivg-on-accent: #17201d;--ivg-accent-soft: rgba(229, 179, 95, .1);--ivg-accent-mid: rgba(229, 179, 95, .16);--ivg-green: #48b794;--ivg-monitor: #050606;--ivg-control-bg: rgba(5, 8, 12, .9);--ivg-control-hover: rgba(229, 179, 95, .16);--ivg-control-text: #d7e4f0;--ivg-overlay: rgba(0, 0, 0, .42);--ivg-loader-surface: linear-gradient(145deg, #171a19 0%, #080909 100%);--ivg-tree-canvas: #0d1110;--ivg-shadow: 0 24px 90px rgba(0, 0, 0, .48);--ivg-float-bg: rgba(16, 20, 19, .84);--ivg-float-border: rgba(229, 179, 95, .28);--ivg-float-text: #f5f0e8;--ivg-float-shadow: 0 12px 30px rgba(0, 0, 0, .3);--ivg-icon-float-bg: transparent;--ivg-icon-float-text: rgba(255, 255, 255, .72);--ivg-icon-float-border: transparent;--ivg-sheet-shadow: 0 -20px 70px rgba(0, 0, 0, .46);--ivg-scrim: rgba(0, 0, 0, .46);--ivg-flow-control-bg: rgba(255, 255, 255, .94);--ivg-flow-control-text: #111313}._landscapeVideoPage_1tghi_80{--ivg-landscape-frame: 1}._portraitVideoPage_1tghi_84{--ivg-portrait-frame: 1}._miniProgramPlayerPage_1tghi_88{--ivg-mini-program-runtime: 1}._loadingPlaybackPage_1tghi_92{min-height:100dvh;background:#000}._portalRoot_1tghi_97{min-height:0;display:contents;background:transparent}._portalViewportFrame_1tghi_103{position:fixed;inset:0;z-index:60;min-height:0;overflow:hidden;background:transparent}._portalRootViewportDesktop_1tghi_112{--ivg-portal-viewport: desktop}._portalRootViewportPortrait_1tghi_116{--ivg-portal-viewport: portrait}._portalRootViewportLandscape_1tghi_120{--ivg-portal-viewport: landscape}._portalRootDesktop_1tghi_124{--ivg-portal-posture: desktop}._portalRootMobilePortraitVideo_1tghi_128{--ivg-portal-posture: mobile-portrait-video}._portalRootMobileLandscapeVideo_1tghi_132{--ivg-portal-posture: mobile-landscape-video}._portalRootLandscapeRotated_1tghi_136{--ivg-portal-rotation: landscape-rotated}._portalRootMiniProgram_1tghi_140{--ivg-mini-program-runtime: 1}._header_1tghi_144{position:fixed;top:32px;left:32px;z-index:31;width:auto;height:auto;display:flex;align-items:center;padding:0;border:0;background:transparent;pointer-events:none}._iconButton_1tghi_159,._headerButton_1tghi_160,._themeToggleButton_1tghi_161,._sidePanelActionButton_1tghi_162,._messagePanel_1tghi_163 button{border:1px solid var(--ivg-border);background:var(--ivg-control-bg);color:var(--ivg-control-text);border-radius:8px;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer}._iconButton_1tghi_159{width:40px;font-size:20px}._header_1tghi_144 ._iconButton_1tghi_159{width:44px;min-height:44px;pointer-events:auto;border-color:transparent;background:transparent;box-shadow:none;color:var(--ivg-icon-float-text)}._header_1tghi_144 ._iconButton_1tghi_159:hover{color:var(--ivg-accent-strong)}._headerButton_1tghi_160{padding:0 14px}._headerActions_1tghi_199{margin-left:auto;display:inline-flex;align-items:center;gap:10px}._themeToggleButton_1tghi_161{padding:0 12px;font-weight:800}._themeToggleButton_1tghi_161 svg{font-size:17px}._headerTitle_1tghi_215{display:flex;flex-direction:column;min-width:0}._headerTitle_1tghi_215 span{font-size:16px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._headerTitle_1tghi_215 small{color:var(--ivg-muted);font-size:12px}._playerGrid_1tghi_234{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 360px}._stage_1tghi_241{min-width:0;padding:24px}._monitor_1tghi_246{position:relative;width:100%;height:calc(100vh - 48px);min-height:520px;overflow:hidden;border-radius:8px;background:var(--ivg-monitor);box-shadow:inset 0 0 0 1px var(--ivg-border)}._video_1tghi_257{width:100%;height:100%;object-fit:contain;background:#000}._cinematicVideoPage_1tghi_264 ._playerGrid_1tghi_234{grid-template-columns:minmax(0,1fr);background:#000}._cinematicVideoPage_1tghi_264 ._stage_1tghi_241{padding:0;background:#000}._cinematicVideoPage_1tghi_264 ._monitor_1tghi_246{height:100dvh;min-height:0;border-radius:0;background:#000;box-shadow:none}._cinematicVideoPage_1tghi_264 ._sidePanel_1tghi_162{display:none}._cinematicVideoPage_1tghi_264 ._textScene_1tghi_286{align-items:center;overflow:auto;text-align:center;padding:calc(env(safe-area-inset-top,0px) + clamp(72px,12vh,124px)) clamp(28px,8vw,104px) calc(env(safe-area-inset-bottom,0px) + clamp(128px,18vh,196px));background:linear-gradient(180deg,#0000002e,#000000c7),linear-gradient(135deg,#08090a,#161918 52%,#050606)}._cinematicVideoPage_1tghi_264 ._textScene_1tghi_286 span{color:#fb5b67f0}._cinematicVideoPage_1tghi_264 ._textScene_1tghi_286 h1{max-width:min(860px,100%);color:#fff;font-size:clamp(30px,5vw,64px);text-shadow:0 18px 46px rgba(0,0,0,.5)}._cinematicVideoPage_1tghi_264 ._textScene_1tghi_286 p{max-width:min(720px,100%);color:#ffffffb8;text-shadow:0 10px 28px rgba(0,0,0,.45)}._minigamePlayerPage_1tghi_316 ._header_1tghi_144,._minigamePlayerPage_1tghi_316 ._mobileToolsButton_1tghi_317,._minigamePlayerPage_1tghi_316 ._videoHud_1tghi_318{display:none}._minigamePlayerPage_1tghi_316 ._monitor_1tghi_246{display:grid;place-items:center}._videoHud_1tghi_318{position:absolute;inset:0;z-index:10;pointer-events:none;opacity:1;transition:opacity .18s ease}._videoHudHidden_1tghi_336{opacity:0}._miniProgramPlayerPage_1tghi_88 ._videoHud_1tghi_318{transition:opacity 80ms linear}._videoSceneTitle_1tghi_344{position:absolute;top:calc(env(safe-area-inset-top,0px) + 22px);left:calc(env(safe-area-inset-left,0px) + 78px);max-width:min(580px,calc(100% - 180px));color:#ffffffe6;text-shadow:0 2px 12px rgba(0,0,0,.65);pointer-events:none}._videoSceneTitle_1tghi_344 strong{display:block;overflow:hidden;font-size:clamp(20px,2.4vw,34px);font-weight:900;line-height:1.16;text-overflow:ellipsis;white-space:nowrap}._videoControlDock_1tghi_364{position:absolute;right:calc(env(safe-area-inset-right,0px) + 28px);bottom:calc(env(safe-area-inset-bottom,0px) + 28px);display:grid;grid-template-columns:repeat(4,minmax(82px,1fr));min-height:74px;overflow:hidden;border:1px solid rgba(255,255,255,.22);background:linear-gradient(90deg,#0c0e1047,#0c0e1094);box-shadow:0 18px 48px #00000057;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}._videoHudWithSkip_1tghi_379 ._videoControlDock_1tghi_364{grid-template-columns:repeat(5,minmax(78px,1fr))}._nonVideoControlDock_1tghi_383{position:absolute;inset:0;z-index:12;pointer-events:none;opacity:1;transition:opacity .18s ease}._nonVideoControlDockHidden_1tghi_392{opacity:0}._nonVideoControlDockHidden_1tghi_392 ._videoControlDock_1tghi_364{pointer-events:none}._nonVideoControlDockVisible_1tghi_400{opacity:1}._nonVideoControlDock_1tghi_383 ._videoControlDock_1tghi_364{grid-template-columns:repeat(3,minmax(82px,1fr))}._videoControlButton_1tghi_408{position:relative;min-width:0;min-height:72px;display:grid;place-items:center;align-content:center;gap:6px;border:0;border-left:1px solid rgba(255,255,255,.18);background:transparent;color:#ffffffe6;padding:9px 12px;font-size:13px;font-weight:800;text-shadow:0 1px 10px rgba(0,0,0,.5);cursor:pointer;transition:background .14s ease,color .14s ease}._videoControlButton_1tghi_408:first-child{border-left:0}._videoControlButton_1tghi_408:hover,._videoControlButton_1tghi_408:focus-visible{background:#ffffff1f;color:#fff}._videoControlButton_1tghi_408 svg{display:block;font-size:20px}._videoControlButton_1tghi_408 span{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}._minigameFrame_1tghi_452{display:block;width:100%;height:100%;border:0;background:#000}._minigameFrameLandscape_1tghi_460{width:100%;height:100%}._minigameFramePortrait_1tghi_465{width:min(100%,56.25vh);height:min(100%,calc(100vw * 16 / 9));max-width:100%;max-height:100%;aspect-ratio:9 / 16}._textScene_1tghi_286{height:100%;display:flex;flex-direction:column;justify-content:center;padding:56px;background:linear-gradient(135deg,var(--ivg-surface),var(--ivg-surface-muted)),radial-gradient(circle at 80% 20%,var(--ivg-accent-mid),transparent 34%)}._textScene_1tghi_286 span,._endingModal_1tghi_485 span,._restartConfirmModal_1tghi_486 span{color:var(--ivg-accent-strong);font-size:12px;font-weight:800;letter-spacing:0}._textScene_1tghi_286 h1,._endingModal_1tghi_485 h1,._restartConfirmModal_1tghi_486 h1{margin:10px 0 12px;font-size:32px;line-height:1.2;color:var(--ivg-text)}._textScene_1tghi_286 p,._endingModal_1tghi_485 p,._restartConfirmModal_1tghi_486 p{margin:0;color:var(--ivg-text-soft);font-size:16px;line-height:1.75;white-space:pre-wrap}._playOverlayButton_1tghi_512{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:128px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ivg-border-strong);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:15px;font-weight:800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}._playOverlayButton_1tghi_512 svg{font-size:24px}._videoTransitionOverlay_1tghi_537{position:absolute;inset:0;z-index:8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--ivg-overlay);color:var(--ivg-text);pointer-events:none;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._videoTransitionOverlay_1tghi_537 strong{font-size:14px;font-weight:800}._videoTransitionLoader_1tghi_557{position:relative;width:44px;height:44px}._videoTransitionLoader_1tghi_557 span{position:absolute;inset:0;border:2px solid var(--ivg-border);border-top-color:var(--ivg-accent-strong);border-radius:999px;animation:_ivgLoadingSpin_1tghi_1 .9s linear infinite}._videoTransitionLoader_1tghi_557 span:nth-child(2){inset:10px;border-color:var(--ivg-accent-soft);border-bottom-color:var(--ivg-muted);animation-duration:.68s;animation-direction:reverse}._preloadPool_1tghi_580{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}._preloadPool_1tghi_580 video{width:1px;height:1px}._choiceDock_1tghi_594{position:absolute;left:50%;right:auto;bottom:clamp(42px,6vh,72px);transform:translate(-50%);width:min(440px,calc(100% - 36px));max-height:min(58%,440px);overflow:auto;display:grid;gap:8px;scrollbar-color:rgba(164,184,204,.18) transparent}._choiceButton_1tghi_608{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;border:1px solid var(--ivg-border);border-radius:0;background:var(--ivg-control-bg);color:var(--ivg-control-text);padding:9px 16px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:border-color .12s ease,background .12s ease,color .12s ease}._choiceButton_1tghi_608 strong{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:inherit;font-size:14px;font-weight:800;line-height:1.35;text-overflow:ellipsis;white-space:normal}._choiceButton_1tghi_608:hover{border-color:var(--ivg-border-strong);background:var(--ivg-control-hover);color:var(--ivg-text)}._choiceDockPortrait_1tghi_647,._choiceDockLandscape_1tghi_648{grid-template-columns:minmax(0,1fr)}._miniProgramPlayerPage_1tghi_88 ._videoControlDock_1tghi_364,._miniProgramPlayerPage_1tghi_88 ._playOverlayButton_1tghi_512,._miniProgramPlayerPage_1tghi_88 ._videoTransitionOverlay_1tghi_537,._miniProgramPlayerPage_1tghi_88 ._choiceButton_1tghi_608,._miniProgramPlayerPage_1tghi_88 ._noChoices_1tghi_656,._miniProgramPlayerPage_1tghi_88 ._videoNotice_1tghi_657,._portalRootMiniProgram_1tghi_140 ._mobileToolsSheet_1tghi_658,._portalRootMiniProgram_1tghi_140 ._treeDialogTitle_1tghi_659,._portalRootMiniProgram_1tghi_140 ._treeProgress_1tghi_660{-webkit-backdrop-filter:none;backdrop-filter:none}._miniProgramPlayerPage_1tghi_88 ._choiceButton_1tghi_608{transition:border-color 80ms linear,background 80ms linear,color 80ms linear}._choiceDockOne_1tghi_671 ._choiceButton_1tghi_608{justify-self:center}._noChoices_1tghi_656,._videoNotice_1tghi_657{border-radius:8px;padding:12px 14px;background:var(--ivg-accent-soft);color:var(--ivg-text-soft)}._videoNotice_1tghi_657{position:absolute;top:18px;left:18px}._sidePanel_1tghi_162{border-left:1px solid var(--ivg-border);background:var(--ivg-panel);padding:18px;overflow-y:auto}._sidePanelHeader_1tghi_696{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--ivg-border)}._sidePanelTitle_1tghi_704{min-width:0;flex:1;margin:0;overflow:hidden;color:var(--ivg-text);font-size:16px;font-weight:900;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._sidePanelHeaderActions_1tghi_717{flex-shrink:0;display:inline-flex;align-items:center;gap:8px}._sidePanelActionButton_1tghi_162{width:38px;min-width:38px;height:38px;min-height:38px;padding:0;background:transparent;font-size:18px;font-weight:800}._sidePanelActionButton_1tghi_162 svg{font-size:18px}._sidePanelActionButton_1tghi_162:hover{border-color:var(--ivg-border-strong);background:var(--ivg-control-hover);color:var(--ivg-accent-strong)}._panelSection_1tghi_745{padding:16px 0;border-bottom:1px solid var(--ivg-border)}._sectionTitle_1tghi_750{display:flex;align-items:center;gap:8px;color:var(--ivg-text);font-size:14px;font-weight:800;margin-bottom:12px}._variableList_1tghi_760{display:grid;gap:8px}._variableRow_1tghi_765{min-height:38px;border-radius:8px;background:var(--ivg-surface-muted);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 12px}._variableRow_1tghi_765 span,._emptyText_1tghi_777{color:var(--ivg-muted);font-size:13px}._variableRow_1tghi_765 strong{color:var(--ivg-text);font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._historyPanelSection_1tghi_790{min-height:0}._historyList_1tghi_794{position:relative;display:grid;gap:0;max-height:min(320px,32dvh);overflow-y:auto;overscroll-behavior:contain;padding:2px 2px 2px 0}._historyList_1tghi_794:before{content:"";position:absolute;top:12px;bottom:12px;left:12px;width:1px;background:var(--ivg-border-strong)}._historyItem_1tghi_814{position:relative;min-height:38px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;padding:7px 0 7px 32px}._historyItem_1tghi_814:before{content:"";position:absolute;left:8px;top:50%;width:9px;height:9px;border:2px solid var(--ivg-accent-strong);border-radius:999px;background:var(--ivg-panel);transform:translateY(-50%);box-shadow:0 0 0 3px var(--ivg-panel)}._historyItem_1tghi_814 span{color:var(--ivg-muted);font-size:11px;font-weight:900;font-variant-numeric:tabular-nums}._historyItem_1tghi_814 strong{min-width:0;overflow:hidden;color:var(--ivg-text);font-size:13px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._historyList_1tghi_794 ._emptyText_1tghi_777{padding:8px 0 0 32px}._openTreeButton_1tghi_859{position:relative;width:100%;min-height:72px;overflow:hidden;border:1px solid color-mix(in srgb,var(--ivg-accent-strong) 74%,var(--ivg-border));border-radius:8px;background:linear-gradient(135deg,var(--ivg-accent-strong),var(--ivg-accent)),var(--ivg-accent-strong);color:var(--ivg-on-accent);display:grid;align-content:center;padding:14px 14px 18px;text-align:left;font-weight:800;box-shadow:0 14px 32px color-mix(in srgb,var(--ivg-accent-strong) 20%,transparent);cursor:pointer}._openTreeButton_1tghi_859:hover{border-color:var(--ivg-accent-strong);background:linear-gradient(135deg,var(--ivg-accent),var(--ivg-accent-strong)),var(--ivg-accent-strong)}._openTreeButtonContent_1tghi_886{position:relative;z-index:1;min-width:0;display:flex;align-items:center;gap:10px}._openTreeButtonContent_1tghi_886 svg{flex:0 0 auto;font-size:20px}._openTreeButtonText_1tghi_900{min-width:0;display:grid;gap:2px}._openTreeButtonText_1tghi_900 strong{overflow:hidden;color:inherit;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}._openTreeButtonText_1tghi_900 small{color:color-mix(in srgb,var(--ivg-on-accent) 76%,transparent);font-size:11px;font-weight:700}._openTreeProgressTrack_1tghi_921{position:absolute;right:12px;bottom:10px;left:12px;height:3px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--ivg-on-accent) 26%,transparent)}._openTreeProgressFill_1tghi_932{display:block;height:100%;border-radius:inherit;background:var(--ivg-on-accent)}._mobileToolsButton_1tghi_317{display:none}._mobileToolsOverlay_1tghi_943{position:fixed;inset:0;z-index:34;display:block;background:var(--ivg-scrim)}._mobileToolsSheet_1tghi_658{position:absolute;top:0;right:0;bottom:0;width:min(420px,100vw);display:flex;flex-direction:column;overflow:hidden;border-left:1px solid var(--ivg-border);background:var(--ivg-surface);box-shadow:var(--ivg-shadow)}._mobileToolsHeader_1tghi_965{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid var(--ivg-border)}._mobileToolsHeaderActions_1tghi_975{display:flex;align-items:center;gap:8px}._mobileToolsHeader_1tghi_965 strong{color:var(--ivg-text);font-size:15px}._mobileRestartButton_1tghi_986{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--ivg-border-strong);border-radius:8px;background:var(--ivg-accent-soft);color:var(--ivg-text);padding:0 10px;font-size:13px;font-weight:800;cursor:pointer}._mobileToolsClose_1tghi_1002{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:18px;cursor:pointer}._mobileToolsTabs_1tghi_1015{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 14px 0}._mobileToolsTabs_1tghi_1015 button{min-height:36px;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-muted);font-size:13px;font-weight:800;cursor:pointer}._mobileToolsTabs_1tghi_1015 ._mobileToolsTabActive_1tghi_1033{border-color:var(--ivg-border-strong);background:var(--ivg-accent-soft);color:var(--ivg-text)}._mobileToolsContent_1tghi_1039{min-height:0;overflow-y:auto;padding:2px 16px 18px}._variableBoardOverlay_1tghi_1045{position:fixed;inset:0;z-index:36;display:grid;place-items:center;padding:calc(env(safe-area-inset-top,0px) + 20px) calc(env(safe-area-inset-right,0px) + 16px) calc(env(safe-area-inset-bottom,0px) + 20px) calc(env(safe-area-inset-left,0px) + 16px);background:color-mix(in srgb,var(--ivg-bg) 28%,rgba(0,0,0,.72))}._variableBoardModal_1tghi_1059{width:min(460px,calc(100vw - 32px));max-height:min(78dvh,580px);min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ivg-border);border-radius:12px;background:var(--ivg-surface);box-shadow:var(--ivg-shadow)}._variableBoardHeader_1tghi_1072{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid var(--ivg-border)}._variableBoardTitle_1tghi_1082{min-width:0;display:inline-flex;align-items:center;gap:8px;color:var(--ivg-text)}._variableBoardTitle_1tghi_1082 svg{flex:0 0 auto;font-size:18px}._variableBoardTitle_1tghi_1082 h2{margin:0;overflow:hidden;font-size:16px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._variableBoardClose_1tghi_1104{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:18px;cursor:pointer}._variableBoardContent_1tghi_1118{min-height:0;overflow-y:auto;padding:4px 16px 18px}._variableBoardContent_1tghi_1118 ._panelSection_1tghi_745{padding-bottom:0;border-bottom:0}._variableBoardContent_1tghi_1118 ._sectionTitle_1tghi_750{display:none}._treeOverlay_1tghi_1133{position:fixed;inset:0;z-index:35;display:grid;place-items:center;padding:24px;background:color-mix(in srgb,var(--ivg-bg) 32%,rgba(0,0,0,.72))}._treeDialog_1tghi_659{width:min(1180px,100%);height:min(760px,calc(100vh - 48px));min-height:420px;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ivg-border);border-radius:20px;background:var(--ivg-surface);box-shadow:var(--ivg-shadow)}._treeDialogHeader_1tghi_1156{height:64px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 18px 0 22px;border-bottom:1px solid var(--ivg-border);background:var(--ivg-surface)}._treeDialogTitle_1tghi_659{min-width:0;display:grid;gap:2px}._treeDialogActions_1tghi_1173{display:flex;align-items:center;flex-shrink:0;gap:10px;margin-left:auto}._treeDialogHeader_1tghi_1156 span{color:var(--ivg-accent-strong);font-size:11px;font-weight:900;letter-spacing:0}._treeDialogHeader_1tghi_1156 h2{margin:2px 0 0;color:var(--ivg-text);font-size:18px}._treeProgress_1tghi_660{width:fit-content;max-width:100%;overflow:hidden;padding:4px 8px;border:1px solid var(--ivg-border-strong);border-radius:7px;background:var(--ivg-accent-soft);color:var(--ivg-accent-strong);font-size:12px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}._treeProgressCompact_1tghi_1210{display:none}._treeCloseButton_1tghi_1214{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:20px;cursor:pointer}._treeCanvas_1tghi_1227{flex:1;min-height:0;overflow:hidden;overscroll-behavior:contain;touch-action:none;background:linear-gradient(180deg,var(--ivg-accent-soft),transparent 42%),var(--ivg-tree-canvas)}._treeCanvas_1tghi_1227 .react-flow__pane{cursor:grab}._treeCanvas_1tghi_1227 .react-flow__pane:active{cursor:grabbing}._treeCanvas_1tghi_1227 .react-flow__controls{border-radius:8px;overflow:hidden;box-shadow:0 10px 28px #0000003d}._treeCanvas_1tghi_1227 .react-flow__controls-button{border-bottom-color:var(--ivg-border);background:var(--ivg-flow-control-bg);color:var(--ivg-flow-control-text)}._treeCanvas_1tghi_1227 .react-flow__controls-button:hover{background:var(--ivg-accent-soft)}._treeHandle_1tghi_1262{width:1px;height:1px;border:0;background:transparent;opacity:0}._treePlotButton_1tghi_1270,._treeChoiceCard_1tghi_1271{position:relative;width:238px;min-height:84px;display:grid;align-content:center;gap:6px;padding:14px 40px 14px 14px;border:1px solid var(--ivg-border);border-radius:18px;background:linear-gradient(135deg,var(--ivg-accent-soft),transparent 58%),var(--ivg-surface);color:var(--ivg-text);text-align:left;box-shadow:0 14px 32px #00000042}._treePlotButton_1tghi_1270{cursor:pointer}._treePlotButton_1tghi_1270:disabled{cursor:default}._treePlotButton_1tghi_1270 span,._treeChoiceCard_1tghi_1271 span{color:var(--ivg-muted);font-size:12px;font-weight:700}._treePlotButton_1tghi_1270 strong,._treeChoiceCard_1tghi_1271 strong{overflow:hidden;color:var(--ivg-text);font-size:15px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}._treePlotButton_1tghi_1270 em{position:absolute;top:12px;right:12px;color:var(--ivg-accent-strong);font-size:11px;font-style:normal;font-weight:900}._treePlotVisited_1tghi_1324,._treeChoiceVisited_1tghi_1325{border-color:var(--ivg-border-strong);background:linear-gradient(135deg,var(--ivg-accent-mid),transparent 56%),var(--ivg-surface)}._treePlotCurrent_1tghi_1332{border-color:color-mix(in srgb,var(--ivg-green) 74%,transparent);background:linear-gradient(135deg,#48b79433,#e5b35f1f),var(--ivg-surface-muted);box-shadow:0 0 0 1px #48b79438,0 18px 42px #48b79424}._treePlotEnding_1tghi_1342{border-color:var(--ivg-border-strong);background:linear-gradient(135deg,var(--ivg-accent-mid),transparent 58%),var(--ivg-surface)}._treePlotMinigame_1tghi_1349{border-color:var(--ivg-border-strong);background:linear-gradient(135deg,#48b7942e,#e5b35f1a),var(--ivg-surface)}._treePlotDisabled_1tghi_1356{opacity:.72}._treeChoiceCard_1tghi_1271{border-color:var(--ivg-border-strong);background:linear-gradient(135deg,var(--ivg-accent-soft),transparent 58%),var(--ivg-surface-muted)}._treeResultCard_1tghi_1367{background:linear-gradient(135deg,#48b79429,#e5b35f1a),var(--ivg-surface-muted)}._treeEmpty_1tghi_1373{flex:1;display:grid;place-items:center;color:var(--ivg-muted)}._endingOverlay_1tghi_1380{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:24px;background:linear-gradient(180deg,#0000001f,#000000b8),#00000094}._restartConfirmOverlay_1tghi_1392{position:fixed;inset:0;z-index:46;display:grid;place-items:center;padding:24px;background:var(--ivg-scrim)}._restartConfirmModal_1tghi_486{position:relative;width:min(420px,100%);border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-surface);color:var(--ivg-text);padding:28px;box-shadow:var(--ivg-shadow)}._restartConfirmModal_1tghi_486 h1{padding-right:44px;font-size:24px}._restartConfirmModal_1tghi_486 p{color:var(--ivg-text-soft);font-size:14px;line-height:1.65}._endingModal_1tghi_485,._messagePanel_1tghi_163,._loadingPanel_1tghi_1426{position:relative;width:min(560px,100%);border-radius:8px;background:var(--ivg-surface);color:var(--ivg-text);padding:28px;box-shadow:var(--ivg-shadow)}._endingModal_1tghi_485{width:min(540px,calc(100vw - 32px));border:1px solid rgba(255,255,255,.18);background:linear-gradient(180deg,#141618f0,#08090af0);color:#fff;box-shadow:0 28px 80px #00000075;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._endingModal_1tghi_485 span{color:#fb5b67f0}._endingModal_1tghi_485 h1{color:#fff}._endingModal_1tghi_485 p{color:#ffffffb8}._endingModal_1tghi_485 ._endingCloseButton_1tghi_1457{border-color:#ffffff2e;background:#ffffff14;color:#ffffffd6}._endingCloseButton_1tghi_1457,._restartConfirmClose_1tghi_1464{position:absolute;top:14px;right:14px;width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:20px;cursor:pointer}._restartConfirmActions_1tghi_1480{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}._restartConfirmActions_1tghi_1480 button{min-height:40px;border-radius:8px;padding:0 14px;font-size:14px;font-weight:800;cursor:pointer}._restartConfirmSecondary_1tghi_1496{border:1px solid var(--ivg-border);background:var(--ivg-control-bg);color:var(--ivg-control-text)}._restartConfirmPrimary_1tghi_1502{border:1px solid var(--ivg-accent-strong);background:var(--ivg-accent-strong);color:var(--ivg-on-accent)}._endingActions_1tghi_1508{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}._endingActions_1tghi_1508 button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--ivg-border-strong);border-radius:8px;background:var(--ivg-accent-strong);color:var(--ivg-on-accent);padding:0 14px;cursor:pointer}._messagePanel_1tghi_163,._loadingPanel_1tghi_1426{margin:auto}._messagePanel_1tghi_163 h1{margin:0 0 10px}._messagePanel_1tghi_163 p{color:var(--ivg-text-soft)}._messagePanel_1tghi_163 button{background:var(--ivg-accent-strong);color:var(--ivg-on-accent);padding:0 14px}._loadingPanel_1tghi_1426{width:min(620px,calc(100% - 48px));min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;overflow:hidden;border:1px solid var(--ivg-border-strong);background:radial-gradient(circle at 50% 0%,var(--ivg-accent-mid),transparent 40%),var(--ivg-loader-surface);color:var(--ivg-text);text-align:center}._loadingOrb_1tghi_1565{position:relative;width:72px;height:72px}._loadingOrbit_1tghi_1571,._loadingOrbitInner_1tghi_1572,._loadingCore_1tghi_1573{position:absolute;border-radius:999px}._loadingOrbit_1tghi_1571{inset:0;border:2px solid var(--ivg-border);border-top-color:var(--ivg-accent-strong);animation:_ivgLoadingSpin_1tghi_1 1.2s linear infinite}._loadingOrbitInner_1tghi_1572{inset:14px;border:2px solid var(--ivg-accent-soft);border-bottom-color:var(--ivg-muted);animation:_ivgLoadingSpin_1tghi_1 .86s linear infinite reverse}._loadingCore_1tghi_1573{top:50%;left:50%;width:18px;height:18px;background:var(--ivg-accent-strong);box-shadow:0 0 26px var(--ivg-accent-mid);transform:translate(-50%,-50%);animation:_ivgLoadingPulse_1tghi_1 1.5s ease-in-out infinite}._loadingEyebrow_1tghi_1603{color:var(--ivg-accent-strong);font-size:12px;font-weight:900;letter-spacing:0}._loadingPanel_1tghi_1426 h1{margin:0;color:var(--ivg-text);font-size:26px;line-height:1.2}._loadingPanel_1tghi_1426 p{margin:0;color:var(--ivg-muted);font-size:14px}@keyframes _ivgLoadingSpin_1tghi_1{to{transform:rotate(360deg)}}@keyframes _ivgLoadingPulse_1tghi_1{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.58;transform:translate(-50%,-50%) scale(1.22)}}@media(max-width:980px),(max-height:720px)and (max-width:1280px)and (orientation:landscape){._cinematicVideoPage_1tghi_264 ._videoSceneTitle_1tghi_344{display:none}._videoSceneTitle_1tghi_344{top:calc(env(safe-area-inset-top,0px) + 18px);left:calc(env(safe-area-inset-left,0px) + 64px);max-width:calc(100% - 128px)}._videoSceneTitle_1tghi_344 strong{font-size:clamp(18px,5vw,26px)}._videoControlDock_1tghi_364{right:auto;bottom:calc(env(safe-area-inset-bottom,0px) + 12px);left:50%;width:min(520px,calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - 24px));transform:translate(-50%);grid-template-columns:repeat(4,minmax(0,1fr));min-height:62px;border-radius:8px}._videoHudWithSkip_1tghi_379 ._videoControlDock_1tghi_364{width:min(620px,calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - 24px));grid-template-columns:repeat(5,minmax(0,1fr))}._nonVideoControlDock_1tghi_383 ._videoControlDock_1tghi_364{width:min(420px,calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - 24px));grid-template-columns:repeat(3,minmax(0,1fr))}._videoControlButton_1tghi_408{min-height:60px;padding:7px 6px;font-size:12px}._videoControlButton_1tghi_408 svg{font-size:19px}._cinematicVideoPage_1tghi_264 ._mobileToolsButton_1tghi_317{display:none}}@media(prefers-reduced-motion:reduce){._loadingOrbit_1tghi_1571,._loadingOrbitInner_1tghi_1572,._loadingCore_1tghi_1573,._videoTransitionLoader_1tghi_557 span{animation:none}}@media(max-width:980px),(max-height:720px)and (max-width:1280px)and (orientation:landscape){._pageRoot_1tghi_1{height:100dvh;overflow:hidden}._header_1tghi_144{position:fixed;top:calc(env(safe-area-inset-top,0px) + 12px);left:14px;z-index:31;width:auto;height:auto;padding:0;border:0;background:transparent;pointer-events:none}._header_1tghi_144 ._iconButton_1tghi_159{width:44px;min-height:44px;pointer-events:auto;border:1px solid var(--ivg-icon-float-border);background:var(--ivg-icon-float-bg);box-shadow:none;color:var(--ivg-icon-float-text);filter:none;-webkit-backdrop-filter:none;backdrop-filter:none}._headerTitle_1tghi_215,._headerActions_1tghi_199,._headerButton_1tghi_160{display:none}._playerGrid_1tghi_234{grid-template-columns:1fr;height:100dvh;overflow:hidden}._stage_1tghi_241{height:100%;min-height:0;padding:0}._monitor_1tghi_246{height:100%;min-height:0;border-radius:0;box-shadow:none}._sidePanel_1tghi_162{display:none}._mobileToolsButton_1tghi_317{position:fixed;top:calc(env(safe-area-inset-top,0px) + 12px);right:16px;z-index:30;width:44px;height:44px;display:grid;place-items:center;border:1px solid var(--ivg-icon-float-border);border-radius:999px;background:var(--ivg-icon-float-bg);color:var(--ivg-icon-float-text);box-shadow:none;filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer;-webkit-tap-highlight-color:transparent}._mobileToolsButton_1tghi_317 svg{font-size:23px}._header_1tghi_144 ._iconButton_1tghi_159 svg,._mobileToolsButton_1tghi_317 svg,._treeCloseButton_1tghi_1214 svg{display:block}._mobileToolsButton_1tghi_317 span{display:none}._mobileToolsOverlay_1tghi_943{position:fixed;inset:0;z-index:34;display:block;background:var(--ivg-scrim)}._mobileToolsSheet_1tghi_658{position:absolute;right:0;bottom:0;left:0;max-height:min(72dvh,620px);display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ivg-border);border-bottom:0;border-radius:18px 18px 0 0;background:var(--ivg-surface);box-shadow:var(--ivg-sheet-shadow)}._mobileToolsHeader_1tghi_965{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-bottom:1px solid var(--ivg-border)}._mobileToolsHeaderActions_1tghi_975{display:flex;align-items:center;gap:8px}._mobileToolsHeader_1tghi_965 strong{color:var(--ivg-text);font-size:15px}._mobileRestartButton_1tghi_986{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--ivg-border-strong);border-radius:8px;background:var(--ivg-accent-soft);color:var(--ivg-text);padding:0 10px;font-size:13px;font-weight:800;cursor:pointer}._mobileToolsClose_1tghi_1002{width:36px;height:36px;display:grid;place-items:center;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-control-text);font-size:18px;cursor:pointer}._mobileToolsTabs_1tghi_1015{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 14px 0}._mobileToolsTabs_1tghi_1015 button{min-height:36px;border:1px solid var(--ivg-border);border-radius:8px;background:var(--ivg-control-bg);color:var(--ivg-muted);font-size:13px;font-weight:800;cursor:pointer}._mobileToolsTabs_1tghi_1015 ._mobileToolsTabActive_1tghi_1033{border-color:var(--ivg-border-strong);background:var(--ivg-accent-soft);color:var(--ivg-text)}._mobileToolsContent_1tghi_1039{min-height:0;overflow-y:auto;padding:2px 16px 18px}._mobileToolsContent_1tghi_1039 ._panelSection_1tghi_745{padding-bottom:0;border-bottom:0}._mobileToolsContent_1tghi_1039 ._openTreeButton_1tghi_859{min-height:76px}._mobileToolsContent_1tghi_1039 ._historyList_1tghi_794{max-height:min(44dvh,360px)}._treeOverlay_1tghi_1133{place-items:stretch;padding:0}._treeDialog_1tghi_659{position:relative;width:100vw;height:100dvh;min-height:0;overflow:hidden;border:0;border-radius:0}._treeDialogHeader_1tghi_1156{position:absolute;top:calc(env(safe-area-inset-top,0px) + 10px);left:10px;right:10px;z-index:6;height:auto;min-height:0;align-items:flex-start;gap:8px;padding:0;border-bottom:0;background:transparent;pointer-events:none}._treeDialogTitle_1tghi_659{width:fit-content;max-width:34vw;display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid var(--ivg-float-border);border-radius:999px;background:var(--ivg-float-bg);color:var(--ivg-float-text);box-shadow:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._treeDialogTitle_1tghi_659 span{display:none}._treeDialogTitle_1tghi_659 h2{margin:0;overflow:hidden;font-size:13px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}._treeDialogActions_1tghi_1173{align-items:flex-start;gap:8px;pointer-events:auto}._treeProgress_1tghi_660{max-width:132px;padding:7px 9px;border-radius:999px;border-color:var(--ivg-float-border);background:var(--ivg-float-bg);box-shadow:var(--ivg-float-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._treeProgressFull_1tghi_1987{display:none}._treeProgressCompact_1tghi_1210{display:inline-block}._treeCloseButton_1tghi_1214{width:44px;height:44px;border-radius:999px;border:1px solid var(--ivg-icon-float-border);background:var(--ivg-icon-float-bg);box-shadow:none;color:var(--ivg-icon-float-text);filter:none;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-tap-highlight-color:transparent}._endingOverlay_1tghi_1380,._restartConfirmOverlay_1tghi_1392{inset:0;padding:12px;border-radius:0}._endingModal_1tghi_485,._restartConfirmModal_1tghi_486,._messagePanel_1tghi_163,._loadingPanel_1tghi_1426{width:min(560px,calc(100vw - 24px));max-height:calc(100dvh - 24px);overflow:auto}}@media(max-width:980px)and (orientation:portrait){._nonVideoControlDock_1tghi_383 ._videoControlDock_1tghi_364{top:calc(env(safe-area-inset-top,0px) + 14px);bottom:auto;width:min(360px,calc(100% - env(safe-area-inset-left,0px) - env(safe-area-inset-right,0px) - 96px));min-height:54px}._nonVideoControlDock_1tghi_383 ._videoControlButton_1tghi_408{min-height:52px;padding:6px 4px;font-size:11px}._landscapeVideoPage_1tghi_80 ._stage_1tghi_241{display:flex;align-items:flex-start}._landscapeVideoPage_1tghi_80 ._monitor_1tghi_246{height:auto;min-height:0;aspect-ratio:16 / 9}}@media(max-width:980px)and (orientation:landscape),(max-height:720px)and (max-width:1280px)and (orientation:landscape){._stage_1tghi_241{padding:10px 12px}._monitor_1tghi_246{height:calc(100dvh - 20px);min-height:0}._mobileToolsButton_1tghi_317{top:calc(env(safe-area-inset-top,0px) + 12px);right:14px}._mobileToolsSheet_1tghi_658{max-height:88dvh}}@media(max-width:640px){._header_1tghi_144{padding:0}._headerButton_1tghi_160{padding:0 10px}._textScene_1tghi_286{padding:28px}._textScene_1tghi_286 h1,._endingModal_1tghi_485 h1,._restartConfirmModal_1tghi_486 h1{font-size:24px}._choiceDock_1tghi_594{width:calc(100% - 24px);bottom:24px}._treeOverlay_1tghi_1133{place-items:stretch;padding:0}._treeDialog_1tghi_659{width:100vw;height:100dvh;min-height:0;border:0;border-radius:0}._treeDialogHeader_1tghi_1156{top:calc(env(safe-area-inset-top,0px) + 8px);height:auto;padding:0}._treeDialogTitle_1tghi_659{max-width:32vw;padding:6px 9px}._treeDialogTitle_1tghi_659 h2{font-size:12px}._treeDialogActions_1tghi_1173{gap:8px}._treeProgress_1tghi_660{max-width:112px;padding:6px 8px;font-size:11px}._treeProgressFull_1tghi_1987{display:none}._treeProgressCompact_1tghi_1210{display:inline-block}._treeCloseButton_1tghi_1214{width:44px;height:44px}._mobileToolsButton_1tghi_317{top:calc(env(safe-area-inset-top,0px) + 12px);right:12px}._mobileToolsSheet_1tghi_658{max-height:76dvh}._treePlotButton_1tghi_1270,._treeChoiceCard_1tghi_1271{width:214px}}@media(max-width:980px),(max-height:720px)and (max-width:1280px)and (orientation:landscape){._choiceDock_1tghi_594{bottom:calc(env(safe-area-inset-bottom,0px) + 18px);width:min(420px,calc(100% - 28px));max-height:min(48dvh,360px);gap:8px;overscroll-behavior:contain}._choiceDockLandscape_1tghi_648{grid-template-columns:repeat(2,minmax(0,1fr));width:min(660px,calc(100% - 44px));max-height:min(46dvh,260px)}._choiceDockPortrait_1tghi_647{grid-template-columns:minmax(0,1fr)}._choiceDockLandscape_1tghi_648._choiceDockOne_1tghi_671{grid-template-columns:minmax(180px,320px);justify-content:center}._choiceDockLandscape_1tghi_648._choiceDockThree_1tghi_2185 ._choiceButton_1tghi_608:nth-child(3){grid-column:1 / -1;justify-self:center;width:min(320px,100%)}._choiceDockPortrait_1tghi_647._choiceDockOne_1tghi_671 ._choiceButton_1tghi_608{width:min(320px,100%)}._choiceButton_1tghi_608{min-height:46px;padding:9px 12px;touch-action:manipulation}._mobileThemeButton_1tghi_2201{flex-shrink:0}}@media(max-width:980px)and (orientation:portrait){._landscapeVideoPage_1tghi_80{position:fixed;top:50%;left:50%;width:100dvh;height:100vw;min-height:0;overflow:hidden;transform:translate(-50%,-50%) rotate(90deg);transform-origin:center}._landscapeVideoPage_1tghi_80 ._playerGrid_1tghi_234,._landscapeVideoPage_1tghi_80 ._stage_1tghi_241,._landscapeVideoPage_1tghi_80 ._monitor_1tghi_246{width:100%;height:100%;min-height:0}._landscapeVideoPage_1tghi_80 ._stage_1tghi_241{display:flex;align-items:center;justify-content:center;padding:0}._landscapeVideoPage_1tghi_80 ._monitor_1tghi_246{aspect-ratio:auto;border-radius:0}._portraitVideoPage_1tghi_84 ._choiceDock_1tghi_594,._choiceDockPortrait_1tghi_647{grid-template-columns:minmax(0,1fr);width:min(420px,calc(100% - 28px))}._treeDialogHeader_1tghi_1156{position:relative;top:auto;right:auto;left:auto;z-index:6;min-height:calc(env(safe-area-inset-top,0px) + 64px);align-items:center;gap:12px;padding:calc(env(safe-area-inset-top,0px) + 10px) 12px 10px;border-bottom:1px solid var(--ivg-border);background:var(--ivg-surface);pointer-events:auto}._treeDialogTitle_1tghi_659{width:auto;max-width:none;flex:1;display:grid;gap:2px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._treeDialogTitle_1tghi_659 span{display:block}._treeDialogTitle_1tghi_659 h2{font-size:16px;line-height:1.2;white-space:normal}._treeDialogActions_1tghi_1173{align-items:center}._treeProgress_1tghi_660{max-width:128px;background:var(--ivg-accent-soft);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._treeCloseButton_1tghi_1214{border:1px solid var(--ivg-icon-float-border);border-radius:999px;background:var(--ivg-icon-float-bg);color:var(--ivg-icon-float-text);box-shadow:none}._treePlotButton_1tghi_1270,._treeChoiceCard_1tghi_1271{width:min(236px,calc(100vw - 64px))}}@media(max-width:640px){._choiceDock_1tghi_594{bottom:calc(env(safe-area-inset-bottom,0px) + 16px);width:min(420px,calc(100% - 24px))}._choiceDockLandscape_1tghi_648{width:min(620px,calc(100% - 32px))}}@media(max-width:980px)and (orientation:landscape),(max-height:720px)and (max-width:1280px)and (orientation:landscape){._choiceDock_1tghi_594,._choiceDockPortrait_1tghi_647,._choiceDockLandscape_1tghi_648{grid-template-columns:repeat(2,minmax(0,1fr));width:min(760px,calc(100% - 160px));max-height:min(44dvh,240px);bottom:calc(env(safe-area-inset-bottom,0px) + clamp(38px,7dvh,54px));gap:10px}._choiceDockOne_1tghi_671,._choiceDockLandscape_1tghi_648._choiceDockOne_1tghi_671{grid-template-columns:minmax(220px,340px);justify-content:center;width:min(420px,calc(100% - 120px))}._choiceDockThree_1tghi_2185 ._choiceButton_1tghi_608:nth-child(3),._choiceDockLandscape_1tghi_648._choiceDockThree_1tghi_2185 ._choiceButton_1tghi_608:nth-child(3){grid-column:1 / -1;justify-self:center;width:min(360px,100%)}._choiceDockFour_1tghi_2345,._choiceDockLandscape_1tghi_648._choiceDockFour_1tghi_2345{grid-template-columns:repeat(2,minmax(0,1fr))}._choiceButton_1tghi_608{min-height:40px;padding:7px 10px}._choiceButton_1tghi_608 strong{font-size:12px;line-height:1.24}}._portalRootMobilePortraitVideo_1tghi_128 ._portalViewportFrame_1tghi_103,._portalRootMobileLandscapeVideo_1tghi_132 ._portalViewportFrame_1tghi_103{top:0;left:0;width:100vw;height:100dvh}._portalRootMobileLandscapeVideo_1tghi_132._portalRootViewportPortrait_1tghi_116 ._portalViewportFrame_1tghi_103{inset:0 auto auto 0;width:100vw;height:100dvh;transform:none;transform-origin:center}._portalRootLandscapeRotated_1tghi_136._portalRootMobileLandscapeVideo_1tghi_132._portalRootViewportPortrait_1tghi_116 ._portalViewportFrame_1tghi_103{top:50%;left:50%;width:100dvh;height:100vw;transform:translate(-50%,-50%) rotate(90deg)}._portalRootMobilePortraitVideo_1tghi_128 ._mobileToolsOverlay_1tghi_943,._portalRootMobileLandscapeVideo_1tghi_132 ._mobileToolsOverlay_1tghi_943{position:absolute;inset:0;z-index:34;display:block;width:100%;height:100%;background:var(--ivg-scrim)}._portalRootMobilePortraitVideo_1tghi_128 ._treeOverlay_1tghi_1133,._portalRootMobileLandscapeVideo_1tghi_132 ._treeOverlay_1tghi_1133,._portalRootMobilePortraitVideo_1tghi_128 ._variableBoardOverlay_1tghi_1045,._portalRootMobileLandscapeVideo_1tghi_132 ._variableBoardOverlay_1tghi_1045,._portalRootMobilePortraitVideo_1tghi_128 ._endingOverlay_1tghi_1380,._portalRootMobileLandscapeVideo_1tghi_132 ._endingOverlay_1tghi_1380,._portalRootMobilePortraitVideo_1tghi_128 ._restartConfirmOverlay_1tghi_1392,._portalRootMobileLandscapeVideo_1tghi_132 ._restartConfirmOverlay_1tghi_1392{position:absolute;inset:0;width:100%;height:100%}._portalRootMobilePortraitVideo_1tghi_128 ._variableBoardModal_1tghi_1059{width:min(420px,calc(100% - 28px));max-height:min(78%,560px)}._portalRootMobileLandscapeVideo_1tghi_132 ._variableBoardModal_1tghi_1059{width:min(520px,calc(100% - 40px));max-height:min(82%,420px)}._portalRootMobilePortraitVideo_1tghi_128 ._mobileToolsSheet_1tghi_658,._portalRootMobileLandscapeVideo_1tghi_132 ._mobileToolsSheet_1tghi_658{position:absolute;right:0;bottom:0;left:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ivg-border);border-bottom:0;border-radius:18px 18px 0 0;background:var(--ivg-surface);box-shadow:var(--ivg-sheet-shadow)}._portalRootMobilePortraitVideo_1tghi_128 ._mobileToolsSheet_1tghi_658{max-height:min(72%,620px)}._portalRootMobileLandscapeVideo_1tghi_132 ._mobileToolsSheet_1tghi_658{max-height:min(58%,340px)}._portalRootMobilePortraitVideo_1tghi_128 ._treeOverlay_1tghi_1133,._portalRootMobileLandscapeVideo_1tghi_132 ._treeOverlay_1tghi_1133{place-items:stretch;padding:0}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialog_1tghi_659,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialog_1tghi_659{position:relative;width:100%;height:100%;min-height:0;overflow:hidden;border:0;border-radius:0}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialogHeader_1tghi_1156,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogHeader_1tghi_1156{position:relative;top:auto;right:auto;left:auto;z-index:6;min-height:calc(env(safe-area-inset-top,0px) + 60px);align-items:center;gap:12px;padding:calc(env(safe-area-inset-top,0px) + 10px) 12px 10px;border-bottom:1px solid var(--ivg-border);background:var(--ivg-surface);pointer-events:auto}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialogTitle_1tghi_659,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogTitle_1tghi_659{width:auto;max-width:none;flex:1;display:grid;gap:2px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialogTitle_1tghi_659 span,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogTitle_1tghi_659 span{display:block}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialogTitle_1tghi_659 h2,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogTitle_1tghi_659 h2{margin:2px 0 0;font-size:16px;line-height:1.2;white-space:normal}._portalRootMobilePortraitVideo_1tghi_128 ._treeDialogActions_1tghi_1173,._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogActions_1tghi_1173{align-items:center;gap:8px}._portalRootMobilePortraitVideo_1tghi_128 ._treeProgress_1tghi_660,._portalRootMobileLandscapeVideo_1tghi_132 ._treeProgress_1tghi_660{max-width:128px;background:var(--ivg-accent-soft);box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}._portalRootMobilePortraitVideo_1tghi_128 ._treeCloseButton_1tghi_1214,._portalRootMobileLandscapeVideo_1tghi_132 ._treeCloseButton_1tghi_1214{width:44px;height:44px;border:1px solid var(--ivg-icon-float-border);border-radius:999px;background:var(--ivg-icon-float-bg);color:var(--ivg-icon-float-text);box-shadow:none}._portalRootMobilePortraitVideo_1tghi_128 ._treePlotButton_1tghi_1270,._portalRootMobilePortraitVideo_1tghi_128 ._treeChoiceCard_1tghi_1271{width:min(236px,calc(100vw - 64px))}._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogHeader_1tghi_1156{min-height:54px;padding:8px 14px}._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogTitle_1tghi_659{display:inline-flex;align-items:center;gap:8px}._portalRootMobileLandscapeVideo_1tghi_132 ._treeDialogTitle_1tghi_659 h2{margin:0;font-size:15px;white-space:nowrap}._portalRootMobileLandscapeVideo_1tghi_132 ._treeProgressFull_1tghi_1987{display:none}._portalRootMobileLandscapeVideo_1tghi_132 ._treeProgressCompact_1tghi_1210{display:inline-block}._portalRootMobileLandscapeVideo_1tghi_132 ._treePlotButton_1tghi_1270,._portalRootMobileLandscapeVideo_1tghi_132 ._treeChoiceCard_1tghi_1271{width:238px}._pageRoot_aljo7_1{min-height:100vh;background:#f7f8fb}._editorShell_aljo7_6{width:min(var(--app-desktop-shell-max, 1180px),calc(100% - 48px));margin:0 auto;padding:32px 0 96px}._toolbar_aljo7_12{display:flex;justify-content:space-between;gap:12px;margin-bottom:20px}._iconTextButton_aljo7_19,._secondaryAction_aljo7_20,._primaryAction_aljo7_21,._downloadWideButton_aljo7_22{border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:1;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}._iconTextButton_aljo7_19{min-height:38px;padding:0 14px;background:#fff;color:#2b3445;border:1px solid rgba(17,24,39,.1)}._iconTextButton_aljo7_19:hover:not(:disabled),._secondaryAction_aljo7_20:hover:not(:disabled),._primaryAction_aljo7_21:hover:not(:disabled),._downloadWideButton_aljo7_22:hover:not(:disabled){transform:translateY(-1px)}._iconTextButton_aljo7_19:disabled,._secondaryAction_aljo7_20:disabled,._primaryAction_aljo7_21:disabled,._downloadWideButton_aljo7_22:disabled,._themeTagChip_aljo7_54:disabled{cursor:wait;opacity:.62}._headerBand_aljo7_59{display:flex;align-items:flex-start;justify-content:space-between;gap:28px;padding:28px;border-radius:8px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 16px 36px #12192614}._eyebrow_aljo7_71{display:block;margin-bottom:8px;color:#fb4655;font-size:13px;font-weight:700}._headerBand_aljo7_59 h1,._statePanel_aljo7_80 h1{margin:0;color:#161922;font-size:28px;line-height:1.25}._headerBand_aljo7_59 p,._statePanel_aljo7_80 p,._panelHint_aljo7_89{margin:10px 0 0;color:#667085;font-size:14px;line-height:1.7}._titleBlock_aljo7_96{min-width:0}._titleDisplayRow_aljo7_100,._titleEditRow_aljo7_101{display:flex;align-items:center;gap:8px;min-width:0}._titleDisplayRow_aljo7_100 h1{overflow-wrap:anywhere}._titleEditButton_aljo7_112,._titleIconButton_aljo7_113{flex:0 0 auto;width:34px;height:34px;border:1px solid rgba(251,70,85,.18);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#fff5f6;color:#d92d3a;font-size:18px;cursor:pointer;transition:background .18s ease,transform .18s ease,opacity .18s ease}._titleEditButton_aljo7_112:hover:not(:disabled),._titleIconButton_aljo7_113:hover:not(:disabled){transform:translateY(-1px);background:#ffe7ea}._titleIconButton_aljo7_113:disabled{cursor:wait;opacity:.62}._titleEditRow_aljo7_101 input{width:min(420px,58vw);min-height:42px;border:1px solid rgba(251,70,85,.28);border-radius:8px;background:#fff;color:#161922;padding:0 12px;font-size:24px;font-weight:800;line-height:1.2;outline:none}._titleEditRow_aljo7_101 input:focus{border-color:#fb4655;box-shadow:0 0 0 3px #fb46551f}._titleError_aljo7_159{margin-top:8px;color:#b42318;font-size:13px}._headerActions_aljo7_165{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px;min-width:320px}._statusPill_aljo7_174,._saveStatusPill_aljo7_184{min-height:30px;padding:0 12px;border-radius:999px;display:inline-flex;align-items:center;font-size:13px;font-weight:700}._published_aljo7_194{background:#10b9811f;color:#047857}._draft_aljo7_199{background:#fb46551a;color:#d92d3a}._saved_aljo7_204{background:#2563eb1a;color:#1d4ed8}._dirty_aljo7_209{background:#f59e0b29;color:#b45309}._secondaryAction_aljo7_20,._primaryAction_aljo7_21{min-height:38px;padding:0 14px}._secondaryAction_aljo7_20{background:#fff5f6;color:#d92d3a}._dangerAction_aljo7_225{background:#fff1f2;color:#be123c}._primaryAction_aljo7_21,._downloadWideButton_aljo7_22{background:#fb4655;color:#fff}._editGrid_aljo7_236{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:18px;margin-top:18px}._editPanel_aljo7_243,._statePanel_aljo7_80{border-radius:8px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 12px 28px #1219260f}._editPanel_aljo7_243{padding:22px}._statePanel_aljo7_80{padding:36px;color:#3a4354}._panelHeader_aljo7_260{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}._panelActions_aljo7_268{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}._panelHeader_aljo7_260 h2{margin:0;color:#182033;font-size:20px;line-height:1.35}._savingHint_aljo7_283{display:inline-flex;align-items:center;gap:6px;color:#fb4655;font-size:13px;font-weight:700}._inlineSaveButton_aljo7_292{min-height:34px;padding:0 12px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:#fb4655;color:#fff;font-size:13px;font-weight:700;cursor:pointer}._inlineSaveButton_aljo7_292:disabled{cursor:not-allowed;opacity:.55}._themeTagsWrap_aljo7_313{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}._themeTagChip_aljo7_54{min-height:36px;padding:0 14px;border-radius:999px;border:1px solid rgba(31,41,55,.14);background:#fff;color:#344054;font-size:14px;cursor:pointer}._themeTagChip_aljo7_54:hover:not(:disabled){border-color:#fb46558c;color:#d92d3a}._themeTagChipActive_aljo7_336{border-color:#fb4655;background:#fb4655;color:#fff}._themeTagChipActive_aljo7_336:hover:not(:disabled){color:#fff}._errorText_aljo7_346{margin-top:12px;color:#b42318;font-size:13px}._emptyHint_aljo7_352{color:#667085;font-size:14px}._metaList_aljo7_357{display:grid;gap:10px;margin:18px 0}._metaList_aljo7_357 div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(17,24,39,.08)}._metaList_aljo7_357 span{color:#667085;font-size:13px}._metaList_aljo7_357 strong{color:#182033;font-size:13px;text-align:right;word-break:break-all}._downloadWideButton_aljo7_22{width:100%;min-height:42px;padding:0 16px;margin-top:10px}._unpublishWideButton_aljo7_390{background:#fff1f2;color:#be123c;border:1px solid rgba(190,18,60,.18)}@media(max-width:900px){._editorShell_aljo7_6{width:calc(100% - 32px);padding-top:24px}._headerBand_aljo7_59,._toolbar_aljo7_12,._panelHeader_aljo7_260{flex-direction:column}._titleEditRow_aljo7_101{align-items:flex-start;flex-wrap:wrap}._titleEditRow_aljo7_101 input{width:min(100%,460px)}._headerActions_aljo7_165{justify-content:flex-start;min-width:0;width:100%}._editGrid_aljo7_236{grid-template-columns:1fr}}@media(max-width:520px){._headerBand_aljo7_59,._editPanel_aljo7_243,._statePanel_aljo7_80{padding:18px}._headerBand_aljo7_59 h1,._statePanel_aljo7_80 h1{font-size:22px}._titleDisplayRow_aljo7_100{align-items:flex-start}._titleEditRow_aljo7_101 input{flex:1 1 100%;font-size:22px}._secondaryAction_aljo7_20,._primaryAction_aljo7_21,._iconTextButton_aljo7_19{width:100%}}._pageContainer_g0hds_2{--hero-height: 30rem;--game-detail-shell-max: var(--app-desktop-shell-max);--game-detail-gutter: var(--app-desktop-gutter);min-height:100vh;max-width:1920px;width:100%;margin:0 auto;display:flex;flex-direction:column;background:#f5f5f5;position:relative;padding-top:var(--hero-height)}._topBar_g0hds_17{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;color:#fff;background:linear-gradient(180deg,#0006,#0000000d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);max-width:1920px;width:100%;margin:0 auto;pointer-events:auto}._topBarContent_g0hds_34{width:min(var(--game-detail-shell-max),calc(100% - 2 * var(--game-detail-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem}._topActions_g0hds_46{display:flex;align-items:center;gap:.5rem;flex-shrink:0}._backIconButton_g0hds_53,._topIconButton_g0hds_54{display:inline-flex!important;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem;background:#3e3e3e58;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent}._backIconButton_g0hds_53 svg,._topIconButton_g0hds_54 svg{width:1.2rem;height:1.2rem}._fullscreenOverlay_g0hds_78{position:fixed;inset:0;z-index:50;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2.5rem 1.25rem;background:#f5f5f5}._loadingContainer_g0hds_91,._errorContainer_g0hds_92{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:2.5rem 1.25rem}._loadingSpinner_g0hds_102{width:3rem;height:3rem;border:.25rem solid rgba(224,61,75,.1);border-top-color:var(--primary);border-radius:50%;animation:_spinnerRotate_g0hds_1 1s linear infinite}@keyframes _spinnerRotate_g0hds_1{to{transform:rotate(360deg)}}._errorContainer_g0hds_92 p{font-size:1.1rem;color:#0009}._backButton_g0hds_122{padding:.625rem 1.25rem;background:var(--primary);border:none;border-radius:.75rem;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease}._backButton_g0hds_122:hover{background:var(--primary-light);transform:translateY(-.0625rem)}._heroSection_g0hds_140{position:fixed;top:0;left:0;right:0;height:var(--hero-height);min-height:25rem;width:100%;max-width:1920px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;z-index:0;margin:0 auto}._heroSection_g0hds_140:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none}._contentSection_g0hds_168{flex:1;background:#fff;border-radius:2rem 2rem 0 0;margin-top:-2rem;position:relative;z-index:1;padding:clamp(2.5rem,4vw,3rem) 0 calc(1.5rem + var(--floating-action-bar-space, 5.5rem));box-shadow:0 -.75rem 2rem #0000000f}._contentWrapper_g0hds_180{width:min(var(--game-detail-shell-max),calc(100% - 2 * var(--game-detail-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box}._headerSection_g0hds_189{margin-bottom:.875rem}._titleRow_g0hds_193{display:flex;justify-content:space-between;align-items:flex-start;gap:clamp(1.5rem,3vw,3rem)}._titleLeft_g0hds_200{flex:1;min-width:0;width:100%;max-width:56rem}._titleWithButton_g0hds_207{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}._headerActions_g0hds_215{display:flex;flex-direction:row;align-items:center;gap:.625rem;margin-left:auto;flex-shrink:0}._favoriteButton_g0hds_224{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:999px;background:#0000000a;color:#0000008c;cursor:pointer;transition:all .2s ease}._favoriteButton_g0hds_224:hover{background:#00000014;border-color:#0000001f;transform:translateY(-.0625rem)}._favoriteButton_g0hds_224:disabled{opacity:.6;cursor:not-allowed}._favoriteButton_g0hds_224 svg{width:1.25rem;height:1.25rem}._favoriteButton_g0hds_224._favorited_g0hds_255{background:#ffc10729;border-color:#f5b400;color:#f5b400}._headerLikeButton_g0hds_261{width:auto;justify-content:center}._likeInline_g0hds_266{padding:.5rem .85rem}._likeInline_g0hds_266 img{width:1.05rem;height:1.05rem}._gameTitle_g0hds_275{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.02em;flex:1}._gameMeta_g0hds_285{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}._metaLeft_g0hds_293{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1}._gameType_g0hds_301{padding:.375rem .875rem;color:#fff;border:1px solid transparent;border-radius:.75rem;font-size:.875rem;font-weight:600;line-height:1.4;text-shadow:0 1px 1px rgba(0,0,0,.18);box-shadow:0 1px 2px #0000001f,inset 0 1px #ffffff2e}._ratingSection_g0hds_316{display:flex;align-items:baseline;gap:.5rem}._rating_g0hds_316{font-size:1.1rem;font-weight:700;color:var(--primary);line-height:1}._ratingUnit_g0hds_329{font-size:.85rem;margin-left:.125rem;font-weight:700}._ratingCount_g0hds_335{font-size:.9rem;color:#00000080;font-weight:400;line-height:1}._authorSection_g0hds_342{display:flex;align-items:center;justify-content:space-between;gap:.5rem}._authorLeft_g0hds_349{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._authorAvatar_g0hds_356{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0}._authorName_g0hds_364{font-size:.875rem;color:#000000a6;font-weight:500}._sourceAuthorLink_g0hds_370{margin-left:12px;border:none;background:#fb465514;color:#d63a49;border-radius:999px;padding:.35rem .75rem;font-size:.8125rem;cursor:pointer}._groupNoTag_g0hds_381{margin-left:auto;display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;background:#0000000f;border-radius:999px;font-size:.8125rem;font-weight:500;color:#0009}._groupNoIcon_g0hds_394{width:.875rem;height:.875rem;flex-shrink:0}._groupNoCopyBtn_g0hds_400{display:inline-flex;align-items:center;justify-content:center;background:none;border:none;padding:0;margin-left:.125rem;cursor:pointer;color:#0006;transition:color .2s}._groupNoCopyBtn_g0hds_400:hover{color:#000000b3}._likeButton_g0hds_417{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:#0000000a;border:1px solid rgba(0,0,0,.08);border-radius:1.25rem;font-size:.875rem;font-weight:600;color:#1a1a1a;cursor:pointer;transition:all .2s ease;white-space:nowrap}._likeButton_g0hds_417:hover{background:#00000014;border-color:#0000001f;transform:translateY(-.0625rem)}._likeButton_g0hds_417._liked_g0hds_439{background:#e03d4b1a;border-color:var(--primary);color:var(--primary)}._likeButton_g0hds_417 img{width:1.125rem;height:1.125rem;flex-shrink:0}@media(min-width:769px){._titleRow_g0hds_193{flex-direction:column;gap:.75rem}._titleLeft_g0hds_200{width:100%;max-width:none;padding-right:0}._titleWithButton_g0hds_207{display:flex;align-items:center;justify-content:space-between;gap:1rem}._headerActions_g0hds_215{position:static;flex-shrink:0}._gameMeta_g0hds_285{display:flex;align-items:center;gap:1rem}._metaLeft_g0hds_293{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1}._authorSection_g0hds_342{display:flex;align-items:center;justify-content:space-between;gap:1rem}._authorLeft_g0hds_349{display:flex;align-items:center;gap:.5rem}._groupNoTag_g0hds_381{flex-shrink:0}}._detailSectionTitle_g0hds_512{font-size:1rem;font-weight:600;color:#000000e0;margin:0 0 .75rem}._sectionTabs_g0hds_519{display:flex;gap:1.5rem;margin-bottom:1rem}._sectionTab_g0hds_519{background:transparent;border:none;padding:.5rem 0;font-size:1rem;font-weight:600;color:#00000080;cursor:pointer;position:relative;transition:color .2s ease}._sectionTab_g0hds_519:hover{color:#000c}._sectionTabActive_g0hds_541{color:#1a1a1a}._sectionTabActive_g0hds_541:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--primary);border-radius:999px}._descriptionSection_g0hds_556{padding:1.35rem 1.5rem;background:linear-gradient(180deg,#00000006,#00000009);border-radius:1rem;margin-bottom:1.6rem}._descriptionSection_g0hds_556 p{font-size:1rem;line-height:1.75;color:#000000b3;margin:0;max-height:270px;overflow-y:auto;white-space:pre-line}._derivedNovelsSection_g0hds_573{margin-bottom:1.6rem}._derivedNovelsTitle_g0hds_577{margin:0 0 .75rem;font-size:1rem;font-weight:700;color:#000000d1}._derivedNovelsLoading_g0hds_584{font-size:.875rem;color:#00000073;padding:.75rem .25rem}._derivedNovelsEmpty_g0hds_590{font-size:.875rem;color:#00000073;padding:1.25rem .25rem;text-align:center}._derivedNovelsList_g0hds_597{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.65rem}._derivedNovelCard_g0hds_606{width:100%;display:flex;align-items:center;gap:.85rem;padding:.65rem .75rem;border:1px solid rgba(224,61,75,.14);border-radius:.9rem;background:linear-gradient(180deg,#fffffff2,#fbf6f7e6);cursor:pointer;text-align:left}._derivedNovelCover_g0hds_619{width:3.25rem;height:3.25rem;border-radius:.55rem;object-fit:cover;flex-shrink:0;background:#0000000f}._derivedNovelMeta_g0hds_628{min-width:0;flex:1}._derivedNovelName_g0hds_633{font-size:.95rem;font-weight:650;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._derivedNovelAuthor_g0hds_642{margin-top:.2rem;font-size:.8rem;color:#00000080;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._replayEntrySection_g0hds_651{margin-bottom:1.6rem}._replayEntryButton_g0hds_655{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem;border:1px solid rgba(224,61,75,.16);border-radius:1rem;background:linear-gradient(180deg,#e03d4b14,#e03d4b08);cursor:pointer;text-align:left;transition:transform .2s ease,border-color .2s ease,background .2s ease}._replayEntryButton_g0hds_655:hover{transform:translateY(-.0625rem);border-color:#e03d4b47;background:linear-gradient(180deg,#e03d4b1f,#e03d4b0d)}._replayMetaButton_g0hds_676{display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .85rem;border:1px solid rgba(224,61,75,.2);border-radius:.75rem;background:linear-gradient(180deg,#e03d4b14,#e03d4b08);cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease;flex-shrink:0}._replayMetaButton_g0hds_676:hover{transform:translateY(-.0625rem);border-color:#e03d4b59;background:linear-gradient(180deg,#e03d4b1f,#e03d4b0d)}._replayEntryLabel_g0hds_696{font-size:.875rem;font-weight:700;color:#1a1a1a}._replayEntryArrow_g0hds_702{font-size:1rem;font-weight:700;color:#0000007a;flex-shrink:0}._tab_g0hds_710{color:#0009;font-weight:600;border-bottom:2px solid transparent}._tabActive_g0hds_711{color:#1a1a1a;font-weight:700;border-bottom:2px solid var(--primary)}._actionSection_g0hds_714{padding:1.5rem 0 0}._floatingActionBar_g0hds_719{position:fixed;left:0;right:0;bottom:0;z-index:20;padding:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(0,0,0,.06)}._floatingActionInner_g0hds_731{width:min(var(--game-detail-shell-max),calc(100% - 2 * var(--game-detail-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box}._bottomActionRow_g0hds_739{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}._bottomActionRow_g0hds_739>:only-child{grid-column:1 / -1}._deleteInlineButton_g0hds_749{padding:.625rem 1rem;background:#0000000d;border:1px solid rgba(0,0,0,.08);border-radius:999px;font-size:.95rem;font-weight:600;color:#000000bf;cursor:pointer;white-space:nowrap;flex-shrink:0}._deleteInlineButton_g0hds_749:hover{background:#00000014}._topDeleteButton_g0hds_766{padding:.55rem 1rem;background:var(--primary);border-radius:999px;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .2s ease}._topDeleteButton_g0hds_766:hover{background:var(--primary);transform:translateY(-.0625rem)}._bottomActionRow_g0hds_739 ._startButton_g0hds_782,._bottomActionRow_g0hds_739 ._purchaseButton_g0hds_783{width:100%}._priceTopRow_g0hds_787{display:flex;justify-content:flex-end;width:100%}._priceLabel_g0hds_793{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}._specialLabel_g0hds_800{color:var(--primary);font-weight:600}._originalPrice_g0hds_805{display:flex;align-items:center;gap:.25rem;color:#0006;text-decoration:line-through}._originalPrice_g0hds_805 img{width:1rem;height:1rem}._startButton_g0hds_782,._purchaseButton_g0hds_783{display:flex;align-items:center;justify-content:center;gap:.75rem;position:relative;background-image:url(/funloom/data/assets/gameDetail/%E4%BB%B7%E6%A0%BC%E6%8C%89%E9%92%AE%E5%A4%A7.png);background-color:transparent;background-size:100% 100%;background-position:center;background-repeat:no-repeat;width:100%;height:3.25rem;border:none;cursor:pointer;color:#fff;font-size:1.5rem;font-weight:600;box-sizing:border-box;box-shadow:0 .25rem .5rem #fb49584d,0 -.1875rem .5rem #fb49584d,.1875rem 0 .5rem #fb49584d,-.1875rem 0 .5rem #fb49584d;overflow:visible;transition:transform .2s ease}._startButton_g0hds_782:hover:not(:disabled),._purchaseButton_g0hds_783:hover:not(:disabled){transform:translateY(-.125rem)}._startButton_g0hds_782:active:not(:disabled),._purchaseButton_g0hds_783:active:not(:disabled){transform:translateY(0)}._startButton_g0hds_782:disabled,._purchaseButton_g0hds_783:disabled{opacity:.6;cursor:not-allowed}._purchaseButton_g0hds_783 img{width:1.5rem;height:1.5rem;object-fit:contain;display:inline-block}._loading_g0hds_91{display:flex;align-items:center;justify-content:center;gap:.25rem}._loadingDot_g0hds_877{width:.5rem;height:.5rem;border-radius:50%;background:currentColor;animation:_loadingDot_g0hds_877 1.4s ease-in-out infinite}._loadingDot_g0hds_877:nth-child(1){animation-delay:0s}._loadingDot_g0hds_877:nth-child(2){animation-delay:.2s}._loadingDot_g0hds_877:nth-child(3){animation-delay:.4s}@keyframes _loadingDot_g0hds_877{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}._startOptionsOverlay_g0hds_909{position:fixed;inset:0;z-index:1200;background:#00000073;display:flex;align-items:center;justify-content:center;padding:1.5rem}._startOptionsModal_g0hds_920{width:min(26rem,92vw);background:#fff;border-radius:1.25rem;box-shadow:0 1.5rem 3rem #00000040;padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}._replayDrawerOverlay_g0hds_931{justify-content:flex-end;align-items:stretch;padding:1rem 0 1rem 1rem;background:#080c146b}._replayDrawer_g0hds_931{width:min(32rem,calc(100vw - 4rem));height:100%;background:#fff;border-radius:1.5rem 0 0 1.5rem;box-shadow:-1rem 0 2.5rem #0000002e;padding:1.1rem 1rem 1rem;display:flex;flex-direction:column;gap:.7rem;overflow:hidden;animation:_replayDrawerEnter_g0hds_1 .24s ease}._replayDrawerClose_g0hds_952{border-radius:999px;background:#0000000d;color:#000000b3;font-size:1.35rem;line-height:1}._replayDrawerTabs_g0hds_960{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.3rem;padding:.3rem;background:#0000000d;border-radius:.875rem}._replayDrawerTab_g0hds_960{border:none;background:transparent;color:#0000009e;border-radius:.75rem;padding:.7rem .55rem;font-size:.875rem;font-weight:600;line-height:1.2;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}._replayDrawerTab_g0hds_960:hover{background:#ffffff8c;color:#1a1a1a}._replayDrawerTabActive_g0hds_987{background:#fff;color:#1a1a1a;box-shadow:0 .375rem .875rem #00000014}._replayDrawerBody_g0hds_993{flex:1 1 auto;min-height:0;overflow-y:auto;padding:.1rem .15rem 0 0}@keyframes _replayDrawerEnter_g0hds_1{0%{opacity:0;transform:translate(2rem)}to{opacity:1;transform:translate(0)}}._startOptionsReplayModal_g0hds_1011{width:min(42rem,94vw)}._startOptionsHeader_g0hds_1015{display:flex;align-items:center;justify-content:space-between;gap:.75rem}._startOptionsHeaderMain_g0hds_1022{display:flex;align-items:center;gap:.75rem;min-width:0}._startOptionsTitle_g0hds_1029{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}._startOptionsBack_g0hds_1036{border:none;background:#0000000f;color:#1a1a1a;border-radius:999px;padding:.4rem .75rem;font-size:.875rem;font-weight:600;cursor:pointer}._startOptionsClose_g0hds_1047{border:none;background:transparent;padding:0;width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._startOptionsClose_g0hds_1047 img{width:1.2rem;height:1.2rem}._startOptionsDesc_g0hds_1064{margin:0;color:#0009;font-size:.95rem}._startOptionsButtons_g0hds_1070{display:flex;flex-direction:column;gap:.75rem}._startOptionsReplayPanel_g0hds_1076{max-height:min(60vh,32rem);overflow-y:auto;padding-right:.25rem;min-width:0}._replayModal_g0hds_1083{width:min(42rem,94vw)}._replayModalNote_g0hds_1087{margin:0;color:#00000094;font-size:.92rem;line-height:1.6}._startOptionsPrimary_g0hds_1094,._startOptionsSecondary_g0hds_1095,._startOptionsGhost_g0hds_1096{height:3rem;border-radius:999px;font-size:1rem;font-weight:600;cursor:pointer;border:none}._startOptionsPrimary_g0hds_1094{background:#fb4655;color:#fff;box-shadow:0 .5rem 1rem #fb465540}._startOptionsSecondary_g0hds_1095,._startOptionsGhost_g0hds_1096{background:#fb4655;color:#fff;border:none;box-shadow:0 .5rem 1rem #fb465540}._startOptionsPrimary_g0hds_1094:disabled,._startOptionsSecondary_g0hds_1095:disabled,._startOptionsGhost_g0hds_1096:disabled{background:#d9d9d9;color:#00000073;border:1px solid #d9d9d9;box-shadow:none;cursor:not-allowed}@media(max-width:768px){._replayDrawerOverlay_g0hds_931{padding:.75rem 0 .75rem .75rem}._replayDrawer_g0hds_931{width:min(26rem,calc(100vw - 2.75rem));border-radius:1.25rem 0 0 1.25rem;padding:1rem .875rem 1rem 1rem}._replayDrawerTabs_g0hds_960{gap:.25rem;padding:.2rem}._replayDrawerTab_g0hds_960{padding:.55rem .4rem;font-size:.8125rem}._replayDrawerBody_g0hds_993{padding-right:.125rem}._startOptionsReplayModal_g0hds_1011{width:min(100%,42rem);align-self:stretch;min-height:calc(100dvh - 1.5rem);max-height:calc(100dvh - 1.5rem);border-radius:1.125rem;padding:1rem}._startOptionsReplayPanel_g0hds_1076{flex:1 1 auto;max-height:none;overflow-y:auto;min-height:0}._pageContainer_g0hds_2{--hero-height: 45vh}._topBar_g0hds_17{padding:.75rem 1rem}._topBarContent_g0hds_34{width:100%;gap:.75rem;padding:0}._heroSection_g0hds_140{min-height:17.5rem;max-height:25rem;background-position:center calc(50% - 14px)}._heroSection_g0hds_140:after{height:var(--mobile-content-image-guard-height);background:var(--mobile-content-image-guard-dark-gradient)}._contentSection_g0hds_168{padding:1.5rem 1rem;border-radius:1.5rem 1.5rem 0 0;margin-top:-1.5rem}._headerSection_g0hds_189{margin-bottom:1rem}._titleRow_g0hds_193{flex-direction:column;gap:.75rem}._titleWithButton_g0hds_207{flex-direction:row;align-items:flex-start;gap:.625rem;margin-bottom:.625rem}._headerActions_g0hds_215{width:auto;flex-direction:row;align-items:stretch;align-self:flex-start;gap:.5rem}._headerLikeButton_g0hds_261{width:auto}._topDeleteButton_g0hds_766{padding:.45rem .9rem;font-size:.85rem}._deleteInlineButton_g0hds_749{font-size:.85rem;padding:.5rem .75rem}._bottomActionRow_g0hds_739{gap:.5rem}._gameTitle_g0hds_275{font-size:1.5rem}._gameMeta_g0hds_285{position:relative;margin-bottom:.625rem;gap:.75rem;align-items:center}._likeButton_g0hds_417{font-size:.8125rem;padding:.5rem .75rem}._replayEntryLabel_g0hds_696{font-size:.875rem}._replayEntryArrow_g0hds_702{font-size:1rem}._descriptionSection_g0hds_556{padding:1rem}._actionSection_g0hds_714{padding:1rem 0 0;font-size:.875rem}._priceLabel_g0hds_793{gap:.5rem;margin-bottom:.125rem}._floatingActionBar_g0hds_719{padding:0 1rem}._contentWrapper_g0hds_180,._floatingActionInner_g0hds_731{width:100%;padding:0}._startButton_g0hds_782,._purchaseButton_g0hds_783{font-size:1.25rem;height:3.6rem;background-size:105% 105%;background-position:center}._purchaseButton_g0hds_783 img{width:1.125rem;height:1.125rem}}@media(max-width:480px){._replayDrawerOverlay_g0hds_931{padding:.625rem 0 .625rem .625rem}._replayDrawer_g0hds_931{width:calc(100vw - 2rem);border-radius:1.125rem 0 0 1.125rem;padding:.9rem .75rem .9rem .875rem}._replayDrawerClose_g0hds_952{width:1.875rem;height:1.875rem;font-size:1.2rem}._replayDrawerTab_g0hds_960{border-radius:.65rem;padding:.5rem .3rem;font-size:.75rem}._startOptionsReplayModal_g0hds_1011{width:100%;min-height:calc(100dvh - 1rem);max-height:calc(100dvh - 1rem);border-radius:1rem;padding:.9rem}._startOptionsHeader_g0hds_1015,._startOptionsHeaderMain_g0hds_1022{gap:.5rem}._startOptionsBack_g0hds_1036{padding:.35rem .65rem;font-size:.8125rem}._startOptionsTitle_g0hds_1029{font-size:1rem}._pageContainer_g0hds_2{--hero-height: 40vh}._heroSection_g0hds_140{min-height:15.625rem;max-height:21.875rem;background-position:center calc(50% - 16px)}._contentSection_g0hds_168{padding:1.25rem .875rem;border-radius:1.25rem 1.25rem 0 0;margin-top:-1.25rem}._headerSection_g0hds_189{margin-bottom:.875rem}._titleRow_g0hds_193{gap:.625rem}._gameTitle_g0hds_275{font-size:1.375rem}._likeInline_g0hds_266{padding:.4rem .7rem}._headerActions_g0hds_215{width:auto;gap:.375rem}._deleteInlineButton_g0hds_749{font-size:.8rem;padding:.45rem .65rem}._bottomActionRow_g0hds_739{gap:.45rem}._gameMeta_g0hds_285{position:relative;gap:.625rem}._metaLeft_g0hds_293{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;flex:1}._likeButton_g0hds_417{font-size:.75rem;padding:.375rem .625rem}._replayEntryLabel_g0hds_696{font-size:.8125rem}._replayEntryArrow_g0hds_702{font-size:.95rem}._descriptionSection_g0hds_556{padding:.875rem}._actionSection_g0hds_714{padding:.875rem 0 0}._priceLabel_g0hds_793{gap:.375rem}._startButton_g0hds_782,._purchaseButton_g0hds_783{font-size:.9375rem;height:3.25rem;gap:.375rem;background-image:url(/funloom/data/assets/gameDetail/%E6%8C%89%E9%92%AE.png);background-size:100% 100%;box-shadow:none}._purchaseButton_g0hds_783 img{width:1rem;height:1rem}}._modalOverlay_2fvox_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:3200;animation:_fadeIn_2fvox_1 .3s ease-out}@keyframes _fadeIn_2fvox_1{0%{opacity:0}to{opacity:1}}._modalWrapper_2fvox_25{position:relative;display:flex;align-items:center;justify-content:center;animation:_slideUp_2fvox_1 .3s ease-out}@keyframes _slideUp_2fvox_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._modal_2fvox_1{width:340px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}._header_2fvox_52{background:linear-gradient(135deg,#fb4655,#e63946);padding:16px 20px;display:flex;justify-content:space-between;align-items:center}._title_2fvox_60{font-size:20px;font-weight:600;color:#fff;margin:0}._closeButton_2fvox_67{width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;background:transparent;border:none;padding:0}._closeButton_2fvox_67 img{width:36px;height:36px;filter:brightness(0) invert(1)}._closeButton_2fvox_67:active{transform:scale(.95)}._body_2fvox_90{padding:20px;display:flex;flex-direction:column;gap:16px}._shareOption_2fvox_97{display:flex;align-items:center;gap:16px;padding:16px;background:#f8f8f8;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s ease;text-align:left;width:100%}._shareOption_2fvox_97:hover{border-color:#fb4655;background:#fff5f5}._shareOption_2fvox_97:active{transform:scale(.98)}._iconWrapper_2fvox_120{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fb4655,#e63946);border-radius:12px;color:#fff;flex-shrink:0}._optionText_2fvox_132{display:flex;flex-direction:column;gap:4px}._optionTitle_2fvox_138{font-size:16px;font-weight:600;color:#333}._optionDesc_2fvox_144{font-size:13px;color:#888}@media(max-width:480px){._modal_2fvox_1{width:90vw;max-width:320px}._header_2fvox_52{padding:14px 16px}._title_2fvox_60{font-size:18px}._body_2fvox_90{padding:16px}._shareOption_2fvox_97{padding:14px;gap:12px}._iconWrapper_2fvox_120{width:48px;height:48px;border-radius:10px}._iconWrapper_2fvox_120 svg{width:26px;height:26px}._optionTitle_2fvox_138{font-size:15px}._optionDesc_2fvox_144{font-size:12px}}._modalOverlay_1bifv_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:3200;animation:_fadeIn_1bifv_1 .3s ease-out}@keyframes _fadeIn_1bifv_1{0%{opacity:0}to{opacity:1}}._modalWrapper_1bifv_25{position:relative;display:flex;align-items:center;justify-content:center;animation:_slideUp_1bifv_1 .3s ease-out}@keyframes _slideUp_1bifv_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._modal_1bifv_1{width:340px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;position:relative}._closeButton_1bifv_53{position:absolute;top:8px;right:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;background:transparent;border:none;padding:0;color:#999;z-index:10}._closeButton_1bifv_53:hover{color:#333}._closeButton_1bifv_53:active{transform:scale(.9)}._body_1bifv_79{padding:32px 24px;display:flex;flex-direction:column;align-items:center;gap:20px}._qrContainer_1bifv_87{padding:16px;background:#fff;border-radius:8px;box-shadow:0 2px 12px #00000014}._qrImage_1bifv_94{display:block;width:240px;height:240px}._longPressTip_1bifv_100{font-size:14px;color:#999;margin:0;text-align:center}._downloadButton_1bifv_107{width:100%;height:48px;font-size:16px;font-weight:500;color:#fff;background:linear-gradient(135deg,#fb4655,#e63946);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}._downloadButton_1bifv_107:hover{transform:translateY(-2px);box-shadow:0 4px 12px #fb465566}._downloadButton_1bifv_107:active{transform:translateY(0)}@media(max-width:480px){._modal_1bifv_1{width:90vw;max-width:320px}._body_1bifv_79{padding:24px 20px}._qrContainer_1bifv_87{padding:12px}}._container_1pqlv_2{width:100%;max-width:100%;padding-bottom:7rem}._loadingState_1pqlv_9{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.875rem;color:#00000080}._loadingSpinner_1pqlv_19{width:2rem;height:2rem;border:.2rem solid rgba(224,61,75,.15);border-top-color:var(--primary);border-radius:50%;animation:_spin_1pqlv_1 .8s linear infinite}@keyframes _spin_1pqlv_1{to{transform:rotate(360deg)}}._summarySection_1pqlv_33{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,#fef9f9,#fff5f5);border-radius:1.25rem;border:1px solid rgba(224,61,75,.08);margin-bottom:1.5rem}._summaryLeft_1pqlv_45{display:flex;flex-direction:column;align-items:center;gap:.5rem}._averageScore_1pqlv_52{font-size:2.75rem;font-weight:800;color:var(--primary);line-height:1;letter-spacing:-.03em}._totalCount_1pqlv_60{font-size:.8rem;color:#00000080;margin-top:.25rem}._writeReviewBtn_1pqlv_66{padding:.75rem 1.25rem;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);color:#fff;border:none;border-radius:999px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e03d4b40}._writeReviewBtn_1pqlv_66:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e03d4b59}._starRating_1pqlv_85{display:flex;align-items:center;gap:.125rem}._starRating_tiny_1pqlv_91 ._starButton_1pqlv_91{font-size:.625rem}._starRating_small_1pqlv_95 ._starButton_1pqlv_91{font-size:.875rem}._starRating_medium_1pqlv_99 ._starButton_1pqlv_91{font-size:1.125rem}._starRating_large_1pqlv_103 ._starButton_1pqlv_91{font-size:1.5rem}._starButton_1pqlv_91{background:none;border:none;padding:.125rem;cursor:pointer;color:#e0e0e0;transition:all .15s ease;display:flex;align-items:center;justify-content:center}._starButton_1pqlv_91._filled_1pqlv_119{color:#f5b400}._starButton_1pqlv_91:not(._readonly_1pqlv_123):hover{transform:scale(1.15)}._starRating_1pqlv_85:not(._readonly_1pqlv_123) ._starButton_1pqlv_91:hover,._starRating_1pqlv_85:not(._readonly_1pqlv_123) ._starButton_1pqlv_91._filled_1pqlv_119{color:#f5b400}._starRating_readonly_1pqlv_132{pointer-events:none}._writeSection_1pqlv_137{background:#fff;border-radius:1.25rem;padding:2.5rem 1.25rem 1.25rem;margin-bottom:1.5rem;border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a;position:relative}._writeHeader_1pqlv_148{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-weight:600;font-size:1rem;color:#1a1a1a}._closeBtn_1pqlv_158{position:absolute;top:.625rem;right:.625rem;width:1.75rem;height:1.75rem;border:none;background:transparent;color:#00000080;font-size:1.25rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._closeBtn_1pqlv_158:hover{color:#000c}._commentInput_1pqlv_180{width:100%;padding:.875rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.875rem;font-size:.9375rem;line-height:1.6;resize:vertical;margin:1rem 0;font-family:inherit;transition:border-color .2s ease;box-sizing:border-box}._commentInput_1pqlv_180:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e03d4b1a}._commentInput_1pqlv_180::placeholder{color:#00000059}._submitBtn_1pqlv_204{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);color:#fff;border:none;border-radius:999px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #e03d4b33}._submitBtn_1pqlv_204:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #e03d4b4d}._submitBtn_1pqlv_204:disabled{opacity:.5;cursor:not-allowed}._replyInputSection_1pqlv_229{background:#fafafa;border-radius:1rem;padding:2.25rem 1rem 1rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,.06);animation:_slideDown_1pqlv_1 .2s ease;position:relative}@keyframes _slideDown_1pqlv_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._replyHeader_1pqlv_251{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.875rem;color:#0009}._replyHeader_1pqlv_251 span{font-weight:500}._replyInput_1pqlv_229{width:100%;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:.75rem;font-size:.875rem;line-height:1.5;resize:none;margin-bottom:.75rem;font-family:inherit;transition:border-color .2s ease;box-sizing:border-box}._replyInput_1pqlv_229:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e03d4b1a}._replyInput_1pqlv_229::placeholder{color:#00000059}._commentsSection_1pqlv_289{margin-top:1.5rem}._commentsHeader_1pqlv_293{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.06)}._commentsHeader_1pqlv_293 h3{margin:0;font-size:1.1rem;font-weight:700;color:#1a1a1a}._commentsCount_1pqlv_309{font-size:.875rem;color:#00000080}._emptyState_1pqlv_315{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;gap:.75rem;text-align:center}._emptyIcon_1pqlv_325{font-size:2.5rem;color:#0003;margin-bottom:.5rem}._emptyState_1pqlv_315 p{margin:0;font-size:.9375rem;color:#00000073}._commentsList_1pqlv_338{display:flex;flex-direction:column;gap:0}._commentCard_1pqlv_344{background:transparent;border-radius:0;padding:1.25rem 0;border:none;border-bottom:1px solid rgba(0,0,0,.08);transition:none}._commentCard_1pqlv_344:hover{box-shadow:none}._commentCard_1pqlv_344:first-child{padding-top:0}._commentCard_1pqlv_344:last-child{padding-bottom:0;border-bottom:none}._commentMain_1pqlv_366{display:flex;align-items:flex-start;gap:.75rem}._commentAvatar_1pqlv_372{width:2.5rem;height:2.5rem;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(0,0,0,.04)}._commentBody_1pqlv_381{flex:1;min-width:0;display:flex;flex-direction:column;gap:.75rem}._commentHeader_1pqlv_389{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}._headerActions_1pqlv_396{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}._commentMeta_1pqlv_404{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}._commentUserInfo_1pqlv_412{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._commentNickname_1pqlv_419{font-size:.9375rem;font-weight:400;color:#0000008c}._ownerBadge_1pqlv_425{padding:.125rem .5rem;background:linear-gradient(135deg,var(--primary) 0%,#ff6b7a 100%);color:#fff;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}._pendingBadge_1pqlv_436{padding:.125rem .5rem;background:#ff980026;color:#ff9800;border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.03em}._commentTime_1pqlv_446{font-size:.75rem;color:#0006;line-height:1}._commentRatingBadge_1pqlv_452{display:inline-flex;width:fit-content;max-width:fit-content;align-items:center;gap:.125rem;flex-shrink:0;white-space:nowrap}._commentContent_1pqlv_462{font-size:.9375rem;line-height:1.65;color:#000000bf;white-space:pre-wrap;word-break:break-word}._commentFooter_1pqlv_470{display:flex;align-items:center;justify-content:flex-start;gap:.625rem;flex-wrap:wrap}._commentFooterMeta_1pqlv_478{display:inline-flex;align-items:center;gap:.625rem;flex-wrap:wrap}._actionBtn_1pqlv_485{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.375rem .75rem;background:#0000000a;border:none;border-radius:999px;font-size:.8125rem;color:#0000008c;cursor:pointer;transition:all .2s ease}._headerActionBtn_1pqlv_500{flex-shrink:0;background:transparent;padding:.25rem 0}._headerActionBtn_1pqlv_500:hover{background:transparent}._replyBtn_1pqlv_510{background:transparent;padding:.25rem .5rem}._actionBtn_1pqlv_485 svg{font-size:.875rem}._actionBtn_1pqlv_485:hover{background:#00000014;color:#000000bf}._actionBtn_1pqlv_485._liked_1pqlv_524{background:transparent;color:var(--primary)}._actionBtn_1pqlv_485:disabled{opacity:.5;cursor:not-allowed}._menuWrapper_1pqlv_534{position:relative;display:flex;justify-content:flex-end}._menuBtn_1pqlv_540{padding:.15rem .35rem;background:transparent;min-width:auto;min-height:auto;border-radius:.5rem}._menuBtn_1pqlv_540:hover{background:#00000014}._menuDropdown_1pqlv_552{position:absolute;right:0;top:calc(100% + 4px);min-width:140px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026;z-index:100;overflow:hidden}._menuItem_1pqlv_564{display:block;width:100%;padding:.625rem 1rem;background:none;border:none;text-align:left;font-size:.875rem;color:#000000bf;cursor:pointer;transition:background .15s ease}._menuItem_1pqlv_564:hover{background:#0000000f}._menuItemDanger_1pqlv_581{color:#f85149}._menuItemDanger_1pqlv_581:hover{background:#fff1f0}._repliesSection_1pqlv_590{margin-top:.875rem;margin-left:3.25rem;padding-top:0;display:flex;flex-direction:column;gap:.875rem;padding-left:0}._replyCard_1pqlv_600{background:transparent;border-radius:0}._replyMain_1pqlv_605{display:flex;align-items:flex-start;gap:.75rem}._replyAvatar_1pqlv_611{width:2rem;height:2rem;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid rgba(0,0,0,.04)}._replyBody_1pqlv_620{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}._replyHeader_1pqlv_251{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:.375rem}._replyUserInfo_1pqlv_636{display:flex;align-items:center;gap:.375rem;flex:1;min-width:0;overflow:hidden}._replyNickname_1pqlv_645{font-size:.7rem;font-weight:400;color:#0000008c}._replyNicknameLimited_1pqlv_651{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}._replyToInfo_1pqlv_658{display:inline-block;max-width:80px;font-size:.7rem;font-weight:400;color:#0000006b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._replyArrowIcon_1pqlv_669{flex-shrink:0;width:16px;margin:0 2px}._replyRatingBadge_1pqlv_675{display:flex;align-items:center;gap:.125rem;min-width:0}._replyTime_1pqlv_682{font-size:.75rem;color:#0006}._replySeparator_1pqlv_687{color:#0000008c}._replyContent_1pqlv_691{color:#000000b8;margin-bottom:.375rem}._replyArrow_1pqlv_669{color:#0000006b;font-weight:400}._replyFooter_1pqlv_701{display:flex;align-items:center;gap:.625rem}._replyTextBtn_1pqlv_707{background:transparent;border:none;font-size:.75rem;color:#0000006b;cursor:pointer;padding:0;transition:color .2s ease}._replyTextBtn_1pqlv_707:hover{color:#000000b8}._likeBtn_1pqlv_721{display:inline-flex;align-items:center;align-self:flex-start;gap:.25rem;background:transparent;border:none;font-size:.75rem;color:#0000006b;cursor:pointer;padding:0;min-height:auto}._likeBtn_1pqlv_721:hover{color:#000000b8}._likeBtn_1pqlv_721._liked_1pqlv_524{color:var(--primary)}._likeBtn_1pqlv_721 svg{font-size:.875rem}._replySummary_1pqlv_747{font-size:.8125rem;font-weight:600;color:#0006;cursor:pointer;padding:0;background:transparent;border:none;display:inline-flex;align-items:center;gap:.25rem}._replySummary_1pqlv_747:hover{color:#000000b8}._replyActions_1pqlv_764{display:inline-flex;align-items:center;gap:.875rem;flex-wrap:wrap}._replyCollapseBtn_1pqlv_771{color:#0000006b;display:inline-flex;align-items:center;gap:.25rem}._replyCollapseBtn_1pqlv_771 svg{font-size:.75rem}._loadMoreBtn_1pqlv_783{width:100%;padding:.875rem;background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:999px;font-size:.875rem;font-weight:600;color:#0009;cursor:pointer;transition:all .2s ease;margin-top:.5rem}._loadMoreBtn_1pqlv_783:hover{background:#00000008;border-color:#00000026;color:#000c}@media(max-width:480px){._summarySection_1pqlv_33{flex-direction:column;align-items:center;text-align:center;padding:1.25rem}._averageScore_1pqlv_52{font-size:2.25rem}._writeReviewBtn_1pqlv_66{width:100%}._commentCard_1pqlv_344{padding:1rem}._commentAvatar_1pqlv_372{width:2.25rem;height:2.25rem}}._scroller_1vstp_1{max-height:min(70vh,52rem);overflow:auto;-webkit-overflow-scrolling:touch;padding-bottom:1rem}._root_sy60n_5{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:#000}._background_sy60n_14{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}._textModeBackdrop_sy60n_23{position:absolute;inset:0;z-index:0;background:#0b0b0f}._sceneHeader_sy60n_30{position:absolute;top:3.75rem;left:50%;transform:translate(-50%);z-index:100;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;background:#00000073;color:#fff;font-size:.85rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}._characterSlot_sy60n_48{position:absolute;inset:0;z-index:120;pointer-events:none}._content_sy60n_59{position:absolute;bottom:0;left:0;right:0;width:100%;height:auto;min-height:12.5rem;z-index:150;pointer-events:none;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.82) 8%,rgba(0,0,0,.75) 18%,rgba(0,0,0,.7) 32%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.55) 82%,rgba(0,0,0,.3) 92%,transparent 100%)}._contentTextMode_sy60n_85{top:0;bottom:4.875rem;height:auto;min-height:0;justify-content:flex-start;background:none}._content_sy60n_59>*{pointer-events:auto}._dialogueWrap_sy60n_98{position:relative;width:100%;min-height:10rem}._textModeWrap_sy60n_104{flex:1;min-height:0;width:100%;overflow:hidden;display:flex;flex-direction:column}._novelButtonBar_sy60n_114{padding-right:1rem!important}._pageContainer_1gruw_1{--hero-height: 30rem;--novel-shell-max: var(--app-desktop-shell-max);--novel-gutter: var(--app-desktop-gutter);min-height:100vh;max-width:1920px;width:100%;margin:0 auto;display:flex;flex-direction:column;background:#f5f5f5;position:relative;padding-top:var(--hero-height)}._pageContainerPlay_1gruw_17{padding-top:0;background:#000;max-width:none;height:100dvh;min-height:100dvh;overflow:hidden}._topBar_1gruw_26{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;color:#fff;background:linear-gradient(180deg,#0006,#0000000d);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);max-width:1920px;width:100%;margin:0 auto}._topBarContent_1gruw_42{width:min(var(--novel-shell-max),calc(100% - 2 * var(--novel-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:1rem}._topActions_1gruw_54{display:flex;align-items:center;gap:.65rem;flex-shrink:0}._backIconButton_1gruw_61,._topIconButton_1gruw_62{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;min-width:2.25rem;min-height:2.25rem;background:#3e3e3e58;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;cursor:pointer;flex-shrink:0}._backIconButton_1gruw_61 svg,._topIconButton_1gruw_62 svg{width:1.2rem;height:1.2rem}._contentSectionPlay_1gruw_84{flex:1;padding:0!important;margin:0!important;border-radius:0!important;background:#000!important;box-shadow:none!important;height:100%;min-height:0;overflow:hidden;position:relative}._contentWrapperPlay_1gruw_97{width:100%!important;max-width:none!important;height:100%;margin:0!important;padding:0!important;position:relative}._readerBodyPlay_1gruw_106{position:absolute;inset:0;height:auto;min-height:0}._heroSection_1gruw_113{position:fixed;top:0;left:0;right:0;height:var(--hero-height);min-height:25rem;width:100%;max-width:1920px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#1a1a1a;z-index:0;margin:0 auto}._heroSection_1gruw_113:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none}._contentSection_1gruw_84{flex:1;background:#fff;border-radius:2rem 2rem 0 0;margin-top:-2rem;position:relative;z-index:1;padding:clamp(2rem,3vw,2.5rem) 0 calc(2rem + env(safe-area-inset-bottom));box-shadow:0 -.75rem 2rem #0000000f}._contentWrapper_1gruw_97{width:min(var(--novel-shell-max),calc(100% - 2 * var(--novel-gutter)));max-width:none;margin:0 auto;padding:0 20px;box-sizing:border-box}._headerSection_1gruw_159{margin-bottom:1.25rem}._novelTitle_1gruw_163{margin:0;font-size:clamp(1.35rem,2.4vw,1.75rem);line-height:1.35;color:#111827;font-weight:700}._metaTagsRow_1gruw_171{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px}._novelType_1gruw_179{flex-shrink:0;padding:4px 10px;border-radius:999px;background:#fb5b671a;color:#fb5b67;font-size:13px;font-weight:600}._tocInMeta_1gruw_190{flex-shrink:0;padding:4px 10px;border-radius:999px;border:1px solid rgba(251,91,103,.35);background:#fff;color:#fb5b67;font-size:13px;font-weight:600;cursor:pointer;line-height:1.2}._tocInMeta_1gruw_190:hover{background:#fb5b6714}._authorName_1gruw_207{margin-top:10px;color:#6b7280;font-size:14px}._synopsis_1gruw_213{margin:.85rem 0 0;color:#4b5563;font-size:.9rem;line-height:1.6;white-space:pre-wrap;word-break:break-word}._tocOverlay_1gruw_222{position:fixed;inset:0;z-index:1200;background:#00000073;display:flex;justify-content:flex-end}._tocPanel_1gruw_231{width:min(22rem,88vw);height:100%;background:#fff;box-shadow:-.5rem 0 1.5rem #0000001f;display:flex;flex-direction:column;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));box-sizing:border-box}._tocHeader_1gruw_242{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}._tocTitle_1gruw_250{margin:0;font-size:1.1rem;color:#111827}._tocClose_1gruw_256{width:2rem;height:2rem;border:none;border-radius:999px;background:#f3f4f6;color:#111827;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}._tocList_1gruw_269{list-style:none;margin:0;padding:0;overflow:auto;flex:1}._tocItem_1gruw_277{width:100%;text-align:left;border:1px solid #e5e7eb;background:#fafafa;border-radius:.65rem;padding:.75rem .9rem;margin-bottom:.55rem;color:#111827;font-size:.92rem;cursor:pointer;display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}._tocOrdinal_1gruw_294{flex-shrink:0;font-weight:600;color:#111827}._tocName_1gruw_300{flex:1;min-width:0;text-align:right;color:#4b5563;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._tocItem_1gruw_277:hover{border-color:#f9a8d4;background:#fff7fb}._tocEmpty_1gruw_315{color:#9ca3af;font-size:.9rem;padding:1rem 0}._loadingMore_1gruw_321{text-align:center;color:#9ca3af;font-size:.85rem;padding:.75rem 0}._windowActions_1gruw_328{display:flex;justify-content:center;padding:1rem 0 .5rem}._readerBody_1gruw_106{max-width:760px;margin:0 auto}._loading_1gruw_321{text-align:center;color:#666;padding:48px 0}._replayTextModeWrapper_1gruw_345,._readerArticle_1gruw_349{padding:4px 0 12px}._chapterSection_1gruw_353+._chapterSection_1gruw_353{margin-top:32px;padding-top:24px;border-top:1px solid rgba(0,0,0,.06)}._chapterTitle_1gruw_359{margin:0 0 16px;font-size:20px;color:#222}._narrationParagraph_1gruw_365,._dialogueParagraph_1gruw_366{margin:0 0 14px;line-height:1.85;font-size:16px;color:#333;white-space:pre-wrap}._dialogueParagraph_1gruw_366 strong{color:#111}._sceneFigure_1gruw_378{margin:0 0 18px}._sceneFigure_1gruw_378 img{width:100%;border-radius:10px;display:block}._sceneBlock_1gruw_388{margin:0 0 18px}._sceneParagraph_1gruw_392{margin:0 0 14px;line-height:1.85;font-size:16px;color:#333;text-align:center;font-weight:600}._emptyContent_1gruw_401{text-align:center;color:#666;padding:48px 16px}@media(max-width:768px){._pageContainer_1gruw_1{--hero-height: 45vh}._topBar_1gruw_26{padding:.75rem 1rem}._topBarContent_1gruw_42{width:100%;padding:0}._heroSection_1gruw_113{min-height:17.5rem;max-height:25rem;background-position:center calc(50% - 14px)}._heroSection_1gruw_113:after{height:var(--mobile-content-image-guard-height);background:var(--mobile-content-image-guard-dark-gradient)}._contentSection_1gruw_84{padding:1.5rem 0 calc(1.5rem + env(safe-area-inset-bottom));border-radius:1.5rem 1.5rem 0 0;margin-top:-1.5rem}._contentSectionPlay_1gruw_84{padding:0!important;margin:0!important;border-radius:0!important;background:#000!important}._contentWrapper_1gruw_97{width:100%;padding:0 16px}._contentWrapperPlay_1gruw_97{padding:0!important}._readerArticle_1gruw_349{padding:0}}@media(max-width:480px){._pageContainer_1gruw_1{--hero-height: 40vh}._heroSection_1gruw_113{background-position:center calc(50% - 16px)}}._pageRoot_8vyeo_1{width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._mainContent_8vyeo_15{color:#000;display:flex;margin:0 0 200px;padding:0;min-height:100vh}._main_8vyeo_15{display:flex;flex-direction:column;width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:var(--app-desktop-navbar-height) auto 0;overflow:visible;padding:20px;box-sizing:border-box}._pageHeader_8vyeo_55{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}._backButton_8vyeo_69{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:#0000000f;color:#1a1a1a;cursor:pointer;flex-shrink:0}._backButton_8vyeo_69:hover{background:#0000001a}._pageTitle_8vyeo_105{margin:0;font-size:1.5rem;font-weight:700;color:#1a1a1a}._emptyState_8vyeo_119{padding:3rem 1rem;text-align:center;color:#00000073;font-size:.95rem}._loadingMore_8vyeo_133{padding:20px 0}@media(max-width:768px){._pageRoot_8vyeo_1{padding-bottom:90px}._mainContent_8vyeo_15{margin-bottom:0}._main_8vyeo_15{width:100%;max-width:100%;margin-top:60px;padding:10px}}._panelStack_76r4e_1{display:flex;flex-direction:column;gap:22px}._heroCard_76r4e_7,._card_76r4e_8{border-radius:24px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._heroCard_76r4e_7{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px;background:var(--admin-panel, linear-gradient(135deg, rgba(255, 250, 244, .96) 0%, rgba(249, 239, 227, .96) 100%))}._sectionBadge_76r4e_24{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:var(--admin-accent-soft, rgba(201, 115, 63, .12));color:var(--admin-accent-strong, #aa5a2d);font-size:12px;font-weight:700;letter-spacing:.08em}._heroTitle_76r4e_37{margin:18px 0 0;color:var(--admin-text, #2f241d);font-size:30px;line-height:1.2}._primaryGhostButton_76r4e_44,._primaryButton_76r4e_45,._secondaryButton_76r4e_46,._linkButton_76r4e_47,._iconButton_76r4e_48{border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}._primaryGhostButton_76r4e_44,._primaryButton_76r4e_45,._secondaryButton_76r4e_46{padding:13px 18px;border-radius:16px;font-size:14px;font-weight:700}._primaryGhostButton_76r4e_44,._secondaryButton_76r4e_46,._iconButton_76r4e_48{color:var(--admin-text, #2f241d);background:#fffcf8e6;box-shadow:inset 0 0 0 1px #cd9d7852}._primaryButton_76r4e_45{color:#fff;background:linear-gradient(135deg,var(--admin-accent, #c9733f) 0%,#e08a4f 100%);box-shadow:0 14px 28px #c9733f33}._linkButton_76r4e_47{padding:0;background:transparent;color:var(--admin-accent-strong, #aa5a2d);font-size:13px;font-weight:700}._iconButton_76r4e_48{min-width:52px;padding:8px 10px;border-radius:12px;font-size:12px;font-weight:700}._primaryGhostButton_76r4e_44:hover,._primaryButton_76r4e_45:hover,._secondaryButton_76r4e_46:hover,._iconButton_76r4e_48:hover{transform:translateY(-1px)}._primaryGhostButton_76r4e_44:disabled,._primaryButton_76r4e_45:disabled,._secondaryButton_76r4e_46:disabled,._linkButton_76r4e_47:disabled,._iconButton_76r4e_48:disabled{cursor:not-allowed;opacity:.55;transform:none}._bannerPanelGrid_76r4e_110{display:grid;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:22px;align-items:start}._card_76r4e_8{background:var(--admin-surface, rgba(255, 251, 246, .92));padding:24px;min-width:0}._cardHeader_76r4e_123{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}._cardTitle_76r4e_131{margin:0;color:var(--admin-text, #2f241d);font-size:24px}._counter_76r4e_137{color:var(--admin-accent-strong, #aa5a2d);font-size:14px;font-weight:700}._statusGrid_76r4e_143{display:grid;grid-template-columns:1fr;gap:12px}._statusCard_76r4e_149{padding:16px;border-radius:16px;background:var(--admin-surface-strong, linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%));border:1px solid rgba(205,157,120,.22)}._statusLabel_76r4e_156{color:var(--admin-accent-strong, #aa5a2d);font-size:13px;font-weight:700}._statusValue_76r4e_162{margin-top:10px;color:var(--admin-text, #2f241d);font-size:28px;font-weight:700}._statusMeta_76r4e_169{margin-top:8px;color:var(--admin-text-soft, #6f5a49);font-size:13px}._listBlock_76r4e_175{margin-top:18px;display:flex;flex-direction:column;gap:10px}._listTitle_76r4e_182{color:var(--admin-text, #2f241d);font-size:15px;font-weight:700}._switchItem_76r4e_188{display:flex;align-items:center;width:100%;padding:12px 14px;border:1px solid rgba(205,157,120,.24);border-radius:16px;background:#faf2eaeb;cursor:pointer;text-align:left;transition:border-color .2s ease,background .2s ease,transform .2s ease}._switchItem_76r4e_188:hover{transform:translateY(-1px);border-color:var(--admin-border-strong, rgba(201, 115, 63, .34));background:#fff5ecfa}._switchItemActive_76r4e_207{border-color:var(--admin-border-strong, rgba(201, 115, 63, .34));background:#ffeee1fa;box-shadow:inset 0 0 0 1px #c9733f14}._switchTitle_76r4e_213{color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._editorList_76r4e_219{display:flex;flex-direction:column;gap:10px}._editorListRow_76r4e_225{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:stretch}._orderActions_76r4e_232{display:flex;gap:8px}._emptyState_76r4e_237{padding:18px;border-radius:18px;background:var(--admin-surface-soft, rgba(250, 242, 234, .92));color:var(--admin-text-soft, #6f5a49);font-size:14px;line-height:1.75}._bannerEditorCard_76r4e_246{display:flex;flex-direction:column;gap:18px;padding:18px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong, linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%))}._bannerEditorHeader_76r4e_256{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._bannerEditorTitle_76r4e_263{color:var(--admin-text, #2f241d);font-size:18px;font-weight:700}._bannerEditorBody_76r4e_269{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:18px;align-items:start}._previewBox_76r4e_276{display:flex;align-items:center;justify-content:center;min-height:180px;border-radius:18px;background:#f6ece1f5;overflow:hidden}._previewImage_76r4e_286{width:100%;height:100%;min-height:180px;object-fit:cover}._previewEmpty_76r4e_293{padding:18px;color:var(--admin-text-soft, #6f5a49);font-size:14px;text-align:center}._bannerForm_76r4e_300{display:flex;flex-direction:column;gap:14px}._fieldLabel_76r4e_306{display:flex;flex-direction:column;gap:8px;color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._textInput_76r4e_315,._textArea_76r4e_316,._fileInput_76r4e_317{width:100%;border:1px solid rgba(205,157,120,.34);border-radius:16px;padding:13px 14px;background:#fffcf8fa;color:var(--admin-text, #2f241d);font-size:14px;box-sizing:border-box}._textArea_76r4e_316{min-height:108px;resize:vertical}._uploadHint_76r4e_333{margin-top:-4px;color:var(--admin-text-soft, #6f5a49);font-size:12px}._searchField_76r4e_339{position:relative}._searchPanel_76r4e_343{position:absolute;z-index:6;top:calc(100% + 8px);left:0;right:0;display:flex;flex-direction:column;gap:8px;max-height:240px;padding:10px;border-radius:18px;border:1px solid rgba(205,157,120,.22);background:#fffcf8fa;box-shadow:0 16px 36px #7548271f;overflow-y:auto}._searchEmpty_76r4e_361{padding:10px 12px;color:var(--admin-text-soft, #6f5a49);font-size:13px}._searchResultButton_76r4e_367{display:flex;flex-direction:column;gap:4px;width:100%;padding:12px 14px;border:1px solid rgba(205,157,120,.24);border-radius:14px;background:#faf2eaf5;cursor:pointer;text-align:left}._searchResultButton_76r4e_367:hover{border-color:var(--admin-border-strong, rgba(201, 115, 63, .34));background:#fff5ecfa}._searchResultTitle_76r4e_385{color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._searchResultMeta_76r4e_391{color:var(--admin-text-soft, #6f5a49);font-size:12px;line-height:1.5}._actionRow_76r4e_397{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}@media(max-width:1100px){._bannerPanelGrid_76r4e_110,._bannerEditorBody_76r4e_269,._editorListRow_76r4e_225{grid-template-columns:1fr}}@media(max-width:768px){._heroCard_76r4e_7{flex-direction:column;align-items:flex-start}._orderActions_76r4e_232{justify-content:flex-start}}._pagination_18z6e_1{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}._controls_18z6e_9{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap}._navButton_18z6e_16,._pageButton_18z6e_17{border:1px solid rgba(205,157,120,.34);background:#fffcf8f5;color:var(--admin-text, #2f241d);font-weight:700;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}._prevNextButton_18z6e_26{min-width:96px;height:42px;padding:0 16px;border-radius:14px;font-size:14px;line-height:1}._pageButton_18z6e_17{min-width:42px;height:42px;padding:0 12px;border-radius:14px;font-size:15px;line-height:1}._navButton_18z6e_16:hover,._pageButton_18z6e_17:hover{transform:translateY(-1px);border-color:#c9733f6b;box-shadow:0 8px 18px #75482714}._pageButtonActive_18z6e_51{border-color:#c9733f75;background:linear-gradient(135deg,#c9733ff5,#e08a4ff0);color:#fff;box-shadow:0 10px 20px #c9733f24}._navButton_18z6e_16:disabled,._pageButton_18z6e_17:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}._summary_18z6e_66{color:var(--admin-text-soft, #6f5a49);font-size:13px;line-height:1.6;white-space:nowrap}@media(max-width:768px){._pagination_18z6e_1{align-items:flex-start;gap:10px}._controls_18z6e_9{gap:8px}._prevNextButton_18z6e_26{min-width:84px;height:38px;padding:0 12px;border-radius:12px;font-size:13px}._pageButton_18z6e_17{min-width:38px;height:38px;padding:0 10px;border-radius:12px;font-size:14px}._summary_18z6e_66{font-size:13px;line-height:1.5;white-space:normal}}._panelStack_m5lia_1{display:flex;flex-direction:column;gap:22px}._grid_m5lia_7{display:grid;grid-template-columns:minmax(320px,420px) minmax(0,1fr);gap:22px;align-items:start}._card_m5lia_14{padding:24px;border-radius:24px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-surface, rgba(255, 251, 246, .92));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._heroCard_m5lia_22{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px;border-radius:24px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-panel, linear-gradient(135deg, rgba(255, 250, 244, .96) 0%, rgba(249, 239, 227, .96) 100%));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._headerActions_m5lia_34{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}._headerButtonWrap_m5lia_41{position:relative;display:inline-flex}._actionBadge_m5lia_46{position:absolute;top:-8px;right:-8px;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#d64545,#f06745);color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 22px #d645453d}._sectionBadge_m5lia_64{display:inline-flex;padding:7px 14px;border-radius:999px;background:var(--admin-accent-soft, rgba(201, 115, 63, .12));color:var(--admin-accent-strong, #aa5a2d);font-size:12px;font-weight:700}._heroTitle_m5lia_74,._cardTitle_m5lia_75{margin:14px 0 0;color:var(--admin-text, #2f241d)}._heroDesc_m5lia_80,._cardDesc_m5lia_81{margin:10px 0 0;color:var(--admin-text-soft, #6f5a49);line-height:1.8}._cardHeader_m5lia_87{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}._list_m5lia_95{display:flex;flex-direction:column;gap:14px;max-height:560px;overflow-y:auto;padding-right:4px}._itemCard_m5lia_104{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong, linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%))}._reviewCard_m5lia_114{gap:16px}._itemCardActive_m5lia_118{border-color:var(--admin-border-strong, rgba(201, 115, 63, .34));box-shadow:0 16px 34px #c9733f24}._itemHeader_m5lia_123,._metaRow_m5lia_124,._actionRow_m5lia_125,._toggleRow_m5lia_126{display:flex;flex-wrap:wrap;align-items:center;gap:10px}._itemHeader_m5lia_123{justify-content:space-between}._itemTitle_m5lia_137{color:var(--admin-text, #2f241d);font-size:16px;font-weight:700}._itemMeta_m5lia_143{color:var(--admin-text-soft, #6f5a49);font-size:13px}._fieldHint_m5lia_148{margin-top:-8px;color:var(--admin-text-soft, #6f5a49);font-size:12px;line-height:1.6}._reviewSummaryLabel_m5lia_155{color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:700}._reviewTableWrapper_m5lia_161{overflow-x:auto;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:#fffcf8fa}._reviewTable_m5lia_161{width:100%;min-width:900px;border-collapse:separate;border-spacing:0;table-layout:fixed}._reviewStatusCol_m5lia_177{width:102px}._reviewTitleCol_m5lia_182,._reviewAccountCol_m5lia_186{width:20%}._reviewOperateCol_m5lia_190{width:108px}._reviewDetailCol_m5lia_195{width:84px}._reviewTable_m5lia_161 th,._reviewTable_m5lia_161 td{padding:12px;border-bottom:1px solid rgba(205,157,120,.18);text-align:center;vertical-align:middle}._reviewTable_m5lia_161 th{color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:700;background:#f6ece0b8;white-space:nowrap}._reviewTable_m5lia_161 th:last-child,._reviewTable_m5lia_161 td:last-child{padding-left:10px}._reviewTableRow_m5lia_221{background:#fffcf8fa}._reviewTable_m5lia_161 tbody tr:hover{background:#faf1e87a}._reviewTable_m5lia_161 tbody tr:last-child td{border-bottom:none}._reviewTitleCell_m5lia_233{color:var(--admin-text, #2f241d);font-size:14px;font-weight:700;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._reviewAccountCell_m5lia_244{color:var(--admin-text, #2f241d);font-size:13px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}._reviewOperateCell_m5lia_254,._reviewDetailCell_m5lia_255{white-space:nowrap;text-align:center}._reviewOperateCell_m5lia_254{padding-left:8px;padding-right:8px}._reviewInlineActions_m5lia_265{display:inline-flex;align-items:center;justify-content:center;gap:4px;flex-wrap:nowrap}._reviewDetailButton_m5lia_274{min-width:80px;padding:9px 14px}._reviewFilterBar_m5lia_279{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap}._filterActions_m5lia_287{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}._reviewStatusSelect_m5lia_295{width:136px;min-width:136px;flex:0 0 136px}._detailActionRow_m5lia_301{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}._fieldLabel_m5lia_308{display:flex;flex-direction:column;gap:8px;color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._formArea_m5lia_317{display:flex;flex-direction:column;gap:16px}._formArea_m5lia_317>div._fieldLabel_m5lia_308,._formArea_m5lia_317>div._fieldLabel_m5lia_308+._actionRow_m5lia_125{display:none}._configSection_m5lia_328,._configList_m5lia_334{display:flex;flex-direction:column;gap:12px}._configItem_m5lia_340{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid rgba(205,157,120,.22);background:#fffcf8fa}._configItemTitle_m5lia_351{color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._tickerHint_m5lia_357{color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:500;line-height:1.6}._tickerPreview_m5lia_364{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:linear-gradient(180deg,#fffcf8fa,#faf1e8eb)}._tickerPreviewLabel_m5lia_374{color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:700}._tickerPreviewBar_m5lia_380{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:18px;background:#ffffffe0;border:1px solid rgba(205,157,120,.22)}._tickerPreviewIcon_m5lia_390{width:36px;height:36px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#c9733f1f;color:var(--admin-accent-strong, #aa5a2d)}._tickerPreviewIcon_m5lia_390 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._tickerPreviewText_m5lia_412{color:var(--admin-text, #2f241d);font-size:14px;font-weight:600;line-height:1.6}._tickerMeta_m5lia_419{color:var(--admin-text-soft, #6f5a49);font-size:12px;line-height:1.7}._textInput_m5lia_425,._textArea_m5lia_426,._select_m5lia_427{width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(205,157,120,.34);background:#fffcf8f5;color:var(--admin-text, #2f241d);font-size:14px;box-sizing:border-box}._textArea_m5lia_426{min-height:120px;resize:vertical;line-height:1.7}._primaryButton_m5lia_444,._secondaryButton_m5lia_445,._dangerButton_m5lia_446,._linkButton_m5lia_447{font-weight:700;cursor:pointer;border-radius:999px}._primaryButton_m5lia_444,._secondaryButton_m5lia_445,._dangerButton_m5lia_446{padding:10px 18px;font-size:14px}._primaryButton_m5lia_444{border:none;color:#fff;background:linear-gradient(135deg,var(--admin-accent, #c9733f) 0%,#e08a4f 100%)}._secondaryButton_m5lia_445{border:1px solid rgba(205,157,120,.34);background:#fffcf8f5;color:var(--admin-text, #2f241d)}._secondaryButtonActive_m5lia_472{border-color:transparent;background:linear-gradient(135deg,var(--admin-accent, #c9733f) 0%,#e08a4f 100%);color:#fff}._dangerButton_m5lia_446{border:1px solid rgba(187,53,53,.18);background:#bb353514;color:#b73a3a}._linkButton_m5lia_447{border:none;background:transparent;padding:0;color:var(--admin-accent-strong, #aa5a2d)}._statusTag_m5lia_491{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;background:#c9733f1f;color:var(--admin-accent-strong, #aa5a2d);font-size:12px;font-weight:700}._statusApproved_m5lia_502{background:#459d6824;color:#2d8c58}._statusRejected_m5lia_507{background:#bb35351f;color:#b73a3a}._coverPreview_m5lia_512{width:100%;max-height:220px;border-radius:16px;object-fit:cover;background:#cd9d7829}._switchLabel_m5lia_520{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:14px;background:#c9733f14;color:var(--admin-text, #2f241d)}._switchLabelDisabled_m5lia_530{opacity:.52}._inlineGrid_m5lia_534{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._filterGrid_m5lia_540{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}._paginationBar_m5lia_546{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}._detailOverlay_m5lia_555{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#2d1c1257;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._detailDialog_m5lia_567{width:min(960px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;border-radius:24px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-surface, rgba(255, 251, 246, .98));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._detailBody_m5lia_578{display:flex;flex-direction:column;gap:18px}._detailSection_m5lia_584{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong, linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%))}._detailSectionTitle_m5lia_594{color:var(--admin-text, #2f241d);font-size:16px;font-weight:700}._detailGrid_m5lia_600{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}._detailField_m5lia_606{display:flex;flex-direction:column;gap:6px;min-width:0}._detailLabel_m5lia_613{color:var(--admin-text-soft, #6f5a49);font-size:12px;font-weight:700}._detailValue_m5lia_619{color:var(--admin-text, #2f241d);font-size:14px;line-height:1.7;word-break:break-word}._detailTextBlock_m5lia_626{color:var(--admin-text, #2f241d);font-size:14px;line-height:1.8;white-space:pre-wrap;word-break:break-word}._detailLinkList_m5lia_634{display:flex;flex-direction:column;gap:10px}._detailLinkItem_m5lia_640{color:var(--admin-accent-strong, #aa5a2d);text-decoration:none;word-break:break-all}._detailLinkItem_m5lia_640:hover{text-decoration:underline}._detailMediaGrid_m5lia_650{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}._detailImageGrid_m5lia_656{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,320px));gap:14px;align-items:start}._detailImage_m5lia_656,._detailVideo_m5lia_664{width:100%;border-radius:18px;background:#cd9d7829}._detailImage_m5lia_656{display:block;height:auto}._detailVideo_m5lia_664{max-height:260px}._emptyState_m5lia_679{padding:16px;border-radius:18px;background:var(--admin-surface-soft, rgba(250, 242, 234, .92));color:var(--admin-text-soft, #6f5a49);line-height:1.8}@media(max-width:1100px){._grid_m5lia_7,._detailGrid_m5lia_600{grid-template-columns:1fr}._reviewFilterBar_m5lia_279{align-items:stretch}._filterActions_m5lia_287{width:100%;justify-content:flex-end}}@media(max-width:768px){._heroCard_m5lia_22,._card_m5lia_14{border-radius:20px;padding:20px}._heroCard_m5lia_22{flex-direction:column;align-items:flex-start}._headerActions_m5lia_34,._inlineGrid_m5lia_534,._filterGrid_m5lia_540{width:100%;grid-template-columns:1fr}._configItem_m5lia_340{flex-direction:column;align-items:flex-start}._reviewTable_m5lia_161{min-width:820px}._reviewTable_m5lia_161 th,._reviewTable_m5lia_161 td{padding:11px 12px}._reviewInlineActions_m5lia_265{gap:4px}._reviewStatusSelect_m5lia_295{width:132px;min-width:132px;flex-basis:132px}._reviewDetailButton_m5lia_274{min-width:78px}._filterActions_m5lia_287,._detailActionRow_m5lia_301{width:100%;justify-content:flex-start}._detailOverlay_m5lia_555{padding:12px}._detailDialog_m5lia_567{max-height:calc(100vh - 24px);padding:18px;border-radius:20px}._tickerPreview_m5lia_364{padding:14px}._tickerPreviewBar_m5lia_380{align-items:flex-start}._tickerPreviewIcon_m5lia_390{width:32px;height:32px}}._panelStack_1h30b_1{display:flex;flex-direction:column;gap:24px}._heroCard_1h30b_7,._card_1h30b_8{background:#fffaf5eb;border:1px solid rgba(222,191,166,.45);border-radius:22px;box-shadow:0 18px 40px #b5875c24}._heroCard_1h30b_7{padding:30px 34px}._card_1h30b_8{padding:28px}._sectionBadge_1h30b_23{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#d1936324;color:#a5602f;font-size:14px;font-weight:700}._heroTitle_1h30b_34{margin:18px 0 12px;font-size:24px;color:#2e241d}._heroDesc_1h30b_40,._cardDesc_1h30b_41,._itemMeta_1h30b_42,._emptyState_1h30b_43{color:#705b4b;line-height:1.7}._tabRow_1h30b_48{display:flex;gap:12px;flex-wrap:wrap}._tabButtonWrap_1h30b_54{position:relative;display:inline-flex}._tabButton_1h30b_54,._tabButtonActive_1h30b_60,._primaryButton_1h30b_61,._secondaryButton_1h30b_62{border-radius:999px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;font-weight:700}._tabButton_1h30b_54,._tabButtonActive_1h30b_60{border:1px solid rgba(215,182,156,.45);padding:12px 22px;font-size:15px}._tabButton_1h30b_54{background:#fff7f0f2;color:#8b664d}._tabButtonActive_1h30b_60{border-color:transparent;background:linear-gradient(135deg,#b56f3b,#d79c68);color:#fffaf4;box-shadow:0 14px 24px #b56f3b38}._actionBadge_1h30b_88{position:absolute;top:-8px;right:-8px;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#d64545,#f06745);color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 22px #d645453d}._primaryButton_1h30b_61,._secondaryButton_1h30b_62{padding:10px 18px;font-size:14px}._primaryButton_1h30b_61{border:none;background:linear-gradient(135deg,#b56f3b,#d79c68);color:#fffaf4}._secondaryButton_1h30b_62{border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#4c3d31}._primaryButton_1h30b_61:disabled,._secondaryButton_1h30b_62:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._cardHeader_1h30b_132{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}._cardTitle_1h30b_140{margin:0 0 8px;font-size:18px;color:#2e241d}._specialGrid_1h30b_146{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(360px,1.1fr);gap:24px}._formArea_1h30b_152{display:flex;flex-direction:column;gap:16px}._fieldLabel_1h30b_158{display:flex;flex-direction:column;gap:10px;font-size:14px;font-weight:700;color:#4c3d31}._textInput_1h30b_167,._textArea_1h30b_168,._select_1h30b_169{width:100%;border-radius:18px;border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#34281f;font-size:15px;box-sizing:border-box}._textInput_1h30b_167,._select_1h30b_169{min-height:50px;padding:0 16px}._textArea_1h30b_168{min-height:140px;padding:14px 16px;resize:vertical}._userCard_1h30b_191{padding:20px;border-radius:16px;background:#fffcf9f5;border:1px solid rgba(228,205,187,.7)}._userName_1h30b_198{font-size:18px;font-weight:700;color:#2e241d;margin-bottom:8px}._actionRow_1h30b_205{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}._reviewTableWrapper_1h30b_212{overflow-x:auto;border-radius:16px;border:1px solid rgba(228,205,187,.72);background:#fffcf9f5}._reviewTable_1h30b_212{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}._rewardStatusCol_1h30b_226{width:15%}._rewardTitleCol_1h30b_230{width:20%}._rewardAccountCol_1h30b_235,._rewardPointsCol_1h30b_239{width:10%}._rewardDetailCol_1h30b_243,._rewardOperateCol_1h30b_247{width:15%}._reviewTable_1h30b_212 th,._reviewTable_1h30b_212 td{padding:14px 12px;border-bottom:1px solid rgba(205,157,120,.18);text-align:center;vertical-align:middle}._reviewTable_1h30b_212 th{color:#6f5a49;font-size:13px;font-weight:700;background:#f6ece0b8;white-space:nowrap}._reviewTable_1h30b_212 tbody tr:last-child td{border-bottom:none}._reviewTableRow_1h30b_271{background:#fffcf8fa}._reviewTable_1h30b_212 tbody tr:hover{background:#faf1e87a}._paginationBar_1h30b_279{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin-top:16px}._rewardTitleCell_1h30b_288,._rewardAccountCell_1h30b_289{color:#2e241d;font-size:14px;line-height:1.6;text-align:left;white-space:normal;word-break:break-word}._rewardTitleCell_1h30b_288{font-weight:700}._rewardPointsCell_1h30b_302{color:#2e241d;font-size:14px;font-weight:700}._reviewDetailCell_1h30b_308,._reviewOperateCell_1h30b_309{white-space:nowrap}._reviewDetailButton_1h30b_313{min-width:84px;padding:9px 14px}._statusTag_1h30b_318{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:13px;font-weight:700}._statusPending_1h30b_328{background:#d1936329;color:#a5602f}._statusIssued_1h30b_333{background:#459d6824;color:#2d8c58}._emptyState_1h30b_43{padding:16px;border-radius:18px;background:#faf2eaeb}._detailOverlay_1h30b_344,._confirmOverlay_1h30b_345{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#2d1c1257;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._detailDialog_1h30b_357,._confirmDialog_1h30b_358{width:min(960px,100%);border-radius:24px;border:1px solid rgba(222,191,166,.45);background:#fffaf5fa;box-shadow:0 20px 56px #623b211a}._detailDialog_1h30b_357{max-height:calc(100vh - 48px);overflow-y:auto;padding:24px}._confirmDialog_1h30b_358{width:min(520px,100%);padding:28px}._confirmTitle_1h30b_377{color:#2e241d;font-size:20px;font-weight:700}._confirmDesc_1h30b_383{margin-top:12px;color:#705b4b;font-size:15px;line-height:1.8}._confirmHighlight_1h30b_390{color:#a5602f;font-weight:700}._detailBody_1h30b_395{display:flex;flex-direction:column;gap:18px}._detailSection_1h30b_401{display:flex;flex-direction:column;gap:12px;padding:18px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:linear-gradient(180deg,#fffcf8fa,#faf1e8f5)}._detailSectionTitle_1h30b_411{color:#2f241d;font-size:16px;font-weight:700}._detailGrid_1h30b_417{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}._detailField_1h30b_423{display:flex;flex-direction:column;gap:6px;min-width:0}._detailLabel_1h30b_430{color:#6f5a49;font-size:12px;font-weight:700}._detailValue_1h30b_436{color:#2f241d;font-size:14px;line-height:1.7;word-break:break-word}._detailTextBlock_1h30b_443{color:#2f241d;font-size:14px;line-height:1.8;white-space:pre-wrap;word-break:break-word}._detailLinkList_1h30b_451{display:flex;flex-direction:column;gap:10px}._detailLinkItem_1h30b_457{color:#aa5a2d;text-decoration:none;word-break:break-all}._detailLinkItem_1h30b_457:hover{text-decoration:underline}._detailMediaGrid_1h30b_467{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}._detailImage_1h30b_473,._detailVideo_1h30b_474{width:100%;border-radius:18px;background:#cd9d7829}._detailImage_1h30b_473{display:block;aspect-ratio:4 / 3;object-fit:cover}._detailVideo_1h30b_474{max-height:260px}@media(max-width:1100px){._specialGrid_1h30b_146,._detailGrid_1h30b_417{grid-template-columns:1fr}}@media(max-width:768px){._heroCard_1h30b_7,._card_1h30b_8{padding:22px 18px;border-radius:18px}._heroTitle_1h30b_34{font-size:21px}._cardHeader_1h30b_132{flex-direction:column;align-items:flex-start}._reviewTable_1h30b_212{min-width:900px}._detailOverlay_1h30b_344,._confirmOverlay_1h30b_345{padding:12px}._detailDialog_1h30b_357{max-height:calc(100vh - 24px);padding:18px;border-radius:20px}._confirmDialog_1h30b_358{border-radius:20px;padding:22px 18px}}._manager_1jco7_1{display:flex;flex-direction:column;gap:18px;padding:22px;border-radius:22px;background:#fffffff5;border:1px solid rgba(205,157,120,.16);box-shadow:0 18px 44px #75482714}._sectionBadge_1jco7_12{display:inline-flex;width:fit-content;padding:6px 12px;border-radius:999px;background:#c9733f1f;color:#9b4c21;font-size:12px;font-weight:700;letter-spacing:.06em}._headerRow_1jco7_24{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}._title_1jco7_31{margin:0;color:#2b2119;font-size:24px;font-weight:800}._description_1jco7_38{margin:8px 0 0;color:#7a6a59;font-size:14px;line-height:1.6}._createCard_1jco7_45,._listCard_1jco7_46,._editorCard_1jco7_47{padding:20px;border-radius:16px;background:#fffcf8eb;border:1px solid rgba(205,157,120,.18)}._createCard_1jco7_45{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:end}._workspace_1jco7_61{display:grid;grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:18px}._cardHeader_1jco7_67{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:16px}._cardTitle_1jco7_75{color:#2b2119;font-size:18px;font-weight:700}._cardMeta_1jco7_81{margin-top:6px;color:#8a7b6a;font-size:13px;line-height:1.5}._field_1jco7_88{display:flex;flex-direction:column;gap:8px;color:#584637;font-size:13px;font-weight:600}._input_1jco7_97,._select_1jco7_98{width:100%;min-height:44px;padding:10px 12px;border-radius:14px;border:1px solid rgba(205,157,120,.28);background:#fff;color:#2b2119;font-size:14px;outline:none}._input_1jco7_97:focus,._select_1jco7_98:focus{border-color:#c9733f8f;box-shadow:0 0 0 3px #c9733f1f}._primaryButton_1jco7_116,._secondaryButton_1jco7_117,._dangerButton_1jco7_118{min-height:42px;padding:0 16px;border-radius:14px;border:1px solid transparent;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._primaryButton_1jco7_116{background:linear-gradient(135deg,#d56e3f,#b8542b);color:#fff;box-shadow:0 12px 24px #b8542b33}._secondaryButton_1jco7_117{background:#fff;border-color:#cd9d7847;color:#5f4c3b}._dangerButton_1jco7_118{background:#c6434914;border-color:#c6434933;color:#b73d45}._primaryButton_1jco7_116:disabled,._secondaryButton_1jco7_117:disabled,._dangerButton_1jco7_118:disabled{opacity:.56;cursor:not-allowed;box-shadow:none;transform:none}._tagList_1jco7_156{display:flex;flex-direction:column;gap:10px}._tagItem_1jco7_162{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border-radius:18px;border:1px solid rgba(205,157,120,.18);background:#fff;text-align:left;cursor:pointer}._tagItemActive_1jco7_175{border-color:#c9733f6b;box-shadow:0 10px 24px #c9733f1f}._tagOrder_1jco7_180{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:#c9733f1f;color:#b45a31;font-size:14px;font-weight:800}._tagInfo_1jco7_193{min-width:0;display:flex;flex-direction:column;gap:4px}._tagName_1jco7_200{color:#2b2119;font-size:15px;font-weight:700}._tagMode_1jco7_206{color:#8a7b6a;font-size:12px;line-height:1.5}._editorForm_1jco7_212{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}._manualPanel_1jco7_218{margin-top:18px;display:flex;flex-direction:column;gap:14px}._manualHeader_1jco7_225{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}._limitText_1jco7_232{color:#b45a31;font-size:14px;font-weight:700}._searchPanel_1jco7_238{max-height:240px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}._searchItem_1jco7_247{display:flex;flex-direction:column;gap:4px;width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(205,157,120,.18);background:#fff;text-align:left;cursor:pointer}._searchItemTitle_1jco7_260{color:#2b2119;font-size:14px;font-weight:700}._searchItemMeta_1jco7_266{color:#8a7b6a;font-size:12px}._searchEmpty_1jco7_271,._emptyState_1jco7_272{padding:16px;border-radius:16px;background:#fffc;color:#8a7b6a;font-size:14px;line-height:1.6}._selectedGameList_1jco7_281{display:flex;flex-direction:column;gap:10px}._selectedGameItem_1jco7_287{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border-radius:18px;border:1px solid rgba(205,157,120,.18);background:#fff}._selectedGameOrder_1jco7_298{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#c9733f1f;color:#b45a31;font-size:13px;font-weight:800}._selectedGameInfo_1jco7_311{min-width:0}._selectedGameTitle_1jco7_315{color:#2b2119;font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._selectedGameMeta_1jco7_324{margin-top:4px;color:#8a7b6a;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._actionRow_1jco7_333{margin-top:18px;display:flex;gap:12px}@media(max-width:1180px){._createCard_1jco7_45,._editorForm_1jco7_212,._workspace_1jco7_61{grid-template-columns:1fr}}@media(max-width:768px){._manager_1jco7_1,._createCard_1jco7_45,._listCard_1jco7_46,._editorCard_1jco7_47{padding:16px;border-radius:16px}._headerRow_1jco7_24,._cardHeader_1jco7_67,._manualHeader_1jco7_225,._actionRow_1jco7_333{flex-direction:column;align-items:stretch}._tagItem_1jco7_162,._selectedGameItem_1jco7_287{grid-template-columns:1fr}._tagOrder_1jco7_180,._selectedGameOrder_1jco7_298{width:30px;height:30px}}._panelStack_jqb0m_1{display:flex;flex-direction:column;gap:24px;color-scheme:light}._heroCard_jqb0m_8,._card_jqb0m_9{background:#fffaf5eb;border:1px solid rgba(222,191,166,.45);border-radius:22px;box-shadow:0 18px 40px #b5875c24}._heroCard_jqb0m_8{padding:30px 34px}._card_jqb0m_9{padding:24px}._sectionBadge_jqb0m_24{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#d1936324;color:#a5602f;font-size:14px;font-weight:700}._heroTitle_jqb0m_35{margin:18px 0 12px;font-size:24px;color:#2e241d}._heroDesc_jqb0m_41,._cardDesc_jqb0m_42,._emptyState_jqb0m_43{color:#705b4b;line-height:1.7}._cardHeader_jqb0m_48{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}._cardTitle_jqb0m_56{margin:0 0 8px;font-size:18px;color:#2e241d}._formArea_jqb0m_62{display:flex;flex-direction:column;gap:14px}._fieldLabel_jqb0m_68{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:700;color:#4c3d31}._textInput_jqb0m_77,._select_jqb0m_78{width:100%;min-height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#34281f;font-size:14px;box-sizing:border-box;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}._textInput_jqb0m_77:focus,._select_jqb0m_78:focus{border-color:#c9733fbd;box-shadow:0 0 0 4px #c9733f1f;background:#fff;color:#34281f}._textInput_jqb0m_77:-webkit-autofill,._textInput_jqb0m_77:-webkit-autofill:hover,._textInput_jqb0m_77:-webkit-autofill:focus{-webkit-text-fill-color:#34281f;box-shadow:0 0 0 1000px #fffdfaf5 inset;transition:background-color 9999s ease-in-out 0s}._createFormWrap_jqb0m_109{display:flex;flex-direction:column;gap:16px}._createFormRow_jqb0m_115{display:grid;gap:14px;align-items:start}._createFormRow_jqb0m_115:first-child{grid-template-columns:1fr 1fr 1fr}._createFormRow_jqb0m_115:last-child{grid-template-columns:1.5fr 1.5fr auto;align-items:end}._fieldLabelText_jqb0m_131{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:700;color:#4c3d31}._optionalTag_jqb0m_141{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:#d193631f;color:#9e7455;font-size:11px;font-weight:600}._targetUserCodeField_jqb0m_153{grid-column:span 1}._createAction_jqb0m_158{display:flex;align-items:flex-end}._createAction_jqb0m_158 ._primaryButton_jqb0m_163{min-width:140px;padding:12px 24px;white-space:nowrap}@media(max-width:1200px){._createFormRow_jqb0m_115:first-child{grid-template-columns:1fr 1fr}._createFormRow_jqb0m_115:first-child ._fieldLabel_jqb0m_68:last-child{grid-column:span 2}._createFormRow_jqb0m_115:last-child{grid-template-columns:1fr 1fr}._createAction_jqb0m_158{grid-column:span 2;justify-content:stretch}._createAction_jqb0m_158 ._primaryButton_jqb0m_163{width:100%}}@media(max-width:768px){._createFormRow_jqb0m_115:first-child,._createFormRow_jqb0m_115:last-child{grid-template-columns:1fr}._createFormRow_jqb0m_115:first-child ._fieldLabel_jqb0m_68:last-child{grid-column:span 1}._createAction_jqb0m_158{grid-column:span 1}}._inlineGrid_jqb0m_209,._filterGrid_jqb0m_210{display:grid;gap:12px}._inlineGrid_jqb0m_209{grid-template-columns:repeat(2,minmax(0,1fr))}._filterGrid_jqb0m_210{grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:14px}._formHint_jqb0m_224{display:inline-block;font-size:12px;line-height:1.5;font-weight:500;color:#7a6758}._actionRow_jqb0m_232{display:flex;gap:12px;flex-wrap:wrap}._primaryButton_jqb0m_163,._secondaryButton_jqb0m_239,._dangerButton_jqb0m_240{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer}._primaryButton_jqb0m_163{border:none;background:linear-gradient(135deg,#b56f3b,#d79c68);color:#fffaf4}._secondaryButton_jqb0m_239{border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#4c3d31}._dangerButton_jqb0m_240{border:1px solid rgba(187,53,53,.2);background:#bb353514;color:#b73a3a}._primaryButton_jqb0m_163:disabled,._secondaryButton_jqb0m_239:disabled,._dangerButton_jqb0m_240:disabled{opacity:.6;cursor:not-allowed}._generatedPanel_jqb0m_273{display:flex;flex-direction:column;gap:12px}._generatedMeta_jqb0m_279{display:flex;flex-wrap:wrap;gap:10px;color:#705b4b;font-size:13px}._generatedList_jqb0m_287{max-height:320px;overflow-y:auto;display:flex;flex-direction:column;gap:8px;padding-right:4px}._generatedItem_jqb0m_296{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:14px;border:1px solid rgba(220,195,175,.6);background:#fffdfaf5}._keyCode_jqb0m_307{display:inline-block;max-width:100%;padding:3px 7px;border-radius:8px;background:#d1936324;color:#5f3c26;font-size:12px;word-break:break-all}._keyCell_jqb0m_318{display:flex;align-items:center;gap:8px}._tableWrapper_jqb0m_324{overflow-x:auto;border-radius:16px;border:1px solid rgba(228,205,187,.72);background:#fffcf9f5}._table_jqb0m_324{width:100%;min-width:1480px;border-collapse:separate;border-spacing:0}._table_jqb0m_324 th,._table_jqb0m_324 td{padding:10px;border-bottom:1px solid rgba(205,157,120,.16);text-align:left;color:#3c2f25;font-size:13px;vertical-align:middle}._table_jqb0m_324 th{font-size:12px;color:#6f5a49;background:#f6ece0b8;white-space:nowrap}._table_jqb0m_324 tbody tr:last-child td{border-bottom:none}._table_jqb0m_324 tbody tr:hover{background:#faf1e87a}._paginationBar_jqb0m_363{margin-top:14px}._emptyState_jqb0m_43{padding:16px;border-radius:16px;background:#faf2eaeb}@media(max-width:1200px){._filterGrid_jqb0m_210{grid-template-columns:repeat(2,minmax(0,1fr))}._createFormRow_jqb0m_115:first-child{grid-template-columns:1fr 1fr}._createFormRow_jqb0m_115:first-child ._fieldLabel_jqb0m_68:last-child{grid-column:span 2}._createFormRow_jqb0m_115:last-child{grid-template-columns:1fr 1fr}}@media(max-width:768px){._heroCard_jqb0m_8,._card_jqb0m_9{padding:20px 16px;border-radius:16px}._heroTitle_jqb0m_35{font-size:21px}._inlineGrid_jqb0m_209,._filterGrid_jqb0m_210{grid-template-columns:1fr}._createFormRow_jqb0m_115:first-child,._createFormRow_jqb0m_115:last-child{grid-template-columns:1fr}._createFormRow_jqb0m_115:first-child ._fieldLabel_jqb0m_68:last-child{grid-column:span 1}}._panelStack_ls6j0_1{display:flex;flex-direction:column;gap:22px}._heroCard_ls6j0_7{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:28px 30px;border-radius:30px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-panel, linear-gradient(135deg, rgba(255, 250, 244, .96) 0%, rgba(249, 239, 227, .96) 100%));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._heroMain_ls6j0_19{min-width:0}._sectionBadge_ls6j0_23{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:var(--admin-accent-soft, rgba(201, 115, 63, .12));color:var(--admin-accent-strong, #aa5a2d);font-size:12px;font-weight:700;letter-spacing:.08em}._heroTitle_ls6j0_36{margin:16px 0 0;color:var(--admin-text, #2f241d);font-size:28px;line-height:1.25}._heroDesc_ls6j0_43{margin:12px 0 0;color:var(--admin-text-soft, #6f5a49);font-size:14px;line-height:1.8}._heroStats_ls6j0_50{display:grid;grid-template-columns:repeat(3,minmax(92px,1fr));gap:10px}._statItem_ls6j0_56{display:flex;flex-direction:column;gap:6px;min-width:92px;padding:12px;border-radius:18px;border:1px solid rgba(205,157,120,.24);background:#fffcf8e0}._statItem_ls6j0_56 span{color:var(--admin-text-soft, #6f5a49);font-size:12px}._statItem_ls6j0_56 strong{color:var(--admin-text, #2f241d);font-size:20px;line-height:1.2}._grid_ls6j0_78{display:grid;grid-template-columns:minmax(340px,420px) minmax(0,1fr);gap:22px;align-items:start}._card_ls6j0_85{padding:24px;border-radius:30px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-surface, rgba(255, 251, 246, .92));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._cardHeader_ls6j0_93{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}._cardTitle_ls6j0_101{margin:0;color:var(--admin-text, #2f241d);font-size:24px}._cardDesc_ls6j0_107{margin:8px 0 0;color:var(--admin-text-soft, #6f5a49);font-size:14px;line-height:1.75}._filterBar_ls6j0_114{display:grid;grid-template-columns:1fr 180px;gap:12px;margin-bottom:14px}._authorFilterBar_ls6j0_121{display:grid;grid-template-columns:360px;gap:12px;margin-bottom:14px}._checkboxGroup_ls6j0_128{display:flex;flex-wrap:wrap;gap:10px 16px;margin-bottom:14px}._checkboxItem_ls6j0_135{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(205,157,120,.28);background:#fffcf8e6;color:var(--admin-text, #2f241d);font-size:13px;cursor:pointer}._checkboxItem_ls6j0_135 input{margin:0}._summaryRow_ls6j0_152{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}._summaryItem_ls6j0_159{display:flex;flex-direction:column;gap:6px;padding:12px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:#fffcf8e6}._summaryItem_ls6j0_159 span{color:var(--admin-text-soft, #6f5a49);font-size:12px}._summaryItem_ls6j0_159 strong{color:var(--admin-text, #2f241d);font-size:14px}._textInput_ls6j0_179,._textArea_ls6j0_180,._select_ls6j0_181{width:100%;padding:12px 14px;border-radius:16px;border:1px solid rgba(205,157,120,.34);background:#fffcf8f5;color:var(--admin-text, #2f241d);font-size:14px;box-sizing:border-box}._textArea_ls6j0_180{min-height:112px;resize:vertical;line-height:1.7}._list_ls6j0_198{display:flex;flex-direction:column;gap:14px;max-height:560px;overflow-y:auto;padding-right:4px}._itemCard_ls6j0_207{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:22px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong, linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%))}._itemCardActive_ls6j0_217{border-color:var(--admin-border-strong, rgba(201, 115, 63, .34));box-shadow:0 16px 34px #c9733f24}._itemMainButton_ls6j0_222{border:none;padding:0;background:transparent;text-align:left;cursor:pointer}._itemHeader_ls6j0_230{display:flex;align-items:center;justify-content:space-between;gap:10px}._itemTitle_ls6j0_237{color:var(--admin-text, #2f241d);font-size:16px;font-weight:700}._itemMeta_ls6j0_243{color:var(--admin-text-soft, #6f5a49);font-size:13px;line-height:1.7}._metaGrid_ls6j0_249{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px}._remarkLine_ls6j0_255{padding:10px 12px;border-radius:14px;background:#fffcf8db;color:var(--admin-text-soft, #6f5a49);font-size:13px;line-height:1.7}._statusTag_ls6j0_264{display:inline-flex;align-items:center;justify-content:center;padding:5px 11px;border-radius:999px;background:#c9733f1f;color:var(--admin-accent-strong, #aa5a2d);font-size:12px;font-weight:700}._statusJoined_ls6j0_276{background:#459d6824;color:#2d8c58}._statusGameIncentive_ls6j0_281{background:#507ad224;color:#3e68b9}._statusIncentive_ls6j0_286{background:#9c27b024;color:#7b1fa2}._statusCodeIncentive_ls6j0_291{background:#ff980024;color:#e65100}._statusAllIncentive_ls6j0_296{background:#26a69a29;color:#0f766e}._statusNone_ls6j0_301{background:#927d6b24;color:#7b6552}._statusFinished_ls6j0_306{background:#507ad224;color:#3e68b9}._actionRow_ls6j0_311{display:flex;flex-wrap:wrap;gap:10px}._paginationBar_ls6j0_317{margin-top:14px}._detailSectionStack_ls6j0_321{display:flex;flex-direction:column;gap:20px}._summaryCard_ls6j0_328{padding:20px;border-radius:18px;background:linear-gradient(135deg,#4caf5014,#4caf500a);border:1px solid rgba(76,175,80,.2)}._summaryTitle_ls6j0_335{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:16px;font-weight:600;color:#2e7d32}._summaryGrid_ls6j0_345{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}._summaryItem_ls6j0_159{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:12px;background:#fff9;border:1px solid rgba(76,175,80,.12)}._summaryLabel_ls6j0_361{font-size:12px;color:#666}._summaryValue_ls6j0_366{font-size:22px;font-weight:700;color:#2e7d32}._summaryTotal_ls6j0_372{color:#1b5e20;font-size:26px}._codeIncentiveForm_ls6j0_377{display:flex;flex-direction:column;gap:16px}._codeIncentiveForm_ls6j0_377 ._formGrid_ls6j0_383{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}._codeIncentiveForm_ls6j0_377 ._formField_ls6j0_389{display:flex;flex-direction:column;gap:8px}._codeIncentiveForm_ls6j0_377 ._fieldLabel_ls6j0_395{font-size:13px;color:#555;font-weight:500}._codeIncentiveForm_ls6j0_377 ._textInput_ls6j0_179{padding:10px 14px;border-radius:10px;border:1px solid rgba(76,175,80,.3);background:#fffc;font-size:14px;color:#333}._codeIncentiveForm_ls6j0_377 ._textInput_ls6j0_179:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf5026}._primaryButton_ls6j0_416,._secondaryButton_ls6j0_417,._dangerButton_ls6j0_418{border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .2s ease}._primaryButton_ls6j0_416{border:none;color:#fff;background:linear-gradient(135deg,var(--admin-accent, #c9733f) 0%,#e08a4f 100%)}._secondaryButton_ls6j0_417{border:1px solid rgba(205,157,120,.34);background:#fffcf8f5;color:var(--admin-text, #2f241d)}._dangerButton_ls6j0_418{border:1px solid rgba(187,53,53,.18);background:#bb353514;color:#b73a3a}._primaryButton_ls6j0_416:hover,._secondaryButton_ls6j0_417:hover,._dangerButton_ls6j0_418:hover{transform:translateY(-1px)}._primaryButton_ls6j0_416:disabled,._secondaryButton_ls6j0_417:disabled,._dangerButton_ls6j0_418:disabled{opacity:.58;cursor:not-allowed;transform:none}._emptyState_ls6j0_459{padding:16px;border-radius:18px;background:var(--admin-surface-soft, rgba(250, 242, 234, .92));color:var(--admin-text-soft, #6f5a49);line-height:1.8}._modalOverlay_ls6j0_467{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#2d1c1257;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._modalCard_ls6j0_479{width:min(760px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:24px;border-radius:30px;border:1px solid var(--admin-border, rgba(201, 139, 92, .22));background:var(--admin-surface, rgba(255, 251, 246, .98));box-shadow:0 20px 56px var(--admin-shadow, rgba(98, 59, 33, .1))}._formArea_ls6j0_490{display:flex;flex-direction:column;gap:14px}._amountRow_ls6j0_496{display:flex;align-items:center;gap:14px}._amountRow_ls6j0_496>._pendingAmountDisplay_ls6j0_502{flex:0 0 auto}._amountRow_ls6j0_496>._fieldLabel_ls6j0_395{flex:1 1 0;min-width:0}._pendingAmountDisplay_ls6j0_502{padding:12px 16px;border-radius:12px;background:#c9733f14;color:var(--admin-accent-strong, #aa5a2d);font-size:14px;font-weight:600;text-align:center}._formGrid_ls6j0_383{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._fieldLabel_ls6j0_395{display:flex;flex-direction:column;gap:8px;color:var(--admin-text, #2f241d);font-size:14px;font-weight:700}._segmentSelectWrapper_ls6j0_536{display:flex;align-items:center;gap:10px}._segmentSelectWrapper_ls6j0_536 ._select_ls6j0_181{min-width:180px}._loadingText_ls6j0_546{color:var(--admin-text-soft, #6f5a49);font-size:13px}@media(max-width:1100px){._heroCard_ls6j0_7,._grid_ls6j0_78,._summaryRow_ls6j0_152,._metaGrid_ls6j0_249,._formGrid_ls6j0_383,._amountRow_ls6j0_496{grid-template-columns:1fr}}@media(max-width:768px){._heroCard_ls6j0_7,._card_ls6j0_85,._modalCard_ls6j0_479{border-radius:24px;padding:20px}._heroStats_ls6j0_50,._filterBar_ls6j0_114{grid-template-columns:1fr}._modalOverlay_ls6j0_467{padding:12px}._modalCard_ls6j0_479{max-height:calc(100vh - 24px)}}._header_1mjfm_1{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-radius:16px;border:1px solid rgba(201,115,63,.12);background:#fffcf8f5;box-shadow:0 6px 18px #7548270d}._title_1mjfm_13{margin:0;font-size:22px;font-weight:700;line-height:1.3;color:#2f241d;flex-shrink:0}._desc_1mjfm_22{margin:0;max-width:520px;color:#888;font-size:13px;line-height:1.5;text-align:right}@media(max-width:768px){._header_1mjfm_1{flex-direction:column;align-items:flex-start;gap:8px}._desc_1mjfm_22{max-width:none;text-align:left}}._grid_1xirn_1{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:20px}._gridThree_1xirn_8{grid-template-columns:repeat(3,minmax(0,1fr))}._card_1xirn_12{min-width:0;padding:12px 14px;border-radius:14px;border:1px solid rgba(201,115,63,.12);background:#fffcf8f5;box-shadow:0 6px 18px #7548270d;overflow:visible}._title_1xirn_22{margin:0;color:#888;font-size:13px;font-weight:500;line-height:1.4}._value_1xirn_30{margin-top:6px;font-size:22px;font-weight:700;line-height:1.2;color:var(--admin-accent-strong, #aa5a2d)}._sectionTitle_1xirn_38{margin:0 0 12px;font-size:18px;font-weight:700;color:#2f241d}._toolbar_1xirn_45{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:20px}@media(max-width:900px){._gridThree_1xirn_8{grid-template-columns:1fr}}._root_bzecq_1{display:grid;gap:20px}._input_bzecq_6,._select_bzecq_7{min-width:160px;padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;font-size:14px}._searchButton_bzecq_16{border:none;border-radius:10px;padding:8px 14px;background:var(--admin-accent, #c9733f);color:#fff;cursor:pointer;font-size:14px}._tableWrap_bzecq_26{overflow-x:auto}._table_bzecq_26{width:100%;border-collapse:collapse;background:#fff}._table_bzecq_26 th,._table_bzecq_26 td{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.06);text-align:left}._emptyState_bzecq_43{padding:24px;text-align:center;color:#777}._paginationBar_bzecq_49{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._pageSizeField_bzecq_57{display:inline-flex;align-items:center;gap:10px;color:#666;font-size:14px;flex-shrink:0}._paginationWrap_bzecq_66{flex:1;justify-content:flex-end}._paginationSummaryOnly_bzecq_71{color:var(--admin-text-soft, #6f5a49);font-size:13px;line-height:1.6;white-space:nowrap}._paginationHint_bzecq_78{color:#999;font-size:13px}._panelStack_3durm_1{display:flex;flex-direction:column;gap:24px;color-scheme:light}._heroCard_3durm_8,._card_3durm_9,._modalCard_3durm_10{background:#fffaf5eb;border:1px solid rgba(222,191,166,.45);border-radius:22px;box-shadow:0 18px 40px #b5875c24}._heroCard_3durm_8{padding:30px 34px}._card_3durm_9{padding:24px}._sectionBadge_3durm_25{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#d1936324;color:#a5602f;font-size:14px;font-weight:700}._heroTitle_3durm_36{margin:18px 0 12px;font-size:24px;color:#2e241d}._heroDesc_3durm_42,._cardDesc_3durm_43,._emptyState_3durm_44{color:#705b4b;line-height:1.7}._toolbar_3durm_49{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}._toolbarMeta_3durm_58{display:flex;flex-wrap:wrap;gap:10px}._metaPill_3durm_64{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#d193631a;color:#7c593f;font-size:12px;font-weight:700}._cardHeader_3durm_76{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}._cardTitle_3durm_84{margin:0 0 8px;font-size:18px;color:#2e241d}._tableWrapper_3durm_90{overflow-x:auto;overflow-y:hidden;border-radius:16px;border:1px solid rgba(228,205,187,.72);background:#fffcf9f5;scrollbar-width:thin;scrollbar-color:rgba(181,135,92,.5) rgba(246,236,224,.5)}._tableWrapper_3durm_90::-webkit-scrollbar{height:10px}._tableWrapper_3durm_90::-webkit-scrollbar-track{background:#f6ece080;border-radius:5px}._tableWrapper_3durm_90::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#b56f3b,#d79c68);border-radius:5px;border:2px solid rgba(246,236,224,.5)}._tableWrapper_3durm_90::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a5602f,#c48850)}._tableWrapper_3durm_90::-webkit-scrollbar-corner{background:#f6ece080}._table_3durm_90{width:100%;min-width:1180px;border-collapse:separate;border-spacing:0}._table_3durm_90 th,._table_3durm_90 td{padding:12px;border-bottom:1px solid rgba(205,157,120,.16);text-align:left;color:#3c2f25;font-size:13px;vertical-align:middle}._table_3durm_90 th{font-size:12px;color:#6f5a49;background:#f6ece0b8;white-space:nowrap}._table_3durm_90 tbody tr:last-child td{border-bottom:none}._table_3durm_90 tbody tr:hover{background:#faf1e87a}._taskTitle_3durm_155{display:flex;flex-direction:column;gap:6px}._taskTitleMain_3durm_161{font-weight:700;color:#2e241d}._taskTitleSub_3durm_166{color:#7a6758;line-height:1.5}._codeText_3durm_171,._gameCode_3durm_172{font-family:Consolas,Courier New,monospace;font-size:12px;color:#6a4d38;word-break:break-all}._gameCell_3durm_179{display:flex;flex-direction:column;gap:6px}._statusTag_3durm_185{display:inline-flex;align-items:center;justify-content:center;min-width:76px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}._statusPublished_3durm_196{background:#4a9a6524;color:#2e7b48}._statusDraft_3durm_201{background:#c9936324;color:#9a6234}._statusOffline_3durm_206{background:#705b4b1f;color:#705b4b}._actionRow_3durm_211{display:flex;flex-wrap:wrap;gap:8px}._primaryButton_3durm_217,._secondaryButton_3durm_218,._dangerButton_3durm_219{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer}._primaryButton_3durm_217{border:none;background:linear-gradient(135deg,#b56f3b,#d79c68);color:#fffaf4}._secondaryButton_3durm_218{border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#4c3d31}._dangerButton_3durm_219{border:1px solid rgba(187,53,53,.2);background:#bb353514;color:#b73a3a}._primaryButton_3durm_217:disabled,._secondaryButton_3durm_218:disabled,._dangerButton_3durm_219:disabled{opacity:.6;cursor:not-allowed}._emptyState_3durm_44{padding:18px;border-radius:16px;background:#faf2eaeb}._modalOverlay_3durm_258{position:fixed;inset:0;z-index:1100;background:#30221866;display:flex;align-items:center;justify-content:center;padding:20px}._modalCard_3durm_10{width:min(760px,100%);max-height:calc(100vh - 40px);overflow-y:auto;padding:24px}._formGrid_3durm_276{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._fullWidth_3durm_282{grid-column:1 / -1}._fieldLabel_3durm_286{display:flex;flex-direction:column;gap:8px;font-size:14px;font-weight:700;color:#4c3d31}._fieldHint_3durm_295{font-size:12px;font-weight:500;color:#8b735f;line-height:1.5}._textInput_3durm_302,._select_3durm_303,._textArea_3durm_304{width:100%;min-height:46px;padding:0 14px;border-radius:14px;border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#34281f;font-size:14px;box-sizing:border-box;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}._textArea_3durm_304{min-height:112px;padding:12px 14px;resize:vertical}._textInput_3durm_302:focus,._select_3durm_303:focus,._textArea_3durm_304:focus{border-color:#c9733fbd;box-shadow:0 0 0 4px #c9733f1f;background:#fff}._fieldError_3durm_332{font-size:12px;color:#b73a3a}._modalFooter_3durm_337{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}._gameSearchWrapper_3durm_344{position:relative;display:flex;flex-direction:column;gap:8px}._gameSearchSelected_3durm_351{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:#d193631f;border:1px solid rgba(201,115,63,.3)}._gameSearchSelectedTitle_3durm_361{flex:1;font-weight:700;font-size:14px;color:#2e241d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._gameSearchSelectedId_3durm_371{font-family:Consolas,Courier New,monospace;font-size:12px;color:#6a4d38;background:#fffdfacc;padding:2px 6px;border-radius:6px;flex-shrink:0}._gameSearchClearBtn_3durm_381{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:50%;background:#705b4b24;color:#705b4b;font-size:16px;cursor:pointer;flex-shrink:0;line-height:1;padding:0;transition:background .15s}._gameSearchClearBtn_3durm_381:hover{background:#bb353533;color:#b73a3a}._gameSearchInputRow_3durm_404{width:100%}._gameSearchDropdown_3durm_408{position:absolute;top:calc(100% - 8px);left:0;right:0;z-index:200;max-height:260px;overflow-y:auto;border-radius:14px;border:1px solid rgba(220,195,175,.88);background:#fff;box-shadow:0 8px 24px #b5875c2e}._gameSearchItem_3durm_422{display:flex;align-items:center;gap:10px;padding:10px 14px;cursor:pointer;transition:background .12s;border-bottom:1px solid rgba(205,157,120,.12)}._gameSearchItem_3durm_422:last-child{border-bottom:none}._gameSearchItem_3durm_422:hover{background:#faf1e8b8}._gameSearchItemSelected_3durm_440{background:#c9733f1a}._gameSearchItemSelected_3durm_440:hover{background:#c9733f29}._gameSearchItemTitle_3durm_448{flex:1;font-size:14px;font-weight:600;color:#2e241d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._gameSearchItemMeta_3durm_458{font-family:Consolas,Courier New,monospace;font-size:11px;color:#8b735f;flex-shrink:0}@media(max-width:900px){._formGrid_3durm_276{grid-template-columns:1fr}}@media(max-width:768px){._heroCard_3durm_8,._card_3durm_9,._modalCard_3durm_10{padding:20px 16px;border-radius:16px}._heroTitle_3durm_36{font-size:21px}._toolbar_3durm_49,._cardHeader_3durm_76,._modalFooter_3durm_337{flex-direction:column;align-items:stretch}._actionRow_3durm_211{flex-direction:column}}._panelStack_jsu3b_1{display:flex;flex-direction:column;gap:24px;color-scheme:light}._heroCard_jsu3b_8,._card_jsu3b_9,._modalCard_jsu3b_10{background:#fffaf5eb;border:1px solid rgba(222,191,166,.45);border-radius:22px;box-shadow:0 18px 40px #b5875c24}._heroCard_jsu3b_8{padding:30px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:relative;overflow:hidden}._heroCard_jsu3b_8:after{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;background:radial-gradient(circle at center,rgba(209,147,99,.18),transparent 65%);pointer-events:none}._card_jsu3b_9{padding:24px}._sectionBadge_jsu3b_41{display:inline-flex;align-items:center;padding:8px 16px;border-radius:999px;background:#d1936324;color:#a5602f;font-size:14px;font-weight:700;letter-spacing:.04em}._heroTitle_jsu3b_53{margin:18px 0 12px;font-size:26px;color:#2e241d;font-weight:700;letter-spacing:-.01em}._heroDesc_jsu3b_61,._cardDesc_jsu3b_62,._emptyState_jsu3b_63{color:#705b4b;line-height:1.7}._heroDesc_jsu3b_61{max-width:520px;margin:0}._heroMetric_jsu3b_73{position:relative;z-index:1;display:flex;align-items:baseline;gap:6px;padding:18px 22px;border-radius:18px;background:linear-gradient(135deg,#fffaf4f5,#f4e2cdd9);border:1px solid rgba(222,191,166,.6);box-shadow:inset 0 1px #fff9;flex-shrink:0}._heroMetricLabel_jsu3b_87{font-size:12px;font-weight:700;color:#7c593f;letter-spacing:.08em;text-transform:uppercase}._heroMetricValue_jsu3b_95{font-size:32px;font-weight:800;color:#a5602f;line-height:1;font-feature-settings:"tnum"}._heroMetricUnit_jsu3b_103{font-size:13px;color:#7c593f}._toolbar_jsu3b_108{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:18px}._toolbarMeta_jsu3b_117{display:flex;flex-wrap:wrap;gap:10px}._metaPill_jsu3b_123{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;background:#d193631a;color:#7c593f;font-size:12px;font-weight:700}._cardHeader_jsu3b_135{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}._cardTitle_jsu3b_143{margin:0 0 8px;font-size:18px;color:#2e241d}._tableWrapper_jsu3b_149{overflow-x:auto;overflow-y:hidden;border-radius:16px;border:1px solid rgba(228,205,187,.72);background:#fffcf9f5;scrollbar-width:thin;scrollbar-color:rgba(181,135,92,.5) rgba(246,236,224,.5)}._tableWrapper_jsu3b_149::-webkit-scrollbar{height:10px}._tableWrapper_jsu3b_149::-webkit-scrollbar-track{background:#f6ece080;border-radius:5px}._tableWrapper_jsu3b_149::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#b56f3b,#d79c68);border-radius:5px;border:2px solid rgba(246,236,224,.5)}._tableWrapper_jsu3b_149::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a5602f,#c48850)}._tableWrapper_jsu3b_149::-webkit-scrollbar-corner{background:#f6ece080}._table_jsu3b_149{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}._table_jsu3b_149 th,._table_jsu3b_149 td{padding:14px 16px;border-bottom:1px solid rgba(205,157,120,.16);text-align:left;color:#3c2f25;font-size:13px;vertical-align:middle}._table_jsu3b_149 th{font-size:11px;color:#6f5a49;background:#f6ece0b8;white-space:nowrap;font-weight:700;letter-spacing:.08em;text-transform:uppercase}._colContent_jsu3b_209{width:36%;text-align:center}._colStatus_jsu3b_214{width:22%;text-align:center}._colAction_jsu3b_219{width:42%;text-align:center}._table_jsu3b_149 ._colAction_jsu3b_219{padding:12px}._table_jsu3b_149 ._colStatus_jsu3b_214{padding-left:8px;padding-right:8px;overflow:hidden}._table_jsu3b_149 th._colContent_jsu3b_209,._table_jsu3b_149 th._colStatus_jsu3b_214,._table_jsu3b_149 th._colAction_jsu3b_219{text-align:center}._table_jsu3b_149 tbody td._colContent_jsu3b_209,._table_jsu3b_149 tbody td._colStatus_jsu3b_214{text-align:center;vertical-align:middle}._table_jsu3b_149 tbody td._colAction_jsu3b_219{text-align:right;vertical-align:middle}._table_jsu3b_149 tbody td._colAction_jsu3b_219>._actionCluster_jsu3b_251{justify-content:flex-end}._table_jsu3b_149 tbody tr:last-child td{border-bottom:none}._table_jsu3b_149 tbody tr{transition:background .18s ease}._table_jsu3b_149 tbody tr:hover{background:#faf1e88c}._commentContent_jsu3b_267{display:flex;align-items:flex-start;gap:6px;min-width:0}._commentQuote_jsu3b_274{font-family:Georgia,"Source Serif Pro",Songti SC,serif;font-size:26px;line-height:1;color:#b5875c8c;transform:translateY(2px);flex-shrink:0}._commentText_jsu3b_283{color:#3c2f25;line-height:1.6;word-break:break-word;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px}._statusTag_jsu3b_295{display:inline-flex;align-items:center;gap:6px;padding:0;border-radius:0;background:transparent;box-shadow:none;font-size:13px;font-weight:700;color:#9a6234;white-space:nowrap;box-sizing:border-box}._statusTag_jsu3b_295:before{content:"";width:8px;height:8px;border-radius:50%;background:#d99f6c;box-shadow:0 0 0 3px #d99f6c2e;flex-shrink:0}._statusPending_jsu3b_320{background:transparent;color:#9a6234;box-shadow:none}._statusApproved_jsu3b_326{background:transparent;color:#2e7b48}._statusApproved_jsu3b_326:before{background:#4a9a65;box-shadow:0 0 0 3px #4a9a6533}._statusRejected_jsu3b_336{background:transparent;color:#705b4b}._statusRejected_jsu3b_336:before{background:#a8957f;box-shadow:0 0 0 3px #a8957f2e}._actionCluster_jsu3b_251{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:nowrap;width:100%;min-width:max-content}._detailButton_jsu3b_356{appearance:none;border:1px solid rgba(181,135,92,.55);background:#fffdfaf5;color:#5e3f2a;font-size:12px;font-weight:700;letter-spacing:.04em;padding:6px 14px;border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .18s ease,color .18s ease,border-color .18s ease}._detailButton_jsu3b_356:hover:not(:disabled){background:#b5875c29;color:#3c2f25;border-color:#b5875cc7}._detailButton_jsu3b_356:disabled{opacity:.5;cursor:not-allowed}._actionRow_jsu3b_382{display:inline-flex;flex-wrap:nowrap;align-items:center;border:1px solid rgba(228,205,187,.72);border-radius:999px;padding:3px;background:#fffdfaf5;box-shadow:inset 0 1px #fff9;flex-shrink:0}._approveButton_jsu3b_394,._rejectButton_jsu3b_395{padding:6px 14px;border-radius:999px;border:none;font-size:12px;font-weight:700;letter-spacing:.04em;cursor:pointer;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .12s ease}._approveButton_jsu3b_394{background:transparent;color:#2e7b48}._approveButton_jsu3b_394:hover:not(:disabled){background:#4a9a6529}._approveButton_jsu3b_394:active:not(:disabled){transform:scale(.97)}._rejectButton_jsu3b_395{background:transparent;color:#b73a3a}._rejectButton_jsu3b_395:hover:not(:disabled){background:#bb35351f}._rejectButton_jsu3b_395:active:not(:disabled){transform:scale(.97)}._approveButton_jsu3b_394:disabled,._rejectButton_jsu3b_395:disabled{opacity:.5;cursor:not-allowed}._emptyState_jsu3b_63{padding:32px 18px;border-radius:16px;background:#faf2eaeb;text-align:center}._pagination_jsu3b_446{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}._pageButton_jsu3b_454{padding:10px 18px;border-radius:999px;font-size:14px;font-weight:700;cursor:pointer;border:1px solid rgba(220,195,175,.88);background:#fffdfaf5;color:#4c3d31;transition:background .2s ease}._pageButton_jsu3b_454:hover:not(:disabled){background:#faf1e8b8}._pageButton_jsu3b_454:disabled{opacity:.6;cursor:not-allowed}._pageInfo_jsu3b_475{font-size:14px;color:#705b4b;font-feature-settings:"tnum"}._detailOverlay_jsu3b_481{position:fixed;inset:0;background:#2e241d6b;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px;animation:_detailFade_jsu3b_1 .18s ease-out}@keyframes _detailFade_jsu3b_1{0%{opacity:0}to{opacity:1}}._detailModal_jsu3b_504{width:min(560px,100%);max-height:calc(100vh - 48px);overflow-y:auto;background:linear-gradient(180deg,#fffcf7fa,#fcf4e8fa);border:1px solid rgba(222,191,166,.6);border-radius:22px;box-shadow:0 32px 80px #2e241d47;padding:26px 28px;position:relative;animation:_detailRise_jsu3b_1 .22s cubic-bezier(.2,.8,.2,1)}@keyframes _detailRise_jsu3b_1{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._detailHeader_jsu3b_528{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}._detailHeaderMeta_jsu3b_536{display:flex;align-items:center;gap:10px}._detailKicker_jsu3b_542{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#a5602f}._detailClose_jsu3b_550{appearance:none;border:none;background:#b5875c1f;color:#5e3f2a;width:32px;height:32px;border-radius:50%;font-size:20px;line-height:1;cursor:pointer;transition:background .18s ease}._detailClose_jsu3b_550:hover{background:#b5875c38}._detailQuote_jsu3b_568{margin:0 0 22px;padding:18px 20px 18px 36px;position:relative;background:#fffaf4b3;border:1px solid rgba(228,205,187,.5);border-radius:14px;font-family:Georgia,"Source Serif Pro",Songti SC,serif}._detailQuoteMark_jsu3b_578{position:absolute;top:-8px;left:12px;font-size:48px;line-height:1;color:#b5875c66;font-family:Georgia,"Source Serif Pro",Songti SC,serif}._detailQuoteText_jsu3b_588{margin:0;font-size:16px;line-height:1.75;color:#3c2f25;white-space:pre-wrap;word-break:break-word}._detailMeta_jsu3b_597{margin:0 0 22px;display:grid;grid-template-columns:1fr 1fr;gap:12px 18px;padding:16px 18px;background:#faf2eaa6;border-radius:12px;border:1px dashed rgba(181,135,92,.35)}._detailMetaRow_jsu3b_608{display:flex;flex-direction:column;gap:4px;min-width:0}._detailMetaRow_jsu3b_608 dt{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#9a6234}._detailMetaRow_jsu3b_608 dd{margin:0;font-size:13px;color:#3c2f25;word-break:break-word}._detailMetaMono_jsu3b_630{font-family:JetBrains Mono,SF Mono,Consolas,monospace;font-size:12px;color:#7c593f}._detailFooter_jsu3b_636{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid rgba(205,157,120,.18)}._detailCancel_jsu3b_645{appearance:none;border:1px solid rgba(220,195,175,.88);background:transparent;color:#5e3f2a;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;transition:background .18s ease}._detailCancel_jsu3b_645:hover:not(:disabled){background:#faf1e8b8}._detailCancel_jsu3b_645:disabled{opacity:.5;cursor:not-allowed}._detailActions_jsu3b_667{display:inline-flex;gap:8px;border:1px solid rgba(228,205,187,.72);border-radius:12px;padding:4px;background:#fffdfaf5;box-shadow:inset 0 1px #fff9}._detailActions_jsu3b_667 ._approveButton_jsu3b_394,._detailActions_jsu3b_667 ._rejectButton_jsu3b_395{padding:8px 18px;font-size:13px;border-radius:8px}@media(max-width:768px){._heroCard_jsu3b_8,._card_jsu3b_9{padding:20px 16px;border-radius:16px}._heroCard_jsu3b_8{flex-direction:column;align-items:flex-start}._heroTitle_jsu3b_53{font-size:22px}._toolbar_jsu3b_108,._cardHeader_jsu3b_135{flex-direction:column;align-items:stretch}._table_jsu3b_149 th,._table_jsu3b_149 td{padding:14px 10px}._pagination_jsu3b_446{flex-direction:column}._detailMeta_jsu3b_597{grid-template-columns:1fr}._detailFooter_jsu3b_636{flex-direction:column-reverse;align-items:stretch}._detailActions_jsu3b_667{width:100%;justify-content:space-between}._detailActions_jsu3b_667 ._approveButton_jsu3b_394,._detailActions_jsu3b_667 ._rejectButton_jsu3b_395{flex:1}}._panel_19hjb_1{display:flex;flex-direction:column;gap:16px}._header_19hjb_7{display:flex;justify-content:space-between;gap:16px;padding:22px 24px;border-radius:18px;border:1px solid rgba(201,139,92,.22);background:#fffbf6f5;overflow:visible}._titleTip_19hjb_19{display:inline-flex;align-items:center;gap:8px}._title_19hjb_19{margin:0;font-size:22px;font-weight:700;color:#3b2a1d}._headerActions_19hjb_32{display:flex;align-items:flex-start;gap:8px}._tabs_19hjb_38{display:flex;gap:8px}._tab_19hjb_38{border:1px solid rgba(205,157,120,.42);background:#fffcf8f0;border-radius:8px;padding:8px 16px;cursor:pointer;font-weight:600;color:#3b2a1d;transition:border-color .15s ease,color .15s ease,background .15s ease}._tabActive_19hjb_54{border-color:var(--admin-accent, #c9733f);color:var(--admin-accent-strong, #aa5a2d);background:var(--admin-accent-soft, rgba(201, 115, 63, .12))}._toolbar_19hjb_60{display:flex;flex-wrap:wrap;align-items:center;gap:10px}._input_19hjb_67,._select_19hjb_68,._textarea_19hjb_69{box-sizing:border-box;border:1px solid rgba(205,157,120,.42);border-radius:8px;padding:0 12px;font-size:14px;font-family:inherit;color:#3b2a1d;background:#fff}._input_19hjb_67,._select_19hjb_68{height:40px}._textarea_19hjb_69{padding:10px 12px;min-height:88px;width:100%;resize:vertical}._input_19hjb_67{width:min(280px,50%);min-width:160px;flex:0 0 auto}._input_19hjb_67:focus,._select_19hjb_68:focus,._textarea_19hjb_69:focus{outline:none;border-color:var(--admin-accent, #c9733f);box-shadow:0 0 0 3px #c9733f29}._primaryButton_19hjb_106,._secondaryButton_19hjb_107,._dangerButton_19hjb_108{box-sizing:border-box;border:none;border-radius:8px;height:40px;padding:0 18px;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease}._primaryButton_19hjb_106{background:linear-gradient(135deg,var(--admin-accent, #c9733f) 0%,#e08a4f 100%);color:#fff;box-shadow:0 8px 18px #c9733f38}._primaryButton_19hjb_106:hover{transform:translateY(-1px);box-shadow:0 10px 22px #c9733f4d}._primaryButton_19hjb_106:active{transform:translateY(0);box-shadow:0 4px 10px #c9733f2e}._secondaryButton_19hjb_107{background:#fffcf8f0;border:1px solid rgba(205,157,120,.42);color:#3b2a1d}._secondaryButton_19hjb_107:hover{border-color:var(--admin-accent, #c9733f);color:var(--admin-accent-strong, #aa5a2d)}._dangerButton_19hjb_108{background:#bb353514;border:1px solid rgba(187,53,53,.18);color:#b73a3a}._dangerSolidButton_19hjb_155{box-sizing:border-box;border:none;border-radius:8px;height:40px;padding:0 18px;font-size:14px;font-weight:700;letter-spacing:.02em;cursor:pointer;color:#fff;background:linear-gradient(135deg,#c45a4a,#9e3a30);box-shadow:0 8px 18px #9e3a3038;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}._dangerSolidButton_19hjb_155:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #9e3a304d}._dangerSolidButton_19hjb_155:disabled,._primaryButton_19hjb_106:disabled,._secondaryButton_19hjb_107:disabled{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}._tableWrap_19hjb_185{overflow:auto;border-radius:14px;border:1px solid #eee;background:#fff}._table_19hjb_185{width:100%;border-collapse:collapse;font-size:13px}._table_19hjb_185 th,._table_19hjb_185 td{padding:10px 12px;border-bottom:1px solid #f3f4f6;text-align:left;white-space:nowrap}._table_19hjb_185 th{background:#fafafa;font-weight:700}._linkButton_19hjb_211{border:none;background:transparent;color:#c2410c;cursor:pointer;margin-right:8px;font-weight:600}._empty_19hjb_220{padding:24px;text-align:center;color:#9ca3af}._statusText_19hjb_227{font-weight:600}._statusPending_19hjb_231{color:#c9782a}._statusApproved_19hjb_235{color:#2d8c58}._statusRejected_19hjb_239{color:#b73a3a}._pager_19hjb_243{display:flex;align-items:center;gap:12px}._pager_19hjb_243 button{border:1px solid #e5e7eb;background:#fff;border-radius:8px;padding:6px 12px;cursor:pointer}._pager_19hjb_243 button:disabled{opacity:.4;cursor:not-allowed}._drawerOverlay_19hjb_262{position:fixed;inset:0;z-index:1400;background:#0f172a66;display:flex;justify-content:flex-end}._modalOverlay_19hjb_272{position:fixed;inset:0;z-index:1500;display:flex;align-items:center;justify-content:center;padding:24px;background:#2d20167a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}._modalCard_19hjb_284{width:min(440px,100%);padding:22px 24px 20px;border-radius:16px;border:1px solid rgba(201,139,92,.3);background:linear-gradient(180deg,#fffaf4fa,#fff 55%);box-shadow:0 1px #ffffffb3 inset,0 24px 48px #3b2a1d33;animation:_withdrawModalIn_19hjb_1 .18s ease-out}@keyframes _withdrawModalIn_19hjb_1{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}._modalEyebrow_19hjb_308{margin-bottom:6px;font-size:12px;font-weight:700;letter-spacing:.06em;color:#b73a3a}._modalTitle_19hjb_316{margin:0 0 8px;font-size:20px;font-weight:700;color:#3b2a1d}._modalHint_19hjb_323{margin:0 0 14px;font-size:13px;line-height:1.55;color:#7a6452}._modalActions_19hjb_330{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}._drawer_19hjb_262{width:min(520px,100%);height:100%;overflow:auto;background:#fff;padding:20px;box-shadow:-12px 0 40px #0000001f}._drawerHeader_19hjb_346{display:flex;justify-content:space-between;align-items:center}._close_19hjb_352{border:none;background:transparent;font-size:24px;cursor:pointer}._detailGrid_19hjb_359{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:16px 0}._detailGrid_19hjb_359 span{display:block;font-size:12px;color:#9ca3af}._detailGrid_19hjb_359 strong{font-size:14px;color:#111827;word-break:break-all}._actionBox_19hjb_378{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}._actionRow_19hjb_385{display:flex;gap:10px}._timelineTitle_19hjb_390{margin:8px 0 10px}._timeline_19hjb_390{list-style:none;margin:0;padding:0;display:grid;gap:10px}._timelineItem_19hjb_402{display:grid;grid-template-columns:minmax(132px,160px) minmax(0,1fr);gap:12px;align-items:start;padding:12px 14px;border-radius:10px;background:#f9fafb}._timelineLeft_19hjb_412{display:flex;flex-direction:column;gap:6px}._timelineTime_19hjb_418{font-size:12px;color:#9ca3af;line-height:1.35;word-break:break-all}._timelineLeft_19hjb_412 strong{font-size:16px;font-weight:700;line-height:1.2}._timelineRight_19hjb_431{font-size:13px;line-height:1.55;color:#111827;word-break:break-word}._plus_19hjb_438{color:#15803d}._minus_19hjb_439{color:#b91c1c}@media(max-width:560px){._timelineItem_19hjb_402{grid-template-columns:1fr}}._wrap_5rgd7_1{padding:8px 4px 24px}._toolbar_5rgd7_5 h2{margin:0 0 4px;font-size:18px}._linkHint_5rgd7_10{margin:0 0 12px;font-size:13px;color:#666;word-break:break-all}._configCard_5rgd7_17{margin-bottom:16px;padding:12px 14px;border:1px solid #e8e8e8;border-radius:10px;background:#fafbfc}._configCard_5rgd7_17 h3{margin:0 0 10px;font-size:15px}._configGrid_5rgd7_30{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px 12px;margin-bottom:8px}._configGrid_5rgd7_30 label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#555}._configGrid_5rgd7_30 input{padding:8px 10px;border-radius:8px;border:1px solid #ddd;background:#fff;font-size:13px}._configHint_5rgd7_53{margin:0 0 8px;font-size:12px;color:#666;line-height:1.45}._row_5rgd7_60{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}._row_5rgd7_60 select,._row_5rgd7_60 button{padding:8px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}._tableWrap_5rgd7_76{overflow:auto;border:1px solid #eee;border-radius:8px}._table_5rgd7_76{width:100%;border-collapse:collapse;font-size:13px}._table_5rgd7_76 th,._table_5rgd7_76 td{border-bottom:1px solid #f0f0f0;padding:8px 10px;text-align:left;vertical-align:top}._table_5rgd7_76 th{background:#fafafa;white-space:nowrap}._pager_5rgd7_101{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}._pagerMeta_5rgd7_110{font-size:12px;color:#666}._pagerBtns_5rgd7_115{display:flex;gap:8px}._pagerBtns_5rgd7_115 button{padding:6px 12px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}._pagerBtns_5rgd7_115 button:disabled{opacity:.5;cursor:not-allowed}._pageRoot_7a8gs_1{--admin-accent: #c9733f;--admin-accent-strong: #aa5a2d;--admin-accent-soft: rgba(201, 115, 63, .12);--admin-border: rgba(201, 139, 92, .22);--admin-border-strong: rgba(201, 115, 63, .34);--admin-surface: rgba(255, 251, 246, .92);--admin-surface-strong: linear-gradient(180deg, rgba(255, 252, 248, .98) 0%, rgba(250, 241, 232, .96) 100%);--admin-surface-soft: rgba(250, 242, 234, .92);--admin-panel: linear-gradient(135deg, rgba(255, 250, 244, .96) 0%, rgba(249, 239, 227, .96) 100%);--admin-panel-strong: linear-gradient(135deg, rgba(255, 247, 238, .96) 0%, rgba(247, 232, 214, .96) 100%);--admin-shadow: rgba(98, 59, 33, .1);--admin-text: #2f241d;--admin-text-soft: #6f5a49;--admin-muted: #8d7664;width:100%;min-height:100vh;background:radial-gradient(circle at top left,rgba(214,154,103,.2),transparent 32%),radial-gradient(circle at top right,rgba(201,115,63,.12),transparent 30%),linear-gradient(180deg,#fbf3e9,#f8efe4 48%,#f5eadf)}._pageBody_7a8gs_24{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));margin:0 auto;padding:112px 0 88px;box-sizing:border-box}._pageHeader_7a8gs_31{margin-bottom:28px}._kicker_7a8gs_35{display:inline-flex;align-items:center;gap:8px;color:var(--admin-accent-strong);font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}._title_7a8gs_46{margin:14px 0 0;color:var(--admin-text);font-size:42px;line-height:1.12;letter-spacing:-.03em}._subtitle_7a8gs_54{margin:14px 0 0;max-width:760px;color:var(--admin-text-soft);font-size:16px;line-height:1.85}._workspace_7a8gs_62{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start}._sidebar_7a8gs_69{position:sticky;top:104px;display:flex;flex-direction:column;gap:14px;padding:18px;background:#fffaf4d1;border:1px solid var(--admin-border);border-radius:22px;box-shadow:0 18px 48px var(--admin-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._sidebarHeader_7a8gs_83{display:flex;flex-direction:column;gap:12px;padding:8px 6px 2px}._sidebarTitle_7a8gs_90{text-align:center;color:var(--admin-accent-strong);font-size:15px;font-weight:700;letter-spacing:.18em}._sidebarDivider_7a8gs_98{width:100%;height:1px;background:linear-gradient(90deg,#c9733f00,#c9733f57 18% 82%,#c9733f00)}._navItem_7a8gs_104{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:74px;padding:14px;border:1px solid rgba(205,157,120,.28);border-radius:16px;background:var(--admin-surface-strong);text-align:center;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}._navItem_7a8gs_104:hover{transform:translateY(-1px);border-color:var(--admin-border-strong);box-shadow:0 14px 28px #7548271a}._navItemActive_7a8gs_126{border-color:#c9733f75;background:var(--admin-panel-strong);box-shadow:0 18px 34px #c9733f24}._navTitle_7a8gs_132{color:var(--admin-text);font-size:20px;font-weight:700;text-align:center}._navTitle_7a8gs_132+._navTitle_7a8gs_132{display:none}._navCounter_7a8gs_143{position:absolute;top:10px;right:12px;min-width:24px;height:24px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(135deg,#d64545,#f06745);color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 22px #d645453d}._contentArea_7a8gs_161{min-width:0}._panelStack_7a8gs_165{display:flex;flex-direction:column;gap:22px}._heroCard_7a8gs_171,._pointsCard_7a8gs_172,._card_7a8gs_173{border-radius:24px;border:1px solid var(--admin-border);box-shadow:0 20px 56px var(--admin-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}._heroCard_7a8gs_171,._pointsCard_7a8gs_172{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 30px;background:var(--admin-panel)}._sectionBadge_7a8gs_190{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:var(--admin-accent-soft);color:var(--admin-accent-strong);font-size:12px;font-weight:700;letter-spacing:.08em}._heroTitle_7a8gs_203{margin:18px 0 0;color:var(--admin-text);font-size:30px;line-height:1.2}._heroDesc_7a8gs_210{margin:14px 0 0;max-width:720px;color:var(--admin-text-soft);font-size:15px;line-height:1.85}._panelGrid_7a8gs_218{display:grid;grid-template-columns:minmax(320px,360px) minmax(0,1fr);gap:22px;align-items:start}._card_7a8gs_173{background:var(--admin-surface);padding:24px;min-width:0}._cardHeader_7a8gs_231{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}._cardHeaderActions_7a8gs_239{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}._cardTitle_7a8gs_247{margin:0;color:var(--admin-text);font-size:24px}._cardDesc_7a8gs_253{margin:8px 0 0;color:var(--admin-text-soft);font-size:14px;line-height:1.7}._loadingText_7a8gs_260{color:var(--admin-muted);font-size:13px}._historyList_7a8gs_265{display:flex;flex-direction:column;gap:14px;max-height:560px;overflow:auto;padding-right:4px}._historyCard_7a8gs_274{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid rgba(205,157,120,.24);background:var(--admin-surface-strong);box-shadow:0 8px 22px #7548270f;min-width:0}._listFooter_7a8gs_286{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;flex-wrap:wrap}._paginationSummary_7a8gs_295{color:var(--admin-text-soft);font-size:13px}._paginationActions_7a8gs_300{display:flex;align-items:center;gap:10px;flex-wrap:wrap}._historyCardActive_7a8gs_307{border-color:#c9733f6b;box-shadow:0 16px 34px #c9733f24}._historyMeta_7a8gs_312{display:flex;flex-wrap:wrap;align-items:center;gap:10px}._statusTag_7a8gs_319{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}._statusPublished_7a8gs_329{background:#b26d381f;color:var(--admin-accent-strong)}._statusDraft_7a8gs_334{background:var(--admin-accent-soft);color:var(--admin-accent-strong)}._historyTime_7a8gs_339{color:var(--admin-muted);font-size:12px}._historyTitle_7a8gs_344{color:var(--admin-text);font-size:16px;font-weight:700;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}._historyActions_7a8gs_354{display:flex;flex-wrap:wrap;gap:10px}._formArea_7a8gs_360{display:flex;flex-direction:column;gap:18px}._fieldLabel_7a8gs_366{display:flex;flex-direction:column;gap:10px;color:var(--admin-text);font-size:14px;font-weight:700}._fieldHint_7a8gs_375{color:var(--admin-text-soft);font-size:12px;line-height:1.5}._textInput_7a8gs_381,._textArea_7a8gs_382{width:100%;border:1px solid rgba(205,157,120,.38);border-radius:18px;background:#fffcf8f5;color:var(--admin-text);font-size:15px;padding:14px 16px;box-sizing:border-box;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}._textInput_7a8gs_381:focus,._textArea_7a8gs_382:focus{border-color:#c9733fbd;box-shadow:0 0 0 4px #c9733f1f;background:#fff}._textArea_7a8gs_382{min-height:152px;resize:vertical;line-height:1.8}._sectionHeader_7a8gs_408{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}._sectionEditor_7a8gs_415{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:16px;border:1px solid rgba(205,157,120,.24);background:linear-gradient(180deg,#fff8f1e0,#faf0e5d6)}._sectionEditorActions_7a8gs_425{display:flex;justify-content:flex-start}._sectionEditorHeader_7a8gs_430{display:flex;align-items:center;justify-content:space-between;gap:10px}._sectionIndex_7a8gs_437{color:var(--admin-text-soft);font-size:14px;font-weight:700}._actionRow_7a8gs_443{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;padding-top:4px}._primaryButton_7a8gs_451,._secondaryButton_7a8gs_452,._primaryGhostButton_7a8gs_453,._actionButton_7a8gs_454,._dangerButton_7a8gs_455,._linkButton_7a8gs_456{border:none;cursor:pointer;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}._primaryButton_7a8gs_451,._secondaryButton_7a8gs_452,._primaryGhostButton_7a8gs_453,._actionButton_7a8gs_454,._dangerButton_7a8gs_455{border-radius:999px;padding:11px 18px;font-size:14px}._primaryButton_7a8gs_451{background:linear-gradient(135deg,var(--admin-accent) 0%,#e08a4f 100%);color:#fff;box-shadow:0 12px 28px #c9733f3d}._secondaryButton_7a8gs_452,._primaryGhostButton_7a8gs_453,._actionButton_7a8gs_454{background:#fffcf8f0;color:var(--admin-text);border:1px solid rgba(205,157,120,.42)}._dangerButton_7a8gs_455{background:#bb353514;color:#b73a3a;border:1px solid rgba(187,53,53,.18)}._primaryButton_7a8gs_451:hover,._secondaryButton_7a8gs_452:hover,._primaryGhostButton_7a8gs_453:hover,._actionButton_7a8gs_454:hover,._dangerButton_7a8gs_455:hover{transform:translateY(-1px)}._primaryButton_7a8gs_451:disabled,._secondaryButton_7a8gs_452:disabled,._actionButton_7a8gs_454:disabled,._dangerButton_7a8gs_455:disabled{opacity:.58;cursor:not-allowed;transform:none;box-shadow:none}._linkButton_7a8gs_456{padding:0;background:transparent;color:var(--admin-accent-strong);font-size:13px}._emptyState_7a8gs_518{padding:18px;border-radius:18px;background:var(--admin-surface-soft);color:var(--admin-text-soft);line-height:1.8}._pointsCard_7a8gs_172{flex-direction:column;align-items:flex-start}._pointsPlaceholder_7a8gs_531{width:100%;margin-top:24px;padding:24px;border-radius:18px;border:1px dashed rgba(201,139,92,.4);background:var(--admin-panel);box-sizing:border-box}._pointsTitle_7a8gs_541{color:var(--admin-text);font-size:20px;font-weight:700}._pointsDesc_7a8gs_547{margin-top:10px;color:var(--admin-text-soft);line-height:1.85}._themePanelGrid_7a8gs_553{display:grid;grid-template-columns:minmax(320px,380px) minmax(0,1fr);gap:22px;align-items:start}._featuredThemePanelCard_7a8gs_560{display:flex;flex-direction:column}._featuredThemePanelCard_7a8gs_560 ._cardHeader_7a8gs_231,._featuredThemeActions_7a8gs_569{flex-shrink:0}._themeForm_7a8gs_573{display:flex;flex-direction:column;gap:16px}._actionRowLeft_7a8gs_579{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:12px;padding-top:4px}._themeCounter_7a8gs_587{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:6px 12px;border-radius:999px;background:var(--admin-accent-soft);color:var(--admin-accent-strong);font-size:13px;font-weight:700}._featuredThemeList_7a8gs_600,._themeList_7a8gs_601{display:flex;flex-direction:column;gap:14px}._featuredThemeList_7a8gs_600{flex:1;min-height:0;overflow-y:auto;padding-right:4px}._themeList_7a8gs_601{height:520px;overflow-y:auto;padding-right:4px}._featuredThemeCard_7a8gs_622,._themeCard_7a8gs_623{border-radius:16px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong);box-shadow:0 8px 22px #7548270f}._featuredThemeCard_7a8gs_622{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px}._featuredThemeName_7a8gs_638,._themeCardTitle_7a8gs_639{color:var(--admin-text);font-size:16px;font-weight:700}._featuredThemeMeta_7a8gs_645,._themeCardMeta_7a8gs_646{color:var(--admin-text-soft);font-size:13px;line-height:1.7}._themeToolbar_7a8gs_652{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}._themeCard_7a8gs_623{display:flex;flex-direction:column;gap:14px;padding:18px}._themeCardCompact_7a8gs_666{flex-direction:row;align-items:center;justify-content:space-between;gap:16px}._themeCardMain_7a8gs_673{min-width:0;flex:1;display:flex;align-items:center;justify-content:space-between;gap:16px}._themeCardInfo_7a8gs_682{min-width:0;display:flex;flex-direction:column;gap:6px}._themeCardStatsCompact_7a8gs_689{display:flex;flex-wrap:wrap;align-items:center;gap:10px 16px;color:var(--admin-text-soft);font-size:13px;white-space:nowrap}._themeActionsCompact_7a8gs_699{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}._themeCardTop_7a8gs_707,._themeStats_7a8gs_708,._themeActions_7a8gs_699{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}._themeStats_7a8gs_708{justify-content:flex-start;color:var(--admin-text-soft);font-size:13px}._sortModalOverlay_7a8gs_723{position:fixed;inset:0;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px;background:#2d1c1261;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._sortModal_7a8gs_723{width:min(680px,100%);height:min(720px,calc(100vh - 48px));display:flex;flex-direction:column;gap:18px;padding:24px;border-radius:16px;border:1px solid var(--admin-border);background:var(--admin-surface);box-shadow:0 28px 70px #452a1838;box-sizing:border-box}._linkInsertModal_7a8gs_749{width:min(560px,100%);height:auto;min-height:0}._documentModal_7a8gs_755{width:min(760px,100%);height:min(86vh,820px);max-height:calc(100vh - 48px)}._documentModalBody_7a8gs_761{flex:1;min-height:0;overflow-y:auto;padding-right:6px}._linkInsertForm_7a8gs_768{display:flex;flex-direction:column;gap:14px}._formError_7a8gs_774{color:#b54545;font-size:13px;line-height:1.5}._sortModalHeader_7a8gs_780{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}._sortModalBadge_7a8gs_787{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:999px;background:var(--admin-accent-soft);color:var(--admin-accent-strong);font-size:12px;font-weight:700;letter-spacing:.08em}._sortModalTitle_7a8gs_800{margin:14px 0 0;color:var(--admin-text);font-size:28px;line-height:1.2}._sortModalDescription_7a8gs_807{margin:12px 0 0;color:var(--admin-text-soft);font-size:14px;line-height:1.75}._sortList_7a8gs_814{flex:1;min-height:0;overflow-y:auto;scroll-behavior:auto;display:flex;flex-direction:column;gap:12px;padding-right:6px}._sortItem_7a8gs_825{display:grid;grid-template-columns:56px minmax(0,1fr) 96px;align-items:center;gap:14px;padding:16px 18px;border-radius:16px;border:1px solid rgba(205,157,120,.22);background:var(--admin-surface-strong);box-shadow:0 10px 26px #75482714;cursor:grab}._sortItemDragging_7a8gs_838{opacity:.72;border-color:#c9733f6b;box-shadow:0 16px 32px #c9733f29}._sortItemOrder_7a8gs_844{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:14px;background:#c9733f1f;color:var(--admin-accent-strong);font-size:15px;font-weight:700}._sortItemContent_7a8gs_857{min-width:0;display:flex;flex-direction:column;gap:6px}._sortItemName_7a8gs_864{color:var(--admin-text);font-size:16px;font-weight:700;line-height:1.5}._sortItemMeta_7a8gs_871{display:flex;flex-wrap:wrap;gap:12px;color:var(--admin-text-soft);font-size:13px;line-height:1.6}._sortItemHandle_7a8gs_880{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-width:84px;padding:9px 12px;border-radius:999px;background:#fffcf8f0;border:1px solid rgba(205,157,120,.32);color:var(--admin-text-soft);font-size:12px;font-weight:700;white-space:nowrap}._sortModalFooter_7a8gs_896{display:flex;justify-content:flex-end;gap:12px}@media(max-width:1100px){._workspace_7a8gs_62{grid-template-columns:1fr}._sidebar_7a8gs_69{position:static}._panelGrid_7a8gs_218,._themePanelGrid_7a8gs_553{grid-template-columns:1fr}._featuredThemePanelCard_7a8gs_560{height:auto}._historyList_7a8gs_265{max-height:none}._themeCardCompact_7a8gs_666,._themeCardMain_7a8gs_673{flex-direction:column;align-items:flex-start}._themeActionsCompact_7a8gs_699{width:100%;justify-content:flex-start}}@media(max-width:768px){._pageBody_7a8gs_24{width:calc(100% - 24px);padding-top:96px;padding-bottom:48px}._title_7a8gs_46{font-size:32px}._heroCard_7a8gs_171,._pointsCard_7a8gs_172,._card_7a8gs_173,._sidebar_7a8gs_69{border-radius:20px}._heroCard_7a8gs_171,._pointsCard_7a8gs_172{flex-direction:column;align-items:flex-start;padding:22px}._card_7a8gs_173{padding:18px}._sectionHeader_7a8gs_408,._cardHeader_7a8gs_231{flex-direction:column;align-items:flex-start}._actionRow_7a8gs_443,._historyActions_7a8gs_354,._paginationActions_7a8gs_300{justify-content:flex-start}._listFooter_7a8gs_286{align-items:flex-start}._heroTitle_7a8gs_203{font-size:24px}._sortModalOverlay_7a8gs_723{padding:12px}._sortModal_7a8gs_723{height:min(720px,calc(100vh - 24px));padding:18px;border-radius:18px}._sortModalHeader_7a8gs_780,._sortModalFooter_7a8gs_896{flex-direction:column;align-items:stretch}._sortItem_7a8gs_825{grid-template-columns:48px minmax(0,1fr)}._sortItemHandle_7a8gs_880{grid-column:1 / -1;justify-self:flex-start}._documentModal_7a8gs_755{height:min(90vh,calc(100vh - 24px));max-height:calc(100vh - 24px)}}._fileUploadArea_7a8gs_1020{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;padding:24px;border:2px dashed #d1d5db;border-radius:12px;background:#f9fafb;cursor:pointer;transition:all .2s ease;text-align:center}._fileUploadArea_7a8gs_1020:hover{border-color:#c42d3a;background:#fef2f2}._fileInput_7a8gs_1041{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}._uploadIcon_7a8gs_1050{font-size:32px;margin-bottom:8px}._uploadText_7a8gs_1055{font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}._uploadHint_7a8gs_1062{font-size:12px;color:#9ca3af}._selectedFile_7a8gs_1067{display:flex;flex-direction:column;align-items:center;gap:4px}._fileName_7a8gs_1074{font-size:14px;font-weight:500;color:#1f2937;word-break:break-all}._fileSize_7a8gs_1081{font-size:12px;color:#6b7280}._uploadInstructions_7a8gs_1086{margin-top:8px;padding:12px;background:#f3f4f6;border-radius:8px;font-size:12px;color:#4b5563}._uploadInstructionsTitle_7a8gs_1095{font-weight:600;margin-bottom:8px;color:#1f2937}._uploadInstructionsList_7a8gs_1101{margin:0;padding-left:16px;line-height:1.8}._uploadInstructionsList_7a8gs_1101 code{padding:1px 4px;background:#e5e7eb;border-radius:4px;font-size:11px}._documentManager_7a8gs_1115{display:grid;grid-template-columns:320px minmax(0,1fr);gap:22px;align-items:start}._documentTreePanel_7a8gs_1122{position:sticky;top:104px;display:flex;flex-direction:column;gap:14px;padding:18px;background:#fffaf4d1;border:1px solid var(--admin-border);border-radius:22px;box-shadow:0 18px 48px var(--admin-shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);max-height:calc(100vh - 140px);overflow-y:auto}._documentTreeHeader_7a8gs_1138{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--admin-border)}._documentTreeTitle_7a8gs_1147{color:var(--admin-accent-strong);font-size:14px;font-weight:700;letter-spacing:.12em}._documentTreeContent_7a8gs_1154{display:flex;flex-direction:column;gap:10px}._guideGroup_7a8gs_1160{display:flex;flex-direction:column;gap:6px}._dragHandle_7a8gs_1166{color:var(--admin-muted);font-size:16px;padding:2px 4px;-webkit-user-select:none;user-select:none;touch-action:none}._dragHandle_7a8gs_1166:hover{color:var(--admin-accent-strong)}._guideGroupHeader_7a8gs_1178{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:var(--admin-accent-soft);cursor:pointer;transition:background .2s ease}._guideGroupHeader_7a8gs_1178:hover{background:#c9733f33}._guideGroupIcon_7a8gs_1193{color:var(--admin-accent-strong);font-size:14px;transition:transform .2s ease}._guideGroupIconExpanded_7a8gs_1199{transform:rotate(90deg)}._guideGroupName_7a8gs_1203{flex:1;color:var(--admin-accent-strong);font-size:14px;font-weight:700}._guideGroupCount_7a8gs_1210{color:var(--admin-muted);font-size:12px}._categoryList_7a8gs_1215{display:flex;flex-direction:column;gap:4px;padding-left:20px}._categoryItem_7a8gs_1222{display:flex;flex-direction:column;gap:4px}._categoryHeader_7a8gs_1228{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;cursor:pointer;transition:background .2s ease}._categoryHeader_7a8gs_1228:hover{background:#c9733f14}._categoryIcon_7a8gs_1242{color:var(--admin-muted);font-size:12px;transition:transform .2s ease}._categoryIconExpanded_7a8gs_1248{transform:rotate(90deg)}._categoryName_7a8gs_1252{flex:1;color:var(--admin-text-soft);font-size:13px;font-weight:600}._categoryCount_7a8gs_1259{color:var(--admin-muted);font-size:11px}._documentList_7a8gs_1264{display:flex;flex-direction:column;gap:2px;padding-left:16px}._documentItem_7a8gs_1271{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .2s ease,border-color .2s ease;border:1px solid transparent}._documentItem_7a8gs_1271:hover{background:#c9733f14}._documentItemActive_7a8gs_1286{background:var(--admin-accent-soft);border-color:#c9733f4d}._documentItemIcon_7a8gs_1291{color:var(--admin-muted);font-size:12px}._documentItemTitle_7a8gs_1296{flex:1;color:var(--admin-text);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._documentItemActive_7a8gs_1286 ._documentItemTitle_7a8gs_1296{color:var(--admin-accent-strong);font-weight:600}._documentPreviewPanel_7a8gs_1310{min-width:0;display:flex;flex-direction:column;gap:18px}._documentPreviewCard_7a8gs_1317{border-radius:24px;border:1px solid var(--admin-border);box-shadow:0 20px 56px var(--admin-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--admin-surface);padding:24px}._documentPreviewHeader_7a8gs_1326{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:0;padding-bottom:0;border-bottom:none}._documentPreviewInfo_7a8gs_1336{flex:1;min-width:0}._documentPreviewTime_7a8gs_1341{margin-top:8px;color:var(--admin-muted);font-size:13px}._documentPreviewMeta_7a8gs_1347{display:flex;flex-wrap:wrap;align-items:center;gap:10px}._documentPreviewMetaItem_7a8gs_1354{display:inline-flex;align-items:center;gap:6px}._documentMetaLabel_7a8gs_1360{color:var(--admin-muted);font-size:12px}._documentMetaValue_7a8gs_1365{color:var(--admin-accent-strong);font-size:12px;font-weight:600}._documentPreviewTitle_7a8gs_1371{margin:12px 0 0;color:var(--admin-text);font-size:26px;line-height:1.3;font-weight:700}._documentPreviewActions_7a8gs_1379{display:flex;align-items:center;gap:10px;flex-shrink:0}._documentPreviewContent_7a8gs_1386{color:var(--admin-text);font-size:15px;line-height:1.8;white-space:pre-wrap;overflow-wrap:break-word}._documentEmptyState_7a8gs_1394{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:48px 24px;border-radius:18px;background:var(--admin-surface-soft);text-align:center}._documentEmptyIcon_7a8gs_1406{font-size:48px;opacity:.5}._documentEmptyTitle_7a8gs_1411{color:var(--admin-text);font-size:18px;font-weight:700}._documentEmptyDesc_7a8gs_1417{color:var(--admin-text-soft);font-size:14px;line-height:1.6}._orderActions_7a8gs_1424{display:flex;gap:8px;padding:12px 16px;background:var(--admin-surface-soft);border-radius:14px;margin-top:12px}._confirmButton_7a8gs_1433,._cancelButton_7a8gs_1434{flex:1;padding:10px 18px;border-radius:12px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid rgba(205,157,120,.32)}._confirmButton_7a8gs_1433{background:var(--admin-accent);color:#fff}._confirmButton_7a8gs_1433:hover:not(:disabled){background:var(--admin-accent-strong)}._confirmButton_7a8gs_1433:disabled{opacity:.6;cursor:not-allowed}._cancelButton_7a8gs_1434{background:#fffcf8f0;color:var(--admin-text)}._cancelButton_7a8gs_1434:hover:not(:disabled){background:var(--admin-surface);border-color:#cd9d7880}._cancelButton_7a8gs_1434:disabled{opacity:.6;cursor:not-allowed}._panelSection_1ci0q_1{margin-top:24px}._tableWrap_1ci0q_5{overflow-x:auto;margin-top:12px}._table_1ci0q_5{width:100%;border-collapse:collapse;background:#fff}._table_1ci0q_5 th,._table_1ci0q_5 td{padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.06);text-align:left;font-size:14px}._table_1ci0q_5 th{color:#666;font-weight:600}._table_1ci0q_5 th._metricCol_1ci0q_30,._table_1ci0q_5 td._metricCol_1ci0q_30{text-align:center;white-space:nowrap}._sortableHeader_1ci0q_36{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:0;border:none;background:transparent;color:inherit;font:inherit;font-weight:600;cursor:pointer;transition:color .2s ease}._sortableHeader_1ci0q_36:hover,._sortableHeaderActive_1ci0q_56{color:var(--admin-accent-strong, #aa5a2d)}._sortIconMuted_1ci0q_60{color:#bbb;font-size:18px;line-height:1}._sortIconActive_1ci0q_66{color:var(--admin-accent-strong, #aa5a2d);font-size:18px;line-height:1;font-weight:700}._linkLikeButton_1ci0q_73{border:none;background:transparent;color:var(--admin-accent, #c9733f);cursor:pointer;padding:0}._taskList_1ci0q_81{display:grid;gap:12px}._taskMeta_1ci0q_86{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;color:#777;font-size:13px}._emptyState_1ci0q_95{padding:24px;text-align:center;color:#777}._heroCard_1fmgq_1{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:24px 0 32px;padding:24px 28px;border-radius:16px;background:linear-gradient(135deg,#fb465514,#ffffffe6);border:1px solid rgba(251,70,85,.12)}._heroEyebrow_1fmgq_13{margin:0 0 8px;color:#888;font-size:14px}._heroTitle_1fmgq_19{margin:0;display:flex;align-items:center;font-size:28px;color:#222}._heroDesc_1fmgq_27{margin:8px 0 0;color:#666}._linkButton_1fmgq_32{border:none;border-radius:999px;padding:10px 18px;background:#fb4655;color:#fff;cursor:pointer}._loadingBox_1fmgq_41,._emptyState_1fmgq_42{padding:32px;text-align:center;color:#666;background:#f7f7f7;border-radius:12px}._worksSection_1fmgq_50{margin-top:24px}._sectionTitle_1fmgq_54{margin:0;font-size:20px}._workList_1fmgq_59{display:grid;gap:12px;margin-top:16px}._workCard_1fmgq_65{text-align:left;border:1px solid #eee;border-radius:12px;padding:16px 18px;background:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}._workCard_1fmgq_65:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}._workTitle_1fmgq_80{font-size:16px;font-weight:600;color:#222}._workMeta_1fmgq_86{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;color:#777;font-size:13px}._detailHeader_1fmgq_95{margin:24px 0}._commentList_1fmgq_99{display:grid;gap:12px;margin-top:16px}._commentItem_1fmgq_105{padding:14px 16px;border-radius:10px;background:#f7f7f7}._commentMeta_1fmgq_111{display:flex;justify-content:space-between;gap:12px;color:#888;font-size:12px;margin-bottom:8px}._hourGrid_1fmgq_120{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin-top:16px}._hourCell_1fmgq_127{padding:10px 8px;border-radius:8px;background:#f5f5f5;text-align:center;font-size:12px}@media(max-width:768px){._heroCard_1fmgq_1{flex-direction:column;align-items:flex-start}._hourGrid_1fmgq_120{grid-template-columns:repeat(4,minmax(0,1fr))}}._paginationBar_1ej7b_1{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-top:16px}._pageSizeField_1ej7b_10{display:inline-flex;align-items:center;gap:10px;color:#666;font-size:14px;flex-shrink:0}._select_1ej7b_19{min-width:72px;padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff}._paginationWrap_1ej7b_27{flex:1;justify-content:flex-end}._paginationSummaryOnly_1ej7b_32{color:var(--admin-text-soft, #6f5a49);font-size:13px;line-height:1.6;white-space:nowrap}._paginationHint_1ej7b_39{color:#999;font-size:13px}._filters_127ku_1{margin-bottom:20px}._filterGroup_127ku_5{display:inline-flex;align-items:center;gap:8px;color:#666;font-size:14px}._select_127ku_13,._dateInput_127ku_14{padding:8px 10px;border:1px solid rgba(0,0,0,.08);border-radius:10px;background:#fff;font-size:14px}._presetButton_127ku_22{border:1px solid rgba(201,115,63,.28);background:#fffcf8f5;color:var(--admin-accent-strong, #aa5a2d);border-radius:10px;padding:8px 12px;cursor:pointer;font-size:13px}._presetButtonActive_127ku_32{background:linear-gradient(135deg,#c9733ff5,#e08a4ff0);color:#fff;border-color:transparent}._section_127ku_38{background:#fff;border-radius:16px;padding:20px;margin-bottom:20px;box-shadow:0 8px 24px #7548270f}._sectionTitle_127ku_46{margin:0 0 8px;font-size:18px;font-weight:700;color:#2f241d}._sectionToolbar_127ku_53{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;flex-wrap:wrap}._sectionToolbar_127ku_53 ._sectionTitle_127ku_46{margin-bottom:0}._sectionHint_127ku_66{margin:0 0 16px;color:#888;font-size:13px}._chartWrap_127ku_72{width:100%;height:320px}._tableWrap_127ku_77{margin-top:16px;overflow-x:auto}._table_127ku_77{width:100%;min-width:720px;border-collapse:collapse}._table_127ku_77 th,._table_127ku_77 td{padding:12px 10px;border-bottom:1px solid rgba(47,36,29,.08);text-align:left;font-size:13px}._table_127ku_77 th{color:#7a6a61;font-weight:600;background:#fff8f0b8}._table_127ku_77 td{color:#3f352e}._legend_127ku_106{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}._legendItem_127ku_113{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#666}._legendDot_127ku_121{width:10px;height:10px;border-radius:50%}._emptyState_127ku_127{padding:24px;text-align:center;color:#777}._tooltipCard_127ku_133{min-width:156px;padding:10px 12px;border-radius:12px;background:#2f241df0;color:#fff;box-shadow:0 10px 24px #2f241d2e}._tooltipTitle_127ku_142{margin-bottom:8px;font-size:13px;font-weight:700}._tooltipRow_127ku_148{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px}._tooltipRow_127ku_148+._tooltipRow_127ku_148{margin-top:6px}._pageRoot_rpjg3_1{width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._mainContent_rpjg3_8{display:flex;margin-bottom:220px}._main_rpjg3_8{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));max-width:none;margin:var(--app-desktop-navbar-height) auto 0;padding:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px}._backButton_rpjg3_24{width:34px;height:34px;border:1px solid rgba(26,29,33,.14);border-radius:999px;background:#fff;color:#1a1d21;display:inline-flex;align-items:center;justify-content:center;padding:0}._backButton_rpjg3_24 svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}._filtersPanel_rpjg3_47{display:flex}._filtersCard_rpjg3_51{width:100%;padding:20px;border:1px solid rgba(26,29,33,.08);border-radius:18px;background:radial-gradient(circle at top left,rgba(224,61,75,.12),transparent 32%),linear-gradient(180deg,#fffffffa,#fcf6f4fa);box-shadow:0 18px 48px #1a1d2114;display:flex;flex-direction:column;gap:18px}._filtersCardHead_rpjg3_65{display:flex;align-items:center;justify-content:flex-start;padding-bottom:6px;border-bottom:1px solid rgba(26,29,33,.08)}._filtersTitle_rpjg3_73{margin:0;font-size:24px;line-height:1.35;color:#1a1d21}._backButtonInCard_rpjg3_80{flex-shrink:0}._filtersTitleMobile_rpjg3_84{margin-left:auto;text-align:right}._filterSection_rpjg3_89{display:flex;flex-direction:column;gap:10px}._filterTitle_rpjg3_95{font-size:14px;font-weight:700;color:#1a1d21}._chipRow_rpjg3_101{display:flex;flex-wrap:wrap;gap:10px}._tagChip_rpjg3_107{border:1px solid rgba(26,29,33,.14);border-radius:999px;padding:8px 16px;background:#fff;color:#1a1d21;cursor:pointer;font-size:13px;font-weight:500;white-space:nowrap;flex:0 0 auto;transition:all .2s ease}._tagChip_rpjg3_107:hover{border-color:#e03d4b8c;color:var(--primary)}._tagChipActive_rpjg3_126{border-color:var(--primary);background:#e03d4b1a;color:var(--primary-dark)}._themeScrollRow_rpjg3_132{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:rgba(26,29,33,.28) rgba(26,29,33,.08);-webkit-overflow-scrolling:touch;cursor:grab;-webkit-user-select:none;user-select:none}._themeScrollRow_rpjg3_132::-webkit-scrollbar{height:8px}._themeScrollRow_rpjg3_132::-webkit-scrollbar-track{background:#1a1d2114;border-radius:999px}._themeScrollRow_rpjg3_132::-webkit-scrollbar-thumb{background:#1a1d2147;border-radius:999px}._themeScrollRow_rpjg3_132::-webkit-scrollbar-thumb:hover{background:#1a1d216b}._themeScrollRowDragging_rpjg3_163{cursor:grabbing}@media(min-width:769px){._themeScrollRow_rpjg3_132{padding-bottom:2px;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain}._themeScrollRow_rpjg3_132::-webkit-scrollbar{width:0;height:0;display:none}}._tagSummaryRow_rpjg3_182{display:flex;align-items:center;gap:12px;flex-wrap:wrap}._tagSummaryText_rpjg3_189{font-size:13px;color:#4b5563}._listBlock_rpjg3_194{min-height:320px}._loadingMore_rpjg3_198{margin-top:14px}._loadMoreTrigger_rpjg3_202{height:1px}@media(max-width:768px){._pageRoot_rpjg3_1{min-height:100vh;padding-bottom:calc(72px + env(safe-area-inset-bottom))}._mainContent_rpjg3_8{margin-bottom:0}._main_rpjg3_8{width:100%;max-width:100%;margin-top:0;padding:12px;gap:12px}._filtersCard_rpjg3_51{padding:14px;border-radius:16px;gap:14px}._filtersCardHead_rpjg3_65{align-items:center;justify-content:space-between;padding-bottom:12px;gap:12px}._filtersTitle_rpjg3_73{font-size:20px;line-height:1.4}._backButtonInCard_rpjg3_80{margin-top:1px}._filtersTitleMobile_rpjg3_84{max-width:calc(100% - 52px);margin-top:4px}._chipRow_rpjg3_101{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}._chipRow_rpjg3_101::-webkit-scrollbar{display:none}._themeScrollRow_rpjg3_132{padding-bottom:8px;scrollbar-width:thin;cursor:auto}._themeScrollRow_rpjg3_132::-webkit-scrollbar{height:6px}._themeScrollRowDragging_rpjg3_163{cursor:auto}._treeColumnTitle_rpjg3_279{padding:10px 12px}._treeNodeButton_rpjg3_283{padding:11px 12px}}._pageRoot_1k6zt_2{min-height:100vh;background:#f5f5f5}._page_1k6zt_2{min-height:100vh;padding-top:var(--app-desktop-navbar-height);position:relative;background:linear-gradient(180deg,#fff7ed,#f5f5f5 180px)}._pageInner_1k6zt_14{max-width:1200px;margin:0 auto;padding:0 24px 80px}._tabBar_1k6zt_21{display:flex;align-items:center;gap:0;border-bottom:none;margin-bottom:32px;padding-bottom:0;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:rgba(26,29,33,.28) rgba(26,29,33,.08);-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;cursor:grab;-webkit-user-select:none;user-select:none;margin-top:32px}._tabBar_1k6zt_21::-webkit-scrollbar{height:8px}._tabBar_1k6zt_21::-webkit-scrollbar-track{background:#1a1d2114;border-radius:999px}._tabBar_1k6zt_21::-webkit-scrollbar-thumb{background:#1a1d2147;border-radius:999px}._tabBar_1k6zt_21::-webkit-scrollbar-thumb:hover{background:#1a1d216b}._tabBtn_1k6zt_58{position:relative;padding:12px 28px;background:none;border:none;cursor:pointer;font-family:Noto Sans SC,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#666;white-space:nowrap;transition:color .2s ease}._tabBtn_1k6zt_58:hover,._tabBtnActive_1k6zt_76{color:#dc2626}._tabLabel_1k6zt_80{position:relative;z-index:1}._tabUnderline_1k6zt_85{position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#dc2626}._podiumSection_1k6zt_95{margin-bottom:56px}._podiumGrid_1k6zt_99{display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-template-rows:auto;gap:16px;align-items:end}._podiumCard_1k6zt_108{cursor:pointer;border-radius:12px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease;animation:_fadeSlideUp_1k6zt_1 .5s ease-out both}._podiumCard_1k6zt_108:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026}._podiumCard_1k6zt_108:nth-child(1){animation-delay:.05s}._podiumCard_1k6zt_108:nth-child(2){animation-delay:.1s}._podiumCard_1k6zt_108:nth-child(3){animation-delay:.15s}@keyframes _fadeSlideUp_1k6zt_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._podiumCard1_1k6zt_132 ._podiumCoverWrap_1k6zt_132,._podiumCard2_1k6zt_133 ._podiumCoverWrap_1k6zt_132,._podiumCard3_1k6zt_134 ._podiumCoverWrap_1k6zt_132{padding-top:145%}._podiumCoverWrap_1k6zt_132{position:relative;width:100%;overflow:hidden;border-radius:12px;background:#e0e0e0}._podiumCard1_1k6zt_132 ._podiumCoverWrap_1k6zt_132{box-shadow:0 0 0 2px #dc26264d,0 12px 32px #0000001f}._podiumCard2_1k6zt_133 ._podiumCoverWrap_1k6zt_132,._podiumCard3_1k6zt_134 ._podiumCoverWrap_1k6zt_132{box-shadow:0 8px 24px #0000001a}._podiumCover_1k6zt_132{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}._podiumCard_1k6zt_108:hover ._podiumCover_1k6zt_132{transform:scale(1.04)}._podiumCoverOverlay_1k6zt_169{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 35%,rgba(0,0,0,.1) 60%,transparent 100%)}._podiumRankBadge_1k6zt_181{position:absolute;top:12px;left:12px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Noto Sans SC,-apple-system,sans-serif;font-size:16px;font-weight:700;z-index:2}._podiumRankBadge_1k6zt_181[data-rank="1"]{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 12px #dc262666;width:38px;height:38px;font-size:20px}._podiumRankBadge_1k6zt_181[data-rank="2"]{background:linear-gradient(135deg,#6b7280,#9ca3af);color:#fff;box-shadow:0 4px 12px #6b72804d}._podiumRankBadge_1k6zt_181[data-rank="3"]{background:linear-gradient(135deg,#92400e,#b45309);color:#fff;box-shadow:0 4px 12px #92400e4d}._podiumCardContent_1k6zt_218{position:absolute;bottom:0;left:0;right:0;padding:16px 14px;z-index:2}._podiumCategory_1k6zt_227{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#dc2626;background:#dc26261f;padding:3px 8px;border-radius:4px;margin-bottom:6px}._podiumTitle_1k6zt_240{font-family:Noto Sans SC,-apple-system,sans-serif;font-size:clamp(15px,2vw,20px);font-weight:700;color:#fff;margin:0 0 4px;line-height:1.3}._podiumDesc_1k6zt_249{font-size:12px;line-height:1.5;color:#ffffffb3;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._podiumMeta_1k6zt_260{display:flex;align-items:center;gap:12px}._podiumPlayCount_1k6zt_266{font-size:12px;font-weight:600;color:#ffffffd9}._podiumUpdate_1k6zt_272{font-size:11px;color:#ffffff80}._podiumBase_1k6zt_278{height:10px;display:flex;align-items:center;justify-content:center}._podiumBase_1k6zt_278[data-rank="1"]{background:#dc262614}._podiumBase_1k6zt_278[data-rank="2"]{background:#6b728014}._podiumBase_1k6zt_278[data-rank="3"]{background:#92400e14}._podiumCrown_1k6zt_289{width:16px;height:16px}._podiumCrown_1k6zt_289[data-rank="1"]{color:#dc2626;opacity:.6}._podiumCrown_1k6zt_289[data-rank="2"]{color:#6b7280;opacity:.5}._podiumCrown_1k6zt_289[data-rank="3"]{color:#92400e;opacity:.5}._horizontalSection_1k6zt_299{display:grid;grid-template-columns:1fr;gap:16px;animation:_fadeSlideUp_1k6zt_1 .5s ease-out .2s both}@media(min-width:501px){._horizontalSection_1k6zt_299{grid-template-columns:repeat(2,1fr)}}._horizontalCard_1k6zt_312{display:flex;gap:14px;background:#fff;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #f0f0f0;padding:14px;min-height:132px}._horizontalCard_1k6zt_312:hover{transform:translateY(-4px);box-shadow:0 4px 20px #00000014;border-color:#dc262633}._horizontalCardCover_1k6zt_331{width:140px;aspect-ratio:4 / 3;object-fit:cover;border-radius:6px;flex-shrink:0;align-self:flex-start;background:#e5e5e5}._horizontalCardCoverWrap_1k6zt_341{position:relative;flex-shrink:0}._horizontalCardTag_1k6zt_346{position:absolute;top:6px;right:6px;max-width:68%;border:1px solid transparent;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:3}._horizontalCardInfo_1k6zt_363{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0;justify-content:center}._horizontalCardTitleRow_1k6zt_372{display:flex;align-items:center;gap:10px}._horizontalCardBadge_1k6zt_378{width:24px;height:24px;background:#fab0b0;color:#a85b5b;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:6px;flex-shrink:0}._horizontalCardBadgeImage_1k6zt_392{width:24px;height:24px;display:block;object-fit:contain;flex-shrink:0}._horizontalCardTitle_1k6zt_372{font-family:Noto Sans SC,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#111;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._horizontalCardAuthor_1k6zt_413{font-size:14px;color:#3478c7;font-weight:500}._horizontalCardDesc_1k6zt_419{font-size:14px;color:#666;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._allTabGrid_1k6zt_430{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}._categoryBox_1k6zt_437{background:#fff;border-radius:12px;padding:16px;border:1px solid #f0f0f0;display:flex;flex-direction:column}._categoryBoxHeader_1k6zt_446{display:flex;align-items:center;justify-content:center;gap:8px;margin:-16px -16px 14px;padding:16px 16px 10px;background:linear-gradient(135deg,#fb515f,#fc7e7e,#fdfcfc 80%);border-radius:12px 12px 0 0}._categoryBoxIcon_1k6zt_457{width:20px;height:20px;display:block;flex-shrink:0;fill:#ec5b5b;transform:scaleX(-1)}._categoryBoxIconRight_1k6zt_466{width:20px;height:20px;display:block;flex-shrink:0;fill:#ec5b5b}._categoryBoxTitle_1k6zt_474{font-family:Noto Sans SC,sans-serif;font-size:15px;font-weight:700;color:#fff}._categoryBoxMore_1k6zt_481{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:36px;margin-top:16px;background-image:url(/funloom/data/assets/gameDetail/%E4%BB%B7%E6%A0%BC%E6%8C%89%E9%92%AE%E5%A4%A7.png);background-color:transparent;background-size:100% 100%;background-position:center;background-repeat:no-repeat;color:#fff;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:700;line-height:1;cursor:pointer;border:none;border-radius:999px;padding:0;transition:transform .2s ease,opacity .2s ease}._categoryBoxMore_1k6zt_481:hover{opacity:.96;transform:translateY(-2px)}._moreArrow_1k6zt_511{width:16px;height:16px;filter:brightness(0) invert(1)}._categoryBoxList_1k6zt_517{display:flex;flex-direction:column;gap:12px;flex:1}._categoryBoxItem_1k6zt_524{display:flex;align-items:flex-start;gap:16px;cursor:pointer;min-height:108px;padding:4px 0;transition:opacity .2s,transform .2s ease}._categoryBoxItem_1k6zt_524:hover{opacity:.9;transform:translate(2px)}._categoryBoxRank_1k6zt_539{position:relative;align-self:center;width:28px;min-width:28px;display:flex;align-items:center;justify-content:center;font-family:Noto Sans SC,sans-serif;font-size:20px;font-weight:800;color:#dc2626;line-height:1;text-align:center;flex-shrink:0}._categoryBoxRank_1k6zt_539[data-rank="1"]{color:#b91c1c;font-size:34px;font-weight:900;transform:translateY(-1px)}._categoryBoxRank_1k6zt_539[data-rank="1"]:after{content:"♛";position:absolute;top:-14px;left:50%;transform:translate(-50%);font-size:12px;line-height:1;color:#dc2626}._categoryBoxRank_1k6zt_539[data-rank="2"]{color:#ea580c;font-size:28px}._categoryBoxRank_1k6zt_539[data-rank="3"]{color:#c87a2b;font-size:26px}._categoryBoxRank_1k6zt_539[data-rank="4"],._categoryBoxRank_1k6zt_539[data-rank="5"]{color:#9ca3af;font-size:18px;font-weight:700}._categoryBoxRank_1k6zt_539[data-rank="1"]:after{display:none;content:none}._categoryBoxCover_1k6zt_596{width:128px;aspect-ratio:4 / 3;object-fit:cover;border-radius:4px;flex-shrink:0;align-self:flex-start;background:#e5e5e5}._categoryBoxCoverWrap_1k6zt_606{position:relative;flex-shrink:0;margin-right:2px}._categoryBoxTag_1k6zt_612{position:absolute;top:4px;right:4px;max-width:80%;border:1px solid transparent;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:3}._categoryBoxInfo_1k6zt_629{flex:1;height:96px;display:flex;flex-direction:column;justify-content:space-between;gap:8px;min-width:0;align-self:flex-start;padding-top:0}._categoryBoxTitle2_1k6zt_641{font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600;color:#1f2937;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-all;margin-bottom:0}._categoryBoxAuthor_1k6zt_656{font-size:11px;color:#6b7280;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._categoryBoxMeta_1k6zt_665{font-size:11px;color:#8b5e34;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;margin-top:auto}._viewMoreWrap_1k6zt_679{display:flex;justify-content:center;margin-top:24px;padding-bottom:40px}._viewMoreBtn_1k6zt_686{display:inline-flex;align-items:center;gap:6px;padding:10px 32px;border-radius:999px;border:1.5px solid #dc2626;background:#fff;color:#dc2626;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}._viewMoreBtn_1k6zt_686:hover{background:#dc2626;color:#fff}@media(max-width:768px){._pageInner_1k6zt_14{padding:0 16px 60px}._tabBar_1k6zt_21{margin-top:20px;margin-bottom:28px;padding-bottom:6px}._tabBtn_1k6zt_58{padding:10px 14px;font-size:14px}._podiumGrid_1k6zt_99{grid-template-columns:1fr 1fr;gap:10px}._podiumCard2_1k6zt_133{display:none}._podiumCard1_1k6zt_132{grid-column:1 / -1;order:-1}._listItem_1k6zt_738{gap:10px;padding:10px}._listCover_1k6zt_743{width:48px;height:60px}._listTitle_1k6zt_748{font-size:14px}._listDesc_1k6zt_752{display:none}._allTabGrid_1k6zt_430{grid-template-columns:1fr;gap:12px}._categoryBox_1k6zt_437{padding:16px}._categoryBoxItem_1k6zt_524{gap:16px;min-height:104px}._categoryBoxInfo_1k6zt_629{height:88px;gap:6px}._categoryBoxRank_1k6zt_539{width:26px;min-width:26px}._categoryBoxRank_1k6zt_539[data-rank="1"]{font-size:30px}._categoryBoxRank_1k6zt_539[data-rank="2"]{font-size:26px}._categoryBoxRank_1k6zt_539[data-rank="3"]{font-size:24px}._horizontalCard_1k6zt_312{gap:12px;padding:14px 12px;min-height:128px}._horizontalCardCover_1k6zt_331{width:132px}._categoryBoxMore_1k6zt_481{height:38px;font-size:14px}._viewMoreWrap_1k6zt_679{margin-bottom:20px}}._stateWrap_1k6zt_813{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 16px;grid-column:1 / -1}._spinner_1k6zt_823{width:28px;height:28px;border-radius:50%;border:3px solid rgba(220,38,38,.15);border-top-color:#dc2626;animation:_spin_1k6zt_823 .8s linear infinite}@keyframes _spin_1k6zt_823{to{transform:rotate(360deg)}}._stateText_1k6zt_836{font-family:Noto Sans SC,sans-serif;font-size:14px;color:#666}._retryBtn_1k6zt_842{padding:8px 20px;border:1px solid #dc2626;background:#fff;color:#dc2626;border-radius:999px;cursor:pointer;font-size:14px;font-weight:600;transition:background .2s ease,color .2s ease}._retryBtn_1k6zt_842:hover{background:#dc2626;color:#fff}@keyframes _shimmer_1k6zt_1{0%{background-position:-400px 0}to{background-position:400px 0}}._skeletonItem_1k6zt_865{pointer-events:none}._skeletonRank_1k6zt_869{display:block;width:16px;height:16px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:400px 100%;animation:_shimmer_1k6zt_1 1.4s ease infinite;flex-shrink:0}._skeletonCover_1k6zt_880{position:relative;width:128px;aspect-ratio:4 / 3;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:400px 100%;animation:_shimmer_1k6zt_1 1.4s ease infinite;flex-shrink:0;border:none}._skeletonLine_1k6zt_892{display:block;height:12px;border-radius:4px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:400px 100%;animation:_shimmer_1k6zt_1 1.4s ease infinite}._skeletonLineShort_1k6zt_901{width:60%;margin-top:6px}._pageRoot_1o86u_1{--promotion-accent: var(--primary);--promotion-accent-light: var(--primary-light);--promotion-accent-dark: var(--primary-dark);--promotion-accent-soft: rgba(224, 61, 75, .1);--promotion-accent-soft-strong: rgba(224, 61, 75, .16);--promotion-accent-border: rgba(224, 61, 75, .18);--promotion-surface: rgba(255, 252, 252, .94);--promotion-surface-muted: rgba(255, 245, 246, .92);min-height:100vh;background:radial-gradient(circle at top left,rgba(224,61,75,.16),transparent 28%),linear-gradient(180deg,#fff8f8,#fff2f3)}._pageBody_1o86u_17{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));margin:0 auto;padding:108px 0 96px}._headerRow_1o86u_23{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}._backButton_1o86u_31{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:999px;background:#ffffffe0;border:1px solid var(--promotion-accent-border);color:var(--promotion-accent-dark);font-size:15px;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}._backButton_1o86u_31:hover{background:#fffffff5;transform:translate(-2px)}._headerTitle_1o86u_52{margin:0;font-size:20px;font-weight:700;color:#2d2017}._heroCard_1o86u_59{flex:1;max-width:max-content;padding:12px 24px;border-radius:999px;background:linear-gradient(135deg,#fffafafa,#fff0f2f5);border:1px solid var(--promotion-accent-border);box-shadow:0 4px 12px #c42d3a14}._heroText_1o86u_69{margin:0;font-size:15px;font-weight:600;color:#2d2017;white-space:nowrap}._badge_1o86u_77{display:inline-flex;padding:6px 14px;border-radius:999px;background:var(--promotion-accent-soft-strong);color:var(--promotion-accent-dark);font-size:12px;font-weight:700;letter-spacing:.08em}._title_1o86u_88{margin:16px 0 0;font-size:34px;color:#2d2017}._desc_1o86u_94{margin:14px 0 0;max-width:720px;color:#6d5647;line-height:1.8}._tabRow_1o86u_101{display:flex;gap:12px;margin-top:24px}._tabButton_1o86u_107{padding:11px 18px;border-radius:999px;border:1px solid var(--promotion-accent-border);background:#ffffffd1;color:#4d3336;font-weight:700;cursor:pointer}._tabButtonActive_1o86u_117{background:linear-gradient(135deg,var(--promotion-accent-light) 0%,var(--promotion-accent) 62%,var(--promotion-accent-dark) 100%);color:#fff;border-color:transparent;box-shadow:var(--shadow-primary)}._content_1o86u_124{margin-top:24px;display:grid;gap:18px}._activityGrid_1o86u_130{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}._card_1o86u_136,._submissionCard_1o86u_137,._modalCard_1o86u_138{border-radius:20px;border:1px solid var(--promotion-accent-border);background:var(--promotion-surface);box-shadow:0 14px 36px #c42d3a14}._card_1o86u_136{display:flex;flex-direction:column;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}._cardHighlighted_1o86u_152{border-color:#e03d4b5c;box-shadow:0 20px 42px #e03d4b29;transform:translateY(-2px)}._clickableCover_1o86u_158{cursor:pointer}._imageGuard_1o86u_162{position:relative;overflow:hidden;isolation:isolate}._imageGuard_1o86u_162:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:1}._cover_1o86u_179{width:100%;height:220px;object-fit:cover;background:#efe5db}._cardBody_1o86u_186{display:flex;flex-direction:column;gap:12px;padding:20px}._cardTitleRow_1o86u_193{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._cardTitle_1o86u_193{flex:1;min-width:0;font-size:22px;font-weight:700;color:#2d2017}._activityStatusTag_1o86u_208{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:700;flex-shrink:0;white-space:nowrap}._activityStatusActive_1o86u_220{background:var(--promotion-accent-soft-strong);color:var(--promotion-accent-dark)}._activityStatusWarning_1o86u_225{background:#e03d4b24;color:var(--promotion-accent-dark)}._activityStatusEnded_1o86u_230{background:#c42d3a24;color:#982532}._cardSummary_1o86u_235{color:#6d5647;line-height:1.8;min-height:54px}._infoGrid_1o86u_241{display:grid;gap:8px}._infoItem_1o86u_246{color:#5f4a3c;font-size:13px;line-height:1.7}._configRow_1o86u_252,._metaRow_1o86u_253{display:flex;flex-wrap:wrap;gap:8px}._chip_1o86u_259,._statusTag_1o86u_260{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--promotion-accent-soft);color:var(--promotion-accent-dark);font-size:12px;font-weight:700}._actionRow_1o86u_271{display:flex;flex-wrap:wrap;gap:12px}._primaryButton_1o86u_277,._secondaryButton_1o86u_278,._dangerButton_1o86u_279{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:700;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast),color var(--transition-fast),border-color var(--transition-fast)}._primaryButton_1o86u_277{background:linear-gradient(135deg,var(--promotion-accent-light) 0%,var(--promotion-accent) 62%,var(--promotion-accent-dark) 100%);color:#fff;box-shadow:var(--shadow-primary)}._secondaryButton_1o86u_278{background:#fffffff0;border:1px solid var(--promotion-accent-border);color:var(--promotion-accent-dark)}._dangerButton_1o86u_279{background:#c42d3a1f;color:#982532}._primaryButton_1o86u_277:hover,._secondaryButton_1o86u_278:hover,._dangerButton_1o86u_279:hover{transform:translateY(-1px)}._disabledButton_1o86u_315{cursor:not-allowed;opacity:.55}._noticeText_1o86u_320{color:var(--promotion-accent-dark);font-size:13px;line-height:1.7}._submissionList_1o86u_326{display:flex;flex-direction:column;gap:16px}._submissionCard_1o86u_137{padding:20px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}._submissionCardSelected_1o86u_337{border-color:#e03d4b5c;box-shadow:0 20px 42px #e03d4b29;transform:translateY(-2px)}._submissionHeader_1o86u_343{display:flex;align-items:center;justify-content:space-between;gap:16px}._submissionTitle_1o86u_350{font-size:18px;font-weight:700;color:#2d2017}._submissionMeta_1o86u_356{margin-top:12px;display:grid;gap:10px;color:#5f4a3c}._payloadBlock_1o86u_363{display:grid;gap:8px}._payloadLabel_1o86u_368{color:var(--promotion-accent-dark);font-size:13px;font-weight:700}._payloadList_1o86u_374{display:flex;flex-wrap:wrap;gap:8px}._payloadImageList_1o86u_380{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}._payloadItem_1o86u_387{max-width:100%;padding:6px 10px;border-radius:12px;background:var(--promotion-accent-soft);color:#4a372b;font-size:13px;overflow-wrap:anywhere}._mediaPreview_1o86u_397{width:84px;height:84px;border-radius:14px;object-fit:cover;background:#eee2d5}._mediaPreviewWrap_1o86u_405{width:84px;height:84px;border-radius:14px}._payloadImageWrap_1o86u_411{width:clamp(180px,32vw,280px)}._payloadImage_1o86u_380{display:block;width:100%;height:auto;border-radius:14px;background:#eee2d5}._videoLink_1o86u_423{color:var(--promotion-accent-dark);text-decoration:none;font-weight:700}._emptyState_1o86u_429{padding:28px;text-align:center;border-radius:16px;background:var(--promotion-surface);color:#6d5647;border:1px dashed var(--promotion-accent-border)}._modalOverlay_1o86u_438{position:fixed;inset:0;background:#270e128f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:16px;z-index:1500}._modalCard_1o86u_138{width:min(620px,100%);max-height:calc(100vh - 32px);overflow:auto;padding:24px}._modalTitle_1o86u_457{margin:0;font-size:24px;color:#2d2017;line-height:1.45}._modalCard_1o86u_138>._modalTitle_1o86u_457{margin-bottom:14px}._modalCard_1o86u_138>._infoGrid_1o86u_241{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}._modalCard_1o86u_138>._infoGrid_1o86u_241 ._infoItem_1o86u_246{padding:12px 14px;border-radius:18px;border:1px solid var(--promotion-accent-border);background:var(--promotion-surface-muted);color:#5b3d3f}._modalCard_1o86u_138>._noticeText_1o86u_320{margin-top:12px;padding:10px 14px;border-radius:16px;background:var(--promotion-accent-soft)}._formGrid_1o86u_490{display:grid;gap:16px;margin-top:18px}._fieldLabel_1o86u_496{display:flex;flex-direction:column;gap:8px;color:#493729;font-weight:700}._decoratedFieldLabel_1o86u_504{position:relative;padding-top:22px;padding-right:18px;font-size:0}._decoratedFieldLabel_1o86u_504:before{content:attr(data-label);position:absolute;top:0;left:0;max-width:calc(100% - 18px);font-size:14px;font-weight:700;color:#493729}._decoratedFieldLabelRequired_1o86u_522:after{content:"*";position:absolute;top:0;left:60px;font-size:14px;font-weight:700;color:var(--promotion-accent)}._requiredMark_1o86u_532{margin-left:4px;color:var(--promotion-accent)}._input_1o86u_537,._textarea_1o86u_538{width:100%;border-radius:16px;border:1px solid var(--promotion-accent-border);background:#fff;padding:12px 14px;box-sizing:border-box;font-size:14px;color:#3a2c22}._input_1o86u_537:focus,._textarea_1o86u_538:focus{outline:none;border-color:var(--promotion-accent);box-shadow:0 0 0 4px #e03d4b1a}._fileSelectedHint_1o86u_556{font-size:13px;color:#888;margin-left:10px;vertical-align:middle}._textarea_1o86u_538{min-height:112px;resize:vertical}._linkFieldGroup_1o86u_568{display:grid;gap:12px}._linkInputRow_1o86u_573{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border-radius:18px;border:1px solid var(--promotion-accent-border);background:var(--promotion-surface-muted)}._linkRemoveButton_1o86u_584{flex-shrink:0;border:none;border-radius:999px;padding:10px 14px;min-width:88px;background:#c42d3a1f;color:#982532;font-size:13px;font-weight:700;cursor:pointer}._inlineActionRow_1o86u_597{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}._inlineActionRow_1o86u_597>._secondaryButton_1o86u_278{width:100%;min-height:44px}._importPanel_1o86u_608{display:grid;gap:12px;padding:14px;border-radius:18px;background:var(--promotion-surface-muted);border:1px solid var(--promotion-accent-border)}._importTitle_1o86u_617{color:var(--promotion-accent-dark);font-size:14px;font-weight:700}._importState_1o86u_623{padding:14px;border-radius:14px;background:#ffffffe0;color:#6d5647;font-size:13px;text-align:center}._importGameList_1o86u_632{display:grid;gap:10px;max-height:280px;overflow:auto}._importGameItem_1o86u_639{display:flex;align-items:center;gap:12px;width:100%;padding:10px;border:1px solid var(--promotion-accent-border);border-radius:16px;background:#fffffff5;text-align:left;cursor:pointer}._importGameCover_1o86u_652{width:68px;height:68px;border-radius:14px;object-fit:cover;background:#eee2d5}._importGameInfo_1o86u_660{min-width:0;flex:1;display:grid;gap:4px}._importGameName_1o86u_667{color:#2d2017;font-size:14px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._importGameMeta_1o86u_676{color:#7a6354;font-size:12px;overflow-wrap:anywhere}._importGameAction_1o86u_682{color:var(--promotion-accent-dark);font-size:12px;font-weight:700;white-space:nowrap}._uploadHint_1o86u_689{color:#7a6354;font-size:12px;line-height:1.7}._modalActions_1o86u_695{display:grid;grid-template-columns:repeat(2,minmax(0,164px));justify-content:flex-end;gap:12px;margin-top:18px}._modalActions_1o86u_695>._primaryButton_1o86u_277,._modalActions_1o86u_695>._secondaryButton_1o86u_278{width:100%;min-height:46px}@media(min-width:769px){._modalCard_1o86u_138{width:min(700px,100%);padding:28px 28px 24px}._modalCard_1o86u_138>._modalTitle_1o86u_457{margin-bottom:18px}._modalCard_1o86u_138>._infoGrid_1o86u_241{gap:0;padding:8px;border-radius:18px;border:1px solid rgba(224,61,75,.14);background:linear-gradient(135deg,#fff9f9fa,#fff2f4f5);box-shadow:inset 0 1px #fffc}._modalCard_1o86u_138>._infoGrid_1o86u_241 ._infoItem_1o86u_246{position:relative;display:flex;align-items:center;min-height:88px;padding:14px 22px;border:none;border-radius:14px;background:transparent;font-size:14px;line-height:1.75;color:#5c4346}._modalCard_1o86u_138>._infoGrid_1o86u_241 ._infoItem_1o86u_246:not(:last-child):after{content:"";position:absolute;top:14px;right:0;bottom:14px;width:1px;background:linear-gradient(180deg,#e03d4b00,#e03d4b29 18% 82%,#e03d4b00)}}._statusPending_1o86u_754{background:var(--promotion-accent-soft-strong);color:var(--promotion-accent-dark)}._statusApproved_1o86u_759{background:#459d6824;color:#2d8c58}._statusRejected_1o86u_764{background:#b73a3a24;color:#a93434}@media(max-width:860px){._hero_1o86u_59{flex-direction:column;align-items:flex-start}._activityGrid_1o86u_130{grid-template-columns:1fr}}@media(max-width:768px){._pageBody_1o86u_17{width:calc(100% - 20px);padding:96px 0 108px}._headerRow_1o86u_23{margin-bottom:12px}._heroCard_1o86u_59{padding:10px 18px;border-radius:999px}._heroText_1o86u_69{font-size:14px}._title_1o86u_88{font-size:28px}._cover_1o86u_179{height:180px}._imageGuard_1o86u_162:after{height:var(--mobile-content-image-guard-height-sm);background:var(--mobile-content-image-guard-light-gradient)}._imageGuard_1o86u_162 ._cover_1o86u_179,._imageGuard_1o86u_162 ._mediaPreview_1o86u_397{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}._modalOverlay_1o86u_438{padding:10px}._modalCard_1o86u_138{width:100%;max-height:calc(100vh - 20px);padding:18px 16px 16px}._modalTitle_1o86u_457{font-size:22px}._modalCard_1o86u_138>._modalTitle_1o86u_457{margin-bottom:12px}._modalCard_1o86u_138>._infoGrid_1o86u_241{grid-template-columns:1fr;gap:8px}._modalCard_1o86u_138>._infoGrid_1o86u_241 ._infoItem_1o86u_246{padding:10px 12px;border-radius:16px}._modalCard_1o86u_138>._noticeText_1o86u_320{margin-top:10px;padding:10px 12px}._formGrid_1o86u_490{gap:14px;margin-top:14px}._input_1o86u_537,._textarea_1o86u_538{border-radius:14px;padding:11px 12px}._textarea_1o86u_538{min-height:96px}._submissionHeader_1o86u_343{flex-direction:column;align-items:flex-start}._linkInputRow_1o86u_573{grid-template-columns:minmax(0,1fr) 84px;align-items:stretch;padding:10px}._linkRemoveButton_1o86u_584{width:100%;min-width:0}._inlineActionRow_1o86u_597{grid-template-columns:repeat(2,minmax(0,1fr))}._importPanel_1o86u_608{gap:10px;padding:12px}._importGameItem_1o86u_639{gap:10px;padding:10px 12px}._importGameCover_1o86u_652{width:56px;height:56px;flex-shrink:0;border-radius:12px}._importGameName_1o86u_667{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}._modalActions_1o86u_695{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px;padding-top:12px;position:sticky;bottom:0;background:linear-gradient(180deg,#fffcfc00,#fffcfcf5 24%,#fffcfcfa)}}._pageRoot_1lawj_1{min-height:100vh;background:radial-gradient(circle at top left,rgba(224,61,75,.18),transparent 26%),linear-gradient(180deg,#fff7f8,#fff1f3 46%,#ffe9ec)}._pageBody_1lawj_8{width:min(var(--app-desktop-shell-max),calc(100% - 2 * var(--app-desktop-gutter)));margin:0 auto;padding:108px 0 96px}._hero_1lawj_14,._feedCard_1lawj_15{border-radius:22px;border:1px solid rgba(224,61,75,.16);background:#fffcfcf0;box-shadow:0 18px 44px #e03d4b14}._hero_1lawj_14{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px}._heroContent_1lawj_30{min-width:0}._badge_1lawj_34,._typeTag_1lawj_35,._stateTag_1lawj_36{display:inline-flex;align-items:center;border-radius:999px;font-weight:700}._badge_1lawj_34{padding:6px 14px;background:#e03d4b1a;color:var(--primary);font-size:12px;letter-spacing:.08em}._title_1lawj_51{margin:16px 0 0;color:#341318;font-size:34px}._heroActions_1lawj_57{display:flex;flex-direction:column;align-items:flex-end}._actionRow_1lawj_63{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px}._actionButton_1lawj_70{min-width:112px;padding:10px 16px;border:1px solid transparent;border-radius:999px;cursor:pointer;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}._actionButton_1lawj_70:hover:not(:disabled){transform:translateY(-1px)}._actionButton_1lawj_70:disabled{cursor:not-allowed;opacity:.66}._refreshButton_1lawj_89{background:#fffffff5;border-color:#e03d4b33;color:#b22d3d;box-shadow:0 10px 24px #e03d4b14}._markAllButton_1lawj_96{background:linear-gradient(135deg,var(--primary) 0%,#fb4655 100%);color:#fff;box-shadow:0 12px 24px #e03d4b38}._feedCard_1lawj_15{margin-top:24px;padding:22px}._list_1lawj_107{display:grid;gap:14px}._messageCard_1lawj_112{padding:18px;border-radius:18px;border:1px solid rgba(224,61,75,.14);background:linear-gradient(180deg,#fffffffa,#fff7f8fa);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}._messageCard_1lawj_112:hover{transform:translateY(-2px);box-shadow:0 14px 30px #e03d4b1a}._messageCardUnread_1lawj_126{border-color:#e03d4b42;box-shadow:inset 4px 0 #e03d4bb3}._messageCardUnread_1lawj_126:hover{box-shadow:0 14px 30px #e03d4b1a,inset 4px 0 #e03d4bb3}._messageCardRead_1lawj_135{border-color:#23a6543d;box-shadow:inset 4px 0 #23a654b8}._messageCardRead_1lawj_135:hover{box-shadow:0 14px 30px #23a65414,inset 4px 0 #23a654b8}._messageLayout_1lawj_144{display:flex;gap:16px}._messageMain_1lawj_149{flex:1;min-width:0}._messageHeader_1lawj_154{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}._titleBlock_1lawj_161{display:flex;align-items:center;gap:10px;flex:1;min-width:0}._typeTag_1lawj_35{padding:5px 10px;font-size:12px;flex-shrink:0;border:1px solid rgba(224,61,75,.14)}._typeTagAnnouncement_1lawj_176{background:#e03d4b1a;color:#c13142}._typeTagPromotion_1lawj_181{background:#fb465524;color:#b81f33}._typeTagSubmission_1lawj_186{background:#c5733f24;color:#9a5b33}._typeTagFavoriteGame_1lawj_191{background:#3b82f61f;color:#2563eb}._messageTitle_1lawj_196{color:#341318;font-size:18px;font-weight:700;flex:1;min-width:0;line-height:1.5;overflow-wrap:anywhere;word-break:break-word}._stateTag_1lawj_36{padding:5px 10px;font-size:12px;flex-shrink:0;white-space:nowrap;border:1px solid transparent}._stateTagUnread_1lawj_215{background:#e03d4b24;border-color:#e03d4b29;color:#bc2437}._stateTagRead_1lawj_221{background:#23a65421;border-color:#23a6542e;color:#178845}._messageText_1lawj_227{margin-top:12px;color:#6b4146;line-height:1.8;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:anywhere;word-break:break-word}._messageMeta_1lawj_239{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px 16px}._metaItem_1lawj_246{color:#7a4a50;font-size:13px;line-height:1.7}._promotionCover_1lawj_252,._promotionCoverPlaceholder_1lawj_253{width:112px;height:112px;border-radius:18px;flex-shrink:0}._promotionCoverWrap_1lawj_260{position:relative;width:112px;height:112px;border-radius:18px;overflow:hidden;flex-shrink:0;isolation:isolate}._promotionCoverWrap_1lawj_260:after{content:"";position:absolute;left:0;right:0;bottom:0;height:0;pointer-events:none;z-index:1}._promotionCover_1lawj_252{object-fit:cover;background:#fdecee;border:1px solid rgba(224,61,75,.12)}._promotionCoverPlaceholder_1lawj_253{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c9733f2e,#e03d4b24);border:1px solid rgba(201,115,63,.2);color:#9a5b33;font-size:15px;font-weight:700}._submissionRemark_1lawj_298{margin-top:10px;color:#8b5e3f;font-size:13px;line-height:1.7}._emptyState_1lawj_305{padding:26px 18px;border-radius:18px;border:1px dashed rgba(224,61,75,.22);background:#fff7f8f0;color:#8c565d;text-align:center}@media(max-width:768px){._pageBody_1lawj_8{width:min(100%,calc(100% - 24px));padding:84px 0 88px}._hero_1lawj_14{padding:22px 18px;flex-direction:column;align-items:stretch}._title_1lawj_51{font-size:26px}._heroActions_1lawj_57{width:100%;align-items:flex-end}._actionRow_1lawj_63{display:flex;flex-wrap:wrap;width:100%;justify-content:flex-end;gap:10px}._actionButton_1lawj_70{width:auto;min-width:108px}._feedCard_1lawj_15{padding:18px}._messageLayout_1lawj_144{flex-direction:column}._messageHeader_1lawj_154{gap:10px;flex-direction:row;align-items:flex-start}._titleBlock_1lawj_161{gap:8px;align-items:center;flex-wrap:nowrap}._messageTitle_1lawj_196{font-size:16px}._promotionCover_1lawj_252,._promotionCoverWrap_1lawj_260,._promotionCoverPlaceholder_1lawj_253{width:100%;height:180px}._promotionCoverWrap_1lawj_260:after{height:var(--mobile-content-image-guard-height-sm);background:var(--mobile-content-image-guard-light-gradient)}._promotionCoverWrap_1lawj_260 ._promotionCover_1lawj_252{transform:translateY(var(--mobile-content-image-guard-shift-y)) scale(var(--mobile-content-image-guard-scale));transform-origin:center center}._messageMeta_1lawj_239{flex-direction:column;gap:6px}}@media(max-width:520px){._messageCard_1lawj_112{padding:16px}}._pageRoot_y9rim_1{min-height:100vh;background:#fff}._main_y9rim_6{min-height:100vh;padding:0 0 84px;background:#fff}._shell_y9rim_12{width:min(100%,720px);margin:0 auto;background:#fff}._header_y9rim_18{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;min-height:56px;padding:calc(env(safe-area-inset-top,0px) + 8px) 16px 8px;background:#fffffffa;border-bottom:1px solid rgba(17,24,39,.06);box-sizing:border-box}._backButton_y9rim_33,._headerSpacer_y9rim_34{width:44px;height:44px}._backButton_y9rim_33{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer}._backIcon_y9rim_49{width:22px;height:22px;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}._headerTitle_y9rim_59{margin:0;text-align:center;font-size:20px;line-height:1.2;font-weight:600;color:#111}._balanceSection_y9rim_68{padding:24px 16px;border-bottom:1px solid rgba(17,24,39,.06);background:#fff}._balanceRow_y9rim_74{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}._balanceCard_y9rim_80{display:flex;align-items:center;gap:14px;padding:18px 16px;background:#f8f9fa;border-radius:14px}._balanceIcon_y9rim_89,._balanceIconDiamond_y9rim_94{width:18px;height:18px}._balanceInfo_y9rim_99{display:flex;flex-direction:column;gap:6px;min-width:0}._balanceLabel_y9rim_106{font-size:13px;color:#6b7280;line-height:1.2}._balanceValue_y9rim_112{font-size:24px;line-height:1.1;font-weight:700;color:#111}._toolbar_y9rim_119{position:sticky;top:calc(env(safe-area-inset-top,0px) + 56px);z-index:15;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 16px;background:#fff;border-bottom:1px solid rgba(17,24,39,.06)}._tabs_y9rim_132{display:flex;align-items:center;gap:28px;min-width:0}._tabButton_y9rim_139{position:relative;min-height:48px;min-width:52px;padding:0 10px;border:none;background:transparent;color:#9ca3af;font-size:17px;line-height:1;font-weight:600;cursor:pointer;text-align:center}._tabButtonActive_y9rim_154{color:#111}._tabButtonActive_y9rim_154:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#111}._filterRow_y9rim_168{display:flex;align-items:center;gap:6px;flex-shrink:0}._selectArea_y9rim_175{position:relative}._selectTrigger_y9rim_179{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-width:68px;height:30px;padding:0 10px;border:1px solid rgba(17,24,39,.12);border-radius:6px;background:#fff;color:#6b7280;font-size:13px;line-height:1;cursor:pointer;white-space:nowrap}._selectTriggerActive_y9rim_197{border-color:#111;color:#111}._filterChevron_y9rim_202{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}._filterBackdrop_y9rim_212{position:fixed;inset:0;z-index:19;border:none;background:transparent;padding:0}._selectPopup_y9rim_221{position:absolute;top:calc(100% + 6px);right:0;z-index:20;min-width:90px;border:1px solid rgba(17,24,39,.08);border-radius:8px;background:#fff;box-shadow:0 8px 20px #1118271f;overflow:hidden}._selectOption_y9rim_234{display:flex;align-items:center;width:100%;min-height:36px;padding:0 12px;border:none;background:transparent;color:#9ca3af;font-size:13px;line-height:1;cursor:pointer;text-align:left}._selectOption_y9rim_234+._selectOption_y9rim_234{border-top:1px solid rgba(17,24,39,.05)}._selectOptionActive_y9rim_253{color:#111;font-weight:600}._filterPopup_y9rim_258{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:min(290px,calc(100vw - 32px));border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff;box-shadow:0 14px 34px #11182724;overflow:hidden}._filterColumns_y9rim_271{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:220px}._filterColumn_y9rim_271{display:flex;flex-direction:column;max-height:252px;overflow-y:auto;background:#fff}._filterColumn_y9rim_271+._filterColumn_y9rim_271{border-left:1px solid rgba(17,24,39,.06)}._filterOption_y9rim_289{min-height:42px;padding:0 12px;border:none;background:transparent;color:#9ca3af;font-size:16px;line-height:1;cursor:pointer}._filterOptionActive_y9rim_300{color:#111;font-weight:600}._filterActions_y9rim_305{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;border-top:1px solid rgba(17,24,39,.06);background:#fff}._filterActionButton_y9rim_314{min-height:34px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#6b7280;font-size:14px;line-height:1;cursor:pointer}._filterConfirmButton_y9rim_325{background:#111;border-color:#111;color:#fff}._listSection_y9rim_331{padding:6px 0 0;background:#fff}._list_y9rim_331{display:flex;flex-direction:column;background:#fff}._item_y9rim_342{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 16px 16px;border-bottom:1px solid rgba(17,24,39,.06);background:#fff}._itemMain_y9rim_352{min-width:0;flex:1}._itemTypeRow_y9rim_357{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._itemTypeBadge_y9rim_364{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#1d4ed8;font-size:11px;line-height:1;font-weight:700}._itemTypeBadgePoints_y9rim_378{background:#fef2f2;color:#dc2626}._itemTitle_y9rim_383{margin:4px 0 0;font-size:17px;line-height:1.45;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSubtitle_y9rim_394{margin:6px 0 0;font-size:13px;line-height:1.45;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemTime_y9rim_404{margin:8px 0 0;font-size:13px;line-height:1.4;color:#9ca3af}._itemAmount_y9rim_411{flex-shrink:0;padding-top:2px;font-size:16px;line-height:1;font-weight:600}._itemAmountIncome_y9rim_419{color:#111}._itemAmountExpense_y9rim_423{color:#e05252}._stateBlock_y9rim_427{display:flex;align-items:center;justify-content:center;min-height:180px;padding:24px 16px;color:#9ca3af;font-size:14px;line-height:1.6;text-align:center}@media(min-width:769px){._main_y9rim_6{padding-bottom:96px}._shell_y9rim_12{width:min(100%,820px)}._header_y9rim_18,._balanceSection_y9rim_68,._toolbar_y9rim_119,._item_y9rim_342{padding-left:24px;padding-right:24px}._balanceSection_y9rim_68{padding-top:32px;padding-bottom:32px}._tabs_y9rim_132{gap:44px}._tabButton_y9rim_139{font-size:18px}._filterPopup_y9rim_258{width:320px}._item_y9rim_342{padding-top:20px;padding-bottom:18px}}._pageRoot_g1ywp_1{min-height:100vh;background:#fff}._main_g1ywp_6{min-height:100vh;padding:0 0 84px;background:#fff}._shell_g1ywp_12{width:min(100%,720px);margin:0 auto;background:#fff}._header_g1ywp_18{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:12px;min-height:56px;padding:calc(env(safe-area-inset-top,0px) + 8px) 16px 8px;background:#fffffffa;border-bottom:1px solid rgba(17,24,39,.06);box-sizing:border-box}._backButton_g1ywp_33,._headerSpacer_g1ywp_34{width:44px;height:44px}._backButton_g1ywp_33{display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;padding:0;cursor:pointer}._backIcon_g1ywp_49{width:22px;height:22px;stroke:#111;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}._headerTitle_g1ywp_59{margin:0;text-align:center;font-size:20px;line-height:1.2;font-weight:600;color:#111}._summary_g1ywp_68{padding:28px 16px 24px;text-align:center;border-bottom:1px solid rgba(17,24,39,.06)}._summaryLabel_g1ywp_74{margin:0;font-size:15px;line-height:1.4;color:#6b7280}._summaryValue_g1ywp_81{margin:12px 0 0;font-size:clamp(46px,10vw,58px);line-height:1;font-weight:700;color:#111}._toolbar_g1ywp_89{position:sticky;top:calc(env(safe-area-inset-top,0px) + 56px);z-index:15;display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:0 16px;background:#fff}._tabs_g1ywp_101{display:flex;align-items:center;gap:36px;min-width:0}._tabButton_g1ywp_108{position:relative;min-height:48px;min-width:52px;padding:0 10px;border:none;background:transparent;color:#9ca3af;font-size:17px;line-height:1;font-weight:600;cursor:pointer;text-align:center}._tabButtonActive_g1ywp_123{color:#111}._tabButtonActive_g1ywp_123:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:#111}._filterArea_g1ywp_137{position:relative;flex-shrink:0}._filterTrigger_g1ywp_142{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:94px;height:34px;margin-bottom:7px;padding:0 12px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#6b7280;font-size:14px;line-height:1;cursor:pointer;white-space:nowrap}._filterChevron_g1ywp_161{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;fill:none}._filterBackdrop_g1ywp_171{position:fixed;inset:0;z-index:19;border:none;background:transparent;padding:0}._filterPopup_g1ywp_180{position:absolute;top:calc(100% + 10px);right:0;z-index:20;width:min(290px,calc(100vw - 32px));border:1px solid rgba(17,24,39,.08);border-radius:12px;background:#fff;box-shadow:0 14px 34px #11182724;overflow:hidden}._filterColumns_g1ywp_193{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));min-height:220px}._filterColumn_g1ywp_193{display:flex;flex-direction:column;max-height:252px;overflow-y:auto;background:#fff}._filterColumn_g1ywp_193+._filterColumn_g1ywp_193{border-left:1px solid rgba(17,24,39,.06)}._filterOption_g1ywp_211{min-height:42px;padding:0 12px;border:none;background:transparent;color:#9ca3af;font-size:16px;line-height:1;cursor:pointer}._filterOptionActive_g1ywp_222{color:#111;font-weight:600}._filterActions_g1ywp_227{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:12px;border-top:1px solid rgba(17,24,39,.06);background:#fff}._filterActionButton_g1ywp_236{min-height:34px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#fff;color:#6b7280;font-size:14px;line-height:1;cursor:pointer}._filterConfirmButton_g1ywp_247{background:#111;border-color:#111;color:#fff}._listSection_g1ywp_253{padding:6px 0 0;background:#fff}._list_g1ywp_253{display:flex;flex-direction:column;background:#fff}._item_g1ywp_264{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 16px 16px;border-bottom:1px solid rgba(17,24,39,.06);background:#fff}._itemMain_g1ywp_274{min-width:0;flex:1}._itemTitle_g1ywp_279{margin:0;font-size:17px;line-height:1.45;font-weight:700;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemSubtitle_g1ywp_290{margin:6px 0 0;font-size:13px;line-height:1.45;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._itemTime_g1ywp_300{margin:8px 0 0;font-size:13px;line-height:1.4;color:#9ca3af}._itemPoints_g1ywp_307{flex-shrink:0;padding-top:2px;font-size:16px;line-height:1;font-weight:600}._itemPointsIncome_g1ywp_315{color:#111}._itemPointsExpense_g1ywp_319{color:#e05252}._stateBlock_g1ywp_323{display:flex;align-items:center;justify-content:center;min-height:180px;padding:24px 16px;color:#9ca3af;font-size:14px;line-height:1.6;text-align:center}._loadMoreButton_g1ywp_335{display:block;width:calc(100% - 32px);min-height:44px;margin:18px auto 0;border:1px solid rgba(17,24,39,.1);border-radius:10px;background:#fff;color:#4b5563;font-size:14px;font-weight:500;cursor:pointer}@media(min-width:769px){._main_g1ywp_6{padding-bottom:96px}._shell_g1ywp_12{width:min(100%,820px)}._header_g1ywp_18,._summary_g1ywp_68,._toolbar_g1ywp_89,._item_g1ywp_264{padding-left:24px;padding-right:24px}._summary_g1ywp_68{padding-top:36px;padding-bottom:32px}._tabs_g1ywp_101{gap:44px}._tabButton_g1ywp_108{font-size:18px}._filterTrigger_g1ywp_142{min-width:104px}._filterPopup_g1ywp_180{width:320px}._item_g1ywp_264{padding-top:20px;padding-bottom:18px}}._pageRoot_mfkey_6{--brand-red: #b91c1c;--brand-red-deep: #991b1b;--brand-red-soft: #fef2f2;--brand-red-soft-alt: #fff1f0;width:100%;min-height:100vh;max-width:1920px;margin:0 auto}._layout_mfkey_18{display:flex;margin:0 auto;max-width:1440px}._topNav_mfkey_25{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid rgba(26,29,33,.1)}._topNavInner_mfkey_34{display:flex;align-items:center;justify-content:flex-end;max-width:1440px;margin:0 auto;padding:0 28px;height:60px;gap:0}._topNavLeft_mfkey_45{display:flex;align-items:center;gap:14px;margin-right:auto}._topNavLogo_mfkey_52{display:flex;align-items:center;gap:10px;text-decoration:none;color:#1a1d21}._topNavLogoIcon_mfkey_60{width:28px;height:28px;display:block;object-fit:contain;color:var(--brand-red)}._topNavLogoText_mfkey_68{font-size:18px;font-weight:700;letter-spacing:-.02em}._topNavCenter_mfkey_74{display:flex;align-items:center;gap:36px}._topNavLink_mfkey_80{font-size:15px;font-weight:400;color:#666;cursor:pointer;padding:4px 0;border:none;background:transparent;transition:all .15s ease}._topNavLink_mfkey_80:hover,._topNavLinkActive_mfkey_96{color:#dc2626;font-weight:700}._topNavRight_mfkey_101{width:120px}._mobileMenuButton_mfkey_105{display:none;padding:10px;border:none;background:transparent;cursor:pointer;color:#1a1d21}._mobileMenuIcon_mfkey_114{width:22px;height:22px}._sidebar_mfkey_120{width:260px;flex-shrink:0;padding:24px 0;border-right:1px solid rgba(26,29,33,.08);position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}._sidebarCategory_mfkey_131{margin-bottom:4px}._sidebarCategoryButton_mfkey_135{display:flex;align-items:center;gap:8px;width:100%;padding:8px 20px;border:none;background:transparent;font-size:13px;font-weight:500;color:#1a1d21;text-align:left;cursor:pointer;transition:color .15s ease}._sidebarCategoryButton_mfkey_135 svg{width:14px;height:14px;flex-shrink:0;transition:transform .2s ease,color .2s ease;color:#1a1d2180}._sidebarCategoryButton_mfkey_135[aria-expanded=true] svg{transform:rotate(180deg);color:#991b1b}._sidebarCategoryButton_mfkey_135:hover{color:var(--brand-red-deep)}._sidebarCategoryButton_mfkey_135:hover svg{color:var(--brand-red-deep)}._sidebarDocList_mfkey_172{list-style:none;margin:0;padding:0 0 0 20px}._sidebarDocItem_mfkey_178{display:block;width:100%;padding:6px 12px;border:none;background:transparent;font-size:13px;font-weight:400;color:#1a1d21a6;text-align:left;cursor:pointer;transition:all .15s ease;line-height:1.4;position:relative}._sidebarDocItem_mfkey_178:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:#1a1d2126}._sidebarDocItem_mfkey_178:hover{color:#1a1d21}._sidebarDocItemActive_mfkey_210{color:var(--brand-red-deep);font-weight:600;background:#f5f5f5;border-radius:6px}._sidebarDocItemActive_mfkey_210:before{width:3px;height:100%;top:0;transform:none;background:var(--brand-red)}._main_mfkey_226{flex:1;min-width:0;padding:32px 48px 80px;max-width:900px}._rightNav_mfkey_234{width:220px;flex-shrink:0;padding:24px 0;position:sticky;top:60px;height:calc(100vh - 60px);overflow-y:auto}._rightNavInner_mfkey_244{padding-left:24px;border-left:1px solid rgba(26,29,33,.08)}._rightNavTitle_mfkey_249{font-size:11px;font-weight:700;color:#1a1d21;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}._rightNavList_mfkey_258{list-style:none;margin:0;padding:0}._rightNavItem_mfkey_264{margin-bottom:2px}._rightNavItemH1_mfkey_268{padding-left:0}._rightNavItemH2_mfkey_272{padding-left:16px}._rightNavButton_mfkey_276{display:block;width:100%;padding:4px 8px;border:none;background:transparent;font-size:14px;font-weight:400;color:#1a1d21b8;text-align:left;cursor:pointer;transition:all .15s ease;line-height:1.4;position:relative}._rightNavItemH2_mfkey_272 ._rightNavButton_mfkey_276{font-size:13px;color:#666}._rightNavButton_mfkey_276:before{content:"";position:absolute;left:-24px;top:50%;transform:translateY(-50%);width:1px;height:0;background:transparent;transition:height .15s ease,background .15s ease}._rightNavButton_mfkey_276:hover{color:#1a1d21}._rightNavButtonActive_mfkey_315{color:var(--brand-red-deep);font-weight:500;background:var(--brand-red-soft-alt);border-radius:4px}._rightNavButtonActive_mfkey_315:before{height:100%;top:0;transform:none;background:var(--brand-red)}._mobileOverlay_mfkey_330{display:none;position:fixed;inset:0;background:#1a1d2180;z-index:200;opacity:0;pointer-events:none;transition:opacity .2s ease}._mobileSidebar_mfkey_345{position:fixed;top:0;left:0;bottom:0;width:280px;background:#fff;z-index:201;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto;border-right:1px solid rgba(26,29,33,.1)}._mobileSidebarHeader_mfkey_359{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(26,29,33,.08)}._mobileSidebarTitle_mfkey_367{font-size:14px;font-weight:700;color:#1a1d21;text-transform:uppercase;letter-spacing:.05em}._mobileSidebarClose_mfkey_375{padding:8px;border:none;background:transparent;cursor:pointer;color:#1a1d21}._mobileCloseIcon_mfkey_383{width:18px;height:18px}._mobileGuideTitle_mfkey_388{font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.08em;padding:16px 20px 4px}._mobileGuideSelectRow_mfkey_397{--mobile-guide-select-width: 220px;padding:12px 20px 8px;display:flex;flex-direction:column;align-items:flex-start;width:100%}._mobileGuideSelectLabel_mfkey_406{display:block;font-size:11px;font-weight:700;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}._mobileGuideDropdown_mfkey_417{width:min(var(--mobile-guide-select-width),100%);position:relative}._mobileGuideTrigger_mfkey_422{width:100%;border:1px solid rgba(26,29,33,.2);background:#fff;color:#1a1d21;font-size:13px;font-weight:600;line-height:1.2;padding:10px 12px;border-radius:6px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}._mobileGuideTrigger_mfkey_422:focus{outline:none;border-color:var(--brand-red-deep);box-shadow:0 0 0 3px #991b1b1f}._mobileGuideCaret_mfkey_444{width:7px;height:7px;border-right:2px solid rgba(26,29,33,.75);border-bottom:2px solid rgba(26,29,33,.75);transform:rotate(45deg);transition:transform .15s ease;margin-left:8px;flex-shrink:0}._mobileGuideCaretOpen_mfkey_455{transform:rotate(-135deg)}._mobileGuideMenu_mfkey_460{position:absolute;top:calc(100% + 1px);left:0;width:100%;margin:0;padding:6px;list-style:none;background:#fff;border:1px solid rgba(26,29,33,.15);border-radius:8px;box-shadow:0 8px 22px #1a1d2124;z-index:220;max-height:220px;overflow-y:auto}._mobileGuideOption_mfkey_477{width:100%;border:none;background:transparent;color:#1a1d21;text-align:left;font-size:13px;font-weight:500;line-height:1.3;padding:8px 10px;border-radius:6px;cursor:pointer}._mobileGuideOption_mfkey_477:hover{background:#1a1d210f}._mobileGuideOptionActive_mfkey_495{background:var(--brand-red-soft);color:var(--brand-red-deep)}@media(max-width:1200px){._rightNav_mfkey_234{display:none}}@media(max-width:1024px){._topNavCenter_mfkey_74{display:none}._mobileMenuButton_mfkey_105{display:block}._sidebar_mfkey_120{display:none}._main_mfkey_226{padding:24px 20px 60px}._mobileOverlay_mfkey_330{display:block}._mobileOverlayVisible_mfkey_527{opacity:1;pointer-events:auto}._mobileSidebarOpen_mfkey_532{transform:translate(0)}}@media(max-width:640px){._topNavInner_mfkey_34{padding:0 18px}._topNavLogoText_mfkey_68{font-size:16px}}._navList_mfkey_546{list-style:none;margin:0;padding:0}._navSubList_mfkey_552{list-style:none;margin:0;padding:0 0 0 12px}._navCategory_mfkey_558{margin-bottom:4px}._navCategoryButton_mfkey_562{width:100%;display:flex;align-items:center;gap:8px;padding:8px 0;border:none;background:transparent;color:#1a1d21;font-size:13px;font-weight:600;text-align:left;cursor:pointer}._navCategoryArrow_mfkey_577{width:12px;height:12px;color:#1a1d2173;flex-shrink:0;transition:transform .15s ease,color .15s ease}._expanded_mfkey_585{transform:rotate(90deg);color:#991b1b}._navCategoryTitle_mfkey_590{padding:6px 0 6px 16px;font-size:12px;font-weight:500;color:#1a1d2180;text-transform:uppercase;letter-spacing:.5px;border-top:1px solid rgba(26,29,33,.08);margin-top:4px}._navItem_mfkey_602{position:relative}._navItemButton_mfkey_606{width:100%;display:block;padding:8px 0 8px 16px;border:none;background:transparent;color:#1a1d21a6;font-size:13px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,'"'"'Segoe UI'"'"',Roboto,sans-serif;text-align:left;cursor:pointer;position:relative;line-height:1.4}._navItemButton_mfkey_606:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:14px;background:#1a1d2126}._navItemButton_mfkey_606:hover{color:#1a1d21}._navItemButton_mfkey_606:hover:before{background:#1a1d214d}._navItemButton_mfkey_606._active_mfkey_642{color:#991b1b;font-weight:600;background:#fff}._navItemButton_mfkey_606._active_mfkey_642:before{width:3px;height:100%;top:0;transform:none;background:#991b1b}._navSubItem_mfkey_657{position:relative}._navSubItemButton_mfkey_661{width:100%;display:block;padding:6px 0 6px 28px;border:none;background:transparent;color:#1a1d218c;font-size:12px;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,'"'"'Segoe UI'"'"',Roboto,sans-serif;text-align:left;cursor:pointer}._navSubItemButton_mfkey_661:before{content:"";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:1px;height:12px;background:#1a1d211f}._navSubItemButton_mfkey_661:hover{color:#1a1d21}._navSubItemButton_mfkey_661._active_mfkey_642{color:#991b1b;font-weight:500}._navSubItemButton_mfkey_661._active_mfkey_642:before{background:#991b1b}._contentPanel_mfkey_700{background:#fff;border-left:3px solid #991b1b;padding:32px 36px;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}._header_mfkey_710{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid #e8e8e8}._titleSection_mfkey_720{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;width:100%}._title_mfkey_720{margin:0;color:#0f0f0f;font-size:2rem;line-height:1.2;font-weight:800;letter-spacing:-.02em}._metaRow_mfkey_737{margin-top:12px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}._metaBadge_mfkey_745{display:inline-flex;align-items:center;border:1px solid #991b1b;background:#fff;color:#991b1b;font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.05em;padding:6px 10px}._metaBadgeDot_mfkey_759{display:none}._metaText_mfkey_763{color:#1a1d2199;font-size:13px;font-weight:500}._copyButton_mfkey_769{border:2px solid #1a1d21;background:#fff;color:#1a1d21;font-size:12px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.03em;padding:10px 16px;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:8px}._copyButton_mfkey_769:hover{background:var(--brand-red);border-color:var(--brand-red);color:#fff}._copyIcon_mfkey_792{width:14px;height:14px}._markdownBody_mfkey_798{color:#1f2937;font-size:16px;line-height:1.65;word-break:break-word}._markdownBody_mfkey_798>*:first-child{margin-top:0}._markdownBody_mfkey_798>*:last-child{margin-bottom:0}._markdownBody_mfkey_798 h1,._markdownBody_mfkey_798 h2,._markdownBody_mfkey_798 h3,._markdownBody_mfkey_798 h4,._markdownBody_mfkey_798 h5,._markdownBody_mfkey_798 h6{color:#0f0f0f;line-height:1.3;margin:1.8em 0 .8em;scroll-margin-top:104px;font-weight:700;letter-spacing:-.01em}._markdownBody_mfkey_798 h1{font-size:2rem;padding-bottom:12px;margin-top:1.2rem;margin-bottom:1rem;border-bottom:1px solid #e8e8e8}._markdownBody_mfkey_798 h2{font-size:1.3rem;padding-left:12px;margin-top:1rem;margin-bottom:1rem;border-left:4px solid var(--brand-red)}._markdownBody_mfkey_798 h3{font-size:20px}._markdownBody_mfkey_798 p,._markdownBody_mfkey_798 ul,._markdownBody_mfkey_798 ol,._markdownBody_mfkey_798 blockquote{margin:0 0 1.2em}._markdownBody_mfkey_798 ul,._markdownBody_mfkey_798 ol{padding-left:1.5em}._markdownBody_mfkey_798 li{margin-bottom:.5em}._markdownBody_mfkey_798 li+li{margin-top:.3em}._markdownBody_mfkey_798 blockquote{border-left:4px solid var(--brand-red);background:#fafafa;padding:12px 16px;color:#1a1d21d6;margin:1.5em 0}._markdownBody_mfkey_798 blockquote p:last-child{margin-bottom:0}._markdownBody_mfkey_798 a{color:var(--brand-red-deep);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;font-weight:500;transition:color .15s ease}._markdownBody_mfkey_798 a:hover{color:#7f1d1d}._markdownBody_mfkey_798 img{display:block;max-width:100%;height:auto;margin:1.5em auto;border:1px solid rgba(26,29,33,.12)}._markdownBody_mfkey_798 code{font-family:JetBrains Mono,Fira Code,Consolas,SFMono-Regular,monospace;font-size:.9em}._markdownBody_mfkey_798 p code,._markdownBody_mfkey_798 li code,._markdownBody_mfkey_798 td code,._markdownBody_mfkey_798 blockquote code{background:var(--brand-red-soft-alt);padding:2px 6px;border-radius:4px;color:var(--brand-red-deep);font-weight:500;font-family:JetBrains Mono,Fira Code,Consolas,SFMono-Regular,monospace}._markdownBody_mfkey_798 ._inline-highlight_mfkey_917{background-color:var(--brand-red-soft);color:var(--brand-red-deep);padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,Fira Code,Consolas,SFMono-Regular,monospace}._markdownBody_mfkey_798 pre{margin:0;background:#fafafa;color:#1a1d21;overflow-x:auto;max-width:100%;position:relative;border:1px solid rgba(26,29,33,.15)}._markdownBody_mfkey_798 pre:before,._markdownBody_mfkey_798 pre:after{display:none}._markdownBody_mfkey_798 pre code{background:transparent;color:inherit;padding:16px 20px;font-size:14px;line-height:1.7;display:block;min-width:max-content;width:fit-content}._markdownBody_mfkey_798 table{width:100%;border-collapse:collapse;margin:0 0 1.2em;border:1px solid rgba(26,29,33,.2);font-size:15px}._markdownBody_mfkey_798 thead tr{background:#f5f5f5}._markdownBody_mfkey_798 th,._markdownBody_mfkey_798 td{border:1px solid rgba(26,29,33,.15);padding:12px 16px;text-align:left;vertical-align:top}._markdownBody_mfkey_798 th{font-weight:700;color:#0f0f0f}._markdownBody_mfkey_798 hr{border:none;border-top:1px solid #e8e8e8;margin:2.2em 0}._documentFooter_mfkey_984{margin-top:32px;padding-top:20px;border-top:1px solid #e8e8e8;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}._footerTime_mfkey_995{font-size:13px;color:#1a1d2199;display:flex;align-items:center;gap:8px;font-weight:500}._footerTimeIcon_mfkey_1004{width:14px;height:14px}._pagerRow_mfkey_1009{display:flex;gap:12px}._pagerButton_mfkey_1014{border:2px solid #1a1d21;background:#fff;color:#1a1d21;font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.02em;padding:10px 16px;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:8px}._pagerButton_mfkey_1014:hover{background:var(--brand-red);border-color:var(--brand-red);color:#fff}._pagerButtonDisabled_mfkey_1037{opacity:.4;cursor:not-allowed}._pagerButtonDisabled_mfkey_1037:hover{background:#fff;border-color:#1a1d21;color:#1a1d21}._pagerArrow_mfkey_1048{width:12px;height:12px}._backToTop_mfkey_1054{position:fixed;bottom:100px;right:32px;width:48px;height:48px;background:#fff;border:2px solid #1a1d21;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .2s ease;z-index:100}._backToTop_mfkey_1054._visible_mfkey_1073{opacity:1;visibility:visible;transform:translateY(0)}._backToTop_mfkey_1054:hover{background:var(--brand-red);border-color:var(--brand-red)}._backToTop_mfkey_1054:hover ._backToTopIcon_mfkey_1084{stroke:#fff}._backToTopIcon_mfkey_1084{width:20px;height:20px;stroke:#1a1d21;transition:stroke .15s ease}._loadingPanel_mfkey_1095{min-height:240px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}._loadingText_mfkey_1104{color:#1a1d21;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}._markdownBody_mfkey_798 a{position:relative}._markdownBody_mfkey_798 a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:#991b1b;transition:width .2s ease}._markdownBody_mfkey_798 a:hover:after{width:100%}._markdownBody_mfkey_798 pre{transition:all .2s ease}._markdownBody_mfkey_798 pre:hover{border-color:#1a1d2140;box-shadow:0 2px 8px #0000000f}._markdownBody_mfkey_798 .code-block-wrapper{margin:0 0 1.5em}.copy-code-button{position:absolute;top:8px;right:8px;opacity:0;width:28px;height:28px;padding:0;color:#64748bcc;background:#f1f5f9e6;border:1px solid rgba(100,116,139,.2);border-radius:4px;cursor:pointer;transition:opacity .15s ease,color .15s ease,background .15s ease;z-index:10;display:flex;align-items:center;justify-content:center}._markdownBody_mfkey_798 pre:hover .copy-code-button{opacity:1}.copy-code-button:hover{color:#334155;background:#f1f5f9;border-color:#64748b66}.copy-code-button.copied{color:#22c55e;border-color:#22c55e}.copy-code-button:before{content:"";display:block;width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2' ry='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");background-size:contain}.copy-code-button.copied:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E")}._markdownBody_mfkey_798 tbody tr{transition:background-color .15s ease}._markdownBody_mfkey_798 tbody tr:hover{background:#fafafa}._markdownBody_mfkey_798 ul{list-style:none;padding-left:0}._markdownBody_mfkey_798 ul li{position:relative;padding-left:20px}._markdownBody_mfkey_798 ul li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;border-radius:50%;background:var(--brand-red)}._mobilePanels_mfkey_1226{display:none}._mobilePanel_mfkey_1226{border:2px solid #1a1d21;background:#fff}._mobilePanel_mfkey_1226+._mobilePanel_mfkey_1226{margin-top:12px}._mobilePanel_mfkey_1226 summary{cursor:pointer;list-style:none;font-size:13px;font-weight:700;color:#1a1d21;padding:12px 16px;text-transform:uppercase;letter-spacing:.03em}._mobilePanel_mfkey_1226 summary::-webkit-details-marker{display:none}._mobileList_mfkey_1254{list-style:none;margin:0;padding:0 12px 12px;display:flex;flex-direction:column;gap:6px;border-top:1px solid rgba(26,29,33,.1)}._mobileList_mfkey_1254 button{width:100%;border:none;background:#f5f5f5;color:#1a1d21;text-align:left;padding:10px 12px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s ease,color .15s ease}._mobileList_mfkey_1254 button:hover{background:#991b1b;color:#fff}@media(max-width:1180px){._docsShell_mfkey_1283{grid-template-columns:200px minmax(0,1fr)}}@media(max-width:900px){._docsShell_mfkey_1283{grid-template-columns:minmax(0,1fr)}._navSection_mfkey_1292{display:none}._mobilePanels_mfkey_1226{display:block;margin-bottom:16px}}@media(max-width:768px){.copy-code-button{top:8px;right:8px;padding:3px 6px;font-size:11px}}@media(max-width:768px){._pageRoot_mfkey_6{min-height:100vh;padding-bottom:calc(72px + env(safe-area-inset-bottom))}._mainContent_mfkey_1316{margin-bottom:0}._main_mfkey_226{width:100%;max-width:100%;margin-top:10px;padding:12px}._contentPanel_mfkey_700{padding:20px;border-left-width:3px}._titleSection_mfkey_720{flex-direction:column;gap:14px}._title_mfkey_720{font-size:2rem}._header_mfkey_710{flex-direction:row;align-items:flex-start;justify-content:space-between;padding-bottom:16px;margin-bottom:12px;gap:10px}._copyButton_mfkey_769{align-self:flex-start;width:auto;min-width:148px;justify-content:center;padding:9px 14px;font-size:11px;letter-spacing:.02em;flex-shrink:0}._markdownBody_mfkey_798{font-size:16px;line-height:1.65;overflow-x:hidden}._markdownBody_mfkey_798 h1{font-size:2rem;padding-bottom:10px}._markdownBody_mfkey_798 h2{font-size:1.3rem}._markdownBody_mfkey_798 h3{font-size:18px}._markdownBody_mfkey_798 .code-block-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._markdownBody_mfkey_798 pre{max-width:100%}._markdownBody_mfkey_798 pre code{min-width:max-content;width:max-content}._documentFooter_mfkey_984{flex-direction:column;align-items:flex-start;gap:12px}._pagerRow_mfkey_1009{width:100%;display:grid;grid-template-columns:1fr;gap:10px}._pagerButton_mfkey_1014{width:100%;justify-content:center;text-align:center}._backToTop_mfkey_1054{bottom:90px;right:16px;width:44px;height:44px}}._imagePreviewOverlay_mfkey_1423{position:fixed;inset:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;cursor:pointer;animation:_fadeIn_mfkey_1 .2s ease}@keyframes _fadeIn_mfkey_1{0%{opacity:0}to{opacity:1}}._imagePreviewClose_mfkey_1447{position:absolute;top:20px;right:20px;width:40px;height:40px;border:none;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease;z-index:1001}._imagePreviewClose_mfkey_1447:hover{background:#ffffff4d;transform:scale(1.1)}._imagePreviewClose_mfkey_1447 svg{width:20px;height:20px}._imagePreviewImage_mfkey_1475{max-width:90vw;max-height:90vh;object-fit:contain;cursor:default;border-radius:4px;box-shadow:0 8px 32px #0006;transition:transform .1s ease-out;transform-origin:center center}@media(max-width:768px){._imagePreviewOverlay_mfkey_1423{background:#000000f2}._imagePreviewClose_mfkey_1447{top:16px;right:16px;width:36px;height:36px}._imagePreviewImage_mfkey_1475{max-width:95vw;max-height:85vh}}
