@charset "UTF-8";.page-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2;color:#f1f5f9;margin-bottom:1rem;padding-left:.5rem}.widget-title{font-size:clamp(1.6rem,2.5vw,2rem);font-weight:700;line-height:1.2;color:#f1f5f9;margin-bottom:.75rem}.section-title{font-size:clamp(1.3rem,1.75vw,1.5rem);font-weight:700;line-height:1.2;color:#f1f5f9;margin-bottom:.5rem}.text-muted{font-size:clamp(.8rem,.85vw,.9rem);font-weight:400;line-height:1.5;color:#f1f5f9;color:#64748b}.text-link{font-size:clamp(.95rem,1vw,1.05rem);font-weight:400;line-height:1.5;color:#f1f5f9;color:#60a5fa;cursor:pointer}.text-link:hover{color:#2f89f8;text-decoration:underline}@media (min-width: 1367px){html{font-size:18px}}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f172a;color:#f1f5f9;height:100%;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px) scale(.95)}60%{opacity:1;transform:translate(-50%) translateY(-2px) scale(1.01)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px #3b82f64d}50%{box-shadow:0 0 16px #3b82f680}}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none}button{border:1px solid #334155;background:#1e293b;color:#f1f5f9;padding:8px 16px;min-height:44px;border-radius:8px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}button:active{background:#3b82f6;color:#fff;border-color:#2563eb;transform:scale(.98)}button:focus,button:focus-visible{outline:none;box-shadow:none}.controller-grid{display:flex;flex-direction:column;margin-bottom:1rem}.controller-grid .controller-row{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;gap:1rem}.controller-actions{justify-content:center}.controller-layout{display:flex;flex-direction:column;min-height:100dvh}.app-body{display:flex;flex:1;min-height:0}.screen-container{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.screen-container>*{animation:fadeIn .15s ease}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.controller-layout{max-width:1366px;margin:0 auto}.screen-container{padding:0 1rem}}@media (min-width: 1367px){.controller-layout{max-width:1200px;margin:0 auto}.screen-container{padding:0 1.5rem}}@media (max-width: 750px),(max-height: 500px){.trackpad,.teleport-grid-container{display:none!important}.controller-row{flex-wrap:wrap;gap:.75rem}.controller-center{margin-top:.5rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.controller-row{gap:1.5rem;padding:0 2%}.controller-center{flex:1 1 auto;max-width:40%}}.floorplan-viewer{position:relative;flex:1;overflow:hidden;display:flex;flex-direction:column;gap:12px;padding:1rem;padding-top:calc(4.5rem + env(safe-area-inset-top,0px))}@media (orientation: landscape) and (max-height: 600px){.floorplan-viewer{padding:.5rem;padding-top:calc(4.5rem + env(safe-area-inset-top,0px));gap:.5rem}}@media (min-width: 1367px){.floorplan-viewer{padding:1.5rem 2rem;padding-top:calc(4.5rem + env(safe-area-inset-top,0px))}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.floorplan-viewer{padding:.75rem 1.5rem;padding-top:calc(4.5rem + env(safe-area-inset-top,0px));gap:.5rem}}.floorplan-viewer .floorplan-canvas{position:relative;width:100%;max-width:1200px;margin:0 auto;flex:1 1 0;min-height:0;display:flex;align-items:center;justify-content:center;background:#1e293b;border:1px solid #334155;border-radius:8px;box-sizing:border-box;overflow:hidden;aspect-ratio:16/9;max-height:100%;transition:flex .25s ease}.floorplan-viewer .floorplan-canvas.active-floor{border-color:#3b82f659;box-shadow:0 0 12px #3b82f61a}.floorplan-viewer .floorplan-canvas.floor-transition{animation:floorSlideIn .4s cubic-bezier(.25,.46,.45,.94)}.floorplan-viewer .floorplan-canvas .konvajs-content{width:100%!important;height:100%!important}.floorplan-viewer .floorplan-canvas .konvajs-content canvas{max-width:100%;max-height:100%;object-fit:contain}@media (orientation: landscape) and (max-height: 600px){.floorplan-viewer .floorplan-canvas{max-height:calc(100dvh - 140px);aspect-ratio:auto;height:100%}}@media (orientation: landscape) and (max-height: 500px){.floorplan-viewer .floorplan-canvas{max-height:calc(100dvh - 120px)}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.floorplan-viewer .floorplan-canvas{max-height:calc(100dvh - 150px)}}.floorplan-viewer .floorplan-canvas .floorplan-image-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:2;pointer-events:none}@keyframes floorSlideIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.floorplan-loading-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10;animation:fadeIn .15s ease;border-radius:8px;pointer-events:none}.floorplan-loading-overlay .loading-pill{display:flex;flex-direction:column;align-items:center;gap:.75rem;background:#1e293be6;border:1px solid #334155;border-radius:12px;padding:1.25rem 2rem;box-shadow:0 8px 32px #0006}.floorplan-loading-overlay span{color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);font-weight:500;animation:pulse 1.5s ease-in-out infinite}.floorplan-toolbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:0;background:#1e293b;border:1px solid #334155;border-radius:10px;padding:.5rem 1.25rem;flex-wrap:wrap}@media (min-width: 1367px){.floorplan-toolbar{padding:.6rem 1.5rem;border-radius:12px}}@media (orientation: landscape) and (max-height: 600px){.floorplan-toolbar{padding:.4rem .5rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.floorplan-toolbar{padding:.5rem .75rem}}.floorplan-toolbar button{padding:.45rem .9rem;border:none;border-radius:6px;font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);cursor:pointer;background:transparent;color:#94a3b8;min-height:36px;transition:all .15s ease;white-space:nowrap}@media (min-width: 1367px){.floorplan-toolbar button{padding:.6rem 1.2rem;font-size:clamp(.95rem,1vw,1.05rem);min-height:44px}}@media (orientation: landscape) and (max-height: 600px){.floorplan-toolbar button{padding:.35rem .7rem;font-size:.8rem;min-height:32px}}@media (hover: hover){.floorplan-toolbar button:hover:not(.active):not(:disabled){background:#334155;color:#f1f5f9}}.floorplan-toolbar button.active{background:#3b82f6;color:#fff}.toolbar-section{display:flex;align-items:center;gap:.35rem;padding:0 .25rem}.floor-nav{flex:1;justify-content:flex-start;padding-left:clamp(.5rem,5vw,5rem);position:relative;gap:.35rem}.floor-nav .toolbar-icon-btn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:0;min-height:auto;transition:all .15s ease}@media (min-width: 1367px){.floor-nav .toolbar-icon-btn{width:38px;height:38px}.floor-nav .toolbar-icon-btn svg{width:18px;height:18px}}@media (hover: hover){.floor-nav .toolbar-icon-btn:hover{background:#334155;color:#f1f5f9}}.floor-nav .toolbar-icon-btn:active{background:#334155;color:#f1f5f9;transform:scale(.9)}.floor-nav .floor-name-btn{display:flex;align-items:center;gap:.35rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;color:#f1f5f9;background:#33415580;border:1px solid rgba(51,65,85,.8);border-radius:6px;padding:.3rem .65rem;min-height:auto;min-width:80px;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:all .15s ease}.floor-nav .floor-name-btn svg{color:#64748b;transition:transform .2s ease}@media (hover: hover){.floor-nav .floor-name-btn:hover{background:#334155cc;border-color:#3b82f640}.floor-nav .floor-name-btn:hover svg{color:#94a3b8}}.floor-nav .floor-name-btn:active{background:#334155}.floor-nav .floor-name-btn.on-floor{border-color:#3b82f659;color:#60a5fa}.floor-nav .floor-name-btn.off-floor{border-color:#f59e0b66;color:#fbbf24}.floor-nav .floor-name-btn.off-floor svg{color:#f59e0b99}.floor-picker-popup{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);animation:fadeIn .1s ease;background:#1e293b;border:1px solid #334155;border-radius:8px;box-shadow:0 8px 24px #0006;padding:.35rem;display:flex;flex-direction:column;gap:2px;min-width:160px;max-height:260px;overflow-y:auto;z-index:100}.floor-picker-popup .floor-picker-item{display:flex;align-items:center;width:100%;padding:.55rem .75rem;border:none;border-radius:6px;background:transparent;color:#94a3b8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:400;cursor:pointer;text-align:left;min-height:44px;white-space:nowrap;transition:all .12s ease}.floor-picker-popup .floor-picker-item:hover{background:#334155;color:#f1f5f9}.floor-picker-popup .floor-picker-item.active{background:#3b82f61f;color:#60a5fa;font-weight:500}.mode-toggle{gap:0;padding:.2rem;background:#0f172a;border:1px solid #334155;border-radius:8px;overflow:visible;position:relative}@media (min-width: 1367px){.mode-toggle{padding:.25rem;border-radius:10px}}.mode-toggle .mode-slider{position:absolute;top:.2rem;left:.2rem;width:calc(33.333% - .2rem);height:calc(100% - .4rem);background:#3b82f6;border-radius:6px;box-shadow:0 1px 4px #00000040,0 0 10px #3b82f633;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0;pointer-events:none}@media (min-width: 1367px){.mode-toggle .mode-slider{top:.25rem;left:.25rem;width:calc(33.333% - .25rem);height:calc(100% - .5rem)}}.mode-toggle.mode-walk .mode-slider{transform:translate(100%)}.mode-toggle.mode-waypoint .mode-slider{transform:translate(200%)}.mode-toggle button{border-radius:6px;border:none;min-width:64px;padding:.35rem .6rem;min-height:30px;font-size:clamp(.7rem,.75vw,.8rem);position:relative;z-index:1;transition:color .25s ease}@media (min-width: 1367px){.mode-toggle button{min-width:80px;padding:.45rem .85rem;min-height:36px;font-size:clamp(.8rem,.85vw,.9rem)}}.mode-toggle button:not(.active){background:transparent;color:#64748b}@media (hover: hover){.mode-toggle button:hover:not(.active){color:#94a3b8;background:transparent}}.mode-toggle button.active{background:transparent;color:#fff}.mode-toggle.disabled{opacity:.35;pointer-events:none}.mode-toggle.disabled .mode-slider{background:#475569;box-shadow:none}.toolbar-tools{flex:1;justify-content:flex-end;padding-right:clamp(.5rem,5vw,5rem);gap:.35rem}.toolbar-tools button{display:flex;align-items:center;gap:.3rem}.toolbar-tools button svg{flex-shrink:0}.path-action-confirm{display:flex;align-items:center;gap:.4rem;background:#22c55e1f!important;color:#86efac!important}.path-action-confirm:disabled{opacity:.7;cursor:not-allowed}.path-action-confirm:hover:not(:disabled){background:#22c55e38!important}.path-action-confirm:active:not(:disabled){background:#22c55e!important;color:#fff!important}.path-action-cancel{background:#ef44441f!important;color:#fca5a5!important}.path-action-cancel:disabled{opacity:.5;cursor:not-allowed}.path-action-cancel:hover{background:#ef444438!important}.path-action-cancel:active{background:#ef4444!important;color:#fff!important}.cancel-walk-floating{position:absolute;bottom:.75rem;right:.75rem;z-index:10;background:#ef4444d9;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 16px #0006;animation:fadeIn .2s ease;white-space:nowrap;min-height:36px}@media (hover: hover){.cancel-walk-floating:hover{background:#ef4444}}.cancel-walk-floating:active{transform:scale(.95)}.floorplan-trackpad-slot{flex-shrink:0;overflow:hidden;transition:max-height .25s ease,opacity .25s ease;max-height:0;opacity:0}.floorplan-trackpad-slot.open{max-height:120px;opacity:1}.floorplan-trackpad-slot .trackpad{width:100%;min-width:auto;max-width:none;height:90px;margin:0;min-height:auto;border-radius:10px;font-size:.65rem;border:1px solid #475569}.floorplan-trackpad-slot .trackpad .trackpad-zone.left{background:#60a5fa1a;border-right:1px solid rgba(96,165,250,.45);color:#94a3b8}.floorplan-trackpad-slot .trackpad .trackpad-zone.left.active{background:#60a5fa40;box-shadow:inset 0 0 16px #60a5fa66;color:#60a5fa}.floorplan-trackpad-slot .trackpad .trackpad-zone.left.active.dir-left{box-shadow:inset 10px 0 16px #60a5fa80}.floorplan-trackpad-slot .trackpad .trackpad-zone.left.active.dir-right{box-shadow:inset -10px 0 16px #60a5fa80}.floorplan-trackpad-slot .trackpad .trackpad-zone.right{background:#4ade801a;border-left:1px solid rgba(74,222,128,.45);color:#94a3b8}.floorplan-trackpad-slot .trackpad .trackpad-zone.right.active{background:#4ade8040;box-shadow:inset 0 0 16px #4ade8066;color:#4ade80}.floorplan-trackpad-slot .trackpad .trackpad-zone.right.active.dir-left{box-shadow:inset 10px 0 16px #4ade8080}.floorplan-trackpad-slot .trackpad .trackpad-zone.right.active.dir-right{box-shadow:inset -10px 0 16px #4ade8080}.floorplan-trackpad-slot .trackpad .trackpad-zone.right.active.dir-up{box-shadow:inset 0 10px 16px #4ade8080}.floorplan-trackpad-slot .trackpad .trackpad-zone.right.active.dir-down{box-shadow:inset 0 -10px 16px #4ade8080}@media (max-width: 480px){.floorplan-trackpad-slot.open{max-height:100px}.floorplan-trackpad-slot .trackpad{height:70px}}.floorplan-footer-info{flex-shrink:0}.floorplan-hint-bar{text-align:center;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);color:#64748b;padding:.25rem .5rem;animation:hintFade .3s ease;min-height:1.25rem;transition:color .2s ease}@media (min-width: 1367px){.floorplan-hint-bar{font-size:clamp(.8rem,.85vw,.9rem)}}.floorplan-hint-bar.off-floor{color:#fbbf24}@keyframes hintFade{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.waypoint-steps-wrapper{overflow:hidden;max-height:0;opacity:0;transition:max-height .3s ease,opacity .25s ease}.waypoint-steps-wrapper.open{max-height:40px;opacity:1}.waypoint-steps{display:flex;align-items:center;justify-content:center;gap:0;padding:.15rem 0}.step{display:flex;align-items:center;gap:.3rem}.step-dot{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;border:2px solid #475569;background:transparent;color:#64748b;transition:all .25s ease;flex-shrink:0}.step.active .step-dot{border-color:#3b82f6;background:#3b82f6;color:#fff}.step.done .step-dot{border-color:#22c55e;background:#22c55e;color:#fff}.step-label{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);font-weight:500;color:#64748b;transition:color .25s ease}.step.active .step-label{color:#f1f5f9}.step.done .step-label{color:#94a3b8}.step-connector{width:28px;height:2px;background:#475569;margin:0 .25rem;transition:background .25s ease}.step-connector.active,.step-connector.done{background:#22c55e}.floorplan-canvas-hint{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;pointer-events:none;z-index:5;animation:fadeIn .3s ease}.floorplan-canvas-hint span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;color:#94a3b8;background:#0f172ab3;padding:.4rem 1rem;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.canvas-hint-pulse{width:48px;height:48px;border-radius:50%;border:2px solid rgba(59,130,246,.6);animation:canvasPulse 2s ease-in-out infinite}@keyframes canvasPulse{0%{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:1}to{transform:scale(.8);opacity:.4}}.zoom-hint{animation:fadeIn .3s ease,zoomHintFadeOut .5s ease 2.5s forwards}@keyframes zoomHintFadeOut{0%{opacity:1}to{opacity:0}}.coach-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;animation:fadeIn .25s ease}.coach-card{position:relative;background:#1e293b;border:1px solid #334155;border-radius:16px;padding:1rem 1.75rem 1.75rem;max-width:340px;min-height:220px;width:100%;box-shadow:0 16px 48px #00000080;animation:coachSlideUp .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.coach-card h3{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.1rem,1.25vw,1.25rem);font-weight:700;color:#f1f5f9;margin:0 0 .5rem}.coach-card p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);color:#94a3b8;line-height:1.5;margin:0 0 1.25rem;flex:1}.coach-close{position:absolute;top:.6rem;right:.6rem;width:32px;height:32px;border-radius:50%;border:none;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:all .15s ease}@media (hover: hover){.coach-close:hover{background:#334155;color:#f1f5f9}}@keyframes coachSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.coach-dots{display:flex;gap:8px;margin-bottom:.75rem}.coach-dot{width:8px;height:8px;border-radius:50%;border:1.5px solid #475569;background:transparent;transition:all .2s ease}.coach-dot.active{border-color:#3b82f6;background:#3b82f6}.coach-dot.done{border-color:#3b82f666;background:#3b82f666}.coach-actions{display:flex;justify-content:flex-end;gap:.75rem}.coach-skip{background:transparent!important;border:none!important;color:#64748b!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;cursor:pointer;padding:.5rem 1rem;border-radius:8px}@media (hover: hover){.coach-skip:hover{color:#94a3b8!important}}.coach-next{background:#3b82f6!important;border:none!important;color:#fff!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:700;cursor:pointer;padding:.5rem 1.25rem;border-radius:8px;transition:background .15s ease}@media (hover: hover){.coach-next:hover{background:#60a5fa!important}}.coach-card p strong{color:#3b82f6;font-weight:700}.controller-container{display:flex;flex-direction:column;position:relative;width:100%;height:100dvh;padding:calc(1.5rem + env(safe-area-inset-top,0px)) 1.5rem env(safe-area-inset-bottom,0px);box-sizing:border-box;background:#0f172a}.controller-container .controller-grid{flex:1;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between}.controller-container .controller-row{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;flex-wrap:nowrap;width:100%}.controller-container .controller-row:not(.teleport-row){align-items:center;justify-content:space-around;margin-top:auto}.controller-container .controller-row:not(.teleport-row):has(>.controller-center:only-child){margin-bottom:4rem}.controller-container .controller-row.teleport-row{position:relative;align-items:flex-start;justify-content:center}.controller-container .controller-row.teleport-row:has(.controller-section){justify-content:space-around;align-items:center;margin-top:5rem}@media (min-width: 1367px){.controller-container{padding:2rem 3rem 0}.controller-container .controller-grid,.controller-container .controller-row{gap:2.5rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.controller-container{padding:1.5rem 2.5rem 0}.controller-container .controller-grid,.controller-container .controller-row{gap:2rem}}@media (max-width: 768px){.controller-container{padding:0 1rem .75rem}}@media (max-width: 480px){.controller-container{padding:0 .5rem .5rem}}.controller-brand{position:absolute;bottom:calc(100% + 3rem);left:50%;transform:translate(-50%);width:120px;opacity:.08;pointer-events:none;-webkit-user-select:none;user-select:none}.controller-section{position:relative;display:flex;flex-direction:column;align-items:center;flex:0 1 auto}.controller-section h3{margin-top:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);font-weight:500;color:#f1f5f9;text-transform:uppercase;letter-spacing:.08em;text-align:center}.controller-center{position:relative;display:flex;flex-direction:column;align-items:center;flex:1 1 auto;max-width:100%;gap:1rem}.controller-zone,.joystick-zone{width:clamp(140px,18vw,200px);height:clamp(140px,18vw,200px);border-radius:50%;background:#1e293b;border:1px solid #334155;position:relative;overflow:visible;display:flex;justify-content:center;align-items:center}@media (min-width: 1367px){.controller-zone,.joystick-zone{width:220px;height:220px}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.controller-zone,.joystick-zone{width:clamp(150px,16vw,200px);height:clamp(150px,16vw,200px)}}@media (max-width: 768px){.controller-zone,.joystick-zone{width:140px;height:140px}}@media (max-width: 480px){.controller-zone,.joystick-zone{width:120px;height:120px}}.joystick-zone{z-index:100;flex:0 0 auto;transition:box-shadow .3s ease}.joystick-zone.camera{border:1px solid rgba(96,165,250,.45);background:#60a5fa40;box-shadow:0 0 20px #60a5fa1a}.joystick-zone.movement{border:1px solid rgba(74,222,128,.45);background:#4ade8040;box-shadow:0 0 20px #4ade801a}.nipple .back,.nipple .front{background:#94a3b880!important;border:1px solid rgba(241,245,249,.2)!important;z-index:9999!important}.dpad-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:4px;width:clamp(140px,18vw,200px);height:clamp(140px,18vw,200px);flex:0 0 auto;box-sizing:content-box;padding:10px;border-radius:50%;background:#1e293b80;border:1px solid rgba(51,65,85,.4)}.dpad-btn{display:flex;justify-content:center;align-items:center;background:#334155;color:#f1f5f9;border:1px solid #475569;cursor:pointer;transition:background-color .15s ease,color .15s ease;padding:0}.dpad-btn.up{grid-column:2;grid-row:1;border-radius:10px 10px 4px 4px}.dpad-btn.left{grid-column:1;grid-row:2;border-radius:10px 4px 4px 10px}.dpad-btn.right{grid-column:3;grid-row:2;border-radius:4px 10px 10px 4px}.dpad-btn.down{grid-column:2;grid-row:3;border-radius:4px 4px 10px 10px}.dpad-btn:active{background:#3b82f6;color:#fff;border-color:#2563eb}.dpad-center{grid-column:2;grid-row:2;background:#334155;border:1px solid #475569;border-radius:4px;cursor:pointer;padding:0;transition:background-color .15s ease}.dpad-center:active{background:#3b82f6;border-color:#2563eb}.abxy-container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:4px;width:clamp(140px,18vw,200px);height:clamp(140px,18vw,200px);flex:0 0 auto;box-sizing:content-box;padding:10px;border-radius:50%;background:#1e293b80;border:1px solid rgba(51,65,85,.4)}.abxy-btn{display:flex;justify-content:center;align-items:center;background:#334155;color:#f1f5f9;border:1px solid #475569;cursor:pointer;transition:background-color .15s ease,color .15s ease;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;font-size:1.1em}.abxy-btn.up{grid-column:2;grid-row:1;border-radius:10px 10px 4px 4px;background:#eab30833;border-color:#eab30866;color:#fde68a}.abxy-btn.left{grid-column:1;grid-row:2;border-radius:10px 4px 4px 10px;background:#3b82f633;border-color:#3b82f666;color:#93c5fd}.abxy-btn.right{grid-column:3;grid-row:2;border-radius:4px 10px 10px 4px;background:#ef444433;border-color:#ef444466;color:#fca5a5}.abxy-btn.down{grid-column:2;grid-row:3;border-radius:4px 4px 10px 10px;background:#22c55e33;border-color:#22c55e66;color:#86efac}.abxy-btn:active{background:#3b82f6;color:#fff;border-color:#2563eb}.abxy-center{grid-column:2;grid-row:2;background:#1e293b;border:1px solid #334155;border-radius:4px}@media (min-width: 1367px){.dpad-container,.abxy-container{width:220px;height:220px;padding:12px}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.dpad-container,.abxy-container{width:clamp(150px,16vw,200px);height:clamp(150px,16vw,200px)}}@media (max-width: 768px){.dpad-container,.abxy-container{width:140px;height:140px}}@media (max-width: 480px){.dpad-container,.abxy-container{width:120px;height:120px}}.teleport-popup-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;display:flex;align-items:center;justify-content:center;animation:fadeIn .15s ease}.teleport-popup-panel{width:90%;max-width:700px;max-height:80dvh;animation:slideUp .2s ease}.controller-actions{display:flex;align-items:stretch;gap:.5rem;padding-top:.5rem;width:100%}.controller-actions>.action-btn{flex:1;justify-content:center}.action-btn{padding:.5rem 1.25rem;font-size:clamp(.8rem,.85vw,.9rem);border-radius:8px;border:1px solid #334155;background:#1e293b;color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;min-height:44px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:.4rem}.action-btn:hover{border-color:#475569;background:#334155}.action-btn:active{transform:translateY(1px) scale(.98);background:#3b82f6;border-color:#2563eb;color:#fff;box-shadow:0 0 16px #3b82f64d}.action-btn.back-btn:hover{border-color:#64748b66}.action-btn.cursor-btn{background:#3b82f614;border:1px solid rgba(96,165,250,.25);color:#bfdbfe}.action-btn.cursor-btn:hover{background:#3b82f626;border-color:#60a5fa73;box-shadow:0 0 12px #3b82f626}.action-btn.cursor-btn:active{background:#3b82f6;border-color:#2563eb;color:#fff;box-shadow:0 0 20px #3b82f666}.action-btn.teleport-open-btn{background:#3b82f614;border:1px solid rgba(96,165,250,.25);color:#bfdbfe}.action-btn.teleport-open-btn:hover{background:#3b82f626;border-color:#60a5fa73;box-shadow:0 0 12px #3b82f626}.action-btn.teleport-open-btn:active{background:#3b82f6;border-color:#2563eb;color:#fff;box-shadow:0 0 20px #3b82f666}.hamburger-box{width:20px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between}.hamburger-bar{display:block;width:100%;height:2px;background:#f1f5f9;border-radius:2px;transition:transform .3s cubic-bezier(.68,-.6,.32,1.6),opacity .2s ease,background-color .2s ease;transform-origin:center}.is-active .hamburger-bar:nth-child(1){transform:translateY(7px) rotate(45deg)}.is-active .hamburger-bar:nth-child(2){opacity:0;transform:scaleX(0)}.is-active .hamburger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.menu-sidebar{position:fixed;top:0;left:-100%;width:260px;height:100%;padding-top:env(safe-area-inset-top,0px);background:#0f172a;border-right:1px solid #334155;box-shadow:4px 0 24px #0000004d;display:flex;flex-direction:column;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow-x:hidden}.menu-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#3b82f6);background-size:200% 100%;opacity:0;transition:opacity .4s ease}.menu-sidebar.open{left:0}.menu-sidebar.open:before{opacity:1;animation:shimmer 3s ease-in-out infinite}.menu-sidebar .menu-header{display:flex;align-items:center;padding:.75rem 1rem}.menu-sidebar .menu-header .menu-btn-inline{background:none;border:none;color:#f1f5f9;cursor:pointer;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s ease;padding:0}.menu-sidebar .menu-header .menu-btn-inline:hover{background:#334155}.menu-sidebar .menu-header .menu-btn-inline:active{transform:none}.menu-sidebar .menu-footer{padding:1rem 1.5rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;border-top:1px solid #334155}.menu-sidebar .menu-footer .menu-utility-row{display:flex;gap:.5rem;width:100%;justify-content:center}.menu-sidebar .menu-footer .utility-btn{width:44px;height:44px;border-radius:10px;border:1px solid #334155;background:#1e293b;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0}@media (hover: hover){.menu-sidebar .menu-footer .utility-btn:hover{background:#334155;color:#f1f5f9;border-color:#3b82f64d}}.menu-sidebar .menu-footer .utility-btn:active{transform:scale(.95)}.menu-sidebar .menu-footer .utility-btn.active{background:#3b82f626;color:#3b82f6;border-color:#3b82f666}.menu-sidebar .menu-footer .menu-logo{width:100px;opacity:.25;-webkit-user-select:none;user-select:none;transition:opacity .3s ease}.menu-sidebar .menu-footer .menu-logo:hover{opacity:.4}.menu-sidebar .menu-items{display:flex;flex-direction:column;flex:1;overflow-y:auto}.menu-sidebar .menu-items .menu-item{padding:.85rem 1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);font-weight:500;color:#94a3b8;cursor:pointer;min-height:44px;display:flex;align-items:center;word-break:break-word;transition:all .2s ease;background:transparent;border:none;border-top:1px solid #334155;border-left:2px solid transparent;border-radius:0;width:100%;text-align:left}.menu-sidebar .menu-items .menu-item:hover{background:#1e293b;color:#f1f5f9;border-left-color:#3b82f64d;padding-left:calc(1.5rem + 2px)}.menu-sidebar .menu-items .menu-item:active{background:#334155;transform:none}.menu-sidebar .menu-items .menu-item.active{color:#f1f5f9;border-left:2px solid #3b82f6;background:#3b82f60f;padding-left:calc(1.5rem - 2px);box-shadow:inset 3px 0 12px #3b82f614}.connection-dot{width:10px;height:10px;border-radius:50%;margin-left:auto;transition:all .3s ease}.connection-dot.connected{background:#22c55e;box-shadow:0 0 8px #22c55e80,0 0 2px #22c55ecc}.connection-dot.disconnected{background:#f59e0b;box-shadow:0 0 8px #f59e0b80,0 0 2px #f59e0bcc;animation:pulse 1.5s ease-in-out infinite}.with-controller-menu .menu-sidebar{position:fixed;top:0;left:-100%;width:clamp(260px,30vw,400px);height:100%;background:#0f172a;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:4px 0 24px #0000004d;overflow-x:hidden}.with-controller-menu .menu-sidebar.open{left:0}.with-controller-menu .screen-container{flex:1;min-height:0;width:100%;display:flex;flex-direction:column}@media (min-width: 1367px){.menu-sidebar,.with-controller-menu .menu-sidebar{width:340px}.menu-sidebar .menu-header{padding:1rem 1.25rem}.menu-sidebar .menu-items .menu-item{padding:1rem 1.75rem;font-size:clamp(1.1rem,1.25vw,1.25rem)}.menu-sidebar .menu-footer{padding:2rem}.menu-sidebar .menu-footer .menu-logo{width:120px}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.menu-sidebar,.with-controller-menu .menu-sidebar{width:clamp(280px,25vw,360px)}}@media (max-width: 768px){.with-controller-menu .menu-sidebar,.menu-sidebar{width:60vw}}@media (max-width: 480px){.with-controller-menu .menu-sidebar{width:80vw}.menu-sidebar{width:75vw}.menu-sidebar .menu-item{padding:.75rem 1.25rem}}.menu-backdrop{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;animation:fadeIn .2s ease}.menu-btn{position:fixed;top:calc(1rem + env(safe-area-inset-top,0px));left:calc(1rem + env(safe-area-inset-left,0px));background:#1e293bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f1f5f9;border:1px solid rgba(51,65,85,.6);padding:0;border-radius:12px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:1001;transition:all .25s cubic-bezier(.4,0,.2,1)}.menu-btn:hover{background:#334155;border-color:#3b82f64d;box-shadow:0 0 16px #3b82f61a}.menu-btn:active{transform:scale(.95);background:#334155}.menu-btn.is-active{background:#3b82f61a;border-color:#3b82f64d}.menu-btn.hidden{opacity:0;pointer-events:none}.menu-btn.fullscreen{top:calc(3.5rem + env(safe-area-inset-top,0px))}.settings-screen{padding:2rem 2rem 2rem 5rem;display:flex;flex-direction:column;gap:1.5rem;width:100%;box-sizing:border-box}.settings-screen h2{font-size:clamp(1.6rem,2.5vw,2rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#f1f5f9}.settings-screen .settings-tabs{display:flex;gap:0;border:1px solid #334155;border-radius:8px;overflow:hidden;width:fit-content}.settings-screen .settings-tabs button{padding:.5rem 1.5rem;border:none;border-right:1px solid #334155;border-radius:0;background:#1e293b;color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;min-height:44px;min-width:100px;cursor:pointer;transition:background .2s ease}.settings-screen .settings-tabs button:last-child{border-right:none}.settings-screen .settings-tabs button:hover:not(.active){background:#334155}.settings-screen .settings-tabs button.active{background:#3b82f6;color:#fff;box-shadow:0 0 10px #3b82f640}.settings-screen .settings-section{border:1px solid #334155;background:#1e293b;padding:2rem;border-radius:12px}.settings-screen .settings-section .slider-group{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;margin-top:0}.settings-screen .settings-section .slider-group label{flex:0 0 auto;min-width:160px;font-weight:500;font-size:clamp(.95rem,1vw,1.05rem);color:#f1f5f9;display:inline;margin-bottom:0}.settings-screen .settings-section .slider-group input[type=range]{flex:1;margin:0 1rem}.settings-screen .settings-section .slider-group .slider-value{width:40px;text-align:right;font-weight:500;color:#94a3b8}.settings-screen .settings-section h3{font-size:clamp(.8rem,.85vw,.9rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin-bottom:1.25rem}.settings-screen .settings-section .slider-group:last-child{margin-bottom:0}.settings-screen .settings-group-label{font-size:clamp(.8rem,.85vw,.9rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.06em;margin:0}.settings-screen .layout-picker{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.settings-screen .layout-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1.25rem;background:#1e293b;border:1px solid #334155;border-radius:10px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:left;min-height:44px}.settings-screen .layout-card:hover:not(.active){background:#334155;border-color:#475569;transform:translateY(-1px)}.settings-screen .layout-card.active{border-color:#3b82f6;background:#3b82f614;box-shadow:0 0 16px #3b82f61f,inset 0 0 12px #3b82f60a}.settings-screen .layout-card .layout-name{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);font-weight:500;color:#f1f5f9}.settings-screen .layout-card .layout-desc{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);color:#64748b;line-height:1.4}.settings-screen .settings-placeholder{color:#64748b;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);padding:1rem 0}@media (min-width: 1367px){.settings-screen{padding:2.5rem 3.5rem 2.5rem 5rem;gap:1.75rem}.settings-screen .settings-tabs button{padding:.6rem 2rem;font-size:clamp(.95rem,1vw,1.05rem);min-width:120px}.settings-screen .settings-section{padding:2.5rem}.settings-screen .layout-card{padding:1.25rem 1.5rem;gap:.5rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.settings-screen{padding:2.5rem 3rem 2.5rem 5rem}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100dvh;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;animation:fadeIn .15s ease;display:flex;align-items:center;justify-content:center}.modal-panel{background:#1e293bf2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);padding:2rem;animation:slideUp .25s cubic-bezier(.34,1.56,.64,1);width:90%;max-width:400px;text-align:center;border:1px solid rgba(51,65,85,.6);border-radius:16px;box-shadow:0 16px 48px #00000080,0 0 0 1px #ffffff08}.modal-panel h3{margin-bottom:1rem;color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500}.modal-panel p{margin-bottom:1.5rem;color:#94a3b8}.modal-panel .modal-actions{display:flex;justify-content:space-around;gap:1rem}.modal-panel .modal-actions .btn{padding:.5rem 1.2rem;border:none;cursor:pointer;font-size:clamp(.95rem,1vw,1.05rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;min-height:44px;border-radius:10px;transition:all .2s ease}.modal-panel .modal-actions .btn.cancel{background:#334155;color:#f1f5f9}.modal-panel .modal-actions .btn.cancel:hover{background:#475569}.modal-panel .modal-actions .btn.confirm{background:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.modal-panel .modal-actions .btn.confirm:hover{background:#60a5fa;box-shadow:0 4px 16px #3b82f666}.slider-group{text-align:left}.slider-group label{font-weight:500;font-size:clamp(.95rem,1vw,1.05rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f1f5f9}.slider-group input[type=range]{width:70%;margin:0 6px;-webkit-appearance:none;background:#334155;border-radius:4px;height:6px}.slider-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer}.slider-group input[type=range]::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none}.slider-group .slider-value{font-weight:500;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin-left:6px;color:#94a3b8}.checkbox-group{display:flex;margin:1rem 0}.checkbox-group .checkbox-label{display:flex;align-items:center;gap:.75rem;font-weight:500;font-size:clamp(.95rem,1vw,1.05rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f1f5f9;cursor:pointer}.checkbox-group .checkbox-label input[type=checkbox]{transform:scale(1.4);cursor:pointer;accent-color:#3b82f6}.trackpad{flex:1 1 auto;min-width:300px;max-width:500px;width:100%;height:200px;margin:0 2rem;background:#1e293b;display:flex;-webkit-user-select:none;user-select:none;touch-action:none;border:1px solid #334155;border-radius:12px;min-height:44px;box-shadow:0 2px 12px #0003}.trackpad .trackpad-zone{flex:1;display:flex;align-items:center;justify-content:center;color:#f1f5f9;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);text-transform:uppercase;letter-spacing:.05em;transition:background .15s ease,box-shadow .15s ease,color .15s ease}.trackpad .trackpad-zone.left{border-right:1px solid #334155;border-radius:12px 0 0 12px}.trackpad .trackpad-zone.left.active{background:#60a5fa40;box-shadow:inset 0 0 20px #60a5fa4d;color:#60a5fa}.trackpad .trackpad-zone.left.active.dir-left{box-shadow:inset 12px 0 20px #60a5fa66}.trackpad .trackpad-zone.left.active.dir-right{box-shadow:inset -12px 0 20px #60a5fa66}.trackpad .trackpad-zone.right{border-left:1px solid #334155;border-radius:0 12px 12px 0}.trackpad .trackpad-zone.right.active{background:#4ade8040;box-shadow:inset 0 0 20px #4ade804d;color:#4ade80}.trackpad .trackpad-zone.right.active.dir-left{box-shadow:inset 12px 0 20px #4ade8066}.trackpad .trackpad-zone.right.active.dir-right{box-shadow:inset -12px 0 20px #4ade8066}.trackpad .trackpad-zone.right.active.dir-up{box-shadow:inset 0 12px 20px #4ade8066}.trackpad .trackpad-zone.right.active.dir-down{box-shadow:inset 0 -12px 20px #4ade8066}.controller-row>.controller-center:only-child .trackpad{height:auto;flex:1;max-width:700px;min-height:200px}@media (min-width: 1367px){.trackpad{height:260px;max-width:900px;margin:0 2.5rem}.controller-row>.controller-center:only-child .trackpad{max-width:1000px;min-height:280px}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.trackpad{height:160px;margin:0 2rem;max-width:600px}}@media (max-width: 1024px){.trackpad{height:140px;margin:0 1.5rem}}@media (max-width: 768px){.trackpad{height:130px;margin:0 1rem}}@media (max-width: 480px){.trackpad{height:120px;margin:0 .5rem}}.teleport-grid-container{width:100%;box-sizing:border-box;background:#1e293b;border:1px solid #334155;border-radius:12px;padding:.75rem;animation:fadeIn .2s ease}.teleport-grid-container.collapsed{background:transparent;border-color:transparent}.teleport-grid-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:.5rem;width:100%;gap:.5rem;flex-wrap:nowrap}.collapsed .teleport-grid-header{margin-bottom:0}.teleport-floor-tabs{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin;scrollbar-color:#475569 transparent;flex:1 1 auto;min-width:0;white-space:nowrap;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.teleport-floor-tabs::-webkit-scrollbar{height:6px}.teleport-floor-tabs::-webkit-scrollbar-track{background:transparent}.teleport-floor-tabs::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.teleport-floor-tabs .floor-tab{background:#334155;border:none;color:#f1f5f9;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);min-height:44px;display:flex;align-items:center;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.teleport-floor-tabs .floor-tab.active{background:#3b82f6;color:#fff;box-shadow:0 0 12px #3b82f64d}.teleport-floor-tabs .floor-tab:hover:not(.active){background:#475569}.teleport-grid-controls{flex:0 0 auto;display:flex;justify-content:flex-end;align-items:center;min-width:6rem}.toggle-btn{background:#334155;border:none;color:#f1f5f9;padding:.4rem .8rem;border-radius:6px;cursor:pointer;flex-shrink:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.7rem,.75vw,.8rem);min-height:44px}.teleport-grid-scroll{padding-right:4px}.teleport-grid-scroll .simplebar-scrollbar:before{background-color:#475569;border-radius:4px}.teleport-grid-scroll .simplebar-scrollbar.simplebar-visible:before{opacity:1}.teleport-grid-scroll .simplebar-track.simplebar-vertical{background:#0f172a;width:8px;border-radius:4px}.teleport-grid-scroll .simplebar-track.simplebar-horizontal{background:#0f172a;height:8px;border-radius:4px}.teleport-floor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.teleport-card{background:#1e293b;padding:.5rem;border-radius:10px;border:1px solid #334155;text-align:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center}.teleport-card:hover{background:#334155;border-color:#3b82f64d;transform:translateY(-2px);box-shadow:0 4px 16px #0000004d,0 0 12px #3b82f614}.teleport-card:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.teleport-card .teleport-img-placeholder{width:100%;height:100px;background:#334155;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;overflow:hidden;position:relative}.teleport-card .teleport-img-placeholder img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.teleport-card .teleport-img-placeholder span{color:#64748b;font-size:clamp(.7rem,.75vw,.8rem)}.teleport-card .teleport-img-placeholder .no-image-icon{color:#64748b;opacity:.5}.teleport-card:hover .teleport-img-placeholder img{transform:scale(1.05)}.teleport-card .teleport-label{font-size:clamp(.7rem,.75vw,.8rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f1f5f9;transition:color .2s ease}.teleport-card:hover .teleport-label{color:#60a5fa}.teleport-card--loading{border-color:#3b82f64d}.teleport-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0f172a99;border-radius:8px;z-index:1;animation:fadeIn .15s ease}.teleport-img-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1}@media (min-width: 1367px){.teleport-floor-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.teleport-card{padding:.75rem}.teleport-card .teleport-img-placeholder{height:130px}.teleport-card .teleport-label{font-size:clamp(.8rem,.85vw,.9rem)}}.welcome-screen{position:fixed;inset:0;background:radial-gradient(ellipse at 30% 0%,rgba(59,130,246,.07) 0%,transparent 50%),radial-gradient(ellipse at 70% 100%,rgba(139,92,246,.05) 0%,transparent 50%),#0f172a;color:#f1f5f9;display:flex;align-items:center;justify-content:center;z-index:9}.welcome-screen .menu-box{position:relative;padding:2rem;min-width:320px;max-width:420px;width:90%;background:#1e293b99;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(51,65,85,.6);border-radius:16px;box-shadow:0 16px 48px #0000004d,0 0 0 1px #ffffff05,inset 0 1px #ffffff0a;animation:slideUp .3s cubic-bezier(.34,1.56,.64,1)}.welcome-screen .menu-box:before{content:"";position:absolute;top:0;left:1.5rem;right:1.5rem;height:2px;border-radius:0 0 2px 2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.5),rgba(139,92,246,.4),rgba(59,130,246,.5),transparent);background-size:200% 100%;animation:shimmer 20s ease-in-out infinite}@media (min-width: 1367px){.welcome-screen .menu-box{padding:2.5rem;min-width:360px;max-width:460px}}.welcome-screen .menu-box.home-box{max-width:520px}@media (min-width: 1367px){.welcome-screen .menu-box.home-box{max-width:560px}}.welcome-screen .home-header{text-align:center;margin-bottom:1.5rem}.welcome-screen .home-project-name{font-size:clamp(1.3rem,1.75vw,1.5rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;color:#f1f5f9;margin:0 0 .5rem;letter-spacing:-.01em}.welcome-screen .home-status-row{display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:clamp(.7rem,.75vw,.8rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#64748b}.welcome-screen .home-status-dot{width:6px;height:6px;border-radius:50%}.welcome-screen .home-status-dot.connected{background:#22c55e;box-shadow:0 0 6px #22c55e80}.welcome-screen .home-status-dot.disconnected{background:#64748b;animation:pulse 1.5s ease-in-out infinite}.welcome-screen .home-status-divider{color:#64748b;opacity:.4}.welcome-screen .home-scene-label{color:#94a3b8}.welcome-screen .home-nav-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.welcome-screen .nav-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .75rem;min-height:44px;background:#1e293b80;border:1px solid rgba(51,65,85,.5);border-radius:10px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);color:#94a3b8;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;opacity:0;animation:slideUp .3s ease forwards}.welcome-screen .nav-card .nav-card-icon{display:flex;color:#64748b;transition:color .2s ease}.welcome-screen .nav-card .nav-card-icon svg{width:24px;height:24px}.welcome-screen .nav-card .nav-card-label{font-size:clamp(.8rem,.85vw,.9rem);font-weight:500}@media (hover: hover){.welcome-screen .nav-card:hover{background:#33415599;border-color:#3b82f633;color:#f1f5f9}.welcome-screen .nav-card:hover .nav-card-icon{color:#3b82f6}}.welcome-screen .nav-card:active{transform:scale(.97);background:#3b82f61f;border-color:#3b82f64d;color:#60a5fa}.welcome-screen .nav-card:active .nav-card-icon{color:#60a5fa}.welcome-screen .home-quick-row{display:flex;gap:.5rem;margin-top:1rem}.welcome-screen .home-quick-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem .75rem;min-height:36px;background:transparent;border:1px solid rgba(51,65,85,.6);border-radius:8px;color:#64748b;font-size:clamp(.7rem,.75vw,.8rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;cursor:pointer;transition:all .2s ease}.welcome-screen .home-quick-btn svg{flex-shrink:0}@media (hover: hover){.welcome-screen .home-quick-btn:hover{background:#33415566;border-color:#3b82f633;color:#94a3b8}}.welcome-screen .home-quick-btn:active{background:#3b82f61a;border-color:#3b82f64d;color:#60a5fa}.welcome-screen .menu-title{font-size:clamp(.8rem,.85vw,.9rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;text-align:center}.welcome-screen .menu-list{display:flex;flex-direction:column;gap:.4rem}.welcome-screen .menu-list .menu-item{position:relative;font-size:clamp(.95rem,1vw,1.05rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#94a3b8;padding:.9rem 1.25rem;background:#1e293b80;border:1px solid rgba(51,65,85,.5);border-radius:10px;cursor:pointer;min-height:44px;display:flex;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);overflow:hidden;opacity:0;animation:slideUp .3s ease forwards}.welcome-screen .menu-list .menu-item:nth-child(1){animation-delay:.04s}.welcome-screen .menu-list .menu-item:nth-child(2){animation-delay:.08s}.welcome-screen .menu-list .menu-item:nth-child(3){animation-delay:.12s}.welcome-screen .menu-list .menu-item:nth-child(4){animation-delay:.16s}.welcome-screen .menu-list .menu-item:nth-child(5){animation-delay:.2s}.welcome-screen .menu-list .menu-item:nth-child(6){animation-delay:.24s}.welcome-screen .menu-list .menu-item:nth-child(7){animation-delay:.28s}.welcome-screen .menu-list .menu-item:nth-child(8){animation-delay:.32s}.welcome-screen .menu-list .menu-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:2px;border-radius:0 2px 2px 0;background:#3b82f6;opacity:0;transform:scaleY(.5);transition:opacity .2s ease,transform .2s ease}.welcome-screen .menu-list .menu-item:hover{background:#33415599;border-color:#3b82f633;color:#f1f5f9;transform:translate(2px)}.welcome-screen .menu-list .menu-item:hover:before{opacity:1;transform:scaleY(1)}.welcome-screen .menu-list .menu-item:active{transform:translate(2px) scale(.98);background:#3b82f61f;border-color:#3b82f64d;color:#60a5fa}.welcome-screen .menu-list .menu-item.selected{border-color:#3b82f6;background:#3b82f614;color:#f1f5f9}.welcome-screen .menu-list.scrollable{max-height:50dvh;overflow-y:auto;overflow-x:hidden}.welcome-screen .gallery-box{max-width:850px;max-height:85dvh;overflow:hidden;padding:1.5rem}@media (min-width: 1367px){.welcome-screen .gallery-box{max-width:950px;padding:2rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.welcome-screen .gallery-box{max-width:90vw}}.welcome-screen .gallery-box .menu-item{margin-top:1rem}.welcome-screen .gallery-scroll{max-height:calc(85dvh - 8rem);overflow-y:auto;padding-right:.5rem;scrollbar-width:thin;scrollbar-color:#475569 transparent}.welcome-screen .gallery-scroll::-webkit-scrollbar{width:6px}.welcome-screen .gallery-scroll::-webkit-scrollbar-track{background:transparent}.welcome-screen .gallery-scroll::-webkit-scrollbar-thumb{background:#475569;border-radius:3px}.welcome-screen .gallery-section{margin-bottom:1.5rem}.welcome-screen .gallery-section:last-child{margin-bottom:0}.welcome-screen .gallery-section .gallery-heading{font-size:clamp(.7rem,.75vw,.8rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.08em;text-align:left;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(51,65,85,.5)}.welcome-screen .gallery-section .gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.welcome-screen .gallery-section .gallery-grid .gallery-item{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;border:1px solid rgba(51,65,85,.4);background:#1e293b;aspect-ratio:16/10;transition:all .25s cubic-bezier(.4,0,.2,1)}.welcome-screen .gallery-section .gallery-grid .gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.welcome-screen .gallery-section .gallery-grid .gallery-item:hover{border-color:#3b82f64d;box-shadow:0 4px 16px #0000004d,0 0 12px #3b82f614;transform:translateY(-2px)}.welcome-screen .gallery-section .gallery-grid .gallery-item:hover img{transform:scale(1.05)}.welcome-screen .gallery-section .gallery-grid .gallery-item:active{transform:translateY(0);box-shadow:0 2px 8px #0003}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.welcome-screen .gallery-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.85rem}}@media (min-width: 1367px){.welcome-screen .gallery-section .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}.welcome-screen .lightbox-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;cursor:zoom-out;animation:fadeIn .15s ease}.welcome-screen .lightbox-overlay .lightbox-content{position:relative;max-width:90%;max-height:90%;animation:slideUp .25s cubic-bezier(.34,1.56,.64,1)}.welcome-screen .lightbox-overlay .lightbox-content img{width:100%;height:auto;border-radius:8px;cursor:default;box-shadow:0 16px 48px #00000080}.welcome-screen .lightbox-overlay .lightbox-content .lightbox-close{position:absolute;top:-48px;right:0;background:#1e293bd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(51,65,85,.6);font-size:1.25rem;color:#f1f5f9;cursor:pointer;border-radius:50%;width:36px;height:36px;min-height:auto;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.welcome-screen .lightbox-overlay .lightbox-content .lightbox-close:hover{background:#334155;border-color:#3b82f64d}.orientation-prompt{display:none}@media (pointer: coarse) and (orientation: portrait){.orientation-prompt{display:flex;position:fixed;inset:0;z-index:10000;background:#0f172a;align-items:center;justify-content:center}}.orientation-prompt-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;color:#94a3b8}.orientation-prompt-content .orientation-prompt-icon{animation:tilt 2s ease-in-out infinite}.orientation-prompt-content .orientation-prompt-arrow{color:#64748b}.orientation-prompt-content p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(1.1rem,1.25vw,1.25rem);font-weight:500;color:#f1f5f9;text-align:center;margin:0;padding:0 2rem}@keyframes tilt{0%,to{transform:rotate(0)}50%{transform:rotate(-90deg)}}.help-screen{padding:2rem 2rem 2rem 5rem;display:flex;flex-direction:column;gap:1rem;width:100%;height:100%;box-sizing:border-box}.help-screen h2{font-size:clamp(1.6rem,2.5vw,2rem);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;color:#f1f5f9;margin:0;flex-shrink:0}@media (min-width: 1367px){.help-screen{padding:2.5rem 3.5rem 2.5rem 5rem;gap:1.25rem}}@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape){.help-screen{padding:2rem 3rem 2rem 5rem}}.help-accordion{display:flex;flex-direction:column;gap:.4rem;flex:1;min-height:0}.help-section{background:#1e293b;border:1px solid #334155;border-radius:10px;overflow:hidden;flex-shrink:0}.help-section.open{flex:1;min-height:0;flex-shrink:1;display:flex;flex-direction:column}.help-section .help-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1.25rem;background:transparent;border:none;cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);font-weight:500;color:#94a3b8;transition:all .15s ease}@media (min-width: 1367px){.help-section .help-section-header{padding:1rem 1.5rem;font-size:clamp(1.1rem,1.25vw,1.25rem)}}.help-section .help-section-header .help-header-left{display:flex;align-items:center;gap:.65rem}.help-section .help-section-header .help-header-left svg{flex-shrink:0;opacity:.6}.help-section .help-section-header:hover{background:#334155;color:#f1f5f9}.help-section .help-section-header:hover .help-header-left svg{opacity:1}.help-section .help-section-header .help-chevron{color:#64748b;transition:transform .2s ease}.help-section.open .help-section-header{color:#f1f5f9;border-bottom:1px solid #334155;flex-shrink:0}.help-section.open .help-section-header .help-header-left svg{opacity:1}.help-section.open .help-section-header .help-chevron{transform:rotate(180deg)}.help-section .help-section-body{padding:1.25rem 1.5rem;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;animation:slideUp .15s ease}@media (min-width: 1367px){.help-section .help-section-body{padding:1.5rem 2rem}}.help-section .help-section-body p{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.95rem,1vw,1.05rem);color:#94a3b8;line-height:1.7;margin:0}.help-grid{display:grid;grid-template-columns:minmax(130px,auto) 1fr;gap:0}@media (min-width: 1367px){.help-grid{grid-template-columns:minmax(160px,auto) 1fr}}.help-grid .help-label,.help-grid .help-desc{padding:.75rem 0;border-bottom:1px solid #334155;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.help-grid .help-label{font-size:clamp(.95rem,1vw,1.05rem);font-weight:500;color:#f1f5f9;padding-right:1.5rem}.help-grid .help-desc{font-size:clamp(.8rem,.85vw,.9rem);color:#94a3b8;line-height:1.5}.help-grid .help-label:nth-last-child(2),.help-grid .help-desc:last-child{border-bottom:none;padding-bottom:0}.help-grid .help-label:first-child,.help-grid .help-label:first-child+.help-desc{padding-top:0}.toast{position:fixed;bottom:calc(2rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);background:#1e293beb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(51,65,85,.6);border-left:3px solid transparent;color:#f1f5f9;padding:.75rem 1.5rem;border-radius:12px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(.8rem,.85vw,.9rem);font-weight:500;box-shadow:0 8px 32px #00000080,0 0 0 1px #ffffff08;z-index:5000;cursor:pointer;animation:toastIn .35s cubic-bezier(.34,1.56,.64,1);white-space:nowrap}.toast--info{border-left-color:#3b82f6;box-shadow:0 8px 32px #00000080,0 0 12px #3b82f61f}.toast--success{border-left-color:#22c55e;box-shadow:0 8px 32px #00000080,0 0 12px #22c55e1f}.toast--warning{border-left-color:#f59e0b;box-shadow:0 8px 32px #00000080,0 0 12px #f59e0b1f}.toast--error{border-left-color:#ef4444;box-shadow:0 8px 32px #00000080,0 0 12px #ef44441f}@keyframes spinnerRotate{to{transform:rotate(360deg)}}.loading-spinner{display:inline-block;border:2px solid rgba(59,130,246,.2);border-top-color:#3b82f6;border-radius:50%;animation:spinnerRotate .7s linear infinite;flex-shrink:0}*{-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;inset:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;inset:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{inset:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{inset:0 auto 0 0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}
