@import "https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0;font-family:Heebo,sans-serif}:root .text-default{color:#1a212b}:root .bg-default{background-color:#1a212b}:root .text-primary{color:#3498db}:root .bg-primary{background-color:#3498db}:root .text-secondary{color:#2f3541}:root .bg-secondary{background-color:#2f3541}:root .text-primary-color{color:#fff}:root .bg-primary-color{background-color:#fff}:root .text-danger{color:#e74c3c}:root .bg-danger{background-color:#e74c3c}:root .text-success{color:#2ecc71}:root .bg-success{background-color:#2ecc71}:root .text-white{color:#fff}:root .bg-white{background-color:#fff}:root .text-dark{color:#1a1a1a}:root .bg-dark{background-color:#1a1a1a}:root .text-warning{color:#f1c40f}:root .bg-warning{background-color:#f1c40f}:root .d-inline-block{display:inline-block}:root .d-flex,:root .d-flex-col{flex-flow:row;justify-content:center;align-items:center;gap:0;display:flex}:root .d-flex-col{flex-direction:column}:root .gap-2{gap:2px!important}:root .gap-4{gap:4px!important}:root .gap-6{gap:6px!important}:root .gap-8{gap:8px!important}:root .gap-10{gap:10px!important}:root .gap-12{gap:12px!important}:root .gap-14{gap:14px!important}:root .gap-16{gap:16px!important}:root .gap-18{gap:18px!important}:root .gap-20{gap:20px!important}:root .gap-22{gap:22px!important}:root .gap-24{gap:24px!important}:root .gap-26{gap:26px!important}:root .gap-28{gap:28px!important}:root .gap-30{gap:30px!important}:root .gap-32{gap:32px!important}:root .gap-34{gap:34px!important}:root .gap-36{gap:36px!important}:root .gap-38{gap:38px!important}:root .gap-40{gap:40px!important}:root .gap-42{gap:42px!important}:root .gap-44{gap:44px!important}:root .gap-46{gap:46px!important}:root .gap-48{gap:48px!important}:root .gap-50{gap:50px!important}:root .flex-1{flex:1!important}:root .flex-2{flex:2!important}:root .flex-3{flex:3!important}:root .flex-4{flex:4!important}:root .flex-5{flex:5!important}:root .justify-content-center{justify-content:center}:root .justify-content-space-between{justify-content:space-between}:root .justify-content-space-around{justify-content:space-around}:root .justify-content-space-evenly{justify-content:space-evenly}:root .justify-content-start{justify-content:flex-start}:root .justify-content-end{justify-content:flex-end}:root .align-items-center{align-items:center}:root .align-items-start{align-items:flex-start}:root .align-items-end{align-items:flex-end}:root .align-items-stretch{align-items:stretch}:root .align-items-baseline{align-items:baseline}:root .align-content-center{align-content:center}body{color:#fff;--dashboard-sidebar-width:280px;background-color:#1a212b}body.sidebar-collapsed{--dashboard-sidebar-width:88px}* [block=true]{width:100%}* [pointer=true]{cursor:pointer}.btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:10px;outline:none;flex-flow:row;justify-content:center;align-items:center;gap:5px;padding:8px 25px;font-size:18px;font-weight:600;display:flex;position:relative;overflow:hidden;box-shadow:0 0 2px 1px #3498db}.btn:disabled{opacity:.5;cursor:no-drop}.btn.btn-rounded,.btn .btn-rounded{border-radius:50px}.btn.btn-tag{color:#1a1a1a;box-shadow:unset;background:#fff;border:2px solid #fff!important}.btn.btn-tag.btn-outline{color:#fff;background:0 0}.btn.btn-danger{background:#e74c3c;box-shadow:0 0 2px 1px #e74c3c}.btn.btn-outline{color:#3498db;background:0 0;border:1px solid #3498db}.btn.btn-outline.btn-danger{color:#e74c3c;border-color:#e74c3c}.btn.btn-folder{box-shadow:unset;width:8em}.btn.btn-icon{aspect-ratio:1;border-radius:10px;padding:10px}.btn.btn-icon svg{pointer-events:none}@keyframes adva{to{opacity:0;transform:translate(-50%,-50%)scale(1)}}.btn:before{content:"";top:var(--adva-y);left:var(--adva-x);aspect-ratio:1;width:100%;animation:var(--adva-animation) .5s ease;background-color:#ffffff80;border-radius:50%;position:absolute;transform:translate(-50%,-50%)scale(0)}.input-group{color:#fff;background:#1a212b;width:100%}.input-group.input-secondary{background:#2f3541}.input-group__input{background:inherit;border:1px solid #fff;border-radius:10px;display:flex;position:relative}.input-group__input:has(:focus-within){box-shadow:0 0 3px}:is(.input-group__input:has(input:disabled),.input-group__input:has(textarea:disabled),.input-group__input:has(select:disabled)){opacity:.6;cursor:not-allowed;background:#ffffff0d;border-style:dashed}.input-group__input input:disabled,.input-group__input textarea:disabled,.input-group__input select:disabled{cursor:not-allowed;color:#ffffffb3}.input-group__input input[type=number],.input-group__input input[type=tel]{direction:ltr}.input-group__input input:not(:placeholder-shown)~label,.input-group__input label.fixed,.input-group__input input:focus~label{z-index:1;padding-inline:5px;font-size:12px;font-weight:600;top:-8px}.input-group__input input:-webkit-autofill{transition:background-color 5000s ease-in-out,color 5000s ease-in-out}.input-group__input input:-webkit-autofill:hover{transition:background-color 5000s ease-in-out,color 5000s ease-in-out}.input-group__input input:-webkit-autofill:focus{transition:background-color 5000s ease-in-out,color 5000s ease-in-out}.input-group__input input:-webkit-autofill:active{transition:background-color 5000s ease-in-out,color 5000s ease-in-out}.input-group__input input:not(:focus)::placeholder{color:#0000}.input-group__input__label{background:inherit;pointer-events:none;justify-content:flex-start;align-items:center;margin-inline-start:15px;font-size:14px;transition:all .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.input-group__input__label:before{content:"";background:inherit;z-index:-1;opacity:0;height:2px;transition:opacity .15s;position:absolute;top:50%;left:-2px;right:-2px;transform:translateY(-50%)}.input-group__input input:not(:placeholder-shown)~label:before,.input-group__input label.fixed:before,.input-group__input input:focus~label:before{opacity:1}.input-group__input:has(select){padding-inline-end:10px}.input-group__input textarea,.input-group__input select,.input-group__input input{text-indent:15px;color:#fff;border-radius:inherit;background:inherit;border:none;outline:none;flex:1;padding-block:12px;font-size:16px;font-weight:500}.input-group__input__icon{place-items:center;width:40px;display:grid}.input-group__title{margin-inline-start:15px;margin-top:5px;font-size:12px;font-weight:500}.input-file{border:1px solid;border-radius:10px;flex-flow:row;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:12px;display:flex}.input-file.dragging{border-style:dashed}.input-file label,.input-file button{cursor:pointer}.input-file .file-list{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.input-file .file-item{background:#3498db;border-radius:15px;flex-flow:row;justify-content:center;align-items:center;gap:5px;padding:0 15px;display:flex}.input-file .file-item button{color:#fff;background:0 0;border:none;border-radius:50%;outline:none;flex-flow:row;justify-content:center;align-items:center;gap:0;width:15px;height:15px;transition:all .25s;display:flex}.input-file .file-item button:hover{background:#1a212b}.checkbox{all:unset;cursor:pointer;border:2px solid #fff;border-radius:5px;place-items:center;width:20px;height:20px;display:grid;position:relative}.checkbox:checked{color:#fff;background:#3498db;border-color:#3498db}.checkbox:checked:before{content:"✓";position:absolute}.alert{color:#3498db;background:#3498db1a}.alert.alert-danger{color:#e74c3c;background:#e74c3c1a}.alert{box-sizing:border-box;border:1px solid;border-radius:7.5px;width:100%;padding:7.5px 15px}._page_1cwvq_37{padding-inline:max(5%,50vw - 800px)}._text-center_1cwvq_62{text-align:center}._container_1cwvq_66{flex-flow:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}._container_1cwvq_66 ._devBanner_1cwvq_77{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;flex-direction:row;align-items:center;gap:12px;width:90%;max-width:600px;padding:16px 20px;animation:.3s ease-out _slideDown_1cwvq_1;display:flex}._container_1cwvq_66 ._warningIcon_1cwvq_90{color:#ffc107;flex-shrink:0;font-size:24px;animation:2s ease-in-out infinite _pulse_1cwvq_1}._container_1cwvq_66 ._devBannerText_1cwvq_96{color:#856404;flex:1;font-size:14px;line-height:1.5}._container_1cwvq_66 ._devBannerText_1cwvq_96 strong{color:#664d03;font-weight:600}._container_1cwvq_66 ._devBannerButton_1cwvq_106{color:#000;cursor:pointer;white-space:nowrap;background:#ffc107;border:none;border-radius:6px;flex-shrink:0;padding:8px 16px;font-size:14px;font-weight:600;transition:all .2s}._container_1cwvq_66 ._devBannerButton_1cwvq_106:hover{background:#ffb300;transform:translateY(-2px)}._container_1cwvq_66 ._devBannerButton_1cwvq_106:active{transform:translateY(0)}@keyframes _slideDown_1cwvq_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_1cwvq_1{0%,to{opacity:1}50%{opacity:.6}}._container_1cwvq_66 img{width:300px;max-width:80%}._container_1cwvq_66 ._authCard_1cwvq_148{-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);background:#ffffff14;border:1.5px solid #7877c699;border-radius:20px;flex-flow:column;justify-content:center;align-items:center;gap:24px;width:600px;max-width:90%;padding:32px 40px;transition:all .3s;display:flex;box-shadow:0 8px 32px #0000004d}._container_1cwvq_66 ._authTitle_1cwvq_167{color:var(--cyberpunk-text-primary,#e8e8f0);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.4}._container_1cwvq_66 ._buttonContainer_1cwvq_175{flex-direction:column;gap:16px;width:100%;display:flex}._container_1cwvq_66 ._errorMessage_1cwvq_181{background:#f443361a;border:1px solid #f443364d;border-radius:8px;align-items:center;gap:8px;width:100%;padding:12px 16px;animation:.3s ease-out _slideDown_1cwvq_1;display:flex}._container_1cwvq_66 ._errorIcon_1cwvq_192{flex-shrink:0;font-size:18px}._container_1cwvq_66 ._authButton_1cwvq_196{cursor:pointer;width:100%;color:var(--cyberpunk-text-primary,#e8e8f0);background:#ffffff0d;border:2px solid #0000;border-radius:12px;justify-content:flex-start;align-items:center;gap:16px;padding:16px 24px;font-size:16px;font-weight:500;transition:all .3s;display:flex}._container_1cwvq_66 ._authButton_1cwvq_196:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003}._container_1cwvq_66 ._authButton_1cwvq_196:active{transform:translateY(0)}._container_1cwvq_66 ._authButton_1cwvq_196:disabled{opacity:.5;cursor:not-allowed;transform:none}._container_1cwvq_66 ._authButton_1cwvq_196 ._emoji_1cwvq_224{flex-shrink:0;font-size:24px}._container_1cwvq_66 ._authButton_1cwvq_196 ._buttonText_1cwvq_228{text-align:start;flex:1}._container_1cwvq_66 ._ssoButton_1cwvq_232{background:linear-gradient(135deg,#90ee9033,#22c1c333);border-color:#90ee9066}._container_1cwvq_66 ._ssoButton_1cwvq_232:hover:not(:disabled){background:linear-gradient(135deg,#90ee904d,#22c1c34d);border-color:#90ee9099;box-shadow:0 0 20px #90ee904d}._container_1cwvq_66 ._traditionalButton_1cwvq_241{background:#ffffff14;border-color:#fff3}._container_1cwvq_66 ._traditionalButton_1cwvq_241:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff4d}._container_1cwvq_66 ._traditionalButton_1cwvq_241._active_1cwvq_249{background:#7877c633;border-color:#7877c699}._container_1cwvq_66 ._traditionalFormContainer_1cwvq_253{grid-template-rows:1fr;width:100%;animation:.4s ease-out _expandDown_1cwvq_1;display:grid}._container_1cwvq_66 ._traditionalFormContainer_1cwvq_253._hiding_1cwvq_259{animation:.4s ease-out forwards _collapseUp_1cwvq_1}._container_1cwvq_66 ._traditionalFormContainer_1cwvq_253 form{width:100%;max-width:450px;box-shadow:none;background:0 0;border-radius:0;flex-flow:column;justify-content:center;align-items:center;gap:16px;margin:0 auto;padding:0;display:flex;overflow:hidden}@keyframes _expandDown_1cwvq_1{0%{opacity:0;grid-template-rows:0fr}to{opacity:1;grid-template-rows:1fr}}@keyframes _collapseUp_1cwvq_1{0%{opacity:1;grid-template-rows:1fr}to{opacity:0;grid-template-rows:0fr}}._container_1cwvq_66 ._contactInfo_1cwvq_300{color:var(--cyberpunk-text-secondary,#e8e8f0b3);text-align:center;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:8px;padding-top:8px;font-size:14px;display:flex}._container_1cwvq_66 ._whatsappLink_1cwvq_311{color:#25d366;align-items:center;gap:8px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}._container_1cwvq_66 ._whatsappLink_1cwvq_311:hover{color:#128c7e;text-decoration:underline}._container_1cwvq_66 ._whatsappIcon_1cwvq_324{flex-shrink:0;width:20px;height:20px}._container_1cwvq_66 [dir=rtl] ._whatsappLink_1cwvq_311{flex-direction:row-reverse}@media (width<=768px){._container_1cwvq_66 ._authCard_1cwvq_148{width:95%;padding:24px 20px}._container_1cwvq_66 ._authTitle_1cwvq_167{font-size:20px}._container_1cwvq_66 ._authButton_1cwvq_196{padding:14px 20px;font-size:15px}._container_1cwvq_66 ._authButton_1cwvq_196 ._emoji_1cwvq_224{font-size:20px}._container_1cwvq_66 ._traditionalFormContainer_1cwvq_253 form{gap:12px}}._container_1cwvq_66 form{background:#2f3541;border-radius:20px;flex-flow:column;justify-content:center;align-items:center;gap:20px;width:500px;max-width:90%;padding:20px 50px;display:flex;box-shadow:0 0 3px #2f3541}._container_1cwvq_66 ._passwordinfo_1cwvq_367{justify-content:flex-start;width:100%;font-size:12px;display:flex}._container_1cwvq_66 ._passwordinfo_1cwvq_367 ul{margin-inline-start:1rem}._page_163m9_37{padding-inline:max(5%,50vw - 800px)}._text-center_163m9_62{text-align:center}._container_163m9_66{cursor:pointer;flex-flow:row;justify-content:center;align-items:center;gap:5px;margin-inline:5px;font-size:18px;display:inline-flex}._container_163m9_66 input{accent-color:#3498db}._page_tti95_37{padding-inline:max(5%,50vw - 800px)}._text-center_tti95_62{text-align:center}._ssoModal_tti95_66 .ant-modal-content{background:var(--cyberpunk-glass-bg,#ffffff14)!important;border:1.5px solid var(--cyberpunk-purple-glow,#7877c699)!important;-webkit-backdrop-filter:blur(32px)!important;backdrop-filter:blur(32px)!important;border-radius:20px!important;box-shadow:0 8px 32px #0000004d!important}._ssoModal_tti95_66 .ant-modal-header{background:0 0!important;border-bottom:1px solid #ffffff1a!important;padding:20px 24px!important}._ssoModal_tti95_66 .ant-modal-title{color:var(--cyberpunk-text-primary,#e8e8f0)!important}._ssoModal_tti95_66 .ant-modal-close-x{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:18px}._ssoModal_tti95_66 .ant-modal-body{padding:24px!important}._modalTitle_tti95_89{color:var(--cyberpunk-text-primary,#e8e8f0);align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}._titleEmoji_tti95_98{font-size:24px}._modalContent_tti95_102{flex-direction:column;gap:20px;display:flex}._description_tti95_108{color:var(--cyberpunk-text-secondary,#e8e8f0cc);text-align:center;margin:0;padding:0 16px;font-size:14px;line-height:1.5}._inputGroup_tti95_117{width:100%}._buttonGroup_tti95_121{flex-direction:column;gap:12px;margin-top:8px;display:flex}._cancelButton_tti95_128{width:100%;color:var(--cyberpunk-text-primary,#e8e8f0);cursor:pointer;background:#ffffff0d;border:1.5px solid #fff3;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:500;transition:all .3s}._cancelButton_tti95_128:hover{background:#ffffff14;border-color:#ffffff4d}._cancelButton_tti95_128:disabled{opacity:.5;cursor:not-allowed}._mockNotice_tti95_149{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:12px 16px;display:flex}._errorMessage_tti95_160{background:#f443361a;border:1px solid #f443364d;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:12px 16px;display:flex}._errorIcon_tti95_171,._noticeIcon_tti95_176{flex-shrink:0;font-size:18px}._noticeText_tti95_181{color:#ffc107e6;font-size:13px;line-height:1.4}[dir=rtl] ._mockNotice_tti95_149,._rtl_tti95_188 ._mockNotice_tti95_149,[dir=rtl] ._errorMessage_tti95_160,._rtl_tti95_188 ._errorMessage_tti95_160{text-align:right;flex-direction:row-reverse}[dir=rtl] ._description_tti95_108,._rtl_tti95_188 ._description_tti95_108{text-align:right}[dir=rtl] .ant-modal-close,._rtl_tti95_188 .ant-modal-close{left:0;right:auto}._rtl_tti95_188 .ant-modal-content{direction:rtl}._rtl_tti95_188 .ant-modal-header,._rtl_tti95_188 .ant-modal-title{text-align:right;direction:rtl}._rtl_tti95_188 ._modalTitle_tti95_89{justify-content:flex-start}@media (width<=768px){._modalTitle_tti95_89{font-size:18px}._titleEmoji_tti95_98{font-size:20px}._description_tti95_108{font-size:13px}._cancelButton_tti95_128{padding:10px 20px;font-size:15px}}._page_wacom_37{padding-inline:max(5%,50vw - 800px)}._text-center_wacom_62{text-align:center}._Container_wacom_66{z-index:9999;background:var(--cyberpunk-black);background:radial-gradient(circle at center, var(--cyberpunk-dark-1) 0%, var(--cyberpunk-black) 100%);flex-flow:column;justify-content:center;align-items:center;gap:2rem;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}._Logo_wacom_85{letter-spacing:.2em;color:var(--cyberpunk-text-primary);text-transform:uppercase;text-shadow:0 0 10px var(--cyberpunk-blue), 0 0 20px var(--cyberpunk-purple);font-family:Heebo,sans-serif;font-size:3rem;font-weight:800;animation:3s ease-in-out infinite _pulseLogo_wacom_1;position:relative}._LoaderWrapper_wacom_97{width:80px;height:80px;position:relative}._LoaderRing_wacom_103{border:4px solid #0000;border-top-color:var(--cyberpunk-cyan);border-radius:50%;width:100%;height:100%;animation:1s linear infinite _spin_wacom_1;position:absolute}._LoaderRing_wacom_103:before,._LoaderRing_wacom_103:after{content:"";border:4px solid #0000;border-radius:50%;position:absolute}._LoaderRing_wacom_103:before{border-top-color:var(--cyberpunk-purple);animation:2s linear infinite reverse _spin_wacom_1;inset:5px}._LoaderRing_wacom_103:after{border-top-color:var(--cyberpunk-pink);animation:1.5s linear infinite _spin_wacom_1;inset:15px}._LoadingText_wacom_135{color:var(--cyberpunk-text-secondary);letter-spacing:.1em;font-family:Heebo,sans-serif;font-size:1rem;animation:2s ease-in-out infinite _breathe_wacom_1}@keyframes _spin_wacom_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulseLogo_wacom_1{0%,to{opacity:.8;filter:drop-shadow(0 0 5px var(--cyberpunk-blue))}50%{opacity:1;filter:drop-shadow(0 0 15px var(--cyberpunk-purple))}}@keyframes _breathe_wacom_1{0%,to{opacity:.5}50%{opacity:1}}._page_9ptnh_37{padding-inline:max(5%,50vw - 800px)}._text-center_9ptnh_62{text-align:center}._spinner_9ptnh_66{width:var(--size,48px);height:var(--size,48px);position:relative}._spinner_9ptnh_66 ._ring_9ptnh_71{border:3px solid #e0e4e8;border-top-color:#722ed1;border-radius:50%;width:100%;height:100%;animation:.9s ease-in-out infinite _spin_9ptnh_66}@keyframes _spin_9ptnh_66{to{transform:rotate(360deg)}}._page_1q28l_37{padding-inline:max(5%,50vw - 800px)}._text-center_1q28l_62{text-align:center}._container_1q28l_66{background-color:#f7f9fc;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}._content_1q28l_75{flex-direction:column;align-items:center;gap:16px;display:flex}._text_1q28l_62{color:#6b7280;letter-spacing:.02em;font-size:14px;font-weight:500}._page_1eyh8_37{padding-inline:max(5%,50vw - 800px)}._text-center_1eyh8_62{text-align:center}._dashboardLayout_1eyh8_66{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_1eyh8_73{display:block}._mainContent_1eyh8_77{background:linear-gradient(90deg,#121d3b,#141f3d);flex-direction:column;flex:1;padding:0 30px;display:flex;overflow-y:auto}._contentInner_1eyh8_87{flex-direction:column;justify-content:space-between;gap:24px;width:100%;height:auto;min-height:100%;padding-bottom:24px;display:flex}._section_1eyh8_101{flex-direction:column;display:flex}._cardsGrid_1eyh8_108{grid-template-rows:1fr;grid-template-columns:repeat(5,1fr) minmax(60px,.33fr);align-content:center;gap:24px;height:auto;display:grid}._addNewCard_1eyh8_120{cursor:pointer;background:#141f3d66;border:2px dashed #fff3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}._addNewCard_1eyh8_120._editMode_1eyh8_136{background:#27ae601a;border:2px solid #27ae6080}._addNewCard_1eyh8_120._editMode_1eyh8_136:hover{background:#27ae6033;border-color:#2ecc71;box-shadow:0 4px 15px #2ecc7133}._addNewCard_1eyh8_120._editMode_1eyh8_136:hover ._addNewIcon_1eyh8_145{color:#2ecc71;transform:scale(1.1)}._addNewCard_1eyh8_120._editMode_1eyh8_136:hover ._cardLabel_1eyh8_149{color:#2ecc71}._addNewCard_1eyh8_120._editMode_1eyh8_136 ._addNewIcon_1eyh8_145{color:#27ae60cc}._addNewCard_1eyh8_120._editMode_1eyh8_136 ._cardLabel_1eyh8_149{color:#27ae60e6}._addNewCard_1eyh8_120:not(._editMode_1eyh8_136):hover{background:#ffffff0d;border-color:#ffffff80;transform:translateY(-4px);box-shadow:0 4px 15px #0003}._addNewCard_1eyh8_120:not(._editMode_1eyh8_136):hover ._addNewIcon_1eyh8_145{color:#fff;transform:scale(1.1)}._addNewCard_1eyh8_120:not(._editMode_1eyh8_136):hover ._cardLabel_1eyh8_149{color:#fff}._addNewIcon_1eyh8_145{color:#fff6;font-size:32px;transition:all .3s}._cardLabel_1eyh8_149{color:#fff6;text-transform:uppercase;letter-spacing:1px;text-align:center;font-size:14px;font-weight:600;transition:all .3s}._sectionHeader_1eyh8_191{margin-bottom:24px}._sectionTitle_1eyh8_195{align-items:center;gap:12px;display:flex}._iconWrapper_1eyh8_201{background:rgba(var(--cyberpunk-blue-rgb), .1);border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex}._sectionIcon_1eyh8_210{color:var(--cyberpunk-blue);font-size:24px}._sectionSubtitle_1eyh8_215{color:var(--cyberpunk-text-secondary);margin:4px 0 0}._lessonsGrid_1eyh8_220{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}._clickableCard_1eyh8_226{cursor:pointer;transition:transform .2s}._clickableCard_1eyh8_226:hover{transform:translateY(-4px)}._bottomRow_1eyh8_234{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}._miniGrid_1eyh8_241{grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);align-content:center;justify-items:center;gap:16px;height:auto;display:grid}._toursGrid_1eyh8_253{grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr));align-content:center;justify-items:center;gap:8px;max-width:100%;height:auto;display:grid}._miniCard_1eyh8_266{cursor:pointer;background:linear-gradient(135deg,#2a4066,#3a5078);border:1px solid #fff3;border-radius:16px;height:144px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}._miniCard_1eyh8_266:before{content:"";opacity:.35;background:radial-gradient(circle,#fff,#0000);position:absolute;inset:0}._miniCard_1eyh8_266:hover{transform:scale(1.03);box-shadow:0 8px 20px #0006}._miniCardContent_1eyh8_289{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex;position:relative}._miniCardIcon_1eyh8_301{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border-radius:50%;margin-bottom:12px;padding:8px;font-size:36px}._miniCardTitle_1eyh8_311{color:#fff;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d;margin:0;font-size:16px;font-weight:800}._tourCard_1eyh8_320{background:#2a4066;flex-direction:column;display:flex}._tourCardImage_1eyh8_326{background:linear-gradient(135deg, var(--cyberpunk-purple), var(--cyberpunk-pink));flex:1;justify-content:center;align-items:center;display:flex;position:relative}._tourCardImage_1eyh8_326:after{content:"";background:linear-gradient(#0000 0%,#000c 100%);position:absolute;inset:0}._tourCardIcon_1eyh8_341{color:#ffffff80;z-index:1;font-size:48px;transition:all .5s;position:relative}._tourCard_1eyh8_320:hover ._tourCardIcon_1eyh8_341{color:#fffc;transform:scale(1.1)}._tourCardContent_1eyh8_353{background:#2a4066;padding:12px}._tourCardTitle_1eyh8_358{color:#fff;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700;display:flex}._statusDot_1eyh8_368{background:var(--cyberpunk-green);width:8px;height:8px;box-shadow:0 0 6px var(--cyberpunk-green);border-radius:50%;animation:2s ease-in-out infinite _pulse_1eyh8_1}@keyframes _pulse_1eyh8_1{0%,to{opacity:1}50%{opacity:.5}}@media (width<=1440px){._contentInner_1eyh8_87{padding:5px}._cardsGrid_1eyh8_108{gap:20px}._lessonsGrid_1eyh8_220{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (width<=1024px){._bottomRow_1eyh8_234{grid-template-columns:1fr}._cardsGrid_1eyh8_108{grid-template-columns:repeat(2,1fr) minmax(40px,.33fr);gap:16px}._lessonsGrid_1eyh8_220{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media (width<=768px){._dashboardLayout_1eyh8_66{flex-direction:column}._desktopSidebar_1eyh8_73,._dashboardLayout_1eyh8_66 ._desktopSidebar_1eyh8_73{display:none!important}._mobileHeader_1eyh8_419{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:linear-gradient(135deg,#111827fa,#1f2937fa);border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;height:64px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}._mobileHeader_1eyh8_419 ._logoSection_1eyh8_434{background:radial-gradient(120% 60%,#24628b80,#0000);border-radius:50px;flex:1;justify-content:center;align-items:center;gap:12px;margin-inline-end:44px;padding:8px 24px;display:flex}._mobileHeader_1eyh8_419 ._logoIcon_1eyh8_445{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_1eyh8_419 ._logoIcon_1eyh8_445 img{object-fit:contain;width:100%;height:100%}._mobileHeader_1eyh8_419 ._logoText_1eyh8_457{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_1eyh8_464{width:44px;height:44px;color:var(--cyberpunk-text-primary);cursor:pointer;background:linear-gradient(135deg,#24628b,#232b50);border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000004d}._hamburgerButton_1eyh8_464:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_1eyh8_464:active{transform:scale(.95)}._mainContent_1eyh8_77{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_1eyh8_77::-webkit-scrollbar{display:none}._contentInner_1eyh8_87{padding:3px}._mobileCardsGrid_1eyh8_499{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:12px;padding:8px 0;display:grid}._mobileGamesGrid_1eyh8_506,._mobileToursGrid_1eyh8_512{grid-template-columns:repeat(3,1fr);gap:12px;padding:8px 0;display:grid}._cardsGrid_1eyh8_108:not(._mobileCardsGrid_1eyh8_499),._lessonsGrid_1eyh8_220,._miniGrid_1eyh8_241:not(._mobileGamesGrid_1eyh8_506),._toursGrid_1eyh8_253:not(._mobileToursGrid_1eyh8_512){grid-template-columns:1fr}._section_1eyh8_101{margin-bottom:32px}}@media (width>=769px){._mobileHeader_1eyh8_419,._hamburgerButton_1eyh8_464{display:none}._mainContent_1eyh8_77{padding-top:20px}}._mobileSidebarDrawer_1eyh8_543 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_1eyh8_543 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._skeletonCard_1eyh8_552{aspect-ratio:16/9;background:linear-gradient(135deg,#2a4066,#3a5078);border-radius:16px;position:relative;overflow:hidden}._skeletonMiniCard_1eyh8_560{background:linear-gradient(135deg,#2a4066,#3a5078);border-radius:16px;height:144px;position:relative;overflow:hidden}._skeletonShimmer_1eyh8_568{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%);animation:1.5s infinite _shimmer_1eyh8_1;position:absolute;inset:0}@keyframes _shimmer_1eyh8_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._errorDisplay_1eyh8_583{text-align:center;color:#f99;background:#ff64641a;border:1px solid #ff64644d;border-radius:12px;padding:24px}._page_uputh_37{padding-inline:max(5%,50vw - 800px)}._text-center_uputh_62{text-align:center}._sidebar_uputh_66{border-right:1px solid var(--cyberpunk-glass-border);will-change:width;z-index:100;background:linear-gradient(#24628b 0%,#232b50 100%);flex-direction:column;width:252px;height:100vh;padding:24px;transition:width .3s cubic-bezier(.2,0,0,1),box-shadow .3s cubic-bezier(.2,0,0,1);display:flex;position:relative;overflow:visible;box-shadow:4px 0 20px #0000004d}._sidebar_uputh_66._hoverExpanded_uputh_81{z-index:150;box-shadow:8px 0 32px #00000073}._sidebar_uputh_66._collapsed_uputh_85{width:88px}._sidebar_uputh_66._collapsed_uputh_85 ._logoSection_uputh_88{justify-content:center;padding-inline-start:0}._sidebar_uputh_66._collapsed_uputh_85 ._logoWrapper_uputh_92{gap:0;transition:gap .25s cubic-bezier(.2,0,0,1)}._sidebar_uputh_66._collapsed_uputh_85 ._logoText_uputh_96{opacity:0;pointer-events:none;max-width:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),transform .18s,margin .25s cubic-bezier(.2,0,0,1),padding .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._adminConfigTrigger_uputh_105{pointer-events:none}._sidebar_uputh_66._collapsed_uputh_85 ._adminConfigTrigger_uputh_105 ._adminConfigInner_uputh_108{opacity:0;max-width:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),transform .18s,margin .25s cubic-bezier(.2,0,0,1),padding .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._userProfile_uputh_116{justify-content:center;gap:0;padding:12px;transition:background .2s,border-color .2s,padding .25s cubic-bezier(.2,0,0,1),gap .25s cubic-bezier(.2,0,0,1)}._sidebar_uputh_66._collapsed_uputh_85 ._userProfile_uputh_116 ._userInfo_uputh_122{opacity:0;pointer-events:none;max-width:0;margin:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),transform .18s,margin .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._sidebarItem_uputh_130{justify-content:center;padding:12px 0;transition:background .2s,color .2s,box-shadow .2s,padding .25s cubic-bezier(.2,0,0,1),gap .25s cubic-bezier(.2,0,0,1)}._sidebar_uputh_66._collapsed_uputh_85 ._sidebarItem_uputh_130 ._itemLabel_uputh_135{opacity:0;pointer-events:none;max-width:0;margin:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),transform .18s,margin .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._sidebarItem_uputh_130 ._itemIcon_uputh_143{font-size:22px}._sidebar_uputh_66._collapsed_uputh_85 ._lessonsSection_uputh_146{flex-direction:column;align-items:center;gap:8px}._sidebar_uputh_66._collapsed_uputh_85 ._lessonsSection_uputh_146 ._sidebarItem_uputh_130{width:100%}._sidebar_uputh_66._collapsed_uputh_85 ._lessonsSection_uputh_146 ._lessonActionButton_uputh_154{opacity:0;pointer-events:none;border-width:0;min-width:0;max-width:0;min-height:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),min-width .25s cubic-bezier(.2,0,0,1),min-height .25s cubic-bezier(.2,0,0,1),transform .18s,padding .25s cubic-bezier(.2,0,0,1),margin .25s cubic-bezier(.2,0,0,1),border-width .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._studioSection_uputh_166{flex-direction:column;align-items:center;gap:8px}._sidebar_uputh_66._collapsed_uputh_85 ._studioSection_uputh_166 ._sidebarItem_uputh_130{width:100%}._sidebar_uputh_66._collapsed_uputh_85 ._studioSection_uputh_166 ._mediaButton_uputh_174{opacity:0;pointer-events:none;border-width:0;min-width:0;max-width:0;min-height:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),min-width .25s cubic-bezier(.2,0,0,1),min-height .25s cubic-bezier(.2,0,0,1),transform .18s,padding .25s cubic-bezier(.2,0,0,1),margin .25s cubic-bezier(.2,0,0,1),border-width .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._gamesSection_uputh_186{flex-direction:column;align-items:center;gap:8px}._sidebar_uputh_66._collapsed_uputh_85 ._gamesSection_uputh_186 ._sidebarItem_uputh_130{width:100%}._sidebar_uputh_66._collapsed_uputh_85 ._gamesSection_uputh_186 ._playgroundButton_uputh_194{opacity:0;pointer-events:none;border-width:0;min-width:0;max-width:0;min-height:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),min-width .25s cubic-bezier(.2,0,0,1),min-height .25s cubic-bezier(.2,0,0,1),transform .18s,padding .25s cubic-bezier(.2,0,0,1),margin .25s cubic-bezier(.2,0,0,1),border-width .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66._collapsed_uputh_85 ._adminGroup_uputh_206{background:0 0;border:none;align-items:center;padding:8px 0}._sidebar_uputh_66._collapsed_uputh_85 ._adminGroup_uputh_206 ._groupLabel_uputh_212{opacity:0;pointer-events:none;max-width:0;margin:0;padding:0;transition:opacity .18s,max-width .25s cubic-bezier(.2,0,0,1),transform .18s,margin .25s cubic-bezier(.2,0,0,1),padding .25s cubic-bezier(.2,0,0,1);transform:translate(0)scale(.9)}._sidebar_uputh_66:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d 0%,#0000 100%);height:160px;position:absolute;top:0;left:0;right:0}._sidebar_uputh_66:after{content:"";pointer-events:none;mix-blend-mode:overlay;opacity:.95;z-index:0;background-image:radial-gradient(circle at 18% 12%,#ffffff09,#fff0 28%),linear-gradient(90deg,#0000 60%,#00000038 100%);border-radius:0;position:absolute;inset:0;box-shadow:inset 0 12px 30px #00000059,inset -12px 0 40px #00000038}._sidebar_uputh_66 ._collapseToggle_uputh_244{top:50%;border:1px solid var(--cyberpunk-glass-border);width:14px;height:44px;color:var(--cyberpunk-text-secondary);cursor:pointer;z-index:200;background-color:#232b50;border-inline-start:0;border-start-start-radius:0;border-start-end-radius:12px;border-end-end-radius:12px;border-end-start-radius:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;inset-inline-end:-14px;transform:translateY(-50%);box-shadow:4px 0 8px #0003}._sidebar_uputh_66 ._collapseToggle_uputh_244:hover{background-color:var(--cyberpunk-blue);color:#fff}._sidebar_uputh_66 ._toggleIcon_uputh_271{transform-origin:50%;transform:scaleY(1.6)}._logoSection_uputh_88{z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:24px;padding-inline-start:8px;display:flex;position:relative}._logoWrapper_uputh_92{align-items:center;gap:12px;padding:2px 0;transition:gap .28s cubic-bezier(.2,0,0,1) .12s;display:flex}._logoIcon_uputh_298{background:linear-gradient(135deg, var(--cyberpunk-cyan), var(--cyberpunk-blue));width:40px;height:40px;box-shadow:0 4px 12px rgba(var(--cyberpunk-blue-rgb), .3), 0 0 0 1px #ffffff1f;border-radius:12px;justify-content:center;align-items:center;display:flex}._logoIcon_uputh_298 img{object-fit:contain;width:25px;height:25px;image-rendering:-webkit-optimize-contrast;filter:contrast(1.08)brightness(1.04)}._logoText_uputh_96{text-align:center;opacity:1;transform-origin:50%;flex-direction:column;align-items:center;gap:0;max-width:180px;margin:0;transition:opacity .22s .18s,max-width .28s cubic-bezier(.2,0,0,1) .12s,transform .22s .18s,margin .28s cubic-bezier(.2,0,0,1) .12s,padding .28s cubic-bezier(.2,0,0,1) .12s;display:flex;overflow:hidden;transform:translate(0)scale(1)}._logoTitle_uputh_331{color:var(--cyberpunk-text-primary);letter-spacing:-.6px;white-space:nowrap;text-shadow:0 2px 10px rgba(var(--cyberpunk-purple-rgb), .35);margin:0;font-size:24px;font-weight:800;line-height:.98}._logoSubtitle_uputh_342{color:var(--cyberpunk-text-primary);letter-spacing:.9px;text-transform:uppercase;opacity:.98;white-space:nowrap;text-shadow:0 1px 8px #00000059;z-index:1;margin:1px 0 0;font-size:12px;font-weight:600;line-height:1.05;display:inline-block;position:relative}._logoSubtitle_uputh_342:after{content:"";background:var(--cyberpunk-orange);width:5px;height:5px;box-shadow:0 0 10px rgba(var(--cyberpunk-pink-rgb), .7);top:50%;z-index:2;border-radius:50%;animation:2.9s linear infinite _subtitleOrbitDot_uputh_1;position:absolute;inset-inline-start:-8px;transform:translate(-50%,-50%)}@keyframes _subtitleOrbitDot_uputh_1{0%{inset-inline-start:-8px;opacity:.98;z-index:2;box-shadow:0 0 10px rgba(var(--cyberpunk-pink-rgb), .7);top:50%;transform:translate(-50%,-50%)scale(1)}50%{inset-inline-start:calc(100% + 6px);opacity:.98;z-index:2;box-shadow:0 0 10px rgba(var(--cyberpunk-pink-rgb), .7);top:50%;transform:translate(-50%,-50%)scale(1)}50.1%{inset-inline-start:calc(100% + 6px);opacity:.38;z-index:0;box-shadow:none;top:50%;transform:translate(-50%,-50%)scale(.72)}99.9%{inset-inline-start:-8px;opacity:.38;z-index:0;box-shadow:none;top:50%;transform:translate(-50%,-50%)scale(.72)}to{inset-inline-start:-8px;opacity:.98;z-index:2;box-shadow:0 0 10px rgba(var(--cyberpunk-pink-rgb), .7);top:50%;transform:translate(-50%,-50%)scale(1)}}@media (prefers-reduced-motion:reduce){._logoSubtitle_uputh_342:after{opacity:0;animation:none}}._adminConfigTrigger_uputh_105{position:relative;overflow:visible}._adminConfigInner_uputh_108{opacity:1;transform-origin:0;max-width:180px;transition:opacity .22s .18s,max-width .28s cubic-bezier(.2,0,0,1) .12s,transform .22s .18s,margin .28s cubic-bezier(.2,0,0,1) .12s,padding .28s cubic-bezier(.2,0,0,1) .12s;overflow:hidden;transform:translate(0)scale(1)}._configBtn_uputh_435{color:gold;cursor:pointer;white-space:nowrap;background:#141f3df2;border:1px solid gold;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:32px;padding:0 10px;transition:all .2s;display:flex}._configBtn_uputh_435:hover,._configBtn_uputh_435._active_uputh_450{color:gold;background:#ffd7001a;border-color:gold;transform:scale(1.02);box-shadow:0 0 10px #ffd70033}._configBtn_uputh_435._active_uputh_450{background:#ffd70026}._adminBadgeSmall_uputh_461{justify-content:center;align-items:center;font-size:14px;display:flex}._separator_uputh_468{background-color:#ffd7004d;width:1px;height:14px}._adminConfigDropdown_uputh_474{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--cyberpunk-glass-border);z-index:100;background:#1e293bf2;border-radius:12px;width:216px;margin-top:8px;padding:12px;animation:.2s ease-out _slideIn_uputh_1;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000080}@keyframes _slideIn_uputh_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._configHeader_uputh_502{text-transform:uppercase;color:var(--cyberpunk-text-muted);letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}._adminConfigSelect_uputh_511{width:100%}._configStatus_uputh_515{color:var(--cyberpunk-blue);background:rgba(var(--cyberpunk-blue-rgb), .1);text-align:center;border-radius:4px;margin-top:8px;padding:4px 8px;font-size:11px}._userProfile_uputh_116{background:rgba(var(--cyberpunk-glass-bg-rgb), .4);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);z-index:1;cursor:pointer;border-radius:16px;align-items:center;gap:16px;margin-bottom:20px;padding:16px;transition:background .2s,border-color .2s,padding .28s cubic-bezier(.2,0,0,1) .12s,gap .28s cubic-bezier(.2,0,0,1) .12s;display:flex;position:relative;box-shadow:inset 0 1px 2px #ffffff0d}._userProfile_uputh_116:hover{background:rgba(var(--cyberpunk-glass-bg-rgb), .6);border-color:var(--cyberpunk-purple)}._userAvatar_uputh_546{background:linear-gradient(135deg, var(--cyberpunk-orange), var(--cyberpunk-pink));color:#fff;width:48px;height:48px;box-shadow:0 2px 8px rgba(var(--cyberpunk-pink-rgb), .4);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex;overflow:hidden}._userAvatar_uputh_546 ._avatarImg_uputh_561{object-fit:cover;width:100%;height:100%}._userInfo_uputh_122{opacity:1;transform-origin:0;flex-direction:column;flex:1;gap:2px;max-width:198px;transition:opacity .22s .18s,max-width .28s cubic-bezier(.2,0,0,1) .12s,transform .22s .18s,margin .28s cubic-bezier(.2,0,0,1) .12s;display:flex;overflow:hidden;transform:translate(0)scale(1)}._userName_uputh_580{color:var(--cyberpunk-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:600;overflow:hidden}._institutionName_uputh_590{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;margin:2px 0;font-size:12px;font-weight:500;overflow:hidden}._userRole_uputh_600{color:gold;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin:4px 0 0;font-size:14px;font-weight:700;display:flex}._userRole_uputh_600:before{content:"";background:gold;border-radius:50%;width:8px;height:8px}._navigation_uputh_619{z-index:1;flex-direction:column;flex:1;gap:2px;display:flex;position:relative}._lessonsSection_uputh_146{justify-content:space-between;align-items:center;display:flex}._lessonsSection_uputh_146 ._sidebarItem_uputh_130{margin-bottom:0}._studioSection_uputh_166{justify-content:space-between;align-items:center;display:flex}._studioSection_uputh_166 ._sidebarItem_uputh_130{margin-bottom:0}._gamesSection_uputh_186{justify-content:space-between;align-items:center;display:flex}._gamesSection_uputh_186 ._sidebarItem_uputh_130{margin-bottom:0}._playgroundButton_uputh_194{border:1px solid color-mix(in srgb, var(--cyberpunk-purple) 75%, transparent);background:color-mix(in srgb, var(--cyberpunk-purple) 35%, transparent);color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:1;transform-origin:0;pointer-events:auto;max-width:198px;min-height:30px;box-shadow:inset 0 1px 0 #ffffff26, 0 0 8px rgba(var(--cyberpunk-purple-rgb), .28);border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;padding-inline-end:34px;font-size:12px;font-weight:600;line-height:1;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,max-width .28s cubic-bezier(.2,0,0,1) .12s,opacity .22s .18s,transform .22s .18s,padding .28s cubic-bezier(.2,0,0,1) .12s,margin .28s cubic-bezier(.2,0,0,1) .12s,border-width .28s cubic-bezier(.2,0,0,1) .12s;display:flex;position:relative;overflow:hidden;transform:translate(0)scale(1)}._playgroundButton_uputh_194:hover{background:color-mix(in srgb, var(--cyberpunk-purple) 50%, transparent);border-color:color-mix(in srgb, var(--cyberpunk-purple) 85%, transparent);box-shadow:inset 0 1px 0 #fff3, 0 0 12px rgba(var(--cyberpunk-purple-rgb), .45);transform:translateY(-1px)}._playgroundButton_uputh_194._activePlayground_uputh_690{background:color-mix(in srgb, var(--cyberpunk-purple) 45%, transparent);border-color:color-mix(in srgb, var(--cyberpunk-purple) 85%, transparent);box-shadow:inset 0 1px 0 #ffffff38, 0 0 14px var(--cyberpunk-purple-glow), 0 0 4px #7877c666;color:#fff}._mediaButton_uputh_174{border:1px solid color-mix(in srgb, var(--cyberpunk-orange) 70%, transparent);background:color-mix(in srgb, var(--cyberpunk-orange) 35%, transparent);color:var(--cyberpunk-text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:1;transform-origin:0;pointer-events:auto;max-width:198px;min-height:30px;box-shadow:inset 0 1px 0 #ffffff26, 0 0 8px color-mix(in srgb, var(--cyberpunk-orange) 35%, transparent);border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:6px 12px;padding-inline-end:34px;font-size:12px;font-weight:600;line-height:1;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,max-width .28s cubic-bezier(.2,0,0,1) .12s,opacity .22s .18s,transform .22s .18s,padding .28s cubic-bezier(.2,0,0,1) .12s,margin .28s cubic-bezier(.2,0,0,1) .12s,border-width .28s cubic-bezier(.2,0,0,1) .12s;display:flex;position:relative;overflow:hidden;transform:translate(0)scale(1)}._mediaButton_uputh_174:hover{background:color-mix(in srgb, var(--cyberpunk-orange) 50%, transparent);border-color:var(--cyberpunk-orange);box-shadow:inset 0 1px 0 #fff3, 0 0 12px color-mix(in srgb, var(--cyberpunk-orange) 50%, transparent);transform:translateY(-1px)}._mediaButtonIcon_uputh_733{top:50%;background:linear-gradient(135deg, var(--cyberpunk-purple), var(--cyberpunk-blue));border:2px solid var(--cyberpunk-glass-bg);width:20px;height:20px;box-shadow:0 0 8px rgba(var(--cyberpunk-purple-rgb), .4), 0 2px 6px #0000004d;color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:flex;position:absolute;inset-inline-end:8px;transform:translateY(-50%)}._lessonActionButton_uputh_154{color:var(--cyberpunk-text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;opacity:1;transform-origin:0;pointer-events:auto;background:0 0;border:1px solid;border-radius:8px;justify-content:center;align-items:center;gap:6px;max-width:198px;min-height:30px;padding:6px 12px;padding-inline-end:34px;font-size:12px;font-weight:600;line-height:1;transition:background .2s,border-color .2s,box-shadow .2s,color .2s,max-width .28s cubic-bezier(.2,0,0,1) .12s,opacity .22s .18s,transform .22s .18s,padding .28s cubic-bezier(.2,0,0,1) .12s,margin .28s cubic-bezier(.2,0,0,1) .12s,border-width .28s cubic-bezier(.2,0,0,1) .12s;display:flex;position:relative;overflow:hidden;transform:translate(0)scale(1);box-shadow:inset 0 1px #ffffff26}._lessonActionButton_uputh_154:hover{transform:translateY(-1px)}._lessonActionButton_uputh_154._createMode_uputh_784{border-color:var(--cyberpunk-text-muted);color:var(--cyberpunk-text-secondary)}._lessonActionButton_uputh_154._createMode_uputh_784:hover{border-color:var(--cyberpunk-text-primary);color:var(--cyberpunk-text-primary);background:#ffffff0d;box-shadow:inset 0 1px #fff3,0 0 10px #ffffff1f}._lessonActionButton_uputh_154._editMode_uputh_794{border-color:color-mix(in srgb, var(--cyberpunk-green) 75%, transparent);background:color-mix(in srgb, var(--cyberpunk-green) 35%, transparent);color:#fff;box-shadow:inset 0 1px 0 #fff3, 0 0 8px color-mix(in srgb, var(--cyberpunk-green) 40%, transparent)}._lessonActionButton_uputh_154._editMode_uputh_794:hover{background:color-mix(in srgb, var(--cyberpunk-green) 50%, transparent);border-color:color-mix(in srgb, var(--cyberpunk-green) 85%, transparent);box-shadow:inset 0 1px 0 #ffffff40, 0 0 12px color-mix(in srgb, var(--cyberpunk-green) 50%, transparent)}._buttonIcon_uputh_806{top:50%;background:linear-gradient(135deg, var(--cyberpunk-purple), var(--cyberpunk-blue));border:2px solid var(--cyberpunk-glass-bg);color:#fff;z-index:2;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;display:flex;position:absolute;inset-inline-end:8px;transform:translateY(-50%);box-shadow:0 2px 6px #0000004d}._buttonLabel_uputh_825{text-align:center;flex:1}._adminActions_uputh_830{z-index:1;flex-direction:column;gap:2px;margin-top:16px;display:flex;position:relative}._adminGroup_uputh_206{background:#ffd7000d;border:1px solid #ffd7004d;border-radius:12px;flex-direction:column;gap:2px;margin-top:16px;padding:12px;display:flex;position:relative}._groupLabel_uputh_212{text-transform:uppercase;color:#ffe58aeb;letter-spacing:1px;white-space:nowrap;opacity:1;transform-origin:0;text-shadow:0 1px 6px #00000059;align-items:center;gap:6px;max-width:198px;margin-bottom:8px;padding:0 12px;font-size:10px;font-weight:700;transition:opacity .22s .18s,max-width .28s cubic-bezier(.2,0,0,1) .12s,transform .22s .18s,margin .28s cubic-bezier(.2,0,0,1) .12s,padding .28s cubic-bezier(.2,0,0,1) .12s;display:flex;overflow:hidden;transform:translate(0)scale(1)}._labelIcon_uputh_874{font-size:12px}._bottomMenu_uputh_878{border-top:1px solid var(--cyberpunk-glass-border);z-index:1;flex-direction:column;gap:2px;margin-top:16px;padding-top:16px;display:flex;position:relative}._sidebarItem_uputh_130{cursor:pointer;color:#e8e8f0d1;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;margin-bottom:4px;padding:12px;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s,padding .28s cubic-bezier(.2,0,0,1) .12s,gap .28s cubic-bezier(.2,0,0,1) .12s;display:flex}._sidebarItem_uputh_130:hover{color:var(--cyberpunk-text-primary);background:#ffffff0d}._sidebarItem_uputh_130:hover ._itemIcon_uputh_143{color:var(--cyberpunk-text-primary)}._sidebarItem_uputh_130._active_uputh_450{background:linear-gradient(90deg, var(--cyberpunk-blue), var(--cyberpunk-purple));color:#fff;box-shadow:0 4px 12px rgba(var(--cyberpunk-purple-rgb), .3)}._sidebarItem_uputh_130._active_uputh_450 ._itemIcon_uputh_143{color:#fff}._itemIcon_uputh_143{color:#e8e8f0ad;flex-shrink:0;font-size:22px;transition:color .2s}._itemTooltipAnchor_uputh_927{align-items:center;gap:12px;width:fit-content;display:inline-flex}._itemLabel_uputh_135{white-space:nowrap;text-overflow:ellipsis;opacity:1;transform-origin:0;flex:1;max-width:160px;font-size:16px;font-weight:600;transition:opacity .22s .18s,max-width .28s cubic-bezier(.2,0,0,1) .12s,transform .22s .18s,margin .28s cubic-bezier(.2,0,0,1) .12s;overflow:hidden;transform:translate(0)scale(1)}._navTooltip_uputh_948.ant-tooltip-placement-left{padding-right:2px}._navTooltip_uputh_948 .ant-tooltip-inner{color:var(--cyberpunk-text-primary);letter-spacing:.2px;background:linear-gradient(135deg,#5e42b4fa 0%,#266ea2fa 100%);border:1px solid #7ae6ff80;border-radius:10px;font-size:12px;font-weight:600;box-shadow:0 8px 24px #00000059,0 0 18px #7ae6ff38}._navTooltip_uputh_948 .ant-tooltip-arrow-content{background:#405dabfa;border:1px solid #7ae6ff73}@media (width<=1024px){._sidebar_uputh_66{width:216px;padding:16px}._logoIcon_uputh_298{width:36px;height:36px}._logoIcon_uputh_298 img{width:20px;height:20px}._logoText_uputh_96{max-width:160px}._logoTitle_uputh_331{font-size:20px}._logoSubtitle_uputh_342{letter-spacing:.8px;font-size:10px}}@media (height<=1080px){._sidebar_uputh_66{padding:16px 16px 16px 20px}._logoSection_uputh_88{margin-bottom:12px}._userProfile_uputh_116{margin-bottom:12px;padding:10px}._lessonActionButton_uputh_154,._mediaButton_uputh_174,._playgroundButton_uputh_194{padding:4px 12px;padding-inline-end:30px}._adminActions_uputh_830{margin-top:8px}._bottomMenu_uputh_878{margin-top:8px;padding-top:8px}._sidebarItem_uputh_130{margin-bottom:2px;padding:8px 10px}._adminGroup_uputh_206{margin-top:8px;padding:8px}}@media (height<=800px){._sidebarItem_uputh_130{border-radius:8px;margin-bottom:1px;padding:6px 8px}._itemIcon_uputh_143{font-size:18px}._itemLabel_uputh_135{font-size:13px}._adminGroup_uputh_206{margin-top:8px;padding:8px}._groupLabel_uputh_212{margin-bottom:4px;font-size:9px}}@media (width<=768px){._collapseToggle_uputh_244{display:none!important}._sidebar_uputh_66._collapsed_uputh_85{width:252px!important}}@media (height<=720px){._sidebar_uputh_66{padding:8px 8px 8px 12px}._logoSection_uputh_88{margin-bottom:8px}._logoIcon_uputh_298{border-radius:8px;width:28px;height:28px}._logoIcon_uputh_298 img{width:16px;height:16px}._logoText_uputh_96{max-width:140px}._logoTitle_uputh_331{font-size:17px}._logoSubtitle_uputh_342{letter-spacing:.6px;font-size:9px}._configBtn_uputh_435{height:24px;padding:0 6px;font-size:11px}._userProfile_uputh_116{border-radius:10px;gap:8px;margin-bottom:6px;padding:6px 8px}._userAvatar_uputh_546{width:32px;height:32px;font-size:12px}._userName_uputh_580{margin-bottom:2px;font-size:12px}._userRole_uputh_600{font-size:10px}._adminActions_uputh_830{gap:1px;margin-top:4px}._bottomMenu_uputh_878{gap:1px;margin-top:4px;padding-top:4px}._sidebarItem_uputh_130{border-radius:6px;gap:6px;margin-bottom:0;padding:5px 8px}._itemIcon_uputh_143{font-size:15px}._itemLabel_uputh_135{font-size:12px}._lessonActionButton_uputh_154,._mediaButton_uputh_174,._playgroundButton_uputh_194{padding:2px 6px;padding-inline-end:24px;font-size:10px}._buttonIcon_uputh_806,._mediaButtonIcon_uputh_733{width:16px;height:16px;font-size:10px;inset-inline-end:6px}._adminGroup_uputh_206{border-radius:8px;gap:0;margin-top:4px;padding:4px}._groupLabel_uputh_212{margin-bottom:2px;padding:0 4px;font-size:9px}}._page_1gfxu_37{padding-inline:max(5%,50vw - 800px)}._text-center_1gfxu_62{text-align:center}._overlay_1gfxu_66{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;animation:.2s _fadeIn_1gfxu_1;position:fixed;inset:0}@keyframes _fadeIn_1gfxu_1{0%{opacity:0}to{opacity:1}}._settingsMenu_1gfxu_83{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;background:linear-gradient(135deg,#24628bfa 0%,#232b50fa 100%);border:1px solid #ffffff26;border-radius:16px;width:380px;padding:24px;animation:.3s cubic-bezier(.34,1.56,.64,1) _scaleIn_1gfxu_1;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 60px #00000080,inset 0 0 0 1px #ffffff0d,0 4px 12px #7877c633}._settingsMenu_1gfxu_83:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#7877c626,#0000 60%);border-radius:16px;position:absolute;inset:0}@keyframes _scaleIn_1gfxu_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._menuHeader_1gfxu_117{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}._headerIcon_1gfxu_126{color:var(--cyberpunk-cyan);filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-cyan-rgb), .5));font-size:20px}._headerTitle_1gfxu_132{color:var(--cyberpunk-text-primary);letter-spacing:.3px;font-size:15px;font-weight:600}._languageGrid_1gfxu_139{flex-direction:column;gap:12px;display:flex}._languageCard_1gfxu_145{cursor:pointer;background:#ffffff08;border:2px solid #ffffff14;border-radius:12px;align-items:center;gap:16px;padding:16px;transition:all .3s;display:flex;position:relative;overflow:hidden}._languageCard_1gfxu_145:before{content:"";opacity:0;background:linear-gradient(135deg,#7877c61a,#ed6ccc0d);transition:opacity .3s;position:absolute;inset:0}._languageCard_1gfxu_145:hover{background:#ffffff0f;border-color:#7877c666;transform:translate(4px)}._languageCard_1gfxu_145:hover:before{opacity:1}._languageCard_1gfxu_145._active_1gfxu_174{border-color:var(--cyberpunk-purple);background:linear-gradient(135deg,#7877c640,#ed6ccc26);box-shadow:0 4px 16px #7877c64d,inset 0 0 0 1px #ffffff1a}._languageCard_1gfxu_145._active_1gfxu_174:before{opacity:1}._languageCard_1gfxu_145._active_1gfxu_174 ._languageFlag_1gfxu_182{transform:scale(1.1)}._languageFlag_1gfxu_182{filter:drop-shadow(0 2px 4px #0003);flex-shrink:0;justify-content:center;align-items:center;width:72px;height:48px;transition:transform .3s;display:flex}._languageFlag_1gfxu_182 img{object-fit:cover;border-radius:8px;width:100%;height:100%}._languageInfo_1gfxu_203{text-align:start;z-index:1;flex-direction:column;flex:1;gap:4px;display:flex;position:relative}._languageName_1gfxu_213{color:var(--cyberpunk-text-primary);letter-spacing:.2px;font-size:15px;font-weight:600}._languageNative_1gfxu_220{color:var(--cyberpunk-text-secondary);font-size:13px;font-weight:500}._checkIcon_1gfxu_226{color:var(--cyberpunk-green);filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-green-rgb), .6));z-index:1;flex-shrink:0;font-size:24px;animation:.4s _checkBounce_1gfxu_1;position:relative}@keyframes _checkBounce_1gfxu_1{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}[dir=rtl] ._languageCard_1gfxu_145:hover{transform:translate(-4px)}[dir=rtl] ._languageInfo_1gfxu_203{text-align:end}@media (width<=1024px){._settingsMenu_1gfxu_83{width:320px;padding:20px}._languageCard_1gfxu_145{padding:14px}._languageFlag_1gfxu_182{width:60px;height:40px}}._page_yepss_37{padding-inline:max(5%,50vw - 800px)}._text-center_yepss_62{text-align:center}._carouselContainer_yepss_66{border-radius:24px;min-height:280px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}._milkyWay_yepss_75{z-index:0;pointer-events:none;border-radius:24px;position:absolute;inset:0;overflow:hidden}._spaceBase_yepss_84{background:#0b1026;position:absolute;inset:0}._spaceGradient_yepss_90{background:linear-gradient(135deg,#9333ea66 0%,#3b82f633 50%,#0009 100%);position:absolute;inset:0}._spaceSvg_yepss_96{opacity:.8;mix-blend-mode:screen;position:absolute;inset:0}._sparkle1_yepss_103{opacity:.8;background:#fff;border-radius:50%;width:6px;height:6px;position:absolute;top:25%;left:25%;box-shadow:0 0 15px 3px #ffffffe6}._sparkle2_yepss_115{opacity:.9;background:#dce4ff;border-radius:50%;width:4px;height:4px;position:absolute;bottom:33%;right:25%;box-shadow:0 0 10px 2px #c8dcffe6}._carouselHeader_yepss_127{z-index:10;text-align:center;justify-content:center;align-items:center;gap:12px;padding:6px 32px 0;display:flex;position:relative}._carouselTitle_yepss_138{color:#fff;text-shadow:0 2px 12px #0000004d;letter-spacing:.5px;margin:0;font-size:26px;font-weight:700}._editButton_yepss_147{color:#fffc;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}._editButton_yepss_147:hover{color:#fff;background:#fff3;border-color:#fff6;transform:scale(1.05)}._editButton_yepss_147:active{transform:scale(.95)}._editIcon_yepss_170{font-size:16px}._carouselContent_yepss_174{z-index:10;justify-content:center;align-items:center;padding:8px 32px 24px;display:flex;position:relative}._navArrow_yepss_183{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}._navArrow_yepss_183:hover{background:#ffffff40;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 24px #0000004d}._navArrow_yepss_183:active{transform:translateY(-50%)scale(.95)}._navArrowPrev_yepss_210{left:16px}._navArrowNext_yepss_214{right:16px}._coverflowViewport_yepss_218{perspective:1000px;perspective-origin:50%;justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:visible}._coverflowTrack_yepss_229{width:260px;height:160px;transform-style:preserve-3d;position:relative}._coverflowItem_yepss_236{width:260px;height:160px;transform-style:preserve-3d;cursor:pointer;will-change:transform, opacity, filter;backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s ease-out,filter .4s ease-out;position:absolute;top:0;left:0}._coverflowItem_yepss_236._active_yepss_248{cursor:default}._coverflowItem_yepss_236:after{content:"";opacity:.3;pointer-events:none;background:linear-gradient(#ffffff0d 0%,#0000 50%);border-radius:24px;height:100%;position:absolute;bottom:-60%;left:0;right:0;transform:rotateX(180deg)scaleY(.4)}._card_yepss_265{cursor:pointer;border:1px solid #ffffff1a;border-radius:18px;flex-shrink:0;width:260px;height:160px;padding:16px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d}._card_yepss_265:hover{transform:scale(1.02);box-shadow:0 12px 40px #0006}._card_yepss_265._emerald_yepss_282{background:linear-gradient(135deg,#10b981 0%,#0d9488 100%)}._card_yepss_265._cyan_yepss_285{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 100%)}._card_yepss_265._violet_yepss_288{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}._card_yepss_265._blue_yepss_291{background:linear-gradient(135deg,#3b82f6 0%,#4f46e5 100%)}._card_yepss_265._rose_yepss_294{background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%)}._card_yepss_265._amber_yepss_297{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}._cardImage_yepss_301{opacity:1;filter:saturate(1.1)contrast(1.05);background-position:50%;background-size:cover;position:absolute;inset:0}._cardContent_yepss_310{z-index:10;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}._cardText_yepss_319{flex:1}._cardTitle_yepss_323{color:#fff;text-shadow:0 2px 8px #0003;letter-spacing:.3px;margin:0 0 6px;font-size:18px;font-weight:700;line-height:1.3}._cardSubtitle_yepss_333{color:#fffffff2;opacity:.9;margin:0;font-size:12px;font-weight:500;line-height:1.5}._cardButton_yepss_342{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:16px;width:fit-content;padding:8px 16px;font-size:11px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #00000026}._cardButton_yepss_342:hover{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 6px 16px #0003}._decorativeGlow_yepss_361{filter:blur(48px);background:#ffffff1a;border-radius:50%;width:128px;height:128px;position:absolute;bottom:-24px;right:-24px}._decorativeIcon_yepss_372{color:#ffffff4d;transition:all .5s;position:absolute;bottom:20px;right:20px;transform:rotate(12deg)}._card_yepss_265:hover ._decorativeIcon_yepss_372{transform:rotate(0)scale(1.1)}._iconLarge_yepss_384{stroke-width:1px;font-size:60px}._carouselDots_yepss_389{z-index:20;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}._dot_yepss_399{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}._dot_yepss_399:hover{background:#fff9;transform:scale(1.2)}._dot_yepss_399._activeDot_yepss_413{background:#fff;border-radius:4px;width:24px}@media (width<=1280px){._carouselContainer_yepss_66{min-height:300px}._carouselTrack_yepss_423{gap:16px}._card_yepss_265{width:280px;height:200px;padding:20px}._cardTitle_yepss_323{font-size:20px}._iconLarge_yepss_384{font-size:70px}}@media (width<=768px){._carouselContainer_yepss_66{min-height:200px}._carouselHeader_yepss_127{padding:4px 16px 0}._carouselTitle_yepss_138{font-size:20px}._carouselContent_yepss_174{padding:6px 16px 16px}._coverflowViewport_yepss_218{perspective:800px;height:160px}._coverflowTrack_yepss_229,._coverflowItem_yepss_236{width:220px;height:140px}._navArrow_yepss_183{width:36px;height:36px}._navArrowPrev_yepss_210{left:8px}._navArrowNext_yepss_214{right:8px}._card_yepss_265{width:220px;height:140px;padding:16px}._cardTitle_yepss_323{font-size:16px}._cardSubtitle_yepss_333{font-size:12px}._cardButton_yepss_342{padding:6px 12px;font-size:11px}._decorativeIcon_yepss_372 ._iconLarge_yepss_384{font-size:50px}}._announcementModal_yepss_492 .ant-modal-content{border:1.5px solid var(--cyberpunk-purple-glow);-webkit-backdrop-filter:blur(32px)saturate(1.2);backdrop-filter:blur(32px)saturate(1.2);box-shadow:0 0 32px 0 var(--cyberpunk-purple-glow), 0 8px 40px 0 #00000073;will-change:transform;background:linear-gradient(135deg,#0f172afa,#0a1122fa);border-radius:24px;padding:0;animation:.5s cubic-bezier(.33,1,.68,1) _modalEntrance_yepss_1;overflow:hidden}._announcementModal_yepss_492 .ant-modal-body{padding:0}._announcementModal_yepss_492 .ant-modal-close{color:var(--cyberpunk-text-secondary);transition:color .2s;top:16px;right:16px}._announcementModal_yepss_492 .ant-modal-close:hover{color:var(--cyberpunk-text-primary)}._imageContainer_yepss_516{background:#0006;border-radius:24px;justify-content:center;align-items:center;max-width:85vw;max-height:75vh;display:flex;position:relative;overflow:hidden}._modalImage_yepss_528{object-fit:contain;width:100%;height:auto;max-height:75vh;display:block}._imageOverlay_yepss_536{pointer-events:auto;background:linear-gradient(#0000 0%,#0f172acc 50%,#0f172af2 100%);flex-direction:column;gap:12px;width:100%;padding:32px;display:flex;position:absolute;bottom:0;left:0;right:0}._overlayTitle_yepss_550{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px #00000080;margin:0;font-size:28px;font-weight:700;line-height:1.2}._overlaySubtitle_yepss_559{color:var(--cyberpunk-text-secondary);margin:0;font-size:16px;line-height:1.5}._overlayButton_yepss_566{width:fit-content;margin-top:8px;box-shadow:0 0 20px #8b5cf680}._overlayButton_yepss_566:hover{box-shadow:0 0 30px #8b5cf6cc}._imageLoading_yepss_575{justify-content:center;align-items:center;min-height:300px;padding:60px;display:flex}._imageLoading_yepss_575 .ant-spin-dot-item{background-color:var(--cyberpunk-cyan)}._imageError_yepss_586{min-height:300px;color:var(--cyberpunk-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px;display:flex}._errorIcon_yepss_597{color:var(--cyberpunk-text-muted);opacity:.6;font-size:60px}._errorText_yepss_603{color:var(--cyberpunk-text-secondary);margin:0;font-size:16px}@keyframes _modalEntrance_yepss_1{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._page_1a2hv_37{padding-inline:max(5%,50vw - 800px)}._text-center_1a2hv_62{text-align:center}._card_1a2hv_66{aspect-ratio:16/9;cursor:pointer;border:1px solid #ffffff2e;border-radius:16px;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a,0 10px 20px #00000026,inset 0 0 0 1px #ffffff14;container-type:inline-size}._card_1a2hv_66._compact_1a2hv_78{transform:scale(1)}._card_1a2hv_66._compact_1a2hv_78:hover{transform:scale(1.04)translateY(-10px)}._card_1a2hv_66:hover{border-color:#ffffff59;transform:translateY(-10px)scale(1.05);box-shadow:0 16px 32px #00000040,0 24px 48px #0000004d,inset 0 0 0 1px #ffffff26}._card_1a2hv_66:hover ._thumbnail_1a2hv_89{transform:scale(1.08)}._card_1a2hv_66:hover ._description_1a2hv_92{opacity:1;transform:translateY(0)}._thumbnail_1a2hv_89{border-radius:inherit;background-image:linear-gradient(135deg,#667eea 0%,#764ba2 100%);background-position:50%;background-size:cover;transition:transform .3s;position:absolute;inset:0;overflow:hidden}._thumbnail_1a2hv_89:before{content:"";background:linear-gradient(#00000059 0%,#0000000d 40%,#0000 65%);position:absolute;inset:0}._thumbnail_1a2hv_89:after{content:"";background:#f5f5f526;position:absolute;inset:0}._placeholderIcon_1a2hv_120{opacity:.3;z-index:1;justify-content:center;align-items:center;font-size:64px;display:flex;position:absolute;inset:0}@container (width<=300px){._placeholderIcon_1a2hv_120{font-size:32px}}@container (width<=200px){._placeholderIcon_1a2hv_120{font-size:24px}}._overlay_1a2hv_141{z-index:2;border-radius:inherit;background:linear-gradient(#0000 40%,#00000026 70%,#00000059 100%);position:absolute;inset:0}._creatorProfile_1a2hv_149{z-index:10;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#f0f0f0f2;border:1px solid #c8c8c866;border-radius:16px;align-items:center;gap:6px;padding:4px 8px 4px 4px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 6px #00000026}._creatorProfile_1a2hv_149:hover{background:#f5f5f5;transform:scale(1.05);box-shadow:0 4px 16px #0003}._creatorProfile_1a2hv_149 ._profilePic_1a2hv_171,._creatorProfile_1a2hv_149 ._profilePicPlaceholder_1a2hv_172{object-fit:cover;border:1px solid #96969666;border-radius:50%;flex-shrink:0;width:28px;height:28px}._creatorProfile_1a2hv_149 ._profilePicPlaceholder_1a2hv_172{color:#ffffffe6;background:#00000047;justify-content:center;align-items:center;padding:6px;font-size:14px;display:flex}._creatorProfile_1a2hv_149 ._creatorInfo_1a2hv_189{flex-direction:column;gap:2px;min-width:0;display:flex}._creatorProfile_1a2hv_149 ._creatorName_1a2hv_195{color:#374151;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;font-weight:600;overflow:hidden}._creatorProfile_1a2hv_149 ._institutionName_1a2hv_204{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:10px;overflow:hidden}@container (width<=350px){._creatorProfile_1a2hv_149{gap:4px;padding:3px 6px 3px 3px}._creatorProfile_1a2hv_149 ._profilePic_1a2hv_171,._creatorProfile_1a2hv_149 ._profilePicPlaceholder_1a2hv_172{width:22px;height:22px}._creatorProfile_1a2hv_149 ._creatorName_1a2hv_195{max-width:80px;font-size:10px}._creatorProfile_1a2hv_149 ._institutionName_1a2hv_204{max-width:80px;font-size:9px}}._more_1a2hv_232{z-index:11;position:absolute;top:8px;right:8px}._more_1a2hv_232>button{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;transition:all .2s;display:flex}._more_1a2hv_232>button:hover{background:#0009;transform:scale(1.1)}._more_1a2hv_232 button:not(:hover)+._more__menu_1a2hv_257:not(:hover){display:none}._more_1a2hv_232 ._more__menu_1a2hv_257:hover{display:block}._more__menu_1a2hv_257{background:var(--cyberpunk-dark-1,#1a1a2e);white-space:nowrap;z-index:20;border:1px solid #ffffff1a;border-radius:8px;padding:12px 20px;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 8px 16px #0000004d}._more__menu_1a2hv_257 ul{flex-direction:column;align-items:flex-start;gap:8px;margin:0;padding:0;list-style:none;display:flex}._more__menu_1a2hv_257 ul li a{cursor:pointer;justify-content:flex-start;align-items:center;gap:10px;font-size:14px;transition:transform .2s,opacity .2s;display:flex}._more__menu_1a2hv_257 ul li a:hover{opacity:.8;transform:scale(1.05)}._more__menu_1a2hv_257 ul li a svg{font-size:16px}@container (width<=300px){._more_1a2hv_232>button{width:24px;height:24px;font-size:16px}._more__menu_1a2hv_257{padding:10px 16px}._more__menu_1a2hv_257 ul li a{gap:8px;font-size:12px}._more__menu_1a2hv_257 ul li a svg{font-size:14px}}._content_1a2hv_318{z-index:3;flex-direction:column;justify-content:flex-start;padding:20px;display:flex;position:absolute;inset:0}._hasMeta_1a2hv_327 ._content_1a2hv_318{padding-bottom:28px}._ownerCreditHeader_1a2hv_331{justify-content:space-between;align-items:center;gap:10px;display:flex}._headerRow_1a2hv_338{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}@container (width<=300px){._content_1a2hv_318{padding:12px}}@container (width<=200px){._content_1a2hv_318{padding:8px}}._categoryBadge_1a2hv_355{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px #00000080;background:#0006;border:1px solid #ffffff1a;border-radius:8px;align-self:flex-start;padding:6px 12px;font-size:11px;font-weight:600;display:inline-flex}._categoryStack_1a2hv_371{height:34px;width:calc((var(--stack-count,1) - 1) * 30px + 40px);align-self:flex-start;transition:width .25s;display:block;position:relative}._categoryStackGrid_1a2hv_380{flex-direction:column;gap:6px;width:auto;height:auto;display:flex;transform:none}._categoryStackCollapsed_1a2hv_389{display:block}._categoryStackExpanded_1a2hv_393{display:none}._categoryRow_1a2hv_397{gap:6px;display:flex}._categoryStackCompact_1a2hv_402{height:28px;width:calc((var(--stack-count,1) - 1) * 21px + 28px);transform:translateY(-4px)}._categoryStackGrid_1a2hv_380._categoryStackCompact_1a2hv_402{width:auto;height:auto;transform:none}._categoryStackCompact_1a2hv_402:hover{width:calc((var(--stack-count,1) - 1) * 21px + 28px)}._categoryStackCompact_1a2hv_402 ._categoryStackItem_1a2hv_418{aspect-ratio:1;width:28px;left:calc(var(--stack-index) * 21px)}._categoryStackCompact_1a2hv_402:hover ._categoryStackItem_1a2hv_418{left:calc(var(--stack-index) * 21px);transform:none;box-shadow:0 4px 10px #00000040}._ownerCreditWrapper_1a2hv_430:hover ._categoryStackCompact_1a2hv_402,._ownerCreditWrapper_1a2hv_430:focus-within ._categoryStackCompact_1a2hv_402{width:calc((var(--stack-count,1) - 1) * 30px + 28px)}._ownerCreditWrapper_1a2hv_430:hover ._categoryStackGrid_1a2hv_380,._ownerCreditWrapper_1a2hv_430:focus-within ._categoryStackGrid_1a2hv_380{width:auto}._ownerCreditWrapper_1a2hv_430:hover ._categoryStackCollapsed_1a2hv_389,._ownerCreditWrapper_1a2hv_430:focus-within ._categoryStackCollapsed_1a2hv_389{display:none}._ownerCreditWrapper_1a2hv_430:hover ._categoryStackExpanded_1a2hv_393,._ownerCreditWrapper_1a2hv_430:focus-within ._categoryStackExpanded_1a2hv_393{display:flex}._ownerCreditWrapper_1a2hv_430:hover ._categoryStackCompact_1a2hv_402 ._categoryStackItem_1a2hv_418,._ownerCreditWrapper_1a2hv_430:focus-within ._categoryStackCompact_1a2hv_402 ._categoryStackItem_1a2hv_418{left:calc(var(--stack-index) * 30px)}._categoryStackCompact_1a2hv_402 ._categoryStackFallback_1a2hv_455{font-size:9px}._categoryStack_1a2hv_371:hover{width:calc((var(--stack-count,1) - 1) * 40px + 40px)}._categoryStackItem_1a2hv_418{top:0;left:calc(var(--stack-index) * 30px);aspect-ratio:1;width:40px;z-index:calc(10 + var(--stack-index));-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background-color:#ffffff14;background-position:50%;background-size:cover;border:1px solid #ffffff38;border-radius:8px;transition:left .25s,transform .25s,box-shadow .25s;position:absolute;overflow:hidden;box-shadow:0 6px 14px #00000059}._categoryStackCollapsed_1a2hv_389 ._categoryStackItem_1a2hv_418{outline:1px solid #ffffff26;box-shadow:0 10px 18px #00000073,0 0 0 1px #00000040}._categoryStackGrid_1a2hv_380 ._categoryStackItem_1a2hv_418{transition:transform .2s,box-shadow .2s;position:static;top:auto;left:auto}._categoryStackGrid_1a2hv_380 ._categoryStackItem_1a2hv_418:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0000004d}._categoryStack_1a2hv_371:hover ._categoryStackItem_1a2hv_418{left:calc(var(--stack-index) * 40px);transform:translateY(-1px);box-shadow:0 6px 14px #0000004d}._categoryStackFallback_1a2hv_455{color:#fffffff2;text-transform:uppercase;text-shadow:0 1px 2px #0009;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0}@container (width<=300px){._categoryBadge_1a2hv_355{padding:4px 8px;font-size:9px}._categoryStack_1a2hv_371{height:28px;width:calc((var(--stack-count,1) - 1) * 26px + 34px)}._categoryStack_1a2hv_371:hover{width:calc((var(--stack-count,1) - 1) * 34px + 34px)}._categoryStackItem_1a2hv_418{aspect-ratio:1;width:34px;left:calc(var(--stack-index) * 26px)}._categoryStack_1a2hv_371:hover ._categoryStackItem_1a2hv_418{left:calc(var(--stack-index) * 34px)}._categoryStackFallback_1a2hv_455{font-size:10px}}._title_1a2hv_541{color:#fff;text-shadow:0 1px 3px #000000e6,0 2px 8px #000000b3,0 0 20px #00000080;text-overflow:ellipsis;-webkit-line-clamp:3;line-clamp:3;letter-spacing:.5px;-webkit-box-orient:vertical;flex:none;min-width:0;max-width:18ch;margin:0 0 6px;font-size:28px;font-weight:800;line-height:1.3;display:-webkit-box;overflow:hidden}@container (width<=350px){._title_1a2hv_541{font-size:22px}}@container (width<=280px){._title_1a2hv_541{font-size:18px}}@container (width<=200px){._title_1a2hv_541{-webkit-line-clamp:2;line-clamp:2;font-size:14px}}._description_1a2hv_92{text-shadow:0 1px 3px #000000e6,0 2px 8px #000000b3,0 0 16px #00000080;-webkit-line-clamp:3;line-clamp:3;text-overflow:ellipsis;opacity:0;-webkit-box-orient:vertical;margin:0;font-size:24px;font-weight:500;line-height:1.4;transition:opacity .35s,transform .35s;display:-webkit-box;overflow:hidden;transform:translateY(10px);color:#fffffff2!important}@container (width<=350px){._description_1a2hv_92{font-size:20px}}@container (width<=280px){._description_1a2hv_92{-webkit-line-clamp:2;line-clamp:2;font-size:16px}}@container (width<=200px){._description_1a2hv_92{-webkit-line-clamp:1;line-clamp:1;font-size:14px}}._ownerCreditWrapper_1a2hv_430{z-index:12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;--footer-peek:36px;transform:translateY(calc(100% - var(--footer-peek)));background:#000000a6;border-top:1px solid #ffffff1f;flex-direction:column;gap:4px;padding:6px 12px 8px;transition:transform .45s,background .45s,box-shadow .45s;display:flex;position:absolute;bottom:0;left:0;right:0}._ownerCreditWrapper_1a2hv_430:hover,._ownerCreditWrapper_1a2hv_430:focus-within{background:#000000bf;transform:translateY(0);box-shadow:0 -8px 20px #00000040}._ownerCreditCompact_1a2hv_641{white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex;color:#fffffff2!important}._profilePic_1a2hv_171,._profilePicPlaceholder_1a2hv_172{object-fit:cover;border:1px solid #96969666;border-radius:50%;flex-shrink:0;width:22px;height:22px}._profilePicPlaceholder_1a2hv_172{color:#ffffffe6;background:#00000047;justify-content:center;align-items:center;padding:4px;font-size:12px;display:flex}._ownerName_1a2hv_671{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}._duplicateIcon_1a2hv_678{color:#ffd700e6;font-size:12px;transition:opacity .2s}._ownerCreditWrapper_1a2hv_430:hover ._duplicateIcon_1a2hv_678,._ownerCreditWrapper_1a2hv_430:focus-within ._duplicateIcon_1a2hv_678{opacity:0}._ownerCreditExpanded_1a2hv_689{opacity:0;flex-direction:column;gap:4px;max-height:0;transition:opacity .35s,max-height .35s;display:flex;overflow:hidden}._categoryStackItemSub_1a2hv_699{border-radius:6px;width:30px}._categoryStackCompact_1a2hv_402 ._categoryStackItemSub_1a2hv_699,._categoryStackGrid_1a2hv_380 ._categoryStackItemSub_1a2hv_699{width:24px}._categoryStackGrid_1a2hv_380 ._categoryStackItemSub_1a2hv_699 ._categoryStackFallback_1a2hv_455{font-size:9px}._categoryStackCompact_1a2hv_402:hover ._categoryStackItemSub_1a2hv_699{transform:none}._ownerCreditWrapper_1a2hv_430:hover ._ownerCreditExpanded_1a2hv_689,._ownerCreditWrapper_1a2hv_430:focus-within ._ownerCreditExpanded_1a2hv_689{opacity:1;max-height:120px}._ownerRow_1a2hv_726{flex-direction:column;gap:2px;display:flex}._ownerNameExpanded_1a2hv_732{display:none}._institutionName_1a2hv_204{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:10px;overflow:hidden}._creditRow_1a2hv_745{white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex;color:#ffffffe6!important}._duplicateIconExpanded_1a2hv_755{color:#ffd700e6;font-size:12px}._creditLabel_1a2hv_760{text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600;color:#ffd700e6!important}._creditText_1a2hv_768{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:500;overflow:hidden;color:#fffffff2!important}._ownerCreditWrapper_1a2hv_430:hover ._creditText_1a2hv_768,._ownerCreditWrapper_1a2hv_430:hover ._institutionName_1a2hv_204,._ownerCreditWrapper_1a2hv_430:hover ._ownerName_1a2hv_671,._ownerCreditWrapper_1a2hv_430:focus-within ._creditText_1a2hv_768,._ownerCreditWrapper_1a2hv_430:focus-within ._institutionName_1a2hv_204,._ownerCreditWrapper_1a2hv_430:focus-within ._ownerName_1a2hv_671{max-width:320px}@container (width<=300px){._ownerCreditWrapper_1a2hv_430{--footer-peek:32px;padding:6px 8px}._ownerCreditCompact_1a2hv_641{font-size:10px}._profilePic_1a2hv_171,._profilePicPlaceholder_1a2hv_172{width:18px;height:18px}._ownerName_1a2hv_671{max-width:110px}._creditRow_1a2hv_745{font-size:9px}._creditLabel_1a2hv_760{font-size:8px}._creditText_1a2hv_768{max-width:140px}}@media (width<=768px){._card_1a2hv_66:hover{transform:translateY(-4px)scale(1.01)}._content_1a2hv_318{padding:16px}._title_1a2hv_541,._description_1a2hv_92{font-size:16px}}._hover_effect_1a2hv_826{cursor:pointer;transition:transform .2s}._hover_effect_1a2hv_826:hover{opacity:.8;transform:scale(1.05)}._modal_1a2hv_835 .ant-modal-content{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 40px #0006;background:var(--cyberpunk-dark-1)!important;border:1px solid #ffffff1f!important}._modal_1a2hv_835 .ant-modal-close{display:none}._closeIcon_1a2hv_847{color:var(--cyberpunk-text-primary);z-index:100;cursor:pointer;border:1px solid var(--cyberpunk-glass-border);background:#0006;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}._closeIcon_1a2hv_847:hover{background:#0009;transform:scale(1.1)}._modalContent_1a2hv_870{flex-direction:column;display:flex}._mobileCloseButton_1a2hv_875{top:12px;z-index:200;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000008c;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:22px;line-height:1;transition:background .2s;display:flex;position:absolute;inset-inline-end:12px}._mobileCloseButton_1a2hv_875:hover{background:#000000bf}._hero_1a2hv_899{background:var(--cyberpunk-dark-2);border-radius:10px 10px 0 0;width:100%;height:380px;position:relative;overflow:hidden}._heroBg_1a2hv_908{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_1a2hv_916{background:linear-gradient(135deg, var(--overlay-start) 0%, var(--overlay-end) 100%);opacity:.3;position:absolute;inset:0}._heroContent_1a2hv_923{z-index:10;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:40px;display:flex;position:absolute;inset:0}._hero_1a2hv_899 ._categoryBadge_1a2hv_355{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#0006;border:1px solid #ffffff1a;border-radius:8px;align-self:flex-start;margin-bottom:16px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-flex}._hero_1a2hv_899 ._title_1a2hv_541{color:#fff;text-shadow:0 1px 2px #000000e6,0 2px 8px #000000d9,0 4px 16px #000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:10px;flex:none;align-self:flex-start;width:fit-content;max-width:90%;height:fit-content;margin:0 0 24px;padding:6px 14px;font-size:42px;font-weight:800;line-height:1;display:inline-block}._heroMeta_1a2hv_969{color:#ffffffe6;gap:24px;font-size:15px;font-weight:500;display:flex}._metaItem_1a2hv_977{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000059;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:5px 12px 5px 8px;display:inline-flex}._metaItemClickable_1a2hv_989{cursor:pointer;background:#ffffff1f;border:1px solid #ffffff3d;border-radius:999px;padding:6px 12px 6px 8px;transition:opacity .2s,transform .2s,background-color .2s}._metaItemClickable_1a2hv_989:hover{opacity:.95;background:#fff3;transform:translateY(-1px)}._metaItemClickable_1a2hv_989:focus-visible{outline-offset:4px;border-radius:6px;outline:2px solid #ffffffd9}._metaIcon_1a2hv_1008{opacity:.8;font-size:16px}._creatorAvatar_1a2hv_1013{background:#fff3;border:1px solid #fff6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;overflow:hidden}._creatorAvatarImage_1a2hv_1026{object-fit:cover;width:100%;height:100%;display:block}._creatorAvatarIcon_1a2hv_1033{opacity:.9;font-size:14px}._body_1a2hv_1038{background:var(--cyberpunk-dark-1);color:var(--cyberpunk-text-primary);padding:32px 40px 40px}._statsBar_1a2hv_1044{border-bottom:1px solid var(--cyberpunk-glass-border);gap:32px;margin-bottom:24px;padding-bottom:24px;display:flex}._statItem_1a2hv_1052{color:var(--cyberpunk-text-muted);align-items:center;gap:8px;font-size:15px;display:flex}._statValue_1a2hv_1060{color:var(--cyberpunk-text-primary);font-weight:700}._statLabel_1a2hv_1065{color:var(--cyberpunk-text-muted)}._heroCredit_1a2hv_1069{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#0006;border:1px solid #ffd7004d;border-radius:8px;align-self:flex-start;align-items:center;gap:8px;margin-top:12px;padding:6px 12px;font-size:13px;font-weight:500;display:inline-flex}._heroCredit_1a2hv_1069 svg{color:#ffd700e6;font-size:12px}._heroCredit_1a2hv_1069 ._creditLabel_1a2hv_760{color:#ffd700e6;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._heroCredit_1a2hv_1069 ._creditText_1a2hv_768{color:#fffffff2;font-weight:500}._categoriesRow_1a2hv_1102{z-index:15;flex-flow:column;align-items:flex-end;gap:6px;max-width:40%;display:flex;position:absolute;inset-block-end:24px;inset-inline-end:24px}._categoryItem_1a2hv_1115{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;text-shadow:0 1px 2px #00000080;background:#00000080;border:1px solid #ffffff26;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-flex}._subCategoryItem_1a2hv_1130{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;text-shadow:0 1px 2px #00000080;background:#00000059;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:5px;padding:3px 8px;font-size:10px;font-weight:500;display:inline-flex}._categoryImage_1a2hv_1145{object-fit:cover;border-radius:3px;flex-shrink:0;width:18px;height:18px}._imagePlaceholder_1a2hv_1153{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}._moreIndicator_1a2hv_1163{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fffc;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:6px;padding:4px 8px;font-size:11px;font-weight:600}._descriptionSection_1a2hv_1174{margin-bottom:32px}._sectionTitle_1a2hv_1178{color:var(--cyberpunk-text-primary);margin-bottom:12px;font-size:18px;font-weight:700}._body_1a2hv_1038 ._description_1a2hv_92{color:var(--cyberpunk-text-secondary);white-space:pre-wrap;margin:0;font-size:16px;line-height:1.8}._actions_1a2hv_1193{flex-direction:column;gap:16px;margin-top:16px;display:flex}._primaryButton_1a2hv_1200{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;padding:0 32px;font-size:16px;font-weight:600;display:flex}._primaryButtonWrapper_1a2hv_1213{direction:ltr;align-items:stretch;gap:0;width:100%;display:flex}._primaryButtonWrapper_1a2hv_1213 ._primaryButton_1a2hv_1200{box-shadow:none;border-radius:12px 0 0 12px;flex:1}._moreOptionsButton_1a2hv_1228{background:var(--cyberpunk-accent,#8b5cf6);color:#fff;cursor:pointer;border:none;border-left:1px solid #fff3;border-top-right-radius:12px;border-bottom-right-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;transition:all .2s;display:flex}._moreOptionsButton_1a2hv_1228:hover:not(:disabled){background:var(--cyberpunk-accent-hover,#7c3aed)}._moreOptionsButton_1a2hv_1228:disabled{opacity:.6;cursor:not-allowed}._secondaryActions_1a2hv_1253{flex-wrap:wrap;gap:12px;display:flex}._actionButton_1a2hv_1259{border-radius:10px;flex:auto;align-items:center;gap:8px;min-width:fit-content;height:44px;padding:0 20px;font-size:14px;font-weight:500;display:flex}._buttonIcon_1a2hv_1272{font-size:18px}@media (width<=768px){._hero_1a2hv_899{height:200px}._heroContent_1a2hv_923{padding:16px}._hero_1a2hv_899 ._title_1a2hv_541{border-radius:8px;padding:4px 10px;font-size:20px}._body_1a2hv_1038{padding:16px}._statsBar_1a2hv_1044{gap:12px}._heroMeta_1a2hv_969{flex-direction:column;gap:6px}._actions_1a2hv_1193{gap:10px}._categoriesRow_1a2hv_1102{max-height:calc(100% - 32px);overflow-y:auto}}._page_652tn_37{padding-inline:max(5%,50vw - 800px)}._text-center_652tn_62{text-align:center}._Container_652tn_66{z-index:1090;transition:var(--transition-time) ease;background-color:#3498db;border-radius:10px;padding:10px 20px;font-size:1.5em;position:fixed;top:-100px;left:50%;transform:translate(-50%)}._Container_652tn_66[data-status=error]{background-color:#e74c3c}._Container_652tn_66[data-visible=true]{top:60px}._page_1onrf_37{padding-inline:max(5%,50vw - 800px)}._text-center_1onrf_62{text-align:center}._lessonConfirmModal_1onrf_66 .ant-modal-confirm{color:#fff}._lessonConfirmModal_1onrf_66 .ant-modal-content{overflow:hidden;background:var(--cyberpunk-glass-bg,#ffffff14)!important;border:1.5px solid var(--cyberpunk-purple-glow,#7877c699)!important;-webkit-backdrop-filter:blur(24px)saturate(1.2)!important;backdrop-filter:blur(24px)saturate(1.2)!important;border-radius:18px!important;box-shadow:0 0 32px #7877c659,0 12px 36px #00000073!important}._lessonConfirmModal_1onrf_66 .ant-modal-header{background:0 0!important;border-bottom:none!important}._lessonConfirmModal_1onrf_66 .ant-modal-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonConfirmModal_1onrf_66 .ant-modal-close{color:#fff9!important}._lessonConfirmModal_1onrf_66 .ant-modal-close:hover{color:#fff!important}._lessonConfirmModal_1onrf_66 .ant-modal-body{color:#ffffffe6!important}._footer_1onrf_96{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}._cancelButton_1onrf_103{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important;border-radius:10px!important}._cancelButton_1onrf_103:hover{background:#ffffff26!important;border-color:#ffffff4d!important}._deleteButton_1onrf_114{box-shadow:0 4px 12px #ef444466;color:#fff!important;background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)!important;border:none!important;border-radius:10px!important}._deleteButton_1onrf_114:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ef444499}._page_1680h_37{padding-inline:max(5%,50vw - 800px)}._text-center_1680h_62{text-align:center}._Container_1680h_66{z-index:1070;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0003;width:100vw;height:100vh;transition:background-color .3s ease-in-out;position:fixed;top:0;left:0;overflow:hidden auto}._Wrapper_1680h_80{flex-flow:row;justify-content:center;align-items:center;gap:0;width:100vw;min-height:100vh;padding-block:10vh;display:flex}._Card_1680h_94{background:#2f3541;border-radius:15px;padding:30px;animation:.3s ease-in-out _popIn_1680h_1}@keyframes _popIn_1680h_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._page_4z8lg_37{padding-inline:max(5%,50vw - 800px)}._text-center_4z8lg_62{text-align:center}._playerModal_4z8lg_66{width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;top:0!important}._playerModal_4z8lg_66 .ant-modal-content{box-shadow:none;background:0 0;border-radius:0;width:100%;padding:0}._playerModal_4z8lg_66 .ant-modal-body{width:100%;padding:0}._playerModal_4z8lg_66 .ant-modal-mask{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9}._playerContainer_4z8lg_89{background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0a0a0f 100%);flex-direction:column;width:100%;max-width:100vw;height:fit-content;max-height:100vh;display:flex;position:relative;overflow:hidden}._playerContainer_4z8lg_89:fullscreen{width:100vw;height:100vh}._playerContainer_4z8lg_89:fullscreen ._contentArea_4z8lg_104{flex:1}._loadingOverlay_4z8lg_108{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;background:linear-gradient(135deg,#0a0a0f 0%,#1a1a2e 50%,#0a0a0f 100%);justify-content:center;align-items:center;transition:opacity 1s ease-out,transform 1s ease-out;display:flex;position:absolute;inset:0;transform:scale(1)}._loadingOverlay_4z8lg_108._fadingOut_4z8lg_124{opacity:0;pointer-events:none;transform:scale(8)}._loadingContent_4z8lg_130{flex-direction:column;align-items:center;gap:24px;transition:transform 1s ease-out;display:flex;transform:scale(1)}._fadingOut_4z8lg_124 ._loadingContent_4z8lg_130{transform:scale(5)}._loadingLogo_4z8lg_142{object-fit:contain;filter:drop-shadow(0 0 30px #7877c699);width:120px;height:120px;animation:2s ease-in-out infinite _logoFloat_4z8lg_1,2s ease-in-out infinite _logoPulse_4z8lg_1}._fadingOut_4z8lg_124 ._loadingLogo_4z8lg_142{animation:2s ease-in-out infinite _logoFloat_4z8lg_1,2s ease-in-out infinite _logoPulse_4z8lg_1,1s ease-out forwards _logoExpandOut_4z8lg_1}._loadingText_4z8lg_153{color:#e8e8f0;text-shadow:0 2px 8px #00000080;font-size:1.1rem;font-weight:500;animation:2s ease-in-out infinite _textFade_4z8lg_1}._fadingOut_4z8lg_124 ._loadingText_4z8lg_153{animation:.5s ease-out forwards _textFadeOut_4z8lg_1}@keyframes _logoFloat_4z8lg_1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}@keyframes _logoPulse_4z8lg_1{0%,to{opacity:1;filter:drop-shadow(0 0 30px #7877c699)}50%{opacity:.8;filter:drop-shadow(0 0 50px #8a2be2cc)}}@keyframes _textFade_4z8lg_1{0%,to{opacity:1}50%{opacity:.6}}@keyframes _logoExpandOut_4z8lg_1{0%{opacity:1;filter:drop-shadow(0 0 30px #7877c699);transform:scale(1)rotate(0)}50%{opacity:.8;filter:drop-shadow(0 0 80px #8a2be2)}to{opacity:0;filter:drop-shadow(0 0 100px #8a2be200);transform:scale(6)rotate(180deg)}}@keyframes _textFadeOut_4z8lg_1{0%{opacity:1}to{opacity:0}}._orientationOverlay_4z8lg_214{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:150;background:#0a0a0ff2;justify-content:center;align-items:center;animation:.3s ease-in _fadeIn_4z8lg_1;display:flex;position:absolute;inset:0}._orientationContent_4z8lg_229{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:90%;padding:32px;display:flex}._orientationContent_4z8lg_229 h3{color:#e8e8f0;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.5rem;font-weight:600}._orientationContent_4z8lg_229 p{color:#b8b8c8;text-shadow:0 1px 4px #00000080;margin:0;font-size:1rem;line-height:1.6}._rotateIcon_4z8lg_253{color:#7877c6e6;filter:drop-shadow(0 0 20px #7877c699);font-size:5rem;animation:2s ease-in-out infinite _rotateDevice_4z8lg_1}@keyframes _rotateDevice_4z8lg_1{0%,to{transform:rotate(0)}25%{transform:rotate(-90deg)}75%{transform:rotate(-90deg)}}@keyframes _fadeIn_4z8lg_1{0%{opacity:0}to{opacity:1}}._errorOverlay_4z8lg_279{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:150;background:#0a0a0ff2;justify-content:center;align-items:center;animation:.3s ease-in _fadeIn_4z8lg_1;display:flex;position:absolute;inset:0}._errorContent_4z8lg_294{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ff64644d;border-radius:16px;flex-direction:column;align-items:center;gap:24px;max-width:500px;padding:40px;display:flex;box-shadow:0 8px 32px #0000004d}@media (width<=768px){._errorContent_4z8lg_294{border-radius:12px;gap:16px;max-width:calc(100vw - 32px);margin:0 16px;padding:24px 16px}}._errorContent_4z8lg_294 h3{color:#e8e8f0;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.5rem;font-weight:600}@media (width<=768px){._errorContent_4z8lg_294 h3{font-size:1.25rem}}._errorContent_4z8lg_294 p{color:#b8b8c8;text-shadow:0 1px 4px #00000080;margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){._errorContent_4z8lg_294 p{font-size:.9rem;line-height:1.5}}._errorIcon_4z8lg_343{filter:drop-shadow(0 0 20px #ff646499);font-size:4rem;animation:2s ease-in-out infinite _errorPulse_4z8lg_1}@media (width<=768px){._errorIcon_4z8lg_343{font-size:3rem}}._retryButton_4z8lg_354{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c6e6,#8a2be2e6);border:1px solid #7877c680;border-radius:8px;padding:12px 32px;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 16px #7877c64d}@media (width<=768px){._retryButton_4z8lg_354{padding:10px 24px;font-size:.9rem}}._retryButton_4z8lg_354:hover{background:linear-gradient(135deg,#8a2be2,#7877c6);transform:translateY(-2px);box-shadow:0 6px 24px #7877c680}._retryButton_4z8lg_354:active{transform:translateY(0)}._mobileErrorOverlay_4z8lg_381{z-index:150;width:calc(100vw - 48px);max-width:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._mobileErrorCard_4z8lg_391{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;border:1px solid #ff646466;border-radius:12px;flex-direction:column;align-items:center;gap:12px;padding:20px 16px;display:flex;box-shadow:0 4px 20px #00000080}._mobileErrorIcon_4z8lg_405{margin-bottom:4px;font-size:2.5rem}._mobileErrorTitle_4z8lg_410{color:#e8e8f0;margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}._mobileErrorMessage_4z8lg_418{color:#b8b8c8;margin:0;font-size:.85rem;line-height:1.4}._mobileRetryButton_4z8lg_425{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c6e6,#8a2be2e6);border:1px solid #7877c680;border-radius:8px;width:100%;margin-top:4px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s}._mobileRetryButton_4z8lg_425:active{opacity:.9;transform:scale(.98)}@keyframes _errorPulse_4z8lg_1{0%,to{opacity:1;filter:drop-shadow(0 0 20px #ff646499)}50%{opacity:.7;filter:drop-shadow(0 0 30px #ff6464e6)}}._header_4z8lg_453{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#0009;border-bottom:1px solid #7877c64d;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 24px;display:flex}._lessonInfo_4z8lg_465{flex-direction:column;gap:4px;display:flex}._lessonTitle_4z8lg_471{color:#e8e8f0;text-shadow:0 2px 4px #0000004d;font-size:1.1rem;font-weight:600}._partIndicator_4z8lg_478{color:#b8b8d0cc;font-size:.9rem}._closeButton_4z8lg_483{color:#e8e8f0;cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}._closeButton_4z8lg_483:hover{background:#ff52524d;border-color:#ff525280;transform:scale(1.05)}._closeButton_4z8lg_483 svg{width:18px;height:18px}._embedNotice_4z8lg_506{color:#e8e8f0f2;text-align:center;background:#00000080;border-bottom:1px solid #7877c633;flex-shrink:0;padding:10px 24px;font-size:.9rem;line-height:1.5}._contentArea_4z8lg_104{opacity:0;background:0 0;width:100%;padding-bottom:18.75%;transition:opacity 1s ease-out .3s,transform 1s ease-out .3s;position:relative;transform:scale(.8)}._contentArea_4z8lg_104._visible_4z8lg_526{opacity:1;transform:scale(1)}._contentArea_4z8lg_104>*{width:100%;height:100%;position:absolute;top:0;left:0}._panoramicContainer_4z8lg_538{border:1px solid #7877c64d;border-radius:12px;width:100%;height:100%;overflow:hidden;box-shadow:0 8px 32px #0006,0 0 60px #7877c633}._panoramicContainer_4z8lg_538>*{width:100%;height:100%}._screensContainer_4z8lg_551{border:1px solid #7877c64d;border-radius:12px;grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);gap:0;width:100%;height:100%;display:grid;overflow:hidden;box-shadow:0 8px 32px #0006,0 0 60px #7877c633}._screensContainer_4z8lg_551._fourScreens_4z8lg_563{box-shadow:none;border:none;border-radius:0;grid-template-columns:repeat(4,1fr);gap:12px}._screenWrapper_4z8lg_571{width:100%;height:100%;box-shadow:none;background:#0006;border:none;border-radius:0;transition:all .3s;position:relative;overflow:hidden}._fourScreens_4z8lg_563 ._screenWrapper_4z8lg_571{aspect-ratio:16/9;border:1px solid #7877c640;border-radius:8px;height:auto;box-shadow:0 4px 16px #0000004d,0 0 30px #7877c61a}._fourScreens_4z8lg_563 ._screenWrapper_4z8lg_571:hover{border-color:#7877c680;box-shadow:0 6px 24px #0006,0 0 40px #7877c633}._emptyScreen_4z8lg_594{color:#b8b8d080;background:linear-gradient(135deg,#1e1e28cc,#14141ecc);justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}._noContent_4z8lg_605{color:#b8b8d099;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex}._controllerBar_4z8lg_615{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#000000b3;border-top:1px solid #7877c64d;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:24px;padding:16px 24px;display:flex}._navigationControls_4z8lg_628,._playbackControls_4z8lg_629,._secondaryControls_4z8lg_630{align-items:center;gap:8px;display:flex}._controlButton_4z8lg_636{color:#e8e8f0;cursor:pointer;background:#7877c626;border:1px solid #7877c666;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}._controlButton_4z8lg_636:hover:not(:disabled){background:#7877c659;border-color:#7877c6b3;transform:scale(1.08);box-shadow:0 0 20px #7877c666}._controlButton_4z8lg_636:disabled{opacity:.4;cursor:not-allowed}._controlButton_4z8lg_636 svg{width:18px;height:18px}._controlButton_4z8lg_636._playButton_4z8lg_663{background:linear-gradient(135deg,#7877c6 0%,#8a2be2 100%);border:none;width:56px;height:56px;box-shadow:0 4px 16px #7877c680,0 0 24px #8a2be24d}._controlButton_4z8lg_636._playButton_4z8lg_663:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 24px #7877c699,0 0 32px #8a2be266}._controlButton_4z8lg_636._playButton_4z8lg_663 svg{width:22px;height:22px}._progressSection_4z8lg_679{flex:1;align-items:center;gap:12px;min-width:200px;max-width:400px;display:flex}._timeDisplay_4z8lg_688{color:#b8b8d0cc;font-variant-numeric:tabular-nums;text-align:center;min-width:45px;font-size:.85rem}._progressBar_4z8lg_696{appearance:none;cursor:pointer;background:0 0;border-radius:8px;outline:none;flex:1;height:16px;position:relative}._progressBar_4z8lg_696::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:linear-gradient(135deg,#7877c6,#8a2be2);border-radius:50%;width:16px;height:16px;margin-top:-5px;transition:transform .2s;position:relative;box-shadow:0 2px 8px #7877c680}._progressBar_4z8lg_696::-webkit-slider-thumb:hover{transform:scale(1.2)}._progressBar_4z8lg_696::-moz-range-thumb{cursor:pointer;background:linear-gradient(135deg,#7877c6,#8a2be2);border:none;border-radius:50%;width:16px;height:16px;transition:transform .2s;box-shadow:0 2px 8px #7877c680}._progressBar_4z8lg_696::-moz-range-thumb:hover{transform:scale(1.2)}._progressBar_4z8lg_696::-webkit-slider-runnable-track{background:#ffffff26;border-radius:3px;height:6px}._progressBar_4z8lg_696::-moz-range-track{background:#ffffff26;border-radius:3px;height:6px}._progressBar_4z8lg_696::-moz-range-progress{background:linear-gradient(90deg,#7877c6cc,#8a2be2cc);border-radius:3px 0 0 3px;height:6px}._panoramaScreen_4z8lg_751{background:#000;width:100%;height:100%}._panoramaScreen_4z8lg_751 canvas{display:block;width:100%!important;height:100%!important}._regularMediaContainer_4z8lg_762{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._regularVideo_4z8lg_771,._regularImage_4z8lg_772{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}._mediaScreen360_4z8lg_780{background:#000;width:100%;height:100%}._mediaScreen360_4z8lg_780 canvas{display:block;width:100%!important;height:100%!important}._mediaScreenVideo_4z8lg_791{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._video_4z8lg_800{object-fit:contain;background:#000;width:100%;height:100%}._mediaScreenImage_4z8lg_807{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._image_4z8lg_816{object-fit:contain;background:#000;width:100%;height:100%}._mediaScreenBrowser_4z8lg_823{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._browserIframe_4z8lg_832{border:none;width:100%;height:100%;display:block}@media (width<=1200px){._controllerBar_4z8lg_615{gap:16px;padding:12px 16px}._progressSection_4z8lg_679{max-width:300px}}@media (width<=768px){._screensContainer_4z8lg_551{grid-template-columns:1fr;gap:8px}._screensContainer_4z8lg_551._fourScreens_4z8lg_563{grid-template-columns:repeat(2,1fr)}._playerContainer_4z8lg_89{height:auto;min-height:100vh}._contentArea_4z8lg_104{padding:8px}._controllerBar_4z8lg_615{gap:12px;padding:12px}._controlButton_4z8lg_636{width:40px;height:40px}._controlButton_4z8lg_636._playButton_4z8lg_663{width:50px;height:50px}._progressSection_4z8lg_679{order:10;width:100%;max-width:none}}._page_1w6o8_37{padding-inline:max(5%,50vw - 800px)}._text-center_1w6o8_62{text-align:center}._dropdown_1w6o8_66{width:100%;position:relative}._dropdownLabel_1w6o8_71{color:#f8f9fa;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}._dropdownContainer_1w6o8_81{position:relative}._dropdownButton_1w6o8_85{color:#f8f9fa;cursor:pointer;background:#495057;border:2px solid #6c757d;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:12px 16px;font-size:14px;transition:all .2s;display:flex}._dropdownButton_1w6o8_85:hover:not(._disabled_1w6o8_99){border-color:#adb5bd}._dropdownButton_1w6o8_85:focus:not(._disabled_1w6o8_99){border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}._dropdownButton_1w6o8_85._disabled_1w6o8_99{color:#6c757d;cursor:not-allowed;background:#343a40;border-color:#495057}._dropdownButton_1w6o8_85 span{text-align:left;flex:1}._chevron_1w6o8_118{color:#6c757d;transition:transform .2s}._chevronUp_1w6o8_123{transform:rotate(180deg)}._dropdownMenu_1w6o8_127{z-index:1000;background:#495057;border:2px solid #6c757d;border-top:none;border-radius:0 0 8px 8px;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px #0000001a}._dropdownHeader_1w6o8_142{color:#f8f9fa;background:#343a40;border-bottom:1px solid #6c757d;justify-content:space-between;align-items:center;padding:12px 16px;font-size:13px;font-weight:600;display:flex}._clearButton_1w6o8_154{color:#007bff;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}._clearButton_1w6o8_154:hover{text-decoration:underline}._options_1w6o8_166{max-height:150px;overflow-y:auto}._option_1w6o8_166{cursor:pointer;color:#f8f9fa;align-items:center;padding:8px 16px;transition:background-color .2s;display:flex}._option_1w6o8_166:hover{background:#343a40}._option_1w6o8_166 input{margin:0 8px 0 0}._option_1w6o8_166 input:disabled{cursor:not-allowed}._checkmark_1w6o8_190{margin-right:8px}._optionImageWrap_1w6o8_194{border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-inline-end:8px;font-size:14px;line-height:1;display:flex;overflow:hidden}._optionImage_1w6o8_194{object-fit:cover;width:100%;height:100%;display:block}._optionLabel_1w6o8_215{flex:1;font-size:14px}[data-rtl=true] ._dropdownButton_1w6o8_85 span{text-align:right}[data-rtl=true] ._option_1w6o8_166 input,[data-rtl=true] ._checkmark_1w6o8_190{margin-left:8px;margin-right:0}._page_16a37_38{padding-inline:max(5%,50vw - 800px)}._text-center_16a37_63{text-align:center}._overlay_16a37_67{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);isolation:isolate;padding:20px;z-index:10001!important;background:#0009!important;justify-content:center!important;align-items:center!important;width:100vw!important;height:100vh!important;margin:0!important;display:flex!important;position:fixed!important;inset:0!important;transform:none!important}._popup_16a37_87{color:#fff;z-index:1;border-radius:16px;max-height:90vh;animation:.3s ease-out _popupSlideIn_16a37_1;overflow:hidden;box-shadow:0 20px 60px #0000004d;background:#343a40!important;flex-shrink:0!important;width:100%!important;min-width:500px!important;max-width:600px!important;height:auto!important;margin:0 auto!important;position:relative!important}._header_16a37_105{border-bottom:1px solid #495057;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 24px 0;display:flex}._header_16a37_105 ._title_16a37_113{color:#fff;margin:0;font-size:24px;font-weight:700}._header_16a37_105 ._closeButton_16a37_119{cursor:pointer;color:#adb5bd;z-index:2;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}._header_16a37_105 ._closeButton_16a37_119:hover{color:#fff;background:#495057}._content_16a37_134{width:100%;max-height:calc(90vh - 100px);padding:0 24px 24px;overflow-y:auto}._formGroup_16a37_141{width:100%;margin-bottom:20px;position:relative}._formGroup_16a37_141 ._label_16a37_146{color:#f8f9fa;margin-bottom:8px;font-size:14px;font-weight:600;display:block}._formGroup_16a37_141 .input-container{background:0 0;border:none;margin:0;padding:0}._formGroup_16a37_141 input,._formGroup_16a37_141 textarea{box-sizing:border-box;width:100%;margin:0}._formGroup_16a37_141>div{width:100%;margin:0;padding:0}._formGroup_16a37_141>div:first-child:not(._label_16a37_146){box-shadow:none;background:0 0;border:none}._formRow_16a37_176{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:20px;display:grid}@media (width<=768px){._formRow_16a37_176{grid-template-columns:1fr;gap:12px}}._dropdown_16a37_190{width:100%!important}._thumbnailUpload_16a37_194{flex-direction:column;gap:12px;width:100%;display:flex}._thumbnailUpload_16a37_194 ._hiddenInput_16a37_200{display:none}._thumbnailUpload_16a37_194 ._uploadButton_16a37_203{color:#f8f9fa;cursor:pointer;background:#495057;border:2px dashed #6c757d;border-radius:8px;align-items:center;gap:8px;width:auto;padding:12px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}._thumbnailUpload_16a37_194 ._uploadButton_16a37_203:hover{color:#007bff;background:#1e3a5f;border-color:#007bff}._thumbnailUpload_16a37_194 ._uploadButton_16a37_203:disabled{cursor:not-allowed;opacity:.6}._thumbnailUpload_16a37_194 ._uploadButton_16a37_203:disabled:hover{color:#f8f9fa;background:#495057;border-color:#6c757d}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232{border:2px solid #6c757d;border-radius:8px;width:120px;height:80px;position:relative;overflow:hidden}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232 img{object-fit:cover;width:100%;height:100%}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232 ._thumbnailInfo_16a37_245{background:linear-gradient(#0000,#000000b3);justify-content:flex-end;padding:8px 6px 4px;display:flex;position:absolute;bottom:0;left:0;right:0}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232 ._thumbnailInfo_16a37_245 ._fileSize_16a37_255{color:#fff;background:#000000e6;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:500}._error_16a37_264{color:#dc3545;margin-top:4px;font-size:12px;font-weight:500;display:block}._error_16a37_264[id=thumbnail-error]{color:#ffecb5;background:#664d03;border:1px solid #997404;border-radius:6px;align-items:center;gap:6px;margin-top:8px;padding:8px 12px;font-size:13px;display:flex}._error_16a37_264[id=thumbnail-error]:before{content:"⚠️";font-size:14px}._generalError_16a37_288{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}._actions_16a37_298{border-top:1px solid #495057;justify-content:flex-end;gap:12px;width:100%;padding-top:20px;display:flex}._actions_16a37_298 button{min-width:120px;padding:12px 24px;font-weight:600}[data-rtl=true] ._overlay_16a37_67,[data-rtl=true] ._popup_16a37_87{direction:rtl}[data-rtl=true] ._header_16a37_105 ._title_16a37_113{text-align:right}[data-rtl=true] ._formRow_16a37_176{direction:rtl}[data-rtl=true] ._actions_16a37_298{direction:rtl;justify-content:flex-start}[data-rtl=true] ._thumbnailUpload_16a37_194 ._uploadButton_16a37_203{text-align:right}[data-rtl=true] ._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232 ._thumbnailInfo_16a37_245 ._fileSize_16a37_255{margin-left:auto;margin-right:0}[data-rtl=true] ._error_16a37_264,[data-rtl=true] ._error_16a37_264[id=thumbnail-error]{text-align:right}[data-rtl=true] ._error_16a37_264[id=thumbnail-error]:before{order:1;margin-left:6px;margin-right:0}@keyframes _popupSlideIn_16a37_1{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=480px){._overlay_16a37_67{padding:10px!important}._popup_16a37_87{max-height:95vh;min-width:300px!important;max-width:calc(100vw - 20px)!important}._header_16a37_105{margin-bottom:16px;padding:16px 16px 0}._header_16a37_105 ._title_16a37_113{font-size:20px}._content_16a37_134{padding:0 16px 16px}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232{width:100px;height:66px}._thumbnailUpload_16a37_194 ._thumbnailPreview_16a37_232 ._thumbnailInfo_16a37_245 ._fileSize_16a37_255{padding:1px 4px;font-size:9px}._actions_16a37_298{flex-direction:column-reverse;gap:8px}._actions_16a37_298 button{width:100%;min-width:auto}[data-rtl=true] ._actions_16a37_298{flex-direction:column}}._touchSupportGroup_16a37_396{flex-wrap:wrap;gap:15px;width:100%;margin-top:8px;display:flex}@media (width<=768px){._touchSupportGroup_16a37_396{flex-direction:column;gap:10px}}._radioLabel_16a37_410{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}._radioLabel_16a37_410 input[type=radio]{cursor:pointer;width:16px;height:16px}._radioLabel_16a37_410 ._radioText_16a37_423{-webkit-user-select:none;user-select:none;white-space:nowrap}._radioLabel_16a37_410:hover ._radioText_16a37_423{color:#007bff}._overlay_16a37_67 *{box-sizing:border-box}._popup_16a37_87{grid-column:unset!important;grid-row:unset!important;flex:none!important;display:block!important}._page_ysi2d_37{padding-inline:max(5%,50vw - 800px)}._text-center_ysi2d_62{text-align:center}._dragPreview_ysi2d_66{pointer-events:none;z-index:9999;background:#fffffff2;border:2px solid #007bff;border-radius:12px;width:160px;overflow:hidden;transform:rotate(-2deg);box-shadow:0 8px 24px #0000004d}._dragPreview__head_ysi2d_77{height:80px;position:relative;overflow:hidden}._dragPreview__head_ysi2d_77 ._thumbnail_ysi2d_82{width:100%;height:100%}._dragPreview__head_ysi2d_77 ._thumbnail_ysi2d_82 img{object-fit:cover;border-radius:0;width:100%;height:100%}._dragPreview__body_ysi2d_92{flex-direction:column;gap:6px;padding:8px 12px 12px;display:flex}._dragPreview__body_ysi2d_92 ._title_ysi2d_98{color:#333;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108{flex-wrap:wrap;align-items:center;gap:6px;font-size:.7rem;display:flex}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._statItem_ysi2d_115{color:#666;align-items:center;gap:3px;font-size:.65rem;display:flex}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._statItem_ysi2d_115 span{font-weight:500}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._gameTag_ysi2d_125{color:#1976d2;white-space:nowrap;background:#e3f2fd;border-radius:10px;align-items:center;gap:3px;padding:2px 6px;font-size:.6rem;font-weight:500;display:flex}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._categoryInfo_ysi2d_137{gap:4px;display:flex}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._categoryInfo_ysi2d_137 ._categoryTag_ysi2d_141{background:#f3e5f5;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex;overflow:hidden}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._categoryInfo_ysi2d_137 ._categoryTagImage_ysi2d_153{object-fit:cover;width:100%;height:100%;display:block}._dragPreview_ysi2d_66[data-rtl=true]{transform:rotate(2deg)}._dragPreview_ysi2d_66[data-rtl=true] ._dragPreview__body_ysi2d_92 ._stats_ysi2d_108{direction:rtl}@media (prefers-color-scheme:dark){._dragPreview_ysi2d_66{background:#2d2d2df2;border-color:#4dabf7}._dragPreview__body_ysi2d_92 ._title_ysi2d_98{color:#fff}._dragPreview__body_ysi2d_92 ._stats_ysi2d_108 ._statItem_ysi2d_115{color:#ccc}}._page_73e4h_37{padding-inline:max(5%,50vw - 800px)}._text-center_73e4h_62{text-align:center}._modal_73e4h_66 .ant-modal-content{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 40px #0006}._modal_73e4h_66 .ant-modal-close{display:none}._mobileModal_73e4h_76 .ant-modal-content{border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto}._closeIcon_73e4h_82{color:var(--cyberpunk-text-primary);top:20px;z-index:100;cursor:pointer;border:1px solid var(--cyberpunk-glass-border);background:#0006;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;inset-inline-end:20px}._closeIcon_73e4h_82:hover{background:#0009;transform:scale(1.1)}._modalContent_73e4h_105{flex-direction:column;display:flex}._hero_73e4h_110{background:var(--cyberpunk-dark-2);border-radius:10px 10px 0 0;width:100%;height:300px;position:relative;overflow:hidden}._heroBg_73e4h_119{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_73e4h_127{background:linear-gradient(135deg, var(--overlay-start) 0%, var(--overlay-end) 100%);opacity:.5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._placeholderIcon_73e4h_137{color:#ffffff59;font-size:80px}._heroContent_73e4h_142{z-index:10;background:linear-gradient(#0000 30%,#000000d1 100%);flex-direction:column;justify-content:flex-end;padding:32px 40px;display:flex;position:absolute;inset:0}._title_73e4h_153{color:#fff;text-shadow:0 1px 2px #000000e6,0 2px 8px #000000d9,0 4px 16px #000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:10px;width:fit-content;max-width:85%;margin:0 0 18px;padding:6px 14px;font-size:36px;font-weight:800;line-height:1.1;display:inline-block}._heroMeta_73e4h_169{flex-wrap:wrap;gap:10px;display:flex}._metaItem_73e4h_175{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#00000059;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:5px 12px 5px 8px;font-size:14px;font-weight:500;display:inline-flex}._metaItem_73e4h_175 p{color:inherit;margin:0}._metaIcon_73e4h_194{opacity:.8;font-size:15px}._body_73e4h_199{background:var(--cyberpunk-dark-1);color:var(--cyberpunk-text-primary);padding:32px 40px 40px}._touchIndicator_73e4h_205{border:1px solid var(--cyberpunk-glass-border);background:#ffffff0d;border-radius:10px;align-items:center;gap:8px;margin-bottom:20px;padding:10px 14px;display:flex}._touchIndicator_73e4h_205 img{object-fit:contain;width:24px;height:24px}._touchIndicator_73e4h_205 p{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._touchIndicator_73e4h_205[data-touch-enabled=true]{background:#4caf501a;border-color:#4caf504d}._touchIndicator_73e4h_205[data-touch-enabled=false] img{opacity:.5;filter:grayscale()}._descriptionSection_73e4h_234{border-bottom:1px solid var(--cyberpunk-glass-border);margin-bottom:20px;padding-bottom:20px}._descriptionSection_73e4h_234 p{color:var(--cyberpunk-text-secondary);margin:0;font-size:15px;line-height:1.8}._categories_73e4h_246{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}._categoryTag_73e4h_253{color:var(--cyberpunk-text-secondary);background:#ffffff14;border:1px solid #ffffff1a;border-radius:8px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;display:flex}._categoryTagIcon_73e4h_266{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;display:flex;overflow:hidden}._categoryTagImage_73e4h_278{object-fit:cover;width:100%;height:100%;display:block}._actions_73e4h_285{flex-direction:column;gap:14px;padding-top:20px;display:flex}._primaryButton_73e4h_292{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;padding:0 32px;font-size:16px;font-weight:600;display:flex}._secondaryActions_73e4h_305{flex-wrap:wrap;gap:12px;display:flex}._actionButton_73e4h_311{border-radius:10px;flex:auto;align-items:center;gap:8px;min-width:fit-content;height:44px;padding:0 20px;font-size:14px;font-weight:500;display:flex}._buttonIcon_73e4h_324{font-size:18px}@media (width<=768px){._hero_73e4h_110{height:200px}._heroContent_73e4h_142{padding:16px}._title_73e4h_153{border-radius:8px;padding:4px 10px;font-size:22px}._heroMeta_73e4h_169{gap:8px}._body_73e4h_199{padding:20px}._actions_73e4h_285{gap:10px}._actionButton_73e4h_311{flex:100%}}._page_1w1v1_37{padding-inline:max(5%,50vw - 800px)}._text-center_1w1v1_62{text-align:center}._card_1w1v1_66{aspect-ratio:1;cursor:pointer;background:linear-gradient(135deg,#2a4066,#3a5078);border:1px solid #ffffff1a;border-radius:16px;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}._card_1w1v1_66:hover:not(._dragging_1w1v1_78){border-color:#fff3;transform:scale(1.03);box-shadow:0 8px 20px #0006}._card_1w1v1_66:hover:not(._dragging_1w1v1_78) ._titleOverlay_1w1v1_83{opacity:1}._card_1w1v1_66:hover:not(._dragging_1w1v1_78) ._thumbnail_1w1v1_86{transform:scale(1.05)}._card_1w1v1_66:focus-visible{outline-offset:2px;outline:2px solid #7bb8fff2;box-shadow:0 0 0 4px #7bb8ff40,0 8px 20px #0006}._card_1w1v1_66[draggable=true]{cursor:grab}._card_1w1v1_66[draggable=true]:active{cursor:grabbing}._card_1w1v1_66._dragging_1w1v1_78{opacity:.8;z-index:1000;border:2px solid #007bffb3;transform:scale(.98)rotate(1deg);box-shadow:0 12px 35px #007bff66;cursor:grabbing!important}._card_1w1v1_66._dragging_1w1v1_78 *{cursor:grabbing!important}._thumbnail_1w1v1_86{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:absolute;inset:0}._fallbackIcon_1w1v1_124{color:#fff3;z-index:1;font-size:52px}._overlay_1w1v1_130{z-index:2;background:linear-gradient(#00000059 0%,#0000001a 50%,#000000e0 100%);position:absolute;inset:0}._titleOverlay_1w1v1_83{z-index:4;opacity:.96;background:linear-gradient(#0000 0%,#0000008c 35%,#000000e6 100%);padding:12px 14px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}._title_1w1v1_83{color:#fff;text-shadow:0 2px 4px #00000080;white-space:nowrap;text-overflow:ellipsis;margin:0 0 6px;font-size:14px;font-weight:700;overflow:hidden}._cardMeta_1w1v1_160{flex-wrap:wrap;align-items:center;gap:4px;display:flex}._categoryStack_1w1v1_167{align-items:center;gap:0;transition:gap .25s;display:flex}._categoryStack_1w1v1_167 ._categoryTag_1w1v1_173{margin-inline-start:-6px;transition:margin .25s,transform .2s;box-shadow:0 0 0 1.5px #00000080}._categoryStack_1w1v1_167 ._categoryTag_1w1v1_173:first-child{margin-inline-start:0}._categoryStack_1w1v1_167:hover ._categoryTag_1w1v1_173{margin-inline-start:2px}._categoryStack_1w1v1_167:hover ._categoryTag_1w1v1_173:first-child{margin-inline-start:0}._categoryTag_1w1v1_173{background:#96a0aa40;border:1px solid #96a0aa73;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;padding:0;display:flex;position:relative;overflow:hidden}._categoryTagImage_1w1v1_203{object-fit:cover;width:100%;height:100%;display:block}._categoryTagFallback_1w1v1_210{font-size:12px;line-height:1}._gradeTag_1w1v1_215{color:#7bb8ff;white-space:nowrap;background:#5eaafc26;border:1px solid #5eaafc66;border-radius:10px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:600;display:flex}._viewsBadge_1w1v1_229{color:#ffffff80;align-items:center;gap:3px;margin-inline-start:auto;font-size:10px;display:flex}._touchBadge_1w1v1_238{z-index:5;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:4px;display:flex;position:absolute;top:8px;left:8px;box-shadow:0 2px 8px #00000059}._touchBadge_1w1v1_238 img{object-fit:contain;width:100%;height:100%}._touchBadge_1w1v1_238._touchDisabled_1w1v1_258{position:absolute}._touchBadge_1w1v1_238._touchDisabled_1w1v1_258:before{content:"";z-index:1;background:#dc3545;border-radius:1px;width:125%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}._touchBadge_1w1v1_238._touchDisabled_1w1v1_258 img{opacity:.8;filter:grayscale(30%)}[data-rtl=true] ._touchBadge_1w1v1_238{left:auto;right:8px}._topActions_1w1v1_283{z-index:5;align-items:center;gap:4px;display:flex;position:absolute;top:8px;right:8px}._copyIconButton_1w1v1_293{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414b3;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:all .2s;display:flex}._copyIconButton_1w1v1_293:hover{color:#fff;background:#7877c6b3;border-color:#7877c6cc}[data-rtl=true] ._topActions_1w1v1_283{left:8px;right:auto}._menuButton_1w1v1_319{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414b3;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .2s;display:flex}._menuButton_1w1v1_319:hover{color:#fff;background:#ffffff26}._hover_effect_1w1v1_339{cursor:pointer;transition:all .2s}._hover_effect_1w1v1_339:hover{opacity:.85}@media (width<=768px){._card_1w1v1_66{border-radius:12px}._titleOverlay_1w1v1_83{padding:10px 12px}._title_1w1v1_83{font-size:13px}}body.dragging-game,body.dragging-game *{cursor:grabbing!important}._page_1ngri_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ngri_62{text-align:center}@keyframes _te-levitate_1ngri_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ngri_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._modal_1ngri_82 .ant-modal-content{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 40px #0006;background:#1a1a2e!important;border:1px solid #ffffff1f!important}._modal_1ngri_82 .ant-modal-close{display:none}@media (prefers-reduced-motion:reduce){._modal_1ngri_82,._modal_1ngri_82 *,._modal_1ngri_82:before,._modal_1ngri_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._mobileModal_1ngri_102 .ant-modal-content{border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto}._tourViewerModal_1ngri_108 .ant-modal-content{background:#000;border-radius:16px;overflow:hidden}._tourViewerModal_1ngri_108 .ant-modal-close{color:#fff;z-index:100}._closeIcon_1ngri_118{color:#e8e8f0;top:20px;z-index:100;cursor:pointer;background:#0006;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:24px;transition:all .2s;display:flex;position:absolute;inset-inline-end:20px}._closeIcon_1ngri_118:hover{background:#0009;transform:scale(1.1)}._modalContent_1ngri_141{flex-direction:column;display:flex}._hero_1ngri_146{background:#232340;border-radius:10px 10px 0 0;width:100%;height:320px;position:relative;overflow:hidden}._heroBg_1ngri_155{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_1ngri_163{background:linear-gradient(135deg, var(--overlay-start) 0%, var(--overlay-end) 100%);opacity:.5;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._placeholderIcon_1ngri_173{color:#ffffff59;font-size:80px}._heroContent_1ngri_178{z-index:10;background:linear-gradient(#0000 30%,#000000d1 100%);flex-direction:column;justify-content:flex-end;padding:32px 40px;display:flex;position:absolute;inset:0}._title_1ngri_189{color:#fff;text-shadow:0 1px 2px #000000e6,0 2px 8px #000000d9,0 4px 16px #000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000059;border-radius:10px;width:fit-content;max-width:85%;margin:0 0 18px;padding:6px 14px;font-size:36px;font-weight:800;line-height:1.1;display:inline-block}._heroMeta_1ngri_205{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}._metaItem_1ngri_212{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;background:#00000059;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:5px 12px 5px 8px;font-size:14px;font-weight:500;display:inline-flex}._metaItem_1ngri_212 p{color:inherit;margin:0}._metaIcon_1ngri_231{opacity:.8;font-size:15px}._publishedBadge_1ngri_236{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;background:#4caf50bf;border:1px solid #ffffff4d;border-radius:20px;align-self:flex-start;width:fit-content;padding:5px 14px;font-size:12px;font-weight:600}._body_1ngri_249{color:#e8e8f0;background:#1a1a2e;padding:32px 40px 40px}._descriptionSection_1ngri_255{border-bottom:1px solid #ffffff1f;margin-bottom:28px;padding-bottom:28px}._sectionTitle_1ngri_261{color:#e8e8f0;margin-bottom:10px;font-size:17px;font-weight:700}._bodyDescription_1ngri_268{color:#b8b8d0;white-space:pre-wrap;margin:0;font-size:15px;line-height:1.8}._actions_1ngri_276{flex-direction:column;gap:14px;padding-top:20px;display:flex}._primaryButton_1ngri_283{border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;height:52px;padding:0 32px;font-size:16px;font-weight:600;display:flex}._secondaryActions_1ngri_296{flex-wrap:wrap;gap:12px;display:flex}._actionButton_1ngri_302{border-radius:10px;flex:auto;align-items:center;gap:8px;min-width:fit-content;height:44px;min-height:44px;padding:0 20px;font-size:14px;font-weight:500;display:flex}._buttonIcon_1ngri_317{font-size:18px}@media (width<=768px){._hero_1ngri_146{height:220px}._heroContent_1ngri_178{padding:16px}._title_1ngri_189{border-radius:8px;padding:4px 10px;font-size:22px}._heroMeta_1ngri_205{gap:8px}._body_1ngri_249{padding:20px}._actions_1ngri_276{gap:10px}._actionButton_1ngri_302{flex:100%}}._page_16zxh_37{padding-inline:max(5%,50vw - 800px)}._text-center_16zxh_62{text-align:center}@keyframes _te-levitate_16zxh_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_16zxh_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._track_16zxh_82{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;z-index:10;-webkit-user-select:none;user-select:none;background:#0000004d;border:1px solid #ffffff1a;transition:opacity .2s;position:absolute}._track_16zxh_82:hover{background:#0006}._track_16zxh_82._dragging_16zxh_96{cursor:grabbing;background:#00000080}@media (prefers-reduced-motion:reduce){._track_16zxh_82,._track_16zxh_82 *,._track_16zxh_82:before,._track_16zxh_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._horizontal_16zxh_109{height:12px;bottom:0;left:0;right:0}._vertical_16zxh_116{width:12px;top:0;bottom:0;right:0}._thumb_16zxh_123{cursor:grab;background:linear-gradient(135deg,#7877c699,#7877c666);border-radius:4px;transition:background .2s;position:absolute;box-shadow:0 2px 4px #0000004d}._horizontal_16zxh_109 ._thumb_16zxh_123{min-width:20px;height:100%}._vertical_16zxh_116 ._thumb_16zxh_123{width:100%;min-height:20px}._thumb_16zxh_123:hover{background:linear-gradient(135deg,#7877c6cc,#7877c699);box-shadow:0 0 8px #7877c699}._dragging_16zxh_96 ._thumb_16zxh_123{cursor:grabbing;background:linear-gradient(135deg,#7877c6e6,#7877c6b3);box-shadow:0 0 12px #7877c6cc}._page_zmtku_37{padding-inline:max(5%,50vw - 800px)}._text-center_zmtku_62{text-align:center}@keyframes _te-levitate_zmtku_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_zmtku_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._boxViewport_zmtku_82{pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){._boxViewport_zmtku_82,._boxViewport_zmtku_82 *,._boxViewport_zmtku_82:before,._boxViewport_zmtku_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._boxContainer_zmtku_99{pointer-events:auto;transform-origin:50%;box-sizing:border-box;position:relative}._boxContainer_zmtku_99:not(._ready_zmtku_105){opacity:0;pointer-events:none;transform:scale(.95)}._boxContainer_zmtku_99._previewMode_zmtku_110 ._box_zmtku_82{-webkit-backdrop-filter:blur(20px)saturate(120%);backdrop-filter:blur(20px)saturate(120%);background:linear-gradient(135deg,#00000073 0%,#00000059 50%,#00000073 100%),linear-gradient(45deg,#1010204d 0%,#18183040 100%);border:1px solid #ffffff40;box-shadow:0 8px 32px #0000004d,0 2px 8px #0006,inset 0 1px #ffffff26}._boxContainer_zmtku_99._previewMode_zmtku_110._appearing_zmtku_116{animation:.15s cubic-bezier(.34,1.56,.64,1) _expandFromCenterPreview_zmtku_1}._boxContainer_zmtku_99._previewMode_zmtku_110._disappearing_zmtku_119{animation:.15s ease-in-out forwards _shrinkToCenterPreview_zmtku_1}._boxContainer_zmtku_99._appearing_zmtku_116{animation:.15s cubic-bezier(.34,1.56,.64,1) _expandFromCenter_zmtku_1}._boxContainer_zmtku_99._disappearing_zmtku_119{animation:.15s ease-in-out forwards _shrinkToCenter_zmtku_1}@keyframes _fadeIn_zmtku_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes _expandFromCenter_zmtku_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _shrinkToCenter_zmtku_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes _expandFromCenterPreview_zmtku_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _shrinkToCenterPreview_zmtku_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}._box_zmtku_82{-webkit-backdrop-filter:blur(20px)saturate(120%);color:#fffffff2;box-sizing:border-box;contain:layout style;background:linear-gradient(135deg,#00000073 0%,#00000059 50%,#00000073 100%),linear-gradient(45deg,#1010204d 0%,#18183040 100%);border:1px solid #ffffff40;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0000004d,0 2px 8px #0006,inset 0 1px #ffffff26}._box_zmtku_82:before{content:"";border-radius:inherit;pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 50%,#ffffff14 100%);position:absolute;inset:0}._box_zmtku_82>*{z-index:2;position:relative}._unlocking_zmtku_209 ._content_zmtku_209{opacity:0;pointer-events:none;transition:opacity .18s ease-in-out}._unlocking_zmtku_209 ._unlockOverlay_zmtku_214{justify-content:center;align-items:center;display:flex}._unlocking_zmtku_209 ._lockIconClosed_zmtku_219{opacity:0;transform:scale(.9)translateY(2px)rotate(6deg)}._unlocking_zmtku_209 ._lockIconOpen_zmtku_223{opacity:1;transform:scale(1)translateY(0)rotate(0)}._unlockOverlay_zmtku_214{z-index:10001;pointer-events:none;background:0 0;display:none;position:absolute;inset:0}._unlockOverlay_zmtku_214 ._unlockContent_zmtku_236{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;animation:.9s cubic-bezier(.2,.9,.3,1) forwards _unlockPop_zmtku_1;display:flex;transform:translateY(0)}._unlockOverlay_zmtku_214 ._unlockIcon_zmtku_246{color:#ffd54a;filter:drop-shadow(0 6px 18px #00000080);opacity:0;font-size:3.6rem;animation:.9s cubic-bezier(.2,.9,.3,1) forwards _unlockIconPop_zmtku_1;transform:scale(.6)rotate(-6deg)translateY(6px)}._unlockOverlay_zmtku_214 ._unlockText_zmtku_254{color:#fffffff2;text-shadow:0 2px 6px #00000073;opacity:0;font-size:1.05rem;font-weight:700;animation:.9s ease-in-out .18s forwards _unlockTextFade_zmtku_1}@keyframes _unlockPop_zmtku_1{0%{opacity:0;transform:scale(.92)}40%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes _unlockIconPop_zmtku_1{0%{opacity:0;transform:scale(.6)rotate(-6deg)}50%{opacity:1;transform:scale(1.08)rotate(2deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes _unlockTextFade_zmtku_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._unlockFadeOut_zmtku_301{animation:.6s ease-in-out forwards _unlockFade_zmtku_301}@keyframes _unlockFade_zmtku_301{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}._errorFlash_zmtku_315{border-color:#ff4757f2;animation:.6s ease-in-out _errorPulse_zmtku_1;box-shadow:0 0 0 6px #ff47572e,0 12px 48px #00000073,inset 0 0 30px #ff475714}@keyframes _errorPulse_zmtku_1{0%{transform:scale(1);box-shadow:0 0 #ff475740}30%{transform:scale(1.02);box-shadow:0 0 0 6px #ff47571f}60%{transform:scale(.995);box-shadow:0 0 0 2px #ff47570f}to{box-shadow:none;transform:scale(1)}}._shakeAnimationLarge_zmtku_339{animation:.8s cubic-bezier(.36,.07,.19,.97) both _largeShake_zmtku_1}@keyframes _largeShake_zmtku_1{0%{transform:translate(0)rotate(0)}10%{transform:translate(-8px)rotate(-1deg)}20%{transform:translate(8px)rotate(1deg)}30%{transform:translate(-6px)rotate(-.8deg)}40%{transform:translate(6px)rotate(.8deg)}50%{transform:translate(-4px)rotate(-.5deg)}60%{transform:translate(4px)rotate(.5deg)}70%{transform:translate(-2px)rotate(-.2deg)}80%{transform:translate(2px)rotate(.2deg)}90%{transform:translate(-1px)rotate(-.1deg)}to{transform:translate(0)rotate(0)}}._header_zmtku_378{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:3;background:#00000040;border-bottom:1px solid #fff3;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;display:flex;position:relative}._title_zmtku_392{color:#fffffff2;text-shadow:0 1px 2px #00000080;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;margin:0;font-size:1.1rem;font-weight:600;overflow:hidden}._titleWrapper_zmtku_405{flex:auto;align-items:center;min-width:0;display:flex}._titleWrapper_zmtku_405 .ant-tooltip-trigger{flex:auto;width:100%;min-width:0;display:flex}._titleTooltip_zmtku_419{z-index:12000;max-width:min(320px,82vw)}._titleTooltip_zmtku_419 .ant-tooltip-inner{color:#fffffff2;white-space:normal;word-break:break-word;text-align:start;background:#0a0a14eb;padding:.5rem .75rem;font-size:.95rem;line-height:1.4}._titleTooltip_zmtku_419 .ant-tooltip-arrow{color:#0a0a14eb}._titleInteractive_zmtku_439{cursor:pointer;text-underline-offset:4px;-webkit-text-decoration:underline dotted #ffffffa6;text-decoration:underline dotted #ffffffa6;transition:color .2s,text-decoration-color .2s}._titleInteractive_zmtku_439:hover{color:#fff;text-decoration-color:#ffffffd9}._titleInteractive_zmtku_439:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6;text-decoration-color:#ffffffd9}._controls_zmtku_457{flex-shrink:0;align-items:center;gap:.5rem;display:flex}._controlButton_zmtku_464{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;font-size:1.2rem;transition:all .2s;display:flex}._controlButton_zmtku_464:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}._closeButton_zmtku_483{color:#fffc}._closeButton_zmtku_483:hover{color:#ff6b6b;transform:scale(1.1)}._closeButton_zmtku_483._tutorialHighlight_zmtku_490{color:#ff6b6b;background:#ff6b6b26;animation:1.5s ease-in-out infinite _tutorialPulse_zmtku_1;box-shadow:0 0 12px #ff6b6b80}._closeButton_zmtku_483._tutorialHighlight_zmtku_490:hover{background:#ff6b6b40;box-shadow:0 0 16px #ff6b6bb3}._closeButton_zmtku_483._disabled_zmtku_500{opacity:.3;cursor:not-allowed;pointer-events:none}._closeButton_zmtku_483._disabled_zmtku_500:hover{color:#fffc;background:0 0;transform:none}@keyframes _tutorialPulse_zmtku_1{0%,to{transform:scale(1);box-shadow:0 0 12px #ff6b6b80}50%{transform:scale(1.08);box-shadow:0 0 20px #ff6b6bcc}}._tutorialHighlightGreen_zmtku_521{color:#22c55e!important;background:#22c55e26!important;animation:1s ease-in-out infinite _tutorialPulseGreen_zmtku_1!important;box-shadow:0 0 12px #22c55e80!important}._tutorialHighlightGreen_zmtku_521:hover{background:#22c55e4d!important;box-shadow:0 0 20px #22c55ee6!important}@keyframes _tutorialPulseGreen_zmtku_1{0%,to{background:#22c55e26;transform:scale(1);box-shadow:0 0 12px #22c55e99,0 0 #22c55e66}50%{background:#22c55e59;transform:scale(1.2);box-shadow:0 0 30px #22c55e,0 0 40px #22c55ecc,0 0 0 8px #22c55e00}}._content_zmtku_209{z-index:2;padding:1rem;position:relative}@media (width<=768px){._content_zmtku_209{padding:.5rem}}._mediaBox_zmtku_555 ._content_zmtku_209{padding:.5rem}@media (width<=768px){._mediaBox_zmtku_555 ._content_zmtku_209{padding:.5rem}}._mediaBox_zmtku_555._portraitNarrow_zmtku_564 ._content_zmtku_209{padding:.5rem .5rem .75rem}@media (width<=768px){._mediaBox_zmtku_555._portraitNarrow_zmtku_564 ._content_zmtku_209{padding:.5rem .5rem .75rem}}._infoBox_zmtku_573{min-width:250px;max-width:400px}._infoContent_zmtku_578 p{color:#ffffffe6;text-shadow:0 1px 2px #0006;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;margin:0;line-height:1.6}._mediaBox_zmtku_555{flex-direction:column;max-width:80vw;min-height:200px;max-height:80vh;display:flex}@media (width<=768px){._mediaBox_zmtku_555{min-height:auto!important}}@media (width<=1024px) and (height<=768px){._mediaBox_zmtku_555{min-height:auto!important}}._mediaBox_zmtku_555._portraitNarrow_zmtku_564{max-width:clamp(220px,60vw,360px);max-height:90vh}@media (width<=768px){._mediaBox_zmtku_555._portraitNarrow_zmtku_564{max-width:85vw;max-height:95vh}}._mediaBox_zmtku_555._portraitNarrow_zmtku_564 ._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615{max-height:80vh}@media (width<=768px){._mediaBox_zmtku_555._portraitNarrow_zmtku_564 ._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615{max-height:85vh}}._mediaContent_zmtku_615{flex-direction:column;flex:1;min-height:0;display:flex}._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615{border-radius:8px;flex:none;justify-content:center;align-items:flex-start;min-width:120px;min-height:120px;display:flex;position:relative;overflow:hidden}._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615 img,._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615 video{border-radius:8px;max-width:100%;height:auto;display:block}._mediaContent_zmtku_615 ._videoContainer_zmtku_647{border-radius:8px;width:100%;position:relative;overflow:hidden}._mediaContent_zmtku_615 ._videoContainer_zmtku_647 video{width:100%;height:auto;display:block}._mediaContent_zmtku_615 ._muteOverlay_zmtku_658{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:none;border-radius:6px;justify-content:center;align-items:center;padding:8px;font-size:1.2rem;transition:all .3s;display:flex;position:absolute;top:12px;left:12px}._mediaContent_zmtku_615 ._muteOverlay_zmtku_658:hover{background:#000c;transform:scale(1.05)}._mediaContent_zmtku_615 ._muteOverlay_zmtku_658._alwaysVisible_zmtku_680{opacity:1}._mediaContent_zmtku_615 ._muteOverlay_zmtku_658._hoverVisible_zmtku_683{opacity:0;transition:opacity .3s}._mediaContent_zmtku_615 ._videoContainer_zmtku_647:hover ._muteOverlay_zmtku_658._hoverVisible_zmtku_683{opacity:1}._mediaContent_zmtku_615 ._mediaText_zmtku_690{color:#ffffffe6;text-shadow:0 1px 2px #0006;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;flex:none;margin-top:.5rem;font-size:.9rem;line-height:1.4}._linkBox_zmtku_702{min-width:810px;min-height:525px}@media (width<=768px),(height<=768px){._linkBox_zmtku_702{min-width:300px;max-width:95vw;min-height:250px;max-height:95vh}}._linkContent_zmtku_715{flex-direction:column;height:100%;display:flex}._linkContent_zmtku_715 ._linkWrapper_zmtku_720{background:linear-gradient(135deg,#0a0a16e6,#181830d9);border-radius:8px;flex:1;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 4px 16px #00000080,inset 0 1px #ffffff0f}._linkContent_zmtku_715 ._linkWrapper_zmtku_720:before{content:"";padding-top:56.25%;display:block}._linkContent_zmtku_715 ._linkWrapper_zmtku_720>div[class*=container]{background:0 0!important;width:auto!important;height:auto!important;position:absolute!important;inset:0!important}._linkContent_zmtku_715 ._linkWrapper_zmtku_720>div[class*=container]>div[class*=iframeWrapper]>iframe[class*=iframe]{background:#0d0e14!important}._linkContent_zmtku_715 ._linkWrapper_zmtku_720 iframe:not([class*=iframe]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0d0e14;border:none;width:100%;height:100%;position:absolute;top:0;left:0}@media (width<=768px),(height<=768px){._linkContent_zmtku_715 ._linkWrapper_zmtku_720:before{padding-top:56.25%}._linkContent_zmtku_715 ._linkWrapper_zmtku_720 iframe:not([class*=iframe]){min-height:200px}}._linkContent_zmtku_715 ._hotspotInfo_zmtku_764{margin-top:.5rem}._linkContent_zmtku_715 ._hotspotInfo_zmtku_764 p{color:#ffffffe6;text-shadow:0 1px 2px #0006;margin:0;font-size:1rem;line-height:1.4}._linkContent_zmtku_715 ._linkInfo_zmtku_774{color:#ffffffd9;text-shadow:0 1px 1px #0000004d;background:#00000040;border-radius:4px;align-items:center;gap:.5rem;min-height:32px;margin-top:.5rem;padding:.5rem;font-size:.8rem;display:flex}._linkContent_zmtku_715 ._urlToggleButton_zmtku_787{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:.25rem;font-size:1rem;transition:all .2s;display:flex}._linkContent_zmtku_715 ._urlToggleButton_zmtku_787:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}._linkContent_zmtku_715 ._urlText_zmtku_806{word-break:break-all;flex:1;animation:.2s ease-in-out _fadeIn_zmtku_1}._fullscreen_zmtku_812{z-index:9999!important;border-radius:0!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}._fullscreen_zmtku_812._box_zmtku_82{width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important}._fullscreen_zmtku_812 ._header_zmtku_378{z-index:10000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0009;position:absolute;top:0;left:0;right:0}._fullscreen_zmtku_812 ._content_zmtku_209{padding-top:60px;padding-inline:0;height:100%;padding-bottom:0}._fullscreen_zmtku_812 ._mediaContent_zmtku_615{height:100%}._fullscreen_zmtku_812 ._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615{border-radius:0;height:100%;max-height:none}._fullscreen_zmtku_812 ._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615 img,._fullscreen_zmtku_812 ._mediaContent_zmtku_615 ._mediaWrapper_zmtku_615 video{object-fit:contain;width:100%;height:100%}._fullscreen_zmtku_812 ._mediaContent_zmtku_615 ._mediaText_zmtku_690{display:none}._fullscreen_zmtku_812 ._linkContent_zmtku_715 ._linkWrapper_zmtku_720{height:calc(100% - 2rem)}._fullscreen_zmtku_812 ._linkContent_zmtku_715 ._linkWrapper_zmtku_720:before{display:none}._fullscreen_zmtku_812 ._linkContent_zmtku_715 ._linkWrapper_zmtku_720>div[class*=container]{height:100%;position:static}._fullscreen_zmtku_812 ._linkContent_zmtku_715 ._linkWrapper_zmtku_720 iframe:not([class*=iframe]){width:100%;height:100%;position:static}._loading_zmtku_877{color:#ffffffd9;text-shadow:0 1px 2px #0006;justify-content:center;align-items:center;min-height:100px;display:flex}._linkWrapper_zmtku_720 ._loading_zmtku_877{color:#333;text-shadow:none}._navigationBox_zmtku_890 ._navigationContent_zmtku_890{flex-direction:column;gap:1rem;display:flex}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDescription_zmtku_895{color:#ffffffe6;text-shadow:0 1px 1px #0000004d;line-height:1.5}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDescription_zmtku_895 p{margin:0}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903{background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:1rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._targetSceneHeader_zmtku_909{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._targetSceneHeader_zmtku_909 ._navigationIcon_zmtku_915{color:#3b82f6;font-size:1.1rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._targetSceneHeader_zmtku_909 ._targetSceneName_zmtku_919{color:#fffffff2;text-shadow:0 1px 1px #0000004d;font-weight:600}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924{border-top:1px solid #ffffff1a;margin-top:.75rem;padding-top:.75rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924 ._viewInfoHeader_zmtku_929{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924 ._viewInfoHeader_zmtku_929 ._viewIcon_zmtku_935{color:#27ae60;font-size:1rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924 ._viewInfoHeader_zmtku_929 ._viewLabel_zmtku_939{color:#ffffffd9;font-size:.9rem;font-weight:500}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924 ._viewCoordinates_zmtku_944{flex-wrap:wrap;gap:.75rem;display:flex}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationDetails_zmtku_903 ._targetSceneInfo_zmtku_903 ._initialViewInfo_zmtku_924 ._viewCoordinates_zmtku_944 ._coordinate_zmtku_949{color:#ffffffbf;background:#0003;border:1px solid #ffffff1a;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Consolas,monospace;font-size:.85rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958{margin-top:.5rem}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958 ._navigateButton_zmtku_961{color:#fff;cursor:pointer;text-shadow:0 1px 2px #0000004d;background:linear-gradient(135deg,#3b82f6 0%,#2980b9 100%);border:1px solid #fff3;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #3498db4d,inset 0 1px #fff3}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958 ._navigateButton_zmtku_961:hover:not(:disabled){background:linear-gradient(135deg,#2980b9 0%,#1c638c 100%);transform:translateY(-1px);box-shadow:0 4px 16px #3498db66,inset 0 1px #fff3}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958 ._navigateButton_zmtku_961:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3498db4d,inset 0 1px #fff3}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958 ._navigateButton_zmtku_961:disabled{color:#fff6;cursor:not-allowed;box-shadow:none;background:#ffffff1a;transform:none}._navigationBox_zmtku_890 ._navigationContent_zmtku_890 ._navigationActions_zmtku_958 ._navigateButton_zmtku_961 svg{font-size:1.1rem}._passwordBox_zmtku_999{min-width:350px;max-width:450px}._passwordBox_zmtku_999 ._header_zmtku_378{background:linear-gradient(135deg,#ffc10726 0%,#ff98001a 100%);border-bottom:1px solid #ffc1074d}._passwordBox_zmtku_999 ._headerLeft_zmtku_1007{align-items:center;gap:.5rem;display:flex}._passwordBox_zmtku_999 ._lockIconStack_zmtku_1015{pointer-events:none;width:1.4rem;height:1.4rem;display:inline-block;position:relative}._passwordBox_zmtku_999 ._lockIconStack_zmtku_1015 svg{color:#f59e0b;filter:drop-shadow(0 0 4px #ffc10799);width:100%;height:100%;transition:opacity .6s cubic-bezier(.2,.9,.3,1),transform .6s cubic-bezier(.2,.9,.3,1);position:absolute;top:0;left:0}._passwordBox_zmtku_999 ._lockIconClosed_zmtku_219{opacity:1;transform-origin:50%;transition:opacity .6s,transform .6s;transform:scale(1)translateY(0)}._passwordBox_zmtku_999 ._lockIconOpen_zmtku_223{opacity:0;transform-origin:50%;transition:opacity .6s,transform .6s;transform:scale(.8)translateY(-2px)rotate(-10deg)}._passwordBox_zmtku_999 ._title_zmtku_392{color:#fffffff2;text-shadow:0 1px 2px #00000080;margin:0;font-size:1.1rem;font-weight:600}._passwordContent_zmtku_1052{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}._passwordContent_zmtku_1052 ._passwordMessage_zmtku_1058{text-align:center}._passwordContent_zmtku_1052 ._passwordMessage_zmtku_1058 ._messageText_zmtku_1061{color:#ffffffd9;margin:0 0 1rem;font-size:.95rem;line-height:1.5}._passwordContent_zmtku_1052 ._passwordMessage_zmtku_1058 ._contentPreview_zmtku_1067{background:#ffc1071a;border:1px solid #ffc10733;border-radius:8px;padding:.75rem 1rem}._passwordContent_zmtku_1052 ._passwordMessage_zmtku_1058 ._contentPreview_zmtku_1067 ._contentTitle_zmtku_1073{color:#ffffffe6;font-size:.9rem;font-weight:500}._passwordForm_zmtku_1079{flex-direction:column;gap:1rem;display:flex}._passwordForm_zmtku_1079 ._passwordInputContainer_zmtku_1084{align-items:center;display:flex;position:relative}._passwordForm_zmtku_1079 ._passwordInput_zmtku_1084{color:#ffffffe6;background:#0000004d;border:2px solid #fff3;border-radius:8px;width:100%;padding:.75rem 3rem .75rem 1rem;font-size:1rem;transition:all .3s}._passwordForm_zmtku_1079 ._passwordInput_zmtku_1084::placeholder{color:#ffffff80}._passwordForm_zmtku_1079 ._passwordInput_zmtku_1084:focus{background:#0006;border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px #ffc10733}._passwordForm_zmtku_1079 ._passwordInput_zmtku_1084._errorInput_zmtku_1108{border-color:#ff6b6b;animation:.5s ease-in-out _shake_zmtku_339;box-shadow:0 0 0 3px #ff475733}._passwordForm_zmtku_1079 ._passwordToggle_zmtku_1113{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s;position:absolute;right:.75rem}._passwordForm_zmtku_1079 ._passwordToggle_zmtku_1113:hover{color:#ffffffe6;background:#ffffff1a}._passwordForm_zmtku_1079 ._passwordToggle_zmtku_1113 svg{font-size:1.1rem}._passwordForm_zmtku_1079 ._errorMessage_zmtku_1131{color:#ff6b6b;text-align:center;margin-top:-.5rem;font-size:.875rem}._passwordForm_zmtku_1079 ._errorMessage_zmtku_1131 ._attemptsWarning_zmtku_1137{color:#ff6b7a;font-weight:500}._passwordForm_zmtku_1079 ._submitButton_zmtku_1141{color:#1a1a1a;cursor:pointer;background:linear-gradient(135deg,#f59e0b 0% 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex}._passwordForm_zmtku_1079 ._submitButton_zmtku_1141:hover:not(:disabled){background:linear-gradient(135deg,#fc3 0%,#ffa726 100%);transform:translateY(-2px);box-shadow:0 4px 12px #ffc10766}._passwordForm_zmtku_1079 ._submitButton_zmtku_1141:active:not(:disabled){transform:translateY(0)}._passwordForm_zmtku_1079 ._submitButton_zmtku_1141:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._passwordForm_zmtku_1079 ._submitButton_zmtku_1141 ._buttonIcon_zmtku_1170{font-size:1rem}@keyframes _shake_zmtku_339{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}._shakeAnimation_zmtku_339{animation:.5s ease-in-out _shake_zmtku_339}._modernLoaderOverlay_zmtku_1192{z-index:50;-webkit-backdrop-filter:blur(6px)saturate(130%);pointer-events:none;background:linear-gradient(135deg,#0a0a168c,#18182a66);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._modernLoader_zmtku_1192{text-align:center;color:#ffffffe6;font-family:inherit}._loaderMedia_zmtku_1213._modernLoaderOverlay_zmtku_1192{background:linear-gradient(135deg,#0000008c,#00000059)}._loaderLink_zmtku_1218._modernLoaderOverlay_zmtku_1192{color:#fffffff2;background:linear-gradient(135deg,#0a0a16cc,#181830bf)}._linkErrorOverlay_zmtku_1223{-webkit-backdrop-filter:blur(6px)saturate(130%);z-index:2;text-align:center;color:#ffffffe6;background:linear-gradient(135deg,#0f0f1eeb,#282846d9);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:1rem;display:flex;position:absolute;inset:0}._linkErrorOverlay_zmtku_1223 button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#3956e6 0%,#6d5bff 100%);border:1px solid #fff3;border-radius:6px;align-items:center;gap:.25rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .25s;display:inline-flex;box-shadow:0 2px 8px #0006,0 0 0 1px #ffffff14}._linkErrorOverlay_zmtku_1223 button:hover:not(:disabled){background:linear-gradient(135deg,#4a6bff 0%,#8573ff 100%);transform:translateY(-2px)}._linkErrorOverlay_zmtku_1223 button:active:not(:disabled){transform:translateY(0)}._linkErrorOverlay_zmtku_1223 button._secondaryRetryBtn_zmtku_1265{background:linear-gradient(135deg,#49ad17 0%,#27ae60 100%)}._linkErrorOverlay_zmtku_1223 button._secondaryRetryBtn_zmtku_1265:hover:not(:disabled){background:linear-gradient(135deg,#2ea64b 0%,#2ecc71 100%)}._loaderSpinner_zmtku_1273{filter:drop-shadow(0 4px 12px #0006);justify-content:center;align-items:center;display:inline-flex;position:relative}._loaderCore_zmtku_1281{background:radial-gradient(circle at 30% 30%,#c6b6ff,#6d5bff 60%,#2d2280 100%);border-radius:50%;width:38%;height:38%;animation:1.8s ease-in-out infinite _loaderCorePulse_zmtku_1;box-shadow:0 0 0 4px #6d5bff26,0 0 0 12px #6d5bff0f,0 4px 14px #0006,0 0 22px -4px #8c78ffe6}@keyframes _loaderCorePulse_zmtku_1{0%,to{filter:brightness();transform:scale(.9)}50%{filter:brightness(1.25);transform:scale(1.05)}}._loaderRing_zmtku_1300{background:conic-gradient(#8c78ff00 0deg,#8c78ff26 40deg,#8c78ff99 120deg,#8c78ff26 200deg,#8c78ff00 360deg);border-radius:50%;padding:3px;animation:1.4s linear infinite _loaderSpin_zmtku_1273;position:absolute;inset:0;-webkit-mask:radial-gradient(circle,#0000 55%,#000 56%);mask:radial-gradient(circle,#0000 55%,#000 56%)}@keyframes _loaderSpin_zmtku_1273{to{transform:rotate(360deg)}}._loaderDots_zmtku_1315{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._loaderDots_zmtku_1315 span{transform-origin:-120%;background:linear-gradient(135deg,#fff,#c7baff);border-radius:50%;width:10%;height:10%;animation:1.8s cubic-bezier(.6,.1,.4,1) infinite _loaderDotOrbit_zmtku_1;position:absolute;top:50%;left:50%}._loaderDots_zmtku_1315 span:nth-child(2){opacity:.85;animation-delay:-.6s}._loaderDots_zmtku_1315 span:nth-child(3){opacity:.65;animation-delay:-1.2s}@keyframes _loaderDotOrbit_zmtku_1{0%{transform:rotate(0)translate(0)scale(.9)}50%{transform:rotate(180deg)translate(4%)scale(1.25)}to{transform:rotate(360deg)translate(0)scale(.9)}}._loaderLabel_zmtku_1356{letter-spacing:.5px;text-transform:uppercase;opacity:.9;margin-top:.75rem;font-size:.85rem;font-weight:500;animation:.6s forwards _loaderLabelFade_zmtku_1}@keyframes _loaderLabelFade_zmtku_1{0%{opacity:0;transform:translateY(4px)}to{opacity:.9;transform:translateY(0)}}._loaderLink_zmtku_1218 ._loaderCore_zmtku_1281{background:radial-gradient(circle at 30% 30%,#6d5bff,#3a2f88 70%,#1f1844 100%)}._loaderLink_zmtku_1218 ._loaderLabel_zmtku_1356{color:#222}._loaderLink_zmtku_1218._modernLoaderOverlay_zmtku_1192 ._loaderLabel_zmtku_1356{color:#fff;text-shadow:0 0 6px #a08cff8c,0 0 2px #ffffffe6;letter-spacing:.75px;font-weight:600}._loadingSpinner_zmtku_1393{z-index:999;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed}._errorMessage_zmtku_1131{z-index:999;pointer-events:auto;position:fixed}._errorMessage_zmtku_1131 ._errorContent_zmtku_1407{-webkit-backdrop-filter:blur(15px)saturate(120%);backdrop-filter:blur(15px)saturate(120%);background:linear-gradient(135deg,#281414f2 0%,#1e0f0ff2 100%);border:1px solid #ff646466;border-radius:12px;align-items:center;gap:12px;min-width:200px;max-width:400px;padding:16px 20px;display:flex;box-shadow:0 8px 32px #ff32324d,0 2px 8px #0006,inset 0 1px #ff969633}._errorMessage_zmtku_1131 ._errorContent_zmtku_1407:before{content:"";-webkit-mask-composite:xor;pointer-events:none;opacity:.5;background:linear-gradient(45deg,#ff646499,#ff32324d);border-radius:12px;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}._errorMessage_zmtku_1131 ._errorText_zmtku_1433{color:#ffb3b3;flex:1;font-size:14px;font-weight:500;line-height:1.4}._errorMessage_zmtku_1131 ._errorCloseButton_zmtku_1440{color:#ffb3b3;cursor:pointer;background:#ff646433;border:1px solid #ff96964d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:18px;transition:all .2s;display:flex}._errorMessage_zmtku_1131 ._errorCloseButton_zmtku_1440:hover{color:#ffd0d0;background:#ff64644d;border-color:#ff969680;transform:scale(1.05)}._errorMessage_zmtku_1131 ._errorCloseButton_zmtku_1440:active{transform:scale(.95)}._page_ywkhv_37{padding-inline:max(5%,50vw - 800px)}._text-center_ywkhv_62{text-align:center}._container_ywkhv_66{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._container_ywkhv_66:fullscreen{background:#000}._scrollable_ywkhv_80{justify-content:flex-start;align-items:flex-start;overflow:auto}._iframeWrapper_ywkhv_86{flex-shrink:0}._iframe_ywkhv_86{background:#fff;border:none;display:block}._fullscreenButton_ywkhv_96{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;transition:all .2s;position:absolute;top:12px;right:12px;color:#fff!important;background:#0009!important;border:1px solid #fff3!important}._fullscreenButton_ywkhv_96:hover{transform:scale(1.05);background:#000c!important;border-color:#fff6!important}._fullscreenButton_ywkhv_96 .anticon{font-size:18px}._page_jktdp_37{padding-inline:max(5%,50vw - 800px)}._text-center_jktdp_62{text-align:center}@keyframes _te-levitate_jktdp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_jktdp_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._pad_jktdp_82{-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}._arrowGrid_jktdp_89{grid-template-rows:28px 56px 28px;grid-template-columns:28px 56px 28px;place-items:center;gap:2px;display:grid}._gridTop_jktdp_98{grid-area:1/2}._gridLeft_jktdp_103{grid-area:2/1}._gridCenter_jktdp_108{grid-area:2/2}._gridRight_jktdp_113{grid-area:2/3}[dir=rtl] ._gridLeft_jktdp_103 svg,[dir=rtl] ._gridRight_jktdp_113 svg{transform:scaleX(-1)}._gridBottom_jktdp_123{grid-area:3/2}._arrowButton_jktdp_128{color:#fff;cursor:pointer;touch-action:none;background:#00000073;border:1.5px solid #ffffff73;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding:0;font-size:14px;transition:background .15s,border-color .15s;display:flex}._arrowButton_jktdp_128:hover{background:#7877c68c;border-color:#fffc}._arrowButton_jktdp_128:active{background:#7877c6cc}._trackball_jktdp_152{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:50%;width:56px;height:56px;position:relative}._trackball_jktdp_152:active{cursor:grabbing}._sphereCanvas_jktdp_165{pointer-events:none;border-radius:50%;width:100%;height:100%;display:block}._fovBar_jktdp_173{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:2px;padding:4px 0;display:flex}._fovButton_jktdp_182{color:#fff;cursor:pointer;background:#0000008c;border:1.5px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:14px;font-weight:700;line-height:1;transition:background .15s,border-color .15s;display:flex}._fovButton_jktdp_182:hover{background:#7877c68c;border-color:#ffffffe6}._fovButton_jktdp_182:active{background:#7877c6cc}._sliderTrack_jktdp_207{cursor:pointer;background:#fff3;border-radius:3px;width:6px;height:70px;position:relative}._sliderFill_jktdp_216{pointer-events:none;background:#7877c699;border-radius:3px;width:100%;position:absolute;bottom:0;left:0}._sliderKnob_jktdp_226{cursor:grab;touch-action:none;background:#fff;border:2px solid #7877c6cc;border-radius:50%;width:14px;height:14px;position:absolute;left:50%;transform:translate(-50%,50%);box-shadow:0 1px 4px #0000004d}._sliderKnob_jktdp_226:active{cursor:grabbing}._page_1ojqj_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ojqj_62{text-align:center}@keyframes _te-levitate_1ojqj_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ojqj_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_1ojqj_82{z-index:100;pointer-events:auto;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){._container_1ojqj_82,._container_1ojqj_82 *,._container_1ojqj_82:before,._container_1ojqj_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._content_1ojqj_99{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2ef2 0%,#2d1b3df2 100%);border:1px solid #ffffff26;border-radius:12px;align-items:center;gap:16px;padding:12px 16px;display:flex;box-shadow:0 4px 20px #00000080,0 0 30px #7877c64d}._minimap_1ojqj_111{cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#12121ecc 0%,#190f23cc 100%);border:2px solid #fff3;border-radius:6px;transition:border-color .2s;position:relative;overflow:visible}._minimap_1ojqj_111:hover{border-color:#7877c699}._minimap_1ojqj_111:focus{outline-offset:2px;outline:2px solid #7877c6cc}._stageArea_1ojqj_130{background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 10px,#ffffff03 10px 20px);width:100%;height:100%}._minimapImage_1ojqj_136{object-fit:fill;pointer-events:none;border-radius:4px;width:100%;height:100%;position:absolute;top:0;left:0}._visibleIndicator_1ojqj_147{pointer-events:auto;cursor:grab;-webkit-user-select:none;user-select:none;background:#7877c633;border:2px solid #7877c6e6;transition:all .2s;position:absolute;box-shadow:0 0 8px #7877c680,inset 0 0 8px #7877c64d}._visibleIndicator_1ojqj_147:hover{background:#7877c64d;border-color:#7877c6;box-shadow:0 0 12px #7877c6b3,inset 0 0 12px #7877c666}._visibleIndicator_1ojqj_147._dragging_1ojqj_163{cursor:grabbing;background:#7877c666;border-color:#7877c6;transition:none}._zoomControl_1ojqj_170{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:2px;padding:4px 0;display:flex}._zoomButton_1ojqj_179{color:#fff;cursor:pointer;background:#0000008c;border:1.5px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:14px;font-weight:700;line-height:1;transition:background .15s,border-color .15s;display:flex}._zoomButton_1ojqj_179:hover{background:#7877c68c;border-color:#ffffffe6}._zoomButton_1ojqj_179:active{background:#7877c6cc}._zoomTrack_1ojqj_204{cursor:pointer;background:#fff3;border-radius:3px;width:6px;height:70px;position:relative}._zoomFill_1ojqj_213{pointer-events:none;background:#7877c699;border-radius:3px;width:100%;position:absolute;bottom:0;left:0}._zoomKnob_1ojqj_223{cursor:grab;touch-action:none;background:#fff;border:2px solid #7877c6cc;border-radius:50%;width:14px;height:14px;position:absolute;left:50%;transform:translate(-50%,50%);box-shadow:0 1px 4px #0000004d}._zoomKnob_1ojqj_223:active{cursor:grabbing}._zoomLabel_1ojqj_240{color:#ffffffe6;text-align:center;-webkit-user-select:none;user-select:none;background:#7877c633;border-radius:4px;min-width:32px;padding:2px 6px;font-size:11px;font-weight:600}._divider_1ojqj_252{background:#ffffff26;align-self:stretch;width:1px;margin:4px 0}._page_za410_37{padding-inline:max(5%,50vw - 800px)}._text-center_za410_62{text-align:center}@keyframes _te-levitate_za410_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_za410_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_za410_82{cursor:grab;background:#232340;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._container_za410_82._dragging_za410_93{cursor:grabbing}@media (prefers-reduced-motion:reduce){._container_za410_82,._container_za410_82 *,._container_za410_82:before,._container_za410_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._stageWrapper_za410_105{transform-origin:50%;will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .2s ease-out;display:flex}._page_ur3kw_37{padding-inline:max(5%,50vw - 800px)}._text-center_ur3kw_62{text-align:center}@keyframes _te-levitate_ur3kw_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ur3kw_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._toolbar_ur3kw_82{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#e8e8f0;white-space:nowrap;z-index:100;background:#31495c;border:1.5px solid #ffffff1f;border-radius:12px;align-items:center;gap:16px;max-width:calc(100% - 32px);padding:10px 20px;font-family:Inter,sans-serif;display:flex;position:absolute;top:16px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 2px 12px #7877c699}@media (prefers-reduced-motion:reduce){._toolbar_ur3kw_82,._toolbar_ur3kw_82 *,._toolbar_ur3kw_82:before,._toolbar_ur3kw_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._headerIconWrapper_ur3kw_112{color:#b8b8d0;justify-content:center;align-items:center;display:flex}._headerIcon_ur3kw_112{stroke-width:2.5px;font-size:20px}._exitButton_ur3kw_124{z-index:2;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex;position:absolute;top:-16px;left:-16px;box-shadow:0 2px 12px #7877c699;color:#e8e8f0!important;background:#31495c!important;border:1.5px solid #ffffff1f!important;padding:0!important}._exitButton_ur3kw_124:hover{background:#00000059!important;border-color:#8b7cf6!important}._toolbar--unsaved_ur3kw_146{border-color:#fa0c;box-shadow:0 4px 20px #ffaa0080,inset 0 0 0 1px #fa03}._unsavedLegend_ur3kw_151{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f59e0b;white-space:nowrap;letter-spacing:.3px;background:#000000d9;border:1px solid #ff98004d;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:500;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}._toolbarSection_ur3kw_168{align-items:center;gap:12px;display:flex}._divider_ur3kw_174{background:#ffffff1f;flex-shrink:0;width:1.5px;height:28px}._statusLabel_ur3kw_181{color:#b8b8d0;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}._fieldGroup_ur3kw_190{border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:6px;padding:8px 10px 6px;display:flex;position:relative}._compactFieldGroup_ur3kw_200{align-items:center;gap:4px;display:flex}._fieldLabel_ur3kw_206{color:#b8b8d0;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:1;background:#31495c;padding:0 8px;font-size:10px;font-weight:600;position:absolute;top:-8px;left:50%;transform:translate(-50%)}._nameInput_ur3kw_222{width:120px;font-size:13px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._nameInput_ur3kw_222::placeholder{color:#b8b8d0}._nameInput_ur3kw_222:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._compactInput_ur3kw_238{width:90px;font-size:12px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._compactInput_ur3kw_238::placeholder{color:#b8b8d0}._compactInput_ur3kw_238:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._descriptionPreviewBtn_ur3kw_254{cursor:pointer;align-items:center;gap:6px;min-width:80px;max-width:120px;padding:4px 10px;font-size:12px;display:flex;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._descriptionPreviewBtn_ur3kw_254:hover{background:#0006!important;border-color:#8b7cf6!important}._descriptionPreviewBtn_ur3kw_254 ._placeholder_ur3kw_272{color:#b8b8d0;font-style:italic}._descriptionPreviewBtn_ur3kw_254 .ant-input-number,._descriptionPreviewBtn_ur3kw_254 .ant-input-number:hover,._descriptionPreviewBtn_ur3kw_254 .ant-input-number:focus,._descriptionPreviewBtn_ur3kw_254 .ant-input-number:focus-within{box-shadow:none!important;background:0 0!important;border:none!important}._descriptionPreviewBtn_ur3kw_254 .ant-input-number-input{color:#e8e8f0!important;text-align:start!important;background:0 0!important;padding:0!important}._descriptionPreviewBtn_ur3kw_254 .ant-input-number-suffix{color:#e8e8f0!important}._compactDescriptionBtn_ur3kw_296{cursor:pointer;align-items:center;gap:4px;min-width:70px;max-width:90px;height:24px;padding:2px 8px;font-size:11px;display:flex;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._compactDescriptionBtn_ur3kw_296:hover{background:#0006!important;border-color:#8b7cf6!important}._compactDescriptionBtn_ur3kw_296 ._placeholder_ur3kw_272{color:#b8b8d0;font-style:italic}._descriptionPopover_ur3kw_320{flex-direction:column;gap:8px;width:250px;display:flex}._descriptionPopoverOverlay_ur3kw_327 .ant-popover-inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1f;border-radius:8px}._descriptionTextarea_ur3kw_334{resize:none;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._descriptionTextarea_ur3kw_334::placeholder{color:#b8b8d0}._descriptionTextarea_ur3kw_334:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._descriptionDoneBtn_ur3kw_349{align-self:flex-end}._opacityPopover_ur3kw_353{flex-direction:column;align-items:center;gap:12px;width:200px;padding:4px 0;display:flex}._opacityPopover_ur3kw_353 ._descriptionDoneBtn_ur3kw_349{align-self:center}._ratioPopover_ur3kw_365{flex-wrap:wrap;gap:8px;width:220px;display:flex}._ratioOptionButton_ur3kw_372{min-width:60px}._opacityInputInline_ur3kw_376{width:100%;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._opacityInputInline_ur3kw_376 .ant-input-number-input{text-align:center;padding:8px 0;font-size:18px;font-weight:600;color:#e8e8f0!important}._opacityInputInline_ur3kw_376 .ant-input-number-suffix{color:#b8b8d0;font-size:14px}._opacityInputInline_ur3kw_376:hover,._opacityInputInline_ur3kw_376:focus-within{border-color:#8b7cf6!important}._opacitySliderPopover_ur3kw_397{width:100%;margin:0}._opacitySliderPopover_ur3kw_397 .ant-slider-rail{background:#ffffff26}._opacitySliderPopover_ur3kw_397 .ant-slider-track{background:#8b7cf6}._opacitySliderPopover_ur3kw_397 .ant-slider-handle{border-color:#8b7cf6}._opacitySliderPopover_ur3kw_397 .ant-slider-handle:hover,._opacitySliderPopover_ur3kw_397 .ant-slider-handle:focus{border-color:#a78bfa;box-shadow:0 0 0 4px #8b5cf633}._opacityControl_ur3kw_415{align-items:center;gap:8px;display:flex}._opacitySlider_ur3kw_397{width:80px;margin:0}._opacitySlider_ur3kw_397 .ant-slider-rail{background:#ffffff26}._opacitySlider_ur3kw_397 .ant-slider-track{background:#8b7cf6}._opacitySlider_ur3kw_397 .ant-slider-handle{border-color:#8b7cf6}._opacitySlider_ur3kw_397 .ant-slider-handle:hover,._opacitySlider_ur3kw_397 .ant-slider-handle:focus{border-color:#a78bfa;box-shadow:0 0 0 4px #8b5cf633}._opacityValue_ur3kw_439{text-align:end;color:#b8b8d0;min-width:32px;font-size:11px}._videoControls_ur3kw_446{align-items:center;gap:10px;display:flex}._iconButton_ur3kw_452{justify-content:center;align-items:center;width:32px;min-width:44px;height:32px;min-height:44px;padding:0;display:flex;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._iconButton_ur3kw_452:hover{background:#8b5cf64d!important;border-color:#8b7cf6!important}._switchGroup_ur3kw_471{align-items:center;gap:4px;display:flex}._switchLabel_ur3kw_477{color:#b8b8d0;font-size:11px}._toolbarButton_ur3kw_482{cursor:pointer;background:#3b82f6;border:1.5px solid #ffffff1f;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,2,.6,1);display:flex;box-shadow:0 2px 8px #7877c699;color:#fff!important}._toolbarButton_ur3kw_482:hover:not(:disabled){background:#466080;border-color:#8b7cf6;transform:translateY(-1px)scale(1.02);box-shadow:0 4px 16px #7877c699}._toolbarButton_ur3kw_482:disabled{opacity:.5;cursor:not-allowed}._saveButtonHidden_ur3kw_508{opacity:0;pointer-events:none;max-width:0;overflow:hidden;transform:translateY(-2px)scale(.98);box-shadow:none!important;border-width:0!important;margin-inline:0!important;padding-left:0!important;padding-right:0!important}._buttonText_ur3kw_521{max-width:120px;transition:opacity .2s,max-width .2s;display:inline-block;overflow:hidden}._buttonTextHidden_ur3kw_528{opacity:0;max-width:0}._cancelButton_ur3kw_533{box-shadow:none;color:#e8e8f0!important;background:0 0!important;border-color:#ffffff1f!important}._cancelButton_ur3kw_533:hover:not(:disabled){box-shadow:none;transform:none;background:#ffffff1a!important}._dangerButton_ur3kw_545{box-shadow:0 2px 8px #e74c3c66;background:#ff6b6b!important;border-color:#ff6b6b!important}._dangerButton_ur3kw_545:hover:not(:disabled){box-shadow:0 4px 16px #e74c3c80;background:#bd1d25!important;border-color:#bd1d25!important}._modeSelectionModal_ur3kw_556 .ant-modal-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1a;border-radius:12px}._modeSelectionModal_ur3kw_556 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a;padding:16px 24px}._modeSelectionModal_ur3kw_556 .ant-modal-title{color:#e8e8f0;font-weight:600}._modeSelectionModal_ur3kw_556 .ant-modal-close{color:#fff9}._modeSelectionModal_ur3kw_556 .ant-modal-close:hover{color:#fff}._modeSelectionModal_ur3kw_556 .ant-modal-body{padding:24px}._modeModalContent_ur3kw_581{flex-direction:column;display:flex}._modeModalDescription_ur3kw_586{color:#fffc;margin-bottom:20px;font-size:14px}._modeModalHint_ur3kw_592{color:#ffffff80;text-align:center;margin-top:16px;margin-bottom:0;font-size:12px;line-height:1.5}._fileModal_ur3kw_601 .ant-modal-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1a;border-radius:12px}._fileModal_ur3kw_601 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a;padding:16px 24px}._fileModal_ur3kw_601 .ant-modal-title{color:#e8e8f0;font-weight:600}._fileModal_ur3kw_601 .ant-modal-close{color:#fff9}._fileModal_ur3kw_601 .ant-modal-close:hover{color:#fff}._fileModal_ur3kw_601 .ant-modal-body{padding:24px}._modalContent_ur3kw_626{text-align:center;flex-direction:column;align-items:center;display:flex}._modalDescription_ur3kw_633{color:#fffc;margin-bottom:20px;font-size:14px}._chooseFileButton_ur3kw_639{min-width:160px;height:44px;font-size:15px}._modalHint_ur3kw_645{color:#ffffff80;margin-top:16px;margin-bottom:0;font-size:12px}._htmlOverlayUrlSection_ur3kw_652{background:linear-gradient(#0f172a61,#0f172a38);border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:20px;padding:16px;display:flex;box-shadow:inset 0 1px #ffffff0f}._htmlOverlayFieldGroup_ur3kw_664{flex-direction:column;gap:6px;display:flex}._htmlOverlayLabel_ur3kw_670{color:#e8e8f0;font-size:12px;font-weight:600;line-height:1.4}._htmlOverlayUrlInput_ur3kw_677{min-height:44px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:8px!important}._htmlOverlayUrlInput_ur3kw_677::placeholder{color:#b8b8d0}._htmlOverlayUrlInput_ur3kw_677:hover,._htmlOverlayUrlInput_ur3kw_677:focus,._htmlOverlayUrlInput_ur3kw_677:focus-within{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf626!important}._htmlOverlayUrlInput_ur3kw_677 .ant-input{min-height:44px;padding-block:10px;color:#e8e8f0!important;background:0 0!important}._htmlOverlayUrlButton_ur3kw_698{justify-content:center;width:100%;min-width:44px;min-height:44px}._htmlOverlayUrlButton_ur3kw_698:disabled,._htmlOverlayUrlButton_ur3kw_698.ant-btn-disabled{opacity:1!important;color:#b8b8d0!important;box-shadow:none!important;cursor:not-allowed!important;background:linear-gradient(#31495ce6,#232340e6)!important;border-color:#ffffff24!important}._htmlOverlayUrlHint_ur3kw_713{color:#ffffff8c;margin:0;font-size:12px;line-height:1.5}._htmlOverlayError_ur3kw_720{color:#ff6b6b;margin:0;font-size:12px;line-height:1.5}._htmlOverlayDivider_ur3kw_727{background:#ffffff1a;height:1px;margin-bottom:20px}._iconOnlyButton_ur3kw_733{justify-content:center;gap:0;width:32px;min-width:32px;transition:width .2s,min-width .2s,padding .2s;padding:0!important}._page_1tds3_37{padding-inline:max(5%,50vw - 800px)}._text-center_1tds3_62{text-align:center}._errorContainer_1tds3_66{background:linear-gradient(135deg,#ff3b301a 0%,#ff95001a 100%);border-radius:12px;justify-content:center;align-items:center;width:100%;min-height:400px;padding:32px;display:flex}._errorContent_1tds3_77{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:500px;display:flex}._errorIcon_1tds3_86{margin-bottom:8px;font-size:64px;animation:2s ease-in-out infinite _pulse_1tds3_1}@keyframes _pulse_1tds3_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}._errorTitle_1tds3_102{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:24px;font-weight:700}._errorMessage_1tds3_109{color:var(--cyberpunk-text-secondary,#e8e8f0b3);margin:0;font-size:16px;line-height:1.6}._errorDetails_1tds3_116{text-align:left;width:100%;margin-top:16px}._errorDetails_1tds3_116 summary{cursor:pointer;color:var(--cyberpunk-text-secondary,#e8e8f0b3);-webkit-user-select:none;user-select:none;background:#ffffff0d;border-radius:6px;padding:8px 12px;font-size:14px}._errorDetails_1tds3_116 summary:hover{background:#ffffff14}._errorStack_1tds3_134{color:#ff6b6b;white-space:pre-wrap;word-break:break-word;background:#0000004d;border:1px solid #ff3b304d;border-radius:6px;margin-top:12px;padding:16px;font-family:Courier New,monospace;font-size:12px;overflow-x:auto}._page_tcuv6_37{padding-inline:max(5%,50vw - 800px)}._text-center_tcuv6_62{text-align:center}._dropZone_tcuv6_66{cursor:pointer;background:#1919194d;border:2px dashed #7877c666;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:400px;padding:48px 24px;transition:all .3s;display:flex}._dropZone_tcuv6_66:hover{background:#19191980;border-color:#7877c6b3;transform:translateY(-2px)}._dropZone_tcuv6_66._dropZoneActive_tcuv6_85{background:#7877c61a;border-color:#7877c6;box-shadow:0 0 20px #7877c64d}._hiddenInput_tcuv6_91{display:none}._uploadIcon_tcuv6_95{color:#7877c699;margin-bottom:16px;font-size:64px}._dropZoneTitle_tcuv6_101{color:#fff;margin-bottom:8px;font-size:1.25rem;font-weight:600}._dropZoneSubtitle_tcuv6_108{color:#ffffffb3;margin-bottom:16px}._dropZoneHint_tcuv6_113{color:#ffffff80;font-size:.875rem}._page_xdiwm_37{padding-inline:max(5%,50vw - 800px)}._text-center_xdiwm_62{text-align:center}._codeEditorContainer_xdiwm_66{background:#1919194d;border:2px dashed #7877c666;border-radius:12px;flex-direction:column;gap:16px;width:100%;min-height:400px;padding:24px;display:flex}._header_xdiwm_78{align-items:center;gap:12px;margin-block-end:8px;display:flex}._icon_xdiwm_85{color:#7877c699;font-size:32px}._title_xdiwm_90{color:#fff;margin:0}._textarea_xdiwm_95{color:#fff;resize:vertical;background:#0f0f0f80;border:1px solid #ffffff26;border-radius:8px;flex:1;min-height:280px;padding:16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;transition:all .3s}._textarea_xdiwm_95::placeholder{color:#fff6}._textarea_xdiwm_95:focus{background:#0f0f0fb3;border-color:#7877c699;outline:none;box-shadow:0 0 0 2px #7877c61a}._textarea_xdiwm_95:disabled{opacity:.6;cursor:not-allowed}._footer_xdiwm_123{justify-content:space-between;align-items:center;gap:16px;display:flex}._hint_xdiwm_130{color:#fff9;flex:1}._submitButton_xdiwm_135{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#7877c6cc,#886aeacc);border:none;border-radius:8px;padding:10px 24px;font-size:15px;font-weight:600;transition:all .3s}._submitButton_xdiwm_135:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#886aea);transform:translateY(-2px);box-shadow:0 4px 12px #7877c666}._submitButton_xdiwm_135:active:not(:disabled){transform:translateY(0)}._submitButton_xdiwm_135:disabled{opacity:.5;cursor:not-allowed}._page_lcrfg_37{padding-inline:max(5%,50vw - 800px)}._text-center_lcrfg_62{text-align:center}._toggleContainer_lcrfg_66{justify-content:center;align-items:center;width:100%;margin-block-end:24px;display:flex}._radioGroup_lcrfg_74{width:100%;max-width:900px;display:flex}._radioGroup_lcrfg_74 .ant-radio-button-wrapper{text-align:center;color:#fffffff2;background:#ffffff1a;border-color:#ffffff4d;flex:1;justify-content:center;align-items:center;gap:8px;height:48px;font-size:16px;font-weight:600;transition:all .3s;display:flex}._radioGroup_lcrfg_74 .ant-radio-button-wrapper:hover{color:#fff;background:#ffffff2e;border-color:#7877c6b3}._radioGroup_lcrfg_74 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{color:#fff;text-shadow:0 0 8px #b4a0ff99;background:linear-gradient(135deg,#7877c6a6,#886aeaa6);border-color:#886aeae6}._radioGroup_lcrfg_74 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:before{background-color:#886aeae6}._radioGroup_lcrfg_74 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:hover{background:linear-gradient(135deg,#7877c6cc,#886aeacc);border-color:#886aea}._radioGroup_lcrfg_74 .ant-radio-button-wrapper:first-child{border-start-start-radius:12px;border-end-start-radius:12px}._radioGroup_lcrfg_74 .ant-radio-button-wrapper:last-child{border-start-end-radius:12px;border-end-end-radius:12px}._radioButton_lcrfg_121{justify-content:center;align-items:center;gap:8px;display:flex}._icon_lcrfg_128{vertical-align:middle;font-size:20px}._page_1vbzm_37{padding-inline:max(5%,50vw - 800px)}._text-center_1vbzm_62{text-align:center}._preparingView_1vbzm_66{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:48px 24px;display:flex}._preparingIcon_1vbzm_76{color:#7877c699;margin-bottom:24px;font-size:64px;animation:2s ease-in-out infinite _pulse_1vbzm_1}@keyframes _pulse_1vbzm_1{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}._preparingHint_1vbzm_93{color:#fff9;margin-top:8px;display:block}._page_ikc9j_37{padding-inline:max(5%,50vw - 800px)}._text-center_ikc9j_62{text-align:center}._thumbnailPicker_ikc9j_66{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:16px;padding:12px}._label_ikc9j_74{color:#ffffffb3;margin-bottom:8px;font-size:.875rem;display:block}._required_ikc9j_81{color:#ff4d4ff2}._previewWrapper_ikc9j_85{border-radius:6px;position:relative;overflow:hidden}._previewWrapper_ikc9j_85:hover ._overlay_ikc9j_90{opacity:1}._thumbnailImage_ikc9j_94{object-fit:cover;border:1px solid #ffffff1a;border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._overlay_ikc9j_90{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._changeButton_ikc9j_115{align-items:center;gap:6px;font-size:.875rem;display:flex;color:#fff!important}._changeButton_ikc9j_115:hover{color:#7877c6!important;background:#7877c626!important}._emptyState_ikc9j_127{cursor:pointer;color:#fff9;background:#1919194d;border:2px dashed #7877c659;border-radius:6px;flex-direction:column;align-items:center;gap:8px;width:100%;padding:24px 16px;transition:all .2s;display:flex}._emptyState_ikc9j_127:hover:not(:disabled){color:#ffffffe6;background:#19191980;border-color:#7877c6b3}._emptyState_ikc9j_127:disabled{opacity:.5;cursor:not-allowed}._emptyIcon_ikc9j_151{color:#7877c699;font-size:28px}._emptyText_ikc9j_156{font-size:.875rem}._hint_ikc9j_160{color:#fff6;margin-top:8px;font-size:.75rem;display:block}._hiddenInput_ikc9j_167{display:none}._page_1pp4i_37{padding-inline:max(5%,50vw - 800px)}._text-center_1pp4i_62{text-align:center}._leftPanel_1pp4i_66{background:#0f0f0f66;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;flex:0 0 480px;max-height:700px;padding:24px;display:flex;overflow-y:auto}._fileInfo_1pp4i_78{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:16px;padding:12px}._fileInfoHeader_1pp4i_86{align-items:center;gap:12px;display:flex}._fileIcon_1pp4i_92{color:#7877c6cc;flex-shrink:0;font-size:24px}._fileDetails_1pp4i_98{flex:1;min-width:0}._fileName_1pp4i_103{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:500;overflow:hidden}._fileSize_1pp4i_112{color:#fff9;font-size:.875rem}._thumbnailPreview_1pp4i_117{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:16px;padding:12px}._thumbnailImage_1pp4i_125{object-fit:cover;border:1px solid #ffffff1a;border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailWarning_1pp4i_135{color:#fadb14;margin-top:8px;font-size:.8125rem;display:block}._thumbnailError_1pp4i_142{color:#ff4d4ff2;margin-top:6px;font-size:.8125rem;font-weight:500;display:block}._uploadForm_1pp4i_150{flex:1}._uploadForm_1pp4i_150 .ant-form-item{margin-bottom:16px}._uploadForm_1pp4i_150 .ant-form-item-label label{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:500}._uploadForm_1pp4i_150 .ant-form-item-explain-error{color:#ff4d4fe6}._uploadForm_1pp4i_150 .ant-input,._uploadForm_1pp4i_150 .ant-input-textarea{color:#fff;background:#191919cc;border:1px solid #ffffff1a;border-radius:8px;font-family:Inter,sans-serif}._uploadForm_1pp4i_150 .ant-input::placeholder,._uploadForm_1pp4i_150 .ant-input-textarea::placeholder{color:#fff6}._uploadForm_1pp4i_150 .ant-input:hover,._uploadForm_1pp4i_150 .ant-input-textarea:hover{border-color:#7877c666}._uploadForm_1pp4i_150 .ant-input:focus,._uploadForm_1pp4i_150 .ant-input-textarea:focus{border-color:#7877c699;box-shadow:0 0 0 2px #7877c61a;color:#333!important;background:#f0f0f0f2!important}._uploadForm_1pp4i_150 .ant-input:disabled,._uploadForm_1pp4i_150 .ant-input-textarea:disabled{color:#ffffff80;background:#19191966}._footerButtons_1pp4i_193{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;margin-top:16px;padding-top:12px;display:flex}._footerButtons_1pp4i_193 .ant-btn{border-radius:8px;font-family:Inter,sans-serif;font-weight:500}._footerButtons_1pp4i_193 .ant-btn.ant-btn-default{color:#ffffffe6;background:#191919cc;border-color:#fff3}._footerButtons_1pp4i_193 .ant-btn.ant-btn-default:hover{color:#fff;background:#232323e6;border-color:#fff6}._footerButtons_1pp4i_193 .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border-color:#0000}._footerButtons_1pp4i_193 .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#8c8bda,#6e50aa);box-shadow:0 4px 12px #7877c64d}[dir=rtl] ._leftPanel_1pp4i_66{border-radius:12px}[dir=rtl] ._fileInfoHeader_1pp4i_86{flex-direction:row-reverse}[dir=rtl] ._footerButtons_1pp4i_193{justify-content:flex-start}._page_1fgp8_38{padding-inline:max(5%,50vw - 800px)}._text-center_1fgp8_63{text-align:center}._warningBanner_1fgp8_67{background:linear-gradient(135deg,#ff4d4f26,#ff8c001f);border:2px solid #ff4d4f66;border-radius:12px;margin-bottom:20px;padding:20px 24px;box-shadow:0 4px 12px #ff4d4f26}._warningHeader_1fgp8_76{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}._warningTitle_1fgp8_84{color:#d32029;flex:1;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}._warningTitle_1fgp8_84:before{content:"⚠️";font-size:24px}._warningDescription_1fgp8_98{color:#f0e8e8f2;flex-direction:column;gap:8px;margin-bottom:16px;font-size:14px;line-height:1.7;display:flex}._descriptionLine_1fgp8_108{font-weight:500}._descriptionLineBold_1fgp8_112{font-weight:700}._buttonRow_1fgp8_116{justify-content:center;align-items:center;gap:12px;padding-top:8px;display:flex}._copyButton_1fgp8_124{border-radius:8px;flex-shrink:0;font-weight:600;box-shadow:0 2px 4px #0000001a}._copyButton_1fgp8_124:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}._copyButton_1fgp8_124:active{transform:translateY(0)}._copyCloseButton_1fgp8_138{border-radius:8px;flex-shrink:0;font-weight:600;box-shadow:0 2px 4px #0000001a}._copyCloseButton_1fgp8_138:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}._copyCloseButton_1fgp8_138:active{transform:translateY(0)}._errorAlert_1fgp8_152{border-radius:12px;margin-bottom:16px}._errorAlert_1fgp8_152 .ant-alert-message{margin-bottom:12px;font-size:16px}._errorContent_1fgp8_161{padding-top:8px}._intro_1fgp8_165{color:#000000a6;margin-bottom:16px;font-size:14px}._categorizedList_1fgp8_171,._categoryGroup_1fgp8_175{margin-bottom:20px}._categoryGroup_1fgp8_175:last-child{margin-bottom:0}._categoryHeader_1fgp8_182{color:#000000bf;background:#ff4d4f14;border-left:3px solid #ff4d4f;border-radius:4px;margin-bottom:8px;padding:8px 12px;font-size:13px;font-weight:600}._violationList_1fgp8_193{margin:0 0 0 16px;padding:0;list-style:none}._violationItem_1fgp8_199{color:#000000d9;margin-bottom:12px;padding-left:4px;font-size:13px;line-height:1.6;position:relative}._violationItem_1fgp8_199:last-child{margin-bottom:0}._violationItem_1fgp8_199:before{content:"•";color:#ff4d4f;font-weight:700;position:absolute;left:-12px}._issueContent_1fgp8_218{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}._lineTag_1fgp8_225{flex-shrink:0;margin-left:4px;padding:0 6px;font-size:11px;font-weight:500}._sampleCode_1fgp8_233{color:#000000a6;background:#0000000a;border-radius:3px;margin-top:4px;padding:4px 8px;font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;overflow-x:auto}._sampleCode_1fgp8_233 code{font-size:12px}._policyAlert_1fgp8_247{background:#1890ff0a;border-color:#1890ff33;border-radius:8px;margin-top:16px}._policyInfo_1fgp8_254{font-size:13px}._policyText_1fgp8_258{margin-bottom:8px;font-weight:500}._policyList_1fgp8_263{margin:8px 0 12px;padding-left:24px}._policyList_1fgp8_263 li{color:#000000a6;margin-bottom:6px;line-height:1.5}._policyList_1fgp8_263 li:last-child{margin-bottom:0}._policyFooter_1fgp8_276{color:#0000008c;margin-top:12px;margin-bottom:0;font-size:12px;font-style:italic}._simpleError_1fgp8_284{border-radius:12px;margin-bottom:16px}._page_f56vx_37{padding-inline:max(5%,50vw - 800px)}._text-center_f56vx_62{text-align:center}._updateHtmlModal_f56vx_66 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px}._updateHtmlModal_f56vx_66 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._updateHtmlModal_f56vx_66 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:#fff!important}._updateHtmlModal_f56vx_66 .ant-modal-body{color:#fff;max-width:100%;overflow-x:hidden}._updateHtmlModal_f56vx_66 .ant-modal-body p,._updateHtmlModal_f56vx_66 .ant-modal-body h3,._updateHtmlModal_f56vx_66 .ant-modal-body h4{color:#fff!important}._updateHtmlModal_f56vx_66 .ant-modal-close{color:#fff9}._updateHtmlModal_f56vx_66 .ant-modal-close:hover{color:#ffffffe6}._page_1b93i_37{padding-inline:max(5%,50vw - 800px)}._text-center_1b93i_62{text-align:center}._cardsContainer_1b93i_66{justify-content:center;gap:24px;padding:32px 0 16px;display:flex}._cardsContainerCompact_1b93i_73{justify-content:stretch;gap:12px;padding:0}._card_1b93i_66{cursor:pointer;text-align:center;max-width:280px;color:inherit;background:#ffffff0f;border:1px solid #ffffff26;border-radius:16px;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:16px;padding:40px 24px 36px;transition:background .25s,border-color .25s,transform .2s,box-shadow .25s;display:flex;position:relative}._card_1b93i_66:hover{background:#7877c62e;border-color:#886aeab3;transform:translateY(-4px);box-shadow:0 8px 32px #7877c640}._card_1b93i_66:hover ._iconWrapper_1b93i_103{background:linear-gradient(135deg,#7877c680,#886aea80);border-color:#886aeacc;box-shadow:0 0 20px #886aea66}._card_1b93i_66:hover ._icon_1b93i_103,._card_1b93i_66:hover ._title_1b93i_111{color:#fff}._card_1b93i_66:active{transform:translateY(-1px)}._cardCompact_1b93i_118{z-index:1;border-radius:12px;justify-content:flex-start;gap:8px;max-width:none;min-height:92px;padding:10px 12px 12px;overflow:visible}._cardCompact_1b93i_118:hover,._cardCompact_1b93i_118:focus-visible{z-index:4}._cardCompact_1b93i_118:hover ._descCompact_1b93i_131,._cardCompact_1b93i_118:focus-visible ._descCompact_1b93i_131{opacity:1;pointer-events:auto;transform:translateY(0)}._iconWrapper_1b93i_103{background:#ffffff14;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;transition:background .25s,border-color .25s,box-shadow .25s;display:flex}._iconWrapperCompact_1b93i_149{width:38px;height:38px}._icon_1b93i_103{color:#ffffffd9;font-size:32px;transition:color .2s}._iconCompact_1b93i_160{font-size:20px}._title_1b93i_111{color:#fffffff2;font-size:16px;font-weight:700;line-height:1.2;transition:color .2s}._titleCompact_1b93i_172{font-size:13px;line-height:1.25}._desc_1b93i_131{color:#ffffff8c;font-size:13px;font-weight:400;line-height:1.5}._descCompact_1b93i_131{top:calc(100% + 8px);color:#ffffffe6;text-align:start;opacity:0;pointer-events:none;z-index:6;background:#101018fa;border:1px solid #886aea73;border-radius:10px;width:100%;padding:10px 12px;font-size:12px;line-height:1.4;transition:opacity .2s,transform .2s;position:absolute;inset-inline-start:0;transform:translateY(-4px);box-shadow:0 10px 26px #00000073}._page_1vc63_37{padding-inline:max(5%,50vw - 800px)}._text-center_1vc63_62{text-align:center}._uploadModal_1vc63_66 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px;overflow:visible}._uploadModal_1vc63_66 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._uploadModal_1vc63_66 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:#fff!important}._uploadModal_1vc63_66 .ant-modal-body{color:#fff;max-width:100%;overflow:visible}._uploadModal_1vc63_66 .ant-modal-body p,._uploadModal_1vc63_66 .ant-modal-body h3,._uploadModal_1vc63_66 .ant-modal-body h4{color:#fff!important}._uploadModal_1vc63_66 .ant-modal-close{color:#fff9}._uploadModal_1vc63_66 .ant-modal-close:hover{color:#ffffffe6}._modalContent_1vc63_97{gap:24px;max-width:100%;min-height:500px;display:flex;overflow:visible}._leftPanel_1vc63_105{flex-direction:column;flex:0 0 380px;min-width:380px;max-width:380px;display:flex}._dropZone_1vc63_113{cursor:pointer;background:#1919194d;border:2px dashed #7877c666;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:500px;padding:48px 24px;transition:all .3s;display:flex}._dropZone_1vc63_113:hover{background:#19191980;border-color:#7877c6b3;transform:translateY(-2px)}._dropZone_1vc63_113._dropZoneActive_1vc63_132{background:#7877c61a;border-color:#7877c6;box-shadow:0 0 20px #7877c64d}._hiddenInput_1vc63_138{display:none}._uploadIcon_1vc63_142{color:#7877c699;margin-bottom:16px;font-size:64px}._dropZoneTitle_1vc63_148{color:#fff;margin-bottom:8px;font-size:1.25rem;font-weight:600}._dropZoneSubtitle_1vc63_155{color:#ffffffb3;margin-bottom:16px}._dropZoneHint_1vc63_160{color:#ffffff80;font-size:.875rem}._preparingView_1vc63_165{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:48px 24px;display:flex}._preparingIcon_1vc63_175{color:#7877c699;margin-bottom:24px;font-size:64px;animation:2s ease-in-out infinite _pulse_1vc63_1}@keyframes _pulse_1vc63_1{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}._preparingHint_1vc63_192{color:#fff9;margin-top:8px;display:block}._fileInfo_1vc63_198{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:24px;padding:16px}._fileInfoHeader_1vc63_206{align-items:center;gap:12px;display:flex}._fileIcon_1vc63_212{color:#7877c6cc;flex-shrink:0;font-size:24px}._fileDetails_1vc63_218{flex:1;min-width:0}._fileName_1vc63_223{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:500;overflow:hidden}._fileSize_1vc63_232{color:#fff9;font-size:.875rem}._thumbnailPreview_1vc63_237{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:24px;padding:16px}._thumbnailImage_1vc63_245{border:1px solid #ffffff1a;border-radius:6px;width:100%;height:auto;display:block}._changeFileBtn_1vc63_253{color:#7877c6cc;padding:4px 8px}._changeFileBtn_1vc63_253:hover{color:#7877c6}._uploadForm_1vc63_261{flex:1}._uploadForm_1vc63_261 .ant-form-item-label label{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:500}._uploadForm_1vc63_261 .ant-form-item-explain-error{color:#ff4d4fe6}._uploadForm_1vc63_261 .ant-input,._uploadForm_1vc63_261 .ant-input-textarea{color:#fff;background:#191919cc;border:1px solid #ffffff1a;border-radius:8px;font-family:Inter,sans-serif}._uploadForm_1vc63_261 .ant-input::placeholder,._uploadForm_1vc63_261 .ant-input-textarea::placeholder{color:#fff6}._uploadForm_1vc63_261 .ant-input:hover,._uploadForm_1vc63_261 .ant-input-textarea:hover{border-color:#7877c666}._uploadForm_1vc63_261 .ant-input:focus,._uploadForm_1vc63_261 .ant-input-textarea:focus{border-color:#7877c699;box-shadow:0 0 0 2px #7877c61a;color:#333!important;background:#f0f0f0f2!important}._uploadForm_1vc63_261 .ant-input:disabled,._uploadForm_1vc63_261 .ant-input-textarea:disabled{color:#ffffff80;background:#19191966}._progressContainer_1vc63_301{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-top:16px;margin-bottom:16px;padding:16px}._progressContainer_1vc63_301 .ant-progress .ant-progress-text{color:#fffc;font-family:Inter,sans-serif;font-size:.75rem}._progressContainer_1vc63_301 .ant-progress .ant-progress-bg{background:linear-gradient(135deg,#7877c6cc,#5a3c96cc)}._errorText_1vc63_318{color:#ff4d4fe6;margin-top:8px;font-size:.875rem;display:block}._footerButtons_1vc63_325{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}._footerButtons_1vc63_325 .ant-btn{border-radius:8px;font-family:Inter,sans-serif;font-weight:500}._footerButtons_1vc63_325 .ant-btn.ant-btn-default{color:#ffffffe6;background:#191919cc;border-color:#fff3}._footerButtons_1vc63_325 .ant-btn.ant-btn-default:hover{background:#232323e6;border-color:#ffffff4d}._footerButtons_1vc63_325 .ant-btn.ant-btn-primary{color:#fff;background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none}._footerButtons_1vc63_325 .ant-btn.ant-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);box-shadow:0 0 20px #7877c666}._footerButtons_1vc63_325 .ant-btn.ant-btn-primary:disabled{opacity:.5}._rightPanel_1vc63_360{flex-direction:column;flex:1;min-width:0;min-height:500px;display:flex;overflow:visible}._previewHeader_1vc63_369{z-index:1;background:#191919cc;border:1px solid #ffffff1a;border-bottom:none;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex;position:relative}._previewHeader_1vc63_369 h4{color:#fff;margin:0;font-weight:600}._previewHeader_1vc63_369 span{color:#ffffffe6;font-size:.75rem}._editModeCardsZone_1vc63_392{z-index:5;margin-bottom:8px;position:relative;overflow:visible}._previewHeaderLower_1vc63_399{margin-top:8px}._editHtmlButton_1vc63_403{color:#7877c6e6;border:1px solid #7877c64d;border-radius:8px;align-items:center;gap:6px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}._editHtmlButton_1vc63_403:hover{color:#fff;background:#7877c626;border-color:#7877c699}._previewContainer_1vc63_420{background:#19191980;border:1px solid #ffffff1a;border-radius:0 0 12px 12px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._previewActions_1vc63_432{align-items:center;gap:12px;display:flex}._previewHint_1vc63_438{color:#fff9;font-size:.875rem}._thumbnailStatus_1vc63_443{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._recaptureBtn_1vc63_450{color:#ffffffb3;justify-content:center;align-items:center;gap:4px;min-width:auto;height:auto;padding:4px 8px;display:flex}._recaptureBtn_1vc63_450 .anticon,._recaptureBtn_1vc63_450 svg{font-size:20px}._recaptureBtn_1vc63_450:hover{color:#7877c6;background:#7877c61a}._recaptureBtn_1vc63_450:active{color:#7877c6;background:#7877c633}._fullscreenBtn_1vc63_473{color:#ffffffb3;justify-content:center;align-items:center;min-width:auto;height:auto;padding:4px 8px;display:flex}._fullscreenBtn_1vc63_473 .anticon,._fullscreenBtn_1vc63_473 svg{font-size:20px}._fullscreenBtn_1vc63_473:hover{color:#7877c6;background:#7877c61a}._fullscreenBtn_1vc63_473:active{color:#7877c6;background:#7877c633}._previewIframe_1vc63_495{background:#fff;border:none;width:100%;height:100%;display:block}._hiddenIframe_1vc63_503{opacity:0;pointer-events:none;position:absolute;left:-9999px}._hiddenCaptureIframe_1vc63_510{visibility:hidden;opacity:0;pointer-events:none;z-index:-9999;width:1920px;height:1080px;top:-10000px;left:-10000px;position:fixed!important}._previewMode_1vc63_522{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}@media (width<=1024px){._modalContent_1vc63_97{flex-direction:column}._leftPanel_1vc63_105,._rightPanel_1vc63_360{min-width:100%}._previewIframe_1vc63_495{min-height:300px}}@media (width<=768px){._dropZone_1vc63_113{min-height:200px;padding:32px 16px}._uploadIcon_1vc63_142{font-size:48px}._dropZoneTitle_1vc63_148{font-size:1.1rem}}._page_15hrg_37{padding-inline:max(5%,50vw - 800px)}._text-center_15hrg_62{text-align:center}._card_15hrg_66{aspect-ratio:1;cursor:pointer;background:linear-gradient(135deg,#1a2a40,#2a3a50);border:1px solid #ffffff1a;border-radius:16px;width:100%;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000004d}._card_15hrg_66:hover:not(._cardDragging_15hrg_78):not(._cardDisabled_15hrg_78){border-color:#fff3;transform:scale(1.03);box-shadow:0 8px 20px #0006}._card_15hrg_66:hover:not(._cardDragging_15hrg_78):not(._cardDisabled_15hrg_78) ._titleOverlay_15hrg_83{opacity:1}._card_15hrg_66:hover:not(._cardDragging_15hrg_78):not(._cardDisabled_15hrg_78) ._thumbnail_15hrg_86{transform:scale(1.05)}._card_15hrg_66[draggable=true]{cursor:grab}._card_15hrg_66[draggable=true]:active{cursor:grabbing}._card_15hrg_66._cardDragging_15hrg_78{opacity:.8;cursor:grabbing;z-index:300;border:2px solid #7877c6b3;transform:scale(.98)rotate(1deg);box-shadow:0 12px 35px #7877c666}._card_15hrg_66._cardDisabled_15hrg_78{opacity:.6;cursor:not-allowed}._card_15hrg_66._cardSelected_15hrg_107{border:2px solid #7877c6e6;box-shadow:0 8px 30px #7877c64d}._cardMenuOpen_15hrg_112{z-index:200}._thumbnail_15hrg_86{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;transition:transform .3s;display:flex;position:absolute;inset:0}._fileIcon_15hrg_128{color:#7877c680;z-index:1;font-size:40px}._overlay_15hrg_134{z-index:2;background:linear-gradient(#0006 0%,#00000026 45%,#000000bf 100%);position:absolute;inset:0}._titleOverlay_15hrg_83{z-index:4;opacity:.92;background:linear-gradient(#0000 0%,#0006 30%,#000000d9 100%);padding:10px 12px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}._title_15hrg_83{color:#fff;text-shadow:0 2px 4px #00000080;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:13px;font-weight:700;overflow:hidden}._selectionCheckbox_15hrg_164{z-index:5;position:absolute;top:8px;left:8px}._selectionCheckbox_15hrg_164 .ant-checkbox-inner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#191919d9;border-color:#fff6;box-shadow:0 2px 6px #00000080}._selectionCheckbox_15hrg_164 .ant-checkbox-checked .ant-checkbox-inner{background:#7877c6e6;border-color:#7877c6}._topActions_15hrg_181{z-index:5;align-items:center;gap:4px;display:flex;position:absolute;top:8px;right:8px}._copyIconButton_15hrg_191{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414b3;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;transition:all .2s;display:flex}._copyIconButton_15hrg_191:hover:not(:disabled){color:#fff;background:#7877c6b3;border-color:#7877c6cc}._copyIconButton_15hrg_191:disabled{opacity:.4;cursor:not-allowed}._actionsMenu_15hrg_216{position:relative}._menuButton_15hrg_220{color:#ffffffe6;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#141414b3;border:1px solid #ffffff26;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:all .2s;display:flex}._menuButton_15hrg_220:hover{color:#fff;background:#ffffff26}._dropdown_15hrg_240{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#141414fa;border:1px solid #ffffff1a;border-radius:8px;min-width:140px;margin-top:4px;position:absolute;top:100%;right:0;overflow:visible;box-shadow:0 8px 24px #0009}._dropdown_15hrg_240 button{color:#ffffffe6;cursor:pointer;text-align:start;background:0 0;border:none;align-items:center;gap:8px;width:100%;padding:9px 12px;font-size:.8rem;transition:all .2s;display:flex}._dropdown_15hrg_240 button svg{flex-shrink:0;font-size:14px}._dropdown_15hrg_240 button:hover:not(:disabled){color:#fff;background:#7877c640}._dropdown_15hrg_240 button:disabled{opacity:.4;cursor:not-allowed}._dropdown_15hrg_240 button:not(:last-child){border-bottom:1px solid #ffffff0d}@media (width<=768px){._card_15hrg_66{border-radius:12px}._titleOverlay_15hrg_83{padding:8px 10px}._title_15hrg_83{font-size:12px}._fileIcon_15hrg_128{font-size:32px}}._page_18pwn_37{padding-inline:max(5%,50vw - 800px)}._text-center_18pwn_62{text-align:center}._logoWrapper_18pwn_66{display:inline-block;position:relative}._speechBubble_18pwn_71{white-space:normal;z-index:100;background-color:#fff;border:3px solid #000;border-radius:20px;width:max-content;max-width:min(280px,80vw);margin-bottom:12px;padding:12px 18px;font-size:14px;font-weight:700;animation:3s ease-in-out infinite _floatBubble_18pwn_1;display:inline-block;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 10px #00000026;color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important}._speechBubble_18pwn_71:before{content:"";border:12px solid #0000;border-top-color:#000;margin-left:-12px;position:absolute;top:100%;left:50%}._speechBubble_18pwn_71:after{content:"";border:9px solid #0000;border-top-color:#fff;margin-top:-3px;margin-left:-9px;position:absolute;top:100%;left:50%}._speechBubbleBottom_18pwn_116{margin-top:12px;margin-bottom:0;animation-name:_floatBubbleDown_18pwn_1;top:100%;bottom:auto}._speechBubbleBottom_18pwn_116:before{border-color:#0000 #0000 #000;margin-top:0;top:auto;bottom:100%}._speechBubbleBottom_18pwn_116:after{border-color:#0000 #0000 #fff;margin-top:0;margin-bottom:-3px;top:auto;bottom:100%}._speechText_18pwn_137{white-space:normal;word-break:break-word;padding-inline-end:10px;font-weight:700;display:inline;color:#000!important;-webkit-text-fill-color:#000!important;opacity:1!important}._closeButton_18pwn_148{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:14px;font-weight:700;line-height:1;transition:transform .2s,background .2s;display:inline-flex;position:absolute;top:-10px;right:-10px}._closeButton_18pwn_148:hover{background:#f0f0f0;transform:scale(1.05)}._headerLogoClickable_18pwn_173{cursor:pointer}._headerLogo_18pwn_173{object-fit:contain;filter:drop-shadow(0 2px 4px #0003);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;width:48px;height:48px;margin-inline-end:12px;padding:8px;transition:all .3s}._headerLogo_18pwn_173:hover{background:#ffffff26;border-color:#ffffff80;transform:scale(1.05)}@keyframes _floatBubble_18pwn_1{0%{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}to{transform:translate(-50%)translateY(0)}}@keyframes _floatBubbleDown_18pwn_1{0%{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}to{transform:translate(-50%)translateY(0)}}._page_54pzl_37{padding-inline:max(5%,50vw - 800px)}._text-center_54pzl_62{text-align:center}._modal_54pzl_66 .ant-modal-content{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:20px}._modal_54pzl_66 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_54pzl_66 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_54pzl_66 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_54pzl_84{flex-direction:column;gap:24px;padding-top:16px;display:flex}._searchInput_54pzl_91{margin-bottom:8px}._searchInput_54pzl_91 .ant-input{border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);background:#ffffff0d;border-radius:12px;padding:10px 16px}._searchInput_54pzl_91 .ant-input::placeholder{color:#e8e8f080}._searchInput_54pzl_91 .ant-input:focus{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 0 2px #7877c633}._searchInput_54pzl_91 .ant-input-prefix{color:#e8e8f099}._refetchIndicator_54pzl_112{color:#e8e8f0bf;align-items:center;gap:8px;margin-top:-8px;margin-bottom:4px;font-size:12px;display:flex}._loadingContainer_54pzl_122{justify-content:center;align-items:center;min-height:300px;display:flex}._errorContainer_54pzl_129{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:220px;display:flex}._errorContainer_54pzl_129 .ant-alert{width:100%;max-width:520px}._creatorsGrid_54pzl_142{grid-template-columns:repeat(4,1fr);gap:16px;min-width:0;display:grid}@media (width<=768px){._creatorsGrid_54pzl_142{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){._creatorsGrid_54pzl_142{grid-template-columns:1fr}}._creatorsCarousel_54pzl_159{grid-template-columns:56px minmax(0,1fr) 56px;align-items:stretch;gap:16px;display:grid}@media (width<=768px){._creatorsCarousel_54pzl_159{grid-template-columns:44px minmax(0,1fr) 44px;gap:12px}}@media (width<=500px){._creatorsCarousel_54pzl_159{grid-template-columns:40px minmax(0,1fr) 40px;gap:10px}}._pageArrow_54pzl_178{border:1px solid var(--cyberpunk-glass-border);width:100%;min-height:112px;max-height:112px;color:var(--cyberpunk-text-primary);cursor:pointer;background:#ffffff0d;border-radius:18px;justify-content:center;align-self:center;align-items:center;transition:all .25s;display:flex}._pageArrow_54pzl_178 svg{width:24px;height:24px}._pageArrow_54pzl_178:hover:not(:disabled){border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-purple-glow);background:#ffffff14;box-shadow:0 8px 24px #7877c633}._pageArrow_54pzl_178:disabled{opacity:.35;cursor:not-allowed}._pageArrow_54pzl_178:focus-visible{outline:2px solid var(--cyberpunk-purple-glow);outline-offset:2px}._compactCard_54pzl_212{border:1px solid var(--cyberpunk-glass-border);cursor:pointer;aspect-ratio:1;box-sizing:border-box;background:#ffffff0d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:16px;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:hidden}._compactCard_54pzl_212:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14;transform:translateY(-4px);box-shadow:0 8px 24px #7877c64d}._compactCard_54pzl_212:active{transform:translateY(-2px)}._cardHead_54pzl_238{justify-content:center;align-items:center;width:100%;display:flex}._profilePic_54pzl_245{object-fit:cover;border:2px solid var(--cyberpunk-glass-border);border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:transform .3s}._compactCard_54pzl_212:hover ._profilePic_54pzl_245{border-color:var(--cyberpunk-purple-glow);transform:scale(1.05)}._profileIcon_54pzl_259{width:64px;height:64px;color:var(--cyberpunk-text-primary);opacity:.6;flex-shrink:0;transition:all .3s}._compactCard_54pzl_212:hover ._profileIcon_54pzl_259{opacity:.8;transform:scale(1.05)}._cardBody_54pzl_272{text-align:center;flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}._creatorName_54pzl_281{color:var(--cyberpunk-text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin:0;font-size:14px;font-weight:600;overflow:hidden}._compactCard_54pzl_212:hover ._creatorName_54pzl_281{color:var(--cyberpunk-purple-glow)}._lessonsCount_54pzl_295{color:#e8e8f0b3;margin:0;font-size:12px}._paginationContainer_54pzl_301{color:#e8e8f0bf;letter-spacing:.04em;justify-content:center;padding-top:8px;font-size:13px;display:flex}@media (width<=500px){._paginationContainer_54pzl_301{font-size:12px}}._page_184mq_37{padding-inline:max(5%,50vw - 800px)}._text-center_184mq_62{text-align:center}._section_184mq_66{border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:16px;padding-bottom:16px}._collapseHeader_184mq_73{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 16px;transition:background .2s,border-color .2s;display:flex}._collapseHeader_184mq_73:hover{background:#ffffff14;border-color:#7877c64d}._collapseHeader_184mq_73:focus-visible{outline-offset:2px;outline:2px solid #7877c699}._collapseHeaderLeft_184mq_95{align-items:center;gap:10px;display:flex}._collapseIcon_184mq_101{color:#7877c6e6;flex-shrink:0;font-size:18px;transition:transform .2s}._collapseSectionTitle_184mq_108{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:1.1rem;font-weight:600;margin:0!important}._collapseCountBadge_184mq_115{color:#c8c8f0e6;letter-spacing:.02em;background:linear-gradient(135deg,#7877c64d,#8a2be233);border-radius:12px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 8px;font-size:.8rem;font-weight:600;display:inline-flex}._sectionTipBubble_184mq_130{align-items:center;margin-inline-start:4px;display:inline-flex}._sectionTipBubble_184mq_130 img{width:32px!important;height:32px!important;margin-inline-end:0!important;padding:4px!important}._collapseHint_184mq_142{color:#7877c6b3;font-size:.85rem;font-weight:400;transition:opacity .2s}._collapseContent_184mq_149{transition:max-height .35s,opacity .3s;overflow:hidden}._collapseContentHidden_184mq_154{opacity:0;pointer-events:none;max-height:0}._collapseContentVisible_184mq_160{opacity:1;pointer-events:auto;max-height:4000px}._header_184mq_166{margin-bottom:24px}._adminFilterContainer_184mq_170{background:#fadb140f;border:2px solid #fadb14;border-radius:10px;margin-bottom:12px;padding:10px}._adminOnlyHeader_184mq_178{align-items:center;gap:10px;margin-bottom:8px;display:flex}._adminBadge_184mq_185{text-transform:uppercase;letter-spacing:.5px;color:#fadb14;background:#fadb141f;border:1px solid #fadb1466;border-radius:999px;align-items:center;gap:6px;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}._adminIcon_184mq_200{font-size:14px}._adminOnlyLabel_184mq_204{color:#fadb14;text-transform:none;letter-spacing:.03em;font-size:.8rem;font-weight:600;display:inline-block}._adminFilterRow_184mq_213{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}._adminFilterButton_184mq_221{border-radius:8px;height:36px}._ownerButtonContent_184mq_226{align-items:center;gap:8px;max-width:260px;display:inline-flex}._ownerButtonContent_184mq_226 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._ownerAvatar_184mq_238{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}._ownerAvatarFallback_184mq_246{flex-shrink:0;font-size:18px}._ownerClearButton_184mq_251{border-radius:8px;height:36px}._titleRow_184mq_256{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px;display:flex}._searchInput_184mq_264{border:1px solid #7877c64d;border-radius:8px;flex:1;max-width:400px;height:40px;background:#191919e6!important}._searchInput_184mq_264:hover,._searchInput_184mq_264:focus-within{border-color:#7877c699;background:#191919e6!important}._searchInput_184mq_264 .ant-input{color:#fff!important;background:0 0!important}._searchInput_184mq_264 .ant-input::placeholder{color:#fff6}._searchInput_184mq_264 .ant-input:hover,._searchInput_184mq_264 .ant-input:focus{background:0 0!important}._searchInput_184mq_264 .ant-input-prefix{color:#7877c6cc}._searchInput_184mq_264 .ant-input-clear-icon{color:#ffffff80}._searchInput_184mq_264 .ant-input-clear-icon:hover{color:#fffc}._sectionTitle_184mq_300{color:#fff;align-items:center;gap:16px;margin:0;font-size:2rem;font-weight:700;display:flex}._countBadge_184mq_310{color:#7877c6;background:linear-gradient(135deg,#7877c633,#5a3c9633);border:1px solid #7877c666;border-radius:16px;justify-content:center;align-items:center;min-width:32px;height:32px;padding:0 12px;font-size:.9rem;font-weight:600;display:inline-flex}._addButton_184mq_325{background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none;border-radius:8px;height:40px;font-weight:500}._addButton_184mq_325:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);box-shadow:0 0 20px #7877c666}._bulkActions_184mq_337{align-items:center;gap:12px;display:flex}._selectionCount_184mq_343{color:#7877c6;background:#7877c61a;border:1px solid #7877c64d;border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:600}._bulkDeleteButton_184mq_353{border-radius:8px;height:40px;font-weight:500}._bulkDeleteButton_184mq_353:hover:not(:disabled){box-shadow:0 0 20px #ff4d4f66}._cancelButton_184mq_362{border-radius:8px;height:40px;font-weight:500}._subtitle_184mq_368{color:#fff9;margin:0;font-size:1rem}._gamesGrid_184mq_374{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-bottom:32px;display:grid}._addCard_184mq_381{cursor:pointer;background:#1919194d;border:2px dashed #7877c666;border-radius:12px;justify-content:center;align-items:center;width:150px;max-width:100%;min-height:160px;transition:all .3s;display:flex}._addCard_184mq_381:hover{background:#19191980;border-color:#7877c6b3;transform:translateY(-3px);box-shadow:0 8px 30px #7877c633}._addCard_184mq_381:active{transform:translateY(-1px)}._addCardContent_184mq_404{flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}._addCardIcon_184mq_412{color:#7877c699;font-size:40px;transition:all .3s}._addCard_184mq_381:hover ._addCardIcon_184mq_412{color:#7877c6e6;transform:scale(1.1)}._addCardText_184mq_422{color:#fffc;text-align:center;margin:0;font-size:.85rem;font-weight:600;line-height:1.3}._emptyState_184mq_431{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}._noResults_184mq_440{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}._noResultsTitle_184mq_449{color:#fffc;margin:0 0 12px;font-size:1.5rem;font-weight:600}._noResultsText_184mq_456{color:#ffffff80;margin:0;font-size:1rem}._emptyIcon_184mq_462{cursor:pointer;background:linear-gradient(135deg,#191919e6,#23232de6);border:2px dashed #7877c666;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:24px;transition:all .3s;display:flex}._emptyIcon_184mq_462 svg{color:#7877c699;font-size:64px;transition:all .3s}._emptyIcon_184mq_462:hover{background:linear-gradient(135deg,#23232de6,#2d2d37e6);border-color:#7877c6b3;transform:scale(1.05);box-shadow:0 8px 30px #7877c64d}._emptyIcon_184mq_462:hover svg{color:#7877c6e6;transform:rotate(90deg)}._emptyIcon_184mq_462:active{transform:scale(.98)}._emptyIcon_184mq_462:focus-visible{outline-offset:4px;outline:2px solid #7877c6cc}._emptyTitle_184mq_498{color:#fff;margin:0 0 12px;font-size:1.5rem;font-weight:600}._emptyDescription_184mq_506{color:#fff9;max-width:400px;margin:0 0 32px;font-size:1rem}._emptyButton_184mq_514{background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none;border-radius:8px;height:48px;padding:0 32px;font-size:1rem;font-weight:500}._emptyButton_184mq_514:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);transform:translateY(-2px);box-shadow:0 0 20px #7877c666}._loading_184mq_529{padding:24px 0}._skeletonGrid_184mq_533{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;display:grid}._skeletonCard_184mq_539{background:linear-gradient(90deg,#19191980 0%,#23232380 50%,#19191980 100%) 0 0/200% 100%;border-radius:12px;height:160px;animation:1.5s infinite _shimmer_184mq_1}@keyframes _shimmer_184mq_1{0%{background-position:-200% 0}to{background-position:200% 0}}._error_184mq_555{text-align:center;padding:48px 24px}._error_184mq_555 p{color:#ff4d4fe6;font-size:1rem}._pagination_184mq_564{justify-content:center;padding-top:24px;display:flex}._pagination_184mq_564 .ant-pagination .ant-pagination-item{background:#191919cc;border-color:#ffffff1a}._pagination_184mq_564 .ant-pagination .ant-pagination-item a{color:#fffc}._pagination_184mq_564 .ant-pagination .ant-pagination-item:hover{border-color:#7877c699}._pagination_184mq_564 .ant-pagination .ant-pagination-item:hover a{color:#7877c6}._pagination_184mq_564 .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#7877c633,#5a3c9633);border-color:#7877c699}._pagination_184mq_564 .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#7877c6}._pagination_184mq_564 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,._pagination_184mq_564 .ant-pagination .ant-pagination-next .ant-pagination-item-link{color:#fffc;background:#191919cc;border-color:#ffffff1a}._pagination_184mq_564 .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,._pagination_184mq_564 .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{color:#7877c6;border-color:#7877c699}[dir=rtl] ._pagination_184mq_564 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,[dir=rtl] ._pagination_184mq_564 .ant-pagination .ant-pagination-next .ant-pagination-item-link{transform:scaleX(-1)}._pagination_184mq_564 .ant-pagination .ant-pagination-total-text{color:#fff9}@media (width<=1200px){._gamesGrid_184mq_374,._skeletonGrid_184mq_533{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}@media (width<=768px){._section_184mq_66{margin-bottom:32px;padding-bottom:24px}._header_184mq_166{margin-bottom:24px}._titleRow_184mq_256{flex-direction:column;align-items:flex-start;gap:16px}._sectionTitle_184mq_300{font-size:1.5rem}._addButton_184mq_325{width:100%}._gamesGrid_184mq_374,._skeletonGrid_184mq_533{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}._addCard_184mq_381{width:100%;min-height:140px}._addCardIcon_184mq_412{font-size:32px}._addCardText_184mq_422{font-size:.75rem}._emptyState_184mq_431{padding:48px 16px}._emptyIcon_184mq_462{width:100px;height:100px}._emptyIcon_184mq_462 svg{font-size:48px}._emptyTitle_184mq_498{font-size:1.25rem}._emptyButton_184mq_514{width:100%}}._page_u1riw_37{padding-inline:max(5%,50vw - 800px)}._text-center_u1riw_62{text-align:center}._header_u1riw_66{flex-shrink:0;align-items:center;gap:12px;margin-bottom:16px;display:flex}._searchInput_u1riw_74{flex:1}._searchInput_u1riw_74 .ant-input-prefix{color:#ffffff80;margin-inline-end:8px}._content_u1riw_82{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._loading_u1riw_90{justify-content:center;align-items:center;height:170px;display:flex}._empty_u1riw_97{color:#fff9;flex-direction:column;justify-content:center;align-items:center;height:170px;display:flex}._empty_u1riw_97 .ant-empty-description{color:#fff9}._gamesGrid_u1riw_109{flex:1;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));align-content:start;gap:8px;min-height:0;padding-inline-end:4px;display:grid;overflow-y:auto}._gamesGrid_u1riw_109::-webkit-scrollbar{width:5px}._gamesGrid_u1riw_109::-webkit-scrollbar-track{background:0 0}._gamesGrid_u1riw_109::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}._gameCard_u1riw_130{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}._gameCard_u1riw_130:hover{border-color:var(--cyberpunk-purple-glow);background:#7877c61a;transform:translateY(-2px);box-shadow:0 6px 16px #7877c633}._gameCard_u1riw_130:active{transform:translateY(-1px)}._cardThumbnail_u1riw_150{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;width:100%;height:56px;display:flex;overflow:hidden}._cardThumbnailImage_u1riw_161{object-fit:cover;width:100%;height:100%}._cardThumbnailIcon_u1riw_167{color:#ffffff4d;font-size:20px}._cardBody_u1riw_172{flex-direction:column;flex:1;gap:2px;padding:4px 6px;display:flex}._cardName_u1riw_180{color:var(--cyberpunk-text-primary,#ffffffe6);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;line-height:1.3;overflow:hidden}._cardMeta_u1riw_190{color:#ffffff80;align-items:center;gap:3px;font-size:10px;display:flex}._pagination_u1riw_198{border-top:1px solid #ffffff1a;flex-shrink:0;justify-content:center;margin-top:12px;padding-top:12px;display:flex}._pagination_u1riw_198 .ant-pagination{color:var(--cyberpunk-text-primary)}._pagination_u1riw_198 .ant-pagination .ant-pagination-item{background:#ffffff0d;border-color:#ffffff26}._pagination_u1riw_198 .ant-pagination .ant-pagination-item a{color:var(--cyberpunk-text-primary)}._pagination_u1riw_198 .ant-pagination .ant-pagination-item:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14}._pagination_u1riw_198 .ant-pagination .ant-pagination-item.ant-pagination-item-active{border-color:var(--cyberpunk-purple-glow);background:#7877c633}._pagination_u1riw_198 .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:var(--cyberpunk-text-primary)}._pagination_u1riw_198 .ant-pagination .ant-pagination-prev button,._pagination_u1riw_198 .ant-pagination .ant-pagination-next button{color:var(--cyberpunk-text-primary);background:#ffffff0d;border-color:#ffffff26}._pagination_u1riw_198 .ant-pagination .ant-pagination-prev button:hover:not(:disabled),._pagination_u1riw_198 .ant-pagination .ant-pagination-next button:hover:not(:disabled){border-color:var(--cyberpunk-purple-glow);background:#ffffff14}._pagination_u1riw_198 .ant-pagination .ant-pagination-prev.ant-pagination-disabled button,._pagination_u1riw_198 .ant-pagination .ant-pagination-next.ant-pagination-disabled button{color:#ffffff4d;background:#ffffff05;border-color:#ffffff0d}._pagination_u1riw_198 .ant-pagination .ant-pagination-total-text{color:#fff9}._page_1dfwm_38{padding-inline:max(5%,50vw - 800px)}._text-center_1dfwm_63{text-align:center}._container_1dfwm_68{z-index:1000;isolation:isolate;border-radius:6px;transition:opacity .15s;overflow:hidden}._panoramicTransform_1dfwm_78{transform-origin:0 0;will-change:transform;backface-visibility:hidden;border-radius:0}._nonInteractive_1dfwm_86{pointer-events:none}._nonInteractive_1dfwm_86 ._interactToggle_1dfwm_89,._interactive_1dfwm_94{pointer-events:auto}._backdrop_1dfwm_99{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:inherit;z-index:0;background:#00000080;position:absolute;inset:0}._viewportClip_1dfwm_108{border-radius:inherit;contain:paint;z-index:1;position:absolute;inset:0;overflow:hidden}._innerFrame_1dfwm_117{z-index:1;position:absolute;inset:0;overflow:hidden}._iframe_1dfwm_125{z-index:0;border-radius:inherit;background:0 0;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}._interactToggle_1dfwm_89{top:4px;z-index:10;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:.6;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;line-height:1;transition:background .15s,transform .15s;display:flex;position:absolute;inset-inline-end:4px;box-shadow:0 2px 8px #0003}._interactToggle_1dfwm_89:hover{opacity:1;background:#ffffff40;transform:scale(1.1)}._interactToggleActive_1dfwm_166{opacity:.9;background:#6366f166;box-shadow:0 0 12px #6366f166}._snapshotOffscreen_1dfwm_175{z-index:-1;visibility:hidden;pointer-events:none;position:fixed;top:-9999px;left:-9999px;overflow:hidden}._page_szfti_37{padding-inline:max(5%,50vw - 800px)}._text-center_szfti_62{text-align:center}@keyframes _te-levitate_szfti_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_szfti_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._alignmentGuidesContainer_szfti_82{pointer-events:none;z-index:50;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){._alignmentGuidesContainer_szfti_82,._alignmentGuidesContainer_szfti_82 *,._alignmentGuidesContainer_szfti_82:before,._alignmentGuidesContainer_szfti_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._guideLine_szfti_101{stroke-width:1px;fill:none;filter:drop-shadow(0 0 3px);transition:opacity .15s}._viewportCenter_szfti_108{stroke:#3b82f6e6;stroke-dasharray:8 4}._viewportQuarter_szfti_113{stroke:#93c5fdb3;stroke-dasharray:4 4}._elementCenter_szfti_118{stroke:#22c55ee6;stroke-dasharray:6 3}._elementEdge_szfti_123{stroke:#86efacb3;stroke-dasharray:4 4}@keyframes _guideAppear_szfti_1{0%{opacity:0;transform:scaleX(.95)}to{opacity:1;transform:scaleX(1)}}._guideLineAnimated_szfti_138{animation:.15s ease-out _guideAppear_szfti_1}._page_7iqkf_37{padding-inline:max(5%,50vw - 800px)}._text-center_7iqkf_62{text-align:center}@keyframes _te-levitate_7iqkf_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_7iqkf_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_7iqkf_82{-webkit-user-select:none;user-select:none;touch-action:none;-webkit-overflow-scrolling:touch;background-color:#0f0f1e;width:100%;height:100%;position:relative;overflow:hidden}._container_7iqkf_82._fullscreen_7iqkf_92{z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (prefers-reduced-motion:reduce){._container_7iqkf_82,._container_7iqkf_82 *,._container_7iqkf_82:before,._container_7iqkf_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._canvas_7iqkf_109{cursor:grab;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}._canvas_7iqkf_109:active{cursor:grabbing}._canvas_7iqkf_109._addingHotspot_7iqkf_123,._canvas_7iqkf_109._addingHotspot_7iqkf_123:active{cursor:crosshair}._canvas_7iqkf_109._hoveringHotspot_7iqkf_129,._canvas_7iqkf_109._hoveringHotspot_7iqkf_129:active{cursor:pointer!important}._canvas_7iqkf_109._hoveringSelectedHotspot_7iqkf_135{cursor:move!important}._canvas_7iqkf_109._hoveringSelectedHotspot_7iqkf_135:active{cursor:grabbing!important}._canvas_7iqkf_109 canvas{display:block;width:100%!important;height:100%!important}._loading_7iqkf_147{color:#fff;text-align:center;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loading_7iqkf_147:after{content:"";border:2px solid #6c757d;border-top-color:#3b82f6;border-radius:50%;width:20px;height:20px;margin-inline-start:.5rem;animation:1s linear infinite _spin_7iqkf_1;display:inline-block}._error_7iqkf_168{color:#fff;text-align:center;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._error_7iqkf_168 h3{color:#ff6b6b;margin:0 0 .5rem}._error_7iqkf_168 p{color:#6c757d;margin:0}.dragIndicator{pointer-events:none;color:#fff;z-index:1000;background-color:#007bffcc;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:16px;animation:1s infinite _dragPulse_7iqkf_1;display:flex;position:fixed;box-shadow:0 2px 8px #0000004d}@keyframes _dragPulse_7iqkf_1{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}._infoOverlay_7iqkf_216{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:.8;z-index:25;pointer-events:none;background-color:#101010cc;border-radius:20px;padding:.5rem 1rem;position:absolute;top:120px;left:50%;transform:translate(-50%)}._infoText_7iqkf_231{margin:0;font-size:.85rem;font-weight:500}._toolbar_7iqkf_237{z-index:20;pointer-events:none;background:linear-gradient(#0000004d,#0000);justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:flex;position:absolute;top:0;left:0;right:0}._toolbar_7iqkf_237>*{pointer-events:auto}._toolbarLeft_7iqkf_255{align-items:center;gap:1rem;display:flex}._toolbarRight_7iqkf_261,._viewpointControls_7iqkf_267{align-items:center;gap:.5rem;display:flex}._viewpointControlsCenter_7iqkf_273{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;background-color:#101010cc;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;position:absolute;top:70px;left:50%;transform:translate(-50%)}._setViewpointButton_7iqkf_288,._cancelViewpointButton_7iqkf_289,._exitViewTourButton_7iqkf_290,._setSceneViewButton_7iqkf_291{color:#fff;cursor:pointer;background-color:#3b82f6;border:1px solid #3b82f6;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}._setViewpointButton_7iqkf_288:hover,._cancelViewpointButton_7iqkf_289:hover,._exitViewTourButton_7iqkf_290:hover,._setSceneViewButton_7iqkf_291:hover{background-color:#0b63f3;border-color:#0b63f3}._setViewpointButton_7iqkf_288:active,._cancelViewpointButton_7iqkf_289:active,._exitViewTourButton_7iqkf_290:active,._setSceneViewButton_7iqkf_291:active{transform:scale(.95)}._cancelViewpointButton_7iqkf_289,._exitViewTourButton_7iqkf_290{background-color:#ff6b6b;border-color:#ff6b6b}._cancelViewpointButton_7iqkf_289:hover,._exitViewTourButton_7iqkf_290:hover{background-color:#ff3838;border-color:#ff3838}._setSceneViewButton_7iqkf_291{background-color:#52c41a;border-color:#52c41a}._setSceneViewButton_7iqkf_291:hover{background-color:#3f9714;border-color:#3f9714}._viewpointModeIndicator_7iqkf_340,._modifySceneModeIndicator_7iqkf_341,._viewTourModeIndicator_7iqkf_342{color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#101010cc;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}._viewpointModeIndicator_7iqkf_340 ._instruction_7iqkf_352,._modifySceneModeIndicator_7iqkf_341 ._instruction_7iqkf_352,._viewTourModeIndicator_7iqkf_342 ._instruction_7iqkf_352{opacity:.8;margin-inline-start:.5rem;font-size:.8rem}@keyframes _spin_7iqkf_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){._infoOverlay_7iqkf_216{padding:.25rem .75rem;top:.5rem}._infoText_7iqkf_231{font-size:.8rem}.dragIndicator{width:40px;height:40px;font-size:14px}}@media screen and (orientation:landscape) and (height<=500px){._infoOverlay_7iqkf_216{padding:.25rem .75rem;top:.75rem}._infoText_7iqkf_231{font-size:.75rem}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){._canvas_7iqkf_109 canvas{image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast}}._canvas_7iqkf_109,._canvas_7iqkf_109 canvas{will-change:transform}._container_7iqkf_82._fullscreen_7iqkf_92 ._infoOverlay_7iqkf_216{top:2rem}._container_7iqkf_82._fullscreen_7iqkf_92 .dragIndicator{width:56px;height:56px;font-size:20px}@media (hover:none) and (pointer:coarse){.dragIndicator{width:52px;height:52px;font-size:18px}}@media (prefers-reduced-motion:reduce){._loading_7iqkf_147:after,.dragIndicator{animation:none}}._hoverTitle_7iqkf_428{color:#fff;white-space:nowrap;z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e6;border:1px solid #ffffff1a;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;position:fixed;box-shadow:0 4px 12px #0000004d}._hoverTitle_7iqkf_428:after{content:"";border:6px solid #0000;border-top-color:#000000e6;position:absolute;top:100%;left:50%;transform:translate(-50%)}._hoverTitle_7iqkf_428{animation:.2s ease-out _fadeInUp_7iqkf_1}@keyframes _fadeInUp_7iqkf_1{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){._hoverTitle_7iqkf_428{padding:.4rem .8rem;font-size:.8rem}}._container_7iqkf_82._fullscreen_7iqkf_92 ._hoverTitle_7iqkf_428{padding:.6rem 1.2rem;font-size:1rem}@media (hover:none) and (pointer:coarse){._hoverTitle_7iqkf_428{display:none}}@media (prefers-reduced-motion:reduce){._hoverTitle_7iqkf_428{animation:none}}._backButton_7iqkf_487{z-index:1000;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;transition:all .2s;display:flex;position:absolute;top:1rem;left:1rem}._backButton_7iqkf_487:hover{background:#000000e6;border-color:#fff6;transform:scale(1.05)}._backButton_7iqkf_487:active{transform:scale(.95)}._viewerScrollbar_7iqkf_515{background:#00000080;border:1px solid #fff3}._viewerScrollbar_7iqkf_515:hover{background:#0009}._viewerScrollbar_7iqkf_515>div{background:linear-gradient(135deg,#b4b4ffd9,#8c8bdcb3);box-shadow:0 2px 6px #0006,0 0 6px #8c8bdc66}._viewerScrollbar_7iqkf_515>div:hover{background:linear-gradient(135deg,#c8c8fff2,#a09ff0d9);box-shadow:0 0 10px #8c8bdcb3}._page_1kea2_37{padding-inline:max(5%,50vw - 800px)}._text-center_1kea2_62{text-align:center}@keyframes _te-levitate_1kea2_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1kea2_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}:root{--hotspot-visited-color:#0f8;--hotspot-unvisited-color:rgba(te.$te-accent, .85);--hotspot-visited-glow:#0f89;--hotspot-unvisited-glow:te.$te-accent-glow}._overlay_1kea2_89{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){._overlay_1kea2_89,._overlay_1kea2_89 *,._overlay_1kea2_89:before,._overlay_1kea2_89:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._hotspotIndicator_1kea2_107{pointer-events:auto;cursor:pointer;z-index:1;background:0 0;border:none;flex-direction:column;align-items:center;gap:.25rem;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;transform:translate(-50%,-50%)}._hotspotIndicator_1kea2_107:hover{z-index:10;transform:translate(-50%,-50%)scale(1.3)}._hotspotIndicator_1kea2_107:hover ._hotspotDot_1kea2_126{transform:scale(1.2)}._hotspotIndicator_1kea2_107:hover ._hotspotLabel_1kea2_129{opacity:1;transform:translateY(0)}._hotspotIndicator_1kea2_107:active{transform:translate(-50%,-50%)scale(1.15)}._hotspotDot_1kea2_126{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}._hotspotDot_1kea2_126:before{content:"";pointer-events:none;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite _pulse_1kea2_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._hotspotIcon_1kea2_160{z-index:1;font-size:.75rem;position:relative}._visited_1kea2_166 ._hotspotDot_1kea2_126{background:var(--hotspot-visited-color);box-shadow:0 0 12px var(--hotspot-visited-glow), 0 2px 8px #0000004d;border:2px solid #ffffffe6}._visited_1kea2_166 ._hotspotDot_1kea2_126:before{border:2px solid var(--hotspot-visited-color);opacity:.6}._visited_1kea2_166 ._hotspotIcon_1kea2_160{color:#000c}._unvisited_1kea2_179 ._hotspotDot_1kea2_126{background:var(--hotspot-unvisited-color);box-shadow:0 0 12px var(--hotspot-unvisited-glow), 0 2px 8px #0000004d;border:2px solid #ffffffb3}._unvisited_1kea2_179 ._hotspotDot_1kea2_126:before{border:2px solid var(--hotspot-unvisited-color);opacity:.8}._unvisited_1kea2_179 ._hotspotIcon_1kea2_160{color:#fffffff2}._hotspotLabel_1kea2_129{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#e8e8f0;white-space:nowrap;text-overflow:ellipsis;opacity:0;pointer-events:none;background:#000000d9;border:1px solid #fff3;border-radius:6px;max-width:120px;padding:.25rem .5rem;font-size:.7rem;font-weight:500;transition:all .3s;overflow:hidden;transform:translateY(-4px);box-shadow:0 2px 8px #0006}@keyframes _pulse_1kea2_1{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}50%{opacity:0;transform:translate(-50%,-50%)scale(1.5)}to{opacity:0;transform:translate(-50%,-50%)scale(1)}}@media (width<=768px){._hotspotDot_1kea2_126{width:20px;height:20px}._hotspotIcon_1kea2_160{font-size:.65rem}._hotspotLabel_1kea2_129{max-width:100px;padding:.2rem .4rem;font-size:.65rem}}._page_e73wv_37{padding-inline:max(5%,50vw - 800px)}._text-center_e73wv_62{text-align:center}:root{--toc-visited-color:#43b37f;--toc-unvisited-color:#6b7280;--toc-visited-border:#0f89;--toc-unvisited-border:#6b728066;--toc-audio-indicator-bg:#ff8c00e6;--toc-audio-indicator-border:#ffb224cc}._container_e73wv_75{flex-direction:column;gap:1rem;width:100%;max-width:100%;height:100%;min-height:300px;max-height:100%;font-family:Inter,sans-serif;display:flex;position:relative;overflow:visible}._header_e73wv_89{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:12px;flex-shrink:0;padding:1rem;position:relative}._headerTop_e73wv_99{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex;position:relative}._title_e73wv_107{text-align:center;margin:0;font-size:1.25rem;font-weight:600}._closeButton_e73wv_114{color:var(--cyberpunk-text-primary);cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;transition:all .3s;display:flex;position:absolute;top:-10px;right:-10px}._closeButton_e73wv_114:hover{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 12px var(--cyberpunk-purple-glow);background:#fff3;transform:scale(1.05)}._closeButton_e73wv_114:active{transform:scale(.95)}._overallProgress_e73wv_142{flex-wrap:nowrap;justify-content:space-around;gap:1rem;display:flex}._overallProgress_e73wv_142 small{opacity:.9;font-size:.875rem}._sceneSection_e73wv_153{flex-direction:column;flex:1;gap:.75rem;min-height:0;display:flex;overflow:hidden}._sectionLabel_e73wv_162{text-transform:uppercase;letter-spacing:.05em;opacity:.8;flex-shrink:0;padding:0 .5rem;font-size:.875rem;font-weight:500}._sceneGrid_e73wv_172{box-sizing:border-box;flex-direction:column;flex:1;align-items:stretch;gap:.75rem;width:100%;min-height:0;padding:0 .25rem;display:flex;overflow:hidden auto}._sceneGrid_e73wv_172::-webkit-scrollbar{background:0 0;width:8px}._sceneGrid_e73wv_172::-webkit-scrollbar-track{background:#0003;border-radius:4px;margin:4px 0}._sceneGrid_e73wv_172::-webkit-scrollbar-thumb{background:var(--cyberpunk-purple-glow);border-radius:4px}._sceneGrid_e73wv_172::-webkit-scrollbar-thumb:hover{background:#9f7aea}._sceneItem_e73wv_202{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:2px solid var(--cyberpunk-glass-border);cursor:pointer;box-sizing:border-box;border-radius:10px;flex-direction:column;flex-shrink:0;width:100%;max-width:100%;min-height:110px;transition:all .3s;display:flex;position:relative;overflow:hidden}._sceneItem_e73wv_202:before{content:"";background:linear-gradient(135deg, var(--cyberpunk-accent-magenta) 0%, transparent 50%, var(--cyberpunk-accent-cyan) 100%);opacity:.05;pointer-events:none;border-radius:8px;position:absolute;inset:0}._sceneItem_e73wv_202:hover{box-shadow:0 6px 24px var(--cyberpunk-purple-glow);transform:translateY(-2px)}._sceneItem_e73wv_202._selected_e73wv_235{border-color:var(--toc-visited-color);border-width:3px;box-shadow:0 0 20px #00ff8880,inset 0 0 20px #00ff881a}._sceneItem_e73wv_202._selected_e73wv_235 ._sceneImage_e73wv_240,._sceneItem_e73wv_202._selected_e73wv_235 ._sceneVideo_e73wv_241,._visited_e73wv_246 ._sceneImage_e73wv_240,._visited_e73wv_246 ._sceneVideo_e73wv_241{filter:none;opacity:1}._unvisited_e73wv_252{border-color:var(--toc-unvisited-border)!important}._unvisited_e73wv_252 ._sceneImage_e73wv_240,._unvisited_e73wv_252 ._sceneVideo_e73wv_241{filter:grayscale();opacity:.6}._scenePreview_e73wv_261{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%);width:100%;padding-top:45%;position:relative;overflow:hidden}._sceneImage_e73wv_240,._sceneVideo_e73wv_241{object-fit:cover;border:none;width:100%;height:100%;position:absolute;top:0;left:0}._scenePlaceholder_e73wv_280{background:linear-gradient(135deg,#1a1a2ecc 0%,#2d1b3dcc 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._placeholderIcon_e73wv_293{color:var(--cyberpunk-text-secondary);opacity:.4;margin-bottom:.5rem;font-size:2.5rem}._errorText_e73wv_300{color:#ef4444;opacity:.8;font-size:.75rem}._sceneLoading_e73wv_306{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1a1a2e99;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}._loadingSpinner_e73wv_319{border:3px solid #7877c633;border-top-color:#7877c6;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite _spin_e73wv_1}@keyframes _spin_e73wv_1{to{transform:rotate(360deg)}}._sceneOverlay_e73wv_333{pointer-events:none;flex-direction:column;justify-content:space-between;padding:.5rem;display:flex;position:absolute;inset:0}._positionBadgeGroup_e73wv_346{align-items:center;gap:.4rem;display:flex;position:absolute;top:.5rem;left:.5rem}._positionBadge_e73wv_346{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cyberpunk-text-primary);background:#000000bf;border:1px solid #fff3;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;font-weight:600}._hotspotIndicatorWrapper_e73wv_366{flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;top:.5rem;right:.5rem}._hotspotIndicator_e73wv_366{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid;border-radius:6px;justify-content:center;align-items:center;padding:.4rem;font-size:.95rem;line-height:1;display:flex}._hotspotIndicator_e73wv_366 svg{filter:drop-shadow(0 1px 2px #00000080);font-size:1.25rem;display:block}._hotspotIndicator_e73wv_366._allHotspotsVisited_e73wv_392{color:#fff;background:#00ff8880;border-color:#00ff88b3;box-shadow:0 0 12px #00ff8880,0 2px 8px #0006}._hotspotIndicator_e73wv_366._noHotspotsVisited_e73wv_398{color:#fff;background:#000000d9;border-color:#fff6;box-shadow:0 0 12px #0009,0 2px 8px #0006}._hotspotProgressText_e73wv_405{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cyberpunk-text-primary);background:#000000bf;border:1px solid #fff3;border-radius:4px;padding:.2rem .4rem;font-size:.7rem;font-weight:600;line-height:1}._hotspotProgressBadge_e73wv_417{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--cyberpunk-text-primary);background:#000000bf;border:1px solid #fff3;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}._audioIndicator_e73wv_431{background:var(--toc-audio-indicator-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;border:1px solid var(--toc-audio-indicator-border);border-radius:6px;justify-content:center;align-items:center;padding:.4rem;font-size:.95rem;line-height:1;display:flex;position:absolute;bottom:.5rem;left:.5rem;box-shadow:0 0 12px #ff8c0073,0 2px 8px #00000059}._audioIndicator_e73wv_431 svg{filter:drop-shadow(0 1px 2px #0006);display:block}._visitedIndicator_e73wv_453{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1.5px solid;border-radius:6px;justify-content:center;align-items:center;padding:.3rem;font-size:.85rem;line-height:1;display:flex}._visitedIndicator_e73wv_453 svg{filter:drop-shadow(0 1px 2px #00000080);display:block}._visitedIndicator_e73wv_453._visited_e73wv_246{color:#fff;background:#00ff8880;border-color:#00ff88b3;box-shadow:0 0 12px #00ff8880,0 2px 8px #0006}._visitedIndicator_e73wv_453._unvisited_e73wv_252{color:#fff;background:#000000d9;border-color:#fff6;box-shadow:0 0 12px #0009,0 2px 8px #0006}._sceneInfo_e73wv_481{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;padding:.75rem}._sceneName_e73wv_487{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}._locked_e73wv_496{cursor:default;pointer-events:none;position:relative;border-color:#6b72804d!important}._locked_e73wv_496:hover{box-shadow:none;transform:none}._locked_e73wv_496 ._scenePreview_e73wv_261{filter:blur(12px)grayscale();opacity:.35}._locked_e73wv_496 ._sceneOverlay_e73wv_333{visibility:hidden}._locked_e73wv_496 ._sceneInfo_e73wv_481{filter:blur(4px);opacity:.4}._lockedOverlay_e73wv_518{pointer-events:none;background:#00000073;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._lockedIcon_e73wv_529{color:#ffffffb3;filter:drop-shadow(0 0 8px #7877c699);font-size:2rem}._emptyState_e73wv_535{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}._emptyIcon_e73wv_545{color:var(--cyberpunk-text-secondary);opacity:.3;font-size:4rem}._emptyText_e73wv_551{opacity:.7;font-size:1rem}@media (width<=768px){._container_e73wv_75{gap:.75rem}._header_e73wv_89{padding:.875rem}._title_e73wv_107{margin-bottom:.5rem;font-size:1.1rem}._overallProgress_e73wv_142{flex-direction:row;align-items:center;gap:.75rem}._overallProgress_e73wv_142 small{font-size:.75rem}._hotspotListToggle_e73wv_575{padding:.75rem;font-size:.875rem}._hotspotList_e73wv_575{max-height:200px}._hotspotItem_e73wv_582{padding:.625rem}._sceneItem_e73wv_202{min-height:120px}._sceneInfo_e73wv_481{padding:.625rem}._sceneName_e73wv_487{font-size:.85rem}}@media (width<=480px){._header_e73wv_89{padding:.75rem}._title_e73wv_107{font-size:1rem}._overallProgress_e73wv_142 small{font-size:.8rem}._hotspotList_e73wv_575{max-height:180px}._hotspotItem_e73wv_582{gap:.5rem;padding:.5rem}._hotspotIcon_e73wv_612{width:24px;height:24px;font-size:.75rem}._hotspotTitle_e73wv_617{font-size:.85rem}._hotspotType_e73wv_620{font-size:.7rem}._sceneItem_e73wv_202{min-height:100px}._positionBadge_e73wv_346{padding:.2rem .4rem;font-size:.7rem}._hotspotIndicator_e73wv_366{padding:.35rem;font-size:.85rem}._hotspotProgressText_e73wv_405{padding:.15rem .35rem;font-size:.65rem}._hotspotProgressBadge_e73wv_417{padding:.2rem .4rem;font-size:.7rem}}@media (orientation:landscape) and (height<=480px) and (width<=900px){._container_e73wv_75{gap:.5rem}._header_e73wv_89{padding:.5rem}._title_e73wv_107{margin-bottom:.375rem;font-size:.95rem}._overallProgress_e73wv_142{flex-direction:row;gap:1rem}._overallProgress_e73wv_142 small{font-size:.75rem}._hotspotListToggle_e73wv_575{padding:.5rem .75rem;font-size:.8rem}._hotspotList_e73wv_575{max-height:140px}._sceneItem_e73wv_202{min-height:90px}._sceneGrid_e73wv_172{gap:.5rem}}@keyframes _pulseBlue_e73wv_1{0%,to{opacity:1;border-color:#0096ffcc;transform:scale(1);box-shadow:0 0 15px #0096ff80}50%{opacity:.9;border-color:#0096ff;transform:scale(1.02);box-shadow:0 0 30px #0096ffe6}}._tutorialBanner_e73wv_689{color:#00a8ff;text-align:center;background:#0096ff33;border:2px solid #0096ffcc;border-radius:8px;margin-bottom:12px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5;animation:1.5s ease-in-out infinite _pulseBlue_e73wv_1;box-shadow:0 0 15px #0096ff80}._instructionBubble_e73wv_704{color:#fff;text-align:center;z-index:1000;pointer-events:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7877c6f2;border:2px solid #7877c6;border-radius:12px;padding:16px 24px;font-size:16px;font-weight:600;line-height:1.5;animation:.5s ease-out _fadeInScale_e73wv_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #7877c6cc}@keyframes _fadeInScale_e73wv_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._page_k2phl_37{padding-inline:max(5%,50vw - 800px)}._text-center_k2phl_62{text-align:center}@keyframes _te-levitate_k2phl_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_k2phl_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}:root{--toc-visited-color:#0f8;--toc-unvisited-color:#6b7280;--toc-visited-border:#0f89;--toc-unvisited-border:#6b728066}._container_k2phl_89{flex-direction:column;gap:0;width:100%;font-family:Inter,sans-serif;display:flex}@media (prefers-reduced-motion:reduce){._container_k2phl_89,._container_k2phl_89 *,._container_k2phl_89:before,._container_k2phl_89:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._emptyState_k2phl_105{text-align:center;color:#b8b8d0;padding:1.5rem}._hotspotListToggle_k2phl_111{color:#e8e8f0;cursor:pointer;background:#ffffff0d;border:none;justify-content:space-between;align-items:center;width:100%;padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}._hotspotListToggle_k2phl_111:hover{background:#ffffff14}._hotspotListToggle_k2phl_111 svg{font-size:1.1rem}._progressHeader_k2phl_133{background:#ffffff08;border-bottom:1px solid #ffffff14;padding:1rem 1.25rem .75rem;position:relative}._progressTitle_k2phl_140{color:#e8e8f0;text-align:center;text-shadow:0 0 10px #7877c699;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}._closeButton_k2phl_149{color:#e8e8f0;cursor:pointer;z-index:1;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:0;font-size:1.25rem;transition:all .3s;display:flex;position:absolute;top:-10px;right:-10px}._closeButton_k2phl_149:hover{background:#fff3;border-color:#7877c699;transform:scale(1.05);box-shadow:0 0 12px #7877c699}._closeButton_k2phl_149:active{transform:scale(.95)}._progressInfo_k2phl_178{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}._progressText_k2phl_185{color:#e8e8f0;letter-spacing:.02em;font-size:.85rem;font-weight:500}._progressPercent_k2phl_192{color:var(--toc-visited-color);text-shadow:0 0 8px #00ff8880;font-size:.95rem;font-weight:600}._progressBar_k2phl_199{background:#0000004d;border-radius:3px;width:100%;height:6px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0006}._progressFill_k2phl_209{background:linear-gradient(90deg, var(--toc-visited-color) 0%, #00d4aa 100%);border-radius:3px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 0 12px #0f89}._progressFill_k2phl_209:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s infinite _shimmer_k2phl_1;position:absolute;inset:0}@keyframes _shimmer_k2phl_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._hotspotGrid_k2phl_236{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem;max-height:400px;padding:1.5rem;display:grid;overflow-y:auto}._hotspotGrid_k2phl_236::-webkit-scrollbar{width:6px}._hotspotGrid_k2phl_236::-webkit-scrollbar-track{background:#0003;border-radius:3px}._hotspotGrid_k2phl_236::-webkit-scrollbar-thumb{background:#7877c699;border-radius:3px}._hotspotGrid_k2phl_236::-webkit-scrollbar-thumb:hover{background:#9f7aea}._hotspotCard_k2phl_259{cursor:pointer;flex-direction:column;align-items:center;gap:.75rem;padding-top:20px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}._hotspotCard_k2phl_259:hover{transform:translateY(-8px)}._hotspotCard_k2phl_259:hover ._hotspotCircle_k2phl_272{transform:scale(1.1)}._hotspotCard_k2phl_259:active{transform:translateY(-4px)scale(.98)}._textOnHotspot_k2phl_279{z-index:10;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.02em;background:#000000bf;border:1.5px solid #fff;border-radius:8px;max-width:calc(100% - 8px);padding:.375rem .625rem;font-size:.75rem;font-weight:600;transition:all .3s;position:absolute;top:0;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 2px 8px #0006}._hotspotCard_k2phl_259:hover ._textOnHotspot_k2phl_279{background:#000000d9;border-color:#7877c6cc;box-shadow:0 2px 12px #7877c666}._hotspotCircle_k2phl_272{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff08 100%);border:2px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:90px;height:90px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 12px #0003}._circleInner_k2phl_322{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._circleIcon_k2phl_333{font-size:2rem;transition:all .3s}._hotspotCard_k2phl_259:hover ._circleIcon_k2phl_333{transform:scale(1.15)rotate(5deg)}._visitedCircle_k2phl_341{border-color:var(--toc-visited-border);background:linear-gradient(135deg,#00ff8826 0%,#00ff880d 100%);box-shadow:0 4px 16px #00ff8840,0 0 30px #00ff8826}._visitedCircle_k2phl_341 ._circleIcon_k2phl_333{color:var(--toc-visited-color);filter:drop-shadow(0 0 8px #0f89)}._hotspotCard_k2phl_259:hover ._visitedCircle_k2phl_341{box-shadow:0 6px 20px #00ff8859,0 0 40px #00ff8840}._unvisitedCircle_k2phl_354{border-color:var(--toc-unvisited-border)}._unvisitedCircle_k2phl_354 ._circleIcon_k2phl_333{color:#6b9cff;filter:drop-shadow(0 0 8px #4285f466)}._hotspotCard_k2phl_259:hover ._unvisitedCircle_k2phl_354{border-color:#7877c699;box-shadow:0 6px 20px #7877c64d,0 0 40px #7877c633}._unvisitedCircle_k2phl_354:before{content:"";opacity:0;background:radial-gradient(circle,#7877c64d 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite _pulse_k2phl_1;position:absolute;inset:-4px}@keyframes _pulse_k2phl_1{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}._visitedBadge_k2phl_385{background:var(--toc-visited-color);color:#1a1a2e;z-index:2;border:2px solid #1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex;position:absolute;top:-2px;right:-2px;box-shadow:0 2px 8px #0006,0 0 12px #0f8c}._hotspotCard_k2phl_259:hover ._visitedBadge_k2phl_385{transform:scale(1.2)rotate(10deg)}._visitedBadge_k2phl_385 svg{stroke-width:3px}._lockBadge_k2phl_411{color:#1a1a2e;z-index:2;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border:2px solid #1a1a2e;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.8rem;font-weight:700;transition:all .3s;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 2px 8px #0006,0 0 12px #fbbf2499}._hotspotCard_k2phl_259:hover ._lockBadge_k2phl_411{transform:scale(1.15);box-shadow:0 3px 12px #00000080,0 0 16px #fbbf24cc}._lockBadge_k2phl_411 svg{stroke-width:2.5px}._hotspotInfo_k2phl_438{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:100%;display:flex}._hotspotTitle_k2phl_447{color:#e8e8f0;text-overflow:ellipsis;white-space:nowrap;letter-spacing:.01em;max-width:100%;font-size:.85rem;font-weight:600;line-height:1.3;overflow:hidden}._hotspotCard_k2phl_259:hover ._hotspotTitle_k2phl_447{color:#fff}._hotspotType_k2phl_462{color:#b8b8d0;opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}._hotspotCard_k2phl_259:hover ._hotspotType_k2phl_462{opacity:.9}._tutorialMessage_k2phl_474{text-align:center;border-radius:8px;margin-bottom:12px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5;animation:2s ease-in-out infinite _tutorialPulse_k2phl_1}@keyframes _tutorialPulse_k2phl_1{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 15px}50%{opacity:.95;transform:scale(1.02);box-shadow:0 0 25px}}._page_139wn_37{padding-inline:max(5%,50vw - 800px)}._text-center_139wn_62{text-align:center}@keyframes _te-levitate_139wn_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_139wn_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._controls_139wn_82{bottom:max(2rem, 1rem + env(safe-area-inset-bottom));z-index:30;flex-direction:column;gap:.75rem;display:flex;position:absolute;left:1.5rem}@media (width<=768px){._controls_139wn_82{top:50%;bottom:auto;left:max(1rem, env(safe-area-inset-left));justify-content:flex-end;height:388px;transform:none}}@media (prefers-reduced-motion:reduce){._controls_139wn_82,._controls_139wn_82 *,._controls_139wn_82:before,._controls_139wn_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._audioControlGroup_139wn_110{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;border:1px solid #ffffff1f;border-radius:12px;flex-direction:column;align-items:center;padding:.75rem;display:flex}._volumeControls_139wn_121{flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}._audioButtonWrapper_139wn_131{display:inline-flex;position:relative}._volumeSliderContainer_139wn_136{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:all;opacity:0;transform-origin:0;z-index:2;background-color:#000000e6;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;min-width:140px;height:auto;margin:0;padding:.5rem .75rem;display:flex;position:absolute;top:50%;bottom:auto;left:calc(100% - 2px);transform:translateY(-50%)translate(4px)scale(.98)}._open_139wn_159{opacity:1;animation:.12s ease-out _volumeSlideInRight_139wn_1;transform:translateY(-50%)translate(0)scale(1)}._closing_139wn_165{opacity:0;animation:.14s ease-in _volumeSlideOutRight_139wn_1;transform:translateY(-50%)translate(4px)scale(.98)}._volumeSlider_139wn_136{width:140px}._volumeSlider_139wn_136 .ant-slider{margin:0;padding:0}._volumeSlider_139wn_136 .ant-slider-rail{background-color:#fff3;border-radius:2px;height:4px}._volumeSlider_139wn_136 .ant-slider-track{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:2px;height:4px}._volumeSlider_139wn_136 .ant-slider-handle{background-color:#e8e8f0;border:2px solid #7877c699;border-radius:50%;width:11px;height:11px;margin-top:-4px;box-shadow:0 0 8px #7877c699}._volumeSlider_139wn_136 .ant-slider-handle:before,._volumeSlider_139wn_136 .ant-slider-handle:after{display:none}._volumeSlider_139wn_136 .ant-slider-handle:hover,._volumeSlider_139wn_136 .ant-slider-handle:focus{border-color:#c0c0ff;box-shadow:0 0 12px #7877c699}._volumeHoverBridge_139wn_205{pointer-events:auto;height:10px;position:absolute;bottom:-8px;left:0;right:0}._volumeSliderContainer_139wn_136 ._volumeHoverBridge_139wn_205{width:10px;height:auto;inset:0 auto 0 -8px}@keyframes _volumeSlideInRight_139wn_1{0%{opacity:0;transform:translateY(-50%)translate(6px)scale(.98)}to{opacity:1;transform:translateY(-50%)translate(0)scale(1)}}@keyframes _volumeSlideOutRight_139wn_1{0%{opacity:1;transform:translateY(-50%)translate(0)scale(1)}to{opacity:0;transform:translateY(-50%)translate(6px)scale(.98)}}._audioButton_139wn_131{color:#c0c0ff}._audioButton_139wn_131:hover{color:#e8e8f0;box-shadow:0 0 12px #7877c699}._replayButton_139wn_251{color:#a5d6a7;cursor:pointer;z-index:3;background:#000c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;bottom:-4px;right:-4px;box-shadow:0 2px 6px #00000059}._replayButton_139wn_251:hover{color:#fff;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border-color:#22c55ecc;transform:translateY(-1px);box-shadow:0 6px 14px #16a34a66}._replayButton_139wn_251:active{transform:translateY(0)scale(.98)}._volumeMiniButton_139wn_281{color:#93c5fd;cursor:pointer;z-index:3;background:#000c;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.9rem;transition:all .2s;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 2px 6px #00000059}._volumeMiniButton_139wn_281:hover{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);border-color:#60a5facc;transform:translateY(-1px);box-shadow:0 6px 14px #3b82f659}._volumeMiniButton_139wn_281:active{transform:translateY(0)scale(.98)}._controlGroup_139wn_311{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000d9;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:.5rem;padding:.75rem;display:flex;box-shadow:0 8px 32px #0000004d}._controlButton_139wn_323{cursor:pointer;color:#2c3e50;background-color:#fffffff2;border:1px solid #fff3;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.4rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}._controlButton_139wn_323:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#3b82f6,#6ca1f8);transition:opacity .3s;position:absolute;inset:0}._controlButton_139wn_323:not(:disabled):hover{color:#fff;background-color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 12px 24px #3498db4d}._controlButton_139wn_323:not(:disabled):hover:before{opacity:1}._controlButton_139wn_323:not(:disabled):active{transition:all .1s;transform:translateY(-1px)scale(.98)}._controlButton_139wn_323:disabled{opacity:.4;cursor:not-allowed}._controlButton_139wn_323:disabled:before{opacity:0}._controlButton_139wn_323:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._controlButton_139wn_323 svg{z-index:1;position:relative}._exitButton_139wn_381{color:#fff!important;background-color:#dc3545f2!important;border-color:#dc3545cc!important}._exitButton_139wn_381:before{opacity:1;background:linear-gradient(135deg,#d32029,#e3434b)!important}._exitButton_139wn_381:hover{color:#fff!important;background-color:#d32029!important;border-color:#d32029!important;box-shadow:0 12px 24px #dc354566!important}._exitButton_139wn_381:hover:before{background:linear-gradient(135deg,#a71920,#d32029)!important}._exitButton_139wn_381:active{background-color:#91161c!important}._hotspotButton_139wn_403{background:linear-gradient(135deg,#ef4444e6 0%,#dc2626e6 50%,#b91c1ce6 100%);border:1px solid #ef444499;flex-direction:column;gap:.25rem;padding:.5rem;box-shadow:0 0 10px #ef444466;color:#fff!important}._hotspotButton_139wn_403:before{opacity:.3;background:linear-gradient(135deg,#b91c1c 0%,#ef4444 100%)}._hotspotButton_139wn_403:hover{background:linear-gradient(135deg,#b91c1c 0%,#ef4444 100%);border-color:#fca5a5;transform:translateY(-2px)scale(1.05);box-shadow:0 0 20px #ef444499;color:#fff!important}._hotspotButton_139wn_403:hover:before{opacity:1;background:linear-gradient(135deg,#df2929 0%,#f37373 100%)}._hotspotButton_139wn_403:active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #ef4444cc}._hotspotButton_139wn_403 svg{font-size:1.3rem}._hotspotCounter_139wn_435{color:#fff;text-shadow:0 1px 2px #00000080;z-index:1;background:#0006;border-radius:4px;justify-content:center;align-items:center;padding:2px 6px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1;display:flex;position:static}._controlButton_139wn_323[title*=Scenes]{background:linear-gradient(135deg,#7877c6e6 0%,#5a4fcfe6 50%,#8b5cf6e6 100%);border:1px solid #7877c699;box-shadow:0 0 10px #7877c666;color:#fff!important}._controlButton_139wn_323:has(._MdViewCarousel_139wn_452){background:linear-gradient(135deg,#7877c6e6 0%,#5a4fcfe6 50%,#8b5cf6e6 100%);border:1px solid #7877c699;box-shadow:0 0 10px #7877c666;color:#fff!important}._controlButton_139wn_323[title*=Scenes]:before{opacity:.3;background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)}._controlButton_139wn_323:has(._MdViewCarousel_139wn_452):before{opacity:.3;background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)}._controlButton_139wn_323[title*=Scenes]:hover{background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%);border-color:#c0c0ff;transform:translateY(-2px)scale(1.05);box-shadow:0 0 20px #7877c699;color:#fff!important}._controlButton_139wn_323:has(._MdViewCarousel_139wn_452):hover{background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%);border-color:#c0c0ff;transform:translateY(-2px)scale(1.05);box-shadow:0 0 20px #7877c699;color:#fff!important}._controlButton_139wn_323[title*=Scenes]:hover:before{opacity:1;background:linear-gradient(135deg,#b5acf9 0%,#b5acf9d9 100%)}._controlButton_139wn_323:has(._MdViewCarousel_139wn_452):hover:before{opacity:1;background:linear-gradient(135deg,#b5acf9 0%,#b5acf9d9 100%)}._controlButton_139wn_323[title*=Scenes]:active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #7877c6cc}._controlButton_139wn_323:has(._MdViewCarousel_139wn_452):active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #7877c6cc}._fullscreen_139wn_483 ._controls_139wn_82{bottom:2.5rem;left:2.5rem}._fullscreen_139wn_483 ._controlGroup_139wn_311{gap:.75rem;padding:1rem}._fullscreen_139wn_483 ._controlButton_139wn_323{width:60px;height:60px;font-size:1.6rem}@media (width<=768px){._controls_139wn_82{gap:.5rem}._audioControlGroup_139wn_110{padding:.5rem}._controlGroup_139wn_311{gap:.375rem;padding:.5rem}._controlButton_139wn_323{border-radius:8px;width:44px;height:44px;font-size:1.2rem}._fullscreen_139wn_483 ._controls_139wn_82{left:max(2rem, env(safe-area-inset-left))}}@media (width<=480px){._controls_139wn_82{left:max(.75rem, env(safe-area-inset-left));height:364px}._audioControlGroup_139wn_110{padding:.5rem}._controlButton_139wn_323{width:40px;height:40px;font-size:1.1rem}._fullscreen_139wn_483 ._controls_139wn_82{left:max(1.5rem, env(safe-area-inset-left))}}@media (hover:none) and (pointer:coarse){._controlButton_139wn_323{width:48px;height:48px;font-size:1.3rem}._controlButton_139wn_323:hover{box-shadow:none;transform:none}._controlButton_139wn_323:hover:before{opacity:0}._controlButton_139wn_323:active{background-color:#3498db1a;transform:scale(.95)}._fullscreen_139wn_483 ._controlButton_139wn_323{width:56px;height:56px;font-size:1.5rem}}@media (prefers-color-scheme:dark){._controlGroup_139wn_311{background-color:#000000e6;border-color:#ffffff26}._controlButton_139wn_323{color:#2c3e50;background-color:#ffffffe6;border-color:#ffffff4d}}@media (prefers-reduced-motion:reduce){._controlButton_139wn_323{transition:none}._controlButton_139wn_323:hover{transform:none}._controlButton_139wn_323:active{transform:scale(.98)}._controlButton_139wn_323:before{transition:none}}@media (prefers-contrast:high){._controlGroup_139wn_311{background-color:#000000f2;border:2px solid #fff}._controlButton_139wn_323{color:#000;background-color:#fff;border:2px solid #000}._controlButton_139wn_323:hover{color:#fff;background-color:#000}}@keyframes _slideInFromLeft_139wn_1{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}._controls_139wn_82{animation:.4s ease-out _slideInFromLeft_139wn_1}._controlButton_139wn_323._loading_139wn_612{pointer-events:none;opacity:.6}._controlButton_139wn_323._loading_139wn_612:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_139wn_1;position:absolute}@keyframes _spin_139wn_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cyberpunk-modal ._ant-modal-content_139wn_635{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%)!important;border:1px solid #ffffff1f!important;border-radius:12px!important;box-shadow:0 0 30px #7877c699!important}.cyberpunk-modal ._ant-modal-header_139wn_642{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#ffffff14!important;border-bottom:1px solid #ffffff1f!important}.cyberpunk-modal ._ant-modal-header_139wn_642 ._ant-modal-title_139wn_647,.cyberpunk-modal ._ant-modal-title_139wn_647,.cyberpunk-modal div[class=ant-modal-title]{color:#b8b8d0!important;text-shadow:0 0 12px #7877c6!important;opacity:1!important;font-family:Inter,sans-serif!important;font-size:1.1rem!important;font-weight:600!important}.cyberpunk-modal [id*=\:r]:has(._ant-modal-title_139wn_647){color:#b8b8d0!important;text-shadow:0 0 12px #7877c6!important;opacity:1!important;font-family:Inter,sans-serif!important;font-size:1.1rem!important;font-weight:600!important}.cyberpunk-modal ._ant-modal-close_139wn_665{color:#b8b8d0!important}.cyberpunk-modal ._ant-modal-close_139wn_665:hover{color:#c0c0ff!important;background:#ffffff14!important}.cyberpunk-modal ._ant-modal-body_139wn_672{color:#e8e8f0!important;background:0 0!important;padding:1rem!important}.cyberpunk-modal ._ant-modal-body_139wn_672 *{color:inherit!important}.cyberpunk-modal ._ant-modal-body_139wn_672 ._ant-btn_139wn_680{color:#e8e8f0!important;background:linear-gradient(135deg,#5a4fcf,#8b5cf6)!important;border:1px solid #ffffff1f!important}.cyberpunk-modal ._ant-modal-body_139wn_672 ._ant-btn_139wn_680:hover{background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)!important;border-color:#ffffff1f!important}.cyberpunk-modal ._ant-modal-body_139wn_672 ._ant-btn_139wn_680._ant-btn-dangerous_139wn_689{background:linear-gradient(135deg,#ff6b9d 0%,#c44569 100%)!important;border:1px solid #ff6b9d4d!important}.cyberpunk-modal ._ant-modal-body_139wn_672 ._ant-btn_139wn_680._ant-btn-dangerous_139wn_689:hover{background:linear-gradient(135deg,#c44569 0%,#ff6b9d 100%)!important}@media (orientation:landscape) and (height<=480px) and (width<=900px){._controls_139wn_82{left:max(.75rem, env(safe-area-inset-left));gap:.4rem;height:325px}._audioControlGroup_139wn_110,._controlGroup_139wn_311{border-radius:10px;gap:.3rem;padding:.45rem}._controlButton_139wn_323{border-radius:7px;width:36px;height:36px;font-size:.95rem}._volumeMiniButton_139wn_281,._replayButton_139wn_251{width:18px;height:18px;font-size:.7rem;top:-3px;right:-3px}._replayButton_139wn_251{bottom:-3px}._volumeSliderContainer_139wn_136{min-width:120px;padding:.4rem .55rem}._volumeSlider_139wn_136{width:120px}}@keyframes _pulseGreen_139wn_1{0%,to{opacity:1;border-color:#0f8c;transform:scale(1);box-shadow:0 0 15px #00ff8880}50%{opacity:.9;border-color:#0f8;transform:scale(1.02);box-shadow:0 0 30px #00ff88e6}}._tutorialMessageGreen_139wn_749{color:#0f8;text-align:center;background:#0f83;border:2px solid #0f8c;border-radius:8px;margin-bottom:12px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.5;animation:1.5s ease-in-out infinite _pulseGreen_139wn_1;box-shadow:0 0 15px #00ff8880}._page_1ud87_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ud87_62{text-align:center}@keyframes _te-levitate_1ud87_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ud87_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._stage_1ud87_82{background:#000;border-radius:4px;transition:all .3s;position:relative;overflow:visible;box-shadow:0 0 30px #00000080}._stage_1ud87_82>._clipContainer_1ud87_90,._stage_1ud87_82>._dimmingOverlay_1ud87_91,._stage_1ud87_82>._stageFrame_1ud87_92{width:100%;height:100%}._stage_1ud87_82._dragging_1ud87_96{cursor:grabbing}@media (prefers-reduced-motion:reduce){._stage_1ud87_82,._stage_1ud87_82 *,._stage_1ud87_82:before,._stage_1ud87_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._clipContainer_1ud87_90{z-index:1;border-radius:4px;position:absolute;top:0;left:0;overflow:hidden}._clipContainer_1ud87_90._clipContainerSelected_1ud87_116{overflow:visible}._contentWrapper_1ud87_120{pointer-events:auto;position:absolute;overflow:visible}._dimmingOverlay_1ud87_91{pointer-events:none;z-index:2;position:absolute;inset:0;box-shadow:0 0 0 9999px #000000b3}._stageFrame_1ud87_92{pointer-events:none;z-index:3;border:3px solid #fff6;border-radius:4px;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}._stageFrameSelected_1ud87_150{border-color:#3b82f680}._handlesContainer_1ud87_154{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}._handle_1ud87_154{pointer-events:auto;cursor:pointer;background:#3b82f6;border:2px solid #fff;border-radius:50%;width:12px;height:12px;transition:transform .15s,box-shadow .15s;position:absolute;box-shadow:0 1px 4px #0000004d}._handle_1ud87_154:hover{transform:scale(1.2);box-shadow:0 2px 8px #3b82f680}._topLeft_1ud87_181{cursor:nwse-resize;top:-6px;left:-6px}._topRight_1ud87_187{cursor:nesw-resize;top:-6px;right:-6px}._bottomLeft_1ud87_193{cursor:nesw-resize;bottom:-6px;left:-6px}._bottomRight_1ud87_199{cursor:nwse-resize;bottom:-6px;right:-6px}._moveHandle_1ud87_205{cursor:move;background:#22c55e;width:20px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%)}._rotateHandle_1ud87_215{cursor:grab;background:#f59e0b;width:14px;height:14px;top:-30px;left:50%;transform:translate(-50%)}._rotateHandle_1ud87_215:active{cursor:grabbing}._rotateHandle_1ud87_215:before{content:"";background:#f59e0b80;width:2px;height:18px;position:absolute;top:100%;left:50%;transform:translate(-50%)}._selectionBorder_1ud87_238{pointer-events:none;box-sizing:border-box;border:2px dashed #3b82f6b3;width:100%;height:100%;position:absolute;top:0;left:0}._page_1agfi_37{padding-inline:max(5%,50vw - 800px)}._text-center_1agfi_62{text-align:center}._tourViewer_1agfi_66{opacity:1;background:#000;width:100%;height:100%;transition:opacity .8s ease-out,transform .8s ease-out;position:relative;overflow:hidden;transform:scale(1)}._tourViewer_1agfi_66._fullscreen_1agfi_76{z-index:9999;height:100vh;position:fixed;top:0;left:0}._tourViewer_1agfi_66._embedded_1agfi_83{height:100%;box-shadow:none;border:0;border-radius:0;position:relative}._tourViewer_1agfi_66._fadeIn_1agfi_90{animation:1.2s ease-out _tourViewerFadeIn_1agfi_1}._tourViewer_1agfi_66._sceneTransitioning_1agfi_93 ._panoramaContainer_1agfi_93{opacity:.7;filter:blur(1px);transition:opacity .2s ease-out,filter .2s ease-out}._publicHeader_1agfi_99{z-index:100;color:#fff;opacity:1;pointer-events:none;background:linear-gradient(#000c 0%,#0000 100%);justify-content:space-between;align-items:center;padding:1rem 2rem;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;position:absolute;top:0;left:0;right:0;transform:translateY(0)}._publicHeader_1agfi_99._headerFadeIn_1agfi_116{animation:.8s ease-out .4s both _headerSlideIn_1agfi_1}._publicHeader_1agfi_99 h3{text-shadow:0 2px 4px #000000b3;pointer-events:auto;margin:0;font-size:1.5rem;font-weight:600}._exitButton_1agfi_127{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:700;transition:all .2s;display:flex}._exitButton_1agfi_127:hover{background:#ffffff4d;border-color:#ffffff80}._loading_1agfi_147{color:#fff;opacity:1;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;transition:opacity .5s ease-out;display:flex}._loading_1agfi_147._initializing_1agfi_158{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%)}._loading_1agfi_147._initializing_1agfi_158 ._spinner_1agfi_161{border-top-color:#667eea;animation:.8s linear infinite _spin_1agfi_161,2s ease-in-out infinite _pulse_1agfi_1}._loading_1agfi_147._initializing_1agfi_158 p{animation:2s ease-in-out infinite _textGlow_1agfi_1}._loading_1agfi_147 ._spinner_1agfi_161{border:4px solid #fff3;border-top-color:#fffc;border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite _spin_1agfi_161}._loading_1agfi_147 p{opacity:.9;text-align:center;letter-spacing:.5px;font-size:1.1rem;font-weight:500}@keyframes _spin_1agfi_161{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1agfi_193{background:var(--cyberpunk-glass-bg);height:100vh;color:var(--cyberpunk-text-primary);flex-direction:column;justify-content:center;align-items:center;display:flex}._error_1agfi_193 h3{color:var(--cyberpunk-text-primary);margin-bottom:1rem}._error_1agfi_193 button{background:var(--cyberpunk-button-gradient);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem}._error_1agfi_193 button:hover{opacity:.8}._basicUI_1agfi_218{z-index:1000;pointer-events:none;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:20px;left:20px;right:20px}._basicUI_1agfi_218>*{pointer-events:auto}._sceneInfo_1agfi_233{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);border-radius:8px;padding:1rem}._sceneInfo_1agfi_233 h3{margin:0 0 .5rem;font-size:1.1rem}._sceneInfo_1agfi_233 span{color:var(--cyberpunk-text-secondary);font-size:.9rem}._controls_1agfi_250{gap:.5rem;display:flex}._controls_1agfi_250 button{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);cursor:pointer;border-radius:4px;padding:.5rem 1rem;transition:all .2s}._controls_1agfi_250 button:hover{background:var(--cyberpunk-button-gradient);border-color:var(--cyberpunk-text-accent);color:#fff}._overlay_1agfi_270{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._overlayContent_1agfi_284{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--cyberpunk-glass-border);max-width:80vw;max-height:80vh;color:var(--cyberpunk-text-primary);border-radius:12px;padding:2rem;position:relative;overflow:auto}._closeButton_1agfi_297{color:var(--cyberpunk-text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:1.5rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}._closeButton_1agfi_297:hover{color:var(--cyberpunk-text-primary);background:#ffffff1a}._infoContent_1agfi_320 h3{color:var(--cyberpunk-text-accent);margin:0 0 1rem}._infoContent_1agfi_320 p{color:var(--cyberpunk-text-primary);margin:0;line-height:1.6}._mediaContent_1agfi_330{text-align:center}._mediaContent_1agfi_330 h3{color:var(--cyberpunk-text-accent);margin:0 0 1rem}._mediaContent_1agfi_330 img{border-radius:8px;margin:0 auto 1rem;display:block;box-shadow:0 4px 20px #0000004d}._mediaContent_1agfi_330 p{color:var(--cyberpunk-text-primary);margin:0;line-height:1.6}._panoramaContainer_1agfi_93{opacity:1;filter:blur();justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s ease-out,filter .4s ease-out;display:flex;position:relative}._panoramaContainer_1agfi_93._transitioning_1agfi_360{opacity:.7;filter:blur(1px)}._sceneTransitionOverlay_1agfi_365{z-index:500;opacity:1;background:#0000004d;justify-content:center;align-items:center;animation:.2s ease-out _overlayFadeIn_1agfi_1;display:flex;position:absolute;inset:0}._sceneTransitionOverlay_1agfi_365 ._transitionSpinner_1agfi_379{border:2px solid #ffffff4d;border-top-color:#ffffffe6;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite _spin_1agfi_161}@keyframes _tourViewerFadeIn_1agfi_1{0%{opacity:0;transform:scale(1.02)}50%{opacity:.8;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}@keyframes _headerSlideIn_1agfi_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _overlayFadeIn_1agfi_1{0%{opacity:0}to{opacity:1}}@keyframes _pulse_1agfi_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _textGlow_1agfi_1{0%,to{text-shadow:0 0 5px #667eea80}50%{text-shadow:0 0 15px #667eeacc,0 0 25px #667eea99}}._logoContainer_1agfi_436{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:30;opacity:1;cursor:pointer;background:linear-gradient(135deg,#000000e6 0%,#0a0a14d9 50%,#000000e6 100%);border:none;border-radius:14px;outline:none;align-items:center;gap:.25rem;padding:.75rem 1rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;bottom:1.5rem;right:1.5rem;overflow:hidden;transform:translateY(-2px)scale(1.02);box-shadow:0 12px 40px #00000080,0 0 20px #7877c666,inset 0 1px #fff3}._logoContainer_1agfi_436._logoFadeIn_1agfi_459{animation:.8s ease-out .6s both _logoSlideIn_1agfi_1}._logoContainer_1agfi_436:before{content:"";-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:-1;opacity:.7;background:linear-gradient(135deg,#ffffff40 0%,#7877c638 25%,#8b5cf62e 50%,#ffffff2e 75%,#8b5cf640 100%);border-radius:12px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:2px;box-shadow:0 0 15px #7877c64d}._logoContainer_1agfi_436:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#ffffff0d 20%,#7877c626 40%,#ffffff40 50%,#7877c626 60%,#ffffff0d 80%,#0000 100%);border-radius:14px;width:100%;height:100%;animation:8s ease-in-out infinite _scanningLight_1agfi_1;position:absolute;top:0;left:-100%}._logoContainer_1agfi_436>*{z-index:1;pointer-events:none;margin:0;position:relative}._logoContainer_1agfi_436:hover{border-color:#7877c64d;transform:translateY(-2px)scale(1.1);box-shadow:0 12px 40px #00000080,0 0 20px #7877c666,inset 0 1px #fff3}._logoContainer_1agfi_436:hover:before{background:linear-gradient(135deg,#ffffff40 0%,#7877c638 25%,#8b5cf62e 50%,#ffffff2e 75%,#8b5cf640 100%);box-shadow:0 0 15px #7877c64d}._logoContainer_1agfi_436:hover ._logo_1agfi_436{filter:drop-shadow(0 0 12px #7877c6cc)}._logoContainer_1agfi_436:hover ._logoText_1agfi_508{text-shadow:0 0 15px #7877c6;color:#c0c0ff}._logoContainer_1agfi_436:active{transform:translateY(-1px)scale(1.01);box-shadow:0 6px 24px #0006,0 0 15px #7877c699,inset 0 1px #ffffff26}._logoContainer_1agfi_436:active:before{background:linear-gradient(135deg,#ffffff38 0%,#7877c62e 25%,#8b5cf626 50%,#ffffff26 75%,#8b5cf638 100%)}._logoContainer_1agfi_436:focus-visible{outline-offset:2px;outline:3px solid #7877c699}._logo_1agfi_436{object-fit:contain;filter:drop-shadow(0 0 12px #7877c6cc);width:48px;height:38px;transition:all .3s cubic-bezier(.4,0,.2,1)}._logoText_1agfi_508{color:#c0c0ff;text-shadow:0 0 15px #7877c6;letter-spacing:.5px;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes _logoSlideIn_1agfi_1{0%{opacity:0;transform:translateY(30px)translate(30px)}to{opacity:1;transform:translateY(0)translate(0)}}@keyframes _scanningLight_1agfi_1{0%{opacity:0;left:-100%}5%{opacity:1}25%{opacity:1;left:100%}30%{opacity:0}to{opacity:0;left:100%}}@media (width<=768px){._logoContainer_1agfi_436{padding:.5rem .75rem;bottom:1rem;right:1rem}._logoContainer_1agfi_436>*{margin:0}._logo_1agfi_436{width:42px;height:32px}._logoText_1agfi_508{font-size:1.05rem}}@media (width<=480px){._logoContainer_1agfi_436{gap:.125rem;padding:.375rem .5rem;bottom:.75rem;right:.75rem}._logoContainer_1agfi_436>*{margin:0}._logo_1agfi_436{width:36px;height:28px}._logoText_1agfi_508{font-size:.95rem}}@media (prefers-color-scheme:dark){._logoContainer_1agfi_436{background:linear-gradient(135deg,#000000f2 0%,#0f0f19e6 50%,#000000f2 100%);border-color:#ffffff26}._logoContainer_1agfi_436:before{background:linear-gradient(135deg,#ffffff26 0%,#7877c61a 30%,#ffffff14 70%,#8b5cf61f 100%)}}@media (prefers-contrast:high){._logoContainer_1agfi_436{background:#000000f2;border:2px solid #fff}._logoContainer_1agfi_436:before{background:#fff3;border:1px solid #ffffff4d}._logoContainer_1agfi_436:hover:before{background:#ffffff4d}._logoText_1agfi_508{color:#fff;text-shadow:none}._logoText_1agfi_508:hover{color:#fff}}@media (prefers-reduced-motion:reduce){._logoContainer_1agfi_436{transition:none}._logoContainer_1agfi_436:hover{transform:translateY(-2px)scale(1.1)}._logoContainer_1agfi_436:active{transform:scale(.98)}._logoContainer_1agfi_436:before,._logo_1agfi_436,._logoText_1agfi_508{transition:none}}._page_kyfnk_37{padding-inline:max(5%,50vw - 800px)}._text-center_kyfnk_62{text-align:center}._container_kyfnk_66{background:linear-gradient(135deg,#1e293bcc 0%,#0f172ae6 100%);border:1px solid #ffffff0d;border-radius:24px;flex-direction:column;height:auto;padding:24px;display:flex;position:relative;box-shadow:0 4px 6px #0000001a,0 10px 20px #00000026,inset 0 1px #ffffff0d}._container_kyfnk_66:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}._container_kyfnk_66._noPadding_kyfnk_89{padding:0}._container_kyfnk_66._noPadding_kyfnk_89 ._content_kyfnk_92{padding-top:0}._header_kyfnk_96{top:-12px;z-index:10;background:#141f3d;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:12px;margin-bottom:0;padding:0 12px;transition:all .2s;display:flex;position:absolute;inset-inline-start:24px}._clickableHeader_kyfnk_115{cursor:pointer;background:linear-gradient(135deg,#1a2942 0%,#141f3d 100%);border:1px solid #ffffff26;box-shadow:0 4px 12px #0003}._clickableHeader_kyfnk_115:hover{background:linear-gradient(135deg,#233554 0%,#1a2942 100%);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 6px 16px #00000040}._clickableHeader_kyfnk_115:hover ._title_kyfnk_127{color:#fff;text-shadow:0 0 10px #ffffff4d}._clickableHeader_kyfnk_115:hover ._icon_kyfnk_131{filter:drop-shadow(0 0 12px rgba(var(--cyberpunk-blue-rgb), .8));transform:scale(1.1)}._clickableHeader_kyfnk_115:hover ._headerArrow_kyfnk_135{opacity:1;transform:translate(4px)}._clickableHeader_kyfnk_115:active{transform:translateY(0);box-shadow:0 2px 8px #0003}._headerArrow_kyfnk_135{color:var(--cyberpunk-blue);opacity:0;margin-left:auto;font-size:18px;font-weight:700;transition:all .2s;transform:translate(0)}@media (width<=1024px){._headerArrow_kyfnk_135{opacity:.7}}._iconWrapper_kyfnk_160{width:24px;height:24px;box-shadow:none;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0;display:flex}._icon_kyfnk_131{color:var(--cyberpunk-blue);filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-blue-rgb), .5));font-size:18px}._titleGroup_kyfnk_178{align-items:baseline;gap:12px;display:flex}._title_kyfnk_127{color:var(--cyberpunk-text-primary);letter-spacing:-.3px;white-space:nowrap;margin:0;font-size:22px;font-weight:700}._subtitle_kyfnk_194{color:var(--cyberpunk-text-secondary);opacity:.8;white-space:nowrap;margin:0;font-size:15px;font-weight:500}._editButton_kyfnk_203{top:-16px;color:gold;cursor:pointer;z-index:10;white-space:nowrap;background:#141f3df2;border:1px solid #ffd7004d;border-radius:8px;justify-content:center;align-items:center;gap:10px;height:32px;padding:0 12px;transition:all .2s;display:flex;position:absolute;inset-inline-end:24px}._editButton_kyfnk_203:hover{color:gold;background:#ffd7001a;border-color:gold;transform:scale(1.02);box-shadow:0 0 10px #ffd70033}._editButton_kyfnk_203:active{transform:scale(.95)}._adminBadge_kyfnk_236{text-transform:uppercase;letter-spacing:.5px;opacity:.9;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}._adminIcon_kyfnk_247{font-size:14px}._separator_kyfnk_251{background-color:#ffd70033;width:1px;height:14px}._editIcon_kyfnk_257{opacity:.8;font-size:14px}._content_kyfnk_92{z-index:1;flex-direction:column;flex:auto;padding-top:12px;display:flex;position:relative}@media (width<=1024px){._container_kyfnk_66{padding:20px}._header_kyfnk_96{inset-inline-start:16px}._editButton_kyfnk_203{inset-inline-end:16px}}@media (width<=768px){._container_kyfnk_66{border-radius:16px;padding:16px}._header_kyfnk_96{inset-inline-start:16px;top:-10px}._editButton_kyfnk_203{inset-inline-end:16px;height:28px;padding:0 10px;font-size:11px;top:-14px}._editButton_kyfnk_203 ._adminIcon_kyfnk_247,._editButton_kyfnk_203 ._editIcon_kyfnk_257{font-size:12px}._content_kyfnk_92{overflow-x:visible}._title_kyfnk_127{font-size:16px}._subtitle_kyfnk_194{display:none}}._headerHidden_kyfnk_314 ._content_kyfnk_92{padding-top:0}._page_bbnzg_37{padding-inline:max(5%,50vw - 800px)}._text-center_bbnzg_62{text-align:center}._tourCard_bbnzg_66{aspect-ratio:1;cursor:pointer;background:0 0;width:100%;max-width:100%;height:auto;max-height:100%;transition:all .4s;position:relative;overflow:visible}._tourCard_bbnzg_66:hover{transform:translateY(-8px)scale(1.05)}._sphereContainer_bbnzg_82{filter:drop-shadow(0 8px 24px #00000080)drop-shadow(0 0 40px #667eea33);justify-content:center;align-items:center;transition:filter .4s;display:flex;position:absolute;inset:0}._tourCard_bbnzg_66:hover ._sphereContainer_bbnzg_82{filter:drop-shadow(0 16px 32px #0009)drop-shadow(0 0 60px #667eea66)}._sphereContainer_bbnzg_82 canvas{border-radius:50%}._titleWrapper_bbnzg_98{z-index:10;pointer-events:none;justify-content:center;transition:all .4s;display:flex;position:absolute;top:12px;left:0;right:0}._titleWrapper_bbnzg_98._hovered_bbnzg_109{transform:translateY(-4px)}._floatingTitle_bbnzg_113{-webkit-backdrop-filter:blur(12px);color:#fff;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d;white-space:nowrap;text-overflow:ellipsis;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;max-width:90%;padding:8px 20px;font-size:14px;font-weight:600;animation:3s ease-in-out infinite _float_bbnzg_113;display:inline-block;overflow:hidden;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff26}@keyframes _float_bbnzg_113{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=1024px){._floatingTitle_bbnzg_113{padding:6px 14px;font-size:12px}}@media (width<=768px){._floatingTitle_bbnzg_113{padding:5px 12px;font-size:11px}}._page_1xkgt_37{padding-inline:max(5%,50vw - 800px)}._text-center_1xkgt_62{text-align:center}._modal_1xkgt_66 .ant-modal{max-width:min(980px,100vw - 32px)}._modal_1xkgt_66 .ant-modal-content{border:1.5px solid var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);-webkit-backdrop-filter:blur(32px)saturate(1.2);backdrop-filter:blur(32px)saturate(1.2);box-shadow:0 0 32px 0 var(--cyberpunk-purple-glow), 0 8px 40px 0 #00000073;background:linear-gradient(135deg,#0f172afa,#0a1122fa);border-radius:24px;padding:0}._modal_1xkgt_66 .ant-modal-header{border-bottom:1px solid rgba(var(--cyberpunk-purple-rgb), .3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b99;border-radius:24px 24px 0 0;padding:24px 32px}._modal_1xkgt_66 .ant-modal-title{color:var(--cyberpunk-text-primary)}._modal_1xkgt_66 .ant-modal-body{overflow:hidden}._modalHeader_1xkgt_92{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._headerContent_1xkgt_99{flex-direction:column;flex:1;gap:8px;display:flex}._modalTitle_1xkgt_106{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px var(--cyberpunk-purple-glow);letter-spacing:.3px;margin:0;font-weight:700}._modalSubtitle_1xkgt_114{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._headerActions_1xkgt_120{flex-direction:column;align-items:flex-end;gap:12px;display:flex}._institutionSelectorHeader_1xkgt_127{border:1px solid rgba(var(--cyberpunk-purple-rgb), .2);background:#1e293b80;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;display:flex}._institutionIcon_1xkgt_137{color:var(--cyberpunk-purple);font-size:16px}._institutionSelectHeader_1xkgt_142{min-width:220px}._institutionSelectHeader_1xkgt_142 .ant-select-selector{border:1px solid rgba(var(--cyberpunk-purple-rgb), .3)!important;color:var(--cyberpunk-text-primary)!important;background:#0f172acc!important;border-radius:8px!important}._institutionSelectHeader_1xkgt_142 .ant-select-selector:hover{border-color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1xkgt_142 .ant-select-arrow{color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1xkgt_142 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._institutionOption_1xkgt_161{border-radius:6px;padding:4px 8px}._institutionOptionWithConfig_1xkgt_166{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;padding:4px 8px;font-weight:500}._adminBadge_1xkgt_175{color:gold;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#141f3df2;border:1px solid #ffd7004d;border-radius:8px;align-items:center;gap:6px;height:fit-content;padding:6px 12px;font-size:11px;font-weight:700;display:flex}._adminIcon_1xkgt_193{font-size:14px}._modalContent_1xkgt_197{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;min-width:0;max-width:100%;padding:24px 32px 32px;display:flex}._searchContainer_1xkgt_208{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}._searchIcon_1xkgt_218{color:var(--cyberpunk-text-secondary)}._searchInput_1xkgt_222{background:0 0;flex:1}._searchInput_1xkgt_222 .ant-input{color:var(--cyberpunk-text-primary)}._searchInput_1xkgt_222 .ant-input::placeholder{color:var(--cyberpunk-text-secondary)}._columnsContainer_1xkgt_233{grid-template-columns:1fr;gap:20px;width:100%;min-width:0;max-width:100%;display:grid}._singleColumn_1xkgt_242{flex-direction:column;gap:12px;width:100%;min-width:0;max-width:100%;display:flex}._columnHeader_1xkgt_251{justify-content:space-between;align-items:center;display:flex}._columnTitle_1xkgt_257{color:var(--cyberpunk-text-primary);margin:0}._itemsList_1xkgt_262{box-sizing:border-box;scroll-behavior:smooth;background:#080d1a99;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:repeat(3,minmax(0,1fr));align-content:start;gap:12px;width:100%;min-width:0;max-width:100%;min-height:280px;max-height:420px;padding:12px;display:grid;overflow:hidden auto}._itemCard_1xkgt_282{cursor:pointer;will-change:transform;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;min-width:0;padding:10px;transition:transform .4s cubic-bezier(.4,0,.2,1),background .3s,border-color .3s,box-shadow .3s,opacity .3s;display:flex}._itemCard_1xkgt_282:hover:not(._selected_1xkgt_295){background:#ffffff12;border-color:#ffffff1f;transform:translateY(-2px)}._itemCard_1xkgt_282._selected_1xkgt_295{border-color:rgba(var(--cyberpunk-blue-rgb), .6);background:rgba(var(--cyberpunk-blue-rgb), .12);box-shadow:0 2px 12px rgba(var(--cyberpunk-blue-rgb), .35), 0 0 20px rgba(var(--cyberpunk-blue-rgb), .15);transform:scale(1.02)}._itemCard_1xkgt_282._selected_1xkgt_295:hover{box-shadow:0 4px 16px rgba(var(--cyberpunk-blue-rgb), .4), 0 0 24px rgba(var(--cyberpunk-blue-rgb), .2);transform:scale(1.02)translateY(-2px)}._checkbox_1xkgt_311{pointer-events:none;transition:all .2s}._itemThumbnail_1xkgt_316{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}._itemThumbnail_1xkgt_316 img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}._itemCard_1xkgt_282._selected_1xkgt_295 ._itemThumbnail_1xkgt_316{transform:scale(1.05)}._placeholderIcon_1xkgt_338{color:#fff6;font-size:24px}._itemInfo_1xkgt_343{flex:1;min-width:0}._itemTitle_1xkgt_348{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600;overflow:hidden}._loadingState_1xkgt_357{grid-column:1/-1;justify-content:center;align-items:center;padding:40px 0;display:flex}._footer_1xkgt_365{justify-content:flex-end;gap:12px;display:flex}._page_1mkj9_37{padding-inline:max(5%,50vw - 800px)}._text-center_1mkj9_62{text-align:center}._modal_1mkj9_66 .ant-modal-content{border:1.5px solid var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);-webkit-backdrop-filter:blur(32px)saturate(1.2);backdrop-filter:blur(32px)saturate(1.2);box-shadow:0 0 32px 0 var(--cyberpunk-purple-glow), 0 8px 40px 0 #00000073;background:linear-gradient(135deg,#0f172afa,#0a1122fa);border-radius:24px;padding:0}._modal_1mkj9_66 .ant-modal-header{border-bottom:1px solid rgba(var(--cyberpunk-purple-rgb), .3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293b99;border-radius:24px 24px 0 0;padding:24px 32px}._modal_1mkj9_66 .ant-modal-title{color:var(--cyberpunk-text-primary)}._modalHeader_1mkj9_86{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._headerContent_1mkj9_93{flex-direction:column;flex:1;gap:8px;display:flex}._modalTitle_1mkj9_100{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px var(--cyberpunk-purple-glow);letter-spacing:.3px;margin:0;font-weight:700}._modalSubtitle_1mkj9_108{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._headerActions_1mkj9_114{flex-direction:column;align-items:flex-end;gap:12px;display:flex}._institutionSelectorHeader_1mkj9_121{border:1px solid rgba(var(--cyberpunk-purple-rgb), .2);background:#1e293b80;border-radius:10px;align-items:center;gap:8px;padding:8px 12px;display:flex}._institutionIcon_1mkj9_131{color:var(--cyberpunk-purple);font-size:16px}._institutionSelectHeader_1mkj9_136{min-width:220px}._institutionSelectHeader_1mkj9_136 .ant-select-selector{border:1px solid rgba(var(--cyberpunk-purple-rgb), .3)!important;color:var(--cyberpunk-text-primary)!important;background:#0f172acc!important;border-radius:8px!important}._institutionSelectHeader_1mkj9_136 .ant-select-selector:hover{border-color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1mkj9_136 .ant-select-arrow{color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1mkj9_136 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._institutionOption_1mkj9_155{border-radius:6px;padding:4px 8px}._institutionOptionWithConfig_1mkj9_160{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;padding:4px 8px;font-weight:500}._configStatus_1mkj9_169{color:var(--cyberpunk-text-secondary);margin-inline-start:8px;font-size:11px;font-style:italic}._adminBadge_1mkj9_176{color:gold;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#141f3df2;border:1px solid #ffd7004d;border-radius:8px;align-items:center;gap:6px;height:fit-content;padding:6px 12px;font-size:11px;font-weight:700;display:flex}._adminIcon_1mkj9_194{font-size:14px}._modalContent_1mkj9_198{flex-direction:column;gap:24px;padding:24px 32px 32px;display:flex}._tabs_1mkj9_205 .ant-tabs-nav{background:var(--cyberpunk-black);border:1px solid rgba(var(--cyberpunk-purple-rgb), .2);border-radius:14px;margin-bottom:20px;padding:6px}._tabs_1mkj9_205 .ant-tabs-nav:before{display:none}._tabs_1mkj9_205 .ant-tabs-nav-list{gap:6px}._tabs_1mkj9_205 .ant-tabs-tab{color:var(--cyberpunk-text-secondary);background:0 0;border:1px solid #0000;border-radius:10px;margin:0;padding:10px 20px;font-weight:600;transition:all .25s}._tabs_1mkj9_205 .ant-tabs-tab:hover{color:var(--cyberpunk-text-primary);background:rgba(var(--cyberpunk-dark-2-rgb), .5)}._tabs_1mkj9_205 .ant-tabs-tab.ant-tabs-tab-active{color:var(--cyberpunk-text-primary);background:rgba(var(--cyberpunk-purple-rgb), .15);border-color:rgba(var(--cyberpunk-purple-rgb), .4);box-shadow:0 0 16px rgba(var(--cyberpunk-purple-rgb), .3), 0 2px 8px #0000004d}._tabs_1mkj9_205 .ant-tabs-tab.ant-tabs-tab-active ._ant-tabs-tab-btn_1mkj9_238{text-shadow:0 0 8px rgba(var(--cyberpunk-purple-rgb), .6)}._tabs_1mkj9_205 .ant-tabs-ink-bar{display:none}._formSection_1mkj9_245{background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}._formHeader_1mkj9_255{justify-content:space-between;align-items:center;display:flex}._formTitle_1mkj9_261{margin:0}._formHint_1mkj9_265{color:var(--cyberpunk-text-secondary);font-size:12px}._formGrid_1mkj9_270{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}._formField_1mkj9_276{flex-direction:column;gap:8px;display:flex}._formLabel_1mkj9_282{color:var(--cyberpunk-text-secondary);font-size:12px;font-weight:600}._thumbnailRow_1mkj9_288{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._fileInput_1mkj9_295{display:none}._uploadButton_1mkj9_299{color:var(--cyberpunk-text-primary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;display:inline-flex}._clearButton_1mkj9_311{color:var(--cyberpunk-text-secondary);cursor:pointer;background:0 0;border:none}._thumbnailPreview_1mkj9_318{border:1px solid #ffffff1a;border-radius:12px;width:160px;height:90px;overflow:hidden}._thumbnailPreview_1mkj9_318 img{object-fit:cover;width:100%;height:100%}._formActions_1mkj9_331{justify-content:flex-end;gap:12px;display:flex}._institutionSelector_1mkj9_121{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._institutionLabel_1mkj9_344{color:var(--cyberpunk-text-secondary);align-items:center;gap:8px;display:inline-flex}._institutionIcon_1mkj9_131{color:var(--cyberpunk-blue)}._institutionSelect_1mkj9_121{min-width:260px}._previewSelector_1mkj9_359{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;display:flex}._previewLabel_1mkj9_370{color:var(--cyberpunk-text-secondary);align-items:center;gap:8px;display:inline-flex}._previewSelect_1mkj9_359{min-width:260px}._previewStatus_1mkj9_381{color:var(--cyberpunk-text-secondary);font-size:12px}._searchContainer_1mkj9_386{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}._searchIcon_1mkj9_396{color:var(--cyberpunk-text-secondary)}._searchInput_1mkj9_400{background:0 0;flex:1}._searchInput_1mkj9_400 .ant-input{color:var(--cyberpunk-text-primary)}._searchInput_1mkj9_400 .ant-input::placeholder{color:var(--cyberpunk-text-secondary)}._createCta_1mkj9_411{background:linear-gradient(135deg, rgba(var(--cyberpunk-blue-rgb), .5), rgba(var(--cyberpunk-purple-rgb), .5));color:#fff;cursor:pointer;border:none;border-radius:10px;align-items:center;gap:8px;padding:8px 14px;font-weight:600;display:inline-flex}._columnsContainer_1mkj9_424{grid-template-columns:1fr;gap:20px;display:grid}._singleColumn_1mkj9_430{flex-direction:column;gap:12px;display:flex}._columnHeader_1mkj9_436{justify-content:space-between;align-items:center;display:flex}._previewColumn_1mkj9_442{background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}._columnTitle_1mkj9_452{color:var(--cyberpunk-text-primary);margin:0}._itemsList_1mkj9_457{scroll-behavior:smooth;background:#080d1a99;border:1px solid #ffffff0f;border-radius:16px;grid-template-columns:repeat(3,1fr);align-content:start;gap:12px;min-height:280px;max-height:420px;padding:12px;display:grid;overflow-y:auto}._previewList_1mkj9_472{background:#080d1a99;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:12px;min-height:180px;max-height:300px;padding:12px;display:flex;overflow-y:auto}._previewItem_1mkj9_485{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:10px;display:flex}._previewOrder_1mkj9_495{background:rgba(var(--cyberpunk-blue-rgb), .2);width:24px;height:24px;color:var(--cyberpunk-text-primary);border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:600;display:inline-flex}._itemCard_1mkj9_508{cursor:pointer;will-change:transform;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:10px;transition:transform .4s cubic-bezier(.4,0,.2,1),background .3s,border-color .3s,box-shadow .3s,opacity .3s;display:flex}._itemCard_1mkj9_508:hover:not(._selected_1mkj9_520){background:#ffffff12;border-color:#ffffff1f;transform:translateY(-2px)}._itemCard_1mkj9_508._selected_1mkj9_520{border-color:rgba(var(--cyberpunk-blue-rgb), .6);background:rgba(var(--cyberpunk-blue-rgb), .12);box-shadow:0 2px 12px rgba(var(--cyberpunk-blue-rgb), .35), 0 0 20px rgba(var(--cyberpunk-blue-rgb), .15);transform:scale(1.02)}._itemCard_1mkj9_508._selected_1mkj9_520:hover{box-shadow:0 4px 16px rgba(var(--cyberpunk-blue-rgb), .4), 0 0 24px rgba(var(--cyberpunk-blue-rgb), .2);transform:scale(1.02)translateY(-2px)}._itemThumbnail_1mkj9_536{background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}._itemThumbnail_1mkj9_536 img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}._itemCard_1mkj9_508._selected_1mkj9_520 ._itemThumbnail_1mkj9_536{transform:scale(1.05)}._placeholderIcon_1mkj9_558{color:#fff6}._itemInfo_1mkj9_562{flex:1;min-width:0}._itemTitle_1mkj9_567{color:var(--cyberpunk-text-primary);margin:0;font-weight:600}._itemSubtitle_1mkj9_573{color:var(--cyberpunk-text-secondary);margin:4px 0 0;font-size:12px}._itemActions_1mkj9_579{gap:8px;display:inline-flex}._actionButton_1mkj9_584{width:32px;height:32px;color:var(--cyberpunk-text-primary);cursor:pointer;background:#ffffff14;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}._actionButton_1mkj9_584:hover:not(:disabled){background:#ffffff29}._actionButton_1mkj9_584:disabled{opacity:.5;cursor:not-allowed}._deleteButton_1mkj9_605{color:#ff8a8a}._tooltipWrapper_1mkj9_609{display:inline-flex}._checkbox_1mkj9_613{pointer-events:none;transition:all .2s}._loadingState_1mkj9_618{justify-content:center;align-items:center;padding:40px 0;display:flex}._footer_1mkj9_625{justify-content:flex-end;gap:12px;display:flex}@media (width<=1024px){._formGrid_1mkj9_270{grid-template-columns:1fr}}._page_fq65j_37{padding-inline:max(5%,50vw - 800px)}._text-center_fq65j_62{text-align:center}._loader_fq65j_66{height:var(--size);width:var(--size);position:relative}._loader_fq65j_66 div{width:100%;height:100%;position:absolute}._loader_fq65j_66 div:first-child{transform:rotate(45deg)}._loader_fq65j_66 div:first-child:before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .1s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}@keyframes _blink_fq65j_1{0%{transform:scale(1.25)}65%,to{transform:scale(0)}}._loader_fq65j_66 div:nth-child(2){transform:rotate(90deg)}._loader_fq65j_66 div:nth-child(2):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .2s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(3){transform:rotate(135deg)}._loader_fq65j_66 div:nth-child(3):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .3s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(4){transform:rotate(180deg)}._loader_fq65j_66 div:nth-child(4):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .4s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(5){transform:rotate(225deg)}._loader_fq65j_66 div:nth-child(5):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .5s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(6){transform:rotate(270deg)}._loader_fq65j_66 div:nth-child(6):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .6s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(7){transform:rotate(315deg)}._loader_fq65j_66 div:nth-child(7):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .7s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_fq65j_66 div:nth-child(8){transform:rotate(360deg)}._loader_fq65j_66 div:nth-child(8):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .8s infinite _blink_fq65j_1;position:absolute;top:0;left:0;transform:scale(0)}._page_1iugt_37{padding-inline:max(5%,50vw - 800px)}._text-center_1iugt_62{text-align:center}._loadingContainer_1iugt_66{width:100%;color:var(--cyberpunk-text-secondary,#a8a8b8);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px 20px;display:flex}._page_iad2f_37{padding-inline:max(5%,50vw - 800px)}._text-center_iad2f_62{text-align:center}._modal_iad2f_66 .ant-modal-content{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:20px;overflow:visible}._modal_iad2f_66 .ant-modal-body,._modal_iad2f_66 .ant-modal{overflow:visible}._modal_iad2f_66 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_iad2f_66 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_iad2f_66 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._editModal_iad2f_91 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--cyberpunk-glass-border);background:#0f172af7;border-radius:16px}._editModal_iad2f_91 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._editModal_iad2f_91 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._editModal_iad2f_91 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_iad2f_109{flex-direction:column;gap:20px;padding-top:12px;padding-bottom:80px;display:flex}._modalHeader_iad2f_117{justify-content:space-between;align-items:center;gap:16px;display:flex}._modalTitle_iad2f_124{color:var(--cyberpunk-text-primary);margin:0;font-size:1.1rem;font-weight:600}._addCategoryBtn_iad2f_131{border:1px dashed var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);cursor:pointer;white-space:nowrap;background:#7877c61a;border-radius:10px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s;display:flex}._addCategoryBtn_iad2f_131:hover{background:#7877c633;border-color:#7877c6cc;box-shadow:0 0 12px #7877c633}._addCategoryBtn_iad2f_131 svg{font-size:16px}._loadingContainer_iad2f_155{justify-content:center;align-items:center;min-height:240px;display:flex}._emptyState_iad2f_162{text-align:center;color:#e8e8f099;padding:40px 24px;font-size:15px}._categoriesGrid_iad2f_169{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));align-items:start;gap:20px;display:grid}@media (width<=500px){._categoriesGrid_iad2f_169{grid-template-columns:repeat(2,1fr);gap:12px}}._categoryGroup_iad2f_182{border:1px solid var(--cyberpunk-glass-border);background:#141828d9;border-radius:14px;flex-direction:column;gap:0;transition:border-color .25s,box-shadow .25s;display:flex;overflow:hidden}._categoryGroup_iad2f_182:hover{border-color:var(--cyberpunk-purple-glow);box-shadow:0 4px 18px #7877c633}._categoryNameBanner_iad2f_197{border-bottom:1px solid var(--cyberpunk-glass-border);background:#7877c659;justify-content:space-between;align-items:center;gap:6px;min-height:36px;padding:8px 10px;display:flex}._categoryNameBanner_iad2f_197 ._bannerName_iad2f_207{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}._categoryNameBanner_iad2f_197 ._bannerActions_iad2f_216{flex-shrink:0;align-items:center;gap:2px;display:flex}._subCategoryStripWrapper_iad2f_223{border-top:1px solid var(--cyberpunk-glass-border);position:relative}._expandSubBtn_iad2f_228,._collapseSubBtn_iad2f_229{border:none;border-top:1px solid var(--cyberpunk-glass-border);width:100%;color:var(--cyberpunk-text-primary);cursor:pointer;background:#7877c61f;padding:8px;font-size:12px;font-weight:600;transition:background .2s}._expandSubBtn_iad2f_228:hover,._collapseSubBtn_iad2f_229:hover{background:#7877c633}._subCategoryStrip_iad2f_223{background:#00000040;flex-direction:column;align-items:stretch;gap:8px;width:100%;min-height:72px;padding:10px;display:flex;overflow:hidden}._collapseSubBtn_iad2f_229{border-top:1px solid var(--cyberpunk-glass-border)}._addSubBtn_iad2f_262{border:1px dashed var(--cyberpunk-glass-border);color:#e8e8f073;cursor:pointer;background:#ffffff08;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;height:44px;padding:0;font-size:18px;transition:all .2s;display:flex}._addSubBtn_iad2f_262:hover{border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);background:#7877c626}._categoryThumb_iad2f_286{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}._categoryThumb_iad2f_286 img{object-fit:cover;width:100%;height:100%;display:block}._categoryFallback_iad2f_299{aspect-ratio:16/10;width:100%;color:var(--cyberpunk-text-secondary);opacity:.6;background:#ffffff0f;justify-content:center;align-items:center;font-size:28px;display:flex}._subCategoryCard_iad2f_311{background:#1e2232e6;border:2px solid #0f172acc;border-radius:10px;flex-shrink:1;grid-template-rows:1fr auto;grid-template-columns:44px 1fr;width:100%;min-width:0;max-width:100%;min-height:44px;transition:transform .2s,box-shadow .2s;display:grid;position:relative;overflow:hidden}._subCategoryCard_iad2f_311:hover{border-color:var(--cyberpunk-purple-glow);transform:translateY(-2px);box-shadow:0 4px 10px #7877c647}._subCategoryCard_iad2f_311 img{object-fit:cover;grid-area:1/1/span 2;width:44px;height:44px;display:block}._subCardFallback_iad2f_341{width:44px;height:44px;color:var(--cyberpunk-text-secondary);opacity:.6;grid-area:1/1/span 2;justify-content:center;align-items:center;font-size:12px;display:flex}._subCardActions_iad2f_354{grid-area:2/2;justify-content:flex-start;align-items:center;gap:4px;padding:2px 6px 6px;display:flex}._subCardName_iad2f_364{width:100%;color:var(--cyberpunk-text-primary);text-align:start;white-space:nowrap;text-overflow:ellipsis;grid-area:1/2;align-self:center;padding:6px 6px 2px;font-size:11px;font-weight:500;display:block;overflow:hidden}._actionBtn_iad2f_380{color:#e8e8f08c;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;font-size:12px;transition:all .15s;display:flex}._actionBtn_iad2f_380:hover{color:var(--cyberpunk-text-primary);background:#ffffff1f}._actionBtnDanger_iad2f_400:hover{color:#ff6b6b;background:#ff6b6b1a}._actionBtnAdd_iad2f_408:hover{color:#69db7c;background:#69db7c1a}._editForm_iad2f_416{flex-direction:column;gap:20px;display:flex}._editFormField_iad2f_422{flex-direction:column;gap:8px;display:flex}._editFormField_iad2f_422 label{color:var(--cyberpunk-text-primary);font-size:14px;font-weight:500}._imageUploadArea_iad2f_433{border:2px dashed var(--cyberpunk-glass-border);cursor:pointer;color:#e8e8f080;text-align:center;background:#ffffff08;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:120px;padding:24px;font-size:13px;transition:all .2s;display:flex}._imageUploadArea_iad2f_433:hover{border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);background:#7877c60d}._imageUploadArea_iad2f_433 svg{opacity:.6;font-size:28px}._imagePreviewContainer_iad2f_460{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}._imagePreview_iad2f_460{object-fit:cover;border:1px solid var(--cyberpunk-glass-border);border-radius:12px;width:120px;height:120px}._removeImageBtn_iad2f_476{color:#ff6b6b;cursor:pointer;background:#ff6b6b14;border:1px solid #ff6b6b4d;border-radius:6px;align-items:center;gap:4px;padding:4px 12px;font-size:12px;transition:all .15s;display:flex}._removeImageBtn_iad2f_476:hover{background:#ff6b6b26;border-color:#ff6b6b80}._editFormActions_iad2f_494{border-top:1px solid var(--cyberpunk-glass-border);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}._page_11bzo_37{padding-inline:max(5%,50vw - 800px)}._text-center_11bzo_62{text-align:center}._Header_11bzo_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#4f46e5 0%,#7c3aed 50%,#db2777 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_11bzo_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_11bzo_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_11bzo_90 ._Shape_11bzo_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_11bzo_90 ._Shape_11bzo_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_11bzo_90 ._Shape_11bzo_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_11bzo_90 ._Shape_11bzo_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_11bzo_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_11bzo_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Title_11bzo_152{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_11bzo_160{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._Stats_11bzo_171{align-items:center;gap:12px;margin-top:4px;display:flex}._StatItem_11bzo_178{flex-direction:row;align-items:baseline;gap:6px;display:flex}._StatItem_11bzo_178 ._StatValue_11bzo_184{font-size:1.25rem;font-weight:700;line-height:1}._StatItem_11bzo_178 ._StatLabel_11bzo_189{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}._StatDivider_11bzo_196{color:#fff6;font-size:1rem}._ActionArea_11bzo_201{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_11bzo_201{justify-content:flex-start;width:100%;display:none}}._Illustration_11bzo_215{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_11bzo_1}@keyframes _float_11bzo_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_1p516_37{padding-inline:max(5%,50vw - 800px)}._text-center_1p516_62{text-align:center}._modal_1p516_66 .ant-modal-content{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:20px;overflow:visible}._modal_1p516_66 .ant-modal-body,._modal_1p516_66 .ant-modal{overflow:visible}._modal_1p516_66 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_1p516_66 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_1p516_66 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_1p516_91{flex-direction:column;gap:20px;padding-top:12px;padding-bottom:12px;display:flex}._modalTitle_1p516_99{color:var(--cyberpunk-text-primary);margin:0;font-size:1.1rem;font-weight:600}._loadingContainer_1p516_106{justify-content:center;align-items:center;min-height:240px;display:flex}._emptyState_1p516_113{text-align:center;color:#e8e8f099;padding:40px 24px;font-size:15px}._categoriesGrid_1p516_120{--category-card-width:148px;grid-template-columns:repeat(auto-fill, minmax(var(--category-card-width), var(--category-card-width)));justify-content:center;align-items:start;gap:20px;display:grid}@media (width<=768px){._categoriesGrid_1p516_120{grid-template-columns:repeat(3,1fr);gap:16px}}@media (width<=500px){._categoriesGrid_1p516_120{grid-template-columns:repeat(2,1fr)}}._categoryGroup_1p516_140{border:1px solid var(--cyberpunk-glass-border);background:#0f172a6b;border-radius:18px;flex-direction:column;gap:12px;width:100%;padding:12px;transition:border-color .25s,box-shadow .25s,background .25s;display:flex}._categoryGroupExpanded_1p516_152{grid-column:1/-1;grid-template-columns:minmax(0, var(--category-card-width)) minmax(0, 1fr);background:#0f172a94;border-color:#7877c68c;align-items:start;display:grid;box-shadow:0 8px 24px #05081447}._categoryGroupExpanded_1p516_152 ._categoryHeader_1p516_161{align-self:center}._categoryGroupExpanded_1p516_152 ._expandedPanel_1p516_164{align-self:stretch}@media (width<=768px){._categoryGroupExpanded_1p516_152{grid-template-columns:1fr}}._expandedPanel_1p516_164{flex-direction:column;gap:10px;min-width:0;padding-block:4px;display:flex}._subCategoriesGrid_1p516_181{grid-template-columns:repeat(auto-fill,minmax(72px,72px));grid-auto-rows:72px;align-content:start;gap:10px;display:grid}@media (width<=768px){._subCategoriesGrid_1p516_181{grid-template-columns:repeat(auto-fill,minmax(72px,72px));justify-content:start}}._subCategoryCard_1p516_195,._categoryCardButton_1p516_195{border:1px solid var(--cyberpunk-glass-border);cursor:pointer;background:#ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:0;transition:all .25s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:hidden}._subCategoryCard_1p516_195:hover,._categoryCardButton_1p516_195:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14;transform:translateY(-3px);box-shadow:0 6px 20px #7877c64d}._subCategoryCard_1p516_195:focus-visible,._categoryCardButton_1p516_195:focus-visible{outline-offset:2px;outline:2px solid #7877c6f2}._subCategoryCard_1p516_195:active,._categoryCardButton_1p516_195:active{transform:translateY(-1px)}._categoryHeader_1p516_161{width:100%;position:relative;overflow:visible}._categoryCardButton_1p516_195{text-align:center;border-radius:14px;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:6px;width:100%;height:118px;min-height:118px;display:flex}._expandButtonSlot_1p516_242{z-index:4;position:absolute;inset-block-start:50%;inset-inline-end:0;transform:translate(50%,-50%)}[dir=rtl] ._expandButtonSlot_1p516_242{transform:translate(-50%,-50%)}._expandButton_1p516_242{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);width:36px;min-width:36px;height:36px;color:var(--cyberpunk-text-primary);cursor:pointer;background:#0f172ae0;border:1px solid #7877c652;border-radius:10px;justify-content:center;align-items:center;transition:border-color .2s,box-shadow .2s,background .2s,transform .2s;display:flex}._expandButton_1p516_242 svg{font-size:18px}._expandButton_1p516_242:hover{border-color:var(--cyberpunk-purple-glow);background:#7877c64d;transform:translateY(-2px);box-shadow:0 6px 20px #7877c633}._expandButton_1p516_242:focus-visible{outline-offset:2px;outline:2px solid #7877c6f2}._expandButtonActive_1p516_282{border-color:var(--cyberpunk-green);color:#f8fffb;background:#10b98157;box-shadow:0 0 0 2px #10b98147,0 0 20px #10b9812e}._subCategoryCard_1p516_195{border-radius:8px;width:100%;height:72px;min-height:72px}._cardImage_1p516_296{object-fit:cover;border-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0;flex:1;width:100%}._fallbackIcon_1p516_305{color:var(--cyberpunk-text-secondary);opacity:.6;flex:1;justify-content:center;align-items:center;font-size:28px;display:flex}._subCategoryCard_1p516_195 ._fallbackIcon_1p516_305{font-size:16px}._cardLabel_1p516_318{text-align:center;width:100%;color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;padding:4px 6px 6px;font-size:12px;font-weight:500;line-height:1.25;display:block;overflow:hidden}._subCategoryCard_1p516_195 ._cardLabel_1p516_318{padding:4px 6px 6px;font-size:11px}._page_htvhy_37{padding-inline:max(5%,50vw - 800px)}._text-center_htvhy_62{text-align:center}._lessonsLayout_htvhy_66{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_htvhy_73{display:block}._mainContent_htvhy_77{background:linear-gradient(90deg,#121d3b,#141f3d);flex-direction:column;flex:1;padding:0 30px 30px;display:flex;overflow-y:auto}._contentInner_htvhy_86{flex-direction:column;gap:24px;width:100%;padding-bottom:24px;display:flex}._filtersBar_htvhy_94{flex-direction:column;gap:16px;display:flex}._searchRow_htvhy_100{flex-wrap:wrap;align-items:center;gap:16px;display:flex}._searchRow_htvhy_100 ._searchInput_htvhy_106{flex:1;min-width:200px;max-width:400px}._creatorButton_htvhy_112,._categoryButton_htvhy_113,._manageCategoriesButton_htvhy_114{cursor:pointer;border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);background:#ffffff0f;border-radius:12px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:all .2s;display:inline-flex}._creatorButton_htvhy_112:hover,._categoryButton_htvhy_113:hover,._manageCategoriesButton_htvhy_114:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._manageCategoriesButton_htvhy_114{color:#fbbf24;background:#fbbf2414;border-color:#fbbf2459}._manageCategoriesButton_htvhy_114:hover{background:#fbbf2426;border-color:#fbbf24b3}._manageCategoriesButton_htvhy_114 ._manageCategoriesLabel_htvhy_143{letter-spacing:.05em;text-transform:uppercase;opacity:.85;font-size:11px;font-weight:600}._manageCategoriesButton_htvhy_114 ._manageCategoriesDivider_htvhy_150{opacity:.4;font-weight:300}._activeCreatorFilter_htvhy_155{border:1px solid var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);white-space:nowrap;background:#7877c633;border-radius:20px;align-items:center;gap:8px;padding:6px 14px;font-size:13px;display:inline-flex}._activeCreatorFilter_htvhy_155 ._clearBtn_htvhy_167{cursor:pointer;color:var(--cyberpunk-text-primary);background:#ffffff1a;border:none;border-radius:50%;align-items:center;padding:2px 4px;font-size:12px;line-height:1;transition:background .2s;display:inline-flex}._activeCreatorFilter_htvhy_155 ._clearBtn_htvhy_167:hover{background:#ff64644d}._sectionHeading_htvhy_184{color:var(--cyberpunk-text-primary);margin:0;font-size:1.1rem;font-weight:600}._lessonsGrid_htvhy_191{grid-template-columns:repeat(5,1fr);gap:28px;width:100%;display:grid}._lessonsGrid_htvhy_191>*{width:90%;margin-inline:auto}._emptyState_htvhy_202{text-align:center;color:#e8e8f099;padding:40px 24px;font-size:15px}._loadMoreWrapper_htvhy_209{justify-content:center;padding:8px 0 24px;display:flex}@media (width<=768px){._lessonsLayout_htvhy_66{flex-direction:column}._desktopSidebar_htvhy_73{display:none!important}._mobileHeader_htvhy_222{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:linear-gradient(135deg,#111827fa,#1f2937fa);border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;height:64px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}._mobileHeader_htvhy_222 ._logoSection_htvhy_237{background:radial-gradient(120% 60%,#24628b80,#0000);border-radius:50px;flex:1;justify-content:center;align-items:center;gap:12px;margin-inline-end:44px;padding:8px 24px;display:flex}._mobileHeader_htvhy_222 ._logoIcon_htvhy_248{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_htvhy_222 ._logoIcon_htvhy_248 img{object-fit:contain;width:100%;height:100%}._mobileHeader_htvhy_222 ._logoText_htvhy_260{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_htvhy_267{width:44px;height:44px;color:var(--cyberpunk-text-primary);cursor:pointer;background:linear-gradient(135deg,#24628b,#232b50);border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000004d}._hamburgerButton_htvhy_267:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_htvhy_267:active{transform:scale(.95)}._mainContent_htvhy_77{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_htvhy_77::-webkit-scrollbar{display:none}._lessonsGrid_htvhy_191{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}._searchRow_htvhy_100{flex-direction:column;align-items:stretch}._searchRow_htvhy_100 ._searchInput_htvhy_106{max-width:none}}@media (width>=769px){._mobileHeader_htvhy_222,._hamburgerButton_htvhy_267{display:none}._mainContent_htvhy_77{padding-top:20px}}._mobileSidebarDrawer_htvhy_320 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_htvhy_320 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._page_nfqd5_37{padding-inline:max(5%,50vw - 800px)}._text-center_nfqd5_62{text-align:center}._back_nfqd5_66{flex-flow:row;justify-content:center;align-items:center;gap:5px;display:flex}._back_nfqd5_66:hover{text-decoration:underline}._Outline_nfqd5_78{font-size:14px!important}._Container_nfqd5_82{padding:75px max(5%,50vw - 800px)}._Container_nfqd5_82 h1{text-align:center}._Container_nfqd5_82 ._table__wrraper_nfqd5_88{width:800px;max-width:100%;margin-inline:auto}._page_zuhne_37{padding-inline:max(5%,50vw - 800px)}._text-center_zuhne_62{text-align:center}._Header_zuhne_66{white-space:nowrap;z-index:1020;background:#2f3541;flex-flow:row;justify-content:space-between;align-items:center;gap:30px;height:80px;padding-inline:max(5%,50vw - 800px);display:flex;position:sticky;top:0;overflow-x:auto;box-shadow:0 0 10px #0003}._Header_zuhne_66 nav{flex-flow:row;justify-content:flex-start;align-items:center;gap:20px;display:flex}._Header_zuhne_66 nav:first-child{flex:1}._Header_zuhne_66 nav:last-child{justify-content:flex-end}._Header_zuhne_66 nav ._intl_zuhne_101{margin-inline-end:1rem}._Header_zuhne_66 nav ._intl__circle_zuhne_104{cursor:pointer;width:35px;height:35px;position:relative}._Header_zuhne_66 nav ._intl__circle_zuhne_104 img{object-fit:cover;border-radius:50%;width:100%;height:100%}._Header_zuhne_66 nav ._intl__circle_zuhne_104:after{content:"";border-top:5px solid #fff;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;margin-inline-start:5px}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125{padding-top:10px;position:fixed}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125>div:not([aria-expanded=true]){display:none}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125>div{background-color:#2f3541;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 10px #0003}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125>div button{color:#3498db;cursor:pointer;background-color:#0000;border:none;justify-content:space-between;align-items:center;width:150px;padding:10px;display:flex}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125>div button:hover{color:#2f3541;background-color:#3498db}._Header_zuhne_66 nav ._intl__dropdown_zuhne_125>div button img{width:20px;height:auto}._page_1vv60_37{padding-inline:max(5%,50vw - 800px)}._text-center_1vv60_62{text-align:center}._table__wrraper_1vv60_66{width:100%;padding-block:10px;overflow-x:auto}._table__wrraper_1vv60_66 table{border-collapse:collapse;border-spacing:0;width:100%}._table__wrraper_1vv60_66 table th{border-color:#fff!important}._table__wrraper_1vv60_66 table th[data-rtl=true]{text-align:right}._table__wrraper_1vv60_66 table th[data-rtl=false]{text-align:left}._table__wrraper_1vv60_66 table th,._table__wrraper_1vv60_66 table td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid gray;max-width:100%;padding:10px 15px;overflow:hidden}._page_1300p_37{padding-inline:max(5%,50vw - 800px)}._text-center_1300p_62{text-align:center}._Container_1300p_66{flex-flow:column;justify-content:center;align-items:center;gap:0;padding:0 max(5%,50vw - 800px);display:flex}._Container_1300p_66 form{background:#2f3541;border-radius:10px;flex-flow:column;justify-content:center;align-items:center;gap:20px;width:700px;max-width:100%;padding:50px;display:flex}._Container_1300p_66 form>*{flex:1}._Container_1300p_66 form ._bottom_1300p_95{flex-flow:row;justify-content:center;align-items:center;gap:50px;width:100%;display:flex}@media (width<=991px){._Container_1300p_66 form ._bottom_1300p_95{flex-flow:column;justify-content:center;align-items:center;gap:20px;display:flex}}._Container_1300p_66 form ._Upload_1300p_116{flex:1}._Container_1300p_66 form ._Upload_1300p_116 label{cursor:pointer}._Container_1300p_66 form ._Upload_1300p_116 button{pointer-events:none}._Container_1300p_66 form ._Upload_1300p_116 ._thumbnail_1300p_125{object-fit:cover;max-width:100%;height:75px;overflow:hidden}._contentWrapper_1300p_132{justify-content:center;align-items:flex-start;gap:32px;width:100%;max-width:1600px;margin:32px auto 0;display:flex;position:relative}@media (width<=1150px){._contentWrapper_1300p_132{flex-direction:column;align-items:center}}._formSection_1300p_149{flex:0 1000px;width:100%;max-width:1000px}._publishPanel_1300p_155{z-index:10;isolation:isolate;flex-shrink:0;align-self:flex-start;width:360px;position:sticky;top:100px}@media (width<=1150px){._publishPanel_1300p_155{width:100%;max-width:500px;position:relative;top:0}}@media (width<=768px){._publishPanel_1300p_155{z-index:100;width:auto;max-width:none;transition:transform .2s;position:fixed;inset:auto 96px 0;transform:translateY(0)}}._publishCard_1300p_187{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#10b9811a,#0596690d);border:2px solid #10b9814d;border-radius:20px;padding:32px;transition:all .3s;box-shadow:0 8px 32px #0000004d,0 0 40px #10b98126}._publishCard_1300p_187:hover{border-color:#10b98180;transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 60px #10b98140}@media (width<=768px){._publishCard_1300p_187{padding:12px;padding-bottom:calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#10b9811f;border-radius:20px 20px 0 0}._publishCard_1300p_187:hover{transform:none}}._publishHeader_1300p_214{align-items:center;gap:12px;margin-bottom:16px;display:flex}@media (width<=768px){._publishHeader_1300p_214{margin-bottom:0}}._publishIcon_1300p_226{color:#10b981;filter:drop-shadow(0 0 8px #10b98199);font-size:28px;animation:2s ease-in-out infinite _pulse_1300p_1}._publishIconWarning_1300p_233{color:#f59e0b;filter:drop-shadow(0 0 8px #f59e0b99)}@keyframes _pulse_1300p_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}._publishTitle_1300p_248{color:var(--cyberpunk-text-primary,#e8e8f0);text-shadow:0 0 20px #10b9814d;margin:0;font-size:20px;font-weight:700}@media (width<=768px){._publishTitle_1300p_248{white-space:nowrap;font-size:16px}}._publishDescription_1300p_262{color:#ffffffb3;margin:0 0 24px;padding:0 4px;font-size:14px;line-height:1.6}@media (width<=768px){._publishDescription_1300p_262{display:none}}._publishChecklist_1300p_275{background:#0003;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;margin-bottom:24px;padding:20px;display:flex}@media (width<=768px){._publishChecklist_1300p_275{display:none}}._checklistItem_1300p_291{color:#fff9;background:#ffffff05;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-size:14px;transition:all .3s;display:flex}._checklistItem_1300p_291._complete_1300p_302{color:#10b981e6;background:#10b9811a}._checklistItem_1300p_291._complete_1300p_302 ._checkIcon_1300p_306{color:#10b981;text-shadow:0 0 8px #10b98199;font-weight:700}._checklistItem_1300p_291:hover{background:#ffffff0d}._checkIcon_1300p_306{color:#ffffff4d;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;font-weight:600;transition:all .3s;display:flex}._publishButton_1300p_327{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;padding:16px 32px;font-size:16px;font-weight:700;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #10b98166;color:#fff!important;background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important}@media (width<=768px){._publishButton_1300p_327{gap:8px;padding:12px 16px;font-size:14px}}._publishButton_1300p_327:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}._publishButton_1300p_327:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98199}._publishButton_1300p_327:hover:before{opacity:1}._publishButton_1300p_327:active{transform:translateY(0)}._publishButton_1300p_327 svg{font-size:20px}@media (width<=768px){._publishButton_1300p_327{border-radius:8px;min-height:48px;padding:12px 24px;font-size:14px}}._Parts_1300p_385{width:100%;padding-bottom:50px}@media (width<=768px){._Parts_1300p_385{padding-bottom:calc(180px + env(safe-area-inset-bottom))}}._floatingBubble_1300p_395{inset-inline-start:304px;pointer-events:none;isolation:isolate;z-index:50;width:auto;height:auto;position:fixed;bottom:24px}@media (width<=991px){._floatingBubble_1300p_395{inset-inline-start:24px}}._floatingBubble_1300p_395._floatingBubbleMobile_1300p_410{bottom:0;inset-inline-start:12px}._floatingBubbleContent_1300p_415{pointer-events:auto;flex-direction:column;align-items:center;gap:12px;width:72px;display:flex;position:relative}._playerSpeechBubble_1300p_425{bottom:calc(100% + 10px);color:#333;text-align:start;z-index:100;background-color:#fff;border:3px solid #000;border-radius:20px;min-width:280px;max-width:420px;padding:14px 18px 14px 28px;font-size:14px;font-weight:700;animation:3s ease-in-out infinite _floatBubble_1300p_1;position:absolute;inset-inline-start:0;box-shadow:0 4px 10px #00000026}._playerSpeechBubble_1300p_425:before{content:"";top:100%;border:12px solid #0000;border-top-color:#000;position:absolute;inset-inline-start:24px}._playerSpeechBubble_1300p_425:after{content:"";top:100%;border:9px solid #0000;border-top-color:#fff;margin-top:-3px;position:absolute;inset-inline-start:27px}._playerSpeechBubbleClose_1300p_463{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:700;line-height:1;transition:transform .2s,background .2s;display:flex;position:absolute;top:6px;left:6px}._playerSpeechBubbleClose_1300p_463:hover{background:#f0f0f0;transform:scale(1.05)}@keyframes _floatBubble_1300p_1{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}._bubbleButton_1300p_498{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#00000080;border:2px solid #5cc8ff8c;border-radius:50%;place-items:center;width:72px;height:72px;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative;box-shadow:0 12px 24px #00000059,0 0 20px #5cc8ff59}._bubbleButton_1300p_498:hover{border-color:#5cc8ffd9;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 32px #0006,0 0 28px #5cc8ff80}._bubbleButton_1300p_498:disabled{cursor:not-allowed;opacity:.7}._bubbleImage_1300p_523{object-fit:cover;filter:drop-shadow(0 0 12px #00ffff59);background:#5cc8ff33;border-radius:50%;width:100%;height:100%;display:block}._bubbleSpinner_1300p_533{border:3px solid #5cc8ff40;border-top-color:#10b981cc;border-radius:50%;animation:1s linear infinite _bubbleSpin_1300p_533;position:absolute;inset:10px}@keyframes _bubbleSpin_1300p_533{to{transform:rotate(360deg)}}._bubbleMenuButton_1300p_547{color:#fff;cursor:pointer;background:#0c0c18bf;border:1px solid #5cc8ff59;border-radius:50%;place-items:center;width:40px;height:40px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 10px 20px #00000059}._bubbleMenuButton_1300p_547:hover{border-color:#5cc8ff99;transform:translateY(-2px);box-shadow:0 14px 28px #0006}._bubbleMenuButton_1300p_547 svg{font-size:16px}._bubbleMenu_1300p_547 .ant-dropdown-menu{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:12px;box-shadow:0 18px 40px #00000073;background:#0c0c18e6!important;border:1px solid #7877c666!important}._bubbleMenu_1300p_547 .ant-dropdown-menu-item{color:#fff!important}._bubbleMenu_1300p_547 .ant-dropdown-menu-item:hover{color:#fff!important;background:#7877c633!important}._lessonConfirmModal_1300p_584 .ant-modal-confirm{color:#fff}._lessonConfirmModal_1300p_584 .ant-modal-content{overflow:hidden;background:var(--cyberpunk-glass-bg,#ffffff14)!important;border:1.5px solid var(--cyberpunk-purple-glow,#7877c699)!important;-webkit-backdrop-filter:blur(24px)saturate(1.2)!important;backdrop-filter:blur(24px)saturate(1.2)!important;border-radius:18px!important;box-shadow:0 0 32px #7877c659,0 12px 36px #00000073!important}._lessonConfirmModal_1300p_584 .ant-modal-confirm-body,._lessonConfirmModal_1300p_584 .ant-modal-confirm-body .ant-modal-confirm-title,._lessonConfirmModal_1300p_584 .ant-modal-confirm-body .ant-modal-confirm-content{color:#fff!important}._lessonConfirmModal_1300p_584 .ant-modal-confirm-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonConfirmModal_1300p_584 .ant-modal-confirm-content{color:#ffffffe6!important}._lessonConfirmModal_1300p_584 .ant-btn{box-shadow:0 6px 16px #0000004d;border-radius:10px!important}._lessonConfirmModal_1300p_584 .ant-btn-default{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important}._lessonConfirmModal_1300p_584 .ant-btn-dangerous{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)!important;border:none!important}._lessonPublishModal_1300p_624 .ant-modal-confirm{color:#fff}._lessonPublishModal_1300p_624 .ant-modal-content{overflow:hidden;background:var(--cyberpunk-glass-bg,#ffffff14)!important;border:1.5px solid var(--cyberpunk-purple-glow,#7877c699)!important;-webkit-backdrop-filter:blur(24px)saturate(1.2)!important;backdrop-filter:blur(24px)saturate(1.2)!important;border-radius:18px!important;box-shadow:0 0 32px #7877c659,0 12px 36px #00000073!important}._lessonPublishModal_1300p_624 .ant-modal-confirm-body,._lessonPublishModal_1300p_624 .ant-modal-confirm-body .ant-modal-confirm-title,._lessonPublishModal_1300p_624 .ant-modal-confirm-body .ant-modal-confirm-content{color:#fff!important}._lessonPublishModal_1300p_624 .ant-modal-confirm-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonPublishModal_1300p_624 .ant-modal-confirm-content{color:#ffffffe6!important}._lessonPublishModal_1300p_624 .ant-btn{box-shadow:0 6px 16px #0000004d;border-radius:10px!important}._lessonPublishModal_1300p_624 .ant-btn-default{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important}._lessonPublishModal_1300p_624 .ant-btn-primary{background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important}._badges_1300p_664{align-items:center;gap:5px;width:100%;display:flex}._badges_1300p_664 div{background:#3498db;border-radius:15px;gap:5px;padding:3px 5px;display:flex}._badges_1300p_664 div button{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-flow:row;justify-content:center;align-items:center;gap:0;width:20px;height:20px;display:flex}._badges_1300p_664 div button:hover{background:#00000080}._page_18ev5_37{padding-inline:max(5%,50vw - 800px)}._text-center_18ev5_62{text-align:center}._modernForm_18ev5_66{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffff1a;border-radius:20px;grid-template-columns:220px 1fr;gap:32px;width:100%;max-width:1000px;margin:0 auto;padding:32px;display:grid;box-shadow:0 8px 32px #0000004d}@media (width<=1400px){._modernForm_18ev5_66{gap:28px;padding:28px}}@media (width<=1280px){._modernForm_18ev5_66{grid-template-columns:180px 1fr;gap:20px;padding:24px}}@media (width<=1200px){._modernForm_18ev5_66{grid-template-columns:1fr;gap:24px;padding:24px}}@media (width<=768px){._modernForm_18ev5_66{border-radius:16px;grid-template-columns:1fr;gap:20px;padding:16px}}._errorBorder_18ev5_109{animation:.3s ease-in-out _shake_18ev5_1;border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}._errorBorder_18ev5_109:hover{border-color:#dc2626!important;box-shadow:0 0 0 2px #ef44444d!important}@keyframes _shake_18ev5_1{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}._leftColumn_18ev5_130{flex-direction:column;gap:24px;display:flex}._sectionLabel_18ev5_136{color:var(--cyberpunk-text-primary,#e8e8f0);opacity:.9;white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}._sectionLabel_18ev5_136 svg{flex-shrink:0;font-size:16px;transition:all .2s}._sectionLabel_18ev5_136 svg:hover{opacity:1;color:#7877c6}._thumbnailSection_18ev5_158{flex-direction:column;display:flex}._thumbnailContainer_18ev5_163{aspect-ratio:16/9;background:#0000004d;border:2px dashed #fff3;border-radius:12px;width:100%;transition:all .3s;position:relative;overflow:hidden}._thumbnailContainer_18ev5_163:hover{border-color:var(--cyberpunk-purple-glow,#7877c699);box-shadow:0 0 20px #7877c64d}._thumbnailPreview_18ev5_178{object-fit:cover;width:100%;height:100%}._editOverlay_18ev5_184{opacity:0;cursor:pointer;color:#fff;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:14px;font-weight:500;transition:opacity .3s;display:flex;position:absolute;inset:0}._editOverlay_18ev5_184:hover{opacity:1}._thumbnailPlaceholder_18ev5_204{cursor:pointer;color:#ffffff80;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;height:100%;font-size:14px;font-weight:500;transition:all .3s;display:flex}._thumbnailPlaceholder_18ev5_204:hover{color:#ffffffe6}._pdfSection_18ev5_222{flex-direction:column;display:flex}._pdfUploadButton_18ev5_227{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;justify-content:center;align-items:center;gap:12px;padding:16px 24px;font-size:14px;font-weight:600;transition:all .3s;display:flex}._pdfUploadButton_18ev5_227:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}._pdfCard_18ev5_248{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:16px;transition:all .3s;position:relative}._pdfCard_18ev5_248:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}._pdfCard_18ev5_248:hover ._pdfActionButtons_18ev5_262{opacity:1}._pdfActionButtons_18ev5_262{opacity:0;z-index:1;gap:6px;transition:opacity .3s;display:flex;position:absolute;top:8px;left:8px}._pdfEditButton_18ev5_277{color:#fff;cursor:pointer;background:#7877c64d;border:1px solid #7877c680;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}._pdfEditButton_18ev5_277:hover{background:#7877c680;border-color:#7877c6b3;transform:scale(1.1)}._pdfDeleteButton_18ev5_296{color:#fff;cursor:pointer;background:#ef44444d;border:1px solid #ef444480;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex}._pdfDeleteButton_18ev5_296:hover{background:#ef444480;border-color:#ef4444b3;transform:scale(1.1)}._pdfCardContent_18ev5_315{color:#fff;align-items:center;gap:12px;display:flex}._pdfCardContent_18ev5_315 svg{opacity:.7;flex-shrink:0}._pdfCheckmark_18ev5_326{color:#10b981;flex-shrink:0}._pdfCheckmarkEmpty_18ev5_331{background:#00000080;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:16px;height:16px}._pdfCardInfo_18ev5_340{flex-direction:column;gap:4px;min-width:0;display:flex}._pdfFileName_18ev5_347{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._pdfClickHint_18ev5_356{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}._toggleSection_18ev5_364{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;width:100%;min-width:0;padding:16px;transition:all .3s;display:flex;overflow:hidden}._toggleSection_18ev5_364:hover{background:#ffffff0d;border-color:#ffffff26}._toggleHeader_18ev5_381{flex-direction:column;gap:12px;display:flex}._toggleHeader_18ev5_381 ._sectionLabel_18ev5_136{white-space:normal;flex-wrap:wrap;max-width:180px;margin-bottom:0}._radioGroup_18ev5_393{flex-wrap:wrap;gap:12px;width:100%;min-width:0;display:flex}._radioOption_18ev5_401{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:8px;flex:1;align-items:center;gap:8px;padding:10px 16px;transition:all .3s;display:flex}._radioOption_18ev5_401 input[type=radio]{accent-color:#7877c6cc;cursor:pointer;width:16px;height:16px}._radioOption_18ev5_401 span{color:#ffffffb3;font-size:13px;font-weight:500}._radioOption_18ev5_401:hover{background:#ffffff14;border-color:#ffffff40}._radioOption_18ev5_401 input[type=radio]:checked+span{color:#7877c6;font-weight:600}._radioOption_18ev5_401:has(input[type=radio]:checked){background:linear-gradient(135deg,#7877c633,#8b5cf633);border-color:#7877c699;box-shadow:0 0 12px #7877c633}._middleColumn_18ev5_438{flex-direction:column;justify-content:space-between;gap:20px;min-width:0;display:flex;overflow:hidden}@media (width<=1280px){._middleColumn_18ev5_438{gap:16px}}._inputField_18ev5_452{flex-direction:column;gap:8px;display:flex}._inputLabel_18ev5_458{color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;padding:0 4px;font-size:14px;font-weight:600;display:flex}._inputLabel_18ev5_458 svg{font-size:16px;transition:all .2s}._inputLabel_18ev5_458 svg:hover{opacity:1;color:#7877c6}._input_18ev5_452,._textarea_18ev5_479,._select_18ev5_480{color:#fff;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:all .3s}._input_18ev5_452::placeholder,._textarea_18ev5_479::placeholder,._select_18ev5_480::placeholder{color:#fff6}._input_18ev5_452:hover:not(:disabled),._textarea_18ev5_479:hover:not(:disabled),._select_18ev5_480:hover:not(:disabled){background:#ffffff14;border-color:#ffffff40}._input_18ev5_452:focus,._textarea_18ev5_479:focus,._select_18ev5_480:focus{background:#7877c61a;border-color:#7877c699;box-shadow:0 0 0 3px #7877c633}._input_18ev5_452:disabled,._textarea_18ev5_479:disabled,._select_18ev5_480:disabled{opacity:.6;cursor:not-allowed;background:#0000004d;border-color:#ffffff1a}._textarea_18ev5_479{resize:vertical;min-height:100px;line-height:1.5}._select_18ev5_480{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='%23fff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-position:calc(100% - 12px);background-repeat:no-repeat;padding-left:16px;padding-right:36px}._select_18ev5_480 option{color:#fff;background:#14141ef2;padding:8px}._select_18ev5_480:disabled{cursor:not-allowed}[dir=rtl] ._select_18ev5_480{background-position:12px;padding-left:36px;padding-right:16px}._categoryRow_18ev5_549{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}@media (width<=1280px){._categoryRow_18ev5_549{grid-template-columns:1fr;gap:12px}}@media (width<=768px){._categoryRow_18ev5_549{grid-template-columns:1fr}}._fieldGroup_18ev5_567{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:all .3s;display:flex}._fieldGroup_18ev5_567 ._inputLabel_18ev5_458{margin-bottom:0}._fieldGroup_18ev5_567:hover{background:#ffffff0d;border-color:#ffffff26}._fieldGroup_18ev5_567:nth-child(2){position:relative}._fieldGroup_18ev5_567:nth-child(2):before{content:"";opacity:0;background:linear-gradient(#7877c64d 0%,#7877c61a 100%);width:2px;height:60%;transition:opacity .3s;position:absolute;top:50%;left:-8px;transform:translateY(-50%)}._fieldGroup_18ev5_567:nth-child(2):hover:before{opacity:1}._fieldGroup_18ev5_567._disabled_18ev5_602{opacity:.5;pointer-events:none;position:relative}._fieldGroup_18ev5_567._disabled_18ev5_602:after{content:"";pointer-events:none;background:#0000001a;border-radius:8px;position:absolute;inset:0}._badges_18ev5_616{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}._badge_18ev5_616{color:#fff;background:linear-gradient(135deg,#7877c64d,#8b5cf64d);border:1px solid #7877c680;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;font-size:13px;transition:all .3s;display:flex}._badge_18ev5_616:hover{background:linear-gradient(135deg,#7877c666,#8b5cf666);box-shadow:0 0 12px #7877c666}._badge_18ev5_616 button{cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:all .2s;display:flex}._badge_18ev5_616 button:hover{background:#fff3;transform:scale(1.1)}._badge_18ev5_616 button svg{color:#fff;width:12px;height:12px}._actionButtons_18ev5_662{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;margin-top:auto;display:flex}._actionButtons_18ev5_662 ._saveButton_18ev5_670,._actionButtons_18ev5_662 ._deleteButton_18ev5_671{border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;min-width:110px;max-width:100%;padding:12px 28px;font-size:13px;font-weight:600;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #3b82f64d;color:#fff!important;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%)!important;border:none!important}._actionButtons_18ev5_662 ._saveButton_18ev5_670:before,._actionButtons_18ev5_662 ._deleteButton_18ev5_671:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}._actionButtons_18ev5_662 ._saveButton_18ev5_670:hover,._actionButtons_18ev5_662 ._deleteButton_18ev5_671:hover{transform:translateY(-2px);box-shadow:0 4px 16px #3b82f680}._actionButtons_18ev5_662 ._saveButton_18ev5_670:hover:before,._actionButtons_18ev5_662 ._deleteButton_18ev5_671:hover:before{opacity:1}._actionButtons_18ev5_662 ._saveButton_18ev5_670:active,._actionButtons_18ev5_662 ._deleteButton_18ev5_671:active{transform:translateY(0)}._actionButtons_18ev5_662 ._saveButton_18ev5_670 svg,._actionButtons_18ev5_662 ._deleteButton_18ev5_671 svg{font-size:18px}._actionButtons_18ev5_662 ._deleteButton_18ev5_671{box-shadow:0 2px 8px #ef444459;background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)!important}._actionButtons_18ev5_662 ._deleteButton_18ev5_671:hover{box-shadow:0 4px 16px #ef44448c}@media (width<=768px){._actionButtons_18ev5_662 ._saveButton_18ev5_670,._actionButtons_18ev5_662 ._deleteButton_18ev5_671{width:100%;min-height:48px;padding:16px 24px;font-size:14px}}._creditField_18ev5_734{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;padding:16px;position:relative;overflow:hidden}._creditField_18ev5_734:before{content:"";background:linear-gradient(90deg,#3b82f6 0%,#8b5cf6 100%);height:2px;position:absolute;top:0;left:0;right:0}._creditLabel_18ev5_752{color:var(--cyberpunk-text-primary,#e8e8f0);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin:0 0 8px;font-size:12px;font-weight:600;display:flex}._creditIcon_18ev5_764{color:#3b82f6;filter:drop-shadow(0 2px 4px #3b82f64d);font-size:14px}._creditInput_18ev5_770{width:100%;color:var(--cyberpunk-text-primary,#e8e8f0);background:#0003;border:1px solid #3b82f64d;border-radius:8px;padding:10px 12px;font-size:14px;transition:all .3s}._creditInput_18ev5_770:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}._creditInput_18ev5_770:disabled{opacity:.6;cursor:not-allowed;background:#0000001a}._creditInput_18ev5_770::placeholder{color:#e8e8f066}[dir=rtl] ._modernForm_18ev5_66{direction:rtl}[dir=rtl] ._pdfButton_18ev5_797:hover,[dir=rtl] ._pdfUploadButton_18ev5_227:hover{transform:translate(-4px)}@media (width<=768px){._modernForm_18ev5_66{border-radius:16px;padding:20px}._leftColumn_18ev5_130{gap:20px}._thumbnailContainer_18ev5_163{aspect-ratio:4/3}._actionButtons_18ev5_662{flex-direction:column}._actionButtons_18ev5_662 button{width:100%}}._page_1ubna_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ubna_62{text-align:center}._parts_wrapper_1ubna_66{flex-flow:column;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:30px;display:flex}._parts_wrapper_1ubna_66 ._part_wrraper_1ubna_78{flex-flow:column;justify-content:center;align-items:center;gap:30px;display:flex}._dragHandle_1ubna_87{color:#fff9;cursor:grab;background:#7877c626;border:1px solid #7877c64d;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:all .2s;display:flex}._dragHandle_1ubna_87:hover{color:#ffffffe6;background:#7877c640;border-color:#7877c680;transform:scale(1.05)}._dragHandle_1ubna_87:active{cursor:grabbing;background:#7877c659;transform:scale(.98)}._dragHandle_1ubna_87 svg{font-size:18px}@media (width<=768px){._dragHandle_1ubna_87{width:44px;height:44px}}._Container_1ubna_123{flex-flow:column;justify-content:center;align-items:center;gap:0;width:700px;max-width:100vw;margin-inline:auto;display:flex}@media (width<=991px){._Container_1ubna_123{padding-inline:max(5%,50vw - 800px)}}._Top_1ubna_142{flex-flow:row;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}@media (width<=768px){._Top_1ubna_142{gap:8px}}._Top_1ubna_142 ._Title_1ubna_158{color:#fff;background:0 0;border:none;border-bottom:1px solid #fff;outline:none;flex:1;padding-block:5px}@media (width<=768px){._Top_1ubna_142 ._Title_1ubna_158{padding-block:8px;font-size:16px}}._Top_1ubna_142 ._Order_1ubna_173{border-radius:20px;width:30px;overflow:hidden}._Top_1ubna_142 ._Order_1ubna_173 button,._Top_1ubna_142 ._Order_1ubna_173 input{color:#fff;text-align:center;direction:ltr;border:none;outline:none;flex-flow:row;justify-content:center;align-items:center;gap:0;width:100%;font-size:14px;display:flex}._Top_1ubna_142 ._Order_1ubna_173 button{cursor:pointer;background:#3498db;height:25px}._Top_1ubna_142 ._Order_1ubna_173 button:disabled{opacity:.5;cursor:no-drop}._Top_1ubna_142 ._Order_1ubna_173 input{appearance:textfield;background:0 0}._Top_1ubna_142 ._Order_1ubna_173 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._Top_1ubna_142 ._Order_1ubna_173 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._Content_1ubna_215{flex-flow:row;justify-content:space-between;align-items:stretch;gap:50px;width:100%;margin-top:15px;display:flex}@media (width<=991px){._Content_1ubna_215{gap:20px}}@media (width<=768px){._Content_1ubna_215{gap:12px}}._Card_1ubna_238{background:#2f3541;border-radius:10px;flex-direction:column;flex:1;min-height:200px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 0 3px #2f3541}._Card_1ubna_238._dragOver_1ubna_250{background:linear-gradient(135deg,#7877c640 0%,#7877c626 100%);border:3px dashed #7877c6cc;transform:scale(1.02);box-shadow:0 8px 30px #7877c64d}._Card_1ubna_238._dragOver_1ubna_250>*{pointer-events:none}._Card_1ubna_238[data-empty=true] ._ActionBtn_1ubna_259{background:#4d4c4c;top:calc(100% - 15px);right:calc(50% - 15px);box-shadow:0 0 1px #000}._Card_1ubna_238[data-loading=true]{justify-content:center;align-items:center;display:flex}._Card_1ubna_238 ._ActionBtn_1ubna_259{color:#fff;cursor:pointer;z-index:10;background:#4d4c4ce6;border:none;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:0;width:30px;height:30px;transition:all .2s;display:flex;position:absolute;top:10px;right:10px}._Card_1ubna_238 ._ActionBtn_1ubna_259:hover{background:#7877c6e6;transform:scale(1.1);box-shadow:0 4px 12px #0006}@media (width<=768px){._Card_1ubna_238 ._ActionBtn_1ubna_259{border-radius:12px;width:44px;height:44px}._Card_1ubna_238 ._ActionBtn_1ubna_259 svg{font-size:18px}}._Card_1ubna_238 ._PreviewBtn_1ubna_307{left:10px;right:auto}._Card_1ubna_238 ._cardLink_1ubna_311{flex-direction:column;width:100%;height:100%;display:flex;text-decoration:none!important}._Card_1ubna_238 ._cardLink_1ubna_311:hover ._textArea_1ubna_318 span{text-decoration:underline}._Card_1ubna_238 ._thumbnailArea_1ubna_321{background:#0003;border-radius:10px 10px 0 0;flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}._Card_1ubna_238 ._thumbnailPreview_1ubna_332{width:100%;height:100%;position:absolute;top:0;left:0}._Card_1ubna_238 ._thumbnailPreview_1ubna_332 img{object-fit:cover;width:100%;height:100%;display:block}._Card_1ubna_238 ._iconOverlay_1ubna_345{z-index:1;background:#0009;border-radius:50%;justify-content:center;align-items:center;padding:15px;display:flex;position:relative}._Card_1ubna_238 ._iconOverlay_1ubna_345 svg{fill:#fff;filter:drop-shadow(0 2px 4px #00000080);width:45px;height:45px}._Card_1ubna_238 ._textArea_1ubna_318{background:#0000004d;border-radius:0 0 10px 10px;flex-shrink:0;justify-content:center;align-items:center;width:100%;padding:10px;display:flex;overflow:hidden}._Card_1ubna_238 ._textArea_1ubna_318 span{word-break:break-all;text-align:center;color:#fff;font-size:12px}._Card_1ubna_238 ._taken_1ubna_378{flex-flow:column;justify-content:center;align-items:center;gap:10px;max-width:100%;height:100%;display:flex}._Card_1ubna_238 ._taken_1ubna_378:hover *{text-decoration:underline}._Card_1ubna_238 ._taken_1ubna_378>div{flex-flow:row;flex:1;justify-content:center;align-items:center;gap:0;display:flex}._Card_1ubna_238 ._taken_1ubna_378>div:last-child{align-items:flex-start;overflow:hidden}._Card_1ubna_238 ._taken_1ubna_378 svg{fill:#fff;filter:drop-shadow(0 2px 4px #00000080);width:45px;height:45px}._Card_1ubna_238 ._taken_1ubna_378 span{word-break:break-all;text-align:center;color:#fff;font-size:12px}._Card_1ubna_238[data-empty=true]{flex-flow:row;justify-content:space-around;align-items:center;gap:0;padding:20px 10px;display:flex}@media (width<=991px){._Card_1ubna_238[data-empty=true]:not([data-panoramic=true]){flex-flow:column;justify-content:center;align-items:center;gap:20px;display:flex}}._Card_1ubna_238[data-empty=true][data-panoramic=true]{flex-wrap:wrap;gap:10px}._Card_1ubna_238[data-empty=true]>div{cursor:pointer;flex-flow:column;justify-content:center;align-items:center;gap:5px;display:flex}._Card_1ubna_238[data-empty=true]>div span{font-size:12px}._Card_1ubna_238[data-empty=true]>div>._Icon_1ubna_459{border:1px solid #fff;border-radius:10px;flex-flow:row;justify-content:center;align-items:center;gap:0;width:40px;height:40px;display:flex}._Card_1ubna_238[data-empty=true]>div>._Icon_1ubna_459 svg{fill:#fff;width:50%;height:50%}._Card_1ubna_238 ._warningOverlay_1ubna_478{z-index:100;text-align:center;background:#dc2626f2;border-radius:10px;justify-content:center;align-items:center;padding:20px;display:flex;position:absolute;inset:0}._Card_1ubna_238 ._warningOverlay_1ubna_478 span{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:14px;font-weight:600}@media (width<=768px){._Card_1ubna_238 ._warningOverlay_1ubna_478 span{font-size:12px}}._PreviewPopup_1ubna_502{background:#2f3541;border-radius:15px;flex-direction:column;width:90vw;max-width:1200px;height:85vh;padding:0;display:flex;overflow:hidden}._PreviewHeader_1ubna_514{background:#0000004d;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex}._PreviewHeader_1ubna_514 h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:14px;overflow:hidden}._PreviewHeader_1ubna_514 ._CloseBtn_1ubna_532{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;padding:5px;transition:background .2s;display:flex}._PreviewHeader_1ubna_514 ._CloseBtn_1ubna_532:hover{background:#ffffff1a}._PreviewContent_1ubna_548{background:#fff;flex:1;width:100%;height:100%;overflow:hidden}._PreviewIframe_1ubna_556{border:none;width:100%;height:100%;display:block}._ProgressContainer_1ubna_563{background-color:#0000004d;border:1px solid #ffffff1a;border-radius:14px;width:90%;height:28px;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0003}._ProgressWrapper_1ubna_574{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}._ProgressActions_1ubna_582{justify-content:center;display:flex}._ProgressBar_1ubna_587{background:linear-gradient(90deg,#4caf50 0%,#8bc34a 100%);border-radius:14px;height:100%;transition:width .2s ease-out;box-shadow:0 0 10px #4caf5080}._ProgressText_1ubna_595{color:#fff;text-shadow:0 1px 2px #00000080;letter-spacing:.3px;justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:600;display:flex;position:absolute;top:0;left:0}._ProgressCancelButton_1ubna_611{color:#fff;cursor:pointer;background:#f44336e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;box-shadow:0 0 6px #f4433699}._ProgressCancelButton_1ubna_611:hover{background:#f44336}._page_id601_37{padding-inline:max(5%,50vw - 800px)}._text-center_id601_62{text-align:center}._Container_id601_66{text-align:center;flex-flow:column;justify-content:center;align-items:center;gap:15px;width:500px;max-width:100%;margin-inline:max(5%,50vw - 800px);display:flex}._Controls_id601_81{flex-flow:row;justify-content:center;align-items:center;gap:15px;display:flex}@media (width<=768px){._Controls_id601_81{flex-direction:column;gap:12px;width:100%}._Controls_id601_81 button{width:100%}}._mobileDrawer_id601_100 .ant-drawer-body{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}._mobileDrawer_id601_100 .ant-drawer-content{background:#1e1e28f2;border-radius:20px 20px 0 0}._page_zqjxa_37{padding-inline:max(5%,50vw - 800px)}._text-center_zqjxa_62{text-align:center}._add_part_zqjxa_66{width:min(600px,90%)}._add_part__cards_zqjxa_69{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}._add_part__cards__card_zqjxa_77{cursor:pointer;border-radius:10px;flex-direction:column;justify-content:space-between;align-items:center;gap:.5rem;padding:1rem;display:flex}._add_part__cards__card_zqjxa_77:hover,._add_part__cards__card_zqjxa_77[aria-selected=true]{background:#1a212b}._add_part__cards__card_zqjxa_77:hover ._add_part__cards__card__icon_zqjxa_90,._add_part__cards__card_zqjxa_77[aria-selected=true] ._add_part__cards__card__icon_zqjxa_90{background:#2f3541}._add_part__cards__card__icon_zqjxa_90{border-radius:inherit;background:#1a212b;place-items:center;width:50px;height:50px;display:grid}._add_part__cards__card__icon_zqjxa_90 svg{width:30px;height:30px}._add_part__btns_zqjxa_105{gap:1rem;display:flex}._add_part__btns_zqjxa_105>:last-child{flex:1}._page_wz8kv_37{padding-inline:max(5%,50vw - 800px)}._text-center_wz8kv_62{text-align:center}._pageLayout_wz8kv_66{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_wz8kv_73{flex-shrink:0}._mainContent_wz8kv_77{background:linear-gradient(90deg,#121d3b,#141f3d);flex:1;overflow-y:auto}._pageContainer_wz8kv_83{min-height:100%;color:var(--cyberpunk-text-primary);padding:30px}._pageContainer_wz8kv_83 h1,._pageContainer_wz8kv_83 h2,._pageContainer_wz8kv_83 h3,._pageContainer_wz8kv_83 h4,._pageContainer_wz8kv_83 h5,._pageContainer_wz8kv_83 h6{color:var(--cyberpunk-text-primary)}._pageContainer_wz8kv_83 p,._pageContainer_wz8kv_83 span,._pageContainer_wz8kv_83 label{color:var(--cyberpunk-text-secondary)}._pageContainer_wz8kv_83 a{color:var(--cyberpunk-blue)}._pageContainer_wz8kv_83 a:hover{color:var(--cyberpunk-cyan)}@media (width<=768px){._pageLayout_wz8kv_66{flex-direction:column}._desktopSidebar_wz8kv_73{display:none}._mobileHeader_wz8kv_115{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:999;background:linear-gradient(135deg,#111827fa,#1f2937fa);border-bottom:1px solid #ffffff1a;align-items:center;gap:16px;height:64px;padding:0 16px;display:flex;position:fixed;top:0;left:0;right:0}._mobileHeader_wz8kv_115 ._logoSection_wz8kv_130{background:radial-gradient(120% 60%,#24628b80,#0000);border-radius:50px;flex:1;justify-content:center;align-items:center;gap:12px;margin-inline-end:44px;padding:8px 24px;display:flex}._mobileHeader_wz8kv_115 ._logoIcon_wz8kv_141{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_wz8kv_115 ._logoIcon_wz8kv_141 img{object-fit:contain;width:100%;height:100%}._mobileHeader_wz8kv_115 ._logoText_wz8kv_153{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_wz8kv_160{width:44px;height:44px;color:var(--cyberpunk-text-primary);cursor:pointer;background:linear-gradient(135deg,#24628b,#232b50);border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex;box-shadow:0 4px 12px #0000004d}._hamburgerButton_wz8kv_160:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_wz8kv_160:active{transform:scale(.95)}._mainContent_wz8kv_77{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_wz8kv_77::-webkit-scrollbar{display:none}._pageContainer_wz8kv_83{padding:16px}}@media (width>=769px){._mobileHeader_wz8kv_115,._hamburgerButton_wz8kv_160{display:none}._mainContent_wz8kv_77{padding-top:0}}._mobileSidebarDrawer_wz8kv_205 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_wz8kv_205 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._page_egb31_37{padding-inline:max(5%,50vw - 800px)}._text-center_egb31_62{text-align:center}._Header_egb31_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#10b981 0%,#0ea5e9 50%,#3b82f6 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:0;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_egb31_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_egb31_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_egb31_90 ._Shape_egb31_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_egb31_90 ._Shape_egb31_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_egb31_90 ._Shape_egb31_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_egb31_90 ._Shape_egb31_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_egb31_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_egb31_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Title_egb31_152{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_egb31_160{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._ActionArea_egb31_171{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_egb31_171{justify-content:flex-start;width:100%;display:none}}._Illustration_egb31_185{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_egb31_1}@keyframes _float_egb31_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_nhfxo_37{padding-inline:max(5%,50vw - 800px)}._text-center_nhfxo_62{text-align:center}._Header_nhfxo_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#f59e0b 0%,#ef4444 50%,#dc2626 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_nhfxo_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_nhfxo_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_nhfxo_90 ._Shape_nhfxo_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_nhfxo_90 ._Shape_nhfxo_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_nhfxo_90 ._Shape_nhfxo_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_nhfxo_90 ._Shape_nhfxo_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_nhfxo_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_nhfxo_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Badge_nhfxo_137 span{color:#fff}._Title_nhfxo_157{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_nhfxo_165{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._ActionArea_nhfxo_176{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_nhfxo_176{justify-content:flex-start;width:100%;display:none}}._Illustration_nhfxo_190{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_nhfxo_1}@keyframes _float_nhfxo_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_5pbl6_37{padding-inline:max(5%,50vw - 800px)}._text-center_5pbl6_62{text-align:center}._container_5pbl6_66{color:#e8e8f0;background:0 0;min-height:100vh;position:relative;overflow-x:hidden}._container_5pbl6_66 ::selection{color:#fff;background:#a855f780}._cosmicBackground_5pbl6_78{z-index:0;pointer-events:none;position:fixed;inset:0}._blob1_5pbl6_85{filter:blur(120px);background:#581c8733;border-radius:50%;width:50%;height:50%;animation:4s ease-in-out infinite _pulse_5pbl6_1;position:absolute;top:-20%;left:-20%}._blob2_5pbl6_97{filter:blur(120px);background:#1e3a8a33;border-radius:50%;width:50%;height:50%;animation:4s ease-in-out 1s infinite _pulse_5pbl6_1;position:absolute;bottom:-20%;right:-20%}._blob3_5pbl6_110{filter:blur(100px);background:#6366f11a;border-radius:50%;width:30%;height:30%;position:absolute;top:40%;left:50%;transform:translate(-50%)}._gridPattern_5pbl6_122{background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:4rem 4rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 60%,#000 70%,#0000 100%);mask-image:radial-gradient(60% 60%,#000 70%,#0000 100%)}@keyframes _pulse_5pbl6_1{0%,to{opacity:.3}50%{opacity:.5}}._contentWrapper_5pbl6_138{z-index:10;max-width:1200px;margin-inline:auto;padding-block:48px;padding-inline:16px;position:relative}._header_5pbl6_147{text-align:center;margin-block-end:64px}._badge_5pbl6_152{color:#d8b4fe;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:9999px;align-items:center;gap:8px;margin-block-end:16px;padding-block:4px;padding-inline:12px;font-size:14px;font-weight:500;display:inline-flex}._title_5pbl6_168{letter-spacing:-.02em;background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-text-fill-color:transparent;filter:drop-shadow(0 10px 30px #a855f74d);-webkit-background-clip:text;background-clip:text;margin-block-end:16px;font-size:clamp(48px,7vw,72px);font-weight:900;line-height:1.1}._subtitle_5pbl6_181{color:#9ca3af;max-width:600px;margin-block-end:32px;margin-inline:auto;font-size:18px}._searchWrapper_5pbl6_189{max-width:448px;margin-block-start:32px;margin-inline:auto}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:12px 16px;transition:all .3s}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper:hover,._searchWrapper_5pbl6_189 .ant-input-affix-wrapper:focus{background:#ffffff1a;border-color:#a855f780;box-shadow:0 0 0 2px #a855f71a}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper input{color:#d1d5db;background:0 0;font-size:15px}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper input::placeholder{color:#6b7280}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper-focused{background:#ffffff1a;border-color:#a855f780;box-shadow:0 0 0 2px #a855f71a}._searchWrapper_5pbl6_189 .ant-input-affix-wrapper-focused .searchIcon{color:#a78bfa}._searchIcon_5pbl6_220{color:#6b7280;transition:color .3s}._tiltCard_5pbl6_229{transform-style:preserve-3d;height:100%;transition:all .2s ease-out;position:relative}._tiltCardContent_5pbl6_236{z-index:10;width:100%;height:100%;position:relative}._tiltCardGlare_5pbl6_243{z-index:20;pointer-events:none;mix-blend-mode:overlay;border-radius:12px;transition:opacity .2s;position:absolute;inset:0}._podium_5pbl6_253{grid-template-columns:1fr;align-items:end;gap:24px;min-height:280px;margin-block:48px 96px;display:grid}@media (width>=768px){._podium_5pbl6_253{grid-template-columns:1fr 1fr 1fr;min-height:315px}}._podiumSlot1_5pbl6_269{order:1}@media (width>=768px){._podiumSlot1_5pbl6_269{z-index:20;order:2;margin-block-start:-80px}}._podiumSlot2_5pbl6_280{order:2;margin-block-end:32px}@media (width>=768px){._podiumSlot2_5pbl6_280{order:1;margin-block-end:0}}._podiumSlot3_5pbl6_291{order:3}._podiumCard_5pbl6_295{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(#1f293799 0%,#11182799 100%);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;height:100%;padding:16px;transition:border-color .3s;display:flex;position:relative;overflow:hidden}._podiumCard_5pbl6_295:hover{border-color:var(--rank-color,#a855f74d)}._medalIcon_5pbl6_314{opacity:.5;color:#d1d5db;position:absolute;top:16px;right:16px}._topGlow_5pbl6_322{background:var(--rank-color,#a855f780);filter:blur(20px);width:80px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}._avatarWrapper_5pbl6_333{background:linear-gradient(135deg, var(--rank-color,#9ca3af), transparent);border-radius:50%;width:67px;height:67px;margin-block:22px 11px;padding:3px;position:relative}._avatar_5pbl6_333{object-fit:cover;border:2px solid #1f2937;border-radius:50%;width:100%;height:100%}._rankBadge_5pbl6_352{color:#fff;background:#374151;border:1px solid #4b5563;border-radius:8px;padding-block:4px;padding-inline:8px;font-size:12px;font-weight:700;position:absolute;bottom:-8px;right:-8px;box-shadow:0 4px 12px #0006}._cardName_5pbl6_367{color:#fff;text-align:center;margin-block-end:3px;font-size:14px;font-weight:700}._cardRole_5pbl6_375{color:var(--rank-color,#a78bfa);text-transform:uppercase;letter-spacing:.05em;margin-block-end:11px;font-size:10px;font-weight:500}._statsBox_5pbl6_384{background:#ffffff0d;border:1px solid #ffffff0d;border-radius:8px;justify-content:space-between;align-items:center;width:100%;margin-block-start:auto;padding:11px;display:flex}._statsLabel_5pbl6_396{color:#9ca3af;font-size:10px}._statsValue_5pbl6_401{color:#fff;font-family:Courier New,monospace;font-size:17px;font-weight:700}._podiumCard1_5pbl6_408{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(#713f1266 0%,#111827cc 100%);border:1px solid #eab3084d;border-radius:16px;flex-direction:column;align-items:center;height:100%;padding:22px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 50px -10px #eab30833}._topGlowGold_5pbl6_424{top:0;opacity:.5;background:linear-gradient(90deg,#0000,#eab308,#0000);height:4px;position:absolute;inset-inline:0}._glowAura_5pbl6_433{top:-40px;filter:blur(60px);pointer-events:none;background:#eab3081a;height:160px;position:absolute;inset-inline:0}._crownIcon_5pbl6_443{color:#facc15;filter:drop-shadow(0 0 8px #facc1599);animation:3s ease-in-out infinite _bounce-slow_5pbl6_1;position:absolute;top:16px;right:16px}@keyframes _bounce-slow_5pbl6_1{0%,to{transform:translateY(-5%)}50%{transform:translateY(5%)}}._avatar1Wrapper_5pbl6_460{background:linear-gradient(135deg,#facc15,#fef08a,#ca8a04);border-radius:50%;width:90px;height:90px;margin-block:11px 17px;padding:4px;position:relative;box-shadow:0 20px 40px #713f1233}._avatar1_5pbl6_460{object-fit:cover;border:4px solid #111827;border-radius:50%;width:100%;height:100%}._rankBadge1_5pbl6_480{color:#111827;background:#eab308;border:2px solid #111827;border-radius:8px;padding-block:4px;padding-inline:12px;font-size:14px;font-weight:900;position:absolute;bottom:-12px;right:-12px;box-shadow:0 8px 16px #0006}._card1Name_5pbl6_495{color:#fff;text-align:center;margin-block-end:6px;font-size:21px;font-weight:900}._card1Tier_5pbl6_503{color:#fef3c7cc;text-transform:uppercase;letter-spacing:.1em;align-items:center;gap:6px;margin-block-end:22px;font-size:10px;font-weight:700;display:flex}._stats1Box_5pbl6_515{background:linear-gradient(135deg,#eab3081a,#f973161a);border:1px solid #eab30833;border-radius:11px;flex-direction:column;align-items:center;width:100%;padding:14px;display:flex}._stats1Label_5pbl6_526{color:#fef3c799;text-transform:uppercase;letter-spacing:.1em;margin-block-end:4px;font-size:12px}._stats1Value_5pbl6_534{color:#facc15;filter:drop-shadow(0 2px 4px #0000004d);font-family:Courier New,monospace;font-size:34px;font-weight:700}._gridLayout_5pbl6_542{grid-template-columns:1fr;gap:16px;padding-block-end:80px;display:grid}@media (width>=768px){._gridLayout_5pbl6_542{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){._gridLayout_5pbl6_542{grid-template-columns:repeat(3,1fr)}}._gridLayoutSearch_5pbl6_559{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;margin-block-start:40px}@media (width<=767px){._gridLayoutSearch_5pbl6_559{grid-template-columns:minmax(260px,1fr);justify-content:stretch}}._listCard_5pbl6_571{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;height:100%;padding:16px;transition:all .3s;display:flex}._listCard_5pbl6_571:hover{background:#ffffff14;border-color:#a855f74d}._rankNumber_5pbl6_588{text-align:center;color:#6b7280;flex-shrink:0;width:32px;font-family:Courier New,monospace;font-size:14px;transition:color .3s}._listCard_5pbl6_571:hover ._rankNumber_5pbl6_588{color:#fff}._avatarSmallWrapper_5pbl6_601{flex-shrink:0;margin-inline:8px 16px;position:relative}._avatarSmall_5pbl6_601{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;width:48px;height:48px;transition:border-color .3s}._listCard_5pbl6_571:hover ._avatarSmall_5pbl6_601{border-color:#a855f780}._trendingBadge_5pbl6_620{color:#fff;background:#ef4444;border:1px solid #000;border-radius:50%;justify-content:center;align-items:center;padding:2px;display:flex;position:absolute;top:-4px;right:-4px}._listCardInfo_5pbl6_634{flex-grow:1;min-width:0}._listCardName_5pbl6_639{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-block-end:4px;font-size:15px;font-weight:600;transition:color .3s;overflow:hidden}._listCard_5pbl6_571:hover ._listCardName_5pbl6_639{color:#e9d5ff}._listCardRole_5pbl6_653{color:#9ca3af;align-items:center;gap:8px;font-size:12px;display:flex}._listCardStats_5pbl6_661{text-align:end;flex-shrink:0;padding-inline-start:16px}._listCardCount_5pbl6_667{color:#ffffffe6;font-family:Courier New,monospace;font-size:18px;font-weight:700}._listCardLabel_5pbl6_674{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;font-size:10px}._emptyState_5pbl6_681{text-align:center;color:#6b7280;padding-block:80px}._spacer_5pbl6_687{height:2em}._page_11091_37{padding-inline:max(5%,50vw - 800px)}._text-center_11091_62{text-align:center}._Container_11091_66{padding:50px max(5%,50vw - 800px)}._Container_11091_66 table{max-width:min(1200px,90%);margin-inline:auto}._Container_1da6p_66{flex-flow:column;justify-content:center;align-items:center;gap:25px;width:800px;max-width:100%;margin-inline:max(5%,50vw - 800px);padding:25px;display:flex}._Container_1da6p_66 ._ListWrraper_1da6p_80 ._ListItem_1da6p_89{flex-flow:row;justify-content:center;align-items:center;gap:0;padding-block:10px;display:flex}._page_1da6p_37{padding-inline:max(5%,50vw - 800px)}._text-center_1da6p_62{text-align:center}._Container_1da6p_66{flex-flow:column;justify-content:center;align-items:center;gap:25px;width:800px;max-width:100%;margin-inline:max(5%,50vw - 800px);padding:25px;display:flex}._Container_1da6p_66 ._ListWrraper_1da6p_80{border-radius:inherit;background:#1a212b;border:2px solid #fff;width:100%;max-height:250px;padding-inline:15px;overflow-y:auto}._Container_1da6p_66 ._ListWrraper_1da6p_80 ._ListItem_1da6p_89{flex-flow:row;justify-content:center;align-items:center;gap:0;padding-block:10px;display:flex}._Container_1da6p_66 ._ListWrraper_1da6p_80 ._ListItem_1da6p_89 label{justify-content:flex-start;width:100%}._Container_1da6p_66 ._ListWrraper_1da6p_80 ._ListItem_1da6p_89:not(:last-child){border-bottom:1px solid #fff}._page_19il3_37{padding-inline:max(5%,50vw - 800px)}._text-center_19il3_62{text-align:center}._container_19il3_66{align-items:center;gap:10px;padding-block:12px;display:flex}._container_19il3_66 a{border-radius:10px;padding:5px 10px}._container_19il3_66 a._active_19il3_76{background-color:#3498db}._page_sofkl_37{padding-inline:max(5%,50vw - 800px)}._text-center_sofkl_62{text-align:center}._container_sofkl_66{padding:50px max(5%,50vw - 800px)}._page_ioveo_37{padding-inline:max(5%,50vw - 800px)}._text-center_ioveo_62{text-align:center}._container_ioveo_66{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:75px;display:flex}._container_ioveo_66 ._info_ioveo_74{flex:1}._profile_card_ioveo_78{flex-flow:row;justify-content:flex-start;align-items:flex-start;gap:0;display:flex}._profile_card_ioveo_78 ._card_ioveo_86{background:#2f3541;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:25px;padding:10px 40px;display:flex}._profile_card_ioveo_78 ._img_ioveo_101{background:green;border-radius:50%;flex-flow:row;justify-content:center;align-items:center;gap:0;width:150px;height:150px;display:flex;overflow:hidden;box-shadow:0 0 3px #fff}._profile_card_ioveo_78 ._img_ioveo_101 img{object-fit:cover;width:100%;height:100%}._profile_card_ioveo_78 h2{margin:0;font-size:3.5rem;font-weight:500}._info_ioveo_74{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:30px;display:flex}._info_ioveo_74 ._details_ioveo_138{grid-template-columns:1fr 1fr;display:grid}@media (width<991px){._info_ioveo_74 ._details_ioveo_138{grid-template-columns:1fr}}._info_ioveo_74 ._details_ioveo_138>div{height:100%}._info_ioveo_74 ._with_btn_ioveo_150{justify-content:flex-start;align-items:center;gap:5px;display:flex}._info_ioveo_74 ._with_btn_ioveo_150 button{scale:.75}._info_ioveo_74 label{font-weight:700}._info_ioveo_74 h2,._info_ioveo_74 h3{font-weight:400}._details_ioveo_138{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:25px;width:100%;display:flex}._details_ioveo_138>div{width:calc(50% - 12.5px);min-width:min(100%,300px)}._lists_ioveo_183{flex-flow:wrap;justify-content:space-between;align-items:center;gap:30px;width:100%;display:flex}._lists_ioveo_183 button{padding-inline:10px;font-size:14px}._lists_ioveo_183>div{flex:1;min-width:300px;max-width:100%}._lists_ioveo_183>div ul{list-style:none}._page_wb4jb_37{padding-inline:max(5%,50vw - 800px)}._text-center_wb4jb_62{text-align:center}._Container_wb4jb_66{padding:75px max(5%,50vw - 800px)}._Container_wb4jb_66 h1{text-align:center}._Container_wb4jb_66 form{background:#2f3541;border-radius:15px;max-width:min(100%,900px);margin-inline:auto;padding:50px;box-shadow:0 0 5px #2f3541}._Container_wb4jb_66 form ._Inputs_wb4jb_80{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:30px 20px;margin-bottom:45px;display:flex}._Container_wb4jb_66 form ._Inputs_wb4jb_80>*{flex:1;min-width:max(50% - 10px,300px);max-width:100%}._Container_wb4jb_66 form ._Inputs_wb4jb_80>div:last-child{height:65px}._Container_wb4jb_66 form ._Inputs_wb4jb_80 ._UploadLogo_wb4jb_99{cursor:pointer}._Container_wb4jb_66 form ._Inputs_wb4jb_80 ._UploadLogo_wb4jb_99 button{pointer-events:none}._Container_wb4jb_66 form ._Inputs_wb4jb_80 ._thumbnail_wb4jb_105{object-fit:cover;max-width:100%;height:100%;overflow:hidden}._Container_wb4jb_66 form ._content_wb4jb_111{flex-wrap:wrap;gap:20px;margin-bottom:45px;display:flex}._Container_wb4jb_66 form ._content_wb4jb_111>div{flex:1;min-width:min(100%,300px)}._Container_wb4jb_66 form ._content_wb4jb_111 button{color:#3498db;cursor:pointer;background:0 0;border:2px solid;border-radius:15px;flex-flow:row;justify-content:space-between;align-items:center;gap:0;width:100%;margin-top:10px;padding:5px 15px;font-size:18px;display:flex}._Container_wb4jb_66 form ._content_wb4jb_111 button:hover svg{translate:-5px}._Container_wb4jb_66 form ._content_wb4jb_111 button svg{color:currentColor;font-size:35px;transition:translate .2s}._page_1xdly_37{padding-inline:max(5%,50vw - 800px)}._text-center_1xdly_62{text-align:center}._Container_1xdly_66{flex-flow:column;justify-content:center;align-items:center;gap:0;width:100%;height:100vh;padding:50px max(5%,50vw - 800px);display:flex}._Container_1xdly_66 h1{font-size:10rem}._page_9m3xy_37{padding-inline:max(5%,50vw - 800px)}._text-center_9m3xy_62{text-align:center}._Header_9m3xy_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#10b981 0%,#eab308 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_9m3xy_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_9m3xy_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_9m3xy_90 ._Shape_9m3xy_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_9m3xy_90 ._Shape_9m3xy_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_9m3xy_90 ._Shape_9m3xy_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_9m3xy_90 ._Shape_9m3xy_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_9m3xy_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_9m3xy_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Title_9m3xy_152{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_9m3xy_160{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._ActionArea_9m3xy_171{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_9m3xy_171{justify-content:flex-start;width:100%;display:none}}._Illustration_9m3xy_185{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_9m3xy_1}@keyframes _float_9m3xy_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_1umoo_37{padding-inline:max(5%,50vw - 800px)}._text-center_1umoo_62{text-align:center}._PageContainer_1umoo_66{width:100%;max-width:1100px;margin-inline:auto;padding:24px}._Grid_1umoo_73{grid-template-columns:1fr 1.6fr;align-items:start;gap:24px;display:grid}@media (width<=768px){._Grid_1umoo_73{grid-template-columns:1fr}}._Column_1umoo_85{flex-direction:column;gap:20px;display:flex}._GlassCard_1umoo_91{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:16px;padding:24px;display:flex}._CardHeader_1umoo_102 h2{color:#e8e8f0;border-bottom:1px solid #ffffff1a;align-items:center;gap:8px;margin:0;padding-bottom:12px;font-size:1rem;font-weight:600;display:flex}._CardHeader_1umoo_102 h2 svg{color:#7877c6;flex-shrink:0}._PicContainer_1umoo_118{flex-direction:column;align-items:center;gap:20px;display:flex}._imageWrapper_1umoo_125{border:3px solid #7877c680;border-radius:50%;width:120px;height:120px;overflow:hidden;box-shadow:0 0 20px #7877c640}._imageWrapper_1umoo_125 img{object-fit:cover;width:100%;height:100%}._placeholder_1umoo_139{color:#fff6;background:#7877c626;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._ButtonStack_1umoo_149{flex-direction:column;gap:10px;width:100%;display:flex}._ActionButton_1umoo_156{cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:10px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}._ActionButton_1umoo_156 input[type=file]{display:none}._ActionButton_1umoo_156._primary_1umoo_173{color:#e2e1ff;background:#7877c64d;border:1px solid #a09ee6b3}._ActionButton_1umoo_156._primary_1umoo_173:hover{color:#fff;background:#7877c680;border-color:#b4b2f0e6}._ActionButton_1umoo_156._danger_1umoo_183{color:#f08080;background:#dc354526;border:1px solid #dc354559}._ActionButton_1umoo_156._danger_1umoo_183:hover{color:#fff;background:#dc35454d;border-color:#dc354599}._ActionButton_1umoo_156._secondary_1umoo_193{color:#e8e8f0e6;background:#ffffff14;border:1px solid #ffffff59}._ActionButton_1umoo_156._secondary_1umoo_193:hover{color:#fff;background:#ffffff29;border-color:#ffffff8c}._cropperModal_1umoo_204{z-index:1000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_1umoo_214{background:#1a1a2e;border:1px solid #a09ee6a6;border-radius:16px;flex-direction:column;gap:20px;width:min(520px,95vw);padding:28px;display:flex;box-shadow:0 0 32px #7877c640}._cropperWrapper_1umoo_226{border-radius:10px;width:100%}._modalActions_1umoo_231{flex-direction:column;gap:10px;width:100%;display:flex}._InfoRow_1umoo_238{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}._InfoRow_1umoo_238:last-child{border-bottom:none}._label_1umoo_250{color:#e8e8f08c;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:.8rem}._value_1umoo_258{color:#e8e8f0;text-align:end;word-break:break-all;font-size:.9rem}._roleBadge_1umoo_265{color:#c4c3f0;text-transform:uppercase;letter-spacing:.04em;background:#7877c640;border:1px solid #7877c666;border-radius:20px;padding:3px 12px;font-size:.75rem;font-weight:600}._DomainsInput_1umoo_277{width:100%}._BadgesGrid_1umoo_281{flex-wrap:wrap;gap:8px;display:flex}._DomainBadge_1umoo_287{color:#c4c3f0;background:#7877c633;border:1px solid #7877c659;border-radius:20px;align-items:center;gap:6px;padding:4px 10px 4px 12px;font-size:.8rem;display:flex}._DomainBadge_1umoo_287 button{color:#c4c3f0b3;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;transition:background .15s;display:flex}._DomainBadge_1umoo_287 button:hover{color:#fff;background:#0006}._passwordinfo_1umoo_317{color:#e8e8f080;width:100%;font-size:.78rem}._passwordinfo_1umoo_317 ul{flex-direction:column;gap:3px;margin-inline-start:1.2rem;display:flex}._FormGroup_1umoo_329{width:100%;margin-bottom:4px}._SubmitButton_1umoo_334{color:#c4c3f0;cursor:pointer;background:#7877c633;border:1px solid #7877c680;border-radius:10px;width:100%;margin-top:8px;padding:11px 20px;font-size:.9rem;font-weight:600;transition:all .2s}._SubmitButton_1umoo_334:hover:not(:disabled){color:#fff;background:#7877c666;border-color:#7877c6cc}._SubmitButton_1umoo_334:disabled{opacity:.4;cursor:not-allowed}._confirmDialog_1umoo_357{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._confirmDialog_1umoo_357 ._confirmContent_1umoo_366{text-align:center;background:#1a1a2e;border:1px solid #7877c64d;border-radius:16px;min-width:280px;padding:2rem}._confirmDialog_1umoo_357 ._confirmContent_1umoo_366 h3{color:#e8e8f0;margin-bottom:.5rem}._confirmDialog_1umoo_357 ._confirmContent_1umoo_366 ._confirmButtons_1umoo_378{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}._page_1atkv_37{padding-inline:max(5%,50vw - 800px)}._text-center_1atkv_62{text-align:center}._cropper_1atkv_66{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}._cropper_1atkv_66 canvas{cursor:move;-webkit-user-select:none;user-select:none;background:#0d0d1a;border:2px solid #a09ee6d9;border-radius:10px;max-width:100%;display:block;box-shadow:0 0 28px #7877c673}._controls_1atkv_84{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}._controls_1atkv_84 ._sliderLabel_1atkv_91{color:#e8e8f0e6;text-align:center;letter-spacing:.02em;font-size:.8rem;font-weight:500}._controls_1atkv_84 input[type=range]{appearance:none;cursor:pointer;vertical-align:middle;background:#a09ee673;border-radius:99px;outline:none;width:100%;height:4px}._controls_1atkv_84 input[type=range]::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#7877c6;border-radius:50%;width:18px;height:18px;margin-top:-7px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 8px #7877c6b3}._controls_1atkv_84 input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 14px #7877c6e6}._controls_1atkv_84 input[type=range]::-moz-range-thumb{cursor:pointer;background:#7877c6;border:none;border-radius:50%;width:18px;height:18px;box-shadow:0 0 8px #7877c6b3}._controls_1atkv_84 input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg,#7877c6b3 0%,#7877c633 100%);border-radius:99px;height:4px}._controls_1atkv_84 input[type=range]::-moz-range-track{background:linear-gradient(90deg,#7877c6b3 0%,#7877c633 100%);border-radius:99px;height:4px}._croppedPreview_1atkv_145{flex-direction:column;align-items:center;gap:12px;display:flex}._croppedPreview_1atkv_145 img{object-fit:cover;border:3px solid #7877c680;border-radius:50%;box-shadow:0 0 20px #7877c64d}._page_rh9ck_37{padding-inline:max(5%,50vw - 800px)}._text-center_rh9ck_62{text-align:center}._Header_rh9ck_66{color:#fff;isolation:isolate;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 50%,#6366f1 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:24px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a}@media (width<=900px){._Header_rh9ck_66{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}}._BackgroundShapes_rh9ck_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_rh9ck_90 ._Shape_rh9ck_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_rh9ck_90 ._Shape_rh9ck_100:first-child{background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);width:350px;height:350px;top:-20%;right:-10%}._BackgroundShapes_rh9ck_90 ._Shape_rh9ck_100:nth-child(2){background:#ffffff0d;width:250px;height:250px;bottom:-30%;left:5%}._BackgroundShapes_rh9ck_90 ._Shape_rh9ck_100:nth-child(3){background:#ffffff14;width:120px;height:120px;top:15%;left:35%}._Content_rh9ck_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_rh9ck_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#fff3;border:1px solid #ffffff40;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}._Badge_rh9ck_137 span{color:#fff}._Title_rh9ck_157{text-shadow:0 2px 10px #00000026;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.1}._Description_rh9ck_165{text-shadow:0 1px 2px #0000001a;max-width:90%;margin:0;font-size:1.1rem;font-weight:500;line-height:1.5;color:#fffffff2!important}._ActionArea_rh9ck_175{z-index:2;place-items:center;margin-inline-end:20px;display:grid;position:relative}@media (width<=900px){._ActionArea_rh9ck_175{justify-content:flex-start;width:100%;display:none}}._Illustration_rh9ck_190{filter:drop-shadow(0 10px 20px #0003);font-size:5rem;line-height:1;animation:5s ease-in-out infinite _float_rh9ck_1}@keyframes _float_rh9ck_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._page_fobxq_37{padding-inline:max(5%,50vw - 800px)}._text-center_fobxq_62{text-align:center}._Button_fobxq_66{cursor:pointer;background:0 0;border:none}._Button_fobxq_66[data-filled=true]{color:#f1c40f}._Button_fobxq_66:not([data-filled=true]){color:#c8c8c8}._Button_fobxq_66 svg{width:25px;height:25px}._page_1v0ux_37{padding-inline:max(5%,50vw - 800px)}._text-center_1v0ux_62{text-align:center}._Success_1v0ux_66{flex-flow:row;justify-content:center;align-items:center;gap:0;height:100vh;display:flex}._Container_1v0ux_78{padding:100px max(5%,50vw - 800px)}._Container_1v0ux_78 ._Headline_1v0ux_81{text-align:center;margin-bottom:10px}._Container_1v0ux_78 form{flex-flow:column;justify-content:center;align-items:center;gap:0;max-width:600px;margin-inline:auto;display:flex}._page_exf96_37{padding-inline:max(5%,50vw - 800px)}._text-center_exf96_62{text-align:center}._container_exf96_66{padding:50px max(5%,50vw - 800px)}._container_exf96_66 h1{text-align:center}._container_exf96_66 ._form_exf96_72{background:#2f3541;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:20px;width:700px;max-width:100%;margin-inline:auto;padding:50px;display:flex}._container_exf96_66 ._form_exf96_72>*{width:calc(50% - 10px)}._page_13myf_37{padding-inline:max(5%,50vw - 800px)}._text-center_13myf_62{text-align:center}._container_13myf_66{flex-flow:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}._container_13myf_66 img{width:300px;max-width:80%}._container_13myf_66 form{background:#2f3541;border-radius:20px;flex-flow:column;justify-content:center;align-items:center;gap:20px;width:500px;max-width:90%;padding:20px 50px;display:flex;box-shadow:0 0 3px #2f3541}._container_13myf_66 ._passwordinfo_13myf_97{justify-content:flex-start;width:100%;font-size:12px;display:flex}._container_13myf_66 ._passwordinfo_13myf_97 ul{margin-inline-start:1rem}._container_13myf_66 ._AltLink_13myf_106{text-decoration:underline}._page_wyfvy_37{padding-inline:max(5%,50vw - 800px)}._text-center_wyfvy_62{text-align:center}._container_wyfvy_66{padding:50px max(5%,50vw - 800px)}._container_wyfvy_66 h1{text-align:center}._page_1epvk_37{padding-inline:max(5%,50vw - 800px)}._text-center_1epvk_62{text-align:center}._Container_1epvk_66{flex-flow:row;justify-content:center;align-items:center;gap:50px;width:100%;max-width:100%;display:flex}@media (width<=991px){._Container_1epvk_66{flex-direction:column;gap:20px}}._Container_1epvk_66 button{display:block}._Container_1epvk_66>div:first-child{white-space:nowrap;width:100%;word-wrap:nowrap;overflow-x:auto}._Container_1epvk_66 ._Tag_1epvk_93{position:relative}._Container_1epvk_66 ._Tag_1epvk_93:not(:hover) ._Edit_1epvk_96{opacity:0}._Container_1epvk_66 ._Tag_1epvk_93 ._Edit_1epvk_96{cursor:pointer;border:none;border-radius:50%;flex-flow:row;justify-content:center;align-items:center;gap:0;width:25px;height:25px;transition:opacity .2s ease-in-out;display:flex;position:absolute;top:calc(50% - 12.5px);left:-5px}._page_1hvs9_37{padding-inline:max(5%,50vw - 800px)}._text-center_1hvs9_62{text-align:center}._Container_1hvs9_66{flex-flow:column;justify-content:center;align-items:stretch;gap:0;width:500px;max-width:100%;margin-inline:max(5%,50vw - 800px);padding:30px 50px;display:flex}._Container_1hvs9_66 h2,._Container_1hvs9_66 span{text-align:center}._Container_1hvs9_66 span{color:#e74c3c;margin-top:10px;font-size:14px}._Container_1hvs9_66 ._controls_1hvs9_89{flex-flow:row;justify-content:center;align-items:center;gap:10px;display:flex}._page_1w4k2_37{padding-inline:max(5%,50vw - 800px)}._text-center_1w4k2_62{text-align:center}._container_1w4k2_66{padding:50px max(5%,50vw - 800px)}._container_1w4k2_66 h1{text-align:center}._container_1w4k2_66 ._form_1w4k2_72{background:#2f3541;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:20px;width:700px;max-width:100%;margin-inline:auto;padding:50px;display:flex}._container_1w4k2_66 ._form_1w4k2_72 ._inline_1w4k2_88{gap:inherit;align-items:stretch;width:100%;display:flex}._container_1w4k2_66 ._form_1w4k2_72 ._inline_1w4k2_88>*{flex:1}._container_1w4k2_66 ._form_1w4k2_72 ._fileinput_1w4k2_97{margin-top:auto}._container_1w4k2_66 ._form_1w4k2_72 ._pdf_1w4k2_100{cursor:pointer;flex-flow:row;justify-content:flex-start;align-items:center;gap:10px;text-decoration:underline;display:flex}._container_1w4k2_66 ._form_1w4k2_72 ._Upload_1w4k2_112{width:100%;display:block}._container_1w4k2_66 ._form_1w4k2_72 ._Upload_1w4k2_112 label{cursor:pointer}._container_1w4k2_66 ._form_1w4k2_72 ._Upload_1w4k2_112 button{pointer-events:none}._container_1w4k2_66 ._form_1w4k2_72 ._Upload_1w4k2_112 ._thumbnail_1w4k2_122{object-fit:cover;max-width:100%;height:75px;overflow:hidden}._page_zetht_37{padding-inline:max(5%,50vw - 800px)}._text-center_zetht_62{text-align:center}._Container_zetht_66{flex-flow:column;justify-content:center;align-items:center;gap:10px;padding:50px max(5%,50vw - 800px);display:flex}._Container_zetht_66 ._search_zetht_77{width:500px;max-width:100%}._Container_zetht_66 ._divider_zetht_81{background-color:#fff;width:800px;max-width:100%;height:1px;margin:20px 0}._page_169u2_37{padding-inline:max(5%,50vw - 800px)}._text-center_169u2_62{text-align:center}._container_169u2_66{flex-flow:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}._container_169u2_66 img{width:300px;max-width:80%}._container_169u2_66 form{background:#2f3541;border-radius:20px;flex-flow:column;justify-content:center;align-items:center;gap:0;width:500px;max-width:90%;padding:20px 50px;display:flex;box-shadow:0 0 3px #2f3541}._container_169u2_66 form button{margin-top:20px}._container_169u2_66 ._passwordinfo_169u2_100{justify-content:flex-start;width:100%;margin-top:20px;font-size:12px;display:flex}._container_169u2_66 ._passwordinfo_169u2_100 ul{margin-inline-start:1rem}._container_169u2_66 ._AltLink_169u2_110{text-decoration:underline}._page_1gyw2_37{padding-inline:max(5%,50vw - 800px)}._text-center_1gyw2_62{text-align:center}._Container_1gyw2_66{flex-flow:column;justify-content:center;align-items:center;gap:20px;padding:25px max(5%,50vw - 800px);display:flex}._Container_1gyw2_66 h1{padding-top:30px}._Container_1gyw2_66 ._filters_1gyw2_80{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}@media (width<=991px){._Container_1gyw2_66 ._filters_1gyw2_80{flex-direction:column}}._Container_1gyw2_66 ._filters_1gyw2_80 ._searchbar_1gyw2_92{justify-content:space-between;width:100%;display:flex}._Container_1gyw2_66 ._filters_1gyw2_80 ._searchbar_1gyw2_92>*{width:min(300px,100%);transform:translateY(-6px)}._creatorHeader_1gyw2_102{justify-content:center;padding:40px max(5%,50vw - 800px) 10px;display:flex}._creatorTiltCard_1gyw2_108{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:min(420px,100%);min-height:220px;transform-style:preserve-3d;will-change:transform;background:linear-gradient(#1f2937b3 0%,#111827b8 100%);border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:22px;transition:transform .18s ease-out,border-color .2s;display:flex;position:relative;overflow:hidden}._creatorTiltCard_1gyw2_108:hover{border-color:#a855f766}._creatorTiltGlare_1gyw2_131{pointer-events:none;opacity:0;z-index:1;border-radius:20px;transition:opacity .2s;position:absolute;inset:0}._creatorTopGlow_1gyw2_141{filter:blur(14px);background:#a855f799;width:110px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}._creatorAvatarWrap_1gyw2_152{z-index:2;background:linear-gradient(135deg,#60a5fae6,#a78bfae6);border-radius:50%;width:92px;height:92px;padding:3px;position:relative}._creatorAvatar_1gyw2_152{object-fit:cover;border:2px solid #111827;border-radius:50%;width:100%;height:100%}._creatorAvatarPlaceholder_1gyw2_170{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._creatorName_1gyw2_181{z-index:2;color:#fff;text-align:center;margin:0;font-size:clamp(24px,3vw,34px);font-weight:800;position:relative}._creatorMeta_1gyw2_191{z-index:2;color:#fffc;margin:0;font-size:14px;font-weight:600;position:relative}._Lessons_1gyw2_200{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-items:center;gap:20px;width:100%;display:grid}@media (width<=768px){._Lessons_1gyw2_200{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}@media (width<=500px){._Lessons_1gyw2_200{grid-template-columns:1fr;gap:12px}}._helpBtn_1gyw2_220{margin-inline-start:auto}._page_1n0t5_37{padding-inline:max(5%,50vw - 800px)}._text-center_1n0t5_62{text-align:center}._Container_1n0t5_66{max-width:1200px;margin:0 auto;padding:20px}._AdminSection_1n0t5_72{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._ActionButtons_1n0t5_80{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}._page_f1nkn_37{padding-inline:max(5%,50vw - 800px)}._text-center_f1nkn_62{text-align:center}._container_f1nkn_66{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._rangeOptions_f1nkn_74{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}._selectedRange_f1nkn_81{background-color:var(--primary-color-dark);color:#fff}._limitSelector_f1nkn_86{align-items:center;gap:10px;margin-top:15px;display:flex}._limitSelector_f1nkn_86 p{margin:0}._limitSelector_f1nkn_86 select{color:#fff;background-color:#222;border:1px solid #333;border-radius:4px;width:80px;padding:6px 10px}._dateSelectionContainer_f1nkn_104{flex-wrap:wrap;gap:30px;margin-top:20px;display:flex}._dateSelection_f1nkn_104{flex:1;min-width:250px;position:relative}._dateSelection_f1nkn_104 p{margin-bottom:10px;font-weight:500}._datePickerWrapper_f1nkn_121{z-index:100;background-color:#fff;border-radius:8px;margin-top:10px;position:absolute;box-shadow:0 4px 12px #00000026}._datePickerWrapper_f1nkn_121 .react-datepicker{border-color:#333;font-family:inherit}._datePickerWrapper_f1nkn_121 .react-datepicker__header{background-color:#222;border-bottom-color:#333}._datePickerWrapper_f1nkn_121 .react-datepicker__current-month{color:#fff}._datePickerWrapper_f1nkn_121 .react-datepicker__day-name{color:#ddd}._datePickerWrapper_f1nkn_121 .react-datepicker__day:hover{background-color:#444}._datePickerWrapper_f1nkn_121 .react-datepicker__day--selected{background-color:#007bff}._dateRangeSummary_f1nkn_150{background-color:#413b3b;border-radius:5px;margin:15px 0;padding:10px}._dateRangeSummary_f1nkn_150 p{margin:0}._page_sg368_37{padding-inline:max(5%,50vw - 800px)}._text-center_sg368_62{text-align:center}._container_sg368_66{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._lessonsContainer_sg368_74{margin-top:20px}._downloadAllContainer_sg368_78{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}._downloadAllContainer_sg368_78 p{margin:0}._downloadAllButton_sg368_88{background-color:#4a90e2}._downloadAllButton_sg368_88:hover{background-color:#357abd}._lessonsTable_sg368_95{border-collapse:collapse;width:100%;margin-top:20px}._lessonsTable_sg368_95 th,._lessonsTable_sg368_95 td{text-align:left;border-bottom:1px solid #ddd;padding:12px 15px}._lessonsTable_sg368_95 th{background-color:#5a6168;font-weight:700}._lessonRow_sg368_110:hover{background-color:#f5f5f5}._checkboxColumn_sg368_114{text-align:center;width:50px}._idColumn_sg368_119{text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:monospace;font-size:.85rem;overflow:hidden}._smallText_sg368_128{color:#666;margin-top:4px;font-size:.85rem;display:block}._downloadButton_sg368_135{padding:6px 12px;font-size:14px}._loadMoreContainer_sg368_140{justify-content:center;margin-top:20px;display:flex}._page_u047c_37{padding-inline:max(5%,50vw - 800px)}._text-center_u047c_62{text-align:center}._container_u047c_66{flex-direction:column;gap:24px;width:100%;display:flex}._header_u047c_73{flex-direction:column;gap:8px;display:flex}._header_u047c_73 h2{margin:0}._header_u047c_73 p{color:var(--text-secondary,#ffffffb3);margin:0}._actions_u047c_86{align-items:center;gap:16px;display:flex}._actions_u047c_86 button{align-items:center;gap:8px;display:flex}._page_1ssbw_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ssbw_62{text-align:center}._usersControlContainer_1ssbw_66{width:100%;max-width:1400px;margin:0 auto;padding:24px}._usersControlContainer_1ssbw_66 ._header_1ssbw_72{margin-block-end:32px}._usersControlContainer_1ssbw_66 ._header_1ssbw_72 ._titleSection_1ssbw_75{align-items:center;gap:12px;margin-block-end:8px;display:flex}._usersControlContainer_1ssbw_66 ._header_1ssbw_72 ._titleSection_1ssbw_75 ._icon_1ssbw_81{color:var(--cyberpunk-purple-glow);font-size:32px}._usersControlContainer_1ssbw_66 ._header_1ssbw_72 ._titleSection_1ssbw_75 ._title_1ssbw_75{color:var(--cyberpunk-text-primary);margin:0;font-size:28px;font-weight:700}._usersControlContainer_1ssbw_66 ._header_1ssbw_72 ._subtitle_1ssbw_91{color:var(--cyberpunk-text-secondary);margin-inline-start:44px;font-size:14px}._usersControlContainer_1ssbw_66 ._content_1ssbw_96{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000004d}._usersControlContainer_1ssbw_66 ._loadingContainer_1ssbw_104{justify-content:center;align-items:center;min-height:300px;display:flex}._usersControlContainer_1ssbw_66 ._noResultsAlert_1ssbw_110{background:var(--cyberpunk-glass-bg);border:1px solid var(--cyberpunk-glass-border)}._usersControlContainer_1ssbw_66 ._noResultsAlert_1ssbw_110 .ant-alert-message{color:var(--cyberpunk-text-primary)}._usersControlContainer_1ssbw_66 ._noResultsAlert_1ssbw_110 .ant-alert-description{color:var(--cyberpunk-text-secondary)}._page_1n70v_37{padding-inline:max(5%,50vw - 800px)}._text-center_1n70v_62{text-align:center}._searchBarContainer_1n70v_66{width:100%;margin-block-end:24px}._searchBarContainer_1n70v_66 ._searchInput_1n70v_70{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);border-radius:8px}._searchBarContainer_1n70v_66 ._searchInput_1n70v_70 .ant-input{color:var(--cyberpunk-text-primary);background:0 0}._searchBarContainer_1n70v_66 ._searchInput_1n70v_70 .ant-input::placeholder{color:#e8e8f080}._searchBarContainer_1n70v_66 ._searchInput_1n70v_70 .anticon{color:var(--cyberpunk-purple-glow)}._searchBarContainer_1n70v_66 ._searchInput_1n70v_70:hover,._searchBarContainer_1n70v_66 ._searchInput_1n70v_70:focus{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 8px var(--cyberpunk-purple-glow)}._page_1e3w2_37{padding-inline:max(5%,50vw - 800px)}._text-center_1e3w2_62{text-align:center}._usersListContainer_1e3w2_66{width:100%}._usersListContainer_1e3w2_66 ._usersTable_1e3w2_69{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;overflow:hidden}._usersListContainer_1e3w2_66 ._usersTable_1e3w2_69 .ant-table{color:var(--cyberpunk-text-primary);background:0 0}._usersListContainer_1e3w2_66 ._usersTable_1e3w2_69 .ant-table-thead>tr>th{color:var(--cyberpunk-text-primary);border-bottom:1px solid var(--cyberpunk-glass-border);background:#ffffff0d;font-weight:600}._usersListContainer_1e3w2_66 ._usersTable_1e3w2_69 .ant-table-tbody>tr>td{color:var(--cyberpunk-text-secondary);border-bottom:1px solid #ffffff0d}._usersListContainer_1e3w2_66 ._usersTable_1e3w2_69 .ant-table-tbody>tr:hover>td{background:#7877c61a}._usersListContainer_1e3w2_66 ._userName_1e3w2_92{color:var(--cyberpunk-text-primary);font-weight:500}._page_jxhpc_37{padding-inline:max(5%,50vw - 800px)}._text-center_jxhpc_62{text-align:center}.userEditDrawer ._ant-drawer-content_jxhpc_66{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)!important}.userEditDrawer ._ant-drawer-header_jxhpc_69{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14!important;border-bottom:1px solid #ffffff26!important}.userEditDrawer ._ant-drawer-body_jxhpc_74{padding:24px;background:0 0!important}.userEditDrawer ._ant-drawer-footer_jxhpc_78{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14!important;border-top:1px solid #ffffff26!important}.userEditDrawer ._ant-drawer-title_jxhpc_83{color:#e8e8f0!important}.userEditDrawer ._ant-drawer-close_jxhpc_86{color:#b8b8d0!important}.userEditDrawer ._ant-drawer-close_jxhpc_86:hover{color:#e8e8f0!important}.userEditDrawer ._ant-form-item-label_jxhpc_92>label{font-weight:500;color:#e8e8f0!important}.userEditDrawer ._ant-input_jxhpc_96,.userEditDrawer ._ant-select-selector_jxhpc_97,.userEditDrawer ._ant-input-password_jxhpc_98,.userEditDrawer ._ant-input-password_jxhpc_98 input{color:#e8e8f0!important;background:#ffffff14!important;border:1px solid #ffffff26!important}.userEditDrawer ._ant-input_jxhpc_96:hover,.userEditDrawer ._ant-input_jxhpc_96:focus,.userEditDrawer ._ant-input_jxhpc_96:focus-within,.userEditDrawer ._ant-select-selector_jxhpc_97:hover,.userEditDrawer ._ant-select-selector_jxhpc_97:focus,.userEditDrawer ._ant-select-selector_jxhpc_97:focus-within,.userEditDrawer ._ant-input-password_jxhpc_98:hover,.userEditDrawer ._ant-input-password_jxhpc_98:focus,.userEditDrawer ._ant-input-password_jxhpc_98:focus-within,.userEditDrawer ._ant-input-password_jxhpc_98 input:hover,.userEditDrawer ._ant-input-password_jxhpc_98 input:focus,.userEditDrawer ._ant-input-password_jxhpc_98 input:focus-within{border-color:#7877c699!important;box-shadow:0 0 8px #7877c64d!important}.userEditDrawer ._ant-input_jxhpc_96::placeholder,.userEditDrawer ._ant-select-selector_jxhpc_97::placeholder,.userEditDrawer ._ant-input-password_jxhpc_98::placeholder,.userEditDrawer ._ant-input-password_jxhpc_98 input::placeholder{color:#b8b8d0!important}.userEditDrawer ._ant-select-arrow_jxhpc_123,.userEditDrawer ._ant-input-password-icon_jxhpc_124,.userEditDrawer ._anticon_jxhpc_125{color:#7877c6cc!important}.userEditDrawer ._ant-divider_jxhpc_128{border-color:#ffffff26!important}.userEditDrawer ._ant-divider_jxhpc_128 ._ant-divider-inner-text_jxhpc_131{font-weight:600;color:#e8e8f0!important}.userEditDrawer ._ant-select-dropdown_jxhpc_135{background:#1a1a2e!important}.userEditDrawer ._ant-select-dropdown_jxhpc_135 ._ant-select-item_jxhpc_138{color:#e8e8f0!important}.userEditDrawer ._ant-select-dropdown_jxhpc_135 ._ant-select-item_jxhpc_138:hover{background:#7877c633!important}.userEditDrawer ._ant-select-dropdown_jxhpc_135 ._ant-select-item_jxhpc_138._ant-select-item-option-selected_jxhpc_144{background:#7877c64d!important}.userEditDrawer ._ant-btn_jxhpc_147._ant-btn-default_jxhpc_147{color:#e8e8f0!important;background:#ffffff14!important;border-color:#ffffff26!important}.userEditDrawer ._ant-btn_jxhpc_147._ant-btn-default_jxhpc_147:hover{background:#ffffff1f!important;border-color:#7877c699!important}.userEditDrawer ._ant-btn_jxhpc_147._ant-btn-primary_jxhpc_156{background:#7877c6cc!important;border-color:#7877c6cc!important}.userEditDrawer ._ant-btn_jxhpc_147._ant-btn-primary_jxhpc_156:hover{background:#7877c6!important;border-color:#7877c6!important}._drawerTitle_jxhpc_165{color:#e8e8f0;font-size:18px;font-weight:600}._drawerFooter_jxhpc_171{justify-content:flex-end;width:100%;display:flex}._loadingContainer_jxhpc_177{justify-content:center;align-items:center;min-height:300px;display:flex}.page{padding-inline:max(5%,50vw - 800px)}.text-center{text-align:center}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{content:"";border:3px solid #ccc;border-width:3px 3px 0 0;width:9px;height:9px;display:block;position:absolute;top:6px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{width:0;margin-left:-4px;position:absolute}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;content:"";z-index:-1;border:8px solid #0000;width:1px;height:0;position:absolute;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-bottom:-8px;bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-top-color:#fff;border-bottom:none}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;width:100%;padding:0;display:inline-block}.react-datepicker{color:#000;background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{margin:0 2px;display:inline-block}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{color:#000;margin-top:0;font-size:.944rem;font-weight:700}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{text-align:center;cursor:pointer;z-index:1;text-indent:-999em;background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex;position:absolute;top:2px;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{margin-left:auto;margin-right:auto;display:block;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{width:0;font-size:20px;position:relative;top:-1px}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{text-align:center;margin:.4rem}.react-datepicker__year-wrapper{flex-wrap:wrap;max-width:180px;display:flex}.react-datepicker__year .react-datepicker__year-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__month{text-align:center;margin:.4rem}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{width:4rem;margin:2px;display:inline-block}.react-datepicker__input-time-container{clear:both;float:left;text-align:left;width:100%;margin:5px 0 10px 15px}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{margin-left:10px;display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;top:0;right:-72px}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{text-align:center;border-bottom-right-radius:.3rem;width:85px;margin:0 auto;overflow-x:hidden}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;width:100%;height:calc(195px + .85rem);margin:0;padding-left:0;padding-right:0;list-style:none;overflow-y:scroll}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{white-space:nowrap;height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{color:#fff;background-color:#216ba5;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__week-number{color:#ccc;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;text-align:center;width:1.7rem;margin:.166rem;line-height:1.7rem;display:inline-block}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range,.react-datepicker__quarter--selected,.react-datepicker__quarter--in-selecting-range,.react-datepicker__quarter--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover,.react-datepicker__quarter--selected:hover,.react-datepicker__quarter--in-selecting-range:hover,.react-datepicker__quarter--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled,.react-datepicker__quarter--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover,.react-datepicker__quarter--disabled:hover{cursor:default;background-color:#0000}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{color:#fff;background-color:#3dcc4a;border-radius:.3rem}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{color:#fff;background-color:#216ba5;border-radius:.3rem}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{color:#fff;background-color:#2579ba;border-radius:.3rem}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){color:#000;background-color:#f0f0f0}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:#0000}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover,.react-datepicker__month-text.react-datepicker__quarter--selected:hover,.react-datepicker__month-text.react-datepicker__quarter--in-range:hover,.react-datepicker__quarter-text.react-datepicker__month--selected:hover,.react-datepicker__quarter-text.react-datepicker__month--in-range:hover,.react-datepicker__quarter-text.react-datepicker__quarter--selected:hover,.react-datepicker__quarter-text.react-datepicker__quarter--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{width:100%;display:inline-block;position:relative}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid #0000;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{top:0;right:-16px;transform:rotate(135deg)}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{z-index:1;text-align:center;background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;width:50%;position:absolute;top:30px;left:25%}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{width:100%;margin-left:auto;margin-right:auto;line-height:20px;display:block}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;user-select:none;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;vertical-align:middle;background-color:#0000;border:0;outline:0;height:100%;padding:0 6px 0 0;display:table-cell;position:absolute;top:0;right:0}.react-datepicker__close-icon:after{cursor:pointer;color:#fff;text-align:center;vertical-align:middle;content:"×";background-color:#216ba5;border-radius:50%;width:16px;height:16px;padding:2px;font-size:12px;line-height:1;display:table-cell}.react-datepicker__today-button{cursor:pointer;text-align:center;clear:left;background:#f0f0f0;border-top:1px solid #aeaeae;padding:5px 0;font-weight:700}.react-datepicker__portal{z-index:2147483647;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (width<=400px),(height<=550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}._page_1ysy9_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ysy9_62{text-align:center}._container_1ysy9_66{padding:0;width:100%;min-height:calc(100vh - 140px);margin:0;padding-bottom:140px}@media (width<=768px){._container_1ysy9_66{min-height:100vh;padding-bottom:24px}}._customGamesSection_1ysy9_80{max-width:1600px;margin:0 auto 24px;padding:0 2rem}._sharedGamesContainer_1ysy9_87{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f0f19d9;border:1px solid #ffffff26;border-radius:24px;flex-direction:column;width:100%;max-width:1600px;margin-bottom:24px;margin-left:auto;margin-right:auto;padding:24px;display:flex;position:relative;box-shadow:0 8px 32px #0006}._headerAdminActions_1ysy9_104{z-index:20;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:24px;right:24px}._headerAdminActions_1ysy9_104 ._manageCategoriesButton_1ysy9_113,._headerAdminActions_1ysy9_104 ._addGameButton_1ysy9_114{background:#141f3df2;border:1px solid #ffd7004d;border-radius:8px;align-items:center;gap:8px;height:40px;padding:0 12px;font-weight:500;transition:all .2s;display:flex;color:gold!important}._headerAdminActions_1ysy9_104 ._manageCategoriesButton_1ysy9_113>*,._headerAdminActions_1ysy9_104 ._addGameButton_1ysy9_114>*{color:gold!important;opacity:1!important}._headerAdminActions_1ysy9_104 ._manageCategoriesButton_1ysy9_113:hover,._headerAdminActions_1ysy9_104 ._addGameButton_1ysy9_114:hover{background:#ffd7001a;border-color:gold;transform:translateY(-1px);box-shadow:0 0 10px #ffd70033;color:gold!important}._adminBadgeContent_1ysy9_141{align-items:center;gap:10px;display:flex}._adminBadge_1ysy9_141{text-transform:uppercase;letter-spacing:.5px;opacity:.9;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}._separator_1ysy9_158{background-color:#ffd70033;width:1px;height:14px}._adminIcon_1ysy9_164{font-size:14px}._sharedContentHeader_1ysy9_168{isolation:isolate;color:#fff;background:linear-gradient(120deg,#0f766e 0%,#0ea5e9 100%);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:fit-content;max-width:100%;margin:0 auto 2rem;padding:1.5rem 3rem;display:flex;position:relative;overflow:visible;box-shadow:0 10px 25px -5px #0003,0 5px 10px -5px #0000001a}._sharedContentHeader_1ysy9_168 ._backgroundShapes_1ysy9_186{z-index:0;pointer-events:none;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._sharedContentHeader_1ysy9_168 ._backgroundShapes_1ysy9_186 ._shape_1ysy9_197{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._sharedContentHeader_1ysy9_168 ._backgroundShapes_1ysy9_186 ._shape_1ysy9_197:first-child{background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);width:180px;height:180px;top:-10%;right:-5%}._sharedContentHeader_1ysy9_168 ._backgroundShapes_1ysy9_186 ._shape_1ysy9_197:nth-child(2){background:#ffffff14;width:120px;height:120px;bottom:-15%;left:10%}._sharedContentHeader_1ysy9_168 ._backgroundShapes_1ysy9_186 ._shape_1ysy9_197:nth-child(3){background:#ffffff0f;width:80px;height:80px;top:30%;left:5%}._sharedContentHeader_1ysy9_168 ._headerTitleRow_1ysy9_224{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:relative}._sharedContentHeader_1ysy9_168 h3{color:#fff;text-align:center;-webkit-text-fill-color:white;letter-spacing:-.01em;text-shadow:0 2px 10px #0000001a;z-index:1;background:0 0;margin:0;font-size:1.75rem;font-weight:800;position:relative}._sharedContentHeader_1ysy9_168 h3:after{content:none}._sharedPageDescription_1ysy9_251{text-align:center;z-index:1;max-width:600px;margin:0;font-size:1rem;font-weight:400;line-height:1.5;position:relative;color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}._sharedContentHeader_1ysy9_168 ._sharedPageDescription_1ysy9_251{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}._content_1ysy9_271{align-items:flex-start;gap:1rem;width:100%;display:flex;position:relative}._mainContent_1ysy9_279{flex-direction:column;flex:1;min-width:0;max-width:1600px;margin:0 auto;padding:0 1rem;display:flex}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288{flex:1}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._games_1ysy9_288{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:2rem;display:grid}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._noResults_1ysy9_297{color:#6c757d;text-align:center;background:#f8f9fa;border:2px dashed #dee2e6;border-radius:8px;justify-content:center;align-items:center;padding:3rem;font-size:1.1rem;display:flex}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._loadMoreContainer_1ysy9_309{justify-content:center;margin-top:2rem;display:flex}._loadingContainer_1ysy9_315{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}._loadingContainer_1ysy9_315 p{color:var(--text-secondary);font-size:.9rem}[data-rtl=true] ._container_1ysy9_66,[data-rtl=true] ._sharedContentHeader_1ysy9_168{direction:rtl}[data-rtl=true] ._headerAdminActions_1ysy9_104{left:24px;right:auto}[data-rtl=true] ._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._noResults_1ysy9_297{text-align:center}[dir=rtl] ._manageCategoriesButton_1ysy9_113,[dir=rtl] ._addGameButton_1ysy9_114{flex-direction:row-reverse}@media (width<=1024px){._container_1ysy9_66{padding-bottom:120px}._content_1ysy9_271{flex-direction:column;align-items:stretch;gap:1.5rem}._mainContent_1ysy9_279{width:100%;padding:0 2rem}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._games_1ysy9_288{gap:20px}}@media (width<=768px){._headerAdminActions_1ysy9_104{flex-wrap:wrap;justify-content:center;width:100%;margin-bottom:1rem;position:relative;top:auto;right:auto}._sharedContentHeader_1ysy9_168 h3{font-size:1.5rem}._sharedGamesContainer_1ysy9_87{border-radius:16px;padding:16px}._mainContent_1ysy9_279{padding:0 .5rem}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._games_1ysy9_288{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}@media (width<=480px){._sharedContentHeader_1ysy9_168{flex-direction:column;align-items:center;margin-bottom:2rem;padding:0 1rem}._sharedContentHeader_1ysy9_168 h3{margin-bottom:1rem;font-size:1.25rem}._sharedGamesContainer_1ysy9_87{border-radius:12px;padding:12px}._mainContent_1ysy9_279{padding:0}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._games_1ysy9_288{grid-template-columns:repeat(2,1fr);gap:10px}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._noResults_1ysy9_297{padding:2rem 1rem;font-size:1rem}}@media (width<=400px){._sharedGamesContainer_1ysy9_87{padding:10px}._mainContent_1ysy9_279 ._gamesSection_1ysy9_288 ._games_1ysy9_288{grid-template-columns:repeat(2,1fr);gap:8px}}._page_sq0qq_38{padding-inline:max(5%,50vw - 800px)}._text-center_sq0qq_63{text-align:center}._footer_sq0qq_67{bottom:0;left:var(--dashboard-sidebar-width,280px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#212529f2;border-top:2px solid #495057;padding:16px 0;transition:left .3s cubic-bezier(.2,0,0,1);position:fixed;right:0;box-shadow:0 -4px 20px #0000001a}@media (width<=768px){._footer_sq0qq_67{display:none}}[dir=rtl] ._footer_sq0qq_67{left:0;right:var(--dashboard-sidebar-width,280px);transition:right .3s cubic-bezier(.2,0,0,1)}._footer_sq0qq_67 ._container_sq0qq_90{justify-content:center;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;direction:ltr!important}._footer_sq0qq_67 ._blankCard_sq0qq_100{cursor:grab;text-align:center;background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 50%,#000 100%);border:2px solid #444;border-radius:12px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:160px;height:80px;margin-right:100px;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000004d,inset 0 1px #ffffff1a}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover{border-color:#666;transform:translateY(-2px)scale(1.05);box-shadow:0 8px 20px #0006,0 0 15px #ffffff1a,inset 0 1px #fff3}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover ._blankCardIcon_sq0qq_123{transform:scale(1.1)}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover ._blankCardIcon_sq0qq_123 ._rectangleContainer_sq0qq_126{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover ._blankCardIcon_sq0qq_123 ._rectangleIcon_sq0qq_134{color:#888;border-radius:6px;font-size:36px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover ._blankCardIcon_sq0qq_123 ._logoInside_sq0qq_141{object-fit:contain;filter:brightness(.8);width:18px;height:18px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._footer_sq0qq_67 ._blankCard_sq0qq_100:hover ._blankCardText_sq0qq_152{color:#f0f0f0}._footer_sq0qq_67 ._blankCard_sq0qq_100:active{cursor:grabbing;transform:translateY(0)scale(1.02)}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123{justify-content:center;align-items:center;margin-bottom:4px;transition:all .3s;display:flex;position:relative}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123 ._rectangleContainer_sq0qq_126{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123 ._rectangleIcon_sq0qq_134{color:#888;border-radius:6px;font-size:36px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123 ._logoInside_sq0qq_141{object-fit:contain;filter:brightness(.8);width:18px;height:18px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardText_sq0qq_152{color:#ccc;text-shadow:0 1px 2px #00000080;font-size:9px;font-weight:500;line-height:1.2;transition:all .3s}._footer_sq0qq_67 ._dropZones_sq0qq_201{justify-content:center;gap:16px;width:720px;display:flex}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207{flex-shrink:0;align-items:center;margin-left:120px;display:flex}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207{cursor:pointer;background:linear-gradient(145deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);border:3px solid #0000;border-radius:20px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 8px 32px #0f346066,inset 0 1px #ffffff1a,inset 0 -1px #0003}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:before{content:"";z-index:-1;opacity:0;background:linear-gradient(145deg,#8226b8,#9e2a56,#a7284e,#712196,#21298f);border-radius:17px;transition:opacity .3s;position:absolute;inset:0}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:disabled{cursor:not-allowed;background:linear-gradient(145deg,#2c2c54 0%,#40407a 50%,#706fd3 100%);box-shadow:0 4px 16px #2c2c544d,inset 0 1px #ffffff0d}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:disabled ._playButtonInner_sq0qq_242{opacity:.5}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:disabled ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245,._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:disabled ._playButtonText_sq0qq_249{color:#6c757d;animation:none}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover{transform:translateY(-3px)scale(1.05);box-shadow:0 12px 40px #0f346099,0 0 30px #ff8c424d,inset 0 1px #fff3}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover:before{opacity:1}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245{color:#fff;filter:drop-shadow(0 0 10px #fffc);animation:none;transform:scale(1.2)}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover ._playIconContainer_sq0qq_245 ._playIconGlow_sq0qq_266{opacity:1;transform:scale(1.5)}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover ._playButtonText_sq0qq_249{color:#fff;text-shadow:0 0 10px #ffffff80;animation:none}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):hover ._playButtonShine_sq0qq_275{transform:translate(200px)}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207:not(:disabled):active{transform:translateY(-1px)scale(1.02);box-shadow:0 6px 20px #0f346066,inset 0 2px 4px #0003}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282{animation:3s ease-in-out infinite _pulseGlow_sq0qq_1}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282 ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245{animation:3s ease-in-out infinite _iconFlow_sq0qq_1}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282 ._playButtonText_sq0qq_249{animation:3s ease-in-out infinite _textFlow_sq0qq_1}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282:hover,._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282:hover ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245,._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207._playButtonActive_sq0qq_282:hover ._playButtonText_sq0qq_249{animation:none}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButtonInner_sq0qq_242{z-index:1;background:0 0;border-radius:17px;align-items:center;gap:12px;padding:16px 32px;display:flex;position:relative}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playIconContainer_sq0qq_245{justify-content:center;align-items:center;display:flex;position:relative}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245{color:#ee24ee;filter:drop-shadow(0 2px 4px #ff8c424d);z-index:2;font-size:28px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playIconContainer_sq0qq_245 ._playIconGlow_sq0qq_266{opacity:0;z-index:1;background:radial-gradient(circle,#ff8c4266 0%,#0000 70%);border-radius:50%;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButtonText_sq0qq_249{color:#e0e6ed;text-transform:uppercase;letter-spacing:1px;text-shadow:0 1px 2px #0000004d;white-space:nowrap;font-size:18px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1)}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButtonShine_sq0qq_275{background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:50px;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100px;transform:skew(-20deg)}._dropZone_sq0qq_201{cursor:pointer;background:#343a40;border:2px dashed #495057;border-radius:12px;flex:1;width:240px;height:93px;transition:all .3s;position:relative;overflow:hidden}._dropZone_sq0qq_201._dragOver_sq0qq_370{background:#007bff1a;border-color:#007bff;transform:scale(1.02);box-shadow:0 4px 15px #007bff33}._dropZone_sq0qq_201._hasContent_sq0qq_376{background:#343a40;border-style:solid;border-color:#28a745}._dropZone_sq0qq_201._hasContent_sq0qq_376 ._backgroundOverlay_sq0qq_381{z-index:1;background:linear-gradient(135deg,#0006 0%,#000000b3 100%);position:absolute;inset:0}._dropZone_sq0qq_201._clickable_sq0qq_390{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover{border-color:#20c997;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 25px #28a74566}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._backgroundOverlay_sq0qq_381{background:linear-gradient(135deg,#0003 0%,#00000080 100%)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402{transform:translateY(-1px)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._gameTitle_sq0qq_405{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._controllerIcon_sq0qq_410{color:#20c997;filter:drop-shadow(0 3px 6px #20c99766);transform:scale(1.1)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._urlTitle_sq0qq_415{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420{color:#20c997;filter:drop-shadow(0 3px 6px #20c99766);transform:scale(1.1)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankTitle_sq0qq_425{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._dropZoneHeader_sq0qq_430{background:#000000e6}._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._dropZoneHeader_sq0qq_430 ._containerLabel_sq0qq_433{color:#20c997;text-shadow:0 1px 3px #000000b3}._dropZone_sq0qq_201._clickable_sq0qq_390:hover:after{content:"▶";color:#ffffffe6;text-shadow:0 2px 8px #000c;z-index:10;opacity:0;pointer-events:none;font-size:24px;transition:opacity .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dropZone_sq0qq_201._clickable_sq0qq_390:hover:hover:after{opacity:1}._dropZone_sq0qq_201._clickable_sq0qq_390:active{transform:translateY(0)scale(1.01);box-shadow:0 4px 15px #28a7454d}._dropZone_sq0qq_201._clickable_sq0qq_390:before{content:"";z-index:-1;opacity:0;background:linear-gradient(45deg,#0000,#20c9971a,#0000,#20c9971a,#0000);border-radius:14px;animation:3s ease-in-out infinite _clickableGlow_sq0qq_1;position:absolute;inset:-2px}._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;direction:ltr;background:#000000e6;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:6px 8px;transition:all .3s;display:flex;position:relative}._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._containerLabel_sq0qq_433{color:#f8f9fa;text-transform:uppercase;letter-spacing:.5px;text-shadow:0 1px 2px #00000080;text-align:center;flex:1;font-size:11px;font-weight:600;transition:all .3s}._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._removeButton_sq0qq_495{color:#fff;cursor:pointer;opacity:.9;z-index:3;background:#dc3545;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._removeButton_sq0qq_495:hover{opacity:1;background:#c82333;transform:translateY(-50%)scale(1.1);box-shadow:0 2px 8px #dc354566}._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._removeButton_sq0qq_495:active{transform:translateY(-50%)scale(.95)}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402{z-index:2;direction:ltr;background:linear-gradient(#0000 0%,#000000b3 50%,#000000e6 100%);padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0;right:0}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._gameTitle_sq0qq_405{color:#fff;text-shadow:0 1px 2px #000000b3;-webkit-line-clamp:2;text-align:center;-webkit-box-orient:vertical;font-size:12px;font-weight:600;line-height:1.3;transition:all .3s;display:-webkit-box;overflow:hidden}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._controllerIcon_sq0qq_410{color:#007bff;filter:drop-shadow(0 2px 4px #007bff4d);margin-bottom:4px;font-size:24px;transition:all .3s cubic-bezier(.4,0,.2,1)}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._urlTitle_sq0qq_415{color:#fff;text-shadow:0 1px 2px #000000b3;word-break:break-all;font-size:11px;font-weight:500;line-height:1.2;transition:all .3s}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420{filter:drop-shadow(0 2px 4px #6666664d);justify-content:center;align-items:center;margin-bottom:4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420 ._rectangleContainer_sq0qq_126{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420 ._rectangleIconWall_sq0qq_596{color:#666;border-radius:6px;font-size:28px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420 ._logoInsideWall_sq0qq_603{object-fit:contain;filter:brightness(.8);width:16px;height:16px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankTitle_sq0qq_425{color:#fff;text-shadow:0 1px 2px #000000b3;font-size:11px;font-weight:500;line-height:1.2;transition:all .3s}._dropZone_sq0qq_201 ._emptyState_sq0qq_622{color:#adb5bd;text-align:center;direction:ltr;flex-direction:column;justify-content:center;align-items:center;height:calc(100% - 28px);padding:8px;display:flex}._dropZone_sq0qq_201 ._emptyState_sq0qq_622 ._plusIcon_sq0qq_633{opacity:.5;margin-bottom:4px;font-size:20px;transition:all .3s}._dropZone_sq0qq_201 ._emptyState_sq0qq_622 ._dropText_sq0qq_639{font-size:10px;font-weight:500;line-height:1.2;transition:all .3s}._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover{background:#007bff05;border-color:#007bff}._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover ._emptyState_sq0qq_622{color:#007bff}._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover ._emptyState_sq0qq_622 ._plusIcon_sq0qq_633{opacity:.8;transform:scale(1.1)}._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover ._emptyState_sq0qq_622 ._dropText_sq0qq_639{transform:scale(1.02)}._dropZone_sq0qq_201._hasContent_sq0qq_376:not(._clickable_sq0qq_390):hover{transform:scale(1.02);box-shadow:0 4px 15px #28a7454d}._dropZone_sq0qq_201._hasContent_sq0qq_376:not(._clickable_sq0qq_390):hover ._backgroundOverlay_sq0qq_381{background:linear-gradient(135deg,#0003 0%,#00000080 100%)}._dropZone_sq0qq_201._hasContent_sq0qq_376:not(._clickable_sq0qq_390):hover ._contentInfo_sq0qq_402 ._gameTitle_sq0qq_405,._dropZone_sq0qq_201._hasContent_sq0qq_376:not(._clickable_sq0qq_390):hover ._contentInfo_sq0qq_402 ._urlTitle_sq0qq_415,._dropZone_sq0qq_201._hasContent_sq0qq_376:not(._clickable_sq0qq_390):hover ._contentInfo_sq0qq_402 ._blankTitle_sq0qq_425{transform:scale(1.05)}._urlInputContainer_sq0qq_672{padding:1rem 0}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675{margin-bottom:1.5rem}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._inputLabel_sq0qq_678{color:#f8f9fa;margin-bottom:.5rem;font-size:14px;font-weight:600;display:block}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672{color:#f8f9fa;background:#495057;border:2px solid #6c757d;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:14px;transition:all .2s}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672:focus{background:#495057;border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672::placeholder{color:#adb5bd}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672._urlInputError_sq0qq_704{border-color:#dc3545}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672._urlInputError_sq0qq_704:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._errorMessage_sq0qq_711{color:#f5c6cb;margin-top:.5rem;font-size:12px;font-weight:500}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717{justify-content:flex-end;gap:1rem;display:flex}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._cancelButton_sq0qq_722,._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723{cursor:pointer;border:none;border-radius:8px;min-width:80px;padding:.75rem 1.5rem;font-size:14px;font-weight:600;transition:all .2s}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._cancelButton_sq0qq_722{color:#fff;background:#6c757d}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._cancelButton_sq0qq_722:hover{background:#5a6268;transform:translateY(-1px)}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723{color:#fff;background:#007bff}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}@media (prefers-color-scheme:dark){._footer_sq0qq_67{background:#212529f2;border-top-color:#495057}._footer_sq0qq_67 ._dropZone_sq0qq_201{background:#343a40;border-color:#495057}._footer_sq0qq_67 ._dropZone_sq0qq_201._dragOver_sq0qq_370{background:#007bff1a}._footer_sq0qq_67 ._dropZone_sq0qq_201._hasContent_sq0qq_376{border-color:#28a745}._footer_sq0qq_67 ._dropZone_sq0qq_201._hasContent_sq0qq_376 ._backgroundOverlay_sq0qq_381{background:linear-gradient(135deg,#0006 0%,#000000b3 100%)}._footer_sq0qq_67 ._dropZone_sq0qq_201._clickable_sq0qq_390:hover{box-shadow:0 8px 25px #28a74580}._footer_sq0qq_67 ._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._dropZoneHeader_sq0qq_430 ._containerLabel_sq0qq_433,._footer_sq0qq_67 ._dropZone_sq0qq_201._clickable_sq0qq_390:hover ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._controllerIcon_sq0qq_410{color:#4ecdcc}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430{background:#000000e6}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._containerLabel_sq0qq_433{color:#f8f9fa}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._emptyState_sq0qq_622{color:#adb5bd}._footer_sq0qq_67 ._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover{background:#007bff0d}._footer_sq0qq_67 ._dropZone_sq0qq_201:not(._hasContent_sq0qq_376):hover ._emptyState_sq0qq_622{color:#007bff}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._inputLabel_sq0qq_678{color:#f8f9fa}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672{color:#f8f9fa;background:#495057;border-color:#6c757d}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672:focus{background:#495057;border-color:#007bff}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672::placeholder{color:#adb5bd}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._errorMessage_sq0qq_711{color:#f5c6cb}}@media (width<=768px){._footer_sq0qq_67 ._container_sq0qq_90{flex-direction:column;gap:16px;padding:0 1rem}._footer_sq0qq_67 ._blankCard_sq0qq_100{width:100px;height:70px}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123{font-size:20px}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardText_sq0qq_152{font-size:8px}._footer_sq0qq_67 ._dropZones_sq0qq_201{gap:12px;width:100%}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207,._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207{width:100%}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playButtonInner_sq0qq_242{justify-content:center;gap:10px;padding:14px 24px}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245{font-size:24px}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playButtonText_sq0qq_249{font-size:16px}._footer_sq0qq_67 ._dropZone_sq0qq_201{max-width:none;height:80px}._footer_sq0qq_67 ._dropZone_sq0qq_201._clickable_sq0qq_390:hover:after{font-size:20px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430{padding:4px 6px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._containerLabel_sq0qq_433{font-size:10px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._dropZoneHeader_sq0qq_430 ._removeButton_sq0qq_495{width:18px;height:18px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402{padding:6px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._gameTitle_sq0qq_405{font-size:11px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._controllerIcon_sq0qq_410{font-size:20px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._urlTitle_sq0qq_415{font-size:10px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420{font-size:20px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankTitle_sq0qq_425{font-size:10px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._emptyState_sq0qq_622 ._plusIcon_sq0qq_633{font-size:16px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._emptyState_sq0qq_622 ._dropText_sq0qq_639{font-size:9px}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717{flex-direction:column;gap:.75rem}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._cancelButton_sq0qq_722,._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723{width:100%}}@media (width<=480px){._footer_sq0qq_67 ._container_sq0qq_90{gap:12px}._footer_sq0qq_67 ._blankCard_sq0qq_100{width:90px;height:60px}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardIcon_sq0qq_123{font-size:18px}._footer_sq0qq_67 ._blankCard_sq0qq_100 ._blankCardText_sq0qq_152{font-size:7px}._footer_sq0qq_67 ._dropZones_sq0qq_201{gap:8px}._footer_sq0qq_67 ._dropZone_sq0qq_201{height:70px}._footer_sq0qq_67 ._dropZone_sq0qq_201._clickable_sq0qq_390:hover:after{font-size:18px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._gameTitle_sq0qq_405{-webkit-line-clamp:2;font-size:10px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._controllerIcon_sq0qq_410{font-size:18px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._urlContent_sq0qq_410 ._urlTitle_sq0qq_415{font-size:9px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankIcon_sq0qq_420{font-size:18px}._footer_sq0qq_67 ._dropZone_sq0qq_201 ._contentInfo_sq0qq_402 ._blankContent_sq0qq_420 ._blankTitle_sq0qq_425{font-size:9px}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playButtonInner_sq0qq_242{gap:8px;padding:12px 20px}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playIconContainer_sq0qq_245 ._playIcon_sq0qq_245{font-size:22px}._footer_sq0qq_67 ._playButtonContainer_sq0qq_207 ._playButton_sq0qq_207 ._playButtonText_sq0qq_249{letter-spacing:.5px;font-size:14px}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672{padding:.75rem 0}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675{margin-bottom:1rem}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._inputGroup_sq0qq_675 ._urlInput_sq0qq_672{padding:.625rem .875rem;font-size:13px}._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._cancelButton_sq0qq_722,._footer_sq0qq_67 ._urlInputContainer_sq0qq_672 ._modalActions_sq0qq_717 ._submitButton_sq0qq_723{padding:.625rem 1.25rem;font-size:13px}}@keyframes _clickableGlow_sq0qq_1{0%,to{opacity:0}50%{opacity:.3}}@keyframes _pulseGlow_sq0qq_1{0%{box-shadow:0 8px 32px #0f346066,0 0 20px #4ecdc44d,inset 0 1px #ffffff1a}10%{box-shadow:0 9px 34px #0f346073,0 0 25px #4ecdc459,inset 0 1px #ffffff1c}20%{box-shadow:0 10px 36px #0f346080,0 0 30px #4ecdc466,inset 0 1px #ffffff1f}30%{box-shadow:0 11px 38px #0f34608c,0 0 35px #4ecdc473,0 0 18px #4ecdc433,inset 0 1px #ffffff21}40%{box-shadow:0 12px 40px #0f346099,0 0 38px #4ecdc480,0 0 20px #4ecdc44d,inset 0 1px #ffffff24}50%{box-shadow:0 12px 40px #0f346099,0 0 40px #4ecdc499,0 0 20px #4ecdc466,inset 0 1px #ffffff26}60%{box-shadow:0 12px 40px #0f346099,0 0 38px #4ecdc480,0 0 18px #4ecdc44d,inset 0 1px #ffffff24}70%{box-shadow:0 11px 38px #0f34608c,0 0 35px #4ecdc473,0 0 15px #4ecdc433,inset 0 1px #ffffff21}80%{box-shadow:0 10px 36px #0f346080,0 0 30px #4ecdc466,inset 0 1px #ffffff1f}90%{box-shadow:0 9px 34px #0f346073,0 0 25px #4ecdc459,inset 0 1px #ffffff1c}to{box-shadow:0 8px 32px #0f346066,0 0 20px #4ecdc44d,inset 0 1px #ffffff1a}}@keyframes _iconFlow_sq0qq_1{0%,to{color:#ee24ee;filter:drop-shadow(0 2px 4px #ee24ee66);transform:scale(1)}50%{color:#4ecdcc;filter:drop-shadow(0 4px 8px #4ecdcc99);transform:scale(1.08)}}@keyframes _textFlow_sq0qq_1{0%,to{color:#e0e6ed;text-shadow:0 1px 2px #0000004d}50%{color:#f8fbff;text-shadow:0 2px 4px #4ecdc44d}}._page_7phdu_37{padding-inline:max(5%,50vw - 800px)}._text-center_7phdu_62{text-align:center}._ModalOverlay_7phdu_66{z-index:10000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#000000b3;justify-content:center;align-items:center;animation:.3s ease-out _fadeInOverlay_7phdu_1;display:flex;position:fixed;inset:0}._ModalContent_7phdu_81{background-color:#fff;border-radius:16px;width:90%;max-width:500px;max-height:75vh;animation:.4s cubic-bezier(.4,0,.2,1) _slideInModal_7phdu_1;overflow-y:auto;box-shadow:0 20px 60px #0000004d,0 8px 25px #00000026}._ModalContent_7phdu_81:has(iframe){border-radius:20px;width:1100px;max-width:90vw;max-height:70vh}._ModalHeader_7phdu_98{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);border-bottom:1px solid #f0f0f0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._ModalHeader_7phdu_98 h2{color:#2c3e50;text-shadow:0 1px 2px #0000000d;margin:0;font-size:1.25rem;font-weight:600}._CloseButton_7phdu_115{cursor:pointer;color:#6c757d;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;transition:all .2s;display:flex}._CloseButton_7phdu_115:hover{color:#dc3545;background:#dc35451a;transform:scale(1.05)}._CloseButton_7phdu_115:active{transform:scale(.95)}._ModalBody_7phdu_138{padding:24px}._ModalBody_7phdu_138:has(iframe){padding:0}._ModalBody_7phdu_138:has(iframe)>div{border-radius:0 0 20px 20px;overflow:hidden}@keyframes _fadeInOverlay_7phdu_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInModal_7phdu_1{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-color-scheme:dark){._ModalContent_7phdu_81{color:#fff;background-color:#2c3e50}._ModalHeader_7phdu_98{background:linear-gradient(135deg,#34495e 0%,#2c3e50 100%);border-bottom-color:#495057}._ModalHeader_7phdu_98 h2{color:#ecf0f1}._CloseButton_7phdu_115{color:#bdc3c7;background:#ffffff1a}._CloseButton_7phdu_115:hover{color:#e74c3c;background:#dc354533}}@media (width<=768px){._ModalContent_7phdu_81{width:95%;max-height:80vh;margin:10px}._ModalContent_7phdu_81:has(iframe){width:95%;max-height:75vh}._ModalHeader_7phdu_98{padding:16px 20px}._ModalHeader_7phdu_98 h2{font-size:1.1rem}._ModalBody_7phdu_138{padding:20px}}@media (width<=480px){._ModalContent_7phdu_81{width:98%;max-height:85vh}._ModalContent_7phdu_81:has(iframe){max-height:80vh}._ModalHeader_7phdu_98{padding:14px 18px}._ModalBody_7phdu_138{padding:18px}}._page_wcumk_37{padding-inline:max(5%,50vw - 800px)}._text-center_wcumk_62{text-align:center}._categoryManagement_wcumk_66{width:100%;max-width:700px;max-height:80vh;padding:0;overflow-y:auto}._errorMessage_wcumk_74{color:#dc2626;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px;padding:12px 16px}._errorMessage_wcumk_74 p{margin:0;font-size:14px}._addCategorySection_wcumk_87{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:32px;padding:24px}._sectionHeader_wcumk_95{align-items:center;gap:12px;margin-bottom:20px;display:flex}._sectionHeader_wcumk_95 h3{color:#1e293b;margin:0;font-size:18px;font-weight:600}._categoryCount_wcumk_108{color:#64748b;margin-left:auto;font-size:14px;font-weight:500}._addCategoryForm_wcumk_115{flex-direction:column;gap:16px;display:flex}._inputGroup_wcumk_121{flex-direction:column;display:flex}._createButton_wcumk_126{align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-weight:500;display:flex}._categoriesSection_wcumk_135 ._sectionHeader_wcumk_95{border-bottom:1px solid #e2e8f0;margin-bottom:20px;padding-bottom:16px}._categoriesList_wcumk_141{flex-direction:column;gap:12px;display:flex}._emptyState_wcumk_147{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}._emptyState_wcumk_147 svg{opacity:.5;margin-bottom:16px}._emptyState_wcumk_147 p{margin:0;font-size:16px}._categoryItem_wcumk_165{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s}._categoryItem_wcumk_165:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #00000014}._viewMode_wcumk_177{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}._categoryInfo_wcumk_184{flex:1;min-width:0}._categoryHeader_wcumk_189{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}._categoryName_wcumk_197{color:#1e293b;word-break:break-word;flex:1;min-width:0;margin:0;font-size:16px;font-weight:600}._gameCount_wcumk_207{color:#475569;white-space:nowrap;background-color:#f1f5f9;border-radius:20px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:500}._categoryDescription_wcumk_218{color:#64748b;margin:0;font-size:14px;line-height:1.5}._categoryActions_wcumk_225{flex-shrink:0;gap:8px;display:flex}._editButton_wcumk_231,._deleteButton_wcumk_232{align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._editMode_wcumk_241,._editForm_wcumk_247{flex-direction:column;gap:16px;display:flex}._editActions_wcumk_253{align-self:flex-start;gap:12px;display:flex}._editActions_wcumk_253 button{align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._hiddenInput_wcumk_267{display:none}._imageLabel_wcumk_271{color:#475569;margin:0 0 8px;font-size:14px;font-weight:500}._uploadArea_wcumk_278{color:#64748b;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px;font-size:14px;transition:all .2s;display:flex}._uploadArea_wcumk_278:hover{color:#475569;background:#f1f5f9;border-color:#94a3b8}._imagePreviewContainer_wcumk_299{align-items:center;gap:12px;display:flex}._imagePreview_wcumk_299{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:72px;height:72px}._imagePreviewActions_wcumk_313{flex-direction:column;gap:6px;display:flex}._imageActionBtn_wcumk_319{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}._imageActionBtn_wcumk_319:hover{background:#f1f5f9;border-color:#94a3b8}._categoryThumbnail_wcumk_337{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;width:32px;height:32px}._categoryThumbnailFallback_wcumk_346{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;display:flex}[dir=rtl] ._sectionHeader_wcumk_95{flex-direction:row-reverse}[dir=rtl] ._categoryCount_wcumk_108{margin-left:0;margin-right:auto}[dir=rtl] ._viewMode_wcumk_177,[dir=rtl] ._categoryHeader_wcumk_189,[dir=rtl] ._categoryActions_wcumk_225,[dir=rtl] ._editActions_wcumk_253,[dir=rtl] ._createButton_wcumk_126,[dir=rtl] ._imagePreviewContainer_wcumk_299,[dir=rtl] ._imageActionBtn_wcumk_319,[dir=rtl] ._uploadArea_wcumk_278{flex-direction:row-reverse}@media (width<=768px){._categoryManagement_wcumk_66{max-width:100%;max-height:90vh}._addCategorySection_wcumk_87{margin-bottom:24px;padding:20px}._categoryItem_wcumk_165{padding:16px}._viewMode_wcumk_177{flex-direction:column;gap:16px}._categoryHeader_wcumk_189{flex-direction:column;align-items:flex-start;gap:8px}._categoryActions_wcumk_225{align-self:stretch}._categoryActions_wcumk_225 button{flex:1;justify-content:center}._editActions_wcumk_253{flex-direction:column;align-self:stretch}._editActions_wcumk_253 button{justify-content:center}}@media (width<=480px){._addCategorySection_wcumk_87{padding:16px}._categoryItem_wcumk_165{padding:12px}._sectionHeader_wcumk_95 h3{font-size:16px}._categoryName_wcumk_197{font-size:15px}._gameCount_wcumk_207{padding:3px 8px;font-size:11px}}._page_pgmua_37{padding-inline:max(5%,50vw - 800px)}._text-center_pgmua_62{text-align:center}._touchFilter_pgmua_66{flex-direction:column;gap:12px;width:100%;display:flex}._touchFilter_pgmua_66 ._filterLabel_pgmua_72{color:#f8f9fa;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}._touchFilter_pgmua_66 ._filterLabel_pgmua_72 ._labelText_pgmua_80{margin:0}._touchFilter_pgmua_66 ._touchOptions_pgmua_83{justify-content:space-between;gap:12px;display:flex}._touchFilter_pgmua_66 ._touchOption_pgmua_83{cursor:pointer;background:#495057;border:2px solid #6c757d;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;padding:12px;transition:all .2s;display:flex}._touchFilter_pgmua_66 ._touchOption_pgmua_83:hover{background:#5a6268;border-color:#adb5bd}._touchFilter_pgmua_66 ._touchOption_pgmua_83._selected_pgmua_106{color:#fff;background:#0056b3;border-color:#007bff}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111{opacity:1;background:#ffffffe6;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:6px;transition:opacity .2s;display:flex;position:relative;box-shadow:0 2px 8px #0000001a}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111 img{object-fit:contain;width:100%;height:100%}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111._noTouchIcon_pgmua_131:before{content:"";z-index:1;background:#dc3545;border-radius:1px;width:125%;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg);box-shadow:0 1px 3px #0003}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111._noTouchIcon_pgmua_131 img{opacity:1;filter:grayscale(30%)}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._optionLabel_pgmua_148{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:600;overflow:hidden}[data-rtl=true] ._touchFilter_pgmua_66 ._touchOptions_pgmua_83{flex-direction:row-reverse}[data-rtl=true] ._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._optionLabel_pgmua_148{text-align:center}@media (width<=768px){._touchFilter_pgmua_66 ._touchOptions_pgmua_83{gap:8px}._touchFilter_pgmua_66 ._touchOption_pgmua_83{padding:8px}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111{width:25px;height:25px;padding:4px}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._optionLabel_pgmua_148{font-size:11px}}@media (width<=480px){._touchFilter_pgmua_66 ._touchOptions_pgmua_83{flex-direction:column;gap:8px}._touchFilter_pgmua_66 ._touchOption_pgmua_83{flex-direction:row;justify-content:flex-start;padding:8px 12px}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._touchIcon_pgmua_111{width:20px;height:20px;padding:3px}._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._optionLabel_pgmua_148{text-align:left;font-size:12px}[data-rtl=true] ._touchFilter_pgmua_66 ._touchOption_pgmua_83 ._optionLabel_pgmua_148{text-align:right}}._page_1fsv0_37{padding-inline:max(5%,50vw - 800px)}._text-center_1fsv0_62{text-align:center}._sidebar_1fsv0_66{background:0 0;flex-direction:column;flex-shrink:0;gap:2rem;width:320px;min-height:calc(100vh - 180px);margin-top:0;margin-left:auto;margin-right:2rem;padding:1.5rem 20px;display:flex;position:sticky;top:2rem}._sidebar_1fsv0_66 ._searchSection_1fsv0_81{width:100%}._sidebar_1fsv0_66 ._searchSection_1fsv0_81 ._input-wrapper_1fsv0_84{border-radius:8px;box-shadow:0 2px 8px #0000001a}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88{flex-direction:column;gap:1.5rem;display:flex}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filtersTitle_1fsv0_93{color:#989ea5;border-bottom:2px solid #e9ecef;margin:0;padding-bottom:.5rem;font-size:1.1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._filterDropdown_1fsv0_100,._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._touchFilter_1fsv0_103{width:100%}[data-rtl=true] ._sidebar_1fsv0_66{margin-left:2rem;margin-right:auto;padding:1.5rem 20px}[data-rtl=true] ._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filtersTitle_1fsv0_93{text-align:right}@media (width<=1024px){._sidebar_1fsv0_66{flex-direction:row;gap:1.5rem;width:100%;min-height:auto;margin-top:0;margin-left:0;margin-right:0;padding:1rem 2rem;position:static;top:auto}._sidebar_1fsv0_66 ._searchSection_1fsv0_81{flex:1}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88{flex:2;gap:1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filtersTitle_1fsv0_93{margin-bottom:.5rem;font-size:1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100{gap:1.5rem;display:flex}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._filterDropdown_1fsv0_100{flex:1}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._touchFilter_1fsv0_103{flex:1;min-width:180px}}@media (width<=768px){._sidebar_1fsv0_66{flex-direction:column;gap:1.5rem;padding:1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100{flex-direction:column;gap:1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._touchFilter_1fsv0_103{min-width:auto}}@media (width<=480px){._sidebar_1fsv0_66{width:100%;padding:.5rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filtersTitle_1fsv0_93{font-size:.9rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100{gap:1rem}._sidebar_1fsv0_66 ._filtersSection_1fsv0_88 ._filterGroup_1fsv0_100 ._touchFilter_1fsv0_103{min-width:auto}}._page_1rjw1_37{padding-inline:max(5%,50vw - 800px)}._text-center_1rjw1_62{text-align:center}._Header_1rjw1_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#059669 0%,#2563eb 50%,#9333ea 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_1rjw1_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_1rjw1_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1rjw1_90 ._Shape_1rjw1_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1rjw1_90 ._Shape_1rjw1_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_1rjw1_90 ._Shape_1rjw1_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_1rjw1_90 ._Shape_1rjw1_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_1rjw1_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1rjw1_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Title_1rjw1_152{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_1rjw1_160{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._Stats_1rjw1_171{align-items:center;gap:12px;margin-top:4px;display:flex}._StatItem_1rjw1_178{flex-direction:row;align-items:baseline;gap:6px;display:flex}._StatItem_1rjw1_178 ._StatValue_1rjw1_184{font-size:1.25rem;font-weight:700;line-height:1}._StatItem_1rjw1_178 ._StatLabel_1rjw1_189{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}._StatDivider_1rjw1_196{color:#fff6;font-size:1rem}._ActionArea_1rjw1_201{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_1rjw1_201{justify-content:flex-start;width:100%;display:none}}._Illustration_1rjw1_215{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_1rjw1_1}@keyframes _float_1rjw1_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_2nncj_37{padding-inline:max(5%,50vw - 800px)}._text-center_2nncj_62{text-align:center}._blockingLoader_2nncj_66{opacity:0;pointer-events:none;z-index:9999;transition:opacity .35s;position:fixed;inset:0}._blockingLoader_2nncj_66:before{content:"";-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:radial-gradient(circle,#7877c62e,#0f0f1ce6),repeating-linear-gradient(0deg,#ffffff0a 0 2px,#0000 2px 4px);animation:6s linear infinite _scan_2nncj_1;position:absolute;inset:0}._blockingLoader_2nncj_66._visible_2nncj_82{opacity:1;pointer-events:all}._blockingLoader_2nncj_66._leaving_2nncj_86{animation:1s forwards _fadeOut_2nncj_1}._panel_2nncj_90{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(25px)saturate(160%);backdrop-filter:blur(25px)saturate(160%);border:1px solid #ffffff2e;border-radius:26px;flex-direction:column;align-items:stretch;width:clamp(320px,42vw,580px);padding:2.6rem 2.6rem 2.3rem;animation:.5s cubic-bezier(.25,1.3,.35,1) forwards _popIn_2nncj_1;display:flex;position:absolute;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)scale(.92)rotateX(10deg);box-shadow:0 0 25px -5px #7877c699,inset 0 0 0 1px #ffffff14}._panel_2nncj_90._success_2nncj_109{box-shadow:0 0 25px -5px #50c87899,inset 0 0 0 1px #ffffff14}._panel_2nncj_90._error_2nncj_113{box-shadow:0 0 25px -5px #ff506e99,inset 0 0 0 1px #ffffff14}._logoWrapper_2nncj_117{perspective:800px;justify-content:center;align-items:center;width:120px;height:120px;margin:-1.2rem auto 1.2rem;display:flex;position:relative}._logoWrapper_2nncj_117:after{content:"";filter:blur(18px);opacity:.55;background:radial-gradient(circle at 30% 30%,#7b5cf699,#5fa8f726);border-radius:50%;animation:3s ease-in-out infinite _haloPulse_2nncj_1;position:absolute;inset:0}._logo_2nncj_117{object-fit:contain;filter:drop-shadow(0 0 12px #7b5cf6d9)drop-shadow(0 0 24px #5fa8f780);width:100%;height:100%;animation:.9s cubic-bezier(.25,1.25,.35,1) forwards _logoIn_2nncj_1;transform:scale(.4)rotateX(35deg)rotate(-8deg)}._title_2nncj_148{letter-spacing:.5px;color:var(--cyberpunk-text-primary,#e8e8f0);text-shadow:0 0 12px #7877c6b3;margin-bottom:.35rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}._phase_2nncj_158{letter-spacing:1px;text-transform:uppercase;color:#e8e8f0a6;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.7rem}._bar_2nncj_167{background:linear-gradient(145deg,#2c2f47,#242738);border-radius:999px;height:10px;margin-bottom:.75rem;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,inset 0 0 12px -2px #7877c68c}._barFill_2nncj_177{background:linear-gradient(90deg,#7b5cf6,#5fa8f7,#7b5cf6) 0 0/200% 100%;height:100%;transition:width .25s;animation:3s linear infinite _flow_2nncj_1;box-shadow:0 0 14px 2px #7877c6a6}._indeterminate_2nncj_186 ._barShim_2nncj_186{background:linear-gradient(90deg,#0000,#7877c6a6,#0000);animation:1.2s ease-in-out infinite _indet_2nncj_186;position:absolute;inset:0}._percent_2nncj_193{letter-spacing:1px;color:#ffffffb3;text-align:right;font-family:Inter,sans-serif;font-size:.65rem}._finalMessage_2nncj_201{letter-spacing:.5px;color:var(--cyberpunk-text-primary,#e8e8f0);text-shadow:0 0 10px #7877c6b3;align-items:center;gap:.4rem;margin-top:1rem;font-family:Inter,sans-serif;font-size:1rem;animation:.45s cubic-bezier(.25,1.3,.35,1) _finalPop_2nncj_1;display:flex}._finalBox_2nncj_214{letter-spacing:.4px;border-radius:14px;align-items:center;gap:.75rem;margin-top:1.25rem;padding:.9rem 1.15rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;line-height:1.2;animation:.45s cubic-bezier(.25,1.3,.35,1) _finalPop_2nncj_1;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px -4px #00000073,inset 0 0 0 1px #ffffff14}._finalBox_2nncj_214:before{content:"";mix-blend-mode:overlay;pointer-events:none;background:linear-gradient(145deg,#ffffff12,#0000);position:absolute;inset:0}._finalSuccess_2nncj_241{color:#e9fff2;text-shadow:0 0 6px #78ffb4a6;background:linear-gradient(135deg,#28aa5aa6,#19733c8c);border:1px solid #78ffb459}._finalError_2nncj_248{color:#ffe9ee;text-shadow:0 0 6px #ff8ca0b3;background:linear-gradient(135deg,#c83750b3,#7819288c);border:1px solid #ff8ca066}._finalIcon_2nncj_255{filter:drop-shadow(0 0 4px);flex-shrink:0;font-size:1.05rem}._finalText_2nncj_261{flex:1}._ackButton_2nncj_265{color:#fff;letter-spacing:.8px;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #ffffff40;border-radius:8px;padding:.45rem .9rem;font-family:Inter,sans-serif;font-size:.75rem;transition:all .25s}._ackButton_2nncj_265:hover{background:#ffffff38;transform:translateY(-2px);box-shadow:0 4px 14px -4px #00000080,inset 0 0 6px #ffffff4d}._ackButton_2nncj_265:active{transform:translateY(0)}@keyframes _logoIn_2nncj_1{0%{opacity:0;transform:scale(.2)rotateX(65deg)rotate(-25deg)}55%{opacity:1;transform:scale(1.05)rotateX(0)rotate(2deg)}80%{transform:scale(.95)rotateX(0)rotate(-1deg)}to{transform:scale(1)rotateX(0)rotate(0)}}@keyframes _haloPulse_2nncj_1{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.75;transform:scale(1.15)}}@keyframes _finalPop_2nncj_1{0%{opacity:0;transform:translateY(8px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _fadeOut_2nncj_1{to{opacity:0}}@keyframes _popIn_2nncj_1{to{transform:translate(-50%,-50%)scale(1)rotateX(0)}}@keyframes _scan_2nncj_1{0%{background-position:0 0,0 0}to{background-position:0 0,0 60px}}@keyframes _flow_2nncj_1{0%{background-position:0 0}to{background-position:-200% 0}}@keyframes _indet_2nncj_186{0%{transform:translate(-60%)}to{transform:translate(160%)}}._page_j42zm_37{padding-inline:max(5%,50vw - 800px)}._text-center_j42zm_62{text-align:center}@keyframes _te-levitate_j42zm_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_j42zm_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_j42zm_82{flex-direction:column;flex:1;gap:12px;width:100%;min-height:0;display:flex;overflow:hidden}._urlInput_j42zm_92{color:#ffffffe6;background:#ffffff0d;border:1px solid #fff3;border-radius:6px;flex-shrink:0;height:40px}._urlInput_j42zm_92 .ant-input{color:#ffffffe6;background:0 0}._urlInput_j42zm_92 .ant-input::placeholder{color:#fff6}._urlInput_j42zm_92 .ant-input-prefix{color:#7877c6cc;margin-inline-end:8px}._urlInput_j42zm_92 .ant-input-clear-icon{color:#fff6}._urlInput_j42zm_92 .ant-input-clear-icon:hover{color:#ffffffb3}._urlInput_j42zm_92:hover{border-color:#7877c699}._urlInput_j42zm_92:focus-within{border-color:#8b7cf6;box-shadow:0 0 0 2px #8b7cf626}._divider_j42zm_125{flex-shrink:0;align-items:center;gap:10px;margin:4px 0;display:flex}._dividerLine_j42zm_133{background:#ffffff1f;flex:1;height:1px}._dividerText_j42zm_139{color:#ffffff73;white-space:nowrap;text-transform:lowercase;font-size:12px}._gameGrid_j42zm_146{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._page_1ukye_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ukye_62{text-align:center}@keyframes _te-levitate_1ukye_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ukye_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._uploader_1ukye_82{text-align:center;cursor:pointer;color:#e8e8f0;background:linear-gradient(135deg,#353d54 0%,#3c3150 100%);border:2px dashed #ffffff1f;border-radius:8px;justify-content:center;align-items:center;min-height:80px;padding:1rem;transition:all .3s;display:flex}._uploader_1ukye_82:hover:not(._disabled_1ukye_96){background-color:#3498db0d;border-color:#3b82f6}._uploader_1ukye_82._dragOver_1ukye_100{background-color:#3498db1a;border-color:#3b82f6;transform:scale(1.02)}._uploader_1ukye_82._disabled_1ukye_96{opacity:.6;cursor:not-allowed}._uploader_1ukye_82._loading_1ukye_109{cursor:default;pointer-events:none}._uploader_1ukye_82:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._uploader_1ukye_82,._uploader_1ukye_82 *,._uploader_1ukye_82:before,._uploader_1ukye_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._uploadContent_1ukye_126{flex-direction:column;align-items:center;gap:.5rem;display:flex}._uploadIcon_1ukye_133{color:#3b82f6;margin-bottom:.25rem;font-size:1.8rem}._loadingSpinner_1ukye_139{border:3px solid #3498db4d;border-top-color:#3b82f6;border-radius:50%;width:1.8rem;height:1.8rem;margin-bottom:.25rem;animation:1s linear infinite _spin_1ukye_1}@keyframes _spin_1ukye_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._uploadText_1ukye_157{flex-direction:column;gap:.25rem;display:flex}._primaryText_1ukye_163{color:#e8e8f0;font-size:.95rem;font-weight:600}._secondaryText_1ukye_169{color:#b8b8d0;font-size:.8rem;line-height:1.3}._mediaPreview_1ukye_175{flex-direction:column;gap:.75rem;display:flex}._previewContainer_1ukye_181{aspect-ratio:16/9;background:#f5f5f5;border-radius:8px;max-height:200px;position:relative;overflow:hidden}._previewContainer_1ukye_181:hover ._previewOverlay_1ukye_189{opacity:1}._imagePreview_1ukye_193{object-fit:cover;width:100%;height:100%;display:block}._videoPreview_1ukye_200{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._videoPreview_1ukye_200 img{object-fit:cover;width:100%;height:100%}._videoElement_1ukye_215{object-fit:cover;width:100%;height:100%;display:block}._videoPlaceholder_1ukye_222,._thumbnailLoading_1ukye_223{color:#666;background:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;height:100%;display:flex}._videoIcon_1ukye_235{color:#666;font-size:1.5rem}._playOverlay_1ukye_240{color:#fff;pointer-events:none;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._previewOverlay_1ukye_189{opacity:0;background:#00000080;justify-content:center;align-items:center;gap:1rem;transition:opacity .2s;display:flex;position:absolute;inset:0}._editButton_1ukye_272,._removeButton_1ukye_273{min-width:44px;min-height:44px}._editButton_1ukye_272:focus-visible,._removeButton_1ukye_273:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._editButton_1ukye_272,._removeButton_1ukye_273{color:#333;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.75rem;font-size:1.2rem;transition:all .2s;display:flex}._editButton_1ukye_272:hover,._removeButton_1ukye_273:hover{background:#fff;transform:scale(1.1)}._editButton_1ukye_272{min-width:44px;min-height:44px}._editButton_1ukye_272:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._editButton_1ukye_272:hover{color:#3b82f6}._removeButton_1ukye_273:hover{color:#ff6b6b}@media (width<=768px){._uploader_1ukye_82{min-height:70px;padding:.75rem}._uploadIcon_1ukye_133{font-size:1.5rem}._primaryText_1ukye_163{font-size:.9rem}._secondaryText_1ukye_169{font-size:.75rem}._previewContainer_1ukye_181{max-height:150px}._playOverlay_1ukye_240{width:45px;height:45px;font-size:1.2rem}._editButton_1ukye_272,._removeButton_1ukye_273{padding:.6rem;font-size:1rem}}._previewContainer_1ukye_181{background:#232340}._videoPlaceholder_1ukye_222,._thumbnailLoading_1ukye_223{color:#b8b8d0;background:#232340}._videoIcon_1ukye_235{color:#b8b8d0}._thumbnailLoading_1ukye_223 span{margin-top:.5rem;font-size:.9rem}._uploader_1ukye_82._dragOver_1ukye_100{animation:.6s ease-in-out infinite alternate _pulse_1ukye_1}@keyframes _pulse_1ukye_1{0%{border-color:#3b82f6}to{border-color:#84b1f9}}._page_rlftd_37{padding-inline:max(5%,50vw - 800px)}._text-center_rlftd_62{text-align:center}@keyframes _te-levitate_rlftd_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_rlftd_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._sceneOption_rlftd_82{cursor:pointer;border-radius:6px;align-items:center;gap:12px;padding:8px;transition:all .2s;display:flex}._sceneOption_rlftd_82:hover{background-color:#ffffff14}._sceneOption_rlftd_82._selected_rlftd_94{background-color:#3498db33;border:1px solid #3498db99}@media (prefers-reduced-motion:reduce){._sceneOption_rlftd_82,._sceneOption_rlftd_82 *,._sceneOption_rlftd_82:before,._sceneOption_rlftd_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._sceneThumbnail_rlftd_107{background-color:#0003;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}._sceneImage_rlftd_118,._sceneVideo_rlftd_119{object-fit:cover;border-radius:4px;width:100%;height:100%}._sceneVideo_rlftd_119{pointer-events:none}._loadingPlaceholder_rlftd_130{background-color:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._loadingSpinner_rlftd_139{border:2px solid #fff3;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:1s linear infinite _spin_rlftd_1}@keyframes _spin_rlftd_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._scenePlaceholder_rlftd_156{color:#fff;background-color:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;display:flex}._sceneInfo_rlftd_167{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._sceneName_rlftd_175{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:1.2;overflow:hidden}._sceneType_rlftd_185{color:#9898b8;text-transform:capitalize;align-items:center;gap:4px;font-size:11px;line-height:1;display:flex}.ant-select-dropdown ._ant-select-item_rlftd_195{padding:4px 8px!important}.ant-select-dropdown ._ant-select-item_rlftd_195:hover,.ant-select-dropdown ._ant-select-item_rlftd_195._ant-select-item-option-selected_rlftd_201{background-color:#0000!important}._page_ns3wc_37{padding-inline:max(5%,50vw - 800px)}._text-center_ns3wc_62{text-align:center}@keyframes _te-levitate_ns3wc_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ns3wc_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._scenePreview_ns3wc_82{background-color:#0003;border:1px solid #ffffff1a;border-radius:8px;margin-top:.125rem;overflow:hidden}@media (prefers-reduced-motion:reduce){._scenePreview_ns3wc_82,._scenePreview_ns3wc_82 *,._scenePreview_ns3wc_82:before,._scenePreview_ns3wc_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._sceneTitle_ns3wc_98{color:#fff;opacity:.9;background-color:#0000004d;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;font-weight:500;display:flex;position:relative}._sceneTitle_ns3wc_98 span{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}._sceneTitle_ns3wc_98 ._titleIcon_ns3wc_118{display:inline-block;transform:translateY(-2px)}._previewContainer_ns3wc_123{background-color:#0000001a;width:100%;height:180px;position:relative;overflow:hidden}._sceneImage_ns3wc_131,._sceneVideo_ns3wc_132{object-fit:cover;width:100%;height:100%}._sceneVideo_ns3wc_132{pointer-events:none}._loadingOverlay_ns3wc_142{background-color:#0000004d;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}._loadingSpinner_ns3wc_156{border:2px solid #fff3;border-top-color:#3b82f6;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_ns3wc_1}._loadingText_ns3wc_165{color:#fff;opacity:.8;font-size:12px}@keyframes _spin_ns3wc_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._scenePlaceholder_ns3wc_179{color:#fff;background-color:#ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}._placeholderIcon_ns3wc_191{opacity:.6;font-size:32px}._placeholderText_ns3wc_196{opacity:.8;font-size:14px}._viewpointIndicator_ns3wc_201{z-index:10;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;outline:none;position:absolute;transform:translate(-50%,-50%)}._viewpointIndicator_ns3wc_201:active{cursor:grabbing}._viewpointIndicator_ns3wc_201:focus-visible ._eyeOuter_ns3wc_213{box-shadow:0 0 0 3px #3b82f666}._viewpointIndicator_ns3wc_201:hover ._viewpointTooltip_ns3wc_216{opacity:1;visibility:visible}._eyeWrapper_ns3wc_221{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}._eyePulse_ns3wc_230{pointer-events:none;mix-blend-mode:screen;background:radial-gradient(circle,#ffffff59 0%,#fff0 70%);border-radius:50%;width:44px;height:44px;animation:2.5s ease-in-out infinite _pulse_ns3wc_1;position:absolute}@keyframes _pulse_ns3wc_1{0%,to{opacity:.9;transform:scale(.65)}50%{opacity:.25;transform:scale(1)}}._eyeOuter_ns3wc_213{-webkit-backdrop-filter:blur(2px)brightness(1.2);background:linear-gradient(135deg,#000000d9 0%,#14141ed9 100%);border:2px solid #ffffffe6;border-radius:50%/60%;justify-content:center;align-items:center;width:32px;height:20px;transition:transform .25s,background .25s,border-color .25s;display:flex;position:relative;box-shadow:0 2px 8px #00000080,inset 0 0 0 1px #fff3}._eyeIris_ns3wc_267{background:radial-gradient(circle at 30% 30%,#fff 0%,#86b7ff 8%,#3d6bff 40%,#122c5c 75%);border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 6px 2px #468cff99,inset 0 0 0 1px #fff6}._eyePupil_ns3wc_280{background:radial-gradient(circle at 40% 40%,#222 0%,#000 70%);border-radius:50%;width:6px;height:6px;position:relative;box-shadow:0 0 4px #000c}._eyeHighlight_ns3wc_289{pointer-events:none;opacity:.9;mix-blend-mode:screen;background:radial-gradient(circle at 30% 30%,#ffffffe6 0%,#ffffff1a 65%,#fff0 75%);border-radius:50%;width:10px;height:6px;position:absolute;top:3px;left:8px}._viewpointIndicator_ns3wc_201:hover ._eyeOuter_ns3wc_213,._viewpointIndicator_ns3wc_201:active ._eyeOuter_ns3wc_213{background:linear-gradient(135deg,#14141ee6 0%,#000000e6 100%);border-color:#3b82f6;transform:scale(1.02);box-shadow:0 4px 14px -2px #0009,0 0 10px 2px #7877c6b3}._viewpointIndicator_ns3wc_201:hover ._eyeIris_ns3wc_267{box-shadow:0 0 10px 3px #468cffcc,inset 0 0 0 1px #ffffff80}._viewpointIndicator_ns3wc_201:active ._eyeIris_ns3wc_267{transform:scale(.9)}._viewpointTooltip_ns3wc_216{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;z-index:20;background-color:#000000e6;border:1px solid #fff3;border-radius:6px;margin-bottom:8px;padding:8px 12px;font-size:11px;line-height:1.3;transition:all .2s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}._viewpointTooltip_ns3wc_216:after{content:"";border:4px solid #0000;border-top-color:#000000e6;position:absolute;top:100%;left:50%;transform:translate(-50%)}._sceneInfo_ns3wc_347{background-color:#0000001a;border-top:1px solid #ffffff1a;padding:12px}._sceneName_ns3wc_353{color:#fff;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.2}._viewpointStatus_ns3wc_361{color:#52c41a;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}._noViewpointStatus_ns3wc_370{color:#9898b8;font-size:12px;font-style:italic}._statusIcon_ns3wc_376{width:14px;height:14px}._fovControls_ns3wc_382{z-index:30;flex-direction:row;gap:8px;display:flex;position:absolute;bottom:8px;left:8px}._fovButton_ns3wc_392{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:linear-gradient(#000000e6,#0009);border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;line-height:1;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 4px 12px #00000073,inset 0 0 0 1px #ffffff05}._fovButton_ns3wc_392:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000080}._fovButton_ns3wc_392:active{transform:translateY(0);box-shadow:0 4px 8px #00000073}._fovButton_ns3wc_392:disabled{opacity:.45;cursor:default;box-shadow:none;transform:none}._page_iwxrs_37{padding-inline:max(5%,50vw - 800px)}._text-center_iwxrs_62{text-align:center}@keyframes _te-levitate_iwxrs_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_iwxrs_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._toolbar_iwxrs_82{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#e8e8f0;z-index:100;background:#31495c;border:1.5px solid #ffffff1f;border-radius:12px;max-width:calc(100% - 32px);padding:10px 16px;font-family:Inter,sans-serif;position:absolute;top:16px;left:50%;overflow:visible;transform:translate(-50%);box-shadow:0 2px 12px #7877c699}._toolbar_iwxrs_82 .ant-btn{height:32px!important;min-height:32px!important;line-height:30px!important}._toolbar_iwxrs_82 .ant-select-selector{align-items:center;display:flex;height:32px!important;min-height:32px!important}@media (prefers-reduced-motion:reduce){._toolbar_iwxrs_82,._toolbar_iwxrs_82 *,._toolbar_iwxrs_82:before,._toolbar_iwxrs_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._headerIconWrapper_iwxrs_119{color:#b8b8d0;justify-content:center;align-items:center;padding:0 4px;display:flex}._headerIcon_iwxrs_119{stroke-width:2.5px;font-size:20px}._toolbarRow_iwxrs_132{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:8px;max-width:100%;padding-top:8px;padding-bottom:2px;display:flex;overflow:hidden}._toolbarRow_iwxrs_132::-webkit-scrollbar{width:0!important;height:0!important}._toolbarRow_iwxrs_132::-webkit-scrollbar-track{background:0 0}._toolbarRow_iwxrs_132::-webkit-scrollbar-thumb{background:0 0}._toolbar--unsaved_iwxrs_155{border-color:#fa0c;box-shadow:0 4px 20px #ffaa0080,inset 0 0 0 1px #fa03}._unsavedLegend_iwxrs_160{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#f59e0b;white-space:nowrap;letter-spacing:.3px;background:#000000d9;border:1px solid #ff98004d;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:500;position:absolute;bottom:-12px;left:50%;transform:translate(-50%)}._toolbarSection_iwxrs_177{flex-shrink:1;align-items:center;gap:8px;min-width:0;display:flex}._divider_iwxrs_185{background:#ffffff1f;flex-shrink:0;width:1.5px;height:28px}._disabled_iwxrs_192{opacity:.6;cursor:not-allowed}._selectorWrapper_iwxrs_197{flex-direction:column;align-items:center;width:100%;margin-bottom:12px;display:flex}._selectorRow_iwxrs_205{background:#0000004d;border:1px solid #ffffff1f;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:8px 12px;transition:all .2s;display:flex}._selectorRow_iwxrs_205:hover{background:#00000061;border-color:#8b5cf673}._selectorRow_iwxrs_205._disabled_iwxrs_192{opacity:.45;filter:grayscale(80%);cursor:not-allowed;background:#00000038;border-color:#ffffff14}._selectorRow_iwxrs_205._disabled_iwxrs_192 ._selectorLabel_iwxrs_227{color:#ffffff8c}._selectorRow_iwxrs_205._disabled_iwxrs_192:hover{background:#00000038;border-color:#ffffff14}._selectorBox_iwxrs_235{background:#00000040;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;width:100%;transition:all .2s;display:flex;overflow:hidden}._selectorBox_iwxrs_235:hover{background:#00000052;border-color:#8b5cf659}._selectorBox_iwxrs_235 ._selectorRow_iwxrs_205{background:0 0;border:none;border-radius:0}._selectorBox_iwxrs_235 ._selectorRow_iwxrs_205:hover{background:0 0;border:none}._selectorBox_iwxrs_235 ._selectorContent_iwxrs_258{background:#ffffff05;border-top:1px solid #ffffff14;padding:0 12px 12px}._selectorLabel_iwxrs_227{color:#e8e8f0;text-align:start;flex:1;margin:0;font-size:12px;font-weight:500}._selectorToggle_iwxrs_273{cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:relative}._selectorToggle_iwxrs_273._inactive_iwxrs_285{background-color:#00000040;border:1px solid #8b5cf673}._selectorToggle_iwxrs_273._active_iwxrs_289{background-color:#0ea508;border:2px solid #3ad135;box-shadow:0 0 8px 1px #66d9ee4d}._selectorToggle_iwxrs_273._disabled_iwxrs_192{opacity:.5;cursor:not-allowed;box-shadow:none!important;background-color:#0000002e!important;border:1px solid #ffffff2e!important}._selectorToggle_iwxrs_273._disabled_iwxrs_192 ._toggleIcon_iwxrs_301{opacity:.45;filter:grayscale()}._selectorToggle_iwxrs_273._disabled_iwxrs_192 ._checkmark_iwxrs_305{color:#fffc;background-color:#ffffff38;border-color:#ffffff40}._selectorToggle_iwxrs_273 ._toggleIcon_iwxrs_301{color:#fff;transition:opacity .2s}._selectorToggle_iwxrs_273 ._toggleIcon_iwxrs_301._inactive_iwxrs_285{opacity:1}._selectorToggle_iwxrs_273 ._toggleIcon_iwxrs_301._active_iwxrs_289{opacity:.7}._selectorToggle_iwxrs_273 ._checkmark_iwxrs_305{color:#fff;z-index:10;background-color:#0ea508;border:1px solid #3ad135;border-radius:50%;padding:4px;position:absolute;top:-8px;right:-8px}._passwordInputsRow_iwxrs_332{flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}._passwordInputsRow_iwxrs_332 ._passwordInput_iwxrs_332{flex:1;max-width:140px}._passwordInputsRow_iwxrs_332 ._passwordInput_iwxrs_332 .ant-input{color:#fff!important;background:#0000004d!important;border-color:#8b5cf673!important;font-size:12px!important}._passwordInputsRow_iwxrs_332 ._passwordInput_iwxrs_332 .ant-input::placeholder{color:#fff9!important}._passwordInputsRow_iwxrs_332 ._passwordInput_iwxrs_332 .ant-input:focus{border-color:#8b5cf6b3!important;box-shadow:0 0 0 2px #8b5cf62e!important}._textInputRow_iwxrs_358{flex-direction:row;justify-content:center;align-items:center;margin-top:12px;display:flex}._textInputRow_iwxrs_358 ._textInput_iwxrs_358{flex:1;max-width:280px}._textInputRow_iwxrs_358 ._textInput_iwxrs_358 .ant-input{color:#fff!important;background:#0000004d!important;border-color:#8b5cf673!important;font-size:12px!important}._textInputRow_iwxrs_358 ._textInput_iwxrs_358 .ant-input::placeholder{color:#fff9!important}._textInputRow_iwxrs_358 ._textInput_iwxrs_358 .ant-input:focus,._textInputRow_iwxrs_358 ._textInput_iwxrs_358 .ant-input:focus-within{border-color:#8b5cf6b3!important;box-shadow:0 0 0 2px #8b5cf62e!important}._fieldGroup_iwxrs_383{border:1px solid #ffffff1f;border-radius:6px;flex-shrink:1;align-items:center;gap:6px;min-width:60px;padding:8px 10px 6px;display:flex;position:relative}._fieldLabel_iwxrs_395{color:#b8b8d0;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;z-index:1;background:#31495c;padding:0 8px;font-size:10px;font-weight:600;position:absolute;top:-8px;left:50%;transform:translate(-50%)}[dir=rtl] ._fieldLabel_iwxrs_395{left:50%;right:auto}._previewButton_iwxrs_416{cursor:pointer;flex-shrink:1;align-items:center;gap:6px;min-width:50px;max-width:100px;padding:4px 8px;font-size:12px;display:flex;position:relative;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important;height:32px!important;min-height:32px!important;line-height:30px!important}._previewButton_iwxrs_416:hover{background:#0006!important;border-color:#8b7cf6!important}._previewButton_iwxrs_416 ._placeholder_iwxrs_439{color:#b8b8d0;font-style:italic}._previewButton_iwxrs_416 ._truncatedText_iwxrs_443{text-overflow:ellipsis;white-space:nowrap;max-width:80px;overflow:hidden}._popoverContent_iwxrs_450{flex-direction:column;gap:8px;width:250px;display:flex}._popoverOverlay_iwxrs_457 .ant-popover-inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1f;border-radius:8px}._popoverOverlay_iwxrs_457 .ant-popover-arrow{display:none}._popoverInput_iwxrs_467{resize:none;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._popoverInput_iwxrs_467::placeholder{color:#b8b8d0}._popoverInput_iwxrs_467:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._popoverDoneBtn_iwxrs_482{align-self:flex-end}._typeDropdown_iwxrs_486{flex-shrink:1;min-width:100px}._typeDropdown_iwxrs_486 .ant-select-selector{color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important;height:32px!important;min-height:32px!important;padding:0 8px!important}._typeDropdown_iwxrs_486 .ant-select-selector:hover{border-color:#8b7cf6!important}._typeDropdown_iwxrs_486 .ant-select-selection-item{font-size:12px;color:#e8e8f0!important;line-height:30px!important}._typeDropdown_iwxrs_486 .ant-select-arrow{color:#b8b8d0}._typeOption_iwxrs_511{align-items:center;gap:8px;font-size:12px;display:flex}._typeIcon_iwxrs_518{color:#3b82f6;font-size:14px}._sizeDropdown_iwxrs_523{flex-shrink:1;min-width:70px}._sizeDropdown_iwxrs_523 .ant-select-selector{color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important;height:32px!important;min-height:32px!important;padding:0 8px!important}._sizeDropdown_iwxrs_523 .ant-select-selection-item{font-size:12px;color:#e8e8f0!important;line-height:30px!important}._sizeOption_iwxrs_542{align-items:center;gap:6px;display:flex}._sizeCircle_iwxrs_548{background:#5eb9f5;border-radius:50%;flex-shrink:0}._typeFieldsContent_iwxrs_554{flex-direction:column;gap:12px;min-width:300px;max-height:400px;padding:4px;display:flex;overflow:hidden}._typeFieldsButton_iwxrs_564{cursor:pointer;background-color:#0000004d;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-shrink:1;align-items:center;gap:6px;min-width:120px;max-width:200px;padding:4px 10px;font-size:12px;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;color:#e8e8f0!important;border:1px solid #ffffff1f!important;border-radius:6px!important;height:32px!important;min-height:32px!important;line-height:30px!important}._typeFieldsButton_iwxrs_564:before{content:"";pointer-events:none;z-index:0;background:#0000004d;border-radius:6px;position:absolute;inset:0}._typeFieldsButton_iwxrs_564[style*=background-image]:after{content:"";background-image:inherit;background-size:inherit;background-position:inherit;background-repeat:inherit;opacity:.7;pointer-events:none;z-index:1;border-radius:6px;position:absolute;inset:0}._typeFieldsButton_iwxrs_564:hover{border-color:#8b7cf6!important}._typeFieldsButton_iwxrs_564:hover:before{background:#0006}._typeFieldsButton_iwxrs_564._hasValue_iwxrs_621{border-color:#3b82f6!important}._typeFieldsButton_iwxrs_564[style*=background-image] ._buttonContent_iwxrs_624{border-radius:999px;padding:0 6px;font-size:10px}._typeFieldsButton_iwxrs_564[style*=background-image] ._buttonContent_iwxrs_624:before{content:"";z-index:-1;background:#000000d9;border-radius:999px;height:16px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}._typeFieldsButton_iwxrs_564[style*=background-image] ._buttonContent_iwxrs_624 *{color:#fff!important;text-shadow:0 1px 2px #000000e6!important;font-size:10px!important}._buttonContent_iwxrs_624{z-index:2;color:#e8e8f0;align-items:center;gap:6px;display:flex;position:relative}._videoBackground_iwxrs_656{object-fit:cover;opacity:.7;pointer-events:none;z-index:1;border-radius:6px;width:100%;height:100%;position:absolute;inset:0}._videoIndicator_iwxrs_671{color:#fff;z-index:3;pointer-events:none;background:#000000b3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;display:flex;position:absolute;bottom:4px;right:4px;box-shadow:0 2px 4px #0000004d}._toolbarButton_iwxrs_690{cursor:pointer;white-space:nowrap;background:#3b82f6;border:1.5px solid #ffffff1f;border-radius:8px;flex-shrink:1;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,2,.6,1);display:flex;box-shadow:0 2px 8px #7877c699;color:#fff!important;height:32px!important;min-height:32px!important;line-height:30px!important}._toolbarButton_iwxrs_690:hover:not(:disabled){background:#466080;border-color:#8b7cf6;transform:translateY(-1px)scale(1.02);box-shadow:0 4px 16px #7877c699}._toolbarButton_iwxrs_690:disabled{opacity:.5;cursor:not-allowed}._previewToolbarButton_iwxrs_721{box-shadow:0 0 2px 1px #3b82f6;color:#3b82f6!important;background:0 0!important;border-color:#3b82f6!important}._previewToolbarButton_iwxrs_721:hover:not(:disabled){transform:translateY(-1px)scale(1.02);box-shadow:0 0 2px 1px #3b82f6;background:#3498db1f!important;border-color:#3b82f6!important}._saveButtonHidden_iwxrs_734{opacity:0;pointer-events:none;max-width:0;overflow:hidden;transform:translateY(-2px)scale(.98);box-shadow:none!important;border-width:0!important;margin-inline:0!important;padding-left:0!important;padding-right:0!important}._buttonText_iwxrs_747{max-width:120px;transition:opacity .2s,max-width .2s;display:inline-block;overflow:hidden}._buttonTextHidden_iwxrs_754{opacity:0;max-width:0}._cancelButton_iwxrs_759{box-shadow:none;color:#e8e8f0!important;background:0 0!important;border-color:#ffffff1f!important}._cancelButton_iwxrs_759:hover:not(:disabled){box-shadow:none;transform:none;background:#ffffff1a!important}._dangerButton_iwxrs_771{box-shadow:0 2px 8px #e74c3c66;background:#ff6b6b!important;border-color:#ff6b6b!important}._dangerButton_iwxrs_771:hover:not(:disabled){box-shadow:0 4px 16px #e74c3c80;background:#bd1d25!important;border-color:#bd1d25!important}._moreOptionsButton_iwxrs_782{cursor:pointer;justify-content:center;align-items:center;width:32px;height:32px;min-height:32px;padding:0;display:flex;position:relative;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._moreOptionsButton_iwxrs_782:hover{background:#8b5cf64d!important;border-color:#8b7cf6!important}._moreOptionsContent_iwxrs_803{flex-direction:column;gap:12px;width:280px;padding:8px;display:flex}._moreOptionsContent_iwxrs_803 .ant-input,._moreOptionsContent_iwxrs_803 .ant-input-affix-wrapper{color:#e8e8f0!important;background:#0000004d!important;border-color:#ffffff1f!important}._moreOptionsContent_iwxrs_803 .ant-input::placeholder,._moreOptionsContent_iwxrs_803 .ant-input-affix-wrapper::placeholder{color:#b8b8d0}._moreOptionsContent_iwxrs_803 .ant-input:focus,._moreOptionsContent_iwxrs_803 .ant-input:focus-within,._moreOptionsContent_iwxrs_803 .ant-input-affix-wrapper:focus,._moreOptionsContent_iwxrs_803 .ant-input-affix-wrapper:focus-within{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._optionRow_iwxrs_827{background:#0003;border:1px solid #ffffff14;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._optionLabel_iwxrs_837{color:#e8e8f0;font-size:13px;font-weight:500}._optionSubLabel_iwxrs_843{color:#b8b8d0;margin-top:2px;font-size:11px}._hintIcon_iwxrs_849{color:#b8b8d0;cursor:help;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:flex}._hintIcon_iwxrs_849:hover{color:#e8e8f0;background:#fff3}._scenePreviewWrapper_iwxrs_867{border:1px solid #ffffff1f;border-radius:6px;width:100%;height:150px;overflow:hidden}._mediaUploaderWrapper_iwxrs_875,._mediaUploaderWrapper_iwxrs_875 .ant-upload{width:100%}._linkInputWrapper_iwxrs_882{flex-direction:column;flex:1;width:100%;min-width:600px;min-height:0;display:flex;overflow:hidden}._hiddenForm_iwxrs_892{display:none}._exitButton_iwxrs_896{z-index:2;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex;position:absolute;top:-16px;left:-16px;box-shadow:0 2px 12px #7877c699;color:#e8e8f0!important;background:#31495c!important;border:1.5px solid #ffffff1f!important;padding:0!important}._exitButton_iwxrs_896:hover{background:#00000059!important;border-color:#8b7cf6!important}._iconOnlyButton_iwxrs_918{justify-content:center;gap:0;width:32px;min-width:32px;transition:width .2s,min-width .2s,padding .2s;padding:0!important}._checkmark_iwxrs_305{color:#fff;z-index:10;background-color:#0ea508;border:1px solid #3ad135;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;padding:0;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0006}._checkmark_iwxrs_305>svg{stroke-width:4px;width:10px;height:10px}._page_xrcsd_37{padding-inline:max(5%,50vw - 800px)}._text-center_xrcsd_62{text-align:center}@keyframes _te-levitate_xrcsd_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_xrcsd_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._aspectRatioSelector_xrcsd_82{align-items:center;width:100%;display:flex;position:relative}@media (prefers-reduced-motion:reduce){._aspectRatioSelector_xrcsd_82,._aspectRatioSelector_xrcsd_82 *,._aspectRatioSelector_xrcsd_82:before,._aspectRatioSelector_xrcsd_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._trigger_xrcsd_97{color:#fff;cursor:pointer;white-space:nowrap;-webkit-backdrop-filter:blur(18px)saturate(1.2);text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-color:#ffffff4d #ffffff2e #ffffff2e #ffffff4d;border-radius:999px;justify-content:space-between;align-items:center;gap:.45rem;width:100%;min-height:56px;padding:.75rem 1.1rem;font-size:.95rem;font-weight:700;transition:transform .3s,box-shadow .3s,background-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0f172a52,0 10px 25px -5px #0000006b,inset 0 2px 4px #ffffff1f}._trigger_xrcsd_97:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._trigger_xrcsd_97{min-width:44px;min-height:44px}._trigger_xrcsd_97:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff38 0%,#0000 52%,#0000001f 100%);position:absolute;inset:0}._trigger_xrcsd_97:after{content:"";filter:blur(2px);pointer-events:none;background:#ffffff42;border-radius:999px;width:24%;height:20%;position:absolute;top:14%;left:12%;transform:rotate(-18deg)}._trigger_xrcsd_97:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;transform:translateY(-5px)scale(1.04);box-shadow:0 0 0 1px #0f172a61,0 22px 42px -18px #0000008c,inset 0 2px 4px #fff3}._icon_xrcsd_159{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.2rem;position:relative}._value_xrcsd_166{z-index:1;font-family:Courier New,monospace;font-weight:700;position:relative}._chevron_xrcsd_173{z-index:1;opacity:.65;filter:drop-shadow(0 1px 2px #00000073);font-size:.85rem;transition:transform .2s,opacity .2s;position:relative}._chevronOpen_xrcsd_182{opacity:.95;transform:rotate(180deg)}._dropdown_xrcsd_187{top:calc(100% + .5rem);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#2e2e4a;border:1px solid #7878b0;border-radius:6px;min-width:100%;position:absolute;inset-inline-start:0;overflow:hidden;box-shadow:0 4px 12px #00000080}._dropdown_xrcsd_187:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 55%,#00000014 100%);position:absolute;inset:0}._option_xrcsd_210{color:#fff;text-align:start;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-family:Courier New,monospace;font-size:.9rem;font-weight:500;transition:all .2s;display:block}._option_xrcsd_210:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._option_xrcsd_210{min-width:44px;min-height:44px}._option_xrcsd_210:hover{background:#ffffff24}._option_xrcsd_210._active_xrcsd_235{color:#3b82f6;background:#3b82f626;font-weight:600}._page_pma3e_37{padding-inline:max(5%,50vw - 800px)}._text-center_pma3e_62{text-align:center}@keyframes _te-levitate_pma3e_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_pma3e_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_pma3e_82{flex:auto;width:100%;min-width:0;height:100%;display:flex}@media (prefers-reduced-motion:reduce){._container_pma3e_82,._container_pma3e_82 *,._container_pma3e_82:before,._container_pma3e_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._uploadArea_pma3e_98{box-sizing:border-box;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border:3px dashed #fff3;border-radius:24px;flex-direction:column;flex:auto;justify-content:center;align-self:stretch;align-items:center;width:100%;max-width:100%;height:100%;min-height:320px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 8px 32px #0000001a}._uploadArea_pma3e_98:hover{background:linear-gradient(135deg,#8b7cf626 0%,#7877c614 100%);border-color:#7877c699;transform:translateY(-4px);box-shadow:0 16px 64px #7877c633}._uploadArea_pma3e_98._dragOver_pma3e_126{background:linear-gradient(135deg,#7877c640 0%,#8b7cf626 100%);border-color:#7877c6cc;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 80px #7877c64d}._uploadArea_pma3e_98._disabled_pma3e_132{opacity:.5;cursor:not-allowed}._uploadArea_pma3e_98._disabled_pma3e_132:hover{background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-color:#fff3;transform:none;box-shadow:0 8px 32px #0000001a}._uploadArea_pma3e_98._uploading_pma3e_142{cursor:wait;background:linear-gradient(135deg,#8b7cf626 0%,#7877c614 100%);border-color:#7877c699;animation:2s infinite _pulse_pma3e_1}._fileInput_pma3e_149{opacity:0;pointer-events:none;z-index:0;width:1px;height:1px;position:absolute;top:0;left:0}._uploadContent_pma3e_160{text-align:center;pointer-events:auto;box-sizing:border-box;z-index:1;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:none;padding:0 1rem;display:flex;position:relative}._uploadIcon_pma3e_175{color:#7877c6cc;filter:drop-shadow(0 0 20px #7877c64d);margin-bottom:0;font-size:4rem}._spinIcon_pma3e_182{animation:1s linear infinite _spin_pma3e_182}@keyframes _spin_pma3e_182{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_pma3e_1{0%,to{box-shadow:0 8px 32px #0000001a}50%{box-shadow:0 16px 64px #7877c633}}._uploadText_pma3e_202{color:#e8e8f0;letter-spacing:-.02em;text-shadow:0 2px 4px #0000001a;margin:0;font-size:1.5rem;font-weight:600}._uploadSubtext_pma3e_211{color:#e8e8f0b3;margin:0;font-size:1rem;font-weight:400}._uploadButton_pma3e_218{pointer-events:auto;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;z-index:1;background:linear-gradient(135deg,#7877c6cc,#7877c699);border:1px solid #7877c64d;border-radius:12px;min-width:44px;min-height:44px;margin-top:1rem;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}._inlineFormats_pma3e_237{color:#e8e8f099;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}._inlineFormats_pma3e_237 ._formatIcon_pma3e_245{color:#7877c6cc;filter:drop-shadow(0 0 8px #7877c64d);font-size:1.25rem}._progressBar_pma3e_251{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:3px;width:100%;max-width:300px;height:6px;margin-top:1rem;overflow:hidden}._progressFill_pma3e_262{background:linear-gradient(90deg,#7877c6cc 0%,#7877c6 100%);height:100%;transition:width .3s;box-shadow:0 0 10px #7877c680}[dir=rtl] ._inlineFormats_pma3e_237{flex-direction:row-reverse}@media (width<=768px){._uploadArea_pma3e_98{border-radius:16px;min-height:320px;padding:1.5rem}._uploadIcon_pma3e_175{font-size:3rem}._uploadText_pma3e_202{font-size:1.25rem}._uploadSubtext_pma3e_211,._inlineFormats_pma3e_237{font-size:.9rem}._inlineFormats_pma3e_237 ._formatIcon_pma3e_245{font-size:1rem}._uploadButton_pma3e_218{padding:.8rem 1.8rem;font-size:1rem}}@media (width<=480px){._uploadArea_pma3e_98{border-radius:12px;min-height:240px;padding:1rem}._uploadIcon_pma3e_175{font-size:2.5rem}._uploadText_pma3e_202{font-size:1.1rem}._uploadContent_pma3e_160{gap:1.5rem}._uploadButton_pma3e_218{padding:.6rem 1.2rem;font-size:.95rem}}._page_u1te3_37{padding-inline:max(5%,50vw - 800px)}._text-center_u1te3_62{text-align:center}@keyframes _te-levitate_u1te3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_u1te3_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._filtersContainer_u1te3_82{border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.25rem 0;display:flex}._tagsLabel_u1te3_93{color:#fff9}._tags_u1te3_93{flex-wrap:wrap;gap:.5rem;display:flex}._filterTag_u1te3_103{color:#fff;background:#7877c633;border:1px solid #7877c666;border-radius:6px;font-family:Inter,sans-serif;font-size:.8rem}._filterTag_u1te3_103 .ant-tag-close-icon{color:#fff9}._filterTag_u1te3_103 .ant-tag-close-icon:hover{color:#ffffffe6}@media (width<=768px){._filtersContainer_u1te3_82{flex-direction:column;align-items:flex-start}._tags_u1te3_93{gap:.25rem}._filterTag_u1te3_103{font-size:.75rem}}._page_rohjf_37{padding-inline:max(5%,50vw - 800px)}._text-center_rohjf_62{text-align:center}@keyframes _te-levitate_rohjf_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_rohjf_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._sceneSlide_rohjf_82{flex:none;width:160px}@media (prefers-reduced-motion:reduce){._sceneSlide_rohjf_82,._sceneSlide_rohjf_82 *,._sceneSlide_rohjf_82:before,._sceneSlide_rohjf_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=900px){._sceneSlide_rohjf_82{width:140px}}@media (width<=600px){._sceneSlide_rohjf_82{width:130px}}._sceneCard_rohjf_105{background:#141414cc;border:1px solid #ffffff1a;border-radius:12px;height:140px;transition:all .2s;position:relative;overflow:hidden}._sceneCard_rohjf_105:hover{border-color:#7877c680;transform:translateY(-2px);box-shadow:0 8px 25px #8b7cf626}._sceneCard_rohjf_105._clickable_rohjf_119{cursor:pointer}._sceneCard_rohjf_105._clickable_rohjf_119:hover{border-color:#7877c6cc;transform:translateY(-3px);box-shadow:0 12px 35px #7877c640}._sceneCard_rohjf_105._selectable_rohjf_128{padding-top:0}._sceneCard_rohjf_105._selected_rohjf_132{border-color:#7877c6e6;position:relative;box-shadow:0 0 0 2px #7877c680,0 8px 25px #7877c640}._sceneCard_rohjf_105._selected_rohjf_132:after{content:"";pointer-events:none;background:linear-gradient(135deg,#8b7cf626,#5050780d);position:absolute;inset:0}._selectCheckbox_rohjf_146{top:6px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;opacity:0;z-index:3;background:#0006;border:2px solid #fff9;border-radius:6px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .2s;display:flex;position:absolute;inset-inline-start:6px}._sceneCard_rohjf_105:hover ._selectCheckbox_rohjf_146,._sceneCard_rohjf_105._selected_rohjf_132 ._selectCheckbox_rohjf_146{opacity:1}._selectCheckbox_rohjf_146 ._checkboxInner_rohjf_171{background:0 0;border-radius:3px;width:12px;height:12px;transition:background .2s,box-shadow .2s;box-shadow:inset 0 0 0 1px #fff6}._selectCheckbox_rohjf_146._checked_rohjf_180{background:#7877c666;border-color:#7877c6e6}._selectCheckbox_rohjf_146._checked_rohjf_180 ._checkboxInner_rohjf_171{background:#7877c6e6;box-shadow:inset 0 0 0 1px #fff3,0 0 0 2px #7877c680}._sceneImageContainer_rohjf_190{height:80px;position:relative;overflow:hidden}._typeBadge_rohjf_196{bottom:8px;letter-spacing:.04em;text-transform:uppercase;color:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2;background:#0000008c;border:1px solid #fff3;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:.55rem;font-weight:600;display:inline-flex;position:absolute;inset-inline-start:8px;box-shadow:0 6px 18px #00000040}._typeBadgePanoramic_rohjf_217{background:#7877c6a6;border-color:#7877c6d9}._typeBadgeFlat_rohjf_222{background:#0000008c;border-color:#ffffff40}._typeBadgeVideo_rohjf_227{background:#ffa500a6;border-color:#ffa500d9}._sceneImage_rohjf_190{object-fit:cover;width:100%;height:100%;transition:transform .2s}._sceneCard_rohjf_105:hover ._sceneImage_rohjf_190{transform:scale(1.05)}._scenePlaceholder_rohjf_242{color:#fff6;background:#282828cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._placeholderIcon_rohjf_252{font-size:24px}._deleteButton_rohjf_256{top:8px;color:#fff;cursor:pointer;opacity:0;background:#ff4d4fe6;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;min-width:44px;height:24px;min-height:44px;font-size:12px;transition:opacity .2s;display:flex;position:absolute;inset-inline-end:8px}._sceneCard_rohjf_105:hover ._deleteButton_rohjf_256{opacity:1}._deleteButton_rohjf_256:hover{background:#ff4d4f}._deleteButton_rohjf_256:disabled{opacity:.5;cursor:not-allowed}._sceneInfo_rohjf_287{flex-direction:column;gap:4px;height:60px;padding:8px 12px;display:flex;overflow:hidden}._sceneName_rohjf_296{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden}._sceneTags_rohjf_307{flex-wrap:wrap;align-items:center;gap:4px;min-height:16px;display:flex}._sceneTag_rohjf_307{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:4px;height:16px;padding:1px 6px;font-size:.6rem;line-height:14px}._sceneTag_rohjf_307 .ant-tag{font-size:inherit;line-height:inherit;margin:0}._moreTagsIndicator_rohjf_331{color:#ffffff80;white-space:nowrap;font-size:.6rem}._usageInfo_rohjf_337{color:#fff6;margin:0;font-size:.6rem;line-height:1}@media (width<=1200px){._sceneCard_rohjf_105{height:120px}._sceneImageContainer_rohjf_190{height:65px}._sceneInfo_rohjf_287{gap:2px;height:55px;padding:6px 10px}._sceneName_rohjf_296{font-size:.7rem}._sceneTag_rohjf_307{height:14px;padding:1px 4px;font-size:.55rem;line-height:12px}._usageInfo_rohjf_337,._moreTagsIndicator_rohjf_331{font-size:.55rem}}._page_14tcq_37{padding-inline:max(5%,50vw - 800px)}._text-center_14tcq_62{text-align:center}@keyframes _te-levitate_14tcq_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_14tcq_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._uploadModal_14tcq_82 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px}._uploadModal_14tcq_82 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._uploadModal_14tcq_82 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:#fff!important}._uploadModal_14tcq_82 .ant-modal-body{color:#fff}._uploadModal_14tcq_82 .ant-modal-body p{color:#fff!important}._uploadModal_14tcq_82 .ant-modal-close{color:#fff9}._uploadModal_14tcq_82 .ant-modal-close:hover{color:#ffffffe6}._formItem_14tcq_110{margin-bottom:1.5rem}._formItem_14tcq_110 .ant-form-item-label label{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:500}._formItem_14tcq_110 .ant-form-item-explain{color:#ff4d4fe6}._nameInput_14tcq_122{color:#fff;background:#191919cc;border:1px solid #ffffff1a;border-radius:8px;font-family:Inter,sans-serif}._nameInput_14tcq_122::placeholder{color:#fff6}._nameInput_14tcq_122:hover{border-color:#7877c666}._nameInput_14tcq_122:focus{border-color:#7877c699;box-shadow:0 0 0 2px #7877c61a;color:#333!important;background:#f0f0f0f2!important}._nameInput_14tcq_122:disabled{color:#ffffff80;background:#19191966}._progressContainer_14tcq_146{margin-top:8px}._progressContainer_14tcq_146 .ant-progress ._ant-progress-text_14tcq_149{color:#fffc;font-family:Inter,sans-serif;font-size:.75rem}._progressContainer_14tcq_146 .ant-progress ._ant-progress-bg_14tcq_154{background:linear-gradient(135deg,#7877c6cc,#5a3c96cc)}._footerButtons_14tcq_158{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;display:flex}._cancelButton_14tcq_167{color:#fffc;background:#282828cc;border:1px solid #fff3;min-width:44px;min-height:44px}._cancelButton_14tcq_167:hover{color:#ffffffe6;background:#3c3c3ccc;border-color:#ffffff4d}._cancelButton_14tcq_167:disabled{color:#fff6;background:#28282866;border-color:#ffffff1a}._retryButton_14tcq_185{color:#000c;background:#ffc107cc;border:1px solid #ffc10799;min-width:44px;min-height:44px}._retryButton_14tcq_185:hover{color:#000000e6;background:#ffc107;border-color:#ffc107cc}._retryButton_14tcq_185:disabled{color:#0006;background:#ffc10766;border-color:#ffc1074d}._uploadButton_14tcq_203{background:linear-gradient(135deg,#7877c6d9,#5a3c96d9);border:1px solid #7877c699;min-width:44px;min-height:44px;font-weight:500;box-shadow:0 4px 18px -4px #7877c680}._uploadButton_14tcq_203:hover{background:linear-gradient(135deg,#8c8bdaf2,#6e50aaf2);border-color:#a09feee6}._uploadButton_14tcq_203:disabled{background:#7877c666;border-color:#7877c64d}._page_74ilk_37{padding-inline:max(5%,50vw - 800px)}._text-center_74ilk_62{text-align:center}@keyframes _te-levitate_74ilk_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_74ilk_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._horizontalScrollerWrapper_74ilk_82{margin-top:.5rem;margin-bottom:1.5rem;padding:0;position:relative}@media (prefers-reduced-motion:reduce){._horizontalScrollerWrapper_74ilk_82,._horizontalScrollerWrapper_74ilk_82 *,._horizontalScrollerWrapper_74ilk_82:before,._horizontalScrollerWrapper_74ilk_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._horizontalScroller_74ilk_82{scrollbar-width:thin;scrollbar-color:#7877c699 #ffffff1a;cursor:grab;padding-bottom:8px;display:block;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%)}._horizontalScroller_74ilk_82::-webkit-scrollbar{background:#ffffff0d;border-radius:4px;height:8px}._horizontalScroller_74ilk_82::-webkit-scrollbar-track{background:#ffffff0d;border:1px solid #7877c633;border-radius:4px}._horizontalScroller_74ilk_82::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#7877c666 0%,#7877c6cc 50%,#7877c666 100%);border:1px solid #7877c64d;border-radius:4px;transition:all .2s;box-shadow:0 0 8px #7877c64d}._horizontalScroller_74ilk_82::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#7877c699 0%,#7877c6 50%,#7877c699 100%);box-shadow:0 0 12px #7877c680}._horizontalScroller_74ilk_82._dragging_74ilk_129{cursor:grabbing;-webkit-user-select:none;user-select:none}._scrollerInner_74ilk_134{--end-padding:48px;padding:4px var(--end-padding) 4px 4px;--bottom-gap:56px;min-height:calc(292px + var(--bottom-gap));height:calc(292px + var(--bottom-gap));grid-template-rows:repeat(2,1fr);grid-auto-columns:160px;grid-auto-flow:column;align-items:start;gap:12px;display:grid;position:relative}._scrollerInner_74ilk_134 ._bottomGapSpacer_74ilk_149{pointer-events:none;grid-row:1/-1;width:0}._scrollerInner_74ilk_134{overflow-y:hidden}@media (width<=900px){._scrollerInner_74ilk_134{grid-auto-columns:140px}}@media (width<=600px){._scrollerInner_74ilk_134{grid-auto-columns:130px}}._loadMoreTrigger_74ilk_168{opacity:0;pointer-events:none;grid-row:1/-1;width:1px;height:100%}._loadingMoreIndicator_74ilk_176{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);--center-adjust-factor:.45;min-width:120px;transform:translateY(calc(-1 * var(--bottom-gap) * var(--center-adjust-factor)));background:#14141499;border:1px solid #7877c64d;border-radius:12px;flex-direction:column;grid-row:1/-1;justify-content:center;align-self:center;align-items:center;margin-inline-start:0;padding:0 24px;display:flex;position:relative}._loadingMoreIndicator_74ilk_176:before{content:"";z-index:-1;opacity:.5;background:linear-gradient(45deg,#7877c64d 0%,#7877c61a 50%,#7877c64d 100%);border-radius:12px;animation:2s ease-in-out infinite _pulse_74ilk_1;position:absolute;inset:-1px}._loadingSpinner_74ilk_209{border:3px solid #7877c633;border-top-color:#7877c6e6;border-inline-end:3px solid #7877c699;border-radius:50%;width:32px;height:32px;margin-bottom:8px;animation:1s linear infinite _spin_74ilk_1;position:relative}._loadingSpinner_74ilk_209:before{content:"";background:radial-gradient(circle,#7877c61a 0%,#0000 70%);border-radius:50%;position:absolute;inset:4px}._loadingText_74ilk_228{color:#7877c6cc;text-transform:uppercase;letter-spacing:.5px;text-align:center;font-size:11px;font-weight:500}@keyframes _spin_74ilk_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_74ilk_1{0%,to{opacity:.3}50%{opacity:.7}}@media (width<=900px){._scrollerInner_74ilk_134{grid-auto-columns:140px}}@media (width<=600px){._scrollerInner_74ilk_134{grid-auto-columns:130px}}._page_u5obl_38{padding-inline:max(5%,50vw - 800px)}._text-center_u5obl_63{text-align:center}@keyframes _te-levitate_u5obl_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_u5obl_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._header_u5obl_83{margin-bottom:2rem}._headerInner_u5obl_87{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}._headerSide_u5obl_95{flex:1;align-items:center;gap:8px;min-width:160px;display:flex}._headerSide_u5obl_95:first-child{justify-content:flex-start}._headerSide_u5obl_95:last-child{justify-content:flex-end}._searchInput_u5obl_109{width:100%;max-width:320px}._searchInput_u5obl_109 .ant-input{color:#fff;background:#191919d9;border:1px solid #ffffff1f;border-radius:8px;font-family:Inter,sans-serif}._searchInput_u5obl_109 .ant-input::placeholder{color:#fff6}._searchInput_u5obl_109 .ant-input:hover{border-color:#7877c673}._searchInput_u5obl_109 .ant-input:focus{border-color:#7877c6cc;box-shadow:0 0 0 2px #7877c633}._searchInput_u5obl_109 .ant-input-search-button{background:#7877c6d9;border:none}._searchInput_u5obl_109 .ant-input-search-button:hover{background:#7877c6}._searchInput_u5obl_109 .ant-input-prefix{color:#ffffff73}._selectionActions_u5obl_141{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#28283799;border:1px solid #7877c666;border-radius:10px;align-items:center;gap:8px;padding:6px 12px;display:flex;box-shadow:0 4px 18px -4px #7877c666}._selectionCount_u5obl_153{color:#ffffffd9;letter-spacing:.5px;font-size:.75rem;font-weight:500}._clearSelectionBtn_u5obl_160{align-items:center;min-width:44px;height:26px;min-height:44px;padding:0 10px;display:flex;color:#ffffffbf!important;background:#ffffff0d!important;border:1px solid #ffffff26!important}._clearSelectionBtn_u5obl_160:hover{color:#fffffff2!important;background:#ffffff26!important}._bulkDeleteBtn_u5obl_176{align-items:center;min-width:44px;height:26px;min-height:44px;padding:0 12px;font-weight:500;display:flex;color:#fff!important;background:#ff4d4feb!important;border:1px solid #ff4d4f!important}._bulkDeleteBtn_u5obl_176:hover{background:#ff4d4f!important}._headerCenter_u5obl_192{text-align:center;flex:none;max-width:480px}._addHeaderButton_u5obl_198{background:linear-gradient(135deg,#7877c6d9,#5a3c96d9);border:1px solid #7877c699;font-weight:500;box-shadow:0 4px 18px -4px #7877c680}._addHeaderButton_u5obl_198:hover,._addHeaderButton_u5obl_198:focus{background:linear-gradient(135deg,#8c8bdaf2,#6e50aaf2);border-color:#a09feee6}._title_u5obl_209{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.75rem;font-weight:600}._subtitle_u5obl_218{color:#b8b8d0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:400}@media (width<=768px){._title_u5obl_209{font-size:1.5rem}._subtitle_u5obl_218{font-size:.8rem}._headerInner_u5obl_87{flex-direction:column}._headerSide_u5obl_95{justify-content:center;width:100%}._searchInput_u5obl_109{max-width:100%}}._page_tfj4x_38{padding-inline:max(5%,50vw - 800px)}._text-center_tfj4x_63{text-align:center}@keyframes _te-levitate_tfj4x_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_tfj4x_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_tfj4x_83{z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0acc;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:3rem;padding:2rem;position:relative}@media (prefers-reduced-motion:reduce){._container_tfj4x_83,._container_tfj4x_83 *,._container_tfj4x_83:before,._container_tfj4x_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes _spin_tfj4x_102{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1200px){._container_tfj4x_83{padding:1.5rem}}@media (width<=768px){._container_tfj4x_83{padding:1rem}}._carouselContainer_tfj4x_163{align-items:center;gap:1rem;display:flex;position:relative}._horizontalScrollerWrapper_tfj4x_170{margin-top:.5rem;padding:0 2.5rem;position:relative}._horizontalScroller_tfj4x_170{scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding-bottom:4px;display:block;overflow:auto hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%)}._horizontalScroller_tfj4x_170::-webkit-scrollbar{display:none}._horizontalScroller_tfj4x_170._dragging_tfj4x_190{cursor:grabbing;-webkit-user-select:none;user-select:none}._scrollerInner_tfj4x_195{grid-template-rows:repeat(2,auto);grid-auto-flow:column;align-items:start;gap:12px;min-height:300px;padding:4px 4px 8px;display:grid}._loadMoreTrigger_tfj4x_205{opacity:0;pointer-events:none;grid-area:1/auto/-1;width:1px;height:100%}._loadingMoreIndicator_tfj4x_214{grid-area:1/auto/-1;justify-content:center;align-items:center;min-width:60px;padding:0 20px;display:flex}._loadingSpinner_tfj4x_224{border:2px solid #7877c633;border-top-color:#7877c6cc;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_tfj4x_102}._navButton_tfj4x_241{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:5;background:radial-gradient(circle at 30% 30%,#7877c640,#1e1e28cc);border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:44px;height:42px;min-height:44px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 20px -4px #7877c673}._navButton_tfj4x_241:hover:not(._disabled_tfj4x_262){background:radial-gradient(circle at 30% 30%,#7877c673,#323246e6);border-color:#7877c699;transform:translateY(-50%)scale(1.05)}._navButton_tfj4x_241._left_tfj4x_267{inset-inline-start:4px}._navButton_tfj4x_241._right_tfj4x_270{inset-inline-end:4px}._navButton_tfj4x_241._disabled_tfj4x_262{opacity:.3;cursor:not-allowed}._navIcon_tfj4x_278{font-size:18px;line-height:1}._edgeFadeLeft_tfj4x_283,._edgeFadeRight_tfj4x_283{pointer-events:none;z-index:4;width:46px;position:absolute;top:0;bottom:0}._edgeFadeLeft_tfj4x_283{background:linear-gradient(90deg,#0a0a0fe6,#0a0a0f00);inset-inline-start:0}._edgeFadeRight_tfj4x_283{background:linear-gradient(270deg,#0a0a0fe6,#0a0a0f00);inset-inline-end:0}._startBorderIndicator_tfj4x_302,._endBorderIndicator_tfj4x_302{pointer-events:none;z-index:6;background:linear-gradient(#0000 0%,#7877c666 20%,#7877c6cc 50%,#7877c666 80%,#0000 100%);border-radius:1.5px;width:3px;transition:opacity .3s;position:absolute;top:0;bottom:0}._startBorderIndicator_tfj4x_302{inset-inline-start:2px;box-shadow:0 0 8px #7877c64d}._endBorderIndicator_tfj4x_302{inset-inline-end:2px;box-shadow:0 0 8px #7877c64d}._startBorderIndicator_tfj4x_302._visible_tfj4x_324,._endBorderIndicator_tfj4x_302._visible_tfj4x_324{opacity:1}._startBorderIndicator_tfj4x_302._hidden_tfj4x_329,._endBorderIndicator_tfj4x_302._hidden_tfj4x_329{opacity:0}._sceneSlide_tfj4x_334{flex:none;width:160px}@media (width<=900px){._horizontalScrollerWrapper_tfj4x_170{padding:0 1.5rem}._sceneSlide_tfj4x_334{width:140px}._navButton_tfj4x_241{width:36px;height:36px}}@media (width<=600px){._horizontalScrollerWrapper_tfj4x_170{padding:0 1rem}._sceneSlide_tfj4x_334{width:130px}._edgeFadeLeft_tfj4x_283,._edgeFadeRight_tfj4x_283{width:32px}}._carousel_tfj4x_163{flex:1}._carousel_tfj4x_163 .ant-carousel ._ant-carousel-content_tfj4x_365{height:160px}._carousel_tfj4x_163 .slick-track{align-items:center;display:flex!important}._carousel_tfj4x_163 .slick-slide{height:160px;padding:0 8px}._carousel_tfj4x_163 .slick-slide>div{height:100%}._carousel_tfj4x_163 .slick-arrow:before{color:#fff9;font-size:18px}._carousel_tfj4x_163 .slick-arrow:hover:before{color:#ffffffe6}._carousel_tfj4x_163 .slick-prev{z-index:10;inset-inline-start:-30px}._carousel_tfj4x_163 .slick-next{z-index:10;inset-inline-end:-30px}._sceneSlide_tfj4x_334{height:100%;padding:0 4px}._sceneCard_tfj4x_400{background:#141414cc;border:1px solid #ffffff1a;border-radius:12px;height:140px;transition:all .2s;position:relative;overflow:hidden}._sceneCard_tfj4x_400:hover{border-color:#7877c680;transform:translateY(-2px);box-shadow:0 8px 25px #8b7cf626}._sceneImageContainer_tfj4x_415{height:80px;position:relative;overflow:hidden}._sceneImage_tfj4x_415{object-fit:cover;width:100%;height:100%;transition:transform .2s}._sceneCard_tfj4x_400:hover ._sceneImage_tfj4x_415{transform:scale(1.05)}._scenePlaceholder_tfj4x_431{color:#fff6;background:#282828cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._placeholderIcon_tfj4x_441{font-size:24px}._deleteButton_tfj4x_445{top:8px;color:#fff;cursor:pointer;opacity:0;background:#ff4d4fe6;border:none;border-radius:6px;justify-content:center;align-items:center;width:24px;min-width:44px;height:24px;min-height:44px;font-size:12px;transition:opacity .2s;display:flex;position:absolute;inset-inline-end:8px}._sceneCard_tfj4x_400:hover ._deleteButton_tfj4x_445{opacity:1}._deleteButton_tfj4x_445:hover{background:#ff4d4f}._deleteButton_tfj4x_445:disabled{opacity:.5;cursor:not-allowed}._sceneInfo_tfj4x_476{flex-direction:column;gap:4px;height:60px;padding:8px 12px;display:flex;overflow:hidden}._sceneName_tfj4x_485{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden}._sceneTags_tfj4x_496{flex-wrap:wrap;align-items:center;gap:4px;min-height:16px;display:flex}._sceneTag_tfj4x_496{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:4px;height:16px;padding:1px 6px;font-size:.6rem;line-height:14px}._sceneTag_tfj4x_496 .ant-tag{font-size:inherit;line-height:inherit;margin:0}._moreTagsIndicator_tfj4x_520{color:#ffffff80;white-space:nowrap;font-size:.6rem}._usageInfo_tfj4x_526{color:#fff6;margin:0;font-size:.6rem;line-height:1}._spinner_tfj4x_102{border:2px solid #7877c64d;border-top-color:#7877c6cc;border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_tfj4x_102}._loading_tfj4x_119{color:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}._error_tfj4x_129{color:#ff4d4fcc;justify-content:center;align-items:center;padding:2rem;display:flex}._emptyState_tfj4x_137{text-align:center;color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}._emptyIcon_tfj4x_148{color:#fff3;font-size:48px}@media (width<=1200px){._container_tfj4x_83{padding:1.5rem}._sceneCard_tfj4x_400{height:120px}._sceneImageContainer_tfj4x_415{height:65px}._sceneInfo_tfj4x_476{gap:2px;height:55px;padding:6px 10px}._sceneName_tfj4x_485{font-size:.7rem}._sceneTag_tfj4x_496{height:14px;padding:1px 4px;font-size:.55rem;line-height:12px}._usageInfo_tfj4x_526,._moreTagsIndicator_tfj4x_520{font-size:.55rem}}@media (width<=768px){._container_tfj4x_83{padding:1rem}._title_tfj4x_617{font-size:1.5rem}._subtitle_tfj4x_620{font-size:.8rem}._filtersContainer_tfj4x_623{margin-bottom:1.5rem;padding:1rem}._searchInput_tfj4x_627{max-width:100%}._tags_tfj4x_630{gap:.25rem}._filterTag_tfj4x_633{font-size:.75rem}._carouselContainer_tfj4x_163{flex-direction:column;gap:1.5rem}._headerInner_tfj4x_640{flex-direction:column}._headerSide_tfj4x_643{justify-content:center;width:100%}._carousel_tfj4x_163{width:100%}._carousel_tfj4x_163 .slick-prev{inset-inline-start:-25px}._carousel_tfj4x_163 .slick-next{inset-inline-end:-25px}}._sceneSelectionModal_tfj4x_657 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px}._sceneSelectionModal_tfj4x_657 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._sceneSelectionModal_tfj4x_657 .ant-modal-header .ant-modal-title{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:600}._sceneSelectionModal_tfj4x_657 .ant-modal-close{color:#fff9}._sceneSelectionModal_tfj4x_657 .ant-modal-close:hover{color:#ffffffe6}._sceneModalContent_tfj4x_679{flex-direction:column;gap:1.5rem;display:flex}._scenePreview_tfj4x_685{background:#282828cc;border-radius:12px;width:100%;height:300px;overflow:hidden}._previewImage_tfj4x_693{object-fit:cover;width:100%;height:100%}._previewPlaceholder_tfj4x_699{color:#fff6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._previewPlaceholder_tfj4x_699 ._placeholderIcon_tfj4x_441{font-size:48px}._sceneDetails_tfj4x_711{flex-direction:column;gap:.75rem;display:flex}._sceneDetails_tfj4x_711 h3{color:#ffffffe6;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}._sceneTags_tfj4x_496{flex-wrap:wrap;gap:.5rem;display:flex}._tag_tfj4x_630{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:500}._usageInfo_tfj4x_526{color:#ffffff80;margin:0;font-size:.875rem}._modalActions_tfj4x_746{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}._closeButton_tfj4x_754{color:#ffffffb3;background:0 0;border:1px solid #fff3;min-width:44px;min-height:44px}._closeButton_tfj4x_754:hover{color:#ffffffe6;background:#ffffff1a;border-color:#ffffff4d}._addButton_tfj4x_767{color:#fff;background:#7877c6cc;border:1px solid #7877c6;min-width:44px;min-height:44px}._addButton_tfj4x_767:hover{background:#7877c6;border-color:#7877c6}._addButton_tfj4x_767:disabled{color:#ffffff80;background:#7877c64d;border-color:#7877c64d}._page_rrf6u_37{padding-inline:max(5%,50vw - 800px)}._text-center_rrf6u_62{text-align:center}@keyframes _te-levitate_rrf6u_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_rrf6u_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}@keyframes _globeRotate_rrf6u_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulseGlow_rrf6u_1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes _particleFloat_rrf6u_1{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.7;transform:translateY(-10px)rotate(180deg)}}._addSceneButton_rrf6u_110{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border:2px solid #0000;border-radius:4px;align-items:center;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #7877c699,inset 0 1px #ffffff1a}._addSceneButton_rrf6u_110:before{content:"";-webkit-mask-composite:exclude;opacity:0;background:linear-gradient(45deg,#8b7cf6,#7877c699,#8b7cf6);border-radius:4px;padding:2px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}._addSceneButton_rrf6u_110:hover:not(:disabled){transform:translateY(-2px)scale(1.02);box-shadow:0 16px 48px #7877c699,0 8px 24px #8b7cf640,inset 0 1px #fff3}._addSceneButton_rrf6u_110:hover:not(:disabled):before{opacity:1}._addSceneButton_rrf6u_110:hover:not(:disabled) ._globeIcon_rrf6u_148{animation:2s linear infinite _globeRotate_rrf6u_1}._addSceneButton_rrf6u_110:hover:not(:disabled) ._particle_rrf6u_151{animation:2s ease-in-out infinite _particleFloat_rrf6u_1}._addSceneButton_rrf6u_110:hover:not(:disabled) ._buttonText_rrf6u_154 ._mainText_rrf6u_154{color:#fff;text-shadow:0 0 8px #7877c699}._addSceneButton_rrf6u_110:active:not(:disabled){transition:all .1s;transform:translateY(0)scale(.98)}._addSceneButton_rrf6u_110:disabled{opacity:.5;cursor:not-allowed;transform:none}._addSceneButton_rrf6u_110:disabled:hover{transform:none;box-shadow:0 8px 32px #7877c699,inset 0 1px #ffffff1a}._addSceneButton_rrf6u_110:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._addSceneButton_rrf6u_110,._addSceneButton_rrf6u_110 *,._addSceneButton_rrf6u_110:before,._addSceneButton_rrf6u_110:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._buttonContent_rrf6u_184{z-index:2;align-items:center;gap:1rem;width:100%;display:flex;position:relative}._iconContainer_rrf6u_193{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #ffffff40;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:relative}._globeIcon_rrf6u_148{filter:drop-shadow(0 0 4px #7877c699);width:24px;height:24px;transition:all .3s}._globeIcon_rrf6u_148 svg{fill:#fff;width:100%;height:100%}._plusIcon_rrf6u_218{bottom:-2px;color:#8b7cf6;background:#fff;border-radius:50%;padding:2px;font-size:12px;transition:all .3s;position:absolute;inset-inline-end:-2px;box-shadow:0 0 8px #7877c699}._buttonText_rrf6u_154{flex-direction:column;flex:1;align-items:flex-start;gap:2px;display:flex}._mainText_rrf6u_154{color:#fff;margin:0;font-size:.95rem;font-weight:600;line-height:1.2;transition:all .3s}._subText_rrf6u_248{color:#ffffffbf;margin:0;font-size:.75rem;font-weight:400;line-height:1.2;transition:all .3s}._particleContainer_rrf6u_257{pointer-events:none;z-index:1;position:absolute;inset:0}._particle_rrf6u_151{opacity:0;background:#c0c0ff;border-radius:50%;width:3px;height:3px;position:absolute;box-shadow:0 0 6px #c0c0ff}._particle_rrf6u_151:first-child{animation-delay:0s;top:20%;left:15%}._particle_rrf6u_151:nth-child(2){animation-delay:.7s;top:70%;left:80%}._particle_rrf6u_151:nth-child(3){animation-delay:1.4s;top:40%;right:20%}._sceneAdderModal_rrf6u_289 .ant-modal-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%);border:1px solid #ffffff1f;border-radius:12px;max-height:90vh;overflow:hidden;box-shadow:0 8px 32px #7877c699}._sceneAdderModal_rrf6u_289 .ant-modal-body{color:#e8e8f0;background:0 0;max-height:calc(90vh - 120px);overflow:hidden}._sceneAdderModal_rrf6u_289 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1f;border-radius:12px 12px 0 0}._sceneAdderModal_rrf6u_289 .ant-modal-header .ant-modal-title{color:#e8e8f0;font-weight:600}._sceneAdderModal_rrf6u_289 .ant-modal-close{color:#b8b8d0}._sceneAdderModal_rrf6u_289 .ant-modal-close:hover{color:#e8e8f0}._modalHeader_rrf6u_320{align-items:center;gap:.75rem;display:flex}._modalTitle_rrf6u_326{color:#e8e8f0;margin:0;font-size:1.25rem;font-weight:600}._modalContent_rrf6u_333{flex-direction:column;height:100%;padding:1.5rem;display:flex}._tabContainer_rrf6u_340{background:#0003;border-bottom:1px solid #ffffff1f;border-radius:12px;gap:.75rem;margin-bottom:2rem;padding:.5rem;display:flex;position:relative}._tabContainer_rrf6u_340:after{content:"";bottom:-1rem;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;inset-inline:0}._tabButton_rrf6u_359{color:#b8b8d0;cursor:pointer;text-align:center;white-space:normal;background:0 0;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:0;height:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}._tabButton_rrf6u_359:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._tabButton_rrf6u_359:hover{color:#e8e8f0;background:#8b7cf626;border-color:#8b7cf666;box-shadow:0 4px 12px #7877c699}._tabButton_rrf6u_359:hover ._tabIcon_rrf6u_391{color:#8b7cf6;filter:drop-shadow(0 0 4px #7877c699);transform:scale(1.1)}._tabButton_rrf6u_359._active_rrf6u_396{color:#e8e8f0;text-shadow:0 0 8px #7877c699;background:linear-gradient(135deg,#8b7cf633 0%,#8b7cf61f 50%,#5a4fcf33 100%);border-color:#8b7cf6;transform:translateY(-1px);box-shadow:0 6px 20px #7877c699,inset 0 1px #ffffff1a}._tabButton_rrf6u_359._active_rrf6u_396 ._tabIcon_rrf6u_391{color:#8b7cf6;filter:drop-shadow(0 0 6px #7877c699);transform:scale(1.15)}._tabButton_rrf6u_359:active{transition:transform .1s;transform:translateY(0)}._tabButton_rrf6u_359 ._tabIcon_rrf6u_391{flex-shrink:0;font-size:1.1rem;transition:all .3s}._newBadge_rrf6u_419{color:#fff;letter-spacing:.5px;text-shadow:0 1px 2px #0000004d;transform-origin:50%;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 50%,#ff3838 100%);border-radius:4px;justify-content:center;align-items:center;margin-inline-start:.5rem;padding:.25rem .5rem;font-size:.65rem;font-weight:700;transition:all .3s;animation:2s ease-in-out infinite _newBadgePulse_rrf6u_1;display:inline-flex;position:relative;transform:rotate(-12deg);box-shadow:0 2px 8px #ff6b6b26,inset 0 1px #fff3}._newBadge_rrf6u_419:before{content:"";z-index:-1;opacity:0;filter:blur(4px);transform:inherit;background:linear-gradient(135deg,#ff6b6b,#ee5a24,#ff3838);border-radius:6px;transition:opacity .3s;position:absolute;inset:-2px}._tabButton_rrf6u_359:hover ._newBadge_rrf6u_419{transform:rotate(-12deg)scale(1.05);box-shadow:0 4px 16px #ff6b6b99,inset 0 1px #ffffff4d}._tabButton_rrf6u_359:hover ._newBadge_rrf6u_419:before{opacity:.3}._tabButton_rrf6u_359._active_rrf6u_396 ._newBadge_rrf6u_419{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);animation:1.5s ease-in-out infinite _newBadgeActiveGlow_rrf6u_1;transform:rotate(-12deg);box-shadow:0 2px 8px #7877c699,inset 0 1px #fff3}._tabButton_rrf6u_359._active_rrf6u_396 ._newBadge_rrf6u_419:before{opacity:.4;background:linear-gradient(135deg,#5a4fcf,#8b5cf6)}@keyframes _newBadgePulse_rrf6u_1{0%,to{opacity:1;transform:rotate(-12deg)scale(1)}50%{opacity:.8;transform:rotate(-10deg)scale(.95)}}@keyframes _newBadgeActiveGlow_rrf6u_1{0%,to{transform:rotate(-12deg);box-shadow:0 2px 8px #7877c699,inset 0 1px #fff3}50%{transform:rotate(-10deg)scale(1.02);box-shadow:0 4px 16px #7877c699,inset 0 1px #ffffff4d}}._tabContent_rrf6u_489{flex-direction:column;flex:1;min-height:0;display:flex}._uploadTab_rrf6u_496{flex-direction:column;flex:auto;justify-content:center;width:100%;min-width:0;margin:0;display:flex}._tabDescription_rrf6u_506{text-align:center;color:#b8b8d0;margin-bottom:2rem;font-size:.95rem;line-height:1.5}._libraryTab_rrf6u_514{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}._libraryTab_rrf6u_514>*{flex:1;min-height:0}._flatTab_rrf6u_527{flex:1;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}._flatTabContent_rrf6u_536{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;align-items:center;max-width:400px;padding:2rem;display:flex}._aspectRatioIcon_rrf6u_549{background:#ffffffe6;border:1px solid #8b7cf6;border-radius:4px;width:100%;max-width:200px;margin-bottom:2rem;transition:all .3s;box-shadow:0 0 20px #7877c699,0 0 40px #8b7cf633}._aspectRatioIcon_rrf6u_549:hover{transform:scale(1.02);box-shadow:0 0 30px #7877c699,0 0 60px #8b7cf64d}._flatTabTitle_rrf6u_564{color:#e8e8f0;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}._flatTabDescription_rrf6u_571{color:#b8b8d0;margin-bottom:2rem;font-size:.95rem;line-height:1.6}._createFlatButton_rrf6u_578{color:#fff;cursor:pointer;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border:1px solid #8b7cf6;border-radius:8px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 16px #7877c699}._createFlatButton_rrf6u_578:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._createFlatButton_rrf6u_578{min-width:44px;min-height:44px}._createFlatButton_rrf6u_578:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 24px #7877c699}._createFlatButton_rrf6u_578:active:not(:disabled){transform:translateY(0)}._createFlatButton_rrf6u_578:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){._modalContent_rrf6u_333{padding:1rem}._tabContainer_rrf6u_340{gap:.5rem;margin-bottom:1.5rem;padding:.375rem}._tabButton_rrf6u_359{min-width:160px;padding:.75rem 1rem;font-size:.85rem}._tabButton_rrf6u_359 ._tabIcon_rrf6u_391{font-size:1rem}._uploadTab_rrf6u_496{width:100%}}._page_1nn7z_37{padding-inline:max(5%,50vw - 800px)}._text-center_1nn7z_62{text-align:center}@keyframes _te-levitate_1nn7z_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1nn7z_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_1nn7z_82{top:16px;z-index:1000;pointer-events:auto;position:absolute;inset-inline-end:16px}@media (prefers-reduced-motion:reduce){._container_1nn7z_82,._container_1nn7z_82 *,._container_1nn7z_82:before,._container_1nn7z_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._containerInline_1nn7z_98{top:auto;z-index:auto;display:flex;position:static;inset-inline-end:auto}._button_1nn7z_106{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;color:#e8e8f0;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .2s;display:flex;position:relative}._button_1nn7z_106:hover{background:#ffffff24;border-color:#7877c699;transform:translateY(-2px);box-shadow:0 0 20px #7877c699}._button_1nn7z_106:active{transform:translateY(0)}._buttonCompact_1nn7z_132{width:28px;height:28px}._iconWrapper_1nn7z_137{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}._iconWrapperCompact_1nn7z_146{width:18px;height:18px}._settingsIcon_1nn7z_151{width:20px;height:20px;position:absolute}._settingsIconCompact_1nn7z_157{width:16px;height:16px}._eyeIcon_1nn7z_162{z-index:1;width:12px;height:12px;position:absolute}._eyeIconCompact_1nn7z_169{width:10px;height:10px}._bubbleTooltipOverlay_1nn7z_174{z-index:1200}._bubbleTooltipOverlay_1nn7z_174 .ant-tooltip-inner{-webkit-backdrop-filter:blur(12px);color:#e8e8f0;white-space:nowrap;background:radial-gradient(at 30% 20%,#ffffff24 0%,#fff0 60%),#1e1e37eb;border:1px solid #ffffff2e;border-radius:8px;padding:5px 10px;font-size:.72rem;font-weight:500;line-height:1.3;box-shadow:0 8px 22px #00000047}._bubbleTooltipOverlay_1nn7z_174 .ant-tooltip-arrow{--antd-arrow-background-color:#1e1e37eb}._bubbleTooltipOverlay_1nn7z_174 .ant-tooltip-arrow-content{background:#1e1e37eb;border:1px solid #ffffff2e}._page_19glx_37{padding-inline:max(5%,50vw - 800px)}._text-center_19glx_62{text-align:center}@keyframes _te-levitate_19glx_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_19glx_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_19glx_82{flex-direction:column;gap:1rem;width:100%;max-width:100%;height:100%;min-height:300px;max-height:100%;font-family:Inter,sans-serif;display:flex;overflow:hidden}._scene_count_19glx_95{color:#b8b8d0;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;padding:.75rem;font-size:.9rem;font-weight:500}._sceneGrid_19glx_108{box-sizing:border-box;flex-direction:column;flex:1;align-items:stretch;gap:.75rem;width:100%;min-height:0;max-height:100%;display:flex;overflow:hidden auto}._sceneGrid_19glx_108::-webkit-scrollbar{background:0 0;width:8px}._sceneItem_19glx_126{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;box-sizing:border-box;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;flex-shrink:0;width:100%;max-width:100%;min-height:70px;transition:all .3s;display:flex;position:relative;overflow:visible}._sceneItem_19glx_126:before{content:"";opacity:.05;pointer-events:none;background:linear-gradient(135deg,#ff00ff0d 0%,#0000 50%,#00ffff0d 100%);border-radius:8px;position:absolute;inset:0}._sceneItem_19glx_126:hover{z-index:3;border-color:#8b7cf6;transform:translateY(-2px);box-shadow:0 4px 20px #7877c699}._sceneItem_19glx_126._selected_19glx_158{z-index:4;border-width:3px;border-color:#8b7cf6;min-height:140px;box-shadow:0 0 0 3px #8b7cf626,0 0 20px #7877c699,0 0 40px #7877c64d}._sceneItem_19glx_126._selected_19glx_158:after{content:"";opacity:.15;pointer-events:none;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:8px;position:absolute;inset:0}._sceneItem_19glx_126._selected_19glx_158:before{animation:3s ease-in-out infinite _selectedGlow_19glx_1}._sceneItem_19glx_126._selected_19glx_158 ._sceneName_19glx_177{color:#c0c0ff;text-shadow:0 0 8px #7877c699;font-size:.9rem;font-weight:700}._sceneItem_19glx_126._selected_19glx_158 ._scenePreview_19glx_183{height:90px}._sceneItem_19glx_126._selected_19glx_158 ._scenePreview_19glx_183:after{content:"";pointer-events:none;border:2px solid #8b7cf6;border-radius:4px;position:absolute;inset:0;box-shadow:inset 0 0 10px #7877c64d}._sceneItem_19glx_126._selected_19glx_158 ._sceneActionsLeft_19glx_195,._sceneItem_19glx_126._selected_19glx_158 ._sceneActionsRight_19glx_196,._sceneItem_19glx_126._selected_19glx_158 ._sceneTypeIndicator_19glx_197{opacity:1;pointer-events:all}._sceneItem_19glx_126:not(._selected_19glx_158) ._sceneName_19glx_177{margin-bottom:0;font-size:.8rem}._sceneItem_19glx_126:not(._selected_19glx_158) ._sceneInfo_19glx_205{padding:.25rem .5rem}._sceneItem_19glx_126:not(._selected_19glx_158) ._placeholderIcon_19glx_208{font-size:1.5rem}._sceneItem_19glx_126:not(._selected_19glx_158) ._scenePlaceholder_19glx_211{gap:.25rem}._sceneItem_19glx_126:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._sceneItem_19glx_126,._sceneItem_19glx_126 *,._sceneItem_19glx_126:before,._sceneItem_19glx_126:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._scenePreview_19glx_183{background:linear-gradient(135deg,#232340 0%,#1a1a2e 100%);border-radius:8px 8px 0 0;width:100%;height:45px;transition:height .3s;position:relative;overflow:visible}._sceneLoading_19glx_237{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1;background:#ffffff14;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._loadingSpinner_19glx_248{border:2px solid #ffffff1f;border-top-color:#8b7cf6;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_19glx_1}@keyframes _spin_19glx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _selectedGlow_19glx_1{0%{opacity:.05}50%{opacity:.15}to{opacity:.05}}._sceneImage_19glx_276,._sceneVideo_19glx_277{object-fit:contain;border-radius:inherit;width:100%;height:100%}._scenePlaceholder_19glx_211{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#b8b8d0;border-radius:inherit;background:#ffffff14;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%;height:100%;display:flex}._placeholderIcon_19glx_208{color:#8b7cf6;filter:drop-shadow(0 0 5px #7877c699);font-size:2rem}._errorText_19glx_304{color:#ff6b6b;text-align:center;font-size:.7rem}._sceneOverlay_19glx_310{opacity:1;background:linear-gradient(#0000004d 0%,#0000 30% 70%,#0000004d 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;padding:.5rem;transition:opacity .3s;display:flex;position:absolute;inset:0}._sceneItem_19glx_126:hover ._sceneOverlay_19glx_310{background:linear-gradient(#000c 0%,#0000 30% 70%,#000c 100%)}._sceneActionsLeft_19glx_195,._sceneActionsRight_19glx_196{opacity:0;pointer-events:none;flex-wrap:nowrap;align-items:center;gap:.25rem;transition:opacity .3s;display:flex}._sceneTypeIndicator_19glx_197{opacity:0;pointer-events:none;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset-block-end:.5rem;inset-inline-end:.5rem}._sceneTypeIcon_19glx_360{color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;display:flex;box-shadow:0 2px 10px #7877c699}._positionContainer_19glx_373{align-items:center;margin-inline-end:.25rem;display:flex}._positionButton_19glx_379{cursor:pointer;color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;min-width:32px;height:28px;padding:0 6px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;transition:all .3s;display:flex;position:relative}._positionButton_19glx_379:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._positionButton_19glx_379:hover{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-color:#8b7cf6;transform:scale(1.05);box-shadow:0 2px 15px #7877c699}._positionInput_19glx_408{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#e8e8f0;text-align:center;background:#ffffff14;border:2px solid #8b7cf6;border-radius:6px;outline:none;width:32px;height:28px;padding:0 4px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;box-shadow:0 0 15px #7877c699}._positionInput_19glx_408:focus{color:#c0c0ff;border-color:#c0c0ff;box-shadow:0 0 15px #c0c0ff80}._positionInput_19glx_408::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._positionInput_19glx_408::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._positionInput_19glx_408[type=number]{appearance:textfield}._actionButton_19glx_438{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);cursor:pointer;color:#c0c0ff;background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:all .3s;display:flex;position:relative}._actionButton_19glx_438:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._actionButton_19glx_438:hover{color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);transform:scale(1.1);box-shadow:0 2px 10px #7877c699}._actionButton_19glx_438:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}._reorderButton_19glx_470{color:#c0c0ff;background:#ffffff14;border-color:#ffffff1f}._reorderButton_19glx_470:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-color:#8b7cf6;box-shadow:0 2px 10px #7877c699}._reorderButton_19glx_470:disabled{opacity:.3;cursor:not-allowed}._reorderButton_19glx_470:disabled:hover{box-shadow:none;color:#b8b8d0;background:#ffffff14;transform:none}._deleteButton_19glx_492{color:#ff6b6b!important;background:#2e2e4a!important;border-color:#ff6b6b!important}._deleteButton_19glx_492:hover{transform:scale(1.1);color:#fff!important;background:linear-gradient(135deg,#ff6b6b 0%,#ff3742 100%)!important;border-color:#ff6b6b!important;box-shadow:0 2px 10px #ff6b6b26!important}._selectedBadge_19glx_505{color:#000;background:linear-gradient(135deg,#00ff41 0%,#00d639 100%);border:2px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1rem;font-weight:700;animation:1.5s infinite _selectedBadgePulse_19glx_1;display:flex;box-shadow:0 0 15px #00ff41cc,0 0 30px #00ff4166}@keyframes _selectedBadgePulse_19glx_1{0%{transform:scale(1);box-shadow:0 0 15px #00ff41cc,0 0 30px #00ff4166}50%{transform:scale(1.05);box-shadow:0 0 18px #00ff41cc,0 0 35px #00ff4180}to{transform:scale(1);box-shadow:0 0 15px #00ff41cc,0 0 30px #00ff4166}}._audioIndicator_19glx_535{color:#fff;z-index:10;cursor:pointer;-webkit-backdrop-filter:blur(10px);border:1px solid #ffffff38;border-radius:50%;outline:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;font-size:.875rem;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s;display:flex;position:absolute;inset-block-end:.5rem;inset-inline-end:.5rem}._audioIndicator_19glx_535:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._bubbleTooltipOverlay_19glx_561{z-index:1200}._bubbleTooltipOverlay_19glx_561 .ant-tooltip-inner{-webkit-backdrop-filter:blur(12px);color:#e8e8f0;white-space:nowrap;background:radial-gradient(at 30% 20%,#ffffff24 0%,#fff0 60%),#1e1e37eb;border:1px solid #ffffff2e;border-radius:8px;padding:5px 10px;font-size:.72rem;font-weight:500;line-height:1.3;box-shadow:0 8px 22px #00000047}._bubbleTooltipOverlay_19glx_561 .ant-tooltip-arrow{--antd-arrow-background-color:#1e1e37eb}._bubbleTooltipOverlay_19glx_561 .ant-tooltip-arrow-content{background:#1e1e37eb;border:1px solid #ffffff2e}._audioIndicator_19glx_535._hasAudio_19glx_589{background:radial-gradient(at 30% 20%,#fff3 0%,#fff0 60%),#ff7a00d9;border-color:#ff7a0080;box-shadow:0 4px 16px #ff7a0059,inset 0 -1px 6px #ffffff26}._audioIndicator_19glx_535._hasAudio_19glx_589:hover{transform:translateY(-3px)scale(1.15);box-shadow:0 8px 24px #ff7a0080,inset 0 -1px 8px #fff3}._audioIndicator_19glx_535._noAudio_19glx_600{color:#ffecd6fa;opacity:.95;background:radial-gradient(at 30% 20%,#ffffff2e 0%,#fff0 60%),#ff7a0052;border:1px solid #ff7a0073;box-shadow:0 4px 16px #ff7a002e,inset 0 -1px 6px #ffffff1f}._audioIndicator_19glx_535._noAudio_19glx_600:hover{color:#fff;opacity:1;background:radial-gradient(at 30% 20%,#fff3 0%,#fff0 60%),#ff7a00cc;border:1px solid #ff7a0080;transform:translateY(-3px)scale(1.1);box-shadow:0 8px 24px #ff7a0066,inset 0 -1px 6px #ffffff26}._sceneInfo_19glx_205{z-index:1;flex:1;padding:.5rem;position:relative}._sceneName_19glx_177{color:#e8e8f0;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;overflow:hidden}._sceneName_19glx_177._editable_19glx_635{cursor:pointer;border-radius:4px;padding:2px 4px;transition:all .3s}._sceneName_19glx_177._editable_19glx_635:hover{color:#c0c0ff;background:#ffffff14;border:1px solid #ffffff1f}._sceneNameInput_19glx_647{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#e8e8f0;background:#ffffff14;border:2px solid #8b7cf6;border-radius:6px;outline:none;width:100%;margin:0 0 .25rem;padding:4px 8px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;box-shadow:0 0 15px #7877c699}._sceneNameInput_19glx_647:focus{color:#c0c0ff;border-color:#c0c0ff;box-shadow:0 0 15px #c0c0ff80}._sceneNameInput_19glx_647::placeholder{color:#b8b8d0;opacity:.7}._sceneNameEditContainer_19glx_673{align-items:center;gap:.5rem;width:100%;margin:0 0 .25rem;display:flex}._sceneNameEditContainer_19glx_673 ._sceneNameInput_19glx_647{flex:1;margin:0}._sceneNameSubmitButton_19glx_685{cursor:pointer;color:#fff;text-shadow:0 1px 2px #000c;background:#52c41a;border:1px solid #52c41a26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;min-width:28px;height:28px;font-size:.85rem;transition:all .3s;display:flex;box-shadow:0 0 6px #52c41a26}._sceneNameSubmitButton_19glx_685:hover{filter:brightness(1.15);text-shadow:0 1px 3px #000000e6;background:#52c41a;border-color:#52c41a;transform:scale(1.05);box-shadow:0 2px 12px #52c41a26}._sceneNameSubmitButton_19glx_685:active{transform:scale(.98)}._sceneDetails_19glx_714{color:#b8b8d0;margin:0;font-family:Inter,sans-serif;font-size:.75rem}._hotspotCount_19glx_721{color:#e8e8f0;font-weight:500}._emptyState_19glx_726{text-align:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}._emptyState_19glx_726:before{content:"";opacity:.08;will-change:opacity;background:radial-gradient(circle,#7877c699 0%,#0000 70%);width:200px;height:200px;animation:12s ease-in-out infinite _cyberpunkPulse_19glx_1;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}@keyframes _cyberpunkPulse_19glx_1{0%{opacity:.08}50%{opacity:.14}to{opacity:.08}}._emptyIcon_19glx_765{color:#8b7cf6;filter:drop-shadow(0 0 10px #7877c699);will-change:opacity;z-index:1;margin-bottom:1rem;font-size:2.5rem;animation:8s ease-in-out infinite _cyberpunkPulse_19glx_1;position:relative}._emptyText_19glx_776{color:#b8b8d0;z-index:1;margin:0;font-family:Inter,sans-serif;font-size:.9rem;position:relative}[dir=rtl] ._sceneActionsLeft_19glx_195,[dir=rtl] ._sceneActionsRight_19glx_196,[dir=rtl] ._sceneOverlay_19glx_310{flex-direction:row-reverse}@media (width<=768px){._scenePreview_19glx_183{height:100px}._sceneInfo_19glx_205{padding:.5rem}._sceneName_19glx_177{font-size:.85rem}._sceneNameInput_19glx_647{padding:3px 6px;font-size:.85rem}._sceneDetails_19glx_714{font-size:.7rem}._actionButton_19glx_438{width:24px;height:24px;font-size:.75rem}._positionButton_19glx_379{min-width:28px;height:24px;padding:0 4px;font-size:.7rem}._positionInput_19glx_408{width:28px;height:24px;font-size:.7rem}._sceneTypeIcon_19glx_360{width:24px;height:24px;font-size:.75rem}._selectedBadge_19glx_505{width:28px;height:28px;font-size:.85rem}._audioIndicator_19glx_535{width:20px;height:20px;font-size:.75rem;inset-block-end:.375rem;inset-inline-end:.375rem}._audioIndicator_19glx_535:hover{transform:scale(1.1)}._loadingSpinner_19glx_248{width:20px;height:20px}._sceneNameSubmitButton_19glx_685{min-width:24px;height:24px;font-size:.75rem}._sceneNameEditContainer_19glx_673{gap:.375rem}}._sceneGrid_19glx_108::-webkit-scrollbar{width:8px}._sceneGrid_19glx_108::-webkit-scrollbar-track{background:#ffffff14;border-radius:4px;margin:2px}._sceneGrid_19glx_108::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:4px;min-height:20px;box-shadow:0 0 5px #7877c699}._sceneGrid_19glx_108::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);box-shadow:0 0 10px #7877c699}._sceneGrid_19glx_108{scrollbar-width:thin;scrollbar-color:#8b7cf6 #ffffff14}.ant-modal-confirm .ant-modal-confirm-title{color:#000!important;font-weight:600!important}._page_3qybq_38{padding-inline:max(5%,50vw - 800px)}._text-center_3qybq_63{text-align:center}@keyframes _te-levitate_3qybq_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_3qybq_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._validationErrors_3qybq_83{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ff00001a;border:1px solid #ff00004d;border-radius:8px;min-width:250px;max-width:300px;margin-top:.75rem;padding:.75rem;animation:.3s ease-out _slideInFromTop_3qybq_1,8s ease-in-out forwards _fadeOutAfterDelay_3qybq_1;position:absolute;top:100%;right:0;box-shadow:0 4px 20px #f003}._validationErrors_3qybq_83:hover{animation-play-state:paused}._validationErrors_3qybq_83:before{content:"";z-index:-1;background:linear-gradient(45deg,#f003,#ffa50033);border-radius:8px;animation:2s ease-in-out infinite _errorPulse_3qybq_1;position:absolute;inset:-1px}@media (prefers-reduced-motion:reduce){._validationErrors_3qybq_83,._validationErrors_3qybq_83 *,._validationErrors_3qybq_83:before,._validationErrors_3qybq_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes _slideInFromTop_3qybq_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeOutAfterDelay_3qybq_1{0%{opacity:1}62.5%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes _errorPulse_3qybq_1{0%,to{opacity:.3}50%{opacity:.6}}._validationErrorsHeader_3qybq_153{color:#ff6b6b;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}._validationErrorsHeader_3qybq_153 ._errorIcon_3qybq_162{color:#ff6b6b;filter:drop-shadow(0 0 3px);font-size:1rem;animation:2s ease-in-out infinite _pulse_3qybq_1}._validationErrorsList_3qybq_169{margin:0;padding:0;font-size:.85rem;line-height:1.4;list-style:none}._validationError_3qybq_83{color:#ffa8a8;margin-bottom:.25rem;padding-inline-start:1rem;position:relative}._validationError_3qybq_83:before{content:"•";color:#ff6b6b;font-weight:700;position:absolute;left:0}._validationError_3qybq_83:last-child{margin-bottom:0}@media (width<=768px){._validationErrors_3qybq_83{min-width:auto;max-width:none;position:fixed;inset:auto 1rem 2rem}}._page_1e8l8_37{padding-inline:max(5%,50vw - 800px)}._text-center_1e8l8_62{text-align:center}._welcomeModal_1e8l8_66 .ant-modal-content,._completionModal_1e8l8_67 .ant-modal-content{background:linear-gradient(135deg,#fffffffa,#f8f8fffa);border-radius:20px;overflow:hidden}._welcomeContent_1e8l8_73,._completionContent_1e8l8_74{text-align:center;padding:24px}._title_1e8l8_79{color:#2d2d5f;margin:0 0 16px;font-size:28px;font-weight:700}._description_1e8l8_86{color:#4a4a8c;margin:0 0 16px;font-size:16px;line-height:1.6}._duration_1e8l8_93{color:#7877c6;margin:8px 0 24px;font-size:14px;font-style:italic}._checkboxContainer_1e8l8_100{text-align:center;margin:20px 0}._checkboxContainer_1e8l8_100 .ant-checkbox-wrapper{color:#4a4a8c;font-size:14px}._checkboxContainer_1e8l8_100 .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#7877c6}._checkboxContainer_1e8l8_100 .ant-checkbox-checked .ant-checkbox-inner{background-color:#7877c6;border-color:#7877c6}._featureList_1e8l8_116{text-align:left;max-width:400px;margin:16px auto 24px;padding-left:24px}._featureList_1e8l8_116 li{color:#4a4a8c;margin-bottom:8px;font-size:15px;line-height:1.8}._actions_1e8l8_129{justify-content:center;gap:12px;display:flex}._actions_1e8l8_129 button{min-width:140px}._successIcon_1e8l8_138{color:#fff;background:linear-gradient(135deg,#7877c6,#4a4a8c);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 20px;font-size:48px;animation:.5s ease-out _successPop_1e8l8_1;display:flex;box-shadow:0 8px 24px #7877c666}._summaryBox_1e8l8_153{text-align:left;background:#7877c614;border-radius:12px;margin:24px 0;padding:20px}._summaryBox_1e8l8_153 h3{color:#2d2d5f;margin:0 0 12px;font-size:16px;font-weight:600}._summaryBox_1e8l8_153 ul{margin:0;padding:0;list-style:none}._summaryBox_1e8l8_153 ul li{color:#4a4a8c;padding-left:8px;font-size:15px;line-height:1.8}._tip_1e8l8_178{color:#4a4a8c;text-align:left;background:#7877c60d;border-left:3px solid #7877c6;border-radius:4px;margin:16px 0;padding:16px;font-size:14px;line-height:1.6}._tip_1e8l8_178 strong{color:#7877c6}@keyframes _successPop_1e8l8_1{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}._page_wn4ms_37{padding-inline:max(5%,50vw - 800px)}._text-center_wn4ms_62{text-align:center}._bubble_wn4ms_66{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);pointer-events:none;background:#fffffff2;border-radius:16px;max-width:400px;padding:20px 24px;animation:.6s ease-out forwards _fadeInSlide_wn4ms_1;position:fixed;box-shadow:0 8px 32px #0003;z-index:99999!important}@media (width<=768px){._bubble_wn4ms_66{max-width:calc(100vw - 40px);padding:16px 20px;font-size:14px}}._bubble_wn4ms_66._centered_wn4ms_85{animation:.6s ease-out forwards _fadeInSlideCentered_wn4ms_1}._bubble_wn4ms_66._transforming_wn4ms_88{animation:none;transform:translate(-50%,-50%)scale(2);top:50%!important;left:50%!important}._bubble_wn4ms_66._transitioning_wn4ms_94{animation:1.5s ease-out forwards _transformToPosition_wn4ms_1}._bubble_wn4ms_66._transitioning_wn4ms_94._centered_wn4ms_85{animation:1.5s ease-out forwards _transformToPositionCentered_wn4ms_1}._bubble_wn4ms_66._animSlideFade_wn4ms_100{animation:.8s ease-out forwards _slideFade_wn4ms_1}._bubble_wn4ms_66._animSlideFade_wn4ms_100._centered_wn4ms_85{animation:.8s ease-out forwards _slideFadeCentered_wn4ms_1}._bubble_wn4ms_66._animBounce_wn4ms_106{animation:.9s cubic-bezier(.68,-.55,.265,1.55) forwards _bounce_wn4ms_1}._bubble_wn4ms_66._animBounce_wn4ms_106._centered_wn4ms_85{animation:.9s cubic-bezier(.68,-.55,.265,1.55) forwards _bounceCentered_wn4ms_1}._bubble_wn4ms_66._animRotateZoom_wn4ms_112{animation:.7s ease-out forwards _rotateZoom_wn4ms_1}._bubble_wn4ms_66._animRotateZoom_wn4ms_112._centered_wn4ms_85{animation:.7s ease-out forwards _rotateZoomCentered_wn4ms_1}._bubble_wn4ms_66._animFlip_wn4ms_118{transform-style:preserve-3d;animation:.8s ease-out forwards _flip_wn4ms_1}._bubble_wn4ms_66._animFlip_wn4ms_118._centered_wn4ms_85{animation:.8s ease-out forwards _flipCentered_wn4ms_1}._bubble_wn4ms_66._animElastic_wn4ms_125{animation:1s cubic-bezier(.68,-.55,.265,1.55) forwards _elastic_wn4ms_1}._bubble_wn4ms_66._animElastic_wn4ms_125._centered_wn4ms_85{animation:1s cubic-bezier(.68,-.55,.265,1.55) forwards _elasticCentered_wn4ms_1}._bubble_wn4ms_66._animPulse_wn4ms_131{animation:.8s ease-in-out forwards _pulse_wn4ms_1}._bubble_wn4ms_66._animPulse_wn4ms_131._centered_wn4ms_85{animation:.8s ease-in-out forwards _pulseCentered_wn4ms_1}._bubble_wn4ms_66._pulsing_wn4ms_137{animation:2s ease-in-out infinite _reminderPulse_wn4ms_1!important}._bubble_wn4ms_66._pulsing_wn4ms_137._centered_wn4ms_85{animation:2s ease-in-out infinite _reminderPulseCentered_wn4ms_1!important}._bubble_wn4ms_66:before{content:"";border-style:solid;width:0;height:0;position:absolute}._bubble_wn4ms_66._arrowTop_wn4ms_150:before{border-width:0 10px 10px;border-color:#0000 #0000 #fffffff2;top:-10px;left:50%;transform:translate(-50%)}._bubble_wn4ms_66._arrowBottom_wn4ms_157:before{border-width:10px 10px 0;border-color:#fffffff2 #0000 #0000;bottom:-10px;left:50%;transform:translate(-50%)}._bubble_wn4ms_66._arrowLeft_wn4ms_164:before{border-width:10px 10px 10px 0;border-color:#0000 #fffffff2 #0000 #0000;top:50%;left:-10px;transform:translateY(-50%)}._bubble_wn4ms_66._arrowRight_wn4ms_171:before{border-width:10px 0 10px 10px;border-color:#0000 #0000 #0000 #fffffff2;top:50%;right:-10px;transform:translateY(-50%)}._message_wn4ms_179{color:#2d2d5f;text-align:center;margin:0;font-size:16px;line-height:1.5}@media (width<=768px){._message_wn4ms_179{font-size:14px}}._nextButton_wn4ms_192{color:#fff;cursor:pointer;pointer-events:auto;background:linear-gradient(135deg,#7877c6,#4a4a8c);border:none;border-radius:8px;margin:16px auto 0;padding:8px 24px;font-size:14px;font-weight:600;transition:transform .2s,box-shadow .2s;display:block}._nextButton_wn4ms_192:hover{transform:translateY(-2px);box-shadow:0 4px 16px #7877c666}._nextButton_wn4ms_192:active{transform:translateY(0)}._nextButton_wn4ms_192._nextButtonEnter_wn4ms_213{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards _buttonSlideUp_wn4ms_1}@keyframes _fadeInSlide_wn4ms_1{0%{opacity:0;transform:scale(.85)translateY(-10px)}60%{transform:scale(1.02)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes _fadeInSlideCentered_wn4ms_1{0%{opacity:0;transform:scale(.85)translate(-50%)translateY(-10px)}60%{transform:scale(1.02)translate(-50%)translateY(0)}to{opacity:1;transform:scale(1)translate(-50%)translateY(0)}}@keyframes _transformToPosition_wn4ms_1{0%{top:50%;left:50%;transform:translate(-50%,-50%)scale(2)}to{transform:scale(1)}}@keyframes _transformToPositionCentered_wn4ms_1{0%{top:50%;left:50%;transform:translate(-50%,-50%)scale(2)}to{transform:translate(-50%)scale(1)}}@keyframes _slideFade_wn4ms_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideFadeCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)translateY(50px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _bounce_wn4ms_1{0%{opacity:0;transform:scale(.2)translateY(-80px)}50%{opacity:1;transform:scale(1.15)translateY(0)}70%{transform:scale(.9)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes _bounceCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)scale(.2)translateY(-80px)}50%{opacity:1;transform:translate(-50%)scale(1.15)translateY(0)}70%{transform:translate(-50%)scale(.9)translateY(0)}to{opacity:1;transform:translate(-50%)scale(1)translateY(0)}}@keyframes _rotateZoom_wn4ms_1{0%{opacity:0;transform:scale(0)rotate(-360deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes _rotateZoomCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)scale(0)rotate(-360deg)}to{opacity:1;transform:translate(-50%)scale(1)rotate(0)}}@keyframes _flip_wn4ms_1{0%{opacity:0;transform:perspective(600px)rotateX(-120deg)}to{opacity:1;transform:perspective(600px)rotateX(0)}}@keyframes _flipCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)perspective(600px)rotateX(-120deg)}to{opacity:1;transform:translate(-50%)perspective(600px)rotateX(0)}}@keyframes _elastic_wn4ms_1{0%{opacity:0;transform:scale(0)}60%{opacity:1;transform:scale(1.3)}80%{transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes _elasticCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)scale(0)}60%{opacity:1;transform:translate(-50%)scale(1.3)}80%{transform:translate(-50%)scale(.85)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes _pulse_wn4ms_1{0%{opacity:0;transform:scale(.5)}25%{opacity:.6;transform:scale(1.25)}50%{opacity:1;transform:scale(.85)}75%{transform:scale(1.15)}to{opacity:1;transform:scale(1)}}@keyframes _pulseCentered_wn4ms_1{0%{opacity:0;transform:translate(-50%)scale(.5)}25%{opacity:.6;transform:translate(-50%)scale(1.25)}50%{opacity:1;transform:translate(-50%)scale(.85)}75%{transform:translate(-50%)scale(1.15)}to{opacity:1;transform:translate(-50%)scale(1)}}@keyframes _reminderPulse_wn4ms_1{0%,to{transform:scale(1);box-shadow:0 8px 32px #0003}50%{transform:scale(1.05);box-shadow:0 8px 40px #7877c666}}@keyframes _reminderPulseCentered_wn4ms_1{0%,to{transform:translate(-50%)scale(1);box-shadow:0 8px 32px #0003}50%{transform:translate(-50%)scale(1.05);box-shadow:0 8px 40px #7877c666}}@keyframes _buttonSlideUp_wn4ms_1{0%{opacity:0;max-height:0;margin-top:0;transform:translateY(20px)}1%{max-height:100px;margin-top:16px}60%{opacity:1;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}._page_1v5ac_37{padding-inline:max(5%,50vw - 800px)}._text-center_1v5ac_62{text-align:center}._container_1v5ac_66{z-index:9190;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:center;gap:8px;padding:32px;display:flex;position:fixed}._middleRow_1v5ac_81{isolation:isolate;align-items:center;gap:16px;display:flex;position:relative}._handWrapper_1v5ac_89{z-index:10;isolation:isolate;justify-content:center;align-items:center;display:flex;position:relative}._handGlow_1v5ac_98{filter:blur(12px);background:radial-gradient(circle,#7877c666 0%,#0000 70%);border-radius:50%;width:70px;height:70px;animation:4.5s ease-in-out infinite _glowPulse_1v5ac_1;position:absolute}._hand_1v5ac_89{z-index:11;filter:drop-shadow(0 4px 12px #00000080);cursor:grab;opacity:1;animation:4.5s ease-in-out infinite _dragGesture_1v5ac_1;position:relative}._hand_1v5ac_89 svg{opacity:1}._arrowUp_1v5ac_120,._arrowDown_1v5ac_121,._arrowLeft_1v5ac_122,._arrowRight_1v5ac_123{z-index:1;color:#7877c699;text-shadow:0 0 8px #7877c64d;font-size:28px;font-weight:700;transition:all .3s;position:relative}._arrowLeft_1v5ac_122{animation:4.5s ease-in-out infinite _arrowFlashLeft_1v5ac_1}._arrowRight_1v5ac_123{animation:4.5s ease-in-out infinite _arrowFlashRight_1v5ac_1}._arrowUp_1v5ac_120{animation:4.5s ease-in-out infinite _arrowFlashUp_1v5ac_1}._arrowDown_1v5ac_121{animation:4.5s ease-in-out infinite _arrowFlashDown_1v5ac_1}@keyframes _dragGesture_1v5ac_1{0%,to{transform:translate(0)}5%{transform:translate(-5px)}15%{transform:translate(-70px)}25%{transform:translate(0)}30%{transform:translate(5px)}40%{transform:translate(70px)}50%,52%{transform:translate(0)}57%{transform:translateY(-5px)}67%{transform:translateY(-70px)}75%{transform:translate(0)}80%{transform:translateY(5px)}90%{transform:translateY(70px)}98%{transform:translate(0)}}@keyframes _glowPulse_1v5ac_1{0%,to{opacity:.6;transform:scale(1)}10%,35%,62%,85%{opacity:1;transform:scale(1.3)}25%,50%,75%,95%{opacity:.6;transform:scale(1)}}@keyframes _arrowFlashLeft_1v5ac_1{0%,to{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translate(0)}5%{opacity:.8;transform:scale(1.1)translate(-3px)}10%,15%{opacity:1;color:#9695ff;text-shadow:0 0 20px #7877c6cc,0 0 30px #7877c666;transform:scale(1.3)translate(-5px)}20%{opacity:.6;transform:scale(1.05)translate(0)}25%{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translate(0)}}@keyframes _arrowFlashRight_1v5ac_1{0%,to{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translate(0)}30%{opacity:.8;transform:scale(1.1)translate(3px)}35%,40%{opacity:1;color:#9695ff;text-shadow:0 0 20px #7877c6cc,0 0 30px #7877c666;transform:scale(1.3)translate(5px)}45%{opacity:.6;transform:scale(1.05)translate(0)}50%{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translate(0)}}@keyframes _arrowFlashUp_1v5ac_1{0%,to{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translateY(0)}57%{opacity:.8;transform:scale(1.1)translateY(-3px)}62%,67%{opacity:1;color:#9695ff;text-shadow:0 0 20px #7877c6cc,0 0 30px #7877c666;transform:scale(1.3)translateY(-5px)}72%{opacity:.6;transform:scale(1.05)translateY(0)}75%{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translateY(0)}}@keyframes _arrowFlashDown_1v5ac_1{0%,to{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translateY(0)}80%{opacity:.8;transform:scale(1.1)translateY(3px)}85%,90%{opacity:1;color:#9695ff;text-shadow:0 0 20px #7877c6cc,0 0 30px #7877c666;transform:scale(1.3)translateY(5px)}93%{opacity:.6;transform:scale(1.05)translateY(0)}96%{opacity:.4;color:#7877c699;text-shadow:0 0 8px #7877c64d;transform:scale(1)translateY(0)}}._page_1iquf_37{padding-inline:max(5%,50vw - 800px)}._text-center_1iquf_62{text-align:center}._highlightBox_1iquf_66{pointer-events:none;z-index:9300;background:#7877c626;border:3px solid #9695ff;border-radius:12px;animation:1.5s ease-in-out infinite _pulse_1iquf_1;box-shadow:0 0 30px #9695ffe6,0 0 50px #7877c699,inset 0 0 25px #9695ff4d}@keyframes _pulse_1iquf_1{0%,to{opacity:.9;border-color:#9695ff;box-shadow:0 0 30px #9695ffe6,0 0 50px #7877c699,inset 0 0 25px #9695ff4d}50%{opacity:1;border-color:#b4b3ff;box-shadow:0 0 50px #9695ff,0 0 80px #7877c6cc,inset 0 0 40px #9695ff80}}._page_n14uw_37{padding-inline:max(5%,50vw - 800px)}._text-center_n14uw_62{text-align:center}._closeInstruction_n14uw_66{z-index:10002;color:#fff;text-shadow:0 2px 8px #0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000a6;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;font-weight:600;animation:.3s ease-out _fadeInDown_n14uw_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #0006,inset 0 1px #ffffff1a}._closeInstruction_n14uw_66._pulsing_n14uw_82{animation:2s ease-in-out infinite _reminderPulse_n14uw_1}@media (width<=768px){._closeInstruction_n14uw_66{padding:.4rem .8rem;font-size:.85rem}}@keyframes _fadeInDown_n14uw_1{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _reminderPulse_n14uw_1{0%,to{transform:translate(-50%)scale(1);box-shadow:0 4px 12px #0006,inset 0 1px #ffffff1a}50%{transform:translate(-50%)scale(1.08);box-shadow:0 4px 20px #7877c699,inset 0 1px #ffffff1a}}._page_qc7tt_37{padding-inline:max(5%,50vw - 800px)}._text-center_qc7tt_62{text-align:center}._fullscreenInstruction_qc7tt_66{z-index:10002;color:#fff;text-shadow:0 2px 8px #0009;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background:#22c55e40;border:1px solid #22c55e66;border-radius:8px;min-width:200px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;animation:.3s ease-out _fadeInDown_qc7tt_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #22c55e4d,inset 0 1px #ffffff1a}._fullscreenInstruction_qc7tt_66._pulsing_qc7tt_85{animation:2s ease-in-out infinite _reminderPulse_qc7tt_1}@media (width<=768px){._fullscreenInstruction_qc7tt_66{padding:.4rem .8rem;font-size:.85rem}}@keyframes _fadeInDown_qc7tt_1{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _reminderPulse_qc7tt_1{0%,to{transform:translate(-50%)scale(1);box-shadow:0 4px 12px #22c55e4d,inset 0 1px #ffffff1a}50%{transform:translate(-50%)scale(1.08);box-shadow:0 4px 20px #22c55e99,inset 0 1px #ffffff1a}}._page_1ibem_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ibem_62{text-align:center}._videoControlsInstruction_1ibem_66{z-index:10002;color:#fff;text-align:center;background:#4f46e5f2;border-radius:12px;max-width:280px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;line-height:1.4;animation:.4s ease-out _videoControlsFadeIn_1ibem_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #4f46e566}._videoControlsInstruction_1ibem_66:after{content:"";border-top:10px solid #4f46e5f2;border-left:10px solid #0000;border-right:10px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}._videoControlsInstruction_1ibem_66{animation:.4s ease-out _videoControlsFadeIn_1ibem_1,2s ease-in-out .4s infinite _videoControlsPulse_1ibem_1}._videoControlsInstruction_1ibem_66._pulsing_1ibem_97{animation:.4s ease-out _videoControlsFadeIn_1ibem_1,2s ease-in-out .4s infinite _reminderPulse_1ibem_1}@keyframes _videoControlsFadeIn_1ibem_1{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@keyframes _videoControlsPulse_1ibem_1{0%,to{box-shadow:0 4px 16px #4f46e566}50%{box-shadow:0 4px 24px #4f46e599}}@keyframes _reminderPulse_1ibem_1{0%,to{transform:translate(-50%)scale(1);box-shadow:0 4px 16px #4f46e566}50%{transform:translate(-50%)scale(1.08);box-shadow:0 4px 28px #4f46e5b3}}@media (width<=768px){._videoControlsInstruction_1ibem_66{max-width:240px;padding:.625rem 1rem;font-size:.875rem}}._page_ha88w_37{padding-inline:max(5%,50vw - 800px)}._text-center_ha88w_62{text-align:center}._videoFrameClickInstruction_ha88w_66{z-index:10002;color:#fff;text-align:center;background:#22c55ef2;border-radius:12px;max-width:200px;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;line-height:1.4;animation:.4s ease-out _videoFrameFadeIn_ha88w_1;position:fixed;transform:translate(-100%);box-shadow:0 4px 16px #22c55e66}._videoFrameClickInstruction_ha88w_66._rtl_ha88w_82{transform:translate(100%)}._videoFrameClickInstruction_ha88w_66._mobile_ha88w_85{transform:translate(-50%)!important}._videoFrameClickInstruction_ha88w_66:after{content:"";border-top:10px solid #0000;border-bottom:10px solid #0000;border-left:10px solid #22c55ef2;width:0;height:0;position:absolute;top:50%;left:100%;transform:translateY(-50%)}._videoFrameClickInstruction_ha88w_66._rtl_ha88w_82:after{border-left:none;border-right:10px solid #22c55ef2;left:auto;right:100%}._videoFrameClickInstruction_ha88w_66._mobile_ha88w_85:after{border:10px solid #0000;border-top:none;border-bottom-color:#22c55ef2;inset:auto auto 100% 50%;transform:translate(-50%)}._videoFrameClickInstruction_ha88w_66._mobile_ha88w_85._rtl_ha88w_82:after{left:50%;right:auto}._videoFrameClickInstruction_ha88w_66{animation:.4s ease-out _videoFrameFadeIn_ha88w_1,2s ease-in-out .4s infinite _videoFramePulse_ha88w_1}@keyframes _videoFrameFadeIn_ha88w_1{0%{opacity:0}to{opacity:1}}@keyframes _videoFramePulse_ha88w_1{0%,to{box-shadow:0 4px 16px #22c55e66}50%{box-shadow:0 4px 24px #22c55e99}}@media (width<=768px){._videoFrameClickInstruction_ha88w_66{max-width:180px;padding:.625rem 1rem;font-size:.875rem}}._page_1tn1z_37{padding-inline:max(5%,50vw - 800px)}._text-center_1tn1z_62{text-align:center}._blocker_1tn1z_66{z-index:10002;pointer-events:all;cursor:not-allowed;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}._page_6f4l0_37{padding-inline:max(5%,50vw - 800px)}._text-center_6f4l0_62{text-align:center}._backdrop_6f4l0_66{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000;pointer-events:none;background:#0000004d;animation:.3s ease-out _fadeIn_6f4l0_1;position:fixed;inset:0}._skipButton_6f4l0_79{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#4a4a8c;cursor:pointer;z-index:9400;pointer-events:auto;background:#ffffffe6;border:1px solid #7877c64d;border-radius:8px;padding:8px 16px;font-size:14px;transition:all .2s;position:fixed;top:20px;left:50%;transform:translate(-50%)}._skipButton_6f4l0_79:hover{background:#fff;border-color:#7877c680;transform:translate(-50%)translateY(-2px);box-shadow:0 4px 12px #0000001a}._skipButton_6f4l0_79:active{transform:translate(-50%)translateY(0)}._stepContainer_6f4l0_106{z-index:9100;pointer-events:none;position:fixed;inset:0}@keyframes _fadeIn_6f4l0_1{0%{opacity:0}to{opacity:1}}._page_1rh5p_37{padding-inline:max(5%,50vw - 800px)}._text-center_1rh5p_62{text-align:center}@keyframes _te-levitate_1rh5p_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1rh5p_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._thumbnailEditor_1rh5p_82{justify-content:center;align-items:center;display:flex}@media (prefers-reduced-motion:reduce){._thumbnailEditor_1rh5p_82,._thumbnailEditor_1rh5p_82 *,._thumbnailEditor_1rh5p_82:before,._thumbnailEditor_1rh5p_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._thumbnailContainer_1rh5p_96{cursor:pointer;border:2px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}._thumbnailContainer_1rh5p_96:hover{border-color:#8b7cf6;box-shadow:0 0 10px #7877c699}._thumbnailContainer_1rh5p_96:focus{border-color:#8b7cf6;outline:none;box-shadow:0 0 10px #7877c699}._thumbnailContainer_1rh5p_96._uploading_1rh5p_113{cursor:not-allowed;opacity:.7}._thumbnailPreview_1rh5p_118{width:100%;height:100%;position:relative}._thumbnailPreview_1rh5p_118 ._thumbnailImage_1rh5p_123{object-fit:cover;width:100%;height:100%;display:block}._thumbnailPreview_1rh5p_118 ._overlay_1rh5p_129{opacity:0;color:#fff;background:#0009;flex-direction:column;justify-content:center;align-items:center;font-size:.85rem;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailPreview_1rh5p_118 ._overlay_1rh5p_129 ._editIcon_1rh5p_145{filter:drop-shadow(0 0 3px);margin-bottom:.25rem;font-size:1.2rem}._thumbnailPreview_1rh5p_118 ._overlay_1rh5p_129 ._editText_1rh5p_150{text-shadow:0 0 3px #000c;font-weight:500}._thumbnailPreview_1rh5p_118:hover ._overlay_1rh5p_129{opacity:1}._placeholderThumbnail_1rh5p_158{color:#b8b8d0;background:linear-gradient(135deg,#8b45db1a 0%,#581c871a 100%);border:2px dashed #8b7cf699;flex-direction:column;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}._placeholderThumbnail_1rh5p_158 ._placeholderIcon_1rh5p_170{opacity:.7;margin-bottom:.25rem;font-size:1.5rem}._placeholderThumbnail_1rh5p_158 ._placeholderText_1rh5p_175{margin-bottom:.25rem}._placeholderThumbnail_1rh5p_158 ._uploadIcon_1rh5p_178{opacity:.5;font-size:1rem}._placeholderThumbnail_1rh5p_158:hover{color:#e8e8f0;background:linear-gradient(135deg,#8b45db33 0%,#581c8733 100%);border-color:#8b7cf6}._placeholderThumbnail_1rh5p_158:hover ._placeholderIcon_1rh5p_170,._placeholderThumbnail_1rh5p_158:hover ._uploadIcon_1rh5p_178{opacity:1;filter:drop-shadow(0 0 3px)}._uploadingOverlay_1rh5p_193{color:#fff;background:#000c;flex-direction:column;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex;position:absolute;inset:0}._uploadingOverlay_1rh5p_193 ._spinner_1rh5p_208{border:2px solid #0000;border-top-color:#8b7cf6;border-radius:50%;width:24px;height:24px;margin-bottom:.5rem;animation:1s linear infinite _spin_1rh5p_208}@keyframes _spin_1rh5p_208{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._small_1rh5p_226 ._thumbnailContainer_1rh5p_96{width:48px;height:48px}._small_1rh5p_226 ._placeholderThumbnail_1rh5p_158{font-size:.75rem}._small_1rh5p_226 ._placeholderThumbnail_1rh5p_158 ._placeholderIcon_1rh5p_170{font-size:1.2rem}._small_1rh5p_226 ._placeholderThumbnail_1rh5p_158 ._uploadIcon_1rh5p_178{font-size:.8rem}._medium_1rh5p_240 ._thumbnailContainer_1rh5p_96{width:64px;height:64px}._large_1rh5p_245 ._thumbnailContainer_1rh5p_96{width:80px;height:80px}._large_1rh5p_245 ._placeholderThumbnail_1rh5p_158{font-size:.9rem}._large_1rh5p_245 ._placeholderThumbnail_1rh5p_158 ._placeholderIcon_1rh5p_170{font-size:1.8rem}._large_1rh5p_245 ._placeholderThumbnail_1rh5p_158 ._uploadIcon_1rh5p_178{font-size:1.2rem}._page_v0hds_38{padding-inline:max(5%,50vw - 800px)}._text-center_v0hds_63{text-align:center}@keyframes _te-levitate_v0hds_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_v0hds_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._root_v0hds_83{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;flex:0 0 252px;gap:0;width:252px;height:100%;min-height:0;max-height:100dvh;transition:transform .24s,opacity .2s;display:flex;overflow:hidden}@media (prefers-reduced-motion:reduce){._root_v0hds_83,._root_v0hds_83 *,._root_v0hds_83:before,._root_v0hds_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._hidden_v0hds_110{opacity:0;pointer-events:none;transform:translateX(calc(var(--rtl,0) * 40px - 40px))}._detailsSection_v0hds_116{border-bottom:1px solid #ffffff1f;flex:none;align-items:center;gap:10px;padding:12px;display:flex}._thumbnail_v0hds_125{flex-shrink:0}._detailsButton_v0hds_129{cursor:pointer;color:#e8e8f0;background:0 0;border:1px solid #0000;border-radius:6px;flex:1;align-items:center;gap:6px;min-width:0;padding:4px 6px;transition:all .2s;display:flex}._detailsButton_v0hds_129:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._detailsButton_v0hds_129:hover{background:#ffffff14;border-color:#ffffff1f}._detailsText_v0hds_152{text-align:start;flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}._tourTitle_v0hds_161{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.85rem;font-weight:600;overflow:hidden}._tourDesc_v0hds_170{opacity:.7;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.7rem;overflow:hidden}._placeholder_v0hds_179{opacity:.5;font-style:italic}._editIcon_v0hds_184{opacity:.5;flex-shrink:0;font-size:.8rem}._adderSection_v0hds_190{border-bottom:1px solid #ffffff1f;flex:none;padding:10px 12px}._gallerySection_v0hds_196{flex-direction:column;flex:auto;min-height:0;padding:8px;padding-inline-end:6px;display:flex;overflow-y:auto}@media (width<=1024px){._root_v0hds_83{flex-basis:252px;width:252px}}@media (width<=768px){._root_v0hds_83{display:none}}._page_1wv41_37{padding-inline:max(5%,50vw - 800px)}._text-center_1wv41_62{text-align:center}._animatedField_1wv41_66{transition-duration:var(--animation-duration,.3s);transition-delay:var(--animation-delay,0s);transition-timing-function:cubic-bezier(.4,0,.2,1);overflow:hidden}._slide_1wv41_73{opacity:0;max-height:0;transition-property:max-height,opacity,transform;transform:translateY(-8px)}._slide_1wv41_73._visible_1wv41_79{opacity:1;max-height:500px;transform:translateY(0)}._fade_1wv41_85{opacity:0;transition-property:opacity}._fade_1wv41_85._visible_1wv41_79{opacity:1}._scale_1wv41_93{opacity:0;transition-property:opacity,transform;transform:scale(.95)}._scale_1wv41_93._visible_1wv41_79{opacity:1;transform:scale(1)}._slideScale_1wv41_103{opacity:0;max-height:0;transition-property:max-height,opacity,transform;transform:translateY(-12px)scale(.98)}._slideScale_1wv41_103._visible_1wv41_79{opacity:1;max-height:500px;transform:translateY(0)scale(1)}._animatedField_1wv41_66+._animatedField_1wv41_66{transition:margin-top var(--animation-duration,.3s) cubic-bezier(.4, 0, .2, 1);margin-top:0}._animatedField_1wv41_66+._animatedField_1wv41_66._visible_1wv41_79{margin-top:1rem}@media (prefers-reduced-motion:reduce){._animatedField_1wv41_66{transition:none!important}._animatedField_1wv41_66._slide_1wv41_73,._animatedField_1wv41_66._slideScale_1wv41_103{max-height:none}._animatedField_1wv41_66:not(._visible_1wv41_79){display:none}}._page_1vqbd_37{padding-inline:max(5%,50vw - 800px)}._text-center_1vqbd_62{text-align:center}@keyframes _te-levitate_1vqbd_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1vqbd_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._display_1vqbd_82{cursor:pointer;transition:all .2s;position:relative}._display_1vqbd_82:hover{background-color:#ffffff0d;transform:translateY(-1px)}._display_1vqbd_82:hover ._editIcon_1vqbd_91{opacity:1;color:#7877c699}@media (prefers-reduced-motion:reduce){._display_1vqbd_82,._display_1vqbd_82 *,._display_1vqbd_82:before,._display_1vqbd_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._tourDetailsContainer_1vqbd_104{border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:.25rem .5rem;transition:all .2s;display:flex}._tourDetailsContainer_1vqbd_104:hover{border-color:#8b5cf64d;box-shadow:0 0 10px #8b5cf61a}._tourTextDetails_1vqbd_118{flex:1;min-width:0}._titleDisplay_1vqbd_123{text-shadow:0 0 10px #7877c699;color:#e8e8f0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;padding:.1rem 0;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600;overflow:hidden}._titleDisplay_1vqbd_123._placeholder_1vqbd_136{opacity:.7;color:#b8b8d0;font-style:italic}._descriptionDisplay_1vqbd_142{color:#b8b8d0;white-space:nowrap;text-overflow:ellipsis;max-width:100%;margin:0;padding:.1rem 0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.2;overflow:hidden}._descriptionDisplay_1vqbd_142._placeholder_1vqbd_136{opacity:.6;font-style:italic}._editIcon_1vqbd_91{opacity:.7;color:#b8b8d0;filter:drop-shadow(0 0 3px);flex-shrink:0;transition:all .2s}._editorPopup_1vqbd_167 .ant-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #7877c699;border-radius:12px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 0 30px #8b5cf64d,inset 0 1px #ffffff1a}._editorPopup_1vqbd_167 .ant-modal-body{padding:0}._editorContainer_1vqbd_180{z-index:1;position:relative}._editorHeader_1vqbd_185{border-bottom:1px solid #8b5cf64d;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}._editorTitle_1vqbd_194{color:#e8e8f0;text-shadow:0 0 10px #7877c699;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}._closeButton_1vqbd_203{min-width:44px;min-height:44px;color:#b8b8d0!important;background:0 0!important;border:1px solid #fff3!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;width:auto!important;height:auto!important;padding:8px!important;transition:all .2s!important;display:flex!important}._closeButton_1vqbd_203:hover{color:#e8e8f0!important;background:#ffffff1a!important;border-color:#7877c699!important;box-shadow:0 0 10px #8b5cf64d!important}._closeButton_1vqbd_203 svg{font-size:1.2rem}._editorForm_1vqbd_228{margin-bottom:1.5rem}._editorForm_1vqbd_228 .ant-form-item-label>label{color:#e8e8f0!important;text-shadow:0 0 5px!important;font-family:Inter,sans-serif!important;font-size:.9rem!important;font-weight:500!important}._editorForm_1vqbd_228 .ant-form-item-explain-error{color:#ff6b6b!important;font-family:Inter,sans-serif!important}._formItem_1vqbd_243{margin-bottom:1.5rem!important}._titleInput_1vqbd_247,._descriptionInput_1vqbd_247{color:#e8e8f0!important;background:#ffffff0d!important;border:1px solid #8b5cf64d!important;border-radius:6px!important;font-family:Inter,sans-serif!important;transition:all .3s!important}._titleInput_1vqbd_247:focus,._titleInput_1vqbd_247:hover,._descriptionInput_1vqbd_247:focus,._descriptionInput_1vqbd_247:hover{background:#ffffff14!important;border-color:#7877c699!important;box-shadow:0 0 10px #8b5cf64d!important}._titleInput_1vqbd_247::placeholder,._descriptionInput_1vqbd_247::placeholder{color:#b8b8d099!important}._titleInput_1vqbd_247 .ant-input-show-count-suffix,._descriptionInput_1vqbd_247 .ant-input-show-count-suffix{color:#b8b8d0!important;font-family:Inter,sans-serif!important;font-size:.75rem!important}._titleInput_1vqbd_247{padding:12px 16px!important;font-size:1.1rem!important;font-weight:500!important}._descriptionInput_1vqbd_247{resize:none!important;padding:12px 16px!important;font-size:.95rem!important;line-height:1.4!important}._editorActions_1vqbd_282{border-top:1px solid #8b5cf633;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}._cancelButton_1vqbd_290{color:#b8b8d0!important;background:0 0!important;border:1px solid #ffffff4d!important;border-radius:6px!important;height:auto!important;padding:8px 24px!important;font-family:Inter,sans-serif!important;transition:all .2s!important}._cancelButton_1vqbd_290:hover{color:#e8e8f0!important;background:#ffffff1a!important;border-color:#ffffff80!important;transform:translateY(-1px)!important}._saveButton_1vqbd_307{color:#fff!important;background:linear-gradient(135deg,#8b7cf6,#a855f7)!important;border:1px solid #7877c699!important;border-radius:6px!important;align-items:center!important;gap:.5rem!important;height:auto!important;padding:8px 24px!important;font-family:Inter,sans-serif!important;font-weight:500!important;transition:all .2s!important;display:flex!important}._saveButton_1vqbd_307:hover{background:linear-gradient(135deg,#7c3aed,#9333ea)!important;border-color:#7877c699!important;transform:translateY(-1px)!important;box-shadow:0 0 15px #8b5cf666!important}._saveButton_1vqbd_307:active{transform:translateY(0)!important}._saveButton_1vqbd_307 svg{filter:drop-shadow(0 0 3px);font-size:1rem}._keyboardHints_1vqbd_335{text-align:center;color:#b8b8d0;opacity:.8;margin-top:1rem;font-family:Inter,sans-serif;font-size:.8rem}._keyboardHints_1vqbd_335 kbd{color:#e8e8f0;background:#ffffff1a;border:1px solid #fff3;border-radius:3px;margin:0 2px;padding:2px 6px;font-family:JetBrains Mono,Courier New,monospace;font-size:.75rem}@media (width<=768px){._editorPopup_1vqbd_167{width:95vw;max-width:none;margin:1rem}._tourDetailsContainer_1vqbd_104{flex-direction:column;align-items:flex-start;gap:.5rem}._titleDisplay_1vqbd_123{font-size:1.2rem}._descriptionDisplay_1vqbd_142{font-size:.85rem}._editorActions_1vqbd_282{flex-direction:column-reverse;gap:.75rem}._editorActions_1vqbd_282 button{justify-content:center;width:100%}}@media (prefers-color-scheme:dark){._titleInput_1vqbd_247,._descriptionInput_1vqbd_247{background:#ffffff08!important}._titleInput_1vqbd_247:focus,._titleInput_1vqbd_247:hover,._descriptionInput_1vqbd_247:focus,._descriptionInput_1vqbd_247:hover{background:#ffffff0f!important}}._page_97xfl_37{padding-inline:max(5%,50vw - 800px)}._text-center_97xfl_62{text-align:center}@keyframes _te-levitate_97xfl_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_97xfl_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._noSaveBtn_97xfl_82:hover ._noSaveIconSave_97xfl_82{color:#ff6b6b!important}._noSaveIcon_97xfl_82{vertical-align:middle;width:18px;height:18px;display:inline-block;position:relative}._noSaveIconSave_97xfl_82{color:#fff;font-size:15px;transition:color .2s;position:absolute;inset-block-start:0;inset-inline-start:0}._ant-btn-dangerous_97xfl_103:hover ._noSaveIconSave_97xfl_82,._ant-btn-danger_97xfl_103:hover ._noSaveIconSave_97xfl_82,._ant-btn-danger_97xfl_103:not(:disabled):hover ._noSaveIconSave_97xfl_82,._ant-btn-dangerous_97xfl_103:not(:disabled):hover ._noSaveIconSave_97xfl_82{color:#ff6b6b}._noSaveIconX_97xfl_110{color:#ff6b6b;pointer-events:none;text-shadow:0 0 2px #ff6b6b,0 0 4px #fff;font-size:22px;font-weight:700;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}._modal_97xfl_122 .ant-modal-content{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%);border:1px solid #ffffff1f;border-radius:12px;box-shadow:0 8px 32px #7877c699}._modal_97xfl_122 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1f;border-radius:12px 12px 0 0}._modal_97xfl_122 .ant-modal-header .ant-modal-title{color:#e8e8f0;font-weight:600}._modal_97xfl_122 .ant-modal-body{color:#e8e8f0;background:0 0;padding:24px}._modal_97xfl_122 .ant-modal-close{color:#b8b8d0}._modal_97xfl_122 .ant-modal-close:hover{color:#e8e8f0}._modalTitle_97xfl_150{align-items:center;gap:8px;display:flex}._modalTitle_97xfl_150 svg{color:#ff7a00;filter:drop-shadow(0 0 5px #ff7a0066);font-size:1.2rem}._content_97xfl_161{flex-direction:column;gap:24px;display:flex}@media (prefers-reduced-motion:reduce){._content_97xfl_161,._content_97xfl_161 *,._content_97xfl_161:before,._content_97xfl_161:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._description_97xfl_175{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:16px}._descriptionText_97xfl_184{color:#b8b8d0;margin:0;font-size:.9rem;line-height:1.5}._currentAudio_97xfl_191{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:16px}._currentAudio_97xfl_191 h4{color:#e8e8f0;margin:0 0 12px;font-size:.9rem;font-weight:600}._audioInfo_97xfl_205{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}._audioInfo_97xfl_205 ._fileName_97xfl_211{color:#e8e8f0;font-weight:500}._audioInfo_97xfl_205 ._fileType_97xfl_215{color:#b8b8d0;text-transform:uppercase;font-size:.85rem}._existingAudioControls_97xfl_221{border-top:1px solid #ffffff1f;justify-content:center;padding-top:12px;display:flex}._existingAudioControls_97xfl_221 ._playButton_97xfl_227{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f;align-items:center;gap:8px;display:flex}._existingAudioControls_97xfl_221 ._playButton_97xfl_227:hover:not(:disabled){color:#ff7a00;background:#ffffff26;border-color:#ff7a00;transform:translateY(-1px);box-shadow:0 2px 8px #ff7a0033}._existingAudioControls_97xfl_221 ._playButton_97xfl_227:disabled{opacity:.5;cursor:not-allowed}._existingAudioControls_97xfl_221 ._playButton_97xfl_227 svg{font-size:1rem}._uploadArea_97xfl_250{flex-direction:column;align-items:center;gap:12px;display:flex}._uploadButton_97xfl_257{color:#fff;cursor:pointer;background:#ff7a00;border:1px solid #ff7a00;border-radius:8px;align-items:center;gap:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .3s;display:flex}._uploadButton_97xfl_257:focus-visible{outline-offset:2px;outline:2px solid #ff7a00}._uploadButton_97xfl_257{min-width:44px;min-height:44px}._uploadButton_97xfl_257 svg{font-size:1.1rem}._uploadButton_97xfl_257:hover{background:#ff9500;border-color:#ff9500;transform:translateY(-1px);box-shadow:0 4px 12px #ff7a004d}._uploadButton_97xfl_257._disabled_97xfl_288{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._selectedFile_97xfl_295{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:6px;flex-direction:column;align-items:center;gap:4px;width:100%;max-width:300px;padding:12px;display:flex}._selectedFile_97xfl_295 span:first-child{color:#e8e8f0;text-align:center;word-break:break-all;font-weight:500}._selectedFile_97xfl_295 span:last-child{color:#b8b8d0;font-size:.85rem}._audioControls_97xfl_319{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;gap:20px;padding:20px;display:flex}._controlGroup_97xfl_330{flex-direction:column;gap:8px;display:flex}._controlGroup_97xfl_330 label{color:#e8e8f0;margin:0;font-size:.9rem;font-weight:600}._controlGroup_97xfl_330._inline_97xfl_341{flex-direction:row;justify-content:center;align-items:center;gap:16px}._controlGroup_97xfl_330._volumeGroup_97xfl_347 label{text-align:center;align-self:center}._sliderContainer_97xfl_352{align-items:center;gap:16px;display:flex}._volumeSlider_97xfl_358{flex:1}._volumeSlider_97xfl_358 .ant-slider-rail{background-color:#ffffff1a}._volumeSlider_97xfl_358 .ant-slider-track{background:linear-gradient(90deg,#ff7a00 0%,#ff9500 100%)}._volumeSlider_97xfl_358 .ant-slider-handle{background-color:#ff7a00;border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a0033}._volumeSlider_97xfl_358 .ant-slider-handle:hover,._volumeSlider_97xfl_358 .ant-slider-handle:focus{background-color:#ff9500;border-color:#ff9500;box-shadow:0 0 0 4px #ff7a004d}._volumeValue_97xfl_378{color:#b8b8d0;text-align:end;min-width:40px;font-size:.85rem;font-weight:600}._loopSwitch_97xfl_386 .ant-switch{background-color:#ffffff1a;transform:scale(.8)}._loopSwitch_97xfl_386 .ant-switch._ant-switch-checked_97xfl_390{background-color:#ff7a00}._loopSwitch_97xfl_386 .ant-switch-handle:before{background-color:#fff}._previewControls_97xfl_397{border-top:1px solid #ffffff1f;justify-content:center;padding-top:8px;display:flex}._previewControls_97xfl_397 button{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f}._previewControls_97xfl_397 button:hover{color:#ff7a00;background:#ffffff26;border-color:#ff7a00}._actions_97xfl_414{border-top:1px solid #ffffff1f;justify-content:center;padding-top:16px;display:flex}._actions_97xfl_414 .ant-btn._ant-btn-primary_97xfl_420{background:#ff7a00;border-color:#ff7a00}._actions_97xfl_414 .ant-btn._ant-btn-primary_97xfl_420:hover{background:#ff9500;border-color:#ff9500}._actions_97xfl_414 .ant-btn._ant-btn-default_97xfl_428{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f}._actions_97xfl_414 .ant-btn._ant-btn-default_97xfl_428:hover{color:#e8e8f0;background:#ffffff26;border-color:#ffffff1f}._actions_97xfl_414 .ant-btn._ant-btn-default_97xfl_428._ant-btn-dangerous_97xfl_103{color:#ff6b6b;border-color:#ff6b6b}._actions_97xfl_414 .ant-btn._ant-btn-default_97xfl_428._ant-btn-dangerous_97xfl_103:hover{color:#ff6b6b;background:#ff4d4f1a;border-color:#ff6b6b}._formatInfo_97xfl_448{text-align:center;border-top:1px solid #ffffff1f;padding-top:12px}._formatInfo_97xfl_448 ._infoText_97xfl_453{color:#b8b8d0;font-size:.8rem;line-height:1.4}@media (width<=768px){._modal_97xfl_122 .ant-modal-body{padding:16px}._content_97xfl_161{gap:16px}._audioControls_97xfl_319{gap:16px;padding:16px}._selectedFile_97xfl_295{max-width:100%}._actions_97xfl_414 .ant-space{flex-wrap:wrap;justify-content:center}}._confirmationContent_97xfl_478{text-align:center;flex-direction:column;gap:20px;display:flex}._confirmationMessage_97xfl_485{color:#e8e8f0;font-size:1rem;line-height:1.5}._confirmationActions_97xfl_491 .ant-btn{border-radius:8px;height:auto;padding:12px 24px;font-weight:600}._confirmationActions_97xfl_491 .ant-btn._ant-btn-primary_97xfl_420{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border:none;box-shadow:0 4px 12px #7877c64d}._confirmationActions_97xfl_491 .ant-btn._ant-btn-primary_97xfl_420:hover{transform:translateY(-1px);box-shadow:0 6px 16px #7877c666}._confirmationActions_97xfl_491 .ant-btn._ant-btn-dangerous_97xfl_103{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#d32029 100%);border:none}._confirmationActions_97xfl_491 .ant-btn._ant-btn-dangerous_97xfl_103:hover{background:linear-gradient(135deg,#ff6b6b 0% 100%);transform:translateY(-1px)}._confirmationActions_97xfl_491 .ant-btn:not(._ant-btn-primary_97xfl_420):not(._ant-btn-dangerous_97xfl_103){color:#e8e8f0;background:#ffffff14;border:1px solid #ffffff1f}._confirmationActions_97xfl_491 .ant-btn:not(._ant-btn-primary_97xfl_420):not(._ant-btn-dangerous_97xfl_103):hover{background:#ffffff1f;border-color:#7877c699}._confirmationActions_97xfl_491 .ant-btn-primary:hover,._confirmationActions_97xfl_491 .ant-btn-primary:focus{color:#52c41a!important}._page_1oavg_37{padding-inline:max(5%,50vw - 800px)}._text-center_1oavg_62{text-align:center}@keyframes _te-levitate_1oavg_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1oavg_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._floatingSceneActions_1oavg_82{z-index:100;pointer-events:none;align-items:center;gap:16px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}._floatingSceneActions_1oavg_82>*{pointer-events:auto}@media (prefers-reduced-motion:reduce){._floatingSceneActions_1oavg_82,._floatingSceneActions_1oavg_82 *,._floatingSceneActions_1oavg_82:before,._floatingSceneActions_1oavg_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._viewTourBubble_1oavg_105{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1oavg_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._viewTourBubble_1oavg_105:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._viewTourBubble_1oavg_105{min-width:44px;min-height:44px}._viewTourBubble_1oavg_105 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._viewTourBubble_1oavg_105:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._viewTourBubble_1oavg_105:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._viewTourBubble_1oavg_105:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._viewTourBubble_1oavg_105{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._viewTourBubble_1oavg_105:hover ._bubbleTooltip_1oavg_165,._viewTourBubble_1oavg_105:focus-visible ._bubbleTooltip_1oavg_165{opacity:1;transform:translate(-50%)translateY(0)}._viewTourBubble_1oavg_105{color:#d1fae5;isolation:isolate;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1a 26%,#0000 62%),linear-gradient(#303f609e 0%,#18233c70 100%),#52c41a6b;border:1px solid #86efac;border-color:#ffffff70 #86efac #86efac #fff6;border-radius:50%;width:56px;height:56px;padding:0;overflow:visible;box-shadow:0 0 0 1px #6c86be33,0 12px 28px -8px #02061757,0 18px 38px -18px #52c41a,inset 0 2px 8px #ffffff2e}._viewTourBubble_1oavg_105:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._viewTourBubble_1oavg_105:after{content:"";filter:blur(3px);pointer-events:none;background:#ffffff6b;border-radius:999px;width:30%;height:20%;position:absolute;top:10%;left:16%;transform:rotate(-25deg)}._viewTourBubble_1oavg_105:hover{background:radial-gradient(circle at 30% 22%,#ffffff6b 0%,#ffffff24 28%,#0000 62%),linear-gradient(#43557cb8 0%,#1f2e4d85 100%),#52c41a6b;transform:translateY(-8px)scale(1.12);box-shadow:0 0 0 1px #9cb7f33d,0 24px 48px -16px #02061775,0 24px 50px -16px #52c41a,inset 0 2px 10px #ffffff42}._viewTourBubble_1oavg_105:active{transform:translateY(-2px)scale(.94)}._viewTourBubble_1oavg_105 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._viewTourBubble_1oavg_105{z-index:4;animation-delay:.2s;position:relative}._viewTourBubble_1oavg_105:hover svg{transform:scale(1.06)}._viewTourBubble_1oavg_105._active_1oavg_227{background:radial-gradient(circle at 30% 22%,#fff6 0%,#ffffff1f 30%,#0000 64%),linear-gradient(#497054d1 0%,#28583ba3 100%),#52c41a57;border-bottom-color:#6ee7b78a;border-right-color:#6ee7b78a}._viewTourLabel_1oavg_233{display:none}._addElementGroup_1oavg_237{pointer-events:auto;z-index:1;align-items:center;gap:12px;display:flex;position:relative;overflow:visible}._instructionsGroup_1oavg_247{align-items:center;display:flex;position:relative}._instructionsBubble_1oavg_253{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1oavg_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._instructionsBubble_1oavg_253:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._instructionsBubble_1oavg_253{min-width:44px;min-height:44px}._instructionsBubble_1oavg_253 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._instructionsBubble_1oavg_253:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._instructionsBubble_1oavg_253:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._instructionsBubble_1oavg_253:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._instructionsBubble_1oavg_253{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._instructionsBubble_1oavg_253:hover ._bubbleTooltip_1oavg_165,._instructionsBubble_1oavg_253:focus-visible ._bubbleTooltip_1oavg_165{opacity:1;transform:translate(-50%)translateY(0)}._instructionsBubble_1oavg_253{color:#eef2ff;isolation:isolate;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1a 26%,#0000 62%),linear-gradient(#303f609e 0%,#18233c70 100%),#818cf847;border:1px solid #a5b4fc;border-color:#ffffff70 #a5b4fc #a5b4fc #fff6;border-radius:50%;width:56px;height:56px;padding:0;overflow:visible;box-shadow:0 0 0 1px #6c86be33,0 12px 28px -8px #02061757,0 18px 38px -18px #818cf8,inset 0 2px 8px #ffffff2e}._instructionsBubble_1oavg_253:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._instructionsBubble_1oavg_253:after{content:"";filter:blur(3px);pointer-events:none;background:#ffffff6b;border-radius:999px;width:30%;height:20%;position:absolute;top:10%;left:16%;transform:rotate(-25deg)}._instructionsBubble_1oavg_253:hover{background:radial-gradient(circle at 30% 22%,#ffffff6b 0%,#ffffff24 28%,#0000 62%),linear-gradient(#43557cb8 0%,#1f2e4d85 100%),#818cf847;transform:translateY(-8px)scale(1.12);box-shadow:0 0 0 1px #9cb7f33d,0 24px 48px -16px #02061775,0 24px 50px -16px #818cf8,inset 0 2px 10px #ffffff42}._instructionsBubble_1oavg_253:active{transform:translateY(-2px)scale(.94)}._instructionsBubble_1oavg_253 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._instructionsBubble_1oavg_253{z-index:2;position:relative}._instructionsBubble_1oavg_253 svg{font-size:1.45rem}._instructionsBubble_1oavg_253._active_1oavg_227{background:linear-gradient(#1e293bd6 0%,#1e293bb8 100%),#818cf857;border-bottom-color:#a5b4fc8f;border-right-color:#a5b4fc8f}._addBubble_1oavg_380{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1oavg_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._addBubble_1oavg_380:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._addBubble_1oavg_380{min-width:44px;min-height:44px}._addBubble_1oavg_380 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._addBubble_1oavg_380:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._addBubble_1oavg_380:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._addBubble_1oavg_380:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._addBubble_1oavg_380{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._addBubble_1oavg_380:hover ._bubbleTooltip_1oavg_165,._addBubble_1oavg_380:focus-visible ._bubbleTooltip_1oavg_165{opacity:1;transform:translate(-50%)translateY(0)}._addBubble_1oavg_380{color:#dbeafe;isolation:isolate;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1a 26%,#0000 62%),linear-gradient(#303f609e 0%,#18233c70 100%),#3b82f670;border:1px solid #93c5fd;border-color:#ffffff70 #93c5fd #93c5fd #fff6;border-radius:50%;width:56px;height:56px;padding:0;overflow:visible;box-shadow:0 0 0 1px #6c86be33,0 12px 28px -8px #02061757,0 18px 38px -18px #3b82f6,inset 0 2px 8px #ffffff2e}._addBubble_1oavg_380:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._addBubble_1oavg_380:after{content:"";filter:blur(3px);pointer-events:none;background:#ffffff6b;border-radius:999px;width:30%;height:20%;position:absolute;top:10%;left:16%;transform:rotate(-25deg)}._addBubble_1oavg_380:hover{background:radial-gradient(circle at 30% 22%,#ffffff6b 0%,#ffffff24 28%,#0000 62%),linear-gradient(#43557cb8 0%,#1f2e4d85 100%),#3b82f670;transform:translateY(-8px)scale(1.12);box-shadow:0 0 0 1px #9cb7f33d,0 24px 48px -16px #02061775,0 24px 50px -16px #3b82f6,inset 0 2px 10px #ffffff42}._addBubble_1oavg_380:active{transform:translateY(-2px)scale(.94)}._addBubble_1oavg_380 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._addBubble_1oavg_380{z-index:2;position:relative}._addBubble_1oavg_380 svg{font-size:1.55rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}._addBubble_1oavg_380._cancelMode_1oavg_502{color:#dbeafe;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1f 28%,#0000 64%),linear-gradient(#426ca8b8 0%,#26477980 100%),#3b82f657;border-bottom-color:#93c5fd6b;border-right-color:#93c5fd6b;animation:4s ease-in-out infinite _te-levitate_1oavg_1}._addBubble_1oavg_380._cancelMode_1oavg_502 svg{transform:rotate(45deg)}._addBubble_1oavg_380._cancelMode_1oavg_502:hover svg{transform:rotate(45deg)scale(1.15)}._addBubble_1oavg_380:not(._cancelMode_1oavg_502):hover svg{transform:rotate(90deg)scale(1.1)}._tooltipSuppressed_1oavg_519 ._bubbleTooltip_1oavg_165{visibility:hidden;opacity:0!important}._instructionsPanel_1oavg_524{-webkit-backdrop-filter:blur(18px);color:#e2e8f0;opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;z-index:3;background:radial-gradient(circle at 100% 0,#bfdbfe38,#0000 34%),linear-gradient(#0f172aeb 0%,#0f172ad6 100%);border:1px solid #bfdbfe38;border-radius:22px;width:min(360px,100vw - 32px);padding:16px 18px;transition:opacity .22s,transform .22s,visibility .22s step-end;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,-8px)scale(.98);box-shadow:0 24px 54px #0206177a,0 0 0 1px #ffffff0f,inset 0 1px #ffffff1f}._instructionsPanel_1oavg_524:after{content:"";border:10px solid #0000;border-top-width:0;border-bottom:12px solid #0f172ae6;position:absolute;top:auto;bottom:100%;left:50%;transform:translate(-50%)}._instructionsPanel_1oavg_524._expanded_1oavg_556{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s,transform .22s,visibility step-start;transform:translate(-50%)scale(1)}._instructionsTitle_1oavg_564{color:#f8fafc;margin-bottom:8px;font-size:.96rem;font-weight:700}._instructionsText_1oavg_571{color:#e2e8f0f0;text-align:right;margin:0;font-size:.82rem;line-height:1.7}._subBubbles_1oavg_579{opacity:0;visibility:hidden;pointer-events:none;z-index:2;justify-content:center;align-items:center;gap:10px;width:max-content;margin:0;padding:0;transition:opacity .24s,transform .24s,visibility .24s step-end;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%,-8px)}._subBubbles_1oavg_579._expanded_1oavg_556{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s,transform .24s,visibility step-start;transform:translate(-50%)}._subBubble_1oavg_579{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1oavg_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._subBubble_1oavg_579:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._subBubble_1oavg_579{min-width:44px;min-height:44px}._subBubble_1oavg_579 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._subBubble_1oavg_579:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._subBubble_1oavg_579:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._subBubble_1oavg_579:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._subBubble_1oavg_579:hover ._bubbleTooltip_1oavg_165,._subBubble_1oavg_579:focus-visible ._bubbleTooltip_1oavg_165{opacity:1;transform:translate(-50%)translateY(0)}._subBubble_1oavg_579{background:radial-gradient(at 30% 20%,#ffffff47 0%,#ffffff0f 56%,#0000 100%),linear-gradient(#2b3a5ccc 0%,#18223c9e 100%),#ffffff1f;border-color:#dfe8ff47;padding:10px 14px;font-size:.8rem;box-shadow:0 0 0 1px #6c86be29,0 10px 28px #02061757,inset 0 1px #ffffff2e,inset 0 -8px 18px #0f172a24}._subBubble_1oavg_579 svg{font-size:1.1rem}._subBubble_1oavg_579._hotspot_1oavg_674{animation-delay:0s}._subBubble_1oavg_579._hotspot_1oavg_674:hover{color:#fff;background:radial-gradient(at 30% 20%,#ffffff3d 0%,#fff0 60%),#3b82f661;border-color:#3b82f66b;box-shadow:0 10px 24px #0f172a38,inset 0 -2px 12px #ffffff2e}._subBubble_1oavg_579._overlay_1oavg_684{animation-delay:.1s}._subBubble_1oavg_579._overlay_1oavg_684:hover{color:#fff;background:radial-gradient(at 30% 20%,#ffffff3d 0%,#fff0 60%),#06b6d461;border-color:#06b6d46b;box-shadow:0 10px 24px #0f172a38,inset 0 -2px 12px #ffffff2e}._viewTourInstruction_1oavg_694{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1oavg_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._viewTourInstruction_1oavg_694:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._viewTourInstruction_1oavg_694{min-width:44px;min-height:44px}._viewTourInstruction_1oavg_694 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._viewTourInstruction_1oavg_694:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._viewTourInstruction_1oavg_694:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._viewTourInstruction_1oavg_694:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._viewTourInstruction_1oavg_694{cursor:default;color:#52c41a;background:radial-gradient(at 30% 20%,#ffffff42 0%,#ffffff0f 56%,#0000 100%),linear-gradient(#2b3a5cd1 0%,#18223ca3 100%),#ffffff1f;border-color:#52c41a4d;font-size:.8rem;font-weight:600;animation:none}._viewTourInstruction_1oavg_694:hover{animation:none;transform:none}._bubbleTooltip_1oavg_165{-webkit-backdrop-filter:blur(12px);color:#e8e8f0;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:radial-gradient(at 30% 20%,#ffffff24 0%,#fff0 60%),#1e1e37d9;border:1px solid #ffffff2e;border-radius:8px;padding:5px 10px;font-size:.72rem;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px)}._bubbleTooltip_1oavg_165:before{content:"";border:5px solid #0000;border-bottom-color:#1e1e37d9;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (width<=768px){._floatingSceneActions_1oavg_82{gap:6px;top:8px}._addElementGroup_1oavg_237{gap:8px}._instructionsPanel_1oavg_524{transform-origin:top;width:min(320px,100vw - 24px);left:50%;transform:translate(-50%,-8px)scale(.98)}._instructionsPanel_1oavg_524:after{border-width:0 10px 12px;border-color:#0000 #0000 #0f172ae6;top:auto;bottom:100%;left:50%;transform:translate(-50%)}._instructionsPanel_1oavg_524._expanded_1oavg_556{transform:translate(-50%)scale(1)}._viewTourBubble_1oavg_105,._instructionsBubble_1oavg_253,._addBubble_1oavg_380,._subBubble_1oavg_579{padding:8px 12px;font-size:.8rem}}._page_7ce3i_37{padding-inline:max(5%,50vw - 800px)}._text-center_7ce3i_62{text-align:center}@keyframes _te-levitate_7ce3i_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_7ce3i_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._mainArea_7ce3i_82{flex-direction:column;flex:1;min-width:0;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){._mainArea_7ce3i_82,._mainArea_7ce3i_82 *,._mainArea_7ce3i_82:before,._mainArea_7ce3i_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._fullWidth_7ce3i_100{width:100%}._viewerContainer_7ce3i_104{background:#2e2e4a;flex:1;justify-content:center;align-items:center;min-width:0;transition:margin-inline-end .3s;display:flex;position:relative;overflow:hidden}._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117,._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117>:not(.sceneToolbar),._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117>:not(.sceneToolbar) *{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0Ij48cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHJ4PSIxMiIgZmlsbD0iIzBFMUEyRSIgZmlsbC1vcGFjaXR5PSIwLjgyIiBzdHJva2U9IiM4QzlFRkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHJlY3QgeD0iMjAiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIyNCIgcng9IjIiIGZpbGw9IiNGQUZCRkYiLz48cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iI0ZBRkJGRiIvPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYuNSIgZmlsbD0iIzhDOUVGRiIgZmlsbC1vcGFjaXR5PSIwLjIyIi8+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMiIgZmlsbD0iI0ZBRkJGRiIvPjwvc3ZnPg==) 22 22,crosshair!important}._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117 .sceneToolbar{cursor:default!important}._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117 .sceneToolbar button{cursor:pointer!important}._viewerContainer_7ce3i_104._addingHotspot_7ce3i_117 .sceneToolbar *{cursor:inherit}._cursorText_7ce3i_142{pointer-events:none;z-index:9999;color:#fff;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;background:#0f0f1e;border:1px solid #7878b0;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:500;transition:opacity .2s;position:fixed;transform:translate(-50%,-100%)translateY(-10px);box-shadow:0 4px 12px #00000080}._cursorText_7ce3i_142._visible_7ce3i_160{opacity:1}._cursorText_7ce3i_142:after{content:"";top:100%;border:6px solid #0000;border-top-color:#7878b0;position:absolute;inset-inline-start:50%;transform:translate(-50%)}._configPanel_7ce3i_173{z-index:50;flex-shrink:0;width:420px;position:absolute;top:0;bottom:0;overflow:hidden auto;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;background:0 0!important;border:none!important}._configPanel_7ce3i_173._right_7ce3i_189{transition:inset-inline-end .3s;inset-inline:auto -420px}._configPanel_7ce3i_173._right_7ce3i_189._open_7ce3i_195{inset-inline-end:0}._configPanel_7ce3i_173._left_7ce3i_199{transition:inset-inline-start .3s;inset-inline:-420px auto}._configPanel_7ce3i_173._left_7ce3i_199._open_7ce3i_195{inset-inline-start:0}._configContent_7ce3i_209{z-index:1;padding:1.25rem;position:relative}._configContent_7ce3i_209._pushedDown_7ce3i_215{z-index:1;transition:transform .18s;transform:translateY(95px)}._pushedDown_7ce3i_215{z-index:1;transition:transform .18s;transform:translateY(48px)}._emptyState_7ce3i_227{text-align:center;color:#c0c0ff;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}._emptyIcon_7ce3i_239{color:#8b7cf6;filter:drop-shadow(0 0 15px #7877c699);margin-bottom:1.5rem;font-size:5rem}._emptyTitle_7ce3i_246{color:#e8e8f0;margin:0 0 .75rem;font-size:1.4rem}._emptyDescription_7ce3i_252{color:#b8b8d0;margin:0;font-size:1rem;line-height:1.5}._page_1mj3d_37{padding-inline:max(5%,50vw - 800px)}._text-center_1mj3d_62{text-align:center}@keyframes _te-levitate_1mj3d_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1mj3d_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._floatingControls_1mj3d_82{top:16px;z-index:100;pointer-events:none;align-items:center;gap:14px;display:flex;position:absolute;inset-inline-end:16px;overflow:visible}._floatingControls_1mj3d_82>*{pointer-events:auto}@media (prefers-reduced-motion:reduce){._floatingControls_1mj3d_82,._floatingControls_1mj3d_82 *,._floatingControls_1mj3d_82:before,._floatingControls_1mj3d_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._settingsGroup_1mj3d_105{pointer-events:auto;align-items:flex-start;display:flex;position:relative}._settingsBubble_1mj3d_112{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1mj3d_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._settingsBubble_1mj3d_112:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._settingsBubble_1mj3d_112{min-width:44px;min-height:44px}._settingsBubble_1mj3d_112 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._settingsBubble_1mj3d_112:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._settingsBubble_1mj3d_112:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._settingsBubble_1mj3d_112:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._settingsBubble_1mj3d_112{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._settingsBubble_1mj3d_112:hover ._bubbleTooltip_1mj3d_172,._settingsBubble_1mj3d_112:focus-visible ._bubbleTooltip_1mj3d_172{opacity:1;transform:translate(-50%)translateY(0)}._settingsBubble_1mj3d_112{color:#fff;isolation:isolate;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1a 26%,#0000 62%),linear-gradient(#303f609e 0%,#18233c70 100%),#fff3;border:1px solid #d6e3ff;border-color:#ffffff70 #d6e3ff #d6e3ff #fff6;border-radius:50%;width:56px;height:56px;padding:0;overflow:visible;box-shadow:0 0 0 1px #6c86be33,0 12px 28px -8px #02061757,0 18px 38px -18px #7877c6,inset 0 2px 8px #ffffff2e}._settingsBubble_1mj3d_112:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._settingsBubble_1mj3d_112:after{content:"";filter:blur(3px);pointer-events:none;background:#ffffff6b;border-radius:999px;width:30%;height:20%;position:absolute;top:10%;left:16%;transform:rotate(-25deg)}._settingsBubble_1mj3d_112:hover{background:radial-gradient(circle at 30% 22%,#ffffff6b 0%,#ffffff24 28%,#0000 62%),linear-gradient(#43557cb8 0%,#1f2e4d85 100%),#fff3;transform:translateY(-8px)scale(1.12);box-shadow:0 0 0 1px #9cb7f33d,0 24px 48px -16px #02061775,0 24px 50px -16px #7877c6,inset 0 2px 10px #ffffff42}._settingsBubble_1mj3d_112:active{transform:translateY(-2px)scale(.94)}._settingsBubble_1mj3d_112 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.35rem;position:relative}._settingsBubble_1mj3d_112{z-index:3;animation-delay:.2s;position:relative}._settingsBubble_1mj3d_112 svg{transition:transform .3s}._settingsBubble_1mj3d_112._active_1mj3d_234 svg{transform:rotate(90deg)}._tooltipSuppressed_1mj3d_238 ._bubbleTooltip_1mj3d_172{visibility:hidden;opacity:0!important}._settingsMenu_1mj3d_243{top:0;opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;align-items:stretch;gap:10px;width:max-content;transition:opacity .24s,transform .24s,visibility .24s step-end;display:flex;position:absolute;inset-inline-end:calc(100% + 12px);transform:translate(8px)}._settingsMenu_1mj3d_243._expanded_1mj3d_259{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s,transform .24s,visibility step-start;transform:translate(0)}._backBubble_1mj3d_267{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1mj3d_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._backBubble_1mj3d_267:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._backBubble_1mj3d_267{min-width:44px;min-height:44px}._backBubble_1mj3d_267 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._backBubble_1mj3d_267:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._backBubble_1mj3d_267:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._backBubble_1mj3d_267:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._backBubble_1mj3d_267{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._backBubble_1mj3d_267:hover ._bubbleTooltip_1mj3d_172,._backBubble_1mj3d_267:focus-visible ._bubbleTooltip_1mj3d_172{opacity:1;transform:translate(-50%)translateY(0)}._backBubble_1mj3d_267{color:#fff;isolation:isolate;background:radial-gradient(circle at 30% 22%,#ffffff57 0%,#ffffff1a 26%,#0000 62%),linear-gradient(#303f609e 0%,#18233c70 100%),#fff3;border:1px solid #d6e3ff;border-color:#ffffff70 #d6e3ff #d6e3ff #fff6;border-radius:50%;width:56px;height:56px;padding:0;overflow:visible;box-shadow:0 0 0 1px #6c86be33,0 12px 28px -8px #02061757,0 18px 38px -18px #7877c6,inset 0 2px 8px #ffffff2e}._backBubble_1mj3d_267:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._backBubble_1mj3d_267:after{content:"";filter:blur(3px);pointer-events:none;background:#ffffff6b;border-radius:999px;width:30%;height:20%;position:absolute;top:10%;left:16%;transform:rotate(-25deg)}._backBubble_1mj3d_267:hover{background:radial-gradient(circle at 30% 22%,#ffffff6b 0%,#ffffff24 28%,#0000 62%),linear-gradient(#43557cb8 0%,#1f2e4d85 100%),#fff3;transform:translateY(-8px)scale(1.12);box-shadow:0 0 0 1px #9cb7f33d,0 24px 48px -16px #02061775,0 24px 50px -16px #7877c6,inset 0 2px 10px #ffffff42}._backBubble_1mj3d_267:active{transform:translateY(-2px)scale(.94)}._backBubble_1mj3d_267 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.35rem;position:relative}._backBubble_1mj3d_267{animation-delay:.1s}._backBubble_1mj3d_267 svg{transition:transform .3s}._backBubble_1mj3d_267:hover svg{transform:translate(-3px)}._backLabel_1mj3d_391{display:none}._publishBubble_1mj3d_395{flex-direction:column;align-items:stretch;gap:6px;width:100%;display:flex;position:relative}._publishButton_1mj3d_404{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1mj3d_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._publishButton_1mj3d_404:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._publishButton_1mj3d_404{min-width:44px;min-height:44px}._publishButton_1mj3d_404 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._publishButton_1mj3d_404:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._publishButton_1mj3d_404:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._publishButton_1mj3d_404:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._publishButton_1mj3d_404:hover ._bubbleTooltip_1mj3d_172,._publishButton_1mj3d_404:focus-visible ._bubbleTooltip_1mj3d_172{opacity:1;transform:translate(-50%)translateY(0)}._publishButton_1mj3d_404{background:radial-gradient(at 30% 20%,#ffffff47 0%,#ffffff0f 56%,#0000 100%),linear-gradient(#2b3a5ccc 0%,#18223c9e 100%),#ffffff1f;border-color:#dfe8ff47;justify-content:space-between;width:100%;animation-delay:.3s;box-shadow:0 0 0 1px #6c86be29,0 10px 28px #02061757,inset 0 1px #ffffff2e,inset 0 -8px 18px #0f172a24}._publishButton_1mj3d_404:hover{background:radial-gradient(at 30% 20%,#ffffff57 0%,#ffffff14 56%,#0000 100%),linear-gradient(#364970e0 0%,#1e2c49ad 100%),#ffffff29}._publishButton_1mj3d_404._published_1mj3d_472{border-color:#52c41a80;box-shadow:0 8px 32px #52c41a40,inset 0 -2px 10px #ffffff1f}._publishButton_1mj3d_404._loading_1mj3d_476{pointer-events:none;opacity:.7;animation:none}._toggleSwitch_1mj3d_482{background:#606078;border-radius:999px;flex-shrink:0;width:32px;height:18px;transition:background .25s;position:relative}._toggleSwitch_1mj3d_482._on_1mj3d_492{background:#52c41a}._toggleSlider_1mj3d_496{top:2px;background:#fff;border-radius:50%;width:14px;height:14px;transition:inset-inline-start .25s;position:absolute;inset-inline-start:16px;box-shadow:0 1px 3px #0000004d}._toggleSwitch_1mj3d_482._on_1mj3d_492 ._toggleSlider_1mj3d_496{inset-inline-start:2px}._publishLabel_1mj3d_512{color:#e8e8f0;font-size:.8rem}._thirdProductBubble_1mj3d_517{width:100%;position:relative}._thirdProductButton_1mj3d_522{-webkit-backdrop-filter:blur(18px)saturate(1.2);color:#e8e8f0;cursor:pointer;white-space:nowrap;text-shadow:0 1px 2px #00000073;background:radial-gradient(at 30% 20%,#ffffff38 0%,#fff0 58%),linear-gradient(#151d2fc7 0%,#0d1321ad 100%),#ffffff14;border:1px solid #ffffff2e;border-radius:50px;justify-content:center;align-items:center;gap:6px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;transition:transform .3s cubic-bezier(.25,.46,.45,.94),box-shadow .3s,background .3s,border-color .3s;animation:4s ease-in-out infinite _te-levitate_1mj3d_1;display:inline-flex;position:relative;box-shadow:0 0 0 1px #0f172a47,0 8px 24px #0206176b,inset 0 1px #ffffff29,inset 0 -8px 18px #0f172a2e}._thirdProductButton_1mj3d_522:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._thirdProductButton_1mj3d_522{min-width:44px;min-height:44px}._thirdProductButton_1mj3d_522 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._thirdProductButton_1mj3d_522:hover{background:radial-gradient(at 30% 20%,#ffffff4d 0%,#fff0 58%),linear-gradient(#1a243adb 0%,#101727bd 100%),#ffffff1f;border-color:#ffffff42;animation-play-state:paused;transform:translateY(-5px)scale(1.08);box-shadow:0 0 0 1px #0f172a57,0 14px 32px #02061785,inset 0 1px #ffffff38,inset 0 -10px 22px #0f172a3d}._thirdProductButton_1mj3d_522:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._thirdProductButton_1mj3d_522:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._thirdProductButton_1mj3d_522:hover ._bubbleTooltip_1mj3d_172,._thirdProductButton_1mj3d_522:focus-visible ._bubbleTooltip_1mj3d_172{opacity:1;transform:translate(-50%)translateY(0)}._thirdProductButton_1mj3d_522{background:radial-gradient(at 30% 20%,#ffffff47 0%,#ffffff0f 56%,#0000 100%),linear-gradient(#2b3a5ccc 0%,#18223c9e 100%),#ffffff1f;border-color:#dfe8ff47;justify-content:space-between;width:100%;animation-delay:.5s;box-shadow:0 0 0 1px #6c86be29,0 10px 28px #02061757,inset 0 1px #ffffff2e,inset 0 -8px 18px #0f172a24}._thirdProductButton_1mj3d_522:hover{background:radial-gradient(at 30% 20%,#ffffff57 0%,#ffffff14 56%,#0000 100%),linear-gradient(#364970e0 0%,#1e2c49ad 100%),#ffffff29}._thirdProductButton_1mj3d_522._active_1mj3d_234{border-color:#f59e0b80;box-shadow:0 8px 32px #f59e0b40,inset 0 -2px 10px #ffffff1f}._thirdProductButton_1mj3d_522._loading_1mj3d_476{pointer-events:none;opacity:.7;animation:none}._tpSwitch_1mj3d_600{background:#606078;border-radius:999px;flex-shrink:0;width:32px;height:18px;transition:background .25s;position:relative}._tpSwitch_1mj3d_600._on_1mj3d_492{background:#f59e0b}._tpSlider_1mj3d_614{top:2px;background:#fff;border-radius:50%;width:14px;height:14px;transition:inset-inline-start .25s;position:absolute;inset-inline-start:16px;box-shadow:0 1px 3px #0000004d}._tpSwitch_1mj3d_600._on_1mj3d_492 ._tpSlider_1mj3d_614{inset-inline-start:2px}._tpLogo_1mj3d_630{background:#fff;border-radius:2px;width:auto;height:16px;padding:1px 2px;transition:filter .25s}._tpLogo_1mj3d_630._inactive_1mj3d_639{filter:grayscale()opacity(.5)}._aspectBubble_1mj3d_643:hover ._bubbleTooltip_1mj3d_172,._aspectBubble_1mj3d_643:focus-visible ._bubbleTooltip_1mj3d_172{opacity:1;transform:translate(-50%)translateY(0)}._aspectBubble_1mj3d_643{filter:brightness(1.08);z-index:1;justify-content:stretch;align-items:center;width:100%;animation-delay:.7s;display:flex;position:relative}._aspectBubble_1mj3d_643>*{width:100%}._aspectBubble_1mj3d_643:hover,._aspectBubble_1mj3d_643:focus-within{z-index:20}._bubbleTooltip_1mj3d_172{-webkit-backdrop-filter:blur(12px);color:#e8e8f0;white-space:nowrap;pointer-events:none;opacity:0;z-index:10;background:radial-gradient(at 30% 20%,#ffffff24 0%,#fff0 60%),#1e1e37d9;border:1px solid #ffffff2e;border-radius:8px;padding:5px 10px;font-size:.72rem;font-weight:500;transition:opacity .2s,transform .2s;position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%)translateY(4px)}._bubbleTooltip_1mj3d_172:before{content:"";border:5px solid #0000;border-bottom-color:#1e1e37d9;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}._sideTooltip_1mj3d_694{top:50%;left:auto;inset-inline-end:calc(100% + 12px);transform:translateY(-50%)}._sideTooltip_1mj3d_694:before{top:50%;bottom:auto;left:auto;background:#1e1e37d9;border:0;border-radius:2px;width:10px;height:10px;inset-inline-end:-6px;transform:translateY(-50%)rotate(45deg)}._publishButton_1mj3d_404:hover ._sideTooltip_1mj3d_694,._publishButton_1mj3d_404:focus-visible ._sideTooltip_1mj3d_694,._publishButton_1mj3d_404:focus-within ._sideTooltip_1mj3d_694,._thirdProductButton_1mj3d_522:hover ._sideTooltip_1mj3d_694,._thirdProductButton_1mj3d_522:focus-visible ._sideTooltip_1mj3d_694,._thirdProductButton_1mj3d_522:focus-within ._sideTooltip_1mj3d_694,._aspectBubble_1mj3d_643:hover ._sideTooltip_1mj3d_694,._aspectBubble_1mj3d_643:focus-visible ._sideTooltip_1mj3d_694,._aspectBubble_1mj3d_643:focus-within ._sideTooltip_1mj3d_694{opacity:1;transform:translateY(-50%)}@media (width<=768px){._floatingControls_1mj3d_82{top:8px;gap:6px;inset-inline-end:8px}._settingsMenu_1mj3d_243{gap:8px;inset-inline-end:calc(100% + 8px)}._settingsBubble_1mj3d_112,._backBubble_1mj3d_267,._publishButton_1mj3d_404,._thirdProductButton_1mj3d_522,._aspectBubble_1mj3d_643{padding:8px 12px;font-size:.8rem}}._page_1ltwv_37{padding-inline:max(5%,50vw - 800px)}._text-center_1ltwv_62{text-align:center}@keyframes _te-levitate_1ltwv_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ltwv_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._container_1ltwv_82{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%);flex-direction:column;height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;position:relative;overflow:hidden}@media (prefers-reduced-motion:reduce){._container_1ltwv_82,._container_1ltwv_82 *,._container_1ltwv_82:before,._container_1ltwv_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._container_1ltwv_82[data-context=template]{--template-indicator-color:#52c41a}._content_1ltwv_103{height:100vh;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}._loading_1ltwv_111{color:#8b7cf6;justify-content:center;align-items:center;height:100%;font-size:1.3rem;display:flex}._error_1ltwv_120{color:#ff6b6b;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}._errorIcon_1ltwv_131{margin-bottom:1.5rem;font-size:2.5rem}._errorTitle_1ltwv_136{margin:0 0 .75rem;font-size:1.3rem}._errorDescription_1ltwv_141{color:#b8b8d0;margin:0;font-size:1rem}@media (width<=768px){._content_1ltwv_103{flex-direction:column}}._page_1wfxt_37{padding-inline:max(5%,50vw - 800px)}._text-center_1wfxt_62{text-align:center}._container_1wfxt_74{z-index:1000;opacity:1;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .6s ease-in-out,transform .6s ease-in-out;display:flex;position:fixed;top:0;left:0;overflow:hidden;transform:scale(1)}._container_1wfxt_74:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(circle,#7877c60d 0%,#0000 50%);position:absolute;inset:0}._container_1wfxt_74._fadeOut_1wfxt_101{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:scale(.96)}._sceneBackground_1wfxt_107{opacity:.4;filter:blur(2px)saturate(1.1);z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transition:opacity .8s ease-in-out;position:absolute;top:0;left:0}._sceneBackground_1wfxt_107:after{content:"";background:linear-gradient(135deg,#0a0a0a8c 0%,#1a1a2ea6 50%,#16213e8c 100%);width:100%;height:100%;position:absolute;top:0;left:0}._container_1wfxt_74:hover ._sceneBackground_1wfxt_107{transition:transform 8s ease-out,opacity .8s ease-in-out;transform:scale(1.02)}._closeButton_1wfxt_135{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);width:3rem;height:3rem;color:var(--cyberpunk-text-primary);cursor:pointer;z-index:20;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;transition:all .3s;display:flex;position:absolute;top:2rem;right:2rem}._closeButton_1wfxt_135:hover{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 20px var(--cyberpunk-purple-glow);background:#ffffff26;transform:scale(1.05)}@media (width<=768px){._closeButton_1wfxt_135{width:2.5rem;height:2.5rem;font-size:1.25rem;top:1rem;right:1rem}}._content_1wfxt_170{-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);z-index:10;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:700px;max-height:90vh;padding:3rem;transition:all .6s ease-in-out;display:flex;position:relative;overflow-y:auto;box-shadow:0 8px 32px #0006,0 16px 40px #0003,inset 0 1px #ffffff1a}._content_1wfxt_170._fadeOut_1wfxt_101{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:translateY(15px)}@media (width<=768px){._content_1wfxt_170{gap:1.5rem;margin:0 1rem;padding:2rem}}@media (width<=480px){._content_1wfxt_170{border-radius:15px;padding:1.5rem}}._loading_1wfxt_209{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}._spinner_1wfxt_218{border:3px solid #7877c64d;border-top:3px solid var(--cyberpunk-purple-glow);border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite _spin_1wfxt_218}@keyframes _spin_1wfxt_218{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_1wfxt_235{color:var(--cyberpunk-text-primary);text-align:center;opacity:.8}._error_1wfxt_241{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}._errorTitle_1wfxt_251{color:#ff6b6b;margin:0;font-size:1.5rem;font-weight:600}._errorMessage_1wfxt_258{color:var(--cyberpunk-text-primary);opacity:.8;max-width:400px;margin:0;line-height:1.6}._thumbnailContainer_1wfxt_266{aspect-ratio:16/9;border:1px solid var(--cyberpunk-glass-border);background:#ffffff0d;border-radius:12px;width:100%;max-width:500px;margin-top:.5rem;overflow:hidden}._thumbnail_1wfxt_266{object-fit:cover;width:100%;height:100%;transition:transform .3s}._thumbnail_1wfxt_266:hover{transform:scale(1.05)}._tourTitle_1wfxt_287{color:var(--cyberpunk-text-primary);text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:100%;margin:0;font-size:2rem;font-weight:700;line-height:1.2}@media (width<=768px){._tourTitle_1wfxt_287{font-size:1.75rem}}@media (width<=480px){._tourTitle_1wfxt_287{font-size:1.5rem}}._tourDescription_1wfxt_311{color:var(--cyberpunk-text-primary);opacity:.9;text-align:center;width:100%;max-width:600px;margin:0;font-size:1rem;line-height:1.6}._metadata_1wfxt_322{flex-flow:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}@media (width<=480px){._metadata_1wfxt_322{flex-direction:column;align-items:center;gap:.5rem}}._metadataItem_1wfxt_338{align-items:center;gap:.5rem;display:flex}._creatorAvatar_1wfxt_344{object-fit:cover;background:#ffffff0d;border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px}._creatorAvatarPlaceholder_1wfxt_354{width:24px;height:24px;color:var(--cyberpunk-text-primary);opacity:.7;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}._creatorAvatarPlaceholder_1wfxt_354 svg{width:12px;height:12px}._metadataLabel_1wfxt_372{color:var(--cyberpunk-text-primary);opacity:.6;white-space:nowrap;font-size:.875rem;font-weight:500}._metadataValue_1wfxt_380{color:var(--cyberpunk-text-primary);opacity:.9;font-size:.875rem;font-weight:600}._publishDate_1wfxt_387{color:var(--cyberpunk-text-primary);opacity:.7;margin:0;font-size:.9rem;font-weight:500}._actions_1wfxt_395{justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:.5rem;display:flex}._tutorialButton_1wfxt_404{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);border-radius:12px;align-items:center;gap:.5rem;height:auto;min-height:50px;padding:.875rem 2rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}._tutorialButton_1wfxt_404:hover{color:#e8e8f0;background:#ffffff26;border-color:#7877c680;transform:translateY(-2px);box-shadow:0 4px 15px #7877c64d}._tutorialButton_1wfxt_404:focus{color:#e8e8f0;background:#ffffff26;border-color:#7877c680}._tutorialButton_1wfxt_404 svg{font-size:1.1rem}@media (width<=480px){._tutorialButton_1wfxt_404{padding:.75rem 1.5rem;font-size:.9rem}._tutorialButton_1wfxt_404 svg{font-size:1rem}}._startButton_1wfxt_445{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;align-items:center;gap:.75rem;height:auto;min-height:50px;padding:1rem 3rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 15px #667eea4d}._startButton_1wfxt_445:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-3px);box-shadow:0 6px 25px #667eea80,0 0 40px #667eea4d}._startButton_1wfxt_445:focus{color:#fff;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);box-shadow:0 6px 25px #667eea80,0 0 40px #667eea4d}._startButton_1wfxt_445:disabled{opacity:.8;cursor:not-allowed;transform:none}._startButton_1wfxt_445 svg{font-size:1.25rem}@media (width<=480px){._startButton_1wfxt_445{padding:.875rem 2.5rem;font-size:1rem}._startButton_1wfxt_445 svg{font-size:1.1rem}}[dir=rtl] ._closeButton_1wfxt_135{left:2rem;right:auto}@media (width<=768px){[dir=rtl] ._closeButton_1wfxt_135{left:1rem;right:auto}}.ant-modal._exitModal_1wfxt_501 ._ant-modal-content_1wfxt_501{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--cyberpunk-glass-border);border-radius:15px;box-shadow:0 8px 32px #0006,0 16px 40px #0003}.ant-modal._exitModal_1wfxt_501 ._ant-modal-header_1wfxt_508{background:0 0;border:none}.ant-modal._exitModal_1wfxt_501 ._ant-modal-body_1wfxt_512{padding:2rem}.ant-modal._exitModal_1wfxt_501 ._ant-modal-close_1wfxt_515{color:var(--cyberpunk-text-primary)}.ant-modal._exitModal_1wfxt_501 ._ant-modal-close_1wfxt_515:hover{background:#ffffff1a}._modalContent_1wfxt_522{text-align:center;padding:1rem 0}._modalTitle_1wfxt_527{color:#333;margin:0 0 1rem;font-size:1.25rem;font-weight:600}._modalMessage_1wfxt_534{color:#555;opacity:1;margin:0 0 2rem;line-height:1.5}._modalActions_1wfxt_541{justify-content:center;gap:1rem;display:flex}@media (width<=480px){._modalActions_1wfxt_541{flex-direction:column}}._cancelButton_1wfxt_552{color:#000;background:0 0;border:2px solid #000;border-radius:8px;padding:.75rem 1.5rem;transition:all .3s}._cancelButton_1wfxt_552:hover,._cancelButton_1wfxt_552:focus{color:#000;background:#ffffff1a;border-color:#333}._confirmButton_1wfxt_571{border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s;color:#fff!important;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%)!important;border:none!important}._confirmButton_1wfxt_571:hover{transform:translateY(-2px);color:#fff!important;background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)!important;box-shadow:0 4px 15px #c0392b66!important}._confirmButton_1wfxt_571:focus{color:#fff!important;background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)!important;box-shadow:0 4px 15px #c0392b66!important}._page_1iz9w_37{padding-inline:max(5%,50vw - 800px)}._text-center_1iz9w_62{text-align:center}._reviewForm_1iz9w_66{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);border-radius:16px;width:100%;max-width:600px;margin:24px auto;padding:32px;box-shadow:0 8px 32px #0000004d}._reviewForm_1iz9w_66[data-rtl=true]{direction:rtl}._formTitle_1iz9w_81{color:var(--cyberpunk-text-primary);text-align:center;justify-content:center;align-items:center;gap:8px;margin-bottom:24px;font-size:1.5rem;font-weight:600;display:flex}._formTitle_1iz9w_81 span{filter:drop-shadow(0 0 8px #ffc10799);font-size:1.8rem}._ratingSection_1iz9w_97{text-align:center;margin-bottom:24px}._ratingPickerWrapper_1iz9w_102{justify-content:center;margin:12px 0;display:flex}._commentSection_1iz9w_108,._reviewerSection_1iz9w_109{margin-bottom:20px;transition:all .4s ease-out}._commentSection_1iz9w_108._hidden_1iz9w_113,._reviewerSection_1iz9w_109._hidden_1iz9w_113{opacity:0;pointer-events:none;max-height:0;margin-bottom:0;overflow:hidden}._commentSection_1iz9w_108._revealed_1iz9w_121,._reviewerSection_1iz9w_109._revealed_1iz9w_121{opacity:1;max-height:500px;animation:.4s ease-out _slideDown_1iz9w_1}@keyframes _slideDown_1iz9w_1{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}._sectionLabel_1iz9w_140{color:var(--cyberpunk-text-primary);margin-bottom:8px;font-size:.95rem;font-weight:500;display:block}._optional_1iz9w_148{color:var(--cyberpunk-text-secondary);margin-inline-start:8px;font-size:.85rem;font-weight:400}._optionalHint_1iz9w_155{color:var(--cyberpunk-text-secondary);margin-top:4px;margin-inline-start:4px;font-size:.8rem;font-weight:400;display:block}._textarea_1iz9w_164{border:1px solid var(--cyberpunk-glass-border);width:100%;min-height:50px;max-height:200px;color:var(--cyberpunk-text-primary);resize:none;background:#ffffff0d;border-radius:8px;padding:12px;font-family:inherit;font-size:.95rem;overflow-y:auto}._textarea_1iz9w_164:focus{border-color:var(--cyberpunk-purple-glow);outline:none;box-shadow:0 0 0 2px #7877c633}._textarea_1iz9w_164::placeholder{color:var(--cyberpunk-text-secondary)}._charCount_1iz9w_187{text-align:end;color:var(--cyberpunk-text-secondary);margin-top:4px;font-size:.8rem;display:block}._inputGroup_1iz9w_195{margin-bottom:12px}._input_1iz9w_195,._select_1iz9w_200{border:1px solid var(--cyberpunk-glass-border);width:100%;color:var(--cyberpunk-text-primary);background:#ffffff0d;border-radius:8px;padding:12px;font-size:.95rem}._input_1iz9w_195:focus,._select_1iz9w_200:focus{border-color:var(--cyberpunk-purple-glow);outline:none;box-shadow:0 0 0 2px #7877c633}._input_1iz9w_195::placeholder,._select_1iz9w_200::placeholder{color:var(--cyberpunk-text-secondary)}._errorText_1iz9w_220{color:#ff4d4f;margin-top:4px;margin-inline-start:4px;font-size:.85rem;display:block}._submitError_1iz9w_228{color:#ff4d4f;text-align:center;background:#ff4d4f1a;border:1px solid #ff4d4f4d;border-radius:8px;margin-bottom:16px;padding:12px;font-size:.9rem}._submitButton_1iz9w_239{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c6 0%,#9b99d8 100%);border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px;font-size:1rem;font-weight:600;transition:all .3s}._submitButton_1iz9w_239._faded_1iz9w_252{opacity:.3;cursor:not-allowed;pointer-events:none}._submitButton_1iz9w_239._active_1iz9w_257{opacity:1;background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);animation:.4s ease-out _fadeInPulse_1iz9w_1}._submitButton_1iz9w_239:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #52c41a66}._submitButton_1iz9w_239:active:not(:disabled){transform:translateY(0)}._submitButton_1iz9w_239:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#5a5a7a 0%,#7a7a9a 100%)}@keyframes _fadeInPulse_1iz9w_1{0%{opacity:.3;transform:scale(.98)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}._successMessage_1iz9w_288{text-align:center;padding:32px;animation:.4s ease-out _fadeInScale_1iz9w_1}._successMessage_1iz9w_288 ._successIcon_1iz9w_293{color:#fff;background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;font-size:2rem;animation:.3s ease-out _scaleIn_1iz9w_1;display:flex;box-shadow:0 4px 16px #52c41a4d}._successMessage_1iz9w_288 h3{color:var(--cyberpunk-text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600}._successMessage_1iz9w_288 p{color:var(--cyberpunk-text-secondary);font-size:1rem;line-height:1.5}@keyframes _scaleIn_1iz9w_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInScale_1iz9w_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=640px){._reviewForm_1iz9w_66{border-radius:12px;margin:16px 8px;padding:24px 16px}._formTitle_1iz9w_81{font-size:1.25rem}._formTitle_1iz9w_81 span{font-size:1.5rem}._textarea_1iz9w_164{min-height:80px}._successMessage_1iz9w_288{padding:24px 8px}._successMessage_1iz9w_288 ._successIcon_1iz9w_293{width:56px;height:56px;font-size:1.75rem}._successMessage_1iz9w_288 h3{font-size:1.25rem}._successMessage_1iz9w_288 p{font-size:.9rem}}._page_fadpj_37{padding-inline:max(5%,50vw - 800px)}._text-center_fadpj_62{text-align:center}:root{--cyberpunk-glass-bg:#ffffff14;--cyberpunk-glass-border:#ffffff26;--cyberpunk-text-primary:#e8e8f0;--cyberpunk-text-secondary:#b8b8d0;--cyberpunk-purple-glow:#7877c699}._container_fadpj_74{z-index:1000;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);justify-content:center;align-items:center;width:100vw;height:100vh;animation:.6s ease-out _slideInFromBottom_fadpj_1;display:flex;position:fixed;top:0;left:0;overflow:hidden}._container_fadpj_74:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(circle,#7877c60d 0%,#0000 50%);position:absolute;inset:0}._container_fadpj_74._fadeOut_fadpj_99{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:scale(.96)}._transferPage_fadpj_105{z-index:3;-webkit-overflow-scrolling:touch;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;display:flex;position:absolute;top:0;left:0;overflow:hidden auto}@supports not (align-items:safe center){._transferPage_fadpj_105{align-items:flex-start;padding-top:max(20px,50vh - 400px)}}@supports (align-items:safe center){._transferPage_fadpj_105{align-items:safe center}}@media (width<=768px){._transferPage_fadpj_105{padding:0;padding-top:env(safe-area-inset-top,0);justify-content:flex-start;align-items:flex-start!important}._transferPage_fadpj_105>*{flex-shrink:0;width:100%}}._content_fadpj_145{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border);text-align:center;border-radius:20px;width:90%;max-width:500px;margin:auto;padding:40px 40px 60px;position:relative;box-shadow:0 20px 40px #0006}._content_fadpj_145:before{content:"";pointer-events:none;background:linear-gradient(135deg,#7877c60d 0%,#ffffff05 100%);border-radius:20px;position:absolute;inset:0}@media (width<=768px){._content_fadpj_145{max-width:450px;margin:20px auto;padding:30px 30px 40px}}@media (width<=480px){._content_fadpj_145{border-radius:16px;width:95%;max-width:95%;margin:20px auto;padding:24px 20px 30px}}._logoContainer_fadpj_186{z-index:2;margin-bottom:16px;position:relative}@media (width<=480px){._logoContainer_fadpj_186{margin-bottom:12px}}._logo_fadpj_186{filter:drop-shadow(0 4px 8px #7877c64d);width:120px;height:auto}@media (width<=480px){._logo_fadpj_186{width:100px}}._title_fadpj_208{color:var(--cyberpunk-text-primary);text-shadow:0 2px 4px #7877c64d;z-index:2;margin-bottom:15px;font-size:28px;font-weight:600;position:relative}@media (width<=768px){._title_fadpj_208{font-size:24px}}@media (width<=480px){._title_fadpj_208{font-size:22px}}._message_fadpj_228{color:var(--cyberpunk-text-secondary);z-index:2;margin-bottom:40px;font-size:16px;line-height:1.5;position:relative}@media (width<=480px){._message_fadpj_228{margin-bottom:30px;font-size:14px}}._reviewSection_fadpj_243{z-index:2;margin:40px 0;position:relative}@media (width<=768px){._reviewSection_fadpj_243{margin:30px 0}}@media (width<=480px){._reviewSection_fadpj_243{margin:20px 0}}._contactInfo_fadpj_259{z-index:2;margin-bottom:40px;position:relative}@media (width<=480px){._contactInfo_fadpj_259{margin-bottom:30px}}._contactTitle_fadpj_270{color:var(--cyberpunk-text-primary);text-shadow:0 1px 2px #7877c64d;margin-bottom:20px;font-size:20px;font-weight:600}@media (width<=480px){._contactTitle_fadpj_270{margin-bottom:15px;font-size:18px}}._contactDetails_fadpj_284{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}@media (width<=480px){._contactDetails_fadpj_284{gap:12px}}._contactItem_fadpj_297{color:var(--cyberpunk-text-secondary);justify-content:center;align-items:center;gap:12px;font-size:16px;line-height:1.4;display:flex}@media (width<=480px){._contactItem_fadpj_297{flex-wrap:wrap;gap:8px;font-size:14px}}._contactLabel_fadpj_314{color:var(--cyberpunk-text-primary);flex-shrink:0;font-size:16px;font-weight:600}@media (width<=480px){._contactLabel_fadpj_314{font-size:14px}}._contactValue_fadpj_326{color:var(--cyberpunk-text-secondary);font-size:16px}@media (width<=480px){._contactValue_fadpj_326{font-size:14px}}._copyButton_fadpj_336{color:var(--cyberpunk-text-primary);background:#7877c61a;border:1px solid #7877c64d;border-radius:6px;min-width:auto;height:auto;padding:4px 8px;transition:all .3s}._copyButton_fadpj_336:hover,._copyButton_fadpj_336:focus{color:var(--cyberpunk-text-primary);background:#7877c633;border-color:#7877c680}._copyButton_fadpj_336 svg{width:12px;height:12px}._websiteLink_fadpj_361{color:#7877c6e6;border-bottom:1px solid #0000;font-size:16px;text-decoration:none;transition:all .3s}._websiteLink_fadpj_361:hover{color:var(--cyberpunk-text-primary);border-bottom-color:#7877c680;text-decoration:none}._websiteLink_fadpj_361:focus{color:var(--cyberpunk-text-primary);border-bottom-color:#7877c680;outline:none;text-decoration:none}@media (width<=480px){._websiteLink_fadpj_361{font-size:14px}}._copyFeedback_fadpj_385{color:var(--cyberpunk-text-primary);text-align:center;background:#7877c61a;border:1px solid #7877c64d;border-radius:6px;margin-top:8px;padding:8px 12px;font-size:12px;animation:.3s _fadeIn_fadpj_1}@media (width<=480px){._copyFeedback_fadpj_385{padding:6px 10px;font-size:11px}}._closeSection_fadpj_403{z-index:2;border-top:1px solid #ffffff1a;flex-direction:column;align-items:center;gap:12px;margin-top:32px;padding-top:24px;display:flex;position:relative}@media (width<=768px){._closeSection_fadpj_403{margin-top:24px;padding-top:20px}}@media (width<=480px){._closeSection_fadpj_403{gap:10px;margin-top:20px;padding-top:16px}}._closeButton_fadpj_428{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7877c6 0%,#9b99d8 100%);border:none;border-radius:12px;width:100%;max-width:300px;padding:14px 32px;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #7877c64d}._closeButton_fadpj_428:hover{transform:translateY(-2px);box-shadow:0 6px 16px #7877c680}._closeButton_fadpj_428:active{transform:translateY(0)}@media (width<=480px){._closeButton_fadpj_428{max-width:100%;padding:12px 24px;font-size:1rem}}@keyframes _slideInFromBottom_fadpj_1{0%{opacity:0;transform:translateY(40px)}60%{opacity:.8;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_fadpj_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_fadpj_1{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}._page_t75r2_37{padding-inline:max(5%,50vw - 800px)}._text-center_t75r2_62{text-align:center}._profileCircle_t75r2_66{background-color:#f0f0f0;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._profileCircle_t75r2_66._clickable_t75r2_76{cursor:pointer;transition:transform .2s,box-shadow .2s}._profileCircle_t75r2_66._clickable_t75r2_76:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}._profileCircle_t75r2_66._clickable_t75r2_76:focus{outline:none;box-shadow:0 0 0 3px #3498db4d}._profileCircle_t75r2_66._small_t75r2_88{width:32px;height:32px}._profileCircle_t75r2_66._small_t75r2_88 ._defaultIcon_t75r2_92{font-size:18px}._profileCircle_t75r2_66._medium_t75r2_95{width:48px;height:48px}._profileCircle_t75r2_66._medium_t75r2_95 ._defaultIcon_t75r2_92{font-size:28px}._profileCircle_t75r2_66._large_t75r2_102{width:64px;height:64px}._profileCircle_t75r2_66._large_t75r2_102 ._defaultIcon_t75r2_92{font-size:38px}._profileCircle_t75r2_66._loading_t75r2_109{background-color:#f8f9fa}._profileCircle_t75r2_66._error_t75r2_112{background-color:#f8f9fa;border-color:#dee2e6}._profileImage_t75r2_117{object-fit:cover;border-radius:50%;width:100%;height:100%}._defaultIcon_t75r2_92{color:#6c757d;opacity:.7}._loadingSpinner_t75r2_129{border:2px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:60%;height:60%;animation:1s linear infinite _spin_t75r2_1}@keyframes _spin_t75r2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._profileWithName_t75r2_146{align-items:center;gap:8px;display:flex}._userName_t75r2_152{color:#495057;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:14px;font-weight:500;overflow:hidden}._page_vtq7j_38{padding-inline:max(5%,50vw - 800px)}._text-center_vtq7j_63{text-align:center}._publishedTourCard_vtq7j_67{-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer;width:100%;height:100%;box-shadow:none;background:0 0;border:none;border-radius:18px;flex-direction:column;min-height:360px;margin:0 auto;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}._publishedTourCard_vtq7j_67:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(145deg,#7877c60d,#0000);transition:opacity .4s;position:absolute;inset:0}._publishedTourCard_vtq7j_67:hover{box-shadow:none;transform:translateY(-10px)}._publishedTourCard_vtq7j_67:hover:before{opacity:1}._publishedTourCard_vtq7j_67:hover ._tourThumbnail_vtq7j_104{transform:scale(1.05)}._publishedTourCard_vtq7j_67:hover ._thumbnailOverlay_vtq7j_107{opacity:.3}._publishedTourCard_vtq7j_67:hover ._tourActions_vtq7j_110{opacity:1;transform:translateY(0)}._publishedTourCard_vtq7j_67:focus{outline:none}._publishedTourCard_vtq7j_67:active{transform:translateY(-4px)}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:before{background:linear-gradient(145deg,#ff98000d,#0000)}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:hover{box-shadow:none}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:hover ._constructionBadge_vtq7j_127{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 20px #ff980099,0 0 0 4px #fff6,inset 0 2px 4px #ffffff4d}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:focus{outline:none}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourTitle_vtq7j_134{background:linear-gradient(135deg,#fff 0%,#fbbf24 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@supports not ((-webkit-background-clip:text)){._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourTitle_vtq7j_134{color:#fff}}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourDescription_vtq7j_145{color:#fde68a}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._placeholderThumbnail_vtq7j_148:before{background:radial-gradient(circle,#ff98004d 0%,#0000 70%)}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._placeholderIcon_vtq7j_151{color:#ff980099}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._editButton_vtq7j_158{color:#fff!important;-webkit-backdrop-filter:blur()!important;backdrop-filter:blur()!important;background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%)!important;border:none!important;box-shadow:0 2px 8px #ff98004d!important}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._editButton_vtq7j_158 ._editIcon_vtq7j_165{color:#fff!important}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._editButton_vtq7j_158:hover{background:linear-gradient(135deg,#ffb74d 0%,#ff9800 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 15px #ff980066!important}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._viewButton_vtq7j_173{color:#ffffffe6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:6px!important;justify-content:center!important;align-items:center!important;gap:.3rem!important;padding:.45rem .7rem!important;font-size:.75rem!important;font-weight:500!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._viewButton_vtq7j_173:hover{color:#fff!important;background:#ffffff26!important;border-color:#ffffff4d!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px #0000001a!important}._thumbnailContainer_vtq7j_197{border-radius:18px 18px 0 0;width:100%;height:200px;position:relative;overflow:hidden}._sphereContainer_vtq7j_205{filter:drop-shadow(0 8px 24px #00000080)drop-shadow(0 0 40px #667eea33);justify-content:center;align-items:center;transition:filter .4s;display:flex;position:absolute;inset:0}._publishedTourCard_vtq7j_67:hover ._sphereContainer_vtq7j_205{filter:drop-shadow(0 16px 32px #0009)drop-shadow(0 0 60px #667eea66)}._sphereContainer_vtq7j_205 canvas{border-radius:50%}._sphereLoader_vtq7j_221{z-index:5;pointer-events:none;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._sphereLoaderRing_vtq7j_235{border:3px solid #7877c6cc;border-color:#7877c6cc #7877c666 #0000 #0000;border-radius:50%;width:80px;height:80px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite _sphereLoaderSpin_vtq7j_1;position:absolute}._sphereLoaderRing_vtq7j_235:before{content:"";border:2px solid #0000;border-top-color:#a8a7eb99;border-radius:50%;animation:.8s cubic-bezier(.5,0,.5,1) infinite reverse _sphereLoaderSpin_vtq7j_1;position:absolute;inset:6px}._sphereLoaderGlow_vtq7j_255{background:radial-gradient(circle,#7877c64d 0%,#7877c61a 40%,#0000 70%);border-radius:50%;width:60px;height:60px;animation:2s ease-in-out infinite _sphereLoaderPulse_vtq7j_1;position:absolute}@keyframes _sphereLoaderSpin_vtq7j_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _sphereLoaderPulse_vtq7j_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}._tourThumbnail_vtq7j_104{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}._thumbnailOverlay_vtq7j_107{opacity:.3;background:linear-gradient(#0000000d 0%,#00000026 50%,#00000073 100%);transition:opacity .4s;position:absolute;inset:0}._placeholderThumbnail_vtq7j_148{background:linear-gradient(135deg,#1a1a3e 0%,#2d1b69 50%,#4c1d95 100%);border-radius:18px 18px 0 0;justify-content:center;align-items:center;width:100%;height:200px;display:flex;position:relative;overflow:hidden}._placeholderThumbnail_vtq7j_148:before{content:"";background:radial-gradient(circle,#7877c64d 0%,#0000 70%);border-radius:50%;width:100px;height:100px;animation:3s ease-in-out infinite _pulse_vtq7j_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _pulse_vtq7j_1{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.1;transform:translate(-50%,-50%)scale(1.2)}}._placeholderIcon_vtq7j_151{color:#7877c699;z-index:1;filter:drop-shadow(0 2px 8px #0000004d);font-size:2.5rem;position:relative}._thumbnailMeta_vtq7j_342{border-top:1px solid #ffffff1f;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;width:100%;min-height:28px;margin-top:.5rem;padding-top:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}._constructionBadge_vtq7j_127{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:5;background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%);border:2px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 15px #ff980066,0 0 0 3px #ffffff4d,inset 0 2px 4px #fff3}._constructionBadge_vtq7j_127:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(45deg,#0000,#fff3,#0000);transition:opacity .3s;position:absolute;inset:0}._constructionIcon_vtq7j_387{color:#fff;filter:drop-shadow(0 2px 4px #0000004d);z-index:1;font-size:1.6rem;transition:all .3s;position:relative}._thirdProductBadge_vtq7j_396{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9;background:#fffffff2;border:1px solid #00000014;border-radius:8px;justify-content:center;align-items:center;height:32px;padding:0 12px;transition:all .3s;display:flex;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #00000026}._thirdProductBadge_vtq7j_396:hover{background:#fff;transform:translate(-50%)translateY(-1px);box-shadow:0 4px 12px #0003}._thirdProductLogo_vtq7j_420{object-fit:contain;filter:drop-shadow(0 1px 2px #0000001a);width:auto;height:20px;transition:all .3s}._thirdProductBadge_vtq7j_396:hover ._thirdProductLogo_vtq7j_420{filter:drop-shadow(0 2px 4px #00000026)}._deleteButton_vtq7j_431{color:#fff9;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.7;background:#ef44444d;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #ef44441a}._deleteButton_vtq7j_431:hover{color:#fff;opacity:1;background:#ef4444e6;transform:scale(1.1);box-shadow:0 4px 15px #ef444480}._deleteButton_vtq7j_431:active{transform:scale(.95)}._deleteButton_vtq7j_431 svg{font-size:1rem;transition:all .3s}._thumbnailProfileCircle_vtq7j_466{z-index:10;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);white-space:nowrap;cursor:pointer;background:#64646433;border:1px solid #9696964d;border-radius:50%;transition:all .6s cubic-bezier(.25,.46,.45,.94);position:absolute;top:8px;left:8px;overflow:visible;box-shadow:0 2px 8px #00000026}._thumbnailProfileCircle_vtq7j_466 .profileCircle{background-color:#7878781a!important;border:2px solid #96969666!important;transition:all .6s cubic-bezier(.25,.46,.45,.94)!important}._thumbnailProfileCircle_vtq7j_466:hover,._thumbnailProfileCircle_vtq7j_466._hovered_vtq7j_486{z-index:15;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);background:#f0f0f0fa;border:1px solid #c8c8c866;border-radius:24px;padding:8px 16px;transform:scale(1.08);box-shadow:0 12px 30px #00000040}._thumbnailProfileCircle_vtq7j_466:hover .profileCircle,._thumbnailProfileCircle_vtq7j_466._hovered_vtq7j_486 .profileCircle{background-color:#fafafaf2!important;border-color:#b4b4b480!important;box-shadow:0 2px 8px #0000001a!important}._thumbnailProfileCircle_vtq7j_466:hover .userName,._thumbnailProfileCircle_vtq7j_466._hovered_vtq7j_486 .userName{color:#374151!important;text-shadow:none!important;font-size:13px!important;font-weight:600!important}._thumbnailProfileCircle_vtq7j_466 ._hoverProfileCircle_vtq7j_507{transition:all .6s cubic-bezier(.25,.46,.45,.94)}._ownerProfile_vtq7j_511{align-items:center;gap:10px;transition:all .6s cubic-bezier(.25,.46,.45,.94);display:flex}._ownerProfileImage_vtq7j_518,._ownerProfileIcon_vtq7j_519{object-fit:cover;border:2px solid #96969666;border-radius:50%;flex-shrink:0;width:36px;height:36px;transition:all .6s cubic-bezier(.25,.46,.45,.94)}._ownerProfileIcon_vtq7j_519{color:#ffffffb3;background:#7878781a;padding:6px}._ownerName_vtq7j_535{color:#374151;opacity:0;white-space:nowrap;max-width:0;font-size:13px;font-weight:600;transition:all .6s cubic-bezier(.25,.46,.45,.94);overflow:hidden}._thumbnailProfileCircle_vtq7j_466._hovered_vtq7j_486 ._ownerName_vtq7j_535{opacity:1;max-width:200px}._sceneCount_vtq7j_551{color:#fbbf24;font-size:.7rem;font-weight:500}._updatedDate_vtq7j_557{color:#fff9;font-size:.7rem;font-style:italic}._tourInfo_vtq7j_563{z-index:2;min-height:0;transform-style:preserve-3d;perspective:800px;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:linear-gradient(#3c3c6e 0%,#2d2d55 50%,#232346 100%);border:1px solid #fff3;border-top:2px solid #7877c680;border-radius:0 0 8px 8px;flex-direction:column;flex:1;margin-top:17px;margin-bottom:8px;margin-right:17px;padding:1.5rem 1.25rem 1.25rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 25px 50px #00000080,0 10px 30px #0000004d,inset 0 1px #ffffff26,inset 0 -2px 10px #0003}._tourInfo_vtq7j_563:before{content:"";transform-origin:0 100%;background:linear-gradient(90deg,#5a5a9b 0%,#4b4b87 50%,#3c3c73 100%);border:1px solid #ffffff40;border-bottom:none;border-radius:4px 0 0;height:17px;position:absolute;top:-17px;left:-5px;right:1px;transform:skew(-45deg);box-shadow:inset 0 2px 8px #ffffff26,inset 0 -2px 4px #0000001a}._tourInfo_vtq7j_563:after{content:"";transform-origin:0 0;background:linear-gradient(#2d2d5a 0%,#23234b 50%,#19193c 100%);border:2px solid #ffffff1f;border-top:1px solid #ffffff41;border-left:1px solid #ffffff41;border-radius:0 0 4px;width:17px;height:calc(100% - 5.5px);position:absolute;top:2.5px;right:-17px;transform:skewY(-45deg);box-shadow:inset 2px 0 6px #ffffff14,inset -2px 0 8px #0000004d}._publishedTourCard_vtq7j_67:hover ._tourInfo_vtq7j_563{background:linear-gradient(#4b4b82 0%,#3a3a69 50%,#2d2d55 100%);border-color:#8c8bdcb3 #7877c699 #7877c699;box-shadow:0 30px 60px #7877c659,0 15px 35px #0006,inset 0 1px #fff3,inset 0 -2px 10px #00000026}._publishedTourCard_vtq7j_67:hover ._tourInfo_vtq7j_563:before{background:linear-gradient(90deg,#6e6eaf 0%,#5f5fa0 50%,#4b4b87 100%);box-shadow:inset 0 3px 10px #fff3,inset 0 -2px 4px #0000001a}._publishedTourCard_vtq7j_67:hover ._tourInfo_vtq7j_563:after{background:linear-gradient(#37376e 0%,#2d2d5f 50%,#202048 100%)}._publishedTourCard_vtq7j_67:focus ._tourInfo_vtq7j_563{border-color:#7877c6b3;box-shadow:0 0 0 3px #7877c640,0 25px 50px #0006,inset 0 1px #ffffff26}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourInfo_vtq7j_563{background:linear-gradient(#553723 0%,#412a1c 50%,#322016 100%);border-color:#ff980080 #ffb46440 #ffb46440;box-shadow:0 25px 50px #00000080,0 10px 30px #0000004d,inset 0 1px #ffc89626,inset 0 -2px 10px #0003}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourInfo_vtq7j_563:before{background:linear-gradient(90deg,#8c5f37 0%,#734e30 50%,#5f3e28 100%);box-shadow:inset 0 2px 8px #ffc89626,inset 0 -2px 4px #0000001a}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121 ._tourInfo_vtq7j_563:after{background:linear-gradient(#412d1e 0%,#322319 50%,#261b12 100%);box-shadow:inset 2px 0 6px #ffb46414,inset -2px 0 8px #0000004d}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:hover ._tourInfo_vtq7j_563{background:linear-gradient(#64442a 0%,#503423 50%,#3c281c 100%);border-color:#ffaa3299 #ffb46466 #ffb46466;box-shadow:0 30px 60px #ff980040,0 15px 35px #0006,inset 0 1px #ffc89633,inset 0 -2px 10px #00000026}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:hover ._tourInfo_vtq7j_563:before{background:linear-gradient(90deg,#a06e41 0%,#875c37 50%,#6e4b30 100%)}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:hover ._tourInfo_vtq7j_563:after{background:linear-gradient(#503726 0%,#3c2a1e 50%,#2d2016 100%)}._publishedTourCard_vtq7j_67._draftMode_vtq7j_121:focus ._tourInfo_vtq7j_563{border-color:#ff980099;box-shadow:0 0 0 3px #ff980040,0 25px 50px #0006,inset 0 1px #ffc89626}._tourContent_vtq7j_664{flex-direction:column;flex:1;min-height:0;margin-bottom:1rem;display:flex}._tourHeader_vtq7j_672{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}._tourHeader_vtq7j_672 ._tourTitle_vtq7j_134{flex:1;min-width:0;margin:0}._tourTitle_vtq7j_134{color:#fff;letter-spacing:-.02em;text-shadow:0 2px 4px #0000001a;background:linear-gradient(135deg,#fff 0%,#e0e7ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;margin:0 0 .625rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.0625rem;font-weight:700;line-height:1.35}@supports not ((-webkit-background-clip:text)){._tourTitle_vtq7j_134{color:#fff}}._tourDescription_vtq7j_145{color:#d0d9fe;letter-spacing:.01em;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;max-height:3em;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;font-weight:400;line-height:1.5;display:-webkit-box;overflow:hidden}._tourFooter_vtq7j_724{flex-direction:column;flex-shrink:0;gap:.5rem;margin-top:auto;display:flex}._tourMeta_vtq7j_732{border-top:1px solid #ffffff1f;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;min-height:28px;margin-top:.5rem;padding-top:.75rem;display:flex}._draftMode_vtq7j_121 ._tourMeta_vtq7j_732{flex-direction:row;justify-content:space-between}._publishedDate_vtq7j_748{color:#ffffffb3;white-space:nowrap;align-items:center;gap:.35rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}._publishedDate_vtq7j_748 ._calendarIcon_vtq7j_759{color:#7877c6b3;flex-shrink:0;font-size:.95rem;transition:all .3s}._publishedDate_vtq7j_748:hover{color:#fff}._publishedDate_vtq7j_748:hover ._calendarIcon_vtq7j_759{color:#7877c6;filter:drop-shadow(0 0 4px #7877c680)}._viewCount_vtq7j_773{color:#ffffffb3;white-space:nowrap;align-items:center;gap:.35rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}._viewCount_vtq7j_773 ._viewIcon_vtq7j_784{color:#7877c6b3;flex-shrink:0;font-size:.95rem;transition:all .3s}._viewCount_vtq7j_773:hover{color:#fff}._viewCount_vtq7j_773:hover ._viewIcon_vtq7j_784{color:#7877c6;filter:drop-shadow(0 0 4px #7877c680)}._tourActions_vtq7j_110{flex-direction:row;align-items:center;gap:.5rem;margin-top:auto;display:flex}._actionButton_vtq7j_807{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex}._actionButton_vtq7j_807:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}._actionButton_vtq7j_807:active{transform:translateY(0)}@media (width<=768px){._publishedTourCard_vtq7j_67{width:90%;max-width:360px}._publishedTourCard_vtq7j_67:hover{transform:translateY(-4px)}._thumbnailContainer_vtq7j_197,._tourThumbnail_vtq7j_104,._placeholderThumbnail_vtq7j_148{height:140px}._tourInfo_vtq7j_563{padding:.875rem}._tourTitle_vtq7j_134{font-size:.95rem}._tourDescription_vtq7j_145{max-height:2.8em;font-size:.75rem;line-height:1.4}._tourActions_vtq7j_110{flex-direction:column;align-items:stretch;gap:.4rem}._tourActions_vtq7j_110 ._viewButton_vtq7j_173,._tourActions_vtq7j_110 ._editButton_vtq7j_158,._tourActions_vtq7j_110 ._shareButton_vtq7j_859{justify-content:center}}@media (width<=480px){._publishedTourCard_vtq7j_67{width:95%;max-width:none}._thumbnailContainer_vtq7j_197,._tourThumbnail_vtq7j_104,._placeholderThumbnail_vtq7j_148{height:120px}._tourInfo_vtq7j_563{padding:.75rem}._tourTitle_vtq7j_134{font-size:.9rem}._tourDescription_vtq7j_145{font-size:.7rem}._viewButton_vtq7j_173,._editButton_vtq7j_158,._shareButton_vtq7j_859{padding:.4rem .7rem!important;font-size:.7rem!important}}._page_2xzj2_37{padding-inline:max(5%,50vw - 800px)}._text-center_2xzj2_62{text-align:center}:root{--cyberpunk-bg-primary:linear-gradient(135deg, #1a1a2e 0%, #2d1b3d 50%, #1e2a3a 100%);--cyberpunk-purple:#7877c6;--cyberpunk-purple-light:#9896d8;--cyberpunk-purple-dark:#5a4fcf;--cyberpunk-purple-glow:#7877c699;--cyberpunk-green:#52c41a;--cyberpunk-green-light:#73d13d;--cyberpunk-green-glow:#52c41a99;--cyberpunk-gold:gold;--cyberpunk-gold-light:#ffef00;--cyberpunk-gold-dark:#daa520;--cyberpunk-gold-glow:#ffd70099;--cyberpunk-glass-bg:#ffffff14;--cyberpunk-glass-border:#ffffff26;--cyberpunk-text-primary:#e8e8f0;--cyberpunk-text-secondary:#b8b8d0;--cyberpunk-text-accent:#c0c0ff}@keyframes _modalPopIn_2xzj2_1{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._shareTourModal_2xzj2_96 .ant-modal-content{transition:box-shadow .3s;animation:.5s cubic-bezier(.33,1,.68,1) _modalPopIn_2xzj2_1;overflow:hidden;background:var(--cyberpunk-glass-bg)!important;border:1.5px solid var(--cyberpunk-purple-glow)!important;box-shadow:0 0 32px 0 var(--cyberpunk-purple-glow), 0 8px 40px 0 #00000073!important;-webkit-backdrop-filter:blur(32px)saturate(1.2)!important;backdrop-filter:blur(32px)saturate(1.2)!important;border-radius:20px!important}._shareTourModal_2xzj2_96 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border)!important;background:0 0!important;border-radius:20px 20px 0 0!important;padding:20px 24px 16px!important}._shareTourModal_2xzj2_96 .ant-modal-title{letter-spacing:.5px;text-shadow:0 2px 8px var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary)!important;font-size:20px!important;font-weight:700!important}._shareTourModal_2xzj2_96 .ant-modal-close{filter:drop-shadow(0 0 4px var(--cyberpunk-purple-glow));color:var(--cyberpunk-text-secondary)!important}._shareTourModal_2xzj2_96 .ant-modal-close:hover{filter:drop-shadow(0 0 8px var(--cyberpunk-purple-glow));color:var(--cyberpunk-text-primary)!important}._shareTourModal_2xzj2_96 .ant-modal-body{background:0 0!important;padding:20px 24px 24px!important}._modalHeader_2xzj2_133{color:var(--cyberpunk-text-primary);align-items:center;gap:12px;display:flex}._modalHeader_2xzj2_133 ._shareIcon_2xzj2_139{color:var(--cyberpunk-purple);filter:drop-shadow(0 0 8px var(--cyberpunk-purple-glow));font-size:28px}._modalHeader_2xzj2_133 span{letter-spacing:.5px;text-shadow:0 2px 8px var(--cyberpunk-purple-glow);font-size:20px;font-weight:700}._modalContent_2xzj2_151{background:0 0;flex-direction:column;gap:24px;min-height:200px;padding:8px 0;animation:.5s cubic-bezier(.33,1,.68,1) _modalPopIn_2xzj2_1;display:flex}@media (width<=768px){._modalContent_2xzj2_151{gap:16px;padding:4px 0}}._tourHeader_2xzj2_167{background:var(--cyberpunk-glass-bg);border:1px solid var(--cyberpunk-glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;padding:16px 20px;position:relative;overflow:hidden}._tourHeader_2xzj2_167:before{content:"";background:linear-gradient(90deg, transparent 0%, var(--cyberpunk-purple-glow) 50%, transparent 100%);height:2px;position:absolute;top:0;left:0;right:0}._tourHeader_2xzj2_167 ._tourName_2xzj2_185{color:var(--cyberpunk-text-primary);text-shadow:0 1px 3px #0000004d;margin:0 0 8px;font-size:18px;font-weight:600}._tourHeader_2xzj2_167 ._tourDescription_2xzj2_192{color:var(--cyberpunk-text-secondary);opacity:.9;margin:0;font-size:14px;line-height:1.5}@media (width<=768px){._tourHeader_2xzj2_167{padding:12px 16px}._tourHeader_2xzj2_167 ._tourName_2xzj2_185{font-size:16px}._tourHeader_2xzj2_167 ._tourDescription_2xzj2_192{font-size:13px}}._generateSection_2xzj2_211{flex-direction:column;align-items:center;padding:0 20px;display:flex}._generateSection_2xzj2_211 ._generateButton_2xzj2_217{background:linear-gradient(135deg, var(--cyberpunk-purple) 0%, var(--cyberpunk-purple-dark) 100%);border:none;border-radius:8px;height:48px;padding:0 32px;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 16px #7877c64d;color:#fff!important}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:hover{background:linear-gradient(135deg, var(--cyberpunk-purple-light) 0%, var(--cyberpunk-purple) 100%);transform:translateY(-2px);box-shadow:0 6px 20px #7877c666;color:#fff!important}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:hover:before{left:100%}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:active{transform:translateY(0)}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:focus{border:2px solid var(--cyberpunk-purple-glow);outline:none;color:#fff!important}._generateSection_2xzj2_211 ._generateButton_2xzj2_217:disabled,._generateSection_2xzj2_211 ._generateButton_2xzj2_217._ant-btn-loading_2xzj2_258{box-shadow:none;background:linear-gradient(135deg,#7877c64d 0%,#5a4fcf4d 100%);transform:none;color:#ffffff80!important}@media (width<=768px){._generateSection_2xzj2_211 ._generateButton_2xzj2_217{height:44px;padding:0 24px;font-size:15px}}._generateSection_2xzj2_211 ._limitMessage_2xzj2_271{text-align:center;margin-top:12px}._generateSection_2xzj2_211 ._limitMessage_2xzj2_271 ._limitText_2xzj2_275{color:var(--cyberpunk-text-secondary);opacity:.8;text-shadow:0 1px 2px #0000004d;margin:0;font-size:14px}@media (width<=768px){._generateSection_2xzj2_211 ._limitMessage_2xzj2_271 ._limitText_2xzj2_275{font-size:13px}}._tableSection_2xzj2_288 ._tableTitle_2xzj2_288{color:var(--cyberpunk-text-primary);text-shadow:0 1px 3px #0000004d;margin:0 0 16px;font-size:16px;font-weight:600}@media (width<=768px){._tableSection_2xzj2_288 ._tableTitle_2xzj2_288{margin:0 0 12px;font-size:15px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301{background:var(--cyberpunk-glass-bg);border:1px solid var(--cyberpunk-glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;overflow:hidden}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301{border-radius:8px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table{border-radius:12px;color:var(--cyberpunk-text-primary)!important;background:0 0!important}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table{border-radius:8px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-container{border-radius:12px}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-container{border-radius:8px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th{text-align:center;padding:14px 10px;font-size:15px;font-weight:600;border-bottom:1px solid var(--cyberpunk-glass-border)!important;color:var(--cyberpunk-text-primary)!important;background:#ffffff0d!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th:before{display:none}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th:first-child{padding-left:16px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th:last-child{padding-right:16px}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th{padding:12px 8px;font-size:14px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th:first-child{padding-left:12px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-thead>tr>th:last-child{padding-right:12px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td{vertical-align:middle;padding:14px 10px;font-size:15px;color:var(--cyberpunk-text-primary)!important;background:0 0!important;border-bottom:1px solid #ffffff0d!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td:first-child{padding-left:16px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td:last-child{padding-right:16px}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td{padding:12px 8px;font-size:14px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td:first-child{padding-left:12px}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr>td:last-child{padding-right:12px}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr:hover>td{background:#ffffff08!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-table-tbody>tr:last-child>td{border-bottom:none!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-empty,._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-empty .ant-empty-description{color:var(--cyberpunk-text-primary)!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-btn[title*=Delete]{justify-content:center!important;align-items:center!important;width:36px!important;height:36px!important;font-size:18px!important;display:flex!important}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 .ant-btn[title*=Delete]{width:32px!important;height:32px!important;font-size:16px!important}}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 ._deleteButton_2xzj2_414{transition:all .2s;color:#ff6b6b!important;border-radius:4px!important;justify-content:center!important;align-items:center!important;width:28px!important;min-width:28px!important;height:28px!important;margin:0!important;padding:0!important;font-size:16px!important;display:flex!important}._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 ._deleteButton_2xzj2_414:hover{transform:scale(1.05);color:#ff8a8a!important;background:#ff6b6b1a!important}@media (width<=768px){._tableSection_2xzj2_288 ._shareLinksTable_2xzj2_301 ._deleteButton_2xzj2_414{width:24px!important;min-width:24px!important;height:24px!important;font-size:14px!important}}._tableSection_2xzj2_288 ._linkCell_2xzj2_441{align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448{white-space:nowrap;text-overflow:ellipsis;direction:ltr;unicode-bidi:isolate;flex:1;min-width:0;font-family:Courier New,monospace;font-size:11px;overflow:hidden;color:var(--cyberpunk-text-primary)!important}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448 .ant-typography{margin:0;color:var(--cyberpunk-text-primary)!important}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448{cursor:pointer;transition:color .12s,text-shadow .12s,transform 60ms}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448:hover{text-shadow:0 1px 6px var(--cyberpunk-purple-glow);transform:translateY(-1px);color:var(--cyberpunk-text-accent)!important}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448:focus{outline:none;box-shadow:0 0 0 3px #7877c61f}@media (width<=768px){._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._linkText_2xzj2_448{font-size:13px}}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 2px #0000004d;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:auto;min-width:auto;height:auto;padding:8px;font-size:16px;font-weight:500;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #7877c666,0 0 16px #7877c64d,inset 0 1px #ffffff4d;color:#fff!important;border:2px solid var(--cyberpunk-purple-light)!important;background:linear-gradient(135deg, var(--cyberpunk-purple) 0%, var(--cyberpunk-purple-dark) 100%)!important}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486:hover{text-shadow:0 1px 3px #0006;transform:scale(1.05)translateY(-1px);box-shadow:0 6px 16px #7877c699,0 0 24px #7877c680,inset 0 1px #fff6;color:#fff!important;background:linear-gradient(135deg, var(--cyberpunk-purple-light) 0%, var(--cyberpunk-purple) 100%)!important;border-color:#fff!important}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486:hover:before{left:100%}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486:active{transform:scale(1.02)translateY(0);box-shadow:0 3px 8px #7877c666,0 0 12px #7877c64d,inset 0 1px #fff3}._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486:focus{outline:none;box-shadow:0 0 0 3px #fffc,0 4px 12px #7877c666;color:#fff!important}@media (width<=768px){._tableSection_2xzj2_288 ._linkCell_2xzj2_441 ._copyButton_2xzj2_486{padding:6px;font-size:15px}}.ant-popover ._ant-popover-content_2xzj2_545{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--cyberpunk-bg-primary)!important;border:1px solid var(--cyberpunk-glass-border)!important;border-radius:8px!important}.ant-popover ._ant-popover-inner_2xzj2_551{border-radius:8px;background:0 0!important}.ant-popover ._ant-popover-inner-content_2xzj2_555{color:var(--cyberpunk-text-primary)!important}.ant-popover ._ant-popover-buttons_2xzj2_558 ._ant-btn-primary_2xzj2_558{background:var(--cyberpunk-purple)!important;border-color:var(--cyberpunk-purple)!important;color:#fff!important}.ant-popover ._ant-popover-buttons_2xzj2_558 ._ant-btn-primary_2xzj2_558:hover{background:var(--cyberpunk-purple-light)!important;border-color:var(--cyberpunk-purple-light)!important;color:#fff!important}.ant-popover ._ant-popover-buttons_2xzj2_558 ._ant-btn-default_2xzj2_568{border-color:var(--cyberpunk-glass-border)!important;color:var(--cyberpunk-text-secondary)!important;background:0 0!important}.ant-popover ._ant-popover-buttons_2xzj2_558 ._ant-btn-default_2xzj2_568:hover{border-color:var(--cyberpunk-purple)!important;color:var(--cyberpunk-text-primary)!important;background:#ffffff0d!important}.ant-select-dropdown{-webkit-backdrop-filter:blur(30px)saturate(1.8)brightness(1.5)!important;backdrop-filter:blur(30px)saturate(1.8)brightness(1.5)!important;background:linear-gradient(135deg,#5a5a82fc 0%,#825aa0fc 50%,#6e7896fc 100%)!important;border:1px solid #fff9!important;border-radius:8px!important;box-shadow:0 16px 48px #0009,0 0 32px #7877c699,inset 0 1px #fff3!important}.ant-select-dropdown ._ant-select-item_2xzj2_586{text-shadow:0 1px 2px #0000004d;font-weight:500;color:#fff!important;background:0 0!important}.ant-select-dropdown ._ant-select-item_2xzj2_586:hover{transition:all .2s;transform:translate(2px);box-shadow:0 2px 8px #7877c666;color:#fff!important;background:#ffffff4d!important}.ant-select-dropdown ._ant-select-item_2xzj2_586._ant-select-item-option-selected_2xzj2_599{font-weight:600;box-shadow:inset 0 0 12px #ffffff4d,0 0 8px #7877c6cc;color:#fff!important;background:#7877c6f2!important}.ant-picker-dropdown{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:var(--cyberpunk-bg-primary)!important;border:1px solid var(--cyberpunk-glass-border)!important;border-radius:8px!important}.ant-picker-dropdown ._ant-picker-panel_2xzj2_612{background:0 0!important;border:none!important}.ant-picker-dropdown ._ant-picker-header_2xzj2_616,.ant-picker-dropdown ._ant-picker-cell_2xzj2_619{color:var(--cyberpunk-text-primary)!important}.ant-picker-dropdown ._ant-picker-cell_2xzj2_619:hover ._ant-picker-cell-inner_2xzj2_622{background:var(--cyberpunk-glass-bg)!important}.ant-picker-dropdown ._ant-picker-cell_2xzj2_619._ant-picker-cell-selected_2xzj2_625 ._ant-picker-cell-inner_2xzj2_622{background:var(--cyberpunk-purple)!important;color:#fff!important}.ant-picker-dropdown ._ant-picker-prev-icon_2xzj2_629,.ant-picker-dropdown ._ant-picker-next-icon_2xzj2_630,.ant-picker-dropdown ._ant-picker-super-prev-icon_2xzj2_631,.ant-picker-dropdown ._ant-picker-super-next-icon_2xzj2_632{color:var(--cyberpunk-text-secondary)!important}._pendingRow_2xzj2_636{animation:2s ease-in-out infinite _pendingPulse_2xzj2_1;border:2px solid var(--cyberpunk-green-glow)!important;background:linear-gradient(90deg,#52c41a14 0%,#52c41a1f 50%,#52c41a14 100%)!important;border-radius:8px!important}._pendingRow_2xzj2_636 td{border-bottom:none!important}@keyframes _pendingPulse_2xzj2_1{0%,to{border-color:var(--cyberpunk-green-glow);box-shadow:0 0 8px #52c41a4d}50%{border-color:var(--cyberpunk-green);box-shadow:0 0 16px #52c41a80}}@keyframes _expiryFlashGreen_2xzj2_1{0%,to{box-shadow:0 0 16px #52c41acc,0 0 32px #52c41a66,inset 0 0 8px #52c41a33;border-color:var(--cyberpunk-green)!important;background:#52c41a0d!important}50%{box-shadow:0 0 24px #73d13d,0 0 48px #73d13d99,inset 0 0 12px #73d13d4d;border-color:var(--cyberpunk-green-light)!important;background:#73d13d1a!important}}._pendingLinkCell_2xzj2_668{padding:8px 0}._pendingLinkCell_2xzj2_668 ._pendingText_2xzj2_671{font-style:italic;font-weight:500;color:var(--cyberpunk-green)!important}._expirySelector_2xzj2_677{flex-direction:column;align-items:center;gap:8px;padding:8px 4px;display:flex}._expirySelector_2xzj2_677 ._expiryControls_2xzj2_684{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677{width:140px}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-selector{border-radius:6px;transition:all .3s;background:var(--cyberpunk-glass-bg)!important;border:1px solid var(--cyberpunk-purple)!important;color:var(--cyberpunk-text-primary)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-selector:hover,._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-selector:focus{box-shadow:0 0 8px #7877c64d;border-color:var(--cyberpunk-purple-light)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._selectedGolden_2xzj2_705 .ant-select-selector{box-shadow:0 2px 8px #ffd70026,inset 0 1px #ffffff1a;background:linear-gradient(135deg,#ffd7001a 0%,#daa5201a 100%)!important;border:1px solid #ffd70080!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._selectedGolden_2xzj2_705 .ant-select-selector:hover,._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._selectedGolden_2xzj2_705 .ant-select-selector:focus{box-shadow:0 4px 12px #ffd70033,inset 0 1px #ffffff26;border-color:var(--cyberpunk-gold)!important;background:linear-gradient(135deg,#ffd70026 0%,#daa52026 100%)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._selectedGolden_2xzj2_705 .ant-select-selection-item{font-weight:500;color:var(--cyberpunk-gold)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._selectedGolden_2xzj2_705 .ant-select-arrow{color:var(--cyberpunk-gold)}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677._needsChoice_2xzj2_722 .ant-select-selector{animation:1.4s ease-in-out infinite _expiryFlashGreen_2xzj2_1;border-color:var(--cyberpunk-green)!important;border-width:2px!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-selection-item{color:var(--cyberpunk-text-primary)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._expirySelector_2xzj2_677 ._expirySelect_2xzj2_677 .ant-select-arrow{color:var(--cyberpunk-text-secondary)}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736{border-radius:6px;height:24px;padding:0 12px;font-size:12px;font-weight:500;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 2px 8px #ffd7001a,inset 0 1px #ffffff1a;color:var(--cyberpunk-gold-dark)!important;background:linear-gradient(135deg,#ffd70033 0%,#daa52033 100%)!important;border:1px solid #ffd70066!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ffd70033,inset 0 1px #fff3;color:var(--cyberpunk-gold)!important;background:linear-gradient(135deg,#ffd7004d 0%,#daa5204d 100%)!important;border-color:#ffd70099!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736:hover:before{left:100%}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._goldenInactive_2xzj2_770{color:#ffd700cc!important;background:linear-gradient(135deg,#ffd70026 0%,#daa52026 100%)!important;border:1px solid #ffd7004d!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._goldenInactive_2xzj2_770:hover{box-shadow:0 4px 12px #ffd70026;color:var(--cyberpunk-gold)!important;background:linear-gradient(135deg,#ffd70040 0%,#daa52040 100%)!important;border-color:#ffd70080!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._greyInactive_2xzj2_781{box-shadow:0 1px 4px #a0a0a01a,inset 0 1px #ffffff1a;color:#b4b4b4e6!important;background:linear-gradient(135deg,#a0a0a033 0%,#8c8c8c33 100%)!important;border:1px solid #a0a0a080!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._greyInactive_2xzj2_781:hover{box-shadow:0 2px 8px #a0a0a026,inset 0 1px #ffffff26;color:#c8c8c8!important;background:linear-gradient(135deg,#b4b4b440 0%,#a0a0a040 100%)!important;border-color:#b4b4b499!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._goldenActive_2xzj2_793,._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._ant-btn-primary_2xzj2_558{text-shadow:0 1px 2px #0003;box-shadow:0 4px 16px var(--cyberpunk-gold-glow), 0 0 24px #ffd70066, inset 0 1px 0 #ffffff4d;font-weight:600;animation:2s ease-in-out infinite alternate _goldenGlow_2xzj2_1;background:linear-gradient(135deg, var(--cyberpunk-gold) 0%, var(--cyberpunk-gold-dark) 100%)!important;border:2px solid var(--cyberpunk-gold)!important;color:#000!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._goldenActive_2xzj2_793:hover,._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._ant-btn-primary_2xzj2_558:hover{box-shadow:0 6px 20px var(--cyberpunk-gold-glow), 0 0 32px #ffd70099, inset 0 1px 0 #fff6;transform:translateY(-2px);background:linear-gradient(135deg, var(--cyberpunk-gold-light) 0%, var(--cyberpunk-gold) 100%)!important;border-color:var(--cyberpunk-gold-light)!important;color:#000!important}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._goldenActive_2xzj2_793:hover:before,._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736._ant-btn-primary_2xzj2_558:hover:before{left:100%}._expirySelector_2xzj2_677 ._neverExpiresButton_2xzj2_736:focus{box-shadow:0 0 8px var(--cyberpunk-gold-glow);outline:none;border-color:var(--cyberpunk-gold)!important}._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817{width:140px}._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817 .ant-picker{border-radius:6px;background:var(--cyberpunk-glass-bg)!important;border:1px solid var(--cyberpunk-purple)!important;color:var(--cyberpunk-text-primary)!important}._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817 .ant-picker:hover,._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817 .ant-picker:focus{box-shadow:0 0 8px #7877c64d;border-color:var(--cyberpunk-purple-light)!important}._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817 .ant-picker input{color:var(--cyberpunk-text-primary)!important;background:0 0!important}._expirySelector_2xzj2_677 ._customDatePicker_2xzj2_817 .ant-picker ._ant-picker-suffix_2xzj2_834{color:var(--cyberpunk-text-secondary)}._expirySelector_2xzj2_677 ._expiryPreview_2xzj2_837{color:var(--cyberpunk-text-accent);text-align:center;min-height:20px;font-size:14px;font-style:italic;font-weight:500}._pendingActions_2xzj2_846{justify-content:center;gap:4px;display:flex}._pendingActions_2xzj2_846 ._confirmButton_2xzj2_851{border-radius:4px;color:#fff!important;background:#52c41a!important;border:1px solid #52c41a!important}._pendingActions_2xzj2_846 ._confirmButton_2xzj2_851:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #52c41a66;background:#73d13d!important;border-color:#73d13d!important}._pendingActions_2xzj2_846 ._confirmButton_2xzj2_851:disabled{background:var(--cyberpunk-glass-bg)!important;border-color:var(--cyberpunk-glass-border)!important;color:var(--cyberpunk-text-secondary)!important}._pendingActions_2xzj2_846 ._cancelButton_2xzj2_868{border-radius:4px;color:var(--cyberpunk-text-secondary)!important;border:1px solid var(--cyberpunk-glass-border)!important;background:0 0!important}._pendingActions_2xzj2_846 ._cancelButton_2xzj2_868:hover{color:#ff6b6b!important;background:#ff6b6b1a!important;border-color:#ff6b6b!important}._deleteButton_2xzj2_414{border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:80px;height:36px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .3s;display:flex;color:#ff4d4f!important;background:#ff4d4f1a!important;border:1px solid #ff4d4f!important}._deleteButton_2xzj2_414:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4f4d;color:#ff7875!important;background:#ff787533!important;border-color:#ff7875!important}._deleteButton_2xzj2_414:active{transform:translateY(0)}._deleteButton_2xzj2_414:focus{outline:none;box-shadow:0 0 0 2px #ff4d4f4d}._deleteButton_2xzj2_414 ._deleteIcon_2xzj2_910{font-size:16px}@media (width<=768px){._deleteButton_2xzj2_414{min-width:70px;height:32px;padding:6px 10px;font-size:13px}._deleteButton_2xzj2_414 ._deleteIcon_2xzj2_910{font-size:15px}}._pendingText_2xzj2_671{font-style:italic;font-weight:500;color:var(--cyberpunk-green)!important}@keyframes _goldenGlow_2xzj2_1{0%{box-shadow:0 4px 16px var(--cyberpunk-gold-glow), 0 0 24px #ffd70066, inset 0 1px 0 #ffffff4d}to{box-shadow:0 6px 20px var(--cyberpunk-gold-glow), 0 0 32px #ffd70099, inset 0 1px 0 #fff6}}._copyActionButton_2xzj2_939{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:0;width:28px;min-width:28px;height:28px;font-size:16px;font-weight:500;transition:all .3s;display:flex;color:#fff!important;border:1px solid var(--cyberpunk-purple-light)!important;background:linear-gradient(135deg, var(--cyberpunk-purple) 0%, var(--cyberpunk-purple-dark) 100%)!important;margin:0!important;padding:0!important}._copyActionButton_2xzj2_939:hover{transform:translateY(-1px)scale(1.02);box-shadow:0 4px 12px #7877c666;background:linear-gradient(135deg, var(--cyberpunk-purple-light) 0%, var(--cyberpunk-purple) 100%)!important;color:#fff!important;border-color:#fff!important}._copyActionButton_2xzj2_939:active{transform:translateY(0)scale(1)}._copyActionButton_2xzj2_939:focus{outline:none;box-shadow:0 0 0 2px #7877c640}._copyActionButton_2xzj2_939 ._copyIcon_2xzj2_974{font-size:16px;line-height:0}@media (width<=768px){._copyActionButton_2xzj2_939{width:24px;min-width:24px;height:24px;font-size:14px}._copyActionButton_2xzj2_939 ._copyIcon_2xzj2_974{font-size:14px}}._page_1b6rh_37{padding-inline:max(5%,50vw - 800px)}._text-center_1b6rh_62{text-align:center}._Header_1b6rh_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#10b981 0%,#06b6d4 50%,#0891b2 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_1b6rh_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_1b6rh_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1b6rh_90 ._Shape_1b6rh_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1b6rh_90 ._Shape_1b6rh_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_1b6rh_90 ._Shape_1b6rh_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_1b6rh_90 ._Shape_1b6rh_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_1b6rh_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1b6rh_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Badge_1b6rh_137 span{color:#fff}._Title_1b6rh_157{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_1b6rh_165{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._CenterCount_1b6rh_176{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #fff6;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;gap:24px;padding:20px 32px;animation:3s ease-in-out infinite _pulse_1b6rh_1;display:flex;position:relative;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d}@media (width<=900px){._CenterCount_1b6rh_176{display:none}}._CountItem_1b6rh_198{flex-direction:column;align-items:center;gap:4px;display:flex}._CountNumber_1b6rh_205{color:#fff;text-shadow:0 4px 12px #0003;letter-spacing:-.02em;font-size:2.5rem;font-weight:900;line-height:1}._CountLabel_1b6rh_214{color:#fffffff2;text-transform:uppercase;letter-spacing:.1em;text-shadow:0 1px 2px #0003;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}._Divider_1b6rh_226{background:linear-gradient(#0000,#fff6,#0000);width:2px;height:60px}@keyframes _pulse_1b6rh_1{0%,to{transform:scale(1);box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d}50%{transform:scale(1.05);box-shadow:0 12px 40px #00000026,inset 0 1px #fff6}}._ActionArea_1b6rh_242{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_1b6rh_242{justify-content:flex-start;width:100%;display:none}}._Illustration_1b6rh_256{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_1b6rh_1}@keyframes _float_1b6rh_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_1wujr_38{padding-inline:max(5%,50vw - 800px)}._text-center_1wujr_63{text-align:center}._container_1wujr_67{background:0 0;width:100%;max-width:100%;min-height:100vh;padding:0;position:relative;overflow-x:hidden}._container_1wujr_67:before{content:"";pointer-events:none;z-index:1;background-image:repeating-linear-gradient(90deg,#0000,#0000 98px,#7877c605 100px),repeating-linear-gradient(0deg,#0000,#0000 98px,#7877c605 100px);position:absolute;inset:0}._stickyHeader_1wujr_88{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0af2;border-bottom:1px solid #ffffff1a;width:100%;position:sticky;top:0}._content_1wujr_98{z-index:2;padding:0 2rem 2rem;box-sizing:border-box;width:100%;max-width:100%;padding-top:4rem;position:relative}._header_1wujr_108{text-align:center;z-index:2;max-width:1400px;margin-bottom:5rem;margin-left:auto;margin-right:auto;position:relative}._title_1wujr_118{color:#fff;letter-spacing:-.02em;text-shadow:0 0 20px #7877c680;margin:0 0 2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:4rem;font-weight:800;line-height:1.1}._subtitle_1wujr_129{color:#e0e0e0;max-width:600px;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:400;line-height:1.5}._section_1wujr_141{z-index:2;max-width:1400px;margin:0 auto 4rem;position:relative}._sectionHeader_1wujr_150{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._sectionTitle_1wujr_157{color:#fff;margin:0 0 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.25rem;font-weight:600;position:relative}._sectionTitle_1wujr_157:after{content:"";background:linear-gradient(90deg,#fff9,#fff3,#0000);width:80%;height:2px;position:absolute;bottom:-.5rem;left:0}._draftsSection_1wujr_175{margin-bottom:2rem}._draftsSection_1wujr_175 .embedded{background:0 0!important;min-height:auto!important;padding:0!important}._scenesLibrary_1wujr_184{margin-bottom:2rem}._publicToursSection_1wujr_188{max-width:1400px;margin-left:auto;margin-right:auto;padding-top:1rem;padding-left:0;padding-right:0;position:relative}._publicToursSection_1wujr_188:before{content:"";background:linear-gradient(90deg,#0000 0%,#7877c64d 20%,#7877c699 50%,#7877c64d 80%,#0000 100%);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}._publicToursHeader_1wujr_208{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto 3rem;padding:2rem 0 1rem;display:flex;position:relative}._publicToursHeader_1wujr_208:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(#7877c614 0%,#0000 70%);width:120%;height:100%;position:absolute;top:0;left:50%;transform:translate(-50%)}._publicToursHeader_1wujr_208 ._sectionTitle_1wujr_157{color:#fff;text-shadow:0 0 30px #7877c64d;letter-spacing:-.02em;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:2.5rem;font-weight:700;position:relative}._publicToursHeader_1wujr_208 ._sectionTitle_1wujr_157:after{content:"";background:linear-gradient(90deg,#7877c6cc 0%,#7877c699 30%,#7877c64d 70%,#0000 100%);border-radius:2px;width:100%;height:3px;position:absolute;bottom:-.75rem;left:0}._publicToursHeader_1wujr_208 ._sectionTitle_1wujr_157:hover{text-shadow:0 0 20px #7877c680,0 0 40px #7877c64d,0 0 60px #7877c633}._publicToursGrid_1wujr_253{box-sizing:border-box;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-content:center;justify-items:center;gap:1rem 1.5rem;width:100%;margin-bottom:2rem;padding:0 1.5rem;display:grid}._searchInputWrapper_1wujr_266{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:18px;display:flex}._searchInput_1wujr_266{flex:0 420px;min-width:220px;max-width:420px}._searchSubmit_1wujr_282{cursor:pointer;border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);background:#ffffff0f;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:8px 16px;font-size:14px;transition:all .2s;display:inline-flex}._searchSubmit_1wujr_282:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._tourThumbnail_1wujr_301{object-fit:cover;width:100%;height:160px}._placeholderThumbnail_1wujr_307{background:linear-gradient(135deg,#1a1a3e 0%,#2d1b69 100%);justify-content:center;align-items:center;width:100%;height:160px;display:flex}._placeholderIcon_1wujr_316{color:#7877c680;font-size:2.5rem}._tourInfo_1wujr_321{padding:1.2rem}._tourTitle_1wujr_325{color:#fff;margin:0 0 .4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:600}._tourDescription_1wujr_333{color:#c7d2fe;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .8rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.85rem;font-weight:400;line-height:1.4;display:-webkit-box;overflow:hidden}._tourMeta_1wujr_347{color:#fff9;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;display:flex}._scene_count_1wujr_357{color:#a5b4fc;background:#7877c633;border-radius:10px;padding:.2rem .4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-weight:600}._publishedDate_1wujr_367{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-style:italic}._tourActions_1wujr_373{gap:.4rem;display:flex}._loading_1wujr_378,._error_1wujr_379,._emptyState_1wujr_380{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;max-width:1400px;margin:0 auto;padding:3rem 8rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}._loadingIcon_1wujr_395,._emptyIcon_1wujr_396{color:#7877c680;margin-bottom:1rem;font-size:3rem;animation:2s linear infinite _spin_1wujr_1}@keyframes _spin_1wujr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadMoreContainer_1wujr_411{justify-content:center;max-width:1400px;min-height:1px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}@media (width<=768px){._content_1wujr_98{padding:3rem 1rem 1rem}._title_1wujr_118{letter-spacing:-.01em;font-size:2.5rem}._subtitle_1wujr_129{font-size:1.1rem}._sectionTitle_1wujr_157{font-size:1.75rem}._publicToursSection_1wujr_188{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}._publicToursGrid_1wujr_253{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem 1.1rem;padding:0 1rem}._searchInputWrapper_1wujr_266{width:100%}._searchInput_1wujr_266{max-width:none}._loading_1wujr_378,._error_1wujr_379,._emptyState_1wujr_380{padding-left:1rem;padding-right:1rem}._tourThumbnail_1wujr_301,._placeholderThumbnail_1wujr_307{height:140px}._tourInfo_1wujr_321{padding:1rem}._sectionHeader_1wujr_150,._publicToursHeader_1wujr_208{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem}._sectionHeader_1wujr_150 ._sectionTitle_1wujr_157,._publicToursHeader_1wujr_208 ._sectionTitle_1wujr_157{font-size:1.75rem}._draftsSection_1wujr_175{margin-bottom:1.5rem}._header_1wujr_108{margin-bottom:4rem}}@media (width<=480px){._content_1wujr_98{padding-top:2rem}._title_1wujr_118{font-size:2rem}._subtitle_1wujr_129{font-size:1rem}._sectionTitle_1wujr_157,._publicToursHeader_1wujr_208 ._sectionTitle_1wujr_157{font-size:1.5rem}._publicToursGrid_1wujr_253{grid-template-columns:1fr;padding:0 1rem}._loading_1wujr_378,._error_1wujr_379,._emptyState_1wujr_380{padding-left:1rem;padding-right:1rem}}._page_lun3i_37{padding-inline:max(5%,50vw - 800px)}._text-center_lun3i_62{text-align:center}._error_lun3i_66{text-align:center;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:2rem;display:flex}._error_lun3i_66 h2{color:#ff6b6b;margin-bottom:1rem;font-size:1.5rem;font-weight:600}._error_lun3i_66 p{color:var(--cyberpunk-text-primary);opacity:.8;max-width:400px;margin-bottom:2rem;line-height:1.6}._error_lun3i_66 button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}._error_lun3i_66 button:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.ant-modal._exitModal_lun3i_106 ._ant-modal-content_lun3i_106{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--cyberpunk-glass-border);border-radius:15px;box-shadow:0 8px 32px #0006,0 16px 40px #0003}.ant-modal._exitModal_lun3i_106 ._ant-modal-header_lun3i_113{background:0 0;border:none}.ant-modal._exitModal_lun3i_106 ._ant-modal-body_lun3i_117{padding:2rem}.ant-modal._exitModal_lun3i_106 ._ant-modal-close_lun3i_120{color:var(--cyberpunk-text-primary)}.ant-modal._exitModal_lun3i_106 ._ant-modal-close_lun3i_120:hover{background:#ffffff1a}._modalContent_lun3i_127{text-align:center;padding:1rem 0}._modalTitle_lun3i_132{color:var(--cyberpunk-text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600}._modalMessage_lun3i_139{color:var(--cyberpunk-text-primary);opacity:.8;margin:0 0 2rem;line-height:1.5}._modalActions_lun3i_146{justify-content:center;gap:1rem;display:flex}@media (width<=480px){._modalActions_lun3i_146{flex-direction:column}}._cancelButton_lun3i_157{border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;transition:all .3s}._cancelButton_lun3i_157:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._confirmButton_lun3i_172{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b6b 0%,#ee5a24 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}._confirmButton_lun3i_172:hover{background:linear-gradient(135deg,#ee5a24 0%,#ff6b6b 100%);transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b66}._tourViewerContainer_lun3i_189{opacity:1;width:100vw;height:100vh;transition:opacity .5s ease-in-out,transform .5s ease-in-out;position:fixed;top:0;left:0;transform:scale(1)}._tourViewerContainer_lun3i_189._fadeIn_lun3i_199{animation:.8s ease-out _tourViewerFadeIn_lun3i_1}@keyframes _tourViewerFadeIn_lun3i_1{0%{opacity:0;transform:scale(1.02)}50%{opacity:.7;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}._page_1458x_37{padding-inline:max(5%,50vw - 800px)}._text-center_1458x_62{text-align:center}@keyframes _te-levitate_1458x_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1458x_1{0%,to{box-shadow:0 8px 32px #8b7cf640,inset 0 -2px 10px #ffffff1f}50%{box-shadow:0 8px 40px #8b7cf673,inset 0 -2px 10px #ffffff2e}}._modal_1458x_82 .ant-modal-content{background:#1a1a2e;border:1px solid #ffffff1f;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0006,0 0 60px #8b5cf614}._modal_1458x_82 .ant-modal-header{background:linear-gradient(135deg,#8b5cf626 0%,#3b82f614 100%);border-bottom:1px solid #ffffff1f;padding:20px 24px}._modal_1458x_82 .ant-modal-title{color:#e8e8f0;letter-spacing:.02em;font-size:1.125rem;font-weight:600}._modal_1458x_82 .ant-modal-body{background:#1a1a2e;padding:24px}._modal_1458x_82 .ant-modal-close{color:#b8b8d0;top:16px;inset-inline-end:16px}._modal_1458x_82 .ant-modal-close:hover{color:#e8e8f0;background:#ffffff14}@media (prefers-reduced-motion:reduce){._modal_1458x_82,._modal_1458x_82 *,._modal_1458x_82:before,._modal_1458x_82:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._form_1458x_122 .ant-form-item{margin-bottom:20px}._form_1458x_122 .ant-form-item-label>label{color:#e8e8f0d9;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:500}._form_1458x_122 .ant-form-item-label>label.ant-form-item-required:before{color:#8b7cf6!important}._form_1458x_122 .ant-input,._form_1458x_122 .ant-input-affix-wrapper,._form_1458x_122 .ant-input-textarea{color:#e8e8f0;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;transition:border-color .2s,box-shadow .2s}._form_1458x_122 .ant-input::placeholder,._form_1458x_122 .ant-input-affix-wrapper::placeholder,._form_1458x_122 .ant-input-textarea::placeholder{color:#a09ee673}._form_1458x_122 .ant-input:hover,._form_1458x_122 .ant-input-affix-wrapper:hover,._form_1458x_122 .ant-input-textarea:hover{border-color:#8b5cf666}._form_1458x_122 .ant-input:focus,._form_1458x_122 .ant-input:focus-within,._form_1458x_122 .ant-input-affix-wrapper:focus,._form_1458x_122 .ant-input-affix-wrapper:focus-within,._form_1458x_122 .ant-input-textarea:focus,._form_1458x_122 .ant-input-textarea:focus-within{background:#ffffff0f;border-color:#8b7cf6;box-shadow:0 0 0 2px #8b5cf633}._form_1458x_122 .ant-input-textarea-show-count:after{color:#a09ee68c;font-size:.75rem}._form_1458x_122 .ant-form-item-has-error .ant-input,._form_1458x_122 .ant-form-item-has-error .ant-input-affix-wrapper{border-color:#ff6b6b!important}._form_1458x_122 .ant-form-item-has-error .ant-input:focus,._form_1458x_122 .ant-form-item-has-error .ant-input:focus-within,._form_1458x_122 .ant-form-item-has-error .ant-input-affix-wrapper:focus,._form_1458x_122 .ant-form-item-has-error .ant-input-affix-wrapper:focus-within{box-shadow:0 0 0 2px #ec489933!important}._form_1458x_122 .ant-form-item-explain-error{color:#ff6b6b;margin-top:4px;font-size:.8125rem}._fieldLabel_1458x_182{align-items:center;gap:6px;margin-bottom:8px;display:flex}._fieldLabel_1458x_182 p{color:#e8e8f0d9;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:500}._requiredBadge_1458x_197{color:#8b7cf6;font-size:.875rem;line-height:1}._thumbnailSection_1458x_203{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}._thumbnailRow_1458x_210{align-items:center;gap:16px;display:flex}._thumbnailRow_1458x_210 .btn.btn-outline{color:#a09ee6e6;box-shadow:none;background:0 0;border:1px solid #a09ee680;transition:border-color .2s,box-shadow .2s,color .2s}._thumbnailRow_1458x_210 .btn.btn-outline:hover:not(:disabled){color:#e8e8f0;border-color:#a09ee6d9;box-shadow:0 0 10px #7877c659}._thumbnailRow_1458x_210 .btn.btn-outline:disabled{opacity:.4}._thumbnailPreview_1458x_231{border:1px solid #ffffff1f;border-radius:8px;flex-shrink:0;width:128px;height:80px;transition:border-color .2s,box-shadow .2s,transform .15s;position:relative;overflow:hidden}._thumbnailPreview_1458x_231:after{content:"";pointer-events:none;border-radius:inherit;background:#7877c600;transition:background .2s;position:absolute;inset:0}._thumbnailPreview_1458x_231:hover{border-color:#a09ee6b3;transform:translateY(-1px);box-shadow:0 0 14px #7877c673}._thumbnailPreview_1458x_231:hover:after{background:#7877c640}._thumbnailImage_1458x_259{object-fit:cover;width:100%;height:100%}._removeButton_1458x_265{top:4px;color:#fff;cursor:pointer;background:#ec4899d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:44px;height:20px;min-height:44px;font-size:.7rem;transition:background .2s,transform .15s;display:flex;position:absolute;inset-inline-end:4px}._removeButton_1458x_265:hover{background:#ff6b6b;transform:scale(1.15)}._thumbnailPlaceholder_1458x_289{background:#ffffff08;border:1px dashed #ffffff1f;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:128px;height:80px;transition:border-color .2s,box-shadow .2s,background .2s,transform .15s;display:flex}._thumbnailPlaceholder_1458x_289:hover{background:#7877c614;border-color:#a09ee6b3;transform:translateY(-1px);box-shadow:0 0 14px #7877c64d}._thumbnailPlaceholder_1458x_289:hover ._placeholderIcon_1458x_308{color:#a09ee6cc}._thumbnailPlaceholder--error_1458x_312{border-color:#ff6b6b}._placeholderIcon_1458x_308{color:#9898b8;margin-bottom:4px;font-size:1.375rem}._placeholderText_1458x_322{text-align:center;color:#a09ee68c!important;margin:0!important;font-size:.7rem!important}._thumbnailError_1458x_329{color:#ff6b6b;margin-top:2px;font-size:.8125rem}._actions_1458x_335{border-top:1px solid #a09ee633;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}._actions_1458x_335 .btn.btn-primary{color:#e8e8f0;background:#8b7cf6d9;border:1px solid #a09ee6b3;transition:box-shadow .2s,transform .15s;box-shadow:0 0 14px #7877c68c}._actions_1458x_335 .btn.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 22px #7877c6d9}._actions_1458x_335 .btn.btn-primary:disabled{opacity:.5}._actions_1458x_335 .btn.btn-outline{color:#a09ee6e6;box-shadow:none;background:0 0;border:1px solid #a09ee680;transition:border-color .2s,box-shadow .2s,color .2s}._actions_1458x_335 .btn.btn-outline:hover:not(:disabled){color:#e8e8f0;border-color:#a09ee6d9;box-shadow:0 0 10px #7877c659}._actions_1458x_335 .btn.btn-outline:disabled{opacity:.4}[dir=rtl] ._actions_1458x_335{flex-direction:row-reverse;justify-content:flex-start}@media (width<=768px){._modal_1458x_82 .ant-modal-body{padding:16px}._thumbnailPreview_1458x_231,._thumbnailPlaceholder_1458x_289{width:100%;height:112px}._thumbnailRow_1458x_210{flex-direction:column;align-items:flex-start}._actions_1458x_335{flex-direction:column;gap:8px}._actions_1458x_335 button{width:100%}}._page_1modc_37{padding-inline:max(5%,50vw - 800px)}._text-center_1modc_62{text-align:center}._quota_1modc_66{flex-direction:column;gap:4px;min-width:160px;display:flex}._barTrack_1modc_73{background:var(--editor-border-subtle);border-radius:3px;height:6px;overflow:hidden}._barFill_1modc_80{background:#52c41a;border-radius:3px;height:100%;transition:width .4s}._barFill_1modc_80._warning_1modc_86{background:#faad14}._barFill_1modc_80._critical_1modc_89{background:#ff4d4f}._label_1modc_93{color:var(--editor-text-muted);white-space:nowrap;font-size:11px}._page_5tk1z_37{padding-inline:max(5%,50vw - 800px)}._text-center_5tk1z_62{text-align:center}._zone_5tk1z_66{border:2px dashed var(--editor-border-medium);cursor:pointer;background:0 0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:20px 16px;transition:all .25s;display:flex}._zone_5tk1z_66:hover{border-color:var(--editor-accent);background:var(--editor-accent-muted)}._zone_5tk1z_66._dragOver_5tk1z_83{border-color:var(--editor-accent-hover);background:var(--editor-accent-muted)}._zone_5tk1z_66._disabled_5tk1z_87{opacity:.5;pointer-events:none}._hiddenInput_5tk1z_92{display:none}._icon_5tk1z_96{color:var(--editor-accent);font-size:28px}._primaryText_5tk1z_101{color:var(--editor-text-primary);font-size:13px;font-weight:500}._secondaryText_5tk1z_107{color:var(--editor-text-muted);font-size:11px;text-decoration:underline}._page_17j97_37{padding-inline:max(5%,50vw - 800px)}._text-center_17j97_62{text-align:center}._list_17j97_66{scrollbar-width:thin;scrollbar-color:var(--editor-accent) var(--editor-border-subtle);flex-direction:column;gap:8px;max-height:180px;padding-inline-end:6px;display:flex;overflow-y:auto}._list_17j97_66::-webkit-scrollbar{width:8px}._list_17j97_66::-webkit-scrollbar-track{background:var(--editor-border-subtle);border-radius:10px}._list_17j97_66::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent));border:1px solid var(--editor-border-medium);border-radius:10px}._list_17j97_66::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent-hover))}._header_17j97_92{justify-content:space-between;align-items:center;padding-bottom:4px;display:flex}._itemsGrid_17j97_99{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:8px;display:grid}._title_17j97_107{color:var(--editor-text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}._clearBtn_17j97_115{color:var(--editor-accent);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:11px}._clearBtn_17j97_115:hover{background:var(--editor-accent-muted);color:var(--editor-accent-hover)}._item_17j97_99{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;height:100%;min-height:72px;padding:10px 12px;transition:background .2s;display:flex}._itemInfo_17j97_143{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}._fileName_17j97_151{color:var(--editor-text-primary);white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;font-weight:500;line-height:1.25;display:-webkit-box;overflow:hidden}._meta_17j97_164{color:var(--editor-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}._errorMsg_17j97_172{color:#ff4d4f;font-size:11px}._itemActions_17j97_177{flex-shrink:0;align-self:flex-start;align-items:center;gap:8px;display:flex}._spinner_17j97_185{color:var(--editor-accent);font-size:16px;animation:1s linear infinite _spin_17j97_185}@keyframes _spin_17j97_185{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successIcon_17j97_199{color:#52c41a;font-size:16px}._dupIcon_17j97_204{color:#faad14;font-size:16px}._errorIcon_17j97_209{color:#ff4d4f;font-size:16px}._cancelBtn_17j97_214,._dismissBtn_17j97_215{color:var(--editor-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:2px;font-size:12px;display:flex}._cancelBtn_17j97_214:hover,._dismissBtn_17j97_215:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._itemActions_17j97_177 .ant-progress-text{color:var(--editor-text-muted)!important;font-size:9px!important}@media (width<=900px){._itemsGrid_17j97_99{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){._itemsGrid_17j97_99{grid-template-columns:minmax(0,1fr)}}._page_lj0wt_37{padding-inline:max(5%,50vw - 800px)}._text-center_lj0wt_62{text-align:center}._filters_lj0wt_66{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._pills_lj0wt_74{gap:6px;display:flex}._pill_lj0wt_74{border:1px solid var(--editor-border-subtle);color:var(--editor-text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:16px;padding:4px 14px;font-size:12px;font-weight:500;transition:all .2s}._pill_lj0wt_74:hover{border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._pill_lj0wt_74._active_lj0wt_95{background:var(--editor-accent-muted);border-color:var(--editor-accent);color:var(--editor-text-primary)}._searchInput_lj0wt_101{flex-shrink:0;max-width:240px}._searchInput_lj0wt_101.ant-input-affix-wrapper{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);color:var(--editor-text-primary);border-radius:8px}._searchInput_lj0wt_101.ant-input-affix-wrapper input{color:var(--editor-text-primary);background:0 0}._searchInput_lj0wt_101.ant-input-affix-wrapper input::placeholder{color:var(--editor-text-muted)}._searchInput_lj0wt_101.ant-input-affix-wrapper:hover,._searchInput_lj0wt_101.ant-input-affix-wrapper:focus-within{border-color:var(--editor-accent)}._tagsSelect_lj0wt_122{flex:1;min-width:180px;max-width:280px}._tagsSelect_lj0wt_122.ant-select .ant-select-selector,._tagsSelect_lj0wt_122.ant-select.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector,._tagsSelect_lj0wt_122.ant-select.ant-select-multiple .ant-select-selector{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important;border-radius:8px!important}._tagsSelect_lj0wt_122.ant-select .ant-select-selection-search-input,._tagsSelect_lj0wt_122.ant-select .ant-select-selection-placeholder{color:var(--editor-text-primary)!important;background:0 0!important}._tagsSelect_lj0wt_122.ant-select .ant-select-selection-item{background:var(--editor-accent-muted)!important;border:1px solid var(--editor-accent)!important;color:var(--editor-text-primary)!important}._tagsSelect_lj0wt_122.ant-select .ant-select-selection-placeholder,._tagsSelect_lj0wt_122.ant-select .ant-select-arrow,._tagsSelect_lj0wt_122.ant-select .ant-select-clear{color:var(--editor-text-muted)!important}._tagsSelect_lj0wt_122.ant-select.ant-select-focused .ant-select-selector,._tagsSelect_lj0wt_122.ant-select:hover .ant-select-selector{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._sortSelect_lj0wt_153{flex-shrink:0;min-width:150px}._sortSelect_lj0wt_153.ant-select .ant-select-selector,._sortSelect_lj0wt_153.ant-select.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important;border-radius:8px!important}._sortSelect_lj0wt_153.ant-select .ant-select-selection-item{color:var(--editor-text-primary)!important}._sortSelect_lj0wt_153.ant-select .ant-select-selection-placeholder,._sortSelect_lj0wt_153.ant-select .ant-select-arrow{color:var(--editor-text-muted)!important}._sortSelect_lj0wt_153.ant-select.ant-select-focused .ant-select-selector,._sortSelect_lj0wt_153.ant-select:hover .ant-select-selector{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._page_1f0sc_37{padding-inline:max(5%,50vw - 800px)}._text-center_1f0sc_62{text-align:center}._cardWrap_1f0sc_66{padding-top:10px;position:relative;overflow:visible}._card_1f0sc_66{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);cursor:pointer;border-radius:10px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}._card_1f0sc_66:hover{border-color:var(--editor-border-medium);transform:translateY(-2px);box-shadow:0 3px 10px #0003}._card_1f0sc_66._selected_1f0sc_87{border-color:var(--editor-accent);box-shadow:0 0 0 2px var(--editor-accent-muted)}._card_1f0sc_66._existingItem_1f0sc_91{border-color:#f5a623;box-shadow:0 0 0 2px #f5a62359}._existingLegend_1f0sc_96{z-index:3;color:#2b1c00;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;background:#f5a623;border:1px solid #f5a623;border-radius:999px;padding:1px 6px;font-size:9px;font-weight:700;position:absolute;top:8px;left:50%;transform:translate(-50%,-45%)}._thumbnail_1f0sc_114{aspect-ratio:1;background:var(--editor-bg-elevated);position:relative;overflow:hidden}._thumbImg_1f0sc_121{object-fit:cover;width:100%;height:100%}._thumbPlaceholder_1f0sc_127{width:100%;height:100%;color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:22px;display:flex}._typeBadge_1f0sc_137{top:4px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:20px;height:20px;color:var(--editor-text-secondary);background:#0000008c;border-radius:5px;justify-content:center;align-items:center;font-size:10px;display:flex;position:absolute;inset-inline-end:4px}._info_1f0sc_153{flex-direction:column;gap:1px;padding:6px 7px 7px;display:flex}._name_1f0sc_160{color:var(--editor-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}._meta_1f0sc_169{color:var(--editor-text-muted);font-size:10px}._page_163jp_37{padding-inline:max(5%,50vw - 800px)}._text-center_163jp_62{text-align:center}._wrapper_163jp_66{scrollbar-width:thin;scrollbar-color:var(--editor-accent) var(--editor-border-subtle);flex-direction:column;flex:1;gap:16px;min-height:0;padding-inline-end:6px;display:flex;overflow-y:auto}._wrapper_163jp_66::-webkit-scrollbar{width:8px}._wrapper_163jp_66::-webkit-scrollbar-track{background:var(--editor-border-subtle);border-radius:10px}._wrapper_163jp_66::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent));border:1px solid var(--editor-border-medium);border-radius:10px}._wrapper_163jp_66::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent-hover))}._grid_163jp_93{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;padding-top:6px;display:grid}._center_163jp_100{flex:1;justify-content:center;align-items:center;min-height:160px;display:flex}._emptyText_163jp_108{color:var(--editor-text-muted);font-size:13px}._loadMore_163jp_113{border:1px solid var(--editor-border-subtle);background:var(--editor-input-bg);color:var(--editor-text-secondary);cursor:pointer;border-radius:8px;align-self:center;padding:6px 24px;font-size:13px;transition:all .2s}._loadMore_163jp_113:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._loadMore_163jp_113:disabled{opacity:.5;cursor:default}._page_12l79_37{padding-inline:max(5%,50vw - 800px)}._text-center_12l79_62{text-align:center}._panel_12l79_66{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:12px;flex-direction:column;flex-shrink:0;gap:14px;width:260px;padding:12px;display:flex;position:relative;overflow:visible}._typeBadge_12l79_80{top:8px;z-index:2;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;border:1px solid #ffffff40;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;font-size:13px;display:inline-flex;position:absolute;inset-inline-start:8px;box-shadow:0 2px 6px #0006}._closeBtn_12l79_99{top:-10px;z-index:10;background:var(--editor-bg-elevated);border:1px solid var(--editor-border-subtle);color:var(--editor-text-muted);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:4px;font-size:11px;display:inline-flex;position:absolute;inset-inline-end:-10px;box-shadow:0 2px 6px #0000004d}._closeBtn_12l79_99:hover{color:var(--editor-text-primary);background:var(--editor-bg-panel);border-color:var(--editor-border-medium)}._preview_12l79_125{aspect-ratio:4/3;background:var(--editor-bg-elevated);border-radius:10px;position:relative;overflow:hidden}._previewImg_12l79_133{object-fit:contain;width:100%;height:100%}._previewPlayable_12l79_139{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}._previewPlayable_12l79_139:hover ._playBadge_12l79_150{background:var(--editor-accent-hover);transform:scale(1.05)}._playBadge_12l79_150{background:var(--editor-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;transition:transform .18s,background .18s;display:inline-flex;position:absolute;box-shadow:0 4px 14px #00000059}._playerModal_12l79_170 .ant-modal-content{background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:16px}._playerModal_12l79_170 .ant-modal-close{color:var(--editor-text-muted)}._playerModal_12l79_170 .ant-modal-close:hover{color:var(--editor-text-primary)}._mediaPlayerVideo_12l79_184{background:var(--editor-bg-elevated);border-radius:8px;width:100%;max-height:56vh}._mediaPlayerAudio_12l79_191{width:100%}._previewPlaceholder_12l79_195{background:linear-gradient(135deg, var(--editor-bg-elevated), var(--editor-input-bg));width:100%;height:100%}._field_12l79_202{min-width:0}._nameRow_12l79_206{align-items:center;gap:6px;display:flex}._nameText_12l79_212{color:var(--editor-text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}._iconBtn_12l79_222{color:var(--editor-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px;font-size:12px;display:flex}._iconBtn_12l79_222:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._metaList_12l79_238{flex-direction:column;gap:6px;display:flex}._metaItem_12l79_244{color:var(--editor-text-muted);align-items:center;gap:6px;font-size:11px;display:flex}._copyBtn_12l79_252{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0}._copyBtn_12l79_252:hover{color:var(--editor-accent)}._section_12l79_264{flex-direction:column;gap:6px;display:flex}._sectionHeader_12l79_270{color:var(--editor-text-secondary);text-transform:uppercase;letter-spacing:.4px;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}._tagsWrap_12l79_281{flex-wrap:wrap;gap:4px;display:flex}._tag_12l79_281.ant-tag{cursor:pointer;background:var(--editor-accent-muted);border-color:var(--editor-border-medium);color:var(--editor-text-primary);border-radius:4px;margin:0;padding-inline-end:18px;font-size:11px;position:relative}._tag_12l79_281.ant-tag .ant-tag-close-icon{top:-5px;color:#fff;background:var(--editor-input-bg);border:1px solid var(--editor-border-medium);border-radius:999px;justify-content:center;align-items:center;width:12px;height:12px;margin:0;font-size:9px;line-height:1;display:inline-flex;position:absolute;inset-inline-end:-5px}._tag_12l79_281.ant-tag .ant-tag-close-icon:hover{color:#fff;background:var(--editor-accent-hover);border-color:var(--editor-accent-hover)}._tagInput_12l79_321.ant-input{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);width:100px;color:var(--editor-text-primary);border-radius:4px;font-size:11px}._tagInput_12l79_321.ant-input::placeholder{color:var(--editor-text-muted)}._actions_12l79_334{border-top:1px solid var(--editor-border-subtle);align-items:center;gap:8px;margin-top:auto;padding-top:8px;display:flex}._downloadBtn_12l79_343{border:1px solid var(--editor-border-subtle);background:var(--editor-bg-elevated);min-height:28px;color:var(--editor-text-secondary);cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:4px 10px;font-size:12px;text-decoration:none;display:inline-flex}._downloadBtn_12l79_343:hover:not(:disabled){border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._downloadBtn_12l79_343:disabled{opacity:.6;cursor:default}._deleteBtn_12l79_368.ant-btn{color:#ff8e8e;width:100%;height:28px;box-shadow:none;background:#ff6b6b1f;border:1px solid #ff6b6b73;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:6px;padding:4px 10px;display:inline-flex}._deleteBtn_12l79_368.ant-btn:hover:not(:disabled),._deleteBtn_12l79_368.ant-btn:focus-visible:not(:disabled){color:#ffd0d0;background:#ff6b6b33;border-color:#ff6b6ba6}._deleteBtn_12l79_368.ant-btn:disabled{opacity:.55}._page_eu082_37{padding-inline:max(5%,50vw - 800px)}._text-center_eu082_62{text-align:center}._modal_eu082_67 .ant-modal-content{background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:0;overflow:hidden}._modal_eu082_67 .ant-modal-close{color:var(--editor-text-muted);top:18px;inset-inline-end:20px}._modal_eu082_67 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_eu082_67 .ant-modal-body{padding:0}._container_eu082_87{flex-direction:column;gap:14px;max-height:80vh;padding:24px;display:flex;overflow:hidden}._header_eu082_96{justify-content:space-between;align-items:center;gap:16px;display:flex}._title_eu082_103{color:var(--editor-text-primary);margin:0;font-size:18px;font-weight:700}._uploadHint_eu082_110{color:var(--editor-text-muted);align-items:center;gap:6px;margin-top:-6px;font-size:12px;display:inline-flex}._uploadHintIcon_eu082_119{flex:none;font-size:13px}._body_eu082_124{flex:1;gap:14px;min-height:0;display:flex;overflow:visible}._page_1na23_37{padding-inline:max(5%,50vw - 800px)}._text-center_1na23_62{text-align:center}._pickerModal_1na23_67 .ant-modal-content{background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px;padding:0;overflow:hidden}._pickerModal_1na23_67 .ant-modal-close{color:var(--editor-text-muted);top:18px;inset-inline-end:20px}._pickerModal_1na23_67 .ant-modal-close:hover{color:var(--editor-text-primary)}._pickerModal_1na23_67 .ant-modal-body{padding:0}._container_1na23_87{flex-direction:column;gap:14px;max-height:80vh;padding:24px;display:flex;overflow:hidden}._header_1na23_96{justify-content:space-between;align-items:center;gap:16px;display:flex}._title_1na23_103{color:var(--editor-text-primary);margin:0;font-size:18px;font-weight:700}._body_1na23_110{flex:1;min-height:0;overflow:auto}._footer_1na23_116{border-top:1px solid var(--editor-border-subtle);justify-content:flex-end;gap:8px;padding-top:12px;display:flex}._page_z5bxo_37{padding-inline:max(5%,50vw - 800px)}._text-center_z5bxo_62{text-align:center}._modal_z5bxo_66 .ant-modal-content{background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px}._modal_z5bxo_66 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;padding:20px 24px}._modal_z5bxo_66 .ant-modal-title{color:var(--editor-text-primary);font-size:18px;font-weight:600}._modal_z5bxo_66 .ant-modal-body{padding:24px}._modal_z5bxo_66 .ant-modal-close{color:var(--editor-text-muted)}._modal_z5bxo_66 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_z5bxo_66 .ant-input,._modal_z5bxo_66 .ant-input-affix-wrapper,._modal_z5bxo_66 textarea.ant-input{background:var(--editor-input-bg)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important}._modal_z5bxo_66 .ant-input::placeholder,._modal_z5bxo_66 .ant-input-affix-wrapper::placeholder,._modal_z5bxo_66 textarea.ant-input::placeholder{color:var(--editor-text-muted)!important}._modal_z5bxo_66 .ant-input:hover,._modal_z5bxo_66 .ant-input-affix-wrapper:hover,._modal_z5bxo_66 textarea.ant-input:hover{border-color:var(--editor-border-medium)!important}._modal_z5bxo_66 .ant-input:focus,._modal_z5bxo_66 .ant-input-affix-wrapper:focus,._modal_z5bxo_66 textarea.ant-input:focus,._modal_z5bxo_66 .ant-input-affix-wrapper-focused{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._modal_z5bxo_66 .ant-input-textarea-show-count:after,._modal_z5bxo_66 .ant-input-show-count-suffix,._modal_z5bxo_66 .ant-input-data-count{color:var(--editor-text-muted)!important}._modal_z5bxo_66 .ant-alert{border-radius:8px}._modal_z5bxo_66 .ant-alert-error{background:#ff4d4f14;border-color:#ff4d4f40}._modal_z5bxo_66 .ant-alert-error .ant-alert-message{color:#ff7875}._modal_z5bxo_66 .ant-alert-error .ant-alert-description{color:var(--editor-text-secondary)}._modal_z5bxo_66 .ant-alert-success{background:#52c41a14;border-color:#52c41a40}._modal_z5bxo_66 .ant-alert-success .ant-alert-message{color:#95de64;font-weight:600}._modal_z5bxo_66 .ant-alert-success .ant-alert-description{color:var(--editor-text-secondary)}._modal_z5bxo_66 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-secondary)}._modal_z5bxo_66 .ant-btn-default:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._modal_z5bxo_66 .ant-btn-default:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-muted);opacity:.5}._modal_z5bxo_66 .ant-progress-inner{background:var(--editor-border-subtle)!important}._form_z5bxo_167{flex-direction:column;gap:20px;display:flex}._formField_z5bxo_173{flex-direction:column;gap:8px;display:flex}._label_z5bxo_179{color:var(--editor-text-primary);font-size:14px;font-weight:500}._required_z5bxo_185{color:#ff7875}._optional_z5bxo_189{color:var(--editor-text-muted);font-weight:400}._errorAlert_z5bxo_194{margin-bottom:4px}._thumbnailSection_z5bxo_198{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}._thumbnailLabel_z5bxo_208{color:var(--editor-text-primary);font-size:14px;font-weight:500}._thumbnailLoading_z5bxo_214{color:var(--editor-text-muted);justify-content:center;align-items:center;gap:10px;padding:28px 16px;font-size:13px;display:flex}._thumbnailSpinner_z5bxo_224{border:2px solid var(--editor-accent-muted);border-top-color:var(--editor-accent-hover);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite _spin_z5bxo_1}@keyframes _spin_z5bxo_1{to{transform:rotate(360deg)}}._thumbnailPreviewWrapper_z5bxo_238{border-radius:6px;position:relative;overflow:hidden}._thumbnailPreviewWrapper_z5bxo_238:hover ._thumbnailOverlay_z5bxo_243{opacity:1}._thumbnailImage_z5bxo_247{object-fit:cover;border:1px solid var(--editor-border-subtle);border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailOverlay_z5bxo_243{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailChangeButton_z5bxo_268{align-items:center;gap:6px;font-size:14px;display:flex;color:var(--editor-text-primary)!important}._thumbnailChangeButton_z5bxo_268:hover{color:var(--editor-accent-hover)!important;background:var(--editor-accent-muted)!important}._thumbnailEmptyState_z5bxo_280{background:var(--editor-input-bg);border:2px dashed var(--editor-border-medium);cursor:pointer;width:100%;color:var(--editor-text-muted);border-radius:6px;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;transition:all .2s;display:flex}._thumbnailEmptyState_z5bxo_280:hover:not(:disabled){border-color:var(--editor-accent);background:var(--editor-accent-muted);color:var(--editor-text-primary)}._thumbnailEmptyState_z5bxo_280:disabled{opacity:.5;cursor:not-allowed}._thumbnailEmptyIcon_z5bxo_304{color:var(--editor-accent);opacity:.6;font-size:28px}._thumbnailEmptyText_z5bxo_310{font-size:13px}._thumbnailHint_z5bxo_314{color:var(--editor-text-muted);font-size:12px;display:block}._thumbnailWarning_z5bxo_320{color:#ff7875;font-size:12px;font-weight:500;display:block}._hiddenInput_z5bxo_327{display:none}._progressContainer_z5bxo_331{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}._progressText_z5bxo_341{text-align:center;color:var(--editor-text-secondary);margin:0;font-size:14px}._actions_z5bxo_348{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}._uploadButton_z5bxo_355{background:linear-gradient(135deg, var(--editor-accent) 0%, var(--editor-accent-hover) 100%);border:1px solid var(--editor-accent-glow);box-shadow:0 4px 12px #6366f140}._uploadButton_z5bxo_355:hover:not(:disabled){background:linear-gradient(135deg, var(--editor-accent-hover) 0%, #a5b4fc 100%);box-shadow:0 6px 16px var(--editor-accent-glow)}._uploadButton_z5bxo_355:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted)}._successContainer_z5bxo_371{flex-direction:column;gap:24px;display:flex}._urlContainer_z5bxo_377{flex-direction:column;gap:8px;display:flex}._urlInput_z5bxo_383{font-family:Consolas,Monaco,Courier New,monospace;font-size:13px}._urlInput_z5bxo_383:focus{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._copyButton_z5bxo_392{background:linear-gradient(135deg, var(--editor-accent) 0%, var(--editor-accent-hover) 100%);border:1px solid var(--editor-accent-glow);transition:all .3s;box-shadow:0 4px 12px #6366f140}._copyButton_z5bxo_392:hover{background:linear-gradient(135deg, var(--editor-accent-hover) 0%, #a5b4fc 100%);box-shadow:0 6px 16px var(--editor-accent-glow)}._backToStudioButton_z5bxo_403{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border:1px solid #f59e0b80;box-shadow:0 4px 12px #f9731640}._backToStudioButton_z5bxo_403:hover{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#fb923c 100%);box-shadow:0 6px 16px #f9731659}._page_rbb7u_37{padding-inline:max(5%,50vw - 800px)}._text-center_rbb7u_62{text-align:center}._mediaLibBtn_rbb7u_66{white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;display:inline-flex}._page_2ptqz_37{padding-inline:max(5%,50vw - 800px)}._text-center_2ptqz_62{text-align:center}._Header_2ptqz_66{color:#fff;isolation:isolate;background:linear-gradient(120deg,#8b5cf6 0%,#ec4899 50%,#06b6d4 100%);border-radius:24px;justify-content:space-between;align-items:center;width:100%;margin-bottom:2rem;padding:16px 60px;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (width<=900px){._Header_2ptqz_66{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_2ptqz_90{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_2ptqz_90 ._Shape_2ptqz_100{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_2ptqz_90 ._Shape_2ptqz_100:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_2ptqz_90 ._Shape_2ptqz_100:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_2ptqz_90 ._Shape_2ptqz_100:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_2ptqz_128{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_2ptqz_137{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#fff3;border:1px solid #ffffff4d;border-radius:100px;align-items:center;gap:8px;width:fit-content;padding:6px 16px;font-size:.875rem;font-weight:600;display:inline-flex}._Badge_2ptqz_137 span{color:#fff}._Title_2ptqz_157{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_2ptqz_165{text-shadow:0 1px 2px #0003;max-width:90%;margin:0;font-size:1rem;font-weight:600;line-height:1.5;color:#fff!important;opacity:1!important}._ActionArea_2ptqz_176{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_2ptqz_176{justify-content:flex-start;width:100%;display:none}}._Illustration_2ptqz_190{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_2ptqz_1}@keyframes _float_2ptqz_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_kiccy_38{padding-inline:max(5%,50vw - 800px)}._text-center_kiccy_63{text-align:center}._card_kiccy_67{text-align:start;background:var(--cyberpunk-dark-1);cursor:pointer;border:1px solid;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 6px #0000001a}._card_kiccy_67:hover{background:var(--cyberpunk-dark-2);transform:scale(1.02);box-shadow:0 12px 24px #0003}._card_kiccy_67:hover ._plusIcon_kiccy_84{opacity:1}._card_kiccy_67:hover ._title_kiccy_87{color:var(--cyberpunk-cyan)}._card_kiccy_67:hover ._description_kiccy_90{color:var(--cyberpunk-text-secondary)}._topBar_kiccy_94{top:0;background:linear-gradient(90deg, var(--from), var(--to));height:4px;position:absolute;inset-inline:0}._iconContainer_kiccy_103{background:linear-gradient(135deg, var(--from), var(--to));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:32px;display:flex;box-shadow:0 8px 16px #0000004d}._plusIcon_kiccy_84{top:20px;background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .3s;display:flex;position:absolute;inset-inline-end:20px}._title_kiccy_87{color:var(--cyberpunk-text-primary);margin:0 0 8px;font-size:20px;font-weight:700;transition:color .3s}._description_kiccy_90{color:var(--cyberpunk-text-muted);margin:0;font-size:14px;transition:color .3s}._draftMode_kiccy_150:hover ._editOverlay_kiccy_150{opacity:1}._draftMode_kiccy_150:hover ._title_kiccy_87{color:var(--cyberpunk-cyan)}._draftLayout_kiccy_157{height:100%;position:relative}._draftLeft_kiccy_162{flex-direction:column;display:flex}._draftRight_kiccy_167{top:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex-direction:column;gap:6px;width:80px;padding:8px;display:flex;position:absolute;inset-inline-end:0}._draftThumbnail_kiccy_182{aspect-ratio:1;background:var(--cyberpunk-dark-2);border:1px solid var(--cyberpunk-glass-border);border-radius:6px;width:100%;position:relative;overflow:hidden}._draftThumbnailImage_kiccy_192{object-fit:cover;width:100%;height:100%}._draftThumbnailPlaceholder_kiccy_198{background:linear-gradient(135deg, var(--from), var(--to));color:#fff;opacity:.5;justify-content:center;align-items:center;width:100%;height:100%;font-size:24px;display:flex}._editOverlay_kiccy_150{opacity:0;color:#fff;background:#00000080;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}._draftInfo_kiccy_222{flex-direction:column;gap:3px;margin-bottom:8px;display:flex}._draftTitle_kiccy_229{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}._partsMeta_kiccy_239{color:var(--cyberpunk-text-muted);font-size:12px}._continueLabel_kiccy_244{display:none}._deleteDraftBtn_kiccy_248{top:6px;z-index:2;color:#ff7878d9;cursor:pointer;background:#ff50501f;border:1px solid #ff505059;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:background .2s,color .2s,border-color .2s;display:flex;position:absolute;inset-inline-end:6px}._deleteDraftBtn_kiccy_248:hover{color:#fff;background:#ff50504d;border-color:#ff5050b3}._deleteModalTitle_kiccy_272{align-items:center;gap:8px;display:flex}._deleteModalFooter_kiccy_278{justify-content:flex-end;gap:8px;display:flex}._page_1bgwd_37{padding-inline:max(5%,50vw - 800px)}._text-center_1bgwd_62{text-align:center}._card_1bgwd_66{--from:#f97316;--to:#f59e0b;text-align:start;background:linear-gradient(90deg, var(--from), var(--to)) top/100% 4px no-repeat, var(--cyberpunk-dark-1);cursor:pointer;border:1px solid #f973164d;border-radius:16px;grid-template-columns:1fr auto;align-items:center;column-gap:12px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:visible;box-shadow:0 4px 6px #0000001a}._card_1bgwd_66._cardFull_1bgwd_84{cursor:default}._card_1bgwd_66._cardFull_1bgwd_84 ._plusIcon_1bgwd_87{display:none}._card_1bgwd_66:hover{background:linear-gradient(90deg, var(--from), var(--to)) top/100% 4px no-repeat, var(--cyberpunk-dark-2);transform:scale(1.02);box-shadow:0 12px 24px #0003}._card_1bgwd_66:hover ._plusIcon_1bgwd_87{opacity:1}._card_1bgwd_66:hover ._title_1bgwd_98{color:var(--cyberpunk-cyan)}._card_1bgwd_66:hover ._description_1bgwd_101{color:var(--cyberpunk-text-secondary)}._card_1bgwd_66:hover ._sphereSlot_1bgwd_104:first-child{transform:translate(0)scale(1)}._card_1bgwd_66:hover ._sphereSlot_1bgwd_104:nth-child(2){transform:translate(-78px)scale(1)}._card_1bgwd_66:hover ._sphereSlot_1bgwd_104:nth-child(3){transform:translate(-156px)scale(1)}._card_1bgwd_66:hover ._sphereSlot_1bgwd_104:nth-child(4){transform:translate(-234px)scale(1)}._card_1bgwd_66:hover ._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:first-child{transform:translate(0)scale(1)}._card_1bgwd_66:hover ._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:nth-child(2){transform:translate(78px)scale(1)}._card_1bgwd_66:hover ._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:nth-child(3){transform:translate(156px)scale(1)}._card_1bgwd_66:hover ._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:nth-child(4){transform:translate(234px)scale(1)}._card_1bgwd_66:hover ._sphereLabel_1bgwd_128{opacity:1;transform:translateY(0)}._card_1bgwd_66._cardFull_1bgwd_84:hover{transform:none}._topBar_1bgwd_136{display:none}._iconContainer_1bgwd_140{background:linear-gradient(135deg, var(--from), var(--to));color:#fff;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:32px;display:flex;box-shadow:0 8px 16px #0000004d}._plusIcon_1bgwd_87{top:20px;background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .3s;display:flex;position:absolute;inset-inline-end:20px}._title_1bgwd_98{color:var(--cyberpunk-text-primary);margin:0 0 8px;font-size:20px;font-weight:700;transition:color .3s}._description_1bgwd_101{color:var(--cyberpunk-text-muted);margin:0;font-size:14px;transition:color .3s}._leftCol_1bgwd_186{flex-direction:column;min-width:0;display:flex}._deckWrapper_1bgwd_192{flex-shrink:0;width:104px;height:96px;margin-top:0;position:relative;overflow:visible}._sphereDeck_1bgwd_201{width:100%;height:68px;position:relative;overflow:visible}._sphereSlot_1bgwd_104{cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;width:68px;height:88px;padding:0;transition:transform .45s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:0;left:calc(50% - 34px)}._sphereSlot_1bgwd_104:first-child{z-index:3;transform:translate(0)scale(1)}._sphereSlot_1bgwd_104:nth-child(2){z-index:2;transform:translate(-14px)scale(1)}._sphereSlot_1bgwd_104:nth-child(3){z-index:1;transform:translate(-28px)scale(1)}._sphereDeck_1bgwd_201:hover ._sphereSlot_1bgwd_104:first-child{transform:translate(0)scale(1)}._sphereDeck_1bgwd_201:hover ._sphereSlot_1bgwd_104:nth-child(2){transform:translate(-78px)scale(1)}._sphereDeck_1bgwd_201:hover ._sphereSlot_1bgwd_104:nth-child(3){transform:translate(-156px)scale(1)}._sphereDeck_1bgwd_201:hover ._sphereSlot_1bgwd_104:nth-child(4){transform:translate(-234px)scale(1)}._sphereSlot_1bgwd_104._newSlotBtn_1bgwd_250{z-index:10!important}._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:first-child{z-index:3;transform:translate(0)scale(1)}._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:nth-child(2){z-index:2;transform:translate(14px)scale(1)}._deckRtl_1bgwd_116 ._sphereSlot_1bgwd_104:nth-child(3){z-index:1;transform:translate(28px)scale(1)}._deckRtl_1bgwd_116:hover ._sphereSlot_1bgwd_104:first-child{transform:translate(0)scale(1)}._deckRtl_1bgwd_116:hover ._sphereSlot_1bgwd_104:nth-child(2){transform:translate(78px)scale(1)}._deckRtl_1bgwd_116:hover ._sphereSlot_1bgwd_104:nth-child(3){transform:translate(156px)scale(1)}._deckRtl_1bgwd_116:hover ._sphereSlot_1bgwd_104:nth-child(4){transform:translate(234px)scale(1)}._sphereCircleWrap_1bgwd_280{flex-shrink:0;width:68px;height:68px;position:relative}._deleteBtn_1bgwd_287{top:-4px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#ef4444d9;cursor:pointer;z-index:20;opacity:0;pointer-events:none;background:#140a0ad9;border:1.5px solid #ef4444b3;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:opacity .2s,transform .2s,background .2s,color .2s;display:flex;position:absolute;inset-inline-end:-4px;transform:scale(.6)}._deleteBtn_1bgwd_287:hover{color:#fff;background:#ef4444e6;border-color:#ef4444}._card_1bgwd_66:hover ._deleteBtn_1bgwd_287,._sphereDeck_1bgwd_201:hover ._deleteBtn_1bgwd_287{opacity:1;pointer-events:auto;transform:scale(1)}._sphereCircle_1bgwd_280{background:#141428e6;border:2px solid #f9731673;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 14px #00000080,0 0 0 2px #f973161f}._sphereSlot_1bgwd_104:hover ._sphereCircle_1bgwd_280{transform:translateY(-5px);box-shadow:0 10px 26px #f9731666,0 0 0 2px #f973164d}._sphereImg_1bgwd_340{object-fit:cover;border-radius:50%;width:100%;height:100%}._sphereGlobeIcon_1bgwd_347{opacity:.5;font-size:26px}._sphereCircleNew_1bgwd_352{color:#fff;background:linear-gradient(135deg,#f97316e0 0%,#f59e0bd1 100%);border:2px solid #f97316bf;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex;box-shadow:0 4px 14px #f9731659,0 0 0 2px #f9731626}._newSlotBtn_1bgwd_250:hover ._sphereCircleNew_1bgwd_352{border-color:#f97316;transform:translateY(-5px);box-shadow:0 10px 26px #f973168c,0 0 0 2px #f973164d}._sphereLabel_1bgwd_128{white-space:nowrap;text-overflow:ellipsis;text-align:center;color:#ffffff8c;letter-spacing:.3px;opacity:0;max-width:68px;font-size:10px;font-weight:600;transition:opacity .25s,transform .25s,color .3s;display:block;overflow:hidden;transform:translateY(-4px)}._sphereDeck_1bgwd_201:hover ._sphereLabel_1bgwd_128{opacity:1;transform:translateY(0)}._sphereSlot_1bgwd_104:hover ._sphereLabel_1bgwd_128{color:#ffffffd9}._newSlotBtn_1bgwd_250 ._sphereLabel_1bgwd_128{color:#f97316a6}._newSlotBtn_1bgwd_250:hover ._sphereLabel_1bgwd_128{color:#f97316}@media (width<=768px){._deckWrapper_1bgwd_192{height:84px}._sphereSlot_1bgwd_104{width:56px;height:76px;left:calc(50% - 28px)}._sphereCircle_1bgwd_280,._sphereCircleNew_1bgwd_352{width:56px;height:56px}._sphereLabel_1bgwd_128{max-width:56px}}._deleteModal_1bgwd_418 .ant-modal-content{background:var(--cyberpunk-dark-1,#0d0d1a);border:1px solid #f9731640;border-radius:16px;padding:28px 28px 20px;box-shadow:0 0 0 1px #f9731614,0 24px 48px #0009}._deleteModal_1bgwd_418 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff0f;margin-bottom:16px;padding:0 0 16px}._deleteModal_1bgwd_418 .ant-modal-close{color:#ffffff59;top:16px;inset-inline-end:16px}._deleteModal_1bgwd_418 .ant-modal-close:hover{color:#ffffffb3;background:#ffffff0f}._deleteModalTitle_1bgwd_441{color:var(--cyberpunk-text-primary,#e8e8f0);align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}._deleteModalTitle_1bgwd_441 svg{color:#f97316;flex-shrink:0}._deleteModalBody_1bgwd_454{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:14px;line-height:1.6}._deleteModalBody_1bgwd_454 strong{color:#fff}._deleteModalFooter_1bgwd_464{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:10px;padding-top:20px;display:flex}._deleteModalCancelBtn_1bgwd_472{color:var(--cyberpunk-text-primary,#e8e8f0)!important;background:#ffffff0f!important;border:1px solid #ffffff1f!important;border-radius:8px!important;height:36px!important;padding:0 16px!important}._deleteModalCancelBtn_1bgwd_472:hover{background:#ffffff1a!important;border-color:#fff3!important}._deleteModalConfirmBtn_1bgwd_485{color:#fff!important;background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:1px solid #ef444480!important;border-radius:8px!important;align-items:center!important;gap:6px!important;height:36px!important;padding:0 16px!important;font-weight:600!important;display:flex!important;box-shadow:0 4px 12px #ef44444d!important}._deleteModalConfirmBtn_1bgwd_485:hover{background:linear-gradient(135deg,#f87171,#ef4444)!important;box-shadow:0 6px 18px #ef444473!important}._page_85r7w_37{padding-inline:max(5%,50vw - 800px)}._text-center_85r7w_62{text-align:center}._card_85r7w_66{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff1f;border:2px solid #ffffff2e;border-radius:16px;margin-bottom:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;box-shadow:0 8px 24px #0006,0 2px 8px #7877c61a,inset 0 1px #ffffff1a,0 4px #00000026,0 6px #0000001a,0 8px #0000000d}._card_85r7w_66:hover{border-color:var(--cyberpunk-cyan);transform:translateY(-8px);box-shadow:0 16px 40px #00000080,0 8px 16px #06b6d44d,0 0 24px #7877c633,inset 0 1px #ffffff26,0 12px #00000026,0 14px #0000001a,0 16px #0000000d}._card_85r7w_66._purple_85r7w_82:hover{border-color:#a78bfa;box-shadow:0 16px 40px #00000080,0 8px 16px #8b5cf64d,0 0 24px #8b5cf633,inset 0 1px #ffffff26,0 12px #00000026,0 14px #0000001a,0 16px #0000000d}._card_85r7w_66._orange_85r7w_86:hover{border-color:#fb923c;box-shadow:0 16px 40px #00000080,0 8px 16px #f973164d,0 0 24px #f9731633,inset 0 1px #ffffff26,0 12px #00000026,0 14px #0000001a,0 16px #0000000d}._thumbnail_85r7w_91{background:var(--cyberpunk-dark-2);border-radius:14px 14px 0 0;justify-content:center;align-items:center;height:112px;display:flex;position:relative;overflow:hidden}._thumbnailImage_85r7w_102{object-fit:cover;object-position:center;width:100%;height:100%}._placeholderIcon_85r7w_109{color:var(--cyberpunk-text-muted);opacity:.5;justify-content:center;align-items:center;display:flex}._iconCircle_85r7w_117{background:#64748b4d;border-radius:50%;width:64px;height:64px}._statusBadge_85r7w_124{top:8px;gap:8px;display:flex;position:absolute;inset-inline-end:8px}._status_85r7w_124{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:700}._status_85r7w_124._published_85r7w_140{color:#fff;text-shadow:0 1px 2px #00000080;background:#10b981d9;border:1px solid #10b981}._status_85r7w_124._draft_85r7w_146{color:#e2e8f0;text-shadow:0 1px 2px #00000080;background:#505a6ee6;border:1px solid #94a3b899}._content_85r7w_153{padding:12px 16px 16px}._typeBadge_85r7w_157{z-index:10;border:1px solid #ffffff0d;border-radius:8px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex;position:absolute;top:-16px;left:50%;transform:translate(-50%)}._typeBadge_85r7w_157._purple_85r7w_82{color:#fff;background:#502da0}._typeBadge_85r7w_157._cyan_85r7w_177{color:#fff;background:#046e82}._typeBadge_85r7w_157._orange_85r7w_86{color:#fff;background:#af4b0a}._card_85r7w_66:hover ._typeBadge_85r7w_157{filter:drop-shadow(0 0 8px);transform:translate(-50%)scale(1.05)}._title_85r7w_191{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 16px;font-size:16px;font-weight:700;overflow:hidden}._actions_85r7w_201{border-top:1px solid var(--cyberpunk-dark-2);justify-content:space-between;align-items:center;padding-top:12px;display:flex}._actionButtons_85r7w_209{gap:4px;display:flex}._actionButton_85r7w_209{color:#ffffffd9;cursor:pointer;background:#00000073;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:6px;transition:all .2s;display:flex}._actionButton_85r7w_209:hover{border-color:var(--cyberpunk-cyan);color:#fff;background:#06b6d433}._actionButton_85r7w_209._deleteButton_85r7w_233:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}._actionButton_85r7w_209._disabled_85r7w_238{opacity:.4;cursor:not-allowed}._actionButton_85r7w_209._disabled_85r7w_238:hover{color:#ffffffd9;background:#00000073;border-color:#ffffff14}@keyframes _toastFadeInOut_85r7w_1{0%{opacity:0;transform:translate(-50%)translateY(6px)scale(.95)}12%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}75%{opacity:1;transform:translate(-50%)translateY(0)scale(1)}to{opacity:0;transform:translate(-50%)translateY(-4px)scale(.97)}}._copyToast_85r7w_266{color:#fff;white-space:nowrap;z-index:200;pointer-events:none;letter-spacing:.2px;background:#10b981f5;border:1px solid #10b981b3;border-radius:20px;padding:8px 18px;font-size:13px;font-weight:600;animation:2s forwards _toastFadeInOut_85r7w_1;position:absolute;bottom:14px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #00000059,0 0 18px #10b98173}@media (prefers-reduced-motion:reduce){._copyToast_85r7w_266{animation:none}}._page_1h763_37{padding-inline:max(5%,50vw - 800px)}._text-center_1h763_62{text-align:center}._emptyState_1h763_66{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:80px 20px;display:flex}._iconWrapper_1h763_76{margin-bottom:24px}._circle_1h763_80{background:var(--cyberpunk-dark-1);border:2px dashed var(--cyberpunk-glass-border);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}._circle_1h763_80:before{content:"";background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite _pulse_1h763_1;position:absolute;inset:-8px}@keyframes _pulse_1h763_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}._icon_1h763_76{color:var(--cyberpunk-text-muted);z-index:1;position:relative}._message_1h763_116{color:var(--cyberpunk-text-secondary);max-width:400px;margin:0 0 24px;font-size:18px}._ctaButton_1h763_123{background:linear-gradient(135deg, var(--cyberpunk-cyan), var(--cyberpunk-purple));color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #06b6d44d}._ctaButton_1h763_123:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06b6d466}._ctaButton_1h763_123:active{transform:translateY(0)}._page_qpsqs_37{padding-inline:max(5%,50vw - 800px)}._text-center_qpsqs_62{text-align:center}._section_qpsqs_66{background:var(--cyberpunk-dark-1);border:1px solid var(--cyberpunk-glass-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:16px;padding:24px}._controls_qpsqs_74{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}@media (width>=768px){._controls_qpsqs_74{flex-direction:row;justify-content:space-between;align-items:center}}._tabs_qpsqs_88{background:var(--cyberpunk-black);border:1px solid var(--cyberpunk-glass-border);border-radius:12px;gap:4px;padding:4px;display:flex}._tab_qpsqs_88{color:#ffffffbf;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s}._tab_qpsqs_88:hover{color:var(--cyberpunk-text-secondary);background:var(--cyberpunk-dark-2)}._tab_qpsqs_88._active_qpsqs_113{background:var(--cyberpunk-dark-2);color:var(--cyberpunk-text-primary);box-shadow:0 2px 4px #0003}._searchWrapper_qpsqs_119{width:100%}@media (width>=768px){._searchWrapper_qpsqs_119{width:256px}}._searchWrapper_qpsqs_119 .ant-input-affix-wrapper{background:var(--cyberpunk-black);border:1px solid var(--cyberpunk-glass-border);border-radius:12px;padding:8px 12px}._searchWrapper_qpsqs_119 .ant-input-affix-wrapper:hover,._searchWrapper_qpsqs_119 .ant-input-affix-wrapper:focus,._searchWrapper_qpsqs_119 .ant-input-affix-wrapper:focus-within{border-color:var(--cyberpunk-cyan);box-shadow:0 0 0 2px #06b6d41a}._searchWrapper_qpsqs_119 .ant-input-affix-wrapper input{color:#fff;background:0 0;font-size:14px}._searchWrapper_qpsqs_119 .ant-input-affix-wrapper input::placeholder{color:var(--cyberpunk-text-muted)}._searchWrapper_qpsqs_119 .ant-input-affix-wrapper ._ant-input-prefix_qpsqs_145{color:var(--cyberpunk-text-muted);margin-inline-end:8px}._grid_qpsqs_150{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:stretch;gap:16px;display:grid}@media (width<=768px){._grid_qpsqs_150{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (width<=500px){._grid_qpsqs_150{grid-template-columns:repeat(2,1fr)}}._addCard_qpsqs_167{border:2px dashed var(--cyberpunk-glass-border);cursor:pointer;min-height:180px;color:var(--cyberpunk-text-muted);background:0 0;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:24px;transition:all .3s;display:flex}._addCard_qpsqs_167:hover{border-color:var(--cyberpunk-cyan);background:var(--cyberpunk-dark-2);color:var(--cyberpunk-cyan)}._addCard_qpsqs_167:hover ._addIconWrapper_qpsqs_186{background:var(--cyberpunk-dark-2)}._addIconWrapper_qpsqs_186{background:var(--cyberpunk-dark-2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:12px;transition:background .3s;display:flex}._addLabel_qpsqs_202{font-size:14px;font-weight:500}._loadingIndicator_qpsqs_207{justify-content:center;padding:40px 0;display:flex}._loadingIndicator_qpsqs_207 .ant-spin-dot-item{background-color:var(--cyberpunk-cyan)}._sentinel_qpsqs_216{height:20px;margin-top:20px}._customGamesWrapper_qpsqs_221{margin-top:16px}._page_1xlnf_37{padding-inline:max(5%,50vw - 800px)}._text-center_1xlnf_62{text-align:center}._container_1xlnf_66{width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:32px 24px}._creationHub_1xlnf_74{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px;display:grid}@media (width<=768px){._creationHub_1xlnf_74{grid-template-columns:1fr}}._floatingBubble_1xlnf_86{inset-inline-start:304px;pointer-events:none;z-index:50;position:fixed;bottom:24px}@media (width<=991px){._floatingBubble_1xlnf_86{inset-inline-start:24px}}._floatingBubble_1xlnf_86._floatingBubbleMobile_1xlnf_98{inset-inline-start:12px;bottom:16px}._floatingBubbleContent_1xlnf_103{pointer-events:auto;justify-content:center;align-items:center;width:88px;display:flex;position:relative}._mediaSpeechBubble_1xlnf_112{bottom:calc(100% + 10px);color:#333;text-align:start;z-index:100;background-color:#fff;border:3px solid #000;border-radius:20px;min-width:250px;max-width:360px;padding:14px 18px 14px 28px;font-size:14px;font-weight:700;animation:3s ease-in-out infinite _floatBubble_1xlnf_1;position:absolute;inset-inline-start:0;box-shadow:0 4px 10px #00000026}._mediaSpeechBubble_1xlnf_112:before{content:"";top:100%;border:12px solid #0000;border-top-color:#000;position:absolute;inset-inline-start:24px}._mediaSpeechBubble_1xlnf_112:after{content:"";top:100%;border:9px solid #0000;border-top-color:#fff;margin-top:-3px;position:absolute;inset-inline-start:27px}._mediaSpeechBubbleClose_1xlnf_150{color:#000;cursor:pointer;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:14px;font-weight:700;line-height:1;transition:transform .2s,background .2s;display:flex;position:absolute;top:6px;left:6px}._mediaSpeechBubbleClose_1xlnf_150:hover{background:#f0f0f0;transform:scale(1.05)}@keyframes _floatBubble_1xlnf_1{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}._bubbleButton_1xlnf_185{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;text-align:center;pointer-events:auto;background:#0000008c;border:2px solid #5cc8ff8c;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:88px;height:88px;padding:8px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;box-shadow:0 12px 24px #00000059,0 0 20px #5cc8ff59}._bubbleButton_1xlnf_185:hover{border-color:#5cc8ffd9;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 32px #0006,0 0 28px #5cc8ff80}._bubbleIcon_1xlnf_210{color:#5cc8fff2;filter:drop-shadow(0 0 10px #00ffff59);font-size:24px}._bubbleText_1xlnf_216{color:#fff;max-width:70px;font-size:11px;font-weight:700;line-height:1.1}._page_tz75v_37{padding-inline:max(5%,50vw - 800px)}._text-center_tz75v_62{text-align:center}._pageRoot_tz75v_66{color:#1a1a1a;direction:rtl;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f1 100%);min-height:100vh;padding-bottom:40px;font-family:inherit}._topBar_tz75v_75{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #e2e5ea;justify-content:space-between;align-items:center;gap:24px;padding:14px 28px;display:flex;position:sticky;top:0}._brand_tz75v_89{align-items:center;gap:14px;display:flex}._brandLogo_tz75v_94{color:#fff;letter-spacing:.5px;background:#111;border-radius:16px;place-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:grid}._brandTitleWrap_tz75v_106 h1{margin:0;font-size:20px;font-weight:700;line-height:1.15}._brandTitleWrap_tz75v_106 p{color:#6b7280;margin:2px 0 0;font-size:12px}._mainLayout_tz75v_118{grid-template-columns:1fr 320px;gap:40px;max-width:1280px;margin:0 auto;padding:48px 28px 0;display:grid}@media (width<=1100px){._mainLayout_tz75v_118{grid-template-columns:1fr}}._categoriesGrid_tz75v_132{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}._categoryCard_tz75v_138{cursor:pointer;background:#fff;border:1px solid #e0e4ea;border-radius:20px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 4px #0000000a}._categoryCard_tz75v_138:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000014}._categoryHero_tz75v_155{opacity:.9;background:linear-gradient(135deg, var(--from,#999), var(--to,#555));width:100%;height:108px}._categoryBody_tz75v_162{align-items:flex-start;gap:14px;padding:18px;display:flex}._emoji_tz75v_169{-webkit-user-select:none;user-select:none;font-size:42px;line-height:1}._catText_tz75v_175{text-align:right;margin-inline-start:auto}._catTitle_tz75v_180{margin:0 0 4px;font-size:17px;font-weight:600}._catSubtitle_tz75v_186{color:#616c77;margin:0;font-size:13px}._badge_tz75v_192{background:#ffffffd9;border:1px solid #d5dae0;border-radius:999px;padding:4px 8px;font-size:11px;position:absolute;top:10px;left:12px}._sidePanel_tz75v_203{flex-direction:column;gap:24px;height:max-content;display:flex;position:sticky;top:92px}._panelCard_tz75v_212{background:#fff;border:1px solid #e0e4ea;border-radius:22px;flex-direction:column;gap:18px;padding:24px;display:flex;box-shadow:0 2px 4px #0000000a}._panelDivider_tz75v_223{background:#e3e7ec;height:1px;margin:2px 0}._tipCard_tz75v_229{color:#fff;background:linear-gradient(135deg,#17191e,#3b4049);border-radius:22px;padding:24px;box-shadow:0 4px 20px -4px #0006}._ol_tz75v_237{flex-direction:column;gap:4px;margin:4px 0 0;padding-right:18px;list-style:decimal;display:flex}._groupsImage_tz75v_246{border:1px solid #e0e4ea;border-radius:20px;overflow:hidden;box-shadow:0 2px 6px #0000000f}._drawerHeader_tz75v_254{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._templatesList_tz75v_261{flex-direction:column;gap:14px;display:flex}._templateItem_tz75v_267{background:#fff;border:1px solid #e0e4ea;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;display:flex}._templateItemTitle_tz75v_277{margin:0 0 4px;font-weight:600}._templateItemDesc_tz75v_282{color:#616c77;margin:0;font-size:13px}._modalBodyInfo_tz75v_288{color:#616c77;margin-top:-6px;margin-bottom:16px;font-size:13px}._radioGroup_tz75v_295{flex-direction:column;gap:8px;display:flex}._radioRow_tz75v_301{cursor:pointer;border:1px solid #d8dde3;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._radioRowActive_tz75v_311{border-color:#111}._actionsBar_tz75v_315{justify-content:space-between;align-items:center;gap:18px;margin-top:8px;display:flex}._actionsRight_tz75v_323{gap:12px;display:flex}._groupPreviewNav_tz75v_328{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}._smallMuted_tz75v_336{color:#6b7280;font-size:12px}._page_wmv4r_37{padding-inline:max(5%,50vw - 800px)}._text-center_wmv4r_62{text-align:center}._pageRoot_wmv4r_66{color:#1a1a1a;direction:rtl;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f1 100%);min-height:100vh;padding-bottom:40px;font-family:inherit}._topBar_wmv4r_75{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border-bottom:1px solid #e2e5ea;justify-content:space-between;align-items:center;gap:24px;padding:14px 28px;display:flex;position:sticky;top:0}._brand_wmv4r_89{align-items:center;gap:14px;display:flex}._brandLogo_wmv4r_94{color:#fff;letter-spacing:.5px;background:#111;border-radius:16px;place-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:grid}._brandTitleWrap_wmv4r_106 h1{margin:0;font-size:20px;font-weight:700;line-height:1.15}._brandTitleWrap_wmv4r_106 p{color:#6b7280;margin:2px 0 0;font-size:12px}._studentInfo_wmv4r_118{flex-direction:column;align-items:flex-end;gap:2px;display:flex}._studentName_wmv4r_125{color:#1a1a1a;font-size:16px;font-weight:600}._studentClass_wmv4r_131{color:#6b7280;font-size:12px}._mainLayout_wmv4r_136{grid-template-columns:1fr 320px;gap:40px;max-width:1280px;margin:0 auto;padding:48px 28px 0;display:grid}@media (width<=1100px){._mainLayout_wmv4r_136{grid-template-columns:1fr}}._studentSection_wmv4r_151{min-height:400px}._tasksGrid_wmv4r_155{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:28px;margin-top:24px;display:grid}._taskCard_wmv4r_162{background:#fff;border:1px solid #e0e4ea;border-radius:20px;transition:box-shadow .25s,transform .25s;overflow:hidden;box-shadow:0 2px 6px #0000000f}._taskCard_wmv4r_162:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}._taskHeader_wmv4r_175{background:linear-gradient(135deg,#f0f2f5,#d6dae0);justify-content:space-between;align-items:center;height:80px;padding:0 20px;display:flex;position:relative}._taskIcon_wmv4r_185{-webkit-user-select:none;user-select:none;font-size:32px}._taskStatus_wmv4r_190{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600}._taskBody_wmv4r_200{padding:20px}._taskCategory_wmv4r_204{color:#8b92a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}._taskTitle_wmv4r_213{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}._taskDescription_wmv4r_221{color:#616c77;margin-bottom:16px;font-size:14px;line-height:1.5}._taskPreview_wmv4r_228{background:#f8f9fa;border:1px solid #e8eaed;border-radius:12px;height:200px;margin:0 20px 20px;overflow:hidden}._taskIframe_wmv4r_237{background:#fff;border:none;width:100%;height:100%}._taskActions_wmv4r_244{padding:0 20px 20px}._sidePanel_wmv4r_248{flex-direction:column;gap:24px;height:max-content;display:flex;position:sticky;top:92px}._panelCard_wmv4r_257{background:#fff;border:1px solid #e0e4ea;border-radius:22px;flex-direction:column;gap:18px;padding:24px;display:flex;box-shadow:0 2px 4px #0000000a}._statsGrid_wmv4r_268{grid-template-columns:1fr 1fr;gap:16px;display:grid}._statItem_wmv4r_274{text-align:center;background:#fafbfc;border:1px solid #f0f2f5;border-radius:12px;padding:12px}._statNumber_wmv4r_282{color:#1a1a1a;margin-bottom:4px;font-size:24px;font-weight:700}._statLabel_wmv4r_289{color:#8b92a5;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._tipCard_wmv4r_297{color:#fff;background:linear-gradient(135deg,#17191e,#3b4049);border-radius:22px;padding:24px;box-shadow:0 4px 20px -4px #0006}._smallMuted_wmv4r_305{color:#6b7280;font-size:12px}._page_9u4sj_37{padding-inline:max(5%,50vw - 800px)}._text-center_9u4sj_62{text-align:center}._sidebar_9u4sj_66{z-index:100;will-change:width;background-color:#fff;border-inline-end:1px solid #e0e4e8;flex-direction:column;flex-shrink:0;width:280px;height:100vh;transition:width .22s;display:flex;position:relative;box-shadow:-4px 0 24px #00000005}._sidebar_9u4sj_66._collapsed_9u4sj_80{width:72px}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._profileSection_9u4sj_83{padding:24px 12px}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._profileSection_9u4sj_83 ._userInfo_9u4sj_86{opacity:0;max-height:0;transform:translateY(-4px)}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._profileSection_9u4sj_83 ._institutionButton_9u4sj_91{justify-content:center;gap:0;padding:10px}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._profileSection_9u4sj_83 ._institutionButton_9u4sj_91 ._institutionLabel_9u4sj_96{opacity:0;pointer-events:none;max-width:0;transform:translate(-4px)}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._nav_9u4sj_102,._sidebar_9u4sj_66._collapsed_9u4sj_80 ._footer_9u4sj_103{padding:0 10px}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._navItem_9u4sj_106{justify-content:center;gap:0;padding:12px 10px}._sidebar_9u4sj_66._collapsed_9u4sj_80 ._navItem_9u4sj_106 ._label_9u4sj_111{opacity:0;pointer-events:none;max-width:0;transform:translate(-4px)}._sidebar_9u4sj_66 ._collapseToggle_9u4sj_117{top:50%;color:#6b7280;cursor:pointer;z-index:200;background-color:#f3f4f6;border:1px solid #d0d7de;border-inline-start:0;border-start-start-radius:0;border-start-end-radius:12px;border-end-end-radius:12px;border-end-start-radius:0;justify-content:center;align-items:center;width:14px;height:44px;display:flex;position:absolute;inset-inline-end:-14px;transform:translateY(-50%)}._sidebar_9u4sj_66 ._collapseToggle_9u4sj_117:hover{background-color:#e9ecef}._sidebar_9u4sj_66 ._collapseToggle_9u4sj_117:focus-visible{outline:2px solid var(--primary-color,#722ed1);outline-offset:2px}._sidebar_9u4sj_66 ._toggleIcon_9u4sj_145{transform-origin:50%;transform:scaleY(1.6)}._sidebar_9u4sj_66 ._profileSection_9u4sj_83{text-align:center;border-bottom:1px solid #f0f0f0;flex-direction:column;align-items:center;margin-bottom:16px;padding:32px 24px;transition:padding .22s;display:flex}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._avatar_9u4sj_159{background-color:var(--primary-color,#722ed1);margin-bottom:12px;box-shadow:0 4px 12px #722ed133}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._userInfo_9u4sj_86{opacity:1;flex-direction:column;gap:4px;max-height:80px;transition:opacity .18s,max-height .22s,transform .22s;display:flex;overflow:hidden;transform:translateY(0)}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._userInfo_9u4sj_86 ._userName_9u4sj_174{color:#1f1f1f;font-size:1.1rem;font-weight:600}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._userInfo_9u4sj_86 ._userRole_9u4sj_179{color:#8c8c8c;background:#f5f5f5;border-radius:12px;align-self:center;padding:2px 10px;font-size:.85rem}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._institutionButton_9u4sj_91{cursor:pointer;color:#595959;background:#fff;border:1px solid #f0f0f0;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:12px;padding:10px 12px;transition:background-color .2s,color .2s,border-color .2s;display:flex}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._institutionButton_9u4sj_91:hover{color:#1f1f1f;background-color:#f9f9f9}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._institutionButton_9u4sj_91:focus-visible{outline:2px solid var(--primary-color,#722ed1);outline-offset:2px}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._institutionIcon_9u4sj_210{color:#8c8c8c;justify-content:center;align-items:center;transition:color .2s;display:flex}._sidebar_9u4sj_66 ._profileSection_9u4sj_83 ._institutionLabel_9u4sj_96{white-space:nowrap;text-overflow:ellipsis;opacity:1;text-align:start;max-width:220px;font-size:1rem;font-weight:600;transition:opacity .18s,max-width .22s,transform .22s;overflow:hidden;transform:translate(0)}._sidebar_9u4sj_66 ._nav_9u4sj_102{flex-direction:column;flex:1;gap:8px;padding:0 16px;display:flex;overflow-y:auto}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106{cursor:pointer;color:#595959;text-align:start;background:0 0;border:none;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;font-size:.95rem;transition:all .2s;display:flex}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106:hover{color:#1f1f1f;background-color:#f9f9f9}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106._active_9u4sj_255{color:var(--primary-color,#722ed1);background-color:#f0f5ff;font-weight:600}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106._active_9u4sj_255 ._icon_9u4sj_260{color:var(--primary-color,#722ed1)}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106 ._icon_9u4sj_260{color:#8c8c8c;justify-content:center;align-items:center;transition:color .2s;display:flex}._sidebar_9u4sj_66 ._nav_9u4sj_102 ._navItem_9u4sj_106 ._label_9u4sj_111{white-space:nowrap;opacity:1;flex:1;max-width:220px;transition:opacity .18s,max-width .22s,transform .22s;overflow:hidden;transform:translate(0)}._sidebar_9u4sj_66 ._footer_9u4sj_103{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding:16px;display:flex}._sidebar_9u4sj_66 ._footer_9u4sj_103 ._navItem_9u4sj_106{cursor:pointer;color:#595959;background:0 0;border:none;border-radius:8px;align-items:center;gap:16px;padding:12px 16px;font-size:.95rem;transition:all .2s;display:flex}._sidebar_9u4sj_66 ._footer_9u4sj_103 ._navItem_9u4sj_106 ._label_9u4sj_111{white-space:nowrap;opacity:1;flex:1;max-width:220px;transition:opacity .18s,max-width .22s,transform .22s;overflow:hidden;transform:translate(0)}._sidebar_9u4sj_66 ._footer_9u4sj_103 ._navItem_9u4sj_106:hover:not(:disabled){color:#ff4d4f;background-color:#fff1f0}._sidebar_9u4sj_66 ._footer_9u4sj_103 ._navItem_9u4sj_106:disabled{cursor:not-allowed;opacity:.6}._sidebar_9u4sj_66 ._footer_9u4sj_103 ._navItem_9u4sj_106 ._spinner_9u4sj_316{font-size:20px;animation:1s linear infinite _spin_9u4sj_316;display:inline-block}@keyframes _spin_9u4sj_316{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._page_qi9aq_37{padding-inline:max(5%,50vw - 800px)}._text-center_qi9aq_62{text-align:center}._drawerBody_qi9aq_66{flex-direction:column;gap:12px;display:flex}._institutionButton_qi9aq_72{text-align:start;width:100%;padding:8px 0}._activeName_qi9aq_78{font-weight:600}._institutionRow_qi9aq_82{justify-content:space-between;align-items:center;gap:12px;display:flex}._activeInstitutionIcon_qi9aq_89{flex-shrink:0}._closeButton_qi9aq_93{margin-top:12px}._page_11w4h_37{padding-inline:max(5%,50vw - 800px)}._text-center_11w4h_62{text-align:center}._settingsModal_11w4h_66 .ant-modal-content{border-radius:12px}._settingsModal_11w4h_66 .ant-modal-header{border-bottom:1px solid #f0f0f0;border-radius:12px 12px 0 0;padding:20px 24px}._settingsModal_11w4h_66 .ant-modal-title{font-size:20px;font-weight:600}._settingsModal_11w4h_66 .ant-modal-body{padding:24px}._settingsContent_11w4h_82{flex-direction:column;gap:24px;display:flex}._settingSection_11w4h_88{flex-direction:column;gap:12px;display:flex}._sectionHeader_11w4h_94{align-items:center;gap:10px;margin-bottom:4px;display:flex}._sectionIcon_11w4h_101{color:#6366f1;flex-shrink:0}._sectionTitle_11w4h_106{color:#1f2937;margin:0;font-size:16px;font-weight:600}._sectionDescription_11w4h_113{color:#6b7280;margin:0;font-size:14px;line-height:1.5}._languageOptions_11w4h_120{flex-direction:column;gap:8px;margin-top:8px;display:flex}._languageOption_11w4h_120{cursor:pointer;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:14px 16px;transition:all .2s;display:flex}._languageOption_11w4h_120:hover{background-color:#f3f4f6;border-color:#d1d5db}._languageOption_11w4h_120:active{transform:scale(.98)}._languageOption_11w4h_120._active_11w4h_146{background-color:#eef2ff;border-color:#6366f1}._languageOption_11w4h_120._active_11w4h_146 ._languageName_11w4h_150{color:#4f46e5;font-weight:600}._languageOption_11w4h_120._active_11w4h_146 ._languageNameSecondary_11w4h_154{color:#6366f1}._languageOption_11w4h_120:focus-visible{outline-offset:2px;outline:2px solid #6366f1}._languageInfo_11w4h_162{text-align:start;flex-direction:column;gap:2px;display:flex}._languageName_11w4h_150{color:#1f2937;font-size:15px;font-weight:500;transition:all .2s}._languageNameSecondary_11w4h_154{color:#9ca3af;font-size:13px;transition:all .2s}._activeIndicator_11w4h_182{color:#fff;background-color:#6366f1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;font-weight:600;display:flex}._page_1d2wo_37{padding-inline:max(5%,50vw - 800px)}._text-center_1d2wo_62{text-align:center}._layoutRoot_1d2wo_66{background-color:#f7f9fc;width:100vw;height:100vh;display:flex;overflow:hidden}._layoutRoot_1d2wo_66 ._mainContent_1d2wo_73{flex:1;padding:32px;position:relative;overflow-y:auto}._page_1c3wc_37{padding-inline:max(5%,50vw - 800px)}._text-center_1c3wc_62{text-align:center}._modal_1c3wc_66 .ant-modal-header{border-bottom:1px solid #0000000f;padding:1.5rem 2rem}._modal_1c3wc_66 .ant-modal-title{color:#1a1a1a;font-size:1.35rem;font-weight:700}._modal_1c3wc_66 .ant-modal-body{padding:2rem}._form_1c3wc_79 .ant-form-item-label{padding-bottom:.5rem;font-weight:600}._form_1c3wc_79 .ant-form-item-label label{color:#333;font-size:.9rem}._form_1c3wc_79 .ant-select-selector,._form_1c3wc_79 .ant-input,._form_1c3wc_79 .ant-input-textarea textarea{border-color:#e0e0e0;padding:8px 12px;transition:all .2s;border-radius:8px!important}._form_1c3wc_79 .ant-select-selector:hover,._form_1c3wc_79 .ant-select-selector:focus,._form_1c3wc_79 .ant-input:hover,._form_1c3wc_79 .ant-input:focus,._form_1c3wc_79 .ant-input-textarea textarea:hover,._form_1c3wc_79 .ant-input-textarea textarea:focus{border-color:#1890ff}._form_1c3wc_79 .ant-select-disabled .ant-select-selector{color:#00000073!important;background:#00000008!important}._layoutGrid_1c3wc_107{grid-template-columns:1fr 320px;gap:3rem;display:grid}._leftColumn_1c3wc_113,._rightColumn_1c3wc_119{flex-direction:column;gap:.5rem;display:flex}._actions_1c3wc_125{border-top:1px solid #0000000f;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}._cancelButton_1c3wc_134,._submitButton_1c3wc_135{cursor:pointer;border-radius:10px;align-items:center;gap:.6rem;height:44px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}._cancelButton_1c3wc_134:disabled,._submitButton_1c3wc_135:disabled{opacity:.6;cursor:not-allowed}._cancelButton_1c3wc_134{color:#555;background:0 0;border:1px solid #d9d9d9}._cancelButton_1c3wc_134:hover:not(:disabled){color:#333;background:#00000005;border-color:#888}._submitButton_1c3wc_135{color:#fff;background:#007a46;border:none;box-shadow:0 4px 12px #007a4640}._submitButton_1c3wc_135:hover:not(:disabled){background:#006d3a;transform:translateY(-1px);box-shadow:0 6px 16px #007a4659}._submitButton_1c3wc_135:active:not(:disabled){transform:translateY(0)}._thumbnailSection_1c3wc_179{flex-direction:column;gap:.75rem;width:100%;display:flex}._thumbnailLabel_1c3wc_186{color:#333;align-items:center;padding-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}._thumbnailLabel_1c3wc_186 ._requiredStar_1c3wc_194{color:#ff4d4f;margin-right:4px;font-family:SimSun,sans-serif}._thumbnailSubLabel_1c3wc_200{color:#6e6e6e;margin-top:-.5rem;font-size:.8rem}._thumbnailContainer_1c3wc_206{aspect-ratio:16/10;cursor:pointer;background:#fafafa;border:2px dashed #d9d9d9;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;transition:all .3s;display:flex;position:relative;overflow:hidden}._thumbnailContainer_1c3wc_206:hover{background:#f6fffa;border-color:#00b96b}._thumbnailContainer_1c3wc_206:hover ._iconCircle_1c3wc_225{color:#00b96b;background:#e6f7ef;transform:scale(1.05)}._thumbnailContainer_1c3wc_206:hover ._chooseFileBtn_1c3wc_230{color:#fff;background:#00b96b;border-color:#00b96b}._thumbnailContainer_1c3wc_206._hasImage_1c3wc_235{border-style:solid;border-width:0}._thumbnailPlaceholder_1c3wc_240{color:#666;text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}._iconCircle_1c3wc_225{color:#999;background:#f0f0f0;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.5rem;transition:all .3s;display:flex}._uploadIcon_1c3wc_264{font-size:1.75rem}._uploadText_1c3wc_268{color:#444;font-size:1rem;font-weight:600}._uploadSubText_1c3wc_274{color:#6e6e6e;font-size:.85rem}._chooseFileBtn_1c3wc_230{color:#333;pointer-events:none;background:#fff;border:1px solid #d9d9d9;border-radius:6px;margin-top:.5rem;padding:6px 16px;font-size:.85rem;font-weight:500;transition:all .2s}._previewWrapper_1c3wc_292{width:100%;height:100%;position:relative}._thumbnailPreview_1c3wc_298{object-fit:cover;width:100%;height:100%}._thumbnailActions_1c3wc_304{opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;flex-direction:column;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailContainer_1c3wc_206:hover ._thumbnailActions_1c3wc_304{opacity:1}._changeButton_1c3wc_320{color:#fff;background:#fff3;border:1px solid #fff6;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;display:flex}._gradeGrid_1c3wc_333{flex-wrap:wrap;gap:.5rem;display:flex}._gradeChip_1c3wc_339{color:#666;cursor:pointer;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}._gradeChip_1c3wc_339:hover{color:#333;background:#eef2f5;border-color:#d0d7de}._gradeChip_1c3wc_339._selected_1c3wc_358{color:#007a46;background:#e6f7ef;border-color:#00b96b}._gradeChip_1c3wc_339._selected_1c3wc_358:hover{background:#d4efe4}._checkIcon_1c3wc_367{font-size:1rem}.ant-select-dropdown.subjectDropdown,.ant-select-dropdown.templateTypeDropdown{--cyberpunk-bg-primary:#fff;--cyberpunk-purple:#1677ff;--cyberpunk-purple-light:#69b1ff;--cyberpunk-purple-dark:#0958d9;--cyberpunk-purple-glow:#1677ff33;--cyberpunk-glass-bg:#00000005;--cyberpunk-glass-border:#00000026;--cyberpunk-text-primary:#000000e0;--cyberpunk-text-secondary:#000000a6;--cyberpunk-text-accent:#1677ff;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;border:1px solid #d9d9d9!important;border-radius:8px!important;box-shadow:0 2px 8px #00000026!important}.ant-select-dropdown.subjectDropdown .ant-select-item,.ant-select-dropdown.templateTypeDropdown .ant-select-item{color:#000000e0!important;text-shadow:none!important;background:0 0!important;font-weight:400!important}.ant-select-dropdown.subjectDropdown .ant-select-item:hover,.ant-select-dropdown.templateTypeDropdown .ant-select-item:hover{color:#000000e0!important;box-shadow:none!important;background:#f5f5f5!important;transform:none!important}.ant-select-dropdown.subjectDropdown .ant-select-item._ant-select-item-option-selected_1c3wc_403,.ant-select-dropdown.templateTypeDropdown .ant-select-item._ant-select-item-option-selected_1c3wc_403{color:#1677ff!important;box-shadow:none!important;background:#e6f4ff!important;font-weight:600!important}[dir=rtl] ._actions_1c3wc_125{flex-direction:row-reverse}[dir=rtl] ._thumbnailLabel_1c3wc_186 ._requiredStar_1c3wc_194{margin-left:4px;margin-right:0}._page_y1wk6_37{padding-inline:max(5%,50vw - 800px)}._text-center_y1wk6_62{text-align:center}._templateCard_y1wk6_66{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}._templateCard_y1wk6_66:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._templateThumbnail_y1wk6_79{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden}._templateThumbnail_y1wk6_79 img{object-fit:cover;width:100%;height:100%}._subjectStamp_y1wk6_91{color:#4a5568;z-index:5;background:#ffffffe6;border:2px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex;position:absolute;bottom:8px;left:8px;transform:rotate(-10deg);box-shadow:0 4px 6px #0000001a}._subjectStamp_y1wk6_91 svg{width:20px;height:20px}._placeholderThumbnail_y1wk6_114{color:#fff;background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:2rem;display:flex}._templateInfo_y1wk6_125{padding:1rem}._templateInfo_y1wk6_125 h4{color:#333;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}._templateMeta_y1wk6_135{flex-wrap:wrap;gap:.5rem;display:flex}._badge_y1wk6_141{color:#3498db;background:#3498db1a;border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_y1wk6_151{border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_y1wk6_151[data-status=in_progress]{color:#f39c12;background:#f1c40f1a}._statusBadge_y1wk6_151[data-status=ready]{color:#27ae60;background:#2ecc711a}._statusBadge_y1wk6_151[data-status=archived]{color:#7f8c8d;background:#95a5a61a}._page_i7rk1_37{padding-inline:max(5%,50vw - 800px)}._text-center_i7rk1_62{text-align:center}._templatesGrid_i7rk1_66{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}._page_1sp39_37{padding-inline:max(5%,50vw - 800px)}._text-center_1sp39_62{text-align:center}._modalContent_1sp39_66{flex-direction:column;gap:1.5rem;display:flex}._header_1sp39_72{align-items:flex-start;gap:1.5rem;display:flex}._thumbnail_1sp39_78{object-fit:cover;background:#f0f0f0;border-radius:8px;width:200px;height:112px}._placeholderThumbnail_1sp39_86{background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);border-radius:8px;width:200px;height:112px}._headerInfo_1sp39_93{flex:1}._headerInfo_1sp39_93 h2{margin:0 0 .5rem;font-size:1.5rem}._metaTags_1sp39_101{gap:.5rem;margin-top:.5rem;display:flex}._section_1sp39_107 h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}._section_1sp39_107 p{color:#666;line-height:1.5}._actions_1sp39_117{border-top:1px solid #eee;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}._detailRow_1sp39_126{gap:2rem;margin-bottom:1rem;display:flex}._detailItem_1sp39_132 label{color:#888;margin-bottom:.25rem;font-size:.85rem;display:block}._detailItem_1sp39_132 span{color:#333;font-weight:500}._page_1643n_37{padding-inline:max(5%,50vw - 800px)}._text-center_1643n_62{text-align:center}._container_1643n_66{max-width:1400px;margin:0 auto;padding:2rem}._header_1643n_72{margin-bottom:2rem}._header_1643n_72 h1{color:#333;margin:0;font-size:2rem;font-weight:600}._subtitle_1643n_82{color:#666;margin-top:.5rem}._createZone_1643n_87{background:linear-gradient(135deg,#2ecc711a 0%,#3498db1a 100%);border:2px dashed #2ecc714d;border-radius:12px;justify-content:flex-start;margin-bottom:2rem;padding:1.5rem;transition:all .3s;display:flex}._createZone_1643n_87:hover{background:linear-gradient(135deg,#2ecc7126 0%,#3498db26 100%);border-color:#2ecc7199}._createButton_1643n_102{align-items:center;gap:.5rem;font-size:1.1rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 4px 15px #2ecc714d;background:linear-gradient(135deg,#2ecc71 0%,#27ae60 100%)!important;border:none!important;height:auto!important;padding:1rem 2rem!important}._createButton_1643n_102:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2ecc7166}._templatesSection_1643n_120{min-height:300px}._loadingContainer_1643n_124{justify-content:center;align-items:center;min-height:300px;display:flex}._emptyState_1643n_131{background:#00000005;border-radius:12px;padding:4rem 2rem}._emptyText_1643n_137{color:#666;font-size:1.1rem}._templatesGrid_1643n_142{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}._templateCard_1643n_148{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}._templateCard_1643n_148:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._templateThumbnail_1643n_161{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden}._templateThumbnail_1643n_161 img{object-fit:cover;width:100%;height:100%}._placeholderThumbnail_1643n_172{background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);width:100%;height:100%}._templateInfo_1643n_178{padding:1rem}._templateInfo_1643n_178 h4{color:#333;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}._templateMeta_1643n_188{flex-wrap:wrap;gap:.5rem;display:flex}._badge_1643n_194{color:#3498db;background:#3498db1a;border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_1643n_204{border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_1643n_204[data-status=in_progress]{color:#f39c12;background:#f1c40f1a}._statusBadge_1643n_204[data-status=ready]{color:#27ae60;background:#2ecc711a}._statusBadge_1643n_204[data-status=archived]{color:#7f8c8d;background:#95a5a61a}[dir=rtl] ._createZone_1643n_87{justify-content:flex-start}._page_ttclu_37{padding-inline:max(5%,50vw - 800px)}._text-center_ttclu_62{text-align:center}._loadingRoot_ttclu_66{background:#f7f9fc;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (prefers-reduced-motion:reduce){._loadingRoot_ttclu_66,._loadingRoot_ttclu_66 *,._loadingRoot_ttclu_66:before,._loadingRoot_ttclu_66:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._page_3h0nw_37{padding-inline:max(5%,50vw - 800px)}._text-center_3h0nw_62{text-align:center}._container_3h0nw_66{max-width:1200px;margin:0 auto;padding:32px 24px}._header_3h0nw_72{text-align:center;margin-bottom:48px}._title_3h0nw_77{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:16px;font-size:2.5rem;font-weight:700}._subtitle_3h0nw_84{color:var(--cyberpunk-text-secondary,#e8e8f0b3);max-width:600px;margin:0 auto;font-size:1.125rem}._section_3h0nw_91{margin-bottom:48px}._sectionTitle_3h0nw_95{color:var(--cyberpunk-text-primary,#e8e8f0);border-bottom:2px solid var(--cyberpunk-purple-glow,#7877c64d);margin-bottom:24px;padding-bottom:12px;font-size:1.75rem;font-weight:600}._contactGrid_3h0nw_105{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:24px;display:grid}._contactCard_3h0nw_112{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border,#ffffff1a);border-radius:12px;align-items:center;gap:16px;padding:20px;text-decoration:none;transition:all .3s;display:flex}._contactCard_3h0nw_112:hover{background:var(--cyberpunk-glass-bg-hover,#ffffff1f);border-color:var(--cyberpunk-purple-glow,#7877c699);box-shadow:0 4px 12px var(--cyberpunk-purple-glow,#7877c64d);transform:translateY(-2px)}._contactIcon_3h0nw_131{background:linear-gradient(135deg, var(--cyberpunk-purple-glow,#7877c64d), #7877c61a);width:48px;height:48px;color:var(--cyberpunk-accent,#7877c6);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}._contactInfo_3h0nw_143{flex:1}._contactLabel_3h0nw_147{color:var(--cyberpunk-text-secondary,#e8e8f0b3);margin-bottom:4px;font-size:.875rem}._contactValue_3h0nw_153{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:1rem;font-weight:600}._faqCollapse_3h0nw_160{background:0 0}._faqCollapse_3h0nw_160 .ant-collapse-item{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border,#ffffff1a);border-radius:12px;margin-bottom:12px;overflow:hidden}._faqCollapse_3h0nw_160 .ant-collapse-item:hover{border-color:var(--cyberpunk-purple-glow,#7877c666)}._faqCollapse_3h0nw_160 .ant-collapse-header{padding:16px 20px;font-size:1.0625rem;font-weight:600;color:var(--cyberpunk-text-primary,#e8e8f0)!important}._faqCollapse_3h0nw_160 .ant-collapse-content{border-top:1px solid var(--cyberpunk-glass-border,#ffffff1a);background:0 0}._faqCollapse_3h0nw_160 .ant-collapse-content-box{color:var(--cyberpunk-text-secondary,#e8e8f0cc);padding:20px;line-height:1.6}._faqCollapse_3h0nw_160 .ant-collapse-arrow{color:var(--cyberpunk-accent,#7877c6)!important}._resourcesGrid_3h0nw_194{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:24px;display:grid}._resourceCard_3h0nw_201{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--cyberpunk-glass-border,#ffffff1a);text-align:center;border-radius:12px;padding:24px;transition:all .3s}._resourceCard_3h0nw_201:hover{background:var(--cyberpunk-glass-bg-hover,#ffffff1f);border-color:var(--cyberpunk-purple-glow,#7877c699);box-shadow:0 4px 12px var(--cyberpunk-purple-glow,#7877c64d);transform:translateY(-2px)}._resourceIcon_3h0nw_217{background:linear-gradient(135deg, var(--cyberpunk-purple-glow,#7877c64d), #7877c61a);width:56px;height:56px;color:var(--cyberpunk-accent,#7877c6);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:inline-flex}._resourceLabel_3h0nw_229{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:8px;font-size:1.0625rem;font-weight:600}._resourceDescription_3h0nw_236{color:var(--cyberpunk-text-secondary,#e8e8f0b3);font-size:.875rem;line-height:1.5}[dir=rtl] ._contactCard_3h0nw_112{direction:rtl}[dir=rtl] ._contactInfo_3h0nw_143{text-align:right}[dir=rtl] ._resourceCard_3h0nw_201{direction:rtl}@media (width<=768px){._container_3h0nw_66{padding:24px 16px}._title_3h0nw_77{font-size:2rem}._sectionTitle_3h0nw_95{font-size:1.5rem}._contactGrid_3h0nw_105,._resourcesGrid_3h0nw_194{grid-template-columns:1fr}}._page_1odzx_37{padding-inline:max(5%,50vw - 800px)}._text-center_1odzx_62{text-align:center}._count_1odzx_66{opacity:.8;font-size:.9rem}._page_1qupa_37{padding-inline:max(5%,50vw - 800px)}._text-center_1qupa_62{text-align:center}._container_1qupa_66{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);width:100%;box-shadow:var(--editor-shadow-elevated), inset 0 1px 0 #ffffff0f;border-radius:8px;align-items:center;gap:12px;min-height:48px;padding:18px 8px;display:flex;position:relative;overflow:visible}._elementLegend_1qupa_82{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;letter-spacing:.3px;z-index:2;background:#0f172ae6;border:1px solid #6366f14d;border-radius:4px;align-items:center;gap:6px;padding:2px 10px;font-size:9px;font-weight:500;display:flex;position:absolute;top:-11px;left:50%;transform:translate(-50%)}._elementType_1qupa_102{color:var(--editor-accent-hover);text-transform:uppercase;font-size:9px}._legendSeparator_1qupa_108{color:var(--editor-text-muted);font-size:10px}._elementLabel_1qupa_113{color:var(--editor-text-secondary);font-size:9px}._toolbarContent_1qupa_118{flex:1;align-items:center;gap:12px;display:flex}._fieldGroup_1qupa_125{border:1px solid var(--editor-border-subtle);background:var(--editor-input-bg);border-radius:6px;align-items:center;gap:6px;padding:8px 10px 6px;display:flex;position:relative}._fieldGroupColumn_1qupa_136{flex-direction:column;align-items:flex-start}._fieldLabel_1qupa_141{color:var(--editor-text-muted);text-transform:uppercase;letter-spacing:.5px;background:var(--editor-bg-elevated);white-space:nowrap;z-index:1;padding:0 8px;font-size:10px;font-weight:600;position:absolute;top:-8px;left:50%;transform:translate(-50%)}._toolbarSection_1qupa_157{align-items:center;gap:6px;display:flex}._toolbarDivider_1qupa_163{background:var(--editor-border-subtle);flex-shrink:0;width:1px;height:28px}._toolbarActions_1qupa_170{border-inline-start:1px solid var(--editor-border-subtle);align-items:center;gap:8px;margin-inline-start:auto;padding-inline-start:12px;display:flex}._contentInput_1qupa_179{min-width:200px;max-width:300px;background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important;border-radius:4px!important;font-size:.85rem!important}._contentInput_1qupa_179::placeholder{color:var(--editor-text-muted)!important}._contentInput_1qupa_179:hover{border-color:var(--editor-border-medium)!important}._contentInput_1qupa_179:focus{border-color:#6366f199!important;box-shadow:0 0 0 2px #6366f11a!important}._urlInput_1qupa_199{min-width:250px;max-width:400px;background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important;border-radius:4px!important;font-size:.85rem!important}._urlInput_1qupa_199 input{color:var(--editor-text-primary)!important}._urlInput_1qupa_199 input::placeholder{color:var(--editor-text-muted)!important}._urlInput_1qupa_199:hover{border-color:var(--editor-border-medium)!important}._urlInput_1qupa_199:focus-within{border-color:#6366f199!important;box-shadow:0 0 0 2px #6366f11a!important}._dimensionInput_1qupa_222{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;width:70px!important;color:var(--editor-text-primary)!important;text-align:center!important;border-radius:4px!important;font-size:.8rem!important}._dimensionInput_1qupa_222::placeholder{color:var(--editor-text-muted)!important}._dimensionInput_1qupa_222 .ant-input-number-input{color:var(--editor-text-primary)!important;text-align:center!important;background:0 0!important}._dimensionSeparator_1qupa_240{color:var(--editor-text-muted);font-size:.85rem}._fontSelect_1qupa_245{width:140px!important}._fontSelect_1qupa_245 .ant-select-selector{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;border-radius:4px!important;height:32px!important}._fontSelect_1qupa_245 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._sizeSelect_1qupa_259{width:75px!important}._sizeSelect_1qupa_259 .ant-select-selector{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;border-radius:4px!important;height:32px!important}._sizeSelect_1qupa_259 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._selectSmall_1qupa_273{width:100px!important}._selectSmall_1qupa_273 .ant-select-selector{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;border-radius:4px!important;height:32px!important}._selectSmall_1qupa_273 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._colorInput_1qupa_287,._colorInputBg_1qupa_288{border:1px solid var(--editor-border-subtle);cursor:pointer;background:0 0;border-radius:4px;width:32px;height:32px;padding:2px}._colorInput_1qupa_287::-webkit-color-swatch-wrapper{padding:1px}._colorInputBg_1qupa_288::-webkit-color-swatch-wrapper{padding:1px}._colorInput_1qupa_287::-webkit-color-swatch{border:none;border-radius:3px}._colorInputBg_1qupa_288::-webkit-color-swatch{border:none;border-radius:3px}._colorInputBg_1qupa_288{position:relative}._colorInputBg_1qupa_288:before{content:"";pointer-events:none;background-image:linear-gradient(45deg,#ffffff1a 25%,#0000 25%),linear-gradient(-45deg,#ffffff1a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff1a 75%),linear-gradient(-45deg,#0000 75%,#ffffff1a 75%);background-size:8px 8px;border-radius:3px;position:absolute;inset:2px}._formatBtn_1qupa_320{border:1px solid var(--editor-border-subtle);background:var(--editor-input-bg);width:32px;height:32px;color:var(--editor-text-secondary);cursor:pointer;border-radius:4px;justify-content:center;align-items:center;font-size:14px;transition:all .15s;display:flex}._formatBtn_1qupa_320:hover{border-color:var(--editor-border-medium);color:var(--editor-text-primary);background:#33415580}._formatBtn_1qupa_320.ant-btn{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;box-shadow:none!important;padding:0!important}._formatBtnActive_1qupa_347.ant-btn{color:#66bb6a!important;background:#4caf5040!important;border:1px solid #4caf50cc!important;box-shadow:0 2px 6px #4caf504d!important}._formatBtnActive_1qupa_347.ant-btn:hover{background:#4caf5059!important;border:1px solid #4caf50e6!important}._sliderLabel_1qupa_358{color:var(--editor-text-secondary);white-space:nowrap;min-width:80px;font-size:.75rem}._slider_1qupa_358{width:80px!important;margin:0!important}._slider_1qupa_358 .ant-slider-rail{background:#ffffff1a!important}._slider_1qupa_358 .ant-slider-track{background:#6366f1cc!important}._slider_1qupa_358 .ant-slider-handle{border-color:#6366f1cc!important}._slider_1qupa_358 .ant-slider-handle:after{box-shadow:0 0 0 2px #6366f166!important}._closeBtn_1qupa_382{width:28px;height:28px;color:var(--editor-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:all .15s;display:flex}._closeBtn_1qupa_382:hover{color:var(--editor-text-primary);background:#ffffff1a}._hiddenInput_1qupa_400{display:none}._containerAlert_1qupa_404 .ant-alert{background:var(--editor-accent-muted);border:1px solid #6366f14d;padding:6px 12px}._containerAlert_1qupa_404 .ant-alert-message{color:var(--editor-text-secondary);font-size:.8rem}._optionTextInput_1qupa_414{min-width:180px;max-width:280px;background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important;border-radius:4px!important;font-size:.8rem!important}._optionTextInput_1qupa_414 input{color:var(--editor-text-primary)!important}._optionIconInput_1qupa_427{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;width:120px!important;color:var(--editor-text-primary)!important;border-radius:4px!important;font-size:.8rem!important}._optionMetaInput_1qupa_436{min-width:220px;background:var(--editor-input-bg)!important;border:1px dashed var(--editor-border-subtle)!important;color:var(--editor-text-muted)!important;border-radius:4px!important;font-size:.75rem!important}._inlineLabel_1qupa_445{color:var(--editor-text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:11px}._sectionHeading_1qupa_452{color:#6366f1e6;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--editor-border-subtle);margin-bottom:4px;padding-bottom:8px;font-size:12px;font-weight:600}._fieldCard_1qupa_463{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:6px;padding:12px}._labeledField_1qupa_470{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._labeledField_1qupa_470>label,._labeledField_1qupa_470>._inlineLabel_1qupa_445{color:var(--editor-text-muted);font-size:12px}._fieldColumns_1qupa_483{gap:8px;display:flex}._fieldColumns_1qupa_483>*{flex:1;min-width:0}._selectOptionsList_1qupa_492{flex-direction:column;gap:6px;display:flex}._optionRow_1qupa_498{align-items:center;gap:6px;display:flex}._optionIndex_1qupa_504{color:var(--editor-text-muted);text-align:center;width:18px;font-size:.75rem}._optionActions_1qupa_511{align-items:center;gap:8px;display:flex}._optionMeta_1qupa_436{color:var(--editor-text-muted);font-size:.7rem}._correctAnswers_1qupa_522{flex-wrap:wrap;gap:6px;display:flex}._correctAnswers_1qupa_522 .ant-radio-wrapper,._correctAnswers_1qupa_522 .ant-checkbox-wrapper{color:var(--editor-text-secondary);font-size:.75rem}._radioGroup_1qupa_533{display:flex!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper{margin-right:-1px;background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;color:var(--editor-text-secondary)!important;height:24px!important;padding:0 8px!important;font-size:.75rem!important;line-height:22px!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper:hover{z-index:1;color:var(--editor-text-primary)!important;border-color:var(--editor-border-medium)!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper:first-child{border-left:1px solid var(--editor-border-subtle)!important;border-radius:4px 0 0 4px!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper:before{display:none!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper-checked{color:var(--editor-text-primary)!important;z-index:2!important;box-shadow:none!important;background:#6366f14d!important;border-color:#6366f1cc!important}._radioGroup_1qupa_533 .ant-radio-button-wrapper-checked:hover{color:var(--editor-text-primary)!important;background:#6366f166!important}._page_1wu4h_38{padding-inline:max(5%,50vw - 800px)}._text-center_1wu4h_63{text-align:center}._overlayLayer_1wu4h_72{z-index:20;pointer-events:none;position:absolute;inset:0;overflow:visible}._actionChipWrap_1wu4h_80{pointer-events:none;width:34px;height:34px;position:absolute}._actionChipLabel_1wu4h_87{color:#fff;text-shadow:0 1px 2px #000000d9;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background:#000000e0;border:1px solid #ffffff5c;border-radius:999px;max-width:128px;padding:2px 8px;font-size:10px;font-weight:700;line-height:1.15;position:absolute;bottom:calc(100% - 3px);left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 2px 10px #00000073}._actionChip_1wu4h_80{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);width:34px;height:34px;box-shadow:var(--editor-shadow-elevated);cursor:pointer;pointer-events:auto;border-radius:999px;justify-content:center;align-items:center;font-size:16px;transition:transform .15s,box-shadow .15s;display:inline-flex;position:relative}._actionChip_1wu4h_80:hover{box-shadow:0 10px 24px var(--editor-accent-glow);transform:translateY(-1px)}._actionChipEmoji_1wu4h_131{color:#fff;line-height:1}._chipBadge_1wu4h_137{pointer-events:none;-webkit-user-select:none;user-select:none;background:#0f172ad1;border:1px solid #fff3;border-radius:999px;justify-content:center;align-items:center;width:14px;height:14px;font-size:10px;line-height:1;display:inline-flex;position:absolute;inset-block-start:2px;inset-inline-end:2px}._colorPanel_1wu4h_156{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);min-width:200px;box-shadow:var(--editor-shadow-elevated);pointer-events:auto;border-radius:10px;padding:10px;position:absolute}._presetsPanel_1wu4h_167{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);width:240px;box-shadow:var(--editor-shadow-elevated);pointer-events:auto;border-radius:12px;padding:10px;position:absolute}._textPanel_1wu4h_178{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);width:320px;box-shadow:var(--editor-shadow-elevated);pointer-events:auto;border-radius:12px;padding:10px;position:absolute}._panelTitle_1wu4h_190{color:var(--editor-text-secondary);margin-bottom:8px;font-size:12px;font-weight:600}._presetsGrid_1wu4h_198{grid-template-columns:1fr 1fr;gap:8px;display:grid}._presetLegendRow_1wu4h_204{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:3px;display:grid}._presetLegendGroup_1wu4h_211{grid-template-columns:1fr 1fr;display:grid}._presetLegend_1wu4h_204{color:var(--editor-text-muted);text-align:center;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}._presetOption_1wu4h_225{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:4px;transition:border-color .15s,background .15s}._presetOption_1wu4h_225:hover{background:#6366f11f;border-color:#6366f18c}._presetOptionActive_1wu4h_238{background:#6366f12e;border-color:#6366f1b8}._presetPreview_1wu4h_243{white-space:nowrap;justify-content:center;align-items:center;width:calc(100% - 8px);min-height:30px;padding:0 10px;font-size:11px;line-height:1;display:inline-flex}._presetPreviewSurface_1wu4h_255{background:linear-gradient(90deg,#f8fafc 0 50%,#0f172a 50% 100%);border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;width:100%;min-height:38px;padding:3px;display:inline-flex}[dir=rtl] ._presetPreviewSurface_1wu4h_255{background:linear-gradient(90deg,#0f172a 0 50%,#f8fafc 50% 100%)}._controlRow_1wu4h_272{grid-template-columns:84px 1fr;align-items:center;gap:8px;margin-bottom:8px;display:grid}._controlRow_1wu4h_272:last-child{margin-bottom:0}._controlLabel_1wu4h_283{color:var(--editor-text-secondary);font-size:11px;font-weight:600}._controlSelect_1wu4h_289,._controlNumber_1wu4h_290{border:1px solid var(--editor-border-medium);background:var(--editor-bg-subtle);width:100%;color:var(--editor-text-primary);border-radius:8px;outline:none;padding:5px 8px;font-size:12px}._controlSelect_1wu4h_289:focus,._controlNumber_1wu4h_290:focus{border-color:#6366f1a6;box-shadow:0 0 0 2px #6366f133}._controlSelect_1wu4h_289 .ant-input,._controlNumber_1wu4h_290 .ant-input{color:var(--editor-text-primary);background:0 0;font-size:12px}._controlSelect_1wu4h_289.ant-input-outlined:focus-within,._controlNumber_1wu4h_290.ant-input-outlined:focus-within{border-color:#6366f1a6;box-shadow:0 0 0 2px #6366f133}._controlSelect_1wu4h_289 option{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._toggleGroup_1wu4h_323{gap:6px;display:flex}._toggle_1wu4h_323{border:1px solid var(--editor-border-medium);color:var(--editor-text-primary);cursor:pointer;background:0 0;border-radius:8px;flex:1;justify-content:center;align-items:center;min-width:0;min-height:34px;padding:11px 8px 6px;font-size:11px;font-weight:600;display:inline-flex;position:relative}._toggle_1wu4h_323:hover{background:#6366f11f;border-color:#6366f18c}._toggleIcon_1wu4h_350{flex-shrink:0;font-size:13px}._toggleLabel_1wu4h_355{white-space:nowrap;color:var(--editor-text-secondary);background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);text-overflow:ellipsis;pointer-events:none;border-radius:999px;max-width:calc(100% - 8px);padding:1px 5px;font-size:8px;font-weight:700;line-height:1.1;position:absolute;top:-7px;left:50%;overflow:hidden;transform:translate(-50%)}._toggleActive_1wu4h_375{background:#6366f12e;border-color:#6366f1b8}._colorPanelSection_1wu4h_381{border-top:1px solid var(--editor-border-medium);margin-top:8px;padding-top:8px}._colorPanelRow_1wu4h_387{align-items:center;gap:8px;margin-bottom:6px;display:flex}._colorPanelRow_1wu4h_387:last-child{margin-bottom:0}._colorPanelLabel_1wu4h_397{opacity:.85;min-width:52px;font-size:12px}._colorPanelInput_1wu4h_403{border:1px solid var(--editor-border-medium);background:var(--editor-bg-subtle);width:100%;color:var(--editor-text-primary);border-radius:6px;outline:none;padding:3px 6px;font-size:12px}._colorPanelInput_1wu4h_403:focus{border-color:#6366f1a6}._colorPanelSlider_1wu4h_417{accent-color:#6366f1;flex:1}._panelActionBtn_1wu4h_423{border:1px solid var(--editor-border-medium);color:var(--editor-text-primary);cursor:pointer;background:#6366f12e;border-radius:8px;flex:1;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s}._panelActionBtn_1wu4h_423:hover:not(:disabled){background:#6366f152;border-color:#6366f1a6}._panelActionBtn_1wu4h_423:disabled{opacity:.4;cursor:not-allowed}._panelActionBtnDanger_1wu4h_444{color:#fca5a5;cursor:pointer;background:#ef44441f;border:1px solid #ef444466;border-radius:8px;flex:1;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s,border-color .15s}._panelActionBtnDanger_1wu4h_444:hover{background:#ef444438;border-color:#ef4444a6}._page_zgq75_37{padding-inline:max(5%,50vw - 800px)}._text-center_zgq75_62{text-align:center}._root_zgq75_66{align-items:center;gap:8px;display:flex}._root_zgq75_66 .ant-input,._root_zgq75_66 .ant-input-affix-wrapper{min-width:0}._vertical_zgq75_76{flex-direction:column;align-items:stretch}._page_vnn35_38{padding-inline:max(5%,50vw - 800px)}._text-center_vnn35_63{text-align:center}._addSlideOptions_vnn35_68{gap:6px;margin-bottom:8px;display:flex}._addSlideOptions_vnn35_68>button{flex:1}._animSection_vnn35_77{margin-bottom:8px}._animSection_vnn35_77:last-child{margin-bottom:0}._animGrid_vnn35_84{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;width:100%;display:grid}._animOption_vnn35_91{border:1px solid var(--editor-border-medium);cursor:pointer;background:0 0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:2px;width:100%;min-width:0;padding:6px 2px 4px;transition:border-color .15s,background .15s;display:flex}._animOption_vnn35_91:hover{background:#6366f11f;border-color:#6366f18c}._animOptionActive_vnn35_111{background:#6366f12e;border-color:#6366f1b8}._animIcon_vnn35_116{font-size:16px;line-height:1}._animLabel_vnn35_121{color:var(--editor-text-secondary);white-space:normal;overflow-wrap:anywhere;text-align:center;max-width:100%;font-size:8px;font-weight:600;line-height:1.1}._speedSection_vnn35_133{margin-top:10px;margin-bottom:0}._speedRow_vnn35_138{align-items:center;gap:6px;margin-top:4px;display:flex}._speedSlider_vnn35_145{accent-color:#6366f1;cursor:pointer;appearance:none;background:var(--editor-border-medium);border-radius:4px;outline:none;flex:1;height:4px}._speedSlider_vnn35_145::-webkit-slider-thumb{appearance:none;cursor:pointer;border:2px solid var(--editor-bg-strong,#1e1e2e);background:#6366f1;border-radius:50%;width:14px;height:14px;box-shadow:0 0 4px #6366f180}._speedSlider_vnn35_145::-moz-range-thumb{cursor:pointer;border:2px solid var(--editor-bg-strong,#1e1e2e);background:#6366f1;border-radius:50%;width:14px;height:14px;box-shadow:0 0 4px #6366f180}._speedEndLabel_vnn35_175{color:var(--editor-text-secondary);white-space:nowrap;flex-shrink:0;font-size:9px;font-weight:600}._page_iku8l_37{padding-inline:max(5%,50vw - 800px)}._text-center_iku8l_62{text-align:center}._toolbar_iku8l_66{flex-direction:column;gap:16px;padding:16px;display:flex}._section_iku8l_73{flex-direction:column;gap:12px;display:flex}._sectionTitle_iku8l_79{color:var(--editor-text-primary);margin:0;font-size:14px;font-weight:600}._row_iku8l_86{flex-wrap:wrap;gap:12px;display:flex}._label_iku8l_92{color:var(--editor-text-muted);flex-direction:column;flex:1;gap:4px;min-width:120px;font-size:12px;display:flex}._input_iku8l_102{border:1px solid var(--editor-border-subtle);background:var(--editor-input-bg);width:100%;color:var(--editor-text-primary);border-radius:4px;padding:6px 8px;font-size:13px}._input_iku8l_102:focus{border-color:#6366f199;outline:none;box-shadow:0 0 0 2px #6366f11a}._inputGroup_iku8l_117{align-items:stretch;gap:4px;display:flex}._unitSelect_iku8l_123{border:1px solid var(--editor-border-subtle);background:var(--editor-input-bg);color:var(--editor-text-primary);cursor:pointer;border-radius:4px;min-width:50px;padding:6px 8px;font-size:13px}._unitSelect_iku8l_123:focus{border-color:#6366f199;outline:none}._unitSelect_iku8l_123 option{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._info_iku8l_142{color:var(--editor-text-muted);border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:4px;padding:12px;font-size:12px}._info_iku8l_142 p{margin:0}._page_10l0d_37{padding-inline:max(5%,50vw - 800px)}._text-center_10l0d_62{text-align:center}._optionsHeader_10l0d_66{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}._optionsTitle_10l0d_74{color:#fff9;text-transform:uppercase;letter-spacing:.4px;font-size:.75rem}._optionRowExtended_10l0d_81{align-items:center;gap:6px;display:flex}._correctCheckbox_10l0d_87{flex-shrink:0}._optionsTable_10l0d_91{margin-top:8px;overflow-x:auto}._table_10l0d_96{border-collapse:collapse;background:#0003;border-radius:4px;width:100%;overflow:hidden}._tableHeader_10l0d_104{color:#ffffffb3;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;padding:8px;font-size:.75rem;font-weight:600}._columnHeader_10l0d_114{justify-content:space-between;align-items:center;gap:8px;min-width:120px;display:flex}._rowLabel_10l0d_122{color:#ffffffb3;white-space:nowrap;text-align:right;vertical-align:middle;background:#ffffff0d;border:1px solid #ffffff1a;padding:8px 12px;font-size:.75rem;font-weight:500}._tableCell_10l0d_134{text-align:center;vertical-align:middle;border:1px solid #ffffff1a;min-width:120px;padding:8px}._page_1v8zf_37{padding-inline:max(5%,50vw - 800px)}._text-center_1v8zf_62{text-align:center}._baseModal_1v8zf_66 .ant-modal-content{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);border-radius:14px;overflow:hidden}._baseModal_1v8zf_66 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;margin-bottom:0;padding:14px 20px}._baseModal_1v8zf_66 .ant-modal-title{color:var(--editor-text-primary);font-size:15px;font-weight:600}._baseModal_1v8zf_66 .ant-modal-close-x{color:var(--editor-text-muted)}._baseModal_1v8zf_66 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._baseModal_1v8zf_66 .ant-modal-body{padding:18px 20px}._baseModal_1v8zf_66 .ant-modal-footer{border-top:1px solid var(--editor-border-subtle);padding:12px 20px 16px}._baseModal_1v8zf_66 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-medium);color:var(--editor-text-secondary)}._baseModal_1v8zf_66 .ant-btn-default:hover{color:var(--editor-text-primary);border-color:var(--editor-border-strong,var(--editor-border-medium))}._baseModal_1v8zf_66 .ant-input,._baseModal_1v8zf_66 .ant-select-selector{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-medium)!important;color:var(--editor-text-primary)!important}._baseModal_1v8zf_66 .ant-input::placeholder,._baseModal_1v8zf_66 .ant-select-selection-placeholder{color:var(--editor-text-muted)!important}._baseModal_1v8zf_66 .ant-select-arrow{color:var(--editor-text-muted)}._chromeLess_1v8zf_121 .ant-modal-content{overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}._chromeLess_1v8zf_121 .ant-modal-body{padding:0}._nonBlockingWrap_1v8zf_132{pointer-events:none}._nonBlockingWrap_1v8zf_132 .ant-modal{pointer-events:auto;max-width:none;margin:0;padding-bottom:0;position:fixed;top:0;left:0;right:auto}._nonBlockingWrap_1v8zf_132 .ant-modal-content{max-height:inherit;flex-direction:column;display:flex;overflow:visible}._nonBlockingWrap_1v8zf_132 .ant-modal-body{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:visible}._nonBlockingWrap_1v8zf_132 .ant-modal-body>*{min-width:0}._page_1hyqm_37{padding-inline:max(5%,50vw - 800px)}._text-center_1hyqm_62{text-align:center}._modalContent_1hyqm_66{min-width:0;height:auto;min-height:0;padding-block:16px 20px;display:flex}._modalContentNonBlocking_1hyqm_74{width:100%;min-width:0}._fieldsSection_1hyqm_79{border:1px solid var(--editor-border-subtle);background:var(--editor-bg-elevated);border-radius:10px;flex-direction:column;width:100%;min-width:0;height:100%;min-height:0;display:flex;position:relative;overflow:visible}._fieldsSectionNonBlocking_1hyqm_93{max-height:none}._innerFrameHeader_1hyqm_97{inset-inline:0;pointer-events:none;height:0;position:absolute;top:0}._innerFrameTitle_1hyqm_105{color:var(--editor-text-primary);text-align:center;background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);pointer-events:auto;border-radius:999px;padding:4px 12px;font-size:15px;font-weight:600;line-height:1.2;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._innerFrameClose_1hyqm_122{inset-inline-end:8px;background:var(--editor-bg-panel);border:0;border:1px solid var(--editor-border-medium);width:30px;height:30px;color:var(--editor-text-muted);cursor:pointer;pointer-events:auto;border-radius:6px;font-size:20px;line-height:1;position:absolute;top:0;transform:translateY(-50%)}._innerFrameClose_1hyqm_122:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._fieldsContent_1hyqm_144{background:0 0;flex-direction:column;gap:0;min-width:0;min-height:0;padding:20px 12px 24px;display:flex;overflow:visible}._fieldsContentNonBlocking_1hyqm_155{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:min-content;align-content:start;gap:10px 12px;display:grid}._fieldsContentNonBlocking_1hyqm_155 ._typeTiles_1hyqm_162,._fieldsContentNonBlocking_1hyqm_155 ._note_1hyqm_163{grid-column:1/-1}._fieldsContentNonBlocking_1hyqm_155 ._autoplayNote_1hyqm_166{grid-column:5/span 1;align-self:center}@media (width<=1280px){._fieldsContentNonBlocking_1hyqm_155 ._autoplayNote_1hyqm_166{grid-column:1/-1}}._fieldsContentNonBlocking_1hyqm_155 ._fieldRow_1hyqm_175{border-bottom:none;min-width:0;padding-block:0}._videoFieldsContentNonBlocking_1hyqm_181{grid-template-columns:minmax(150px,.9fr) minmax(170px,1fr) minmax(220px,2.1fr) minmax(140px,.9fr);align-items:start}._videoFieldsContentNonBlocking_1hyqm_181 ._typeFieldRow_1hyqm_185{grid-column:1}._videoFieldsContentNonBlocking_1hyqm_181 ._transparencyFieldRow_1hyqm_188{grid-column:2}._videoFieldsContentNonBlocking_1hyqm_181 ._videoUrlFieldRow_1hyqm_191{grid-column:3}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195{grid-column:4}._videoFieldsContentNonBlocking_1hyqm_181 ._autoplayNote_1hyqm_166,._videoFieldsContentNonBlocking_1hyqm_181 ._note_1hyqm_163{grid-column:1/-1}._videoFieldsContentNonBlocking_1hyqm_181 ._fieldRow_1hyqm_175{align-self:start;min-height:52px}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;min-height:42px}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194 ._fieldLabel_1hyqm_214,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195 ._fieldLabel_1hyqm_214{text-align:start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194 ._switchFieldControl_1hyqm_221,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195 ._switchFieldControl_1hyqm_221{flex:none;justify-content:flex-end;width:auto}._videoFieldsContentNonBlocking_1hyqm_181 ._typeTiles_1hyqm_162{flex-wrap:nowrap;gap:10px}._videoFieldsContentNonBlocking_1hyqm_181 ._typeTile_1hyqm_162{gap:3px;width:52px;min-width:52px;height:52px}._videoFieldsContentNonBlocking_1hyqm_181 ._typeTileIcon_1hyqm_237{font-size:14px}._videoFieldsContentNonBlocking_1hyqm_181 ._typeTileText_1hyqm_240{font-size:9px}._videoFieldsContentNonBlocking_1hyqm_181 ._videoUrlFieldRow_1hyqm_191 .ant-input{min-height:34px}@media (width<=1320px){._videoFieldsContentNonBlocking_1hyqm_181{grid-template-columns:repeat(2,minmax(220px,1fr))}._videoFieldsContentNonBlocking_1hyqm_181 ._typeFieldRow_1hyqm_185{grid-column:1}._videoFieldsContentNonBlocking_1hyqm_181 ._transparencyFieldRow_1hyqm_188{grid-column:2}._videoFieldsContentNonBlocking_1hyqm_181 ._videoUrlFieldRow_1hyqm_191{grid-column:1/-1}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194{grid-column:1}._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195{grid-column:2}}@media (width<=960px){._videoFieldsContentNonBlocking_1hyqm_181{grid-template-columns:1fr}._videoFieldsContentNonBlocking_1hyqm_181 ._typeFieldRow_1hyqm_185,._videoFieldsContentNonBlocking_1hyqm_181 ._transparencyFieldRow_1hyqm_188,._videoFieldsContentNonBlocking_1hyqm_181 ._videoUrlFieldRow_1hyqm_191,._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195,._videoFieldsContentNonBlocking_1hyqm_181 ._autoplayNote_1hyqm_166,._videoFieldsContentNonBlocking_1hyqm_181 ._note_1hyqm_163{grid-column:1}._videoFieldsContentNonBlocking_1hyqm_181 ._muteFieldRow_1hyqm_194,._videoFieldsContentNonBlocking_1hyqm_181 ._loopFieldRow_1hyqm_195{justify-content:space-between}}._innerFrameFooter_1hyqm_285{inset-inline:0;justify-content:center;align-items:center;gap:10px;padding:0 14px;display:flex;position:absolute;bottom:0;transform:translateY(50%)}._innerFrameFooter_1hyqm_285 .ant-btn{background:var(--editor-bg-panel)!important;border-color:var(--editor-border-medium)!important;color:var(--editor-text-primary)!important}._innerFrameFooter_1hyqm_285 .ant-btn:hover{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-medium)!important}._innerFrameFooter_1hyqm_285 .ant-btn-primary{background:var(--editor-accent)!important;border-color:var(--editor-accent)!important;color:var(--editor-text-primary)!important}._innerFrameFooter_1hyqm_285 .ant-btn-primary:hover{background:var(--editor-accent-hover)!important;border-color:var(--editor-accent-hover)!important;color:var(--editor-text-primary)!important}._fieldRow_1hyqm_175{border-bottom:1px solid var(--editor-border-subtle);flex-direction:column;gap:4px;min-width:0;padding-block:6px;display:flex}._fieldRow_1hyqm_175:last-child{border-bottom:none}._fieldRow_1hyqm_175 .ant-select,._fieldRow_1hyqm_175 .ant-input-affix-wrapper,._fieldRow_1hyqm_175 .ant-input{width:100%;min-width:0}._switchRow_1hyqm_334{justify-content:space-between;align-items:center;padding-block:2px;display:flex}._fieldLabel_1hyqm_214{color:var(--editor-text-secondary);font-size:12px}._labelWithIcon_1hyqm_346{align-items:center;gap:6px;display:inline-flex}._labelIcon_1hyqm_352{font-size:13px;line-height:1}._switchFieldControl_1hyqm_221{align-items:center;min-height:28px;display:flex}._muteFieldRow_1hyqm_194{align-items:center}._muteFieldRow_1hyqm_194 ._fieldLabel_1hyqm_214{text-align:center}._muteFieldRow_1hyqm_194 ._switchFieldControl_1hyqm_221{justify-content:center;width:100%}._sliderFieldRow_1hyqm_374 .ant-slider{margin-block:4px 0;margin-inline:4px}._sliderFieldRow_1hyqm_374 .ant-slider-rail{background:var(--editor-border-medium)}._sliderFieldRow_1hyqm_374 .ant-slider-track{background:var(--editor-accent)}._sliderFieldRow_1hyqm_374 .ant-slider-handle:after{box-shadow:0 0 0 2px var(--editor-accent)}._typeTiles_1hyqm_162{flex-wrap:wrap;gap:8px;display:flex}._typeTile_1hyqm_162{border:1px solid var(--editor-border-medium);background:var(--editor-bg-panel);width:40px;min-width:40px;height:40px;color:var(--editor-text-secondary);cursor:pointer;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:1px;transition:background .16s,border-color .16s,color .16s;display:flex}._typeTile_1hyqm_162:hover{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._typeTileActive_1hyqm_415{border-color:var(--editor-accent);color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._typeTileIcon_1hyqm_237{font-size:12px;line-height:1}._typeTileText_1hyqm_240{text-align:center;font-size:8px;line-height:1}._typeOptionLabel_1hyqm_432{align-items:center;gap:8px;display:inline-flex}._colorInput_1hyqm_438{border:1px solid var(--editor-border-subtle);cursor:pointer;border-radius:6px;width:46px;height:34px;padding:2px}._note_1hyqm_163{color:var(--editor-text-muted);font-size:12px}._page_77kqz_37{padding-inline:max(5%,50vw - 800px)}._text-center_77kqz_62{text-align:center}._toggleGroup_77kqz_66{grid-template-columns:repeat(2,auto);align-items:center;gap:6px 12px;display:grid}._toggleItem_77kqz_73{color:#fffc;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}._page_10k07_37{padding-inline:max(5%,50vw - 800px)}._text-center_10k07_62{text-align:center}._modal_10k07_66 .ant-modal-content{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);border-radius:12px}._modal_10k07_66 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0}._modal_10k07_66 .ant-modal-title{color:var(--editor-text-primary);font-size:1.1rem}._modal_10k07_66 .ant-modal-close-x{color:var(--editor-text-muted)}._modal_10k07_66 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._modal_10k07_66 .ant-modal-body{padding:24px}._modal_10k07_66 .ant-modal-footer{border-top:1px solid var(--editor-border-subtle);padding:16px 24px}._modal_10k07_66 .ant-slider-mark-text,._modal_10k07_66 .ant-slider-mark-text-active{color:var(--editor-text-secondary)}._modal_10k07_66 .ant-slider-dot,._modal_10k07_66 .ant-slider-dot-active{display:none}._content_10k07_101{flex-direction:column;gap:16px;display:flex}._playerContainer_10k07_107{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;width:100%;overflow:hidden}._sliderContainer_10k07_115{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;padding:16px}._timeDisplay_10k07_122{justify-content:space-between;align-items:center;gap:12px;display:flex}._timeLabel_10k07_129{color:var(--editor-text-secondary);font-size:.9rem}._instructions_10k07_134{color:var(--editor-text-muted);font-size:.85rem;line-height:1.4}._loading_10k07_140{color:var(--editor-text-muted);font-size:.9rem}._manualInputs_10k07_145{align-items:center;gap:12px;display:flex}._page_sw6hj_37{padding-inline:max(5%,50vw - 800px)}._text-center_sw6hj_62{text-align:center}._controlRow_sw6hj_66{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._page_1tfu7_37{padding-inline:max(5%,50vw - 800px)}._text-center_1tfu7_62{text-align:center}._toolbarContainer_1tfu7_66{flex-direction:column;gap:20px;width:100%;display:flex}._diceModal_1tfu7_73{grid-template-columns:minmax(260px,300px) minmax(0,1fr);gap:20px;min-height:620px;display:grid}._faceRail_1tfu7_80{background:linear-gradient(#1e293be0,#0f172af2),radial-gradient(circle at top,#6366f12e,#0000 60%);border:1px solid #6366f138;border-radius:18px;flex-direction:column;gap:16px;padding:18px;display:flex}._faceRailHeader_1tfu7_90{flex-direction:column;gap:6px;display:flex}._faceRailEyebrow_1tfu7_96{letter-spacing:.12em;text-transform:uppercase;color:#818cf8e6;font-size:11px;font-weight:700}._faceRailTitle_1tfu7_104,._editorTitle_1tfu7_105,._previewTitle_1tfu7_106{color:#f8fafc;margin:0;font-size:20px;line-height:1.1}._faceRailHint_1tfu7_113,._previewHint_1tfu7_114{color:#e2e8f0bd;margin:0;font-size:13px;line-height:1.5}._section_1tfu7_121{flex-direction:column;gap:12px;display:flex}._sectionHeader_1tfu7_127{color:#6366f1e6;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--editor-border-subtle);margin-bottom:4px;padding-bottom:8px;font-size:12px;font-weight:600}._fieldRow_1tfu7_138{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}._facesList_1tfu7_144{flex-direction:column;gap:8px;display:flex}._faceRow_1tfu7_150{cursor:pointer;text-align:start;width:100%;color:inherit;background:#0f172a7a;border:1px solid #94a3b829;border-radius:14px;align-items:flex-start;gap:12px;padding:14px;transition:background .2s,border-color .2s,transform .2s;display:flex}._faceRow_1tfu7_150:hover{background:#1e293bbd;border-color:#6366f16b;transform:translateY(-1px)}._faceRowActive_1tfu7_170{background:linear-gradient(135deg,#2563eb33,#0f172ac2);border-color:#60a5faa6;box-shadow:0 12px 26px #02061761}._facesGrid_1tfu7_176{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}._faceCard_1tfu7_182{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.ant-btn ._faceCard_1tfu7_182{background:0 0}._faceCard_1tfu7_182:hover ._faceHeader_1tfu7_193{background:#1e293b99}._facePanel_1tfu7_197 .ant-collapse-header{color:var(--editor-text-secondary)!important;background:#0f172a66!important;border-radius:6px!important;padding:12px 16px!important}._facePanel_1tfu7_197 .ant-collapse-header:hover{background:#1e293b80!important}._facePanel_1tfu7_197 .ant-collapse-content-box{background:#0f172a66!important;padding:16px!important}._faceHeader_1tfu7_193{background:#0f172a66;border-radius:6px;align-items:center;gap:8px;width:100%;padding:12px 16px;transition:background .2s;display:flex}._faceIcon_1tfu7_222{color:#dbeafe;background:linear-gradient(135deg,#2563eb6b,#0f172ad9);border:1px solid #60a5fa59;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:inline-flex}._faceRowBody_1tfu7_235{flex-direction:column;flex:1;gap:4px;display:flex}._faceName_1tfu7_242{color:var(--editor-text-secondary);flex:1;font-weight:500}._faceRowName_1tfu7_248{color:#f8fafc;font-weight:600;line-height:1.3}._faceRowSummary_1tfu7_254{color:#e2e8f0b8;text-overflow:ellipsis;font-size:12px;line-height:1.4;overflow:hidden}._faceThumbnailImg_1tfu7_262{object-fit:cover;width:100%;height:100%;display:block}._faceThumbnailColor_1tfu7_269{justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:600;line-height:1;display:flex}._faceThumbnailPlaceholder_1tfu7_280{width:100%;height:100%;color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:10px;display:flex}._cubeThumbnail_1tfu7_290{background:radial-gradient(circle at 30% 20%,#6366f138,#0f172af2);width:100%;height:100%;position:relative}._cubeThumbnailTop_1tfu7_297,._cubeThumbnailLeft_1tfu7_298,._cubeThumbnailRight_1tfu7_299{border:1px solid #ffffff2e;position:absolute;box-shadow:inset 0 0 0 1px #ffffff0a}._cubeThumbnailTop_1tfu7_297{transform-origin:50%;width:18px;height:18px;top:5px;left:11px;transform:skew(-30deg)}._cubeThumbnailLeft_1tfu7_298{transform-origin:top;filter:brightness(.92);width:18px;height:16px;top:17px;left:5px;transform:skewY(30deg)}._cubeThumbnailRight_1tfu7_299{transform-origin:top;filter:brightness(1.08);width:18px;height:16px;top:17px;left:23px;transform:skewY(-30deg)}._faceType_1tfu7_334{color:#6366f1cc;text-transform:uppercase;letter-spacing:.3px;background:#6366f126;border-radius:4px;padding:2px 8px;font-size:11px}._faceStatus_1tfu7_344{letter-spacing:.08em;text-transform:uppercase;border:1px solid #0000;border-radius:999px;flex-shrink:0;align-self:center;padding:6px 8px;font-size:10px;font-weight:700}._faceStatusReady_1tfu7_356{color:#86efac;background:#14532d73;border-color:#4ade803d}._faceStatusMissing_1tfu7_362{color:#fcd34d;background:#78350f59;border-color:#fbbf243d}._colorPickerWrapper_1tfu7_368{width:100%}._colorPickerWrapper_1tfu7_368 .ant-color-picker-trigger{width:100%!important;height:32px!important}._divider_1tfu7_376{border-color:var(--editor-border-subtle);margin:16px 0}._editorStage_1tfu7_381{grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);gap:20px;display:grid}._editorPanel_1tfu7_387,._previewPanel_1tfu7_388{background:linear-gradient(#0f172ab8,#0f172ae6);border:1px solid #94a3b824;border-radius:18px;flex-direction:column;gap:16px;min-width:0;padding:20px;display:flex}._surfaceFieldGroup_1tfu7_399{background:linear-gradient(#0e1e3ceb,#09152ee6),radial-gradient(circle at top,#3b82f61f,#0000 70%);border-color:#60a5fa3d;box-shadow:inset 0 1px #94c5ff14,0 10px 20px #02061729}._surfaceFieldGroup_1tfu7_399 .ant-input,._surfaceFieldGroup_1tfu7_399 .ant-input-number,._surfaceFieldGroup_1tfu7_399 .ant-input-affix-wrapper,._surfaceFieldGroup_1tfu7_399 .ant-color-picker-trigger{color:#e2e8f0!important;background:#071227f0!important;border-color:#60a5fa3d!important}._surfaceFieldGroup_1tfu7_399 .ant-input-number-input,._surfaceFieldGroup_1tfu7_399 .ant-input::placeholder,._surfaceFieldGroup_1tfu7_399 .ant-input-textarea textarea::placeholder{color:#bfdbfe85!important}._surfaceFieldGroup_1tfu7_399 .ant-input-number-input,._surfaceFieldGroup_1tfu7_399 .ant-input-textarea textarea,._surfaceFieldGroup_1tfu7_399 .ant-input{color:#e2e8f0!important;background:0 0!important}._surfaceFieldGroup_1tfu7_399 .ant-input-number:hover,._surfaceFieldGroup_1tfu7_399 .ant-input:hover,._surfaceFieldGroup_1tfu7_399 .ant-input-affix-wrapper:hover,._surfaceFieldGroup_1tfu7_399 .ant-color-picker-trigger:hover{border-color:#7dd3fc61!important}._surfaceFieldGroup_1tfu7_399 .ant-input-number-focused,._surfaceFieldGroup_1tfu7_399 .ant-input:focus,._surfaceFieldGroup_1tfu7_399 .ant-input-affix-wrapper-focused,._surfaceFieldGroup_1tfu7_399 .ant-input-textarea textarea:focus,._surfaceFieldGroup_1tfu7_399 .ant-color-picker-trigger-active{border-color:#7dd3fc85!important;box-shadow:0 0 0 2px #38bdf824!important}._surfaceFieldLabel_1tfu7_438{color:#bae6fdeb;background:linear-gradient(#163463f5,#0f172af5);border:1px solid #60a5fa38;border-radius:999px;box-shadow:0 8px 18px #02061738}._surfaceInput_1tfu7_446{background:#071227f0!important;border-color:#60a5fa3d!important}._surfaceInput_1tfu7_446::placeholder{color:#bfdbfe85!important}._surfaceInput_1tfu7_446:hover{border-color:#7dd3fc61!important}._surfaceInput_1tfu7_446:focus{border-color:#7dd3fc85!important;box-shadow:0 0 0 2px #38bdf824!important}._surfaceMediaInput_1tfu7_461{width:100%}._editorPanelHeader_1tfu7_465,._previewPanelHeader_1tfu7_466{flex-direction:column;gap:6px;display:flex}._faceTypePill_1tfu7_472{color:#bfdbfe;letter-spacing:.08em;text-transform:uppercase;background:#3b82f629;border:1px solid #60a5fa52;border-radius:999px;align-self:flex-start;padding:6px 10px;font-size:11px;font-weight:700}._typeGrid_1tfu7_485{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._typeButton_1tfu7_491{color:#e2e8f0;cursor:pointer;text-align:start;background:#1e293b80;border:1px solid #94a3b829;border-radius:14px;align-items:center;gap:10px;width:100%;padding:12px;transition:border-color .2s,background .2s,transform .2s;display:flex}._typeButton_1tfu7_491:hover{background:#1e293bbd;border-color:#60a5fa6b;transform:translateY(-1px)}._typeButtonActive_1tfu7_511{background:linear-gradient(135deg,#1d4ed847,#0f172acc);border-color:#60a5fab3;box-shadow:0 12px 24px #0f172a47}._typeButtonIcon_1tfu7_517{background:#0f172ae6;border:1px solid #94a3b829;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:inline-flex}._typeButtonMeta_1tfu7_529{flex-direction:column;gap:2px;min-width:0;display:flex}._typeButtonLabel_1tfu7_536{color:#f8fafc;font-weight:600}._typeButtonDescription_1tfu7_541{color:#e2e8f0a8;font-size:12px;line-height:1.4}._booleanGrid_1tfu7_547{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}._booleanButton_1tfu7_553{color:#cbd5e1;cursor:pointer;background:#0f172a8c;border:1px solid #94a3b829;border-radius:10px;height:34px;transition:border-color .2s,background .2s}._booleanButton_1tfu7_553:hover{background:#1e293bbd;border-color:#60a5fa6b}._booleanButtonActive_1tfu7_567{color:#f8fafc;background:linear-gradient(135deg,#2563eb47,#0f172ad6);border-color:#60a5faa6}._modalContent_1tfu7_573{grid-template-columns:minmax(220px,1fr) minmax(240px,1.1fr);align-items:start;gap:16px;display:grid}._previewWrapper_1tfu7_580{justify-content:flex-end;display:flex}._facePreview_1tfu7_585{aspect-ratio:1;border:1px solid var(--editor-border-subtle);background:#0f172a80;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:320px;display:flex;overflow:hidden}._previewImage_1tfu7_598,._previewVideo_1tfu7_599{object-fit:cover;width:100%;height:100%}._previewText_1tfu7_605{text-align:center;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;font-weight:600;display:flex}._previewLink_1tfu7_617{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._previewLinkText_1tfu7_625{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:#00000040;border-radius:999px;padding:12px 22px;font-weight:600}._previewPlaceholder_1tfu7_635{color:var(--editor-text-muted);font-size:14px}._modalForm_1tfu7_640{flex-direction:column;gap:12px;display:flex}._faceModal_1tfu7_646 .ant-modal-content{background:linear-gradient(#1e293bf2,#0f172ae6);border:1px solid #6366f159;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #000000a6,0 0 60px #6366f14d}._faceModal_1tfu7_646 .ant-modal-header{background:linear-gradient(#1a2d52fa,#111827f5),radial-gradient(circle at top,#60a5fa2e,#0000 70%);border-bottom:1px solid #60a5fa33;align-items:center;padding:18px 24px;box-shadow:inset 0 -1px #7dd3fc14}._faceModal_1tfu7_646 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._faceModal_1tfu7_646 .ant-modal-close-btn{border:1px solid var(--editor-border-medium);color:#fff;background:#ffffff0a;border-radius:10px;width:38px;height:38px;transition:all .15s}._faceModal_1tfu7_646 .ant-modal-close-btn:hover{background:#ffffff1f;border-color:#ffffff4d}._faceModal_1tfu7_646 .ant-modal-close-x{color:#fff;font-size:16px}._faceModal_1tfu7_646 .ant-modal-body{background:0 0;padding:24px 24px 28px}@media (width<=1024px){._diceModal_1tfu7_73,._editorStage_1tfu7_381{grid-template-columns:1fr}._previewWrapper_1tfu7_580{justify-content:center}}@media (width<=640px){._typeGrid_1tfu7_485{grid-template-columns:1fr}._faceRow_1tfu7_150{padding:12px}}._page_hs2uk_37{padding-inline:max(5%,50vw - 800px)}._text-center_hs2uk_62{text-align:center}._toolbarContainer_hs2uk_66{flex-flow:wrap;align-items:center;gap:12px;width:100%;display:flex}._expandableField_hs2uk_75{transition:flex .2s ease-out;position:relative}._expandableField_hs2uk_75:focus-within{z-index:10;flex:0 240px!important}@keyframes _buttonPulse_hs2uk_1{0%,to{box-shadow:0 4px 12px #0000004d,0 0 20px #6366f166}50%{box-shadow:0 4px 12px #0000004d,0 0 28px #6366f199}}._section_hs2uk_92{align-items:center;gap:8px;display:flex}._sectionHeader_hs2uk_98{color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 16px #6366f1b3,0 0 8px #6366f180,0 2px 4px #0000004d;border-bottom:2px solid #6366f166;margin-bottom:4px;padding-bottom:10px;font-size:15px;font-weight:700;position:relative}._sectionHeader_hs2uk_98:after{content:"";background:linear-gradient(90deg,#6366f1e6,#0000);width:40%;height:2px;position:absolute;bottom:-2px;left:0;box-shadow:0 0 8px #6366f199}._symbolsButton_hs2uk_121{white-space:nowrap;animation:3s ease-in-out infinite _buttonPulse_hs2uk_1;position:relative;background:linear-gradient(135deg,#6366f1e6,#4338cae6)!important;border:2px solid #6366f199!important;height:36px!important;padding:0 20px!important;font-size:14px!important;font-weight:600!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #0000004d,0 0 16px #6366f166!important}._symbolsButton_hs2uk_121:hover{animation:none;background:linear-gradient(135deg,#818cf8,#4f46e5)!important;border-color:#818cf8e6!important;transform:translateY(-2px)scale(1.02)!important;box-shadow:0 6px 16px #0006,0 0 28px #6366f1b3!important}._symbolsButton_hs2uk_121:active{transform:translateY(0)scale(.99)!important;box-shadow:0 4px 10px #00000059,0 0 20px #6366f180!important}._symbolsButton_hs2uk_121:focus{border-color:#a5b4fc!important;outline:none!important;box-shadow:0 2px 8px #0000004d,0 0 24px #6366f199!important}._symbolsHeader_hs2uk_151{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}._symbolsGrid_hs2uk_158{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:14px;max-height:60vh;padding-right:8px;display:grid;overflow:hidden auto}._symbolsGrid_hs2uk_158::-webkit-scrollbar{width:8px}._symbolsGrid_hs2uk_158::-webkit-scrollbar-track{background:#0f172a66;border-radius:4px}._symbolsGrid_hs2uk_158::-webkit-scrollbar-thumb{background:#6366f166;border-radius:4px}._symbolsGrid_hs2uk_158::-webkit-scrollbar-thumb:hover{background:#6366f199}._symbolCard_hs2uk_182{aspect-ratio:1;border:1px solid var(--editor-border-subtle);cursor:pointer;background:#0f172a80;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}._symbolCard_hs2uk_182:hover{background:#1e293b99;border-color:#6366f199;transform:scale(1.05);box-shadow:0 4px 12px #0000004d,0 0 20px #6366f14d}._symbolCard_hs2uk_182:active{transform:scale(.98)}._symbolPreviewSmall_hs2uk_207{flex:1;justify-content:center;align-items:center;width:100%;display:flex}._emojiPreview_hs2uk_215{font-size:32px}._imagePreview_hs2uk_219{object-fit:contain;width:100%;height:100%;max-height:48px}._noPreview_hs2uk_226{color:#94a3b8;font-size:24px}._symbolInfo_hs2uk_231{justify-content:center;align-items:center;gap:4px;display:flex}._symbolType_hs2uk_238{opacity:.7;font-size:12px}._symbolPanel_hs2uk_243{flex:1;min-width:200px}._symbolPanel_hs2uk_243 .ant-collapse-header{color:#cbd5e1!important;background:#0f172a66!important;border-radius:6px!important;min-height:36px!important;padding:6px 12px!important;font-size:12px!important}._symbolPanel_hs2uk_243 .ant-collapse-header:hover{background:#1e293b66!important}._symbolPanel_hs2uk_243 .ant-collapse-content-box{background:#0f172a66!important;padding:12px!important}._symbolPanel_hs2uk_243 .ant-collapse-item{border:none!important}._divider_hs2uk_266{display:none}._modalContent_hs2uk_270{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}._modalForm_hs2uk_277{flex-direction:column;gap:16px;display:flex}._modalActions_hs2uk_283{border-top:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding-top:8px;display:flex}._modalActions_hs2uk_283 .ant-btn{font-weight:600!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}._modalActions_hs2uk_283 .ant-btn:hover:not(:disabled){transform:translateY(-2px)!important}._modalActions_hs2uk_283 .ant-btn:active:not(:disabled){transform:translateY(0)!important}._modalActions_hs2uk_283 .ant-btn-primary{background:linear-gradient(135deg,#6366f1d9,#4338cad9)!important;border:1px solid #6366f180!important;box-shadow:0 2px 8px #6366f14d!important}._modalActions_hs2uk_283 .ant-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#818cf8f2,#4f46e5f2)!important;border-color:#818cf8b3!important;box-shadow:0 4px 12px #0000004d,0 0 20px #6366f180!important}._modalActions_hs2uk_283 .ant-btn-dangerous{background:linear-gradient(135deg,#dc2626d9,#b91c1cd9)!important;border:1px solid #dc262680!important;box-shadow:0 2px 8px #dc26264d!important}._modalActions_hs2uk_283 .ant-btn-dangerous:hover:not(:disabled){background:linear-gradient(135deg,#ef4444f2,#dc2626f2)!important;border-color:#ef4444b3!important;box-shadow:0 4px 12px #0000004d,0 0 20px #dc262680!important}._modalActions_hs2uk_283 .ant-btn-default{border:1px solid var(--editor-border-medium)!important;color:#cbd5e1!important;background:#33415599!important;box-shadow:0 2px 6px #0003!important}._modalActions_hs2uk_283 .ant-btn-default:hover:not(:disabled){color:#fffffff2!important;box-shadow:0 4px 10px #0000004d, 0 0 16px var(--editor-border-medium)!important;background:#475569cc!important;border-color:#ffffff40!important}._modalActionsRight_hs2uk_333{gap:8px;display:flex}._previewWrapper_hs2uk_338{justify-content:center;align-items:start;display:flex}._symbolPreview_hs2uk_207{aspect-ratio:1;border:1px solid var(--editor-border-subtle);background:#0f172a80;border-radius:12px;justify-content:center;align-items:center;width:100%;max-width:200px;display:flex;overflow:hidden}._previewEmoji_hs2uk_357{font-size:96px;line-height:1}._previewImage_hs2uk_362{object-fit:contain;width:100%;height:100%;padding:16px}._previewPlaceholder_hs2uk_369{color:#cbd5e1;text-align:center;font-size:14px}._symbolModal_hs2uk_375 .ant-modal-content{background:linear-gradient(#1e293bf2,#0f172ae6);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #000000a6,0 0 60px #6366f14d;border:2px solid #6366f180!important}._symbolModal_hs2uk_375 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._symbolModal_hs2uk_375 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._symbolModal_hs2uk_375 .ant-modal-close-btn{border:1px solid var(--editor-border-medium);color:#fff;background:#ffffff0a;border-radius:10px;width:38px;height:38px;transition:all .15s}._symbolModal_hs2uk_375 .ant-modal-close-btn:hover{background:var(--editor-border-subtle);border-color:#94a3b8}._symbolModal_hs2uk_375 .ant-modal-close-x{color:#fff;font-size:16px}._symbolModal_hs2uk_375 .ant-modal-body{background:0 0;padding:24px 24px 28px}.ant-modal-confirm .ant-modal-content{background:linear-gradient(#1e293bf2,#0f172ae6);border-radius:12px;box-shadow:0 20px 40px #000000a6,0 0 60px #6366f14d;border:2px solid #6366f180!important}.ant-modal-confirm .ant-modal-confirm-title{color:#fff!important}.ant-modal-confirm .ant-modal-confirm-content{color:#cbd5e1!important}.ant-modal-confirm .ant-modal-body{color:#fff}._symbolsModal_hs2uk_433 .ant-modal-content{background:linear-gradient(#1e293bf2,#0f172ae6);border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #000000a6,0 0 60px #6366f14d;border:2px solid #6366f180!important}._symbolsModal_hs2uk_433 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._symbolsModal_hs2uk_433 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._symbolsModal_hs2uk_433 .ant-modal-close-btn{border:1px solid var(--editor-border-medium);color:#fff;background:#ffffff0a;border-radius:10px;width:38px;height:38px;transition:all .15s}._symbolsModal_hs2uk_433 .ant-modal-close-btn:hover{background:var(--editor-border-subtle);border-color:#94a3b8}._symbolsModal_hs2uk_433 .ant-modal-close-x{color:#fff;font-size:16px}._symbolsModal_hs2uk_433 .ant-modal-body{background:0 0;max-height:80vh;padding:24px;overflow:hidden}._symbolsModalContent_hs2uk_477{flex-direction:column;gap:20px;min-height:0;display:flex}._symbolsModalHeader_hs2uk_484{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}._symbolsModalHeader_hs2uk_484 .ant-btn-primary{background:linear-gradient(135deg,#6366f1d9,#4338cad9)!important;border:1px solid #6366f180!important;font-weight:600!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 2px 8px #6366f14d!important}._symbolsModalHeader_hs2uk_484 .ant-btn-primary:hover{background:linear-gradient(135deg,#818cf8f2,#4f46e5f2)!important;border-color:#818cf8b3!important;transform:translateY(-2px)!important;box-shadow:0 4px 12px #0000004d,0 0 20px #6366f180!important}._symbolsModalHeader_hs2uk_484 .ant-btn-primary:active{transform:translateY(0)!important}._symbolsCount_hs2uk_508{color:#fff;text-transform:uppercase;letter-spacing:.8px;text-shadow:0 0 12px #6366f199;font-size:16px;font-weight:700}._page_1umsv_38{padding-inline:max(5%,50vw - 800px)}._text-center_1umsv_63{text-align:center}._root_1umsv_68{flex-direction:column;gap:0;display:flex}._settingsRow_1umsv_75{flex-wrap:wrap;align-items:flex-start;gap:20px 32px;display:flex}._settingsGroup_1umsv_82{flex-direction:column;gap:8px;display:flex}._groupLabel_1umsv_88{color:var(--editor-accent,#6366f1e6);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:600}._inlineFields_1umsv_96{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}._inlineField_1umsv_96{flex-direction:column;gap:4px;display:flex}._fieldLabel_1umsv_109{color:var(--editor-text-muted);letter-spacing:.2px;font-size:11px}._divider_1umsv_115{border-color:var(--editor-border-subtle);margin:14px 0}._couplesSection_1umsv_121{flex-direction:column;gap:12px;display:flex}._couplesSectionHeader_1umsv_127{justify-content:space-between;align-items:center;display:flex}._couplesSectionTitle_1umsv_133{color:var(--editor-text-primary);font-size:13px;font-weight:600}._coupleCount_1umsv_139{color:var(--editor-text-muted);font-size:12px;font-weight:400}._couplesGrid_1umsv_146{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}._coupleCard_1umsv_152{border:1px solid var(--editor-border-subtle);background:#0f172a59;border-radius:10px;align-items:stretch;transition:border-color .18s,background .18s;display:flex;overflow:hidden}._coupleCard_1umsv_152:hover{border-color:var(--editor-border-medium);background:#0f172a8c}._coupleCardActive_1umsv_166{border-color:var(--editor-accent,#6366f1b3);background:#6366f114}._coupleCardButton_1umsv_171{cursor:pointer;text-align:start;color:inherit;background:0 0;border:none;flex:1;align-items:center;gap:10px;min-width:0;padding:10px 12px;display:flex}._coupleCardPreviews_1umsv_185{flex-shrink:0;align-items:center;gap:4px;display:flex}._miniPreview_1umsv_192{border:1px solid var(--editor-border-subtle);background:#0f172a99;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}._matchSymbol_1umsv_205{color:var(--editor-text-muted);flex-shrink:0;font-size:12px}._coupleCardInfo_1umsv_211{flex-direction:column;gap:2px;min-width:0;display:flex}._coupleName_1umsv_218{color:var(--editor-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}._coupleTypes_1umsv_227{color:var(--editor-accent,#6366f1cc);text-transform:capitalize;letter-spacing:.2px;font-size:11px}._coupleCardActions_1umsv_234{flex-direction:column;flex-shrink:0;justify-content:center;gap:2px;padding:4px;display:flex}._activeAction_1umsv_243{color:var(--editor-accent,#6366f1e6)!important}._coupleModal_1umsv_248 .ant-modal-content{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);border-radius:16px;overflow:hidden}._coupleModal_1umsv_248 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;margin-bottom:0;padding:14px 20px}._coupleModal_1umsv_248 .ant-modal-title{color:var(--editor-text-primary);font-size:14px;font-weight:600}._coupleModal_1umsv_248 .ant-modal-close-x{color:var(--editor-text-muted)}._coupleModal_1umsv_248 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._coupleModal_1umsv_248 .ant-modal-body{padding:20px 24px}._coupleEditorGrid_1umsv_275{grid-template-columns:1fr auto 1fr;align-items:start;gap:0 20px;display:grid}._editorDivider_1umsv_282{background:var(--editor-border-subtle);align-self:stretch;width:1px;margin-block:4px}._itemEditor_1umsv_290{flex-direction:column;gap:12px;display:flex}._itemEditorLabel_1umsv_296{color:var(--editor-accent,#6366f1e6);text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--editor-border-subtle);padding-bottom:6px;font-size:12px;font-weight:600}._typeRow_1umsv_306{gap:8px;display:flex}._typeTile_1umsv_311{border:1px solid var(--editor-border-medium);background:var(--editor-bg-panel,#0f172a80);width:56px;height:48px;color:var(--editor-text-secondary);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:3px;transition:background .16s,border-color .16s,color .16s;display:flex}._typeTile_1umsv_311:hover{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._typeTileActive_1umsv_331{border-color:var(--editor-accent,#6366f1e6);color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._typeTileIcon_1umsv_337{font-size:16px;line-height:1}._typeTileText_1umsv_342{text-align:center;font-size:10px;line-height:1}._field_1umsv_109{flex-direction:column;gap:4px;display:flex}._fieldRow3_1umsv_354{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}._previewWrapper_1umsv_361{justify-content:center;margin-top:4px;display:flex}._itemPreview_1umsv_367{aspect-ratio:1;border:1px solid var(--editor-border-subtle);background:#0f172a80;border-radius:10px;justify-content:center;align-items:center;width:100%;max-width:180px;display:flex;overflow:hidden}._previewImage_1umsv_380{object-fit:cover;width:100%;height:100%}._previewText_1umsv_386{text-align:center;word-break:break-word;justify-content:center;align-items:center;width:100%;height:100%;padding:8px;font-weight:600;line-height:1.15;display:flex}._previewPlaceholder_1umsv_399{color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:20px;display:flex}._page_wyk4j_37{padding-inline:max(5%,50vw - 800px)}._text-center_wyk4j_62{text-align:center}._toolbarContainer_wyk4j_66{width:100%}._columnsLayout_wyk4j_70{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid}._column_wyk4j_70{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}._columnHeader_wyk4j_87{border-bottom:1px solid var(--editor-border-subtle);color:var(--editor-text-secondary);letter-spacing:.02em;margin:0 0 12px;padding-bottom:12px;font-size:14px;font-weight:600}._columnContent_wyk4j_97,._section_wyk4j_103{flex-direction:column;gap:12px;display:flex}._modeCard_wyk4j_109{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:6px;padding:12px 16px;transition:background .2s}._modeCard_wyk4j_109:hover{background:#1e293b80}._modeHeader_wyk4j_120{justify-content:space-between;align-items:center;display:flex}._modeInfo_wyk4j_126{flex:1}._modeName_wyk4j_130{color:var(--editor-text-secondary);margin-bottom:4px;font-weight:500}._modeItemCount_wyk4j_136{color:#6366f1cc;font-size:12px}._modeActions_wyk4j_141{gap:8px;display:flex}._itemCard_wyk4j_146{border:1px solid var(--editor-border-subtle);background:#1e293b66;border-radius:6px;margin-bottom:12px;padding:12px}._itemHeader_wyk4j_154{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._itemTitle_wyk4j_161{color:var(--editor-text-secondary);font-size:13px;font-weight:600}._collapsePanel_wyk4j_167 .ant-collapse-header{color:var(--editor-text-secondary)!important;background:#0f172a66!important;border-radius:6px!important;padding:12px 16px!important}._collapsePanel_wyk4j_167 .ant-collapse-header:hover{background:#1e293b80!important}._collapsePanel_wyk4j_167 .ant-collapse-content-box{background:#0f172a66!important;padding:16px!important}._divider_wyk4j_181{border-color:var(--editor-border-subtle);margin:16px 0}._modeModal_wyk4j_186 .ant-modal-content{background:linear-gradient(#1e293bf2,#0f172ae6);border:1px solid #6366f159;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #000000a6,0 0 60px #6366f14d}._modeModal_wyk4j_186 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._modeModal_wyk4j_186 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._modeModal_wyk4j_186 .ant-modal-close-btn{border:1px solid var(--editor-border-medium);color:#fff;background:#ffffff0a;border-radius:10px;width:38px;height:38px;transition:all .15s}._modeModal_wyk4j_186 .ant-modal-close-btn:hover{background:#ffffff1f;border-color:#ffffff4d}._modeModal_wyk4j_186 .ant-modal-close-x{color:#fff;font-size:16px}._modeModal_wyk4j_186 .ant-modal-body{background:0 0;padding:24px 24px 28px}._modalContent_wyk4j_228{flex-direction:column;gap:16px;display:flex}._page_1pywo_37{padding-inline:max(5%,50vw - 800px)}._text-center_1pywo_62{text-align:center}._typeSwitcher_1pywo_66{flex-shrink:0}._toggleGroup_1pywo_70{grid-template-columns:repeat(2,auto);align-items:center;gap:6px 12px;display:grid}._toggleItem_1pywo_77{color:#fffc;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}._controlRow_1pywo_85{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._page_kvfal_37{padding-inline:max(5%,50vw - 800px)}._text-center_kvfal_62{text-align:center}._image_kvfal_66,._fallback_kvfal_67{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._image_kvfal_66{object-fit:contain;padding:4px}._fallback_kvfal_67{color:#e2e8f0;letter-spacing:.08em;background:radial-gradient(circle at top,#6366f147,#0f172ae6);font-size:11px;font-weight:700}._page_14zdw_37{padding-inline:max(5%,50vw - 800px)}._text-center_14zdw_62{text-align:center}._container_14zdw_66{background:var(--editor-bg-panel);border:1px solid var(--editor-border-subtle);border-radius:8px;flex-direction:column;width:300px;height:100%;min-height:0;display:flex;overflow:hidden}._header_14zdw_79{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding:16px;display:flex}._title_14zdw_87{color:var(--editor-text-primary);margin:0;font-size:1.1rem;font-weight:600}._headerActions_14zdw_94{gap:8px;display:flex}._addButton_14zdw_99{color:var(--editor-text-secondary);background:0 0;border:1px solid #6366f166;font-size:12px}._addButton_14zdw_99:hover,._addButton_14zdw_99:focus{color:var(--editor-text-primary);box-shadow:0 0 8px var(--editor-accent-glow);background:var(--editor-accent-muted);border-color:#6366f1cc}._addButton_14zdw_99:disabled{opacity:.4;border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted);background:0 0}._list_14zdw_119{flex-direction:column;flex:1;gap:8px;padding:8px 12px 12px;display:flex;overflow:auto}._empty_14zdw_128{opacity:.6}._item_14zdw_132{text-align:start;color:var(--editor-text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:8px;padding:8px 8px 8px 12px;transition:all .2s;display:flex}._item_14zdw_132:hover{background:#6366f114;border-color:#6366f166}._group_14zdw_150{flex-direction:column;gap:8px;display:flex}._groupToggle_14zdw_156{text-align:start;color:var(--editor-text-secondary);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;transition:all .2s;display:flex}._groupToggle_14zdw_156:hover{background:#6366f114;border-color:#6366f166}._groupThumb_14zdw_174{background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:40px;height:40px;overflow:hidden}._groupCount_14zdw_184{color:var(--editor-text-muted);font-size:12px}._groupChildren_14zdw_189{flex-direction:column;gap:8px;padding-inline-start:12px;display:flex}._itemActive_14zdw_196{background:var(--editor-accent-muted);box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._itemButton_14zdw_203{text-align:start;color:inherit;cursor:pointer;background:0 0;border:none;flex-direction:row;flex:1;align-items:center;gap:8px;min-width:0;padding:0;display:flex}._itemLabels_14zdw_218{flex-direction:column;gap:4px;min-width:0;display:flex}._thumbnail_14zdw_225,._thumbnailPlaceholder_14zdw_226{border-radius:4px;flex-shrink:0;width:56px;height:40px;overflow:hidden}._thumbnail_14zdw_225{background-color:#0000004d;border:1px solid #ffffff1a}._thumbnailPlaceholder_14zdw_226{background:#ffffff0a;border:1px dashed #ffffff14}._itemActive_14zdw_196 ._thumbnail_14zdw_225{border-color:#6366f199}._deleteButton_14zdw_248{color:var(--editor-text-muted)}._deleteButton_14zdw_248:hover,._deleteButton_14zdw_248:focus{color:var(--editor-text-primary);background:#ffffff14}._deleteButton_14zdw_248:disabled{color:var(--editor-text-muted);background:0 0}._type_14zdw_260{color:var(--editor-text-muted);text-transform:uppercase;font-size:12px}._selector_14zdw_266{color:var(--editor-text-secondary);word-break:break-all;font-size:13px}._groupToggleRow_14zdw_272{align-items:center;gap:4px;display:flex}._groupToggleRow_14zdw_272 ._groupToggle_14zdw_156{flex:1;min-width:0}._subItem_14zdw_282{cursor:pointer;width:100%;color:var(--editor-text-secondary);text-align:start;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:8px;padding:6px 8px;transition:all .2s;display:flex}._subItem_14zdw_282:hover{background:#6366f114;border-color:#6366f166}._subItemThumb_14zdw_301{background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;width:32px;height:32px;overflow:hidden}._subItemLabel_14zdw_311{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}._subItemBadge_14zdw_320{color:#6366f1cc;text-transform:uppercase;letter-spacing:.3px;background:#6366f126;border-radius:3px;flex-shrink:0;padding:1px 6px;font-size:10px}._page_i52qp_37{padding-inline:max(5%,50vw - 800px)}._text-center_i52qp_62{text-align:center}._container_i52qp_66{z-index:4;pointer-events:auto;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._actionsRow_i52qp_75{flex:none;align-items:center;gap:8px;display:flex}._zoomSelectWrap_i52qp_82{position:relative}._zoomIcon_i52qp_86{top:50%;color:var(--cyberpunk-black);pointer-events:none;z-index:1;font-size:11px;position:absolute;inset-inline-start:8px;transform:translateY(-50%)}._resetButton_i52qp_97{background:var(--cyberpunk-text-primary);border:1px solid var(--editor-border-medium);color:var(--cyberpunk-black);border-radius:6px;font-weight:600}._resetButton_i52qp_97:hover,._resetButton_i52qp_97:focus{background:var(--cyberpunk-text-primary)!important;border-color:var(--editor-accent)!important;color:var(--cyberpunk-black)!important}._resetButton_i52qp_97:disabled{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-muted)!important}._zoomSelect_i52qp_82{min-width:74px}._zoomSelect_i52qp_82 .ant-select-selector{border:1px solid var(--editor-border-medium)!important;background:var(--cyberpunk-text-primary)!important;height:24px!important;color:var(--cyberpunk-black)!important;padding:0 8px!important;box-shadow:none!important;border-radius:6px!important;padding-inline-start:24px!important}._zoomSelect_i52qp_82 .ant-select-selection-item{font-size:12px;font-weight:600;color:var(--cyberpunk-black)!important;line-height:22px!important}._zoomSelect_i52qp_82 .ant-select-arrow{color:var(--cyberpunk-black);inset-inline:auto 8px!important}._zoomSelect_i52qp_82:hover .ant-select-selector,._zoomSelect_i52qp_82.ant-select-focused .ant-select-selector{background:var(--cyberpunk-text-primary)!important;border-color:var(--editor-accent)!important;color:var(--cyberpunk-black)!important}._zoomSelect_i52qp_82:hover .ant-select-selection-item,._zoomSelect_i52qp_82.ant-select-focused .ant-select-selection-item,._zoomSelect_i52qp_82:hover .ant-select-arrow,._zoomSelect_i52qp_82.ant-select-focused .ant-select-arrow{color:var(--cyberpunk-black)!important}._page_18gee_37{padding-inline:max(5%,50vw - 800px)}._text-center_18gee_62{text-align:center}._slideList_18gee_66{scrollbar-width:thin;background:#ffffff0a;border-radius:10px;flex:none;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;padding:8px 4px 4px;display:flex;overflow:auto hidden}._slideItem_18gee_82,._slideItemActive_18gee_82{border:1px solid var(--editor-border-subtle);cursor:default;background:#1e293bcc;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:6px 8px;transition:border-color .2s,box-shadow .2s;display:inline-flex;position:relative}._slideItem_18gee_82:hover ._slideActions_18gee_95,._slideItemActive_18gee_82:hover ._slideActions_18gee_95{opacity:1}._slideItem_18gee_82:hover ._slideDragHandle_18gee_98,._slideItemActive_18gee_82:hover ._slideDragHandle_18gee_98{opacity:1;box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f199}._slideItemActive_18gee_82{box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._slideItemDragging_18gee_109{opacity:.45;box-shadow:0 0 10px var(--editor-accent-glow);border-color:#6366f1bf;transition:opacity .12s,border-color .12s,box-shadow .12s}._slideItemDragging_18gee_109 ._slideDragHandle_18gee_98{display:none}._slideDragHandle_18gee_98{border:1px solid var(--editor-border-subtle);width:22px;height:22px;color:var(--editor-text-secondary);opacity:.65;z-index:1;pointer-events:auto;cursor:grab;background:#0f172ae6;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:opacity .2s,box-shadow .2s,border-color .2s;display:inline-flex;position:absolute;top:-10px;left:50%;transform:translate(-50%)}._slideItemLocked_18gee_142{cursor:not-allowed;opacity:.7}._dropZone_18gee_147{pointer-events:none;background:0 0;border-radius:4px;flex-shrink:0;width:0;min-width:0;height:40px;transition:width .15s,min-width .15s,background .15s;position:relative;overflow:hidden}._dropZone_18gee_147:before{content:"";opacity:0;background:#6366f166;border-radius:50%;width:18px;height:18px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dropZoneVisible_18gee_173{pointer-events:auto;background:#6366f140;width:12px;min-width:12px}._dropZoneActive_18gee_180{background:linear-gradient(#6366f1b3 0%,#6366f1e6 100%);width:20px;min-width:20px;box-shadow:0 0 16px #6366f199}._dropZoneActive_18gee_180:before{opacity:1;background:#6366f1e6;box-shadow:0 0 10px #6366f1b3}._slideDragIcon_18gee_192{top:-6px;width:20px;height:20px;color:var(--editor-text-secondary);background:#0f0f14e6;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:inline-flex;position:absolute;inset-inline-end:-6px;box-shadow:0 2px 6px #00000059}._slideItemDragging_18gee_109 ._slideDragIcon_18gee_192{cursor:grabbing}._slideButton_18gee_213{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}._slideText_18gee_224{opacity:.9;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:inline-flex}._slideEditIcon_18gee_234{opacity:0;color:var(--editor-text-secondary);align-items:center;font-size:11px;transition:opacity .15s ease-in-out;display:inline-flex;transform:translateY(1px)}._slideItemActive_18gee_82:hover ._slideEditIcon_18gee_234{opacity:.9}._slideActions_18gee_95{opacity:0;align-items:center;gap:6px;margin-inline-start:4px;transition:opacity .2s;display:inline-flex}._slideAction_18gee_95,._slideActionDisabled_18gee_257,._slideActionDanger_18gee_257{color:inherit;cursor:pointer;background:#ffffff0d;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:4px;font-size:12px;transition:all .2s;display:inline-flex}._slideAction_18gee_95:hover,._slideActionDisabled_18gee_257:hover,._slideActionDanger_18gee_257:hover{opacity:1;background:#6366f14d}._slideActionDanger_18gee_257:hover{color:#ff6b6b;background:#dc26264d}._slideActionDisabled_18gee_257{opacity:.3;cursor:not-allowed}._slideActionDisabled_18gee_257:hover{opacity:.3;background:#ffffff0d}._slideInput_18gee_291{width:min(320px,40vw);min-width:120px;transition:width .2s}._page_lnxqz_37{padding-inline:max(5%,50vw - 800px)}._text-center_lnxqz_62{text-align:center}._fullViewRoot_lnxqz_66 .ant-modal-mask,._fullViewRoot_lnxqz_66 .ant-modal-wrap{position:absolute}._fullViewRoot_lnxqz_66 .ant-modal{max-width:100%;height:100%;margin:0;padding:0;top:0}._fullViewRoot_lnxqz_66 .ant-modal-content{flex-direction:column;height:100%;display:flex;border-radius:0!important}._fullViewRoot_lnxqz_66 .ant-modal-header{flex-shrink:0}._fullViewRoot_lnxqz_66 .ant-modal-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._modal_lnxqz_96 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--editor-border-medium);background:#1a2235;border-radius:16px;padding:0;overflow:hidden;box-shadow:0 24px 64px #0009,0 0 0 1px #6366f126}._modal_lnxqz_96 .ant-modal-header{background:linear-gradient(135deg,#6366f11f 0%,#8b5cf614 100%);border-bottom:1px solid #6366f140;margin-bottom:0;padding:20px 24px 16px}._modal_lnxqz_96 .ant-modal-title{color:var(--editor-text-primary);letter-spacing:.4px;font-size:16px;font-weight:600}._modal_lnxqz_96 .ant-modal-body{padding:20px 24px}._modal_lnxqz_96 .ant-modal-close{color:var(--editor-text-muted)}._modal_lnxqz_96 .ant-modal-close:hover{color:var(--editor-text-primary);background:#ffffff14}._searchContainer_lnxqz_128{flex-shrink:0;margin-bottom:20px}._searchContainer_lnxqz_128 .ant-input-affix-wrapper{border:1px solid var(--editor-border-medium);color:var(--editor-text-primary);background:#0f172ab3;border-radius:10px;padding:8px 12px;transition:border-color .2s,box-shadow .2s}._searchContainer_lnxqz_128 .ant-input-affix-wrapper:hover{border-color:#6366f180}._searchContainer_lnxqz_128 .ant-input-affix-wrapper:focus-within{border-color:var(--editor-accent);box-shadow:0 0 0 3px #6366f126}._searchContainer_lnxqz_128 .ant-input-prefix{color:var(--editor-text-muted);margin-inline-end:8px}._searchContainer_lnxqz_128 .ant-input{color:var(--editor-text-primary);background:0 0;font-size:14px}._searchContainer_lnxqz_128 .ant-input::placeholder{color:var(--editor-text-muted)}._grid_lnxqz_160{scrollbar-width:thin;scrollbar-color:#6366f166 #ffffff0a;flex:1;grid-template-columns:repeat(auto-fill,minmax(250px,280px));place-content:start center;gap:12px;min-height:0;padding:2px;padding-inline-end:6px;display:grid;overflow-y:auto}._grid_lnxqz_160::-webkit-scrollbar{width:5px}._grid_lnxqz_160::-webkit-scrollbar-track{background:#ffffff0a;border-radius:4px}._grid_lnxqz_160::-webkit-scrollbar-thumb{background:#6366f166;border-radius:4px}._grid_lnxqz_160::-webkit-scrollbar-thumb:hover{background:#6366f1b3}._card_lnxqz_189{cursor:default;background:#0f172a80;border:1px solid #ffffff12;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:10px 10px 12px;transition:all .2s;display:flex;position:relative;overflow:hidden}._card_lnxqz_189:before{content:"";opacity:0;background:linear-gradient(135deg,#6366f10f,#0000 60%);transition:opacity .2s;position:absolute;inset:0}._card_lnxqz_189:hover{background:#6366f114;border-color:#6366f180;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d,0 0 0 1px #6366f133}._card_lnxqz_189:hover:before{opacity:1}._card_lnxqz_189:hover ._cardButton_lnxqz_220{background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}._card--loading_lnxqz_225{pointer-events:none;opacity:.7}._cardPreview_lnxqz_230{background:#060d1a;border-radius:8px;flex-shrink:0;align-self:stretch;width:100%;position:relative;overflow:hidden}._iframeWrapper_lnxqz_240{flex-shrink:0;position:relative;overflow:hidden}._previewIframe_lnxqz_246{pointer-events:auto;border:none;display:block;position:absolute;top:0;left:0}._previewSkeleton_lnxqz_255{background:linear-gradient(90deg,#6366f10f 0%,#8b5cf61f 40%,#6366f10f 80%) 0 0/200% 100%;border-radius:8px;animation:1.6s ease-in-out infinite _shimmer_lnxqz_1;position:absolute;inset:0}._previewError_lnxqz_264{color:var(--editor-text-muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:8px;font-size:11px;display:flex;position:absolute;inset:0}@keyframes _shimmer_lnxqz_1{0%{background-position:200%}to{background-position:-200%}}._cardName_lnxqz_286{color:var(--editor-text-primary);text-align:center;word-break:break-word;flex:1;font-size:13px;font-weight:600;line-height:1.4}._cardButton_lnxqz_220{width:100%;height:32px;color:var(--editor-accent-hover);background:#6366f11f;border:1px solid #6366f14d;border-radius:8px;font-size:12px;font-weight:500;transition:all .2s}._cardButton_lnxqz_220:hover{background:var(--editor-accent)!important;border-color:var(--editor-accent)!important;color:#fff!important}._empty_lnxqz_313{text-align:center;color:var(--editor-text-muted);grid-column:1/-1;padding:48px 0;font-size:14px}._page_kjdf1_37{padding-inline:max(5%,50vw - 800px)}._text-center_kjdf1_62{text-align:center}._layerButton_kjdf1_66{top:8px;z-index:20;border:1px solid var(--editor-border-subtle);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:32px;height:32px;color:var(--editor-text-secondary);cursor:pointer;background:#0f172ad9;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:16px;transition:all .2s;display:flex;position:absolute;inset-inline-start:8px}._layerButton_kjdf1_66:hover,._layerButton_kjdf1_66:focus{color:var(--editor-text-primary);box-shadow:0 0 8px var(--editor-accent-glow);background:#6366f126;border-color:#6366f199}._layerButtonActive_kjdf1_93{box-shadow:0 0 8px var(--editor-accent-glow);background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f199}._panel_kjdf1_101{top:44px;z-index:20;border:1px solid var(--editor-border-subtle);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172aeb;border-radius:10px;flex-direction:column;width:min(340px,100vw - 16px);max-height:400px;display:flex;position:absolute;inset-inline-start:8px;overflow:hidden;box-shadow:0 8px 32px #00000059}._panelHeader_kjdf1_118{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}._panelTitle_kjdf1_126{color:var(--editor-text-primary);margin:0;font-size:13px;font-weight:600}._panelClose_kjdf1_133{color:var(--editor-text-muted);font-size:12px}._panelClose_kjdf1_133:hover,._panelClose_kjdf1_133:focus{color:var(--editor-text-primary);background:#ffffff14}._layerList_kjdf1_142{scrollbar-width:thin;flex-direction:column;flex:auto;gap:2px;padding:6px;display:flex;overflow-y:auto}._layerItem_kjdf1_152{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:6px;min-height:36px;padding:6px 8px;transition:all .15s;display:flex}._layerItem_kjdf1_152:hover{background:#6366f114;border-color:#6366f140}._layerItemSelected_kjdf1_169{background:var(--editor-accent-muted);box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f180}._dragHandle_kjdf1_176{color:var(--editor-text-muted);cursor:grab;opacity:.5;flex-shrink:0;font-size:12px;transition:opacity .15s}._layerItem_kjdf1_152:hover ._dragHandle_kjdf1_176,._layerItemSelected_kjdf1_169:hover ._dragHandle_kjdf1_176{opacity:1}._layerItemDragging_kjdf1_188{opacity:.5;box-shadow:0 0 8px var(--editor-accent-glow);background:#6366f126;border-color:#6366f199}._dropIndicator_kjdf1_195{height:2px;box-shadow:0 0 6px var(--editor-accent-glow);background:#6366f1cc;border-radius:1px;margin:0 8px;transition:opacity .1s}._typeBadge_kjdf1_204{text-transform:uppercase;letter-spacing:.03em;color:var(--editor-text-muted);white-space:nowrap;background:#ffffff0f;border-radius:3px;flex-shrink:0;padding:1px 4px;font-size:10px;font-weight:600}._typeBadgeContainer_kjdf1_217{color:#a5a3ffd9;background:#6366f126}._childCount_kjdf1_222{color:var(--editor-text-muted);text-align:center;background:#ffffff14;border-radius:8px;flex-shrink:0;min-width:16px;padding:0 5px;font-size:9px;font-weight:600;line-height:16px}._layerLabel_kjdf1_235{color:var(--editor-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;overflow:hidden}._zIndexValue_kjdf1_244{color:var(--editor-text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px}._layerActions_kjdf1_251{opacity:0;flex-shrink:0;gap:2px;transition:opacity .15s;display:flex}._layerItem_kjdf1_152:hover ._layerActions_kjdf1_251,._layerItemSelected_kjdf1_169:hover ._layerActions_kjdf1_251{opacity:1}._layerActionBtn_kjdf1_262{width:22px;height:22px;color:var(--editor-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;font-size:11px;transition:all .12s;display:flex}._layerActionBtn_kjdf1_262:hover{color:var(--editor-text-primary);background:#6366f126}._layerActionBtn_kjdf1_262:disabled{opacity:.3;cursor:default}._layerActionBtn_kjdf1_262:disabled:hover{color:var(--editor-text-muted);background:0 0}._emptyState_kjdf1_290{text-align:center;color:var(--editor-text-muted);padding:24px 16px;font-size:12px}._page_1flv4_37{padding-inline:max(5%,50vw - 800px)}._text-center_1flv4_62{text-align:center}._container_1flv4_66{border:1px solid var(--editor-border-subtle);padding:28px 16px 16px;border-radius:12px;flex-direction:column;align-self:stretch;gap:12px;min-width:0;height:100%;min-height:0;padding-bottom:24px;display:flex;position:relative;overflow:visible}._toolbarArea_1flv4_82{z-index:6;flex:none;min-width:0;position:relative}._frameWrapper_1flv4_89{z-index:1;flex:auto;justify-content:center;align-items:center;width:100%;min-width:0;max-width:min(100%,1400px);min-height:0;max-height:min(78vh,900px);margin-inline:auto;display:flex;position:relative;overflow:hidden}._panViewport_1flv4_105{scrollbar-width:thin;cursor:grab;direction:ltr;border-radius:12px;max-width:100%;max-height:100%;position:relative;overflow:auto;box-shadow:0 4px 6px #0000001a}._loadingOverlay_1flv4_117{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background:#00000080;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._panViewportDragging_1flv4_129{cursor:grabbing}._panSurface_1flv4_133{min-width:100%;min-height:100%;position:relative}._frameLayer_1flv4_139{border-radius:12px;position:absolute;overflow:hidden}._previewFrame_1flv4_145{background:var(--editor-bg-base);transform-origin:0 0;border:none;border-radius:12px;width:100%;height:100%}._errorBanner_1flv4_154{z-index:3;position:absolute;top:12px;left:12px;right:12px}._loaderOverlay_1flv4_162{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2;background:#0f172af2;border-radius:12px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._loaderOverlay_1flv4_162 .ant-spin-text{color:var(--editor-text-secondary);margin-top:8px}._loaderOverlay_1flv4_162 .ant-spin-dot-item{background-color:var(--editor-accent)}._slideList_1flv4_184{scrollbar-width:thin;background:#ffffff0a;border-radius:10px;flex:none;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;padding:8px 4px 4px;display:flex;overflow:auto hidden}._slideItem_1flv4_200,._slideItemActive_1flv4_200{border:1px solid var(--editor-border-subtle);cursor:default;background:#1e293bcc;border-radius:10px;flex-shrink:0;align-items:center;gap:6px;padding:6px 8px;transition:border-color .2s,box-shadow .2s;display:inline-flex;position:relative}._slideItem_1flv4_200:hover ._slideActions_1flv4_213,._slideItemActive_1flv4_200:hover ._slideActions_1flv4_213{opacity:1}._slideItem_1flv4_200:hover ._slideDragHandle_1flv4_216,._slideItemActive_1flv4_200:hover ._slideDragHandle_1flv4_216{opacity:1;box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f199}._slideItemActive_1flv4_200{box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._slideItemDragging_1flv4_227{opacity:.45;box-shadow:0 0 10px var(--editor-accent-glow);border-color:#6366f1bf;transition:opacity .12s,border-color .12s,box-shadow .12s}._slideItemDragging_1flv4_227 ._slideDragHandle_1flv4_216{display:none}._slideDragHandle_1flv4_216{border:1px solid var(--editor-border-subtle);width:22px;height:22px;color:var(--editor-text-secondary);opacity:.65;z-index:1;pointer-events:auto;cursor:grab;background:#0f172ae6;border-radius:50%;justify-content:center;align-items:center;font-size:12px;transition:opacity .2s,box-shadow .2s,border-color .2s;display:inline-flex;position:absolute;top:-10px;left:50%;transform:translate(-50%)}._slideItemLocked_1flv4_260{cursor:not-allowed;opacity:.7}._dropZone_1flv4_265{pointer-events:none;background:0 0;border-radius:4px;flex-shrink:0;width:0;min-width:0;height:40px;transition:width .15s,min-width .15s,background .15s;position:relative;overflow:hidden}._dropZone_1flv4_265:before{content:"";opacity:0;background:#6366f166;border-radius:50%;width:18px;height:18px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dropZoneVisible_1flv4_291{pointer-events:auto;background:#6366f140;width:12px;min-width:12px}._dropZoneActive_1flv4_298{background:linear-gradient(#6366f1b3 0%,#6366f1e6 100%);width:20px;min-width:20px;box-shadow:0 0 16px #6366f199}._dropZoneActive_1flv4_298:before{opacity:1;background:#6366f1e6;box-shadow:0 0 10px #6366f1b3}._slideDragIcon_1flv4_310{top:-6px;width:20px;height:20px;color:var(--editor-text-secondary);background:#0f0f14e6;border:1px solid #ffffff1f;border-radius:50%;justify-content:center;align-items:center;font-size:11px;display:inline-flex;position:absolute;inset-inline-end:-6px;box-shadow:0 2px 6px #00000059}._slideItemDragging_1flv4_227 ._slideDragIcon_1flv4_310{cursor:grabbing}._slideButton_1flv4_331{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}._slideText_1flv4_342{opacity:.9;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:inline-flex}._slideEditIcon_1flv4_352{opacity:0;color:var(--editor-text-secondary);align-items:center;font-size:11px;transition:opacity .15s ease-in-out;display:inline-flex;transform:translateY(1px)}._slideItemActive_1flv4_200:hover ._slideEditIcon_1flv4_352{opacity:.9}._slideActions_1flv4_213{opacity:0;align-items:center;gap:6px;margin-inline-start:4px;transition:opacity .2s;display:inline-flex}._slideAction_1flv4_213,._slideActionDisabled_1flv4_375,._slideActionDanger_1flv4_375{color:inherit;cursor:pointer;background:#ffffff0d;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:20px;min-height:20px;padding:4px;font-size:12px;transition:all .2s;display:inline-flex}._slideAction_1flv4_213:hover,._slideActionDisabled_1flv4_375:hover,._slideActionDanger_1flv4_375:hover{opacity:1;background:#6366f14d}._slideActionDanger_1flv4_375:hover{color:#ff6b6b;background:#dc26264d}._slideActionDisabled_1flv4_375{opacity:.3;cursor:not-allowed}._slideActionDisabled_1flv4_375:hover{opacity:.3;background:#ffffff0d}._slideInput_1flv4_409{width:min(320px,40vw);min-width:120px;transition:width .2s}._loadOptionsWrapper_1flv4_415{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;width:100%;max-width:400px;margin:0 auto;display:flex}._orDivider_1flv4_427{width:100%;color:var(--editor-text-muted);align-items:center;gap:12px;font-size:.85rem;display:flex}._orDivider_1flv4_427:before,._orDivider_1flv4_427:after{content:"";background:var(--editor-border-subtle);flex:1;height:1px}._loadTemplateButton_1flv4_442{background:var(--editor-accent-muted);width:100%;height:48px;color:var(--editor-text-primary);border:1px solid #6366f166;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s}._loadTemplateButton_1flv4_442:hover{color:var(--editor-text-primary);background:#6366f140;border-color:#6366f199}._page_1buko_37{padding-inline:max(5%,50vw - 800px)}._text-center_1buko_62{text-align:center}._modal_1buko_66 .ant-modal-content{background:var(--editor-bg-panel);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:12px}._modal_1buko_66 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;padding:20px 24px}._modal_1buko_66 .ant-modal-title{color:var(--editor-text-primary);font-size:18px;font-weight:600}._modal_1buko_66 .ant-modal-body{padding:24px}._modal_1buko_66 .ant-modal-close{color:var(--editor-text-muted)}._modal_1buko_66 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_1buko_66 .ant-input,._modal_1buko_66 .ant-input-affix-wrapper,._modal_1buko_66 textarea.ant-input{background:var(--editor-input-bg)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important}._modal_1buko_66 .ant-input::placeholder,._modal_1buko_66 .ant-input-affix-wrapper::placeholder,._modal_1buko_66 textarea.ant-input::placeholder{color:var(--editor-text-muted)!important}._modal_1buko_66 .ant-input:hover,._modal_1buko_66 .ant-input-affix-wrapper:hover,._modal_1buko_66 textarea.ant-input:hover{border-color:var(--editor-border-medium)!important}._modal_1buko_66 .ant-input:focus,._modal_1buko_66 .ant-input-affix-wrapper:focus,._modal_1buko_66 textarea.ant-input:focus,._modal_1buko_66 .ant-input-affix-wrapper-focused{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._modal_1buko_66 .ant-input-textarea-show-count:after,._modal_1buko_66 .ant-input-show-count-suffix,._modal_1buko_66 .ant-input-data-count{color:var(--editor-text-muted)!important}._modal_1buko_66 .ant-alert{border-radius:8px}._modal_1buko_66 .ant-alert-error{background:#ff4d4f14;border-color:#ff4d4f40}._modal_1buko_66 .ant-alert-error .ant-alert-message{color:#ff7875}._modal_1buko_66 .ant-alert-error .ant-alert-description{color:var(--editor-text-secondary)}._modal_1buko_66 .ant-alert-success{background:#52c41a14;border-color:#52c41a40}._modal_1buko_66 .ant-alert-success .ant-alert-message{color:#95de64;font-weight:600}._modal_1buko_66 .ant-alert-success .ant-alert-description{color:var(--editor-text-secondary)}._modal_1buko_66 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-secondary)}._modal_1buko_66 .ant-btn-default:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._modal_1buko_66 .ant-btn-default:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-muted);opacity:.5}._modal_1buko_66 .ant-progress-inner{background:var(--editor-border-subtle)!important}._form_1buko_167{flex-direction:column;gap:20px;display:flex}._formField_1buko_173{flex-direction:column;gap:8px;display:flex}._label_1buko_179{color:var(--editor-text-primary);font-size:14px;font-weight:500}._required_1buko_185{color:#ff7875}._optional_1buko_189{color:var(--editor-text-muted);font-weight:400}._errorAlert_1buko_194{margin-bottom:4px}._thumbnailSection_1buko_198{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}._thumbnailLabel_1buko_208{color:var(--editor-text-primary);font-size:14px;font-weight:500}._thumbnailPreviewWrapper_1buko_214{border-radius:6px;position:relative;overflow:hidden}._thumbnailPreviewWrapper_1buko_214:hover ._thumbnailOverlay_1buko_219{opacity:1}._thumbnailImage_1buko_223{object-fit:cover;border:1px solid var(--editor-border-subtle);border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailOverlay_1buko_219{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailChangeButton_1buko_244{align-items:center;gap:6px;font-size:14px;display:flex;color:var(--editor-text-primary)!important}._thumbnailChangeButton_1buko_244:hover{color:var(--editor-accent-hover)!important;background:var(--editor-accent-muted)!important}._thumbnailEmptyState_1buko_256{background:var(--editor-input-bg);border:2px dashed var(--editor-border-medium);cursor:pointer;width:100%;color:var(--editor-text-muted);border-radius:6px;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;transition:all .2s;display:flex}._thumbnailEmptyState_1buko_256:hover:not(:disabled){border-color:var(--editor-accent);background:var(--editor-accent-muted);color:var(--editor-text-primary)}._thumbnailEmptyState_1buko_256:disabled{opacity:.5;cursor:not-allowed}._thumbnailEmptyIcon_1buko_280{color:var(--editor-accent);opacity:.6;font-size:28px}._thumbnailEmptyText_1buko_286{font-size:13px}._thumbnailHint_1buko_290{color:var(--editor-text-muted);font-size:12px;display:block}._thumbnailWarning_1buko_296{color:#ff7875;font-size:12px;font-weight:500;display:block}._hiddenInput_1buko_303{display:none}._progressContainer_1buko_307{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}._progressText_1buko_317{text-align:center;color:var(--editor-text-secondary);margin:0;font-size:14px}._actions_1buko_324{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}._updateButton_1buko_331{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border:1px solid #8b5cf666;box-shadow:0 4px 12px #8b5cf640}._updateButton_1buko_331:hover:not(:disabled){background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 100%);box-shadow:0 6px 16px #8b5cf666}._updateButton_1buko_331:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted)}._successContainer_1buko_347{flex-direction:column;gap:24px;display:flex}._urlContainer_1buko_353{flex-direction:column;gap:8px;display:flex}._urlInput_1buko_359{font-family:Consolas,Monaco,Courier New,monospace;font-size:13px}._urlInput_1buko_359:focus{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._copyButton_1buko_368{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border:1px solid #8b5cf666;transition:all .3s;box-shadow:0 4px 12px #8b5cf640}._copyButton_1buko_368:hover{background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 100%);box-shadow:0 6px 16px #8b5cf666}._backToStudioButton_1buko_379{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border:1px solid #f59e0b80;box-shadow:0 4px 12px #f9731640}._backToStudioButton_1buko_379:hover{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#fb923c 100%);box-shadow:0 6px 16px #f9731659}._page_e71lf_37{padding-inline:max(5%,50vw - 800px)}._text-center_e71lf_62{text-align:center}._container_e71lf_66{border-bottom:1px solid var(--editor-border-subtle);background:var(--editor-bg-panel);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;justify-content:center;align-items:center;padding:16px 24px;display:flex;position:relative}._spacer_e71lf_78{flex:1}._rightGroup_e71lf_82{align-items:center;gap:12px;display:flex}._previewSizeSelector_e71lf_88{flex-shrink:0;display:inline-flex;position:relative}._previewSizeTrigger_e71lf_94{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);color:var(--editor-text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}._previewSizeTrigger_e71lf_94:hover{border-color:var(--editor-border-medium);background:#334155cc}._previewSizeIcon_e71lf_114{opacity:.85;font-size:16px}._previewSizeValue_e71lf_119{direction:ltr;unicode-bidi:isolate;font-family:Courier New,monospace}._previewSizeDropdown_e71lf_125{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--editor-shadow-elevated);z-index:30;border-radius:8px;min-width:160px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}._previewSizeOption_e71lf_139{width:100%;color:var(--editor-text-secondary);text-align:left;cursor:pointer;direction:ltr;unicode-bidi:isolate;background:0 0;border:none;padding:10px 12px;font-family:Courier New,monospace;font-size:12px;font-weight:600;transition:background .2s;display:block}._previewSizeOption_e71lf_139:hover{color:var(--editor-text-primary);background:#6366f11a}._previewSizeOptionActive_e71lf_160{background:var(--editor-accent-muted);color:var(--editor-accent-hover)}._templateButton_e71lf_165{border:1px solid var(--editor-border-subtle);height:auto;color:var(--editor-text-primary);background:#ffffff0d;border-radius:8px;padding:8px 24px;font-weight:600;transition:all .3s}._templateButton_e71lf_165:hover{color:var(--editor-text-primary);background:#6366f11a;border-color:#6366f166;transform:translateY(-1px)}._templateButton_e71lf_165:active{transform:translateY(0)}._templateButton_e71lf_165:disabled{color:var(--editor-text-secondary);box-shadow:none;cursor:not-allowed;opacity:.75;background:#ffffff0a;border:none}._templateButton_e71lf_165 .anticon{font-size:16px}._iconButton_e71lf_196{border:1px solid var(--editor-border-subtle);width:40px;height:40px;color:var(--editor-text-secondary);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}._iconButton_e71lf_196:hover:not(:disabled){background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f166}._iconButton_e71lf_196:disabled{color:var(--editor-text-muted);cursor:not-allowed;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._iconButton_e71lf_196 .anticon{font-size:18px}._saveButton_e71lf_225{background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border:1px solid #6366f166;border-radius:8px;height:auto;padding:8px 24px;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 12px #6366f140}._saveButton_e71lf_225:hover:not(:disabled){background:linear-gradient(135deg,#818cf8 0%,#a5b4fc 100%);border-color:#6366f199;transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}._saveButton_e71lf_225:active:not(:disabled){transform:translateY(0)}._saveButton_e71lf_225:disabled{box-shadow:none;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._uploadButton_e71lf_252{height:auto;color:var(--editor-text-primary);background:#ffffff0d;border:1px solid #6366f14d;border-radius:8px;padding:8px 24px;font-weight:600;transition:all .3s}._uploadButton_e71lf_252:hover:not(:disabled){background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f180;transform:translateY(-1px)}._uploadButton_e71lf_252:active:not(:disabled){transform:translateY(0)}._uploadButton_e71lf_252:disabled{color:var(--editor-text-muted);cursor:not-allowed;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._uploadButton_e71lf_252 .anticon{font-size:16px}._previewButton_e71lf_282{background:linear-gradient(135deg,#10b981 0%,#14b8a6 100%);border:1px solid #10b98166;border-radius:8px;height:auto;padding:8px 24px;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 12px #10b98140}._previewButton_e71lf_282:hover:not(:disabled){background:linear-gradient(135deg,#34d399 0%,#2dd4bf 100%);border-color:#10b98199;transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}._previewButton_e71lf_282:active:not(:disabled){transform:translateY(0)}._previewButton_e71lf_282:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;background:#10b98133;border-color:#10b98133}._previewButton_e71lf_282:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #6366f14d}._previewButton_e71lf_282:disabled{box-shadow:none;cursor:not-allowed;color:var(--editor-text-muted);background:#6366f126;border-color:#6366f114}._previewButton_e71lf_282 .anticon{font-size:16px}._page_121ah_37{padding-inline:max(5%,50vw - 800px)}._text-center_121ah_62{text-align:center}._wrapper_121ah_66{background:var(--editor-bg-base);flex-direction:column;flex:1;width:100%;height:100vh;max-height:100vh;display:flex;overflow:hidden}._container_121ah_77{flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:300px 1fr;gap:16px;min-height:0;padding:24px;display:grid;overflow:hidden auto}._page_1cea5_37{padding-inline:max(5%,50vw - 800px)}._text-center_1cea5_62{text-align:center}._pageLayout_1cea5_66{background:var(--cyberpunk-dark-1,#0f172a);height:100vh;display:flex;overflow:hidden}._desktopSidebar_1cea5_73{display:block}._editorArea_1cea5_77{flex:1;min-width:0;height:100vh;position:relative;overflow:hidden}._mobileHeader_1cea5_85{display:none}@media (width<=768px){._pageLayout_1cea5_66{flex-direction:column;height:100vh;display:flex}._desktopSidebar_1cea5_73{display:none}._mobileHeader_1cea5_85{border-bottom:1px solid var(--cyberpunk-glass-border,#ffffff1f);height:56px;color:var(--cyberpunk-text-primary,#fff);background:linear-gradient(#24628b 0%,#232b50 100%);flex-shrink:0;align-items:center;gap:10px;padding:0 12px;display:flex}._hamburgerButton_1cea5_109{width:36px;height:36px;color:inherit;cursor:pointer;background:#ffffff1f;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}._mobileTitle_1cea5_121{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}._editorArea_1cea5_77{height:calc(100vh - 56px)}}._page_mapx6_37{padding-inline:max(5%,50vw - 800px)}._text-center_mapx6_62{text-align:center}._floatingChatWindow_mapx6_66{z-index:9999;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);resize:both;will-change:transform;background:linear-gradient(135deg,#0f0f23f2 0%,#19142deb 50%,#231937f2 100%);border:1px solid;border-image:linear-gradient(135deg,#7877c699 0%,#4a90e266 50%,#a855f799 100%) 1;border-radius:16px;flex-direction:column;min-width:400px;max-width:90vw;min-height:300px;max-height:90vh;animation:.4s cubic-bezier(.175,.885,.32,1.275) _slideInFromRight_mapx6_1;display:flex;position:fixed;overflow:hidden;transform:translateZ(0);box-shadow:0 20px 40px #0006,0 0 30px #7877c633,inset 0 1px #ffffff1a}._floatingChatWindow_mapx6_66:not(._dragging_mapx6_87):hover{border-image:linear-gradient(135deg,#7877c6cc 0%,#4a90e299 50%,#a855f7cc 100%) 1;transition:all .3s cubic-bezier(.4,0,.2,1);transform:translateY(-3px)scale(1.02)translateZ(0);box-shadow:0 25px 50px #00000080,0 0 40px #7877c666,inset 0 1px #ffffff26}._floatingChatWindow_mapx6_66._dragging_mapx6_87{-webkit-user-select:none;user-select:none;pointer-events:auto;transition:none}._floatingChatWindow_mapx6_66._dragging_mapx6_87 *{pointer-events:none}@keyframes _slideInFromRight_mapx6_1{0%{opacity:0;filter:blur(8px);transform:translate(120px)translateY(-20px)scale(.85)rotateY(15deg)}60%{opacity:.8;filter:blur(2px);transform:translate(-10px)translateY(2px)scale(1.05)rotateY(-2deg)}to{opacity:1;filter:blur();transform:translate(0)translateY(0)scale(1)rotateY(0)}}._chatHeader_mapx6_119{cursor:grab;-webkit-user-select:none;user-select:none;background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border-bottom:1px solid #7877c64d;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:relative;overflow:hidden}._chatHeader_mapx6_119:before{content:"";background:linear-gradient(90deg,#0000 0%,#7877c61a 50%,#0000 100%);width:100%;height:100%;transition:left .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}._chatHeader_mapx6_119:hover:before{left:100%}._chatHeader_mapx6_119:active{cursor:grabbing;background:linear-gradient(135deg,#0f0f23e6 0%,#19142dcc 100%)}._dragIcon_mapx6_149{color:#7877c6cc;filter:drop-shadow(0 0 4px #7877c666);margin-right:8px;font-size:14px;transition:all .3s}._dragIcon_mapx6_149:hover{color:#a855f7;filter:drop-shadow(0 0 8px #a855f799);transform:scale(1.1)}._modalTitle_mapx6_162{color:#e8e8f0;text-shadow:0 0 10px #7877c64d;flex:1;align-items:center;gap:8px;font-weight:600;display:flex}._clearBtn_mapx6_172{color:var(--cyberpunk-text-primary,#e8e8f0);background:#ffffff0d;border:1px solid #fff3;border-radius:6px;height:24px;margin-left:4px;padding:0 8px;font-size:12px}._clearBtn_mapx6_172:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d}._aiIcon_mapx6_188{filter:drop-shadow(0 0 8px #ffd70099);font-size:20px;animation:3s ease-in-out infinite alternate _aiGlow_mapx6_1}@keyframes _aiGlow_mapx6_1{0%{filter:drop-shadow(0 0 8px #ffd70099)}to{filter:drop-shadow(0 0 12px #ffd700e6)}}._chatContainer_mapx6_202{flex-direction:column;flex:1;display:flex;overflow:hidden}._withDebug_mapx6_209{grid-template-rows:1fr auto;grid-template-columns:320px 1fr;column-gap:0;height:100%;display:grid}._withDebug_mapx6_209 ._debugPanel_mapx6_217{grid-area:1/1/3/2}._withDebug_mapx6_209 ._messagesContainer_mapx6_222{grid-area:1/2/2/3;min-height:0}._withDebug_mapx6_209 ._inputContainer_mapx6_228{grid-area:2/2/3/3}._messagesContainer_mapx6_222{background:linear-gradient(#0f0f234d 0%,#19142d33 50%,#2319374d 100%);flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}._messagesContainer_mapx6_222::-webkit-scrollbar{width:10px}._messagesContainer_mapx6_222::-webkit-scrollbar-track{background:#0f0f23cc;border:1px solid #7877c64d;border-radius:6px;margin:4px}._messagesContainer_mapx6_222::-webkit-scrollbar-thumb{background:linear-gradient(#7877c6e6 0%,#4a90e2cc 50%,#a855f7e6 100%);border:1px solid #7877c666;border-radius:6px;box-shadow:0 0 8px #7877c666,inset 0 1px #fff3}._messagesContainer_mapx6_222::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6 0%,#4a90e2e6 50%,#a855f7 100%);box-shadow:0 0 12px #7877c699,inset 0 1px #ffffff4d}._messagesContainer_mapx6_222::-webkit-scrollbar-thumb:active{background:linear-gradient(#6366f1 0%,#a855f7 50%,#ec4899 100%)}._emptyState_mapx6_266{text-align:center;color:#e8e8f0;opacity:.8;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._emptyState_mapx6_266 ._emptyIcon_mapx6_276{filter:drop-shadow(0 0 12px #7877c666);margin-bottom:20px;font-size:56px;animation:3s ease-in-out infinite _float_mapx6_66}._emptyState_mapx6_266 h3{color:inherit;text-shadow:0 0 8px #7877c64d;margin:0 0 12px;font-size:20px;font-weight:600}._emptyState_mapx6_266 p{color:inherit;opacity:.9;margin:0 0 8px;line-height:1.5}@keyframes _float_mapx6_66{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._message_mapx6_222{flex-direction:column;max-width:80%;margin-bottom:12px;animation:.3s ease-out _messageSlideIn_mapx6_1;display:flex}._message_mapx6_222._user_mapx6_311{align-self:flex-end}._message_mapx6_222._user_mapx6_311 ._messageContent_mapx6_314{color:#fff;background:linear-gradient(135deg,#6366f1e6 0%,#a855f7cc 50%,#ec4899e6 100%);border:1px solid #a855f766;border-radius:20px 20px 4px;position:relative;box-shadow:0 4px 16px #6366f14d,inset 0 1px #fff3}._message_mapx6_222._user_mapx6_311 ._messageContent_mapx6_314:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%,#ffffff0d 100%);position:absolute;inset:0}._message_mapx6_222._user_mapx6_311 ._messageTime_mapx6_333{align-self:flex-end;margin-top:4px}._message_mapx6_222._assistant_mapx6_337{align-self:flex-start}._message_mapx6_222._assistant_mapx6_337 ._messageContent_mapx6_314{color:#e8e8f0;background:linear-gradient(135deg,#0f0f23e6 0%,#19142dcc 50%,#231937e6 100%);border:1px solid #7877c666;border-radius:20px 20px 20px 4px;position:relative;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff1a}._message_mapx6_222._assistant_mapx6_337 ._messageContent_mapx6_314:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#7877c61a 0%,#0000 50%,#4a90e214 100%);position:absolute;inset:0}._message_mapx6_222._assistant_mapx6_337 ._messageTime_mapx6_333{align-self:flex-start;margin-top:4px}@keyframes _messageSlideIn_mapx6_1{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._messageContent_mapx6_314{word-wrap:break-word;padding:12px 16px;line-height:1.4}._messageText_mapx6_380{white-space:pre-wrap}._messageImages_mapx6_384{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}._messageImage_mapx6_384{object-fit:cover;border-radius:8px;max-width:200px;max-height:200px}._messageTime_mapx6_333{color:#ffffff80;margin:0 8px;font-size:11px}._loadingDots_mapx6_404{align-items:center;gap:6px;display:flex}._loadingDots_mapx6_404 span{opacity:.4;background:linear-gradient(135deg,#7877c6cc 0%,#4a90e2e6 100%);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite _loadingPulse_mapx6_1;box-shadow:0 0 6px #7877c666}._loadingDots_mapx6_404 span:first-child{animation-delay:-.32s}._loadingDots_mapx6_404 span:nth-child(2){animation-delay:-.16s}._loadingDots_mapx6_404 span:nth-child(3){animation-delay:0s}@keyframes _loadingPulse_mapx6_1{0%,80%,to{opacity:.4;transform:scale(1);box-shadow:0 0 6px #7877c666}40%{opacity:1;transform:scale(1.3);box-shadow:0 0 12px #7877c6cc}}._inputContainer_mapx6_228{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border-top:1px solid #7877c64d;padding:16px 20px;position:relative}._inputContainer_mapx6_228:before{content:"";background:linear-gradient(90deg,#0000 0%,#7877c699 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}._selectedImages_mapx6_457{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}._selectedImage_mapx6_457{border:2px solid #fff3;border-radius:8px;width:60px;height:60px;position:relative;overflow:hidden}._selectedImage_mapx6_457 img{object-fit:cover;width:100%;height:100%}._selectedImage_mapx6_457 ._removeImageBtn_mapx6_477{color:#fff;background:#000000b3;border-radius:50%;justify-content:center;align-items:center;width:18px;min-width:18px;height:18px;padding:0;display:flex;position:absolute;top:2px;right:2px}._selectedImage_mapx6_457 ._removeImageBtn_mapx6_477 ._anticon_mapx6_492{font-size:10px}._selectedImage_mapx6_457 ._removeImageBtn_mapx6_477:hover{background:#000000e6}._inputRow_mapx6_499{align-items:flex-end;gap:12px;display:flex}._uploadBtn_mapx6_505{color:#e8e8f0cc;background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border:1px solid #7877c666;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}._uploadBtn_mapx6_505:before{content:"";background:linear-gradient(90deg,#0000 0%,#4a90e24d 50%,#0000 100%);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}._uploadBtn_mapx6_505:hover{color:#fff;background:linear-gradient(135deg,#4a90e24d 0%,#7877c633 100%);border-color:#4a90e299;transform:translateY(-1px);box-shadow:0 4px 16px #4a90e24d}._uploadBtn_mapx6_505:hover:before{left:100%}._uploadBtn_mapx6_505:active{transform:translateY(0)}._messageInput_mapx6_544{color:#e8e8f0;background:linear-gradient(135deg,#0f0f2399 0%,#19142d66 100%);border:1px solid #7877c666;border-radius:12px;flex:1;transition:all .3s cubic-bezier(.4,0,.2,1)}._messageInput_mapx6_544.ant-input{color:#e8e8f0;background:0 0;border:none}._messageInput_mapx6_544.ant-input::placeholder{color:#e8e8f080}._messageInput_mapx6_544.ant-input:focus,._messageInput_mapx6_544.ant-input:hover{background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border-color:#7877c6cc;box-shadow:0 0 0 2px #7877c64d,0 4px 16px #7877c633}._messageInput_mapx6_544 textarea{resize:none!important;color:#e8e8f0!important;background:0 0!important}._sendBtn_mapx6_571{background:linear-gradient(135deg,#6366f1e6 0%,#a855f7cc 50%,#ec4899e6 100%);border:1px solid #a855f766;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #6366f14d}._sendBtn_mapx6_571:before{content:"";background:linear-gradient(90deg,#0000 0%,#fff3 50%,#0000 100%);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}._sendBtn_mapx6_571:hover:not(:disabled){background:linear-gradient(135deg,#6366f1 0%,#a855f7e6 50%,#ec4899 100%);transform:translateY(-2px)scale(1.05);box-shadow:0 6px 20px #6366f166}._sendBtn_mapx6_571:hover:not(:disabled):before{left:100%}._sendBtn_mapx6_571:active:not(:disabled){transform:translateY(-1px)scale(1.02)}._sendBtn_mapx6_571:disabled{color:#e8e8f04d;box-shadow:none;cursor:not-allowed;background:#3c3c5080;border-color:#7877c633}._sendControls_mapx6_615{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}._contextCheckbox_mapx6_623 .ant-checkbox ._ant-checkbox-inner_mapx6_623{background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border-color:#7877c666;border-radius:4px}._contextCheckbox_mapx6_623 .ant-checkbox ._ant-checkbox-inner_mapx6_623:after{border-color:#e8e8f0}._contextCheckbox_mapx6_623 .ant-checkbox._ant-checkbox-checked_mapx6_631 ._ant-checkbox-inner_mapx6_623{background:linear-gradient(135deg,#6366f1e6 0%,#a855f7cc 100%);border-color:#a855f799}._contextCheckbox_mapx6_623 .ant-checkbox:hover ._ant-checkbox-inner_mapx6_623{border-color:#7877c6cc}._contextCheckbox_mapx6_623 .ant-checkbox-wrapper{color:#e8e8f0cc;font-size:12px;font-weight:500}._contextCheckbox_mapx6_623 .ant-checkbox-wrapper:hover{color:#e8e8f0}._sessionHistory_mapx6_647{background:var(--cyberpunk-glass-bg,#ffffff1f);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:10;border-left:1px solid #ffffff1a;border-radius:0 12px 12px 0;flex-direction:column;width:280px;display:flex;position:absolute;top:0;bottom:0;right:0}._sessionHistoryHeader_mapx6_662{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px;display:flex}._sessionHistoryHeader_mapx6_662 h4{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:16px;font-weight:600}._sessionsList_mapx6_676{flex:1;padding:8px;overflow-y:auto}._sessionsList_mapx6_676::-webkit-scrollbar{width:8px}._sessionsList_mapx6_676::-webkit-scrollbar-track{background:#0f0f23cc;border-radius:4px;margin:2px}._sessionsList_mapx6_676::-webkit-scrollbar-thumb{background:linear-gradient(#7877c6b3 0%,#4a90e299 100%);border-radius:4px;box-shadow:0 0 6px #7877c64d}._sessionsList_mapx6_676::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6e6 0%,#4a90e2cc 100%);box-shadow:0 0 8px #7877c680}._sessionItem_mapx6_700{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:8px;padding:12px;transition:all .2s;position:relative}._sessionItem_mapx6_700:hover{background:#ffffff14;border-color:#fff3}._sessionItem_mapx6_700._active_mapx6_714{background:var(--cyberpunk-purple-glow,#7877c64d);border-color:var(--cyberpunk-purple-glow,#7877c699)}._sessionTitle_mapx6_719{color:var(--cyberpunk-text-primary,#e8e8f0);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}._sessionMeta_mapx6_729{color:#fff9;font-size:12px}._deleteSessionBtn_mapx6_734{opacity:0;transition:opacity .2s;position:absolute;top:8px;right:8px}._sessionItem_mapx6_700:hover ._deleteSessionBtn_mapx6_734{opacity:1}._emptySessionHistory_mapx6_745{text-align:center;color:#ffffff80;margin-top:20px;font-style:italic}._modalActions_mapx6_752{align-items:center;gap:6px;display:flex}._actionBtn_mapx6_758{color:#e8e8f0cc;background:#0f0f2399;border:1px solid #7877c64d;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}._actionBtn_mapx6_758:before{content:"";background:linear-gradient(90deg,#0000 0%,#7877c633 50%,#0000 100%);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}._actionBtn_mapx6_758:hover{color:#fff;background:#7877c633;border-color:#7877c699;transform:translateY(-1px);box-shadow:0 4px 12px #7877c64d}._actionBtn_mapx6_758:hover:before{left:100%}._actionBtn_mapx6_758:active{transform:translateY(0)}._sessionIndicator_mapx6_791{color:#4ade80e6;text-shadow:0 0 6px #4ade8066;background:#22c55e26;border:1px solid #22c55e4d;border-radius:12px;align-items:center;gap:4px;margin-left:12px;padding:4px 8px;font-size:12px;animation:2s ease-in-out infinite alternate _sessionPulse_mapx6_1;display:flex}@keyframes _sessionPulse_mapx6_1{0%{box-shadow:0 0 8px #22c55e4d}to{box-shadow:0 0 12px #22c55e80}}._loadingIndicator_mapx6_814{color:var(--cyberpunk-text-primary,#e8e8f0);opacity:.7;align-items:center;gap:8px;display:flex}._loadingIndicator_mapx6_814 span{font-style:italic}._dots_mapx6_825{gap:2px;display:flex}._dots_mapx6_825 span{background:var(--cyberpunk-purple-glow,#7877c699);border-radius:50%;width:6px;height:6px;animation:1.4s infinite both _dotPulse_mapx6_1}._dots_mapx6_825 span:first-child{animation-delay:-.32s}._dots_mapx6_825 span:nth-child(2){animation-delay:-.16s}._dots_mapx6_825 span:nth-child(3){animation-delay:0s}@keyframes _dotPulse_mapx6_1{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}._setupPanel_mapx6_856{background:var(--cyberpunk-glass-bg,#ffffff1f);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:10;border-left:1px solid #ffffff1a;border-radius:0 12px 12px 0;flex-direction:column;width:320px;display:flex;position:absolute;top:0;bottom:0;right:0}._setupHeader_mapx6_871{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px;display:flex}._setupHeader_mapx6_871 span{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:16px;font-weight:600}._setupBody_mapx6_884{flex:1;padding:16px;overflow-y:auto}._instructionEditor_mapx6_890{flex-direction:column;gap:12px;display:flex}._instructionLabel_mapx6_896{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:8px;font-size:14px;font-weight:500}._instructionTextarea_mapx6_903{color:var(--cyberpunk-text-primary,#e8e8f0)!important;background:#ffffff0d!important;border:1px solid #fff3!important;border-radius:8px!important}._instructionTextarea_mapx6_903:focus{border-color:var(--cyberpunk-purple-glow,#7877c6cc)!important;background:#ffffff14!important;box-shadow:0 0 0 2px #7877c633!important}._instructionTextarea_mapx6_903::placeholder{color:#e8e8f080!important}._instructionActions_mapx6_918{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}._instructionInfo_mapx6_925{background:#4a90e21a;border:1px solid #4a90e24d;border-radius:6px;margin-top:16px;padding:12px}._instructionInfo_mapx6_925 small{color:#e8e8f0cc;font-size:12px;line-height:1.4}._storageWarning_mapx6_938{color:orange;text-align:center;background:#ffa5001a;border:1px solid #ffa5004d;border-radius:4px;margin-top:8px;padding:8px 12px;font-size:12px}._contextNote_mapx6_949{font-size:14px;font-weight:500;color:var(--cyberpunk-purple-glow,#7877c6cc)!important;margin-top:8px!important}._debugPanel_mapx6_217{background:var(--cyberpunk-glass-bg,#ffffff1f);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-right:1px solid #ffffff1a;flex-direction:column;width:320px;height:100%;display:flex;position:relative;overflow:hidden}._debugHeader_mapx6_968{color:var(--cyberpunk-text-primary,#e8e8f0);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:12px 16px;font-weight:600;display:flex}._debugBody_mapx6_978{flex:1;padding:12px;overflow-y:auto}._debugBody_mapx6_978::-webkit-scrollbar{width:8px}._debugBody_mapx6_978::-webkit-scrollbar-track{background:#0f0f23cc;border-radius:4px;margin:2px}._debugBody_mapx6_978::-webkit-scrollbar-thumb{background:linear-gradient(#7877c6b3 0%,#4a90e299 100%);border-radius:4px;box-shadow:0 0 6px #7877c64d}._debugBody_mapx6_978::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6e6 0%,#4a90e2cc 100%);box-shadow:0 0 8px #7877c680}._debugSection_mapx6_1002{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:12px}._sectionHeader_mapx6_1009{color:var(--cyberpunk-text-primary,#e8e8f0);border-bottom:1px solid #ffffff14;padding:8px 12px;font-weight:600}._sectionContent_mapx6_1016{color:var(--cyberpunk-text-primary,#e8e8f0);padding:8px 12px}._contextItem_mapx6_1021{opacity:.9;font-size:12px}._contextItem_mapx6_1021+._contextItem_mapx6_1021{margin-top:8px}._contextItem_mapx6_1021 ul{margin:4px 0 0;padding-inline-start:18px}._performanceMetrics_mapx6_1033{grid-template-columns:1fr 1fr;align-items:center;gap:6px 12px;display:grid}._refreshBtn_mapx6_1040{margin-top:8px}._interactionHistory_mapx6_1044{margin-bottom:10px}._historyList_mapx6_1048{flex-direction:column;gap:6px;max-height:180px;display:flex;overflow-y:auto}._historyList_mapx6_1048::-webkit-scrollbar{width:6px}._historyList_mapx6_1048::-webkit-scrollbar-track{background:#0f0f2399;border-radius:3px}._historyList_mapx6_1048::-webkit-scrollbar-thumb{background:linear-gradient(#7877c699 0%,#4a90e280 100%);border-radius:3px}._historyList_mapx6_1048::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6cc 0%,#4a90e2b3 100%)}._historyItem_mapx6_1071{background:#ffffff0a;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:4px 6px;font-size:12px;display:flex}._historyItem_mapx6_1071:hover{background:#ffffff14}._historyAction_mapx6_1084{align-items:center;gap:6px;display:flex}._actionType_mapx6_1090{text-transform:capitalize;font-weight:500}._actionElement_mapx6_1095{color:#fff9;white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}._historyTime_mapx6_1103{color:#ffffff80;white-space:nowrap;margin-left:8px;font-size:11px}._emptyHistory_mapx6_1110{text-align:center;color:#ffffff80;padding:8px;font-style:italic}._recentClicks_mapx6_1117{margin-bottom:10px}._clicksList_mapx6_1121{flex-direction:column;gap:6px;max-height:200px;display:flex;overflow-y:auto}._clicksList_mapx6_1121::-webkit-scrollbar{width:6px}._clicksList_mapx6_1121::-webkit-scrollbar-track{background:#0f0f2399;border-radius:3px}._clicksList_mapx6_1121::-webkit-scrollbar-thumb{background:linear-gradient(#4a90e299 0%,#7877c680 100%);border-radius:3px}._clicksList_mapx6_1121::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4a90e2cc 0%,#7877c6b3 100%)}._clickItem_mapx6_1144{background:#ffffff0a;border-left:3px solid #4a90e299;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:6px 8px;font-size:11px;display:flex}._clickItem_mapx6_1144:hover{background:#ffffff14}._clickInfo_mapx6_1158{flex-direction:column;flex:1;gap:2px;display:flex}._elementType_mapx6_1165{color:#74b3f7;text-transform:uppercase;font-size:10px;font-weight:600}._elementText_mapx6_1172{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-style:italic;overflow:hidden}._elementId_mapx6_1181{color:#50fa7b;font-family:Monaco,Menlo,monospace;font-size:10px}._elementClasses_mapx6_1187{color:#8be9fd;font-family:Monaco,Menlo,monospace;font-size:10px}._parentContext_mapx6_1193{color:#fff9;font-size:10px}._clickTime_mapx6_1198{color:#ffffff80;white-space:nowrap;margin-left:8px;font-size:10px}._exitButtonContainer_mapx6_1205{z-index:10;position:absolute;bottom:16px;right:16px}._exitButton_mapx6_1205{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#7877c6e6 0%,#a855f7e6 100%);border:1px solid #7877c699;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 16px #0000004d,0 0 20px #7877c64d,inset 0 1px #fff3}._exitButton_mapx6_1205:hover{background:linear-gradient(135deg,#7877c6 0%,#a855f7 100%);border-color:#7877c6cc;transform:translateY(-2px)scale(1.05);box-shadow:0 12px 24px #0006,0 0 30px #7877c680,inset 0 1px #ffffff4d}._exitButton_mapx6_1205:active{transition:all .1s cubic-bezier(.4,0,.2,1);transform:translateY(-1px)scale(1.02)}._exitButton_mapx6_1205:focus{outline:none;box-shadow:0 8px 16px #0000004d,0 0 20px #7877c64d,0 0 0 3px #7877c666,inset 0 1px #fff3}._exitButton_mapx6_1205 ._anticon_mapx6_492{color:#fffffff2;font-size:18px}:root{--cyberpunk-black:#0f172a;--cyberpunk-dark-1:#1e293b;--cyberpunk-dark-2:#2e3b4e;--cyberpunk-blue:#3b82f6;--cyberpunk-blue-rgb:59, 130, 246;--cyberpunk-cyan:#06b6d4;--cyberpunk-purple:#8b5cf6;--cyberpunk-purple-rgb:139, 92, 246;--cyberpunk-pink:#ec4899;--cyberpunk-pink-rgb:236, 72, 153;--cyberpunk-orange:#f97316;--cyberpunk-green:#10b981;--cyberpunk-text-primary:#e8e8f0;--cyberpunk-text-secondary:#94a3b8;--cyberpunk-text-muted:#64748b;--cyberpunk-glass-bg:#ffffff14;--cyberpunk-glass-bg-rgb:255, 255, 255;--cyberpunk-glass-border:#ffffff1a;--cyberpunk-purple-glow:#7877c699;--editor-bg-base:#0f172a;--editor-bg-panel:#1e293b;--editor-bg-elevated:#334155;--editor-border-subtle:#334155;--editor-border-medium:#475569;--editor-accent:#6366f1;--editor-accent-hover:#818cf8;--editor-accent-muted:#6366f126;--editor-accent-glow:#6366f166;--editor-text-primary:#fff;--editor-text-secondary:#cbd5e1;--editor-text-muted:#94a3b8;--editor-input-bg:#0f172a99;--editor-shadow-elevated:0 8px 32px #00000080}._page_7f0eh_37{padding-inline:max(5%,50vw - 800px)}a{color:inherit;text-decoration:none}a[decoration=true]{text-decoration:underline}h1,h2,h3,h4,h5,h6{font-weight:500}h1{font-size:3.5rem}._text-center_7f0eh_62{text-align:center}._floatingButton_7f0eh_66{z-index:9999;position:fixed}._aiButton_7f0eh_71{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:none;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #0000001a}._aiButton_7f0eh_71:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._aiButton_7f0eh_71:active{transform:translateY(0)}._aiButton_7f0eh_71._active_7f0eh_91{background:linear-gradient(135deg,#ff4d4f,#fa8c16)}._aiButton_7f0eh_71._active_7f0eh_91:hover{background:linear-gradient(135deg,#ff8081,#fba548)}._aiButton_7f0eh_71 .anticon{color:#fff;font-size:24px}._aiButton_7f0eh_71 ._aiLogo_7f0eh_101{object-fit:contain;filter:brightness()contrast();width:60px;height:60px}._aiButton_7f0eh_71:not(._active_7f0eh_91):not(._dragging_7f0eh_107){animation:2s ease-in-out infinite _pulse_7f0eh_1}._aiButton_7f0eh_71._dragging_7f0eh_107{animation:none;cursor:grabbing!important}@keyframes _pulse_7f0eh_1{0%{transform:scale(1);box-shadow:0 2px 8px #0000001a}50%{transform:scale(1.1);box-shadow:0 4px 16px #0003,0 0 0 10px #ffffff1a}to{transform:scale(1);box-shadow:0 2px 8px #0000001a}}@media (width<=768px){._aiButton_7f0eh_71{width:56px;height:56px}._aiButton_7f0eh_71 .anticon{font-size:20px}}
