@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_8dlx4_38{padding-inline:max(5%,50vw - 800px)}._text-center_8dlx4_63{text-align:center}._container_8dlx4_67{flex-flow:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}._container_8dlx4_67 ._devBanner_8dlx4_78{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_8dlx4_1;display:flex}._container_8dlx4_67 ._warningIcon_8dlx4_91{color:#ffc107;flex-shrink:0;font-size:24px;animation:2s ease-in-out infinite _pulse_8dlx4_1}._container_8dlx4_67 ._devBannerText_8dlx4_97{color:#856404;flex:1;font-size:14px;line-height:1.5}._container_8dlx4_67 ._devBannerText_8dlx4_97 strong{color:#664d03;font-weight:600}._container_8dlx4_67 ._devBannerButton_8dlx4_107{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_8dlx4_67 ._devBannerButton_8dlx4_107:hover{background:#ffb300;transform:translateY(-2px)}._container_8dlx4_67 ._devBannerButton_8dlx4_107:active{transform:translateY(0)}@keyframes _slideDown_8dlx4_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _pulse_8dlx4_1{0%,to{opacity:1}50%{opacity:.6}}._container_8dlx4_67 img{width:300px;max-width:80%}._container_8dlx4_67 ._authCard_8dlx4_149{-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_8dlx4_67 ._authTitle_8dlx4_168{color:var(--cyberpunk-text-primary,#e8e8f0);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.4}._container_8dlx4_67 ._buttonContainer_8dlx4_176{flex-direction:column;gap:16px;width:100%;display:flex}._container_8dlx4_67 ._errorMessage_8dlx4_182{background:#f443361a;border:1px solid #f443364d;border-radius:8px;align-items:center;gap:8px;width:100%;padding:12px 16px;animation:.3s ease-out _slideDown_8dlx4_1;display:flex}._container_8dlx4_67 ._errorIcon_8dlx4_193{flex-shrink:0;font-size:18px}._container_8dlx4_67 ._authButton_8dlx4_197{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_8dlx4_67 ._authButton_8dlx4_197:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003}._container_8dlx4_67 ._authButton_8dlx4_197:active{transform:translateY(0)}._container_8dlx4_67 ._authButton_8dlx4_197:disabled{opacity:.5;cursor:not-allowed;transform:none}._container_8dlx4_67 ._authButton_8dlx4_197 ._emoji_8dlx4_225{flex-shrink:0;font-size:24px}._container_8dlx4_67 ._authButton_8dlx4_197 ._buttonText_8dlx4_229{text-align:start;flex:1}._container_8dlx4_67 ._ssoButton_8dlx4_233{background:linear-gradient(135deg,#90ee9033,#22c1c333);border-color:#90ee9066}._container_8dlx4_67 ._ssoButton_8dlx4_233:hover:not(:disabled){background:linear-gradient(135deg,#90ee904d,#22c1c34d);border-color:#90ee9099;box-shadow:0 0 20px #90ee904d}._container_8dlx4_67 ._traditionalButton_8dlx4_242{background:#ffffff14;border-color:#fff3}._container_8dlx4_67 ._traditionalButton_8dlx4_242:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff4d}._container_8dlx4_67 ._traditionalButton_8dlx4_242._active_8dlx4_250{background:#7877c633;border-color:#7877c699}._container_8dlx4_67 ._traditionalFormContainer_8dlx4_254{grid-template-rows:1fr;width:100%;animation:.4s ease-out _expandDown_8dlx4_1;display:grid}._container_8dlx4_67 ._traditionalFormContainer_8dlx4_254._hiding_8dlx4_260{animation:.4s ease-out forwards _collapseUp_8dlx4_1}._container_8dlx4_67 ._traditionalFormContainer_8dlx4_254 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_8dlx4_1{0%{opacity:0;grid-template-rows:0fr}to{opacity:1;grid-template-rows:1fr}}@keyframes _collapseUp_8dlx4_1{0%{opacity:1;grid-template-rows:1fr}to{opacity:0;grid-template-rows:0fr}}._container_8dlx4_67 ._contactInfo_8dlx4_301{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_8dlx4_67 ._whatsappLink_8dlx4_312{color:#25d366;align-items:center;gap:8px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}._container_8dlx4_67 ._whatsappLink_8dlx4_312:hover{color:#128c7e;text-decoration:underline}._container_8dlx4_67 ._whatsappIcon_8dlx4_325{flex-shrink:0;width:20px;height:20px}._container_8dlx4_67 [dir=rtl] ._whatsappLink_8dlx4_312{flex-direction:row-reverse}@media (width<=768px){._container_8dlx4_67 ._authCard_8dlx4_149{width:95%;padding:24px 20px}._container_8dlx4_67 ._authTitle_8dlx4_168{font-size:20px}._container_8dlx4_67 ._authButton_8dlx4_197{padding:14px 20px;font-size:15px}._container_8dlx4_67 ._authButton_8dlx4_197 ._emoji_8dlx4_225{font-size:20px}._container_8dlx4_67 ._traditionalFormContainer_8dlx4_254 form{gap:12px}}._container_8dlx4_67 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_8dlx4_67 ._passwordinfo_8dlx4_368{justify-content:flex-start;width:100%;font-size:12px;display:flex}._container_8dlx4_67 ._passwordinfo_8dlx4_368 ul{margin-inline-start:1rem}._page_ioer0_38{padding-inline:max(5%,50vw - 800px)}._text-center_ioer0_63{text-align:center}._container_ioer0_67{cursor:pointer;flex-flow:row;justify-content:center;align-items:center;gap:5px;margin-inline:5px;font-size:18px;display:inline-flex}._container_ioer0_67 input{accent-color:#3498db}._page_1w3dq_38{padding-inline:max(5%,50vw - 800px)}._text-center_1w3dq_63{text-align:center}._ssoModal_1w3dq_67 .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_1w3dq_67 .ant-modal-header{background:0 0!important;border-bottom:1px solid #ffffff1a!important;padding:20px 24px!important}._ssoModal_1w3dq_67 .ant-modal-title{color:var(--cyberpunk-text-primary,#e8e8f0)!important}._ssoModal_1w3dq_67 .ant-modal-close-x{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:18px}._ssoModal_1w3dq_67 .ant-modal-body{padding:24px!important}._modalTitle_1w3dq_90{color:var(--cyberpunk-text-primary,#e8e8f0);align-items:center;gap:12px;font-size:20px;font-weight:600;display:flex}._titleEmoji_1w3dq_99{font-size:24px}._modalContent_1w3dq_103{flex-direction:column;gap:20px;display:flex}._description_1w3dq_109{color:var(--cyberpunk-text-secondary,#e8e8f0cc);text-align:center;margin:0;padding:0 16px;font-size:14px;line-height:1.5}._inputGroup_1w3dq_118{width:100%}._buttonGroup_1w3dq_122{flex-direction:column;gap:12px;margin-top:8px;display:flex}._cancelButton_1w3dq_129{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_1w3dq_129:hover{background:#ffffff14;border-color:#ffffff4d}._cancelButton_1w3dq_129:disabled{opacity:.5;cursor:not-allowed}._mockNotice_1w3dq_150{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;align-items:center;gap:8px;margin-top:8px;padding:12px 16px;display:flex}._errorMessage_1w3dq_161{background:#f443361a;border:1px solid #f443364d;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:12px 16px;display:flex}._errorIcon_1w3dq_172,._noticeIcon_1w3dq_177{flex-shrink:0;font-size:18px}._noticeText_1w3dq_182{color:#ffc107e6;font-size:13px;line-height:1.4}[dir=rtl] ._mockNotice_1w3dq_150,._rtl_1w3dq_189 ._mockNotice_1w3dq_150,[dir=rtl] ._errorMessage_1w3dq_161,._rtl_1w3dq_189 ._errorMessage_1w3dq_161{text-align:right;flex-direction:row-reverse}[dir=rtl] ._description_1w3dq_109,._rtl_1w3dq_189 ._description_1w3dq_109{text-align:right}[dir=rtl] .ant-modal-close,._rtl_1w3dq_189 .ant-modal-close{left:0;right:auto}._rtl_1w3dq_189 .ant-modal-content{direction:rtl}._rtl_1w3dq_189 .ant-modal-header,._rtl_1w3dq_189 .ant-modal-title{text-align:right;direction:rtl}._rtl_1w3dq_189 ._modalTitle_1w3dq_90{justify-content:flex-start}@media (width<=768px){._modalTitle_1w3dq_90{font-size:18px}._titleEmoji_1w3dq_99{font-size:20px}._description_1w3dq_109{font-size:13px}._cancelButton_1w3dq_129{padding:10px 20px;font-size:15px}}._page_1j0gq_38{padding-inline:max(5%,50vw - 800px)}._text-center_1j0gq_63{text-align:center}._Container_1j0gq_67{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_1j0gq_86{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_1j0gq_1;position:relative}._LoaderWrapper_1j0gq_98{width:80px;height:80px;position:relative}._LoaderRing_1j0gq_104{border:4px solid #0000;border-top-color:var(--cyberpunk-cyan);border-radius:50%;width:100%;height:100%;animation:1s linear infinite _spin_1j0gq_1;position:absolute}._LoaderRing_1j0gq_104:before,._LoaderRing_1j0gq_104:after{content:"";border:4px solid #0000;border-radius:50%;position:absolute}._LoaderRing_1j0gq_104:before{border-top-color:var(--cyberpunk-purple);animation:2s linear infinite reverse _spin_1j0gq_1;inset:5px}._LoaderRing_1j0gq_104:after{border-top-color:var(--cyberpunk-pink);animation:1.5s linear infinite _spin_1j0gq_1;inset:15px}._LoadingText_1j0gq_136{color:var(--cyberpunk-text-secondary);letter-spacing:.1em;font-family:Heebo,sans-serif;font-size:1rem;animation:2s ease-in-out infinite _breathe_1j0gq_1}@keyframes _spin_1j0gq_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulseLogo_1j0gq_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_1j0gq_1{0%,to{opacity:.5}50%{opacity:1}}._page_1p0aa_38{padding-inline:max(5%,50vw - 800px)}._text-center_1p0aa_63{text-align:center}._spinner_1p0aa_67{width:var(--size,48px);height:var(--size,48px);position:relative}._spinner_1p0aa_67 ._ring_1p0aa_72{border:3px solid #e0e4e8;border-top-color:#722ed1;border-radius:50%;width:100%;height:100%;animation:.9s ease-in-out infinite _spin_1p0aa_67}@keyframes _spin_1p0aa_67{to{transform:rotate(360deg)}}._page_1h2s4_38{padding-inline:max(5%,50vw - 800px)}._text-center_1h2s4_63{text-align:center}._container_1h2s4_67{background-color:#f7f9fc;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}._content_1h2s4_76{flex-direction:column;align-items:center;gap:16px;display:flex}._text_1h2s4_63{color:#6b7280;letter-spacing:.02em;font-size:14px;font-weight:500}._page_oe0oy_38{padding-inline:max(5%,50vw - 800px)}._text-center_oe0oy_63{text-align:center}._dashboardLayout_oe0oy_67{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_oe0oy_74{display:block}._mainContent_oe0oy_78{background:linear-gradient(90deg,#121d3b,#141f3d);flex-direction:column;flex:1;padding:0 30px;display:flex;overflow-y:auto}._contentInner_oe0oy_88{flex-direction:column;justify-content:space-between;gap:24px;width:100%;height:auto;min-height:100%;padding-bottom:24px;display:flex}._section_oe0oy_102{flex-direction:column;display:flex}._cardsGrid_oe0oy_109{grid-template-rows:1fr;grid-template-columns:repeat(5,1fr) minmax(60px,.33fr);align-content:center;gap:24px;height:auto;display:grid}._addNewCard_oe0oy_121{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_oe0oy_121._editMode_oe0oy_137{background:#27ae601a;border:2px solid #27ae6080}._addNewCard_oe0oy_121._editMode_oe0oy_137:hover{background:#27ae6033;border-color:#2ecc71;box-shadow:0 4px 15px #2ecc7133}._addNewCard_oe0oy_121._editMode_oe0oy_137:hover ._addNewIcon_oe0oy_146{color:#2ecc71;transform:scale(1.1)}._addNewCard_oe0oy_121._editMode_oe0oy_137:hover ._cardLabel_oe0oy_150{color:#2ecc71}._addNewCard_oe0oy_121._editMode_oe0oy_137 ._addNewIcon_oe0oy_146{color:#27ae60cc}._addNewCard_oe0oy_121._editMode_oe0oy_137 ._cardLabel_oe0oy_150{color:#27ae60e6}._addNewCard_oe0oy_121:not(._editMode_oe0oy_137):hover{background:#ffffff0d;border-color:#ffffff80;transform:translateY(-4px);box-shadow:0 4px 15px #0003}._addNewCard_oe0oy_121:not(._editMode_oe0oy_137):hover ._addNewIcon_oe0oy_146{color:#fff;transform:scale(1.1)}._addNewCard_oe0oy_121:not(._editMode_oe0oy_137):hover ._cardLabel_oe0oy_150{color:#fff}._addNewIcon_oe0oy_146{color:#fff6;font-size:32px;transition:all .3s}._cardLabel_oe0oy_150{color:#fff6;text-transform:uppercase;letter-spacing:1px;text-align:center;font-size:14px;font-weight:600;transition:all .3s}._sectionHeader_oe0oy_192{margin-bottom:24px}._sectionTitle_oe0oy_196{align-items:center;gap:12px;display:flex}._iconWrapper_oe0oy_202{background:rgba(var(--cyberpunk-blue-rgb), .1);border-radius:12px;justify-content:center;align-items:center;padding:8px;display:flex}._sectionIcon_oe0oy_211{color:var(--cyberpunk-blue);font-size:24px}._sectionSubtitle_oe0oy_216{color:var(--cyberpunk-text-secondary);margin:4px 0 0}._lessonsGrid_oe0oy_221{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;display:grid}._clickableCard_oe0oy_227{cursor:pointer;transition:transform .2s}._clickableCard_oe0oy_227:hover{transform:translateY(-4px)}._bottomRow_oe0oy_235{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}._miniGrid_oe0oy_242{grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);align-content:center;justify-items:center;gap:16px;height:auto;display:grid}._toursGrid_oe0oy_254{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_oe0oy_267{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_oe0oy_267:before{content:"";opacity:.35;background:radial-gradient(circle,#fff,#0000);position:absolute;inset:0}._miniCard_oe0oy_267:hover{transform:scale(1.03);box-shadow:0 8px 20px #0006}._miniCardContent_oe0oy_290{z-index:10;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:20px;display:flex;position:relative}._miniCardIcon_oe0oy_302{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_oe0oy_312{color:#fff;letter-spacing:.5px;text-shadow:0 2px 4px #0000004d;margin:0;font-size:16px;font-weight:800}._tourCard_oe0oy_321{background:#2a4066;flex-direction:column;display:flex}._tourCardImage_oe0oy_327{background:linear-gradient(135deg, var(--cyberpunk-purple), var(--cyberpunk-pink));flex:1;justify-content:center;align-items:center;display:flex;position:relative}._tourCardImage_oe0oy_327:after{content:"";background:linear-gradient(#0000 0%,#000c 100%);position:absolute;inset:0}._tourCardIcon_oe0oy_342{color:#ffffff80;z-index:1;font-size:48px;transition:all .5s;position:relative}._tourCard_oe0oy_321:hover ._tourCardIcon_oe0oy_342{color:#fffc;transform:scale(1.1)}._tourCardContent_oe0oy_354{background:#2a4066;padding:12px}._tourCardTitle_oe0oy_359{color:#fff;align-items:center;gap:8px;margin:0;font-size:14px;font-weight:700;display:flex}._statusDot_oe0oy_369{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_oe0oy_1}@keyframes _pulse_oe0oy_1{0%,to{opacity:1}50%{opacity:.5}}@media (width<=1440px){._contentInner_oe0oy_88{padding:5px}._cardsGrid_oe0oy_109{gap:20px}._lessonsGrid_oe0oy_221{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (width<=1024px){._bottomRow_oe0oy_235{grid-template-columns:1fr}._cardsGrid_oe0oy_109{grid-template-columns:repeat(2,1fr) minmax(40px,.33fr);gap:16px}._lessonsGrid_oe0oy_221{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}}@media (width<=768px){._dashboardLayout_oe0oy_67{flex-direction:column}._desktopSidebar_oe0oy_74,._dashboardLayout_oe0oy_67 ._desktopSidebar_oe0oy_74{display:none!important}._mobileHeader_oe0oy_420{-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_oe0oy_420 ._logoSection_oe0oy_435{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_oe0oy_420 ._logoIcon_oe0oy_446{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_oe0oy_420 ._logoIcon_oe0oy_446 img{object-fit:contain;width:100%;height:100%}._mobileHeader_oe0oy_420 ._logoText_oe0oy_458{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_oe0oy_465{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_oe0oy_465:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_oe0oy_465:active{transform:scale(.95)}._mainContent_oe0oy_78{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_oe0oy_78::-webkit-scrollbar{display:none}._contentInner_oe0oy_88{padding:3px}._mobileCardsGrid_oe0oy_500{grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:12px;padding:8px 0;display:grid}._mobileGamesGrid_oe0oy_507,._mobileToursGrid_oe0oy_513{grid-template-columns:repeat(3,1fr);gap:12px;padding:8px 0;display:grid}._cardsGrid_oe0oy_109:not(._mobileCardsGrid_oe0oy_500),._lessonsGrid_oe0oy_221,._miniGrid_oe0oy_242:not(._mobileGamesGrid_oe0oy_507),._toursGrid_oe0oy_254:not(._mobileToursGrid_oe0oy_513){grid-template-columns:1fr}._section_oe0oy_102{margin-bottom:32px}}@media (width>=769px){._mobileHeader_oe0oy_420,._hamburgerButton_oe0oy_465{display:none}._mainContent_oe0oy_78{padding-top:20px}}._mobileSidebarDrawer_oe0oy_544 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_oe0oy_544 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._skeletonCard_oe0oy_553{aspect-ratio:16/9;background:linear-gradient(135deg,#2a4066,#3a5078);border-radius:16px;position:relative;overflow:hidden}._skeletonMiniCard_oe0oy_561{background:linear-gradient(135deg,#2a4066,#3a5078);border-radius:16px;height:144px;position:relative;overflow:hidden}._skeletonShimmer_oe0oy_569{background:linear-gradient(90deg,#0000 0%,#ffffff14 50%,#0000 100%);animation:1.5s infinite _shimmer_oe0oy_1;position:absolute;inset:0}@keyframes _shimmer_oe0oy_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._errorDisplay_oe0oy_584{text-align:center;color:#f99;background:#ff64641a;border:1px solid #ff64644d;border-radius:12px;padding:24px}._page_t72ce_38{padding-inline:max(5%,50vw - 800px)}._text-center_t72ce_63{text-align:center}._sidebar_t72ce_67{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_t72ce_67._hoverExpanded_t72ce_82{z-index:150;box-shadow:8px 0 32px #00000073}._sidebar_t72ce_67._collapsed_t72ce_86{width:88px}._sidebar_t72ce_67._collapsed_t72ce_86 ._logoSection_t72ce_89{justify-content:center;padding-inline-start:0}._sidebar_t72ce_67._collapsed_t72ce_86 ._logoWrapper_t72ce_93{gap:0;transition:gap .25s cubic-bezier(.2,0,0,1)}._sidebar_t72ce_67._collapsed_t72ce_86 ._logoText_t72ce_97{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_t72ce_67._collapsed_t72ce_86 ._adminConfigTrigger_t72ce_106{pointer-events:none}._sidebar_t72ce_67._collapsed_t72ce_86 ._adminConfigTrigger_t72ce_106 ._adminConfigInner_t72ce_109{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_t72ce_67._collapsed_t72ce_86 ._userProfile_t72ce_117{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_t72ce_67._collapsed_t72ce_86 ._userProfile_t72ce_117 ._userInfo_t72ce_123{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_t72ce_67._collapsed_t72ce_86 ._sidebarItem_t72ce_131{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_t72ce_67._collapsed_t72ce_86 ._sidebarItem_t72ce_131 ._itemLabel_t72ce_136{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_t72ce_67._collapsed_t72ce_86 ._sidebarItem_t72ce_131 ._itemIcon_t72ce_144{font-size:22px}._sidebar_t72ce_67._collapsed_t72ce_86 ._lessonsSection_t72ce_147{flex-direction:column;align-items:center;gap:8px}._sidebar_t72ce_67._collapsed_t72ce_86 ._lessonsSection_t72ce_147 ._sidebarItem_t72ce_131{width:100%}._sidebar_t72ce_67._collapsed_t72ce_86 ._lessonsSection_t72ce_147 ._lessonActionButton_t72ce_155{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_t72ce_67._collapsed_t72ce_86 ._studioSection_t72ce_167{flex-direction:column;align-items:center;gap:8px}._sidebar_t72ce_67._collapsed_t72ce_86 ._studioSection_t72ce_167 ._sidebarItem_t72ce_131{width:100%}._sidebar_t72ce_67._collapsed_t72ce_86 ._studioSection_t72ce_167 ._mediaButton_t72ce_175{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_t72ce_67._collapsed_t72ce_86 ._gamesSection_t72ce_187{flex-direction:column;align-items:center;gap:8px}._sidebar_t72ce_67._collapsed_t72ce_86 ._gamesSection_t72ce_187 ._sidebarItem_t72ce_131{width:100%}._sidebar_t72ce_67._collapsed_t72ce_86 ._gamesSection_t72ce_187 ._playgroundButton_t72ce_195{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_t72ce_67._collapsed_t72ce_86 ._adminGroup_t72ce_207{background:0 0;border:none;align-items:center;padding:8px 0}._sidebar_t72ce_67._collapsed_t72ce_86 ._adminGroup_t72ce_207 ._groupLabel_t72ce_213{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_t72ce_67:before{content:"";pointer-events:none;background:linear-gradient(#ffffff0d 0%,#0000 100%);height:160px;position:absolute;top:0;left:0;right:0}._sidebar_t72ce_67: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_t72ce_67 ._collapseToggle_t72ce_245{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_t72ce_67 ._collapseToggle_t72ce_245:hover{background-color:var(--cyberpunk-blue);color:#fff}._sidebar_t72ce_67 ._toggleIcon_t72ce_272{transform-origin:50%;transform:scaleY(1.6)}._logoSection_t72ce_89{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_t72ce_93{align-items:center;gap:12px;padding:2px 0;transition:gap .28s cubic-bezier(.2,0,0,1) .12s;display:flex}._logoIcon_t72ce_299{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_t72ce_299 img{object-fit:contain;width:25px;height:25px;image-rendering:-webkit-optimize-contrast;filter:contrast(1.08)brightness(1.04)}._logoText_t72ce_97{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_t72ce_332{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_t72ce_343{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_t72ce_343: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_t72ce_1;position:absolute;inset-inline-start:-8px;transform:translate(-50%,-50%)}@keyframes _subtitleOrbitDot_t72ce_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_t72ce_343:after{opacity:0;animation:none}}._adminConfigTrigger_t72ce_106{position:relative;overflow:visible}._adminConfigInner_t72ce_109{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_t72ce_436{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_t72ce_436:hover,._configBtn_t72ce_436._active_t72ce_451{color:gold;background:#ffd7001a;border-color:gold;transform:scale(1.02);box-shadow:0 0 10px #ffd70033}._configBtn_t72ce_436._active_t72ce_451{background:#ffd70026}._adminBadgeSmall_t72ce_462{justify-content:center;align-items:center;font-size:14px;display:flex}._separator_t72ce_469{background-color:#ffd7004d;width:1px;height:14px}._adminConfigDropdown_t72ce_475{-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_t72ce_1;position:absolute;top:100%;left:0;box-shadow:0 10px 25px #00000080}@keyframes _slideIn_t72ce_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}._configHeader_t72ce_503{text-transform:uppercase;color:var(--cyberpunk-text-muted);letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:600}._adminConfigSelect_t72ce_512{width:100%}._configStatus_t72ce_516{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_t72ce_117{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_t72ce_117:hover{background:rgba(var(--cyberpunk-glass-bg-rgb), .6);border-color:var(--cyberpunk-purple)}._userAvatar_t72ce_547{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_t72ce_547 ._avatarImg_t72ce_562{object-fit:cover;width:100%;height:100%}._userInfo_t72ce_123{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_t72ce_581{color:var(--cyberpunk-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:16px;font-weight:600;overflow:hidden}._institutionName_t72ce_591{color:#ffffffd9;text-overflow:ellipsis;white-space:nowrap;margin:2px 0;font-size:12px;font-weight:500;overflow:hidden}._userRole_t72ce_601{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_t72ce_601:before{content:"";background:gold;border-radius:50%;width:8px;height:8px}._navigation_t72ce_620{z-index:1;flex-direction:column;flex:1;gap:2px;display:flex;position:relative}._lessonsSection_t72ce_147{justify-content:space-between;align-items:center;display:flex}._lessonsSection_t72ce_147 ._sidebarItem_t72ce_131{margin-bottom:0}._studioSection_t72ce_167{justify-content:space-between;align-items:center;display:flex}._studioSection_t72ce_167 ._sidebarItem_t72ce_131{margin-bottom:0}._gamesSection_t72ce_187{justify-content:space-between;align-items:center;display:flex}._gamesSection_t72ce_187 ._sidebarItem_t72ce_131{margin-bottom:0}._playgroundButton_t72ce_195{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_t72ce_195: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_t72ce_195._activePlayground_t72ce_691{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_t72ce_175{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_t72ce_175: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_t72ce_734{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_t72ce_155{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_t72ce_155:hover{transform:translateY(-1px)}._lessonActionButton_t72ce_155._createMode_t72ce_785{border-color:var(--cyberpunk-text-muted);color:var(--cyberpunk-text-secondary)}._lessonActionButton_t72ce_155._createMode_t72ce_785: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_t72ce_155._editMode_t72ce_795{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_t72ce_155._editMode_t72ce_795: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_t72ce_807{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_t72ce_826{text-align:center;flex:1}._adminActions_t72ce_831{z-index:1;flex-direction:column;gap:2px;margin-top:16px;display:flex;position:relative}._adminGroup_t72ce_207{background:#ffd7000d;border:1px solid #ffd7004d;border-radius:12px;flex-direction:column;gap:2px;margin-top:16px;padding:12px;display:flex;position:relative}._groupLabel_t72ce_213{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_t72ce_875{font-size:12px}._bottomMenu_t72ce_879{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_t72ce_131{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_t72ce_131:hover{color:var(--cyberpunk-text-primary);background:#ffffff0d}._sidebarItem_t72ce_131:hover ._itemIcon_t72ce_144{color:var(--cyberpunk-text-primary)}._sidebarItem_t72ce_131._active_t72ce_451{background:linear-gradient(90deg, var(--cyberpunk-blue), var(--cyberpunk-purple));color:#fff;box-shadow:0 4px 12px rgba(var(--cyberpunk-purple-rgb), .3)}._sidebarItem_t72ce_131._active_t72ce_451 ._itemIcon_t72ce_144{color:#fff}._itemIcon_t72ce_144{color:#e8e8f0ad;flex-shrink:0;font-size:22px;transition:color .2s}._itemTooltipAnchor_t72ce_928{align-items:center;gap:12px;width:fit-content;display:inline-flex}._itemLabel_t72ce_136{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_t72ce_949.ant-tooltip-placement-left{padding-right:2px}._navTooltip_t72ce_949 .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_t72ce_949 .ant-tooltip-arrow-content{background:#405dabfa;border:1px solid #7ae6ff73}@media (width<=1024px){._sidebar_t72ce_67{width:216px;padding:16px}._logoIcon_t72ce_299{width:36px;height:36px}._logoIcon_t72ce_299 img{width:20px;height:20px}._logoText_t72ce_97{max-width:160px}._logoTitle_t72ce_332{font-size:20px}._logoSubtitle_t72ce_343{letter-spacing:.8px;font-size:10px}}@media (height<=1080px){._sidebar_t72ce_67{padding:16px 16px 16px 20px}._logoSection_t72ce_89{margin-bottom:12px}._userProfile_t72ce_117{margin-bottom:12px;padding:10px}._lessonActionButton_t72ce_155,._mediaButton_t72ce_175,._playgroundButton_t72ce_195{padding:4px 12px;padding-inline-end:30px}._adminActions_t72ce_831{margin-top:8px}._bottomMenu_t72ce_879{margin-top:8px;padding-top:8px}._sidebarItem_t72ce_131{margin-bottom:2px;padding:8px 10px}._adminGroup_t72ce_207{margin-top:8px;padding:8px}}@media (height<=800px){._sidebarItem_t72ce_131{border-radius:8px;margin-bottom:1px;padding:6px 8px}._itemIcon_t72ce_144{font-size:18px}._itemLabel_t72ce_136{font-size:13px}._adminGroup_t72ce_207{margin-top:8px;padding:8px}._groupLabel_t72ce_213{margin-bottom:4px;font-size:9px}}@media (width<=768px){._collapseToggle_t72ce_245{display:none!important}._sidebar_t72ce_67._collapsed_t72ce_86{width:252px!important}}@media (height<=720px){._sidebar_t72ce_67{padding:8px 8px 8px 12px}._logoSection_t72ce_89{margin-bottom:8px}._logoIcon_t72ce_299{border-radius:8px;width:28px;height:28px}._logoIcon_t72ce_299 img{width:16px;height:16px}._logoText_t72ce_97{max-width:140px}._logoTitle_t72ce_332{font-size:17px}._logoSubtitle_t72ce_343{letter-spacing:.6px;font-size:9px}._configBtn_t72ce_436{height:24px;padding:0 6px;font-size:11px}._userProfile_t72ce_117{border-radius:10px;gap:8px;margin-bottom:6px;padding:6px 8px}._userAvatar_t72ce_547{width:32px;height:32px;font-size:12px}._userName_t72ce_581{margin-bottom:2px;font-size:12px}._userRole_t72ce_601{font-size:10px}._adminActions_t72ce_831{gap:1px;margin-top:4px}._bottomMenu_t72ce_879{gap:1px;margin-top:4px;padding-top:4px}._sidebarItem_t72ce_131{border-radius:6px;gap:6px;margin-bottom:0;padding:5px 8px}._itemIcon_t72ce_144{font-size:15px}._itemLabel_t72ce_136{font-size:12px}._lessonActionButton_t72ce_155,._mediaButton_t72ce_175,._playgroundButton_t72ce_195{padding:2px 6px;padding-inline-end:24px;font-size:10px}._buttonIcon_t72ce_807,._mediaButtonIcon_t72ce_734{width:16px;height:16px;font-size:10px;inset-inline-end:6px}._adminGroup_t72ce_207{border-radius:8px;gap:0;margin-top:4px;padding:4px}._groupLabel_t72ce_213{margin-bottom:2px;padding:0 4px;font-size:9px}}._page_1ad3m_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ad3m_63{text-align:center}._overlay_1ad3m_67{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#0006;animation:.2s _fadeIn_1ad3m_1;position:fixed;inset:0}@keyframes _fadeIn_1ad3m_1{0%{opacity:0}to{opacity:1}}._settingsMenu_1ad3m_84{-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_1ad3m_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_1ad3m_84:before{content:"";pointer-events:none;background:radial-gradient(circle at 50% 0,#7877c626,#0000 60%);border-radius:16px;position:absolute;inset:0}@keyframes _scaleIn_1ad3m_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._menuHeader_1ad3m_118{border-bottom:1px solid #ffffff1a;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}._headerIcon_1ad3m_127{color:var(--cyberpunk-cyan);filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-cyan-rgb), .5));font-size:20px}._headerTitle_1ad3m_133{color:var(--cyberpunk-text-primary);letter-spacing:.3px;font-size:15px;font-weight:600}._languageGrid_1ad3m_140{flex-direction:column;gap:12px;display:flex}._languageCard_1ad3m_146{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_1ad3m_146:before{content:"";opacity:0;background:linear-gradient(135deg,#7877c61a,#ed6ccc0d);transition:opacity .3s;position:absolute;inset:0}._languageCard_1ad3m_146:hover{background:#ffffff0f;border-color:#7877c666;transform:translate(4px)}._languageCard_1ad3m_146:hover:before{opacity:1}._languageCard_1ad3m_146._active_1ad3m_175{border-color:var(--cyberpunk-purple);background:linear-gradient(135deg,#7877c640,#ed6ccc26);box-shadow:0 4px 16px #7877c64d,inset 0 0 0 1px #ffffff1a}._languageCard_1ad3m_146._active_1ad3m_175:before{opacity:1}._languageCard_1ad3m_146._active_1ad3m_175 ._languageFlag_1ad3m_183{transform:scale(1.1)}._languageFlag_1ad3m_183{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_1ad3m_183 img{object-fit:cover;border-radius:8px;width:100%;height:100%}._languageInfo_1ad3m_204{text-align:start;z-index:1;flex-direction:column;flex:1;gap:4px;display:flex;position:relative}._languageName_1ad3m_214{color:var(--cyberpunk-text-primary);letter-spacing:.2px;font-size:15px;font-weight:600}._languageNative_1ad3m_221{color:var(--cyberpunk-text-secondary);font-size:13px;font-weight:500}._checkIcon_1ad3m_227{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_1ad3m_1;position:relative}@keyframes _checkBounce_1ad3m_1{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}[dir=rtl] ._languageCard_1ad3m_146:hover{transform:translate(-4px)}[dir=rtl] ._languageInfo_1ad3m_204{text-align:end}@media (width<=1024px){._settingsMenu_1ad3m_84{width:320px;padding:20px}._languageCard_1ad3m_146{padding:14px}._languageFlag_1ad3m_183{width:60px;height:40px}}._page_1t56g_39{padding-inline:max(5%,50vw - 800px)}._text-center_1t56g_64{text-align:center}._carouselContainer_1t56g_68{border-radius:24px;min-height:280px;position:relative;overflow:hidden;box-shadow:0 8px 32px #0006}._milkyWay_1t56g_77{z-index:0;pointer-events:none;border-radius:24px;position:absolute;inset:0;overflow:hidden}._spaceBase_1t56g_86{background:#0b1026;position:absolute;inset:0}._spaceGradient_1t56g_92{background:linear-gradient(135deg,#9333ea66 0%,#3b82f633 50%,#0009 100%);position:absolute;inset:0}._spaceSvg_1t56g_98{opacity:.8;mix-blend-mode:screen;position:absolute;inset:0}._sparkle1_1t56g_105{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_1t56g_117{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_1t56g_129{z-index:10;text-align:center;justify-content:center;align-items:center;gap:12px;padding:6px 32px 0;display:flex;position:relative}._carouselTitle_1t56g_140{color:#fff;text-shadow:0 2px 12px #0000004d;letter-spacing:.5px;margin:0;font-size:26px;font-weight:700}._editButton_1t56g_149{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_1t56g_149:hover{color:#fff;background:#fff3;border-color:#fff6;transform:scale(1.05)}._editButton_1t56g_149:active{transform:scale(.95)}._editIcon_1t56g_172{font-size:16px}._carouselContent_1t56g_176{z-index:10;justify-content:center;align-items:center;padding:8px 32px 24px;display:flex;position:relative}._navArrow_1t56g_185{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_1t56g_185:hover{background:#ffffff40;transform:translateY(-50%)scale(1.1);box-shadow:0 8px 24px #0000004d}._navArrow_1t56g_185:active{transform:translateY(-50%)scale(.95)}._navArrowPrev_1t56g_212{left:16px}._navArrowNext_1t56g_216{right:16px}._coverflowViewport_1t56g_220{justify-content:center;align-items:center;width:100%;height:200px;display:flex;overflow:visible}._coverflowTrack_1t56g_229{width:260px;height:160px;position:relative}._coverflowItem_1t56g_235{cursor:pointer;will-change:transform, opacity;width:260px;height:160px;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .4s ease-out;position:absolute;top:0;left:0}._coverflowItem_1t56g_235._active_1t56g_245{cursor:default}._coverflowItem_1t56g_235: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_1t56g_262{cursor:pointer;isolation:isolate;will-change:transform;border:1px solid #ffffff1a;border-radius:18px;flex-shrink:0;width:260px;height:160px;padding:42px 16px 16px;transition:all .3s;position:relative;overflow:visible;transform:translateZ(0);box-shadow:0 8px 32px #0000004d}._card_1t56g_262:hover{transform:scale(1.02);box-shadow:0 12px 40px #0006}._card_1t56g_262._emerald_1t56g_282{background:linear-gradient(135deg,#10b981 0%,#0d9488 100%)}._card_1t56g_262._cyan_1t56g_285{background:linear-gradient(135deg,#06b6d4 0%,#3b82f6 100%)}._card_1t56g_262._violet_1t56g_288{background:linear-gradient(135deg,#8b5cf6 0%,#7c3aed 100%)}._card_1t56g_262._blue_1t56g_291{background:linear-gradient(135deg,#3b82f6 0%,#4f46e5 100%)}._card_1t56g_262._rose_1t56g_294{background:linear-gradient(135deg,#f43f5e 0%,#e11d48 100%)}._card_1t56g_262._amber_1t56g_297{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)}._cardImage_1t56g_301{object-fit:cover;object-position:center;opacity:1;filter:saturate(1.08)contrast(1.03);image-rendering:auto;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.01)}._cardImageOverlay_1t56g_315{border-radius:inherit;background:linear-gradient(#040a180a 0%,#040a1824 38%,#040a1894 100%);position:absolute;inset:0}._cardContent_1t56g_322{z-index:10;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}._cardText_1t56g_331{flex:1}._cardTitleBadge_1t56g_335{top:-16px;z-index:12;border-inline:1px solid #ffffff2e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#070c1af5 0%,#0c1935eb 100%);border-bottom:1px solid #fff3;border-radius:16px;max-width:calc(100% - 72px);padding:10px 14px 11px;position:absolute;inset-inline-start:14px;box-shadow:0 10px 24px #040a1857,inset 0 1px #ffffff2e}._cardTitle_1t56g_335{color:#fff;text-shadow:none;letter-spacing:.3px;white-space:normal;margin:0;font-size:16px;font-weight:700;line-height:1.2;display:block;overflow:visible}._cardSubtitle_1t56g_363{color:#fffffff2;opacity:1;text-shadow:0 2px 14px #040a18ad;margin:0;font-size:12px;font-weight:500;line-height:1.5}.btn.btn-outline._cardButton_1t56g_373{color:#f8fbff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);letter-spacing:.02em;width:auto;min-height:38px;text-shadow:none;background:linear-gradient(#0c132ac7 0%,#0e2146e0 100%);border:1px solid #60a5fab8;border-radius:999px;justify-content:center;align-self:flex-start;align-items:center;gap:8px;padding:0 16px;font-size:12px;font-weight:700;line-height:1;transition:transform .2s,box-shadow .2s,border-color .2s,background .2s;display:inline-flex;box-shadow:0 10px 24px #040a1847,inset 0 1px #ffffff2e}.btn.btn-outline._cardButton_1t56g_373:after{content:"›";opacity:.9;font-size:14px;line-height:1}.btn.btn-outline._cardButton_1t56g_373:hover{color:#fff;background:linear-gradient(#122248e6 0%,#183d7af5 100%);border-color:#7dd3fcf2;transform:translateY(-1px);box-shadow:0 14px 30px #040a1857,0 0 0 1px #7dd3fc29,inset 0 1px #ffffff3d}.btn.btn-outline._cardButton_1t56g_373:focus-visible{outline-offset:2px;outline:2px solid #bae6fdfa;box-shadow:0 0 0 4px #3b82f661,0 14px 30px #040a1857,inset 0 1px #ffffff3d}.btn.btn-outline._cardButton_1t56g_373:disabled{color:#f8fafc80;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f172a6b;border-color:#94a3b861}._decorativeGlow_1t56g_421{filter:blur(48px);background:#ffffff1a;border-radius:50%;width:128px;height:128px;position:absolute;bottom:-24px;right:-24px}._decorativeIcon_1t56g_432{color:#ffffff4d;transition:all .5s;position:absolute;bottom:20px;right:20px;transform:rotate(12deg)}._card_1t56g_262:hover ._decorativeIcon_1t56g_432{transform:rotate(0)scale(1.1)}._iconLarge_1t56g_444{stroke-width:1px;font-size:60px}._carouselDots_1t56g_449{z-index:20;gap:8px;display:flex;position:absolute;bottom:16px;left:50%;transform:translate(-50%)}._dot_1t56g_459{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}._dot_1t56g_459:hover{background:#fff9;transform:scale(1.2)}._dot_1t56g_459._activeDot_1t56g_473{background:#fff;border-radius:4px;width:24px}@media (width<=1280px){._carouselContainer_1t56g_68{min-height:300px}._carouselTrack_1t56g_483{gap:16px}._card_1t56g_262{width:280px;height:200px;padding:46px 20px 20px}._cardTitle_1t56g_335{font-size:18px}._iconLarge_1t56g_444{font-size:70px}}@media (width<=768px){._carouselContainer_1t56g_68{min-height:200px}._carouselHeader_1t56g_129{padding:4px 16px 0}._carouselTitle_1t56g_140{font-size:20px}._carouselContent_1t56g_176{padding:6px 16px 16px}._coverflowViewport_1t56g_220{height:160px}._coverflowTrack_1t56g_229,._coverflowItem_1t56g_235{width:220px;height:140px}._navArrow_1t56g_185{width:36px;height:36px}._navArrowPrev_1t56g_212{left:8px}._navArrowNext_1t56g_216{right:8px}._card_1t56g_262{width:220px;height:140px;padding:38px 16px 16px}._cardTitleBadge_1t56g_335{top:-12px;border-radius:14px;max-width:calc(100% - 56px);padding:8px 12px 9px;inset-inline-start:10px}._cardTitle_1t56g_335{font-size:14px}._cardButton_1t56g_373{padding:6px 12px;font-size:11px}._decorativeIcon_1t56g_432 ._iconLarge_1t56g_444{font-size:50px}}._announcementModal_1t56g_555 .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_1t56g_1;overflow:hidden}._announcementModal_1t56g_555 .ant-modal-body{padding:0}._announcementModal_1t56g_555 .ant-modal-close{color:var(--cyberpunk-text-secondary);transition:color .2s;top:16px;right:16px}._announcementModal_1t56g_555 .ant-modal-close:hover{color:var(--cyberpunk-text-primary)}._imageContainer_1t56g_579{background:#0006;border-radius:24px;justify-content:center;align-items:center;max-width:85vw;max-height:75vh;display:flex;position:relative;overflow:hidden}._modalImage_1t56g_591{object-fit:contain;width:100%;height:auto;max-height:75vh;display:block}._imageOverlay_1t56g_599{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_1t56g_613{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px #00000080;margin:0;font-size:28px;font-weight:700;line-height:1.2}._overlaySubtitle_1t56g_622{color:var(--cyberpunk-text-secondary);margin:0;font-size:16px;line-height:1.5}._overlayButton_1t56g_629{width:fit-content;margin-top:8px;box-shadow:0 0 20px #8b5cf680}._overlayButton_1t56g_629:hover{box-shadow:0 0 30px #8b5cf6cc}._imageLoading_1t56g_638{justify-content:center;align-items:center;min-height:300px;padding:60px;display:flex}._imageLoading_1t56g_638 .ant-spin-dot-item{background-color:var(--cyberpunk-cyan)}._imageError_1t56g_649{min-height:300px;color:var(--cyberpunk-text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:60px;display:flex}._errorIcon_1t56g_660{color:var(--cyberpunk-text-muted);opacity:.6;font-size:60px}._errorText_1t56g_666{color:var(--cyberpunk-text-secondary);margin:0;font-size:16px}@keyframes _modalEntrance_1t56g_1{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._page_15p36_38{padding-inline:max(5%,50vw - 800px)}._text-center_15p36_63{text-align:center}._card_15p36_67{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_15p36_67._compact_15p36_79{transform:scale(1)}._card_15p36_67._compact_15p36_79:hover{transform:scale(1.04)translateY(-10px)}._card_15p36_67: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_15p36_67:hover ._thumbnail_15p36_90{transform:scale(1.08)}._card_15p36_67:hover ._description_15p36_93{opacity:1;transform:translateY(0)}._thumbnail_15p36_90{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_15p36_90:before{content:"";background:linear-gradient(#00000059 0%,#0000000d 40%,#0000 65%);position:absolute;inset:0}._thumbnail_15p36_90:after{content:"";background:#f5f5f526;position:absolute;inset:0}._placeholderIcon_15p36_121{opacity:.3;z-index:1;justify-content:center;align-items:center;font-size:64px;display:flex;position:absolute;inset:0}@container (width<=300px){._placeholderIcon_15p36_121{font-size:32px}}@container (width<=200px){._placeholderIcon_15p36_121{font-size:24px}}._overlay_15p36_142{z-index:2;border-radius:inherit;background:linear-gradient(#0000 40%,#00000026 70%,#00000059 100%);position:absolute;inset:0}._creatorProfile_15p36_150{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_15p36_150:hover{background:#f5f5f5;transform:scale(1.05);box-shadow:0 4px 16px #0003}._creatorProfile_15p36_150 ._profilePic_15p36_172,._creatorProfile_15p36_150 ._profilePicPlaceholder_15p36_173{object-fit:cover;border:1px solid #96969666;border-radius:50%;flex-shrink:0;width:28px;height:28px}._creatorProfile_15p36_150 ._profilePicPlaceholder_15p36_173{color:#ffffffe6;background:#00000047;justify-content:center;align-items:center;padding:6px;font-size:14px;display:flex}._creatorProfile_15p36_150 ._creatorInfo_15p36_190{flex-direction:column;gap:2px;min-width:0;display:flex}._creatorProfile_15p36_150 ._creatorName_15p36_196{color:#374151;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:12px;font-weight:600;overflow:hidden}._creatorProfile_15p36_150 ._institutionName_15p36_205{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;max-width:120px;font-size:10px;overflow:hidden}@container (width<=350px){._creatorProfile_15p36_150{gap:4px;padding:3px 6px 3px 3px}._creatorProfile_15p36_150 ._profilePic_15p36_172,._creatorProfile_15p36_150 ._profilePicPlaceholder_15p36_173{width:22px;height:22px}._creatorProfile_15p36_150 ._creatorName_15p36_196{max-width:80px;font-size:10px}._creatorProfile_15p36_150 ._institutionName_15p36_205{max-width:80px;font-size:9px}}._more_15p36_233{z-index:11;position:absolute;top:8px;right:8px}._more_15p36_233>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_15p36_233>button:hover{background:#0009;transform:scale(1.1)}._more_15p36_233 button:not(:hover)+._more__menu_15p36_258:not(:hover){display:none}._more_15p36_233 ._more__menu_15p36_258:hover{display:block}._more__menu_15p36_258{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_15p36_258 ul{flex-direction:column;align-items:flex-start;gap:8px;margin:0;padding:0;list-style:none;display:flex}._more__menu_15p36_258 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_15p36_258 ul li a:hover{opacity:.8;transform:scale(1.05)}._more__menu_15p36_258 ul li a svg{font-size:16px}@container (width<=300px){._more_15p36_233>button{width:24px;height:24px;font-size:16px}._more__menu_15p36_258{padding:10px 16px}._more__menu_15p36_258 ul li a{gap:8px;font-size:12px}._more__menu_15p36_258 ul li a svg{font-size:14px}}._content_15p36_319{z-index:3;flex-direction:column;justify-content:flex-start;padding:20px;display:flex;position:absolute;inset:0}._hasMeta_15p36_328 ._content_15p36_319{padding-bottom:28px}._ownerCreditHeader_15p36_332{justify-content:space-between;align-items:center;gap:10px;display:flex}._headerRow_15p36_339{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}@container (width<=300px){._content_15p36_319{padding:12px}}@container (width<=200px){._content_15p36_319{padding:8px}}._categoryBadge_15p36_356{-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_15p36_372{height:34px;width:calc((var(--stack-count,1) - 1) * 30px + 40px);align-self:flex-start;transition:width .25s;display:block;position:relative}._categoryStackGrid_15p36_381{flex-direction:column;gap:6px;width:auto;height:auto;display:flex;transform:none}._categoryStackCollapsed_15p36_390{display:block}._categoryStackExpanded_15p36_394{display:none}._categoryRow_15p36_398{gap:6px;display:flex}._categoryStackCompact_15p36_403{height:28px;width:calc((var(--stack-count,1) - 1) * 21px + 28px);transform:translateY(-4px)}._categoryStackGrid_15p36_381._categoryStackCompact_15p36_403{width:auto;height:auto;transform:none}._categoryStackCompact_15p36_403:hover{width:calc((var(--stack-count,1) - 1) * 21px + 28px)}._categoryStackCompact_15p36_403 ._categoryStackItem_15p36_419{aspect-ratio:1;width:28px;left:calc(var(--stack-index) * 21px)}._categoryStackCompact_15p36_403:hover ._categoryStackItem_15p36_419{left:calc(var(--stack-index) * 21px);transform:none;box-shadow:0 4px 10px #00000040}._ownerCreditWrapper_15p36_431:hover ._categoryStackCompact_15p36_403,._ownerCreditWrapper_15p36_431:focus-within ._categoryStackCompact_15p36_403{width:calc((var(--stack-count,1) - 1) * 30px + 28px)}._ownerCreditWrapper_15p36_431:hover ._categoryStackGrid_15p36_381,._ownerCreditWrapper_15p36_431:focus-within ._categoryStackGrid_15p36_381{width:auto}._ownerCreditWrapper_15p36_431:hover ._categoryStackCollapsed_15p36_390,._ownerCreditWrapper_15p36_431:focus-within ._categoryStackCollapsed_15p36_390{display:none}._ownerCreditWrapper_15p36_431:hover ._categoryStackExpanded_15p36_394,._ownerCreditWrapper_15p36_431:focus-within ._categoryStackExpanded_15p36_394{display:flex}._ownerCreditWrapper_15p36_431:hover ._categoryStackCompact_15p36_403 ._categoryStackItem_15p36_419,._ownerCreditWrapper_15p36_431:focus-within ._categoryStackCompact_15p36_403 ._categoryStackItem_15p36_419{left:calc(var(--stack-index) * 30px)}._categoryStackCompact_15p36_403 ._categoryStackFallback_15p36_456{font-size:9px}._categoryStack_15p36_372:hover{width:calc((var(--stack-count,1) - 1) * 40px + 40px)}._categoryStackItem_15p36_419{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_15p36_390 ._categoryStackItem_15p36_419{outline:1px solid #ffffff26;box-shadow:0 10px 18px #00000073,0 0 0 1px #00000040}._categoryStackGrid_15p36_381 ._categoryStackItem_15p36_419{transition:transform .2s,box-shadow .2s;position:static;top:auto;left:auto}._categoryStackGrid_15p36_381 ._categoryStackItem_15p36_419:hover{transform:translateY(-1px);box-shadow:0 6px 14px #0000004d}._categoryStack_15p36_372:hover ._categoryStackItem_15p36_419{left:calc(var(--stack-index) * 40px);transform:translateY(-1px);box-shadow:0 6px 14px #0000004d}._categoryStackFallback_15p36_456{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_15p36_356{padding:4px 8px;font-size:9px}._categoryStack_15p36_372{height:28px;width:calc((var(--stack-count,1) - 1) * 26px + 34px)}._categoryStack_15p36_372:hover{width:calc((var(--stack-count,1) - 1) * 34px + 34px)}._categoryStackItem_15p36_419{aspect-ratio:1;width:34px;left:calc(var(--stack-index) * 26px)}._categoryStack_15p36_372:hover ._categoryStackItem_15p36_419{left:calc(var(--stack-index) * 34px)}._categoryStackFallback_15p36_456{font-size:10px}}._title_15p36_542{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_15p36_542{font-size:22px}}@container (width<=280px){._title_15p36_542{font-size:18px}}@container (width<=200px){._title_15p36_542{-webkit-line-clamp:2;line-clamp:2;font-size:14px}}._description_15p36_93{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_15p36_93{font-size:20px}}@container (width<=280px){._description_15p36_93{-webkit-line-clamp:2;line-clamp:2;font-size:16px}}@container (width<=200px){._description_15p36_93{-webkit-line-clamp:1;line-clamp:1;font-size:14px}}._ownerCreditWrapper_15p36_431{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_15p36_431:hover,._ownerCreditWrapper_15p36_431:focus-within{background:#000000bf;transform:translateY(0);box-shadow:0 -8px 20px #00000040}._ownerCreditCompact_15p36_642{white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex;color:#fffffff2!important}._profilePic_15p36_172,._profilePicPlaceholder_15p36_173{object-fit:cover;border:1px solid #96969666;border-radius:50%;flex-shrink:0;width:22px;height:22px}._profilePicPlaceholder_15p36_173{color:#ffffffe6;background:#00000047;justify-content:center;align-items:center;padding:4px;font-size:12px;display:flex}._ownerName_15p36_672{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}._duplicateIcon_15p36_679{color:#ffd700e6;font-size:12px;transition:opacity .2s}._ownerCreditWrapper_15p36_431:hover ._duplicateIcon_15p36_679,._ownerCreditWrapper_15p36_431:focus-within ._duplicateIcon_15p36_679{opacity:0}._ownerCreditExpanded_15p36_690{opacity:0;flex-direction:column;gap:4px;max-height:0;transition:opacity .35s,max-height .35s;display:flex;overflow:hidden}._categoryStackItemSub_15p36_700{border-radius:6px;width:30px}._categoryStackCompact_15p36_403 ._categoryStackItemSub_15p36_700,._categoryStackGrid_15p36_381 ._categoryStackItemSub_15p36_700{width:24px}._categoryStackGrid_15p36_381 ._categoryStackItemSub_15p36_700 ._categoryStackFallback_15p36_456{font-size:9px}._categoryStackCompact_15p36_403:hover ._categoryStackItemSub_15p36_700{transform:none}._ownerCreditWrapper_15p36_431:hover ._ownerCreditExpanded_15p36_690,._ownerCreditWrapper_15p36_431:focus-within ._ownerCreditExpanded_15p36_690{opacity:1;max-height:120px}._ownerRow_15p36_727{flex-direction:column;gap:2px;display:flex}._ownerNameExpanded_15p36_733{display:none}._institutionName_15p36_205{color:#ffffffb3;text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:10px;overflow:hidden}._creditRow_15p36_746{white-space:nowrap;align-items:center;gap:6px;font-size:11px;font-weight:500;display:inline-flex;color:#ffffffe6!important}._duplicateIconExpanded_15p36_756{color:#ffd700e6;font-size:12px}._creditLabel_15p36_761{text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:600;color:#ffd700e6!important}._creditText_15p36_769{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-weight:500;overflow:hidden;color:#fffffff2!important}._ownerCreditWrapper_15p36_431:hover ._creditText_15p36_769,._ownerCreditWrapper_15p36_431:hover ._institutionName_15p36_205,._ownerCreditWrapper_15p36_431:hover ._ownerName_15p36_672,._ownerCreditWrapper_15p36_431:focus-within ._creditText_15p36_769,._ownerCreditWrapper_15p36_431:focus-within ._institutionName_15p36_205,._ownerCreditWrapper_15p36_431:focus-within ._ownerName_15p36_672{max-width:320px}@container (width<=300px){._ownerCreditWrapper_15p36_431{--footer-peek:32px;padding:6px 8px}._ownerCreditCompact_15p36_642{font-size:10px}._profilePic_15p36_172,._profilePicPlaceholder_15p36_173{width:18px;height:18px}._ownerName_15p36_672{max-width:110px}._creditRow_15p36_746{font-size:9px}._creditLabel_15p36_761{font-size:8px}._creditText_15p36_769{max-width:140px}}@media (width<=768px){._card_15p36_67:hover{transform:translateY(-4px)scale(1.01)}._content_15p36_319{padding:16px}._title_15p36_542,._description_15p36_93{font-size:16px}}._hover_effect_15p36_827{cursor:pointer;transition:transform .2s}._hover_effect_15p36_827:hover{opacity:.8;transform:scale(1.05)}._modal_15p36_836 .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_15p36_836 .ant-modal-close{display:none}._closeIcon_15p36_848{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_15p36_848:hover{background:#0009;transform:scale(1.1)}._modalContent_15p36_871{flex-direction:column;display:flex}._mobileCloseButton_15p36_876{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_15p36_876:hover{background:#000000bf}._hero_15p36_900{background:var(--cyberpunk-dark-2);border-radius:10px 10px 0 0;width:100%;height:380px;position:relative;overflow:hidden}._heroBg_15p36_909{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_15p36_917{background:linear-gradient(135deg, var(--overlay-start) 0%, var(--overlay-end) 100%);opacity:.3;position:absolute;inset:0}._heroContent_15p36_924{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_15p36_900 ._categoryBadge_15p36_356{-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_15p36_900 ._title_15p36_542{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_15p36_970{color:#ffffffe6;gap:24px;font-size:15px;font-weight:500;display:flex}._metaItem_15p36_978{-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_15p36_990{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_15p36_990:hover{opacity:.95;background:#fff3;transform:translateY(-1px)}._metaItemClickable_15p36_990:focus-visible{outline-offset:4px;border-radius:6px;outline:2px solid #ffffffd9}._metaIcon_15p36_1009{opacity:.8;font-size:16px}._creatorAvatar_15p36_1014{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_15p36_1027{object-fit:cover;width:100%;height:100%;display:block}._creatorAvatarIcon_15p36_1034{opacity:.9;font-size:14px}._body_15p36_1039{background:var(--cyberpunk-dark-1);color:var(--cyberpunk-text-primary);padding:32px 40px 40px}._statsBar_15p36_1045{border-bottom:1px solid var(--cyberpunk-glass-border);gap:32px;margin-bottom:24px;padding-bottom:24px;display:flex}._statItem_15p36_1053{color:var(--cyberpunk-text-muted);align-items:center;gap:8px;font-size:15px;display:flex}._statValue_15p36_1061{color:var(--cyberpunk-text-primary);font-weight:700}._statLabel_15p36_1066{color:var(--cyberpunk-text-muted)}._heroCredit_15p36_1070{-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_15p36_1070 svg{color:#ffd700e6;font-size:12px}._heroCredit_15p36_1070 ._creditLabel_15p36_761{color:#ffd700e6;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._heroCredit_15p36_1070 ._creditText_15p36_769{color:#fffffff2;font-weight:500}._categoriesRow_15p36_1103{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_15p36_1116{-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_15p36_1131{-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_15p36_1146{object-fit:cover;border-radius:3px;flex-shrink:0;width:18px;height:18px}._imagePlaceholder_15p36_1154{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;display:flex}._moreIndicator_15p36_1164{-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_15p36_1175{margin-bottom:32px}._sectionTitle_15p36_1179{color:var(--cyberpunk-text-primary);margin-bottom:12px;font-size:18px;font-weight:700}._body_15p36_1039 ._description_15p36_93{color:var(--cyberpunk-text-secondary);white-space:pre-wrap;margin:0;font-size:16px;line-height:1.8}._actions_15p36_1194{flex-direction:column;gap:16px;margin-top:16px;display:flex}._primaryButton_15p36_1201{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_15p36_1214{direction:ltr;align-items:stretch;gap:0;width:100%;display:flex}._primaryButtonWrapper_15p36_1214 ._primaryButton_15p36_1201{box-shadow:none;border-radius:12px 0 0 12px;flex:1}._moreOptionsButton_15p36_1229{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_15p36_1229:hover:not(:disabled){background:var(--cyberpunk-accent-hover,#7c3aed)}._moreOptionsButton_15p36_1229:disabled{opacity:.6;cursor:not-allowed}._secondaryActions_15p36_1254{flex-wrap:wrap;gap:12px;display:flex}._actionButton_15p36_1260{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_15p36_1273{font-size:18px}@media (width<=768px){._hero_15p36_900{height:200px}._heroContent_15p36_924{padding:16px}._hero_15p36_900 ._title_15p36_542{border-radius:8px;padding:4px 10px;font-size:20px}._body_15p36_1039{padding:16px}._statsBar_15p36_1045{gap:12px}._heroMeta_15p36_970{flex-direction:column;gap:6px}._actions_15p36_1194{gap:10px}._categoriesRow_15p36_1103{max-height:calc(100% - 32px);overflow-y:auto}}._page_o344p_38{padding-inline:max(5%,50vw - 800px)}._text-center_o344p_63{text-align:center}._Container_o344p_67{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_o344p_67[data-status=error]{background-color:#e74c3c}._Container_o344p_67[data-visible=true]{top:60px}._page_x1z51_38{padding-inline:max(5%,50vw - 800px)}._text-center_x1z51_63{text-align:center}._lessonConfirmModal_x1z51_67 .ant-modal-confirm{color:#fff}._lessonConfirmModal_x1z51_67 .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_x1z51_67 .ant-modal-header{background:0 0!important;border-bottom:none!important}._lessonConfirmModal_x1z51_67 .ant-modal-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonConfirmModal_x1z51_67 .ant-modal-close{color:#fff9!important}._lessonConfirmModal_x1z51_67 .ant-modal-close:hover{color:#fff!important}._lessonConfirmModal_x1z51_67 .ant-modal-body{color:#ffffffe6!important}._footer_x1z51_97{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}._cancelButton_x1z51_104{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important;border-radius:10px!important}._cancelButton_x1z51_104:hover{background:#ffffff26!important;border-color:#ffffff4d!important}._deleteButton_x1z51_115{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_x1z51_115:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ef444499}._page_og8lv_38{padding-inline:max(5%,50vw - 800px)}._text-center_og8lv_63{text-align:center}._Container_og8lv_67{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_og8lv_81{flex-flow:row;justify-content:center;align-items:center;gap:0;width:100vw;min-height:100vh;padding-block:10vh;display:flex}._Card_og8lv_95{background:#2f3541;border-radius:15px;padding:30px;animation:.3s ease-in-out _popIn_og8lv_1}@keyframes _popIn_og8lv_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._page_1a91l_38{padding-inline:max(5%,50vw - 800px)}._text-center_1a91l_63{text-align:center}._playerModal_1a91l_67{width:100vw!important;max-width:100vw!important;margin:0!important;padding:0!important;top:0!important}._playerModal_1a91l_67 .ant-modal-content{box-shadow:none;background:0 0;border-radius:0;width:100%;padding:0}._playerModal_1a91l_67 .ant-modal-body{width:100%;padding:0}._playerModal_1a91l_67 .ant-modal-mask{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9}._playerContainer_1a91l_90{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_1a91l_90:fullscreen{width:100vw;height:100vh}._playerContainer_1a91l_90:fullscreen ._contentArea_1a91l_105{flex:1}._loadingOverlay_1a91l_109{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_1a91l_109._fadingOut_1a91l_125{opacity:0;pointer-events:none;transform:scale(8)}._loadingContent_1a91l_131{flex-direction:column;align-items:center;gap:24px;transition:transform 1s ease-out;display:flex;transform:scale(1)}._fadingOut_1a91l_125 ._loadingContent_1a91l_131{transform:scale(5)}._loadingLogo_1a91l_143{object-fit:contain;filter:drop-shadow(0 0 30px #7877c699);width:120px;height:120px;animation:2s ease-in-out infinite _logoFloat_1a91l_1,2s ease-in-out infinite _logoPulse_1a91l_1}._fadingOut_1a91l_125 ._loadingLogo_1a91l_143{animation:2s ease-in-out infinite _logoFloat_1a91l_1,2s ease-in-out infinite _logoPulse_1a91l_1,1s ease-out forwards _logoExpandOut_1a91l_1}._loadingText_1a91l_154{color:#e8e8f0;text-shadow:0 2px 8px #00000080;font-size:1.1rem;font-weight:500;animation:2s ease-in-out infinite _textFade_1a91l_1}._fadingOut_1a91l_125 ._loadingText_1a91l_154{animation:.5s ease-out forwards _textFadeOut_1a91l_1}@keyframes _logoFloat_1a91l_1{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(5deg)}}@keyframes _logoPulse_1a91l_1{0%,to{opacity:1;filter:drop-shadow(0 0 30px #7877c699)}50%{opacity:.8;filter:drop-shadow(0 0 50px #8a2be2cc)}}@keyframes _textFade_1a91l_1{0%,to{opacity:1}50%{opacity:.6}}@keyframes _logoExpandOut_1a91l_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_1a91l_1{0%{opacity:1}to{opacity:0}}._orientationOverlay_1a91l_215{-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_1a91l_1;display:flex;position:absolute;inset:0}._orientationContent_1a91l_230{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:90%;padding:32px;display:flex}._orientationContent_1a91l_230 h3{color:#e8e8f0;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.5rem;font-weight:600}._orientationContent_1a91l_230 p{color:#b8b8c8;text-shadow:0 1px 4px #00000080;margin:0;font-size:1rem;line-height:1.6}._rotateIcon_1a91l_254{color:#7877c6e6;filter:drop-shadow(0 0 20px #7877c699);font-size:5rem;animation:2s ease-in-out infinite _rotateDevice_1a91l_1}@keyframes _rotateDevice_1a91l_1{0%,to{transform:rotate(0)}25%{transform:rotate(-90deg)}75%{transform:rotate(-90deg)}}@keyframes _fadeIn_1a91l_1{0%{opacity:0}to{opacity:1}}._errorOverlay_1a91l_280{-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_1a91l_1;display:flex;position:absolute;inset:0}._errorContent_1a91l_295{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_1a91l_295{border-radius:12px;gap:16px;max-width:calc(100vw - 32px);margin:0 16px;padding:24px 16px}}._errorContent_1a91l_295 h3{color:#e8e8f0;text-shadow:0 2px 8px #00000080;margin:0;font-size:1.5rem;font-weight:600}@media (width<=768px){._errorContent_1a91l_295 h3{font-size:1.25rem}}._errorContent_1a91l_295 p{color:#b8b8c8;text-shadow:0 1px 4px #00000080;margin:0;font-size:1rem;line-height:1.6}@media (width<=768px){._errorContent_1a91l_295 p{font-size:.9rem;line-height:1.5}}._errorIcon_1a91l_344{filter:drop-shadow(0 0 20px #ff646499);font-size:4rem;animation:2s ease-in-out infinite _errorPulse_1a91l_1}@media (width<=768px){._errorIcon_1a91l_344{font-size:3rem}}._retryButton_1a91l_355{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_1a91l_355{padding:10px 24px;font-size:.9rem}}._retryButton_1a91l_355:hover{background:linear-gradient(135deg,#8a2be2,#7877c6);transform:translateY(-2px);box-shadow:0 6px 24px #7877c680}._retryButton_1a91l_355:active{transform:translateY(0)}._mobileErrorOverlay_1a91l_382{z-index:150;width:calc(100vw - 48px);max-width:320px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._mobileErrorCard_1a91l_392{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_1a91l_406{margin-bottom:4px;font-size:2.5rem}._mobileErrorTitle_1a91l_411{color:#e8e8f0;margin:0;font-size:1.1rem;font-weight:600;line-height:1.3}._mobileErrorMessage_1a91l_419{color:#b8b8c8;margin:0;font-size:.85rem;line-height:1.4}._mobileRetryButton_1a91l_426{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_1a91l_426:active{opacity:.9;transform:scale(.98)}@keyframes _errorPulse_1a91l_1{0%,to{opacity:1;filter:drop-shadow(0 0 20px #ff646499)}50%{opacity:.7;filter:drop-shadow(0 0 30px #ff6464e6)}}._header_1a91l_454{-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_1a91l_466{flex-direction:column;gap:4px;display:flex}._lessonTitle_1a91l_472{color:#e8e8f0;text-shadow:0 2px 4px #0000004d;font-size:1.1rem;font-weight:600}._partIndicator_1a91l_479{color:#b8b8d0cc;font-size:.9rem}._closeButton_1a91l_484{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_1a91l_484:hover{background:#ff52524d;border-color:#ff525280;transform:scale(1.05)}._closeButton_1a91l_484 svg{width:18px;height:18px}._embedNotice_1a91l_507{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_1a91l_105{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_1a91l_105._visible_1a91l_527{opacity:1;transform:scale(1)}._contentArea_1a91l_105>*{width:100%;height:100%;position:absolute;top:0;left:0}._panoramicContainer_1a91l_539{border:1px solid #7877c64d;border-radius:12px;width:100%;height:100%;overflow:hidden;box-shadow:0 8px 32px #0006,0 0 60px #7877c633}._panoramicContainer_1a91l_539>*{width:100%;height:100%}._screensContainer_1a91l_552{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_1a91l_552._fourScreens_1a91l_564{box-shadow:none;border:none;border-radius:0;grid-template-columns:repeat(4,1fr);gap:12px}._screenWrapper_1a91l_572{width:100%;height:100%;box-shadow:none;background:#0006;border:none;border-radius:0;transition:all .3s;position:relative;overflow:hidden}._fourScreens_1a91l_564 ._screenWrapper_1a91l_572{aspect-ratio:16/9;border:1px solid #7877c640;border-radius:8px;height:auto;box-shadow:0 4px 16px #0000004d,0 0 30px #7877c61a}._fourScreens_1a91l_564 ._screenWrapper_1a91l_572:hover{border-color:#7877c680;box-shadow:0 6px 24px #0006,0 0 40px #7877c633}._emptyScreen_1a91l_595{color:#b8b8d080;background:linear-gradient(135deg,#1e1e28cc,#14141ecc);justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}._noContent_1a91l_606{color:#b8b8d099;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.2rem;display:flex}._controllerBar_1a91l_616{-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_1a91l_629,._playbackControls_1a91l_630,._secondaryControls_1a91l_631{align-items:center;gap:8px;display:flex}._controlButton_1a91l_637{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_1a91l_637:hover:not(:disabled){background:#7877c659;border-color:#7877c6b3;transform:scale(1.08);box-shadow:0 0 20px #7877c666}._controlButton_1a91l_637:disabled{opacity:.4;cursor:not-allowed}._controlButton_1a91l_637 svg{width:18px;height:18px}._controlButton_1a91l_637._playButton_1a91l_664{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_1a91l_637._playButton_1a91l_664:hover:not(:disabled){transform:scale(1.1);box-shadow:0 6px 24px #7877c699,0 0 32px #8a2be266}._controlButton_1a91l_637._playButton_1a91l_664 svg{width:22px;height:22px}._progressSection_1a91l_680{flex:1;align-items:center;gap:12px;min-width:200px;max-width:400px;display:flex}._timeDisplay_1a91l_689{color:#b8b8d0cc;font-variant-numeric:tabular-nums;text-align:center;min-width:45px;font-size:.85rem}._progressBar_1a91l_697{appearance:none;cursor:pointer;background:0 0;border-radius:8px;outline:none;flex:1;height:16px;position:relative}._progressBar_1a91l_697::-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_1a91l_697::-webkit-slider-thumb:hover{transform:scale(1.2)}._progressBar_1a91l_697::-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_1a91l_697::-moz-range-thumb:hover{transform:scale(1.2)}._progressBar_1a91l_697::-webkit-slider-runnable-track{background:#ffffff26;border-radius:3px;height:6px}._progressBar_1a91l_697::-moz-range-track{background:#ffffff26;border-radius:3px;height:6px}._progressBar_1a91l_697::-moz-range-progress{background:linear-gradient(90deg,#7877c6cc,#8a2be2cc);border-radius:3px 0 0 3px;height:6px}._panoramaScreen_1a91l_752{background:#000;width:100%;height:100%}._panoramaScreen_1a91l_752 canvas{display:block;width:100%!important;height:100%!important}._regularMediaContainer_1a91l_763{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._regularVideo_1a91l_772,._regularImage_1a91l_773{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%}._mediaScreen360_1a91l_781{background:#000;width:100%;height:100%}._mediaScreen360_1a91l_781 canvas{display:block;width:100%!important;height:100%!important}._mediaScreenVideo_1a91l_792{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._video_1a91l_801{object-fit:contain;background:#000;width:100%;height:100%}._mediaScreenImage_1a91l_808{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._image_1a91l_817{object-fit:contain;background:#000;width:100%;height:100%}._mediaScreenBrowser_1a91l_824{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._browserIframe_1a91l_833{border:none;width:100%;height:100%;display:block}@media (width<=1200px){._controllerBar_1a91l_616{gap:16px;padding:12px 16px}._progressSection_1a91l_680{max-width:300px}}@media (width<=768px){._screensContainer_1a91l_552{grid-template-columns:1fr;gap:8px}._screensContainer_1a91l_552._fourScreens_1a91l_564{grid-template-columns:repeat(2,1fr)}._playerContainer_1a91l_90{height:auto;min-height:100vh}._contentArea_1a91l_105{padding:8px}._controllerBar_1a91l_616{gap:12px;padding:12px}._controlButton_1a91l_637{width:40px;height:40px}._controlButton_1a91l_637._playButton_1a91l_664{width:50px;height:50px}._progressSection_1a91l_680{order:10;width:100%;max-width:none}}._page_w6itz_38{padding-inline:max(5%,50vw - 800px)}._text-center_w6itz_63{text-align:center}._dropdown_w6itz_67{width:100%;position:relative}._dropdownLabel_w6itz_72{color:#f8f9fa;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;font-weight:600;display:flex}._dropdownContainer_w6itz_82{position:relative}._dropdownButton_w6itz_86{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_w6itz_86:hover:not(._disabled_w6itz_100){border-color:#adb5bd}._dropdownButton_w6itz_86:focus:not(._disabled_w6itz_100){border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}._dropdownButton_w6itz_86._disabled_w6itz_100{color:#6c757d;cursor:not-allowed;background:#343a40;border-color:#495057}._dropdownButton_w6itz_86 span{text-align:left;flex:1}._chevron_w6itz_119{color:#6c757d;transition:transform .2s}._chevronUp_w6itz_124{transform:rotate(180deg)}._dropdownMenu_w6itz_128{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_w6itz_143{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_w6itz_155{color:#007bff;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px}._clearButton_w6itz_155:hover{text-decoration:underline}._options_w6itz_167{max-height:150px;overflow-y:auto}._option_w6itz_167{cursor:pointer;color:#f8f9fa;align-items:center;padding:8px 16px;transition:background-color .2s;display:flex}._option_w6itz_167:hover{background:#343a40}._option_w6itz_167 input{margin:0 8px 0 0}._option_w6itz_167 input:disabled{cursor:not-allowed}._checkmark_w6itz_191{margin-right:8px}._optionImageWrap_w6itz_195{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_w6itz_195{object-fit:cover;width:100%;height:100%;display:block}._optionLabel_w6itz_216{flex:1;font-size:14px}[data-rtl=true] ._dropdownButton_w6itz_86 span{text-align:right}[data-rtl=true] ._option_w6itz_167 input,[data-rtl=true] ._checkmark_w6itz_191{margin-left:8px;margin-right:0}._page_13baq_39{padding-inline:max(5%,50vw - 800px)}._text-center_13baq_64{text-align:center}._overlay_13baq_68{-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_13baq_88{color:#fff;z-index:1;border-radius:16px;max-height:90vh;animation:.3s ease-out _popupSlideIn_13baq_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_13baq_106{border-bottom:1px solid #495057;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 24px 0;display:flex}._header_13baq_106 ._title_13baq_114{color:#fff;margin:0;font-size:24px;font-weight:700}._header_13baq_106 ._closeButton_13baq_120{cursor:pointer;color:#adb5bd;z-index:2;background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s}._header_13baq_106 ._closeButton_13baq_120:hover{color:#fff;background:#495057}._content_13baq_135{width:100%;max-height:calc(90vh - 100px);padding:0 24px 24px;overflow-y:auto}._formGroup_13baq_142{width:100%;margin-bottom:20px;position:relative}._formGroup_13baq_142 ._label_13baq_147{color:#fff;margin-bottom:8px;font-size:14px;font-weight:600;display:block}._formGroup_13baq_142 .input-group__input__label{color:#fff!important}._formGroup_13baq_142 .input-container{background:0 0;border:none;margin:0;padding:0}._formGroup_13baq_142 input,._formGroup_13baq_142 textarea{box-sizing:border-box;width:100%;margin:0}._hasError_13baq_169 ._label_13baq_147,._hasError_13baq_169 .input-group__input__label{color:#ff6b6b!important}._hasError_13baq_169 .input-group__input{border-color:#ff6b6b}._formGroup_13baq_142>div{width:100%;margin:0;padding:0}._formGroup_13baq_142>div:first-child:not(._label_13baq_147){box-shadow:none;background:0 0;border:none}._formRow_13baq_190{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:20px;display:grid}@media (width<=768px){._formRow_13baq_190{grid-template-columns:1fr;gap:12px}}._dropdown_13baq_204{width:100%!important}._dropdown_13baq_204 label{color:#fff!important}._dropdownError_13baq_211 label{color:#ff6b6b!important}._thumbnailUpload_13baq_215{flex-direction:column;gap:12px;width:100%;display:flex}._thumbnailUpload_13baq_215 ._hiddenInput_13baq_221{display:none}._thumbnailUpload_13baq_215 ._uploadButton_13baq_224{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_13baq_215 ._uploadButton_13baq_224:hover{color:#007bff;background:#1e3a5f;border-color:#007bff}._thumbnailUpload_13baq_215 ._uploadButton_13baq_224:disabled{cursor:not-allowed;opacity:.6}._thumbnailUpload_13baq_215 ._uploadButton_13baq_224:disabled:hover{color:#f8f9fa;background:#495057;border-color:#6c757d}._thumbnailUpload_13baq_215 ._thumbnailPreviewRow_13baq_253{align-items:center;gap:12px;display:flex}._thumbnailUpload_13baq_215 ._thumbnailPreview_13baq_253{border:2px solid #6c757d;border-radius:8px;width:120px;height:80px;position:relative;overflow:hidden}._thumbnailUpload_13baq_215 ._thumbnailPreview_13baq_253 img{object-fit:cover;width:100%;height:100%}._thumbnailUpload_13baq_215 ._editButton_13baq_271{color:#f8f9fa;cursor:pointer;background:#495057;border:1px solid #6c757d;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;transition:all .2s;display:flex}._thumbnailUpload_13baq_215 ._editButton_13baq_271:hover{color:#007bff;background:#1e3a5f;border-color:#007bff}._thumbnailUpload_13baq_215 ._editButton_13baq_271:disabled{cursor:not-allowed;opacity:.6}._error_13baq_295{color:#ff6b6b;margin-top:4px;font-size:12px;font-weight:500;display:block}._error_13baq_295[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_13baq_295[id=thumbnail-error]:before{content:"⚠️";font-size:14px}._helperText_13baq_319{color:#adb5bd;margin-top:6px;font-size:12px;line-height:1.4;display:block}._readOnlyField_13baq_327 .input-group__input{opacity:.65;cursor:default;background:#ffffff0a;border-style:dashed}._readOnlyField_13baq_327 input[readonly]{cursor:default;color:#ffffffb3;-webkit-user-select:text;user-select:text}._generalError_13baq_339{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;margin-bottom:20px;padding:12px 16px;font-size:14px}._actions_13baq_349{border-top:1px solid #495057;justify-content:flex-end;gap:12px;width:100%;padding-top:20px;display:flex}._actions_13baq_349 button{min-width:120px;padding:12px 24px;font-weight:600}[data-rtl=true] ._overlay_13baq_68,[data-rtl=true] ._popup_13baq_88{direction:rtl}[data-rtl=true] ._header_13baq_106 ._title_13baq_114{text-align:right}[data-rtl=true] ._formRow_13baq_190{direction:rtl}[data-rtl=true] ._actions_13baq_349{direction:rtl;justify-content:flex-start}[data-rtl=true] ._thumbnailUpload_13baq_215 ._uploadButton_13baq_224,[data-rtl=true] ._error_13baq_295,[data-rtl=true] ._error_13baq_295[id=thumbnail-error]{text-align:right}[data-rtl=true] ._error_13baq_295[id=thumbnail-error]:before{order:1;margin-left:6px;margin-right:0}@keyframes _popupSlideIn_13baq_1{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (width<=480px){._overlay_13baq_68{padding:10px!important}._popup_13baq_88{max-height:95vh;min-width:300px!important;max-width:calc(100vw - 20px)!important}._header_13baq_106{margin-bottom:16px;padding:16px 16px 0}._header_13baq_106 ._title_13baq_114{font-size:20px}._content_13baq_135{padding:0 16px 16px}._thumbnailUpload_13baq_215 ._thumbnailPreview_13baq_253{width:100px;height:66px}._actions_13baq_349{flex-direction:column-reverse;gap:8px}._actions_13baq_349 button{width:100%;min-width:auto}[data-rtl=true] ._actions_13baq_349{flex-direction:column}}._touchSupportGroup_13baq_439{flex-wrap:wrap;gap:15px;width:100%;margin-top:8px;display:flex}@media (width<=768px){._touchSupportGroup_13baq_439{flex-direction:column;gap:10px}}._radioLabel_13baq_453{cursor:pointer;align-items:center;gap:8px;font-size:14px;font-weight:500;display:flex}._radioLabel_13baq_453 input[type=radio]{cursor:pointer;width:16px;height:16px}._radioLabel_13baq_453 ._radioText_13baq_466{-webkit-user-select:none;user-select:none;white-space:nowrap}._radioLabel_13baq_453:hover ._radioText_13baq_466{color:#007bff}._overlay_13baq_68 *{box-sizing:border-box}._popup_13baq_88{grid-column:unset!important;grid-row:unset!important;flex:none!important;display:block!important}._page_ghxc8_38{padding-inline:max(5%,50vw - 800px)}._text-center_ghxc8_63{text-align:center}._dragPreview_ghxc8_67{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_ghxc8_78{height:80px;position:relative;overflow:hidden}._dragPreview__head_ghxc8_78 ._thumbnail_ghxc8_83{width:100%;height:100%}._dragPreview__head_ghxc8_78 ._thumbnail_ghxc8_83 img{object-fit:cover;border-radius:0;width:100%;height:100%}._dragPreview__body_ghxc8_93{flex-direction:column;gap:6px;padding:8px 12px 12px;display:flex}._dragPreview__body_ghxc8_93 ._title_ghxc8_99{color:#333;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8rem;font-weight:600;line-height:1.2;overflow:hidden}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109{flex-wrap:wrap;align-items:center;gap:6px;font-size:.7rem;display:flex}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109 ._statItem_ghxc8_116{color:#666;align-items:center;gap:3px;font-size:.65rem;display:flex}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109 ._statItem_ghxc8_116 span{font-weight:500}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109 ._gameTag_ghxc8_126{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_ghxc8_93 ._stats_ghxc8_109 ._categoryInfo_ghxc8_138{gap:4px;display:flex}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109 ._categoryInfo_ghxc8_138 ._categoryTag_ghxc8_142{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_ghxc8_93 ._stats_ghxc8_109 ._categoryInfo_ghxc8_138 ._categoryTagImage_ghxc8_154{object-fit:cover;width:100%;height:100%;display:block}._dragPreview_ghxc8_67[data-rtl=true]{transform:rotate(2deg)}._dragPreview_ghxc8_67[data-rtl=true] ._dragPreview__body_ghxc8_93 ._stats_ghxc8_109{direction:rtl}@media (prefers-color-scheme:dark){._dragPreview_ghxc8_67{background:#2d2d2df2;border-color:#4dabf7}._dragPreview__body_ghxc8_93 ._title_ghxc8_99{color:#fff}._dragPreview__body_ghxc8_93 ._stats_ghxc8_109 ._statItem_ghxc8_116{color:#ccc}}._page_1a1au_38{padding-inline:max(5%,50vw - 800px)}._text-center_1a1au_63{text-align:center}._modal_1a1au_67 .ant-modal-content{border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 40px #0006}._modal_1a1au_67 .ant-modal-close{display:none}._mobileModal_1a1au_77 .ant-modal-content{border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto}._closeIcon_1a1au_83{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_1a1au_83:hover{background:#0009;transform:scale(1.1)}._modalContent_1a1au_106{flex-direction:column;display:flex}._hero_1a1au_111{background:var(--cyberpunk-dark-2);border-radius:10px 10px 0 0;width:100%;height:300px;position:relative;overflow:hidden}._heroBg_1a1au_120{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_1a1au_128{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_1a1au_138{color:#ffffff59;font-size:80px}._heroContent_1a1au_143{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_1a1au_154{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_1a1au_170{flex-wrap:wrap;gap:10px;display:flex}._metaItem_1a1au_176{-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_1a1au_176 p{color:inherit;margin:0}._metaIcon_1a1au_195{opacity:.8;font-size:15px}._creatorAvatar_1a1au_200{object-fit:cover;border-radius:50%;flex-shrink:0;width:18px;height:18px}._body_1a1au_208{background:var(--cyberpunk-dark-1);color:var(--cyberpunk-text-primary);padding:32px 40px 40px}._touchIndicator_1a1au_214{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_1a1au_214 img{object-fit:contain;width:24px;height:24px}._touchIndicator_1a1au_214 p{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._touchIndicator_1a1au_214[data-touch-enabled=true]{background:#4caf501a;border-color:#4caf504d}._touchIndicator_1a1au_214[data-touch-enabled=false] img{opacity:.5;filter:grayscale()}._descriptionSection_1a1au_243{border-bottom:1px solid var(--cyberpunk-glass-border);margin-bottom:20px;padding-bottom:20px}._descriptionSection_1a1au_243 p{color:var(--cyberpunk-text-secondary);margin:0;font-size:15px;line-height:1.8}._categories_1a1au_255{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}._categoryTag_1a1au_262{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_1a1au_275{border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:13px;display:flex;overflow:hidden}._categoryTagImage_1a1au_287{object-fit:cover;width:100%;height:100%;display:block}._actions_1a1au_294{flex-direction:column;gap:14px;padding-top:20px;display:flex}._primaryButton_1a1au_301{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_1a1au_314{flex-wrap:wrap;gap:12px;display:flex}._actionButton_1a1au_320{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_1a1au_333{font-size:18px}@media (width<=768px){._hero_1a1au_111{height:200px}._heroContent_1a1au_143{padding:16px}._title_1a1au_154{border-radius:8px;padding:4px 10px;font-size:22px}._heroMeta_1a1au_170{gap:8px}._body_1a1au_208{padding:20px}._actions_1a1au_294{gap:10px}._actionButton_1a1au_320{flex:100%}}._shareActiveButton_1a1au_362{color:#7877c6!important;background:#7877c626!important;border-color:#7877c699!important}._shareActiveButton_1a1au_362:hover{background:#7877c640!important}._page_y0rph_38{padding-inline:max(5%,50vw - 800px)}._text-center_y0rph_63{text-align:center}._card_y0rph_67{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_y0rph_67:hover:not(._dragging_y0rph_79){border-color:#fff3;transform:scale(1.03);box-shadow:0 8px 20px #0006}._card_y0rph_67:hover:not(._dragging_y0rph_79) ._titleOverlay_y0rph_84{opacity:1}._card_y0rph_67:hover:not(._dragging_y0rph_79) ._thumbnail_y0rph_87{transform:scale(1.05)}._card_y0rph_67:focus-visible{outline-offset:2px;outline:2px solid #7bb8fff2;box-shadow:0 0 0 4px #7bb8ff40,0 8px 20px #0006}._card_y0rph_67[draggable=true]{cursor:grab}._card_y0rph_67[draggable=true]:active{cursor:grabbing}._card_y0rph_67._dragging_y0rph_79{opacity:.8;z-index:1000;border:2px solid #007bffb3;transform:scale(.98)rotate(1deg);box-shadow:0 12px 35px #007bff66;cursor:grabbing!important}._card_y0rph_67._dragging_y0rph_79 *{cursor:grabbing!important}._thumbnail_y0rph_87{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_y0rph_125{color:#fff3;z-index:1;font-size:52px}._overlay_y0rph_131{z-index:2;background:linear-gradient(#00000059 0%,#0000001a 50%,#000000e0 100%);position:absolute;inset:0}._titleOverlay_y0rph_84{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_y0rph_84{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}._creatorMeta_y0rph_161{color:#ffffffd1;align-items:center;gap:4px;margin-bottom:6px;font-size:10px;font-weight:600;line-height:1.2;display:flex}._creatorMeta_y0rph_161 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._creatorAvatar_y0rph_177{object-fit:cover;border-radius:50%;flex-shrink:0;width:14px;height:14px}._cardMeta_y0rph_185{flex-wrap:wrap;align-items:center;gap:4px;display:flex}._categoryStack_y0rph_192{align-items:center;gap:0;transition:gap .25s;display:flex}._categoryStack_y0rph_192 ._categoryTag_y0rph_198{margin-inline-start:-6px;transition:margin .25s,transform .2s;box-shadow:0 0 0 1.5px #00000080}._categoryStack_y0rph_192 ._categoryTag_y0rph_198:first-child{margin-inline-start:0}._categoryStack_y0rph_192:hover ._categoryTag_y0rph_198{margin-inline-start:2px}._categoryStack_y0rph_192:hover ._categoryTag_y0rph_198:first-child{margin-inline-start:0}._categoryTag_y0rph_198{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_y0rph_228{object-fit:cover;width:100%;height:100%;display:block}._categoryTagFallback_y0rph_235{font-size:12px;line-height:1}._gradeTag_y0rph_240{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_y0rph_254{color:#ffffff80;align-items:center;gap:3px;margin-inline-start:auto;font-size:10px;display:flex}._touchBadge_y0rph_263{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_y0rph_263 img{object-fit:contain;width:100%;height:100%}._touchBadge_y0rph_263._touchDisabled_y0rph_283{position:absolute}._touchBadge_y0rph_263._touchDisabled_y0rph_283: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_y0rph_263._touchDisabled_y0rph_283 img{opacity:.8;filter:grayscale(30%)}[data-rtl=true] ._touchBadge_y0rph_263{left:auto;right:8px}._topActions_y0rph_308{z-index:5;align-items:center;gap:4px;display:flex;position:absolute;top:8px;right:8px}._copyIconButton_y0rph_318{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_y0rph_318:hover{color:#fff;background:#7877c6b3;border-color:#7877c6cc}[data-rtl=true] ._topActions_y0rph_308{left:8px;right:auto}._menuButton_y0rph_344{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_y0rph_344:hover{color:#fff;background:#ffffff26}._hover_effect_y0rph_364{cursor:pointer;transition:all .2s}._hover_effect_y0rph_364:hover{opacity:.85}@media (width<=768px){._card_y0rph_67{border-radius:12px}._titleOverlay_y0rph_84{padding:10px 12px}._title_y0rph_84{font-size:13px}}body.dragging-game,body.dragging-game *{cursor:grabbing!important}._page_yghxu_38{padding-inline:max(5%,50vw - 800px)}._text-center_yghxu_63{text-align:center}@keyframes _te-levitate_yghxu_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_yghxu_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_yghxu_83 .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_yghxu_83 .ant-modal-close{display:none}@media (prefers-reduced-motion:reduce){._modal_yghxu_83,._modal_yghxu_83 *,._modal_yghxu_83:before,._modal_yghxu_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._mobileModal_yghxu_103 .ant-modal-content{border-radius:20px 20px 0 0;max-height:90vh;overflow-y:auto}._tourViewerModal_yghxu_109 .ant-modal-content{background:#000;border-radius:16px;overflow:hidden}._tourViewerModal_yghxu_109 .ant-modal-close{color:#fff;z-index:100}._closeIcon_yghxu_119{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_yghxu_119:hover{background:#0009;transform:scale(1.1)}._modalContent_yghxu_142{flex-direction:column;display:flex}._hero_yghxu_147{background:#232340;border-radius:10px 10px 0 0;width:100%;height:320px;position:relative;overflow:hidden}._heroBg_yghxu_156{background-position:50%;background-size:cover;border-radius:10px 10px 0 0;position:absolute;inset:0}._heroPlaceholder_yghxu_164{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_yghxu_174{color:#ffffff59;font-size:80px}._heroContent_yghxu_179{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_yghxu_190{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_yghxu_206{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}._metaItem_yghxu_213{-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_yghxu_213 p{color:inherit;margin:0}._metaIcon_yghxu_232{opacity:.8;font-size:15px}._publishedBadge_yghxu_237{-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_yghxu_250{color:#e8e8f0;background:#1a1a2e;padding:32px 40px 40px}._descriptionSection_yghxu_256{border-bottom:1px solid #ffffff1f;margin-bottom:28px;padding-bottom:28px}._sectionTitle_yghxu_262{color:#e8e8f0;margin-bottom:10px;font-size:17px;font-weight:700}._bodyDescription_yghxu_269{color:#b8b8d0;white-space:pre-wrap;margin:0;font-size:15px;line-height:1.8}._actions_yghxu_277{flex-direction:column;gap:14px;padding-top:20px;display:flex}._primaryButton_yghxu_284{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_yghxu_297{flex-wrap:wrap;gap:12px;display:flex}._actionButton_yghxu_303{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_yghxu_318{font-size:18px}@media (width<=768px){._hero_yghxu_147{height:220px}._heroContent_yghxu_179{padding:16px}._title_yghxu_190{border-radius:8px;padding:4px 10px;font-size:22px}._heroMeta_yghxu_206{gap:8px}._body_yghxu_250{padding:20px}._actions_yghxu_277{gap:10px}._actionButton_yghxu_303{flex:100%}}._page_ccf6b_38{padding-inline:max(5%,50vw - 800px)}._text-center_ccf6b_63{text-align:center}@keyframes _te-levitate_ccf6b_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ccf6b_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_ccf6b_83{-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_ccf6b_83:hover{background:#0006}._track_ccf6b_83._dragging_ccf6b_97{cursor:grabbing;background:#00000080}@media (prefers-reduced-motion:reduce){._track_ccf6b_83,._track_ccf6b_83 *,._track_ccf6b_83:before,._track_ccf6b_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._horizontal_ccf6b_110{height:12px;bottom:0;left:0;right:0}._vertical_ccf6b_117{width:12px;top:0;bottom:0;right:0}._thumb_ccf6b_124{cursor:grab;background:linear-gradient(135deg,#7877c699,#7877c666);border-radius:4px;transition:background .2s;position:absolute;box-shadow:0 2px 4px #0000004d}._horizontal_ccf6b_110 ._thumb_ccf6b_124{min-width:20px;height:100%}._vertical_ccf6b_117 ._thumb_ccf6b_124{width:100%;min-height:20px}._thumb_ccf6b_124:hover{background:linear-gradient(135deg,#7877c6cc,#7877c699);box-shadow:0 0 8px #7877c699}._dragging_ccf6b_97 ._thumb_ccf6b_124{cursor:grabbing;background:linear-gradient(135deg,#7877c6e6,#7877c6b3);box-shadow:0 0 12px #7877c6cc}._page_1799n_38{padding-inline:max(5%,50vw - 800px)}._text-center_1799n_63{text-align:center}@keyframes _te-levitate_1799n_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1799n_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_1799n_83{pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}@media (prefers-reduced-motion:reduce){._boxViewport_1799n_83,._boxViewport_1799n_83 *,._boxViewport_1799n_83:before,._boxViewport_1799n_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._boxContainer_1799n_100{pointer-events:auto;transform-origin:50%;box-sizing:border-box;position:relative}._boxContainer_1799n_100:not(._ready_1799n_106){opacity:0;pointer-events:none;transform:scale(.95)}._boxContainer_1799n_100._previewMode_1799n_111 ._box_1799n_83{-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_1799n_100._previewMode_1799n_111._appearing_1799n_117{animation:.15s cubic-bezier(.34,1.56,.64,1) _expandFromCenterPreview_1799n_1}._boxContainer_1799n_100._previewMode_1799n_111._disappearing_1799n_120{animation:.15s ease-in-out forwards _shrinkToCenterPreview_1799n_1}._boxContainer_1799n_100._appearing_1799n_117{animation:.15s cubic-bezier(.34,1.56,.64,1) _expandFromCenter_1799n_1}._boxContainer_1799n_100._disappearing_1799n_120{animation:.15s ease-in-out forwards _shrinkToCenter_1799n_1}@keyframes _fadeIn_1799n_1{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes _expandFromCenter_1799n_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _shrinkToCenter_1799n_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}@keyframes _expandFromCenterPreview_1799n_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _shrinkToCenterPreview_1799n_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(0)}}._box_1799n_83{-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_1799n_83: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_1799n_83>*{z-index:2;position:relative}._unlocking_1799n_210 ._content_1799n_210{opacity:0;pointer-events:none;transition:opacity .18s ease-in-out}._unlocking_1799n_210 ._unlockOverlay_1799n_215{justify-content:center;align-items:center;display:flex}._unlocking_1799n_210 ._lockIconClosed_1799n_220{opacity:0;transform:scale(.9)translateY(2px)rotate(6deg)}._unlocking_1799n_210 ._lockIconOpen_1799n_224{opacity:1;transform:scale(1)translateY(0)rotate(0)}._unlockOverlay_1799n_215{z-index:10001;pointer-events:none;background:0 0;display:none;position:absolute;inset:0}._unlockOverlay_1799n_215 ._unlockContent_1799n_237{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;animation:.9s cubic-bezier(.2,.9,.3,1) forwards _unlockPop_1799n_1;display:flex;transform:translateY(0)}._unlockOverlay_1799n_215 ._unlockIcon_1799n_247{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_1799n_1;transform:scale(.6)rotate(-6deg)translateY(6px)}._unlockOverlay_1799n_215 ._unlockText_1799n_255{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_1799n_1}@keyframes _unlockPop_1799n_1{0%{opacity:0;transform:scale(.92)}40%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes _unlockIconPop_1799n_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_1799n_1{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}._unlockFadeOut_1799n_302{animation:.6s ease-in-out forwards _unlockFade_1799n_302}@keyframes _unlockFade_1799n_302{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}._errorFlash_1799n_316{border-color:#ff4757f2;animation:.6s ease-in-out _errorPulse_1799n_1;box-shadow:0 0 0 6px #ff47572e,0 12px 48px #00000073,inset 0 0 30px #ff475714}@keyframes _errorPulse_1799n_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_1799n_340{animation:.8s cubic-bezier(.36,.07,.19,.97) both _largeShake_1799n_1}@keyframes _largeShake_1799n_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_1799n_379{-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_1799n_393{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_1799n_406{flex:auto;align-items:center;min-width:0;display:flex}._titleWrapper_1799n_406 .ant-tooltip-trigger{flex:auto;width:100%;min-width:0;display:flex}._titleTooltip_1799n_420{z-index:12000;max-width:min(320px,82vw)}._titleTooltip_1799n_420 .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_1799n_420 .ant-tooltip-arrow{color:#0a0a14eb}._titleInteractive_1799n_440{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_1799n_440:hover{color:#fff;text-decoration-color:#ffffffd9}._titleInteractive_1799n_440:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6;text-decoration-color:#ffffffd9}._controls_1799n_458{flex-shrink:0;align-items:center;gap:.5rem;display:flex}._controlButton_1799n_465{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_1799n_465:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}._closeButton_1799n_484{color:#fffc}._closeButton_1799n_484:hover{color:#ff6b6b;transform:scale(1.1)}._closeButton_1799n_484._tutorialHighlight_1799n_491{color:#ff6b6b;background:#ff6b6b26;animation:1.5s ease-in-out infinite _tutorialPulse_1799n_1;box-shadow:0 0 12px #ff6b6b80}._closeButton_1799n_484._tutorialHighlight_1799n_491:hover{background:#ff6b6b40;box-shadow:0 0 16px #ff6b6bb3}._closeButton_1799n_484._disabled_1799n_501{opacity:.3;cursor:not-allowed;pointer-events:none}._closeButton_1799n_484._disabled_1799n_501:hover{color:#fffc;background:0 0;transform:none}@keyframes _tutorialPulse_1799n_1{0%,to{transform:scale(1);box-shadow:0 0 12px #ff6b6b80}50%{transform:scale(1.08);box-shadow:0 0 20px #ff6b6bcc}}._tutorialHighlightGreen_1799n_522{color:#22c55e!important;background:#22c55e26!important;animation:1s ease-in-out infinite _tutorialPulseGreen_1799n_1!important;box-shadow:0 0 12px #22c55e80!important}._tutorialHighlightGreen_1799n_522:hover{background:#22c55e4d!important;box-shadow:0 0 20px #22c55ee6!important}@keyframes _tutorialPulseGreen_1799n_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_1799n_210{z-index:2;padding:1rem;position:relative}@media (width<=768px){._content_1799n_210{padding:.5rem}}._mediaBox_1799n_556 ._content_1799n_210{padding:.5rem}@media (width<=768px){._mediaBox_1799n_556 ._content_1799n_210{padding:.5rem}}._mediaBox_1799n_556._portraitNarrow_1799n_565 ._content_1799n_210{padding:.5rem .5rem .75rem}@media (width<=768px){._mediaBox_1799n_556._portraitNarrow_1799n_565 ._content_1799n_210{padding:.5rem .5rem .75rem}}._infoBox_1799n_574{min-width:250px;max-width:400px}._infoContent_1799n_579 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_1799n_556{flex-direction:column;max-width:80vw;min-height:200px;max-height:80vh;display:flex}@media (width<=768px){._mediaBox_1799n_556{min-height:auto!important}}@media (width<=1024px) and (height<=768px){._mediaBox_1799n_556{min-height:auto!important}}._mediaBox_1799n_556._portraitNarrow_1799n_565{max-width:clamp(220px,60vw,360px);max-height:90vh}@media (width<=768px){._mediaBox_1799n_556._portraitNarrow_1799n_565{max-width:85vw;max-height:95vh}}._mediaBox_1799n_556._portraitNarrow_1799n_565 ._mediaContent_1799n_616 ._mediaWrapper_1799n_616{max-height:80vh}@media (width<=768px){._mediaBox_1799n_556._portraitNarrow_1799n_565 ._mediaContent_1799n_616 ._mediaWrapper_1799n_616{max-height:85vh}}._mediaContent_1799n_616{flex-direction:column;flex:1;min-height:0;display:flex}._mediaContent_1799n_616 ._mediaWrapper_1799n_616{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_1799n_616 ._mediaWrapper_1799n_616 img,._mediaContent_1799n_616 ._mediaWrapper_1799n_616 video{border-radius:8px;max-width:100%;height:auto;display:block}._mediaContent_1799n_616 ._videoContainer_1799n_648{border-radius:8px;width:100%;position:relative;overflow:hidden}._mediaContent_1799n_616 ._videoContainer_1799n_648 video{width:100%;height:auto;display:block}._mediaContent_1799n_616 ._muteOverlay_1799n_659{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_1799n_616 ._muteOverlay_1799n_659:hover{background:#000c;transform:scale(1.05)}._mediaContent_1799n_616 ._muteOverlay_1799n_659._alwaysVisible_1799n_681{opacity:1}._mediaContent_1799n_616 ._muteOverlay_1799n_659._hoverVisible_1799n_684{opacity:0;transition:opacity .3s}._mediaContent_1799n_616 ._videoContainer_1799n_648:hover ._muteOverlay_1799n_659._hoverVisible_1799n_684{opacity:1}._mediaContent_1799n_616 ._mediaText_1799n_691{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_1799n_703{min-width:810px;min-height:525px}@media (width<=768px),(height<=768px){._linkBox_1799n_703{min-width:300px;max-width:95vw;min-height:250px;max-height:95vh}}._linkContent_1799n_716{flex-direction:column;height:100%;display:flex}._linkContent_1799n_716 ._linkWrapper_1799n_721{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_1799n_716 ._linkWrapper_1799n_721:before{content:"";padding-top:56.25%;display:block}._linkContent_1799n_716 ._linkWrapper_1799n_721>div[class*=container]{background:0 0!important;width:auto!important;height:auto!important;position:absolute!important;inset:0!important}._linkContent_1799n_716 ._linkWrapper_1799n_721>div[class*=container]>div[class*=iframeWrapper]>iframe[class*=iframe]{background:#0d0e14!important}._linkContent_1799n_716 ._linkWrapper_1799n_721 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_1799n_716 ._linkWrapper_1799n_721:before{padding-top:56.25%}._linkContent_1799n_716 ._linkWrapper_1799n_721 iframe:not([class*=iframe]){min-height:200px}}._linkContent_1799n_716 ._hotspotInfo_1799n_765{margin-top:.5rem}._linkContent_1799n_716 ._hotspotInfo_1799n_765 p{color:#ffffffe6;text-shadow:0 1px 2px #0006;margin:0;font-size:1rem;line-height:1.4}._linkContent_1799n_716 ._linkInfo_1799n_775{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_1799n_716 ._urlToggleButton_1799n_788{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_1799n_716 ._urlToggleButton_1799n_788:hover{color:#fff;background:#ffffff26;transform:scale(1.05)}._linkContent_1799n_716 ._urlText_1799n_807{word-break:break-all;flex:1;animation:.2s ease-in-out _fadeIn_1799n_1}._fullscreen_1799n_813{z-index:9999!important;border-radius:0!important;width:100vw!important;height:100vh!important;position:fixed!important;top:0!important;left:0!important}._fullscreen_1799n_813._box_1799n_83{width:100%!important;min-width:0!important;max-width:none!important;height:100%!important;min-height:0!important;max-height:none!important}._fullscreen_1799n_813 ._header_1799n_379{z-index:10000;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#0009;position:absolute;top:0;left:0;right:0}._fullscreen_1799n_813 ._content_1799n_210{padding-top:60px;padding-inline:0;height:100%;padding-bottom:0}._fullscreen_1799n_813 ._mediaContent_1799n_616{height:100%}._fullscreen_1799n_813 ._mediaContent_1799n_616 ._mediaWrapper_1799n_616{border-radius:0;height:100%;max-height:none}._fullscreen_1799n_813 ._mediaContent_1799n_616 ._mediaWrapper_1799n_616 img,._fullscreen_1799n_813 ._mediaContent_1799n_616 ._mediaWrapper_1799n_616 video{object-fit:contain;width:100%;height:100%}._fullscreen_1799n_813 ._mediaContent_1799n_616 ._mediaText_1799n_691{display:none}._fullscreen_1799n_813 ._linkContent_1799n_716 ._linkWrapper_1799n_721{height:calc(100% - 2rem)}._fullscreen_1799n_813 ._linkContent_1799n_716 ._linkWrapper_1799n_721:before{display:none}._fullscreen_1799n_813 ._linkContent_1799n_716 ._linkWrapper_1799n_721>div[class*=container]{height:100%;position:static}._fullscreen_1799n_813 ._linkContent_1799n_716 ._linkWrapper_1799n_721 iframe:not([class*=iframe]){width:100%;height:100%;position:static}._loading_1799n_878{color:#ffffffd9;text-shadow:0 1px 2px #0006;justify-content:center;align-items:center;min-height:100px;display:flex}._linkWrapper_1799n_721 ._loading_1799n_878{color:#333;text-shadow:none}._navigationBox_1799n_891 ._navigationContent_1799n_891{flex-direction:column;gap:1rem;display:flex}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDescription_1799n_896{color:#ffffffe6;text-shadow:0 1px 1px #0000004d;line-height:1.5}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDescription_1799n_896 p{margin:0}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904{background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;padding:1rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._targetSceneHeader_1799n_910{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._targetSceneHeader_1799n_910 ._navigationIcon_1799n_916{color:#3b82f6;font-size:1.1rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._targetSceneHeader_1799n_910 ._targetSceneName_1799n_920{color:#fffffff2;text-shadow:0 1px 1px #0000004d;font-weight:600}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925{border-top:1px solid #ffffff1a;margin-top:.75rem;padding-top:.75rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925 ._viewInfoHeader_1799n_930{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925 ._viewInfoHeader_1799n_930 ._viewIcon_1799n_936{color:#27ae60;font-size:1rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925 ._viewInfoHeader_1799n_930 ._viewLabel_1799n_940{color:#ffffffd9;font-size:.9rem;font-weight:500}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925 ._viewCoordinates_1799n_945{flex-wrap:wrap;gap:.75rem;display:flex}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationDetails_1799n_904 ._targetSceneInfo_1799n_904 ._initialViewInfo_1799n_925 ._viewCoordinates_1799n_945 ._coordinate_1799n_950{color:#ffffffbf;background:#0003;border:1px solid #ffffff1a;border-radius:4px;padding:.25rem .5rem;font-family:Monaco,Consolas,monospace;font-size:.85rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959{margin-top:.5rem}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959 ._navigateButton_1799n_962{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_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959 ._navigateButton_1799n_962: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_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959 ._navigateButton_1799n_962:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #3498db4d,inset 0 1px #fff3}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959 ._navigateButton_1799n_962:disabled{color:#fff6;cursor:not-allowed;box-shadow:none;background:#ffffff1a;transform:none}._navigationBox_1799n_891 ._navigationContent_1799n_891 ._navigationActions_1799n_959 ._navigateButton_1799n_962 svg{font-size:1.1rem}._passwordBox_1799n_1000{min-width:350px;max-width:450px}._passwordBox_1799n_1000 ._header_1799n_379{background:linear-gradient(135deg,#ffc10726 0%,#ff98001a 100%);border-bottom:1px solid #ffc1074d}._passwordBox_1799n_1000 ._headerLeft_1799n_1008{align-items:center;gap:.5rem;display:flex}._passwordBox_1799n_1000 ._lockIconStack_1799n_1016{pointer-events:none;width:1.4rem;height:1.4rem;display:inline-block;position:relative}._passwordBox_1799n_1000 ._lockIconStack_1799n_1016 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_1799n_1000 ._lockIconClosed_1799n_220{opacity:1;transform-origin:50%;transition:opacity .6s,transform .6s;transform:scale(1)translateY(0)}._passwordBox_1799n_1000 ._lockIconOpen_1799n_224{opacity:0;transform-origin:50%;transition:opacity .6s,transform .6s;transform:scale(.8)translateY(-2px)rotate(-10deg)}._passwordBox_1799n_1000 ._title_1799n_393{color:#fffffff2;text-shadow:0 1px 2px #00000080;margin:0;font-size:1.1rem;font-weight:600}._passwordContent_1799n_1053{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}._passwordContent_1799n_1053 ._passwordMessage_1799n_1059{text-align:center}._passwordContent_1799n_1053 ._passwordMessage_1799n_1059 ._messageText_1799n_1062{color:#ffffffd9;margin:0 0 1rem;font-size:.95rem;line-height:1.5}._passwordContent_1799n_1053 ._passwordMessage_1799n_1059 ._contentPreview_1799n_1068{background:#ffc1071a;border:1px solid #ffc10733;border-radius:8px;padding:.75rem 1rem}._passwordContent_1799n_1053 ._passwordMessage_1799n_1059 ._contentPreview_1799n_1068 ._contentTitle_1799n_1074{color:#ffffffe6;font-size:.9rem;font-weight:500}._passwordForm_1799n_1080{flex-direction:column;gap:1rem;display:flex}._passwordForm_1799n_1080 ._passwordInputContainer_1799n_1085{align-items:center;display:flex;position:relative}._passwordForm_1799n_1080 ._passwordInput_1799n_1085{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_1799n_1080 ._passwordInput_1799n_1085::placeholder{color:#ffffff80}._passwordForm_1799n_1080 ._passwordInput_1799n_1085:focus{background:#0006;border-color:#f59e0b;outline:none;box-shadow:0 0 0 3px #ffc10733}._passwordForm_1799n_1080 ._passwordInput_1799n_1085._errorInput_1799n_1109{border-color:#ff6b6b;animation:.5s ease-in-out _shake_1799n_340;box-shadow:0 0 0 3px #ff475733}._passwordForm_1799n_1080 ._passwordToggle_1799n_1114{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s;position:absolute;right:.75rem}._passwordForm_1799n_1080 ._passwordToggle_1799n_1114:hover{color:#ffffffe6;background:#ffffff1a}._passwordForm_1799n_1080 ._passwordToggle_1799n_1114 svg{font-size:1.1rem}._passwordForm_1799n_1080 ._errorMessage_1799n_1132{color:#ff6b6b;text-align:center;margin-top:-.5rem;font-size:.875rem}._passwordForm_1799n_1080 ._errorMessage_1799n_1132 ._attemptsWarning_1799n_1138{color:#ff6b7a;font-weight:500}._passwordForm_1799n_1080 ._submitButton_1799n_1142{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_1799n_1080 ._submitButton_1799n_1142:hover:not(:disabled){background:linear-gradient(135deg,#fc3 0%,#ffa726 100%);transform:translateY(-2px);box-shadow:0 4px 12px #ffc10766}._passwordForm_1799n_1080 ._submitButton_1799n_1142:active:not(:disabled){transform:translateY(0)}._passwordForm_1799n_1080 ._submitButton_1799n_1142:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._passwordForm_1799n_1080 ._submitButton_1799n_1142 ._buttonIcon_1799n_1171{font-size:1rem}@keyframes _shake_1799n_340{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}._shakeAnimation_1799n_340{animation:.5s ease-in-out _shake_1799n_340}._modernLoaderOverlay_1799n_1193{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_1799n_1193{text-align:center;color:#ffffffe6;font-family:inherit}._loaderMedia_1799n_1214._modernLoaderOverlay_1799n_1193{background:linear-gradient(135deg,#0000008c,#00000059)}._loaderLink_1799n_1219._modernLoaderOverlay_1799n_1193{color:#fffffff2;background:linear-gradient(135deg,#0a0a16cc,#181830bf)}._linkErrorOverlay_1799n_1224{-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_1799n_1224 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_1799n_1224 button:hover:not(:disabled){background:linear-gradient(135deg,#4a6bff 0%,#8573ff 100%);transform:translateY(-2px)}._linkErrorOverlay_1799n_1224 button:active:not(:disabled){transform:translateY(0)}._linkErrorOverlay_1799n_1224 button._secondaryRetryBtn_1799n_1266{background:linear-gradient(135deg,#49ad17 0%,#27ae60 100%)}._linkErrorOverlay_1799n_1224 button._secondaryRetryBtn_1799n_1266:hover:not(:disabled){background:linear-gradient(135deg,#2ea64b 0%,#2ecc71 100%)}._loaderSpinner_1799n_1274{filter:drop-shadow(0 4px 12px #0006);justify-content:center;align-items:center;display:inline-flex;position:relative}._loaderCore_1799n_1282{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_1799n_1;box-shadow:0 0 0 4px #6d5bff26,0 0 0 12px #6d5bff0f,0 4px 14px #0006,0 0 22px -4px #8c78ffe6}@keyframes _loaderCorePulse_1799n_1{0%,to{filter:brightness();transform:scale(.9)}50%{filter:brightness(1.25);transform:scale(1.05)}}._loaderRing_1799n_1301{background:conic-gradient(#8c78ff00 0deg,#8c78ff26 40deg,#8c78ff99 120deg,#8c78ff26 200deg,#8c78ff00 360deg);border-radius:50%;padding:3px;animation:1.4s linear infinite _loaderSpin_1799n_1274;position:absolute;inset:0;-webkit-mask:radial-gradient(circle,#0000 55%,#000 56%);mask:radial-gradient(circle,#0000 55%,#000 56%)}@keyframes _loaderSpin_1799n_1274{to{transform:rotate(360deg)}}._loaderDots_1799n_1316{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._loaderDots_1799n_1316 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_1799n_1;position:absolute;top:50%;left:50%}._loaderDots_1799n_1316 span:nth-child(2){opacity:.85;animation-delay:-.6s}._loaderDots_1799n_1316 span:nth-child(3){opacity:.65;animation-delay:-1.2s}@keyframes _loaderDotOrbit_1799n_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_1799n_1357{letter-spacing:.5px;text-transform:uppercase;opacity:.9;margin-top:.75rem;font-size:.85rem;font-weight:500;animation:.6s forwards _loaderLabelFade_1799n_1}@keyframes _loaderLabelFade_1799n_1{0%{opacity:0;transform:translateY(4px)}to{opacity:.9;transform:translateY(0)}}._loaderLink_1799n_1219 ._loaderCore_1799n_1282{background:radial-gradient(circle at 30% 30%,#6d5bff,#3a2f88 70%,#1f1844 100%)}._loaderLink_1799n_1219 ._loaderLabel_1799n_1357{color:#222}._loaderLink_1799n_1219._modernLoaderOverlay_1799n_1193 ._loaderLabel_1799n_1357{color:#fff;text-shadow:0 0 6px #a08cff8c,0 0 2px #ffffffe6;letter-spacing:.75px;font-weight:600}._loadingSpinner_1799n_1394{z-index:999;pointer-events:none;justify-content:center;align-items:center;display:flex;position:fixed}._errorMessage_1799n_1132{z-index:999;pointer-events:auto;position:fixed}._errorMessage_1799n_1132 ._errorContent_1799n_1408{-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_1799n_1132 ._errorContent_1799n_1408: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_1799n_1132 ._errorText_1799n_1434{color:#ffb3b3;flex:1;font-size:14px;font-weight:500;line-height:1.4}._errorMessage_1799n_1132 ._errorCloseButton_1799n_1441{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_1799n_1132 ._errorCloseButton_1799n_1441:hover{color:#ffd0d0;background:#ff64644d;border-color:#ff969680;transform:scale(1.05)}._errorMessage_1799n_1132 ._errorCloseButton_1799n_1441:active{transform:scale(.95)}._page_aazzd_38{padding-inline:max(5%,50vw - 800px)}._text-center_aazzd_63{text-align:center}._container_aazzd_67{background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._container_aazzd_67:fullscreen{background:#000}._scrollable_aazzd_81{justify-content:flex-start;align-items:flex-start;overflow:auto}._iframeWrapper_aazzd_87{flex-shrink:0}._iframe_aazzd_87{background:#fff;border:none;display:block}._fullscreenButton_aazzd_97{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_aazzd_97:hover{transform:scale(1.05);background:#000c!important;border-color:#fff6!important}._fullscreenButton_aazzd_97 .anticon{font-size:18px}._page_1gf2t_38{padding-inline:max(5%,50vw - 800px)}._text-center_1gf2t_63{text-align:center}@keyframes _te-levitate_1gf2t_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1gf2t_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_1gf2t_83{-webkit-user-select:none;user-select:none;align-items:center;gap:8px;display:flex}._arrowGrid_1gf2t_90{grid-template-rows:28px 56px 28px;grid-template-columns:28px 56px 28px;place-items:center;gap:2px;display:grid}._gridTop_1gf2t_99{grid-area:1/2}._gridLeft_1gf2t_104{grid-area:2/1}._gridCenter_1gf2t_109{grid-area:2/2}._gridRight_1gf2t_114{grid-area:2/3}[dir=rtl] ._gridLeft_1gf2t_104 svg,[dir=rtl] ._gridRight_1gf2t_114 svg{transform:scaleX(-1)}._gridBottom_1gf2t_124{grid-area:3/2}._arrowButton_1gf2t_129{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_1gf2t_129:hover{background:#7877c68c;border-color:#fffc}._arrowButton_1gf2t_129:active{background:#7877c6cc}._trackball_1gf2t_153{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-radius:50%;width:56px;height:56px;position:relative}._trackball_1gf2t_153:active{cursor:grabbing}._sphereCanvas_1gf2t_166{pointer-events:none;border-radius:50%;width:100%;height:100%;display:block}._fovBar_1gf2t_174{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:2px;padding:4px 0;display:flex}._fovButton_1gf2t_183{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_1gf2t_183:hover{background:#7877c68c;border-color:#ffffffe6}._fovButton_1gf2t_183:active{background:#7877c6cc}._sliderTrack_1gf2t_208{cursor:pointer;background:#fff3;border-radius:3px;width:6px;height:70px;position:relative}._sliderFill_1gf2t_217{pointer-events:none;background:#7877c699;border-radius:3px;width:100%;position:absolute;bottom:0;left:0}._sliderKnob_1gf2t_227{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_1gf2t_227:active{cursor:grabbing}._page_3gqg1_38{padding-inline:max(5%,50vw - 800px)}._text-center_3gqg1_63{text-align:center}@keyframes _te-levitate_3gqg1_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_3gqg1_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_3gqg1_83{z-index:100;pointer-events:auto;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){._container_3gqg1_83,._container_3gqg1_83 *,._container_3gqg1_83:before,._container_3gqg1_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._content_3gqg1_100{-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_3gqg1_112{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_3gqg1_112:hover{border-color:#7877c699}._minimap_3gqg1_112:focus{outline-offset:2px;outline:2px solid #7877c6cc}._stageArea_3gqg1_131{background:repeating-linear-gradient(45deg,#ffffff08,#ffffff08 10px,#ffffff03 10px 20px);width:100%;height:100%}._minimapImage_3gqg1_137{object-fit:fill;pointer-events:none;border-radius:4px;width:100%;height:100%;position:absolute;top:0;left:0}._visibleIndicator_3gqg1_148{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_3gqg1_148:hover{background:#7877c64d;border-color:#7877c6;box-shadow:0 0 12px #7877c6b3,inset 0 0 12px #7877c666}._visibleIndicator_3gqg1_148._dragging_3gqg1_164{cursor:grabbing;background:#7877c666;border-color:#7877c6;transition:none}._zoomControl_3gqg1_171{-webkit-user-select:none;user-select:none;flex-direction:column;align-items:center;gap:2px;padding:4px 0;display:flex}._zoomButton_3gqg1_180{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_3gqg1_180:hover{background:#7877c68c;border-color:#ffffffe6}._zoomButton_3gqg1_180:active{background:#7877c6cc}._zoomTrack_3gqg1_205{cursor:pointer;background:#fff3;border-radius:3px;width:6px;height:70px;position:relative}._zoomFill_3gqg1_214{pointer-events:none;background:#7877c699;border-radius:3px;width:100%;position:absolute;bottom:0;left:0}._zoomKnob_3gqg1_224{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_3gqg1_224:active{cursor:grabbing}._zoomLabel_3gqg1_241{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_3gqg1_253{background:#ffffff26;align-self:stretch;width:1px;margin:4px 0}._page_ciqd2_38{padding-inline:max(5%,50vw - 800px)}._text-center_ciqd2_63{text-align:center}@keyframes _te-levitate_ciqd2_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ciqd2_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_ciqd2_83{cursor:grab;background:#232340;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}._container_ciqd2_83._dragging_ciqd2_94{cursor:grabbing}@media (prefers-reduced-motion:reduce){._container_ciqd2_83,._container_ciqd2_83 *,._container_ciqd2_83:before,._container_ciqd2_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._stageWrapper_ciqd2_106{transform-origin:50%;will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;transition:transform .2s ease-out;display:flex}._page_1yzfi_38{padding-inline:max(5%,50vw - 800px)}._text-center_1yzfi_63{text-align:center}@keyframes _te-levitate_1yzfi_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1yzfi_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_1yzfi_83{-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_1yzfi_83,._toolbar_1yzfi_83 *,._toolbar_1yzfi_83:before,._toolbar_1yzfi_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._headerIconWrapper_1yzfi_113{color:#b8b8d0;justify-content:center;align-items:center;display:flex}._headerIcon_1yzfi_113{stroke-width:2.5px;font-size:20px}._exitButton_1yzfi_125{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_1yzfi_125:hover{background:#00000059!important;border-color:#8b7cf6!important}._toolbar--unsaved_1yzfi_147{border-color:#fa0c;box-shadow:0 4px 20px #ffaa0080,inset 0 0 0 1px #fa03}._unsavedLegend_1yzfi_152{-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_1yzfi_169{align-items:center;gap:12px;display:flex}._divider_1yzfi_175{background:#ffffff1f;flex-shrink:0;width:1.5px;height:28px}._statusLabel_1yzfi_182{color:#b8b8d0;align-items:center;gap:6px;font-size:13px;font-weight:500;display:flex}._fieldGroup_1yzfi_191{border:1px solid #ffffff1f;border-radius:6px;align-items:center;gap:6px;padding:8px 10px 6px;display:flex;position:relative}._compactFieldGroup_1yzfi_201{align-items:center;gap:4px;display:flex}._fieldLabel_1yzfi_207{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_1yzfi_223{width:120px;font-size:13px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._nameInput_1yzfi_223::placeholder{color:#b8b8d0}._nameInput_1yzfi_223:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._compactInput_1yzfi_239{width:90px;font-size:12px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._compactInput_1yzfi_239::placeholder{color:#b8b8d0}._compactInput_1yzfi_239:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._descriptionPreviewBtn_1yzfi_255{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_1yzfi_255:hover{background:#0006!important;border-color:#8b7cf6!important}._descriptionPreviewBtn_1yzfi_255 ._placeholder_1yzfi_273{color:#b8b8d0;font-style:italic}._descriptionPreviewBtn_1yzfi_255 .ant-input-number,._descriptionPreviewBtn_1yzfi_255 .ant-input-number:hover,._descriptionPreviewBtn_1yzfi_255 .ant-input-number:focus,._descriptionPreviewBtn_1yzfi_255 .ant-input-number:focus-within{box-shadow:none!important;background:0 0!important;border:none!important}._descriptionPreviewBtn_1yzfi_255 .ant-input-number-input{color:#e8e8f0!important;text-align:start!important;background:0 0!important;padding:0!important}._descriptionPreviewBtn_1yzfi_255 .ant-input-number-suffix{color:#e8e8f0!important}._compactDescriptionBtn_1yzfi_297{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_1yzfi_297:hover{background:#0006!important;border-color:#8b7cf6!important}._compactDescriptionBtn_1yzfi_297 ._placeholder_1yzfi_273{color:#b8b8d0;font-style:italic}._descriptionPopover_1yzfi_321{flex-direction:column;gap:8px;width:250px;display:flex}._descriptionPopoverOverlay_1yzfi_328 .ant-popover-inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1f;border-radius:8px}._descriptionTextarea_1yzfi_335{resize:none;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._descriptionTextarea_1yzfi_335::placeholder{color:#b8b8d0}._descriptionTextarea_1yzfi_335:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._descriptionDoneBtn_1yzfi_350{align-self:flex-end}._opacityPopover_1yzfi_354{flex-direction:column;align-items:center;gap:12px;width:200px;padding:4px 0;display:flex}._opacityPopover_1yzfi_354 ._descriptionDoneBtn_1yzfi_350{align-self:center}._ratioPopover_1yzfi_366{flex-wrap:wrap;gap:8px;width:220px;display:flex}._ratioOptionButton_1yzfi_373{min-width:60px}._opacityInputInline_1yzfi_377{width:100%;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._opacityInputInline_1yzfi_377 .ant-input-number-input{text-align:center;padding:8px 0;font-size:18px;font-weight:600;color:#e8e8f0!important}._opacityInputInline_1yzfi_377 .ant-input-number-suffix{color:#b8b8d0;font-size:14px}._opacityInputInline_1yzfi_377:hover,._opacityInputInline_1yzfi_377:focus-within{border-color:#8b7cf6!important}._opacitySliderPopover_1yzfi_398{width:100%;margin:0}._opacitySliderPopover_1yzfi_398 .ant-slider-rail{background:#ffffff26}._opacitySliderPopover_1yzfi_398 .ant-slider-track{background:#8b7cf6}._opacitySliderPopover_1yzfi_398 .ant-slider-handle{border-color:#8b7cf6}._opacitySliderPopover_1yzfi_398 .ant-slider-handle:hover,._opacitySliderPopover_1yzfi_398 .ant-slider-handle:focus{border-color:#a78bfa;box-shadow:0 0 0 4px #8b5cf633}._opacityControl_1yzfi_416{align-items:center;gap:8px;display:flex}._opacitySlider_1yzfi_398{width:80px;margin:0}._opacitySlider_1yzfi_398 .ant-slider-rail{background:#ffffff26}._opacitySlider_1yzfi_398 .ant-slider-track{background:#8b7cf6}._opacitySlider_1yzfi_398 .ant-slider-handle{border-color:#8b7cf6}._opacitySlider_1yzfi_398 .ant-slider-handle:hover,._opacitySlider_1yzfi_398 .ant-slider-handle:focus{border-color:#a78bfa;box-shadow:0 0 0 4px #8b5cf633}._opacityValue_1yzfi_440{text-align:end;color:#b8b8d0;min-width:32px;font-size:11px}._videoControls_1yzfi_447{align-items:center;gap:10px;display:flex}._iconButton_1yzfi_453{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_1yzfi_453:hover{background:#8b5cf64d!important;border-color:#8b7cf6!important}._switchGroup_1yzfi_472{align-items:center;gap:4px;display:flex}._switchLabel_1yzfi_478{color:#b8b8d0;font-size:11px}._toolbarButton_1yzfi_483{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_1yzfi_483:hover:not(:disabled){background:#466080;border-color:#8b7cf6;transform:translateY(-1px)scale(1.02);box-shadow:0 4px 16px #7877c699}._toolbarButton_1yzfi_483:disabled{opacity:.5;cursor:not-allowed}._saveButtonHidden_1yzfi_509{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_1yzfi_522{max-width:120px;transition:opacity .2s,max-width .2s;display:inline-block;overflow:hidden}._buttonTextHidden_1yzfi_529{opacity:0;max-width:0}._cancelButton_1yzfi_534{box-shadow:none;color:#e8e8f0!important;background:0 0!important;border-color:#ffffff1f!important}._cancelButton_1yzfi_534:hover:not(:disabled){box-shadow:none;transform:none;background:#ffffff1a!important}._dangerButton_1yzfi_546{box-shadow:0 2px 8px #e74c3c66;background:#ff6b6b!important;border-color:#ff6b6b!important}._dangerButton_1yzfi_546:hover:not(:disabled){box-shadow:0 4px 16px #e74c3c80;background:#bd1d25!important;border-color:#bd1d25!important}._modeSelectionModal_1yzfi_557 .ant-modal-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1a;border-radius:12px}._modeSelectionModal_1yzfi_557 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a;padding:16px 24px}._modeSelectionModal_1yzfi_557 .ant-modal-title{color:#e8e8f0;font-weight:600}._modeSelectionModal_1yzfi_557 .ant-modal-close{color:#fff9}._modeSelectionModal_1yzfi_557 .ant-modal-close:hover{color:#fff}._modeSelectionModal_1yzfi_557 .ant-modal-body{padding:24px}._modeModalContent_1yzfi_582{flex-direction:column;display:flex}._modeModalDescription_1yzfi_587{color:#fffc;margin-bottom:20px;font-size:14px}._modeModalHint_1yzfi_593{color:#ffffff80;text-align:center;margin-top:16px;margin-bottom:0;font-size:12px;line-height:1.5}._fileModal_1yzfi_602 .ant-modal-content{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1a;border-radius:12px}._fileModal_1yzfi_602 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a;padding:16px 24px}._fileModal_1yzfi_602 .ant-modal-title{color:#e8e8f0;font-weight:600}._fileModal_1yzfi_602 .ant-modal-close{color:#fff9}._fileModal_1yzfi_602 .ant-modal-close:hover{color:#fff}._fileModal_1yzfi_602 .ant-modal-body{padding:24px}._modalContent_1yzfi_627{text-align:center;flex-direction:column;align-items:center;display:flex}._modalDescription_1yzfi_634{color:#fffc;margin-bottom:20px;font-size:14px}._chooseFileButton_1yzfi_640{min-width:160px;height:44px;font-size:15px}._modalHint_1yzfi_646{color:#ffffff80;margin-top:16px;margin-bottom:0;font-size:12px}._htmlOverlayUrlSection_1yzfi_653{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_1yzfi_665{flex-direction:column;gap:6px;display:flex}._htmlOverlayLabel_1yzfi_671{color:#e8e8f0;font-size:12px;font-weight:600;line-height:1.4}._htmlOverlayUrlInput_1yzfi_678{min-height:44px;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:8px!important}._htmlOverlayUrlInput_1yzfi_678::placeholder{color:#b8b8d0}._htmlOverlayUrlInput_1yzfi_678:hover,._htmlOverlayUrlInput_1yzfi_678:focus,._htmlOverlayUrlInput_1yzfi_678:focus-within{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf626!important}._htmlOverlayUrlInput_1yzfi_678 .ant-input{min-height:44px;padding-block:10px;color:#e8e8f0!important;background:0 0!important}._htmlOverlayUrlButton_1yzfi_699{justify-content:center;width:100%;min-width:44px;min-height:44px}._htmlOverlayUrlButton_1yzfi_699:disabled,._htmlOverlayUrlButton_1yzfi_699.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_1yzfi_714{color:#ffffff8c;margin:0;font-size:12px;line-height:1.5}._htmlOverlayError_1yzfi_721{color:#ff6b6b;margin:0;font-size:12px;line-height:1.5}._htmlOverlayDivider_1yzfi_728{background:#ffffff1a;height:1px;margin-bottom:20px}._iconOnlyButton_1yzfi_734{justify-content:center;gap:0;width:32px;min-width:32px;transition:width .2s,min-width .2s,padding .2s;padding:0!important}._page_vsuyg_38{padding-inline:max(5%,50vw - 800px)}._text-center_vsuyg_63{text-align:center}._errorContainer_vsuyg_67{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_vsuyg_78{text-align:center;flex-direction:column;align-items:center;gap:16px;max-width:500px;display:flex}._errorIcon_vsuyg_87{margin-bottom:8px;font-size:64px;animation:2s ease-in-out infinite _pulse_vsuyg_1}@keyframes _pulse_vsuyg_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}._errorTitle_vsuyg_103{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:24px;font-weight:700}._errorMessage_vsuyg_110{color:var(--cyberpunk-text-secondary,#e8e8f0b3);margin:0;font-size:16px;line-height:1.6}._errorDetails_vsuyg_117{text-align:left;width:100%;margin-top:16px}._errorDetails_vsuyg_117 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_vsuyg_117 summary:hover{background:#ffffff14}._errorStack_vsuyg_135{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_1vum7_38{padding-inline:max(5%,50vw - 800px)}._text-center_1vum7_63{text-align:center}._dropZone_1vum7_67{border:2px dashed var(--cgmu-accent-border);background:var(--cgmu-panel-soft-bg);box-shadow:var(--cgmu-panel-outline);cursor:pointer;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_1vum7_67:hover{border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-panel-strong-bg);transform:translateY(-2px)}._dropZone_1vum7_67._dropZoneActive_1vum7_87{border-color:var(--cgmu-accent-hover);background:var(--cgmu-accent-soft);box-shadow:var(--cgmu-shadow-accent)}._hiddenInput_1vum7_93{display:none}._uploadIcon_1vum7_97{color:var(--cgmu-accent);margin-bottom:16px;font-size:64px}._dropZoneTitle_1vum7_103{color:var(--cgmu-text-primary);margin-bottom:8px;font-size:1.25rem;font-weight:600}._dropZoneSubtitle_1vum7_110{color:var(--cgmu-text-muted);margin-bottom:16px}._dropZoneHint_1vum7_115{color:var(--cgmu-text-subtle);font-size:.875rem}._page_uprjg_38{padding-inline:max(5%,50vw - 800px)}._text-center_uprjg_63{text-align:center}._codeEditorContainer_uprjg_67{border:2px dashed var(--cgmu-accent-border);background:var(--cgmu-panel-soft-bg);box-shadow:var(--cgmu-panel-outline);border-radius:12px;flex-direction:column;gap:16px;width:100%;min-height:400px;padding:24px;display:flex}._header_uprjg_80{align-items:center;gap:12px;margin-block-end:8px;display:flex}._icon_uprjg_87{color:var(--cgmu-accent);font-size:32px}._title_uprjg_92{color:var(--cgmu-text-primary);margin:0}._textarea_uprjg_97{border:1px solid var(--cgmu-border);background:var(--cgmu-panel-strong-bg);min-height:280px;box-shadow:var(--cgmu-panel-outline);color:var(--cgmu-text-primary);resize:vertical;border-radius:8px;flex:1;padding:16px;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;transition:all .3s}._textarea_uprjg_97::placeholder{color:var(--cgmu-text-subtle)}._textarea_uprjg_97:focus{border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-input-focus-bg);box-shadow:0 0 0 2px var(--cgmu-accent-soft);color:var(--cgmu-input-focus-color);outline:none}._textarea_uprjg_97:disabled{opacity:.6;cursor:not-allowed}._footer_uprjg_127{justify-content:space-between;align-items:center;gap:16px;display:flex}._hint_uprjg_134{color:var(--cgmu-text-muted);flex:1}._submitButton_uprjg_139{background:var(--cgmu-gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 24px;font-size:15px;font-weight:600;transition:all .3s}._submitButton_uprjg_139:hover:not(:disabled){background:var(--cgmu-gradient-primary-hover);box-shadow:var(--cgmu-shadow-accent);transform:translateY(-2px)}._submitButton_uprjg_139:active:not(:disabled){transform:translateY(0)}._submitButton_uprjg_139:disabled{opacity:.5;cursor:not-allowed}._page_asmhj_38{padding-inline:max(5%,50vw - 800px)}._text-center_asmhj_63{text-align:center}._toggleContainer_asmhj_67{justify-content:center;align-items:center;width:100%;margin-block-end:24px;display:flex}._radioGroup_asmhj_75{width:100%;max-width:900px;display:flex}._radioGroup_asmhj_75 .ant-radio-button-wrapper{text-align:center;border-color:var(--cgmu-border);background:var(--cgmu-panel-strong-bg);height:48px;color:var(--cgmu-text-secondary);flex:1;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:600;transition:all .3s;display:flex}._radioGroup_asmhj_75 .ant-radio-button-wrapper:hover{background:var(--cgmu-panel-soft-bg);color:var(--cgmu-text-primary);border-color:var(--cgmu-accent-border-strong)}._radioGroup_asmhj_75 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked{background:var(--cgmu-gradient-primary);border-color:var(--cgmu-accent-hover);color:#fff;text-shadow:none}._radioGroup_asmhj_75 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:before{background-color:var(--cgmu-accent-hover)}._radioGroup_asmhj_75 .ant-radio-button-wrapper.ant-radio-button-wrapper-checked:hover{background:var(--cgmu-gradient-primary-hover);border-color:var(--cgmu-accent-hover)}._radioGroup_asmhj_75 .ant-radio-button-wrapper:first-child{border-start-start-radius:12px;border-end-start-radius:12px}._radioGroup_asmhj_75 .ant-radio-button-wrapper:last-child{border-start-end-radius:12px;border-end-end-radius:12px}._radioButton_asmhj_122{justify-content:center;align-items:center;gap:8px;display:flex}._icon_asmhj_129{vertical-align:middle;font-size:20px}@media (width<=768px){._toggleContainer_asmhj_67{margin-block-end:16px}._radioGroup_asmhj_75{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._radioGroup_asmhj_75 .ant-radio-button-wrapper{white-space:normal;min-width:0;height:auto;min-height:48px;padding:10px 12px;line-height:1.3;border-inline-start-width:1px!important;border-radius:12px!important}._radioGroup_asmhj_75 .ant-radio-button-wrapper:before{display:none}._radioButton_asmhj_122{flex-direction:column;gap:6px}._icon_asmhj_129{font-size:18px}}@media (width<=480px){._radioGroup_asmhj_75{grid-template-columns:1fr}}._page_m0u3e_38{padding-inline:max(5%,50vw - 800px)}._text-center_m0u3e_63{text-align:center}._preparingView_m0u3e_67{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:48px 24px;display:flex}._preparingIcon_m0u3e_77{color:var(--cgmu-accent);margin-bottom:24px;font-size:64px;animation:2s ease-in-out infinite _pulse_m0u3e_1}@keyframes _pulse_m0u3e_1{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}._preparingHint_m0u3e_94{color:var(--cgmu-text-muted);margin-top:8px;display:block}._page_1g0j0_38{padding-inline:max(5%,50vw - 800px)}._text-center_1g0j0_63{text-align:center}._thumbnailPicker_1g0j0_67{background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);border-radius:8px;margin-bottom:16px;padding:12px}._thumbnailPicker_1g0j0_67._compact_1g0j0_75{flex-direction:column;height:100%;margin-bottom:0;padding:8px;display:flex}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._label_1g0j0_82{margin-bottom:6px;font-size:.8rem;display:block}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._previewWrapper_1g0j0_87,._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._emptyState_1g0j0_88{flex:1;min-height:0}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._thumbnailImage_1g0j0_92{height:100%;max-height:100%}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._emptyState_1g0j0_88{padding:12px 8px}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._emptyIcon_1g0j0_99{font-size:24px}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._emptyText_1g0j0_102{font-size:.75rem}._thumbnailPicker_1g0j0_67._compact_1g0j0_75 ._hint_1g0j0_105{display:none}._label_1g0j0_82{color:var(--cgmu-text-muted);margin-bottom:8px;font-size:.875rem;display:block}._required_1g0j0_116{color:#ff4d4ff2}._previewWrapper_1g0j0_87{border-radius:6px;position:relative;overflow:hidden}._previewWrapper_1g0j0_87:hover ._overlay_1g0j0_125{opacity:1}._thumbnailImage_1g0j0_92{object-fit:cover;border:1px solid var(--cgmu-border);width:100%;height:auto;max-height:180px;box-shadow:var(--cgmu-panel-outline);border-radius:6px;display:block}._overlay_1g0j0_125{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._changeButton_1g0j0_151{align-items:center;gap:6px;font-size:.875rem;display:flex;color:var(--cgmu-text-primary)!important}._changeButton_1g0j0_151:hover{color:var(--cgmu-accent-hover)!important;background:var(--cgmu-accent-soft-strong)!important}._emptyState_1g0j0_88{background:var(--cgmu-panel-soft-bg);border:2px dashed var(--cgmu-accent-border);width:100%;box-shadow:var(--cgmu-panel-outline);cursor:pointer;color:var(--cgmu-text-muted);border-radius:6px;flex-direction:column;align-items:center;gap:8px;padding:24px 16px;transition:all .2s;display:flex}._emptyState_1g0j0_88:hover:not(:disabled){border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-panel-strong-bg);color:var(--cgmu-text-secondary)}._emptyState_1g0j0_88:disabled{opacity:.5;cursor:not-allowed}._emptyIcon_1g0j0_99{color:var(--cgmu-accent);font-size:28px}._emptyText_1g0j0_102{font-size:.875rem}._hint_1g0j0_105{color:var(--cgmu-text-subtle);margin-top:8px;font-size:.75rem;display:block}._hiddenInput_1g0j0_204{display:none}._page_xln29_38{padding-inline:max(5%,50vw - 800px)}._text-center_xln29_63{text-align:center}._leftPanel_xln29_67{background:var(--cgmu-panel-bg);border:1px solid var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);border-radius:12px;flex-direction:column;flex:0 0 480px;max-height:700px;padding:24px;display:flex;overflow-y:auto}._fileInfo_xln29_80{background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);border-radius:8px;margin-bottom:16px;padding:12px}._fileInfoHeader_xln29_89{align-items:center;gap:12px;display:flex}._fileIcon_xln29_95{color:var(--cgmu-accent);flex-shrink:0;font-size:24px}._fileDetails_xln29_101{flex:1;min-width:0}._fileName_xln29_106{color:var(--cgmu-text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:500;overflow:hidden}._fileSize_xln29_115{color:var(--cgmu-text-subtle);font-size:.875rem}._thumbnailPreview_xln29_120{background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);border-radius:8px;margin-bottom:16px;padding:12px}._thumbnailImage_xln29_129{object-fit:cover;border:1px solid var(--cgmu-border);border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailWarning_xln29_139{color:#fadb14;margin-top:8px;font-size:.8125rem;display:block}._thumbnailError_xln29_146{color:#ff4d4ff2;margin-top:6px;font-size:.8125rem;font-weight:500;display:block}._uploadForm_xln29_154{flex:1}._uploadForm_xln29_154 .ant-form-item{margin-bottom:16px}._uploadForm_xln29_154 .ant-form-item-label label{color:var(--cgmu-text-secondary);font-family:Inter,sans-serif;font-weight:500}._uploadForm_xln29_154 .ant-form-item-explain-error{color:#ff4d4fe6}._uploadForm_xln29_154 .ant-input,._uploadForm_xln29_154 .ant-input-textarea{background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);color:var(--cgmu-text-primary);border-radius:8px;font-family:Inter,sans-serif}._uploadForm_xln29_154 .ant-input::placeholder,._uploadForm_xln29_154 .ant-input-textarea::placeholder{color:var(--cgmu-text-subtle)}._uploadForm_xln29_154 .ant-input:hover,._uploadForm_xln29_154 .ant-input-textarea:hover{border-color:var(--cgmu-accent-border)}._uploadForm_xln29_154 .ant-input:focus,._uploadForm_xln29_154 .ant-input-textarea:focus{border-color:var(--cgmu-accent-border-strong);box-shadow:0 0 0 2px var(--cgmu-accent-soft);background:var(--cgmu-input-focus-bg)!important;color:var(--cgmu-input-focus-color)!important}._uploadForm_xln29_154 .ant-input:disabled,._uploadForm_xln29_154 .ant-input-textarea:disabled{background:var(--cgmu-panel-bg);color:var(--cgmu-text-subtle)}._titleField_xln29_197{flex:1;align-self:stretch;align-items:center;min-height:100%;margin-bottom:0;display:flex}._titleField_xln29_197 .ant-input{width:100%}._titleFieldRow_xln29_209{border:1px solid var(--cgmu-border);background:var(--cgmu-panel-strong-bg);min-height:40px;box-shadow:var(--cgmu-panel-outline);border-radius:8px;flex-direction:row-reverse;align-items:center;gap:12px;margin-bottom:16px;padding:10px 14px;display:flex}._titleFieldLabel_xln29_223{min-height:auto;color:var(--cgmu-text-secondary);flex:0 0 112px;justify-content:flex-start;align-self:center;align-items:center;gap:4px;font-family:Inter,sans-serif;font-weight:500;line-height:1.2;display:flex}._required_xln29_237{color:#ff4d4ff2;flex-shrink:0}._shareToggleGroup_xln29_242{border:1px solid var(--cgmu-border);background:var(--cgmu-panel-strong-bg);min-height:40px;box-shadow:var(--cgmu-panel-outline);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 14px;display:flex}._shareToggleLabel_xln29_255{color:var(--cgmu-text-secondary);align-self:center;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;line-height:1.2;display:flex}._shareLabelLead_xln29_267{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}._shareToggleIcon_xln29_274{color:var(--cgmu-accent);flex-shrink:0;font-size:1rem}._shareTooltipButton_xln29_280{width:22px;height:22px;color:var(--cgmu-text-muted);cursor:help;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s;display:inline-flex}._shareTooltipButton_xln29_280:hover,._shareTooltipButton_xln29_280:focus-visible{color:var(--cgmu-text-primary);background:var(--cgmu-accent-soft);outline:none}._shareTooltipIcon_xln29_300{font-size:.9rem}._shareSwitchField_xln29_304{justify-content:center;align-self:stretch;align-items:center;min-height:100%;margin-bottom:0;display:flex}._shareSwitchField_xln29_304 .ant-switch{vertical-align:middle;background:var(--cgmu-border-strong);align-items:center;margin:0;display:inline-flex}._shareSwitchField_xln29_304 .ant-switch.ant-switch-checked{background:var(--cgmu-gradient-primary)}._footerButtons_xln29_323{border-top:1px solid var(--cgmu-border);justify-content:flex-end;gap:12px;margin-top:16px;padding-top:12px;display:flex}._footerButtons_xln29_323 .ant-btn{border-radius:8px;font-family:Inter,sans-serif;font-weight:500}._footerButtons_xln29_323 .ant-btn.ant-btn-default{background:var(--cgmu-panel-strong-bg);border-color:var(--cgmu-border-strong);color:var(--cgmu-text-secondary)}._footerButtons_xln29_323 .ant-btn.ant-btn-default:hover{border-color:var(--cgmu-accent-border);background:var(--cgmu-panel-bg);color:var(--cgmu-text-primary)}._footerButtons_xln29_323 .ant-btn.ant-btn-primary{background:var(--cgmu-gradient-primary);border-color:#0000}._footerButtons_xln29_323 .ant-btn.ant-btn-primary:hover{background:var(--cgmu-gradient-primary-hover);box-shadow:var(--cgmu-shadow-accent)}@media (width<=640px){._leftPanel_xln29_67{max-height:none;padding:16px}._titleFieldRow_xln29_209{flex-direction:column;align-items:stretch;gap:8px}._titleFieldLabel_xln29_223{flex-basis:auto;min-height:auto}._shareToggleGroup_xln29_242{flex-direction:column;align-items:stretch}._footerButtons_xln29_323{flex-direction:column-reverse}._footerButtons_xln29_323 .ant-btn{width:100%}}[dir=rtl] ._leftPanel_xln29_67{border-radius:12px}[dir=rtl] ._fileInfoHeader_xln29_89,[dir=rtl] ._shareToggleLabel_xln29_255{flex-direction:row-reverse}[dir=rtl] ._titleFieldRow_xln29_209,[dir=rtl] ._titleFieldLabel_xln29_223{flex-direction:row}[dir=rtl] ._footerButtons_xln29_323{justify-content:flex-start}._page_u1ahs_39{padding-inline:max(5%,50vw - 800px)}._text-center_u1ahs_64{text-align:center}._warningBanner_u1ahs_68{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_u1ahs_77{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;display:flex}._warningTitle_u1ahs_85{color:#d32029;flex:1;align-items:center;gap:8px;font-size:18px;font-weight:700;display:flex}._warningTitle_u1ahs_85:before{content:"⚠️";font-size:24px}._warningDescription_u1ahs_99{color:#f0e8e8f2;flex-direction:column;gap:8px;margin-bottom:16px;font-size:14px;line-height:1.7;display:flex}._descriptionLine_u1ahs_109{font-weight:500}._descriptionLineBold_u1ahs_113{font-weight:700}._buttonRow_u1ahs_117{justify-content:center;align-items:center;gap:12px;padding-top:8px;display:flex}._copyButton_u1ahs_125{border-radius:8px;flex-shrink:0;font-weight:600;box-shadow:0 2px 4px #0000001a}._copyButton_u1ahs_125:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}._copyButton_u1ahs_125:active{transform:translateY(0)}._copyCloseButton_u1ahs_139{border-radius:8px;flex-shrink:0;font-weight:600;box-shadow:0 2px 4px #0000001a}._copyCloseButton_u1ahs_139:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000026}._copyCloseButton_u1ahs_139:active{transform:translateY(0)}._errorAlert_u1ahs_153{border-radius:12px;margin-bottom:16px}._errorAlert_u1ahs_153 .ant-alert-message{margin-bottom:12px;font-size:16px}._errorContent_u1ahs_162{padding-top:8px}._intro_u1ahs_166{color:#000000a6;margin-bottom:16px;font-size:14px}._categorizedList_u1ahs_172,._categoryGroup_u1ahs_176{margin-bottom:20px}._categoryGroup_u1ahs_176:last-child{margin-bottom:0}._categoryHeader_u1ahs_183{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_u1ahs_194{margin:0 0 0 16px;padding:0;list-style:none}._violationItem_u1ahs_200{color:#000000d9;margin-bottom:12px;padding-left:4px;font-size:13px;line-height:1.6;position:relative}._violationItem_u1ahs_200:last-child{margin-bottom:0}._violationItem_u1ahs_200:before{content:"•";color:#ff4d4f;font-weight:700;position:absolute;left:-12px}._issueContent_u1ahs_219{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}._lineTag_u1ahs_226{flex-shrink:0;margin-left:4px;padding:0 6px;font-size:11px;font-weight:500}._sampleCode_u1ahs_234{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_u1ahs_234 code{font-size:12px}._policyAlert_u1ahs_248{background:#1890ff0a;border-color:#1890ff33;border-radius:8px;margin-top:16px}._policyInfo_u1ahs_255{font-size:13px}._policyText_u1ahs_259{margin-bottom:8px;font-weight:500}._policyList_u1ahs_264{margin:8px 0 12px;padding-left:24px}._policyList_u1ahs_264 li{color:#000000a6;margin-bottom:6px;line-height:1.5}._policyList_u1ahs_264 li:last-child{margin-bottom:0}._policyFooter_u1ahs_277{color:#0000008c;margin-top:12px;margin-bottom:0;font-size:12px;font-style:italic}._simpleError_u1ahs_285{border-radius:12px;margin-bottom:16px}._page_baom2_38{padding-inline:max(5%,50vw - 800px)}._text-center_baom2_63{text-align:center}._linkInputContainer_baom2_67{border:2px dashed var(--cgmu-accent-border);background:var(--cgmu-panel-soft-bg);box-shadow:var(--cgmu-panel-outline);border-radius:12px;flex-direction:column;gap:20px;width:100%;min-width:0;min-height:300px;padding:24px;display:flex}._header_baom2_81{align-items:center;gap:12px;margin-block-end:4px;display:flex}._icon_baom2_88{color:var(--cgmu-accent);font-size:32px}._title_baom2_93{color:var(--cgmu-text-primary);margin:0}._fieldsGrid_baom2_98{grid-template-rows:auto auto auto;grid-template-columns:180px 1fr;align-items:start;gap:12px 20px;display:grid}._fieldsGrid_baom2_98>:first-child{grid-row:1/4;min-width:0}._formGroup_baom2_110{flex-direction:column;gap:8px;min-width:0;display:flex}._label_baom2_117{color:var(--cgmu-text-secondary);font-size:14px;font-weight:600}._required_baom2_123{color:#ff4d4ff2}._urlInput_baom2_127{border:1px solid var(--cgmu-border);background:var(--cgmu-panel-strong-bg);box-shadow:var(--cgmu-panel-outline);color:var(--cgmu-text-primary);direction:ltr;border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.6;transition:all .3s}._urlInput_baom2_127::placeholder{color:var(--cgmu-text-subtle)}._urlInput_baom2_127:focus{border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-input-focus-bg);box-shadow:0 0 0 2px var(--cgmu-accent-soft);color:var(--cgmu-input-focus-color);outline:none}._urlInput_baom2_127:disabled{opacity:.6;cursor:not-allowed}._urlInputError_baom2_154{border-color:#ff4d4f99}._urlInputError_baom2_154:focus{border-color:#ff4d4fcc;box-shadow:0 0 0 2px #ff4d4f1a}._nameInput_baom2_162{border:1px solid var(--cgmu-border);background:var(--cgmu-panel-strong-bg);box-shadow:var(--cgmu-panel-outline);color:var(--cgmu-text-primary);border-radius:8px;padding:12px 16px;font-size:14px;line-height:1.6;transition:all .3s}._nameInput_baom2_162::placeholder{color:var(--cgmu-text-subtle)}._nameInput_baom2_162:focus{border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-input-focus-bg);box-shadow:0 0 0 2px var(--cgmu-accent-soft);color:var(--cgmu-input-focus-color);outline:none}._nameInput_baom2_162:disabled{opacity:.6;cursor:not-allowed}._errorText_baom2_188{color:#ff4d4f;font-size:12px}._embedNotice_baom2_193{color:var(--cgmu-text-muted);background:#ffc10714;border:1px solid #ffc10733;border-radius:8px;align-items:flex-start;gap:8px;padding:12px 16px;font-size:13px;line-height:1.5;display:flex}._noticeIcon_baom2_206{color:#ffc107cc;flex-shrink:0;margin-block-start:1px;font-size:18px}._footer_baom2_213{justify-content:flex-end;align-items:center;gap:16px;margin-block-start:auto;display:flex}._submitButton_baom2_221{background:var(--cgmu-gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:10px 24px;font-size:15px;font-weight:600;transition:all .3s}._submitButton_baom2_221:hover:not(:disabled){background:var(--cgmu-gradient-primary-hover);box-shadow:var(--cgmu-shadow-accent);transform:translateY(-2px)}._submitButton_baom2_221:active:not(:disabled){transform:translateY(0)}._submitButton_baom2_221:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){._linkInputContainer_baom2_67{gap:16px;min-height:auto;padding:16px}._header_baom2_81{gap:10px}._icon_baom2_88{font-size:28px}._fieldsGrid_baom2_98{grid-template-rows:auto;grid-template-columns:minmax(0,1fr);gap:16px}._fieldsGrid_baom2_98>:first-child{grid-row:auto}._embedNotice_baom2_193{padding:12px}._footer_baom2_213{justify-content:stretch}._submitButton_baom2_221{width:100%}}@media (width<=480px){._linkInputContainer_baom2_67{padding:14px}._urlInput_baom2_127,._nameInput_baom2_162{padding:11px 14px}}._page_1peje_38{padding-inline:max(5%,50vw - 800px)}._text-center_1peje_63{text-align:center}._updateHtmlModal_1peje_67{--cgmu-shell-bg:#141414f2;--cgmu-shell-border:#ffffff1a;--cgmu-shell-shadow:none;--cgmu-header-border:#ffffff1a;--cgmu-title-color:#fff;--cgmu-close-color:#fff9;--cgmu-close-hover-color:#ffffffe6;--cgmu-body-color:#fff;--cgmu-panel-bg:#0f0f0f66;--cgmu-panel-soft-bg:#1919194d;--cgmu-panel-strong-bg:#19191980;--cgmu-border:#ffffff1a;--cgmu-text-primary:#fff;--cgmu-text-secondary:#ffffffe6;--cgmu-text-muted:#ffffffb3;--cgmu-text-subtle:#ffffff80;--cgmu-panel-outline:none;--cgmu-accent:#7877c6e6;--cgmu-accent-hover:#7877c6;--cgmu-accent-soft:#7877c61a;--cgmu-accent-soft-strong:#7877c633;--cgmu-accent-border:#7877c666;--cgmu-accent-border-strong:#7877c6b3;--cgmu-gradient-primary:linear-gradient(135deg, #7877c6e6, #5a3c96e6);--cgmu-gradient-primary-hover:linear-gradient(135deg, #8c8bda, #6e50aa);--cgmu-shadow-accent:0 0 20px #7877c666}._updateHtmlModal_1peje_67 .ant-modal-content{background:var(--cgmu-shell-bg);border:1px solid var(--cgmu-shell-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--cgmu-shell-shadow);border-radius:16px}._updateHtmlModal_1peje_67 .ant-modal-header{border-bottom:1px solid var(--cgmu-header-border);background:0 0}._updateHtmlModal_1peje_67 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:var(--cgmu-title-color)!important}._updateHtmlModal_1peje_67 .ant-modal-body{color:var(--cgmu-body-color);max-width:100%;overflow-x:hidden}._updateHtmlModal_1peje_67 .ant-modal-body p,._updateHtmlModal_1peje_67 .ant-modal-body h3,._updateHtmlModal_1peje_67 .ant-modal-body h4{color:var(--cgmu-body-color)!important}._updateHtmlModal_1peje_67 .ant-modal-close{color:var(--cgmu-close-color)}._updateHtmlModal_1peje_67 .ant-modal-close:hover{color:var(--cgmu-close-hover-color)}._updateHtmlModalGamer_1peje_128{--cgmu-shell-bg:radial-gradient(circle at top left, #7c3aed29, transparent 34%), radial-gradient(circle at 85% 18%, #3b82f61f, transparent 26%), radial-gradient(circle at bottom right, #ec48991f, transparent 32%), linear-gradient(152deg, #e9e5fbfa, #e1e7fff7 40%, #f4e8f5f5 100%);--cgmu-shell-border:#ffffffb8;--cgmu-shell-shadow:0 34px 84px #4c1d9529, 0 14px 34px #1e293b24;--cgmu-header-border:#6d28d92e;--cgmu-title-color:#1e1b4b;--cgmu-close-color:#312e81b8;--cgmu-close-hover-color:#312e81;--cgmu-body-color:#1e1b4b;--cgmu-panel-bg:linear-gradient(165deg, #ffffffc2, #ebe8ffb3);--cgmu-panel-soft-bg:linear-gradient(165deg, #ffffffb3, #e5ecffa3);--cgmu-panel-strong-bg:linear-gradient(165deg, #ffffffe0, #ebe8ffcc);--cgmu-border:#6366f166;--cgmu-panel-outline:inset 0 1px 0 #ffffff8a, 0 0 0 1px #6366f124, 0 10px 24px #6366f114;--cgmu-text-primary:#1e1b4b;--cgmu-text-secondary:#2e2b76;--cgmu-text-muted:#475569;--cgmu-text-subtle:#64748b;--cgmu-accent:#7c3aed;--cgmu-accent-hover:#6d28d9;--cgmu-accent-soft:#7c3aed1f;--cgmu-accent-soft-strong:#7c3aed33;--cgmu-accent-border:#7c3aed6b;--cgmu-accent-border-strong:#7c3aed9e;--cgmu-gradient-primary:linear-gradient(135deg, #7c3aed 0%, #3b82f6 52%, #ec4899 100%);--cgmu-gradient-primary-hover:linear-gradient(135deg, #6d28d9 0%, #2563eb 52%, #db2777 100%);--cgmu-shadow-accent:0 18px 38px #7c3aed3d}._page_1f6ll_38{padding-inline:max(5%,50vw - 800px)}._text-center_1f6ll_63{text-align:center}._cardsContainer_1f6ll_67{flex-wrap:wrap;justify-content:center;gap:20px;padding:32px 0 16px;display:flex;overflow:visible}._cardsContainerCompact_1f6ll_76{justify-content:stretch;gap:12px;padding:0}._card_1f6ll_67{background:var(--cgmu-panel-soft-bg);border:1px solid var(--cgmu-border);max-width:280px;box-shadow:var(--cgmu-panel-outline);cursor:pointer;text-align:center;color:inherit;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_1f6ll_67:hover{background:var(--cgmu-accent-soft-strong);border-color:var(--cgmu-accent-border-strong);box-shadow:var(--cgmu-shadow-accent);transform:translateY(-4px)}._card_1f6ll_67:hover ._iconWrapper_1f6ll_107{background:var(--cgmu-gradient-primary);border-color:var(--cgmu-accent-hover);box-shadow:var(--cgmu-shadow-accent)}._card_1f6ll_67:hover ._icon_1f6ll_107{color:#fff}._card_1f6ll_67:hover ._title_1f6ll_115{color:var(--cgmu-text-primary)}._card_1f6ll_67:active{transform:translateY(-1px)}._cardSelected_1f6ll_122{box-shadow:0 0 0 2px #22c55ee6, var(--cgmu-panel-outline);border-color:#22c55e}._cardSelected_1f6ll_122 ._iconWrapper_1f6ll_107{box-shadow:0 0 0 1px #22c55e52, var(--cgmu-panel-outline);border-color:#22c55eb8}._cardDisabled_1f6ll_131{cursor:not-allowed;opacity:.56;transform:none}._cardDisabled_1f6ll_131:hover,._cardDisabled_1f6ll_131:focus-visible,._cardDisabled_1f6ll_131:active{background:var(--cgmu-panel-soft-bg);border-color:var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);transform:none}._cardDisabled_1f6ll_131 ._iconWrapper_1f6ll_107{background:var(--cgmu-panel-strong-bg);border-color:var(--cgmu-border);box-shadow:var(--cgmu-panel-outline)}._cardDisabled_1f6ll_131 ._icon_1f6ll_107{color:var(--cgmu-text-subtle)}._cardDisabled_1f6ll_131 ._title_1f6ll_115{color:var(--cgmu-text-muted)}._cardCompact_1f6ll_154{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_1f6ll_154:hover,._cardCompact_1f6ll_154:focus-visible{z-index:4}._cardCompact_1f6ll_154:hover ._descCompact_1f6ll_167,._cardCompact_1f6ll_154:focus-visible ._descCompact_1f6ll_167{opacity:1;pointer-events:auto;transform:translateY(0)}._iconWrapper_1f6ll_107{background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);width:72px;height:72px;box-shadow:var(--cgmu-panel-outline);border-radius:50%;justify-content:center;align-items:center;transition:background .25s,border-color .25s,box-shadow .25s;display:flex}._iconWrapperCompact_1f6ll_186{width:38px;height:38px}._icon_1f6ll_107{color:var(--cgmu-text-secondary);font-size:32px;transition:color .2s}._iconCompact_1f6ll_197{font-size:20px}._title_1f6ll_115{color:var(--cgmu-text-primary);font-size:16px;font-weight:700;line-height:1.2;transition:color .2s}._titleCompact_1f6ll_209{font-size:13px;line-height:1.25}._desc_1f6ll_167{color:var(--cgmu-text-muted);font-size:13px;font-weight:400;line-height:1.5}._descCompact_1f6ll_167{top:calc(100% + 8px);border:1px solid var(--cgmu-accent-border);background:var(--cgmu-panel-strong-bg);width:100%;box-shadow:var(--cgmu-panel-outline), 0 18px 34px #7c3aed29;color:var(--cgmu-text-secondary);text-align:start;opacity:0;pointer-events:none;z-index:6;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.4;transition:opacity .2s,transform .2s;position:absolute;inset-inline-start:0;transform:translateY(-4px)}@media (width<=768px){._cardsContainer_1f6ll_67{gap:12px;padding:16px 0 8px}._card_1f6ll_67{min-width:min(240px,100%);padding:24px 18px 22px}._cardCompact_1f6ll_154{min-width:0;padding:10px 10px 12px}}@media (width<=480px){._cardsContainer_1f6ll_67{flex-direction:column}._card_1f6ll_67{width:100%;max-width:none}}._page_1agdd_38{padding-inline:max(5%,50vw - 800px)}._text-center_1agdd_63{text-align:center}._count_1agdd_67{opacity:.8;font-size:.9rem}._page_1jqlq_38{padding-inline:max(5%,50vw - 800px)}._text-center_1jqlq_63{text-align:center}._container_1jqlq_67{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_1jqlq_83{-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_1jqlq_103{color:var(--editor-accent-hover);text-transform:uppercase;font-size:9px}._legendSeparator_1jqlq_109{color:var(--editor-text-muted);font-size:10px}._elementLabel_1jqlq_114{color:var(--editor-text-secondary);font-size:9px}._toolbarContent_1jqlq_119{flex:1;align-items:center;gap:12px;display:flex}._fieldGroup_1jqlq_126{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_1jqlq_137{flex-direction:column;align-items:flex-start}._fieldLabel_1jqlq_142{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_1jqlq_158{align-items:center;gap:6px;display:flex}._toolbarDivider_1jqlq_164{background:var(--editor-border-subtle);flex-shrink:0;width:1px;height:28px}._toolbarActions_1jqlq_171{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_1jqlq_180{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_1jqlq_180::placeholder{color:var(--editor-text-muted)!important}._contentInput_1jqlq_180:hover{border-color:var(--editor-border-medium)!important}._contentInput_1jqlq_180:focus{border-color:#6366f199!important;box-shadow:0 0 0 2px #6366f11a!important}._urlInput_1jqlq_200{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_1jqlq_200 input{color:var(--editor-text-primary)!important}._urlInput_1jqlq_200 input::placeholder{color:var(--editor-text-muted)!important}._urlInput_1jqlq_200:hover{border-color:var(--editor-border-medium)!important}._urlInput_1jqlq_200:focus-within{border-color:#6366f199!important;box-shadow:0 0 0 2px #6366f11a!important}._dimensionInput_1jqlq_223{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_1jqlq_223::placeholder{color:var(--editor-text-muted)!important}._dimensionInput_1jqlq_223 .ant-input-number-input{color:var(--editor-text-primary)!important;text-align:center!important;background:0 0!important}._dimensionSeparator_1jqlq_241{color:var(--editor-text-muted);font-size:.85rem}._fontSelect_1jqlq_246{width:140px!important}._fontSelect_1jqlq_246 .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_1jqlq_246 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._sizeSelect_1jqlq_260{width:75px!important}._sizeSelect_1jqlq_260 .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_1jqlq_260 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._selectSmall_1jqlq_274{width:100px!important}._selectSmall_1jqlq_274 .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_1jqlq_274 .ant-select-selection-item{color:var(--editor-text-primary)!important;font-size:.85rem!important}._colorInput_1jqlq_288,._colorInputBg_1jqlq_289{border:1px solid var(--editor-border-subtle);cursor:pointer;background:0 0;border-radius:4px;width:32px;height:32px;padding:2px}._colorInput_1jqlq_288::-webkit-color-swatch-wrapper{padding:1px}._colorInputBg_1jqlq_289::-webkit-color-swatch-wrapper{padding:1px}._colorInput_1jqlq_288::-webkit-color-swatch{border:none;border-radius:3px}._colorInputBg_1jqlq_289::-webkit-color-swatch{border:none;border-radius:3px}._colorInputBg_1jqlq_289{position:relative}._colorInputBg_1jqlq_289: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_1jqlq_321{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_1jqlq_321:hover{border-color:var(--editor-border-medium);color:var(--editor-text-primary);background:#33415580}._formatBtn_1jqlq_321.ant-btn{background:var(--editor-input-bg)!important;border:1px solid var(--editor-border-subtle)!important;box-shadow:none!important;padding:0!important}._formatBtnActive_1jqlq_348.ant-btn{color:#66bb6a!important;background:#4caf5040!important;border:1px solid #4caf50cc!important;box-shadow:0 2px 6px #4caf504d!important}._formatBtnActive_1jqlq_348.ant-btn:hover{background:#4caf5059!important;border:1px solid #4caf50e6!important}._sliderLabel_1jqlq_359{color:var(--editor-text-secondary);white-space:nowrap;min-width:80px;font-size:.75rem}._slider_1jqlq_359{width:80px!important;margin:0!important}._slider_1jqlq_359 .ant-slider-rail{background:#ffffff1a!important}._slider_1jqlq_359 .ant-slider-track{background:#6366f1cc!important}._slider_1jqlq_359 .ant-slider-handle{border-color:#6366f1cc!important}._slider_1jqlq_359 .ant-slider-handle:after{box-shadow:0 0 0 2px #6366f166!important}._closeBtn_1jqlq_383{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_1jqlq_383:hover{color:var(--editor-text-primary);background:#ffffff1a}._hiddenInput_1jqlq_401{display:none}._containerAlert_1jqlq_405 .ant-alert{background:var(--editor-accent-muted);border:1px solid #6366f14d;padding:6px 12px}._containerAlert_1jqlq_405 .ant-alert-message{color:var(--editor-text-secondary);font-size:.8rem}._optionTextInput_1jqlq_415{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_1jqlq_415 input{color:var(--editor-text-primary)!important}._optionIconInput_1jqlq_428{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_1jqlq_437{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_1jqlq_446{color:var(--editor-text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none;font-size:11px}._sectionHeading_1jqlq_453{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_1jqlq_464{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:6px;padding:12px}._labeledField_1jqlq_471{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._labeledField_1jqlq_471>label,._labeledField_1jqlq_471>._inlineLabel_1jqlq_446{color:var(--editor-text-muted);font-size:12px}._fieldColumns_1jqlq_484{gap:8px;display:flex}._fieldColumns_1jqlq_484>*{flex:1;min-width:0}._selectOptionsList_1jqlq_493{flex-direction:column;gap:6px;display:flex}._optionRow_1jqlq_499{align-items:center;gap:6px;display:flex}._optionIndex_1jqlq_505{color:var(--editor-text-muted);text-align:center;width:18px;font-size:.75rem}._optionActions_1jqlq_512{align-items:center;gap:8px;display:flex}._optionMeta_1jqlq_437{color:var(--editor-text-muted);font-size:.7rem}._correctAnswers_1jqlq_523{flex-wrap:wrap;gap:6px;display:flex}._correctAnswers_1jqlq_523 .ant-radio-wrapper,._correctAnswers_1jqlq_523 .ant-checkbox-wrapper{color:var(--editor-text-secondary);font-size:.75rem}._radioGroup_1jqlq_534{display:flex!important}._radioGroup_1jqlq_534 .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_1jqlq_534 .ant-radio-button-wrapper:hover{z-index:1;color:var(--editor-text-primary)!important;border-color:var(--editor-border-medium)!important}._radioGroup_1jqlq_534 .ant-radio-button-wrapper:first-child{border-left:1px solid var(--editor-border-subtle)!important;border-radius:4px 0 0 4px!important}._radioGroup_1jqlq_534 .ant-radio-button-wrapper:last-child{border-radius:0 4px 4px 0!important}._radioGroup_1jqlq_534 .ant-radio-button-wrapper:before{display:none!important}._radioGroup_1jqlq_534 .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_1jqlq_534 .ant-radio-button-wrapper-checked:hover{color:var(--editor-text-primary)!important;background:#6366f166!important}._page_1w3aj_39{padding-inline:max(5%,50vw - 800px)}._text-center_1w3aj_64{text-align:center}._overlayLayer_1w3aj_73{z-index:20;pointer-events:none;position:absolute;inset:0;overflow:visible}._actionChipWrap_1w3aj_81{pointer-events:none;width:34px;height:34px;position:absolute}._actionChipLabel_1w3aj_88{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_1w3aj_81{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_1w3aj_81:hover{box-shadow:0 10px 24px var(--editor-accent-glow);transform:translateY(-1px)}._actionChipEmoji_1w3aj_132{color:#fff;line-height:1}._chipBadge_1w3aj_138{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_1w3aj_157{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_1w3aj_168{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_1w3aj_179{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_1w3aj_191{color:var(--editor-text-secondary);margin-bottom:8px;font-size:12px;font-weight:600}._presetsGrid_1w3aj_199{grid-template-columns:1fr 1fr;gap:8px;display:grid}._presetLegendRow_1w3aj_205{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:3px;display:grid}._presetLegendGroup_1w3aj_212{grid-template-columns:1fr 1fr;display:grid}._presetLegend_1w3aj_205{color:var(--editor-text-muted);text-align:center;text-transform:uppercase;letter-spacing:.04em;font-size:10px;font-weight:600}._presetOption_1w3aj_226{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;padding:4px;transition:border-color .15s,background .15s}._presetOption_1w3aj_226:hover{background:#6366f11f;border-color:#6366f18c}._presetOptionActive_1w3aj_239{background:#6366f12e;border-color:#6366f1b8}._presetPreview_1w3aj_244{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_1w3aj_256{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_1w3aj_256{background:linear-gradient(90deg,#0f172a 0 50%,#f8fafc 50% 100%)}._controlRow_1w3aj_273{grid-template-columns:84px 1fr;align-items:center;gap:8px;margin-bottom:8px;display:grid}._controlRow_1w3aj_273:last-child{margin-bottom:0}._controlLabel_1w3aj_284{color:var(--editor-text-secondary);font-size:11px;font-weight:600}._controlSelect_1w3aj_290,._controlNumber_1w3aj_291{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_1w3aj_290:focus,._controlNumber_1w3aj_291:focus{border-color:#6366f1a6;box-shadow:0 0 0 2px #6366f133}._controlSelect_1w3aj_290 .ant-input,._controlNumber_1w3aj_291 .ant-input{color:var(--editor-text-primary);background:0 0;font-size:12px}._controlSelect_1w3aj_290.ant-input-outlined:focus-within,._controlNumber_1w3aj_291.ant-input-outlined:focus-within{border-color:#6366f1a6;box-shadow:0 0 0 2px #6366f133}._controlSelect_1w3aj_290 option{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._toggleGroup_1w3aj_324{gap:6px;display:flex}._toggle_1w3aj_324{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_1w3aj_324:hover{background:#6366f11f;border-color:#6366f18c}._toggleIcon_1w3aj_351{flex-shrink:0;font-size:13px}._toggleLabel_1w3aj_356{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_1w3aj_376{background:#6366f12e;border-color:#6366f1b8}._colorPanelSection_1w3aj_382{border-top:1px solid var(--editor-border-medium);margin-top:8px;padding-top:8px}._colorPanelRow_1w3aj_388{align-items:center;gap:8px;margin-bottom:6px;display:flex}._colorPanelRow_1w3aj_388:last-child{margin-bottom:0}._colorPanelLabel_1w3aj_398{opacity:.85;min-width:52px;font-size:12px}._colorPanelInput_1w3aj_404{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_1w3aj_404:focus{border-color:#6366f1a6}._colorPanelSlider_1w3aj_418{accent-color:#6366f1;flex:1}._panelActionBtn_1w3aj_424{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_1w3aj_424:hover:not(:disabled){background:#6366f152;border-color:#6366f1a6}._panelActionBtn_1w3aj_424:disabled{opacity:.4;cursor:not-allowed}._panelActionBtnDanger_1w3aj_445{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_1w3aj_445:hover{background:#ef444438;border-color:#ef4444a6}._page_1sxyu_38{padding-inline:max(5%,50vw - 800px)}._text-center_1sxyu_63{text-align:center}._modal_1sxyu_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}._modal_1sxyu_67 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;padding:20px 24px}._modal_1sxyu_67 .ant-modal-title{color:var(--editor-text-primary);font-size:18px;font-weight:600}._modal_1sxyu_67 .ant-modal-body{padding:24px}._modal_1sxyu_67 .ant-modal-close{color:var(--editor-text-muted)}._modal_1sxyu_67 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_1sxyu_67 .ant-input,._modal_1sxyu_67 .ant-input-affix-wrapper,._modal_1sxyu_67 textarea.ant-input{background:var(--editor-input-bg)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important}._modal_1sxyu_67 .ant-input::placeholder,._modal_1sxyu_67 .ant-input-affix-wrapper::placeholder,._modal_1sxyu_67 textarea.ant-input::placeholder{color:var(--editor-text-muted)!important}._modal_1sxyu_67 .ant-input:hover,._modal_1sxyu_67 .ant-input-affix-wrapper:hover,._modal_1sxyu_67 textarea.ant-input:hover{border-color:var(--editor-border-medium)!important}._modal_1sxyu_67 .ant-input:focus,._modal_1sxyu_67 .ant-input-affix-wrapper:focus,._modal_1sxyu_67 textarea.ant-input:focus,._modal_1sxyu_67 .ant-input-affix-wrapper-focused{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._modal_1sxyu_67 .ant-input-textarea-show-count:after,._modal_1sxyu_67 .ant-input-show-count-suffix,._modal_1sxyu_67 .ant-input-data-count{color:var(--editor-text-muted)!important}._modal_1sxyu_67 .ant-alert{border-radius:8px}._modal_1sxyu_67 .ant-alert-error{background:#ff4d4f14;border-color:#ff4d4f40}._modal_1sxyu_67 .ant-alert-error .ant-alert-message{color:#ff7875}._modal_1sxyu_67 .ant-alert-error .ant-alert-description{color:var(--editor-text-secondary)}._modal_1sxyu_67 .ant-alert-success{background:#52c41a14;border-color:#52c41a40}._modal_1sxyu_67 .ant-alert-success .ant-alert-message{color:#95de64;font-weight:600}._modal_1sxyu_67 .ant-alert-success .ant-alert-description{color:var(--editor-text-secondary)}._modal_1sxyu_67 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-secondary)}._modal_1sxyu_67 .ant-btn-default:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._modal_1sxyu_67 .ant-btn-default:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-muted);opacity:.5}._modal_1sxyu_67 .ant-progress-inner{background:var(--editor-border-subtle)!important}._form_1sxyu_168{flex-direction:column;gap:20px;display:flex}._formField_1sxyu_174{flex-direction:column;gap:8px;display:flex}._label_1sxyu_180{color:var(--editor-text-primary);font-size:14px;font-weight:500}._required_1sxyu_186{color:#ff7875}._optional_1sxyu_190{color:var(--editor-text-muted);font-weight:400}._errorAlert_1sxyu_195{margin-bottom:4px}._thumbnailSection_1sxyu_199{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_1sxyu_209{color:var(--editor-text-primary);font-size:14px;font-weight:500}._thumbnailLoading_1sxyu_215{color:var(--editor-text-muted);justify-content:center;align-items:center;gap:10px;padding:28px 16px;font-size:13px;display:flex}._thumbnailSpinner_1sxyu_225{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_1sxyu_1}@keyframes _spin_1sxyu_1{to{transform:rotate(360deg)}}._thumbnailPreviewWrapper_1sxyu_239{border-radius:6px;position:relative;overflow:hidden}._thumbnailPreviewWrapper_1sxyu_239:hover ._thumbnailOverlay_1sxyu_244{opacity:1}._thumbnailImage_1sxyu_248{object-fit:cover;border:1px solid var(--editor-border-subtle);border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailOverlay_1sxyu_244{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailChangeButton_1sxyu_269{align-items:center;gap:6px;font-size:14px;display:flex;color:var(--editor-text-primary)!important}._thumbnailChangeButton_1sxyu_269:hover{color:var(--editor-accent-hover)!important;background:var(--editor-accent-muted)!important}._thumbnailEmptyState_1sxyu_281{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_1sxyu_281:hover:not(:disabled){border-color:var(--editor-accent);background:var(--editor-accent-muted);color:var(--editor-text-primary)}._thumbnailEmptyState_1sxyu_281:disabled{opacity:.5;cursor:not-allowed}._thumbnailEmptyIcon_1sxyu_305{color:var(--editor-accent);opacity:.6;font-size:28px}._thumbnailEmptyText_1sxyu_311{font-size:13px}._thumbnailHint_1sxyu_315{color:var(--editor-text-muted);font-size:12px;display:block}._thumbnailWarning_1sxyu_321{color:#ff7875;font-size:12px;font-weight:500;display:block}._hiddenInput_1sxyu_328{display:none}._progressContainer_1sxyu_332{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_1sxyu_342{text-align:center;color:var(--editor-text-secondary);margin:0;font-size:14px}._actions_1sxyu_349{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}._uploadButton_1sxyu_356{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_1sxyu_356:hover:not(:disabled){background:linear-gradient(135deg, var(--editor-accent-hover) 0%, #a5b4fc 100%);box-shadow:0 6px 16px var(--editor-accent-glow)}._uploadButton_1sxyu_356:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted)}._successContainer_1sxyu_372{flex-direction:column;gap:24px;display:flex}._urlContainer_1sxyu_378{flex-direction:column;gap:8px;display:flex}._urlInput_1sxyu_384{font-family:Consolas,Monaco,Courier New,monospace;font-size:13px}._urlInput_1sxyu_384:focus{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._copyButton_1sxyu_393{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_1sxyu_393:hover{background:linear-gradient(135deg, var(--editor-accent-hover) 0%, #a5b4fc 100%);box-shadow:0 6px 16px var(--editor-accent-glow)}._backToStudioButton_1sxyu_404{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border:1px solid #f59e0b80;box-shadow:0 4px 12px #f9731640}._backToStudioButton_1sxyu_404:hover{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#fb923c 100%);box-shadow:0 6px 16px #f9731659}._page_1yiuy_38{padding-inline:max(5%,50vw - 800px)}._text-center_1yiuy_63{text-align:center}._quota_1yiuy_67{flex-direction:column;gap:4px;min-width:160px;display:flex}._barTrack_1yiuy_74{background:var(--editor-border-subtle);border-radius:3px;height:6px;overflow:hidden}._barFill_1yiuy_81{background:#52c41a;border-radius:3px;height:100%;transition:width .4s}._barFill_1yiuy_81._warning_1yiuy_87{background:#faad14}._barFill_1yiuy_81._critical_1yiuy_90{background:#ff4d4f}._label_1yiuy_94{color:var(--editor-text-muted);white-space:nowrap;font-size:11px}._page_1lpop_38{padding-inline:max(5%,50vw - 800px)}._text-center_1lpop_63{text-align:center}._zone_1lpop_67{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_1lpop_67:hover{border-color:var(--editor-accent);background:var(--editor-accent-muted)}._zone_1lpop_67._dragOver_1lpop_84{border-color:var(--editor-accent-hover);background:var(--editor-accent-muted)}._zone_1lpop_67._disabled_1lpop_88{opacity:.5;pointer-events:none}._hiddenInput_1lpop_93{display:none}._icon_1lpop_97{color:var(--editor-accent);font-size:28px}._primaryText_1lpop_102{color:var(--editor-text-primary);font-size:13px;font-weight:500}._secondaryText_1lpop_108{color:var(--editor-text-muted);font-size:11px;text-decoration:underline}._page_1rawd_38{padding-inline:max(5%,50vw - 800px)}._text-center_1rawd_63{text-align:center}._list_1rawd_67{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_1rawd_67::-webkit-scrollbar{width:8px}._list_1rawd_67::-webkit-scrollbar-track{background:var(--editor-border-subtle);border-radius:10px}._list_1rawd_67::-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_1rawd_67::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent-hover))}._header_1rawd_93{justify-content:space-between;align-items:center;padding-bottom:4px;display:flex}._itemsGrid_1rawd_100{grid-template-columns:repeat(3,minmax(0,1fr));grid-auto-rows:1fr;align-items:stretch;gap:8px;display:grid}._title_1rawd_108{color:var(--editor-text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}._clearBtn_1rawd_116{color:var(--editor-accent);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 8px;font-size:11px}._clearBtn_1rawd_116:hover{background:var(--editor-accent-muted);color:var(--editor-accent-hover)}._item_1rawd_100{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_1rawd_144{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}._fileName_1rawd_152{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_1rawd_165{color:var(--editor-text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}._errorMsg_1rawd_173{color:#ff4d4f;font-size:11px}._itemActions_1rawd_178{flex-shrink:0;align-self:flex-start;align-items:center;gap:8px;display:flex}._spinner_1rawd_186{color:var(--editor-accent);font-size:16px;animation:1s linear infinite _spin_1rawd_186}@keyframes _spin_1rawd_186{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._successIcon_1rawd_200{color:#52c41a;font-size:16px}._dupIcon_1rawd_205{color:#faad14;font-size:16px}._errorIcon_1rawd_210{color:#ff4d4f;font-size:16px}._cancelBtn_1rawd_215,._dismissBtn_1rawd_216{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_1rawd_215:hover,._dismissBtn_1rawd_216:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._itemActions_1rawd_178 .ant-progress-text{color:var(--editor-text-muted)!important;font-size:9px!important}@media (width<=900px){._itemsGrid_1rawd_100{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){._itemsGrid_1rawd_100{grid-template-columns:minmax(0,1fr)}}._page_1nof7_38{padding-inline:max(5%,50vw - 800px)}._text-center_1nof7_63{text-align:center}._filters_1nof7_67{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}._pills_1nof7_75{gap:6px;display:flex}._pill_1nof7_75{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_1nof7_75:hover{border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._pill_1nof7_75._active_1nof7_96{background:var(--editor-accent-muted);border-color:var(--editor-accent);color:var(--editor-text-primary)}._searchInput_1nof7_102{flex-shrink:0;max-width:240px}._searchInput_1nof7_102.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_1nof7_102.ant-input-affix-wrapper input{color:var(--editor-text-primary);background:0 0}._searchInput_1nof7_102.ant-input-affix-wrapper input::placeholder{color:var(--editor-text-muted)}._searchInput_1nof7_102.ant-input-affix-wrapper:hover,._searchInput_1nof7_102.ant-input-affix-wrapper:focus-within{border-color:var(--editor-accent)}._tagsSelect_1nof7_123{flex:1;min-width:180px;max-width:280px}._tagsSelect_1nof7_123.ant-select .ant-select-selector,._tagsSelect_1nof7_123.ant-select.ant-select-outlined:not(.ant-select-customize-input) .ant-select-selector,._tagsSelect_1nof7_123.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_1nof7_123.ant-select .ant-select-selection-search-input,._tagsSelect_1nof7_123.ant-select .ant-select-selection-placeholder{color:var(--editor-text-primary)!important;background:0 0!important}._tagsSelect_1nof7_123.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_1nof7_123.ant-select .ant-select-selection-placeholder,._tagsSelect_1nof7_123.ant-select .ant-select-arrow,._tagsSelect_1nof7_123.ant-select .ant-select-clear{color:var(--editor-text-muted)!important}._tagsSelect_1nof7_123.ant-select.ant-select-focused .ant-select-selector,._tagsSelect_1nof7_123.ant-select:hover .ant-select-selector{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._sortSelect_1nof7_154{flex-shrink:0;min-width:150px}._sortSelect_1nof7_154.ant-select .ant-select-selector,._sortSelect_1nof7_154.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_1nof7_154.ant-select .ant-select-selection-item{color:var(--editor-text-primary)!important}._sortSelect_1nof7_154.ant-select .ant-select-selection-placeholder,._sortSelect_1nof7_154.ant-select .ant-select-arrow{color:var(--editor-text-muted)!important}._sortSelect_1nof7_154.ant-select.ant-select-focused .ant-select-selector,._sortSelect_1nof7_154.ant-select:hover .ant-select-selector{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}@media (width<=768px){._filters_1nof7_67{align-items:stretch;gap:10px}._pills_1nof7_75{flex-wrap:wrap;width:100%}._searchInput_1nof7_102,._tagsSelect_1nof7_123{flex:1 1 0;min-width:0;max-width:none}._sortSelect_1nof7_154{width:100%;min-width:0}}._page_1rw55_38{padding-inline:max(5%,50vw - 800px)}._text-center_1rw55_63{text-align:center}._cardWrap_1rw55_67{padding-top:10px;position:relative;overflow:visible}._card_1rw55_67{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;position:relative;overflow:hidden}._card_1rw55_67:hover{border-color:var(--editor-border-medium);transform:translateY(-2px);box-shadow:0 3px 10px #0003}._card_1rw55_67._selected_1rw55_89{border-color:var(--editor-accent);background:linear-gradient(180deg, #00b4ff24, var(--editor-input-bg));transform:translateY(-2px);box-shadow:0 0 0 2px #00b4ff47,0 12px 24px #00b4ff29}._card_1rw55_67._selected_1rw55_89:after{content:"";border-radius:inherit;pointer-events:none;border:1px solid #00b4ff57;position:absolute;inset:0}._card_1rw55_67._existingItem_1rw55_103{border-color:#f5a623;box-shadow:0 0 0 2px #f5a62359}._existingLegend_1rw55_108{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_1rw55_126{aspect-ratio:1;background:var(--editor-bg-elevated);position:relative;overflow:hidden}._thumbImg_1rw55_133{object-fit:cover;width:100%;height:100%}._thumbPlaceholder_1rw55_139{width:100%;height:100%;color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:22px;display:flex}._typeBadge_1rw55_149{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}._selectedBadge_1rw55_165{top:4px;z-index:2;background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent));color:#04121d;border:1px solid #ffffff29;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;font-size:12px;display:inline-flex;position:absolute;inset-inline-start:4px;box-shadow:0 6px 14px #00b4ff47}._info_1rw55_183{flex-direction:column;gap:1px;padding:6px 7px 7px;display:flex}._name_1rw55_190{color:var(--editor-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;overflow:hidden}._meta_1rw55_199{color:var(--editor-text-muted);font-size:10px}@media (width<=768px){._cardWrap_1rw55_67{padding-top:8px}._card_1rw55_67{border-radius:8px}._existingLegend_1rw55_108{padding:1px 5px;font-size:8px;top:6px}._thumbPlaceholder_1rw55_139{font-size:18px}._typeBadge_1rw55_149{top:3px;width:18px;height:18px;font-size:9px;inset-inline-end:3px}._selectedBadge_1rw55_165{top:3px;width:20px;height:20px;font-size:11px;inset-inline-start:3px}._info_1rw55_183{padding:5px 6px 6px}._name_1rw55_190{font-size:10px}._meta_1rw55_199{font-size:9px}}._page_vb6yu_38{padding-inline:max(5%,50vw - 800px)}._text-center_vb6yu_63{text-align:center}._wrapper_vb6yu_67{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;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_vb6yu_67::-webkit-scrollbar{width:8px}._wrapper_vb6yu_67::-webkit-scrollbar-track{background:var(--editor-border-subtle);border-radius:10px}._wrapper_vb6yu_67::-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_vb6yu_67::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg, var(--editor-accent-hover), var(--editor-accent-hover))}._grid_vb6yu_97{grid-template-columns:repeat(auto-fill,minmax(88px,1fr));gap:8px;padding-top:6px;display:grid}._center_vb6yu_104{flex:1;justify-content:center;align-items:center;min-height:160px;display:flex}._emptyText_vb6yu_112{color:var(--editor-text-muted);font-size:13px}._loadMore_vb6yu_117{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_vb6yu_117:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._loadMore_vb6yu_117:disabled{opacity:.5;cursor:default}._loadMoreSentinel_vb6yu_138{min-height:40px;color:var(--editor-text-muted);justify-content:center;align-self:stretch;align-items:center;padding:8px 12px 12px;font-size:12px;display:flex}@media (width<=768px){._wrapper_vb6yu_67{gap:14px;padding-inline-end:0}._grid_vb6yu_97{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px}._loadMore_vb6yu_117{width:100%}._loadMoreSentinel_vb6yu_138{min-height:36px;padding-bottom:8px}}._page_190mm_38{padding-inline:max(5%,50vw - 800px)}._text-center_190mm_63{text-align:center}._pickerModal_190mm_68 .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_190mm_68 .ant-modal-close{color:var(--editor-text-muted);top:18px;inset-inline-end:20px}._pickerModal_190mm_68 .ant-modal-close:hover{color:var(--editor-text-primary)}._pickerModal_190mm_68 .ant-modal-body{padding:0}._container_190mm_88{flex-direction:column;gap:14px;max-height:80vh;padding:24px;display:flex;position:relative;overflow:hidden}._header_190mm_98{justify-content:space-between;align-items:center;gap:16px;display:flex}._title_190mm_105{color:var(--editor-text-primary);margin:0;font-size:18px;font-weight:700}._body_190mm_112{flex:1;min-height:0;overflow:auto}._footer_190mm_118{border-top:1px solid var(--editor-border-subtle);justify-content:flex-end;gap:8px;padding-top:12px;display:flex}._pendingOverlay_190mm_126{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#0a1020d1,#070c18eb);justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}._pendingCard_190mm_138{text-align:center;background:linear-gradient(#1a223af5,#0d1322fa);border:1px solid #ffffff1f;border-radius:18px;flex-direction:column;align-items:center;gap:12px;max-width:440px;padding:28px 24px;display:flex;box-shadow:0 22px 60px #0000005c}._pendingTitle_190mm_152{color:var(--editor-text-primary);margin:0;font-size:18px;font-weight:700}._pendingText_190mm_159{color:var(--editor-text-secondary);margin:0;font-size:14px;line-height:1.6}._page_1nowl_38{padding-inline:max(5%,50vw - 800px)}._text-center_1nowl_63{text-align:center}._mediaLibBtn_1nowl_67{white-space:nowrap;flex-shrink:0;align-items:center;gap:4px;display:inline-flex}._page_6cmsu_38{padding-inline:max(5%,50vw - 800px)}._text-center_6cmsu_63{text-align:center}._root_6cmsu_67{align-items:center;gap:8px;display:flex}._root_6cmsu_67 .ant-input,._root_6cmsu_67 .ant-input-affix-wrapper{min-width:0}._vertical_6cmsu_77{flex-direction:column;align-items:stretch}._page_110ui_39{padding-inline:max(5%,50vw - 800px)}._text-center_110ui_64{text-align:center}._addSlideOptions_110ui_69{gap:6px;margin-bottom:8px;display:flex}._addSlideOptions_110ui_69>button{flex:1}._animSection_110ui_78{margin-bottom:8px}._animSection_110ui_78:last-child{margin-bottom:0}._animGrid_110ui_85{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;width:100%;display:grid}._animOption_110ui_92{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_110ui_92:hover{background:#6366f11f;border-color:#6366f18c}._animOptionActive_110ui_112{background:#6366f12e;border-color:#6366f1b8}._animIcon_110ui_117{font-size:16px;line-height:1}._animLabel_110ui_122{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_110ui_134{margin-top:10px;margin-bottom:0}._speedRow_110ui_139{align-items:center;gap:6px;margin-top:4px;display:flex}._speedSlider_110ui_146{accent-color:#6366f1;cursor:pointer;appearance:none;background:var(--editor-border-medium);border-radius:4px;outline:none;flex:1;height:4px}._speedSlider_110ui_146::-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_110ui_146::-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_110ui_176{color:var(--editor-text-secondary);white-space:nowrap;flex-shrink:0;font-size:9px;font-weight:600}._page_p672o_38{padding-inline:max(5%,50vw - 800px)}._text-center_p672o_63{text-align:center}._toolbar_p672o_67{flex-direction:column;gap:16px;padding:16px;display:flex}._section_p672o_74{flex-direction:column;gap:12px;display:flex}._sectionTitle_p672o_80{color:var(--editor-text-primary);margin:0;font-size:14px;font-weight:600}._row_p672o_87{flex-wrap:wrap;gap:12px;display:flex}._label_p672o_93{color:var(--editor-text-muted);flex-direction:column;flex:1;gap:4px;min-width:120px;font-size:12px;display:flex}._input_p672o_103{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_p672o_103:focus{border-color:#6366f199;outline:none;box-shadow:0 0 0 2px #6366f11a}._inputGroup_p672o_118{align-items:stretch;gap:4px;display:flex}._unitSelect_p672o_124{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_p672o_124:focus{border-color:#6366f199;outline:none}._unitSelect_p672o_124 option{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._info_p672o_143{color:var(--editor-text-muted);border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:4px;padding:12px;font-size:12px}._info_p672o_143 p{margin:0}._page_usmc1_38{padding-inline:max(5%,50vw - 800px)}._text-center_usmc1_63{text-align:center}._optionsHeader_usmc1_67{justify-content:space-between;align-items:center;width:100%;margin-bottom:12px;display:flex}._optionsTitle_usmc1_75{color:#fff9;text-transform:uppercase;letter-spacing:.4px;font-size:.75rem}._optionRowExtended_usmc1_82{align-items:center;gap:6px;display:flex}._correctCheckbox_usmc1_88{flex-shrink:0}._optionsTable_usmc1_92{margin-top:8px;overflow-x:auto}._table_usmc1_97{border-collapse:collapse;background:#0003;border-radius:4px;width:100%;overflow:hidden}._tableHeader_usmc1_105{color:#ffffffb3;text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;padding:8px;font-size:.75rem;font-weight:600}._columnHeader_usmc1_115{justify-content:space-between;align-items:center;gap:8px;min-width:120px;display:flex}._rowLabel_usmc1_123{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_usmc1_135{text-align:center;vertical-align:middle;border:1px solid #ffffff1a;min-width:120px;padding:8px}._page_c5p68_38{padding-inline:max(5%,50vw - 800px)}._text-center_c5p68_63{text-align:center}._baseModal_c5p68_67 .ant-modal-content{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);border-radius:14px;overflow:hidden}._baseModal_c5p68_67 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;margin-bottom:0;padding:14px 20px}._baseModal_c5p68_67 .ant-modal-title{color:var(--editor-text-primary);font-size:15px;font-weight:600}._baseModal_c5p68_67 .ant-modal-close-x{color:var(--editor-text-muted)}._baseModal_c5p68_67 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._baseModal_c5p68_67 .ant-modal-body{padding:18px 20px}._baseModal_c5p68_67 .ant-modal-footer{border-top:1px solid var(--editor-border-subtle);padding:12px 20px 16px}._baseModal_c5p68_67 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-medium);color:var(--editor-text-secondary)}._baseModal_c5p68_67 .ant-btn-default:hover{color:var(--editor-text-primary);border-color:var(--editor-border-strong,var(--editor-border-medium))}._baseModal_c5p68_67 .ant-input,._baseModal_c5p68_67 .ant-select-selector{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-medium)!important;color:var(--editor-text-primary)!important}._baseModal_c5p68_67 .ant-input::placeholder,._baseModal_c5p68_67 .ant-select-selection-placeholder{color:var(--editor-text-muted)!important}._baseModal_c5p68_67 .ant-select-arrow{color:var(--editor-text-muted)}._chromeLess_c5p68_122 .ant-modal-content{overflow:visible;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important}._chromeLess_c5p68_122 .ant-modal-body{padding:0}._nonBlockingWrap_c5p68_133{pointer-events:none}._nonBlockingWrap_c5p68_133 .ant-modal{pointer-events:auto;max-width:none;margin:0;padding-bottom:0;position:fixed;top:0;left:0;right:auto}._nonBlockingWrap_c5p68_133 .ant-modal-content{max-height:inherit;flex-direction:column;display:flex;overflow:visible}._nonBlockingWrap_c5p68_133 .ant-modal-body{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex;overflow:visible}._nonBlockingWrap_c5p68_133 .ant-modal-body>*{min-width:0}._page_1uz91_38{padding-inline:max(5%,50vw - 800px)}._text-center_1uz91_63{text-align:center}._modalContent_1uz91_67{min-width:0;height:auto;min-height:0;padding-block:16px 20px;display:flex}._modalContentNonBlocking_1uz91_75{width:100%;min-width:0}._fieldsSection_1uz91_80{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_1uz91_94{max-height:none}._innerFrameHeader_1uz91_98{inset-inline:0;pointer-events:none;height:0;position:absolute;top:0}._innerFrameTitle_1uz91_106{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_1uz91_123{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_1uz91_123:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._fieldsContent_1uz91_145{background:0 0;flex-direction:column;gap:0;min-width:0;min-height:0;padding:20px 12px 24px;display:flex;overflow:visible}._fieldsContentNonBlocking_1uz91_156{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-auto-rows:min-content;align-content:start;gap:10px 12px;display:grid}._fieldsContentNonBlocking_1uz91_156 ._typeTiles_1uz91_163,._fieldsContentNonBlocking_1uz91_156 ._note_1uz91_164{grid-column:1/-1}._fieldsContentNonBlocking_1uz91_156 ._autoplayNote_1uz91_167{grid-column:5/span 1;align-self:center}@media (width<=1280px){._fieldsContentNonBlocking_1uz91_156 ._autoplayNote_1uz91_167{grid-column:1/-1}}._fieldsContentNonBlocking_1uz91_156 ._fieldRow_1uz91_176{border-bottom:none;min-width:0;padding-block:0}._videoFieldsContentNonBlocking_1uz91_182{grid-template-columns:minmax(150px,.9fr) minmax(170px,1fr) minmax(220px,2.1fr) minmax(140px,.9fr);align-items:start}._videoFieldsContentNonBlocking_1uz91_182 ._typeFieldRow_1uz91_186{grid-column:1}._videoFieldsContentNonBlocking_1uz91_182 ._transparencyFieldRow_1uz91_189{grid-column:2}._videoFieldsContentNonBlocking_1uz91_182 ._videoUrlFieldRow_1uz91_192{grid-column:3}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196{grid-column:4}._videoFieldsContentNonBlocking_1uz91_182 ._autoplayNote_1uz91_167,._videoFieldsContentNonBlocking_1uz91_182 ._note_1uz91_164{grid-column:1/-1}._videoFieldsContentNonBlocking_1uz91_182 ._fieldRow_1uz91_176{align-self:start;min-height:52px}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;min-height:42px}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195 ._fieldLabel_1uz91_215,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196 ._fieldLabel_1uz91_215{text-align:start;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195 ._switchFieldControl_1uz91_222,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196 ._switchFieldControl_1uz91_222{flex:none;justify-content:flex-end;width:auto}._videoFieldsContentNonBlocking_1uz91_182 ._typeTiles_1uz91_163{flex-wrap:nowrap;gap:10px}._videoFieldsContentNonBlocking_1uz91_182 ._typeTile_1uz91_163{gap:3px;width:52px;min-width:52px;height:52px}._videoFieldsContentNonBlocking_1uz91_182 ._typeTileIcon_1uz91_238{font-size:14px}._videoFieldsContentNonBlocking_1uz91_182 ._typeTileText_1uz91_241{font-size:9px}._videoFieldsContentNonBlocking_1uz91_182 ._videoUrlFieldRow_1uz91_192 .ant-input{min-height:34px}@media (width<=1320px){._videoFieldsContentNonBlocking_1uz91_182{grid-template-columns:repeat(2,minmax(220px,1fr))}._videoFieldsContentNonBlocking_1uz91_182 ._typeFieldRow_1uz91_186{grid-column:1}._videoFieldsContentNonBlocking_1uz91_182 ._transparencyFieldRow_1uz91_189{grid-column:2}._videoFieldsContentNonBlocking_1uz91_182 ._videoUrlFieldRow_1uz91_192{grid-column:1/-1}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195{grid-column:1}._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196{grid-column:2}}@media (width<=960px){._videoFieldsContentNonBlocking_1uz91_182{grid-template-columns:1fr}._videoFieldsContentNonBlocking_1uz91_182 ._typeFieldRow_1uz91_186,._videoFieldsContentNonBlocking_1uz91_182 ._transparencyFieldRow_1uz91_189,._videoFieldsContentNonBlocking_1uz91_182 ._videoUrlFieldRow_1uz91_192,._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196,._videoFieldsContentNonBlocking_1uz91_182 ._autoplayNote_1uz91_167,._videoFieldsContentNonBlocking_1uz91_182 ._note_1uz91_164{grid-column:1}._videoFieldsContentNonBlocking_1uz91_182 ._muteFieldRow_1uz91_195,._videoFieldsContentNonBlocking_1uz91_182 ._loopFieldRow_1uz91_196{justify-content:space-between}}._innerFrameFooter_1uz91_286{inset-inline:0;justify-content:center;align-items:center;gap:10px;padding:0 14px;display:flex;position:absolute;bottom:0;transform:translateY(50%)}._innerFrameFooter_1uz91_286 .ant-btn{background:var(--editor-bg-panel)!important;border-color:var(--editor-border-medium)!important;color:var(--editor-text-primary)!important}._innerFrameFooter_1uz91_286 .ant-btn:hover{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-medium)!important}._innerFrameFooter_1uz91_286 .ant-btn-primary{background:var(--editor-accent)!important;border-color:var(--editor-accent)!important;color:var(--editor-text-primary)!important}._innerFrameFooter_1uz91_286 .ant-btn-primary:hover{background:var(--editor-accent-hover)!important;border-color:var(--editor-accent-hover)!important;color:var(--editor-text-primary)!important}._fieldRow_1uz91_176{border-bottom:1px solid var(--editor-border-subtle);flex-direction:column;gap:4px;min-width:0;padding-block:6px;display:flex}._fieldRow_1uz91_176:last-child{border-bottom:none}._fieldRow_1uz91_176 .ant-select,._fieldRow_1uz91_176 .ant-input-affix-wrapper,._fieldRow_1uz91_176 .ant-input{width:100%;min-width:0}._switchRow_1uz91_335{justify-content:space-between;align-items:center;padding-block:2px;display:flex}._fieldLabel_1uz91_215{color:var(--editor-text-secondary);font-size:12px}._labelWithIcon_1uz91_347{align-items:center;gap:6px;display:inline-flex}._labelIcon_1uz91_353{font-size:13px;line-height:1}._switchFieldControl_1uz91_222{align-items:center;min-height:28px;display:flex}._muteFieldRow_1uz91_195{align-items:center}._muteFieldRow_1uz91_195 ._fieldLabel_1uz91_215{text-align:center}._muteFieldRow_1uz91_195 ._switchFieldControl_1uz91_222{justify-content:center;width:100%}._sliderFieldRow_1uz91_375 .ant-slider{margin-block:4px 0;margin-inline:4px}._sliderFieldRow_1uz91_375 .ant-slider-rail{background:var(--editor-border-medium)}._sliderFieldRow_1uz91_375 .ant-slider-track{background:var(--editor-accent)}._sliderFieldRow_1uz91_375 .ant-slider-handle:after{box-shadow:0 0 0 2px var(--editor-accent)}._typeTiles_1uz91_163{flex-wrap:wrap;gap:8px;display:flex}._typeTile_1uz91_163{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_1uz91_163:hover{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._typeTileActive_1uz91_416{border-color:var(--editor-accent);color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._typeTileIcon_1uz91_238{font-size:12px;line-height:1}._typeTileText_1uz91_241{text-align:center;font-size:8px;line-height:1}._typeOptionLabel_1uz91_433{align-items:center;gap:8px;display:inline-flex}._colorInput_1uz91_439{border:1px solid var(--editor-border-subtle);cursor:pointer;border-radius:6px;width:46px;height:34px;padding:2px}._note_1uz91_164{color:var(--editor-text-muted);font-size:12px}._page_56qqo_38{padding-inline:max(5%,50vw - 800px)}._text-center_56qqo_63{text-align:center}._toggleGroup_56qqo_67{grid-template-columns:repeat(2,auto);align-items:center;gap:6px 12px;display:grid}._toggleItem_56qqo_74{color:#fffc;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}._page_rduju_38{padding-inline:max(5%,50vw - 800px)}._text-center_rduju_63{text-align:center}._modal_rduju_67 .ant-modal-content{background:var(--editor-bg-elevated);border:1px solid var(--editor-border-medium);border-radius:12px}._modal_rduju_67 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0}._modal_rduju_67 .ant-modal-title{color:var(--editor-text-primary);font-size:1.1rem}._modal_rduju_67 .ant-modal-close-x{color:var(--editor-text-muted)}._modal_rduju_67 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._modal_rduju_67 .ant-modal-body{padding:24px}._modal_rduju_67 .ant-modal-footer{border-top:1px solid var(--editor-border-subtle);padding:16px 24px}._modal_rduju_67 .ant-slider-mark-text,._modal_rduju_67 .ant-slider-mark-text-active{color:var(--editor-text-secondary)}._modal_rduju_67 .ant-slider-dot,._modal_rduju_67 .ant-slider-dot-active{display:none}._content_rduju_102{flex-direction:column;gap:16px;display:flex}._playerContainer_rduju_108{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;width:100%;overflow:hidden}._sliderContainer_rduju_116{background:var(--editor-input-bg);border:1px solid var(--editor-border-subtle);border-radius:8px;padding:16px}._timeDisplay_rduju_123{justify-content:space-between;align-items:center;gap:12px;display:flex}._timeLabel_rduju_130{color:var(--editor-text-secondary);font-size:.9rem}._instructions_rduju_135{color:var(--editor-text-muted);font-size:.85rem;line-height:1.4}._loading_rduju_141{color:var(--editor-text-muted);font-size:.9rem}._manualInputs_rduju_146{align-items:center;gap:12px;display:flex}._page_1c2k9_38{padding-inline:max(5%,50vw - 800px)}._text-center_1c2k9_63{text-align:center}._controlRow_1c2k9_67{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._page_1666v_38{padding-inline:max(5%,50vw - 800px)}._text-center_1666v_63{text-align:center}._toolbarContainer_1666v_67{flex-direction:column;gap:20px;width:100%;display:flex}._diceModal_1666v_74{grid-template-columns:minmax(260px,300px) minmax(0,1fr);gap:20px;min-height:620px;display:grid}._faceRail_1666v_81{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_1666v_91{flex-direction:column;gap:6px;display:flex}._faceRailEyebrow_1666v_97{letter-spacing:.12em;text-transform:uppercase;color:#818cf8e6;font-size:11px;font-weight:700}._faceRailTitle_1666v_105,._editorTitle_1666v_106,._previewTitle_1666v_107{color:#f8fafc;margin:0;font-size:20px;line-height:1.1}._faceRailHint_1666v_114,._previewHint_1666v_115{color:#e2e8f0bd;margin:0;font-size:13px;line-height:1.5}._section_1666v_122{flex-direction:column;gap:12px;display:flex}._sectionHeader_1666v_128{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_1666v_139{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}._facesList_1666v_145{flex-direction:column;gap:8px;display:flex}._faceRow_1666v_151{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_1666v_151:hover{background:#1e293bbd;border-color:#6366f16b;transform:translateY(-1px)}._faceRowActive_1666v_171{background:linear-gradient(135deg,#2563eb33,#0f172ac2);border-color:#60a5faa6;box-shadow:0 12px 26px #02061761}._facesGrid_1666v_177{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}._faceCard_1666v_183{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:0}.ant-btn ._faceCard_1666v_183{background:0 0}._faceCard_1666v_183:hover ._faceHeader_1666v_194{background:#1e293b99}._facePanel_1666v_198 .ant-collapse-header{color:var(--editor-text-secondary)!important;background:#0f172a66!important;border-radius:6px!important;padding:12px 16px!important}._facePanel_1666v_198 .ant-collapse-header:hover{background:#1e293b80!important}._facePanel_1666v_198 .ant-collapse-content-box{background:#0f172a66!important;padding:16px!important}._faceHeader_1666v_194{background:#0f172a66;border-radius:6px;align-items:center;gap:8px;width:100%;padding:12px 16px;transition:background .2s;display:flex}._faceIcon_1666v_223{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_1666v_236{flex-direction:column;flex:1;gap:4px;display:flex}._faceName_1666v_243{color:var(--editor-text-secondary);flex:1;font-weight:500}._faceRowName_1666v_249{color:#f8fafc;font-weight:600;line-height:1.3}._faceRowSummary_1666v_255{color:#e2e8f0b8;text-overflow:ellipsis;font-size:12px;line-height:1.4;overflow:hidden}._faceThumbnailImg_1666v_263{object-fit:cover;width:100%;height:100%;display:block}._faceThumbnailColor_1666v_270{justify-content:center;align-items:center;width:100%;height:100%;font-size:11px;font-weight:600;line-height:1;display:flex}._faceThumbnailPlaceholder_1666v_281{width:100%;height:100%;color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:10px;display:flex}._cubeThumbnail_1666v_291{background:radial-gradient(circle at 30% 20%,#6366f138,#0f172af2);width:100%;height:100%;position:relative}._cubeThumbnailTop_1666v_298,._cubeThumbnailLeft_1666v_299,._cubeThumbnailRight_1666v_300{border:1px solid #ffffff2e;position:absolute;box-shadow:inset 0 0 0 1px #ffffff0a}._cubeThumbnailTop_1666v_298{transform-origin:50%;width:18px;height:18px;top:5px;left:11px;transform:skew(-30deg)}._cubeThumbnailLeft_1666v_299{transform-origin:top;filter:brightness(.92);width:18px;height:16px;top:17px;left:5px;transform:skewY(30deg)}._cubeThumbnailRight_1666v_300{transform-origin:top;filter:brightness(1.08);width:18px;height:16px;top:17px;left:23px;transform:skewY(-30deg)}._faceType_1666v_335{color:#6366f1cc;text-transform:uppercase;letter-spacing:.3px;background:#6366f126;border-radius:4px;padding:2px 8px;font-size:11px}._faceStatus_1666v_345{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_1666v_357{color:#86efac;background:#14532d73;border-color:#4ade803d}._faceStatusMissing_1666v_363{color:#fcd34d;background:#78350f59;border-color:#fbbf243d}._colorPickerWrapper_1666v_369{width:100%}._colorPickerWrapper_1666v_369 .ant-color-picker-trigger{width:100%!important;height:32px!important}._divider_1666v_377{border-color:var(--editor-border-subtle);margin:16px 0}._editorStage_1666v_382{grid-template-columns:minmax(0,1.2fr) minmax(280px,.9fr);gap:20px;display:grid}._editorPanel_1666v_388,._previewPanel_1666v_389{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_1666v_400{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_1666v_400 .ant-input,._surfaceFieldGroup_1666v_400 .ant-input-number,._surfaceFieldGroup_1666v_400 .ant-input-affix-wrapper,._surfaceFieldGroup_1666v_400 .ant-color-picker-trigger{color:#e2e8f0!important;background:#071227f0!important;border-color:#60a5fa3d!important}._surfaceFieldGroup_1666v_400 .ant-input-number-input,._surfaceFieldGroup_1666v_400 .ant-input::placeholder,._surfaceFieldGroup_1666v_400 .ant-input-textarea textarea::placeholder{color:#bfdbfe85!important}._surfaceFieldGroup_1666v_400 .ant-input-number-input,._surfaceFieldGroup_1666v_400 .ant-input-textarea textarea,._surfaceFieldGroup_1666v_400 .ant-input{color:#e2e8f0!important;background:0 0!important}._surfaceFieldGroup_1666v_400 .ant-input-number:hover,._surfaceFieldGroup_1666v_400 .ant-input:hover,._surfaceFieldGroup_1666v_400 .ant-input-affix-wrapper:hover,._surfaceFieldGroup_1666v_400 .ant-color-picker-trigger:hover{border-color:#7dd3fc61!important}._surfaceFieldGroup_1666v_400 .ant-input-number-focused,._surfaceFieldGroup_1666v_400 .ant-input:focus,._surfaceFieldGroup_1666v_400 .ant-input-affix-wrapper-focused,._surfaceFieldGroup_1666v_400 .ant-input-textarea textarea:focus,._surfaceFieldGroup_1666v_400 .ant-color-picker-trigger-active{border-color:#7dd3fc85!important;box-shadow:0 0 0 2px #38bdf824!important}._surfaceFieldLabel_1666v_439{color:#bae6fdeb;background:linear-gradient(#163463f5,#0f172af5);border:1px solid #60a5fa38;border-radius:999px;box-shadow:0 8px 18px #02061738}._surfaceInput_1666v_447{background:#071227f0!important;border-color:#60a5fa3d!important}._surfaceInput_1666v_447::placeholder{color:#bfdbfe85!important}._surfaceInput_1666v_447:hover{border-color:#7dd3fc61!important}._surfaceInput_1666v_447:focus{border-color:#7dd3fc85!important;box-shadow:0 0 0 2px #38bdf824!important}._surfaceMediaInput_1666v_462{width:100%}._editorPanelHeader_1666v_466,._previewPanelHeader_1666v_467{flex-direction:column;gap:6px;display:flex}._faceTypePill_1666v_473{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_1666v_486{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}._typeButton_1666v_492{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_1666v_492:hover{background:#1e293bbd;border-color:#60a5fa6b;transform:translateY(-1px)}._typeButtonActive_1666v_512{background:linear-gradient(135deg,#1d4ed847,#0f172acc);border-color:#60a5fab3;box-shadow:0 12px 24px #0f172a47}._typeButtonIcon_1666v_518{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_1666v_530{flex-direction:column;gap:2px;min-width:0;display:flex}._typeButtonLabel_1666v_537{color:#f8fafc;font-weight:600}._typeButtonDescription_1666v_542{color:#e2e8f0a8;font-size:12px;line-height:1.4}._booleanGrid_1666v_548{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}._booleanButton_1666v_554{color:#cbd5e1;cursor:pointer;background:#0f172a8c;border:1px solid #94a3b829;border-radius:10px;height:34px;transition:border-color .2s,background .2s}._booleanButton_1666v_554:hover{background:#1e293bbd;border-color:#60a5fa6b}._booleanButtonActive_1666v_568{color:#f8fafc;background:linear-gradient(135deg,#2563eb47,#0f172ad6);border-color:#60a5faa6}._modalContent_1666v_574{grid-template-columns:minmax(220px,1fr) minmax(240px,1.1fr);align-items:start;gap:16px;display:grid}._previewWrapper_1666v_581{justify-content:flex-end;display:flex}._facePreview_1666v_586{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_1666v_599,._previewVideo_1666v_600{object-fit:cover;width:100%;height:100%}._previewText_1666v_606{text-align:center;text-transform:uppercase;justify-content:center;align-items:center;width:100%;height:100%;padding:16px;font-weight:600;display:flex}._previewLink_1666v_618{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._previewLinkText_1666v_626{color:#fff;text-transform:uppercase;letter-spacing:.4px;background:#00000040;border-radius:999px;padding:12px 22px;font-weight:600}._previewPlaceholder_1666v_636{color:var(--editor-text-muted);font-size:14px}._modalForm_1666v_641{flex-direction:column;gap:12px;display:flex}._faceModal_1666v_647 .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_1666v_647 .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_1666v_647 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._faceModal_1666v_647 .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_1666v_647 .ant-modal-close-btn:hover{background:#ffffff1f;border-color:#ffffff4d}._faceModal_1666v_647 .ant-modal-close-x{color:#fff;font-size:16px}._faceModal_1666v_647 .ant-modal-body{background:0 0;padding:24px 24px 28px}@media (width<=1024px){._diceModal_1666v_74,._editorStage_1666v_382{grid-template-columns:1fr}._previewWrapper_1666v_581{justify-content:center}}@media (width<=640px){._typeGrid_1666v_486{grid-template-columns:1fr}._faceRow_1666v_151{padding:12px}}._page_1dr3g_38{padding-inline:max(5%,50vw - 800px)}._text-center_1dr3g_63{text-align:center}._toolbarContainer_1dr3g_67{flex-flow:wrap;align-items:center;gap:12px;width:100%;display:flex}._expandableField_1dr3g_76{transition:flex .2s ease-out;position:relative}._expandableField_1dr3g_76:focus-within{z-index:10;flex:0 240px!important}@keyframes _buttonPulse_1dr3g_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_1dr3g_93{align-items:center;gap:8px;display:flex}._sectionHeader_1dr3g_99{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_1dr3g_99: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_1dr3g_122{white-space:nowrap;animation:3s ease-in-out infinite _buttonPulse_1dr3g_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_1dr3g_122: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_1dr3g_122:active{transform:translateY(0)scale(.99)!important;box-shadow:0 4px 10px #00000059,0 0 20px #6366f180!important}._symbolsButton_1dr3g_122:focus{border-color:#a5b4fc!important;outline:none!important;box-shadow:0 2px 8px #0000004d,0 0 24px #6366f199!important}._symbolsHeader_1dr3g_152{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}._symbolsGrid_1dr3g_159{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:14px;max-height:60vh;padding-right:8px;display:grid;overflow:hidden auto}._symbolsGrid_1dr3g_159::-webkit-scrollbar{width:8px}._symbolsGrid_1dr3g_159::-webkit-scrollbar-track{background:#0f172a66;border-radius:4px}._symbolsGrid_1dr3g_159::-webkit-scrollbar-thumb{background:#6366f166;border-radius:4px}._symbolsGrid_1dr3g_159::-webkit-scrollbar-thumb:hover{background:#6366f199}._symbolCard_1dr3g_183{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_1dr3g_183:hover{background:#1e293b99;border-color:#6366f199;transform:scale(1.05);box-shadow:0 4px 12px #0000004d,0 0 20px #6366f14d}._symbolCard_1dr3g_183:active{transform:scale(.98)}._symbolPreviewSmall_1dr3g_208{flex:1;justify-content:center;align-items:center;width:100%;display:flex}._emojiPreview_1dr3g_216{font-size:32px}._imagePreview_1dr3g_220{object-fit:contain;width:100%;height:100%;max-height:48px}._noPreview_1dr3g_227{color:#94a3b8;font-size:24px}._symbolInfo_1dr3g_232{justify-content:center;align-items:center;gap:4px;display:flex}._symbolType_1dr3g_239{opacity:.7;font-size:12px}._symbolPanel_1dr3g_244{flex:1;min-width:200px}._symbolPanel_1dr3g_244 .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_1dr3g_244 .ant-collapse-header:hover{background:#1e293b66!important}._symbolPanel_1dr3g_244 .ant-collapse-content-box{background:#0f172a66!important;padding:12px!important}._symbolPanel_1dr3g_244 .ant-collapse-item{border:none!important}._divider_1dr3g_267{display:none}._modalContent_1dr3g_271{grid-template-columns:1fr 1fr;align-items:start;gap:20px;display:grid}._modalForm_1dr3g_278{flex-direction:column;gap:16px;display:flex}._modalActions_1dr3g_284{border-top:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding-top:8px;display:flex}._modalActions_1dr3g_284 .ant-btn{font-weight:600!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}._modalActions_1dr3g_284 .ant-btn:hover:not(:disabled){transform:translateY(-2px)!important}._modalActions_1dr3g_284 .ant-btn:active:not(:disabled){transform:translateY(0)!important}._modalActions_1dr3g_284 .ant-btn-primary{background:linear-gradient(135deg,#6366f1d9,#4338cad9)!important;border:1px solid #6366f180!important;box-shadow:0 2px 8px #6366f14d!important}._modalActions_1dr3g_284 .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_1dr3g_284 .ant-btn-dangerous{background:linear-gradient(135deg,#dc2626d9,#b91c1cd9)!important;border:1px solid #dc262680!important;box-shadow:0 2px 8px #dc26264d!important}._modalActions_1dr3g_284 .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_1dr3g_284 .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_1dr3g_284 .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_1dr3g_334{gap:8px;display:flex}._previewWrapper_1dr3g_339{justify-content:center;align-items:start;display:flex}._symbolPreview_1dr3g_208{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_1dr3g_358{font-size:96px;line-height:1}._previewImage_1dr3g_363{object-fit:contain;width:100%;height:100%;padding:16px}._previewPlaceholder_1dr3g_370{color:#cbd5e1;text-align:center;font-size:14px}._symbolModal_1dr3g_376 .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_1dr3g_376 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._symbolModal_1dr3g_376 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._symbolModal_1dr3g_376 .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_1dr3g_376 .ant-modal-close-btn:hover{background:var(--editor-border-subtle);border-color:#94a3b8}._symbolModal_1dr3g_376 .ant-modal-close-x{color:#fff;font-size:16px}._symbolModal_1dr3g_376 .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-body{color:#fff}._symbolsModal_1dr3g_434 .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_1dr3g_434 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._symbolsModal_1dr3g_434 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._symbolsModal_1dr3g_434 .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_1dr3g_434 .ant-modal-close-btn:hover{background:var(--editor-border-subtle);border-color:#94a3b8}._symbolsModal_1dr3g_434 .ant-modal-close-x{color:#fff;font-size:16px}._symbolsModal_1dr3g_434 .ant-modal-body{background:0 0;max-height:80vh;padding:24px;overflow:hidden}._symbolsModalContent_1dr3g_478{flex-direction:column;gap:20px;min-height:0;display:flex}._symbolsModalHeader_1dr3g_485{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding-bottom:16px;display:flex}._symbolsModalHeader_1dr3g_485 .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_1dr3g_485 .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_1dr3g_485 .ant-btn-primary:active{transform:translateY(0)!important}._symbolsCount_1dr3g_509{color:#fff;text-transform:uppercase;letter-spacing:.8px;text-shadow:0 0 12px #6366f199;font-size:16px;font-weight:700}._page_1x2mg_39{padding-inline:max(5%,50vw - 800px)}._text-center_1x2mg_64{text-align:center}._root_1x2mg_69{flex-direction:column;gap:0;display:flex}._settingsRow_1x2mg_76{flex-wrap:wrap;align-items:flex-start;gap:20px 32px;display:flex}._settingsGroup_1x2mg_83{flex-direction:column;gap:8px;display:flex}._groupLabel_1x2mg_89{color:var(--editor-accent,#6366f1e6);text-transform:uppercase;letter-spacing:.6px;font-size:11px;font-weight:600}._inlineFields_1x2mg_97{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}._inlineField_1x2mg_97{flex-direction:column;gap:4px;display:flex}._fieldLabel_1x2mg_110{color:var(--editor-text-muted);letter-spacing:.2px;font-size:11px}._divider_1x2mg_116{border-color:var(--editor-border-subtle);margin:14px 0}._couplesSection_1x2mg_122{flex-direction:column;gap:12px;display:flex}._couplesSectionHeader_1x2mg_128{justify-content:space-between;align-items:center;display:flex}._couplesSectionTitle_1x2mg_134{color:var(--editor-text-primary);font-size:13px;font-weight:600}._coupleCount_1x2mg_140{color:var(--editor-text-muted);font-size:12px;font-weight:400}._couplesGrid_1x2mg_147{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}._coupleCard_1x2mg_153{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_1x2mg_153:hover{border-color:var(--editor-border-medium);background:#0f172a8c}._coupleCardActive_1x2mg_167{border-color:var(--editor-accent,#6366f1b3);background:#6366f114}._coupleCardButton_1x2mg_172{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_1x2mg_186{flex-shrink:0;align-items:center;gap:4px;display:flex}._miniPreview_1x2mg_193{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_1x2mg_206{color:var(--editor-text-muted);flex-shrink:0;font-size:12px}._coupleCardInfo_1x2mg_212{flex-direction:column;gap:2px;min-width:0;display:flex}._coupleName_1x2mg_219{color:var(--editor-text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}._coupleTypes_1x2mg_228{color:var(--editor-accent,#6366f1cc);text-transform:capitalize;letter-spacing:.2px;font-size:11px}._coupleCardActions_1x2mg_235{flex-direction:column;flex-shrink:0;justify-content:center;gap:2px;padding:4px;display:flex}._activeAction_1x2mg_244{color:var(--editor-accent,#6366f1e6)!important}._coupleModal_1x2mg_249 .ant-modal-content{border:1px solid var(--editor-border-medium);background:var(--editor-bg-elevated);border-radius:16px;overflow:hidden}._coupleModal_1x2mg_249 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;margin-bottom:0;padding:14px 20px}._coupleModal_1x2mg_249 .ant-modal-title{color:var(--editor-text-primary);font-size:14px;font-weight:600}._coupleModal_1x2mg_249 .ant-modal-close-x{color:var(--editor-text-muted)}._coupleModal_1x2mg_249 .ant-modal-close-x:hover{color:var(--editor-text-primary)}._coupleModal_1x2mg_249 .ant-modal-body{padding:20px 24px}._coupleEditorGrid_1x2mg_276{grid-template-columns:1fr auto 1fr;align-items:start;gap:0 20px;display:grid}._editorDivider_1x2mg_283{background:var(--editor-border-subtle);align-self:stretch;width:1px;margin-block:4px}._itemEditor_1x2mg_291{flex-direction:column;gap:12px;display:flex}._itemEditorLabel_1x2mg_297{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_1x2mg_307{gap:8px;display:flex}._typeTile_1x2mg_312{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_1x2mg_312:hover{background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._typeTileActive_1x2mg_332{border-color:var(--editor-accent,#6366f1e6);color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._typeTileIcon_1x2mg_338{font-size:16px;line-height:1}._typeTileText_1x2mg_343{text-align:center;font-size:10px;line-height:1}._field_1x2mg_110{flex-direction:column;gap:4px;display:flex}._fieldRow3_1x2mg_355{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}._previewWrapper_1x2mg_362{justify-content:center;margin-top:4px;display:flex}._itemPreview_1x2mg_368{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_1x2mg_381{object-fit:cover;width:100%;height:100%}._previewText_1x2mg_387{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_1x2mg_400{color:var(--editor-text-muted);justify-content:center;align-items:center;font-size:20px;display:flex}._page_1ckrk_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ckrk_63{text-align:center}._toolbarContainer_1ckrk_67{width:100%}._columnsLayout_1ckrk_71{grid-template-columns:repeat(3,1fr);gap:16px;width:100%;display:grid}._column_1ckrk_71{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:8px;flex-direction:column;gap:12px;padding:16px;display:flex}._columnHeader_1ckrk_88{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_1ckrk_98,._section_1ckrk_104{flex-direction:column;gap:12px;display:flex}._modeCard_1ckrk_110{border:1px solid var(--editor-border-subtle);background:#0f172a66;border-radius:6px;padding:12px 16px;transition:background .2s}._modeCard_1ckrk_110:hover{background:#1e293b80}._modeHeader_1ckrk_121{justify-content:space-between;align-items:center;display:flex}._modeInfo_1ckrk_127{flex:1}._modeName_1ckrk_131{color:var(--editor-text-secondary);margin-bottom:4px;font-weight:500}._modeItemCount_1ckrk_137{color:#6366f1cc;font-size:12px}._modeActions_1ckrk_142{gap:8px;display:flex}._itemCard_1ckrk_147{border:1px solid var(--editor-border-subtle);background:#1e293b66;border-radius:6px;margin-bottom:12px;padding:12px}._itemHeader_1ckrk_155{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._itemTitle_1ckrk_162{color:var(--editor-text-secondary);font-size:13px;font-weight:600}._collapsePanel_1ckrk_168 .ant-collapse-header{color:var(--editor-text-secondary)!important;background:#0f172a66!important;border-radius:6px!important;padding:12px 16px!important}._collapsePanel_1ckrk_168 .ant-collapse-header:hover{background:#1e293b80!important}._collapsePanel_1ckrk_168 .ant-collapse-content-box{background:#0f172a66!important;padding:16px!important}._divider_1ckrk_182{border-color:var(--editor-border-subtle);margin:16px 0}._modeModal_1ckrk_187 .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_1ckrk_187 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:#334155f2;align-items:center;padding:18px 24px}._modeModal_1ckrk_187 .ant-modal-title{color:#fff;letter-spacing:.08em;text-transform:uppercase;font-size:.95rem;font-weight:700}._modeModal_1ckrk_187 .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_1ckrk_187 .ant-modal-close-btn:hover{background:#ffffff1f;border-color:#ffffff4d}._modeModal_1ckrk_187 .ant-modal-close-x{color:#fff;font-size:16px}._modeModal_1ckrk_187 .ant-modal-body{background:0 0;padding:24px 24px 28px}._modalContent_1ckrk_229{flex-direction:column;gap:16px;display:flex}._page_hduqn_38{padding-inline:max(5%,50vw - 800px)}._text-center_hduqn_63{text-align:center}._typeSwitcher_hduqn_67{flex-shrink:0}._toggleGroup_hduqn_71{grid-template-columns:repeat(2,auto);align-items:center;gap:6px 12px;display:grid}._toggleItem_hduqn_78{color:#fffc;align-items:center;gap:6px;font-size:.8rem;display:inline-flex}._controlRow_hduqn_86{flex-wrap:wrap;align-items:center;gap:6px;display:flex}._page_1jevg_38{padding-inline:max(5%,50vw - 800px)}._text-center_1jevg_63{text-align:center}._image_1jevg_67,._fallback_1jevg_68{justify-content:center;align-items:center;width:100%;height:100%;display:flex}._image_1jevg_67{object-fit:contain;padding:4px}._fallback_1jevg_68{color:#e2e8f0;letter-spacing:.08em;background:radial-gradient(circle at top,#6366f147,#0f172ae6);font-size:11px;font-weight:700}._page_1loac_38{padding-inline:max(5%,50vw - 800px)}._text-center_1loac_63{text-align:center}._modal_1loac_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_1loac_67 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;margin-bottom:0;padding:20px 24px 16px}._modal_1loac_67 .ant-modal-title,._modal_1loac_67 .ant-modal-close,._modal_1loac_67 .ant-modal-close-x,._modal_1loac_67 .ant-modal-body,._modal_1loac_67 .ant-modal-footer,._modal_1loac_67 .ant-checkbox-wrapper,._modal_1loac_67 .ant-form-item-label>label,._modal_1loac_67 .ant-input-show-count-suffix,._modal_1loac_67 .ant-typography{color:#f8fbff!important}._modal_1loac_67 .ant-modal-close{color:var(--editor-text-muted);top:18px;inset-inline-end:20px}._modal_1loac_67 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_1loac_67 .ant-modal-body{padding:0}._modal_1loac_67 .ant-modal-footer{border-top:1px solid var(--editor-border-subtle);background:0 0;padding:12px 24px 18px}._modal_1loac_67 .ant-input,._modal_1loac_67 .ant-input-affix-wrapper,._modal_1loac_67 .ant-input-textarea textarea{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-medium)!important;color:#fff!important}._modal_1loac_67 .ant-input:hover,._modal_1loac_67 .ant-input-affix-wrapper:hover,._modal_1loac_67 .ant-input-textarea textarea:hover{border-color:#6366f180!important}._modal_1loac_67 .ant-input:focus,._modal_1loac_67 .ant-input-focused,._modal_1loac_67 .ant-input-affix-wrapper-focused,._modal_1loac_67 .ant-input-textarea textarea:focus{border-color:var(--editor-accent)!important;box-shadow:0 0 0 3px #6366f126!important}._modal_1loac_67 .ant-input::placeholder,._modal_1loac_67 .ant-input-textarea textarea::placeholder{color:#e0e8f57a!important}._modal_1loac_67 .ant-checkbox-inner{background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);border-radius:6px}._modal_1loac_67 .ant-checkbox-checked .ant-checkbox-inner{border-color:var(--editor-accent);background:var(--editor-accent)}._modal_1loac_67 .ant-checkbox:hover .ant-checkbox-inner,._modal_1loac_67 .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#6366f180}._modal_1loac_67 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-medium);color:#f8fbff}._modal_1loac_67 .ant-btn-default:hover,._modal_1loac_67 .ant-btn-default:focus{background:var(--editor-input-bg);border-color:var(--editor-border-strong,var(--editor-border-medium));color:#fff}._modal_1loac_67 .ant-btn-primary{background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}._modal_1loac_67 .ant-btn-primary:hover,._modal_1loac_67 .ant-btn-primary:focus{background:color-mix(in srgb, var(--editor-accent) 88%, white);border-color:color-mix(in srgb, var(--editor-accent) 88%, white);color:#fff}._content_1loac_167{color:#fff;flex-direction:column;gap:14px;max-height:80vh;padding:24px;display:flex;overflow:auto}._formStack_1loac_177,._stepEditor_1loac_178{flex-direction:column;gap:14px;display:flex}._field_1loac_184{color:#fff;flex-direction:column;gap:8px;display:flex}._fieldHeader_1loac_191{justify-content:space-between;align-items:center;gap:12px;display:flex}._fieldLabel_1loac_198,._sectionTitle_1loac_199{color:#f8fbff;letter-spacing:.2px;font-size:13px;font-weight:700}._emojiMenuButton_1loac_206{flex-shrink:0;min-width:94px}._emojiPopover_1loac_211 .ant-popover-inner{background:#090e1bf5;border:1px solid #ffffff1a;border-radius:14px;box-shadow:0 18px 40px #02061766}._emojiPopover_1loac_211 .ant-popover-arrow:before{background:#090e1bf5}._emojiPopover_1loac_211 .ant-popover-inner-content{padding:10px}._emojiGrid_1loac_224{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}._emojiOption_1loac_230{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:19px;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}._emojiOption_1loac_230:hover,._emojiOption_1loac_230:focus-visible{background:#6366f12e;border-color:#6366f18c;outline:none;transform:translateY(-1px)}._helperText_1loac_251{color:#eef6ff;margin:0;line-height:1.6}._warningText_1loac_257{color:#fde68a;background:#d4a5200f;border:1px solid #d4a5204d;border-radius:10px;padding:10px 12px;font-size:13px}._switchRow_1loac_266{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:10px;padding:12px 14px;display:flex}._modeSelector_1loac_276{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}._modeButtonGroup_1loac_286{flex-wrap:wrap;gap:10px;display:flex}._optionsSection_1loac_292{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}._optionsHeader_1loac_302{justify-content:space-between;align-items:center;gap:12px;display:flex}._optionsIntro_1loac_309{flex-direction:column;gap:2px;display:flex}._selectionHint_1loac_315{color:var(--editor-text-muted);font-size:12px}._optionList_1loac_320{flex-direction:column;gap:10px;width:100%;display:flex}._optionRow_1loac_327{background:#0f172a80;border:1px solid #ffffff12;border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}._optionCheck_1loac_337{flex-shrink:0}._optionInput_1loac_341{flex:1}._removeButton_1loac_345{flex-shrink:0}._categoryChoiceButton_1loac_349{flex-shrink:0;min-width:118px}._wordOrderRow_1loac_354{background:#0f172a80;border:1px solid #ffffff12;border-radius:12px;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:10px;padding:10px 12px;display:grid}._wordPositionField_1loac_365{flex-direction:column;gap:6px;min-width:96px;display:flex}._wordPositionLabel_1loac_372{color:var(--editor-text-muted);font-size:12px;font-weight:600}._wordPositionInput_1loac_378{width:96px}._wordPositionInput_1loac_378 .ant-input-number-input{color:#fff}._previewCard_1loac_385{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;gap:10px;padding:14px;display:flex}._wordOrderPreview_1loac_395{flex-wrap:wrap;gap:8px;display:flex}._wordOrderPreviewChip_1loac_401{color:#eef2ff;background:#6366f129;border:1px solid #6366f14d;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:600;display:inline-flex}._previewImage_1loac_414{object-fit:contain;background:#060d1a;border:1px solid #ffffff1a;border-radius:8px;max-height:160px;padding:8px}._page_aquhv_38{padding-inline:max(5%,50vw - 800px)}._text-center_aquhv_63{text-align:center}._uploadModal_aquhv_67{--cgmu-shell-bg:#141414f2;--cgmu-shell-border:#ffffff1a;--cgmu-shell-shadow:none;--cgmu-header-border:#ffffff1a;--cgmu-title-color:#fff;--cgmu-close-color:#fff9;--cgmu-close-hover-color:#ffffffe6;--cgmu-body-color:#fff;--cgmu-panel-bg:#0f0f0f66;--cgmu-panel-soft-bg:#1919194d;--cgmu-border:#ffffff1a;--cgmu-text-primary:#fff;--cgmu-text-secondary:#ffffffe6;--cgmu-text-muted:#ffffffb3;--cgmu-text-subtle:#ffffff80;--cgmu-border-strong:#fff3;--cgmu-panel-outline:none;--cgmu-accent:#7877c6e6;--cgmu-accent-hover:#7877c6;--cgmu-accent-soft:#7877c61a;--cgmu-accent-soft-strong:#7877c633;--cgmu-accent-border:#7877c64d;--cgmu-accent-border-strong:#7877c699;--cgmu-gradient-primary:linear-gradient(135deg, #7877c6e6, #5a3c96e6);--cgmu-gradient-primary-hover:linear-gradient(135deg, #8c8bda, #6e50aa);--cgmu-shadow-accent:0 0 20px #7877c666;--cgmu-input-focus-bg:#f0f0f0f2;--cgmu-input-focus-color:#333;--cgmu-panel-strong-bg:#191919cc;--cgmu-preview-bg:#19191980}._uploadModal_aquhv_67 .ant-modal{max-width:calc(100vw - 24px);margin:12px auto}._uploadModal_aquhv_67 .ant-modal-content{background:var(--cgmu-shell-bg);border:1px solid var(--cgmu-shell-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--cgmu-shell-shadow);border-radius:16px;overflow:visible}._uploadModal_aquhv_67 .ant-modal-header{border-bottom:1px solid var(--cgmu-header-border);background:0 0}._uploadModal_aquhv_67 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:var(--cgmu-title-color)!important}._uploadModal_aquhv_67 .ant-modal-body{color:var(--cgmu-body-color);max-width:100%;overflow:visible}._uploadModal_aquhv_67 .ant-modal-body p,._uploadModal_aquhv_67 .ant-modal-body h3,._uploadModal_aquhv_67 .ant-modal-body h4{color:var(--cgmu-body-color)!important}._uploadModal_aquhv_67 .ant-modal-close{color:var(--cgmu-close-color)}._uploadModal_aquhv_67 .ant-modal-close:hover{color:var(--cgmu-close-hover-color)}._uploadModalGamer_aquhv_135{--cgmu-shell-bg:radial-gradient(circle at top left, #7c3aed29, transparent 34%), radial-gradient(circle at 85% 18%, #3b82f61f, transparent 26%), radial-gradient(circle at bottom right, #ec48991f, transparent 32%), linear-gradient(152deg, #e9e5fbfa, #e1e7fff7 40%, #f4e8f5f5 100%);--cgmu-shell-border:#ffffffb8;--cgmu-shell-shadow:0 34px 84px #4c1d9529, 0 14px 34px #1e293b24;--cgmu-header-border:#6d28d92e;--cgmu-title-color:#1e1b4b;--cgmu-close-color:#312e81b8;--cgmu-close-hover-color:#312e81;--cgmu-body-color:#1e1b4b;--cgmu-panel-bg:linear-gradient(165deg, #ffffffc2, #ebe8ffb3);--cgmu-panel-soft-bg:linear-gradient(165deg, #ffffffb3, #e5ecffa3);--cgmu-border:#6366f166;--cgmu-border-strong:#6366f18f;--cgmu-panel-outline:inset 0 1px 0 #ffffff8a, 0 0 0 1px #6366f124, 0 10px 24px #6366f114;--cgmu-text-primary:#1e1b4b;--cgmu-text-secondary:#2e2b76;--cgmu-text-muted:#475569;--cgmu-text-subtle:#64748b;--cgmu-accent:#7c3aed;--cgmu-accent-hover:#6d28d9;--cgmu-accent-soft:#7c3aed1f;--cgmu-accent-soft-strong:#7c3aed33;--cgmu-accent-border:#7c3aed6b;--cgmu-accent-border-strong:#7c3aed9e;--cgmu-gradient-primary:linear-gradient(135deg, #7c3aed 0%, #3b82f6 52%, #ec4899 100%);--cgmu-gradient-primary-hover:linear-gradient(135deg, #6d28d9 0%, #2563eb 52%, #db2777 100%);--cgmu-shadow-accent:0 18px 38px #7c3aed3d;--cgmu-input-focus-bg:#ffffffeb;--cgmu-input-focus-color:#1f2937;--cgmu-panel-strong-bg:linear-gradient(165deg, #ffffffe0, #ebe8ffcc);--cgmu-preview-bg:linear-gradient(180deg, #f8f4ffeb, #eaf0ffd6)}._uploadModalGamer_aquhv_135 .ant-modal-content{box-shadow:var(--cgmu-shell-shadow), inset 0 1px 0 #ffffff61;border-radius:28px}._editorUnavailableModal_aquhv_176 .ant-modal-content{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:radial-gradient(circle at 0 0,#7877c638,#0000 34%),radial-gradient(circle at 82% 16%,#3b82f624,#0000 26%),linear-gradient(155deg,#090b18fa,#111426f7 52%,#0c0e1efa);border:1px solid #6c63ff8c;border-radius:18px;overflow:hidden;box-shadow:0 24px 60px #0508148c,inset 0 0 0 1px #9891ff14}._editorUnavailableModal_aquhv_176 .ant-modal-confirm-body{color:#fff}._editorUnavailableModal_aquhv_176 .ant-modal-confirm-paragraph{align-items:flex-start;gap:14px}._editorUnavailableModal_aquhv_176 .ant-modal-confirm-title{letter-spacing:-.02em;font-size:1.45rem;font-weight:700;color:#fff!important}._editorUnavailableModal_aquhv_176 .ant-modal-confirm-content{max-width:none;color:#ffffffeb!important}._editorUnavailableModal_aquhv_176 .ant-modal-close{color:#ffffffb8}._editorUnavailableModal_aquhv_176 .ant-modal-close:hover,._editorUnavailableModal_aquhv_176 .ant-modal-close:focus{color:#fff}._editorUnavailableModal_aquhv_176 .ant-modal-confirm .ant-modal-confirm-paragraph>.anticon{color:#ff6b7d}._editorUnavailableModal_aquhv_176 .ant-btn-primary{background:linear-gradient(135deg,#4d8dff 0%,#2d6cff 100%);border-color:#0000;box-shadow:0 12px 24px #2d6cff47}._editorUnavailableModal_aquhv_176 .ant-btn-primary:hover,._editorUnavailableModal_aquhv_176 .ant-btn-primary:focus{background:linear-gradient(135deg,#66a0ff 0%,#427bff 100%);border-color:#0000}._editorUnavailableTitle_aquhv_220{color:#fff;letter-spacing:-.02em;text-wrap:balance;font-size:1.45rem;font-weight:700;line-height:1.2}._editorUnavailableContent_aquhv_229{color:#fff;gap:16px;padding-top:6px;display:grid}._editorUnavailableLead_aquhv_236{color:#ffffffeb;margin:0;font-size:.98rem;line-height:1.75}._editorUnavailableReasonBox_aquhv_243{background:linear-gradient(#ffffff14,#ffffff0a);border:1px solid #ffffff1f;border-radius:14px;padding:14px 16px;box-shadow:inset 0 1px #ffffff0f}._editorUnavailableReasonLabel_aquhv_251{color:#a0c4fff2;letter-spacing:.08em;text-transform:uppercase;margin:0 0 8px;font-size:.82rem;font-weight:700}._editorUnavailableReasonText_aquhv_260{color:#fff;margin:0;font-size:1rem;line-height:1.7}._editorUnavailableNextStep_aquhv_267{color:#ffffffe0;margin:0;font-size:.96rem;line-height:1.75}._modalContent_aquhv_274{gap:24px;max-width:100%;min-height:500px;display:flex;overflow:visible}._leftPanel_aquhv_282{flex-direction:column;flex:0 0 380px;min-width:380px;max-width:380px;display:flex}._dropZone_aquhv_290{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_aquhv_290:hover{background:#19191980;border-color:#7877c6b3;transform:translateY(-2px)}._dropZone_aquhv_290._dropZoneActive_aquhv_309{background:#7877c61a;border-color:#7877c6;box-shadow:0 0 20px #7877c64d}._hiddenInput_aquhv_315{display:none}._uploadIcon_aquhv_319{color:#7877c699;margin-bottom:16px;font-size:64px}._dropZoneTitle_aquhv_325{color:#fff;margin-bottom:8px;font-size:1.25rem;font-weight:600}._dropZoneSubtitle_aquhv_332{color:#ffffffb3;margin-bottom:16px}._dropZoneHint_aquhv_337{color:#ffffff80;font-size:.875rem}._preparingView_aquhv_342{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:500px;padding:48px 24px;display:flex}._preparingIcon_aquhv_352{color:#7877c699;margin-bottom:24px;font-size:64px;animation:2s ease-in-out infinite _pulse_aquhv_1}@keyframes _pulse_aquhv_1{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}._preparingHint_aquhv_369{color:#fff9;margin-top:8px;display:block}._fileInfo_aquhv_375{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:24px;padding:16px}._fileInfoHeader_aquhv_383{align-items:center;gap:12px;display:flex}._fileIcon_aquhv_389{color:#7877c6cc;flex-shrink:0;font-size:24px}._fileDetails_aquhv_395{flex:1;min-width:0}._fileName_aquhv_400{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-weight:500;overflow:hidden}._fileSize_aquhv_409{color:#fff9;font-size:.875rem}._thumbnailPreview_aquhv_414{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:24px;padding:16px}._thumbnailImage_aquhv_422{border:1px solid #ffffff1a;border-radius:6px;width:100%;height:auto;display:block}._changeFileBtn_aquhv_430{color:#7877c6cc;padding:4px 8px}._changeFileBtn_aquhv_430:hover{color:#7877c6}._uploadForm_aquhv_438{flex:1}._uploadForm_aquhv_438 .ant-form-item-label label{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:500}._uploadForm_aquhv_438 .ant-form-item-explain-error{color:#ff4d4fe6}._uploadForm_aquhv_438 .ant-input,._uploadForm_aquhv_438 .ant-input-textarea{color:#fff;background:#191919cc;border:1px solid #ffffff1a;border-radius:8px;font-family:Inter,sans-serif}._uploadForm_aquhv_438 .ant-input::placeholder,._uploadForm_aquhv_438 .ant-input-textarea::placeholder{color:#fff6}._uploadForm_aquhv_438 .ant-input:hover,._uploadForm_aquhv_438 .ant-input-textarea:hover{border-color:#7877c666}._uploadForm_aquhv_438 .ant-input:focus,._uploadForm_aquhv_438 .ant-input-textarea:focus{border-color:#7877c699;box-shadow:0 0 0 2px #7877c61a;background:var(--cgmu-input-focus-bg)!important;color:var(--cgmu-input-focus-color)!important}._uploadForm_aquhv_438 .ant-input:disabled,._uploadForm_aquhv_438 .ant-input-textarea:disabled{color:#ffffff80;background:#19191966}._progressContainer_aquhv_478{background:#19191980;border:1px solid #ffffff1a;border-radius:8px;margin-top:16px;margin-bottom:16px;padding:16px}._progressContainer_aquhv_478 .ant-progress .ant-progress-text{color:#fffc;font-family:Inter,sans-serif;font-size:.75rem}._progressContainer_aquhv_478 .ant-progress .ant-progress-bg{background:linear-gradient(135deg,#7877c6cc,#5a3c96cc)}._errorText_aquhv_495{color:#ff4d4fe6;margin-top:8px;font-size:.875rem;display:block}._footerButtons_aquhv_502{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}._footerButtons_aquhv_502 .ant-btn{border-radius:8px;font-family:Inter,sans-serif;font-weight:500}._footerButtons_aquhv_502 .ant-btn.ant-btn-default{color:#ffffffe6;background:#191919cc;border-color:#fff3}._footerButtons_aquhv_502 .ant-btn.ant-btn-default:hover{background:#232323e6;border-color:#ffffff4d}._footerButtons_aquhv_502 .ant-btn.ant-btn-primary{color:#fff;background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none}._footerButtons_aquhv_502 .ant-btn.ant-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);box-shadow:0 0 20px #7877c666}._footerButtons_aquhv_502 .ant-btn.ant-btn-primary:disabled{opacity:.5}._rightPanel_aquhv_537{flex-direction:column;flex:1;min-width:0;min-height:500px;display:flex;overflow:visible}._previewHeader_aquhv_546{z-index:1;background:var(--cgmu-panel-strong-bg);border:1px solid var(--cgmu-border);box-shadow:var(--cgmu-panel-outline);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_aquhv_546 h4{color:var(--cgmu-text-primary);margin:0;font-weight:600}._previewHeader_aquhv_546 span{color:var(--cgmu-text-secondary);font-size:.75rem}._editModeCardsZone_aquhv_570{z-index:5;margin-bottom:8px;position:relative;overflow:visible}._previewHeaderLower_aquhv_577{margin-top:8px}._editHtmlButton_aquhv_581{color:var(--cgmu-accent);border:1px solid var(--cgmu-accent-border);border-radius:8px;align-items:center;gap:6px;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}._editHtmlButton_aquhv_581:hover{color:var(--cgmu-text-primary);border-color:var(--cgmu-accent-border-strong);background:var(--cgmu-accent-soft-strong)}._previewContainer_aquhv_598{border:1px solid var(--cgmu-border);background:var(--cgmu-preview-bg);box-shadow:var(--cgmu-panel-outline);border-radius:0 0 12px 12px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._previewActions_aquhv_611{align-items:center;gap:12px;display:flex}._previewHint_aquhv_617{color:var(--cgmu-text-muted);font-size:.875rem}._thumbnailStatus_aquhv_622{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}._recaptureBtn_aquhv_629{color:var(--cgmu-text-muted);justify-content:center;align-items:center;gap:4px;min-width:auto;height:auto;padding:4px 8px;display:flex}._recaptureBtn_aquhv_629 .anticon,._recaptureBtn_aquhv_629 svg{font-size:20px}._recaptureBtn_aquhv_629:hover{color:var(--cgmu-accent-hover);background:var(--cgmu-accent-soft)}._recaptureBtn_aquhv_629:active{color:var(--cgmu-accent-hover);background:var(--cgmu-accent-soft-strong)}._fullscreenBtn_aquhv_652{color:var(--cgmu-text-muted);justify-content:center;align-items:center;min-width:auto;height:auto;padding:4px 8px;display:flex}._fullscreenBtn_aquhv_652 .anticon,._fullscreenBtn_aquhv_652 svg{font-size:20px}._fullscreenBtn_aquhv_652:hover{color:var(--cgmu-accent-hover);background:var(--cgmu-accent-soft)}._fullscreenBtn_aquhv_652:active{color:var(--cgmu-accent-hover);background:var(--cgmu-accent-soft-strong)}._previewIframe_aquhv_674{background:#fff;border:none;width:100%;height:100%;display:block}._hiddenIframe_aquhv_682{opacity:0;pointer-events:none;position:absolute;left:-9999px}._hiddenCaptureIframe_aquhv_689{visibility:hidden;opacity:0;pointer-events:none;z-index:-9999;width:1920px;height:1080px;top:-10000px;left:-10000px;position:fixed!important}._previewMode_aquhv_701{align-items:center;font-size:.875rem;font-weight:500;display:inline-flex}@media (width<=1024px){._modalContent_aquhv_274{flex-direction:column}._rightPanel_aquhv_537{width:100%;min-width:100%;min-height:420px}._previewIframe_aquhv_674{min-height:300px}}@media (width<=768px){._uploadModal_aquhv_67 .ant-modal{max-width:calc(100vw - 16px);margin:8px auto}._uploadModal_aquhv_67 .ant-modal-content{border-radius:14px}._uploadModal_aquhv_67 .ant-modal-header{padding:16px 16px 12px}._uploadModal_aquhv_67 .ant-modal-body{padding:16px}._dropZone_aquhv_290{min-height:200px;padding:32px 16px}._modalContent_aquhv_274{gap:16px;min-height:auto}._previewHeader_aquhv_546{flex-wrap:wrap;align-items:flex-start}._previewActions_aquhv_611{flex-wrap:wrap;justify-content:space-between;gap:8px;width:100%}._rightPanel_aquhv_537{min-height:320px}._uploadIcon_aquhv_319{font-size:48px}._dropZoneTitle_aquhv_325{font-size:1.1rem}}@media (width<=480px){._previewHeader_aquhv_546,._previewContainer_aquhv_598{border-radius:10px}._previewHeader_aquhv_546{border-bottom:1px solid var(--cgmu-border)}._previewContainer_aquhv_598{border-radius:10px}._previewIframe_aquhv_674{min-height:220px}}._page_133do_38{padding-inline:max(5%,50vw - 800px)}._text-center_133do_63{text-align:center}._card_133do_67{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:visible;box-shadow:0 4px 12px #0000004d}._card_133do_67:hover:not(._cardDragging_133do_79):not(._cardDisabled_133do_79){border-color:#fff3;transform:scale(1.03);box-shadow:0 8px 20px #0006}._card_133do_67:hover:not(._cardDragging_133do_79):not(._cardDisabled_133do_79) ._titleOverlay_133do_84{opacity:1}._card_133do_67:hover:not(._cardDragging_133do_79):not(._cardDisabled_133do_79) ._thumbnail_133do_87{transform:scale(1.05)}._card_133do_67[draggable=true]{cursor:grab}._card_133do_67[draggable=true]:active{cursor:grabbing}._card_133do_67._cardDragging_133do_79{opacity:.8;cursor:grabbing;z-index:300;border:2px solid #7877c6b3;transform:scale(.98)rotate(1deg);box-shadow:0 12px 35px #7877c666}._card_133do_67._cardDisabled_133do_79{opacity:.6;cursor:not-allowed}._card_133do_67._cardSelected_133do_108{border:2px solid #7877c6e6;box-shadow:0 8px 30px #7877c64d}._cardMenuOpen_133do_113{z-index:200;overflow:visible}._thumbnail_133do_87{border-radius:inherit;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;overflow:hidden}._fileIcon_133do_132{color:#7877c680;z-index:1;font-size:40px}._overlay_133do_138{z-index:2;border-radius:inherit;background:linear-gradient(#0006 0%,#00000026 45%,#000000bf 100%);position:absolute;inset:0;overflow:hidden}._titleOverlay_133do_84{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}._ownerMeta_133do_159{align-items:flex-start;gap:8px;min-width:0;margin-bottom:6px;display:flex}._ownerAvatar_133do_167{object-fit:cover;border:1px solid #ffffff47;border-radius:50%;flex-shrink:0;width:22px;height:22px}._ownerAvatarFallback_133do_176{color:#ffffffe6;background:#ffffff24;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}._ownerAvatarFallback_133do_176 svg{font-size:13px}._ownerText_133do_192{color:#fff;flex-direction:column;flex:1;align-items:flex-start;gap:2px;min-width:0;font-size:11px;font-weight:500;line-height:1.2;display:flex}._ownerLabel_133do_205{opacity:1;text-shadow:0 1px 2px #00000073;font-weight:600;display:block;color:#fff!important}._ownerName_133do_213,._ownerNameButton_133do_214{color:#fff;white-space:normal;overflow-wrap:anywhere;text-align:start;min-width:0;max-width:100%;display:block}._ownerNameButton_133do_214{font:inherit;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-weight:700;text-decoration:underline}._ownerNameButton_133do_214:hover{color:#ffffffe0}._title_133do_84{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_133do_249{z-index:5;position:absolute;top:8px;left:8px}._selectionCheckbox_133do_249 .ant-checkbox-inner{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#191919d9;border-color:#fff6;box-shadow:0 2px 6px #00000080}._selectionCheckbox_133do_249 .ant-checkbox-checked .ant-checkbox-inner{background:#7877c6e6;border-color:#7877c6}._topActions_133do_266{z-index:5;align-items:center;gap:4px;display:flex;position:absolute;top:8px;right:8px}._topActionsWithTopBadge_133do_276{top:18px}._copyIconButton_133do_280{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_133do_280:hover:not(:disabled){color:#fff;background:#7877c6b3;border-color:#7877c6cc}._copyIconButton_133do_280:disabled{opacity:.4;cursor:not-allowed}._actionsMenu_133do_305{position:relative}._menuButton_133do_309{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_133do_309:hover{color:#fff;background:#ffffff26}._dropdown_133do_329{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1000;background:#141414fa;border:1px solid #ffffff1a;border-radius:8px;min-width:190px;margin-top:4px;position:absolute;top:100%;right:0;overflow:visible;box-shadow:0 8px 24px #0009}._dropdown_133do_329 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_133do_329 button svg{flex-shrink:0;font-size:14px}._dropdown_133do_329 button:hover:not(:disabled){color:#fff;background:#7877c640}._dropdown_133do_329 button:disabled{opacity:.4;cursor:not-allowed}._dropdown_133do_329 button:not(:last-child){border-bottom:1px solid #ffffff0d}._publishCommunityButton_133do_373{border-radius:8px;margin:4px 6px;position:relative;box-shadow:inset 0 0 0 1px #f7dc7a14;color:#f7dc7a!important;background:#d99f1d1f!important;border:1px solid #f7dc7ab8!important;width:calc(100% - 12px)!important;padding-inline-start:28px!important}._publishCommunityButton_133do_373:hover:not(:disabled){color:#ffe79f!important;background:#d99f1d33!important;border-color:#f7dc7af2!important}._publishCommunityButton_133do_373:not(:last-child){border-bottom:1px solid #f7dc7ab8!important}._publishCommunityButton_133do_373 svg{color:inherit}._publishCommunityEye_133do_396{inset-inline-start:-10px;background:linear-gradient(135deg,#f7dc7a,#d89f1d 72%);border:1px solid #fff8db8c;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #70480759;color:#2b1600!important}._publishCommunityEye_133do_396 svg{color:inherit!important;font-size:11px!important}._sharedCrown_133do_417{top:0;z-index:6;color:#2b1600;pointer-events:none;letter-spacing:.3px;white-space:nowrap;text-shadow:0 1px #ffffff47;background:linear-gradient(135deg,#f7dc7a,#d89f1d 72%);border:1px solid #fff8db73;border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;inset-inline-start:50%;transform:translate(-50%,-50%);box-shadow:0 3px 10px #70480759}._sharedCrown_133do_417 span,._sharedCrown_133do_417 svg{color:inherit}._sharedCrown_133do_417 span{color:#2b1600!important}._sharedCrown_133do_417 svg{flex-shrink:0;font-size:12px}[dir=rtl] ._sharedCrown_133do_417{transform:translate(50%,-50%)}._shareBadge_133do_456{top:0;z-index:6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#33256e;pointer-events:none;letter-spacing:.3px;text-shadow:0 1px #ffffff47;white-space:nowrap;background:linear-gradient(135deg,#e7e1ff,#9a8df2 72%);border:1px solid #ece7ff8c;border-radius:999px;align-items:center;gap:4px;padding:4px 12px;font-size:10px;font-weight:700;line-height:1;display:flex;position:absolute;inset-inline-start:50%;transform:translate(-50%,-50%);box-shadow:0 3px 10px #432d9447}._shareBadge_133do_456 span,._shareBadge_133do_456 svg{color:inherit}._shareBadge_133do_456 span{color:#33256e!important}._shareBadge_133do_456 svg{flex-shrink:0;font-size:12px}[dir=rtl] ._shareBadge_133do_456{transform:translate(50%,-50%)}@media (width<=768px){._card_133do_67{border-radius:12px}._titleOverlay_133do_84{padding:8px 10px}._ownerMeta_133do_159{margin-bottom:4px}._title_133do_84{font-size:12px}._fileIcon_133do_132{font-size:32px}}._page_1we8h_38{padding-inline:max(5%,50vw - 800px)}._text-center_1we8h_63{text-align:center}._logoWrapper_1we8h_67{display:inline-block;position:relative}._speechBubble_1we8h_72{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_1we8h_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_1we8h_72:before{content:"";border:12px solid #0000;border-top-color:#000;margin-left:-12px;position:absolute;top:100%;left:50%}._speechBubble_1we8h_72:after{content:"";border:9px solid #0000;border-top-color:#fff;margin-top:-3px;margin-left:-9px;position:absolute;top:100%;left:50%}._speechBubbleBottom_1we8h_117{margin-top:12px;margin-bottom:0;animation-name:_floatBubbleDown_1we8h_1;top:100%;bottom:auto}._speechBubbleBottom_1we8h_117:before{border-color:#0000 #0000 #000;margin-top:0;top:auto;bottom:100%}._speechBubbleBottom_1we8h_117:after{border-color:#0000 #0000 #fff;margin-top:0;margin-bottom:-3px;top:auto;bottom:100%}._speechText_1we8h_138{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_1we8h_149{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_1we8h_149:hover{background:#f0f0f0;transform:scale(1.05)}._headerLogoClickable_1we8h_174{cursor:pointer}._headerLogo_1we8h_174{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_1we8h_174:hover{background:#ffffff26;border-color:#ffffff80;transform:scale(1.05)}@keyframes _floatBubble_1we8h_1{0%{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(-8px)}to{transform:translate(-50%)translateY(0)}}@keyframes _floatBubbleDown_1we8h_1{0%{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}to{transform:translate(-50%)translateY(0)}}._page_pctjy_38{padding-inline:max(5%,50vw - 800px)}._text-center_pctjy_63{text-align:center}._modal_pctjy_67 .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_pctjy_67 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_pctjy_67 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_pctjy_67 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_pctjy_85{flex-direction:column;gap:24px;padding-top:16px;display:flex}._searchInput_pctjy_92{margin-bottom:8px}._searchInput_pctjy_92 .ant-input{border:1px solid var(--cyberpunk-glass-border);color:var(--cyberpunk-text-primary);background:#ffffff0d;border-radius:12px;padding:10px 16px}._searchInput_pctjy_92 .ant-input::placeholder{color:#e8e8f080}._searchInput_pctjy_92 .ant-input:focus{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 0 2px #7877c633}._searchInput_pctjy_92 .ant-input-prefix{color:#e8e8f099}._refetchIndicator_pctjy_113{color:#e8e8f0bf;align-items:center;gap:8px;margin-top:-8px;margin-bottom:4px;font-size:12px;display:flex}._loadingContainer_pctjy_123{justify-content:center;align-items:center;min-height:300px;display:flex}._errorContainer_pctjy_130{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:220px;display:flex}._errorContainer_pctjy_130 .ant-alert{width:100%;max-width:520px}._creatorsGrid_pctjy_143{grid-template-columns:repeat(4,1fr);gap:16px;min-width:0;display:grid}@media (width<=768px){._creatorsGrid_pctjy_143{grid-template-columns:repeat(2,1fr)}}@media (width<=500px){._creatorsGrid_pctjy_143{grid-template-columns:1fr}}._creatorsCarousel_pctjy_160{grid-template-columns:56px minmax(0,1fr) 56px;align-items:stretch;gap:16px;display:grid}@media (width<=768px){._creatorsCarousel_pctjy_160{grid-template-columns:44px minmax(0,1fr) 44px;gap:12px}}@media (width<=500px){._creatorsCarousel_pctjy_160{grid-template-columns:40px minmax(0,1fr) 40px;gap:10px}}._pageArrow_pctjy_179{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_pctjy_179 svg{width:24px;height:24px}._pageArrow_pctjy_179:hover:not(:disabled){border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-purple-glow);background:#ffffff14;box-shadow:0 8px 24px #7877c633}._pageArrow_pctjy_179:disabled{opacity:.35;cursor:not-allowed}._pageArrow_pctjy_179:focus-visible{outline:2px solid var(--cyberpunk-purple-glow);outline-offset:2px}._compactCard_pctjy_213{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_pctjy_213:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14;transform:translateY(-4px);box-shadow:0 8px 24px #7877c64d}._compactCard_pctjy_213:active{transform:translateY(-2px)}._cardHead_pctjy_239{justify-content:center;align-items:center;width:100%;display:flex}._profilePic_pctjy_246{object-fit:cover;border:2px solid var(--cyberpunk-glass-border);border-radius:50%;flex-shrink:0;width:64px;height:64px;transition:transform .3s}._compactCard_pctjy_213:hover ._profilePic_pctjy_246{border-color:var(--cyberpunk-purple-glow);transform:scale(1.05)}._profileIcon_pctjy_260{width:64px;height:64px;color:var(--cyberpunk-text-primary);opacity:.6;flex-shrink:0;transition:all .3s}._compactCard_pctjy_213:hover ._profileIcon_pctjy_260{opacity:.8;transform:scale(1.05)}._cardBody_pctjy_273{text-align:center;flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}._creatorName_pctjy_282{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_pctjy_213:hover ._creatorName_pctjy_282{color:var(--cyberpunk-purple-glow)}._lessonsCount_pctjy_296{color:#e8e8f0b3;margin:0;font-size:12px}._paginationContainer_pctjy_302{color:#e8e8f0bf;letter-spacing:.04em;justify-content:center;padding-top:8px;font-size:13px;display:flex}@media (width<=500px){._paginationContainer_pctjy_302{font-size:12px}}._page_14g90_38{padding-inline:max(5%,50vw - 800px)}._text-center_14g90_63{text-align:center}._section_14g90_67{border-bottom:1px solid #ffffff1a;width:100%;margin-bottom:16px;padding-bottom:16px}._collapseHeader_14g90_74{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_14g90_74:hover{background:#ffffff14;border-color:#7877c64d}._collapseHeader_14g90_74:focus-visible{outline-offset:2px;outline:2px solid #7877c699}._collapseHeaderLeft_14g90_96{align-items:center;gap:10px;display:flex}._collapseIcon_14g90_102{color:#7877c6e6;flex-shrink:0;font-size:18px;transition:transform .2s}._collapseSectionTitle_14g90_109{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:1.1rem;font-weight:600;margin:0!important}._collapseCountBadge_14g90_116{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_14g90_131{align-items:center;margin-inline-start:4px;display:inline-flex}._sectionTipBubble_14g90_131 img{width:32px!important;height:32px!important;margin-inline-end:0!important;padding:4px!important}._collapseHint_14g90_143{color:#7877c6b3;font-size:.85rem;font-weight:400;transition:opacity .2s}._collapseContent_14g90_150{transition:max-height .35s,opacity .3s;overflow:hidden}._collapseContentHidden_14g90_155{opacity:0;pointer-events:none;max-height:0}._collapseContentVisible_14g90_161{opacity:1;pointer-events:auto;max-height:4000px;overflow:visible}._header_14g90_168{margin-bottom:24px}._adminFilterContainer_14g90_172{background:#fadb140f;border:2px solid #fadb14;border-radius:10px;margin-bottom:12px;padding:10px}._adminOnlyHeader_14g90_180{align-items:center;gap:10px;margin-bottom:8px;display:flex}._adminBadge_14g90_187{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_14g90_202{font-size:14px}._adminOnlyLabel_14g90_206{color:#fadb14;text-transform:none;letter-spacing:.03em;font-size:.8rem;font-weight:600;display:inline-block}._adminFilterRow_14g90_215{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:12px;display:flex}._adminFilterButton_14g90_223{border-radius:8px;height:36px}._shareFilterActive_14g90_228{background:#7877c633!important;border-color:#7877c699!important}._ownerButtonContent_14g90_233{align-items:center;gap:8px;max-width:260px;display:inline-flex}._ownerButtonContent_14g90_233 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._ownerAvatar_14g90_245{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}._ownerAvatarFallback_14g90_253{flex-shrink:0;font-size:18px}._ownerClearButton_14g90_258{border-radius:8px;height:36px}._titleRow_14g90_263{justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px;display:flex}._searchInput_14g90_271{border:1px solid #7877c64d;border-radius:8px;flex:1;max-width:400px;height:40px;background:#191919e6!important}._searchInput_14g90_271:hover,._searchInput_14g90_271:focus-within{border-color:#7877c699;background:#191919e6!important}._searchInput_14g90_271 .ant-input{color:#fff!important;background:0 0!important}._searchInput_14g90_271 .ant-input::placeholder{color:#fff6}._searchInput_14g90_271 .ant-input:hover,._searchInput_14g90_271 .ant-input:focus{background:0 0!important}._searchInput_14g90_271 .ant-input-prefix{color:#7877c6cc}._searchInput_14g90_271 .ant-input-clear-icon{color:#ffffff80}._searchInput_14g90_271 .ant-input-clear-icon:hover{color:#fffc}._sectionTitle_14g90_307{color:#fff;align-items:center;gap:16px;margin:0;font-size:2rem;font-weight:700;display:flex}._countBadge_14g90_317{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_14g90_332{background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none;border-radius:8px;height:40px;font-weight:500}._addButton_14g90_332:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);box-shadow:0 0 20px #7877c666}._bulkActions_14g90_344{align-items:center;gap:12px;display:flex}._selectionCount_14g90_350{color:#7877c6;background:#7877c61a;border:1px solid #7877c64d;border-radius:8px;padding:8px 16px;font-size:.95rem;font-weight:600}._bulkDeleteButton_14g90_360{border-radius:8px;height:40px;font-weight:500}._bulkDeleteButton_14g90_360:hover:not(:disabled){box-shadow:0 0 20px #ff4d4f66}._cancelButton_14g90_369{border-radius:8px;height:40px;font-weight:500}._subtitle_14g90_375{color:#fff9;margin:0;font-size:1rem}._gamesGrid_14g90_381{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;margin-bottom:32px;display:grid}._addCard_14g90_388{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_14g90_388:hover{background:#19191980;border-color:#7877c6b3;transform:translateY(-3px);box-shadow:0 8px 30px #7877c633}._addCard_14g90_388:active{transform:translateY(-1px)}._addCardContent_14g90_411{flex-direction:column;align-items:center;gap:8px;padding:16px;display:flex}._addCardIcon_14g90_419{color:#7877c699;font-size:40px;transition:all .3s}._addCard_14g90_388:hover ._addCardIcon_14g90_419{color:#7877c6e6;transform:scale(1.1)}._addCardText_14g90_429{color:#fffc;text-align:center;margin:0;font-size:.85rem;font-weight:600;line-height:1.3}._emptyState_14g90_438{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 24px;display:flex}._noResults_14g90_447{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:60px 24px;display:flex}._noResultsTitle_14g90_456{color:#fffc;margin:0 0 12px;font-size:1.5rem;font-weight:600}._noResultsText_14g90_463{color:#ffffff80;margin:0;font-size:1rem}._emptyIcon_14g90_469{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_14g90_469 svg{color:#7877c699;font-size:64px;transition:all .3s}._emptyIcon_14g90_469:hover{background:linear-gradient(135deg,#23232de6,#2d2d37e6);border-color:#7877c6b3;transform:scale(1.05);box-shadow:0 8px 30px #7877c64d}._emptyIcon_14g90_469:hover svg{color:#7877c6e6;transform:rotate(90deg)}._emptyIcon_14g90_469:active{transform:scale(.98)}._emptyIcon_14g90_469:focus-visible{outline-offset:4px;outline:2px solid #7877c6cc}._emptyTitle_14g90_505{color:#fff;margin:0 0 12px;font-size:1.5rem;font-weight:600}._emptyDescription_14g90_513{color:#fff9;max-width:400px;margin:0 0 32px;font-size:1rem}._emptyButton_14g90_521{background:linear-gradient(135deg,#7877c6e6,#5a3c96e6);border:none;border-radius:8px;height:48px;padding:0 32px;font-size:1rem;font-weight:500}._emptyButton_14g90_521:hover:not(:disabled){background:linear-gradient(135deg,#7877c6,#5a3c96);transform:translateY(-2px);box-shadow:0 0 20px #7877c666}._loading_14g90_536{padding:24px 0}._skeletonGrid_14g90_540{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px;display:grid}._skeletonCard_14g90_546{background:linear-gradient(90deg,#19191980 0%,#23232380 50%,#19191980 100%) 0 0/200% 100%;border-radius:12px;height:160px;animation:1.5s infinite _shimmer_14g90_1}@keyframes _shimmer_14g90_1{0%{background-position:-200% 0}to{background-position:200% 0}}._error_14g90_562{text-align:center;padding:48px 24px}._error_14g90_562 p{color:#ff4d4fe6;font-size:1rem}._pagination_14g90_571{justify-content:center;padding-top:24px;display:flex}._pagination_14g90_571 .ant-pagination .ant-pagination-item{background:#191919cc;border-color:#ffffff1a}._pagination_14g90_571 .ant-pagination .ant-pagination-item a{color:#fffc}._pagination_14g90_571 .ant-pagination .ant-pagination-item:hover{border-color:#7877c699}._pagination_14g90_571 .ant-pagination .ant-pagination-item:hover a{color:#7877c6}._pagination_14g90_571 .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#7877c633,#5a3c9633);border-color:#7877c699}._pagination_14g90_571 .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#7877c6}._pagination_14g90_571 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,._pagination_14g90_571 .ant-pagination .ant-pagination-next .ant-pagination-item-link{color:#fffc;background:#191919cc;border-color:#ffffff1a}._pagination_14g90_571 .ant-pagination .ant-pagination-prev .ant-pagination-item-link:hover,._pagination_14g90_571 .ant-pagination .ant-pagination-next .ant-pagination-item-link:hover{color:#7877c6;border-color:#7877c699}[dir=rtl] ._pagination_14g90_571 .ant-pagination .ant-pagination-prev .ant-pagination-item-link,[dir=rtl] ._pagination_14g90_571 .ant-pagination .ant-pagination-next .ant-pagination-item-link{transform:scaleX(-1)}._pagination_14g90_571 .ant-pagination .ant-pagination-total-text{color:#fff9}@media (width<=1200px){._gamesGrid_14g90_381,._skeletonGrid_14g90_540{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}}@media (width<=768px){._section_14g90_67{margin-bottom:32px;padding-bottom:24px}._header_14g90_168{margin-bottom:24px}._titleRow_14g90_263{flex-direction:column;align-items:flex-start;gap:16px}._sectionTitle_14g90_307{font-size:1.5rem}._addButton_14g90_332{width:100%}._gamesGrid_14g90_381,._skeletonGrid_14g90_540{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}._addCard_14g90_388{width:100%;min-height:140px}._addCardIcon_14g90_419{font-size:32px}._addCardText_14g90_429{font-size:.75rem}._emptyState_14g90_438{padding:48px 16px}._emptyIcon_14g90_469{width:100px;height:100px}._emptyIcon_14g90_469 svg{font-size:48px}._emptyTitle_14g90_505{font-size:1.25rem}._emptyButton_14g90_521{width:100%}}._page_r4vao_38{padding-inline:max(5%,50vw - 800px)}._text-center_r4vao_63{text-align:center}._header_r4vao_67{flex-shrink:0;align-items:center;gap:12px;margin-bottom:16px;display:flex}._searchInput_r4vao_75{flex:1}._searchInput_r4vao_75 .ant-input-prefix{color:#ffffff80;margin-inline-end:8px}._content_r4vao_83{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._loading_r4vao_91{justify-content:center;align-items:center;height:170px;display:flex}._empty_r4vao_98{color:#fff9;flex-direction:column;justify-content:center;align-items:center;height:170px;display:flex}._empty_r4vao_98 .ant-empty-description{color:#fff9}._gamesGrid_r4vao_110{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_r4vao_110::-webkit-scrollbar{width:5px}._gamesGrid_r4vao_110::-webkit-scrollbar-track{background:0 0}._gamesGrid_r4vao_110::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}._gameCard_r4vao_131{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:8px;flex-direction:column;transition:all .25s;display:flex;overflow:hidden}._gameCard_r4vao_131:hover{border-color:var(--cyberpunk-purple-glow);background:#7877c61a;transform:translateY(-2px);box-shadow:0 6px 16px #7877c633}._gameCard_r4vao_131:active{transform:translateY(-1px)}._cardThumbnail_r4vao_151{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;width:100%;height:56px;display:flex;overflow:hidden}._cardThumbnailImage_r4vao_162{object-fit:cover;width:100%;height:100%}._cardThumbnailIcon_r4vao_168{color:#ffffff4d;font-size:20px}._cardBody_r4vao_173{flex-direction:column;flex:1;gap:2px;padding:4px 6px;display:flex}._cardName_r4vao_181{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_r4vao_191{color:#ffffff80;align-items:center;gap:3px;font-size:10px;display:flex}._pagination_r4vao_199{border-top:1px solid #ffffff1a;flex-shrink:0;justify-content:center;margin-top:12px;padding-top:12px;display:flex}._pagination_r4vao_199 .ant-pagination{color:var(--cyberpunk-text-primary)}._pagination_r4vao_199 .ant-pagination .ant-pagination-item{background:#ffffff0d;border-color:#ffffff26}._pagination_r4vao_199 .ant-pagination .ant-pagination-item a{color:var(--cyberpunk-text-primary)}._pagination_r4vao_199 .ant-pagination .ant-pagination-item:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14}._pagination_r4vao_199 .ant-pagination .ant-pagination-item.ant-pagination-item-active{border-color:var(--cyberpunk-purple-glow);background:#7877c633}._pagination_r4vao_199 .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:var(--cyberpunk-text-primary)}._pagination_r4vao_199 .ant-pagination .ant-pagination-prev button,._pagination_r4vao_199 .ant-pagination .ant-pagination-next button{color:var(--cyberpunk-text-primary);background:#ffffff0d;border-color:#ffffff26}._pagination_r4vao_199 .ant-pagination .ant-pagination-prev button:hover:not(:disabled),._pagination_r4vao_199 .ant-pagination .ant-pagination-next button:hover:not(:disabled){border-color:var(--cyberpunk-purple-glow);background:#ffffff14}._pagination_r4vao_199 .ant-pagination .ant-pagination-prev.ant-pagination-disabled button,._pagination_r4vao_199 .ant-pagination .ant-pagination-next.ant-pagination-disabled button{color:#ffffff4d;background:#ffffff05;border-color:#ffffff0d}._pagination_r4vao_199 .ant-pagination .ant-pagination-total-text{color:#fff9}._page_1v61m_39{padding-inline:max(5%,50vw - 800px)}._text-center_1v61m_64{text-align:center}._container_1v61m_69{z-index:1000;isolation:isolate;border-radius:6px;transition:opacity .15s;overflow:hidden}._panoramicTransform_1v61m_79{transform-origin:0 0;will-change:transform;backface-visibility:hidden;border-radius:0}._nonInteractive_1v61m_87{pointer-events:none}._nonInteractive_1v61m_87 ._interactToggle_1v61m_90,._interactive_1v61m_95{pointer-events:auto}._backdrop_1v61m_100{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:inherit;z-index:0;background:#00000080;position:absolute;inset:0}._viewportClip_1v61m_109{border-radius:inherit;contain:paint;z-index:1;position:absolute;inset:0;overflow:hidden}._innerFrame_1v61m_118{z-index:1;position:absolute;inset:0;overflow:hidden}._iframe_1v61m_126{z-index:0;border-radius:inherit;background:0 0;border:none;width:100%;height:100%;display:block;position:absolute;inset:0}._interactToggle_1v61m_90{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_1v61m_90:hover{opacity:1;background:#ffffff40;transform:scale(1.1)}._interactToggleActive_1v61m_167{opacity:.9;background:#6366f166;box-shadow:0 0 12px #6366f166}._snapshotOffscreen_1v61m_176{z-index:-1;visibility:hidden;pointer-events:none;position:fixed;top:-9999px;left:-9999px;overflow:hidden}._page_vhhx3_38{padding-inline:max(5%,50vw - 800px)}._text-center_vhhx3_63{text-align:center}@keyframes _te-levitate_vhhx3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_vhhx3_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_vhhx3_83{pointer-events:none;z-index:50;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}@media (prefers-reduced-motion:reduce){._alignmentGuidesContainer_vhhx3_83,._alignmentGuidesContainer_vhhx3_83 *,._alignmentGuidesContainer_vhhx3_83:before,._alignmentGuidesContainer_vhhx3_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._guideLine_vhhx3_102{stroke-width:1px;fill:none;filter:drop-shadow(0 0 3px);transition:opacity .15s}._viewportCenter_vhhx3_109{stroke:#3b82f6e6;stroke-dasharray:8 4}._viewportQuarter_vhhx3_114{stroke:#93c5fdb3;stroke-dasharray:4 4}._elementCenter_vhhx3_119{stroke:#22c55ee6;stroke-dasharray:6 3}._elementEdge_vhhx3_124{stroke:#86efacb3;stroke-dasharray:4 4}@keyframes _guideAppear_vhhx3_1{0%{opacity:0;transform:scaleX(.95)}to{opacity:1;transform:scaleX(1)}}._guideLineAnimated_vhhx3_139{animation:.15s ease-out _guideAppear_vhhx3_1}._page_dhwop_38{padding-inline:max(5%,50vw - 800px)}._text-center_dhwop_63{text-align:center}@keyframes _te-levitate_dhwop_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_dhwop_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_dhwop_83{-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_dhwop_83._fullscreen_dhwop_93{z-index:9999;width:100vw;height:100vh;position:fixed;top:0;left:0}@media (prefers-reduced-motion:reduce){._container_dhwop_83,._container_dhwop_83 *,._container_dhwop_83:before,._container_dhwop_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._canvas_dhwop_110{cursor:grab;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;width:100%;height:100%}._canvas_dhwop_110:active{cursor:grabbing}._canvas_dhwop_110._addingHotspot_dhwop_124,._canvas_dhwop_110._addingHotspot_dhwop_124:active{cursor:crosshair}._canvas_dhwop_110._hoveringHotspot_dhwop_130,._canvas_dhwop_110._hoveringHotspot_dhwop_130:active{cursor:pointer!important}._canvas_dhwop_110._hoveringSelectedHotspot_dhwop_136{cursor:move!important}._canvas_dhwop_110._hoveringSelectedHotspot_dhwop_136:active{cursor:grabbing!important}._canvas_dhwop_110 canvas{display:block;width:100%!important;height:100%!important}._loading_dhwop_148{color:#fff;text-align:center;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._loading_dhwop_148: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_dhwop_1;display:inline-block}._error_dhwop_169{color:#fff;text-align:center;z-index:10;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._error_dhwop_169 h3{color:#ff6b6b;margin:0 0 .5rem}._error_dhwop_169 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_dhwop_1;display:flex;position:fixed;box-shadow:0 2px 8px #0000004d}@keyframes _dragPulse_dhwop_1{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}._infoOverlay_dhwop_217{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_dhwop_232{margin:0;font-size:.85rem;font-weight:500}._toolbar_dhwop_238{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_dhwop_238>*{pointer-events:auto}._toolbarLeft_dhwop_256{align-items:center;gap:1rem;display:flex}._toolbarRight_dhwop_262,._viewpointControls_dhwop_268{align-items:center;gap:.5rem;display:flex}._viewpointControlsCenter_dhwop_274{-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_dhwop_289,._cancelViewpointButton_dhwop_290,._exitViewTourButton_dhwop_291,._setSceneViewButton_dhwop_292{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_dhwop_289:hover,._cancelViewpointButton_dhwop_290:hover,._exitViewTourButton_dhwop_291:hover,._setSceneViewButton_dhwop_292:hover{background-color:#0b63f3;border-color:#0b63f3}._setViewpointButton_dhwop_289:active,._cancelViewpointButton_dhwop_290:active,._exitViewTourButton_dhwop_291:active,._setSceneViewButton_dhwop_292:active{transform:scale(.95)}._cancelViewpointButton_dhwop_290,._exitViewTourButton_dhwop_291{background-color:#ff6b6b;border-color:#ff6b6b}._cancelViewpointButton_dhwop_290:hover,._exitViewTourButton_dhwop_291:hover{background-color:#ff3838;border-color:#ff3838}._setSceneViewButton_dhwop_292{background-color:#52c41a;border-color:#52c41a}._setSceneViewButton_dhwop_292:hover{background-color:#3f9714;border-color:#3f9714}._viewpointModeIndicator_dhwop_341,._modifySceneModeIndicator_dhwop_342,._viewTourModeIndicator_dhwop_343{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_dhwop_341 ._instruction_dhwop_353,._modifySceneModeIndicator_dhwop_342 ._instruction_dhwop_353,._viewTourModeIndicator_dhwop_343 ._instruction_dhwop_353{opacity:.8;margin-inline-start:.5rem;font-size:.8rem}@keyframes _spin_dhwop_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=768px){._infoOverlay_dhwop_217{padding:.25rem .75rem;top:.5rem}._infoText_dhwop_232{font-size:.8rem}.dragIndicator{width:40px;height:40px;font-size:14px}}@media screen and (orientation:landscape) and (height<=500px){._infoOverlay_dhwop_217{padding:.25rem .75rem;top:.75rem}._infoText_dhwop_232{font-size:.75rem}}@media (-webkit-device-pixel-ratio>=2),(resolution>=192dpi){._canvas_dhwop_110 canvas{image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast}}._canvas_dhwop_110,._canvas_dhwop_110 canvas{will-change:transform}._container_dhwop_83._fullscreen_dhwop_93 ._infoOverlay_dhwop_217{top:2rem}._container_dhwop_83._fullscreen_dhwop_93 .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_dhwop_148:after,.dragIndicator{animation:none}}._hoverTitle_dhwop_429{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_dhwop_429:after{content:"";border:6px solid #0000;border-top-color:#000000e6;position:absolute;top:100%;left:50%;transform:translate(-50%)}._hoverTitle_dhwop_429{animation:.2s ease-out _fadeInUp_dhwop_1}@keyframes _fadeInUp_dhwop_1{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){._hoverTitle_dhwop_429{padding:.4rem .8rem;font-size:.8rem}}._container_dhwop_83._fullscreen_dhwop_93 ._hoverTitle_dhwop_429{padding:.6rem 1.2rem;font-size:1rem}@media (hover:none) and (pointer:coarse){._hoverTitle_dhwop_429{display:none}}@media (prefers-reduced-motion:reduce){._hoverTitle_dhwop_429{animation:none}}._backButton_dhwop_488{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_dhwop_488:hover{background:#000000e6;border-color:#fff6;transform:scale(1.05)}._backButton_dhwop_488:active{transform:scale(.95)}._viewerScrollbar_dhwop_516{background:#00000080;border:1px solid #fff3}._viewerScrollbar_dhwop_516:hover{background:#0009}._viewerScrollbar_dhwop_516>div{background:linear-gradient(135deg,#b4b4ffd9,#8c8bdcb3);box-shadow:0 2px 6px #0006,0 0 6px #8c8bdc66}._viewerScrollbar_dhwop_516>div:hover{background:linear-gradient(135deg,#c8c8fff2,#a09ff0d9);box-shadow:0 0 10px #8c8bdcb3}._page_uaaq8_38{padding-inline:max(5%,50vw - 800px)}._text-center_uaaq8_63{text-align:center}@keyframes _te-levitate_uaaq8_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_uaaq8_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_uaaq8_90{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;top:0;left:0}@media (prefers-reduced-motion:reduce){._overlay_uaaq8_90,._overlay_uaaq8_90 *,._overlay_uaaq8_90:before,._overlay_uaaq8_90:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._hotspotIndicator_uaaq8_108{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_uaaq8_108:hover{z-index:10;transform:translate(-50%,-50%)scale(1.3)}._hotspotIndicator_uaaq8_108:hover ._hotspotDot_uaaq8_127{transform:scale(1.2)}._hotspotIndicator_uaaq8_108:hover ._hotspotLabel_uaaq8_130{opacity:1;transform:translateY(0)}._hotspotIndicator_uaaq8_108:active{transform:translate(-50%,-50%)scale(1.15)}._hotspotDot_uaaq8_127{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_uaaq8_127:before{content:"";pointer-events:none;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite _pulse_uaaq8_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._hotspotIcon_uaaq8_161{z-index:1;font-size:.75rem;position:relative}._visited_uaaq8_167 ._hotspotDot_uaaq8_127{background:var(--hotspot-visited-color);box-shadow:0 0 12px var(--hotspot-visited-glow), 0 2px 8px #0000004d;border:2px solid #ffffffe6}._visited_uaaq8_167 ._hotspotDot_uaaq8_127:before{border:2px solid var(--hotspot-visited-color);opacity:.6}._visited_uaaq8_167 ._hotspotIcon_uaaq8_161{color:#000c}._unvisited_uaaq8_180 ._hotspotDot_uaaq8_127{background:var(--hotspot-unvisited-color);box-shadow:0 0 12px var(--hotspot-unvisited-glow), 0 2px 8px #0000004d;border:2px solid #ffffffb3}._unvisited_uaaq8_180 ._hotspotDot_uaaq8_127:before{border:2px solid var(--hotspot-unvisited-color);opacity:.8}._unvisited_uaaq8_180 ._hotspotIcon_uaaq8_161{color:#fffffff2}._hotspotLabel_uaaq8_130{-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_uaaq8_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_uaaq8_127{width:20px;height:20px}._hotspotIcon_uaaq8_161{font-size:.65rem}._hotspotLabel_uaaq8_130{max-width:100px;padding:.2rem .4rem;font-size:.65rem}}._page_pekue_38{padding-inline:max(5%,50vw - 800px)}._text-center_pekue_63{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_pekue_76{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_pekue_90{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_pekue_100{justify-content:center;align-items:center;margin-bottom:.75rem;display:flex;position:relative}._title_pekue_108{text-align:center;margin:0;font-size:1.25rem;font-weight:600}._closeButton_pekue_115{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_pekue_115:hover{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 12px var(--cyberpunk-purple-glow);background:#fff3;transform:scale(1.05)}._closeButton_pekue_115:active{transform:scale(.95)}._overallProgress_pekue_143{flex-wrap:nowrap;justify-content:space-around;gap:1rem;display:flex}._overallProgress_pekue_143 small{opacity:.9;font-size:.875rem}._sceneSection_pekue_154{flex-direction:column;flex:1;gap:.75rem;min-height:0;display:flex;overflow:hidden}._sectionLabel_pekue_163{text-transform:uppercase;letter-spacing:.05em;opacity:.8;flex-shrink:0;padding:0 .5rem;font-size:.875rem;font-weight:500}._sceneGrid_pekue_173{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_pekue_173::-webkit-scrollbar{background:0 0;width:8px}._sceneGrid_pekue_173::-webkit-scrollbar-track{background:#0003;border-radius:4px;margin:4px 0}._sceneGrid_pekue_173::-webkit-scrollbar-thumb{background:var(--cyberpunk-purple-glow);border-radius:4px}._sceneGrid_pekue_173::-webkit-scrollbar-thumb:hover{background:#9f7aea}._sceneItem_pekue_203{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_pekue_203: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_pekue_203:hover{box-shadow:0 6px 24px var(--cyberpunk-purple-glow);transform:translateY(-2px)}._sceneItem_pekue_203._selected_pekue_236{border-color:var(--toc-visited-color);border-width:3px;box-shadow:0 0 20px #00ff8880,inset 0 0 20px #00ff881a}._sceneItem_pekue_203._selected_pekue_236 ._sceneImage_pekue_241,._sceneItem_pekue_203._selected_pekue_236 ._sceneVideo_pekue_242,._visited_pekue_247 ._sceneImage_pekue_241,._visited_pekue_247 ._sceneVideo_pekue_242{filter:none;opacity:1}._unvisited_pekue_253{border-color:var(--toc-unvisited-border)!important}._unvisited_pekue_253 ._sceneImage_pekue_241,._unvisited_pekue_253 ._sceneVideo_pekue_242{filter:grayscale();opacity:.6}._scenePreview_pekue_262{background:linear-gradient(135deg,#1a1a2e 0%,#2d1b3d 50%,#1e2a3a 100%);width:100%;padding-top:45%;position:relative;overflow:hidden}._sceneImage_pekue_241,._sceneVideo_pekue_242{object-fit:cover;border:none;width:100%;height:100%;position:absolute;top:0;left:0}._scenePlaceholder_pekue_281{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_pekue_294{color:var(--cyberpunk-text-secondary);opacity:.4;margin-bottom:.5rem;font-size:2.5rem}._errorText_pekue_301{color:#ef4444;opacity:.8;font-size:.75rem}._sceneLoading_pekue_307{-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_pekue_320{border:3px solid #7877c633;border-top-color:#7877c6;border-radius:50%;width:32px;height:32px;animation:.8s linear infinite _spin_pekue_1}@keyframes _spin_pekue_1{to{transform:rotate(360deg)}}._sceneOverlay_pekue_334{pointer-events:none;flex-direction:column;justify-content:space-between;padding:.5rem;display:flex;position:absolute;inset:0}._positionBadgeGroup_pekue_347{align-items:center;gap:.4rem;display:flex;position:absolute;top:.5rem;left:.5rem}._positionBadge_pekue_347{-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_pekue_367{flex-direction:column;align-items:center;gap:.25rem;display:flex;position:absolute;top:.5rem;right:.5rem}._hotspotIndicator_pekue_367{-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_pekue_367 svg{filter:drop-shadow(0 1px 2px #00000080);font-size:1.25rem;display:block}._hotspotIndicator_pekue_367._allHotspotsVisited_pekue_393{color:#fff;background:#00ff8880;border-color:#00ff88b3;box-shadow:0 0 12px #00ff8880,0 2px 8px #0006}._hotspotIndicator_pekue_367._noHotspotsVisited_pekue_399{color:#fff;background:#000000d9;border-color:#fff6;box-shadow:0 0 12px #0009,0 2px 8px #0006}._hotspotProgressText_pekue_406{-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_pekue_418{-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_pekue_432{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_pekue_432 svg{filter:drop-shadow(0 1px 2px #0006);display:block}._visitedIndicator_pekue_454{-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_pekue_454 svg{filter:drop-shadow(0 1px 2px #00000080);display:block}._visitedIndicator_pekue_454._visited_pekue_247{color:#fff;background:#00ff8880;border-color:#00ff88b3;box-shadow:0 0 12px #00ff8880,0 2px 8px #0006}._visitedIndicator_pekue_454._unvisited_pekue_253{color:#fff;background:#000000d9;border-color:#fff6;box-shadow:0 0 12px #0009,0 2px 8px #0006}._sceneInfo_pekue_482{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000004d;padding:.75rem}._sceneName_pekue_488{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.9rem;font-weight:500;overflow:hidden}._locked_pekue_497{cursor:default;pointer-events:none;position:relative;border-color:#6b72804d!important}._locked_pekue_497:hover{box-shadow:none;transform:none}._locked_pekue_497 ._scenePreview_pekue_262{filter:blur(12px)grayscale();opacity:.35}._locked_pekue_497 ._sceneOverlay_pekue_334{visibility:hidden}._locked_pekue_497 ._sceneInfo_pekue_482{filter:blur(4px);opacity:.4}._lockedOverlay_pekue_519{pointer-events:none;background:#00000073;border-radius:8px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}._lockedIcon_pekue_530{color:#ffffffb3;filter:drop-shadow(0 0 8px #7877c699);font-size:2rem}._emptyState_pekue_536{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}._emptyIcon_pekue_546{color:var(--cyberpunk-text-secondary);opacity:.3;font-size:4rem}._emptyText_pekue_552{opacity:.7;font-size:1rem}@media (width<=768px){._container_pekue_76{gap:.75rem}._header_pekue_90{padding:.875rem}._title_pekue_108{margin-bottom:.5rem;font-size:1.1rem}._overallProgress_pekue_143{flex-direction:row;align-items:center;gap:.75rem}._overallProgress_pekue_143 small{font-size:.75rem}._hotspotListToggle_pekue_576{padding:.75rem;font-size:.875rem}._hotspotList_pekue_576{max-height:200px}._hotspotItem_pekue_583{padding:.625rem}._sceneItem_pekue_203{min-height:120px}._sceneInfo_pekue_482{padding:.625rem}._sceneName_pekue_488{font-size:.85rem}}@media (width<=480px){._header_pekue_90{padding:.75rem}._title_pekue_108{font-size:1rem}._overallProgress_pekue_143 small{font-size:.8rem}._hotspotList_pekue_576{max-height:180px}._hotspotItem_pekue_583{gap:.5rem;padding:.5rem}._hotspotIcon_pekue_613{width:24px;height:24px;font-size:.75rem}._hotspotTitle_pekue_618{font-size:.85rem}._hotspotType_pekue_621{font-size:.7rem}._sceneItem_pekue_203{min-height:100px}._positionBadge_pekue_347{padding:.2rem .4rem;font-size:.7rem}._hotspotIndicator_pekue_367{padding:.35rem;font-size:.85rem}._hotspotProgressText_pekue_406{padding:.15rem .35rem;font-size:.65rem}._hotspotProgressBadge_pekue_418{padding:.2rem .4rem;font-size:.7rem}}@media (orientation:landscape) and (height<=480px) and (width<=900px){._container_pekue_76{gap:.5rem}._header_pekue_90{padding:.5rem}._title_pekue_108{margin-bottom:.375rem;font-size:.95rem}._overallProgress_pekue_143{flex-direction:row;gap:1rem}._overallProgress_pekue_143 small{font-size:.75rem}._hotspotListToggle_pekue_576{padding:.5rem .75rem;font-size:.8rem}._hotspotList_pekue_576{max-height:140px}._sceneItem_pekue_203{min-height:90px}._sceneGrid_pekue_173{gap:.5rem}}@keyframes _pulseBlue_pekue_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_pekue_690{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_pekue_1;box-shadow:0 0 15px #0096ff80}._instructionBubble_pekue_705{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_pekue_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 30px #7877c6cc}@keyframes _fadeInScale_pekue_1{0%{opacity:0;transform:translate(-50%,-50%)scale(.9)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}._page_10hky_38{padding-inline:max(5%,50vw - 800px)}._text-center_10hky_63{text-align:center}@keyframes _te-levitate_10hky_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_10hky_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_10hky_90{flex-direction:column;gap:0;width:100%;font-family:Inter,sans-serif;display:flex}@media (prefers-reduced-motion:reduce){._container_10hky_90,._container_10hky_90 *,._container_10hky_90:before,._container_10hky_90:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._emptyState_10hky_106{text-align:center;color:#b8b8d0;padding:1.5rem}._hotspotListToggle_10hky_112{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_10hky_112:hover{background:#ffffff14}._hotspotListToggle_10hky_112 svg{font-size:1.1rem}._progressHeader_10hky_134{background:#ffffff08;border-bottom:1px solid #ffffff14;padding:1rem 1.25rem .75rem;position:relative}._progressTitle_10hky_141{color:#e8e8f0;text-align:center;text-shadow:0 0 10px #7877c699;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}._closeButton_10hky_150{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_10hky_150:hover{background:#fff3;border-color:#7877c699;transform:scale(1.05);box-shadow:0 0 12px #7877c699}._closeButton_10hky_150:active{transform:scale(.95)}._progressInfo_10hky_179{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}._progressText_10hky_186{color:#e8e8f0;letter-spacing:.02em;font-size:.85rem;font-weight:500}._progressPercent_10hky_193{color:var(--toc-visited-color);text-shadow:0 0 8px #00ff8880;font-size:.95rem;font-weight:600}._progressBar_10hky_200{background:#0000004d;border-radius:3px;width:100%;height:6px;position:relative;overflow:hidden;box-shadow:inset 0 1px 3px #0006}._progressFill_10hky_210{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_10hky_210:after{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);animation:2s infinite _shimmer_10hky_1;position:absolute;inset:0}@keyframes _shimmer_10hky_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._hotspotGrid_10hky_237{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1.5rem;max-height:400px;padding:1.5rem;display:grid;overflow-y:auto}._hotspotGrid_10hky_237::-webkit-scrollbar{width:6px}._hotspotGrid_10hky_237::-webkit-scrollbar-track{background:#0003;border-radius:3px}._hotspotGrid_10hky_237::-webkit-scrollbar-thumb{background:#7877c699;border-radius:3px}._hotspotGrid_10hky_237::-webkit-scrollbar-thumb:hover{background:#9f7aea}._hotspotCard_10hky_260{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_10hky_260:hover{transform:translateY(-8px)}._hotspotCard_10hky_260:hover ._hotspotCircle_10hky_273{transform:scale(1.1)}._hotspotCard_10hky_260:active{transform:translateY(-4px)scale(.98)}._textOnHotspot_10hky_280{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_10hky_260:hover ._textOnHotspot_10hky_280{background:#000000d9;border-color:#7877c6cc;box-shadow:0 2px 12px #7877c666}._hotspotCircle_10hky_273{-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_10hky_323{z-index:1;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._circleIcon_10hky_334{font-size:2rem;transition:all .3s}._hotspotCard_10hky_260:hover ._circleIcon_10hky_334{transform:scale(1.15)rotate(5deg)}._visitedCircle_10hky_342{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_10hky_342 ._circleIcon_10hky_334{color:var(--toc-visited-color);filter:drop-shadow(0 0 8px #0f89)}._hotspotCard_10hky_260:hover ._visitedCircle_10hky_342{box-shadow:0 6px 20px #00ff8859,0 0 40px #00ff8840}._unvisitedCircle_10hky_355{border-color:var(--toc-unvisited-border)}._unvisitedCircle_10hky_355 ._circleIcon_10hky_334{color:#6b9cff;filter:drop-shadow(0 0 8px #4285f466)}._hotspotCard_10hky_260:hover ._unvisitedCircle_10hky_355{border-color:#7877c699;box-shadow:0 6px 20px #7877c64d,0 0 40px #7877c633}._unvisitedCircle_10hky_355:before{content:"";opacity:0;background:radial-gradient(circle,#7877c64d 0%,#0000 70%);border-radius:50%;animation:2s ease-in-out infinite _pulse_10hky_1;position:absolute;inset:-4px}@keyframes _pulse_10hky_1{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}._visitedBadge_10hky_386{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_10hky_260:hover ._visitedBadge_10hky_386{transform:scale(1.2)rotate(10deg)}._visitedBadge_10hky_386 svg{stroke-width:3px}._lockBadge_10hky_412{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_10hky_260:hover ._lockBadge_10hky_412{transform:scale(1.15);box-shadow:0 3px 12px #00000080,0 0 16px #fbbf24cc}._lockBadge_10hky_412 svg{stroke-width:2.5px}._hotspotInfo_10hky_439{text-align:center;flex-direction:column;align-items:center;gap:.25rem;width:100%;display:flex}._hotspotTitle_10hky_448{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_10hky_260:hover ._hotspotTitle_10hky_448{color:#fff}._hotspotType_10hky_463{color:#b8b8d0;opacity:.7;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}._hotspotCard_10hky_260:hover ._hotspotType_10hky_463{opacity:.9}._tutorialMessage_10hky_475{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_10hky_1}@keyframes _tutorialPulse_10hky_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_bz7zr_38{padding-inline:max(5%,50vw - 800px)}._text-center_bz7zr_63{text-align:center}@keyframes _te-levitate_bz7zr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_bz7zr_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_bz7zr_83{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_bz7zr_83{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_bz7zr_83,._controls_bz7zr_83 *,._controls_bz7zr_83:before,._controls_bz7zr_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._audioControlGroup_bz7zr_111{-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_bz7zr_122{flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}._audioButtonWrapper_bz7zr_132{display:inline-flex;position:relative}._volumeSliderContainer_bz7zr_137{-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_bz7zr_160{opacity:1;animation:.12s ease-out _volumeSlideInRight_bz7zr_1;transform:translateY(-50%)translate(0)scale(1)}._closing_bz7zr_166{opacity:0;animation:.14s ease-in _volumeSlideOutRight_bz7zr_1;transform:translateY(-50%)translate(4px)scale(.98)}._volumeSlider_bz7zr_137{width:140px}._volumeSlider_bz7zr_137 .ant-slider{margin:0;padding:0}._volumeSlider_bz7zr_137 .ant-slider-rail{background-color:#fff3;border-radius:2px;height:4px}._volumeSlider_bz7zr_137 .ant-slider-track{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:2px;height:4px}._volumeSlider_bz7zr_137 .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_bz7zr_137 .ant-slider-handle:before,._volumeSlider_bz7zr_137 .ant-slider-handle:after{display:none}._volumeSlider_bz7zr_137 .ant-slider-handle:hover,._volumeSlider_bz7zr_137 .ant-slider-handle:focus{border-color:#c0c0ff;box-shadow:0 0 12px #7877c699}._volumeHoverBridge_bz7zr_206{pointer-events:auto;height:10px;position:absolute;bottom:-8px;left:0;right:0}._volumeSliderContainer_bz7zr_137 ._volumeHoverBridge_bz7zr_206{width:10px;height:auto;inset:0 auto 0 -8px}@keyframes _volumeSlideInRight_bz7zr_1{0%{opacity:0;transform:translateY(-50%)translate(6px)scale(.98)}to{opacity:1;transform:translateY(-50%)translate(0)scale(1)}}@keyframes _volumeSlideOutRight_bz7zr_1{0%{opacity:1;transform:translateY(-50%)translate(0)scale(1)}to{opacity:0;transform:translateY(-50%)translate(6px)scale(.98)}}._audioButton_bz7zr_132{color:#c0c0ff}._audioButton_bz7zr_132:hover{color:#e8e8f0;box-shadow:0 0 12px #7877c699}._replayButton_bz7zr_252{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_bz7zr_252:hover{color:#fff;background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);border-color:#22c55ecc;transform:translateY(-1px);box-shadow:0 6px 14px #16a34a66}._replayButton_bz7zr_252:active{transform:translateY(0)scale(.98)}._volumeMiniButton_bz7zr_282{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_bz7zr_282:hover{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#60a5fa 100%);border-color:#60a5facc;transform:translateY(-1px);box-shadow:0 6px 14px #3b82f659}._volumeMiniButton_bz7zr_282:active{transform:translateY(0)scale(.98)}._controlGroup_bz7zr_312{-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_bz7zr_324{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_bz7zr_324:before{content:"";opacity:0;z-index:-1;background:linear-gradient(135deg,#3b82f6,#6ca1f8);transition:opacity .3s;position:absolute;inset:0}._controlButton_bz7zr_324:not(:disabled):hover{color:#fff;background-color:#fff;border-color:#3b82f6;transform:translateY(-2px);box-shadow:0 12px 24px #3498db4d}._controlButton_bz7zr_324:not(:disabled):hover:before{opacity:1}._controlButton_bz7zr_324:not(:disabled):active{transition:all .1s;transform:translateY(-1px)scale(.98)}._controlButton_bz7zr_324:disabled{opacity:.4;cursor:not-allowed}._controlButton_bz7zr_324:disabled:before{opacity:0}._controlButton_bz7zr_324:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._controlButton_bz7zr_324 svg{z-index:1;position:relative}._exitButton_bz7zr_382{color:#fff!important;background-color:#dc3545f2!important;border-color:#dc3545cc!important}._exitButton_bz7zr_382:before{opacity:1;background:linear-gradient(135deg,#d32029,#e3434b)!important}._exitButton_bz7zr_382:hover{color:#fff!important;background-color:#d32029!important;border-color:#d32029!important;box-shadow:0 12px 24px #dc354566!important}._exitButton_bz7zr_382:hover:before{background:linear-gradient(135deg,#a71920,#d32029)!important}._exitButton_bz7zr_382:active{background-color:#91161c!important}._hotspotButton_bz7zr_404{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_bz7zr_404:before{opacity:.3;background:linear-gradient(135deg,#b91c1c 0%,#ef4444 100%)}._hotspotButton_bz7zr_404: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_bz7zr_404:hover:before{opacity:1;background:linear-gradient(135deg,#df2929 0%,#f37373 100%)}._hotspotButton_bz7zr_404:active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #ef4444cc}._hotspotButton_bz7zr_404 svg{font-size:1.3rem}._hotspotCounter_bz7zr_436{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_bz7zr_324[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_bz7zr_324:has(._MdViewCarousel_bz7zr_453){background:linear-gradient(135deg,#7877c6e6 0%,#5a4fcfe6 50%,#8b5cf6e6 100%);border:1px solid #7877c699;box-shadow:0 0 10px #7877c666;color:#fff!important}._controlButton_bz7zr_324[title*=Scenes]:before{opacity:.3;background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)}._controlButton_bz7zr_324:has(._MdViewCarousel_bz7zr_453):before{opacity:.3;background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)}._controlButton_bz7zr_324[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_bz7zr_324:has(._MdViewCarousel_bz7zr_453):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_bz7zr_324[title*=Scenes]:hover:before{opacity:1;background:linear-gradient(135deg,#b5acf9 0%,#b5acf9d9 100%)}._controlButton_bz7zr_324:has(._MdViewCarousel_bz7zr_453):hover:before{opacity:1;background:linear-gradient(135deg,#b5acf9 0%,#b5acf9d9 100%)}._controlButton_bz7zr_324[title*=Scenes]:active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #7877c6cc}._controlButton_bz7zr_324:has(._MdViewCarousel_bz7zr_453):active{transform:translateY(-1px)scale(1.02);box-shadow:0 0 15px #7877c6cc}._fullscreen_bz7zr_484 ._controls_bz7zr_83{bottom:2.5rem;left:2.5rem}._fullscreen_bz7zr_484 ._controlGroup_bz7zr_312{gap:.75rem;padding:1rem}._fullscreen_bz7zr_484 ._controlButton_bz7zr_324{width:60px;height:60px;font-size:1.6rem}@media (width<=768px){._controls_bz7zr_83{gap:.5rem}._audioControlGroup_bz7zr_111{padding:.5rem}._controlGroup_bz7zr_312{gap:.375rem;padding:.5rem}._controlButton_bz7zr_324{border-radius:8px;width:44px;height:44px;font-size:1.2rem}._fullscreen_bz7zr_484 ._controls_bz7zr_83{left:max(2rem, env(safe-area-inset-left))}}@media (width<=480px){._controls_bz7zr_83{left:max(.75rem, env(safe-area-inset-left));height:364px}._audioControlGroup_bz7zr_111{padding:.5rem}._controlButton_bz7zr_324{width:40px;height:40px;font-size:1.1rem}._fullscreen_bz7zr_484 ._controls_bz7zr_83{left:max(1.5rem, env(safe-area-inset-left))}}@media (hover:none) and (pointer:coarse){._controlButton_bz7zr_324{width:48px;height:48px;font-size:1.3rem}._controlButton_bz7zr_324:hover{box-shadow:none;transform:none}._controlButton_bz7zr_324:hover:before{opacity:0}._controlButton_bz7zr_324:active{background-color:#3498db1a;transform:scale(.95)}._fullscreen_bz7zr_484 ._controlButton_bz7zr_324{width:56px;height:56px;font-size:1.5rem}}@media (prefers-color-scheme:dark){._controlGroup_bz7zr_312{background-color:#000000e6;border-color:#ffffff26}._controlButton_bz7zr_324{color:#2c3e50;background-color:#ffffffe6;border-color:#ffffff4d}}@media (prefers-reduced-motion:reduce){._controlButton_bz7zr_324{transition:none}._controlButton_bz7zr_324:hover{transform:none}._controlButton_bz7zr_324:active{transform:scale(.98)}._controlButton_bz7zr_324:before{transition:none}}@media (prefers-contrast:high){._controlGroup_bz7zr_312{background-color:#000000f2;border:2px solid #fff}._controlButton_bz7zr_324{color:#000;background-color:#fff;border:2px solid #000}._controlButton_bz7zr_324:hover{color:#fff;background-color:#000}}@keyframes _slideInFromLeft_bz7zr_1{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}._controls_bz7zr_83{animation:.4s ease-out _slideInFromLeft_bz7zr_1}._controlButton_bz7zr_324._loading_bz7zr_613{pointer-events:none;opacity:.6}._controlButton_bz7zr_324._loading_bz7zr_613:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_bz7zr_1;position:absolute}@keyframes _spin_bz7zr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cyberpunk-modal ._ant-modal-content_bz7zr_636{-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_bz7zr_643{-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_bz7zr_643 ._ant-modal-title_bz7zr_648,.cyberpunk-modal ._ant-modal-title_bz7zr_648,.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_bz7zr_648){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_bz7zr_666{color:#b8b8d0!important}.cyberpunk-modal ._ant-modal-close_bz7zr_666:hover{color:#c0c0ff!important;background:#ffffff14!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673{color:#e8e8f0!important;background:0 0!important;padding:1rem!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673 *{color:inherit!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673 ._ant-btn_bz7zr_681{color:#e8e8f0!important;background:linear-gradient(135deg,#5a4fcf,#8b5cf6)!important;border:1px solid #ffffff1f!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673 ._ant-btn_bz7zr_681:hover{background:linear-gradient(135deg,#8b7cf6 0%,#8b7cf6d9 100%)!important;border-color:#ffffff1f!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673 ._ant-btn_bz7zr_681._ant-btn-dangerous_bz7zr_690{background:linear-gradient(135deg,#ff6b9d 0%,#c44569 100%)!important;border:1px solid #ff6b9d4d!important}.cyberpunk-modal ._ant-modal-body_bz7zr_673 ._ant-btn_bz7zr_681._ant-btn-dangerous_bz7zr_690:hover{background:linear-gradient(135deg,#c44569 0%,#ff6b9d 100%)!important}@media (orientation:landscape) and (height<=480px) and (width<=900px){._controls_bz7zr_83{left:max(.75rem, env(safe-area-inset-left));gap:.4rem;height:325px}._audioControlGroup_bz7zr_111,._controlGroup_bz7zr_312{border-radius:10px;gap:.3rem;padding:.45rem}._controlButton_bz7zr_324{border-radius:7px;width:36px;height:36px;font-size:.95rem}._volumeMiniButton_bz7zr_282,._replayButton_bz7zr_252{width:18px;height:18px;font-size:.7rem;top:-3px;right:-3px}._replayButton_bz7zr_252{bottom:-3px}._volumeSliderContainer_bz7zr_137{min-width:120px;padding:.4rem .55rem}._volumeSlider_bz7zr_137{width:120px}}@keyframes _pulseGreen_bz7zr_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_bz7zr_750{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_bz7zr_1;box-shadow:0 0 15px #00ff8880}._page_ruy2k_38{padding-inline:max(5%,50vw - 800px)}._text-center_ruy2k_63{text-align:center}@keyframes _te-levitate_ruy2k_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ruy2k_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_ruy2k_83{background:#000;border-radius:4px;transition:all .3s;position:relative;overflow:visible;box-shadow:0 0 30px #00000080}._stage_ruy2k_83>._clipContainer_ruy2k_91,._stage_ruy2k_83>._dimmingOverlay_ruy2k_92,._stage_ruy2k_83>._stageFrame_ruy2k_93{width:100%;height:100%}._stage_ruy2k_83._dragging_ruy2k_97{cursor:grabbing}@media (prefers-reduced-motion:reduce){._stage_ruy2k_83,._stage_ruy2k_83 *,._stage_ruy2k_83:before,._stage_ruy2k_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._clipContainer_ruy2k_91{z-index:1;border-radius:4px;position:absolute;top:0;left:0;overflow:hidden}._clipContainer_ruy2k_91._clipContainerSelected_ruy2k_117{overflow:visible}._contentWrapper_ruy2k_121{pointer-events:auto;position:absolute;overflow:visible}._dimmingOverlay_ruy2k_92{pointer-events:none;z-index:2;position:absolute;inset:0;box-shadow:0 0 0 9999px #000000b3}._stageFrame_ruy2k_93{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_ruy2k_151{border-color:#3b82f680}._handlesContainer_ruy2k_155{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}._handle_ruy2k_155{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_ruy2k_155:hover{transform:scale(1.2);box-shadow:0 2px 8px #3b82f680}._topLeft_ruy2k_182{cursor:nwse-resize;top:-6px;left:-6px}._topRight_ruy2k_188{cursor:nesw-resize;top:-6px;right:-6px}._bottomLeft_ruy2k_194{cursor:nesw-resize;bottom:-6px;left:-6px}._bottomRight_ruy2k_200{cursor:nwse-resize;bottom:-6px;right:-6px}._moveHandle_ruy2k_206{cursor:move;background:#22c55e;width:20px;height:20px;top:50%;left:50%;transform:translate(-50%,-50%)}._rotateHandle_ruy2k_216{cursor:grab;background:#f59e0b;width:14px;height:14px;top:-30px;left:50%;transform:translate(-50%)}._rotateHandle_ruy2k_216:active{cursor:grabbing}._rotateHandle_ruy2k_216:before{content:"";background:#f59e0b80;width:2px;height:18px;position:absolute;top:100%;left:50%;transform:translate(-50%)}._selectionBorder_ruy2k_239{pointer-events:none;box-sizing:border-box;border:2px dashed #3b82f6b3;width:100%;height:100%;position:absolute;top:0;left:0}._page_1pvco_38{padding-inline:max(5%,50vw - 800px)}._text-center_1pvco_63{text-align:center}._tourViewer_1pvco_67{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_1pvco_67._fullscreen_1pvco_77{z-index:9999;height:100vh;position:fixed;top:0;left:0}._tourViewer_1pvco_67._embedded_1pvco_84{height:100%;box-shadow:none;border:0;border-radius:0;position:relative}._tourViewer_1pvco_67._fadeIn_1pvco_91{animation:1.2s ease-out _tourViewerFadeIn_1pvco_1}._tourViewer_1pvco_67._sceneTransitioning_1pvco_94 ._panoramaContainer_1pvco_94{opacity:.7;filter:blur(1px);transition:opacity .2s ease-out,filter .2s ease-out}._publicHeader_1pvco_100{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_1pvco_100._headerFadeIn_1pvco_117{animation:.8s ease-out .4s both _headerSlideIn_1pvco_1}._publicHeader_1pvco_100 h3{text-shadow:0 2px 4px #000000b3;pointer-events:auto;margin:0;font-size:1.5rem;font-weight:600}._exitButton_1pvco_128{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_1pvco_128:hover{background:#ffffff4d;border-color:#ffffff80}._loading_1pvco_148{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_1pvco_148._initializing_1pvco_159{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#16213e 100%)}._loading_1pvco_148._initializing_1pvco_159 ._spinner_1pvco_162{border-top-color:#667eea;animation:.8s linear infinite _spin_1pvco_162,2s ease-in-out infinite _pulse_1pvco_1}._loading_1pvco_148._initializing_1pvco_159 p{animation:2s ease-in-out infinite _textGlow_1pvco_1}._loading_1pvco_148 ._spinner_1pvco_162{border:4px solid #fff3;border-top-color:#fffc;border-radius:50%;width:50px;height:50px;margin-bottom:1.5rem;animation:1s linear infinite _spin_1pvco_162}._loading_1pvco_148 p{opacity:.9;text-align:center;letter-spacing:.5px;font-size:1.1rem;font-weight:500}@keyframes _spin_1pvco_162{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._error_1pvco_194{background:var(--cyberpunk-glass-bg);height:100vh;color:var(--cyberpunk-text-primary);flex-direction:column;justify-content:center;align-items:center;display:flex}._error_1pvco_194 h3{color:var(--cyberpunk-text-primary);margin-bottom:1rem}._error_1pvco_194 button{background:var(--cyberpunk-button-gradient);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem}._error_1pvco_194 button:hover{opacity:.8}._basicUI_1pvco_219{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_1pvco_219>*{pointer-events:auto}._sceneInfo_1pvco_234{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_1pvco_234 h3{margin:0 0 .5rem;font-size:1.1rem}._sceneInfo_1pvco_234 span{color:var(--cyberpunk-text-secondary);font-size:.9rem}._controls_1pvco_251{gap:.5rem;display:flex}._controls_1pvco_251 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_1pvco_251 button:hover{background:var(--cyberpunk-button-gradient);border-color:var(--cyberpunk-text-accent);color:#fff}._overlay_1pvco_271{-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_1pvco_285{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_1pvco_298{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_1pvco_298:hover{color:var(--cyberpunk-text-primary);background:#ffffff1a}._infoContent_1pvco_321 h3{color:var(--cyberpunk-text-accent);margin:0 0 1rem}._infoContent_1pvco_321 p{color:var(--cyberpunk-text-primary);margin:0;line-height:1.6}._mediaContent_1pvco_331{text-align:center}._mediaContent_1pvco_331 h3{color:var(--cyberpunk-text-accent);margin:0 0 1rem}._mediaContent_1pvco_331 img{border-radius:8px;margin:0 auto 1rem;display:block;box-shadow:0 4px 20px #0000004d}._mediaContent_1pvco_331 p{color:var(--cyberpunk-text-primary);margin:0;line-height:1.6}._panoramaContainer_1pvco_94{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_1pvco_94._transitioning_1pvco_361{opacity:.7;filter:blur(1px)}._sceneTransitionOverlay_1pvco_366{z-index:500;opacity:1;background:#0000004d;justify-content:center;align-items:center;animation:.2s ease-out _overlayFadeIn_1pvco_1;display:flex;position:absolute;inset:0}._sceneTransitionOverlay_1pvco_366 ._transitionSpinner_1pvco_380{border:2px solid #ffffff4d;border-top-color:#ffffffe6;border-radius:50%;width:30px;height:30px;animation:.8s linear infinite _spin_1pvco_162}@keyframes _tourViewerFadeIn_1pvco_1{0%{opacity:0;transform:scale(1.02)}50%{opacity:.8;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}@keyframes _headerSlideIn_1pvco_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes _overlayFadeIn_1pvco_1{0%{opacity:0}to{opacity:1}}@keyframes _pulse_1pvco_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _textGlow_1pvco_1{0%,to{text-shadow:0 0 5px #667eea80}50%{text-shadow:0 0 15px #667eeacc,0 0 25px #667eea99}}._logoContainer_1pvco_437{-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_1pvco_437._logoFadeIn_1pvco_460{animation:.8s ease-out .6s both _logoSlideIn_1pvco_1}._logoContainer_1pvco_437: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_1pvco_437: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_1pvco_1;position:absolute;top:0;left:-100%}._logoContainer_1pvco_437>*{z-index:1;pointer-events:none;margin:0;position:relative}._logoContainer_1pvco_437: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_1pvco_437:hover:before{background:linear-gradient(135deg,#ffffff40 0%,#7877c638 25%,#8b5cf62e 50%,#ffffff2e 75%,#8b5cf640 100%);box-shadow:0 0 15px #7877c64d}._logoContainer_1pvco_437:hover ._logo_1pvco_437{filter:drop-shadow(0 0 12px #7877c6cc)}._logoContainer_1pvco_437:hover ._logoText_1pvco_509{text-shadow:0 0 15px #7877c6;color:#c0c0ff}._logoContainer_1pvco_437:active{transform:translateY(-1px)scale(1.01);box-shadow:0 6px 24px #0006,0 0 15px #7877c699,inset 0 1px #ffffff26}._logoContainer_1pvco_437:active:before{background:linear-gradient(135deg,#ffffff38 0%,#7877c62e 25%,#8b5cf626 50%,#ffffff26 75%,#8b5cf638 100%)}._logoContainer_1pvco_437:focus-visible{outline-offset:2px;outline:3px solid #7877c699}._logo_1pvco_437{object-fit:contain;filter:drop-shadow(0 0 12px #7877c6cc);width:48px;height:38px;transition:all .3s cubic-bezier(.4,0,.2,1)}._logoText_1pvco_509{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_1pvco_1{0%{opacity:0;transform:translateY(30px)translate(30px)}to{opacity:1;transform:translateY(0)translate(0)}}@keyframes _scanningLight_1pvco_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_1pvco_437{padding:.5rem .75rem;bottom:1rem;right:1rem}._logoContainer_1pvco_437>*{margin:0}._logo_1pvco_437{width:42px;height:32px}._logoText_1pvco_509{font-size:1.05rem}}@media (width<=480px){._logoContainer_1pvco_437{gap:.125rem;padding:.375rem .5rem;bottom:.75rem;right:.75rem}._logoContainer_1pvco_437>*{margin:0}._logo_1pvco_437{width:36px;height:28px}._logoText_1pvco_509{font-size:.95rem}}@media (prefers-color-scheme:dark){._logoContainer_1pvco_437{background:linear-gradient(135deg,#000000f2 0%,#0f0f19e6 50%,#000000f2 100%);border-color:#ffffff26}._logoContainer_1pvco_437:before{background:linear-gradient(135deg,#ffffff26 0%,#7877c61a 30%,#ffffff14 70%,#8b5cf61f 100%)}}@media (prefers-contrast:high){._logoContainer_1pvco_437{background:#000000f2;border:2px solid #fff}._logoContainer_1pvco_437:before{background:#fff3;border:1px solid #ffffff4d}._logoContainer_1pvco_437:hover:before{background:#ffffff4d}._logoText_1pvco_509{color:#fff;text-shadow:none}._logoText_1pvco_509:hover{color:#fff}}@media (prefers-reduced-motion:reduce){._logoContainer_1pvco_437{transition:none}._logoContainer_1pvco_437:hover{transform:translateY(-2px)scale(1.1)}._logoContainer_1pvco_437:active{transform:scale(.98)}._logoContainer_1pvco_437:before,._logo_1pvco_437,._logoText_1pvco_509{transition:none}}._page_8b3ms_38{padding-inline:max(5%,50vw - 800px)}._text-center_8b3ms_63{text-align:center}._container_8b3ms_67{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_8b3ms_67:before{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff1a 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}._container_8b3ms_67._noPadding_8b3ms_90{padding:0}._container_8b3ms_67._noPadding_8b3ms_90 ._content_8b3ms_93{padding-top:0}._header_8b3ms_97{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_8b3ms_116{cursor:pointer;background:linear-gradient(135deg,#1a2942 0%,#141f3d 100%);border:1px solid #ffffff26;box-shadow:0 4px 12px #0003}._clickableHeader_8b3ms_116:hover{background:linear-gradient(135deg,#233554 0%,#1a2942 100%);border-color:#ffffff4d;transform:translateY(-1px);box-shadow:0 6px 16px #00000040}._clickableHeader_8b3ms_116:hover ._title_8b3ms_128{color:#fff;text-shadow:0 0 10px #ffffff4d}._clickableHeader_8b3ms_116:hover ._icon_8b3ms_132{filter:drop-shadow(0 0 12px rgba(var(--cyberpunk-blue-rgb), .8));transform:scale(1.1)}._clickableHeader_8b3ms_116:hover ._headerArrow_8b3ms_136{opacity:1;transform:translate(4px)}._clickableHeader_8b3ms_116:active{transform:translateY(0);box-shadow:0 2px 8px #0003}._headerArrow_8b3ms_136{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_8b3ms_136{opacity:.7}}._iconWrapper_8b3ms_161{width:24px;height:24px;box-shadow:none;background:0 0;border-radius:0;justify-content:center;align-items:center;padding:0;display:flex}._icon_8b3ms_132{color:var(--cyberpunk-blue);filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-blue-rgb), .5));font-size:18px}._titleGroup_8b3ms_179{align-items:baseline;gap:12px;display:flex}._title_8b3ms_128{color:var(--cyberpunk-text-primary);letter-spacing:-.3px;white-space:nowrap;margin:0;font-size:22px;font-weight:700}._subtitle_8b3ms_195{color:var(--cyberpunk-text-secondary);opacity:.8;white-space:nowrap;margin:0;font-size:15px;font-weight:500}._editButton_8b3ms_204{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_8b3ms_204:hover{color:gold;background:#ffd7001a;border-color:gold;transform:scale(1.02);box-shadow:0 0 10px #ffd70033}._editButton_8b3ms_204:active{transform:scale(.95)}._adminBadge_8b3ms_237{text-transform:uppercase;letter-spacing:.5px;opacity:.9;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}._adminIcon_8b3ms_248{font-size:14px}._separator_8b3ms_252{background-color:#ffd70033;width:1px;height:14px}._editIcon_8b3ms_258{opacity:.8;font-size:14px}._content_8b3ms_93{z-index:1;flex-direction:column;flex:auto;padding-top:12px;display:flex;position:relative}@media (width<=1024px){._container_8b3ms_67{padding:20px}._header_8b3ms_97{inset-inline-start:16px}._editButton_8b3ms_204{inset-inline-end:16px}}@media (width<=768px){._container_8b3ms_67{border-radius:16px;padding:16px}._header_8b3ms_97{inset-inline-start:16px;top:-10px}._editButton_8b3ms_204{inset-inline-end:16px;height:28px;padding:0 10px;font-size:11px;top:-14px}._editButton_8b3ms_204 ._adminIcon_8b3ms_248,._editButton_8b3ms_204 ._editIcon_8b3ms_258{font-size:12px}._content_8b3ms_93{overflow-x:visible}._title_8b3ms_128{font-size:16px}._subtitle_8b3ms_195{display:none}}._headerHidden_8b3ms_315 ._content_8b3ms_93{padding-top:0}._page_1gji7_38{padding-inline:max(5%,50vw - 800px)}._text-center_1gji7_63{text-align:center}._tourCard_1gji7_67{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_1gji7_67:hover{transform:translateY(-8px)scale(1.05)}._sphereContainer_1gji7_83{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_1gji7_67:hover ._sphereContainer_1gji7_83{filter:drop-shadow(0 16px 32px #0009)drop-shadow(0 0 60px #667eea66)}._sphereContainer_1gji7_83 canvas{border-radius:50%}._titleWrapper_1gji7_99{z-index:10;pointer-events:none;justify-content:center;transition:all .4s;display:flex;position:absolute;top:12px;left:0;right:0}._titleWrapper_1gji7_99._hovered_1gji7_110{transform:translateY(-4px)}._floatingTitle_1gji7_114{-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_1gji7_114;display:inline-block;overflow:hidden;box-shadow:0 4px 16px #0000004d,inset 0 1px #ffffff26}@keyframes _float_1gji7_114{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=1024px){._floatingTitle_1gji7_114{padding:6px 14px;font-size:12px}}@media (width<=768px){._floatingTitle_1gji7_114{padding:5px 12px;font-size:11px}}._page_1qqwc_38{padding-inline:max(5%,50vw - 800px)}._text-center_1qqwc_63{text-align:center}._modal_1qqwc_67 .ant-modal{max-width:min(980px,100vw - 32px)}._modal_1qqwc_67 .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_1qqwc_67 .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_1qqwc_67 .ant-modal-title{color:var(--cyberpunk-text-primary)}._modal_1qqwc_67 .ant-modal-body{overflow:hidden}._modalHeader_1qqwc_93{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._headerContent_1qqwc_100{flex-direction:column;flex:1;gap:8px;display:flex}._modalTitle_1qqwc_107{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px var(--cyberpunk-purple-glow);letter-spacing:.3px;margin:0;font-weight:700}._modalSubtitle_1qqwc_115{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._headerActions_1qqwc_121{flex-direction:column;align-items:flex-end;gap:12px;display:flex}._institutionSelectorHeader_1qqwc_128{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_1qqwc_138{color:var(--cyberpunk-purple);font-size:16px}._institutionSelectHeader_1qqwc_143{min-width:220px}._institutionSelectHeader_1qqwc_143 .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_1qqwc_143 .ant-select-selector:hover{border-color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1qqwc_143 .ant-select-arrow{color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1qqwc_143 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._institutionOption_1qqwc_162{border-radius:6px;padding:4px 8px}._institutionOptionWithConfig_1qqwc_167{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;padding:4px 8px;font-weight:500}._adminBadge_1qqwc_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_1qqwc_194{font-size:14px}._modalContent_1qqwc_198{box-sizing:border-box;flex-direction:column;gap:24px;width:100%;min-width:0;max-width:100%;padding:24px 32px 32px;display:flex}._searchContainer_1qqwc_209{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}._searchIcon_1qqwc_219{color:var(--cyberpunk-text-secondary)}._searchInput_1qqwc_223{background:0 0;flex:1}._searchInput_1qqwc_223 .ant-input{color:var(--cyberpunk-text-primary)}._searchInput_1qqwc_223 .ant-input::placeholder{color:var(--cyberpunk-text-secondary)}._columnsContainer_1qqwc_234{grid-template-columns:1fr;gap:20px;width:100%;min-width:0;max-width:100%;display:grid}._singleColumn_1qqwc_243{flex-direction:column;gap:12px;width:100%;min-width:0;max-width:100%;display:flex}._columnHeader_1qqwc_252{justify-content:space-between;align-items:center;display:flex}._columnTitle_1qqwc_258{color:var(--cyberpunk-text-primary);margin:0}._itemsList_1qqwc_263{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_1qqwc_283{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_1qqwc_283:hover:not(._selected_1qqwc_296){background:#ffffff12;border-color:#ffffff1f;transform:translateY(-2px)}._itemCard_1qqwc_283._selected_1qqwc_296{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_1qqwc_283._selected_1qqwc_296: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_1qqwc_312{pointer-events:none;transition:all .2s}._itemThumbnail_1qqwc_317{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_1qqwc_317 img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}._itemCard_1qqwc_283._selected_1qqwc_296 ._itemThumbnail_1qqwc_317{transform:scale(1.05)}._placeholderIcon_1qqwc_339{color:#fff6;font-size:24px}._itemInfo_1qqwc_344{flex:1;min-width:0}._itemTitle_1qqwc_349{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-weight:600;overflow:hidden}._loadingState_1qqwc_358{grid-column:1/-1;justify-content:center;align-items:center;padding:40px 0;display:flex}._footer_1qqwc_366{justify-content:flex-end;gap:12px;display:flex}._page_1hmbv_38{padding-inline:max(5%,50vw - 800px)}._text-center_1hmbv_63{text-align:center}._modal_1hmbv_67 .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_1hmbv_67 .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_1hmbv_67 .ant-modal-title{color:var(--cyberpunk-text-primary)}._modalHeader_1hmbv_87{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}._headerContent_1hmbv_94{flex-direction:column;flex:1;gap:8px;display:flex}._modalTitle_1hmbv_101{color:var(--cyberpunk-text-primary);text-shadow:0 2px 12px var(--cyberpunk-purple-glow);letter-spacing:.3px;margin:0;font-weight:700}._modalSubtitle_1hmbv_109{color:var(--cyberpunk-text-secondary);margin:0;font-size:14px}._headerActions_1hmbv_115{flex-direction:column;align-items:flex-end;gap:12px;display:flex}._institutionSelectorHeader_1hmbv_122{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_1hmbv_132{color:var(--cyberpunk-purple);font-size:16px}._institutionSelectHeader_1hmbv_137{min-width:220px}._institutionSelectHeader_1hmbv_137 .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_1hmbv_137 .ant-select-selector:hover{border-color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1hmbv_137 .ant-select-arrow{color:var(--cyberpunk-purple)!important}._institutionSelectHeader_1hmbv_137 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._institutionOption_1hmbv_156{border-radius:6px;padding:4px 8px}._institutionOptionWithConfig_1hmbv_161{color:#22c55e;background:#22c55e26;border:1px solid #22c55e4d;border-radius:6px;padding:4px 8px;font-weight:500}._configStatus_1hmbv_170{color:var(--cyberpunk-text-secondary);margin-inline-start:8px;font-size:11px;font-style:italic}._adminBadge_1hmbv_177{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_1hmbv_195{font-size:14px}._modalContent_1hmbv_199{flex-direction:column;gap:24px;padding:24px 32px 32px;display:flex}._tabs_1hmbv_206 .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_1hmbv_206 .ant-tabs-nav:before{display:none}._tabs_1hmbv_206 .ant-tabs-nav-list{gap:6px}._tabs_1hmbv_206 .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_1hmbv_206 .ant-tabs-tab:hover{color:var(--cyberpunk-text-primary);background:rgba(var(--cyberpunk-dark-2-rgb), .5)}._tabs_1hmbv_206 .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_1hmbv_206 .ant-tabs-tab.ant-tabs-tab-active ._ant-tabs-tab-btn_1hmbv_239{text-shadow:0 0 8px rgba(var(--cyberpunk-purple-rgb), .6)}._tabs_1hmbv_206 .ant-tabs-ink-bar{display:none}._formSection_1hmbv_246{background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:16px;padding:20px;display:flex}._formHeader_1hmbv_256{justify-content:space-between;align-items:center;display:flex}._formTitle_1hmbv_262{margin:0}._formHint_1hmbv_266{color:var(--cyberpunk-text-secondary);font-size:12px}._formGrid_1hmbv_271{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}._formField_1hmbv_277{flex-direction:column;gap:8px;display:flex}._formLabel_1hmbv_283{color:var(--cyberpunk-text-secondary);font-size:12px;font-weight:600}._thumbnailRow_1hmbv_289{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._fileInput_1hmbv_296{display:none}._uploadButton_1hmbv_300{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_1hmbv_312{color:var(--cyberpunk-text-secondary);cursor:pointer;background:0 0;border:none}._thumbnailPreview_1hmbv_319{border:1px solid #ffffff1a;border-radius:12px;width:160px;height:90px;overflow:hidden}._thumbnailPreview_1hmbv_319 img{object-fit:cover;width:100%;height:100%}._formActions_1hmbv_332{justify-content:flex-end;gap:12px;display:flex}._institutionSelector_1hmbv_122{flex-wrap:wrap;align-items:center;gap:12px;display:flex}._institutionLabel_1hmbv_345{color:var(--cyberpunk-text-secondary);align-items:center;gap:8px;display:inline-flex}._institutionIcon_1hmbv_132{color:var(--cyberpunk-blue)}._institutionSelect_1hmbv_122{min-width:260px}._previewSelector_1hmbv_360{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;display:flex}._previewLabel_1hmbv_371{color:var(--cyberpunk-text-secondary);align-items:center;gap:8px;display:inline-flex}._previewSelect_1hmbv_360{min-width:260px}._previewStatus_1hmbv_382{color:var(--cyberpunk-text-secondary);font-size:12px}._searchContainer_1hmbv_387{background:#0f172ab3;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:10px 16px;display:flex}._searchIcon_1hmbv_397{color:var(--cyberpunk-text-secondary)}._searchInput_1hmbv_401{background:0 0;flex:1}._searchInput_1hmbv_401 .ant-input{color:var(--cyberpunk-text-primary)}._searchInput_1hmbv_401 .ant-input::placeholder{color:var(--cyberpunk-text-secondary)}._createCta_1hmbv_412{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_1hmbv_425{grid-template-columns:1fr;gap:20px;display:grid}._singleColumn_1hmbv_431{flex-direction:column;gap:12px;display:flex}._columnHeader_1hmbv_437{justify-content:space-between;align-items:center;display:flex}._previewColumn_1hmbv_443{background:#0f172ab3;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex}._columnTitle_1hmbv_453{color:var(--cyberpunk-text-primary);margin:0}._itemsList_1hmbv_458{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_1hmbv_473{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_1hmbv_486{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px;align-items:center;gap:12px;padding:10px;display:flex}._previewOrder_1hmbv_496{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_1hmbv_509{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_1hmbv_509:hover:not(._selected_1hmbv_521){background:#ffffff12;border-color:#ffffff1f;transform:translateY(-2px)}._itemCard_1hmbv_509._selected_1hmbv_521{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_1hmbv_509._selected_1hmbv_521: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_1hmbv_537{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_1hmbv_537 img{object-fit:cover;width:100%;height:100%;transition:transform .3s cubic-bezier(.4,0,.2,1)}._itemCard_1hmbv_509._selected_1hmbv_521 ._itemThumbnail_1hmbv_537{transform:scale(1.05)}._placeholderIcon_1hmbv_559{color:#fff6}._itemInfo_1hmbv_563{flex:1;min-width:0}._itemTitle_1hmbv_568{color:var(--cyberpunk-text-primary);margin:0;font-weight:600}._itemSubtitle_1hmbv_574{color:var(--cyberpunk-text-secondary);margin:4px 0 0;font-size:12px}._itemActions_1hmbv_580{gap:8px;display:inline-flex}._actionButton_1hmbv_585{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_1hmbv_585:hover:not(:disabled){background:#ffffff29}._actionButton_1hmbv_585:disabled{opacity:.5;cursor:not-allowed}._deleteButton_1hmbv_606{color:#ff8a8a}._tooltipWrapper_1hmbv_610{display:inline-flex}._checkbox_1hmbv_614{pointer-events:none;transition:all .2s}._loadingState_1hmbv_619{justify-content:center;align-items:center;padding:40px 0;display:flex}._footer_1hmbv_626{justify-content:flex-end;gap:12px;display:flex}@media (width<=1024px){._formGrid_1hmbv_271{grid-template-columns:1fr}}._page_8ocfp_38{padding-inline:max(5%,50vw - 800px)}._text-center_8ocfp_63{text-align:center}._loader_8ocfp_67{height:var(--size);width:var(--size);position:relative}._loader_8ocfp_67 div{width:100%;height:100%;position:absolute}._loader_8ocfp_67 div:first-child{transform:rotate(45deg)}._loader_8ocfp_67 div:first-child:before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .1s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}@keyframes _blink_8ocfp_1{0%{transform:scale(1.25)}65%,to{transform:scale(0)}}._loader_8ocfp_67 div:nth-child(2){transform:rotate(90deg)}._loader_8ocfp_67 div:nth-child(2):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .2s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(3){transform:rotate(135deg)}._loader_8ocfp_67 div:nth-child(3):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .3s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(4){transform:rotate(180deg)}._loader_8ocfp_67 div:nth-child(4):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .4s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(5){transform:rotate(225deg)}._loader_8ocfp_67 div:nth-child(5):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .5s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(6){transform:rotate(270deg)}._loader_8ocfp_67 div:nth-child(6):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .6s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(7){transform:rotate(315deg)}._loader_8ocfp_67 div:nth-child(7):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .7s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._loader_8ocfp_67 div:nth-child(8){transform:rotate(360deg)}._loader_8ocfp_67 div:nth-child(8):before{content:"";background:#4cc1fa;border-radius:50%;width:17%;height:17%;margin:15%;animation:.8s linear .8s infinite _blink_8ocfp_1;position:absolute;top:0;left:0;transform:scale(0)}._page_2mico_38{padding-inline:max(5%,50vw - 800px)}._text-center_2mico_63{text-align:center}._modal_2mico_67 .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_2mico_67 .ant-modal-body,._modal_2mico_67 .ant-modal{overflow:visible}._modal_2mico_67 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_2mico_67 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_2mico_67 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._editModal_2mico_92 .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_2mico_92 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._editModal_2mico_92 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._editModal_2mico_92 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_2mico_110{flex-direction:column;gap:20px;padding-top:12px;padding-bottom:80px;display:flex}._modalHeader_2mico_118{justify-content:space-between;align-items:center;gap:16px;display:flex}._modalTitle_2mico_125{color:var(--cyberpunk-text-primary);margin:0;font-size:1.1rem;font-weight:600}._addCategoryBtn_2mico_132{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_2mico_132:hover{background:#7877c633;border-color:#7877c6cc;box-shadow:0 0 12px #7877c633}._addCategoryBtn_2mico_132 svg{font-size:16px}._loadingContainer_2mico_156{justify-content:center;align-items:center;min-height:240px;display:flex}._emptyState_2mico_163{text-align:center;color:#e8e8f099;padding:40px 24px;font-size:15px}._categoriesGrid_2mico_170{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));align-items:start;gap:20px;display:grid}@media (width<=500px){._categoriesGrid_2mico_170{grid-template-columns:repeat(2,1fr);gap:12px}}._categoryGroup_2mico_183{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_2mico_183:hover{border-color:var(--cyberpunk-purple-glow);box-shadow:0 4px 18px #7877c633}._categoryNameBanner_2mico_198{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_2mico_198 ._bannerName_2mico_208{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}._categoryNameBanner_2mico_198 ._bannerActions_2mico_217{flex-shrink:0;align-items:center;gap:2px;display:flex}._subCategoryStripWrapper_2mico_224{border-top:1px solid var(--cyberpunk-glass-border);position:relative}._expandSubBtn_2mico_229,._collapseSubBtn_2mico_230{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_2mico_229:hover,._collapseSubBtn_2mico_230:hover{background:#7877c633}._subCategoryStrip_2mico_224{background:#00000040;flex-direction:column;align-items:stretch;gap:8px;width:100%;min-height:72px;padding:10px;display:flex;overflow:hidden}._collapseSubBtn_2mico_230{border-top:1px solid var(--cyberpunk-glass-border)}._addSubBtn_2mico_263{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_2mico_263:hover{border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);background:#7877c626}._categoryThumb_2mico_287{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}._categoryThumb_2mico_287 img{object-fit:cover;width:100%;height:100%;display:block}._categoryFallback_2mico_300{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_2mico_312{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_2mico_312:hover{border-color:var(--cyberpunk-purple-glow);transform:translateY(-2px);box-shadow:0 4px 10px #7877c647}._subCategoryCard_2mico_312 img{object-fit:cover;grid-area:1/1/span 2;width:44px;height:44px;display:block}._subCardFallback_2mico_342{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_2mico_355{grid-area:2/2;justify-content:flex-start;align-items:center;gap:4px;padding:2px 6px 6px;display:flex}._subCardName_2mico_365{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_2mico_381{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_2mico_381:hover{color:var(--cyberpunk-text-primary);background:#ffffff1f}._actionBtnDanger_2mico_401:hover{color:#ff6b6b;background:#ff6b6b1a}._actionBtnAdd_2mico_409:hover{color:#69db7c;background:#69db7c1a}._editForm_2mico_417{flex-direction:column;gap:20px;display:flex}._editFormField_2mico_423{flex-direction:column;gap:8px;display:flex}._editFormField_2mico_423 label{color:var(--cyberpunk-text-primary);font-size:14px;font-weight:500}._imageUploadArea_2mico_434{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_2mico_434:hover{border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);background:#7877c60d}._imageUploadArea_2mico_434 svg{opacity:.6;font-size:28px}._imagePreviewContainer_2mico_461{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}._imagePreview_2mico_461{object-fit:cover;border:1px solid var(--cyberpunk-glass-border);border-radius:12px;width:120px;height:120px}._removeImageBtn_2mico_477{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_2mico_477:hover{background:#ff6b6b26;border-color:#ff6b6b80}._editFormActions_2mico_495{border-top:1px solid var(--cyberpunk-glass-border);justify-content:flex-end;gap:10px;padding-top:8px;display:flex}._page_1457a_38{padding-inline:max(5%,50vw - 800px)}._text-center_1457a_63{text-align:center}._Header_1457a_67{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_1457a_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_1457a_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1457a_91 ._Shape_1457a_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1457a_91 ._Shape_1457a_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_1457a_91 ._Shape_1457a_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_1457a_91 ._Shape_1457a_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_1457a_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1457a_138{-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_1457a_153{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_1457a_161{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_1457a_172{align-items:center;gap:12px;margin-top:4px;display:flex}._StatItem_1457a_179{flex-direction:row;align-items:baseline;gap:6px;display:flex}._StatItem_1457a_179 ._StatValue_1457a_185{font-size:1.25rem;font-weight:700;line-height:1}._StatItem_1457a_179 ._StatLabel_1457a_190{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}._StatDivider_1457a_197{color:#fff6;font-size:1rem}._ActionArea_1457a_202{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_1457a_202{justify-content:flex-start;width:100%;display:none}}._Illustration_1457a_216{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_1457a_1}@keyframes _float_1457a_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_13ab2_38{padding-inline:max(5%,50vw - 800px)}._text-center_13ab2_63{text-align:center}._modal_13ab2_67 .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_13ab2_67 .ant-modal-body,._modal_13ab2_67 .ant-modal{overflow:visible}._modal_13ab2_67 .ant-modal-header{border-bottom:1px solid var(--cyberpunk-glass-border);background:0 0}._modal_13ab2_67 .ant-modal-title{color:var(--cyberpunk-text-primary);font-weight:600}._modal_13ab2_67 .ant-modal-close-x{color:var(--cyberpunk-text-primary)}._modalContent_13ab2_92{flex-direction:column;gap:20px;padding-top:12px;padding-bottom:12px;display:flex}._modalHeader_13ab2_100{flex-wrap:wrap;align-items:center;gap:16px;display:flex}._modalTitle_13ab2_107{color:var(--cyberpunk-text-primary);white-space:nowrap;flex:none;margin:0;font-size:1.1rem;font-weight:600}._loadingContainer_13ab2_116{justify-content:center;align-items:center;min-height:240px;display:flex}._emptyState_13ab2_123{text-align:center;color:#e8e8f099;padding:40px 24px;font-size:15px}._guideCard_13ab2_130{background:#7877c60f;border:1px solid #7877c638;border-radius:14px;align-items:center;gap:14px;padding:10px 16px;display:flex;position:relative;overflow:hidden}._guideCard_13ab2_130:before{content:"";inset-inline-end:-20px;pointer-events:none;background:radial-gradient(circle,#7877c626 0%,#0000 70%);border-radius:50%;width:100px;height:100px;position:absolute;top:50%;transform:translateY(-50%)}._guideCardDemo_13ab2_154{border:1px solid var(--cyberpunk-glass-border);background:linear-gradient(135deg,#7877c640 0%,#3834782e 100%);border-radius:10px;flex:none;width:48px;height:48px;position:relative;overflow:visible}._guideDemoSvg_13ab2_165{border-radius:inherit;width:100%;height:100%;display:block}._guideDemoPlus_13ab2_172{width:22px;height:22px;color:var(--cyberpunk-text-primary);background:#0f172ae6;border:1px solid #7877c673;border-radius:6px;justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;inset-block-start:50%;inset-inline-end:0;transform:translate(50%,-50%)}[dir=rtl] ._guideDemoPlus_13ab2_172{transform:translate(-50%,-50%)}._guideCardText_13ab2_192{color:#e8e8f0b3;margin:0;font-size:13px;line-height:1.45}._categoriesGrid_13ab2_199{--category-card-width:148px;--subcategory-card-size:72px;--subcategory-grid-gap:10px;--expanded-category-size:calc((var(--subcategory-card-size) * 2) + var(--subcategory-grid-gap));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_13ab2_199{grid-template-columns:repeat(3,1fr);gap:16px}}@media (width<=500px){._categoriesGrid_13ab2_199{grid-template-columns:repeat(2,1fr)}}._categoryGroup_13ab2_224{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_13ab2_236{grid-area:1/1/auto/-1;grid-template-columns:minmax(0, var(--expanded-category-size)) minmax(0, 1fr);background:#0f172a94;border-color:#7877c68c;order:-1;align-items:start;display:grid;box-shadow:0 8px 24px #05081447}._categoryGroupExpanded_13ab2_236 ._categoryHeader_13ab2_247{align-self:start}._categoryGroupExpanded_13ab2_236 ._expandedPanel_13ab2_250{align-self:stretch}._categoryGroupExpanded_13ab2_236 ._categoryCardButton_13ab2_253{height:auto;min-height:calc(var(--expanded-category-size) + 34px);justify-content:flex-start}._categoryGroupExpanded_13ab2_236 ._cardImage_13ab2_258{aspect-ratio:1;flex:none}._categoryGroupExpanded_13ab2_236 ._fallbackIcon_13ab2_262{aspect-ratio:1;flex:none;width:100%}@media (width<=768px){._categoryGroupExpanded_13ab2_236{grid-template-columns:1fr}._categoryGroupExpanded_13ab2_236 ._categoryCardButton_13ab2_253{height:118px;min-height:118px}._categoryGroupExpanded_13ab2_236 ._cardImage_13ab2_258,._categoryGroupExpanded_13ab2_236 ._fallbackIcon_13ab2_262{aspect-ratio:auto;flex:1;width:auto}}._expandedPanel_13ab2_250{opacity:0;visibility:hidden;pointer-events:none;flex-direction:column;gap:10px;min-width:0;max-height:0;padding-block:4px;transition:max-height .26s,opacity .22s,transform .26s,visibility 0s linear .26s;display:flex;overflow:hidden;transform:translateY(-8px)}._expandedPanelOpen_13ab2_298{opacity:1;visibility:visible;pointer-events:auto;max-height:1000px;transition:max-height .26s,opacity .22s,transform .26s,visibility linear;transform:translateY(0)}._subCategoriesGrid_13ab2_307{grid-template-columns:repeat(auto-fill, minmax(var(--subcategory-card-size), var(--subcategory-card-size)));grid-auto-rows:var(--subcategory-card-size);gap:var(--subcategory-grid-gap);align-content:start;display:grid}@media (width<=768px){._subCategoriesGrid_13ab2_307{grid-template-columns:repeat(auto-fill, minmax(var(--subcategory-card-size), var(--subcategory-card-size)));justify-content:start}}._subCategoryCard_13ab2_321,._categoryCardButton_13ab2_253{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_13ab2_321:hover,._categoryCardButton_13ab2_253:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff14;transform:translateY(-3px);box-shadow:0 6px 20px #7877c64d}._subCategoryCard_13ab2_321:focus-visible,._categoryCardButton_13ab2_253:focus-visible{outline-offset:2px;outline:2px solid #7877c6f2}._subCategoryCard_13ab2_321:active,._categoryCardButton_13ab2_253:active{transform:translateY(-1px)}._categoryHeader_13ab2_247{width:100%;position:relative;overflow:visible}._categoryCardButton_13ab2_253{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_13ab2_368{z-index:4;position:absolute;inset-block-start:50%;inset-inline-end:0;transform:translate(50%,-50%)}[dir=rtl] ._expandButtonSlot_13ab2_368{transform:translate(-50%,-50%)}._expandButton_13ab2_368{-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_13ab2_368 svg{font-size:18px}._expandButton_13ab2_368:hover{border-color:var(--cyberpunk-purple-glow);background:#7877c64d;transform:translateY(-2px);box-shadow:0 6px 20px #7877c633}._expandButton_13ab2_368:focus-visible{outline-offset:2px;outline:2px solid #7877c6f2}._expandButtonActive_13ab2_408{border-color:var(--cyberpunk-green);color:#f8fffb;background:#10b98157;box-shadow:0 0 0 2px #10b98147,0 0 20px #10b9812e}._expandButtonActive_13ab2_408 svg{transform:rotate(45deg)}@media (prefers-reduced-motion:reduce){._expandedPanel_13ab2_250,._expandedPanelOpen_13ab2_298,._expandButton_13ab2_368,._expandButtonActive_13ab2_408{transition:none}}._subCategoryCard_13ab2_321{border-radius:8px;justify-content:flex-start;align-items:stretch;gap:0;width:100%;height:72px;min-height:72px}._cardImage_13ab2_258{object-fit:cover;border-radius:inherit;border-bottom-right-radius:0;border-bottom-left-radius:0;flex:auto;width:100%;min-height:0;display:block}._subCategoryCard_13ab2_321 ._cardImage_13ab2_258{flex:0 0 42px;height:42px}._fallbackIcon_13ab2_262{color:var(--cyberpunk-text-secondary);opacity:.6;flex:1;justify-content:center;align-items:center;font-size:28px;display:flex}._subCategoryCard_13ab2_321 ._fallbackIcon_13ab2_262{flex:0 0 42px;height:42px;font-size:16px}._cardLabel_13ab2_466{text-align:center;width:100%;color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;flex:none;padding:4px 6px 6px;font-size:12px;font-weight:500;line-height:1.25;display:block;overflow:hidden}._subCategoryCard_13ab2_321 ._cardLabel_13ab2_466{white-space:nowrap;margin-top:auto;padding:4px 6px 6px;font-size:11px}._page_1939c_38{padding-inline:max(5%,50vw - 800px)}._text-center_1939c_63{text-align:center}._lessonsLayout_1939c_67{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_1939c_74{display:block}._mainContent_1939c_78{background:linear-gradient(90deg,#121d3b,#141f3d);flex-direction:column;flex:1;padding:0 30px 30px;display:flex;overflow-y:auto}._contentInner_1939c_87{flex-direction:column;gap:24px;width:100%;padding-bottom:24px;display:flex}._filtersBar_1939c_95{flex-direction:column;gap:16px;display:flex}._searchRow_1939c_101{flex-wrap:wrap;align-items:center;gap:16px;display:flex}._searchRow_1939c_101 ._searchInput_1939c_107{flex:1;min-width:200px;max-width:400px}._creatorButton_1939c_113,._categoryButton_1939c_114,._manageCategoriesButton_1939c_115{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_1939c_113:hover,._categoryButton_1939c_114:hover,._manageCategoriesButton_1939c_115:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._manageCategoriesButton_1939c_115{color:#fbbf24;background:#fbbf2414;border-color:#fbbf2459}._manageCategoriesButton_1939c_115:hover{background:#fbbf2426;border-color:#fbbf24b3}._manageCategoriesButton_1939c_115 ._manageCategoriesLabel_1939c_144{letter-spacing:.05em;text-transform:uppercase;opacity:.85;font-size:11px;font-weight:600}._manageCategoriesButton_1939c_115 ._manageCategoriesDivider_1939c_151{opacity:.4;font-weight:300}._activeCreatorFilter_1939c_156{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_1939c_156 ._clearBtn_1939c_168{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_1939c_156 ._clearBtn_1939c_168:hover{background:#ff64644d}._breadcrumbs_1939c_185{width:100%;display:flex}._breadcrumbList_1939c_190{flex-wrap:wrap;align-items:center;gap:10px;margin:0;padding:0;list-style:none;display:flex}._breadcrumbItem_1939c_200{align-items:center;gap:10px;min-width:0;display:inline-flex}._breadcrumbSeparator_1939c_207{color:#e8e8f073;font-size:12px}._breadcrumbPill_1939c_212{color:#e8e8f0c7;word-break:break-word;background:#ffffff0a;border:1px solid #ffffff14;border-radius:999px;align-items:center;min-height:34px;padding:6px 14px;font-size:13px;line-height:1.35;display:inline-flex}._breadcrumbPillButton_1939c_226{cursor:pointer;appearance:none;transition:background .2s,border-color .2s,color .2s,transform .2s}._breadcrumbPillButton_1939c_226:hover{color:var(--cyberpunk-text-primary);background:#ffffff14;border-color:#ffffff29;transform:translateY(-1px)}._breadcrumbPillButton_1939c_226:focus-visible{outline-offset:2px;outline:2px solid #ffffffb3}._breadcrumbPillCurrent_1939c_242{border-color:var(--cyberpunk-purple-glow);color:var(--cyberpunk-text-primary);background:#7877c62e}._sectionHeading_1939c_248{color:var(--cyberpunk-text-primary);margin:0;font-size:1.1rem;font-weight:600}._lessonsGrid_1939c_255{grid-template-columns:repeat(5,1fr);gap:28px;width:100%;display:grid}._lessonsGrid_1939c_255>*{width:90%;margin-inline:auto}._emptyState_1939c_266{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:64px 24px 80px;display:flex}._emptyOrb_1939c_275{justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:28px;display:flex;position:relative}._emptyOrbRing_1939c_285{border:1.5px solid #7877c659;border-radius:50%;position:absolute;inset:0}@media (prefers-reduced-motion:no-preference){._emptyOrbRing_1939c_285{animation:3s ease-in-out infinite _orbPulse_1939c_1}}._emptyOrbRing_1939c_285:nth-child(2){border-color:#7877c62e;animation-delay:.6s;inset:-14px}@keyframes _orbPulse_1939c_1{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}._emptyOrbCore_1939c_312{filter:drop-shadow(0 0 18px #7877c680);font-size:40px;line-height:1}@media (prefers-reduced-motion:no-preference){._emptyOrbCore_1939c_312{animation:4s ease-in-out infinite _coreFloat_1939c_1}}@keyframes _coreFloat_1939c_1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}._emptyTitle_1939c_331{color:var(--cyberpunk-text-primary);margin:0 0 8px;font-size:1.35rem;font-weight:600}._emptyHint_1939c_338{color:#e8e8f080;max-width:340px;margin:0 0 24px;font-size:14px;line-height:1.5}._emptyClearBtn_1939c_346{appearance:none;cursor:pointer;color:var(--cyberpunk-text-primary);background:#7877c61f;border:1px solid #7877c680;border-radius:999px;padding:10px 28px;font-size:14px;font-weight:500;transition:background .25s,border-color .25s,transform .2s}._emptyClearBtn_1939c_346:hover{border-color:var(--cyberpunk-purple-glow);background:#7877c640;transform:translateY(-1px)}._emptyClearBtn_1939c_346:active{transform:scale(.97)}._emptyClearBtn_1939c_346:focus-visible{outline-offset:2px;outline:2px solid #ffffffb3}._skeletonCard_1939c_371{aspect-ratio:16/9;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;display:flex;position:relative;overflow:hidden}._skeletonShimmer_1939c_382{background:linear-gradient(135deg,#ffffff08 0%,#7877c60f 50%,#ffffff08 100%);flex:1;position:relative;overflow:hidden}@media (prefers-reduced-motion:no-preference){._skeletonShimmer_1939c_382:after{content:"";background:linear-gradient(90deg,#0000 0%,#7877c61f 45%,#7877c62e 50%,#7877c61f 55%,#0000 100%);animation:1.8s ease-in-out infinite _shimmer_1939c_1;position:absolute;inset:0;transform:translate(-100%)}}._skeletonMeta_1939c_399{flex-direction:column;gap:6px;padding:10px 12px;display:flex}._skeletonLine_1939c_406{background:#ffffff0f;border-radius:6px;height:10px}@media (prefers-reduced-motion:no-preference){._skeletonLine_1939c_406{animation:1.8s ease-in-out infinite _skeletonFade_1939c_1}}@keyframes _shimmer_1939c_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes _skeletonFade_1939c_1{0%,to{opacity:.5}50%{opacity:1}}._loadMoreWrapper_1939c_433{justify-content:center;padding:8px 0 24px;display:flex}@media (width<=768px){._lessonsLayout_1939c_67{flex-direction:column}._desktopSidebar_1939c_74{display:none!important}._mobileHeader_1939c_446{-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_1939c_446 ._logoSection_1939c_461{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_1939c_446 ._logoIcon_1939c_472{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_1939c_446 ._logoIcon_1939c_472 img{object-fit:contain;width:100%;height:100%}._mobileHeader_1939c_446 ._logoText_1939c_484{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_1939c_491{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_1939c_491:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_1939c_491:active{transform:scale(.95)}._mainContent_1939c_78{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_1939c_78::-webkit-scrollbar{display:none}._lessonsGrid_1939c_255{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px}._searchRow_1939c_101{flex-direction:column;align-items:stretch}._searchRow_1939c_101 ._searchInput_1939c_107{max-width:none}._breadcrumbList_1939c_190,._breadcrumbItem_1939c_200{gap:8px}._breadcrumbPill_1939c_212{text-align:center;justify-content:center;width:100%}}@media (width>=769px){._mobileHeader_1939c_446,._hamburgerButton_1939c_491{display:none}._mainContent_1939c_78{padding-top:20px}}._mobileSidebarDrawer_1939c_553 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_1939c_553 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._page_18ax2_38{padding-inline:max(5%,50vw - 800px)}._text-center_18ax2_63{text-align:center}._back_18ax2_67{flex-flow:row;justify-content:center;align-items:center;gap:5px;display:flex}._back_18ax2_67:hover{text-decoration:underline}._Outline_18ax2_79{font-size:14px!important}._Container_18ax2_83{padding:75px max(5%,50vw - 800px)}._Container_18ax2_83 h1{text-align:center}._Container_18ax2_83 ._table__wrraper_18ax2_89{width:800px;max-width:100%;margin-inline:auto}._page_12elz_38{padding-inline:max(5%,50vw - 800px)}._text-center_12elz_63{text-align:center}._Header_12elz_67{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_12elz_67 nav{flex-flow:row;justify-content:flex-start;align-items:center;gap:20px;display:flex}._Header_12elz_67 nav:first-child{flex:1}._Header_12elz_67 nav:last-child{justify-content:flex-end}._Header_12elz_67 nav ._intl_12elz_102{margin-inline-end:1rem}._Header_12elz_67 nav ._intl__circle_12elz_105{cursor:pointer;width:35px;height:35px;position:relative}._Header_12elz_67 nav ._intl__circle_12elz_105 img{object-fit:cover;border-radius:50%;width:100%;height:100%}._Header_12elz_67 nav ._intl__circle_12elz_105: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_12elz_67 nav ._intl__dropdown_12elz_126{padding-top:10px;position:fixed}._Header_12elz_67 nav ._intl__dropdown_12elz_126>div:not([aria-expanded=true]){display:none}._Header_12elz_67 nav ._intl__dropdown_12elz_126>div{background-color:#2f3541;border-radius:8px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 10px #0003}._Header_12elz_67 nav ._intl__dropdown_12elz_126>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_12elz_67 nav ._intl__dropdown_12elz_126>div button:hover{color:#2f3541;background-color:#3498db}._Header_12elz_67 nav ._intl__dropdown_12elz_126>div button img{width:20px;height:auto}._page_1fpje_38{padding-inline:max(5%,50vw - 800px)}._text-center_1fpje_63{text-align:center}._table__wrraper_1fpje_67{width:100%;padding-block:10px;overflow-x:auto}._table__wrraper_1fpje_67 table{border-collapse:collapse;border-spacing:0;width:100%}._table__wrraper_1fpje_67 table th{border-color:#fff!important}._table__wrraper_1fpje_67 table th[data-rtl=true]{text-align:right}._table__wrraper_1fpje_67 table th[data-rtl=false]{text-align:left}._table__wrraper_1fpje_67 table th,._table__wrraper_1fpje_67 table td{text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid gray;max-width:100%;padding:10px 15px;overflow:hidden}._page_nfduf_38{padding-inline:max(5%,50vw - 800px)}._text-center_nfduf_63{text-align:center}._Container_nfduf_67{flex-flow:column;justify-content:center;align-items:center;gap:0;padding:0 max(5%,50vw - 800px);display:flex}._Container_nfduf_67 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_nfduf_67 form>*{flex:1}._Container_nfduf_67 form ._bottom_nfduf_96{flex-flow:row;justify-content:center;align-items:center;gap:50px;width:100%;display:flex}@media (width<=991px){._Container_nfduf_67 form ._bottom_nfduf_96{flex-flow:column;justify-content:center;align-items:center;gap:20px;display:flex}}._Container_nfduf_67 form ._Upload_nfduf_117{flex:1}._Container_nfduf_67 form ._Upload_nfduf_117 label{cursor:pointer}._Container_nfduf_67 form ._Upload_nfduf_117 button{pointer-events:none}._Container_nfduf_67 form ._Upload_nfduf_117 ._thumbnail_nfduf_126{object-fit:cover;max-width:100%;height:75px;overflow:hidden}._contentWrapper_nfduf_133{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_nfduf_133{flex-direction:column;align-items:center}}._formSection_nfduf_150{flex:0 1000px;width:100%;max-width:1000px}._publishPanel_nfduf_156{z-index:10;isolation:isolate;flex-shrink:0;align-self:flex-start;width:360px;position:sticky;top:100px}@media (width<=1150px){._publishPanel_nfduf_156{width:100%;max-width:500px;position:relative;top:0}}@media (width<=768px){._publishPanel_nfduf_156{z-index:100;width:auto;max-width:none;transition:transform .2s;position:fixed;inset:auto 96px 0;transform:translateY(0)}}._publishCard_nfduf_188{-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_nfduf_188:hover{border-color:#10b98180;transform:translateY(-4px);box-shadow:0 12px 40px #0006,0 0 60px #10b98140}@media (width<=768px){._publishCard_nfduf_188{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_nfduf_188:hover{transform:none}}._publishHeader_nfduf_215{align-items:center;gap:12px;margin-bottom:16px;display:flex}@media (width<=768px){._publishHeader_nfduf_215{margin-bottom:0}}._publishIcon_nfduf_227{color:#10b981;filter:drop-shadow(0 0 8px #10b98199);font-size:28px;animation:2s ease-in-out infinite _pulse_nfduf_1}._publishIconWarning_nfduf_234{color:#f59e0b;filter:drop-shadow(0 0 8px #f59e0b99)}@keyframes _pulse_nfduf_1{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}._publishTitle_nfduf_249{color:var(--cyberpunk-text-primary,#e8e8f0);text-shadow:0 0 20px #10b9814d;margin:0;font-size:20px;font-weight:700}@media (width<=768px){._publishTitle_nfduf_249{white-space:nowrap;font-size:16px}}._publishDescription_nfduf_263{color:#ffffffb3;margin:0 0 24px;padding:0 4px;font-size:14px;line-height:1.6}@media (width<=768px){._publishDescription_nfduf_263{display:none}}._publishChecklist_nfduf_276{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_nfduf_276{display:none}}._checklistItem_nfduf_292{color:#fff9;background:#ffffff05;border-radius:8px;align-items:center;gap:12px;padding:8px 12px;font-size:14px;transition:all .3s;display:flex}._checklistItem_nfduf_292._complete_nfduf_303{color:#10b981e6;background:#10b9811a}._checklistItem_nfduf_292._complete_nfduf_303 ._checkIcon_nfduf_307{color:#10b981;text-shadow:0 0 8px #10b98199;font-weight:700}._checklistItem_nfduf_292:hover{background:#ffffff0d}._checkIcon_nfduf_307{color:#ffffff4d;justify-content:center;align-items:center;width:20px;height:20px;font-size:16px;font-weight:600;transition:all .3s;display:flex}._publishButton_nfduf_328{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_nfduf_328{gap:8px;padding:12px 16px;font-size:14px}}._publishButton_nfduf_328:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}._publishButton_nfduf_328:hover{transform:translateY(-2px);box-shadow:0 8px 24px #10b98199}._publishButton_nfduf_328:hover:before{opacity:1}._publishButton_nfduf_328:active{transform:translateY(0)}._publishButton_nfduf_328 svg{font-size:20px}@media (width<=768px){._publishButton_nfduf_328{border-radius:8px;min-height:48px;padding:12px 24px;font-size:14px}}._Parts_nfduf_386{width:100%;padding-bottom:50px}@media (width<=768px){._Parts_nfduf_386{padding-bottom:calc(180px + env(safe-area-inset-bottom))}}._floatingBubble_nfduf_396{inset-inline-start:304px;pointer-events:none;isolation:isolate;z-index:50;width:auto;height:auto;position:fixed;bottom:24px}@media (width<=991px){._floatingBubble_nfduf_396{inset-inline-start:24px}}._floatingBubble_nfduf_396._floatingBubbleMobile_nfduf_411{bottom:0;inset-inline-start:12px}._floatingBubbleContent_nfduf_416{pointer-events:auto;flex-direction:column;align-items:center;gap:12px;width:72px;display:flex;position:relative}._playerSpeechBubble_nfduf_426{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_nfduf_1;position:absolute;inset-inline-start:0;box-shadow:0 4px 10px #00000026}._playerSpeechBubble_nfduf_426:before{content:"";top:100%;border:12px solid #0000;border-top-color:#000;position:absolute;inset-inline-start:24px}._playerSpeechBubble_nfduf_426:after{content:"";top:100%;border:9px solid #0000;border-top-color:#fff;margin-top:-3px;position:absolute;inset-inline-start:27px}._playerSpeechBubbleClose_nfduf_464{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_nfduf_464:hover{background:#f0f0f0;transform:scale(1.05)}@keyframes _floatBubble_nfduf_1{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}._bubbleButton_nfduf_499{-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_nfduf_499:hover{border-color:#5cc8ffd9;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 32px #0006,0 0 28px #5cc8ff80}._bubbleButton_nfduf_499:disabled{cursor:not-allowed;opacity:.7}._bubbleImage_nfduf_524{object-fit:cover;filter:drop-shadow(0 0 12px #00ffff59);background:#5cc8ff33;border-radius:50%;width:100%;height:100%;display:block}._bubbleSpinner_nfduf_534{border:3px solid #5cc8ff40;border-top-color:#10b981cc;border-radius:50%;animation:1s linear infinite _bubbleSpin_nfduf_534;position:absolute;inset:10px}@keyframes _bubbleSpin_nfduf_534{to{transform:rotate(360deg)}}._bubbleMenuButton_nfduf_548{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_nfduf_548:hover{border-color:#5cc8ff99;transform:translateY(-2px);box-shadow:0 14px 28px #0006}._bubbleMenuButton_nfduf_548 svg{font-size:16px}._bubbleMenu_nfduf_548 .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_nfduf_548 .ant-dropdown-menu-item{color:#fff!important}._bubbleMenu_nfduf_548 .ant-dropdown-menu-item:hover{color:#fff!important;background:#7877c633!important}._lessonConfirmModal_nfduf_585 .ant-modal-confirm{color:#fff}._lessonConfirmModal_nfduf_585 .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_nfduf_585 .ant-modal-confirm-body,._lessonConfirmModal_nfduf_585 .ant-modal-confirm-body .ant-modal-confirm-title,._lessonConfirmModal_nfduf_585 .ant-modal-confirm-body .ant-modal-confirm-content{color:#fff!important}._lessonConfirmModal_nfduf_585 .ant-modal-confirm-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonConfirmModal_nfduf_585 .ant-modal-confirm-content{color:#ffffffe6!important}._lessonConfirmModal_nfduf_585 .ant-btn{box-shadow:0 6px 16px #0000004d;border-radius:10px!important}._lessonConfirmModal_nfduf_585 .ant-btn-default{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important}._lessonConfirmModal_nfduf_585 .ant-btn-dangerous{background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)!important;border:none!important}._lessonPublishModal_nfduf_625 .ant-modal-confirm{color:#fff}._lessonPublishModal_nfduf_625 .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_nfduf_625 .ant-modal-confirm-body,._lessonPublishModal_nfduf_625 .ant-modal-confirm-body .ant-modal-confirm-title,._lessonPublishModal_nfduf_625 .ant-modal-confirm-body .ant-modal-confirm-content{color:#fff!important}._lessonPublishModal_nfduf_625 .ant-modal-confirm-title{text-shadow:0 0 12px #7877c673;font-weight:700;color:#fff!important}._lessonPublishModal_nfduf_625 .ant-modal-confirm-content{color:#ffffffe6!important}._lessonPublishModal_nfduf_625 .ant-btn{box-shadow:0 6px 16px #0000004d;border-radius:10px!important}._lessonPublishModal_nfduf_625 .ant-btn-default{color:#fff!important;background:#ffffff14!important;border-color:#fff3!important}._lessonPublishModal_nfduf_625 .ant-btn-primary{background:linear-gradient(135deg,#10b981 0%,#059669 100%)!important;border:none!important}._badges_nfduf_665{align-items:center;gap:5px;width:100%;display:flex}._badges_nfduf_665 div{background:#3498db;border-radius:15px;gap:5px;padding:3px 5px;display:flex}._badges_nfduf_665 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_nfduf_665 div button:hover{background:#00000080}._page_2y0kn_38{padding-inline:max(5%,50vw - 800px)}._text-center_2y0kn_63{text-align:center}._modernForm_2y0kn_67{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_2y0kn_67{gap:28px;padding:28px}}@media (width<=1280px){._modernForm_2y0kn_67{grid-template-columns:180px 1fr;gap:20px;padding:24px}}@media (width<=1200px){._modernForm_2y0kn_67{grid-template-columns:1fr;gap:24px;padding:24px}}@media (width<=768px){._modernForm_2y0kn_67{border-radius:16px;grid-template-columns:1fr;gap:20px;padding:16px}}._errorBorder_2y0kn_110{animation:.3s ease-in-out _shake_2y0kn_1;border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}._errorBorder_2y0kn_110:hover{border-color:#dc2626!important;box-shadow:0 0 0 2px #ef44444d!important}@keyframes _shake_2y0kn_1{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}._leftColumn_2y0kn_131{flex-direction:column;gap:24px;display:flex}._sectionLabel_2y0kn_137{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_2y0kn_137 svg{flex-shrink:0;font-size:16px;transition:all .2s}._sectionLabel_2y0kn_137 svg:hover{opacity:1;color:#7877c6}._thumbnailSection_2y0kn_159{flex-direction:column;display:flex}._thumbnailContainer_2y0kn_164{aspect-ratio:16/9;background:#0000004d;border:2px dashed #fff3;border-radius:12px;width:100%;transition:all .3s;position:relative;overflow:hidden}._thumbnailContainer_2y0kn_164:hover{border-color:var(--cyberpunk-purple-glow,#7877c699);box-shadow:0 0 20px #7877c64d}._thumbnailPreview_2y0kn_179{object-fit:cover;width:100%;height:100%}._editOverlay_2y0kn_185{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_2y0kn_185:hover{opacity:1}._thumbnailPlaceholder_2y0kn_205{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_2y0kn_205:hover{color:#ffffffe6}._pdfSection_2y0kn_223{flex-direction:column;display:flex}._pdfUploadButton_2y0kn_228{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_2y0kn_228:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}._pdfCard_2y0kn_249{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:16px;transition:all .3s;position:relative}._pdfCard_2y0kn_249:hover{background:#ffffff14;border-color:#ffffff40;transform:translateY(-2px)}._pdfCard_2y0kn_249:hover ._pdfActionButtons_2y0kn_263{opacity:1}._pdfActionButtons_2y0kn_263{opacity:0;z-index:1;gap:6px;transition:opacity .3s;display:flex;position:absolute;top:8px;left:8px}._pdfEditButton_2y0kn_278{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_2y0kn_278:hover{background:#7877c680;border-color:#7877c6b3;transform:scale(1.1)}._pdfDeleteButton_2y0kn_297{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_2y0kn_297:hover{background:#ef444480;border-color:#ef4444b3;transform:scale(1.1)}._pdfCardContent_2y0kn_316{color:#fff;align-items:center;gap:12px;display:flex}._pdfCardContent_2y0kn_316 svg{opacity:.7;flex-shrink:0}._pdfCheckmark_2y0kn_327{color:#10b981;flex-shrink:0}._pdfCheckmarkEmpty_2y0kn_332{background:#00000080;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;width:16px;height:16px}._pdfCardInfo_2y0kn_341{flex-direction:column;gap:4px;min-width:0;display:flex}._pdfFileName_2y0kn_348{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}._pdfClickHint_2y0kn_357{color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}._toggleSection_2y0kn_365{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_2y0kn_365:hover{background:#ffffff0d;border-color:#ffffff26}._toggleHeader_2y0kn_382{flex-direction:column;gap:12px;display:flex}._toggleHeader_2y0kn_382 ._sectionLabel_2y0kn_137{white-space:normal;flex-wrap:wrap;max-width:180px;margin-bottom:0}._radioGroup_2y0kn_394{flex-wrap:wrap;gap:12px;width:100%;min-width:0;display:flex}._radioOption_2y0kn_402{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_2y0kn_402 input[type=radio]{accent-color:#7877c6cc;cursor:pointer;width:16px;height:16px}._radioOption_2y0kn_402 span{color:#ffffffb3;font-size:13px;font-weight:500}._radioOption_2y0kn_402:hover{background:#ffffff14;border-color:#ffffff40}._radioOption_2y0kn_402 input[type=radio]:checked+span{color:#7877c6;font-weight:600}._radioOption_2y0kn_402:has(input[type=radio]:checked){background:linear-gradient(135deg,#7877c633,#8b5cf633);border-color:#7877c699;box-shadow:0 0 12px #7877c633}._middleColumn_2y0kn_439{flex-direction:column;justify-content:space-between;gap:20px;min-width:0;display:flex;overflow:hidden}@media (width<=1280px){._middleColumn_2y0kn_439{gap:16px}}._inputField_2y0kn_453{flex-direction:column;gap:8px;display:flex}._inputLabel_2y0kn_459{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_2y0kn_459 svg{font-size:16px;transition:all .2s}._inputLabel_2y0kn_459 svg:hover{opacity:1;color:#7877c6}._input_2y0kn_453,._textarea_2y0kn_480,._select_2y0kn_481{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_2y0kn_453::placeholder,._textarea_2y0kn_480::placeholder,._select_2y0kn_481::placeholder{color:#fff6}._input_2y0kn_453:hover:not(:disabled),._textarea_2y0kn_480:hover:not(:disabled),._select_2y0kn_481:hover:not(:disabled){background:#ffffff14;border-color:#ffffff40}._input_2y0kn_453:focus,._textarea_2y0kn_480:focus,._select_2y0kn_481:focus{background:#7877c61a;border-color:#7877c699;box-shadow:0 0 0 3px #7877c633}._input_2y0kn_453:disabled,._textarea_2y0kn_480:disabled,._select_2y0kn_481:disabled{opacity:.6;cursor:not-allowed;background:#0000004d;border-color:#ffffff1a}._textarea_2y0kn_480{resize:vertical;min-height:100px;line-height:1.5}._select_2y0kn_481{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_2y0kn_481 option{color:#fff;background:#14141ef2;padding:8px}._select_2y0kn_481:disabled{cursor:not-allowed}[dir=rtl] ._select_2y0kn_481{background-position:12px;padding-left:36px;padding-right:16px}._categoryRow_2y0kn_550{grid-template-columns:1fr 1fr;gap:16px;width:100%;display:grid}@media (width<=1280px){._categoryRow_2y0kn_550{grid-template-columns:1fr;gap:12px}}@media (width<=768px){._categoryRow_2y0kn_550{grid-template-columns:1fr}}._fieldGroup_2y0kn_568{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:12px;padding:16px;transition:all .3s;display:flex}._fieldGroup_2y0kn_568 ._inputLabel_2y0kn_459{margin-bottom:0}._fieldGroup_2y0kn_568:hover{background:#ffffff0d;border-color:#ffffff26}._fieldGroup_2y0kn_568:nth-child(2){position:relative}._fieldGroup_2y0kn_568: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_2y0kn_568:nth-child(2):hover:before{opacity:1}._fieldGroup_2y0kn_568._disabled_2y0kn_603{opacity:.5;pointer-events:none;position:relative}._fieldGroup_2y0kn_568._disabled_2y0kn_603:after{content:"";pointer-events:none;background:#0000001a;border-radius:8px;position:absolute;inset:0}._badges_2y0kn_617{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}._badge_2y0kn_617{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_2y0kn_617:hover{background:linear-gradient(135deg,#7877c666,#8b5cf666);box-shadow:0 0 12px #7877c666}._badge_2y0kn_617 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_2y0kn_617 button:hover{background:#fff3;transform:scale(1.1)}._badge_2y0kn_617 button svg{color:#fff;width:12px;height:12px}._actionButtons_2y0kn_663{flex-wrap:wrap;justify-content:center;gap:12px;width:100%;margin-top:auto;display:flex}._actionButtons_2y0kn_663 ._saveButton_2y0kn_671,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672{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_2y0kn_663 ._saveButton_2y0kn_671:before,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 100%);transition:opacity .3s;position:absolute;inset:0}._actionButtons_2y0kn_663 ._saveButton_2y0kn_671:hover,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672:hover{transform:translateY(-2px);box-shadow:0 4px 16px #3b82f680}._actionButtons_2y0kn_663 ._saveButton_2y0kn_671:hover:before,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672:hover:before{opacity:1}._actionButtons_2y0kn_663 ._saveButton_2y0kn_671:active,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672:active{transform:translateY(0)}._actionButtons_2y0kn_663 ._saveButton_2y0kn_671 svg,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672 svg{font-size:18px}._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672{box-shadow:0 2px 8px #ef444459;background:linear-gradient(135deg,#ef4444 0%,#b91c1c 100%)!important}._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672:hover{box-shadow:0 4px 16px #ef44448c}@media (width<=768px){._actionButtons_2y0kn_663 ._saveButton_2y0kn_671,._actionButtons_2y0kn_663 ._deleteButton_2y0kn_672{width:100%;min-height:48px;padding:16px 24px;font-size:14px}}._creditField_2y0kn_735{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;padding:16px;position:relative;overflow:hidden}._creditField_2y0kn_735:before{content:"";background:linear-gradient(90deg,#3b82f6 0%,#8b5cf6 100%);height:2px;position:absolute;top:0;left:0;right:0}._creditLabel_2y0kn_753{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_2y0kn_765{color:#3b82f6;filter:drop-shadow(0 2px 4px #3b82f64d);font-size:14px}._creditInput_2y0kn_771{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_2y0kn_771:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}._creditInput_2y0kn_771:disabled{opacity:.6;cursor:not-allowed;background:#0000001a}._creditInput_2y0kn_771::placeholder{color:#e8e8f066}[dir=rtl] ._modernForm_2y0kn_67{direction:rtl}[dir=rtl] ._pdfButton_2y0kn_798:hover,[dir=rtl] ._pdfUploadButton_2y0kn_228:hover{transform:translate(-4px)}@media (width<=768px){._modernForm_2y0kn_67{border-radius:16px;padding:20px}._leftColumn_2y0kn_131{gap:20px}._thumbnailContainer_2y0kn_164{aspect-ratio:4/3}._actionButtons_2y0kn_663{flex-direction:column}._actionButtons_2y0kn_663 button{width:100%}}._page_o94nr_38{padding-inline:max(5%,50vw - 800px)}._text-center_o94nr_63{text-align:center}._parts_wrapper_o94nr_67{flex-flow:column;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:30px;display:flex}._parts_wrapper_o94nr_67 ._part_wrraper_o94nr_79{flex-flow:column;justify-content:center;align-items:center;gap:30px;display:flex}._dragHandle_o94nr_88{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_o94nr_88:hover{color:#ffffffe6;background:#7877c640;border-color:#7877c680;transform:scale(1.05)}._dragHandle_o94nr_88:active{cursor:grabbing;background:#7877c659;transform:scale(.98)}._dragHandle_o94nr_88 svg{font-size:18px}@media (width<=768px){._dragHandle_o94nr_88{width:44px;height:44px}}._Container_o94nr_124{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_o94nr_124{padding-inline:max(5%,50vw - 800px)}}._Top_o94nr_143{flex-flow:row;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}@media (width<=768px){._Top_o94nr_143{gap:8px}}._Top_o94nr_143 ._Title_o94nr_159{color:#fff;background:0 0;border:none;border-bottom:1px solid #fff;outline:none;flex:1;padding-block:5px}@media (width<=768px){._Top_o94nr_143 ._Title_o94nr_159{padding-block:8px;font-size:16px}}._Top_o94nr_143 ._Order_o94nr_174{border-radius:20px;width:30px;overflow:hidden}._Top_o94nr_143 ._Order_o94nr_174 button,._Top_o94nr_143 ._Order_o94nr_174 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_o94nr_143 ._Order_o94nr_174 button{cursor:pointer;background:#3498db;height:25px}._Top_o94nr_143 ._Order_o94nr_174 button:disabled{opacity:.5;cursor:no-drop}._Top_o94nr_143 ._Order_o94nr_174 input{appearance:textfield;background:0 0}._Top_o94nr_143 ._Order_o94nr_174 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._Top_o94nr_143 ._Order_o94nr_174 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._Content_o94nr_216{flex-flow:row;justify-content:space-between;align-items:stretch;gap:50px;width:100%;margin-top:15px;display:flex}@media (width<=991px){._Content_o94nr_216{gap:20px}}@media (width<=768px){._Content_o94nr_216{gap:12px}}._Card_o94nr_239{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_o94nr_239._dragOver_o94nr_251{background:linear-gradient(135deg,#7877c640 0%,#7877c626 100%);border:3px dashed #7877c6cc;transform:scale(1.02);box-shadow:0 8px 30px #7877c64d}._Card_o94nr_239._dragOver_o94nr_251>*{pointer-events:none}._Card_o94nr_239[data-empty=true] ._ActionBtn_o94nr_260{background:#4d4c4c;top:calc(100% - 15px);right:calc(50% - 15px);box-shadow:0 0 1px #000}._Card_o94nr_239[data-loading=true]{justify-content:center;align-items:center;display:flex}._Card_o94nr_239 ._ActionBtn_o94nr_260{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_o94nr_239 ._ActionBtn_o94nr_260:hover{background:#7877c6e6;transform:scale(1.1);box-shadow:0 4px 12px #0006}@media (width<=768px){._Card_o94nr_239 ._ActionBtn_o94nr_260{border-radius:12px;width:44px;height:44px}._Card_o94nr_239 ._ActionBtn_o94nr_260 svg{font-size:18px}}._Card_o94nr_239 ._PreviewBtn_o94nr_308{left:10px;right:auto}._Card_o94nr_239 ._cardLink_o94nr_312{flex-direction:column;width:100%;height:100%;display:flex;text-decoration:none!important}._Card_o94nr_239 ._cardLink_o94nr_312:hover ._textArea_o94nr_319 span{text-decoration:underline}._Card_o94nr_239 ._thumbnailArea_o94nr_322{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_o94nr_239 ._thumbnailPreview_o94nr_333{width:100%;height:100%;position:absolute;top:0;left:0}._Card_o94nr_239 ._thumbnailPreview_o94nr_333 img{object-fit:cover;width:100%;height:100%;display:block}._Card_o94nr_239 ._iconOverlay_o94nr_346{z-index:1;background:#0009;border-radius:50%;justify-content:center;align-items:center;padding:15px;display:flex;position:relative}._Card_o94nr_239 ._iconOverlay_o94nr_346 svg{fill:#fff;filter:drop-shadow(0 2px 4px #00000080);width:45px;height:45px}._Card_o94nr_239 ._textArea_o94nr_319{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_o94nr_239 ._textArea_o94nr_319 span{word-break:break-all;text-align:center;color:#fff;font-size:12px}._Card_o94nr_239 ._taken_o94nr_379{flex-flow:column;justify-content:center;align-items:center;gap:10px;max-width:100%;height:100%;display:flex}._Card_o94nr_239 ._taken_o94nr_379:hover *{text-decoration:underline}._Card_o94nr_239 ._taken_o94nr_379>div{flex-flow:row;flex:1;justify-content:center;align-items:center;gap:0;display:flex}._Card_o94nr_239 ._taken_o94nr_379>div:last-child{align-items:flex-start;overflow:hidden}._Card_o94nr_239 ._taken_o94nr_379 svg{fill:#fff;filter:drop-shadow(0 2px 4px #00000080);width:45px;height:45px}._Card_o94nr_239 ._taken_o94nr_379 span{word-break:break-all;text-align:center;color:#fff;font-size:12px}._Card_o94nr_239[data-empty=true]{flex-flow:row;justify-content:space-around;align-items:center;gap:0;padding:20px 10px;display:flex}@media (width<=991px){._Card_o94nr_239[data-empty=true]:not([data-panoramic=true]){flex-flow:column;justify-content:center;align-items:center;gap:20px;display:flex}}._Card_o94nr_239[data-empty=true][data-panoramic=true]{flex-wrap:wrap;gap:10px}._Card_o94nr_239[data-empty=true]>div{cursor:pointer;flex-flow:column;justify-content:center;align-items:center;gap:5px;display:flex}._Card_o94nr_239[data-empty=true]>div span{font-size:12px}._Card_o94nr_239[data-empty=true]>div>._Icon_o94nr_460{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_o94nr_239[data-empty=true]>div>._Icon_o94nr_460 svg{fill:#fff;width:50%;height:50%}._Card_o94nr_239 ._warningOverlay_o94nr_479{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_o94nr_239 ._warningOverlay_o94nr_479 span{color:#fff;text-shadow:0 1px 2px #0000004d;font-size:14px;font-weight:600}@media (width<=768px){._Card_o94nr_239 ._warningOverlay_o94nr_479 span{font-size:12px}}._PreviewPopup_o94nr_503{background:#2f3541;border-radius:15px;flex-direction:column;width:90vw;max-width:1200px;height:85vh;padding:0;display:flex;overflow:hidden}._PreviewHeader_o94nr_515{background:#0000004d;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex}._PreviewHeader_o94nr_515 h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:14px;overflow:hidden}._PreviewHeader_o94nr_515 ._CloseBtn_o94nr_533{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_o94nr_515 ._CloseBtn_o94nr_533:hover{background:#ffffff1a}._PreviewContent_o94nr_549{background:#fff;flex:1;width:100%;height:100%;overflow:hidden}._PreviewIframe_o94nr_557{border:none;width:100%;height:100%;display:block}._ProgressContainer_o94nr_564{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_o94nr_575{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}._ProgressActions_o94nr_583{justify-content:center;display:flex}._ProgressBar_o94nr_588{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_o94nr_596{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_o94nr_612{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_o94nr_612:hover{background:#f44336}._page_1cybp_38{padding-inline:max(5%,50vw - 800px)}._text-center_1cybp_63{text-align:center}._Container_1cybp_67{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_1cybp_82{flex-flow:row;justify-content:center;align-items:center;gap:15px;display:flex}@media (width<=768px){._Controls_1cybp_82{flex-direction:column;gap:12px;width:100%}._Controls_1cybp_82 button{width:100%}}._mobileDrawer_1cybp_101 .ant-drawer-body{background:var(--cyberpunk-glass-bg,#ffffff14);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}._mobileDrawer_1cybp_101 .ant-drawer-content{background:#1e1e28f2;border-radius:20px 20px 0 0}._page_1sh2a_38{padding-inline:max(5%,50vw - 800px)}._text-center_1sh2a_63{text-align:center}._add_part_1sh2a_67{width:min(600px,90%)}._add_part__cards_1sh2a_70{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}._add_part__cards__card_1sh2a_78{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_1sh2a_78:hover,._add_part__cards__card_1sh2a_78[aria-selected=true]{background:#1a212b}._add_part__cards__card_1sh2a_78:hover ._add_part__cards__card__icon_1sh2a_91,._add_part__cards__card_1sh2a_78[aria-selected=true] ._add_part__cards__card__icon_1sh2a_91{background:#2f3541}._add_part__cards__card__icon_1sh2a_91{border-radius:inherit;background:#1a212b;place-items:center;width:50px;height:50px;display:grid}._add_part__cards__card__icon_1sh2a_91 svg{width:30px;height:30px}._add_part__btns_1sh2a_106{gap:1rem;display:flex}._add_part__btns_1sh2a_106>:last-child{flex:1}._page_13uk7_38{padding-inline:max(5%,50vw - 800px)}._text-center_13uk7_63{text-align:center}._pageLayout_13uk7_67{background:var(--cyberpunk-black);height:100vh;display:flex;overflow:hidden}._desktopSidebar_13uk7_74{flex-shrink:0}._mainContent_13uk7_78{background:linear-gradient(90deg,#121d3b,#141f3d);flex:1;overflow-y:auto}._pageContainer_13uk7_84{min-height:100%;color:var(--cyberpunk-text-primary);padding:30px}._pageContainer_13uk7_84 h1,._pageContainer_13uk7_84 h2,._pageContainer_13uk7_84 h3,._pageContainer_13uk7_84 h4,._pageContainer_13uk7_84 h5,._pageContainer_13uk7_84 h6{color:var(--cyberpunk-text-primary)}._pageContainer_13uk7_84 p,._pageContainer_13uk7_84 span,._pageContainer_13uk7_84 label{color:var(--cyberpunk-text-secondary)}._pageContainer_13uk7_84 a{color:var(--cyberpunk-blue)}._pageContainer_13uk7_84 a:hover{color:var(--cyberpunk-cyan)}@media (width<=768px){._pageLayout_13uk7_67{flex-direction:column}._desktopSidebar_13uk7_74{display:none}._mobileHeader_13uk7_116{-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_13uk7_116 ._logoSection_13uk7_131{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_13uk7_116 ._logoIcon_13uk7_142{justify-content:center;align-items:center;width:32px;height:32px;display:flex}._mobileHeader_13uk7_116 ._logoIcon_13uk7_142 img{object-fit:contain;width:100%;height:100%}._mobileHeader_13uk7_116 ._logoText_13uk7_154{color:#fff;text-shadow:0 0 20px #ffffff80;margin:0;font-size:20px;font-weight:700}._hamburgerButton_13uk7_161{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_13uk7_161:hover{background:linear-gradient(135deg,#2a6d9b,#2a3560);transform:scale(1.05)}._hamburgerButton_13uk7_161:active{transform:scale(.95)}._mainContent_13uk7_78{scrollbar-width:none;-ms-overflow-style:none;padding-top:84px;padding-left:16px;padding-right:16px}._mainContent_13uk7_78::-webkit-scrollbar{display:none}._pageContainer_13uk7_84{padding:16px}}@media (width>=769px){._mobileHeader_13uk7_116,._hamburgerButton_13uk7_161{display:none}._mainContent_13uk7_78{padding-top:0}}._mobileSidebarDrawer_13uk7_206 .ant-drawer-body{background:linear-gradient(#24628b 0%,#232b50 100%);padding:0}._mobileSidebarDrawer_13uk7_206 .ant-drawer-header{background:linear-gradient(#24628b 0%,#232b50 100%);border-bottom:1px solid #ffffff1a}._page_1u5ky_38{padding-inline:max(5%,50vw - 800px)}._text-center_1u5ky_63{text-align:center}._Header_1u5ky_67{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_1u5ky_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_1u5ky_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1u5ky_91 ._Shape_1u5ky_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1u5ky_91 ._Shape_1u5ky_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_1u5ky_91 ._Shape_1u5ky_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_1u5ky_91 ._Shape_1u5ky_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_1u5ky_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1u5ky_138{-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_1u5ky_153{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_1u5ky_161{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_1u5ky_172{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_1u5ky_172{justify-content:flex-start;width:100%;display:none}}._Illustration_1u5ky_186{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_1u5ky_1}@keyframes _float_1u5ky_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_h49gy_38{padding-inline:max(5%,50vw - 800px)}._text-center_h49gy_63{text-align:center}._loadingContainer_h49gy_67{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_9vgb0_38{padding-inline:max(5%,50vw - 800px)}._text-center_9vgb0_63{text-align:center}._Header_9vgb0_67{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_9vgb0_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_9vgb0_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_9vgb0_91 ._Shape_9vgb0_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_9vgb0_91 ._Shape_9vgb0_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_9vgb0_91 ._Shape_9vgb0_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_9vgb0_91 ._Shape_9vgb0_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_9vgb0_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_9vgb0_138{-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_9vgb0_138 span{color:#fff}._Title_9vgb0_158{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_9vgb0_166{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_9vgb0_177{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_9vgb0_177{justify-content:flex-start;width:100%;display:none}}._Illustration_9vgb0_191{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_9vgb0_1}@keyframes _float_9vgb0_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_ng945_38{padding-inline:max(5%,50vw - 800px)}._text-center_ng945_63{text-align:center}._container_ng945_67{color:#e8e8f0;background:0 0;min-height:100vh;position:relative;overflow-x:hidden}._container_ng945_67 ::selection{color:#fff;background:#a855f780}._cosmicBackground_ng945_79{z-index:0;pointer-events:none;position:fixed;inset:0}._blob1_ng945_86{filter:blur(120px);background:#581c8733;border-radius:50%;width:50%;height:50%;animation:4s ease-in-out infinite _pulse_ng945_1;position:absolute;top:-20%;left:-20%}._blob2_ng945_98{filter:blur(120px);background:#1e3a8a33;border-radius:50%;width:50%;height:50%;animation:4s ease-in-out 1s infinite _pulse_ng945_1;position:absolute;bottom:-20%;right:-20%}._blob3_ng945_111{filter:blur(100px);background:#6366f11a;border-radius:50%;width:30%;height:30%;position:absolute;top:40%;left:50%;transform:translate(-50%)}._gridPattern_ng945_123{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_ng945_1{0%,to{opacity:.3}50%{opacity:.5}}._contentWrapper_ng945_139{z-index:10;max-width:1200px;margin-inline:auto;padding-block:48px;padding-inline:16px;position:relative}._header_ng945_148{text-align:center;margin-block-end:64px}._badge_ng945_153{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_ng945_169{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_ng945_182{color:#9ca3af;max-width:600px;margin-block-end:32px;margin-inline:auto;font-size:18px}._searchWrapper_ng945_190{max-width:448px;margin-block-start:32px;margin-inline:auto}._searchWrapper_ng945_190 .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_ng945_190 .ant-input-affix-wrapper:hover,._searchWrapper_ng945_190 .ant-input-affix-wrapper:focus{background:#ffffff1a;border-color:#a855f780;box-shadow:0 0 0 2px #a855f71a}._searchWrapper_ng945_190 .ant-input-affix-wrapper input{color:#d1d5db;background:0 0;font-size:15px}._searchWrapper_ng945_190 .ant-input-affix-wrapper input::placeholder{color:#6b7280}._searchWrapper_ng945_190 .ant-input-affix-wrapper-focused{background:#ffffff1a;border-color:#a855f780;box-shadow:0 0 0 2px #a855f71a}._searchWrapper_ng945_190 .ant-input-affix-wrapper-focused .searchIcon{color:#a78bfa}._searchIcon_ng945_221{color:#6b7280;transition:color .3s}._tiltCard_ng945_230{transform-style:preserve-3d;height:100%;transition:all .2s ease-out;position:relative}._tiltCardContent_ng945_237{z-index:10;width:100%;height:100%;position:relative}._tiltCardGlare_ng945_244{z-index:20;pointer-events:none;mix-blend-mode:overlay;border-radius:12px;transition:opacity .2s;position:absolute;inset:0}._podium_ng945_254{grid-template-columns:1fr;align-items:end;gap:24px;min-height:280px;margin-block:48px 96px;display:grid}@media (width>=768px){._podium_ng945_254{grid-template-columns:1fr 1fr 1fr;min-height:315px}}._podiumSlot1_ng945_270{order:1}@media (width>=768px){._podiumSlot1_ng945_270{z-index:20;order:2;margin-block-start:-80px}}._podiumSlot2_ng945_281{order:2;margin-block-end:32px}@media (width>=768px){._podiumSlot2_ng945_281{order:1;margin-block-end:0}}._podiumSlot3_ng945_292{order:3}._podiumCard_ng945_296{-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_ng945_296:hover{border-color:var(--rank-color,#a855f74d)}._medalIcon_ng945_315{opacity:.5;color:#d1d5db;position:absolute;top:16px;right:16px}._topGlow_ng945_323{background:var(--rank-color,#a855f780);filter:blur(20px);width:80px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}._avatarWrapper_ng945_334{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_ng945_334{object-fit:cover;border:2px solid #1f2937;border-radius:50%;width:100%;height:100%}._rankBadge_ng945_353{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_ng945_368{color:#fff;text-align:center;margin-block-end:3px;font-size:14px;font-weight:700}._cardRole_ng945_376{color:var(--rank-color,#a78bfa);text-transform:uppercase;letter-spacing:.05em;margin-block-end:11px;font-size:10px;font-weight:500}._statsBox_ng945_385{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_ng945_397{color:#9ca3af;font-size:10px}._statsValue_ng945_402{color:#fff;font-family:Courier New,monospace;font-size:17px;font-weight:700}._podiumCard1_ng945_409{-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_ng945_425{top:0;opacity:.5;background:linear-gradient(90deg,#0000,#eab308,#0000);height:4px;position:absolute;inset-inline:0}._glowAura_ng945_434{top:-40px;filter:blur(60px);pointer-events:none;background:#eab3081a;height:160px;position:absolute;inset-inline:0}._crownIcon_ng945_444{color:#facc15;filter:drop-shadow(0 0 8px #facc1599);animation:3s ease-in-out infinite _bounce-slow_ng945_1;position:absolute;top:16px;right:16px}@keyframes _bounce-slow_ng945_1{0%,to{transform:translateY(-5%)}50%{transform:translateY(5%)}}._avatar1Wrapper_ng945_461{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_ng945_461{object-fit:cover;border:4px solid #111827;border-radius:50%;width:100%;height:100%}._rankBadge1_ng945_481{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_ng945_496{color:#fff;text-align:center;margin-block-end:6px;font-size:21px;font-weight:900}._card1Tier_ng945_504{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_ng945_516{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_ng945_527{color:#fef3c799;text-transform:uppercase;letter-spacing:.1em;margin-block-end:4px;font-size:12px}._stats1Value_ng945_535{color:#facc15;filter:drop-shadow(0 2px 4px #0000004d);font-family:Courier New,monospace;font-size:34px;font-weight:700}._gridLayout_ng945_543{grid-template-columns:1fr;gap:16px;padding-block-end:80px;display:grid}@media (width>=768px){._gridLayout_ng945_543{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){._gridLayout_ng945_543{grid-template-columns:repeat(3,1fr)}}._gridLayoutSearch_ng945_560{grid-template-columns:repeat(auto-fit,minmax(280px,320px));justify-content:center;margin-block-start:40px}@media (width<=767px){._gridLayoutSearch_ng945_560{grid-template-columns:minmax(260px,1fr);justify-content:stretch}}._listCard_ng945_572{-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_ng945_572:hover{background:#ffffff14;border-color:#a855f74d}._rankNumber_ng945_589{text-align:center;color:#6b7280;flex-shrink:0;width:32px;font-family:Courier New,monospace;font-size:14px;transition:color .3s}._listCard_ng945_572:hover ._rankNumber_ng945_589{color:#fff}._avatarSmallWrapper_ng945_602{flex-shrink:0;margin-inline:8px 16px;position:relative}._avatarSmall_ng945_602{object-fit:cover;border:2px solid #ffffff1a;border-radius:50%;width:48px;height:48px;transition:border-color .3s}._listCard_ng945_572:hover ._avatarSmall_ng945_602{border-color:#a855f780}._trendingBadge_ng945_621{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_ng945_635{flex-grow:1;min-width:0}._listCardName_ng945_640{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-block-end:4px;font-size:15px;font-weight:600;transition:color .3s;overflow:hidden}._listCard_ng945_572:hover ._listCardName_ng945_640{color:#e9d5ff}._listCardRole_ng945_654{color:#9ca3af;align-items:center;gap:8px;font-size:12px;display:flex}._listCardStats_ng945_662{text-align:end;flex-shrink:0;padding-inline-start:16px}._listCardCount_ng945_668{color:#ffffffe6;font-family:Courier New,monospace;font-size:18px;font-weight:700}._listCardLabel_ng945_675{text-transform:uppercase;color:#6b7280;letter-spacing:.05em;font-size:10px}._emptyState_ng945_682{text-align:center;color:#6b7280;padding-block:80px}._spacer_ng945_688{height:2em}._page_xhb9u_38{padding-inline:max(5%,50vw - 800px)}._text-center_xhb9u_63{text-align:center}._Container_xhb9u_67{padding:50px max(5%,50vw - 800px)}._Container_xhb9u_67 table{max-width:min(1200px,90%);margin-inline:auto}._gamerButton_xhb9u_75{gap:6px;color:#fff!important;background:linear-gradient(135deg,#7877c6b3,#5ac8fa80)!important;border:1px solid #7877c680!important;transition:all .25s!important}._gamerButton_xhb9u_75:hover{transform:translateY(-1px);box-shadow:0 0 20px #7877c666;border-color:#b4b2ff99!important}._gamerButton_xhb9u_75 svg{font-size:1.1em}._Container_ptxgx_67{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_ptxgx_67 ._ListWrraper_ptxgx_81 ._ListItem_ptxgx_90{flex-flow:row;justify-content:center;align-items:center;gap:0;padding-block:10px;display:flex}._page_ptxgx_38{padding-inline:max(5%,50vw - 800px)}._text-center_ptxgx_63{text-align:center}._Container_ptxgx_67{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_ptxgx_67 ._ListWrraper_ptxgx_81{border-radius:inherit;background:#1a212b;border:2px solid #fff;width:100%;max-height:250px;padding-inline:15px;overflow-y:auto}._Container_ptxgx_67 ._ListWrraper_ptxgx_81 ._ListItem_ptxgx_90{flex-flow:row;justify-content:center;align-items:center;gap:0;padding-block:10px;display:flex}._Container_ptxgx_67 ._ListWrraper_ptxgx_81 ._ListItem_ptxgx_90 label{justify-content:flex-start;width:100%}._Container_ptxgx_67 ._ListWrraper_ptxgx_81 ._ListItem_ptxgx_90:not(:last-child){border-bottom:1px solid #fff}._page_12ajf_38{padding-inline:max(5%,50vw - 800px)}._text-center_12ajf_63{text-align:center}._container_12ajf_67{align-items:center;gap:10px;padding-block:12px;display:flex}._container_12ajf_67 a{border-radius:10px;padding:5px 10px}._container_12ajf_67 a._active_12ajf_77{background-color:#3498db}._page_19ljm_38{padding-inline:max(5%,50vw - 800px)}._text-center_19ljm_63{text-align:center}._container_19ljm_67{padding:50px max(5%,50vw - 800px)}._page_s6v07_38{padding-inline:max(5%,50vw - 800px)}._text-center_s6v07_63{text-align:center}._container_s6v07_67{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:75px;display:flex}._container_s6v07_67 ._info_s6v07_75{flex:1}._profile_card_s6v07_79{flex-flow:row;justify-content:flex-start;align-items:flex-start;gap:0;display:flex}._profile_card_s6v07_79 ._card_s6v07_87{background:#2f3541;border-radius:10px;flex-flow:wrap;justify-content:center;align-items:center;gap:25px;padding:10px 40px;display:flex}._profile_card_s6v07_79 ._img_s6v07_102{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_s6v07_79 ._img_s6v07_102 img{object-fit:cover;width:100%;height:100%}._profile_card_s6v07_79 h2{margin:0;font-size:3.5rem;font-weight:500}._info_s6v07_75{flex-flow:column;justify-content:flex-start;align-items:flex-start;gap:30px;display:flex}._info_s6v07_75 ._details_s6v07_139{grid-template-columns:1fr 1fr;display:grid}@media (width<991px){._info_s6v07_75 ._details_s6v07_139{grid-template-columns:1fr}}._info_s6v07_75 ._details_s6v07_139>div{height:100%}._info_s6v07_75 ._with_btn_s6v07_151{justify-content:flex-start;align-items:center;gap:5px;display:flex}._info_s6v07_75 ._with_btn_s6v07_151 button{scale:.75}._info_s6v07_75 label{font-weight:700}._info_s6v07_75 h2,._info_s6v07_75 h3{font-weight:400}._details_s6v07_139{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:25px;width:100%;display:flex}._details_s6v07_139>div{width:calc(50% - 12.5px);min-width:min(100%,300px)}._lists_s6v07_184{flex-flow:wrap;justify-content:space-between;align-items:center;gap:30px;width:100%;display:flex}._lists_s6v07_184 button{padding-inline:10px;font-size:14px}._lists_s6v07_184>div{flex:1;min-width:300px;max-width:100%}._lists_s6v07_184>div ul{list-style:none}._page_15wak_38{padding-inline:max(5%,50vw - 800px)}._text-center_15wak_63{text-align:center}._Container_15wak_67{padding:75px max(5%,50vw - 800px)}._Container_15wak_67 h1{text-align:center}._Container_15wak_67 form{background:#2f3541;border-radius:15px;max-width:min(100%,900px);margin-inline:auto;padding:50px;box-shadow:0 0 5px #2f3541}._Container_15wak_67 form ._Inputs_15wak_81{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:30px 20px;margin-bottom:45px;display:flex}._Container_15wak_67 form ._Inputs_15wak_81>*{flex:1;min-width:max(50% - 10px,300px);max-width:100%}._Container_15wak_67 form ._Inputs_15wak_81>div:last-child{height:65px}._Container_15wak_67 form ._Inputs_15wak_81 ._UploadLogo_15wak_100{cursor:pointer}._Container_15wak_67 form ._Inputs_15wak_81 ._UploadLogo_15wak_100 button{pointer-events:none}._Container_15wak_67 form ._Inputs_15wak_81 ._thumbnail_15wak_106{object-fit:cover;max-width:100%;height:100%;overflow:hidden}._Container_15wak_67 form ._content_15wak_112{flex-wrap:wrap;gap:20px;margin-bottom:45px;display:flex}._Container_15wak_67 form ._content_15wak_112>div{flex:1;min-width:min(100%,300px)}._Container_15wak_67 form ._content_15wak_112 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_15wak_67 form ._content_15wak_112 button:hover svg{translate:-5px}._Container_15wak_67 form ._content_15wak_112 button svg{color:currentColor;font-size:35px;transition:translate .2s}._page_oex3l_38{padding-inline:max(5%,50vw - 800px)}._text-center_oex3l_63{text-align:center}._page_oex3l_38{background:radial-gradient(circle at 50% 18%,#3067ff2e,#0000 28%),radial-gradient(circle at 50% 100%,#346eff1f,#0000 44%),linear-gradient(#040816 0%,#07122b 40%,#050915 100%);justify-content:center;align-items:center;min-height:100vh;padding:32px 24px;display:flex;position:relative;overflow:hidden}._page_oex3l_38:before{content:"";pointer-events:none;background:radial-gradient(circle,#6ba4ff14,#0000 60%);position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000000d9,#0000 92%);mask-image:linear-gradient(#000000d9,#0000 92%)}._space_oex3l_86{pointer-events:none;position:absolute;inset:0}._starField_oex3l_92{will-change:transform;position:absolute;inset:-100% 0 0;overflow:hidden}._fieldFar_oex3l_99{animation:42s linear infinite _starDriftFar_oex3l_1}._fieldMid_oex3l_103{animation:24s linear infinite _starDriftMid_oex3l_1}._fieldNear_oex3l_107{animation:14s linear infinite _starDriftNear_oex3l_1}._starCluster_oex3l_111{position:absolute;inset:0}._starClusterRepeat_oex3l_116{transform:translateY(100%)}._star_oex3l_92{inset-inline-start:var(--star-left);top:var(--star-top);width:var(--star-size);height:var(--star-size);opacity:var(--star-opacity);animation:_twinkle_oex3l_1 var(--twinkle-duration) ease-in-out infinite alternate;animation-delay:var(--twinkle-delay);border-radius:50%;position:absolute}._starFar_oex3l_132{background:#e8f0ffeb;box-shadow:0 0 4px #96c7ff2e}._starMid_oex3l_137{background:#f3f8fffa;box-shadow:0 0 7px #93cbff47}._starNear_oex3l_142{background:#fff;box-shadow:0 0 10px #97d1ff6b}._nebulaGlow_oex3l_147{inset-inline-start:50%;aspect-ratio:1;filter:blur(38px);background:radial-gradient(circle,#457cff2e 0%,#599bff17 28%,#0b132b00 70%),radial-gradient(circle at 58% 46%,#ffffff1a 0%,#0000 20%);border-radius:50%;width:min(72vw,860px);animation:10s ease-in-out infinite _pulseNebula_oex3l_1;position:absolute;top:50%;transform:translate(-50%,-50%)}._shootingStar_oex3l_160{inset-inline-start:-20%;top:var(--shoot-top);opacity:0;width:min(22vw,180px);height:2px;animation:_shootingStar_oex3l_160 var(--shoot-duration) linear infinite;animation-delay:var(--shoot-delay);background:linear-gradient(90deg,#fff0,#aadcff33,#fffffff2);border-radius:999px;position:absolute;transform:translate(0,0)rotate(-12deg);box-shadow:0 0 18px #7ebeff73}._shootingStar_oex3l_160:after{content:"";inset-inline-end:-2px;background:#fffffff2;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 0 14px #aee5ffd9}._card_oex3l_187{z-index:1;text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#08102adb 0%,#070d22e6 100%);border:1px solid #6791e038;border-radius:32px;justify-items:center;gap:24px;width:min(100%,920px);padding:48px 32px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000006b,inset 0 1px #ffffff0a}._card_oex3l_187:after{content:"";pointer-events:none;background:radial-gradient(circle at top,#5da1ff14,#0000 36%),linear-gradient(135deg,#ffffff0f,#0000 48%);position:absolute;inset:0}._codeBadge_oex3l_211{justify-content:center;align-items:center;min-height:120px;padding:0;display:inline-flex;position:relative}._codeBadge_oex3l_211 span{color:#f7fbff;letter-spacing:.08em;text-shadow:0 0 18px #4792ff52,0 0 36px #4792ff33;font-size:clamp(4.4rem,13vw,7.4rem);font-weight:800;line-height:1}._content_oex3l_228{flex-direction:column;align-items:center;gap:14px;display:flex}._eyebrow_oex3l_235{color:#74afff;letter-spacing:.02em;font-size:.95rem;font-weight:700}._title_oex3l_242{color:#f4f7fd;max-width:14ch;margin:0;font-size:clamp(2.1rem,5vw,3.7rem);line-height:1.14}._description_oex3l_250{color:#e2ebffd1;max-width:54ch;margin:0;font-size:1.08rem;line-height:1.85}._actions_oex3l_258{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:12px;display:flex}._primaryAction_oex3l_266,._secondaryAction_oex3l_267{text-align:center;letter-spacing:.01em;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-inline-size:186px;padding:14px 24px;font-weight:700;transition:transform .18s,box-shadow .22s,background-color .22s,border-color .22s,color .22s,filter .22s;display:inline-flex}._primaryAction_oex3l_266:hover,._secondaryAction_oex3l_267:hover{transform:translateY(-2px)scale(1.03)}._primaryAction_oex3l_266:active,._secondaryAction_oex3l_267:active{transform:translateY(0)scale(.985)}._primaryAction_oex3l_266:focus-visible,._secondaryAction_oex3l_267:focus-visible{outline:2px solid rgba(var(--cyberpunk-blue-rgb), .8);outline-offset:3px}._buttonIcon_oex3l_294{filter:drop-shadow(0 0 8px rgba(var(--cyberpunk-blue-rgb), .18));flex:none;font-size:.95rem}._buttonLabel_oex3l_300{line-height:1}._primaryAction_oex3l_266{color:#f7fbff;background:linear-gradient(135deg, rgba(var(--cyberpunk-blue-rgb), .96), rgba(var(--cyberpunk-cyan-rgb), .88));box-shadow:0 12px 28px rgba(var(--cyberpunk-blue-rgb), .26), 0 0 18px rgba(var(--cyberpunk-cyan-rgb), .14), 0 0 0 1px #ffffff0a inset;border:1px solid #ffffff24}._primaryAction_oex3l_266:hover{color:#fff;box-shadow:0 18px 38px rgba(var(--cyberpunk-blue-rgb), .34), 0 0 18px rgba(var(--cyberpunk-cyan-rgb), .14), 0 0 24px rgba(var(--cyberpunk-cyan-rgb), .2), 0 0 0 1px #ffffff14 inset;filter:saturate(1.08)brightness(1.03)}._secondaryAction_oex3l_267{color:#e5eeffeb;border:1px solid rgba(var(--cyberpunk-blue-rgb), .38);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff08,#ffffff04);box-shadow:0 10px 24px #0000002e,inset 0 0 0 1px #ffffff08}._secondaryAction_oex3l_267:hover{color:#fff;background:linear-gradient(180deg, rgba(var(--cyberpunk-blue-rgb), .14), #ffffff08);border-color:rgba(var(--cyberpunk-cyan-rgb), .52);box-shadow:0 16px 34px rgba(var(--cyberpunk-blue-rgb), .18), 0 0 18px rgba(var(--cyberpunk-cyan-rgb), .12), 0 0 0 1px #ffffff0a inset}@keyframes _starDriftFar_oex3l_1{0%{transform:translateY(0)}to{transform:translateY(50%)}}@keyframes _starDriftMid_oex3l_1{0%{transform:translateY(0)scale(1)}to{transform:translateY(50%)scale(1.04)}}@keyframes _starDriftNear_oex3l_1{0%{transform:translateY(0)scale(1.02)}to{transform:translateY(50%)scale(1.08)}}@keyframes _pulseNebula_oex3l_1{0%,to{opacity:.72;transform:translate(-50%,-50%)scale(.98)}50%{opacity:.92;transform:translate(-50%,-50%)scale(1.04)}}@keyframes _shootingStar_oex3l_160{0%{opacity:0;transform:translate(0,0)rotate(-12deg)}8%{opacity:1}30%{opacity:0;transform:translate(140vw,12vh)rotate(-12deg)}}@keyframes _twinkle_oex3l_1{0%{opacity:calc(var(--star-opacity) * .65);transform:scale(.9)}to{opacity:var(--star-opacity);transform:scale(1.15)}}@media (width<=640px){._page_oex3l_38{padding:20px 16px}._card_oex3l_187{border-radius:28px;gap:20px;padding:36px 22px}._codeBadge_oex3l_211{min-height:96px}._eyebrow_oex3l_235{font-size:.9rem}._description_oex3l_250{font-size:1rem;line-height:1.75}._actions_oex3l_258{flex-direction:column}._primaryAction_oex3l_266,._secondaryAction_oex3l_267{inline-size:100%;min-inline-size:0}._shootingStar_oex3l_160{width:min(38vw,150px)}}@media (prefers-reduced-motion:reduce){._fieldFar_oex3l_99,._fieldMid_oex3l_103,._fieldNear_oex3l_107,._star_oex3l_92,._nebulaGlow_oex3l_147,._shootingStar_oex3l_160,._primaryAction_oex3l_266,._secondaryAction_oex3l_267{transition:none;animation:none}}._page_5cflc_38{padding-inline:max(5%,50vw - 800px)}._text-center_5cflc_63{text-align:center}._Header_5cflc_67{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_5cflc_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_5cflc_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_5cflc_91 ._Shape_5cflc_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_5cflc_91 ._Shape_5cflc_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_5cflc_91 ._Shape_5cflc_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_5cflc_91 ._Shape_5cflc_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_5cflc_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_5cflc_138{-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_5cflc_153{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_5cflc_161{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_5cflc_172{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_5cflc_172{justify-content:flex-start;width:100%;display:none}}._Illustration_5cflc_186{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_5cflc_1}@keyframes _float_5cflc_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_yynrm_39{padding-inline:max(5%,50vw - 800px)}._text-center_yynrm_64{text-align:center}._PageContainer_yynrm_68{width:100%;max-width:1100px;margin-inline:auto;padding:24px}._Grid_yynrm_75{grid-template-columns:1fr 1.6fr;align-items:start;gap:24px;display:grid}@media (width<=768px){._Grid_yynrm_75{grid-template-columns:1fr}}._Column_yynrm_87{flex-direction:column;gap:20px;display:flex}._GlassCard_yynrm_93{-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_yynrm_104 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_yynrm_104 h2 svg{color:#7877c6;flex-shrink:0}._PicContainer_yynrm_120{flex-direction:column;align-items:center;gap:20px;display:flex}._imageWrapper_yynrm_127{border:3px solid #7877c680;border-radius:50%;width:120px;height:120px;overflow:hidden;box-shadow:0 0 20px #7877c640}._imageWrapper_yynrm_127 img{object-fit:cover;width:100%;height:100%}._placeholder_yynrm_141{color:#fff6;background:#7877c626;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._ButtonStack_yynrm_151{flex-direction:column;gap:10px;width:100%;display:flex}._ActionButton_yynrm_158{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_yynrm_158 input[type=file]{display:none}._ActionButton_yynrm_158._primary_yynrm_175{color:#e2e1ff;background:#7877c64d;border:1px solid #a09ee6b3}._ActionButton_yynrm_158._primary_yynrm_175:hover{color:#fff;background:#7877c680;border-color:#b4b2f0e6}._ActionButton_yynrm_158._danger_yynrm_185{color:#f08080;background:#dc354526;border:1px solid #dc354559}._ActionButton_yynrm_158._danger_yynrm_185:hover{color:#fff;background:#dc35454d;border-color:#dc354599}._ActionButton_yynrm_158._secondary_yynrm_195{color:#e8e8f0e6;background:#ffffff14;border:1px solid #ffffff59}._ActionButton_yynrm_158._secondary_yynrm_195:hover{color:#fff;background:#ffffff29;border-color:#ffffff8c}._cropperModal_yynrm_206{z-index:1000;background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._modalContent_yynrm_216{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_yynrm_228{border-radius:10px;width:100%}._modalActions_yynrm_233{flex-direction:column;gap:10px;width:100%;display:flex}._InfoRow_yynrm_240{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;display:flex}._InfoRow_yynrm_240:last-child{border-bottom:none}._label_yynrm_252{color:#e8e8f08c;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;font-size:.8rem}._value_yynrm_260{color:#e8e8f0;text-align:end;word-break:break-all;font-size:.9rem}._roleBadge_yynrm_267{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_yynrm_279{width:100%}._BadgesGrid_yynrm_283{flex-wrap:wrap;gap:8px;display:flex}._DomainBadge_yynrm_289{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_yynrm_289 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_yynrm_289 button:hover{color:#fff;background:#0006}._passwordinfo_yynrm_319{color:#e8e8f080;width:100%;font-size:.78rem}._passwordinfo_yynrm_319 ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._passwordinfo_yynrm_319 li{color:#e8e8f08c;align-items:center;gap:10px;display:flex}._passwordinfo_yynrm_319 li:before{content:"";color:#0000;background:#ffffff0d;border:1px solid #c4c3f047;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}._passwordinfo_yynrm_319 ._fulfilled_yynrm_354{color:#d7ffe3}._passwordinfo_yynrm_319 ._fulfilled_yynrm_354:before{content:"✓";color:#4ade80;background:#4ade8024;border-color:#4ade80b3}._passwordinfo_yynrm_319 ._pending_yynrm_363{color:#e8e8f08c}._FormGroup_yynrm_367{width:100%;margin-bottom:4px}._SubmitButton_yynrm_372{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_yynrm_372:hover:not(:disabled){color:#fff;background:#7877c666;border-color:#7877c6cc}._SubmitButton_yynrm_372:disabled{opacity:.4;cursor:not-allowed}._confirmDialog_yynrm_395{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._confirmDialog_yynrm_395 ._confirmContent_yynrm_404{text-align:center;background:#1a1a2e;border:1px solid #7877c64d;border-radius:16px;min-width:280px;padding:2rem}._confirmDialog_yynrm_395 ._confirmContent_yynrm_404 h3{color:#e8e8f0;margin-bottom:.5rem}._confirmDialog_yynrm_395 ._confirmContent_yynrm_404 ._confirmButtons_yynrm_416{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}._page_p882h_38{padding-inline:max(5%,50vw - 800px)}._text-center_p882h_63{text-align:center}._cropper_p882h_67{flex-direction:column;align-items:center;gap:16px;width:100%;display:flex}._cropper_p882h_67 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_p882h_85{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}._controls_p882h_85 ._sliderLabel_p882h_92{color:#e8e8f0e6;text-align:center;letter-spacing:.02em;font-size:.8rem;font-weight:500}._controls_p882h_85 input[type=range]{appearance:none;cursor:pointer;vertical-align:middle;background:#a09ee673;border-radius:99px;outline:none;width:100%;height:4px}._controls_p882h_85 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_p882h_85 input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 0 14px #7877c6e6}._controls_p882h_85 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_p882h_85 input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg,#7877c6b3 0%,#7877c633 100%);border-radius:99px;height:4px}._controls_p882h_85 input[type=range]::-moz-range-track{background:linear-gradient(90deg,#7877c6b3 0%,#7877c633 100%);border-radius:99px;height:4px}._croppedPreview_p882h_146{flex-direction:column;align-items:center;gap:12px;display:flex}._croppedPreview_p882h_146 img{object-fit:cover;border:3px solid #7877c680;border-radius:50%;box-shadow:0 0 20px #7877c64d}._page_1lgck_38{padding-inline:max(5%,50vw - 800px)}._text-center_1lgck_63{text-align:center}._Header_1lgck_67{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_1lgck_67{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}}._BackgroundShapes_1lgck_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1lgck_91 ._Shape_1lgck_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1lgck_91 ._Shape_1lgck_101:first-child{background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);width:350px;height:350px;top:-20%;right:-10%}._BackgroundShapes_1lgck_91 ._Shape_1lgck_101:nth-child(2){background:#ffffff0d;width:250px;height:250px;bottom:-30%;left:5%}._BackgroundShapes_1lgck_91 ._Shape_1lgck_101:nth-child(3){background:#ffffff14;width:120px;height:120px;top:15%;left:35%}._Content_1lgck_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1lgck_138{-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_1lgck_138 span{color:#fff}._Title_1lgck_158{text-shadow:0 2px 10px #00000026;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.1}._Description_1lgck_166{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_1lgck_176{z-index:2;place-items:center;margin-inline-end:20px;display:grid;position:relative}@media (width<=900px){._ActionArea_1lgck_176{justify-content:flex-start;width:100%;display:none}}._Illustration_1lgck_191{filter:drop-shadow(0 10px 20px #0003);font-size:5rem;line-height:1;animation:5s ease-in-out infinite _float_1lgck_1}@keyframes _float_1lgck_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._page_ii87v_38{padding-inline:max(5%,50vw - 800px)}._text-center_ii87v_63{text-align:center}._Button_ii87v_67{cursor:pointer;background:0 0;border:none}._Button_ii87v_67[data-filled=true]{color:#f1c40f}._Button_ii87v_67:not([data-filled=true]){color:#c8c8c8}._Button_ii87v_67 svg{width:25px;height:25px}._page_1lra7_38{padding-inline:max(5%,50vw - 800px)}._text-center_1lra7_63{text-align:center}._Success_1lra7_67{flex-flow:row;justify-content:center;align-items:center;gap:0;height:100vh;display:flex}._Container_1lra7_79{padding:100px max(5%,50vw - 800px)}._Container_1lra7_79 ._Headline_1lra7_82{text-align:center;margin-bottom:10px}._Container_1lra7_79 form{flex-flow:column;justify-content:center;align-items:center;gap:0;max-width:600px;margin-inline:auto;display:flex}._page_g8xd0_38{padding-inline:max(5%,50vw - 800px)}._text-center_g8xd0_63{text-align:center}._container_g8xd0_67{background:var(--cyberpunk-black,#0f172a);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}._container_g8xd0_67 img{filter:drop-shadow(0 4px 12px #0000004d);width:280px;max-width:80%}@keyframes _authFadeIn_g8xd0_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._card_g8xd0_92{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border:1.5px solid var(--cyberpunk-purple-glow);border-radius:20px;flex-direction:column;align-items:stretch;gap:24px;width:540px;max-width:90%;padding:32px 40px;display:flex;box-shadow:0 8px 32px #0000004d}._card_g8xd0_92 form{width:100%;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;align-items:stretch;gap:20px;margin:0;padding:0;display:flex}._card_g8xd0_92 form>.btn{align-self:center;min-width:160px}._card_g8xd0_92{animation:.4s ease-out _authFadeIn_g8xd0_1}._title_g8xd0_126{color:var(--cyberpunk-text-primary,#e8e8f0);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.4}._errorBox_g8xd0_135{color:#f87171;background:#e74c3c1f;border:1px solid #e74c3c4d;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:14px;line-height:1.5;animation:.3s ease-out _authFadeIn_g8xd0_1;display:flex}._errorIcon_g8xd0_150{flex-shrink:0;font-size:32px}._errorMessage_g8xd0_155{text-align:center;flex:1}._actions_g8xd0_160{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:4px;display:flex}._successBox_g8xd0_170{color:#34d399;text-align:center;background:#10b9811f;border:1px solid #10b9814d;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:14px;line-height:1.5;animation:.3s ease-out _authFadeIn_g8xd0_1;display:flex}._page_1hszo_38{padding-inline:max(5%,50vw - 800px)}._text-center_1hszo_63{text-align:center}._container_1hszo_67{padding:50px max(5%,50vw - 800px)}._container_1hszo_67 h1{text-align:center}._container_1hszo_67 ._form_1hszo_73{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_1hszo_67 ._form_1hszo_73>*{width:calc(50% - 10px)}._page_87pt0_39{padding-inline:max(5%,50vw - 800px)}._text-center_87pt0_64{text-align:center}._container_87pt0_68{background:var(--cyberpunk-black,#0f172a);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}._container_87pt0_68 img{filter:drop-shadow(0 4px 12px #0000004d);width:280px;max-width:80%}@keyframes _authFadeIn_87pt0_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._card_87pt0_93{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border:1.5px solid var(--cyberpunk-purple-glow);border-radius:20px;flex-direction:column;align-items:stretch;gap:24px;width:540px;max-width:90%;padding:32px 40px;display:flex;box-shadow:0 8px 32px #0000004d}._card_87pt0_93 form{width:100%;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;align-items:stretch;gap:20px;margin:0;padding:0;display:flex}._card_87pt0_93 form>.btn{align-self:center;min-width:160px}._card_87pt0_93{animation:.4s ease-out _authFadeIn_87pt0_1}._title_87pt0_127{color:var(--cyberpunk-text-primary,#e8e8f0);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.4}._subtitle_87pt0_136{color:var(--cyberpunk-text-secondary,#94a3b8);text-align:center;margin:0;font-size:15px;line-height:1.6}._errorBox_87pt0_144{color:#f87171;background:#e74c3c1f;border:1px solid #e74c3c4d;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:14px;line-height:1.5;animation:.3s ease-out _authFadeIn_87pt0_1;display:flex}._errorIcon_87pt0_159{flex-shrink:0;font-size:20px}._actions_87pt0_164{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:4px;display:flex}._passwordinfo_87pt0_174{width:100%;color:var(--cyberpunk-text-muted,#64748b);font-size:13px;line-height:1.7}._passwordinfo_87pt0_174 ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._passwordinfo_87pt0_174 li{color:var(--cyberpunk-text-muted,#64748b);align-items:center;gap:10px;transition:color .2s;display:flex}._passwordinfo_87pt0_174 li:before{content:"";color:#0000;background:#0f172a59;border:1px solid #94a3b873;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}._passwordinfo_87pt0_174 ._fulfilled_87pt0_211{color:#c7f9d4}._passwordinfo_87pt0_174 ._fulfilled_87pt0_211:before{content:"✓";color:#34d399;background:#10b98129;border-color:#10b981b3;box-shadow:0 0 0 1px #10b9812e}._passwordinfo_87pt0_174 ._pending_87pt0_221{color:var(--cyberpunk-text-muted,#64748b)}@media (width<=768px){._card_87pt0_93{width:95%;padding:24px 20px}._title_87pt0_127{font-size:20px}}._page_1lakx_38{padding-inline:max(5%,50vw - 800px)}._text-center_1lakx_63{text-align:center}._container_1lakx_67{padding:50px max(5%,50vw - 800px)}._container_1lakx_67 h1{text-align:center}._page_zu2yl_38{padding-inline:max(5%,50vw - 800px)}._text-center_zu2yl_63{text-align:center}._Container_zu2yl_67{flex-flow:row;justify-content:center;align-items:center;gap:50px;width:100%;max-width:100%;display:flex}@media (width<=991px){._Container_zu2yl_67{flex-direction:column;gap:20px}}._Container_zu2yl_67 button{display:block}._Container_zu2yl_67>div:first-child{white-space:nowrap;width:100%;word-wrap:nowrap;overflow-x:auto}._Container_zu2yl_67 ._Tag_zu2yl_94{position:relative}._Container_zu2yl_67 ._Tag_zu2yl_94:not(:hover) ._Edit_zu2yl_97{opacity:0}._Container_zu2yl_67 ._Tag_zu2yl_94 ._Edit_zu2yl_97{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_1gdcc_38{padding-inline:max(5%,50vw - 800px)}._text-center_1gdcc_63{text-align:center}._Container_1gdcc_67{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_1gdcc_67 h2,._Container_1gdcc_67 span{text-align:center}._Container_1gdcc_67 span{color:#e74c3c;margin-top:10px;font-size:14px}._Container_1gdcc_67 ._controls_1gdcc_90{flex-flow:row;justify-content:center;align-items:center;gap:10px;display:flex}._page_ec7kf_38{padding-inline:max(5%,50vw - 800px)}._text-center_ec7kf_63{text-align:center}._container_ec7kf_67{padding:50px max(5%,50vw - 800px)}._container_ec7kf_67 h1{text-align:center}._container_ec7kf_67 ._form_ec7kf_73{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_ec7kf_67 ._form_ec7kf_73 ._inline_ec7kf_89{gap:inherit;align-items:stretch;width:100%;display:flex}._container_ec7kf_67 ._form_ec7kf_73 ._inline_ec7kf_89>*{flex:1}._container_ec7kf_67 ._form_ec7kf_73 ._fileinput_ec7kf_98{margin-top:auto}._container_ec7kf_67 ._form_ec7kf_73 ._pdf_ec7kf_101{cursor:pointer;flex-flow:row;justify-content:flex-start;align-items:center;gap:10px;text-decoration:underline;display:flex}._container_ec7kf_67 ._form_ec7kf_73 ._Upload_ec7kf_113{width:100%;display:block}._container_ec7kf_67 ._form_ec7kf_73 ._Upload_ec7kf_113 label{cursor:pointer}._container_ec7kf_67 ._form_ec7kf_73 ._Upload_ec7kf_113 button{pointer-events:none}._container_ec7kf_67 ._form_ec7kf_73 ._Upload_ec7kf_113 ._thumbnail_ec7kf_123{object-fit:cover;max-width:100%;height:75px;overflow:hidden}._page_1q159_38{padding-inline:max(5%,50vw - 800px)}._text-center_1q159_63{text-align:center}._Container_1q159_67{flex-flow:column;justify-content:center;align-items:center;gap:10px;padding:50px max(5%,50vw - 800px);display:flex}._Container_1q159_67 ._search_1q159_78{width:500px;max-width:100%}._Container_1q159_67 ._divider_1q159_82{background-color:#fff;width:800px;max-width:100%;height:1px;margin:20px 0}._page_1o2vl_39{padding-inline:max(5%,50vw - 800px)}._text-center_1o2vl_64{text-align:center}._container_1o2vl_68{background:var(--cyberpunk-black,#0f172a);flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}._container_1o2vl_68 img{filter:drop-shadow(0 4px 12px #0000004d);width:280px;max-width:80%}@keyframes _authFadeIn_1o2vl_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._card_1o2vl_93{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(32px);backdrop-filter:blur(32px);border:1.5px solid var(--cyberpunk-purple-glow);border-radius:20px;flex-direction:column;align-items:stretch;gap:24px;width:540px;max-width:90%;padding:32px 40px;display:flex;box-shadow:0 8px 32px #0000004d}._card_1o2vl_93 form{width:100%;box-shadow:none;background:0 0;border-radius:0;flex-direction:column;align-items:stretch;gap:20px;margin:0;padding:0;display:flex}._card_1o2vl_93 form>.btn{align-self:center;min-width:160px}._card_1o2vl_93{animation:.4s ease-out _authFadeIn_1o2vl_1}._title_1o2vl_127{color:var(--cyberpunk-text-primary,#e8e8f0);text-align:center;margin:0;font-size:24px;font-weight:600;line-height:1.4}._subtitle_1o2vl_136{color:var(--cyberpunk-text-secondary,#94a3b8);text-align:center;margin:0;font-size:15px;line-height:1.6}._errorBox_1o2vl_144{color:#f87171;background:#e74c3c1f;border:1px solid #e74c3c4d;border-radius:12px;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:14px;line-height:1.5;animation:.3s ease-out _authFadeIn_1o2vl_1;display:flex}._errorIcon_1o2vl_159{flex-shrink:0;font-size:20px}._successBox_1o2vl_164{color:#34d399;text-align:center;background:#10b9811f;border:1px solid #10b9814d;border-radius:12px;flex-direction:column;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:14px;line-height:1.5;animation:.3s ease-out _authFadeIn_1o2vl_1;display:flex}._actions_1o2vl_181{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:4px;display:flex}._passwordinfo_1o2vl_191{width:100%;color:var(--cyberpunk-text-muted,#64748b);font-size:13px;line-height:1.7}._passwordinfo_1o2vl_191 ul{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._passwordinfo_1o2vl_191 li{color:var(--cyberpunk-text-muted,#64748b);align-items:center;gap:10px;transition:color .2s;display:flex}._passwordinfo_1o2vl_191 li:before{content:"";color:#0000;background:#0f172a59;border:1px solid #94a3b873;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}._passwordinfo_1o2vl_191 ._fulfilled_1o2vl_228{color:#c7f9d4}._passwordinfo_1o2vl_191 ._fulfilled_1o2vl_228:before{content:"✓";color:#34d399;background:#10b98129;border-color:#10b981b3;box-shadow:0 0 0 1px #10b9812e}._passwordinfo_1o2vl_191 ._pending_1o2vl_238{color:var(--cyberpunk-text-muted,#64748b)}@media (width<=768px){._card_1o2vl_93{width:95%;padding:24px 20px}._title_1o2vl_127{font-size:20px}}._page_hbc30_38{padding-inline:max(5%,50vw - 800px)}._text-center_hbc30_63{text-align:center}._Container_hbc30_67{flex-flow:column;justify-content:center;align-items:center;gap:20px;padding:25px max(5%,50vw - 800px);display:flex}._Container_hbc30_67 h1{padding-top:30px}._Container_hbc30_67 ._filters_hbc30_81{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}@media (width<=991px){._Container_hbc30_67 ._filters_hbc30_81{flex-direction:column}}._Container_hbc30_67 ._filters_hbc30_81 ._searchbar_hbc30_93{justify-content:space-between;width:100%;display:flex}._Container_hbc30_67 ._filters_hbc30_81 ._searchbar_hbc30_93>*{width:min(300px,100%);transform:translateY(-6px)}._creatorHeader_hbc30_103{justify-content:center;padding:40px max(5%,50vw - 800px) 10px;display:flex}._creatorTiltCard_hbc30_109{-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_hbc30_109:hover{border-color:#a855f766}._creatorTiltGlare_hbc30_132{pointer-events:none;opacity:0;z-index:1;border-radius:20px;transition:opacity .2s;position:absolute;inset:0}._creatorTopGlow_hbc30_142{filter:blur(14px);background:#a855f799;width:110px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}._creatorAvatarWrap_hbc30_153{z-index:2;background:linear-gradient(135deg,#60a5fae6,#a78bfae6);border-radius:50%;width:92px;height:92px;padding:3px;position:relative}._creatorAvatar_hbc30_153{object-fit:cover;border:2px solid #111827;border-radius:50%;width:100%;height:100%}._creatorAvatarPlaceholder_hbc30_171{color:#fff;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._creatorName_hbc30_182{z-index:2;color:#fff;text-align:center;margin:0;font-size:clamp(24px,3vw,34px);font-weight:800;position:relative}._creatorMeta_hbc30_192{z-index:2;color:#fffc;margin:0;font-size:14px;font-weight:600;position:relative}._Lessons_hbc30_201{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));justify-items:center;gap:20px;width:100%;display:grid}@media (width<=768px){._Lessons_hbc30_201{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}}@media (width<=500px){._Lessons_hbc30_201{grid-template-columns:1fr;gap:12px}}._helpBtn_hbc30_221{margin-inline-start:auto}._page_1so56_38{padding-inline:max(5%,50vw - 800px)}._text-center_1so56_63{text-align:center}._Container_1so56_67{max-width:1200px;margin:0 auto;padding:20px}._AdminSection_1so56_73{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._ActionButtons_1so56_81{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}._page_10iuk_38{padding-inline:max(5%,50vw - 800px)}._text-center_10iuk_63{text-align:center}._container_10iuk_67{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._rangeOptions_10iuk_75{flex-wrap:wrap;gap:10px;margin-bottom:20px;display:flex}._selectedRange_10iuk_82{background-color:var(--primary-color-dark);color:#fff}._limitSelector_10iuk_87{align-items:center;gap:10px;margin-top:15px;display:flex}._limitSelector_10iuk_87 p{margin:0}._limitSelector_10iuk_87 select{color:#fff;background-color:#222;border:1px solid #333;border-radius:4px;width:80px;padding:6px 10px}._dateSelectionContainer_10iuk_105{flex-wrap:wrap;gap:30px;margin-top:20px;display:flex}._dateSelection_10iuk_105{flex:1;min-width:250px;position:relative}._dateSelection_10iuk_105 p{margin-bottom:10px;font-weight:500}._datePickerWrapper_10iuk_122{z-index:100;background-color:#fff;border-radius:8px;margin-top:10px;position:absolute;box-shadow:0 4px 12px #00000026}._datePickerWrapper_10iuk_122 .react-datepicker{border-color:#333;font-family:inherit}._datePickerWrapper_10iuk_122 .react-datepicker__header{background-color:#222;border-bottom-color:#333}._datePickerWrapper_10iuk_122 .react-datepicker__current-month{color:#fff}._datePickerWrapper_10iuk_122 .react-datepicker__day-name{color:#ddd}._datePickerWrapper_10iuk_122 .react-datepicker__day:hover{background-color:#444}._datePickerWrapper_10iuk_122 .react-datepicker__day--selected{background-color:#007bff}._dateRangeSummary_10iuk_151{background-color:#413b3b;border-radius:5px;margin:15px 0;padding:10px}._dateRangeSummary_10iuk_151 p{margin:0}._page_1cmvn_38{padding-inline:max(5%,50vw - 800px)}._text-center_1cmvn_63{text-align:center}._container_1cmvn_67{background-color:#080505;border-radius:8px;margin-top:30px;padding:20px;box-shadow:0 2px 4px #0000001a}._lessonsContainer_1cmvn_75{margin-top:20px}._downloadAllContainer_1cmvn_79{justify-content:space-between;align-items:center;margin-bottom:15px;display:flex}._downloadAllContainer_1cmvn_79 p{margin:0}._downloadAllButton_1cmvn_89{background-color:#4a90e2}._downloadAllButton_1cmvn_89:hover{background-color:#357abd}._lessonsTable_1cmvn_96{border-collapse:collapse;width:100%;margin-top:20px}._lessonsTable_1cmvn_96 th,._lessonsTable_1cmvn_96 td{text-align:left;border-bottom:1px solid #ddd;padding:12px 15px}._lessonsTable_1cmvn_96 th{background-color:#5a6168;font-weight:700}._lessonRow_1cmvn_111:hover{background-color:#f5f5f5}._checkboxColumn_1cmvn_115{text-align:center;width:50px}._idColumn_1cmvn_120{text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:monospace;font-size:.85rem;overflow:hidden}._smallText_1cmvn_129{color:#666;margin-top:4px;font-size:.85rem;display:block}._downloadButton_1cmvn_136{padding:6px 12px;font-size:14px}._loadMoreContainer_1cmvn_141{justify-content:center;margin-top:20px;display:flex}._page_11q6h_38{padding-inline:max(5%,50vw - 800px)}._text-center_11q6h_63{text-align:center}._container_11q6h_67{flex-direction:column;gap:24px;width:100%;display:flex}._header_11q6h_74{flex-direction:column;gap:8px;display:flex}._header_11q6h_74 h2{margin:0}._header_11q6h_74 p{color:var(--text-secondary,#ffffffb3);margin:0}._actions_11q6h_87{align-items:center;gap:16px;display:flex}._actions_11q6h_87 button{align-items:center;gap:8px;display:flex}._page_1ia1p_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ia1p_63{text-align:center}._usersControlContainer_1ia1p_67{width:100%;max-width:1400px;margin:0 auto;padding:24px}._usersControlContainer_1ia1p_67 ._header_1ia1p_73{margin-block-end:32px}._usersControlContainer_1ia1p_67 ._header_1ia1p_73 ._titleSection_1ia1p_76{align-items:center;gap:12px;margin-block-end:8px;display:flex}._usersControlContainer_1ia1p_67 ._header_1ia1p_73 ._titleSection_1ia1p_76 ._icon_1ia1p_82{color:var(--cyberpunk-purple-glow);font-size:32px}._usersControlContainer_1ia1p_67 ._header_1ia1p_73 ._titleSection_1ia1p_76 ._title_1ia1p_76{color:var(--cyberpunk-text-primary);margin:0;font-size:28px;font-weight:700}._usersControlContainer_1ia1p_67 ._header_1ia1p_73 ._subtitle_1ia1p_92{color:var(--cyberpunk-text-secondary);margin-inline-start:44px;font-size:14px}._usersControlContainer_1ia1p_67 ._content_1ia1p_97{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_1ia1p_67 ._loadingContainer_1ia1p_105{justify-content:center;align-items:center;min-height:300px;display:flex}._usersControlContainer_1ia1p_67 ._noResultsAlert_1ia1p_111{background:var(--cyberpunk-glass-bg);border:1px solid var(--cyberpunk-glass-border)}._usersControlContainer_1ia1p_67 ._noResultsAlert_1ia1p_111 .ant-alert-message{color:var(--cyberpunk-text-primary)}._usersControlContainer_1ia1p_67 ._noResultsAlert_1ia1p_111 .ant-alert-description{color:var(--cyberpunk-text-secondary)}._page_1rh8j_38{padding-inline:max(5%,50vw - 800px)}._text-center_1rh8j_63{text-align:center}._searchBarContainer_1rh8j_67{width:100%;margin-block-end:24px}._searchBarContainer_1rh8j_67 ._searchInput_1rh8j_71{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_1rh8j_67 ._searchInput_1rh8j_71 .ant-input{color:var(--cyberpunk-text-primary);background:0 0}._searchBarContainer_1rh8j_67 ._searchInput_1rh8j_71 .ant-input::placeholder{color:#e8e8f080}._searchBarContainer_1rh8j_67 ._searchInput_1rh8j_71 .anticon{color:var(--cyberpunk-purple-glow)}._searchBarContainer_1rh8j_67 ._searchInput_1rh8j_71:hover,._searchBarContainer_1rh8j_67 ._searchInput_1rh8j_71:focus{border-color:var(--cyberpunk-purple-glow);box-shadow:0 0 8px var(--cyberpunk-purple-glow)}._page_c42a5_38{padding-inline:max(5%,50vw - 800px)}._text-center_c42a5_63{text-align:center}._usersListContainer_c42a5_67{width:100%}._usersListContainer_c42a5_67 ._usersTable_c42a5_70{background:var(--cyberpunk-glass-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;overflow:hidden}._usersListContainer_c42a5_67 ._usersTable_c42a5_70 .ant-table{color:var(--cyberpunk-text-primary);background:0 0}._usersListContainer_c42a5_67 ._usersTable_c42a5_70 .ant-table-thead>tr>th{color:var(--cyberpunk-text-primary);border-bottom:1px solid var(--cyberpunk-glass-border);background:#ffffff0d;font-weight:600}._usersListContainer_c42a5_67 ._usersTable_c42a5_70 .ant-table-tbody>tr>td{color:var(--cyberpunk-text-secondary);border-bottom:1px solid #ffffff0d}._usersListContainer_c42a5_67 ._usersTable_c42a5_70 .ant-table-tbody>tr:hover>td{background:#7877c61a}._usersListContainer_c42a5_67 ._userName_c42a5_93{color:var(--cyberpunk-text-primary);font-weight:500}._page_1laeu_38{padding-inline:max(5%,50vw - 800px)}._text-center_1laeu_63{text-align:center}.userEditDrawer ._ant-drawer-content_1laeu_67{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)!important}.userEditDrawer ._ant-drawer-header_1laeu_70{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14!important;border-bottom:1px solid #ffffff26!important}.userEditDrawer ._ant-drawer-body_1laeu_75{padding:24px;background:0 0!important}.userEditDrawer ._ant-drawer-footer_1laeu_79{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffff14!important;border-top:1px solid #ffffff26!important}.userEditDrawer ._ant-drawer-title_1laeu_84{color:#e8e8f0!important}.userEditDrawer ._ant-drawer-close_1laeu_87{color:#b8b8d0!important}.userEditDrawer ._ant-drawer-close_1laeu_87:hover{color:#e8e8f0!important}.userEditDrawer ._ant-form-item-label_1laeu_93>label{font-weight:500;color:#e8e8f0!important}.userEditDrawer ._ant-input_1laeu_97,.userEditDrawer ._ant-select-selector_1laeu_98,.userEditDrawer ._ant-input-password_1laeu_99,.userEditDrawer ._ant-input-password_1laeu_99 input{color:#e8e8f0!important;background:#ffffff14!important;border:1px solid #ffffff26!important}.userEditDrawer ._ant-input_1laeu_97:hover,.userEditDrawer ._ant-input_1laeu_97:focus,.userEditDrawer ._ant-input_1laeu_97:focus-within,.userEditDrawer ._ant-select-selector_1laeu_98:hover,.userEditDrawer ._ant-select-selector_1laeu_98:focus,.userEditDrawer ._ant-select-selector_1laeu_98:focus-within,.userEditDrawer ._ant-input-password_1laeu_99:hover,.userEditDrawer ._ant-input-password_1laeu_99:focus,.userEditDrawer ._ant-input-password_1laeu_99:focus-within,.userEditDrawer ._ant-input-password_1laeu_99 input:hover,.userEditDrawer ._ant-input-password_1laeu_99 input:focus,.userEditDrawer ._ant-input-password_1laeu_99 input:focus-within{border-color:#7877c699!important;box-shadow:0 0 8px #7877c64d!important}.userEditDrawer ._ant-input_1laeu_97::placeholder,.userEditDrawer ._ant-select-selector_1laeu_98::placeholder,.userEditDrawer ._ant-input-password_1laeu_99::placeholder,.userEditDrawer ._ant-input-password_1laeu_99 input::placeholder{color:#b8b8d0!important}.userEditDrawer ._ant-select-arrow_1laeu_124,.userEditDrawer ._ant-input-password-icon_1laeu_125,.userEditDrawer ._anticon_1laeu_126{color:#7877c6cc!important}.userEditDrawer ._ant-divider_1laeu_129{border-color:#ffffff26!important}.userEditDrawer ._ant-divider_1laeu_129 ._ant-divider-inner-text_1laeu_132{font-weight:600;color:#e8e8f0!important}.userEditDrawer ._ant-select-dropdown_1laeu_136{background:#1a1a2e!important}.userEditDrawer ._ant-select-dropdown_1laeu_136 ._ant-select-item_1laeu_139{color:#e8e8f0!important}.userEditDrawer ._ant-select-dropdown_1laeu_136 ._ant-select-item_1laeu_139:hover{background:#7877c633!important}.userEditDrawer ._ant-select-dropdown_1laeu_136 ._ant-select-item_1laeu_139._ant-select-item-option-selected_1laeu_145{background:#7877c64d!important}.userEditDrawer ._ant-btn_1laeu_148._ant-btn-default_1laeu_148{color:#e8e8f0!important;background:#ffffff14!important;border-color:#ffffff26!important}.userEditDrawer ._ant-btn_1laeu_148._ant-btn-default_1laeu_148:hover{background:#ffffff1f!important;border-color:#7877c699!important}.userEditDrawer ._ant-btn_1laeu_148._ant-btn-primary_1laeu_157{background:#7877c6cc!important;border-color:#7877c6cc!important}.userEditDrawer ._ant-btn_1laeu_148._ant-btn-primary_1laeu_157:hover{background:#7877c6!important;border-color:#7877c6!important}._drawerTitle_1laeu_166{color:#e8e8f0;font-size:18px;font-weight:600}._drawerFooter_1laeu_172{justify-content:flex-end;width:100%;display:flex}._loadingContainer_1laeu_178{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_lzsco_38{padding-inline:max(5%,50vw - 800px)}._text-center_lzsco_63{text-align:center}._container_lzsco_67{padding:0;width:100%;min-height:calc(100vh - 140px);margin:0;padding-bottom:140px}@media (width<=768px){._container_lzsco_67{min-height:100vh;padding-bottom:24px}}._customGamesSection_lzsco_81{max-width:1600px;margin:0 auto 24px;padding:0 2rem}._sharedGamesContainer_lzsco_88{-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_lzsco_105{z-index:20;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:24px;right:24px}._headerAdminActions_lzsco_105 ._manageCategoriesButton_lzsco_114,._headerAdminActions_lzsco_105 ._addGameButton_lzsco_115{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_lzsco_105 ._manageCategoriesButton_lzsco_114>*,._headerAdminActions_lzsco_105 ._addGameButton_lzsco_115>*{color:gold!important;opacity:1!important}._headerAdminActions_lzsco_105 ._manageCategoriesButton_lzsco_114:hover,._headerAdminActions_lzsco_105 ._addGameButton_lzsco_115:hover{background:#ffd7001a;border-color:gold;transform:translateY(-1px);box-shadow:0 0 10px #ffd70033;color:gold!important}._adminBadgeContent_lzsco_142{align-items:center;gap:10px;display:flex}._adminBadge_lzsco_142{text-transform:uppercase;letter-spacing:.5px;opacity:.9;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}._separator_lzsco_159{background-color:#ffd70033;width:1px;height:14px}._adminIcon_lzsco_165{font-size:14px}._sharedContentHeader_lzsco_169{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_lzsco_169 ._backgroundShapes_lzsco_187{z-index:0;pointer-events:none;border-radius:20px;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._sharedContentHeader_lzsco_169 ._backgroundShapes_lzsco_187 ._shape_lzsco_198{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._sharedContentHeader_lzsco_169 ._backgroundShapes_lzsco_187 ._shape_lzsco_198:first-child{background:radial-gradient(circle,#ffffff26 0%,#fff0 70%);width:180px;height:180px;top:-10%;right:-5%}._sharedContentHeader_lzsco_169 ._backgroundShapes_lzsco_187 ._shape_lzsco_198:nth-child(2){background:#ffffff14;width:120px;height:120px;bottom:-15%;left:10%}._sharedContentHeader_lzsco_169 ._backgroundShapes_lzsco_187 ._shape_lzsco_198:nth-child(3){background:#ffffff0f;width:80px;height:80px;top:30%;left:5%}._sharedContentHeader_lzsco_169 ._headerTitleRow_lzsco_225{z-index:1;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex;position:relative}._sharedContentHeader_lzsco_169 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_lzsco_169 h3:after{content:none}._sharedPageDescription_lzsco_252{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_lzsco_169 ._sharedPageDescription_lzsco_252{color:#fff!important;-webkit-text-fill-color:#fff!important;opacity:1!important}._content_lzsco_272{align-items:flex-start;gap:1rem;width:100%;display:flex;position:relative}._mainContent_lzsco_280{flex-direction:column;flex:1;min-width:0;max-width:1600px;margin:0 auto;padding:0 1rem;display:flex}._mainContent_lzsco_280 ._gamesSection_lzsco_289{flex:1}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._games_lzsco_289{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:2rem;display:grid}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._noResults_lzsco_298{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_lzsco_280 ._gamesSection_lzsco_289 ._loadMoreContainer_lzsco_310{justify-content:center;margin-top:2rem;display:flex}._loadingContainer_lzsco_316{flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}._loadingContainer_lzsco_316 p{color:var(--text-secondary);font-size:.9rem}[data-rtl=true] ._container_lzsco_67,[data-rtl=true] ._sharedContentHeader_lzsco_169{direction:rtl}[data-rtl=true] ._headerAdminActions_lzsco_105{left:24px;right:auto}[data-rtl=true] ._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._noResults_lzsco_298{text-align:center}[dir=rtl] ._manageCategoriesButton_lzsco_114,[dir=rtl] ._addGameButton_lzsco_115{flex-direction:row-reverse}@media (width<=1024px){._container_lzsco_67{padding-bottom:120px}._content_lzsco_272{flex-direction:column;align-items:stretch;gap:1.5rem}._mainContent_lzsco_280{width:100%;padding:0 2rem}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._games_lzsco_289{gap:20px}}@media (width<=768px){._headerAdminActions_lzsco_105{flex-wrap:wrap;justify-content:center;width:100%;margin-bottom:1rem;position:relative;top:auto;right:auto}._sharedContentHeader_lzsco_169 h3{font-size:1.5rem}._sharedGamesContainer_lzsco_88{border-radius:16px;padding:16px}._mainContent_lzsco_280{padding:0 .5rem}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._games_lzsco_289{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}}@media (width<=480px){._sharedContentHeader_lzsco_169{flex-direction:column;align-items:center;margin-bottom:2rem;padding:0 1rem}._sharedContentHeader_lzsco_169 h3{margin-bottom:1rem;font-size:1.25rem}._sharedGamesContainer_lzsco_88{border-radius:12px;padding:12px}._mainContent_lzsco_280{padding:0}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._games_lzsco_289{grid-template-columns:repeat(2,1fr);gap:10px}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._noResults_lzsco_298{padding:2rem 1rem;font-size:1rem}}@media (width<=400px){._sharedGamesContainer_lzsco_88{padding:10px}._mainContent_lzsco_280 ._gamesSection_lzsco_289 ._games_lzsco_289{grid-template-columns:repeat(2,1fr);gap:8px}}._page_8ibuf_39{padding-inline:max(5%,50vw - 800px)}._text-center_8ibuf_64{text-align:center}._footer_8ibuf_68{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_8ibuf_68{display:none}}[dir=rtl] ._footer_8ibuf_68{left:0;right:var(--dashboard-sidebar-width,280px);transition:right .3s cubic-bezier(.2,0,0,1)}._footer_8ibuf_68 ._container_8ibuf_91{justify-content:center;align-items:center;gap:20px;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;direction:ltr!important}._footer_8ibuf_68 ._blankCard_8ibuf_101{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_8ibuf_68 ._blankCard_8ibuf_101: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_8ibuf_68 ._blankCard_8ibuf_101:hover ._blankCardIcon_8ibuf_124{transform:scale(1.1)}._footer_8ibuf_68 ._blankCard_8ibuf_101:hover ._blankCardIcon_8ibuf_124 ._rectangleContainer_8ibuf_127{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._footer_8ibuf_68 ._blankCard_8ibuf_101:hover ._blankCardIcon_8ibuf_124 ._rectangleIcon_8ibuf_135{color:#888;border-radius:6px;font-size:36px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._footer_8ibuf_68 ._blankCard_8ibuf_101:hover ._blankCardIcon_8ibuf_124 ._logoInside_8ibuf_142{object-fit:contain;filter:brightness(.8);width:18px;height:18px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._footer_8ibuf_68 ._blankCard_8ibuf_101:hover ._blankCardText_8ibuf_153{color:#f0f0f0}._footer_8ibuf_68 ._blankCard_8ibuf_101:active{cursor:grabbing;transform:translateY(0)scale(1.02)}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124{justify-content:center;align-items:center;margin-bottom:4px;transition:all .3s;display:flex;position:relative}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124 ._rectangleContainer_8ibuf_127{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124 ._rectangleIcon_8ibuf_135{color:#888;border-radius:6px;font-size:36px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124 ._logoInside_8ibuf_142{object-fit:contain;filter:brightness(.8);width:18px;height:18px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardText_8ibuf_153{color:#ccc;text-shadow:0 1px 2px #00000080;font-size:9px;font-weight:500;line-height:1.2;transition:all .3s}._footer_8ibuf_68 ._dropZones_8ibuf_202{justify-content:center;gap:16px;width:720px;display:flex}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208{flex-shrink:0;align-items:center;margin-left:120px;display:flex}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208{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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208: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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208: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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:disabled ._playButtonInner_8ibuf_243{opacity:.5}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:disabled ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246,._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:disabled ._playButtonText_8ibuf_250{color:#6c757d;animation:none}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover{transform:translateY(-3px)scale(1.05);box-shadow:0 12px 40px #0f346099,0 0 30px #ff8c424d,inset 0 1px #fff3}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover:before{opacity:1}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246{color:#fff;filter:drop-shadow(0 0 10px #fffc);animation:none;transform:scale(1.2)}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover ._playIconContainer_8ibuf_246 ._playIconGlow_8ibuf_267{opacity:1;transform:scale(1.5)}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover ._playButtonText_8ibuf_250{color:#fff;text-shadow:0 0 10px #ffffff80;animation:none}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):hover ._playButtonShine_8ibuf_276{transform:translate(200px)}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208:not(:disabled):active{transform:translateY(-1px)scale(1.02);box-shadow:0 6px 20px #0f346066,inset 0 2px 4px #0003}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283{animation:3s ease-in-out infinite _pulseGlow_8ibuf_1}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283 ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246{animation:3s ease-in-out infinite _iconFlow_8ibuf_1}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283 ._playButtonText_8ibuf_250{animation:3s ease-in-out infinite _textFlow_8ibuf_1}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283:hover,._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283:hover ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246,._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208._playButtonActive_8ibuf_283:hover ._playButtonText_8ibuf_250{animation:none}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButtonInner_8ibuf_243{z-index:1;background:0 0;border-radius:17px;align-items:center;gap:12px;padding:16px 32px;display:flex;position:relative}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playIconContainer_8ibuf_246{justify-content:center;align-items:center;display:flex;position:relative}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246{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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playIconContainer_8ibuf_246 ._playIconGlow_8ibuf_267{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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButtonText_8ibuf_250{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_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButtonShine_8ibuf_276{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_8ibuf_202{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_8ibuf_202._dragOver_8ibuf_371{background:#007bff1a;border-color:#007bff;transform:scale(1.02);box-shadow:0 4px 15px #007bff33}._dropZone_8ibuf_202._hasContent_8ibuf_377{background:#343a40;border-style:solid;border-color:#28a745}._dropZone_8ibuf_202._hasContent_8ibuf_377 ._backgroundOverlay_8ibuf_382{z-index:1;background:linear-gradient(135deg,#0006 0%,#000000b3 100%);position:absolute;inset:0}._dropZone_8ibuf_202._clickable_8ibuf_391{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover{border-color:#20c997;transform:translateY(-2px)scale(1.03);box-shadow:0 8px 25px #28a74566}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._backgroundOverlay_8ibuf_382{background:linear-gradient(135deg,#0003 0%,#00000080 100%)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403{transform:translateY(-1px)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._gameTitle_8ibuf_406{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._controllerIcon_8ibuf_411{color:#20c997;filter:drop-shadow(0 3px 6px #20c99766);transform:scale(1.1)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._urlTitle_8ibuf_416{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421{color:#20c997;filter:drop-shadow(0 3px 6px #20c99766);transform:scale(1.1)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankTitle_8ibuf_426{color:#fff;text-shadow:0 2px 8px #000c;transform:scale(1.02)}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._dropZoneHeader_8ibuf_431{background:#000000e6}._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._dropZoneHeader_8ibuf_431 ._containerLabel_8ibuf_434{color:#20c997;text-shadow:0 1px 3px #000000b3}._dropZone_8ibuf_202._clickable_8ibuf_391: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_8ibuf_202._clickable_8ibuf_391:hover:hover:after{opacity:1}._dropZone_8ibuf_202._clickable_8ibuf_391:active{transform:translateY(0)scale(1.01);box-shadow:0 4px 15px #28a7454d}._dropZone_8ibuf_202._clickable_8ibuf_391: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_8ibuf_1;position:absolute;inset:-2px}._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431{-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_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._containerLabel_8ibuf_434{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_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._removeButton_8ibuf_496{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_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._removeButton_8ibuf_496:hover{opacity:1;background:#c82333;transform:translateY(-50%)scale(1.1);box-shadow:0 2px 8px #dc354566}._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._removeButton_8ibuf_496:active{transform:translateY(-50%)scale(.95)}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403{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_8ibuf_202 ._contentInfo_8ibuf_403 ._gameTitle_8ibuf_406{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_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._controllerIcon_8ibuf_411{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_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._urlTitle_8ibuf_416{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_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421{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_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421 ._rectangleContainer_8ibuf_127{border-radius:8px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421 ._rectangleIconWall_8ibuf_597{color:#666;border-radius:6px;font-size:28px;transition:all .3s;transform:scaleX(1.3)scaleY(1.2)}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421 ._logoInsideWall_8ibuf_604{object-fit:contain;filter:brightness(.8);width:16px;height:16px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankTitle_8ibuf_426{color:#fff;text-shadow:0 1px 2px #000000b3;font-size:11px;font-weight:500;line-height:1.2;transition:all .3s}._dropZone_8ibuf_202 ._emptyState_8ibuf_623{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_8ibuf_202 ._emptyState_8ibuf_623 ._plusIcon_8ibuf_634{opacity:.5;margin-bottom:4px;font-size:20px;transition:all .3s}._dropZone_8ibuf_202 ._emptyState_8ibuf_623 ._dropText_8ibuf_640{font-size:10px;font-weight:500;line-height:1.2;transition:all .3s}._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover{background:#007bff05;border-color:#007bff}._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover ._emptyState_8ibuf_623{color:#007bff}._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover ._emptyState_8ibuf_623 ._plusIcon_8ibuf_634{opacity:.8;transform:scale(1.1)}._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover ._emptyState_8ibuf_623 ._dropText_8ibuf_640{transform:scale(1.02)}._dropZone_8ibuf_202._hasContent_8ibuf_377:not(._clickable_8ibuf_391):hover{transform:scale(1.02);box-shadow:0 4px 15px #28a7454d}._dropZone_8ibuf_202._hasContent_8ibuf_377:not(._clickable_8ibuf_391):hover ._backgroundOverlay_8ibuf_382{background:linear-gradient(135deg,#0003 0%,#00000080 100%)}._dropZone_8ibuf_202._hasContent_8ibuf_377:not(._clickable_8ibuf_391):hover ._contentInfo_8ibuf_403 ._gameTitle_8ibuf_406,._dropZone_8ibuf_202._hasContent_8ibuf_377:not(._clickable_8ibuf_391):hover ._contentInfo_8ibuf_403 ._urlTitle_8ibuf_416,._dropZone_8ibuf_202._hasContent_8ibuf_377:not(._clickable_8ibuf_391):hover ._contentInfo_8ibuf_403 ._blankTitle_8ibuf_426{transform:scale(1.05)}._urlInputContainer_8ibuf_673{padding:1rem 0}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676{margin-bottom:1.5rem}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._inputLabel_8ibuf_679{color:#f8f9fa;margin-bottom:.5rem;font-size:14px;font-weight:600;display:block}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673{color:#f8f9fa;background:#495057;border:2px solid #6c757d;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:14px;transition:all .2s}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673:focus{background:#495057;border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff1a}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673::placeholder{color:#adb5bd}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673._urlInputError_8ibuf_705{border-color:#dc3545}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673._urlInputError_8ibuf_705:focus{border-color:#dc3545;box-shadow:0 0 0 3px #dc35451a}._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._errorMessage_8ibuf_712{color:#f5c6cb;margin-top:.5rem;font-size:12px;font-weight:500}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718{justify-content:flex-end;gap:1rem;display:flex}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._cancelButton_8ibuf_723,._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724{cursor:pointer;border:none;border-radius:8px;min-width:80px;padding:.75rem 1.5rem;font-size:14px;font-weight:600;transition:all .2s}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._cancelButton_8ibuf_723{color:#fff;background:#6c757d}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._cancelButton_8ibuf_723:hover{background:#5a6268;transform:translateY(-1px)}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724{color:#fff;background:#007bff}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724:hover:not(:disabled){background:#0056b3;transform:translateY(-1px);box-shadow:0 4px 12px #007bff4d}._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724:disabled{cursor:not-allowed;opacity:.6;background:#6c757d}@media (prefers-color-scheme:dark){._footer_8ibuf_68{background:#212529f2;border-top-color:#495057}._footer_8ibuf_68 ._dropZone_8ibuf_202{background:#343a40;border-color:#495057}._footer_8ibuf_68 ._dropZone_8ibuf_202._dragOver_8ibuf_371{background:#007bff1a}._footer_8ibuf_68 ._dropZone_8ibuf_202._hasContent_8ibuf_377{border-color:#28a745}._footer_8ibuf_68 ._dropZone_8ibuf_202._hasContent_8ibuf_377 ._backgroundOverlay_8ibuf_382{background:linear-gradient(135deg,#0006 0%,#000000b3 100%)}._footer_8ibuf_68 ._dropZone_8ibuf_202._clickable_8ibuf_391:hover{box-shadow:0 8px 25px #28a74580}._footer_8ibuf_68 ._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._dropZoneHeader_8ibuf_431 ._containerLabel_8ibuf_434,._footer_8ibuf_68 ._dropZone_8ibuf_202._clickable_8ibuf_391:hover ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._controllerIcon_8ibuf_411{color:#4ecdcc}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431{background:#000000e6}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._containerLabel_8ibuf_434{color:#f8f9fa}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._emptyState_8ibuf_623{color:#adb5bd}._footer_8ibuf_68 ._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover{background:#007bff0d}._footer_8ibuf_68 ._dropZone_8ibuf_202:not(._hasContent_8ibuf_377):hover ._emptyState_8ibuf_623{color:#007bff}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._inputLabel_8ibuf_679{color:#f8f9fa}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673{color:#f8f9fa;background:#495057;border-color:#6c757d}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673:focus{background:#495057;border-color:#007bff}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673::placeholder{color:#adb5bd}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._errorMessage_8ibuf_712{color:#f5c6cb}}@media (width<=768px){._footer_8ibuf_68 ._container_8ibuf_91{flex-direction:column;gap:16px;padding:0 1rem}._footer_8ibuf_68 ._blankCard_8ibuf_101{width:100px;height:70px}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124{font-size:20px}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardText_8ibuf_153{font-size:8px}._footer_8ibuf_68 ._dropZones_8ibuf_202{gap:12px;width:100%}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208,._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208{width:100%}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playButtonInner_8ibuf_243{justify-content:center;gap:10px;padding:14px 24px}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246{font-size:24px}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playButtonText_8ibuf_250{font-size:16px}._footer_8ibuf_68 ._dropZone_8ibuf_202{max-width:none;height:80px}._footer_8ibuf_68 ._dropZone_8ibuf_202._clickable_8ibuf_391:hover:after{font-size:20px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431{padding:4px 6px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._containerLabel_8ibuf_434{font-size:10px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._dropZoneHeader_8ibuf_431 ._removeButton_8ibuf_496{width:18px;height:18px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403{padding:6px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._gameTitle_8ibuf_406{font-size:11px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._controllerIcon_8ibuf_411{font-size:20px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._urlTitle_8ibuf_416{font-size:10px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421{font-size:20px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankTitle_8ibuf_426{font-size:10px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._emptyState_8ibuf_623 ._plusIcon_8ibuf_634{font-size:16px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._emptyState_8ibuf_623 ._dropText_8ibuf_640{font-size:9px}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718{flex-direction:column;gap:.75rem}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._cancelButton_8ibuf_723,._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724{width:100%}}@media (width<=480px){._footer_8ibuf_68 ._container_8ibuf_91{gap:12px}._footer_8ibuf_68 ._blankCard_8ibuf_101{width:90px;height:60px}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardIcon_8ibuf_124{font-size:18px}._footer_8ibuf_68 ._blankCard_8ibuf_101 ._blankCardText_8ibuf_153{font-size:7px}._footer_8ibuf_68 ._dropZones_8ibuf_202{gap:8px}._footer_8ibuf_68 ._dropZone_8ibuf_202{height:70px}._footer_8ibuf_68 ._dropZone_8ibuf_202._clickable_8ibuf_391:hover:after{font-size:18px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._gameTitle_8ibuf_406{-webkit-line-clamp:2;font-size:10px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._controllerIcon_8ibuf_411{font-size:18px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._urlContent_8ibuf_411 ._urlTitle_8ibuf_416{font-size:9px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankIcon_8ibuf_421{font-size:18px}._footer_8ibuf_68 ._dropZone_8ibuf_202 ._contentInfo_8ibuf_403 ._blankContent_8ibuf_421 ._blankTitle_8ibuf_426{font-size:9px}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playButtonInner_8ibuf_243{gap:8px;padding:12px 20px}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playIconContainer_8ibuf_246 ._playIcon_8ibuf_246{font-size:22px}._footer_8ibuf_68 ._playButtonContainer_8ibuf_208 ._playButton_8ibuf_208 ._playButtonText_8ibuf_250{letter-spacing:.5px;font-size:14px}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673{padding:.75rem 0}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676{margin-bottom:1rem}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._inputGroup_8ibuf_676 ._urlInput_8ibuf_673{padding:.625rem .875rem;font-size:13px}._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._cancelButton_8ibuf_723,._footer_8ibuf_68 ._urlInputContainer_8ibuf_673 ._modalActions_8ibuf_718 ._submitButton_8ibuf_724{padding:.625rem 1.25rem;font-size:13px}}@keyframes _clickableGlow_8ibuf_1{0%,to{opacity:0}50%{opacity:.3}}@keyframes _pulseGlow_8ibuf_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_8ibuf_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_8ibuf_1{0%,to{color:#e0e6ed;text-shadow:0 1px 2px #0000004d}50%{color:#f8fbff;text-shadow:0 2px 4px #4ecdc44d}}._page_145t8_38{padding-inline:max(5%,50vw - 800px)}._text-center_145t8_63{text-align:center}._ModalOverlay_145t8_67{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_145t8_1;display:flex;position:fixed;inset:0}._ModalContent_145t8_82{background-color:#fff;border-radius:16px;width:90%;max-width:500px;max-height:75vh;animation:.4s cubic-bezier(.4,0,.2,1) _slideInModal_145t8_1;overflow-y:auto;box-shadow:0 20px 60px #0000004d,0 8px 25px #00000026}._ModalContent_145t8_82:has(iframe){border-radius:20px;width:1100px;max-width:90vw;max-height:70vh}._ModalHeader_145t8_99{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_145t8_99 h2{color:#2c3e50;text-shadow:0 1px 2px #0000000d;margin:0;font-size:1.25rem;font-weight:600}._CloseButton_145t8_116{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_145t8_116:hover{color:#dc3545;background:#dc35451a;transform:scale(1.05)}._CloseButton_145t8_116:active{transform:scale(.95)}._ModalBody_145t8_139{padding:24px}._ModalBody_145t8_139:has(iframe){padding:0}._ModalBody_145t8_139:has(iframe)>div{border-radius:0 0 20px 20px;overflow:hidden}@keyframes _fadeInOverlay_145t8_1{0%{opacity:0}to{opacity:1}}@keyframes _slideInModal_145t8_1{0%{opacity:0;transform:scale(.9)translateY(-20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (prefers-color-scheme:dark){._ModalContent_145t8_82{color:#fff;background-color:#2c3e50}._ModalHeader_145t8_99{background:linear-gradient(135deg,#34495e 0%,#2c3e50 100%);border-bottom-color:#495057}._ModalHeader_145t8_99 h2{color:#ecf0f1}._CloseButton_145t8_116{color:#bdc3c7;background:#ffffff1a}._CloseButton_145t8_116:hover{color:#e74c3c;background:#dc354533}}@media (width<=768px){._ModalContent_145t8_82{width:95%;max-height:80vh;margin:10px}._ModalContent_145t8_82:has(iframe){width:95%;max-height:75vh}._ModalHeader_145t8_99{padding:16px 20px}._ModalHeader_145t8_99 h2{font-size:1.1rem}._ModalBody_145t8_139{padding:20px}}@media (width<=480px){._ModalContent_145t8_82{width:98%;max-height:85vh}._ModalContent_145t8_82:has(iframe){max-height:80vh}._ModalHeader_145t8_99{padding:14px 18px}._ModalBody_145t8_139{padding:18px}}._page_84bqj_38{padding-inline:max(5%,50vw - 800px)}._text-center_84bqj_63{text-align:center}._categoryManagement_84bqj_67{width:100%;max-width:700px;max-height:80vh;padding:0;overflow-y:auto}._errorMessage_84bqj_75{color:#dc2626;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;margin-bottom:24px;padding:12px 16px}._errorMessage_84bqj_75 p{margin:0;font-size:14px}._addCategorySection_84bqj_88{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:32px;padding:24px}._sectionHeader_84bqj_96{align-items:center;gap:12px;margin-bottom:20px;display:flex}._sectionHeader_84bqj_96 h3{color:#1e293b;margin:0;font-size:18px;font-weight:600}._categoryCount_84bqj_109{color:#64748b;margin-left:auto;font-size:14px;font-weight:500}._addCategoryForm_84bqj_116{flex-direction:column;gap:16px;display:flex}._inputGroup_84bqj_122{flex-direction:column;display:flex}._createButton_84bqj_127{align-self:flex-start;align-items:center;gap:8px;padding:12px 24px;font-weight:500;display:flex}._categoriesSection_84bqj_136 ._sectionHeader_84bqj_96{border-bottom:1px solid #e2e8f0;margin-bottom:20px;padding-bottom:16px}._categoriesList_84bqj_142{flex-direction:column;gap:12px;display:flex}._emptyState_84bqj_148{color:#64748b;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}._emptyState_84bqj_148 svg{opacity:.5;margin-bottom:16px}._emptyState_84bqj_148 p{margin:0;font-size:16px}._categoryItem_84bqj_166{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;transition:all .2s}._categoryItem_84bqj_166:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #00000014}._viewMode_84bqj_178{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}._categoryInfo_84bqj_185{flex:1;min-width:0}._categoryHeader_84bqj_190{justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;display:flex}._categoryName_84bqj_198{color:#1e293b;word-break:break-word;flex:1;min-width:0;margin:0;font-size:16px;font-weight:600}._gameCount_84bqj_208{color:#475569;white-space:nowrap;background-color:#f1f5f9;border-radius:20px;flex-shrink:0;padding:4px 12px;font-size:12px;font-weight:500}._categoryDescription_84bqj_219{color:#64748b;margin:0;font-size:14px;line-height:1.5}._categoryActions_84bqj_226{flex-shrink:0;gap:8px;display:flex}._editButton_84bqj_232,._deleteButton_84bqj_233{align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._editMode_84bqj_242,._editForm_84bqj_248{flex-direction:column;gap:16px;display:flex}._editActions_84bqj_254{align-self:flex-start;gap:12px;display:flex}._editActions_84bqj_254 button{align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;display:flex}._hiddenInput_84bqj_268{display:none}._imageLabel_84bqj_272{color:#475569;margin:0 0 8px;font-size:14px;font-weight:500}._uploadArea_84bqj_279{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_84bqj_279:hover{color:#475569;background:#f1f5f9;border-color:#94a3b8}._imagePreviewContainer_84bqj_300{align-items:center;gap:12px;display:flex}._imagePreview_84bqj_300{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:72px;height:72px}._imagePreviewActions_84bqj_314{flex-direction:column;gap:6px;display:flex}._imageActionBtn_84bqj_320{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_84bqj_320:hover{background:#f1f5f9;border-color:#94a3b8}._categoryThumbnail_84bqj_338{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;width:32px;height:32px}._categoryThumbnailFallback_84bqj_347{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_84bqj_96{flex-direction:row-reverse}[dir=rtl] ._categoryCount_84bqj_109{margin-left:0;margin-right:auto}[dir=rtl] ._viewMode_84bqj_178,[dir=rtl] ._categoryHeader_84bqj_190,[dir=rtl] ._categoryActions_84bqj_226,[dir=rtl] ._editActions_84bqj_254,[dir=rtl] ._createButton_84bqj_127,[dir=rtl] ._imagePreviewContainer_84bqj_300,[dir=rtl] ._imageActionBtn_84bqj_320,[dir=rtl] ._uploadArea_84bqj_279{flex-direction:row-reverse}@media (width<=768px){._categoryManagement_84bqj_67{max-width:100%;max-height:90vh}._addCategorySection_84bqj_88{margin-bottom:24px;padding:20px}._categoryItem_84bqj_166{padding:16px}._viewMode_84bqj_178{flex-direction:column;gap:16px}._categoryHeader_84bqj_190{flex-direction:column;align-items:flex-start;gap:8px}._categoryActions_84bqj_226{align-self:stretch}._categoryActions_84bqj_226 button{flex:1;justify-content:center}._editActions_84bqj_254{flex-direction:column;align-self:stretch}._editActions_84bqj_254 button{justify-content:center}}@media (width<=480px){._addCategorySection_84bqj_88{padding:16px}._categoryItem_84bqj_166{padding:12px}._sectionHeader_84bqj_96 h3{font-size:16px}._categoryName_84bqj_198{font-size:15px}._gameCount_84bqj_208{padding:3px 8px;font-size:11px}}._page_c29xc_38{padding-inline:max(5%,50vw - 800px)}._text-center_c29xc_63{text-align:center}._touchFilter_c29xc_67{flex-direction:column;gap:12px;width:100%;display:flex}._touchFilter_c29xc_67 ._filterLabel_c29xc_73{color:#f8f9fa;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}._touchFilter_c29xc_67 ._filterLabel_c29xc_73 ._labelText_c29xc_81{margin:0}._touchFilter_c29xc_67 ._touchOptions_c29xc_84{justify-content:space-between;gap:12px;display:flex}._touchFilter_c29xc_67 ._touchOption_c29xc_84{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_c29xc_67 ._touchOption_c29xc_84:hover{background:#5a6268;border-color:#adb5bd}._touchFilter_c29xc_67 ._touchOption_c29xc_84._selected_c29xc_107{color:#fff;background:#0056b3;border-color:#007bff}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112{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_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112 img{object-fit:contain;width:100%;height:100%}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112._noTouchIcon_c29xc_132: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_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112._noTouchIcon_c29xc_132 img{opacity:1;filter:grayscale(30%)}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._optionLabel_c29xc_149{text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;font-weight:600;overflow:hidden}[data-rtl=true] ._touchFilter_c29xc_67 ._touchOptions_c29xc_84{flex-direction:row-reverse}[data-rtl=true] ._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._optionLabel_c29xc_149{text-align:center}@media (width<=768px){._touchFilter_c29xc_67 ._touchOptions_c29xc_84{gap:8px}._touchFilter_c29xc_67 ._touchOption_c29xc_84{padding:8px}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112{width:25px;height:25px;padding:4px}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._optionLabel_c29xc_149{font-size:11px}}@media (width<=480px){._touchFilter_c29xc_67 ._touchOptions_c29xc_84{flex-direction:column;gap:8px}._touchFilter_c29xc_67 ._touchOption_c29xc_84{flex-direction:row;justify-content:flex-start;padding:8px 12px}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._touchIcon_c29xc_112{width:20px;height:20px;padding:3px}._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._optionLabel_c29xc_149{text-align:left;font-size:12px}[data-rtl=true] ._touchFilter_c29xc_67 ._touchOption_c29xc_84 ._optionLabel_c29xc_149{text-align:right}}._page_rqhdr_38{padding-inline:max(5%,50vw - 800px)}._text-center_rqhdr_63{text-align:center}._sidebar_rqhdr_67{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_rqhdr_67 ._searchSection_rqhdr_82{width:100%}._sidebar_rqhdr_67 ._searchSection_rqhdr_82 ._input-wrapper_rqhdr_85{border-radius:8px;box-shadow:0 2px 8px #0000001a}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89{flex-direction:column;gap:1.5rem;display:flex}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filtersTitle_rqhdr_94{color:#989ea5;border-bottom:2px solid #e9ecef;margin:0;padding-bottom:.5rem;font-size:1.1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._filterDropdown_rqhdr_101,._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._touchFilter_rqhdr_104{width:100%}[data-rtl=true] ._sidebar_rqhdr_67{margin-left:2rem;margin-right:auto;padding:1.5rem 20px}[data-rtl=true] ._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filtersTitle_rqhdr_94{text-align:right}@media (width<=1024px){._sidebar_rqhdr_67{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_rqhdr_67 ._searchSection_rqhdr_82{flex:1}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89{flex:2;gap:1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filtersTitle_rqhdr_94{margin-bottom:.5rem;font-size:1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101{gap:1.5rem;display:flex}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._filterDropdown_rqhdr_101{flex:1}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._touchFilter_rqhdr_104{flex:1;min-width:180px}}@media (width<=768px){._sidebar_rqhdr_67{flex-direction:column;gap:1.5rem;padding:1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101{flex-direction:column;gap:1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._touchFilter_rqhdr_104{min-width:auto}}@media (width<=480px){._sidebar_rqhdr_67{width:100%;padding:.5rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filtersTitle_rqhdr_94{font-size:.9rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101{gap:1rem}._sidebar_rqhdr_67 ._filtersSection_rqhdr_89 ._filterGroup_rqhdr_101 ._touchFilter_rqhdr_104{min-width:auto}}._page_v7ctv_38{padding-inline:max(5%,50vw - 800px)}._text-center_v7ctv_63{text-align:center}._Header_v7ctv_67{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_v7ctv_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_v7ctv_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_v7ctv_91 ._Shape_v7ctv_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_v7ctv_91 ._Shape_v7ctv_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_v7ctv_91 ._Shape_v7ctv_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_v7ctv_91 ._Shape_v7ctv_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_v7ctv_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_v7ctv_138{-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_v7ctv_153{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_v7ctv_161{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_v7ctv_172{align-items:center;gap:12px;margin-top:4px;display:flex}._StatItem_v7ctv_179{flex-direction:row;align-items:baseline;gap:6px;display:flex}._StatItem_v7ctv_179 ._StatValue_v7ctv_185{font-size:1.25rem;font-weight:700;line-height:1}._StatItem_v7ctv_179 ._StatLabel_v7ctv_190{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}._StatDivider_v7ctv_197{color:#fff6;font-size:1rem}._ActionArea_v7ctv_202{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_v7ctv_202{justify-content:flex-start;width:100%;display:none}}._Illustration_v7ctv_216{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_v7ctv_1}@keyframes _float_v7ctv_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_co8ut_38{padding-inline:max(5%,50vw - 800px)}._text-center_co8ut_63{text-align:center}._blockingLoader_co8ut_67{opacity:0;pointer-events:none;z-index:9999;transition:opacity .35s;position:fixed;inset:0}._blockingLoader_co8ut_67: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_co8ut_1;position:absolute;inset:0}._blockingLoader_co8ut_67._visible_co8ut_83{opacity:1;pointer-events:all}._blockingLoader_co8ut_67._leaving_co8ut_87{animation:1s forwards _fadeOut_co8ut_1}._panel_co8ut_91{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_co8ut_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_co8ut_91._success_co8ut_110{box-shadow:0 0 25px -5px #50c87899,inset 0 0 0 1px #ffffff14}._panel_co8ut_91._error_co8ut_114{box-shadow:0 0 25px -5px #ff506e99,inset 0 0 0 1px #ffffff14}._logoWrapper_co8ut_118{perspective:800px;justify-content:center;align-items:center;width:120px;height:120px;margin:-1.2rem auto 1.2rem;display:flex;position:relative}._logoWrapper_co8ut_118: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_co8ut_1;position:absolute;inset:0}._logo_co8ut_118{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_co8ut_1;transform:scale(.4)rotateX(35deg)rotate(-8deg)}._title_co8ut_149{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_co8ut_159{letter-spacing:1px;text-transform:uppercase;color:#e8e8f0a6;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:.7rem}._bar_co8ut_168{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_co8ut_178{background:linear-gradient(90deg,#7b5cf6,#5fa8f7,#7b5cf6) 0 0/200% 100%;height:100%;transition:width .25s;animation:3s linear infinite _flow_co8ut_1;box-shadow:0 0 14px 2px #7877c6a6}._indeterminate_co8ut_187 ._barShim_co8ut_187{background:linear-gradient(90deg,#0000,#7877c6a6,#0000);animation:1.2s ease-in-out infinite _indet_co8ut_187;position:absolute;inset:0}._percent_co8ut_194{letter-spacing:1px;color:#ffffffb3;text-align:right;font-family:Inter,sans-serif;font-size:.65rem}._finalMessage_co8ut_202{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_co8ut_1;display:flex}._finalBox_co8ut_215{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_co8ut_1;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px -4px #00000073,inset 0 0 0 1px #ffffff14}._finalBox_co8ut_215:before{content:"";mix-blend-mode:overlay;pointer-events:none;background:linear-gradient(145deg,#ffffff12,#0000);position:absolute;inset:0}._finalSuccess_co8ut_242{color:#e9fff2;text-shadow:0 0 6px #78ffb4a6;background:linear-gradient(135deg,#28aa5aa6,#19733c8c);border:1px solid #78ffb459}._finalError_co8ut_249{color:#ffe9ee;text-shadow:0 0 6px #ff8ca0b3;background:linear-gradient(135deg,#c83750b3,#7819288c);border:1px solid #ff8ca066}._finalIcon_co8ut_256{filter:drop-shadow(0 0 4px);flex-shrink:0;font-size:1.05rem}._finalText_co8ut_262{flex:1}._ackButton_co8ut_266{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_co8ut_266:hover{background:#ffffff38;transform:translateY(-2px);box-shadow:0 4px 14px -4px #00000080,inset 0 0 6px #ffffff4d}._ackButton_co8ut_266:active{transform:translateY(0)}@keyframes _logoIn_co8ut_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_co8ut_1{0%,to{opacity:.55;transform:scale(1)}50%{opacity:.75;transform:scale(1.15)}}@keyframes _finalPop_co8ut_1{0%{opacity:0;transform:translateY(8px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes _fadeOut_co8ut_1{to{opacity:0}}@keyframes _popIn_co8ut_1{to{transform:translate(-50%,-50%)scale(1)rotateX(0)}}@keyframes _scan_co8ut_1{0%{background-position:0 0,0 0}to{background-position:0 0,0 60px}}@keyframes _flow_co8ut_1{0%{background-position:0 0}to{background-position:-200% 0}}@keyframes _indet_co8ut_187{0%{transform:translate(-60%)}to{transform:translate(160%)}}._page_2cmpp_38{padding-inline:max(5%,50vw - 800px)}._text-center_2cmpp_63{text-align:center}@keyframes _te-levitate_2cmpp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_2cmpp_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_2cmpp_83{flex-direction:column;flex:1;gap:12px;width:100%;min-height:0;display:flex;overflow:hidden}._urlInput_2cmpp_93{color:#ffffffe6;background:#ffffff0d;border:1px solid #fff3;border-radius:6px;flex-shrink:0;height:40px}._urlInput_2cmpp_93 .ant-input{color:#ffffffe6;background:0 0}._urlInput_2cmpp_93 .ant-input::placeholder{color:#fff6}._urlInput_2cmpp_93 .ant-input-prefix{color:#7877c6cc;margin-inline-end:8px}._urlInput_2cmpp_93 .ant-input-clear-icon{color:#fff6}._urlInput_2cmpp_93 .ant-input-clear-icon:hover{color:#ffffffb3}._urlInput_2cmpp_93:hover{border-color:#7877c699}._urlInput_2cmpp_93:focus-within{border-color:#8b7cf6;box-shadow:0 0 0 2px #8b7cf626}._divider_2cmpp_126{flex-shrink:0;align-items:center;gap:10px;margin:4px 0;display:flex}._dividerLine_2cmpp_134{background:#ffffff1f;flex:1;height:1px}._dividerText_2cmpp_140{color:#ffffff73;white-space:nowrap;text-transform:lowercase;font-size:12px}._gameGrid_2cmpp_147{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._page_3tszr_38{padding-inline:max(5%,50vw - 800px)}._text-center_3tszr_63{text-align:center}@keyframes _te-levitate_3tszr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_3tszr_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_3tszr_83{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_3tszr_83:hover:not(._disabled_3tszr_97){background-color:#3498db0d;border-color:#3b82f6}._uploader_3tszr_83._dragOver_3tszr_101{background-color:#3498db1a;border-color:#3b82f6;transform:scale(1.02)}._uploader_3tszr_83._disabled_3tszr_97{opacity:.6;cursor:not-allowed}._uploader_3tszr_83._loading_3tszr_110{cursor:default;pointer-events:none}._uploader_3tszr_83:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._uploader_3tszr_83,._uploader_3tszr_83 *,._uploader_3tszr_83:before,._uploader_3tszr_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._uploadContent_3tszr_127{flex-direction:column;align-items:center;gap:.5rem;display:flex}._uploadIcon_3tszr_134{color:#3b82f6;margin-bottom:.25rem;font-size:1.8rem}._loadingSpinner_3tszr_140{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_3tszr_1}@keyframes _spin_3tszr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._uploadText_3tszr_158{flex-direction:column;gap:.25rem;display:flex}._primaryText_3tszr_164{color:#e8e8f0;font-size:.95rem;font-weight:600}._secondaryText_3tszr_170{color:#b8b8d0;font-size:.8rem;line-height:1.3}._mediaPreview_3tszr_176{flex-direction:column;gap:.75rem;display:flex}._previewContainer_3tszr_182{aspect-ratio:16/9;background:#f5f5f5;border-radius:8px;max-height:200px;position:relative;overflow:hidden}._previewContainer_3tszr_182:hover ._previewOverlay_3tszr_190{opacity:1}._imagePreview_3tszr_194{object-fit:cover;width:100%;height:100%;display:block}._videoPreview_3tszr_201{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}._videoPreview_3tszr_201 img{object-fit:cover;width:100%;height:100%}._videoElement_3tszr_216{object-fit:cover;width:100%;height:100%;display:block}._videoPlaceholder_3tszr_223,._thumbnailLoading_3tszr_224{color:#666;background:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%;height:100%;display:flex}._videoIcon_3tszr_236{color:#666;font-size:1.5rem}._playOverlay_3tszr_241{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_3tszr_190{opacity:0;background:#00000080;justify-content:center;align-items:center;gap:1rem;transition:opacity .2s;display:flex;position:absolute;inset:0}._editButton_3tszr_273,._removeButton_3tszr_274{min-width:44px;min-height:44px}._editButton_3tszr_273:focus-visible,._removeButton_3tszr_274:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._editButton_3tszr_273,._removeButton_3tszr_274{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_3tszr_273:hover,._removeButton_3tszr_274:hover{background:#fff;transform:scale(1.1)}._editButton_3tszr_273{min-width:44px;min-height:44px}._editButton_3tszr_273:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._editButton_3tszr_273:hover{color:#3b82f6}._removeButton_3tszr_274:hover{color:#ff6b6b}@media (width<=768px){._uploader_3tszr_83{min-height:70px;padding:.75rem}._uploadIcon_3tszr_134{font-size:1.5rem}._primaryText_3tszr_164{font-size:.9rem}._secondaryText_3tszr_170{font-size:.75rem}._previewContainer_3tszr_182{max-height:150px}._playOverlay_3tszr_241{width:45px;height:45px;font-size:1.2rem}._editButton_3tszr_273,._removeButton_3tszr_274{padding:.6rem;font-size:1rem}}._previewContainer_3tszr_182{background:#232340}._videoPlaceholder_3tszr_223,._thumbnailLoading_3tszr_224{color:#b8b8d0;background:#232340}._videoIcon_3tszr_236{color:#b8b8d0}._thumbnailLoading_3tszr_224 span{margin-top:.5rem;font-size:.9rem}._uploader_3tszr_83._dragOver_3tszr_101{animation:.6s ease-in-out infinite alternate _pulse_3tszr_1}@keyframes _pulse_3tszr_1{0%{border-color:#3b82f6}to{border-color:#84b1f9}}._page_1lohr_38{padding-inline:max(5%,50vw - 800px)}._text-center_1lohr_63{text-align:center}@keyframes _te-levitate_1lohr_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1lohr_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_1lohr_83{cursor:pointer;border-radius:6px;align-items:center;gap:12px;padding:8px;transition:all .2s;display:flex}._sceneOption_1lohr_83:hover{background-color:#ffffff14}._sceneOption_1lohr_83._selected_1lohr_95{background-color:#3498db33;border:1px solid #3498db99}@media (prefers-reduced-motion:reduce){._sceneOption_1lohr_83,._sceneOption_1lohr_83 *,._sceneOption_1lohr_83:before,._sceneOption_1lohr_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._sceneThumbnail_1lohr_108{background-color:#0003;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:48px;height:48px;position:relative;overflow:hidden}._sceneImage_1lohr_119,._sceneVideo_1lohr_120{object-fit:cover;border-radius:4px;width:100%;height:100%}._sceneVideo_1lohr_120{pointer-events:none}._loadingPlaceholder_1lohr_131{background-color:#ffffff0d;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._loadingSpinner_1lohr_140{border:2px solid #fff3;border-top-color:#3b82f6;border-radius:50%;width:16px;height:16px;animation:1s linear infinite _spin_1lohr_1}@keyframes _spin_1lohr_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._scenePlaceholder_1lohr_157{color:#fff;background-color:#ffffff1a;justify-content:center;align-items:center;width:100%;height:100%;font-size:18px;display:flex}._sceneInfo_1lohr_168{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}._sceneName_1lohr_176{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:1.2;overflow:hidden}._sceneType_1lohr_186{color:#9898b8;text-transform:capitalize;align-items:center;gap:4px;font-size:11px;line-height:1;display:flex}.ant-select-dropdown ._ant-select-item_1lohr_196{padding:4px 8px!important}.ant-select-dropdown ._ant-select-item_1lohr_196:hover,.ant-select-dropdown ._ant-select-item_1lohr_196._ant-select-item-option-selected_1lohr_202{background-color:#0000!important}._page_wqeo1_38{padding-inline:max(5%,50vw - 800px)}._text-center_wqeo1_63{text-align:center}@keyframes _te-levitate_wqeo1_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_wqeo1_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_wqeo1_83{background-color:#0003;border:1px solid #ffffff1a;border-radius:8px;margin-top:.125rem;overflow:hidden}@media (prefers-reduced-motion:reduce){._scenePreview_wqeo1_83,._scenePreview_wqeo1_83 *,._scenePreview_wqeo1_83:before,._scenePreview_wqeo1_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._sceneTitle_wqeo1_99{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_wqeo1_99 span{flex:1;justify-content:center;align-items:center;gap:6px;display:flex}._sceneTitle_wqeo1_99 ._titleIcon_wqeo1_119{display:inline-block;transform:translateY(-2px)}._previewContainer_wqeo1_124{background-color:#0000001a;width:100%;height:180px;position:relative;overflow:hidden}._sceneImage_wqeo1_132,._sceneVideo_wqeo1_133{object-fit:cover;width:100%;height:100%}._sceneVideo_wqeo1_133{pointer-events:none}._loadingOverlay_wqeo1_143{background-color:#0000004d;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}._loadingSpinner_wqeo1_157{border:2px solid #fff3;border-top-color:#3b82f6;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_wqeo1_1}._loadingText_wqeo1_166{color:#fff;opacity:.8;font-size:12px}@keyframes _spin_wqeo1_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._scenePlaceholder_wqeo1_180{color:#fff;background-color:#ffffff0d;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}._placeholderIcon_wqeo1_192{opacity:.6;font-size:32px}._placeholderText_wqeo1_197{opacity:.8;font-size:14px}._viewpointIndicator_wqeo1_202{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_wqeo1_202:active{cursor:grabbing}._viewpointIndicator_wqeo1_202:focus-visible ._eyeOuter_wqeo1_214{box-shadow:0 0 0 3px #3b82f666}._viewpointIndicator_wqeo1_202:hover ._viewpointTooltip_wqeo1_217{opacity:1;visibility:visible}._eyeWrapper_wqeo1_222{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}._eyePulse_wqeo1_231{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_wqeo1_1;position:absolute}@keyframes _pulse_wqeo1_1{0%,to{opacity:.9;transform:scale(.65)}50%{opacity:.25;transform:scale(1)}}._eyeOuter_wqeo1_214{-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_wqeo1_268{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_wqeo1_281{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_wqeo1_290{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_wqeo1_202:hover ._eyeOuter_wqeo1_214,._viewpointIndicator_wqeo1_202:active ._eyeOuter_wqeo1_214{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_wqeo1_202:hover ._eyeIris_wqeo1_268{box-shadow:0 0 10px 3px #468cffcc,inset 0 0 0 1px #ffffff80}._viewpointIndicator_wqeo1_202:active ._eyeIris_wqeo1_268{transform:scale(.9)}._viewpointTooltip_wqeo1_217{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_wqeo1_217:after{content:"";border:4px solid #0000;border-top-color:#000000e6;position:absolute;top:100%;left:50%;transform:translate(-50%)}._sceneInfo_wqeo1_348{background-color:#0000001a;border-top:1px solid #ffffff1a;padding:12px}._sceneName_wqeo1_354{color:#fff;margin-bottom:6px;font-size:14px;font-weight:500;line-height:1.2}._viewpointStatus_wqeo1_362{color:#52c41a;align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}._noViewpointStatus_wqeo1_371{color:#9898b8;font-size:12px;font-style:italic}._statusIcon_wqeo1_377{width:14px;height:14px}._fovControls_wqeo1_383{z-index:30;flex-direction:row;gap:8px;display:flex;position:absolute;bottom:8px;left:8px}._fovButton_wqeo1_393{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_wqeo1_393:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000080}._fovButton_wqeo1_393:active{transform:translateY(0);box-shadow:0 4px 8px #00000073}._fovButton_wqeo1_393:disabled{opacity:.45;cursor:default;box-shadow:none;transform:none}._page_bb121_38{padding-inline:max(5%,50vw - 800px)}._text-center_bb121_63{text-align:center}@keyframes _te-levitate_bb121_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_bb121_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_bb121_83{-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_bb121_83 .ant-btn{height:32px!important;min-height:32px!important;line-height:30px!important}._toolbar_bb121_83 .ant-select-selector{align-items:center;display:flex;height:32px!important;min-height:32px!important}@media (prefers-reduced-motion:reduce){._toolbar_bb121_83,._toolbar_bb121_83 *,._toolbar_bb121_83:before,._toolbar_bb121_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._headerIconWrapper_bb121_120{color:#b8b8d0;justify-content:center;align-items:center;padding:0 4px;display:flex}._headerIcon_bb121_120{stroke-width:2.5px;font-size:20px}._toolbarRow_bb121_133{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_bb121_133::-webkit-scrollbar{width:0!important;height:0!important}._toolbarRow_bb121_133::-webkit-scrollbar-track{background:0 0}._toolbarRow_bb121_133::-webkit-scrollbar-thumb{background:0 0}._toolbar--unsaved_bb121_156{border-color:#fa0c;box-shadow:0 4px 20px #ffaa0080,inset 0 0 0 1px #fa03}._unsavedLegend_bb121_161{-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_bb121_178{flex-shrink:1;align-items:center;gap:8px;min-width:0;display:flex}._divider_bb121_186{background:#ffffff1f;flex-shrink:0;width:1.5px;height:28px}._disabled_bb121_193{opacity:.6;cursor:not-allowed}._selectorWrapper_bb121_198{flex-direction:column;align-items:center;width:100%;margin-bottom:12px;display:flex}._selectorRow_bb121_206{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_bb121_206:hover{background:#00000061;border-color:#8b5cf673}._selectorRow_bb121_206._disabled_bb121_193{opacity:.45;filter:grayscale(80%);cursor:not-allowed;background:#00000038;border-color:#ffffff14}._selectorRow_bb121_206._disabled_bb121_193 ._selectorLabel_bb121_228{color:#ffffff8c}._selectorRow_bb121_206._disabled_bb121_193:hover{background:#00000038;border-color:#ffffff14}._selectorBox_bb121_236{background:#00000040;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;width:100%;transition:all .2s;display:flex;overflow:hidden}._selectorBox_bb121_236:hover{background:#00000052;border-color:#8b5cf659}._selectorBox_bb121_236 ._selectorRow_bb121_206{background:0 0;border:none;border-radius:0}._selectorBox_bb121_236 ._selectorRow_bb121_206:hover{background:0 0;border:none}._selectorBox_bb121_236 ._selectorContent_bb121_259{background:#ffffff05;border-top:1px solid #ffffff14;padding:0 12px 12px}._selectorLabel_bb121_228{color:#e8e8f0;text-align:start;flex:1;margin:0;font-size:12px;font-weight:500}._selectorToggle_bb121_274{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_bb121_274._inactive_bb121_286{background-color:#00000040;border:1px solid #8b5cf673}._selectorToggle_bb121_274._active_bb121_290{background-color:#0ea508;border:2px solid #3ad135;box-shadow:0 0 8px 1px #66d9ee4d}._selectorToggle_bb121_274._disabled_bb121_193{opacity:.5;cursor:not-allowed;box-shadow:none!important;background-color:#0000002e!important;border:1px solid #ffffff2e!important}._selectorToggle_bb121_274._disabled_bb121_193 ._toggleIcon_bb121_302{opacity:.45;filter:grayscale()}._selectorToggle_bb121_274._disabled_bb121_193 ._checkmark_bb121_306{color:#fffc;background-color:#ffffff38;border-color:#ffffff40}._selectorToggle_bb121_274 ._toggleIcon_bb121_302{color:#fff;transition:opacity .2s}._selectorToggle_bb121_274 ._toggleIcon_bb121_302._inactive_bb121_286{opacity:1}._selectorToggle_bb121_274 ._toggleIcon_bb121_302._active_bb121_290{opacity:.7}._selectorToggle_bb121_274 ._checkmark_bb121_306{color:#fff;z-index:10;background-color:#0ea508;border:1px solid #3ad135;border-radius:50%;padding:4px;position:absolute;top:-8px;right:-8px}._passwordInputsRow_bb121_333{flex-direction:row;justify-content:center;align-items:center;gap:12px;margin-top:12px;display:flex}._passwordInputsRow_bb121_333 ._passwordInput_bb121_333{flex:1;max-width:140px}._passwordInputsRow_bb121_333 ._passwordInput_bb121_333 .ant-input{color:#fff!important;background:#0000004d!important;border-color:#8b5cf673!important;font-size:12px!important}._passwordInputsRow_bb121_333 ._passwordInput_bb121_333 .ant-input::placeholder{color:#fff9!important}._passwordInputsRow_bb121_333 ._passwordInput_bb121_333 .ant-input:focus{border-color:#8b5cf6b3!important;box-shadow:0 0 0 2px #8b5cf62e!important}._textInputRow_bb121_359{flex-direction:row;justify-content:center;align-items:center;margin-top:12px;display:flex}._textInputRow_bb121_359 ._textInput_bb121_359{flex:1;max-width:280px}._textInputRow_bb121_359 ._textInput_bb121_359 .ant-input{color:#fff!important;background:#0000004d!important;border-color:#8b5cf673!important;font-size:12px!important}._textInputRow_bb121_359 ._textInput_bb121_359 .ant-input::placeholder{color:#fff9!important}._textInputRow_bb121_359 ._textInput_bb121_359 .ant-input:focus,._textInputRow_bb121_359 ._textInput_bb121_359 .ant-input:focus-within{border-color:#8b5cf6b3!important;box-shadow:0 0 0 2px #8b5cf62e!important}._fieldGroup_bb121_384{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_bb121_396{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_bb121_396{left:50%;right:auto}._previewButton_bb121_417{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_bb121_417:hover{background:#0006!important;border-color:#8b7cf6!important}._previewButton_bb121_417 ._placeholder_bb121_440{color:#b8b8d0;font-style:italic}._previewButton_bb121_417 ._truncatedText_bb121_444{text-overflow:ellipsis;white-space:nowrap;max-width:80px;overflow:hidden}._popoverContent_bb121_451{flex-direction:column;gap:8px;width:250px;display:flex}._popoverOverlay_bb121_458 .ant-popover-inner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e28f2;border:1px solid #ffffff1f;border-radius:8px}._popoverOverlay_bb121_458 .ant-popover-arrow{display:none}._popoverInput_bb121_468{resize:none;color:#e8e8f0!important;background:#0000004d!important;border:1px solid #ffffff1f!important;border-radius:6px!important}._popoverInput_bb121_468::placeholder{color:#b8b8d0}._popoverInput_bb121_468:focus{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._popoverDoneBtn_bb121_483{align-self:flex-end}._typeDropdown_bb121_487{flex-shrink:1;min-width:100px}._typeDropdown_bb121_487 .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_bb121_487 .ant-select-selector:hover{border-color:#8b7cf6!important}._typeDropdown_bb121_487 .ant-select-selection-item{font-size:12px;color:#e8e8f0!important;line-height:30px!important}._typeDropdown_bb121_487 .ant-select-arrow{color:#b8b8d0}._typeOption_bb121_512{align-items:center;gap:8px;font-size:12px;display:flex}._typeIcon_bb121_519{color:#3b82f6;font-size:14px}._sizeDropdown_bb121_524{flex-shrink:1;min-width:70px}._sizeDropdown_bb121_524 .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_bb121_524 .ant-select-selection-item{font-size:12px;color:#e8e8f0!important;line-height:30px!important}._sizeOption_bb121_543{align-items:center;gap:6px;display:flex}._sizeCircle_bb121_549{background:#5eb9f5;border-radius:50%;flex-shrink:0}._typeFieldsContent_bb121_555{flex-direction:column;gap:12px;min-width:300px;max-height:400px;padding:4px;display:flex;overflow:hidden}._typeFieldsButton_bb121_565{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_bb121_565:before{content:"";pointer-events:none;z-index:0;background:#0000004d;border-radius:6px;position:absolute;inset:0}._typeFieldsButton_bb121_565[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_bb121_565:hover{border-color:#8b7cf6!important}._typeFieldsButton_bb121_565:hover:before{background:#0006}._typeFieldsButton_bb121_565._hasValue_bb121_622{border-color:#3b82f6!important}._typeFieldsButton_bb121_565[style*=background-image] ._buttonContent_bb121_625{border-radius:999px;padding:0 6px;font-size:10px}._typeFieldsButton_bb121_565[style*=background-image] ._buttonContent_bb121_625:before{content:"";z-index:-1;background:#000000d9;border-radius:999px;height:16px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}._typeFieldsButton_bb121_565[style*=background-image] ._buttonContent_bb121_625 *{color:#fff!important;text-shadow:0 1px 2px #000000e6!important;font-size:10px!important}._buttonContent_bb121_625{z-index:2;color:#e8e8f0;align-items:center;gap:6px;display:flex;position:relative}._videoBackground_bb121_657{object-fit:cover;opacity:.7;pointer-events:none;z-index:1;border-radius:6px;width:100%;height:100%;position:absolute;inset:0}._videoIndicator_bb121_672{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_bb121_691{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_bb121_691:hover:not(:disabled){background:#466080;border-color:#8b7cf6;transform:translateY(-1px)scale(1.02);box-shadow:0 4px 16px #7877c699}._toolbarButton_bb121_691:disabled{opacity:.5;cursor:not-allowed}._previewToolbarButton_bb121_722{box-shadow:0 0 2px 1px #3b82f6;color:#3b82f6!important;background:0 0!important;border-color:#3b82f6!important}._previewToolbarButton_bb121_722:hover:not(:disabled){transform:translateY(-1px)scale(1.02);box-shadow:0 0 2px 1px #3b82f6;background:#3498db1f!important;border-color:#3b82f6!important}._saveButtonHidden_bb121_735{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_bb121_748{max-width:120px;transition:opacity .2s,max-width .2s;display:inline-block;overflow:hidden}._buttonTextHidden_bb121_755{opacity:0;max-width:0}._cancelButton_bb121_760{box-shadow:none;color:#e8e8f0!important;background:0 0!important;border-color:#ffffff1f!important}._cancelButton_bb121_760:hover:not(:disabled){box-shadow:none;transform:none;background:#ffffff1a!important}._dangerButton_bb121_772{box-shadow:0 2px 8px #e74c3c66;background:#ff6b6b!important;border-color:#ff6b6b!important}._dangerButton_bb121_772:hover:not(:disabled){box-shadow:0 4px 16px #e74c3c80;background:#bd1d25!important;border-color:#bd1d25!important}._moreOptionsButton_bb121_783{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_bb121_783:hover{background:#8b5cf64d!important;border-color:#8b7cf6!important}._moreOptionsContent_bb121_804{flex-direction:column;gap:12px;width:280px;padding:8px;display:flex}._moreOptionsContent_bb121_804 .ant-input,._moreOptionsContent_bb121_804 .ant-input-affix-wrapper{color:#e8e8f0!important;background:#0000004d!important;border-color:#ffffff1f!important}._moreOptionsContent_bb121_804 .ant-input::placeholder,._moreOptionsContent_bb121_804 .ant-input-affix-wrapper::placeholder{color:#b8b8d0}._moreOptionsContent_bb121_804 .ant-input:focus,._moreOptionsContent_bb121_804 .ant-input:focus-within,._moreOptionsContent_bb121_804 .ant-input-affix-wrapper:focus,._moreOptionsContent_bb121_804 .ant-input-affix-wrapper:focus-within{border-color:#8b7cf6!important;box-shadow:0 0 0 2px #8b5cf633!important}._optionRow_bb121_828{background:#0003;border:1px solid #ffffff14;border-radius:6px;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._optionLabel_bb121_838{color:#e8e8f0;font-size:13px;font-weight:500}._optionSubLabel_bb121_844{color:#b8b8d0;margin-top:2px;font-size:11px}._hintIcon_bb121_850{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_bb121_850:hover{color:#e8e8f0;background:#fff3}._scenePreviewWrapper_bb121_868{border:1px solid #ffffff1f;border-radius:6px;width:100%;height:150px;overflow:hidden}._mediaUploaderWrapper_bb121_876,._mediaUploaderWrapper_bb121_876 .ant-upload{width:100%}._linkInputWrapper_bb121_883{flex-direction:column;flex:1;width:100%;min-width:600px;min-height:0;display:flex;overflow:hidden}._hiddenForm_bb121_893{display:none}._exitButton_bb121_897{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_bb121_897:hover{background:#00000059!important;border-color:#8b7cf6!important}._iconOnlyButton_bb121_919{justify-content:center;gap:0;width:32px;min-width:32px;transition:width .2s,min-width .2s,padding .2s;padding:0!important}._checkmark_bb121_306{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_bb121_306>svg{stroke-width:4px;width:10px;height:10px}._page_k213s_38{padding-inline:max(5%,50vw - 800px)}._text-center_k213s_63{text-align:center}@keyframes _te-levitate_k213s_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_k213s_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_k213s_83{align-items:center;width:100%;display:flex;position:relative}@media (prefers-reduced-motion:reduce){._aspectRatioSelector_k213s_83,._aspectRatioSelector_k213s_83 *,._aspectRatioSelector_k213s_83:before,._aspectRatioSelector_k213s_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._trigger_k213s_98{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_k213s_98:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._trigger_k213s_98{min-width:44px;min-height:44px}._trigger_k213s_98:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff38 0%,#0000 52%,#0000001f 100%);position:absolute;inset:0}._trigger_k213s_98: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_k213s_98: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_k213s_160{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.2rem;position:relative}._value_k213s_167{z-index:1;font-family:Courier New,monospace;font-weight:700;position:relative}._chevron_k213s_174{z-index:1;opacity:.65;filter:drop-shadow(0 1px 2px #00000073);font-size:.85rem;transition:transform .2s,opacity .2s;position:relative}._chevronOpen_k213s_183{opacity:.95;transform:rotate(180deg)}._dropdown_k213s_188{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_k213s_188:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 55%,#00000014 100%);position:absolute;inset:0}._option_k213s_211{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_k213s_211:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._option_k213s_211{min-width:44px;min-height:44px}._option_k213s_211:hover{background:#ffffff24}._option_k213s_211._active_k213s_236{color:#3b82f6;background:#3b82f626;font-weight:600}._page_u8w3p_38{padding-inline:max(5%,50vw - 800px)}._text-center_u8w3p_63{text-align:center}@keyframes _te-levitate_u8w3p_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_u8w3p_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_u8w3p_83{flex:auto;width:100%;min-width:0;height:100%;display:flex}@media (prefers-reduced-motion:reduce){._container_u8w3p_83,._container_u8w3p_83 *,._container_u8w3p_83:before,._container_u8w3p_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._uploadArea_u8w3p_99{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_u8w3p_99:hover{background:linear-gradient(135deg,#8b7cf626 0%,#7877c614 100%);border-color:#7877c699;transform:translateY(-4px);box-shadow:0 16px 64px #7877c633}._uploadArea_u8w3p_99._dragOver_u8w3p_127{background:linear-gradient(135deg,#7877c640 0%,#8b7cf626 100%);border-color:#7877c6cc;transform:translateY(-4px)scale(1.02);box-shadow:0 20px 80px #7877c64d}._uploadArea_u8w3p_99._disabled_u8w3p_133{opacity:.5;cursor:not-allowed}._uploadArea_u8w3p_99._disabled_u8w3p_133:hover{background:linear-gradient(135deg,#ffffff1a 0%,#ffffff0d 100%);border-color:#fff3;transform:none;box-shadow:0 8px 32px #0000001a}._uploadArea_u8w3p_99._uploading_u8w3p_143{cursor:wait;background:linear-gradient(135deg,#8b7cf626 0%,#7877c614 100%);border-color:#7877c699;animation:2s infinite _pulse_u8w3p_1}._fileInput_u8w3p_150{opacity:0;pointer-events:none;z-index:0;width:1px;height:1px;position:absolute;top:0;left:0}._uploadContent_u8w3p_161{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_u8w3p_176{color:#7877c6cc;filter:drop-shadow(0 0 20px #7877c64d);margin-bottom:0;font-size:4rem}._spinIcon_u8w3p_183{animation:1s linear infinite _spin_u8w3p_183}@keyframes _spin_u8w3p_183{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_u8w3p_1{0%,to{box-shadow:0 8px 32px #0000001a}50%{box-shadow:0 16px 64px #7877c633}}._uploadText_u8w3p_203{color:#e8e8f0;letter-spacing:-.02em;text-shadow:0 2px 4px #0000001a;margin:0;font-size:1.5rem;font-weight:600}._uploadSubtext_u8w3p_212{color:#e8e8f0b3;margin:0;font-size:1rem;font-weight:400}._uploadButton_u8w3p_219{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_u8w3p_238{color:#e8e8f099;align-items:center;gap:.75rem;font-size:1rem;font-weight:500;display:flex}._inlineFormats_u8w3p_238 ._formatIcon_u8w3p_246{color:#7877c6cc;filter:drop-shadow(0 0 8px #7877c64d);font-size:1.25rem}._progressBar_u8w3p_252{-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_u8w3p_263{background:linear-gradient(90deg,#7877c6cc 0%,#7877c6 100%);height:100%;transition:width .3s;box-shadow:0 0 10px #7877c680}[dir=rtl] ._inlineFormats_u8w3p_238{flex-direction:row-reverse}@media (width<=768px){._uploadArea_u8w3p_99{border-radius:16px;min-height:320px;padding:1.5rem}._uploadIcon_u8w3p_176{font-size:3rem}._uploadText_u8w3p_203{font-size:1.25rem}._uploadSubtext_u8w3p_212,._inlineFormats_u8w3p_238{font-size:.9rem}._inlineFormats_u8w3p_238 ._formatIcon_u8w3p_246{font-size:1rem}._uploadButton_u8w3p_219{padding:.8rem 1.8rem;font-size:1rem}}@media (width<=480px){._uploadArea_u8w3p_99{border-radius:12px;min-height:240px;padding:1rem}._uploadIcon_u8w3p_176{font-size:2.5rem}._uploadText_u8w3p_203{font-size:1.1rem}._uploadContent_u8w3p_161{gap:1.5rem}._uploadButton_u8w3p_219{padding:.6rem 1.2rem;font-size:.95rem}}._page_1oqza_38{padding-inline:max(5%,50vw - 800px)}._text-center_1oqza_63{text-align:center}@keyframes _te-levitate_1oqza_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1oqza_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_1oqza_83{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_1oqza_94{color:#fff9}._tags_1oqza_94{flex-wrap:wrap;gap:.5rem;display:flex}._filterTag_1oqza_104{color:#fff;background:#7877c633;border:1px solid #7877c666;border-radius:6px;font-family:Inter,sans-serif;font-size:.8rem}._filterTag_1oqza_104 .ant-tag-close-icon{color:#fff9}._filterTag_1oqza_104 .ant-tag-close-icon:hover{color:#ffffffe6}@media (width<=768px){._filtersContainer_1oqza_83{flex-direction:column;align-items:flex-start}._tags_1oqza_94{gap:.25rem}._filterTag_1oqza_104{font-size:.75rem}}._page_41hu0_38{padding-inline:max(5%,50vw - 800px)}._text-center_41hu0_63{text-align:center}@keyframes _te-levitate_41hu0_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_41hu0_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_41hu0_83{flex:none;width:160px}@media (prefers-reduced-motion:reduce){._sceneSlide_41hu0_83,._sceneSlide_41hu0_83 *,._sceneSlide_41hu0_83:before,._sceneSlide_41hu0_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=900px){._sceneSlide_41hu0_83{width:140px}}@media (width<=600px){._sceneSlide_41hu0_83{width:130px}}._sceneCard_41hu0_106{background:#141414cc;border:1px solid #ffffff1a;border-radius:12px;height:140px;transition:all .2s;position:relative;overflow:hidden}._sceneCard_41hu0_106:hover{border-color:#7877c680;transform:translateY(-2px);box-shadow:0 8px 25px #8b7cf626}._sceneCard_41hu0_106._clickable_41hu0_120{cursor:pointer}._sceneCard_41hu0_106._clickable_41hu0_120:hover{border-color:#7877c6cc;transform:translateY(-3px);box-shadow:0 12px 35px #7877c640}._sceneCard_41hu0_106._selectable_41hu0_129{padding-top:0}._sceneCard_41hu0_106._selected_41hu0_133{border-color:#7877c6e6;position:relative;box-shadow:0 0 0 2px #7877c680,0 8px 25px #7877c640}._sceneCard_41hu0_106._selected_41hu0_133:after{content:"";pointer-events:none;background:linear-gradient(135deg,#8b7cf626,#5050780d);position:absolute;inset:0}._selectCheckbox_41hu0_147{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_41hu0_106:hover ._selectCheckbox_41hu0_147,._sceneCard_41hu0_106._selected_41hu0_133 ._selectCheckbox_41hu0_147{opacity:1}._selectCheckbox_41hu0_147 ._checkboxInner_41hu0_172{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_41hu0_147._checked_41hu0_181{background:#7877c666;border-color:#7877c6e6}._selectCheckbox_41hu0_147._checked_41hu0_181 ._checkboxInner_41hu0_172{background:#7877c6e6;box-shadow:inset 0 0 0 1px #fff3,0 0 0 2px #7877c680}._sceneImageContainer_41hu0_191{height:80px;position:relative;overflow:hidden}._typeBadge_41hu0_197{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_41hu0_218{background:#7877c6a6;border-color:#7877c6d9}._typeBadgeFlat_41hu0_223{background:#0000008c;border-color:#ffffff40}._typeBadgeVideo_41hu0_228{background:#ffa500a6;border-color:#ffa500d9}._sceneImage_41hu0_191{object-fit:cover;width:100%;height:100%;transition:transform .2s}._sceneCard_41hu0_106:hover ._sceneImage_41hu0_191{transform:scale(1.05)}._scenePlaceholder_41hu0_243{color:#fff6;background:#282828cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._placeholderIcon_41hu0_253{font-size:24px}._deleteButton_41hu0_257{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_41hu0_106:hover ._deleteButton_41hu0_257{opacity:1}._deleteButton_41hu0_257:hover{background:#ff4d4f}._deleteButton_41hu0_257:disabled{opacity:.5;cursor:not-allowed}._sceneInfo_41hu0_288{flex-direction:column;gap:4px;height:60px;padding:8px 12px;display:flex;overflow:hidden}._sceneName_41hu0_297{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden}._sceneTags_41hu0_308{flex-wrap:wrap;align-items:center;gap:4px;min-height:16px;display:flex}._sceneTag_41hu0_308{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:4px;height:16px;padding:1px 6px;font-size:.6rem;line-height:14px}._sceneTag_41hu0_308 .ant-tag{font-size:inherit;line-height:inherit;margin:0}._moreTagsIndicator_41hu0_332{color:#ffffff80;white-space:nowrap;font-size:.6rem}._usageInfo_41hu0_338{color:#fff6;margin:0;font-size:.6rem;line-height:1}@media (width<=1200px){._sceneCard_41hu0_106{height:120px}._sceneImageContainer_41hu0_191{height:65px}._sceneInfo_41hu0_288{gap:2px;height:55px;padding:6px 10px}._sceneName_41hu0_297{font-size:.7rem}._sceneTag_41hu0_308{height:14px;padding:1px 4px;font-size:.55rem;line-height:12px}._usageInfo_41hu0_338,._moreTagsIndicator_41hu0_332{font-size:.55rem}}._page_i26ch_38{padding-inline:max(5%,50vw - 800px)}._text-center_i26ch_63{text-align:center}@keyframes _te-levitate_i26ch_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_i26ch_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_i26ch_83 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px}._uploadModal_i26ch_83 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._uploadModal_i26ch_83 .ant-modal-header .ant-modal-title{font-family:Inter,sans-serif;font-weight:600;color:#fff!important}._uploadModal_i26ch_83 .ant-modal-body{color:#fff}._uploadModal_i26ch_83 .ant-modal-body p{color:#fff!important}._uploadModal_i26ch_83 .ant-modal-close{color:#fff9}._uploadModal_i26ch_83 .ant-modal-close:hover{color:#ffffffe6}._formItem_i26ch_111{margin-bottom:1.5rem}._formItem_i26ch_111 .ant-form-item-label label{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:500}._formItem_i26ch_111 .ant-form-item-explain{color:#ff4d4fe6}._nameInput_i26ch_123{color:#fff;background:#191919cc;border:1px solid #ffffff1a;border-radius:8px;font-family:Inter,sans-serif}._nameInput_i26ch_123::placeholder{color:#fff6}._nameInput_i26ch_123:hover{border-color:#7877c666}._nameInput_i26ch_123:focus{border-color:#7877c699;box-shadow:0 0 0 2px #7877c61a;color:#333!important;background:#f0f0f0f2!important}._nameInput_i26ch_123:disabled{color:#ffffff80;background:#19191966}._progressContainer_i26ch_147{margin-top:8px}._progressContainer_i26ch_147 .ant-progress ._ant-progress-text_i26ch_150{color:#fffc;font-family:Inter,sans-serif;font-size:.75rem}._progressContainer_i26ch_147 .ant-progress ._ant-progress-bg_i26ch_155{background:linear-gradient(135deg,#7877c6cc,#5a3c96cc)}._footerButtons_i26ch_159{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:8px;margin-top:24px;padding-top:16px;display:flex}._cancelButton_i26ch_168{color:#fffc;background:#282828cc;border:1px solid #fff3;min-width:44px;min-height:44px}._cancelButton_i26ch_168:hover{color:#ffffffe6;background:#3c3c3ccc;border-color:#ffffff4d}._cancelButton_i26ch_168:disabled{color:#fff6;background:#28282866;border-color:#ffffff1a}._retryButton_i26ch_186{color:#000c;background:#ffc107cc;border:1px solid #ffc10799;min-width:44px;min-height:44px}._retryButton_i26ch_186:hover{color:#000000e6;background:#ffc107;border-color:#ffc107cc}._retryButton_i26ch_186:disabled{color:#0006;background:#ffc10766;border-color:#ffc1074d}._uploadButton_i26ch_204{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_i26ch_204:hover{background:linear-gradient(135deg,#8c8bdaf2,#6e50aaf2);border-color:#a09feee6}._uploadButton_i26ch_204:disabled{background:#7877c666;border-color:#7877c64d}._page_1pytp_38{padding-inline:max(5%,50vw - 800px)}._text-center_1pytp_63{text-align:center}@keyframes _te-levitate_1pytp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1pytp_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_1pytp_83{margin-top:.5rem;margin-bottom:1.5rem;padding:0;position:relative}@media (prefers-reduced-motion:reduce){._horizontalScrollerWrapper_1pytp_83,._horizontalScrollerWrapper_1pytp_83 *,._horizontalScrollerWrapper_1pytp_83:before,._horizontalScrollerWrapper_1pytp_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._horizontalScroller_1pytp_83{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_1pytp_83::-webkit-scrollbar{background:#ffffff0d;border-radius:4px;height:8px}._horizontalScroller_1pytp_83::-webkit-scrollbar-track{background:#ffffff0d;border:1px solid #7877c633;border-radius:4px}._horizontalScroller_1pytp_83::-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_1pytp_83::-webkit-scrollbar-thumb:hover{background:linear-gradient(90deg,#7877c699 0%,#7877c6 50%,#7877c699 100%);box-shadow:0 0 12px #7877c680}._horizontalScroller_1pytp_83._dragging_1pytp_130{cursor:grabbing;-webkit-user-select:none;user-select:none}._scrollerInner_1pytp_135{--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_1pytp_135 ._bottomGapSpacer_1pytp_150{pointer-events:none;grid-row:1/-1;width:0}._scrollerInner_1pytp_135{overflow-y:hidden}@media (width<=900px){._scrollerInner_1pytp_135{grid-auto-columns:140px}}@media (width<=600px){._scrollerInner_1pytp_135{grid-auto-columns:130px}}._loadMoreTrigger_1pytp_169{opacity:0;pointer-events:none;grid-row:1/-1;width:1px;height:100%}._loadingMoreIndicator_1pytp_177{-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_1pytp_177: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_1pytp_1;position:absolute;inset:-1px}._loadingSpinner_1pytp_210{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_1pytp_1;position:relative}._loadingSpinner_1pytp_210:before{content:"";background:radial-gradient(circle,#7877c61a 0%,#0000 70%);border-radius:50%;position:absolute;inset:4px}._loadingText_1pytp_229{color:#7877c6cc;text-transform:uppercase;letter-spacing:.5px;text-align:center;font-size:11px;font-weight:500}@keyframes _spin_1pytp_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulse_1pytp_1{0%,to{opacity:.3}50%{opacity:.7}}@media (width<=900px){._scrollerInner_1pytp_135{grid-auto-columns:140px}}@media (width<=600px){._scrollerInner_1pytp_135{grid-auto-columns:130px}}._page_bx0j2_39{padding-inline:max(5%,50vw - 800px)}._text-center_bx0j2_64{text-align:center}@keyframes _te-levitate_bx0j2_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_bx0j2_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_bx0j2_84{margin-bottom:2rem}._headerInner_bx0j2_88{justify-content:center;align-items:center;gap:16px;display:flex;position:relative}._headerSide_bx0j2_96{flex:1;align-items:center;gap:8px;min-width:160px;display:flex}._headerSide_bx0j2_96:first-child{justify-content:flex-start}._headerSide_bx0j2_96:last-child{justify-content:flex-end}._searchInput_bx0j2_110{width:100%;max-width:320px}._searchInput_bx0j2_110 .ant-input{color:#fff;background:#191919d9;border:1px solid #ffffff1f;border-radius:8px;font-family:Inter,sans-serif}._searchInput_bx0j2_110 .ant-input::placeholder{color:#fff6}._searchInput_bx0j2_110 .ant-input:hover{border-color:#7877c673}._searchInput_bx0j2_110 .ant-input:focus{border-color:#7877c6cc;box-shadow:0 0 0 2px #7877c633}._searchInput_bx0j2_110 .ant-input-search-button{background:#7877c6d9;border:none}._searchInput_bx0j2_110 .ant-input-search-button:hover{background:#7877c6}._searchInput_bx0j2_110 .ant-input-prefix{color:#ffffff73}._selectionActions_bx0j2_142{-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_bx0j2_154{color:#ffffffd9;letter-spacing:.5px;font-size:.75rem;font-weight:500}._clearSelectionBtn_bx0j2_161{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_bx0j2_161:hover{color:#fffffff2!important;background:#ffffff26!important}._bulkDeleteBtn_bx0j2_177{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_bx0j2_177:hover{background:#ff4d4f!important}._headerCenter_bx0j2_193{text-align:center;flex:none;max-width:480px}._addHeaderButton_bx0j2_199{background:linear-gradient(135deg,#7877c6d9,#5a3c96d9);border:1px solid #7877c699;font-weight:500;box-shadow:0 4px 18px -4px #7877c680}._addHeaderButton_bx0j2_199:hover,._addHeaderButton_bx0j2_199:focus{background:linear-gradient(135deg,#8c8bdaf2,#6e50aaf2);border-color:#a09feee6}._title_bx0j2_210{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_bx0j2_219{color:#b8b8d0;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;font-weight:400}@media (width<=768px){._title_bx0j2_210{font-size:1.5rem}._subtitle_bx0j2_219{font-size:.8rem}._headerInner_bx0j2_88{flex-direction:column}._headerSide_bx0j2_96{justify-content:center;width:100%}._searchInput_bx0j2_110{max-width:100%}}._page_ac926_39{padding-inline:max(5%,50vw - 800px)}._text-center_ac926_64{text-align:center}@keyframes _te-levitate_ac926_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ac926_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_ac926_84{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_ac926_84,._container_ac926_84 *,._container_ac926_84:before,._container_ac926_84:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes _spin_ac926_103{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1200px){._container_ac926_84{padding:1.5rem}}@media (width<=768px){._container_ac926_84{padding:1rem}}._carouselContainer_ac926_164{align-items:center;gap:1rem;display:flex;position:relative}._horizontalScrollerWrapper_ac926_171{margin-top:.5rem;padding:0 2.5rem;position:relative}._horizontalScroller_ac926_171{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_ac926_171::-webkit-scrollbar{display:none}._horizontalScroller_ac926_171._dragging_ac926_191{cursor:grabbing;-webkit-user-select:none;user-select:none}._scrollerInner_ac926_196{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_ac926_206{opacity:0;pointer-events:none;grid-area:1/auto/-1;width:1px;height:100%}._loadingMoreIndicator_ac926_215{grid-area:1/auto/-1;justify-content:center;align-items:center;min-width:60px;padding:0 20px;display:flex}._loadingSpinner_ac926_225{border:2px solid #7877c633;border-top-color:#7877c6cc;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_ac926_103}._navButton_ac926_242{-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_ac926_242:hover:not(._disabled_ac926_263){background:radial-gradient(circle at 30% 30%,#7877c673,#323246e6);border-color:#7877c699;transform:translateY(-50%)scale(1.05)}._navButton_ac926_242._left_ac926_268{inset-inline-start:4px}._navButton_ac926_242._right_ac926_271{inset-inline-end:4px}._navButton_ac926_242._disabled_ac926_263{opacity:.3;cursor:not-allowed}._navIcon_ac926_279{font-size:18px;line-height:1}._edgeFadeLeft_ac926_284,._edgeFadeRight_ac926_284{pointer-events:none;z-index:4;width:46px;position:absolute;top:0;bottom:0}._edgeFadeLeft_ac926_284{background:linear-gradient(90deg,#0a0a0fe6,#0a0a0f00);inset-inline-start:0}._edgeFadeRight_ac926_284{background:linear-gradient(270deg,#0a0a0fe6,#0a0a0f00);inset-inline-end:0}._startBorderIndicator_ac926_303,._endBorderIndicator_ac926_303{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_ac926_303{inset-inline-start:2px;box-shadow:0 0 8px #7877c64d}._endBorderIndicator_ac926_303{inset-inline-end:2px;box-shadow:0 0 8px #7877c64d}._startBorderIndicator_ac926_303._visible_ac926_325,._endBorderIndicator_ac926_303._visible_ac926_325{opacity:1}._startBorderIndicator_ac926_303._hidden_ac926_330,._endBorderIndicator_ac926_303._hidden_ac926_330{opacity:0}._sceneSlide_ac926_335{flex:none;width:160px}@media (width<=900px){._horizontalScrollerWrapper_ac926_171{padding:0 1.5rem}._sceneSlide_ac926_335{width:140px}._navButton_ac926_242{width:36px;height:36px}}@media (width<=600px){._horizontalScrollerWrapper_ac926_171{padding:0 1rem}._sceneSlide_ac926_335{width:130px}._edgeFadeLeft_ac926_284,._edgeFadeRight_ac926_284{width:32px}}._carousel_ac926_164{flex:1}._carousel_ac926_164 .ant-carousel ._ant-carousel-content_ac926_366{height:160px}._carousel_ac926_164 .slick-track{align-items:center;display:flex!important}._carousel_ac926_164 .slick-slide{height:160px;padding:0 8px}._carousel_ac926_164 .slick-slide>div{height:100%}._carousel_ac926_164 .slick-arrow:before{color:#fff9;font-size:18px}._carousel_ac926_164 .slick-arrow:hover:before{color:#ffffffe6}._carousel_ac926_164 .slick-prev{z-index:10;inset-inline-start:-30px}._carousel_ac926_164 .slick-next{z-index:10;inset-inline-end:-30px}._sceneSlide_ac926_335{height:100%;padding:0 4px}._sceneCard_ac926_401{background:#141414cc;border:1px solid #ffffff1a;border-radius:12px;height:140px;transition:all .2s;position:relative;overflow:hidden}._sceneCard_ac926_401:hover{border-color:#7877c680;transform:translateY(-2px);box-shadow:0 8px 25px #8b7cf626}._sceneImageContainer_ac926_416{height:80px;position:relative;overflow:hidden}._sceneImage_ac926_416{object-fit:cover;width:100%;height:100%;transition:transform .2s}._sceneCard_ac926_401:hover ._sceneImage_ac926_416{transform:scale(1.05)}._scenePlaceholder_ac926_432{color:#fff6;background:#282828cc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._placeholderIcon_ac926_442{font-size:24px}._deleteButton_ac926_446{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_ac926_401:hover ._deleteButton_ac926_446{opacity:1}._deleteButton_ac926_446:hover{background:#ff4d4f}._deleteButton_ac926_446:disabled{opacity:.5;cursor:not-allowed}._sceneInfo_ac926_477{flex-direction:column;gap:4px;height:60px;padding:8px 12px;display:flex;overflow:hidden}._sceneName_ac926_486{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.75rem;font-weight:500;line-height:1.2;overflow:hidden}._sceneTags_ac926_497{flex-wrap:wrap;align-items:center;gap:4px;min-height:16px;display:flex}._sceneTag_ac926_497{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:4px;height:16px;padding:1px 6px;font-size:.6rem;line-height:14px}._sceneTag_ac926_497 .ant-tag{font-size:inherit;line-height:inherit;margin:0}._moreTagsIndicator_ac926_521{color:#ffffff80;white-space:nowrap;font-size:.6rem}._usageInfo_ac926_527{color:#fff6;margin:0;font-size:.6rem;line-height:1}._spinner_ac926_103{border:2px solid #7877c64d;border-top-color:#7877c6cc;border-radius:50%;width:20px;height:20px;animation:1s linear infinite _spin_ac926_103}._loading_ac926_120{color:#fff9;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;display:flex}._error_ac926_130{color:#ff4d4fcc;justify-content:center;align-items:center;padding:2rem;display:flex}._emptyState_ac926_138{text-align:center;color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:3rem 2rem;display:flex}._emptyIcon_ac926_149{color:#fff3;font-size:48px}@media (width<=1200px){._container_ac926_84{padding:1.5rem}._sceneCard_ac926_401{height:120px}._sceneImageContainer_ac926_416{height:65px}._sceneInfo_ac926_477{gap:2px;height:55px;padding:6px 10px}._sceneName_ac926_486{font-size:.7rem}._sceneTag_ac926_497{height:14px;padding:1px 4px;font-size:.55rem;line-height:12px}._usageInfo_ac926_527,._moreTagsIndicator_ac926_521{font-size:.55rem}}@media (width<=768px){._container_ac926_84{padding:1rem}._title_ac926_618{font-size:1.5rem}._subtitle_ac926_621{font-size:.8rem}._filtersContainer_ac926_624{margin-bottom:1.5rem;padding:1rem}._searchInput_ac926_628{max-width:100%}._tags_ac926_631{gap:.25rem}._filterTag_ac926_634{font-size:.75rem}._carouselContainer_ac926_164{flex-direction:column;gap:1.5rem}._headerInner_ac926_641{flex-direction:column}._headerSide_ac926_644{justify-content:center;width:100%}._carousel_ac926_164{width:100%}._carousel_ac926_164 .slick-prev{inset-inline-start:-25px}._carousel_ac926_164 .slick-next{inset-inline-end:-25px}}._sceneSelectionModal_ac926_658 .ant-modal-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#141414f2;border:1px solid #ffffff1a;border-radius:16px}._sceneSelectionModal_ac926_658 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1a}._sceneSelectionModal_ac926_658 .ant-modal-header .ant-modal-title{color:#ffffffe6;font-family:Inter,sans-serif;font-weight:600}._sceneSelectionModal_ac926_658 .ant-modal-close{color:#fff9}._sceneSelectionModal_ac926_658 .ant-modal-close:hover{color:#ffffffe6}._sceneModalContent_ac926_680{flex-direction:column;gap:1.5rem;display:flex}._scenePreview_ac926_686{background:#282828cc;border-radius:12px;width:100%;height:300px;overflow:hidden}._previewImage_ac926_694{object-fit:cover;width:100%;height:100%}._previewPlaceholder_ac926_700{color:#fff6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}._previewPlaceholder_ac926_700 ._placeholderIcon_ac926_442{font-size:48px}._sceneDetails_ac926_712{flex-direction:column;gap:.75rem;display:flex}._sceneDetails_ac926_712 h3{color:#ffffffe6;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}._sceneTags_ac926_497{flex-wrap:wrap;gap:.5rem;display:flex}._tag_ac926_631{color:#fffc;background:#7877c633;border:1px solid #7877c666;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:500}._usageInfo_ac926_527{color:#ffffff80;margin:0;font-size:.875rem}._modalActions_ac926_747{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}._closeButton_ac926_755{color:#ffffffb3;background:0 0;border:1px solid #fff3;min-width:44px;min-height:44px}._closeButton_ac926_755:hover{color:#ffffffe6;background:#ffffff1a;border-color:#ffffff4d}._addButton_ac926_768{color:#fff;background:#7877c6cc;border:1px solid #7877c6;min-width:44px;min-height:44px}._addButton_ac926_768:hover{background:#7877c6;border-color:#7877c6}._addButton_ac926_768:disabled{color:#ffffff80;background:#7877c64d;border-color:#7877c64d}._page_kq4z2_38{padding-inline:max(5%,50vw - 800px)}._text-center_kq4z2_63{text-align:center}@keyframes _te-levitate_kq4z2_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_kq4z2_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_kq4z2_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _pulseGlow_kq4z2_1{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes _particleFloat_kq4z2_1{0%,to{opacity:.3;transform:translateY(0)rotate(0)}50%{opacity:.7;transform:translateY(-10px)rotate(180deg)}}._addSceneButton_kq4z2_111{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_kq4z2_111: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_kq4z2_111:hover:not(:disabled){transform:translateY(-2px)scale(1.02);box-shadow:0 16px 48px #7877c699,0 8px 24px #8b7cf640,inset 0 1px #fff3}._addSceneButton_kq4z2_111:hover:not(:disabled):before{opacity:1}._addSceneButton_kq4z2_111:hover:not(:disabled) ._globeIcon_kq4z2_149{animation:2s linear infinite _globeRotate_kq4z2_1}._addSceneButton_kq4z2_111:hover:not(:disabled) ._particle_kq4z2_152{animation:2s ease-in-out infinite _particleFloat_kq4z2_1}._addSceneButton_kq4z2_111:hover:not(:disabled) ._buttonText_kq4z2_155 ._mainText_kq4z2_155{color:#fff;text-shadow:0 0 8px #7877c699}._addSceneButton_kq4z2_111:active:not(:disabled){transition:all .1s;transform:translateY(0)scale(.98)}._addSceneButton_kq4z2_111:disabled{opacity:.5;cursor:not-allowed;transform:none}._addSceneButton_kq4z2_111:disabled:hover{transform:none;box-shadow:0 8px 32px #7877c699,inset 0 1px #ffffff1a}._addSceneButton_kq4z2_111:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._addSceneButton_kq4z2_111,._addSceneButton_kq4z2_111 *,._addSceneButton_kq4z2_111:before,._addSceneButton_kq4z2_111:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._buttonContent_kq4z2_185{z-index:2;align-items:center;gap:1rem;width:100%;display:flex;position:relative}._iconContainer_kq4z2_194{-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_kq4z2_149{filter:drop-shadow(0 0 4px #7877c699);width:24px;height:24px;transition:all .3s}._globeIcon_kq4z2_149 svg{fill:#fff;width:100%;height:100%}._plusIcon_kq4z2_219{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_kq4z2_155{flex-direction:column;flex:1;align-items:flex-start;gap:2px;display:flex}._mainText_kq4z2_155{color:#fff;margin:0;font-size:.95rem;font-weight:600;line-height:1.2;transition:all .3s}._subText_kq4z2_249{color:#ffffffbf;margin:0;font-size:.75rem;font-weight:400;line-height:1.2;transition:all .3s}._particleContainer_kq4z2_258{pointer-events:none;z-index:1;position:absolute;inset:0}._particle_kq4z2_152{opacity:0;background:#c0c0ff;border-radius:50%;width:3px;height:3px;position:absolute;box-shadow:0 0 6px #c0c0ff}._particle_kq4z2_152:first-child{animation-delay:0s;top:20%;left:15%}._particle_kq4z2_152:nth-child(2){animation-delay:.7s;top:70%;left:80%}._particle_kq4z2_152:nth-child(3){animation-delay:1.4s;top:40%;right:20%}._sceneAdderModal_kq4z2_290 .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_kq4z2_290 .ant-modal-body{color:#e8e8f0;background:0 0;max-height:calc(90vh - 120px);overflow:hidden}._sceneAdderModal_kq4z2_290 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1f;border-radius:12px 12px 0 0}._sceneAdderModal_kq4z2_290 .ant-modal-header .ant-modal-title{color:#e8e8f0;font-weight:600}._sceneAdderModal_kq4z2_290 .ant-modal-close{color:#b8b8d0}._sceneAdderModal_kq4z2_290 .ant-modal-close:hover{color:#e8e8f0}._modalHeader_kq4z2_321{align-items:center;gap:.75rem;display:flex}._modalTitle_kq4z2_327{color:#e8e8f0;margin:0;font-size:1.25rem;font-weight:600}._modalContent_kq4z2_334{flex-direction:column;height:100%;padding:1.5rem;display:flex}._tabContainer_kq4z2_341{background:#0003;border-bottom:1px solid #ffffff1f;border-radius:12px;gap:.75rem;margin-bottom:2rem;padding:.5rem;display:flex;position:relative}._tabContainer_kq4z2_341:after{content:"";bottom:-1rem;background:linear-gradient(90deg,#0000,#ffffff1f,#0000);height:1px;position:absolute;inset-inline:0}._tabButton_kq4z2_360{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_kq4z2_360:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._tabButton_kq4z2_360:hover{color:#e8e8f0;background:#8b7cf626;border-color:#8b7cf666;box-shadow:0 4px 12px #7877c699}._tabButton_kq4z2_360:hover ._tabIcon_kq4z2_392{color:#8b7cf6;filter:drop-shadow(0 0 4px #7877c699);transform:scale(1.1)}._tabButton_kq4z2_360._active_kq4z2_397{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_kq4z2_360._active_kq4z2_397 ._tabIcon_kq4z2_392{color:#8b7cf6;filter:drop-shadow(0 0 6px #7877c699);transform:scale(1.15)}._tabButton_kq4z2_360:active{transition:transform .1s;transform:translateY(0)}._tabButton_kq4z2_360 ._tabIcon_kq4z2_392{flex-shrink:0;font-size:1.1rem;transition:all .3s}._newBadge_kq4z2_420{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_kq4z2_1;display:inline-flex;position:relative;transform:rotate(-12deg);box-shadow:0 2px 8px #ff6b6b26,inset 0 1px #fff3}._newBadge_kq4z2_420: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_kq4z2_360:hover ._newBadge_kq4z2_420{transform:rotate(-12deg)scale(1.05);box-shadow:0 4px 16px #ff6b6b99,inset 0 1px #ffffff4d}._tabButton_kq4z2_360:hover ._newBadge_kq4z2_420:before{opacity:.3}._tabButton_kq4z2_360._active_kq4z2_397 ._newBadge_kq4z2_420{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);animation:1.5s ease-in-out infinite _newBadgeActiveGlow_kq4z2_1;transform:rotate(-12deg);box-shadow:0 2px 8px #7877c699,inset 0 1px #fff3}._tabButton_kq4z2_360._active_kq4z2_397 ._newBadge_kq4z2_420:before{opacity:.4;background:linear-gradient(135deg,#5a4fcf,#8b5cf6)}@keyframes _newBadgePulse_kq4z2_1{0%,to{opacity:1;transform:rotate(-12deg)scale(1)}50%{opacity:.8;transform:rotate(-10deg)scale(.95)}}@keyframes _newBadgeActiveGlow_kq4z2_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_kq4z2_490{flex-direction:column;flex:1;min-height:0;display:flex}._uploadTab_kq4z2_497{flex-direction:column;flex:auto;justify-content:center;width:100%;min-width:0;margin:0;display:flex}._tabDescription_kq4z2_507{text-align:center;color:#b8b8d0;margin-bottom:2rem;font-size:.95rem;line-height:1.5}._libraryTab_kq4z2_515{flex-direction:column;flex:1;width:100%;min-height:0;display:flex;overflow:hidden}._libraryTab_kq4z2_515>*{flex:1;min-height:0}._flatTab_kq4z2_528{flex:1;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}._flatTabContent_kq4z2_537{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_kq4z2_550{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_kq4z2_550:hover{transform:scale(1.02);box-shadow:0 0 30px #7877c699,0 0 60px #8b7cf64d}._flatTabTitle_kq4z2_565{color:#e8e8f0;margin-bottom:.75rem;font-size:1.5rem;font-weight:600}._flatTabDescription_kq4z2_572{color:#b8b8d0;margin-bottom:2rem;font-size:.95rem;line-height:1.6}._createFlatButton_kq4z2_579{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_kq4z2_579:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._createFlatButton_kq4z2_579{min-width:44px;min-height:44px}._createFlatButton_kq4z2_579:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 24px #7877c699}._createFlatButton_kq4z2_579:active:not(:disabled){transform:translateY(0)}._createFlatButton_kq4z2_579:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){._modalContent_kq4z2_334{padding:1rem}._tabContainer_kq4z2_341{gap:.5rem;margin-bottom:1.5rem;padding:.375rem}._tabButton_kq4z2_360{min-width:160px;padding:.75rem 1rem;font-size:.85rem}._tabButton_kq4z2_360 ._tabIcon_kq4z2_392{font-size:1rem}._uploadTab_kq4z2_497{width:100%}}._page_1ahur_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ahur_63{text-align:center}@keyframes _te-levitate_1ahur_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ahur_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_1ahur_83{top:16px;z-index:1000;pointer-events:auto;position:absolute;inset-inline-end:16px}@media (prefers-reduced-motion:reduce){._container_1ahur_83,._container_1ahur_83 *,._container_1ahur_83:before,._container_1ahur_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._containerInline_1ahur_99{top:auto;z-index:auto;display:flex;position:static;inset-inline-end:auto}._button_1ahur_107{-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_1ahur_107:hover{background:#ffffff24;border-color:#7877c699;transform:translateY(-2px);box-shadow:0 0 20px #7877c699}._button_1ahur_107:active{transform:translateY(0)}._buttonCompact_1ahur_133{width:28px;height:28px}._iconWrapper_1ahur_138{justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}._iconWrapperCompact_1ahur_147{width:18px;height:18px}._settingsIcon_1ahur_152{width:20px;height:20px;position:absolute}._settingsIconCompact_1ahur_158{width:16px;height:16px}._eyeIcon_1ahur_163{z-index:1;width:12px;height:12px;position:absolute}._eyeIconCompact_1ahur_170{width:10px;height:10px}._bubbleTooltipOverlay_1ahur_175{z-index:1200}._bubbleTooltipOverlay_1ahur_175 .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_1ahur_175 .ant-tooltip-arrow{--antd-arrow-background-color:#1e1e37eb}._bubbleTooltipOverlay_1ahur_175 .ant-tooltip-arrow-content{background:#1e1e37eb;border:1px solid #ffffff2e}._page_ef0hx_38{padding-inline:max(5%,50vw - 800px)}._text-center_ef0hx_63{text-align:center}@keyframes _te-levitate_ef0hx_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ef0hx_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_ef0hx_83{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_ef0hx_96{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_ef0hx_109{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_ef0hx_109::-webkit-scrollbar{background:0 0;width:8px}._sceneItem_ef0hx_127{-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_ef0hx_127: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_ef0hx_127:hover{z-index:3;border-color:#8b7cf6;transform:translateY(-2px);box-shadow:0 4px 20px #7877c699}._sceneItem_ef0hx_127._selected_ef0hx_159{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_ef0hx_127._selected_ef0hx_159:after{content:"";opacity:.15;pointer-events:none;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:8px;position:absolute;inset:0}._sceneItem_ef0hx_127._selected_ef0hx_159:before{animation:3s ease-in-out infinite _selectedGlow_ef0hx_1}._sceneItem_ef0hx_127._selected_ef0hx_159 ._sceneName_ef0hx_178{color:#c0c0ff;text-shadow:0 0 8px #7877c699;font-size:.9rem;font-weight:700}._sceneItem_ef0hx_127._selected_ef0hx_159 ._scenePreview_ef0hx_184{height:90px}._sceneItem_ef0hx_127._selected_ef0hx_159 ._scenePreview_ef0hx_184:after{content:"";pointer-events:none;border:2px solid #8b7cf6;border-radius:4px;position:absolute;inset:0;box-shadow:inset 0 0 10px #7877c64d}._sceneItem_ef0hx_127._selected_ef0hx_159 ._sceneActionsLeft_ef0hx_196,._sceneItem_ef0hx_127._selected_ef0hx_159 ._sceneActionsRight_ef0hx_197,._sceneItem_ef0hx_127._selected_ef0hx_159 ._sceneTypeIndicator_ef0hx_198{opacity:1;pointer-events:all}._sceneItem_ef0hx_127:not(._selected_ef0hx_159) ._sceneName_ef0hx_178{margin-bottom:0;font-size:.8rem}._sceneItem_ef0hx_127:not(._selected_ef0hx_159) ._sceneInfo_ef0hx_206{padding:.25rem .5rem}._sceneItem_ef0hx_127:not(._selected_ef0hx_159) ._placeholderIcon_ef0hx_209{font-size:1.5rem}._sceneItem_ef0hx_127:not(._selected_ef0hx_159) ._scenePlaceholder_ef0hx_212{gap:.25rem}._sceneItem_ef0hx_127:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}@media (prefers-reduced-motion:reduce){._sceneItem_ef0hx_127,._sceneItem_ef0hx_127 *,._sceneItem_ef0hx_127:before,._sceneItem_ef0hx_127:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._scenePreview_ef0hx_184{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_ef0hx_238{-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_ef0hx_249{border:2px solid #ffffff1f;border-top-color:#8b7cf6;border-radius:50%;width:24px;height:24px;animation:1s linear infinite _spin_ef0hx_1}@keyframes _spin_ef0hx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _selectedGlow_ef0hx_1{0%{opacity:.05}50%{opacity:.15}to{opacity:.05}}._sceneImage_ef0hx_277,._sceneVideo_ef0hx_278{object-fit:contain;border-radius:inherit;width:100%;height:100%}._scenePlaceholder_ef0hx_212{-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_ef0hx_209{color:#8b7cf6;filter:drop-shadow(0 0 5px #7877c699);font-size:2rem}._errorText_ef0hx_305{color:#ff6b6b;text-align:center;font-size:.7rem}._sceneOverlay_ef0hx_311{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_ef0hx_127:hover ._sceneOverlay_ef0hx_311{background:linear-gradient(#000c 0%,#0000 30% 70%,#000c 100%)}._sceneActionsLeft_ef0hx_196,._sceneActionsRight_ef0hx_197{opacity:0;pointer-events:none;flex-wrap:nowrap;align-items:center;gap:.25rem;transition:opacity .3s;display:flex}._sceneTypeIndicator_ef0hx_198{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_ef0hx_361{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_ef0hx_374{align-items:center;margin-inline-end:.25rem;display:flex}._positionButton_ef0hx_380{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_ef0hx_380:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._positionButton_ef0hx_380:hover{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-color:#8b7cf6;transform:scale(1.05);box-shadow:0 2px 15px #7877c699}._positionInput_ef0hx_409{-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_ef0hx_409:focus{color:#c0c0ff;border-color:#c0c0ff;box-shadow:0 0 15px #c0c0ff80}._positionInput_ef0hx_409::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._positionInput_ef0hx_409::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}._positionInput_ef0hx_409[type=number]{appearance:textfield}._actionButton_ef0hx_439{-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_ef0hx_439:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._actionButton_ef0hx_439:hover{color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);transform:scale(1.1);box-shadow:0 2px 10px #7877c699}._actionButton_ef0hx_439:disabled{opacity:.3;cursor:not-allowed;pointer-events:none}._reorderButton_ef0hx_471{color:#c0c0ff;background:#ffffff14;border-color:#ffffff1f}._reorderButton_ef0hx_471:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-color:#8b7cf6;box-shadow:0 2px 10px #7877c699}._reorderButton_ef0hx_471:disabled{opacity:.3;cursor:not-allowed}._reorderButton_ef0hx_471:disabled:hover{box-shadow:none;color:#b8b8d0;background:#ffffff14;transform:none}._deleteButton_ef0hx_493{color:#ff6b6b!important;background:#2e2e4a!important;border-color:#ff6b6b!important}._deleteButton_ef0hx_493: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_ef0hx_506{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_ef0hx_1;display:flex;box-shadow:0 0 15px #00ff41cc,0 0 30px #00ff4166}@keyframes _selectedBadgePulse_ef0hx_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_ef0hx_536{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_ef0hx_536:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._bubbleTooltipOverlay_ef0hx_562{z-index:1200}._bubbleTooltipOverlay_ef0hx_562 .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_ef0hx_562 .ant-tooltip-arrow{--antd-arrow-background-color:#1e1e37eb}._bubbleTooltipOverlay_ef0hx_562 .ant-tooltip-arrow-content{background:#1e1e37eb;border:1px solid #ffffff2e}._audioIndicator_ef0hx_536._hasAudio_ef0hx_590{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_ef0hx_536._hasAudio_ef0hx_590:hover{transform:translateY(-3px)scale(1.15);box-shadow:0 8px 24px #ff7a0080,inset 0 -1px 8px #fff3}._audioIndicator_ef0hx_536._noAudio_ef0hx_601{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_ef0hx_536._noAudio_ef0hx_601: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_ef0hx_206{z-index:1;flex:1;padding:.5rem;position:relative}._sceneName_ef0hx_178{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_ef0hx_178._editable_ef0hx_636{cursor:pointer;border-radius:4px;padding:2px 4px;transition:all .3s}._sceneName_ef0hx_178._editable_ef0hx_636:hover{color:#c0c0ff;background:#ffffff14;border:1px solid #ffffff1f}._sceneNameInput_ef0hx_648{-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_ef0hx_648:focus{color:#c0c0ff;border-color:#c0c0ff;box-shadow:0 0 15px #c0c0ff80}._sceneNameInput_ef0hx_648::placeholder{color:#b8b8d0;opacity:.7}._sceneNameEditContainer_ef0hx_674{align-items:center;gap:.5rem;width:100%;margin:0 0 .25rem;display:flex}._sceneNameEditContainer_ef0hx_674 ._sceneNameInput_ef0hx_648{flex:1;margin:0}._sceneNameSubmitButton_ef0hx_686{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_ef0hx_686: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_ef0hx_686:active{transform:scale(.98)}._sceneDetails_ef0hx_715{color:#b8b8d0;margin:0;font-family:Inter,sans-serif;font-size:.75rem}._hotspotCount_ef0hx_722{color:#e8e8f0;font-weight:500}._emptyState_ef0hx_727{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_ef0hx_727: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_ef0hx_1;position:absolute;inset-block-start:50%;inset-inline-start:50%;transform:translate(-50%,-50%)}@keyframes _cyberpunkPulse_ef0hx_1{0%{opacity:.08}50%{opacity:.14}to{opacity:.08}}._emptyIcon_ef0hx_766{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_ef0hx_1;position:relative}._emptyText_ef0hx_777{color:#b8b8d0;z-index:1;margin:0;font-family:Inter,sans-serif;font-size:.9rem;position:relative}[dir=rtl] ._sceneActionsLeft_ef0hx_196,[dir=rtl] ._sceneActionsRight_ef0hx_197,[dir=rtl] ._sceneOverlay_ef0hx_311{flex-direction:row-reverse}@media (width<=768px){._scenePreview_ef0hx_184{height:100px}._sceneInfo_ef0hx_206{padding:.5rem}._sceneName_ef0hx_178{font-size:.85rem}._sceneNameInput_ef0hx_648{padding:3px 6px;font-size:.85rem}._sceneDetails_ef0hx_715{font-size:.7rem}._actionButton_ef0hx_439{width:24px;height:24px;font-size:.75rem}._positionButton_ef0hx_380{min-width:28px;height:24px;padding:0 4px;font-size:.7rem}._positionInput_ef0hx_409{width:28px;height:24px;font-size:.7rem}._sceneTypeIcon_ef0hx_361{width:24px;height:24px;font-size:.75rem}._selectedBadge_ef0hx_506{width:28px;height:28px;font-size:.85rem}._audioIndicator_ef0hx_536{width:20px;height:20px;font-size:.75rem;inset-block-end:.375rem;inset-inline-end:.375rem}._audioIndicator_ef0hx_536:hover{transform:scale(1.1)}._loadingSpinner_ef0hx_249{width:20px;height:20px}._sceneNameSubmitButton_ef0hx_686{min-width:24px;height:24px;font-size:.75rem}._sceneNameEditContainer_ef0hx_674{gap:.375rem}}._sceneGrid_ef0hx_109::-webkit-scrollbar{width:8px}._sceneGrid_ef0hx_109::-webkit-scrollbar-track{background:#ffffff14;border-radius:4px;margin:2px}._sceneGrid_ef0hx_109::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border-radius:4px;min-height:20px;box-shadow:0 0 5px #7877c699}._sceneGrid_ef0hx_109::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);box-shadow:0 0 10px #7877c699}._sceneGrid_ef0hx_109{scrollbar-width:thin;scrollbar-color:#8b7cf6 #ffffff14}.ant-modal-confirm .ant-modal-confirm-title{color:#000!important;font-weight:600!important}.ant-modal-confirm .ant-modal-confirm-content{color:#333!important}._page_1y66a_39{padding-inline:max(5%,50vw - 800px)}._text-center_1y66a_64{text-align:center}@keyframes _te-levitate_1y66a_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1y66a_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_1y66a_84{-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_1y66a_1,8s ease-in-out forwards _fadeOutAfterDelay_1y66a_1;position:absolute;top:100%;right:0;box-shadow:0 4px 20px #f003}._validationErrors_1y66a_84:hover{animation-play-state:paused}._validationErrors_1y66a_84:before{content:"";z-index:-1;background:linear-gradient(45deg,#f003,#ffa50033);border-radius:8px;animation:2s ease-in-out infinite _errorPulse_1y66a_1;position:absolute;inset:-1px}@media (prefers-reduced-motion:reduce){._validationErrors_1y66a_84,._validationErrors_1y66a_84 *,._validationErrors_1y66a_84:before,._validationErrors_1y66a_84:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@keyframes _slideInFromTop_1y66a_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeOutAfterDelay_1y66a_1{0%{opacity:1}62.5%{opacity:1}to{opacity:0;visibility:hidden}}@keyframes _errorPulse_1y66a_1{0%,to{opacity:.3}50%{opacity:.6}}._validationErrorsHeader_1y66a_154{color:#ff6b6b;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}._validationErrorsHeader_1y66a_154 ._errorIcon_1y66a_163{color:#ff6b6b;filter:drop-shadow(0 0 3px);font-size:1rem;animation:2s ease-in-out infinite _pulse_1y66a_1}._validationErrorsList_1y66a_170{margin:0;padding:0;font-size:.85rem;line-height:1.4;list-style:none}._validationError_1y66a_84{color:#ffa8a8;margin-bottom:.25rem;padding-inline-start:1rem;position:relative}._validationError_1y66a_84:before{content:"•";color:#ff6b6b;font-weight:700;position:absolute;left:0}._validationError_1y66a_84:last-child{margin-bottom:0}@media (width<=768px){._validationErrors_1y66a_84{min-width:auto;max-width:none;position:fixed;inset:auto 1rem 2rem}}._page_gncu8_38{padding-inline:max(5%,50vw - 800px)}._text-center_gncu8_63{text-align:center}._welcomeModal_gncu8_67 .ant-modal-content,._completionModal_gncu8_68 .ant-modal-content{background:linear-gradient(135deg,#fffffffa,#f8f8fffa);border-radius:20px;overflow:hidden}._welcomeContent_gncu8_74,._completionContent_gncu8_75{text-align:center;padding:24px}._title_gncu8_80{color:#2d2d5f;margin:0 0 16px;font-size:28px;font-weight:700}._description_gncu8_87{color:#4a4a8c;margin:0 0 16px;font-size:16px;line-height:1.6}._duration_gncu8_94{color:#7877c6;margin:8px 0 24px;font-size:14px;font-style:italic}._checkboxContainer_gncu8_101{text-align:center;margin:20px 0}._checkboxContainer_gncu8_101 .ant-checkbox-wrapper{color:#4a4a8c;font-size:14px}._checkboxContainer_gncu8_101 .ant-checkbox-wrapper:hover .ant-checkbox-inner{border-color:#7877c6}._checkboxContainer_gncu8_101 .ant-checkbox-checked .ant-checkbox-inner{background-color:#7877c6;border-color:#7877c6}._featureList_gncu8_117{text-align:left;max-width:400px;margin:16px auto 24px;padding-left:24px}._featureList_gncu8_117 li{color:#4a4a8c;margin-bottom:8px;font-size:15px;line-height:1.8}._actions_gncu8_130{justify-content:center;gap:12px;display:flex}._actions_gncu8_130 button{min-width:140px}._successIcon_gncu8_139{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_gncu8_1;display:flex;box-shadow:0 8px 24px #7877c666}._summaryBox_gncu8_154{text-align:left;background:#7877c614;border-radius:12px;margin:24px 0;padding:20px}._summaryBox_gncu8_154 h3{color:#2d2d5f;margin:0 0 12px;font-size:16px;font-weight:600}._summaryBox_gncu8_154 ul{margin:0;padding:0;list-style:none}._summaryBox_gncu8_154 ul li{color:#4a4a8c;padding-left:8px;font-size:15px;line-height:1.8}._tip_gncu8_179{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_gncu8_179 strong{color:#7877c6}@keyframes _successPop_gncu8_1{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}._page_pombz_38{padding-inline:max(5%,50vw - 800px)}._text-center_pombz_63{text-align:center}._bubble_pombz_67{-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_pombz_1;position:fixed;box-shadow:0 8px 32px #0003;z-index:99999!important}@media (width<=768px){._bubble_pombz_67{max-width:calc(100vw - 40px);padding:16px 20px;font-size:14px}}._bubble_pombz_67._centered_pombz_86{animation:.6s ease-out forwards _fadeInSlideCentered_pombz_1}._bubble_pombz_67._transforming_pombz_89{animation:none;transform:translate(-50%,-50%)scale(2);top:50%!important;left:50%!important}._bubble_pombz_67._transitioning_pombz_95{animation:1.5s ease-out forwards _transformToPosition_pombz_1}._bubble_pombz_67._transitioning_pombz_95._centered_pombz_86{animation:1.5s ease-out forwards _transformToPositionCentered_pombz_1}._bubble_pombz_67._animSlideFade_pombz_101{animation:.8s ease-out forwards _slideFade_pombz_1}._bubble_pombz_67._animSlideFade_pombz_101._centered_pombz_86{animation:.8s ease-out forwards _slideFadeCentered_pombz_1}._bubble_pombz_67._animBounce_pombz_107{animation:.9s cubic-bezier(.68,-.55,.265,1.55) forwards _bounce_pombz_1}._bubble_pombz_67._animBounce_pombz_107._centered_pombz_86{animation:.9s cubic-bezier(.68,-.55,.265,1.55) forwards _bounceCentered_pombz_1}._bubble_pombz_67._animRotateZoom_pombz_113{animation:.7s ease-out forwards _rotateZoom_pombz_1}._bubble_pombz_67._animRotateZoom_pombz_113._centered_pombz_86{animation:.7s ease-out forwards _rotateZoomCentered_pombz_1}._bubble_pombz_67._animFlip_pombz_119{transform-style:preserve-3d;animation:.8s ease-out forwards _flip_pombz_1}._bubble_pombz_67._animFlip_pombz_119._centered_pombz_86{animation:.8s ease-out forwards _flipCentered_pombz_1}._bubble_pombz_67._animElastic_pombz_126{animation:1s cubic-bezier(.68,-.55,.265,1.55) forwards _elastic_pombz_1}._bubble_pombz_67._animElastic_pombz_126._centered_pombz_86{animation:1s cubic-bezier(.68,-.55,.265,1.55) forwards _elasticCentered_pombz_1}._bubble_pombz_67._animPulse_pombz_132{animation:.8s ease-in-out forwards _pulse_pombz_1}._bubble_pombz_67._animPulse_pombz_132._centered_pombz_86{animation:.8s ease-in-out forwards _pulseCentered_pombz_1}._bubble_pombz_67._pulsing_pombz_138{animation:2s ease-in-out infinite _reminderPulse_pombz_1!important}._bubble_pombz_67._pulsing_pombz_138._centered_pombz_86{animation:2s ease-in-out infinite _reminderPulseCentered_pombz_1!important}._bubble_pombz_67:before{content:"";border-style:solid;width:0;height:0;position:absolute}._bubble_pombz_67._arrowTop_pombz_151:before{border-width:0 10px 10px;border-color:#0000 #0000 #fffffff2;top:-10px;left:50%;transform:translate(-50%)}._bubble_pombz_67._arrowBottom_pombz_158:before{border-width:10px 10px 0;border-color:#fffffff2 #0000 #0000;bottom:-10px;left:50%;transform:translate(-50%)}._bubble_pombz_67._arrowLeft_pombz_165:before{border-width:10px 10px 10px 0;border-color:#0000 #fffffff2 #0000 #0000;top:50%;left:-10px;transform:translateY(-50%)}._bubble_pombz_67._arrowRight_pombz_172:before{border-width:10px 0 10px 10px;border-color:#0000 #0000 #0000 #fffffff2;top:50%;right:-10px;transform:translateY(-50%)}._message_pombz_180{color:#2d2d5f;text-align:center;margin:0;font-size:16px;line-height:1.5}@media (width<=768px){._message_pombz_180{font-size:14px}}._nextButton_pombz_193{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_pombz_193:hover{transform:translateY(-2px);box-shadow:0 4px 16px #7877c666}._nextButton_pombz_193:active{transform:translateY(0)}._nextButton_pombz_193._nextButtonEnter_pombz_214{animation:.5s cubic-bezier(.34,1.56,.64,1) forwards _buttonSlideUp_pombz_1}@keyframes _fadeInSlide_pombz_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_pombz_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_pombz_1{0%{top:50%;left:50%;transform:translate(-50%,-50%)scale(2)}to{transform:scale(1)}}@keyframes _transformToPositionCentered_pombz_1{0%{top:50%;left:50%;transform:translate(-50%,-50%)scale(2)}to{transform:translate(-50%)scale(1)}}@keyframes _slideFade_pombz_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes _slideFadeCentered_pombz_1{0%{opacity:0;transform:translate(-50%)translateY(50px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _bounce_pombz_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_pombz_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_pombz_1{0%{opacity:0;transform:scale(0)rotate(-360deg)}to{opacity:1;transform:scale(1)rotate(0)}}@keyframes _rotateZoomCentered_pombz_1{0%{opacity:0;transform:translate(-50%)scale(0)rotate(-360deg)}to{opacity:1;transform:translate(-50%)scale(1)rotate(0)}}@keyframes _flip_pombz_1{0%{opacity:0;transform:perspective(600px)rotateX(-120deg)}to{opacity:1;transform:perspective(600px)rotateX(0)}}@keyframes _flipCentered_pombz_1{0%{opacity:0;transform:translate(-50%)perspective(600px)rotateX(-120deg)}to{opacity:1;transform:translate(-50%)perspective(600px)rotateX(0)}}@keyframes _elastic_pombz_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_pombz_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_pombz_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_pombz_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_pombz_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_pombz_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_pombz_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_184fn_38{padding-inline:max(5%,50vw - 800px)}._text-center_184fn_63{text-align:center}._container_184fn_67{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_184fn_82{isolation:isolate;align-items:center;gap:16px;display:flex;position:relative}._handWrapper_184fn_90{z-index:10;isolation:isolate;justify-content:center;align-items:center;display:flex;position:relative}._handGlow_184fn_99{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_184fn_1;position:absolute}._hand_184fn_90{z-index:11;filter:drop-shadow(0 4px 12px #00000080);cursor:grab;opacity:1;animation:4.5s ease-in-out infinite _dragGesture_184fn_1;position:relative}._hand_184fn_90 svg{opacity:1}._arrowUp_184fn_121,._arrowDown_184fn_122,._arrowLeft_184fn_123,._arrowRight_184fn_124{z-index:1;color:#7877c699;text-shadow:0 0 8px #7877c64d;font-size:28px;font-weight:700;transition:all .3s;position:relative}._arrowLeft_184fn_123{animation:4.5s ease-in-out infinite _arrowFlashLeft_184fn_1}._arrowRight_184fn_124{animation:4.5s ease-in-out infinite _arrowFlashRight_184fn_1}._arrowUp_184fn_121{animation:4.5s ease-in-out infinite _arrowFlashUp_184fn_1}._arrowDown_184fn_122{animation:4.5s ease-in-out infinite _arrowFlashDown_184fn_1}@keyframes _dragGesture_184fn_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_184fn_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_184fn_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_184fn_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_184fn_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_184fn_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_1jb4x_38{padding-inline:max(5%,50vw - 800px)}._text-center_1jb4x_63{text-align:center}._highlightBox_1jb4x_67{pointer-events:none;z-index:9300;background:#7877c626;border:3px solid #9695ff;border-radius:12px;animation:1.5s ease-in-out infinite _pulse_1jb4x_1;box-shadow:0 0 30px #9695ffe6,0 0 50px #7877c699,inset 0 0 25px #9695ff4d}@keyframes _pulse_1jb4x_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_1a00v_38{padding-inline:max(5%,50vw - 800px)}._text-center_1a00v_63{text-align:center}._closeInstruction_1a00v_67{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_1a00v_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #0006,inset 0 1px #ffffff1a}._closeInstruction_1a00v_67._pulsing_1a00v_83{animation:2s ease-in-out infinite _reminderPulse_1a00v_1}@media (width<=768px){._closeInstruction_1a00v_67{padding:.4rem .8rem;font-size:.85rem}}@keyframes _fadeInDown_1a00v_1{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _reminderPulse_1a00v_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_1370k_38{padding-inline:max(5%,50vw - 800px)}._text-center_1370k_63{text-align:center}._fullscreenInstruction_1370k_67{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_1370k_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 12px #22c55e4d,inset 0 1px #ffffff1a}._fullscreenInstruction_1370k_67._pulsing_1370k_86{animation:2s ease-in-out infinite _reminderPulse_1370k_1}@media (width<=768px){._fullscreenInstruction_1370k_67{padding:.4rem .8rem;font-size:.85rem}}@keyframes _fadeInDown_1370k_1{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes _reminderPulse_1370k_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_18dnx_38{padding-inline:max(5%,50vw - 800px)}._text-center_18dnx_63{text-align:center}._videoControlsInstruction_18dnx_67{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_18dnx_1;position:fixed;transform:translate(-50%);box-shadow:0 4px 16px #4f46e566}._videoControlsInstruction_18dnx_67: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_18dnx_67{animation:.4s ease-out _videoControlsFadeIn_18dnx_1,2s ease-in-out .4s infinite _videoControlsPulse_18dnx_1}._videoControlsInstruction_18dnx_67._pulsing_18dnx_98{animation:.4s ease-out _videoControlsFadeIn_18dnx_1,2s ease-in-out .4s infinite _reminderPulse_18dnx_1}@keyframes _videoControlsFadeIn_18dnx_1{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}@keyframes _videoControlsPulse_18dnx_1{0%,to{box-shadow:0 4px 16px #4f46e566}50%{box-shadow:0 4px 24px #4f46e599}}@keyframes _reminderPulse_18dnx_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_18dnx_67{max-width:240px;padding:.625rem 1rem;font-size:.875rem}}._page_fizz1_38{padding-inline:max(5%,50vw - 800px)}._text-center_fizz1_63{text-align:center}._videoFrameClickInstruction_fizz1_67{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_fizz1_1;position:fixed;transform:translate(-100%);box-shadow:0 4px 16px #22c55e66}._videoFrameClickInstruction_fizz1_67._rtl_fizz1_83{transform:translate(100%)}._videoFrameClickInstruction_fizz1_67._mobile_fizz1_86{transform:translate(-50%)!important}._videoFrameClickInstruction_fizz1_67: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_fizz1_67._rtl_fizz1_83:after{border-left:none;border-right:10px solid #22c55ef2;left:auto;right:100%}._videoFrameClickInstruction_fizz1_67._mobile_fizz1_86:after{border:10px solid #0000;border-top:none;border-bottom-color:#22c55ef2;inset:auto auto 100% 50%;transform:translate(-50%)}._videoFrameClickInstruction_fizz1_67._mobile_fizz1_86._rtl_fizz1_83:after{left:50%;right:auto}._videoFrameClickInstruction_fizz1_67{animation:.4s ease-out _videoFrameFadeIn_fizz1_1,2s ease-in-out .4s infinite _videoFramePulse_fizz1_1}@keyframes _videoFrameFadeIn_fizz1_1{0%{opacity:0}to{opacity:1}}@keyframes _videoFramePulse_fizz1_1{0%,to{box-shadow:0 4px 16px #22c55e66}50%{box-shadow:0 4px 24px #22c55e99}}@media (width<=768px){._videoFrameClickInstruction_fizz1_67{max-width:180px;padding:.625rem 1rem;font-size:.875rem}}._page_101xe_38{padding-inline:max(5%,50vw - 800px)}._text-center_101xe_63{text-align:center}._blocker_101xe_67{z-index:10002;pointer-events:all;cursor:not-allowed;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}._page_1dtto_38{padding-inline:max(5%,50vw - 800px)}._text-center_1dtto_63{text-align:center}._backdrop_1dtto_67{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9000;pointer-events:none;background:#0000004d;animation:.3s ease-out _fadeIn_1dtto_1;position:fixed;inset:0}._skipButton_1dtto_80{-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_1dtto_80:hover{background:#fff;border-color:#7877c680;transform:translate(-50%)translateY(-2px);box-shadow:0 4px 12px #0000001a}._skipButton_1dtto_80:active{transform:translate(-50%)translateY(0)}._stepContainer_1dtto_107{z-index:9100;pointer-events:none;position:fixed;inset:0}@keyframes _fadeIn_1dtto_1{0%{opacity:0}to{opacity:1}}._page_xijyo_38{padding-inline:max(5%,50vw - 800px)}._text-center_xijyo_63{text-align:center}@keyframes _te-levitate_xijyo_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_xijyo_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_xijyo_83{justify-content:center;align-items:center;display:flex}@media (prefers-reduced-motion:reduce){._thumbnailEditor_xijyo_83,._thumbnailEditor_xijyo_83 *,._thumbnailEditor_xijyo_83:before,._thumbnailEditor_xijyo_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._thumbnailContainer_xijyo_97{cursor:pointer;border:2px solid #0000;border-radius:8px;transition:all .2s;position:relative;overflow:hidden}._thumbnailContainer_xijyo_97:hover{border-color:#8b7cf6;box-shadow:0 0 10px #7877c699}._thumbnailContainer_xijyo_97:focus{border-color:#8b7cf6;outline:none;box-shadow:0 0 10px #7877c699}._thumbnailContainer_xijyo_97._uploading_xijyo_114{cursor:not-allowed;opacity:.7}._thumbnailPreview_xijyo_119{width:100%;height:100%;position:relative}._thumbnailPreview_xijyo_119 ._thumbnailImage_xijyo_124{object-fit:cover;width:100%;height:100%;display:block}._thumbnailPreview_xijyo_119 ._overlay_xijyo_130{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_xijyo_119 ._overlay_xijyo_130 ._editIcon_xijyo_146{filter:drop-shadow(0 0 3px);margin-bottom:.25rem;font-size:1.2rem}._thumbnailPreview_xijyo_119 ._overlay_xijyo_130 ._editText_xijyo_151{text-shadow:0 0 3px #000c;font-weight:500}._thumbnailPreview_xijyo_119:hover ._overlay_xijyo_130{opacity:1}._placeholderThumbnail_xijyo_159{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_xijyo_159 ._placeholderIcon_xijyo_171{opacity:.7;margin-bottom:.25rem;font-size:1.5rem}._placeholderThumbnail_xijyo_159 ._placeholderText_xijyo_176{margin-bottom:.25rem}._placeholderThumbnail_xijyo_159 ._uploadIcon_xijyo_179{opacity:.5;font-size:1rem}._placeholderThumbnail_xijyo_159:hover{color:#e8e8f0;background:linear-gradient(135deg,#8b45db33 0%,#581c8733 100%);border-color:#8b7cf6}._placeholderThumbnail_xijyo_159:hover ._placeholderIcon_xijyo_171,._placeholderThumbnail_xijyo_159:hover ._uploadIcon_xijyo_179{opacity:1;filter:drop-shadow(0 0 3px)}._uploadingOverlay_xijyo_194{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_xijyo_194 ._spinner_xijyo_209{border:2px solid #0000;border-top-color:#8b7cf6;border-radius:50%;width:24px;height:24px;margin-bottom:.5rem;animation:1s linear infinite _spin_xijyo_209}@keyframes _spin_xijyo_209{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._small_xijyo_227 ._thumbnailContainer_xijyo_97{width:48px;height:48px}._small_xijyo_227 ._placeholderThumbnail_xijyo_159{font-size:.75rem}._small_xijyo_227 ._placeholderThumbnail_xijyo_159 ._placeholderIcon_xijyo_171{font-size:1.2rem}._small_xijyo_227 ._placeholderThumbnail_xijyo_159 ._uploadIcon_xijyo_179{font-size:.8rem}._medium_xijyo_241 ._thumbnailContainer_xijyo_97{width:64px;height:64px}._large_xijyo_246 ._thumbnailContainer_xijyo_97{width:80px;height:80px}._large_xijyo_246 ._placeholderThumbnail_xijyo_159{font-size:.9rem}._large_xijyo_246 ._placeholderThumbnail_xijyo_159 ._placeholderIcon_xijyo_171{font-size:1.8rem}._large_xijyo_246 ._placeholderThumbnail_xijyo_159 ._uploadIcon_xijyo_179{font-size:1.2rem}._page_12mt6_39{padding-inline:max(5%,50vw - 800px)}._text-center_12mt6_64{text-align:center}@keyframes _te-levitate_12mt6_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_12mt6_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_12mt6_84{-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_12mt6_84,._root_12mt6_84 *,._root_12mt6_84:before,._root_12mt6_84:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._hidden_12mt6_111{opacity:0;pointer-events:none;transform:translateX(calc(var(--rtl,0) * 40px - 40px))}._detailsSection_12mt6_117{border-bottom:1px solid #ffffff1f;flex:none;align-items:center;gap:10px;padding:12px;display:flex}._thumbnail_12mt6_126{flex-shrink:0}._detailsButton_12mt6_130{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_12mt6_130:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._detailsButton_12mt6_130:hover{background:#ffffff14;border-color:#ffffff1f}._detailsText_12mt6_153{text-align:start;flex-direction:column;flex:1;gap:1px;min-width:0;display:flex}._tourTitle_12mt6_162{text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.85rem;font-weight:600;overflow:hidden}._tourDesc_12mt6_171{opacity:.7;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.7rem;overflow:hidden}._placeholder_12mt6_180{opacity:.5;font-style:italic}._editIcon_12mt6_185{opacity:.5;flex-shrink:0;font-size:.8rem}._adderSection_12mt6_191{border-bottom:1px solid #ffffff1f;flex:none;padding:10px 12px}._gallerySection_12mt6_197{flex-direction:column;flex:auto;min-height:0;padding:8px;padding-inline-end:6px;display:flex;overflow-y:auto}@media (width<=1024px){._root_12mt6_84{flex-basis:252px;width:252px}}@media (width<=768px){._root_12mt6_84{display:none}}._page_1akqm_38{padding-inline:max(5%,50vw - 800px)}._text-center_1akqm_63{text-align:center}._animatedField_1akqm_67{transition-duration:var(--animation-duration,.3s);transition-delay:var(--animation-delay,0s);transition-timing-function:cubic-bezier(.4,0,.2,1);overflow:hidden}._slide_1akqm_74{opacity:0;max-height:0;transition-property:max-height,opacity,transform;transform:translateY(-8px)}._slide_1akqm_74._visible_1akqm_80{opacity:1;max-height:500px;transform:translateY(0)}._fade_1akqm_86{opacity:0;transition-property:opacity}._fade_1akqm_86._visible_1akqm_80{opacity:1}._scale_1akqm_94{opacity:0;transition-property:opacity,transform;transform:scale(.95)}._scale_1akqm_94._visible_1akqm_80{opacity:1;transform:scale(1)}._slideScale_1akqm_104{opacity:0;max-height:0;transition-property:max-height,opacity,transform;transform:translateY(-12px)scale(.98)}._slideScale_1akqm_104._visible_1akqm_80{opacity:1;max-height:500px;transform:translateY(0)scale(1)}._animatedField_1akqm_67+._animatedField_1akqm_67{transition:margin-top var(--animation-duration,.3s) cubic-bezier(.4, 0, .2, 1);margin-top:0}._animatedField_1akqm_67+._animatedField_1akqm_67._visible_1akqm_80{margin-top:1rem}@media (prefers-reduced-motion:reduce){._animatedField_1akqm_67{transition:none!important}._animatedField_1akqm_67._slide_1akqm_74,._animatedField_1akqm_67._slideScale_1akqm_104{max-height:none}._animatedField_1akqm_67:not(._visible_1akqm_80){display:none}}._page_1ofh6_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ofh6_63{text-align:center}@keyframes _te-levitate_1ofh6_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1ofh6_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_1ofh6_83{cursor:pointer;transition:all .2s;position:relative}._display_1ofh6_83:hover{background-color:#ffffff0d;transform:translateY(-1px)}._display_1ofh6_83:hover ._editIcon_1ofh6_92{opacity:1;color:#7877c699}@media (prefers-reduced-motion:reduce){._display_1ofh6_83,._display_1ofh6_83 *,._display_1ofh6_83:before,._display_1ofh6_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._tourDetailsContainer_1ofh6_105{border:1px solid #0000;border-radius:8px;align-items:center;gap:1rem;padding:.25rem .5rem;transition:all .2s;display:flex}._tourDetailsContainer_1ofh6_105:hover{border-color:#8b5cf64d;box-shadow:0 0 10px #8b5cf61a}._tourTextDetails_1ofh6_119{flex:1;min-width:0}._titleDisplay_1ofh6_124{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_1ofh6_124._placeholder_1ofh6_137{opacity:.7;color:#b8b8d0;font-style:italic}._descriptionDisplay_1ofh6_143{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_1ofh6_143._placeholder_1ofh6_137{opacity:.6;font-style:italic}._editIcon_1ofh6_92{opacity:.7;color:#b8b8d0;filter:drop-shadow(0 0 3px);flex-shrink:0;transition:all .2s}._editorPopup_1ofh6_168 .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_1ofh6_168 .ant-modal-body{padding:0}._editorContainer_1ofh6_181{z-index:1;position:relative}._editorHeader_1ofh6_186{border-bottom:1px solid #8b5cf64d;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}._editorTitle_1ofh6_195{color:#e8e8f0;text-shadow:0 0 10px #7877c699;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}._closeButton_1ofh6_204{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_1ofh6_204:hover{color:#e8e8f0!important;background:#ffffff1a!important;border-color:#7877c699!important;box-shadow:0 0 10px #8b5cf64d!important}._closeButton_1ofh6_204 svg{font-size:1.2rem}._editorForm_1ofh6_229{margin-bottom:1.5rem}._editorForm_1ofh6_229 .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_1ofh6_229 .ant-form-item-explain-error{color:#ff6b6b!important;font-family:Inter,sans-serif!important}._formItem_1ofh6_244{margin-bottom:1.5rem!important}._titleInput_1ofh6_248,._descriptionInput_1ofh6_248{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_1ofh6_248:focus,._titleInput_1ofh6_248:hover,._descriptionInput_1ofh6_248:focus,._descriptionInput_1ofh6_248:hover{background:#ffffff14!important;border-color:#7877c699!important;box-shadow:0 0 10px #8b5cf64d!important}._titleInput_1ofh6_248::placeholder,._descriptionInput_1ofh6_248::placeholder{color:#b8b8d099!important}._titleInput_1ofh6_248 .ant-input-show-count-suffix,._descriptionInput_1ofh6_248 .ant-input-show-count-suffix{color:#b8b8d0!important;font-family:Inter,sans-serif!important;font-size:.75rem!important}._titleInput_1ofh6_248{padding:12px 16px!important;font-size:1.1rem!important;font-weight:500!important}._descriptionInput_1ofh6_248{resize:none!important;padding:12px 16px!important;font-size:.95rem!important;line-height:1.4!important}._editorActions_1ofh6_283{border-top:1px solid #8b5cf633;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}._cancelButton_1ofh6_291{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_1ofh6_291:hover{color:#e8e8f0!important;background:#ffffff1a!important;border-color:#ffffff80!important;transform:translateY(-1px)!important}._saveButton_1ofh6_308{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_1ofh6_308:hover{background:linear-gradient(135deg,#7c3aed,#9333ea)!important;border-color:#7877c699!important;transform:translateY(-1px)!important;box-shadow:0 0 15px #8b5cf666!important}._saveButton_1ofh6_308:active{transform:translateY(0)!important}._saveButton_1ofh6_308 svg{filter:drop-shadow(0 0 3px);font-size:1rem}._keyboardHints_1ofh6_336{text-align:center;color:#b8b8d0;opacity:.8;margin-top:1rem;font-family:Inter,sans-serif;font-size:.8rem}._keyboardHints_1ofh6_336 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_1ofh6_168{width:95vw;max-width:none;margin:1rem}._tourDetailsContainer_1ofh6_105{flex-direction:column;align-items:flex-start;gap:.5rem}._titleDisplay_1ofh6_124{font-size:1.2rem}._descriptionDisplay_1ofh6_143{font-size:.85rem}._editorActions_1ofh6_283{flex-direction:column-reverse;gap:.75rem}._editorActions_1ofh6_283 button{justify-content:center;width:100%}}@media (prefers-color-scheme:dark){._titleInput_1ofh6_248,._descriptionInput_1ofh6_248{background:#ffffff08!important}._titleInput_1ofh6_248:focus,._titleInput_1ofh6_248:hover,._descriptionInput_1ofh6_248:focus,._descriptionInput_1ofh6_248:hover{background:#ffffff0f!important}}._page_ekjc8_38{padding-inline:max(5%,50vw - 800px)}._text-center_ekjc8_63{text-align:center}@keyframes _te-levitate_ekjc8_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ekjc8_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_ekjc8_83:hover ._noSaveIconSave_ekjc8_83{color:#ff6b6b!important}._noSaveIcon_ekjc8_83{vertical-align:middle;width:18px;height:18px;display:inline-block;position:relative}._noSaveIconSave_ekjc8_83{color:#fff;font-size:15px;transition:color .2s;position:absolute;inset-block-start:0;inset-inline-start:0}._ant-btn-dangerous_ekjc8_104:hover ._noSaveIconSave_ekjc8_83,._ant-btn-danger_ekjc8_104:hover ._noSaveIconSave_ekjc8_83,._ant-btn-danger_ekjc8_104:not(:disabled):hover ._noSaveIconSave_ekjc8_83,._ant-btn-dangerous_ekjc8_104:not(:disabled):hover ._noSaveIconSave_ekjc8_83{color:#ff6b6b}._noSaveIconX_ekjc8_111{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_ekjc8_123 .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_ekjc8_123 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff1f;border-radius:12px 12px 0 0}._modal_ekjc8_123 .ant-modal-header .ant-modal-title{color:#e8e8f0;font-weight:600}._modal_ekjc8_123 .ant-modal-body{color:#e8e8f0;background:0 0;padding:24px}._modal_ekjc8_123 .ant-modal-close{color:#b8b8d0}._modal_ekjc8_123 .ant-modal-close:hover{color:#e8e8f0}._modalTitle_ekjc8_151{align-items:center;gap:8px;display:flex}._modalTitle_ekjc8_151 svg{color:#ff7a00;filter:drop-shadow(0 0 5px #ff7a0066);font-size:1.2rem}._content_ekjc8_162{flex-direction:column;gap:24px;display:flex}@media (prefers-reduced-motion:reduce){._content_ekjc8_162,._content_ekjc8_162 *,._content_ekjc8_162:before,._content_ekjc8_162:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._description_ekjc8_176{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:16px}._descriptionText_ekjc8_185{color:#b8b8d0;margin:0;font-size:.9rem;line-height:1.5}._currentAudio_ekjc8_192{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:8px;padding:16px}._currentAudio_ekjc8_192 h4{color:#e8e8f0;margin:0 0 12px;font-size:.9rem;font-weight:600}._audioInfo_ekjc8_206{flex-direction:column;gap:4px;margin-bottom:12px;display:flex}._audioInfo_ekjc8_206 ._fileName_ekjc8_212{color:#e8e8f0;font-weight:500}._audioInfo_ekjc8_206 ._fileType_ekjc8_216{color:#b8b8d0;text-transform:uppercase;font-size:.85rem}._existingAudioControls_ekjc8_222{border-top:1px solid #ffffff1f;justify-content:center;padding-top:12px;display:flex}._existingAudioControls_ekjc8_222 ._playButton_ekjc8_228{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f;align-items:center;gap:8px;display:flex}._existingAudioControls_ekjc8_222 ._playButton_ekjc8_228:hover:not(:disabled){color:#ff7a00;background:#ffffff26;border-color:#ff7a00;transform:translateY(-1px);box-shadow:0 2px 8px #ff7a0033}._existingAudioControls_ekjc8_222 ._playButton_ekjc8_228:disabled{opacity:.5;cursor:not-allowed}._existingAudioControls_ekjc8_222 ._playButton_ekjc8_228 svg{font-size:1rem}._uploadArea_ekjc8_251{flex-direction:column;align-items:center;gap:12px;display:flex}._uploadButton_ekjc8_258{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_ekjc8_258:focus-visible{outline-offset:2px;outline:2px solid #ff7a00}._uploadButton_ekjc8_258{min-width:44px;min-height:44px}._uploadButton_ekjc8_258 svg{font-size:1.1rem}._uploadButton_ekjc8_258:hover{background:#ff9500;border-color:#ff9500;transform:translateY(-1px);box-shadow:0 4px 12px #ff7a004d}._uploadButton_ekjc8_258._disabled_ekjc8_289{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}._selectedFile_ekjc8_296{-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_ekjc8_296 span:first-child{color:#e8e8f0;text-align:center;word-break:break-all;font-weight:500}._selectedFile_ekjc8_296 span:last-child{color:#b8b8d0;font-size:.85rem}._audioControls_ekjc8_320{-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_ekjc8_331{flex-direction:column;gap:8px;display:flex}._controlGroup_ekjc8_331 label{color:#e8e8f0;margin:0;font-size:.9rem;font-weight:600}._controlGroup_ekjc8_331._inline_ekjc8_342{flex-direction:row;justify-content:center;align-items:center;gap:16px}._controlGroup_ekjc8_331._volumeGroup_ekjc8_348 label{text-align:center;align-self:center}._sliderContainer_ekjc8_353{align-items:center;gap:16px;display:flex}._volumeSlider_ekjc8_359{flex:1}._volumeSlider_ekjc8_359 .ant-slider-rail{background-color:#ffffff1a}._volumeSlider_ekjc8_359 .ant-slider-track{background:linear-gradient(90deg,#ff7a00 0%,#ff9500 100%)}._volumeSlider_ekjc8_359 .ant-slider-handle{background-color:#ff7a00;border-color:#ff7a00;box-shadow:0 0 0 2px #ff7a0033}._volumeSlider_ekjc8_359 .ant-slider-handle:hover,._volumeSlider_ekjc8_359 .ant-slider-handle:focus{background-color:#ff9500;border-color:#ff9500;box-shadow:0 0 0 4px #ff7a004d}._volumeValue_ekjc8_379{color:#b8b8d0;text-align:end;min-width:40px;font-size:.85rem;font-weight:600}._loopSwitch_ekjc8_387 .ant-switch{background-color:#ffffff1a;transform:scale(.8)}._loopSwitch_ekjc8_387 .ant-switch._ant-switch-checked_ekjc8_391{background-color:#ff7a00}._loopSwitch_ekjc8_387 .ant-switch-handle:before{background-color:#fff}._previewControls_ekjc8_398{border-top:1px solid #ffffff1f;justify-content:center;padding-top:8px;display:flex}._previewControls_ekjc8_398 button{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f}._previewControls_ekjc8_398 button:hover{color:#ff7a00;background:#ffffff26;border-color:#ff7a00}._actions_ekjc8_415{border-top:1px solid #ffffff1f;justify-content:center;padding-top:16px;display:flex}._actions_ekjc8_415 .ant-btn._ant-btn-primary_ekjc8_421{background:#ff7a00;border-color:#ff7a00}._actions_ekjc8_415 .ant-btn._ant-btn-primary_ekjc8_421:hover{background:#ff9500;border-color:#ff9500}._actions_ekjc8_415 .ant-btn._ant-btn-default_ekjc8_429{color:#e8e8f0;background:#ffffff14;border-color:#ffffff1f}._actions_ekjc8_415 .ant-btn._ant-btn-default_ekjc8_429:hover{color:#e8e8f0;background:#ffffff26;border-color:#ffffff1f}._actions_ekjc8_415 .ant-btn._ant-btn-default_ekjc8_429._ant-btn-dangerous_ekjc8_104{color:#ff6b6b;border-color:#ff6b6b}._actions_ekjc8_415 .ant-btn._ant-btn-default_ekjc8_429._ant-btn-dangerous_ekjc8_104:hover{color:#ff6b6b;background:#ff4d4f1a;border-color:#ff6b6b}._formatInfo_ekjc8_449{text-align:center;border-top:1px solid #ffffff1f;padding-top:12px}._formatInfo_ekjc8_449 ._infoText_ekjc8_454{color:#b8b8d0;font-size:.8rem;line-height:1.4}@media (width<=768px){._modal_ekjc8_123 .ant-modal-body{padding:16px}._content_ekjc8_162{gap:16px}._audioControls_ekjc8_320{gap:16px;padding:16px}._selectedFile_ekjc8_296{max-width:100%}._actions_ekjc8_415 .ant-space{flex-wrap:wrap;justify-content:center}}._confirmationContent_ekjc8_479{text-align:center;flex-direction:column;gap:20px;display:flex}._confirmationMessage_ekjc8_486{color:#e8e8f0;font-size:1rem;line-height:1.5}._confirmationActions_ekjc8_492 .ant-btn{border-radius:8px;height:auto;padding:12px 24px;font-weight:600}._confirmationActions_ekjc8_492 .ant-btn._ant-btn-primary_ekjc8_421{background:linear-gradient(135deg,#5a4fcf,#8b5cf6);border:none;box-shadow:0 4px 12px #7877c64d}._confirmationActions_ekjc8_492 .ant-btn._ant-btn-primary_ekjc8_421:hover{transform:translateY(-1px);box-shadow:0 6px 16px #7877c666}._confirmationActions_ekjc8_492 .ant-btn._ant-btn-dangerous_ekjc8_104{color:#fff;background:linear-gradient(135deg,#ff6b6b 0%,#d32029 100%);border:none}._confirmationActions_ekjc8_492 .ant-btn._ant-btn-dangerous_ekjc8_104:hover{background:linear-gradient(135deg,#ff6b6b 0% 100%);transform:translateY(-1px)}._confirmationActions_ekjc8_492 .ant-btn:not(._ant-btn-primary_ekjc8_421):not(._ant-btn-dangerous_ekjc8_104){color:#e8e8f0;background:#ffffff14;border:1px solid #ffffff1f}._confirmationActions_ekjc8_492 .ant-btn:not(._ant-btn-primary_ekjc8_421):not(._ant-btn-dangerous_ekjc8_104):hover{background:#ffffff1f;border-color:#7877c699}._confirmationActions_ekjc8_492 .ant-btn-primary:hover,._confirmationActions_ekjc8_492 .ant-btn-primary:focus{color:#52c41a!important}._page_whx5q_38{padding-inline:max(5%,50vw - 800px)}._text-center_whx5q_63{text-align:center}@keyframes _te-levitate_whx5q_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_whx5q_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_whx5q_83{z-index:100;pointer-events:none;align-items:center;gap:16px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%)}._floatingSceneActions_whx5q_83>*{pointer-events:auto}@media (prefers-reduced-motion:reduce){._floatingSceneActions_whx5q_83,._floatingSceneActions_whx5q_83 *,._floatingSceneActions_whx5q_83:before,._floatingSceneActions_whx5q_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._viewTourBubble_whx5q_106{-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_whx5q_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_whx5q_106:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._viewTourBubble_whx5q_106{min-width:44px;min-height:44px}._viewTourBubble_whx5q_106 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._viewTourBubble_whx5q_106: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_whx5q_106:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._viewTourBubble_whx5q_106:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._viewTourBubble_whx5q_106{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._viewTourBubble_whx5q_106:hover ._bubbleTooltip_whx5q_166,._viewTourBubble_whx5q_106:focus-visible ._bubbleTooltip_whx5q_166{opacity:1;transform:translate(-50%)translateY(0)}._viewTourBubble_whx5q_106{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_whx5q_106:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._viewTourBubble_whx5q_106: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_whx5q_106: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_whx5q_106:active{transform:translateY(-2px)scale(.94)}._viewTourBubble_whx5q_106 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._viewTourBubble_whx5q_106{z-index:4;animation-delay:.2s;position:relative}._viewTourBubble_whx5q_106:hover svg{transform:scale(1.06)}._viewTourBubble_whx5q_106._active_whx5q_228{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_whx5q_234{display:none}._addElementGroup_whx5q_238{pointer-events:auto;z-index:1;align-items:center;gap:12px;display:flex;position:relative;overflow:visible}._instructionsGroup_whx5q_248{align-items:center;display:flex;position:relative}._instructionsBubble_whx5q_254{-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_whx5q_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_whx5q_254:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._instructionsBubble_whx5q_254{min-width:44px;min-height:44px}._instructionsBubble_whx5q_254 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._instructionsBubble_whx5q_254: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_whx5q_254:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._instructionsBubble_whx5q_254:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._instructionsBubble_whx5q_254{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._instructionsBubble_whx5q_254:hover ._bubbleTooltip_whx5q_166,._instructionsBubble_whx5q_254:focus-visible ._bubbleTooltip_whx5q_166{opacity:1;transform:translate(-50%)translateY(0)}._instructionsBubble_whx5q_254{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_whx5q_254:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._instructionsBubble_whx5q_254: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_whx5q_254: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_whx5q_254:active{transform:translateY(-2px)scale(.94)}._instructionsBubble_whx5q_254 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._instructionsBubble_whx5q_254{z-index:2;position:relative}._instructionsBubble_whx5q_254 svg{font-size:1.45rem}._instructionsBubble_whx5q_254._active_whx5q_228{background:linear-gradient(#1e293bd6 0%,#1e293bb8 100%),#818cf857;border-bottom-color:#a5b4fc8f;border-right-color:#a5b4fc8f}._addBubble_whx5q_381{-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_whx5q_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_whx5q_381:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._addBubble_whx5q_381{min-width:44px;min-height:44px}._addBubble_whx5q_381 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._addBubble_whx5q_381: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_whx5q_381:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._addBubble_whx5q_381:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._addBubble_whx5q_381{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._addBubble_whx5q_381:hover ._bubbleTooltip_whx5q_166,._addBubble_whx5q_381:focus-visible ._bubbleTooltip_whx5q_166{opacity:1;transform:translate(-50%)translateY(0)}._addBubble_whx5q_381{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_whx5q_381:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._addBubble_whx5q_381: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_whx5q_381: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_whx5q_381:active{transform:translateY(-2px)scale(.94)}._addBubble_whx5q_381 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000059);font-size:1.35rem;position:relative}._addBubble_whx5q_381{z-index:2;position:relative}._addBubble_whx5q_381 svg{font-size:1.55rem;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}._addBubble_whx5q_381._cancelMode_whx5q_503{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_whx5q_1}._addBubble_whx5q_381._cancelMode_whx5q_503 svg{transform:rotate(45deg)}._addBubble_whx5q_381._cancelMode_whx5q_503:hover svg{transform:rotate(45deg)scale(1.15)}._addBubble_whx5q_381:not(._cancelMode_whx5q_503):hover svg{transform:rotate(90deg)scale(1.1)}._tooltipSuppressed_whx5q_520 ._bubbleTooltip_whx5q_166{visibility:hidden;opacity:0!important}._instructionsPanel_whx5q_525{-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_whx5q_525: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_whx5q_525._expanded_whx5q_557{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .22s,transform .22s,visibility step-start;transform:translate(-50%)scale(1)}._instructionsTitle_whx5q_565{color:#f8fafc;margin-bottom:8px;font-size:.96rem;font-weight:700}._instructionsText_whx5q_572{color:#e2e8f0f0;text-align:right;margin:0;font-size:.82rem;line-height:1.7}._subBubbles_whx5q_580{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_whx5q_580._expanded_whx5q_557{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s,transform .24s,visibility step-start;transform:translate(-50%)}._subBubble_whx5q_580{-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_whx5q_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_whx5q_580:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._subBubble_whx5q_580{min-width:44px;min-height:44px}._subBubble_whx5q_580 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._subBubble_whx5q_580: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_whx5q_580:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._subBubble_whx5q_580:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._subBubble_whx5q_580:hover ._bubbleTooltip_whx5q_166,._subBubble_whx5q_580:focus-visible ._bubbleTooltip_whx5q_166{opacity:1;transform:translate(-50%)translateY(0)}._subBubble_whx5q_580{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_whx5q_580 svg{font-size:1.1rem}._subBubble_whx5q_580._hotspot_whx5q_675{animation-delay:0s}._subBubble_whx5q_580._hotspot_whx5q_675: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_whx5q_580._overlay_whx5q_685{animation-delay:.1s}._subBubble_whx5q_580._overlay_whx5q_685: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_whx5q_695{-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_whx5q_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_whx5q_695:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._viewTourInstruction_whx5q_695{min-width:44px;min-height:44px}._viewTourInstruction_whx5q_695 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._viewTourInstruction_whx5q_695: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_whx5q_695:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._viewTourInstruction_whx5q_695:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._viewTourInstruction_whx5q_695{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_whx5q_695:hover{animation:none;transform:none}._bubbleTooltip_whx5q_166{-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_whx5q_166:before{content:"";border:5px solid #0000;border-bottom-color:#1e1e37d9;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}@media (width<=768px){._floatingSceneActions_whx5q_83{gap:6px;top:8px}._addElementGroup_whx5q_238{gap:8px}._instructionsPanel_whx5q_525{transform-origin:top;width:min(320px,100vw - 24px);left:50%;transform:translate(-50%,-8px)scale(.98)}._instructionsPanel_whx5q_525:after{border-width:0 10px 12px;border-color:#0000 #0000 #0f172ae6;top:auto;bottom:100%;left:50%;transform:translate(-50%)}._instructionsPanel_whx5q_525._expanded_whx5q_557{transform:translate(-50%)scale(1)}._viewTourBubble_whx5q_106,._instructionsBubble_whx5q_254,._addBubble_whx5q_381,._subBubble_whx5q_580{padding:8px 12px;font-size:.8rem}}._page_13zwl_38{padding-inline:max(5%,50vw - 800px)}._text-center_13zwl_63{text-align:center}@keyframes _te-levitate_13zwl_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_13zwl_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_13zwl_83{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_13zwl_83,._mainArea_13zwl_83 *,._mainArea_13zwl_83:before,._mainArea_13zwl_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._fullWidth_13zwl_101{width:100%}._viewerContainer_13zwl_105{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_13zwl_105._addingHotspot_13zwl_118,._viewerContainer_13zwl_105._addingHotspot_13zwl_118>:not(.sceneToolbar),._viewerContainer_13zwl_105._addingHotspot_13zwl_118>:not(.sceneToolbar) *{cursor:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDQ0IDQ0Ij48cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIHJ4PSIxMiIgZmlsbD0iIzBFMUEyRSIgZmlsbC1vcGFjaXR5PSIwLjgyIiBzdHJva2U9IiM4QzlFRkYiIHN0cm9rZS13aWR0aD0iMS41Ii8+PHJlY3QgeD0iMjAiIHk9IjEwIiB3aWR0aD0iNCIgaGVpZ2h0PSIyNCIgcng9IjIiIGZpbGw9IiNGQUZCRkYiLz48cmVjdCB4PSIxMCIgeT0iMjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0IiByeD0iMiIgZmlsbD0iI0ZBRkJGRiIvPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYuNSIgZmlsbD0iIzhDOUVGRiIgZmlsbC1vcGFjaXR5PSIwLjIyIi8+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iMiIgZmlsbD0iI0ZBRkJGRiIvPjwvc3ZnPg==) 22 22,crosshair!important}._viewerContainer_13zwl_105._addingHotspot_13zwl_118 .sceneToolbar{cursor:default!important}._viewerContainer_13zwl_105._addingHotspot_13zwl_118 .sceneToolbar button{cursor:pointer!important}._viewerContainer_13zwl_105._addingHotspot_13zwl_118 .sceneToolbar *{cursor:inherit}._cursorText_13zwl_143{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_13zwl_143._visible_13zwl_161{opacity:1}._cursorText_13zwl_143:after{content:"";top:100%;border:6px solid #0000;border-top-color:#7878b0;position:absolute;inset-inline-start:50%;transform:translate(-50%)}._configPanel_13zwl_174{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_13zwl_174._right_13zwl_190{transition:inset-inline-end .3s;inset-inline:auto -420px}._configPanel_13zwl_174._right_13zwl_190._open_13zwl_196{inset-inline-end:0}._configPanel_13zwl_174._left_13zwl_200{transition:inset-inline-start .3s;inset-inline:-420px auto}._configPanel_13zwl_174._left_13zwl_200._open_13zwl_196{inset-inline-start:0}._configContent_13zwl_210{z-index:1;padding:1.25rem;position:relative}._configContent_13zwl_210._pushedDown_13zwl_216{z-index:1;transition:transform .18s;transform:translateY(95px)}._pushedDown_13zwl_216{z-index:1;transition:transform .18s;transform:translateY(48px)}._emptyState_13zwl_228{text-align:center;color:#c0c0ff;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;position:relative}._emptyIcon_13zwl_240{color:#8b7cf6;filter:drop-shadow(0 0 15px #7877c699);margin-bottom:1.5rem;font-size:5rem}._emptyTitle_13zwl_247{color:#e8e8f0;margin:0 0 .75rem;font-size:1.4rem}._emptyDescription_13zwl_253{color:#b8b8d0;margin:0;font-size:1rem;line-height:1.5}._page_ioji0_38{padding-inline:max(5%,50vw - 800px)}._text-center_ioji0_63{text-align:center}@keyframes _te-levitate_ioji0_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_ioji0_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_ioji0_83{top:16px;z-index:100;pointer-events:none;align-items:center;gap:14px;display:flex;position:absolute;inset-inline-end:16px;overflow:visible}._floatingControls_ioji0_83>*{pointer-events:auto}@media (prefers-reduced-motion:reduce){._floatingControls_ioji0_83,._floatingControls_ioji0_83 *,._floatingControls_ioji0_83:before,._floatingControls_ioji0_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._settingsGroup_ioji0_106{pointer-events:auto;align-items:flex-start;display:flex;position:relative}._settingsBubble_ioji0_113{-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_ioji0_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_ioji0_113:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._settingsBubble_ioji0_113{min-width:44px;min-height:44px}._settingsBubble_ioji0_113 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._settingsBubble_ioji0_113: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_ioji0_113:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._settingsBubble_ioji0_113:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._settingsBubble_ioji0_113{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._settingsBubble_ioji0_113:hover ._bubbleTooltip_ioji0_173,._settingsBubble_ioji0_113:focus-visible ._bubbleTooltip_ioji0_173{opacity:1;transform:translate(-50%)translateY(0)}._settingsBubble_ioji0_113{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_ioji0_113:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._settingsBubble_ioji0_113: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_ioji0_113: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_ioji0_113:active{transform:translateY(-2px)scale(.94)}._settingsBubble_ioji0_113 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.35rem;position:relative}._settingsBubble_ioji0_113{z-index:3;animation-delay:.2s;position:relative}._settingsBubble_ioji0_113 svg{transition:transform .3s}._settingsBubble_ioji0_113._active_ioji0_235 svg{transform:rotate(90deg)}._tooltipSuppressed_ioji0_239 ._bubbleTooltip_ioji0_173{visibility:hidden;opacity:0!important}._settingsMenu_ioji0_244{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_ioji0_244._expanded_ioji0_260{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .24s,transform .24s,visibility step-start;transform:translate(0)}._backBubble_ioji0_268{-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_ioji0_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_ioji0_268:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._backBubble_ioji0_268{min-width:44px;min-height:44px}._backBubble_ioji0_268 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._backBubble_ioji0_268: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_ioji0_268:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._backBubble_ioji0_268:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._backBubble_ioji0_268{border-radius:50%;gap:0;width:48px;height:48px;padding:12px}._backBubble_ioji0_268:hover ._bubbleTooltip_ioji0_173,._backBubble_ioji0_268:focus-visible ._bubbleTooltip_ioji0_173{opacity:1;transform:translate(-50%)translateY(0)}._backBubble_ioji0_268{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_ioji0_268:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff4d 0%,#0000 52%,#2d406c24 100%);border-radius:50%;position:absolute;inset:0}._backBubble_ioji0_268: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_ioji0_268: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_ioji0_268:active{transform:translateY(-2px)scale(.94)}._backBubble_ioji0_268 svg{z-index:1;filter:drop-shadow(0 1px 2px #00000073);font-size:1.35rem;position:relative}._backBubble_ioji0_268{animation-delay:.1s}._backBubble_ioji0_268 svg{transition:transform .3s}._backBubble_ioji0_268:hover svg{transform:translate(-3px)}._backLabel_ioji0_392{display:none}._publishBubble_ioji0_396{flex-direction:column;align-items:stretch;gap:6px;width:100%;display:flex;position:relative}._publishButton_ioji0_405{-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_ioji0_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_ioji0_405:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._publishButton_ioji0_405{min-width:44px;min-height:44px}._publishButton_ioji0_405 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._publishButton_ioji0_405: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_ioji0_405:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._publishButton_ioji0_405:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._publishButton_ioji0_405:hover ._bubbleTooltip_ioji0_173,._publishButton_ioji0_405:focus-visible ._bubbleTooltip_ioji0_173{opacity:1;transform:translate(-50%)translateY(0)}._publishButton_ioji0_405{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_ioji0_405:hover{background:radial-gradient(at 30% 20%,#ffffff57 0%,#ffffff14 56%,#0000 100%),linear-gradient(#364970e0 0%,#1e2c49ad 100%),#ffffff29}._publishButton_ioji0_405._published_ioji0_473{border-color:#52c41a80;box-shadow:0 8px 32px #52c41a40,inset 0 -2px 10px #ffffff1f}._publishButton_ioji0_405._loading_ioji0_477{pointer-events:none;opacity:.7;animation:none}._toggleSwitch_ioji0_483{background:#606078;border-radius:999px;flex-shrink:0;width:32px;height:18px;transition:background .25s;position:relative}._toggleSwitch_ioji0_483._on_ioji0_493{background:#52c41a}._toggleSlider_ioji0_497{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_ioji0_483._on_ioji0_493 ._toggleSlider_ioji0_497{inset-inline-start:2px}._publishLabel_ioji0_513{color:#e8e8f0;font-size:.8rem}._thirdProductBubble_ioji0_518{width:100%;position:relative}._thirdProductButton_ioji0_523{-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_ioji0_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_ioji0_523:focus-visible{outline-offset:2px;outline:2px solid #8b7cf6}._thirdProductButton_ioji0_523{min-width:44px;min-height:44px}._thirdProductButton_ioji0_523 svg{filter:drop-shadow(0 1px 2px #00000073);flex-shrink:0;font-size:1.1rem}._thirdProductButton_ioji0_523: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_ioji0_523:active{animation-play-state:paused;transform:translateY(-1px)scale(.97)}._thirdProductButton_ioji0_523:disabled{opacity:.45;cursor:not-allowed;pointer-events:none;animation:none}._thirdProductButton_ioji0_523:hover ._bubbleTooltip_ioji0_173,._thirdProductButton_ioji0_523:focus-visible ._bubbleTooltip_ioji0_173{opacity:1;transform:translate(-50%)translateY(0)}._thirdProductButton_ioji0_523{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_ioji0_523:hover{background:radial-gradient(at 30% 20%,#ffffff57 0%,#ffffff14 56%,#0000 100%),linear-gradient(#364970e0 0%,#1e2c49ad 100%),#ffffff29}._thirdProductButton_ioji0_523._active_ioji0_235{border-color:#f59e0b80;box-shadow:0 8px 32px #f59e0b40,inset 0 -2px 10px #ffffff1f}._thirdProductButton_ioji0_523._loading_ioji0_477{pointer-events:none;opacity:.7;animation:none}._tpSwitch_ioji0_601{background:#606078;border-radius:999px;flex-shrink:0;width:32px;height:18px;transition:background .25s;position:relative}._tpSwitch_ioji0_601._on_ioji0_493{background:#f59e0b}._tpSlider_ioji0_615{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_ioji0_601._on_ioji0_493 ._tpSlider_ioji0_615{inset-inline-start:2px}._tpLogo_ioji0_631{background:#fff;border-radius:2px;width:auto;height:16px;padding:1px 2px;transition:filter .25s}._tpLogo_ioji0_631._inactive_ioji0_640{filter:grayscale()opacity(.5)}._aspectBubble_ioji0_644:hover ._bubbleTooltip_ioji0_173,._aspectBubble_ioji0_644:focus-visible ._bubbleTooltip_ioji0_173{opacity:1;transform:translate(-50%)translateY(0)}._aspectBubble_ioji0_644{filter:brightness(1.08);z-index:1;justify-content:stretch;align-items:center;width:100%;animation-delay:.7s;display:flex;position:relative}._aspectBubble_ioji0_644>*{width:100%}._aspectBubble_ioji0_644:hover,._aspectBubble_ioji0_644:focus-within{z-index:20}._bubbleTooltip_ioji0_173{-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_ioji0_173:before{content:"";border:5px solid #0000;border-bottom-color:#1e1e37d9;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}._sideTooltip_ioji0_695{top:50%;left:auto;inset-inline-end:calc(100% + 12px);transform:translateY(-50%)}._sideTooltip_ioji0_695: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_ioji0_405:hover ._sideTooltip_ioji0_695,._publishButton_ioji0_405:focus-visible ._sideTooltip_ioji0_695,._publishButton_ioji0_405:focus-within ._sideTooltip_ioji0_695,._thirdProductButton_ioji0_523:hover ._sideTooltip_ioji0_695,._thirdProductButton_ioji0_523:focus-visible ._sideTooltip_ioji0_695,._thirdProductButton_ioji0_523:focus-within ._sideTooltip_ioji0_695,._aspectBubble_ioji0_644:hover ._sideTooltip_ioji0_695,._aspectBubble_ioji0_644:focus-visible ._sideTooltip_ioji0_695,._aspectBubble_ioji0_644:focus-within ._sideTooltip_ioji0_695{opacity:1;transform:translateY(-50%)}@media (width<=768px){._floatingControls_ioji0_83{top:8px;gap:6px;inset-inline-end:8px}._settingsMenu_ioji0_244{gap:8px;inset-inline-end:calc(100% + 8px)}._settingsBubble_ioji0_113,._backBubble_ioji0_268,._publishButton_ioji0_405,._thirdProductButton_ioji0_523,._aspectBubble_ioji0_644{padding:8px 12px;font-size:.8rem}}._page_1y23m_38{padding-inline:max(5%,50vw - 800px)}._text-center_1y23m_63{text-align:center}@keyframes _te-levitate_1y23m_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1y23m_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_1y23m_83{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_1y23m_83,._container_1y23m_83 *,._container_1y23m_83:before,._container_1y23m_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._container_1y23m_83[data-context=template]{--template-indicator-color:#52c41a}._content_1y23m_104{height:100vh;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}._loading_1y23m_112{color:#8b7cf6;justify-content:center;align-items:center;height:100%;font-size:1.3rem;display:flex}._error_1y23m_121{color:#ff6b6b;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex}._errorIcon_1y23m_132{margin-bottom:1.5rem;font-size:2.5rem}._errorTitle_1y23m_137{margin:0 0 .75rem;font-size:1.3rem}._errorDescription_1y23m_142{color:#b8b8d0;margin:0;font-size:1rem}@media (width<=768px){._content_1y23m_104{flex-direction:column}}._page_1ty8n_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ty8n_63{text-align:center}._container_1ty8n_75{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_1ty8n_75:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(circle,#7877c60d 0%,#0000 50%);position:absolute;inset:0}._container_1ty8n_75._fadeOut_1ty8n_102{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:scale(.96)}._sceneBackground_1ty8n_108{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_1ty8n_108:after{content:"";background:linear-gradient(135deg,#0a0a0a8c 0%,#1a1a2ea6 50%,#16213e8c 100%);width:100%;height:100%;position:absolute;top:0;left:0}._container_1ty8n_75:hover ._sceneBackground_1ty8n_108{transition:transform 8s ease-out,opacity .8s ease-in-out;transform:scale(1.02)}._closeButton_1ty8n_136{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_1ty8n_136: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_1ty8n_136{width:2.5rem;height:2.5rem;font-size:1.25rem;top:1rem;right:1rem}}._content_1ty8n_171{-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_1ty8n_171._fadeOut_1ty8n_102{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:translateY(15px)}@media (width<=768px){._content_1ty8n_171{gap:1.5rem;margin:0 1rem;padding:2rem}}@media (width<=480px){._content_1ty8n_171{border-radius:15px;padding:1.5rem}}._loading_1ty8n_210{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}._spinner_1ty8n_219{border:3px solid #7877c64d;border-top:3px solid var(--cyberpunk-purple-glow);border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite _spin_1ty8n_219}@keyframes _spin_1ty8n_219{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadingText_1ty8n_236{color:var(--cyberpunk-text-primary);text-align:center;opacity:.8}._error_1ty8n_242{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:3rem;display:flex}._errorTitle_1ty8n_252{color:#ff6b6b;margin:0;font-size:1.5rem;font-weight:600}._errorMessage_1ty8n_259{color:var(--cyberpunk-text-primary);opacity:.8;max-width:400px;margin:0;line-height:1.6}._thumbnailContainer_1ty8n_267{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_1ty8n_267{object-fit:cover;width:100%;height:100%;transition:transform .3s}._thumbnail_1ty8n_267:hover{transform:scale(1.05)}._tourTitle_1ty8n_288{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_1ty8n_288{font-size:1.75rem}}@media (width<=480px){._tourTitle_1ty8n_288{font-size:1.5rem}}._tourDescription_1ty8n_312{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_1ty8n_323{flex-flow:wrap;justify-content:center;gap:1.5rem;width:100%;display:flex}@media (width<=480px){._metadata_1ty8n_323{flex-direction:column;align-items:center;gap:.5rem}}._metadataItem_1ty8n_339{align-items:center;gap:.5rem;display:flex}._creatorAvatar_1ty8n_345{object-fit:cover;background:#ffffff0d;border:2px solid #fff3;border-radius:50%;flex-shrink:0;width:24px;height:24px}._creatorAvatarPlaceholder_1ty8n_355{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_1ty8n_355 svg{width:12px;height:12px}._metadataLabel_1ty8n_373{color:var(--cyberpunk-text-primary);opacity:.6;white-space:nowrap;font-size:.875rem;font-weight:500}._metadataValue_1ty8n_381{color:var(--cyberpunk-text-primary);opacity:.9;font-size:.875rem;font-weight:600}._publishDate_1ty8n_388{color:var(--cyberpunk-text-primary);opacity:.7;margin:0;font-size:.9rem;font-weight:500}._actions_1ty8n_396{justify-content:center;align-items:center;gap:1rem;width:100%;margin-top:.5rem;display:flex}._tutorialButton_1ty8n_405{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_1ty8n_405:hover{color:#e8e8f0;background:#ffffff26;border-color:#7877c680;transform:translateY(-2px);box-shadow:0 4px 15px #7877c64d}._tutorialButton_1ty8n_405:focus{color:#e8e8f0;background:#ffffff26;border-color:#7877c680}._tutorialButton_1ty8n_405 svg{font-size:1.1rem}@media (width<=480px){._tutorialButton_1ty8n_405{padding:.75rem 1.5rem;font-size:.9rem}._tutorialButton_1ty8n_405 svg{font-size:1rem}}._startButton_1ty8n_446{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_1ty8n_446: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_1ty8n_446:focus{color:#fff;background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);box-shadow:0 6px 25px #667eea80,0 0 40px #667eea4d}._startButton_1ty8n_446:disabled{opacity:.8;cursor:not-allowed;transform:none}._startButton_1ty8n_446 svg{font-size:1.25rem}@media (width<=480px){._startButton_1ty8n_446{padding:.875rem 2.5rem;font-size:1rem}._startButton_1ty8n_446 svg{font-size:1.1rem}}[dir=rtl] ._closeButton_1ty8n_136{left:2rem;right:auto}@media (width<=768px){[dir=rtl] ._closeButton_1ty8n_136{left:1rem;right:auto}}.ant-modal._exitModal_1ty8n_502 ._ant-modal-content_1ty8n_502{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_1ty8n_502 ._ant-modal-header_1ty8n_509{background:0 0;border:none}.ant-modal._exitModal_1ty8n_502 ._ant-modal-body_1ty8n_513{padding:2rem}.ant-modal._exitModal_1ty8n_502 ._ant-modal-close_1ty8n_516{color:var(--cyberpunk-text-primary)}.ant-modal._exitModal_1ty8n_502 ._ant-modal-close_1ty8n_516:hover{background:#ffffff1a}._modalContent_1ty8n_523{text-align:center;padding:1rem 0}._modalTitle_1ty8n_528{color:#333;margin:0 0 1rem;font-size:1.25rem;font-weight:600}._modalMessage_1ty8n_535{color:#555;opacity:1;margin:0 0 2rem;line-height:1.5}._modalActions_1ty8n_542{justify-content:center;gap:1rem;display:flex}@media (width<=480px){._modalActions_1ty8n_542{flex-direction:column}}._cancelButton_1ty8n_553{color:#000;background:0 0;border:2px solid #000;border-radius:8px;padding:.75rem 1.5rem;transition:all .3s}._cancelButton_1ty8n_553:hover,._cancelButton_1ty8n_553:focus{color:#000;background:#ffffff1a;border-color:#333}._confirmButton_1ty8n_572{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_1ty8n_572:hover{transform:translateY(-2px);color:#fff!important;background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)!important;box-shadow:0 4px 15px #c0392b66!important}._confirmButton_1ty8n_572:focus{color:#fff!important;background:linear-gradient(135deg,#c0392b 0%,#a93226 100%)!important;box-shadow:0 4px 15px #c0392b66!important}._page_1luu6_38{padding-inline:max(5%,50vw - 800px)}._text-center_1luu6_63{text-align:center}._reviewForm_1luu6_67{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_1luu6_67[data-rtl=true]{direction:rtl}._formTitle_1luu6_82{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_1luu6_82 span{filter:drop-shadow(0 0 8px #ffc10799);font-size:1.8rem}._ratingSection_1luu6_98{text-align:center;margin-bottom:24px}._ratingPickerWrapper_1luu6_103{justify-content:center;margin:12px 0;display:flex}._commentSection_1luu6_109,._reviewerSection_1luu6_110{margin-bottom:20px;transition:all .4s ease-out}._commentSection_1luu6_109._hidden_1luu6_114,._reviewerSection_1luu6_110._hidden_1luu6_114{opacity:0;pointer-events:none;max-height:0;margin-bottom:0;overflow:hidden}._commentSection_1luu6_109._revealed_1luu6_122,._reviewerSection_1luu6_110._revealed_1luu6_122{opacity:1;max-height:500px;animation:.4s ease-out _slideDown_1luu6_1}@keyframes _slideDown_1luu6_1{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:500px;transform:translateY(0)}}._sectionLabel_1luu6_141{color:var(--cyberpunk-text-primary);margin-bottom:8px;font-size:.95rem;font-weight:500;display:block}._optional_1luu6_149{color:var(--cyberpunk-text-secondary);margin-inline-start:8px;font-size:.85rem;font-weight:400}._optionalHint_1luu6_156{color:var(--cyberpunk-text-secondary);margin-top:4px;margin-inline-start:4px;font-size:.8rem;font-weight:400;display:block}._textarea_1luu6_165{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_1luu6_165:focus{border-color:var(--cyberpunk-purple-glow);outline:none;box-shadow:0 0 0 2px #7877c633}._textarea_1luu6_165::placeholder{color:var(--cyberpunk-text-secondary)}._charCount_1luu6_188{text-align:end;color:var(--cyberpunk-text-secondary);margin-top:4px;font-size:.8rem;display:block}._inputGroup_1luu6_196{margin-bottom:12px}._input_1luu6_196,._select_1luu6_201{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_1luu6_196:focus,._select_1luu6_201:focus{border-color:var(--cyberpunk-purple-glow);outline:none;box-shadow:0 0 0 2px #7877c633}._input_1luu6_196::placeholder,._select_1luu6_201::placeholder{color:var(--cyberpunk-text-secondary)}._errorText_1luu6_221{color:#ff4d4f;margin-top:4px;margin-inline-start:4px;font-size:.85rem;display:block}._submitError_1luu6_229{color:#ff4d4f;text-align:center;background:#ff4d4f1a;border:1px solid #ff4d4f4d;border-radius:8px;margin-bottom:16px;padding:12px;font-size:.9rem}._submitButton_1luu6_240{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_1luu6_240._faded_1luu6_253{opacity:.3;cursor:not-allowed;pointer-events:none}._submitButton_1luu6_240._active_1luu6_258{opacity:1;background:linear-gradient(135deg,#52c41a 0%,#73d13d 100%);animation:.4s ease-out _fadeInPulse_1luu6_1}._submitButton_1luu6_240:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #52c41a66}._submitButton_1luu6_240:active:not(:disabled){transform:translateY(0)}._submitButton_1luu6_240:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#5a5a7a 0%,#7a7a9a 100%)}@keyframes _fadeInPulse_1luu6_1{0%{opacity:.3;transform:scale(.98)}50%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}._successMessage_1luu6_289{text-align:center;padding:32px;animation:.4s ease-out _fadeInScale_1luu6_1}._successMessage_1luu6_289 ._successIcon_1luu6_294{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_1luu6_1;display:flex;box-shadow:0 4px 16px #52c41a4d}._successMessage_1luu6_289 h3{color:var(--cyberpunk-text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:600}._successMessage_1luu6_289 p{color:var(--cyberpunk-text-secondary);font-size:1rem;line-height:1.5}@keyframes _scaleIn_1luu6_1{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes _fadeInScale_1luu6_1{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (width<=640px){._reviewForm_1luu6_67{border-radius:12px;margin:16px 8px;padding:24px 16px}._formTitle_1luu6_82{font-size:1.25rem}._formTitle_1luu6_82 span{font-size:1.5rem}._textarea_1luu6_165{min-height:80px}._successMessage_1luu6_289{padding:24px 8px}._successMessage_1luu6_289 ._successIcon_1luu6_294{width:56px;height:56px;font-size:1.75rem}._successMessage_1luu6_289 h3{font-size:1.25rem}._successMessage_1luu6_289 p{font-size:.9rem}}._page_15kde_38{padding-inline:max(5%,50vw - 800px)}._text-center_15kde_63{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_15kde_75{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_15kde_1;display:flex;position:fixed;top:0;left:0;overflow:hidden}._container_15kde_75:before{content:"";pointer-events:none;z-index:2;background:radial-gradient(circle,#7877c60d 0%,#0000 50%);position:absolute;inset:0}._container_15kde_75._fadeOut_15kde_100{opacity:0;transition:opacity .5s ease-in,transform .5s ease-in;transform:scale(.96)}._transferPage_15kde_106{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_15kde_106{align-items:flex-start;padding-top:max(20px,50vh - 400px)}}@supports (align-items:safe center){._transferPage_15kde_106{align-items:safe center}}@media (width<=768px){._transferPage_15kde_106{padding:0;padding-top:env(safe-area-inset-top,0);justify-content:flex-start;align-items:flex-start!important}._transferPage_15kde_106>*{flex-shrink:0;width:100%}}._content_15kde_146{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_15kde_146:before{content:"";pointer-events:none;background:linear-gradient(135deg,#7877c60d 0%,#ffffff05 100%);border-radius:20px;position:absolute;inset:0}@media (width<=768px){._content_15kde_146{max-width:450px;margin:20px auto;padding:30px 30px 40px}}@media (width<=480px){._content_15kde_146{border-radius:16px;width:95%;max-width:95%;margin:20px auto;padding:24px 20px 30px}}._logoContainer_15kde_187{z-index:2;margin-bottom:16px;position:relative}@media (width<=480px){._logoContainer_15kde_187{margin-bottom:12px}}._logo_15kde_187{filter:drop-shadow(0 4px 8px #7877c64d);width:120px;height:auto}@media (width<=480px){._logo_15kde_187{width:100px}}._title_15kde_209{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_15kde_209{font-size:24px}}@media (width<=480px){._title_15kde_209{font-size:22px}}._message_15kde_229{color:var(--cyberpunk-text-secondary);z-index:2;margin-bottom:40px;font-size:16px;line-height:1.5;position:relative}@media (width<=480px){._message_15kde_229{margin-bottom:30px;font-size:14px}}._reviewSection_15kde_244{z-index:2;margin:40px 0;position:relative}@media (width<=768px){._reviewSection_15kde_244{margin:30px 0}}@media (width<=480px){._reviewSection_15kde_244{margin:20px 0}}._contactInfo_15kde_260{z-index:2;margin-bottom:40px;position:relative}@media (width<=480px){._contactInfo_15kde_260{margin-bottom:30px}}._contactTitle_15kde_271{color:var(--cyberpunk-text-primary);text-shadow:0 1px 2px #7877c64d;margin-bottom:20px;font-size:20px;font-weight:600}@media (width<=480px){._contactTitle_15kde_271{margin-bottom:15px;font-size:18px}}._contactDetails_15kde_285{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}@media (width<=480px){._contactDetails_15kde_285{gap:12px}}._contactItem_15kde_298{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_15kde_298{flex-wrap:wrap;gap:8px;font-size:14px}}._contactLabel_15kde_315{color:var(--cyberpunk-text-primary);flex-shrink:0;font-size:16px;font-weight:600}@media (width<=480px){._contactLabel_15kde_315{font-size:14px}}._contactValue_15kde_327{color:var(--cyberpunk-text-secondary);font-size:16px}@media (width<=480px){._contactValue_15kde_327{font-size:14px}}._copyButton_15kde_337{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_15kde_337:hover,._copyButton_15kde_337:focus{color:var(--cyberpunk-text-primary);background:#7877c633;border-color:#7877c680}._copyButton_15kde_337 svg{width:12px;height:12px}._websiteLink_15kde_362{color:#7877c6e6;border-bottom:1px solid #0000;font-size:16px;text-decoration:none;transition:all .3s}._websiteLink_15kde_362:hover{color:var(--cyberpunk-text-primary);border-bottom-color:#7877c680;text-decoration:none}._websiteLink_15kde_362:focus{color:var(--cyberpunk-text-primary);border-bottom-color:#7877c680;outline:none;text-decoration:none}@media (width<=480px){._websiteLink_15kde_362{font-size:14px}}._copyFeedback_15kde_386{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_15kde_1}@media (width<=480px){._copyFeedback_15kde_386{padding:6px 10px;font-size:11px}}._closeSection_15kde_404{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_15kde_404{margin-top:24px;padding-top:20px}}@media (width<=480px){._closeSection_15kde_404{gap:10px;margin-top:20px;padding-top:16px}}._closeButton_15kde_429{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_15kde_429:hover{transform:translateY(-2px);box-shadow:0 6px 16px #7877c680}._closeButton_15kde_429:active{transform:translateY(0)}@media (width<=480px){._closeButton_15kde_429{max-width:100%;padding:12px 24px;font-size:1rem}}@keyframes _slideInFromBottom_15kde_1{0%{opacity:0;transform:translateY(40px)}60%{opacity:.8;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_15kde_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_15kde_1{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}._page_lqugv_38{padding-inline:max(5%,50vw - 800px)}._text-center_lqugv_63{text-align:center}._profileCircle_lqugv_67{background-color:#f0f0f0;border:2px solid #e0e0e0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._profileCircle_lqugv_67._clickable_lqugv_77{cursor:pointer;transition:transform .2s,box-shadow .2s}._profileCircle_lqugv_67._clickable_lqugv_77:hover{transform:scale(1.05);box-shadow:0 2px 8px #00000026}._profileCircle_lqugv_67._clickable_lqugv_77:focus{outline:none;box-shadow:0 0 0 3px #3498db4d}._profileCircle_lqugv_67._small_lqugv_89{width:32px;height:32px}._profileCircle_lqugv_67._small_lqugv_89 ._defaultIcon_lqugv_93{font-size:18px}._profileCircle_lqugv_67._medium_lqugv_96{width:48px;height:48px}._profileCircle_lqugv_67._medium_lqugv_96 ._defaultIcon_lqugv_93{font-size:28px}._profileCircle_lqugv_67._large_lqugv_103{width:64px;height:64px}._profileCircle_lqugv_67._large_lqugv_103 ._defaultIcon_lqugv_93{font-size:38px}._profileCircle_lqugv_67._loading_lqugv_110{background-color:#f8f9fa}._profileCircle_lqugv_67._error_lqugv_113{background-color:#f8f9fa;border-color:#dee2e6}._profileImage_lqugv_118{object-fit:cover;border-radius:50%;width:100%;height:100%}._defaultIcon_lqugv_93{color:#6c757d;opacity:.7}._loadingSpinner_lqugv_130{border:2px solid #e9ecef;border-top-color:#007bff;border-radius:50%;width:60%;height:60%;animation:1s linear infinite _spin_lqugv_1}@keyframes _spin_lqugv_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._profileWithName_lqugv_147{align-items:center;gap:8px;display:flex}._userName_lqugv_153{color:#495057;white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:14px;font-weight:500;overflow:hidden}._page_1g7x6_39{padding-inline:max(5%,50vw - 800px)}._text-center_1g7x6_64{text-align:center}._publishedTourCard_1g7x6_68{-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_1g7x6_68:before{content:"";opacity:0;pointer-events:none;z-index:1;background:linear-gradient(145deg,#7877c60d,#0000);transition:opacity .4s;position:absolute;inset:0}._publishedTourCard_1g7x6_68:hover{box-shadow:none;transform:translateY(-10px)}._publishedTourCard_1g7x6_68:hover:before{opacity:1}._publishedTourCard_1g7x6_68:hover ._tourThumbnail_1g7x6_105{transform:scale(1.05)}._publishedTourCard_1g7x6_68:hover ._thumbnailOverlay_1g7x6_108{opacity:.3}._publishedTourCard_1g7x6_68:hover ._tourActions_1g7x6_111{opacity:1;transform:translateY(0)}._publishedTourCard_1g7x6_68:focus{outline:none}._publishedTourCard_1g7x6_68:active{transform:translateY(-4px)}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:before{background:linear-gradient(145deg,#ff98000d,#0000)}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:hover{box-shadow:none}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:hover ._constructionBadge_1g7x6_128{transform:translate(-50%,-50%)scale(1.1);box-shadow:0 6px 20px #ff980099,0 0 0 4px #fff6,inset 0 2px 4px #ffffff4d}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:focus{outline:none}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._tourTitle_1g7x6_135{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_1g7x6_68._draftMode_1g7x6_122 ._tourTitle_1g7x6_135{color:#fff}}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._tourDescription_1g7x6_146{color:#fde68a}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._placeholderThumbnail_1g7x6_149:before{background:radial-gradient(circle,#ff98004d 0%,#0000 70%)}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._placeholderIcon_1g7x6_152{color:#ff980099}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._editButton_1g7x6_159{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_1g7x6_68._draftMode_1g7x6_122 ._editButton_1g7x6_159 ._editIcon_1g7x6_166{color:#fff!important}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._editButton_1g7x6_159:hover{background:linear-gradient(135deg,#ffb74d 0%,#ff9800 100%)!important;transform:translateY(-1px)!important;box-shadow:0 4px 15px #ff980066!important}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._viewButton_1g7x6_174{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_1g7x6_68._draftMode_1g7x6_122 ._viewButton_1g7x6_174:hover{color:#fff!important;background:#ffffff26!important;border-color:#ffffff4d!important;transform:translateY(-1px)!important;box-shadow:0 2px 8px #0000001a!important}._thumbnailContainer_1g7x6_198{border-radius:18px 18px 0 0;width:100%;height:200px;position:relative;overflow:hidden}._sphereContainer_1g7x6_206{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_1g7x6_68:hover ._sphereContainer_1g7x6_206{filter:drop-shadow(0 16px 32px #0009)drop-shadow(0 0 60px #667eea66)}._sphereContainer_1g7x6_206 canvas{border-radius:50%}._sphereLoader_1g7x6_222{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_1g7x6_236{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_1g7x6_1;position:absolute}._sphereLoaderRing_1g7x6_236:before{content:"";border:2px solid #0000;border-top-color:#a8a7eb99;border-radius:50%;animation:.8s cubic-bezier(.5,0,.5,1) infinite reverse _sphereLoaderSpin_1g7x6_1;position:absolute;inset:6px}._sphereLoaderGlow_1g7x6_256{background:radial-gradient(circle,#7877c64d 0%,#7877c61a 40%,#0000 70%);border-radius:50%;width:60px;height:60px;animation:2s ease-in-out infinite _sphereLoaderPulse_1g7x6_1;position:absolute}@keyframes _sphereLoaderSpin_1g7x6_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _sphereLoaderPulse_1g7x6_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}}._tourThumbnail_1g7x6_105{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}._thumbnailOverlay_1g7x6_108{opacity:.3;background:linear-gradient(#0000000d 0%,#00000026 50%,#00000073 100%);transition:opacity .4s;position:absolute;inset:0}._placeholderThumbnail_1g7x6_149{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_1g7x6_149:before{content:"";background:radial-gradient(circle,#7877c64d 0%,#0000 70%);border-radius:50%;width:100px;height:100px;animation:3s ease-in-out infinite _pulse_1g7x6_1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes _pulse_1g7x6_1{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.1;transform:translate(-50%,-50%)scale(1.2)}}._placeholderIcon_1g7x6_152{color:#7877c699;z-index:1;filter:drop-shadow(0 2px 8px #0000004d);font-size:2.5rem;position:relative}._thumbnailMeta_1g7x6_343{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_1g7x6_128{-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_1g7x6_128:before{content:"";border-radius:inherit;opacity:0;background:linear-gradient(45deg,#0000,#fff3,#0000);transition:opacity .3s;position:absolute;inset:0}._constructionIcon_1g7x6_388{color:#fff;filter:drop-shadow(0 2px 4px #0000004d);z-index:1;font-size:1.6rem;transition:all .3s;position:relative}._thirdProductBadge_1g7x6_397{-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_1g7x6_397:hover{background:#fff;transform:translate(-50%)translateY(-1px);box-shadow:0 4px 12px #0003}._thirdProductLogo_1g7x6_421{object-fit:contain;filter:drop-shadow(0 1px 2px #0000001a);width:auto;height:20px;transition:all .3s}._thirdProductBadge_1g7x6_397:hover ._thirdProductLogo_1g7x6_421{filter:drop-shadow(0 2px 4px #00000026)}._deleteButton_1g7x6_432{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_1g7x6_432:hover{color:#fff;opacity:1;background:#ef4444e6;transform:scale(1.1);box-shadow:0 4px 15px #ef444480}._deleteButton_1g7x6_432:active{transform:scale(.95)}._deleteButton_1g7x6_432 svg{font-size:1rem;transition:all .3s}._thumbnailProfileCircle_1g7x6_467{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_1g7x6_467 .profileCircle{background-color:#7878781a!important;border:2px solid #96969666!important;transition:all .6s cubic-bezier(.25,.46,.45,.94)!important}._thumbnailProfileCircle_1g7x6_467:hover,._thumbnailProfileCircle_1g7x6_467._hovered_1g7x6_487{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_1g7x6_467:hover .profileCircle,._thumbnailProfileCircle_1g7x6_467._hovered_1g7x6_487 .profileCircle{background-color:#fafafaf2!important;border-color:#b4b4b480!important;box-shadow:0 2px 8px #0000001a!important}._thumbnailProfileCircle_1g7x6_467:hover .userName,._thumbnailProfileCircle_1g7x6_467._hovered_1g7x6_487 .userName{color:#374151!important;text-shadow:none!important;font-size:13px!important;font-weight:600!important}._thumbnailProfileCircle_1g7x6_467 ._hoverProfileCircle_1g7x6_508{transition:all .6s cubic-bezier(.25,.46,.45,.94)}._ownerProfile_1g7x6_512{align-items:center;gap:10px;transition:all .6s cubic-bezier(.25,.46,.45,.94);display:flex}._ownerProfileImage_1g7x6_519,._ownerProfileIcon_1g7x6_520{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_1g7x6_520{color:#ffffffb3;background:#7878781a;padding:6px}._ownerName_1g7x6_536{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_1g7x6_467._hovered_1g7x6_487 ._ownerName_1g7x6_536{opacity:1;max-width:200px}._sceneCount_1g7x6_552{color:#fbbf24;font-size:.7rem;font-weight:500}._updatedDate_1g7x6_558{color:#fff9;font-size:.7rem;font-style:italic}._tourInfo_1g7x6_564{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_1g7x6_564: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_1g7x6_564: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_1g7x6_68:hover ._tourInfo_1g7x6_564{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_1g7x6_68:hover ._tourInfo_1g7x6_564:before{background:linear-gradient(90deg,#6e6eaf 0%,#5f5fa0 50%,#4b4b87 100%);box-shadow:inset 0 3px 10px #fff3,inset 0 -2px 4px #0000001a}._publishedTourCard_1g7x6_68:hover ._tourInfo_1g7x6_564:after{background:linear-gradient(#37376e 0%,#2d2d5f 50%,#202048 100%)}._publishedTourCard_1g7x6_68:focus ._tourInfo_1g7x6_564{border-color:#7877c6b3;box-shadow:0 0 0 3px #7877c640,0 25px 50px #0006,inset 0 1px #ffffff26}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._tourInfo_1g7x6_564{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_1g7x6_68._draftMode_1g7x6_122 ._tourInfo_1g7x6_564:before{background:linear-gradient(90deg,#8c5f37 0%,#734e30 50%,#5f3e28 100%);box-shadow:inset 0 2px 8px #ffc89626,inset 0 -2px 4px #0000001a}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122 ._tourInfo_1g7x6_564:after{background:linear-gradient(#412d1e 0%,#322319 50%,#261b12 100%);box-shadow:inset 2px 0 6px #ffb46414,inset -2px 0 8px #0000004d}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:hover ._tourInfo_1g7x6_564{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_1g7x6_68._draftMode_1g7x6_122:hover ._tourInfo_1g7x6_564:before{background:linear-gradient(90deg,#a06e41 0%,#875c37 50%,#6e4b30 100%)}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:hover ._tourInfo_1g7x6_564:after{background:linear-gradient(#503726 0%,#3c2a1e 50%,#2d2016 100%)}._publishedTourCard_1g7x6_68._draftMode_1g7x6_122:focus ._tourInfo_1g7x6_564{border-color:#ff980099;box-shadow:0 0 0 3px #ff980040,0 25px 50px #0006,inset 0 1px #ffc89626}._tourContent_1g7x6_665{flex-direction:column;flex:1;min-height:0;margin-bottom:1rem;display:flex}._tourHeader_1g7x6_673{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.5rem;display:flex}._tourHeader_1g7x6_673 ._tourTitle_1g7x6_135{flex:1;min-width:0;margin:0}._tourTitle_1g7x6_135{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_1g7x6_135{color:#fff}}._tourDescription_1g7x6_146{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_1g7x6_725{flex-direction:column;flex-shrink:0;gap:.5rem;margin-top:auto;display:flex}._tourMeta_1g7x6_733{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_1g7x6_122 ._tourMeta_1g7x6_733{flex-direction:row;justify-content:space-between}._publishedDate_1g7x6_749{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_1g7x6_749 ._calendarIcon_1g7x6_760{color:#7877c6b3;flex-shrink:0;font-size:.95rem;transition:all .3s}._publishedDate_1g7x6_749:hover{color:#fff}._publishedDate_1g7x6_749:hover ._calendarIcon_1g7x6_760{color:#7877c6;filter:drop-shadow(0 0 4px #7877c680)}._viewCount_1g7x6_774{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_1g7x6_774 ._viewIcon_1g7x6_785{color:#7877c6b3;flex-shrink:0;font-size:.95rem;transition:all .3s}._viewCount_1g7x6_774:hover{color:#fff}._viewCount_1g7x6_774:hover ._viewIcon_1g7x6_785{color:#7877c6;filter:drop-shadow(0 0 4px #7877c680)}._tourActions_1g7x6_111{flex-direction:row;align-items:center;gap:.5rem;margin-top:auto;display:flex}._actionButton_1g7x6_808{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_1g7x6_808:hover{color:#fff;background:#ffffff1a;transform:translateY(-1px)}._actionButton_1g7x6_808:active{transform:translateY(0)}@media (width<=768px){._publishedTourCard_1g7x6_68{width:90%;max-width:360px}._publishedTourCard_1g7x6_68:hover{transform:translateY(-4px)}._thumbnailContainer_1g7x6_198,._tourThumbnail_1g7x6_105,._placeholderThumbnail_1g7x6_149{height:140px}._tourInfo_1g7x6_564{padding:.875rem}._tourTitle_1g7x6_135{font-size:.95rem}._tourDescription_1g7x6_146{max-height:2.8em;font-size:.75rem;line-height:1.4}._tourActions_1g7x6_111{flex-direction:column;align-items:stretch;gap:.4rem}._tourActions_1g7x6_111 ._viewButton_1g7x6_174,._tourActions_1g7x6_111 ._editButton_1g7x6_159,._tourActions_1g7x6_111 ._shareButton_1g7x6_860{justify-content:center}}@media (width<=480px){._publishedTourCard_1g7x6_68{width:95%;max-width:none}._thumbnailContainer_1g7x6_198,._tourThumbnail_1g7x6_105,._placeholderThumbnail_1g7x6_149{height:120px}._tourInfo_1g7x6_564{padding:.75rem}._tourTitle_1g7x6_135{font-size:.9rem}._tourDescription_1g7x6_146{font-size:.7rem}._viewButton_1g7x6_174,._editButton_1g7x6_159,._shareButton_1g7x6_860{padding:.4rem .7rem!important;font-size:.7rem!important}}._page_eui8f_38{padding-inline:max(5%,50vw - 800px)}._text-center_eui8f_63{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_eui8f_1{0%{opacity:0;transform:scale(.96)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}._shareTourModal_eui8f_97 .ant-modal-content{transition:box-shadow .3s;animation:.5s cubic-bezier(.33,1,.68,1) _modalPopIn_eui8f_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_eui8f_97 .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_eui8f_97 .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_eui8f_97 .ant-modal-close{filter:drop-shadow(0 0 4px var(--cyberpunk-purple-glow));color:var(--cyberpunk-text-secondary)!important}._shareTourModal_eui8f_97 .ant-modal-close:hover{filter:drop-shadow(0 0 8px var(--cyberpunk-purple-glow));color:var(--cyberpunk-text-primary)!important}._shareTourModal_eui8f_97 .ant-modal-body{background:0 0!important;padding:20px 24px 24px!important}._modalHeader_eui8f_134{color:var(--cyberpunk-text-primary);align-items:center;gap:12px;display:flex}._modalHeader_eui8f_134 ._shareIcon_eui8f_140{color:var(--cyberpunk-purple);filter:drop-shadow(0 0 8px var(--cyberpunk-purple-glow));font-size:28px}._modalHeader_eui8f_134 span{letter-spacing:.5px;text-shadow:0 2px 8px var(--cyberpunk-purple-glow);font-size:20px;font-weight:700}._modalContent_eui8f_152{background:0 0;flex-direction:column;gap:24px;min-height:200px;padding:8px 0;animation:.5s cubic-bezier(.33,1,.68,1) _modalPopIn_eui8f_1;display:flex}@media (width<=768px){._modalContent_eui8f_152{gap:16px;padding:4px 0}}._tourHeader_eui8f_168{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_eui8f_168: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_eui8f_168 ._tourName_eui8f_186{color:var(--cyberpunk-text-primary);text-shadow:0 1px 3px #0000004d;margin:0 0 8px;font-size:18px;font-weight:600}._tourHeader_eui8f_168 ._tourDescription_eui8f_193{color:var(--cyberpunk-text-secondary);opacity:.9;margin:0;font-size:14px;line-height:1.5}@media (width<=768px){._tourHeader_eui8f_168{padding:12px 16px}._tourHeader_eui8f_168 ._tourName_eui8f_186{font-size:16px}._tourHeader_eui8f_168 ._tourDescription_eui8f_193{font-size:13px}}._generateSection_eui8f_212{flex-direction:column;align-items:center;padding:0 20px;display:flex}._generateSection_eui8f_212 ._generateButton_eui8f_218{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_eui8f_212 ._generateButton_eui8f_218:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}._generateSection_eui8f_212 ._generateButton_eui8f_218: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_eui8f_212 ._generateButton_eui8f_218:hover:before{left:100%}._generateSection_eui8f_212 ._generateButton_eui8f_218:active{transform:translateY(0)}._generateSection_eui8f_212 ._generateButton_eui8f_218:focus{border:2px solid var(--cyberpunk-purple-glow);outline:none;color:#fff!important}._generateSection_eui8f_212 ._generateButton_eui8f_218:disabled,._generateSection_eui8f_212 ._generateButton_eui8f_218._ant-btn-loading_eui8f_259{box-shadow:none;background:linear-gradient(135deg,#7877c64d 0%,#5a4fcf4d 100%);transform:none;color:#ffffff80!important}@media (width<=768px){._generateSection_eui8f_212 ._generateButton_eui8f_218{height:44px;padding:0 24px;font-size:15px}}._generateSection_eui8f_212 ._limitMessage_eui8f_272{text-align:center;margin-top:12px}._generateSection_eui8f_212 ._limitMessage_eui8f_272 ._limitText_eui8f_276{color:var(--cyberpunk-text-secondary);opacity:.8;text-shadow:0 1px 2px #0000004d;margin:0;font-size:14px}@media (width<=768px){._generateSection_eui8f_212 ._limitMessage_eui8f_272 ._limitText_eui8f_276{font-size:13px}}._tableSection_eui8f_289 ._tableTitle_eui8f_289{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_eui8f_289 ._tableTitle_eui8f_289{margin:0 0 12px;font-size:15px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302{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_eui8f_289 ._shareLinksTable_eui8f_302{border-radius:8px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table{border-radius:12px;color:var(--cyberpunk-text-primary)!important;background:0 0!important}@media (width<=768px){._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table{border-radius:8px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-container{border-radius:12px}@media (width<=768px){._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-container{border-radius:8px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .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_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th:before{display:none}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th:first-child{padding-left:16px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th:last-child{padding-right:16px}@media (width<=768px){._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th{padding:12px 8px;font-size:14px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th:first-child{padding-left:12px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-thead>tr>th:last-child{padding-right:12px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .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_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr>td:first-child{padding-left:16px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr>td:last-child{padding-right:16px}@media (width<=768px){._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr>td{padding:12px 8px;font-size:14px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr>td:first-child{padding-left:12px}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr>td:last-child{padding-right:12px}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr:hover>td{background:#ffffff08!important}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-table-tbody>tr:last-child>td{border-bottom:none!important}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-empty,._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .ant-empty .ant-empty-description{color:var(--cyberpunk-text-primary)!important}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 .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_eui8f_289 ._shareLinksTable_eui8f_302 .ant-btn[title*=Delete]{width:32px!important;height:32px!important;font-size:16px!important}}._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 ._deleteButton_eui8f_415{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_eui8f_289 ._shareLinksTable_eui8f_302 ._deleteButton_eui8f_415:hover{transform:scale(1.05);color:#ff8a8a!important;background:#ff6b6b1a!important}@media (width<=768px){._tableSection_eui8f_289 ._shareLinksTable_eui8f_302 ._deleteButton_eui8f_415{width:24px!important;min-width:24px!important;height:24px!important;font-size:14px!important}}._tableSection_eui8f_289 ._linkCell_eui8f_442{align-items:center;gap:8px;min-width:0;max-width:100%;display:flex}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449{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_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449 .ant-typography{margin:0;color:var(--cyberpunk-text-primary)!important}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449{cursor:pointer;transition:color .12s,text-shadow .12s,transform 60ms}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449:hover{text-shadow:0 1px 6px var(--cyberpunk-purple-glow);transform:translateY(-1px);color:var(--cyberpunk-text-accent)!important}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449:focus{outline:none;box-shadow:0 0 0 3px #7877c61f}@media (width<=768px){._tableSection_eui8f_289 ._linkCell_eui8f_442 ._linkText_eui8f_449{font-size:13px}}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487{-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_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487: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_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487:hover:before{left:100%}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487:active{transform:scale(1.02)translateY(0);box-shadow:0 3px 8px #7877c666,0 0 12px #7877c64d,inset 0 1px #fff3}._tableSection_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487:focus{outline:none;box-shadow:0 0 0 3px #fffc,0 4px 12px #7877c666;color:#fff!important}@media (width<=768px){._tableSection_eui8f_289 ._linkCell_eui8f_442 ._copyButton_eui8f_487{padding:6px;font-size:15px}}.ant-popover ._ant-popover-content_eui8f_546{-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_eui8f_552{border-radius:8px;background:0 0!important}.ant-popover ._ant-popover-inner-content_eui8f_556{color:var(--cyberpunk-text-primary)!important}.ant-popover ._ant-popover-buttons_eui8f_559 ._ant-btn-primary_eui8f_559{background:var(--cyberpunk-purple)!important;border-color:var(--cyberpunk-purple)!important;color:#fff!important}.ant-popover ._ant-popover-buttons_eui8f_559 ._ant-btn-primary_eui8f_559:hover{background:var(--cyberpunk-purple-light)!important;border-color:var(--cyberpunk-purple-light)!important;color:#fff!important}.ant-popover ._ant-popover-buttons_eui8f_559 ._ant-btn-default_eui8f_569{border-color:var(--cyberpunk-glass-border)!important;color:var(--cyberpunk-text-secondary)!important;background:0 0!important}.ant-popover ._ant-popover-buttons_eui8f_559 ._ant-btn-default_eui8f_569: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_eui8f_587{text-shadow:0 1px 2px #0000004d;font-weight:500;color:#fff!important;background:0 0!important}.ant-select-dropdown ._ant-select-item_eui8f_587: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_eui8f_587._ant-select-item-option-selected_eui8f_600{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_eui8f_613{background:0 0!important;border:none!important}.ant-picker-dropdown ._ant-picker-header_eui8f_617,.ant-picker-dropdown ._ant-picker-cell_eui8f_620{color:var(--cyberpunk-text-primary)!important}.ant-picker-dropdown ._ant-picker-cell_eui8f_620:hover ._ant-picker-cell-inner_eui8f_623{background:var(--cyberpunk-glass-bg)!important}.ant-picker-dropdown ._ant-picker-cell_eui8f_620._ant-picker-cell-selected_eui8f_626 ._ant-picker-cell-inner_eui8f_623{background:var(--cyberpunk-purple)!important;color:#fff!important}.ant-picker-dropdown ._ant-picker-prev-icon_eui8f_630,.ant-picker-dropdown ._ant-picker-next-icon_eui8f_631,.ant-picker-dropdown ._ant-picker-super-prev-icon_eui8f_632,.ant-picker-dropdown ._ant-picker-super-next-icon_eui8f_633{color:var(--cyberpunk-text-secondary)!important}._pendingRow_eui8f_637{animation:2s ease-in-out infinite _pendingPulse_eui8f_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_eui8f_637 td{border-bottom:none!important}@keyframes _pendingPulse_eui8f_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_eui8f_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_eui8f_669{padding:8px 0}._pendingLinkCell_eui8f_669 ._pendingText_eui8f_672{font-style:italic;font-weight:500;color:var(--cyberpunk-green)!important}._expirySelector_eui8f_678{flex-direction:column;align-items:center;gap:8px;padding:8px 4px;display:flex}._expirySelector_eui8f_678 ._expiryControls_eui8f_685{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}._expirySelector_eui8f_678 ._expirySelect_eui8f_678{width:140px}._expirySelector_eui8f_678 ._expirySelect_eui8f_678 .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_eui8f_678 ._expirySelect_eui8f_678 .ant-select-selector:hover,._expirySelector_eui8f_678 ._expirySelect_eui8f_678 .ant-select-selector:focus{box-shadow:0 0 8px #7877c64d;border-color:var(--cyberpunk-purple-light)!important}._expirySelector_eui8f_678 ._expirySelect_eui8f_678._selectedGolden_eui8f_706 .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_eui8f_678 ._expirySelect_eui8f_678._selectedGolden_eui8f_706 .ant-select-selector:hover,._expirySelector_eui8f_678 ._expirySelect_eui8f_678._selectedGolden_eui8f_706 .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_eui8f_678 ._expirySelect_eui8f_678._selectedGolden_eui8f_706 .ant-select-selection-item{font-weight:500;color:var(--cyberpunk-gold)!important}._expirySelector_eui8f_678 ._expirySelect_eui8f_678._selectedGolden_eui8f_706 .ant-select-arrow{color:var(--cyberpunk-gold)}._expirySelector_eui8f_678 ._expirySelect_eui8f_678._needsChoice_eui8f_723 .ant-select-selector{animation:1.4s ease-in-out infinite _expiryFlashGreen_eui8f_1;border-color:var(--cyberpunk-green)!important;border-width:2px!important}._expirySelector_eui8f_678 ._expirySelect_eui8f_678 .ant-select-selection-item{color:var(--cyberpunk-text-primary)!important}._expirySelector_eui8f_678 ._expirySelect_eui8f_678 .ant-select-selection-placeholder{color:var(--cyberpunk-text-secondary)!important}._expirySelector_eui8f_678 ._expirySelect_eui8f_678 .ant-select-arrow{color:var(--cyberpunk-text-secondary)}._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737{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_eui8f_678 ._neverExpiresButton_eui8f_737:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737: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_eui8f_678 ._neverExpiresButton_eui8f_737:hover:before{left:100%}._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737._goldenInactive_eui8f_771{color:#ffd700cc!important;background:linear-gradient(135deg,#ffd70026 0%,#daa52026 100%)!important;border:1px solid #ffd7004d!important}._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737._goldenInactive_eui8f_771: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_eui8f_678 ._neverExpiresButton_eui8f_737._greyInactive_eui8f_782{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_eui8f_678 ._neverExpiresButton_eui8f_737._greyInactive_eui8f_782: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_eui8f_678 ._neverExpiresButton_eui8f_737._goldenActive_eui8f_794,._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737._ant-btn-primary_eui8f_559{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_eui8f_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_eui8f_678 ._neverExpiresButton_eui8f_737._goldenActive_eui8f_794:hover,._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737._ant-btn-primary_eui8f_559: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_eui8f_678 ._neverExpiresButton_eui8f_737._goldenActive_eui8f_794:hover:before,._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737._ant-btn-primary_eui8f_559:hover:before{left:100%}._expirySelector_eui8f_678 ._neverExpiresButton_eui8f_737:focus{box-shadow:0 0 8px var(--cyberpunk-gold-glow);outline:none;border-color:var(--cyberpunk-gold)!important}._expirySelector_eui8f_678 ._customDatePicker_eui8f_818{width:140px}._expirySelector_eui8f_678 ._customDatePicker_eui8f_818 .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_eui8f_678 ._customDatePicker_eui8f_818 .ant-picker:hover,._expirySelector_eui8f_678 ._customDatePicker_eui8f_818 .ant-picker:focus{box-shadow:0 0 8px #7877c64d;border-color:var(--cyberpunk-purple-light)!important}._expirySelector_eui8f_678 ._customDatePicker_eui8f_818 .ant-picker input{color:var(--cyberpunk-text-primary)!important;background:0 0!important}._expirySelector_eui8f_678 ._customDatePicker_eui8f_818 .ant-picker ._ant-picker-suffix_eui8f_835{color:var(--cyberpunk-text-secondary)}._expirySelector_eui8f_678 ._expiryPreview_eui8f_838{color:var(--cyberpunk-text-accent);text-align:center;min-height:20px;font-size:14px;font-style:italic;font-weight:500}._pendingActions_eui8f_847{justify-content:center;gap:4px;display:flex}._pendingActions_eui8f_847 ._confirmButton_eui8f_852{border-radius:4px;color:#fff!important;background:#52c41a!important;border:1px solid #52c41a!important}._pendingActions_eui8f_847 ._confirmButton_eui8f_852:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #52c41a66;background:#73d13d!important;border-color:#73d13d!important}._pendingActions_eui8f_847 ._confirmButton_eui8f_852:disabled{background:var(--cyberpunk-glass-bg)!important;border-color:var(--cyberpunk-glass-border)!important;color:var(--cyberpunk-text-secondary)!important}._pendingActions_eui8f_847 ._cancelButton_eui8f_869{border-radius:4px;color:var(--cyberpunk-text-secondary)!important;border:1px solid var(--cyberpunk-glass-border)!important;background:0 0!important}._pendingActions_eui8f_847 ._cancelButton_eui8f_869:hover{color:#ff6b6b!important;background:#ff6b6b1a!important;border-color:#ff6b6b!important}._deleteButton_eui8f_415{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_eui8f_415:hover{transform:translateY(-1px);box-shadow:0 4px 12px #ff4d4f4d;color:#ff7875!important;background:#ff787533!important;border-color:#ff7875!important}._deleteButton_eui8f_415:active{transform:translateY(0)}._deleteButton_eui8f_415:focus{outline:none;box-shadow:0 0 0 2px #ff4d4f4d}._deleteButton_eui8f_415 ._deleteIcon_eui8f_911{font-size:16px}@media (width<=768px){._deleteButton_eui8f_415{min-width:70px;height:32px;padding:6px 10px;font-size:13px}._deleteButton_eui8f_415 ._deleteIcon_eui8f_911{font-size:15px}}._pendingText_eui8f_672{font-style:italic;font-weight:500;color:var(--cyberpunk-green)!important}@keyframes _goldenGlow_eui8f_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_eui8f_940{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_eui8f_940: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_eui8f_940:active{transform:translateY(0)scale(1)}._copyActionButton_eui8f_940:focus{outline:none;box-shadow:0 0 0 2px #7877c640}._copyActionButton_eui8f_940 ._copyIcon_eui8f_975{font-size:16px;line-height:0}@media (width<=768px){._copyActionButton_eui8f_940{width:24px;min-width:24px;height:24px;font-size:14px}._copyActionButton_eui8f_940 ._copyIcon_eui8f_975{font-size:14px}}._page_1347o_38{padding-inline:max(5%,50vw - 800px)}._text-center_1347o_63{text-align:center}._Header_1347o_67{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_1347o_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_1347o_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_1347o_91 ._Shape_1347o_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_1347o_91 ._Shape_1347o_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_1347o_91 ._Shape_1347o_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_1347o_91 ._Shape_1347o_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_1347o_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_1347o_138{-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_1347o_138 span{color:#fff}._Title_1347o_158{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_1347o_166{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_1347o_177{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_1347o_1;display:flex;position:relative;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff4d}@media (width<=900px){._CenterCount_1347o_177{display:none}}._CountItem_1347o_199{flex-direction:column;align-items:center;gap:4px;display:flex}._CountNumber_1347o_206{color:#fff;text-shadow:0 4px 12px #0003;letter-spacing:-.02em;font-size:2.5rem;font-weight:900;line-height:1}._CountLabel_1347o_215{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_1347o_227{background:linear-gradient(#0000,#fff6,#0000);width:2px;height:60px}@keyframes _pulse_1347o_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_1347o_243{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_1347o_243{justify-content:flex-start;width:100%;display:none}}._Illustration_1347o_257{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_1347o_1}@keyframes _float_1347o_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_1chnx_39{padding-inline:max(5%,50vw - 800px)}._text-center_1chnx_64{text-align:center}._container_1chnx_68{background:0 0;width:100%;max-width:100%;min-height:100vh;padding:0;position:relative;overflow-x:hidden}._container_1chnx_68: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_1chnx_89{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_1chnx_99{z-index:2;padding:0 2rem 2rem;box-sizing:border-box;width:100%;max-width:100%;padding-top:4rem;position:relative}._header_1chnx_109{text-align:center;z-index:2;max-width:1400px;margin-bottom:5rem;margin-left:auto;margin-right:auto;position:relative}._title_1chnx_119{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_1chnx_130{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_1chnx_142{z-index:2;max-width:1400px;margin:0 auto 4rem;position:relative}._sectionHeader_1chnx_151{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._sectionTitle_1chnx_158{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_1chnx_158:after{content:"";background:linear-gradient(90deg,#fff9,#fff3,#0000);width:80%;height:2px;position:absolute;bottom:-.5rem;left:0}._draftsSection_1chnx_176{margin-bottom:2rem}._draftsSection_1chnx_176 .embedded{background:0 0!important;min-height:auto!important;padding:0!important}._scenesLibrary_1chnx_185{margin-bottom:2rem}._publicToursSection_1chnx_189{max-width:1400px;margin-left:auto;margin-right:auto;padding-top:1rem;padding-left:0;padding-right:0;position:relative}._publicToursSection_1chnx_189: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_1chnx_209{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto 3rem;padding:2rem 0 1rem;display:flex;position:relative}._publicToursHeader_1chnx_209: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_1chnx_209 ._sectionTitle_1chnx_158{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_1chnx_209 ._sectionTitle_1chnx_158: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_1chnx_209 ._sectionTitle_1chnx_158:hover{text-shadow:0 0 20px #7877c680,0 0 40px #7877c64d,0 0 60px #7877c633}._publicToursGrid_1chnx_254{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_1chnx_267{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:18px;display:flex}._searchInput_1chnx_267{flex:0 420px;min-width:220px;max-width:420px}._searchSubmit_1chnx_283{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_1chnx_283:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._tourThumbnail_1chnx_302{object-fit:cover;width:100%;height:160px}._placeholderThumbnail_1chnx_308{background:linear-gradient(135deg,#1a1a3e 0%,#2d1b69 100%);justify-content:center;align-items:center;width:100%;height:160px;display:flex}._placeholderIcon_1chnx_317{color:#7877c680;font-size:2.5rem}._tourInfo_1chnx_322{padding:1.2rem}._tourTitle_1chnx_326{color:#fff;margin:0 0 .4rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;font-weight:600}._tourDescription_1chnx_334{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_1chnx_348{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_1chnx_358{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_1chnx_368{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.7rem;font-style:italic}._tourActions_1chnx_374{gap:.4rem;display:flex}._loading_1chnx_379,._error_1chnx_380,._emptyState_1chnx_381{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_1chnx_396,._emptyIcon_1chnx_397{color:#7877c680;margin-bottom:1rem;font-size:3rem;animation:2s linear infinite _spin_1chnx_1}@keyframes _spin_1chnx_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._loadMoreContainer_1chnx_412{justify-content:center;max-width:1400px;min-height:1px;margin-top:2rem;margin-left:auto;margin-right:auto;display:flex}@media (width<=768px){._content_1chnx_99{padding:3rem 1rem 1rem}._title_1chnx_119{letter-spacing:-.01em;font-size:2.5rem}._subtitle_1chnx_130{font-size:1.1rem}._sectionTitle_1chnx_158{font-size:1.75rem}._publicToursSection_1chnx_189{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}._publicToursGrid_1chnx_254{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.8rem 1.1rem;padding:0 1rem}._searchInputWrapper_1chnx_267{width:100%}._searchInput_1chnx_267{max-width:none}._loading_1chnx_379,._error_1chnx_380,._emptyState_1chnx_381{padding-left:1rem;padding-right:1rem}._tourThumbnail_1chnx_302,._placeholderThumbnail_1chnx_308{height:140px}._tourInfo_1chnx_322{padding:1rem}._sectionHeader_1chnx_151,._publicToursHeader_1chnx_209{flex-direction:column;align-items:flex-start;gap:1rem;padding-top:1.5rem}._sectionHeader_1chnx_151 ._sectionTitle_1chnx_158,._publicToursHeader_1chnx_209 ._sectionTitle_1chnx_158{font-size:1.75rem}._draftsSection_1chnx_176{margin-bottom:1.5rem}._header_1chnx_109{margin-bottom:4rem}}@media (width<=480px){._content_1chnx_99{padding-top:2rem}._title_1chnx_119{font-size:2rem}._subtitle_1chnx_130{font-size:1rem}._sectionTitle_1chnx_158,._publicToursHeader_1chnx_209 ._sectionTitle_1chnx_158{font-size:1.5rem}._publicToursGrid_1chnx_254{grid-template-columns:1fr;padding:0 1rem}._loading_1chnx_379,._error_1chnx_380,._emptyState_1chnx_381{padding-left:1rem;padding-right:1rem}}._page_5mzmv_38{padding-inline:max(5%,50vw - 800px)}._text-center_5mzmv_63{text-align:center}._error_5mzmv_67{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_5mzmv_67 h2{color:#ff6b6b;margin-bottom:1rem;font-size:1.5rem;font-weight:600}._error_5mzmv_67 p{color:var(--cyberpunk-text-primary);opacity:.8;max-width:400px;margin-bottom:2rem;line-height:1.6}._error_5mzmv_67 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_5mzmv_67 button:hover{background:linear-gradient(135deg,#764ba2 0%,#667eea 100%);transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.ant-modal._exitModal_5mzmv_107 ._ant-modal-content_5mzmv_107{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_5mzmv_107 ._ant-modal-header_5mzmv_114{background:0 0;border:none}.ant-modal._exitModal_5mzmv_107 ._ant-modal-body_5mzmv_118{padding:2rem}.ant-modal._exitModal_5mzmv_107 ._ant-modal-close_5mzmv_121{color:var(--cyberpunk-text-primary)}.ant-modal._exitModal_5mzmv_107 ._ant-modal-close_5mzmv_121:hover{background:#ffffff1a}._modalContent_5mzmv_128{text-align:center;padding:1rem 0}._modalTitle_5mzmv_133{color:var(--cyberpunk-text-primary);margin:0 0 1rem;font-size:1.25rem;font-weight:600}._modalMessage_5mzmv_140{color:var(--cyberpunk-text-primary);opacity:.8;margin:0 0 2rem;line-height:1.5}._modalActions_5mzmv_147{justify-content:center;gap:1rem;display:flex}@media (width<=480px){._modalActions_5mzmv_147{flex-direction:column}}._cancelButton_5mzmv_158{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_5mzmv_158:hover{border-color:var(--cyberpunk-purple-glow);background:#ffffff1a}._confirmButton_5mzmv_173{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_5mzmv_173:hover{background:linear-gradient(135deg,#ee5a24 0%,#ff6b6b 100%);transform:translateY(-2px);box-shadow:0 4px 15px #ff6b6b66}._tourViewerContainer_5mzmv_190{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_5mzmv_190._fadeIn_5mzmv_200{animation:.8s ease-out _tourViewerFadeIn_5mzmv_1}@keyframes _tourViewerFadeIn_5mzmv_1{0%{opacity:0;transform:scale(1.02)}50%{opacity:.7;transform:scale(1.01)}to{opacity:1;transform:scale(1)}}._page_1xtfx_38{padding-inline:max(5%,50vw - 800px)}._text-center_1xtfx_63{text-align:center}@keyframes _te-levitate_1xtfx_1{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes _te-pulse-glow_1xtfx_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_1xtfx_83 .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_1xtfx_83 .ant-modal-header{background:linear-gradient(135deg,#8b5cf626 0%,#3b82f614 100%);border-bottom:1px solid #ffffff1f;padding:20px 24px}._modal_1xtfx_83 .ant-modal-title{color:#e8e8f0;letter-spacing:.02em;font-size:1.125rem;font-weight:600}._modal_1xtfx_83 .ant-modal-body{background:#1a1a2e;padding:24px}._modal_1xtfx_83 .ant-modal-close{color:#b8b8d0;top:16px;inset-inline-end:16px}._modal_1xtfx_83 .ant-modal-close:hover{color:#e8e8f0;background:#ffffff14}@media (prefers-reduced-motion:reduce){._modal_1xtfx_83,._modal_1xtfx_83 *,._modal_1xtfx_83:before,._modal_1xtfx_83:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._form_1xtfx_123 .ant-form-item{margin-bottom:20px}._form_1xtfx_123 .ant-form-item-label>label{color:#e8e8f0d9;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem;font-weight:500}._form_1xtfx_123 .ant-form-item-label>label.ant-form-item-required:before{color:#8b7cf6!important}._form_1xtfx_123 .ant-input,._form_1xtfx_123 .ant-input-affix-wrapper,._form_1xtfx_123 .ant-input-textarea{color:#e8e8f0;background:#ffffff0a;border:1px solid #ffffff1f;border-radius:8px;transition:border-color .2s,box-shadow .2s}._form_1xtfx_123 .ant-input::placeholder,._form_1xtfx_123 .ant-input-affix-wrapper::placeholder,._form_1xtfx_123 .ant-input-textarea::placeholder{color:#a09ee673}._form_1xtfx_123 .ant-input:hover,._form_1xtfx_123 .ant-input-affix-wrapper:hover,._form_1xtfx_123 .ant-input-textarea:hover{border-color:#8b5cf666}._form_1xtfx_123 .ant-input:focus,._form_1xtfx_123 .ant-input:focus-within,._form_1xtfx_123 .ant-input-affix-wrapper:focus,._form_1xtfx_123 .ant-input-affix-wrapper:focus-within,._form_1xtfx_123 .ant-input-textarea:focus,._form_1xtfx_123 .ant-input-textarea:focus-within{background:#ffffff0f;border-color:#8b7cf6;box-shadow:0 0 0 2px #8b5cf633}._form_1xtfx_123 .ant-input-textarea-show-count:after{color:#a09ee68c;font-size:.75rem}._form_1xtfx_123 .ant-form-item-has-error .ant-input,._form_1xtfx_123 .ant-form-item-has-error .ant-input-affix-wrapper{border-color:#ff6b6b!important}._form_1xtfx_123 .ant-form-item-has-error .ant-input:focus,._form_1xtfx_123 .ant-form-item-has-error .ant-input:focus-within,._form_1xtfx_123 .ant-form-item-has-error .ant-input-affix-wrapper:focus,._form_1xtfx_123 .ant-form-item-has-error .ant-input-affix-wrapper:focus-within{box-shadow:0 0 0 2px #ec489933!important}._form_1xtfx_123 .ant-form-item-explain-error{color:#ff6b6b;margin-top:4px;font-size:.8125rem}._fieldLabel_1xtfx_183{align-items:center;gap:6px;margin-bottom:8px;display:flex}._fieldLabel_1xtfx_183 p{color:#e8e8f0d9;letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:.8125rem;font-weight:500}._requiredBadge_1xtfx_198{color:#8b7cf6;font-size:.875rem;line-height:1}._thumbnailSection_1xtfx_204{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}._thumbnailRow_1xtfx_211{align-items:center;gap:16px;display:flex}._thumbnailRow_1xtfx_211 .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_1xtfx_211 .btn.btn-outline:hover:not(:disabled){color:#e8e8f0;border-color:#a09ee6d9;box-shadow:0 0 10px #7877c659}._thumbnailRow_1xtfx_211 .btn.btn-outline:disabled{opacity:.4}._thumbnailPreview_1xtfx_232{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_1xtfx_232:after{content:"";pointer-events:none;border-radius:inherit;background:#7877c600;transition:background .2s;position:absolute;inset:0}._thumbnailPreview_1xtfx_232:hover{border-color:#a09ee6b3;transform:translateY(-1px);box-shadow:0 0 14px #7877c673}._thumbnailPreview_1xtfx_232:hover:after{background:#7877c640}._thumbnailImage_1xtfx_260{object-fit:cover;width:100%;height:100%}._removeButton_1xtfx_266{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_1xtfx_266:hover{background:#ff6b6b;transform:scale(1.15)}._thumbnailPlaceholder_1xtfx_290{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_1xtfx_290:hover{background:#7877c614;border-color:#a09ee6b3;transform:translateY(-1px);box-shadow:0 0 14px #7877c64d}._thumbnailPlaceholder_1xtfx_290:hover ._placeholderIcon_1xtfx_309{color:#a09ee6cc}._thumbnailPlaceholder--error_1xtfx_313{border-color:#ff6b6b}._placeholderIcon_1xtfx_309{color:#9898b8;margin-bottom:4px;font-size:1.375rem}._placeholderText_1xtfx_323{text-align:center;color:#a09ee68c!important;margin:0!important;font-size:.7rem!important}._thumbnailError_1xtfx_330{color:#ff6b6b;margin-top:2px;font-size:.8125rem}._actions_1xtfx_336{border-top:1px solid #a09ee633;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;display:flex}._actions_1xtfx_336 .btn.btn-primary{color:#e8e8f0;background:#8b7cf6d9;border:1px solid #a09ee6b3;transition:box-shadow .2s,transform .15s;box-shadow:0 0 14px #7877c68c}._actions_1xtfx_336 .btn.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 22px #7877c6d9}._actions_1xtfx_336 .btn.btn-primary:disabled{opacity:.5}._actions_1xtfx_336 .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_1xtfx_336 .btn.btn-outline:hover:not(:disabled){color:#e8e8f0;border-color:#a09ee6d9;box-shadow:0 0 10px #7877c659}._actions_1xtfx_336 .btn.btn-outline:disabled{opacity:.4}[dir=rtl] ._actions_1xtfx_336{flex-direction:row-reverse;justify-content:flex-start}@media (width<=768px){._modal_1xtfx_83 .ant-modal-body{padding:16px}._thumbnailPreview_1xtfx_232,._thumbnailPlaceholder_1xtfx_290{width:100%;height:112px}._thumbnailRow_1xtfx_211{flex-direction:column;align-items:flex-start}._actions_1xtfx_336{flex-direction:column;gap:8px}._actions_1xtfx_336 button{width:100%}}._page_173au_39{padding-inline:max(5%,50vw - 800px)}._text-center_173au_64{text-align:center}._panel_173au_68{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_173au_82{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_173au_101{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_173au_101:hover{color:var(--editor-text-primary);background:var(--editor-bg-panel);border-color:var(--editor-border-medium)}._preview_173au_127{aspect-ratio:4/3;background:var(--editor-bg-elevated);border-radius:10px;position:relative;overflow:hidden}._previewImg_173au_135{object-fit:contain;width:100%;height:100%}._previewPlayable_173au_141{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;padding:0;display:flex}._previewPlayable_173au_141:hover ._playBadge_173au_152{background:var(--editor-accent-hover);transform:scale(1.05)}._playBadge_173au_152{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_173au_172 .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_173au_172 .ant-modal-close{color:var(--editor-text-muted)}._playerModal_173au_172 .ant-modal-close:hover{color:var(--editor-text-primary)}._mediaPlayerVideo_173au_186{background:var(--editor-bg-elevated);border-radius:8px;width:100%;max-height:56vh}._mediaPlayerAudio_173au_193{width:100%}._previewPlaceholder_173au_197{background:linear-gradient(135deg, var(--editor-bg-elevated), var(--editor-input-bg));width:100%;height:100%}._field_173au_204{min-width:0}._nameRow_173au_208{align-items:center;gap:6px;display:flex}._nameText_173au_214{color:var(--editor-text-primary);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}._iconBtn_173au_224{color:var(--editor-text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px;font-size:12px;display:flex}._iconBtn_173au_224:hover{color:var(--editor-text-primary);background:var(--editor-bg-elevated)}._metaList_173au_240{flex-direction:column;gap:6px;display:flex}._metaItem_173au_246{color:var(--editor-text-muted);align-items:center;gap:6px;font-size:11px;display:flex}._copyBtn_173au_254{cursor:pointer;background:0 0;border:none;border-radius:4px;padding:0}._copyBtn_173au_254:hover{color:var(--editor-accent)}._section_173au_266{flex-direction:column;gap:6px;display:flex}._sectionHeader_173au_272{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_173au_283{flex-wrap:wrap;gap:4px;display:flex}._tag_173au_283.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_173au_283.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_173au_283.ant-tag .ant-tag-close-icon:hover{color:#fff;background:var(--editor-accent-hover);border-color:var(--editor-accent-hover)}._tagInput_173au_323.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_173au_323.ant-input::placeholder{color:var(--editor-text-muted)}._actionsSection_173au_336{border-top:1px solid var(--editor-border-subtle);flex-direction:column;gap:8px;margin-top:auto;padding-top:8px;display:flex}._secondaryCloseBtn_173au_345{border:1px solid var(--editor-border-subtle);width:100%;min-height:32px;color:var(--editor-text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;font-size:12px;transition:border-color .2s,background .2s,color .2s}._secondaryCloseBtn_173au_345:hover{border-color:var(--editor-border-medium);background:var(--editor-bg-elevated);color:var(--editor-text-primary)}._actions_173au_336{align-items:center;gap:8px;display:flex}._downloadBtn_173au_369{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_173au_369:hover:not(:disabled){border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._downloadBtn_173au_369:disabled{opacity:.6;cursor:default}._deleteBtn_173au_394.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_173au_394.ant-btn:hover:not(:disabled),._deleteBtn_173au_394.ant-btn:focus-visible:not(:disabled){color:#ffd0d0;background:#ff6b6b33;border-color:#ff6b6ba6}._deleteBtn_173au_394.ant-btn:disabled{opacity:.55}._urlRow_173au_419{align-items:center;gap:4px;display:flex}._linkStatusInfo_173au_425{border:1px solid var(--editor-border-subtle);background:var(--editor-bg-elevated);min-height:24px;color:var(--editor-text-muted);border-radius:4px;align-items:center;gap:6px;padding:4px 8px;display:inline-flex}._linkStatusInfo_173au_425 span{font-size:11px;line-height:1}._linkStatusInfoPublic_173au_442{color:#52c41a}._copyUrlModal_173au_447 .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:24px}._copyUrlModal_173au_447 .ant-modal-header{background:0 0;border-bottom:none;padding:0 0 12px}._copyUrlModal_173au_447 .ant-modal-header .ant-modal-title{color:var(--editor-text-primary);font-size:16px;font-weight:700}._copyUrlModal_173au_447 .ant-modal-body{padding:0}._copyUrlModal_173au_447 .ant-modal-close{color:var(--editor-text-muted)}._copyUrlModal_173au_447 .ant-modal-close:hover{color:var(--editor-text-primary)}._copyUrlOptions_173au_474{flex-direction:column;gap:12px;display:flex}._copyUrlOption_173au_474{border:1px solid var(--editor-border-medium);cursor:pointer;text-align:start;color:var(--editor-text-primary);background:0 0;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .15s,background .15s;display:flex}._copyUrlOption_173au_474:hover{border-color:var(--cyberpunk-blue);background:rgba(var(--cyberpunk-blue-rgb), .06)}._copyUrlOption_173au_474:disabled{opacity:.6;cursor:wait}._copyUrlOptionHighlight_173au_502{border-color:rgba(var(--cyberpunk-blue-rgb), .3);background:rgba(var(--cyberpunk-blue-rgb), .04)}._copyUrlOptionIcon_173au_507{background:rgba(var(--cyberpunk-blue-rgb), .12);width:36px;height:36px;color:var(--cyberpunk-blue);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}._copyUrlOptionHighlight_173au_502 ._copyUrlOptionIcon_173au_507{background:rgba(var(--cyberpunk-green-rgb,16, 185, 129), .12);color:var(--cyberpunk-green)}._copyUrlOptionText_173au_524{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._copyUrlOptionText_173au_524 strong{color:var(--editor-text-primary);font-size:14px;font-weight:600}._copyUrlOptionText_173au_524 span{color:var(--editor-text-secondary);font-size:12px;line-height:1.4}._copyUrlOptionAction_173au_542{color:var(--cyberpunk-blue);white-space:nowrap;flex-shrink:0;align-self:center;font-size:12px;font-weight:600}@media (width<=768px){._panel_173au_68{gap:16px;width:100%;padding:16px}._closeBtn_173au_101{top:0;width:30px;height:30px;font-size:14px;inset-inline-end:0}._preview_173au_127{aspect-ratio:16/10}._metaItem_173au_246,._sectionHeader_173au_272,._tag_173au_283 .ant-tag,._tagInput_173au_323 .ant-input,._copyUrlOptionAction_173au_542{font-size:12px}._actions_173au_336{flex-direction:column;align-items:stretch}._downloadBtn_173au_369,._deleteBtn_173au_394.ant-btn,._secondaryCloseBtn_173au_345{min-height:38px}._urlRow_173au_419{flex-wrap:wrap;gap:8px}._copyUrlOption_173au_474{align-items:stretch}._copyUrlOptionAction_173au_542{align-self:flex-start}}._page_1j2iz_38{padding-inline:max(5%,50vw - 800px)}._text-center_1j2iz_63{text-align:center}._panel_1j2iz_67{border:1px solid var(--editor-border-subtle);background:linear-gradient(#0c121afa,#101822f5);border-radius:12px;flex-direction:column;flex-shrink:0;gap:14px;width:320px;min-height:0;padding:14px;display:flex;position:relative;overflow:hidden}._panel_1j2iz_67:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#00b4ff24,#0000 42%),linear-gradient(135deg,#ffffff08,#0000 48%);position:absolute;inset:0}._closeBtn_1j2iz_90{top:10px;z-index:2;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:24px;height:24px;padding:4px;font-size:11px;display:inline-flex;position:absolute;inset-inline-end:10px}._closeBtn_1j2iz_90:hover{color:var(--editor-text-primary);border-color:var(--editor-border-medium)}._header_1j2iz_113,._tableWrap_1j2iz_114,._footer_1j2iz_115{z-index:1;position:relative}._header_1j2iz_113{align-items:center;gap:12px;padding-inline-end:28px;display:flex}._headerIcon_1j2iz_127{color:#9ee7ff;background:linear-gradient(135deg,#00b4ff2e,#00b4ff0f);border:1px solid #00b4ff3d;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;display:inline-flex;box-shadow:inset 0 1px #ffffff0f}._headerText_1j2iz_141{min-width:0}._title_1j2iz_145{color:var(--editor-text-primary);margin:0;font-size:14px;font-weight:700}._subtitle_1j2iz_152{color:var(--editor-text-muted);margin:4px 0 0;font-size:12px}._tableWrap_1j2iz_114{border:1px solid var(--editor-border-subtle);background:#ffffff05;border-radius:10px;flex:1;min-height:0;overflow:hidden auto}._table_1j2iz_114{border-collapse:collapse;table-layout:fixed;width:100%}._table_1j2iz_114 th,._table_1j2iz_114 td{text-align:start;padding:10px 12px}._table_1j2iz_114 th{z-index:1;letter-spacing:.05em;text-transform:uppercase;color:var(--editor-text-secondary);background:#090e14f5;font-size:11px;font-weight:700;position:sticky;top:0}._table_1j2iz_114 tbody tr{border-top:1px solid var(--editor-border-subtle)}._table_1j2iz_114 td{color:var(--editor-text-primary);font-size:12px}._sizeColumn_1j2iz_197{width:92px}._fileName_1j2iz_201{white-space:nowrap;text-overflow:ellipsis;width:100%;max-width:20ch;display:block;overflow:hidden}._fileSize_1j2iz_210{white-space:nowrap;width:92px;color:var(--editor-text-muted)}._footer_1j2iz_115{flex-direction:column;gap:10px;padding-top:4px;display:flex}._shortcutHint_1j2iz_223{color:var(--editor-text-muted);margin:0;font-size:11px}._copyBtn_1j2iz_229{width:100%;min-height:38px}@media (width<=768px){._panel_1j2iz_67{background:0 0;border:0;border-radius:0;width:100%;min-height:100%;padding:0}._panel_1j2iz_67:before{display:none}._closeBtn_1j2iz_90{top:0;inset-inline-end:0}._header_1j2iz_113{padding-inline-end:32px}}._page_1x9fd_38{padding-inline:max(5%,50vw - 800px)}._text-center_1x9fd_63{text-align:center}._modal_1x9fd_68 .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_1x9fd_68 .ant-modal-close{color:var(--editor-text-muted);top:18px;inset-inline-end:20px}._modal_1x9fd_68 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_1x9fd_68 .ant-modal-body{padding:0}._mobileModal_1x9fd_88 .ant-modal-content{border-radius:22px 22px 0 0;flex-direction:column;max-height:min(90dvh,90vh);display:flex}._mobileModal_1x9fd_88 .ant-modal-body{flex:1;min-height:0;overflow:hidden}._container_1x9fd_100{isolation:isolate;flex-direction:column;gap:14px;min-height:0;max-height:80vh;padding:24px;display:flex;position:relative;overflow:hidden}._containerDragActive_1x9fd_112{cursor:copy}._modalContent_1x9fd_116{flex-direction:column;flex:1;gap:14px;min-height:0;transition:opacity .22s,transform .28s cubic-bezier(.22,1,.36,1),filter .22s;display:flex}._modalContentHidden_1x9fd_125{opacity:0;filter:blur(10px);pointer-events:none;-webkit-user-select:none;user-select:none;transform:scale(.985)}._header_1x9fd_133{justify-content:space-between;align-items:center;gap:16px;display:flex}._title_1x9fd_140{color:var(--editor-text-primary);margin:0;font-size:18px;font-weight:700}._uploadHint_1x9fd_147{color:var(--editor-text-muted);align-items:center;gap:6px;font-size:12px;display:inline-flex}._uploadHintIcon_1x9fd_155{flex:none;font-size:13px}._body_1x9fd_160{flex:1;gap:14px;min-height:0;display:flex;overflow:visible}._uploadStrip_1x9fd_168{align-items:stretch;gap:14px;transition:grid-template-columns .25s;display:grid}._uploadStripFull_1x9fd_175{grid-template-columns:minmax(0,1fr);grid-template-areas:"uploadZone"}._uploadStripSplit_1x9fd_180{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"uploadZone uploads"}[dir=rtl] ._uploadStripSplit_1x9fd_180{grid-template-areas:"uploads uploadZone"}._uploadZonePanel_1x9fd_189,._uploadsPanel_1x9fd_190{flex-direction:column;min-width:0;min-height:0;display:flex}._uploadZonePanel_1x9fd_189{grid-area:uploadZone}._uploadsPanel_1x9fd_190{grid-area:uploads}._uploadZone_1x9fd_189{flex:1;min-height:180px}._dragOverlay_1x9fd_210{opacity:0;visibility:hidden;pointer-events:none;transform-origin:top;z-index:5;transition:opacity .22s,transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s;display:flex;position:absolute;inset:0;transform:scale(.94)}._dragOverlay_1x9fd_210:before{content:"";border:1px solid rgba(var(--cyberpunk-blue-rgb), .3);background:radial-gradient(circle at top, rgba(var(--cyberpunk-blue-rgb), .22), transparent 40%), linear-gradient(180deg, #080f1af5, #060b14eb);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:18px;position:absolute;inset:0;box-shadow:0 28px 60px #00000057}._dragOverlayActive_1x9fd_233{opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s;transform:scale(1)}._dragOverlayZone_1x9fd_241{z-index:1;background:radial-gradient(circle at top, rgba(var(--cyberpunk-blue-rgb), .1), transparent 48%), #ffffff03;border-width:2px;border-radius:18px;width:100%;height:100%;min-height:100%;padding:32px 24px;position:relative}._detailsDrawer_1x9fd_253 .ant-drawer-content{background:var(--editor-bg-panel);border-top:1px solid var(--editor-border-medium)}._detailsDrawer_1x9fd_253 .ant-drawer-header{display:none}._detailsDrawer_1x9fd_253 .ant-drawer-body{padding:16px 16px calc(20px + env(safe-area-inset-bottom));background:radial-gradient(circle at top, #00b4ff1f, transparent 46%), var(--editor-bg-panel);overflow-y:auto}._detailsDrawer_1x9fd_253 .ant-drawer-mask{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._mobileDetailsPanel_1x9fd_269{background:0 0;border:0;border-radius:0;width:100%;min-height:100%;padding:0}._copyUrlsModal_1x9fd_278 .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:24px}._copyUrlsModal_1x9fd_278 .ant-modal-header{background:0 0;border-bottom:none;padding:0 0 12px}._copyUrlsModal_1x9fd_278 .ant-modal-header .ant-modal-title{color:var(--editor-text-primary);font-size:16px;font-weight:700}._copyUrlsModal_1x9fd_278 .ant-modal-body{padding:0}._copyUrlsModal_1x9fd_278 .ant-modal-close{color:var(--editor-text-muted)}._copyUrlsModal_1x9fd_278 .ant-modal-close:hover{color:var(--editor-text-primary)}._copyUrlsOptions_1x9fd_305{flex-direction:column;gap:12px;display:flex}._bulkPublicStatusPanel_1x9fd_311{border:1px solid var(--editor-border-subtle);background:#ffffff08;border-radius:10px;flex-direction:column;gap:10px;margin-bottom:16px;padding:14px;display:flex}._bulkPublicStatusHeader_1x9fd_322{flex-direction:column;gap:4px;display:flex}._bulkPublicStatusHeader_1x9fd_322 strong{color:var(--editor-text-primary);font-size:13px;font-weight:700}._bulkPublicStatusHeader_1x9fd_322 span{color:var(--editor-text-muted);font-size:12px;line-height:1.4}._bulkPublicStatusList_1x9fd_338{flex-direction:column;gap:8px;max-height:220px;display:flex;overflow-y:auto}._bulkPublicStatusItem_1x9fd_346{border:1px solid var(--editor-border-subtle);background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}._bulkPublicStatusInfo_1x9fd_357{flex-direction:column;gap:2px;min-width:0;display:flex}._bulkPublicStatusName_1x9fd_364{color:var(--editor-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}._bulkPublicStatusError_1x9fd_373{color:#ff8e8e;font-size:11px}._bulkPublicStatusBadge_1x9fd_378{border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:6px 10px;font-size:11px;font-weight:600;display:inline-flex}._bulkPublicStatusPending_1x9fd_389{color:var(--editor-text-secondary);background:#ffffff0d}._bulkPublicStatusPublishing_1x9fd_394{color:var(--cyberpunk-blue);background:rgba(var(--cyberpunk-blue-rgb), .12)}._bulkPublicStatusPublic_1x9fd_399,._bulkPublicStatusAlreadyPublic_1x9fd_400{color:var(--cyberpunk-green);background:rgba(var(--cyberpunk-green-rgb,16, 185, 129), .12)}._bulkPublicStatusFailed_1x9fd_405{color:#ff8e8e;background:#ff6b6b24}._bulkPublicSpinner_1x9fd_410{animation:1s linear infinite _bulkPublicSpin_1x9fd_410}@keyframes _bulkPublicSpin_1x9fd_410{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._copyUrlsOption_1x9fd_305{border:1px solid var(--editor-border-medium);cursor:pointer;text-align:start;color:var(--editor-text-primary);background:0 0;border-radius:8px;align-items:flex-start;gap:12px;padding:16px;transition:border-color .15s,background .15s;display:flex}._copyUrlsOption_1x9fd_305:hover{border-color:var(--cyberpunk-blue);background:rgba(var(--cyberpunk-blue-rgb), .06)}._copyUrlsOption_1x9fd_305:disabled{opacity:.6;cursor:wait}._copyUrlsOptionHighlight_1x9fd_444{border-color:rgba(var(--cyberpunk-blue-rgb), .3);background:rgba(var(--cyberpunk-blue-rgb), .04)}._copyUrlsOptionIcon_1x9fd_449{background:rgba(var(--cyberpunk-blue-rgb), .12);width:36px;height:36px;color:var(--cyberpunk-blue);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;display:flex}._copyUrlsOptionHighlight_1x9fd_444 ._copyUrlsOptionIcon_1x9fd_449{background:rgba(var(--cyberpunk-green-rgb,16, 185, 129), .12);color:var(--cyberpunk-green)}._copyUrlsOptionText_1x9fd_466{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}._copyUrlsOptionText_1x9fd_466 strong{color:var(--editor-text-primary);font-size:14px;font-weight:600}._copyUrlsOptionText_1x9fd_466 span{color:var(--editor-text-secondary);font-size:12px;line-height:1.4}._copyUrlsOptionAction_1x9fd_484{color:var(--cyberpunk-blue);white-space:nowrap;flex-shrink:0;align-self:center;font-size:12px;font-weight:600}._copyUrlsOptionHighlight_1x9fd_444 ._copyUrlsOptionAction_1x9fd_484{color:var(--cyberpunk-green)}@media (width<=768px){._container_1x9fd_100{flex:1;gap:12px;max-height:min(90dvh,90vh);padding:16px}._header_1x9fd_133{flex-wrap:wrap;align-items:flex-start;gap:10px}._body_1x9fd_160{flex:1;min-height:0;overflow:hidden}._uploadStrip_1x9fd_168{grid-template-columns:minmax(0,1fr)}._uploadStripSplit_1x9fd_180,[dir=rtl] ._uploadStripSplit_1x9fd_180{grid-template-areas:"uploadZone""uploads"}._uploadZone_1x9fd_189{min-height:140px}._dragOverlayZone_1x9fd_241{padding:24px 18px}._mobileDetailsPanel_1x9fd_269{padding-top:4px}._copyUrlsModal_1x9fd_278 .ant-modal-content{padding:20px}._copyUrlsOption_1x9fd_305{flex-direction:column}._copyUrlsOptionAction_1x9fd_484{align-self:flex-start}._bulkPublicStatusItem_1x9fd_346{flex-direction:column;align-items:flex-start}}._page_ne343_38{padding-inline:max(5%,50vw - 800px)}._text-center_ne343_63{text-align:center}._Header_ne343_67{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_ne343_67{flex-direction:column;align-items:flex-start;gap:16px;padding:16px}}._BackgroundShapes_ne343_91{z-index:-1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}._BackgroundShapes_ne343_91 ._Shape_ne343_101{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;position:absolute}._BackgroundShapes_ne343_91 ._Shape_ne343_101:first-child{background:radial-gradient(circle,#fff3 0%,#fff0 70%);width:300px;height:300px;top:-10%;right:-5%}._BackgroundShapes_ne343_91 ._Shape_ne343_101:nth-child(2){background:#ffffff0d;width:200px;height:200px;bottom:-20%;left:10%}._BackgroundShapes_ne343_91 ._Shape_ne343_101:nth-child(3){background:#ffffff14;width:100px;height:100px;top:20%;left:40%}._Content_ne343_129{z-index:2;flex-direction:column;gap:8px;max-width:650px;display:flex;position:relative}._Badge_ne343_138{-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_ne343_138 span{color:#fff}._Title_ne343_158{text-shadow:0 2px 10px #0000001a;margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;line-height:1.1}._Description_ne343_166{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_ne343_177{z-index:2;place-items:center;display:grid;position:relative}@media (width<=900px){._ActionArea_ne343_177{justify-content:flex-start;width:100%;display:none}}._Illustration_ne343_191{filter:drop-shadow(0 10px 20px #0003);font-size:4rem;line-height:1;animation:6s ease-in-out infinite _float_ne343_1}@keyframes _float_ne343_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._page_1dwh0_39{padding-inline:max(5%,50vw - 800px)}._text-center_1dwh0_64{text-align:center}._card_1dwh0_68{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_1dwh0_68:hover{background:var(--cyberpunk-dark-2);transform:scale(1.02);box-shadow:0 12px 24px #0003}._card_1dwh0_68:hover ._plusIcon_1dwh0_85{opacity:1}._card_1dwh0_68:hover ._title_1dwh0_88{color:var(--cyberpunk-cyan)}._card_1dwh0_68:hover ._description_1dwh0_91{color:var(--cyberpunk-text-secondary)}._topBar_1dwh0_95{top:0;background:linear-gradient(90deg, var(--from), var(--to));height:4px;position:absolute;inset-inline:0}._iconContainer_1dwh0_104{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_1dwh0_85{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_1dwh0_88{color:var(--cyberpunk-text-primary);margin:0 0 8px;font-size:20px;font-weight:700;transition:color .3s}._description_1dwh0_91{color:var(--cyberpunk-text-muted);margin:0;font-size:14px;transition:color .3s}._draftMode_1dwh0_151:hover ._editOverlay_1dwh0_151{opacity:1}._draftMode_1dwh0_151:hover ._title_1dwh0_88{color:var(--cyberpunk-cyan)}._draftLayout_1dwh0_158{height:100%;position:relative}._draftLeft_1dwh0_163{flex-direction:column;display:flex}._draftRight_1dwh0_168{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_1dwh0_183{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_1dwh0_193{object-fit:cover;width:100%;height:100%}._draftThumbnailPlaceholder_1dwh0_199{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_1dwh0_151{opacity:0;color:#fff;background:#00000080;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}._draftInfo_1dwh0_223{flex-direction:column;gap:3px;margin-bottom:8px;display:flex}._draftTitle_1dwh0_230{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:700;overflow:hidden}._partsMeta_1dwh0_240{color:var(--cyberpunk-text-muted);font-size:12px}._continueLabel_1dwh0_245{display:none}._deleteDraftBtn_1dwh0_249{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_1dwh0_249:hover{color:#fff;background:#ff50504d;border-color:#ff5050b3}._deleteModalTitle_1dwh0_273{align-items:center;gap:8px;display:flex}._deleteModalFooter_1dwh0_279{justify-content:flex-end;gap:8px;display:flex}._page_1ggyi_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ggyi_63{text-align:center}._card_1ggyi_67{--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_1ggyi_67._cardFull_1ggyi_85{cursor:default}._card_1ggyi_67._cardFull_1ggyi_85 ._plusIcon_1ggyi_88{display:none}._card_1ggyi_67: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_1ggyi_67:hover ._plusIcon_1ggyi_88{opacity:1}._card_1ggyi_67:hover ._title_1ggyi_99{color:var(--cyberpunk-cyan)}._card_1ggyi_67:hover ._description_1ggyi_102{color:var(--cyberpunk-text-secondary)}._card_1ggyi_67:hover ._sphereSlot_1ggyi_105:first-child{transform:translate(0)scale(1)}._card_1ggyi_67:hover ._sphereSlot_1ggyi_105:nth-child(2){transform:translate(-78px)scale(1)}._card_1ggyi_67:hover ._sphereSlot_1ggyi_105:nth-child(3){transform:translate(-156px)scale(1)}._card_1ggyi_67:hover ._sphereSlot_1ggyi_105:nth-child(4){transform:translate(-234px)scale(1)}._card_1ggyi_67:hover ._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:first-child{transform:translate(0)scale(1)}._card_1ggyi_67:hover ._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:nth-child(2){transform:translate(78px)scale(1)}._card_1ggyi_67:hover ._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:nth-child(3){transform:translate(156px)scale(1)}._card_1ggyi_67:hover ._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:nth-child(4){transform:translate(234px)scale(1)}._card_1ggyi_67:hover ._sphereLabel_1ggyi_129{opacity:1;transform:translateY(0)}._card_1ggyi_67._cardFull_1ggyi_85:hover{transform:none}._topBar_1ggyi_137{display:none}._iconContainer_1ggyi_141{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_1ggyi_88{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_1ggyi_99{color:var(--cyberpunk-text-primary);margin:0 0 8px;font-size:20px;font-weight:700;transition:color .3s}._description_1ggyi_102{color:var(--cyberpunk-text-muted);margin:0;font-size:14px;transition:color .3s}._leftCol_1ggyi_187{flex-direction:column;min-width:0;display:flex}._deckWrapper_1ggyi_193{flex-shrink:0;width:104px;height:96px;margin-top:0;position:relative;overflow:visible}._sphereDeck_1ggyi_202{width:100%;height:68px;position:relative;overflow:visible}._sphereSlot_1ggyi_105{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_1ggyi_105:first-child{z-index:3;transform:translate(0)scale(1)}._sphereSlot_1ggyi_105:nth-child(2){z-index:2;transform:translate(-14px)scale(1)}._sphereSlot_1ggyi_105:nth-child(3){z-index:1;transform:translate(-28px)scale(1)}._sphereDeck_1ggyi_202:hover ._sphereSlot_1ggyi_105:first-child{transform:translate(0)scale(1)}._sphereDeck_1ggyi_202:hover ._sphereSlot_1ggyi_105:nth-child(2){transform:translate(-78px)scale(1)}._sphereDeck_1ggyi_202:hover ._sphereSlot_1ggyi_105:nth-child(3){transform:translate(-156px)scale(1)}._sphereDeck_1ggyi_202:hover ._sphereSlot_1ggyi_105:nth-child(4){transform:translate(-234px)scale(1)}._sphereSlot_1ggyi_105._newSlotBtn_1ggyi_251{z-index:10!important}._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:first-child{z-index:3;transform:translate(0)scale(1)}._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:nth-child(2){z-index:2;transform:translate(14px)scale(1)}._deckRtl_1ggyi_117 ._sphereSlot_1ggyi_105:nth-child(3){z-index:1;transform:translate(28px)scale(1)}._deckRtl_1ggyi_117:hover ._sphereSlot_1ggyi_105:first-child{transform:translate(0)scale(1)}._deckRtl_1ggyi_117:hover ._sphereSlot_1ggyi_105:nth-child(2){transform:translate(78px)scale(1)}._deckRtl_1ggyi_117:hover ._sphereSlot_1ggyi_105:nth-child(3){transform:translate(156px)scale(1)}._deckRtl_1ggyi_117:hover ._sphereSlot_1ggyi_105:nth-child(4){transform:translate(234px)scale(1)}._sphereCircleWrap_1ggyi_281{flex-shrink:0;width:68px;height:68px;position:relative}._deleteBtn_1ggyi_288{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_1ggyi_288:hover{color:#fff;background:#ef4444e6;border-color:#ef4444}._card_1ggyi_67:hover ._deleteBtn_1ggyi_288,._sphereDeck_1ggyi_202:hover ._deleteBtn_1ggyi_288{opacity:1;pointer-events:auto;transform:scale(1)}._sphereCircle_1ggyi_281{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_1ggyi_105:hover ._sphereCircle_1ggyi_281{transform:translateY(-5px);box-shadow:0 10px 26px #f9731666,0 0 0 2px #f973164d}._sphereImg_1ggyi_341{object-fit:cover;border-radius:50%;width:100%;height:100%}._sphereGlobeIcon_1ggyi_348{opacity:.5;font-size:26px}._sphereCircleNew_1ggyi_353{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_1ggyi_251:hover ._sphereCircleNew_1ggyi_353{border-color:#f97316;transform:translateY(-5px);box-shadow:0 10px 26px #f973168c,0 0 0 2px #f973164d}._sphereLabel_1ggyi_129{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_1ggyi_202:hover ._sphereLabel_1ggyi_129{opacity:1;transform:translateY(0)}._sphereSlot_1ggyi_105:hover ._sphereLabel_1ggyi_129{color:#ffffffd9}._newSlotBtn_1ggyi_251 ._sphereLabel_1ggyi_129{color:#f97316a6}._newSlotBtn_1ggyi_251:hover ._sphereLabel_1ggyi_129{color:#f97316}@media (width<=768px){._deckWrapper_1ggyi_193{height:84px}._sphereSlot_1ggyi_105{width:56px;height:76px;left:calc(50% - 28px)}._sphereCircle_1ggyi_281,._sphereCircleNew_1ggyi_353{width:56px;height:56px}._sphereLabel_1ggyi_129{max-width:56px}}._deleteModal_1ggyi_419 .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_1ggyi_419 .ant-modal-header{background:0 0;border-bottom:1px solid #ffffff0f;margin-bottom:16px;padding:0 0 16px}._deleteModal_1ggyi_419 .ant-modal-close{color:#ffffff59;top:16px;inset-inline-end:16px}._deleteModal_1ggyi_419 .ant-modal-close:hover{color:#ffffffb3;background:#ffffff0f}._deleteModalTitle_1ggyi_442{color:var(--cyberpunk-text-primary,#e8e8f0);align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}._deleteModalTitle_1ggyi_442 svg{color:#f97316;flex-shrink:0}._deleteModalBody_1ggyi_455{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:14px;line-height:1.6}._deleteModalBody_1ggyi_455 strong{color:#fff}._deleteModalFooter_1ggyi_465{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:10px;padding-top:20px;display:flex}._deleteModalCancelBtn_1ggyi_473{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_1ggyi_473:hover{background:#ffffff1a!important;border-color:#fff3!important}._deleteModalConfirmBtn_1ggyi_486{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_1ggyi_486:hover{background:linear-gradient(135deg,#f87171,#ef4444)!important;box-shadow:0 6px 18px #ef444473!important}._page_1tiq6_38{padding-inline:max(5%,50vw - 800px)}._text-center_1tiq6_63{text-align:center}._card_1tiq6_67{-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_1tiq6_67: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_1tiq6_67._purple_1tiq6_83: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_1tiq6_67._orange_1tiq6_87: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_1tiq6_92{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_1tiq6_103{object-fit:cover;object-position:center;width:100%;height:100%}._placeholderIcon_1tiq6_110{color:var(--cyberpunk-text-muted);opacity:.5;justify-content:center;align-items:center;display:flex}._iconCircle_1tiq6_118{background:#64748b4d;border-radius:50%;width:64px;height:64px}._statusBadge_1tiq6_125{top:8px;gap:8px;display:flex;position:absolute;inset-inline-end:8px}._status_1tiq6_125{text-transform:uppercase;letter-spacing:.5px;border-radius:12px;padding:4px 8px;font-size:10px;font-weight:700}._status_1tiq6_125._published_1tiq6_141{color:#fff;text-shadow:0 1px 2px #00000080;background:#10b981d9;border:1px solid #10b981}._status_1tiq6_125._draft_1tiq6_147{color:#e2e8f0;text-shadow:0 1px 2px #00000080;background:#505a6ee6;border:1px solid #94a3b899}._content_1tiq6_154{padding:12px 16px 16px}._typeBadge_1tiq6_158{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_1tiq6_158._purple_1tiq6_83{color:#fff;background:#502da0}._typeBadge_1tiq6_158._cyan_1tiq6_178{color:#fff;background:#046e82}._typeBadge_1tiq6_158._orange_1tiq6_87{color:#fff;background:#af4b0a}._card_1tiq6_67:hover ._typeBadge_1tiq6_158{filter:drop-shadow(0 0 8px);transform:translate(-50%)scale(1.05)}._title_1tiq6_192{color:var(--cyberpunk-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 16px;font-size:16px;font-weight:700;overflow:hidden}._actions_1tiq6_202{border-top:1px solid var(--cyberpunk-dark-2);justify-content:space-between;align-items:center;padding-top:12px;display:flex}._actionButtons_1tiq6_210{gap:4px;display:flex}._actionButton_1tiq6_210{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_1tiq6_210:hover{border-color:var(--cyberpunk-cyan);color:#fff;background:#06b6d433}._actionButton_1tiq6_210._deleteButton_1tiq6_234:hover{color:#ef4444;background:#ef444433;border-color:#ef4444}._actionButton_1tiq6_210._disabled_1tiq6_239{opacity:.4;cursor:not-allowed}._actionButton_1tiq6_210._disabled_1tiq6_239:hover{color:#ffffffd9;background:#00000073;border-color:#ffffff14}@keyframes _toastFadeInOut_1tiq6_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_1tiq6_267{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_1tiq6_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_1tiq6_267{animation:none}}._page_1454h_38{padding-inline:max(5%,50vw - 800px)}._text-center_1454h_63{text-align:center}._emptyState_1454h_67{text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:80px 20px;display:flex}._iconWrapper_1454h_77{margin-bottom:24px}._circle_1454h_81{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_1454h_81:before{content:"";background:radial-gradient(circle,#06b6d41a 0%,#0000 70%);border-radius:50%;animation:3s ease-in-out infinite _pulse_1454h_1;position:absolute;inset:-8px}@keyframes _pulse_1454h_1{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}._icon_1454h_77{color:var(--cyberpunk-text-muted);z-index:1;position:relative}._message_1454h_117{color:var(--cyberpunk-text-secondary);max-width:400px;margin:0 0 24px;font-size:18px}._ctaButton_1454h_124{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_1454h_124:hover{transform:translateY(-2px);box-shadow:0 8px 20px #06b6d466}._ctaButton_1454h_124:active{transform:translateY(0)}._page_1iupo_38{padding-inline:max(5%,50vw - 800px)}._text-center_1iupo_63{text-align:center}._section_1iupo_67{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_1iupo_75{flex-direction:column;gap:16px;margin-bottom:24px;display:flex}@media (width>=768px){._controls_1iupo_75{flex-direction:row;justify-content:space-between;align-items:center}}._tabs_1iupo_89{background:var(--cyberpunk-black);border:1px solid var(--cyberpunk-glass-border);border-radius:12px;gap:4px;padding:4px;display:flex}._tab_1iupo_89{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_1iupo_89:hover{color:var(--cyberpunk-text-secondary);background:var(--cyberpunk-dark-2)}._tab_1iupo_89._active_1iupo_114{background:var(--cyberpunk-dark-2);color:var(--cyberpunk-text-primary);box-shadow:0 2px 4px #0003}._searchWrapper_1iupo_120{width:100%}@media (width>=768px){._searchWrapper_1iupo_120{width:256px}}._searchWrapper_1iupo_120 .ant-input-affix-wrapper{background:var(--cyberpunk-black);border:1px solid var(--cyberpunk-glass-border);border-radius:12px;padding:8px 12px}._searchWrapper_1iupo_120 .ant-input-affix-wrapper:hover,._searchWrapper_1iupo_120 .ant-input-affix-wrapper:focus,._searchWrapper_1iupo_120 .ant-input-affix-wrapper:focus-within{border-color:var(--cyberpunk-cyan);box-shadow:0 0 0 2px #06b6d41a}._searchWrapper_1iupo_120 .ant-input-affix-wrapper input{color:#fff;background:0 0;font-size:14px}._searchWrapper_1iupo_120 .ant-input-affix-wrapper input::placeholder{color:var(--cyberpunk-text-muted)}._searchWrapper_1iupo_120 .ant-input-affix-wrapper ._ant-input-prefix_1iupo_146{color:var(--cyberpunk-text-muted);margin-inline-end:8px}._grid_1iupo_151{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));justify-items:stretch;gap:16px;display:grid}@media (width<=768px){._grid_1iupo_151{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (width<=500px){._grid_1iupo_151{grid-template-columns:repeat(2,1fr)}}._addCard_1iupo_168{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_1iupo_168:hover{border-color:var(--cyberpunk-cyan);background:var(--cyberpunk-dark-2);color:var(--cyberpunk-cyan)}._addCard_1iupo_168:hover ._addIconWrapper_1iupo_187{background:var(--cyberpunk-dark-2)}._addIconWrapper_1iupo_187{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_1iupo_203{font-size:14px;font-weight:500}._loadingIndicator_1iupo_208{justify-content:center;padding:40px 0;display:flex}._loadingIndicator_1iupo_208 .ant-spin-dot-item{background-color:var(--cyberpunk-cyan)}._sentinel_1iupo_217{height:20px;margin-top:20px}._customGamesWrapper_1iupo_222{margin-top:16px}._page_2x4kr_38{padding-inline:max(5%,50vw - 800px)}._text-center_2x4kr_63{text-align:center}._container_2x4kr_67{width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:32px 24px}._creationHub_2x4kr_75{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;margin-bottom:40px;display:grid}@media (width<=768px){._creationHub_2x4kr_75{grid-template-columns:1fr}}._floatingBubble_2x4kr_87{inset-inline-start:304px;pointer-events:none;z-index:50;position:fixed;bottom:24px}@media (width<=991px){._floatingBubble_2x4kr_87{inset-inline-start:24px}}._floatingBubble_2x4kr_87._floatingBubbleMobile_2x4kr_99{inset-inline-start:12px;bottom:16px}._floatingBubbleContent_2x4kr_104{pointer-events:auto;justify-content:center;align-items:center;width:88px;display:flex;position:relative}._mediaSpeechBubble_2x4kr_113{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_2x4kr_1;position:absolute;inset-inline-start:0;box-shadow:0 4px 10px #00000026}._mediaSpeechBubble_2x4kr_113:before{content:"";top:100%;border:12px solid #0000;border-top-color:#000;position:absolute;inset-inline-start:24px}._mediaSpeechBubble_2x4kr_113:after{content:"";top:100%;border:9px solid #0000;border-top-color:#fff;margin-top:-3px;position:absolute;inset-inline-start:27px}._mediaSpeechBubbleClose_2x4kr_151{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_2x4kr_151:hover{background:#f0f0f0;transform:scale(1.05)}@keyframes _floatBubble_2x4kr_1{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}._bubbleButton_2x4kr_186{-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_2x4kr_186:hover{border-color:#5cc8ffd9;transform:translateY(-2px)scale(1.03);box-shadow:0 16px 32px #0006,0 0 28px #5cc8ff80}._bubbleIcon_2x4kr_211{color:#5cc8fff2;filter:drop-shadow(0 0 10px #00ffff59);font-size:24px}._bubbleText_2x4kr_217{color:#fff;max-width:70px;font-size:11px;font-weight:700;line-height:1.1}._page_1b9qj_38{padding-inline:max(5%,50vw - 800px)}._text-center_1b9qj_63{text-align:center}._pageRoot_1b9qj_67{color:#1a1a1a;direction:rtl;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f1 100%);min-height:100vh;padding-bottom:40px;font-family:inherit}._topBar_1b9qj_76{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_1b9qj_90{align-items:center;gap:14px;display:flex}._brandLogo_1b9qj_95{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_1b9qj_107 h1{margin:0;font-size:20px;font-weight:700;line-height:1.15}._brandTitleWrap_1b9qj_107 p{color:#6b7280;margin:2px 0 0;font-size:12px}._mainLayout_1b9qj_119{grid-template-columns:1fr 320px;gap:40px;max-width:1280px;margin:0 auto;padding:48px 28px 0;display:grid}@media (width<=1100px){._mainLayout_1b9qj_119{grid-template-columns:1fr}}._categoriesGrid_1b9qj_133{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px;display:grid}._categoryCard_1b9qj_139{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_1b9qj_139:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000014}._categoryHero_1b9qj_156{opacity:.9;background:linear-gradient(135deg, var(--from,#999), var(--to,#555));width:100%;height:108px}._categoryBody_1b9qj_163{align-items:flex-start;gap:14px;padding:18px;display:flex}._emoji_1b9qj_170{-webkit-user-select:none;user-select:none;font-size:42px;line-height:1}._catText_1b9qj_176{text-align:right;margin-inline-start:auto}._catTitle_1b9qj_181{margin:0 0 4px;font-size:17px;font-weight:600}._catSubtitle_1b9qj_187{color:#616c77;margin:0;font-size:13px}._badge_1b9qj_193{background:#ffffffd9;border:1px solid #d5dae0;border-radius:999px;padding:4px 8px;font-size:11px;position:absolute;top:10px;left:12px}._sidePanel_1b9qj_204{flex-direction:column;gap:24px;height:max-content;display:flex;position:sticky;top:92px}._panelCard_1b9qj_213{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_1b9qj_224{background:#e3e7ec;height:1px;margin:2px 0}._tipCard_1b9qj_230{color:#fff;background:linear-gradient(135deg,#17191e,#3b4049);border-radius:22px;padding:24px;box-shadow:0 4px 20px -4px #0006}._ol_1b9qj_238{flex-direction:column;gap:4px;margin:4px 0 0;padding-right:18px;list-style:decimal;display:flex}._groupsImage_1b9qj_247{border:1px solid #e0e4ea;border-radius:20px;overflow:hidden;box-shadow:0 2px 6px #0000000f}._drawerHeader_1b9qj_255{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}._templatesList_1b9qj_262{flex-direction:column;gap:14px;display:flex}._templateItem_1b9qj_268{background:#fff;border:1px solid #e0e4ea;border-radius:16px;justify-content:space-between;align-items:center;padding:16px;display:flex}._templateItemTitle_1b9qj_278{margin:0 0 4px;font-weight:600}._templateItemDesc_1b9qj_283{color:#616c77;margin:0;font-size:13px}._modalBodyInfo_1b9qj_289{color:#616c77;margin-top:-6px;margin-bottom:16px;font-size:13px}._radioGroup_1b9qj_296{flex-direction:column;gap:8px;display:flex}._radioRow_1b9qj_302{cursor:pointer;border:1px solid #d8dde3;border-radius:12px;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}._radioRowActive_1b9qj_312{border-color:#111}._actionsBar_1b9qj_316{justify-content:space-between;align-items:center;gap:18px;margin-top:8px;display:flex}._actionsRight_1b9qj_324{gap:12px;display:flex}._groupPreviewNav_1b9qj_329{justify-content:space-between;align-items:center;gap:18px;margin-top:18px;display:flex}._smallMuted_1b9qj_337{color:#6b7280;font-size:12px}._page_do4ae_38{padding-inline:max(5%,50vw - 800px)}._text-center_do4ae_63{text-align:center}._pageRoot_do4ae_67{color:#1a1a1a;direction:rtl;background:linear-gradient(135deg,#f5f7fa 0%,#e4e8f1 100%);min-height:100vh;padding-bottom:40px;font-family:inherit}._topBar_do4ae_76{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_do4ae_90{align-items:center;gap:14px;display:flex}._brandLogo_do4ae_95{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_do4ae_107 h1{margin:0;font-size:20px;font-weight:700;line-height:1.15}._brandTitleWrap_do4ae_107 p{color:#6b7280;margin:2px 0 0;font-size:12px}._studentInfo_do4ae_119{flex-direction:column;align-items:flex-end;gap:2px;display:flex}._studentName_do4ae_126{color:#1a1a1a;font-size:16px;font-weight:600}._studentClass_do4ae_132{color:#6b7280;font-size:12px}._mainLayout_do4ae_137{grid-template-columns:1fr 320px;gap:40px;max-width:1280px;margin:0 auto;padding:48px 28px 0;display:grid}@media (width<=1100px){._mainLayout_do4ae_137{grid-template-columns:1fr}}._studentSection_do4ae_152{min-height:400px}._tasksGrid_do4ae_156{grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:28px;margin-top:24px;display:grid}._taskCard_do4ae_163{background:#fff;border:1px solid #e0e4ea;border-radius:20px;transition:box-shadow .25s,transform .25s;overflow:hidden;box-shadow:0 2px 6px #0000000f}._taskCard_do4ae_163:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}._taskHeader_do4ae_176{background:linear-gradient(135deg,#f0f2f5,#d6dae0);justify-content:space-between;align-items:center;height:80px;padding:0 20px;display:flex;position:relative}._taskIcon_do4ae_186{-webkit-user-select:none;user-select:none;font-size:32px}._taskStatus_do4ae_191{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:600}._taskBody_do4ae_201{padding:20px}._taskCategory_do4ae_205{color:#8b92a5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:12px;font-weight:600}._taskTitle_do4ae_214{color:#1a1a1a;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.3}._taskDescription_do4ae_222{color:#616c77;margin-bottom:16px;font-size:14px;line-height:1.5}._taskPreview_do4ae_229{background:#f8f9fa;border:1px solid #e8eaed;border-radius:12px;height:200px;margin:0 20px 20px;overflow:hidden}._taskIframe_do4ae_238{background:#fff;border:none;width:100%;height:100%}._taskActions_do4ae_245{padding:0 20px 20px}._sidePanel_do4ae_249{flex-direction:column;gap:24px;height:max-content;display:flex;position:sticky;top:92px}._panelCard_do4ae_258{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_do4ae_269{grid-template-columns:1fr 1fr;gap:16px;display:grid}._statItem_do4ae_275{text-align:center;background:#fafbfc;border:1px solid #f0f2f5;border-radius:12px;padding:12px}._statNumber_do4ae_283{color:#1a1a1a;margin-bottom:4px;font-size:24px;font-weight:700}._statLabel_do4ae_290{color:#8b92a5;text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._tipCard_do4ae_298{color:#fff;background:linear-gradient(135deg,#17191e,#3b4049);border-radius:22px;padding:24px;box-shadow:0 4px 20px -4px #0006}._smallMuted_do4ae_306{color:#6b7280;font-size:12px}._page_13rzy_38{padding-inline:max(5%,50vw - 800px)}._text-center_13rzy_63{text-align:center}._sidebar_13rzy_67{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_13rzy_67._collapsed_13rzy_81{width:72px}._sidebar_13rzy_67._collapsed_13rzy_81 ._profileSection_13rzy_84{padding:24px 12px}._sidebar_13rzy_67._collapsed_13rzy_81 ._profileSection_13rzy_84 ._userInfo_13rzy_87{opacity:0;max-height:0;transform:translateY(-4px)}._sidebar_13rzy_67._collapsed_13rzy_81 ._profileSection_13rzy_84 ._institutionButton_13rzy_92{justify-content:center;gap:0;padding:10px}._sidebar_13rzy_67._collapsed_13rzy_81 ._profileSection_13rzy_84 ._institutionButton_13rzy_92 ._institutionLabel_13rzy_97{opacity:0;pointer-events:none;max-width:0;transform:translate(-4px)}._sidebar_13rzy_67._collapsed_13rzy_81 ._nav_13rzy_103,._sidebar_13rzy_67._collapsed_13rzy_81 ._footer_13rzy_104{padding:0 10px}._sidebar_13rzy_67._collapsed_13rzy_81 ._navItem_13rzy_107{justify-content:center;gap:0;padding:12px 10px}._sidebar_13rzy_67._collapsed_13rzy_81 ._navItem_13rzy_107 ._label_13rzy_112{opacity:0;pointer-events:none;max-width:0;transform:translate(-4px)}._sidebar_13rzy_67 ._collapseToggle_13rzy_118{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_13rzy_67 ._collapseToggle_13rzy_118:hover{background-color:#e9ecef}._sidebar_13rzy_67 ._collapseToggle_13rzy_118:focus-visible{outline:2px solid var(--primary-color,#722ed1);outline-offset:2px}._sidebar_13rzy_67 ._toggleIcon_13rzy_146{transform-origin:50%;transform:scaleY(1.6)}._sidebar_13rzy_67 ._profileSection_13rzy_84{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_13rzy_67 ._profileSection_13rzy_84 ._avatar_13rzy_160{background-color:var(--primary-color,#722ed1);margin-bottom:12px;box-shadow:0 4px 12px #722ed133}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._userInfo_13rzy_87{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_13rzy_67 ._profileSection_13rzy_84 ._userInfo_13rzy_87 ._userName_13rzy_175{color:#1f1f1f;font-size:1.1rem;font-weight:600}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._userInfo_13rzy_87 ._userRole_13rzy_180{color:#8c8c8c;background:#f5f5f5;border-radius:12px;align-self:center;padding:2px 10px;font-size:.85rem}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._institutionButton_13rzy_92{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_13rzy_67 ._profileSection_13rzy_84 ._institutionButton_13rzy_92:hover{color:#1f1f1f;background-color:#f9f9f9}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._institutionButton_13rzy_92:focus-visible{outline:2px solid var(--primary-color,#722ed1);outline-offset:2px}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._institutionIcon_13rzy_211{color:#8c8c8c;justify-content:center;align-items:center;transition:color .2s;display:flex}._sidebar_13rzy_67 ._profileSection_13rzy_84 ._institutionLabel_13rzy_97{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_13rzy_67 ._nav_13rzy_103{flex-direction:column;flex:1;gap:8px;padding:0 16px;display:flex;overflow-y:auto}._sidebar_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107{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_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107:hover{color:#1f1f1f;background-color:#f9f9f9}._sidebar_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107._active_13rzy_256{color:var(--primary-color,#722ed1);background-color:#f0f5ff;font-weight:600}._sidebar_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107._active_13rzy_256 ._icon_13rzy_261{color:var(--primary-color,#722ed1)}._sidebar_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107 ._icon_13rzy_261{color:#8c8c8c;justify-content:center;align-items:center;transition:color .2s;display:flex}._sidebar_13rzy_67 ._nav_13rzy_103 ._navItem_13rzy_107 ._label_13rzy_112{white-space:nowrap;opacity:1;flex:1;max-width:220px;transition:opacity .18s,max-width .22s,transform .22s;overflow:hidden;transform:translate(0)}._sidebar_13rzy_67 ._footer_13rzy_104{border-top:1px solid #f0f0f0;flex-direction:column;gap:8px;padding:16px;display:flex}._sidebar_13rzy_67 ._footer_13rzy_104 ._navItem_13rzy_107{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_13rzy_67 ._footer_13rzy_104 ._navItem_13rzy_107 ._label_13rzy_112{white-space:nowrap;opacity:1;flex:1;max-width:220px;transition:opacity .18s,max-width .22s,transform .22s;overflow:hidden;transform:translate(0)}._sidebar_13rzy_67 ._footer_13rzy_104 ._navItem_13rzy_107:hover:not(:disabled){color:#ff4d4f;background-color:#fff1f0}._sidebar_13rzy_67 ._footer_13rzy_104 ._navItem_13rzy_107:disabled{cursor:not-allowed;opacity:.6}._sidebar_13rzy_67 ._footer_13rzy_104 ._navItem_13rzy_107 ._spinner_13rzy_317{font-size:20px;animation:1s linear infinite _spin_13rzy_317;display:inline-block}@keyframes _spin_13rzy_317{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._page_a8hqb_38{padding-inline:max(5%,50vw - 800px)}._text-center_a8hqb_63{text-align:center}._drawerBody_a8hqb_67{flex-direction:column;gap:12px;display:flex}._institutionButton_a8hqb_73{text-align:start;width:100%;padding:8px 0}._activeName_a8hqb_79{font-weight:600}._institutionRow_a8hqb_83{justify-content:space-between;align-items:center;gap:12px;display:flex}._activeInstitutionIcon_a8hqb_90{flex-shrink:0}._closeButton_a8hqb_94{margin-top:12px}._page_1ln30_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ln30_63{text-align:center}._settingsModal_1ln30_67 .ant-modal-content{border-radius:12px}._settingsModal_1ln30_67 .ant-modal-header{border-bottom:1px solid #f0f0f0;border-radius:12px 12px 0 0;padding:20px 24px}._settingsModal_1ln30_67 .ant-modal-title{font-size:20px;font-weight:600}._settingsModal_1ln30_67 .ant-modal-body{padding:24px}._settingsContent_1ln30_83{flex-direction:column;gap:24px;display:flex}._settingSection_1ln30_89{flex-direction:column;gap:12px;display:flex}._sectionHeader_1ln30_95{align-items:center;gap:10px;margin-bottom:4px;display:flex}._sectionIcon_1ln30_102{color:#6366f1;flex-shrink:0}._sectionTitle_1ln30_107{color:#1f2937;margin:0;font-size:16px;font-weight:600}._sectionDescription_1ln30_114{color:#6b7280;margin:0;font-size:14px;line-height:1.5}._languageOptions_1ln30_121{flex-direction:column;gap:8px;margin-top:8px;display:flex}._languageOption_1ln30_121{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_1ln30_121:hover{background-color:#f3f4f6;border-color:#d1d5db}._languageOption_1ln30_121:active{transform:scale(.98)}._languageOption_1ln30_121._active_1ln30_147{background-color:#eef2ff;border-color:#6366f1}._languageOption_1ln30_121._active_1ln30_147 ._languageName_1ln30_151{color:#4f46e5;font-weight:600}._languageOption_1ln30_121._active_1ln30_147 ._languageNameSecondary_1ln30_155{color:#6366f1}._languageOption_1ln30_121:focus-visible{outline-offset:2px;outline:2px solid #6366f1}._languageInfo_1ln30_163{text-align:start;flex-direction:column;gap:2px;display:flex}._languageName_1ln30_151{color:#1f2937;font-size:15px;font-weight:500;transition:all .2s}._languageNameSecondary_1ln30_155{color:#9ca3af;font-size:13px;transition:all .2s}._activeIndicator_1ln30_183{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_65ukf_38{padding-inline:max(5%,50vw - 800px)}._text-center_65ukf_63{text-align:center}._layoutRoot_65ukf_67{background-color:#f7f9fc;width:100vw;height:100vh;display:flex;overflow:hidden}._layoutRoot_65ukf_67 ._mainContent_65ukf_74{flex:1;padding:32px;position:relative;overflow-y:auto}._page_5yrbo_38{padding-inline:max(5%,50vw - 800px)}._text-center_5yrbo_63{text-align:center}._modal_5yrbo_67 .ant-modal-header{border-bottom:1px solid #0000000f;padding:1.5rem 2rem}._modal_5yrbo_67 .ant-modal-title{color:#1a1a1a;font-size:1.35rem;font-weight:700}._modal_5yrbo_67 .ant-modal-body{padding:2rem}._form_5yrbo_80 .ant-form-item-label{padding-bottom:.5rem;font-weight:600}._form_5yrbo_80 .ant-form-item-label label{color:#333;font-size:.9rem}._form_5yrbo_80 .ant-select-selector,._form_5yrbo_80 .ant-input,._form_5yrbo_80 .ant-input-textarea textarea{border-color:#e0e0e0;padding:8px 12px;transition:all .2s;border-radius:8px!important}._form_5yrbo_80 .ant-select-selector:hover,._form_5yrbo_80 .ant-select-selector:focus,._form_5yrbo_80 .ant-input:hover,._form_5yrbo_80 .ant-input:focus,._form_5yrbo_80 .ant-input-textarea textarea:hover,._form_5yrbo_80 .ant-input-textarea textarea:focus{border-color:#1890ff}._form_5yrbo_80 .ant-select-disabled .ant-select-selector{color:#00000073!important;background:#00000008!important}._layoutGrid_5yrbo_108{grid-template-columns:1fr 320px;gap:3rem;display:grid}._leftColumn_5yrbo_114,._rightColumn_5yrbo_120{flex-direction:column;gap:.5rem;display:flex}._actions_5yrbo_126{border-top:1px solid #0000000f;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}._cancelButton_5yrbo_135,._submitButton_5yrbo_136{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_5yrbo_135:disabled,._submitButton_5yrbo_136:disabled{opacity:.6;cursor:not-allowed}._cancelButton_5yrbo_135{color:#555;background:0 0;border:1px solid #d9d9d9}._cancelButton_5yrbo_135:hover:not(:disabled){color:#333;background:#00000005;border-color:#888}._submitButton_5yrbo_136{color:#fff;background:#007a46;border:none;box-shadow:0 4px 12px #007a4640}._submitButton_5yrbo_136:hover:not(:disabled){background:#006d3a;transform:translateY(-1px);box-shadow:0 6px 16px #007a4659}._submitButton_5yrbo_136:active:not(:disabled){transform:translateY(0)}._thumbnailSection_5yrbo_180{flex-direction:column;gap:.75rem;width:100%;display:flex}._thumbnailLabel_5yrbo_187{color:#333;align-items:center;padding-bottom:.5rem;font-size:.9rem;font-weight:600;display:flex}._thumbnailLabel_5yrbo_187 ._requiredStar_5yrbo_195{color:#ff4d4f;margin-right:4px;font-family:SimSun,sans-serif}._thumbnailSubLabel_5yrbo_201{color:#6e6e6e;margin-top:-.5rem;font-size:.8rem}._thumbnailContainer_5yrbo_207{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_5yrbo_207:hover{background:#f6fffa;border-color:#00b96b}._thumbnailContainer_5yrbo_207:hover ._iconCircle_5yrbo_226{color:#00b96b;background:#e6f7ef;transform:scale(1.05)}._thumbnailContainer_5yrbo_207:hover ._chooseFileBtn_5yrbo_231{color:#fff;background:#00b96b;border-color:#00b96b}._thumbnailContainer_5yrbo_207._hasImage_5yrbo_236{border-style:solid;border-width:0}._thumbnailPlaceholder_5yrbo_241{color:#666;text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.5rem;display:flex}._iconCircle_5yrbo_226{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_5yrbo_265{font-size:1.75rem}._uploadText_5yrbo_269{color:#444;font-size:1rem;font-weight:600}._uploadSubText_5yrbo_275{color:#6e6e6e;font-size:.85rem}._chooseFileBtn_5yrbo_231{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_5yrbo_293{width:100%;height:100%;position:relative}._thumbnailPreview_5yrbo_299{object-fit:cover;width:100%;height:100%}._thumbnailActions_5yrbo_305{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_5yrbo_207:hover ._thumbnailActions_5yrbo_305{opacity:1}._changeButton_5yrbo_321{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_5yrbo_334{flex-wrap:wrap;gap:.5rem;display:flex}._gradeChip_5yrbo_340{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_5yrbo_340:hover{color:#333;background:#eef2f5;border-color:#d0d7de}._gradeChip_5yrbo_340._selected_5yrbo_359{color:#007a46;background:#e6f7ef;border-color:#00b96b}._gradeChip_5yrbo_340._selected_5yrbo_359:hover{background:#d4efe4}._checkIcon_5yrbo_368{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_5yrbo_404,.ant-select-dropdown.templateTypeDropdown .ant-select-item._ant-select-item-option-selected_5yrbo_404{color:#1677ff!important;box-shadow:none!important;background:#e6f4ff!important;font-weight:600!important}[dir=rtl] ._actions_5yrbo_126{flex-direction:row-reverse}[dir=rtl] ._thumbnailLabel_5yrbo_187 ._requiredStar_5yrbo_195{margin-left:4px;margin-right:0}._page_19zdt_38{padding-inline:max(5%,50vw - 800px)}._text-center_19zdt_63{text-align:center}._templateCard_19zdt_67{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}._templateCard_19zdt_67:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._templateThumbnail_19zdt_80{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:relative;overflow:hidden}._templateThumbnail_19zdt_80 img{object-fit:cover;width:100%;height:100%}._subjectStamp_19zdt_92{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_19zdt_92 svg{width:20px;height:20px}._placeholderThumbnail_19zdt_115{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_19zdt_126{padding:1rem}._templateInfo_19zdt_126 h4{color:#333;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}._templateMeta_19zdt_136{flex-wrap:wrap;gap:.5rem;display:flex}._badge_19zdt_142{color:#3498db;background:#3498db1a;border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_19zdt_152{border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_19zdt_152[data-status=in_progress]{color:#f39c12;background:#f1c40f1a}._statusBadge_19zdt_152[data-status=ready]{color:#27ae60;background:#2ecc711a}._statusBadge_19zdt_152[data-status=archived]{color:#7f8c8d;background:#95a5a61a}._page_1b1ii_38{padding-inline:max(5%,50vw - 800px)}._text-center_1b1ii_63{text-align:center}._templatesGrid_1b1ii_67{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}._page_485qg_38{padding-inline:max(5%,50vw - 800px)}._text-center_485qg_63{text-align:center}._modalContent_485qg_67{flex-direction:column;gap:1.5rem;display:flex}._header_485qg_73{align-items:flex-start;gap:1.5rem;display:flex}._thumbnail_485qg_79{object-fit:cover;background:#f0f0f0;border-radius:8px;width:200px;height:112px}._placeholderThumbnail_485qg_87{background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);border-radius:8px;width:200px;height:112px}._headerInfo_485qg_94{flex:1}._headerInfo_485qg_94 h2{margin:0 0 .5rem;font-size:1.5rem}._metaTags_485qg_102{gap:.5rem;margin-top:.5rem;display:flex}._section_485qg_108 h3{color:#333;margin-bottom:.5rem;font-size:1.1rem}._section_485qg_108 p{color:#666;line-height:1.5}._actions_485qg_118{border-top:1px solid #eee;justify-content:flex-end;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}._detailRow_485qg_127{gap:2rem;margin-bottom:1rem;display:flex}._detailItem_485qg_133 label{color:#888;margin-bottom:.25rem;font-size:.85rem;display:block}._detailItem_485qg_133 span{color:#333;font-weight:500}._page_1xpwo_38{padding-inline:max(5%,50vw - 800px)}._text-center_1xpwo_63{text-align:center}._container_1xpwo_67{max-width:1400px;margin:0 auto;padding:2rem}._header_1xpwo_73{margin-bottom:2rem}._header_1xpwo_73 h1{color:#333;margin:0;font-size:2rem;font-weight:600}._subtitle_1xpwo_83{color:#666;margin-top:.5rem}._createZone_1xpwo_88{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_1xpwo_88:hover{background:linear-gradient(135deg,#2ecc7126 0%,#3498db26 100%);border-color:#2ecc7199}._createButton_1xpwo_103{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_1xpwo_103:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2ecc7166}._templatesSection_1xpwo_121{min-height:300px}._loadingContainer_1xpwo_125{justify-content:center;align-items:center;min-height:300px;display:flex}._emptyState_1xpwo_132{background:#00000005;border-radius:12px;padding:4rem 2rem}._emptyText_1xpwo_138{color:#666;font-size:1.1rem}._templatesGrid_1xpwo_143{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}._templateCard_1xpwo_149{cursor:pointer;background:#fff;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #00000014}._templateCard_1xpwo_149:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}._templateThumbnail_1xpwo_162{aspect-ratio:16/9;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);overflow:hidden}._templateThumbnail_1xpwo_162 img{object-fit:cover;width:100%;height:100%}._placeholderThumbnail_1xpwo_173{background:linear-gradient(135deg,#667eea4d 0%,#764ba24d 100%);width:100%;height:100%}._templateInfo_1xpwo_179{padding:1rem}._templateInfo_1xpwo_179 h4{color:#333;margin:0 0 .75rem;font-size:1.1rem;font-weight:600}._templateMeta_1xpwo_189{flex-wrap:wrap;gap:.5rem;display:flex}._badge_1xpwo_195{color:#3498db;background:#3498db1a;border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_1xpwo_205{border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}._statusBadge_1xpwo_205[data-status=in_progress]{color:#f39c12;background:#f1c40f1a}._statusBadge_1xpwo_205[data-status=ready]{color:#27ae60;background:#2ecc711a}._statusBadge_1xpwo_205[data-status=archived]{color:#7f8c8d;background:#95a5a61a}[dir=rtl] ._createZone_1xpwo_88{justify-content:flex-start}._page_167z1_38{padding-inline:max(5%,50vw - 800px)}._text-center_167z1_63{text-align:center}._loadingRoot_167z1_67{background:#f7f9fc;justify-content:center;align-items:center;min-height:100vh;display:flex}@media (prefers-reduced-motion:reduce){._loadingRoot_167z1_67,._loadingRoot_167z1_67 *,._loadingRoot_167z1_67:before,._loadingRoot_167z1_67:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}._page_ugywh_38{padding-inline:max(5%,50vw - 800px)}._text-center_ugywh_63{text-align:center}._container_ugywh_67{max-width:1200px;margin:0 auto;padding:32px 24px}._header_ugywh_73{text-align:center;margin-bottom:48px}._title_ugywh_78{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:16px;font-size:2.5rem;font-weight:700}._subtitle_ugywh_85{color:var(--cyberpunk-text-secondary,#e8e8f0b3);max-width:600px;margin:0 auto;font-size:1.125rem}._section_ugywh_92{margin-bottom:48px}._sectionTitle_ugywh_96{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_ugywh_106{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-top:24px;display:grid}._contactCard_ugywh_113{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_ugywh_113: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_ugywh_132{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_ugywh_144{flex:1}._contactLabel_ugywh_148{color:var(--cyberpunk-text-secondary,#e8e8f0b3);margin-bottom:4px;font-size:.875rem}._contactValue_ugywh_154{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:1rem;font-weight:600}._faqCollapse_ugywh_161{background:0 0}._faqCollapse_ugywh_161 .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_ugywh_161 .ant-collapse-item:hover{border-color:var(--cyberpunk-purple-glow,#7877c666)}._faqCollapse_ugywh_161 .ant-collapse-header{padding:16px 20px;font-size:1.0625rem;font-weight:600;color:var(--cyberpunk-text-primary,#e8e8f0)!important}._faqCollapse_ugywh_161 .ant-collapse-content{border-top:1px solid var(--cyberpunk-glass-border,#ffffff1a);background:0 0}._faqCollapse_ugywh_161 .ant-collapse-content-box{color:var(--cyberpunk-text-secondary,#e8e8f0cc);padding:20px;line-height:1.6}._faqCollapse_ugywh_161 .ant-collapse-arrow{color:var(--cyberpunk-accent,#7877c6)!important}._resourcesGrid_ugywh_195{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:24px;display:grid}._resourceCard_ugywh_202{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_ugywh_202: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_ugywh_218{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_ugywh_230{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:8px;font-size:1.0625rem;font-weight:600}._resourceDescription_ugywh_237{color:var(--cyberpunk-text-secondary,#e8e8f0b3);font-size:.875rem;line-height:1.5}[dir=rtl] ._contactCard_ugywh_113{direction:rtl}[dir=rtl] ._contactInfo_ugywh_144{text-align:right}[dir=rtl] ._resourceCard_ugywh_202{direction:rtl}@media (width<=768px){._container_ugywh_67{padding:24px 16px}._title_ugywh_78{font-size:2rem}._sectionTitle_ugywh_96{font-size:1.5rem}._contactGrid_ugywh_106,._resourcesGrid_ugywh_195{grid-template-columns:1fr}}._page_1y7gr_38{padding-inline:max(5%,50vw - 800px)}._text-center_1y7gr_63{text-align:center}._container_1y7gr_67{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_1y7gr_80{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding:16px;display:flex}._title_1y7gr_88{color:var(--editor-text-primary);margin:0;font-size:1.1rem;font-weight:600}._headerActions_1y7gr_95{gap:8px;display:flex}._addButton_1y7gr_100{color:var(--editor-text-secondary);background:0 0;border:1px solid #6366f166;font-size:12px}._addButton_1y7gr_100:hover,._addButton_1y7gr_100:focus{color:var(--editor-text-primary);box-shadow:0 0 8px var(--editor-accent-glow);background:var(--editor-accent-muted);border-color:#6366f1cc}._addButton_1y7gr_100:disabled{opacity:.4;border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted);background:0 0}._list_1y7gr_120{flex-direction:column;flex:1;gap:8px;padding:8px 12px 12px;display:flex;overflow:auto}._empty_1y7gr_129{opacity:.6}._item_1y7gr_133{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_1y7gr_133:hover{background:#6366f114;border-color:#6366f166}._group_1y7gr_151{flex-direction:column;gap:8px;display:flex}._groupToggle_1y7gr_157{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_1y7gr_157:hover{background:#6366f114;border-color:#6366f166}._groupThumb_1y7gr_175{background:#0000004d;border:1px solid #ffffff1a;border-radius:6px;flex-shrink:0;width:40px;height:40px;overflow:hidden}._groupCount_1y7gr_185{color:var(--editor-text-muted);font-size:12px}._groupChildren_1y7gr_190{flex-direction:column;gap:8px;padding-inline-start:12px;display:flex}._itemActive_1y7gr_197{background:var(--editor-accent-muted);box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._itemButton_1y7gr_204{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_1y7gr_219{flex-direction:column;gap:4px;min-width:0;display:flex}._thumbnail_1y7gr_226,._thumbnailPlaceholder_1y7gr_227{border-radius:4px;flex-shrink:0;width:56px;height:40px;overflow:hidden}._thumbnail_1y7gr_226{background-color:#0000004d;border:1px solid #ffffff1a}._thumbnailPlaceholder_1y7gr_227{background:#ffffff0a;border:1px dashed #ffffff14}._itemActive_1y7gr_197 ._thumbnail_1y7gr_226{border-color:#6366f199}._deleteButton_1y7gr_249{color:var(--editor-text-muted)}._deleteButton_1y7gr_249:hover,._deleteButton_1y7gr_249:focus{color:var(--editor-text-primary);background:#ffffff14}._deleteButton_1y7gr_249:disabled{color:var(--editor-text-muted);background:0 0}._type_1y7gr_261{color:var(--editor-text-muted);text-transform:uppercase;font-size:12px}._selector_1y7gr_267{color:var(--editor-text-secondary);word-break:break-all;font-size:13px}._groupToggleRow_1y7gr_273{align-items:center;gap:4px;display:flex}._groupToggleRow_1y7gr_273 ._groupToggle_1y7gr_157{flex:1;min-width:0}._subItem_1y7gr_283{cursor:pointer;width:100%;color:var(--editor-text-secondary);text-align:start;background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 8px;transition:all .2s;display:flex}._subItem_1y7gr_283:hover{background:#6366f114;border-color:#6366f166}._subItemWarning_1y7gr_303{color:#f3d78a;background:#d4a52014;border-color:#d4a52052}._subItemWarning_1y7gr_303:hover{background:#d4a5201f;border-color:#d4a5208a}._subItemThumb_1y7gr_313{background:#0000004d;border:1px solid #ffffff1a;border-radius:4px;flex-shrink:0;width:32px;height:32px;overflow:hidden}._subItemLabel_1y7gr_323{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:12px;overflow:hidden}._subItemBadge_1y7gr_332{color:var(--item-color,#6366f1e6);text-transform:uppercase;letter-spacing:.3px;background:color-mix(in srgb, var(--item-color,#6366f1) 18%, transparent);border-radius:3px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600}._subItemBadgeWarning_1y7gr_344{color:#f3d78a;background:#d4a52033}._subItemEditor_1y7gr_349{flex-direction:column;gap:8px;width:100%;padding-block-start:4px;display:flex}._subItemEditor_1y7gr_349 input.ant-input,._subItemEditor_1y7gr_349 textarea.ant-input{color:var(--editor-text-primary);background:#0f172ab8;border-color:#6366f13d}._subItemEditor_1y7gr_349 input.ant-input::placeholder,._subItemEditor_1y7gr_349 textarea.ant-input::placeholder{color:var(--editor-text-muted)}._subItemEditor_1y7gr_349 input.ant-input:focus,._subItemEditor_1y7gr_349 textarea.ant-input:focus{border-color:#6366f199;box-shadow:0 0 0 2px #6366f124}._subItemEditor_1y7gr_349 textarea.ant-input{resize:vertical;min-height:88px}._inlineEmojiButton_1y7gr_376{flex-shrink:0}._inlineEmojiButtonPinned_1y7gr_380{margin-inline-end:auto}._emojiPopover_1y7gr_384 .ant-popover-inner{background:#090e1bf5;border:1px solid #ffffff1a;border-radius:14px;box-shadow:0 18px 40px #02061766}._emojiPopover_1y7gr_384 .ant-popover-arrow:before{background:#090e1bf5}._emojiPopover_1y7gr_384 .ant-popover-inner-content{padding:10px}._emojiGrid_1y7gr_397{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}._emojiOption_1y7gr_403{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:19px;transition:transform .15s,border-color .15s,background .15s;display:inline-flex}._emojiOption_1y7gr_403:hover,._emojiOption_1y7gr_403:focus-visible{background:#6366f12e;border-color:#6366f18c;outline:none;transform:translateY(-1px)}._subItemEditorActions_1y7gr_424{justify-content:flex-end;align-items:center;gap:8px;display:flex}._subItemEditorMediaRow_1y7gr_431{align-items:center;gap:8px;display:flex}._subItemEditorMediaRow_1y7gr_431 .ant-input{flex:1;min-width:0}._subItemEditorMediaButton_1y7gr_441{flex-shrink:0}._subItemEditorMediaHint_1y7gr_445{color:var(--editor-text-muted);font-size:11px}._subItemEditorPreviewFrame_1y7gr_450{aspect-ratio:16/9;background:#060d1aeb;border:1px solid #6366f133;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff0a}._subItemEditorPreviewImage_1y7gr_461,._subItemEditorPreviewVideo_1y7gr_462,._subItemEditorPreviewIframe_1y7gr_463{background:0 0;border:none;width:100%;height:100%;display:block}._subItemEditorPreviewImage_1y7gr_461,._subItemEditorPreviewVideo_1y7gr_462{object-fit:cover}._subItemEditorStatus_1y7gr_476{color:#7bd88f;margin-inline-end:auto;font-size:12px;font-weight:600}._headerMetaItem_1y7gr_483,._headerMetaWarning_1y7gr_484{cursor:pointer;text-align:start;width:100%;color:var(--editor-text-secondary);background:#ffffff08;border:1px solid #ffffff0f;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;transition:all .2s;display:flex}._headerMetaItem_1y7gr_483:hover,._headerMetaWarning_1y7gr_484:hover{background:#6366f114;border-color:#6366f166}._headerMetaWarning_1y7gr_484{color:#d4a520;background:#d4a5200f;border-color:#d4a5204d}._headerMetaWarning_1y7gr_484:hover{background:#d4a5201f;border-color:#d4a52099}._addActionsRow_1y7gr_515{flex-wrap:wrap;gap:4px;display:flex}._addActionBtn_1y7gr_521{border:1px solid color-mix(in srgb, var(--item-color,#6366f1) 40%, transparent);background:color-mix(in srgb, var(--item-color,#6366f1) 10%, transparent);color:var(--item-color,var(--editor-text-secondary));cursor:pointer;white-space:nowrap;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:500;transition:all .2s;display:inline-flex}._addActionBtn_1y7gr_521:hover{border-color:var(--item-color,#6366f1b3);background:color-mix(in srgb, var(--item-color,#6366f1) 22%, transparent);color:var(--item-color,var(--editor-text-primary));filter:brightness(1.15)}._dragHandle_1y7gr_543{cursor:grab;color:var(--editor-text-muted);flex-shrink:0;align-items:center;padding:0 2px;display:flex}._dragHandle_1y7gr_543:active{cursor:grabbing}._page_1ayvy_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ayvy_63{text-align:center}._container_1ayvy_67{z-index:4;pointer-events:auto;position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}._actionsRow_1ayvy_76{flex:none;align-items:center;gap:8px;display:flex}._zoomSelectWrap_1ayvy_83{position:relative}._zoomIcon_1ayvy_87{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_1ayvy_98{background:var(--cyberpunk-text-primary);border:1px solid var(--editor-border-medium);color:var(--cyberpunk-black);border-radius:6px;font-weight:600}._resetButton_1ayvy_98:hover,._resetButton_1ayvy_98:focus{background:var(--cyberpunk-text-primary)!important;border-color:var(--editor-accent)!important;color:var(--cyberpunk-black)!important}._resetButton_1ayvy_98:disabled{background:var(--editor-bg-elevated)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-muted)!important}._zoomSelect_1ayvy_83{min-width:74px}._zoomSelect_1ayvy_83 .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_1ayvy_83 .ant-select-selection-item{font-size:12px;font-weight:600;color:var(--cyberpunk-black)!important;line-height:22px!important}._zoomSelect_1ayvy_83 .ant-select-arrow{color:var(--cyberpunk-black);inset-inline:auto 8px!important}._zoomSelect_1ayvy_83:hover .ant-select-selector,._zoomSelect_1ayvy_83.ant-select-focused .ant-select-selector{background:var(--cyberpunk-text-primary)!important;border-color:var(--editor-accent)!important;color:var(--cyberpunk-black)!important}._zoomSelect_1ayvy_83:hover .ant-select-selection-item,._zoomSelect_1ayvy_83.ant-select-focused .ant-select-selection-item,._zoomSelect_1ayvy_83:hover .ant-select-arrow,._zoomSelect_1ayvy_83.ant-select-focused .ant-select-arrow{color:var(--cyberpunk-black)!important}._page_19us0_38{padding-inline:max(5%,50vw - 800px)}._text-center_19us0_63{text-align:center}._slideList_19us0_67{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_19us0_83,._slideItemActive_19us0_83{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_19us0_83:hover ._slideActions_19us0_96,._slideItemActive_19us0_83:hover ._slideActions_19us0_96{opacity:1}._slideItem_19us0_83:hover ._slideDragHandle_19us0_99,._slideItemActive_19us0_83:hover ._slideDragHandle_19us0_99{opacity:1;box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f199}._slideItemActive_19us0_83{box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._slideItemDragging_19us0_110{opacity:.45;box-shadow:0 0 10px var(--editor-accent-glow);border-color:#6366f1bf;transition:opacity .12s,border-color .12s,box-shadow .12s}._slideItemDragging_19us0_110 ._slideDragHandle_19us0_99{display:none}._slideDragHandle_19us0_99{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_19us0_143{cursor:not-allowed;opacity:.7}._dropZone_19us0_148{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_19us0_148: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_19us0_174{pointer-events:auto;background:#6366f140;width:12px;min-width:12px}._dropZoneActive_19us0_181{background:linear-gradient(#6366f1b3 0%,#6366f1e6 100%);width:20px;min-width:20px;box-shadow:0 0 16px #6366f199}._dropZoneActive_19us0_181:before{opacity:1;background:#6366f1e6;box-shadow:0 0 10px #6366f1b3}._slideDragIcon_19us0_193{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_19us0_110 ._slideDragIcon_19us0_193{cursor:grabbing}._slideButton_19us0_214{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}._slideText_19us0_225{opacity:.9;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:inline-flex}._slideEditIcon_19us0_235{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_19us0_83:hover ._slideEditIcon_19us0_235{opacity:.9}._slideActions_19us0_96{opacity:0;align-items:center;gap:6px;margin-inline-start:4px;transition:opacity .2s;display:inline-flex}._slideAction_19us0_96,._slideActionDisabled_19us0_258,._slideActionDanger_19us0_258{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_19us0_96:hover,._slideActionDisabled_19us0_258:hover,._slideActionDanger_19us0_258:hover{opacity:1;background:#6366f14d}._slideActionDanger_19us0_258:hover{color:#ff6b6b;background:#dc26264d}._slideActionDisabled_19us0_258{opacity:.3;cursor:not-allowed}._slideActionDisabled_19us0_258:hover{opacity:.3;background:#ffffff0d}._slideInput_19us0_292{width:min(320px,40vw);min-width:120px;transition:width .2s}._page_fhy5c_38{padding-inline:max(5%,50vw - 800px)}._text-center_fhy5c_63{text-align:center}._fullViewRoot_fhy5c_67 .ant-modal-mask,._fullViewRoot_fhy5c_67 .ant-modal-wrap{position:absolute}._fullViewRoot_fhy5c_67 .ant-modal{max-width:100%;height:100%;margin:0;padding:0;top:0}._fullViewRoot_fhy5c_67 .ant-modal-content{flex-direction:column;height:100%;display:flex;border-radius:0!important}._fullViewRoot_fhy5c_67 .ant-modal-header{flex-shrink:0}._fullViewRoot_fhy5c_67 .ant-modal-body{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}._modal_fhy5c_97 .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_fhy5c_97 .ant-modal-header{background:linear-gradient(135deg,#6366f11f 0%,#8b5cf614 100%);border-bottom:1px solid #6366f140;margin-bottom:0;padding:20px 24px 16px}._modal_fhy5c_97 .ant-modal-title{color:var(--editor-text-primary);letter-spacing:.4px;font-size:16px;font-weight:600}._modal_fhy5c_97 .ant-modal-body{padding:20px 24px}._modal_fhy5c_97 .ant-modal-close{color:var(--editor-text-muted)}._modal_fhy5c_97 .ant-modal-close:hover{color:var(--editor-text-primary);background:#ffffff14}._searchContainer_fhy5c_129{flex-shrink:0;margin-bottom:20px}._searchContainer_fhy5c_129 .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_fhy5c_129 .ant-input-affix-wrapper:hover{border-color:#6366f180}._searchContainer_fhy5c_129 .ant-input-affix-wrapper:focus-within{border-color:var(--editor-accent);box-shadow:0 0 0 3px #6366f126}._searchContainer_fhy5c_129 .ant-input-prefix{color:var(--editor-text-muted);margin-inline-end:8px}._searchContainer_fhy5c_129 .ant-input{color:var(--editor-text-primary);background:0 0;font-size:14px}._searchContainer_fhy5c_129 .ant-input::placeholder{color:var(--editor-text-muted)}._grid_fhy5c_161{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_fhy5c_161::-webkit-scrollbar{width:5px}._grid_fhy5c_161::-webkit-scrollbar-track{background:#ffffff0a;border-radius:4px}._grid_fhy5c_161::-webkit-scrollbar-thumb{background:#6366f166;border-radius:4px}._grid_fhy5c_161::-webkit-scrollbar-thumb:hover{background:#6366f1b3}._card_fhy5c_190{background:var(--card-bg,#0f172a80);border:1px solid var(--card-border,#ffffff12);cursor:default;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_fhy5c_190:before{content:"";opacity:0;background:linear-gradient(135deg,#6366f10f,#0000 60%);transition:opacity .2s;position:absolute;inset:0}._card_fhy5c_190:hover{border-color:var(--card-border-hover,#6366f180);background:var(--card-bg-hover,#6366f114);box-shadow:var(--card-shadow-hover,0 8px 24px #0000004d, 0 0 0 1px #6366f133);transform:translateY(-2px)}._card_fhy5c_190:hover:before{opacity:1}._card_fhy5c_190:hover ._cardButton_fhy5c_221{background:var(--editor-accent);border-color:var(--editor-accent);color:#fff}._card--loading_fhy5c_226{pointer-events:none;opacity:.7}._cardPreview_fhy5c_231{background:var(--card-preview-bg,#060d1a);border-radius:8px;flex-shrink:0;align-self:stretch;width:100%;position:relative;overflow:hidden}._iframeWrapper_fhy5c_241{flex-shrink:0;position:relative;overflow:hidden}._previewIframe_fhy5c_247{pointer-events:auto;border:none;display:block;position:absolute;top:0;left:0}._previewClickShield_fhy5c_256{z-index:1;cursor:pointer;position:absolute;inset:0}._previewSkeleton_fhy5c_263{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_fhy5c_1;position:absolute;inset:0}._previewError_fhy5c_272{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_fhy5c_1{0%{background-position:200%}to{background-position:-200%}}._cardName_fhy5c_294{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_fhy5c_221{background:var(--card-btn-bg,#6366f11f);border:1px solid var(--card-btn-border,#6366f14d);width:100%;height:32px;color:var(--card-btn-color,var(--editor-accent-hover));border-radius:8px;font-size:12px;font-weight:600;transition:all .2s}._cardButton_fhy5c_221:hover{background:var(--editor-accent)!important;border-color:var(--editor-accent)!important;color:#fff!important}._cardExpandable_fhy5c_321{cursor:pointer}._expandedOverlay_fhy5c_325{z-index:10000;pointer-events:auto;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}._expandedBackdrop_fhy5c_335{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);opacity:0;background:#0009;transition:opacity .35s;position:absolute;inset:0}._expandedBackdrop_fhy5c_335._expandedBackdropVisible_fhy5c_343{opacity:1}._expandedCard_fhy5c_347{--expanded-footer-height:76px;--expanded-card-width:min(90vw, 1400px, calc((85vh - var(--expanded-footer-height)) * 16 / 9));z-index:1;top:var(--card-oy,50%);left:var(--card-ox,50%);width:var(--card-ow,400px);height:var(--card-oh,300px);background:#fff;border-radius:20px;flex-direction:column;transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;overflow:hidden;transform:translate(0);box-shadow:0 24px 80px #00000059,0 0 0 1px #8b5cf633}._expandedCard_fhy5c_347._expandedCardVisible_fhy5c_365{width:var(--expanded-card-width);height:calc(var(--expanded-card-width) * 9 / 16 + var(--expanded-footer-height));border-radius:20px;top:50%;left:50%;transform:translate(-50%,-50%)}._expandedClose_fhy5c_374{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:20px;transition:background .2s,transform .2s;display:flex;position:absolute;top:14px;right:14px}._expandedClose_fhy5c_374:hover{background:#000000b3;transform:scale(1.1)}._expandedClose_fhy5c_374:focus-visible{outline-offset:2px;outline:3px solid #8b5cf699}._expandedPreview_fhy5c_402{background:#0a0a14;flex:auto;position:relative;overflow:hidden}._expandedIframe_fhy5c_409{border:none;display:block;position:absolute;top:0;left:0}._expandedFooter_fhy5c_417{min-height:var(--expanded-footer-height);background:linear-gradient(135deg,#6366f10f,#8b5cf608);border-top:1px solid #8b5cf61f;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}._expandedName_fhy5c_428{color:#1e1b4b;white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:16px;font-weight:700;overflow:hidden}._expandedLoadBtn_fhy5c_439{color:#fff;background:linear-gradient(135deg,#7c3aed,#6366f1);border:none;border-radius:10px;height:40px;padding:0 28px;font-weight:600;transition:all .2s}._expandedLoadBtn_fhy5c_439:hover{transform:translateY(-1px);box-shadow:0 4px 16px #7c3aed59;color:#fff!important;background:linear-gradient(135deg,#6d28d9,#4f46e5)!important}@media (width<=768px){._expandedCard_fhy5c_347{--expanded-footer-height:110px}._expandedFooter_fhy5c_417{flex-direction:column;align-items:stretch}._expandedLoadBtn_fhy5c_439{width:100%}}._empty_fhy5c_468{text-align:center;color:var(--editor-text-muted);grid-column:1/-1;padding:48px 0;font-size:14px}._page_4l87l_38{padding-inline:max(5%,50vw - 800px)}._text-center_4l87l_63{text-align:center}._layerButton_4l87l_67{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_4l87l_67:hover,._layerButton_4l87l_67:focus{color:var(--editor-text-primary);box-shadow:0 0 8px var(--editor-accent-glow);background:#6366f126;border-color:#6366f199}._layerButtonActive_4l87l_94{box-shadow:0 0 8px var(--editor-accent-glow);background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f199}._panel_4l87l_102{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_4l87l_119{border-bottom:1px solid var(--editor-border-subtle);justify-content:space-between;align-items:center;padding:10px 12px;display:flex}._panelTitle_4l87l_127{color:var(--editor-text-primary);margin:0;font-size:13px;font-weight:600}._panelClose_4l87l_134{color:var(--editor-text-muted);font-size:12px}._panelClose_4l87l_134:hover,._panelClose_4l87l_134:focus{color:var(--editor-text-primary);background:#ffffff14}._layerList_4l87l_143{scrollbar-width:thin;flex-direction:column;flex:auto;gap:2px;padding:6px;display:flex;overflow-y:auto}._layerItem_4l87l_153{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_4l87l_153:hover{background:#6366f114;border-color:#6366f140}._layerItemSelected_4l87l_170{background:var(--editor-accent-muted);box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f180}._dragHandle_4l87l_177{color:var(--editor-text-muted);cursor:grab;opacity:.5;flex-shrink:0;font-size:12px;transition:opacity .15s}._layerItem_4l87l_153:hover ._dragHandle_4l87l_177,._layerItemSelected_4l87l_170:hover ._dragHandle_4l87l_177{opacity:1}._layerItemDragging_4l87l_189{opacity:.5;box-shadow:0 0 8px var(--editor-accent-glow);background:#6366f126;border-color:#6366f199}._dropIndicator_4l87l_196{height:2px;box-shadow:0 0 6px var(--editor-accent-glow);background:#6366f1cc;border-radius:1px;margin:0 8px;transition:opacity .1s}._typeBadge_4l87l_205{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_4l87l_218{color:#a5a3ffd9;background:#6366f126}._childCount_4l87l_223{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_4l87l_236{color:var(--editor-text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:12px;overflow:hidden}._zIndexValue_4l87l_245{color:var(--editor-text-muted);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:10px}._layerActions_4l87l_252{opacity:0;flex-shrink:0;gap:2px;transition:opacity .15s;display:flex}._layerItem_4l87l_153:hover ._layerActions_4l87l_252,._layerItemSelected_4l87l_170:hover ._layerActions_4l87l_252{opacity:1}._layerActionBtn_4l87l_263{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_4l87l_263:hover{color:var(--editor-text-primary);background:#6366f126}._layerActionBtn_4l87l_263:disabled{opacity:.3;cursor:default}._layerActionBtn_4l87l_263:disabled:hover{color:var(--editor-text-muted);background:0 0}._emptyState_4l87l_291{text-align:center;color:var(--editor-text-muted);padding:24px 16px;font-size:12px}._page_1y3o6_38{padding-inline:max(5%,50vw - 800px)}._text-center_1y3o6_63{text-align:center}._container_1y3o6_67{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_1y3o6_83{z-index:6;flex:none;min-width:0;position:relative}._frameWrapper_1y3o6_90{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_1y3o6_106{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_1y3o6_118{-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_1y3o6_130{cursor:grabbing}._panSurface_1y3o6_134{min-width:100%;min-height:100%;position:relative}._frameLayer_1y3o6_140{border-radius:12px;position:absolute;overflow:hidden}._previewFrame_1y3o6_146{background:var(--editor-bg-base);transform-origin:0 0;border:none;border-radius:12px;width:100%;height:100%}._errorBanner_1y3o6_155{z-index:3;position:absolute;top:12px;left:12px;right:12px}._loaderOverlay_1y3o6_163{-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_1y3o6_163 .ant-spin-text{color:var(--editor-text-secondary);margin-top:8px}._loaderOverlay_1y3o6_163 .ant-spin-dot-item{background-color:var(--editor-accent)}._slideList_1y3o6_185{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_1y3o6_201,._slideItemActive_1y3o6_201{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_1y3o6_201:hover ._slideActions_1y3o6_214,._slideItemActive_1y3o6_201:hover ._slideActions_1y3o6_214{opacity:1}._slideItem_1y3o6_201:hover ._slideDragHandle_1y3o6_217,._slideItemActive_1y3o6_201:hover ._slideDragHandle_1y3o6_217{opacity:1;box-shadow:0 0 6px var(--editor-accent-glow);border-color:#6366f199}._slideItemActive_1y3o6_201{box-shadow:0 0 8px var(--editor-accent-glow);border-color:#6366f199}._slideItemDragging_1y3o6_228{opacity:.45;box-shadow:0 0 10px var(--editor-accent-glow);border-color:#6366f1bf;transition:opacity .12s,border-color .12s,box-shadow .12s}._slideItemDragging_1y3o6_228 ._slideDragHandle_1y3o6_217{display:none}._slideDragHandle_1y3o6_217{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_1y3o6_261{cursor:not-allowed;opacity:.7}._dropZone_1y3o6_266{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_1y3o6_266: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_1y3o6_292{pointer-events:auto;background:#6366f140;width:12px;min-width:12px}._dropZoneActive_1y3o6_299{background:linear-gradient(#6366f1b3 0%,#6366f1e6 100%);width:20px;min-width:20px;box-shadow:0 0 16px #6366f199}._dropZoneActive_1y3o6_299:before{opacity:1;background:#6366f1e6;box-shadow:0 0 10px #6366f1b3}._slideDragIcon_1y3o6_311{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_1y3o6_228 ._slideDragIcon_1y3o6_311{cursor:grabbing}._slideButton_1y3o6_332{color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;display:inline-flex}._slideText_1y3o6_343{opacity:.9;white-space:nowrap;cursor:pointer;align-items:center;gap:6px;font-size:12px;display:inline-flex}._slideEditIcon_1y3o6_353{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_1y3o6_201:hover ._slideEditIcon_1y3o6_353{opacity:.9}._slideActions_1y3o6_214{opacity:0;align-items:center;gap:6px;margin-inline-start:4px;transition:opacity .2s;display:inline-flex}._slideAction_1y3o6_214,._slideActionDisabled_1y3o6_376,._slideActionDanger_1y3o6_376{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_1y3o6_214:hover,._slideActionDisabled_1y3o6_376:hover,._slideActionDanger_1y3o6_376:hover{opacity:1;background:#6366f14d}._slideActionDanger_1y3o6_376:hover{color:#ff6b6b;background:#dc26264d}._slideActionDisabled_1y3o6_376{opacity:.3;cursor:not-allowed}._slideActionDisabled_1y3o6_376:hover{opacity:.3;background:#ffffff0d}._slideInput_1y3o6_410{width:min(320px,40vw);min-width:120px;transition:width .2s}._loadOptionsWrapper_1y3o6_416{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;width:100%;max-width:400px;margin:0 auto;display:flex}._orDivider_1y3o6_428{width:100%;color:var(--editor-text-muted);align-items:center;gap:12px;font-size:.85rem;display:flex}._orDivider_1y3o6_428:before,._orDivider_1y3o6_428:after{content:"";background:var(--editor-border-subtle);flex:1;height:1px}._loadTemplateButton_1y3o6_443{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_1y3o6_443:hover{color:var(--editor-text-primary);background:#6366f140;border-color:#6366f199}._page_1nuxx_38{padding-inline:max(5%,50vw - 800px)}._text-center_1nuxx_63{text-align:center}._modal_1nuxx_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}._modal_1nuxx_67 .ant-modal-header{border-bottom:1px solid var(--editor-border-subtle);background:0 0;padding:20px 24px}._modal_1nuxx_67 .ant-modal-title{color:var(--editor-text-primary);font-size:18px;font-weight:600}._modal_1nuxx_67 .ant-modal-body{padding:24px}._modal_1nuxx_67 .ant-modal-close{color:var(--editor-text-muted)}._modal_1nuxx_67 .ant-modal-close:hover{color:var(--editor-text-primary)}._modal_1nuxx_67 .ant-input,._modal_1nuxx_67 .ant-input-affix-wrapper,._modal_1nuxx_67 textarea.ant-input{background:var(--editor-input-bg)!important;border-color:var(--editor-border-subtle)!important;color:var(--editor-text-primary)!important}._modal_1nuxx_67 .ant-input::placeholder,._modal_1nuxx_67 .ant-input-affix-wrapper::placeholder,._modal_1nuxx_67 textarea.ant-input::placeholder{color:var(--editor-text-muted)!important}._modal_1nuxx_67 .ant-input:hover,._modal_1nuxx_67 .ant-input-affix-wrapper:hover,._modal_1nuxx_67 textarea.ant-input:hover{border-color:var(--editor-border-medium)!important}._modal_1nuxx_67 .ant-input:focus,._modal_1nuxx_67 .ant-input-affix-wrapper:focus,._modal_1nuxx_67 textarea.ant-input:focus,._modal_1nuxx_67 .ant-input-affix-wrapper-focused{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._modal_1nuxx_67 .ant-input-textarea-show-count:after,._modal_1nuxx_67 .ant-input-show-count-suffix,._modal_1nuxx_67 .ant-input-data-count{color:var(--editor-text-muted)!important}._modal_1nuxx_67 .ant-alert{border-radius:8px}._modal_1nuxx_67 .ant-alert-error{background:#ff4d4f14;border-color:#ff4d4f40}._modal_1nuxx_67 .ant-alert-error .ant-alert-message{color:#ff7875}._modal_1nuxx_67 .ant-alert-error .ant-alert-description{color:var(--editor-text-secondary)}._modal_1nuxx_67 .ant-alert-success{background:#52c41a14;border-color:#52c41a40}._modal_1nuxx_67 .ant-alert-success .ant-alert-message{color:#95de64;font-weight:600}._modal_1nuxx_67 .ant-alert-success .ant-alert-description{color:var(--editor-text-secondary)}._modal_1nuxx_67 .ant-btn-default{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-secondary)}._modal_1nuxx_67 .ant-btn-default:hover:not(:disabled){background:var(--editor-bg-elevated);border-color:var(--editor-border-medium);color:var(--editor-text-primary)}._modal_1nuxx_67 .ant-btn-default:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);color:var(--editor-text-muted);opacity:.5}._modal_1nuxx_67 .ant-progress-inner{background:var(--editor-border-subtle)!important}._form_1nuxx_168{flex-direction:column;gap:20px;display:flex}._formField_1nuxx_174{flex-direction:column;gap:8px;display:flex}._label_1nuxx_180{color:var(--editor-text-primary);font-size:14px;font-weight:500}._required_1nuxx_186{color:#ff7875}._optional_1nuxx_190{color:var(--editor-text-muted);font-weight:400}._errorAlert_1nuxx_195{margin-bottom:4px}._thumbnailSection_1nuxx_199{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_1nuxx_209{color:var(--editor-text-primary);font-size:14px;font-weight:500}._thumbnailPreviewWrapper_1nuxx_215{border-radius:6px;position:relative;overflow:hidden}._thumbnailPreviewWrapper_1nuxx_215:hover ._thumbnailOverlay_1nuxx_220{opacity:1}._thumbnailImage_1nuxx_224{object-fit:cover;border:1px solid var(--editor-border-subtle);border-radius:6px;width:100%;height:auto;max-height:180px;display:block}._thumbnailOverlay_1nuxx_220{opacity:0;background:#0000008c;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}._thumbnailChangeButton_1nuxx_245{align-items:center;gap:6px;font-size:14px;display:flex;color:var(--editor-text-primary)!important}._thumbnailChangeButton_1nuxx_245:hover{color:var(--editor-accent-hover)!important;background:var(--editor-accent-muted)!important}._thumbnailEmptyState_1nuxx_257{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_1nuxx_257:hover:not(:disabled){border-color:var(--editor-accent);background:var(--editor-accent-muted);color:var(--editor-text-primary)}._thumbnailEmptyState_1nuxx_257:disabled{opacity:.5;cursor:not-allowed}._thumbnailEmptyIcon_1nuxx_281{color:var(--editor-accent);opacity:.6;font-size:28px}._thumbnailEmptyText_1nuxx_287{font-size:13px}._thumbnailHint_1nuxx_291{color:var(--editor-text-muted);font-size:12px;display:block}._thumbnailWarning_1nuxx_297{color:#ff7875;font-size:12px;font-weight:500;display:block}._hiddenInput_1nuxx_304{display:none}._progressContainer_1nuxx_308{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_1nuxx_318{text-align:center;color:var(--editor-text-secondary);margin:0;font-size:14px}._actions_1nuxx_325{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}._updateButton_1nuxx_332{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border:1px solid #8b5cf666;box-shadow:0 4px 12px #8b5cf640}._updateButton_1nuxx_332:hover:not(:disabled){background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 100%);box-shadow:0 6px 16px #8b5cf666}._updateButton_1nuxx_332:disabled{background:var(--editor-input-bg);border-color:var(--editor-border-subtle);box-shadow:none;color:var(--editor-text-muted)}._successContainer_1nuxx_348{flex-direction:column;gap:24px;display:flex}._urlContainer_1nuxx_354{flex-direction:column;gap:8px;display:flex}._urlInput_1nuxx_360{font-family:Consolas,Monaco,Courier New,monospace;font-size:13px}._urlInput_1nuxx_360:focus{border-color:var(--editor-accent)!important;box-shadow:0 0 0 2px var(--editor-accent-muted)!important}._copyButton_1nuxx_369{background:linear-gradient(135deg,#8b5cf6 0%,#a78bfa 100%);border:1px solid #8b5cf666;transition:all .3s;box-shadow:0 4px 12px #8b5cf640}._copyButton_1nuxx_369:hover{background:linear-gradient(135deg,#a78bfa 0%,#c4b5fd 100%);box-shadow:0 6px 16px #8b5cf666}._backToStudioButton_1nuxx_380{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#f97316 100%);border:1px solid #f59e0b80;box-shadow:0 4px 12px #f9731640}._backToStudioButton_1nuxx_380:hover{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#fb923c 100%);box-shadow:0 6px 16px #f9731659}._page_1h94l_38{padding-inline:max(5%,50vw - 800px)}._text-center_1h94l_63{text-align:center}._container_1h94l_67{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_1h94l_79{flex:1}._rightGroup_1h94l_83{align-items:center;gap:12px;display:flex}._previewSizeSelector_1h94l_89{flex-shrink:0;display:inline-flex;position:relative}._previewSizeTrigger_1h94l_95{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_1h94l_95:hover{border-color:var(--editor-border-medium);background:#334155cc}._previewSizeIcon_1h94l_115{opacity:.85;font-size:16px}._previewSizeValue_1h94l_120{direction:ltr;unicode-bidi:isolate;font-family:Courier New,monospace}._previewSizeDropdown_1h94l_126{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_1h94l_140{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_1h94l_140:hover{color:var(--editor-text-primary);background:#6366f11a}._previewSizeOptionActive_1h94l_161{background:var(--editor-accent-muted);color:var(--editor-accent-hover)}._templateButton_1h94l_166{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_1h94l_166:hover{color:var(--editor-text-primary);background:#6366f11a;border-color:#6366f166;transform:translateY(-1px)}._templateButton_1h94l_166:active{transform:translateY(0)}._templateButton_1h94l_166:disabled{color:var(--editor-text-secondary);box-shadow:none;cursor:not-allowed;opacity:.75;background:#ffffff0a;border:none}._templateButton_1h94l_166 .anticon{font-size:16px}._iconButton_1h94l_197{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_1h94l_197:hover:not(:disabled){background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f166}._iconButton_1h94l_197:disabled{color:var(--editor-text-muted);cursor:not-allowed;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._iconButton_1h94l_197 .anticon{font-size:18px}._saveButton_1h94l_226{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_1h94l_226:hover:not(:disabled){background:linear-gradient(135deg,#818cf8 0%,#a5b4fc 100%);border-color:#6366f199;transform:translateY(-1px);box-shadow:0 6px 16px #6366f166}._saveButton_1h94l_226:active:not(:disabled){transform:translateY(0)}._saveButton_1h94l_226:disabled{box-shadow:none;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._uploadButton_1h94l_253{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_1h94l_253:hover:not(:disabled){background:var(--editor-accent-muted);color:var(--editor-text-primary);border-color:#6366f180;transform:translateY(-1px)}._uploadButton_1h94l_253:active:not(:disabled){transform:translateY(0)}._uploadButton_1h94l_253:disabled{color:var(--editor-text-muted);cursor:not-allowed;opacity:.6;background:#ffffff0a;border-color:#ffffff0f}._uploadButton_1h94l_253 .anticon{font-size:16px}._previewButton_1h94l_283{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_1h94l_283:hover:not(:disabled){background:linear-gradient(135deg,#34d399 0%,#2dd4bf 100%);border-color:#10b98199;transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}._previewButton_1h94l_283:active:not(:disabled){transform:translateY(0)}._previewButton_1h94l_283:disabled{box-shadow:none;cursor:not-allowed;opacity:.5;background:#10b98133;border-color:#10b98133}._previewButton_1h94l_283:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 8px #6366f14d}._previewButton_1h94l_283:disabled{box-shadow:none;cursor:not-allowed;color:var(--editor-text-muted);background:#6366f126;border-color:#6366f114}._previewButton_1h94l_283 .anticon{font-size:16px}._page_1btt7_38{padding-inline:max(5%,50vw - 800px)}._text-center_1btt7_63{text-align:center}._wrapper_1btt7_67{background:var(--editor-bg-base);flex-direction:column;flex:1;width:100%;height:100vh;max-height:100vh;display:flex;overflow:hidden}._container_1btt7_78{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_nouc8_38{padding-inline:max(5%,50vw - 800px)}._text-center_nouc8_63{text-align:center}._pageLayout_nouc8_67{background:var(--cyberpunk-dark-1,#0f172a);height:100vh;display:flex;overflow:hidden}._gamerHeader_nouc8_74{height:64px;color:var(--cyberpunk-text-primary,#fff);background:linear-gradient(135deg,#0c1228f5 0%,#16315cf0 45%,#115970e0 100%),radial-gradient(circle at 0 0,#ffd1662e,#0000 42%);border-bottom:1px solid #ffffff1f;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:0 20px;display:flex}._backButton_nouc8_87{min-height:40px;color:inherit;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:10px;padding:0 16px;font-size:14px;font-weight:600;transition:background .2s,border-color .2s,transform .2s;display:inline-flex}._backButton_nouc8_87:hover{background:#ffffff2e;border-color:#ffffff4d}._backButton_nouc8_87:focus-visible{outline-offset:2px;outline:2px solid #ffd166f2}._gamerTitle_nouc8_113{letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}._desktopSidebar_nouc8_122{display:block}._editorArea_nouc8_126{flex:1;min-width:0;height:100%;position:relative;overflow:hidden}._mobileHeader_nouc8_134{display:none}@media (width<=768px){._pageLayout_nouc8_67{flex-direction:column;height:100vh;display:flex}._gamerHeader_nouc8_74{gap:12px;height:56px;padding:0 12px}._backButton_nouc8_87{min-height:36px;padding:0 12px;font-size:13px}._gamerTitle_nouc8_113{text-align:end;font-size:14px}._desktopSidebar_nouc8_122{display:none}._mobileHeader_nouc8_134{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_nouc8_172{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_nouc8_184{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:600;overflow:hidden}._editorArea_nouc8_126{height:auto}}._page_1dajq_38{padding-inline:max(5%,50vw - 800px)}._text-center_1dajq_63{text-align:center}._container_1dajq_67{width:100%;max-width:1200px;margin:0 auto;padding:24px}._header_1dajq_74{margin-bottom:16px}._title_1dajq_78{margin-bottom:4px}._subtitle_1dajq_82{color:var(--cyberpunk-text-secondary,#e8e8f0bf)}._tabs_1dajq_86 .ant-tabs-nav{margin-bottom:16px}._tabs_1dajq_86 .ant-tabs-tab-btn{font-weight:600}._panel_1dajq_93{background:var(--cyberpunk-glass-bg,#ffffff0f);border:1px solid var(--cyberpunk-glass-border,#ffffff26);border-radius:16px;padding:16px}._panelTitle_1dajq_100{margin-bottom:8px}._panelDesc_1dajq_104{color:var(--cyberpunk-text-secondary,#e8e8f0bf);margin-bottom:12px}._sceneWrap_1dajq_109{background:radial-gradient(circle at 50% 18%,#84acff33,#0e1626f5);border-radius:14px;width:100%;height:min(62vh,560px);min-height:380px;overflow:hidden}._sceneCanvas_1dajq_118{--logo-layout-progress:0;--logo-text-max-width:min(42vw, 520px);--logo-cube-shift-max:22%;--logo-text-shift-max:12%;--logo-cube-scale-min:.52;width:100%;height:100%;position:relative}._sceneCanvasDotBuilder_1dajq_129 ._logoTitle_1dajq_129{font-size:calc(var(--logo-title-font-size,clamp(34px, 7.6vw, 110px)) * .8)}._logoLayout_1dajq_133{width:100%;height:100%;position:relative}._startButton_1dajq_139{top:50%;z-index:9;color:#f5f8ff;letter-spacing:.04em;cursor:pointer;background:#11182ae6;border:1px solid #ffffff3d;border-radius:999px;padding:12px 22px;font-size:15px;font-weight:700;line-height:1;position:absolute;inset-inline-start:50%;transform:translate(-50%,-50%)}._startButton_1dajq_139:hover{background:#17223af0}._startButton_1dajq_139:focus-visible{outline-offset:2px;outline:2px solid #8fbbffcc}._audioButton_1dajq_166{top:10px;z-index:8;position:absolute;inset-inline-end:10px}._cubeContainer_1dajq_173{height:100%;position:absolute;inset:0}._cubeContainer_1dajq_173 canvas{display:block;width:100%!important;height:100%!important}._textContainer_1dajq_184{top:0;bottom:0;left:var(--logo-wordmark-left,120%);opacity:var(--logo-layout-progress);z-index:2;justify-content:flex-start;align-items:center;display:flex;position:absolute;overflow:visible}._textContainerHidden_1dajq_197{display:none}._sceneViewport_1dajq_201{width:100%;height:100%}._logoWordmark_1dajq_206{pointer-events:none;-webkit-user-select:none;user-select:none;z-index:4;flex-direction:column;align-items:flex-start;display:flex}._logoTitle_1dajq_129,._logoSubtitle_1dajq_216{opacity:0;will-change:transform, opacity;text-align:start;white-space:nowrap;line-height:1;transform:translate(18px)}._logoTitle_1dajq_129{color:#ff1f2d;letter-spacing:.06em;font-weight:800;font-size:var(--logo-title-font-size,clamp(34px, 7.6vw, 110px))}._logoSubtitle_1dajq_216{color:#11182a;letter-spacing:.08em;font-weight:700;font-size:var(--logo-subtitle-font-size,clamp(11px, 1.95vw, 28px));clip-path:inset(0 100% 0 0);margin-top:clamp(6px,1.05vw,14px);display:inline-block}._debugHud_1dajq_242{inset-inline-start:12px;color:#e9f1fff2;letter-spacing:.01em;pointer-events:none;-webkit-user-select:none;user-select:none;background:#080c16bd;border:1px solid #a7c2ff59;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:600;line-height:1.2;position:absolute;bottom:12px}._page_g4s5j_38{padding-inline:max(5%,50vw - 800px)}._text-center_g4s5j_63{text-align:center}._page_g4s5j_38{min-height:100vh;position:relative;overflow-x:hidden}._bgLayer_g4s5j_73{z-index:0;background:radial-gradient(at 15% 30%,#8b5cf621 0%,#0000 50%),radial-gradient(at 85% 15%,#3b82f621 0%,#0000 50%),radial-gradient(at 50% 80%,#ec48991a 0%,#0000 50%),radial-gradient(at 90% 60%,#f9731614 0%,#0000 50%),linear-gradient(160deg,#f5f3ff 0%,#eff6ff 30%,#fdf2f8 60%,#fff7ed 80%,#ecfdf5 100%);position:fixed;inset:0}._orb_g4s5j_80{filter:blur(80px);will-change:transform;pointer-events:none;border-radius:50%;position:absolute}._orb1_g4s5j_88{background:radial-gradient(circle,#8b5cf638 0%,#0000 70%);width:500px;height:500px;animation:30s ease-in-out infinite _orbDrift1_g4s5j_1;top:-5%;left:-5%}._orb2_g4s5j_97{background:radial-gradient(circle,#3b82f62e 0%,#0000 70%);width:420px;height:420px;animation:25s ease-in-out infinite _orbDrift2_g4s5j_1;top:30%;right:-8%}._orb3_g4s5j_106{background:radial-gradient(circle,#ec489929 0%,#0000 70%);width:360px;height:360px;animation:28s ease-in-out infinite _orbDrift3_g4s5j_1;bottom:10%;left:20%}._orb4_g4s5j_115{background:radial-gradient(circle,#f9731624 0%,#0000 70%);width:300px;height:300px;animation:22s ease-in-out infinite reverse _orbDrift1_g4s5j_1;bottom:-5%;right:25%}@keyframes _orbDrift1_g4s5j_1{0%,to{transform:translate(0)}25%{transform:translate(80px,40px)}50%{transform:translate(30px,80px)}75%{transform:translate(-40px,30px)}}@keyframes _orbDrift2_g4s5j_1{0%,to{transform:translate(0)}33%{transform:translate(-60px,50px)}66%{transform:translate(40px,-30px)}}@keyframes _orbDrift3_g4s5j_1{0%,to{transform:translate(0)}25%{transform:translate(-30px,-40px)}50%{transform:translate(60px,20px)}75%{transform:translate(20px,-50px)}}._content_g4s5j_163{z-index:1;max-width:1400px;margin:0 auto;padding:20px 32px 80px;position:relative}._hero_g4s5j_171{padding:0 0 24px;position:relative}._heroTopBar_g4s5j_176{justify-content:space-between;align-items:center;gap:20px;display:flex}._heroHeading_g4s5j_183{text-align:end;max-width:min(620px,100%);margin-inline-start:auto}._heroHeadingLtr_g4s5j_189,._heroHeadingRtl_g4s5j_195{text-align:start;margin-inline:0 auto}._heroControlsCluster_g4s5j_201{top:30px;z-index:100;flex-direction:column;align-items:center;gap:10px;display:flex;position:fixed;inset-inline-end:30px}._heroControls_g4s5j_201{z-index:100;justify-content:flex-end;align-items:center;display:flex;position:relative}._menuBtn_g4s5j_220{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#312e81;cursor:pointer;background:#ffffffb8;border:1px solid #ffffffe6;border-radius:14px;place-items:center;width:52px;min-width:52px;height:52px;padding:0;font-size:1.6rem;transition:all .22s;display:grid;position:relative;overflow:visible;box-shadow:0 6px 20px #7c3aed1a}._menuBtn_g4s5j_220:hover{background:#ffffffe6;box-shadow:0 8px 24px #7c3aed2e}._menuBtn_g4s5j_220:focus-visible{outline-offset:2px;outline:2px solid #7c3aed59}._menuBtn_g4s5j_220 svg{font-size:1.55rem}._menuBtnLabel_g4s5j_251{white-space:nowrap;pointer-events:none;letter-spacing:.02em;color:#fff;z-index:1;background:linear-gradient(135deg,#6d28d9eb,#7c3aedf0);border-radius:999px;justify-content:center;align-items:center;min-height:18px;padding:2px 7px;font-size:.62rem;font-weight:800;line-height:1.05;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,52%);box-shadow:0 4px 10px #6d28d92e}._menuBtnIconWrap_g4s5j_274{justify-content:center;align-items:center;display:inline-flex}._menuDropdown_g4s5j_280{top:calc(100% + 6px);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:200;background:#ffffffe0;border:1px solid #fffffff2;border-radius:16px;min-width:200px;padding:6px;animation:.18s _menuFadeIn_g4s5j_1;position:absolute;inset-inline-end:0;box-shadow:0 16px 40px #7c3aed24,0 4px 12px #0000000f}@keyframes _menuFadeIn_g4s5j_1{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}._menuItem_g4s5j_305{color:#1e1b4b;cursor:pointer;text-align:start;background:0 0;border:none;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:.88rem;font-weight:600;transition:all .18s;display:flex}._menuItem_g4s5j_305 svg{color:#7c3aed;flex-shrink:0;font-size:1.15em}._menuItem_g4s5j_305:hover{background:#7c3aed14}._menuItem_g4s5j_305:focus-visible{outline-offset:-2px;outline:2px solid #7c3aed59}._menuItemActive_g4s5j_334{color:#7c3aed;background:#7c3aed0f}._menuItemDanger_g4s5j_339,._menuItemDanger_g4s5j_339 svg{color:#dc2626}._menuItemDanger_g4s5j_339:hover{background:#dc262614}._menuLangFlag_g4s5j_349{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}._menuDivider_g4s5j_357{background:#00000012;height:1px;margin:4px 10px}._heroRow_g4s5j_363{--hero-inline-shift:0px;--hero-inline-scale:1;min-height:clamp(52px,4.8vw,68px);transform:translate3d(var(--hero-inline-shift), 0, 0) scale(var(--hero-inline-scale));transform-origin:0;will-change:transform;align-items:center;gap:12px;margin:0;display:inline-flex}._heroRowLtr_g4s5j_376{flex-direction:row-reverse}._heroLogoScene_g4s5j_380{--logo-title-font-size:clamp(1.5rem, 4vw, 2.2rem);border-radius:16px;flex:none;width:clamp(52px,4.8vw,68px);height:clamp(52px,4.8vw,68px);overflow:visible}._heroTitle_g4s5j_389{letter-spacing:-.02em;background:linear-gradient(135deg,#7c3aed,#3b82f6,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(1.5rem,4vw,2.2rem);font-weight:900;line-height:1}._heroSubtitle_g4s5j_401{color:#6b7280;margin:10px 0 0;font-size:.95rem;font-weight:500}@keyframes _heroFloat_g4s5j_1{0%,to{transform:translateY(0)rotate(-5deg)}50%{transform:translateY(-12px)rotate(5deg)}}._section_g4s5j_416{margin-bottom:36px}._section_g4s5j_416:last-child{margin-bottom:0}._customSection_g4s5j_423{--_section-w:min(1540px, calc(100vw - 64px));width:var(--_section-w);margin-left:calc((100% - var(--_section-w)) / 2);margin-right:calc((100% - var(--_section-w)) / 2);position:relative}._customSectionShell_g4s5j_431{position:relative}._customSectionHeader_g4s5j_435{justify-content:center;margin-bottom:12px;display:flex}._customSectionMain_g4s5j_441{z-index:1;position:relative}._sectionHeader_g4s5j_446{flex-flow:column wrap;justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}._sectionHeaderMain_g4s5j_456{justify-content:center;align-items:baseline;gap:12px;min-width:0;display:flex}._sectionHeaderActions_g4s5j_464{justify-content:center;align-items:center;min-width:0;display:flex}._sectionTitle_g4s5j_471{color:#1e1b4b;text-align:center;justify-content:center;align-items:baseline;gap:10px;margin:0;font-size:1.5rem;font-weight:800;line-height:1;display:flex}._sectionTitle_g4s5j_471 svg{color:#7c3aed;flex:none;align-self:center;font-size:1.3em}._sectionTitleText_g4s5j_490{line-height:1;display:inline-block}._uploadBtn_g4s5j_495{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#3b82f6);border:none;border-radius:14px;align-items:center;gap:8px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #7c3aed4d}._uploadBtn_g4s5j_495:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed66}._uploadBtn_g4s5j_495:active{transform:translateY(0)}._carouselFloatingTitle_g4s5j_518{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1e1b4b;white-space:nowrap;background:#ffffffd1;border:1px solid #8b5cf62e;border-radius:12px;align-items:center;gap:8px;margin:0;padding:8px 20px;font-size:1.15rem;font-weight:800;display:flex;box-shadow:0 4px 16px #7c3aed1f}._carouselFloatingTitle_g4s5j_518 svg{color:#7c3aed;font-size:1.2em}._carouselWrapper_g4s5j_539{--carousel-slide-width:220px;--carousel-step:240px;--carousel-origin-x:calc(50% - (var(--carousel-slide-width) / 2));width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:28px 0 16px;position:relative;overflow:visible}._carouselTrack_g4s5j_551{justify-content:flex-start;align-items:center;height:260px;display:flex;position:relative}._carouselSlide_g4s5j_559{left:var(--carousel-origin-x);width:var(--carousel-slide-width);will-change:transform, opacity;transform-style:flat;backface-visibility:hidden;transition:transform .5s cubic-bezier(.25,.46,.45,.94),opacity .5s;position:absolute}._carouselArrow_g4s5j_569{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#7c3aed;cursor:pointer;background:#fffc;border:2px solid #8b5cf64d;border-radius:50%;place-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:grid;position:relative}._carouselArrow_g4s5j_569:hover{background:#fff;border-color:#7c3aed;box-shadow:0 4px 16px #8b5cf640}._carouselControls_g4s5j_590{justify-content:center;align-items:center;gap:14px;margin-top:8px;display:flex}._carouselArrowPrev_g4s5j_598,._carouselArrowNext_g4s5j_599{flex:none}._carouselDots_g4s5j_603{flex-wrap:wrap;justify-content:center;gap:6px;display:flex}._carouselDot_g4s5j_603{cursor:pointer;background:#8b5cf633;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .25s}._carouselDot_g4s5j_603:hover{background:#8b5cf666}._carouselDotActive_g4s5j_624{background:#7c3aed;border-radius:4px;width:20px}._uploadCard_g4s5j_630{cursor:pointer;color:#7c3aed;background:#8b5cf60a;border:2px dashed #8b5cf64d;border-radius:14px;align-items:center;gap:10px;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .3s;display:inline-flex}._uploadCard_g4s5j_630:hover{background:#8b5cf614;border-color:#8b5cf680;box-shadow:0 6px 20px #8b5cf61f}._uploadCardIcon_g4s5j_650{opacity:.7;font-size:20px}._paginationRow_g4s5j_655{justify-content:center;margin-top:20px;display:flex}._sectionControls_g4s5j_661{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;width:100%;display:flex}._categoryFilter_g4s5j_670{position:relative}._categoryFilterBtn_g4s5j_674{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#1e1b4b;cursor:pointer;background:#ffffffbd;border:1.5px solid #8b5cf633;border-radius:16px;align-items:center;gap:10px;min-height:48px;padding:10px 18px;font-size:.9rem;font-weight:700;transition:all .25s;display:inline-flex}._categoryFilterBtn_g4s5j_674:hover{border-color:#8b5cf65c;box-shadow:0 8px 24px #8b5cf61f}._categoryFilterBtn_g4s5j_674:focus-visible{outline-offset:2px;outline:2px solid #7c3aed52}._categoryFilterValue_g4s5j_699{color:#7c3aed;background:#8b5cf61a;border-radius:999px;align-items:center;padding:4px 10px;display:inline-flex}._categoryDropdown_g4s5j_708{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:120;background:#ffffffeb;border:1px solid #fffffff2;border-radius:20px;flex-wrap:wrap;justify-content:center;gap:10px;width:min(420px,100vw - 32px);max-height:320px;padding:14px;display:flex;position:absolute;top:calc(100% + 8px);left:50%;right:auto;overflow-y:auto;transform:translate(-50%);box-shadow:0 16px 40px #7c3aed24,0 4px 12px #0000000f}._categoryChip_g4s5j_730{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6b7280;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#ffffffa6;border:1.5px solid #8b5cf62e;border-radius:100px;align-items:center;gap:6px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:inline-flex}._categoryChip_g4s5j_730:hover{color:#7c3aed;background:#8b5cf614;border-color:#8b5cf659;transform:translateY(-1px)}._categoryChipActive_g4s5j_754{color:#7c3aed;background:linear-gradient(135deg,#8b5cf626,#3b82f61f);border-color:#8b5cf673;box-shadow:0 2px 12px #8b5cf626}._categoryChipActive_g4s5j_754:hover{background:linear-gradient(135deg,#8b5cf633,#3b82f629)}._categoryChipImg_g4s5j_764{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}._categoryChipCount_g4s5j_772{color:#7c3aed;background:#8b5cf61a;border-radius:100px;padding:1px 7px;font-size:.7rem;font-weight:700;line-height:1.4}._searchBar_g4s5j_782{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb3;border:2px solid #ffffffe6;border-radius:14px;align-items:center;gap:10px;min-width:280px;padding:10px 18px;transition:all .3s;display:flex}._searchBar_g4s5j_782:focus-within{border-color:#8b5cf666;box-shadow:0 4px 20px #8b5cf61a}._searchBar_g4s5j_782 svg{color:#9ca3af;flex-shrink:0;font-size:18px}._searchBar_g4s5j_782 input{color:#1e1b4b;background:0 0;border:none;outline:none;width:100%;font-size:.95rem}._searchBar_g4s5j_782 input::placeholder{color:#9ca3af}._sharedGamesGrid_g4s5j_815{perspective:1200px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px;display:grid}._splitLayout_g4s5j_822{margin-inline-start:calc(50% - 50vw);align-items:flex-start;gap:24px;width:100vw;min-height:clamp(480px,60vh,720px);margin-bottom:-80px;padding-inline:100px;display:flex}._gamesColumn_g4s5j_833{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff73;border-radius:20px 20px 0 0;flex-direction:column;flex:1;align-self:stretch;min-width:0;padding:24px 28px 0;display:flex;overflow:hidden}._gamesColumn_g4s5j_833 ._sectionHeader_g4s5j_446,._templatesColumn_g4s5j_847 ._sectionHeader_g4s5j_446{flex-direction:row;flex-shrink:0;justify-content:space-between;align-items:center;gap:16px 20px;margin-bottom:14px;display:flex}._gamesColumn_g4s5j_833 ._sectionHeaderMain_g4s5j_456,._templatesColumn_g4s5j_847 ._sectionHeaderMain_g4s5j_456{flex:auto;justify-content:flex-start}._gamesColumn_g4s5j_833 ._sectionHeaderActions_g4s5j_464,._templatesColumn_g4s5j_847 ._sectionHeaderActions_g4s5j_464{flex:0 auto;justify-content:flex-end}._gamesColumn_g4s5j_833 ._sectionTitle_g4s5j_471,._templatesColumn_g4s5j_847 ._sectionTitle_g4s5j_471{color:#1e1b4b;align-items:baseline;gap:8px;margin:0;font-size:1.1rem;font-weight:800;display:flex}._gamesColumn_g4s5j_833 ._sectionTitle_g4s5j_471 svg,._templatesColumn_g4s5j_847 ._sectionTitle_g4s5j_471 svg{color:#7c3aed;align-self:center;font-size:1.15em}._sectionDescription_g4s5j_883{color:#5b5a72;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.88rem;line-height:1.45;overflow:hidden}._gamesColumnControls_g4s5j_893{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:8px;display:flex}._clearFiltersBtn_g4s5j_902{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#be123c;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#fff1f2f5,#fff7edf0),#fffc;border:1.5px solid #f43f5e59;border-radius:16px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:10px 18px;font-size:.9rem;font-weight:800;transition:transform .22s,box-shadow .22s,border-color .22s,color .22s;display:inline-flex;box-shadow:0 10px 26px #f43f5e1f}._clearFiltersBtn_g4s5j_902 svg{flex:none;font-size:1rem}._clearFiltersBtn_g4s5j_902:hover:not(:disabled){color:#9f1239;border-color:#f43f5e8c;transform:translateY(-1px);box-shadow:0 14px 30px #f43f5e2e}._clearFiltersBtn_g4s5j_902:focus-visible{outline-offset:2px;outline:2px solid #f43f5e4d}._clearFiltersBtn_g4s5j_902:disabled{cursor:default;opacity:.56;color:#9ca3af;box-shadow:none;border-color:#94a3b847}._gamesScrollArea_g4s5j_943{scrollbar-width:thin;scrollbar-color:#8b5cf64d transparent;flex:1;min-height:0;padding-inline-end:6px;overflow-y:auto;-webkit-mask-image:linear-gradient(#000 calc(100% - 48px),#0000 100%);mask-image:linear-gradient(#000 calc(100% - 48px),#0000 100%)}._gamesScrollArea_g4s5j_943::-webkit-scrollbar{width:5px}._gamesScrollArea_g4s5j_943::-webkit-scrollbar-track{background:0 0;border-radius:4px}._gamesScrollArea_g4s5j_943::-webkit-scrollbar-thumb{background:#8b5cf64d;border-radius:4px}._gamesScrollArea_g4s5j_943::-webkit-scrollbar-thumb:hover{background:#8b5cf680}._templatesColumn_g4s5j_847{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);--editor-border-medium:#8b5cf633;--editor-accent:#7c3aed;--editor-accent-hover:#8b5cf6;--editor-text-primary:#1e1b4b;--editor-text-muted:#6b7280;--card-bg:#fffc;--card-border:#8b5cf626;--card-border-hover:#7c3aed80;--card-bg-hover:#fffffff2;--card-shadow-hover:0 8px 28px #7c3aed1f, 0 0 0 1px #8b5cf640;--card-preview-bg:#f0eef8;--card-btn-bg:#7c3aed2e;--card-btn-border:#7c3aed59;--card-btn-color:#6d28d9;background:#f5f3ff8c;border:1px solid #8b5cf61f;border-radius:20px;flex-direction:column;flex-shrink:0;align-self:flex-start;width:380px;padding:24px 24px 20px;display:flex;overflow:hidden}._templateSearchBar_g4s5j_996{background:#fff9;border:1px solid #8b5cf626;border-radius:12px;align-items:center;gap:8px;min-width:min(280px,100%);padding:8px 14px;transition:all .3s;display:flex}._templateSearchBar_g4s5j_996:focus-within{border-color:#8b5cf666;box-shadow:0 2px 12px #8b5cf61a}._templateSearchBar_g4s5j_996 svg{color:#9ca3af;flex-shrink:0;font-size:15px}._templateSearchBar_g4s5j_996 input{color:#1e1b4b;background:0 0;border:none;outline:none;width:100%;font-size:.85rem}._templateSearchBar_g4s5j_996 input::placeholder{color:#9ca3af}._templatesGrid_g4s5j_1028{grid-template-columns:1fr;gap:14px;padding:2px;display:grid}._loadMoreContainer_g4s5j_1035{justify-content:center;margin-top:32px;display:flex}._loadMoreSentinel_g4s5j_1041{width:100%;height:1px}@keyframes _btnShimmer_g4s5j_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._loading_g4s5j_1054{color:#6b7280;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:12px;padding:48px;font-weight:500;display:flex}._emptyState_g4s5j_1066{text-align:center;color:#9ca3af;background:#ffffff73;border:2px dashed #0000000f;border-radius:20px;grid-column:1/-1;padding:60px 20px;font-size:1.1rem;font-weight:500;animation:3s ease-in-out infinite _emptyPulse_g4s5j_1}@keyframes _emptyPulse_g4s5j_1{0%,to{border-color:#0000000f}50%{border-color:#8b5cf633}}._adminBack_g4s5j_1087{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#6b7280;cursor:pointer;background:#fff9;border:1px solid #00000014;border-radius:10px;align-items:center;gap:6px;padding:5px 12px;font-size:.8rem;font-weight:500;transition:all .2s;display:inline-flex}._adminBack_g4s5j_1087:hover{color:#1e1b4b;background:#ffffffd9;border-color:#00000026}._adminBack_g4s5j_1087 svg{font-size:1rem}._deleteModal_g4s5j_1111 .ant-modal-content{border-radius:20px}._floatingMediaBtn_g4s5j_1115{bottom:48px;z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);cursor:pointer;background:#ffffffd1;border:3px solid #8b5cf673;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:144px;height:144px;padding:0;transition:transform .25s,box-shadow .25s,border-color .25s;animation:3s ease-in-out infinite _floatingMediaPulse_g4s5j_1;display:flex;position:fixed;inset-inline-start:48px;box-shadow:0 12px 32px #8b5cf638,0 4px 12px #0000001a}._floatingMediaBtn_g4s5j_1115:hover{border-color:#8b5cf6cc;transform:translateY(-3px)scale(1.06);box-shadow:0 12px 32px #8b5cf64d,0 4px 12px #0000001a}._floatingMediaBtn_g4s5j_1115:active{transform:translateY(-1px)scale(1.02)}._floatingMediaIcon_g4s5j_1146{color:#7c3aed;filter:drop-shadow(0 0 8px #8b5cf64d);font-size:44px}._floatingMediaText_g4s5j_1152{color:#4c1d95;text-align:center;max-width:110px;font-size:14px;font-weight:700;line-height:1.1}@keyframes _floatingMediaPulse_g4s5j_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@media (prefers-reduced-motion:reduce){._floatingMediaBtn_g4s5j_1115{animation:none}}._mobileControlsRow_g4s5j_1174{display:none}._mobileMenuSide_g4s5j_1178{width:52px;min-width:52px;min-height:52px;display:none;position:relative}._mobileMenuSideFloating_g4s5j_1186 ._heroControls_g4s5j_201{z-index:240;position:fixed;top:12px;left:16px}._mobileBackBtn_g4s5j_1193{display:none}._desktopActionRail_g4s5j_1197{display:block}@media (width<=768px){._content_g4s5j_163{padding:10px 16px 60px}._menuDropdown_g4s5j_280{inset-inline-end:auto;width:min(320px,100vw - 32px);min-width:0;animation:.18s _menuFadeInMobile_g4s5j_1;left:50vw;right:auto;transform:translate(-50%)}@keyframes _menuFadeInMobile_g4s5j_1{0%{opacity:0;transform:translate(-50%)translateY(-6px)}to{opacity:1;transform:translate(-50%)translateY(0)}}._mobileBackBtn_g4s5j_1193{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#6b7280;cursor:pointer;z-index:5;background:#ffffffb8;border:1px solid #00000014;border-left:none;border-radius:0 10px 10px 0;align-items:center;gap:4px;margin-left:0;padding:6px 14px;font-size:.75rem;font-weight:600;transition:all .2s;display:inline-flex;position:absolute;top:50%;left:calc(50% - 50vw);transform:translateY(-50%)}._mobileBackBtn_g4s5j_1193:hover{color:#1e1b4b;background:#ffffffe6}._mobileBackBtn_g4s5j_1193:focus-visible{outline-offset:2px;outline:2px solid #7c3aed59}._mobileBackBtn_g4s5j_1193 svg{font-size:.9rem}[dir=rtl] ._mobileBackBtn_g4s5j_1193{flex-direction:row-reverse}._mobileControlsRow_g4s5j_1174{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}[dir=ltr] ._mobileControlsRow_g4s5j_1174{flex-direction:row-reverse}._heroControlsCluster_g4s5j_201,[dir=ltr] ._heroControlsCluster_g4s5j_201{display:none}._mobileMenuSide_g4s5j_1178{display:block}._mobileMenuSide_g4s5j_1178 ._menuBtn_g4s5j_220{color:#4c1d95;background:linear-gradient(135deg,#fffffffa,#ddd6fefa);border:1px solid #6d28d93d;box-shadow:0 6px 20px #7c3aed24,inset 0 1px #ffffffd9}._mobileMenuSide_g4s5j_1178 ._menuBtn_g4s5j_220:hover{background:linear-gradient(135deg,#fff,#c7d2fefa);box-shadow:0 8px 24px #7c3aed38}._mobileMenuSide_g4s5j_1178 ._menuBtn_g4s5j_220:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}._desktopActionRail_g4s5j_1197,._adminBack_g4s5j_1087{display:none}._heroTopBar_g4s5j_176{flex-direction:column;align-items:center;position:relative}._heroHeading_g4s5j_183{text-align:center;max-width:none;margin-inline:0}._heroHeadingLtr_g4s5j_189,._heroHeadingRtl_g4s5j_195{text-align:center;margin-inline:0}._heroRow_g4s5j_363{transform-origin:50%;justify-content:center;gap:12px}._heroLogoScene_g4s5j_380{--logo-title-font-size:clamp(.96rem, 3vw, 1.14rem);--logo-wordmark-left:142%;--logo-wordmark-offset-x:1px;--logo-wordmark-offset-y:-1px;--logo-cube-scale:.76;--logo-cube-offset-y:-1px;width:clamp(32px,7.5vw,42px);height:clamp(32px,7.5vw,42px)}._heroTitle_g4s5j_389{font-size:clamp(1.2rem,3.6vw,1.7rem)}._hero_g4s5j_171{padding:0 0 16px}._customSection_g4s5j_423{--_section-w:100%;width:100%;margin-bottom:20px;margin-left:0;margin-right:0}._sectionHeader_g4s5j_446{justify-content:center;align-items:center}._sectionHeaderMain_g4s5j_456{flex-direction:column;justify-content:center;align-items:center;gap:8px;width:100%}._sectionHeaderActions_g4s5j_464{justify-content:stretch;width:100%}._sectionControls_g4s5j_661{flex-direction:column;align-items:stretch}._gamesColumn_g4s5j_833 ._sectionHeader_g4s5j_446,._templatesColumn_g4s5j_847 ._sectionHeader_g4s5j_446{flex-direction:column;justify-content:flex-start;align-items:stretch}._gamesColumn_g4s5j_833 ._sectionHeaderMain_g4s5j_456,._templatesColumn_g4s5j_847 ._sectionHeaderMain_g4s5j_456{text-align:center;align-items:center}._gamesColumn_g4s5j_833 ._sectionHeaderActions_g4s5j_464,._templatesColumn_g4s5j_847 ._sectionHeaderActions_g4s5j_464{justify-content:stretch}._sectionDescription_g4s5j_883{white-space:normal;text-overflow:clip;text-align:center;margin-top:0;overflow:visible}._searchBar_g4s5j_782{min-width:unset;width:100%}._categoryFilter_g4s5j_670{width:100%}._categoryFilterBtn_g4s5j_674{justify-content:space-between;width:100%}._categoryDropdown_g4s5j_708{width:100%;inset-inline-start:0;transform:none}[dir=rtl] ._clearFiltersBtn_g4s5j_902{margin-inline:auto}._customSectionShell_g4s5j_431{display:block}._customSectionHeader_g4s5j_435{margin-bottom:6px}._carouselTrack_g4s5j_551{justify-content:center;height:220px}._carouselWrapper_g4s5j_539{--carousel-slide-width:180px;--carousel-step:184px;--carousel-origin-x:calc(50% - (var(--carousel-slide-width) / 2));width:100%;margin-left:0;margin-right:0;padding:8px 0}._carouselControls_g4s5j_590{margin-top:0}._sharedGamesGrid_g4s5j_815{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}._splitLayout_g4s5j_822{margin-inline-start:-16px;flex-direction:column;gap:16px;width:calc(100% + 32px);min-height:auto;margin-bottom:-60px;padding-inline:16px}._gamesColumn_g4s5j_833{max-height:480px;padding:12px 16px 0}._templatesColumn_g4s5j_847{border-radius:16px;width:100%;padding:16px 16px 14px}._templateSearchBar_g4s5j_996,._gamesColumnControls_g4s5j_893{width:100%}._floatingMediaBtn_g4s5j_1115{bottom:24px;width:72px;height:72px;inset-inline-start:16px}._floatingMediaIcon_g4s5j_1146{font-size:22px}._floatingMediaText_g4s5j_1152{max-width:56px;font-size:9px}}@media (width<=480px){._carouselWrapper_g4s5j_539{--carousel-slide-width:160px;--carousel-step:156px}._sharedGamesGrid_g4s5j_815{grid-template-columns:repeat(2,1fr);gap:12px}._carouselTrack_g4s5j_551{height:240px}._heroTitle_g4s5j_389{font-size:1.3rem}._heroLogoScene_g4s5j_380{--logo-title-font-size:.92rem;--logo-wordmark-left:138%;--logo-wordmark-offset-x:1px;--logo-cube-scale:.72;width:32px;height:32px}}._page_1fl0f_39{padding-inline:max(5%,50vw - 800px)}._text-center_1fl0f_64{text-align:center}._actionRail_1fl0f_68{--action-rail-full-width:340px;--action-rail-collapsed-size:62px;--action-rail-collapsed-inset:3px;--action-rail-open-radius:26px;--action-rail-collapsed-radius:16px;--action-rail-content-shift:-16px;width:var(--action-rail-full-width);z-index:140;pointer-events:none;transition:top .22s;position:fixed;top:112px}._actionRailLtr_1fl0f_83{--action-rail-origin:top left;left:clamp(10px,50vw + min(1540px,100vw - 64px)/-2 + 8px,56px)}._actionRailRtl_1fl0f_88{--action-rail-origin:top right;--action-rail-content-shift:16px;right:clamp(10px,50vw + min(1540px,100vw - 64px)/-2 + 8px,56px)}._actionRailCollapsed_1fl0f_94{width:var(--action-rail-collapsed-size);z-index:150}._actionRailLtr_1fl0f_83._actionRailCollapsed_1fl0f_94,._actionRailRtl_1fl0f_88._actionRailCollapsed_1fl0f_94{transform:none}._actionRailInner_1fl0f_107{width:var(--action-rail-full-width);border-radius:var(--action-rail-open-radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);pointer-events:auto;min-height:52px;transform-origin:var(--action-rail-origin);clip-path:inset(0 0 0 0 round var(--action-rail-open-radius));background:linear-gradient(#ffffffeb,#ece8ffe6),linear-gradient(145deg,#815df647,#38bdf82e);border:1px solid #6d28d93d;padding:22px 18px 18px;transition:clip-path .42s cubic-bezier(.22,1,.36,1),width .34s cubic-bezier(.22,1,.36,1),min-height .34s cubic-bezier(.22,1,.36,1),transform .36s cubic-bezier(.22,1,.36,1),box-shadow .32s,background .32s,border-color .32s;position:relative;overflow:hidden;transform:translate(0,0)scale(1);box-shadow:0 26px 52px #4c1d9538,0 0 0 1px #ffffff6b,0 0 40px #6366f12e,inset 0 1px #fffc}._actionRailInner_1fl0f_107:before{content:"";top:10%;bottom:10%;filter:blur(18px);pointer-events:none;background:linear-gradient(90deg,#ffffff8f,#fff0);width:150px;transition:opacity .22s;position:absolute;inset-inline-start:-88px}._actionRailHeader_1fl0f_137{flex:none}._actionRailContent_1fl0f_141{opacity:1;filter:blur();transform-origin:var(--action-rail-origin);visibility:visible;flex-direction:column;gap:0;transition:opacity .22s .12s,transform .34s cubic-bezier(.22,1,.36,1) 60ms,filter .2s 60ms,visibility linear;display:flex;transform:translate(0,0)scale(1)}._actionRailToggle_1fl0f_153{top:14px;color:#4c1d95;cursor:pointer;z-index:2;background:linear-gradient(135deg,#fffffffa,#ddd6fefa);border:1px solid #6d28d957;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;transition:top .34s cubic-bezier(.22,1,.36,1),inset-inline-start .34s cubic-bezier(.22,1,.36,1),inset-inline-end .34s cubic-bezier(.22,1,.36,1),width .3s cubic-bezier(.22,1,.36,1),height .3s cubic-bezier(.22,1,.36,1),border-radius .28s,transform .24s,background .24s,box-shadow .24s,border-color .24s;display:inline-flex;position:absolute;inset-inline:auto 14px;box-shadow:0 12px 28px #7c3aed3d,inset 0 1px #ffffffd9}._actionRailToggle_1fl0f_153:hover{background:linear-gradient(135deg,#fff,#c7d2fefa);transform:scale(1.06);box-shadow:0 14px 30px #7c3aed4d}._actionRailToggle_1fl0f_153:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}._actionRailToggle_1fl0f_153 svg{font-size:18px}._actionRailCollapsedToggleInner_1fl0f_185{justify-content:center;align-items:center;display:inline-flex;position:relative}._actionRailLegend_1fl0f_192{white-space:nowrap;pointer-events:none;letter-spacing:.02em;color:#fff;z-index:1;background:linear-gradient(135deg,#6d28d9eb,#7c3aedf0);border-radius:999px;justify-content:center;align-items:center;min-height:18px;padding:2px 7px;font-size:.62rem;font-weight:800;line-height:1.05;display:inline-flex;position:absolute;bottom:0;left:50%;transform:translate(-50%,52%);box-shadow:0 4px 10px #6d28d92e}._actionRailAnimatedPlus_1fl0f_215{justify-content:center;align-items:center;width:1.3em;height:1.3em;display:inline-flex;position:relative;overflow:visible}._actionRailAnimatedPlusIcon_1fl0f_225{z-index:2;filter:drop-shadow(0 0 10px #7c3aed2e);position:relative}._actionRailCollapsed_1fl0f_94 ._actionRailToggle_1fl0f_153{top:var(--action-rail-collapsed-inset);width:calc(var(--action-rail-collapsed-size) - var(--action-rail-collapsed-inset) * 2);height:calc(var(--action-rail-collapsed-size) - var(--action-rail-collapsed-inset) * 2);pointer-events:auto;border-radius:calc(var(--action-rail-collapsed-radius) - 2px);color:#4c1d95;background:linear-gradient(135deg,#fffffff5,#e5defff0);border:none;padding:0;font-size:1.92rem;inset-inline-start:var(--action-rail-collapsed-inset);inset-inline-end:auto;overflow:visible;box-shadow:0 8px 20px #7c3aed29,inset 0 1px #ffffffd6}._actionRailCollapsed_1fl0f_94 ._actionRailToggle_1fl0f_153:hover{background:linear-gradient(135deg,#fff,#c7d2fefa);box-shadow:0 8px 24px #7c3aed38}._actionRailCollapsed_1fl0f_94 ._actionRailToggle_1fl0f_153 svg{font-size:1.92rem}._actionRailDotBuilder_1fl0f_255{width:20px;height:20px;position:relative}._actionRailDotBuilderBadge_1fl0f_261{pointer-events:none;z-index:1;background:linear-gradient(145deg,#312e81f5,#2563ebeb 55%,#8b5cf6e6);border:1px solid #ffffff57;border-radius:10px;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex;position:absolute;bottom:-18px;left:-18px;box-shadow:0 10px 20px #4c1d953d,inset 0 1px #fff3}._actionRailDot_1fl0f_255{background:linear-gradient(135deg,#fff,#bfdbfe 72%,#7dd3fc);border-radius:50%;width:5.5px;height:5.5px;animation-duration:2.1s;animation-timing-function:cubic-bezier(.22,1,.36,1);animation-iteration-count:infinite;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff80,0 0 12px #38bdf88c,0 0 18px #7c3aed2e}._actionRailDotOne_1fl0f_291{animation-name:_actionRailDotBuilderOne_1fl0f_1}._actionRailDotTwo_1fl0f_295{animation-name:_actionRailDotBuilderTwo_1fl0f_1;animation-delay:.12s}._actionRailDotThree_1fl0f_300{animation-name:_actionRailDotBuilderThree_1fl0f_1;animation-delay:.24s}._actionRailDotFour_1fl0f_305{animation-name:_actionRailDotBuilderFour_1fl0f_1;animation-delay:.36s}._mobileRailBtn_1fl0f_310 ._actionRailAnimatedPlus_1fl0f_215{width:auto;height:auto}@keyframes _actionRailDotBuilderOne_1fl0f_1{0%,12%{opacity:.18;top:2%;left:50%;transform:translate(-50%,-50%)scale(.72)}22%,58%{opacity:1;top:28%;left:28%;transform:translate(-50%,-50%)scale(1)}78%,to{opacity:.18;top:2%;left:50%;transform:translate(-50%,-50%)scale(.72)}}@keyframes _actionRailDotBuilderTwo_1fl0f_1{0%,16%{opacity:.18;top:50%;left:98%;transform:translate(-50%,-50%)scale(.72)}26%,62%{opacity:1;top:28%;left:72%;transform:translate(-50%,-50%)scale(1)}82%,to{opacity:.18;top:50%;left:98%;transform:translate(-50%,-50%)scale(.72)}}@keyframes _actionRailDotBuilderThree_1fl0f_1{0%,20%{opacity:.18;top:98%;left:50%;transform:translate(-50%,-50%)scale(.72)}30%,66%{opacity:1;top:72%;left:28%;transform:translate(-50%,-50%)scale(1)}86%,to{opacity:.18;top:98%;left:50%;transform:translate(-50%,-50%)scale(.72)}}@keyframes _actionRailDotBuilderFour_1fl0f_1{0%,24%{opacity:.18;top:50%;left:2%;transform:translate(-50%,-50%)scale(.72)}34%,70%{opacity:1;top:72%;left:72%;transform:translate(-50%,-50%)scale(1)}90%,to{opacity:.18;top:50%;left:2%;transform:translate(-50%,-50%)scale(.72)}}._actionRailKicker_1fl0f_395{letter-spacing:.14em;text-transform:uppercase;color:#7c3aed;margin:0 0 6px;font-size:.72rem;font-weight:800}._actionRailTitle_1fl0f_404{color:#1e1b4b;margin:0 0 16px;font-size:1.35rem;font-weight:900;line-height:1.1}._actionRailList_1fl0f_412{flex-direction:column;gap:12px;display:flex}._actionRailCard_1fl0f_418{color:#1e1b4b;text-align:start;cursor:pointer;background:linear-gradient(160deg,#fffffff0,#ece8ffe0),linear-gradient(135deg,#8b5cf624,#3b82f614);border:1px solid #6d28d93d;border-radius:18px;align-items:center;gap:16px;width:100%;padding:13px 14px 13px 12px;transition:transform .24s,box-shadow .24s,border-color .24s,background .24s;display:flex;box-shadow:0 12px 26px #4c1d951f,inset 0 1px #ffffffb8}._actionRailCard_1fl0f_418:hover{background:linear-gradient(155deg,#fffffffa,#e2e8fff0),linear-gradient(135deg,#8b5cf62e,#3b82f61f);border-color:#6d28d96b;transform:translateY(-2px)translate(-2px);box-shadow:0 18px 34px #7c3aed33}._actionRailCard_1fl0f_418:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}._actionRailCollapsed_1fl0f_94 ._actionRailInner_1fl0f_107{width:var(--action-rail-collapsed-size);height:var(--action-rail-collapsed-size);min-height:var(--action-rail-collapsed-size);pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--action-rail-collapsed-radius);clip-path:none;background:linear-gradient(135deg,#fffffffa,#ddd6fefa);border-color:#6d28d93d;padding:0;overflow:visible;transform:translate(0,0);box-shadow:0 6px 20px #7c3aed24,inset 0 1px #ffffffd9}._actionRailLtr_1fl0f_83._actionRailCollapsed_1fl0f_94 ._actionRailInner_1fl0f_107{margin-inline-end:auto}._actionRailRtl_1fl0f_88._actionRailCollapsed_1fl0f_94 ._actionRailInner_1fl0f_107{margin-inline-start:auto}._actionRailCollapsed_1fl0f_94 ._actionRailInner_1fl0f_107:before{opacity:0}._actionRailCollapsed_1fl0f_94 ._actionRailContent_1fl0f_141{opacity:0;transform:translate3d(var(--action-rail-content-shift), -10px, 0) scale(.98);filter:blur(6px);visibility:hidden;pointer-events:none;transition:opacity .12s,transform .2s,filter .12s,visibility 0s linear .18s;position:absolute;inset:0;overflow:hidden}._actionRailIconWrap_1fl0f_484{color:#4c1d95;background:linear-gradient(135deg,#7c3aed52,#3b82f638);border:1px solid #6d28d933;border-radius:20px;flex:0 0 104px;justify-content:center;align-items:center;width:104px;height:64px;transition:flex-basis .28s,width .28s,height .28s,border-radius .22s,transform .24s,box-shadow .24s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 12px 24px #6366f129,inset 0 1px #fffc}._actionRailIconWrap_1fl0f_484:before{content:"";pointer-events:none;background:radial-gradient(circle at 18% 20%,#ffffff9e,#0000 34%),linear-gradient(135deg,#ffffff2e,#0000 55%);position:absolute;inset:0}._actionRailIcon_1fl0f_484{width:100%;height:100%;font-size:24px;display:block}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._actionRailIconWrap_1fl0f_484{transform:translateY(-1px)scale(1.02);box-shadow:0 16px 30px #6366f138,inset 0 1px #ffffffe0}._gamerModeIcon_1fl0f_520{width:100%;height:100%;overflow:visible}._gamerModeIcon_1fl0f_520 :is(path,rect,circle,g){transform-box:fill-box;transform-origin:50%}._gamerFileUploadSheet_1fl0f_531,._gamerFileUploadTrail_1fl0f_532,._gamerFileUploadPulse_1fl0f_533,._gamerFileCloudFront_1fl0f_534,._gamerFileCloudArrow_1fl0f_535,._gamerFileScreenLine_1fl0f_536,._gamerCodeLineOne_1fl0f_537,._gamerCodeLineTwo_1fl0f_538,._gamerCodeLineThree_1fl0f_539,._gamerCodeLineFour_1fl0f_540,._gamerCodeCursor_1fl0f_541,._gamerCodeTransformArrow_1fl0f_542,._gamerCodeTransformArrowHead_1fl0f_543,._gamerCodeArrowPulse_1fl0f_544,._gamerCodeGameGroup_1fl0f_545,._gamerCodeGameSpark_1fl0f_546,._gamerLinkBrowser_1fl0f_547,._gamerLinkAddressSweep_1fl0f_548,._gamerLinkTextPulse_1fl0f_549,._gamerLinkChain_1fl0f_550,._gamerLinkConnector_1fl0f_551,._gamerLinkTravelDot_1fl0f_552,._gamerLinkPageImage_1fl0f_553,._gamerLinkPageLine_1fl0f_554,._gamerEditorWand_1fl0f_555,._gamerEditorWandGlow_1fl0f_556,._gamerEditorSpellArc_1fl0f_557,._gamerEditorSpellArcSecondary_1fl0f_558,._gamerEditorSparkOuter_1fl0f_559,._gamerEditorSparkCore_1fl0f_560,._gamerEditorSparkleSmall_1fl0f_561,._gamerEditorGameGroup_1fl0f_562,._gamerEditorGameSpark_1fl0f_563,._gamerEditorSpellDot_1fl0f_564{will-change:transform, opacity}._gamerFileComputer_1fl0f_568,._gamerCodeWindow_1fl0f_569,._gamerLinkBrowser_1fl0f_547,._gamerEditorGameCard_1fl0f_571{fill:#ffffffb8;stroke:#4c1d95d6;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}._gamerFileKeyboard_1fl0f_579{fill:#fff9;stroke:#4c1d95b3;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}._gamerFilePowerDot_1fl0f_587{fill:#0ea5e9b3}._gamerFileKeyboardKeys_1fl0f_591{fill:none;stroke:#4c1d9580;stroke-width:1.4px;stroke-linecap:round;stroke-dasharray:1.5 2}._gamerFileCloudArrow_1fl0f_535{fill:none;stroke:#0ea5e9d9;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;animation:2.2s ease-in-out infinite _gamerCloudArrowBob_1fl0f_1}._gamerCodeControllerBody_1fl0f_608{fill:#ffffffad;stroke:#4c1d95c7;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}._gamerCodeArrowPulse_1fl0f_544{fill:none;stroke:#0ea5e959;stroke-width:1.4px;animation:1.8s ease-in-out infinite _gamerArrowRing_1fl0f_1}._gamerFileComputerStand_1fl0f_623,._gamerFileUploadTrail_1fl0f_532,._gamerFileScreenLine_1fl0f_536,._gamerFileSheetFold_1fl0f_626,._gamerFileSheetLine_1fl0f_627,._gamerCodeWindowBar_1fl0f_628,._gamerCodeLineOne_1fl0f_537,._gamerCodeLineTwo_1fl0f_538,._gamerCodeLineThree_1fl0f_539,._gamerCodeLineFour_1fl0f_540,._gamerCodeTransformArrow_1fl0f_542,._gamerCodeTransformArrowHead_1fl0f_543,._gamerCodeGameDpad_1fl0f_635,._gamerCodeGameSpark_1fl0f_546,._gamerLinkBrowserBar_1fl0f_637,._gamerLinkTextLine_1fl0f_638,._gamerLinkTextPulse_1fl0f_549,._gamerLinkPageLine_1fl0f_554,._gamerLinkChain_1fl0f_550,._gamerLinkConnector_1fl0f_551,._gamerEditorSpellArc_1fl0f_557,._gamerEditorSpellArcSecondary_1fl0f_558,._gamerEditorSparkOuter_1fl0f_559,._gamerEditorSparkCore_1fl0f_560,._gamerEditorSparkleSmall_1fl0f_561,._gamerEditorWand_1fl0f_555,._gamerEditorWandTip_1fl0f_649,._gamerEditorGameBar_1fl0f_650,._gamerEditorGameDpad_1fl0f_651,._gamerEditorGameSpark_1fl0f_563{fill:none;stroke:#4c1d95eb;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}._gamerFileScreen_1fl0f_536,._gamerCodeGameCard_1fl0f_661,._gamerLinkTextCard_1fl0f_662,._gamerLinkAddressBar_1fl0f_663,._gamerLinkPageImage_1fl0f_553,._gamerLinkCardImage_1fl0f_665{fill:#ffffffd6;stroke:#4c1d95e0;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}._gamerCodeDot_1fl0f_673,._gamerLinkDot_1fl0f_674,._gamerEditorSpellDot_1fl0f_564{fill:#7c3aedd1}._gamerLinkCardAccent_1fl0f_679{fill:#0ea5e938;stroke:none}._gamerEditorWandGlow_1fl0f_556{fill:#0ea5e91f;stroke:#0ea5e966;stroke-width:1.2px;animation:2.4s ease-in-out infinite _gamerWandGlowPulse_1fl0f_1}._gamerFileSheet_1fl0f_626{fill:#ffffffd6;stroke:#4c1d95eb;stroke-width:2.2px;stroke-linejoin:round}._gamerFileSheetFold_1fl0f_626{stroke-width:1.9px}._gamerFileUploadPulse_1fl0f_533,._gamerCodeTransformArrow_1fl0f_542,._gamerCodeTransformArrowHead_1fl0f_543,._gamerCodeGameButton_1fl0f_705,._gamerCodeGameSpark_1fl0f_546,._gamerLinkTextPulse_1fl0f_549,._gamerLinkAddressSweep_1fl0f_548,._gamerLinkTravelDot_1fl0f_552,._gamerEditorSparkCore_1fl0f_560,._gamerEditorWandTip_1fl0f_649,._gamerEditorGameButton_1fl0f_712,._gamerEditorGameSpark_1fl0f_563{fill:#0ea5e933;stroke:#0ea5e9f5}._gamerFileUploadTrail_1fl0f_532,._gamerEditorSpellArc_1fl0f_557,._gamerEditorSpellArcSecondary_1fl0f_558,._gamerLinkConnector_1fl0f_551{stroke:#7c3aed70}._gamerCodeCursor_1fl0f_541{fill:#0ea5e9e6}._gamerFileCloudBack_1fl0f_729,._gamerFileCloudFront_1fl0f_534{fill:#ffffffc2;stroke:#4c1d95d6;stroke-width:2.1px;stroke-linecap:round;stroke-linejoin:round}._gamerFileCloudBack_1fl0f_729{opacity:.58}._gamerFileUploadSheet_1fl0f_531{animation:3.2s cubic-bezier(.4,0,.2,1) infinite _gamerFileFlight_1fl0f_1}._gamerFileUploadTrail_1fl0f_532{stroke-dasharray:3.5 5.2;animation:1.8s linear infinite _gamerTrailFlow_1fl0f_1}._gamerFileUploadPulse_1fl0f_533{animation:1.7s ease-in-out infinite _gamerPulseOrb_1fl0f_1}._gamerFileCloudFront_1fl0f_534{animation:3s ease-in-out infinite _gamerCloudBreathe_1fl0f_1}._gamerFileScreenLine_1fl0f_536{animation:2.4s ease-in-out infinite _gamerScreenBlink_1fl0f_1}._gamerCodeLineOne_1fl0f_537,._gamerCodeLineTwo_1fl0f_538,._gamerCodeLineThree_1fl0f_539,._gamerCodeLineFour_1fl0f_540,._gamerLinkTextLine_1fl0f_638,._gamerLinkTextPulse_1fl0f_549,._gamerLinkAddressSweep_1fl0f_548{stroke-dasharray:32;stroke-dashoffset:32px}._gamerCodeLineOne_1fl0f_537{animation:2.2s ease-in-out infinite _gamerCodeTyping_1fl0f_1}._gamerCodeLineTwo_1fl0f_538{animation:2.2s ease-in-out .18s infinite _gamerCodeTyping_1fl0f_1}._gamerCodeLineThree_1fl0f_539{animation:2.2s ease-in-out .36s infinite _gamerCodeTyping_1fl0f_1}._gamerCodeLineFour_1fl0f_540{animation:2.2s ease-in-out .54s infinite _gamerCodeTyping_1fl0f_1}._gamerCodeCursor_1fl0f_541{animation:1s steps(2,jump-none) infinite _gamerCursorType_1fl0f_1}._gamerCodeTransformArrow_1fl0f_542,._gamerCodeTransformArrowHead_1fl0f_543{animation:1.8s ease-in-out infinite _gamerTransformShift_1fl0f_1}._gamerCodeGameGroup_1fl0f_545{animation:2.3s ease-in-out infinite _gamerGameReveal_1fl0f_1}._gamerCodeGameSpark_1fl0f_546{animation:1.9s ease-in-out infinite _gamerSparkPulse_1fl0f_1}._gamerLinkBrowser_1fl0f_547{animation:3.2s ease-in-out infinite _gamerBrowserLift_1fl0f_1}._gamerLinkAddressSweep_1fl0f_548{animation:2.1s ease-in-out infinite _gamerUrlWrite_1fl0f_1}._gamerLinkTextPulse_1fl0f_549{animation:2.1s ease-in-out .18s infinite _gamerUrlWrite_1fl0f_1}._gamerLinkChain_1fl0f_550{animation:1.9s ease-in-out infinite _gamerLinkTug_1fl0f_1}._gamerLinkConnector_1fl0f_551{animation:2.4s ease-in-out infinite _gamerConnectorGlow_1fl0f_1}._gamerLinkTravelDot_1fl0f_552{animation:2.2s ease-in-out infinite _gamerLinkDotTravel_1fl0f_1}._gamerLinkPageImage_1fl0f_553{animation:2.8s ease-in-out infinite _gamerPageReveal_1fl0f_1}._gamerLinkPageLine_1fl0f_554{stroke-dasharray:24;stroke-dashoffset:24px;animation:2.4s ease-in-out infinite _gamerPageLineWrite_1fl0f_1}._gamerLinkPageLine_1fl0f_554:nth-of-type(2){animation-delay:.15s}._gamerLinkPageLine_1fl0f_554:nth-of-type(3){animation-delay:.3s}._gamerEditorWand_1fl0f_555{transform-origin:20% 76%;animation:2.4s ease-in-out infinite _gamerWandCast_1fl0f_1}._gamerEditorSpellArc_1fl0f_557,._gamerEditorSpellArcSecondary_1fl0f_558{stroke-dasharray:5 8;animation:2s linear infinite _gamerSpellFlow_1fl0f_1}._gamerEditorSparkOuter_1fl0f_559{animation:3.2s linear infinite _gamerSparkSpin_1fl0f_1}._gamerEditorSparkCore_1fl0f_560{animation:1.5s ease-in-out infinite _gamerSparkPulse_1fl0f_1}._gamerEditorGameGroup_1fl0f_562{transform-origin:50%;animation:2.4s ease-in-out infinite _gamerGameManifest_1fl0f_1}._gamerEditorSpellDot_1fl0f_564{animation:1.7s ease-in-out infinite _gamerSpellDust_1fl0f_1}._gamerEditorSpellDot_1fl0f_564:first-of-type{animation-delay:0s}._gamerEditorSpellDot_1fl0f_564:nth-of-type(2){animation-delay:.18s}._gamerEditorSpellDot_1fl0f_564:nth-of-type(3){animation-delay:.35s}._gamerEditorSpellDot_1fl0f_564:nth-of-type(4){animation-delay:.52s}._gamerEditorSparkleSmall_1fl0f_561{animation:1.9s ease-in-out infinite _gamerEditorTwinkle_1fl0f_1}._gamerEditorSparkleSmall_1fl0f_561:first-of-type{animation-delay:.25s}._gamerEditorSparkleSmall_1fl0f_561:nth-of-type(2){animation-delay:.6s}._gamerEditorGameSpark_1fl0f_563{animation:1.6s ease-in-out .5s infinite _gamerSparkPulse_1fl0f_1}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileUploadSheet_1fl0f_531{animation-duration:1.9s}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileUploadTrail_1fl0f_532,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSpellArc_1fl0f_557,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSpellArcSecondary_1fl0f_558{animation-duration:1.2s}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineOne_1fl0f_537,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineTwo_1fl0f_538,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineThree_1fl0f_539,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineFour_1fl0f_540,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkAddressSweep_1fl0f_548,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkTextPulse_1fl0f_549,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkPageLine_1fl0f_554{animation-duration:1.25s}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeGameGroup_1fl0f_545,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorGameGroup_1fl0f_562{animation-duration:1.4s}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkChain_1fl0f_550,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkTravelDot_1fl0f_552,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeTransformArrow_1fl0f_542,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeTransformArrowHead_1fl0f_543,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeArrowPulse_1fl0f_544,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSparkCore_1fl0f_560,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSparkOuter_1fl0f_559,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSparkleSmall_1fl0f_561,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorWandGlow_1fl0f_556,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorGameSpark_1fl0f_563{animation-duration:1.05s}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileCloudArrow_1fl0f_535{animation-duration:1.3s}@keyframes _gamerFileFlight_1fl0f_1{0%{opacity:.3;transform:translate(12px,16px)rotate(0)scale(.5)}12%{opacity:1;transform:translate(18px,8px)rotate(-8deg)scale(.9)}35%{opacity:1;transform:translate(32px,2px)rotate(4deg)scale(1)}58%{opacity:.95;transform:translate(46px)rotate(-3deg)scale(.92)}80%{opacity:.55;transform:translate(56px,6px)rotate(1deg)scale(.7)}to{opacity:0;transform:translate(62px,14px)rotate(0)scale(.4)}}@keyframes _gamerTrailFlow_1fl0f_1{0%{stroke-dashoffset:26px;opacity:.4}50%{opacity:.92}to{stroke-dashoffset:0;opacity:.35}}@keyframes _gamerPulseOrb_1fl0f_1{0%,to{opacity:.35;transform:scale(.72)}50%{opacity:.95;transform:scale(1.08)}}@keyframes _gamerCloudBreathe_1fl0f_1{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-1.4px)scale(1.04)}}@keyframes _gamerScreenBlink_1fl0f_1{0%,to{opacity:.65}50%{opacity:1}}@keyframes _gamerCodeTyping_1fl0f_1{0%,16%{stroke-dashoffset:32px;opacity:.28}44%,72%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.8}}@keyframes _gamerCursorType_1fl0f_1{0%,44%{opacity:.95;transform:translate(0)}45%,to{opacity:.12;transform:translate(6px)}}@keyframes _gamerTransformShift_1fl0f_1{0%,to{opacity:.5;transform:translate(0)}50%{opacity:1;transform:translate(3px)}}@keyframes _gamerGameReveal_1fl0f_1{0%,28%{opacity:.2;transform:translateY(2px)scale(.84)}50%{opacity:1;transform:translateY(0)scale(1.04)}to{opacity:.92;transform:translateY(0)scale(.98)}}@keyframes _gamerSparkPulse_1fl0f_1{0%,to{opacity:.5;transform:scale(.82)}50%{opacity:1;transform:scale(1.12)}}@keyframes _gamerBrowserLift_1fl0f_1{0%,to{transform:translateY(0)}50%{transform:translateY(-1.4px)}}@keyframes _gamerUrlWrite_1fl0f_1{0%,20%{stroke-dashoffset:32px;opacity:.25}45%,78%{stroke-dashoffset:0;opacity:1}to{stroke-dashoffset:0;opacity:.7}}@keyframes _gamerLinkTug_1fl0f_1{0%,to{transform:translate(0)}50%{transform:translate(1.5px,.8px)}}@keyframes _gamerConnectorGlow_1fl0f_1{0%,to{opacity:.4}50%{opacity:1}}@keyframes _gamerSparkSpin_1fl0f_1{0%{transform:rotate(0)scale(.96)}50%{transform:rotate(180deg)scale(1.05)}to{transform:rotate(360deg)scale(.96)}}@keyframes _gamerWandCast_1fl0f_1{0%,to{transform:rotate(-7deg)translateY(0)}50%{transform:rotate(5deg)translateY(-2px)}}@keyframes _gamerSpellFlow_1fl0f_1{0%{stroke-dashoffset:24px;opacity:.3}50%{opacity:.95}to{stroke-dashoffset:0;opacity:.45}}@keyframes _gamerGameManifest_1fl0f_1{0%,24%{opacity:.18;transform:translateY(4px)scale(.76)}52%{opacity:1;transform:translateY(-1px)scale(1.08)}68%{opacity:.98;transform:translateY(.5px)scale(.97)}to{opacity:.92;transform:translateY(0)scale(1)}}@keyframes _gamerSpellDust_1fl0f_1{0%,to{opacity:.45;transform:translateY(1px)scale(.92)}50%{opacity:1;transform:translateY(-2px)scale(1.04)}}@keyframes _gamerCloudArrowBob_1fl0f_1{0%,to{opacity:.7;transform:translateY(0)}50%{opacity:1;transform:translateY(-2.5px)}}@keyframes _gamerArrowRing_1fl0f_1{0%,to{opacity:0;transform:scale(.8)}30%{opacity:.5}50%{opacity:.4;transform:scale(1.3)}70%{opacity:.1}85%{opacity:0;transform:scale(1.6)}}@keyframes _gamerLinkDotTravel_1fl0f_1{0%{opacity:0;transform:translate(-6px,-4px)}20%{opacity:1}50%{opacity:1;transform:translate(4px,2px)}80%{opacity:.6}to{opacity:0;transform:translate(10px,5px)}}@keyframes _gamerPageReveal_1fl0f_1{0%,to{opacity:.5;transform:scale(.96)}50%{opacity:.9;transform:scale(1)}}@keyframes _gamerPageLineWrite_1fl0f_1{0%,18%{stroke-dashoffset:24px;opacity:.3}48%,80%{stroke-dashoffset:0;opacity:.75}to{stroke-dashoffset:0;opacity:.55}}@keyframes _gamerEditorTwinkle_1fl0f_1{0%,to{opacity:.2;transform:scale(.6)rotate(0)}30%{opacity:1;transform:scale(1.15)rotate(15deg)}60%{opacity:.7;transform:scale(.9)rotate(-10deg)}}@keyframes _gamerWandGlowPulse_1fl0f_1{0%,to{opacity:.15;transform:scale(.7)}50%{opacity:.55;transform:scale(1.2)}}@media (prefers-reduced-motion:reduce){._actionRail_1fl0f_68,._actionRailInner_1fl0f_107,._actionRailContent_1fl0f_141,._actionRailToggle_1fl0f_153,._mobileRailBtn_1fl0f_310,._mobileRailDropdown_1fl0f_1276{transition:none!important;animation:none!important}._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._actionRailIconWrap_1fl0f_484,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileUploadSheet_1fl0f_531,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileUploadTrail_1fl0f_532,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineOne_1fl0f_537,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineTwo_1fl0f_538,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineThree_1fl0f_539,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeLineFour_1fl0f_540,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeGameGroup_1fl0f_545,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkChain_1fl0f_550,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkAddressSweep_1fl0f_548,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSpellArc_1fl0f_557,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSpellArcSecondary_1fl0f_558,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorGameGroup_1fl0f_562,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkTravelDot_1fl0f_552,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerLinkPageLine_1fl0f_554,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerCodeArrowPulse_1fl0f_544,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorSparkleSmall_1fl0f_561,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorWandGlow_1fl0f_556,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerEditorGameSpark_1fl0f_563,._actionRailCard_1fl0f_418:is(:hover,:focus-visible) ._gamerFileCloudArrow_1fl0f_535,._gamerFileUploadSheet_1fl0f_531,._gamerFileUploadTrail_1fl0f_532,._gamerFileUploadPulse_1fl0f_533,._gamerFileCloudFront_1fl0f_534,._gamerFileCloudArrow_1fl0f_535,._gamerFileScreenLine_1fl0f_536,._gamerCodeLineOne_1fl0f_537,._gamerCodeLineTwo_1fl0f_538,._gamerCodeLineThree_1fl0f_539,._gamerCodeLineFour_1fl0f_540,._gamerCodeCursor_1fl0f_541,._gamerCodeTransformArrow_1fl0f_542,._gamerCodeTransformArrowHead_1fl0f_543,._gamerCodeArrowPulse_1fl0f_544,._gamerCodeGameGroup_1fl0f_545,._gamerCodeGameSpark_1fl0f_546,._gamerLinkBrowser_1fl0f_547,._gamerLinkAddressSweep_1fl0f_548,._gamerLinkTextPulse_1fl0f_549,._gamerLinkChain_1fl0f_550,._gamerLinkConnector_1fl0f_551,._gamerLinkTravelDot_1fl0f_552,._gamerLinkPageImage_1fl0f_553,._gamerLinkPageLine_1fl0f_554,._gamerEditorWand_1fl0f_555,._gamerEditorWandGlow_1fl0f_556,._gamerEditorSpellArc_1fl0f_557,._gamerEditorSpellArcSecondary_1fl0f_558,._gamerEditorSparkOuter_1fl0f_559,._gamerEditorSparkCore_1fl0f_560,._gamerEditorSparkleSmall_1fl0f_561,._gamerEditorGameGroup_1fl0f_562,._gamerEditorGameSpark_1fl0f_563,._gamerEditorSpellDot_1fl0f_564{transition:none!important;animation:none!important;transform:none!important}}._actionRailCopy_1fl0f_1339{flex-direction:column;gap:4px;min-width:0;max-height:60px;transition:max-height .12s .22s,opacity .12s .22s;display:flex;overflow:hidden}._actionRailCardTitle_1fl0f_1350{color:#1e1b4b;font-size:.96rem;font-weight:800}._actionRailCardDesc_1fl0f_1356{color:#4b5563;font-size:.83rem;line-height:1.45}._mobileRail_1fl0f_310{width:52px;min-width:52px;min-height:52px;display:none;position:relative}._mobileRailInner_1fl0f_1370{position:relative}._mobileRailInnerFloating_1fl0f_1374{z-index:240;position:fixed;top:12px}._mobileRailInnerFloating_1fl0f_1374._mobileRailInnerLtr_1fl0f_1380,._mobileRailInnerFloating_1fl0f_1374._mobileRailInnerRtl_1fl0f_1385{left:auto;right:16px}._mobileRailBtn_1fl0f_310{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#4c1d95;cursor:pointer;background:linear-gradient(135deg,#fffffffa,#ddd6fefa);border:1px solid #6d28d93d;border-radius:14px;place-items:center;width:52px;min-width:52px;height:52px;padding:0;transition:transform .22s,background .22s,box-shadow .22s;display:grid;position:relative;overflow:visible;box-shadow:0 6px 20px #7c3aed24,inset 0 1px #ffffffd9}._mobileRailBtn_1fl0f_310:hover{background:linear-gradient(135deg,#fff,#c7d2fefa);box-shadow:0 8px 24px #7c3aed38}._mobileRailBtn_1fl0f_310:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}._mobileRailBtn_1fl0f_310 svg{font-size:1.6rem;transition:transform .22s}._mobileRailBtnOpen_1fl0f_1421{background:linear-gradient(135deg,#7c3aed2e,#3b82f624);border-color:#6d28d966}._mobileRailBtnOpen_1fl0f_1421 svg{transform:rotate(45deg)}._mobileRailDropdown_1fl0f_1276{top:calc(100% + 8px);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:200;background:linear-gradient(#fffffff0,#ece8ffeb);border:1px solid #6d28d93d;border-radius:20px;width:min(380px,100vw - 32px);padding:14px;animation:.2s _mobileRailFadeIn_1fl0f_1;position:absolute;inset-inline-end:0;box-shadow:0 20px 44px #4c1d9533,0 0 0 1px #ffffff6b,0 0 32px #6366f124}@keyframes _mobileRailFadeIn_1fl0f_1{0%{opacity:0;transform:translateY(-8px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}._mobileRailList_1fl0f_1454{flex-direction:column;gap:10px;display:flex}@media (width<=768px){._mobileRailDropdown_1fl0f_1276{top:0;inset-inline-end:auto;animation:.2s _mobileRailFadeInCentered_1fl0f_1;position:fixed;left:50vw;right:auto;transform:translate(-50%)}@keyframes _mobileRailFadeInCentered_1fl0f_1{0%{opacity:0;transform:translate(-50%)translateY(-8px)scale(.96)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)}}._actionRail_1fl0f_68{display:none}._mobileRail_1fl0f_310{display:block}}._page_1r2zs_38{padding-inline:max(5%,50vw - 800px)}._text-center_1r2zs_63{text-align:center}._card_1r2zs_67{cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;animation:.6s cubic-bezier(.22,1,.36,1) forwards _cardReveal_1r2zs_1;animation-delay:var(--enter-delay,0s);background:#ffffffd1;border:2px solid #fffffff2;border-radius:20px;flex-direction:column;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a}._card_1r2zs_67:hover{border-color:#8b5cf659;transform:translateY(-8px)scale(1.02);box-shadow:0 20px 60px #8b5cf633,0 8px 24px #00000014,0 0 0 2px #8b5cf626}._card_1r2zs_67:hover ._thumbnailImage_1r2zs_88{transform:scale(1.03)}._card_1r2zs_67:hover ._shimmer_1r2zs_91{opacity:1;transform:translate(100%)}._card_1r2zs_67:hover ._glowRing_1r2zs_95{opacity:1}._card_1r2zs_67:hover ._actions_1r2zs_98{opacity:1;pointer-events:auto}._card_1r2zs_67:focus-visible{outline-offset:2px;outline:3px solid #8b5cf680}._card_1r2zs_67:active{transition-duration:.15s;transform:translateY(-4px)scale(1.01)}._thumbnailArea_1r2zs_111{aspect-ratio:16/10;background-color:#ede9fe;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}._thumbnailImage_1r2zs_88{object-fit:cover;backface-visibility:hidden;width:100%;height:100%;transition:transform .5s;display:block}._fallbackIcon_1r2zs_130{color:#8b5cf640;font-size:48px}._shimmer_1r2zs_91{opacity:0;pointer-events:none;background:linear-gradient(120deg,#0000 30%,#ffffff80 50%,#0000 70%);transition:opacity .3s,transform .7s;position:absolute;inset:0;transform:translate(-100%)}._info_1r2zs_145{flex-direction:column;gap:6px;padding:12px 14px;display:flex}._title_1r2zs_152{color:#1e1b4b;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;line-height:1.3;overflow:hidden}._badge_1r2zs_162{color:#7c3aed;background:linear-gradient(135deg,#8b5cf61f,#3b82f61f);border-radius:100px;align-items:center;width:fit-content;padding:2px 10px;font-size:.688rem;font-weight:600;display:inline-flex}._actions_1r2zs_98{top:8px;opacity:0;pointer-events:none;z-index:5;gap:4px;transition:opacity .25s;display:flex;position:absolute;inset-inline-end:8px}._actionBtn_1r2zs_186{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#6b7280;cursor:pointer;background:#ffffffe6;border:none;border-radius:10px;place-items:center;width:32px;height:32px;font-size:15px;transition:all .2s;display:grid;box-shadow:0 2px 8px #0000001a}._actionBtn_1r2zs_186:hover{color:#7c3aed;background:#fff;transform:scale(1.1)}._actionBtnDanger_1r2zs_207:hover{color:#ef4444}._glowRing_1r2zs_95{background:linear-gradient(135deg, var(--glow-from,#8b5cf666), var(--glow-to,#3b82f666));opacity:0;z-index:-1;filter:blur(6px);pointer-events:none;border-radius:22px;transition:opacity .4s;position:absolute;inset:-2px}@keyframes _cardReveal_1r2zs_1{0%{opacity:0;transform:translateY(32px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}._page_bp98b_38{padding-inline:max(5%,50vw - 800px)}._text-center_bp98b_63{text-align:center}._emptyState_bp98b_67{justify-content:center;align-items:center;width:min(920px,100vw - 40px);margin:0 auto;padding:6px 10px 12px;display:flex;position:relative}._demoCarousel_bp98b_77{width:min(880px,100vw - 40px);height:232px;position:relative}._demoCard_bp98b_83{background:#ffffff0a;border:1px solid #0f172a29;border-radius:28px;width:248px;position:absolute;top:0;left:50%;overflow:hidden;box-shadow:inset 0 0 0 1px #ffffff29}._demoCardLeft_bp98b_95{z-index:1;opacity:.88;transform:translate(calc(-50% - 214px))translateY(28px)rotate(-8deg)scale(.92)}._demoCardCenter_bp98b_101{z-index:3;transform:translate(-50%)translateY(0)scale(1)}._demoCardRight_bp98b_106{z-index:2;opacity:.88;transform:translate(calc(214px - 50%))translateY(28px)rotate(8deg)scale(.92)}._demoPoster_bp98b_112{height:156px;padding:14px;position:relative;overflow:hidden}._demoPosterThrowback_bp98b_119{background:radial-gradient(circle at 24% 24%,#ffffff8c,#fff0 42%),linear-gradient(135deg,#312e81 0%,#2563eb 52%,#8b5cf6 100%)}._demoPosterBlockBreaker_bp98b_123{background:radial-gradient(circle at 70% 28%,#ffffff70,#fff0 38%),linear-gradient(145deg,#1d4ed8 0%,#0f172a 48%,#7c3aed 100%)}._demoPosterJumping_bp98b_127{background:radial-gradient(circle at 50% 20%,#fff6,#fff0 34%),linear-gradient(135deg,#0f766e 0%,#14b8a6 48%,#22c55e 100%)}._posterGlow_bp98b_131{background:radial-gradient(circle,#ffffff6b,#fff0);border-radius:50%;width:150px;height:150px;position:absolute;inset:auto -18% -34% auto}._posterFrame_bp98b_140{background:#0f172a2e;border:1px solid #ffffff57;border-radius:18px;height:100%;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff29}._posterScene_bp98b_150{background:0 0;position:absolute;inset:0}._demoMeta_bp98b_156{text-align:center;background:#fffffff5;border-top:1px solid #0f172a1f;gap:2px;padding:12px 16px 16px;display:grid;box-shadow:0 14px 32px #4c1d951a}._demoTitle_bp98b_166{color:#1e1b4b;letter-spacing:-.03em;text-transform:uppercase;font-size:1.2rem;font-weight:900}@media (width<=768px){._emptyState_bp98b_67{width:100%;padding:0 6px}._demoCarousel_bp98b_77{width:min(680px,100vw - 24px);height:210px}._demoCard_bp98b_83{border-radius:24px;width:216px}._demoCardLeft_bp98b_95{transform:translate(calc(-50% - 156px))translateY(24px)rotate(-6deg)scale(.88)}._demoCardRight_bp98b_106{transform:translate(calc(156px - 50%))translateY(24px)rotate(6deg)scale(.88)}._demoPoster_bp98b_112{height:136px;padding:12px}._demoMeta_bp98b_156{padding:10px 12px 14px}._demoTitle_bp98b_166{font-size:1.08rem}}@media (width<=480px){._emptyState_bp98b_67{padding:0 4px}._demoCarousel_bp98b_77{width:min(360px,100vw - 16px);height:196px}._demoCard_bp98b_83{width:158px}._demoCardLeft_bp98b_95{transform:translate(calc(-50% - 92px))translateY(28px)rotate(-8deg)scale(.82)}._demoCardRight_bp98b_106{transform:translate(calc(92px - 50%))translateY(28px)rotate(8deg)scale(.82)}._demoPoster_bp98b_112{height:102px;padding:8px}._demoCardLeft_bp98b_95 ._demoMeta_bp98b_156{text-align:left}._demoCardCenter_bp98b_101 ._demoMeta_bp98b_156{text-align:center}._demoCardRight_bp98b_106 ._demoMeta_bp98b_156{text-align:right}._demoTitle_bp98b_166{font-size:.9rem}}._page_190bb_38{padding-inline:max(5%,50vw - 800px)}._text-center_190bb_63{text-align:center}._modal_190bb_67 .ant-modal-content{background:0 0;border:1px solid #ffffffe6;border-radius:30px;padding:0;overflow:hidden;box-shadow:0 30px 80px #4c1d953d,0 12px 32px #1e293b1f}._modal_190bb_67 .ant-modal-body{padding:0}._modal_190bb_67 .ant-modal-close{top:18px;z-index:10;color:#312e81;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffd6;border:1px solid #fffffff2;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex;inset-inline-end:18px;box-shadow:0 14px 32px #7c3aed24}._modal_190bb_67 .ant-modal-close:hover{background:#fffffff5;transform:scale(1.04);box-shadow:0 18px 36px #7c3aed38}._modal_190bb_67 .ant-modal-close:focus-visible{outline-offset:2px;outline:3px solid #3b82f647}._modal_190bb_67 .ant-modal-close-x{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}._mobileModal_190bb_112 .ant-modal-content{border-radius:28px;max-height:calc(100dvh - 40px)}._mobileModal_190bb_112 .ant-modal-body{max-height:inherit;overscroll-behavior:contain;overflow-y:auto}._playModal_190bb_122 .ant-modal-content{border-radius:32px;min-height:min(92vh,980px);overflow:hidden}._playModal_190bb_122 .ant-modal-body{min-height:inherit}._closeIcon_190bb_131{color:#312e81;justify-content:center;align-items:center;font-size:26px;display:inline-flex}._modalContent_190bb_139{background:radial-gradient(circle at 0 0,#8b5cf629,#0000 30%),radial-gradient(circle at 100% 100%,#ec489924,#0000 34%),linear-gradient(155deg,#fff 0%,#f5f3ff 30%,#eff6ff 60%,#fdf2f8 100%);flex-direction:column;display:flex;position:relative;overflow:hidden}._modalContent_190bb_139:before,._modalContent_190bb_139:after{content:"";filter:blur(28px);pointer-events:none;border-radius:999px;position:absolute}._modalContent_190bb_139:before{top:-40px;background:#8b5cf633;width:180px;height:180px;inset-inline-start:-20px}._modalContent_190bb_139:after{bottom:-54px;background:#3b82f629;width:220px;height:220px;inset-inline-end:-30px}._modalContentPlaying_190bb_168{background:radial-gradient(circle at 0 0,#3b82f638,#0000 22%),radial-gradient(circle at 100% 100%,#ec489929,#0000 28%),linear-gradient(160deg,#09090f 0%,#111827 46%,#130f2c 100%);min-height:min(92vh,980px);padding:18px}._modalContentPlaying_190bb_168:before{top:-90px;background:#3b82f62e;width:280px;height:280px;inset-inline-start:-80px}._modalContentPlaying_190bb_168:after{bottom:-90px;background:#ec48992e;width:260px;height:260px;inset-inline-end:-60px}._playView_190bb_188{z-index:1;flex-direction:column;gap:18px;min-height:min(86vh,920px);display:flex;position:relative}._playHeader_190bb_197{justify-content:space-between;align-items:center;gap:16px;padding:8px 6px 0;display:flex}._playBackButton_190bb_205{color:#f8fafc;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:10px;height:48px;padding:0 18px;font-size:.92rem;font-weight:700;transition:transform .2s,background .2s,border-color .2s;display:inline-flex;box-shadow:0 14px 30px #0206173d}._playBackButton_190bb_205:hover{background:#ffffff1f;border-color:#ffffff3d;transform:translateY(-1px)}._playHeaderMeta_190bb_228{flex-direction:column;align-items:flex-end;gap:4px;min-width:0;display:flex}._playTitle_190bb_236{color:#f8fafc;letter-spacing:-.03em;text-align:end;margin:0;font-size:clamp(1.4rem,2vw,2rem);font-weight:900}._playSubtitle_190bb_245{color:#e2e8f0c7;text-align:end;margin:0;font-size:.95rem}._playSurface_190bb_252{background:linear-gradient(135deg,#ffffff1f,#ffffff0a),linear-gradient(160deg,#3b82f62e,#ec48991f);border:1px solid #ffffff24;border-radius:30px;flex:1;min-height:0;padding:6px;position:relative;box-shadow:0 30px 80px #02061757,inset 0 1px #ffffff2e}._playFrameShell_190bb_263{background:radial-gradient(circle at top,#3b82f61f,#0000 34%),linear-gradient(#0f172af5,#020617fa);border-radius:24px;height:100%;min-height:min(72vh,760px);padding:14px;position:relative;overflow:hidden}._playIframe_190bb_273{height:100%;min-height:inherit;border-radius:18px;overflow:hidden}._heroPanel_190bb_280{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:24px;padding:28px;display:grid;position:relative}._mediaStage_190bb_288{background:linear-gradient(165deg,#ffffffc7,#e0e7ff94),linear-gradient(135deg,#8b5cf624,#3b82f61a);border:1px solid #fffffff2;border-radius:30px;min-height:330px;padding:14px;position:relative;box-shadow:0 24px 50px #4c1d9524,inset 0 1px #ffffffd1}._mediaStage_190bb_288:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--overlay-start), var(--overlay-end));opacity:.18;pointer-events:none;position:absolute;inset:0}._mediaFrame_190bb_307{background:linear-gradient(135deg, var(--overlay-start), var(--overlay-end));border-radius:22px;height:100%;min-height:302px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff52}._mediaBg_190bb_317,._mediaPlaceholder_190bb_318,._mediaVeil_190bb_319{position:absolute;inset:0}._mediaBg_190bb_317{background-position:50%;background-size:cover;transform:scale(1.03)}._mediaPlaceholder_190bb_318{background:linear-gradient(135deg, var(--overlay-start), var(--overlay-end));justify-content:center;align-items:center;display:flex}._placeholderIcon_190bb_337{color:#ffffffbd;font-size:94px}._mediaVeil_190bb_319{background:linear-gradient(#0f172a0a,#0f172a33),radial-gradient(circle at 0 100%,#ffffff14,#0000 35%)}._mediaStageMeta_190bb_346{inset-inline:14px;z-index:2;pointer-events:none;justify-content:space-between;align-items:flex-end;gap:12px;display:flex;position:absolute;bottom:14px}._mediaStageMetaItem_190bb_358{color:#fff;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0f172a8f;border-color:#ffffff38;max-width:calc(50% - 6px);box-shadow:0 14px 28px #0f172a47}._mediaStageMetaItem_190bb_358 ._metaIcon_190bb_366{color:#ffffffeb}._mediaStageMetaItem_190bb_358 span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._mediaStageMetaItem_190bb_358._metaItem_190bb_374{width:auto}._summaryPanel_190bb_378{z-index:1;flex-direction:column;justify-content:center;gap:18px;min-width:0;display:flex;position:relative}._title_190bb_388{color:#1e1b4b;letter-spacing:-.04em;overflow-wrap:anywhere;margin:0;font-size:clamp(2rem,3vw,3rem);font-weight:900;line-height:.98}._heroMeta_190bb_398{flex-wrap:wrap;gap:10px;display:flex}._metaItem_190bb_374{color:#312e81;background:#ffffffd1;border:1px solid #fffffff5;border-radius:999px;align-items:center;gap:8px;min-width:0;padding:8px 14px;font-size:.88rem;font-weight:700;display:inline-flex;box-shadow:0 12px 24px #7c3aed14}._metaItem_190bb_374 p{color:inherit;margin:0}._metaIcon_190bb_366{color:#7c3aed;flex-shrink:0;font-size:15px}._creatorAvatar_190bb_429{object-fit:cover;border-radius:50%;flex-shrink:0;width:22px;height:22px}._descriptionCard_190bb_437{background:linear-gradient(160deg,#ffffffe0,#f3e8ffbd),linear-gradient(135deg,#8b5cf614,#3b82f60f);border:1px solid #fffffff5;border-radius:22px;padding:18px 20px;box-shadow:0 18px 36px #4c1d9514,inset 0 1px #ffffffdb}._descriptionCard_190bb_437 p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.75}._body_190bb_451{flex-direction:column;gap:18px;padding:0 28px 28px;display:flex}._utilityGrid_190bb_458{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}._utilityCard_190bb_464{background:linear-gradient(160deg,#ffffffdb,#eef2ffbd),linear-gradient(135deg,#8b5cf60f,#3b82f60d);border:1px solid #fffffff5;border-radius:24px;padding:16px;box-shadow:0 16px 36px #4c1d9514,inset 0 1px #ffffffd1}._touchIndicator_190bb_472{color:#1e1b4b;background:#ffffffd6;border:1px solid #6366f11f;border-radius:18px;align-items:center;gap:12px;min-height:72px;padding:14px 16px;display:flex;box-shadow:inset 0 1px #ffffffd1}._touchIndicator_190bb_472 img{object-fit:contain;flex-shrink:0;width:28px;height:28px}._touchIndicator_190bb_472 p{color:#4b5563;margin:0;font-size:.92rem;font-weight:600}._touchIndicator_190bb_472[data-touch-enabled=true]{background:linear-gradient(135deg,#ecfdf5f5,#dbfce7e0);border-color:#10b9812e}._touchIndicator_190bb_472[data-touch-enabled=false] img{opacity:.58;filter:grayscale()}._categories_190bb_505{flex-wrap:wrap;gap:10px;display:flex}._categoryTag_190bb_511{color:#312e81;overflow-wrap:anywhere;background:linear-gradient(135deg,#fffffffa,#e0e7ffe0);border:1px solid #8b5cf629;border-radius:999px;align-items:center;gap:10px;max-width:100%;padding:10px 14px;font-size:.84rem;font-weight:800;display:inline-flex;box-shadow:0 10px 24px #7c3aed14}._categoryTagIcon_190bb_527{color:#7c3aed;background:linear-gradient(135deg,#8b5cf629,#3b82f629);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex;overflow:hidden}._categoryTagImage_190bb_540{object-fit:cover;width:100%;height:100%;display:block}._categoryFallbackIcon_190bb_547{font-size:16px}._actionsPanel_190bb_551{background:linear-gradient(160deg,#ffffffeb,#e5e7ffd6,#faf5ffe6);border:1px solid #fffffff5;border-radius:26px;padding:20px;box-shadow:0 22px 42px #4c1d951f,inset 0 1px #ffffffe0}._primaryButton_190bb_559{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#3b82f6 52%,#ec4899 100%);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;width:100%;height:58px;padding:0 28px;font-size:1rem;font-weight:800;transition:transform .22s,box-shadow .22s,filter .22s;display:flex;box-shadow:0 18px 38px #7c3aed47}._primaryButton_190bb_559:hover{filter:saturate(1.04);transform:translateY(-2px);box-shadow:0 22px 44px #7c3aed57}._shareTogglePanel_190bb_582{background:linear-gradient(145deg,#fffffff5,#eef2ffe0),linear-gradient(135deg,#6366f114,#ec489914);border:1px solid #6366f124;border-radius:22px;justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding:18px;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:flex;box-shadow:0 16px 36px #4c1d9514,inset 0 1px #ffffffe0}._shareTogglePanelActive_190bb_596{background:linear-gradient(145deg,#f0fdf4fa,#dcfce7f0),linear-gradient(135deg,#22c55e1f,#10b9811a);border-color:#16a34a3d;box-shadow:0 20px 40px #16a34a24,inset 0 1px #ffffffeb}._shareTogglePanelActive_190bb_596 ._shareToggleIconShell_190bb_601{color:#15803d;background:linear-gradient(135deg,#22c55e29,#10b98129);box-shadow:inset 0 1px #ffffffd1,0 14px 24px #16a34a24}._shareTogglePanelActive_190bb_596 ._shareToggleEyebrow_190bb_606{color:#15803d}._shareToggleContent_190bb_610{align-items:center;gap:14px;min-width:0;display:flex}._shareToggleIconShell_190bb_601{color:#6d28d9;background:linear-gradient(135deg,#7c3aed24,#3b82f629);border-radius:18px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;display:inline-flex;position:relative;box-shadow:inset 0 1px #ffffffd1,0 14px 24px #6366f124}._shareToggleLeadingIcon_190bb_631{font-size:22px}._shareToggleText_190bb_635{flex-direction:column;gap:3px;min-width:0;display:flex}._shareToggleEyebrow_190bb_606{color:#7c3aed;letter-spacing:.08em;text-transform:uppercase;font-size:.76rem;font-weight:900}._shareToggleTitle_190bb_650{color:#1e1b4b;font-size:.98rem;font-weight:800;line-height:1.25}._shareToggleDescription_190bb_657{color:#5b6476;font-size:.85rem;line-height:1.45}._shareToggleActions_190bb_663{flex-shrink:0;justify-content:center;align-items:center;display:flex}._shareActionButton_190bb_670{color:#f0fdf4;cursor:pointer;background:linear-gradient(135deg,#16a34af5,#15803df5);border:1px solid #16a34a3d;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:.88rem;font-weight:800;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:inline-flex;box-shadow:0 12px 24px #16a34a2e}._shareActionButton_190bb_670:hover:not(:disabled){background:linear-gradient(135deg,#15803dfa,#16a34afa);border-color:#15803d4d;transform:translateY(-1px);box-shadow:0 16px 28px #15803d38}._shareActionButton_190bb_670:disabled{cursor:wait;opacity:.72}._shareActionButton_190bb_670:focus-visible{outline-offset:2px;outline:3px solid #3b82f63d}._shareActionButtonRequested_190bb_702{color:#166534;background:linear-gradient(135deg,#f0fdf4fa,#fffffff5);border-color:#16a34a3d}._shareActionButtonRequested_190bb_702:hover:not(:disabled){background:linear-gradient(135deg,#dcfce7fa,#fffffffa);border-color:#15803d52;box-shadow:0 16px 28px #16a34a29}._shareActionIcon_190bb_713{font-size:.95rem}._secondaryActions_190bb_717{flex-wrap:wrap;gap:12px;margin-top:12px;display:flex}._buttonLabel_190bb_724{min-width:0}._actionButton_190bb_728{color:#312e81;background:#ffffffd6;border:1px solid #8b5cf629;border-radius:16px;flex:180px;justify-content:center;align-items:center;gap:8px;min-width:0;height:48px;padding:0 18px;font-size:.92rem;font-weight:700;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:flex;box-shadow:0 14px 30px #7c3aed14}._actionButton_190bb_728:hover{background:#fffffff5;border-color:#7c3aed42;transform:translateY(-1px);box-shadow:0 16px 34px #7c3aed1f}._buttonIcon_190bb_753{flex-shrink:0;font-size:17px}._shareActiveButton_190bb_758{color:#6d28d9!important;background:linear-gradient(135deg,#ede9fef0,#e0e7fff0)!important;border-color:#7c3aed4d!important;box-shadow:0 16px 34px #7c3aed24!important}._shareActiveButton_190bb_758:hover{background:linear-gradient(135deg,#e9d5fff5,#dbeafef5)!important}@media (width<=768px){._mobileModal_190bb_112 .ant-modal-content{max-height:calc(100dvh - 40px)}._mobileModal_190bb_112 .ant-modal-body{overflow-x:hidden}._playModal_190bb_122 .ant-modal-content{border-radius:28px;min-height:calc(100dvh - 40px)}._modalContentPlaying_190bb_168{min-height:calc(100dvh - 40px);padding:12px}._playView_190bb_188{gap:12px;min-height:calc(100dvh - 64px)}._playHeader_190bb_197{padding:calc(env(safe-area-inset-top,0px) + 40px) 0 0;flex-direction:column;align-items:stretch}._playHeaderMeta_190bb_228{align-items:flex-start}._playTitle_190bb_236,._playSubtitle_190bb_245{text-align:start}._playBackButton_190bb_205{justify-content:center;width:100%}._playSurface_190bb_252{border-radius:22px;padding:4px}._playFrameShell_190bb_263{border-radius:18px;min-height:calc(100dvh - 240px);padding:10px}._playIframe_190bb_273{border-radius:14px}._heroPanel_190bb_280{grid-template-columns:minmax(0,1fr);gap:18px;padding:18px}._summaryPanel_190bb_378{gap:14px}._mediaStage_190bb_288{border-radius:24px;min-height:230px;padding:10px}._mediaFrame_190bb_307{border-radius:18px;min-height:210px}._mediaStageMeta_190bb_346{inset-inline:10px;gap:8px;bottom:10px}._mediaStageMetaItem_190bb_358{gap:6px;max-width:calc(50% - 4px);padding:8px 10px;font-size:.74rem;box-shadow:0 12px 24px #0f172a38}._mediaStageMetaItem_190bb_358 ._metaIcon_190bb_366{color:#1e1b4b}._title_190bb_388{font-size:2rem;line-height:1.02}._heroMeta_190bb_398{gap:8px}._metaItem_190bb_374{justify-content:flex-start;width:100%}._descriptionCard_190bb_437{border-radius:18px;padding:16px}._body_190bb_451{padding:0 18px 18px}._utilityGrid_190bb_458{grid-template-columns:minmax(0,1fr)}._actionsPanel_190bb_551{border-radius:22px;padding:16px}._shareTogglePanel_190bb_582{flex-direction:column;align-items:stretch;gap:14px;padding:16px}._shareToggleContent_190bb_610{align-items:flex-start}._shareToggleActions_190bb_663{align-items:stretch}._shareActionButton_190bb_670{width:100%}._shareToggleIconShell_190bb_601{border-radius:16px;width:48px;height:48px}._shareToggleLeadingIcon_190bb_631{font-size:20px}._shareToggleTitle_190bb_650{font-size:.94rem}._shareToggleDescription_190bb_657{font-size:.8rem}._primaryButton_190bb_559,._actionButton_190bb_728{white-space:normal;text-align:center;width:100%;height:auto;min-height:48px;padding:12px 16px}._secondaryActions_190bb_717{grid-template-columns:repeat(var(--action-count,4), minmax(0, 1fr));align-items:stretch;gap:8px;display:grid}._actionButton_190bb_728{text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;gap:6px;min-height:74px;padding:10px 6px;font-size:.74rem;line-height:1.15}._actionButton_190bb_728 ._buttonLabel_190bb_724{line-clamp:2;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}._buttonIcon_190bb_753{font-size:18px}._closeIcon_190bb_131{font-size:24px}._modal_190bb_67 .ant-modal-close{top:calc(env(safe-area-inset-top,0px) + 12px);width:38px;height:38px;inset-inline-end:14px}}@media (prefers-reduced-motion:reduce){._shareTogglePanel_190bb_582,._primaryButton_190bb_559,._actionButton_190bb_728,._playBackButton_190bb_205,._modal_190bb_67{transition:none!important}}._page_1ym32_38{padding-inline:max(5%,50vw - 800px)}._text-center_1ym32_63{text-align:center}._page_1ym32_38{background:radial-gradient(ellipse at 50% 0%, #7877c61f 0%, transparent 60%), var(--cyberpunk-glass-bg,#ffffff0a);min-height:100vh;padding:24px max(5%,50vw - 800px) 60px}._header_1ym32_74{flex-direction:column;gap:20px;margin-block-end:32px;display:flex}._backButton_1ym32_81{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--cyberpunk-text-primary,#e8e8f0);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;align-self:flex-start;align-items:center;gap:8px;padding:8px 18px;font-size:.875rem;transition:all .25s;display:flex}._backButton_1ym32_81:hover{background:#7877c626;border-color:#7877c680;box-shadow:0 0 16px #7877c633}._backButton_1ym32_81 svg{font-size:1.1rem}._titleRow_1ym32_105{align-items:center;gap:16px;display:flex}._iconRing_1ym32_111{background:linear-gradient(135deg,#7877c640,#5ac8fa26);border:2px solid #7877c666;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 0 24px #7877c633}._heroIcon_1ym32_124{color:#b4b2ffe6;font-size:1.6rem}._title_1ym32_105{letter-spacing:.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#e8e8f0 30%,#b4b2ffd9);-webkit-background-clip:text;background-clip:text;margin:0;font-size:1.75rem;font-weight:700}._content_1ym32_141{max-width:1200px;margin-inline:auto}._content_1ym32_141 .ant-tabs-nav{margin-block-end:24px}._content_1ym32_141 .ant-tabs-tab{font-size:.95rem;color:#e8e8f099!important}._content_1ym32_141 .ant-tabs-tab-active .ant-tabs-tab-btn{color:#b4b2fff2!important}._content_1ym32_141 .ant-tabs-ink-bar{background:#7877c6cc!important}._tabLabel_1ym32_159{align-items:center;gap:6px;display:flex}._formSection_1ym32_166{margin-block-end:16px}._formRow_1ym32_170{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}._formField_1ym32_177{flex-direction:column;flex:1;gap:4px;min-width:160px;display:flex}._formField_1ym32_177 label{color:#e8e8f099;letter-spacing:.02em;font-size:.8rem}._formField_1ym32_177 input{color:var(--cyberpunk-text-primary,#e8e8f0);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;padding:8px 12px;font-size:.9rem;transition:border-color .2s}._formField_1ym32_177 input:focus{border-color:#7877c699;outline:none;box-shadow:0 0 8px #7877c626}._formField_1ym32_177 input::placeholder{color:#e8e8f04d}._addBtn_1ym32_207{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#7877c64d,#5ac8fa33);border:1px solid #7877c680;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:.9rem;transition:all .25s;display:flex}._addBtn_1ym32_207:hover:not(:disabled){border-color:#b4b2ff99;box-shadow:0 0 16px #7877c64d}._addBtn_1ym32_207:disabled{opacity:.5;cursor:not-allowed}._pasteSection_1ym32_231{flex-direction:column;gap:12px;display:flex}._pasteArea_1ym32_237{width:100%;color:var(--cyberpunk-text-primary,#e8e8f0);resize:vertical;background:#ffffff0a;border:1px dashed #7877c659;border-radius:10px;padding:12px 16px;font-family:monospace;font-size:.85rem;transition:border-color .2s}._pasteArea_1ym32_237:focus{border-color:#7877c699;outline:none;box-shadow:0 0 12px #7877c61a}._pasteArea_1ym32_237::placeholder{color:#e8e8f04d}._pasteActions_1ym32_258{gap:10px;display:flex}._parseBtn_1ym32_263{color:#fff;cursor:pointer;background:#7877c633;border:1px solid #7877c680;border-radius:8px;align-items:center;gap:6px;padding:8px 20px;font-size:.9rem;transition:all .25s;display:flex}._parseBtn_1ym32_263:hover:not(:disabled){background:#7877c659;box-shadow:0 0 12px #7877c633}._parseBtn_1ym32_263:disabled{opacity:.5;cursor:not-allowed}._tableWrapper_1ym32_286{margin-block-start:24px}._tableToolbar_1ym32_290{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-block-end:12px;display:flex}._rowCount_1ym32_299{color:#e8e8f099;font-size:.9rem}._toolbarActions_1ym32_304{flex-wrap:wrap;gap:8px;display:flex}._clearBtn_1ym32_310,._retryBtn_1ym32_310,._submitAllBtn_1ym32_310{cursor:pointer;border:1px solid;border-radius:8px;padding:7px 16px;font-size:.85rem;transition:all .25s}._clearBtn_1ym32_310:disabled,._retryBtn_1ym32_310:disabled,._submitAllBtn_1ym32_310:disabled{opacity:.45;cursor:not-allowed}._submitAllBtn_1ym32_310{color:#fff;background:linear-gradient(135deg,#7877c680,#5ac8fa59);border-color:#7877c680}._submitAllBtn_1ym32_310:hover:not(:disabled){box-shadow:0 0 16px #7877c659}._retryBtn_1ym32_310{color:#ffaa32;background:#ffaa3233;border-color:#ffaa3280}._retryBtn_1ym32_310:hover:not(:disabled){background:#ffaa324d}._clearBtn_1ym32_310{color:#ff7878e6;background:#ff50501a;border-color:#ff50504d}._clearBtn_1ym32_310:hover:not(:disabled){background:#ff505033}._tableScroll_1ym32_350{overflow-x:auto}._table_1ym32_286{border-collapse:separate;border-spacing:0;width:100%;font-size:.875rem}._table_1ym32_286 th,._table_1ym32_286 td{text-align:start;border-block-end:1px solid #ffffff0f;padding:8px 10px}._table_1ym32_286 th{color:#e8e8f099;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.8rem;font-weight:600}._table_1ym32_286 td{color:var(--cyberpunk-text-primary,#e8e8f0);vertical-align:middle}._tableRow_1ym32_379{transition:background .15s}._tableRow_1ym32_379:hover{background:#ffffff08}._duplicateRow_1ym32_386{background:#ffaa320f}._successRow_1ym32_390{opacity:.6}._successRow_1ym32_390 td{color:#78dc78cc}._failedRow_1ym32_397{background:#ff50500f}._cellInput_1ym32_402{width:100%;color:var(--cyberpunk-text-primary,#e8e8f0);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:4px 8px;font-size:.85rem}._cellInput_1ym32_402:focus{border-color:#7877c680;outline:none}._cellError_1ym32_416{border-color:#ff505099!important}._splitNameCell_1ym32_420{color:#e8e8f073;font-size:.8rem;font-style:italic}._errorTag_1ym32_427{color:#ffaa32;vertical-align:middle;background:#ffaa3233;border-radius:4px;margin-inline-start:6px;padding:1px 6px;font-size:.72rem;font-weight:600;display:inline-block}._normalizedTag_1ym32_439{color:#5ac8fae6;vertical-align:middle;background:#5ac8fa26;border-radius:4px;margin-inline-start:6px;padding:1px 6px;font-size:.72rem;display:inline-block}._statusPending_1ym32_451{color:#e8e8f080;font-size:.82rem}._statusSending_1ym32_456{color:#7877c6e6;align-items:center;gap:5px;font-size:.82rem;display:inline-flex}._statusSuccess_1ym32_464{color:#64d264e6;align-items:center;gap:5px;font-size:.82rem;display:inline-flex}._statusFailed_1ym32_472{color:#ff6464e6;word-break:break-word;align-items:center;gap:5px;max-width:220px;font-size:.82rem;display:inline-flex}._spin_1ym32_482{animation:1s linear infinite _rotating_1ym32_1}@keyframes _rotating_1ym32_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._removeBtn_1ym32_495{color:#ff7878cc;cursor:pointer;background:#ff505014;border:1px solid #ff50504d;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .2s;display:flex}._removeBtn_1ym32_495:hover:not(:disabled){background:#ff505033;border-color:#ff505080}._removeBtn_1ym32_495:disabled{opacity:.4;cursor:not-allowed}._summary_1ym32_518{border-radius:10px;margin-block-start:16px;padding:12px 20px;font-size:.9rem;font-weight:500}._summaryOk_1ym32_526{color:#78e678e6;background:#64d2641a;border:1px solid #64d2644d}._summaryWarning_1ym32_532{color:#ffaa32;background:#ffaa321a;border:1px solid #ffaa324d}._emptyState_1ym32_539{color:#e8e8f059;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;display:flex}._emptyState_1ym32_539 p{margin:0;font-size:.95rem}._emptyIcon_1ym32_552{opacity:.3;font-size:2.4rem}._page_10ve8_38{padding-inline:max(5%,50vw - 800px)}._text-center_10ve8_63{text-align:center}._floatingChatWindow_10ve8_67{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_10ve8_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_10ve8_67:not(._dragging_10ve8_88):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_10ve8_67._dragging_10ve8_88{-webkit-user-select:none;user-select:none;pointer-events:auto;transition:none}._floatingChatWindow_10ve8_67._dragging_10ve8_88 *{pointer-events:none}@keyframes _slideInFromRight_10ve8_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_10ve8_120{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_10ve8_120: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_10ve8_120:hover:before{left:100%}._chatHeader_10ve8_120:active{cursor:grabbing;background:linear-gradient(135deg,#0f0f23e6 0%,#19142dcc 100%)}._dragIcon_10ve8_150{color:#7877c6cc;filter:drop-shadow(0 0 4px #7877c666);margin-right:8px;font-size:14px;transition:all .3s}._dragIcon_10ve8_150:hover{color:#a855f7;filter:drop-shadow(0 0 8px #a855f799);transform:scale(1.1)}._modalTitle_10ve8_163{color:#e8e8f0;text-shadow:0 0 10px #7877c64d;flex:1;align-items:center;gap:8px;font-weight:600;display:flex}._clearBtn_10ve8_173{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_10ve8_173:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d}._aiIcon_10ve8_189{filter:drop-shadow(0 0 8px #ffd70099);font-size:20px;animation:3s ease-in-out infinite alternate _aiGlow_10ve8_1}@keyframes _aiGlow_10ve8_1{0%{filter:drop-shadow(0 0 8px #ffd70099)}to{filter:drop-shadow(0 0 12px #ffd700e6)}}._chatContainer_10ve8_203{flex-direction:column;flex:1;display:flex;overflow:hidden}._withDebug_10ve8_210{grid-template-rows:1fr auto;grid-template-columns:320px 1fr;column-gap:0;height:100%;display:grid}._withDebug_10ve8_210 ._debugPanel_10ve8_218{grid-area:1/1/3/2}._withDebug_10ve8_210 ._messagesContainer_10ve8_223{grid-area:1/2/2/3;min-height:0}._withDebug_10ve8_210 ._inputContainer_10ve8_229{grid-area:2/2/3/3}._messagesContainer_10ve8_223{background:linear-gradient(#0f0f234d 0%,#19142d33 50%,#2319374d 100%);flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}._messagesContainer_10ve8_223::-webkit-scrollbar{width:10px}._messagesContainer_10ve8_223::-webkit-scrollbar-track{background:#0f0f23cc;border:1px solid #7877c64d;border-radius:6px;margin:4px}._messagesContainer_10ve8_223::-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_10ve8_223::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6 0%,#4a90e2e6 50%,#a855f7 100%);box-shadow:0 0 12px #7877c699,inset 0 1px #ffffff4d}._messagesContainer_10ve8_223::-webkit-scrollbar-thumb:active{background:linear-gradient(#6366f1 0%,#a855f7 50%,#ec4899 100%)}._emptyState_10ve8_267{text-align:center;color:#e8e8f0;opacity:.8;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}._emptyState_10ve8_267 ._emptyIcon_10ve8_277{filter:drop-shadow(0 0 12px #7877c666);margin-bottom:20px;font-size:56px;animation:3s ease-in-out infinite _float_10ve8_67}._emptyState_10ve8_267 h3{color:inherit;text-shadow:0 0 8px #7877c64d;margin:0 0 12px;font-size:20px;font-weight:600}._emptyState_10ve8_267 p{color:inherit;opacity:.9;margin:0 0 8px;line-height:1.5}@keyframes _float_10ve8_67{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._message_10ve8_223{flex-direction:column;max-width:80%;margin-bottom:12px;animation:.3s ease-out _messageSlideIn_10ve8_1;display:flex}._message_10ve8_223._user_10ve8_312{align-self:flex-end}._message_10ve8_223._user_10ve8_312 ._messageContent_10ve8_315{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_10ve8_223._user_10ve8_312 ._messageContent_10ve8_315:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 50%,#ffffff0d 100%);position:absolute;inset:0}._message_10ve8_223._user_10ve8_312 ._messageTime_10ve8_334{align-self:flex-end;margin-top:4px}._message_10ve8_223._assistant_10ve8_338{align-self:flex-start}._message_10ve8_223._assistant_10ve8_338 ._messageContent_10ve8_315{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_10ve8_223._assistant_10ve8_338 ._messageContent_10ve8_315:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#7877c61a 0%,#0000 50%,#4a90e214 100%);position:absolute;inset:0}._message_10ve8_223._assistant_10ve8_338 ._messageTime_10ve8_334{align-self:flex-start;margin-top:4px}@keyframes _messageSlideIn_10ve8_1{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}._messageContent_10ve8_315{word-wrap:break-word;padding:12px 16px;line-height:1.4}._messageText_10ve8_381{white-space:pre-wrap}._messageImages_10ve8_385{flex-wrap:wrap;gap:8px;margin-bottom:8px;display:flex}._messageImage_10ve8_385{object-fit:cover;border-radius:8px;max-width:200px;max-height:200px}._messageTime_10ve8_334{color:#ffffff80;margin:0 8px;font-size:11px}._loadingDots_10ve8_405{align-items:center;gap:6px;display:flex}._loadingDots_10ve8_405 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_10ve8_1;box-shadow:0 0 6px #7877c666}._loadingDots_10ve8_405 span:first-child{animation-delay:-.32s}._loadingDots_10ve8_405 span:nth-child(2){animation-delay:-.16s}._loadingDots_10ve8_405 span:nth-child(3){animation-delay:0s}@keyframes _loadingPulse_10ve8_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_10ve8_229{-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_10ve8_229:before{content:"";background:linear-gradient(90deg,#0000 0%,#7877c699 50%,#0000 100%);height:1px;position:absolute;top:0;left:0;right:0}._selectedImages_10ve8_458{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}._selectedImage_10ve8_458{border:2px solid #fff3;border-radius:8px;width:60px;height:60px;position:relative;overflow:hidden}._selectedImage_10ve8_458 img{object-fit:cover;width:100%;height:100%}._selectedImage_10ve8_458 ._removeImageBtn_10ve8_478{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_10ve8_458 ._removeImageBtn_10ve8_478 ._anticon_10ve8_493{font-size:10px}._selectedImage_10ve8_458 ._removeImageBtn_10ve8_478:hover{background:#000000e6}._inputRow_10ve8_500{align-items:flex-end;gap:12px;display:flex}._uploadBtn_10ve8_506{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_10ve8_506: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_10ve8_506:hover{color:#fff;background:linear-gradient(135deg,#4a90e24d 0%,#7877c633 100%);border-color:#4a90e299;transform:translateY(-1px);box-shadow:0 4px 16px #4a90e24d}._uploadBtn_10ve8_506:hover:before{left:100%}._uploadBtn_10ve8_506:active{transform:translateY(0)}._messageInput_10ve8_545{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_10ve8_545.ant-input{color:#e8e8f0;background:0 0;border:none}._messageInput_10ve8_545.ant-input::placeholder{color:#e8e8f080}._messageInput_10ve8_545.ant-input:focus,._messageInput_10ve8_545.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_10ve8_545 textarea{resize:none!important;color:#e8e8f0!important;background:0 0!important}._sendBtn_10ve8_572{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_10ve8_572: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_10ve8_572: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_10ve8_572:hover:not(:disabled):before{left:100%}._sendBtn_10ve8_572:active:not(:disabled){transform:translateY(-1px)scale(1.02)}._sendBtn_10ve8_572:disabled{color:#e8e8f04d;box-shadow:none;cursor:not-allowed;background:#3c3c5080;border-color:#7877c633}._sendControls_10ve8_616{flex-direction:column;flex-shrink:0;align-items:center;gap:8px;display:flex}._contextCheckbox_10ve8_624 .ant-checkbox ._ant-checkbox-inner_10ve8_624{background:linear-gradient(135deg,#0f0f23cc 0%,#19142d99 100%);border-color:#7877c666;border-radius:4px}._contextCheckbox_10ve8_624 .ant-checkbox ._ant-checkbox-inner_10ve8_624:after{border-color:#e8e8f0}._contextCheckbox_10ve8_624 .ant-checkbox._ant-checkbox-checked_10ve8_632 ._ant-checkbox-inner_10ve8_624{background:linear-gradient(135deg,#6366f1e6 0%,#a855f7cc 100%);border-color:#a855f799}._contextCheckbox_10ve8_624 .ant-checkbox:hover ._ant-checkbox-inner_10ve8_624{border-color:#7877c6cc}._contextCheckbox_10ve8_624 .ant-checkbox-wrapper{color:#e8e8f0cc;font-size:12px;font-weight:500}._contextCheckbox_10ve8_624 .ant-checkbox-wrapper:hover{color:#e8e8f0}._sessionHistory_10ve8_648{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_10ve8_663{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px;display:flex}._sessionHistoryHeader_10ve8_663 h4{color:var(--cyberpunk-text-primary,#e8e8f0);margin:0;font-size:16px;font-weight:600}._sessionsList_10ve8_677{flex:1;padding:8px;overflow-y:auto}._sessionsList_10ve8_677::-webkit-scrollbar{width:8px}._sessionsList_10ve8_677::-webkit-scrollbar-track{background:#0f0f23cc;border-radius:4px;margin:2px}._sessionsList_10ve8_677::-webkit-scrollbar-thumb{background:linear-gradient(#7877c6b3 0%,#4a90e299 100%);border-radius:4px;box-shadow:0 0 6px #7877c64d}._sessionsList_10ve8_677::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6e6 0%,#4a90e2cc 100%);box-shadow:0 0 8px #7877c680}._sessionItem_10ve8_701{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:8px;padding:12px;transition:all .2s;position:relative}._sessionItem_10ve8_701:hover{background:#ffffff14;border-color:#fff3}._sessionItem_10ve8_701._active_10ve8_715{background:var(--cyberpunk-purple-glow,#7877c64d);border-color:var(--cyberpunk-purple-glow,#7877c699)}._sessionTitle_10ve8_720{color:var(--cyberpunk-text-primary,#e8e8f0);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}._sessionMeta_10ve8_730{color:#fff9;font-size:12px}._deleteSessionBtn_10ve8_735{opacity:0;transition:opacity .2s;position:absolute;top:8px;right:8px}._sessionItem_10ve8_701:hover ._deleteSessionBtn_10ve8_735{opacity:1}._emptySessionHistory_10ve8_746{text-align:center;color:#ffffff80;margin-top:20px;font-style:italic}._modalActions_10ve8_753{align-items:center;gap:6px;display:flex}._actionBtn_10ve8_759{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_10ve8_759: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_10ve8_759:hover{color:#fff;background:#7877c633;border-color:#7877c699;transform:translateY(-1px);box-shadow:0 4px 12px #7877c64d}._actionBtn_10ve8_759:hover:before{left:100%}._actionBtn_10ve8_759:active{transform:translateY(0)}._sessionIndicator_10ve8_792{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_10ve8_1;display:flex}@keyframes _sessionPulse_10ve8_1{0%{box-shadow:0 0 8px #22c55e4d}to{box-shadow:0 0 12px #22c55e80}}._loadingIndicator_10ve8_815{color:var(--cyberpunk-text-primary,#e8e8f0);opacity:.7;align-items:center;gap:8px;display:flex}._loadingIndicator_10ve8_815 span{font-style:italic}._dots_10ve8_826{gap:2px;display:flex}._dots_10ve8_826 span{background:var(--cyberpunk-purple-glow,#7877c699);border-radius:50%;width:6px;height:6px;animation:1.4s infinite both _dotPulse_10ve8_1}._dots_10ve8_826 span:first-child{animation-delay:-.32s}._dots_10ve8_826 span:nth-child(2){animation-delay:-.16s}._dots_10ve8_826 span:nth-child(3){animation-delay:0s}@keyframes _dotPulse_10ve8_1{0%,80%,to{opacity:.5;transform:scale(0)}40%{opacity:1;transform:scale(1)}}._setupPanel_10ve8_857{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_10ve8_872{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px;display:flex}._setupHeader_10ve8_872 span{color:var(--cyberpunk-text-primary,#e8e8f0);font-size:16px;font-weight:600}._setupBody_10ve8_885{flex:1;padding:16px;overflow-y:auto}._instructionEditor_10ve8_891{flex-direction:column;gap:12px;display:flex}._instructionLabel_10ve8_897{color:var(--cyberpunk-text-primary,#e8e8f0);margin-bottom:8px;font-size:14px;font-weight:500}._instructionTextarea_10ve8_904{color:var(--cyberpunk-text-primary,#e8e8f0)!important;background:#ffffff0d!important;border:1px solid #fff3!important;border-radius:8px!important}._instructionTextarea_10ve8_904:focus{border-color:var(--cyberpunk-purple-glow,#7877c6cc)!important;background:#ffffff14!important;box-shadow:0 0 0 2px #7877c633!important}._instructionTextarea_10ve8_904::placeholder{color:#e8e8f080!important}._instructionActions_10ve8_919{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}._instructionInfo_10ve8_926{background:#4a90e21a;border:1px solid #4a90e24d;border-radius:6px;margin-top:16px;padding:12px}._instructionInfo_10ve8_926 small{color:#e8e8f0cc;font-size:12px;line-height:1.4}._storageWarning_10ve8_939{color:orange;text-align:center;background:#ffa5001a;border:1px solid #ffa5004d;border-radius:4px;margin-top:8px;padding:8px 12px;font-size:12px}._contextNote_10ve8_950{font-size:14px;font-weight:500;color:var(--cyberpunk-purple-glow,#7877c6cc)!important;margin-top:8px!important}._debugPanel_10ve8_218{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_10ve8_969{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_10ve8_979{flex:1;padding:12px;overflow-y:auto}._debugBody_10ve8_979::-webkit-scrollbar{width:8px}._debugBody_10ve8_979::-webkit-scrollbar-track{background:#0f0f23cc;border-radius:4px;margin:2px}._debugBody_10ve8_979::-webkit-scrollbar-thumb{background:linear-gradient(#7877c6b3 0%,#4a90e299 100%);border-radius:4px;box-shadow:0 0 6px #7877c64d}._debugBody_10ve8_979::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6e6 0%,#4a90e2cc 100%);box-shadow:0 0 8px #7877c680}._debugSection_10ve8_1003{background:#ffffff0f;border:1px solid #ffffff1a;border-radius:8px;margin-bottom:12px}._sectionHeader_10ve8_1010{color:var(--cyberpunk-text-primary,#e8e8f0);border-bottom:1px solid #ffffff14;padding:8px 12px;font-weight:600}._sectionContent_10ve8_1017{color:var(--cyberpunk-text-primary,#e8e8f0);padding:8px 12px}._contextItem_10ve8_1022{opacity:.9;font-size:12px}._contextItem_10ve8_1022+._contextItem_10ve8_1022{margin-top:8px}._contextItem_10ve8_1022 ul{margin:4px 0 0;padding-inline-start:18px}._performanceMetrics_10ve8_1034{grid-template-columns:1fr 1fr;align-items:center;gap:6px 12px;display:grid}._refreshBtn_10ve8_1041{margin-top:8px}._interactionHistory_10ve8_1045{margin-bottom:10px}._historyList_10ve8_1049{flex-direction:column;gap:6px;max-height:180px;display:flex;overflow-y:auto}._historyList_10ve8_1049::-webkit-scrollbar{width:6px}._historyList_10ve8_1049::-webkit-scrollbar-track{background:#0f0f2399;border-radius:3px}._historyList_10ve8_1049::-webkit-scrollbar-thumb{background:linear-gradient(#7877c699 0%,#4a90e280 100%);border-radius:3px}._historyList_10ve8_1049::-webkit-scrollbar-thumb:hover{background:linear-gradient(#7877c6cc 0%,#4a90e2b3 100%)}._historyItem_10ve8_1072{background:#ffffff0a;border-radius:4px;justify-content:space-between;align-items:flex-start;padding:4px 6px;font-size:12px;display:flex}._historyItem_10ve8_1072:hover{background:#ffffff14}._historyAction_10ve8_1085{align-items:center;gap:6px;display:flex}._actionType_10ve8_1091{text-transform:capitalize;font-weight:500}._actionElement_10ve8_1096{color:#fff9;white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}._historyTime_10ve8_1104{color:#ffffff80;white-space:nowrap;margin-left:8px;font-size:11px}._emptyHistory_10ve8_1111{text-align:center;color:#ffffff80;padding:8px;font-style:italic}._recentClicks_10ve8_1118{margin-bottom:10px}._clicksList_10ve8_1122{flex-direction:column;gap:6px;max-height:200px;display:flex;overflow-y:auto}._clicksList_10ve8_1122::-webkit-scrollbar{width:6px}._clicksList_10ve8_1122::-webkit-scrollbar-track{background:#0f0f2399;border-radius:3px}._clicksList_10ve8_1122::-webkit-scrollbar-thumb{background:linear-gradient(#4a90e299 0%,#7877c680 100%);border-radius:3px}._clicksList_10ve8_1122::-webkit-scrollbar-thumb:hover{background:linear-gradient(#4a90e2cc 0%,#7877c6b3 100%)}._clickItem_10ve8_1145{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_10ve8_1145:hover{background:#ffffff14}._clickInfo_10ve8_1159{flex-direction:column;flex:1;gap:2px;display:flex}._elementType_10ve8_1166{color:#74b3f7;text-transform:uppercase;font-size:10px;font-weight:600}._elementText_10ve8_1173{color:#ffffffe6;white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-style:italic;overflow:hidden}._elementId_10ve8_1182{color:#50fa7b;font-family:Monaco,Menlo,monospace;font-size:10px}._elementClasses_10ve8_1188{color:#8be9fd;font-family:Monaco,Menlo,monospace;font-size:10px}._parentContext_10ve8_1194{color:#fff9;font-size:10px}._clickTime_10ve8_1199{color:#ffffff80;white-space:nowrap;margin-left:8px;font-size:10px}._exitButtonContainer_10ve8_1206{z-index:10;position:absolute;bottom:16px;right:16px}._exitButton_10ve8_1206{-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_10ve8_1206: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_10ve8_1206:active{transition:all .1s cubic-bezier(.4,0,.2,1);transform:translateY(-1px)scale(1.02)}._exitButton_10ve8_1206:focus{outline:none;box-shadow:0 8px 16px #0000004d,0 0 20px #7877c64d,0 0 0 3px #7877c666,inset 0 1px #fff3}._exitButton_10ve8_1206 ._anticon_10ve8_493{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-cyan-rgb:6, 182, 212;--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_rsljy_38{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_rsljy_63{text-align:center}._floatingButton_rsljy_67{z-index:9999;position:fixed}._aiButton_rsljy_72{-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_rsljy_72:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}._aiButton_rsljy_72:active{transform:translateY(0)}._aiButton_rsljy_72._active_rsljy_92{background:linear-gradient(135deg,#ff4d4f,#fa8c16)}._aiButton_rsljy_72._active_rsljy_92:hover{background:linear-gradient(135deg,#ff8081,#fba548)}._aiButton_rsljy_72 .anticon{color:#fff;font-size:24px}._aiButton_rsljy_72 ._aiLogo_rsljy_102{object-fit:contain;filter:brightness()contrast();width:60px;height:60px}._aiButton_rsljy_72:not(._active_rsljy_92):not(._dragging_rsljy_108){animation:2s ease-in-out infinite _pulse_rsljy_1}._aiButton_rsljy_72._dragging_rsljy_108{animation:none;cursor:grabbing!important}@keyframes _pulse_rsljy_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_rsljy_72{width:56px;height:56px}._aiButton_rsljy_72 .anticon{font-size:20px}}
