*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:#f2f4f7;color:#1c2431;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans,Noto Sans JP,sans-serif;font-size:16px;-webkit-tap-highlight-color:transparent;overscroll-behavior:none}button{font:inherit;cursor:pointer}.app{display:flex;flex-direction:column;height:100%}.app-nav{display:flex;align-items:center;gap:24px;background:#1f2937;color:#fff;padding:0 20px;height:56px;flex:0 0 auto}.app-nav__brand{font-weight:700;font-size:20px;letter-spacing:.5px}.app-nav__links{display:flex;gap:8px}.tab{display:inline-flex;align-items:center;height:44px;padding:0 20px;color:#cbd5e1;text-decoration:none;border-radius:8px;font-weight:500}.tab.active{background:#374151;color:#fff}.app-main{flex:1 1 auto;min-height:0;overflow:hidden}.pos{display:grid;grid-template-columns:1fr 380px;gap:12px;height:100%;padding:12px}.pos__products{background:#fff;border-radius:12px;padding:12px;overflow-y:auto}.pos__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product-btn{min-height:96px;border:1px solid #d5dbe3;background:#fafbfc;border-radius:10px;padding:10px;display:flex;flex-direction:column;justify-content:space-between;text-align:left;color:#1c2431}.product-btn:hover{background:#eef2f7}.product-btn:active{background:#dee5ee}.product-btn:disabled{background:#eaecef;color:#9aa3af;cursor:not-allowed}.product-btn__name{font-weight:700;font-size:17px;line-height:1.2}.product-btn__meta{display:flex;justify-content:space-between;align-items:baseline;font-size:14px}.product-btn__price{font-weight:700;font-size:16px;color:#1f2937}.product-btn__stock{color:#6b7280;font-size:13px}.product-btn__stock--low{color:#c2410c}.product-btn__stock--out{color:#fff;background:#dc2626;padding:2px 8px;border-radius:4px;font-weight:700}.pos__cart{background:#fff;border-radius:12px;padding:12px;display:flex;flex-direction:column;min-height:0}.cart__title{font-weight:700;font-size:16px;padding:4px 4px 8px;border-bottom:1px solid #eef1f5}.cart__lines{flex:1 1 auto;overflow-y:auto;padding:8px 0}.cart__empty{padding:40px 0;text-align:center;color:#9aa3af}.cart-line{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 4px;border-bottom:1px dashed #eef1f5}.cart-line__name{font-weight:600}.cart-line__price{font-size:13px;color:#6b7280}.cart-line__subtotal{font-weight:700;text-align:right}.cart-line__controls{grid-column:1 / -1;display:flex;align-items:center;gap:8px;margin-top:4px}.qty-btn{width:44px;height:44px;border-radius:8px;border:1px solid #d5dbe3;background:#fff;font-size:20px;font-weight:700}.qty-btn:active{background:#eef2f7}.qty-value{min-width:40px;text-align:center;font-weight:700;font-size:18px}.remove-btn{margin-left:auto;height:44px;padding:0 12px;border-radius:8px;border:1px solid #f4c2c2;background:#fff5f5;color:#b91c1c}.remove-btn:active{background:#fee2e2}.cart__total{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-top:2px solid #eef1f5;font-size:18px}.cart__total-value{font-size:24px;font-weight:800}.cart__actions{display:grid;grid-template-columns:1fr;gap:8px}.btn-primary{height:56px;border-radius:10px;border:none;background:#2563eb;color:#fff;font-size:18px;font-weight:700}.btn-primary:disabled{background:#94a3b8}.btn-secondary{height:44px;border-radius:10px;border:1px solid #d5dbe3;background:#fff;font-weight:600}.btn-danger{height:44px;border-radius:10px;border:1px solid #f4c2c2;background:#fff5f5;color:#b91c1c;font-weight:600}.products-page{height:100%;padding:12px;overflow-y:auto}.products-page__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.products-page__title{font-size:20px;font-weight:700}.products-table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.products-table th,.products-table td{text-align:left;padding:10px 8px;border-bottom:1px solid #eef1f5;vertical-align:middle}.products-table th{background:#f7f9fc;font-weight:600;font-size:14px;color:#4b5563}.products-table input,.products-table select{width:100%;height:40px;padding:0 8px;border:1px solid #d5dbe3;border-radius:6px;font:inherit}.products-table input[type=number]{text-align:right}.products-table td.actions{display:flex;gap:6px}.products-table .icon-btn{width:40px;height:40px;border-radius:6px;border:1px solid #d5dbe3;background:#fff;font-size:16px;font-weight:700}.pos__products--muted{opacity:.4;pointer-events:none}.pos__done-hint{padding:40px 16px;text-align:center;color:#6b7280;font-weight:600}.checkout{display:flex;flex-direction:column;gap:12px;min-height:0;height:100%;overflow-y:auto}.checkout__header{display:flex;justify-content:space-between;align-items:baseline;padding:4px 4px 12px;border-bottom:2px solid #eef1f5}.checkout__total{font-size:28px;font-weight:800}.checkout__methods{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.method-btn{height:56px;border-radius:10px;border:2px solid #d5dbe3;background:#fff;font-size:16px;font-weight:700;color:#1c2431}.method-btn--active{background:#2563eb;color:#fff;border-color:#1d4ed8}.checkout__cash-info{background:#f7f9fc;border-radius:10px;padding:10px 12px}.checkout__row{display:flex;justify-content:space-between;padding:6px 0;font-size:15px}.checkout__amount{font-size:22px;font-weight:800}.checkout__amount--warn{color:#b91c1c}.checkout__quick{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.checkout__quick-btn{height:40px;border-radius:8px;border:1px solid #d5dbe3;background:#fff;font-weight:600}.checkout__quick-btn:active{background:#eef2f7}.checkout__note{padding:12px;background:#fff8e1;border-radius:10px;font-size:14px;color:#7a5a00;line-height:1.5}.checkout__actions{display:grid;grid-template-columns:1fr 2fr;gap:8px;margin-top:auto;padding-top:8px}.keypad{display:flex;flex-direction:column;gap:6px}.keypad__row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.keypad__key{height:52px;border-radius:10px;border:1px solid #d5dbe3;background:#fff;font-size:20px;font-weight:700}.keypad__key:active{background:#eef2f7}.keypad__key--secondary{background:#f2f4f7}.keypad__key--danger{background:#fff5f5;border-color:#f4c2c2;color:#b91c1c}.keypad__key--wide{grid-column:span 3}.completion{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px 8px;height:100%}.completion__label{color:#6b7280;font-size:14px}.completion__number{font-size:84px;font-weight:900;letter-spacing:4px;color:#1d4ed8;line-height:1}.completion__summary{width:100%;background:#f7f9fc;border-radius:10px;padding:12px 16px}.completion__row{display:flex;justify-content:space-between;padding:6px 0;font-size:16px}.completion__row--change{border-top:1px dashed #d5dbe3;margin-top:4px;padding-top:8px;font-weight:700;color:#1d4ed8}.completion__new{width:100%;height:64px;font-size:20px;margin-top:auto}.orders-page{height:100%;padding:12px;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.orders-page__header{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.orders-page__filters{display:flex;gap:6px;flex-wrap:wrap}.filter-btn{height:40px;padding:0 14px;border-radius:8px;border:1px solid #d5dbe3;background:#fff;font-weight:600;color:#4b5563}.filter-btn--active{background:#1f2937;color:#fff;border-color:#1f2937}.orders-page__error{padding:10px 14px;background:#fee2e2;color:#991b1b;border-radius:8px;font-weight:600}.orders-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.orders-grid__empty{padding:40px;text-align:center;color:#9aa3af;grid-column:1 / -1}.order-card{background:#fff;border-radius:12px;padding:14px;border-left:6px solid #d5dbe3;display:flex;flex-direction:column;gap:10px;min-height:200px}.order-card.status-received{border-left-color:#3b82f6}.order-card.status-preparing{border-left-color:#f59e0b}.order-card.status-ready{border-left-color:#16a34a}.order-card.status-delivered{border-left-color:#6b7280;opacity:.75}.order-card.status-cancelled{border-left-color:#dc2626;opacity:.6}.order-card__head{display:flex;justify-content:space-between;align-items:baseline}.order-card__number{font-size:26px;font-weight:800;letter-spacing:1px}.order-card__status{font-weight:700;color:#4b5563}.order-card__items{display:flex;flex-direction:column;gap:4px;font-size:15px}.order-card__item{display:flex;justify-content:space-between}.order-card__meta{display:flex;justify-content:space-between;font-size:13px;color:#6b7280;padding-top:6px;border-top:1px dashed #eef1f5}.order-card__action{height:48px;font-size:16px}.kitchen{height:100%;padding:12px;display:grid;grid-template-columns:1.4fr 1fr;gap:12px}.kitchen__col{display:flex;flex-direction:column;min-height:0;background:#f7f9fc;border-radius:12px;padding:12px}.kitchen__col-title{font-size:18px;font-weight:700;padding-bottom:10px;border-bottom:2px solid #e5e9ef;margin-bottom:10px;display:flex;align-items:baseline;gap:8px}.kitchen__col-count{font-size:14px;color:#6b7280;background:#fff;padding:2px 10px;border-radius:10px;border:1px solid #e5e9ef}.kitchen__list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px;overflow-y:auto;padding-right:4px}.kitchen__empty{color:#9aa3af;padding:32px 12px;text-align:center;grid-column:1 / -1}.kitchen-card{background:#fff;border-radius:12px;padding:14px;border-top:6px solid #d5dbe3;display:flex;flex-direction:column;gap:10px}.kitchen-card.status-received{border-top-color:#3b82f6}.kitchen-card.status-preparing{border-top-color:#f59e0b}.kitchen-card.status-ready{border-top-color:#16a34a}.kitchen-card__head{display:flex;justify-content:space-between;align-items:flex-start}.kitchen-card__number{font-size:32px;font-weight:900;line-height:1}.kitchen-card__meta{text-align:right;font-size:13px;color:#4b5563}.kitchen-card__items{display:flex;flex-direction:column;gap:4px;padding:4px 0}.kitchen-card__item{display:flex;justify-content:space-between;align-items:baseline;font-size:22px;font-weight:700}.kitchen-card__item-name{color:#1c2431}.kitchen-card__item-qty{color:#1d4ed8}.kitchen-card__actions{display:flex;gap:8px;margin-top:auto}.kitchen-card__actions .btn-primary{flex:1;height:52px;font-size:17px}.kitchen-card__actions .btn-secondary{flex:0 0 40%;height:52px}.business{height:100%;padding:16px;overflow-y:auto;display:flex;justify-content:center}.business__loading{padding:40px;color:#6b7280}.business__card{width:100%;max-width:560px;background:#fff;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:14px}.business__title{margin:0;font-size:22px}.business__desc{margin:0;color:#6b7280;font-size:14px}.business__big{background:#f7f9fc;border-radius:10px;padding:16px;text-align:center}.business__big-label{color:#6b7280;font-size:13px}.business__big-value{font-size:42px;font-weight:900;letter-spacing:1px}.business__summary{background:#f7f9fc;border-radius:10px;padding:8px 14px}.business__row{display:flex;justify-content:space-between;padding:6px 0;font-size:15px}.business__row--hi{font-weight:800;font-size:18px;border-top:1px dashed #d5dbe3;margin-top:4px;padding-top:8px}.business__diff{display:flex;justify-content:space-between;align-items:baseline;padding:8px 14px;background:#fff;border:2px solid #eef1f5;border-radius:10px}.business__diff-value{font-size:22px;font-weight:800}.diff-pos{color:#b45309}.diff-neg{color:#b91c1c}.business__actions{display:flex;gap:8px}.business__primary{flex:1;height:64px;font-size:20px}.business__times{display:flex;justify-content:space-between;color:#6b7280;font-size:12px}.sales{height:100%;padding:16px;overflow-y:auto}.sales__loading{padding:40px;color:#6b7280}.sales__header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.sales__title{margin:0;font-size:22px}.sales__date{margin-left:12px;font-size:14px;color:#6b7280;font-weight:500}.sales__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:20px}.sales-tile{background:#fff;border-radius:12px;padding:14px 16px}.sales-tile__label{color:#6b7280;font-size:13px}.sales-tile__value{font-size:24px;font-weight:800;margin-top:4px}.sales-tile--big{grid-column:span 2;background:#1f2937;color:#fff}.sales-tile--big .sales-tile__label{color:#cbd5e1}.sales-tile--big .sales-tile__value{font-size:34px}.sales-tile--muted,.sales-tile--muted .sales-tile__value{color:#9aa3af}.sales__section{background:#fff;border-radius:12px;padding:12px}.sales__section-title{font-size:16px;font-weight:700;padding:4px 8px 10px;border-bottom:1px solid #eef1f5}.sales__empty{padding:24px;text-align:center;color:#9aa3af}.sales__table{width:100%;border-collapse:collapse}.sales__table th,.sales__table td{padding:8px 12px;border-bottom:1px solid #eef1f5;text-align:left}.sales__table th{background:#f7f9fc;font-size:13px;color:#4b5563}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:12px;z-index:50}.modal{background:#f2f4f7;border-radius:12px;width:min(100%,1100px);max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.modal__header{background:#1f2937;color:#fff;padding:12px 16px;display:flex;justify-content:space-between;align-items:center}.modal__title{font-size:18px;font-weight:700;display:flex;align-items:center;gap:8px}.modal__badge{font-size:12px;background:#374151;padding:3px 10px;border-radius:12px;font-weight:500}.modal__close{width:40px;height:40px;border-radius:8px;border:none;background:transparent;color:#fff;font-size:22px}.modal__close:active{background:#374151}.modal__body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:1fr 380px;gap:12px;padding:12px;overflow:hidden}.modal__section-title{font-weight:700;color:#374151;padding:4px 4px 8px}.modal__products{background:#fff;border-radius:10px;padding:10px;overflow-y:auto}.modal__products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.modal__cart{background:#fff;border-radius:10px;padding:10px;display:flex;flex-direction:column;overflow:hidden;min-height:0}.modal__lines{flex:1 1 auto;overflow-y:auto;padding:4px 0}.modal__status{padding-top:8px;border-top:1px dashed #eef1f5}.modal__status select{width:100%;height:44px;border-radius:8px;border:1px solid #d5dbe3;padding:0 8px;font:inherit}.modal__hint{color:#6b7280;font-size:12px;margin-top:4px}.modal__error{padding:8px 12px;background:#fee2e2;color:#991b1b;border-radius:8px;font-weight:600;font-size:13px}.modal__actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;padding-top:8px}.modal__actions .btn-danger,.modal__actions .btn-secondary,.modal__actions .btn-primary{height:48px}.history{height:100%;padding:12px;display:flex;flex-direction:column;gap:10px;overflow:hidden}.history__filters{display:flex;gap:8px;align-items:end;flex-wrap:wrap;background:#fff;border-radius:10px;padding:10px}.history__filter{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#4b5563}.history__filter--grow{flex-grow:1;min-width:140px}.history__filter input,.history__filter select{height:40px;padding:0 8px;border:1px solid #d5dbe3;border-radius:6px;font:inherit;min-width:120px}.history__count{font-size:13px;color:#6b7280;padding:0 4px}.history__table-wrap{flex:1 1 auto;overflow:auto;background:#fff;border-radius:10px}.history__table{width:100%;border-collapse:collapse}.history__table th,.history__table td{padding:10px 12px;border-bottom:1px solid #eef1f5;text-align:left;vertical-align:middle}.history__table th{background:#f7f9fc;font-size:13px;color:#4b5563;position:sticky;top:0}.history__no{font-weight:800;font-size:15px}.history__items{color:#4b5563;font-size:14px}.history__empty{padding:40px;text-align:center;color:#9aa3af}.row-cancelled{color:#9aa3af;text-decoration:line-through}.badge{display:inline-block;padding:2px 10px;border-radius:12px;font-size:12px;font-weight:700;background:#eef1f5;color:#374151}.badge.status-received{background:#dbeafe;color:#1d4ed8}.badge.status-preparing{background:#fef3c7;color:#92400e}.badge.status-ready{background:#dcfce7;color:#166534}.badge.status-delivered{background:#e5e7eb;color:#4b5563}.badge.status-cancelled{background:#fee2e2;color:#991b1b}.stock-page{height:100%;padding:12px;overflow-y:auto}.stock-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stock-page__title{margin:0;font-size:22px}.stock-list{display:grid;grid-template-columns:1fr;gap:8px}.stock-item{background:#fff;border-radius:10px;padding:12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;border-left:4px solid transparent}.stock-item--changed{border-left-color:#f59e0b;background:#fffbea}.stock-item__name{font-weight:700;font-size:16px}.stock-item__meta{color:#6b7280;font-size:13px}.stock-item__inactive{margin-left:8px;font-size:11px;background:#fee2e2;color:#991b1b;padding:2px 8px;border-radius:10px}.stock-item__controls{display:flex;gap:6px;align-items:center}.stock-item__input{width:80px;height:44px;text-align:center;border:1px solid #d5dbe3;border-radius:8px;font:inherit;font-weight:700;font-size:18px}.stock-item__controls .btn-secondary{height:44px;padding:0 10px}.settings-page{height:100%;padding:16px;overflow-y:auto;max-width:900px;margin:0 auto}.settings-page__title{margin:0 0 16px;font-size:22px}.settings-section{background:#fff;border-radius:12px;padding:16px;margin-bottom:16px}.settings-section__title{font-size:16px;font-weight:700;margin-bottom:6px}.settings-section__desc{color:#6b7280;font-size:13px;margin-bottom:12px}.settings-backup{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px}.settings-backup-item{display:block;background:#f7f9fc;border:1px solid #e5e9ef;border-radius:10px;padding:12px;text-decoration:none;color:inherit}.settings-backup-item:hover{background:#eef2f7}.settings-backup-item__label{font-weight:700;font-size:15px}.settings-backup-item__desc{color:#6b7280;font-size:12px;padding:4px 0}.settings-backup-item__dl{color:#1d4ed8;font-weight:600;font-size:13px}.settings-info div{display:flex;justify-content:space-between;padding:6px 0;border-bottom:1px dashed #eef1f5;font-size:14px}.settings-info div:last-child{border-bottom:none}.settings-info span:first-child{color:#6b7280}.app-nav__links{overflow-x:auto;-webkit-overflow-scrolling:touch}.app-nav__links::-webkit-scrollbar{height:0}.tab{white-space:nowrap}.pos__tabs{display:flex;gap:6px;margin-bottom:8px;overflow-x:auto;padding-bottom:2px}.pos-tab{height:44px;padding:0 16px;border-radius:22px;border:1px solid #d5dbe3;background:#fff;font-weight:600;white-space:nowrap;color:#4b5563}.pos-tab--active{background:#1f2937;color:#fff;border-color:#1f2937}.pos__subtabs{display:flex;gap:6px;margin-bottom:8px;overflow-x:auto;padding-bottom:2px}.pos-subtab{height:36px;padding:0 12px;border-radius:18px;border:1px dashed #d5dbe3;background:#f7f9fc;font-weight:500;white-space:nowrap;color:#6b7280}.pos-subtab--active{background:#dbeafe;color:#1d4ed8;border-style:solid;border-color:#1d4ed8}.product-btn__opt-badge{display:inline-block;margin-left:6px;font-size:10px;font-weight:600;background:#dbeafe;color:#1d4ed8;padding:2px 6px;border-radius:10px;vertical-align:middle}.cart-line__extra{display:flex;flex-wrap:wrap;gap:4px;margin-top:4px}.chip{display:inline-flex;align-items:center;padding:2px 8px;background:#eef2ff;color:#3730a3;border-radius:10px;font-size:11px;font-weight:600}.chip--note{background:#fef3c7;color:#92400e}.chip--sm{font-size:10px;padding:1px 6px}.chip--kitchen{font-size:13px;padding:3px 8px;background:#dbeafe;color:#1d4ed8}.order-card__item{flex-direction:column;gap:3px;padding:4px 0}.order-card__item-main{display:flex;justify-content:space-between}.order-card__item-opts{display:flex;flex-wrap:wrap;gap:3px}.order-card__item-note{font-size:12px;background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:6px;align-self:flex-start}.kitchen-card__item-block{padding-bottom:6px}.kitchen-card__opts{display:flex;flex-wrap:wrap;gap:4px;padding-left:4px;margin-top:2px}.kitchen-card__note{margin-top:4px;padding:4px 10px;background:#fef3c7;color:#92400e;border-radius:6px;font-weight:600;font-size:15px}.history__item-lines{display:flex;flex-direction:column;gap:2px}.history__item-line{display:flex;gap:6px;align-items:baseline;font-size:13px}.history__item-opts{color:#4b5563;font-size:12px}.history__item-note{background:#fef3c7;color:#92400e;padding:0 6px;border-radius:4px;font-size:11px}.categories-page{height:100%;padding:12px;overflow-y:auto;max-width:900px;margin:0 auto}.categories-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;gap:12px;flex-wrap:wrap}.categories-page__title{margin:0;font-size:22px}.categories-page__addcat{display:flex;gap:6px}.categories-page__addcat input{height:40px;padding:0 10px;border:1px solid #d5dbe3;border-radius:8px;font:inherit;min-width:200px}.cat-list{display:flex;flex-direction:column;gap:12px}.cat-empty{padding:32px;color:#9aa3af;text-align:center}.cat-card{background:#fff;border-radius:12px;padding:12px}.cat-card__head{display:flex;gap:8px;align-items:center;padding-bottom:8px;border-bottom:1px dashed #eef1f5}.cat-card__order{display:flex;gap:4px}.name-editor{flex:1;height:40px;padding:0 10px;border:1px solid transparent;background:#f7f9fc;border-radius:8px;font:inherit;font-weight:600}.name-editor:focus{background:#fff;border-color:#93c5fd;outline:none}.cat-card__subs{padding-top:8px}.cat-card__subs-title{color:#6b7280;font-size:13px;padding-bottom:4px}.cat-card__subs-empty{color:#9aa3af;font-size:13px;padding:4px 0}.cat-sub-row{display:flex;gap:8px;align-items:center;padding:4px 0}.cat-sub-row__order{display:flex;gap:4px}.cat-card__addsub{display:flex;gap:6px;padding-top:8px}.cat-card__addsub input{flex:1;height:36px;padding:0 10px;border:1px solid #d5dbe3;border-radius:8px;font:inherit}.modal--product .modal__scroll,.modal--option .modal__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:12px 16px}.modal--product{width:min(100%,900px)}.modal--option{width:min(100%,560px)}.modal__footer{display:flex;gap:8px;padding:10px 12px;border-top:1px solid #eef1f5;background:#fff}.modal__footer .btn-primary{flex:1}.modal__footer .btn-secondary{flex:0 0 30%}.pmod-section{background:#fff;border-radius:10px;padding:12px;margin-bottom:12px}.pmod-section__head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px dashed #eef1f5;margin-bottom:8px}.pmod-section__title{font-weight:700}.pmod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:10px}.pmod-field{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#4b5563}.pmod-field--wide{grid-column:1 / -1}.pmod-field input,.pmod-field select{height:40px;padding:0 8px;border:1px solid #d5dbe3;border-radius:6px;font:inherit}.pmod-hint{padding:10px;background:#f7f9fc;border-radius:8px;color:#6b7280;font-size:13px;line-height:1.5}.pmod-opt{background:#f7f9fc;border-radius:10px;padding:10px;margin-top:8px}.pmod-opt__head{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pmod-opt__name{flex:1 1 200px;height:40px;padding:0 10px;border:1px solid #d5dbe3;border-radius:6px;font:inherit;font-weight:600}.pmod-opt__toggle{display:flex;align-items:center;gap:4px;font-size:13px;color:#4b5563}.pmod-values{padding-top:10px}.pmod-values__head{display:grid;grid-template-columns:1fr 110px 40px;gap:6px;font-size:12px;color:#6b7280;padding:2px 4px}.pmod-value{display:grid;grid-template-columns:1fr 110px 40px;gap:6px;padding:4px 0}.pmod-value input{height:36px;padding:0 8px;border:1px solid #d5dbe3;border-radius:6px;font:inherit}.opt-empty{padding:20px;color:#6b7280;text-align:center}.opt-group{background:#fff;border-radius:10px;padding:12px;margin-bottom:10px}.opt-group__title{font-weight:700;padding-bottom:8px;display:flex;align-items:center;gap:8px}.opt-required{background:#fee2e2;color:#991b1b;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:700}.opt-multi{background:#dbeafe;color:#1d4ed8;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.opt-optional{color:#9aa3af;font-size:11px;font-weight:500}.opt-values{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px}.opt-value{min-height:56px;padding:8px;border-radius:10px;border:2px solid #d5dbe3;background:#fff;font:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px}.opt-value--on{border-color:#1d4ed8;background:#dbeafe;color:#1d4ed8}.opt-value__name{font-weight:700;font-size:16px}.opt-value__delta{font-size:12px;color:#6b7280}.opt-value--on .opt-value__delta{color:#1d4ed8}.opt-note{width:100%;height:44px;padding:0 12px;border:1px solid #d5dbe3;border-radius:8px;font:inherit}.products-page__cat{line-height:1.2}.products-page__sub{font-size:12px;color:#6b7280}.flow-toggles{display:flex;flex-direction:column;gap:8px;margin:12px 0}.flow-toggle{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#f7f9fc;border-radius:10px;border:1px solid #eef1f5;cursor:pointer}.flow-toggle input[type=checkbox]{position:absolute;opacity:0;pointer-events:none}.flow-toggle__body{flex:1}.flow-toggle__label{font-weight:700}.flow-toggle__hint{color:#6b7280;font-size:12px;margin-top:2px}.flow-toggle__switch{flex:0 0 44px;width:44px;height:26px;background:#d5dbe3;border-radius:13px;position:relative;transition:background .15s;margin-top:2px}.flow-toggle__switch--on{background:#2563eb}.flow-toggle__knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:left .15s}.flow-toggle__switch--on .flow-toggle__knob{left:21px}.flow-preview{background:#fff;border:1px dashed #d5dbe3;border-radius:10px;padding:10px 14px;margin-top:4px}.flow-preview__label{font-size:12px;color:#6b7280;margin-bottom:6px}.flow-preview__steps{display:flex;flex-wrap:wrap;gap:6px 4px;align-items:center}.flow-preview__step{background:#eef2ff;color:#3730a3;padding:4px 10px;border-radius:12px;font-weight:700;font-size:13px;white-space:nowrap;display:inline-flex;align-items:center}.flow-preview__arrow{margin-left:6px;color:#9aa3af;font-weight:400}.order-card__actions{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:6px}.order-card__btn{height:48px;border-radius:10px;border:1px solid transparent;font-weight:700;font-size:14px;padding:0 6px}.order-card__btn--prep{background:#fff7ed;color:#9a3412;border-color:#fdba74}.order-card__btn--ready{background:#dcfce7;color:#166534;border-color:#86efac}.order-card__btn--deliver{background:#2563eb;color:#fff;border-color:#1d4ed8}.order-card__btn:disabled{opacity:.6}.kitchen--single{grid-template-columns:1fr}.kitchen-card__actions .btn-primary,.kitchen-card__actions .btn-secondary{flex:1}.kitchen-card__actions .btn-primary{background:#2563eb;color:#fff;border:1px solid #1d4ed8}.kitchen-card__actions .btn-secondary{background:#dcfce7;color:#166534;border:1px solid #86efac;font-weight:700}.business__card--wide{max-width:720px}.cbd{background:#f7f9fc;border-radius:10px;padding:12px}.cbd__grid{display:flex;flex-direction:column;gap:6px}.cbd__row{display:grid;grid-template-columns:120px 1fr 100px;align-items:center;gap:10px;background:#fff;border-radius:8px;padding:8px 10px;border-left:4px solid transparent}.cbd__row--bill{border-left-color:#2563eb}.cbd__row--coin{border-left-color:#f59e0b}.cbd__denom{display:flex;flex-direction:column;line-height:1.2}.cbd__denom-label{font-size:10px;color:#6b7280}.cbd__denom-value{font-weight:700;font-size:16px}.cbd__controls{display:flex;align-items:center;gap:6px;justify-content:flex-start}.cbd__count{width:80px;height:44px;text-align:center;border:1px solid #d5dbe3;border-radius:8px;font:inherit;font-weight:700;font-size:18px}.cbd__unit{color:#6b7280;font-size:13px}.cbd__subtotal{text-align:right;font-weight:700;font-variant-numeric:tabular-nums}.cbd__zero{color:#cbd0d8}.cbd__total{display:flex;justify-content:space-between;align-items:baseline;padding:12px 10px 4px;border-top:2px solid #eef1f5;margin-top:8px;font-size:14px;color:#4b5563}.cbd__total-value{font-size:28px;font-weight:800;color:#1c2431}.business__cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.business__col{background:#f7f9fc;border-radius:10px;padding:12px}.business__col-title{font-weight:700;color:#374151;padding-bottom:8px;border-bottom:1px dashed #d5dbe3;margin-bottom:8px}.business__col-empty{color:#9aa3af;padding:12px 0;text-align:center;font-size:13px}.bd-list{display:flex;flex-direction:column;gap:2px}.bd-list__row{display:grid;grid-template-columns:1fr auto 100px;gap:8px;padding:4px;align-items:baseline;font-size:14px}.bd-list__sub{text-align:right;font-weight:600;font-variant-numeric:tabular-nums}.bd-list__total{display:flex;justify-content:space-between;border-top:1px solid #d5dbe3;margin-top:6px;padding-top:6px;font-weight:800}.bd-list__empty{color:#9aa3af;padding:4px}.business__details{background:#f7f9fc;border-radius:10px;padding:8px 12px}.business__details summary{cursor:pointer;font-weight:600;color:#4b5563;font-size:14px}@media (max-width: 640px){.cbd__row{grid-template-columns:100px 1fr;grid-template-rows:auto auto}.cbd__subtotal{grid-column:1 / -1;text-align:right}.business__cols{grid-template-columns:1fr}}.tag-range{background:#f7f9fc;border-radius:10px;padding:12px;margin-top:8px}.tag-range--disabled{opacity:.5}.tag-range__row{display:flex;gap:10px;align-items:end;flex-wrap:wrap}.tag-range__field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#4b5563}.tag-range__field input{width:100px;height:40px;padding:0 10px;border:1px solid #d5dbe3;border-radius:6px;font:inherit;font-weight:700;font-size:18px;text-align:center}.tag-range__sep{align-self:end;padding:0 4px 8px;font-weight:700;color:#6b7280}.tag-range__preview{padding:8px 4px 2px;font-size:13px;color:#4b5563}.tag-picker{background:#eef2ff;border-radius:10px;padding:10px;border:1px solid #c7d2fe}.tag-picker__head{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:8px}.tag-picker__title{font-weight:700;color:#3730a3}.tag-picker__selected{margin-left:8px;background:#4338ca;color:#fff;padding:3px 10px;border-radius:12px;font-size:14px}.tag-picker__count{font-size:12px;color:#4b5563}.tag-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));gap:6px;max-height:220px;overflow-y:auto}.tag-btn{min-height:48px;border-radius:8px;border:1px solid #c7d2fe;background:#fff;font-weight:700;color:#3730a3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:4px 2px}.tag-btn__num{font-size:18px}.tag-btn__label{font-size:9px;color:#9aa3af}.tag-btn:disabled{cursor:not-allowed}.tag-btn--on{background:#4338ca;color:#fff;border-color:#312e81}.tag-btn--used{background:#f3f4f6;color:#9aa3af;border-color:#e5e7eb}.tag-picker__error{color:#991b1b;font-size:12px;padding:4px}.completion__tag{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;padding:12px;text-align:center;width:100%}.completion__tag-label{color:#92400e;font-size:12px;font-weight:700}.completion__tag-value{color:#92400e;font-size:56px;font-weight:900;line-height:1;padding:6px 0}.completion__tag-hint{color:#92400e;font-size:12px}.order-card__tag{background:#fef3c7;color:#92400e;border-radius:6px;padding:2px 10px;font-weight:800;font-size:14px;margin-left:6px}.kitchen-card__nums{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.kitchen-card__tag{background:#fef3c7;color:#92400e;padding:4px 12px;border-radius:8px;font-weight:800;font-size:18px}.history__tag{background:#fef3c7;color:#92400e;padding:2px 8px;border-radius:6px;font-weight:700;font-size:13px}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:#111827;color:#fff;padding:12px 20px;border-radius:8px;font-weight:600;z-index:100;box-shadow:0 10px 24px #0003}
