*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root,button,.no-select,.control-button,.tool-button,.editor-panel{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation}button,a,[role=button]{-webkit-touch-callout:none;touch-action:manipulation}html,body{width:100%;height:100%;overflow:hidden}body{margin:0;padding:0;display:flex;min-width:100vw;min-height:100vh}#root{width:100%;height:100%;display:flex;flex-direction:column}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}.editor-container{position:relative;width:100%;height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden;background:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.editor-header{display:flex;align-items:center;padding:15px 20px;background:#0000004d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003;border-bottom:1px solid rgba(255,255,255,.1);position:absolute;top:0;left:0;right:0;z-index:100}.back-button{background:#6c757d;color:#fff;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:.9em;font-weight:500;transition:background-color .3s ease;margin-right:20px}.back-button:hover{background:#5a6268}.editor-title{flex:1}.editor-title h1{color:#fff;margin:0;font-size:1.8em;font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.5)}.model-description{color:#ffffffe6;margin:5px 0 0;font-size:.95em;text-shadow:0 1px 3px rgba(0,0,0,.5)}.auth-info{color:#28a745;margin:3px 0 0;font-size:.85em;font-weight:500}.info-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;flex-shrink:0}.info-button:hover{background:#fff3;border-color:#ffffff4d}.info-button svg{width:20px;height:20px}.editor-scene{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;background:#000}.editor-showroom-scene{width:100%;height:100%}.editor-footer{padding:12px 20px;background:#282828f2;border-top:1px solid rgba(255,255,255,.2);box-shadow:0 -2px 8px #0000004d;position:absolute;bottom:0;left:0;right:0;z-index:100;height:80px;display:flex;align-items:center}.model-info{display:flex;justify-content:space-between;align-items:center;font-size:.85em;color:#fffc;width:100%}.model-id,.model-updated,.asset-count{display:flex;align-items:center}.editor-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000026;z-index:50}.editor-loading .spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.editor-loading p{color:#6c757d;font-size:1.1em}.editor-error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:40px;border-radius:12px;box-shadow:0 4px 20px #00000026;text-align:center;z-index:50;max-width:90%;width:500px}.editor-error h2{color:#e74c3c;margin-bottom:15px;font-size:1.8em}.editor-error p{color:#6c757d;margin-bottom:30px;font-size:1.1em}.error-actions{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.retry-button,.back-to-list-button{padding:12px 24px;border:none;border-radius:6px;cursor:pointer;font-size:1em;font-weight:500;transition:background-color .3s ease}.retry-button{background:#3498db;color:#fff}.retry-button:hover{background:#2980b9}.back-to-list-button{background:#6c757d;color:#fff}.back-to-list-button:hover{background:#5a6268}@media (max-width: 768px){.editor-header{padding:12px 15px;background:#0006}.editor-footer{height:70px;padding:10px 15px}.back-button{align-self:flex-start;margin-right:0;margin-bottom:10px}.editor-title h1{font-size:1.5em}.model-info{flex-direction:column;align-items:flex-start;gap:8px}.error-actions{flex-direction:column;width:100%;max-width:300px}.retry-button,.back-to-list-button{width:100%}}@media (max-width: 480px){.editor-header{padding:10px 12px}.editor-title h1{font-size:1.3em}.model-description{font-size:.9em}.editor-footer{padding:10px 15px;height:60px}.model-info{font-size:.8em}.facilities-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.facility-item{font-size:.8em;padding:6px 8px}}.editor-scene .showroom-scene-container{height:100%!important}.editor-scene canvas{display:block;width:100%;height:100%}.scene-info-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.scene-info-content{background:#282828f2;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 20px #00000080;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.scene-info-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgba(255,255,255,.1)}.scene-info-header h2{color:#fff;margin:0;font-size:1.5em;font-weight:600}.close-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.close-button:hover{background:#fff3}.close-button svg{width:20px;height:20px}.scene-info-body{padding:20px;overflow-y:auto}.info-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.info-item:last-child{border-bottom:none}.info-label{color:#fff9;font-size:.9em;font-weight:500}.info-value{color:#fff;font-size:.9em;text-align:right;max-width:60%;word-break:break-all}.info-section{margin-bottom:32px}.info-section:first-child{margin-top:0}.info-section:last-child{margin-bottom:0}.info-section h3{color:#fff;font-size:1.1em;margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.2)}.info-value.highlight{color:#4a9eff;font-weight:600}.facilities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-bottom:16px}.facility-item{padding:8px 12px;border-radius:6px;text-align:center;font-size:.85em;transition:all .2s ease}.facility-item.available{background:#4caf5033;border:1px solid rgba(76,175,80,.4);color:#81c784}.facility-item.unavailable{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff6;text-decoration:line-through}.features-list{display:flex;flex-direction:column;gap:8px}.feature-item{color:#ffffffe6;font-size:.9em;padding-left:8px}.description-text{color:#fffc;font-size:.9em;line-height:1.6;margin:0}.scene-info-body::-webkit-scrollbar,.assets-list::-webkit-scrollbar{width:8px}.scene-info-body::-webkit-scrollbar-track,.assets-list::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.scene-info-body::-webkit-scrollbar-thumb,.assets-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.scene-info-body::-webkit-scrollbar-thumb:hover,.assets-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:manipulation}body,html,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}.allow-select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:default}input,textarea{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;-webkit-touch-callout:default;touch-action:auto}.app-container{width:100%;height:100vh;height:100dvh;margin:0;padding:0;overflow:hidden;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}
