.host-panel--menu-open{background:#ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:background .2s ease,backdrop-filter .2s ease}.host-panel__nav{display:flex;justify-content:space-between;gap:10px;flex-wrap:nowrap;align-items:center}.host-panel__tabs{position:relative;display:inline-flex;align-items:center;width:190px;flex:0 0 190px}.host-panel__tabs.is-open .host-panel__tabs-toggle{border-bottom-left-radius:0;border-bottom-right-radius:0}.host-panel__tabs-toggle{border:1px solid rgba(255,255,255,.08);background:#121720eb;color:#f0f4fbe6;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:10px;justify-content:space-between;cursor:pointer;min-height:40px;padding:0 14px;border-radius:12px;transition:color .2s ease,background .2s ease;width:100%;text-align:left}.host-panel__tabs-toggle:hover{color:#fff;border-color:#fff3}.host-panel__tabs-icon{width:18px;height:18px;display:grid;place-items:center;color:inherit}.host-panel__tabs-chevron{width:8px;height:8px;border-left:2px solid rgba(240,244,251,.8);border-bottom:2px solid rgba(240,244,251,.8);transform:rotate(-45deg) translateY(2px);transition:transform .2s ease}.host-panel__tabs-chevron.is-open{transform:rotate(135deg)}.host-panel__tabs-menu{position:absolute;top:calc(100% - 1px);left:0;list-style:none;padding:12px 0;margin:0;border-radius:0 0 14px 14px;background:#121720d1;border:1px solid rgba(255,255,255,.08);box-shadow:0 22px 40px #05081459;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);width:100%;display:flex;flex-direction:column;gap:0;z-index:35}@media(max-width:1200px){.host-panel--mobile-editor{position:relative;z-index:60}.host-panel--mobile-editor .host-panel__tabs-menu{z-index:80}}.host-panel__tabs-option{border:none;background:transparent;width:100%;text-align:left;padding:10px 18px;border-radius:0;font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#f0f4fbbf;cursor:pointer;transition:background .2s ease,color .2s ease}.host-panel__tabs-option:hover,.host-panel__tabs-option.is-active{background:#ffffff14;color:#fff}.host-panel__tabs-option-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;color:inherit}@media(max-width:600px){.host-panel .host-panel__nav{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.host-panel .host-panel__tabs{width:auto;min-width:0;flex:1 1 auto}.host-panel .host-panel__tabs-toggle{gap:8px;padding:10px 12px}.host-panel .host-panel__actions{width:auto;gap:8px;justify-content:flex-end}}@media(max-width:359px){.host-panel .host-panel__nav{grid-template-columns:minmax(0,1fr)}.host-panel .host-panel__actions{justify-self:end}}.host-panel__actions{display:flex;gap:8px;align-items:center}.host-panel__camera-btn{width:40px;height:40px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:#121720e6;color:#f5f7fbcc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease}.host-panel__camera-btn:hover{color:#fff;border-color:#fff3}.host-panel__preview-btn{width:40px;height:40px;border-radius:11px;border:1px solid rgba(255,255,255,.08);background:#121720e6;color:#f5f7fbcc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease,background .18s ease}.host-panel__preview-btn.is-active{background:#4f84ff26;border-color:#4f84ff99;color:#f5f7fb}.host-panel__preview-btn:hover{border-color:#ffffff4d;color:#fff}.host-panel__delete-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#121720e6;color:#ffe0e0cc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:color .18s ease,border-color .18s ease}.host-panel__delete-btn:not(:disabled):hover{color:#fff;border-color:#fff3}@media(max-width:1200px){.app-main{flex-direction:column;gap:20px}.viewer-wrap{order:2;max-width:100%;width:100%}.host-panel-column{order:1;width:100%;max-width:none}.host-panel{border-radius:22px}}.viewer360-wrapper{--viewer-fs-width: 32px;--viewer-fs-height: 32px;--viewer-fs-offset: 12px;--viewer-fs-gap: 10px;width:100%;display:flex;flex-direction:column;height:100%;position:relative}.viewer360-canvas{width:100%;border-radius:18px;overflow:hidden;background:#050608;position:relative;cursor:grab;aspect-ratio:2 / 1;min-height:520px;height:auto}.viewer360-canvas canvas{position:absolute;inset:0;width:100%;height:100%}.viewer360-canvas--hotspot-hover{cursor:pointer}.viewer360-canvas--dragging{cursor:grabbing}.viewer360-canvas--adding{cursor:crosshair}.viewer360-fs-button{position:absolute;bottom:var(--viewer-fs-offset);right:var(--viewer-fs-offset);width:var(--viewer-fs-width);height:var(--viewer-fs-height);border-radius:10px;background:#14141999;border:1px solid rgba(255,255,255,.12);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 12px 24px #05081459;pointer-events:auto;z-index:45;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.viewer360-fs-button svg{width:16px;height:16px}.viewer360-fs-button--active{background:#081026d9}.overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0000004d}.spinner{width:40px;height:40px;border-radius:50%;border:4px solid rgba(255,255,255,.2);border-top-color:var(--accent);animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.host-panel{width:100%;background:linear-gradient(180deg,#fff,#f5f7fb);border-radius:26px;padding:26px;box-shadow:0 30px 60px #0f17242e;border:1px solid rgba(15,23,36,.05);display:flex;flex-direction:column;gap:20px}.host-panel__nav{display:flex;justify-content:space-between;gap:12px;flex-wrap:nowrap;align-items:center}.host-panel__actions{display:flex;gap:10px;align-items:center}.host-panel__camera-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#121720e6;color:#f5f7fb;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.host-panel__delete-btn{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#121720e6;color:#f7c0c0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .18s ease}.host-panel__delete-btn:disabled{opacity:.35;cursor:not-allowed}.host-panel__delete-btn:not(:disabled):hover{color:#ffdede;border-color:#fff3}.host-panel__content{flex:1}.host-panel{gap:16px;padding:22px}.host-panel__nav{gap:8px}.host-panel__tabs{width:180px;flex-basis:180px}.host-panel__actions{gap:8px;padding:2px;border:1px solid rgba(18,23,32,.08);border-radius:13px;background:#1217200f}.host-panel__camera-btn,.host-panel__preview-btn,.host-panel__delete-btn{width:36px;height:36px;border-radius:10px}.host-hotspot__tour-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:6px 0 12px}.host-hotspot__tour-row .host-card__message{flex:1}.host-hotspot__cta{display:flex;flex-direction:column;gap:10px;align-items:stretch}.host-panel--mobile-hotspot-tools{display:flex;flex-direction:column;gap:14px}.host-panel--mobile-hotspot-tools .host-hotspot__cta{width:100%;margin-top:auto}.host-panel--mobile-hotspot-tools .host-hotspot__manager-btn{width:100%;min-height:44px;justify-content:space-between}.host-panel--mobile-hotspot-tools .host-hotspot__manager-label{flex:1;text-align:left}.host-hotspot__manager-btn.btn.ghost{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:0 12px;border-radius:10px;font-size:13px;font-weight:650;letter-spacing:-.01em;width:100%;justify-content:center;color:#334155;background:#f8fafc;border-color:#cbd5e1}.host-hotspot__manager-btn.btn.ghost:hover:not(:disabled){color:#172033;background:#eef2f6;border-color:#aeb8c5;box-shadow:0 6px 16px #3341551f}.host-hotspot__manager-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(15,23,36,.2);border-top-color:#0f17248c;animation:host-hotspot-spin .85s linear infinite;opacity:0;transition:opacity .18s ease}.host-hotspot__manager-btn.is-busy .host-hotspot__manager-spinner{opacity:1}@keyframes host-hotspot-spin{to{transform:rotate(360deg)}}.host-hotspot__list{display:flex;flex-direction:column;gap:10px;margin-top:8px}.host-hotspot__item{width:100%;border:1px solid rgba(15,23,36,.08);border-radius:16px;padding:12px 14px;background:#0f172405;text-align:left;cursor:pointer;transition:all .2s ease}.host-hotspot__item.is-selected{border-color:#2aa7c766;box-shadow:0 12px 32px #2aa7c738;background:#2aa7c714}.host-hotspot__empty{padding:14px;border-radius:16px;border:1px dashed rgba(15,23,36,.14);text-align:center;color:#8a97aa;font-size:13px}@media(max-width:760px){.host-hotspot__tour-row{align-items:flex-start;flex-direction:column}}.thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:12px;margin-top:12px}.thumb{width:100%;height:86px;border-radius:16px;border:1px solid rgba(15,23,36,.08);background:var(--surface);position:relative;overflow:hidden;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease}.thumb img{width:100%;height:100%;object-fit:cover;display:block}.thumb .label{padding:10px;font-size:12px;color:#6b7280;text-align:center}.thumb:hover{transform:translateY(-4px);box-shadow:0 16px 32px #0f17241f}.thumb.selected{outline:3px solid rgba(42,167,199,.3);box-shadow:0 14px 32px #1b95ad33}.thumb .remove-btn{position:absolute;left:8px;top:8px;border:none;background:#ffffffe6;color:#475569;border-radius:999px;padding:2px 6px;font-size:14px;cursor:pointer;box-shadow:0 6px 16px #0f17241a}.thumb .remove-btn:hover{background:#fee2e2;color:#b91c1c}.thumb .badge{position:absolute;right:8px;top:8px;background:#2aa7c7e6;color:#fff;padding:4px 10px;border-radius:999px;font-size:11px}.host-placeholder{border:1px dashed var(--empty-state-border);border-radius:18px;padding:16px;background:var(--empty-state-bg-soft);color:var(--empty-state-muted)}.badge-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#2aa7c729;color:#0f5f75;font-weight:600}.host-panel__tabs-toggle,.host-panel__camera-btn,.host-panel__preview-btn,.host-panel__delete-btn{border-color:var(--color-border);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text-muted)}.host-panel__tabs-toggle:hover,.host-panel__camera-btn:hover,.host-panel__preview-btn:hover,.host-panel__delete-btn:not(:disabled):hover{border-color:var(--color-border-strong);background:var(--color-surface-hover);color:var(--color-text)}.host-panel__preview-btn.is-active{border-color:#2188f58f;background:#2188f529;color:var(--color-text)}.host-panel__tabs-menu{border-color:var(--color-border);background:#101a2bf0;box-shadow:var(--shadow-overlay);z-index:var(--z-dropdown)}.host-modal__overlay{z-index:var(--z-overlay)}.host-modal,.hotspot-manager{z-index:var(--z-modal)}.host-modal{border-radius:var(--radius-panel)}.editor-modal-close-button:not(.editor-modal-close-button--snapshot){border-color:var(--color-border-strong);border-radius:var(--radius-control);background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow-card)}.editor-modal-close-button:not(.editor-modal-close-button--snapshot):hover{border-color:var(--color-primary-hover);background:var(--color-surface-hover)}.viewer360-canvas{border-radius:var(--radius-panel)}.viewer360-canvas.is-pseudo-fullscreen{z-index:var(--z-fullscreen)}.viewer360-fs-button{border-radius:var(--radius-control);border-color:var(--color-border-strong);background:#101a2bcc;z-index:var(--z-sticky)}.viewer360-fs-button:hover,.viewer360-fs-button:focus-visible{border-color:var(--color-primary-hover);background:var(--color-surface-hover)}.viewer-mode-toggle.is-active{background:var(--color-primary)}.viewer-mode-toggle.is-active:hover,.viewer-mode-toggle.is-active:focus-visible{background:var(--color-primary-hover);border-color:#93c5fdb8}.viewer360-info-card,.viewer360-smart-bubble{border-color:var(--color-border-strong);background:#101a2bf0}.viewer360-info-card{border-radius:var(--radius-card)}.viewer360-smart-bubble{border-radius:var(--radius-control)}@media(max-width:600px){.host-panel__tabs-toggle{min-height:36px}.host-panel__camera-btn,.host-panel__preview-btn,.host-panel__delete-btn{width:36px;height:36px}}.host-link-workspace{position:fixed;inset:0;z-index:1300;background:#0a0d13;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.host-link-workspace__panel{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;color:#ffffffeb;background:radial-gradient(circle at 25% 10%,rgba(55,65,81,.18),transparent 36%),#0a0d13;animation:snapshot-editor-export-enter .18s ease-out both}.host-link-workspace__panel>.host-link-workspace__header{min-height:68px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#14171ee0;box-shadow:0 1px #00000061;backdrop-filter:saturate(160%) blur(22px);-webkit-backdrop-filter:saturate(160%) blur(22px);z-index:2}.host-link-workspace__header .snapshot-editor__header-leading,.host-link-workspace__header .snapshot-editor__header-trailing,.host-link-workspace__header .snapshot-editor__title-row{display:flex;align-items:center}.host-link-workspace__header .snapshot-editor__header-leading{min-width:0;gap:14px}.host-link-workspace__header .snapshot-editor__header-trailing{flex-shrink:0;gap:14px}.host-link-workspace__header .snapshot-editor__identity{min-width:0}.host-link-workspace__header .snapshot-editor__title-row{min-width:0;gap:9px}.host-link-workspace__header h3{min-width:0;max-width:min(42vw,620px);margin:0;overflow:hidden;color:#fffffff0;font-size:15px;font-weight:650;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.host-link-workspace__header .snapshot-editor__back-button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 11px 0 8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#ffffffd6;font-size:13px;font-weight:600;cursor:pointer}.host-link-workspace__header .snapshot-editor__back-button:hover{border-color:#ffffff14;background:#ffffff14;color:#fff}.host-link-workspace__header .snapshot-editor__back-button svg{width:17px;height:17px}.host-link-workspace__header .snapshot-editor__header-divider{width:1px;height:30px;background:#ffffff1a}.host-link-workspace__header .snapshot-editor__eyebrow{margin:0;color:#ffffff6b;font-size:10px;font-weight:650;letter-spacing:.08em}.host-link-workspace__header .snapshot-editor__meta{flex-shrink:0;color:#ffffff6b;font-size:12px}.host-link-workspace__header-actions{display:flex;align-items:center;gap:10px}.host-link-workspace__save{min-height:38px;padding:0 14px;border-radius:10px;font-size:13px;font-weight:650;cursor:pointer}.host-link-workspace__save{border:1px solid rgba(57,139,253,.8);background:linear-gradient(180deg,#2587f7,#1264d7);color:#fff;box-shadow:0 9px 20px #0a5ecd42}.host-link-workspace__save:disabled{cursor:not-allowed;border-color:#ffffff14;background:#ffffff14;color:#ffffff5c;box-shadow:none}.host-link-workspace__body{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);overflow:hidden}.host-link-workspace__sidebar{min-width:0;min-height:0;padding:28px 20px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.08);background:#10141cbd}.host-link-workspace__sidebar-heading{margin-bottom:24px}.host-link-workspace__sidebar-heading>span,.host-link-workspace__content-header span{color:#ffffff6b;font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.host-link-workspace__sidebar-heading h3,.host-link-workspace__content-header h2{margin:5px 0 0;color:#fffffff0;font-size:18px;font-weight:650;letter-spacing:-.01em}.host-link-workspace__sidebar-heading p,.host-link-workspace__content-header p{margin:7px 0 0;color:#ffffff8a;font-size:12px;line-height:1.5}.host-link-workspace__tabs{display:grid;gap:7px}.host-link-workspace__tab{width:100%;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:#ffffffb8;text-align:left;cursor:pointer}.host-link-workspace__tab>span{display:grid;gap:3px}.host-link-workspace__tab strong{font-size:13px;font-weight:650}.host-link-workspace__tab small{color:#ffffff6e;font-size:11px}.host-link-workspace__tab b{min-width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#ffffff12;color:#ffffffad;font-size:12px}.host-link-workspace__tab:hover{background:#ffffff0b}.host-link-workspace__tab.is-active{border-color:#2d83f18c;background:linear-gradient(105deg,#205eaf57,#112b4c75)}.host-link-workspace__tab.is-active strong{color:#fff}.host-link-workspace__tab.is-active small{color:#b5d9ffc2}.host-link-workspace__tab.is-active b{background:#2a7def5c;color:#dcecff}.host-link-workspace__sidebar-note{margin-top:26px;padding:14px;border:1px solid rgba(64,144,255,.34);border-radius:12px;background:#153d6f33}.host-link-workspace__sidebar-note strong{color:#dbebffeb;font-size:12px}.host-link-workspace__sidebar-note p{margin:6px 0 0;color:#d5e4f89e;font-size:12px;line-height:1.45}.host-link-workspace__content{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.host-link-workspace__content-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 42px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.host-link-workspace__selection-status{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(75,149,246,.45);border-radius:999px;background:#296dcc2e;color:#d3e8ffeb!important;font-size:12px!important;font-weight:600!important;letter-spacing:0!important;text-transform:none!important}.host-link-workspace__content-body{min-height:0;padding:26px 42px 42px;overflow-y:auto}.host-link-workspace__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.host-link-workspace__card{min-width:0;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#141922e6;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.host-link-workspace__card:hover{border-color:#81b4f98f;transform:translateY(-2px)}.host-link-workspace__card.is-selected{border-color:#3189f8;box-shadow:0 0 0 2px #3189f833,0 14px 30px #050f1e52}.host-link-workspace__thumb{height:132px;background:#1b2230 center / cover no-repeat}.host-link-workspace__card-body{display:grid;gap:5px;padding:12px 13px}.host-link-workspace__card-body strong{overflow:hidden;color:#ffffffe0;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.host-link-workspace__card-body span{color:#ffffff7a;font-size:11px}.host-link-workspace__card.is-selected .host-link-workspace__card-body span{color:#8bc0ff}.host-link-workspace__empty{max-width:430px;margin:8vh auto 0;padding:32px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#101620bd;text-align:center}.host-link-workspace__empty h3{margin:0;font-size:16px}.host-link-workspace__empty p{margin:9px 0 20px;color:#ffffff8a;font-size:13px}@media(max-width:760px){.host-link-workspace__panel>.host-link-workspace__header{align-items:flex-start}.host-link-workspace__header .snapshot-editor__header-divider,.host-link-workspace__header .snapshot-editor__meta{display:none}.host-link-workspace__header-actions{gap:7px}.host-link-workspace__save{min-height:34px;padding:0 10px;font-size:12px}.host-link-workspace__body{display:block;overflow-y:auto}.host-link-workspace__sidebar{padding:16px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);overflow:visible}.host-link-workspace__sidebar-heading{margin-bottom:13px}.host-link-workspace__tab{min-height:52px;padding:9px}.host-link-workspace__tab small,.host-link-workspace__sidebar-note{display:none}.host-link-workspace__content-header{padding:18px 16px 15px}.host-link-workspace__content-body{padding:16px 16px 32px;overflow:visible}.host-link-workspace__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.host-link-workspace__thumb{height:96px}.host-link-workspace__card-body{padding:10px}.host-link-workspace__selection-status{display:none}}@media(max-width:480px){.host-link-workspace__save{max-width:112px;white-space:normal;line-height:1.15}}.host-snapshot-workspace{position:fixed;inset:0;z-index:1300;background:#0a0d13;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.host-snapshot-workspace__panel{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;color:#ffffffeb;background:radial-gradient(circle at 25% 10%,rgba(55,65,81,.18),transparent 36%),#0a0d13;animation:snapshot-editor-export-enter .18s ease-out both}.host-snapshot-workspace__panel>.host-snapshot-workspace__header{min-height:68px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:20px;padding:10px 18px;border-bottom:1px solid rgba(255,255,255,.08);background:#14171ee0;box-shadow:0 1px #00000061;backdrop-filter:saturate(160%) blur(22px);-webkit-backdrop-filter:saturate(160%) blur(22px);z-index:2}.host-snapshot-workspace__header .snapshot-editor__header-leading,.host-snapshot-workspace__header .snapshot-editor__header-trailing,.host-snapshot-workspace__header .snapshot-editor__title-row{display:flex;align-items:center}.host-snapshot-workspace__header .snapshot-editor__header-leading{min-width:0;gap:14px}.host-snapshot-workspace__header .snapshot-editor__header-trailing{flex-shrink:0;gap:14px}.host-snapshot-workspace__header .snapshot-editor__identity{min-width:0}.host-snapshot-workspace__header .snapshot-editor__title-row{min-width:0;gap:9px}.host-snapshot-workspace__header h3{min-width:0;max-width:min(42vw,620px);margin:0;overflow:hidden;color:#fffffff0;font-size:15px;font-weight:650;letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap}.host-snapshot-workspace__header .snapshot-editor__back-button{min-height:36px;display:inline-flex;align-items:center;gap:7px;padding:0 11px 0 8px;border:1px solid transparent;border-radius:10px;background:transparent;color:#ffffffd6;font-size:13px;font-weight:600;cursor:pointer}.host-snapshot-workspace__header .snapshot-editor__back-button:hover{border-color:#ffffff14;background:#ffffff14;color:#fff}.host-snapshot-workspace__header .snapshot-editor__back-button svg{width:17px;height:17px}.host-snapshot-workspace__header .snapshot-editor__header-divider{width:1px;height:30px;background:#ffffff1a}.host-snapshot-workspace__header .snapshot-editor__eyebrow{margin:0;color:#ffffff6b;font-size:10px;font-weight:650;letter-spacing:.08em}.host-snapshot-workspace__header .snapshot-editor__meta{flex-shrink:0;color:#ffffff6b;font-size:12px}.host-snapshot-workspace__header-actions{display:flex;align-items:center;gap:10px}.host-snapshot-workspace__search{width:min(250px,24vw);min-height:38px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff0b;color:#ffffff8f}.host-snapshot-workspace__search:focus-within{border-color:#60a5fab8;box-shadow:0 0 0 3px #3b82f621}.host-snapshot-workspace__search svg{width:16px;height:16px;flex:0 0 auto}.host-snapshot-workspace__search input,.host-snapshot-workspace__panel.workspace-dialog .host-snapshot-workspace__search input:focus-visible{width:100%;min-width:0;border:0;outline:0;outline-offset:0;background:transparent;color:#ffffffe6;font:inherit;font-size:13px;box-shadow:none}.host-snapshot-workspace__search input::placeholder{color:#ffffff6b}.host-snapshot-workspace__save{min-height:38px;padding:0 14px;border:1px solid rgba(57,139,253,.8);border-radius:10px;background:linear-gradient(180deg,#2587f7,#1264d7);color:#fff;font-size:13px;font-weight:650;cursor:pointer;box-shadow:0 9px 20px #0a5ecd42}.host-snapshot-workspace__save:disabled{cursor:not-allowed;border-color:#ffffff14;background:#ffffff14;color:#ffffff5c;box-shadow:none}.host-snapshot-workspace__body{min-width:0;min-height:0;display:grid;grid-template-columns:minmax(230px,280px) minmax(0,1fr);overflow:hidden}.host-snapshot-workspace__sidebar{min-width:0;min-height:0;padding:28px 20px;overflow-y:auto;border-right:1px solid rgba(255,255,255,.08);background:#10141cbd}.host-snapshot-workspace__sidebar-heading{margin-bottom:24px}.host-snapshot-workspace__sidebar-heading>span,.host-snapshot-workspace__content-header>div>span{color:#ffffff6b;font-size:10px;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.host-snapshot-workspace__sidebar-heading h3,.host-snapshot-workspace__content-header h2{margin:5px 0 0;color:#fffffff0;font-size:18px;font-weight:650;letter-spacing:-.01em}.host-snapshot-workspace__sidebar-heading p,.host-snapshot-workspace__content-header p{margin:7px 0 0;color:#ffffff8a;font-size:12px;line-height:1.5}.host-snapshot-workspace__source{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid rgba(45,131,241,.55);border-radius:12px;background:linear-gradient(105deg,#205eaf57,#112b4c75)}.host-snapshot-workspace__source>span{display:grid;gap:3px}.host-snapshot-workspace__source strong{color:#fff;font-size:13px;font-weight:650}.host-snapshot-workspace__source small{color:#b5d9ffc2;font-size:11px}.host-snapshot-workspace__source b{min-width:28px;height:28px;display:grid;place-items:center;border-radius:999px;background:#2a7def5c;color:#dcecff;font-size:12px}.host-snapshot-workspace__sidebar-note{margin-top:26px;padding:14px;border:1px solid rgba(64,144,255,.34);border-radius:12px;background:#153d6f33}.host-snapshot-workspace__sidebar-note strong{color:#dbebffeb;font-size:12px}.host-snapshot-workspace__sidebar-note p{margin:6px 0 0;color:#d5e4f89e;font-size:12px;line-height:1.45}.host-snapshot-workspace__content{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.host-snapshot-workspace__content-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 42px 20px;border-bottom:1px solid rgba(255,255,255,.07)}.host-snapshot-workspace__selection-status{flex:0 0 auto;padding:7px 10px;border:1px solid rgba(75,149,246,.45);border-radius:999px;background:#296dcc2e;color:#d3e8ffeb;font-size:12px;font-weight:600}.host-snapshot-workspace__content-body{min-height:0;padding:26px 42px 42px;overflow-y:auto}.host-snapshot-workspace__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.host-snapshot-workspace__card{min-width:0;overflow:hidden;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#141922e6;color:inherit;text-align:left;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.host-snapshot-workspace__card:hover{border-color:#81b4f98f;transform:translateY(-2px)}.host-snapshot-workspace__card.is-selected{border-color:#3189f8;box-shadow:0 0 0 2px #3189f833,0 14px 30px #050f1e52}.host-snapshot-workspace__art{height:132px;display:grid;place-items:center;overflow:hidden;background:#1b2230;color:#ffffff61}.host-snapshot-workspace__art img{width:100%;height:100%;object-fit:cover}.host-snapshot-workspace__art svg{width:26px;height:26px}.host-snapshot-workspace__card-meta{display:grid;gap:5px;padding:12px 13px}.host-snapshot-workspace__card-meta strong{overflow:hidden;color:#ffffffe0;font-size:13px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.host-snapshot-workspace__card-meta span{color:#ffffff7a;font-size:11px}.host-snapshot-workspace__card.is-selected .host-snapshot-workspace__card-meta span{color:#8bc0ff}.host-snapshot-workspace__empty{max-width:430px;margin:8vh auto 0;padding:32px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#101620bd;text-align:center}.host-snapshot-workspace__empty h3{margin:0;font-size:16px}.host-snapshot-workspace__empty p{margin:9px 0 0;color:#ffffff8a;font-size:13px}.host-snapshot-workspace__error{margin:18px 0 0;color:#fca5a5;font-size:13px}@media(max-width:760px){.host-snapshot-workspace__panel>.host-snapshot-workspace__header{align-items:flex-start}.host-snapshot-workspace__header .snapshot-editor__header-divider,.host-snapshot-workspace__header .snapshot-editor__meta{display:none}.host-snapshot-workspace__header-actions{gap:7px}.host-snapshot-workspace__search{width:38px;padding:0 10px}.host-snapshot-workspace__search input{display:none}.host-snapshot-workspace__save{min-height:34px;padding:0 10px;font-size:12px}.host-snapshot-workspace__body{display:block;overflow-y:auto}.host-snapshot-workspace__sidebar{padding:16px;border-right:0;border-bottom:1px solid rgba(255,255,255,.08);overflow:visible}.host-snapshot-workspace__sidebar-heading{margin-bottom:13px}.host-snapshot-workspace__sidebar-note{display:none}.host-snapshot-workspace__content-header{padding:18px 16px 15px}.host-snapshot-workspace__content-body{padding:16px 16px 32px;overflow:visible}.host-snapshot-workspace__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.host-snapshot-workspace__art{height:96px}.host-snapshot-workspace__card-meta{padding:10px}.host-snapshot-workspace__selection-status{display:none}}
