@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@400;500;600;700&display=swap";.work-actions{display:flex;gap:7px}.work-card--join{border-left-color:var(--green)}.settings-note{margin-top:16px;padding:16px;border-radius:14px;background:var(--green-soft);color:var(--green)}.settings-note p{margin:4px 0 0;color:#476258;line-height:1.5}.bottom-nav svg{width:20px;height:20px;stroke-width:2}.button--with-icon{display:inline-flex;align-items:center;justify-content:center;gap:7px}.button--with-icon svg,.icon-button svg{width:18px;height:18px}.icon-button{display:grid;place-items:center}.bell svg,.settings-icon svg,.coming-card>span svg,.dialog__icon svg{width:23px;height:23px}.dialog__close{display:grid!important;place-items:center}.dialog__close svg{width:21px;height:21px}:root{font-family:IBM Plex Sans Thai,system-ui,sans-serif;color:#17221d;background:#f8f7f4;font-synthesis:none;--green:#0d4b35;--green-2:#176746;--green-soft:#dff2e8;--orange:#ff922e;--orange-soft:#fff0df;--ink:#17221d;--muted:#66716b;--line:#d9dfdb;--danger:#c82b27;--surface:#fff;--shadow:0 8px 24px rgba(20,46,34,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f8f7f4}button{font:inherit}.app-shell{width:min(100%,48rem);min-height:100vh;margin:auto;background:#fbfaf8;padding-bottom:90px}.topbar{position:sticky;top:0;z-index:6;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:10px 18px;background:#fffffff5;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;color:var(--green);font-size:20px}.brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--green);color:#fff;font-weight:700}.connection{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:14px;font-weight:600}.connection>span{width:9px;height:9px;border-radius:50%;background:#98a19d}.connection--ready{color:var(--green)}.connection--ready>span{background:#24a468;box-shadow:0 0 0 4px #dff2e8}.page-content{padding:26px 18px 40px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px}.page-heading p{margin:0 0 2px;color:#a74d00;font-size:14px;font-weight:700}.page-heading h1{margin:0;color:#142219;font-size:30px;line-height:1.2}.page-heading--compact{margin:0 0 12px}.page-heading--compact h1{font-size:22px}.heading-count{display:grid;place-items:center;min-width:40px;height:40px;padding:0 10px;border-radius:50%;background:var(--orange);font-size:18px;font-weight:700}.heading-meta{padding:7px 12px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:14px;font-weight:700}.button{min-height:46px;padding:10px 18px;border:1px solid var(--green);border-radius:12px;background:var(--green);color:#fff;font-weight:700;cursor:pointer}.button:hover{filter:brightness(.96)}.button:focus-visible,.table-tile:focus-visible,.bottom-nav button:focus-visible{outline:3px solid #ffbf7b;outline-offset:2px}.button:disabled{cursor:not-allowed;opacity:.55}.button--secondary{background:#fff;color:var(--green)}.button--danger{border-color:var(--danger);background:var(--danger)}.button--compact{min-height:42px;padding:8px 13px;font-size:14px}.button-row{display:flex;gap:8px}.filter-row{display:flex;gap:8px;overflow:auto;margin:0 -18px 18px;padding:0 18px 4px;scrollbar-width:none}.filter-chip{white-space:nowrap;padding:8px 15px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#53605a}.filter-chip--active{border-color:var(--green);background:var(--green);color:#fff}.filter-chip--orange{border-color:#ffd0a1;background:var(--orange-soft);color:#ad4c00}.toast{position:sticky;top:74px;z-index:5;display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:12px 16px;border-radius:12px;background:var(--green-soft);color:var(--green);box-shadow:var(--shadow);font-weight:600}.toast button{border:0;background:transparent;font-size:24px}.error-state{margin-bottom:18px;padding:16px;border:1px solid #e6514d;border-radius:16px;background:#ffdedb}.error-state strong{font-size:18px}.error-state p{margin:4px 0 12px;color:#62413e}.empty-state,.coming-card{padding:42px 20px;border:1px solid var(--line);border-radius:18px;background:#fff;text-align:center}.empty-state>span,.coming-card>span{display:grid;place-items:center;width:52px;height:52px;margin:auto;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:24px}.empty-state h2,.coming-card h2{margin:12px 0 4px;font-size:20px}.empty-state p,.coming-card p{margin:0 auto 18px;max-width:32rem;color:var(--muted);line-height:1.6}.history-note{text-align:center;color:var(--muted);font-size:14px}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:8;display:grid;grid-template-columns:repeat(4,1fr);width:min(100%,48rem);margin:auto;padding:7px 8px max(8px,env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffffa;box-shadow:0 -8px 24px #142e220f}.bottom-nav button{position:relative;display:grid;place-items:center;gap:1px;min-height:58px;border:0;border-radius:14px;background:transparent;color:#59635e;font-size:13px;font-weight:600}.bottom-nav button i{display:grid;place-items:center;min-width:30px;height:26px;padding:0 8px;border-radius:999px;font-style:normal;font-size:20px;line-height:1}.bottom-nav button.active{color:var(--green)}.bottom-nav button.active i{background:var(--green);color:#fff}.bottom-nav button b{position:absolute;top:1px;right:20%;display:grid;place-items:center;min-width:21px;height:21px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:var(--orange);color:#321300;font-size:11px}.dialog-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:end center;padding:18px;background:#0d1c147a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.dialog{position:relative;width:min(100%,30rem);padding:28px 22px 22px;border-radius:24px 24px 18px 18px;background:#fff;box-shadow:0 24px 70px #00000040}.dialog__close{position:absolute;top:12px;right:12px;width:44px;height:44px;border:0;background:transparent;font-size:26px}.dialog__icon{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--orange-soft);color:#9d4700;font-size:25px;font-weight:700}.dialog h2{margin:14px 0 4px;color:var(--green);font-size:25px}.dialog p{margin:0;color:var(--muted);line-height:1.6}.dialog .button-row{justify-content:flex-end;margin-top:22px}.skeleton-stack{display:grid;gap:12px}.skeleton-stack div{height:130px;border-radius:18px;background:linear-gradient(100deg,#e9ecea 20%,#f7f8f7,#e9ecea 60%);background-size:200% 100%;animation:shine 1.2s infinite}@keyframes shine{to{background-position-x:-200%}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(min-width:620px){.page-content{padding:30px 28px 48px}.topbar{padding-inline:28px}.dialog-backdrop{place-items:center}.dialog{border-radius:24px}}@media(max-width:380px){.page-heading h1{font-size:26px}.connection{font-size:12px}.page-content{padding-inline:14px}}.order-list{display:grid;gap:14px}.order-card{overflow:hidden;padding:18px;border:1px solid var(--line);border-left:5px solid var(--orange);border-radius:18px;background:#fff;box-shadow:0 3px 12px #142e220d}.order-card--ready{border-left-color:#2a9d64;background:#f8fffa}.order-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.order-card__head h2{margin:0;color:#15241b;font-size:24px}.order-card__head p{margin:1px 0 0;color:var(--muted);font-size:14px}.status-pill{padding:6px 10px;border-radius:999px;background:var(--orange-soft);color:#af4c00;font-size:13px;font-weight:700}.order-items{display:grid;gap:8px;margin:14px 0;padding:12px 0;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee}.order-items div{display:grid;gap:1px}.order-items span{font-size:16px}.order-items small{color:#b65300}.order-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.order-card__footer>strong{color:var(--green);font-size:20px}.icon-button{width:46px;height:46px;border:1px solid #e3aaa7;border-radius:12px;background:#fff;color:var(--danger);font-size:22px}.coming-card{margin-top:8px}.settings-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.settings-card>div{display:flex;align-items:center;gap:13px}.settings-card h2{margin:0;font-size:19px}.settings-card p{margin:2px 0 0;color:var(--muted)}.settings-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--orange-soft);color:#a74d00;font-size:22px}.subsection{margin-top:32px}.join-list{display:grid;gap:12px}.join-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.join-card strong{font-size:19px}.join-card p{margin:2px 0;color:var(--muted);font-size:14px}@media(max-width:480px){.order-card__footer,.join-card,.settings-card{align-items:stretch;flex-direction:column}.order-card__footer .button-row,.order-card__footer .button{flex:1}.settings-card>.button{width:100%}}.menu-admin-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.menu-admin-heading>.page-heading{flex:1}.menu-admin-heading>.button{margin-bottom:20px}.menu-form,.category-manager,.menu-editor__header{margin-bottom:18px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.menu-editor__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.menu-editor__header p{margin:0 0 4px;color:var(--orange-dark);font-size:14px;font-weight:700}.menu-editor__header h2{margin:0;color:var(--green);font-size:26px}.menu-form h2{margin:0 0 14px;color:var(--green)}.menu-form label{display:grid;gap:5px;margin-bottom:12px;font-weight:600}.menu-form input,.menu-form select,.menu-form textarea,.category-manager input{width:100%;min-height:46px;padding:9px 11px;border:1px solid #aeb8b2;border-radius:11px;background:#fff;font:inherit}.menu-form textarea{min-height:84px;resize:vertical}.menu-form--editor{box-shadow:0 6px 24px #142e220f}.category-manager{display:flex;gap:10px}.category-manager .button{white-space:nowrap}.menu-admin-section{margin:26px 0}.category-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.category-title h2{margin:0;color:#17271e;font-size:22px}.category-title span{color:var(--muted);font-size:14px}.menu-admin-list{display:grid;gap:12px}.menu-admin-card{display:grid;grid-template-columns:116px 1fr;overflow:hidden;border:1px solid var(--line);border-radius:17px;background:#fff}.menu-admin-card--off{opacity:.62}.menu-admin-image{position:relative;display:grid;place-items:center;min-height:126px;background:var(--orange-soft);color:#9b4b08}.menu-admin-image>img{width:100%;height:100%;object-fit:cover}.menu-admin-image>svg{width:34px;height:34px}.image-upload{position:absolute;right:7px;bottom:7px;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;cursor:pointer}.image-upload svg{width:18px}.image-upload input{display:none}.menu-admin-body{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px}.menu-admin-body h3{margin:0;color:var(--green);font-size:18px}.menu-admin-body p{margin:2px 0 8px;color:var(--muted);font-size:13px}.menu-admin-body strong{font-size:17px}.menu-admin-actions{display:grid;gap:8px;justify-items:end}.menu-edit-button,.availability-toggle{min-width:120px;min-height:42px;padding:7px 12px;border:1px solid #b9c1bd;border-radius:999px;background:#fff;font:inherit;font-weight:700}.menu-edit-button{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--green)}.menu-edit-button svg{width:16px;height:16px}.availability-toggle{display:grid;justify-items:center;gap:2px;color:#5b625f;background:#f4f5f3}.availability-toggle small{font-size:11px;font-weight:600;line-height:1.1}.availability-toggle--on{border-color:#9bd1b3;background:var(--green-soft);color:var(--green)}.availability-toggle--off{border-color:#e3aaa7;background:#fff5f4;color:#a33a29}.menu-editor{display:grid;gap:16px}.menu-editor .empty-state{margin:0}.menu-editor .empty-state span{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--orange-soft);color:var(--orange-dark);font-size:26px}.menu-editor .empty-state h2{font-size:22px}@media(min-width:660px){.menu-admin-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.menu-admin-heading{align-items:stretch;flex-direction:column}.menu-admin-heading>.button{margin:-8px 0 18px}.menu-editor__header,.category-manager,.menu-admin-body{align-items:stretch;flex-direction:column}.category-manager .button{width:100%}.menu-admin-actions{display:flex;justify-content:space-between}.menu-admin-card{grid-template-columns:100px 1fr}.menu-edit-button,.availability-toggle{width:100%}}.menu-admin-body{display:grid;width:100%;align-content:space-between;align-items:stretch;justify-content:stretch;justify-items:stretch;gap:14px;padding:16px}.menu-admin-details{min-width:0;width:100%}.menu-admin-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.menu-admin-title-row h3{min-width:0;overflow-wrap:anywhere}.menu-admin-heading__actions{display:flex;gap:10px;margin-bottom:20px}.category-suggestions{display:grid;gap:12px;margin:6px 0 22px;padding-top:18px;border-top:1px solid var(--line)}.category-suggestions>div:first-child{display:grid;gap:2px}.category-suggestions strong{color:var(--green);font-size:16px}.category-suggestions span{color:var(--muted);font-size:13px}.category-suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.category-suggestion-list button{min-height:38px;padding:7px 13px;border:1px solid #c8d1cc;border-radius:999px;background:#fff;color:var(--green);font:inherit;font-size:14px;font-weight:700;cursor:pointer}.category-suggestion-list button:hover,.category-suggestion-list button.selected{border-color:var(--green);background:var(--green-soft)}.category-suggestion-list button.selected:before{content:"✓ "}.availability-switch{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;margin-left:auto;padding:0;border:0;background:transparent;color:#6b7470;font:inherit;font-size:13px;font-weight:700;cursor:pointer}.availability-switch:disabled{cursor:wait;opacity:.55}.availability-switch__track{position:relative;width:38px;height:22px;flex:0 0 auto;border-radius:999px;background:#bdc5c1;box-shadow:inset 0 0 0 1px #00000014;transition:background .18s ease}.availability-switch__track>span{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #00000040;transition:transform .18s ease}.availability-switch--on{color:var(--green)}.availability-switch--on .availability-switch__track{background:var(--green)}.availability-switch--on .availability-switch__track>span{transform:translate(16px)}.availability-switch:focus-visible{outline:3px solid rgba(255,139,31,.35);outline-offset:4px;border-radius:6px}.menu-edit-button{min-width:96px;min-height:38px}.menu-admin-actions{display:flex;align-items:center;gap:9px;justify-content:flex-end;width:100%;margin-left:auto}.category-title>div{display:grid;gap:2px}.category-title small{color:var(--muted);font-size:12px;font-weight:500}.menu-admin-card--sortable{position:relative;touch-action:pan-y;transition:box-shadow .18s ease,opacity .18s ease}.menu-admin-card--dragging{z-index:12;opacity:.92;box-shadow:0 18px 45px #0d4b3538}.drag-handle{display:inline-flex;align-items:center;gap:5px;min-height:38px;padding:7px 10px;border:1px solid #c8d1cc;border-radius:10px;background:#fff;color:var(--green);font:inherit;font-size:12px;font-weight:700;cursor:grab;touch-action:none}.drag-handle:active{cursor:grabbing;background:var(--green-soft)}.drag-handle:focus-visible{outline:3px solid rgba(255,139,31,.35);outline-offset:2px}.drag-handle:disabled{cursor:wait;opacity:.45}.drag-handle svg{width:18px;height:18px}.menu-admin-actions .menu-edit-button{margin-left:auto}.category-add-button{justify-self:end}.category-manage-list{display:grid;gap:10px}.category-manage-list article{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border:1px solid var(--line);border-radius:16px;background:#fff}.category-manage-list article>div{display:grid;gap:3px;min-width:0}.category-manage-list strong{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;color:var(--green);font-size:18px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-manage-list span{color:var(--muted);font-size:13px}.category-sort-help{margin:0;color:var(--muted);font-size:13px}.category-manage-card--sortable{position:relative;touch-action:pan-y;transition:box-shadow .18s ease,opacity .18s ease}.category-manage-card--dragging{z-index:12;opacity:.92;box-shadow:0 18px 45px #0d4b3538}.category-archive-card{display:grid;gap:16px;padding:18px;border:1px solid #edb4ae;border-radius:18px;background:#fff8f7}.category-archive-card strong{color:var(--danger);font-size:19px}.category-archive-card p{margin:4px 0 0;color:var(--muted);line-height:1.5}.category-archive-card .button--danger{justify-self:end}.category-archive-warning{padding:10px 12px;border-radius:10px;background:#ffe5e1;color:#7c2823!important;font-weight:700}.archived-categories{display:grid;gap:12px;margin-top:28px;padding-top:22px;border-top:1px solid var(--line)}.archived-categories>div:first-child p{margin:0;color:var(--orange-dark);font-size:14px;font-weight:700}.archived-categories h3{margin:2px 0 0;color:var(--ink);font-size:21px}.category-manage-card--archived{border-style:dashed!important;background:#f5f6f5!important}.category-manage-card--archived strong{color:#58625d}.category-card-actions{display:flex;align-items:center;gap:9px}.reorder-buttons{display:inline-flex;gap:5px}.reorder-buttons button{display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid #c8d1cc;border-radius:10px;background:#fff;color:var(--green);cursor:pointer}.reorder-buttons button:disabled{cursor:not-allowed;opacity:.32}.reorder-buttons button:not(:disabled):hover{border-color:var(--green);background:var(--green-soft)}.reorder-buttons svg{width:17px;height:17px}.archive-confirm{display:grid;gap:12px;padding:14px;border-radius:13px;background:#ffe5e1}.archive-confirm p{margin:0;color:#6f2823;font-weight:700}.archive-confirm .button-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.archive-confirm .button{width:100%;min-width:0;white-space:nowrap}.menu-admin-card--off{opacity:.72}@media(max-width:480px){.menu-admin-heading__actions{display:grid;grid-template-columns:1fr 1fr;margin:-8px 0 18px}.menu-admin-heading__actions .button{width:100%}.menu-admin-body{padding:14px}.menu-admin-actions{justify-content:flex-end}.menu-edit-button{width:auto}.category-add-button,.category-archive-card .button--danger{width:100%;justify-self:stretch}.category-manage-list article{align-items:flex-start}}.toast{gap:10px;padding:11px 12px;border:1px solid #9bd1b3;border-left:4px solid var(--green-2);background:#fff;color:var(--ink);box-shadow:0 8px 22px #142e221f}.toast__icon{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--green-2);color:#fff}.toast__icon svg{width:17px;height:17px;stroke-width:3}.toast__message{flex:1;min-width:0}.toast button{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;padding:0;border-radius:50%;background:transparent;color:var(--green);cursor:pointer;line-height:1}.toast button svg{width:20px;height:20px;stroke-width:2.5}.toast button:hover{background:#eef3f0;color:var(--green)}.form-field{display:grid;gap:5px;margin-bottom:12px}.form-label{font-weight:600}.custom-select{position:relative}.custom-select__trigger{display:flex;width:100%;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;border:1px solid #aeb8b2;border-radius:12px;background:#fff;color:var(--ink);font:inherit;font-weight:700;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.custom-select__trigger svg{width:20px;height:20px;flex:0 0 auto;color:var(--green);transition:transform .18s ease}.custom-select--open .custom-select__trigger{border-color:var(--green);box-shadow:0 0 0 3px #0d4b351f}.custom-select--open .custom-select__trigger svg{transform:rotate(180deg)}.custom-select__menu{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:15;display:grid;max-height:260px;overflow-y:auto;padding:6px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 16px 42px #142e222e;overscroll-behavior:contain}.custom-select__menu button{display:flex;min-height:46px;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px;border:0;border-radius:10px;background:transparent;color:var(--ink);font:inherit;font-weight:600;text-align:left;cursor:pointer}.custom-select__menu button.active{background:#f1f6f3}.custom-select__menu button.selected{background:var(--green-soft);color:var(--green);font-weight:800}.custom-select__menu button svg{width:19px;height:19px;flex:0 0 auto;stroke-width:3}@media(max-width:480px){.custom-select__menu{max-height:230px}}.attention-panel{margin-bottom:22px;padding:16px;border:1px solid #f2c28f;border-radius:18px;background:#fff9f2}.section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.section-title>div{display:flex;align-items:center;gap:8px}.section-title h2{margin:0;color:#713000;font-size:20px}.section-title>span{padding:5px 9px;border-radius:999px;background:#d62f29;color:#fff;font-size:12px;font-weight:700}.bell{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:var(--orange);font-weight:700}.work-list{display:grid;gap:10px}.work-card{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #efd9c3;border-left:4px solid var(--orange);border-radius:14px;background:#fff}.work-card--payment{border-left-color:#a74d00}.table-number{display:grid;place-items:center;flex:0 0 48px;height:48px;border-radius:10px;background:#f2f1ee;color:#16221c;font-size:22px;font-weight:700}.work-card__body{display:grid;flex:1}.work-card__body strong{color:#793400}.work-card__body small{color:var(--muted)}.legend{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 12px;color:var(--muted);font-size:13px}.legend span{display:flex;align-items:center;gap:5px}.dot{width:9px;height:9px;border-radius:50%;background:#cbd1ce}.dot--active{background:#2a9d64}.dot--attention{background:var(--orange)}.table-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.table-tile{position:relative;display:grid;place-items:center;min-height:138px;padding:18px 10px 12px;border:1.5px solid #a9d8bf;border-radius:16px;background:#fff;color:var(--ink);cursor:pointer}.table-tile--active{background:#f4f3f0;border-color:#ccd2ce}.table-tile--attention{border:2px solid var(--orange);background:#fff4e8}.table-tile__status{position:absolute;top:9px;right:9px;padding:4px 7px;border-radius:999px;background:#e7ebe9;color:#53605a;font-size:11px;font-weight:700}.table-tile--active .table-tile__status{background:var(--green-soft);color:var(--green)}.table-tile--attention .table-tile__status{background:var(--orange);color:#4b2000}.table-tile>strong{font-size:34px;line-height:1}.table-tile>small{margin-top:8px;color:var(--muted);font-size:12px}.table-tile:hover{transform:translateY(-1px);box-shadow:var(--shadow)}@media(min-width:620px){.table-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:420px){.work-card{align-items:stretch;flex-wrap:wrap}.work-card__body{min-width:calc(100% - 64px)}.work-card>.button{width:100%}}.promptpay-settings{display:grid;gap:14px;margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff}.promptpay-settings strong{color:var(--green);font-size:19px}.promptpay-settings p{margin:3px 0 0;color:var(--muted)}.promptpay-settings label{display:grid;gap:6px;font-weight:700}.promptpay-settings input{width:100%;min-height:48px;padding:10px 12px;border:1px solid #aeb8b2;border-radius:11px;background:#fff;font:inherit}.promptpay-settings input[aria-invalid=true]{border-color:#c92323}.promptpay-settings .promptpay-error{color:#a61b1b;font-weight:700}.promptpay-settings .button{justify-self:start}@media(max-width:480px){.promptpay-settings .button{width:100%}}.commercial-error{position:relative;isolation:isolate;overflow:hidden;width:min(100%,36rem);margin:auto;padding:34px 24px 26px;border:1px solid var(--line);border-radius:28px;background:linear-gradient(155deg,#fff,#fffdf9);box-shadow:0 20px 60px #0d4b351a;text-align:left}.commercial-error__glow{position:absolute;z-index:-1;top:-90px;right:-70px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,146,46,.2),transparent 68%)}.commercial-error__code{position:absolute;top:10px;right:20px;color:#0d4b3512;font-size:92px;font-weight:800;line-height:1}.commercial-error__icon{display:grid;place-items:center;width:56px;height:56px;margin-bottom:22px;border-radius:18px;background:var(--orange-soft);color:#a74d00;box-shadow:inset 0 0 0 1px #ffd8ad}.commercial-error__icon svg{width:28px;height:28px}.commercial-error__eyebrow{margin:0 0 6px;color:#a74d00;font-size:14px;font-weight:700;letter-spacing:.02em}.commercial-error h1{max-width:25rem;margin:0 0 10px;color:#123421;font-size:clamp(26px,7vw,36px);line-height:1.2}.commercial-error__message{max-width:28rem;margin:0;color:var(--muted);line-height:1.65}.commercial-error__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.commercial-error__actions .button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;min-width:132px}.commercial-error__actions svg{width:18px;height:18px}.commercial-error__reference{margin:22px 0 0;color:#7b847f;font-size:12px}.commercial-error__reference code{padding:3px 6px;border-radius:6px;background:#f0f2f1;color:#3c4942}.commercial-error__help{margin:8px 0 0;color:#7b847f;font-size:13px}.commercial-error--compact{margin:0 0 18px;padding:24px}.commercial-error--compact .commercial-error__code{font-size:68px}.commercial-error--compact h1{font-size:26px}@media(max-width:420px){.commercial-error{padding:28px 20px 22px}.commercial-error__actions{display:grid}.commercial-error__actions .button{width:100%}}.bootstrap-error{display:grid;place-items:center;min-height:100vh;padding:20px}.category-title>div:first-child{min-width:0}.category-title>span{flex:0 0 auto}.category-title h2,.menu-admin-details h3{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}.menu-admin-details>p{display:-webkit-box;overflow:hidden;overflow-wrap:anywhere;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3}.app-shell{position:relative}.pull-refresh{position:fixed;top:0;left:50%;z-index:12;display:flex;align-items:center;gap:7px;min-height:38px;padding:7px 13px;border:1px solid #bed8ca;border-radius:999px;background:#fffffffa;color:var(--green);box-shadow:0 7px 22px #0d4b3529;font-size:13px;font-weight:700;pointer-events:none;transition:opacity .12s ease,transform .12s ease}.pull-refresh span{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:var(--green-soft);font-size:16px;line-height:1}.pull-refresh--ready span{transform:rotate(180deg)}.app-shell--refreshing .pull-refresh span{animation:pull-spin .8s linear infinite}@keyframes pull-spin{to{transform:rotate(360deg)}}
