:root{--bg: #f7ecdf;--bg-soft: #f3ddd2;--panel: #fdf7ef;--panel-2: #f7e8db;--border: #e4c9b9;--text: #4a2c22;--text-muted: #9b7c6d;--accent: #8c1d18;--accent-2: #6f1410;--primary: #8c1d18;--primary-2: #a83a32;--success: #0f9d6a;--danger: #c2352c;--radius: 14px;--shadow: 0 8px 26px rgba(110, 46, 30, .14);--font: "Be Vietnam Pro", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);background:radial-gradient(1200px 700px at 80% -10%,#fbf0dd 0%,var(--bg) 55%);color:var(--text);-webkit-font-smoothing:antialiased}img{max-width:100%}button{font-family:inherit;cursor:pointer;touch-action:manipulation}input,select{font-family:inherit}a,label{touch-action:manipulation}.app-shell{display:flex;flex-direction:column;min-height:100%}.app-header{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#fdf6eae0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:50;flex-wrap:wrap}.brand{font-weight:800;font-size:1.15rem;letter-spacing:.3px;display:flex;align-items:center;gap:8px;-webkit-user-select:none;user-select:none;flex-wrap:wrap}.brand-dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 12px var(--accent)}.brand-accent{color:var(--accent)}.shop-badge{font-size:.8rem;font-weight:800;color:var(--primary);background:#f3d7d4;border:1px solid rgba(140,29,24,.25);border-radius:999px;padding:4px 12px;white-space:nowrap}.shop-badge em{font-style:normal;font-weight:600;opacity:.75}.shop-badge-super{background:#fbe9c6;border-color:#b4780a66;color:#7c4a03}.lang-toggle{background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-weight:800;font-size:.78rem;color:var(--text);flex-shrink:0;white-space:nowrap;cursor:pointer}.lang-toggle:hover{border-color:var(--primary);color:var(--primary)}.lang-row{display:flex;gap:10px;justify-content:flex-end}.lang-chip{background:var(--panel);border:2px solid var(--border);border-radius:999px;padding:9px 18px;font-weight:800;font-size:.9rem;color:var(--text-muted);cursor:pointer;transition:all .15s}.lang-chip.active{background:linear-gradient(135deg,var(--primary),#a02a20);color:#fff;border-color:transparent;box-shadow:0 4px 14px #8c1d1840}.lang-chip:hover:not(.active){border-color:var(--primary);color:var(--primary)}.shop-gate-modal{text-align:center;align-items:center;gap:12px}.shop-gate-modal h3{color:var(--primary);font-size:1.3rem}.shop-gate-modal .brand{font-size:1.25rem}.app-nav{display:flex;gap:6px;flex:1;flex-wrap:wrap}.nav-btn{display:flex;align-items:center;gap:7px;background:transparent;border:1px solid transparent;color:var(--text-muted);padding:9px 16px;border-radius:10px;font-size:.95rem;font-weight:600;transition:all .15s}.nav-btn:hover{color:var(--text);background:var(--panel)}.nav-btn.active{color:var(--text);background:var(--panel-2);border-color:var(--border)}.header-right{display:flex;align-items:center;gap:10px}.sync-badge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:20px;background:var(--panel)}.sync-realtime{color:var(--success)}.sync-polling{color:var(--accent-2)}.sync-offline{color:var(--danger)}.app-main{flex:1;padding:24px;max-width:1280px;width:100%;margin:0 auto}.app-main-booth{max-width:none;padding:0}.btn-primary,.btn-secondary,.btn-ghost{border-radius:10px;font-weight:700;border:1px solid transparent;padding:11px 20px;font-size:.95rem;transition:all .15s}.btn-primary{background:linear-gradient(135deg,var(--primary),#a02a20);color:#fff}.btn-primary:hover:not(:disabled){filter:brightness(1.12);transform:translateY(-1px)}.btn-secondary{background:var(--bg-soft);color:var(--primary);border-color:#8c1d1859;font-weight:800}.btn-secondary:hover:not(:disabled){border-color:var(--primary)}.btn-pill{border-radius:999px;letter-spacing:1px}.btn-ghost{background:transparent;color:var(--text-muted);border-color:var(--border)}.btn-ghost:hover:not(:disabled){color:var(--text)}.btn-danger-ghost{background:transparent;border:none;color:var(--danger);opacity:.7}.btn-danger-ghost:hover{opacity:1}button:disabled{opacity:.45;cursor:not-allowed}.btn-sm{padding:6px 12px;font-size:.82rem}.btn-lg{padding:14px 28px;font-size:1.05rem}.btn-xl{padding:18px 42px;font-size:1.3rem;border-radius:16px}.link-btn{background:none;border:none;color:var(--primary-2);font-size:.9rem;text-decoration:underline}.input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid var(--border);background:var(--bg-soft);color:var(--text);font-size:1rem;outline:none;transition:border .15s}.input:focus{border-color:var(--primary-2)}.input-lg{font-size:1.3rem;padding:15px 18px;text-align:center;letter-spacing:1px}.mono{font-family:Consolas,SF Mono,monospace}.muted{color:var(--text-muted)}.small{font-size:.82rem}.error-text{color:var(--danger);font-size:.88rem;margin-top:8px}.hint-text{color:var(--accent-2);font-size:.88rem;margin:8px 0}.price{color:var(--accent)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#05070cb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:20px}.modal{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:28px;width:100%;max-width:400px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.modal-actions{display:flex;gap:10px;justify-content:flex-end}.landing{display:flex;flex-direction:column;gap:34px;max-width:720px;margin:0 auto;padding-top:8px}.landing-label{display:block;font-size:.8rem;font-weight:700;color:var(--primary);margin-bottom:6px}.landing h1{font-size:clamp(1.7rem,5vw,2.4rem);font-weight:800;color:var(--primary);line-height:1.15;margin-bottom:8px}.landing h2{font-size:clamp(1.25rem,4vw,1.6rem);font-weight:800;color:var(--primary);margin:2px 0 14px}.landing-sub{color:var(--text-muted);font-size:.92rem;margin-bottom:20px}.landing-field-label{font-size:.85rem;font-weight:700;color:var(--primary);margin-bottom:8px;display:block}.landing-input{background:var(--bg-soft);border-color:#8c1d184d;border-radius:12px;font-size:1.05rem;padding:15px 18px}.landing-input::placeholder{color:#c09c8d}.landing-continue{width:100%;margin-top:14px}.landing-tagline{text-align:center;color:var(--primary);font-size:.72rem;font-weight:600;letter-spacing:.5px;margin-top:10px;opacity:.75}.vibe-pills{display:flex;gap:12px;flex-wrap:wrap}.vibe-pill{background:#f3d7d4;color:var(--primary);border:1px solid rgba(140,29,24,.18);border-radius:999px;padding:12px 26px;font-weight:800;font-size:.95rem;transition:all .15s}.vibe-pill:hover:not(:disabled){border-color:var(--primary);transform:translateY(-1px);background:#efcac6}.vibe-pill.featured{background:linear-gradient(135deg,var(--primary),#a02a20);color:#fff;border-color:transparent;box-shadow:0 6px 16px #8c1d1847}.vibe-pill.featured:hover:not(:disabled){background:linear-gradient(135deg,#a02a20,var(--primary))}.vibe-pill:disabled{opacity:.4}.how-steps{list-style:none;display:flex;flex-direction:column;gap:18px}.how-steps li{display:flex;gap:14px;align-items:flex-start}.how-num{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;margin-top:2px}.how-steps b{color:var(--primary);font-size:.98rem;display:block;margin-bottom:3px}.how-steps p{color:var(--text-muted);font-size:.85rem;line-height:1.5}.cta-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:26px 22px;text-align:center;display:flex;flex-direction:column;gap:10px;align-items:center;box-shadow:var(--shadow);margin-bottom:10px}.cta-card h3{color:var(--primary);font-size:1.15rem}.cta-card p{color:var(--text-muted);font-size:.85rem}.cta-card .btn-primary{width:100%;max-width:380px;margin-top:6px}.cta-card.cta-rose{background:linear-gradient(160deg,#f5cccd,#ecb4bc 55%,#e3a3ae);border-color:#8c1d1829;box-shadow:0 12px 30px #8c1d1829}.cta-card.cta-rose h3{color:var(--accent-2)}.cta-card.cta-rose p{color:#834048}.faq-list{display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.faq-item{background:var(--panel-2);border:1px solid var(--border);border-radius:16px;overflow:hidden}.faq-item.open{border-color:#8c1d1859}.faq-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:transparent;border:none;padding:16px 20px;text-align:left}.faq-q{display:flex;flex-direction:column;gap:2px}.faq-q b{color:var(--primary);font-size:1rem}.faq-chevron{color:var(--primary);font-size:.7rem;flex-shrink:0}.faq-body{padding:0 20px 18px;color:var(--text-muted);font-size:.88rem;line-height:1.55}.back-link{align-self:flex-start;margin-bottom:-18px}.room-hero{position:relative;border-radius:22px;overflow:hidden;min-height:210px;display:flex;align-items:flex-end}.room-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.room-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000004d,#00000080)}.room-hero-body{position:relative;z-index:1;padding:22px;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.room-hero-body .landing-label{color:#ffe9d8;text-shadow:0 1px 8px rgba(0,0,0,.45)}.room-hero-body h1{color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.4);margin:0}.vibe-dream,.select-card.room-vibe.vibe-dream{background:radial-gradient(120% 120% at 20% 0%,#2f5d4f,#16352c 60%,#0d241d)}.vibe-night,.select-card.room-vibe.vibe-night{background:radial-gradient(120% 120% at 80% 10%,#2a3a6b,#16224a 55%,#0a1128)}.vibe-night:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background-image:radial-gradient(1.5px 1.5px at 20% 30%,#fff,transparent),radial-gradient(1.5px 1.5px at 70% 60%,#fff,transparent),radial-gradient(1px 1px at 45% 80%,#fff,transparent),radial-gradient(1.5px 1.5px at 85% 25%,#fff,transparent)}.vibe-lily,.select-card.room-vibe.vibe-lily{background:radial-gradient(120% 120% at 30% 10%,#f4bfcb,#e8a0b0 55%,#cf7d92)}.room-closed-tag{font-style:normal;font-weight:600;font-size:.78rem;opacity:.85}.frame-suggest{display:grid;grid-template-columns:1fr;gap:16px}.frame-suggest-card{display:flex;gap:16px;background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.frame-suggest-thumb{position:relative;width:116px;flex-shrink:0;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:12px}.mini-slots{position:relative;z-index:1;display:grid;gap:5px;width:100%}.mini-slot{background:#ffffffd1;border-radius:3px;aspect-ratio:4/3;box-shadow:0 1px 3px #00000040}.frame-suggest-body{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.frame-suggest-body b{color:var(--primary);font-size:1.02rem}.frame-suggest-body .btn-secondary{margin-top:4px}.room-suggest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}.room-suggest-card{position:relative;border:none;border-radius:16px;overflow:hidden;aspect-ratio:3/4;display:flex;align-items:flex-end;padding:0}.room-suggest-bg{position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .25s}.room-suggest-card:hover .room-suggest-bg{transform:scale(1.06)}.room-suggest-name{position:relative;z-index:1;width:100%;padding:12px;color:#fff;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.5);background:linear-gradient(180deg,transparent,rgba(0,0,0,.5))}.select-card.room-vibe{color:#fff;border:2px solid transparent;overflow:hidden;position:relative;min-height:120px;justify-content:flex-end}.select-card.room-vibe:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.42))}.select-card.room-vibe>*{position:relative;z-index:1}.select-card.room-vibe h3{color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.select-card.room-vibe .muted{color:#ffffffd9}.select-card.room-vibe.selected{border-color:#fff;box-shadow:0 0 0 2px var(--accent)}.center-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:18px;text-align:center}.hero-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.hero-sub{color:var(--text-muted);font-size:1.15rem;margin-bottom:10px}.queue-banner{background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);color:var(--accent-2);padding:10px 20px;border-radius:12px;font-size:.95rem}.queue-note{background:#c47b101a;border:1px solid rgba(196,123,16,.32);color:#7c4a03;padding:10px 16px;border-radius:12px;font-size:.92rem;font-weight:600;text-align:center}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:14px;margin:16px 0 30px}.select-card{position:relative;text-align:left;background:var(--panel);border:2px solid var(--border);border-radius:var(--radius);padding:20px;color:var(--text);transition:all .15s;display:flex;flex-direction:column;gap:8px}.select-card:hover:not(.disabled){border-color:var(--primary-2);transform:translateY(-2px)}.select-card.selected{border-color:var(--accent);background:#f59e0b12}.select-card.disabled{opacity:.45;cursor:not-allowed}.select-card .price{font-size:1.5rem;font-weight:800}.badge-popular{position:absolute;top:-10px;right:14px;background:var(--accent);color:#1a1206;font-size:.72rem;font-weight:800;padding:3px 10px;border-radius:20px}.kiosk-select h2{margin-bottom:6px;font-size:1.2rem}.step-actions{display:flex;justify-content:space-between;gap:12px;margin-top:10px}.summary-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:30px;width:100%;max-width:480px;display:flex;flex-direction:column;gap:13px;box-shadow:var(--shadow);text-align:left}.summary-card h2,.summary-card h3{text-align:center}.summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed var(--border)}.summary-row.total{border-bottom:none;font-size:1.15rem;padding-top:14px}.summary-row.total b{color:var(--accent)}.payment-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:40px;max-width:460px;width:100%;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:var(--shadow)}.payment-card.success{border-color:#34d39966}.ticket-code-display{font-family:Consolas,monospace;font-size:2rem;font-weight:800;letter-spacing:3px;color:var(--accent);background:var(--bg-soft);border:1px dashed var(--accent);padding:14px 26px;border-radius:12px}.success-check{width:64px;height:64px;border-radius:50%;background:var(--success);color:#06281c;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900}.spinner{width:44px;height:44px;border-radius:50%;border:4px solid var(--border);border-top-color:var(--primary-2);animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bar{width:100%;height:8px;border-radius:6px;background:var(--bg-soft);overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),var(--primary-2));transition:width .3s}.sessions-screen{display:flex;flex-direction:column;gap:18px}.sessions-header{display:flex;align-items:baseline;gap:14px}.session-list{display:flex;flex-direction:column;gap:14px}.session-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;gap:12px}.session-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;flex-wrap:wrap}.ticket-code{font-family:Consolas,monospace;font-weight:800;font-size:1.1rem;letter-spacing:1px}.status-pill{font-size:.78rem;font-weight:700;padding:5px 12px;border-radius:20px;background:var(--panel-2);white-space:nowrap}.status-ready{color:var(--accent-2)}.status-active{color:var(--primary-2)}.status-done{color:var(--success)}.status-printed{color:var(--text-muted)}.photo-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.photo-strip img{width:90px;height:90px;object-fit:cover;border-radius:8px;cursor:zoom-in;border:1px solid var(--border);flex-shrink:0}.photo-more{width:90px;height:90px;border-radius:8px;background:var(--panel-2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text-muted)}.session-card .btn-primary{align-self:flex-start}.empty-state{text-align:center;color:var(--text-muted);padding:40px;background:var(--panel);border-radius:var(--radius);border:1px dashed var(--border)}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#000000e0;display:flex;align-items:center;justify-content:center;cursor:zoom-out;padding:24px}.lightbox img{max-width:100%;max-height:100%;border-radius:8px}.booth-screen{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.booth-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-bottom:1px solid var(--border);background:var(--bg-soft);flex-wrap:wrap}.booth-title{font-weight:800;letter-spacing:1px;color:var(--accent)}.booth-timer{font-family:Consolas,monospace;font-size:1.1rem;font-weight:700}.booth-timer.danger{color:var(--danger);animation:blink 1s infinite}@keyframes blink{50%{opacity:.4}}.booth-verify-card{align-items:stretch}.code-block{background:#322718;border:1px solid var(--border);border-radius:10px;padding:14px;font-size:.75rem;overflow-x:auto;color:#b8e6c8;text-align:left;line-height:1.5}.booth-shoot{display:grid;grid-template-columns:1fr 280px;gap:18px;padding:18px;flex:1}@media(max-width:900px){.booth-shoot{grid-template-columns:1fr}}.booth-stage{display:flex;flex-direction:column;gap:14px}.camera-wrap{position:relative;border-radius:var(--radius);overflow:hidden;background:#000;aspect-ratio:16/9}.camera-video{width:100%;height:100%;object-fit:cover}.camera-loading,.countdown-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;background:#00000059}.countdown-overlay{font-size:7rem;font-weight:900;text-shadow:0 4px 30px rgba(0,0,0,.8)}.flash-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff;animation:flashout .18s ease-out}@keyframes flashout{0%{opacity:1}to{opacity:0}}.camera-fallback{background:var(--panel);border-radius:var(--radius);padding:18px}.preset-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.preset-grid img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;cursor:pointer;border:2px solid transparent}.preset-grid img:hover{border-color:var(--accent)}.filter-row{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:7px 16px;border-radius:20px;border:1px solid var(--border);background:var(--panel);color:var(--text-muted);font-weight:600;font-size:.85rem}.chip.active{border-color:var(--accent);color:var(--accent);background:#f59e0b14}.booth-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.shutter-btn{width:76px;height:76px;border-radius:50%;font-size:2rem;background:radial-gradient(circle at 35% 30%,#fff,#cbd5e1);border:4px solid var(--accent);transition:transform .1s}.shutter-btn:active:not(:disabled){transform:scale(.92)}.booth-gallery{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px;overflow-y:auto;max-height:calc(100vh - 120px)}.booth-thumbs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.booth-thumb{position:relative}.booth-thumb img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.thumb-delete{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#000000a6;color:#fff;border:none;font-size:.75rem}.editor-screen{display:flex;flex-direction:column;gap:14px}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap}.toolbar-actions{display:flex;gap:8px}.editor-body{display:grid;grid-template-columns:220px 1fr;gap:18px}@media(max-width:860px){.editor-body{grid-template-columns:1fr}}.frame-picker{display:flex;flex-direction:column;gap:8px}.frame-picker h4{color:var(--text-muted);font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.frame-pick{display:flex;flex-direction:column;align-items:flex-start;gap:3px;background:var(--panel);border:2px solid var(--border);border-radius:10px;padding:12px 14px;color:var(--text);font-weight:600;text-align:left;position:relative}.frame-pick.active{border-color:var(--accent)}.badge-saved{position:absolute;top:8px;right:10px;font-size:.68rem;font-weight:700;color:var(--success);background:#34d3991f;padding:2px 8px;border-radius:12px}.editor-stage-wrap{display:flex;flex-direction:column;gap:12px;min-width:0}.editor-stage{width:100%;max-width:480px;margin:0 auto}.editor-paper{position:relative;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 10px 36px #5d462647;border:1px solid var(--border);touch-action:none}.editor-slot{position:absolute;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center;cursor:grab;touch-action:none}.editor-slot:active{cursor:grabbing}.editor-slot.active{outline:3px solid var(--primary-2);outline-offset:-3px;z-index:2}.editor-slot.empty{background:repeating-linear-gradient(45deg,#e5e7eb,#e5e7eb 8px,#d7dbe3 8px,#d7dbe3 16px)}.editor-slot img{position:absolute;left:50%;top:50%;max-width:none;-webkit-user-select:none;user-select:none;pointer-events:none}.slot-placeholder{color:#6b7280;font-size:.8rem;font-weight:700;pointer-events:none}.editor-overlay{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}.slot-tools,.editor-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.hint{text-align:center}.album-strip{display:flex;gap:10px;overflow-x:auto;padding:12px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);min-height:96px;align-items:center}.album-strip img{width:76px;height:76px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;flex-shrink:0;transition:all .12s}.album-strip img:hover{border-color:var(--primary-2);transform:scale(1.04)}.album-strip img.used{border-color:var(--success);opacity:.75}.edit-body{display:flex;flex-direction:column;gap:12px}.stage-clip{overflow:hidden;border-radius:10px;margin:0 auto;position:relative}.stage-clip .editor-paper{transition:transform .28s ease;transform-origin:50% 50%;will-change:transform}.stage-clip.zoomed{box-shadow:0 0 0 3px var(--accent)}.editor-slot.tap-only{cursor:pointer;touch-action:manipulation}.editor-slot.pan-active{cursor:grab;touch-action:none}.editor-slot.pan-active:active{cursor:grabbing}.editor-paper.tap-only{touch-action:auto}.edit-dock{position:sticky;bottom:0;z-index:20;display:flex;flex-direction:column;gap:10px;background:var(--bg);border-top:2px solid var(--border);box-shadow:0 -8px 24px #5d46261f;padding:12px 12px calc(12px + env(safe-area-inset-bottom,0px));margin:4px -4px 0;border-radius:16px 16px 0 0}.edit-dock .edit-tool{padding:8px 6px}.slider-row{display:flex;gap:10px}.slider-pill{flex:1;min-width:0;display:flex;align-items:center;gap:8px;background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:8px 14px}.slider-pill.disabled{opacity:.45}.slider-pill .sl-ico{font-size:1rem;flex-shrink:0}.slider-pill input[type=range]{flex:1;min-width:0;height:30px;margin:0;cursor:pointer;accent-color:var(--primary);touch-action:none}.dock-row2{display:flex;gap:10px}.dock-row2 .btn-secondary{flex-shrink:0}.edit-next{flex:1;min-height:48px}.login-form,.revenue-unlock-form{display:flex;flex-direction:column;gap:12px}.core-version{font-size:.68rem;font-weight:700;color:var(--text-muted);background:var(--panel);border:1px solid var(--border);border-radius:999px;padding:3px 8px;white-space:nowrap}.room-stats{line-height:1.7}.row-actions{display:inline-flex;gap:6px;white-space:nowrap}body.unibooth-ui{--bg: #ffffff;--bg-soft: #fff4e5;--panel: #ffffff;--panel-2: #fff1dc;--border: #f3e2c9;--text: #1f1f1f;--text-muted: #6b7280;--accent: #f59e0b;--accent-2: #d97706;--primary: #f59e0b;--primary-2: #d97706;--success: #6faf8b;--danger: #b94a3a;--uni-orange: #f59e0b;--uni-orange-soft: #ffe7c2;--uni-cream: #fff1dc;--uni-cream-2: #fff7ea;--uni-green: #6faf8b;--uni-green-soft: #e6f4ea;background:#fff}body.unibooth-ui .app-nav{display:none!important}body.unibooth-ui .app-main{padding:12px 16px 32px;max-width:480px}body.unibooth-ui .uni-topbar{position:sticky;top:0;z-index:60;display:flex;justify-content:flex-end;padding:10px 16px 0;background:transparent}body.unibooth-ui .uni-menu-btn{width:32px;height:32px;border-radius:50%;border:none;background:var(--uni-orange);color:#fff;font-weight:900;font-size:.7rem;letter-spacing:1px;box-shadow:0 2px 8px #f59e0b66}body.unibooth-ui .uni-menu{position:absolute;right:16px;top:46px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 30px #0000001f;display:flex;flex-direction:column;min-width:190px;overflow:hidden}body.unibooth-ui .uni-menu button{border:none;background:none;text-align:left;padding:12px 16px;font-weight:700;font-size:.95rem;color:var(--text)}body.unibooth-ui .uni-menu button:hover{background:var(--uni-cream)}body.unibooth-ui .uni-logo{text-align:center;line-height:1;padding:6px 0 4px}body.unibooth-ui .uni-logo-word{font-size:2.4rem;font-weight:900;letter-spacing:-1px}body.unibooth-ui .uni-logo-uni{color:var(--uni-orange);font-style:italic}body.unibooth-ui .uni-logo-booth{color:#111}body.unibooth-ui .uni-logo small{display:block;font-size:.55rem;letter-spacing:1.5px;color:#333;font-weight:700;margin-top:4px}body.unibooth-ui .uni-btn{display:block;width:100%;border:none;border-radius:14px;background:var(--uni-orange);color:#fff;font-weight:800;font-size:1.15rem;padding:14px 18px;box-shadow:0 4px 12px #f59e0b4d}body.unibooth-ui .uni-btn:disabled{opacity:.45;box-shadow:none}body.unibooth-ui .uni-btn-outline{display:block;width:100%;border:2px solid var(--uni-orange);border-radius:14px;background:#fff;color:var(--uni-orange);font-weight:800;font-size:1.15rem;padding:12px 18px}body.unibooth-ui .uni-btn-soft{display:block;width:100%;border:none;border-radius:14px;background:#f1f1f1;color:#222;font-weight:800;font-size:1.15rem;padding:14px 18px}body.unibooth-ui .uni-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:12px;margin-top:18px}body.unibooth-ui .uni-link{background:none;border:none;color:var(--text-muted);text-decoration:underline;font-size:.9rem;padding:8px}body.unibooth-ui .uni-title{text-align:center;font-size:1.25rem;font-weight:800;margin:14px 0}body.unibooth-ui .uni-sub{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:800;margin:18px 0 10px}body.unibooth-ui .uni-sub .uni-ico{color:var(--uni-orange)}body.unibooth-ui .uni-hero{height:190px;border-radius:14px;margin:8px 0 18px;background:linear-gradient(135deg,#7a1f1f,#b63a2b 45%,#e29b5c);position:relative;overflow:hidden}body.unibooth-ui .uni-hero:after{content:"📸";position:absolute;right:18px;bottom:12px;font-size:42px;opacity:.85}body.unibooth-ui .uni-welcome{color:var(--uni-orange);font-size:1.6rem;font-weight:900;margin:0}body.unibooth-ui .uni-h2{font-size:1.35rem;font-weight:800;margin:2px 0 0}body.unibooth-ui .uni-steps{list-style:none;background:var(--uni-cream);border-radius:14px;padding:16px 14px;margin:12px 0 22px;display:grid;gap:14px}body.unibooth-ui .uni-steps li{display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:start}body.unibooth-ui .uni-steps .uni-num{width:24px;height:24px;border-radius:50%;background:var(--uni-orange);color:#fff;font-weight:800;font-size:.85rem;display:grid;place-items:center;margin-top:2px}body.unibooth-ui .uni-steps b{font-size:1.1rem;display:block}body.unibooth-ui .uni-steps p{color:var(--text-muted);font-size:.85rem;line-height:1.35;margin-top:2px}body.unibooth-ui .landing-input{border:2px solid var(--uni-orange);background:var(--uni-cream-2);border-radius:12px;font-size:1rem;padding:12px 14px;margin:8px 0 14px;width:100%}body.unibooth-ui .uni-vibe-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.unibooth-ui .uni-vibe-card{border:none;background:none;padding:0;display:grid;gap:6px}body.unibooth-ui .uni-vibe-img{height:96px;border-radius:10px;background-size:cover;background-position:center;border:3px solid transparent}body.unibooth-ui .uni-vibe-card.selected .uni-vibe-img{border-color:var(--uni-orange)}body.unibooth-ui .uni-vibe-card.disabled{opacity:.4}body.unibooth-ui .uni-vibe-name{background:var(--uni-cream);border-radius:8px;padding:4px 6px;font-weight:800;font-size:.85rem;text-align:center}body.unibooth-ui .uni-vibe-preview{height:230px;border-radius:14px;margin-top:14px;background-size:cover;background-position:center;position:relative}body.unibooth-ui .uni-dots{display:flex;justify-content:center;gap:6px;margin-top:8px}body.unibooth-ui .uni-dots i{width:7px;height:7px;border-radius:50%;background:#f0d9b5}body.unibooth-ui .uni-dots i.on{background:var(--uni-orange)}body.unibooth-ui .uni-vibe-desc{margin-top:10px;background:var(--uni-cream);border-radius:12px;padding:10px 14px;text-align:center;color:#444;font-size:.95rem}body.unibooth-ui .uni-frame-carousel{background:var(--uni-cream);border-radius:14px;padding:14px 8px;display:grid;grid-template-columns:28px 1fr 28px;align-items:center;gap:4px}body.unibooth-ui .uni-frame-strip{display:grid;grid-template-columns:1fr 1fr;gap:10px}body.unibooth-ui .uni-frame-strip img{width:100%;height:190px;object-fit:contain;background:#fff;border-radius:6px}body.unibooth-ui .uni-arrow{width:26px;height:26px;border-radius:50%;border:none;background:var(--uni-orange);color:#fff;font-weight:900}body.unibooth-ui .uni-pkg-list{display:grid;gap:10px}body.unibooth-ui .uni-pkg{text-align:left;border:2px solid transparent;border-radius:14px;background:var(--uni-cream);padding:12px 14px;display:grid;grid-template-columns:1fr auto;gap:4px 12px}body.unibooth-ui .uni-pkg.selected{border-color:var(--uni-orange);background:var(--uni-orange-soft)}body.unibooth-ui .uni-pkg-name{font-weight:800;font-size:1.05rem;display:flex;gap:8px;align-items:center}body.unibooth-ui .uni-badge{background:var(--uni-orange);color:#fff;font-size:.65rem;font-weight:800;border-radius:999px;padding:2px 8px}body.unibooth-ui .uni-pkg-price{grid-row:1 / span 2;align-self:center;font-weight:900;font-size:1.35rem}body.unibooth-ui .uni-pkg-meta{color:var(--text-muted);font-size:.8rem}body.unibooth-ui .uni-pkg-perks{grid-column:1 / -1;color:#7a5a1e;font-size:.8rem}body.unibooth-ui .uni-extras{display:grid;gap:8px}body.unibooth-ui .uni-extra-row{display:flex;align-items:center;justify-content:space-between;background:var(--uni-cream);border-radius:12px;padding:10px 12px}body.unibooth-ui .uni-extra-row .muted{display:block;font-size:.8rem}body.unibooth-ui .uni-counter{display:flex;align-items:center;gap:10px}body.unibooth-ui .uni-counter button{width:30px;height:30px;border-radius:50%;border:none;background:var(--uni-orange);color:#fff;font-weight:900;font-size:1.1rem}body.unibooth-ui .uni-counter span{min-width:20px;text-align:center;font-weight:800}body.unibooth-ui .uni-info-card{background:var(--uni-cream);border-radius:14px;padding:6px 14px}body.unibooth-ui .uni-info-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #f0dcc0}body.unibooth-ui .uni-info-row:last-child{border-bottom:none}body.unibooth-ui .uni-info-row span{display:flex;align-items:center;gap:10px;font-size:1.05rem}body.unibooth-ui .uni-info-row b{font-size:1.05rem}body.unibooth-ui .uni-ico-circle{width:26px;height:26px;border-radius:50%;background:var(--uni-orange);color:#fff;display:inline-grid;place-items:center;font-size:.8rem}body.unibooth-ui .uni-extras-card{border:2px solid var(--uni-orange);border-radius:14px;padding:4px 12px}body.unibooth-ui .uni-extras-card .uni-info-row{padding:9px 0}body.unibooth-ui .uni-total{margin-top:14px;background:var(--uni-orange);color:#fff;border-radius:14px;padding:14px 16px;display:flex;justify-content:space-between;align-items:center;font-weight:800;font-size:1.05rem}body.unibooth-ui .uni-total b{font-size:1.5rem}body.unibooth-ui .uni-check{width:96px;height:96px;border-radius:50%;background:var(--uni-green);color:#fff;font-size:52px;display:grid;place-items:center;margin:24px auto 10px}body.unibooth-ui .uni-code-card{background:#fff;border:2px solid var(--uni-orange);border-radius:14px;padding:12px;text-align:center;box-shadow:0 6px 18px #f59e0b2e}body.unibooth-ui .uni-code-card small{color:#444;font-size:.85rem}body.unibooth-ui .uni-code{font-size:2.4rem;font-weight:900;color:var(--uni-orange);letter-spacing:2px;font-family:Courier New,monospace}body.unibooth-ui .uni-note-card{margin-top:14px;background:var(--uni-cream);border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:30px 1fr;gap:10px;align-items:start}body.unibooth-ui .uni-note-card b{font-size:1.05rem}body.unibooth-ui .uni-note-card p{color:#555;font-size:.85rem}body.unibooth-ui .uni-status-card{margin-top:12px;border-radius:14px;padding:12px 14px;display:grid;grid-template-columns:26px 1fr;gap:10px;align-items:center}body.unibooth-ui .uni-status-card.free{background:var(--uni-green-soft);border:1px solid #bfe3cb}body.unibooth-ui .uni-status-card.busy{background:var(--uni-cream);border:1px solid #f0dcc0}body.unibooth-ui .uni-status-dot{width:22px;height:22px;border-radius:50%;background:var(--uni-green)}body.unibooth-ui .uni-status-card.busy .uni-status-dot{background:var(--uni-orange)}body.unibooth-ui .uni-status-card p{color:#555;font-size:.85rem}body.unibooth-ui .uni-pay-status{text-align:center;color:var(--text-muted);font-size:.85rem;margin:10px 0}body.unibooth-ui .uni-retention{margin-top:12px;border:1px solid var(--border);border-radius:12px;padding:10px 12px;font-size:.85rem;color:#444;display:flex;gap:8px}body.unibooth-ui .uni-retention b{color:var(--uni-orange)}body.unibooth-ui .uni-album{max-width:480px;margin:0 auto;padding:4px 0 24px}body.unibooth-ui .uni-center{text-align:center}body.unibooth-ui .uni-gate .uni-title{margin-top:26px;margin-bottom:4px}body.unibooth-ui .uni-field{display:flex;align-items:center;gap:12px;background:var(--uni-cream);border-radius:12px;padding:10px 14px;margin-top:12px}body.unibooth-ui .uni-field-ico{font-size:1.5rem;color:var(--uni-orange)}body.unibooth-ui .uni-field-body{display:flex;flex-direction:column;flex:1}body.unibooth-ui .uni-field small{color:#555;font-size:.8rem}body.unibooth-ui .uni-field input{border:none;background:transparent;font-size:1.15rem;font-weight:800;outline:none;width:100%}body.unibooth-ui .uni-gate .uni-btn{margin-top:16px}body.unibooth-ui .uni-gate-note{text-align:center;font-size:.85rem;color:#444;margin-top:12px}body.unibooth-ui .uni-expired-art{background:var(--uni-cream);border-radius:18px;height:200px;display:grid;place-items:center;font-size:84px;margin:22px 0}body.unibooth-ui .uni-album-head{display:flex;align-items:center;justify-content:space-between;margin-top:10px}body.unibooth-ui .uni-album-head h2{font-size:1.5rem;font-weight:800}body.unibooth-ui .uni-prints{background:var(--uni-cream);border-radius:999px;padding:6px 12px;font-weight:800;font-size:.85rem}body.unibooth-ui .uni-prints.none{background:#fde2dc;color:var(--danger)}body.unibooth-ui .uni-tabs{display:flex;gap:22px;margin:10px 0 14px}body.unibooth-ui .uni-tabs button{border:none;background:none;font-size:1.15rem;font-weight:800;color:var(--text-muted);padding:4px 2px;border-bottom:2px solid transparent}body.unibooth-ui .uni-tabs button.on{color:var(--text);border-bottom-color:var(--text)}body.unibooth-ui .uni-h3{font-size:1.15rem;font-weight:800;margin:14px 0 8px}body.unibooth-ui .uni-banner{background:var(--uni-cream);border-radius:12px;padding:10px 12px;font-size:.9rem;margin:6px 0 10px}body.unibooth-ui .uni-banner.info{color:#444}body.unibooth-ui .uni-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.unibooth-ui .uni-cell{position:relative;border:none;padding:0;border-radius:12px;overflow:hidden;background:var(--uni-cream);aspect-ratio:1}body.unibooth-ui .uni-cell img{width:100%;height:100%;object-fit:cover;display:block}body.unibooth-ui .uni-tick{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:50%;border:2px solid #fff;background:#ffffff73;color:#fff;font-size:.8rem;font-weight:900;display:grid;place-items:center}body.unibooth-ui .uni-cell.sel .uni-tick{background:var(--uni-green);border-color:var(--uni-green)}body.unibooth-ui .uni-cell.sel{outline:3px solid var(--uni-green)}body.unibooth-ui .uni-zoom{position:absolute;left:6px;bottom:6px;width:22px;height:22px;border-radius:50%;background:#00000059;color:#fff;font-size:.75rem;display:grid;place-items:center}body.unibooth-ui .uni-add{border:none;border-radius:12px;background:var(--uni-cream);color:var(--uni-orange);font-size:2.4rem;font-weight:800;aspect-ratio:1}body.unibooth-ui .uni-sync{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--uni-cream);border-radius:12px;padding:12px 14px;margin:12px 0 4px}body.unibooth-ui .uni-sync b{font-size:1.05rem}body.unibooth-ui .uni-sync p{color:#555;font-size:.85rem}body.unibooth-ui .uni-sync-ok{width:30px;height:30px;border-radius:50%;background:var(--uni-green);color:#fff;display:grid;place-items:center;font-weight:900}body.unibooth-ui .uni-spinner{width:24px;height:24px;border-radius:50%;border:3px solid #f0dcc0;border-top-color:var(--uni-orange);animation:uni-spin .9s linear infinite}@keyframes uni-spin{to{transform:rotate(360deg)}}body.unibooth-ui .uni-selected{margin:14px 0 10px;background:var(--uni-cream);border-radius:999px;padding:8px 12px;font-size:.9rem;font-weight:700;color:#555}body.unibooth-ui .uni-composed-list{display:grid;gap:12px}body.unibooth-ui .uni-composed{position:relative;border:2px solid transparent;border-radius:14px;background:var(--uni-cream);padding:10px;display:grid;grid-template-columns:110px 1fr;gap:12px;text-align:left;align-items:center}body.unibooth-ui .uni-composed.sel{border-color:var(--uni-green)}body.unibooth-ui .uni-composed img{width:110px;border-radius:8px}body.unibooth-ui .uni-composed-meta b{display:block;font-size:1.05rem}body.unibooth-ui .uni-composed-meta small{color:var(--text-muted)}body.unibooth-ui .uni-composed .uni-tick{background:#00000026;border-color:#ccc}body.unibooth-ui .uni-composed.sel .uni-tick{background:var(--uni-green);border-color:var(--uni-green)}body.unibooth-ui .uni-check.err{background:var(--danger);font-size:40px}body.unibooth-ui .uni-fail-list{background:var(--uni-cream);border-radius:14px;padding:6px 14px;margin-top:14px}body.unibooth-ui .uni-fail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0dcc0;font-size:1.05rem}body.unibooth-ui .uni-fail-row:last-child{border-bottom:none}body.unibooth-ui .uni-fail-row b{color:#d3372b}body.unibooth-ui .wizard-header{display:none}body.unibooth-ui .uni-wiz-head{display:flex;align-items:center;justify-content:space-between;padding:8px 0 6px}body.unibooth-ui .uni-wiz-head h2{font-size:1.35rem;font-weight:800}body.unibooth-ui .frame-card{background:var(--uni-cream);border-radius:12px;border:2px solid transparent}body.unibooth-ui .frame-card.selected{border-color:var(--uni-orange)}body.unibooth-ui .frame-card-name{font-weight:800}body.unibooth-ui .wizard-nav .btn-primary,body.unibooth-ui .edit-next,body.unibooth-ui .edit-header .btn-primary{background:var(--uni-orange);border-color:var(--uni-orange);color:#fff;border-radius:12px;font-weight:800}body.unibooth-ui .wizard-nav .btn-ghost{border:2px solid var(--uni-orange);color:var(--uni-orange);border-radius:12px;font-weight:800}body.unibooth-ui .edit-dock{background:var(--uni-cream-2);border-top:1px solid var(--border)}body.unibooth-ui .edit-tool{color:#333}body.unibooth-ui .edit-tool:active{color:var(--uni-orange)}body.unibooth-ui .uni-done{text-align:center;padding-top:30px}body.unibooth-ui .uni-usage{margin:18px auto 0;background:var(--uni-cream);border-radius:12px;padding:12px 14px;display:flex;justify-content:space-between;gap:10px;max-width:420px}body.unibooth-ui .uni-usage b{color:var(--uni-orange)}body.unibooth-ui .uni-modal{max-width:360px;padding:22px 18px;border-radius:16px}body.unibooth-ui .uni-expired-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:18px 16px 22px;margin-bottom:14px}body.unibooth-ui,body.unibooth-ui button,body.unibooth-ui input{font-family:Nunito,Segoe UI,system-ui,sans-serif}body.unibooth-ui .uni-vibe-card{border:none;background:none;box-shadow:none;padding:0;min-height:0;display:grid;gap:8px;text-align:center}body.unibooth-ui .uni-vibe-card.selected{box-shadow:none}body.unibooth-ui .uni-vibe-img,body.unibooth-ui .uni-vibe-preview{position:relative;overflow:hidden}body.unibooth-ui .uni-vibe-img{height:100px;border-radius:12px}body.unibooth-ui .uni-vibe-name{position:static;color:#222;background:var(--uni-cream);border-radius:8px;padding:6px 4px;font-weight:800;font-size:.95rem;text-shadow:none}body.unibooth-ui .uni-vibe-card.selected .uni-vibe-name{background:var(--uni-orange-soft)}body.unibooth-ui .uni-vibe-preview{border-radius:16px}body.unibooth-ui .summary-card.uni-summary{background:none;border:none;box-shadow:none;padding:0;margin:0}body.unibooth-ui .uni-summary .uni-title{text-align:center;margin:4px 0 14px}body.unibooth-ui .uni-info-row span{white-space:nowrap}body.unibooth-ui .uni-info-row b{text-align:right;margin-left:12px}body.unibooth-ui .uni-info-row .uni-ico-circle{font-size:.85rem}body.unibooth-ui .uni-total b{font-size:1.55rem;letter-spacing:.5px}body.unibooth-ui .uni-actions .uni-btn-outline,body.unibooth-ui .uni-actions .uni-btn{white-space:nowrap;font-size:1.05rem}body.unibooth-ui .uni-code{border:none;background:none;padding:4px 0 0;box-shadow:none;font-family:Nunito,system-ui,sans-serif;letter-spacing:1px}body.unibooth-ui .uni-code-card{padding:10px 12px 12px}body.unibooth-ui .wizard-body>.wizard-title-row,body.unibooth-ui .wizard-body>p.muted.small{display:none}body.unibooth-ui .frame-card-name{font-size:1rem}body.unibooth-ui .frame-grid{gap:12px}body.unibooth-ui .edit-header{background:none}body.unibooth-ui .edit-tool{border:1px solid #f0dcc0;background:#fff;border-radius:12px}body.unibooth-ui .edit-tool.active,body.unibooth-ui .edit-tool:active{border-color:var(--uni-orange);color:var(--uni-orange)}body.unibooth-ui .uni-svg{display:inline-block;vertical-align:-.18em;flex:none}body.unibooth-ui .uni-ico-circle{width:30px;height:30px;font-size:0;color:var(--uni-cream)}body.unibooth-ui .uni-ico-circle .uni-svg{vertical-align:middle}body.unibooth-ui .uni-ico{color:var(--uni-orange);display:inline-flex;align-items:center;margin-right:8px;--uni-icon-inner: #fff}body.unibooth-ui .uni-ico-circle{--uni-icon-inner: var(--uni-orange)}body.unibooth-ui .uni-menu{--uni-icon-inner: #fff}body.unibooth-ui .uni-field-ico{--uni-icon-inner: var(--uni-cream)}body.unibooth-ui .uni-field-ico{color:var(--uni-orange);display:inline-flex;align-items:center;font-size:0}body.unibooth-ui .uni-prints .uni-svg{color:var(--uni-orange)}body.unibooth-ui .uni-prints.none .uni-svg{color:#888}body.unibooth-ui .uni-check .uni-svg{color:#fff}body.unibooth-ui .uni-check.err{background:var(--uni-orange)}body.unibooth-ui .uni-coin{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--uni-cream);color:var(--uni-orange);font-weight:900;font-style:normal;font-size:.95rem;vertical-align:middle;margin-right:4px}body.unibooth-ui .uni-menu .uni-svg{color:var(--uni-orange);margin-right:4px}body.unibooth-ui .uni-pkg-perks .uni-svg{color:var(--uni-orange)}body.unibooth-ui .uni-btn .uni-svg{vertical-align:-.22em;margin-right:2px}body.unibooth-ui .uni-btn.btn-primary:hover:not(:disabled),body.unibooth-ui .uni-btn:hover:not(:disabled){transform:none;filter:brightness(1.05)}body.unibooth-ui .uni-two{display:grid;gap:14px}@media(min-width:900px){body.unibooth-ui .app-main{max-width:1040px;padding:16px 32px 48px}body.unibooth-ui .uni-topbar{padding-right:32px}body.unibooth-ui .uni-narrow,body.unibooth-ui .uni-gate,body.unibooth-ui .uni-album:has(>.uni-check){max-width:520px;margin-left:auto;margin-right:auto}body.unibooth-ui .uni-landing{display:grid;grid-template-columns:1.15fr 1fr;grid-template-areas:"top how" "form how";column-gap:44px;align-items:start}body.unibooth-ui .uni-land-top{grid-area:top}body.unibooth-ui .uni-land-how{grid-area:how}body.unibooth-ui .uni-land-form{grid-area:form}body.unibooth-ui .uni-hero{height:300px;margin-bottom:8px}body.unibooth-ui .uni-landing .uni-welcome{margin-top:24px}body.unibooth-ui .uni-two{grid-template-columns:1fr 1fr;gap:32px;align-items:start}body.unibooth-ui .uni-title{font-size:1.6rem}body.unibooth-ui .uni-vibe-img{height:120px}body.unibooth-ui .uni-vibe-preview{height:300px}body.unibooth-ui .uni-frame-strip img{height:260px}body.unibooth-ui .uni-col-b>.uni-sub:first-child{margin-top:0}body.unibooth-ui .uni-actions{max-width:460px;margin-left:auto;margin-top:28px}body.unibooth-ui .uni-summary .uni-title{text-align:left}body.unibooth-ui .kiosk-summary,body.unibooth-ui .summary-card.uni-summary{max-width:none;width:100%}body.unibooth-ui .uni-total span{white-space:nowrap}body.unibooth-ui .uni-col-b .uni-total{margin-top:14px}body.unibooth-ui .uni-album{max-width:980px}body.unibooth-ui .uni-album:has(>.uni-check){max-width:520px}body.unibooth-ui .uni-grid{grid-template-columns:repeat(6,1fr);gap:12px}body.unibooth-ui .uni-album:has(>.uni-check) .uni-grid{grid-template-columns:repeat(3,1fr)}body.unibooth-ui .uni-composed-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}body.unibooth-ui .uni-album .uni-btn,body.unibooth-ui .uni-album .uni-btn-outline{max-width:460px;margin-left:auto;margin-right:auto}body.unibooth-ui .editor-screen.wizard{max-width:780px;margin:0 auto;width:100%}body.unibooth-ui .edit-dock{max-width:780px;margin-left:auto;margin-right:auto}body.unibooth-ui .frame-grid{grid-template-columns:repeat(4,1fr)}body.unibooth-ui .uni-done{max-width:520px;margin:0 auto}}.save-confirm-panel{border:1.5px solid #e8a33d;background:#fdecd2;border-radius:12px;padding:12px 14px;display:flex;flex-direction:column;gap:8px}.save-confirm-panel .savebar-actions{display:flex;gap:8px;justify-content:flex-end}.upload-hint{font-size:.82rem;color:var(--text-muted);margin:-2px 0 2px}.upload-notice{position:fixed;left:12px;right:12px;z-index:70;bottom:calc(96px + env(safe-area-inset-bottom,0px));border-radius:12px;padding:12px 14px;font-weight:600;font-size:.9rem;line-height:1.45;border:1.5px solid transparent;overflow-wrap:anywhere;word-break:break-word;box-shadow:0 8px 28px #5d462640;animation:toast-in .2s ease-out}.upload-notice.ok{background:#e6f6ec;border-color:#57b47e;color:#14603a}.upload-notice.warn{background:#fdecd2;border-color:#e8a33d;color:#7a4a12}.upload-notice.err{background:#fdeaea;border-color:#d98080;color:#8f2020}.show-pass-row{display:flex;align-items:center;gap:8px;font-size:.86rem;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none;padding:6px 2px;min-height:34px}.show-pass-row input{width:16px;height:16px;accent-color:var(--primary)}.save-warn{background:#fdecd2;border:1.5px solid #e8a33d;border-radius:12px;padding:12px 14px;font-weight:700;font-size:.92rem;color:#7a4a12;text-align:center;line-height:1.45}.pick-zoom{position:absolute;right:6px;bottom:6px;width:34px;height:34px;border-radius:50%;background:#fffffff0;color:#2f6fde;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 8px #00000059;cursor:zoom-in}body.print-locking .app-nav{display:none}.print-done-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;background:#3d34288c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:20px}.print-done-card{background:var(--bg);border-radius:20px;padding:30px 24px;max-width:420px;width:100%;text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center;box-shadow:0 20px 60px #00000059}.print-done-card h2{color:var(--primary)}.print-done-card .btn-primary{width:100%;margin-top:6px}.frame-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#fdf6eae0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.frame-loading-overlay .spinner{display:block}.frame-loading-overlay p{font-weight:700;color:var(--text-muted)}.nav-btn{position:relative}.nav-badge{position:absolute;top:0;right:2px;background:var(--danger);color:#fff;border-radius:999px;font-size:.62rem;font-weight:800;padding:1px 5px;line-height:1.5;pointer-events:none}.print-queue{display:flex;flex-direction:column;gap:8px;width:100%}.print-queue-row{display:flex;align-items:center;justify-content:space-between;gap:10px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px 14px;cursor:pointer;width:100%;min-height:48px}.print-queue-row:hover:not(:disabled){border-color:var(--primary)}.print-queue-row b{color:var(--primary)}.queue-note.print-done{color:var(--success);font-weight:700}.btn-complete-print{background:var(--success)}.replace-sheet{max-width:560px;max-height:80vh;overflow-y:auto}.replace-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.replace-cell{position:relative;border:2px solid transparent;border-radius:10px;overflow:hidden;padding:0;background:var(--panel-2);aspect-ratio:4/3}.replace-cell img{width:100%;height:100%;object-fit:cover;display:block}.replace-cell:hover{border-color:var(--primary-2)}.replace-cell.used{opacity:.6}.replace-used-tag{position:absolute;bottom:4px;left:4px;font-size:.62rem;font-weight:800;background:#3a2b22cc;color:#fff;border-radius:8px;padding:2px 7px}.frame-card{position:relative}.frame-card.disabled{opacity:.4;cursor:not-allowed;filter:grayscale(.4)}.cloud-screen{display:flex;flex-direction:column;gap:16px}.cloud-tabs{display:flex;gap:6px;border-bottom:1px solid var(--border);padding-bottom:10px;flex-wrap:wrap;align-items:center}.cloud-tab{background:transparent;border:1px solid transparent;color:var(--text-muted);padding:9px 16px;border-radius:10px;font-weight:700;position:relative}.cloud-tab.active{background:var(--panel-2);color:var(--text);border-color:var(--border)}.tab-badge{position:absolute;top:-4px;right:-4px;background:var(--danger);color:#fff;font-size:.68rem;font-weight:800;min-width:18px;height:18px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px}.cloud-tabs-right{margin-left:auto;display:flex;align-items:center;gap:10px}.cloud-panel{display:flex;flex-direction:column;gap:18px}.booth-monitor{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;display:flex;flex-direction:column;gap:10px}.booth-monitor.empty p{margin-top:4px}.booth-monitor code{background:var(--bg-soft);padding:1px 6px;border-radius:5px;font-size:.8em}.booth-monitor-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap}.booth-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:10px}.booth-card{border:1px solid var(--border);border-radius:12px;padding:12px;background:var(--panel-2);display:flex;flex-direction:column;gap:5px}.booth-card.on{border-color:#0f9d6a80}.booth-card.off{opacity:.7}.booth-card-top{display:flex;align-items:center;gap:8px}.booth-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.booth-dot.on{background:var(--success);box-shadow:0 0 8px var(--success)}.booth-dot.off{background:var(--text-muted)}.booth-stats{display:flex;gap:10px;font-size:.78rem;font-weight:700;color:var(--primary);flex-wrap:wrap}.booth-stats .muted{font-weight:400}.approve-list{display:flex;flex-direction:column;gap:10px}.approve-card{display:flex;justify-content:space-between;align-items:center;gap:14px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px 18px;flex-wrap:wrap}.approve-right{display:flex;align-items:center;gap:16px}.admin-section{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;gap:12px}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th{text-align:left;color:var(--text-muted);font-size:.78rem;text-transform:uppercase;padding:8px 6px;border-bottom:1px solid var(--border)}.admin-table td{padding:6px;border-bottom:1px solid rgba(42,49,72,.5)}.admin-table input[type=text],.admin-table input:not([type]){width:100%}.admin-table input,.admin-table select{background:var(--bg-soft);border:1px solid var(--border);color:var(--text);border-radius:7px;padding:7px 9px;font-size:.88rem}.admin-table input[type=number]{width:84px}.admin-table .pkg-desc-input{min-width:220px}.admin-savebar{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px 14px;position:sticky;top:62px;z-index:10}.admin-savebar.dirty{border-color:var(--accent);box-shadow:0 4px 16px #8c1d1826}.savebar-status{font-size:.85rem;color:var(--text-muted);font-weight:600}.savebar-status.unsaved{color:var(--accent);font-weight:800}.savebar-actions{display:flex;gap:8px;flex-shrink:0}.app-toast{position:fixed;top:14px;left:50%;transform:translate(-50%);z-index:300;background:var(--success);color:#fff;font-weight:800;font-size:.92rem;padding:12px 22px;border-radius:999px;box-shadow:0 10px 30px #00000047;max-width:min(92vw,520px);text-align:center;animation:toast-in .25s ease-out}.app-toast.err{background:var(--danger)}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}.admin-table input[type=checkbox]{width:auto}.rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.room-admin-card{display:flex;flex-direction:column;gap:8px;background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:12px}.room-admin-card input,.room-admin-card select,.free-voucher-row input,.free-voucher-row select,.revenue-filters select,.revenue-filters input{background:var(--bg-soft);border:1px solid var(--border);color:var(--text);border-radius:8px;padding:9px 11px;font-size:.9rem}.free-voucher-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.field{display:flex;flex-direction:column;gap:6px;font-size:.82rem;color:var(--text-muted)}.field span{font-weight:700}.super-create-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.super-row-actions{display:flex;gap:6px;flex-wrap:wrap}.shop-on{color:var(--accent, #16a34a);font-weight:700}.shop-off{color:var(--text-muted);font-weight:700}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;gap:6px}.stat-card b{font-size:1.25rem}.stat-label{color:var(--text-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.5px}.revenue-filters{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.frames-tab{display:grid;grid-template-columns:250px 1fr;gap:18px}@media(max-width:900px){.frames-tab{grid-template-columns:1fr}}.frames-sidebar{display:flex;flex-direction:column;gap:8px}.frame-item{display:flex;align-items:center;gap:6px;background:var(--panel);border:1px solid var(--border);border-radius:10px;padding:6px 8px}.frame-item.active{border-color:var(--accent)}.frame-item-name{flex:1;background:none;border:none;color:var(--text);text-align:left;font-weight:600;padding:6px}.frame-editor{display:flex;flex-direction:column;gap:12px;min-width:0}.frame-editor-controls{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.frame-editor-controls .input{max-width:220px}.frame-preview-wrap{display:grid;grid-template-columns:minmax(0,420px) 1fr;gap:16px}@media(max-width:1000px){.frame-preview-wrap{grid-template-columns:1fr}}.frame-preview{position:relative;width:100%;max-width:420px;aspect-ratio:210/297;background:repeating-conic-gradient(#e7d7b6,#e7d7b6 25%,#f3e8d2 0%,#f3e8d2 50%) 0 0 / 24px 24px;border-radius:8px;overflow:hidden;border:1px solid var(--border);touch-action:none}.frame-preview>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.slot-box{position:absolute;border:2px dashed var(--accent);background:#f59e0b1f;cursor:move;touch-action:none}.slot-num{position:absolute;top:2px;left:5px;font-size:.75rem;font-weight:800;color:var(--accent);text-shadow:0 1px 3px #000}.slot-resize{position:absolute;right:-6px;bottom:-6px;width:16px;height:16px;background:var(--accent);border-radius:4px;cursor:nwse-resize}.slot-remove{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;background:var(--danger);color:#fff;border:none;font-size:.65rem;line-height:1}.slot-table{display:flex;flex-direction:column;gap:8px}.slot-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.slot-row label{display:flex;align-items:center;gap:4px;color:var(--text-muted)}.slot-row input{width:70px;background:var(--bg-soft);border:1px solid var(--border);color:var(--text);border-radius:6px;padding:5px 7px;font-size:.85rem}.switch{position:relative;display:inline-block;width:34px;height:20px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch span{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:var(--border);transition:.2s;cursor:pointer}.switch span:before{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#fff;left:3px;top:3px;transition:.2s}.switch input:checked+span{background:var(--success)}.switch input:checked+span:before{transform:translate(14px)}.fc-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 330px;gap:16px;align-items:start}@media(max-width:1150px){.fc-layout{grid-template-columns:1fr}}.fc-panel{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;min-width:0}.fc-panel-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.fc-panel-head h4{text-transform:uppercase;font-size:.78rem;letter-spacing:1px}.fc-count{background:var(--bg-soft);color:var(--primary);font-weight:800;font-size:.72rem;border-radius:20px;padding:4px 10px;white-space:nowrap}.fc-list{display:flex;flex-direction:column;gap:10px;max-height:430px;overflow-y:auto}.fc-item{display:flex;align-items:center;gap:10px;border:1px solid var(--border);background:var(--panel-2);border-radius:12px;padding:10px}.fc-item.active{border-color:var(--primary)}.fc-item-info{flex:1;cursor:pointer;min-width:0}.fc-item-info b{font-size:.88rem;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fc-badges{display:flex;gap:5px;flex-wrap:wrap;margin-top:4px}.fc-badge{font-size:.62rem;font-weight:700;background:#8c1d181f;color:var(--primary);padding:2px 8px;border-radius:10px;white-space:nowrap}.fc-badge.alt{background:var(--bg-soft);color:var(--text-muted)}.layout-mini{flex-shrink:0}.fc-note{background:#c47b101a;border:1px solid rgba(196,123,16,.3);border-radius:12px;padding:12px;font-size:.76rem;color:var(--text-muted);line-height:1.55}.fc-required{color:var(--danger);font-size:.75rem;font-weight:600}.input-error{border-color:var(--danger)!important;box-shadow:0 0 0 2px #c2352c26}.fc-slot-toolbar{display:flex;align-items:center;gap:6px;flex-wrap:wrap;background:var(--panel-2);border:1px solid var(--border);border-radius:10px;padding:6px 10px;margin-bottom:8px}.fc-canvas-panel{align-items:center}.fc-canvas-tools{display:flex;gap:6px;align-items:center}.fc-canvas-scroll{width:100%;max-height:62vh;overflow:auto;display:flex;padding:22px;background:#33261d;border-radius:14px}.fc-stage{position:relative;margin:auto;background:#fff;border-radius:6px;flex-shrink:0;box-shadow:0 10px 30px #0006;touch-action:pan-x pan-y}.fc-stage>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.fc-stage-brand{position:absolute;bottom:5px;left:0;right:0;text-align:center;font-size:9px;letter-spacing:3px;color:#b9a48f;pointer-events:none}.fc-slot{position:absolute;border:2px solid rgba(140,29,24,.75);background:#8c1d1824;cursor:move;touch-action:none}.fc-slot.selected{border-color:#4f46e5;background:#6366f138;z-index:2}.fc-slot-num{position:absolute;bottom:2px;left:0;right:0;text-align:center;font-size:.6rem;font-weight:800;color:#fff;text-shadow:0 1px 3px #000;pointer-events:none}.fc-handle{position:absolute;width:12px;height:12px;background:#4f46e5;border:2px solid #fff;border-radius:3px;z-index:3;box-shadow:0 1px 4px #0006}.fc-h-nw{left:-7px;top:-7px;cursor:nwse-resize}.fc-h-n{left:calc(50% - 6px);top:-7px;cursor:ns-resize}.fc-h-ne{right:-7px;top:-7px;cursor:nesw-resize}.fc-h-e{right:-7px;top:calc(50% - 6px);cursor:ew-resize}.fc-h-se{right:-7px;bottom:-7px;cursor:nwse-resize}.fc-h-s{left:calc(50% - 6px);bottom:-7px;cursor:ns-resize}.fc-h-sw{left:-7px;bottom:-7px;cursor:nesw-resize}.fc-h-w{left:-7px;top:calc(50% - 6px);cursor:ew-resize}.fc-rotate-handle{position:absolute;top:-30px;left:calc(50% - 8px);width:16px;height:16px;border-radius:50%;background:#f59e0b;border:2px solid #fff;cursor:grab;z-index:3}.fc-rotate-line{position:absolute;top:-16px;left:calc(50% - 1px);width:2px;height:16px;background:#f59e0b;pointer-events:none}.fc-zoom-bar{display:flex;gap:10px;align-items:center;width:100%;max-width:430px}.fc-zoom-bar input[type=range]{flex:1}.fc-zoom-quick{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.center-text{text-align:center}.fc-empty{min-height:300px;display:flex;align-items:center;justify-content:center}.fc-form{display:flex;flex-direction:column;gap:10px}.fc-label{font-size:.8rem;font-weight:700}.fc-row{display:flex;gap:8px}.fc-row .input{flex:1;min-width:0}.fc-dropzone{border:2px dashed rgba(140,29,24,.45);background:var(--bg-soft);border-radius:14px;padding:22px 14px;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center;color:var(--text);cursor:pointer;transition:border .15s}.fc-dropzone:hover{border-color:var(--primary)}.fc-drop-icon{font-size:1.6rem}.fc-presets{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fc-actions{display:flex;gap:10px}.fc-actions .btn-primary{flex:1}.slot-row.sel{outline:2px solid var(--primary);border-radius:8px;padding:2px 4px}.lib-screen{display:flex;flex-direction:column;gap:16px;max-width:860px;margin:0 auto;padding-bottom:90px}.lib-topbar{display:flex;justify-content:space-between;align-items:center;gap:10px}.lib-brand{font-size:.7rem;letter-spacing:3px;color:var(--text-muted);font-weight:700}.lib-expiry{background:var(--primary);color:#fff;font-size:.72rem;font-weight:800;border-radius:20px;padding:5px 12px;white-space:nowrap}.lib-expiry.expired{background:var(--text-muted)}.lib-expired-card{background:var(--surface, #fff);border:1px solid var(--border);border-radius:16px;padding:28px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:10px}.lib-expired-icon{font-size:44px;line-height:1}.lib-expired-card h2{color:var(--primary);font-size:1.25rem;margin:0}.lib-expired-card p{margin:0;line-height:1.5}.lib-expired-card .btn-primary{margin-top:8px;min-width:200px}.lib-title h2{color:var(--primary);font-size:1.5rem;margin-bottom:6px}.lib-title p{color:var(--text-muted);font-size:.85rem}.lib-actions{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}.lib-actions .btn-secondary{white-space:nowrap;border-radius:999px}.lib-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media(min-width:700px){.lib-grid{grid-template-columns:repeat(3,1fr)}}.lib-vibe .lib-grid{gap:8px;align-items:start}.lib-vibe .lib-card{aspect-ratio:auto;border-radius:12px}.lib-vibe .lib-card>img{height:auto}.lib-vibe .lib-icon-btn{width:30px;height:30px;font-size:.8rem;box-shadow:0 2px 8px #00000047}.lib-vibe .lib-x{box-shadow:0 2px 8px #00000047}.lib-vibe .lib-num{padding:3px 8px;font-size:.68rem}.lib-vibe .lib-card-foot{left:6px;right:6px;bottom:6px;gap:5px}.lib-card{position:relative;border-radius:16px;overflow:hidden;background:var(--panel-2);aspect-ratio:3/4}.lib-card>img{width:100%;height:100%;object-fit:cover;display:block}.lib-x{position:absolute;top:8px;left:8px;width:28px;height:28px;border-radius:50%;background:#fdf6eae6;color:var(--danger);border:none;font-size:.75rem;font-weight:800}.lib-card-foot{position:absolute;left:8px;right:8px;bottom:8px;display:flex;align-items:center;gap:6px}.lib-num{background:#3a2b22cc;color:#fff;font-size:.72rem;font-weight:800;border-radius:20px;padding:4px 10px;margin-right:auto}.lib-icon-btn{width:32px;height:32px;border-radius:50%;border:none;background:#fdf6eaeb;font-size:.85rem;display:flex;align-items:center;justify-content:center}.lib-icon-btn.hearted{background:var(--primary)}.lib-bottom-bar{position:fixed;left:0;right:0;bottom:0;z-index:55;display:flex;gap:12px;align-items:center;justify-content:center;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:linear-gradient(transparent,var(--bg) 35%);pointer-events:none}.lib-bottom-bar>*{pointer-events:auto}.lib-cta{flex:1;max-width:420px;background:#4a2417;color:#fff;border:none;border-radius:999px;padding:16px 24px;font-weight:800;font-size:.95rem;letter-spacing:.5px;display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 8px 24px #4a241766}.lib-cta:hover{filter:brightness(1.15)}.lib-plus{width:52px;height:52px;border-radius:50%;border:1px solid var(--border);background:var(--panel);font-size:1.3rem;box-shadow:var(--shadow)}@media(max-width:720px){.lib-bottom-bar{bottom:calc(66px + env(safe-area-inset-bottom));padding-bottom:12px}}.lib-chips{display:flex;gap:8px;overflow-x:auto}.composed-modal{max-width:720px;width:100%;max-height:85vh;overflow-y:auto}.composed-head{display:flex;align-items:center;gap:10px}.composed-head h3{flex:1;color:var(--primary)}.composed-section{display:flex;flex-direction:column;gap:8px;margin-top:14px}.composed-section-title{display:flex;align-items:baseline;gap:8px}.composed-section-title b{color:var(--primary);letter-spacing:.5px}.composed-tag{font-size:.68rem;background:var(--bg-soft);color:var(--text-muted);border-radius:10px;padding:2px 8px;font-weight:700}.composed-item{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--border);background:var(--panel-2)}.composed-item img{width:100%;display:block}.composed-item .lib-icon-btn{position:absolute;right:10px;bottom:10px}.logs-panel{margin-top:8px;border-top:1px dashed var(--border);padding-top:10px}.logs-list{display:flex;flex-direction:column;gap:4px;margin-top:10px;max-height:300px;overflow-y:auto}.log-row{display:flex;gap:12px;font-size:.82rem;padding:4px 8px;border-radius:6px;background:var(--bg-soft)}.log-source{font-weight:700;color:var(--primary-2);min-width:56px}.log-warn{color:var(--accent-2)}.log-error{color:var(--danger)}.locked-panel{text-align:center;padding:60px 20px;display:flex;flex-direction:column;gap:14px;align-items:center}.wizard-header{display:flex;flex-direction:column;gap:12px}.wizard-header .editor-ticket{display:flex;align-items:center;gap:10px}.wizard-steps{display:flex;gap:4px;justify-content:space-between}.wizard-step{display:flex;flex-direction:column;align-items:center;gap:5px;flex:1;position:relative;opacity:.45}.wizard-step.current,.wizard-step.done{opacity:1}.wizard-step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--panel-2);border:1px solid var(--border);font-size:.8rem;font-weight:800}.wizard-step.current .wizard-step-dot{background:var(--primary);border-color:var(--primary);color:#fff}.wizard-step.done .wizard-step-dot{background:var(--success);border-color:var(--success);color:#06281c}.wizard-step-label{font-size:.68rem;font-weight:600;color:var(--text-muted);white-space:nowrap}.wizard-step.current .wizard-step-label{color:var(--text)}.wizard-body{display:flex;flex-direction:column;gap:16px;margin-top:6px}.wizard-title-row{display:flex;justify-content:space-between;align-items:baseline}.wizard-nav{display:flex;gap:10px;justify-content:space-between;margin-top:4px}.wizard-nav .btn-primary{flex:1;max-width:420px;margin-left:auto}.pick-counter{background:var(--panel-2);border:1px solid var(--border);border-radius:20px;padding:5px 14px;font-weight:800;color:var(--accent)}.pick-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:8px}.pick-cell{position:relative;padding:0;border:3px solid transparent;border-radius:12px;overflow:hidden;background:var(--panel);aspect-ratio:1;transition:border .12s}.pick-cell img{width:100%;height:100%;object-fit:cover;display:block}.pick-cell.picked{border-color:var(--primary-2)}.pick-order{position:absolute;top:6px;right:6px;width:26px;height:26px;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;font-size:.85rem;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0006}.frame-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.frame-card{display:flex;flex-direction:column;gap:6px;padding:10px;background:var(--panel);border:2px solid var(--border);border-radius:12px;color:var(--text);text-align:left}.frame-card.selected{border-color:var(--accent);background:#f59e0b12}.frame-card-thumb{width:100%;border-radius:8px;overflow:hidden;background:repeating-conic-gradient(#e7d7b6,#e7d7b6 25%,#f3e8d2 0%,#f3e8d2 50%) 0 0 / 16px 16px;display:flex;align-items:center;justify-content:center}.frame-card-thumb img{width:100%;height:100%;object-fit:contain}.frame-thumb-empty{width:100%;height:100%}.frame-card-name{font-weight:700;font-size:.9rem}.edit-header{display:flex;align-items:center;gap:12px}.edit-title{flex:1;display:flex;flex-direction:column;line-height:1.25}.edit-title b{font-size:1rem}.icon-btn{width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--panel);color:var(--text);font-size:1.3rem;line-height:1;display:flex;align-items:center;justify-content:center}.edit-tools{display:flex;gap:8px;justify-content:space-between}.edit-tool{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px 4px;color:var(--text-muted);font-size:.68rem;font-weight:600;min-height:58px;justify-content:center}.edit-tool:hover:not(:disabled){border-color:var(--primary);color:var(--primary)}.edit-tool-icon{font-size:1.2rem;line-height:1;color:var(--primary)}.slot-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.slot-chip{position:relative;flex-shrink:0;width:58px;height:58px;padding:0;border:2px solid var(--border);border-radius:10px;overflow:hidden;background:var(--panel-2)}.slot-chip.active{border-color:var(--primary);box-shadow:0 0 0 2px #8c1d1833}.slot-chip img{width:100%;height:100%;object-fit:cover;display:block}.slot-chip.empty{border-style:dashed}.slot-chip-plus{font-size:1.2rem;color:var(--text-muted)}.slot-chip-num{position:absolute;bottom:2px;right:4px;font-size:.62rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.9)}.adjust-panel{display:flex;flex-direction:column;gap:10px;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px}.adjust-actions{display:flex;justify-content:space-between;gap:10px;padding-top:4px;border-top:1px dashed var(--border)}.adjust-val.changed{color:var(--primary);font-weight:800}.adjust-row{display:grid;grid-template-columns:104px 1fr 44px;gap:12px;align-items:center;font-size:.85rem}.adjust-row input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:4px;background:var(--border);outline:none}.adjust-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:var(--primary-2);border:3px solid #fff;box-shadow:0 1px 6px #00000073;cursor:pointer}.adjust-val{text-align:right;color:var(--text-muted);font-variant-numeric:tabular-nums}.heart{position:absolute;bottom:6px;left:6px;font-size:1.25rem;filter:drop-shadow(0 1px 3px rgba(0,0,0,.6));transition:transform .12s}.pick-cell:active .heart{transform:scale(1.3)}.frame-tabs{display:flex;gap:8px;overflow-x:auto;padding:4px 0 8px}.frame-tab{display:flex;flex-direction:column;align-items:center;gap:4px;flex-shrink:0;background:var(--panel);border:2px solid var(--border);border-radius:10px;padding:6px 10px;color:var(--text-muted);min-width:84px}.frame-tab.active{border-color:var(--accent);color:var(--text)}.frame-tab-thumb{width:52px;height:70px;border-radius:6px;overflow:hidden;background:repeating-conic-gradient(#e7d7b6,#e7d7b6 25%,#f3e8d2 0%,#f3e8d2 50%) 0 0 / 12px 12px;display:flex;align-items:center;justify-content:center}.frame-tab-thumb img{width:100%;height:100%;object-fit:contain}.frame-tab-name{font-size:.68rem;font-weight:700;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px}.preview-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.preview-card .preview-img{width:100%;max-height:none}.preview-card-foot{display:flex;justify-content:space-between;align-items:center;gap:8px}.booth-qr{display:flex;flex-direction:column;align-items:center;gap:12px}.booth-qr canvas{border-radius:12px;background:#fff;padding:6px}.preview-wrap{display:flex;justify-content:center}.preview-img{max-width:min(100%,440px);max-height:62vh;border-radius:8px;box-shadow:0 10px 32px #5d462640;border:1px solid var(--border)}.copies-row{display:flex;justify-content:space-between;align-items:center;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius);padding:12px 18px}.copies-ctrl{display:flex;align-items:center;gap:16px}.copies-ctrl b{font-size:1.3rem;min-width:28px;text-align:center}.copies-ctrl .btn-ghost{width:44px;height:44px;padding:0;font-size:1.3rem}.done-actions{display:flex;flex-direction:column;gap:10px;width:100%}.admin-section{overflow-x:auto}.admin-table{min-width:560px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-track{background:transparent}@media(max-width:720px){input,select,textarea{font-size:16px!important}.btn-primary,.btn-secondary,.btn-ghost{min-height:44px}.btn-sm{min-height:38px}.chip{min-height:40px;padding:8px 18px}.link-btn{padding:10px 6px}.app-header{padding:10px 14px;gap:10px;flex-wrap:nowrap}body.shop-c-ui .app-header{backdrop-filter:none;-webkit-backdrop-filter:none}.brand{font-size:1rem;flex:1 1 auto;min-width:0;flex-wrap:nowrap;overflow:hidden}.app-nav{position:fixed;left:0;right:0;bottom:0;z-index:60;display:flex;flex-wrap:nowrap;justify-content:space-around;gap:0;background:#fdf6eaf7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--border);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.nav-btn{flex:1;flex-direction:column;gap:3px;padding:8px 4px;font-size:.68rem;border:none;border-radius:12px;min-height:54px;justify-content:center}.nav-btn.active{background:var(--panel-2);border:none}.nav-icon{font-size:1.35rem;line-height:1}.app-main{padding:14px 14px calc(92px + env(safe-area-inset-bottom))}.app-main-booth{padding:0}.header-right{margin-left:auto;flex-shrink:0}.sync-badge{display:none}.hero-title{font-size:1.6rem}.btn-xl{width:100%;padding:16px 20px;font-size:1.15rem}.card-grid{grid-template-columns:1fr;gap:10px;margin-bottom:20px}.select-card{padding:16px}.step-actions{position:sticky;bottom:calc(66px + env(safe-area-inset-bottom));background:var(--bg);padding:10px 0}.step-actions .btn-primary{flex:1}.summary-card .step-actions{position:static;background:transparent;padding:0}.summary-card,.payment-card{padding:20px}.ticket-code-display{font-size:1.5rem;padding:12px 16px;letter-spacing:2px}.photo-strip img,.photo-more{width:104px;height:104px}.session-card .btn-primary{align-self:stretch;text-align:center}.editor-body{grid-template-columns:1fr;gap:12px}.frame-picker{flex-direction:row;overflow-x:auto;padding-bottom:6px;gap:8px}.frame-picker h4{display:none}.frame-pick{min-width:132px;flex-shrink:0;padding:10px 12px}.editor-stage{max-width:100%}.slot-tools .btn-ghost,.editor-actions button{min-height:46px}.editor-actions{position:sticky;bottom:calc(66px + env(safe-area-inset-bottom));z-index:5;background:var(--bg);padding:8px 0}.editor-actions button{flex:1}.album-strip img{width:88px;height:88px}.editor-toolbar{gap:8px}.booth-topbar{padding:10px 12px}.shutter-btn{width:84px;height:84px}.booth-actions{justify-content:center}.booth-actions .btn-primary{width:100%}.booth-gallery{max-height:none}.booth-thumbs{grid-template-columns:repeat(3,1fr)}.cloud-tabs{overflow-x:auto;flex-wrap:nowrap;padding:6px 0 8px}.cloud-tab{white-space:nowrap;min-height:42px}.cloud-tabs-right{display:none}.approve-card{flex-direction:column;align-items:stretch}.approve-right{justify-content:space-between}.approve-right .btn-primary{flex:1;min-height:48px}.free-voucher-row select,.free-voucher-row input,.free-voucher-row button{width:100%}.revenue-filters{flex-direction:column;align-items:stretch}.frame-editor-controls .input{max-width:none}.frame-editor-controls button{flex:1 1 45%}.stats-row{grid-template-columns:repeat(2,1fr)}.modal-backdrop{align-items:flex-end;padding:0}.modal{max-width:none;border-radius:20px 20px 0 0;border-bottom:none;padding:24px 20px calc(24px + env(safe-area-inset-bottom));animation:sheet-up .22s ease-out}.modal-actions button{flex:1;min-height:48px}.shop-badge{font-size:.68rem;padding:3px 9px;flex:0 1 auto;min-width:56px;overflow:hidden;text-overflow:ellipsis}.landing{gap:24px}.room-hero{min-height:170px;border-radius:18px}.frame-suggest-thumb{width:92px;padding:9px}.frame-suggest-card{padding:12px;gap:12px}.faq-head{padding:14px 16px}.wizard-step:not(.current) .wizard-step-label{display:none}.wizard-steps{gap:8px;justify-content:flex-start}body.frame-editing .app-nav{display:none}body.frame-editing .app-main{display:flex;flex-direction:column;padding-bottom:0}body.frame-editing .editor-screen.wizard,body.frame-editing .edit-body{flex:1 1 auto}.edit-dock{bottom:0;margin:auto -8px 0;padding:8px 10px calc(10px + env(safe-area-inset-bottom));gap:8px}.edit-dock .edit-tools{justify-content:space-between;gap:5px}.edit-dock .edit-tool{padding:6px 4px;font-size:.6rem;flex:1;min-width:0;min-height:46px}.edit-dock .edit-tool .edit-tool-icon{font-size:1.05rem}.dock-row2 .btn-secondary{padding:11px 14px}.edit-header .btn-primary{min-height:40px}.edit-header .icon-btn{min-width:38px;min-height:38px}.replace-grid{grid-template-columns:repeat(2,1fr)}.frame-grid{grid-template-columns:repeat(2,1fr);gap:10px}.super-create-grid{grid-template-columns:1fr}.super-row-actions{flex-wrap:nowrap}.admin-table{min-width:680px}.admin-savebar{top:54px;padding:8px 10px}.nav-btn .nav-label{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@keyframes sheet-up{0%{transform:translateY(40%);opacity:.5}to{transform:translateY(0);opacity:1}}@media(max-width:380px){.brand{font-size:.9rem}.stats-row{grid-template-columns:1fr}}
