@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;overflow:hidden;background:#0a0a0a;color:#fff;font-family:Lato,sans-serif}#app{width:100%;height:100%;position:relative;display:flex;flex-direction:row;align-items:stretch;min-height:0;min-width:0}.showroom-viewer-stage{position:relative;flex:1 1 auto;min-width:0;min-height:0;height:100%}#app canvas{display:block;width:100%;height:100%;touch-action:none}.stats-overlay{position:absolute;top:.5rem;left:.5rem;padding:.35rem .6rem;background:#00000080;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;font-size:.7rem;font-variant-numeric:tabular-nums;color:#ffffffb3;z-index:5;pointer-events:none}.showroom-dock{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.85rem;z-index:4;overflow:visible;pointer-events:none}.showroom-dock>*{pointer-events:auto}.showroom-color-row{display:flex;gap:.75rem;align-items:center;justify-content:center;flex-wrap:wrap;padding:0}.showroom-color-dot{box-sizing:border-box;width:48px;height:48px;min-width:48px;border-radius:50%;border:3px solid rgba(255,255,255,.28);cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;padding:0;outline:none;box-shadow:inset 0 0 0 1px #00000059,0 4px 14px #00000073}.showroom-color-dot:hover{transform:scale(1.06);border-color:#ffffff8c}.showroom-color-dot.selected{border-color:#fff;border-width:3px;box-shadow:inset 0 0 0 1px #00000059,0 4px 18px #00000080,0 0 0 2px #ffffff40}.showroom-nav-shell{background:#1c1c1ee0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-radius:28.8px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #00000073;padding:.72rem 1.44rem .648rem;min-width:min(100vw - 2rem,604.8px)}.showroom-nav-row{display:flex;align-items:flex-end;gap:.72rem;width:100%;overflow:visible}.showroom-bookmark-slots-viewport{flex:1;min-width:0;display:flex;align-items:flex-end;overflow:visible}.showroom-bookmark-slots{display:flex;flex:1;min-width:0;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:.504rem;overflow:visible;padding-bottom:4px}.showroom-bm-slot{--bm-slot-scale: 1;position:relative;width:51.84px;height:51.84px;flex-shrink:0;border-radius:50%;border:2px solid transparent;background:#ffffff1a;color:#ffffffe0;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transform:scale(var(--bm-slot-scale));transform-origin:50% 100%;transition:transform .42s cubic-bezier(.34,1.25,.64,1),background .22s ease,border-color .22s ease,box-shadow .22s ease}.showroom-bm-slot-tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;z-index:30;padding:.5rem .85rem;border-radius:5px;background:#4a5d73;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.8125rem;font-weight:500;line-height:1.2;white-space:nowrap;pointer-events:none;box-shadow:0 3px 14px #00000059;opacity:0;transform:translate(-50%) scale(calc(1 / var(--bm-slot-scale)));transform-origin:50% 100%;transition:opacity .18s ease}.showroom-bm-slot-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-6px;border:6px solid transparent;border-top-color:#4a5d73}.showroom-bm-slot:hover:not(:disabled) .showroom-bm-slot-tooltip,.showroom-bm-slot:focus-visible .showroom-bm-slot-tooltip{opacity:1}.showroom-bm-slot:disabled .showroom-bm-slot-tooltip{display:none}.showroom-bm-slot:hover:not(:disabled):not(.selected){background:#ffffff2e;--bm-slot-scale: 1.06}.showroom-bm-slot.selected{--bm-slot-scale: 1.28;border-color:#fff;border-width:2px;background:#fff3;box-shadow:0 5.76px 23.04px #0006}.showroom-bm-slot.selected:hover:not(:disabled){--bm-slot-scale: 1.3}.showroom-bm-slot:disabled{opacity:.32;cursor:not-allowed;--bm-slot-scale: 1}.showroom-bm-slot-icon{display:block;pointer-events:none}.showroom-bm-slot-icon:is(img){width:25.92px;height:25.92px;object-fit:contain;filter:brightness(0) invert(1)}.showroom-arrow{width:43.2px;height:43.2px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff1a;color:#ffffffe6;font-size:1.944rem;cursor:pointer;transition:background .15s;padding:0;line-height:1}.showroom-arrow:hover{background:#fff3}.showroom-arrow-edge{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:54.72px;height:54.72px}.showroom-arrow-edge--prev{left:.65rem}.showroom-arrow-edge--next{right:.65rem}.showroom-model-btn{width:57.6px;height:57.6px;flex-shrink:0;align-self:flex-end;margin-left:auto;padding:0;border:none;border-radius:50%;background:#ffffff1a;color:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center;transform:scale(1);transform-origin:50% 100%;transition:background .2s ease,transform .42s cubic-bezier(.34,1.25,.64,1)}.showroom-model-btn-icon{display:block;width:25.92px;height:25.92px;pointer-events:none}.showroom-model-btn:hover{background:#ffffff38;transform:scale(1.06)}.showroom-modal-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:20;display:flex;align-items:center;justify-content:center}.showroom-modal-overlay[hidden]{display:none}.showroom-modal{background:#161616f0;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:20px;border:1px solid rgba(255,255,255,.08);padding:1.75rem 2rem;max-width:680px;width:90vw;max-height:85vh;overflow-y:auto;box-shadow:0 8px 48px #00000080}.showroom-modal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.showroom-modal-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;cursor:pointer;padding:.6rem;border-radius:14px;transition:background .2s,transform .15s,border-color .2s;border:2px solid transparent}.showroom-modal-card:hover{background:#ffffff12;transform:scale(1.03)}.showroom-modal-card.active{border-color:#ffffff59;background:#ffffff0d}.showroom-modal-thumb{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:10px;background:#ffffff0a}.showroom-modal-label{display:flex;justify-content:center;align-items:center;width:100%}.showroom-modal-label--text{font-size:.8rem;font-weight:600;color:#ffffffe0;text-transform:uppercase;letter-spacing:.08em}.showroom-modal-nameplate{display:block;width:auto;max-width:70%;height:auto;max-height:17.64px;object-fit:contain;object-position:center;pointer-events:none}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:transparent;z-index:45;gap:0}.loading-overlay-curtain{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:#070708;opacity:0;pointer-events:none}.loading-overlay-chrome{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.loading-overlay--corner .loading-overlay-curtain{display:none}.loading-overlay--corner{inset:auto 16px 88px auto;width:auto;height:auto;min-width:120px;padding:12px 14px;background:#0000008c;border-radius:12px;align-items:center;gap:0}.loading-overlay--corner .loading-overlay-chrome{flex-direction:row;align-items:center;gap:10px}.loading-overlay[hidden]{display:none}.loading-ring-wrap{position:relative;width:72px;height:72px;flex-shrink:0}.loading-overlay--corner .loading-ring-wrap{width:48px;height:48px}.loading-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.loading-ring-track{fill:none;stroke:#ffffff26;stroke-width:6}.loading-ring-bar{fill:none;stroke:#ffffffeb;stroke-width:6;stroke-linecap:round;transition:stroke-dashoffset .12s ease-out}.loading-ring-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;color:#fffffff2;pointer-events:none}.loading-overlay--corner .loading-ring-pct{font-size:.7rem}.loading-subtext{color:#ffffffe0;font-size:.85rem}.loading-overlay--corner .loading-subtext{font-size:.75rem;max-width:120px}#app.viewer-busy{pointer-events:none}#app.viewer-busy .loading-overlay:not([hidden]){pointer-events:auto}.annotations-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5}.annotation-pin{position:absolute;pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.35rem .6rem;background:#000000b3;border-radius:8px;border:1px solid rgba(255,255,255,.2);transition:background .15s,transform .15s}.annotation-pin:hover{background:#000000d9;transform:translate(-50%,-50%) scale(1.05)}.annotation-text{color:#fff;font-size:.8rem;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}@media (max-width: 600px){.showroom-modal{padding:1rem}.showroom-modal-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.showroom-dock{bottom:.85rem;gap:.65rem;max-width:calc(100vw - 1rem);z-index:6}.showroom-nav-row{flex-wrap:nowrap;align-items:center;min-height:min-content}.showroom-nav-shell{padding:.648rem 1.08rem .576rem;border-radius:22.8px;min-width:0;width:100%;overflow:visible}.showroom-bookmark-slots-viewport--peek{flex:1 1 auto;min-width:0;overflow:visible;align-items:center;flex-shrink:1;padding-block:4px;box-sizing:content-box;clip-path:inset(-80px -8px -80px -8px);-webkit-clip-path:inset(-80px -8px -80px -8px)}.showroom-bookmark-slots[data-mobile-bookmark-peek]{flex:0 0 auto;flex-wrap:nowrap;justify-content:flex-start;align-items:center;padding-bottom:0;min-width:min-content;gap:.4032rem;will-change:transform;transition:transform .3s cubic-bezier(.25,.82,.25,1)}.showroom-bookmark-slots-viewport--peek .showroom-bm-slot{transform-origin:50% 50%}.showroom-color-dot{width:42px;height:42px;min-width:42px}.showroom-bookmark-slots:not([data-mobile-bookmark-peek]){gap:.4032rem;flex-wrap:nowrap;justify-content:center;overflow:hidden}.showroom-bm-slot{width:46.08px;height:46.08px;transform-origin:50% 100%}.showroom-bookmark-slots-viewport--peek .showroom-bm-slot.selected{--bm-slot-scale: 1.12}.showroom-bookmark-slots-viewport--peek .showroom-bm-slot.selected:hover:not(:disabled){--bm-slot-scale: 1.14}.showroom-bm-slot-icon:is(img){width:21.6px;height:21.6px}.showroom-model-btn{width:51.84px;height:51.84px}.showroom-model-btn svg{width:23.04px;height:23.04px}.showroom-arrow-edge{width:57.6px;height:57.6px;font-size:2.088rem;z-index:3}.showroom-arrow-edge--prev{left:.4rem}.showroom-arrow-edge--next{right:.4rem}}.chatbot-panel{position:absolute;top:0;right:0;bottom:0;width:min(380px,100vw);z-index:5;display:flex;flex-direction:column;background:#121212e0;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-left:1px solid rgba(255,255,255,.1);pointer-events:auto;font-size:.875rem}@media (min-width: 601px){.chatbot-panel{position:relative;top:auto;right:auto;bottom:auto;flex:0 0 380px;width:380px;max-width:100%;height:auto;align-self:stretch}}.ui-icon-white{filter:brightness(0) invert(1)}.chatbot-mobile-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:9;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .48s cubic-bezier(.4,0,.2,1)}.chatbot-mobile-backdrop.chatbot-mobile-backdrop--visible{pointer-events:auto;opacity:1;visibility:visible}.chatbot-mobile-toggle{display:none;position:absolute;bottom:5.5rem;right:.85rem;z-index:8;width:52px;height:52px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.14);background:#181818d1;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:#ffffffeb;font-family:inherit;cursor:pointer;box-shadow:0 4px 20px #00000059;transition:background .15s ease,transform .15s ease,opacity .2s ease,visibility .2s ease;align-items:center;justify-content:center}.chatbot-mobile-toggle-icon{width:24px;height:24px;display:block;object-fit:contain;pointer-events:none}.chatbot-mobile-toggle-badge{display:none;position:absolute;top:2px;right:2px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#e53935;color:#fff;font-size:.65rem;font-weight:700;line-height:18px;text-align:center;box-shadow:0 1px 4px #00000059;pointer-events:none}.chatbot-mobile-toggle.chatbot-mobile-toggle--unread .chatbot-mobile-toggle-badge{display:inline-flex;align-items:center;justify-content:center}.chatbot-mobile-toggle:hover{background:#282828e6}.chatbot-mobile-toggle:active{transform:scale(.97)}.chatbot-mobile-toggle.chatbot-mobile-toggle--hidden{opacity:0;visibility:hidden;pointer-events:none}.chatbot-close{display:none;flex-shrink:0;width:40px;height:40px;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff14;cursor:pointer;transition:background .15s ease;align-items:center;justify-content:center}.chatbot-close-icon{width:20px;height:20px;display:block;object-fit:contain;pointer-events:none}.chatbot-close:hover{background:#ffffff24}@media (max-width: 600px){.chatbot-mobile-toggle:not(.chatbot-mobile-toggle--hidden){display:inline-flex;align-items:center;justify-content:center}.chatbot-close{display:inline-flex}.chatbot-panel{z-index:10;transition:transform .48s cubic-bezier(.4,0,.2,1);will-change:transform}.chatbot-panel:not(.chatbot-panel--open){transform:translate(100%);pointer-events:none}.chatbot-panel.chatbot-panel--open{transform:translate(0);pointer-events:auto}.chatbot-input{font-size:16px}}.chatbot-header{flex-shrink:0;padding:1rem 1rem .65rem;border-bottom:1px solid rgba(255,255,255,.08)}.chatbot-header-top{display:flex;align-items:center;justify-content:space-between;gap:.65rem}.chatbot-identity{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1}.chatbot-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid rgba(255,255,255,.12)}.chatbot-titles{display:flex;flex-direction:column;min-width:0;gap:.12rem}.chatbot-title{font-size:1rem;font-weight:600;letter-spacing:.02em;color:#fffffff2}.chatbot-context{margin:0;font-size:.72rem;font-weight:500;color:#ffffff80;letter-spacing:.03em}.chatbot-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.65rem}.chatbot-msg-row{display:flex;width:100%}.chatbot-msg-user{justify-content:flex-end}.chatbot-msg-assistant{justify-content:flex-start}.chatbot-bubble{max-width:92%;padding:.55rem .75rem;border-radius:14px;line-height:1.45;white-space:pre-wrap;word-break:break-word}.chatbot-msg-user .chatbot-bubble{background:#508cff59;border:1px solid rgba(120,170,255,.35);color:#fffffff2;border-bottom-right-radius:4px}.chatbot-msg-assistant .chatbot-bubble{background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffe0;border-bottom-left-radius:4px}.chatbot-bubble.chatbot-md-content{white-space:normal}.chatbot-md-content p{margin:.4em 0}.chatbot-md-content p:first-child{margin-top:0}.chatbot-md-content p:last-child{margin-bottom:0}.chatbot-md-content ul,.chatbot-md-content ol{margin:.4em 0;padding-left:1.2rem}.chatbot-md-content li{margin:.15em 0}.chatbot-md-content li>p{margin:0}.chatbot-md-content strong{font-weight:600;color:#fffffff5}.chatbot-md-content code{font-size:.88em;padding:.12em .35em;border-radius:4px;background:#00000059}.chatbot-md-content pre{margin:.5em 0;padding:.5em .65em;overflow-x:auto;border-radius:8px;background:#0006;font-size:.82em}.chatbot-md-content pre code{padding:0;background:none}.chatbot-md-content a{color:#8cbefff2;text-decoration:underline}.chatbot-md-content a:hover{color:#fff}.chatbot-md-content h1,.chatbot-md-content h2,.chatbot-md-content h3{font-size:.95em;font-weight:600;margin:.55em 0 .3em}.chatbot-md-content h1:first-child,.chatbot-md-content h2:first-child,.chatbot-md-content h3:first-child{margin-top:0}.chatbot-md-content blockquote{margin:.4em 0;padding-left:.65rem;border-left:3px solid rgba(255,255,255,.2);color:#ffffffc7}.chatbot-composer{flex-shrink:0;padding:.65rem 1rem 1rem;display:flex;flex-direction:row;align-items:stretch;gap:.5rem;border-top:1px solid rgba(255,255,255,.08)}.chatbot-input{flex:1;width:auto;min-width:0;resize:none;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#ffffffeb;font-family:inherit;font-size:.85rem;padding:.5rem .65rem;line-height:1.4;outline:none}.chatbot-input:focus{border-color:#78aaff73}.chatbot-input:disabled{opacity:.55}.chatbot-send{flex-shrink:0;width:44px;min-height:44px;padding:0;border-radius:10px;border:none;font-family:inherit;cursor:pointer;background:#ffffff24;display:flex;align-items:center;justify-content:center;transition:background .15s}.chatbot-send-icon{width:22px;height:22px;display:block;object-fit:contain;pointer-events:none}.chatbot-send:hover:not(:disabled){background:#ffffff38}.chatbot-send:disabled{opacity:.45;cursor:not-allowed}
