/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.fixed{position:fixed}.mt-24{margin-top:calc(var(--spacing)*24)}.flex{display:flex}.hidden{display:none}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}}:root{--primary:#6c5ce7;--primary-light:#a29bfe;--accent:#00cec9;--danger:#ff6b6b;--warning:#fdcb6e;--bg-dark:#0d0d14;--bg-card:#ffffff0f;--bg-card-hover:#ffffff1a;--text-main:#f5f5f5;--text-sec:#999;--radius:16px;--shadow-glow:0 0 30px #6c5ce733}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg-dark);color:var(--text-main);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{min-height:100dvh}.page{flex-direction:column;max-width:430px;min-height:100dvh;margin:0 auto;padding:24px 20px 40px;display:flex;position:relative}.page-center{text-align:center;justify-content:center;align-items:center}.title{letter-spacing:-.02em;margin-bottom:8px;font-size:1.5rem;font-weight:700}.subtitle{color:var(--text-sec);margin-bottom:24px;font-size:.9rem;line-height:1.5}.card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius);border:1px solid #ffffff14;margin-bottom:16px;padding:20px;transition:background .25s}.card:hover{background:var(--bg-card-hover)}.btn{cursor:pointer;color:#fff;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 20px;font-size:1rem;font-weight:600;transition:transform .15s,box-shadow .25s,opacity .2s;display:flex}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));box-shadow:var(--shadow-glow)}.btn-primary:hover:not(:disabled){box-shadow:0 0 40px #6c5ce766}.btn-accent{background:linear-gradient(135deg,var(--accent),#55efc4)}.btn-outline{color:var(--text-main);background:0 0;border:1.5px solid #fff3}.btn-outline:hover{border-color:var(--primary-light)}.btn-danger{background:var(--danger)}.btn-sm{padding:10px 16px;font-size:.85rem}.spinner{border:3px solid #ffffff26;border-top-color:var(--primary-light);border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner-inline{border-width:2px;width:18px;height:18px;margin:0;display:inline-block}.error-box{color:var(--danger);text-align:center;background:#ff6b6b1f;border:1px solid #ff6b6b4d;border-radius:12px;margin-bottom:16px;padding:16px;font-size:.9rem}.upload-zone{border-radius:var(--radius);text-align:center;cursor:pointer;border:2px dashed #ffffff26;padding:40px 20px;transition:border-color .3s,background .3s;position:relative;overflow:hidden}.upload-zone:hover{border-color:var(--primary-light);background:#6c5ce70f}.upload-zone.has-image{border:none;padding:0}.upload-zone input{display:none}.upload-icon{opacity:.5;margin-bottom:12px;font-size:2.5rem}.upload-text{color:var(--text-sec);font-size:.9rem}.preview-img{border-radius:var(--radius);object-fit:cover;width:100%;max-height:400px}.badge{border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:.8rem;font-weight:600;display:inline-flex}.badge-success{color:var(--accent);background:#00cec926}.badge-warn{color:var(--warning);background:#fdcb6e26}.badge-error{color:var(--danger);background:#ff6b6b26}.badge-info{color:var(--primary-light);background:#6c5ce726}.pickup-code{letter-spacing:.3em;color:var(--accent);text-align:center;border-radius:var(--radius);font-variant-numeric:tabular-nums;background:#00cec914;margin:16px 0;padding:20px;font-size:3rem;font-weight:800}.order-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.order-row:last-child{border-bottom:none}.order-label{color:var(--text-sec);font-size:.85rem}.order-value{font-weight:600}.order-total{color:var(--accent);font-size:1.3rem}.spacer{flex:1}.mt-auto{margin-top:auto}.mb-12{margin-bottom:12px}.mb-24{margin-bottom:24px}.mt-24{margin-top:24px}.gap-12{gap:12px;display:flex}.fade-in{animation:.4s ease-out fadeUp}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.pulse-dot{background:var(--accent);border-radius:50%;width:10px;height:10px;animation:1.5s ease-in-out infinite pulse;display:inline-block}@keyframes pulse{50%{opacity:.5}}:root{--primary:#5a67d8;--primary-light:#7f9cf5;--accent:#38b2ac;--danger:#ff453a;--warning:#ff9f0a;--bg-dark:#f7fafc;--bg-card:#fff;--bg-card-hover:#edf2f7;--text-main:#1a202c;--text-sec:#718096;--radius:18px;--shadow-glow:0 4px 20px #5a67d826;--shadow-hover:0 10px 25px #5a67d840;--hairline:#00000014;--noise:none}body{background:var(--bg-dark);letter-spacing:-.012em;font-family:SF Pro Text,-apple-system,BlinkMacSystemFont,Inter,Segoe UI,system-ui,sans-serif}.mobile-app,.page{background:var(--bg-dark)}.title{letter-spacing:-.02em;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Inter,system-ui,sans-serif;font-weight:600}.subtitle{color:var(--text-sec)}.card,.upload-zone,.error-box,.pickup-code{background:var(--bg-card)}.card,.upload-zone{background:var(--bg-card);border-color:var(--hairline);box-shadow:var(--shadow-glow);transition:background-color .16s,border-color .16s,box-shadow .18s,transform .18s}.card:hover,.upload-zone:hover{border-color:var(--primary-light);background:var(--bg-card-hover);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.btn{border-radius:9999px;font-weight:500;transition:background-color .16s,border-color .16s,box-shadow .18s,color .16s,transform .16s,opacity .16s}.btn-primary,.btn-accent{background:var(--primary);box-shadow:0 10px 28px #0066cc52}.btn-primary:hover:not(:disabled),.btn-accent:hover:not(:disabled){background:#0071e3;transform:translateY(-1px);box-shadow:0 14px 36px #06c6}.btn-outline{border-color:var(--primary-light);color:var(--primary);background:#5a67d80d}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#5a67d81f;transform:translateY(-1px)}.btn:active{transform:scale(.97)}.upload-zone{border-color:var(--hairline)}.upload-zone:hover{border-color:#2997ff5c}.preview-img{box-shadow:3px 5px 30px #00000038}.badge{border:1px solid}.badge-success,.badge-info{color:var(--primary-light);background:#2997ff29}.pickup-code,.order-total{color:var(--primary-light)}.pickup-code{background:var(--noise),#2997ff24;border:1px solid #2997ff47}.spinner{border-top-color:var(--primary-light)}input,select,textarea{transition:border-color .16s,box-shadow .16s,background-color .16s;border-color:var(--hairline)!important;color:var(--text-main)!important;background:#5a67d80d!important;border-radius:12px!important}input:focus,select:focus,textarea:focus{border-color:var(--primary-light)!important;box-shadow:0 0 0 4px #5a67d829!important}@media(max-width:430px){.page{padding:20px 16px 32px}.title{font-size:1.35rem}}@media(prefers-reduced-motion:reduce){.card,.upload-zone,.btn{transition:none}}:root{color:#172033;background:#f6f7f9}.h5-shell{color:#172033;box-sizing:border-box;background:#f6f7f9;max-width:480px;min-height:100vh;margin:0 auto;padding:14px 14px 112px}.h5-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex}.h5-spinner{border:3px solid #d8dde7;border-top-color:#2563eb;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite h5-spin}@keyframes h5-spin{to{transform:rotate(360deg)}}.h5-topbar{justify-content:space-between;align-items:center;gap:12px;padding:6px 2px 12px;display:flex}.h5-topbar h1{margin:2px 0 0;font-size:20px;line-height:1.2}.h5-kicker{color:#64748b;font-size:12px;display:block}.h5-topbar nav{flex-shrink:0;align-items:center;gap:8px;display:flex}.h5-topbar a,.h5-topbar button,.h5-text-button{color:#1e293b;background:#fff;border:1px solid #d7dce6;border-radius:999px;justify-content:center;align-items:center;padding:8px 10px;font-size:13px;text-decoration:none;display:inline-flex}.h5-preview-stage{touch-action:none}.h5-preview-frame{aspect-ratio:4/5;background:linear-gradient(135deg,#e2e8f0,#f8fafc);border:3px solid #2563eb;border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 12px 32px #0f172a1f}.h5-preview-frame img{object-fit:contain;transform-origin:50%;-webkit-user-select:none;user-select:none;will-change:transform;width:82%;max-height:82%;position:absolute;top:50%;left:50%;translate:-50% -50%}.h5-empty-upload{color:#334155;background:#ffffffb8;border:1px dashed #94a3b8;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;top:24px;right:24px;bottom:24px;left:24px}.h5-empty-upload strong{font-size:18px}.h5-template-overlay{pointer-events:none;border:2px solid #2563eb;border-radius:8px;position:absolute;top:12px;right:12px;bottom:12px;left:12px}.h5-template-overlay span{color:#0f172a;background:#ffffffe0;border-radius:6px;padding:5px 8px;font-size:12px;font-weight:700;position:absolute;bottom:10px;right:10px}.h5-preview-frame small{color:#0f172ab3;background:#ffffffc7;border-radius:6px;padding:5px 8px;position:absolute;bottom:12px;left:12px}.h5-actions-panel,.h5-template-section,.h5-capability-card,.h5-cart-card,.h5-cart-preview,.h5-error-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.h5-upload-row,.h5-transform-tools{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.h5-transform-tools{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:8px}.h5-file-button,.h5-transform-tools button,.h5-ai-button{color:#fff;background:#1d4ed8;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:42px;font-size:14px;font-weight:700;display:inline-flex}.h5-file-button.secondary,.h5-transform-tools button{background:#0f766e}.h5-file-button input{display:none}.h5-ai-button{background:#7c3aed;width:100%;margin-top:10px}.h5-ai-button:disabled,.h5-bottom-cta button:disabled{opacity:.65}.h5-note{color:#64748b;margin:10px 0 0;font-size:12px}.h5-section-title{justify-content:space-between;gap:10px;margin-bottom:10px;display:flex}.h5-section-title span{color:#64748b;text-align:right;font-size:12px}.h5-template-scroller{scroll-snap-type:x proximity;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.h5-template-scroller button{text-align:left;scroll-snap-align:start;background:#fff;border:1px solid #d7dce6;border-radius:8px;min-width:112px;padding:10px}.h5-template-scroller button.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent)}@supports (color:color-mix(in lab,red,red)){.h5-template-scroller button.active{box-shadow:0 0 0 2px color-mix(in srgb,var(--accent),transparent 74%)}}.h5-template-scroller button span{border:2px solid var(--accent);width:48px;height:42px;color:var(--accent);text-align:center;border-radius:6px;margin-bottom:8px;font-size:11px;font-weight:800;line-height:38px;display:block}.h5-template-scroller button strong{font-size:13px}.h5-capability-card{flex-direction:column;gap:6px;display:flex}.h5-capability-card span{color:#334155}.h5-capability-card em{color:#64748b;font-size:12px;font-style:normal}.h5-toast{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin:12px 0 0;padding:10px 12px;font-size:13px}.h5-bottom-cta{box-sizing:border-box;width:min(480px,100%);padding:10px 14px calc(12px + env(safe-area-inset-bottom));background:#fffffff5;border-top:1px solid #e2e8f0;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -10px 28px #0f172a1a}.h5-bottom-cta label{color:#475569;align-items:center;gap:8px;margin-bottom:8px;font-size:12px;display:flex}.h5-bottom-cta button{color:#fff;background:#ea580c;border:0;border-radius:8px;width:100%;min-height:48px;font-size:16px;font-weight:800}.h5-bottom-cta p{color:#64748b;margin:0 0 8px;font-size:12px}.h5-first-screen{padding-bottom:106px}.h5-create-page{padding-bottom:154px}.h5-section-title strong{color:#0f172a}.h5-consumption-preview,.h5-first-info,.h5-first-readiness{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.h5-consumption-canvas{background:#e2e8f0;border:1px solid #cbd5e1;border-radius:8px;width:100%;min-height:220px;position:relative;overflow:hidden}.h5-consumption-layer{object-fit:cover;z-index:1;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.h5-consumption-layer.foreground{pointer-events:none;z-index:5}.h5-consumption-layer-placeholder{color:#475569;z-index:1;background:repeating-linear-gradient(135deg,#94a3b82e 0,#94a3b82e 8px,#f8fafccc 8px,#f8fafccc 16px);place-items:center;font-size:13px;display:grid;position:absolute;top:0;right:0;bottom:0;left:0}.h5-consumption-layer-placeholder.foreground{pointer-events:none;color:#334155;text-shadow:0 1px #ffffffc7;z-index:5;background:0 0;border:1px dashed #94a3b8;border-radius:8px;place-items:start end;padding:8px;top:12px;right:12px;bottom:12px;left:12px}.h5-consumption-photo-region{z-index:2;color:#1e3a8a;text-align:center;touch-action:none;-webkit-user-select:none;user-select:none;background:#ffffffc7;border:1px dashed #2563eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px;display:flex;position:absolute;overflow:hidden}.h5-photo-region-empty{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;display:flex}.h5-local-photo-preview{object-fit:cover;transform-origin:50%;will-change:transform;pointer-events:none;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.h5-consumption-photo-region.subject-region{background:#f0fdfac2;border-color:#14b8a6}.h5-local-photo-preview.subject-cutout{object-fit:contain}.h5-active-layer-badge{z-index:3;color:#fff;background:#0f172ac2;border-radius:999px;padding:3px 8px;font-size:10px;line-height:1.2;position:absolute;bottom:6px;right:6px}.h5-readonly-text-layer{z-index:4;color:#fff;pointer-events:none;background:#0f172ab8;border-radius:6px;max-width:52%;padding:5px 7px;font-size:12px;font-weight:800;line-height:1.2;position:absolute}.h5-readonly-text-layer.position-bottom_left{bottom:10px;left:10px}.h5-readonly-text-layer.position-bottom_right{bottom:10px;right:10px}.h5-readonly-text-layer.position-top_left{top:10px;left:10px}.h5-readonly-text-layer.position-top_right{top:10px;right:10px}.h5-readonly-text-layer.position-center{top:50%;left:50%;transform:translate(-50%,-50%)}.h5-sticker-summary{z-index:3;color:#475569;pointer-events:none;background:#ffffffd6;border-radius:999px;max-width:calc(100% - 20px);padding:5px 8px;font-size:12px;font-weight:700;position:absolute;top:10px;left:10px}.h5-consumption-photo-region span,.h5-consumption-preview small,.h5-first-info span,.h5-first-readiness span{color:#64748b;font-size:12px}.h5-consumption-preview small{margin-top:8px;display:block}.h5-first-info{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.h5-first-info div{gap:4px;min-width:0;display:grid}.h5-first-info strong{color:#0f172a;font-size:14px;line-height:1.35}.h5-first-readiness{gap:6px;display:grid}.h5-first-readiness strong{font-size:15px}.h5-first-readiness span{color:#475569;background:#f1f5f9;border-radius:999px;width:fit-content;padding:5px 8px;display:inline-flex}.h5-first-readiness span.blocking{color:#b91c1c;background:#fef2f2}.h5-first-cta button{background:#0f766e}.h5-local-photo-card,.h5-edit-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.h5-local-photo-empty{text-align:center;background:#f8fafc;border:1px dashed #94a3b8;border-radius:8px;gap:6px;padding:18px 12px;display:grid}.h5-local-photo-empty span,.h5-local-photo-selected span,.h5-local-photo-selected em{color:#64748b;font-size:12px;font-style:normal}.h5-local-photo-selected{background:#f8fafc;border-radius:8px;gap:4px;padding:12px;display:grid}.h5-local-photo-selected strong{color:#0f172a;word-break:break-all;font-size:14px}.h5-photo-picker-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;display:grid}.h5-photo-upload-status{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;gap:8px;margin-top:10px;padding:10px;display:grid}.h5-photo-upload-status span{color:#1d4ed8;background:#dbeafe;border-radius:999px;width:fit-content;padding:4px 8px;font-size:12px;font-weight:800}.h5-photo-upload-status strong{color:#0f172a;word-break:break-word;font-size:13px;line-height:1.35}.h5-photo-upload-status button{color:#fff;background:#0f766e;border:0;border-radius:8px;min-height:40px;font-size:14px;font-weight:800}.h5-photo-upload-status button:disabled{opacity:.52;cursor:not-allowed}.h5-photo-upload-status.success{background:#f0fdf4;border-color:#bbf7d0}.h5-photo-upload-status.success span{color:#15803d;background:#dcfce7}.h5-photo-upload-status.failed,.h5-photo-upload-status.blocked{background:#fef2f2;border-color:#fecaca}.h5-photo-upload-status.failed span,.h5-photo-upload-status.blocked span{color:#b91c1c;background:#fee2e2}.h5-photo-file-input{display:none}.h5-photo-file-button,.h5-edit-toolbar button{color:#fff;background:#1d4ed8;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;font-size:14px;font-weight:800;display:inline-flex}.h5-photo-file-button:last-of-type{background:#0f766e}.h5-form-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin:10px 0 0;padding:9px 10px;font-size:13px}.h5-edit-toolbar{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.h5-edit-toolbar button{background:#0f766e;padding:0 6px}.h5-edit-toolbar button:disabled,.h5-template-scroller button:disabled{opacity:.52;cursor:not-allowed}.h5-create-bottom-bar label{align-items:flex-start}.h5-create-bottom-bar label input{flex:none;width:18px;height:18px;margin-top:1px}.h5-create-bottom-bar button{background:#0f766e}.h5-error-card{flex-direction:column;gap:10px;max-width:360px;display:flex}.h5-error-card button{color:#fff;background:#1d4ed8;border:0;border-radius:8px;min-height:40px}.h5-cart-preview{grid-template-columns:104px 1fr;align-items:center;gap:12px;display:grid}.h5-cart-preview img{aspect-ratio:4/5;object-fit:cover;border:1px solid #e2e8f0;border-radius:8px;width:104px}.h5-cart-preview div,.h5-cart-line div{flex-direction:column;gap:4px;display:flex}.h5-cart-preview span,.h5-cart-line span{color:#64748b;font-size:13px}.h5-cart-card h2{margin:0 0 10px;font-size:16px}.h5-cart-line,.h5-cart-total{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.h5-cart-line em{color:#b45309;font-size:12px;font-style:normal}.h5-cart-total strong{color:#ea580c;font-size:18px}.h5-product-confirm{padding-bottom:32px}.h5-product-alert,.h5-product-photo,.h5-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.h5-product-alert{color:#b91c1c;background:#fef2f2;border-color:#fecaca;font-size:13px}.h5-product-photo img,.h5-product-photo-empty{aspect-ratio:4/5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%}.h5-product-photo img{object-fit:cover;display:block}.h5-product-photo-empty{color:#64748b;place-items:center;font-size:13px;display:grid}.h5-product-card h2{color:#0f172a;margin:0 0 8px;font-size:16px}.h5-product-next{gap:10px;display:grid}.h5-product-next p{color:#475569;margin:0;font-size:13px;line-height:1.55}.h5-product-next button,.h5-product-next a{border-radius:8px;justify-content:center;align-items:center;min-height:44px;font-weight:800;text-decoration:none;display:inline-flex}.h5-product-next button{color:#475569;background:#cbd5e1;border:0}.h5-product-next a{color:#1d4ed8;background:#fff;border:1px solid #d7dce6}.h5-inline-action{color:#1e293b;background:#f8fafc;border:1px solid #d7dce6;border-radius:999px;padding:7px 10px;font-size:12px}.h5-cart-line{grid-template-columns:1fr auto auto;display:grid}.h5-cart-line.disabled{opacity:.62}.h5-quantity-stepper{background:#f8fafc;border:1px solid #d7dce6;border-radius:999px;grid-template-columns:32px 30px 32px;align-items:center;display:inline-grid;overflow:hidden}.h5-quantity-stepper button{color:#172033;background:#fff;border:0;width:32px;min-height:32px;font-weight:800}.h5-quantity-stepper button:disabled{color:#94a3b8}.h5-quantity-stepper span{text-align:center;font-variant-numeric:tabular-nums}.h5-cart-total.muted strong{color:#64748b}.h5-info-row{border-top:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;display:flex}.h5-info-row:first-child{border-top:0}.h5-info-row span{color:#64748b;font-size:13px}.h5-info-row strong{color:#172033;text-align:right;word-break:break-all;font-size:13px}.h5-mock-banner{color:#1d4ed8;background:#eff6ff;border-radius:8px;margin:0 0 10px;padding:10px;font-size:13px;font-weight:700}.h5-payment-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.h5-payment-actions button,.h5-order-card{color:#172033;background:#fff;border:1px solid #d7dce6;border-radius:8px;min-height:44px;font-weight:700}.h5-payment-actions button:first-child{color:#fff;background:#16a34a;border-color:#16a34a}.h5-pickup-hero{color:#fff;text-align:center;background:#0f172a;border-radius:8px;margin-top:12px;padding:18px}.h5-pickup-hero>span{color:#cbd5e1;font-size:13px;display:block}.h5-pickup-hero>strong{letter-spacing:6px;font-variant-numeric:tabular-nums;margin:8px 0 14px;font-size:40px;display:block}.h5-qr-placeholder{background:linear-gradient(90deg,#fff 8px,#0000 8px) 0 0/20px 20px,linear-gradient(#fff 8px,#0000 8px) 0 0/20px 20px,#172033;border-radius:8px;grid-template-columns:repeat(2,1fr);gap:34px;width:132px;height:132px;margin:0 auto 12px;padding:12px;display:grid}.h5-qr-placeholder i{background:#fff;border:8px solid #0f172a;outline:8px solid #fff;display:block}.h5-order-list{flex-direction:column;gap:10px;margin-top:12px;display:flex}.h5-order-card{text-align:left;flex-direction:column;align-items:flex-start;gap:5px;padding:12px;display:flex}.h5-order-card span,.h5-order-card small{color:#64748b;font-size:12px}.h5-order-card em{color:#334155;font-size:13px;font-style:normal}.h5-empty-orders{max-width:none}.h5-bottom-cta button.secondary{background:#334155;margin-top:8px}@media(max-width:360px){.h5-upload-row,.h5-transform-tools,.h5-edit-toolbar{grid-template-columns:repeat(2,minmax(0,1fr))}.h5-topbar{align-items:flex-start}.h5-payment-actions,.h5-cart-line{grid-template-columns:1fr}}.h5-consumer-create-page{--h5-sky:#3b82f6;--h5-lake:#0e7490;--h5-ink:#172033;--h5-muted:#64748b;--h5-paper:#ffffffeb;max-width:430px;min-height:100dvh;color:var(--h5-ink);background:radial-gradient(circle at 12% 0,#7dd3fc7a,#0000 34%),linear-gradient(#e0f2fe,#f8fafc 48%,#eef2ff);padding:10px 12px 132px}.h5-consumer-topbar{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;padding:2px 0 8px;display:grid}.h5-consumer-topbar>div{min-width:0}.h5-consumer-topbar h1{color:#0f172a;letter-spacing:0;margin:1px 0 0;font-size:20px;line-height:1.15}.h5-consumer-topbar span{color:#0e7490;font-size:12px;font-weight:700;line-height:1.3;display:block}.h5-consumer-topbar nav{gap:6px;display:flex}.h5-consumer-topbar nav a,.h5-consumer-topbar nav button,.h5-icon-text-button{color:#0f172a;background:#ffffffd1;border:1px solid #0e74902e;border-radius:999px;justify-content:center;align-items:center;min-height:32px;text-decoration:none;display:inline-flex;box-shadow:0 8px 22px #0e749014}.h5-consumer-topbar nav a,.h5-consumer-topbar nav button{padding:0 9px;font-size:12px;font-weight:700}.h5-icon-text-button{width:34px;padding:0;font-size:24px;line-height:1}.h5-consumer-preview-card{background:linear-gradient(145deg,#fffffff5,#eff6ffeb),#fff;border:1px solid #0e749024;border-radius:18px;margin:0;padding:10px;position:relative;box-shadow:0 18px 42px #0f172a24}.h5-postcard-caption{justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;display:flex}.h5-postcard-caption span{color:#0e7490;font-size:11px;font-weight:900}.h5-postcard-caption strong{color:#0f172a;font-size:14px}.h5-consumer-preview-card .h5-consumption-canvas{background:linear-gradient(135deg,#bae6fdbd,#ffffffeb 54%,#e0e7ffcc);border:0;border-radius:16px;min-height:0;max-height:42dvh;box-shadow:inset 0 0 0 1px #0e74901f}.h5-consumer-preview-card .h5-consumption-layer-placeholder.background{color:#0f172a6b;background:linear-gradient(145deg,#0e74901f,#ffffffc7),repeating-linear-gradient(135deg,#3b82f614 0,#3b82f614 10px,#0e74900a 10px,#0e74900a 20px);font-size:13px;font-weight:800}.h5-consumer-preview-card .h5-consumption-layer-placeholder.foreground{display:none}.h5-consumer-preview-card .h5-consumption-photo-region{cursor:pointer;color:#0f172a;background:#ffffffd6;border:1.5px dashed #0e749094;border-radius:14px;outline:none}.h5-consumer-preview-card .h5-consumption-photo-region:focus-visible{box-shadow:0 0 0 4px #3b82f638}.h5-consumer-preview-card .h5-consumption-photo-region.has-photo{background:#e2e8f0;border-style:solid;border-color:#ffffffa3}.h5-photo-region-empty{padding:8px}.h5-photo-region-empty i{color:#fff;background:#0e7490;border-radius:999px;place-items:center;width:44px;height:44px;font-size:28px;font-style:normal;font-weight:400;line-height:1;display:grid}.h5-photo-region-empty strong{font-size:16px}.h5-photo-region-empty span{color:#64748b;max-width:11em;font-size:12px;line-height:1.35}.h5-floating-edit-toolbar{z-index:12;pointer-events:auto;gap:7px;width:54px;display:grid;position:absolute;top:142px;right:max(16px,50vw - 199px)}.h5-floating-edit-toolbar button{color:#fff;background:#0f172ad1;border:0;border-radius:999px;min-height:42px;font-size:12px;font-weight:800;box-shadow:0 10px 24px #0f172a3d}.h5-floating-edit-toolbar button:nth-child(-n+2){font-size:18px}.h5-quick-edit-tools{background:#ffffffe6;border:1px solid #0e74901f;border-radius:14px;margin-top:8px;padding:9px;box-shadow:0 10px 26px #0e749014}.h5-quick-edit-tools p{color:#64748b;text-align:center;margin:0 0 8px;font-size:12px;line-height:1.35}.h5-quick-edit-tools div{grid-template-columns:repeat(5,minmax(0,1fr));gap:7px;display:grid}.h5-quick-edit-tools button{color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:13px;place-items:center;gap:2px;min-height:58px;padding:6px 3px;display:grid}.h5-quick-edit-tools button:disabled{opacity:.58;cursor:not-allowed}.h5-quick-edit-tools button>span{color:#0e7490;background:#e0f2fe;border-radius:999px;place-items:center;width:24px;height:24px;font-size:12px;font-weight:900;display:grid}.h5-quick-edit-tools button strong{font-size:11px;line-height:1.1}.h5-quick-edit-tools button em{color:#94a3b8;font-size:9px;font-style:normal;line-height:1}.h5-production-mode-card,.h5-consumer-template-section,.h5-consumer-alert,.h5-consumer-upload-status{background:var(--h5-paper);border:1px solid #0e74901f;border-radius:14px;margin-top:10px;padding:10px;box-shadow:0 10px 26px #0e749014}.h5-production-mode-card .h5-section-title,.h5-consumer-template-section .h5-section-title{margin-bottom:8px}.h5-production-mode-card .h5-section-title strong,.h5-consumer-template-section .h5-section-title strong{color:#0f172a}.h5-production-mode-card .h5-section-title span,.h5-consumer-template-section .h5-section-title span{color:#64748b}.h5-production-mode-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.h5-production-mode-options button{color:#172033;text-align:left;background:#fff;border:1px solid #dbeafe;border-radius:13px;min-height:74px;padding:9px}.h5-production-mode-options button.active{background:#ecfeff;border-color:#0e7490;box-shadow:inset 0 0 0 1px #0e74902e}.h5-production-mode-options strong,.h5-production-mode-options span{line-height:1.35;display:block}.h5-production-mode-options strong{font-size:13px}.h5-production-mode-options span{color:#64748b;margin-top:3px;font-size:11px}.h5-consumer-template-section .h5-template-scroller{gap:8px;padding-bottom:2px}.h5-consumer-template-section .h5-template-scroller button{background:#fff;border-radius:14px;min-width:116px;padding:8px}.h5-consumer-template-section .h5-template-scroller button.active{border-color:#0e7490;box-shadow:0 0 0 2px #0e749024}.h5-consumer-template-section .h5-template-scroller button span{color:#0e7490;border-color:#7dd3fc;width:100%;height:34px;line-height:30px}.h5-consumer-template-section .h5-template-scroller button strong{color:#0f172a;font-size:12px;line-height:1.25}.h5-consumer-template-section .h5-template-scroller button em{color:#64748b;margin-top:4px;font-size:11px;font-style:normal;line-height:1.25;display:block}.h5-consumer-alert,.h5-consumer-upload-status{color:#0f172a;font-size:13px;line-height:1.45}.h5-consumer-alert{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.h5-consumer-upload-status.success{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.h5-consumer-upload-status.uploading{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.h5-consumer-upload-status.failed,.h5-consumer-upload-status.blocked{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.h5-photo-sheet-backdrop{z-index:40;background:#0f172a61;justify-content:center;align-items:flex-end;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.h5-photo-sheet{width:min(430px,100%);padding:14px 14px calc(18px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -18px 42px #0f172a3d}.h5-photo-sheet strong{color:#0f172a;margin:0 0 10px;font-size:16px;display:block}.h5-photo-sheet button{color:#fff;background:#0e7490;border:0;border-radius:12px;width:100%;min-height:48px;margin-top:8px;font-size:15px;font-weight:800}.h5-photo-sheet button.secondary{color:#334155;background:#f1f5f9}.h5-consumer-toast{color:#075985;background:#f0f9fff0;border-color:#bae6fd;margin-top:10px}.h5-action-toast-backdrop{z-index:45;background:#0f172a29;place-items:center;display:grid;position:fixed;top:0;right:0;bottom:0;left:0}.h5-action-toast{color:#fff;text-align:center;background:#0f172ad1;border-radius:999px;max-width:min(300px,100vw - 48px);padding:13px 18px;font-size:15px;font-weight:800;box-shadow:0 18px 42px #0f172a38}.h5-consumer-bottom-bar{padding:9px 12px calc(10px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #0e74901f}.h5-consumer-bottom-bar label{margin-bottom:7px}.h5-consumer-bottom-bar p{color:#64748b;margin-bottom:7px;line-height:1.35}.h5-consumer-bottom-bar button{background:linear-gradient(135deg,#0e7490,#2563eb);border-radius:999px;min-height:50px}.h5-consumer-bottom-bar button:disabled{opacity:.72}.h5-next-step-page{background:radial-gradient(circle at 12% 0,#7dd3fc5c,#0000 34%),linear-gradient(#f0f9ff,#f8fafc 54%,#eef2ff)}.h5-next-step-topbar h1{color:#0f172a}.h5-next-step-page .h5-product-photo,.h5-next-step-page .h5-product-card{border-color:#0e74901f;border-radius:14px;box-shadow:0 10px 26px #0e749014}.h5-next-step-page .h5-product-next h2{font-size:18px}.h5-next-step-page .h5-product-next button{border-radius:999px}.h5-product-cart-page{background:radial-gradient(circle at 12% 0,#7dd3fc5c,#0000 34%),linear-gradient(#f0f9ff,#f8fafc 52%,#eef2ff);padding-bottom:118px}.h5-product-cart-topbar{align-items:flex-start}.h5-product-cart-topbar h1{color:#0f172a}.h5-product-cart-topbar p{color:#64748b;margin:4px 0 0;font-size:13px;line-height:1.35}.h5-cart-save-message{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:12px;padding:11px 12px;font-size:13px;font-weight:800;line-height:1.45}.h5-cart-photo-preview img,.h5-cart-photo-preview .h5-product-photo-empty{aspect-ratio:16/10;object-fit:cover;max-height:230px}.h5-guide-checkout-previews{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.h5-guide-checkout-preview-card{background:#fff;border:1px solid #0e74901f;border-radius:12px;gap:8px;min-width:0;padding:10px;display:grid}.h5-guide-checkout-preview-card.muted{background:#f8fafc}.h5-guide-checkout-preview-title{justify-content:space-between;align-items:center;gap:8px;display:flex}.h5-guide-checkout-preview-title strong{color:#172033;font-size:13px;line-height:1.35}.h5-guide-checkout-preview-title span{color:#0e7490;text-align:right;font-size:11px;font-weight:800;line-height:1.35}.h5-guide-checkout-preview-card p{color:#64748b;margin:0;font-size:12px;line-height:1.4}.h5-guide-back-empty{aspect-ratio:16/10;color:#64748b;text-align:center;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;place-items:center;gap:6px;min-height:120px;display:grid}.h5-guide-back-empty strong{color:#334155;font-size:15px}.h5-guide-back-empty span{max-width:15em;font-size:12px;line-height:1.4}.h5-cart-options-card,.h5-cart-pickup-card,.h5-cart-summary-card,.h5-cart-photo-preview{border-color:#0e74901f;border-radius:14px;box-shadow:0 10px 26px #0e749014}.h5-cart-option-list{gap:10px;display:grid}.h5-cart-addon-title{color:#475569;margin-top:4px;font-size:12px;font-weight:700}.h5-cart-option{background:#fff;border:1px solid #dbeafe;border-radius:14px;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:88px;padding:10px;display:grid}.h5-cart-option.freebie{background:#f7fee7;border-color:#bbf7d0}.h5-free-guide-only{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;gap:6px;padding:10px;display:grid}.h5-free-guide-only button{color:#fff;background:#16a34a;border:0;border-radius:999px;min-height:40px;font-size:14px;font-weight:900}.h5-free-guide-only span{color:#166534;text-align:center;font-size:12px;line-height:1.35}.h5-cart-option.disabled{opacity:.64}.h5-cart-option-media{color:#0e7490;background:#e0f2fe;border-radius:12px;place-items:center;width:58px;height:58px;font-size:24px;font-weight:900;display:grid;overflow:hidden}.h5-cart-option-media img{object-fit:cover;width:100%;height:100%}.h5-cart-option-main{min-width:0}.h5-cart-option-main>div{align-items:center;gap:6px;min-width:0;display:flex}.h5-cart-option-main strong{color:#0f172a;font-size:14px;line-height:1.3}.h5-cart-option-main em{color:#1d4ed8;background:#dbeafe;border-radius:999px;flex:none;padding:3px 6px;font-size:10px;font-style:normal;font-weight:900}.h5-cart-option-main p,.h5-cart-option-main small{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.35;display:block}.h5-cart-option-main small{color:#b45309}.h5-cart-option-side{justify-items:end;gap:8px;display:grid}.h5-cart-option-side>strong{color:#ea580c;font-variant-numeric:tabular-nums;font-size:14px}.h5-cart-summary-row,.h5-cart-summary-total{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.h5-cart-summary-row:first-of-type{border-top:0}.h5-cart-summary-row span,.h5-cart-summary-total span{color:#64748b;font-size:13px;line-height:1.35}.h5-cart-summary-row strong{color:#172033;font-variant-numeric:tabular-nums;font-size:13px}.h5-cart-summary-row.muted strong{color:#16a34a}.h5-cart-summary-total strong{color:#ea580c;font-variant-numeric:tabular-nums;font-size:20px}.h5-cart-bottom-bar{z-index:20;width:min(480px,100%);padding:10px 12px calc(12px + env(safe-area-inset-bottom));background:#fffffffa;border-top:1px solid #0e74901f;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -12px 30px #0f172a1a}.h5-cart-bottom-bar p{color:#64748b;text-align:center;margin:0 0 8px;font-size:12px;line-height:1.35}.h5-cart-bottom-bar button{color:#fff;background:linear-gradient(135deg,#0e7490,#2563eb);border:0;border-radius:999px;width:100%;min-height:50px;font-size:16px;font-weight:900}.h5-cart-bottom-bar button:disabled{opacity:.64;cursor:not-allowed}.h5-flow-tabs{background:#fff;border:1px solid #dbeafe;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:6px;display:grid;box-shadow:0 8px 18px #0e749014}.h5-flow-tabs button{color:#475569;background:0 0;border:0;border-radius:999px;min-height:42px;font-size:14px;font-weight:900}.h5-flow-tabs button.active{color:#fff;background:#0e7490}.h5-guide-flow-page,.h5-payment-page{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.h5-guide-hero-card,.h5-guide-safety-card,.h5-guide-option-card,.h5-payment-mock-card,.h5-payment-summary-card{background:#fff;border:1px solid #dbeafe;border-radius:14px;gap:10px;padding:16px;display:grid;box-shadow:0 8px 20px #0e749014}.h5-guide-hero-card{background:linear-gradient(#ecfeff,#fff)}.h5-guide-hero-card span,.h5-guide-option-card span{color:#0e7490;font-size:12px;font-weight:900}.h5-guide-hero-card h2{color:#0f172a;margin:0;font-size:24px;line-height:1.18}.h5-guide-hero-card p,.h5-guide-option-card p,.h5-guide-safety-card p,.h5-payment-mock-card p{color:#64748b;margin:0;font-size:13px;line-height:1.45}.h5-guide-option-list{gap:10px;display:grid}.h5-guide-option-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.h5-guide-option-card strong,.h5-guide-safety-card strong,.h5-payment-mock-card strong{color:#0f172a;font-size:16px}.h5-guide-option-card button,.h5-payment-actions button{color:#fff;white-space:nowrap;background:#0e7490;border:0;border-radius:999px;min-height:42px;font-size:14px;font-weight:900}.h5-guide-option-card.paid button{background:#2563eb}.h5-guide-option-card button:disabled,.h5-payment-actions button:disabled{opacity:.58;cursor:not-allowed}.h5-guide-side-switch{background:#fff;border:1px solid #dbeafe;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px;padding:6px;display:grid;box-shadow:0 8px 18px #0e749014}.h5-guide-side-switch button{color:#475569;background:0 0;border:0;border-radius:999px;min-height:40px;font-size:14px;font-weight:900}.h5-guide-side-switch button.active{color:#fff;background:#0e7490}.h5-guide-front-preview{background:#fff;border:1px solid #0e74901f;border-radius:14px;gap:10px;margin-top:10px;padding:12px;display:grid;box-shadow:0 10px 26px #0e749014}.h5-guide-front-map{color:#0f172a;text-align:center;background:linear-gradient(135deg,#0e74901f,#ffffffd1),repeating-linear-gradient(45deg,#0e749014 0,#0e749014 12px,#7dd3fc29 12px,#7dd3fc29 24px);border:1px solid #bae6fd;border-radius:14px;place-items:center;gap:8px;min-height:260px;display:grid}.h5-guide-front-map.compact{aspect-ratio:16/10;border-radius:10px;min-height:120px}.h5-guide-front-map.compact strong{font-size:18px}.h5-guide-front-map span{color:#0e7490;font-size:13px;font-weight:900}.h5-guide-front-map strong{font-size:24px;line-height:1.15}.h5-guide-front-map i,.h5-guide-front-preview p{color:#64748b;margin:0;font-size:13px;font-style:normal;line-height:1.45}.h5-guide-cart-front-note{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;justify-content:space-between;gap:10px;margin-bottom:10px;padding:10px;display:flex}.h5-guide-cart-front-note strong{color:#166534;font-size:13px}.h5-guide-cart-front-note span{color:#166534;text-align:right;font-size:12px;line-height:1.35}.h5-guide-custom-option.selected{background:#ecfeff;border-color:#0e7490}.h5-guide-custom-toggle{color:#334155;white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.h5-guide-custom-toggle input{accent-color:#0e7490;width:18px;height:18px}.h5-payment-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.h5-payment-actions button.secondary{color:#334155;background:#fff;border:1px solid #cbd5e1}.h5-order-result,.h5-my-orders{padding-bottom:calc(24px + env(safe-area-inset-bottom))}.h5-pickup-code-card{background:linear-gradient(#eff6ff,#fff);border:1px solid #bfdbfe;border-radius:16px;justify-items:center;gap:8px;padding:24px 18px;display:grid;box-shadow:0 12px 28px #2563eb1f}.h5-pickup-code-card span,.h5-pickup-code-card p{color:#475569;margin:0;font-size:13px;font-weight:800}.h5-pickup-code-card strong{color:#1d4ed8;letter-spacing:0;font-size:44px;font-weight:950;line-height:1}.h5-pickup-code-card.muted{background:linear-gradient(#fff7ed,#fff);border-color:#fed7aa}.h5-pickup-code-card.muted strong{color:#ea580c;font-size:24px}.h5-pickup-code-card.failed{background:linear-gradient(#fef2f2,#fff);border-color:#fecaca}.h5-pickup-code-card.failed strong{color:#dc2626}.h5-pickup-code-card a{color:#fff;background:#ea580c;border-radius:999px;place-items:center;min-height:38px;padding:0 18px;font-size:13px;font-weight:900;text-decoration:none;display:grid}.h5-order-tip-card{background:#f0fdf4}.h5-order-tip-card strong{color:#166534}.h5-order-tip-card p{color:#166534;margin:6px 0 0;font-size:13px;line-height:1.45}.h5-order-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.h5-order-actions a,.h5-empty-orders a{color:#fff;background:#0e7490;border-radius:999px;place-items:center;min-height:44px;font-size:14px;font-weight:900;text-decoration:none;display:grid}.h5-order-actions a+a{background:#2563eb}.h5-order-list{gap:10px;display:grid}.h5-order-list-item{color:inherit;background:#fff;border:1px solid #dbeafe;border-radius:14px;gap:8px;padding:14px;text-decoration:none;display:grid;box-shadow:0 8px 20px #0e749014}.h5-order-list-item div:first-child,.h5-order-list-meta{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.h5-order-list-item div:first-child span{color:#166534;background:#dcfce7;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:900}.h5-order-list-item strong{color:#0f172a;font-size:14px}.h5-order-pay-link{color:#1d4ed8;background:#eff6ff;border-radius:999px;justify-self:end;padding:5px 10px;font-size:12px;font-weight:900}.h5-order-list-item p,.h5-order-list-meta span,.h5-empty-orders p{color:#64748b;margin:0;font-size:13px;line-height:1.4}.h5-empty-orders{text-align:center;gap:10px;display:grid}@media(max-width:390px){.h5-consumer-create-page{padding-left:10px;padding-right:10px}.h5-consumer-topbar{grid-template-columns:30px minmax(0,1fr) auto;gap:6px}.h5-consumer-topbar h1{font-size:18px}.h5-consumer-topbar nav a,.h5-consumer-topbar nav button{padding:0 7px;font-size:11px}.h5-floating-edit-toolbar{width:48px;top:132px;right:12px}.h5-floating-edit-toolbar button{min-height:38px;font-size:11px}.h5-quick-edit-tools div{gap:5px}.h5-quick-edit-tools button{min-height:54px}.h5-production-mode-options button{min-height:70px;padding:8px}.h5-cart-option{grid-template-columns:50px minmax(0,1fr)}.h5-cart-option-side{grid-column:2;justify-items:start}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
