:root{--color-bg:#dff0f7;--color-booth-pink:#f0c9c7;--color-primary:#d1211c;--color-primary-dark:#a5140f;--color-dark:#201410;--color-yellow:#cf9a42;--color-yellow-light:#e6bd72;--color-pink:#f0c9c7;--color-green:#2c6b4c;--color-green-accent:#3d8f68;--color-red:#d1211c;--color-red-accent:#e2402f;--color-text-muted:#83705f;--color-border:#201410;--color-grid-blue:#bfdef5;--color-grid-pink:#f6cfe0;--color-white:#fffaf3;--color-slate:#7e93b6;--color-slate-light:#a9bcd9;--font-ui:-apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Helvetica Neue", Helvetica, Arial, sans-serif;--font-brand:"DM Mono", ui-monospace, "SF Mono", Menlo, monospace;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{height:100%}body{font-family:var(--font-ui);background:var(--color-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0}#root{justify-content:center;min-height:100dvh;display:flex}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}a{color:inherit}.screen{background:var(--color-bg);box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:480px;min-height:100%;margin:0 auto;display:flex}.brand-text{font-family:var(--font-brand)}.phone-frame{background:var(--color-bg);width:100%;min-height:100dvh}.circle-btn{border:1px solid var(--color-dark);width:80px;height:80px;font-family:var(--font-brand);letter-spacing:.02em;color:var(--color-white);background:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;font-size:13px;font-weight:700;transition:transform .1s;display:flex}.circle-btn:active{transform:scale(.96)}.circle-btn:disabled{opacity:.45;pointer-events:none}.circle-btn--lg{width:90px;height:90px;font-size:13px}.pill-btn{border:1px solid var(--color-dark);font-family:var(--font-brand);white-space:nowrap;color:var(--color-dark);background:var(--color-white);border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:13px 20px;font-size:13px;font-weight:700;transition:transform .1s;display:inline-flex}.pill-btn:active{transform:scale(.96)}.pill-btn--primary{background:var(--color-primary);color:var(--color-white)}.pill-btn--outline{background:var(--color-white);color:var(--color-dark);border:1px solid var(--color-border);padding:11px 20px;font-size:12px}.pill-btn--active{background:var(--color-primary);color:var(--color-white)}.pill-btn--sm{padding:11px 18px;font-size:12px}.social-links{flex-direction:row;justify-content:center;align-items:center;gap:14px;margin-top:auto;padding-top:16px;display:flex}.social-links__link{color:var(--color-text-muted);font-size:12px;font-weight:510}.top-screen{background:var(--color-bg);justify-content:center;gap:24px;width:100%;height:100%;padding:20px 0}.top-screen__illustration{width:400px;max-width:92%;height:auto}@media (width<=480px){.top-screen__illustration{max-width:78%}}.top-screen .circle-btn{background:var(--color-green-accent);border-color:var(--color-dark)}.top-screen .social-links{margin-top:0}.template-preview{border-radius:3px;justify-content:center;align-items:center;width:min(100vw - 190px,250px);min-width:0;height:min(34vh,340px);display:flex;overflow:hidden}.template-preview--sm{opacity:.55;width:34px;height:45px}.template-preview--wide{width:min(100vw - 190px,300px);min-width:0;height:min(40vh,480px)}.template-preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.settings-screen{justify-content:center;gap:13px;width:100%;min-height:100%;padding:14px 20px 10px;position:relative}.settings-screen .circle-btn{background:var(--color-green-accent);border-color:var(--color-dark)}.settings-screen .social-links{margin-top:0}.settings-screen__back{color:var(--color-dark);background:0 0;padding:0;font-size:14px;font-weight:510;position:absolute;top:14px;left:20px}.settings-screen__mode{background:var(--color-white);border:1px solid var(--color-dark);border-radius:999px;gap:4px;width:100%;padding:4px;display:flex}.settings-screen__mode-btn{color:var(--color-dark);text-align:center;background:0 0;border-radius:999px;flex:1;padding:14px 20px;font-size:14px;font-weight:590}.settings-screen__mode-btn--active{background:var(--color-primary);color:var(--color-white)}.settings-screen__label{font-family:var(--font-brand);color:var(--color-dark);font-size:13px;font-weight:700}.settings-screen__carousel{background:var(--color-white);border:1px solid var(--color-dark);border-radius:12px;justify-content:center;align-items:center;gap:6px;width:100%;height:calc(min(40vh,480px) + 16px);padding:6px;display:flex}.settings-screen__arrow{color:var(--color-text-muted);flex-shrink:0;padding:2px 4px;font-size:14px}.settings-screen__arrow:disabled{opacity:.3}.settings-screen__peek{border-radius:4px;flex-shrink:0;width:34px;height:53px;padding:0;transition:transform .15s}.settings-screen__peek:active{transform:scale(.94)}.settings-screen__peek:disabled{visibility:hidden}.settings-screen__template-wrap{justify-content:center;align-items:center;display:flex}.settings-screen__dots{background:var(--color-white);border:1px solid var(--color-dark);width:100%;color:var(--color-primary);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:9px;font-size:12px;display:flex}.settings-screen__file-input{display:none}.capture-screen{gap:20px;width:100%;min-height:100%;padding:32px 20px}.capture-screen__back{color:var(--color-dark);background:0 0;align-self:flex-start;margin-bottom:-4px;padding:0;font-size:14px;font-weight:510}.capture-screen__counter{font-family:var(--font-brand);color:var(--color-dark);font-size:14px;font-weight:700}.capture-screen__thumbs{flex-wrap:nowrap;justify-content:center;gap:6px;width:100%;max-width:320px;display:flex}.capture-screen__thumb{aspect-ratio:3/4;border:1px solid var(--color-dark);background:var(--color-white);border-radius:3px;flex:0 56px;min-width:0;overflow:hidden}.capture-screen__thumb img{object-fit:cover;width:100%;height:100%}.capture-screen__frame{border:1px solid var(--color-dark);background:var(--color-slate);border-radius:8px;width:280px;height:380px;position:relative;overflow:hidden}.capture-screen__window{position:absolute;overflow:hidden}.capture-screen__video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0;transform:scaleX(-1)}.capture-screen__hint{color:var(--color-dark);text-align:center;background:#ffffffbf;border-radius:4px;padding:4px 8px;font-size:11px;font-weight:510;line-height:1.4;position:absolute;top:20px;left:50%;transform:translate(-50%)}.capture-screen__countdown-overlay{color:var(--color-yellow);text-shadow:0 2px 16px #00000073;pointer-events:none;margin:0;font-size:80px;font-weight:700;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.capture-screen__start-overlay{background:#1b1d2e59;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.capture-screen__guide-line{width:240px;height:2px;position:absolute;left:18px}.capture-screen__guide-label{font-size:8px;font-weight:510;position:absolute;left:18px}.capture-screen__error{text-align:center;color:#fff;justify-content:center;align-items:center;padding:24px;font-size:12px;display:flex;position:absolute;inset:0}.review-screen{justify-content:center;gap:14px;width:100%;min-height:100%;padding:24px 20px 20px}.review-screen .circle-btn{background:var(--color-green-accent);border-color:var(--color-dark)}.review-screen__title{font-family:var(--font-brand);color:var(--color-dark);font-size:17px;font-weight:700}.review-screen__preview{background:0 0;justify-content:center;align-items:center;width:100%;max-width:360px;height:min(48vh,420px);display:flex;overflow:hidden}.review-screen__preview--white{background:#fff;padding:32px}.review-screen__preview img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%;display:block}.review-screen__preview-label{color:var(--color-text-muted);font-size:11px}.review-screen__filter{background:var(--color-white);border:1px solid var(--color-dark);border-radius:999px;gap:4px;padding:4px;display:flex}.review-screen__filter-btn{font-family:var(--font-brand);color:var(--color-dark);background:0 0;border-radius:999px;padding:8px 20px;font-size:12px;font-weight:700}.review-screen__filter-btn--active{background:var(--color-primary);color:var(--color-white)}.pickup-screen{gap:28px;width:100%;min-height:100%;padding:60px 20px 32px}.pickup-screen__title{font-family:var(--font-brand);color:var(--color-dark);font-size:17px;font-weight:700}.pickup-screen__slot{width:300px;height:400px;position:relative}.pickup-screen__housing{background:var(--color-white);border:1px solid var(--color-dark);border-radius:12px;width:280px;height:320px;position:absolute;top:10px;left:10px;overflow:hidden;box-shadow:0 14px 28px #2014102e}.pickup-screen__housing--pet-transparent{background:var(--color-bg)}.pickup-screen__slit{background:linear-gradient(180deg, #322019 0%, var(--color-dark) 100%);z-index:3;border-radius:7px;width:240px;height:14px;position:absolute;top:8px;left:20px;box-shadow:inset 0 2px 4px #00000080}.pickup-screen__top-mask{background:var(--color-white);z-index:2;width:100%;height:8px;position:absolute;top:0;left:0}.pickup-screen__top-mask--pet-transparent{background:var(--color-bg)}.pickup-screen__strip{background:var(--color-white);z-index:1;border-radius:2px;padding:12px;animation:2.2s cubic-bezier(.32,.1,.4,1) forwards drop;position:absolute;left:50%;transform:translate(-50%);box-shadow:0 8px 18px #2014104d}@keyframes drop{0%{top:-200px}to{top:var(--rest-top,24px)}}.pickup-screen__strip img{background:var(--color-white);width:100%;height:auto;min-height:130px;display:block}.pickup-screen__strip--pet{box-shadow:none;background:0 0;padding:0}.pickup-screen__strip--pet img{background:0 0;min-height:0}.pickup-screen__status{color:var(--color-text-muted);font-size:12px}.pickup-screen__zoom{z-index:10;background:#1b1510b8;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}.pickup-screen__zoom img{border-radius:4px;max-width:100%;max-height:100%;box-shadow:0 20px 40px #0006}.printing-screen{justify-content:center;gap:28px;width:100%;height:100%}.printing-screen__printer{background:var(--color-dark);border:1px solid var(--color-dark);border-radius:10px;width:120px;height:90px;position:relative;overflow:visible;box-shadow:0 3px #2014104d}.printing-screen__paper{background:var(--color-yellow);border-radius:2px;width:80px;height:12px;position:absolute;top:-6px;left:20px}.printing-screen__label{font-family:var(--font-brand);color:var(--color-dark);font-size:16px;font-weight:700}.printing-screen__track{background:var(--color-white);border:1px solid var(--color-dark);border-radius:5px;width:220px;height:10px;overflow:hidden}.printing-screen__fill{background:var(--color-dark);border-radius:5px;height:100%;transition:width .2s linear}.printing-screen__pct{color:var(--color-dark);font-size:12px;font-weight:510}.complete-screen{gap:20px;width:100%;min-height:100%;padding:28px 20px}.complete-screen .circle-btn{background:var(--color-green-accent);border-color:var(--color-dark)}.complete-screen__sheet-wrap{flex-direction:column;align-items:center;gap:12px;display:flex}.complete-screen__sheet{border:1px solid var(--color-dark);border-radius:4px;width:auto;max-width:min(340px,100%);height:auto;max-height:min(46vh,420px)}.complete-screen__sheet--borderless{border:none}.complete-screen__sheet-placeholder{aspect-ratio:340/457;background:var(--color-white);border:1px solid var(--color-dark);border-radius:4px;width:min(340px,100%)}.complete-screen__actions{flex-direction:column;align-items:center;gap:12px;display:flex}.background-screen{gap:16px;width:100%;min-height:100%;padding:32px 20px 28px}.background-screen__title{font-family:var(--font-brand);color:var(--color-dark);font-size:17px;font-weight:700}.background-screen__subtitle{color:var(--color-text-muted);font-size:11px;font-weight:400}.background-screen__canvas{border:1px solid var(--color-dark);touch-action:none;background:#9e9994;border-radius:6px;width:300px;height:420px;position:relative;overflow:hidden}.background-screen__canvas img.background-screen__photo{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.background-screen__empty-label{color:#fff;white-space:nowrap;font-size:10px;position:absolute;top:14px;left:50%;transform:translate(-50%)}.background-screen__strip{cursor:grab;position:absolute}.background-screen__strip:active{cursor:grabbing}.background-screen__strip img{border-radius:2px;width:100%;height:100%;display:block}.background-screen__strip-outline{border:2px dashed var(--color-primary);pointer-events:none;position:absolute;inset:-4px}.background-screen__handle{border:2px solid var(--color-primary);cursor:nwse-resize;background:#fff;border-radius:5px;width:10px;height:10px;position:absolute}.background-screen__handle--tl{cursor:nwse-resize;top:-6px;left:-6px}.background-screen__handle--tr{cursor:nesw-resize;top:-6px;right:-6px}.background-screen__handle--bl{cursor:nesw-resize;bottom:-6px;left:-6px}.background-screen__handle--br{cursor:nwse-resize;bottom:-6px;right:-6px}.background-screen__actions{gap:12px;display:flex}.background-screen__file-input{display:none}
