@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,700&family=Sora:wght@400;600;700&display=swap";*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0}:root{--bg: #f7f4f1;--surface: #efebe6;--surface-strong: #e3dfd9;--card: #ffffff;--text: #1d1d1d;--text-muted: #6f6a64;--primary: #111111;--accent: #ded7cf;--shadow: 0 12px 28px rgba(20, 20, 20, .1);--radius-lg: 22px;--radius-md: 16px;--font-heading: "Fraunces", serif;--font-body: "Sora", sans-serif}body{margin:0;background:linear-gradient(180deg,#f1ece6,#e3ddd6 60%,#d9d3cb);color:var(--text);font-family:var(--font-body)}.page{animation:slideInRight .22s ease}.page--back{animation:slideInLeft .22s ease}a{color:inherit;text-decoration:none}header{padding:16px 18px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.back-button{background:var(--surface-strong);border:none;color:var(--text);padding:10px 14px;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer}.icon{width:20px;height:20px}.page-subtitle{margin:4px 0 0;color:var(--text-muted)}.meta-line{margin:0 18px 12px;color:var(--text-muted);font-size:.9rem}.page-header__right{display:flex;align-items:center;gap:10px}main{padding:12px 18px 40px}.menu-page{padding-bottom:120px}.hero-header{padding:16px 18px 0}.hero-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.hero-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero-brand{display:flex;align-items:center;gap:10px}.hero-logo{width:80px;height:80px;border-radius:50%;background:var(--surface-strong);display:grid;place-items:center;font-weight:700;overflow:hidden}.hero-logo img{width:100%;height:100%;object-fit:cover}.hero-title{font-weight:700;font-size:1rem}.hero-subtitle{color:var(--text-muted);font-size:.9rem}.language-toggle{display:inline-flex;align-items:center;gap:6px;padding:4px;background:var(--surface);border-radius:999px;border:1px solid rgba(0,0,0,.08)}.language-toggle button{border:none;background:transparent;padding:6px 10px;border-radius:999px;font-weight:700;font-size:.8rem;cursor:pointer;color:var(--text-muted)}.language-toggle button.active{background:var(--primary);color:#fff}.hero-logo-banner{margin-top:16px;position:relative;display:flex;justify-content:center;align-items:center;padding:6px 0}.hero-logo-banner:before{content:"";position:absolute;width:min(360px,85%);height:140px;background:radial-gradient(closest-side,#fffffff2,#f7f4f100);filter:blur(6px);z-index:0}.hero-logo-banner img{width:var(--hero-logo-width, min(260px, 70%));max-height:var(--hero-logo-max-height, 180px);height:auto;object-fit:contain;opacity:.9;filter:drop-shadow(0 2px 10px rgba(0,0,0,.06));position:relative;z-index:1}.sticky-header{position:fixed;top:0;left:0;right:0;z-index:40;display:flex;justify-content:space-between;align-items:center;padding:10px 18px;background:#f7f4f1eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid #e7e2dc;transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .2s ease,opacity .2s ease}.sticky-actions{display:flex;align-items:center;gap:8px}.profile-button{border:1px solid #d9d2c9;background:var(--card);color:var(--text);padding:6px 12px;border-radius:999px;font-weight:700;cursor:pointer}.pay-button{background:var(--primary);color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:700;cursor:pointer}.bill-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:var(--surface);border:1px solid #ded6cc;font-size:.9rem;font-weight:600}.bill-pill.compact{padding:6px 8px}.sticky-header.visible{transform:translateY(0);opacity:1;pointer-events:auto}.sticky-title{font-weight:700}.help-button{background:var(--primary);color:#fff;border:none;padding:8px 12px;border-radius:999px;font-weight:600;cursor:pointer}.order-banner{margin:12px 18px 0;background:var(--surface);border-radius:16px;padding:12px 14px;display:grid;gap:10px;box-shadow:var(--shadow)}.order-banner__text{color:var(--text);font-weight:600}.order-banner__actions{display:flex;gap:10px;flex-wrap:wrap}.order-banner__link{background:var(--primary);color:#fff;padding:8px 12px;border-radius:999px;font-weight:600}.order-banner__dismiss{background:transparent;border:1px solid #d6d0c8;color:var(--text);padding:8px 12px;border-radius:999px;font-weight:600;cursor:pointer}.category-scroller{display:flex;gap:10px;padding:12px 18px 10px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-color:#bdb3a7 #e9e3db}.category-scroller::-webkit-scrollbar{height:10px}.category-scroller::-webkit-scrollbar-track{background:#e9e3db;border-radius:999px}.category-scroller::-webkit-scrollbar-thumb{background:#bdb3a7;border-radius:999px;border:2px solid #e9e3db}.category-chip{flex:0 0 auto;border:1px solid #e5ded4;background:var(--card);color:var(--text);padding:8px 14px;border-radius:999px;font-weight:600;cursor:pointer;scroll-snap-align:start;box-shadow:0 6px 14px #0000000f}.category-chip.active{background:linear-gradient(135deg,var(--primary),#1f1f1f);color:#fff;border-color:transparent}.hero-info{margin-top:12px;display:grid;gap:6px;color:var(--text-muted);font-size:.92rem}.eat-profile,.call-waiter,.modules-panel,.calls-panel{margin:18px;padding:16px;background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.eat-profile__title,.call-waiter__title{font-weight:700;margin-bottom:12px}.eat-profile__options{display:grid;gap:10px}.eat-profile__option{text-align:left;border:none;background:var(--card);padding:12px 14px;border-radius:14px;box-shadow:inset 0 0 0 1px #ebe6e0;cursor:pointer}.eat-profile__option.active{border:1px solid var(--primary);box-shadow:0 8px 18px #00000014}.eat-profile__label{font-weight:700}.eat-profile__hint{color:var(--text-muted);font-size:.9rem;margin-top:4px}.call-waiter__buttons{display:grid;gap:10px}.call-waiter__button{border:none;background:var(--primary);color:#fff;padding:14px 16px;border-radius:999px;font-weight:600;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.call-waiter__button--help{background:#000}.call-waiter__status{margin-top:10px;color:var(--text-muted)}.category-list{display:flex;flex-direction:column;gap:14px;padding:18px}.category{background:var(--card);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 10px 24px #00000014}.category-toggle{width:100%;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(90deg,#f7f3ee,#fff 60%);color:var(--text);border:none;font-size:1.05rem;font-weight:700;cursor:pointer}.category-icon{font-size:1.2rem}.category-items{display:grid;grid-template-rows:0fr;transition:grid-template-rows .42s cubic-bezier(.22,1,.36,1),opacity .32s ease;opacity:0;overflow:hidden;pointer-events:none}.category-items.open{grid-template-rows:1fr;opacity:1;pointer-events:auto}.category-items__inner{overflow:hidden;padding:6px 12px 16px;display:grid;grid-template-columns:1fr;gap:14px;transform:translateY(-6px);transition:transform .32s ease}.category-items.open .category-items__inner{transform:translateY(0)}.menu-item{background:var(--card);border-radius:var(--radius-md);padding:12px;border:1px solid #ebe6e0;display:flex;gap:12px;align-items:flex-start}.menu-item h2{font-family:var(--font-heading);margin:0 0 6px;font-size:1.1rem}.menu-item p{color:var(--text-muted);margin:6px 0}.menu-item__media{flex:0 0 auto}.menu-item__content{flex:1 1 auto}.menu-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.menu-item__price{font-weight:700;white-space:nowrap}.menu-item__desc{margin-top:6px}.item-allergens{font-size:.9rem;color:var(--text-muted)}.dish-image{width:72px;height:72px;border-radius:12px;margin:0;object-fit:cover}.dish-image-button{background:transparent;border:none;padding:0;width:72px;height:72px;cursor:pointer}.image-modal{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center}.image-modal__backdrop{position:absolute;inset:0;background:#00000073}.image-modal__panel{position:relative;width:min(520px,92%);background:var(--card);border-radius:20px;padding:18px;box-shadow:var(--shadow);z-index:1}.image-modal__close{position:absolute;top:10px;right:10px;background:var(--surface-strong);border:none;border-radius:999px;padding:6px 10px;font-weight:700;cursor:pointer}.image-modal__img{width:100%;height:auto;border-radius:16px}.item-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.ar-button,.add-button{border:none;padding:14px 16px;border-radius:999px;font-weight:600;cursor:pointer;font-family:var(--font-body)}.ar-button{background:var(--accent);color:var(--text)}.add-button{background:var(--primary);color:#fff;display:inline-flex;align-items:center;gap:8px}.model-container{margin-top:12px;border-radius:12px;overflow:hidden;background:#faf7f4}.item-sheet__allergens{margin-top:8px;color:var(--text-muted)}.item-sheet__advice{margin-top:10px;padding:10px 12px;border-radius:12px;background:var(--surface-strong);font-weight:600}.cooking-stage{margin:12px 0 24px;display:grid;grid-template-columns:1fr;gap:16px;background:var(--surface);border-radius:var(--radius-lg);padding:18px;box-shadow:var(--shadow)}.cooking-stage__visual{background:var(--card);border-radius:var(--radius-md);padding:12px;border:1px solid #ebe6e0}.cooking-stage__text h2{margin:0 0 6px;font-family:var(--font-heading)}.cooking-stage__text p{margin:0;color:var(--text-muted)}.cooking-stage__status{margin-top:10px;font-weight:600;color:var(--text)}.pan-animation{position:relative;height:220px;display:grid;place-items:center}.pan-base{width:160px;height:32px;background:#222;border-radius:999px;position:relative;box-shadow:inset 0 6px 12px #ffffff1a;transform-origin:20% 50%;animation:panFlip 2.4s ease-in-out infinite}.pan-handle{width:120px;height:14px;background:#2d2d2d;position:absolute;right:-90px;top:50%;transform:translateY(-50%);border-radius:999px}.pan-food{width:24px;height:24px;background:#d8964f;border-radius:50%;position:absolute;top:40%;animation:foodJump 2.4s ease-in-out infinite;box-shadow:0 8px 18px #0003}@keyframes panFlip{0%{transform:rotate(0)}45%{transform:rotate(-12deg)}70%{transform:rotate(6deg)}to{transform:rotate(0)}}@keyframes foodJump{0%,to{transform:translateY(0)}45%{transform:translateY(-20px)}70%{transform:translateY(10px)}}@media(min-width:900px){.cooking-stage{grid-template-columns:1.1fr 1fr;align-items:center}}.mini-order{position:fixed;bottom:16px;right:16px;background:var(--card);border-radius:50%;box-shadow:var(--shadow);padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #ebe6e0;z-index:30;width:64px;height:64px}.mini-order__open,.mini-order__dismiss{border:none;padding:0;border-radius:50%;cursor:pointer;font-weight:600}.mini-order__open{background:var(--primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px}.mini-order__open-icon{font-size:.7rem}.mini-order__open-text{display:none}.mini-order__dismiss{position:absolute;top:-6px;right:-6px;width:22px;height:22px;background:var(--surface);color:var(--text);display:grid;place-items:center;border:1px solid #ebe6e0;font-size:.8rem}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.module-toggle{display:flex;gap:8px;align-items:center;background:var(--card);padding:10px 12px;border-radius:12px;box-shadow:inset 0 0 0 1px #ebe6e0}.call-card{background:var(--card);padding:12px 14px;border-radius:14px;box-shadow:inset 0 0 0 1px #ebe6e0;display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}.call-card.muted{opacity:.7}.call-card--new{background:#e6f6e6;box-shadow:inset 0 0 0 1px #cbe8cb}.call-card__meta{display:flex;gap:14px;color:var(--text-muted);font-size:.9rem}.call-card__time{margin-top:6px;color:var(--text-muted);font-size:.9rem}.call-card__status{color:var(--text-muted);font-size:.9rem}.status-pill{padding:6px 10px;border-radius:999px;font-weight:600;font-size:.85rem}.status-pill.online{background:#dff7e4;color:#1f7a33}.status-pill.offline{background:#fde1e1;color:#a31a1a}.cart-bar{position:fixed;bottom:16px;left:50%;transform:translate(-50%);width:min(520px,calc(100% - 32px));background:var(--primary);color:#fff;border-radius:18px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:var(--shadow);cursor:pointer;z-index:20}.pay-bar{position:fixed;bottom:84px;left:50%;transform:translate(-50%);width:min(520px,calc(100% - 32px));background:var(--card);color:var(--text);border:1px solid #e6dfd6;border-radius:16px;padding:10px 16px;font-weight:700;display:flex;justify-content:center;gap:8px;box-shadow:var(--shadow);cursor:pointer;z-index:19}.notice-modal{position:fixed;inset:0;z-index:70;display:flex;align-items:center;justify-content:center}.notice-modal.hidden{display:none}.notice-modal__backdrop{position:absolute;inset:0;background:#0006}.notice-modal__panel{position:relative;width:min(520px,92%);background:var(--card);border-radius:20px;padding:18px;box-shadow:var(--shadow);z-index:1}.notice-modal__panel h3{margin:0 0 6px;font-family:var(--font-heading)}.notice-modal__actions{display:flex;gap:10px;justify-content:flex-end;margin-top:14px;flex-wrap:wrap}.notice-button{border:none;background:var(--primary);color:#fff;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer}.notice-button.ghost{background:var(--surface-strong);color:var(--text)}.notice-total{margin-top:10px;font-size:1.2rem;font-weight:700}.notice-status{margin-top:6px;color:#1f7a33;font-weight:600}.cart-bar__info{display:flex;flex-direction:column;gap:4px}.cart-bar__count{font-size:.85rem;opacity:.8}.cart-bar__total{font-size:1.1rem;font-weight:700}.cart-bar__cta{background:#fff;color:var(--primary);padding:8px 14px;border-radius:999px;font-weight:700}.cart-payment-note{margin:8px 0 0;color:var(--text-muted);font-size:.9rem}.cart-sheet{position:fixed;inset:0;pointer-events:none;z-index:30}.cart-sheet.open{pointer-events:auto}.cart-sheet__backdrop{position:absolute;inset:0;background:#00000059;opacity:0;transition:opacity .22s ease}.cart-sheet.open .cart-sheet__backdrop{opacity:1}.cart-sheet__panel{position:absolute;left:0;right:0;bottom:0;background:var(--card);border-top-left-radius:24px;border-top-right-radius:24px;padding:20px;transform:translateY(100%);transition:transform .24s ease;max-height:80vh;overflow-y:auto}.cart-sheet.open .cart-sheet__panel{transform:translateY(0)}.cart-sheet__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cart-sheet__close{background:var(--surface);border:none;color:var(--text);padding:6px 12px;border-radius:999px;cursor:pointer}.cart-sheet__items{display:flex;flex-direction:column;gap:12px}.cart-sheet__row{display:grid;grid-template-columns:1fr auto auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #eee8e1}.cart-sheet__name{font-weight:600}.item-meta{margin-top:4px;color:var(--text-muted);font-size:.85rem}.item-meta--alert{margin-top:8px;background:#ffe1e1;color:#8c1d1d;border:1px solid #f3b3b3;padding:6px 10px;border-radius:8px;font-weight:700;font-size:.85rem;display:inline-block}.cart-sheet__qty{display:flex;align-items:center;gap:6px}.cart-sheet__qty button{width:28px;height:28px;border-radius:999px;border:1px solid #d5cdc3;background:transparent;color:var(--text);cursor:pointer}.cart-sheet__price{color:var(--text-muted)}.cart-sheet__remove{grid-column:1 / -1;justify-self:start;background:none;border:none;color:#a64b32;cursor:pointer;padding:0}.cart-sheet__footer{margin-top:16px;display:flex;flex-direction:column;gap:12px}.cart-sheet__checkout{background:var(--primary);color:#fff;text-align:center;padding:14px 16px;border-radius:999px;font-weight:700;font-size:1.05rem}.cart-summary{margin-top:24px;display:grid;gap:12px}.cart-summary__total{display:flex;justify-content:space-between;font-size:1.05rem;font-weight:700}.primary-button{background:var(--primary);color:#fff;border:none;padding:16px 18px;border-radius:999px;font-weight:700;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.secondary-button{background:var(--surface);color:var(--text);border:1px solid #e5ded4;padding:10px 14px;border-radius:999px;font-weight:600;cursor:pointer}.help-button{margin-top:18px;background:var(--primary);color:#fff;border:none;padding:16px 18px;border-radius:999px;font-weight:700;font-size:1.05rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.access-panel{max-width:420px}.access-panel__field{display:grid;gap:8px;margin:16px 0}.access-panel__field input{padding:12px 14px;border-radius:10px;border:1px solid #e5ded4;background:var(--card);color:var(--text);font-size:1rem}.history-filters{display:grid;gap:10px;margin-bottom:12px}.history-label{display:grid;gap:6px;font-size:.85rem;color:var(--text-muted)}.history-filters input,.history-filters select,.checkout input[type=text]{border:none;background:var(--surface-strong);padding:12px 14px;border-radius:12px;font-size:16px;color:var(--text);outline:none}.history-filters input::placeholder{color:var(--text-muted)}.pagination{display:flex;align-items:center;gap:12px;justify-content:flex-end;margin-top:12px}.pagination__info{color:var(--text-muted);font-size:.95rem}.edit-items{display:grid;gap:10px;margin:12px 0}.edit-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;background:var(--surface)}.edit-item__info{display:grid;gap:4px}.edit-item__qty{display:inline-flex;align-items:center;gap:8px}.edit-item__qty button{width:28px;height:28px;border-radius:999px;border:1px solid #d5cdc3;background:transparent;color:var(--text);cursor:pointer}.modal{position:fixed;inset:0;z-index:50}.modal__backdrop{position:absolute;inset:0;background:#00000059}.modal__panel{position:relative;margin:10vh auto;max-width:460px;background:var(--card);border-radius:16px;padding:18px;box-shadow:var(--shadow)}.field{display:grid;gap:8px;margin:12px 0}.field textarea{border:none;background:var(--surface-strong);padding:12px 14px;border-radius:12px;font-size:16px;color:var(--text);outline:none;resize:vertical}.modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.item-tag{display:inline-flex;align-items:center;gap:6px;background:var(--surface-strong);padding:4px 10px;border-radius:999px;font-size:.85rem;font-weight:600;color:var(--text);margin-bottom:6px}.cart-list{margin:16px 0;display:flex;flex-direction:column;gap:12px}.cart-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:14px;border-radius:14px;background:var(--card);border:1px solid #ebe6e0}.cart-name{font-weight:600}.cart-qty{display:flex;gap:8px;align-items:center}.cart-qty button{width:28px;height:28px;border-radius:999px;border:1px solid #d5cdc3;background:transparent;color:var(--text);cursor:pointer}.cart-price{text-align:right;color:var(--text-muted)}.cart-remove{justify-self:start}.cart-remove button{background:transparent;border:none;color:#a64b32;cursor:pointer;padding:0}.cart-total{margin-top:12px;font-size:1.1rem}.checkout{margin-top:20px}.checkout input[type=text]{width:100%;max-width:320px;margin-top:6px}.admin-order{border:1px solid #ebe6e0;padding:12px;margin-bottom:12px;border-radius:12px;background:var(--card);color:var(--text)}.order-header{display:flex;gap:12px;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap}.order-items{margin-top:8px}.order-item-row{display:grid;gap:6px;padding:6px 0;border-bottom:1px dashed #e6dfd6}.order-item-main{font-weight:600}.order-item-modifiers{display:flex;justify-content:flex-start}.order-actions{margin-top:10px;display:flex;gap:6px;flex-wrap:wrap}.order-actions .status-btn{padding:6px 10px;border-radius:6px;border:1px solid #ddd;cursor:pointer}.order-correction{margin-top:8px;color:var(--text-muted)}.tables-panel{margin:0 18px 18px;background:var(--surface);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow)}.tables-grid{display:grid;gap:12px}.table-card{background:var(--card);border-radius:14px;padding:12px 14px;border:1px solid #ebe6e0;display:grid;gap:8px}.table-card__info{display:flex;justify-content:space-between;gap:8px;color:var(--text-muted);font-size:.95rem}.table-card__total{font-weight:700}.table-card__actions{display:flex;gap:10px;flex-wrap:wrap}.edit-total{margin-top:8px;font-weight:700}.admin-order.status-received{background:#e6f6e6;border-color:#cbe8cb}.admin-order.status-preparing{background:#fff4cc;border-color:#f0e0a2}.admin-order.status-ready{background:#cfe9cf;border-color:#a8d0a8}.admin-order.status-served{background:#e7f0ff;border-color:#c8d8f5}.admin-order.status-cancelled{background:#ffe0e0;border-color:#f1b3b3}.order-status-box{background:var(--card);border:1px solid #ebe6e0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:8px}.order-total{margin-top:8px;font-size:1.05rem}.item-sheet{position:fixed;inset:0;pointer-events:none;z-index:40}.item-sheet.open{pointer-events:auto}.item-sheet__backdrop{position:absolute;inset:0;background:#00000059;opacity:0;transition:opacity .2s ease}.item-sheet.open .item-sheet__backdrop{opacity:1}.item-sheet__panel{position:absolute;left:0;right:0;bottom:0;background:var(--card);border-top-left-radius:26px;border-top-right-radius:26px;padding:20px;max-height:88vh;overflow-y:auto;transform:translateY(100%);transition:transform .24s ease}.item-sheet.open .item-sheet__panel{transform:translateY(0)}.item-sheet__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.item-sheet__close{background:var(--surface);border:none;border-radius:999px;padding:6px 12px;cursor:pointer}.item-sheet__image{width:100%;height:180px;object-fit:cover;border-radius:18px;margin-bottom:12px}.item-sheet__price{font-size:1.1rem;font-weight:700;margin-bottom:6px}.item-sheet__desc{color:var(--text-muted);margin-bottom:14px}.item-sheet__section{background:var(--surface);border-radius:16px;padding:14px;margin-bottom:14px}.item-sheet__section-title{background:transparent;border:none;font-weight:700;margin-bottom:10px;padding:0;text-align:left}.item-sheet__options{display:grid;gap:8px}.option-row{display:flex;gap:10px;align-items:center;font-size:.95rem}.option-group{display:grid;gap:8px;margin-top:10px}.option-pill{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px;border:1px solid #e1dbd2;background:#f3efe9;font-weight:600}.option-pill input{accent-color:var(--primary)}.option-pill.active{border-color:var(--primary);background:#fff}.item-sheet__add{width:100%;background:var(--primary);color:#fff;border:none;padding:14px 16px;border-radius:999px;font-weight:700;font-size:1rem;cursor:pointer}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:.6;transform:translate(18px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:.6;transform:translate(-18px)}to{opacity:1;transform:translate(0)}}@media(min-width:720px){.hero-header{padding:20px 32px 0}.category-list{padding:20px 32px 60px}.category-items{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-image{height:240px}}@media(min-width:1040px){.category-items{grid-template-columns:repeat(3,minmax(0,1fr))}}
