:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#40342d;--primary:#ff9e80;--primary-strong:#a45a37;--secondary:#80cbc4;--tertiary:#ffd180;--neutral:#fafafa;--surface:#f0ede6;--surface-soft:#e9e5df;--surface-strong:#fffdfb;--stroke:#63584f29;--stroke-strong:#63584f4d;--text-muted:#81736a;--teal:#55f0c0;--sidebar-width:332px;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);background:#1e1e24;font-family:Avenir Next,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body{max-width:100%;overflow-x:hidden}body{background:var(--surface);min-width:320px;margin:0}button,input,textarea,select{font:inherit}.app-shell{width:100%;height:100dvh;min-height:100dvh;padding:var(--safe-top) var(--safe-right) 0 var(--safe-left);flex-direction:column;margin:0;display:flex;overflow:hidden}.app-tabs{padding:6px 20px var(--safe-bottom);background:var(--surface);border-top:1px solid #63584f14;flex:none;align-items:stretch;gap:8px;display:flex}.app-tabs__item{color:#4e4139;cursor:pointer;background:0 0;border:none;border-radius:12px;flex:1 1 0;min-height:44px;padding:10px 16px;font-size:.82rem;font-weight:800}.app-tabs__item.is-active{color:#9f5d39;background:#9f5d391f}.product-frame{background:var(--surface);grid-template-columns:var(--sidebar-width) 1fr;flex:1;grid-template-rows:1fr;min-width:0;display:grid;overflow:hidden}.library-frame{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.library-frame__header{border-bottom:1px solid #63584f14;padding:18px 20px 14px}.library-brand{display:flex}.sidebar{background:var(--surface);border-right:1px solid #63584f1a;flex-direction:column;min-width:0;display:flex;overflow:hidden auto}.sidebar__brand{border-bottom:1px solid #63584f14;padding:18px 20px 14px}.mobile-topbar,.mobile-topbar.brand-bar{display:none}.brand-bar{justify-content:space-between;align-items:center;display:flex}.brand-link{color:inherit;align-items:center;gap:10px;text-decoration:none;display:flex}.brand-logo{width:auto;height:32px;display:block}.brand-text{letter-spacing:-.02em;color:var(--primary-strong);font-family:Avenir Next,Segoe UI,sans-serif;font-size:1.15rem;font-weight:900}.brand-help-btn{width:32px;height:32px;font-size:.85rem}.sidebar__step{flex-direction:column;flex:1;gap:14px;padding:18px 20px;display:flex}.stepper{gap:8px;padding:14px 20px 0;display:grid}.stepper__item{color:var(--text-muted);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:0;font-size:.82rem;font-weight:700;display:flex}.stepper__dot{background:#ffffff73;border:1px solid #63584f2e;border-radius:999px;place-items:center;width:24px;height:24px;font-size:.76rem;display:grid}.stepper__item--done .stepper__dot{color:#2a6b5a;background:#55f0c029;border-color:#55f0c08c}.stepper__item--current{color:#4e4139}.stepper__item--done{cursor:pointer}.stepper__item--done:hover .stepper__dot,.stepper__item--done:focus-visible .stepper__dot{background:#55f0c03d;border-color:#55f0c0e6}.stepper__item--done:hover .stepper__label,.stepper__item--done:focus-visible .stepper__label{color:#2a6b5a}.stepper__item:disabled{cursor:default}.stepper__item:focus-visible{outline:none}.stepper__item--current .stepper__dot{color:#fff;background:#9f5d39;border-color:#9f5d39}.step-nav{justify-content:space-between;align-items:center;gap:12px;display:flex}.step-nav__back{color:#4e4139;cursor:pointer;background:#ffffff94;border:1px solid #63584f24;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.84rem;font-weight:800;line-height:1;transition:background .15s,border-color .15s,transform .15s;display:inline-flex}.step-nav__back:hover{background:#ffffffd1;border-color:#63584f3d}.step-nav__back:disabled{opacity:.45;cursor:not-allowed;transform:none}.step-nav__count{color:var(--text-muted);font-size:.8rem;font-weight:700}.step-instruction{margin:0;font-size:1.05rem;font-weight:800;line-height:1.25}.step-hint{color:var(--text-muted);margin:0;font-size:.88rem;line-height:1.4}.error-banner{color:#b84233;background:#fff3f1f5;border-bottom:1px solid #da53452e;margin:0;padding:10px 20px;font-size:.88rem;font-weight:600}.drop-zone{border:2px dashed var(--stroke-strong);cursor:pointer;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;min-height:180px;padding:28px 16px;transition:border-color .2s,background .2s;display:flex}.drop-zone--compact{min-height:120px;padding:18px 14px}.drop-zone:hover,.drop-zone--over{border-color:var(--teal);background:#55f0c00f}.drop-zone__content{text-align:center}.drop-zone__icon{color:var(--primary-strong);margin-bottom:8px;display:block}.drop-zone__icon svg{fill:currentColor;width:40px;height:40px}.drop-zone__label{margin:0;font-size:1rem;font-weight:800}.drop-zone__hint{color:var(--text-muted);margin:4px 0 0;font-size:.85rem}.drop-zone__paste{color:var(--text-muted);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;align-self:center;padding:0;font-size:.82rem;text-decoration:underline}.drop-zone__paste:hover{color:var(--primary-strong)}.button{color:#fff;cursor:pointer;background:#9f5d39;border:none;border-radius:999px;min-height:44px;padding:12px 20px;font-size:.92rem;font-weight:800;transition:opacity .15s}.button:disabled{cursor:not-allowed;opacity:.5}.button--secondary{color:#4e4139;background:#40342d14}.button--sm{min-height:36px;padding:8px 14px;font-size:.82rem}.button--full{width:100%}.start-over-link{color:var(--text-muted);cursor:pointer;text-underline-offset:2px;text-align:center;background:0 0;border:none;padding:4px 0;font-size:.82rem;text-decoration:underline}.start-over-link:hover{color:var(--primary-strong)}.export-actions{grid-template-columns:1fr;gap:8px;display:grid}.main-area{flex-direction:column;min-width:0;min-height:0;padding:16px 20px;display:flex;overflow:hidden}.canvas-stage{background:linear-gradient(#dce9e7 0%,#d5dbe0 100%);border:2px solid #63584f24;border-radius:14px;flex:1 1 0;justify-content:center;align-items:center;min-height:420px;padding:10px;display:flex;position:relative;overflow:hidden}.canvas-stage--tracking{border-color:var(--teal);border-style:dashed}.canvas-stage canvas{cursor:crosshair;touch-action:none;width:auto;max-width:100%;height:auto;max-height:calc(100vh - 180px);display:block}.canvas-meta{color:var(--text-muted);gap:16px;padding:8px 4px 0;font-size:.78rem;font-weight:600;display:flex}.canvas-progress{background:#40342d14;height:4px;position:absolute;bottom:0;left:0;right:0}.canvas-progress__fill{background:var(--teal);height:100%;transition:width .15s}.empty-canvas{flex-direction:column;flex:1 1 0;justify-content:center;align-items:stretch;gap:10px;min-height:420px;display:flex}.empty-canvas__media{background:linear-gradient(#dce9e7 0%,#d5dbe0 100%);border:2px solid #63584f24;border-radius:14px;flex:1 1 0;justify-content:center;align-items:center;min-height:420px;padding:10px;display:flex;overflow:hidden}.empty-canvas__demo{object-fit:contain;border-radius:14px;width:auto;max-width:100%;height:auto;max-height:min(100%,100vh - 180px)}.empty-canvas__caption{color:#2a8e75;text-align:left;margin:0;font-size:.84rem;font-weight:800}.input-sidebar{flex-direction:column;gap:14px;display:flex}.input-sidebar__headline{letter-spacing:-.02em;margin:0;font-family:Iowan Old Style,Palatino Linotype,serif;font-size:clamp(1.65rem,2.3vw,2.5rem);line-height:1.08}.input-sidebar__cta{min-height:52px}.privacy-badge{color:#2a6b5a;background:#55f0c01f;border:1px solid #55f0c05c;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 12px;font-size:.84rem;font-weight:800;line-height:1.1;display:inline-flex}.privacy-badge__icon{color:#2a8e75;display:inline-flex}.privacy-badge__icon svg{fill:currentColor;width:16px;height:16px}.error-boundary{text-align:center;background:linear-gradient(#f7f3ed 0%,#efe8de 100%);border:2px solid #63584f24;border-radius:14px;flex:1 1 0;place-items:center;gap:10px;min-height:420px;padding:24px;display:grid}.error-boundary__title{margin:0;font-size:1.1rem;font-weight:800}.error-boundary__message{max-width:36ch;color:var(--text-muted);margin:0}.playback-bar{align-items:center;gap:10px;padding:8px 4px;display:flex}.playback-bar__btn{cursor:pointer;color:#4e4139;background:#40342d14;border:none;border-radius:8px;place-items:center;width:44px;height:44px;font-size:1rem;transition:background .15s;display:grid}.playback-bar__btn:hover{background:#40342d29}.playback-bar input[type=range]{appearance:none;accent-color:#9f5d39;background:0 0;flex:1;min-width:80px}.playback-bar__frame{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap;font-size:.8rem;font-weight:700}.progress-bar{background:#40342d14;border-radius:999px;height:8px;overflow:hidden}.progress-bar>div{border-radius:inherit;background:var(--teal);height:100%;transition:width .2s}.overlay-picker{flex-direction:column;gap:14px;min-width:0;display:flex}.mode-buttons{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.mode-btn{background:var(--surface-strong);color:#4e4139;cursor:pointer;text-align:center;white-space:nowrap;border:2px solid #63584f24;border-radius:10px;min-height:44px;padding:10px 6px;font-size:.82rem;font-weight:800;transition:border-color .15s,background .15s}.mode-btn:hover{border-color:#63584f4d}.mode-btn.is-active{border-color:var(--teal);color:#2a6b5a;background:#55f0c01a}.overlay-controls{flex-direction:column;gap:10px;min-width:0;display:flex}.overlay-sticker-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.overlay-sticker-actions--single{grid-template-columns:minmax(0,1fr)}.overlay-builder-hint{color:var(--text-muted);margin:0;font-size:.84rem;line-height:1.45}.overlay-inline-error{color:#a6552b;margin:-2px 0 0;font-size:.82rem;font-weight:700;line-height:1.4}.overlay-section-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:800}.overlay-scale{gap:6px;display:grid}.overlay-scale span{color:var(--text-muted);font-size:.82rem;font-weight:700}.overlay-scale input[type=range]{appearance:none;background:0 0;width:100%;height:24px}.overlay-scale input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.blur-slider input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.playback-bar input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.overlay-scale input[type=range]::-webkit-slider-thumb{appearance:none;background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;margin-top:-8px;box-shadow:0 2px 8px #40342d2e}.blur-slider input[type=range]::-webkit-slider-thumb{appearance:none;background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;margin-top:-8px;box-shadow:0 2px 8px #40342d2e}.playback-bar input[type=range]::-webkit-slider-thumb{appearance:none;background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;margin-top:-8px;box-shadow:0 2px 8px #40342d2e}.overlay-scale input[type=range]::-moz-range-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.blur-slider input[type=range]::-moz-range-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.playback-bar input[type=range]::-moz-range-track{background:linear-gradient(90deg, #9f5d39 0, #9f5d39 var(--range-progress,50%), #40342d1f var(--range-progress,50%), #40342d1f 100%);border:1px solid #63584f1f;border-radius:999px;height:8px}.overlay-scale input[type=range]::-moz-range-thumb{background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #40342d2e}.blur-slider input[type=range]::-moz-range-thumb{background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #40342d2e}.playback-bar input[type=range]::-moz-range-thumb{background:#9f5d39;border:2px solid #fffdfa;border-radius:50%;width:22px;height:22px;box-shadow:0 2px 8px #40342d2e}.overlay-upload-btn{text-align:center;place-items:center;display:inline-grid}.preset-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.preset-btn{background:var(--surface-strong);cursor:pointer;border:2px solid #63584f1a;border-radius:10px;place-items:center;min-height:60px;padding:8px;transition:border-color .15s;display:grid}.preset-btn:hover{border-color:var(--teal)}.preset-btn canvas{width:40px;height:40px;display:block}.emoji-picker{flex-direction:column;gap:14px;display:flex}.emoji-picker__hint{color:var(--text-muted);margin:0}.emoji-picker__preview{background:var(--surface);border:2px solid #63584f1a;border-radius:14px;place-items:center;min-height:88px;font-size:3rem;line-height:1;display:grid}.emoji-picker__grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;display:grid}.emoji-picker__option{background:var(--surface-strong);cursor:pointer;border:2px solid #63584f1a;border-radius:12px;min-height:52px;font-size:1.6rem;line-height:1;transition:border-color .15s,background .15s,transform .15s}.emoji-picker__option:hover{border-color:#63584f40;transform:translateY(-1px)}.emoji-picker__option.is-active{border-color:var(--teal);background:#55f0c01a}.emoji-picker__actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.background-removal{flex-direction:column;gap:14px;min-height:0;display:flex}.background-removal__hint{color:var(--text-muted);margin:0}.background-removal__toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.background-removal__meta{color:var(--text-muted);font-size:.82rem;font-weight:700}.background-removal__tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.background-removal__tab{background:var(--surface-strong);color:#4e4139;cursor:pointer;border:2px solid #63584f24;border-radius:12px;min-height:42px;font-weight:800;transition:border-color .15s,background .15s}.background-removal__tab.is-active{border-color:var(--teal);color:#2a6b5a;background:#55f0c01a}.background-removal__preview{background-color:#ffffffb8;background-image:linear-gradient(45deg,#63584f14 25%,#0000 25% 75%,#63584f14 75%),linear-gradient(45deg,#63584f14 25%,#0000 25% 75%,#63584f14 75%);background-position:0 0,12px 12px;background-repeat:repeat,repeat;background-size:24px 24px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border:2px solid #63584f1a;border-radius:16px;place-items:center;min-height:0;padding:12px;display:grid;overflow:hidden}.background-removal__preview img{object-fit:contain;border-radius:10px;max-width:100%;max-height:min(38vh,340px);display:block}.image-cropper{touch-action:none;-webkit-user-select:none;user-select:none;cursor:move;border-radius:12px;max-width:100%;max-height:min(38vh,340px);display:inline-block;position:relative;overflow:hidden}.image-cropper.is-disabled{cursor:progress}.image-cropper img{pointer-events:none;border-radius:12px;max-width:100%;max-height:min(38vh,340px);display:block}.image-cropper__selection{background:#55f0c00f;border:2px solid #55f0c0;border-radius:12px;position:absolute;box-shadow:0 0 0 9999px #14141a73}.image-cropper__rule{background:#fff9;position:absolute}.image-cropper__rule--v1,.image-cropper__rule--v2{width:1px;top:0;bottom:0}.image-cropper__rule--h1,.image-cropper__rule--h2{height:1px;left:0;right:0}.image-cropper__rule--v1{left:33.333%}.image-cropper__rule--v2{left:66.666%}.image-cropper__rule--h1{top:33.333%}.image-cropper__rule--h2{top:66.666%}.image-cropper__label{color:#fff;white-space:nowrap;background:#14141ac7;border-radius:999px;padding:5px 8px;font-size:.74rem;font-weight:800;line-height:1;position:absolute;top:10px;left:10px}.image-cropper__handle{background:#55f0c0;border:2px solid #fff;border-radius:999px;width:16px;height:16px;margin-top:-8px;margin-left:-8px;position:absolute;box-shadow:0 2px 6px #0000002e}.image-cropper__handle--nw{cursor:nwse-resize;top:0;left:0}.image-cropper__handle--ne{cursor:nesw-resize;top:0;left:100%}.image-cropper__handle--sw{cursor:nesw-resize;top:100%;left:0}.image-cropper__handle--se{cursor:nwse-resize;top:100%;left:100%}.polygon-mask-editor{touch-action:none;-webkit-user-select:none;user-select:none;border-radius:12px;max-width:100%;max-height:min(38vh,340px);display:inline-block;position:relative;overflow:hidden}.polygon-mask-editor.is-disabled{cursor:progress}.polygon-mask-editor img{pointer-events:none;border-radius:12px;max-width:100%;max-height:min(38vh,340px);display:block}.polygon-mask-editor__overlay{width:100%;height:100%;position:absolute;inset:0}.background-removal__placeholder{color:var(--text-muted);font-weight:700}.background-removal__status{min-height:20px}.background-removal__status p{color:var(--text-muted);margin:0;font-size:.92rem;font-weight:700}.background-removal__error{color:#b34c42}.background-removal__actions{background:linear-gradient(#fffdfb00 0%,#fffdfa 22%);gap:10px;margin-top:auto;padding-top:12px;display:grid;position:sticky;bottom:-1px}.background-removal__actions--crop{grid-template-columns:repeat(2,minmax(0,1fr))}.background-removal__actions--review,.background-removal__actions--manual{grid-template-columns:repeat(4,minmax(0,1fr))}.text-input{border:2px solid var(--stroke-strong);background:var(--surface-strong);width:100%;min-width:0;color:inherit;border-radius:10px;padding:10px 12px;font-size:.92rem;font-weight:600}.text-input:focus{border-color:var(--teal);outline:none}.text-options-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;min-width:0;display:flex}.swatch-row{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;flex:100%;justify-content:flex-start;gap:6px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.swatch-row::-webkit-scrollbar{display:none}.swatch{cursor:pointer;border-radius:50%;width:32px;height:32px;padding:0;transition:transform .15s}.swatch:hover{transform:scale(1.15)}.swatch.is-active{outline:2px solid var(--teal);outline-offset:2px}.weight-toggle{border:1px solid var(--stroke);border-radius:8px;flex:none;gap:4px;display:flex;overflow:hidden}.weight-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;min-height:36px;padding:6px 10px;font-size:.88rem}.weight-btn.is-active{color:#2a6b5a;background:#55f0c026}.text-style-controls{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex:100%;align-items:center;gap:12px;min-width:0;padding-bottom:2px;display:flex;overflow-x:auto}.text-style-controls::-webkit-scrollbar{display:none}.text-style-row{flex-wrap:nowrap;gap:8px;display:flex}.text-style-btn{background:var(--surface-strong);color:#4e4139;white-space:nowrap;cursor:pointer;border:2px solid #63584f24;border-radius:12px;min-width:108px;min-height:44px;padding:10px 12px;font-size:.8rem;transition:border-color .15s,background .15s}.text-style-btn:hover{border-color:#63584f47}.text-style-btn.is-active{border-color:var(--teal);color:#2a6b5a;background:#55f0c01a}.blur-slider{gap:6px;display:grid}.blur-slider span{color:var(--text-muted);font-size:.82rem;font-weight:700}.blur-slider input[type=range]{width:100%}.modal-backdrop{z-index:60;background:#17161f85;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:#fffdfa;border:1px solid #63584f24;border-radius:18px;width:min(680px,100%);max-height:min(82vh,760px);padding:16px;overflow:auto;box-shadow:0 28px 70px #0f101947}.modal h2{margin:0;font-family:Iowan Old Style,Palatino Linotype,serif}.modal__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.prose{color:#4e4139;font-size:.95rem;line-height:1.6}.prose p{margin:0 0 16px}.prose ul,.prose ol{margin:0 0 16px;padding-left:24px}.prose li{margin-bottom:8px}.prose strong{color:var(--primary-strong);font-weight:800}.library-screen{flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px;display:flex;overflow:auto}.library-screen__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.library-screen__title{margin:0;font-family:Iowan Old Style,Palatino Linotype,serif;font-size:clamp(1.5rem,2vw,2rem);line-height:1.05}.library-screen__subtitle{color:var(--text-muted);margin:4px 0 0;font-size:.88rem;font-weight:700}.library-empty{text-align:center;color:var(--text-muted);background:#ffffff8c;border:2px solid #63584f1f;border-radius:16px;padding:24px 18px}.library-empty p{margin:0}.library-empty p+p{margin-top:6px}.library-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;display:grid}.creation-card{background:#ffffffb8;border:1px solid #63584f1f;border-radius:16px;flex-direction:column;gap:10px;padding:10px;display:flex}.creation-card__preview{aspect-ratio:1;cursor:pointer;background:linear-gradient(#dce9e7 0%,#d5dbe0 100%);border:none;border-radius:12px;place-items:center;padding:0;display:grid;overflow:hidden}.creation-card__preview img,.creation-card__preview video,.creation-preview__media img,.creation-preview__media video{object-fit:contain;width:100%;height:100%;display:block}.creation-card__missing,.creation-preview__missing{color:var(--text-muted);text-align:center;padding:16px;font-size:.88rem;font-weight:700}.creation-card__meta{gap:4px;display:grid}.creation-card__date,.creation-card__warning,.creation-preview__date{margin:0;font-size:.82rem}.creation-card__date,.creation-preview__date{color:#4e4139;font-weight:700}.creation-card__warning{color:#b84233;font-weight:700}.creation-card__actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.creation-preview{gap:12px;display:grid}.creation-preview__media{background:linear-gradient(#dce9e7 0%,#d5dbe0 100%);border-radius:14px;min-height:240px;overflow:hidden}@media (width<=1024px){:root{--sidebar-width:292px}.canvas-stage canvas{max-height:calc(100vh - 200px)}}@media (width<=767px){.app-shell{height:100dvh;min-height:100dvh;overflow:hidden}.mobile-topbar,.mobile-topbar.brand-bar{background:var(--surface);border-bottom:1px solid #63584f14;flex:none;padding:8px 10px 6px;display:flex}.app-tabs{padding:4px 10px var(--safe-bottom);gap:6px}.app-tabs__item{min-height:42px;padding:8px 12px;font-size:.78rem}.product-frame{flex-direction:column;flex:auto;height:auto;min-height:0;display:flex;overflow:hidden}.sidebar{overscroll-behavior:contain;border-top:1px solid #63584f1a;border-right:none;flex-direction:column;flex:auto;order:2;min-height:0;display:flex;overflow:hidden auto}.main-area{flex:0 0 46%;order:1;min-height:220px;max-height:52%;padding:8px 10px 6px}.sidebar__brand,.library-frame__header{display:none}.library-screen{padding:12px 10px calc(12px + var(--safe-bottom));gap:12px}.library-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.creation-card{gap:8px;padding:8px}.creation-card__actions{gap:6px}.creation-card__actions .button{min-height:38px;padding:8px 6px;font-size:.72rem}.error-banner{border-bottom:1px solid #da53452e;margin:0;padding:8px 12px}.canvas-stage{border-radius:14px;width:100%;height:100%;min-height:0;padding:4px}.canvas-stage canvas{width:auto;max-width:100%;height:auto;max-height:100%}.canvas-meta,.playback-bar{justify-content:center;width:100%;padding:6px 0 0}.sidebar__step{min-width:0;min-height:0;padding:6px 10px calc(6px + var(--safe-bottom));overscroll-behavior:contain;border-top:1px solid #63584f14;flex:auto;gap:6px;margin:0;overflow:hidden auto}.sidebar__step[data-step=export],.sidebar__step[data-step=export] .overlay-picker,.sidebar__step[data-step=export] .overlay-controls,.sidebar__step[data-step=export] .emoji-picker{gap:5px}.sidebar__step[data-step=export] .mode-btn{min-height:40px;padding:7px 6px;font-size:.7rem}.sidebar__step[data-step=export] .text-input{padding:7px 9px;font-size:16px}.sidebar__step[data-step=export] .swatch{width:36px;height:36px}.sidebar__step[data-step=export] .preset-btn{min-height:44px;padding:4px}.sidebar__step[data-step=export] .preset-btn canvas{width:30px;height:30px}.sidebar__step[data-step=export] .overlay-scale span,.sidebar__step[data-step=export] .blur-slider span{font-size:.68rem}.sidebar__step[data-step=export] .button{min-height:40px;padding:8px 10px;font-size:.78rem}.sidebar__step[data-step=export] .export-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:auto}.sidebar__step[data-step=export] .start-over-link{padding-top:0;font-size:.68rem}.stepper{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:0;padding:4px 10px 5px}.stepper__item{text-align:center;flex-direction:column;align-items:center;gap:3px;font-size:.64rem}.stepper__label{line-height:1.15}.button{min-height:40px;padding:9px 12px;font-size:.8rem}.mode-btn{min-height:40px;padding:8px 6px;font-size:.72rem}.preset-btn{min-height:44px;padding:5px}.preset-grid{scrollbar-width:none;-webkit-overflow-scrolling:touch;grid-template-columns:none;grid-auto-columns:minmax(72px,1fr);grid-auto-flow:column;gap:6px;padding-bottom:2px;display:grid;overflow:auto hidden}.preset-grid::-webkit-scrollbar{display:none}.overlay-sticker-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.overlay-sticker-actions--single{grid-template-columns:minmax(0,1fr)}.emoji-picker__actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.background-removal__tabs{width:100%}.background-removal__toolbar{flex-direction:column;align-items:stretch}.background-removal__preview{min-height:220px;padding:12px}.background-removal__preview img{max-height:min(34vh,280px)}.background-removal__actions{gap:8px}.image-cropper,.image-cropper img,.polygon-mask-editor,.polygon-mask-editor img{max-height:min(34vh,280px)}.image-cropper__label{font-size:.7rem;top:8px;left:8px}.background-removal__actions--crop,.background-removal__actions--review,.background-removal__actions--manual{grid-template-columns:1fr}.emoji-picker__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.playback-bar__btn{border-radius:7px;width:40px;height:40px}.playback-bar{gap:6px;padding:6px 2px}.playback-bar__frame{font-size:.7rem}.drop-zone{gap:6px;min-height:92px;padding:12px 10px}.drop-zone__paste{color:var(--text-muted);background:#ffffffb8;border:1px solid #40342d1f;border-radius:999px;align-self:center;padding:6px 10px;font-size:.74rem;font-weight:700;line-height:1;text-decoration:none;box-shadow:inset 0 1px #fff6}.drop-zone__paste:hover{color:var(--primary-strong);background:#ffffffe6}.empty-canvas{gap:8px;min-height:0}.empty-canvas__media{min-height:0;padding:6px}.empty-canvas__demo{aspect-ratio:auto;border-radius:14px;width:100%;max-height:100%}.empty-canvas__caption{padding:0 2px}.input-sidebar{gap:7px}.input-sidebar__headline{font-size:1.05rem;line-height:1.02}.text-input{font-size:16px}.privacy-badge{padding:5px 7px;font-size:.66rem}.text-controls__grid{grid-template-columns:1fr}.text-options-row{align-items:flex-start;gap:8px}.swatch-row{justify-content:center;gap:4px}.weight-toggle{align-self:flex-start}.step-instruction{font-size:.9rem}.step-hint{font-size:.76rem;line-height:1.25}.overlay-picker,.overlay-controls,.emoji-picker{gap:6px}.overlay-scale span,.blur-slider span,.step-nav__count{font-size:.7rem}.swatch{width:36px;height:36px}.emoji-picker__option{min-height:38px;font-size:1.05rem}.emoji-picker__preview{min-height:56px;font-size:1.9rem}.start-over-link{font-size:.7rem}.weight-btn{min-height:40px;padding:8px 10px}.text-style-btn{min-width:88px;min-height:40px;padding:8px 10px}.export-actions>:first-child{order:2}.export-actions>:nth-child(2){order:1}}@media (width<=520px){.app-shell{width:100%;padding:var(--safe-top) var(--safe-right) 0 var(--safe-left);margin:0}.preset-grid{grid-template-columns:repeat(3,1fr);gap:6px}}
