:root{color-scheme:light;--bg: #fff5d6;--surface: rgba(255, 255, 255, .88);--surface-strong: #ffffff;--surface-dark: #1f1a17;--text: #171412;--muted: #6d6259;--brand-red: #d92b22;--brand-yellow: #f7c73b;--brand-black: #101010;--success: #1c9a5a;--danger: #b2261f;--shadow: 0 20px 60px rgba(68, 32, 8, .16);font-family:Trebuchet MS,Segoe UI,sans-serif;line-height:1.4;font-weight:400;color:var(--text);background:radial-gradient(circle at top left,rgba(247,199,59,.7),transparent 30%),radial-gradient(circle at bottom right,rgba(217,43,34,.2),transparent 26%),linear-gradient(135deg,#fffaf0,#fff1cb,#ffe0c2)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;touch-action:manipulation}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{position:relative;min-height:100vh;padding:24px;overflow:hidden}.ambient{position:fixed;z-index:0;width:26rem;height:26rem;border-radius:50%;filter:blur(28px);opacity:.55;pointer-events:none}.ambient-left{top:-6rem;left:-9rem;background:#f7c73b8c}.ambient-right{right:-8rem;bottom:-8rem;background:#d92b223d}.screen{position:relative;z-index:1}.home-screen,.confirmation-screen{min-height:calc(100vh - 48px);display:grid;place-items:center}.hero-card,.confirmation-card{width:min(720px,100%);padding:clamp(28px,5vw,56px);border-radius:36px;background:linear-gradient(180deg,#fffffff2,#fff8e9f5);box-shadow:var(--shadow);text-align:center}.hero-card h1,.confirmation-card h2{margin:0 0 16px;font-size:clamp(2.6rem,7vw,5rem);line-height:.96;letter-spacing:-.04em}.hero-card p,.confirmation-card p{margin:0 auto 28px;max-width:34rem;font-size:clamp(1.05rem,2.4vw,1.35rem);color:var(--muted)}.hero-badge,.eyebrow{display:inline-flex;margin-bottom:14px;font-size:.92rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-red)}.primary-button,.secondary-button,.ghost-button,.danger-button,.category-pill,.toggle-tag,.cart-chip,.admin-trigger{min-height:54px;border:0;border-radius:18px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-button:hover,.secondary-button:hover,.ghost-button:hover,.danger-button:hover,.category-pill:hover,.toggle-tag:hover,.cart-chip:hover,.admin-trigger:hover{transform:translateY(-1px)}.primary-button{padding:14px 24px;background:linear-gradient(180deg,#ef3b2f,#cc241d);color:#fff;font-weight:800;box-shadow:0 16px 28px #cc241d3d}.hero-button{min-width:min(100%,320px);min-height:72px;font-size:1.3rem}.secondary-button{padding:14px 20px;background:var(--brand-yellow);color:var(--brand-black);font-weight:800}.ghost-button{padding:12px 18px;background:#10101014;color:var(--brand-black);font-weight:700}.danger-button{padding:10px 16px;background:#b2261f1f;color:var(--danger);font-weight:700}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.topbar h2{margin:0;font-size:clamp(1.9rem,3vw,2.6rem)}.cart-chip{display:inline-flex;align-items:center;gap:12px;padding:10px 18px;background:var(--surface-dark);color:#fff;font-weight:800}.cart-chip strong{display:grid;place-items:center;min-width:42px;min-height:42px;border-radius:14px;background:var(--brand-yellow);color:var(--brand-black)}.mobile-order-bar,.mobile-order-bar.is-hidden{display:none}.mobile-cart-chip{width:100%;justify-content:space-between}.message{margin-bottom:16px;padding:16px 18px;border-radius:18px;font-weight:700}.message.error{background:#b2261f1f;color:var(--danger)}.message.success{background:#1c9a5a1f;color:var(--success)}.quick-cart-actions{display:flex;gap:12px;margin-bottom:18px}.quick-cart-actions .ghost-button,.quick-cart-actions .primary-button{flex:1}.catalog-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.menu-column{min-width:0}.categories-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.category-pill{padding:14px 18px;background:#ffffffa3;color:var(--brand-black);font-weight:800}.category-pill.active{background:var(--brand-red);color:#fff;box-shadow:0 12px 22px #d92b2233}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.catalog-groups{display:grid;gap:28px}.catalog-group{display:grid;gap:16px}.catalog-group-header{display:flex;align-items:center;gap:12px}.catalog-group-header h3{margin:0;font-size:1.55rem}.product-card,.cart-panel,.modal,.admin-card{background:var(--surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:var(--shadow)}.product-card{overflow:hidden;border-radius:28px;display:flex;flex-direction:column}.product-image{width:100%;aspect-ratio:4 / 3;object-fit:cover;background:linear-gradient(135deg,#f7c73b3d,#d92b221f)}.product-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:18px;padding:20px}.product-copy h3{margin:0 0 10px;font-size:1.35rem}.product-copy p{margin:0;color:var(--muted)}.product-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.product-footer strong{font-size:1.35rem}.cart-panel{position:sticky;top:24px;padding:22px;border-radius:28px;max-height:calc(100vh - 48px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.cart-header,.modal-header,.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cart-header h3,.modal-header h3,.section-header h4{margin:0;font-size:1.5rem}.cart-summary-line{margin:6px 0 0;color:var(--muted);font-weight:700}.cart-items{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:14px;margin:20px 0;padding-right:4px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.cart-item,.empty-state{padding:16px;border-radius:20px;background:#ffffffb8}.empty-state{text-align:center;color:var(--muted)}.empty-state p{margin:0 0 8px;font-weight:800;color:var(--text)}.cart-item-top{display:flex;justify-content:space-between;gap:12px}.cart-item-top h4{margin:0 0 6px}.cart-item-top p,.cart-meta,.cart-extra-list{margin:0;color:var(--muted)}.cart-extra-list{padding-left:18px}.cart-footer{display:flex;flex-direction:column;gap:16px}.total-box,.subtotal-box{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:20px;background:var(--surface-dark);color:#fff}.total-box strong,.subtotal-box strong{font-size:1.4rem}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;padding:18px;background:#110e0a94;display:grid;place-items:center}.modal{width:min(1100px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:24px;border-radius:30px}.product-modal{background:linear-gradient(180deg,#fffffff7,#fff4ddf7)}.modal-grid{display:grid;grid-template-columns:1fr;gap:18px;margin:24px 0}.modal-panel,.admin-card{padding:18px;border-radius:24px;background:#ffffffbf}.modal-panel h4{margin:0 0 8px}.section-intro{margin:0 0 16px;color:var(--muted);font-size:.98rem}.helper-text{margin:0 0 16px;color:var(--muted)}.tag-grid,.admin-list,.extras-list{display:grid;gap:12px}.selection-list{display:grid;gap:10px}.group-stack{display:grid;gap:18px}.option-group{padding:14px;border-radius:20px;background:#f7c73b14}.group-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.group-heading span{color:var(--muted);font-size:.95rem;font-weight:700}.toggle-tag{padding:14px 16px;background:#f7c73b33;color:var(--brand-black);font-weight:800;text-align:left}.detail-tag{display:grid;gap:4px}.detail-tag strong,.detail-tag span,.detail-tag small{display:block}.detail-tag span{font-weight:600;color:#101010c7}.detail-tag small{font-size:.86rem;color:var(--muted)}.toggle-tag.removed{background:#b2261f1f;color:var(--danger)}.toggle-tag.removed span,.toggle-tag.removed small{color:#b2261fd6}.selection-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;background:#ffffffd6;border:1px solid rgba(16,16,16,.08)}.selection-row.inactive{background:#b2261f0f;border-color:#b2261f1f}.selection-copy{display:grid;gap:4px;min-width:0}.selection-copy strong,.selection-copy span{display:block}.selection-copy span{color:var(--muted);font-size:.92rem}.selection-action{min-width:132px;min-height:48px;padding:10px 14px;border:0;border-radius:16px;background:#10101014;color:var(--brand-black);font-weight:800}.selection-action.is-active{background:var(--brand-yellow)}.extra-selection-row{background:#ffffffc7}.stepper-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 0;border-bottom:1px solid rgba(16,16,16,.08)}.stepper-row strong,.stepper-row span{display:block}.stepper-row span{color:var(--muted)}.stepper,.large-stepper{display:inline-flex;align-items:center;gap:8px}.stepper button,.large-stepper button{min-width:50px;min-height:50px;border:0;border-radius:16px;background:var(--brand-black);color:#fff;font-size:1.4rem}.stepper span,.large-stepper span{min-width:32px;text-align:center;font-size:1.2rem;font-weight:800}.large-stepper{justify-content:center}.large-stepper span{min-width:52px;font-size:1.6rem}.modal-footer{display:flex;justify-content:space-between;align-items:center;gap:16px}.confirmation-icon{display:grid;place-items:center;width:88px;height:88px;margin:0 auto 18px;border-radius:28px;background:linear-gradient(180deg,#f7c73b,#f0ab25);color:var(--brand-black);font-weight:900;letter-spacing:.08em}.countdown-ring{display:grid;place-items:center;width:170px;height:170px;margin:0 auto;border-radius:50%;background:conic-gradient(var(--brand-red) 0deg,var(--brand-red) 220deg,rgba(217,43,34,.16) 220deg);color:#fff}.countdown-ring strong{display:block;font-size:3rem}.countdown-ring span{font-size:1rem}.confirmation-actions{display:grid;gap:16px;margin:0 auto 24px;max-width:36rem}.confirmation-link{display:inline-flex;justify-content:center;text-decoration:none}.confirmation-callout{display:grid;gap:8px;padding:18px;border-radius:22px;background:#ffffffbd;border:1px solid rgba(16,16,16,.08)}.confirmation-callout span{color:var(--muted)}.confirmation-callout strong{font-size:clamp(1.6rem,5vw,2.6rem)}.confirmation-callout a{color:var(--brand-red);font-weight:800;text-decoration:none}.admin-modal{background:linear-gradient(180deg,#fffcf5fa,#fff1d1fa)}.admin-layout{display:grid;gap:22px;margin-top:22px}.admin-toolbar{display:flex;flex-wrap:wrap;gap:12px;margin:20px 0}.admin-section,.product-admin{display:grid;gap:16px}.compact-header{align-items:center}.editor-stack{display:grid;gap:14px}.nested-editor-card{display:grid;gap:14px;padding:16px;border-radius:18px;background:#ffffffc7;border:1px solid rgba(16,16,16,.08)}.nested-item-row{display:grid;grid-template-columns:minmax(0,1fr) repeat(3,auto);gap:12px;align-items:end;padding:14px;border-radius:16px;background:#f7c73b14}.row-actions{display:flex;flex-wrap:wrap;gap:12px}.menu-editor-layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px;align-items:start}.editor-sidebar,.editor-main{display:grid;gap:16px}.editor-sidebar{position:sticky;top:0}.editor-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.editor-sidebar-header h4{margin:0}.editor-list{display:grid;gap:10px}.editor-list-item{display:grid;gap:4px;padding:14px 16px;border:0;border-radius:18px;background:#fffc;text-align:left;color:var(--text)}.editor-list-item strong{font-size:1rem}.editor-list-item span{color:var(--muted)}.editor-list-item.active{background:var(--brand-red);color:#fff;box-shadow:0 12px 24px #d92b2233}.editor-list-item.active span{color:#ffffffd1}.quick-import-card{display:grid;gap:12px}.admin-help-card{display:grid;gap:8px;padding:14px 16px;border-radius:18px;background:#f7c73b1f;border:1px solid rgba(247,199,59,.32)}.admin-help-card strong,.admin-help-card p{margin:0}.admin-help-card code{font-family:SFMono-Regular,Consolas,Menlo,monospace}.editor-actions{display:flex;flex-wrap:wrap;gap:10px}.order-items-preview{display:grid;gap:10px}.order-item-row{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#f7c73b14}.order-detail-card{display:grid;gap:8px;padding:12px;border-radius:16px;background:#ffffffb8}.order-text-preview{margin:0;white-space:pre-wrap;font-family:SFMono-Regular,Consolas,Menlo,monospace;font-size:.9rem;line-height:1.45;color:var(--muted)}.checkbox-field{display:inline-flex;align-items:center;gap:10px;min-height:52px;font-weight:700}.checkbox-field input{width:20px;height:20px}.grow-field{min-width:0}.small-field{width:130px}.admin-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-field{display:grid;gap:8px}.form-field span{font-weight:800}.field-note{color:var(--muted);font-size:.9rem}.form-field input,.form-field textarea,.form-field select{width:100%;min-height:52px;padding:14px 16px;border:1px solid rgba(16,16,16,.12);border-radius:16px;background:#fffffff0;color:var(--text)}.form-field textarea{min-height:120px;resize:vertical}.code-textarea{font-family:SFMono-Regular,Consolas,Menlo,monospace;line-height:1.5;white-space:pre;overflow-x:auto}.admin-trigger{position:fixed;right:16px;bottom:14px;z-index:10;min-height:42px;padding:10px 14px;background:#1010101f;color:#101010c7;font-size:.84rem;font-weight:700}@media (max-width: 1100px){.catalog-layout{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cart-panel{position:fixed;left:16px;right:16px;bottom:16px;top:auto;z-index:12;max-height:min(72vh,620px);transform:translateY(calc(100% + 32px))}.cart-panel.is-open{transform:translateY(0)}.menu-editor-layout{grid-template-columns:1fr}.editor-sidebar{position:static}}@media (max-width: 720px){.app-shell{padding:16px 16px 92px}.admin-trigger{display:none}.topbar{align-items:stretch;flex-direction:column}.products-grid,.modal-grid,.admin-inline-grid,.nested-item-row{grid-template-columns:1fr}.selection-row{align-items:stretch;flex-direction:column}.selection-action{width:100%}.product-footer,.modal-footer,.cart-item-top,.modal-header,.section-header{flex-direction:column;align-items:stretch}.product-footer strong{font-size:1.2rem}.cart-chip{justify-content:space-between}.topbar .cart-chip{display:none}.mobile-order-bar{position:fixed;left:16px;right:16px;bottom:14px;z-index:13;display:block}.mobile-order-bar.is-hidden{display:none}.quick-cart-actions{position:sticky;top:10px;z-index:11}.cart-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:14;max-height:none;border-radius:0;padding:16px 16px calc(16px + env(safe-area-inset-bottom,0px));transform:translateY(100%)}.cart-panel.is-open{transform:translateY(0)}.modal{border-radius:24px}}
