:root{--color-primary: #c0392b;--color-primary-dark: #a5301f;--color-bg: #fdf6ef;--color-surface: #ffffff;--color-text: #2b2320;--color-text-muted: #8a7a6f;--color-border: #ece0d3;--color-error-bg: #fdecea;--color-error-text: #b71c1c;--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}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;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:var(--color-surface);border-bottom:1px solid var(--color-border)}.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 1rem 5rem}.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:#d8b9b3;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--large{width:100%;padding:.9rem 1.5rem;font-size:1.05rem}input[type=text],input[type=number],input[type=password],input:not([type]){border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:.65rem .85rem;font-size:.95rem;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__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;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:.78rem}.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}.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:.78rem;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}.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}
