*{box-sizing:border-box;margin:0;padding:0}::selection{color:#fff;background:#353535}::selection{color:#fff;background:#353535}:root{--bg-body:#040406;--text-primary:#fff;--bg-preview:#0a0a0d;--bg-panel:#08080b;--border-color:#ffffff1a;--bg-control:#ffffff08;--border-control:#ffffff24;--text-secondary:#ffffffd1;--text-muted:#ffffff8c;--text-label:#ffffffd1;--text-section:#fff6;--text-drop:#ffffff73;--text-drop-sub:#ffffff59;--stroke-drop:#ffffff40;--bg-hover:#ffffff0f;--slider-track:#ffffff24;--slider-thumb:#fff;--slider-thumb-border:#040406;--toggle-bg:#ffffff24;--toggle-knob:#fff;--btn-primary-bg:#fff;--btn-primary-text:#040406;--btn-primary-hover:#ffffffeb;--btn-secondary-bg:#ffffff08;--btn-secondary-text:#ffffffd1;--btn-secondary-border:#ffffff24;--btn-secondary-hover:#ffffff14;--scrollbar-thumb:#ffffff2e;--accent:#fff;--accent-text:#040406;--progress-bg:#ffffff24;--chevron-color:%23ffffff;--letterpress-line:#00000078;--letterpress-highlight:#ffffff0f;--ease:cubic-bezier(.16, 1, .3, 1);--ease-exit:cubic-bezier(.4, 0, 1, 1);--dur-1:.12s;--dur-2:.2s;--dur-3:.35s;--focus-color:#ffffffb3;--backdrop:#0009}:root.light{--bg-body:#f7f7f5;--text-primary:#0a0a0a;--bg-preview:#efefed;--bg-panel:#fcfcfb;--border-color:#0000001f;--bg-control:#00000008;--border-control:#00000029;--text-secondary:#000000d1;--text-muted:#0000008c;--text-label:#000000d1;--text-section:#0000006b;--text-drop:#00000073;--text-drop-sub:#00000059;--stroke-drop:#00000047;--bg-hover:#0000000d;--slider-track:#0000002e;--slider-thumb:#0a0a0a;--slider-thumb-border:#f7f7f5;--toggle-bg:#00000029;--toggle-knob:#0a0a0a;--btn-primary-bg:#0a0a0a;--btn-primary-text:#fff;--btn-primary-hover:#262626;--btn-secondary-bg:transparent;--btn-secondary-text:#000000d1;--btn-secondary-border:#00000047;--btn-secondary-hover:#0000000f;--scrollbar-thumb:#00000038;--accent:#0a0a0a;--accent-text:#fff;--progress-bg:#00000024;--chevron-color:%23000000;--letterpress-line:#0000001a;--letterpress-highlight:#fff9;--focus-color:#000000a6}@font-face{font-family:GeistPixel-Square;src:url(/app/landing-assets/fonts/GeistPixel-Square.woff2)format("woff2"),url(/app/landing-assets/fonts/GeistPixel-Square.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}body{background:var(--bg-body);color:var(--text-primary);font-family:Satoshi,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.editor-root{height:100vh;transition:background .3s,color .3s;display:flex;overflow:hidden}#preview-area{background:var(--bg-preview);flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}#output-canvas{object-fit:contain;border-radius:6px;max-width:90%;max-height:70vh;display:block}.mask-info-icon{cursor:help;color:var(--text-muted);align-items:center;transition:color .15s;display:inline-flex;position:relative}.mask-info-icon:hover{color:var(--text-primary)}.mask-tooltip{background:var(--bg-control);color:var(--text-secondary);border:1px solid var(--border-control);letter-spacing:0;text-transform:none;white-space:normal;z-index:9999;pointer-events:none;border-radius:6px;width:220px;padding:8px 12px;font-size:12px;font-weight:400;line-height:1.5;display:none;position:fixed;box-shadow:0 4px 12px #00000026}.mask-tooltip.visible{display:block}#mask-overlay{object-fit:contain;cursor:crosshair;z-index:5;border-radius:6px;max-width:90%;max-height:70vh;position:absolute}#crop-modal{z-index:1000;opacity:0;pointer-events:none;transition:opacity var(--dur-3) var(--ease);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#crop-modal.open{opacity:1;pointer-events:auto}#crop-modal.transitioning #crop-modal-canvas{opacity:0}#crop-modal-canvas{transition:opacity .18s}.crop-transition-ghost{z-index:1500;pointer-events:none;transform-origin:0 0;will-change:transform, opacity, box-shadow;border-radius:8px;position:fixed;overflow:hidden;box-shadow:0 0 #0000}.crop-modal-backdrop{-webkit-backdrop-filter:blur(20px);background:#0009;position:absolute;inset:0}.crop-modal-content{z-index:1;flex-direction:column;gap:12px;width:92vw;max-width:960px;height:88vh;padding:20px;display:flex;position:relative}.crop-modal-header{color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.crop-modal-header h2{color:#fff;margin:0;font-size:16px;font-weight:600}.crop-modal-dims{color:#ffffff80;font-variant-numeric:tabular-nums;font-size:13px}.crop-modal-canvas-wrap{border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:0;display:flex;overflow:hidden}#crop-modal-canvas{border-radius:6px;display:block}.crop-modal-toolbar{flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;display:flex}.crop-modal-rotate-group{gap:8px;display:flex}.crop-modal-rotate-group button{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:8px 14px;font-size:13px;transition:background .15s}.crop-modal-aspect-group{align-items:center;gap:8px;margin-left:16px;display:flex}.crop-modal-aspect-group label{color:var(--text-muted);letter-spacing:.3px;text-transform:uppercase;font-size:12px}.crop-aspect-select{background:var(--bg-control);color:var(--text-secondary);border:1px solid var(--border-control);cursor:pointer;appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--text-muted) 50%), linear-gradient(135deg, var(--text-muted) 50%, transparent 50%);background-position:calc(100% - 14px),calc(100% - 9px);background-repeat:no-repeat;background-size:5px 5px,5px 5px;border-radius:6px;outline:none;padding:6px 26px 6px 10px;font-size:13px}.crop-aspect-select:focus{border-color:var(--text-primary)}.crop-modal-rotate-group button:hover{background:#fff3}.crop-modal-actions{gap:8px;display:flex}.crop-modal-actions .crop-btn{cursor:pointer;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:500;transition:background .15s}.crop-btn-cancel{color:#fff;background:#ffffff1a}.crop-btn-cancel:hover{background:#ffffff2e}.crop-btn-save{color:#111;background:#fff}.crop-btn-save:hover{background:#e8e8e8}::view-transition-old(root){mix-blend-mode:normal;animation:none}::view-transition-new(root){mix-blend-mode:normal;animation:none}#drop-zone{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:background .2s;display:flex;position:absolute;inset:0}#drop-zone:hover,#drop-zone.dragover{background:var(--bg-hover)}#drop-zone.hidden{display:none}#drop-zone>svg{width:64px;height:64px;stroke:var(--stroke-drop);fill:none;stroke-width:1.5px}#drop-zone p{color:var(--text-drop);font-size:15px}#drop-zone span{color:var(--text-drop-sub);font-size:12px}#panel{background:var(--bg-panel);border-left:1px solid var(--border-color);flex-direction:column;width:320px;min-width:320px;display:flex;overflow-y:auto}#panel::-webkit-scrollbar{width:4px}#panel::-webkit-scrollbar-track{background:0 0}#panel::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.panel-header{border-bottom:1px solid var(--letterpress-line);box-shadow:0 1px 0 var(--letterpress-highlight);justify-content:space-between;align-items:center;padding:20px 20px 12px;display:flex}.panel-header h1{letter-spacing:-.3px;font-size:16px;font-weight:600}.panel-section{border-bottom:1px solid var(--letterpress-line);box-shadow:0 1px 0 var(--letterpress-highlight);padding:16px 20px}.panel-section:last-child{box-shadow:none;border-bottom:none}.panel-section h3{text-transform:uppercase;letter-spacing:.8px;color:var(--text-section);margin-bottom:14px;font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace;font-size:11px}.control-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.control-row:last-child{margin-bottom:0}.control-row label{color:var(--text-label);flex-shrink:0;font-size:13px}.control-row .right{align-items:center;gap:8px;display:flex}.control-row input[type=range]{appearance:none;background:var(--slider-track);border-radius:2px;outline:none;width:120px;height:4px}.control-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--slider-thumb);cursor:pointer;border:2px solid var(--slider-thumb-border);border-radius:50%;width:14px;height:14px}.control-row .value{color:var(--text-muted);text-align:right;font-variant-numeric:tabular-nums;min-width:28px;font-size:11px}.control-row select{background:var(--bg-control);color:var(--text-secondary);border:1px solid var(--border-control);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='var(--chevron-color)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;border-radius:4px;outline:none;padding:4px 28px 4px 8px;font-size:12px}.control-row input[type=text]{background:var(--bg-control);color:var(--text-secondary);border:1px solid var(--border-control);border-radius:4px;outline:none;width:100%;padding:4px 8px;font-family:Courier New,monospace;font-size:12px}.control-row input[type=text]:focus,.control-row select:focus{border-color:var(--text-muted)}.toggle-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.light-pad-wrap{background:var(--bg-control,#0d0d0d);border:1px solid var(--border-control,#ffffff14);border-radius:8px;margin:6px 0 0;position:relative;overflow:hidden}#light-pad{cursor:crosshair;touch-action:none;width:100%;height:auto;display:block}#light-svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.light-pad-meta{pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute;top:6px;right:6px}.light-pad-meta #lights-count{letter-spacing:.04em;color:var(--text-muted,#888);-webkit-backdrop-filter:blur(4px);pointer-events:auto;background:#0000008c;border-radius:999px;padding:3px 7px;font-size:10.5px}.light-delete-btn{pointer-events:auto;color:var(--text-muted,#aaa);cursor:pointer;-webkit-backdrop-filter:blur(4px);background:#0000008c;border:none;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:color .15s,background .15s;display:flex}.light-delete-btn:hover{color:#ff6b6b;background:#ff6b6b26}.light-delete-btn:disabled{opacity:.35;cursor:not-allowed}.light-pad-hint{color:var(--text-muted,#888);background:var(--bg-control,#ffffff08);border:1px solid var(--border-control,#ffffff0f);border-radius:6px;margin:8px 0 12px;padding:8px 10px;font-size:11px;line-height:1.45}.light-perf-note{color:#ffd591;opacity:1;background:#ffb3661a;border:1px solid #ffb3664d;border-radius:6px;align-items:flex-start;gap:8px;margin:-4px 0 12px;padding:8px 10px;font-size:11px;line-height:1.45;transition:opacity .6s;display:flex}.light-perf-note.fade-out{opacity:0}.toggle-row label{color:var(--text-label);font-size:13px}.toggle{background:var(--toggle-bg);cursor:pointer;border-radius:10px;width:36px;height:20px;transition:background .2s;position:relative}.toggle.active{background:var(--accent)}.toggle:after{content:"";background:var(--toggle-knob);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle.active:after{background:var(--accent-text,#040406);transform:translate(16px)}.shapes-mods{overscroll-behavior:contain;grid-template-columns:1fr 1fr;gap:4px;max-height:240px;padding:8px 14px;display:grid;overflow-y:auto}.shapes-mods::-webkit-scrollbar{width:6px}.shapes-mods::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}.shapes-mods::-webkit-scrollbar-track{background:0 0}.shapes-mods .smod{background:var(--bg-secondary,transparent);border:1px solid var(--border,#ffffff24);color:var(--text-primary);cursor:pointer;text-align:left;border-radius:4px;min-width:0;padding:6px 8px;font-size:11px;line-height:1.2;transition:background .12s,border-color .12s,color .12s}.shapes-mods .smod:hover{background:#ffffff0a}.shapes-mods .smod.on{background:var(--accent,#fff);color:var(--accent-text,#000);border-color:var(--accent,#fff)}.shapes-mods .smod__hint{opacity:.55;margin-top:1px;font-size:9px;display:block}.shapes-mods .smod.on .smod__hint{opacity:.75}.btn{cursor:pointer;border:none;border-radius:6px;width:100%;margin-bottom:8px;padding:10px;font-size:13px;font-weight:500;transition:background .15s}.btn:last-child{margin-bottom:0}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text)}.btn-primary:hover{background:var(--btn-primary-hover)}.btn-secondary{background:var(--btn-secondary-bg);color:var(--btn-secondary-text);border:1px solid var(--btn-secondary-border)}.btn-secondary:hover{background:var(--btn-secondary-hover)}#file-input{display:none}.custom-chars-row{margin-top:4px}#theme-toggle{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}#theme-toggle:hover{background:var(--bg-hover)}#theme-toggle svg{fill:none;width:18px;height:18px;stroke:var(--text-muted);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}#menu-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;padding:7px 6px;transition:background .15s;display:flex;overflow:hidden}#menu-btn:hover{background:var(--bg-hover)}#menu-btn .bar{background:var(--text-muted);width:18px;height:2px;transition:transform var(--dur-3) var(--ease), opacity var(--dur-2) var(--ease), width var(--dur-3) var(--ease);transform-origin:50%;border-radius:1px;display:block}#menu-btn.open .bar-top{transform:translateY(6px)rotate(45deg)}#menu-btn.open .bar-mid{opacity:0;width:0;transform:translate(-14px)}#menu-btn.open .bar-bot{transform:translateY(-6px)rotate(-45deg)}@keyframes menuAppear{0%{opacity:0;transform:perspective(600px)rotateX(-18deg)scale(.97)}to{opacity:1;transform:perspective(600px)rotateX(0)scale(1)}}.main-menu{background:var(--bg-panel);border:1px solid var(--border-color);z-index:2000;transform-origin:100% 0;border-radius:10px;min-width:190px;padding:6px;position:fixed;box-shadow:0 8px 24px #00000040}.main-menu.open{animation:menuAppear var(--dur-2) var(--ease) forwards}.menu-item{cursor:pointer;width:100%;color:var(--text-secondary);text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;font-family:inherit;font-size:13px;transition:background .12s;display:flex}.menu-item:hover{background:var(--bg-hover)}.menu-item svg{fill:none;width:15px;height:15px;stroke:var(--text-muted);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.menu-group{flex-direction:column;gap:2px;display:flex}.menu-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);opacity:.8;padding:6px 12px 4px;font-size:11px;font-weight:600}.menu-divider{background:var(--letterpress-line);height:1px;box-shadow:0 1px .65px var(--letterpress-highlight);margin:4px 0 5px}@keyframes feedbackAppear{0%{opacity:0;transform:perspective(800px)rotateX(-14deg)scale(.97)translateY(-10px)}to{opacity:1;transform:perspective(800px)rotateX(0)scale(1)translateY(0)}}#feedback-modal{z-index:3000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#feedback-modal.open{display:flex}.feedback-backdrop{background:#0009;position:absolute;inset:0}.feedback-content{z-index:1;background:var(--bg-panel);border:1px solid var(--border-color);transform-origin:top;border-radius:12px;width:400px;max-width:90vw;padding:24px;position:relative;box-shadow:0 16px 48px #0000004d}#feedback-modal.open .feedback-content{animation:feedbackAppear var(--dur-3) var(--ease) forwards}.feedback-content h2{color:var(--text-primary);margin-bottom:6px;font-size:16px;font-weight:600}.feedback-content p{color:var(--text-muted);margin-bottom:14px;font-size:13px;line-height:1.5}.feedback-content textarea{background:var(--bg-control);width:100%;color:var(--text-secondary);border:1px solid var(--border-control);resize:vertical;border-radius:8px;outline:none;min-height:110px;margin-bottom:14px;padding:10px 12px;font-family:inherit;font-size:13px;transition:border-color .15s}.feedback-content textarea:focus{border-color:var(--accent)}.feedback-actions{justify-content:flex-end;gap:8px;display:flex}#feedback-tech-toggle{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;gap:6px;padding:0 0 6px;font-family:inherit;font-size:12px;transition:color .15s;display:flex}#feedback-tech-toggle:hover{color:var(--text-secondary)}#feedback-tech-toggle svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;flex-shrink:0;width:13px;height:13px;transition:transform .2s}#feedback-tech-toggle.expanded svg{transform:rotate(180deg)}#feedback-tech-body{color:var(--text-muted);background:var(--bg-control);border:1px solid var(--border-control);white-space:pre-wrap;word-break:break-all;border-radius:6px;max-height:180px;padding:10px 12px;font-family:SF Mono,Fira Code,monospace;font-size:11px;line-height:1.6;display:none;overflow-y:auto}#feedback-tech-body::-webkit-scrollbar{width:4px}#feedback-tech-body::-webkit-scrollbar-track{background:0 0}#feedback-tech-body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}#about-modal{z-index:3000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#about-modal.open{display:flex}.about-backdrop{-webkit-backdrop-filter:blur(2px);background:#000000a6;position:absolute;inset:0}.about-content{z-index:1;background:#1e1e1e;border:1px solid #585858bf;border-radius:20px;flex-direction:column;gap:6px;width:465px;max-width:92vw;padding:6px 6px 7px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 60px #00000080}:root.light .about-content{background:#fafafa;border-color:#0002;box-shadow:0 24px 60px #0000002e}#about-modal.open .about-content{animation:feedbackAppear var(--dur-3) var(--ease) forwards}#recipe-modal{z-index:10000;justify-content:center;align-items:center;display:none;position:fixed;inset:0}#recipe-modal.open{display:flex}.recipe-backdrop{-webkit-backdrop-filter:blur(6px);background:#000000a6;position:absolute;inset:0}.recipe-content{width:min(540px,100vw - 32px);max-height:calc(100vh - 48px);color:var(--text-secondary,#e6e6e6);background:#181818;border:1px solid #ffffff14;border-radius:14px;padding:20px 22px 22px;position:relative;overflow-y:auto;box-shadow:0 24px 60px #00000080}#recipe-modal.open .recipe-content{animation:feedbackAppear var(--dur-3) var(--ease) forwards}.recipe-header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.recipe-title{color:#fff;align-items:center;gap:8px;font-size:17px;font-weight:600;display:inline-flex}.recipe-close-x{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;line-height:0;transition:background .15s,color .15s}.recipe-close-x:hover{color:#fff;background:#ffffff0f}.recipe-tabs{border-bottom:1px solid #ffffff14;gap:4px;margin-bottom:16px;display:flex}.recipe-tab{color:var(--text-muted,#888);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:8px 14px;font-size:13px;font-weight:500;transition:color .15s,border-color .15s}.recipe-desc{color:var(--text-muted,#999);margin:0 0 14px;font-size:12.5px;line-height:1.5}.recipe-label{color:var(--text-muted,#888);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px;display:block}.recipe-input-row{align-items:stretch;gap:8px;display:flex}.recipe-input-row input[type=text],.recipe-input-row textarea,#recipe-apply-input{color:#e6e6e6;resize:vertical;background:#0e0e0e;border:1px solid #ffffff1a;border-radius:6px;outline:none;flex:1;padding:8px 10px;font-family:IBM Plex Mono,Courier New,monospace;font-size:12px}.recipe-copy-btn{white-space:nowrap;flex:none;justify-content:center;align-items:center;gap:6px;width:auto;min-width:112px;margin-bottom:0;padding:8px 14px;display:inline-flex}.recipe-copy-btn .copy-btn-icon{line-height:0;display:none}.recipe-copy-btn[data-state=idle] .copy-icon-default,.recipe-copy-btn[data-state=loading] .copy-icon-loading,.recipe-copy-btn[data-state=success] .copy-icon-success{display:inline-flex}.recipe-copy-btn[data-state=loading] .copy-icon-loading svg{animation:.8s linear infinite copy-spin}@keyframes copy-spin{to{transform:rotate(360deg)}}.recipe-copy-btn[data-state=success]{color:#6fd07a;background:#6fd07a2e}.recipe-input-row>.recipe-copy-btn.recipe-copy-btn--grow{flex:auto}#recipe-apply-input{box-sizing:border-box;width:100%;min-height:120px;display:block}.recipe-hint{color:var(--text-muted,#888);margin:10px 0 0;font-size:11.5px;line-height:1.45}.recipe-hint.error{color:#ff7373}.recipe-hint.success{color:#6fd07a}#toast-container{z-index:10001;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{color:#fff;pointer-events:auto;background:#1c1c1c;border:1px solid #ffffff1a;border-radius:8px;max-width:min(420px,100vw - 32px);padding:10px 18px;font-size:13px;animation:.22s ease-out toastIn;box-shadow:0 8px 24px #0006}.toast.error{border-color:#ff505066}.toast.success{border-color:#6ec87a66}.toast.fade-out{animation:.35s ease-in forwards toastOut}@keyframes toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.about-hero{background-color:#000;border-radius:16px;flex-shrink:0;width:100%;height:216px;position:relative;overflow:hidden}.about-hero-media{object-fit:cover;pointer-events:none;opacity:0;width:526px;height:272px;transition:opacity .25s ease-out;position:absolute;top:-9px;left:-37px}.about-hero-media.ready{opacity:1}.about-hero-title{color:#fff;pointer-events:none;white-space:nowrap;align-items:center;gap:8.082px;width:177.08px;height:44px;font-family:Instrument Serif,Times New Roman,serif;font-weight:400;line-height:normal;display:flex;position:absolute;top:86px;left:137px}.about-hero-title .about-sparkle{flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Emoji,Apple Color Emoji,sans-serif;font-size:40.193px}.about-hero-title .about-title-text{flex-shrink:0;font-size:34.218px}.about-hero-title .about-sparkle-glow{filter:blur(15.6px);pointer-events:none;font-size:40.193px;position:absolute;top:2px;left:4px}.about-close-x{color:#fff;cursor:pointer;z-index:2;opacity:.85;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:6px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:8px;right:7px}.about-close-x:hover{opacity:1;background:#ffffff14}.about-close-x svg{width:16px;height:16px}.about-body{background:#151515;border-radius:16px;flex-direction:column;flex:1;width:100%;padding:25px 21px 20px;display:flex;position:relative}:root.light .about-body{background:#fff}.about-description{color:#ffffff8f;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.6}:root.light .about-description{color:#0000009e}.about-divider{background:var(--letterpress-line);width:100%;max-width:407.5px;height:1px;box-shadow:0 1px .65px var(--letterpress-highlight);flex-shrink:0;align-self:center}.about-divider.about-divider-1{margin-top:25px}.about-divider.about-divider-2{margin-top:18px}.about-credit-row{justify-content:space-between;align-items:center;gap:12px;margin-top:18px;display:flex}.about-credit{letter-spacing:-.28px;color:#ffffff8f;white-space:nowrap;margin:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.359}:root.light .about-credit{color:#0000009e}.about-credit strong{color:#fff;font-weight:400}:root.light .about-credit strong{color:#000}.about-socials{align-items:center;gap:16px;display:flex}.about-social-link{color:#ffffffd9;justify-content:center;align-items:center;text-decoration:none;transition:opacity .15s,transform .15s,color .15s;display:flex}:root.light .about-social-link{color:#000000c7}.about-social-link:hover{color:#fff;transform:translateY(-1px)}:root.light .about-social-link:hover{color:#000}.about-social-link.about-social-ig svg{width:20px;height:20px}.about-social-link.about-social-x svg{width:16px;height:16px}.about-footer{color:#ffffff8f;opacity:.4;white-space:nowrap;align-self:center;margin:21px 0 0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-size:12px;font-weight:400;line-height:1.622}:root.light .about-footer{color:#0000009e}.bg-attribution-toast{color:#ccc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;opacity:0;pointer-events:none;background:#000000bf;border:1px solid #ffffff1f;border-radius:8px;padding:10px 14px;font-size:12px;transition:opacity .4s,transform .4s;position:absolute;bottom:16px;left:16px;transform:translateY(8px)}.bg-attribution-toast.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.bg-attribution-toast a{color:#fff;text-underline-offset:2px;text-decoration:underline}.bg-attribution-toast a:hover{color:var(--accent)}.bg-attribution-static{color:var(--text-muted);opacity:.5;z-index:4;font-size:11px;position:absolute;bottom:16px;left:16px}.bg-attribution-static a{color:var(--text-secondary);text-decoration:none}.bg-attribution-static a:hover{color:var(--text-primary);text-decoration:underline}.btn-inspire-float{background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);color:var(--btn-secondary-text);cursor:pointer;transition:background var(--dur-2), border-color var(--dur-2), color var(--dur-2), transform var(--dur-2);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;border-radius:8px;align-items:center;gap:6px;padding:8px 16px;font-size:12px;font-weight:500;display:flex;position:absolute;bottom:16px;right:16px}.btn-inspire-float:hover{background:var(--btn-secondary-hover);transform:translateY(-1px)}.panel-footer{margin-top:auto;padding:16px 20px}@media (max-width:768px){.editor-root{flex-direction:column;height:auto;overflow:auto}#preview-area{width:100%;min-height:50vh;max-height:60vh}#output-canvas{max-height:55vh}#panel{width:100%;min-width:unset;border-left:none;border-top:1px solid var(--letterpress-line);box-shadow:0 1px 0 var(--letterpress-highlight) inset;max-height:none;overflow-y:visible}.panel-header{background:var(--bg-panel);z-index:10;position:sticky;top:0}.control-row input[type=range]{width:100px}}@media (max-width:400px){.panel-section{padding:12px 16px}.control-row input[type=range]{width:80px}}.postfx-effect{padding:6px 0}@keyframes spin{to{transform:rotate(360deg)}}.bg-gallery-grid{grid-template-columns:repeat(4,1fr);gap:6px;max-height:220px;margin-bottom:12px;display:grid;overflow-y:auto}.bg-gallery-grid::-webkit-scrollbar{width:4px}.bg-gallery-grid::-webkit-scrollbar-track{background:0 0}.bg-gallery-grid::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:2px}.bg-thumb{cursor:pointer;background:var(--bg-control);border:2px solid #0000;border-radius:6px;width:100%;height:0;padding-bottom:100%;transition:border-color .15s;position:relative;overflow:hidden}.bg-thumb:hover{border-color:var(--text-muted)}.bg-thumb.active{border-color:var(--text-primary)}.bg-thumb img,.bg-thumb canvas{object-fit:cover;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.bg-thumb-video:after{content:"";background:#00000040;position:absolute;inset:0}.bg-thumb-video:before{content:"";z-index:1;filter:drop-shadow(0 1px 2px #00000080);border-top:5px solid #0000;border-bottom:5px solid #0000;border-left:8px solid #fff;width:0;height:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.postfx-header{align-items:center;gap:10px;display:flex}.postfx-header label{color:var(--text-secondary);cursor:pointer;white-space:nowrap;font-size:13px}.postfx-inline-slider{align-items:center;margin-left:auto;display:none}.postfx-inline-slider.visible{display:flex}.postfx-inline-slider input[type=range]{appearance:none;background:var(--slider-track);border-radius:2px;outline:none;width:100px;height:4px}.postfx-inline-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;background:var(--slider-thumb);cursor:pointer;border:2px solid var(--slider-thumb-border);border-radius:50%;width:14px;height:14px}.postfx-controls{padding:8px 0 0}.presets-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.preset-card{cursor:pointer;background:#161616 50%/cover no-repeat padding-box padding-box;border:2px solid #0000;border-radius:8px;width:100%;height:0;padding-bottom:66%;transition:border-color .15s;position:relative;overflow:hidden}.preset-card:hover{border-color:var(--text-muted)}.preset-card.active{border-color:var(--text-primary)}.preset-card .pc-tint{opacity:.36;mix-blend-mode:overlay;pointer-events:none;position:absolute;inset:0}.preset-card .pc-grad{pointer-events:none;background:linear-gradient(#0000 22%,#00000073 68%,#000000eb 100%);position:absolute;inset:0}.preset-card .pc-name{z-index:1;color:#fff;text-shadow:0 1px 3px #000000b3;letter-spacing:-.1px;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:600;position:absolute;bottom:7px;left:9px;right:9px;overflow:hidden}.presets-viewmore{width:100%;color:var(--text-secondary);background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-top:8px;padding:10px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.presets-viewmore:hover{background:var(--btn-secondary-hover)}.recipes-action-row{gap:8px;margin-bottom:8px;display:flex}.recipes-action{color:var(--text-secondary);background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);cursor:pointer;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:8px;padding:10px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.recipes-action:hover{background:var(--btn-secondary-hover);color:var(--text-primary)}.recipes-action--full{width:100%}.panel-section.collapsible>.sec-head{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;display:flex}.sec-head .sec-chevron{color:var(--text-muted);flex-shrink:0;margin-left:auto;transition:transform .2s}.panel-section.collapsed>.sec-head{margin-bottom:0}.panel-section.collapsed>.sec-head .sec-chevron{transform:rotate(-90deg)}.panel-section.collapsed>:not(.sec-head){display:none!important}.panel-section.animating-in>:not(.sec-head){animation:secItemIn var(--dur-3) var(--ease) backwards}.panel-section.animating-in>:not(.sec-head):first-of-type{animation-delay:40ms}.panel-section.animating-in>:not(.sec-head):nth-of-type(2){animation-delay:80ms}.panel-section.animating-in>:not(.sec-head):nth-of-type(3){animation-delay:.12s}.panel-section.animating-in>:not(.sec-head):nth-of-type(4){animation-delay:.16s}.panel-section.animating-in>:not(.sec-head):nth-of-type(5){animation-delay:.2s}.panel-section.animating-in>:not(.sec-head):nth-of-type(6){animation-delay:.24s}.panel-section.animating-in>:not(.sec-head):nth-of-type(n+7){animation-delay:.28s}@keyframes secItemIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.new-badge{letter-spacing:.4px;color:#0fc;background:#00ffcc1f;border:1px solid #00ffcc52;border-radius:4px;margin-left:7px;padding:1px 5px;font-size:9px;font-weight:700}:root.light .new-badge{color:#00997a;border-color:#00997a59}.color-swatch{border:1px solid var(--border-control);cursor:pointer;background:red;border-radius:6px;width:40px;height:28px;padding:0;box-shadow:inset 0 0 0 1px #ffffff1f}.color-filters{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.color-filter{color:var(--text-muted);background:var(--bg-control);border:1px solid var(--border-control);cursor:pointer;transition:background var(--dur-2), color var(--dur-2), border-color var(--dur-2);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:500}.color-filter:hover{color:var(--text-secondary);border-color:var(--text-muted)}.color-filter.active{color:var(--text-primary);border-color:var(--text-primary)}#color-popover{z-index:2600;background:var(--bg-panel);border:1px solid var(--border-color);border-radius:12px;width:220px;padding:12px;display:none;position:fixed;box-shadow:0 16px 44px #00000080}#color-popover.open{display:block}.cp-sv{cursor:crosshair;touch-action:none;background-color:red;background-image:linear-gradient(#0000,#000),linear-gradient(90deg,#fff,#fff0);border-radius:7px;width:196px;height:130px;margin-bottom:12px;position:relative}.cp-sv-handle{pointer-events:none;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #0006}.cp-hue{cursor:pointer;touch-action:none;background:linear-gradient(90deg,red 0%,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red 100%);border-radius:999px;height:12px;margin-bottom:12px;position:relative}.cp-hue-handle{pointer-events:none;background:#fff;border:2px solid #fff;border-radius:50%;width:14px;height:14px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #00000059}.cp-foot{align-items:center;gap:8px;margin-bottom:10px;display:flex}.cp-preview{border:1px solid var(--border-control);background:red;border-radius:6px;flex-shrink:0;width:28px;height:28px}.cp-hex{background:var(--bg-control);border:1px solid var(--border-control);min-width:0;color:var(--text-secondary);text-transform:uppercase;border-radius:6px;flex:1;padding:6px 8px;font-family:SF Mono,Fira Code,monospace;font-size:12px}.cp-swatches{grid-template-columns:repeat(8,1fr);gap:5px;display:grid}.cp-swatch{aspect-ratio:1;cursor:pointer;border:1px solid #ffffff24;border-radius:4px;width:100%;padding:0}.bg-gallery-wrap{position:relative}.bg-viewall-btn{color:var(--text-primary);border:1px solid var(--border-control);cursor:pointer;-webkit-backdrop-filter:blur(6px);z-index:5;background:#141414d1;border-radius:999px;align-items:center;gap:5px;padding:5px 10px;font-size:11px;font-weight:600;transition:background .15s,transform .15s;display:inline-flex;position:absolute;bottom:18px;right:8px;box-shadow:0 4px 14px #0006}.bg-viewall-btn:hover{background:#282828eb;transform:translateY(-1px)}:root.light .bg-viewall-btn{color:#1a1a1a;background:#ffffffdb;box-shadow:0 4px 14px #00000026}.tray{z-index:9500;display:none;position:fixed;inset:0}.tray.mounted{display:block}.bg-tray-backdrop{-webkit-backdrop-filter:blur(2px);opacity:0;background:#00000080;transition:opacity .32s;position:absolute;inset:0}.tray.open .bg-tray-backdrop{opacity:1}.bg-tray-sheet{background:var(--bg-panel);border-top:1px solid var(--border-color);transform-origin:bottom;transition:transform .46s var(--ease);will-change:transform;--mx:50%;--my:50%;border-radius:18px 18px 0 0;flex-direction:column;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(101%)scale(.985);box-shadow:0 -16px 50px #00000080}.tray.open .bg-tray-sheet{transform:translateY(0)scale(1)}#presets-tray .bg-tray-sheet{max-height:min(540px,82vh)}#bg-tray .bg-tray-sheet{height:min(620px,82vh)}.bg-tray-handle{background:var(--border-control);border-radius:999px;flex-shrink:0;width:38px;height:4px;margin:9px auto 4px}.bg-tray-head{flex-shrink:0;justify-content:space-between;align-items:center;padding:6px 18px 12px;display:flex;position:relative}.bg-tray-head:after{content:"";border-top:1px solid #0000008c;height:0;position:absolute;bottom:0;left:18px;right:18px;box-shadow:0 1px #ffffff0b}:root.light .bg-tray-head:after{border-top-color:#00000017;box-shadow:0 1px #ffffffa6}.bg-tray-title{color:var(--text-primary);letter-spacing:-.1px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;font-size:14px;font-weight:600}.bg-tray-count{color:var(--text-muted);margin-left:6px;font-size:12px;font-weight:400}.bg-tray-close{background:var(--btn-secondary-bg);border:1px solid var(--btn-secondary-border);width:28px;height:28px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.bg-tray-close:hover{background:var(--btn-secondary-hover);color:var(--text-secondary)}.bg-tray-controls{flex-shrink:0;padding:10px 18px;position:relative}#bg-tray .bg-tray-controls:after{content:"";border-top:1px solid #00000073;height:0;position:absolute;bottom:0;left:18px;right:18px;box-shadow:0 1px #ffffff0a}:root.light #bg-tray .bg-tray-controls:after{border-top-color:#00000012;box-shadow:0 1px #ffffff8c}.bg-tray-pills{flex-wrap:wrap;gap:7px;display:flex}.bg-pill{color:var(--text-muted);background:var(--bg-control);border:1px solid var(--border-control);cursor:pointer;transition:background var(--dur-2), color var(--dur-2), border-color var(--dur-2);border-radius:999px;padding:5px 13px;font-size:12px;font-weight:500}.bg-pill:hover{color:var(--text-secondary);border-color:var(--text-muted)}.bg-pill.active{color:var(--btn-primary-text);background:var(--btn-primary-bg);border-color:var(--btn-primary-bg)}.bg-tray-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));align-content:start;gap:8px;min-height:0;padding:10px 18px 24px;display:grid;overflow-y:auto}.presets-tray-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));align-content:start;gap:10px;padding:10px 18px 24px;display:grid;overflow-y:auto}.bg-tray-cell{cursor:pointer;background:var(--bg-control);border:2px solid #0000;border-radius:9px;width:100%;height:0;padding-bottom:100%;transition:border-color .15s;position:relative;overflow:hidden}.bg-tray-cell:hover{border-color:var(--text-muted)}.bg-tray-cell.active{border-color:var(--text-primary)}.bg-tray-cell img{object-fit:cover;width:100%;height:100%;display:block;position:absolute;inset:0}.bg-tray-cell.is-video:after{content:"";filter:drop-shadow(0 0 2px #0009);border-top:6px solid #0000;border-bottom:6px solid #0000;border-left:9px solid #fff;width:0;height:0;position:absolute;top:7px;right:7px}.bg-tray-grid>*,.presets-tray-grid>*{opacity:0;transform:translateY(8px)}.tray.open .bg-tray-grid>*,.tray.open .presets-tray-grid>*{animation:trayItemIn .4s var(--ease) forwards;animation-delay:calc(var(--i,0) * 55ms + .16s)}.tray.open .bg-tray-grid.is-refilter>*,.tray.open .presets-tray-grid.is-refilter>*{animation:trayItemIn .34s var(--ease) forwards;animation-delay:calc(var(--i,0) * 45ms + 30ms)}@keyframes trayItemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.bg-tray-grid{grid-template-columns:repeat(auto-fill,minmax(88px,1fr))}.presets-tray-grid{grid-template-columns:repeat(2,1fr)}#presets-tray .bg-tray-sheet{max-height:78vh}#bg-tray .bg-tray-sheet{height:78vh}}#whatsnew-pop{z-index:2400;background:var(--bg-panel);border:1px solid var(--border-color);--mx:50%;--my:50%;border-radius:16px;flex-direction:column;width:340px;max-width:calc(100vw - 40px);height:420px;max-height:calc(100vh - 40px);display:none;position:fixed;bottom:20px;left:20px;overflow:hidden;box-shadow:0 24px 60px #00000080}#whatsnew-pop.open{animation:whatsnewIn .42s var(--ease) forwards;display:flex}#whatsnew-pop.closing{animation:whatsnewOut .26s var(--ease-exit) forwards;display:flex}#whatsnew-pop:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(280px circle at var(--mx) var(--my), #ffffff0e, #fff0 60%);opacity:0;transition:opacity .3s;position:absolute;inset:0}#whatsnew-pop:hover:before{opacity:1}:root.light #whatsnew-pop:before{background:radial-gradient(280px circle at var(--mx) var(--my), #0000000b, #0000 60%)}@keyframes whatsnewIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes whatsnewOut{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(16px)scale(.98)}}:root.light #whatsnew-pop{background:var(--bg-panel);border-color:var(--border-color);box-shadow:0 24px 60px #0000002e}.whatsnew-close{z-index:4;-webkit-backdrop-filter:blur(8px);color:#ffffffbf;cursor:pointer;background:#0000008c;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s,color .15s,transform .15s;display:flex;position:absolute;top:10px;right:10px}.whatsnew-close:hover{color:#fff;background:#000000c7;transform:scale(1.06)}.whatsnew-close svg{width:14px;height:14px}:root.light .whatsnew-close{color:#000000a6;background:#ffffffd1}:root.light .whatsnew-close:hover{color:#000;background:#fff}.whatsnew-scroll{z-index:2;scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;position:relative;overflow:hidden auto;-webkit-mask-image:linear-gradient(#0000 0,#000 16px calc(100% - 64px),#0000 100%);mask-image:linear-gradient(#0000 0,#000 16px calc(100% - 64px),#0000 100%)}.whatsnew-scroll::-webkit-scrollbar{width:0;height:0;display:none}.whatsnew-media{aspect-ratio:16/10;background-color:#0c0c0e;background-image:linear-gradient(135deg,#1c1c22,#0c0c0e);background-position:50%;background-size:cover;flex-shrink:0;width:100%;position:relative}.whatsnew-media:after{content:"";pointer-events:none;background:linear-gradient(#0000 58%,#0006);position:absolute;inset:0}:root.light .whatsnew-media:after{display:none}.whatsnew-body{padding:14px 16px 56px}.whatsnew-badge{letter-spacing:.4px;color:#0fc;background:#00ffcc14;border:1px solid #00ffcc59;border-radius:999px;margin-bottom:9px;padding:2px 8px;font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:10.5px;font-weight:600;display:inline-block}:root.light .whatsnew-badge{color:#00997a;background:#00ffcc24;border-color:#00997a59}.whatsnew-title{letter-spacing:-.2px;color:var(--text-primary);margin-bottom:11px;font-family:inherit;font-size:15px;font-weight:700;line-height:1.3}.whatsnew-list{margin:0;padding:0;list-style:none}.whatsnew-list li{color:var(--text-secondary);opacity:0;align-items:flex-start;gap:8px;margin-bottom:7px;font-size:12px;line-height:1.5;display:flex;transform:translateY(6px)}#whatsnew-pop.open .whatsnew-list li{animation:wnItemIn var(--dur-3) var(--ease) forwards}#whatsnew-pop.open .whatsnew-list li:first-child{animation-delay:.14s}#whatsnew-pop.open .whatsnew-list li:nth-child(2){animation-delay:.2s}#whatsnew-pop.open .whatsnew-list li:nth-child(3){animation-delay:.26s}#whatsnew-pop.open .whatsnew-list li:nth-child(4){animation-delay:.32s}#whatsnew-pop.open .whatsnew-list li:nth-child(5){animation-delay:.38s}#whatsnew-pop.open .whatsnew-list li:nth-child(6){animation-delay:.44s}#whatsnew-pop.open .whatsnew-list li:nth-child(7){animation-delay:.5s}#whatsnew-pop.open .whatsnew-list li:nth-child(8){animation-delay:.56s}@keyframes wnItemIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.whatsnew-list .wn-arrow{color:var(--text-muted);flex-shrink:0;font-family:SF Mono,Fira Code,ui-monospace,monospace;font-size:10.5px;line-height:18px}.whatsnew-divider{border:0;border-top:1px solid #0000008c;height:0;margin:11px 0 4px;box-shadow:0 1px #ffffff0b}:root.light .whatsnew-divider{border-top-color:#00000017;box-shadow:0 1px #ffffffa6}.whatsnew-all{z-index:5;color:#ffffffd9;-webkit-backdrop-filter:blur(10px);background:#141418c7;border:1px solid #ffffff14;border-radius:999px;padding:5px 11px;font-family:inherit;font-size:11.5px;font-weight:500;text-decoration:none;transition:color .15s,transform .15s,background .15s,border-color .15s;position:absolute;bottom:10px;left:12px}.whatsnew-all:hover{color:#fff;background:#141418e6;border-color:#ffffff24;transform:translate(2px)}:root.light .whatsnew-all{color:#000000b3;background:#ffffffd9;border-color:#0000000f}:root.light .whatsnew-all:hover{color:#000;background:#fff;border-color:#0000001f}.menu-new-dot{background:#0fc;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto;box-shadow:0 0 6px #0fc9}@media (max-width:600px){#whatsnew-pop{width:auto;max-width:none;height:min(78vh,480px);bottom:12px;left:12px;right:12px}.whatsnew-media{aspect-ratio:16/9}}.prog-rotator{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;border-radius:50%;width:64px;height:64px;transition:filter .15s;position:relative}.prog-rotator:active{cursor:grabbing}.prog-rotator:focus-visible{outline:2px solid var(--text-primary);outline-offset:2px}.prog-rotator svg{display:block;overflow:visible}.prog-ring{fill:#ffffff0a;stroke:#ffffff2e;stroke-width:1.5px}.prog-axis{fill:#ffffff4d}.prog-line{stroke:var(--text-primary);stroke-width:2px;stroke-linecap:round}.prog-handle{fill:var(--text-primary);stroke:#00000073;stroke-width:1px;cursor:grab;transition:r .12s,filter .12s}.prog-rotator:hover .prog-handle{r:6;filter:drop-shadow(0 0 4px #ffffff80)}.prog-rotator:active .prog-handle{r:6.5;cursor:grabbing}:root.light .prog-ring{fill:#0000000a;stroke:#00000029}:root.light .prog-axis{fill:#00000059}body.in-dither-mode #characters-section>:not(#style-row):not(h3),body.in-dither-mode #bgMode-row,body.in-dither-mode #bgBlur-row,body.in-dither-mode #bgOpacity-row{display:none!important}#dither-section select{width:168px;max-width:168px}#dither-section .dither-swatches{flex-wrap:wrap;gap:4px;min-height:22px;margin:-4px 0 12px;display:flex}#dither-section .dither-swatches .sw{border:1px solid #ffffff26;border-radius:3px;width:20px;height:20px}#dither-section .dither-hint{color:#ffffff80;margin:10px 0 0;font-size:11px;line-height:1.45}#dither-section optgroup{color:#fff9;font-size:11px;font-style:normal}#dither-section optgroup option{color:#fff}.dither-custom-swatches{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:5px;max-width:170px;margin-right:6px;display:inline-flex}.dither-custom-sw{cursor:pointer;border:1px solid #ffffff2e;border-radius:4px;width:22px;height:22px;transition:transform .12s,border-color .12s;position:relative}.dither-custom-sw input[type=color]{border-radius:4px}.dither-custom-sw:hover{border-color:#fff6;transform:scale(1.08)}.dither-custom-sw input[type=color]{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.dither-custom-sw .rm{color:#fff;text-align:center;cursor:pointer;background:#141418eb;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:9px;line-height:12px;display:none;position:absolute;top:-5px;right:-5px}.dither-custom-sw:hover .rm{display:flex}.dither-custom-add{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px dashed #ffffff40;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dither-custom-add:hover{color:#fff;background:#ffffff1a;border-color:#ffffff80}:root{--v2-track:#ffffff26;--v2-thumb:#fff;--v2-field-bg:#0a0a0d;--v2-field-text:#fff;--v2-field-border:#ffffff24;--v2-field-border-hover:#ffffff4d;--v2-field-border-focus:#ffffff73;--v2-cta-fill:#fff;--v2-cta-text:#040406;--v2-ghost-border:#ffffff40;--v2-ghost-text:#ffffffd9;--v2-ghost-hover-bg:#ffffff0f;--v2-ghost-hover-border:#ffffff73;--v2-ghost-hover-text:#fff}:root.light{--v2-track:#0000002e;--v2-thumb:#0a0a0a;--v2-field-bg:#fff;--v2-field-text:#0a0a0a;--v2-field-border:#00000029;--v2-field-border-hover:#00000059;--v2-field-border-focus:#0000008c;--v2-cta-fill:#0a0a0a;--v2-cta-text:#fff;--v2-ghost-border:#00000047;--v2-ghost-text:#000000d1;--v2-ghost-hover-bg:#0000000f;--v2-ghost-hover-border:#0000008c;--v2-ghost-hover-text:#0a0a0a}*,:before,:after{border-radius:0!important}input[type=range],.control-row input[type=range],.postfx-inline-slider input[type=range]{outline:none;appearance:none!important;background:var(--v2-track)!important;height:3px!important;padding:0!important}input[type=range]::-webkit-slider-thumb{cursor:pointer;margin-top:0;appearance:none!important;background:var(--v2-thumb)!important;width:11px!important;height:11px!important;box-shadow:none!important;border:0!important;border-radius:0!important}.control-row input[type=range]::-webkit-slider-thumb{cursor:pointer;margin-top:0;appearance:none!important;background:var(--v2-thumb)!important;width:11px!important;height:11px!important;box-shadow:none!important;border:0!important;border-radius:0!important}.postfx-inline-slider input[type=range]::-webkit-slider-thumb{cursor:pointer;margin-top:0;appearance:none!important;background:var(--v2-thumb)!important;width:11px!important;height:11px!important;box-shadow:none!important;border:0!important;border-radius:0!important}input[type=range]::-moz-range-thumb{cursor:pointer;background:var(--v2-thumb)!important;border:0!important;border-radius:0!important;width:11px!important;height:11px!important}input[type=range]::-moz-range-track{background:var(--v2-track)!important;height:3px!important}select,.themed-select,.control-row select,.crop-aspect-select{appearance:none!important;background-color:var(--v2-field-bg)!important;color:var(--v2-field-text)!important;border:1px solid var(--v2-field-border)!important;font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace!important;font-size:12px!important}select:hover,.themed-select:hover{border-color:var(--v2-field-border-hover)!important}select:focus,.themed-select:focus{border-color:var(--v2-field-border-focus)!important;outline:none!important}select option{background:var(--v2-field-bg);color:var(--v2-field-text)}select,.themed-select,.crop-aspect-select{transition:border-color .18s,background-color .18s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-position:right 10px center!important;background-repeat:no-repeat!important;padding-right:26px!important}:root.light select,:root.light .themed-select,:root.light .crop-aspect-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}select.v2dd-open,.themed-select.v2dd-open,.crop-aspect-select.v2dd-open{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 5l4-4 4 4' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}:root.light select.v2dd-open,:root.light .themed-select.v2dd-open,:root.light .crop-aspect-select.v2dd-open{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 5l4-4 4 4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important}.btn-primary,.btn-secondary{letter-spacing:.02em;font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace!important}#btn-export{background:linear-gradient(90deg, var(--v2-cta-fill) 0px, var(--v2-cta-fill) 3px, transparent 3px, transparent 5px, var(--v2-cta-fill) 5px, var(--v2-cta-fill) 100%)!important;color:var(--v2-cta-text)!important}#btn-export:hover{filter:brightness(.92)}:root.light #btn-export:hover{filter:brightness(1.6)}.btn-secondary{border:1px solid var(--v2-ghost-border)!important;color:var(--v2-ghost-text)!important;background:0 0!important}.btn-secondary:hover{background:var(--v2-ghost-hover-bg)!important;border-color:var(--v2-ghost-hover-border)!important;color:var(--v2-ghost-hover-text)!important}.panel-section h3{letter-spacing:.15em}.panel-section h3:before{content:"/";opacity:.7;margin-right:1px}.mask-tooltip{background:var(--v2-field-bg)!important;border:1px solid var(--v2-field-border)!important;color:var(--text-secondary)!important;box-shadow:0 12px 32px #00000073!important}.v2dd-menu{z-index:10000;background:var(--v2-field-bg);border:1px solid var(--v2-field-border);color:var(--v2-field-text);max-height:280px;font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace;font-size:12px;position:fixed;overflow-y:auto;box-shadow:0 12px 32px #00000073}.v2dd-opt{cursor:pointer;white-space:nowrap;border-left:3px solid #0000;padding:8px 12px}.v2dd-opt:hover,.v2dd-opt.hl{background:var(--bg-hover)}.v2dd-opt.sel{border-left-color:var(--v2-cta-fill);background:var(--bg-hover)}.v2dd-opt.dis{opacity:.35;pointer-events:none}.v2dd-group{letter-spacing:.12em;text-transform:uppercase;opacity:.45;pointer-events:none;padding:9px 12px 4px;font-size:10px}.recipe-content{background:var(--bg-panel)!important;border:1px solid var(--border-color)!important;color:var(--text-secondary)!important}.recipe-title{color:var(--text-primary)!important}.recipe-input-row input[type=text],.recipe-input-row textarea,#recipe-apply-input{background:var(--v2-field-bg)!important;color:var(--v2-field-text)!important;border:1px solid var(--v2-field-border)!important}.recipe-input-row input[type=text]:focus,.recipe-input-row textarea:focus,#recipe-apply-input:focus{border-color:var(--v2-field-border-focus)!important}.recipe-tab:hover{color:var(--text-secondary)!important}.recipe-tab.active{color:var(--text-primary)!important;border-bottom-color:var(--accent)!important}.about-content{background:var(--bg-panel)!important;border-color:var(--border-color)!important}.about-body{background:var(--bg-preview)!important}.toast{background:var(--bg-panel)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}.preset-card{background-color:var(--bg-preview)!important}.whatsnew-all,.whatsnew-all:hover,.whatsnew-close{background:var(--bg-panel)!important;color:var(--text-primary)!important;border:1px solid var(--border-color)!important}.dither-custom-sw .rm{background:var(--bg-panel)!important;color:var(--text-primary)!important}.control-row .value,span.value{font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace;font-size:11px}.menu-item{font-family:GeistPixel-Square,ui-monospace,SF Mono,Menlo,monospace;font-size:12px}.toggle{transition:background .22s;position:relative;border-radius:3px!important;width:28px!important;height:16px!important}.toggle:after{transition:transform .28s var(--ease), background .22s ease;border-radius:2px!important;width:10px!important;height:10px!important;top:3px!important;left:3px!important}.toggle.active:after{transform:translate(12px)!important}#panel,.shapes-mods,.bg-gallery-grid,#feedback-tech-body,.bg-tray-grid,.recipe-content{scrollbar-width:none;-ms-overflow-style:none}#panel::-webkit-scrollbar{width:0;height:0;display:none}.shapes-mods::-webkit-scrollbar{width:0;height:0;display:none}.bg-gallery-grid::-webkit-scrollbar{width:0;height:0;display:none}#feedback-tech-body::-webkit-scrollbar{width:0;height:0;display:none}.bg-tray-grid::-webkit-scrollbar{width:0;height:0;display:none}.recipe-content::-webkit-scrollbar{width:0;height:0;display:none}.panel-section.collapsible{flex-shrink:0}.panel-section.collapsible>.sec-body{transition:grid-template-rows var(--dur-3) var(--ease);grid-template-rows:1fr;display:grid}.panel-section.collapsible.collapsed>.sec-body{grid-template-rows:0fr}.panel-section.collapsible .sec-body-inner{min-height:0;overflow:hidden}.panel-section.collapsed>.sec-body{display:grid!important}.panel-section.collapsible>.sec-head{transition:margin-bottom var(--dur-3) var(--ease)}.sec-chevron{transition:transform var(--dur-3) var(--ease)}.panel-section.animating-in>.sec-body{animation:none}.panel-section.animating-in .sec-body-inner>*{animation:secItemIn var(--dur-3) var(--ease) backwards}.panel-section.animating-in .sec-body-inner>:first-child{animation-delay:40ms}.panel-section.animating-in .sec-body-inner>:nth-child(2){animation-delay:80ms}.panel-section.animating-in .sec-body-inner>:nth-child(3){animation-delay:.12s}.panel-section.animating-in .sec-body-inner>:nth-child(4){animation-delay:.16s}.panel-section.animating-in .sec-body-inner>:nth-child(n+5){animation-delay:.2s}@keyframes v2glitch-sm{0%,38%{opacity:1;clip-path:inset(0 0 70%);filter:drop-shadow(1.5px 0 #ff3c784d)drop-shadow(-1.5px 0 #3cdcff4d);transform:translate(-2px)}39%,72%{clip-path:inset(45% 0 8%);transform:translate(1px)}to{clip-path:inset(0);filter:none;transform:none}}.mask-tooltip.visible{animation:.16s linear v2glitch-sm}@media (prefers-reduced-motion:reduce){.mask-tooltip.visible{animation:none!important}}.v2dd-menu{scrollbar-width:none;-ms-overflow-style:none}.v2dd-menu::-webkit-scrollbar{width:0;height:0;display:none}.v2dd-menu.scrollable{-webkit-mask-image:linear-gradient(#000 0 calc(100% - 22px),#0000 100%);mask-image:linear-gradient(#000 0 calc(100% - 22px),#0000 100%)}@font-face{font-family:Satoshi;src:url(/app/fonts/Satoshi-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/app/fonts/Satoshi-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Satoshi;src:url(/app/fonts/Satoshi-Bold.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Instrument Serif;src:url(/app/fonts/InstrumentSerif-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}.btn-sm{padding:5px 10px;font-size:11px}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}::-webkit-scrollbar-corner{background:0 0}
.editor-root{flex-direction:column}#workspace{flex:1;min-height:0;display:flex}#topbar{background:var(--bg-panel);border-bottom:1px solid var(--border-color);z-index:300;flex:0 0 52px;justify-content:space-between;align-items:center;gap:8px;height:52px;padding:0 12px;display:flex;position:relative}#topbar .tb-left{align-items:center;gap:8px;min-width:0;display:flex}#topbar .tb-center{z-index:1;align-items:center;gap:8px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#topbar .tb-right{align-items:center;gap:8px;margin-left:auto;display:flex}.tb-brand{letter-spacing:-.28px;white-space:nowrap;font-size:15px;font-weight:700}.tb-divider{background:var(--border-color);flex:0 0 1px;width:1px;height:22px}.tb-spacer{flex:1}#topbar .btn{white-space:nowrap;width:auto;margin:0;padding:7px 14px;font-size:12.5px}#topbar select{width:auto;padding:7px 26px 7px 10px!important;font-size:12px!important}#topbar .tb-iconbtn{align-items:center;gap:7px;display:inline-flex}#topbar #recipe-share-btn{border:1px solid var(--btn-secondary-border);width:auto;color:var(--btn-secondary-text);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:7px;margin:0;padding:7px 14px;font-size:12.5px;display:inline-flex}#topbar #recipe-share-btn:hover{background:var(--bg-hover)}#btn-restyle svg,#btn-inspire-top svg{flex:none}#style-rail{background:var(--bg-panel);border-right:1px solid var(--border-color);scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;flex:0 0 124px;gap:8px;width:124px;padding:8px 8px 24px;display:flex;overflow-y:auto}#style-rail::-webkit-scrollbar{width:0;display:none}.rail-head{letter-spacing:.8px;text-transform:uppercase;color:var(--text-section);padding:4px 2px 2px;font-size:10px}.rail-tile{cursor:pointer;text-align:center;background:0 0;border:1px solid #0000;border-radius:0;flex-direction:column;flex:none;gap:4px;padding:4px;transition:background .16s,border-color .16s,transform .12s;display:flex}.rail-tile:hover{background:var(--bg-hover);transform:translateY(-1px)}.rail-tile.active{border-color:var(--text-primary);background:var(--bg-hover)}.rail-tile__thumb{aspect-ratio:4/3;object-fit:cover;background:#0a0a0d;width:100%;display:block}.rail-tile__glyph{aspect-ratio:4/3;width:100%;color:var(--text-primary);letter-spacing:2px;background:#0a0a0d;justify-content:center;align-items:center;font-family:ui-monospace,Menlo,monospace;font-size:20px;display:flex}:root.light .rail-tile__thumb,:root.light .rail-tile__glyph{background:#e8e8e5}.rail-tile__label{color:var(--text-muted);font-size:11px;line-height:1.3}.rail-tile.active .rail-tile__label{color:var(--text-primary)}#style-row,#btn-inspire-float{display:none!important}#whatsnew-pop{left:144px}@media (max-width:1100px){#style-rail{flex-basis:76px;width:76px}.rail-tile__label{display:none}#whatsnew-pop{left:92px}.tb-brand{display:none}}@media (max-width:768px){#workspace{flex-direction:column}#style-rail{border-right:none;border-bottom:1px solid var(--border-color);flex-direction:row;flex:0 0 76px;width:100%;padding:8px;overflow:auto hidden}.rail-tile{flex:0 0 76px;width:76px}.rail-head{display:none}#whatsnew-pop{left:12px}#topbar{flex-wrap:nowrap;overflow-x:auto}}.tb-brand-logo{width:auto;height:22px;display:block}@media (max-width:1100px){.tb-brand-logo{height:20px}}#panel.panel-boot>.panel-section{animation:.34s cubic-bezier(.16,1,.3,1) backwards panelBootIn}#panel.panel-boot>.panel-section:first-child{animation-delay:24ms}#panel.panel-boot>.panel-section:nth-child(2){animation-delay:56ms}#panel.panel-boot>.panel-section:nth-child(3){animation-delay:88ms}#panel.panel-boot>.panel-section:nth-child(4){animation-delay:.12s}#panel.panel-boot>.panel-section:nth-child(5){animation-delay:.152s}#panel.panel-boot>.panel-section:nth-child(6){animation-delay:.184s}#panel.panel-boot>.panel-section:nth-child(7){animation-delay:.216s}#panel.panel-boot>.panel-section:nth-child(8){animation-delay:.248s}#panel.panel-boot>.panel-section:nth-child(9){animation-delay:.28s}#panel.panel-boot>.panel-section:nth-child(n+10){animation-delay:.312s}@keyframes panelBootIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){#panel.panel-boot>.panel-section{animation:none}}.style-pills{flex-wrap:wrap;gap:6px;display:flex}.style-pill{color:var(--text-muted);background:var(--bg-control);border:1px solid var(--border-control);cursor:pointer;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:500;transition:background .16s,color .16s,border-color .16s}.style-pill:hover{color:var(--text-secondary);border-color:var(--text-muted)}.style-pill.active{color:var(--text-primary);border-color:var(--text-primary);background:var(--bg-hover)}.mask-info-icon .mask-tooltip{z-index:60;width:max-content;max-width:240px;color:var(--text-secondary);background:var(--bg-panel);border:1px solid var(--border-control);opacity:0;visibility:hidden;pointer-events:none;border-radius:6px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.5;transition:opacity .15s,transform .15s,visibility .15s;display:block;position:absolute;top:calc(100% + 8px);left:0;transform:translateY(-4px);box-shadow:0 8px 24px #00000073}.mask-info-icon:hover .mask-tooltip,.mask-info-icon:focus-visible .mask-tooltip{opacity:1;visibility:visible;transform:translateY(0)}#topbar #btn-export{align-items:center;gap:6px;display:inline-flex}#topbar #btn-export .tb-caret{opacity:.75;margin-right:-2px;transition:transform .2s}#topbar #btn-export.open .tb-caret{transform:rotate(180deg)}@keyframes exportPopIn{0%{opacity:0;transform:perspective(600px)rotateX(-8deg)translateY(-6px)scale(.98)}to{opacity:1;transform:perspective(600px)rotateX(0)translateY(0)scale(1)}}.export-pop{background:var(--bg-panel);border:1px solid var(--border-color);z-index:2000;transform-origin:100% 0;border-radius:10px;width:244px;padding:14px;position:fixed;box-shadow:0 12px 32px #00000052}.export-pop.open{animation:exportPopIn var(--dur-2,.18s) var(--ease,ease) forwards}.export-pop-title{color:var(--text-primary);margin-bottom:12px;font-size:13px;font-weight:600}.export-pop-group{margin-bottom:12px}.export-pop-label{letter-spacing:.7px;text-transform:uppercase;color:var(--text-section,var(--text-muted));margin-bottom:7px;font-size:10px}.export-pop-pills{flex-wrap:wrap;gap:6px;display:flex}.export-pill{color:var(--text-muted);background:var(--bg-control);border:1px solid var(--border-control);cursor:pointer;border-radius:999px;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:background .16s,color .16s,border-color .16s}.export-pill:hover:not(:disabled){color:var(--text-secondary);border-color:var(--text-muted)}.export-pill.active{color:var(--text-primary);border-color:var(--text-primary);background:var(--bg-hover)}.export-pill:disabled{opacity:.5;cursor:default}.export-pop-dims{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:7px;font-size:11px}.export-pop .export-pop-go{justify-content:center;width:100%;margin:4px 0 0}.export-pop-progress{margin-top:12px}.export-pop-progress-row{color:var(--text-muted);font-variant-numeric:tabular-nums;justify-content:space-between;margin-bottom:5px;font-size:11px;display:flex}.export-pop-progress-track{background:var(--progress-bg,var(--bg-control));border-radius:2px;width:100%;height:4px;overflow:hidden}.export-pop-progress-bar{background:var(--accent);border-radius:2px;height:100%;transition:width .1s}
.style-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.style-grid .rail-tile{padding:3px}.style-grid .rail-tile__label{font-size:10px}.canvas-actions{z-index:6;gap:10px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.canvas-action{color:var(--text-primary);background:color-mix(in srgb, var(--bg-panel) 78%, transparent);border:1px solid var(--border-control);cursor:pointer;-webkit-backdrop-filter:blur(10px);border-radius:999px;align-items:center;gap:8px;padding:11px 26px;font-size:13px;font-weight:500;transition:background .16s,border-color .16s,transform .12s;display:inline-flex}.canvas-action:hover{background:var(--bg-hover);border-color:var(--text-muted);transform:translateY(-1px)}.canvas-action svg{flex:none}#whatsnew-pop{left:20px}@media (max-width:1100px){.style-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){#workspace{flex-direction:column}#panel{order:2}#preview-area{order:1}.canvas-actions{bottom:10px}#whatsnew-pop{left:12px}}
body{overflow:hidden!important}@media (max-width:768px){body{min-height:100dvh;height:auto!important;overflow:hidden auto!important}}
