:root{--blue:#2563eb;--blue-dark:#1d4ed8;--blue-light:#60a5fa;--red:#f87171;--white:#fff;--light:#2563eb1f;--panel-bg:#0f172ac7;--text:#f8fafc;--subtext:#94a3b8;--border:#ffffff17;--bg:#0b1120;--muted:#64748b;--surface:#1e293b99}:focus-visible{outline-offset:2px;border-radius:2px;outline:3px solid #60a5fa}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg);color:var(--text);background-image:radial-gradient(at top,#1e3a5f66 0%,#0000 55%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.state{display:flex}.state.hidden{display:none!important}#state-loading{min-height:100vh;color:var(--subtext);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem}.spinner{border:3px solid var(--border);border-top-color:#60a5fa;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}#state-login{justify-content:center;align-items:center;min-height:100vh;padding:3rem 1.5rem}.login-card{background:var(--panel-bg);-webkit-backdrop-filter:blur(20px);border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:420px;padding:2.5rem;box-shadow:0 24px 64px #0000008c}.login-card h1{color:#f8fafc;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.login-card label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.login-card input{width:100%;color:var(--text);background:#0f172a99;border:1px solid #ffffff1a;border-radius:10px;margin-bottom:1rem;padding:.75rem .9rem;font-family:inherit;font-size:.95rem;transition:border-color .15s,box-shadow .15s;display:block}.login-card input::placeholder{color:var(--subtext)}.login-card input:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 3px #60a5fa33}.login-card button[type=submit]{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:.25rem;padding:.85rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .15s,transform .1s}.login-card button[type=submit]:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-1px)}.login-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed;transform:none}.form-error{color:var(--red);margin-top:.75rem;font-size:.85rem}.form-error.hidden{display:none}.logo{align-items:baseline;gap:.1rem;margin-bottom:1.5rem;display:flex}.logo-name{color:#60a5fa;font-family:inherit;font-size:1.3rem;font-weight:700}.logo-tag{color:#94a3b8;letter-spacing:.04em;margin-left:.5rem;font-size:.75rem}.signin-link{text-align:center;color:#94a3b8;margin-top:1.25rem;font-size:.92rem}.signin-link a{color:#60a5fa;font-weight:600;text-decoration:none}#login-form.hidden,#mfa-challenge.hidden{display:none}.mfa-prompt{color:var(--subtext);text-align:center;margin-bottom:1.25rem;font-size:.95rem}#mfa-form{flex-direction:column;gap:.75rem;display:flex}#mfa-form label{color:var(--subtext);font-size:.88rem}#mfa-code{background:var(--surface);border:1px solid var(--border);width:100%;color:var(--text);letter-spacing:.4em;text-align:center;border-radius:8px;padding:.65rem .9rem;font-size:1.5rem}.btn-link{color:var(--subtext);cursor:pointer;background:0 0;border:none;margin:.75rem auto 0;padding:.5rem 0;font-size:.88rem;display:block}.btn-link:hover{color:var(--text)}.signin-link a:hover{color:#93c5fd}.admin-header{-webkit-backdrop-filter:blur(20px);z-index:100;background:#0b1120b8;border-bottom:1px solid #ffffff12;padding:0 1.5rem;transition:transform .3s;position:sticky;top:0}.admin-header.header-hidden{transform:translateY(-100%)}.admin-header-inner{justify-content:space-between;align-items:center;max-width:1100px;height:56px;margin:0 auto;display:flex}.admin-header .logo{margin-bottom:0}.header-right{align-items:center;gap:1rem;display:flex}.institution-name{color:var(--subtext);font-size:.85rem}.btn-ghost{border:1px solid var(--border);color:var(--subtext);cursor:pointer;background:0 0;border-radius:6px;padding:.35rem .9rem;font-family:inherit;font-size:.85rem;text-decoration:none;transition:background .15s,border-color .15s,color .15s}.btn-ghost:hover{color:#60a5fa;background:#334155;border-color:#60a5fa}#state-dashboard{flex-direction:column;min-height:100vh}#verify-email-banner.hidden{display:none}.verify-banner{color:#fde047;background:#eab3081f;border-bottom:1px solid #eab3084d;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1.5rem;font-size:.88rem;display:flex}.verify-banner-actions{flex-shrink:0;gap:.5rem;display:flex}.verify-banner-btn{cursor:pointer;color:#fde047;background:#eab30833;border:1px solid #eab30880;border-radius:6px;padding:.3rem .75rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:background .15s}.verify-banner-btn:hover{background:#eab3084d}.verify-banner-btn:disabled{opacity:.6;cursor:not-allowed}.verify-banner-btn--ghost{background:0 0}.admin-main{flex:1;padding:2rem 1.5rem}.admin-content{max-width:1100px;margin:0 auto}.section-heading{color:var(--text);border-bottom:2px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:700}.scene-search-wrap{margin-bottom:.75rem}.scene-search-wrap input[type=search]{width:100%;color:var(--text);background:#0f172a8c;border:1px solid #ffffff1a;border-radius:8px;outline:none;padding:.5rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .15s}.scene-search-wrap input[type=search]:focus{border-color:var(--blue)}.scene-search-wrap input[type=search]::placeholder{color:var(--subtext)}.scene-row{-webkit-backdrop-filter:blur(12px);cursor:default;background:#0f172a8c;border:1px solid #ffffff12;border-radius:10px;grid-template-columns:auto auto 200px 1fr auto;align-items:center;gap:1rem;margin-bottom:.5rem;padding:.65rem 1.1rem;transition:box-shadow .15s;display:grid}.scene-thumb{border-radius:5px;flex-shrink:0;width:80px;height:50px;overflow:hidden}.scene-thumb-img{object-fit:cover;cursor:zoom-in;width:100%;height:100%;transition:opacity .15s;display:block}.scene-thumb-img:hover{opacity:.85}.scene-thumb-empty{background:#ffffff0d;border:1px dashed #ffffff1f;border-radius:5px;width:100%;height:100%}.scene-row:hover{box-shadow:0 2px 12px #0000004d}.scene-row.drag-over{box-shadow:none;background:#1e3a5f;border-color:#2563eb}.scene-row.drag-dragging{opacity:.35}.scene-row-handle{color:var(--subtext);cursor:grab;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 2px;font-size:1.1rem;line-height:1}.scene-row-handle:active{cursor:grabbing}.scene-list-tip{margin-bottom:.75rem}.scene-row-id{color:var(--subtext);white-space:nowrap;text-overflow:ellipsis;font-family:Courier New,monospace;font-size:.78rem;overflow:hidden}.scene-row-title{color:var(--text);font-size:.92rem;font-weight:600}.scene-row-tags{flex-wrap:wrap;justify-content:flex-end;gap:.4rem;display:flex}.scene-row-meta{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.scene-row-actions{gap:.4rem;display:flex}.tag{text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;border-radius:3px;padding:.15rem .5rem;font-size:.72rem;font-weight:600;display:inline-block}.tag-building{color:#93c5fd;background:#2563eb33}.tag-floor{color:#86efac;background:#22c55e26}.tag-group{color:#94a3b8;background:#94a3b81f}.admin-notice{color:var(--subtext);padding:1.5rem 0;font-size:.9rem}.admin-notice--error{color:var(--red)}.onboarding-card{background:#2563eb0f;border:1px solid #2563eb38;border-radius:12px;margin-bottom:1.5rem;padding:1.1rem 1.4rem 1.25rem}.onboarding-card.hidden{display:none}.onboarding-header{justify-content:space-between;align-items:center;margin-bottom:.3rem;display:flex}.onboarding-title{color:var(--text);margin:0;font-size:.9rem;font-weight:700}.onboarding-dismiss{color:var(--subtext);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .35rem;font-size:.85rem;line-height:1}.onboarding-dismiss:hover{color:var(--text)}.onboarding-sub{color:var(--subtext);margin:0 0 .85rem;font-size:.8rem}.onboarding-steps{flex-wrap:wrap;gap:.45rem 1.75rem;margin:0;padding:0;list-style:none;display:flex}.onboarding-step{color:var(--text);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.onboarding-step.done{color:var(--subtext);text-decoration:line-through}.onboarding-check{border:1.5px solid var(--border);color:#0000;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:.6rem;display:flex}.onboarding-step.done .onboarding-check{color:#fff;content:"✓";background:#22c55e;border-color:#22c55e}.onboarding-step.done .onboarding-check:after{content:"✓"}[data-theme=light] .onboarding-card{background:#2563eb0a;border-color:#2563eb2e}.tours-action-bar{justify-content:flex-end;margin-bottom:1.25rem;display:flex}.admin-tabs{border-bottom:2px solid var(--border);gap:0;margin-bottom:1.75rem;display:flex;overflow-x:auto}.admin-tab{color:var(--subtext);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.6rem 1.1rem;font-size:.875rem;font-weight:500;transition:color .15s,border-color .15s}.admin-tab:hover{color:var(--text)}.admin-tab.active{color:var(--text);border-bottom-color:var(--accent)}.admin-tab-panel.hidden,.guided-placeholder{display:none}.guided-tour-section.hidden+.guided-placeholder{display:block}#scene-no-results.hidden{display:none}.settings-icon-row{align-items:center;gap:.75rem;display:flex}body.compact-scenes .scene-row{padding:.35rem 1.1rem}body.compact-scenes .scene-thumb{width:52px;height:34px}body.compact-scenes .scene-row-meta{margin-bottom:0}.analytics-stat-tiles{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.analytics-stat-tile{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1rem}.analytics-stat-value{color:var(--text);font-size:1.5rem;font-weight:600}.analytics-stat-label{color:var(--subtext);margin-top:.25rem;font-size:.8rem}.analytics-chart-block{margin-bottom:1.5rem}.section-sub-heading{color:var(--text);margin-bottom:.75rem;font-size:.95rem;font-weight:600}.analytics-bar-chart{flex-direction:column;gap:.5rem;display:flex}.analytics-bar-row{grid-template-columns:minmax(100px,160px) 1fr auto;align-items:center;gap:.75rem;display:grid}.analytics-bar-label{color:var(--subtext);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;overflow:hidden}.analytics-bar-track{background:var(--surface);border:1px solid var(--border);border-radius:6px;height:20px;overflow:hidden}.analytics-bar{background:var(--blue);border-radius:6px;min-width:2px;height:100%;transition:background .15s}.analytics-bar:hover{background:var(--blue-dark)}.analytics-bar-count{color:var(--subtext);text-align:right;min-width:2ch;font-size:.85rem}.section-bar{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.5rem;display:flex}.section-bar .section-heading{border-bottom:none;margin-bottom:0;padding-bottom:0}.panel-nav{align-items:center;gap:.75rem;display:flex}.btn-primary{background:var(--blue);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:.45rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s,transform .1s}.btn-primary:hover:not(:disabled){background:var(--blue-dark);transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-sm{border-radius:5px;padding:.3rem .7rem;font-size:.8rem}.btn-action{border:1px solid var(--border);color:var(--subtext);cursor:pointer;background:0 0;font-family:inherit;font-weight:500;transition:background .15s,border-color .15s,color .15s}.btn-action:hover{color:#60a5fa;background:#334155;border-color:#60a5fa}.btn-danger:hover{color:#f87171;background:#f871711a;border-color:#f87171}.hotspot-row{-webkit-backdrop-filter:blur(12px);background:#0f172a8c;border:1px solid #ffffff12;border-radius:10px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.hotspot-row-pos{color:var(--subtext);white-space:nowrap;min-width:130px;font-family:Courier New,monospace;font-size:.78rem}.hotspot-row-text{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;overflow:hidden}.hotspot-row-actions{flex-shrink:0;gap:.4rem;display:flex}.tag-hs-navigate{color:#93c5fd;background:#2563eb33}.tag-hs-info{color:#fde68a;background:#fbbf2426}.tag-hs-video{color:#fca5a5;background:#ef444426}.tag-hs-directions{color:#86efac;background:#22c55e26}.modal-overlay{z-index:600;background:#0009;justify-content:center;align-items:flex-start;padding:3rem 1rem 2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-overlay.hidden{display:none!important}.modal-dialog{-webkit-backdrop-filter:blur(20px);background:#16233af7;border:1px solid #ffffff1a;border-radius:20px;width:100%;max-width:560px;box-shadow:0 24px 64px #0009}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.modal-header h3{color:var(--text);font-size:1rem;font-weight:700}.modal-close{color:var(--subtext);cursor:pointer;background:0 0;border:none;padding:0 .2rem;font-size:1.4rem;line-height:1}.modal-close:hover{color:var(--text)}.modal-dialog form{padding:1.25rem 1.5rem 1.5rem}.modal-actions{border-top:1px solid var(--border);justify-content:flex-end;gap:.6rem;margin-top:1.25rem;padding-top:1rem;display:flex}.form-group{margin-bottom:1rem}.form-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.form-group label{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.form-group input,.form-group select,.form-group textarea{width:100%;color:var(--text);background:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;padding:.65rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s;display:block}.form-group input[type=file]{color:var(--subtext);padding:.4rem .5rem;font-size:.85rem}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--blue-light);outline:none;box-shadow:0 0 0 3px #60a5fa33}.form-group select{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='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.form-group select option{color:var(--text);background:#1e293b}.form-group textarea{resize:vertical}.field-hint{color:var(--muted);margin-top:.3rem;font-size:.78rem}.field-hint code{background:#334155;border-radius:3px;padding:.05rem .3rem;font-family:monospace;font-size:.78rem}.field-hint-inline{color:var(--muted);font-size:.75rem;font-weight:400}.field-warning{color:#fbbf24;background:#eab3081f;border:1px solid #eab30859;border-radius:6px;margin-top:.4rem;padding:.45rem .75rem;font-size:.8rem}.field-warning.hidden{display:none}.btn-inline-link{color:#fbbf24;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8rem;text-decoration:underline}.btn-label-link{color:var(--muted);cursor:pointer;vertical-align:middle;background:0 0;border:none;margin-left:.4rem;padding:0;font-size:.73rem;font-weight:400;text-decoration:underline}.panorama-size-info{border:1px solid var(--border);border-radius:6px;margin-top:.5rem;font-size:.78rem;overflow:hidden}.panorama-size-info.hidden{display:none}.size-info-table{border-collapse:collapse;width:100%}.size-info-table th,.size-info-table td{text-align:left;border-bottom:1px solid var(--border);padding:.4rem .65rem}.size-info-table th{color:var(--subtext);text-transform:uppercase;letter-spacing:.04em;background:#ffffff0a;font-size:.73rem;font-weight:600}.size-info-table td{color:var(--text)}.size-info-ideal td{color:#86efac;background:#22c55e14;font-weight:600}.ideal-badge{color:#4ade80;vertical-align:middle;background:#22c55e33;border:1px solid #22c55e66;border-radius:4px;margin-left:.4rem;padding:.05rem .4rem;font-size:.68rem;font-weight:700;display:inline-block}.size-info-tip{color:var(--subtext);border-top:1px solid var(--border);background:#ffffff05;margin:0;padding:.5rem .65rem;font-size:.75rem}.cta-position-grid{grid-template-columns:1fr 1fr;gap:4px;width:76px;margin:.4rem 0 .25rem;display:grid}.cta-pos-cell{aspect-ratio:1;border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;font-size:13px;transition:border-color .15s,background .15s,color .15s;display:flex}.cta-pos-cell:hover{border-color:var(--brand-primary,#3b82f6);color:var(--text)}.cta-pos-cell.selected{background:var(--brand-primary,#3b82f6);border-color:var(--brand-primary,#3b82f6);color:#fff}.hs-icon-picker{flex-wrap:wrap;gap:.4rem;margin:.4rem 0 .25rem;display:flex}.hs-icon-opt{border:2px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:border-color .15s,background .15s,color .15s;display:flex}.hs-icon-opt svg{pointer-events:none;width:20px;height:20px}.hs-icon-opt:hover{border-color:var(--brand-primary,#3b82f6);color:var(--text)}.hs-icon-opt.selected{border-color:var(--brand-primary,#3b82f6);color:var(--text);background:#2563eb26}#hs-icon-custom-group{margin-top:.5rem}#hs-icon-custom-group.hidden{display:none}.hs-size-picker{gap:.4rem;margin:.4rem 0 .25rem;display:flex}.hs-size-opt{border:2px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--muted);cursor:pointer;border-radius:8px;font-size:.85rem;font-weight:600;transition:border-color .15s,background .15s,color .15s}.hs-size-opt:hover{border-color:var(--brand-primary,#3b82f6);color:var(--text)}.hs-size-opt.selected{border-color:var(--brand-primary,#3b82f6);color:var(--text);background:#2563eb26}.ts-icon-rows{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.ts-icon-row{align-items:center;gap:.75rem;display:flex}.ts-icon-type-label{width:5.5rem;color:var(--muted);flex-shrink:0;font-size:.8rem}.ts-icon-picker{margin:0}kbd{color:#94a3b8;background:#334155;border:1px solid #475569;border-radius:3px;padding:.05rem .35rem;font-family:monospace;font-size:.72rem;display:inline-block}.required{color:#f87171}.progress-container{align-items:center;gap:.6rem;margin-top:.5rem;display:flex}.progress-container.hidden{display:none}.progress-bar{background:var(--border);border-radius:3px;flex:1;height:6px;overflow:hidden}.progress-bar-fill{background:#2563eb;border-radius:3px;width:0%;height:100%;transition:width .2s}.progress-text{color:var(--subtext);text-align:right;min-width:2.5rem;font-size:.78rem}.hs-conditional.hidden,#hs-pitch-yaw-group.hidden,#hs-xy-group.hidden,#scene-north-offset-group.hidden,#scene-map-group.hidden,#ts-compass-image-section.hidden{display:none}.btn-place-panorama{color:#60a5fa;cursor:pointer;background:#1e3a5f;border:1px solid #2563eb;border-radius:6px;align-items:center;gap:.4rem;padding:.45rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.btn-place-panorama:before{content:"🗺";font-size:.9rem}.btn-place-panorama:hover:not(:disabled){color:#fff;background:#2563eb}.btn-place-panorama:disabled{opacity:.45;cursor:not-allowed;border-color:var(--border);color:var(--subtext);background:#0f172a}.placer-overlay{z-index:1000;background:#111;flex-direction:column;display:flex;position:fixed;inset:0}.thumb-lightbox{z-index:2000;cursor:zoom-out;background:#000000e0;justify-content:center;align-items:center;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.thumb-lightbox.hidden{display:none}.thumb-lightbox-img{object-fit:contain;pointer-events:none;border-radius:6px;max-width:92vw;max-height:88vh;box-shadow:0 12px 48px #0009}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.placer-overlay.hidden{display:none!important}.placer-toolbar{background:#000000e6;border-bottom:1px solid #ffffff1a;flex-shrink:0;align-items:center;gap:1rem;min-height:44px;padding:.6rem 1rem;display:flex}.placer-instruction{color:#ffffffbf;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.82rem;overflow:hidden}.placer-instruction kbd{color:#ffffffd9;background:#ffffff1f;border:1px solid #ffffff47;border-radius:3px;padding:.05rem .35rem;font-family:inherit;font-size:.75rem;display:inline-block}.placer-tracker{color:#7ecfff;white-space:nowrap;flex-shrink:0;font-family:Courier New,monospace;font-size:.82rem}.placer-confirm-btn{color:#fff;cursor:pointer;background:#16a34a;border:none;border-radius:6px;flex-shrink:0;padding:.3rem .9rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:background .15s,opacity .15s}.placer-confirm-btn:hover:not(:disabled){background:#15803d}.placer-confirm-btn:disabled{opacity:.35;cursor:not-allowed}.placer-close-btn{color:#ffffff80;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 .2rem;font-size:1.5rem;line-height:1;transition:color .15s}.placer-close-btn:hover{color:#fff}.placer-stage{background:#000;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;overflow:hidden}.placer-img-container{line-height:0;display:inline-block;position:relative}.placer-img{cursor:crosshair;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;max-width:calc(100vw - 2rem);max-height:calc(100vh - 80px);display:block}.placer-marker{pointer-events:none;background:#dc3232e6;border:2.5px solid #fff;border-radius:50%;width:18px;height:18px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1.5px #00000080,0 2px 8px #00000080}.placer-marker.hidden{display:none}.north-placer-overlay.hidden{display:none!important}.north-placer-stage{background:#000;flex:1;position:relative;overflow:hidden}.north-placer-viewer{width:100%;height:100%}.north-crosshair{pointer-events:none;width:56px;height:56px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.north-crosshair:before,.north-crosshair:after{content:"";background:#ffffffd9;position:absolute;box-shadow:0 0 4px #0009}.north-crosshair:before{width:2px;height:100%;left:50%;transform:translate(-50%)}.north-crosshair:after{width:100%;height:2px;top:50%;transform:translateY(-50%)}.north-crosshair-label{color:#fff;letter-spacing:.06em;white-space:nowrap;background:#dc2626;border-radius:3px;padding:1px 6px;font-size:.7rem;font-weight:800;position:absolute;top:-22px;left:50%;transform:translate(-50%)}.north-offset-row{align-items:center;gap:.4rem;margin-top:.3rem;display:flex}.north-offset-row input[type=number]{width:72px}.north-offset-degree{color:var(--muted);flex-shrink:0;font-size:.85rem}.map-position-row{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.3rem;display:flex}.map-position-display{color:var(--muted);min-width:90px;font-size:.8rem}.compass-upload-row{align-items:center;gap:.5rem;margin-top:.4rem;display:flex}.btn-file--sm{padding:.3rem .7rem;font-size:.78rem}.logo-preview{object-fit:contain;border:1px solid var(--border);background:#0f172a;border-radius:6px;max-width:240px;max-height:80px;margin-bottom:.5rem;padding:.4rem;display:block}.logo-preview.hidden{display:none}.color-row{align-items:center;gap:.6rem;margin-bottom:.3rem;display:flex}.color-row input[type=color]{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:5px;flex-shrink:0;width:42px;height:34px;padding:.1rem .15rem}.color-label{color:var(--subtext);font-family:Courier New,monospace;font-size:.82rem}.toggle-label{cursor:pointer;align-items:center;gap:.6rem;text-transform:none!important;letter-spacing:normal!important;color:var(--text)!important;flex-direction:row!important;font-size:.9rem!important;font-weight:600!important;display:flex!important}.toggle-label input[type=checkbox]{accent-color:#2563eb;flex-shrink:0;width:16px;height:16px}.badge-published,.badge-unpublished{text-transform:uppercase;letter-spacing:.05em;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:700}.badge-published{color:#86efac;background:#14532d;border:1px solid #166534}.badge-unpublished{color:#fdba74;background:#431407;border:1px solid #7c2d12}.building-groups-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.building-group-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.4rem;padding:.65rem .75rem;display:flex}.building-group-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.building-group-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.building-group-count{color:var(--muted);white-space:nowrap;flex-shrink:0;font-size:.78rem}.building-group-actions{flex-shrink:0;gap:.4rem;display:flex}.building-group-input{color:var(--text);background:#0f172a;border:1px solid #2563eb;border-radius:6px;outline:none;flex:1;padding:.35rem .6rem;font-family:inherit;font-size:.9rem;box-shadow:0 0 0 2px #2563eb40}#ts-auto-rotate-options.hidden{display:none}.auto-rotate-options{border:1px solid var(--border);background:#ffffff08;border-radius:8px;margin-top:.75rem;padding:.75rem 1rem}.form-row{gap:1rem;display:flex}.form-row .form-group{flex:1}.music-upload-section{margin-top:.25rem}.music-status-text{margin-bottom:.6rem}.rights-notice{cursor:pointer;background:#2563eb14;border:1px solid #2563eb33;border-radius:6px;align-items:flex-start;gap:.5rem;margin-bottom:.65rem;padding:.6rem .75rem;display:flex}.rights-notice input[type=checkbox]{flex-shrink:0;margin-top:2px}.rights-notice-text{color:var(--subtext);font-size:.8rem;line-height:1.45}.music-actions{align-items:center;gap:.5rem;display:flex}.btn-file{cursor:pointer;position:relative}.btn-file input[type=file]{display:none}.btn-file.disabled{opacity:.4;pointer-events:none}.btn-danger{color:var(--red)!important;border-color:#f871714d!important}.btn-danger:hover{background:#f871711a!important}.btn-danger.hidden{display:none}.guided-tour-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.guided-tour-section.hidden{display:none}.guided-seq-list{min-height:2rem;margin-bottom:.75rem}.guided-seq-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:.6rem;margin-bottom:.4rem;padding:.55rem .75rem;display:flex}.guided-seq-number{color:var(--muted);text-align:right;flex-shrink:0;min-width:1.5rem;font-size:.75rem}.guided-seq-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.88rem;font-weight:500;overflow:hidden}.guided-seq-id{color:var(--subtext);white-space:nowrap;font-family:Courier New,monospace;font-size:.75rem}.guided-seq-actions{flex-shrink:0;gap:.3rem;display:flex}.guided-seq-add-row{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.guided-seq-add-row select{border:1px solid var(--border);color:var(--text);appearance:none;background:#0f172a;border-radius:6px;flex:1;padding:.5rem .65rem;font-family:inherit;font-size:.88rem}.guided-seq-add-row select option{background:#1e293b}.guided-seq-footer{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;display:flex}.help-categories-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.section-sub{color:var(--muted);margin:.15rem 0 1rem;font-size:.82rem}.help-category-row{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.65rem .75rem;display:flex}.help-category-emoji{flex:none;font-size:1.3rem}.help-category-label{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;font-size:.9rem;font-weight:600;overflow:hidden}.help-category-office{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:1 1 0;min-width:0;font-size:.82rem;overflow:hidden}.embed-section{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.embed-heading{color:var(--text);margin:0 0 .35rem;font-size:1rem;font-weight:600}.embed-hint{color:var(--muted);margin:0 0 .75rem;font-size:.85rem}.embed-snippet-row{align-items:flex-start;gap:.75rem;display:flex}.embed-snippet{border:1px solid var(--border);color:var(--text);resize:none;background:#0f172a;border-radius:6px;flex:1;padding:.6rem .75rem;font-family:monospace;font-size:.78rem;line-height:1.5}@media (width<=640px){.scene-row{grid-template-columns:auto auto 1fr;gap:.4rem}.scene-row-handle{grid-row:span 3;align-self:center}.scene-thumb{grid-row:span 3;align-self:center;width:60px;height:38px}.scene-row-meta{align-items:flex-start}.scene-row-tags{justify-content:flex-start}.hotspot-row{flex-wrap:wrap}.hotspot-row-text{white-space:normal}.form-row{grid-template-columns:1fr}.admin-header-inner{flex-wrap:wrap;gap:.5rem;height:auto;padding:.75rem 0}.institution-name{display:none}}.section-bar-actions{align-items:center;gap:.5rem;display:flex}.map-overlay{background:var(--bg);z-index:500;flex-direction:column;display:flex;position:fixed;inset:0}.map-overlay.hidden{display:none}.map-toolbar{border-bottom:1px solid var(--border);background:var(--surface);flex-shrink:0;align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.map-toolbar-title{color:var(--text);white-space:nowrap;font-size:1rem;font-weight:700}.map-toolbar-hint{color:var(--muted);flex:1;font-size:.8rem}.map-container{background:var(--bg);flex:1;position:relative;overflow:hidden}.map-loading{color:var(--muted);justify-content:center;align-items:center;font-size:.9rem;display:flex;position:absolute;inset:0}.sc-node circle:not(.sc-handle){fill:var(--surface);stroke:var(--border);stroke-width:1.5px;transition:stroke .15s,stroke-width .15s}.sc-node:hover circle:not(.sc-handle){stroke:#3b82f6;stroke-width:2px}.sc-title{fill:var(--text);font-family:inherit;font-size:13px;font-weight:600}.sc-sub{fill:var(--muted);font-family:inherit;font-size:11px}.sc-handle{fill:#3b82f6;opacity:0;cursor:crosshair;transition:opacity .15s}.sc-node:hover .sc-handle{opacity:1}.sc-node--highlight circle:not(.sc-handle){stroke:#f59e0b;stroke-width:2.5px}.sc-node--highlight{filter:drop-shadow(0 0 6px #f59e0b8c)}.sc-edge{fill:none;stroke:#475569;stroke-width:1.5px;cursor:pointer;transition:stroke .15s}.sc-edge:hover,.sc-edge.selected{stroke:#3b82f6;stroke-width:2.5px}.sc-edge-hit{fill:none;stroke:#0000;stroke-width:14px;cursor:pointer}.sc-ghost{fill:none;stroke:#3b82f6;stroke-width:1.5px;stroke-dasharray:7 4}.sc-del-btn circle{fill:#ef4444}.sc-del-btn text{fill:#fff}.sc-del-btn{cursor:pointer}.sc-del-btn:hover circle{fill:#dc2626}.connections-list{flex-wrap:wrap;gap:.4rem;min-height:1.75rem;margin-bottom:.5rem;display:flex}.connections-empty{color:var(--muted);align-self:center;font-size:.82rem}.connection-chip{color:var(--text);background:#3b82f626;border:1px solid #3b82f659;border-radius:20px;align-items:center;gap:.25rem;padding:.18rem .45rem .18rem .7rem;font-size:.8rem;display:inline-flex}.connection-chip-name{white-space:nowrap;text-overflow:ellipsis;max-width:130px;overflow:hidden}.connection-chip-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:0 2px;font-size:1.05rem;line-height:1}.connection-chip-remove:hover{color:#ef4444}.connections-add-row{align-items:center;gap:.4rem;display:flex}.connections-select{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:6px;flex:1;padding:.3rem .5rem;font-size:.85rem}.btn-sm{padding:.3rem .8rem;font-size:.82rem}.sc-info-panel{background:var(--surface);border:1px solid var(--border);z-index:10;pointer-events:auto;border-radius:10px;width:200px;position:absolute;overflow:hidden;box-shadow:0 8px 24px #00000059}.sc-info-panel.hidden{display:none}.sc-info-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:.5rem;padding:.6rem .75rem .5rem;display:flex}.sc-info-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:700;overflow:hidden}.sc-info-close{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:.8rem;line-height:1}.sc-info-close:hover{color:var(--text)}.sc-info-body{flex-direction:column;gap:.35rem;padding:.5rem .75rem .75rem;display:flex}.sc-info-label{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:0;font-size:.72rem;font-weight:600}.sc-info-empty{color:var(--muted);margin:0;font-size:.8rem}.sc-info-list{flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.sc-info-scene-btn{text-align:left;width:100%;color:var(--text);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;border-radius:5px;padding:.3rem .4rem;font-size:.82rem;transition:background .12s;display:block;overflow:hidden}.sc-info-scene-btn:hover{background:var(--hover-bg,#ffffff12)}.sc-info-edit-btn{background:var(--brand-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:6px;align-self:flex-start;margin-top:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:filter .12s}.sc-info-edit-btn:hover{filter:brightness(1.12)}.sc-conn-back-row{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.sc-conn-back{color:var(--blue-light);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.78rem}.sc-conn-back:hover{text-decoration:underline}.sc-conn-arrow{color:var(--subtext);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.sc-conn-edit-btn,.sc-conn-view-btn{text-align:left;width:100%;color:var(--text);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:6px;margin-bottom:.35rem;padding:.45rem .75rem;font-family:inherit;font-size:.8rem;transition:background .12s;display:block}.sc-conn-edit-btn{color:var(--blue-light);border-color:#60a5fa40}.sc-conn-edit-btn:hover{background:#60a5fa1a}.sc-conn-view-btn:hover{background:#ffffff14}#tours-view.hidden,#scenes-view.hidden,#hotspot-view.hidden,#account-view.hidden,#tours-back-btn.hidden,#preview-tour-btn.hidden{display:none}.account-layout{align-items:flex-start;gap:1.25rem;display:flex}.account-nav{-webkit-backdrop-filter:blur(12px);background:#0f172a8c;border:1px solid #ffffff12;border-radius:14px;flex-direction:column;flex-shrink:0;gap:.2rem;width:190px;padding:.5rem;display:flex;position:sticky;top:1rem}.account-nav-item{text-align:left;color:var(--subtext);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.6rem .9rem;font-family:inherit;font-size:.88rem;font-weight:500;transition:background .15s,color .15s}.account-nav-item:hover{color:var(--text);background:#ffffff0f}.account-nav-item.active{color:var(--blue-light);background:#2563eb2e;font-weight:600}.account-panels{flex:1;min-width:0}.account-section{-webkit-backdrop-filter:blur(12px);background:#0f172a8c;border:1px solid #ffffff12;border-radius:14px;padding:1.75rem}.account-section--hidden{display:none}.account-section-title{color:var(--text);border-bottom:1px solid var(--border);margin-bottom:1.25rem;padding-bottom:.75rem;font-size:1rem;font-weight:700}.account-section-title--danger{color:#f87171;border-bottom-color:#dc26264d}.account-nav-item--danger{color:#f87171}.account-nav-item--danger:hover{color:#fca5a5;background:#dc262614}.account-nav-item--danger.active{color:#f87171;background:#dc262626}#totp-setup-section.hidden,#totp-enable-btn.hidden,#totp-disable-btn.hidden{display:none}.totp-row{background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.totp-info{flex-direction:column;gap:.3rem;display:flex}.totp-info strong{color:var(--text);font-size:.95rem}.totp-actions{flex-shrink:0;gap:.5rem;display:flex}.totp-status{border-radius:20px;width:fit-content;padding:.2rem .55rem;font-size:.82rem;font-weight:600}.totp-status--on{color:#4ade80;background:#22c55e26}.totp-status--off{color:var(--subtext);background:#94a3b81f}.totp-setup-steps{background:var(--surface);border:1px solid var(--border);border-radius:10px;flex-direction:column;gap:.85rem;margin-bottom:1rem;padding:1.25rem;display:flex}#totp-qr-canvas{background:#fff;border-radius:8px;padding:6px;display:block}.totp-secret-key{word-break:break-all;letter-spacing:.05em;margin-top:.25rem;font-size:.85rem;display:inline-block}.totp-verify-row{align-items:center;gap:.75rem;display:flex}.totp-verify-row input{background:var(--input-bg,#1e293b);border:1px solid var(--border);width:140px;color:var(--text);letter-spacing:.3em;text-align:center;border-radius:8px;padding:.55rem .8rem;font-family:inherit;font-size:1.1rem}.danger-zone-warning{color:var(--text);background:#dc262614;border:1px solid #dc262640;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.88rem;line-height:1.6}.danger-zone-warning p+p{margin-top:.5rem}.btn-danger-solid{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:.6rem 1.1rem;font-family:inherit;font-size:.88rem;font-weight:600;transition:background .15s}.btn-danger-solid:hover:not(:disabled){background:#b91c1c}.btn-danger-solid:disabled{opacity:.6;cursor:not-allowed}.form-success{color:#86efac;margin-top:.4rem;margin-bottom:.25rem;font-size:.85rem}.form-success.hidden{display:none}[data-theme=light]{--panel-bg:#ffffffd6;--text:#0f172a;--subtext:#475569;--border:#0000001a;--bg:#f0f4f8;--muted:#64748b;--surface:#ffffffa6;--light:#2563eb14;--red:#dc2626}[data-theme=light] body{background-color:var(--bg);background-image:radial-gradient(at top,#93c5fd4d 0%,#0000 55%)}[data-theme=light] .admin-header{background:#f0f4f8d1;border-bottom-color:#00000014}[data-theme=light] .scene-row,[data-theme=light] .hotspot-row,[data-theme=light] .help-category-row{background:#ffffffa6;border-color:#00000014}[data-theme=light] .scene-row:hover{box-shadow:0 2px 12px #00000014}[data-theme=light] .scene-search-wrap input[type=search]{color:var(--text);background:#ffffffd6;border-color:#00000026}[data-theme=light] .scene-thumb-empty{background:#0000000a;border-color:#00000026}[data-theme=light] .modal-overlay{background:#00000040}[data-theme=light] .modal-dialog{background:#fffffff7;border-color:#0000001a;box-shadow:0 24px 64px #0000002e}[data-theme=light] .form-group input,[data-theme=light] .form-group select,[data-theme=light] .form-group textarea,[data-theme=light] .login-card input{color:var(--text);background:#ffffffbf;border-color:#00000026}[data-theme=light] .form-group input::placeholder,[data-theme=light] .form-group textarea::placeholder,[data-theme=light] .login-card input::placeholder{color:#94a3b8}[data-theme=light] .form-group select{color:var(--text)}[data-theme=light] .form-group select option{color:#1e293b;background:#fff}[data-theme=light] .guided-seq-add-row select{color:var(--text);background:#ffffffbf;border-color:#00000026}[data-theme=light] .guided-seq-add-row select option{color:#1e293b;background:#fff}[data-theme=light] .btn-place-panorama:disabled{background:#0000000f}[data-theme=light] .logo-preview{background:#0000000a}[data-theme=light] .building-group-input{color:var(--text);background:#ffffffbf;border-color:#2563eb80}[data-theme=light] .account-nav,[data-theme=light] .account-section{background:#ffffffa6;border-color:#00000014}[data-theme=light] .embed-snippet{color:var(--text);background:#f1f5f9;border-color:#0000001f}[data-theme=light] .tag-building{color:#1d4ed8;background:#2563eb1f}[data-theme=light] .tag-floor{color:#15803d;background:#16a34a1f}[data-theme=light] .tag-group{color:#475569;background:#64748b1f}[data-theme=light] .tag-hs-navigate{color:#1d4ed8;background:#2563eb1f}[data-theme=light] .tag-hs-info{color:#b45309;background:#d977061f}[data-theme=light] .tag-hs-video{color:#dc2626;background:#dc26261f}[data-theme=light] .tag-hs-directions{color:#15803d;background:#16a34a1f}[data-theme=light] .btn-action{color:#374151;border-color:#00000026}[data-theme=light] .btn-action:hover{border-color:var(--blue);color:var(--blue);background:#2563eb14}[data-theme=light] .btn-ghost{color:#374151;border-color:#00000026}[data-theme=light] .btn-ghost:hover{border-color:var(--blue);color:var(--blue);background:#2563eb14}[data-theme=light] .btn-danger{color:#dc2626;border-color:#dc26264d}[data-theme=light] .btn-danger:hover{background:#dc262614;border-color:#dc2626}[data-theme=light] .tour-card-menu-btn:hover{background:#0000000f}[data-theme=light] .tour-menu-item:hover{background:#0000000d}[data-theme=light] .tour-card-menu{box-shadow:0 4px 16px #0000001f}[data-theme=light] .section-heading{color:var(--text)}[data-theme=light] .section-sub,[data-theme=light] .admin-notice{color:var(--subtext)}[data-theme=light] .admin-notice--error{color:#dc2626}[data-theme=light] kbd{color:var(--text);background:#fff9;border-color:#00000026}[data-theme=light] .field-hint code{color:var(--text);background:#00000012}[data-theme=light] .account-section,[data-theme=light] .account-nav{background:#ffffffa6;border-color:#00000014}[data-theme=light] .account-nav-item:hover{color:var(--text);background:#0000000a}[data-theme=light] .account-nav-item.active{color:var(--blue);background:#2563eb1a}[data-theme=light] .form-success{color:#15803d}[data-theme=light] .sc-node circle:not(.sc-handle){fill:#ffffffd9;stroke:#00000026}[data-theme=light] .sc-title{fill:#0f172a}[data-theme=light] .sc-sub{fill:#475569}[data-theme=light] .sc-edge{stroke:#94a3b8}[data-theme=light] .sc-edge:hover,[data-theme=light] .sc-edge.selected{stroke:var(--blue)}[data-theme=light] .sc-info-panel{color:var(--text);background:#ffffffe6;border-color:#0000001a}[data-theme=light] .sc-info-scene-btn:hover{background:#0000000d}[data-theme=light] .sc-info-close{color:#64748b}[data-theme=light] .sc-info-close:hover{color:var(--text)}[data-theme=light] .size-info-ideal td{color:#b91c1c;background:#dc262614}[data-theme=light] .ideal-badge{color:#dc2626;background:#dc26261f;border-color:#dc262659}.btn-icon{padding:.35rem .6rem;font-size:1rem}.tour-card{cursor:pointer;background:var(--surface);border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;padding:1rem 1.25rem;transition:border-color .15s;display:flex}.tour-card:hover{border-color:var(--primary)}.tour-card-info{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.tour-card-scene-count{color:var(--subtext);font-size:.78rem}.tour-card-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}.tour-card-menu-wrap{flex-shrink:0;position:relative}.tour-card-menu-btn{color:var(--subtext);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem .5rem;font-size:1.2rem;line-height:1;transition:color .15s,background .15s}.tour-card-menu-btn:hover{color:var(--text);background:#ffffff12}.tour-card-menu{background:var(--surface);border:1px solid var(--border);z-index:50;border-radius:8px;min-width:140px;position:absolute;top:calc(100% + 4px);right:0;overflow:hidden;box-shadow:0 4px 16px #0000004d}.tour-card-menu.hidden{display:none}.tour-menu-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:0 0;border:none;padding:.6rem 1rem;font-size:.875rem;transition:background .12s;display:block}.tour-menu-item:hover{background:#ffffff0f}.tour-menu-item--danger{color:#f87171}.tour-menu-item--danger:hover{background:#f871711a}.verify-gate{text-align:center;background:#2563eb12;border:1px solid #2563eb33;border-radius:12px;max-width:420px;padding:3rem 2rem}.verify-gate.hidden,#embed-content.hidden{display:none}.verify-gate-icon{margin-bottom:.75rem;font-size:2.5rem}.verify-gate-title{color:var(--text);margin:0 0 .5rem;font-size:1rem;font-weight:600}.verify-gate-sub{color:var(--subtext);margin:0;font-size:.875rem}.acct-gate{color:var(--subtext);background:#2563eb12;border:1px solid #2563eb33;border-radius:8px;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.25rem;font-size:.875rem;display:flex}.acct-gate-icon{flex-shrink:0;font-size:1.2rem;line-height:1.4}.acct-gate-text strong{color:var(--text);margin-bottom:.2rem;display:block}.acct-gate.hidden{display:none}.tour-card-actions{flex-shrink:0;gap:.5rem;display:flex}
