.runtime-proof{color:var(--foreground);background:oklch(14.5% 0 0)}.runtime-proof>header{text-align:center;place-content:center;gap:.75rem;min-height:100dvh;padding:2rem;display:grid}:where(.runtime-proof>header) p,:where(.runtime-proof>header) h1{margin:0}:where(.runtime-proof>header) a{color:var(--link)}.toolcraft-editor__canvas{touch-action:none;cursor:grab;background:radial-gradient(circle, color-mix(in oklab, var(--foreground) 6%, transparent) 0 .65px, transparent .8px) 0 0 / 16px 16px, oklch(14.5% 0 0);position:absolute;inset:0;overflow:hidden}.toolcraft-editor__canvas[data-dragging=true]{cursor:grabbing}.toolcraft-editor__canvas-meta{pointer-events:none;color:color-mix(in oklab, var(--foreground) 30%, transparent);font-family:var(--font-mono);gap:.375rem;font-size:.625rem;display:flex;position:absolute;inset-block-start:.75rem;inset-inline-start:50%;translate:-50%}.toolcraft-editor__canvas-world{pointer-events:none;transform-origin:50%;will-change:transform;position:absolute;inset-block-start:50%;inset-inline-start:50%}.runtime-proof__viewport{border:1px solid color-mix(in oklab, var(--foreground) 16%, transparent);cursor:default;pointer-events:auto;background:#000;position:relative;overflow:hidden;box-shadow:0 24px 80px #00000059}.runtime-proof__viewport iframe{border:0;width:100%;height:100%;display:block}.toolcraft-scene-row{min-height:2rem;color:var(--foreground);background:var(--panel-control-hover);border-radius:.375rem;grid-template-columns:1.5rem 1fr auto;align-items:center;gap:.5rem;padding:.25rem .5rem;font-size:.75rem;display:grid}.toolcraft-scene-row__preview{border:1px solid var(--panel-divider);background:linear-gradient(135deg,#121212,#3b3b3b);border-radius:.25rem;width:1.5rem;height:1.5rem}.toolcraft-scene-row>span:last-child{color:color-mix(in oklab, var(--foreground) 30%, transparent);font-family:var(--font-mono);font-size:.625rem}.toolcraft-panel-note p{margin:0;padding-left:.85rem;position:relative}.toolcraft-panel-note p:before{background:var(--muted-foreground);content:"";border-radius:50%;width:.375rem;height:.375rem;position:absolute;top:50%;left:0;translate:0 -50%}.toolcraft-panel-note p[data-status=ready]:before{background:#69c56d;box-shadow:0 0 0 3px #69c56d1a}.visual-inspector__surface{flex-direction:column;max-height:calc(100dvh - 1.25rem);display:flex}.visual-inspector__heading{cursor:grab;flex:none;justify-content:space-between;align-items:center;gap:.75rem;min-height:2.25rem;padding:0 .25rem 0 .75rem;display:flex}.visual-inspector__heading h2{letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:.8125rem;font-weight:550;overflow:hidden}.visual-inspector__heading>div{gap:.25rem;display:flex}.visual-inspector__heading button{width:1.75rem;height:1.75rem;color:color-mix(in oklab, var(--foreground) 56%, transparent);background:0 0;border:0;border-radius:.375rem;place-items:center;padding:0;display:grid}.visual-inspector__heading button:hover:not(:disabled){color:var(--foreground);background:var(--panel-control-hover)}.visual-inspector__heading button:disabled{opacity:.3}.visual-inspector__heading svg{width:.875rem;height:.875rem}.visual-inspector__section{border-top:1px solid var(--panel-divider);min-height:0;overflow-y:auto}.visual-inspector__section>h3{color:color-mix(in oklab, var(--foreground) 42%, transparent);margin:0;padding:.65rem .75rem .35rem;font-size:.6875rem;font-weight:500}.visual-inspector__controls{padding-bottom:.5rem;display:grid}.visual-inspector__controls>*{border-bottom:1px solid var(--panel-divider);padding:.625rem .75rem}.visual-inspector__controls>:last-child{border-bottom:0}.field{grid-template-columns:minmax(0,1fr) minmax(5rem,8rem);align-items:center;gap:.75rem;display:grid}:where(.toolcraft-file-input)>span,.field__label,.range-field__header label,.switch-field__copy strong,.runtime-proof__export label>span,.runtime-proof__project label>span{color:color-mix(in oklab, var(--foreground) 68%, transparent);font-size:.75rem;font-weight:450}.field__input,.runtime-proof__export select,.runtime-proof__project input{border:1px solid var(--panel-divider);width:100%;min-height:1.875rem;color:var(--foreground);background:color-mix(in oklab, var(--background) 24%, transparent);border-radius:.375rem;padding:0 .5rem;font-size:.75rem}.field__input[type=color]{min-height:1.75rem;padding:.2rem}.field__hint{color:var(--muted-foreground);grid-column:1/-1;font-size:.6875rem}.range-field{gap:.375rem;display:grid}.range-field__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.range-field output{color:color-mix(in oklab, var(--foreground) 72%, transparent);font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.6875rem}.range-field input[type=range]{width:100%;height:.875rem;accent-color:var(--foreground)}.switch-field{justify-content:space-between;align-items:center;gap:.75rem;min-height:2rem;display:flex}.switch-field__copy{gap:.15rem;display:grid}.switch-field__copy small{color:color-mix(in oklab, var(--foreground) 36%, transparent);font-size:.625rem;line-height:1.35}.switch-field__control{flex:none;position:relative}.switch-field input{opacity:0;width:1px;height:1px;position:absolute}.switch-field__track{background:color-mix(in oklab, var(--foreground) 18%, transparent);border-radius:999px;align-items:center;width:2rem;height:1.125rem;padding:2px;display:flex}.switch-field__thumb{background:color-mix(in oklab, var(--foreground) 80%, transparent);border-radius:50%;width:.875rem;height:.875rem;transition:translate .15s}.switch-field input:checked+.switch-field__track{background:var(--accent)}.switch-field input:checked+.switch-field__track .switch-field__thumb{background:#fff;translate:.875rem}.toolcraft-panel-host--output .toolcraft-panel-surface{max-height:min(29rem,100dvh - 14rem)}.toolcraft-output-content{border-top:1px solid var(--panel-divider);max-height:min(26.5rem,100dvh - 16.25rem);overflow-y:auto}.runtime-proof__export,.runtime-proof__project,.toolcraft-file-input{gap:.5rem;padding:.75rem;display:grid}.runtime-proof__export{grid-template-columns:1fr 1fr}.runtime-proof__export label,.runtime-proof__project label,.toolcraft-file-input{gap:.3rem;display:grid}:where(.runtime-proof__project) a,.runtime-proof__export button,.runtime-proof__project button{border:1px solid var(--panel-divider);min-height:1.875rem;color:var(--foreground);background:var(--panel-control);border-radius:.375rem;justify-content:center;align-items:center;gap:.35rem;padding:0 .5rem;font-size:.6875rem;text-decoration:none;display:inline-flex}.runtime-proof__export button:hover:not(:disabled),.runtime-proof__project button:hover:not(:disabled),.runtime-proof__project a:hover{background:var(--panel-control-hover)}.runtime-proof__export button:disabled,.runtime-proof__project button:disabled{opacity:.3}.runtime-proof__project{border-top:1px solid var(--panel-divider)}.runtime-proof__project button svg{width:.875rem;height:.875rem}.runtime-proof__project output,.toolcraft-output-content>output,.toolcraft-file-input output{color:var(--muted-foreground);font-size:.6875rem}.toolcraft-file-input input{max-width:100%;color:var(--muted-foreground);font-size:.6875rem}@media (width<=47.99rem){.toolcraft-editor__canvas{border-radius:.5rem;order:0;min-height:58dvh;position:relative;inset:auto}.toolcraft-panel-host--controls{order:1}.toolcraft-panel-host--output{order:2}.visual-inspector__surface,.toolcraft-panel-host--output .toolcraft-panel-surface,.toolcraft-output-content{max-height:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-animation-delay:0s;--tw-animation-direction:normal;--tw-animation-duration:initial;--tw-animation-fill-mode:none;--tw-animation-iteration-count:1;--tw-enter-blur:0;--tw-enter-opacity:1;--tw-enter-rotate:0;--tw-enter-scale:1;--tw-enter-translate-x:0;--tw-enter-translate-y:0;--tw-exit-blur:0;--tw-exit-opacity:1;--tw-exit-rotate:0;--tw-exit-scale:1;--tw-exit-translate-x:0;--tw-exit-translate-y:0}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.grid{display:grid}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.paused{animation-play-state:paused}}@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}:root{--font-sans:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:ui-monospace,"SFMono-Regular","SF Mono",Menlo,Consolas,monospace;--background:oklch(0% 0 0);--foreground:oklch(97.7% 0 0);--card:oklch(20.5% 0 0);--card-foreground:oklch(98.5% 0 0);--popover:oklch(20.5% 0 0);--popover-foreground:oklch(98.5% 0 0);--link:#70b0fa;--primary:oklch(92.2% 0 0);--primary-foreground:oklch(20.5% 0 0);--muted:#262626;--muted-foreground:oklch(70.8% 0 0);--accent:#0c8ce9;--destructive:#ef4343;--border:oklch(31.1% .013 279.19);--ring:oklch(55.6% 0 0);--panel-border:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root{--panel-border:color-mix(in oklab,var(--foreground)12%,transparent)}}:root{--panel-divider:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root{--panel-divider:color-mix(in oklab,var(--foreground)8%,transparent)}}:root{--panel-control:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root{--panel-control:color-mix(in oklab,var(--foreground)5%,transparent)}}:root{--panel-control-hover:var(--foreground)}@supports (color:color-mix(in lab, red, red)){:root{--panel-control-hover:color-mix(in oklab,var(--foreground)9%,transparent)}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--foreground);background:var(--background);font-family:var(--font-sans);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;border-color:var(--border);scrollbar-width:thin;scrollbar-color:var(--foreground)transparent}@supports (color:color-mix(in lab, red, red)){*{scrollbar-color:color-mix(in oklab,var(--foreground)10%,transparent)transparent}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-thumb{background:var(--foreground);border-radius:999px;min-height:2.75rem}@supports (color:color-mix(in lab, red, red)){::-webkit-scrollbar-thumb{background:color-mix(in oklab,var(--foreground)10%,transparent)}}html,body,#root{width:100%;min-width:320px;height:100%;min-height:100%;margin:0;overflow:hidden}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--ring)}label:has(input:focus-visible){outline:2px solid var(--ring)}@supports (color:color-mix(in lab, red, red)){button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid color-mix(in oklab,var(--ring)70%,transparent)}label:has(input:focus-visible){outline:2px solid color-mix(in oklab,var(--ring)70%,transparent)}}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline-offset:2px}label:has(input:focus-visible){outline-offset:2px}::selection{color:var(--primary-foreground);background:var(--primary)}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto;transition-duration:.01ms;animation-duration:.01ms;animation-iteration-count:1}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.toolcraft-app{width:100%;height:100dvh;min-height:40rem;color:var(--foreground);background:oklch(14.5% 0 0);position:relative;overflow:hidden}.skip-link{z-index:100;color:var(--foreground);background:var(--popover);border-radius:.375rem;padding:.5rem .75rem;font-size:.75rem;position:fixed;top:.5rem;left:50%;translate:-50% -200%}.skip-link:focus{translate:-50%}.floating-popup-surface{border:1px solid var(--panel-border);background:color-mix(in oklab, var(--popover) 75%, transparent)}.toolcraft-panel-surface{isolation:isolate;width:300px;max-height:calc(100dvh - 1.25rem);color:var(--popover-foreground);-webkit-backdrop-filter:blur(25px)saturate(1.5);backdrop-filter:blur(25px)saturate(1.5);border-radius:.5rem;overflow:hidden;box-shadow:0 12px 32px #0003}.toolcraft-panel-host{z-index:30;pointer-events:none;position:absolute}.toolcraft-panel-host>*{pointer-events:auto}.toolcraft-panel-host--library,.toolcraft-panel-host--layers{top:.625rem;left:.625rem}.toolcraft-panel-host--controls{top:.625rem;right:.625rem}.toolcraft-panel-host--output{bottom:3.75rem;left:.625rem}.toolcraft-panel-host--toolbar{z-index:70;bottom:.625rem;left:50%;translate:-50%}.toolcraft-panel-host--toolbar .toolcraft-panel-surface{width:auto}.toolcraft-panel-header{touch-action:none;cursor:grab;align-items:center;gap:.375rem;min-height:2.25rem;padding:0 .25rem 0 .5rem;display:flex}.toolcraft-panel-header:active{cursor:grabbing}.toolcraft-panel-handle{color:color-mix(in oklab, var(--foreground) 30%, transparent);flex:none;place-items:center;display:grid}.toolcraft-panel-heading{flex:1;align-items:baseline;gap:.375rem;min-width:0;display:flex}.toolcraft-panel-heading h1,.toolcraft-panel-heading span{text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.toolcraft-panel-heading h1{letter-spacing:-.01em;font-size:.8125rem;font-weight:550}.toolcraft-panel-heading span{color:color-mix(in oklab, var(--foreground) 40%, transparent);font-size:.6875rem}.toolcraft-panel-actions{align-items:center;gap:.25rem;display:flex}.toolcraft-panel-section{border-top:1px solid var(--panel-divider);padding:.5rem .75rem .75rem}.toolcraft-panel-section>h2{color:color-mix(in oklab, var(--foreground) 45%, transparent);letter-spacing:-.01em;margin:0 0 .5rem;font-size:.6875rem;font-weight:500}.toolcraft-panel-links,.toolcraft-category-list{gap:.125rem;display:grid}.toolcraft-panel-links a,.toolcraft-category-list button{width:100%;min-height:1.75rem;color:color-mix(in oklab, var(--foreground) 62%, transparent);text-align:left;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.5rem;padding:0 .5rem;font-size:.75rem;text-decoration:none;display:flex}.toolcraft-panel-links svg{width:.875rem;height:.875rem}.toolcraft-panel-links a:hover,.toolcraft-category-list button:hover,.toolcraft-panel-links a[aria-current],.toolcraft-category-list button[aria-pressed=true]{color:var(--foreground);background:var(--panel-control-hover)}.toolcraft-panel-note{border-top:1px solid var(--panel-divider);min-height:2.25rem;color:color-mix(in oklab, var(--foreground) 42%, transparent);align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.6875rem;display:flex}.toolcraft-panel-note svg{flex:none}.toolcraft-toolbar{justify-content:center;align-items:center;gap:.375rem;width:auto;min-height:2.5rem;padding:.25rem;display:flex}.toolcraft-toolbar a,.toolcraft-toolbar button{width:2rem;height:2rem;color:color-mix(in oklab, var(--foreground) 66%, transparent);background:0 0;border:0;border-radius:.375rem;flex:none;place-items:center;padding:0;text-decoration:none;display:inline-grid}.toolcraft-toolbar a:hover,.toolcraft-toolbar button:hover:not(:disabled),.toolcraft-toolbar a[aria-current]{color:var(--foreground);background:var(--panel-control-hover)}.toolcraft-toolbar button:disabled{opacity:.25}.toolcraft-toolbar svg{width:1rem;height:1rem}.toolcraft-toolbar__divider{background:var(--panel-divider);width:1px;height:1.25rem;margin:0 .125rem;display:block}.toolcraft-toolbar__status{min-width:4ch;height:2rem;color:color-mix(in oklab, var(--foreground) 80%, transparent);font-family:var(--font-mono);white-space:nowrap;justify-content:center;align-items:center;font-size:.6875rem;display:inline-flex}.toolcraft-toolbar button.toolcraft-toolbar__zoom-status{width:auto;min-width:4ch;padding-inline:.25rem}.toolcraft-library__canvas,.project-library__canvas{background:radial-gradient(circle, color-mix(in oklab, var(--foreground) 6%, transparent) 0 .65px, transparent .8px) 0 0 / 16px 16px, oklch(14.5% 0 0);position:absolute;inset:0;overflow:auto}.toolcraft-library__content{width:min(100%,92rem);min-height:100%;margin:0 auto;padding:clamp(4rem,8vw,7rem) 2rem 7rem 21rem}.toolcraft-library__heading{gap:1rem;max-width:68rem;margin-bottom:2.5rem;display:grid}.toolcraft-library__heading>p,.toolcraft-library__heading h1,.toolcraft-library__heading div p{margin:0}.toolcraft-library__heading>p{color:color-mix(in oklab, var(--foreground) 45%, transparent);font-family:var(--font-mono);letter-spacing:.03em;text-transform:uppercase;font-size:.6875rem}.toolcraft-library__heading h1{letter-spacing:-.055em;max-width:15ch;font-size:clamp(2.5rem,5vw,5rem);font-weight:520;line-height:.95}.toolcraft-library__heading>div{max-width:48rem;color:color-mix(in oklab, var(--foreground) 48%, transparent);justify-content:space-between;gap:1.5rem;font-size:.8125rem;line-height:1.5;display:flex}.visual-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.visual-card{border:1px solid var(--panel-divider);min-width:0;color:var(--foreground);background:color-mix(in oklab, var(--popover) 62%, transparent);border-radius:.5rem;padding:.25rem;transition:border-color .15s,translate .15s;overflow:hidden;box-shadow:0 8px 24px #0000001a}.visual-card:has(.visual-card__open):hover{border-color:color-mix(in oklab, var(--foreground) 24%, transparent);translate:0 -2px}.visual-card__poster{aspect-ratio:4/3;background:#0e0e0e;border-radius:.375rem;position:relative;overflow:hidden}.visual-card__fallback,.visual-card__preview{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.visual-card__edition{z-index:2;color:#ffffffb3;font-family:var(--font-mono);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000073;border-radius:.25rem;padding:.2rem .35rem;font-size:.625rem;position:absolute;top:.5rem;right:.5rem}.visual-card__meta{justify-content:space-between;align-items:end;gap:.75rem;padding:.65rem .5rem .45rem;display:flex}.visual-card__meta p,.visual-card__meta h2,.visual-card__description{margin:0}.visual-card__meta p{color:color-mix(in oklab, var(--foreground) 38%, transparent);margin-bottom:.1rem;font-size:.625rem}.visual-card__meta h2{font-size:.8125rem;font-weight:550}.visual-card__open,.visual-card__meta>span{color:var(--link);white-space:nowrap;font-size:.6875rem;text-decoration:none}.visual-card__description{display:none}.gallery-state{border:1px dashed var(--panel-border);min-height:20rem;color:color-mix(in oklab, var(--foreground) 56%, transparent);text-align:left;border-radius:.5rem;grid-template-columns:auto minmax(0,30rem);place-content:center;gap:1rem;display:grid}.gallery-state h2,.gallery-state p{margin:0 0 .5rem}.gallery-state__index{font-family:var(--font-mono);font-size:.6875rem}.gallery-state button,.project-library button,.project-library__state a{border:1px solid var(--panel-divider);min-height:1.875rem;color:var(--foreground);background:var(--panel-control);border-radius:.375rem;padding:0 .65rem;font-size:.75rem;text-decoration:none}.visual-skeleton{aspect-ratio:4/3;border:1px solid var(--panel-divider);background:linear-gradient(100deg,#202020 20%,#292929 40%,#202020 60%) 0 0/200% 100%;border-radius:.5rem;animation:1.3s linear infinite toolcraft-shimmer}@keyframes toolcraft-shimmer{to{background-position:-200% 0}}.poster-art{width:100%;height:100%;display:block}.poster-art--missing{color:var(--muted-foreground);background:var(--muted);place-items:center;display:grid}.project-library__main{width:min(100%,68rem);min-height:100%;margin:0 auto;padding:5rem 2rem 7rem 21rem}.project-library__intro{gap:.75rem;max-width:40rem;margin-bottom:2rem;display:grid}.project-library__intro p,.project-library__intro h1{margin:0}.project-library__intro>p:first-child,.project-library__item p{color:color-mix(in oklab, var(--foreground) 42%, transparent);font-family:var(--font-mono);font-size:.6875rem}.project-library__intro h1{letter-spacing:-.055em;font-size:clamp(2.5rem,6vw,5rem);font-weight:520;line-height:.95}.project-library__intro>p:nth-child(3),.project-library__state p{color:color-mix(in oklab, var(--foreground) 50%, transparent);font-size:.8125rem;line-height:1.5}.project-library__import{border:1px solid var(--panel-divider);background:var(--panel-control);border-radius:.375rem;align-items:center;width:max-content;min-height:1.875rem;padding:0 .65rem;font-size:.75rem;display:inline-flex;position:relative}.project-library__import input{clip-path:inset(50%);width:1px;height:1px;position:absolute}.project-library__intro output{color:var(--muted-foreground);font-size:.6875rem}.project-library__list{gap:.5rem;display:grid}.project-library__item{border:1px solid var(--panel-divider);background:color-mix(in oklab, var(--popover) 64%, transparent);border-radius:.5rem;gap:.75rem;padding:.75rem;display:grid}.project-library__item form,.project-library__item>div{flex-wrap:wrap;align-items:end;gap:.5rem;display:flex}.project-library__item label{color:var(--muted-foreground);flex:14rem;gap:.3rem;font-size:.6875rem;display:grid}.project-library__item input{border:1px solid var(--panel-divider);width:100%;min-height:1.875rem;color:var(--foreground);background:color-mix(in oklab, var(--background) 30%, transparent);border-radius:.375rem;padding:0 .5rem;font-size:.75rem}.project-library__item a{border:1px solid var(--panel-divider);min-height:1.875rem;color:var(--foreground);background:var(--panel-control);border-radius:.375rem;align-items:center;padding:0 .65rem;font-size:.75rem;text-decoration:none;display:inline-flex}.project-library__state{border:1px dashed var(--panel-border);text-align:center;border-radius:.5rem;place-content:center;min-height:18rem;padding:2rem;display:grid}.project-library__state h2,.project-library__state p{max-width:30rem;margin:0 0 .75rem}.project-library__state a{align-items:center;width:max-content;margin:0 auto;display:inline-flex}.project-library__dialog{z-index:100;background:#000000a6;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.project-library__dialog>div{border:1px solid var(--panel-border);background:var(--popover);border-radius:.75rem;gap:.75rem;width:min(100%,26rem);padding:1rem;display:grid;box-shadow:0 24px 80px #00000073}.project-library__dialog p,.project-library__dialog h2{margin:0}.project-library__dialog>div>div{gap:.5rem;display:flex}@media (width<=74rem){.visual-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=47.99rem){html,body,#root{overflow:auto}.toolcraft-app{flex-direction:column;gap:.5rem;height:auto;min-height:100dvh;padding:.5rem;display:flex;overflow:visible}.toolcraft-panel-host,.toolcraft-panel-host--toolbar{width:100%;position:relative;inset:auto;translate:none}.toolcraft-panel-host--library,.toolcraft-panel-host--layers{order:-2}.toolcraft-panel-host--toolbar{z-index:70;order:20;position:sticky;bottom:.5rem}.toolcraft-panel-surface{width:100%;max-height:none}.toolcraft-panel-host--toolbar .toolcraft-panel-surface{width:max-content;max-width:100%;margin:0 auto}.toolcraft-category-list{display:flex;overflow-x:auto}.toolcraft-category-list button{flex:none;width:auto}.toolcraft-library__canvas,.project-library__canvas{border-radius:.5rem;order:0;min-height:60dvh;position:relative;inset:auto;overflow:visible}.toolcraft-library__content,.project-library__main{width:100%;padding:2rem .75rem 5rem}.toolcraft-library__heading h1,.project-library__intro h1{font-size:clamp(2.4rem,13vw,4rem)}.visual-grid{grid-template-columns:1fr}}
