:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:15px/1.5 system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;margin:0}h1,h2,h3,p{margin:0}.cinema{background:radial-gradient(circle at 15% -10%,#172033 0%,#0d1117 45%);position:relative}.cinema__stage{z-index:0;height:100vh;position:absolute;inset:0;overflow:hidden}.cinema__stage canvas{outline:none;display:block}.cinema__loading{color:#9aa5b1;pointer-events:none;justify-content:center;align-items:center;gap:.6rem;font-size:.85rem;display:flex;position:absolute;inset:0}.cinema__loading-dot{background:#4f9dff;border-radius:50%;width:.5rem;height:.5rem;animation:1.2s ease-in-out infinite cinema-pulse}@keyframes cinema-pulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}.cinema__track{z-index:1;position:relative}.cinema__panel{color:#e6e9ef;max-width:30rem;min-height:100vh;transition:opacity .3s ease, transform .3s var(--ease-out,ease);flex-direction:column;justify-content:center;padding:2rem clamp(1.5rem,6vw,5rem);display:flex}.cinema__panel h1{letter-spacing:-.01em;text-wrap:balance;margin:0 0 1.1rem;font-size:clamp(2.1rem,3.4vw,3.1rem);font-weight:700;line-height:1.15}.cinema__panel h2{letter-spacing:-.01em;text-wrap:balance;margin:0 0 .85rem;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:700;line-height:1.2}.cinema__panel p{color:#9aa5b1;margin:0;font-size:1.02rem;line-height:1.65}.cinema__panel[data-active=true]{transform:translate(4px)}.cinema__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#4f9dff!important;margin:0 0 .75rem!important;font-size:.78rem!important}.cinema__hero-actions{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.cinema__cta-primary,.cinema__cta-secondary{transition:transform .16s var(--ease-out,ease), background-color .16s ease, border-color .16s ease;border-radius:10px;padding:.75rem 1.4rem;font-size:.95rem;display:inline-block}.cinema__cta-primary{color:#0d1117;background:#4f9dff;font-weight:600}.cinema__cta-secondary{color:#e6e9ef;border:1px solid #2a3140}@media (hover:hover) and (pointer:fine){.cinema__cta-primary:hover{background:#6fb0ff}.cinema__cta-secondary:hover{border-color:#4f9dff}}.cinema__cta-primary:active,.cinema__cta-secondary:active{transform:scale(.97)}.cinema__hero-note{color:#8a93a3!important;margin-top:1.1rem!important;font-size:.78rem!important}.cinema-hotspot{opacity:0;transition:opacity .25s ease, transform .25s var(--ease-out,ease);pointer-events:none;justify-content:center;align-items:center;display:flex;position:relative;transform:scale(.6)}.cinema-hotspot--visible{opacity:1;transform:scale(1)}.cinema-hotspot__dot{background:#4f9dff;border:2px solid #0d1117;border-radius:50%;width:.85rem;height:.85rem;display:block;box-shadow:0 0 0 3px #ffffff14}.cinema-hotspot__card{text-align:left;opacity:0;pointer-events:none;width:13rem;transition:opacity .25s ease, transform .25s var(--ease-out,ease);background:#161b24;border:1px solid #2a3140;border-top:2px solid #4f9dff;border-radius:10px;padding:.7rem .8rem;position:absolute;bottom:calc(100% + .6rem);left:50%;transform:translate(-50%)translateY(6px);box-shadow:0 6px 20px #00000073}.cinema-hotspot--visible .cinema-hotspot__card{opacity:1;transform:translate(-50%)translateY(0)}.cinema-hotspot__title{color:#e6e9ef;margin:0 0 .3rem;font-size:.75rem;font-weight:600}.cinema-hotspot__body{color:#9aa5b1;margin:0;font-size:.75rem;line-height:1.45}.cinema-mobile{max-width:68rem;margin:0 auto;padding:clamp(2.5rem,8vw,5rem) 1.5rem 4rem}.cinema-mobile__hero{text-align:center;margin-bottom:2.5rem}.cinema-mobile__hero h1{letter-spacing:-.01em;text-wrap:balance;margin:0 0 1rem;font-size:clamp(1.9rem,6vw,2.6rem);font-weight:700;line-height:1.18}.cinema-mobile__hero p{color:#9aa5b1;max-width:28rem;margin:0 auto;font-size:1rem;line-height:1.6}.cinema-mobile__hero .cinema__hero-actions{justify-content:center}.cinema-mobile__features{gap:2rem;margin-top:3rem;display:grid}.cinema-mobile__panel h2{color:#e6e9ef;margin:0 0 .5rem;font-size:1.15rem;font-weight:600}.cinema-mobile__panel p{color:#9aa5b1;margin:0;line-height:1.6}.cinema-static{max-width:68rem;margin:0 auto;padding:clamp(2.5rem,8vw,5rem) 1.5rem 4rem}.cinema-static__hero{text-align:center;margin-bottom:3rem}.cinema-static__placeholder{background:linear-gradient(155deg,#4f9dff2e,#7e14ff1f);border:1px solid #4f9dff40;border-radius:20px;width:100%;max-width:26rem;height:12rem;margin:0 auto 2rem}.cinema-static__hero h1{letter-spacing:-.01em;text-wrap:balance;margin:0 0 1rem;font-size:clamp(1.9rem,6vw,2.6rem);font-weight:700;line-height:1.18}.cinema-static__hero p{color:#9aa5b1;max-width:28rem;margin:0 auto;font-size:1rem;line-height:1.6}.cinema-static__hero .cinema__hero-actions{justify-content:center}.cinema-static__features{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;display:grid}.cinema-static__panel h2{color:#e6e9ef;margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.cinema-static__panel p{color:#9aa5b1;margin:0;line-height:1.6}@media (width<=40rem){.cinema-static__features{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.cinema__panel,.cinema__cta-primary,.cinema__cta-secondary,.cinema-hotspot__card{transition:none}}.note-marker{justify-content:center;align-items:center;display:flex;position:relative}.note-marker__dot{cursor:pointer;border:2px solid #0d1117;border-radius:50%;width:.85rem;height:.85rem;padding:0;box-shadow:0 0 0 3px #ffffff14}.note-marker__dot--component{background:#f5c563}.note-marker__dot--model{background:#4f9dff}.note-marker__dot--open{box-shadow:0 0 0 4px #fff3}.note-marker__dot--draggable{cursor:grab;touch-action:none}.note-marker__dot--draggable:active{cursor:grabbing}.note-marker__card{text-align:left;background:#161b24;border:1px solid #2a3140;border-radius:10px;width:12rem;padding:.6rem .7rem;position:absolute;bottom:calc(100% + .6rem);left:50%;box-shadow:0 6px 20px #00000073}.note-marker__card--draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.note-marker__card--draggable:active{cursor:grabbing}.note-marker__card--component{border-top:2px solid #f5c563}.note-marker__card--model{border-top:2px solid #4f9dff}.note-marker__actions{align-items:center;gap:.15rem;display:flex;position:absolute;top:.4rem;right:.4rem}.note-marker__action{color:#6b7385;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.15rem;display:flex}.note-marker__action:hover{color:#e6e9ef;background:#1f2531}.note-marker__title{font-size:calc(.75rem * var(--note-font-scale,1));color:#e6e9ef;margin:0 3.3rem .3rem 0;font-weight:600}.note-marker__body{font-size:calc(.75rem * var(--note-font-scale,1));color:#9aa5b1;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;line-height:1.4}.atom-spinner{flex-shrink:0;animation:.8s linear infinite atom-spinner-rotate}.atom-spinner__track{stroke:currentColor;opacity:.2}.atom-spinner__arc{stroke:currentColor;stroke-dasharray:42;stroke-dashoffset:30px}@keyframes atom-spinner-rotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.atom-spinner{animation-duration:1.6s}}.model-showcase{flex-direction:column;align-items:center;gap:1.5rem;display:flex}.model-showcase__stage{background:#0d1117;border:1px solid #1f2531;border-radius:20px;width:100%;height:clamp(20rem,46vw,32rem);position:relative;overflow:hidden}.model-showcase__stage canvas{outline:none;display:block}.model-showcase__overlay{color:#9aa5b1;pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2rem;font-size:.85rem;display:flex;position:absolute;inset:0}.model-showcase__hint{letter-spacing:.06em;color:#6b7385;pointer-events:none;margin:0;font-size:.68rem;position:absolute;bottom:1rem;left:1.25rem}.model-showcase__explode-button{color:#e6e9ef;cursor:pointer;background:#4f9dff1a;border:1px solid #4f9dff59;border-radius:10px;align-items:center;gap:.55rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .16s cubic-bezier(.23,1,.32,1),background-color .16s,border-color .16s;display:inline-flex}.model-showcase__explode-button:disabled{opacity:.5;cursor:default}@media (hover:hover) and (pointer:fine){.model-showcase__explode-button:not(:disabled):hover{background:#4f9dff2e;border-color:#4f9dff8c}}.model-showcase__explode-button:not(:disabled):active{transform:scale(.97)}@media (prefers-reduced-motion:reduce){.model-showcase__explode-button{transition:none}}.mol-language-switcher{color:#9aa5b1;font:inherit;letter-spacing:.02em;cursor:pointer;background:#1b202b;border:1px solid #2a3140;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:.75rem;font-weight:600;transition:transform .16s cubic-bezier(.23,1,.32,1),border-color .15s,color .15s;display:inline-flex}.mol-language-switcher:active{transform:scale(.95)}@media (hover:hover) and (pointer:fine){.mol-language-switcher:hover{color:#e6e9ef;border-color:#4f9dff}}.page-landing{--ease-out:cubic-bezier(.23, 1, .32, 1);--ease-in-out:cubic-bezier(.77, 0, .175, 1);color:#e6e9ef;background:#0d1117;flex-direction:column;width:100%;min-height:100vh;display:flex}.page-landing__nav{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:68rem;margin:0 auto;padding:1.25rem 2rem;display:flex;position:relative}.page-landing__brand{align-items:center;gap:.55rem;display:flex}.page-landing__brand-mark{flex-shrink:0;width:1.2rem;height:1.15rem}.page-landing__brand-word{letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.page-landing__brand-accent{color:#47bfff;font-weight:800}.page-landing__nav-links{align-items:center;gap:1.25rem;font-size:.85rem;display:flex}.page-landing__nav-links a{color:#9aa5b1;transition:color .16s}@media (hover:hover) and (pointer:fine){.page-landing__nav-links a:hover{color:#e6e9ef}}.page-landing__nav-cta{transition:transform .16s var(--ease-out), background-color .16s ease;background:#4f9dff;border-radius:8px;padding:.45rem .9rem;font-weight:600;display:inline-block;color:#0d1117!important}@media (hover:hover) and (pointer:fine){.page-landing__nav-cta:hover{background:#6fb0ff}}.page-landing__nav-cta:active{transform:scale(.96)}.page-landing__section-head{max-width:34rem;margin:0 0 2.5rem}.page-landing__section-head h2{letter-spacing:-.01em;text-wrap:balance;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:700;line-height:1.25}.page-landing__section-head p{color:#9aa5b1;margin:.75rem 0 0;line-height:1.6}.page-landing__footer{z-index:1;color:#8a93a3;border-top:1px solid #1f2531;justify-content:space-between;align-items:center;width:100%;max-width:68rem;margin-top:auto;margin-left:auto;margin-right:auto;padding:1.5rem 2rem;font-size:.82rem;display:flex;position:relative}.page-landing__footer a{color:#4f9dff;transition:color .16s}@media (hover:hover) and (pointer:fine){.page-landing__footer a:hover{color:#6fb0ff}}.atom-button{font:inherit;cursor:pointer;color:#e6e9ef;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .9rem;font-size:.85rem;font-weight:500;transition:transform .16s cubic-bezier(.23,1,.32,1),background-color .15s,border-color .15s,color .15s;display:inline-flex}.atom-button:active:not(:disabled){transform:scale(.97)}.atom-button:disabled{opacity:.45;cursor:not-allowed}.atom-button:disabled[aria-busy=true]{opacity:.8;cursor:progress}.atom-button--primary{color:#0d1117;background:#4f9dff}.atom-button--primary:hover:not(:disabled){background:#6fb0ff}.atom-button--ghost{background:#1b202b;border-color:#2a3140}.atom-button--ghost:hover:not(:disabled){color:#fff;border-color:#4f9dff}.atom-button--active{color:#fff;background:#29405f;border-color:#4f9dff}.page-auth{background:#0d1117;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex}.page-auth__card{background:#11151c;border:1px solid #1f2531;border-radius:14px;flex-direction:column;gap:1rem;width:22rem;max-width:100%;padding:1.75rem;display:flex}.page-auth__title{color:#e6e9ef;margin:0;font-size:1.2rem;font-weight:600}.page-auth__field{color:#9aa5b1;flex-direction:column;gap:.35rem;font-size:.82rem;display:flex}.page-auth__field input{color:#e6e9ef;font:inherit;background:#161b24;border:1px solid #2a3140;border-radius:8px;padding:.55rem .65rem;font-size:.9rem}.page-auth__field input:focus{border-color:#4f9dff;outline:none}.page-auth__error{color:#ff8a8a;margin:0;font-size:.8rem}.page-auth__switch{color:#9aa5b1;text-align:center;margin:0;font-size:.82rem}.page-auth__switch a{color:#4f9dff}.page-auth__back{color:#6b7385;font-size:.78rem;text-decoration:none}.page-auth__top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.tpl-app-layout{color:#e6e9ef;background:#0d1117;flex-direction:column;width:100vw;height:100vh;display:flex;overflow:hidden}.tpl-app-layout__body{flex:1;min-height:0;display:flex}.tpl-app-layout__sidebar{background:#11151c;border-right:1px solid #1f2531;flex-direction:column;flex-shrink:0;gap:1.5rem;width:300px;padding:1.25rem;display:flex;overflow-y:auto}.tpl-app-layout__viewport{flex:1;min-width:0;position:relative}.tpl-app-layout__detail{background:#11151c;border-left:1px solid #1f2531;flex-shrink:0;width:300px;padding:1.25rem;overflow-y:auto}@media (width<=1080px){.tpl-app-layout__body{flex-wrap:wrap}.tpl-app-layout__viewport{flex-basis:100%;order:1;min-height:50vh}.tpl-app-layout__sidebar{order:2}.tpl-app-layout__detail{border-top:1px solid #1f2531;border-left:none;order:3}}@media (width<=720px){.tpl-app-layout__sidebar,.tpl-app-layout__detail{width:100%;max-height:45vh}}.org-topbar{background:#11151c;border-bottom:1px solid #1f2531;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}.org-topbar__brand{color:#e6e9ef;letter-spacing:.02em;font-size:.9rem;font-weight:600}.org-topbar__actions{align-items:center;gap:.5rem;display:flex}.atom-icon-button{color:#9aa5b1;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:transform .16s cubic-bezier(.23,1,.32,1),background-color .15s,color .15s,border-color .15s;display:flex}.atom-icon-button:active:not(:disabled){transform:scale(.93)}@media (hover:hover) and (pointer:fine){.atom-icon-button:hover:not(:disabled){color:#e6e9ef;background:#1b202b}}.atom-icon-button--active{color:#fff;background:#29405f;border-color:#4f9dff}.atom-icon-button:disabled{opacity:.35;cursor:not-allowed}.atom-icon-button:disabled[aria-busy=true]{opacity:.75;cursor:progress}.mol-dropzone{text-align:center;cursor:pointer;background:#161b24;border:1.5px dashed #2a3140;border-radius:10px;padding:1.25rem 1rem;transition:border-color .15s,background-color .15s}.mol-dropzone:hover,.mol-dropzone--active{background:#182233;border-color:#4f9dff}.mol-dropzone--error{border-color:#ff6b6b}.mol-dropzone--loading{cursor:progress;border-color:#4f9dff}.mol-dropzone__input{display:none}.mol-dropzone svg{color:#6b7385;margin:0 auto .5rem;display:block}.mol-dropzone__title{color:#e6e9ef;overflow-wrap:anywhere;font-size:.9rem;font-weight:500}.mol-dropzone__hint{color:#6b7385;margin-top:.35rem;font-size:.75rem}.mol-dropzone--error .mol-dropzone__hint{color:#ff8a8a}.org-workspace-rail{flex-direction:column;gap:.5rem;display:flex}.org-workspace-rail__title{text-transform:uppercase;letter-spacing:.06em;color:#6b7385;align-items:center;gap:.4rem;margin:0 0 .4rem;font-size:.75rem;display:flex}.org-workspace-rail__title--spaced{margin-top:1.25rem}.org-workspace-rail__list{flex-direction:column;gap:.2rem;display:flex}.org-workspace-rail__item-row{align-items:center;gap:.25rem;display:flex}.org-workspace-rail__item{text-align:left;color:#e6e9ef;min-width:0;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:1;align-items:center;gap:.4rem;padding:.45rem .6rem;font-size:.82rem;display:flex}.org-workspace-rail__item-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.org-workspace-rail__type-badge{letter-spacing:.03em;color:#0d1117;border-radius:4px;flex-shrink:0;padding:.1rem .32rem;font-size:.62rem;font-weight:700}.org-workspace-rail__type-badge--3d{background:#4f9dff}.org-workspace-rail__type-badge--2d{background:#63e6a2}.org-workspace-rail__type-toggle{gap:.4rem;margin-bottom:.4rem;display:flex}.org-workspace-rail__type-toggle .atom-button{flex:1}.org-workspace-rail__item:hover{background:#161b24}.org-workspace-rail__item--active{background:#1c2b42;border-color:#4f9dff}.org-workspace-rail__item-row .atom-icon-button{flex-shrink:0;width:1.9rem;height:1.9rem}@media (hover:hover) and (pointer:fine){.org-workspace-rail__item-row .atom-icon-button:hover{color:#ff8a8a}}.org-workspace-rail__new{gap:.4rem;display:flex}.org-workspace-rail__new-input{color:#e6e9ef;min-width:0;font:inherit;background:#161b24;border:1px solid #2a3140;border-radius:8px;flex:1;padding:.5rem .6rem;font-size:.8rem}.org-workspace-rail__new-input:focus{border-color:#4f9dff;outline:none}.org-workspace-rail__hint{color:#6b7385;margin:.2rem 0 0;font-size:.76rem}.org-workspace-rail__error{color:#ff8a8a;margin:.5rem 0 0;font-size:.78rem}.mol-explode-slider{align-items:center;gap:.75rem;display:flex}.mol-explode-slider input[type=range]{accent-color:#4f9dff;flex:1}.mol-explode-slider__value{color:#9aa5b1;font-variant-numeric:tabular-nums;text-align:right;width:2.6rem;font-size:.8rem}.mol-component-item{color:#e6e9ef;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:.5rem;padding:.45rem .6rem;font-size:.82rem;display:flex}.mol-component-item:hover{background:#161b24}.mol-component-item--selected{background:#1c2b42;border-color:#4f9dff}.mol-component-item__name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mol-component-item__badges{flex-shrink:0;gap:.3rem;display:flex}.mol-component-item__badge{border-radius:50%;width:.5rem;height:.5rem}.mol-component-item__badge--note{background:#f5c563;border-radius:2px}.mol-component-item__badge--audio{background:#63e6a2}.org-parts__title{text-transform:uppercase;letter-spacing:.06em;color:#6b7385;margin:0 0 .6rem;font-size:.75rem}.org-parts__title--spaced{margin-top:1.25rem}.org-parts__hint{color:#6b7385;margin-top:.4rem;font-size:.78rem}.org-parts__list{flex-direction:column;gap:.2rem;max-height:16rem;display:flex;overflow-y:auto}.scene-media-marker{justify-content:center;align-items:center;display:flex;position:relative}.scene-media-marker__dot{cursor:pointer;color:#0d1117;border:2px solid #0d1117;border-radius:50%;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;padding:0;display:flex;box-shadow:0 0 0 3px #ffffff14}.scene-media-marker__dot--photo{background:#63e6a2}.scene-media-marker__dot--video{background:#ff8a5c}.scene-media-marker__dot--audio{background:#b389f9}.scene-media-marker__dot--open{box-shadow:0 0 0 4px #fff3}.scene-media-marker__dot--draggable{cursor:grab;touch-action:none}.scene-media-marker__dot--draggable:active{cursor:grabbing}.scene-media-marker__card{text-align:left;background:#161b24;border:1px solid #2a3140;border-radius:10px;width:14rem;padding:.6rem .7rem;position:absolute;bottom:calc(100% + .6rem);left:50%;box-shadow:0 6px 20px #00000073}.scene-media-marker__card--draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.scene-media-marker__card--draggable:active{cursor:grabbing}.scene-media-marker__card--photo{border-top:2px solid #63e6a2}.scene-media-marker__card--video{border-top:2px solid #ff8a5c}.scene-media-marker__card--audio{border-top:2px solid #b389f9}.scene-media-marker__actions{gap:.2rem;display:flex;position:absolute;top:.4rem;right:.4rem}.scene-media-marker__action{color:#6b7385;cursor:pointer;background:0 0;border:none;padding:.1rem;display:flex}.scene-media-marker__action:hover{color:#e6e9ef}.scene-media-marker__title{color:#e6e9ef;overflow-wrap:anywhere;margin:0 2.2rem .4rem 0;font-size:.75rem;font-weight:600}.scene-media-marker__audio{width:100%;display:block}.org-viewport-toolbar{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#11151cd9;border:1px solid #1f2531;border-radius:12px;flex-direction:column;gap:.25rem;padding:.4rem;display:flex;position:absolute;top:1rem;left:1rem}.org-viewport-toolbar__divider{background:#1f2531;height:1px;margin:.25rem .2rem}.mol-viewport-tip{z-index:5;color:#e6d9ad;background:#241f14;border:1px solid #4a3d1d;border-radius:10px;width:12rem;padding:.7rem .8rem;position:absolute;top:1rem;right:1rem;box-shadow:0 4px 14px #00000059}.mol-viewport-tip__close{color:#a99a63;cursor:pointer;background:0 0;border:none;padding:.15rem;display:flex;position:absolute;top:.5rem;right:.5rem}.mol-viewport-tip__close:hover{color:#e6d9ad}.mol-viewport-tip__title{text-transform:uppercase;letter-spacing:.06em;margin:0 1rem .4rem 0;font-size:.72rem;font-weight:700}.mol-viewport-tip__list{margin:0;padding-left:1.1rem;font-size:.76rem;line-height:1.5}.atom-switch{cursor:pointer;background:#1b202b;border:1px solid #2a3140;border-radius:999px;flex-shrink:0;width:2.1rem;height:1.2rem;padding:0;transition:background-color .15s,border-color .15s;position:relative}.atom-switch--on{background:#29405f;border-color:#4f9dff}.atom-switch__thumb{background:#9aa5b1;border-radius:50%;width:1rem;height:1rem;transition:transform .15s,background-color .15s;position:absolute;top:1px;left:1px}.atom-switch--on .atom-switch__thumb{background:#4f9dff;transform:translate(.9rem)}.mol-lightbox__backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#05070ad9;justify-content:center;align-items:center;padding:3rem;animation:.16s cubic-bezier(.23,1,.32,1) mol-lightbox-fade-in;display:flex;position:fixed;inset:0}@keyframes mol-lightbox-fade-in{0%{opacity:0}to{opacity:1}}.mol-lightbox__container{background:#11151c;border:1px solid #2a3140;border-radius:14px;flex-direction:column;max-width:min(90vw,64rem);max-height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #0000008c}.mol-lightbox__container:fullscreen{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh}.mol-lightbox__toolbar{border-bottom:1px solid #1f2531;flex-shrink:0;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .7rem;display:flex}.mol-lightbox__title{text-overflow:ellipsis;white-space:nowrap;color:#e6e9ef;min-width:0;font-size:.85rem;font-weight:600;overflow:hidden}.mol-lightbox__actions{flex-shrink:0;align-items:center;gap:.2rem;display:flex}.mol-lightbox__action{color:#9aa5b1;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.mol-lightbox__action:hover{color:#e6e9ef;background:#1b202b}.mol-lightbox__content{background:#05070a;flex:1;justify-content:center;align-items:center;min-height:0;display:flex}.mol-lightbox__media{object-fit:contain;max-width:100%;max-height:100%;display:block}.scene-viewport{background:#11151c;width:100%;height:100%;min-height:0;position:relative}.scene-viewport[data-theme=light]{background:#eef1f5}.scene-viewport canvas{outline:none;display:block}.scene-viewport__empty{pointer-events:none;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;padding:2rem;display:flex;position:absolute;inset:0}.scene-viewport__empty p{color:#6b7385;max-width:26rem;font-size:.95rem}.scene-viewport[data-theme=light] .scene-viewport__empty p{color:#7c8390}.scene-viewport__error-message{font-weight:600;color:#ff8a8a!important}.scene-viewport__autorotate{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#9aa5b1;background:#11151cd9;border:1px solid #1f2531;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .7rem;font-size:.75rem;display:flex;position:absolute;bottom:1rem;right:1rem}.scene-viewport__caption{z-index:5;letter-spacing:.06em;text-transform:uppercase;color:#5a6273;pointer-events:none;font-size:.7rem;position:absolute;bottom:1rem;left:1rem}.scene-2d-canvas{width:100%;height:100%;position:relative;overflow:auto}.scene-2d-canvas__zoom{transform-origin:50%;cursor:default;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.scene-2d-canvas__zoom--placing{cursor:crosshair}.scene-2d-canvas__image{-webkit-user-select:none;user-select:none;max-width:100%;max-height:100%}.scene-2d-canvas__input{display:none}.scene-2d-zoom-indicator{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#9aa5b1;cursor:pointer;background:#11151cd9;border:1px solid #2a3140;border-radius:999px;padding:.3rem .65rem;font-size:.75rem;position:absolute;bottom:1rem;right:1rem}.scene-2d-zoom-indicator:hover{color:#e6e9ef;border-color:#4f9dff}.scene-2d-toolbar{z-index:5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#11151cd9;border:1px solid #1f2531;border-radius:12px;flex-direction:column;gap:.25rem;padding:.4rem;display:flex;position:absolute;top:1rem;left:1rem}.scene-2d-hint{z-index:5;color:#cfe4ff;pointer-events:none;background:#4f9dff26;border:1px solid #4f9dff;border-radius:999px;padding:.4rem .8rem;font-size:.78rem;position:absolute;top:1rem;left:50%;transform:translate(-50%)}.scene-2d-pin{z-index:4;position:absolute;transform:translate(-50%,-50%)}.scene-2d-pin__dot{cursor:pointer;color:#0d1117;border:2px solid #0d1117;border-radius:50%;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;padding:0;display:flex;box-shadow:0 0 0 3px #ffffff14}.scene-2d-pin__dot--photo{background:#63e6a2}.scene-2d-pin__dot--video{background:#ff8a5c}.scene-2d-pin__dot--audio{background:#b389f9}.scene-2d-pin__dot--open{box-shadow:0 0 0 4px #fff3}.scene-2d-pin__dot--draggable{cursor:grab;touch-action:none}.scene-2d-pin__dot--draggable:active{cursor:grabbing}.scene-2d-pin__card{text-align:left;background:#161b24;border:1px solid #2a3140;border-radius:10px;width:14rem;padding:.6rem .7rem;position:absolute;bottom:calc(100% + .6rem);left:50%;box-shadow:0 6px 20px #00000073}.scene-2d-pin__card--below{top:calc(100% + .6rem);bottom:auto}.scene-2d-pin__card--draggable{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.scene-2d-pin__card--draggable:active{cursor:grabbing}.scene-2d-pin__card--photo{border-top:2px solid #63e6a2}.scene-2d-pin__card--video{border-top:2px solid #ff8a5c}.scene-2d-pin__card--audio{border-top:2px solid #b389f9}.scene-2d-pin__actions{gap:.2rem;display:flex;position:absolute;top:.4rem;right:.4rem}.scene-2d-pin__action{color:#6b7385;cursor:pointer;background:0 0;border:none;padding:.1rem;display:flex}.scene-2d-pin__action:hover{color:#e6e9ef}.scene-2d-pin__title{color:#e6e9ef;overflow-wrap:anywhere;margin:0 2.2rem .4rem 0;font-size:.75rem;font-weight:600}.scene-2d-pin__audio{width:100%;display:block}.atom-axis-tag{color:#0d1117;border-radius:6px;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:.75rem;font-weight:700;display:inline-flex}.atom-axis-tag--x{background:#ff6b6b}.atom-axis-tag--y{background:#63e6a2}.atom-axis-tag--z{background:#63b3ff}.atom-stat-row{justify-content:space-between;align-items:center;gap:.75rem;padding:.35rem 0;display:flex}.atom-stat-row__left{color:#9aa5b1;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.atom-stat-row__right{font-variant-numeric:tabular-nums;color:#e6e9ef;font-size:.85rem}.mol-axis-input-group{gap:.5rem;display:flex}.mol-axis-input-group__field{background:#161b24;border:1px solid #2a3140;border-radius:8px;flex:1;align-items:center;gap:.4rem;padding:.3rem .5rem;display:flex}.mol-axis-input-group__field input{color:#e6e9ef;width:100%;min-width:0;font:inherit;font-variant-numeric:tabular-nums;background:0 0;border:none;font-size:.8rem}.mol-axis-input-group__field input:focus{outline:none}.mol-axis-input-group__field input::-webkit-outer-spin-button{margin:0}.mol-axis-input-group__field input::-webkit-inner-spin-button{margin:0}.mol-audio-attachment{flex-direction:column;gap:.5rem;display:flex}.mol-audio-attachment__input{display:none}.mol-audio-attachment__name{color:#9aa5b1;overflow-wrap:anywhere;font-size:.8rem}.mol-audio-attachment__actions{gap:.5rem;display:flex}.mol-audio-attachment__actions .atom-button{flex:1}.mol-audio-attachment__empty{color:#5a6273;margin:0;font-size:.8rem}.mol-scene-media{flex-direction:column;gap:.6rem;display:flex}.mol-scene-media__empty{color:#5a6273;margin:0;font-size:.8rem}.mol-scene-media__list{flex-direction:column;gap:.2rem;display:flex}.mol-scene-media__item{color:#9aa5b1;background:#161b24;border:1px solid #2a3140;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .5rem;display:flex}.mol-scene-media__item-name{color:#e6e9ef;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:.8rem;overflow:hidden}.mol-scene-media__item .atom-icon-button{width:1.9rem;height:1.9rem}.mol-scene-media__position{flex-direction:column;gap:.35rem;display:flex}.mol-scene-media__position-label{color:#6b7385;margin:0;font-size:.75rem}.mol-scene-media__actions{gap:.4rem;display:flex}.mol-scene-media__actions .atom-button{flex:1}.mol-scene-media__input{display:none}.mol-scene-media__hint{color:#6b7385;margin:0;font-size:.78rem}.org-detail__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#6b7385;margin:0 0 .2rem;font-size:.7rem}.org-detail__name{color:#e6e9ef;overflow-wrap:anywhere;margin:0 0 1rem;font-size:1.05rem;font-weight:600}.org-detail__section-title{text-transform:uppercase;letter-spacing:.06em;color:#6b7385;align-items:center;gap:.35rem;margin:0 0 .6rem;font-size:.75rem;display:flex}.org-detail__saving{text-transform:none;letter-spacing:normal;color:#4f9dff;align-items:center;gap:.25rem;font-weight:500;display:inline-flex}.org-detail__section-title--spaced{margin-top:1.25rem}.org-detail__actions{gap:.5rem;margin-top:.75rem;display:flex}.org-detail__actions .atom-button{flex:1}.org-detail__note{resize:vertical;color:#e6e9ef;width:100%;min-height:4.5rem;font:inherit;background:#161b24;border:1px solid #2a3140;border-radius:8px;padding:.55rem .65rem;font-size:.82rem}.org-detail__note:focus{border-color:#4f9dff;outline:none}.org-detail__note::placeholder{color:#5a6273}.org-detail__note-text{color:#c3c9d3;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:.82rem;line-height:1.5}.org-detail--empty{flex-direction:column;display:flex}.org-detail__placeholder{color:#6b7385;font-size:.85rem}.org-detail__hint{color:#6b7385;margin:1.25rem 0 0;font-size:.78rem}.org-share-panel__overlay{z-index:50;background:#05070a99;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.org-share-panel__modal{background:#161b24;border:1px solid #2a3140;border-radius:12px;width:22rem;max-width:calc(100vw - 2rem);padding:1.25rem;box-shadow:0 12px 40px #00000080}.org-share-panel__title{color:#e6e9ef;margin:0 0 .5rem;font-size:.95rem;font-weight:600}.org-share-panel__hint{color:#9aa5b1;margin:0 0 .9rem;font-size:.78rem}.org-share-panel__link-row{gap:.5rem;margin-bottom:.75rem;display:flex}.org-share-panel__link-input{color:#e6e9ef;min-width:0;font:inherit;background:#0d1117;border:1px solid #2a3140;border-radius:8px;flex:1;padding:.5rem .6rem;font-size:.78rem}.org-share-panel__link-input:focus{border-color:#4f9dff;outline:none}.page-student-view__status{color:#9aa5b1;text-align:center;background:#0d1117;justify-content:center;align-items:center;width:100vw;height:100vh;padding:2rem;font-size:.95rem;display:flex}.page-status{color:#9aa5b1;background:#0d1117;justify-content:center;align-items:center;width:100vw;height:100vh;font-size:.95rem;display:flex}
