@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#17241f;background:#f4f2ed;font-synthesis:none;--green:#123c31;--green2:#205c4a;--orange:#b85f35;--cream:#f4f2ed;--line:#e1ded6;--muted:#7c857f;--white:#fff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Manrope,sans-serif}img{display:block;max-width:100%}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#09251e;color:#dbe7e1;padding:26px 18px 18px;display:flex;flex-direction:column;z-index:50}.brand{display:flex;align-items:center;gap:11px;padding:0 10px;font:700 20px Manrope}.brand b{color:#dd8c5e}.brand-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#d57948;color:#fff}.sidebar nav{margin-top:46px}.nav-label{text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:1.5px;color:#739087;padding:0 12px;margin-bottom:10px}.sidebar nav a{height:46px;display:flex;align-items:center;gap:13px;padding:0 13px;border-radius:10px;color:#8fa9a0;margin:3px 0;font-weight:600;font-size:14px}.sidebar nav a:hover,.sidebar nav a.active{background:#173b32;color:#fff}.sidebar nav a.active{box-shadow:inset 3px 0 #dd8c5e}.sidebar-bottom{margin-top:auto}.upgrade-card{background:#143b31;border:1px solid #285045;border-radius:14px;padding:16px}.upgrade-card .spark{display:grid;place-items:center;width:29px;height:29px;border-radius:8px;background:#d57948;margin-bottom:13px}.upgrade-card strong{font:600 13px Manrope}.upgrade-card p{font-size:11px;color:#8fa9a0;line-height:1.55;margin:6px 0 12px}.upgrade-card button{width:100%;border:0;background:#f1e6da;color:#513122;border-radius:8px;padding:8px;font-weight:700;font-size:11px}.user-row{display:grid;grid-template-columns:36px 1fr auto;gap:9px;align-items:center;margin-top:16px;padding:10px 5px}.avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#ead3c3;color:#873d1d;font-weight:700;font-size:12px}.user-row strong,.user-row span{display:block}.user-row strong{font-size:12px}.user-row span{font-size:10px;color:#7d9990;margin-top:2px}.mobile-close{display:none}.app-shell>main{grid-column:2;min-width:0}.topbar{height:74px;background:#fffc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 35px;position:sticky;top:0;z-index:30}.topbar h1{font-size:18px}.topbar-title{display:flex;align-items:center;gap:10px}.top-actions{display:flex;gap:10px}.search{width:240px;height:40px;border:1px solid var(--line);background:#fff;border-radius:10px;display:flex;align-items:center;padding:0 12px;color:#9ca49f}.search input{width:100%;border:0;outline:0;padding-left:9px;background:transparent;font-size:13px}.icon-btn{position:relative;border:0;background:transparent;color:#5c6962;width:40px;height:40px;display:grid;place-items:center;border-radius:9px}.icon-btn:hover{background:#eeeae3}.icon-btn.small{width:32px;height:32px}.icon-btn.small svg{width:18px}.icon-btn.bordered{border:1px solid var(--line);background:#fff}.icon-btn.danger{color:#b84c42}.notification-dot{position:absolute;width:7px;height:7px;border-radius:50%;background:#d36e3d;right:8px;top:8px;border:2px solid white}.menu-btn{display:none;border:0;background:none}.page{padding:34px 36px 50px;max-width:1500px;margin:auto}.toast{position:fixed;right:28px;bottom:28px;background:#173d32;color:#fff;padding:13px 20px;border-radius:10px;box-shadow:0 12px 40px #0b1f1850;z-index:100;animation:toastIn .25s ease}@keyframes toastIn{0%{transform:translateY(15px);opacity:0}}.welcome-row,.page-title-row,.section-head{display:flex;justify-content:space-between;align-items:flex-end}.welcome-row{margin-bottom:27px}.welcome-row h2,.page-title-row h2{font-size:28px;letter-spacing:-.7px}.welcome-row p:not(.eyebrow),.page-title-row p,.section-head p{color:var(--muted);margin-top:5px;font-size:14px}.eyebrow{text-transform:uppercase;color:var(--orange);letter-spacing:1.3px;font-weight:700;font-size:10px;margin-bottom:7px}.btn{border:0;border-radius:9px;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px}.btn.primary{background:var(--green);color:#fff;box-shadow:0 5px 15px #123c3125}.btn.primary:hover{background:#1b5444}.btn.secondary{background:#fff;border:1px solid var(--line);color:#38473f}.btn.light{background:#f4e8de;color:#7f3c21}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:19px 20px;box-shadow:0 3px 15px #21382d08}.stat-top,.metric>div{display:flex;justify-content:space-between;align-items:center}.stat-icon{width:38px;height:38px;border-radius:10px;background:#e6efeb;color:#24604e;display:grid;place-items:center}.stat-icon svg{width:18px}.trend,.positive{color:#25815f;font-size:10px;font-weight:700;display:flex;align-items:center;gap:3px}.stat-card>p{font-size:12px;color:var(--muted);margin:16px 0 3px}.stat-card h3{font-size:26px}.stat-note{font-size:10px;color:#929a95}.section-block{margin-top:38px}.section-head{align-items:center;margin-bottom:17px}.section-head h2{font-size:17px}.text-link{display:flex;gap:6px;align-items:center;color:var(--green2);font-size:12px;font-weight:700}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:19px}.project-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:visible;transition:.25s;position:relative}.project-card:hover{transform:translateY(-3px);box-shadow:0 15px 35px #28392f12}.project-image{display:block;height:190px;position:relative;overflow:hidden;border-radius:13px 13px 0 0}.project-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.project-card:hover .project-image img{transform:scale(1.035)}.status,.scene-count{position:absolute;top:12px;border-radius:20px;padding:5px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.7px;font-weight:800}.status{left:12px}.status.published{background:#dff2e9;color:#1d674e}.status.draft{background:#eeeae3;color:#6d706d}.scene-count{right:12px;background:#12261fcc;color:#fff}.hover-play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:46px;height:46px;border-radius:50%;background:#fffd;color:#173c31;display:grid;place-items:center;opacity:0;transform:scale(.8);transition:.2s}.hover-play svg{width:17px}.project-card:hover .hover-play{opacity:1;transform:scale(1)}.project-body{padding:15px 16px}.project-title-row{display:flex;justify-content:space-between;position:relative}.project-title-row h3{font-size:15px}.project-title-row p{display:flex;gap:4px;align-items:center;color:var(--muted);font-size:10px;margin-top:5px}.project-meta{display:flex;justify-content:space-between;border-top:1px solid #eeeae4;margin-top:14px;padding-top:12px;color:#8c938f;font-size:10px}.project-meta span{display:flex;align-items:center;gap:5px}.card-menu{position:absolute;right:0;top:34px;width:140px;background:#fff;border:1px solid var(--line);box-shadow:0 10px 30px #20352b25;border-radius:9px;padding:5px;z-index:10}.card-menu a,.card-menu button{width:100%;display:flex;align-items:center;gap:8px;padding:8px;border:0;background:none;border-radius:6px;font-size:11px;text-align:left}.card-menu a:hover,.card-menu button:hover{background:#f4f2ed}.card-menu button{color:#a6453e}.insight-banner{background:var(--green);color:#fff;border-radius:15px;margin-top:28px;padding:21px 24px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:17px;background-image:radial-gradient(circle at 75% 20%,#346f5c 0,transparent 35%)}.insight-icon{width:46px;height:46px;border-radius:12px;background:#ffffff16;display:grid;place-items:center}.insight-banner span{font-size:9px;text-transform:uppercase;letter-spacing:1.2px;color:#83aa9d}.insight-banner h3{font-size:15px;margin:4px 0}.insight-banner p{font-size:11px;color:#9cb8af}.page-title-row{margin-bottom:25px}.toolbar{display:flex;gap:10px;margin-bottom:18px}.search.wide{width:auto;flex:1}.filter-tabs,.view-toggle{display:flex;background:#e9e6df;border-radius:9px;padding:3px}.filter-tabs button,.view-toggle button{border:0;background:transparent;border-radius:7px;padding:0 13px;text-transform:capitalize;font-size:11px;color:#757d78}.filter-tabs button.active,.view-toggle button.active{background:#fff;color:#263a31;box-shadow:0 2px 8px #27372f12}.view-toggle button{padding:0 9px}.view-toggle svg{width:16px}.results-label{font-size:11px;color:var(--muted);margin-bottom:12px}.empty-state{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--muted);gap:7px}.empty-state h3{color:#293b33}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#071612aa;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;display:grid;place-items:center;padding:20px}.modal{width:min(520px,100%);background:#faf9f6;border-radius:16px;box-shadow:0 30px 80px #0006;overflow:hidden}.modal-head{padding:20px 23px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h2{font-size:18px}.form-stack{padding:22px;display:flex;flex-direction:column;gap:17px}.form-stack label,.property-content label{font-size:11px;font-weight:700;color:#4e5a54;display:flex;flex-direction:column;gap:7px}.form-stack input,.property-content input,.property-content textarea,.property-content select,.analytics-actions select{height:42px;border:1px solid #dcd8d0;border-radius:8px;padding:0 11px;outline:none;background:#fff;color:#26352f}.property-content textarea{height:auto;padding:10px;resize:vertical}.form-stack input:focus,.property-content input:focus,.property-content textarea:focus,.property-content select:focus{border-color:#4d806f;box-shadow:0 0 0 3px #39705c15}.form-grid,.position-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:6px}.breadcrumb{margin-bottom:17px}.breadcrumb a{font-size:12px;font-weight:700;color:#65716b;display:inline-flex;gap:7px;align-items:center}.project-hero{height:290px;border-radius:16px;overflow:hidden;position:relative;color:#fff}.project-hero>img{width:100%;height:100%;object-fit:cover}.project-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#081712d9 0%,#08171255 50%,transparent)}.project-hero-content{position:absolute;left:30px;bottom:29px}.project-hero-content .status{position:static;display:inline-block;margin-bottom:12px}.project-hero h2{font-size:30px}.project-hero p{display:flex;align-items:center;gap:7px;color:#d4ddd8;font-size:12px;margin-top:6px}.hero-play{position:absolute;right:25px;bottom:25px;background:#ffffffeb;color:#183c31;border-radius:10px;padding:12px 16px;display:flex;gap:8px;align-items:center;font-weight:700;font-size:12px}.hero-play svg{width:16px}.project-actionbar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:12px;margin-top:14px;padding:12px}.project-actionbar>div{display:flex;gap:8px}.quick-metrics span,.quick-metrics a{display:flex;align-items:center;gap:6px;padding:0 11px;color:#64716a;font-size:11px}.quick-metrics svg{width:15px}.scene-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.scene-card{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;position:relative}.scene-card>img{height:150px;width:100%;object-fit:cover}.scene-number,.start-badge{position:absolute;top:10px;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:700}.scene-number{left:10px;background:#0e211cbb;color:#fff}.start-badge{right:10px;background:#e1f3e9;color:#25654e;display:flex;gap:3px;align-items:center}.scene-card-body{display:flex;justify-content:space-between;align-items:center;padding:12px}.scene-card h3{font-size:13px}.scene-card p{font-size:9px;color:var(--muted);margin-top:3px}.upload-card{min-height:204px;border:1.5px dashed #c9c5bc;background:#f7f5f0;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#737d77;gap:7px}.upload-card:hover{border-color:#4e7869;background:#eef3f0}.upload-card svg{color:#2e6654}.upload-card strong{font-size:12px;color:#405049}.upload-card span{font-size:9px}.upload-progress{background:#e8f2ee;border-radius:9px;padding:12px;margin-bottom:14px;display:flex;align-items:center;gap:10px;font-size:11px}.upload-progress span{width:17px;height:17px;border:2px solid #78a292;border-top-color:#174c3d;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.share-panel{padding:22px}.share-panel>p{font-size:12px;color:var(--muted);margin-bottom:15px}.copy-field{display:flex;border:1px solid var(--line);border-radius:9px;overflow:hidden}.copy-field input{flex:1;border:0;padding:0 12px;min-width:0;background:#fff;font-size:11px}.copy-field button{border:0;background:var(--green);color:#fff;padding:11px 14px;display:flex;gap:6px;align-items:center;font-size:11px}.publish-row{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}.publish-row strong,.publish-row span{display:block}.publish-row strong{font-size:12px}.publish-row span{font-size:10px;color:var(--muted);margin-top:3px}.switch{width:42px;height:23px;border:0;border-radius:20px;background:#c8cbc8;padding:3px}.switch span{width:17px;height:17px;background:#fff;border-radius:50%;display:block;transition:.2s}.switch.on{background:#2c765d}.switch.on span{transform:translate(19px)}.editor-page{position:fixed;top:0;right:0;bottom:0;left:0;background:#17221e;z-index:80;color:#27362f}.editor-topbar{height:64px;background:#fff;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 16px;border-bottom:1px solid var(--line)}.editor-topbar>div:last-child{justify-self:end;display:flex;gap:7px}.editor-title{display:flex;align-items:center;gap:8px}.editor-title strong,.editor-title span{display:block}.editor-title strong{font:700 12px Manrope}.editor-title span{font-size:9px;color:var(--muted)}.save-state{font-size:10px;color:#39745e;display:flex;gap:5px}.editor-workspace{display:grid;grid-template-columns:230px 1fr 280px;height:calc(100vh - 64px)}.scene-rail,.properties-panel{background:#f9f8f5;min-width:0;overflow:auto}.scene-rail{border-right:1px solid var(--line)}.properties-panel{border-left:1px solid var(--line)}.editor-panel-head{height:62px;padding:0 15px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.editor-panel-head>div{display:flex;align-items:center;gap:7px}.editor-panel-head h3{font-size:13px}.editor-panel-head span{font-size:9px;color:#7c8681;background:#ebe8e1;padding:3px 6px;border-radius:10px}.editor-panel-head button{border:0;background:transparent;color:#496057}.editor-panel-head button svg{width:17px}.editor-panel-head button.danger{color:#b84c42}.scene-list{padding:8px}.scene-list>button{border:1px solid transparent;background:transparent;width:100%;display:grid;grid-template-columns:10px 56px 1fr;gap:7px;align-items:center;padding:7px;border-radius:8px;text-align:left;margin-bottom:3px}.scene-list>button:hover,.scene-list>button.active{background:#fff;border-color:#dcd9d1}.scene-list>button.active{box-shadow:inset 3px 0 var(--orange)}.scene-list .grip{width:12px;color:#b4b8b5}.scene-list img{width:56px;height:39px;object-fit:cover;border-radius:5px}.scene-list strong,.scene-list span{display:block}.scene-list strong{font-size:10px}.scene-list span{font-size:8px;color:var(--muted);margin-top:4px}.editor-canvas{position:relative;overflow:hidden}.editor-canvas .viewer{height:100%}.placing-banner{position:absolute;z-index:10;top:14px;left:50%;transform:translate(-50%);background:#fff;color:#293a32;border-radius:8px;padding:10px 12px;box-shadow:0 8px 30px #0004;display:flex;align-items:center;gap:7px;font-size:10px;white-space:nowrap}.placing-banner button{border:0;background:#eee9e1;border-radius:5px;font-size:9px;margin-left:5px}.scene-chip{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#0c1915bb;color:#fff;border:1px solid #ffffff30;border-radius:20px;padding:8px 13px;display:flex;gap:6px;align-items:center;font-size:10px}.property-content{padding:16px;display:flex;flex-direction:column;gap:16px}.hotspot-type-label{text-transform:capitalize}.input-icon{display:flex;align-items:center;border:1px solid #dcd8d0;border-radius:8px;background:#fff;padding-left:9px}.input-icon svg{width:15px;color:#89908d}.input-icon input{border:0;flex:1}.hotspot-type-list{padding:10px}.hotspot-type-list>button{width:100%;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px;border:1px solid transparent;background:transparent;text-align:left;padding:11px 8px;border-radius:9px}.hotspot-type-list>button:hover{background:#fff;border-color:var(--line)}.hotspot-type-list>button>span{width:34px;height:34px;border-radius:9px;background:#e5efeb;color:#28604e;display:grid;place-items:center}.hotspot-type-list svg{width:16px}.hotspot-type-list>button>svg{color:#9aa19d;width:14px}.hotspot-type-list strong{font-size:10px}.hotspot-type-list p{font-size:8px;color:#818985;margin-top:3px;line-height:1.4}.editor-tip{margin:10px 15px;background:#eee9df;border-radius:9px;padding:11px;display:flex;gap:8px;color:#6d756f}.editor-tip svg{width:15px;flex:none}.editor-tip p{font-size:9px;line-height:1.45}.editor-tip strong{display:block;color:#48534e;margin-bottom:2px}.viewer{height:100%;min-height:400px;background:#17231f;position:relative;overflow:hidden;-webkit-user-select:none;user-select:none;cursor:grab}.viewer:active{cursor:grabbing}.panorama-image{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-size:cover;background-repeat:repeat-x;transition:transform .15s ease-out;will-change:background-position}.viewer-vignette{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,transparent 25%,transparent 70%,#0007);pointer-events:none}.hotspot{position:absolute;transform:translate(-50%,-50%);width:37px;height:37px;border-radius:50%;border:2px solid #fff;background:#be663d;color:#fff;display:grid;place-items:center;box-shadow:0 3px 14px #0007;z-index:4}.hotspot.scene{background:#b95f36}.hotspot.info{background:#225b4a}.hotspot.label{background:#70614d}.hotspot.link{background:#365c7d}.hotspot:after{content:"";position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border:1px solid #ffffff80;border-radius:50%;animation:pulse 2s infinite}.hotspot.selected{box-shadow:0 0 0 4px #f5b391,0 3px 14px #0007}@keyframes pulse{50%{transform:scale(1.15);opacity:.25}}.hotspot-popover{position:absolute;z-index:8;background:#fff;color:#26362f;border-radius:9px;width:210px;padding:12px;box-shadow:0 10px 30px #0005}.hotspot-popover strong{font-size:11px}.hotspot-popover p{font-size:9px;color:#6d7772;line-height:1.5;margin-top:5px}.viewer-controls{position:absolute;right:16px;bottom:18px;background:#0b1713aa;border:1px solid #ffffff28;border-radius:9px;display:flex;overflow:hidden;z-index:6}.viewer-controls button{border:0;border-right:1px solid #ffffff1c;background:transparent;color:#fff;width:38px;height:36px}.viewer-controls svg{width:15px}.drag-hint{position:absolute;bottom:24px;left:18px;color:#fff9;font-size:9px;text-transform:uppercase;letter-spacing:1px}.viewer.editing .drag-hint{display:none}.analytics-actions{display:flex;gap:8px}.analytics-actions select{height:40px}.stat-grid.analytics{margin-bottom:20px}.stat-card.metric .positive svg{width:13px}.chart-card,.table-card,.source-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px}.chart-wrap{height:295px;margin-top:20px}.chart-legend{display:flex;gap:20px;font-size:10px}.chart-legend span:before{content:"";display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:6px}.chart-legend .views:before{background:var(--orange)}.chart-legend .visitors:before{background:var(--green2)}.analytics-bottom{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-top:18px}.table-card{padding-bottom:5px}.table-card table{border-collapse:collapse;width:100%;font-size:10px}.table-card th{text-align:left;color:#959c98;font-weight:500;padding:10px;border-bottom:1px solid var(--line)}.table-card td{padding:11px 10px;border-bottom:1px solid #eeeae4}.table-card td:first-child{display:grid;grid-template-columns:20px 38px 1fr;align-items:center;gap:7px}.table-card td img{width:38px;height:30px;object-fit:cover;border-radius:4px}.table-card td strong,.table-card td span{display:block}.table-card td span{font-size:8px;color:var(--muted);margin-top:2px}.rank{font-weight:700}.source-card .section-head>svg{color:#5a7b6e}.source-row{margin:19px 0}.source-row>div:first-child{display:flex;justify-content:space-between;font-size:10px;margin-bottom:7px}.source-row b{font-size:10px}.bar{height:6px;border-radius:5px;background:#eeeae3;overflow:hidden}.bar span{height:100%;display:block;background:var(--green2);border-radius:5px}.settings-layout{display:grid;grid-template-columns:190px 1fr;gap:18px}.settings-nav{display:flex;flex-direction:column;gap:3px}.settings-nav button{border:0;background:transparent;border-radius:8px;padding:10px 11px;display:flex;gap:9px;align-items:center;color:#6a756f;font-size:11px;text-align:left}.settings-nav button svg{width:16px}.settings-nav button.active{background:#fff;color:#225444;font-weight:700;box-shadow:0 2px 10px #1b362b0c}.settings-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:25px;min-height:480px}.settings-heading{display:flex;gap:13px;align-items:center;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:20px}.settings-big-icon{width:42px;height:42px;border-radius:10px;background:#e3eee9;color:#2c6552;display:grid;place-items:center}.settings-heading h2{font-size:16px}.settings-heading p{font-size:10px;color:var(--muted);margin-top:4px}.settings-card .form-stack{padding:0;max-width:600px}.connection-card{border:1px solid var(--line);background:#f7f5f1;border-radius:10px;padding:15px;display:grid;grid-template-columns:35px 1fr auto;gap:12px;align-items:center}.connection-card>svg:first-child{color:#64736c}.connection-card>svg:last-child{color:#318061}.connection-card strong{font-size:12px}.connection-card p{font-size:10px;color:var(--muted);margin-top:4px}.connection-card.connected{border-color:#abd5c3;background:#eff8f4}.setup-steps{margin-top:22px}.setup-steps h3{font-size:13px}.setup-steps ol{font-size:11px;color:#59665f;line-height:2.4;padding-left:20px}.setup-steps code{background:#eeeae3;padding:2px 5px;border-radius:4px;color:#813e22}.public-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#101713;color:#fff;z-index:100}.public-viewer>.viewer{height:100%;min-height:0}.public-header{position:absolute;top:0;left:0;right:0;padding:22px 25px;display:flex;justify-content:space-between;z-index:7;background:linear-gradient(#0009,transparent)}.public-brand{display:flex;align-items:center;gap:11px}.public-brand strong,.public-brand span{display:block}.public-brand strong{font:700 14px Manrope}.public-brand span{font-size:9px;color:#d5dbd8;margin-top:3px;display:flex;gap:4px;align-items:center}.public-brand span svg{width:10px}.public-header>div:last-child{display:flex;gap:7px}.public-header button{width:38px;height:38px;border:1px solid #ffffff33;border-radius:9px;background:#0a1712aa;color:#fff}.public-header button svg{width:17px}.public-bottom{position:absolute;bottom:0;left:0;right:0;z-index:7;display:grid;grid-template-columns:180px 1fr 150px;align-items:end;padding:30px 25px 20px;background:linear-gradient(transparent,#000c)}.current-scene{display:flex;gap:10px;align-items:center}.current-scene>span{font:700 13px Manrope;color:#dd8c5e}.current-scene strong,.current-scene small{display:block}.current-scene strong{font-size:11px}.current-scene small{font-size:8px;color:#aaa}.thumbnail-strip{display:flex;justify-content:center;gap:8px}.thumbnail-strip button{border:2px solid transparent;background:#0008;padding:0;width:76px;height:50px;border-radius:7px;overflow:hidden;position:relative;color:#fff}.thumbnail-strip button.active{border-color:#e28a5a}.thumbnail-strip img{width:100%;height:100%;object-fit:cover}.thumbnail-strip span{position:absolute;inset:auto 0 0;padding:3px;background:#0009;font-size:7px}.powered{font-size:8px;text-align:right;color:#aaa}.powered b{color:#fff}.scene-nav{position:absolute;z-index:7;top:50%;transform:translateY(-50%);width:40px;height:48px;border:1px solid #ffffff32;background:#06110db3;color:#fff}.scene-nav.prev{left:0;border-radius:0 8px 8px 0}.scene-nav.next{right:0;border-radius:8px 0 0 8px}.tour-info{position:absolute;z-index:9;right:25px;top:72px;width:280px;background:#0c1915e8;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid #ffffff22;border-radius:12px;padding:20px}.tour-info>span{font-size:8px;text-transform:uppercase;letter-spacing:1.2px;color:#dc8658}.tour-info h2{font-size:18px;margin:6px 0}.tour-info p{font-size:10px;line-height:1.6;color:#bdc8c3}.tour-info small{display:block;border-top:1px solid #ffffff18;margin-top:14px;padding-top:12px;color:#85938d}.public-panel{position:absolute;z-index:9;top:0;right:0;bottom:0;width:330px;background:#f7f5f0;color:#24362e;padding:85px 18px 20px;box-shadow:-10px 0 50px #0006}.public-panel h2{font-size:16px;margin:0 5px 14px}.public-panel button{width:100%;border:1px solid transparent;background:transparent;border-radius:9px;padding:7px;display:grid;grid-template-columns:70px 1fr auto;gap:10px;align-items:center;text-align:left;margin-bottom:4px}.public-panel button.active{background:#fff;border-color:#dcd8d0}.public-panel img{width:70px;height:45px;object-fit:cover;border-radius:5px}.public-panel small,.public-panel strong{display:block}.public-panel small{font-size:8px;color:#8b938f}.public-panel strong{font-size:10px;margin-top:3px}.public-panel svg{width:15px}.public-empty{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b211a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.public-empty svg{width:42px;height:42px;color:#db8254}.public-empty p{color:#91a39c}@media(max-width:1100px){.stat-grid,.project-grid,.scene-grid{grid-template-columns:repeat(2,1fr)}.editor-workspace{grid-template-columns:200px 1fr 250px}.analytics-bottom{grid-template-columns:1fr}.thumbnail-strip button:nth-child(n+4){display:none}}@media(max-width:760px){.app-shell{display:block}.sidebar{transform:translate(-100%);transition:.25s;box-shadow:10px 0 40px #0004}.sidebar.open{transform:translate(0)}.mobile-close{display:block;position:absolute;right:10px;top:24px;color:#fff;border:0;background:none}.app-shell>main{grid-column:auto}.topbar{padding:0 16px}.menu-btn{display:block}.top-actions .search{display:none}.page{padding:24px 16px}.welcome-row,.page-title-row{align-items:flex-start;gap:15px}.welcome-row h2,.page-title-row h2{font-size:23px}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px}.project-grid,.scene-grid{grid-template-columns:1fr}.insight-banner{grid-template-columns:auto 1fr}.insight-banner .btn{display:none}.toolbar{flex-wrap:wrap}.toolbar .search{flex-basis:100%}.project-hero{height:260px}.project-actionbar{align-items:flex-start}.quick-metrics span{display:none}.settings-layout{grid-template-columns:1fr}.settings-nav{flex-direction:row;overflow:auto}.settings-nav button{white-space:nowrap}.analytics-actions select{display:none}.editor-topbar{grid-template-columns:1fr auto}.save-state{display:none}.editor-workspace{grid-template-columns:1fr}.scene-rail{display:none}.properties-panel{position:absolute;right:0;top:64px;bottom:0;width:260px;z-index:5;box-shadow:-10px 0 40px #0004}.public-bottom{grid-template-columns:1fr}.current-scene,.powered{display:none}.thumbnail-strip{overflow:auto;justify-content:flex-start}.public-header{padding:15px}.public-brand .brand-mark{display:none}.public-panel{width:100%}.tour-info{right:15px;left:15px;width:auto}.scene-nav{display:none}}@media(max-width:440px){.stat-grid,.form-grid{grid-template-columns:1fr}.project-actionbar{flex-direction:column}.project-actionbar>div{width:100%}.project-actionbar .btn{flex:1}.editor-topbar .btn.secondary{display:none}.properties-panel{width:225px}}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(380px,1fr) minmax(420px,620px);background:#faf9f6}.auth-visual{position:relative;padding:42px;color:#fff;background:linear-gradient(145deg,#071d17e8,#123e32d9),url(https://images.unsplash.com/photo-1600607687939-ce8a6c25118c?auto=format&fit=crop&w=1800&q=85) center/cover}.auth-brand{padding:0}.auth-copy{position:absolute;left:9%;right:9%;bottom:11%;max-width:670px}.auth-copy>span{font-size:11px;text-transform:uppercase;letter-spacing:1.6px;color:#d99872}.auth-copy h1{font-size:clamp(34px,4vw,62px);line-height:1.06;letter-spacing:-2px;margin:14px 0 28px}.auth-copy ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:12px;color:#c8d8d2;font-size:13px}.auth-copy li{display:flex;align-items:center;gap:9px}.auth-copy li svg{width:18px;color:#db8a60}.auth-form-wrap{display:grid;place-items:center;padding:40px}.auth-form{width:min(410px,100%);display:flex;flex-direction:column;gap:18px}.auth-form h2{font-size:29px}.auth-form label{display:flex;flex-direction:column;gap:7px;color:#4d5953;font-size:11px;font-weight:700}.auth-form input{height:46px;border:1px solid #dcd8d0;border-radius:9px;padding:0 12px;outline:none;background:#fff}.auth-form input:focus{border-color:#36715d;box-shadow:0 0 0 3px #36715d16}.password-input{display:flex;border:1px solid #dcd8d0;border-radius:9px;background:#fff}.password-input input{border:0;flex:1}.password-input button{border:0;background:transparent;width:44px;color:#78817d}.password-input svg{width:17px}.auth-submit{height:47px}.auth-links{display:flex;justify-content:space-between}.auth-links button{border:0;background:none;color:#2f6b57;font-size:11px;font-weight:700}.form-alert{border-radius:8px;padding:10px 12px;font-size:11px;line-height:1.45}.form-alert.error{background:#fbe9e7;color:#9d3e35}.form-alert.success{background:#e5f4ec;color:#21664d}.spin{animation:spin .7s linear infinite}.setup-page{min-height:100vh;background:#f1efe9;display:grid;place-items:center;padding:30px}.setup-box{width:min(650px,100%);background:#fff;border:1px solid var(--line);border-radius:18px;padding:38px;box-shadow:0 20px 70px #1d33291a}.setup-box h1{font-size:31px;margin:11px 0}.setup-box>p:not(.eyebrow){color:var(--muted);line-height:1.6}.setup-box ol{list-style:none;padding:0;margin:25px 0;display:flex;flex-direction:column;gap:11px}.setup-box li{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:12px;background:#f7f5f0;border-radius:10px}.setup-box li>span{width:28px;height:28px;border-radius:50%;background:#e2eee9;color:#225947;display:grid;place-items:center;font-weight:800;font-size:11px}.setup-box li strong{font-size:12px}.setup-box li p{font-size:10px;color:var(--muted);margin-top:3px}.setup-box small{display:block;margin-top:20px;color:#8a928e;font-size:9px}.setup-box code{background:#ece9e2;padding:2px 5px;border-radius:4px}.app-loading{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:10px;background:#f4f2ed;color:#536159}.app-loading>.loader,.loader{width:22px;height:22px;border:2px solid #aebdb7;border-top-color:#1d624d;border-radius:50%;animation:spin .7s linear infinite}.pannellum-viewer{cursor:default}.pannellum-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.pannellum-canvas .pnlm-container{background:#101713}.pannellum-canvas .pnlm-load-box{display:none!important}.pannellum-canvas .pnlm-compass{right:18px;top:18px;left:auto;opacity:.7}.viewer-toolbar{position:absolute;right:16px;bottom:18px;background:#07120ed9;border:1px solid #ffffff25;border-radius:9px;display:flex;overflow:hidden;z-index:8}.viewer-toolbar button{width:39px;height:38px;border:0;border-right:1px solid #ffffff1d;background:transparent;color:#fff;display:grid;place-items:center}.viewer-toolbar button:hover{background:#ffffff18}.viewer-toolbar svg{width:16px}.panorama-loading,.panorama-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:7;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:9px;background:#101713;color:#dbe5e1}.panorama-loading span{width:27px;height:27px;border:2px solid #ffffff40;border-top-color:#dc8356;border-radius:50%;animation:spin .7s linear infinite}.panorama-loading p,.panorama-error p{font-size:10px;color:#9eaaa5}.aayan-hotspot{width:34px!important;height:34px!important;border-radius:50%;border:2px solid white;box-shadow:0 4px 16px #0008;background:#b85f35!important;transition:.18s}.aayan-hotspot:hover{transform:scale(1.12)}.aayan-hotspot:after{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border-radius:50%;background:#fff}.aayan-hotspot-scene{background:#bd6338!important}.aayan-hotspot-info{background:#205f4b!important}.aayan-hotspot-label{background:#73614a!important}.aayan-hotspot-link{background:#315f83!important}.aayan-hotspot.is-selected{box-shadow:0 0 0 5px #f1ad8880,0 4px 16px #0008}.pnlm-tooltip span{font-family:DM Sans,sans-serif!important;background:#0d1b17e8!important;border-radius:7px!important;padding:7px 9px!important;font-size:10px!important}.pnlm-tooltip span:after{border-top-color:#0d1b17e8!important}.spherical-popover{position:absolute;left:50%;bottom:76px;transform:translate(-50%);z-index:10;width:min(320px,calc(100% - 40px));background:#fff;color:#23332c;border-radius:11px;padding:15px 38px 15px 16px;box-shadow:0 15px 45px #0007}.spherical-popover button{position:absolute;right:9px;top:7px;border:0;background:transparent;color:#7e8782;font-size:20px}.spherical-popover strong{font:700 13px Manrope}.spherical-popover p{font-size:10px;color:#65716b;line-height:1.55;margin-top:6px}.scene-list-row{display:grid;grid-template-columns:1fr 23px;gap:3px;border:1px solid transparent;border-radius:9px;padding:5px;margin-bottom:4px}.scene-list-row:hover,.scene-list-row.active{background:#fff;border-color:#dcd9d1}.scene-list-row.active{box-shadow:inset 3px 0 var(--orange)}.scene-select{border:0;background:transparent;display:grid;grid-template-columns:57px 1fr;gap:8px;align-items:center;text-align:left;padding:2px;min-width:0}.scene-select img{width:57px;height:40px;border-radius:5px;object-fit:cover}.scene-select span,.scene-select strong,.scene-select small{display:block;min-width:0}.scene-select strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-select small{font-size:8px;color:var(--muted);margin-top:3px}.scene-order{display:flex;flex-direction:column}.scene-order button{border:0;background:transparent;color:#8c948f;height:22px;padding:0}.scene-order svg{width:12px}.set-start-button{margin:10px;width:calc(100% - 20px);border:1px solid var(--line);background:#fff;border-radius:8px;padding:8px;color:#4a5b53;font-size:9px;font-weight:700;display:flex;gap:5px;align-items:center;justify-content:center}.set-start-button svg{width:13px}.scene-actions{display:flex}.scene-card-body>div:first-child{min-width:0}.hero-placeholder{height:100%;display:grid;place-items:center;background:#d8ddd9;color:#577066}.hero-placeholder svg{width:42px;height:42px}.upload-progress>div{flex:1}.upload-progress>b{font-size:10px}.progress-track{height:4px;background:#cfddd7;border-radius:4px;margin-top:6px;overflow:hidden}.progress-track i{display:block;height:100%;background:#2d745d}.publish-status-card{display:flex;justify-content:space-between;align-items:center;padding:14px;border-radius:10px;background:#f1eee8;margin-bottom:18px}.publish-status-card.published{background:#e8f4ee}.publish-status-card strong,.publish-status-card p{display:block}.publish-status-card strong{font-size:12px}.publish-status-card p{font-size:9px;color:var(--muted);margin-top:3px}.share-label{font-size:10px;font-weight:700;color:#56625c;display:block;margin-bottom:6px}.settings-form{padding:0;max-width:560px}.analytics-loading{height:250px;display:grid;place-items:center;color:var(--muted)}.table-image-placeholder{width:38px;height:30px;background:#e3e0da;border-radius:4px}.logout-button{border:0;background:transparent;color:#89a198;padding:7px}.logout-button svg{width:16px}.toast.error{background:#9b3d35}@media(max-width:850px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-form-wrap{min-height:100vh}.editor-topbar{grid-template-columns:1fr auto}.editor-topbar .save-state{display:none}}.hotspot-add-button{background:#e7f1ed;color:#174e3e;border:1px solid #bdd5cb}.hotspot-add-button:hover{background:#d8eae3}.hotspot-add-button svg,.panel-add-hotspot svg{width:16px}.save-status{display:flex;align-items:center;justify-content:center;gap:6px;color:#39745e;font-size:10px;font-weight:700;min-width:150px}.save-status svg{width:15px}.save-status.saving{color:#8a6325}.save-status.error{color:#b2443b}.save-status.compact{justify-content:flex-start;min-width:0;padding:9px 10px;border-radius:8px;background:#edf4f1}.save-status.compact.saving{background:#f8f0df}.save-status.compact.error{background:#f9e8e5}.panel-add-hotspot{display:flex!important;align-items:center;gap:4px!important;background:#e4efea!important;color:#205b48!important;border-radius:7px!important;padding:6px 8px!important;font-size:9px!important;font-weight:800}.editor-canvas.is-placing .pannellum-canvas{cursor:crosshair}.editor-canvas.is-placing:after{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border:2px solid #dc8356;border-radius:10px;pointer-events:none;z-index:6}.placing-banner{z-index:12}.scene-chip span{background:#df8659;color:#fff;border-radius:10px;padding:2px 6px;margin-left:3px;font-size:7px;text-transform:uppercase;letter-spacing:.6px}.selected-hotspot-heading{display:grid;grid-template-columns:38px 1fr auto;gap:9px;align-items:center;padding:11px;background:#eeece6;border-radius:10px}.selected-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#215e4c;color:#fff}.selected-hotspot-heading strong,.selected-hotspot-heading small{display:block}.selected-hotspot-heading strong{font:700 11px Manrope;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selected-hotspot-heading small{font-size:8px;color:#7d8681;margin-top:3px}.delete-hotspot{border:0;background:transparent;color:#b54840;width:30px;height:30px;display:grid;place-items:center;border-radius:7px}.delete-hotspot:hover{background:#f7dfdc}.delete-hotspot svg{width:16px}.icon-picker{border:0;padding:0;margin:0}.icon-picker legend{font-size:11px;font-weight:700;color:#4e5a54;margin-bottom:8px}.icon-picker>div{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.icon-picker button{aspect-ratio:1;border:1px solid #dedad2;background:#fff;color:#65736c;border-radius:8px;display:grid;place-items:center;padding:0}.icon-picker button:hover{border-color:#709989;color:#1d5a47}.icon-picker button.active{background:#215d4a;color:#fff;border-color:#215d4a;box-shadow:0 0 0 3px #215d4a18}.icon-picker svg{width:16px}.empty-hotspot-panel{padding:28px 18px;display:flex;flex-direction:column;align-items:center;text-align:center}.empty-hotspot-panel>span{width:48px;height:48px;border-radius:14px;background:#e4eee9;color:#23604d;display:grid;place-items:center;margin-bottom:13px}.empty-hotspot-panel h3{font-size:13px}.empty-hotspot-panel>p{font-size:9px;line-height:1.55;color:#78827d;margin:6px 0 15px}.empty-hotspot-panel .editor-tip{text-align:left;width:100%;margin-top:20px}.hotspot-icon{width:21px;height:21px;display:grid;place-items:center;pointer-events:none}.hotspot-icon svg{width:100%;height:100%;display:block}.aayan-hotspot:after{display:none}.aayan-hotspot{display:grid!important;place-items:center!important;touch-action:none;cursor:pointer}.aayan-hotspot.is-selected{transform:scale(1.13);box-shadow:0 0 0 5px #f4b18d99,0 5px 18px #0009}.aayan-hotspot.is-dragging{cursor:grabbing;transform:scale(1.18);box-shadow:0 0 0 6px #f4b18db0,0 7px 24px #000b}.editing .aayan-hotspot{cursor:grab}.property-content input,.property-content textarea,.property-content select{transition:border-color .15s,box-shadow .15s}.property-content input:focus,.property-content textarea:focus,.property-content select:focus{border-color:#31705a;box-shadow:0 0 0 3px #31705a17}.property-content textarea{font-family:inherit}.properties-panel .position-grid input{font-variant-numeric:tabular-nums}@media(max-width:1100px){.icon-picker>div{grid-template-columns:repeat(5,1fr)}.editor-topbar .hotspot-add-button{padding:0 10px}.editor-topbar .hotspot-add-button svg{display:none}}.pannellum-viewer .pnlm-dragfix{cursor:grab}.pannellum-viewer .pnlm-dragfix:active{cursor:grabbing}.editor-canvas.is-placing .pannellum-canvas,.editor-canvas.is-placing .pnlm-dragfix{cursor:crosshair}.hotspot-add-button.active{background:#f6e4d9;color:#8d4524;border-color:#df9c77}.aayan-hotspot{width:36px!important;height:36px!important;transition:box-shadow .16s,transform .16s}.aayan-hotspot:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%}.aayan-hotspot:hover{transform:scale(1.08)}.aayan-hotspot.is-selected{transform:scale(1.12);box-shadow:0 0 0 5px #f4b18d99,0 5px 18px #0009}.aayan-hotspot.is-dragging{cursor:grabbing;transform:scale(1.15);box-shadow:0 0 0 6px #f4b18db0,0 7px 24px #000b}.hotspot-title{position:absolute;left:50%;bottom:calc(100% + 8px);transform:translate(-50%);display:-webkit-box!important;width:max-content;max-width:150px;padding:5px 8px!important;border:1px solid #ffffff35;border-radius:6px;background:#0d1b17e8!important;color:#fff;font:700 10px/1.25 DM Sans,sans-serif!important;text-align:center;white-space:normal;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;box-shadow:0 3px 12px #0005;pointer-events:none}.hotspot-title:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:4px solid transparent;border-top-color:#0d1b17e8}.pnlm-tooltip>span:not(.hotspot-title){display:none!important}.placing-banner span{font-weight:700}.placing-banner .place-here-button{display:flex;align-items:center;gap:4px;background:#205e4b;color:#fff;padding:6px 9px}.placing-banner .place-here-button svg{width:13px}.placement-actions{display:flex;gap:7px}.placement-reticle{position:absolute;z-index:7;left:50%;top:50%;width:28px;height:28px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #173d31,0 2px 9px #0008;pointer-events:none}.placement-reticle:before,.placement-reticle:after{content:"";position:absolute;background:#fff;box-shadow:0 0 0 1px #173d31}.placement-reticle:before{width:2px;height:38px;left:11px;top:-7px}.placement-reticle:after{height:2px;width:38px;top:11px;left:-7px}.placement-reticle span{position:absolute;width:4px;height:4px;background:#dc8356;border-radius:50%;left:10px;top:10px;z-index:2}.scene-list-row{grid-template-columns:58px 1fr 23px;align-items:center}.scene-thumb{border:0;background:transparent;padding:0;width:57px;height:40px;border-radius:6px;overflow:hidden;cursor:grab;position:relative}.scene-thumb:active{cursor:grabbing}.scene-thumb:disabled{cursor:not-allowed;opacity:.78}.scene-thumb img{width:100%;height:100%;object-fit:cover;display:block}.scene-thumb:not(:disabled):after{content:"Drag to link";position:absolute;inset:auto 0 0;background:#071611cc;color:#fff;font-size:7px;font-weight:800;text-align:center;padding:2px 1px;opacity:0;transition:opacity .15s}.scene-thumb:not(:disabled):hover:after{opacity:1}.scene-thumbnail-grabbing,.scene-thumbnail-grabbing *{cursor:grabbing!important}.scene-select{grid-template-columns:1fr}.scene-select span{min-width:0}.scene-list-row.self-scene .scene-thumb:after{content:"Current";opacity:1;background:#dc8356}.scene-drag-ghost{position:fixed;z-index:200;pointer-events:none;transform:translate(-50%,-50%);display:flex;align-items:center;gap:7px;background:#0b1915e8;color:#fff;border:1px solid #ffffff38;border-radius:9px;padding:6px 9px;box-shadow:0 12px 40px #0007;font-size:10px;font-weight:800;max-width:210px}.scene-drag-ghost img{width:46px;height:31px;object-fit:cover;border-radius:5px}.scene-drag-ghost span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-drop-active:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border:2px dashed #f3b285;border-radius:12px;z-index:6;pointer-events:none;box-shadow:inset 0 0 0 999px #0b19151c}.scene-drop-reticle{position:absolute;z-index:9;width:34px;height:34px;transform:translate(-50%,-50%);border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #dc8356,0 4px 18px #0008;pointer-events:none}.scene-drop-reticle:before,.scene-drop-reticle:after{content:"";position:absolute;background:#fff}.scene-drop-reticle:before{left:15px;top:-10px;width:2px;height:50px}.scene-drop-reticle:after{left:-10px;top:15px;width:50px;height:2px}.scene-drop-reticle span{position:absolute;left:12px;top:12px;width:6px;height:6px;border-radius:50%;background:#dc8356;z-index:1}.scene-drop-copy{position:absolute;z-index:13;top:66px;left:50%;transform:translate(-50%);background:#0b1915e8;color:#fff;border:1px solid #ffffff30;border-radius:9px;padding:8px 12px;font-size:10px;font-weight:800;box-shadow:0 8px 30px #0005;pointer-events:none}@media(max-width:700px){.placing-banner{top:8px;max-width:calc(100% - 16px);white-space:normal;flex-wrap:wrap;justify-content:center;text-align:center}.hotspot-title{max-width:110px;font-size:9px!important}.scene-list-row{grid-template-columns:52px 1fr 23px}.scene-thumb{width:51px;height:37px}.scene-drop-copy{top:90px;max-width:calc(100% - 20px);text-align:center}}.brand{gap:10px}.brand-logo{width:48px;height:auto;max-height:38px;object-fit:contain;border-radius:9px;background:#fff;box-shadow:0 2px 12px #001b2f22;flex:none}.brand-name{display:flex;align-items:center;gap:7px;white-space:nowrap;font:800 16px/1 Manrope,DM Sans,sans-serif}.brand-name span[lang=ar]{font-size:18px}.brand-name i{font-style:normal;color:#21c4c6;font-weight:500}.auth-brand .brand-logo{width:64px;max-height:46px}.auth-brand .brand-name{font-size:21px;color:#fff}.auth-brand .brand-name span[lang=ar]{font-size:23px}.setup-brand{padding:0;margin-bottom:22px;color:#073f70}.editor-brand{padding:0}.editor-brand .brand-logo{width:38px;max-height:29px;border-radius:7px}.public-brand-logo{padding:0}.public-brand-logo .brand-logo{width:44px;max-height:34px}.public-empty .brand{margin-bottom:8px}.public-empty .brand-name{color:#fff}.app-loading{flex-direction:column}.app-loading .brand{margin-bottom:8px;color:#073f70}.aayan-hotspot-icon-floor-arrow{width:64px!important;height:42px!important;border:2px solid #ffffffd6!important;border-radius:50%!important;background:#ffffff0b!important;color:#fff!important;box-shadow:0 7px 18px #0008,0 0 14px #ffffff35,inset 0 0 10px #ffffff18!important;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.aayan-hotspot-icon-floor-arrow .hotspot-title{display:none!important}.aayan-hotspot-icon-floor-arrow .hotspot-icon{width:31px;height:31px;filter:drop-shadow(0 2px 3px #0009)}.aayan-hotspot-icon-floor-arrow .hotspot-icon ellipse{display:none}.aayan-hotspot-icon-floor-arrow .hotspot-icon path:last-child{display:none}.aayan-hotspot-icon-floor-arrow.is-selected{box-shadow:0 0 0 4px #24d5dcaa,0 8px 22px #0009,0 0 18px #fff6,inset 0 0 12px #ffffff20!important}.aayan-hotspot-icon-floor-arrow.is-dragging{box-shadow:0 0 0 4px #24d5dccc,0 10px 26px #000b,0 0 20px #ffffff70!important}.aayan-hotspot-icon-floor-arrow:before{top:-11px;right:-8px;bottom:-11px;left:-8px;border-radius:50%}@media(max-width:700px){.brand-logo{width:43px;max-height:34px}.brand-name{font-size:14px}.brand-name span[lang=ar]{font-size:16px}.aayan-hotspot-icon-floor-arrow{width:56px!important;height:38px!important}}.aayan-hotspot-icon-floor-arrow{--marker-size:1;--marker-opacity:1;--border-thickness:2px;--arrow-size:31px;--marker-white:rgba(255,255,255,1);--marker-fill:rgba(255,255,255,.08);--marker-shadow:rgba(0,0,0,.65);--marker-glow:rgba(255,255,255,.28);width:calc(64px * var(--marker-size))!important;height:calc(42px * var(--marker-size))!important;border-width:var(--border-thickness)!important;border-color:var(--marker-white)!important;background:var(--marker-fill)!important;color:var(--marker-white)!important;box-shadow:0 7px 18px var(--marker-shadow),0 0 14px var(--marker-glow),inset 0 0 10px var(--marker-glow)!important}.aayan-hotspot-icon-floor-arrow .hotspot-icon{width:var(--arrow-size);height:var(--arrow-size);opacity:var(--marker-opacity)}.aayan-hotspot-icon-floor-arrow:before{width:max(52px,calc(84px * var(--marker-size)));height:max(52px,calc(62px * var(--marker-size)));inset:auto;left:50%;top:50%;transform:translate(-50%,-50%)}.aayan-hotspot-icon-floor-arrow .hotspot-title{max-width:160px;font-family:DM Sans,Segoe UI,Tahoma,Arial,sans-serif!important;unicode-bidi:plaintext}.aayan-hotspot-icon-floor-arrow.floor-title-always .hotspot-title{display:-webkit-box!important}.aayan-hotspot-icon-floor-arrow.floor-title-hover .hotspot-title{display:none!important}.aayan-hotspot-icon-floor-arrow.floor-title-hover:hover .hotspot-title,.aayan-hotspot-icon-floor-arrow.floor-title-hover:focus-visible .hotspot-title{display:-webkit-box!important}.aayan-hotspot-icon-floor-arrow.floor-title-hidden .hotspot-title{display:none!important}.aayan-hotspot-icon-floor-arrow.floor-title-above .hotspot-title{top:auto;bottom:calc(100% + 8px)}.aayan-hotspot-icon-floor-arrow.floor-title-below .hotspot-title{top:calc(100% + 8px);bottom:auto}.aayan-hotspot-icon-floor-arrow.floor-title-below .hotspot-title:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#0d1b17e8}.floor-arrow-controls{border:1px solid #dcd8d0;border-radius:10px;padding:12px;display:flex;flex-direction:column;gap:13px;background:#f2f5f3}.floor-arrow-controls legend{padding:0 6px;font-size:11px;font-weight:800;color:#284d40}.appearance-control{display:flex!important;flex-direction:column;gap:7px}.appearance-control>div:first-child,.appearance-control>span:first-child{display:flex;align-items:center;justify-content:space-between}.appearance-control strong{font-size:10px}.appearance-control span span,.appearance-control>div:first-child span{font-size:9px;color:#66756e;font-variant-numeric:tabular-nums}.property-content .appearance-control input[type=range]{height:20px;padding:0;border:0;box-shadow:none;background:transparent;accent-color:#21614d}.size-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.size-presets button{height:30px;border:1px solid #d7dcd8;border-radius:7px;background:#fff;color:#53645d;font-size:9px;font-weight:700}.size-presets button.active{background:#205f4b;border-color:#205f4b;color:#fff}@media(max-width:700px){.aayan-hotspot-icon-floor-arrow{width:calc(56px * var(--marker-size))!important;height:calc(38px * var(--marker-size))!important}}.access-denied-page{min-height:100vh;display:grid;place-items:center;padding:24px;background:#eef1ee}.access-denied-page>section{width:min(500px,100%);padding:36px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center;box-shadow:0 22px 70px #18332918}.access-denied-page .brand{justify-content:center;margin-bottom:28px;color:#073f70}.access-denied-icon{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;margin:0 auto 16px;background:#f8e6e3;color:#a84940}.access-denied-icon svg{width:28px}.access-denied-page h1{font-size:25px}.access-denied-page p{margin:10px auto 22px;max-width:390px;color:var(--muted);font-size:12px;line-height:1.6}.invitation-summary{display:flex;align-items:center;gap:11px;padding:12px;border-radius:10px;background:#e8f3ee;color:#245d49}.invitation-summary svg{width:22px;flex:none}.invitation-summary strong,.invitation-summary span{display:block}.invitation-summary strong{font-size:12px}.invitation-summary span{margin-top:3px;font-size:9px;color:#668076}.auth-links>span{color:#929a96;font-size:10px}.invitation-auth-switch{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:10px;color:var(--muted)}.invitation-auth-switch button{border:0;background:none;color:#286851;font-size:10px;font-weight:800;cursor:pointer}.team-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.8fr);gap:18px}.team-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}.team-card-heading{display:flex;gap:11px;align-items:center;margin-bottom:17px}.team-card-heading>span{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;background:#e5efeb;color:#24604e}.team-card-heading svg{width:18px}.team-card-heading h3{font-size:14px}.team-card-heading p{font-size:9px;color:var(--muted);margin-top:3px}.team-table{display:flex;flex-direction:column;gap:6px}.team-row{display:grid;grid-template-columns:38px minmax(150px,1fr) 105px 70px 36px;gap:9px;align-items:center;padding:9px;border:1px solid #ebe8e1;border-radius:9px}.team-row.disabled{opacity:.58}.member-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e5efeb;color:#225947;font-size:10px;font-weight:800}.member-identity{min-width:0}.member-identity strong,.member-identity span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-identity strong{font-size:10px}.member-identity span{font-size:8px;color:var(--muted);margin-top:3px}.team-row select,.invite-form input,.invite-form select{height:36px;border:1px solid #dcd8d0;border-radius:7px;background:#fff;padding:0 8px;font-size:10px}.member-status{border-radius:20px;padding:4px 7px;text-align:center;text-transform:capitalize;font-size:8px;font-weight:800;background:#e8f3ee;color:#27664f}.member-status.disabled,.member-status.revoked,.member-status.expired{background:#f3e7e5;color:#9a4941}.member-status.pending{background:#f8f0dc;color:#8a6924}.invite-form{display:flex;flex-direction:column;gap:12px}.invite-form label{display:flex;flex-direction:column;gap:6px;font-size:10px;font-weight:700;color:#4e5a54}.invite-link{display:flex;margin-top:13px;border:1px solid var(--line);border-radius:8px;overflow:hidden}.invite-link input{min-width:0;flex:1;border:0;padding:9px;font-size:9px}.invite-link button{border:0;background:#153f33;color:#fff;padding:0 10px;display:flex;gap:4px;align-items:center;font-size:9px}.invite-link svg{width:13px}.invitations-card{margin-top:18px}.invitation-row{grid-template-columns:32px minmax(160px,1fr) 80px 110px minmax(300px,auto)}.invitation-row>svg{width:18px;color:#527266}.invitation-expiry{font-size:8px;color:var(--muted)}.invitation-actions{display:flex;justify-content:flex-end;gap:6px;flex-wrap:wrap}.invitation-actions .btn svg{width:13px}.btn.whatsapp{background:#e4f7eb;color:#176b3a;border:1px solid #bfe8ce}.btn.danger{background:#f9e9e7;color:#9d4138;border:1px solid #efcfcb}.btn:disabled{opacity:.48;cursor:not-allowed}.btn.compact{min-height:30px;padding:0 9px;font-size:9px}.team-empty{padding:28px;text-align:center;color:var(--muted);font-size:10px}@media(max-width:1100px){.invitation-row{grid-template-columns:28px minmax(150px,1fr) 70px 100px}.invitation-actions{grid-column:2 / -1;justify-content:flex-start}}@media(max-width:900px){.team-layout{grid-template-columns:1fr}.team-row{grid-template-columns:34px minmax(120px,1fr) 90px 64px 32px}}@media(max-width:600px){.team-row{grid-template-columns:34px 1fr 32px}.team-row select,.team-row .member-status{grid-column:2}.invitation-row{grid-template-columns:28px 1fr 70px}.invitation-row .invitation-expiry{grid-column:2}.invitation-actions{grid-column:2 / -1}.invitation-actions .btn{flex:1}}
