:root{color:#20304a;background:var(--page-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #20304a;--muted: #667080;--line: #ded9cf;--soft-line: #eee9e1;--surface: #ffffff;--surface-soft: #faf7f1;--surface-tint: #f1ece4;--coral: #d95c64;--coral-strong: #a93945;--blue: #f6c85f;--navy: #20304a;--teal: #ef806d;--teal-dark: #20304a;--mustard: #d9a83e;--green: #5c8657;--red: #c95f58;--page-bg: #f5f0e8;--shadow: 0 20px 25px -5px rgb(15 23 42 / .06), 0 8px 10px -6px rgb(15 23 42 / .04);--soft-shadow: 0 4px 6px -1px rgb(15 23 42 / .04), 0 2px 4px -2px rgb(15 23 42 / .04);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-standard: cubic-bezier(.2, 0, 0, 1)}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:var(--page-bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--page-bg)}#root{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:40px 0;box-sizing:border-box}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.empty-state{display:grid;place-items:center;align-content:center;gap:14px;min-width:0;min-height:260px;padding:clamp(26px,4vw,40px);border:1px solid var(--line);border-radius:max(16px,var(--store-radius, 16px));color:var(--muted);background:var(--surface);box-shadow:var(--soft-shadow);text-align:center}.empty-state-icon{display:grid;place-items:center;width:48px;height:48px;border:1px solid color-mix(in srgb,var(--coral) 16%,var(--line));border-radius:50%;color:var(--coral);background:color-mix(in srgb,var(--coral) 7%,var(--surface))}.empty-state-loading .empty-state-icon{color:var(--teal-dark);border-color:color-mix(in srgb,var(--teal-dark) 18%,var(--line));background:color-mix(in srgb,var(--teal-dark) 7%,var(--surface))}.empty-state-error .empty-state-icon{color:#b43d49;border-color:color-mix(in srgb,#b43d49 20%,var(--line));background:color-mix(in srgb,#b43d49 7%,var(--surface))}.state-spinner{animation:spin .9s linear infinite}.empty-state-copy{display:grid;gap:6px;max-width:40ch}.empty-state h3{margin:0;color:var(--ink);font-size:17px;line-height:1.25}.empty-state p{margin:0;font-size:13px;line-height:1.55}.empty-state-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:7px}.empty-state-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:color-mix(in srgb,var(--surface) 88%,transparent);font-size:10px;font-weight:800}.empty-state-action{display:flex;justify-content:center;margin-top:2px}.empty-state-compact{min-height:190px;padding:24px 20px;border:0;background:transparent;box-shadow:none}.empty-state-compact .empty-state-icon{width:44px;height:44px}@media(prefers-reduced-motion:no-preference){.empty-state-icon{animation:empty-state-arrive .26s var(--ease-out) both}@keyframes empty-state-arrive{0%{opacity:0;transform:translateY(4px)}}}.page-loading{--loading-accent: #d95c64;--loading-ink: #20304a;--loading-muted: #667080;--loading-line: #ded9cf;--loading-bg: #f5f0e8;position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;display:grid;place-items:center;align-content:center;gap:16px;width:100%;min-height:100dvh;padding:24px;color:var(--loading-muted);background:radial-gradient(circle at 50% 42%,color-mix(in srgb,var(--loading-accent) 9%,transparent),transparent 34%),var(--loading-bg);text-align:center}.page-loading-brand{display:grid;place-items:center;width:64px;height:64px;overflow:hidden;border:1px solid color-mix(in srgb,var(--loading-accent) 18%,var(--loading-line));border-radius:22px;color:var(--loading-accent);background:#fff;box-shadow:var(--soft-shadow);animation:loading-float 1.8s ease-in-out infinite}.page-loading-brand img{width:100%;height:100%;padding:11px;object-fit:contain}.page-loading-copy{display:grid;gap:6px}.page-loading-copy strong{color:var(--loading-ink);font-size:19px}.page-loading-copy span{font-size:13px}.page-loading-track{overflow:hidden;width:min(220px,60vw);height:4px;border-radius:999px;background:color-mix(in srgb,var(--loading-accent) 12%,var(--loading-line))}.page-loading-track i{display:block;width:42%;height:100%;border-radius:inherit;background:var(--loading-accent);animation:loading-track 1.25s ease-in-out infinite}@keyframes loading-float{50%{transform:translateY(-4px)}}@keyframes loading-track{0%{transform:translate(-110%)}to{transform:translate(350%)}}@media(prefers-reduced-motion:reduce){.page-loading-brand,.page-loading-track i,.state-spinner{animation-duration:2.4s}}a{color:inherit}.app-shell{width:min(100% - 24px,1500px);margin:12px auto;padding:18px 20px 22px}:root{--sheet-radius: 24px;--sheet-shadow: 0 -20px 55px rgb(15 23 42 / 20%);--sheet-backdrop: rgb(15 23 42 / 40%);--sheet-max-height: min(88dvh, 760px);--sheet-horizontal-padding: 14px;--sheet-bottom-padding: max(14px, env(safe-area-inset-bottom));--sheet-animation-duration: .24s;--sheet-handle-width: 42px;--sheet-handle-color: #d4dae2}.app-shell{border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.catalog-header,.checkout-guide,.info-card,.selected-panel,.product-card,.admin-card,.modal{background:var(--surface);border:1px solid var(--line);box-shadow:var(--soft-shadow);border-radius:12px}.catalog-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;gap:14px;padding:0 0 14px;border:0;border-bottom:1px solid var(--soft-line);border-radius:0;box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-lockup,.header-actions,.open-pill,.catalog-toolbar,.view-toggle,.side-section-title,.selected-header,.title-code-row,.form-actions,.admin-card-header,.admin-title-row,.image-admin-row,.admin-switch-row,.back-link,.eyebrow{display:flex;align-items:center}.brand-lockup{min-width:0;gap:12px}.brand-mark,.admin-icon,.qr-icon,.code-modal-icon{display:grid;place-items:center;flex:0 0 auto;color:#fff;background:var(--teal-dark)}.brand-mark{width:46px;height:46px;border-radius:50%;overflow:hidden;border:2px solid var(--coral);box-shadow:0 4px 12px #0000000f;background:#fff;color:var(--coral)}.brand-logo-img{width:100%;height:100%;object-fit:cover}.brand-lockup-details{display:flex;flex-direction:column;gap:3px;min-width:0}.brand-lockup-details h1{margin:0;font-size:20px;font-weight:800;color:var(--ink);letter-spacing:-.015em;line-height:1.1;text-transform:uppercase}.brand-meta{display:flex;align-items:center;gap:8px}.brand-meta-code{font-size:11px;font-weight:700;padding:1px 6px;background:var(--surface-soft);border:1.5px solid var(--soft-line);color:var(--muted);border-radius:999px;line-height:1.2}.brand-meta-subtitle{font-size:12px;font-weight:600;color:var(--muted)}.admin-header h1{margin:0;font-size:24px;line-height:1.05}.admin-header p,.admin-card-header p,.admin-title-row p{margin:4px 0 0;color:var(--muted)}.open-pill,.button{min-height:44px;border-radius:999px;border:1px solid var(--line);padding:0 13px;gap:8px;font-weight:700;white-space:nowrap}.open-pill{justify-content:center;color:var(--ink);background:#fff}.button{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease}.button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #1720331a}.button:active{transform:translateY(0) scale(.98)}.button-loading{pointer-events:none}.button-spinner{animation:spin .9s linear infinite}.button-primary{color:#fff;background:var(--coral);border-color:var(--coral)}.button-secondary{color:#fff;background:var(--teal-dark);border-color:var(--teal-dark)}.button-ghost{min-width:44px;padding:0 10px;color:var(--ink);background:transparent;border-color:transparent}.button-danger{color:#fff;background:var(--red);border-color:var(--red)}.button:disabled{opacity:.55;cursor:not-allowed}@keyframes spin{to{transform:rotate(360deg)}}.hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.9fr);gap:10px;min-height:318px;margin-top:0;overflow:hidden;border:1px solid var(--line);border-radius:10px;color:var(--ink);background:linear-gradient(90deg,#f9fbfefa,#f9fbfee0 45%,#f9fbfe47),#f4f6f9;box-shadow:none}.hero-copy{grid-column:1;grid-row:1;display:grid;align-content:center;gap:14px;max-width:720px;padding:26px 30px 70px}.eyebrow{width:max-content;gap:8px;padding:0;border:0;border-radius:999px;color:var(--coral);background:transparent;font-size:13px;font-weight:800;text-transform:uppercase}.hero h2{margin:0;max-width:13ch;font-size:clamp(32px,4vw,46px);line-height:1.12}.hero p{margin:0;max-width:54ch;color:var(--muted);font-size:16px;line-height:1.55}.hero-tags{position:absolute;left:30px;bottom:24px;display:flex;flex-wrap:wrap;gap:12px;max-width:min(560px,calc(100% - 60px));padding:0}.hero-tags span{display:inline-grid;grid-template-columns:18px 1fr;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid var(--soft-line);border-radius:6px;color:var(--muted);background:#ffffffc7;font-size:12px;font-weight:600}.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:16px;margin-top:16px}.catalog-main,.catalog-side{min-width:0}.catalog-side{position:sticky;top:86px;align-self:start;display:flex;flex-direction:column;gap:14px}.checkout-guide{display:grid;grid-template-columns:repeat(3,minmax(130px,1fr));gap:8px;padding:8px;border-radius:8px}.checkout-step{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 12px;border:1px solid var(--soft-line);border-radius:999px;color:#314153;background:#fff;font-size:13px;font-weight:800}.catalog-controls{position:relative;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:20px 0}.category-row{display:flex;min-width:0;gap:9px;overflow-x:auto;padding:2px 0 4px;scrollbar-width:none}.category-row::-webkit-scrollbar{display:none}.chip{flex:0 0 auto;min-height:34px;min-width:64px;padding:0 16px;border:1px solid var(--line);border-radius:999px;color:var(--ink);background:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:transform .15s var(--ease-standard),border-color .15s var(--ease-standard),background .15s var(--ease-standard),color .15s var(--ease-standard),box-shadow .15s var(--ease-standard)}.chip:hover{transform:translateY(-1px);box-shadow:0 8px 18px #07183214}.chip-active{color:#fff;background:var(--navy);border-color:var(--navy)}.catalog-toolbar{gap:8px;justify-content:flex-end}.search-control{display:flex;align-items:center;gap:6px;min-height:34px;padding:0 10px;border:1.5px solid var(--soft-line);border-radius:999px;color:var(--muted);background:var(--surface);transition:border-color .18s var(--ease-standard),box-shadow .18s var(--ease-standard),background .18s var(--ease-standard)}.search-control:focus-within{border-color:var(--coral);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--coral) 12%,transparent)}.search-active{border-color:var(--coral);background:#fff}.search-icon{flex-shrink:0;color:var(--muted)}.search-control:focus-within .search-icon{color:var(--coral)}.search-control input{min-height:30px;min-width:100px;border:0;padding:0;background:transparent;font-size:13px;font-weight:500;outline:none;color:var(--ink)}.search-clear{display:grid;place-items:center;width:20px;height:20px;border:0;border-radius:999px;background:var(--soft-line);color:var(--muted);cursor:pointer;flex-shrink:0;transition:background .12s ease,color .12s ease}.search-clear:hover{background:var(--coral);color:#fff}.sort-control{display:flex;align-items:center;gap:5px;min-height:34px;padding:0 10px;border:1.5px solid var(--soft-line);border-radius:999px;color:var(--muted);background:var(--surface);cursor:pointer;transition:border-color .18s var(--ease-standard),box-shadow .18s var(--ease-standard),background .18s var(--ease-standard)}.sort-control:hover,.sort-control:focus-within{border-color:var(--coral);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--coral) 12%,transparent)}.sort-control select.input,.sort-control select.input:hover,.sort-control select.input:focus{min-height:30px!important;min-width:80px!important;border:0!important;padding:0 18px 0 0!important;background:transparent!important;box-shadow:none!important;font-size:13px!important;font-weight:500!important;color:var(--ink)!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer!important;outline:none!important}.view-toggle{position:relative;overflow:hidden;border:1.5px solid var(--soft-line);border-radius:999px;background:var(--surface)}.view-toggle:before{content:"";position:absolute;inset:2px auto 2px 2px;width:30px;border-radius:999px;background:var(--coral);transform:translate(0);transition:transform .22s var(--ease-out),background .16s var(--ease-standard)}.view-toggle:has(button:nth-child(2).active):before{transform:translate(34px)}.view-toggle button{position:relative;z-index:1;display:grid;place-items:center;width:34px;height:30px;border:0;color:var(--muted);background:transparent;cursor:pointer;transition:color .16s var(--ease-standard)}.view-toggle button:hover{color:var(--ink)}.view-toggle button.active{color:#fff}.input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:8px;padding:0 13px;color:var(--ink);background:#fff}.textarea{min-height:96px;padding-top:12px;resize:vertical}.view-toggle{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.view-toggle:before{content:"";position:absolute;inset:3px auto 3px 3px;width:36px;border-radius:6px;background:color-mix(in srgb,var(--coral) 6%,var(--surface));transform:translate(0);transition:transform .22s var(--ease-out),background .16s var(--ease-standard)}.view-toggle:has(button:nth-child(2).active):before{transform:translate(42px)}.view-toggle button{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:38px;border:0;color:var(--muted);background:transparent;cursor:pointer;transition:color .16s var(--ease-standard),transform .16s var(--ease-standard)}.view-toggle button:hover{color:var(--coral);transform:scale(1.04)}.view-toggle button.active{color:var(--ink);background:transparent}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:18px}.product-grid.product-grid-list{grid-template-columns:1fr!important}.product-card{position:relative;display:grid;grid-template-rows:172px minmax(166px,1fr);min-width:0;min-height:338px;padding:0;overflow:hidden;border:1.5px solid var(--soft-line);border-radius:14px;text-align:left;cursor:pointer;background:#fff;animation:card-enter .45s var(--ease-out) both;transition:transform .25s var(--ease-out),border-color .25s var(--ease-out),box-shadow .25s var(--ease-out),background-color .2s ease}.product-card:focus-visible{outline:2px solid var(--coral);outline-offset:2px}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;border:2px solid transparent;border-radius:inherit;pointer-events:none;transition:border-color .22s var(--ease-out),box-shadow .22s var(--ease-out),opacity .22s var(--ease-out)}.product-card:hover{transform:translateY(-4px);border-color:var(--coral);box-shadow:0 12px 30px #07183214}.product-card-selected{border-color:var(--coral);box-shadow:0 8px 24px color-mix(in srgb,var(--coral) 12%,transparent)}.product-card-selected:after{display:none}.product-card-list{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr)}.product-image-wrap{position:relative;display:grid;place-items:center;overflow:hidden;height:100%;aspect-ratio:auto;background:#fbfcfe}.product-card-list .product-image-wrap{aspect-ratio:auto;height:100%}.product-image-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;padding:0}.product-image-placeholder{width:46%;aspect-ratio:1;border:1px dashed var(--line);border-radius:8px;background:#ffffffad}.product-badge{position:absolute;top:12px;left:12px;z-index:1;max-width:calc(100% - 24px);padding:4px 10px;border-radius:999px;color:#fff;background:#1e293b;font-size:10px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 4px 10px #00000026}.product-soldout-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:2;background:#ffffffbf;-webkit-backdrop-filter:blur(1.5px);backdrop-filter:blur(1.5px)}.product-soldout-overlay span{background:#dc2626;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;padding:4px 10px;border-radius:6px;letter-spacing:.05em;box-shadow:0 4px 10px #dc26264d}.product-card-soldout{opacity:.85;cursor:not-allowed}.product-card-soldout .product-card-body h3,.product-card-soldout .product-card-body p{color:var(--muted)}.product-card-soldout:hover{transform:none!important;box-shadow:none!important}.product-card-body{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;min-width:0;padding:10px 14px 12px;border-top:1px solid var(--soft-line)}.product-card h3,.selected-copy h3,.payment-mini-card h3{margin:0;color:var(--ink);font-size:14px;line-height:1.2}.product-card p,.selected-copy p,.payment-mini-card p,.fine-print{margin:4px 0 0;color:var(--muted);line-height:1.45;font-size:12px}.product-card-description{display:-webkit-box;overflow:hidden;min-height:2.9em;max-height:2.9em;color:#4d5d73;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-meta-row{display:flex;justify-content:space-between;align-items:end;gap:12px;min-width:0}.product-meta-row>div{min-width:0}.product-meta-row strong,.selected-price,.qr-price{display:block;color:var(--coral-strong);font-size:16px;font-weight:800}.stock-line{display:flex;align-items:center;gap:7px;margin-top:4px;color:var(--muted)}.stock-line:before{content:"";width:8px;height:8px;border-radius:999px;background:currentColor}.stock-good{color:var(--green)}.stock-limited{color:var(--mustard)}.stock-out{color:var(--red)}.item-code,.large-code{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid var(--line);border-radius:999px;color:#46566c;background:var(--surface-soft);font-weight:800;white-space:nowrap}.item-code small{color:var(--muted);font-size:10px;line-height:1;text-transform:uppercase}.qty-pill{display:inline-flex;align-items:center;justify-content:center;width:max-content;min-height:34px;padding:0 10px;border:1px solid #bfe7d5;border-radius:999px;color:#087548;background:#effbf5;font-weight:800}.qty-pill.stock-limited{border-color:#f3d291;color:#895a07;background:#fff8e7}.qty-pill.stock-out{border-color:#efb4be;color:#9a1f32;background:#fff0f3}.info-card,.selected-panel{border-radius:10px;padding:16px}.side-section-title{gap:10px;margin-bottom:12px;color:var(--ink);font-size:13px;font-weight:800;text-transform:uppercase}.payment-mini-card{display:grid;grid-template-columns:70px 1fr;gap:12px;width:100%;min-height:90px;padding:14px;border:1px solid var(--soft-line);border-radius:9px;text-align:left;background:#fff;cursor:pointer}.payment-mini-card img{width:70px;height:70px;object-fit:cover;border:1px solid var(--soft-line);border-radius:6px}.info-list{display:grid;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.info-list div{display:grid;grid-template-columns:30px 1fr;gap:10px;color:var(--teal)}.info-list span{display:grid;gap:4px;color:var(--muted)}.info-list strong{color:var(--ink)}.selected-panel{display:flex;flex-direction:column;gap:12px}.selected-panel-empty{padding:28px;color:var(--muted)}.selected-header,.title-code-row,.admin-card-header{justify-content:space-between;gap:12px}.selected-header h2,.admin-card h2{margin:0;font-size:14px;text-transform:uppercase;letter-spacing:0}.selected-image{width:100%;aspect-ratio:1.45;object-fit:contain;border:1px solid var(--soft-line);border-radius:8px;background:var(--surface-soft)}.selected-image-placeholder{border-style:dashed}.thumbnail-row{display:flex;gap:8px}.thumbnail-row img{width:58px;height:58px;object-fit:cover;border:2px solid var(--coral);border-radius:7px;background:var(--surface-soft)}.selected-copy{display:grid;gap:8px;min-width:0}.selected-copy h3{font-size:20px}.large-code{min-height:44px;font-size:18px}.selected-facts{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.selected-actions{display:grid;grid-template-columns:1fr;gap:10px}.selected-actions .button{min-height:48px}.fine-print{text-align:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:20px;background:#060e1894;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:var(--sheet-backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sheet-backdrop.is-open{animation:fade-in var(--sheet-animation-duration) ease-out both}.sheet-backdrop.is-closing{pointer-events:none;animation:fade-out var(--sheet-animation-duration) ease-in both}.modal-backdrop.is-open{animation:fade-in .22s ease-out both}.modal-backdrop.is-closing{pointer-events:none;animation:fade-out .22s ease-in both}.modal{width:min(96vw,620px);max-height:min(92vh,860px);overflow:auto;border-radius:10px;padding:18px}.modal.is-open{animation:modal-scale-in .28s var(--ease-out) both}.modal.is-closing{animation:modal-scale-out .22s ease-in both}.modal-wide{width:min(96vw,900px)}.payment-modal{width:min(94vw,860px)}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.modal-header h2{margin:0}.qr-modal-layout{display:grid;grid-template-columns:minmax(320px,1fr) minmax(300px,360px);gap:24px;align-items:flex-start}.qr-display,.item-qr-card{display:grid;place-items:center;border:1px solid var(--line);background:#fff}.qr-display{padding:14px;border-radius:10px}.qr-display img{width:min(54vw,460px);min-width:min(320px,100%);aspect-ratio:1;object-fit:contain;image-rendering:pixelated}.qr-copy{display:grid;gap:12px;align-content:center}.qr-copy p{margin:0;color:var(--muted);line-height:1.6}.payment-receipt{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:12px;padding:20px;gap:16px;box-shadow:var(--soft-shadow)}.receipt-header{display:flex;align-items:center;gap:12px}.receipt-success-icon{display:grid;place-items:center;width:40px;height:40px;background:#ecfdf5;color:#059669;border-radius:50%;flex-shrink:0;animation:success-pop .45s cubic-bezier(.34,1.56,.64,1) both}.receipt-success-icon svg{animation:success-rotate .55s ease-out both;animation-delay:.15s}.receipt-header h3{margin:0;font-size:16px;color:var(--ink);font-weight:600}.receipt-header p{margin:2px 0 0;font-size:12px;color:var(--muted)}.receipt-divider{height:1px;background:var(--soft-line);margin:0 -20px}.receipt-section{display:flex;flex-direction:column;gap:8px}.receipt-label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.receipt-row{display:flex;justify-content:space-between;align-items:center}.receipt-item-name{font-size:14px;color:var(--ink);font-weight:500}.receipt-item-price{font-size:16px;color:var(--coral-strong);font-weight:700}.receipt-details-list{display:flex;flex-direction:column;gap:8px}.receipt-detail-row{display:flex;justify-content:space-between;font-size:13px}.receipt-detail-row span{color:var(--muted)}.receipt-detail-row strong{color:var(--ink);font-weight:500}.receipt-instructions{display:flex;align-items:flex-start;gap:8px;background:var(--surface-soft);padding:10px 12px;border-radius:8px;font-size:12px;color:#4b5563;line-height:1.4}.receipt-instructions svg{color:var(--mustard);flex-shrink:0;margin-top:2px}.qr-icon,.admin-icon{width:48px;height:48px;border-radius:8px}.code-modal-layout{display:grid;gap:10px}.booth-info-modal{display:flex;flex-direction:column;gap:16px;padding:8px 0}.booth-info-header{display:flex;align-items:center;gap:14px}.booth-info-icon-wrap{display:grid;place-items:center;width:52px;height:52px;background:#fff;color:var(--coral);border-radius:50%;border:2px solid var(--coral);overflow:hidden;flex-shrink:0}.booth-info-header h3{margin:0;font-size:18px;color:var(--ink);font-weight:700}.booth-code-pill{display:inline-block;margin:4px 0 0;padding:2px 8px;background:var(--surface-soft);border:1px solid var(--line);border-radius:6px;font-size:12px;font-weight:600;color:var(--muted)}.booth-info-divider{height:1px;background:var(--soft-line);margin:4px 0}.booth-info-list{display:flex;flex-direction:column;gap:14px}.booth-info-item{display:flex;align-items:flex-start;gap:12px;font-size:14px}.booth-info-item svg{color:var(--coral);margin-top:3px;flex-shrink:0}.booth-info-item div{display:flex;flex-direction:column;gap:2px}.booth-info-item strong{color:var(--muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.booth-info-item span{color:var(--ink);font-weight:500;line-height:1.4}.code-modal-layout{justify-items:center;padding:4px 0;text-align:center}.item-qr-card{width:min(100%,430px);aspect-ratio:1;padding:18px;border-radius:10px}.item-qr-card img{width:100%;height:100%;object-fit:contain;image-rendering:pixelated}.qr-loading{width:72%;aspect-ratio:1;border-radius:10px;background:linear-gradient(135deg,#edf2f0,#fff)}.code-modal-title{display:grid;grid-template-columns:48px 1fr;gap:12px;align-items:center;width:min(100%,430px);text-align:left}.code-modal-icon{width:48px;height:48px;border-radius:8px}.code-modal-kicker{margin:0;color:var(--muted);font-weight:700}.code-modal-code{display:block;color:var(--teal-dark);font-size:clamp(32px,7vw,54px);line-height:1.05}.code-modal-item{display:grid;grid-template-columns:68px 1fr;gap:12px;align-items:center;width:min(100%,430px);padding:10px;border:1px solid var(--line);border-radius:8px;text-align:left;background:#fff}.code-modal-item img{width:68px;height:68px;object-fit:contain;border-radius:7px;background:var(--surface-soft)}.code-modal-image-placeholder{width:68px;height:68px;border:1px dashed var(--line);border-radius:7px;background:var(--surface-soft)}.code-modal-item span{display:grid;gap:4px}.code-modal-item small{color:var(--coral-strong);font-weight:800}.alert{position:relative;display:grid;grid-template-columns:18px minmax(0,1fr);gap:10px;align-items:start;width:100%;padding:11px 12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:#fff;box-shadow:none}.alert>svg{margin-top:1px}.alert-dismissible{grid-template-columns:18px minmax(0,1fr) 28px;padding-right:8px}.alert-content{min-width:0}.alert-close{display:grid;place-items:center;width:28px;height:28px;margin-top:-4px;border:0;border-radius:6px;color:#6a7689;background:transparent;cursor:pointer;transition:color .15s var(--ease-standard),background .15s var(--ease-standard)}.alert-close:hover{color:var(--ink);background:#07183212}.alert-title,.alert-description{margin:0}.alert-title{font-size:13px;font-weight:800;line-height:1.2}.alert-description{color:#44546a;font-size:13px;line-height:1.45}.alert-title+.alert-description{margin-top:2px}.alert-info{border-color:#cdd9ea;background:#f8fbff}.alert-info svg{color:var(--blue)}.alert-success{border-color:#b9decf;background:#f3fbf7}.alert-success svg{color:var(--green)}.alert-error{border-color:#efc3c8;background:#fff7f7}.alert-error svg,.alert-error .alert-title{color:var(--red)}.toast-region{position:fixed;top:max(14px,env(safe-area-inset-top));right:max(14px,env(safe-area-inset-right));z-index:10000;display:grid;gap:7px;width:min(350px,calc(100vw - 28px));pointer-events:none}.toast{position:relative;overflow:hidden;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:9px;min-height:58px;padding:10px 10px 10px 11px;border:1px solid rgb(203 213 225 / 82%);border-radius:13px;color:var(--ink);background:#fffffff5;box-shadow:0 12px 30px #0f172a21;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);pointer-events:auto}.toast.is-open{animation:toast-enter .28s var(--ease-out) both}.toast.is-closing{animation:toast-exit .28s ease-in both}.toast-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:50%}.toast-success .toast-icon{color:#28785e;background:#e8f7f0}.toast-error .toast-icon{color:#b43d49;background:#fff0f2}.toast-info .toast-icon{color:#3b69a8;background:#edf5ff}.toast>div{min-width:0;padding-top:1px}.toast strong{display:block;font-size:11px;line-height:1.25;letter-spacing:-.01em}.toast p{margin:2px 0 0;color:var(--muted);font-size:10px;line-height:1.4;overflow-wrap:anywhere}.toast>button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;border-radius:8px;color:var(--muted);background:transparent;cursor:pointer}.toast>button:hover{color:var(--ink);background:var(--surface-soft)}.toast-life{position:absolute;right:0;bottom:0;left:0;height:2px;background:currentColor;opacity:.36;transform-origin:left;animation:toast-life var(--toast-duration) linear both}.toast-success .toast-life{color:#3c8b6e}.toast-error .toast-life{color:#c54c58}.toast-info .toast-life{color:#4e7db8}.toast.is-closing .toast-life{animation-play-state:paused}@keyframes toast-enter{0%{opacity:0;transform:translate3d(18px,-5px,0) scale(.97)}to{opacity:1;transform:none}}@keyframes toast-exit{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(18px,-5px,0) scale(.97)}}@keyframes toast-life{to{transform:scaleX(0)}}@keyframes fade-out{0%{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}to{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}@keyframes modal-scale-out{0%{opacity:1;transform:none}to{opacity:0;transform:scale(.96) translateY(8px)}}@media(max-width:540px){.toast-region{top:auto;right:10px;bottom:max(10px,env(safe-area-inset-bottom));left:10px;width:auto}.toast{border-radius:13px}.toast.is-open{animation-name:toast-enter-mobile}.toast.is-closing{animation-name:toast-exit-mobile}@keyframes toast-enter-mobile{0%{opacity:0;transform:translate3d(0,18px,0) scale(.98)}to{opacity:1;transform:none}}@keyframes toast-exit-mobile{0%{opacity:1;transform:none}to{opacity:0;transform:translate3d(0,18px,0) scale(.98)}}}@media(prefers-reduced-motion:reduce){.toast.is-open,.toast.is-closing{animation-duration:1ms}.toast-life{animation:none}}.admin-shell{width:100%}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fffdf8e5;box-shadow:var(--soft-shadow)}.back-link{gap:8px;width:max-content;margin-bottom:10px;color:var(--coral-strong);font-weight:700;text-decoration:none}.admin-grid{display:grid;grid-template-columns:340px 1fr;gap:18px}.admin-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.admin-card{border-radius:8px;padding:18px}.admin-card-narrow{width:min(100%,440px)}.admin-title-row{gap:14px;margin-bottom:18px}.admin-card-header{margin-bottom:16px}.admin-product-list{display:grid;gap:10px;max-height:680px;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.admin-product-list::-webkit-scrollbar{display:none}.admin-product{display:grid;grid-template-columns:58px 1fr;gap:10px;align-items:center;min-height:74px;padding:8px;border:1px solid var(--soft-line);border-radius:8px;text-align:left;background:#fff;cursor:pointer}.admin-product.active{border-color:var(--coral);box-shadow:0 0 0 2px #e94f3d2e}.admin-product img{width:58px;height:58px;object-fit:cover;border-radius:7px;background:var(--surface-soft)}.admin-product span,.field{display:grid;gap:5px}.admin-product small{color:var(--muted)}.admin-form,.stack{display:grid;gap:14px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field-label{color:#324359;font-size:13px;font-weight:800}.field-hint{color:var(--muted);font-size:13px}.field-error-msg{color:var(--red);font-size:12px;font-weight:500;margin-top:4px}.form-error{color:var(--red);font-size:13px}.form-error p{margin:0}.form-actions{gap:12px;flex-wrap:wrap}.form-actions .button{min-width:150px}.palette-grid{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:48px 12px 12px;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.social-settings-grid{position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:48px 12px 12px;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.logo-upload-row{display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:start;padding:14px;border:1px solid var(--soft-line);border-radius:10px;background:var(--surface-soft);margin-bottom:8px}.logo-upload-preview{display:grid;place-items:center;width:64px;height:64px;border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden;color:var(--muted)}.logo-upload-preview img{width:100%;height:100%;object-fit:cover}.logo-upload-controls{display:flex;flex-direction:column;gap:8px}.social-logo-row{grid-column:1 / -1;display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:start;padding:14px;border:1px solid var(--soft-line);border-radius:10px;background:var(--surface-soft)}.social-logo-preview{display:grid;place-items:center;width:72px;height:72px;border:1px solid var(--line);border-radius:10px;background:var(--surface);overflow:hidden;color:var(--muted)}.social-logo-preview img{width:100%;height:100%;object-fit:contain}.social-logo-preview span{display:flex;gap:4px;align-items:center;justify-content:center;color:var(--coral)}.social-logo-controls{display:flex;flex-direction:column;gap:8px}.color-field{display:grid;grid-template-columns:44px minmax(0,1fr);gap:8px;align-items:center}.color-field .input{min-height:44px;height:44px;padding:0 8px;font-size:13px}.color-field input[type=color]{width:44px;height:44px;padding:4px;border:1px solid var(--soft-line);border-radius:8px;background:#fff;cursor:pointer}.color-field input[type=color]:disabled{cursor:not-allowed;opacity:.72}.color-field input[type=color]::-webkit-color-swatch-wrapper{padding:0}.color-field input[type=color]::-webkit-color-swatch{border:0;border-radius:5px}.admin-switch-row{gap:20px;flex-wrap:wrap}.admin-switch-row label{display:inline-flex;align-items:center;gap:8px;min-height:44px;font-weight:700}.admin-switch-row input{width:20px;height:20px}.image-admin-row{align-items:stretch;gap:14px}.image-admin-row>img{width:150px;min-height:150px;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.image-admin-placeholder{width:150px;min-height:150px;border:1px dashed var(--line);border-radius:8px;background:var(--surface-soft)}.image-admin-row>div{flex:1;display:grid;gap:10px}.upload-button{display:inline-flex;width:100%;max-width:100%;cursor:pointer}.upload-button-face{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 16px;border:1px solid var(--teal-dark);border-radius:8px;color:#fff;background:var(--teal-dark);font-weight:700;width:100%}.upload-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.qr-admin-preview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center}.selected-bank-summary{grid-column:1 / -1;display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;min-height:52px;padding:8px 10px;border:1px solid var(--soft-line);border-radius:8px;background:#fff}.selected-bank-summary img{width:40px;height:40px;object-fit:contain;border-radius:7px;background:var(--surface-soft)}.selected-bank-summary span{display:grid;gap:2px;min-width:0}.selected-bank-summary strong,.selected-bank-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-bank-summary small{color:var(--muted);font-size:12px}.selected-bank-summary-empty{background:#fbfcfe}.selected-bank-summary-empty img{opacity:.45;filter:grayscale(1)}.selected-bank-summary-empty strong{color:var(--muted)}.advanced-payment-settings{border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.advanced-payment-settings summary{min-height:42px;padding:0 12px;color:var(--muted);cursor:pointer;font-size:13px;font-weight:800;line-height:42px}.fallback-qr-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:end;padding:0 12px 12px}.qr-admin-preview>img{width:170px;aspect-ratio:1;object-fit:contain;border:1px solid var(--line);border-radius:8px;background:#fff}@media(max-width:1240px){.catalog-layout{grid-template-columns:minmax(0,1fr) 360px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{display:block;min-height:288px;background:linear-gradient(90deg,#f9fbfefa,#f9fbfed1 48%,#f9fbfe2e),#f4f6f9}.hero-copy{width:min(70%,430px);height:100%;padding:20px 22px 58px}.hero h2{max-width:360px;font-size:clamp(28px,3.2vw,34px);line-height:1.08}.hero p{max-width:330px;font-size:13px}.hero-tags{left:22px;bottom:18px;max-width:calc(100% - 44px);gap:6px}.hero-tags span{min-height:30px;padding:0 8px;font-size:11px}.catalog-toolbar{justify-self:end}.selected-panel{gap:10px}.selected-image{max-height:190px;aspect-ratio:1.8}.thumbnail-row img{width:46px;height:46px}.selected-copy h3{font-size:17px}.selected-copy p{font-size:12px}.selected-actions .button{min-height:42px}.fine-print{font-size:12px}}@media(max-width:920px){.hero{min-height:520px;background:linear-gradient(180deg,#f9fbfefa,#f9fbfec7 52%,#f9fbfe14),#f4f6f9}.hero-copy{width:min(100%,430px);align-content:start;padding:28px}.hero h2{max-width:12ch}.hero-tags{padding:0 18px 18px}.admin-grid,.admin-settings-grid{grid-template-columns:1fr}}@media(max-width:760px){.app-shell{width:min(100% - 16px,1500px);padding:12px}.app-shell{animation:simple-fade-in .55s var(--ease-out) both!important}.catalog-side{position:static;animation:none!important}.catalog-header,.admin-header,.catalog-layout,.catalog-controls,.qr-modal-layout{grid-template-columns:1fr}.catalog-header,.admin-header,.catalog-controls{display:grid;align-items:stretch}.admin-header .button{justify-self:start}.header-actions{justify-content:stretch}.header-actions .button{width:100%}.catalog-toolbar{display:flex;flex-wrap:wrap;gap:10px;width:100%;justify-content:space-between}.search-control{flex:1 1 100%}.sort-control-dropdown-wrapper{flex:1}.sort-control-trigger{width:100%!important}.view-toggle{flex-shrink:0}.checkout-guide{grid-template-columns:1fr}.catalog-side{position:static}.selected-panel-empty{display:none!important}.selected-panel:not(.selected-panel-empty){position:fixed;bottom:0;left:50%!important;right:auto!important;transform:translate(-50%)!important;width:min(100% - 16px,1380px)!important;z-index:100;border-radius:20px 20px 0 0;border:1px solid var(--line);border-bottom:0;background:var(--surface);box-shadow:0 -8px 30px #0f172a1f;margin:0;transition:transform .3s var(--ease-out),bottom .3s var(--ease-out),opacity .3s ease;display:flex;flex-direction:column;min-height:auto}.selected-panel:not(.selected-panel-empty).mobile-collapsed{height:72px;padding:10px 16px;cursor:pointer}.selected-panel:not(.selected-panel-empty).mobile-collapsed .mobile-cart-summary-bar{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.selected-panel:not(.selected-panel-empty).mobile-collapsed .cart-full-content,.selected-panel:not(.selected-panel-empty).mobile-collapsed .mobile-drag-handle{display:none!important}.selected-panel:not(.selected-panel-empty).mobile-expanded{max-height:80vh;padding:0 18px 24px}.selected-panel:not(.selected-panel-empty).mobile-expanded .mobile-cart-summary-bar{display:none!important}.selected-panel:not(.selected-panel-empty).mobile-expanded .cart-full-content{display:flex;flex-direction:column;overflow:hidden}.selected-panel:not(.selected-panel-empty).mobile-expanded .mobile-drag-handle{display:flex;justify-content:center;align-items:center;padding:12px 0 8px;cursor:pointer;width:100%}.drag-handle-bar{width:36px;height:4px;border-radius:99px;background:var(--line);transition:background .15s ease}.mobile-drag-handle:hover .drag-handle-bar{background:var(--muted)}.mobile-cart-summary-info{display:flex;align-items:center;gap:12px}.mobile-cart-summary-icon-wrap{position:relative;display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:color-mix(in srgb,var(--coral) 8%,transparent);color:var(--coral)}.mobile-cart-count-badge{position:absolute;top:-2px;right:-2px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 4px;border-radius:999px;font-size:10px;font-weight:800;color:#fff;background:var(--red)}.mobile-cart-summary-text{display:flex;flex-direction:column;text-align:left}.mobile-cart-summary-text strong{font-size:14px;color:var(--ink)}.mobile-cart-summary-text span{font-size:12px;color:var(--muted);font-weight:600}.mobile-cart-summary-btn{min-height:38px!important;padding:0 18px!important;font-size:13px!important}.bottomsheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fade-in .2s ease-out both}.selected-panel:not(.selected-panel-empty) .cart-items-container{flex:1;min-height:0;overflow-y:auto;margin-bottom:12px}.selected-panel:not(.selected-panel-empty) .selected-header{margin-bottom:12px}.selected-panel:not(.selected-panel-empty) .selected-actions{margin-top:8px}.catalog-layout{grid-template-columns:1fr;margin-bottom:120px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-card{grid-template-rows:140px minmax(130px,1fr)!important;min-height:270px!important;border-radius:10px!important}.product-image-wrap{height:140px!important}.product-card h3{font-size:13px!important;min-height:2.6em!important}.product-card-description{display:none!important}.product-collection{font-size:9px!important;padding:0 8px!important;min-height:20px!important;margin-top:4px!important}.product-card-body{padding:10px!important}.product-meta-row strong{font-size:14px!important}.product-meta-row .stock-line{font-size:10px!important}.product-meta-row .item-code{min-height:28px!important;padding:0 8px!important;font-size:10px!important}.product-card-list{grid-template-columns:110px 1fr!important;grid-template-rows:1fr!important;height:auto!important;min-height:auto!important}.product-card-list .product-image-wrap{height:100%!important;min-height:120px!important}.product-card-list .product-card-body{padding:10px!important;display:flex;flex-direction:column;justify-content:space-between}.product-card-list .product-card-description{display:none!important}.product-card-list .product-meta-row{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;margin-top:6px}.qr-display img{width:min(78vw,420px);min-width:min(280px,78vw)}.form-grid,.qr-admin-preview,.palette-grid,.fallback-qr-row,.social-settings-grid{grid-template-columns:1fr}.booth-modal-social-grid .social-qr-card{width:calc(50% - 8px)!important;min-width:130px}.image-admin-row{display:grid;grid-template-columns:1fr}.image-admin-row>img{width:100%}.logo-upload-row{grid-template-columns:1fr!important;gap:12px!important}.logo-upload-preview{justify-self:center}.social-logo-row{grid-template-columns:1fr!important;gap:12px!important}.social-logo-preview{justify-self:center}.image-admin-note{min-height:auto!important;height:auto!important;padding:12px 16px!important;text-align:center}.modal-backdrop{padding:12px;align-items:center;justify-items:center}.modal{width:min(100% - 16px,620px)!important;max-height:88vh;padding:14px;border-radius:16px;margin:0 auto}.payment-modal{width:min(100% - 16px,860px)!important}.booth-info-modal-container{width:min(100% - 16px,780px)!important}.social-qr-zoom-modal{width:min(100% - 16px,420px)!important}.booth-info-modal{gap:12px;padding:4px 0}.booth-info-header{gap:10px}.booth-info-icon-wrap{width:44px;height:44px}.booth-info-header h3{font-size:16px}.booth-info-item{font-size:13px}.booth-modal-social-grid{gap:10px;justify-content:center}.booth-modal-social-grid .social-qr-card{width:100%!important;max-width:200px;min-width:0}.social-qr-zoom-content{padding:12px 4px 4px;gap:16px}.social-qr-zoom-image{width:min(240px,70vw);height:min(240px,70vw);padding:10px}}@media(max-width:560px){.brand-lockup h1,.admin-header h1{font-size:20px}.brand-mark{width:42px;height:42px}.hero{min-height:480px}.hero-copy{padding:22px}.hero p{font-size:16px}.title-code-row,.product-meta-row{align-items:start;flex-direction:column}}.app-shell{width:min(100% - 48px,1400px);margin:0;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:20px;background:var(--surface);box-shadow:0 16px 48px #0f172a14,0 4px 12px #0f172a0a;animation:shell-rise .55s var(--ease-out) both}.catalog-header{position:static;grid-template-columns:minmax(220px,1fr) auto;min-height:74px;padding:14px 24px;border-bottom:1.5px solid var(--soft-line);background:#ffffffbf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:shell-rise .4s var(--ease-out) both}.brand-mark{width:46px;height:46px;color:var(--coral);background:#fff;border:2px solid var(--coral);border-radius:50%;box-shadow:0 4px 12px #0000000f}.brand-lockup-details h1{font-size:20px}.header-actions{justify-content:end;gap:12px}.open-pill,.button{min-height:40px;border-radius:999px}.catalog-layout{grid-template-columns:minmax(0,1fr) 330px;gap:18px;margin-top:0;padding:18px 20px}.catalog-side{position:sticky;top:16px;gap:18px;animation:card-enter .5s var(--ease-out) both}.catalog-controls{grid-template-columns:minmax(0,1fr) auto;gap:20px;margin:0 0 24px;animation:shell-rise .45s var(--ease-out) both}.category-row{position:relative;width:max-content;max-width:100%;padding:4px;gap:8px;border:1px solid var(--soft-line);border-radius:999px;background:#fff;box-shadow:var(--soft-shadow);--active-left: 4px;--active-width: 64px}.category-row:before{content:"";position:absolute;top:4px;bottom:4px;left:0;width:var(--active-width);border-radius:999px;background:var(--coral);box-shadow:0 10px 22px color-mix(in srgb,var(--coral) 22%,transparent);transform:translate(var(--active-left));transition:transform .26s var(--ease-out),width .26s var(--ease-out),box-shadow .16s var(--ease-standard)}.chip{position:relative;z-index:1;min-width:0;min-height:36px;padding:0 18px;border-color:transparent;font-size:13px;background:transparent}.chip-active{color:#fff;background:transparent;border-color:transparent}.category-row .chip:hover{transform:none;box-shadow:none;color:var(--coral)}.category-row .chip-active:hover{color:#fff}.catalog-toolbar{gap:12px}.sort-control{min-width:158px;min-height:34px!important}.view-toggle:before{inset:3px auto 3px 3px!important;width:30px!important;border-radius:6px!important}.view-toggle:has(button:nth-child(2).active):before{transform:translate(36px)!important}.view-toggle button{width:36px!important;height:28px!important}.product-badge-featured{background:var(--mustard)!important;color:#fff!important}.view-toggle button.active{color:var(--coral);background:transparent}.product-grid{grid-template-columns:repeat(3,minmax(180px,1fr));gap:18px}.product-card{border-radius:14px;background:#fff}.product-card-selected{border-color:var(--coral)!important;background:#fff;box-shadow:0 8px 24px color-mix(in srgb,var(--coral) 12%,transparent)!important}.product-card-selected:after{display:none!important}.product-card-list{grid-template-rows:1fr;grid-template-columns:minmax(132px,32%) minmax(0,1fr);height:180px;min-height:180px}.product-image-wrap{height:100%;background:#fbfcfe}.product-card-list .product-image-wrap{height:100%}.product-badge{top:12px;left:12px;background:var(--coral)}.product-card-body{padding:14px}.product-card h3{font-size:14px;overflow:hidden;display:-webkit-box;min-height:2.4em;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-collection{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:26px;margin-top:8px;padding:0 12px;border:1px solid var(--soft-line);border-radius:999px;color:#34465d;background:#fbfcfe;font-size:11px;font-weight:800;line-height:1;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.product-card-list .product-collection{margin-top:6px}.product-meta-row{align-items:end}.product-card-list .product-meta-row{align-items:center;flex-wrap:wrap}.item-code{min-height:30px;padding:0 9px;font-size:12px}.payment-card,.selected-panel,.booth-card{border-radius:8px;background:#fff;border:1px solid var(--line);box-shadow:var(--soft-shadow)}.payment-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.payment-card-header h2{margin:0;font-size:18px}.payment-card-header strong{color:var(--coral);font-size:18px;letter-spacing:0}.payment-flow{display:grid;grid-template-columns:112px 1fr;gap:16px;width:100%;padding:0;border:0;text-align:left;background:transparent;cursor:pointer}.payment-flow img{width:112px;height:112px;object-fit:cover;border:1px solid var(--soft-line);border-radius:8px}.payment-qr-placeholder{width:112px;height:112px;border:1px dashed var(--line);border-radius:8px;background:var(--surface-soft)}.payment-flow ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.payment-flow li{display:grid;grid-template-columns:22px 1fr;column-gap:10px}.payment-flow li span{display:grid;place-items:center;width:22px;height:22px;border-radius:999px;color:var(--coral);background:#ffe8f1;font-size:12px;font-weight:800}.payment-flow li strong,.payment-flow li small{grid-column:2}.payment-flow li small{color:var(--muted)}.how-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;margin-top:18px;border:1px solid color-mix(in srgb,var(--coral) 30%,transparent);border-radius:7px;color:var(--coral);background:color-mix(in srgb,var(--coral) 5%,var(--surface));font-weight:800}.selected-panel{display:flex;flex-direction:column;height:470px;min-height:470px;padding:18px;overflow:hidden;width:100%;box-sizing:border-box;min-width:0}.selected-panel *{min-width:0}.mobile-drag-handle,.mobile-cart-summary-bar{display:none}.cart-full-content{display:flex;flex-direction:column;height:100%;min-height:0;flex:1}.selected-panel-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;min-height:230px;padding:16px;color:inherit}.selected-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.selected-panel-empty .selected-header{grid-template-columns:1fr;margin-bottom:0}.clear-button,.trash-button,.quantity-stepper button{border:0;color:var(--muted);background:transparent;cursor:pointer;transition:transform .15s var(--ease-standard),color .15s var(--ease-standard),background .15s var(--ease-standard)}.clear-button:hover,.trash-button:hover,.quantity-stepper button:hover{color:var(--coral)}.trash-button:hover,.quantity-stepper button:hover{transform:translateY(-1px)}.quantity-stepper button:disabled{color:#a8b2c2;cursor:not-allowed}.quantity-stepper button:disabled:hover{color:#a8b2c2;transform:none}.clear-button{font-size:12px}.selected-cart-item{display:grid;grid-template-columns:136px 1fr;gap:14px;align-items:start;min-width:0}.selected-image{width:136px;height:124px;aspect-ratio:auto;object-fit:contain}.selected-copy h3{font-size:14px;overflow:hidden;min-height:2.4em;max-height:2.4em;line-height:1.2;overflow-wrap:anywhere}.selected-price-row{display:flex;align-items:baseline;gap:6px;margin:8px 0}.selected-price{margin:0;font-size:15px}.selected-unit-price{font-size:11px;color:var(--muted);font-weight:500}.large-code{width:max-content;min-height:30px;font-size:12px}.quantity-row{display:grid;grid-template-columns:max-content 32px;align-items:center;justify-content:start;gap:14px;margin:14px 0;min-width:0}.quantity-stepper{display:grid;grid-template-columns:34px 44px 34px;align-items:center;min-height:36px;border:1px solid var(--line);border-radius:999px;overflow:hidden;text-align:center}.selected-actions .button{width:100%;min-height:54px;font-size:16px}.button-checkout{display:flex!important;justify-content:flex-start!important;padding:0 16px!important}.button-checkout>span{display:flex;justify-content:space-between;align-items:center;flex:1;margin-left:8px}.checkout-btn-price{font-weight:800;opacity:.95;background:#ffffff26;padding:2px 10px;border-radius:999px;font-size:14px}.selected-actions .button-secondary{background:var(--teal-dark);border-color:var(--teal-dark)}.booth-card{padding:16px;display:flex;flex-direction:column;gap:14px}.booth-hero{display:flex;align-items:center;gap:12px}.booth-hero-logo{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;border:2px solid var(--coral);background:#fff;color:var(--coral);overflow:hidden;flex-shrink:0}.booth-hero-logo img{width:100%;height:100%;object-fit:cover;border-radius:50%}.booth-hero-info{display:flex;flex-direction:column;gap:2px;min-width:0}.booth-hero-name{font-size:15px;font-weight:700;color:var(--ink);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.booth-hero-code{font-size:12px;font-weight:600;color:var(--muted)}.booth-detail-chips{display:flex;flex-wrap:wrap;gap:8px}.booth-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:8px;background:var(--surface-soft);border:1px solid var(--soft-line);font-size:12px;font-weight:500;color:var(--ink)}.booth-chip svg{color:var(--teal);flex-shrink:0}.social-qr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:24px}.social-qr-card{display:grid;gap:8px;min-width:0;padding:8px;border:1px solid var(--line);border-radius:12px;background:var(--surface);box-shadow:var(--soft-shadow);transition:all .2s var(--ease-out)}.social-qr-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--muted)}.social-qr-header{display:flex;align-items:center;justify-content:center;gap:6px;min-width:0;color:var(--coral);font-size:12px;font-weight:800}.social-qr-header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-qr-code{display:grid;place-items:center;aspect-ratio:1;border:1px solid var(--soft-line);border-radius:8px;background:#fff}.social-qr-code img{width:100%;height:100%;padding:4px;object-fit:contain;image-rendering:pixelated}.social-qr-branded{border-color:transparent;background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--social-accent) border-box;border:1.5px solid transparent}.social-qr-branded .social-qr-code{border:1px solid var(--soft-line)}.booth-info-logo-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.booth-modal-social-section{display:flex;flex-direction:column;gap:12px}.booth-modal-social-title{font-size:13px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.05em}.booth-modal-social-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin-top:8px}.booth-modal-social-grid .social-qr-card{width:170px;flex-shrink:0;padding:12px;border-radius:10px}.booth-modal-social-grid .social-qr-header{font-size:13px}.admin-shell{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:var(--page-bg, #f8fafc);display:flex;flex-direction:column;overflow-y:auto;animation:shell-rise .42s var(--ease-out) both}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 24px;background:var(--surface, #ffffff);border-bottom:1px solid var(--line);box-shadow:var(--soft-shadow)}.admin-heading{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.admin-header .admin-title-row{margin:0;display:flex;align-items:center;gap:12px}.admin-header h1{font-size:20px;font-weight:900;color:var(--ink);margin:0}.admin-header p{font-size:13px;color:var(--muted);margin:2px 0 0}.admin-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}.admin-metrics span{display:inline-flex;align-items:center;gap:7px;min-height:28px;padding:0 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);background:var(--surface-soft, #f8fafc);font-size:11px;font-weight:700}.admin-metrics svg{color:var(--coral)}.admin-container{width:min(100% - 32px,1400px);margin:16px auto 24px;padding:24px;background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:16px;box-shadow:var(--soft-shadow);display:flex;flex-direction:column;gap:16px;flex:1}@media(max-width:760px){.admin-container{width:min(100% - 16px,1400px);padding:16px;gap:12px;margin-top:12px;margin-bottom:16px;border-radius:12px}}.admin-container .admin-card{border:none!important;box-shadow:none!important;background:transparent!important;padding:0!important;animation:none!important}.admin-grid-col-list,.admin-grid-col-form{min-width:0}.admin-grid,.admin-settings-grid{margin-right:0;margin-left:0}.admin-grid{grid-template-columns:minmax(280px,340px) minmax(0,1fr);align-items:start;margin-top:20px}.admin-settings-grid{margin-top:20px;margin-bottom:20px}.admin-card{border-color:#cdd8e5c7;border-radius:8px;background:#fffffff0;box-shadow:0 12px 28px #07183212;animation:card-enter .36s var(--ease-out) both;transition:transform .18s var(--ease-standard),border-color .18s var(--ease-standard),box-shadow .18s var(--ease-standard)}.admin-card:hover{border-color:#b4c3d6e0;box-shadow:0 14px 34px #07183217}.admin-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;min-height:42px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--soft-line)}.admin-card-title{display:flex;align-items:flex-start;gap:12px;min-width:0}.admin-card-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.admin-card-icon{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border:1px solid color-mix(in srgb,var(--coral) 18%,transparent);border-radius:8px;color:var(--coral);background:color-mix(in srgb,var(--coral) 4%,var(--surface))}.admin-card h2{margin:0;font-size:15px;color:var(--ink)}.admin-card-header p,.admin-title-row p{max-width:62ch;font-size:13px}.product-manager-list{position:sticky;top:18px}.admin-product-list{gap:8px;max-height:720px;padding-right:4px}.admin-product{grid-template-columns:64px minmax(0,1fr);min-height:82px;padding:10px;border-radius:8px;transition:border-color .17s var(--ease-standard),background .17s var(--ease-standard),box-shadow .17s var(--ease-standard),transform .17s var(--ease-standard)}.admin-product:hover{transform:translateY(-2px);border-color:color-mix(in srgb,var(--coral) 30%,transparent);background:color-mix(in srgb,var(--coral) 3%,var(--surface));box-shadow:0 10px 24px #07183214}.admin-product.active{border-color:var(--coral);background:color-mix(in srgb,var(--coral) 5%,var(--surface));box-shadow:0 0 0 2px color-mix(in srgb,var(--coral) 14%,transparent);transform:none}.admin-product-thumb{display:grid;place-items:center;width:64px;height:64px;overflow:hidden;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.admin-product img{width:100%;height:100%;object-fit:contain;padding:3px;border-radius:0;background:transparent;transition:transform .22s var(--ease-standard)}.admin-product-thumb-placeholder{width:42px;height:42px;padding:8px;border:1px dashed var(--line);border-radius:7px;color:#91a0b4;background:#fff}.admin-product:hover img,.admin-product.active img{transform:scale(1.04)}.admin-product strong{display:block;overflow:hidden;color:var(--ink);font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.admin-product small{display:block;margin-top:5px;color:var(--muted);font-weight:600}.admin-form{gap:16px}.admin-readout{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:10px;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.admin-readout span{display:grid;grid-template-columns:auto minmax(0,1fr);gap:3px 8px;min-width:0;padding:10px;border:1px solid var(--soft-line);border-radius:7px;background:#fff}.admin-readout svg{grid-row:span 2;align-self:center;color:var(--coral)}.admin-readout small{overflow:hidden;color:var(--muted);font-size:11px;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.admin-readout strong{overflow:hidden;color:var(--ink);font-size:15px;text-overflow:ellipsis;white-space:nowrap}.admin-readout+.form-grid{margin-top:2px}.field-label{color:#314159;font-size:12px;text-transform:uppercase}.input{min-height:44px;border-color:var(--soft-line);background:#fbfcfe;transition:border-color .16s var(--ease-standard),background .16s var(--ease-standard),box-shadow .16s var(--ease-standard)}.input:hover:not(:disabled){border-color:#c9d4e3;background:#fff}.input:focus{outline:0;border-color:color-mix(in srgb,var(--coral) 40%,transparent);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--coral) 10%,transparent)}.input:disabled{color:#405067;background:#f3f6fa;cursor:not-allowed;opacity:1}select.input:disabled{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.input{min-height:54px;padding-right:44px;font-size:15px;font-weight:700;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23475569' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:16px 16px;background-color:#fbfcfe}.field-hint{color:#627089;font-size:12px;font-weight:700}.textarea{min-height:108px}.admin-switch-row{gap:10px;flex-wrap:wrap}.admin-switch-row label{min-height:40px;padding:0 12px;border:1px solid var(--soft-line);border-radius:8px;background:#fff;color:#394b60;font-size:13px;transition:transform .15s var(--ease-standard),border-color .15s var(--ease-standard),background .15s var(--ease-standard)}.admin-switch-row label:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--coral) 30%,transparent);background:color-mix(in srgb,var(--coral) 3%,var(--surface))}.admin-switch-row input{accent-color:var(--coral)}.admin-switch-row input:disabled{cursor:not-allowed}.image-admin-row{display:flex!important;flex-direction:column!important;align-items:center!important;gap:16px!important;padding:16px!important;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe;width:100%}.image-admin-row>img{width:170px!important;height:170px!important;min-height:170px!important;border-color:var(--soft-line);background:#fff;object-fit:cover;border-radius:8px}.image-admin-placeholder{display:grid;place-items:center;width:170px!important;height:170px!important;min-height:170px!important;border:1px dashed var(--soft-line);border-radius:8px;background:#fff}.image-admin-row>div{width:100%;display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important}.image-admin-note{display:grid;place-items:center;min-height:170px;border:1px dashed var(--soft-line);border-radius:8px;color:var(--muted);background:#fff;font-size:13px;font-weight:700;text-align:center}.upload-button-face{border-color:color-mix(in srgb,var(--coral) 40%,transparent);color:var(--coral);background:color-mix(in srgb,var(--coral) 5%,var(--surface));transition:transform .15s var(--ease-standard),border-color .15s var(--ease-standard),background .15s var(--ease-standard),box-shadow .15s var(--ease-standard)}.upload-button:hover .upload-button-face{transform:translateY(-1px);border-color:var(--coral);background:#fff;box-shadow:0 10px 22px color-mix(in srgb,var(--coral) 12%,transparent)}.upload-button-loading{pointer-events:none}.upload-button-loading .upload-button-face{opacity:.72}.qr-admin-preview{padding:12px;border:1px solid var(--soft-line);border-radius:8px;background:#fbfcfe}.qr-admin-preview>img{border-color:var(--soft-line);box-shadow:0 10px 22px #07183212}.palette-grid{position:relative;padding-top:48px}.palette-heading{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:8px;min-height:28px;color:#314159;font-size:12px;font-weight:800;text-transform:uppercase}.palette-heading svg{color:var(--coral)}@keyframes simple-fade-in{0%{opacity:0}to{opacity:1}}@keyframes shell-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes fade-in{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95) translateY(12px)}to{opacity:1;transform:none}}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%) translateY(-10px)}to{opacity:1;transform:none}}@keyframes card-pop{0%{transform:scale(.98)}50%{transform:scale(1.02)}to{transform:none}}@keyframes cart-row-enter{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:none}}@keyframes success-pop{0%{transform:scale(0)}70%{transform:scale(1.15)}to{transform:none}}@keyframes success-rotate{0%{transform:rotate(-15deg) scale(.8);opacity:0}to{transform:none;opacity:1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:1ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:1ms!important}}@media(max-width:1240px){.app-shell{width:min(100% - 32px,1180px);margin:0}.catalog-header{grid-template-columns:minmax(220px,1fr) auto;padding:12px 22px}.header-actions{justify-content:end}.catalog-layout{grid-template-columns:minmax(0,1fr) 320px;gap:16px;padding:16px}.product-grid{grid-template-columns:repeat(3,minmax(150px,1fr));gap:16px}.product-image-wrap{height:180px}.product-card{grid-template-rows:180px minmax(166px,1fr);min-height:346px}.product-card-list{grid-template-columns:minmax(128px,34%) minmax(0,1fr);height:172px;min-height:172px}.product-card-list .product-image-wrap{min-height:172px}.payment-flow{grid-template-columns:96px 1fr;gap:12px}.payment-flow img{width:96px;height:96px}.selected-cart-item{grid-template-columns:104px minmax(0,1fr)}.selected-image{width:104px;height:98px}}.admin-mobile-tabs{display:none;gap:8px;margin-bottom:16px;background:var(--surface-soft);padding:4px;border-radius:8px;border:1px solid var(--line)}.admin-mobile-tabs-row{display:none}.admin-tab-btn{flex:1;min-height:38px;border:0;border-radius:6px;font-size:13px;font-weight:600;color:var(--muted);background:transparent;cursor:pointer;transition:all .15s ease}.admin-tab-btn:hover{color:var(--ink)}.admin-tab-btn.active{color:var(--ink);background:var(--surface);box-shadow:var(--soft-shadow)}.admin-tab-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:920px){.admin-mobile-tabs,.admin-mobile-tabs-row{display:flex}.admin-grid-col-list.hide,.admin-grid-col-form.hide{display:none!important}.admin-grid-col-list.show,.admin-grid-col-form.show{display:block!important}.catalog-header{grid-template-columns:1fr}.header-actions{justify-content:stretch}.header-actions .button{width:100%}.catalog-layout,.admin-grid,.admin-settings-grid{grid-template-columns:1fr}.catalog-side,.product-manager-list{position:static}.admin-readout{grid-template-columns:1fr}}@media(max-width:760px){#root{padding:16px 0}.app-shell{width:min(100% - 16px,1380px);margin:0}.admin-shell{width:100%!important;margin:0!important;border-radius:0!important;animation:simple-fade-in .55s var(--ease-out) both!important}.catalog-header{padding:14px 16px!important;border-bottom:1.5px solid var(--soft-line)!important}.admin-header{padding:16px!important;display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;box-shadow:none!important}.admin-heading{display:flex;flex-direction:column;gap:8px;width:100%}.admin-header p{display:block!important;font-size:12px!important}.admin-header .button{position:static!important;width:100%!important;min-height:40px!important;margin-top:4px}.admin-header h1{font-size:18px!important}.admin-header .brand-mark{width:36px!important;height:36px!important}.admin-header .brand-mark svg{width:20px!important;height:20px!important}.admin-metrics{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:6px!important;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%!important;gap:8px!important;margin-top:4px!important}.admin-metrics::-webkit-scrollbar{display:none}.admin-metrics span{flex-shrink:0!important;min-height:28px!important;font-size:11px!important;padding:0 8px!important}.admin-grid,.admin-settings-grid{margin:0!important;gap:16px!important}.admin-settings-grid>*+*{border-top:1px dashed var(--line, #e2e8f0)!important;padding-top:32px!important;margin-top:24px!important}.catalog-layout{padding:16px!important}.alert{top:10px;right:10px;width:calc(100vw - 20px)}.catalog-controls{grid-template-columns:1fr}.catalog-toolbar{justify-self:stretch}.product-grid{grid-template-columns:1fr}.product-card-list{grid-template-columns:minmax(118px,38%) minmax(0,1fr);height:172px}}.admin-form-empty{display:flex;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:var(--store-radius, 16px);background:var(--surface);box-shadow:var(--soft-shadow);min-height:480px;padding:40px;text-align:center}.admin-product-title-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.admin-badge-featured,.admin-badge-hidden{display:inline-flex;align-items:center;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.admin-badge-featured{color:#1e1b4b;background:#e0e7ff}.admin-badge-hidden{color:#7f1d1d;background:#fee2e2}.cart-items-container{display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1;min-height:0;padding-right:4px;margin-bottom:16px;scrollbar-width:none;-ms-overflow-style:none}.cart-items-container::-webkit-scrollbar{display:none}.cart-item-row{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;background:var(--surface-soft);border:1px solid var(--soft-line)}.cart-item-thumb{width:50px;height:50px;object-fit:cover;border-radius:6px;background:#fff;flex-shrink:0}.cart-item-placeholder{background:var(--surface-tint)}.cart-item-details{flex:1;display:flex;flex-direction:column;min-width:0}.cart-item-details h4{margin:0;font-size:13px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-code{font-size:11px;color:var(--muted)}.cart-item-price{font-size:12px;color:var(--coral);font-weight:700}.cart-item-actions{display:flex;align-items:center;gap:8px}.cart-quantity-stepper{display:flex;align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:6px;overflow:hidden;height:28px}.cart-quantity-stepper button{width:24px;height:100%;border:0;background:transparent;cursor:pointer;font-size:14px;color:var(--muted);display:flex;align-items:center;justify-content:center;padding:0}.cart-quantity-stepper button:hover:not(:disabled){color:var(--coral);background:var(--surface-soft)}.cart-quantity-stepper span{font-size:12px;font-weight:600;padding:0 4px;min-width:20px;text-align:center}.cart-item-remove{border:0;background:transparent;color:var(--muted);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.cart-item-remove:hover{color:var(--red)}.booth-info-modal-container{width:min(96vw,780px)!important}.social-qr-zoom-modal{width:min(94vw,420px)!important}.social-qr-zoom-content{display:flex;flex-direction:column;align-items:center;gap:20px;padding:16px 8px 8px}.social-qr-zoom-icon{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:700}.social-qr-zoom-image{width:280px;height:280px;border-radius:12px;border:1px solid var(--soft-line);background:#fff;padding:12px;display:grid;place-items:center;box-shadow:0 8px 24px #0000000a}.social-qr-zoom-image img{width:100%;height:100%;object-fit:contain}.social-qr-zoom-link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 24px;border-radius:999px;font-size:14px;font-weight:700;text-decoration:none;background:#fff;border:1.5px solid var(--coral);color:var(--coral);transition:all .18s ease;width:100%;box-sizing:border-box}.social-qr-zoom-link:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0000000f}.sort-control-dropdown-wrapper{position:relative;display:inline-block}.sort-control-trigger{display:flex;align-items:center;gap:6px;min-height:34px;padding:0 14px;border:1.5px solid var(--soft-line);border-radius:999px;color:var(--muted);background:var(--surface);cursor:pointer;font-size:13px;font-weight:700;transition:all .18s var(--ease-standard);box-sizing:border-box;width:156px}.sort-control-trigger:hover,.sort-control-trigger.open{border-color:var(--coral);color:var(--coral);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--coral) 12%,transparent)}.sort-control-trigger svg{flex-shrink:0}.sort-control-trigger span{font-weight:700;color:#405067;flex:1;text-align:left}.sort-control-trigger:hover span,.sort-control-trigger.open span{color:var(--coral)}.sort-chevron{transition:transform .18s ease;margin-left:2px}.sort-chevron.open{transform:rotate(180deg)}.sort-dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:100;width:160px;margin:0;padding:5px;list-style:none;background:#fff;border:1px solid var(--soft-line);border-radius:10px;box-shadow:0 10px 25px #0718321a;animation:modal-scale-in .18s cubic-bezier(.16,1,.3,1) both}.sort-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:32px;padding:0 10px;border:0;background:transparent;border-radius:6px;font-size:13px;font-weight:600;color:#405067;cursor:pointer;text-align:left;transition:all .15s ease}.sort-dropdown-item:hover{background:var(--surface-soft);color:var(--coral)}.sort-dropdown-item.active{background:var(--coral);color:#fff;font-weight:700}.sort-dropdown-item.active .check-icon{color:#fff}.sort-dropdown-item .check-icon{color:var(--coral);flex-shrink:0}.stacked-playground-section{background:var(--surface, #ffffff);border:1px solid var(--line, #e2e8f0);border-radius:8px;box-shadow:var(--soft-shadow);padding:16px;margin-bottom:24px;width:100%}@media(min-width:769px){.stacked-playground-section,.booth-card{height:310px}}.stacked-playground-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:center;height:100%}.stacked-details-col{display:flex;flex-direction:column;justify-content:space-between;height:100%;min-width:0}.stacked-badge-container{display:flex;margin-bottom:4px}.stacked-collection-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:26px;padding:0 12px;border:1px solid var(--soft-line, #f1f5f9);border-radius:999px;color:#34465d;background:#fbfcfe;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.stacked-title{font-size:24px;font-weight:800;color:var(--ink, #0f172a);margin:2px 0 6px;line-height:1.2;letter-spacing:-.01em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:58px}.stacked-description{font-size:12px;color:var(--muted, #64748b);line-height:1.45;margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;height:52px}.stacked-price-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.stacked-price{font-size:20px;font-weight:900;color:var(--coral, #6366f1)}.stacked-stock-note{font-size:10px;font-weight:700;color:var(--red, #ef4444);background:#ef44440f;border:1px solid rgba(239,68,68,.1);padding:2px 8px;border-radius:99px}.stacked-actions-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-top:auto}.stacked-add-btn{display:inline-flex;align-items:center;gap:6px;background:var(--coral, #6366f1);color:#fff;border:none;padding:8px 16px;border-radius:99px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s,background-color .2s}.stacked-add-btn:hover{background:var(--coral-strong, #4f46e5);transform:translateY(-1px)}.stacked-nav-buttons{display:flex;align-items:center;gap:8px;background:var(--surface-soft, #f8fafc);border:1px solid var(--line, #e2e8f0);padding:4px 8px;border-radius:99px}.stacked-nav-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;border:1px solid var(--line, #e2e8f0);background:#fff;color:var(--ink, #0f172a);cursor:pointer;transition:background-color .2s}.stacked-nav-arrow:hover{background:var(--surface-soft, #f8fafc)}.stacked-counter{font-size:11px;font-weight:700;color:var(--muted, #64748b);min-width:32px;text-align:center}.stacked-deck-col{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:100%}.stacked-deck-container{position:relative;width:200px;height:250px}.playground-stack-card{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;border:1px solid var(--line, #e2e8f0);border-radius:8px;box-shadow:var(--soft-shadow);overflow:hidden;display:flex;flex-direction:column;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s ease;transform-origin:bottom center;cursor:pointer}.playground-stack-card.is-active{cursor:default;box-shadow:var(--shadow)}.playground-card-image-wrap{position:relative;height:70%;width:100%;background:var(--surface-soft, #f8fafc);overflow:hidden}.playground-card-image-wrap img{width:100%;height:100%;object-fit:cover}.playground-card-badge{position:absolute;top:8px;left:8px;background:var(--red, #ef4444);color:#fff;padding:2px 6px;border-radius:4px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.playground-card-footer-title{height:30%;padding:8px 10px;display:flex;flex-direction:column;justify-content:center;border-top:1px solid var(--line, #e2e8f0);background:#fff}.playground-card-footer-title h4{margin:0;font-size:12px;font-weight:800;color:var(--ink, #0f172a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playground-card-footer-title span{font-size:11px;font-weight:700;color:var(--coral, #6366f1);margin-top:2px}@media(max-width:768px){.stacked-playground-section{height:auto;padding:16px}.stacked-playground-grid{grid-template-columns:1fr;gap:24px;height:auto}.stacked-details-col{align-items:center;text-align:center;height:auto}.stacked-meta-row{justify-content:center}.stacked-title{height:auto}.stacked-description{margin:0 auto 12px;height:auto}.stacked-price-row{justify-content:center}.stacked-actions-row{justify-content:center;margin-top:12px}.stacked-deck-col{height:250px}.stacked-deck-container{width:170px;height:210px}}.admin-nav-tabs{display:flex;gap:20px;margin-top:14px;border-bottom:none;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.admin-nav-tabs::-webkit-scrollbar{display:none}.admin-nav-tab{padding:8px 4px 10px;font-size:14px;font-weight:700;color:var(--muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s var(--ease-standard);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.admin-nav-tab:hover{color:var(--ink)}.admin-nav-tab.active{color:var(--ink);border-bottom:2px solid var(--navy, #1e293b)}.segmented-control{display:inline-flex;background:var(--surface-soft, #f1f5f9);padding:3px;border-radius:8px;border:1px solid var(--line);gap:2px}.segmented-button{padding:6px 12px;font-size:12px;font-weight:700;color:var(--muted);background:none;border:none;border-radius:6px;cursor:pointer;transition:all .15s var(--ease-standard);display:inline-flex;align-items:center;gap:6px}.segmented-button:hover{color:var(--ink)}.segmented-button.active{background:var(--surface, #ffffff);color:var(--ink);box-shadow:var(--soft-shadow)}.order-summary-panel{background:var(--surface-soft, #f8fafc);border:1px solid var(--line, #e2e8f0);border-radius:12px;padding:16px;display:grid;grid-template-columns:1fr 2fr;gap:24px;align-items:start}@media(max-width:760px){.order-summary-panel{grid-template-columns:1fr;gap:16px}}
