.AIImageGallery-module-scss-module__f_lKMG__description{flex-direction:column;gap:6px;max-width:600px;margin-bottom:32px;display:flex}.AIImageGallery-module-scss-module__f_lKMG__descriptionMain{color:var(--text);font-size:clamp(14px,1.05vw,16px);font-weight:400;line-height:1.6}.AIImageGallery-module-scss-module__f_lKMG__descriptionAccent{color:var(--accent);font-weight:500}.AIImageGallery-module-scss-module__f_lKMG__descriptionSub{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.02em;font-size:clamp(11px,.8vw,13px);line-height:1.5}.AIImageGallery-module-scss-module__f_lKMG__tabs{flex-wrap:wrap;gap:8px;min-height:34px;margin-bottom:32px;display:flex}.AIImageGallery-module-scss-module__f_lKMG__tab{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);border:1px solid var(--border);cursor:pointer;background:0 0;padding:7px 16px;font-size:clamp(10px,.75vw,12px);transition:color .2s,border-color .2s,background .2s}.AIImageGallery-module-scss-module__f_lKMG__tab:hover{color:var(--text);border-color:var(--border-hover)}.AIImageGallery-module-scss-module__f_lKMG__tabActive{color:var(--bg);background:var(--text);border-color:var(--text)}.AIImageGallery-module-scss-module__f_lKMG__tabSkeleton{background:var(--bg-2);border:1px solid var(--border);height:34px;animation:1.6s ease-in-out infinite AIImageGallery-module-scss-module__f_lKMG__pulse}.AIImageGallery-module-scss-module__f_lKMG__stripWrap{position:relative;overflow:hidden}.AIImageGallery-module-scss-module__f_lKMG__stripWrap:before,.AIImageGallery-module-scss-module__f_lKMG__stripWrap:after{content:"";z-index:2;pointer-events:none;width:clamp(40px,8vw,120px);position:absolute;top:0;bottom:0}.AIImageGallery-module-scss-module__f_lKMG__stripWrap:before{background:linear-gradient(to right, var(--bg) 10%, transparent);left:0}.AIImageGallery-module-scss-module__f_lKMG__stripWrap:after{background:linear-gradient(to left, var(--bg) 10%, transparent);right:0}.AIImageGallery-module-scss-module__f_lKMG__stripWrap:hover .AIImageGallery-module-scss-module__f_lKMG__strip{animation-play-state:paused}.AIImageGallery-module-scss-module__f_lKMG__strip{width:max-content;animation:AIImageGallery-module-scss-module__f_lKMG__scrollLeft var(--duration,80s) linear infinite;will-change:transform;gap:10px;display:flex}@keyframes AIImageGallery-module-scss-module__f_lKMG__scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.AIImageGallery-module-scss-module__f_lKMG__card{background:var(--bg-2);border:1px solid var(--border);cursor:zoom-in;flex-shrink:0;height:clamp(240px,28vw,380px);padding:0;transition:border-color .25s;display:block;position:relative;overflow:hidden}.AIImageGallery-module-scss-module__f_lKMG__card:hover{border-color:var(--border-hover)}.AIImageGallery-module-scss-module__f_lKMG__card:hover .AIImageGallery-module-scss-module__f_lKMG__cardImg{transform:scale(1.05)}.AIImageGallery-module-scss-module__f_lKMG__card:hover .AIImageGallery-module-scss-module__f_lKMG__cardOverlay{opacity:1}.AIImageGallery-module-scss-module__f_lKMG__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .6s var(--ease-expo);display:block}.AIImageGallery-module-scss-module__f_lKMG__cardOverlay{opacity:0;background:linear-gradient(#0000 45%,#000000ad 100%);align-items:flex-end;padding:14px 16px;transition:opacity .3s;display:flex;position:absolute;inset:0}.AIImageGallery-module-scss-module__f_lKMG__cardTitle{font-family:var(--font-body);color:#fff;text-align:left;font-size:clamp(11px,.85vw,13px);font-weight:400;line-height:1.3}.AIImageGallery-module-scss-module__f_lKMG__skeleton{background:var(--bg-2);border:1px solid var(--border);flex-shrink:0;height:clamp(240px,28vw,380px);animation:1.6s ease-in-out infinite AIImageGallery-module-scss-module__f_lKMG__pulse}@keyframes AIImageGallery-module-scss-module__f_lKMG__pulse{0%,to{opacity:.4}50%{opacity:.85}}.AIImageGallery-module-scss-module__f_lKMG__empty{font-family:var(--font-mono);color:var(--text-subtle);text-align:center;padding:56px 0;font-size:13px}.AIImageGallery-module-scss-module__f_lKMG__error{font-family:var(--font-mono);color:var(--text-muted);padding:24px 0;font-size:13px}.AIImageGallery-module-scss-module__f_lKMG__lightboxOverlay{z-index:999;-webkit-backdrop-filter:blur(16px);background:#000000e6;justify-content:center;align-items:center;padding:clamp(16px,4vw,48px);display:flex;position:fixed;inset:0}.AIImageGallery-module-scss-module__f_lKMG__lightboxInner{border-radius:12px;flex-direction:column;max-width:min(1200px,95vw);max-height:92vh;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 60px 120px #000c}.AIImageGallery-module-scss-module__f_lKMG__lightboxImg{object-fit:contain;background:#000;width:100%;height:auto;max-height:74vh;display:block}.AIImageGallery-module-scss-module__f_lKMG__lightboxMeta{background:var(--bg-2);border-top:1px solid var(--border);justify-content:space-between;align-items:flex-end;gap:24px;padding:20px 24px;display:flex}.AIImageGallery-module-scss-module__f_lKMG__lightboxMetaTop{flex-direction:column;gap:6px;min-width:0;display:flex}.AIImageGallery-module-scss-module__f_lKMG__lightboxCategory{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:10px}.AIImageGallery-module-scss-module__f_lKMG__lightboxTitle{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text);font-size:clamp(15px,1.2vw,18px);font-weight:600;line-height:1.2}.AIImageGallery-module-scss-module__f_lKMG__lightboxPrompt{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.01em;max-height:56px;font-size:clamp(11px,.8vw,12px);line-height:1.65;overflow-y:auto}.AIImageGallery-module-scss-module__f_lKMG__copyBtn{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text);border:1px solid var(--border-hover);cursor:pointer;white-space:nowrap;background:0 0;flex-shrink:0;align-items:center;gap:7px;padding:10px 18px;font-size:clamp(11px,.8vw,12px);transition:color .2s,border-color .2s,background .2s;display:inline-flex}.AIImageGallery-module-scss-module__f_lKMG__copyBtn:hover{background:#ffffff0f;border-color:#ffffff4d}.AIImageGallery-module-scss-module__f_lKMG__copyBtnDone,.AIImageGallery-module-scss-module__f_lKMG__copyBtnDone:hover{color:var(--accent);border-color:var(--accent);background:#ff40021a}.AIImageGallery-module-scss-module__f_lKMG__lightboxClose{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffd9;cursor:pointer;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:12px}.AIImageGallery-module-scss-module__f_lKMG__lightboxClose:hover{color:#fff;background:#ffffff26}
.SketchfabGallery-module-scss-module__OSs3RG__description{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:32px;display:flex}@media (max-width:600px){.SketchfabGallery-module-scss-module__OSs3RG__description{flex-direction:column;align-items:flex-start}}.SketchfabGallery-module-scss-module__OSs3RG__descriptionMain{color:var(--text);font-size:clamp(14px,1.05vw,16px);font-weight:400;line-height:1.6}.SketchfabGallery-module-scss-module__OSs3RG__descriptionAccent{color:var(--accent);font-weight:500}.SketchfabGallery-module-scss-module__OSs3RG__descriptionLink{font-family:var(--font-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--text);border:1px solid var(--border-hover);flex-shrink:0;align-items:center;gap:8px;padding:11px 20px;font-size:clamp(11px,.8vw,13px);text-decoration:none;transition:background .2s,border-color .2s;display:inline-flex}.SketchfabGallery-module-scss-module__OSs3RG__descriptionLink:hover{background:#ffffff0f;border-color:#ffffff4d}.SketchfabGallery-module-scss-module__OSs3RG__grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}@media (max-width:900px){.SketchfabGallery-module-scss-module__OSs3RG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.SketchfabGallery-module-scss-module__OSs3RG__grid{grid-template-columns:1fr;gap:12px}}.SketchfabGallery-module-scss-module__OSs3RG__card{background:var(--bg-2);border:1px solid var(--border);cursor:pointer;text-align:left;padding:0;transition:border-color .25s;display:block}.SketchfabGallery-module-scss-module__OSs3RG__card:hover{border-color:var(--border-hover)}.SketchfabGallery-module-scss-module__OSs3RG__card:hover .SketchfabGallery-module-scss-module__OSs3RG__cardImg{transform:scale(1.05)}.SketchfabGallery-module-scss-module__OSs3RG__card:hover .SketchfabGallery-module-scss-module__OSs3RG__cardArrow{color:var(--accent);transform:translate(2px,-2px)}.SketchfabGallery-module-scss-module__OSs3RG__cardThumb{aspect-ratio:16/9;background:var(--bg);display:block;overflow:hidden}.SketchfabGallery-module-scss-module__OSs3RG__cardImg{object-fit:cover;width:100%;height:100%;transition:transform .55s var(--ease-expo);display:block}.SketchfabGallery-module-scss-module__OSs3RG__cardInfo{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.SketchfabGallery-module-scss-module__OSs3RG__cardName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:clamp(12px,.85vw,14px);font-weight:400;overflow:hidden}.SketchfabGallery-module-scss-module__OSs3RG__cardArrow{color:var(--text-muted);flex-shrink:0;font-size:14px;transition:color .2s,transform .2s}.SketchfabGallery-module-scss-module__OSs3RG__skeleton{border:1px solid var(--border);background:var(--bg-2);animation:1.6s ease-in-out infinite SketchfabGallery-module-scss-module__OSs3RG__pulse}.SketchfabGallery-module-scss-module__OSs3RG__skeleton:before{content:"";aspect-ratio:16/9;display:block}.SketchfabGallery-module-scss-module__OSs3RG__skeleton:after{content:"";border-top:1px solid var(--border);height:49px;display:block}@keyframes SketchfabGallery-module-scss-module__OSs3RG__pulse{0%,to{opacity:.4}50%{opacity:.9}}.SketchfabGallery-module-scss-module__OSs3RG__error{font-family:var(--font-mono);color:var(--text-muted);padding:24px 0;font-size:13px}.SketchfabGallery-module-scss-module__OSs3RG__modalOverlay{z-index:999;-webkit-backdrop-filter:blur(16px);background:#000000e6;justify-content:center;align-items:center;padding:clamp(16px,4vw,48px);display:flex;position:fixed;inset:0}.SketchfabGallery-module-scss-module__OSs3RG__modalInner{background:var(--bg-2);border-radius:12px;width:min(1000px,95vw);overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 60px 120px #000c}.SketchfabGallery-module-scss-module__OSs3RG__modalHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.SketchfabGallery-module-scss-module__OSs3RG__modalTitle{font-family:var(--font-mono);letter-spacing:.02em;color:var(--text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.SketchfabGallery-module-scss-module__OSs3RG__modalClose{color:#ffffffb3;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:background .2s,color .2s;display:flex}.SketchfabGallery-module-scss-module__OSs3RG__modalClose:hover{color:#fff;background:#ffffff1a}.SketchfabGallery-module-scss-module__OSs3RG__modalEmbed{aspect-ratio:16/9;width:100%}.SketchfabGallery-module-scss-module__OSs3RG__modalIframe{border:none;width:100%;height:100%;display:block}
.Lab-module-scss-module__y9tdYa__main{min-height:100vh;padding-top:var(--nav-height)}.Lab-module-scss-module__y9tdYa__header{border-bottom:1px solid var(--border);align-items:center;gap:clamp(24px,4vw,60px);padding:clamp(60px,10vw,120px) clamp(24px,6vw,80px) clamp(48px,6vw,80px);display:flex}.Lab-module-scss-module__y9tdYa__headerText{flex:1;min-width:0}.Lab-module-scss-module__y9tdYa__heroCanvas{flex-shrink:0;width:clamp(300px,42vw,600px);height:clamp(300px,42vw,600px)}.Lab-module-scss-module__y9tdYa__eyebrow{font-family:var(--font-mono);letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px;font-size:clamp(10px,.75vw,12px);display:block}.Lab-module-scss-module__y9tdYa__title{letter-spacing:-.04em;color:var(--text);margin-bottom:20px;font-size:clamp(64px,12vw,140px);font-weight:700;line-height:1}.Lab-module-scss-module__y9tdYa__tagline{color:var(--text-muted);letter-spacing:.01em;font-size:clamp(14px,1.1vw,17px);font-weight:300}.Lab-module-scss-module__y9tdYa__labCta{font-family:var(--font-mono);letter-spacing:.01em;color:#fff;background:var(--accent);border-radius:999px;align-items:center;gap:12px;margin-top:clamp(24px,3vw,36px);padding:13px 22px 13px 14px;font-size:clamp(13px,1vw,15px);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);display:inline-flex}.Lab-module-scss-module__y9tdYa__labCta:hover{transform:translateY(-2px);box-shadow:0 14px 34px #ff400257}.Lab-module-scss-module__y9tdYa__labCta:hover .Lab-module-scss-module__y9tdYa__labCtaArrow{transform:translate(3px,-3px)}.Lab-module-scss-module__y9tdYa__labCtaKicker{letter-spacing:.18em;text-transform:uppercase;background:#fff3;border-radius:999px;padding:4px 9px;font-size:10px}.Lab-module-scss-module__y9tdYa__labCtaArrow{transition:transform .3s cubic-bezier(.16,1,.3,1)}.Lab-module-scss-module__y9tdYa__section{border-bottom:1px solid var(--border);padding:clamp(56px,8vw,100px) clamp(24px,6vw,80px)}.Lab-module-scss-module__y9tdYa__section:last-child{border-bottom:none;padding-bottom:clamp(80px,12vw,140px)}.Lab-module-scss-module__y9tdYa__sectionHeader{align-items:baseline;gap:18px;margin-bottom:clamp(28px,4vw,48px);display:flex}.Lab-module-scss-module__y9tdYa__sectionNum{font-family:var(--font-mono);color:var(--text-subtle);letter-spacing:.08em;font-size:clamp(11px,.75vw,13px)}.Lab-module-scss-module__y9tdYa__sectionHeading{letter-spacing:-.03em;color:var(--text);font-size:clamp(26px,3.5vw,44px);font-weight:600;line-height:1.05}
