:root{--bg: #ffffff;--fg: #101010;--muted: #555555;--muted-soft: #999999;--muted-hard: #222222;--border-subtle: #e0e0e0;--border-subtle-hover: #999999;--border-strong: #101010;--border-soft: #c8c8c8;--segmented-divider: var(--muted);--btn-primary-bg: #101010;--btn-primary-bg-hover: #999999;--btn-primary-border-hover: #999999;--btn-primary-fg: #ffffff;--btn-secondary-bg: #ffffff;--footer-input-bg: #ffffff;--footer-input-border: #e0e0e0;--footer-input-border-hover: #999999;--footer-input-placeholder: #aaaaaa;--header-blend-color: #ffffff}@media(prefers-color-scheme:dark){:root{--bg: #101010;--fg: #ffffff;--muted: #cccccc;--muted-soft: #888888;--border-subtle: #555555;--border-subtle-hover: #999999;--border-strong: #cccccc;--border-soft: #888888;--segmented-divider: var(--muted-soft);--btn-primary-bg: #cccccc;--btn-primary-bg-hover: #efefef;--btn-primary-border-hover: #efefef;--btn-primary-fg: #101010;--btn-secondary-bg: #101010;--footer-input-bg: #101010;--footer-input-border: #555555;--footer-input-border-hover: #999999;--footer-input-placeholder: #999999;--header-blend-color: #ffffff}body{background-color:var(--bg);color:var(--fg)}}@font-face{font-family:Soehne Mono;font-feature-settings:"zero" 1;font-weight:400;font-style:normal;font-display:swap;src:url(/fonts/soehne-mono/SohneMono-Buch.woff2) format("woff2"),url(/fonts/soehne-mono/SohneMono-Buch.woff) format("woff")}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh;background-color:var(--bg);color:var(--fg);font-family:Soehne Mono,monospace}button,input{font-family:inherit}.text-balance{text-wrap:balance}.btn-primary{font-size:12px;padding:10px 12px 11px;display:inline-flex;align-items:center;text-align:center;border-radius:6px;text-decoration:none;letter-spacing:.08em;justify-content:center;text-transform:uppercase;cursor:pointer;line-height:1;border:1px solid var(--muted);background-color:var(--btn-primary-bg);color:var(--btn-primary-fg);--ps-icon-bg: var(--btn-primary-fg);--ps-icon-fg: var(--btn-primary-bg);transition:background-color .12s ease-out,border-color .12s ease-out}.btn-primary:hover{background-color:var(--btn-primary-bg-hover);border-color:var(--btn-primary-border-hover)}.btn-secondary{font-size:12px;padding:10px 12px 11px;display:inline-flex;align-items:center;text-align:center;border-radius:6px;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;justify-content:center;cursor:pointer;line-height:1;border:1px solid var(--border-subtle);background-color:var(--btn-secondary-bg);color:var(--fg);--ps-icon-bg: var(--fg);--ps-icon-fg: var(--border-soft);transition:border-color .12s ease-out}.btn-secondary:hover{border-color:var(--border-subtle-hover)}.btn-tertiary{font-size:12px;padding:10px 12px 11px;display:inline-flex;align-items:center;text-align:center;border-radius:6px;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;justify-content:center;cursor:pointer;line-height:1;border:transparent;background-color:var(--btn-secondary-bg);color:var(--fg);transition:background-color .12s ease-out}.btn-tertiary:hover{background-color:var(--footer-input-border)}.btn-primary:active,.btn-secondary:active,.btn-tertiary:active{scale:.97}.segmented-buttons{display:inline-flex;align-items:stretch}.segmented-buttons>*{flex:0 0 auto}.segmented-buttons>.tooltip-wrapper{display:block}.segmented-buttons .btn-primary,.segmented-buttons .btn-secondary,.segmented-buttons .btn-tertiary{height:100%;border-radius:0}.segmented-buttons>:first-child .btn-primary,.segmented-buttons>:first-child .btn-secondary,.segmented-buttons>:first-child .btn-tertiary{border-top-left-radius:6px;border-bottom-left-radius:6px}.segmented-buttons>:last-child .btn-primary,.segmented-buttons>:last-child .btn-secondary,.segmented-buttons>:last-child .btn-tertiary{border-top-right-radius:6px;border-bottom-right-radius:6px}.segmented-buttons>:not(:first-child) .btn-primary,.segmented-buttons>:not(:first-child) .btn-secondary,.segmented-buttons>:not(:first-child) .btn-tertiary{margin-left:-1px;border-left-color:var(--segmented-divider)}.segmented-buttons__main{flex:1 1 auto}.segmented-buttons__main>.btn-primary,.segmented-buttons__main>.btn-secondary,.segmented-buttons__main>.btn-tertiary{width:100%}.segmented-buttons__icon>.btn-primary,.segmented-buttons__icon>.btn-secondary,.segmented-buttons__icon>.btn-tertiary{min-width:38px;padding-left:10px;padding-right:10px}.segmented-buttons__icon svg{display:block;flex-shrink:0}.footer-input{font-family:Soehne Mono,monospace;font-size:12px;padding:10px 12px 11px;border-radius:6px;border:1px solid var(--footer-input-border);outline:none;width:42px;height:42px;text-align:center;text-transform:uppercase;background-color:var(--footer-input-bg);color:var(--fg);transition:width .16s ease-out,border-color .1s ease-out,box-shadow .1s ease-out}.footer-input:hover{border-color:var(--footer-input-border-hover)}.footer-input::placeholder{color:var(--footer-input-placeholder)}.footer-input:focus{border-color:var(--footer-input-border-hover)}.footer-input.expanded{width:280px}@media(min-width:1025px){.app-header .footer-input{width:40px;height:35px}.app-header .footer-input.expanded{width:260px}}.footer-input-clickable{pointer-events:auto}.flipper{position:relative;display:inline-flex;gap:.05em;line-height:1}.flipper-digit{position:relative;overflow:hidden;display:inline-block;height:1em}.flipper-digit-inner{display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.23,1,.32,1)}.flipper-number{height:1em}.app-header-title-link,.logo-numeric,.logo-alpha{display:inline-flex;align-items:center;line-height:1}.app-root{min-height:100vh;display:flex;flex-direction:column;font-family:Soehne Mono,monospace;background-color:var(--bg);color:var(--fg)}.app-header{position:sticky;top:0;z-index:40}.app-header-inner{width:100%;padding:2.5rem 2.5rem 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.app-header-spacer{justify-self:start}.app-header-title{margin:0;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:400;text-align:center;display:flex;align-items:center}.app-header-title-link{display:inline-block;text-decoration:none;color:var(--fg)}.app-header-right{justify-self:end;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.app-header-newsletter{display:flex;align-items:center}.newsletter-slot{position:relative;left:auto;right:auto;bottom:auto;display:block;pointer-events:auto}@media(max-width:1024px){.newsletter-slot{position:fixed;left:0;right:0;bottom:3rem;z-index:25;display:flex;justify-content:center;pointer-events:none}.newsletter-slot .newsletter-form,.newsletter-slot .footer-input{pointer-events:auto}}@media(min-width:1025px){.app-header .tooltip-bubble{left:auto;right:calc(100% + 10px);bottom:50%;transform:translateY(50%) translate(0)}.app-header .tooltip-bubble.open{transform:translateY(50%) translate(0)}.app-header .tooltip-pointer{left:100%;top:50%;transform:translateY(-50%);border-left:6px solid var(--bg);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:0;filter:drop-shadow(1px 0 0 var(--border-soft))}}.logo-swap-wrap{position:relative;display:inline-block}.logo-numeric,.logo-alpha{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);transition:opacity .12s ease-out;white-space:nowrap}.logo-alpha,.hover-reveal:hover .logo-numeric{opacity:0}.hover-reveal:hover .logo-alpha{opacity:1}.app-main{flex:1;padding:2.5rem 2.5rem 5rem}.app-footer{position:fixed;left:0;right:0;bottom:3rem;z-index:20;pointer-events:none}.app-footer-inner{display:flex;justify-content:center}.home-container{max-width:100%;margin:0 auto;padding:0}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem}.product-section+.product-section{margin-top:5rem}.product-section-title{font-size:.75rem;line-height:1;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-soft);padding:0 12px 12px;margin:0;font-weight:400}.product-card{border:1px solid var(--border-subtle);border-radius:8px;padding:0;background:var(--bg);cursor:pointer;overflow:hidden;text-align:center;display:flex;flex-direction:column;text-decoration:none;transition:border-color .12s ease-out}.product-card:hover{border-color:var(--border-subtle-hover)}.product-card:active{scale:.97}.pinned-icon{position:absolute;top:10px;right:10px;width:18px;height:18px;pointer-events:none;opacity:.85}.pinned-icon svg{width:100%;height:100%;color:var(--muted-soft);transition:color .12s ease-out}.product-card:hover .pinned-icon svg{color:var(--fg);opacity:1}.product-card:hover .pin-icon{color:var(--border-strong)}.product-footer{padding:10px 12px 11px;display:flex;align-items:center;width:100%;justify-content:space-between;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);border-top:1px solid var(--border-subtle);transition:border-color .12s ease-out}.product-card:hover .product-footer{border-top-color:var(--border-subtle-hover)}.product-tag{display:inline-grid;justify-items:end}.tag-default,.tag-hover{grid-area:1 / 1;transition:opacity .12s ease-out;white-space:nowrap;color:var(--muted-soft)}.tag-default{opacity:1}.tag-hover,.product-card:hover .tag-default{opacity:0}.product-card:hover .tag-hover{opacity:1}.thumb-wrap{position:relative;width:100%;aspect-ratio:1 / 1;background:var(--bg);overflow:hidden}@media(prefers-color-scheme:dark){.thumb-wrap--mockup{background:radial-gradient(circle at 50% 42%,rgb(255 255 255 / .06),transparent 58%),conic-gradient(from 220deg at 50% 50%,var(--bg) 0deg,#2b2b2b 70deg,#3a3a3a 140deg,#242424 220deg,color-mix(in srgb,var(--bg) 72%,#1f1f1f) 300deg,var(--bg) 360deg)}}.thumb-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#d0d0d0;font-size:12px;text-transform:uppercase;letter-spacing:.16em}.thumb-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain}.thumb-img--base,.thumb-img--hover{transition:opacity .12s ease-out}.thumb-img--base{opacity:1}.thumb-img--hover{opacity:0}.product-card:hover .thumb-img--hover{opacity:1}.editor-main{padding-bottom:8rem}.editor-section{max-width:1200px;margin:0 auto;text-align:center}.editor-description{margin:.5rem auto 1.5rem;font-size:12px;letter-spacing:.06em;line-height:1.6;color:var(--muted-soft);max-width:600px}.component-description{color:var(--muted)}.editor-meta{font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1rem;color:var(--muted-soft)}.editor-canvas{width:1200px;max-width:100%;aspect-ratio:3 / 2;border:1px solid var(--border-subtle);border-radius:10px;display:flex;align-items:stretch;justify-content:stretch;margin:0 auto;overflow:hidden;background:var(--editor-canvas-bg, var(--bg, #000))}.editor-canvas--psd{position:relative}.editor-psd-thumb-strip{position:absolute;top:50%;left:1rem;transform:translateY(-50%);display:flex;flex-direction:column;gap:.5rem;z-index:2}.editor-psd-thumb{width:80px;height:auto;aspect-ratio:3 / 2;padding:0;border-radius:6px;border:1px solid var(--muted);background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;outline:none;transition:border-color .12s ease-out}.editor-psd-thumb img{display:block;width:100%;height:100%;object-fit:cover}.editor-psd-thumb:hover{border-color:var(--border-soft)}.editor-psd-thumb--active{border-color:var(--border-subtle)}.psd-main-img{opacity:1;transition:opacity .12s ease-out}.psd-main-img[src]{opacity:1}.psd-main-img:not([src]){opacity:0}.editor-variant-label{position:relative;display:inline-flex;align-items:center}.editor-variant-label--has-icon{padding-right:24px}.editor-variant-icon{position:absolute;right:0;top:50%;width:18px;height:18px;transform:translateY(-50%);display:inline-flex}.editor-variant-icon svg{width:100%;height:100%;display:block}.editor-variant-text{display:inline-block}@media(prefers-color-scheme:dark){.editor-psd-thumb{border:1px solid var(--border-subtle)}.editor-psd-thumb--active{border-color:var(--border-strong)}}.modal-backdrop{overflow:auto;overscroll-behavior:contain;position:fixed;inset:0;display:flex;padding:1.5rem;background-color:#00000073}.modal-backdrop--high{z-index:40}.modal-backdrop--medium{z-index:30}.modal{background-color:var(--bg);border-radius:12px;border:1px solid var(--border-subtle);margin:auto;padding:1.25rem}.modal--wide{max-width:640px}.modal--narrow{width:min(420px,calc(100vw - 3rem));min-width:min(360px,calc(100vw - 3rem));max-width:420px}.modal-header{margin-bottom:1rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.modal-title{margin:0;font-size:12px;letter-spacing:.12em;text-transform:uppercase;font-weight:400}.modal-body-text{margin:0;margin-bottom:1.25rem;font-size:12px;letter-spacing:.06em;color:var(--muted-soft);line-height:1.5}.modal--export .modal-body-text{text-align:center}.modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.modal-actions button{display:flex;justify-content:center}.modal--export{padding-bottom:0}.modal-export-footer{border-top:1px solid var(--border-subtle);margin-left:-1.25rem;margin-right:-1.25rem;padding:0}.modal-export-psd-link{appearance:none;background:transparent;border:0;cursor:pointer;display:flex;justify-content:center;align-items:center;width:100%;min-height:44px;padding:1rem 1.25rem 1.25rem;font-size:12px;letter-spacing:.06em;color:var(--muted-soft);text-align:left;transition:color .12s ease-out}.modal-export-psd-link:hover{color:var(--fg)}.modal-export-psd-link:focus-visible{outline:1px solid var(--border-subtle-hover);outline-offset:-2px;border-radius:0}.editor-footer-group--artwork{position:relative;align-items:center;gap:.5rem}.editor-artwork-pos-wrap{position:relative;display:inline-flex;align-items:center;gap:.5rem}.editor-artwork-pos-trigger{display:inline-flex}.editor-artwork-pos-popover{right:0;bottom:44px;width:auto;transform-origin:bottom right}.editor-motion-actions{position:relative;display:inline-flex}.editor-motion-actions>.tooltip-wrapper,.editor-motion-trigger{width:auto;display:inline-flex}.editor-motion-trigger{width:auto;align-items:stretch}.editor-motion-trigger .tooltip-wrapper{display:flex;width:auto}.editor-motion-trigger.segmented-buttons{width:auto}.editor-motion-trigger>.tooltip-wrapper{flex:0 0 auto;width:auto}.editor-motion-trigger>.segmented-buttons__main{flex:1 1 auto}.editor-motion-actions>.tooltip-wrapper>.btn-primary,.editor-motion-actions>.tooltip-wrapper>.btn-secondary,.editor-motion-trigger .segmented-buttons__main>.btn-primary,.editor-motion-trigger .segmented-buttons__main>.btn-secondary{width:auto;display:flex;justify-content:center}.editor-motion-replay{position:absolute;left:0;right:0;bottom:calc(100% + .5rem);width:100%}.editor-motion-replay>.btn-primary,.editor-motion-replay>.btn-secondary,.editor-motion-replay>.btn-tertiary{width:100%;display:flex;justify-content:center}.editor-replay-label{display:inline-flex;align-items:center;gap:6px}.editor-replay-icon{width:12px;height:12px;display:block;fill:currentColor;flex-shrink:0}.editor-artwork-dpad{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:6px;width:100%;background:var(--bg)}.editor-dpad-btn--up{grid-column:2;grid-row:1}.editor-dpad-btn--left{grid-column:1;grid-row:2}.editor-dpad-btn--reset{grid-column:2;grid-row:2}.editor-dpad-btn--right{grid-column:3;grid-row:2}.editor-dpad-btn--down{grid-column:2;grid-row:3}.editor-dpad-btn{appearance:none;border:1px solid var(--border-subtle);background:var(--btn-secondary-bg);color:var(--fg);border-radius:6px;width:67px;height:35px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1;font-size:12px;letter-spacing:.08em;text-transform:uppercase;transition:border-color .12s ease-out,transform 80ms ease-out}.editor-dpad-btn:hover{border-color:var(--border-subtle-hover)}.editor-dpad-btn:active{transform:scale(.98)}.editor-dpad-btn:focus-visible{outline:1px solid var(--border-subtle-hover);outline-offset:2px}.editor-artwork-pos-actions{margin-top:10px;display:flex}.editor-artwork-pos-actions .btn-primary,.editor-artwork-pos-actions .btn-secondary{width:100%}.editor-artwork-error{position:absolute;right:0;bottom:calc(100% + 10px);max-width:320px;background-color:var(--bg);border-radius:12px;border:1px solid var(--border-subtle);padding:.9rem 1rem;font-size:12px;line-height:1.5;letter-spacing:.08em;text-align:left;color:var(--muted-soft);box-shadow:0 14px 30px #00000029;z-index:35}@media(max-width:640px){.editor-artwork-error{left:0;right:auto;max-width:260px}}.premium-export-wrap{display:flex;flex-direction:column;align-items:center;gap:.75rem}.premium-export-wrap button{width:100%}.premium-note{margin:0;font-size:12px;line-height:16px;letter-spacing:.06em;color:var(--muted-soft);text-align:center}.editor-footer-inner{display:flex;align-items:center;justify-content:center;pointer-events:auto;gap:3rem}.editor-footer-group{display:flex;align-items:center;justify-content:center;gap:.5rem}.editor-footer-group--hidden{display:none}@media(max-width:1128px){.editor-footer-inner{flex-direction:column;align-items:stretch;gap:1rem}.editor-footer-group{width:100%;justify-content:center}.editor-motion-actions{position:relative;display:inline-flex;width:auto;justify-self:center}.editor-motion-actions>.tooltip-wrapper,.editor-motion-trigger,.editor-motion-replay{width:auto}.editor-motion-actions>.tooltip-wrapper{order:1}.editor-motion-trigger{order:1}.editor-motion-replay{position:absolute;left:0;right:0;top:calc(100% + .5rem);bottom:auto}}.info-content{display:flex;flex-direction:column;gap:1rem;font-size:12px;color:var(--muted);line-height:1.6}.info-paragraph{margin:0;letter-spacing:.06em}.info-link{color:var(--fg);text-decoration:underline}.info-link:hover{text-decoration:none}.model-canvas-container{width:100%;height:100%;cursor:default}.model-canvas-container.mc-rotatable{cursor:grab}.model-canvas-container.mc-rotatable.mc-grabbing{cursor:grabbing}.editor-zoom-input.is-dragging{cursor:ew-resize}.editor-scene-slider-input{cursor:pointer}.editor-scene-slider-input.is-dragging{cursor:ew-resize}.editor-scene-slider-bar{cursor:pointer}.editor-scene-slider-bar.is-dragging{cursor:ew-resize}.modal-canvas{position:relative}.model-canvas img{width:100%;height:100%;object-fit:contain;display:block}@media(max-width:1024px){.editor-canvas{aspect-ratio:1 / 1}.model-canvas img{object-fit:cover}}@media(max-width:640px){.editor-canvas{aspect-ratio:4 / 5}.model-canvas img{object-fit:cover}}.editor-zoom-control{display:flex;align-items:center;gap:8px;min-width:120px}.editor-zoom-label{padding:0;border-radius:4px;font-size:12px;line-height:1.4;text-transform:uppercase;color:var(--fg);z-index:1;pointer-events:none}.editor-zoom-bar{position:relative;flex:1;height:35px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--bg);overflow:hidden;display:flex;align-items:center;justify-content:space-between;padding:10px 12px 11px;font-size:12px;color:var(--fg);transition:border-color .12s ease-out}.editor-zoom-bar:hover{border-color:var(--border-subtle-hover)}.editor-zoom-fill{position:absolute;inset:0;width:0;background:var(--border-subtle);pointer-events:none;transition:width .14s ease-out}.editor-zoom-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.editor-zoom-value{position:relative;pointer-events:none;z-index:1}.drag-hint{position:absolute;top:1rem;left:50%;transform:translate(-50%);padding:10px 12px;border-radius:6px;font-size:12px;line-height:1.4;background:var(--border-subtle);color:var(--fg);pointer-events:none;text-transform:uppercase;opacity:1;transition:opacity .12s ease-out}.drag-hint.hidden{opacity:0}.line-clamp-3{display:-webkit-box;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tooltip-wrapper{position:relative;display:inline-block}.tooltip-bubble{position:absolute;z-index:10;left:50%;bottom:130%;transform:translate(-50%) translateY(4px);padding:10px 12px 11px;border-radius:6px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background-color:var(--bg);color:var(--fg);border:1px solid var(--border-soft);opacity:0;pointer-events:none;transition:opacity .14s ease-out,transform .14s ease-out}.tooltip-bubble.open{opacity:1;transform:translate(-50%) translateY(0)}.tooltip-pointer{position:absolute;left:50%;top:100%;transform:translate(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--bg);filter:drop-shadow(0 1px 0 var(--border-soft))}@media(min-width:1024px)and (min-height:800px){.editor-main{display:flex;align-items:center;justify-content:center}.editor-section{width:100%}}.editor-hex-input{display:inline-flex;align-items:center;justify-content:space-between;gap:6px;position:relative;font-size:12px;padding:10px 12px 11px;border-radius:6px;border:1px solid var(--border-subtle);background-color:var(--btn-secondary-bg);color:var(--fg);height:35px;transition:border-color .12s ease-out}.editor-hex-input-main{display:inline-flex;align-items:center;gap:4px;min-width:0}.editor-hex-input:hover,.editor-hex-input:focus-within,.editor-popover:hover,.editor-scene-popover:hover{border-color:var(--border-subtle-hover)}.editor-hex-input-field{border:0;outline:none;background:transparent;font:inherit;padding:0}.editor-hex-swatch{width:18px;height:18px;border-radius:999px;border:1px solid var(--border-subtle);padding:0;cursor:pointer;flex-shrink:0}.editor-popover{position:absolute;bottom:44px;right:0;padding:12px;background-color:var(--bg);border-radius:8px;border:1px solid var(--border-subtle);z-index:20;transform-origin:bottom right;opacity:0;visibility:hidden;transform:translateY(6px);transition:border-color .12s ease-out,opacity .26s ease-out,transform .26s ease-out,visibility .26s ease-out}.editor-scene-popover{position:absolute;width:auto;bottom:44px;right:0;z-index:20;transform-origin:bottom right;opacity:0;visibility:hidden;transform:translateY(6px);transition:border-color .12s ease-out,opacity .26s ease-out,transform .26s ease-out,visibility .26s ease-out}.editor-popover.open,.editor-scene-popover.open{opacity:1;transform:translateY(0);pointer-events:auto;visibility:visible}.editor-color-trigger,.editor-scene-trigger{position:relative}.editor-scene-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.editor-scene-panel{padding:12px;background-color:var(--bg);border-radius:8px;border:1px solid var(--border-subtle)}.light-panel{width:280px;margin-bottom:12px}.options-panel{width:280px}@media(min-width:1024px){.editor-scene-popover.open{pointer-events:none}.editor-scene-popover.open .editor-scene-panel{pointer-events:auto}}@media(max-width:720px){.editor-scene-grid{grid-template-columns:1fr}.light-panel{width:280px}}.editor-scene-popover-wrap{position:relative}.editor-light-popover{position:absolute;right:calc(100% + 16px);top:0}.editor-light-pad{padding:12px 0 0}.editor-light-pad-hit{position:relative;width:100%;aspect-ratio:1 / 1;border:1px solid var(--border-subtle);border-radius:9999px;background:transparent;touch-action:none;cursor:grab;overflow:hidden}.editor-light-pad-hit:before,.editor-light-pad-hit:after{content:"";position:absolute;background:var(--border-subtle);opacity:.4;pointer-events:none}.editor-light-pad-hit:before{width:1px;left:50%;height:100%;transform:translate(-50%)}.editor-light-pad-hit:after{height:1px;top:50%;width:100%;transform:translateY(-50%)}.editor-light-pad-hit.is-dragging{cursor:grabbing}.editor-light-dot{position:absolute;width:22px;height:22px;border-radius:999px;background:var(--fg);left:60%;top:55%;transform:translate(-50%,-50%)}.editor-scene-row+.editor-scene-row{margin-top:.5rem}.modal--export .editor-scene-row{margin-bottom:1rem}.editor-scene-row--stacked{flex-direction:column;align-items:flex-start;gap:1rem}.editor-scene-select-custom{position:relative;display:inline-block;width:auto}.editor-scene-select-trigger{position:relative;display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;width:100%;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding:10px 28px 11px 12px;border-radius:6px;border:1px solid var(--border-subtle);background:var(--btn-secondary-bg);color:var(--fg);cursor:pointer;text-align:left;transition:border-color .12s ease-out,background-color .12s ease-out}.editor-scene-select-trigger:hover{border-color:var(--border-subtle-hover)}.editor-scene-select-trigger:focus-visible{outline:none}.editor-scene-select-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;width:12px;height:12px;color:var(--muted)}.editor-scene-slider{margin-left:auto;width:132px;display:flex;justify-content:flex-end}.editor-scene-slider-bar{position:relative;width:100%;height:35px;border:1px solid var(--border-subtle);border-radius:6px;background:var(--bg);overflow:hidden;display:flex;align-items:center;justify-content:flex-end;padding:10px 12px 11px;font-size:12px;color:var(--fg);transition:border-color .12s ease-out}.editor-scene-slider-bar:hover{border-color:var(--border-subtle-hover)}.editor-scene-slider-fill{position:absolute;inset:0;width:0;background:var(--border-subtle);pointer-events:none;transition:width .14s ease-out}.editor-scene-slider-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.editor-scene-slider-value{position:relative;z-index:1;pointer-events:none;text-align:right;width:100%}.editor-scene-select-menu{position:absolute;top:calc(100% - 10px);right:-1px;width:100%;min-width:120px;background:var(--bg);border:1px solid var(--border-subtle);border-radius:6px;padding:4px;z-index:40}.editor-scene-select-menu li{list-style:none;padding:8px 12px;margin-bottom:1px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;border-radius:4px;transition:background-color .12s ease-out}.editor-scene-select-menu li:last-child{margin-bottom:0}.editor-scene-select-menu li:hover{background:color-mix(in srgb,var(--border-subtle) 50%,transparent)}.editor-scene-select-menu li.is-active{background:var(--border-subtle)}.editor-scene-color-picker{width:100%}.editor-scene-row{display:flex;justify-content:space-between;align-items:center;gap:8px}.editor-scene-row--export-ratio{display:grid;grid-template-columns:minmax(92px,1fr) minmax(168px,1.4fr);align-items:center;gap:12px}.editor-scene-row--motion-preset{display:grid;grid-template-columns:minmax(92px,1fr) minmax(168px,1fr);align-items:center;gap:12px}.editor-scene-select-custom--export-ratio,.editor-scene-select-custom--motion-preset{width:100%}.editor-scene-row--export-ratio .editor-scene-select-menu{min-width:168px}.editor-scene-row--motion-preset .editor-scene-select-menu{width:100%;min-width:0}.editor-scene-label{text-transform:uppercase;letter-spacing:.08em;font-size:12px}.editor-scene-trigger:has(.editor-scene-panel:hover) .btn-secondary,.editor-hex-input:has(.editor-color-popover:hover){border-color:var(--border-subtle-hover)}.editor-scene-grid:hover .editor-scene-panel{border-color:var(--border-subtle-hover)}.editor-scene-panel{transition:border-color .12s ease-out}@media(min-width:1024px){.editor-scene-popover{position:fixed;inset:0;opacity:1;visibility:visible;transform:none;transition:none;pointer-events:none;z-index:35}.editor-scene-popover .editor-scene-panel{position:fixed;top:50%;transform:translateY(-50%);pointer-events:auto;min-height:256px;display:flex;flex-direction:column}.editor-scene-popover .light-panel{left:2.5rem;width:230px}.editor-scene-popover .options-panel{right:2.5rem;width:280px}}.editor-hex-prefix{font-family:Soehne Mono,monospace;opacity:.6;margin-right:4px;font-size:12px;line-height:inherit}.editor-hex-input-field{width:60px;border:none;outline:none;background:transparent;font-family:Soehne Mono,monospace;font-size:12px;text-transform:uppercase;padding:0;line-height:1;color:var(--fg)}.editor-hex-input-field::-webkit-outer-spin-button,.editor-hex-input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.editor-hex-input-field[type=number]{-moz-appearance:textfield;appearance:textfield}.w-color-chrome{box-shadow:none!important;border:none!important;background:var(--bg)!important;border-radius:none!important;padding:0!important;width:100%!important;min-width:230px!important;max-width:300px!important}.w-color-chrome>div:nth-child(1),.w-color-chrome>div:nth-child(2){display:none!important}.w-color-chrome>div:nth-child(5){padding:0!important;margin-top:.5rem!important}.w-color-chrome>div:nth-child(4){padding:12px 0 0!important;gap:12px!important}.w-color-chrome>div:nth-child(4)>div:nth-child(1){width:14px!important;height:14px!important}.w-color-chrome>div:nth-child(4)>div:nth-child(2)>.w-color-hue,.w-color-chrome>div:nth-child(4)>div:nth-child(2)>.w-color-hue>div:nth-child(1){border-radius:0!important}.w-color-interactive{inset:0!important;box-shadow:var(--muted) 0 0 1px inset!important}.w-color-alpha-pointer{height:12px!important}.w-color-alpha-pointer>div:nth-child(1){box-shadow:none!important;border:1px solid var(--muted-soft)}.w-color-alpha{background-color:var(--muted-soft)!important}.editor-color-popover .w-color-chrome>div:nth-child(5){display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-filters{display:flex;gap:.5rem}.component-preview-frame-wrap{width:100%;height:100%;overflow:auto;scrollbar-width:none}.component-preview-frame-wrap::-webkit-scrollbar{display:none}.component-preview-frame{width:100%;min-height:100%;border:0;display:block}.component-preview-fallback{flex:1;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.thumb-toggle{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.thumb-toggle-track{width:72px;height:36px;border-radius:999px;background:var(--fg);display:flex;align-items:center;padding:3px;border:1px solid var(--muted-soft);transition:background-color .16s ease-out,border-color .16s ease-out}.thumb-toggle-knob{width:29px;height:29px;border-radius:999px;background:var(--bg);transition:transform .16s cubic-bezier(.33,1,.68,1),background-color .16s ease-out}.product-card:hover .thumb-toggle-track{background:var(--bg);border-color:color-mix(in srgb,var(--fg) 40%,transparent)}.product-card:hover .thumb-toggle-knob{background:var(--fg);transform:translate(35px)}.thumb-clock{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg)}.thumb-clock-svg{width:70%;height:70%;display:block}.thumb-clock-face{fill:var(--bg)}.thumb-clock-tick{stroke:var(--fg);stroke-width:.5;stroke-linecap:butt;opacity:.9}.thumb-clock-tick--major{stroke-width:1}.thumb-clock-hand{transform-origin:60px 60px;transform:rotate(var(--angle));transition:transform .3s cubic-bezier(.25,.1,.25,1)}.thumb-clock-hand line{stroke:var(--fg);stroke-linecap:square}.thumb-clock-hand--hour line{stroke-width:2}.thumb-clock-hand--minute line{stroke-width:2}.thumb-clock-hand--second line{stroke-width:1;transition:stroke .12s ease-out}.thumb-clock-hand-fill{fill:var(--fg)}.thumb-clock-center{fill:var(--fg);transition:fill .12s ease-out}.product-card:hover .thumb-clock-hand--second{transform:rotate(calc(var(--angle) + 360deg))}.product-card:hover .thumb-clock-hand--minute{transform:rotate(calc(var(--angle) + 6deg))}.thumb-counter{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg)}.thumb-counter-row{display:flex;align-items:center;gap:0}.thumb-counter-slot{overflow:hidden;height:3.4rem;display:flex;align-items:center}.thumb-counter-stack{display:flex;flex-direction:column;transform:translateY(0);transition:transform .12s cubic-bezier(.33,1,.68,1)}.thumb-counter-digit{font-family:Soehne Mono,monospace;font-size:3.4rem;line-height:1;color:var(--fg);letter-spacing:.025em}.thumb-counter-stack--middle{transform:translateY(1.65rem)}.thumb-counter-stack--last{transform:translateY(-1.75rem)}.product-card:hover .thumb-counter-stack--middle,.product-card:hover .thumb-counter-stack--last{transform:translateY(0)}.thumb-browser{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg)}.thumb-browser-frame{width:85%;height:60%;border:1px solid var(--border-subtle);border-radius:6px;background:var(--bg);overflow:hidden;display:flex;flex-direction:column}.thumb-browser-header{height:30px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 0 0 10px;border-bottom:1px solid var(--border-subtle);gap:8px}.thumb-browser-controls{display:flex;gap:4px}.thumb-browser-dot{width:6px;height:6px;border-radius:50%;background:var(--border-subtle)}.thumb-browser-url{display:flex;width:100%;align-items:center;justify-content:space-between;padding:2px 6px;border-radius:4px;background:color-mix(in srgb,var(--border-subtle) 50%,transparent)}.thumb-browser-url-text{font-family:Soehne Mono,monospace;font-size:8px;letter-spacing:.02em;color:var(--muted-soft);white-space:nowrap;-webkit-user-select:none;user-select:none}.thumb-browser-copy{display:inline-flex;align-items:center;justify-content:center;margin-left:8px}.thumb-browser-copy-icon{width:10px;height:10px;fill:var(--muted-soft)}.thumb-browser-body{flex:1;align-content:center;justify-content:center;background:var(--bg)}.thumb-browser-globe{width:40%;height:auto;opacity:.85;pointer-events:none;-webkit-user-select:none;user-select:none}.thumb-browser-globe{transition:filter .12s ease-out}.thumb-browser-globe{transition:filter .16s ease-out}@media(prefers-color-scheme:light){.thumb-browser-globe{filter:invert(0)}.product-card:hover .thumb-browser-globe{filter:invert(1)}.product-card:hover .thumb-browser-header{border-bottom:1px solid var(--border-subtle-hover)}.product-card:hover .thumb-browser-frame{border:1px solid var(--border-subtle-hover)}.product-card:hover .thumb-browser-url-text{color:var(--fg)}}@media(prefers-color-scheme:dark){.thumb-browser-globe{filter:invert(.95)}.product-card:hover .thumb-browser-globe{filter:invert(0)}.product-card:hover .thumb-browser-header{border-bottom:1px solid var(--border-subtle-hover)}.product-card:hover .thumb-browser-frame{border:1px solid var(--border-subtle-hover)}.product-card:hover .thumb-browser-url-text{color:var(--fg)}}.thumb-loader{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg)}.thumb-loader-ring{width:60%;aspect-ratio:1 / 1;border-radius:999px;background:conic-gradient(var(--fg) 0deg 80deg,var(--border-soft) 80deg 360deg);mask:radial-gradient(farthest-side,transparent 80%,#000 60%);-webkit-mask:radial-gradient(farthest-side,transparent 75%,#000 60%);transition:transform .6s cubic-bezier(.33,1,.68,1)}.product-card:hover .thumb-loader-ring{transform:rotate(720deg)}.thumb-modal{position:relative;width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;background:var(--bg)}.thumb-modal-dialog{width:85%;height:60%;border-radius:8px;background:var(--bg);border:1px solid var(--border-subtle);padding:12px 16px;display:flex;justify-content:space-between;flex-direction:column;gap:10px;transition:opacity .16s ease-out}.thumb-modal-hover-btn{position:absolute;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;text-transform:uppercase;font-size:12px;letter-spacing:.08em;border:1px solid var(--fg);border-radius:999px;padding:10px 14px;background:var(--fg);color:var(--bg);transition:opacity .12s ease-out}.product-card:hover .thumb-modal-dialog{opacity:0}.product-card:hover .thumb-modal-hover-btn{opacity:1;pointer-events:auto}.thumb-modal-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.thumb-modal-title{font-size:11px;font-weight:500;letter-spacing:.08em;color:var(--fg)}.thumb-modal-close{font-size:12px;line-height:1;opacity:.7;color:var(--muted-soft)}.thumb-modal-body{margin:0;font-size:10px;line-height:1.2;text-align:left;color:var(--muted-soft)}.thumb-modal-actions{display:flex;justify-content:flex-end;gap:6px;margin-top:4px}.thumb-modal-btn{border-radius:999px;padding:4px 12px 5px;font-size:10px;letter-spacing:.08em;text-transform:capitalize;border:1px solid var(--border-subtle);background:transparent;color:var(--fg)}.thumb-modal-btn--ghost{background:transparent}.thumb-modal-btn--primary{background:var(--fg);color:var(--bg);border-color:var(--fg)}.thumb-text-scramble{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.thumb-inner{position:relative}.thumb-text{display:flex;font-size:26px;letter-spacing:.18em;text-transform:uppercase;font-weight:500;white-space:nowrap}.thumb-char{color:var(--fg);transition:color .12s cubic-bezier(.25,.1,.25,1),opacity .12s cubic-bezier(.25,.1,.25,1)}.thumb-char--muted{color:var(--muted-soft);opacity:.7}@keyframes thumb-scramble-layer{0%{opacity:0}20%{opacity:1}60%{opacity:.4}to{opacity:0}}.thumb{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1 / 1}.compare-slider-thumb{width:85%;height:60%;position:relative;border-radius:8px;overflow:hidden;border:1px solid var(--border-subtle)}.compare-slider-layer{position:absolute;inset:0;overflow:hidden;transition:clip-path .16s cubic-bezier(.25,.1,.25,1)}.compare-slider-img{width:100%;height:100%;object-fit:cover;pointer-events:none}@media(prefers-color-scheme:light){.compare-slider-layer-left{background-color:var(--border-subtle);clip-path:inset(0 50% 0 0)}.compare-slider-layer-right{background-color:var(--muted);clip-path:inset(0 0 0 50%)}.product-card:hover .compare-slider-layer-left{clip-path:inset(0 30% 0 0)}.product-card:hover .compare-slider-layer-right{clip-path:inset(0 0 0 70%)}}@media(prefers-color-scheme:dark){.compare-slider-layer-left{background-color:var(--muted);clip-path:inset(0 50% 0 0)}.compare-slider-layer-right{background-color:var(--border-subtle);clip-path:inset(0 0 0 50%)}.product-card:hover .compare-slider-layer-left{clip-path:inset(0 70% 0 0)}.product-card:hover .compare-slider-layer-right{clip-path:inset(0 0 0 30%)}}.product-card:hover .compare-slider-thumb{border:1px solid var(--border-subtle-hover)}.table-thumb{width:85%;height:60%;border-radius:8px;border:1px solid var(--border-subtle);padding:0;box-sizing:border-box;display:flex;flex-direction:column;font-size:11px;line-height:1.5;color:var(--fg)}.table-thumb-row{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);column-gap:12px;align-items:center;height:100%;padding:8px 10px;transition:background-color .14s ease-out,color .14s ease-out}.table-thumb-row--header{padding:10px;color:var(--muted-soft);text-transform:uppercase;letter-spacing:.08em}.table-thumb-row:not(.table-thumb-row--header){border-top:1px solid var(--border-subtle)}.table-thumb-cell--left{text-align:left}.table-thumb-cell--right{text-align:right;display:inline-flex;justify-content:flex-end;align-items:center;gap:6px}.table-thumb-sort-icon{width:10px;height:10px;display:block;fill:var(--muted);transition:transform .12s ease-out,fill .16s ease-out}.product-card:hover .table-thumb,.product-card:hover .table-thumb-row--header,.product-card:hover .table-thumb-row:not(.table-thumb-row--header){border-color:var(--border-subtle-hover)}.product-card:hover .table-thumb-row:nth-of-type(2){order:4}.product-card:hover .table-thumb-row:nth-of-type(3){order:3}.product-card:hover .table-thumb-row:nth-of-type(4){order:2}.product-card:hover .table-thumb-sort-icon{transform:scaleY(-1);fill:var(--fg)}.show-more-thumb{width:85%;padding:0;display:flex;flex-direction:column;justify-content:flex-start;row-gap:6px;font-size:11px;line-height:1.5;color:var(--fg)}.show-more-thumb-body{position:relative;max-height:5.8em;overflow:hidden;transition:max-height .2s cubic-bezier(.25,.1,.25,1)}.show-more-thumb-text{margin:0;text-align:left}.show-more-thumb-body:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:85%;pointer-events:none;background:linear-gradient(to top,var(--bg) 0%,transparent 95%);transition:opacity .16s cubic-bezier(.25,.1,.25,1)}.show-more-thumb-toggle{margin-top:2px;position:relative;min-height:1.4em}.show-more-thumb-toggle-state{position:absolute;left:0;top:0;display:inline-flex;align-items:center;gap:4px;font-size:11px;color:var(--muted);transition:opacity .12s cubic-bezier(.25,.1,.25,1),transform .12s cubic-bezier(.25,.1,.25,1)}.show-more-thumb-toggle-state--more{opacity:1;transform:translateY(0);color:var(--muted-soft)}.show-more-thumb-toggle-state--less{opacity:0;transform:translateY(4px);color:var(--muted-soft)}.show-more-thumb-chevron{margin-top:2px;width:14px;height:14px;display:block;fill:currentColor}.show-more-thumb-chevron--up{transform:rotate(180deg)}.product-card:hover .show-more-thumb-body{max-height:11.6em}.product-card:hover .show-more-thumb-body:after{opacity:0}.product-card:hover .show-more-thumb-toggle-state--more{opacity:0;transform:translateY(-3px)}.product-card:hover .show-more-thumb-toggle-state--less{opacity:1;transform:translateY(0)}.form-builder-thumb{width:85%;height:60%;border-radius:8px;display:flex;align-items:center;justify-content:center}.form-builder-checkbox{width:36px;height:36px;border-radius:6px;border:1px solid var(--muted-soft);background:var(--fg);position:relative;display:flex;align-items:center;justify-content:center;transition:background-color .12s ease-out,border-color .12s ease-out}.form-builder-check{width:32px;height:32px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;opacity:1;fill:var(--bg);transition:fill background-color .12s ease-out}.product-card:hover .form-builder-checkbox{border-color:var(--border-subtle-hover);background:var(--border-subtle)}.product-card:hover .form-builder-check{fill:var(--border-subtle)}.digital-tablet-thumb{width:85%;height:60%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.digital-tablet-base{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.digital-tablet-screen{position:absolute;width:66%;height:62.5%;left:50%;top:50%;transform-origin:center;transform:translate(-50%,-50%) rotate(31.5deg) skew(-16deg) skewY(-3.1deg);border-radius:4px;overflow:hidden;opacity:0;pointer-events:none;background:var(--muted);z-index:1;transition:opacity .12s cubic-bezier(.25,.1,.25,1),transform .12s cubic-bezier(.25,.1,.25,1)}.digital-tablet-screen,.digital-tablet-screen-placeholder{position:absolute;width:66%;height:61.75%;left:50%;top:49.5%;transform-origin:center;transform:translate(-50%,-50%) rotate(31.5deg) skew(-16deg) skewY(-3.1deg);border-radius:4px;overflow:hidden;pointer-events:none}.digital-tablet-screen-placeholder{background:var(--muted-hard);opacity:1;z-index:1;transition:opacity .12s cubic-bezier(.25,.1,.25,1),}.digital-tablet-screen{opacity:0;z-index:2;transition:opacity .12s cubic-bezier(.25,.1,.25,1),transform .12s cubic-bezier(.25,.1,.25,1)}.digital-tablet-screen-img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.product-card:hover .digital-tablet-screen{opacity:1;transform:translate(-50%,-50%) rotate(31.5deg) skew(-16deg) skewY(-3.1deg)}.product-card:hover .digital-tablet-screen-placeholder{opacity:0}.grid-loader-thumb{width:85%;height:60%;border-radius:8px;display:flex;align-items:center;justify-content:center}.grid-loader{display:grid;grid-template-columns:repeat(6,1fr);grid-auto-rows:1fr;gap:6px;width:60%}.grid-loader-item{display:flex;align-items:center;justify-content:center;font-size:12px;line-height:1;color:var(--muted-soft);opacity:1;animation-name:none;animation-duration:.3s;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-delay:0ms}@keyframes grid-loader-fade-out{0%{opacity:1}to{opacity:0}}.product-card:hover .grid-loader-item{animation-name:grid-loader-fade-out}.grid-loader-item-d0{animation-delay:0ms}.grid-loader-item-d1{animation-delay:30ms}.grid-loader-item-d2{animation-delay:60ms}.grid-loader-item-d3{animation-delay:90ms}.grid-loader-item-d4{animation-delay:.12s}.grid-loader-item-d5{animation-delay:.15s}.grid-loader-item-d6{animation-delay:.18s}.grid-loader-item-d7{animation-delay:.21s}.grid-loader-item-d8{animation-delay:.24s}.grid-loader-item-d9{animation-delay:.27s}.grid-loader-item-d10{animation-delay:.3s}.product-card:hover .grid-loader-item{animation-name:grid-loader-fade-out;animation-direction:alternate;animation-iteration-count:2}.editor-loader-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--bg);pointer-events:none;z-index:2}.editor-loader-skeleton{position:relative;width:min(800px,90%);aspect-ratio:1 / 1;border-radius:12px;overflow:hidden;-webkit-mask-image:var(--loader-thumb);mask-image:var(--loader-thumb);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;background:#0000002e}.editor-loader-skeleton:after{content:"";position:absolute;inset:-40%;-webkit-mask-image:var(--loader-thumb);mask-image:var(--loader-thumb);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;transform:translate(-60%) rotate(10deg);background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.08) 45%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.08) 55%,transparent 100%);animation:editorThumbShimmer 1.9s ease-in-out infinite;pointer-events:none}@keyframes editorThumbShimmer{to{transform:translate(60%) rotate(10deg)}}.editor-loader{display:flex;flex-direction:column;align-items:center;gap:8px}.editor-loader-circle{width:40px;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.editor-loader-ring{width:100%;aspect-ratio:1 / 1;border-radius:999px;background:conic-gradient(var(--fg) 0deg 120deg,var(--border-soft) 120deg 360deg);mask:radial-gradient(farthest-side,transparent 70%,#000 55%);-webkit-mask:radial-gradient(farthest-side,transparent 70%,#000 55%);animation:editor-loader-spin .9s linear infinite;will-change:transform}.editor-loader-text{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--fg)}@keyframes editor-loader-spin{to{transform:rotate(360deg)}}.pro-display-thumb{width:85%;height:60%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.pro-display-base{width:100%;height:100%;object-fit:contain;display:block;overflow:hidden;z-index:2}.pro-display-screen{position:absolute;width:95%;height:75%;left:50%;top:38.75%;transform:translate(-50%,-50%);background:var(--muted-hard);border-radius:0;overflow:hidden;pointer-events:none;z-index:1}.pro-display-screen-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .12s ease-out;pointer-events:none}.product-card:hover .pro-display-screen-img{opacity:1}.digital-poster-thumb{width:85%;height:60%;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.digital-poster-base{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none;position:relative;overflow:hidden;z-index:2}.digital-poster-screen{position:absolute;left:50%;top:40.25%;transform:translate(-50%,-50%);width:40%;height:80.3%;background:var(--muted-hard);overflow:hidden;pointer-events:none;z-index:1}.digital-poster-screen-img{width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .12s ease-out;pointer-events:none}.product-card:hover .digital-poster-screen-img{opacity:1}.thumb-kinetic-text{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center}.thumb-kinetic-text-svg{width:60%;height:100%;display:block}.thumb-kinetic-text-face{fill:var(--bg);stroke:var(--bg);stroke-width:1}.thumb-kinetic-text-ring{fill:none;stroke:var(--bg);stroke-width:1}.kt-dot{fill:var(--fg)}.not-found-root{min-height:100vh;background:var(--bg);color:var(--fg);display:flex;align-items:center;justify-content:center;padding:2rem}.not-found-main{text-align:center;max-width:360px;margin:0 auto}.not-found-title{font-size:12px;margin-bottom:1rem;letter-spacing:.08em;text-transform:uppercase}.not-found-text{font-size:12px;margin-bottom:2rem;line-height:1.4}.not-found-actions{display:flex;justify-content:center}.not-found-link{color:var(--muted-soft);text-decoration:none;border-bottom:1px solid var(--border-subtle);width:fit-content;margin:0 auto;padding-bottom:2px;font-size:12px}.not-found-link:hover{color:var(--fg);border-color:var(--fg)}@media(max-width:1024px){.app-main{padding:1.5rem}.app-header-inner{padding:1.75rem 1.5rem 0;display:grid;row-gap:1rem;column-gap:.5rem}.app-header-title{grid-area:title;margin:0;text-align:center;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.app-header-right{grid-area:info;justify-self:stretch;text-align:right}.home-filters button,.app-header-right button,.app-header-left button,.app-header-left a{width:100%;display:flex;justify-content:center;align-items:center}.app-header-inner:has(.home-filters){grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;grid-template-areas:"title title title" "filters filters info"}.app-header-spacer{grid-area:filters;justify-self:stretch}.home-filters{display:grid;grid-template-columns:repeat(2,1fr)}.app-header-inner:has(.app-header-left){grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto;grid-template-areas:"title title" "back  info"}.app-header-left{grid-area:back;justify-self:stretch}.product-grid{gap:1.5rem}.editor-footer-inner{display:grid;grid-template-columns:1fr;gap:.75rem;align-items:stretch;padding-left:1.5rem;padding-right:1.5rem}.editor-footer-group{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;align-items:stretch;justify-content:stretch}.editor-footer-group>*{min-width:0;width:100%}.editor-footer-group .tooltip-wrapper{width:100%;display:block}.editor-footer-group .editor-hex-input,.editor-footer-group .editor-zoom-control,.editor-footer-group .editor-artwork-pos-wrap,.editor-footer-group .editor-artwork-pos-trigger,.editor-footer-group .editor-scene-trigger{width:100%;min-width:0}.editor-footer-group .btn-primary,.editor-footer-group .btn-secondary,.editor-footer-group .editor-artwork-pos-trigger>.btn,.editor-footer-group .editor-scene-trigger>.btn,.editor-footer-group .editor-scene-trigger .tooltip-wrapper>.btn{width:100%;display:flex;justify-content:center}.editor-artwork-pos-wrap{display:block;width:100%;min-width:0}.editor-artwork-pos-wrap>.tooltip-wrapper{display:block;width:100%}.editor-artwork-pos-trigger{width:100%}.editor-artwork-pos-trigger>.btn{width:100%;display:flex;justify-content:center}.editor-footer-group--artwork>.tooltip-wrapper:only-child{grid-column:1 / -1}.editor-footer-group--artwork>.tooltip-wrapper:only-child>.btn{width:100%;display:flex;justify-content:center}.editor-motion-actions{display:grid;grid-template-columns:1fr;gap:.5rem}.editor-motion-trigger{width:100%;display:inline-flex;align-items:stretch}.editor-motion-trigger>.tooltip-wrapper{width:auto;display:flex}.editor-motion-trigger.segmented-buttons>:first-child{flex:1 1 auto;min-width:0}.editor-motion-trigger.segmented-buttons>:last-child{flex:0 0 auto}.editor-motion-trigger.segmented-buttons{width:100%}.editor-motion-trigger .segmented-buttons__main{flex:1 1 auto;width:100%}.editor-motion-trigger .segmented-buttons__main>.btn-primary,.editor-motion-trigger .segmented-buttons__main>.btn-secondary,.editor-motion-trigger .segmented-buttons__main>.btn-tertiary{width:100%}.editor-motion-replay{position:static;left:auto;right:auto;bottom:auto;order:2;width:100%}.editor-motion-replay>.btn-secondary,.editor-motion-replay>.btn-primary,.editor-motion-replay>.btn-tertiary{width:100%;display:flex;justify-content:center}.editor-motion-actions>.tooltip-wrapper{order:1}}
