#frameCityAutocomplete{position:absolute;top:100%;left:0;right:0;z-index:100;list-style:none;margin:4px 0 0;padding:4px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);display:none;max-height:240px;overflow-y:auto}#frameCityAutocomplete.open{display:block}#frameCityAutocomplete li{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:13px;color:#333;transition:background .15s}#frameCityAutocomplete li.active,#frameCityAutocomplete li:hover{background:rgba(68,14,223,.08)}#frameCityAutocomplete .ac-icon{color:#999;font-size:16px;flex-shrink:0}#frameCityAutocomplete .ac-city{font-weight:500}#frameCityAutocomplete .ac-subtitle{color:#999;font-size:11px;margin-left:auto;white-space:nowrap}#frameCityAutocomplete .ac-loading{color:#999;font-size:12px;text-align:center;padding:12px;cursor:default}.sidebar-autocomplete{position:absolute;top:100%;left:0;right:0;z-index:100;list-style:none;margin:4px 0 0;padding:4px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.12);display:none;max-height:240px;overflow-y:auto}.sidebar-autocomplete.open{display:block}.sidebar-autocomplete li{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;cursor:pointer;font-size:13px;color:#333;transition:background .15s}.sidebar-autocomplete li.active,.sidebar-autocomplete li:hover{background:rgba(68,14,223,.08)}.sidebar-autocomplete .ac-icon{color:#999;font-size:16px;flex-shrink:0}.sidebar-autocomplete .ac-city{font-weight:500}.sidebar-autocomplete .ac-subtitle{color:#999;font-size:11px;margin-left:auto;white-space:nowrap}.sidebar-autocomplete .ac-loading{color:#999;font-size:12px;text-align:center;padding:12px;cursor:default}.frame-spinner{width:36px;height:36px;border:3px solid rgba(68,14,223,.15);border-top-color:#440edf;border-radius:50%;animation:frameSpin .8s linear infinite}@keyframes frameSpin{to{transform:rotate(360deg)}}#loadingOverlay.visible{opacity:1;pointer-events:auto}#sidebar::-webkit-scrollbar{width:8px}#sidebar::-webkit-scrollbar-track{background:0 0}#sidebar::-webkit-scrollbar-thumb{background:#440edf;border-radius:4px}#sidebar::-webkit-scrollbar-thumb:hover{background:#3509b8}#sceneWrapper,#sidebar{scrollbar-width:auto;scrollbar-color:#440edf transparent}#sceneWrapper::-webkit-scrollbar{width:8px;height:8px}#sceneWrapper::-webkit-scrollbar-track{background:0 0}#sceneWrapper::-webkit-scrollbar-thumb{background:#440edf;border-radius:4px}#sceneWrapper::-webkit-scrollbar-thumb:hover{background:#3509b8}.frame-style-btn{width:32px;height:32px;border-radius:8px;border:2px solid transparent;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;padding:0}.frame-style-btn:hover{border-color:#ccc}.frame-style-btn.active{border-color:#440edf;box-shadow:0 0 0 2px rgba(68,14,223,.2)}.frame-dot{width:18px;height:18px;border-radius:5px;display:block}.themes-grid{scrollbar-width:thin;scrollbar-color:#440edf transparent}.themes-grid::-webkit-scrollbar{width:8px}.themes-grid::-webkit-scrollbar-track{background:0 0}.themes-grid::-webkit-scrollbar-thumb{background:#440edf;border-radius:4px}.themes-grid::-webkit-scrollbar-thumb:hover{background:#3509b8}.themes-grid{scrollbar-width:auto;scrollbar-color:#440edf transparent}#frameThemeSelect{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='rgba(0,0,0,0.3)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:24px}#frameScene canvas{display:block;border-radius:inherit}@media (max-width:900px){#appLayout{display:block;height:auto!important;margin:.25rem;overflow:visible!important}#sidebar{width:100%!important;height:auto!important;border-radius:.75rem .75rem 0 0}#sceneWrapper{height:60vh;min-height:300px;border-radius:0 0 .75rem .75rem}}