.admin-console{--adm-ink:#183342;--adm-muted:#667989;--adm-gold:#bc9140;display:grid;grid-template-columns:224px minmax(0,1fr);gap:24px;align-items:start;min-height:72vh;color:var(--adm-ink);font-size:14px}.adm-dialog *,.admin-console *{box-sizing:border-box}.adm-sidebar{background:#142e3c;color:#eaf0f2;border-radius:18px;padding:24px 14px;position:sticky;top:90px;display:flex;flex-direction:column;gap:7px}.adm-sidebar>strong{font-size:19px;margin:0 12px 2px}.adm-sidebar>small{color:#b6c4cc;margin:0 12px 18px}.adm-sidebar button{display:flex;align-items:center;gap:10px;text-align:start;border:0;border-radius:9px;padding:12px 14px;background:transparent;color:inherit;font:inherit;cursor:pointer}.adm-sidebar button:hover{background:#244353}.adm-sidebar button.active{background:#c59b48;color:#142e3c;font-weight:700}.adm-sidebar button span{flex:1}.adm-sidebar button b{background:#fff3;padding:1px 6px;border-radius:7px}.adm-main{min-width:0}.adm-heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:24px}.adm-heading h1,.adm-heading h2{font-size:27px;margin:0 0 5px}.adm-heading p{margin:0;color:var(--adm-muted)}.adm-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;padding:8px 13px;border:1px solid #d7e0e5;border-radius:8px;background:#fff;color:#183342;font:inherit;line-height:1.35;cursor:pointer;text-decoration:none;white-space:nowrap}.adm-btn:hover{background:#edf3f6;border-color:#9cafbc}.adm-btn.primary{background:#173746;color:#fff;border-color:#173746}.adm-btn.primary:hover{background:#254d60}.adm-btn.danger{color:#a82c35;border-color:#efcbd0}.adm-btn:disabled{opacity:.5;cursor:not-allowed}.adm-dialog button:focus-visible,.admin-console button:focus-visible{outline:3px solid #bd9444;outline-offset:3px}.adm-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:24px}.adm-stat{display:flex;flex-direction:column;align-items:flex-start;text-align:start;background:#fff;border:1px solid #e0e7ec;border-radius:14px;padding:21px 18px;color:inherit;cursor:pointer;font:inherit;min-height:156px;box-shadow:0 3px 15px #15384f05}.adm-stat small{font-size:13px;color:#617683}.adm-stat strong{font-size:34px;line-height:1.6}.adm-stat span{font-size:12px;color:#937023}.adm-stat:hover{border-color:#c59b48}.adm-stat:disabled{cursor:default}.adm-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.adm-card{border:1px solid #e0e7ec;background:#fff;border-radius:14px;padding:22px;min-width:0}.adm-card h3{font-size:17px;margin:0 0 20px}.adm-task{display:flex;align-items:center;gap:12px;width:100%;padding:17px 0;border:0;border-bottom:1px solid #edf0f2;background:transparent;color:inherit;font:inherit;cursor:pointer;text-align:start}.adm-task:last-child{border-bottom:0}.adm-task svg{width:20px;color:#a78136}.adm-task b{margin-inline-start:auto;border-radius:8px;background:#f1f5f7;padding:4px 10px}.adm-muted{color:#657986;font-size:13px;line-height:1.8}.adm-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;background:#fff;border:1px solid #e0e7ec;border-radius:12px;padding:14px;margin-bottom:16px}.adm-dialog input:not([type=checkbox]),.adm-dialog select,.adm-dialog textarea,.admin-console input:not([type=checkbox]),.admin-console select,.admin-console textarea{font:inherit;color:#163342;border:1px solid #cbd8e1;border-radius:7px;background:#fff;min-height:40px;padding:9px 11px;max-width:100%;width:100%}.adm-dialog input:focus,.adm-dialog select:focus,.adm-dialog textarea:focus,.admin-console input:focus,.admin-console select:focus,.admin-console textarea:focus{outline:2px solid #c59b4850;outline-offset:1px;border-color:#b48a3a}.adm-toolbar select{width:auto;max-width:210px;min-width:125px}.adm-search{display:flex;align-items:center;gap:7px;flex:1 1 220px;min-width:180px}.adm-search input{border:0!important;background:#f3f6f8!important}.adm-bulk{display:flex;align-items:center;gap:8px;flex-wrap:wrap;border:1px solid #ddc792;background:#fff9ea;border-radius:9px;padding:12px 16px;margin-bottom:14px}.adm-bulk b{margin-inline-end:auto}.adm-table-wrap{border:1px solid #dee6eb;background:white;border-radius:12px;overflow:auto;max-width:100%}.adm-table{border-collapse:collapse;width:100%;text-align:start;white-space:normal}.adm-table th{background:#f3f6f8;color:#586e7b;font-weight:600;font-size:12px;padding:14px 16px;text-align:start;white-space:nowrap}.adm-table td{border-top:1px solid #eaf0f3;padding:15px 16px;vertical-align:middle;font-size:13px;min-width:120px}.adm-table td:first-child:has(input[type=checkbox]),.adm-table th:first-child:has(input[type=checkbox]){min-width:35px;width:35px;padding-inline-end:0}.adm-table td>small{display:block;color:#6b808d;font-size:11px;overflow-wrap:anywhere;margin-top:4px}.adm-table tbody tr:hover{background:#fcfdfd}.adm-check input,.adm-table input[type=checkbox]{accent-color:#b98d36;width:17px;height:17px;cursor:pointer}.adm-entity{display:flex;align-items:center;gap:12px;min-width:175px;max-width:300px}.adm-entity img,.adm-entity>span{width:43px;height:43px;object-fit:contain;flex-shrink:0;background:#f5f7f8;border-radius:8px}.adm-entity small{display:block;font-size:10px;color:#70838f;margin-top:5px;overflow-wrap:anywhere}.adm-entity strong{font-weight:600}.adm-actions{display:flex;gap:6px;flex-wrap:wrap;min-width:145px}.adm-actions .adm-btn{min-height:31px;padding:6px 9px;font-size:12px}.adm-badge{display:inline-flex;border-radius:20px;padding:4px 9px;font-size:11px;font-weight:600;white-space:nowrap;background:#edf1f4;color:#526c7a}.adm-badge.active,.adm-badge.approved,.adm-badge.delivered{background:#e6f5ed;color:#247652}.adm-badge.collecting,.adm-badge.pending,.adm-badge.preparing{background:#fff3d8;color:#8d671e}.adm-badge.cancelled,.adm-badge.rejected,.adm-badge.suspended{background:#fbe9e9;color:#a5434c}.adm-badge.out,.adm-badge.ready{background:#e6f0ff;color:#365f96}.adm-pagination{display:flex;align-items:center;justify-content:space-between;padding:17px 2px;color:#697e8b;font-size:12px}.adm-pagination>div{display:flex;gap:7px}.adm-empty{text-align:center;padding:45px 15px;color:#6f838e}.adm-empty svg{margin:0 auto 14px;display:block}.adm-empty strong{display:block;color:#284959}.adm-alert{padding:13px 16px;border-radius:8px;margin-bottom:16px;background:#e8f5ef;border:1px solid #bedecb;color:#256746;line-height:1.7}.adm-alert.error{background:#fff1f1;border-color:#e9bdc2;color:#a63843}.adm-settings{display:grid;gap:20px}.adm-form{gap:18px}.adm-form,.adm-form fieldset{display:flex;flex-direction:column}.adm-form fieldset{padding:0;margin:0;border:0;min-width:0;gap:20px}.adm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.adm-form label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500;min-width:0;color:#385563}.adm-form textarea{min-height:90px;resize:vertical}.adm-form label.adm-check{display:flex;flex-direction:row;align-items:center;gap:9px;font-weight:400;min-height:40px}.adm-form-footer{display:flex;align-items:center;justify-content:space-between;gap:15px;border-top:1px solid #e5ebee;padding-top:18px}.adm-form-footer p{margin:0}.adm-dialog{border:0;padding:0;border-radius:16px;box-shadow:0 24px 80px #06223145;max-width:850px;width:calc(100vw - 36px);max-height:90dvh;color:#183342;overflow:auto;background:#fff}.adm-dialog::backdrop{background:#081c30a8;backdrop-filter:blur(3px)}.adm-dialog>header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:18px 24px;position:sticky;top:0;background:#fff;border-bottom:1px solid #e4eaee;z-index:1}.adm-dialog>header h2{font-size:19px;margin:0;overflow-wrap:anywhere}.adm-dialog>.adm-form{padding:24px}.adm-dialog .adm-form .adm-card{background:#fafcfd}.adm-plan{display:grid;grid-template-columns:70px 1fr 1fr;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e0e7ec}.adm-plan label:nth-child(4){grid-column:1/-1}.adm-plan .adm-btn{width:max-content;grid-column:1/-1}.adm-settings .adm-table td{min-width:115px}.adm-settings .adm-table td input{min-width:85px}.adm-form input[readonly]{background:#f2f5f7;color:#6b7d87}.site-admin-banner{background:#fff6dd;border:1px solid #e1cd99;border-radius:10px;padding:14px 20px;margin-bottom:24px;color:#705419;white-space:pre-wrap;overflow-wrap:anywhere}@media (min-width:1600px){.admin-console{grid-template-columns:245px minmax(0,1fr);gap:30px}.adm-stat{padding:24px}.adm-table td{padding:18px}}@media (max-width:1100px){.admin-console{grid-template-columns:190px minmax(0,1fr);gap:16px}.adm-sidebar{padding:20px 9px}.adm-sidebar button{padding:11px 9px;font-size:12px}.adm-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.adm-grid{grid-template-columns:1fr}.adm-heading h2{font-size:24px}.adm-table td{padding:12px}}@media (max-width:750px){.admin-console{display:flex;flex-direction:column;gap:20px}.adm-sidebar{position:static;width:100%;border-radius:12px;padding:12px;flex-direction:row;flex-wrap:wrap;gap:5px}.adm-sidebar>strong{width:100%;margin:4px 5px}.adm-sidebar>small{width:100%;margin:0 5px 5px}.adm-sidebar button{font-size:11px;flex:0 0 auto;padding:9px 10px}.adm-sidebar button svg{width:15px;height:15px}.adm-main{width:100%}.adm-stats{gap:10px}.adm-stat{padding:16px;min-height:133px}.adm-stat strong{font-size:29px}.adm-heading{align-items:flex-start}.adm-heading h2{font-size:22px}.adm-heading p{font-size:12px}.adm-toolbar{gap:8px;padding:11px}.adm-toolbar select{flex:1;min-width:115px;max-width:100%}.adm-search{flex-basis:100%}.adm-dialog>.adm-form{padding:18px}.adm-form-grid{grid-template-columns:1fr}.adm-plan{grid-template-columns:1fr 1fr}.adm-plan label:nth-child(4){grid-column:1/-1}.adm-form-footer{flex-direction:column;align-items:stretch}.adm-card{padding:17px}.adm-table{min-width:650px}}.adm-brand{display:flex;align-items:center;gap:12px;padding:4px 10px 24px;color:#eac77b;font-size:20px;font-weight:700}.adm-brand small{display:block;color:#b8c9d2;font-size:11px;font-weight:400;margin-top:4px}.adm-sidebar nav{display:flex;flex-direction:column;gap:5px}.adm-sidebar nav button{width:100%}.adm-identity{padding:18px 12px 0;margin-top:16px;border-top:1px solid #34505e;font-size:12px}.adm-identity small{display:block;color:#9fb4c1;margin-top:6px;line-height:1.7}.adm-heading>div>span{font-size:10px;letter-spacing:2px;color:#9a7a3b;display:block;margin-bottom:7px}@media (max-width:750px){.adm-brand{width:100%;padding:6px}.adm-sidebar nav{flex-direction:row;flex-wrap:wrap;width:100%}.adm-sidebar nav button{width:auto}.adm-identity{display:none}}.adm-warning{color:#a5690b}.adm-dialog input[type=checkbox],.admin-console input[type=checkbox]{min-height:0;min-width:0;width:17px;height:17px;flex:none}