:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#202c26;background:#f4f6f4;--brand:#1f5c45;--dark:#173c2f;--line:#e5e9e6;--muted:#748078;--paper:#fff;--danger:#ba4c45}*{box-sizing:border-box}html,body,#app{min-height:100%;width:100%}body{margin:0;min-width:320px;overflow-x:hidden}button,input,select,textarea{font:inherit}.admin-shell{display:flex;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:228px;display:flex;flex-direction:column;padding:25px 16px;color:#dce8e1;background:var(--dark)}.admin-brand{display:flex;align-items:center;gap:11px;padding:0 8px 25px;border-bottom:1px solid #315347}.admin-brand>span{width:39px;height:39px;display:grid;place-items:center;border-radius:11px;color:var(--dark);background:#f0d9aa;font-size:20px;font-weight:800}.admin-brand div{display:flex;flex-direction:column}.admin-brand strong{color:#fff}.admin-brand small{margin-top:3px;color:#94ada1;font-size:10px}.sidebar nav{display:flex;flex-direction:column;gap:5px;margin-top:24px}.sidebar nav{min-height:0;overflow-y:auto}.nav-group{display:flex;flex-direction:column;gap:5px;margin-bottom:14px}.nav-group>small{padding:8px 13px 3px;color:#718e80;font-size:10px;letter-spacing:.08em}.sidebar a,.logout{height:45px;display:flex;align-items:center;gap:11px;padding:0 13px;border:0;border-radius:9px;color:#a9beb4;background:transparent;text-decoration:none;font-size:14px}.sidebar a.router-link-exact-active{color:#fff;background:#2a664f;font-weight:600}.logout{margin-top:auto;width:100%;cursor:pointer}.admin-main{width:calc(100% - 228px);margin-left:228px}.topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-bottom:1px solid var(--line);background:#fff}.topbar div{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px}.topbar strong{font-size:13px}.status-dot{width:7px;height:7px;border-radius:50%;background:#42a675}.page-content{padding:28px 32px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.page-heading p{margin:0 0 5px;color:var(--muted);font-size:12px}.page-heading h1{margin:0;font-size:25px}.page-heading>span{color:var(--muted);font-size:12px}.primary{display:flex;align-items:center;justify-content:center;gap:6px;padding:0 17px;height:39px;border:0;border-radius:8px;color:#fff!important;background:var(--brand)!important;font-weight:600;cursor:pointer}.panel{border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 3px 15px #1e372b08}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-grid article{display:flex;align-items:center;gap:14px;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fff}.stat-icon{width:47px;height:47px;display:grid;place-items:center;border-radius:12px}.stat-icon.green{color:#267152;background:#e4f2eb}.stat-icon.orange{color:#b66b26;background:#fbeddc}.stat-icon.blue{color:#426ba4;background:#e8eff9}.stat-icon.purple{color:#76569e;background:#eee8f5}.stat-grid article>div:last-child{display:flex;flex-direction:column;gap:3px}.stat-grid span{color:var(--muted);font-size:12px}.stat-grid strong{font-size:26px}.welcome-panel{margin-top:18px;padding:24px}.welcome-panel h2{margin:0 0 8px;font-size:17px}.welcome-panel p{color:var(--muted);font-size:13px}.welcome-panel a{color:var(--brand);font-size:13px;font-weight:600;text-decoration:none}.table-panel{overflow:hidden}table{width:100%;border-collapse:collapse}th,td{padding:14px 16px;border-bottom:1px solid #edf0ed;text-align:left;font-size:12px}th{color:var(--muted);background:#fafbfa;font-weight:600}td strong{display:block;font-size:13px}td>small.pickup{display:block;margin-top:5px;color:var(--brand);font-size:11px}.pill{display:inline-flex;padding:4px 8px;border-radius:12px;font-size:10px}.pill.on,.order-ready{color:#176a45;background:#e1f2e8}.pill.off,.order-cancelled,.order-completed{color:#737d77;background:#ecefed}.order-pending,.order-accepted{color:#a4601d;background:#faecd7}.order-preparing{color:#4266a1;background:#e7eef9}.actions{white-space:nowrap}.actions button{display:inline-flex;align-items:center;gap:4px;margin-right:7px;padding:5px 8px;border:1px solid #dce3df;border-radius:6px;color:#526159;background:#fff;cursor:pointer}.actions button.danger{color:var(--danger)}.actions select{height:29px;border:1px solid #dce3df;border-radius:6px}.price{color:#a74335;font-weight:700}.toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding:12px}.toolbar input{width:260px;height:36px;padding:0 11px;border:1px solid var(--line);border-radius:7px}.toolbar span{color:var(--muted);font-size:12px}.dish-cell{display:flex;align-items:center;gap:10px}.dish-cell>span,.dish-cell img{width:40px;height:40px;display:grid;place-items:center;border-radius:8px;background:#e8efe9;object-fit:cover}.dish-cell div{max-width:180px}.dish-cell small{display:block;overflow:hidden;margin-top:3px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis}.filter-select{height:39px;min-width:140px;padding:0 10px;border:1px solid var(--line);border-radius:8px;background:#fff}.modal-mask{position:fixed;z-index:50;inset:0;display:grid;place-items:center;background:#14231c73}.modal{width:430px;padding:0;border-radius:14px;background:#fff;box-shadow:0 20px 60px #0f1e1740}.modal.wide{width:620px}.modal header{display:flex;align-items:center;justify-content:space-between;padding:18px 21px;border-bottom:1px solid var(--line)}.modal header h2{margin:0;font-size:18px}.modal header p{margin:0 0 3px;color:var(--muted);font-size:10px}.modal header button{border:0;background:transparent}.modal>label,.modal-scroll-body>label,.form-grid label{display:flex;flex-direction:column;gap:6px;margin:15px 21px;color:#526159;font-size:12px}.modal input,.modal select,.modal textarea{height:39px;padding:0 10px;outline:none;border:1px solid #dce2de;border-radius:7px;background:#fff}.modal textarea{height:72px;padding:9px;resize:vertical}.modal footer{display:flex;justify-content:flex-end;gap:9px;padding:15px 21px;border-top:1px solid var(--line)}.modal footer button{height:38px;padding:0 18px;border:1px solid var(--line);border-radius:7px;background:#fff}.form-grid{display:grid;grid-template-columns:1fr 1fr;padding:7px 10px}.form-grid label{margin:9px 11px}.form-grid .full{grid-column:1/-1}.form-error{margin:8px 21px;color:var(--danger);font-size:12px}.pickup-hero{display:flex;align-items:center;gap:12px;margin:18px 21px;padding:17px;border-radius:10px;background:#eef5f1}.pickup-hero span{color:var(--muted);font-size:11px}.pickup-hero strong{font-size:28px;color:var(--brand)}.pickup-hero em{margin-left:auto;font-size:12px;font-style:normal}.order-modal dl{margin:0 21px}.order-modal dl div{display:flex;padding:8px 0}.order-modal dt{width:80px;color:var(--muted);font-size:12px}.order-modal dd{margin:0;font-size:12px}.order-items{margin:12px 21px;padding:10px 13px;border-radius:8px;background:#f7f8f7}.order-items div{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.order-total{display:flex;justify-content:space-between;padding:0 21px 20px}.order-total strong{color:#a74335;font-size:20px}.cancelled-detail{margin:0 21px 18px;padding:14px;border:1px solid #f0d3d0;border-radius:10px;background:#fff7f6}.cancelled-detail h3{display:flex;align-items:center;gap:7px;margin:0 0 8px;color:var(--danger);font-size:14px}.cancelled-detail dl{margin:0}.cancelled-detail dl div{padding:6px 0}.detail-cancel-button,.mobile-cancel-button{display:flex;align-items:center;justify-content:center;border:1px solid #e1aaa5;color:var(--danger);background:#fff8f7;font-weight:700}.detail-cancel-button{width:calc(100% - 42px);min-height:42px;margin:0 21px 20px;border-radius:8px}.cancel-order-modal{width:520px}.cancel-order-summary{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding:16px 21px}.cancel-order-summary div{display:flex;flex-direction:column;gap:4px;padding:11px 12px;border-radius:8px;background:#f5f7f5}.cancel-order-summary span{color:var(--muted);font-size:10px}.cancel-order-summary strong{overflow-wrap:anywhere;font-size:12px}.force-cancel-warning,.force-confirm-step{display:flex;align-items:flex-start;gap:10px;margin:0 21px 12px;padding:12px;border:1px solid #efbbb6;border-radius:9px;color:#8f3832;background:#fff2f1}.force-cancel-warning svg,.force-confirm-step svg{flex:0 0 auto}.force-cancel-warning p{margin:4px 0 0;font-size:11px;line-height:1.5}.cancel-order-modal label small{align-self:flex-end;color:var(--muted);font-size:10px}.force-confirm-step{align-items:center;font-size:12px;line-height:1.5}.confirm-cancel-button{color:#fff!important;background:var(--danger)!important;border-color:var(--danger)!important;font-weight:700}.confirm-cancel-button.force{background:#8d2924!important}.mobile-cancel-button{width:100%;min-height:44px;margin-top:8px;border-radius:9px}.mobile-status-actions .primary-action{width:100%;color:#fff;background:var(--brand);border-color:var(--brand)}.login-page{min-height:100vh;display:grid;place-items:center;background:#e7eee9}.login-card{width:390px;padding:36px;border-radius:20px;background:#fff;box-shadow:0 20px 60px #183c2c26}.login-mark{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;color:#fff;background:var(--brand);font-size:24px;font-weight:800}.login-card>p{margin:18px 0 5px;color:var(--brand);font-size:12px;font-weight:700}.login-card h1{margin:0 0 4px;font-size:27px}.login-subtitle{color:var(--muted);font-size:12px}.login-card form{margin-top:25px}.login-card label{display:block;margin:15px 0;color:#526159;font-size:12px}.login-card label>span{display:block;margin-bottom:6px}.login-card label>div{height:44px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid #dce3df;border-radius:8px}.login-card input{flex:1;border:0;outline:0}.login-card form>button{width:100%;height:45px;border:0;border-radius:9px;color:#fff;background:var(--brand);font-weight:700}.login-card>small{display:block;margin-top:16px;color:#9aa29d;text-align:center}.state-page{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#edf2ef}.state-page section{width:min(420px,100%);padding:42px 28px;border-radius:18px;text-align:center;background:#fff;box-shadow:0 18px 50px #183c2c1f}.state-page svg{color:var(--danger)}.state-page h1{margin:12px 0 0;font-size:50px}.state-page h2{margin:4px 0 8px}.state-page p{color:var(--muted)}.state-page a{display:inline-flex;margin-top:12px;padding:11px 18px;border-radius:9px;color:#fff;background:var(--brand);text-decoration:none}.placeholder-panel{padding:30px}.placeholder-panel h2{margin-top:0}.placeholder-panel p{color:var(--muted)}.admin-account-modal{width:620px}.actions button:disabled,.mobile-card-buttons button:disabled{opacity:.4;cursor:not-allowed}.settings-panel{position:relative;padding:16px 20px 24px}.settings-section{max-width:760px}.settings-section h2{margin:8px 11px;font-size:16px}.settings-preview{position:absolute;right:28px;top:35px;width:270px;height:150px;display:flex;flex-direction:column;justify-content:center;padding:20px;border-radius:14px;color:#fff;background:#1f5c45 center/cover;box-shadow:0 12px 30px #1f5c4533}.settings-preview small{opacity:.8}.settings-preview strong{margin:6px 0;font-size:22px}.settings-preview p{margin:0;font-size:11px}.settings-preview em{position:absolute;right:14px;top:14px;padding:4px 8px;border:1px solid rgba(255,255,255,.3);border-radius:12px;font-size:10px;font-style:normal}.success-message{margin:10px 11px;color:#247052;font-size:12px}.table-summary{display:block;max-width:360px;overflow:hidden;margin-top:5px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis}.check-label{flex-direction:row!important;align-items:center;margin-top:27px!important}.check-label input{width:16px;height:16px}.theme-cell{display:flex;align-items:center;gap:5px;color:#59675f}.theme-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.theme-card{overflow:hidden;border:1px solid var(--line);border-radius:15px;box-shadow:0 5px 20px #1e372b0f}.theme-card-header{position:relative;height:112px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;color:#fff}.theme-card-header>span{position:absolute;right:12px;top:12px;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;background:#ffffff2e;font-size:10px}.theme-card-header strong{font-size:20px}.theme-card-header small{margin-top:4px;opacity:.8}.theme-card-body{display:flex;align-items:center;gap:13px;padding:16px}.theme-card-body>div:nth-child(2){flex:1}.theme-card-body code{display:block;margin-top:4px;color:#7a837e;font-size:10px}.theme-swatches{display:flex}.theme-swatches i{width:23px;height:23px;margin-left:-5px;border:2px solid white;border-radius:50%}.theme-swatches i:first-child{margin-left:0}.theme-card footer{display:flex;gap:6px;padding:11px 14px;border-top:1px solid rgba(120,130,124,.15);background:#fff}.theme-card footer button{display:flex;align-items:center;gap:4px;padding:5px 8px;border:1px solid #dce3df;border-radius:6px;color:#526159;background:#fff;font-size:11px}.theme-modal-mask{align-items:flex-start;overflow-y:auto;padding:35px}.theme-modal{width:900px}.theme-editor{display:grid;grid-template-columns:1fr 290px;gap:18px;padding:10px}.theme-fields{min-width:0}.color-field>div{display:flex;align-items:center;height:39px;border:1px solid #dce2de;border-radius:7px}.color-field input[type=color]{width:48px;height:37px;padding:4px;border:0;background:transparent}.color-field code{padding-left:8px}.live-theme-preview{align-self:start;overflow:hidden;margin-top:10px;border:1px solid #dce2de;border-radius:16px;box-shadow:0 12px 25px #1e372b1f}.live-theme-preview header{height:130px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px;color:#fff}.live-theme-preview header small{margin:5px 0}.live-theme-preview header strong{font-size:21px}.live-theme-preview section{margin:12px;padding:14px;border-radius:11px}.live-theme-preview section p{font-size:11px}.live-theme-preview section button{width:100%;height:34px;border:0;border-radius:8px;color:#fff}@media(max-width:900px){.theme-grid,.theme-editor{grid-template-columns:1fr}.settings-preview{position:static;margin:10px 11px}.settings-section{max-width:none}}.phone-cell,.binding-state{display:flex;align-items:center;gap:5px}.binding-state{color:#8a938e}.binding-state.bound,.verified-text{color:#247052}.muted-text{color:#9aa29d}.identity-status{display:flex;gap:12px;margin:3px 21px 14px}.identity-status span{flex:1;display:grid;grid-template-columns:auto 1fr;gap:3px 7px;align-items:center;padding:11px 13px;border-radius:9px;color:#69756e;background:#f2f5f3;font-size:11px}.identity-status span b{color:#34463d}.identity-status span>:last-child{grid-row:1/3}.user-modal{width:620px}.user-actions{display:flex;gap:6px}.welcome-manager{width:780px}.welcome-list{padding:18px 21px 25px}.add-welcome{display:flex;align-items:center;gap:6px;margin-left:auto}.empty-welcome{display:grid;place-items:center;padding:55px;color:#9aa29d}.empty-welcome p{margin:8px}.welcome-row{display:grid;grid-template-columns:55px 1fr auto auto;align-items:center;gap:12px;margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:11px}.welcome-thumb{width:55px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:8px;color:#7f9187;background:#edf2ef}.welcome-thumb img{width:100%;height:100%;object-fit:cover}.welcome-row p{max-width:400px;overflow:hidden;margin:4px 0;color:var(--muted);font-size:11px;white-space:nowrap;text-overflow:ellipsis}.welcome-row small{color:#8a938e}.welcome-row-actions{display:flex;gap:4px}.welcome-row-actions button{width:29px;height:29px;display:grid;place-items:center;border:1px solid #dde4e0;border-radius:6px;color:#57665e;background:#fff}.welcome-editor{padding:8px 10px 0}.welcome-editor textarea{width:100%;padding:10px;border:1px solid #dce2de;border-radius:7px;resize:vertical}.heading-actions{display:flex;gap:8px}.heading-actions>button{height:39px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 15px;border:1px solid var(--line);border-radius:8px;color:#41554a;background:#fff;font-weight:600}.user-filter-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px;padding:11px}.user-filter-bar label{width:240px;height:38px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:7px}.user-filter-bar label input{min-width:0;width:100%;border:0;outline:0}.user-filter-bar select,.user-filter-bar button{height:38px;padding:0 11px;border:1px solid var(--line);border-radius:7px;background:#fff}.user-filter-bar span{margin-left:auto;color:var(--muted);font-size:12px}.danger-text{color:var(--danger)!important}.last-login{display:flex;align-items:center;gap:5px}.desktop-table td>small{display:flex;align-items:center;gap:4px;margin-top:4px;color:var(--muted)}.reset-tip{margin:8px 21px 18px;color:var(--muted);font-size:12px}.import-modal{width:760px}.import-body{padding:18px 21px}.import-toolbar{display:flex;justify-content:flex-end}.import-toolbar button,.import-validate{height:40px;display:flex;align-items:center;justify-content:center;gap:6px;padding:0 14px;border:1px solid var(--line);border-radius:8px;background:#fff}.import-file{position:relative;height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;margin:12px 0;padding:18px;border:1px dashed #b9c9c0;border-radius:12px;color:#557064;background:#f7faf8}.import-file span{color:var(--muted);font-size:11px}.import-file input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.import-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.import-options>label{display:flex;flex-direction:column;gap:6px;color:#526159;font-size:12px}.import-options select{height:40px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:#fff}.import-options .check-label{flex-direction:row;align-items:center}.import-validate{width:100%;margin-top:14px;color:#fff;background:var(--brand);border-color:var(--brand);font-weight:600}.import-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.import-summary span{display:flex;flex-direction:column;gap:5px;padding:13px;border-radius:9px;color:var(--muted);background:#f2f6f3;font-size:11px}.import-summary strong{color:#253b30;font-size:21px}.import-summary .danger strong{color:var(--danger)}.import-errors,.import-preview{margin-top:16px}.import-errors h3,.import-preview h3{font-size:13px}.import-errors article,.import-preview article{margin-top:7px;padding:10px 12px;border-radius:8px;background:#f8f9f8}.import-errors article{border-left:3px solid var(--danger)}.import-errors p{margin:4px 0 0;color:var(--danger);font-size:11px}.import-preview>div{max-height:230px;overflow:auto}.import-preview article{display:grid;grid-template-columns:100px 1fr auto;gap:10px;font-size:11px}.import-preview article span{color:var(--muted)}.import-preview article em{color:var(--brand);font-style:normal}.import-modal button:disabled{opacity:.5;cursor:not-allowed}.mobile-menu-button,.drawer-close,.drawer-overlay,.mobile-card-list{display:none}.modal-scroll-body{min-height:0}.mobile-image-preview{display:none}.dish-image-upload{display:grid;grid-template-columns:190px minmax(0,1fr);gap:18px;margin:18px 21px 4px;padding:16px;border:1px solid var(--line);border-radius:12px;background:#f8faf8}.dish-upload-preview{height:132px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#e8efe9}.dish-upload-preview img{width:100%;height:100%;object-fit:cover}.dish-upload-preview>div{display:flex;flex-direction:column;align-items:center;gap:7px;color:#839087;font-size:12px}.dish-upload-controls{display:flex;min-width:0;flex-direction:column;justify-content:center;align-items:flex-start}.visually-hidden-file{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.upload-image-button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:0 17px;border:0;border-radius:9px;color:#fff;background:var(--brand);font-weight:700;cursor:pointer}.upload-image-button:disabled{opacity:.65;cursor:wait}.dish-upload-controls p{margin:8px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.upload-progress{width:min(100%,360px);height:6px;overflow:hidden;margin-top:10px;border-radius:999px;background:#dfe8e3}.upload-progress i{display:block;height:100%;border-radius:inherit;background:var(--brand);transition:width .2s ease}.dish-upload-controls .upload-error{color:var(--danger)}.external-image-option{margin:9px 21px 18px;padding:12px 14px;border:1px solid var(--line);border-radius:10px;background:#fbfcfb}.external-image-option summary{color:#506158;font-size:12px;font-weight:700;cursor:pointer}.external-image-option label{display:flex;flex-direction:column;gap:7px;margin-top:12px;color:#526159;font-size:12px}.external-image-option input{height:40px;padding:0 10px;border:1px solid #dce2de;border-radius:7px}.external-image-option small{display:block;margin-top:7px;color:var(--muted);line-height:1.5}@media(min-width:768px)and (max-width:1023px){.sidebar{width:200px;padding-inline:12px}.admin-main{width:calc(100% - 200px);margin-left:200px}.page-content{padding:22px 20px}.topbar{padding-inline:22px}.stat-grid{grid-template-columns:repeat(2,1fr)}.theme-grid{grid-template-columns:1fr}.theme-modal{width:calc(100vw - 48px)}}@media(max-width:767px){body.drawer-active{overflow:hidden}button,input,select,textarea{font-size:16px}.admin-shell{display:block;min-height:100dvh}.sidebar{z-index:90;left:-100vw;width:min(82vw,300px);padding:calc(18px + env(safe-area-inset-top)) 14px calc(18px + env(safe-area-inset-bottom));transition:left .22s ease;box-shadow:12px 0 35px #0f23193d}.sidebar.open{left:0}.drawer-overlay{position:fixed;z-index:85;inset:0;display:block;border:0;background:#0c191385}.drawer-close{display:grid;place-items:center;margin-left:auto;width:44px;height:44px;border:0;border-radius:10px;color:#dce8e1;background:#ffffff14}.admin-brand{padding:0 2px 18px}.sidebar nav{margin-top:16px;overflow-y:auto}.sidebar a,.logout{min-height:48px;height:48px;font-size:15px}.admin-main{width:100%;margin-left:0;min-width:0}.topbar{position:sticky;z-index:40;top:0;height:calc(56px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;border-bottom-color:#e1e6e3;box-shadow:0 2px 12px #1e372b0d}.mobile-menu-button{display:grid;place-items:center;width:44px;height:44px;margin-right:7px;padding:0;border:0;border-radius:10px;color:var(--brand);background:#edf3ef}.system-state{flex:1}.topbar strong{max-width:90px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.page-content{width:100%;padding:18px 14px calc(24px + env(safe-area-inset-bottom))}.page-heading{align-items:center;gap:10px;margin-bottom:16px}.page-heading h1{font-size:22px}.page-heading p{font-size:11px}.page-heading>.primary{flex:0 0 auto;min-height:44px;height:44px;padding-inline:13px}.page-heading>span{display:none}.filter-select{min-width:118px;height:44px}.panel{border-radius:12px}.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.stat-grid article{min-width:0;gap:10px;padding:14px}.stat-icon{width:41px;height:41px}.stat-grid strong{font-size:22px}.welcome-panel{padding:18px}.toolbar{gap:10px;padding:10px}.toolbar input{min-width:0;width:100%;height:44px}.toolbar span{flex:0 0 auto}.desktop-table{display:none}.mobile-card-list{display:grid;gap:12px}.mobile-entity-card{min-width:0;padding:15px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 4px 15px #1e372b0a}.mobile-entity-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.mobile-entity-card>header div{min-width:0}.mobile-entity-card>header small{display:block;margin-bottom:4px;color:var(--muted);font-size:11px}.mobile-entity-card>header strong{display:block;font-size:17px}.mobile-entity-card dl{margin:13px 0}.mobile-entity-card dl div{display:grid;grid-template-columns:75px minmax(0,1fr);gap:8px;padding:5px 0}.mobile-entity-card dt{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:11px}.mobile-entity-card dd{min-width:0;margin:0;overflow-wrap:anywhere;font-size:12px;line-height:1.5}.mobile-card-total{display:flex;align-items:center;justify-content:space-between;padding:11px 0;border-top:1px solid #edf0ed}.mobile-card-total span{color:var(--muted);font-size:11px}.mobile-card-total strong{color:#a74335;font-size:19px}.mobile-status-actions,.mobile-card-buttons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.mobile-status-actions button,.mobile-card-buttons button,.mobile-detail-button{min-height:44px;border:1px solid #d9e1dc;border-radius:9px;color:#41554a;background:#fff;font-size:13px;font-weight:600}.mobile-status-actions button.active{color:#fff;background:var(--brand)}.mobile-status-actions button:disabled{opacity:.8}.mobile-detail-button{width:100%;margin-top:8px;color:#fff;background:var(--brand);border-color:var(--brand)}.mobile-card-buttons button{display:flex;align-items:center;justify-content:center;gap:6px}.mobile-card-buttons button.danger{color:var(--danger)}.mobile-dish-main{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:11px;align-items:start}.mobile-dish-image{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border-radius:10px;background:#e8efe9}.mobile-dish-image img{width:100%;height:100%;object-fit:cover}.mobile-dish-main>div:nth-child(2){min-width:0}.mobile-dish-main strong{font-size:16px}.mobile-dish-main p{overflow:hidden;margin:5px 0;color:var(--muted);font-size:11px;white-space:nowrap;text-overflow:ellipsis}.mobile-dish-main small{color:#87928c;font-size:10px}.category-mobile-card>p,.announcement-mobile-card>p{margin:12px 0;color:var(--muted);font-size:12px;line-height:1.65}.announcement-mobile-card>p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.announcement-mobile-card>small{display:block;margin-bottom:12px;color:#8b958f;font-size:10px}.modal-mask{z-index:100;align-items:end;padding:0;overflow:hidden}.modal{display:flex;flex-direction:column;width:100%!important;max-height:92dvh;margin:0;border-radius:18px 18px 0 0;overflow:hidden}.modal header{flex:0 0 auto;padding:15px 16px}.modal header button{width:44px;height:44px;display:grid;place-items:center}.modal-scroll-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding-bottom:8px}.modal footer{position:relative;z-index:2;flex:0 0 auto;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:#fff;box-shadow:0 -5px 16px #1e372b0f}.modal footer button{flex:1;min-height:44px;height:44px}.modal>label,.modal-scroll-body>label,.form-grid label{margin:8px 12px;gap:7px}.modal input,.modal select,.modal textarea{width:100%;min-width:0;min-height:44px;height:44px}.modal textarea{height:112px;padding:10px}.form-grid{grid-template-columns:1fr;padding:8px 4px}.form-grid .full{grid-column:auto}.check-label{min-height:44px;margin-top:8px!important}.check-label input{width:22px!important;height:22px!important;min-height:22px}.form-error{margin-inline:16px}.cancel-order-modal{width:calc(100vw - 24px)!important;max-height:88dvh;margin:0 12px calc(10px + env(safe-area-inset-bottom));border-radius:17px}.cancel-order-summary{grid-template-columns:1fr 1fr;padding:13px 14px}.cancel-order-modal .modal-scroll-body>label{margin:10px 14px}.force-cancel-warning,.force-confirm-step{margin-inline:14px}.cancel-order-modal textarea{height:120px;font-size:16px}.cancel-order-modal footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.user-modal{width:calc(100vw - 24px)!important;max-height:85dvh;margin:0 12px 10px;border-radius:16px}.identity-status{flex-direction:column;margin-inline:12px}.identity-status span{min-height:55px}.heading-actions{flex-direction:column}.heading-actions>button{min-height:44px;height:44px;padding-inline:10px;font-size:12px}.user-filter-bar{display:grid;grid-template-columns:1fr 1fr;gap:8px}.user-filter-bar label{grid-column:1/-1;width:100%;height:44px}.user-filter-bar select,.user-filter-bar button{min-width:0;width:100%;height:44px}.user-filter-bar span{grid-column:1/-1;margin-left:0}.user-mobile-actions{grid-template-columns:1fr}.user-mobile-card input[type=checkbox]{width:20px;height:20px;vertical-align:middle}.reset-password-modal{width:calc(100vw - 24px)!important;margin:0 12px 10px}.import-modal-mask{align-items:stretch}.import-modal{width:100%!important;height:100dvh;max-height:100dvh;border-radius:0}.import-modal>.modal-scroll-body{min-height:0;flex:1 1 auto;overflow-y:auto;-webkit-overflow-scrolling:touch}.import-modal>header{padding-top:calc(15px + env(safe-area-inset-top))}.import-modal>footer{position:relative;bottom:auto;flex:0 0 auto;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.import-modal>footer button{min-height:48px}.import-body{padding:14px 14px 18px}.import-toolbar button,.import-validate{min-height:44px}.import-file{height:145px;text-align:center}.import-options{grid-template-columns:1fr}.import-options select{height:44px}.import-summary{gap:7px}.import-summary span{padding:10px}.import-preview>div{max-height:28dvh;-webkit-overflow-scrolling:touch}.import-preview article{grid-template-columns:85px 1fr}.import-preview article em{grid-column:2}.import-errors article{font-size:12px}.dish-form-modal{max-height:94dvh}.mobile-image-preview{display:block;height:145px;overflow:hidden;margin:12px 16px 4px;border-radius:12px;background:#edf2ef}.mobile-image-preview img{width:100%;height:100%;object-fit:cover}.dish-image-upload{grid-template-columns:1fr;gap:12px;margin:12px 16px 4px;padding:12px}.dish-upload-preview{height:180px}.dish-upload-controls{align-items:stretch}.upload-image-button{width:100%;min-height:48px;font-size:14px}.upload-progress{width:100%}.external-image-option{margin:10px 16px 18px}.external-image-option summary{min-height:44px;display:flex;align-items:center}.external-image-option input{min-height:44px;height:44px;font-size:16px}.announcement-modal-mask,.theme-modal-mask{padding:0}.announcement-form-modal,.theme-modal{width:100%!important;height:100dvh;max-height:100dvh;border-radius:0}.announcement-form-modal textarea{height:190px}.theme-modal-mask{align-items:end}.theme-editor{display:flex;flex:1;flex-direction:column;gap:12px;overflow-y:auto;padding:8px}.theme-fields{flex:0 0 auto}.live-theme-preview{flex:0 0 auto;margin:4px 12px 18px}.color-field>div{height:46px}.color-field input[type=color]{width:58px!important;height:44px!important;min-height:44px;padding:4px}.theme-card footer{flex-wrap:wrap}.theme-card footer button{min-height:40px;flex:1;justify-content:center}.welcome-manager{max-height:92dvh}.welcome-list,.welcome-editor{flex:1;overflow-y:auto;padding:14px}.add-welcome{min-height:44px}.welcome-row{grid-template-columns:48px minmax(0,1fr) auto;gap:9px}.welcome-thumb{width:48px;height:48px}.welcome-row>span{grid-column:3}.welcome-row-actions{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr)}.welcome-row-actions button{width:100%;height:42px}.welcome-row p{max-width:100%}.welcome-editor{padding:4px}.welcome-editor footer{position:sticky;bottom:0}.settings-panel{padding:12px}.settings-section .form-grid{padding:0}.settings-preview{width:auto;height:145px;margin:12px 8px}.settings-panel .form-grid label{margin-inline:4px}.login-page{min-height:100dvh;display:flex;align-items:center;overflow-y:auto;padding:calc(24px + env(safe-area-inset-top)) 0 calc(24px + env(safe-area-inset-bottom))}.login-card{width:calc(100% - 32px);max-width:420px;margin:auto;padding:28px 24px;border-radius:18px}.login-card label>div{min-height:48px;height:48px}.login-card form>button{min-height:46px;height:46px;width:100%}.login-card input{min-width:0;height:44px}.login-card>small{line-height:1.5}}@media(max-width:374px){.page-content{padding-inline:12px}.page-heading>.primary{padding-inline:10px;font-size:12px}.stat-grid article{padding:12px}.stat-grid span{font-size:11px}.mobile-entity-card{padding:13px}}
