:root{color-scheme:light;--color-primary: #c0392b;--color-primary-dark: #a5301f;--color-bg: #fdf6ef;--color-surface: #ffffff;--color-text: #2b2320;--color-text-muted: #6b5d54;--color-border: #ece0d3;--color-error-bg: #fdecea;--color-error-text: #b71c1c;--color-success: #2e8b57;--color-danger: #b71c1c;--color-notice-bg: #fff4e0;--color-notice-text: #7a4a00;--color-notice-border: #f0c36d;--radius: 14px;--radius-sm: 8px;--shadow: 0 2px 10px rgba(43, 35, 32, .08);--shadow-lg: 0 8px 30px rgba(43, 35, 32, .16)}*{box-sizing:border-box}html{font-size:93.75%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input{font-family:inherit}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{position:sticky;top:0;z-index:10;display:flex;flex-direction:column;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.app-header__row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.app-header__row--primary{padding:.75rem 1rem}.app-header__row--status{padding:0 1rem .6rem;font-size:.8rem}.app-header__brand{display:flex;align-items:center;gap:.5rem}.app-header__logo{width:32px;height:32px;border-radius:50%;object-fit:cover}.app-header__title{font-weight:700;font-size:1.05rem;color:var(--color-primary)}.app-main{flex:1;width:100%;max-width:480px;margin:0 auto;padding:1rem;padding-bottom:calc(6.5rem + env(safe-area-inset-bottom,0px))}.button--primary{background:var(--color-primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:.7rem 1.25rem;font-size:.95rem;font-weight:600;transition:background .15s ease,transform .05s ease}.button--primary:hover:not(:disabled){background:var(--color-primary-dark)}.button--primary:active:not(:disabled){transform:scale(.98)}.button--primary:disabled{background:#e8cfca;color:#7a4d45;cursor:not-allowed}.button--secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.7rem 1.25rem;font-size:.95rem;font-weight:600}.button--secondary:disabled{color:#9c8d82;background:#f4ede5;cursor:not-allowed}.button--large{width:100%;padding:.9rem 1.5rem;font-size:1.05rem}input[type=text],input[type=number],input[type=password],input[type=tel],input:not([type]){border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.7rem .85rem;font-size:16px;min-height:44px;width:100%;background:var(--color-surface);color:var(--color-text)}input:focus{outline:2px solid var(--color-primary);outline-offset:1px}.flat-entry{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem)}.flat-entry__card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem;width:100%;max-width:400px;text-align:center}.flat-entry__card h1{font-size:1.4rem;margin:0 0 .4rem;color:var(--color-primary)}.flat-entry__subtitle{color:var(--color-text-muted);font-size:.9rem;margin:0 0 1.5rem}.flat-entry__card label{display:block;text-align:left;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.flat-entry__card input{margin-bottom:1rem}.flat-entry__card button{width:100%}.flat-entry__section-label{text-align:left;font-size:.85rem;font-weight:600;margin:0 0 .6rem}.flat-entry__society-list{display:flex;flex-direction:column;gap:.5rem}.flat-entry__back{width:auto!important;background:none;border:none;padding:0;color:var(--color-text-muted);font-size:.85rem;font-weight:600;text-align:left;margin-bottom:.75rem}.flat-entry__autocomplete{position:relative;margin-bottom:1rem}.flat-entry__autocomplete input{margin-bottom:0}.flat-entry__suggestions{position:absolute;top:calc(100% + .25rem);left:0;right:0;z-index:5;list-style:none;margin:0;padding:.35rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);box-shadow:var(--shadow);max-height:220px;overflow-y:auto}.flat-entry__suggestions li+li{margin-top:.15rem}.flat-entry__suggestions button{display:block;width:100%;text-align:left;background:none;border:none;border-radius:var(--radius-sm);padding:.5rem .6rem;font-size:.9rem;font-weight:600;color:var(--color-text)}.flat-entry__suggestions button:hover{background:var(--color-bg)}.flat-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;background:#f6e9e2;color:var(--color-primary-dark);font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap}.flat-badge--editing{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4rem;background:none;padding:0}.flat-badge--editing input{width:6rem;padding:.35rem .5rem}.flat-badge--editing button{padding:.35rem .75rem;border-radius:var(--radius-sm);border:none;background:var(--color-primary);color:#fff;font-weight:600;font-size:.85rem}.flat-badge__change-society{background:none!important;color:var(--color-text-muted)!important;font-weight:500!important;padding:0!important;text-decoration:underline}.menu-screen__window-toggle{display:flex;background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;padding:.25rem;margin-bottom:1rem}.menu-screen__window-toggle button{flex:1;border:none;background:transparent;border-radius:999px;padding:.5rem 0;font-weight:600;color:var(--color-text-muted)}.menu-screen__window-toggle button.is-active{background:var(--color-primary);color:#fff}.menu-screen__empty{text-align:center;color:var(--color-text-muted);padding:2rem 0}.menu-screen__closed{text-align:center;color:var(--color-text-muted);padding:3rem 1rem}.menu-screen__list{display:flex;flex-direction:column;gap:.6rem}.menu-item-row{display:flex;flex-direction:column;padding:.9rem 1rem;background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow)}.menu-item-row__top{display:flex;align-items:center;gap:.75rem}.menu-item-row__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.menu-item-row__name{font-weight:600}.menu-item-row__description{color:var(--color-text-muted);font-size:.82rem}.menu-item-row__price{color:var(--color-text-muted);font-size:.85rem}.menu-item-row__action{flex-shrink:0}.menu-item-row__add{background:var(--color-primary);color:#fff;border:none;border-radius:999px;padding:.45rem 1rem;font-size:.85rem;font-weight:700;white-space:nowrap}.menu-item-row__stepper{display:flex;align-items:center;gap:.6rem}.menu-item-row__stepper button{width:30px;height:30px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-bg);font-size:1rem;font-weight:700;color:var(--color-primary);display:flex;align-items:center;justify-content:center;padding:0}.menu-item-row__stepper button:disabled{opacity:.35;cursor:not-allowed}.menu-item-row__stepper span{min-width:1.2rem;text-align:center;font-weight:600}.menu-item-row__lines{list-style:none;margin:.6rem 0 0;padding:.6rem 0 0;border-top:1px solid var(--color-border);display:flex;flex-direction:column;gap:.5rem}.menu-item-row__line{display:flex;align-items:center;gap:.6rem}.menu-item-row__line-summary{flex:1;font-size:.85rem;color:var(--color-text-muted)}.menu-item-row__remove{border:none;background:none;color:var(--color-text-muted);font-size:1.1rem;line-height:1;padding:.2rem .4rem}.item-customization{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.75rem;width:100%;max-width:420px;max-height:90vh;overflow-y:auto}.item-customization h2{margin:0 0 1rem;font-size:1.15rem}.item-customization__group{margin-bottom:1.1rem}.item-customization__group h3{font-size:.9rem;margin:0 0 .5rem}.item-customization__required{color:var(--color-primary);font-weight:400;font-size:.8rem}.item-customization__options{display:flex;flex-direction:column;gap:.5rem}.item-customization__option{display:flex;align-items:center;gap:.5rem;font-size:.9rem}.item-customization__option--stepper{justify-content:space-between}.item-customization__quantity,.item-customization__total{display:flex;align-items:center;justify-content:space-between;padding:.6rem 0;border-top:1px solid var(--color-border)}.item-customization__total{font-weight:700;font-size:1.05rem}.item-customization__actions{display:flex;gap:.6rem;margin-top:.75rem}.item-customization__actions button{flex:1}.cart-summary-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1.25rem;padding-bottom:calc(.9rem + env(safe-area-inset-bottom,0px));background:var(--color-surface);box-shadow:0 -4px 16px #2b23201a;max-width:480px;margin:0 auto}.cart-summary-bar__total{font-size:1.15rem;font-weight:700}.pay-screen{display:flex;justify-content:center;padding-top:2rem}.pay-screen__card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem;width:100%;max-width:400px;text-align:center}.pay-screen__items{list-style:none;margin:0 0 1.25rem;padding:0 0 1rem;border-bottom:1px solid var(--color-border);text-align:left;font-size:.9rem}.pay-screen__items li{padding:.25rem 0;color:var(--color-text-muted)}.pay-screen__item-row{display:flex;justify-content:space-between;gap:.75rem}.pay-screen__item-modifiers{margin:.1rem 0 0;font-size:.8rem}.pay-screen__label{color:var(--color-text-muted);margin:0 0 .3rem;font-size:.9rem}.pay-screen__amount{font-size:2.25rem;font-weight:800;color:var(--color-primary);margin:0 0 1.5rem}.pay-screen__amount:has(+.pay-screen__wallet-part){margin-bottom:.25rem}.pay-screen__wallet-part{font-size:.9rem;color:var(--color-text-muted);margin:0 0 1.5rem}.qr-code-display{text-align:center}.qr-code-display p{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1rem}.qr-code-display canvas{border-radius:var(--radius-sm);border:1px solid var(--color-border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b232073;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.self-report-prompt{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.75rem;width:100%;max-width:380px;text-align:center}.self-report-prompt__question{font-weight:600;margin:0 0 1rem}.self-report-prompt input{margin-bottom:1rem}.self-report-prompt__actions{display:flex;gap:.6rem}.self-report-prompt__actions button{flex:1}.cart-review{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.75rem;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.cart-review h2{margin:0 0 .25rem;font-size:1.15rem}.cart-review__flat{color:var(--color-text-muted);font-size:.85rem;margin:0 0 1rem}.cart-review__items{list-style:none;margin:0 0 .75rem;padding:0}.cart-review__items li{padding:.4rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem}.cart-review__item-row{display:flex;justify-content:space-between;gap:.75rem}.cart-review__item-modifiers{margin:.15rem 0 0;font-size:.8rem;color:var(--color-text-muted)}.cart-review__total{display:flex;justify-content:space-between;font-weight:700;font-size:1.1rem;padding:.75rem 0}.cart-review__actions{display:flex;gap:.6rem;margin-top:.5rem}.cart-review__actions button{flex:1}.cart-review__pay{display:flex;flex-direction:column;gap:.6rem;margin-top:.5rem;align-items:center}.cart-review__pay .button--large{width:100%}.order-status-screen{display:flex;justify-content:center;padding-top:3rem}.order-status-screen__card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem;width:100%;max-width:400px;text-align:center}.order-status-screen__icon{font-size:2.5rem;margin:0 0 .5rem}.order-status-screen__order-id{color:var(--color-text-muted);font-size:.85rem;margin:0 0 .5rem}.order-status-screen__label{font-size:1.1rem;font-weight:600;margin:0}.order-status-screen__sublabel{font-size:.9rem;color:var(--color-text-muted);margin:.25rem 0 0}.error-banner{background:var(--color-error-bg);color:var(--color-error-text);padding:.75rem 1rem;border-radius:var(--radius-sm);margin:0 0 1rem;font-size:.9rem}.app-header__brand{text-decoration:none}.app-header__nav-link{font-size:.85rem;font-weight:600;color:var(--color-primary);text-decoration:none}.app-header__status{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600}.app-header__status--open{color:var(--color-success)}.app-header__status--closed{color:var(--color-danger)}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.customer-verify{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 4rem)}.cart-review .customer-verify,.offer-opt-in .customer-verify,.offer-opt-in .flat-entry{min-height:auto}.customer-verify__card{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem 1.5rem;width:100%;max-width:400px;text-align:center}.customer-verify__card h1{font-size:1.4rem;margin:0 0 .4rem;color:var(--color-primary)}.customer-verify__subtitle{color:var(--color-text-muted);font-size:.9rem;margin:0 0 1.5rem}.customer-verify__card label{display:block;text-align:left;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.customer-verify__card input{margin-bottom:1rem}.customer-verify__card .button--primary{width:100%}.customer-verify__cancel{margin-top:1rem;background:none;border:none;color:var(--color-text-muted);font-size:.85rem;text-decoration:underline}.cart-review__payment{text-align:left;margin:0 0 1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.cart-review__payment-option{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;font-size:.9rem}.cart-review__payment-option--disabled{color:var(--color-text-muted)}.cart-review__payment-login{font-size:.82rem;color:var(--color-text-muted);margin:.35rem 0 0;padding-left:1.5rem}.cart-review__login-link{background:none;border:none;padding:0;font-size:inherit;font-weight:600;color:var(--color-primary);text-decoration:underline;cursor:pointer}.cart-review__payment-loading{font-size:.85rem;color:var(--color-text-muted);margin:0 0 1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.cart-review__payment-split{font-size:.82rem;color:var(--color-text-muted);margin:.35rem 0 0;padding-left:1.5rem}.my-orders h1{font-size:1.3rem;margin:0 0 1rem;color:var(--color-primary)}.my-orders__empty{color:var(--color-text-muted);font-size:.9rem}.my-orders__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.my-orders__item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.9rem 1rem}.my-orders__item-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.my-orders__status{font-size:.9rem;font-weight:600}.my-orders__amount{font-weight:700}.my-orders__meta{color:var(--color-text-muted);font-size:.8rem;margin:.25rem 0 .5rem}.my-orders__item-lines{list-style:none;padding:0;margin:0 0 .75rem;font-size:.88rem;color:var(--color-text)}.my-orders__item .button--secondary{width:100%}.my-orders__wallet{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.9rem 1rem;margin-bottom:1rem}.my-orders__wallet-label{font-size:.8rem;color:var(--color-text-muted);margin:0}.my-orders__wallet-amount{font-size:1.35rem;font-weight:700;margin:.15rem 0 0}.order-status-screen__cancelled{margin-top:1rem;padding:.75rem .9rem;background:var(--color-bg);border-left:4px solid var(--color-primary);border-radius:var(--radius-sm);text-align:left}.order-status-screen__cancelled p{margin:0;font-size:.95rem}.order-status-screen__refund{margin-top:.35rem!important;color:var(--color-text-muted)}.my-orders__cancelled{margin:.35rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.menu-item-row__sold-out{display:inline-block;margin-top:.25rem;font-size:.8rem;font-weight:600;color:var(--color-danger, #b71c1c);background:#fdecea;border-radius:999px;padding:.1rem .55rem;align-self:flex-start}.menu-item-row__low-stock{margin-top:.25rem;font-size:.8rem;font-weight:600;color:#9a6300}.delivery-time{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--color-border)}.delivery-time__current{margin:0;font-size:1rem;font-weight:600}.delivery-time__prompt{margin:0 0 .6rem;font-size:1rem;font-weight:600}.delivery-time__change{min-height:44px;margin-top:.25rem;padding:0 .25rem;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--color-primary);text-decoration:underline}.delivery-time__slots{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.delivery-time__slot{min-width:72px;min-height:44px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font-size:1rem;font-weight:600;color:var(--color-text)}.delivery-time__slot.is-selected{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.delivery-time__slot:active:not(:disabled){transform:scale(.97)}.delivery-time__actions{display:flex;flex-direction:column;gap:.5rem}.delivery-time__asap,.delivery-time__cancel{min-height:44px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);font-size:.95rem;font-weight:600;color:var(--color-text)}.delivery-time__error{margin:.5rem 0 0;font-size:.9rem;color:var(--color-error-text)}.my-orders__history{margin-bottom:1rem}.my-orders__history-toggle{min-height:44px;padding:0 .25rem;background:none;border:none;font-size:.95rem;font-weight:600;color:var(--color-primary);text-decoration:underline}.wallet-history{list-style:none;margin:.25rem 0 0;padding:.5rem .75rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm)}.wallet-history__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.5rem 0}.wallet-history__row+.wallet-history__row{border-top:1px solid var(--color-border)}.wallet-history__label{font-size:.95rem}.wallet-history__amount{font-weight:700;font-size:.95rem;white-space:nowrap}.wallet-history__amount.is-credit{color:#1e7a2e}.wallet-history__amount.is-debit{color:var(--color-text-muted)}.wallet-history__empty{margin:.5rem 0 0;font-size:.9rem;color:var(--color-text-muted)}.my-orders__notice{margin:0 0 .75rem;padding:.6rem .9rem;font-size:.95rem;color:#1e7a2e;background:#e5f7e8;border-radius:var(--radius-sm)}.menu-item-row__stepper button{width:44px;height:44px;font-size:1.1rem}.menu-item-row__add{min-height:44px;font-size:1rem}.menu-item-row__remove{min-width:44px;min-height:44px;font-size:1rem}.menu-screen__window-toggle button{min-height:44px;font-size:1rem}.cart-review__payment-option{min-height:44px;padding:.75rem .5rem;gap:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);margin-bottom:.5rem;font-size:1rem}.cart-review__payment-option input{width:22px;height:22px}.item-customization__option{min-height:44px;padding:.5rem;font-size:1rem}.item-customization__option input[type=radio],.item-customization__option input[type=checkbox]{width:22px;height:22px}.app-header__nav-link,.flat-entry__back,.customer-verify__cancel,.flat-badge__change-society{min-height:44px;display:inline-flex;align-items:center;padding:0 .5rem!important}.flat-entry__suggestions button{min-height:44px}.app-shell{min-height:100vh;min-height:100svh}.flat-entry,.customer-verify{min-height:calc(100svh - 4rem)}button:active:not(:disabled){transform:scale(.98)}@media(hover:none){.flat-entry__suggestions button:hover{background:none}}.cart-review,.item-customization,.offer-opt-in{overscroll-behavior:contain}.cart-review__actions,.item-customization__actions,.offer-opt-in__actions{position:sticky;bottom:0;background:var(--color-surface);padding-top:.75rem;box-shadow:0 -8px 12px -8px #2b232026}.menu-screen__whatsapp{display:block;min-height:44px;margin:1rem 0 0;padding:.75rem 1rem;background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-sm);font-size:.95rem;font-weight:600;text-align:center;text-decoration:none;color:var(--color-primary)}.order-status-screen__reorder{display:inline-flex;align-items:center;min-height:44px;margin-top:1rem;padding:0 .5rem;font-size:.95rem;font-weight:600;color:var(--color-primary);text-decoration:underline}.customer-verify__expired{margin:0 0 1rem;padding:.6rem .85rem;font-size:.95rem;color:var(--color-notice-text);background:var(--color-notice-bg);border-radius:var(--radius-sm);text-align:left}.offer-banner{display:flex;align-items:center;gap:.6rem;width:100%;max-width:480px;margin:0 auto;min-height:44px;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--color-notice-border);background:var(--color-notice-bg);color:var(--color-notice-text);font-family:inherit;text-align:left}.offer-banner:active{transform:scale(.995)}.offer-banner__icon{font-size:1rem;line-height:1}.offer-banner__text{flex:1;font-weight:600;font-size:.9rem}.offer-banner__cta{white-space:nowrap;font-weight:700;font-size:.85rem}.offer-banner--joined{background:var(--color-surface);color:var(--color-text);border-bottom-color:var(--color-border)}.offer-banner-slot{width:100%}.offer-card{--offer-card-gutter: 1rem;width:calc(100% - 2 * var(--offer-card-gutter));max-width:calc(480px - 2 * var(--offer-card-gutter));margin:.75rem auto 0;border:1px solid #f2d3ce;border-radius:18px;overflow:hidden;background:#fbeeeb;color:var(--color-text);box-shadow:var(--shadow);cursor:pointer}.offer-card__top{display:grid;gap:.35rem;padding:.9rem .9rem .65rem;background:#fbeeeb}.offer-card__kicker{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary)}.offer-card__closes{font-size:.7rem;font-weight:600;letter-spacing:0;text-transform:none;white-space:nowrap;color:var(--color-primary-dark);background:#c0392b1a;border-radius:999px;padding:.15rem .5rem}.offer-card__headline{margin:0;font-size:1.25rem;font-weight:800;line-height:1.15;letter-spacing:-.01em;text-wrap:balance}.offer-card__details,.offer-card__summary{margin:0;font-size:.85rem;line-height:1.45}.offer-card__details p,.offer-card__details ul{margin:0 0 .3rem}.offer-card__details>:last-child{margin-bottom:0}.offer-card__details ul{padding-left:1.1rem}.offer-card__choices{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0 .9rem .8rem;list-style:none}.offer-card__choice{display:grid;min-width:5.4rem;padding:.35rem .65rem;border:1px solid #f0cfca;border-radius:10px;background:var(--color-surface);font-size:.8rem;font-variant-numeric:tabular-nums}.offer-card__choice-name{font-weight:700}.offer-card__choice-name+span{font-weight:600;color:var(--color-primary-dark)}.offer-card__action{display:flex;align-items:center;gap:.6rem;padding:.6rem .9rem;border-top:1px solid #f2d3ce;background:var(--color-surface);color:var(--color-text)}.offer-card__cta{flex:1;min-height:44px;border:1px solid var(--color-primary);border-radius:10px;background:var(--color-primary);color:#fff;font-family:inherit;font-size:.95rem;font-weight:800;cursor:pointer}.offer-card__cta:focus-visible{outline:3px solid var(--color-primary-dark);outline-offset:2px}.offer-card--joined{border:1.5px solid var(--color-success);background:var(--color-surface);color:var(--color-text);box-shadow:var(--shadow);cursor:default}.offer-joined__bar{display:flex;align-items:center;gap:.5rem;padding:.35rem .6rem .35rem .35rem;background:#e6f4ec}.offer-joined__toggle{flex:1;min-width:0;display:flex;align-items:center;gap:.6rem;min-height:48px;padding:.3rem .5rem;border:none;border-radius:12px;background:none;color:var(--color-text);font-family:inherit;text-align:left;cursor:pointer}.offer-joined__toggle:focus-visible,.offer-joined__edit:focus-visible{outline:3px solid var(--color-success);outline-offset:2px}.offer-joined__check{display:grid;place-items:center;flex:0 0 auto;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--color-success);color:#fff;font-size:.85rem;font-weight:800}.offer-joined__text{flex:1;min-width:0;display:grid}.offer-joined__label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-success)}.offer-joined__headline{font-size:.95rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offer-card--joined.is-expanded .offer-joined__headline{white-space:normal;text-wrap:balance}.offer-joined__chevron{flex:0 0 auto;color:var(--color-success);font-size:.8rem}.offer-joined__edit{flex:0 0 auto;min-height:44px;padding:0 1.1rem;border:1px solid var(--color-success);border-radius:10px;background:var(--color-surface);color:var(--color-success);font-family:inherit;font-size:.9rem;font-weight:800;cursor:pointer}.offer-joined__body{display:grid;gap:.45rem;padding:.75rem .9rem .9rem;border-top:1px solid var(--color-border)}.offer-joined__row{display:flex;gap:.75rem;margin:0;font-size:.85rem}.offer-joined__row span{flex:0 0 6.5rem;color:var(--color-text-muted)}.offer-joined__body .offer-card__details{padding-top:.45rem;border-top:1px dashed var(--color-border);color:var(--color-text-muted)}.offer-opt-in{background:var(--color-surface);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.75rem;width:100%;max-width:400px;max-height:90vh;overflow-y:auto}.offer-opt-in h2{margin:0 0 .5rem;font-size:1.15rem}.offer-opt-in__text{margin:0 0 .5rem;font-size:.95rem;font-weight:700}.offer-opt-in__details{margin:0 0 .75rem;font-size:.85rem;color:var(--color-text-muted)}.offer-opt-in__details p,.offer-opt-in__details ul{margin:0 0 .35rem}.offer-opt-in__details ul{padding-left:1.1rem}.offer-opt-in__flat{margin:0 0 1rem;font-size:.9rem;color:var(--color-text-muted)}.offer-opt-in__choices{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.75rem}.offer-opt-in__choice{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:44px;font-size:1rem}.offer-opt-in__choice-price{color:var(--color-text-muted)}.offer-opt-in__note{margin:0 0 1rem;font-size:.85rem;color:var(--color-text-muted)}.offer-opt-in__actions{display:flex;gap:.6rem;margin-top:.5rem}.offer-opt-in__actions button{flex:1}.offer-opt-in__withdraw{display:block;width:100%;min-height:44px;margin-top:.75rem;background:none;border:none;color:var(--color-danger);font-family:inherit;font-size:.9rem;font-weight:600}.item-customization__option.is-sold-out{opacity:.55}.item-customization__sold-out{font-weight:700;color:var(--color-error-text)}.item-customization__hint{font-weight:600;font-size:.8rem;color:var(--color-text-muted)}.item-customization__missing{margin:0 0 .75rem;font-size:.85rem;color:var(--color-notice-text);background:var(--color-notice-bg);border-radius:var(--radius-sm);padding:.5rem .75rem}
