:root{--mobile-bottom-nav-height:112px}.configurator-page{overscroll-behavior:contain;touch-action:manipulation;-webkit-overflow-scrolling:auto;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;background-color:#f3f4f6;position:fixed;inset:0;overflow:hidden}.configurator-page input,.configurator-page textarea,.configurator-page [contenteditable=true]{-webkit-user-select:text;user-select:text}.safe-area-bottom{padding-bottom:max(0px, env(safe-area-inset-bottom))}.configurator-loading-fallback{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.configurator-loading-viewport{background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.configurator-loading-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.configurator-loading-spinner{border:4px solid #1e293b;border-top-color:#1877f2;border-radius:9999px;width:3rem;height:3rem;animation:1s linear infinite configurator-spin}.configurator-loading-text{color:#94a3b8;font-size:.875rem}.configurator-page .canvas-container{touch-action:none;width:100%!important;height:100%!important;min-height:1px!important}@keyframes configurator-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
