@charset "UTF-8";html,body{width:100%;height:100%;overflow:hidden;font-family:Arial,sans-serif}#root{width:100%;height:100%}.editor-panel{position:fixed;top:20px;right:20px;background:#000000e6;border-radius:12px;box-shadow:0 8px 32px #00000080;color:#fff;z-index:9999;max-width:400px;width:90%;height:85vh;max-height:700px;overflow:hidden;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.editor-panel.collapsed{max-width:200px}.editor-panel__header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d}.editor-panel__header h3{margin:0;font-size:18px;font-weight:600}.editor-panel__toggle{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}.editor-panel__toggle:hover{background:#fff3;transform:scale(1.1)}.editor-panel__content{overflow-y:hidden;flex:1;padding:20px;display:flex;flex-direction:column}.editor-panel__mode-switch{margin-bottom:20px;padding:16px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}.editor-panel__mode-label{display:flex;flex-direction:column;gap:12px}.editor-panel__mode-label span{font-size:13px;font-weight:600;color:#ffffffe6}.editor-panel__switch-container{display:flex;gap:8px}.editor-panel__switch-btn{flex:1;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff9;cursor:pointer;transition:all .2s;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px}.editor-panel__switch-btn:hover{background:#ffffff1a;color:#fffc}.editor-panel__switch-btn.active{background:#4a9eff33;border-color:#4a9eff;color:#4a9eff;font-weight:600}.editor-panel__mode-hint{margin:8px 0 0;font-size:12px;color:#ffffff80}.editor-panel__mode-hint kbd{background:#ffffff1a;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:11px;border:1px solid rgba(255,255,255,.2)}.editor-panel__tabs{display:flex;gap:8px;margin-bottom:20px}.editor-panel__tab{flex:1;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s;font-size:13px}.editor-panel__tab:hover{background:#ffffff1a;color:#fffc}.editor-panel__tab.active{background:#4a9eff;color:#fff;border-color:#4a9eff}.editor-panel__section{display:flex;flex-direction:column;flex:1;min-height:0}.editor-panel__section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#ffffffe6;flex-shrink:0}.editor-panel__panorama-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-bottom:16px;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;align-content:flex-start}.editor-panel__panorama-list::-webkit-scrollbar{width:6px}.editor-panel__panorama-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.editor-panel__panorama-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.editor-panel__panorama-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.editor-panel__panorama-item{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s;font-size:13px;text-align:center}.editor-panel__panorama-item:hover{background:#ffffff1a;border-color:#fff3}.editor-panel__panorama-item.active{background:#4a9eff;border-color:#4a9eff}.editor-panel__info{padding:12px;background:#4a9eff1a;border-radius:8px;border:1px solid rgba(74,158,255,.2);margin-top:16px}.editor-panel__info p{margin:4px 0;font-size:13px;color:#ffffffe6}.editor-panel__help{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3!important;font-style:italic}.editor-panel__help kbd{display:inline-block;padding:2px 8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-family:monospace;font-size:12px;font-weight:600;font-style:normal;color:#fff;margin:0 4px;box-shadow:0 2px 4px #0003}.editor-panel__form{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0;display:flex;flex-direction:column}.editor-panel__form::-webkit-scrollbar{width:6px}.editor-panel__form::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.editor-panel__form::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.editor-panel__form::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.editor-panel__form-group{margin-bottom:16px;flex-shrink:0}.editor-panel__form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#fffc}.editor-panel__form-group input,.editor-panel__form-group textarea,.editor-panel__form-group select{width:100%;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:13px;font-family:inherit}.editor-panel__form-group input:focus,.editor-panel__form-group textarea:focus,.editor-panel__form-group select:focus{outline:none;border-color:#4a9eff;background:#ffffff14}.editor-panel__form-group input::placeholder,.editor-panel__form-group textarea::placeholder,.editor-panel__form-group select::placeholder{color:#ffffff4d}.editor-panel__form-group textarea{resize:vertical;min-height:60px}.editor-panel__form-group small{display:block;margin-top:4px;color:#ffffff80;font-size:11px}.editor-panel__form-actions{display:flex;gap:8px;margin-top:20px;flex-shrink:0;padding-bottom:8px}.editor-panel__hotspot-list{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0}.editor-panel__hotspot-list::-webkit-scrollbar{width:6px}.editor-panel__hotspot-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.editor-panel__hotspot-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.editor-panel__hotspot-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.editor-panel__hotspot-list h4{margin-bottom:12px}.editor-panel__hotspot-item{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s}.editor-panel__hotspot-item:hover{background:#ffffff1a;border-color:#fff3;transform:translate(4px)}.editor-panel__hotspot-item strong{display:block;margin-bottom:4px;font-size:13px}.editor-panel__hotspot-item small{color:#fff9;font-size:11px}.editor-panel__infopoint-list{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0}.editor-panel__infopoint-list::-webkit-scrollbar{width:6px}.editor-panel__infopoint-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}.editor-panel__infopoint-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.editor-panel__infopoint-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.editor-panel__infopoint-list h4{margin-bottom:12px}.editor-panel__infopoint-item{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s}.editor-panel__infopoint-item:hover{background:#ffffff1a;border-color:#fff3;transform:translate(4px)}.editor-panel__infopoint-item strong{display:block;margin-bottom:4px;font-size:13px}.editor-panel__infopoint-item small{color:#fff9;font-size:11px}.editor-panel__empty{text-align:center;padding:24px;color:#ffffff80;font-size:13px}.editor-panel__btn{padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s;flex:1}.editor-panel__btn:hover{background:#ffffff26;transform:translateY(-1px)}.editor-panel__btn:active{transform:translateY(0)}.editor-panel__btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.editor-panel__btn--primary{background:#4a9eff;border-color:#4a9eff}.editor-panel__btn--primary:hover{background:#3d8fe6}.editor-panel__btn--danger{background:#ff4a4a;border-color:#ff4a4a;flex:0}.editor-panel__btn--danger:hover{background:#e63d3d}.editor-panel__btn--export{flex:0;width:100%;background:#2ecc71;border:none;font-weight:600}.editor-panel__btn--export:hover{background:#27ae60}.editor-panel__footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);background:#0000004d}.editor-panel__form-group-option{color:#000}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background-color:#000;color:#fff;overflow:hidden}#root{width:100vw;height:100vh}.app{width:100%;height:100%;position:relative;overflow:hidden}.tour360{width:100%;height:100%;position:relative}.tour360__canvas{width:100%;height:100%;cursor:grab}.tour360__canvas:active{cursor:grabbing}.tour360__ui{position:absolute;inset:0;pointer-events:none;z-index:100}.tour360__selectors-container{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:10px;pointer-events:auto}.tour360__selectors-wrapper{position:absolute;display:flex;gap:10px;top:20px;left:20px;pointer-events:auto}.tour360__selector-container{pointer-events:auto}.tour360__controls{position:absolute;top:20px;left:20px;display:flex;flex-direction:column;gap:10px;pointer-events:auto}.tour360__controls-button{background:#000000b3;border:1px solid rgba(255,255,255,.2);color:#fff;padding:12px 16px;border-radius:8px;cursor:pointer;transition:all .3s ease;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tour360__controls-button:hover{background:#000000e6;border-color:#007bff}.tour360__controls-button.active{background:#007bff;border-color:#007bff}.tour360__info{position:absolute;bottom:64px;left:50%;transform:translate(-50%);text-align:center;pointer-events:auto;padding:15px 20px;border-radius:8px;background:#000c;margin-bottom:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);width:calc(100vw - 40px);display:flex;justify-content:center;align-items:center;flex-direction:column}.tour360__info-title h2{font-size:18px;margin-bottom:5px;color:#fff}.tour360__info-title p{font-size:14px;color:#fffc}.tour360__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:20px;color:#fff}.tour360__loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top:3px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}.tour360__loading p{font-size:16px}.hotspot{position:relative;width:64px;height:64px;background:#007bff;border:8px solid #ffffff;border-radius:50%;cursor:pointer;transition:all .3s ease;animation:pulse 2s infinite;box-shadow:0 2px 10px #0000004d}.hotspot:hover{transform:scale(1.2);animation:none}.hotspot.disabled{cursor:not-allowed;animation:none}.hotspot--gallery{background:#007bff;border-color:#ffffffe6}.hotspot--gallery:before{content:"🖼️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px}.hotspot__tooltip{position:absolute;bottom:72px;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:12px 24px;border-radius:8px;font-size:24px;white-space:nowrap;opacity:0;pointer-events:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);z-index:1000}.hotspot__tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#000000e6}.hotspot:hover .hotspot__tooltip{opacity:1}.infopoint{position:relative;width:60px;height:60px;background:#969696cc;border:5px solid rgba(200,200,200,.9);border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.infopoint:hover{background:#b4b4b4e6;transform:scale(1.1)}.infopoint__icon{color:#fff;font-size:30px;font-weight:700;font-family:Georgia,serif;font-style:italic}.infopoint__card{position:absolute;bottom:78px;left:50%;transform:translate(-50%);background:#fffffff2;color:#333;padding:24px 30px;border-radius:8px;min-width:375px;max-width:525px;box-shadow:0 4px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(200,200,200,.5);z-index:1000;animation:fadeInUp .3s ease}.infopoint__card:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:12px solid transparent;border-top-color:#fffffff2}.infopoint__card-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#666;font-size:36px;line-height:1;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.infopoint__card-close:hover{color:#333}.infopoint__card-title{font-size:24px;font-weight:600;color:#333;margin:0 0 12px;padding-right:30px}.infopoint__card-content{font-size:21px;color:#555;line-height:1.5;margin:0}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{box-shadow:0 0 #007bffb3}70%{box-shadow:0 0 0 24px #007bff00}to{box-shadow:0 0 #007bff00}}@media (max-width: 768px){.tour360__selectors-wrapper,.tour360__selectors-container{top:10px;left:10px;right:10px;gap:8px;max-width:calc(100% - 20px)}.tour360__selector-container{max-width:100%}.tour360__controls{top:10px;left:10px;gap:8px}.tour360__controls-button{padding:10px 12px;font-size:12px}.tour360__info{bottom:80px}.tour360__info-title{padding:12px 16px}.tour360__info-title h2{font-size:16px}.tour360__info-title p{font-size:12px}.hotspot{width:48px;height:48px;border-width:6px}.hotspot__tooltip{font-size:14px;padding:10px 14px;bottom:60px}.infopoint{width:54px;height:54px;border-width:3px}.infopoint__icon{font-size:27px}.infopoint__card{bottom:72px;min-width:300px;max-width:420px;padding:21px 24px}.infopoint__card-title{font-size:21px}.infopoint__card-content{font-size:20px}}@media (max-width: 400px){.tour360__info{bottom:70px}.tour360__info-title{padding:10px 14px}.tour360__info-title h2{font-size:14px}.tour360__info-title p{font-size:11px}.hotspot{width:44px;height:44px;border-width:5px}.hotspot__tooltip{font-size:13px;padding:8px 12px;bottom:56px}.infopoint{width:48px;height:48px}.infopoint__icon{font-size:24px}.infopoint__card{bottom:66px;min-width:270px;max-width:360px;padding:18px 21px}.infopoint__card-title{font-size:20px}.infopoint__card-content{font-size:18px}}.gallery-viewer~#VRButton,body:has(.gallery-viewer) #VRButton{display:none!important}._editor-panel_1astm_1{position:fixed;top:20px;right:20px;background:#000000e6;border-radius:12px;box-shadow:0 8px 32px #00000080;color:#fff;z-index:9999;max-width:400px;width:90%;height:85vh;max-height:700px;overflow:hidden;display:flex;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}._editor-panel_1astm_1._collapsed_1astm_20{max-width:200px}._editor-panel__header_1astm_23{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff0d}._editor-panel__header_1astm_23 h3{margin:0;font-size:18px;font-weight:600}._editor-panel__toggle_1astm_36{background:#ffffff1a;border:none;color:#fff;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .2s}._editor-panel__toggle_1astm_36:hover{background:#fff3;transform:scale(1.1)}._editor-panel__content_1astm_54{overflow-y:hidden;flex:1;padding:20px;display:flex;flex-direction:column}._editor-panel__mode-switch_1astm_61{margin-bottom:20px;padding:16px;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.1)}._editor-panel__mode-label_1astm_68{display:flex;flex-direction:column;gap:12px}._editor-panel__mode-label_1astm_68 span{font-size:13px;font-weight:600;color:#ffffffe6}._editor-panel__switch-container_1astm_78{display:flex;gap:8px}._editor-panel__switch-btn_1astm_82{flex:1;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff9;cursor:pointer;transition:all .2s;font-size:13px;display:flex;align-items:center;justify-content:center;gap:6px}._editor-panel__switch-btn_1astm_82:hover{background:#ffffff1a;color:#fffc}._editor-panel__switch-btn_1astm_82._active_1astm_101{background:#4a9eff33;border-color:#4a9eff;color:#4a9eff;font-weight:600}._editor-panel__mode-hint_1astm_107{margin:8px 0 0;font-size:12px;color:#ffffff80}._editor-panel__mode-hint_1astm_107 kbd{background:#ffffff1a;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:11px;border:1px solid rgba(255,255,255,.2)}._editor-panel__tabs_1astm_120{display:flex;gap:8px;margin-bottom:20px}._editor-panel__tab_1astm_120{flex:1;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff9;cursor:pointer;transition:all .2s;font-size:13px}._editor-panel__tab_1astm_120:hover{background:#ffffff1a;color:#fffc}._editor-panel__tab_1astm_120._active_1astm_101{background:#4a9eff;color:#fff;border-color:#4a9eff}._editor-panel__section_1astm_145{display:flex;flex-direction:column;flex:1;min-height:0}._editor-panel__section_1astm_145 h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#ffffffe6;flex-shrink:0}._editor-panel__panorama-list_1astm_158{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;margin-bottom:16px;flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;align-content:flex-start}._editor-panel__panorama-list_1astm_158::-webkit-scrollbar{width:6px}._editor-panel__panorama-list_1astm_158::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._editor-panel__panorama-list_1astm_158::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._editor-panel__panorama-list_1astm_158::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._editor-panel__panorama-item_1astm_184{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s;font-size:13px;text-align:center}._editor-panel__panorama-item_1astm_184:hover{background:#ffffff1a;border-color:#fff3}._editor-panel__panorama-item_1astm_184._active_1astm_101{background:#4a9eff;border-color:#4a9eff}._editor-panel__info_1astm_203{padding:12px;background:#4a9eff1a;border-radius:8px;border:1px solid rgba(74,158,255,.2);margin-top:16px}._editor-panel__info_1astm_203 p{margin:4px 0;font-size:13px;color:#ffffffe6}._editor-panel__help_1astm_215{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);color:#ffffffb3!important;font-style:italic}._editor-panel__help_1astm_215 kbd{display:inline-block;padding:2px 8px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-family:monospace;font-size:12px;font-weight:600;font-style:normal;color:#fff;margin:0 4px;box-shadow:0 2px 4px #0003}._editor-panel__form_1astm_236{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0;display:flex;flex-direction:column}._editor-panel__form_1astm_236::-webkit-scrollbar{width:6px}._editor-panel__form_1astm_236::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._editor-panel__form_1astm_236::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._editor-panel__form_1astm_236::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._editor-panel__form-group_1astm_260{margin-bottom:16px;flex-shrink:0}._editor-panel__form-group_1astm_260 label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#fffc}._editor-panel__form-group_1astm_260 input,._editor-panel__form-group_1astm_260 textarea,._editor-panel__form-group_1astm_260 select{width:100%;padding:10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:13px;font-family:inherit}._editor-panel__form-group_1astm_260 input:focus,._editor-panel__form-group_1astm_260 textarea:focus,._editor-panel__form-group_1astm_260 select:focus{outline:none;border-color:#4a9eff;background:#ffffff14}._editor-panel__form-group_1astm_260 input::placeholder,._editor-panel__form-group_1astm_260 textarea::placeholder,._editor-panel__form-group_1astm_260 select::placeholder{color:#ffffff4d}._editor-panel__form-group_1astm_260 textarea{resize:vertical;min-height:60px}._editor-panel__form-group_1astm_260 small{display:block;margin-top:4px;color:#ffffff80;font-size:11px}._editor-panel__form-actions_1astm_305{display:flex;gap:8px;margin-top:20px;flex-shrink:0;padding-bottom:8px}._editor-panel__hotspot-list_1astm_312{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0}._editor-panel__hotspot-list_1astm_312::-webkit-scrollbar{width:6px}._editor-panel__hotspot-list_1astm_312::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._editor-panel__hotspot-list_1astm_312::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._editor-panel__hotspot-list_1astm_312::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._editor-panel__hotspot-list_1astm_312 h4{margin-bottom:12px}._editor-panel__hotspot-item_1astm_337{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s}._editor-panel__hotspot-item_1astm_337:hover{background:#ffffff1a;border-color:#fff3;transform:translate(4px)}._editor-panel__hotspot-item_1astm_337 strong{display:block;margin-bottom:4px;font-size:13px}._editor-panel__hotspot-item_1astm_337 small{color:#fff9;font-size:11px}._editor-panel__infopoint-list_1astm_360{flex:1;overflow-y:auto;overflow-x:hidden;padding-right:4px;min-height:0}._editor-panel__infopoint-list_1astm_360::-webkit-scrollbar{width:6px}._editor-panel__infopoint-list_1astm_360::-webkit-scrollbar-track{background:#ffffff0d;border-radius:3px}._editor-panel__infopoint-list_1astm_360::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}._editor-panel__infopoint-list_1astm_360::-webkit-scrollbar-thumb:hover{background:#ffffff4d}._editor-panel__infopoint-list_1astm_360 h4{margin-bottom:12px}._editor-panel__infopoint-item_1astm_385{padding:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;margin-bottom:8px;cursor:pointer;transition:all .2s}._editor-panel__infopoint-item_1astm_385:hover{background:#ffffff1a;border-color:#fff3;transform:translate(4px)}._editor-panel__infopoint-item_1astm_385 strong{display:block;margin-bottom:4px;font-size:13px}._editor-panel__infopoint-item_1astm_385 small{color:#fff9;font-size:11px}._editor-panel__empty_1astm_408{text-align:center;padding:24px;color:#ffffff80;font-size:13px}._editor-panel__btn_1astm_414{padding:10px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s;flex:1}._editor-panel__btn_1astm_414:hover{background:#ffffff26;transform:translateY(-1px)}._editor-panel__btn_1astm_414:active{transform:translateY(0)}._editor-panel__btn_1astm_414:disabled{opacity:.5;cursor:not-allowed;transform:none!important}._editor-panel__btn--primary_1astm_438{background:#4a9eff;border-color:#4a9eff}._editor-panel__btn--primary_1astm_438:hover{background:#3d8fe6}._editor-panel__btn--danger_1astm_445{background:#ff4a4a;border-color:#ff4a4a;flex:0}._editor-panel__btn--danger_1astm_445:hover{background:#e63d3d}._editor-panel__btn--export_1astm_453{flex:0;width:100%;background:#2ecc71;border:none;font-weight:600}._editor-panel__btn--export_1astm_453:hover{background:#27ae60}._editor-panel__footer_1astm_463{padding:16px 20px;border-top:1px solid rgba(255,255,255,.1);background:#0000004d}._editor-panel__form-group-option_1astm_469{color:#000}.panorama-selector{position:relative;min-width:220px;max-width:320px;width:100%;z-index:1000}.panorama-selector__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#000000d9;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left}.panorama-selector__trigger:hover:not(:disabled){background:#000000f2;border-color:#007bff}.panorama-selector__trigger:disabled{opacity:.6;cursor:not-allowed}.panorama-selector__trigger:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff33}.panorama-selector__trigger-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panorama-selector__trigger-icon{flex-shrink:0;transition:transform .3s ease}.panorama-selector__trigger-icon.open{transform:rotate(180deg)}.panorama-selector__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#000000f2;border:1px solid rgba(255,255,255,.2);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000080;animation:fadeIn .2s ease;max-height:400px;overflow:hidden}.panorama-selector__list{max-height:400px;overflow-y:auto;overflow-x:hidden;padding:4px}.panorama-selector__list::-webkit-scrollbar{width:8px}.panorama-selector__list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.panorama-selector__list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.panorama-selector__list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.panorama-selector__list{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.panorama-selector__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;text-align:left}.panorama-selector__item:hover:not(:disabled){background:#ffffff1a}.panorama-selector__item:disabled{opacity:.5;cursor:not-allowed}.panorama-selector__item.active{background:#007bff33;color:#007bff;font-weight:500}.panorama-selector__item.active:hover{background:#007bff4d}.panorama-selector__item-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panorama-selector__item-check{flex-shrink:0;color:#007bff}@media (max-width: 768px){.panorama-selector{min-width:180px;max-width:calc(100vw - 40px)}.panorama-selector__trigger{padding:10px 14px;font-size:13px}.panorama-selector__dropdown{max-height:300px}.panorama-selector__list{max-height:300px;padding:2px}.panorama-selector__list::-webkit-scrollbar{width:6px}.panorama-selector__item{padding:10px 14px;font-size:13px}}@media (max-width: 400px){.panorama-selector{min-width:150px}.panorama-selector__trigger{padding:8px 12px;font-size:12px}.panorama-selector__dropdown,.panorama-selector__list{max-height:250px}.panorama-selector__item{padding:8px 12px;font-size:12px}}@media (max-height: 500px) and (orientation: landscape){.panorama-selector__dropdown,.panorama-selector__list{max-height:200px}}.hotspot-selector{position:relative;min-width:220px;max-width:320px;width:100%;z-index:1000}.hotspot-selector__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 16px;background:#007bff26;border:1px solid rgba(0,123,255,.3019607843);border-radius:8px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left}.hotspot-selector__trigger:hover{background:#007bff40;border-color:#007bff}.hotspot-selector__trigger:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff33}.hotspot-selector__trigger-icon-left{flex-shrink:0;color:#007bff}.hotspot-selector__trigger-text{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hotspot-selector__trigger-icon{flex-shrink:0;transition:transform .3s ease}.hotspot-selector__trigger-icon.open{transform:rotate(180deg)}.hotspot-selector__dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#000000f2;border:1px solid rgba(0,123,255,.3019607843);border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #007bff33;animation:fadeIn .2s ease;max-height:400px;overflow:hidden}.hotspot-selector__list{max-height:400px;overflow-y:auto;overflow-x:hidden;padding:4px}.hotspot-selector__list::-webkit-scrollbar{width:8px}.hotspot-selector__list::-webkit-scrollbar-track{background:#ff6b350d;border-radius:4px}.hotspot-selector__list::-webkit-scrollbar-thumb{background:#007bff4d;border-radius:4px}.hotspot-selector__list::-webkit-scrollbar-thumb:hover{background:#007bff80}.hotspot-selector__list{scrollbar-width:thin;scrollbar-color:rgba(0,123,255,.3019607843) rgba(255,107,53,.05)}.hotspot-selector__divider{height:1px;background:#007bff33;margin:4px 8px}.hotspot-selector__item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:6px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:14px;text-align:left}.hotspot-selector__item:hover{background:#007bff26}.hotspot-selector__item.active{background:#007bff40;color:#007bff;font-weight:500}.hotspot-selector__item.active:hover{background:#007bff59}.hotspot-selector__item--clear{color:#ffffffb3}.hotspot-selector__item--clear:hover{background:#ffffff1a;color:#fff}.hotspot-selector__item-content{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.hotspot-selector__item-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.hotspot-selector__item-description{font-size:12px;color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hotspot-selector__item-icon{flex-shrink:0}.hotspot-selector__item-check{flex-shrink:0;color:#007bff}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hotspot-selector{min-width:180px;max-width:calc(100vw - 40px)}.hotspot-selector__trigger{padding:10px 14px;font-size:13px}.hotspot-selector__dropdown{max-height:300px}.hotspot-selector__list{max-height:300px;padding:2px}.hotspot-selector__list::-webkit-scrollbar{width:6px}.hotspot-selector__item{padding:10px 14px;font-size:13px}.hotspot-selector__item-description{font-size:11px}}@media (max-width: 400px){.hotspot-selector{min-width:150px}.hotspot-selector__trigger{padding:8px 12px;font-size:12px}.hotspot-selector__dropdown,.hotspot-selector__list{max-height:250px}.hotspot-selector__item{padding:8px 12px;font-size:12px}.hotspot-selector__item-description{font-size:10px}}@media (max-height: 500px) and (orientation: landscape){.hotspot-selector__dropdown,.hotspot-selector__list{max-height:200px}}.gallery-viewer{display:flex;flex-direction:column}.gallery-viewer__close-button{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;width:3rem;height:3rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;box-shadow:0 4px 12px #0000004d}.gallery-viewer__close-button svg{width:24px;height:24px}.gallery-viewer__close-button:hover{background:#fff3;transform:scale(1.1)}.gallery-viewer__main{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery-viewer__image-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-viewer__image{width:100vw;height:auto;object-fit:contain}.gallery-viewer__nav{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:5;box-shadow:0 4px 12px #0000004d}.gallery-viewer__nav svg{width:24px;height:24px}.gallery-viewer__nav:hover{background:#fff3;transform:translateY(-50%) scale(1.1)}.gallery-viewer__nav--prev{left:20px}.gallery-viewer__nav--next{right:20px}.gallery-viewer__controls{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:2rem;z-index:15;background:#4040401a;border:1px solid rgba(64,64,64,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:15px 20px;border-radius:8px}.gallery-viewer__dots{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;justify-content:center;max-width:80%}.gallery-viewer__dot{width:.5rem;height:.5rem;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .2s;flex-shrink:0}.gallery-viewer__dot:hover{background:#ffffff80;transform:scale(1.2)}.gallery-viewer__dot.active{background:#fff;transform:scale(1.5)}.gallery-viewer__counter{color:#fff;font-size:.9rem;opacity:.8;white-space:nowrap}.gallery-viewer__note{width:max-content;background:#3b82f6e6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.85rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #3b82f64d;margin-bottom:10px}@media (max-width: 768px){.gallery-viewer__close-button{top:1rem;right:1rem;width:2.5rem;height:2.5rem}.gallery-viewer__close-button svg{width:20px;height:20px}.gallery-viewer__nav{width:2.5rem;height:2.5rem}.gallery-viewer__nav svg{width:20px;height:20px}.gallery-viewer__nav--prev{left:20px}.gallery-viewer__nav--next{right:20px}.gallery-viewer__controls{gap:1rem}.gallery-viewer__dots{max-width:90%}.gallery-viewer__image{width:auto;height:100vh}}.notification{position:fixed;top:20px;left:50%;transform:translate(-50%);z-index:1000;animation:slideDown .3s ease-out}.notification__content{background:#3b82f6f2;color:#fff;padding:15px 20px;border-radius:.75rem;display:flex;align-items:center;gap:1rem;box-shadow:0 10px 25px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);min-width:300px;max-width:90vw}.notification__message{width:100%;text-align:center;font-size:.95rem;font-weight:500}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.notification{top:60px}.notification__content{padding:.75rem 1rem;min-width:auto}.notification__message{font-size:.85rem}}
