.panorama-360-viewer{position:relative;width:100%;height:100%;background:#000;overflow:hidden}.panorama-360-container{width:100%;height:100%}.panorama-360-container canvas{display:block;width:100%;height:100%;background:#000}.panorama-360-transition-overlay{position:absolute;inset:0;background:#000;opacity:0;pointer-events:none;z-index:15;will-change:opacity}.panorama-360-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.panorama-360-loading p{margin:0;font-size:14px}.panorama-360-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#f00c;color:#fff;padding:16px 24px;border-radius:8px;z-index:10;max-width:80%;text-align:center}.panorama-360-error p{margin:0;font-size:14px}.panorama-360-info{position:absolute;top:16px;left:16px;background:#000000b3;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;z-index:10;pointer-events:none}.panorama-360-info p{margin:0}.panorama-360-controls-hint{position:absolute;bottom:16px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;z-index:10;pointer-events:none}.panorama-360-controls-hint p{margin:0}.panorama-360-viewer.edit-mode .panorama-360-container{cursor:crosshair}.panorama-360-viewer.dragging-hotspot .panorama-360-container,.panorama-360-viewer.dragging-hotspot .panorama-hotspot-marker.editable,.panorama-360-viewer.dragging-popup .panorama-360-container{cursor:grabbing}.panorama-hotspot-marker{position:absolute;transform:translate(-50%,-50%);z-index:20;color:#fff;border:2px solid white;border-radius:50%;width:28px;height:28px;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0006;transition:transform .15s,box-shadow .15s}.panorama-360-viewer.dragging-hotspot .panorama-hotspot-marker{transition:none}.panorama-hotspot-marker.shape-square{border-radius:4px;width:26px;height:26px}.panorama-hotspot-marker.shape-pin{border-radius:50% 50% 50% 0;width:24px;height:24px;transform:translate(-50%,-75%) rotate(-45deg)}.panorama-hotspot-marker.shape-pin .panorama-hotspot-pulse{border-radius:50% 50% 50% 0}.panorama-hotspot-marker.shape-pin .panorama-hotspot-label{transform:translate(-50%) rotate(45deg)}.panorama-hotspot-marker:hover,.panorama-hotspot-marker.highlighted,.panorama-hotspot-marker.selected{box-shadow:0 4px 16px color-mix(in srgb,var(--hotspot-color, #4a9eff) 60%,transparent)}.panorama-hotspot-marker.shape-circle:hover,.panorama-hotspot-marker.shape-circle.highlighted,.panorama-hotspot-marker.shape-circle.selected,.panorama-hotspot-marker.shape-square:hover,.panorama-hotspot-marker.shape-square.highlighted,.panorama-hotspot-marker.shape-square.selected{transform:translate(-50%,-50%) scale(1.15)}.panorama-hotspot-marker.shape-pin:hover,.panorama-hotspot-marker.shape-pin.highlighted,.panorama-hotspot-marker.shape-pin.selected{transform:translate(-50%,-75%) rotate(-45deg) scale(1.15)}.panorama-hotspot-marker.editable{cursor:grab}.panorama-hotspot-marker.editable:active,.panorama-hotspot-marker.selected.editable{cursor:grabbing}.panorama-hotspot-marker.selected{outline:2px dashed rgba(255,255,255,.85);outline-offset:4px}.panorama-hotspot-marker.draft{opacity:.85;border:2px dashed rgba(255,255,255,.9);box-shadow:0 0 0 2px #00000059}.panorama-hotspot-marker.draft .panorama-hotspot-pulse{animation:none;opacity:.45}.panorama-hotspot-pulse{position:absolute;inset:-6px;border-radius:inherit;border:2px solid var(--hotspot-color, currentColor);opacity:.5;animation:hotspot-pulse 2s ease-out infinite;pointer-events:none}@keyframes hotspot-pulse{0%{transform:scale(.8);opacity:.7}to{transform:scale(1.6);opacity:0}}.panorama-hotspot-label{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);white-space:nowrap;background:#000000bf;color:#fff;font-size:11px;padding:3px 8px;border-radius:4px;pointer-events:none;opacity:0;transition:opacity .15s}.panorama-hotspot-marker:hover .panorama-hotspot-label{opacity:1}.panorama-hotspot-info-popup{position:absolute;background:#101018f2;border:1px solid var(--popup-border-color, #ffb43c);border-radius:10px;padding:20px 24px;z-index:30;color:#fff;box-shadow:0 8px 32px #00000080;pointer-events:auto}.panorama-hotspot-info-popup.view-only{pointer-events:none;z-index:40}.panorama-hotspot-info-popup.view-only .panorama-hotspot-info-close{pointer-events:auto}.panorama-hotspot-info-drag-handle{cursor:grab;margin:-20px -24px 10px;padding:20px 44px 0 24px;-webkit-user-select:none;user-select:none;touch-action:none}.panorama-hotspot-info-popup.dragging .panorama-hotspot-info-drag-handle{cursor:grabbing}.panorama-hotspot-info-popup h3{margin:0 0 10px;font-size:16px}.panorama-hotspot-info-popup p{margin:0;font-size:14px;line-height:1.5;color:#fffc}.panorama-hotspot-info-close{position:absolute;top:8px;right:10px;background:transparent;border:none;color:#ffffff80;font-size:20px;cursor:pointer;line-height:1}.panorama-hotspot-info-close:hover{color:#fff}.panorama-url-iframe-overlay{position:absolute;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;pointer-events:auto}.panorama-url-iframe-backdrop{position:absolute;inset:0;background:#000000a6}.panorama-url-iframe-panel{position:relative;display:flex;flex-direction:column;width:min(960px,100%);height:min(80vh,720px);background:#101018fa;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 16px 48px #0000008c;overflow:hidden}.panorama-url-iframe-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.panorama-url-iframe-header-text{flex:1;min-width:0}.panorama-url-iframe-header h3{margin:0;font-size:15px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panorama-url-iframe-subtitle{margin:4px 0 0;font-size:12px;line-height:1.4;color:#ffffff8c}.panorama-url-iframe-header-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.panorama-url-iframe-open-btn{display:inline-flex;align-items:center;justify-content:center;padding:7px 14px;border-radius:6px;background:#4a9eff;color:#fff;font-size:13px;font-weight:600;text-decoration:none;white-space:nowrap;border:none;cursor:pointer;transition:background .15s}.panorama-url-iframe-open-btn:hover{background:#3a8eef;text-decoration:none}.panorama-url-iframe-open-btn-lg{padding:10px 20px;font-size:14px}.panorama-url-iframe-open-btn-sm{padding:6px 12px;font-size:12px}.panorama-url-iframe-close{background:transparent;border:none;color:#ffffff8c;font-size:24px;line-height:1;cursor:pointer;padding:0 4px;flex-shrink:0}.panorama-url-iframe-close:hover{color:#fff}.panorama-url-iframe-body{position:relative;flex:1;min-height:0;display:flex;flex-direction:column}.panorama-url-iframe{flex:1;width:100%;border:none;background:#fff}.panorama-url-iframe-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#101018eb;color:#ffffffd9;z-index:1;pointer-events:none}.panorama-url-iframe-loading p{margin:0;font-size:13px}.panorama-url-iframe-trouble{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px;background:#101018f0;border-top:1px solid rgba(255,255,255,.1);z-index:2}.panorama-url-iframe-trouble p{margin:0;font-size:13px;color:#fffc}.panorama-url-iframe-footer{flex-shrink:0;padding:8px 16px;border-top:1px solid rgba(255,255,255,.06);font-size:11px;line-height:1.4;color:#ffffff73;text-align:center}.panorama-url-iframe-footer strong{color:#ffffffa6;font-weight:600}.panorama-url-iframe-blocked{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:32px 24px;text-align:center}.panorama-url-iframe-blocked-icon{font-size:36px;line-height:1;margin-bottom:4px;opacity:.85}.panorama-url-iframe-blocked-title{margin:0;font-size:16px;font-weight:600;color:#fff;max-width:28em}.panorama-url-iframe-blocked-detail{margin:0 0 8px;font-size:13px;line-height:1.5;color:#fff9;max-width:32em}.panorama-tour-panel{width:300px;min-width:0;max-width:300px;flex-shrink:0;height:100%;background:#0c0c10f2;border-right:1px solid rgba(255,255,255,.08);overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;gap:0;color:#f0f0f5;font-size:13px}.panorama-tour-section{padding:16px;border-bottom:1px solid rgba(255,255,255,.06);min-width:0}.panorama-tour-section-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px;min-width:0}.panorama-tour-section-header-collapsed{margin-bottom:0}.panorama-tour-section-toggle{display:inline-flex;align-items:center;gap:6px;min-width:0;margin:0;padding:0;border:none;background:none;color:inherit;cursor:pointer;text-align:left}.panorama-tour-section-toggle:hover h2{color:#ffffffe6}.panorama-tour-section-chevron{flex-shrink:0;width:10px;font-size:10px;line-height:1;color:#ffffff73}.panorama-guided-tour-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;margin-bottom:10px}.panorama-guided-tour-toolbar select,.panorama-guided-tour-name input{width:100%}.panorama-guided-tour-name{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.panorama-guided-steps-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:12px 0 8px}.panorama-guided-steps-header h3{margin:0;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffff8c}.panorama-guided-steps-list{list-style:none;margin:0 0 8px;padding:0;display:flex;flex-direction:column;gap:4px}.panorama-guided-step-item{width:100%;display:flex;align-items:flex-start;gap:8px;margin:0;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:6px;background:#ffffff08;color:inherit;text-align:left;cursor:pointer}.panorama-guided-step-item:hover{background:#ffffff0f}.panorama-guided-step-item.active{border-color:#4a9eff8c;background:#4a9eff1f}.panorama-guided-step-item.playing{border-color:#50c87899;box-shadow:inset 0 0 0 1px #50c87840}.panorama-guided-step-index{flex-shrink:0;width:18px;height:18px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;background:#ffffff1a;color:#ffffffbf}.panorama-guided-step-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.panorama-guided-step-meta strong{font-size:12px;font-weight:600}.panorama-guided-step-meta span{font-size:11px;color:#ffffff73;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panorama-guided-step-editor{margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:8px}.panorama-guided-step-move{display:flex;gap:4px}.panorama-guided-check{display:flex!important;flex-direction:row!important;align-items:center;gap:8px}.panorama-guided-check input{width:auto!important}.panorama-tour-section-header-stacked{flex-direction:column;align-items:stretch}.panorama-tour-section-header-stacked h2{flex-shrink:0}.panorama-tour-header-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:100%}.panorama-tour-add-hotspot-btn,.panorama-tour-edit-btn{width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panorama-tour-add-hotspot-btn{background:#ffffff14;color:#fffc;border:1px solid rgba(255,255,255,.15);padding:6px 8px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .15s}.panorama-tour-add-hotspot-btn:hover{background:#ffffff24}.panorama-tour-add-hotspot-btn.active{background:#4a9eff33;color:#8ec5ff;border-color:#4a9eff73}.panorama-tour-add-hotspot-btn.primary{background:#4a9eff26;color:#6eb6ff;border-color:#4a9eff59}.panorama-tour-add-hotspot-btn.primary:hover{background:#4a9eff47}.panorama-tour-section-header h2{margin:0;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#ffffffb3}.panorama-tour-add-btn,.panorama-tour-edit-btn{background:#4a9eff26;color:#6eb6ff;border:1px solid rgba(74,158,255,.35);padding:4px 10px;border-radius:4px;font-size:12px;cursor:pointer;transition:background .15s;flex-shrink:0}.panorama-tour-add-btn:hover,.panorama-tour-edit-btn:hover{background:#4a9eff47}.panorama-tour-add-btn.active,.panorama-tour-edit-btn.active{background:#4a9eff;color:#fff;border-color:#4a9eff}.panorama-tour-empty{margin:0;color:#ffffff73;line-height:1.5}.panorama-tour-hint{margin:0 0 12px;padding:8px 10px;background:#4a9eff1a;border-radius:4px;color:#8ec5ff;font-size:12px;line-height:1.4}.panorama-tour-list,.panorama-tour-hotspot-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;min-width:0}.panorama-tour-item,.panorama-tour-hotspot-item{display:flex;align-items:flex-start;gap:2px;border-radius:8px;min-width:0;position:relative;transition:background .15s,border-color .15s,opacity .15s}.panorama-tour-item:not(.active){opacity:.55;border:1px solid transparent}.panorama-tour-item:not(.active):hover{opacity:.85;background:#ffffff0a}.panorama-tour-item.active{background:linear-gradient(90deg,#4a9eff38,#4a9eff1a);border:1px solid rgba(74,158,255,.45);box-shadow:0 0 0 1px #4a9eff1f,0 0 16px #4a9eff26;opacity:1}.panorama-tour-item.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3px;border-radius:0 2px 2px 0;background:#4a9eff;box-shadow:0 0 8px #4a9eff99}.panorama-tour-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;padding:8px 10px 8px 14px}.panorama-tour-item:not(.active) .panorama-tour-item-body{padding:0}.panorama-tour-item-active-header{display:flex;align-items:center;gap:8px;min-width:0}.panorama-tour-active-badge{flex-shrink:0;font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:2px 6px;border-radius:3px;background:#4a9eff59;color:#c8e4ff;border:1px solid rgba(74,158,255,.5)}.panorama-tour-item-select,.panorama-tour-hotspot-item>button:first-child{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:transparent;border:none;color:inherit;padding:8px 10px;cursor:pointer;text-align:left;border-radius:6px;font-size:13px;min-width:0;width:100%}.panorama-tour-item:not(.active) .panorama-tour-item-select:hover,.panorama-tour-hotspot-item>button:first-child:hover{background:transparent}.panorama-tour-item-name,.panorama-tour-hotspot-label{font-weight:500;width:100%;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panorama-tour-item-meta{font-size:11px;color:#fff6}.panorama-tour-item.active .panorama-tour-item-meta{color:#8ec5ffbf}.panorama-tour-rename{flex:1;min-width:0;box-sizing:border-box;background:transparent;border:none;border-bottom:1px dashed rgba(142,197,255,.35);border-radius:0;color:#f0f8ff;padding:0 0 2px;font-size:13px;font-weight:600;font-family:inherit}.panorama-tour-rename:focus{outline:none;border-bottom-color:#4a9eff;border-bottom-style:solid}.panorama-tour-item.active .panorama-tour-item-remove{color:#ffffff8c}.panorama-tour-item-remove{flex-shrink:0;background:transparent;border:none;color:#ffffff59;font-size:18px;cursor:pointer;padding:6px 8px;line-height:1;align-self:flex-start}.panorama-tour-item-remove:hover{color:#ff6b6b}.panorama-tour-placement-form{background:#ffffff0a;border-radius:8px;padding:12px;margin-bottom:12px;display:flex;flex-direction:column;gap:10px;min-width:0;overflow:hidden}.panorama-tour-placement-form h3{margin:0;font-size:13px}.panorama-tour-placement-form label,.panorama-tour-fieldset label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#ffffff8c;min-width:0}.panorama-tour-placement-form input,.panorama-tour-placement-form select,.panorama-tour-placement-form textarea,.panorama-tour-fieldset input,.panorama-tour-fieldset select,.panorama-tour-fieldset textarea{width:100%;min-width:0;box-sizing:border-box;background:#00000059;border:1px solid rgba(255,255,255,.12);border-radius:4px;color:#fff;padding:6px 8px;font-size:13px;font-family:inherit}.panorama-tour-checkbox{flex-direction:row!important;align-items:center;gap:8px!important;cursor:pointer}.panorama-tour-checkbox input[type=checkbox]{width:auto;margin:0;cursor:pointer}.panorama-tour-form-actions{display:flex;flex-direction:column;gap:6px}.panorama-tour-form-actions button{width:100%;padding:8px;border-radius:4px;border:none;cursor:pointer;font-size:12px;font-weight:500;box-sizing:border-box}.panorama-tour-form-actions button:first-child{background:#4a9eff;color:#fff}.panorama-tour-form-actions button.secondary{background:#ffffff14;color:#ffffffb3}.panorama-tour-form-actions button.danger{background:#ff505026;color:#ff8a8a;border:1px solid rgba(255,80,80,.35)}.panorama-tour-fieldset{border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:10px;margin:0;display:flex;flex-direction:column;gap:8px;min-width:0}.panorama-tour-fieldset legend{font-size:11px;color:#ffffff80;padding:0 4px}.panorama-tour-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-width:0}.panorama-tour-row label{display:flex;flex-direction:column;gap:4px;min-width:0}.panorama-tour-field-hint{margin:0;font-size:11px;color:#ffffff73;line-height:1.4}.panorama-tour-placement-form input[type=color],.panorama-tour-fieldset input[type=color]{height:32px;padding:2px;cursor:pointer}.hotspot-color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;border:1px solid rgba(255,255,255,.5);margin-bottom:2px;flex-shrink:0}.hotspot-type-badge{display:inline-block;font-size:10px;text-transform:uppercase;letter-spacing:.05em;padding:1px 5px;border-radius:3px;margin-bottom:2px;flex-shrink:0}.hotspot-type-badge.type-link{background:#4a9eff40;color:#8ec5ff}.hotspot-type-badge.type-info{background:#ffc85033;color:#ffd080}.hotspot-type-badge.type-url{background:#78dc8c33;color:#90e8a0}.panorama-tour-hotspot-item.active>button:first-child{background:#4a9eff26}.panorama-tour-hotspot-detail{margin-top:12px;padding:10px;background:#ffffff0a;border-radius:6px;min-width:0;overflow-wrap:anywhere}.panorama-tour-hotspot-detail h3{margin:0 0 8px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.panorama-tour-hotspot-detail p{margin:0 0 6px;color:#ffffffa6;line-height:1.4}.panorama-tour-hotspot-detail a{color:#6eb6ff;word-break:break-all}.panorama-tour-initial-view-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.panorama-tour-initial-view-actions button,.panorama-tour-initial-view-actions button.primary{flex:1;min-width:0;padding:8px 10px;border-radius:4px;border:1px solid rgba(74,158,255,.55);background:#4a9eff38;color:#b6dbff;font-size:12px;font-weight:600;cursor:pointer}.panorama-tour-initial-view-actions button:hover,.panorama-tour-initial-view-actions button.primary:hover{background:#4a9eff57}.panorama-tour-initial-view-actions button.secondary{background:#ffffff0f;border-color:#ffffff26;color:#ffffffbf;font-weight:500}.panorama-tour-flock-position{border:1px solid rgba(74,158,255,.55);border-color:#4a9eff8c;background:#4a9eff1a;padding:12px;margin-top:4px;margin-bottom:4px;box-shadow:inset 0 0 0 1px #4a9eff1f}.panorama-tour-flock-position legend{color:#8ec5ff;font-weight:700;letter-spacing:.03em;text-transform:uppercase;font-size:11px}.panorama-tour-flock-position-banner{color:#bedcffeb!important;margin-bottom:8px}.panorama-tour-pin-birds-btn{font-weight:700!important;min-height:34px}.panorama-tour-effects-tabs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin:10px 0 12px}.panorama-tour-effects-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:6px 10px;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:#00000047;color:#ffffffb3;font-size:12px;font-weight:600;letter-spacing:.02em;cursor:pointer}.panorama-tour-effects-tab:hover{border-color:#ffffff47;color:#ffffffeb}.panorama-tour-effects-tab.active{border-color:#4a9eff8c;background:#4a9eff29;color:#eaf4ff}.panorama-tour-effects-tab-dot{width:6px;height:6px;border-radius:50%;background:#ffffff2e}.panorama-tour-effects-tab.enabled .panorama-tour-effects-tab-dot{background:#5dff9a;box-shadow:0 0 6px #5dff9a8c}.panorama-tour-effects-panel{display:flex;flex-direction:column;gap:10px}.panorama-tour-effects-panel-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.panorama-tour-effects-panel-header .panorama-tour-checkbox{margin:0}.panorama-tour-effects-controls{display:flex;flex-direction:column;gap:10px;margin-top:2px}.panorama-tour-effects-controls>label{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#ffffffb3}.panorama-tour-effects-controls input[type=range]{width:100%;accent-color:#4a9eff}.panorama-tour-effects-controls input[type=color]{width:100%;height:32px;padding:2px;border:1px solid rgba(255,255,255,.15);border-radius:4px;background:#0000004d;cursor:pointer}.panorama-tour-effects-controls select{width:100%;padding:6px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.15);background:#00000059;color:#f0f0f5;font-size:12px}.panorama-tour-range-value{font-size:11px;color:#ffffff73;font-variant-numeric:tabular-nums}.panorama-tour-effects-warning{margin:0;padding:8px 10px;border-radius:4px;border:1px solid rgba(255,96,96,.4);background:#ff40401f;color:#ffc9c9;font-size:12px;line-height:1.4}.panorama-360-help-overlay{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:24px}.panorama-360-help-backdrop{position:absolute;inset:0;background:#000000a6}.panorama-360-help-panel{position:relative;display:flex;flex-direction:column;width:min(560px,100%);max-height:min(84vh,720px);background:#101014fa;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 16px 48px #0000008c;overflow:hidden;color:#fff}.panorama-360-help-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.panorama-360-help-header-text{flex:1;min-width:0}.panorama-360-help-header h2{margin:0;font-size:17px;font-weight:600}.panorama-360-help-header p{margin:4px 0 0;font-size:12px;line-height:1.4;color:#ffffff8c}.panorama-360-help-close{flex-shrink:0;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff0f;color:#ffffffd9;font-size:20px;line-height:1;cursor:pointer;transition:background .15s,border-color .15s}.panorama-360-help-close:hover{background:#ffffff1f;border-color:#ffffff4d;color:#fff}.panorama-360-help-body{overflow-y:auto;padding:14px 18px 20px;display:flex;flex-direction:column;gap:14px}.panorama-360-help-section h3{margin:0 0 6px;font-size:13px;font-weight:600;letter-spacing:.02em;color:#9ec8ff}.panorama-360-help-section ul{margin:0;padding:0;list-style:none}.panorama-360-help-section li{position:relative;margin:0;padding:3px 0 3px 14px;font-size:13px;line-height:1.45;color:#ffffffc7}.panorama-360-help-section li:before{content:"";position:absolute;left:0;top:.7em;width:5px;height:5px;border-radius:50%;background:#4a9effbf}@media(max-width:640px){.panorama-360-help-overlay{padding:12px}.panorama-360-help-panel{max-height:90vh}}.panorama-360-app{width:100vw;height:100vh;display:flex;flex-direction:column;background:#1a1a1a;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow:hidden}.panorama-360-header{padding:14px 20px;background:#00000080;border-bottom:1px solid rgba(255,255,255,.1);z-index:100;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-shrink:0}.panorama-360-back-link{position:static;flex-shrink:0;color:#ffffffd9;text-decoration:none;font-size:12px;letter-spacing:.04em;padding:5px 9px;border:1px solid rgba(255,255,255,.2);border-radius:4px;background:#00000059;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);white-space:nowrap}.panorama-360-back-link:hover{color:#fff;border-color:#ffffff73}.panorama-360-header-main{flex:1;min-width:0}.panorama-360-header-main h1{margin:0 0 4px;font-size:20px;font-weight:600}.panorama-360-header-main p{margin:0;font-size:13px;color:#fff9}.panorama-360-body{flex:1;display:flex;overflow:hidden;min-height:0;min-width:0}.panorama-360-actions{display:flex;flex-shrink:0;gap:12px}.panorama-360-button{background:#4a9eff;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.panorama-360-button:hover{background:#3a8eef}.panorama-360-button:active{background:#2a7edf}.panorama-360-button.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.panorama-360-button.secondary:hover{background:#ffffff24}.panorama-360-content{flex:1;position:relative;overflow:hidden;min-width:0}.panorama-360-content.drag-active{background:#4a9eff1a;border:2px dashed #4a9eff}.panorama-360-content.no-image{display:flex;align-items:center;justify-content:center}.panorama-360-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:40px}.placeholder-content{text-align:center;max-width:600px}.placeholder-icon{font-size:64px;margin-bottom:24px}.placeholder-content h2{margin:0 0 16px;font-size:28px;font-weight:600}.placeholder-content>p{margin:0 0 32px;font-size:16px;color:#ffffffb3}.placeholder-formats{background:#ffffff0d;border-radius:8px;padding:24px;text-align:left}.placeholder-formats p{margin:0 0 12px;font-size:14px;font-weight:600}.placeholder-formats ul{margin:0;padding-left:20px;list-style:none}.placeholder-formats li{margin:8px 0;font-size:14px;color:#fffc;position:relative;padding-left:20px}.placeholder-formats li:before{content:"✓";position:absolute;left:0;color:#4a9eff;font-weight:700}.panorama-360-button.preview{background:#78dc8c2e;border:1px solid rgba(120,220,140,.45);color:#9ef0ad}.panorama-360-button.preview:hover:not(:disabled){background:#78dc8c47}.panorama-360-button.preview:disabled{opacity:.45;cursor:not-allowed}.panorama-360-app.preview-mode .panorama-360-header{display:none}.panorama-360-preview-bar{position:absolute;top:16px;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:16px;padding:10px 14px;background:#000000b8;border:1px solid rgba(255,255,255,.12);border-radius:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 24px #00000059;max-width:calc(100% - 32px)}.panorama-360-preview-bar-main{display:flex;align-items:center;gap:10px;min-width:0}.panorama-360-preview-badge{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9ef0ad;background:#78dc8c26;border:1px solid rgba(120,220,140,.35);padding:3px 8px;border-radius:999px}.panorama-360-preview-scene{font-size:14px;font-weight:500;color:#ffffffeb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.panorama-360-preview-bar-actions{display:flex;gap:8px;flex-shrink:0}.panorama-360-preview-btn{background:#4a9eff;color:#fff;border:none;padding:8px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.panorama-360-preview-btn:hover{background:#3a8eef}.panorama-360-preview-btn.secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.15)}.panorama-360-preview-btn.secondary:hover{background:#ffffff24}
